diff --git a/6944/app.js b/6944/app.js deleted file mode 100644 index 67a3826e05c..00000000000 --- a/6944/app.js +++ /dev/null @@ -1,40 +0,0 @@ -!function(e){var t={};function __webpack_require__(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,__webpack_require__),r.l=!0,r.exports}__webpack_require__.m=e,__webpack_require__.c=t,__webpack_require__.d=function(e,t,n){__webpack_require__.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},__webpack_require__.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.t=function(e,t){if(1&t&&(e=__webpack_require__(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(__webpack_require__.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)__webpack_require__.d(n,r,function(t){return e[t]}.bind(null,r));return n},__webpack_require__.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return __webpack_require__.d(t,"a",t),t},__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.p="/",__webpack_require__(__webpack_require__.s=232)}([function(e,t){function _getPrototypeOf(t){return e.exports=_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,_getPrototypeOf(t)}e.exports=_getPrototypeOf,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){"use strict";n.d(t,"a",(function(){return behavior})),n.d(t,"b",(function(){return className})),n.d(t,"e",(function(){return regions})),n.d(t,"d",(function(){return options}));var r=n(6),a=n.n(r),i=n(63);function behavior(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){var r=n.prototype;r.behaviors=Object.assign(a()({},e,t),r.behaviors)}}function className(e){return function(t){t.prototype.className=e}}function regions(e){return function(t){t.prototype.regions=Object.assign(e,t.regions)}}function options(e){return function(t){t.prototype.options=Object.assign(e,t.options)}}n.d(t,"c",(function(){return i.on}))},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function _defineProperties(e,t){for(var n=0;n1?n-1:0),a=1;a1?n-1:0),a=1;a1?n-1:0),a=1;a0)for(e=0;e1?r-1:0),i=1;i1&&void 0!==arguments[1]?arguments[1]:{},r=!e._isAttached&&isNodeAttached(this.el),a=void 0===n.replaceElement?!!t.result(this,"replaceElement"):!!n.replaceElement;r&&triggerMethodOn(e,"before:attach",e),a?this._replaceEl(e):this.attachHtml(e),r&&(e._isAttached=!0,triggerMethodOn(e,"attach",e))},_ensureElement:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(t.isObject(this.el)||(this.$el=this.getEl(this.el),this.el=this.$el[0]),!this.$el||0===this.$el.length){var n=void 0===e.allowMissingEl?!!t.result(this,"allowMissingEl"):!!e.allowMissingEl;if(n)return!1;throw new l('An "el" must exist in DOM for this region '+this.cid)}return!0},_getView:function(t){if(!t)throw new l({name:"ViewNotValid",message:"The view passed is undefined and therefore invalid. You must pass a view instance to show."});if(t._isDestroyed)throw new l({name:"ViewDestroyedError",message:'View (cid: "'+t.cid+'") has already been destroyed and cannot be used.'});if(t instanceof e.View)return t;var n=this._getViewOptions(t);return new T(n)},_getViewOptions:function(e){return t.isFunction(e)?{template:e}:t.isObject(e)?e:{template:function(){return e}}},getEl:function(e){return this.findEls(e,t.result(this,"parentEl"))},_replaceEl:function(e){this._restoreEl(),e.on("before:destroy",this._restoreEl,this),this.replaceEl(e.el,this.el),this._isReplaced=!0},_restoreEl:function(){if(this._isReplaced){var e=this.currentView;e&&(this._detachView(e),this._isReplaced=!1)}},isReplaced:function(){return!!this._isReplaced},isSwappingView:function(){return!!this._isSwappingView},attachHtml:function(e){this.appendChildren(this.el,e.el)},empty:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{allowMissingEl:!0},t=this.currentView;if(!t)return this._ensureElement(e)&&this.detachHtml(),this;var n=!e.preventDestroy;return n||a("The preventDestroy option is deprecated. Use Region#detachView"),this._empty(t,n),this},_empty:function(e,t){e.off("destroy",this._empty,this),this.triggerMethod("before:empty",this,e),this._restoreEl(),delete this.currentView,e._isDestroyed||(t?this.removeView(e):this._detachView(e),this._stopChildViewEvents(e)),this.triggerMethod("empty",this,e)},_stopChildViewEvents:function(e){this._parentView&&this._parentView.stopListening(e)},destroyView:function(e){return e._isDestroyed||(e.destroy?e.destroy():destroyBackboneView(e)),e},removeView:function(e){this.destroyView(e)},detachView:function(){var e=this.currentView;if(e)return this._empty(e),e},_detachView:function(e){var t=!!e._isAttached,n=this._isReplaced;t&&triggerMethodOn(e,"before:detach",e),n?this.replaceEl(this.el,e.el):this.detachHtml(),t&&(e._isAttached=!1,triggerMethodOn(e,"detach",e))},detachHtml:function(){this.detachContents(this.el)},hasView:function(){return!!this.currentView},reset:function(e){return this.empty(e),this.$el&&(this.el=this._initEl),delete this.$el,this},destroy:function(e){return this._isDestroyed?this:(this.reset(e),this._name&&this._parentView._removeReferences(this._name),delete this._parentView,delete this._name,MarionetteObject.prototype.destroy.apply(this,arguments))}});t.extend(k.prototype,f);var buildRegion=function(e,n){return e instanceof k?e:function(e,n){var r=t.extend({},n);if(t.isString(e))return t.extend(r,{el:e}),buildRegionFromObject(r);if(t.isFunction(e))return t.extend(r,{regionClass:e}),buildRegionFromObject(r);if(t.isObject(e))return e.selector&&a("The selector option on a Region definition object is deprecated. Use el to pass a selector string"),t.extend(r,{el:e.selector},e),buildRegionFromObject(r);throw new l({message:"Improper region configuration type.",url:"marionette.region.html#region-configuration-types"})}(e,n)};function buildRegionFromObject(e){return new(0,e.regionClass)(t.omit(e,"regionClass"))}var C={regionClass:k,_initRegions:function(){this.regions=this.regions||{},this._regions={},this.addRegions(t.result(this,"regions"))},_reInitRegions:function(){d(this._regions,"reset")},addRegion:function(e,t){var n={};return n[e]=t,this.addRegions(n)[e]},addRegions:function(e){if(!t.isEmpty(e))return e=this.normalizeUIValues(e,["selector","el"]),this.regions=t.extend({},this.regions,e),this._addRegions(e)},_addRegions:function(e){var n=this,r={regionClass:this.regionClass,parentEl:t.partial(t.result,this,"el")};return t.reduce(e,(function(e,t,a){return e[a]=buildRegion(t,r),n._addRegion(e[a],a),e}),{})},_addRegion:function(e,t){this.triggerMethod("before:add:region",this,t,e),e._parentView=this,e._name=t,this._regions[t]=e,this.triggerMethod("add:region",this,t,e)},removeRegion:function(e){var t=this._regions[e];return this._removeRegion(t,e),t},removeRegions:function(){var e=this._getRegions();return t.each(this._regions,t.bind(this._removeRegion,this)),e},_removeRegion:function(e,t){this.triggerMethod("before:remove:region",this,t,e),e.destroy(),this.triggerMethod("remove:region",this,t,e)},_removeReferences:function(e){delete this.regions[e],delete this._regions[e]},emptyRegions:function(){var e=this.getRegions();return d(e,"empty"),e},hasRegion:function(e){return!!this.getRegion(e)},getRegion:function(e){return this._isRendered||this.render(),this._regions[e]},_getRegions:function(){return t.clone(this._regions)},getRegions:function(){return this._isRendered||this.render(),this._getRegions()},showChildView:function(e,t){for(var n=this.getRegion(e),r=arguments.length,a=Array(r>2?r-2:0),i=2;i0&&void 0!==arguments[0]?arguments[0]:{},n=t.result(this,"templateContext");return t.extend(e,n)},attachElContent:function(e){return this.setInnerContent(this.el,e),this},_removeChildren:function(){this.removeRegions()},_getImmediateChildren:function(){return t.chain(this._getRegions()).map("currentView").compact().value()}},{setRenderer:function(e){this.prototype._renderHtml=e}});t.extend(T.prototype,w,C);var E=["forEach","each","map","find","detect","filter","select","reject","every","all","some","any","include","contains","invoke","toArray","first","initial","rest","last","without","isEmpty","pluck","reduce","partition"],emulateCollection=function(e,n){t.each(E,(function(r){e[r]=function(){var e=t.values(t.result(this,n)),a=[e].concat(t.toArray(arguments));return t[r].apply(t,a)}}))},Container=function(e){this._views={},this._indexByModel={},this._indexByCustom={},this._updateLength(),t.each(e,t.bind(this.add,this))};emulateCollection(Container.prototype,"_views"),t.extend(Container.prototype,{add:function(e,t){return this._add(e,t)._updateLength()},_add:function(e,t){var n=e.cid;return this._views[n]=e,e.model&&(this._indexByModel[e.model.cid]=n),t&&(this._indexByCustom[t]=n),this},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByCustom:function(e){var t=this._indexByCustom[e];return this.findByCid(t)},findByIndex:function(e){return t.values(this._views)[e]},findByCid:function(e){return this._views[e]},remove:function(e){return this._remove(e)._updateLength()},_remove:function(e){var n=e.cid;return e.model&&delete this._indexByModel[e.model.cid],t.some(this._indexByCustom,t.bind((function(e,t){if(e===n)return delete this._indexByCustom[t],!0}),this)),delete this._views[n],this},_updateLength:function(){return this.length=t.size(this._views),this}});var R=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","events","filter","emptyView","emptyViewOptions","modelEvents","reorderOnSort","sort","triggers","ui","viewComparator"],P=e.View.extend({sort:!0,constructor:function(n){this.render=t.bind(this.render,this),this._setOptions(n),this.mergeOptions(n,R),monitorViewEvents(this),this._initBehaviors(),this.once("render",this._initialEvents),this._initChildViewStorage(),this._bufferedChildren=[];var r=Array.prototype.slice.call(arguments);r[0]=this.options,e.View.prototype.constructor.apply(this,r),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_startBuffering:function(){this._isBuffering=!0},_endBuffering:function(){var e=this._isAttached?this._getImmediateChildren():[];this._isBuffering=!1,t.each(e,(function(e){triggerMethodOn(e,"before:attach",e)})),this.attachBuffer(this,this._createBuffer()),t.each(e,(function(e){e._isAttached=!0,triggerMethodOn(e,"attach",e)})),this._bufferedChildren=[]},_getImmediateChildren:function(){return t.values(this.children._views)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.render),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_onCollectionAdd:function(e,n,r){var a=void 0!==r.at&&(r.index||n.indexOf(e));(this.filter||!1===a)&&(a=t.indexOf(this._filteredSortedModels(a),e)),this._shouldAddChild(e,a)&&(this._destroyEmptyView(),this._addChild(e,a))},_onCollectionUpdate:function(e,t){var n=t.changes;this._removeChildModels(n.removed)},_removeChildModels:function(e){var t=this._getRemovedViews(e);t.length&&(this.children._updateLength(),this._updateIndices(t,!1),this.isEmpty()&&this._showEmptyView())},_getRemovedViews:function(e){var n=this;return t.reduce(e,(function(e,t){var r=t&&n.children.findByModel(t);return!r||r._isDestroyed||(n._removeChildView(r),e.push(r)),e}),[])},_removeChildView:function(e){this.triggerMethod("before:remove:child",this,e),this.children._remove(e),e.destroy?e.destroy():destroyBackboneView(e),this.stopListening(e),this.triggerMethod("remove:child",this,e)},setElement:function(){var t=!!this.el;return e.View.prototype.setElement.apply(this,arguments),t&&(this._isAttached=isNodeAttached(this.el)),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._renderChildren(),this._isRendered=!0,this.triggerMethod("render",this)),this},setFilter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this._isRendered&&!this._isDestroyed,a=this.filter!==e,i=r&&a&&!n;if(i){var o=this._filteredSortedModels();this.filter=e;var s=this._filteredSortedModels();this._applyModelDeltas(s,o)}else this.filter=e;return this},removeFilter:function(e){return this.setFilter(null,e)},_applyModelDeltas:function(e,n){var r=this,a={};t.each(e,(function(e,t){!r.children.findByModel(e)&&r._onCollectionAdd(e,r.collection,{at:t}),a[e.cid]=!0}));var i=t.filter(n,(function(e){return!a[e.cid]&&r.children.findByModel(e)}));this._removeChildModels(i)},reorder:function(){var e=this.children,n=this._filteredSortedModels();if(!n.length&&this._showingEmptyView)return this;if(t.some(n,(function(t){return!e.findByModel(t)})))this.render();else{var r=[],a=e.reduce((function(e,a){var i=t.indexOf(n,a.model);return-1===i?(r.push(a.model),e):(a._index=i,e[i]=a.el,e)}),new Array(n.length));this.triggerMethod("before:reorder",this),this._appendReorderedChildren(a),this._removeChildModels(r),this.triggerMethod("reorder",this)}return this},resortView:function(){return this.reorderOnSort?this.reorder():this._renderChildren(),this},_sortViews:function(){var e=this,n=this._filteredSortedModels();t.find(n,(function(t,n){var r=e.children.findByModel(t);return!r||r._index!==n}))&&this.resortView()},_emptyViewIndex:-1,_appendReorderedChildren:function(e){this.appendChildren(this.el,e)},_renderChildren:function(){this._isRendered&&(this._destroyEmptyView(),this._destroyChildren());var e=this._filteredSortedModels();this.isEmpty({processedModels:e})?this._showEmptyView():(this.triggerMethod("before:render:children",this),this._startBuffering(),this._showCollection(e),this._endBuffering(),this.triggerMethod("render:children",this))},_createView:function(e,t){var n=this._getChildView(e),r=this._getChildViewOptions(e,t);return this.buildChildView(e,n,r)},_setupChildView:function(e,t){monitorViewEvents(e),this._proxyChildViewEvents(e),this.sort&&(e._index=t)},_showCollection:function(e){t.each(e,t.bind(this._addChild,this)),this.children._updateLength()},_filteredSortedModels:function(e){if(!this.collection||!this.collection.length)return[];var t=this.getViewComparator(),n=this.collection.models;if(e=Math.min(Math.max(e,0),n.length-1),t){var r=void 0;e&&(r=n[e],n=n.slice(0,e).concat(n.slice(e+1))),n=this._sortModelsBy(n,t),r&&n.splice(e,0,r)}return n=this._filterModels(n)},getViewComparator:function(){return this.viewComparator},_filterModels:function(e){var n=this;return this.filter&&(e=t.filter(e,(function(e,t){return n._shouldAddChild(e,t)}))),e},_sortModelsBy:function(e,n){return"string"==typeof n?t.sortBy(e,(function(e){return e.get(n)})):1===n.length?t.sortBy(e,t.bind(n,this)):t.clone(e).sort(t.bind(n,this))},_showEmptyView:function(){var n=this._getEmptyView();if(n&&!this._showingEmptyView){this._showingEmptyView=!0;var r=new e.Model,a=this.emptyViewOptions||this.childViewOptions;t.isFunction(a)&&(a=a.call(this,r,this._emptyViewIndex));var i=this.buildChildView(r,n,a);this.triggerMethod("before:render:empty",this,i),this.addChildView(i,0),this.triggerMethod("render:empty",this,i)}},_destroyEmptyView:function(){this._showingEmptyView&&(this.triggerMethod("before:remove:empty",this),this._destroyChildren(),delete this._showingEmptyView,this.triggerMethod("remove:empty",this))},_getEmptyView:function(){var e=this.emptyView;if(e)return this._getView(e)},_getChildView:function(e){var t=this.childView;if(!t)throw new l({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},_getView:function(n,r){return n.prototype instanceof e.View||n===e.View?n:t.isFunction(n)?n.call(this,r):void 0},_addChild:function(e,t){var n=this._createView(e,t);return this.addChildView(n,t),n},_getChildViewOptions:function(e,n){return t.isFunction(this.childViewOptions)?this.childViewOptions(e,n):this.childViewOptions},addChildView:function(e,t){return this.triggerMethod("before:add:child",this,e),this._setupChildView(e,t),this._isBuffering?this.children._add(e):(this._updateIndices(e,!0),this.children.add(e)),this._renderView(e),this._attachView(e,t),this.triggerMethod("add:child",this,e),e},_updateIndices:function(e,n){if(this.sort)if(n){var r=t.isArray(e)?t.max(e,"_index"):e;t.isObject(r)&&this.children.each((function(e){e._index>=r._index&&(e._index+=1)}))}else t.each(t.sortBy(this.children._views,"_index"),(function(e,t){e._index=t}))},_renderView:function(e){e._isRendered||(e.supportsRenderLifecycle||triggerMethodOn(e,"before:render",e),e.render(),e.supportsRenderLifecycle||(e._isRendered=!0,triggerMethodOn(e,"render",e)))},_attachView:function(e,t){var n=!e._isAttached&&!this._isBuffering&&this._isAttached;n&&triggerMethodOn(e,"before:attach",e),this.attachHtml(this,e,t),n&&(e._isAttached=!0,triggerMethodOn(e,"attach",e))},buildChildView:function(e,n,r){return new n(t.extend({model:e},r))},removeChildView:function(e){return!e||e._isDestroyed||(this._removeChildView(e),this.children._updateLength(),this._updateIndices(e,!1)),e},isEmpty:function(e){var n=void 0;return t.result(e,"processedModels")?n=e.processedModels:(n=this.collection?this.collection.models:[],n=this._filterModels(n)),0===n.length},attachBuffer:function(e,t){this.appendChildren(e.el,t)},_createBuffer:function(){var e=this,n=this.createBuffer();return t.each(this._bufferedChildren,(function(t){e.appendChildren(n,t.el)})),n},attachHtml:function(e,t,n){e._isBuffering?e._bufferedChildren.splice(n,0,t):e._insertBefore(t,n)||e._insertAfter(t)},_insertBefore:function(e,t){var n=void 0;return this.sort&&t1&&void 0!==arguments[1]?arguments[1]:this._views.length,n=e.cid;this._viewsByCid[n]=e,e.model&&(this._indexByModel[e.model.cid]=n),this._views.splice(t,0,e),this._updateLength()},_sort:function(e){return"string"==typeof e?(e=t.partial(stringComparator,e),this._sortBy(e)):1===e.length?this._sortBy(e):this._views.sort(e)},_sortBy:function(e){var n=t.sortBy(this._views,e);return this._set(n),n},_set:function(e){this._views.length=0,this._views.push.apply(this._views,e.slice(0)),this._updateLength()},findByModel:function(e){return this.findByModelCid(e.cid)},findByModelCid:function(e){var t=this._indexByModel[e];return this.findByCid(t)},findByIndex:function(e){return this._views[e]},findIndexByView:function(e){return this._views.indexOf(e)},findByCid:function(e){return this._viewsByCid[e]},_remove:function(e){if(this._viewsByCid[e.cid]){e.model&&delete this._indexByModel[e.model.cid],delete this._viewsByCid[e.cid];var t=this.findIndexByView(e);this._views.splice(t,1),this._updateLength()}},_updateLength:function(){this.length=this._views.length}});var j=["behaviors","childView","childViewEventPrefix","childViewEvents","childViewOptions","childViewTriggers","collectionEvents","emptyView","emptyViewOptions","events","modelEvents","sortWithCollection","triggers","ui","viewComparator","viewFilter"],M=e.View.extend({sortWithCollection:!0,constructor:function(t){this._setOptions(t),this.mergeOptions(t,j),monitorViewEvents(this),this.once("render",this._initialEvents),this._initChildViewStorage(),this._initBehaviors();var n=Array.prototype.slice.call(arguments);n[0]=this.options,e.View.prototype.constructor.apply(this,n),this._initEmptyRegion(),this.delegateEntityEvents(),this._triggerEventOnBehaviors("initialize",this)},_initChildViewStorage:function(){this.children=new Container$1},_initEmptyRegion:function(){this.emptyRegion=new k({el:this.el}),this.emptyRegion._parentView=this},_initialEvents:function(){this.listenTo(this.collection,{sort:this._onCollectionSort,reset:this._onCollectionReset,update:this._onCollectionUpdate})},_onCollectionSort:function(){var e=this;this.sortWithCollection&&this.collection.length===this.children.length&&(this.collection.some((function(t){return!e.children.findByModel(t)}))||this.sort())},_onCollectionReset:function(){this.render()},_onCollectionUpdate:function(e,t){var n=t.changes,r=this._removeChildModels(n.removed);this._addChildModels(n.added),this._detachChildren(r),this._showChildren(),this._removeChildViews(r)},_removeChildModels:function(e){return t.map(e,t.bind(this._removeChildModel,this))},_removeChildModel:function(e){var t=this.children.findByModel(e);return this._removeChild(t),t},_removeChild:function(e){this.triggerMethod("before:remove:child",this,e),this.children._remove(e),this.triggerMethod("remove:child",this,e)},_addChildModels:function(e){return t.map(e,t.bind(this._addChildModel,this))},_addChildModel:function(e){var t=this._createChildView(e);return this._addChild(t),t},_createChildView:function(e){var t=this._getChildView(e),n=this._getChildViewOptions(e);return this.buildChildView(e,t,n)},_addChild:function(e,t){this.triggerMethod("before:add:child",this,e),this._setupChildView(e),this.children._add(e,t),this.triggerMethod("add:child",this,e)},_getChildView:function(e){var t=this.childView;if(!t)throw new l({name:"NoChildViewError",message:'A "childView" must be specified'});if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},_getView:function(n,r){return n.prototype instanceof e.View||n===e.View?n:t.isFunction(n)?n.call(this,r):void 0},_getChildViewOptions:function(e){return t.isFunction(this.childViewOptions)?this.childViewOptions(e):this.childViewOptions},buildChildView:function(e,n,r){return new n(t.extend({model:e},r))},_setupChildView:function(e){monitorViewEvents(e),e.on("destroy",this.removeChildView,this),this._proxyChildViewEvents(e)},_getImmediateChildren:function(){return this.children._views},setElement:function(){var t=!!this.el;return e.View.prototype.setElement.apply(this,arguments),t&&(this._isAttached=isNodeAttached(this.el)),this},render:function(){return this._isDestroyed||(this.triggerMethod("before:render",this),this._destroyChildren(),this.children._init(),this.collection&&this._addChildModels(this.collection.models),this._showChildren(),this._isRendered=!0,this.triggerMethod("render",this)),this},sort:function(){return this._isDestroyed?this:this.children.length?(this._showChildren(),this):this},_showChildren:function(){this.isEmpty()?this._showEmptyView():(this._sortChildren(),this.filter())},isEmpty:function(e){return e||!this.children.length},_showEmptyView:function(){var e=this._getEmptyView();if(e){var t=this._getEmptyViewOptions();this.emptyRegion.show(new e(t))}},_getEmptyView:function(){var e=this.emptyView;if(e)return this._getView(e)},_destroyEmptyView:function(){this.emptyRegion.hasView()&&this.emptyRegion.empty()},_getEmptyViewOptions:function(){var e=this.emptyViewOptions||this.childViewOptions;return t.isFunction(e)?e.call(this):e},_sortChildren:function(){this.triggerMethod("before:sort",this);var e=this.getComparator();t.isFunction(e)&&(e=e.bind(this)),this.children._sort(e),this.triggerMethod("sort",this)},setComparator:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this.viewComparator!==e,a=r&&!n;return this.viewComparator=e,a&&this.sort(),this},removeComparator:function(e){return this.setComparator(null,e)},getComparator:function(){return this.viewComparator||this._viewComparator},_viewComparator:function(e){if(this.collection)return this.collection.indexOf(e.model)},filter:function(){if(this._isDestroyed)return this;if(!this.children.length)return this;var e=this._filterChildren();return this._renderChildren(e),this},_filterChildren:function(){var e=this._getFilter();if(!e)return this.children._views;this.triggerMethod("before:filter",this);var n=this.children.partition(t.bind(e,this));return this._detachChildren(n[1]),this.triggerMethod("filter",this),n[0]},_getFilter:function(){var e=this.getFilter();if(!e)return!1;if(t.isFunction(e))return e;if(t.isObject(e)){var n=t.matches(e);return function(e){return n(e.model&&e.model.attributes)}}if(t.isString(e))return function(t){return t.model&&t.model.get(e)};throw new l({name:"InvalidViewFilterError",message:'"viewFilter" must be a function, predicate object literal, a string indicating a model attribute, or falsy'})},getFilter:function(){return this.viewFilter},setFilter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.preventRender,r=this.viewFilter!==e,a=r&&!n;return this.viewFilter=e,a&&this.filter(),this},removeFilter:function(e){return this.setFilter(null,e)},_detachChildren:function(e){t.each(e,t.bind(this._detachChildView,this))},_detachChildView:function(e){var t=!!e._isAttached;t&&triggerMethodOn(e,"before:detach",e),this.detachHtml(e),t&&(e._isAttached=!1,triggerMethodOn(e,"detach",e))},detachHtml:function(e){this.detachEl(e.el)},_renderChildren:function(e){if(this.isEmpty(!e.length))this._showEmptyView();else{this._destroyEmptyView(),this.triggerMethod("before:render:children",this,e);var t=this._getBuffer(e);this._attachChildren(t,e),this.triggerMethod("render:children",this,e)}},_attachChildren:function(e,n){n=this._isAttached?n:[],t.each(n,(function(e){e._isAttached||triggerMethodOn(e,"before:attach",e)})),this.attachHtml(this,e),t.each(n,(function(e){e._isAttached||(e._isAttached=!0,triggerMethodOn(e,"attach",e))}))},_getBuffer:function(e){var n=this,r=this.createBuffer();return t.each(e,(function(e){n._renderChildView(e),n.appendChildren(r,e.el)})),r},_renderChildView:function(e){e._isRendered||(e.supportsRenderLifecycle||triggerMethodOn(e,"before:render",e),e.render(),e.supportsRenderLifecycle||(e._isRendered=!0,triggerMethodOn(e,"render",e)))},attachHtml:function(e,t){this.appendChildren(e.el,t)},addChildView:function(e,t){return!e||e._isDestroyed||(this._addChild(e,t),this._showChildren()),e},detachChildView:function(e){return this.removeChildView(e,{shouldDetach:!0}),e},removeChildView:function(e,t){return e?(this._removeChildView(e,t),this._removeChild(e),this.isEmpty()&&this._showEmptyView(),e):e},_removeChildViews:function(e){t.each(e,t.bind(this._removeChildView,this))},_removeChildView:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.shouldDetach;e.off("destroy",this.removeChildView,this),n?this._detachChildView(e):this._destroyChildView(e),this.stopListening(e)},_destroyChildView:function(e){e._isDestroyed||(e.destroy?e.destroy():destroyBackboneView(e))},_removeChildren:function(){this._destroyChildren(),this.emptyRegion.destroy()},_destroyChildren:function(){this.children&&this.children.length&&(this.triggerMethod("before:destroy:children",this),this.children.each(t.bind(this._removeChildView,this)),this.triggerMethod("destroy:children",this))}});t.extend(M.prototype,w);var A=["childViewContainer","template","templateContext"],D=P.extend({constructor:function(e){a("CompositeView is deprecated. Convert to View at your earliest convenience"),this.mergeOptions(e,A),P.prototype.constructor.apply(this,arguments)},_initialEvents:function(){this.collection&&(this.listenTo(this.collection,"add",this._onCollectionAdd),this.listenTo(this.collection,"update",this._onCollectionUpdate),this.listenTo(this.collection,"reset",this.renderChildren),this.sort&&this.listenTo(this.collection,"sort",this._sortViews))},_getChildView:function(e){var t=this.childView;if(!t)return this.constructor;if(!(t=this._getView(t,e)))throw new l({name:"InvalidChildViewError",message:'"childView" must be a view class or a function that returns a view class'});return t},serializeData:function(){return this.serializeModel()},render:function(){return this._isDestroyed||(this._isRendering=!0,this.resetChildViewContainer(),this.triggerMethod("before:render",this),this._renderTemplate(),this.bindUIElements(),this.renderChildren(),this._isRendering=!1,this._isRendered=!0,this.triggerMethod("render",this)),this},renderChildren:function(){(this._isRendered||this._isRendering)&&P.prototype._renderChildren.call(this)},attachBuffer:function(e,t){var n=this.getChildViewContainer(e);this.appendChildren(n,t)},_insertAfter:function(e){var t=this.getChildViewContainer(this,e);this.appendChildren(t,e.el)},_appendReorderedChildren:function(e){var t=this.getChildViewContainer(this);this.appendChildren(t,e)},getChildViewContainer:function(e,n){if(e.$childViewContainer)return e.$childViewContainer;var r=void 0;if(e.childViewContainer){var a=t.result(e,"childViewContainer");if((r="@"===a.charAt(0)&&e.ui?e.ui[a.substr(4)]:this.findEls(a,e.$el)).length<=0)throw new l({name:"ChildViewContainerMissingError",message:'The specified "childViewContainer" was not found: '+e.childViewContainer})}else r=e.$el;return e.$childViewContainer=r,r},resetChildViewContainer:function(){this.$childViewContainer&&(this.$childViewContainer=void 0)}}),N=t.pick(T.prototype,"serializeModel","getTemplate","_renderTemplate","_renderHtml","mixinTemplateContext","attachElContent");t.extend(D.prototype,N);var V=["collectionEvents","events","modelEvents","triggers","ui"],L=MarionetteObject.extend({cidPrefix:"mnb",constructor:function(e,n){this.view=n,this.defaults&&a("Behavior defaults are deprecated. For similar functionality set options on the Behavior class."),this.defaults=t.clone(t.result(this,"defaults",{})),this._setOptions(this.defaults,e),this.mergeOptions(this.options,V),this.ui=t.extend({},t.result(this,"ui"),t.result(n,"ui")),MarionetteObject.apply(this,arguments)},$:function(){return this.view.$.apply(this.view,arguments)},destroy:function(){return this.stopListening(),this.view._removeBehavior(this),this},proxyViewProperties:function(){return this.$el=this.view.$el,this.el=this.view.el,this},bindUIElements:function(){return this._bindUIElements(),this},unbindUIElements:function(){return this._unbindUIElements(),this},getUI:function(e){return this._getUI(e)},delegateEntityEvents:function(){return this._delegateEntityEvents(this.view.model,this.view.collection),this},undelegateEntityEvents:function(){return this._undelegateEntityEvents(this.view.model,this.view.collection),this},getEvents:function(){var e=this,n=this.normalizeUIKeys(t.result(this,"events"));return t.reduce(n,(function(n,r,a){if(t.isFunction(r)||(r=e[r]),r)return n[a=getUniqueEventName(a)]=t.bind(r,e),n}),{})},getTriggers:function(){if(this.triggers){var e=this.normalizeUIKeys(t.result(this,"triggers"));return this._getViewTriggers(this.view,e)}}});t.extend(L.prototype,m,y,b);var B=["region","regionClass"],I=MarionetteObject.extend({cidPrefix:"mna",constructor:function(e){this._setOptions(e),this.mergeOptions(e,B),this._initRegion(),MarionetteObject.prototype.constructor.apply(this,arguments)},regionClass:k,_initRegion:function(){var e=this.region;if(e){var t={regionClass:this.regionClass};this._region=buildRegion(e,t)}},getRegion:function(){return this._region},showView:function(e){for(var t=this.getRegion(),n=arguments.length,r=Array(n>1?n-1:0),a=1;athis.length&&(a=this.length),a<0&&(a+=this.length+1);var i,o,s=[],l=[],u=[],h=[],f={},d=t.add,p=t.merge,m=t.remove,g=!1,v=this.comparator&&null==a&&!1!==t.sort,y=n.isString(this.comparator)?this.comparator:null;for(o=0;o7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(C,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var t=this.root.slice(0,-1)||"/";return this.location.replace(t+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var r=document.body,a=r.insertBefore(this.iframe,r.firstChild).contentWindow;a.document.open(),a.document.close(),a.location.hash="#"+this.fragment}var i=window.addEventListener||function(e,t){return attachEvent("on"+e,t)};if(this._usePushState?i("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?i("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var e=window.removeEventListener||function(e,t){return detachEvent("on"+e,t)};this._usePushState?e("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&e("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),x.started=!1},route:function(e,t){this.handlers.unshift({route:e,callback:t})},checkUrl:function(e){var t=this.getFragment();if(t===this.fragment&&this.iframe&&(t=this.getHash(this.iframe.contentWindow)),t===this.fragment)return!1;this.iframe&&this.navigate(t),this.loadUrl()},loadUrl:function(e){return!!this.matchRoot()&&(e=this.fragment=this.getFragment(e),n.some(this.handlers,(function(t){if(t.route.test(e))return t.callback(e),!0})))},navigate:function(e,t){if(!x.started)return!1;t&&!0!==t||(t={trigger:!!t}),e=this.getFragment(e||"");var n=this.root;""!==e&&"?"!==e.charAt(0)||(n=n.slice(0,-1)||"/");var r=n+e;if(e=this.decodeFragment(e.replace(S,"")),this.fragment!==e){if(this.fragment=e,this._usePushState)this.history[t.replace?"replaceState":"pushState"]({},document.title,r);else{if(!this._wantsHashChange)return this.location.assign(r);if(this._updateHash(this.location,e,t.replace),this.iframe&&e!==this.getHash(this.iframe.contentWindow)){var a=this.iframe.contentWindow;t.replace||(a.document.open(),a.document.close()),this._updateHash(a.location,e,t.replace)}}return t.trigger?this.loadUrl(e):void 0}},_updateHash:function(e,t,n){if(n){var r=e.href.replace(/(javascript:|#).*$/,"");e.replace(r+"#"+t)}else e.hash="#"+t}}),t.history=new x,l.extend=u.extend=g.extend=f.extend=x.extend=function(e,t){var r,a=this;return r=e&&n.has(e,"constructor")?e.constructor:function(){return a.apply(this,arguments)},n.extend(r,a,t),r.prototype=n.create(a.prototype,e),r.prototype.constructor=r,r.__super__=a.prototype,r};var urlError=function(){throw new Error('A "url" property or function must be specified')},wrapError=function(e,t){var n=t.error;t.error=function(r){n&&n.call(t.context,e,r,t),e.trigger("error",e,r,t)}};return t}(o,n,e,t)}.apply(t,a))||(e.exports=i)}).call(this,n(43))},function(e,t,n){var r=n(176);function _get(){return"undefined"!=typeof Reflect&&Reflect.get?(e.exports=_get=Reflect.get.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=_get=function(e,t,n){var a=r(e,t);if(a){var i=Object.getOwnPropertyDescriptor(a,t);return i.get?i.get.call(arguments.length<3?e:n):i.value}},e.exports.__esModule=!0,e.exports.default=e.exports),_get.apply(this,arguments)}e.exports=_get,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r;(function(){var n=this,a=n._,i=Array.prototype,o=Object.prototype,s=Function.prototype,l=i.push,u=i.slice,c=o.toString,h=o.hasOwnProperty,f=Array.isArray,d=Object.keys,p=s.bind,m=Object.create,Ctor=function(){},_=function(e){return e instanceof _?e:this instanceof _?void(this._wrapped=e):new _(e)};e.exports&&(t=e.exports=_),t._=_,_.VERSION="1.8.3";var optimizeCb=function(e,t,n){if(void 0===t)return e;switch(null==n?3:n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)};case 4:return function(n,r,a,i){return e.call(t,n,r,a,i)}}return function(){return e.apply(t,arguments)}},cb=function(e,t,n){return null==e?_.identity:_.isFunction(e)?optimizeCb(e,t,n):_.isObject(e)?_.matcher(e):_.property(e)};_.iteratee=function(e,t){return cb(e,t,1/0)};var createAssigner=function(e,t){return function(n){var r=arguments.length;if(r<2||null==n)return n;for(var a=1;a=0&&t<=g};function createReduce(e){function iterator(t,n,r,a,i,o){for(;i>=0&&i0?0:o-1;return arguments.length<3&&(r=t[i?i[s]:s],s+=e),iterator(t,n,r,i,s,o)}}_.each=_.forEach=function(e,t,n){var r,a;if(t=optimizeCb(t,n),isArrayLike(e))for(r=0,a=e.length;r=0},_.invoke=function(e,t){var n=u.call(arguments,2),r=_.isFunction(t);return _.map(e,(function(e){var a=r?t:e[t];return null==a?a:a.apply(e,n)}))},_.pluck=function(e,t){return _.map(e,_.property(t))},_.where=function(e,t){return _.filter(e,_.matcher(t))},_.findWhere=function(e,t){return _.find(e,_.matcher(t))},_.max=function(e,t,n){var r,a,i=-1/0,o=-1/0;if(null==t&&null!=e)for(var s=0,l=(e=isArrayLike(e)?e:_.values(e)).length;si&&(i=r);else t=cb(t,n),_.each(e,(function(e,n,r){((a=t(e,n,r))>o||a===-1/0&&i===-1/0)&&(i=e,o=a)}));return i},_.min=function(e,t,n){var r,a,i=1/0,o=1/0;if(null==t&&null!=e)for(var s=0,l=(e=isArrayLike(e)?e:_.values(e)).length;sr||void 0===n)return 1;if(n0?0:a-1;i>=0&&i0?o=i>=0?i:Math.max(i+s,o):s=i>=0?Math.min(i+1,s):i+s+1;else if(n&&i&&s)return r[i=n(r,a)]===a?i:-1;if(a!=a)return(i=t(u.call(r,o,s),_.isNaN))>=0?i+o:-1;for(i=e>0?o:s-1;i>=0&&it?(o&&(clearTimeout(o),o=null),s=l,i=e.apply(r,a),o||(r=a=null)):o||!1===n.trailing||(o=setTimeout(later,u)),i}},_.debounce=function(e,t,n){var r,a,i,o,s,later=function(){var l=_.now()-o;l=0?r=setTimeout(later,t-l):(r=null,n||(s=e.apply(i,a),r||(i=a=null)))};return function(){i=this,a=arguments,o=_.now();var l=n&&!r;return r||(r=setTimeout(later,t)),l&&(s=e.apply(i,a),i=a=null),s}},_.wrap=function(e,t){return _.partial(t,e)},_.negate=function(e){return function(){return!e.apply(this,arguments)}},_.compose=function(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}},_.after=function(e,t){return function(){if(--e<1)return t.apply(this,arguments)}},_.before=function(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}},_.once=_.partial(_.before,2);var y=!{toString:null}.propertyIsEnumerable("toString"),b=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"];function collectNonEnumProps(e,t){var n=b.length,r=e.constructor,a=_.isFunction(r)&&r.prototype||o,i="constructor";for(_.has(e,i)&&!_.contains(t,i)&&t.push(i);n--;)(i=b[n])in e&&e[i]!==a[i]&&!_.contains(t,i)&&t.push(i)}_.keys=function(e){if(!_.isObject(e))return[];if(d)return d(e);var t=[];for(var n in e)_.has(e,n)&&t.push(n);return y&&collectNonEnumProps(e,t),t},_.allKeys=function(e){if(!_.isObject(e))return[];var t=[];for(var n in e)t.push(n);return y&&collectNonEnumProps(e,t),t},_.values=function(e){for(var t=_.keys(e),n=t.length,r=Array(n),a=0;a":">",'"':""","'":"'","`":"`"},x=_.invert(w),createEscaper=function(e){var escaper=function(t){return e[t]},t="(?:"+_.keys(e).join("|")+")",n=RegExp(t),r=RegExp(t,"g");return function(e){return e=null==e?"":""+e,n.test(e)?e.replace(r,escaper):e}};_.escape=createEscaper(w),_.unescape=createEscaper(x),_.result=function(e,t,n){var r=null==e?void 0:e[t];return void 0===r&&(r=n),_.isFunction(r)?r.call(e):r};var k=0;_.uniqueId=function(e){var t=++k+"";return e?e+t:t},_.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var C=/(.)^/,S={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},O=/\\|'|\r|\n|\u2028|\u2029/g,escapeChar=function(e){return"\\"+S[e]};_.template=function(e,t,n){!t&&n&&(t=n),t=_.defaults({},t,_.templateSettings);var r=RegExp([(t.escape||C).source,(t.interpolate||C).source,(t.evaluate||C).source].join("|")+"|$","g"),a=0,i="__p+='";e.replace(r,(function(t,n,r,o,s){return i+=e.slice(a,s).replace(O,escapeChar),a=s+t.length,n?i+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?i+="'+\n((__t=("+r+"))==null?'':__t)+\n'":o&&(i+="';\n"+o+"\n__p+='"),t})),i+="';\n",t.variable||(i="with(obj||{}){\n"+i+"}\n"),i="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+i+"return __p;\n";try{var o=new Function(t.variable||"obj","_",i)}catch(e){throw e.source=i,e}var template=function(e){return o.call(this,e,_)},s=t.variable||"obj";return template.source="function("+s+"){\n"+i+"}",template},_.chain=function(e){var t=_(e);return t._chain=!0,t};var result=function(e,t){return e._chain?_(t).chain():t};_.mixin=function(e){_.each(_.functions(e),(function(t){var n=_[t]=e[t];_.prototype[t]=function(){var e=[this._wrapped];return l.apply(e,arguments),result(this,n.apply(_,e))}}))},_.mixin(_),_.each(["pop","push","reverse","shift","sort","splice","unshift"],(function(e){var t=i[e];_.prototype[e]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==e&&"splice"!==e||0!==n.length||delete n[0],result(this,n)}})),_.each(["concat","join","slice"],(function(e){var t=i[e];_.prototype[e]=function(){return result(this,t.apply(this._wrapped,arguments))}})),_.prototype.value=function(){return this._wrapped},_.prototype.valueOf=_.prototype.toJSON=_.prototype.value,_.prototype.toString=function(){return""+this._wrapped},void 0===(r=function(){return _}.apply(t,[]))||(e.exports=r)}).call(this)},function(e,t,n){"use strict";var r=n(2),a=n.n(r),i=n(3),o=n.n(i),s=n(10),l=n.n(s),u=n(4),c=n.n(u),h=n(5),f=n.n(h),d=n(0),p=n.n(d),m=n(6),g=n.n(m),v=n(52),y=n.n(v),b=n(13),w=n(15);function _createSuper(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=p()(e);if(t){var a=p()(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return f()(this,n)}}var x=function(e){c()(AppRouter,e);var t=_createSuper(AppRouter);function AppRouter(){var e;return a()(this,AppRouter),e=t.call(this,{routes:{"testresult/:uid(/)(:tabName)":"testresultPage","*default":"notFound"}}),g()(l()(e),"currentUrl",null),e.on("route",e.onRouteChange,l()(e)),e}return o()(AppRouter,[{key:"onRouteChange",value:function(){this.previousUrl=this.currentUrl,this.currentUrl=this.getCurrentUrl()}},{key:"getCurrentUrl",value:function(){return b.history.getFragment()}},{key:"reload",value:function(){b.history.loadUrl(this.getCurrentUrl())}},{key:"to",value:function(e,t,n){t=Object(w.omit)(t,(function(e){return null===e}));var r=y.a.format({pathname:e,query:t});return this.toUrl(r,n)}},{key:"toUrl",value:function(e,t){return this.navigate(e,Object.assign({trigger:!0},t))}},{key:"setSearch",value:function(e){var t=y.a.parse(this.getCurrentUrl()).pathname;return this.to(t,e)}},{key:"getUrlParams",value:function(){var e=y.a.parse(this.getCurrentUrl(),!0);return e?e.query:{}}}]),AppRouter}(b.Router);t.a=new x},function(e,t,n){var r; -/*! - * jQuery JavaScript Library v3.6.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright OpenJS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2022-08-26T17:52Z - */!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:this,(function(n,a){"use strict";var i=[],o=Object.getPrototypeOf,s=i.slice,l=i.flat?function(e){return i.flat.call(e)}:function(e){return i.concat.apply([],e)},u=i.push,c=i.indexOf,h={},f=h.toString,d=h.hasOwnProperty,p=d.toString,m=p.call(Object),g={},isFunction=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},isWindow=function(e){return null!=e&&e===e.window},v=n.document,y={type:!0,src:!0,nonce:!0,noModule:!0};function DOMEval(e,t,n){var r,a,i=(n=n||v).createElement("script");if(i.text=e,t)for(r in y)(a=t[r]||t.getAttribute&&t.getAttribute(r))&&i.setAttribute(r,a);n.head.appendChild(i).parentNode.removeChild(i)}function toType(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?h[f.call(e)]||"object":typeof e}var jQuery=function(e,t){return new jQuery.fn.init(e,t)};function isArrayLike(e){var t=!!e&&"length"in e&&e.length,n=toType(e);return!isFunction(e)&&!isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}jQuery.fn=jQuery.prototype={jquery:"3.6.1",constructor:jQuery,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=jQuery.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return jQuery.each(this,e)},map:function(e){return this.pushStack(jQuery.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(jQuery.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(jQuery.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n+~]|"+V+")"+V+"*"),q=new RegExp(V+"|>"),W=new RegExp(I),$=new RegExp("^"+L+"$"),G={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+B),PSEUDO:new RegExp("^"+I),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+V+"*(even|odd|(([+-]|)(\\d*)n|)"+V+"*(?:([+-]|)"+V+"*(\\d+)|))"+V+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+V+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+V+"*((?:-\\d)?\\d*)"+V+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,K=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Q=/[+~]/,ee=new RegExp("\\\\[\\da-fA-F]{1,6}"+V+"?|\\\\([^\\r\\n\\f])","g"),funescape=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,fcssescape=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},unloadHandler=function(){f()},ne=addCombinator((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{A.apply(P=D.call(x.childNodes),x.childNodes),P[x.childNodes.length].nodeType}catch(e){A={apply:P.length?function(e,t){M.apply(e,D.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function Sizzle(e,t,r,a){var i,s,u,c,h,p,v,y=t&&t.ownerDocument,x=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==x&&9!==x&&11!==x)return r;if(!a&&(f(t),t=t||d,m)){if(11!==x&&(h=J.exec(e)))if(i=h[1]){if(9===x){if(!(u=t.getElementById(i)))return r;if(u.id===i)return r.push(u),r}else if(y&&(u=y.getElementById(i))&&b(t,u)&&u.id===i)return r.push(u),r}else{if(h[2])return A.apply(r,t.getElementsByTagName(e)),r;if((i=h[3])&&n.getElementsByClassName&&t.getElementsByClassName)return A.apply(r,t.getElementsByClassName(i)),r}if(n.qsa&&!E[e+" "]&&(!g||!g.test(e))&&(1!==x||"object"!==t.nodeName.toLowerCase())){if(v=e,y=t,1===x&&(q.test(e)||H.test(e))){for((y=Q.test(e)&&testContext(t.parentNode)||t)===t&&n.scope||((c=t.getAttribute("id"))?c=c.replace(te,fcssescape):t.setAttribute("id",c=w)),s=(p=o(e)).length;s--;)p[s]=(c?"#"+c:":scope")+" "+toSelector(p[s]);v=p.join(",")}try{return A.apply(r,y.querySelectorAll(v)),r}catch(t){E(e,!0)}finally{c===w&&t.removeAttribute("id")}}}return l(e.replace(F,"$1"),t,r,a)}function createCache(){var e=[];return function cache(t,n){return e.push(t+" ")>r.cacheLength&&delete cache[e.shift()],cache[t+" "]=n}}function markFunction(e){return e[w]=!0,e}function assert(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function addHandle(e,t){for(var n=e.split("|"),a=n.length;a--;)r.attrHandle[n[a]]=t}function siblingCheck(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function createInputPseudo(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function createButtonPseudo(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function createDisabledPseudo(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ne(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function createPositionalPseudo(e){return markFunction((function(t){return t=+t,markFunction((function(n,r){for(var a,i=e([],n.length,t),o=i.length;o--;)n[a=i[o]]&&(n[a]=!(r[a]=n[a]))}))}))}function testContext(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=Sizzle.support={},i=Sizzle.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},f=Sizzle.setDocument=function(e){var t,a,o=e?e.ownerDocument||e:x;return o!=d&&9===o.nodeType&&o.documentElement?(p=(d=o).documentElement,m=!i(d),x!=d&&(a=d.defaultView)&&a.top!==a&&(a.addEventListener?a.addEventListener("unload",unloadHandler,!1):a.attachEvent&&a.attachEvent("onunload",unloadHandler)),n.scope=assert((function(e){return p.appendChild(e).appendChild(d.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=assert((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=assert((function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=Z.test(d.getElementsByClassName),n.getById=assert((function(e){return p.appendChild(e).id=w,!d.getElementsByName||!d.getElementsByName(w).length})),n.getById?(r.filter.ID=function(e){var t=e.replace(ee,funescape);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(ee,funescape);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,r,a,i=t.getElementById(e);if(i){if((n=i.getAttributeNode("id"))&&n.value===e)return[i];for(a=t.getElementsByName(e),r=0;i=a[r++];)if((n=i.getAttributeNode("id"))&&n.value===e)return[i]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],a=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[a++];)1===n.nodeType&&r.push(n);return r}return i},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},v=[],g=[],(n.qsa=Z.test(d.querySelectorAll))&&(assert((function(e){var t;p.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+V+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\["+V+"*(?:value|"+N+")"),e.querySelectorAll("[id~="+w+"-]").length||g.push("~="),(t=d.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||g.push("\\["+V+"*name"+V+"*="+V+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+w+"+*").length||g.push(".#.+[+~]"),e.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")})),assert((function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name"+V+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),p.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=Z.test(y=p.matches||p.webkitMatchesSelector||p.mozMatchesSelector||p.oMatchesSelector||p.msMatchesSelector))&&assert((function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),v.push("!=",I)})),g=g.length&&new RegExp(g.join("|")),v=v.length&&new RegExp(v.join("|")),t=Z.test(p.compareDocumentPosition),b=t||Z.test(p.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},sortOrder=t?function(e,t){if(e===t)return h=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e==d||e.ownerDocument==x&&b(x,e)?-1:t==d||t.ownerDocument==x&&b(x,t)?1:c?indexOf(c,e)-indexOf(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return h=!0,0;var n,r=0,a=e.parentNode,i=t.parentNode,o=[e],s=[t];if(!a||!i)return e==d?-1:t==d?1:a?-1:i?1:c?indexOf(c,e)-indexOf(c,t):0;if(a===i)return siblingCheck(e,t);for(n=e;n=n.parentNode;)o.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;o[r]===s[r];)r++;return r?siblingCheck(o[r],s[r]):o[r]==x?-1:s[r]==x?1:0},d):d},Sizzle.matches=function(e,t){return Sizzle(e,null,null,t)},Sizzle.matchesSelector=function(e,t){if(f(e),n.matchesSelector&&m&&!E[t+" "]&&(!v||!v.test(t))&&(!g||!g.test(t)))try{var r=y.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){E(t,!0)}return Sizzle(t,d,null,[e]).length>0},Sizzle.contains=function(e,t){return(e.ownerDocument||e)!=d&&f(e),b(e,t)},Sizzle.attr=function(e,t){(e.ownerDocument||e)!=d&&f(e);var a=r.attrHandle[t.toLowerCase()],i=a&&R.call(r.attrHandle,t.toLowerCase())?a(e,t,!m):void 0;return void 0!==i?i:n.attributes||!m?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null},Sizzle.escape=function(e){return(e+"").replace(te,fcssescape)},Sizzle.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},Sizzle.uniqueSort=function(e){var t,r=[],a=0,i=0;if(h=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(sortOrder),h){for(;t=e[i++];)t===e[i]&&(a=r.push(i));for(;a--;)e.splice(r[a],1)}return c=null,e},a=Sizzle.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=a(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=a(t);return n},(r=Sizzle.selectors={cacheLength:50,createPseudo:markFunction,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(ee,funescape),e[3]=(e[3]||e[4]||e[5]||"").replace(ee,funescape),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||Sizzle.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&Sizzle.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&W.test(n)&&(t=o(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(ee,funescape).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=S[e+" "];return t||(t=new RegExp("(^|"+V+")"+e+"("+V+"|$)"))&&S(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(r){var a=Sizzle.attr(r,e);return null==a?"!="===t:!t||(a+="","="===t?a===n:"!="===t?a!==n:"^="===t?n&&0===a.indexOf(n):"*="===t?n&&a.indexOf(n)>-1:"$="===t?n&&a.slice(-n.length)===n:"~="===t?(" "+a.replace(z," ")+" ").indexOf(n)>-1:"|="===t&&(a===n||a.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,a){var i="nth"!==e.slice(0,3),o="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===a?function(e){return!!e.parentNode}:function(t,n,l){var u,c,h,f,d,p,m=i!==o?"nextSibling":"previousSibling",g=t.parentNode,v=s&&t.nodeName.toLowerCase(),y=!l&&!s,b=!1;if(g){if(i){for(;m;){for(f=t;f=f[m];)if(s?f.nodeName.toLowerCase()===v:1===f.nodeType)return!1;p=m="only"===e&&!p&&"nextSibling"}return!0}if(p=[o?g.firstChild:g.lastChild],o&&y){for(b=(d=(u=(c=(h=(f=g)[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]||[])[0]===k&&u[1])&&u[2],f=d&&g.childNodes[d];f=++d&&f&&f[m]||(b=d=0)||p.pop();)if(1===f.nodeType&&++b&&f===t){c[e]=[k,d,b];break}}else if(y&&(b=d=(u=(c=(h=(f=t)[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]||[])[0]===k&&u[1]),!1===b)for(;(f=++d&&f&&f[m]||(b=d=0)||p.pop())&&((s?f.nodeName.toLowerCase()!==v:1!==f.nodeType)||!++b||(y&&((c=(h=f[w]||(f[w]={}))[f.uniqueID]||(h[f.uniqueID]={}))[e]=[k,b]),f!==t)););return(b-=a)===r||b%r==0&&b/r>=0}}},PSEUDO:function(e,t){var n,a=r.pseudos[e]||r.setFilters[e.toLowerCase()]||Sizzle.error("unsupported pseudo: "+e);return a[w]?a(t):a.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?markFunction((function(e,n){for(var r,i=a(e,t),o=i.length;o--;)e[r=indexOf(e,i[o])]=!(n[r]=i[o])})):function(e){return a(e,0,n)}):a}},pseudos:{not:markFunction((function(e){var t=[],n=[],r=s(e.replace(F,"$1"));return r[w]?markFunction((function(e,t,n,a){for(var i,o=r(e,null,a,[]),s=e.length;s--;)(i=o[s])&&(e[s]=!(t[s]=i))})):function(e,a,i){return t[0]=e,r(t,null,i,n),t[0]=null,!n.pop()}})),has:markFunction((function(e){return function(t){return Sizzle(e,t).length>0}})),contains:markFunction((function(e){return e=e.replace(ee,funescape),function(t){return(t.textContent||a(t)).indexOf(e)>-1}})),lang:markFunction((function(e){return $.test(e||"")||Sizzle.error("unsupported lang: "+e),e=e.replace(ee,funescape).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===p},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:createDisabledPseudo(!1),disabled:createDisabledPseudo(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return X.test(e.nodeName)},input:function(e){return K.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:createPositionalPseudo((function(){return[0]})),last:createPositionalPseudo((function(e,t){return[t-1]})),eq:createPositionalPseudo((function(e,t,n){return[n<0?n+t:n]})),even:createPositionalPseudo((function(e,t){for(var n=0;nt?t:n;--r>=0;)e.push(r);return e})),gt:createPositionalPseudo((function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){for(var a=e.length;a--;)if(!e[a](t,n,r))return!1;return!0}:e[0]}function condense(e,t,n,r,a){for(var i,o=[],s=0,l=e.length,u=null!=t;s-1&&(i[u]=!(o[u]=h))}}else v=condense(v===o?v.splice(p,v.length):v),a?a(null,o,v,l):A.apply(o,v)}))}function matcherFromTokens(e){for(var t,n,a,i=e.length,o=r.relative[e[0].type],s=o||r.relative[" "],l=o?1:0,c=addCombinator((function(e){return e===t}),s,!0),h=addCombinator((function(e){return indexOf(t,e)>-1}),s,!0),f=[function(e,n,r){var a=!o&&(r||n!==u)||((t=n).nodeType?c(e,n,r):h(e,n,r));return t=null,a}];l1&&elementMatcher(f),l>1&&toSelector(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(F,"$1"),n,l0,a=e.length>0,superMatcher=function(i,o,s,l,c){var h,p,g,v=0,y="0",b=i&&[],w=[],x=u,C=i||a&&r.find.TAG("*",c),S=k+=null==x?1:Math.random()||.1,O=C.length;for(c&&(u=o==d||o||c);y!==O&&null!=(h=C[y]);y++){if(a&&h){for(p=0,o||h.ownerDocument==d||(f(h),s=!m);g=e[p++];)if(g(h,o||d,s)){l.push(h);break}c&&(k=S)}n&&((h=!g&&h)&&v--,i&&b.push(h))}if(v+=y,n&&y!==v){for(p=0;g=t[p++];)g(b,w,o,s);if(i){if(v>0)for(;y--;)b[y]||w[y]||(w[y]=j.call(l));w=condense(w)}A.apply(l,w),c&&!i&&w.length>0&&v+t.length>1&&Sizzle.uniqueSort(l)}return c&&(k=S,u=x),b};return n?markFunction(superMatcher):superMatcher}(i,a))).selector=e}return s},l=Sizzle.select=function(e,t,n,a){var i,l,u,c,h,f="function"==typeof e&&e,d=!a&&o(e=f.selector||e);if(n=n||[],1===d.length){if((l=d[0]=d[0].slice(0)).length>2&&"ID"===(u=l[0]).type&&9===t.nodeType&&m&&r.relative[l[1].type]){if(!(t=(r.find.ID(u.matches[0].replace(ee,funescape),t)||[])[0]))return n;f&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(i=G.needsContext.test(e)?0:l.length;i--&&(u=l[i],!r.relative[c=u.type]);)if((h=r.find[c])&&(a=h(u.matches[0].replace(ee,funescape),Q.test(l[0].type)&&testContext(t.parentNode)||t))){if(l.splice(i,1),!(e=a.length&&toSelector(l)))return A.apply(n,a),n;break}}return(f||s(e,d))(a,t,!m,n,!t||Q.test(e)&&testContext(t.parentNode)||t),n},n.sortStable=w.split("").sort(sortOrder).join("")===w,n.detectDuplicates=!!h,f(),n.sortDetached=assert((function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))})),assert((function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")}))||addHandle("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&assert((function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||addHandle("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),assert((function(e){return null==e.getAttribute("disabled")}))||addHandle(N,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),Sizzle}(n);jQuery.find=b,jQuery.expr=b.selectors,jQuery.expr[":"]=jQuery.expr.pseudos,jQuery.uniqueSort=jQuery.unique=b.uniqueSort,jQuery.text=b.getText,jQuery.isXMLDoc=b.isXML,jQuery.contains=b.contains,jQuery.escapeSelector=b.escape;var dir=function(e,t,n){for(var r=[],a=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(a&&jQuery(e).is(n))break;r.push(e)}return r},siblings=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},w=jQuery.expr.match.needsContext;function nodeName(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var x=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function winnow(e,t,n){return isFunction(t)?jQuery.grep(e,(function(e,r){return!!t.call(e,r,e)!==n})):t.nodeType?jQuery.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?jQuery.grep(e,(function(e){return c.call(t,e)>-1!==n})):jQuery.filter(t,e,n)}jQuery.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?jQuery.find.matchesSelector(r,e)?[r]:[]:jQuery.find.matches(e,jQuery.grep(t,(function(e){return 1===e.nodeType})))},jQuery.fn.extend({find:function(e){var t,n,r=this.length,a=this;if("string"!=typeof e)return this.pushStack(jQuery(e).filter((function(){for(t=0;t1?jQuery.uniqueSort(n):n},filter:function(e){return this.pushStack(winnow(this,e||[],!1))},not:function(e){return this.pushStack(winnow(this,e||[],!0))},is:function(e){return!!winnow(this,"string"==typeof e&&w.test(e)?jQuery(e):e||[],!1).length}});var k,C=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(jQuery.fn.init=function(e,t,n){var r,a;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:C.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof jQuery?t[0]:t,jQuery.merge(this,jQuery.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:v,!0)),x.test(r[1])&&jQuery.isPlainObject(t))for(r in t)isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(a=v.getElementById(r[2]))&&(this[0]=a,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):isFunction(e)?void 0!==n.ready?n.ready(e):e(jQuery):jQuery.makeArray(e,this)}).prototype=jQuery.fn,k=jQuery(v);var S=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function sibling(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}jQuery.fn.extend({has:function(e){var t=jQuery(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&jQuery.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?jQuery.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?c.call(jQuery(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(jQuery.uniqueSort(jQuery.merge(this.get(),jQuery(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),jQuery.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return dir(e,"parentNode")},parentsUntil:function(e,t,n){return dir(e,"parentNode",n)},next:function(e){return sibling(e,"nextSibling")},prev:function(e){return sibling(e,"previousSibling")},nextAll:function(e){return dir(e,"nextSibling")},prevAll:function(e){return dir(e,"previousSibling")},nextUntil:function(e,t,n){return dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return dir(e,"previousSibling",n)},siblings:function(e){return siblings((e.parentNode||{}).firstChild,e)},children:function(e){return siblings(e.firstChild)},contents:function(e){return null!=e.contentDocument&&o(e.contentDocument)?e.contentDocument:(nodeName(e,"template")&&(e=e.content||e),jQuery.merge([],e.childNodes))}},(function(e,t){jQuery.fn[e]=function(n,r){var a=jQuery.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(a=jQuery.filter(r,a)),this.length>1&&(O[e]||jQuery.uniqueSort(a),S.test(e)&&a.reverse()),this.pushStack(a)}}));var T=/[^\x20\t\r\n\f]+/g;function Identity(e){return e}function Thrower(e){throw e}function adoptValue(e,t,n,r){var a;try{e&&isFunction(a=e.promise)?a.call(e).done(t).fail(n):e&&isFunction(a=e.then)?a.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}jQuery.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return jQuery.each(e.match(T)||[],(function(e,n){t[n]=!0})),t}(e):jQuery.extend({},e);var t,n,r,a,i=[],o=[],s=-1,fire=function(){for(a=a||e.once,r=t=!0;o.length;s=-1)for(n=o.shift();++s-1;)i.splice(n,1),n<=s&&s--})),this},has:function(e){return e?jQuery.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return a=o=[],i=n="",this},disabled:function(){return!i},lock:function(){return a=o=[],n||t||(i=n=""),this},locked:function(){return!!a},fireWith:function(e,n){return a||(n=[e,(n=n||[]).slice?n.slice():n],o.push(n),t||fire()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},jQuery.extend({Deferred:function(e){var t=[["notify","progress",jQuery.Callbacks("memory"),jQuery.Callbacks("memory"),2],["resolve","done",jQuery.Callbacks("once memory"),jQuery.Callbacks("once memory"),0,"resolved"],["reject","fail",jQuery.Callbacks("once memory"),jQuery.Callbacks("once memory"),1,"rejected"]],r="pending",a={state:function(){return r},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return a.then(null,e)},pipe:function(){var e=arguments;return jQuery.Deferred((function(n){jQuery.each(t,(function(t,r){var a=isFunction(e[r[4]])&&e[r[4]];i[r[1]]((function(){var e=a&&a.apply(this,arguments);e&&isFunction(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,a?[e]:arguments)}))})),e=null})).promise()},then:function(e,r,a){var i=0;function resolve(e,t,r,a){return function(){var o=this,s=arguments,mightThrow=function(){var n,l;if(!(e=i&&(r!==Thrower&&(o=void 0,s=[n]),t.rejectWith(o,s))}};e?l():(jQuery.Deferred.getStackHook&&(l.stackTrace=jQuery.Deferred.getStackHook()),n.setTimeout(l))}}return jQuery.Deferred((function(n){t[0][3].add(resolve(0,n,isFunction(a)?a:Identity,n.notifyWith)),t[1][3].add(resolve(0,n,isFunction(e)?e:Identity)),t[2][3].add(resolve(0,n,isFunction(r)?r:Thrower))})).promise()},promise:function(e){return null!=e?jQuery.extend(e,a):a}},i={};return jQuery.each(t,(function(e,n){var o=n[2],s=n[5];a[n[1]]=o.add,s&&o.add((function(){r=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),o.add(n[3].fire),i[n[0]]=function(){return i[n[0]+"With"](this===i?void 0:this,arguments),this},i[n[0]+"With"]=o.fireWith})),a.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,n=t,r=Array(n),a=s.call(arguments),i=jQuery.Deferred(),updateFunc=function(e){return function(n){r[e]=this,a[e]=arguments.length>1?s.call(arguments):n,--t||i.resolveWith(r,a)}};if(t<=1&&(adoptValue(e,i.done(updateFunc(n)).resolve,i.reject,!t),"pending"===i.state()||isFunction(a[n]&&a[n].then)))return i.then();for(;n--;)adoptValue(a[n],updateFunc(n),i.reject);return i.promise()}});var E=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;jQuery.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&E.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},jQuery.readyException=function(e){n.setTimeout((function(){throw e}))};var R=jQuery.Deferred();function completed(){v.removeEventListener("DOMContentLoaded",completed),n.removeEventListener("load",completed),jQuery.ready()}jQuery.fn.ready=function(e){return R.then(e).catch((function(e){jQuery.readyException(e)})),this},jQuery.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--jQuery.readyWait:jQuery.isReady)||(jQuery.isReady=!0,!0!==e&&--jQuery.readyWait>0||R.resolveWith(v,[jQuery]))}}),jQuery.ready.then=R.then,"complete"===v.readyState||"loading"!==v.readyState&&!v.documentElement.doScroll?n.setTimeout(jQuery.ready):(v.addEventListener("DOMContentLoaded",completed),n.addEventListener("load",completed));var access=function(e,t,n,r,a,i,o){var s=0,l=e.length,u=null==n;if("object"===toType(n))for(s in a=!0,n)access(e,t,s,n[s],!0,i,o);else if(void 0!==r&&(a=!0,isFunction(r)||(o=!0),u&&(o?(t.call(e,r),t=null):(u=t,t=function(e,t,n){return u.call(jQuery(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each((function(){A.remove(this,e)}))}}),jQuery.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=M.get(e,t),n&&(!r||Array.isArray(n)?r=M.access(e,t,jQuery.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=jQuery.queue(e,t),r=n.length,a=n.shift(),i=jQuery._queueHooks(e,t);"inprogress"===a&&(a=n.shift(),r--),a&&("fx"===t&&n.unshift("inprogress"),delete i.stop,a.call(e,(function(){jQuery.dequeue(e,t)}),i)),!r&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return M.get(e,n)||M.access(e,n,{empty:jQuery.Callbacks("once memory").add((function(){M.remove(e,[t+"queue",n])}))})}}),jQuery.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,$=/^$|^module$|\/(?:java|ecma)script/i;U=v.createDocumentFragment().appendChild(v.createElement("div")),(H=v.createElement("input")).setAttribute("type","radio"),H.setAttribute("checked","checked"),H.setAttribute("name","t"),U.appendChild(H),g.checkClone=U.cloneNode(!0).cloneNode(!0).lastChild.checked,U.innerHTML="",g.noCloneChecked=!!U.cloneNode(!0).lastChild.defaultValue,U.innerHTML="",g.option=!!U.lastChild;var G={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function getAll(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&nodeName(e,t)?jQuery.merge([e],n):n}function setGlobalEval(e,t){for(var n=0,r=e.length;n",""]);var Y=/<|&#?\w+;/;function buildFragment(e,t,n,r,a){for(var i,o,s,l,u,c,h=t.createDocumentFragment(),f=[],d=0,p=e.length;d-1)a&&a.push(i);else if(u=isAttached(i),o=getAll(h.appendChild(i),"script"),u&&setGlobalEval(o),n)for(c=0;i=o[c++];)$.test(i.type||"")&&n.push(i);return h}var K=/^([^.]*)(?:\.(.+)|)/;function returnTrue(){return!0}function returnFalse(){return!1}function expectSync(e,t){return e===function(){try{return v.activeElement}catch(e){}}()==("focus"===t)}function on(e,t,n,r,a,i){var o,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)on(e,s,n,r,t[s],i);return e}if(null==r&&null==a?(a=n,r=n=void 0):null==a&&("string"==typeof n?(a=r,r=void 0):(a=r,r=n,n=void 0)),!1===a)a=returnFalse;else if(!a)return e;return 1===i&&(o=a,(a=function(e){return jQuery().off(e),o.apply(this,arguments)}).guid=o.guid||(o.guid=jQuery.guid++)),e.each((function(){jQuery.event.add(this,t,a,r,n)}))}function leverageNative(e,t,n){n?(M.set(e,t,!1),jQuery.event.add(e,t,{namespace:!1,handler:function(e){var r,a,i=M.get(this,t);if(1&e.isTrigger&&this[t]){if(i.length)(jQuery.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=s.call(arguments),M.set(this,t,i),r=n(this,t),this[t](),i!==(a=M.get(this,t))||r?M.set(this,t,!1):a={},i!==a)return e.stopImmediatePropagation(),e.preventDefault(),a&&a.value}else i.length&&(M.set(this,t,{value:jQuery.event.trigger(jQuery.extend(i[0],jQuery.Event.prototype),i.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===M.get(e,t)&&jQuery.event.add(e,t,returnTrue)}jQuery.event={global:{},add:function(e,t,n,r,a){var i,o,s,l,u,c,h,f,d,p,m,g=M.get(e);if(acceptData(e))for(n.handler&&(n=(i=n).handler,a=i.selector),a&&jQuery.find.matchesSelector(I,a),n.guid||(n.guid=jQuery.guid++),(l=g.events)||(l=g.events=Object.create(null)),(o=g.handle)||(o=g.handle=function(t){return void 0!==jQuery&&jQuery.event.triggered!==t.type?jQuery.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(T)||[""]).length;u--;)d=m=(s=K.exec(t[u])||[])[1],p=(s[2]||"").split(".").sort(),d&&(h=jQuery.event.special[d]||{},d=(a?h.delegateType:h.bindType)||d,h=jQuery.event.special[d]||{},c=jQuery.extend({type:d,origType:m,data:r,handler:n,guid:n.guid,selector:a,needsContext:a&&jQuery.expr.match.needsContext.test(a),namespace:p.join(".")},i),(f=l[d])||((f=l[d]=[]).delegateCount=0,h.setup&&!1!==h.setup.call(e,r,p,o)||e.addEventListener&&e.addEventListener(d,o)),h.add&&(h.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),a?f.splice(f.delegateCount++,0,c):f.push(c),jQuery.event.global[d]=!0)},remove:function(e,t,n,r,a){var i,o,s,l,u,c,h,f,d,p,m,g=M.hasData(e)&&M.get(e);if(g&&(l=g.events)){for(u=(t=(t||"").match(T)||[""]).length;u--;)if(d=m=(s=K.exec(t[u])||[])[1],p=(s[2]||"").split(".").sort(),d){for(h=jQuery.event.special[d]||{},f=l[d=(r?h.delegateType:h.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=i=f.length;i--;)c=f[i],!a&&m!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(f.splice(i,1),c.selector&&f.delegateCount--,h.remove&&h.remove.call(e,c));o&&!f.length&&(h.teardown&&!1!==h.teardown.call(e,p,g.handle)||jQuery.removeEvent(e,d,g.handle),delete l[d])}else for(d in l)jQuery.event.remove(e,d+t[u],n,r,!0);jQuery.isEmptyObject(l)&&M.remove(e,"handle events")}},dispatch:function(e){var t,n,r,a,i,o,s=new Array(arguments.length),l=jQuery.event.fix(e),u=(M.get(this,"events")||Object.create(null))[l.type]||[],c=jQuery.event.special[l.type]||{};for(s[0]=l,t=1;t=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(i=[],o={},n=0;n-1:jQuery.find(a,this,null,[u]).length),o[a]&&i.push(r);i.length&&s.push({elem:u,handlers:i})}return u=this,l\s*$/g;function manipulationTarget(e,t){return nodeName(e,"table")&&nodeName(11!==t.nodeType?t:t.firstChild,"tr")&&jQuery(e).children("tbody")[0]||e}function disableScript(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function restoreScript(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function cloneCopyEvent(e,t){var n,r,a,i,o,s;if(1===t.nodeType){if(M.hasData(e)&&(s=M.get(e).events))for(a in M.remove(t,"handle events"),s)for(n=0,r=s[a].length;n1&&"string"==typeof p&&!g.checkClone&&Z.test(p))return e.each((function(a){var i=e.eq(a);m&&(t[0]=p.call(this,a,i.html())),domManip(i,t,n,r)}));if(f&&(i=(a=buildFragment(t,e[0].ownerDocument,!1,e,r)).firstChild,1===a.childNodes.length&&(a=i),i||r)){for(s=(o=jQuery.map(getAll(a,"script"),disableScript)).length;h0&&setGlobalEval(o,!l&&getAll(e,"script")),s},cleanData:function(e){for(var t,n,r,a=jQuery.event.special,i=0;void 0!==(n=e[i]);i++)if(acceptData(n)){if(t=n[M.expando]){if(t.events)for(r in t.events)a[r]?jQuery.event.remove(n,r):jQuery.removeEvent(n,r,t.handle);n[M.expando]=void 0}n[A.expando]&&(n[A.expando]=void 0)}}}),jQuery.fn.extend({detach:function(e){return remove(this,e,!0)},remove:function(e){return remove(this,e)},text:function(e){return access(this,(function(e){return void 0===e?jQuery.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return domManip(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||manipulationTarget(this,e).appendChild(e)}))},prepend:function(){return domManip(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=manipulationTarget(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return domManip(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return domManip(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(jQuery.cleanData(getAll(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return jQuery.clone(this,e,t)}))},html:function(e){return access(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!X.test(e)&&!G[(W.exec(e)||["",""])[1].toLowerCase()]){e=jQuery.htmlPrefilter(e);try{for(;n=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-l-s-.5))||0),l}function getWidthOrHeight(e,t,n){var r=getStyles(e),a=(!g.boxSizingReliable()||n)&&"border-box"===jQuery.css(e,"boxSizing",!1,r),i=a,o=curCSS(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Q.test(o)){if(!n)return o;o="auto"}return(!g.boxSizingReliable()&&a||!g.reliableTrDimensions()&&nodeName(e,"tr")||"auto"===o||!parseFloat(o)&&"inline"===jQuery.css(e,"display",!1,r))&&e.getClientRects().length&&(a="border-box"===jQuery.css(e,"boxSizing",!1,r),(i=s in e)&&(o=e[s])),(o=parseFloat(o)||0)+boxModelAdjustment(e,t,n||(a?"border":"content"),i,r,o)+"px"}function Tween(e,t,n,r,a){return new Tween.prototype.init(e,t,n,r,a)}jQuery.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=curCSS(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var a,i,o,s=camelCase(t),l=ee.test(t),u=e.style;if(l||(t=finalPropName(s)),o=jQuery.cssHooks[t]||jQuery.cssHooks[s],void 0===n)return o&&"get"in o&&void 0!==(a=o.get(e,!1,r))?a:u[t];"string"===(i=typeof n)&&(a=L.exec(n))&&a[1]&&(n=adjustCSS(e,t,a),i="number"),null!=n&&n==n&&("number"!==i||l||(n+=a&&a[3]||(jQuery.cssNumber[s]?"":"px")),g.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),o&&"set"in o&&void 0===(n=o.set(e,n,r))||(l?u.setProperty(t,n):u[t]=n))}},css:function(e,t,n,r){var a,i,o,s=camelCase(t);return ee.test(t)||(t=finalPropName(s)),(o=jQuery.cssHooks[t]||jQuery.cssHooks[s])&&"get"in o&&(a=o.get(e,!0,n)),void 0===a&&(a=curCSS(e,t,r)),"normal"===a&&t in le&&(a=le[t]),""===n||n?(i=parseFloat(a),!0===n||isFinite(i)?i||0:a):a}}),jQuery.each(["height","width"],(function(e,t){jQuery.cssHooks[t]={get:function(e,n,r){if(n)return!oe.test(jQuery.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?getWidthOrHeight(e,t,r):swap(e,se,(function(){return getWidthOrHeight(e,t,r)}))},set:function(e,n,r){var a,i=getStyles(e),o=!g.scrollboxSize()&&"absolute"===i.position,s=(o||r)&&"border-box"===jQuery.css(e,"boxSizing",!1,i),l=r?boxModelAdjustment(e,t,r,s,i):0;return s&&o&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(i[t])-boxModelAdjustment(e,t,"border",!1,i)-.5)),l&&(a=L.exec(n))&&"px"!==(a[3]||"px")&&(e.style[t]=n,n=jQuery.css(e,t)),setPositiveNumber(0,n,l)}}})),jQuery.cssHooks.marginLeft=addGetHookIf(g.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(curCSS(e,"marginLeft"))||e.getBoundingClientRect().left-swap(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),jQuery.each({margin:"",padding:"",border:"Width"},(function(e,t){jQuery.cssHooks[e+t]={expand:function(n){for(var r=0,a={},i="string"==typeof n?n.split(" "):[n];r<4;r++)a[e+B[r]+t]=i[r]||i[r-2]||i[0];return a}},"margin"!==e&&(jQuery.cssHooks[e+t].set=setPositiveNumber)})),jQuery.fn.extend({css:function(e,t){return access(this,(function(e,t,n){var r,a,i={},o=0;if(Array.isArray(t)){for(r=getStyles(e),a=t.length;o1)}}),jQuery.Tween=Tween,Tween.prototype={constructor:Tween,init:function(e,t,n,r,a,i){this.elem=e,this.prop=n,this.easing=a||jQuery.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=i||(jQuery.cssNumber[n]?"":"px")},cur:function(){var e=Tween.propHooks[this.prop];return e&&e.get?e.get(this):Tween.propHooks._default.get(this)},run:function(e){var t,n=Tween.propHooks[this.prop];return this.options.duration?this.pos=t=jQuery.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Tween.propHooks._default.set(this),this}},Tween.prototype.init.prototype=Tween.prototype,Tween.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=jQuery.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){jQuery.fx.step[e.prop]?jQuery.fx.step[e.prop](e):1!==e.elem.nodeType||!jQuery.cssHooks[e.prop]&&null==e.elem.style[finalPropName(e.prop)]?e.elem[e.prop]=e.now:jQuery.style(e.elem,e.prop,e.now+e.unit)}}},Tween.propHooks.scrollTop=Tween.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},jQuery.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},jQuery.fx=Tween.prototype.init,jQuery.fx.step={};var ue,ce,he=/^(?:toggle|show|hide)$/,fe=/queueHooks$/;function schedule(){ce&&(!1===v.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(schedule):n.setTimeout(schedule,jQuery.fx.interval),jQuery.fx.tick())}function createFxNow(){return n.setTimeout((function(){ue=void 0})),ue=Date.now()}function genFx(e,t){var n,r=0,a={height:e};for(t=t?1:0;r<4;r+=2-t)a["margin"+(n=B[r])]=a["padding"+n]=e;return t&&(a.opacity=a.width=e),a}function createTween(e,t,n){for(var r,a=(Animation.tweeners[t]||[]).concat(Animation.tweeners["*"]),i=0,o=a.length;i1)},removeAttr:function(e){return this.each((function(){jQuery.removeAttr(this,e)}))}}),jQuery.extend({attr:function(e,t,n){var r,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?jQuery.prop(e,t,n):(1===i&&jQuery.isXMLDoc(e)||(a=jQuery.attrHooks[t.toLowerCase()]||(jQuery.expr.match.bool.test(t)?de:void 0)),void 0!==n?null===n?void jQuery.removeAttr(e,t):a&&"set"in a&&void 0!==(r=a.set(e,n,t))?r:(e.setAttribute(t,n+""),n):a&&"get"in a&&null!==(r=a.get(e,t))?r:null==(r=jQuery.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!g.radioValue&&"radio"===t&&nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,a=t&&t.match(T);if(a&&1===e.nodeType)for(;n=a[r++];)e.removeAttribute(n)}}),de={set:function(e,t,n){return!1===t?jQuery.removeAttr(e,n):e.setAttribute(n,n),n}},jQuery.each(jQuery.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=pe[t]||jQuery.find.attr;pe[t]=function(e,t,r){var a,i,o=t.toLowerCase();return r||(i=pe[o],pe[o]=a,a=null!=n(e,t,r)?o:null,pe[o]=i),a}}));var me=/^(?:input|select|textarea|button)$/i,ge=/^(?:a|area)$/i;function stripAndCollapse(e){return(e.match(T)||[]).join(" ")}function getClass(e){return e.getAttribute&&e.getAttribute("class")||""}function classesToArray(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(T)||[]}jQuery.fn.extend({prop:function(e,t){return access(this,jQuery.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[jQuery.propFix[e]||e]}))}}),jQuery.extend({prop:function(e,t,n){var r,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&jQuery.isXMLDoc(e)||(t=jQuery.propFix[t]||t,a=jQuery.propHooks[t]),void 0!==n?a&&"set"in a&&void 0!==(r=a.set(e,n,t))?r:e[t]=n:a&&"get"in a&&null!==(r=a.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=jQuery.find.attr(e,"tabindex");return t?parseInt(t,10):me.test(e.nodeName)||ge.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(jQuery.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),jQuery.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){jQuery.propFix[this.toLowerCase()]=this})),jQuery.fn.extend({addClass:function(e){var t,n,r,a,i,o;return isFunction(e)?this.each((function(t){jQuery(this).addClass(e.call(this,t,getClass(this)))})):(t=classesToArray(e)).length?this.each((function(){if(r=getClass(this),n=1===this.nodeType&&" "+stripAndCollapse(r)+" "){for(i=0;i-1;)n=n.replace(" "+a+" "," ");o=stripAndCollapse(n),r!==o&&this.setAttribute("class",o)}})):this:this.attr("class","")},toggleClass:function(e,t){var n,r,a,i,o=typeof e,s="string"===o||Array.isArray(e);return isFunction(e)?this.each((function(n){jQuery(this).toggleClass(e.call(this,n,getClass(this),t),t)})):"boolean"==typeof t&&s?t?this.addClass(e):this.removeClass(e):(n=classesToArray(e),this.each((function(){if(s)for(i=jQuery(this),a=0;a-1)return!0;return!1}});var ve=/\r/g;jQuery.fn.extend({val:function(e){var t,n,r,a=this[0];return arguments.length?(r=isFunction(e),this.each((function(n){var a;1===this.nodeType&&(null==(a=r?e.call(this,n,jQuery(this).val()):e)?a="":"number"==typeof a?a+="":Array.isArray(a)&&(a=jQuery.map(a,(function(e){return null==e?"":e+""}))),(t=jQuery.valHooks[this.type]||jQuery.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,a,"value")||(this.value=a))}))):a?(t=jQuery.valHooks[a.type]||jQuery.valHooks[a.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(a,"value"))?n:"string"==typeof(n=a.value)?n.replace(ve,""):null==n?"":n:void 0}}),jQuery.extend({valHooks:{option:{get:function(e){var t=jQuery.find.attr(e,"value");return null!=t?t:stripAndCollapse(jQuery.text(e))}},select:{get:function(e){var t,n,r,a=e.options,i=e.selectedIndex,o="select-one"===e.type,s=o?null:[],l=o?i+1:a.length;for(r=i<0?l:o?i:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),jQuery.each(["radio","checkbox"],(function(){jQuery.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=jQuery.inArray(jQuery(e).val(),t)>-1}},g.checkOn||(jQuery.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),g.focusin="onfocusin"in n;var ye=/^(?:focusinfocus|focusoutblur)$/,stopPropagationCallback=function(e){e.stopPropagation()};jQuery.extend(jQuery.event,{trigger:function(e,t,r,a){var i,o,s,l,u,c,h,f,p=[r||v],m=d.call(e,"type")?e.type:e,g=d.call(e,"namespace")?e.namespace.split("."):[];if(o=f=s=r=r||v,3!==r.nodeType&&8!==r.nodeType&&!ye.test(m+jQuery.event.triggered)&&(m.indexOf(".")>-1&&(g=m.split("."),m=g.shift(),g.sort()),u=m.indexOf(":")<0&&"on"+m,(e=e[jQuery.expando]?e:new jQuery.Event(m,"object"==typeof e&&e)).isTrigger=a?2:3,e.namespace=g.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:jQuery.makeArray(t,[e]),h=jQuery.event.special[m]||{},a||!h.trigger||!1!==h.trigger.apply(r,t))){if(!a&&!h.noBubble&&!isWindow(r)){for(l=h.delegateType||m,ye.test(l+m)||(o=o.parentNode);o;o=o.parentNode)p.push(o),s=o;s===(r.ownerDocument||v)&&p.push(s.defaultView||s.parentWindow||n)}for(i=0;(o=p[i++])&&!e.isPropagationStopped();)f=o,e.type=i>1?l:h.bindType||m,(c=(M.get(o,"events")||Object.create(null))[e.type]&&M.get(o,"handle"))&&c.apply(o,t),(c=u&&o[u])&&c.apply&&acceptData(o)&&(e.result=c.apply(o,t),!1===e.result&&e.preventDefault());return e.type=m,a||e.isDefaultPrevented()||h._default&&!1!==h._default.apply(p.pop(),t)||!acceptData(r)||u&&isFunction(r[m])&&!isWindow(r)&&((s=r[u])&&(r[u]=null),jQuery.event.triggered=m,e.isPropagationStopped()&&f.addEventListener(m,stopPropagationCallback),r[m](),e.isPropagationStopped()&&f.removeEventListener(m,stopPropagationCallback),jQuery.event.triggered=void 0,s&&(r[u]=s)),e.result}},simulate:function(e,t,n){var r=jQuery.extend(new jQuery.Event,n,{type:e,isSimulated:!0});jQuery.event.trigger(r,null,t)}}),jQuery.fn.extend({trigger:function(e,t){return this.each((function(){jQuery.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return jQuery.event.trigger(e,t,n,!0)}}),g.focusin||jQuery.each({focus:"focusin",blur:"focusout"},(function(e,t){var handler=function(e){jQuery.event.simulate(t,e.target,jQuery.event.fix(e))};jQuery.event.special[t]={setup:function(){var n=this.ownerDocument||this.document||this,r=M.access(n,t);r||n.addEventListener(e,handler,!0),M.access(n,t,(r||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,r=M.access(n,t)-1;r?M.access(n,t,r):(n.removeEventListener(e,handler,!0),M.remove(n,t))}}}));var be=n.location,_e={guid:Date.now()},we=/\?/;jQuery.parseXML=function(e){var t,r;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){}return r=t&&t.getElementsByTagName("parsererror")[0],t&&!r||jQuery.error("Invalid XML: "+(r?jQuery.map(r.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var xe=/\[\]$/,ke=/\r?\n/g,Ce=/^(?:submit|button|image|reset|file)$/i,Se=/^(?:input|select|textarea|keygen)/i;function buildParams(e,t,n,r){var a;if(Array.isArray(t))jQuery.each(t,(function(t,a){n||xe.test(e)?r(e,a):buildParams(e+"["+("object"==typeof a&&null!=a?t:"")+"]",a,n,r)}));else if(n||"object"!==toType(t))r(e,t);else for(a in t)buildParams(e+"["+a+"]",t[a],n,r)}jQuery.param=function(e,t){var n,r=[],add=function(e,t){var n=isFunction(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!jQuery.isPlainObject(e))jQuery.each(e,(function(){add(this.name,this.value)}));else for(n in e)buildParams(n,e[n],t,add);return r.join("&")},jQuery.fn.extend({serialize:function(){return jQuery.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=jQuery.prop(this,"elements");return e?jQuery.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!jQuery(this).is(":disabled")&&Se.test(this.nodeName)&&!Ce.test(e)&&(this.checked||!q.test(e))})).map((function(e,t){var n=jQuery(this).val();return null==n?null:Array.isArray(n)?jQuery.map(n,(function(e){return{name:t.name,value:e.replace(ke,"\r\n")}})):{name:t.name,value:n.replace(ke,"\r\n")}})).get()}});var Oe=/%20/g,Te=/#.*$/,Ee=/([?&])_=[^&]*/,Re=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pe=/^(?:GET|HEAD)$/,je=/^\/\//,Me={},Ae={},De="*/".concat("*"),Ne=v.createElement("a");function addToPrefiltersOrTransports(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,a=0,i=t.toLowerCase().match(T)||[];if(isFunction(n))for(;r=i[a++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function inspectPrefiltersOrTransports(e,t,n,r){var a={},i=e===Ae;function inspect(o){var s;return a[o]=!0,jQuery.each(e[o]||[],(function(e,o){var l=o(t,n,r);return"string"!=typeof l||i||a[l]?i?!(s=l):void 0:(t.dataTypes.unshift(l),inspect(l),!1)})),s}return inspect(t.dataTypes[0])||!a["*"]&&inspect("*")}function ajaxExtend(e,t){var n,r,a=jQuery.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((a[n]?e:r||(r={}))[n]=t[n]);return r&&jQuery.extend(!0,e,r),e}Ne.href=be.href,jQuery.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:be.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(be.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":De,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":jQuery.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?ajaxExtend(ajaxExtend(e,jQuery.ajaxSettings),t):ajaxExtend(jQuery.ajaxSettings,e)},ajaxPrefilter:addToPrefiltersOrTransports(Me),ajaxTransport:addToPrefiltersOrTransports(Ae),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var r,a,i,o,s,l,u,c,h,f,d=jQuery.ajaxSetup({},t),p=d.context||d,m=d.context&&(p.nodeType||p.jquery)?jQuery(p):jQuery.event,g=jQuery.Deferred(),y=jQuery.Callbacks("once memory"),b=d.statusCode||{},w={},x={},k="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(u){if(!o)for(o={};t=Re.exec(i);)o[t[1].toLowerCase()+" "]=(o[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=o[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return u?i:null},setRequestHeader:function(e,t){return null==u&&(e=x[e.toLowerCase()]=x[e.toLowerCase()]||e,w[e]=t),this},overrideMimeType:function(e){return null==u&&(d.mimeType=e),this},statusCode:function(e){var t;if(e)if(u)C.always(e[C.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||k;return r&&r.abort(t),done(0,t),this}};if(g.promise(C),d.url=((e||d.url||be.href)+"").replace(je,be.protocol+"//"),d.type=t.method||t.type||d.method||d.type,d.dataTypes=(d.dataType||"*").toLowerCase().match(T)||[""],null==d.crossDomain){l=v.createElement("a");try{l.href=d.url,l.href=l.href,d.crossDomain=Ne.protocol+"//"+Ne.host!=l.protocol+"//"+l.host}catch(e){d.crossDomain=!0}}if(d.data&&d.processData&&"string"!=typeof d.data&&(d.data=jQuery.param(d.data,d.traditional)),inspectPrefiltersOrTransports(Me,d,t,C),u)return C;for(h in(c=jQuery.event&&d.global)&&0==jQuery.active++&&jQuery.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!Pe.test(d.type),a=d.url.replace(Te,""),d.hasContent?d.data&&d.processData&&0===(d.contentType||"").indexOf("application/x-www-form-urlencoded")&&(d.data=d.data.replace(Oe,"+")):(f=d.url.slice(a.length),d.data&&(d.processData||"string"==typeof d.data)&&(a+=(we.test(a)?"&":"?")+d.data,delete d.data),!1===d.cache&&(a=a.replace(Ee,"$1"),f=(we.test(a)?"&":"?")+"_="+_e.guid+++f),d.url=a+f),d.ifModified&&(jQuery.lastModified[a]&&C.setRequestHeader("If-Modified-Since",jQuery.lastModified[a]),jQuery.etag[a]&&C.setRequestHeader("If-None-Match",jQuery.etag[a])),(d.data&&d.hasContent&&!1!==d.contentType||t.contentType)&&C.setRequestHeader("Content-Type",d.contentType),C.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+De+"; q=0.01":""):d.accepts["*"]),d.headers)C.setRequestHeader(h,d.headers[h]);if(d.beforeSend&&(!1===d.beforeSend.call(p,C,d)||u))return C.abort();if(k="abort",y.add(d.complete),C.done(d.success),C.fail(d.error),r=inspectPrefiltersOrTransports(Ae,d,t,C)){if(C.readyState=1,c&&m.trigger("ajaxSend",[C,d]),u)return C;d.async&&d.timeout>0&&(s=n.setTimeout((function(){C.abort("timeout")}),d.timeout));try{u=!1,r.send(w,done)}catch(e){if(u)throw e;done(-1,e)}}else done(-1,"No Transport");function done(e,t,o,l){var h,f,v,w,x,k=t;u||(u=!0,s&&n.clearTimeout(s),r=void 0,i=l||"",C.readyState=e>0?4:0,h=e>=200&&e<300||304===e,o&&(w=function(e,t,n){for(var r,a,i,o,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(a in s)if(s[a]&&s[a].test(r)){l.unshift(a);break}if(l[0]in n)i=l[0];else{for(a in n){if(!l[0]||e.converters[a+" "+l[0]]){i=a;break}o||(o=a)}i=i||o}if(i)return i!==l[0]&&l.unshift(i),n[i]}(d,C,o)),!h&&jQuery.inArray("script",d.dataTypes)>-1&&jQuery.inArray("json",d.dataTypes)<0&&(d.converters["text script"]=function(){}),w=function(e,t,n,r){var a,i,o,s,l,u={},c=e.dataTypes.slice();if(c[1])for(o in e.converters)u[o.toLowerCase()]=e.converters[o];for(i=c.shift();i;)if(e.responseFields[i]&&(n[e.responseFields[i]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=i,i=c.shift())if("*"===i)i=l;else if("*"!==l&&l!==i){if(!(o=u[l+" "+i]||u["* "+i]))for(a in u)if((s=a.split(" "))[1]===i&&(o=u[l+" "+s[0]]||u["* "+s[0]])){!0===o?o=u[a]:!0!==u[a]&&(i=s[0],c.unshift(s[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+l+" to "+i}}}return{state:"success",data:t}}(d,w,C,h),h?(d.ifModified&&((x=C.getResponseHeader("Last-Modified"))&&(jQuery.lastModified[a]=x),(x=C.getResponseHeader("etag"))&&(jQuery.etag[a]=x)),204===e||"HEAD"===d.type?k="nocontent":304===e?k="notmodified":(k=w.state,f=w.data,h=!(v=w.error))):(v=k,!e&&k||(k="error",e<0&&(e=0))),C.status=e,C.statusText=(t||k)+"",h?g.resolveWith(p,[f,k,C]):g.rejectWith(p,[C,k,v]),C.statusCode(b),b=void 0,c&&m.trigger(h?"ajaxSuccess":"ajaxError",[C,d,h?f:v]),y.fireWith(p,[C,k]),c&&(m.trigger("ajaxComplete",[C,d]),--jQuery.active||jQuery.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return jQuery.get(e,t,n,"json")},getScript:function(e,t){return jQuery.get(e,void 0,t,"script")}}),jQuery.each(["get","post"],(function(e,t){jQuery[t]=function(e,n,r,a){return isFunction(n)&&(a=a||r,r=n,n=void 0),jQuery.ajax(jQuery.extend({url:e,type:t,dataType:a,data:n,success:r},jQuery.isPlainObject(e)&&e))}})),jQuery.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),jQuery._evalUrl=function(e,t,n){return jQuery.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){jQuery.globalEval(e,t,n)}})},jQuery.fn.extend({wrapAll:function(e){var t;return this[0]&&(isFunction(e)&&(e=e.call(this[0])),t=jQuery(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return isFunction(e)?this.each((function(t){jQuery(this).wrapInner(e.call(this,t))})):this.each((function(){var t=jQuery(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=isFunction(e);return this.each((function(n){jQuery(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){jQuery(this).replaceWith(this.childNodes)})),this}}),jQuery.expr.pseudos.hidden=function(e){return!jQuery.expr.pseudos.visible(e)},jQuery.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},jQuery.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Ve={0:200,1223:204},Le=jQuery.ajaxSettings.xhr();g.cors=!!Le&&"withCredentials"in Le,g.ajax=Le=!!Le,jQuery.ajaxTransport((function(e){var t,r;if(g.cors||Le&&!e.crossDomain)return{send:function(a,i){var o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)s[o]=e.xhrFields[o];for(o in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||a["X-Requested-With"]||(a["X-Requested-With"]="XMLHttpRequest"),a)s.setRequestHeader(o,a[o]);t=function(e){return function(){t&&(t=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?i(0,"error"):i(s.status,s.statusText):i(Ve[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),r=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){t&&r()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),jQuery.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),jQuery.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return jQuery.globalEval(e),e}}}),jQuery.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),jQuery.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,a){t=jQuery(" - - - - - - - diff --git a/6944/plugin/behaviors/index.js b/6944/plugin/behaviors/index.js deleted file mode 100644 index a5eedc288c8..00000000000 --- a/6944/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/6944/plugin/packages/index.js b/6944/plugin/packages/index.js deleted file mode 100644 index 2989f333dba..00000000000 --- a/6944/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/6944/plugin/screen-diff/index.js b/6944/plugin/screen-diff/index.js deleted file mode 100644 index 3774f88e7eb..00000000000 --- a/6944/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/6944/plugin/screen-diff/styles.css b/6944/plugin/screen-diff/styles.css deleted file mode 100644 index 6cf2219521c..00000000000 --- a/6944/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/6944/styles.css b/6944/styles.css deleted file mode 100644 index 789aa4c478c..00000000000 --- a/6944/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/6944/widgets/behaviors.json b/6944/widgets/behaviors.json deleted file mode 100644 index c0a84462c0e..00000000000 --- a/6944/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":830,"items":[]} \ No newline at end of file diff --git a/6944/widgets/categories-trend.json b/6944/widgets/categories-trend.json deleted file mode 100644 index d35eaf6fb3c..00000000000 --- a/6944/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{}},{"buildOrder":6941,"reportUrl":"https://waku-org.github.io/js-waku/6941/","reportName":"Allure Report with history","data":{"Test defects":10}},{"buildOrder":6942,"reportUrl":"https://waku-org.github.io/js-waku/6942/","reportName":"Allure Report with history","data":{}},{"buildOrder":6940,"reportUrl":"https://waku-org.github.io/js-waku/6940/","reportName":"Allure Report with history","data":{}},{"buildOrder":6939,"reportUrl":"https://waku-org.github.io/js-waku/6939/","reportName":"Allure Report with history","data":{}},{"buildOrder":6938,"reportUrl":"https://waku-org.github.io/js-waku/6938/","reportName":"Allure Report with history","data":{}},{"buildOrder":6937,"reportUrl":"https://waku-org.github.io/js-waku/6937/","reportName":"Allure Report with history","data":{"Test defects":10}},{"buildOrder":6936,"reportUrl":"https://waku-org.github.io/js-waku/6936/","reportName":"Allure Report with history","data":{}},{"buildOrder":6935,"reportUrl":"https://waku-org.github.io/js-waku/6935/","reportName":"Allure Report with history","data":{}},{"buildOrder":6934,"reportUrl":"https://waku-org.github.io/js-waku/6934/","reportName":"Allure Report with history","data":{}},{"buildOrder":6933,"reportUrl":"https://waku-org.github.io/js-waku/6933/","reportName":"Allure Report with history","data":{}},{"buildOrder":6932,"reportUrl":"https://waku-org.github.io/js-waku/6932/","reportName":"Allure Report with history","data":{}},{"buildOrder":6928,"reportUrl":"https://waku-org.github.io/js-waku/6928/","reportName":"Allure Report with history","data":{"Test defects":200}},{"buildOrder":6931,"reportUrl":"https://waku-org.github.io/js-waku/6931/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6927,"reportUrl":"https://waku-org.github.io/js-waku/6927/","reportName":"Allure Report with history","data":{"Test defects":200}},{"buildOrder":6930,"reportUrl":"https://waku-org.github.io/js-waku/6930/","reportName":"Allure Report with history","data":{}},{"buildOrder":6929,"reportUrl":"https://waku-org.github.io/js-waku/6929/","reportName":"Allure Report with history","data":{}},{"buildOrder":6926,"reportUrl":"https://waku-org.github.io/js-waku/6926/","reportName":"Allure Report with history","data":{}},{"buildOrder":6924,"reportUrl":"https://waku-org.github.io/js-waku/6924/","reportName":"Allure Report with history","data":{}},{"buildOrder":6923,"reportUrl":"https://waku-org.github.io/js-waku/6923/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file diff --git a/6944/widgets/categories.json b/6944/widgets/categories.json deleted file mode 100644 index a527ade754f..00000000000 --- a/6944/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/6944/widgets/duration-trend.json b/6944/widgets/duration-trend.json deleted file mode 100644 index 3fa9d805b37..00000000000 --- a/6944/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{"duration":783221}},{"buildOrder":6941,"reportUrl":"https://waku-org.github.io/js-waku/6941/","reportName":"Allure Report with history","data":{"duration":1879996}},{"buildOrder":6942,"reportUrl":"https://waku-org.github.io/js-waku/6942/","reportName":"Allure Report with history","data":{"duration":797007}},{"buildOrder":6940,"reportUrl":"https://waku-org.github.io/js-waku/6940/","reportName":"Allure Report with history","data":{"duration":795231}},{"buildOrder":6939,"reportUrl":"https://waku-org.github.io/js-waku/6939/","reportName":"Allure Report with history","data":{"duration":796234}},{"buildOrder":6938,"reportUrl":"https://waku-org.github.io/js-waku/6938/","reportName":"Allure Report with history","data":{"duration":785712}},{"buildOrder":6937,"reportUrl":"https://waku-org.github.io/js-waku/6937/","reportName":"Allure Report with history","data":{"duration":835190}},{"buildOrder":6936,"reportUrl":"https://waku-org.github.io/js-waku/6936/","reportName":"Allure Report with history","data":{"duration":797110}},{"buildOrder":6935,"reportUrl":"https://waku-org.github.io/js-waku/6935/","reportName":"Allure Report with history","data":{"duration":783599}},{"buildOrder":6934,"reportUrl":"https://waku-org.github.io/js-waku/6934/","reportName":"Allure Report with history","data":{"duration":781458}},{"buildOrder":6933,"reportUrl":"https://waku-org.github.io/js-waku/6933/","reportName":"Allure Report with history","data":{"duration":784613}},{"buildOrder":6932,"reportUrl":"https://waku-org.github.io/js-waku/6932/","reportName":"Allure Report with history","data":{"duration":782103}},{"buildOrder":6928,"reportUrl":"https://waku-org.github.io/js-waku/6928/","reportName":"Allure Report with history","data":{"duration":2241076}},{"buildOrder":6931,"reportUrl":"https://waku-org.github.io/js-waku/6931/","reportName":"Allure Report with history","data":{"duration":1125224}},{"buildOrder":6927,"reportUrl":"https://waku-org.github.io/js-waku/6927/","reportName":"Allure Report with history","data":{"duration":2211424}},{"buildOrder":6930,"reportUrl":"https://waku-org.github.io/js-waku/6930/","reportName":"Allure Report with history","data":{"duration":775647}},{"buildOrder":6929,"reportUrl":"https://waku-org.github.io/js-waku/6929/","reportName":"Allure Report with history","data":{"duration":788800}},{"buildOrder":6926,"reportUrl":"https://waku-org.github.io/js-waku/6926/","reportName":"Allure Report with history","data":{"duration":788021}},{"buildOrder":6924,"reportUrl":"https://waku-org.github.io/js-waku/6924/","reportName":"Allure Report with history","data":{"duration":782525}},{"buildOrder":6923,"reportUrl":"https://waku-org.github.io/js-waku/6923/","reportName":"Allure Report with history","data":{"duration":787938}}] \ No newline at end of file diff --git a/6944/widgets/duration.json b/6944/widgets/duration.json deleted file mode 100644 index 31988aa666c..00000000000 --- a/6944/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"ed805f66be4f5b96","name":"Subscribe to topic containing short and publish message","time":{"start":1714425349890,"stop":1714425349892,"duration":2},"status":"passed","severity":"normal"},{"uid":"2ee475cf5635b2ae","name":"Push message with content topic containing JSON","time":{"start":1714425435622,"stop":1714425435622,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dd0f772d8d647ad","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1714425178897,"stop":1714425178899,"duration":2},"status":"passed","severity":"normal"},{"uid":"5f2d8633e4166fd4","name":"Check received message with timestamp: 1714424899696000000 ","time":{"start":1714425369968,"stop":1714425369969,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b88d19ef37a8b43","name":"Check message with non string payload is not received","time":{"start":1714425369972,"stop":1714425369972,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4347bee9b41838c","name":"can start and stop the service","time":{"start":1714424877426,"stop":1714424877426,"duration":0},"status":"passed","severity":"normal"},{"uid":"f684d3a58a04d75","name":"Publish message with custom timestamp: Mon Apr 29 2024 22:15:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348190,"stop":1714425348191,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee1824b7824a8af6","name":"Ping on peer without subscriptions","time":{"start":1714424932297,"stop":1714424932298,"duration":1},"status":"passed","severity":"normal"},{"uid":"eecc8322216b71bf","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714425137450,"stop":1714425137451,"duration":1},"status":"passed","severity":"normal"},{"uid":"39f58d9a5215596d","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1714424862406,"stop":1714424862406,"duration":0},"status":"passed","severity":"normal"},{"uid":"40a8389ef1fda3d1","name":"Check message received after nwaku node is restarted","time":{"start":1714425369956,"stop":1714425369957,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a8346e2d750138ff","name":"1 Relay, 1 Filter, gives up","time":{"start":1714424873158,"stop":1714424873158,"duration":0},"status":"passed","severity":"normal"},{"uid":"a46f993e7cd58991","name":"new peer added after a peer was already found","time":{"start":1714425298465,"stop":1714425298466,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b676354b3a386a49","name":"Push message with numeric payload","time":{"start":1714425435604,"stop":1714425435604,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef15cf025da03f9","name":"should add and remove event listeners correctly","time":{"start":1714424877431,"stop":1714424877431,"duration":0},"status":"passed","severity":"normal"},{"uid":"97a448a54bca1a71","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714425321027,"stop":1714425321027,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b1a0bde425aa99","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1714425071970,"stop":1714425071971,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8a5e56f335089f7","name":"Check received message containing short","time":{"start":1714425369957,"stop":1714425369957,"duration":0},"status":"passed","severity":"normal"},{"uid":"7686d16b9eb61356","name":"should throw error - no public key","time":{"start":1714424857615,"stop":1714424857616,"duration":1},"status":"passed","severity":"normal"},{"uid":"d486d77da4b777","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1714424849006,"stop":1714424849006,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b2f96cd9f940631","name":"Push message with content topic containing Script","time":{"start":1714425435620,"stop":1714425435621,"duration":1},"status":"passed","severity":"normal"},{"uid":"71945c765a37ebe2","name":"Throws when trying to push message with empty payload","time":{"start":1714425435612,"stop":1714425435613,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e98273353ce8a17","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1714424950489,"stop":1714424950490,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1133207cb9b351f","name":"Check received message containing XML","time":{"start":1714425068149,"stop":1714425068149,"duration":0},"status":"passed","severity":"normal"},{"uid":"9258988b94cd2f80","name":"should set field with all protocols enabled","time":{"start":1714424857620,"stop":1714424857620,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eb3fda960b85d14","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1714424849199,"stop":1714424849200,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a3e1b4649e69db0","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1714424873148,"stop":1714424873148,"duration":0},"status":"passed","severity":"normal"},{"uid":"351f65e16bc65635","name":"non connected peers","time":{"start":1714425298657,"stop":1714425298657,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ea75d061bd4d86d6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714424974894,"stop":1714424974895,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f8ccf90cdc4f29a","name":"same cluster, same shard: nodes connect","time":{"start":1714425071899,"stop":1714425071900,"duration":1},"status":"passed","severity":"normal"},{"uid":"85306e2e9727968a","name":"Push message with Arabic payload","time":{"start":1714425435605,"stop":1714425435605,"duration":0},"status":"passed","severity":"normal"},{"uid":"d52a031b3492187","name":"Push message with content topic containing XML","time":{"start":1714425301118,"stop":1714425301119,"duration":1},"status":"passed","severity":"normal"},{"uid":"56a72625642bf098","name":"Push message with content topic containing SQL Injection","time":{"start":1714425435620,"stop":1714425435620,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e4c326b296614d6","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1714425071921,"stop":1714425071921,"duration":0},"status":"passed","severity":"normal"},{"uid":"15b20e95e42d7988","name":"handles empty shards array correctly","time":{"start":1714424849042,"stop":1714424849042,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7add0a0ed4a96b0","name":"Push message with Arabic payload","time":{"start":1714425301043,"stop":1714425301044,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec891da4ded4b475","name":"topics with same application and version share the same shard","time":{"start":1714424849005,"stop":1714424849005,"duration":0},"status":"passed","severity":"normal"},{"uid":"806b388f9ce1ee87","name":"isConnected should return false after all peers disconnect","time":{"start":1714424950491,"stop":1714424950492,"duration":1},"status":"passed","severity":"normal"},{"uid":"7472fcd8beed32ce","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1714425451132,"stop":1714425451133,"duration":1},"status":"passed","severity":"normal"},{"uid":"e49a91bb7dc95112","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714425137459,"stop":1714425137460,"duration":1},"status":"passed","severity":"normal"},{"uid":"e09621b2aa1e3a1c","name":"can start the service","time":{"start":1714425363885,"stop":1714425363885,"duration":0},"status":"passed","severity":"normal"},{"uid":"861acf9b9d0f7ace","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1714425071971,"stop":1714425071972,"duration":1},"status":"passed","severity":"normal"},{"uid":"14d684c7367bda90","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1714425071906,"stop":1714425071906,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fb7d59073442607","name":"less peers than existing","time":{"start":1714425298656,"stop":1714425298656,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c09f2a749185ca2c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714425137470,"stop":1714425137470,"duration":0},"status":"passed","severity":"normal"},{"uid":"f12ee7563ec04cf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714425534889,"stop":1714425534890,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f570ac1c4719579","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1714425071915,"stop":1714425071916,"duration":1},"status":"passed","severity":"normal"},{"uid":"50def788c9f11a1c","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1714424873555,"stop":1714424873556,"duration":1},"status":"passed","severity":"normal"},{"uid":"87ab37e956e80584","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1714425405872,"stop":1714425405873,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5ff41feef6f4953","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1714424849008,"stop":1714424849008,"duration":0},"status":"passed","severity":"normal"},{"uid":"428c5cbcf1c33c90","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1714425071922,"stop":1714425071922,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d6afb074380220d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714424993186,"stop":1714424993187,"duration":1},"status":"passed","severity":"normal"},{"uid":"a41355d56db4edea","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714425110756,"stop":1714425110757,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0b12f1153b4c248","name":"Check received message containing SQL Injection","time":{"start":1714425068148,"stop":1714425068148,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed726377018f13a","name":"Check meta is set [symmetric]","time":{"start":1714424883370,"stop":1714424883371,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dffbdae028ac024","name":"Push message with emoji payload","time":{"start":1714425435610,"stop":1714425435611,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c4823404669f8dd","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app25/10/topic435/json","time":{"start":1714425396496,"stop":1714425396496,"duration":0},"status":"passed","severity":"normal"},{"uid":"e15f528cdc6ab456","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1714424849010,"stop":1714424849010,"duration":0},"status":"passed","severity":"normal"},{"uid":"f41d60be5dc235cd","name":"Fields are not dropped","time":{"start":1714424861903,"stop":1714424861905,"duration":2},"status":"passed","severity":"normal"},{"uid":"12b90ce946b6098d","name":"should return the pubsub topic directly if a string is provided","time":{"start":1714424849031,"stop":1714424849031,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a1e452d7866e587","name":"Non TWN Cluster","time":{"start":1714425396492,"stop":1714425396492,"duration":0},"status":"passed","severity":"normal"},{"uid":"5273c909c9a5a9eb","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714424849012,"stop":1714424849012,"duration":0},"status":"passed","severity":"normal"},{"uid":"78c5383b2d07b0c8","name":"should not receive a peer event before start","time":{"start":1714425363888,"stop":1714425363888,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a7a069c95b3a8f8","name":"Check received message containing SQL Injection","time":{"start":1714425369933,"stop":1714425369934,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad03cee0840f05ab","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714425137442,"stop":1714425137442,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fd06da370aeb904","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1714425451136,"stop":1714425451136,"duration":0},"status":"passed","severity":"normal"},{"uid":"935ee22e13b6805f","name":"A test","time":{"start":1714425137575,"stop":1714425137576,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8c8df0bef3dc384","name":"returns all values when wanted number matches available values","time":{"start":1714424872187,"stop":1714424872189,"duration":2},"status":"passed","severity":"normal"},{"uid":"1d10d20c77d7df04","name":"Callback on promise","time":{"start":1714425467285,"stop":1714425467286,"duration":1},"status":"passed","severity":"normal"},{"uid":"d77e2c725826641f","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714424873556,"stop":1714424873556,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1b5b02ef401490e0","name":"Fails to publish message with size larger than 1 MB","time":{"start":1714425348193,"stop":1714425348193,"duration":0},"status":"passed","severity":"normal"},{"uid":"549d965f85e643ae","name":"should not fail to stop the service if it was not started","time":{"start":1714424912035,"stop":1714424912035,"duration":0},"status":"passed","severity":"normal"},{"uid":"968b88f738ad4baa","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1714425405870,"stop":1714425405872,"duration":2},"status":"passed","severity":"normal"},{"uid":"34deaa3593870d53","name":"Subscribe and receives messages on 20 topics","time":{"start":1714425534891,"stop":1714425534891,"duration":0},"status":"passed","severity":"normal"},{"uid":"801683dd583d74","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714425170479,"stop":1714425170479,"duration":0},"status":"passed","severity":"normal"},{"uid":"4271cb12df3126c3","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714425396491,"stop":1714425396491,"duration":0},"status":"passed","severity":"normal"},{"uid":"28b4b70d70bf3e02","name":"Push message with content topic containing shell command","time":{"start":1714425301125,"stop":1714425301126,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2f3784c963aa0b4","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1714425071904,"stop":1714425071904,"duration":0},"status":"passed","severity":"normal"},{"uid":"632ffb533285bd4b","name":"creates an iterator","time":{"start":1714425485200,"stop":1714425485200,"duration":0},"status":"passed","severity":"normal"},{"uid":"a92b5530a56056bb","name":"Refresh subscription","time":{"start":1714425137451,"stop":1714425137452,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c854ff4a64876a6","name":"Check received message containing short","time":{"start":1714425068138,"stop":1714425068138,"duration":0},"status":"passed","severity":"normal"},{"uid":"222e82208ab0b45f","name":"Check message with invalid timestamp is not received","time":{"start":1714425369970,"stop":1714425369970,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c4fb7d06b470d","name":"Check received message containing emoji","time":{"start":1714425369948,"stop":1714425369949,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d3119f2e0bcfff2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714425321026,"stop":1714425321026,"duration":0},"status":"passed","severity":"normal"},{"uid":"8862e0704363b773","name":"start node with empty shard","time":{"start":1714425425865,"stop":1714425425866,"duration":1},"status":"passed","severity":"normal"},{"uid":"659f32707b77b1a3","name":"All","time":{"start":1714424910638,"stop":1714424910638,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c599b96e20deea","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1714424849025,"stop":1714424849025,"duration":0},"status":"passed","severity":"normal"},{"uid":"956e97a9fba1701b","name":"Mutual subscription","time":{"start":1714425349849,"stop":1714425349849,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e7d5ce8ebbc8045","name":"Check publish message containing escaped characters","time":{"start":1714425348180,"stop":1714425348180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b1a8ff220e8cb65","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","time":{"start":1714424849041,"stop":1714424849042,"duration":1},"status":"passed","severity":"normal"},{"uid":"eba3b14536255351","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1714424849027,"stop":1714424849027,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e3ba83692caed9c","name":"Decoder throws on empty string content topic","time":{"start":1714424862501,"stop":1714424862501,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd0dd4e1c211657d","name":"Fails to push message bigger that 1MB","time":{"start":1714425301157,"stop":1714425301157,"duration":0},"status":"passed","severity":"normal"},{"uid":"acf73b090f5a37b","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1714424849003,"stop":1714424849003,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a78876b68cf95a","name":"random static sharding 4 - Cluster ID: 355, Shard ID: 663","time":{"start":1714425425851,"stop":1714425425851,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2990754d6fb9e5e","name":"Push message with Chinese payload","time":{"start":1714425435605,"stop":1714425435605,"duration":0},"status":"passed","severity":"normal"},{"uid":"344c3f130ecc34","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714425534886,"stop":1714425534886,"duration":0},"status":"passed","severity":"normal"},{"uid":"a192b33b88823918","name":"Check publish message containing Script","time":{"start":1714425348175,"stop":1714425348177,"duration":2},"status":"passed","severity":"normal"},{"uid":"fdf1edbf676a3c48","name":"Check message received after jswaku node is restarted","time":{"start":1714425369955,"stop":1714425369956,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4d2a6bdbcba9ccbf","name":"Ping on subscribed peer","time":{"start":1714424973884,"stop":1714424973885,"duration":1},"status":"passed","severity":"normal"},{"uid":"49a3aa8871a94f89","name":"Meta field set when metaSetter is specified","time":{"start":1714424862499,"stop":1714424862499,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d999831eab8df5","name":"does not throw on valid cases","time":{"start":1714424848993,"stop":1714424848994,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe95b4ee1261c258","name":"should use the provided clusterId for the pubsub topic","time":{"start":1714424849044,"stop":1714424849044,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bf95a3090f4a11f","name":"Check received message containing shell command","time":{"start":1714425068150,"stop":1714425068150,"duration":0},"status":"passed","severity":"normal"},{"uid":"75f523f06818f857","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1714425508072,"stop":1714425508072,"duration":0},"status":"passed","severity":"normal"},{"uid":"f09be10999cfb420","name":"should encodeTxt and decodeTxt","time":{"start":1714424857613,"stop":1714424857613,"duration":0},"status":"passed","severity":"normal"},{"uid":"a997be6913e4a534","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1714424901193,"stop":1714424901193,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa84e5b9ccae7866","name":"Ordered callback, aborts when callback returns true","time":{"start":1714425467287,"stop":1714425467288,"duration":1},"status":"passed","severity":"normal"},{"uid":"78456918c9a770b6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714425534880,"stop":1714425534881,"duration":1},"status":"passed","severity":"normal"},{"uid":"b233aef71fae21b7","name":"Check message received after nwaku node is restarted","time":{"start":1714425068158,"stop":1714425068160,"duration":2},"status":"skipped","severity":"normal"},{"uid":"86ae7eb04a78204c","name":"Ordered Callback - forward","time":{"start":1714425460329,"stop":1714425460329,"duration":0},"status":"passed","severity":"normal"},{"uid":"d95bdcf03d67ed53","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1714424901192,"stop":1714424901193,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf3f8cbdda006702","name":"Push message with content topic containing Russian","time":{"start":1714425301106,"stop":1714425301109,"duration":3},"status":"passed","severity":"normal"},{"uid":"c31e6d145f8b2f94","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714424993185,"stop":1714424993186,"duration":1},"status":"passed","severity":"normal"},{"uid":"9913fb264df4fb97","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1714424849000,"stop":1714424849000,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9183da34c4004b2","name":"Query with Ordered Callback, No message returned","time":{"start":1714425451134,"stop":1714425451135,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbe10c5e01f961fd","name":"throws on content topic with non-number generation field","time":{"start":1714424848995,"stop":1714424848996,"duration":1},"status":"passed","severity":"normal"},{"uid":"faa041db946cb010","name":"Check received message containing escaped characters","time":{"start":1714425068150,"stop":1714425068151,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8dfd17e58d26f5","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1714424857614,"stop":1714424857614,"duration":0},"status":"passed","severity":"normal"},{"uid":"73ced9d22be9a095","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714425170480,"stop":1714425170481,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a911f705284523b","name":"same cluster, different shard: nodes connect","time":{"start":1714425178900,"stop":1714425178900,"duration":0},"status":"passed","severity":"normal"},{"uid":"906c104c2abb87ec","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714425137456,"stop":1714425137457,"duration":1},"status":"passed","severity":"normal"},{"uid":"7befcd2de9a6bd1","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1714425071901,"stop":1714425071903,"duration":2},"status":"passed","severity":"normal"},{"uid":"b8b068f222d20459","name":"Push message with content topic containing Arabic","time":{"start":1714425435616,"stop":1714425435619,"duration":3},"status":"passed","severity":"normal"},{"uid":"6356a3328e7cc51b","name":"should emit a peer event after start","time":{"start":1714425363887,"stop":1714425363888,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dfea3ad84521669","name":"Round trip binary encryption [ecies, signature]","time":{"start":1714424885246,"stop":1714424885246,"duration":0},"status":"passed","severity":"normal"},{"uid":"5096667f94875c22","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1714424873556,"stop":1714424873557,"duration":1},"status":"skipped","severity":"normal"},{"uid":"16c80935be3720d3","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1714424901184,"stop":1714424901187,"duration":3},"status":"passed","severity":"normal"},{"uid":"46ff8f762a063207","name":"random static sharding 3 - Cluster ID: 733, Shard ID: 771","time":{"start":1714425425851,"stop":1714425425851,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d37a28fe303cf4e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1714424885245,"stop":1714424885246,"duration":1},"status":"passed","severity":"normal"},{"uid":"904c04ed00c86beb","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425170481,"stop":1714425170481,"duration":0},"status":"passed","severity":"normal"},{"uid":"f49c671dd57cd993","name":"Reusing cursor across nodes","time":{"start":1714425405879,"stop":1714425405880,"duration":1},"status":"passed","severity":"normal"},{"uid":"6931082619b8fdd1","name":"Check received message containing numeric","time":{"start":1714425369958,"stop":1714425369960,"duration":2},"status":"passed","severity":"normal"},{"uid":"91e37f1ecdbe6b19","name":"Query Generator - forward","time":{"start":1714425460323,"stop":1714425460324,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ae253fd09964c11","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1714425071926,"stop":1714425071927,"duration":1},"status":"passed","severity":"normal"},{"uid":"af6e47c452fbc5af","name":"Check publish message containing SQL Injection","time":{"start":1714425348174,"stop":1714425348175,"duration":1},"status":"passed","severity":"normal"},{"uid":"2980b5f56f00e8bf","name":"Push message with Script payload","time":{"start":1714425301045,"stop":1714425301045,"duration":0},"status":"passed","severity":"normal"},{"uid":"9693c95b832f7dbd","name":"Check received message containing escaped characters","time":{"start":1714425369967,"stop":1714425369967,"duration":0},"status":"passed","severity":"normal"},{"uid":"562a5d2a44e52979","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1714424849001,"stop":1714424849002,"duration":1},"status":"passed","severity":"normal"},{"uid":"9632f9f9ff4dcd5f","name":"Subscribe and publish message","time":{"start":1714425349851,"stop":1714425349859,"duration":8},"status":"passed","severity":"normal"},{"uid":"898cf4420bbcdfdf","name":"Check publish message containing short","time":{"start":1714425348138,"stop":1714425348155,"duration":17},"status":"passed","severity":"normal"},{"uid":"e6db2b730caed230","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1714424849000,"stop":1714424849001,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca4fc570fcea72a","name":"Waku message hash computation (payload length 0)","time":{"start":1714424851718,"stop":1714424851719,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad922d30bbba20b5","name":"Publish message with custom timestamp: Mon Apr 29 2024 20:15:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348190,"stop":1714425348190,"duration":0},"status":"passed","severity":"normal"},{"uid":"7236aece0e0828a4","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714424974898,"stop":1714424974898,"duration":0},"status":"passed","severity":"normal"},{"uid":"a41f505d6010baa3","name":"Check received message containing Russian","time":{"start":1714425369932,"stop":1714425369933,"duration":1},"status":"passed","severity":"normal"},{"uid":"90ae73ea2f74f28d","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714425301119,"stop":1714425301122,"duration":3},"status":"passed","severity":"normal"},{"uid":"c25aa904cee0947d","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1714425349920,"stop":1714425349920,"duration":0},"status":"passed","severity":"normal"},{"uid":"75293a7fc6e55361","name":"should be able to decode the field with only RELAY set to true","time":{"start":1714424856926,"stop":1714424856927,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed932ae31d2b7e69","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714425534882,"stop":1714425534882,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb27ea7c5db99b8","name":"Subscribe and receive messages via lightPush","time":{"start":1714425534880,"stop":1714425534880,"duration":0},"status":"passed","severity":"normal"},{"uid":"4936480863811f0c","name":"Callback on promise, aborts when callback returns true","time":{"start":1714425467286,"stop":1714425467287,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff1ba0a98ea883f3","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0b69cfdc41de8a7","name":"Sets default value correctly","time":{"start":1714425494508,"stop":1714425494509,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a9909a5040713","name":"random static sharding 10 - Cluster ID: 674, Shard ID: 294","time":{"start":1714425425858,"stop":1714425425858,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9eae2b0aab8f438","name":"Push message with content topic containing long","time":{"start":1714425435613,"stop":1714425435614,"duration":1},"status":"passed","severity":"normal"},{"uid":"45fc21223c9fcec","name":"Push message with escaped characters payload","time":{"start":1714425301072,"stop":1714425301072,"duration":0},"status":"passed","severity":"normal"},{"uid":"73dc9aea1bba06ba","name":"Passing page size 3 when there are 20 messages","time":{"start":1714425481553,"stop":1714425481553,"duration":0},"status":"passed","severity":"normal"},{"uid":"63e0a7e3386ac3dc","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c9f5312ce7348e9","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1714425508071,"stop":1714425508071,"duration":0},"status":"passed","severity":"normal"},{"uid":"200576456e2f7df5","name":"should not fail to start the service if it is already started","time":{"start":1714424877427,"stop":1714424877427,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9fb73bc03a23233","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714425110754,"stop":1714425110754,"duration":0},"status":"passed","severity":"normal"},{"uid":"7263dfc8490a871","name":"Relay + Store","time":{"start":1714424910637,"stop":1714424910638,"duration":1},"status":"passed","severity":"normal"},{"uid":"381fe1fcb2dfdb6b","name":"recovers when dns.resolve returns empty","time":{"start":1714424873552,"stop":1714424873553,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7a9e1899e73d910","name":"Check received message containing Chinese","time":{"start":1714425369930,"stop":1714425369931,"duration":1},"status":"passed","severity":"normal"},{"uid":"80d43f2eadc156bc","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1714424950486,"stop":1714424950489,"duration":3},"status":"passed","severity":"normal"},{"uid":"8420a384a79e759f","name":"getPeersByDiscovery","time":{"start":1714424941437,"stop":1714424941437,"duration":0},"status":"passed","severity":"normal"},{"uid":"57e22aa947684f66","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","severity":"normal"},{"uid":"744b62986c0ced9b","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1714425071912,"stop":1714425071912,"duration":0},"status":"passed","severity":"normal"},{"uid":"abb03a8d9b257ae4","name":"connected peers and dial","time":{"start":1714425298655,"stop":1714425298656,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1b03a5c7cfa23f75","name":"Check publish message containing emoji","time":{"start":1714425348181,"stop":1714425348181,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff86ba48295e924","name":"throws on content topic with empty encoding field","time":{"start":1714424848998,"stop":1714424848998,"duration":0},"status":"passed","severity":"normal"},{"uid":"f54958b008885f44","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1714425071972,"stop":1714425071985,"duration":13},"status":"passed","severity":"normal"},{"uid":"13b295771d5d0b33","name":"configure the node with multiple pubsub topics","time":{"start":1714425425862,"stop":1714425425863,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3b1fbdd51882499","name":"should decode valid enr successfully","time":{"start":1714424857613,"stop":1714424857613,"duration":0},"status":"passed","severity":"normal"},{"uid":"f052e8bdca7ea636","name":"Generator, custom pubsub topic","time":{"start":1714425473188,"stop":1714425473188,"duration":0},"status":"passed","severity":"normal"},{"uid":"586c1458d22c6779","name":"Check message with non string payload is not received","time":{"start":1714425369953,"stop":1714425369955,"duration":2},"status":"passed","severity":"normal"},{"uid":"29d18be105d5b0ac","name":"Subscribe to topic containing XML and publish message","time":{"start":1714425349909,"stop":1714425349910,"duration":1},"status":"passed","severity":"normal"},{"uid":"266faa490ae26738","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1714424873148,"stop":1714424873149,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca6736aa26c5a821","name":"Subscribe to topic containing Script and receive message","time":{"start":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b974e4dfdf8a58c","name":"Fails to push message with empty content topic","time":{"start":1714425435629,"stop":1714425435629,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f530eb2d26821bc","name":"should load peers from local storage and dispatch events","time":{"start":1714424877430,"stop":1714424877430,"duration":0},"status":"passed","severity":"normal"},{"uid":"2332401b476e0bbe","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714425321021,"stop":1714425321022,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5acd5d7e6f40c51","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","severity":"normal"},{"uid":"63f7ce040c0f98d","name":"Push message with rate limit","time":{"start":1714425301147,"stop":1714425301148,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9a01a17600072f6","name":"Decrypt messages","time":{"start":1714425302083,"stop":1714425302083,"duration":0},"status":"passed","severity":"normal"},{"uid":"c10a62edf3b5c156","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1714424873555,"stop":1714424873555,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6d3b046354c0d5c","name":"Push message with special chars payload","time":{"start":1714425301042,"stop":1714425301043,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7cafbca1e134a29","name":"should properly create location multiaddrs - udp4","time":{"start":1714424857618,"stop":1714424857618,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2f0bfe3286b1b0e","name":"Push message with shell command payload","time":{"start":1714425435609,"stop":1714425435609,"duration":0},"status":"passed","severity":"normal"},{"uid":"cecfc0a1c2529487","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1714424883368,"stop":1714424883369,"duration":1},"status":"passed","severity":"normal"},{"uid":"58c79b569f995159","name":"Overlapping topic subscription","time":{"start":1714425534892,"stop":1714425534893,"duration":1},"status":"passed","severity":"normal"},{"uid":"e45c757ddd50663","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714425137450,"stop":1714425137450,"duration":0},"status":"passed","severity":"normal"},{"uid":"b907b39266ca1f55","name":"Symmetric encrypt & Decrypt","time":{"start":1714424883949,"stop":1714424883949,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f38e705ac8ff223","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071925,"stop":1714425071925,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a3974d9476b06c","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1714424849009,"stop":1714424849009,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed5d1a8c1a04426d","name":"should throw an error for insufficient data","time":{"start":1714424849200,"stop":1714424849200,"duration":0},"status":"passed","severity":"normal"},{"uid":"16dd052056aba72d","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1714425071907,"stop":1714425071907,"duration":0},"status":"passed","severity":"normal"},{"uid":"d25e7dbcb9893c55","name":"Fails to publish message with empty text","time":{"start":1714425348191,"stop":1714425348192,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3f7377194f0aa1d","name":"can start the service","time":{"start":1714424912031,"stop":1714424912031,"duration":0},"status":"passed","severity":"normal"},{"uid":"26de1e71a0ec1d75","name":"Nodes with multiple pubsub topic","time":{"start":1714425321022,"stop":1714425321023,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e6d3da206c94de9","name":"Subscribe to topic containing short and receive message","time":{"start":1714425534893,"stop":1714425534893,"duration":0},"status":"passed","severity":"normal"},{"uid":"accd216ea2aab638","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425473189,"stop":1714425473189,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1e91768e693e8f7","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app1/4/topic882/json","time":{"start":1714425396494,"stop":1714425396495,"duration":1},"status":"passed","severity":"normal"},{"uid":"d26c0cdf9b587c32","name":"Check received message with timestamp: 1714424899696 ","time":{"start":1714425369969,"stop":1714425369969,"duration":0},"status":"passed","severity":"normal"},{"uid":"d63053303b97400a","name":"Check received message containing Basic HTML tag","time":{"start":1714425068149,"stop":1714425068149,"duration":0},"status":"passed","severity":"normal"},{"uid":"9104a92da412b471","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1714424849002,"stop":1714424849003,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfa6c1bc99da131f","name":"Check message with no payload is not received","time":{"start":1714425068156,"stop":1714425068157,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bb90a2f35820c48","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071969,"stop":1714425071969,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e3987df23087d62","name":"isConnected between 2 js-waku relay nodes","time":{"start":1714424950492,"stop":1714424950493,"duration":1},"status":"passed","severity":"normal"},{"uid":"a70e486ca04e1b9a","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1714425349919,"stop":1714425349919,"duration":0},"status":"passed","severity":"normal"},{"uid":"f15a90ae02a84de4","name":"Subscribe to topic containing emoji and publish message","time":{"start":1714425349920,"stop":1714425349920,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3fb9dd033eb89fb","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1714424873147,"stop":1714424873148,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc058a5233128306","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1714424849005,"stop":1714424849005,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb7c620b68a28dd7","name":"Check received message containing Arabic","time":{"start":1714425369961,"stop":1714425369961,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdb1ff5bbdbb6e53","name":"Push message with Script payload","time":{"start":1714425435606,"stop":1714425435607,"duration":1},"status":"passed","severity":"normal"},{"uid":"f792bd44f5598b69","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714425110754,"stop":1714425110755,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b416910f0d8abda","name":"can dial TLS multiaddrs","time":{"start":1714425175291,"stop":1714425175292,"duration":1},"status":"passed","severity":"normal"},{"uid":"be3fb11e9efcd2eb","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1714425348540,"stop":1714425348540,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f10279b21ab7be51","name":"should correctly map a content topic to a pubsub topic","time":{"start":1714424849043,"stop":1714424849043,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef835545c26bd68d","name":"Check received message containing Script","time":{"start":1714425068148,"stop":1714425068148,"duration":0},"status":"passed","severity":"normal"},{"uid":"78e59cc4ab342e7c","name":"should properly create location multiaddrs - tcp6","time":{"start":1714424857619,"stop":1714424857619,"duration":0},"status":"passed","severity":"normal"},{"uid":"653ca94f2d9a1bd7","name":"Push message with Chinese payload","time":{"start":1714425301043,"stop":1714425301043,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfdd1f7c81c5d12","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1714425349860,"stop":1714425349876,"duration":16},"status":"passed","severity":"normal"},{"uid":"6a491641db855a5a","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1714425071923,"stop":1714425071924,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5a079af0494ac1c","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1714424950485,"stop":1714424950486,"duration":1},"status":"passed","severity":"normal"},{"uid":"757e9658f9935d5c","name":"Push message with content topic containing unicode special characters","time":{"start":1714425435628,"stop":1714425435628,"duration":0},"status":"passed","severity":"normal"},{"uid":"6349c3733a7c11f1","name":"Subscribe to topic containing short and receive message","time":{"start":1714425534883,"stop":1714425534884,"duration":1},"status":"passed","severity":"normal"},{"uid":"b06f6360b01c07d9","name":"should properly create location multiaddrs - tcp","time":{"start":1714424857619,"stop":1714424857619,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ab17d1f22cc5ac","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1714424849004,"stop":1714424849005,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea862fd6c00f83b2","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714425425864,"stop":1714425425865,"duration":1},"status":"passed","severity":"normal"},{"uid":"40834687a9793bfc","name":"should throw an error if shards are undefined for static sharding","time":{"start":1714424849013,"stop":1714424849013,"duration":0},"status":"passed","severity":"normal"},{"uid":"787093aa16f4fc3d","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1714424856928,"stop":1714424856929,"duration":1},"status":"passed","severity":"normal"},{"uid":"503a390126ebbcec","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1714424873144,"stop":1714424873144,"duration":0},"status":"passed","severity":"normal"},{"uid":"446ecca731e3b755","name":"Check message with no content topic is not received","time":{"start":1714425369952,"stop":1714425369952,"duration":0},"status":"passed","severity":"normal"},{"uid":"85d07ab921dd0731","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425473187,"stop":1714425473188,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f96ab08ceef33ed","name":"Correctly serialized arguments","time":{"start":1714425175461,"stop":1714425175461,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a7f36ebcce1943c","name":"Check publish message after client node is restarted","time":{"start":1714425348194,"stop":1714425348194,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d93ea9ba824fb6fa","name":"Check message with no content topic is not received","time":{"start":1714425369971,"stop":1714425369971,"duration":0},"status":"passed","severity":"normal"},{"uid":"15f6faefc94ad3e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714425369969,"stop":1714425369969,"duration":0},"status":"passed","severity":"normal"},{"uid":"831cc3d943a8000e","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714424974899,"stop":1714424974899,"duration":0},"status":"passed","severity":"normal"},{"uid":"71ca866faf6bcd7d","name":"stop","time":{"start":1714424941438,"stop":1714424941439,"duration":1},"status":"passed","severity":"normal"},{"uid":"6390d5fdb7add3fb","name":"Push message with content topic containing escaped characters","time":{"start":1714425301127,"stop":1714425301139,"duration":12},"status":"passed","severity":"normal"},{"uid":"2730758c5f565372","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714425369970,"stop":1714425369970,"duration":0},"status":"passed","severity":"normal"},{"uid":"a897b1402f860e4a","name":"Query with Promise Callback, No message returned","time":{"start":1714425451139,"stop":1714425451140,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6c2af209c457962","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1714424849016,"stop":1714424849016,"duration":0},"status":"passed","severity":"normal"},{"uid":"64def680ca32e9f7","name":"Query with Promise Callback, No Decoder","time":{"start":1714425451138,"stop":1714425451138,"duration":0},"status":"passed","severity":"normal"},{"uid":"3addf4900bd5970a","name":"should properly create peer info with all multiaddrs","time":{"start":1714424857619,"stop":1714424857620,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8183512086b664e","name":"should only return 1 node with store capability","time":{"start":1714424873555,"stop":1714424873555,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc6164fe9bf655cd","name":"Subscribe and receive messages via lightPush","time":{"start":1714425137441,"stop":1714425137441,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c81ef39891c1b98","name":"Subscribe to topic containing long and receive message","time":{"start":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffa3e080172b5c79","name":"Throws when trying to push message with empty payload","time":{"start":1714425301078,"stop":1714425301081,"duration":3},"status":"passed","severity":"normal"},{"uid":"df13b3644c3037f4","name":"it tolerates circular branch references","time":{"start":1714424873552,"stop":1714424873552,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4ed0a09e149ff8c","name":"should not fail to stop the service if it was not started","time":{"start":1714425363886,"stop":1714425363887,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6d921feeae3ad5e","name":"Query generator for multiple messages with different message text format","time":{"start":1714425467282,"stop":1714425467283,"duration":1},"status":"passed","severity":"normal"},{"uid":"b68de8e45166c96a","name":"Encoder throws on undefined content topic","time":{"start":1714424862499,"stop":1714424862500,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e390e56647967f1","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1714425475358,"stop":1714425475359,"duration":1},"status":"passed","severity":"normal"},{"uid":"752d1f8f5b503ef6","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714425534885,"stop":1714425534886,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5563c540e343d0c","name":"should not receive a peer event after stop","time":{"start":1714425363888,"stop":1714425363889,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5289cd745dea29","name":"Generator, 2 different pubsubtopics","time":{"start":1714425473188,"stop":1714425473189,"duration":1},"status":"passed","severity":"normal"},{"uid":"14d6f690f5f7d55","name":"Fails to push message bigger that 1MB","time":{"start":1714425435632,"stop":1714425435633,"duration":1},"status":"passed","severity":"normal"},{"uid":"4be9100c11c27f36","name":"Refresh subscription","time":{"start":1714425534883,"stop":1714425534883,"duration":0},"status":"passed","severity":"normal"},{"uid":"71f791821a85c823","name":"random static sharding 8 - Cluster ID: 681, Shard ID: 750","time":{"start":1714425425854,"stop":1714425425854,"duration":0},"status":"passed","severity":"normal"},{"uid":"69db298b86827043","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1714425071925,"stop":1714425071926,"duration":1},"status":"passed","severity":"normal"},{"uid":"476917bd61b4637","name":"Check received message containing Basic HTML tag","time":{"start":1714425369936,"stop":1714425369937,"duration":1},"status":"passed","severity":"normal"},{"uid":"b10ef962a83b8d89","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714425534881,"stop":1714425534882,"duration":1},"status":"passed","severity":"normal"},{"uid":"85f2eb5d5a0a17ca","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1714425405875,"stop":1714425405878,"duration":3},"status":"passed","severity":"normal"},{"uid":"5ceed51649f902e5","name":"should return false","time":{"start":1714424857616,"stop":1714424857616,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cdfd75b2933fa1","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1714425071920,"stop":1714425071921,"duration":1},"status":"passed","severity":"normal"},{"uid":"72aa46084140af40","name":"Check publish message containing numeric","time":{"start":1714425348163,"stop":1714425348166,"duration":3},"status":"passed","severity":"normal"},{"uid":"24672bea66bbd202","name":"Check received message containing Script","time":{"start":1714425369934,"stop":1714425369935,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5ec769e3c6eecb2","name":"LightPush","time":{"start":1714425507199,"stop":1714425507199,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d5bbe7c447075a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1714424849022,"stop":1714424849023,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e850a3c52fd12f0","name":"should emit a peer event after start","time":{"start":1714424877428,"stop":1714424877428,"duration":0},"status":"passed","severity":"normal"},{"uid":"d091753ca8efb2f3","name":"Push message with Basic HTML tag payload","time":{"start":1714425301046,"stop":1714425301046,"duration":0},"status":"passed","severity":"normal"},{"uid":"c43022d2580eb51b","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1714424849003,"stop":1714424849003,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf1a449d45701322","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1714424883370,"stop":1714424883370,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ea8aed9fa92695b","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1714424849002,"stop":1714424849002,"duration":0},"status":"passed","severity":"normal"},{"uid":"74f5d73c57d51273","name":"Check message on other pubsub topic is not received","time":{"start":1714425369951,"stop":1714425369952,"duration":1},"status":"passed","severity":"normal"},{"uid":"d03fb81df8d9a26b","name":"should not fail to stop the service if it was not started","time":{"start":1714424877427,"stop":1714424877427,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a56c2ae9ded62c2","name":"Push message with unicode special characters payload","time":{"start":1714425435610,"stop":1714425435610,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef93b80c2f1044ca","name":"should not throw an error for a single configured topic","time":{"start":1714424849026,"stop":1714424849026,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dff6900ec387aa","name":"should be able to encode the field with only FILTER set to true","time":{"start":1714424856922,"stop":1714424856922,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69d45d9de23d91e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714425068153,"stop":1714425068153,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f294f761764c5c8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714424993188,"stop":1714424993188,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c26db6781d57fee","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425170479,"stop":1714425170479,"duration":0},"status":"passed","severity":"normal"},{"uid":"deabc268b3b3f5c5","name":"Passing cursor with wrong message digest","time":{"start":1714425405880,"stop":1714425405880,"duration":0},"status":"passed","severity":"normal"},{"uid":"97fc839641ab590e","name":"Refresh subscription","time":{"start":1714425349877,"stop":1714425349878,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c9448fbab837805e","name":"Check received message containing shell command","time":{"start":1714425369967,"stop":1714425369967,"duration":0},"status":"passed","severity":"normal"},{"uid":"3254a16e3761964d","name":"should get / set UDP multiaddr","time":{"start":1714424857617,"stop":1714424857617,"duration":0},"status":"passed","severity":"normal"},{"uid":"22023dffc1eb3d0c","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app75/7/topic355/json","time":{"start":1714425396495,"stop":1714425396496,"duration":1},"status":"passed","severity":"normal"},{"uid":"deb1ed5d924f37bf","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1714424862501,"stop":1714424862502,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a699fb95c3aa789","name":"different cluster, different shard: nodes don't connect","time":{"start":1714425071901,"stop":1714425071901,"duration":0},"status":"passed","severity":"normal"},{"uid":"21565ae3268fe846","name":"tcp ip4 address","time":{"start":1714424857073,"stop":1714424857073,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b5c4d9babf11e1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e5961b24cc4a422","name":"Subscribe and receive messages via waku relay post","time":{"start":1714425137442,"stop":1714425137448,"duration":6},"status":"passed","severity":"normal"},{"uid":"23f6bb78f29939b5","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1714425321024,"stop":1714425321025,"duration":1},"status":"passed","severity":"normal"},{"uid":"60e94d4f239ffc23","name":"Check received message with timestamp: 1714424899696000000 ","time":{"start":1714425369949,"stop":1714425369949,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb6bf6186b14092","name":"Push message with content topic containing numeric","time":{"start":1714425435614,"stop":1714425435614,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d24632a1363cb2","name":"Push message with content topic containing JSON","time":{"start":1714425301122,"stop":1714425301124,"duration":2},"status":"passed","severity":"normal"},{"uid":"8b795ef7c60e35f","name":"Overlapping topic subscription","time":{"start":1714425534883,"stop":1714425534883,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6dfe2ade27893c1","name":"Js publishes, other Js receives","time":{"start":1714425325521,"stop":1714425325522,"duration":1},"status":"passed","severity":"normal"},{"uid":"79148325a4024fdd","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714424993189,"stop":1714424993189,"duration":0},"status":"passed","severity":"normal"},{"uid":"46b1bba461268a8e","name":"different cluster, different shard: nodes don't connect","time":{"start":1714425178901,"stop":1714425178903,"duration":2},"status":"passed","severity":"normal"},{"uid":"493f05e7f428d749","name":"Query generator for multiple messages with multiple decoders","time":{"start":1714425467283,"stop":1714425467283,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8e6cc6b15b8cdf6","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1714424877430,"stop":1714424877430,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac1e922f5b8702d9","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714425110752,"stop":1714425110752,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7224824cfbd504d","name":"Subscribe and receive messages via waku relay post","time":{"start":1714425534890,"stop":1714425534890,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed057bbdad1f0cb","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1714425405879,"stop":1714425405879,"duration":0},"status":"passed","severity":"normal"},{"uid":"516fda60ab107f95","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1714424849023,"stop":1714424849023,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ebdd715c028cab","name":"Push message with content topic containing Russian","time":{"start":1714425435619,"stop":1714425435620,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca898821670c9cf1","name":"Refresh subscription","time":{"start":1714425534893,"stop":1714425534893,"duration":0},"status":"passed","severity":"normal"},{"uid":"64aa9a36605880d2","name":"Delete observer","time":{"start":1714425302084,"stop":1714425302084,"duration":0},"status":"passed","severity":"normal"},{"uid":"21f33ab73477454a","name":"Check received message containing JSON","time":{"start":1714425068149,"stop":1714425068150,"duration":1},"status":"passed","severity":"normal"},{"uid":"702705a5ed07a3f9","name":"Push message with content topic containing special chars","time":{"start":1714425435615,"stop":1714425435616,"duration":1},"status":"passed","severity":"normal"},{"uid":"e48e0442e4b03c4c","name":"Subscribe to topic containing numeric and publish message","time":{"start":1714425349896,"stop":1714425349896,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3c2a0c9f4973720","name":"Check received message containing unicode special characters","time":{"start":1714425369946,"stop":1714425369948,"duration":2},"status":"passed","severity":"normal"},{"uid":"c14239f9f729d127","name":"Promise Callback - forward","time":{"start":1714425460327,"stop":1714425460328,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c3b650da9279244","name":"Push message with meta","time":{"start":1714425301143,"stop":1714425301143,"duration":0},"status":"passed","severity":"normal"},{"uid":"b853695d10fe299a","name":"Push message with SQL Injection payload","time":{"start":1714425435606,"stop":1714425435606,"duration":0},"status":"passed","severity":"normal"},{"uid":"5293e618c95feb5e","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1714424849034,"stop":1714424849040,"duration":6},"status":"passed","severity":"normal"},{"uid":"4e47c708d31cdb09","name":"shard 0","time":{"start":1714425425849,"stop":1714425425849,"duration":0},"status":"passed","severity":"normal"},{"uid":"15559340315c0c33","name":"Push message equal or less that 1MB","time":{"start":1714425301156,"stop":1714425301156,"duration":0},"status":"passed","severity":"normal"},{"uid":"16efbe8816b9d682","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1714425467287,"stop":1714425467287,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb07242dac4558a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714425110753,"stop":1714425110753,"duration":0},"status":"passed","severity":"normal"},{"uid":"74cf579812b97ee","name":"Ephemeral field is preserved - encoder v0","time":{"start":1714424910823,"stop":1714424910824,"duration":1},"status":"passed","severity":"normal"},{"uid":"96338350db6bc2a4","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1714424873146,"stop":1714424873147,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7ec8e7485fa3962","name":"Push message on custom pubsubTopic","time":{"start":1714425170481,"stop":1714425170482,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8d668aeabe2334e","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714425534889,"stop":1714425534889,"duration":0},"status":"passed","severity":"normal"},{"uid":"d34db638029c1bf2","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1714424901194,"stop":1714424901198,"duration":4},"status":"passed","severity":"normal"},{"uid":"1a14f8da6409a1b6","name":"Subscribe to topic containing Russian and publish message","time":{"start":1714425349908,"stop":1714425349909,"duration":1},"status":"passed","severity":"normal"},{"uid":"139337549d6b39e1","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1714425475359,"stop":1714425475360,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb6816f2dd15b0","name":"Check received message containing unicode special characters","time":{"start":1714425369968,"stop":1714425369968,"duration":0},"status":"passed","severity":"normal"},{"uid":"423881bd3222dd1e","name":"should encode/decode to RLP encoding","time":{"start":1714424857616,"stop":1714424857617,"duration":1},"status":"passed","severity":"normal"},{"uid":"9811b63d8df256fc","name":"Push 30 different messages","time":{"start":1714425301077,"stop":1714425301078,"duration":1},"status":"passed","severity":"normal"},{"uid":"55e02b02f09acebf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714425534880,"stop":1714425534880,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f6df931bedccf80","name":"1 Store, 2 fetches","time":{"start":1714424873158,"stop":1714424873158,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c812b31d85873b","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714424912040,"stop":1714424912040,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4f7c52f7f89c5438","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348181,"stop":1714425348189,"duration":8},"status":"passed","severity":"normal"},{"uid":"bb92e332c4259b70","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1714425071926,"stop":1714425071926,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c1608d11da933e","name":"throws on content topic with generation field greater than 0","time":{"start":1714424848996,"stop":1714424848996,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa86b445172e0ff","name":"Check publish message containing special chars","time":{"start":1714425348167,"stop":1714425348169,"duration":2},"status":"passed","severity":"normal"},{"uid":"89e172029a55a344","name":"should only return 1 node with relay capability","time":{"start":1714424873554,"stop":1714424873554,"duration":0},"status":"passed","severity":"normal"},{"uid":"6386502c4b49e6bc","name":"should not receive a peer event after stop","time":{"start":1714424877429,"stop":1714424877429,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd92b762144157fd","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714425137457,"stop":1714425137457,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dcd8a7dadfb8749","name":"Wrong topic","time":{"start":1714425396497,"stop":1714425396498,"duration":1},"status":"passed","severity":"normal"},{"uid":"675d2e01d648af7a","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1714425349876,"stop":1714425349877,"duration":1},"status":"passed","severity":"normal"},{"uid":"aefd0a1ee31873f9","name":"should not receive a peer event after stop","time":{"start":1714424912037,"stop":1714424912038,"duration":1},"status":"passed","severity":"normal"},{"uid":"11c1062a1a0fda51","name":"Init the array if not present","time":{"start":1714424848618,"stop":1714424848620,"duration":2},"status":"passed","severity":"normal"},{"uid":"be2edd48944a1fe8","name":"random static sharding 2 - Cluster ID: 324, Shard ID: 778","time":{"start":1714425425850,"stop":1714425425850,"duration":0},"status":"passed","severity":"normal"},{"uid":"3217fd80792bb6c5","name":"Subscribe and receive messages via lightPush","time":{"start":1714425534889,"stop":1714425534889,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f63ad66145608f3","name":"removeEventListener with wrong event","time":{"start":1714424941437,"stop":1714424941437,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8429a40cb67f0ca","name":"Decoder throws on undefined content topic","time":{"start":1714424883373,"stop":1714424883373,"duration":0},"status":"passed","severity":"normal"},{"uid":"66d492a4509a8545","name":"Check message received after jswaku node is restarted","time":{"start":1714425369972,"stop":1714425369973,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f5dacf0250a53cea","name":"should set field with all protocols disabled","time":{"start":1714424857620,"stop":1714424857620,"duration":0},"status":"passed","severity":"normal"},{"uid":"dab69c170184ea3d","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714424856930,"stop":1714424856931,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5d7274797a5ad81","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714425137453,"stop":1714425137455,"duration":2},"status":"passed","severity":"normal"},{"uid":"643c679183e0eed3","name":"Check received message containing XML","time":{"start":1714425369964,"stop":1714425369964,"duration":0},"status":"passed","severity":"normal"},{"uid":"660c4af2fdfcf223","name":"pre and post cipher","time":{"start":1714424883949,"stop":1714424883950,"duration":1},"status":"passed","severity":"normal"},{"uid":"22b3afce9015398e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1714424856922,"stop":1714424856923,"duration":1},"status":"passed","severity":"normal"},{"uid":"a89f90842aabfde8","name":"Check message on other pubsub topic is not received","time":{"start":1714425369970,"stop":1714425369971,"duration":1},"status":"passed","severity":"normal"},{"uid":"5722420a7324786e","name":"Check received message containing emoji","time":{"start":1714425369968,"stop":1714425369968,"duration":0},"status":"passed","severity":"normal"},{"uid":"9efa11bd33918aab","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1714424856930,"stop":1714424856930,"duration":0},"status":"passed","severity":"normal"},{"uid":"c648f9b2448427ff","name":"random static sharding 6 - Cluster ID: 813, Shard ID: 869","time":{"start":1714425425852,"stop":1714425425853,"duration":1},"status":"passed","severity":"normal"},{"uid":"d82db6bcd9e96e59","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1714424849020,"stop":1714424849020,"duration":0},"status":"passed","severity":"normal"},{"uid":"521964efec0b287a","name":"should set field with only RELAY enabled","time":{"start":1714424857620,"stop":1714424857621,"duration":1},"status":"passed","severity":"normal"},{"uid":"407bd723d442f94","name":"should return empty list for no shard","time":{"start":1714424849013,"stop":1714424849013,"duration":0},"status":"passed","severity":"normal"},{"uid":"2244ca6a284b6c2","name":"should handle corrupted local storage data gracefully","time":{"start":1714424877430,"stop":1714424877431,"duration":1},"status":"passed","severity":"normal"},{"uid":"93e358560b7ecbb0","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1714425298466,"stop":1714425298466,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ed3a2012ca87e924","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1714425348541,"stop":1714425348541,"duration":0},"status":"skipped","severity":"normal"},{"uid":"14264edd5ee7e318","name":"Subscribe and receive messages via waku relay post","time":{"start":1714425534881,"stop":1714425534881,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc443418c297faa","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714425396498,"stop":1714425396499,"duration":1},"status":"passed","severity":"normal"},{"uid":"5010ce009e221a18","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1714424849020,"stop":1714424849021,"duration":1},"status":"passed","severity":"normal"},{"uid":"43d48fae02f5d4d6","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1714425321025,"stop":1714425321025,"duration":0},"status":"passed","severity":"normal"},{"uid":"f196e9e7f9ddaa0f","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1714425071923,"stop":1714425071923,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8e0299b71230a85","name":"receives messages sent to provided content topic through callback","time":{"start":1714425348541,"stop":1714425348541,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2c91c928af8062c0","name":"ignores unrecognized TXT record formats","time":{"start":1714424873553,"stop":1714424873553,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f78cd95c308e6ee","name":"configure the node with multiple content topics","time":{"start":1714425396498,"stop":1714425396498,"duration":0},"status":"passed","severity":"normal"},{"uid":"62ed7498ae5ea9e9","name":"Push message with custom timestamp: 1714421468404","time":{"start":1714425435631,"stop":1714425435631,"duration":0},"status":"passed","severity":"normal"},{"uid":"40ba52a08c1958ab","name":"Push message with content topic containing escaped characters","time":{"start":1714425435622,"stop":1714425435623,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc50404ecc2f388c","name":"handles different clusterIds correctly","time":{"start":1714424849007,"stop":1714424849007,"duration":0},"status":"passed","severity":"normal"},{"uid":"132bcd7807706b55","name":"should not fail to start the service if it is already started","time":{"start":1714425363887,"stop":1714425363887,"duration":0},"status":"passed","severity":"normal"},{"uid":"312ee36d64fc5d75","name":"Subscribe to topic containing shell command and publish message","time":{"start":1714425349919,"stop":1714425349919,"duration":0},"status":"passed","severity":"normal"},{"uid":"222cb418fa31b589","name":"Check received message containing JSON","time":{"start":1714425369937,"stop":1714425369938,"duration":1},"status":"passed","severity":"normal"},{"uid":"4893c2970d593ffb","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714425137466,"stop":1714425137467,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7916891d6edbb7f","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1714424849015,"stop":1714424849016,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eeff8243051a48","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1714425071987,"stop":1714425071988,"duration":1},"status":"passed","severity":"normal"},{"uid":"de31ffdbb6cb4e59","name":"should not receive a peer event before start","time":{"start":1714424877428,"stop":1714424877428,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9472e677e120741","name":"Check message with non string payload is not received","time":{"start":1714425068157,"stop":1714425068157,"duration":0},"status":"passed","severity":"normal"},{"uid":"1231fb6b61f286b4","name":"Push message with escaped characters payload","time":{"start":1714425435609,"stop":1714425435610,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed4e593fda51bb0a","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714425631838,"stop":1714425631838,"duration":0},"status":"passed","severity":"normal"},{"uid":"926e873b7034c03e","name":"Check publish message after service node is restarted","time":{"start":1714425348193,"stop":1714425348194,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3f9d7b6e65e9c77c","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1714424974896,"stop":1714424974896,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6aca670b22014e1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b537cf96cc3e3e4","name":"Check message with no payload is not received","time":{"start":1714425369952,"stop":1714425369953,"duration":1},"status":"passed","severity":"normal"},{"uid":"17b811676a27dea1","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1714425508069,"stop":1714425508070,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ebd11380a01304b","name":"Check publish message containing Arabic","time":{"start":1714425348171,"stop":1714425348172,"duration":1},"status":"passed","severity":"normal"},{"uid":"3999aea8e53a603c","name":"random static sharding 5 - Cluster ID: 936, Shard ID: 337","time":{"start":1714425425852,"stop":1714425425852,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a74daf29485a92","name":"should not fail to start the service if it is already started","time":{"start":1714424912035,"stop":1714424912036,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f0d5f28026c18e6","name":"Push message with custom timestamp: 1714428668404","time":{"start":1714425435631,"stop":1714425435632,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6c0d9e9397895f9","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714425137448,"stop":1714425137448,"duration":0},"status":"passed","severity":"normal"},{"uid":"6edbfd946a3d6cdf","name":"Publishes to nwaku","time":{"start":1714425325521,"stop":1714425325521,"duration":0},"status":"passed","severity":"normal"},{"uid":"8efee5852b133063","name":"Push 30 different messages","time":{"start":1714425435611,"stop":1714425435612,"duration":1},"status":"passed","severity":"normal"},{"uid":"286f983f8f23c05a","name":"Subscribe to topic containing XML and receive message","time":{"start":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","severity":"normal"},{"uid":"76e3d6ccd01b5e87","name":"Push message with JSON payload","time":{"start":1714425301046,"stop":1714425301046,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb84bdbd0498add5","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714425137453,"stop":1714425137453,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bcf9ec5a046b46b","name":"Push message with content topic containing long","time":{"start":1714425301082,"stop":1714425301084,"duration":2},"status":"passed","severity":"normal"},{"uid":"83b2e399c9abe95d","name":"Publish message with large meta","time":{"start":1714425348194,"stop":1714425348201,"duration":7},"status":"passed","severity":"normal"},{"uid":"a05b86fbd465618a","name":"Query Generator, No message returned","time":{"start":1714425451131,"stop":1714425451132,"duration":1},"status":"passed","severity":"normal"},{"uid":"11083f9c7028c4d7","name":"should properly compute the node id","time":{"start":1714424857616,"stop":1714424857616,"duration":0},"status":"passed","severity":"normal"},{"uid":"703c34fb85d7a9e0","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1714424908591,"stop":1714424908591,"duration":0},"status":"passed","severity":"normal"},{"uid":"b315c8cfd6e0c2a3","name":"should emit a peer event after start","time":{"start":1714424912036,"stop":1714424912036,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94363f6b9f998e0","name":"handles empty contentTopics array correctly","time":{"start":1714424849043,"stop":1714424849043,"duration":0},"status":"passed","severity":"normal"},{"uid":"51b0e1815b449170","name":"Publish message with custom timestamp: Tue May 09 2023 21:15:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348189,"stop":1714425348190,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5b695058cd0a62c","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714425321027,"stop":1714425321028,"duration":1},"status":"passed","severity":"normal"},{"uid":"53c892fc8a9550bf","name":"Check publish message containing unicode special characters","time":{"start":1714425348180,"stop":1714425348181,"duration":1},"status":"passed","severity":"normal"},{"uid":"eed667e34df9f0b7","name":"Push message with SQL Injection payload","time":{"start":1714425301044,"stop":1714425301045,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4d5d3e4eb02e025","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714425534882,"stop":1714425534883,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9a4146093b02871","name":"Subscribe and receives messages on 20 topics","time":{"start":1714425534882,"stop":1714425534882,"duration":0},"status":"passed","severity":"normal"},{"uid":"a81134bea8600857","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1714425475360,"stop":1714425475360,"duration":0},"status":"passed","severity":"normal"},{"uid":"c703c8998d41c29f","name":"Check received message containing Basic HTML tag","time":{"start":1714425369965,"stop":1714425369965,"duration":0},"status":"passed","severity":"normal"},{"uid":"57098991119b07ef","name":"Light Node - default protocols","time":{"start":1714425507200,"stop":1714425507200,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b3754b38c7d9e74","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1714424872190,"stop":1714424872191,"duration":1},"status":"passed","severity":"normal"},{"uid":"f26edbddf74fa214","name":"Ephemeral field set to true","time":{"start":1714424862498,"stop":1714424862499,"duration":1},"status":"passed","severity":"normal"},{"uid":"78a3e99ec95b22f3","name":"A test","time":{"start":1714425137574,"stop":1714425137574,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1eec8057117f05","name":"Push message with unicode special characters payload","time":{"start":1714425301072,"stop":1714425301074,"duration":2},"status":"passed","severity":"normal"},{"uid":"5720b433f9b5a1c3","name":"Ping on subscribed peer","time":{"start":1714424932296,"stop":1714424932297,"duration":1},"status":"passed","severity":"normal"},{"uid":"e84bf0ad04065e84","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1714424856923,"stop":1714424856924,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf639162f98179d7","name":"Query Generator, No Decoder","time":{"start":1714425451130,"stop":1714425451131,"duration":1},"status":"passed","severity":"normal"},{"uid":"31be008a038c7132","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714425137456,"stop":1714425137456,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c3a3ac1dc97d1f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1714424849018,"stop":1714424849018,"duration":0},"status":"passed","severity":"normal"},{"uid":"a978cf8ec67d1e4c","name":"connects to nwaku","time":{"start":1714425494506,"stop":1714425494506,"duration":0},"status":"passed","severity":"normal"},{"uid":"9909d7964408bcd9","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714425425849,"stop":1714425425849,"duration":0},"status":"passed","severity":"normal"},{"uid":"811989732545fa80","name":"Check publish message containing JSON","time":{"start":1714425348179,"stop":1714425348179,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d4e8100d2cb202e","name":"Check publish message containing XML","time":{"start":1714425348177,"stop":1714425348178,"duration":1},"status":"passed","severity":"normal"},{"uid":"65c80b91b6ee0a6a","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1714425137470,"stop":1714425137471,"duration":1},"status":"passed","severity":"normal"},{"uid":"604d1786ebb3e3f1","name":"random static sharding 1 - Cluster ID: 907, Shard ID: 798","time":{"start":1714425425850,"stop":1714425425850,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cbeaa05d12d62fc","name":"Check message with no pubsub topic is not received","time":{"start":1714425068155,"stop":1714425068155,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c7cddebb19bca85","name":"Check received message containing Arabic","time":{"start":1714425369931,"stop":1714425369932,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c45c44c4f8925d","name":"Push message with content topic containing emoji","time":{"start":1714425435628,"stop":1714425435629,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b23b528b5783b66","name":"Subscribe to topic containing XML and receive message","time":{"start":1714425137458,"stop":1714425137459,"duration":1},"status":"passed","severity":"normal"},{"uid":"99bec59a807a38ca","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1714424856929,"stop":1714424856930,"duration":1},"status":"passed","severity":"normal"},{"uid":"84a11915762a0943","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1714424849044,"stop":1714424849044,"duration":0},"status":"passed","severity":"normal"},{"uid":"dba5a863a290685","name":"should be able to decode the field with only FILTER set to true","time":{"start":1714424856927,"stop":1714424856927,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c078a0f925bb0b1","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714425534899,"stop":1714425534899,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4560d4f3a7bcea7","name":"Check received message containing Arabic","time":{"start":1714425068147,"stop":1714425068147,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c0c2fd4133d5e71","name":"Encoder throws on empty string content topic","time":{"start":1714424885247,"stop":1714424885248,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb3aa7e3df7add28","name":"Push message with Russian payload","time":{"start":1714425435606,"stop":1714425435606,"duration":0},"status":"passed","severity":"normal"},{"uid":"90fbce37baf17fa5","name":"Passing page size 110 when there are 120 messages","time":{"start":1714425481555,"stop":1714425481555,"duration":0},"status":"passed","severity":"normal"},{"uid":"de5167c17a4983d1","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1714424908591,"stop":1714424908591,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac6050d981f77b65","name":"should set field with only STORE enabled","time":{"start":1714424857621,"stop":1714424857621,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df11ce304b7724f","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1714425349859,"stop":1714425349860,"duration":1},"status":"passed","severity":"normal"},{"uid":"633fed49d32c1dcf","name":"Push message with shell command payload","time":{"start":1714425301046,"stop":1714425301072,"duration":26},"status":"passed","severity":"normal"},{"uid":"32c6a50bb994da6e","name":"listenerCount","time":{"start":1714424941437,"stop":1714424941438,"duration":1},"status":"passed","severity":"normal"},{"uid":"f52fad0c44143d86","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1714425071907,"stop":1714425071907,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07fc7e3f1ea3c07","name":"Sign & Recover","time":{"start":1714424883950,"stop":1714424883950,"duration":0},"status":"passed","severity":"normal"},{"uid":"97897f5cbf9ddabd","name":"Store - dialed after - with timeout","time":{"start":1714425507199,"stop":1714425507199,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a1467a01644d0bc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071923,"stop":1714425071923,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3b93e8ddf2d6c08","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1714424849019,"stop":1714424849020,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5975160f7b3bca3","name":"Check received message containing Russian","time":{"start":1714425369961,"stop":1714425369962,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ed9633b228c6157","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714425321023,"stop":1714425321024,"duration":1},"status":"passed","severity":"normal"},{"uid":"debaa27070839abd","name":"Generator, custom pubsub topic","time":{"start":1714425473186,"stop":1714425473186,"duration":0},"status":"passed","severity":"normal"},{"uid":"3253f87eecc65479","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1714424849031,"stop":1714424849032,"duration":1},"status":"passed","severity":"normal"},{"uid":"447954d7d297e81e","name":"Overlapping topic subscription","time":{"start":1714425137451,"stop":1714425137451,"duration":0},"status":"passed","severity":"normal"},{"uid":"3600fd5011c941c5","name":"Check publish message containing Chinese","time":{"start":1714425348169,"stop":1714425348171,"duration":2},"status":"passed","severity":"normal"},{"uid":"8c680094d69110c6","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1714425071915,"stop":1714425071915,"duration":0},"status":"passed","severity":"normal"},{"uid":"d719edb843e5d251","name":"should return all peers when numPeers is 0","time":{"start":1714424862405,"stop":1714424862405,"duration":0},"status":"passed","severity":"normal"},{"uid":"6051b927f8982ff2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714425534894,"stop":1714425534895,"duration":1},"status":"passed","severity":"normal"},{"uid":"de0d316412e97cfd","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1714424849019,"stop":1714424849019,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef237b7985225ed0","name":"Push message with numeric payload","time":{"start":1714425301042,"stop":1714425301042,"duration":0},"status":"passed","severity":"normal"},{"uid":"3559f804d836de","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","severity":"normal"},{"uid":"a66b6a9182c43cfa","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1714424849032,"stop":1714424849032,"duration":0},"status":"passed","severity":"normal"},{"uid":"6004405e6ed3a424","name":"Reopen subscription with peer with lost subscription","time":{"start":1714424973890,"stop":1714424973890,"duration":0},"status":"passed","severity":"normal"},{"uid":"94d46be761253cb9","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714425435621,"stop":1714425435621,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d018b795fa5e101","name":"handles different networkShards values correctly","time":{"start":1714424849007,"stop":1714424849007,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f5edc66bc65b82","name":"Ping on unsubscribed peer","time":{"start":1714424973889,"stop":1714424973890,"duration":1},"status":"passed","severity":"normal"},{"uid":"78e1cc915b3ec568","name":"Check message on other pubsub topic is not received","time":{"start":1714425068154,"stop":1714425068155,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a060805f53e18d4","name":"Push to array if already present","time":{"start":1714424848620,"stop":1714424848620,"duration":0},"status":"passed","severity":"normal"},{"uid":"c66ee4974305c413","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1714424849004,"stop":1714424849004,"duration":0},"status":"passed","severity":"normal"},{"uid":"1551fc84e83437a3","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1714425405873,"stop":1714425405874,"duration":1},"status":"passed","severity":"normal"},{"uid":"11445ffd26ef9dd7","name":"Check received message containing Russian","time":{"start":1714425068147,"stop":1714425068148,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb2e2bb826752c0c","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1714425349914,"stop":1714425349915,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0caf2920e9e4849","name":"Push message with special chars payload","time":{"start":1714425435604,"stop":1714425435604,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca97cca5a833b4ff","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714425321026,"stop":1714425321026,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c4eb6ffe9520f","name":"Check message received after nwaku node is restarted","time":{"start":1714425369973,"stop":1714425369973,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a74011cb77a83324","name":"Check received message containing escaped characters","time":{"start":1714425369945,"stop":1714425369946,"duration":1},"status":"passed","severity":"normal"},{"uid":"5053f54003b5cb7f","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","severity":"normal"},{"uid":"5123a93ff7a23807","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714424849041,"stop":1714424849041,"duration":0},"status":"passed","severity":"normal"},{"uid":"56f1a86ff41c1f96","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1714425349902,"stop":1714425349908,"duration":6},"status":"passed","severity":"normal"},{"uid":"88966988db2f28c","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1714424873145,"stop":1714424873146,"duration":1},"status":"passed","severity":"normal"},{"uid":"396bf9c2a761b11e","name":"Subscribe to topic containing long and publish message","time":{"start":1714425349892,"stop":1714425349895,"duration":3},"status":"passed","severity":"normal"},{"uid":"f1ab16cafe3139db","name":"Relay + Store","time":{"start":1714424857622,"stop":1714424857622,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd4423ee414c5c67","name":"Filter","time":{"start":1714425507200,"stop":1714425507200,"duration":0},"status":"passed","severity":"normal"},{"uid":"31d77ad9f9100a81","name":"Query Generator - backward","time":{"start":1714425460324,"stop":1714425460326,"duration":2},"status":"passed","severity":"normal"},{"uid":"5d32709c65a8e544","name":"Check received message containing special chars","time":{"start":1714425369929,"stop":1714425369930,"duration":1},"status":"passed","severity":"normal"},{"uid":"c53243247372982e","name":"nwaku subscribes","time":{"start":1714425325520,"stop":1714425325520,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5a6e1579ba2453","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1714424910824,"stop":1714424910824,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a8824663bac518f","name":"Subscribe to topic containing Script and receive message","time":{"start":1714425137457,"stop":1714425137458,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef59f0f4c714d93a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714424974893,"stop":1714424974893,"duration":0},"status":"passed","severity":"normal"},{"uid":"fac507d3fd180cde","name":"Query generator for 2000 messages","time":{"start":1714425467288,"stop":1714425467288,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6f9886973017dc","name":"Ping on peer without subscriptions","time":{"start":1714424973885,"stop":1714424973885,"duration":0},"status":"passed","severity":"normal"},{"uid":"f543ec32abbed5cd","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425473190,"stop":1714425473191,"duration":1},"status":"passed","severity":"normal"},{"uid":"350b1869763e69b5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8dd0c8f82ec7685","name":"should throw an error for an unconfigured topic","time":{"start":1714424849027,"stop":1714424849031,"duration":4},"status":"passed","severity":"normal"},{"uid":"bb3c34b87178e2cb","name":"Decoder throws on empty string content topic","time":{"start":1714424883373,"stop":1714424883374,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbd39d95cf6e5729","name":"Check received message containing short","time":{"start":1714425369909,"stop":1714425369910,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab8d16465330ad04","name":"Check received message containing Chinese","time":{"start":1714425369960,"stop":1714425369961,"duration":1},"status":"passed","severity":"normal"},{"uid":"e28758a001d688f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071914,"stop":1714425071914,"duration":0},"status":"passed","severity":"normal"},{"uid":"538d8c970e045fb0","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1714424849032,"stop":1714424849032,"duration":0},"status":"passed","severity":"normal"},{"uid":"4216b5bbb24cf3f4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714424974898,"stop":1714424974899,"duration":1},"status":"passed","severity":"normal"},{"uid":"4335fce3664254e3","name":"groups content topics by expected pubsub topic","time":{"start":1714424849006,"stop":1714424849006,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e26e23568abe8c0","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714425534892,"stop":1714425534892,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f3f3c846b451549","name":"Using a function","time":{"start":1714425494507,"stop":1714425494507,"duration":0},"status":"passed","severity":"normal"},{"uid":"4db6dc05d73cd16e","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app38/2/topic856/utf8","time":{"start":1714425396494,"stop":1714425396494,"duration":0},"status":"passed","severity":"normal"},{"uid":"68116e31b8ce901","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714424849011,"stop":1714424849012,"duration":1},"status":"passed","severity":"normal"},{"uid":"e53e55b43f1ee9b6","name":"safeDispatchEvent","time":{"start":1714424941438,"stop":1714424941438,"duration":0},"status":"passed","severity":"normal"},{"uid":"522dccb9f72d5d43","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1714425298466,"stop":1714425298466,"duration":0},"status":"passed","severity":"normal"},{"uid":"b203017382083113","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1714424862405,"stop":1714424862406,"duration":1},"status":"passed","severity":"normal"},{"uid":"9461db594b802eb4","name":"should properly create location multiaddrs - tcp4","time":{"start":1714424857618,"stop":1714424857618,"duration":0},"status":"passed","severity":"normal"},{"uid":"c174a42b646583d9","name":"Passing an array","time":{"start":1714425494507,"stop":1714425494507,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4acdbcad47cd319","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425170483,"stop":1714425170483,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f2bdafccbd9cffb","name":"Generator, 2 different pubsubtopics","time":{"start":1714425473190,"stop":1714425473190,"duration":0},"status":"passed","severity":"normal"},{"uid":"b27af0b08c41e015","name":"Push message with content topic containing special chars","time":{"start":1714425301100,"stop":1714425301103,"duration":3},"status":"passed","severity":"normal"},{"uid":"258cdb999b6c9b24","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714425137448,"stop":1714425137449,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e1bcd76ea544579","name":"should throw error - no id","time":{"start":1714424857615,"stop":1714424857615,"duration":0},"status":"passed","severity":"normal"},{"uid":"11856b5a8570b7b4","name":"Push message with content topic containing numeric","time":{"start":1714425301085,"stop":1714425301088,"duration":3},"status":"passed","severity":"normal"},{"uid":"42fa5c11463ba3c","name":"1 Relay, 1 fetch","time":{"start":1714424873157,"stop":1714424873157,"duration":0},"status":"passed","severity":"normal"},{"uid":"879ff922c07b79ff","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1714425071966,"stop":1714425071967,"duration":1},"status":"passed","severity":"normal"},{"uid":"3789e3d01489d929","name":"Push message with short payload","time":{"start":1714425435601,"stop":1714425435602,"duration":1},"status":"passed","severity":"normal"},{"uid":"af9368b111613df7","name":"receives messages sent to provided content topic through stream","time":{"start":1714425348542,"stop":1714425348542,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1256b63d7c819d9f","name":"Check meta is set [ecies]","time":{"start":1714424885246,"stop":1714424885247,"duration":1},"status":"passed","severity":"normal"},{"uid":"91c42aa76927d46e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714425534885,"stop":1714425534885,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f2a3551ebb40fb2","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1714424901190,"stop":1714424901191,"duration":1},"status":"passed","severity":"normal"},{"uid":"abd856ddb73ae888","name":"should encode/decode to text encoding","time":{"start":1714424857617,"stop":1714424857617,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e7774bd53b0b7c6","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714425534890,"stop":1714425534891,"duration":1},"status":"passed","severity":"normal"},{"uid":"c58f9b5bb278c7ca","name":"should be able to decode the field with only STORE set to true","time":{"start":1714424856928,"stop":1714424856928,"duration":0},"status":"passed","severity":"normal"},{"uid":"658541d3e9d2f16e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714425110752,"stop":1714425110753,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1f822133060dcb4","name":"Ping on subscribed peer","time":{"start":1714424973888,"stop":1714424973889,"duration":1},"status":"passed","severity":"normal"},{"uid":"acc348a8bf5ccd48","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1714425451136,"stop":1714425451137,"duration":1},"status":"passed","severity":"normal"},{"uid":"23aee9b5930c78f5","name":"Push message with XML payload","time":{"start":1714425301045,"stop":1714425301045,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c67eaed125ac173","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1714424849001,"stop":1714424849001,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8f6c29c071471d3","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1714424849018,"stop":1714424849018,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce88c1500dd040","name":"Relay - dialed first","time":{"start":1714425507197,"stop":1714425507197,"duration":0},"status":"passed","severity":"normal"},{"uid":"9478ed9dd7289ec5","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1714425508072,"stop":1714425508072,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cee38241a608e1f","name":"Push message with custom timestamp: 1683666668404","time":{"start":1714425435630,"stop":1714425435631,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ef9ce15d1d2cdf9","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714425534895,"stop":1714425534895,"duration":0},"status":"passed","severity":"normal"},{"uid":"53129bb6142dca07","name":"Relay - dialed after","time":{"start":1714425507198,"stop":1714425507198,"duration":0},"status":"passed","severity":"normal"},{"uid":"422eeb0f4e81dc79","name":"Push message equal or less that 1MB","time":{"start":1714425435632,"stop":1714425435632,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e0d48ba7003817","name":"Push message with content topic containing Script","time":{"start":1714425301111,"stop":1714425301117,"duration":6},"status":"passed","severity":"normal"},{"uid":"f5721d2c85daa79f","name":"handles multiple messages","time":{"start":1714425485200,"stop":1714425485200,"duration":0},"status":"passed","severity":"normal"},{"uid":"734f07f603e1efaf","name":"Push message with meta","time":{"start":1714425435629,"stop":1714425435629,"duration":0},"status":"passed","severity":"normal"},{"uid":"97f4b57c0462c1e4","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1714424856925,"stop":1714424856925,"duration":0},"status":"passed","severity":"normal"},{"uid":"a12da80072ec7be1","name":"Ping on peer without subscriptions","time":{"start":1714424973889,"stop":1714424973889,"duration":0},"status":"passed","severity":"normal"},{"uid":"29c93eaa248321b5","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714425631838,"stop":1714425631839,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b73dc6b9316dca6","name":"Check message with invalid timestamp is not received","time":{"start":1714425068154,"stop":1714425068154,"duration":0},"status":"passed","severity":"normal"},{"uid":"680150f78d62c662","name":"Push message with Basic HTML tag payload","time":{"start":1714425435608,"stop":1714425435608,"duration":0},"status":"passed","severity":"normal"},{"uid":"563a5aeb26131641","name":"Check received message with timestamp: 1714424900210 ","time":{"start":1714425068152,"stop":1714425068153,"duration":1},"status":"passed","severity":"normal"},{"uid":"e60af4b66a501d1","name":"Generator, 2 different pubsubtopics","time":{"start":1714425473187,"stop":1714425473187,"duration":0},"status":"passed","severity":"normal"},{"uid":"66940e104f9ad363","name":"Passing page size 1 when there are 4 messages","time":{"start":1714425481552,"stop":1714425481553,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7c29f4b75705643","name":"Push message with JSON payload","time":{"start":1714425435608,"stop":1714425435608,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b6f6328d729daf4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714425170482,"stop":1714425170482,"duration":0},"status":"passed","severity":"normal"},{"uid":"818e8d8d8b52c113","name":"Sample","time":{"start":1714424857106,"stop":1714424857106,"duration":0},"status":"passed","severity":"normal"},{"uid":"5454393acf87606b","name":"Check received message containing special chars","time":{"start":1714425369960,"stop":1714425369960,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec00b2e8427b1197","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071905,"stop":1714425071905,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ef8154b7e6ba7ed","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714425534894,"stop":1714425534894,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9d70135235ff588","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714425534894,"stop":1714425534894,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad97e4b2959d47","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e49f21d10c17efb","name":"Asymmetric encrypt & decrypt","time":{"start":1714424883948,"stop":1714424883949,"duration":1},"status":"passed","severity":"normal"},{"uid":"e796c59a16aa4fbf","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714425534895,"stop":1714425534895,"duration":0},"status":"passed","severity":"normal"},{"uid":"3308cc22c363c5e9","name":"Check received message containing emoji","time":{"start":1714425068151,"stop":1714425068152,"duration":1},"status":"passed","severity":"normal"},{"uid":"56a71ed85f6452c4","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1714425071903,"stop":1714425071904,"duration":1},"status":"passed","severity":"normal"},{"uid":"db902a030d289462","name":"Generator, custom pubsub topic","time":{"start":1714425473189,"stop":1714425473190,"duration":1},"status":"passed","severity":"normal"},{"uid":"2af0d1ab598f3c72","name":"Check received message containing numeric","time":{"start":1714425068139,"stop":1714425068144,"duration":5},"status":"passed","severity":"normal"},{"uid":"ae06345a6ed5af93","name":"start node with ApplicationInfo","time":{"start":1714425396499,"stop":1714425396499,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7c52b0d3d97d7b6","name":"different cluster, same shard: nodes don't connect","time":{"start":1714425178900,"stop":1714425178901,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c7a707e5deb02d6","name":"Check received message containing Script","time":{"start":1714425369963,"stop":1714425369963,"duration":0},"status":"passed","severity":"normal"},{"uid":"5333917a358e47ab","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app72/5/topic746/json","time":{"start":1714425396495,"stop":1714425396495,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7649de451f55d64","name":"Check publish message containing shell command","time":{"start":1714425348179,"stop":1714425348180,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcd79d3a91610fbe","name":"should set field with only FILTER enabled","time":{"start":1714424857621,"stop":1714424857621,"duration":0},"status":"passed","severity":"normal"},{"uid":"a398bac55df04399","name":"can start and stop the service","time":{"start":1714425363885,"stop":1714425363886,"duration":1},"status":"passed","severity":"normal"},{"uid":"8563a6c13fd36474","name":"Push message with rate limit","time":{"start":1714425435630,"stop":1714425435630,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7d37e0cf0c325c","name":"different cluster, same shard: nodes don't connect","time":{"start":1714425071900,"stop":1714425071901,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce5616fa5eaff715","name":"Push message with emoji payload","time":{"start":1714425301075,"stop":1714425301077,"duration":2},"status":"passed","severity":"normal"},{"uid":"3860605ede88bb06","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1714424849012,"stop":1714424849012,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3d87285dc66b7eb","name":"Ephemeral messages are not stored","time":{"start":1714424910823,"stop":1714424910823,"duration":0},"status":"passed","severity":"normal"},{"uid":"78ec3771423c9a71","name":"throws an error for improperly formatted content topics","time":{"start":1714424849007,"stop":1714424849008,"duration":1},"status":"passed","severity":"normal"},{"uid":"482aefb07ccab5cc","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714424974894,"stop":1714424974894,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2c86cea80edd781","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1714424849015,"stop":1714424849015,"duration":0},"status":"passed","severity":"normal"},{"uid":"79d945aa1a252ea4","name":"Reopen subscription with peer with lost subscription","time":{"start":1714424932298,"stop":1714424932299,"duration":1},"status":"passed","severity":"normal"},{"uid":"eda03c61f0be0f70","name":"should be called at least once on all `peer:discovery` events","time":{"start":1714424908588,"stop":1714424908589,"duration":1},"status":"passed","severity":"normal"},{"uid":"c276ac4b0c5c54c0","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714425534885,"stop":1714425534885,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2827a03d70b4d8d","name":"Promise Callback - backward","time":{"start":1714425460328,"stop":1714425460329,"duration":1},"status":"passed","severity":"normal"},{"uid":"7060cf6b0a8231d9","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app52/2/topic394/test.js","time":{"start":1714425396494,"stop":1714425396494,"duration":0},"status":"passed","severity":"normal"},{"uid":"76e8b93a23376e06","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714425534891,"stop":1714425534892,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b8a5e833031ee06","name":"should set field with only LIGHTPUSH enabled","time":{"start":1714424857621,"stop":1714424857621,"duration":0},"status":"passed","severity":"normal"},{"uid":"42dd9466b37bc908","name":"Subscribe to topic containing special chars and publish message","time":{"start":1714425349897,"stop":1714425349901,"duration":4},"status":"passed","severity":"normal"},{"uid":"146097ca03d09dbf","name":"Subscribe to topic containing JSON and publish message","time":{"start":1714425349918,"stop":1714425349918,"duration":0},"status":"passed","severity":"normal"},{"uid":"50d803b36a5eed72","name":"Does not throw an exception when node disconnects","time":{"start":1714425494506,"stop":1714425494506,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8afb70fb7b40878","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app63/8/topic567/test.js","time":{"start":1714425396493,"stop":1714425396493,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf9cabfde15e3306","name":"Check publish message containing long","time":{"start":1714425348156,"stop":1714425348163,"duration":7},"status":"passed","severity":"normal"},{"uid":"4ed2022e87a91aff","name":"Push message on custom pubsubTopic","time":{"start":1714425170480,"stop":1714425170480,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b5e4efcf4bf6b99","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714425369950,"stop":1714425369950,"duration":0},"status":"passed","severity":"normal"},{"uid":"90aed3096de1b2d","name":"Push message with content topic containing SQL Injection","time":{"start":1714425301109,"stop":1714425301111,"duration":2},"status":"passed","severity":"normal"},{"uid":"283a6b6d98141fde","name":"Reopen subscription with peer with lost subscription","time":{"start":1714424973887,"stop":1714424973887,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd824219ac6ffb96","name":"should throw an error for empty SingleShardInfos array","time":{"start":1714424849009,"stop":1714424849009,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab6c50117667fcd8","name":"should return valid sharding parameters for static sharding","time":{"start":1714424849033,"stop":1714424849033,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9c5d048c895e924","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1714424849022,"stop":1714424849022,"duration":0},"status":"passed","severity":"normal"},{"uid":"797c5deaba5b2d54","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1714425508072,"stop":1714425508074,"duration":2},"status":"passed","severity":"normal"},{"uid":"e0e878e2431c2a94","name":"Push message on custom pubsubTopic","time":{"start":1714425170478,"stop":1714425170478,"duration":0},"status":"passed","severity":"normal"},{"uid":"39436e0e5614f545","name":"dispatchEvent via connectionManager","time":{"start":1714424941438,"stop":1714424941438,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b79ac9d6e678db2","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714425137467,"stop":1714425137467,"duration":0},"status":"passed","severity":"normal"},{"uid":"97dedce94e6a793f","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1714424849014,"stop":1714424849014,"duration":0},"status":"passed","severity":"normal"},{"uid":"291fc6a058056464","name":"Check received message containing long","time":{"start":1714425369957,"stop":1714425369958,"duration":1},"status":"passed","severity":"normal"},{"uid":"879a538cd86cc569","name":"more peers than existing","time":{"start":1714425298656,"stop":1714425298656,"duration":0},"status":"skipped","severity":"normal"},{"uid":"93114b00ef1896d1","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1714425071913,"stop":1714425071914,"duration":1},"status":"passed","severity":"normal"},{"uid":"af2083a4dbceba53","name":"Check received message with timestamp: 1714424900210000000 ","time":{"start":1714425068152,"stop":1714425068152,"duration":0},"status":"passed","severity":"normal"},{"uid":"fae42f7103d0093a","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714424974896,"stop":1714424974896,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6013a03b5e599c6","name":"Subscribe to topic containing long and receive message","time":{"start":1714425137452,"stop":1714425137452,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab55471f182d6a18","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714425534881,"stop":1714425534881,"duration":0},"status":"passed","severity":"normal"},{"uid":"144bdbf88ddbcb4a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714424993187,"stop":1714424993187,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9ec13257a341c34","name":"Check received message containing Chinese","time":{"start":1714425068146,"stop":1714425068147,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc0e3b6c6a945ee4","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1714425508069,"stop":1714425508069,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b94d7c36a494226","name":"Push message with content topic containing Chinese","time":{"start":1714425435616,"stop":1714425435616,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ace22036797fbd1","name":"Fails to push message with empty content topic","time":{"start":1714425301142,"stop":1714425301142,"duration":0},"status":"passed","severity":"normal"},{"uid":"410de12db4fe8208","name":"Check received message containing special chars","time":{"start":1714425068146,"stop":1714425068146,"duration":0},"status":"passed","severity":"normal"},{"uid":"2be967b67f3b9439","name":"Check publish message containing Russian","time":{"start":1714425348172,"stop":1714425348173,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1f788b2e861f929","name":"Subscribe to topic containing short and receive message","time":{"start":1714425137452,"stop":1714425137452,"duration":0},"status":"passed","severity":"normal"},{"uid":"57fe2c64ad20c72e","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1714424851716,"stop":1714424851717,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed8b230cdda7f590","name":"Passing cursor with wrong pubsubTopic","time":{"start":1714425405880,"stop":1714425405880,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7406807508fba38","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714425110751,"stop":1714425110752,"duration":1},"status":"passed","severity":"normal"},{"uid":"84c3311743d2fdbe","name":"unsubscribes","time":{"start":1714425485200,"stop":1714425485201,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd662a4ec09f3fc6","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1714425071904,"stop":1714425071905,"duration":1},"status":"passed","severity":"normal"},{"uid":"45f883f985d8946a","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","severity":"normal"},{"uid":"12e2caf7ad511c12","name":"isConnected should return false after all peers disconnect","time":{"start":1714424901199,"stop":1714424901199,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d108055a69e3674","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1714424849023,"stop":1714424849024,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5f08fb96a20e62d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714424993188,"stop":1714424993188,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e1bcd2c4fa043f3","name":"Push message with content topic containing shell command","time":{"start":1714425435622,"stop":1714425435622,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d1f832e0d15d6e","name":"throws on empty content topic","time":{"start":1714424848994,"stop":1714424848994,"duration":0},"status":"passed","severity":"normal"},{"uid":"57afb3f6ae8570d0","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714425110753,"stop":1714425110754,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc32ffad1dc3fcb8","name":"Subscribe to topic containing long and receive message","time":{"start":1714425534893,"stop":1714425534894,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ec71539475f242d","name":"Encoder throws on empty string content topic","time":{"start":1714424862500,"stop":1714424862500,"duration":0},"status":"passed","severity":"normal"},{"uid":"b39fa24fd8a8028b","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1714425071913,"stop":1714425071913,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e67c448f7d181ee","name":"Push message with content topic containing short","time":{"start":1714425301081,"stop":1714425301082,"duration":1},"status":"passed","severity":"normal"},{"uid":"27b2dd924d991ac4","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1714424856924,"stop":1714424856924,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd07cd95d07224b7","name":"removeEventListener with correct event","time":{"start":1714424941436,"stop":1714424941436,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3fd8c794759f517","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714424974893,"stop":1714424974894,"duration":1},"status":"passed","severity":"normal"},{"uid":"5111827c8685513f","name":"isConnected return false after peer stops","time":{"start":1714424950492,"stop":1714424950492,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b65a906848095c","name":"Push message with content topic containing XML","time":{"start":1714425435621,"stop":1714425435621,"duration":0},"status":"passed","severity":"normal"},{"uid":"423c18e13a275ddc","name":"should get / set TCP multiaddr","time":{"start":1714424857617,"stop":1714424857618,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b5d460fc713d646","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1714425349859,"stop":1714425349859,"duration":0},"status":"passed","severity":"normal"},{"uid":"b102a84ab175ad96","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1714424849024,"stop":1714424849024,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd2c644f28cd729b","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1714424849015,"stop":1714424849015,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d3f309726465ec2","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714424974899,"stop":1714424974900,"duration":1},"status":"passed","severity":"normal"},{"uid":"8942bf8a62fc419a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714425068153,"stop":1714425068154,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1778cdd91848dd6","name":"should handle a minimal index list","time":{"start":1714424849199,"stop":1714424849199,"duration":0},"status":"passed","severity":"normal"},{"uid":"a679ef02a078fc0a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1714425071924,"stop":1714425071925,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1a9999ac7669525","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1714425508070,"stop":1714425508070,"duration":0},"status":"passed","severity":"normal"},{"uid":"24c01436c93985d2","name":"Push message with content topic containing short","time":{"start":1714425435613,"stop":1714425435613,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eeb8ee6f62b14b7","name":"Encoder throws on undefined content topic","time":{"start":1714424883372,"stop":1714424883372,"duration":0},"status":"passed","severity":"normal"},{"uid":"76eaad6bf34646bc","name":"Waku message hash computation (meta attribute not present)","time":{"start":1714424851718,"stop":1714424851718,"duration":0},"status":"passed","severity":"normal"},{"uid":"6aa0270f75308de5","name":"Relay - times out","time":{"start":1714425507198,"stop":1714425507198,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7efaca665310211","name":"Overlapping topic subscription","time":{"start":1714425349878,"stop":1714425349890,"duration":12},"status":"skipped","severity":"normal"},{"uid":"aa78d35d395344a9","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app16/4/topic632/proto","time":{"start":1714425396492,"stop":1714425396492,"duration":0},"status":"passed","severity":"normal"},{"uid":"699fe80dfed5656a","name":"Publish without waiting for remote peer","time":{"start":1714425349851,"stop":1714425349851,"duration":0},"status":"passed","severity":"normal"},{"uid":"39b1ae9434855c77","name":"Push message with content topic containing Chinese","time":{"start":1714425301103,"stop":1714425301104,"duration":1},"status":"passed","severity":"normal"},{"uid":"454b33b1dc6a97a2","name":"Check received message with timestamp: 1714424899696 ","time":{"start":1714425369950,"stop":1714425369950,"duration":0},"status":"passed","severity":"normal"},{"uid":"86a83ec87828262b","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714424974897,"stop":1714424974897,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5862c672a234f21","name":"getPeersByDiscovery","time":{"start":1714425298465,"stop":1714425298465,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94a5a532fd06fba","name":"retrieves a single peer","time":{"start":1714424873551,"stop":1714424873552,"duration":1},"status":"passed","severity":"normal"},{"uid":"28a304444f223ea2","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1714424910824,"stop":1714424910825,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1fdd95d85d7fd05","name":"should be called for bootstrap peers","time":{"start":1714424908589,"stop":1714424908590,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ed27a6d8a9a6e22","name":"ignores domain fetching errors","time":{"start":1714424873553,"stop":1714424873553,"duration":0},"status":"passed","severity":"normal"},{"uid":"861725140df4d58a","name":"should not receive a peer event before start","time":{"start":1714424912036,"stop":1714424912037,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fe9090947bcbff0","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a28707ddb0a6ac3","name":"Accepts a valid Waku Message","time":{"start":1714424865873,"stop":1714424865874,"duration":1},"status":"passed","severity":"normal"},{"uid":"1868f720124a8902","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714425137467,"stop":1714425137468,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a253fb027196c27","name":"Publish message with rate limit","time":{"start":1714425348201,"stop":1714425348202,"duration":1},"status":"passed","severity":"normal"},{"uid":"518139400fc4885f","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1714425405874,"stop":1714425405875,"duration":1},"status":"passed","severity":"normal"},{"uid":"6985788e5c011658","name":"Query generator for multiple messages","time":{"start":1714425467282,"stop":1714425467282,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e9bff516d32c715","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1714424849016,"stop":1714424849016,"duration":0},"status":"passed","severity":"normal"},{"uid":"515a1d4c1cdaa4c1","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1714425348540,"stop":1714425348541,"duration":1},"status":"skipped","severity":"normal"},{"uid":"41c82b91b56f9a3a","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1714424849009,"stop":1714424849010,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a7577d4c4784f9e","name":"throws on content topic with too few or too many fields","time":{"start":1714424848995,"stop":1714424848995,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee7d345cb11cad7","name":"Check received message containing XML","time":{"start":1714425369935,"stop":1714425369936,"duration":1},"status":"passed","severity":"normal"},{"uid":"55332fb2845b1aaa","name":"Push message with long payload","time":{"start":1714425301041,"stop":1714425301042,"duration":1},"status":"passed","severity":"normal"},{"uid":"445d3dcf4749f4f5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1714425071916,"stop":1714425071916,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a18147987c25528","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1714425071970,"stop":1714425071970,"duration":0},"status":"passed","severity":"normal"},{"uid":"f036b8ed21c32ff0","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071920,"stop":1714425071920,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b9d819b6e468c8f","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1714424849014,"stop":1714424849015,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ca6b98a94d76d32","name":"Push message with content topic containing Arabic","time":{"start":1714425301104,"stop":1714425301105,"duration":1},"status":"passed","severity":"normal"},{"uid":"582681591324594c","name":"should decode valid enr with tcp successfully","time":{"start":1714424857614,"stop":1714424857614,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9cee7c930569df","name":"Used by Waku Relay","time":{"start":1714425494508,"stop":1714425494508,"duration":0},"status":"passed","severity":"normal"},{"uid":"46cd106f5448cc16","name":"Push message with content topic containing unicode special characters","time":{"start":1714425301140,"stop":1714425301140,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab413029a26586fc","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714425110757,"stop":1714425110760,"duration":3},"status":"passed","severity":"normal"},{"uid":"7d16121f81e24f88","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714425321022,"stop":1714425321022,"duration":0},"status":"passed","severity":"normal"},{"uid":"c015d9b996aef5ea","name":"should throw an error for missing required configuration","time":{"start":1714424849013,"stop":1714424849014,"duration":1},"status":"passed","severity":"normal"},{"uid":"f639b94b475a22b3","name":"Push message with custom timestamp: 1683666672332","time":{"start":1714425301148,"stop":1714425301149,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2fde6306bc5d41a","name":"Subscribe and receives messages on 20 topics","time":{"start":1714425137449,"stop":1714425137450,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce496c16d7248241","name":"Check message with no content topic is not received","time":{"start":1714425068156,"stop":1714425068156,"duration":0},"status":"passed","severity":"normal"},{"uid":"6caec7ed53eb053e","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1714424848999,"stop":1714424849000,"duration":1},"status":"passed","severity":"normal"},{"uid":"445cca2564ef98d8","name":"Fails to publish message with wrong content topic","time":{"start":1714425348192,"stop":1714425348192,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2226cccf0505166","name":"Ordered Callback - backward","time":{"start":1714425460330,"stop":1714425460330,"duration":0},"status":"passed","severity":"normal"},{"uid":"93dcb9fc167558d6","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1714424849003,"stop":1714424849004,"duration":1},"status":"passed","severity":"normal"},{"uid":"34944f92fe536b7a","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1714425349909,"stop":1714425349909,"duration":0},"status":"passed","severity":"normal"},{"uid":"56b96a35eb5f46f9","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1714425451133,"stop":1714425451133,"duration":0},"status":"passed","severity":"normal"},{"uid":"4355673ecae8f019","name":"Relay","time":{"start":1714424910637,"stop":1714424910637,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8fb5cffc060cbc4","name":"Nwaku publishes","time":{"start":1714425325521,"stop":1714425325521,"duration":0},"status":"passed","severity":"normal"},{"uid":"57524ea049073420","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app9/5/topic464/proto","time":{"start":1714425396496,"stop":1714425396497,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c04268c6f503e69","name":"should use DNS peer discovery with light client","time":{"start":1714424912040,"stop":1714424912040,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fca0590dfb8c9","name":"Check received message containing unicode special characters","time":{"start":1714425068151,"stop":1714425068151,"duration":0},"status":"passed","severity":"normal"},{"uid":"69391bfe5b49183","name":"Ping on unsubscribed peer","time":{"start":1714424932298,"stop":1714424932298,"duration":0},"status":"passed","severity":"normal"},{"uid":"6426f240a74027aa","name":"Fails to push message with large meta","time":{"start":1714425435630,"stop":1714425435630,"duration":0},"status":"passed","severity":"normal"},{"uid":"3662bcd153bf2ee9","name":"Subscribe to topic containing Script and receive message","time":{"start":1714425534886,"stop":1714425534886,"duration":0},"status":"passed","severity":"normal"},{"uid":"be678d43a8ada583","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714425631836,"stop":1714425631837,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3c846d999296502","name":"returns all values when wanted number is greater than available values","time":{"start":1714424872189,"stop":1714424872190,"duration":1},"status":"passed","severity":"normal"},{"uid":"18ee18bfe737398c","name":"Passing page size 11 when there are 10 messages","time":{"start":1714425481554,"stop":1714425481554,"duration":0},"status":"passed","severity":"normal"},{"uid":"be2386a4306d6919","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714425137456,"stop":1714425137456,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4eee3634a0c6c66","name":"Decoder throws on empty string content topic","time":{"start":1714424885248,"stop":1714424885248,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bb261821bcf4b53","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714425369950,"stop":1714425369951,"duration":1},"status":"passed","severity":"normal"},{"uid":"cabe434ebba8bea2","name":"Query generator for multiple messages with different content topic format","time":{"start":1714425467284,"stop":1714425467285,"duration":1},"status":"passed","severity":"normal"},{"uid":"7733e386ed1c8cf3","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","severity":"normal"},{"uid":"826bed8e64506b54","name":"throws on content topic with empty version field","time":{"start":1714424848997,"stop":1714424848997,"duration":0},"status":"passed","severity":"normal"},{"uid":"56bf9e3ff1c555ea","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714425137468,"stop":1714425137470,"duration":2},"status":"passed","severity":"normal"},{"uid":"826be731be2fc2f7","name":"should only return 1 node with relay and store capability","time":{"start":1714424873554,"stop":1714424873554,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c579a5f362fed6d","name":"should return unique PubsubTopics for static sharding","time":{"start":1714424849010,"stop":1714424849011,"duration":1},"status":"passed","severity":"normal"},{"uid":"257a41c16dafa988","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1714424849033,"stop":1714424849033,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2193b4420dd1e4c","name":"can start the service","time":{"start":1714424877425,"stop":1714424877426,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4718abdf89d6aba","name":"Check received message containing long","time":{"start":1714425369910,"stop":1714425369915,"duration":5},"status":"passed","severity":"normal"},{"uid":"19dfb5f5ce383a22","name":"Query Generator, Wrong PubsubTopic","time":{"start":1714425451125,"stop":1714425451128,"duration":3},"status":"passed","severity":"normal"},{"uid":"5400e1d566773e1f","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1714425349908,"stop":1714425349908,"duration":0},"status":"passed","severity":"normal"},{"uid":"3930351090fb4f56","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1714424849016,"stop":1714424849017,"duration":1},"status":"passed","severity":"normal"},{"uid":"f680a494b6b518e2","name":"should throw error - invalid id","time":{"start":1714424857615,"stop":1714424857615,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a3b23a4d69546ab","name":"Push message with custom timestamp: 1714428672332","time":{"start":1714425301150,"stop":1714425301156,"duration":6},"status":"passed","severity":"normal"},{"uid":"befb1cc152a95e47","name":"Decoder throws on undefined content topic","time":{"start":1714424862500,"stop":1714424862501,"duration":1},"status":"passed","severity":"normal"},{"uid":"5db8283f9e14e2ee","name":"random static sharding 7 - Cluster ID: 176, Shard ID: 804","time":{"start":1714425425853,"stop":1714425425853,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e0690167ee7986d","name":"Query Generator, Multiple PubsubTopics","time":{"start":1714425451129,"stop":1714425451130,"duration":1},"status":"passed","severity":"normal"},{"uid":"c96924c15e3ac089","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1714425475359,"stop":1714425475359,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ac7b4bdcf66fe1","name":"Rejects garbage","time":{"start":1714424865875,"stop":1714424865875,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f51af63381fb76a","name":"should properly create location multiaddrs - udp6","time":{"start":1714424857618,"stop":1714424857618,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a643bdde48c878","name":"Push message with Russian payload","time":{"start":1714425301044,"stop":1714425301044,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f30b64e3083faaf","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1714425071914,"stop":1714425071915,"duration":1},"status":"passed","severity":"normal"},{"uid":"99da20430576cfe6","name":"should configure sharding based on application and version for autosharding","time":{"start":1714424849040,"stop":1714424849040,"duration":0},"status":"passed","severity":"normal"},{"uid":"86c062e778f99c92","name":"start node with empty content topic","time":{"start":1714425396499,"stop":1714425396504,"duration":5},"status":"passed","severity":"normal"},{"uid":"9eb0fada3f56c67e","name":"Default pageSize","time":{"start":1714425481555,"stop":1714425481555,"duration":0},"status":"passed","severity":"normal"},{"uid":"f58384ce38461ff0","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1714424908590,"stop":1714424908590,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddf39b08422fe42a","name":"Subscribe to topic containing XML and receive message","time":{"start":1714425534886,"stop":1714425534887,"duration":1},"status":"passed","severity":"normal"},{"uid":"57ae6b80d7d8b74d","name":"Round trip binary serialization","time":{"start":1714424862498,"stop":1714424862498,"duration":0},"status":"passed","severity":"normal"},{"uid":"b41b5000dfa529f","name":"Ping on unsubscribed peer","time":{"start":1714424973886,"stop":1714424973887,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1b189cf9d109e86","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1714425071912,"stop":1714425071913,"duration":1},"status":"passed","severity":"normal"},{"uid":"239dc857dc518a93","name":"can start and stop the service","time":{"start":1714424912032,"stop":1714424912032,"duration":0},"status":"passed","severity":"normal"},{"uid":"18b8d61f9974ccea","name":"Check received message containing JSON","time":{"start":1714425369966,"stop":1714425369966,"duration":0},"status":"passed","severity":"normal"},{"uid":"74b88b95a4aab9e1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071911,"stop":1714425071912,"duration":1},"status":"passed","severity":"normal"},{"uid":"92bbf7e9f1ea27c8","name":"Register correct protocols","time":{"start":1714425349850,"stop":1714425349851,"duration":1},"status":"passed","severity":"normal"},{"uid":"d02ec4f18b8a2b8b","name":"1 Store, 2 relays, 2 fetches","time":{"start":1714424873158,"stop":1714424873158,"duration":0},"status":"passed","severity":"normal"},{"uid":"456aef67ac32213f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1714424849018,"stop":1714424849019,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f37d116630cb4d5","name":"Push message with XML payload","time":{"start":1714425435607,"stop":1714425435607,"duration":0},"status":"passed","severity":"normal"},{"uid":"261ed507e2b3828c","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1714424862407,"stop":1714424862407,"duration":0},"status":"passed","severity":"normal"},{"uid":"c02fcd0737210a80","name":"should throw an error for missing sharding configuration","time":{"start":1714424849042,"stop":1714424849042,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b70c4fe24e9166","name":"Decoder throws on undefined content topic","time":{"start":1714424885248,"stop":1714424885248,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb6f0dd102395a1a","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1714425071906,"stop":1714425071906,"duration":0},"status":"passed","severity":"normal"},{"uid":"3217dad41051e165","name":"Nodes with multiple pubsub topic","time":{"start":1714425321025,"stop":1714425321025,"duration":0},"status":"passed","severity":"normal"},{"uid":"903bbc9f843a75d3","name":"Check received message containing numeric","time":{"start":1714425369915,"stop":1714425369928,"duration":13},"status":"passed","severity":"normal"},{"uid":"208a64f9a79fa271","name":"udp ip6 address","time":{"start":1714424857073,"stop":1714424857074,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9b7541728c58460","name":"Fails to push message with large meta","time":{"start":1714425301144,"stop":1714425301147,"duration":3},"status":"passed","severity":"normal"},{"uid":"549f8fde72639f4f","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1714424851718,"stop":1714424851718,"duration":0},"status":"passed","severity":"normal"},{"uid":"a531505d31caa5a0","name":"caches peers it previously fetched","time":{"start":1714424873553,"stop":1714424873554,"duration":1},"status":"passed","severity":"normal"},{"uid":"a43cf0eaab06f363","name":"Check message with no payload is not received","time":{"start":1714425369972,"stop":1714425369972,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f146aa086a4429f","name":"Subscribe to topic containing Script and publish message","time":{"start":1714425349909,"stop":1714425349909,"duration":0},"status":"passed","severity":"normal"},{"uid":"96b66d34c902a4c6","name":"Check received message containing shell command","time":{"start":1714425369938,"stop":1714425369939,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e13d8d3bdcf870","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1714425508071,"stop":1714425508071,"duration":0},"status":"passed","severity":"normal"},{"uid":"824e8f7d8029501c","name":"Push message with custom timestamp: 1714421472332","time":{"start":1714425301149,"stop":1714425301149,"duration":0},"status":"passed","severity":"normal"},{"uid":"5471877f433d5998","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1714424849200,"stop":1714424849200,"duration":0},"status":"passed","severity":"normal"},{"uid":"233d38af2af1e6ac","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1714424849043,"stop":1714424849044,"duration":1},"status":"passed","severity":"normal"},{"uid":"be040181df1c7f74","name":"Passing page size 0 when there are 110 messages","time":{"start":1714425481552,"stop":1714425481552,"duration":0},"status":"passed","severity":"normal"},{"uid":"6590c9c1186e9e78","name":"Push message with long payload","time":{"start":1714425435602,"stop":1714425435603,"duration":1},"status":"passed","severity":"normal"},{"uid":"99aac69672a093ca","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714425534891,"stop":1714425534891,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc033cc65ddeb73e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714425110760,"stop":1714425110760,"duration":0},"status":"passed","severity":"normal"},{"uid":"56d9f7a1ecc04872","name":"should handle application and version for autosharding","time":{"start":1714424849011,"stop":1714424849011,"duration":0},"status":"passed","severity":"normal"},{"uid":"da583ee16c5217a1","name":"Check received message containing SQL Injection","time":{"start":1714425369962,"stop":1714425369962,"duration":0},"status":"passed","severity":"normal"},{"uid":"88f6e23e2e130a2","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714425110756,"stop":1714425110756,"duration":0},"status":"passed","severity":"normal"},{"uid":"46ad585fe77944e9","name":"should throw error - no public key","time":{"start":1714424857614,"stop":1714424857615,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc3c430ee87406e","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714424856925,"stop":1714424856926,"duration":1},"status":"passed","severity":"normal"},{"uid":"cea5f0822c2c8d24","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1714424873145,"stop":1714424873145,"duration":0},"status":"passed","severity":"normal"},{"uid":"efbddfb2e39dddab","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714425137441,"stop":1714425137442,"duration":1},"status":"passed","severity":"normal"},{"uid":"faea2fe1432e019f","name":"should be able to encode the field with only STORE set to true","time":{"start":1714424856921,"stop":1714424856922,"duration":1},"status":"passed","severity":"normal"},{"uid":"564ef85c79c12761","name":"Check received message containing long","time":{"start":1714425068138,"stop":1714425068139,"duration":1},"status":"passed","severity":"normal"},{"uid":"17dde9b11c63419","name":"addEventListener with wrong event","time":{"start":1714424941436,"stop":1714424941436,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc163470768e32c2","name":"random static sharding 9 - Cluster ID: 736, Shard ID: 689","time":{"start":1714425425857,"stop":1714425425857,"duration":0},"status":"passed","severity":"normal"},{"uid":"460b4388cee335c2","name":"Check message received after jswaku node is restarted","time":{"start":1714425068157,"stop":1714425068157,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b781b792ea4c5afe","name":"Query with Ordered Callback, No Decoder","time":{"start":1714425451134,"stop":1714425451134,"duration":0},"status":"passed","severity":"normal"},{"uid":"d29bc1534a5f13b","name":"isConnected should return true after first peer connects","time":{"start":1714424950490,"stop":1714424950491,"duration":1},"status":"passed","severity":"normal"},{"uid":"d452b4c8be6564cd","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1714425071924,"stop":1714425071924,"duration":0},"status":"passed","severity":"normal"},{"uid":"81c456b429037762","name":"should throw error - no id","time":{"start":1714424857614,"stop":1714424857614,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcf677096435f042","name":"should properly create location multiaddrs - udp","time":{"start":1714424857619,"stop":1714424857619,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1e6dfb30ceff646","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1714424873149,"stop":1714424873149,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e335caf8ca9a497","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1714425508070,"stop":1714425508070,"duration":0},"status":"passed","severity":"normal"},{"uid":"35d6ff5fe6ed4dc8","name":"throws on content topic with empty topic name field","time":{"start":1714424848998,"stop":1714424848998,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2cbfd634aabea5b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1714424849025,"stop":1714424849026,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec0e14a47ea3ae05","name":"Check publish message containing Basic HTML tag","time":{"start":1714425348179,"stop":1714425348179,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6903da2c87e05e5","name":"Passing page size 10 when there are 10 messages","time":{"start":1714425481553,"stop":1714425481553,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9e0b2e3a2a96f30","name":"Check message with invalid timestamp is not received","time":{"start":1714425369951,"stop":1714425369951,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eded8f7510d0092","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714425631837,"stop":1714425631837,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b3d88cb9bf07c5d","name":"Passing page size 19 when there are 20 messages","time":{"start":1714425481554,"stop":1714425481554,"duration":0},"status":"passed","severity":"normal"},{"uid":"2909a092436f8b7e","name":"addEventListener with correct event","time":{"start":1714424941435,"stop":1714424941436,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b4c4bd9c41fb2c3","name":"Store - dialed first","time":{"start":1714425507198,"stop":1714425507199,"duration":1},"status":"passed","severity":"normal"},{"uid":"54e41ac437109009","name":"throws on content topic with empty application field","time":{"start":1714424848996,"stop":1714424848997,"duration":1},"status":"passed","severity":"normal"},{"uid":"95be2d91ef221568","name":"Encoder throws on empty string content topic","time":{"start":1714424883372,"stop":1714424883373,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a3a96770092f0df","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714425110753,"stop":1714425110753,"duration":0},"status":"passed","severity":"normal"},{"uid":"15ac457d10b05c91","name":"Push message with content topic containing emoji","time":{"start":1714425301141,"stop":1714425301141,"duration":0},"status":"passed","severity":"normal"},{"uid":"a800e1a67d690091","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1714424856929,"stop":1714424856929,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9229769b079beb9","name":"Fails to publish duplicate message","time":{"start":1714425348191,"stop":1714425348191,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ec0b62b54904e4","name":"Push message with short payload","time":{"start":1714425301041,"stop":1714425301041,"duration":0},"status":"passed","severity":"normal"},{"uid":"de2fc4bcd714d72a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6909323c400e755","name":"same cluster, different shard: nodes don't connect","time":{"start":1714425071900,"stop":1714425071900,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d2f96e47dfec958","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714425534890,"stop":1714425534890,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e3dd55a3890b0bc","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714424849041,"stop":1714424849041,"duration":0},"status":"passed","severity":"normal"},{"uid":"336167f6d0a22d55","name":"Privacy Node - default protocol","time":{"start":1714425507200,"stop":1714425507201,"duration":1},"status":"passed","severity":"normal"},{"uid":"c250064f9b58e90e","name":"through manual discovery","time":{"start":1714425175292,"stop":1714425175292,"duration":0},"status":"passed","severity":"normal"},{"uid":"e522d1b9b8d883c0","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1714424873146,"stop":1714424873146,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d53cdf181e7ea53","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714424974897,"stop":1714424974897,"duration":0},"status":"passed","severity":"normal"},{"uid":"dba6498c8a75547a","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app30/1/topic62/utf8","time":{"start":1714425396493,"stop":1714425396493,"duration":0},"status":"passed","severity":"normal"},{"uid":"36523a60a6510421","name":"passes more than one ENR URLs and attempts connection","time":{"start":1714424912041,"stop":1714424912041,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f7865328612da6ce","name":"Encoder throws on undefined content topic","time":{"start":1714424885247,"stop":1714424885247,"duration":0},"status":"passed","severity":"normal"},{"uid":"40b553100c9332bc","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1714425071922,"stop":1714425071922,"duration":0},"status":"passed","severity":"normal"},{"uid":"4953e2b6e1a05157","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1714425348192,"stop":1714425348192,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a10e06f404a79dd","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714425137466,"stop":1714425137466,"duration":0},"status":"passed","severity":"normal"},{"uid":"12a93e7d4c988b6","name":"should be able to encode the field with only RELAY set to true","time":{"start":1714424856919,"stop":1714424856921,"duration":2},"status":"passed","severity":"normal"},{"uid":"17c53cf9aa01f617","name":"same cluster, same shard: nodes connect","time":{"start":1714425178900,"stop":1714425178900,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b0c486ae4ce0979","name":"Nodes with multiple pubsub topic","time":{"start":1714425321027,"stop":1714425321027,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4f73228615f79e0","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6944/widgets/environment.json b/6944/widgets/environment.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/6944/widgets/environment.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/6944/widgets/executors.json b/6944/widgets/executors.json deleted file mode 100644 index a0898cc1a0b..00000000000 --- a/6944/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://waku-org.github.io/js-waku","buildOrder":6944,"buildName":"GitHub Actions Run #8885421161","buildUrl":"https://github.com/waku-org/js-waku/actions/runs/8885421161","reportName":"Allure Report with history","reportUrl":"https://waku-org.github.io/js-waku/6944/"}] \ No newline at end of file diff --git a/6944/widgets/history-trend.json b/6944/widgets/history-trend.json deleted file mode 100644 index 3f4f7f084aa..00000000000 --- a/6944/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6941,"reportUrl":"https://waku-org.github.io/js-waku/6941/","reportName":"Allure Report with history","data":{"failed":0,"broken":10,"skipped":26,"passed":795,"unknown":0,"total":831}},{"buildOrder":6942,"reportUrl":"https://waku-org.github.io/js-waku/6942/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6940,"reportUrl":"https://waku-org.github.io/js-waku/6940/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6939,"reportUrl":"https://waku-org.github.io/js-waku/6939/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6938,"reportUrl":"https://waku-org.github.io/js-waku/6938/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6937,"reportUrl":"https://waku-org.github.io/js-waku/6937/","reportName":"Allure Report with history","data":{"failed":0,"broken":10,"skipped":26,"passed":794,"unknown":0,"total":830}},{"buildOrder":6936,"reportUrl":"https://waku-org.github.io/js-waku/6936/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6935,"reportUrl":"https://waku-org.github.io/js-waku/6935/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6934,"reportUrl":"https://waku-org.github.io/js-waku/6934/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6933,"reportUrl":"https://waku-org.github.io/js-waku/6933/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":803,"unknown":0,"total":829}},{"buildOrder":6932,"reportUrl":"https://waku-org.github.io/js-waku/6932/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6928,"reportUrl":"https://waku-org.github.io/js-waku/6928/","reportName":"Allure Report with history","data":{"failed":0,"broken":200,"skipped":26,"passed":603,"unknown":0,"total":829}},{"buildOrder":6931,"reportUrl":"https://waku-org.github.io/js-waku/6931/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":26,"passed":803,"unknown":0,"total":830}},{"buildOrder":6927,"reportUrl":"https://waku-org.github.io/js-waku/6927/","reportName":"Allure Report with history","data":{"failed":0,"broken":200,"skipped":26,"passed":603,"unknown":0,"total":829}},{"buildOrder":6930,"reportUrl":"https://waku-org.github.io/js-waku/6930/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":803,"unknown":0,"total":829}},{"buildOrder":6929,"reportUrl":"https://waku-org.github.io/js-waku/6929/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6926,"reportUrl":"https://waku-org.github.io/js-waku/6926/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":803,"unknown":0,"total":829}},{"buildOrder":6924,"reportUrl":"https://waku-org.github.io/js-waku/6924/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":803,"unknown":0,"total":829}},{"buildOrder":6923,"reportUrl":"https://waku-org.github.io/js-waku/6923/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":803,"unknown":0,"total":829}}] \ No newline at end of file diff --git a/6944/widgets/launch.json b/6944/widgets/launch.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/6944/widgets/launch.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/6944/widgets/retry-trend.json b/6944/widgets/retry-trend.json deleted file mode 100644 index 91f624204ea..00000000000 --- a/6944/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6941,"reportUrl":"https://waku-org.github.io/js-waku/6941/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6942,"reportUrl":"https://waku-org.github.io/js-waku/6942/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6940,"reportUrl":"https://waku-org.github.io/js-waku/6940/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6939,"reportUrl":"https://waku-org.github.io/js-waku/6939/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6938,"reportUrl":"https://waku-org.github.io/js-waku/6938/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6937,"reportUrl":"https://waku-org.github.io/js-waku/6937/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6936,"reportUrl":"https://waku-org.github.io/js-waku/6936/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6935,"reportUrl":"https://waku-org.github.io/js-waku/6935/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6934,"reportUrl":"https://waku-org.github.io/js-waku/6934/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6933,"reportUrl":"https://waku-org.github.io/js-waku/6933/","reportName":"Allure Report with history","data":{"run":829,"retry":2}},{"buildOrder":6932,"reportUrl":"https://waku-org.github.io/js-waku/6932/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6928,"reportUrl":"https://waku-org.github.io/js-waku/6928/","reportName":"Allure Report with history","data":{"run":829,"retry":2}},{"buildOrder":6931,"reportUrl":"https://waku-org.github.io/js-waku/6931/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6927,"reportUrl":"https://waku-org.github.io/js-waku/6927/","reportName":"Allure Report with history","data":{"run":829,"retry":2}},{"buildOrder":6930,"reportUrl":"https://waku-org.github.io/js-waku/6930/","reportName":"Allure Report with history","data":{"run":829,"retry":2}},{"buildOrder":6929,"reportUrl":"https://waku-org.github.io/js-waku/6929/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6926,"reportUrl":"https://waku-org.github.io/js-waku/6926/","reportName":"Allure Report with history","data":{"run":829,"retry":2}},{"buildOrder":6924,"reportUrl":"https://waku-org.github.io/js-waku/6924/","reportName":"Allure Report with history","data":{"run":829,"retry":2}},{"buildOrder":6923,"reportUrl":"https://waku-org.github.io/js-waku/6923/","reportName":"Allure Report with history","data":{"run":829,"retry":2}}] \ No newline at end of file diff --git a/6944/widgets/severity.json b/6944/widgets/severity.json deleted file mode 100644 index 530a6295140..00000000000 --- a/6944/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"1a643bdde48c878","name":"Push message with Russian payload","time":{"start":1714425301044,"stop":1714425301044,"duration":0},"status":"passed","severity":"normal"},{"uid":"5123a93ff7a23807","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714424849041,"stop":1714424849041,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd4423ee414c5c67","name":"Filter","time":{"start":1714425507200,"stop":1714425507200,"duration":0},"status":"passed","severity":"normal"},{"uid":"e796c59a16aa4fbf","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714425534895,"stop":1714425534895,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c81ef39891c1b98","name":"Subscribe to topic containing long and receive message","time":{"start":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","severity":"normal"},{"uid":"d486d77da4b777","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1714424849006,"stop":1714424849006,"duration":0},"status":"passed","severity":"normal"},{"uid":"40a8389ef1fda3d1","name":"Check message received after nwaku node is restarted","time":{"start":1714425369956,"stop":1714425369957,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e8dfd17e58d26f5","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1714424857614,"stop":1714424857614,"duration":0},"status":"passed","severity":"normal"},{"uid":"31d77ad9f9100a81","name":"Query Generator - backward","time":{"start":1714425460324,"stop":1714425460326,"duration":2},"status":"passed","severity":"normal"},{"uid":"4bb261821bcf4b53","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714425369950,"stop":1714425369951,"duration":1},"status":"passed","severity":"normal"},{"uid":"5720b433f9b5a1c3","name":"Ping on subscribed peer","time":{"start":1714424932296,"stop":1714424932297,"duration":1},"status":"passed","severity":"normal"},{"uid":"564ef85c79c12761","name":"Check received message containing long","time":{"start":1714425068138,"stop":1714425068139,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1a9999ac7669525","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1714425508070,"stop":1714425508070,"duration":0},"status":"passed","severity":"normal"},{"uid":"344c3f130ecc34","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714425534886,"stop":1714425534886,"duration":0},"status":"passed","severity":"normal"},{"uid":"39436e0e5614f545","name":"dispatchEvent via connectionManager","time":{"start":1714424941438,"stop":1714424941438,"duration":0},"status":"passed","severity":"normal"},{"uid":"5db8283f9e14e2ee","name":"random static sharding 7 - Cluster ID: 176, Shard ID: 804","time":{"start":1714425425853,"stop":1714425425853,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1e6dfb30ceff646","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1714424873149,"stop":1714424873149,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d10d20c77d7df04","name":"Callback on promise","time":{"start":1714425467285,"stop":1714425467286,"duration":1},"status":"passed","severity":"normal"},{"uid":"23f6bb78f29939b5","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1714425321024,"stop":1714425321025,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0ac7b4bdcf66fe1","name":"Rejects garbage","time":{"start":1714424865875,"stop":1714424865875,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a28707ddb0a6ac3","name":"Accepts a valid Waku Message","time":{"start":1714424865873,"stop":1714424865874,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab413029a26586fc","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714425110757,"stop":1714425110760,"duration":3},"status":"passed","severity":"normal"},{"uid":"312ee36d64fc5d75","name":"Subscribe to topic containing shell command and publish message","time":{"start":1714425349919,"stop":1714425349919,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3b93e8ddf2d6c08","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1714424849019,"stop":1714424849020,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd824219ac6ffb96","name":"should throw an error for empty SingleShardInfos array","time":{"start":1714424849009,"stop":1714424849009,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdb1ff5bbdbb6e53","name":"Push message with Script payload","time":{"start":1714425435606,"stop":1714425435607,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9a3974d9476b06c","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1714424849009,"stop":1714424849009,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d53cdf181e7ea53","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714424974897,"stop":1714424974897,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cbeaa05d12d62fc","name":"Check message with no pubsub topic is not received","time":{"start":1714425068155,"stop":1714425068155,"duration":0},"status":"passed","severity":"normal"},{"uid":"283a6b6d98141fde","name":"Reopen subscription with peer with lost subscription","time":{"start":1714424973887,"stop":1714424973887,"duration":0},"status":"passed","severity":"normal"},{"uid":"91e37f1ecdbe6b19","name":"Query Generator - forward","time":{"start":1714425460323,"stop":1714425460324,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9b5c4d9babf11e1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb7c620b68a28dd7","name":"Check received message containing Arabic","time":{"start":1714425369961,"stop":1714425369961,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4f73228615f79e0","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd07cd95d07224b7","name":"removeEventListener with correct event","time":{"start":1714424941436,"stop":1714424941436,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ebd11380a01304b","name":"Check publish message containing Arabic","time":{"start":1714425348171,"stop":1714425348172,"duration":1},"status":"passed","severity":"normal"},{"uid":"22023dffc1eb3d0c","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app75/7/topic355/json","time":{"start":1714425396495,"stop":1714425396496,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1fdd95d85d7fd05","name":"should be called for bootstrap peers","time":{"start":1714424908589,"stop":1714424908590,"duration":1},"status":"passed","severity":"normal"},{"uid":"86a83ec87828262b","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714424974897,"stop":1714424974897,"duration":0},"status":"passed","severity":"normal"},{"uid":"482aefb07ccab5cc","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714424974894,"stop":1714424974894,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7add0a0ed4a96b0","name":"Push message with Arabic payload","time":{"start":1714425301043,"stop":1714425301044,"duration":1},"status":"passed","severity":"normal"},{"uid":"56bf9e3ff1c555ea","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714425137468,"stop":1714425137470,"duration":2},"status":"passed","severity":"normal"},{"uid":"f3a9909a5040713","name":"random static sharding 10 - Cluster ID: 674, Shard ID: 294","time":{"start":1714425425858,"stop":1714425425858,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed932ae31d2b7e69","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714425534882,"stop":1714425534882,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c4823404669f8dd","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app25/10/topic435/json","time":{"start":1714425396496,"stop":1714425396496,"duration":0},"status":"passed","severity":"normal"},{"uid":"74f5d73c57d51273","name":"Check message on other pubsub topic is not received","time":{"start":1714425369951,"stop":1714425369952,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e0690167ee7986d","name":"Query Generator, Multiple PubsubTopics","time":{"start":1714425451129,"stop":1714425451130,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b6f6328d729daf4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714425170482,"stop":1714425170482,"duration":0},"status":"passed","severity":"normal"},{"uid":"460b4388cee335c2","name":"Check message received after jswaku node is restarted","time":{"start":1714425068157,"stop":1714425068157,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6e1bcd2c4fa043f3","name":"Push message with content topic containing shell command","time":{"start":1714425435622,"stop":1714425435622,"duration":0},"status":"passed","severity":"normal"},{"uid":"46ff8f762a063207","name":"random static sharding 3 - Cluster ID: 733, Shard ID: 771","time":{"start":1714425425851,"stop":1714425425851,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4560d4f3a7bcea7","name":"Check received message containing Arabic","time":{"start":1714425068147,"stop":1714425068147,"duration":0},"status":"passed","severity":"normal"},{"uid":"55332fb2845b1aaa","name":"Push message with long payload","time":{"start":1714425301041,"stop":1714425301042,"duration":1},"status":"passed","severity":"normal"},{"uid":"deb1ed5d924f37bf","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1714424862501,"stop":1714424862502,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e98273353ce8a17","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1714424950489,"stop":1714424950490,"duration":1},"status":"passed","severity":"normal"},{"uid":"b68de8e45166c96a","name":"Encoder throws on undefined content topic","time":{"start":1714424862499,"stop":1714424862500,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a3a96770092f0df","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714425110753,"stop":1714425110753,"duration":0},"status":"passed","severity":"normal"},{"uid":"f54958b008885f44","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1714425071972,"stop":1714425071985,"duration":13},"status":"passed","severity":"normal"},{"uid":"15ac457d10b05c91","name":"Push message with content topic containing emoji","time":{"start":1714425301141,"stop":1714425301141,"duration":0},"status":"passed","severity":"normal"},{"uid":"1256b63d7c819d9f","name":"Check meta is set [ecies]","time":{"start":1714424885246,"stop":1714424885247,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee1824b7824a8af6","name":"Ping on peer without subscriptions","time":{"start":1714424932297,"stop":1714424932298,"duration":1},"status":"passed","severity":"normal"},{"uid":"4355673ecae8f019","name":"Relay","time":{"start":1714424910637,"stop":1714424910637,"duration":0},"status":"passed","severity":"normal"},{"uid":"aefd0a1ee31873f9","name":"should not receive a peer event after stop","time":{"start":1714424912037,"stop":1714424912038,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef93b80c2f1044ca","name":"should not throw an error for a single configured topic","time":{"start":1714424849026,"stop":1714424849026,"duration":0},"status":"passed","severity":"normal"},{"uid":"b10ef962a83b8d89","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714425534881,"stop":1714425534882,"duration":1},"status":"passed","severity":"normal"},{"uid":"c53243247372982e","name":"nwaku subscribes","time":{"start":1714425325520,"stop":1714425325520,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f6df931bedccf80","name":"1 Store, 2 fetches","time":{"start":1714424873158,"stop":1714424873158,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea75d061bd4d86d6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714424974894,"stop":1714424974895,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9c5d048c895e924","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1714424849022,"stop":1714424849022,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e5961b24cc4a422","name":"Subscribe and receive messages via waku relay post","time":{"start":1714425137442,"stop":1714425137448,"duration":6},"status":"passed","severity":"normal"},{"uid":"a05b86fbd465618a","name":"Query Generator, No message returned","time":{"start":1714425451131,"stop":1714425451132,"duration":1},"status":"passed","severity":"normal"},{"uid":"97897f5cbf9ddabd","name":"Store - dialed after - with timeout","time":{"start":1714425507199,"stop":1714425507199,"duration":0},"status":"passed","severity":"normal"},{"uid":"55e02b02f09acebf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714425534880,"stop":1714425534880,"duration":0},"status":"passed","severity":"normal"},{"uid":"9efa11bd33918aab","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1714424856930,"stop":1714424856930,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddf39b08422fe42a","name":"Subscribe to topic containing XML and receive message","time":{"start":1714425534886,"stop":1714425534887,"duration":1},"status":"passed","severity":"normal"},{"uid":"63f7ce040c0f98d","name":"Push message with rate limit","time":{"start":1714425301147,"stop":1714425301148,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5721d2c85daa79f","name":"handles multiple messages","time":{"start":1714425485200,"stop":1714425485200,"duration":0},"status":"passed","severity":"normal"},{"uid":"90ae73ea2f74f28d","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714425301119,"stop":1714425301122,"duration":3},"status":"passed","severity":"normal"},{"uid":"744b62986c0ced9b","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1714425071912,"stop":1714425071912,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9472e677e120741","name":"Check message with non string payload is not received","time":{"start":1714425068157,"stop":1714425068157,"duration":0},"status":"passed","severity":"normal"},{"uid":"a41355d56db4edea","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714425110756,"stop":1714425110757,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca4fc570fcea72a","name":"Waku message hash computation (payload length 0)","time":{"start":1714424851718,"stop":1714424851719,"duration":1},"status":"passed","severity":"normal"},{"uid":"42b70c4fe24e9166","name":"Decoder throws on undefined content topic","time":{"start":1714424885248,"stop":1714424885248,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad922d30bbba20b5","name":"Publish message with custom timestamp: Mon Apr 29 2024 20:15:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348190,"stop":1714425348190,"duration":0},"status":"passed","severity":"normal"},{"uid":"14d6f690f5f7d55","name":"Fails to push message bigger that 1MB","time":{"start":1714425435632,"stop":1714425435633,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf639162f98179d7","name":"Query Generator, No Decoder","time":{"start":1714425451130,"stop":1714425451131,"duration":1},"status":"passed","severity":"normal"},{"uid":"518139400fc4885f","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1714425405874,"stop":1714425405875,"duration":1},"status":"passed","severity":"normal"},{"uid":"78e1cc915b3ec568","name":"Check message on other pubsub topic is not received","time":{"start":1714425068154,"stop":1714425068155,"duration":1},"status":"passed","severity":"normal"},{"uid":"7befcd2de9a6bd1","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1714425071901,"stop":1714425071903,"duration":2},"status":"passed","severity":"normal"},{"uid":"5f146aa086a4429f","name":"Subscribe to topic containing Script and publish message","time":{"start":1714425349909,"stop":1714425349909,"duration":0},"status":"passed","severity":"normal"},{"uid":"11445ffd26ef9dd7","name":"Check received message containing Russian","time":{"start":1714425068147,"stop":1714425068148,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc163470768e32c2","name":"random static sharding 9 - Cluster ID: 736, Shard ID: 689","time":{"start":1714425425857,"stop":1714425425857,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0b12f1153b4c248","name":"Check received message containing SQL Injection","time":{"start":1714425068148,"stop":1714425068148,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b5e4efcf4bf6b99","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714425369950,"stop":1714425369950,"duration":0},"status":"passed","severity":"normal"},{"uid":"e53e55b43f1ee9b6","name":"safeDispatchEvent","time":{"start":1714424941438,"stop":1714424941438,"duration":0},"status":"passed","severity":"normal"},{"uid":"a192b33b88823918","name":"Check publish message containing Script","time":{"start":1714425348175,"stop":1714425348177,"duration":2},"status":"passed","severity":"normal"},{"uid":"c648f9b2448427ff","name":"random static sharding 6 - Cluster ID: 813, Shard ID: 869","time":{"start":1714425425852,"stop":1714425425853,"duration":1},"status":"passed","severity":"normal"},{"uid":"78e59cc4ab342e7c","name":"should properly create location multiaddrs - tcp6","time":{"start":1714424857619,"stop":1714424857619,"duration":0},"status":"passed","severity":"normal"},{"uid":"428c5cbcf1c33c90","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1714425071922,"stop":1714425071922,"duration":0},"status":"passed","severity":"normal"},{"uid":"c66ee4974305c413","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1714424849004,"stop":1714424849004,"duration":0},"status":"passed","severity":"normal"},{"uid":"76e8b93a23376e06","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714425534891,"stop":1714425534892,"duration":1},"status":"passed","severity":"normal"},{"uid":"8eded8f7510d0092","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714425631837,"stop":1714425631837,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac1e922f5b8702d9","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714425110752,"stop":1714425110752,"duration":0},"status":"passed","severity":"normal"},{"uid":"454b33b1dc6a97a2","name":"Check received message with timestamp: 1714424899696 ","time":{"start":1714425369950,"stop":1714425369950,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c2af209c457962","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1714424849016,"stop":1714424849016,"duration":0},"status":"passed","severity":"normal"},{"uid":"97a448a54bca1a71","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714425321027,"stop":1714425321027,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a78876b68cf95a","name":"random static sharding 4 - Cluster ID: 355, Shard ID: 663","time":{"start":1714425425851,"stop":1714425425851,"duration":0},"status":"passed","severity":"normal"},{"uid":"3662bcd153bf2ee9","name":"Subscribe to topic containing Script and receive message","time":{"start":1714425534886,"stop":1714425534886,"duration":0},"status":"passed","severity":"normal"},{"uid":"17dde9b11c63419","name":"addEventListener with wrong event","time":{"start":1714424941436,"stop":1714424941436,"duration":0},"status":"passed","severity":"normal"},{"uid":"14d684c7367bda90","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1714425071906,"stop":1714425071906,"duration":0},"status":"passed","severity":"normal"},{"uid":"7686d16b9eb61356","name":"should throw error - no public key","time":{"start":1714424857615,"stop":1714424857616,"duration":1},"status":"passed","severity":"normal"},{"uid":"21ebdd715c028cab","name":"Push message with content topic containing Russian","time":{"start":1714425435619,"stop":1714425435620,"duration":1},"status":"passed","severity":"normal"},{"uid":"b27af0b08c41e015","name":"Push message with content topic containing special chars","time":{"start":1714425301100,"stop":1714425301103,"duration":3},"status":"passed","severity":"normal"},{"uid":"f8d668aeabe2334e","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714425534889,"stop":1714425534889,"duration":0},"status":"passed","severity":"normal"},{"uid":"3930351090fb4f56","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1714424849016,"stop":1714424849017,"duration":1},"status":"passed","severity":"normal"},{"uid":"926e873b7034c03e","name":"Check publish message after service node is restarted","time":{"start":1714425348193,"stop":1714425348194,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d95bdcf03d67ed53","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1714424901192,"stop":1714424901193,"duration":1},"status":"passed","severity":"normal"},{"uid":"71ca866faf6bcd7d","name":"stop","time":{"start":1714424941438,"stop":1714424941439,"duration":1},"status":"passed","severity":"normal"},{"uid":"f639b94b475a22b3","name":"Push message with custom timestamp: 1683666672332","time":{"start":1714425301148,"stop":1714425301149,"duration":1},"status":"passed","severity":"normal"},{"uid":"dab69c170184ea3d","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714424856930,"stop":1714424856931,"duration":1},"status":"passed","severity":"normal"},{"uid":"c09f2a749185ca2c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714425137470,"stop":1714425137470,"duration":0},"status":"passed","severity":"normal"},{"uid":"eecc8322216b71bf","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714425137450,"stop":1714425137451,"duration":1},"status":"passed","severity":"normal"},{"uid":"c174a42b646583d9","name":"Passing an array","time":{"start":1714425494507,"stop":1714425494507,"duration":0},"status":"passed","severity":"normal"},{"uid":"261ed507e2b3828c","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1714424862407,"stop":1714424862407,"duration":0},"status":"passed","severity":"normal"},{"uid":"f26edbddf74fa214","name":"Ephemeral field set to true","time":{"start":1714424862498,"stop":1714424862499,"duration":1},"status":"passed","severity":"normal"},{"uid":"5096667f94875c22","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1714424873556,"stop":1714424873557,"duration":1},"status":"skipped","severity":"normal"},{"uid":"16dd052056aba72d","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1714425071907,"stop":1714425071907,"duration":0},"status":"passed","severity":"normal"},{"uid":"3254a16e3761964d","name":"should get / set UDP multiaddr","time":{"start":1714424857617,"stop":1714424857617,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed3a2012ca87e924","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1714425348541,"stop":1714425348541,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6051b927f8982ff2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714425534894,"stop":1714425534895,"duration":1},"status":"passed","severity":"normal"},{"uid":"87ab37e956e80584","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1714425405872,"stop":1714425405873,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbe10c5e01f961fd","name":"throws on content topic with non-number generation field","time":{"start":1714424848995,"stop":1714424848996,"duration":1},"status":"passed","severity":"normal"},{"uid":"632ffb533285bd4b","name":"creates an iterator","time":{"start":1714425485200,"stop":1714425485200,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eb0fada3f56c67e","name":"Default pageSize","time":{"start":1714425481555,"stop":1714425481555,"duration":0},"status":"passed","severity":"normal"},{"uid":"b676354b3a386a49","name":"Push message with numeric payload","time":{"start":1714425435604,"stop":1714425435604,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd662a4ec09f3fc6","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1714425071904,"stop":1714425071905,"duration":1},"status":"passed","severity":"normal"},{"uid":"2730758c5f565372","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714425369970,"stop":1714425369970,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef59f0f4c714d93a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714424974893,"stop":1714424974893,"duration":0},"status":"passed","severity":"normal"},{"uid":"86ae7eb04a78204c","name":"Ordered Callback - forward","time":{"start":1714425460329,"stop":1714425460329,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a56c2ae9ded62c2","name":"Push message with unicode special characters payload","time":{"start":1714425435610,"stop":1714425435610,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a491641db855a5a","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1714425071923,"stop":1714425071924,"duration":1},"status":"passed","severity":"normal"},{"uid":"d03fb81df8d9a26b","name":"should not fail to stop the service if it was not started","time":{"start":1714424877427,"stop":1714424877427,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1ba0a98ea883f3","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed5d1a8c1a04426d","name":"should throw an error for insufficient data","time":{"start":1714424849200,"stop":1714424849200,"duration":0},"status":"passed","severity":"normal"},{"uid":"fac507d3fd180cde","name":"Query generator for 2000 messages","time":{"start":1714425467288,"stop":1714425467288,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6d921feeae3ad5e","name":"Query generator for multiple messages with different message text format","time":{"start":1714425467282,"stop":1714425467283,"duration":1},"status":"passed","severity":"normal"},{"uid":"9104a92da412b471","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1714424849002,"stop":1714424849003,"duration":1},"status":"passed","severity":"normal"},{"uid":"d452b4c8be6564cd","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1714425071924,"stop":1714425071924,"duration":0},"status":"passed","severity":"normal"},{"uid":"11c1062a1a0fda51","name":"Init the array if not present","time":{"start":1714424848618,"stop":1714424848620,"duration":2},"status":"passed","severity":"normal"},{"uid":"ed057bbdad1f0cb","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1714425405879,"stop":1714425405879,"duration":0},"status":"passed","severity":"normal"},{"uid":"66940e104f9ad363","name":"Passing page size 1 when there are 4 messages","time":{"start":1714425481552,"stop":1714425481553,"duration":1},"status":"passed","severity":"normal"},{"uid":"11083f9c7028c4d7","name":"should properly compute the node id","time":{"start":1714424857616,"stop":1714424857616,"duration":0},"status":"passed","severity":"normal"},{"uid":"4936480863811f0c","name":"Callback on promise, aborts when callback returns true","time":{"start":1714425467286,"stop":1714425467287,"duration":1},"status":"passed","severity":"normal"},{"uid":"39b1ae9434855c77","name":"Push message with content topic containing Chinese","time":{"start":1714425301103,"stop":1714425301104,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec00b2e8427b1197","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071905,"stop":1714425071905,"duration":0},"status":"passed","severity":"normal"},{"uid":"be2386a4306d6919","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714425137456,"stop":1714425137456,"duration":0},"status":"passed","severity":"normal"},{"uid":"66d492a4509a8545","name":"Check message received after jswaku node is restarted","time":{"start":1714425369972,"stop":1714425369973,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b5975160f7b3bca3","name":"Check received message containing Russian","time":{"start":1714425369961,"stop":1714425369962,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad03cee0840f05ab","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714425137442,"stop":1714425137442,"duration":0},"status":"passed","severity":"normal"},{"uid":"9632f9f9ff4dcd5f","name":"Subscribe and publish message","time":{"start":1714425349851,"stop":1714425349859,"duration":8},"status":"passed","severity":"normal"},{"uid":"e8fb5cffc060cbc4","name":"Nwaku publishes","time":{"start":1714425325521,"stop":1714425325521,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0caf2920e9e4849","name":"Push message with special chars payload","time":{"start":1714425435604,"stop":1714425435604,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c9f5312ce7348e9","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1714425508071,"stop":1714425508071,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ee475cf5635b2ae","name":"Push message with content topic containing JSON","time":{"start":1714425435622,"stop":1714425435622,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b1a8ff220e8cb65","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","time":{"start":1714424849041,"stop":1714424849042,"duration":1},"status":"passed","severity":"normal"},{"uid":"57e22aa947684f66","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","severity":"normal"},{"uid":"68116e31b8ce901","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714424849011,"stop":1714424849012,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6013a03b5e599c6","name":"Subscribe to topic containing long and receive message","time":{"start":1714425137452,"stop":1714425137452,"duration":0},"status":"passed","severity":"normal"},{"uid":"351f65e16bc65635","name":"non connected peers","time":{"start":1714425298657,"stop":1714425298657,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2ed27a6d8a9a6e22","name":"ignores domain fetching errors","time":{"start":1714424873553,"stop":1714424873553,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1f822133060dcb4","name":"Ping on subscribed peer","time":{"start":1714424973888,"stop":1714424973889,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc033cc65ddeb73e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714425110760,"stop":1714425110760,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a7a069c95b3a8f8","name":"Check received message containing SQL Injection","time":{"start":1714425369933,"stop":1714425369934,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9cee7c930569df","name":"Used by Waku Relay","time":{"start":1714425494508,"stop":1714425494508,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b3d88cb9bf07c5d","name":"Passing page size 19 when there are 20 messages","time":{"start":1714425481554,"stop":1714425481554,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb2e2bb826752c0c","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1714425349914,"stop":1714425349915,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c7a707e5deb02d6","name":"Check received message containing Script","time":{"start":1714425369963,"stop":1714425369963,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b88d19ef37a8b43","name":"Check message with non string payload is not received","time":{"start":1714425369972,"stop":1714425369972,"duration":0},"status":"passed","severity":"normal"},{"uid":"935ee22e13b6805f","name":"A test","time":{"start":1714425137575,"stop":1714425137576,"duration":1},"status":"passed","severity":"normal"},{"uid":"4953e2b6e1a05157","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1714425348192,"stop":1714425348192,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca6736aa26c5a821","name":"Subscribe to topic containing Script and receive message","time":{"start":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","severity":"normal"},{"uid":"5010ce009e221a18","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1714424849020,"stop":1714424849021,"duration":1},"status":"passed","severity":"normal"},{"uid":"56b96a35eb5f46f9","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1714425451133,"stop":1714425451133,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ea8aed9fa92695b","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1714424849002,"stop":1714424849002,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f2d8633e4166fd4","name":"Check received message with timestamp: 1714424899696000000 ","time":{"start":1714425369968,"stop":1714425369969,"duration":1},"status":"passed","severity":"normal"},{"uid":"d82db6bcd9e96e59","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1714424849020,"stop":1714424849020,"duration":0},"status":"passed","severity":"normal"},{"uid":"be3fb11e9efcd2eb","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1714425348540,"stop":1714425348540,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a89f90842aabfde8","name":"Check message on other pubsub topic is not received","time":{"start":1714425369970,"stop":1714425369971,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c67eaed125ac173","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1714424849001,"stop":1714424849001,"duration":0},"status":"passed","severity":"normal"},{"uid":"a66b6a9182c43cfa","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1714424849032,"stop":1714424849032,"duration":0},"status":"passed","severity":"normal"},{"uid":"e522d1b9b8d883c0","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1714424873146,"stop":1714424873146,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7d37e0cf0c325c","name":"different cluster, same shard: nodes don't connect","time":{"start":1714425071900,"stop":1714425071901,"duration":1},"status":"passed","severity":"normal"},{"uid":"d52a031b3492187","name":"Push message with content topic containing XML","time":{"start":1714425301118,"stop":1714425301119,"duration":1},"status":"passed","severity":"normal"},{"uid":"d77e2c725826641f","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714424873556,"stop":1714424873556,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6e850a3c52fd12f0","name":"should emit a peer event after start","time":{"start":1714424877428,"stop":1714424877428,"duration":0},"status":"passed","severity":"normal"},{"uid":"c25aa904cee0947d","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1714425349920,"stop":1714425349920,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df11ce304b7724f","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1714425349859,"stop":1714425349860,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7c29f4b75705643","name":"Push message with JSON payload","time":{"start":1714425435608,"stop":1714425435608,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e26e23568abe8c0","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714425534892,"stop":1714425534892,"duration":0},"status":"passed","severity":"normal"},{"uid":"8efee5852b133063","name":"Push 30 different messages","time":{"start":1714425435611,"stop":1714425435612,"duration":1},"status":"passed","severity":"normal"},{"uid":"19dfb5f5ce383a22","name":"Query Generator, Wrong PubsubTopic","time":{"start":1714425451125,"stop":1714425451128,"duration":3},"status":"passed","severity":"normal"},{"uid":"b5289cd745dea29","name":"Generator, 2 different pubsubtopics","time":{"start":1714425473188,"stop":1714425473189,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dfea3ad84521669","name":"Round trip binary encryption [ecies, signature]","time":{"start":1714424885246,"stop":1714424885246,"duration":0},"status":"passed","severity":"normal"},{"uid":"410de12db4fe8208","name":"Check received message containing special chars","time":{"start":1714425068146,"stop":1714425068146,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bb90a2f35820c48","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071969,"stop":1714425071969,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2fde6306bc5d41a","name":"Subscribe and receives messages on 20 topics","time":{"start":1714425137449,"stop":1714425137450,"duration":1},"status":"passed","severity":"normal"},{"uid":"b203017382083113","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1714424862405,"stop":1714424862406,"duration":1},"status":"passed","severity":"normal"},{"uid":"cabe434ebba8bea2","name":"Query generator for multiple messages with different content topic format","time":{"start":1714425467284,"stop":1714425467285,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b795ef7c60e35f","name":"Overlapping topic subscription","time":{"start":1714425534883,"stop":1714425534883,"duration":0},"status":"passed","severity":"normal"},{"uid":"a43cf0eaab06f363","name":"Check message with no payload is not received","time":{"start":1714425369972,"stop":1714425369972,"duration":0},"status":"passed","severity":"normal"},{"uid":"b853695d10fe299a","name":"Push message with SQL Injection payload","time":{"start":1714425435606,"stop":1714425435606,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b73dc6b9316dca6","name":"Check message with invalid timestamp is not received","time":{"start":1714425068154,"stop":1714425068154,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf3f8cbdda006702","name":"Push message with content topic containing Russian","time":{"start":1714425301106,"stop":1714425301109,"duration":3},"status":"passed","severity":"normal"},{"uid":"6e3987df23087d62","name":"isConnected between 2 js-waku relay nodes","time":{"start":1714424950492,"stop":1714424950493,"duration":1},"status":"passed","severity":"normal"},{"uid":"56a71ed85f6452c4","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1714425071903,"stop":1714425071904,"duration":1},"status":"passed","severity":"normal"},{"uid":"350b1869763e69b5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb92e332c4259b70","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1714425071926,"stop":1714425071926,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c26db6781d57fee","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425170479,"stop":1714425170479,"duration":0},"status":"passed","severity":"normal"},{"uid":"861725140df4d58a","name":"should not receive a peer event before start","time":{"start":1714424912036,"stop":1714424912037,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b0c486ae4ce0979","name":"Nodes with multiple pubsub topic","time":{"start":1714425321027,"stop":1714425321027,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c579a5f362fed6d","name":"should return unique PubsubTopics for static sharding","time":{"start":1714424849010,"stop":1714424849011,"duration":1},"status":"passed","severity":"normal"},{"uid":"549f8fde72639f4f","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1714424851718,"stop":1714424851718,"duration":0},"status":"passed","severity":"normal"},{"uid":"73dc9aea1bba06ba","name":"Passing page size 3 when there are 20 messages","time":{"start":1714425481553,"stop":1714425481553,"duration":0},"status":"passed","severity":"normal"},{"uid":"c015d9b996aef5ea","name":"should throw an error for missing required configuration","time":{"start":1714424849013,"stop":1714424849014,"duration":1},"status":"passed","severity":"normal"},{"uid":"de31ffdbb6cb4e59","name":"should not receive a peer event before start","time":{"start":1714424877428,"stop":1714424877428,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ec71539475f242d","name":"Encoder throws on empty string content topic","time":{"start":1714424862500,"stop":1714424862500,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9e0b2e3a2a96f30","name":"Check message with invalid timestamp is not received","time":{"start":1714425369951,"stop":1714425369951,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b4c4bd9c41fb2c3","name":"Store - dialed first","time":{"start":1714425507198,"stop":1714425507199,"duration":1},"status":"passed","severity":"normal"},{"uid":"516fda60ab107f95","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1714424849023,"stop":1714424849023,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f38e705ac8ff223","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071925,"stop":1714425071925,"duration":0},"status":"passed","severity":"normal"},{"uid":"9913fb264df4fb97","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1714424849000,"stop":1714424849000,"duration":0},"status":"passed","severity":"normal"},{"uid":"5400e1d566773e1f","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1714425349908,"stop":1714425349908,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ca6b98a94d76d32","name":"Push message with content topic containing Arabic","time":{"start":1714425301104,"stop":1714425301105,"duration":1},"status":"passed","severity":"normal"},{"uid":"8942bf8a62fc419a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714425068153,"stop":1714425068154,"duration":1},"status":"passed","severity":"normal"},{"uid":"1231fb6b61f286b4","name":"Push message with escaped characters payload","time":{"start":1714425435609,"stop":1714425435610,"duration":1},"status":"passed","severity":"normal"},{"uid":"f10279b21ab7be51","name":"should correctly map a content topic to a pubsub topic","time":{"start":1714424849043,"stop":1714424849043,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9a4146093b02871","name":"Subscribe and receives messages on 20 topics","time":{"start":1714425534882,"stop":1714425534882,"duration":0},"status":"passed","severity":"normal"},{"uid":"8563a6c13fd36474","name":"Push message with rate limit","time":{"start":1714425435630,"stop":1714425435630,"duration":0},"status":"passed","severity":"normal"},{"uid":"deabc268b3b3f5c5","name":"Passing cursor with wrong message digest","time":{"start":1714425405880,"stop":1714425405880,"duration":0},"status":"passed","severity":"normal"},{"uid":"16c80935be3720d3","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1714424901184,"stop":1714424901187,"duration":3},"status":"passed","severity":"normal"},{"uid":"1dff6900ec387aa","name":"should be able to encode the field with only FILTER set to true","time":{"start":1714424856922,"stop":1714424856922,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c812b31d85873b","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714424912040,"stop":1714424912040,"duration":0},"status":"skipped","severity":"normal"},{"uid":"46cd106f5448cc16","name":"Push message with content topic containing unicode special characters","time":{"start":1714425301140,"stop":1714425301140,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ef9ce15d1d2cdf9","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714425534895,"stop":1714425534895,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dffbdae028ac024","name":"Push message with emoji payload","time":{"start":1714425435610,"stop":1714425435611,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f37d116630cb4d5","name":"Push message with XML payload","time":{"start":1714425435607,"stop":1714425435607,"duration":0},"status":"passed","severity":"normal"},{"uid":"64aa9a36605880d2","name":"Delete observer","time":{"start":1714425302084,"stop":1714425302084,"duration":0},"status":"passed","severity":"normal"},{"uid":"35d6ff5fe6ed4dc8","name":"throws on content topic with empty topic name field","time":{"start":1714424848998,"stop":1714424848998,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c0c2fd4133d5e71","name":"Encoder throws on empty string content topic","time":{"start":1714424885247,"stop":1714424885248,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8183512086b664e","name":"should only return 1 node with store capability","time":{"start":1714424873555,"stop":1714424873555,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5a079af0494ac1c","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1714424950485,"stop":1714424950486,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf1a449d45701322","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1714424883370,"stop":1714424883370,"duration":0},"status":"passed","severity":"normal"},{"uid":"861acf9b9d0f7ace","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1714425071971,"stop":1714425071972,"duration":1},"status":"passed","severity":"normal"},{"uid":"57524ea049073420","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app9/5/topic464/proto","time":{"start":1714425396496,"stop":1714425396497,"duration":1},"status":"passed","severity":"normal"},{"uid":"72aa46084140af40","name":"Check publish message containing numeric","time":{"start":1714425348163,"stop":1714425348166,"duration":3},"status":"passed","severity":"normal"},{"uid":"d2c86cea80edd781","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1714424849015,"stop":1714424849015,"duration":0},"status":"passed","severity":"normal"},{"uid":"80d43f2eadc156bc","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1714424950486,"stop":1714424950489,"duration":3},"status":"passed","severity":"normal"},{"uid":"74b88b95a4aab9e1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071911,"stop":1714425071912,"duration":1},"status":"passed","severity":"normal"},{"uid":"43d48fae02f5d4d6","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1714425321025,"stop":1714425321025,"duration":0},"status":"passed","severity":"normal"},{"uid":"6931082619b8fdd1","name":"Check received message containing numeric","time":{"start":1714425369958,"stop":1714425369960,"duration":2},"status":"passed","severity":"normal"},{"uid":"d4ed0a09e149ff8c","name":"should not fail to stop the service if it was not started","time":{"start":1714425363886,"stop":1714425363887,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc058a5233128306","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1714424849005,"stop":1714424849005,"duration":0},"status":"passed","severity":"normal"},{"uid":"56f1a86ff41c1f96","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1714425349902,"stop":1714425349908,"duration":6},"status":"passed","severity":"normal"},{"uid":"ec0e14a47ea3ae05","name":"Check publish message containing Basic HTML tag","time":{"start":1714425348179,"stop":1714425348179,"duration":0},"status":"passed","severity":"normal"},{"uid":"208a64f9a79fa271","name":"udp ip6 address","time":{"start":1714424857073,"stop":1714424857074,"duration":1},"status":"passed","severity":"normal"},{"uid":"5273c909c9a5a9eb","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714424849012,"stop":1714424849012,"duration":0},"status":"passed","severity":"normal"},{"uid":"9909d7964408bcd9","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714425425849,"stop":1714425425849,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee7d345cb11cad7","name":"Check received message containing XML","time":{"start":1714425369935,"stop":1714425369936,"duration":1},"status":"passed","severity":"normal"},{"uid":"7060cf6b0a8231d9","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app52/2/topic394/test.js","time":{"start":1714425396494,"stop":1714425396494,"duration":0},"status":"passed","severity":"normal"},{"uid":"a897b1402f860e4a","name":"Query with Promise Callback, No message returned","time":{"start":1714425451139,"stop":1714425451140,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fb7d59073442607","name":"less peers than existing","time":{"start":1714425298656,"stop":1714425298656,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a5ec769e3c6eecb2","name":"LightPush","time":{"start":1714425507199,"stop":1714425507199,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c04268c6f503e69","name":"should use DNS peer discovery with light client","time":{"start":1714424912040,"stop":1714424912040,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4335fce3664254e3","name":"groups content topics by expected pubsub topic","time":{"start":1714424849006,"stop":1714424849006,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc443418c297faa","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714425396498,"stop":1714425396499,"duration":1},"status":"passed","severity":"normal"},{"uid":"e60af4b66a501d1","name":"Generator, 2 different pubsubtopics","time":{"start":1714425473187,"stop":1714425473187,"duration":0},"status":"passed","severity":"normal"},{"uid":"826be731be2fc2f7","name":"should only return 1 node with relay and store capability","time":{"start":1714424873554,"stop":1714424873554,"duration":0},"status":"passed","severity":"normal"},{"uid":"d93ea9ba824fb6fa","name":"Check message with no content topic is not received","time":{"start":1714425369971,"stop":1714425369971,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ceed51649f902e5","name":"should return false","time":{"start":1714424857616,"stop":1714424857616,"duration":0},"status":"passed","severity":"normal"},{"uid":"95be2d91ef221568","name":"Encoder throws on empty string content topic","time":{"start":1714424883372,"stop":1714424883373,"duration":1},"status":"passed","severity":"normal"},{"uid":"582681591324594c","name":"should decode valid enr with tcp successfully","time":{"start":1714424857614,"stop":1714424857614,"duration":0},"status":"passed","severity":"normal"},{"uid":"956e97a9fba1701b","name":"Mutual subscription","time":{"start":1714425349849,"stop":1714425349849,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3c34b87178e2cb","name":"Decoder throws on empty string content topic","time":{"start":1714424883373,"stop":1714424883374,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1778cdd91848dd6","name":"should handle a minimal index list","time":{"start":1714424849199,"stop":1714424849199,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f570ac1c4719579","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1714425071915,"stop":1714425071916,"duration":1},"status":"passed","severity":"normal"},{"uid":"c43022d2580eb51b","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1714424849003,"stop":1714424849003,"duration":0},"status":"passed","severity":"normal"},{"uid":"40ba52a08c1958ab","name":"Push message with content topic containing escaped characters","time":{"start":1714425435622,"stop":1714425435623,"duration":1},"status":"passed","severity":"normal"},{"uid":"58c79b569f995159","name":"Overlapping topic subscription","time":{"start":1714425534892,"stop":1714425534893,"duration":1},"status":"passed","severity":"normal"},{"uid":"18b8d61f9974ccea","name":"Check received message containing JSON","time":{"start":1714425369966,"stop":1714425369966,"duration":0},"status":"passed","severity":"normal"},{"uid":"757e9658f9935d5c","name":"Push message with content topic containing unicode special characters","time":{"start":1714425435628,"stop":1714425435628,"duration":0},"status":"passed","severity":"normal"},{"uid":"456aef67ac32213f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1714424849018,"stop":1714424849019,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ef8154b7e6ba7ed","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714425534894,"stop":1714425534894,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfa6c1bc99da131f","name":"Check message with no payload is not received","time":{"start":1714425068156,"stop":1714425068157,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a7577d4c4784f9e","name":"throws on content topic with too few or too many fields","time":{"start":1714424848995,"stop":1714424848995,"duration":0},"status":"passed","severity":"normal"},{"uid":"703c34fb85d7a9e0","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1714424908591,"stop":1714424908591,"duration":0},"status":"passed","severity":"normal"},{"uid":"de0d316412e97cfd","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1714424849019,"stop":1714424849019,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce5616fa5eaff715","name":"Push message with emoji payload","time":{"start":1714425301075,"stop":1714425301077,"duration":2},"status":"passed","severity":"normal"},{"uid":"c7c52b0d3d97d7b6","name":"different cluster, same shard: nodes don't connect","time":{"start":1714425178900,"stop":1714425178901,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa78d35d395344a9","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app16/4/topic632/proto","time":{"start":1714425396492,"stop":1714425396492,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5b695058cd0a62c","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714425321027,"stop":1714425321028,"duration":1},"status":"passed","severity":"normal"},{"uid":"3600fd5011c941c5","name":"Check publish message containing Chinese","time":{"start":1714425348169,"stop":1714425348171,"duration":2},"status":"passed","severity":"normal"},{"uid":"12a93e7d4c988b6","name":"should be able to encode the field with only RELAY set to true","time":{"start":1714424856919,"stop":1714424856921,"duration":2},"status":"passed","severity":"normal"},{"uid":"1a1e452d7866e587","name":"Non TWN Cluster","time":{"start":1714425396492,"stop":1714425396492,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94363f6b9f998e0","name":"handles empty contentTopics array correctly","time":{"start":1714424849043,"stop":1714424849043,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffa3e080172b5c79","name":"Throws when trying to push message with empty payload","time":{"start":1714425301078,"stop":1714425301081,"duration":3},"status":"passed","severity":"normal"},{"uid":"c4f5edc66bc65b82","name":"Ping on unsubscribed peer","time":{"start":1714424973889,"stop":1714424973890,"duration":1},"status":"passed","severity":"normal"},{"uid":"521964efec0b287a","name":"should set field with only RELAY enabled","time":{"start":1714424857620,"stop":1714424857621,"duration":1},"status":"passed","severity":"normal"},{"uid":"eed667e34df9f0b7","name":"Push message with SQL Injection payload","time":{"start":1714425301044,"stop":1714425301045,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5acd5d7e6f40c51","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","severity":"normal"},{"uid":"968b88f738ad4baa","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1714425405870,"stop":1714425405872,"duration":2},"status":"passed","severity":"normal"},{"uid":"a800e1a67d690091","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1714424856929,"stop":1714424856929,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b9d819b6e468c8f","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1714424849014,"stop":1714424849015,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f3f3c846b451549","name":"Using a function","time":{"start":1714425494507,"stop":1714425494507,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce88c1500dd040","name":"Relay - dialed first","time":{"start":1714425507197,"stop":1714425507197,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8429a40cb67f0ca","name":"Decoder throws on undefined content topic","time":{"start":1714424883373,"stop":1714424883373,"duration":0},"status":"passed","severity":"normal"},{"uid":"83b2e399c9abe95d","name":"Publish message with large meta","time":{"start":1714425348194,"stop":1714425348201,"duration":7},"status":"passed","severity":"normal"},{"uid":"dcd79d3a91610fbe","name":"should set field with only FILTER enabled","time":{"start":1714424857621,"stop":1714424857621,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdf1edbf676a3c48","name":"Check message received after jswaku node is restarted","time":{"start":1714425369955,"stop":1714425369956,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8862e0704363b773","name":"start node with empty shard","time":{"start":1714425425865,"stop":1714425425866,"duration":1},"status":"passed","severity":"normal"},{"uid":"29c93eaa248321b5","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714425631838,"stop":1714425631839,"duration":1},"status":"passed","severity":"normal"},{"uid":"6390d5fdb7add3fb","name":"Push message with content topic containing escaped characters","time":{"start":1714425301127,"stop":1714425301139,"duration":12},"status":"passed","severity":"normal"},{"uid":"9478ed9dd7289ec5","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1714425508072,"stop":1714425508072,"duration":0},"status":"passed","severity":"normal"},{"uid":"28b4b70d70bf3e02","name":"Push message with content topic containing shell command","time":{"start":1714425301125,"stop":1714425301126,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef237b7985225ed0","name":"Push message with numeric payload","time":{"start":1714425301042,"stop":1714425301042,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1eec8057117f05","name":"Push message with unicode special characters payload","time":{"start":1714425301072,"stop":1714425301074,"duration":2},"status":"passed","severity":"normal"},{"uid":"dba5a863a290685","name":"should be able to decode the field with only FILTER set to true","time":{"start":1714424856927,"stop":1714424856927,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07fc7e3f1ea3c07","name":"Sign & Recover","time":{"start":1714424883950,"stop":1714424883950,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2f0bfe3286b1b0e","name":"Push message with shell command payload","time":{"start":1714425435609,"stop":1714425435609,"duration":0},"status":"passed","severity":"normal"},{"uid":"40834687a9793bfc","name":"should throw an error if shards are undefined for static sharding","time":{"start":1714424849013,"stop":1714424849013,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c599b96e20deea","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1714424849025,"stop":1714424849025,"duration":0},"status":"passed","severity":"normal"},{"uid":"1551fc84e83437a3","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1714425405873,"stop":1714425405874,"duration":1},"status":"passed","severity":"normal"},{"uid":"71945c765a37ebe2","name":"Throws when trying to push message with empty payload","time":{"start":1714425435612,"stop":1714425435613,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9448fbab837805e","name":"Check received message containing shell command","time":{"start":1714425369967,"stop":1714425369967,"duration":0},"status":"passed","severity":"normal"},{"uid":"34944f92fe536b7a","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1714425349909,"stop":1714425349909,"duration":0},"status":"passed","severity":"normal"},{"uid":"2909a092436f8b7e","name":"addEventListener with correct event","time":{"start":1714424941435,"stop":1714424941436,"duration":1},"status":"passed","severity":"normal"},{"uid":"18ee18bfe737398c","name":"Passing page size 11 when there are 10 messages","time":{"start":1714425481554,"stop":1714425481554,"duration":0},"status":"passed","severity":"normal"},{"uid":"65c80b91b6ee0a6a","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1714425137470,"stop":1714425137471,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7efaca665310211","name":"Overlapping topic subscription","time":{"start":1714425349878,"stop":1714425349890,"duration":12},"status":"skipped","severity":"normal"},{"uid":"a92b5530a56056bb","name":"Refresh subscription","time":{"start":1714425137451,"stop":1714425137452,"duration":1},"status":"passed","severity":"normal"},{"uid":"39f58d9a5215596d","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1714424862406,"stop":1714424862406,"duration":0},"status":"passed","severity":"normal"},{"uid":"12e2caf7ad511c12","name":"isConnected should return false after all peers disconnect","time":{"start":1714424901199,"stop":1714424901199,"duration":0},"status":"passed","severity":"normal"},{"uid":"503a390126ebbcec","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1714424873144,"stop":1714424873144,"duration":0},"status":"passed","severity":"normal"},{"uid":"be678d43a8ada583","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714425631836,"stop":1714425631837,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b3754b38c7d9e74","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1714424872190,"stop":1714424872191,"duration":1},"status":"passed","severity":"normal"},{"uid":"dba6498c8a75547a","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app30/1/topic62/utf8","time":{"start":1714425396493,"stop":1714425396493,"duration":0},"status":"passed","severity":"normal"},{"uid":"76e3d6ccd01b5e87","name":"Push message with JSON payload","time":{"start":1714425301046,"stop":1714425301046,"duration":0},"status":"passed","severity":"normal"},{"uid":"b39fa24fd8a8028b","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1714425071913,"stop":1714425071913,"duration":0},"status":"passed","severity":"normal"},{"uid":"d719edb843e5d251","name":"should return all peers when numPeers is 0","time":{"start":1714424862405,"stop":1714424862405,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dcd8a7dadfb8749","name":"Wrong topic","time":{"start":1714425396497,"stop":1714425396498,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6c3a3ac1dc97d1f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1714424849018,"stop":1714424849018,"duration":0},"status":"passed","severity":"normal"},{"uid":"abb03a8d9b257ae4","name":"connected peers and dial","time":{"start":1714425298655,"stop":1714425298656,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ec891da4ded4b475","name":"topics with same application and version share the same shard","time":{"start":1714424849005,"stop":1714424849005,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ace22036797fbd1","name":"Fails to push message with empty content topic","time":{"start":1714425301142,"stop":1714425301142,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb6f0dd102395a1a","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1714425071906,"stop":1714425071906,"duration":0},"status":"passed","severity":"normal"},{"uid":"befb1cc152a95e47","name":"Decoder throws on undefined content topic","time":{"start":1714424862500,"stop":1714424862501,"duration":1},"status":"passed","severity":"normal"},{"uid":"e84bf0ad04065e84","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1714424856923,"stop":1714424856924,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6c0d9e9397895f9","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714425137448,"stop":1714425137448,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5dacf0250a53cea","name":"should set field with all protocols disabled","time":{"start":1714424857620,"stop":1714424857620,"duration":0},"status":"passed","severity":"normal"},{"uid":"291fc6a058056464","name":"Check received message containing long","time":{"start":1714425369957,"stop":1714425369958,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1d999831eab8df5","name":"does not throw on valid cases","time":{"start":1714424848993,"stop":1714424848994,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2827a03d70b4d8d","name":"Promise Callback - backward","time":{"start":1714425460328,"stop":1714425460329,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5ff41feef6f4953","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1714424849008,"stop":1714424849008,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ec0b62b54904e4","name":"Push message with short payload","time":{"start":1714425301041,"stop":1714425301041,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef835545c26bd68d","name":"Check received message containing Script","time":{"start":1714425068148,"stop":1714425068148,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f30b64e3083faaf","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1714425071914,"stop":1714425071915,"duration":1},"status":"passed","severity":"normal"},{"uid":"75293a7fc6e55361","name":"should be able to decode the field with only RELAY set to true","time":{"start":1714424856926,"stop":1714424856927,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9183da34c4004b2","name":"Query with Ordered Callback, No message returned","time":{"start":1714425451134,"stop":1714425451135,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3d87285dc66b7eb","name":"Ephemeral messages are not stored","time":{"start":1714424910823,"stop":1714424910823,"duration":0},"status":"passed","severity":"normal"},{"uid":"85f2eb5d5a0a17ca","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1714425405875,"stop":1714425405878,"duration":3},"status":"passed","severity":"normal"},{"uid":"831cc3d943a8000e","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714424974899,"stop":1714424974899,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5563c540e343d0c","name":"should not receive a peer event after stop","time":{"start":1714425363888,"stop":1714425363889,"duration":1},"status":"passed","severity":"normal"},{"uid":"5471877f433d5998","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1714424849200,"stop":1714424849200,"duration":0},"status":"passed","severity":"normal"},{"uid":"a46f993e7cd58991","name":"new peer added after a peer was already found","time":{"start":1714425298465,"stop":1714425298466,"duration":1},"status":"skipped","severity":"normal"},{"uid":"407bd723d442f94","name":"should return empty list for no shard","time":{"start":1714424849013,"stop":1714424849013,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6db2b730caed230","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1714424849000,"stop":1714424849001,"duration":1},"status":"passed","severity":"normal"},{"uid":"a41f505d6010baa3","name":"Check received message containing Russian","time":{"start":1714425369932,"stop":1714425369933,"duration":1},"status":"passed","severity":"normal"},{"uid":"c58f9b5bb278c7ca","name":"should be able to decode the field with only STORE set to true","time":{"start":1714424856928,"stop":1714424856928,"duration":0},"status":"passed","severity":"normal"},{"uid":"56a72625642bf098","name":"Push message with content topic containing SQL Injection","time":{"start":1714425435620,"stop":1714425435620,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed8b230cdda7f590","name":"Passing cursor with wrong pubsubTopic","time":{"start":1714425405880,"stop":1714425405880,"duration":0},"status":"passed","severity":"normal"},{"uid":"586c1458d22c6779","name":"Check message with non string payload is not received","time":{"start":1714425369953,"stop":1714425369955,"duration":2},"status":"passed","severity":"normal"},{"uid":"84a11915762a0943","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1714424849044,"stop":1714424849044,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9b7541728c58460","name":"Fails to push message with large meta","time":{"start":1714425301144,"stop":1714425301147,"duration":3},"status":"passed","severity":"normal"},{"uid":"ea862fd6c00f83b2","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714425425864,"stop":1714425425865,"duration":1},"status":"passed","severity":"normal"},{"uid":"97fc839641ab590e","name":"Refresh subscription","time":{"start":1714425349877,"stop":1714425349878,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b7916891d6edbb7f","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1714424849015,"stop":1714424849016,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fe9090947bcbff0","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbb6816f2dd15b0","name":"Check received message containing unicode special characters","time":{"start":1714425369968,"stop":1714425369968,"duration":0},"status":"passed","severity":"normal"},{"uid":"42dd9466b37bc908","name":"Subscribe to topic containing special chars and publish message","time":{"start":1714425349897,"stop":1714425349901,"duration":4},"status":"passed","severity":"normal"},{"uid":"f3f7377194f0aa1d","name":"can start the service","time":{"start":1714424912031,"stop":1714424912031,"duration":0},"status":"passed","severity":"normal"},{"uid":"e45c757ddd50663","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714425137450,"stop":1714425137450,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9a01a17600072f6","name":"Decrypt messages","time":{"start":1714425302083,"stop":1714425302083,"duration":0},"status":"passed","severity":"normal"},{"uid":"6590c9c1186e9e78","name":"Push message with long payload","time":{"start":1714425435602,"stop":1714425435603,"duration":1},"status":"passed","severity":"normal"},{"uid":"787093aa16f4fc3d","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1714424856928,"stop":1714424856929,"duration":1},"status":"passed","severity":"normal"},{"uid":"239dc857dc518a93","name":"can start and stop the service","time":{"start":1714424912032,"stop":1714424912032,"duration":0},"status":"passed","severity":"normal"},{"uid":"31be008a038c7132","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714425137456,"stop":1714425137456,"duration":0},"status":"passed","severity":"normal"},{"uid":"be040181df1c7f74","name":"Passing page size 0 when there are 110 messages","time":{"start":1714425481552,"stop":1714425481552,"duration":0},"status":"passed","severity":"normal"},{"uid":"144bdbf88ddbcb4a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714424993187,"stop":1714424993187,"duration":0},"status":"passed","severity":"normal"},{"uid":"c14239f9f729d127","name":"Promise Callback - forward","time":{"start":1714425460327,"stop":1714425460328,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a7f36ebcce1943c","name":"Check publish message after client node is restarted","time":{"start":1714425348194,"stop":1714425348194,"duration":0},"status":"skipped","severity":"normal"},{"uid":"904c04ed00c86beb","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425170481,"stop":1714425170481,"duration":0},"status":"passed","severity":"normal"},{"uid":"22b3afce9015398e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1714424856922,"stop":1714424856923,"duration":1},"status":"passed","severity":"normal"},{"uid":"e09621b2aa1e3a1c","name":"can start the service","time":{"start":1714425363885,"stop":1714425363885,"duration":0},"status":"passed","severity":"normal"},{"uid":"b233aef71fae21b7","name":"Check message received after nwaku node is restarted","time":{"start":1714425068158,"stop":1714425068160,"duration":2},"status":"skipped","severity":"normal"},{"uid":"3c45c44c4f8925d","name":"Push message with content topic containing emoji","time":{"start":1714425435628,"stop":1714425435629,"duration":1},"status":"passed","severity":"normal"},{"uid":"266faa490ae26738","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1714424873148,"stop":1714424873149,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e13d8d3bdcf870","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1714425508071,"stop":1714425508071,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d5bbe7c447075a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1714424849022,"stop":1714424849023,"duration":1},"status":"passed","severity":"normal"},{"uid":"5293e618c95feb5e","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1714424849034,"stop":1714424849040,"duration":6},"status":"passed","severity":"normal"},{"uid":"faea2fe1432e019f","name":"should be able to encode the field with only STORE set to true","time":{"start":1714424856921,"stop":1714424856922,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ed9633b228c6157","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714425321023,"stop":1714425321024,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3c2a0c9f4973720","name":"Check received message containing unicode special characters","time":{"start":1714425369946,"stop":1714425369948,"duration":2},"status":"passed","severity":"normal"},{"uid":"79d945aa1a252ea4","name":"Reopen subscription with peer with lost subscription","time":{"start":1714424932298,"stop":1714424932299,"duration":1},"status":"passed","severity":"normal"},{"uid":"6aa0270f75308de5","name":"Relay - times out","time":{"start":1714425507198,"stop":1714425507198,"duration":0},"status":"passed","severity":"normal"},{"uid":"f15a90ae02a84de4","name":"Subscribe to topic containing emoji and publish message","time":{"start":1714425349920,"stop":1714425349920,"duration":0},"status":"passed","severity":"normal"},{"uid":"69391bfe5b49183","name":"Ping on unsubscribed peer","time":{"start":1714424932298,"stop":1714424932298,"duration":0},"status":"passed","severity":"normal"},{"uid":"132bcd7807706b55","name":"should not fail to start the service if it is already started","time":{"start":1714425363887,"stop":1714425363887,"duration":0},"status":"passed","severity":"normal"},{"uid":"88f6e23e2e130a2","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714425110756,"stop":1714425110756,"duration":0},"status":"passed","severity":"normal"},{"uid":"3559f804d836de","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","severity":"normal"},{"uid":"fca0590dfb8c9","name":"Check received message containing unicode special characters","time":{"start":1714425068151,"stop":1714425068151,"duration":0},"status":"passed","severity":"normal"},{"uid":"396bf9c2a761b11e","name":"Subscribe to topic containing long and publish message","time":{"start":1714425349892,"stop":1714425349895,"duration":3},"status":"passed","severity":"normal"},{"uid":"bcb27ea7c5db99b8","name":"Subscribe and receive messages via lightPush","time":{"start":1714425534880,"stop":1714425534880,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe95b4ee1261c258","name":"should use the provided clusterId for the pubsub topic","time":{"start":1714424849044,"stop":1714424849044,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e9bff516d32c715","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1714424849016,"stop":1714424849016,"duration":0},"status":"passed","severity":"normal"},{"uid":"b102a84ab175ad96","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1714424849024,"stop":1714424849024,"duration":0},"status":"passed","severity":"normal"},{"uid":"90aed3096de1b2d","name":"Push message with content topic containing SQL Injection","time":{"start":1714425301109,"stop":1714425301111,"duration":2},"status":"passed","severity":"normal"},{"uid":"b8e0299b71230a85","name":"receives messages sent to provided content topic through callback","time":{"start":1714425348541,"stop":1714425348541,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3253f87eecc65479","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1714424849031,"stop":1714424849032,"duration":1},"status":"passed","severity":"normal"},{"uid":"4271cb12df3126c3","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714425396491,"stop":1714425396491,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa84e5b9ccae7866","name":"Ordered callback, aborts when callback returns true","time":{"start":1714425467287,"stop":1714425467288,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9d70135235ff588","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714425534894,"stop":1714425534894,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4718abdf89d6aba","name":"Check received message containing long","time":{"start":1714425369910,"stop":1714425369915,"duration":5},"status":"passed","severity":"normal"},{"uid":"4db6dc05d73cd16e","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app38/2/topic856/utf8","time":{"start":1714425396494,"stop":1714425396494,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ed2022e87a91aff","name":"Push message on custom pubsubTopic","time":{"start":1714425170480,"stop":1714425170480,"duration":0},"status":"passed","severity":"normal"},{"uid":"e48e0442e4b03c4c","name":"Subscribe to topic containing numeric and publish message","time":{"start":1714425349896,"stop":1714425349896,"duration":0},"status":"passed","severity":"normal"},{"uid":"efbddfb2e39dddab","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714425137441,"stop":1714425137442,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bf95a3090f4a11f","name":"Check received message containing shell command","time":{"start":1714425068150,"stop":1714425068150,"duration":0},"status":"passed","severity":"normal"},{"uid":"3860605ede88bb06","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1714424849012,"stop":1714424849012,"duration":0},"status":"passed","severity":"normal"},{"uid":"60e94d4f239ffc23","name":"Check received message with timestamp: 1714424899696000000 ","time":{"start":1714425369949,"stop":1714425369949,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa86b445172e0ff","name":"Check publish message containing special chars","time":{"start":1714425348167,"stop":1714425348169,"duration":2},"status":"passed","severity":"normal"},{"uid":"9a8824663bac518f","name":"Subscribe to topic containing Script and receive message","time":{"start":1714425137457,"stop":1714425137458,"duration":1},"status":"passed","severity":"normal"},{"uid":"15f6faefc94ad3e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714425369969,"stop":1714425369969,"duration":0},"status":"passed","severity":"normal"},{"uid":"515a1d4c1cdaa4c1","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1714425348540,"stop":1714425348541,"duration":1},"status":"skipped","severity":"normal"},{"uid":"522dccb9f72d5d43","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1714425298466,"stop":1714425298466,"duration":0},"status":"passed","severity":"normal"},{"uid":"b06f6360b01c07d9","name":"should properly create location multiaddrs - tcp","time":{"start":1714424857619,"stop":1714424857619,"duration":0},"status":"passed","severity":"normal"},{"uid":"abd856ddb73ae888","name":"should encode/decode to text encoding","time":{"start":1714424857617,"stop":1714424857617,"duration":0},"status":"passed","severity":"normal"},{"uid":"6caec7ed53eb053e","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1714424848999,"stop":1714424849000,"duration":1},"status":"passed","severity":"normal"},{"uid":"94d46be761253cb9","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714425435621,"stop":1714425435621,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69d45d9de23d91e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714425068153,"stop":1714425068153,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5d7274797a5ad81","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714425137453,"stop":1714425137455,"duration":2},"status":"passed","severity":"normal"},{"uid":"88966988db2f28c","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1714424873145,"stop":1714424873146,"duration":1},"status":"passed","severity":"normal"},{"uid":"af9368b111613df7","name":"receives messages sent to provided content topic through stream","time":{"start":1714425348542,"stop":1714425348542,"duration":0},"status":"skipped","severity":"normal"},{"uid":"af6e47c452fbc5af","name":"Check publish message containing SQL Injection","time":{"start":1714425348174,"stop":1714425348175,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8d1f832e0d15d6e","name":"throws on empty content topic","time":{"start":1714424848994,"stop":1714424848994,"duration":0},"status":"passed","severity":"normal"},{"uid":"643c679183e0eed3","name":"Check received message containing XML","time":{"start":1714425369964,"stop":1714425369964,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab8d16465330ad04","name":"Check received message containing Chinese","time":{"start":1714425369960,"stop":1714425369961,"duration":1},"status":"passed","severity":"normal"},{"uid":"3999aea8e53a603c","name":"random static sharding 5 - Cluster ID: 936, Shard ID: 337","time":{"start":1714425425852,"stop":1714425425852,"duration":0},"status":"passed","severity":"normal"},{"uid":"accd216ea2aab638","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425473189,"stop":1714425473189,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1b189cf9d109e86","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1714425071912,"stop":1714425071913,"duration":1},"status":"passed","severity":"normal"},{"uid":"93114b00ef1896d1","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1714425071913,"stop":1714425071914,"duration":1},"status":"passed","severity":"normal"},{"uid":"879ff922c07b79ff","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1714425071966,"stop":1714425071967,"duration":1},"status":"passed","severity":"normal"},{"uid":"b315c8cfd6e0c2a3","name":"should emit a peer event after start","time":{"start":1714424912036,"stop":1714424912036,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3aa7e3df7add28","name":"Push message with Russian payload","time":{"start":1714425435606,"stop":1714425435606,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8afb70fb7b40878","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app63/8/topic567/test.js","time":{"start":1714425396493,"stop":1714425396493,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1ab16cafe3139db","name":"Relay + Store","time":{"start":1714424857622,"stop":1714424857622,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2226cccf0505166","name":"Ordered Callback - backward","time":{"start":1714425460330,"stop":1714425460330,"duration":0},"status":"passed","severity":"normal"},{"uid":"53c892fc8a9550bf","name":"Check publish message containing unicode special characters","time":{"start":1714425348180,"stop":1714425348181,"duration":1},"status":"passed","severity":"normal"},{"uid":"42fa5c11463ba3c","name":"1 Relay, 1 fetch","time":{"start":1714424873157,"stop":1714424873157,"duration":0},"status":"passed","severity":"normal"},{"uid":"675d2e01d648af7a","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1714425349876,"stop":1714425349877,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d16121f81e24f88","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714425321022,"stop":1714425321022,"duration":0},"status":"passed","severity":"normal"},{"uid":"9811b63d8df256fc","name":"Push 30 different messages","time":{"start":1714425301077,"stop":1714425301078,"duration":1},"status":"passed","severity":"normal"},{"uid":"9693c95b832f7dbd","name":"Check received message containing escaped characters","time":{"start":1714425369967,"stop":1714425369967,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5862c672a234f21","name":"getPeersByDiscovery","time":{"start":1714425298465,"stop":1714425298465,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce496c16d7248241","name":"Check message with no content topic is not received","time":{"start":1714425068156,"stop":1714425068156,"duration":0},"status":"passed","severity":"normal"},{"uid":"36523a60a6510421","name":"passes more than one ENR URLs and attempts connection","time":{"start":1714424912041,"stop":1714424912041,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a978cf8ec67d1e4c","name":"connects to nwaku","time":{"start":1714425494506,"stop":1714425494506,"duration":0},"status":"passed","severity":"normal"},{"uid":"af2083a4dbceba53","name":"Check received message with timestamp: 1714424900210000000 ","time":{"start":1714425068152,"stop":1714425068152,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9fb73bc03a23233","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714425110754,"stop":1714425110754,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a060805f53e18d4","name":"Push to array if already present","time":{"start":1714424848620,"stop":1714424848620,"duration":0},"status":"passed","severity":"normal"},{"uid":"200576456e2f7df5","name":"should not fail to start the service if it is already started","time":{"start":1714424877427,"stop":1714424877427,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b1a0bde425aa99","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1714425071970,"stop":1714425071971,"duration":1},"status":"passed","severity":"normal"},{"uid":"eda03c61f0be0f70","name":"should be called at least once on all `peer:discovery` events","time":{"start":1714424908588,"stop":1714424908589,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8346e2d750138ff","name":"1 Relay, 1 Filter, gives up","time":{"start":1714424873158,"stop":1714424873158,"duration":0},"status":"passed","severity":"normal"},{"uid":"7733e386ed1c8cf3","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad97e4b2959d47","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","severity":"normal"},{"uid":"6004405e6ed3a424","name":"Reopen subscription with peer with lost subscription","time":{"start":1714424973890,"stop":1714424973890,"duration":0},"status":"passed","severity":"normal"},{"uid":"699fe80dfed5656a","name":"Publish without waiting for remote peer","time":{"start":1714425349851,"stop":1714425349851,"duration":0},"status":"passed","severity":"normal"},{"uid":"445cca2564ef98d8","name":"Fails to publish message with wrong content topic","time":{"start":1714425348192,"stop":1714425348192,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e7d5ce8ebbc8045","name":"Check publish message containing escaped characters","time":{"start":1714425348180,"stop":1714425348180,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e0d48ba7003817","name":"Push message with content topic containing Script","time":{"start":1714425301111,"stop":1714425301117,"duration":6},"status":"passed","severity":"normal"},{"uid":"563a5aeb26131641","name":"Check received message with timestamp: 1714424900210 ","time":{"start":1714425068152,"stop":1714425068153,"duration":1},"status":"passed","severity":"normal"},{"uid":"3217dad41051e165","name":"Nodes with multiple pubsub topic","time":{"start":1714425321025,"stop":1714425321025,"duration":0},"status":"passed","severity":"normal"},{"uid":"222e82208ab0b45f","name":"Check message with invalid timestamp is not received","time":{"start":1714425369970,"stop":1714425369970,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eeb8ee6f62b14b7","name":"Encoder throws on undefined content topic","time":{"start":1714424883372,"stop":1714424883372,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd92b762144157fd","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714425137457,"stop":1714425137457,"duration":0},"status":"passed","severity":"normal"},{"uid":"476917bd61b4637","name":"Check received message containing Basic HTML tag","time":{"start":1714425369936,"stop":1714425369937,"duration":1},"status":"passed","severity":"normal"},{"uid":"a531505d31caa5a0","name":"caches peers it previously fetched","time":{"start":1714424873553,"stop":1714424873554,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc0e3b6c6a945ee4","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1714425508069,"stop":1714425508069,"duration":0},"status":"passed","severity":"normal"},{"uid":"78a3e99ec95b22f3","name":"A test","time":{"start":1714425137574,"stop":1714425137574,"duration":0},"status":"passed","severity":"normal"},{"uid":"818e8d8d8b52c113","name":"Sample","time":{"start":1714424857106,"stop":1714424857106,"duration":0},"status":"passed","severity":"normal"},{"uid":"99bec59a807a38ca","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1714424856929,"stop":1714424856930,"duration":1},"status":"passed","severity":"normal"},{"uid":"12b90ce946b6098d","name":"should return the pubsub topic directly if a string is provided","time":{"start":1714424849031,"stop":1714424849031,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c078a0f925bb0b1","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714425534899,"stop":1714425534899,"duration":0},"status":"passed","severity":"normal"},{"uid":"5053f54003b5cb7f","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","severity":"normal"},{"uid":"3addf4900bd5970a","name":"should properly create peer info with all multiaddrs","time":{"start":1714424857619,"stop":1714424857620,"duration":1},"status":"passed","severity":"normal"},{"uid":"6356a3328e7cc51b","name":"should emit a peer event after start","time":{"start":1714425363887,"stop":1714425363888,"duration":1},"status":"passed","severity":"normal"},{"uid":"906c104c2abb87ec","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714425137456,"stop":1714425137457,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d37a28fe303cf4e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1714424885245,"stop":1714424885246,"duration":1},"status":"passed","severity":"normal"},{"uid":"45fc21223c9fcec","name":"Push message with escaped characters payload","time":{"start":1714425301072,"stop":1714425301072,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c680094d69110c6","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1714425071915,"stop":1714425071915,"duration":0},"status":"passed","severity":"normal"},{"uid":"56d9f7a1ecc04872","name":"should handle application and version for autosharding","time":{"start":1714424849011,"stop":1714424849011,"duration":0},"status":"passed","severity":"normal"},{"uid":"96338350db6bc2a4","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1714424873146,"stop":1714424873147,"duration":1},"status":"passed","severity":"normal"},{"uid":"84c3311743d2fdbe","name":"unsubscribes","time":{"start":1714425485200,"stop":1714425485201,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d108055a69e3674","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1714424849023,"stop":1714424849024,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ed726377018f13a","name":"Check meta is set [symmetric]","time":{"start":1714424883370,"stop":1714424883371,"duration":1},"status":"passed","severity":"normal"},{"uid":"c96924c15e3ac089","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1714425475359,"stop":1714425475359,"duration":0},"status":"passed","severity":"normal"},{"uid":"32c6a50bb994da6e","name":"listenerCount","time":{"start":1714424941437,"stop":1714424941438,"duration":1},"status":"passed","severity":"normal"},{"uid":"824e8f7d8029501c","name":"Push message with custom timestamp: 1714421472332","time":{"start":1714425301149,"stop":1714425301149,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d6afb074380220d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714424993186,"stop":1714424993187,"duration":1},"status":"passed","severity":"normal"},{"uid":"680150f78d62c662","name":"Push message with Basic HTML tag payload","time":{"start":1714425435608,"stop":1714425435608,"duration":0},"status":"passed","severity":"normal"},{"uid":"24672bea66bbd202","name":"Check received message containing Script","time":{"start":1714425369934,"stop":1714425369935,"duration":1},"status":"passed","severity":"normal"},{"uid":"5111827c8685513f","name":"isConnected return false after peer stops","time":{"start":1714424950492,"stop":1714424950492,"duration":0},"status":"passed","severity":"normal"},{"uid":"7472fcd8beed32ce","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1714425451132,"stop":1714425451133,"duration":1},"status":"passed","severity":"normal"},{"uid":"d091753ca8efb2f3","name":"Push message with Basic HTML tag payload","time":{"start":1714425301046,"stop":1714425301046,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b974e4dfdf8a58c","name":"Fails to push message with empty content topic","time":{"start":1714425435629,"stop":1714425435629,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2f3784c963aa0b4","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1714425071904,"stop":1714425071904,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a3e1b4649e69db0","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1714424873148,"stop":1714424873148,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a3b23a4d69546ab","name":"Push message with custom timestamp: 1714428672332","time":{"start":1714425301150,"stop":1714425301156,"duration":6},"status":"passed","severity":"normal"},{"uid":"51b0e1815b449170","name":"Publish message with custom timestamp: Tue May 09 2023 21:15:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348189,"stop":1714425348190,"duration":1},"status":"passed","severity":"normal"},{"uid":"79c1608d11da933e","name":"throws on content topic with generation field greater than 0","time":{"start":1714424848996,"stop":1714424848996,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a10e06f404a79dd","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714425137466,"stop":1714425137466,"duration":0},"status":"passed","severity":"normal"},{"uid":"879a538cd86cc569","name":"more peers than existing","time":{"start":1714425298656,"stop":1714425298656,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e5f08fb96a20e62d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714424993188,"stop":1714424993188,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1f788b2e861f929","name":"Subscribe to topic containing short and receive message","time":{"start":1714425137452,"stop":1714425137452,"duration":0},"status":"passed","severity":"normal"},{"uid":"cecfc0a1c2529487","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1714424883368,"stop":1714424883369,"duration":1},"status":"passed","severity":"normal"},{"uid":"14264edd5ee7e318","name":"Subscribe and receive messages via waku relay post","time":{"start":1714425534881,"stop":1714425534881,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b416910f0d8abda","name":"can dial TLS multiaddrs","time":{"start":1714425175291,"stop":1714425175292,"duration":1},"status":"passed","severity":"normal"},{"uid":"57afb3f6ae8570d0","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714425110753,"stop":1714425110754,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6aca670b22014e1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","severity":"normal"},{"uid":"139337549d6b39e1","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1714425475359,"stop":1714425475360,"duration":1},"status":"passed","severity":"normal"},{"uid":"f58384ce38461ff0","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1714424908590,"stop":1714424908590,"duration":0},"status":"passed","severity":"normal"},{"uid":"debaa27070839abd","name":"Generator, custom pubsub topic","time":{"start":1714425473186,"stop":1714425473186,"duration":0},"status":"passed","severity":"normal"},{"uid":"604d1786ebb3e3f1","name":"random static sharding 1 - Cluster ID: 907, Shard ID: 798","time":{"start":1714425425850,"stop":1714425425850,"duration":0},"status":"passed","severity":"normal"},{"uid":"85306e2e9727968a","name":"Push message with Arabic payload","time":{"start":1714425435605,"stop":1714425435605,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e3ba83692caed9c","name":"Decoder throws on empty string content topic","time":{"start":1714424862501,"stop":1714424862501,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8b068f222d20459","name":"Push message with content topic containing Arabic","time":{"start":1714425435616,"stop":1714425435619,"duration":3},"status":"passed","severity":"normal"},{"uid":"8d3f309726465ec2","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714424974899,"stop":1714424974900,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a1467a01644d0bc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071923,"stop":1714425071923,"duration":0},"status":"passed","severity":"normal"},{"uid":"286f983f8f23c05a","name":"Subscribe to topic containing XML and receive message","time":{"start":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","severity":"normal"},{"uid":"74cf579812b97ee","name":"Ephemeral field is preserved - encoder v0","time":{"start":1714424910823,"stop":1714424910824,"duration":1},"status":"passed","severity":"normal"},{"uid":"17b811676a27dea1","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1714425508069,"stop":1714425508070,"duration":1},"status":"passed","severity":"normal"},{"uid":"63e0a7e3386ac3dc","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","severity":"normal"},{"uid":"eba3b14536255351","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1714424849027,"stop":1714424849027,"duration":0},"status":"passed","severity":"normal"},{"uid":"6426f240a74027aa","name":"Fails to push message with large meta","time":{"start":1714425435630,"stop":1714425435630,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c854ff4a64876a6","name":"Check received message containing short","time":{"start":1714425068138,"stop":1714425068138,"duration":0},"status":"passed","severity":"normal"},{"uid":"40b553100c9332bc","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1714425071922,"stop":1714425071922,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae06345a6ed5af93","name":"start node with ApplicationInfo","time":{"start":1714425396499,"stop":1714425396499,"duration":0},"status":"passed","severity":"normal"},{"uid":"faa041db946cb010","name":"Check received message containing escaped characters","time":{"start":1714425068150,"stop":1714425068151,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab6c50117667fcd8","name":"should return valid sharding parameters for static sharding","time":{"start":1714424849033,"stop":1714424849033,"duration":0},"status":"passed","severity":"normal"},{"uid":"446ecca731e3b755","name":"Check message with no content topic is not received","time":{"start":1714425369952,"stop":1714425369952,"duration":0},"status":"passed","severity":"normal"},{"uid":"797c5deaba5b2d54","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1714425508072,"stop":1714425508074,"duration":2},"status":"passed","severity":"normal"},{"uid":"ac6050d981f77b65","name":"should set field with only STORE enabled","time":{"start":1714424857621,"stop":1714424857621,"duration":0},"status":"passed","severity":"normal"},{"uid":"f09be10999cfb420","name":"should encodeTxt and decodeTxt","time":{"start":1714424857613,"stop":1714424857613,"duration":0},"status":"passed","severity":"normal"},{"uid":"5333917a358e47ab","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app72/5/topic746/json","time":{"start":1714425396495,"stop":1714425396495,"duration":0},"status":"passed","severity":"normal"},{"uid":"f036b8ed21c32ff0","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071920,"stop":1714425071920,"duration":0},"status":"passed","severity":"normal"},{"uid":"1868f720124a8902","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714425137467,"stop":1714425137468,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f78cd95c308e6ee","name":"configure the node with multiple content topics","time":{"start":1714425396498,"stop":1714425396498,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ab17d1f22cc5ac","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1714424849004,"stop":1714424849005,"duration":1},"status":"passed","severity":"normal"},{"uid":"81c456b429037762","name":"should throw error - no id","time":{"start":1714424857614,"stop":1714424857614,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1e91768e693e8f7","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app1/4/topic882/json","time":{"start":1714425396494,"stop":1714425396495,"duration":1},"status":"passed","severity":"normal"},{"uid":"9258988b94cd2f80","name":"should set field with all protocols enabled","time":{"start":1714424857620,"stop":1714424857620,"duration":0},"status":"passed","severity":"normal"},{"uid":"53129bb6142dca07","name":"Relay - dialed after","time":{"start":1714425507198,"stop":1714425507198,"duration":0},"status":"passed","severity":"normal"},{"uid":"78c5383b2d07b0c8","name":"should not receive a peer event before start","time":{"start":1714425363888,"stop":1714425363888,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1133207cb9b351f","name":"Check received message containing XML","time":{"start":1714425068149,"stop":1714425068149,"duration":0},"status":"passed","severity":"normal"},{"uid":"21f33ab73477454a","name":"Check received message containing JSON","time":{"start":1714425068149,"stop":1714425068150,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b20e95e42d7988","name":"handles empty shards array correctly","time":{"start":1714424849042,"stop":1714424849042,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f8ccf90cdc4f29a","name":"same cluster, same shard: nodes connect","time":{"start":1714425071899,"stop":1714425071900,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca97cca5a833b4ff","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714425321026,"stop":1714425321026,"duration":0},"status":"passed","severity":"normal"},{"uid":"447954d7d297e81e","name":"Overlapping topic subscription","time":{"start":1714425137451,"stop":1714425137451,"duration":0},"status":"passed","severity":"normal"},{"uid":"e49a91bb7dc95112","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714425137459,"stop":1714425137460,"duration":1},"status":"passed","severity":"normal"},{"uid":"2980b5f56f00e8bf","name":"Push message with Script payload","time":{"start":1714425301045,"stop":1714425301045,"duration":0},"status":"passed","severity":"normal"},{"uid":"c703c8998d41c29f","name":"Check received message containing Basic HTML tag","time":{"start":1714425369965,"stop":1714425369965,"duration":0},"status":"passed","severity":"normal"},{"uid":"da583ee16c5217a1","name":"Check received message containing SQL Injection","time":{"start":1714425369962,"stop":1714425369962,"duration":0},"status":"passed","severity":"normal"},{"uid":"2244ca6a284b6c2","name":"should handle corrupted local storage data gracefully","time":{"start":1714424877430,"stop":1714424877431,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7ec8e7485fa3962","name":"Push message on custom pubsubTopic","time":{"start":1714425170481,"stop":1714425170482,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7649de451f55d64","name":"Check publish message containing shell command","time":{"start":1714425348179,"stop":1714425348180,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6d3b046354c0d5c","name":"Push message with special chars payload","time":{"start":1714425301042,"stop":1714425301043,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d2a6bdbcba9ccbf","name":"Ping on subscribed peer","time":{"start":1714424973884,"stop":1714424973885,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4d5d3e4eb02e025","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714425534882,"stop":1714425534883,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc6164fe9bf655cd","name":"Subscribe and receive messages via lightPush","time":{"start":1714425137441,"stop":1714425137441,"duration":0},"status":"passed","severity":"normal"},{"uid":"e15f528cdc6ab456","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1714424849010,"stop":1714424849010,"duration":0},"status":"passed","severity":"normal"},{"uid":"811989732545fa80","name":"Check publish message containing JSON","time":{"start":1714425348179,"stop":1714425348179,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed4e593fda51bb0a","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714425631838,"stop":1714425631838,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f63ad66145608f3","name":"removeEventListener with wrong event","time":{"start":1714424941437,"stop":1714424941437,"duration":0},"status":"passed","severity":"normal"},{"uid":"8420a384a79e759f","name":"getPeersByDiscovery","time":{"start":1714424941437,"stop":1714424941437,"duration":0},"status":"passed","severity":"normal"},{"uid":"d25e7dbcb9893c55","name":"Fails to publish message with empty text","time":{"start":1714425348191,"stop":1714425348192,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed805f66be4f5b96","name":"Subscribe to topic containing short and publish message","time":{"start":1714425349890,"stop":1714425349892,"duration":2},"status":"passed","severity":"normal"},{"uid":"659f32707b77b1a3","name":"All","time":{"start":1714424910638,"stop":1714424910638,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7cafbca1e134a29","name":"should properly create location multiaddrs - udp4","time":{"start":1714424857618,"stop":1714424857618,"duration":0},"status":"passed","severity":"normal"},{"uid":"f680a494b6b518e2","name":"should throw error - invalid id","time":{"start":1714424857615,"stop":1714424857615,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cee38241a608e1f","name":"Push message with custom timestamp: 1683666668404","time":{"start":1714425435630,"stop":1714425435631,"duration":1},"status":"passed","severity":"normal"},{"uid":"78ec3771423c9a71","name":"throws an error for improperly formatted content topics","time":{"start":1714424849007,"stop":1714424849008,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b23b528b5783b66","name":"Subscribe to topic containing XML and receive message","time":{"start":1714425137458,"stop":1714425137459,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbd39d95cf6e5729","name":"Check received message containing short","time":{"start":1714425369909,"stop":1714425369910,"duration":1},"status":"passed","severity":"normal"},{"uid":"df13b3644c3037f4","name":"it tolerates circular branch references","time":{"start":1714424873552,"stop":1714424873552,"duration":0},"status":"passed","severity":"normal"},{"uid":"79148325a4024fdd","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714424993189,"stop":1714424993189,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b94d7c36a494226","name":"Push message with content topic containing Chinese","time":{"start":1714425435616,"stop":1714425435616,"duration":0},"status":"passed","severity":"normal"},{"uid":"6349c3733a7c11f1","name":"Subscribe to topic containing short and receive message","time":{"start":1714425534883,"stop":1714425534884,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a911f705284523b","name":"same cluster, different shard: nodes connect","time":{"start":1714425178900,"stop":1714425178900,"duration":0},"status":"passed","severity":"normal"},{"uid":"89e172029a55a344","name":"should only return 1 node with relay capability","time":{"start":1714424873554,"stop":1714424873554,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a699fb95c3aa789","name":"different cluster, different shard: nodes don't connect","time":{"start":1714425071901,"stop":1714425071901,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7a9e1899e73d910","name":"Check received message containing Chinese","time":{"start":1714425369930,"stop":1714425369931,"duration":1},"status":"passed","severity":"normal"},{"uid":"cea5f0822c2c8d24","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1714424873145,"stop":1714424873145,"duration":0},"status":"passed","severity":"normal"},{"uid":"db902a030d289462","name":"Generator, custom pubsub topic","time":{"start":1714425473189,"stop":1714425473190,"duration":1},"status":"passed","severity":"normal"},{"uid":"493f05e7f428d749","name":"Query generator for multiple messages with multiple decoders","time":{"start":1714425467283,"stop":1714425467283,"duration":0},"status":"passed","severity":"normal"},{"uid":"26de1e71a0ec1d75","name":"Nodes with multiple pubsub topic","time":{"start":1714425321022,"stop":1714425321023,"duration":1},"status":"passed","severity":"normal"},{"uid":"562a5d2a44e52979","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1714424849001,"stop":1714424849002,"duration":1},"status":"passed","severity":"normal"},{"uid":"a679ef02a078fc0a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1714425071924,"stop":1714425071925,"duration":1},"status":"passed","severity":"normal"},{"uid":"a398bac55df04399","name":"can start and stop the service","time":{"start":1714425363885,"stop":1714425363886,"duration":1},"status":"passed","severity":"normal"},{"uid":"78456918c9a770b6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714425534880,"stop":1714425534881,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ae253fd09964c11","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1714425071926,"stop":1714425071927,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc32ffad1dc3fcb8","name":"Subscribe to topic containing long and receive message","time":{"start":1714425534893,"stop":1714425534894,"duration":1},"status":"passed","severity":"normal"},{"uid":"3789e3d01489d929","name":"Push message with short payload","time":{"start":1714425435601,"stop":1714425435602,"duration":1},"status":"passed","severity":"normal"},{"uid":"bff86ba48295e924","name":"throws on content topic with empty encoding field","time":{"start":1714424848998,"stop":1714424848998,"duration":0},"status":"passed","severity":"normal"},{"uid":"4216b5bbb24cf3f4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714424974898,"stop":1714424974899,"duration":1},"status":"passed","severity":"normal"},{"uid":"99aac69672a093ca","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714425534891,"stop":1714425534891,"duration":0},"status":"passed","severity":"normal"},{"uid":"660c4af2fdfcf223","name":"pre and post cipher","time":{"start":1714424883949,"stop":1714424883950,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b5d460fc713d646","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1714425349859,"stop":1714425349859,"duration":0},"status":"passed","severity":"normal"},{"uid":"16efbe8816b9d682","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1714425467287,"stop":1714425467287,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc50404ecc2f388c","name":"handles different clusterIds correctly","time":{"start":1714424849007,"stop":1714424849007,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0e878e2431c2a94","name":"Push message on custom pubsubTopic","time":{"start":1714425170478,"stop":1714425170478,"duration":0},"status":"passed","severity":"normal"},{"uid":"29d18be105d5b0ac","name":"Subscribe to topic containing XML and publish message","time":{"start":1714425349909,"stop":1714425349910,"duration":1},"status":"passed","severity":"normal"},{"uid":"97dedce94e6a793f","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1714424849014,"stop":1714424849014,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bcf9ec5a046b46b","name":"Push message with content topic containing long","time":{"start":1714425301082,"stop":1714425301084,"duration":2},"status":"passed","severity":"normal"},{"uid":"11856b5a8570b7b4","name":"Push message with content topic containing numeric","time":{"start":1714425301085,"stop":1714425301088,"duration":3},"status":"passed","severity":"normal"},{"uid":"27b2dd924d991ac4","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1714424856924,"stop":1714424856924,"duration":0},"status":"passed","severity":"normal"},{"uid":"3308cc22c363c5e9","name":"Check received message containing emoji","time":{"start":1714425068151,"stop":1714425068152,"duration":1},"status":"passed","severity":"normal"},{"uid":"46ad585fe77944e9","name":"should throw error - no public key","time":{"start":1714424857614,"stop":1714424857615,"duration":1},"status":"passed","severity":"normal"},{"uid":"21565ae3268fe846","name":"tcp ip4 address","time":{"start":1714424857073,"stop":1714424857073,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94a5a532fd06fba","name":"retrieves a single peer","time":{"start":1714424873551,"stop":1714424873552,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e4c326b296614d6","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1714425071921,"stop":1714425071921,"duration":0},"status":"passed","severity":"normal"},{"uid":"d29bc1534a5f13b","name":"isConnected should return true after first peer connects","time":{"start":1714424950490,"stop":1714424950491,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd2c644f28cd729b","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1714424849015,"stop":1714424849015,"duration":0},"status":"passed","severity":"normal"},{"uid":"7236aece0e0828a4","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714424974898,"stop":1714424974898,"duration":0},"status":"passed","severity":"normal"},{"uid":"57ae6b80d7d8b74d","name":"Round trip binary serialization","time":{"start":1714424862498,"stop":1714424862498,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d32709c65a8e544","name":"Check received message containing special chars","time":{"start":1714425369929,"stop":1714425369930,"duration":1},"status":"passed","severity":"normal"},{"uid":"50def788c9f11a1c","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1714424873555,"stop":1714424873556,"duration":1},"status":"passed","severity":"normal"},{"uid":"51c4eb6ffe9520f","name":"Check message received after nwaku node is restarted","time":{"start":1714425369973,"stop":1714425369973,"duration":0},"status":"skipped","severity":"normal"},{"uid":"257a41c16dafa988","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1714424849033,"stop":1714424849033,"duration":0},"status":"passed","severity":"normal"},{"uid":"64def680ca32e9f7","name":"Query with Promise Callback, No Decoder","time":{"start":1714425451138,"stop":1714425451138,"duration":0},"status":"passed","severity":"normal"},{"uid":"91c42aa76927d46e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714425534885,"stop":1714425534885,"duration":0},"status":"passed","severity":"normal"},{"uid":"d34db638029c1bf2","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1714424901194,"stop":1714424901198,"duration":4},"status":"passed","severity":"normal"},{"uid":"cef15cf025da03f9","name":"should add and remove event listeners correctly","time":{"start":1714424877431,"stop":1714424877431,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f2bdafccbd9cffb","name":"Generator, 2 different pubsubtopics","time":{"start":1714425473190,"stop":1714425473190,"duration":0},"status":"passed","severity":"normal"},{"uid":"76eaad6bf34646bc","name":"Waku message hash computation (meta attribute not present)","time":{"start":1714424851718,"stop":1714424851718,"duration":0},"status":"passed","severity":"normal"},{"uid":"92bbf7e9f1ea27c8","name":"Register correct protocols","time":{"start":1714425349850,"stop":1714425349851,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb84bdbd0498add5","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714425137453,"stop":1714425137453,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2990754d6fb9e5e","name":"Push message with Chinese payload","time":{"start":1714425435605,"stop":1714425435605,"duration":0},"status":"passed","severity":"normal"},{"uid":"c250064f9b58e90e","name":"through manual discovery","time":{"start":1714425175292,"stop":1714425175292,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8a5e56f335089f7","name":"Check received message containing short","time":{"start":1714425369957,"stop":1714425369957,"duration":0},"status":"passed","severity":"normal"},{"uid":"6edbfd946a3d6cdf","name":"Publishes to nwaku","time":{"start":1714425325521,"stop":1714425325521,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c91c928af8062c0","name":"ignores unrecognized TXT record formats","time":{"start":1714424873553,"stop":1714424873553,"duration":0},"status":"passed","severity":"normal"},{"uid":"23aee9b5930c78f5","name":"Push message with XML payload","time":{"start":1714425301045,"stop":1714425301045,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f2a3551ebb40fb2","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1714424901190,"stop":1714424901191,"duration":1},"status":"passed","severity":"normal"},{"uid":"90fbce37baf17fa5","name":"Passing page size 110 when there are 120 messages","time":{"start":1714425481555,"stop":1714425481555,"duration":0},"status":"passed","severity":"normal"},{"uid":"898cf4420bbcdfdf","name":"Check publish message containing short","time":{"start":1714425348138,"stop":1714425348155,"duration":17},"status":"passed","severity":"normal"},{"uid":"c4acdbcad47cd319","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425170483,"stop":1714425170483,"duration":0},"status":"passed","severity":"normal"},{"uid":"734f07f603e1efaf","name":"Push message with meta","time":{"start":1714425435629,"stop":1714425435629,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9ec13257a341c34","name":"Check received message containing Chinese","time":{"start":1714425068146,"stop":1714425068147,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c4fb7d06b470d","name":"Check received message containing emoji","time":{"start":1714425369948,"stop":1714425369949,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a253fb027196c27","name":"Publish message with rate limit","time":{"start":1714425348201,"stop":1714425348202,"duration":1},"status":"passed","severity":"normal"},{"uid":"5454393acf87606b","name":"Check received message containing special chars","time":{"start":1714425369960,"stop":1714425369960,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc3c430ee87406e","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714424856925,"stop":1714424856926,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e67c448f7d181ee","name":"Push message with content topic containing short","time":{"start":1714425301081,"stop":1714425301082,"duration":1},"status":"passed","severity":"normal"},{"uid":"258cdb999b6c9b24","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714425137448,"stop":1714425137449,"duration":1},"status":"passed","severity":"normal"},{"uid":"422eeb0f4e81dc79","name":"Push message equal or less that 1MB","time":{"start":1714425435632,"stop":1714425435632,"duration":0},"status":"passed","severity":"normal"},{"uid":"423c18e13a275ddc","name":"should get / set TCP multiaddr","time":{"start":1714424857617,"stop":1714424857618,"duration":1},"status":"passed","severity":"normal"},{"uid":"d63053303b97400a","name":"Check received message containing Basic HTML tag","time":{"start":1714425068149,"stop":1714425068149,"duration":0},"status":"passed","severity":"normal"},{"uid":"c276ac4b0c5c54c0","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714425534885,"stop":1714425534885,"duration":0},"status":"passed","severity":"normal"},{"uid":"96b66d34c902a4c6","name":"Check received message containing shell command","time":{"start":1714425369938,"stop":1714425369939,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0b69cfdc41de8a7","name":"Sets default value correctly","time":{"start":1714425494508,"stop":1714425494509,"duration":1},"status":"passed","severity":"normal"},{"uid":"806b388f9ce1ee87","name":"isConnected should return false after all peers disconnect","time":{"start":1714424950491,"stop":1714424950492,"duration":1},"status":"passed","severity":"normal"},{"uid":"549d965f85e643ae","name":"should not fail to stop the service if it was not started","time":{"start":1714424912035,"stop":1714424912035,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3fd8c794759f517","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714424974893,"stop":1714424974894,"duration":1},"status":"passed","severity":"normal"},{"uid":"57098991119b07ef","name":"Light Node - default protocols","time":{"start":1714425507200,"stop":1714425507200,"duration":0},"status":"passed","severity":"normal"},{"uid":"658541d3e9d2f16e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714425110752,"stop":1714425110753,"duration":1},"status":"passed","severity":"normal"},{"uid":"99da20430576cfe6","name":"should configure sharding based on application and version for autosharding","time":{"start":1714424849040,"stop":1714424849040,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4eee3634a0c6c66","name":"Decoder throws on empty string content topic","time":{"start":1714424885248,"stop":1714424885248,"duration":0},"status":"passed","severity":"normal"},{"uid":"93e358560b7ecbb0","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1714425298466,"stop":1714425298466,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4e47c708d31cdb09","name":"shard 0","time":{"start":1714425425849,"stop":1714425425849,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af0d1ab598f3c72","name":"Check received message containing numeric","time":{"start":1714425068139,"stop":1714425068144,"duration":5},"status":"passed","severity":"normal"},{"uid":"f052e8bdca7ea636","name":"Generator, custom pubsub topic","time":{"start":1714425473188,"stop":1714425473188,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab55471f182d6a18","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714425534881,"stop":1714425534881,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e390e56647967f1","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1714425475358,"stop":1714425475359,"duration":1},"status":"passed","severity":"normal"},{"uid":"46b1bba461268a8e","name":"different cluster, different shard: nodes don't connect","time":{"start":1714425178901,"stop":1714425178903,"duration":2},"status":"passed","severity":"normal"},{"uid":"4b537cf96cc3e3e4","name":"Check message with no payload is not received","time":{"start":1714425369952,"stop":1714425369953,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f7c52f7f89c5438","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348181,"stop":1714425348189,"duration":8},"status":"passed","severity":"normal"},{"uid":"5b8a5e833031ee06","name":"should set field with only LIGHTPUSH enabled","time":{"start":1714424857621,"stop":1714424857621,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d24632a1363cb2","name":"Push message with content topic containing JSON","time":{"start":1714425301122,"stop":1714425301124,"duration":2},"status":"passed","severity":"normal"},{"uid":"4be9100c11c27f36","name":"Refresh subscription","time":{"start":1714425534883,"stop":1714425534883,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d4e8100d2cb202e","name":"Check publish message containing XML","time":{"start":1714425348177,"stop":1714425348178,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b79ac9d6e678db2","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714425137467,"stop":1714425137467,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf9cabfde15e3306","name":"Check publish message containing long","time":{"start":1714425348156,"stop":1714425348163,"duration":7},"status":"passed","severity":"normal"},{"uid":"b6f9886973017dc","name":"Ping on peer without subscriptions","time":{"start":1714424973885,"stop":1714424973885,"duration":0},"status":"passed","severity":"normal"},{"uid":"2332401b476e0bbe","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714425321021,"stop":1714425321022,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2cbfd634aabea5b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1714424849025,"stop":1714424849026,"duration":1},"status":"passed","severity":"normal"},{"uid":"86c062e778f99c92","name":"start node with empty content topic","time":{"start":1714425396499,"stop":1714425396504,"duration":5},"status":"passed","severity":"normal"},{"uid":"633fed49d32c1dcf","name":"Push message with shell command payload","time":{"start":1714425301046,"stop":1714425301072,"duration":26},"status":"passed","severity":"normal"},{"uid":"5f530eb2d26821bc","name":"should load peers from local storage and dispatch events","time":{"start":1714424877430,"stop":1714424877430,"duration":0},"status":"passed","severity":"normal"},{"uid":"73ced9d22be9a095","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714425170480,"stop":1714425170481,"duration":1},"status":"passed","severity":"normal"},{"uid":"75f523f06818f857","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1714425508072,"stop":1714425508072,"duration":0},"status":"passed","severity":"normal"},{"uid":"653ca94f2d9a1bd7","name":"Push message with Chinese payload","time":{"start":1714425301043,"stop":1714425301043,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c7cddebb19bca85","name":"Check received message containing Arabic","time":{"start":1714425369931,"stop":1714425369932,"duration":1},"status":"passed","severity":"normal"},{"uid":"97f4b57c0462c1e4","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1714424856925,"stop":1714424856925,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd0dd4e1c211657d","name":"Fails to push message bigger that 1MB","time":{"start":1714425301157,"stop":1714425301157,"duration":0},"status":"passed","severity":"normal"},{"uid":"b41b5000dfa529f","name":"Ping on unsubscribed peer","time":{"start":1714424973886,"stop":1714424973887,"duration":1},"status":"passed","severity":"normal"},{"uid":"702705a5ed07a3f9","name":"Push message with content topic containing special chars","time":{"start":1714425435615,"stop":1714425435616,"duration":1},"status":"passed","severity":"normal"},{"uid":"b781b792ea4c5afe","name":"Query with Ordered Callback, No Decoder","time":{"start":1714425451134,"stop":1714425451134,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fd06da370aeb904","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1714425451136,"stop":1714425451136,"duration":0},"status":"passed","severity":"normal"},{"uid":"28a304444f223ea2","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1714424910824,"stop":1714424910825,"duration":1},"status":"passed","severity":"normal"},{"uid":"27a74daf29485a92","name":"should not fail to start the service if it is already started","time":{"start":1714424912035,"stop":1714424912036,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6dfe2ade27893c1","name":"Js publishes, other Js receives","time":{"start":1714425325521,"stop":1714425325522,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3fb9dd033eb89fb","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1714424873147,"stop":1714424873148,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8c8df0bef3dc384","name":"returns all values when wanted number matches available values","time":{"start":1714424872187,"stop":1714424872189,"duration":2},"status":"passed","severity":"normal"},{"uid":"a81134bea8600857","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1714425475360,"stop":1714425475360,"duration":0},"status":"passed","severity":"normal"},{"uid":"b907b39266ca1f55","name":"Symmetric encrypt & Decrypt","time":{"start":1714424883949,"stop":1714424883949,"duration":0},"status":"passed","severity":"normal"},{"uid":"f49c671dd57cd993","name":"Reusing cursor across nodes","time":{"start":1714425405879,"stop":1714425405880,"duration":1},"status":"passed","severity":"normal"},{"uid":"49a3aa8871a94f89","name":"Meta field set when metaSetter is specified","time":{"start":1714424862499,"stop":1714424862499,"duration":0},"status":"passed","severity":"normal"},{"uid":"57fe2c64ad20c72e","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1714424851716,"stop":1714424851717,"duration":1},"status":"passed","severity":"normal"},{"uid":"146097ca03d09dbf","name":"Subscribe to topic containing JSON and publish message","time":{"start":1714425349918,"stop":1714425349918,"duration":0},"status":"passed","severity":"normal"},{"uid":"a997be6913e4a534","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1714424901193,"stop":1714424901193,"duration":0},"status":"passed","severity":"normal"},{"uid":"f543ec32abbed5cd","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425473190,"stop":1714425473191,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cb07242dac4558a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714425110753,"stop":1714425110753,"duration":0},"status":"passed","severity":"normal"},{"uid":"903bbc9f843a75d3","name":"Check received message containing numeric","time":{"start":1714425369915,"stop":1714425369928,"duration":13},"status":"passed","severity":"normal"},{"uid":"3217fd80792bb6c5","name":"Subscribe and receive messages via lightPush","time":{"start":1714425534889,"stop":1714425534889,"duration":0},"status":"passed","severity":"normal"},{"uid":"445d3dcf4749f4f5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1714425071916,"stop":1714425071916,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3c846d999296502","name":"returns all values when wanted number is greater than available values","time":{"start":1714424872189,"stop":1714424872190,"duration":1},"status":"passed","severity":"normal"},{"uid":"7263dfc8490a871","name":"Relay + Store","time":{"start":1714424910637,"stop":1714424910638,"duration":1},"status":"passed","severity":"normal"},{"uid":"233d38af2af1e6ac","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1714424849043,"stop":1714424849044,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b2f96cd9f940631","name":"Push message with content topic containing Script","time":{"start":1714425435620,"stop":1714425435621,"duration":1},"status":"passed","severity":"normal"},{"uid":"e28758a001d688f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071914,"stop":1714425071914,"duration":0},"status":"passed","severity":"normal"},{"uid":"24c01436c93985d2","name":"Push message with content topic containing short","time":{"start":1714425435613,"stop":1714425435613,"duration":0},"status":"passed","severity":"normal"},{"uid":"13b295771d5d0b33","name":"configure the node with multiple pubsub topics","time":{"start":1714425425862,"stop":1714425425863,"duration":1},"status":"passed","severity":"normal"},{"uid":"f196e9e7f9ddaa0f","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1714425071923,"stop":1714425071923,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eb3fda960b85d14","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1714424849199,"stop":1714424849200,"duration":1},"status":"passed","severity":"normal"},{"uid":"fcf677096435f042","name":"should properly create location multiaddrs - udp","time":{"start":1714424857619,"stop":1714424857619,"duration":0},"status":"passed","severity":"normal"},{"uid":"a74011cb77a83324","name":"Check received message containing escaped characters","time":{"start":1714425369945,"stop":1714425369946,"duration":1},"status":"passed","severity":"normal"},{"uid":"54e41ac437109009","name":"throws on content topic with empty application field","time":{"start":1714424848996,"stop":1714424848997,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f0d5f28026c18e6","name":"Push message with custom timestamp: 1714428668404","time":{"start":1714425435631,"stop":1714425435632,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eeff8243051a48","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1714425071987,"stop":1714425071988,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9b65a906848095c","name":"Push message with content topic containing XML","time":{"start":1714425435621,"stop":1714425435621,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca898821670c9cf1","name":"Refresh subscription","time":{"start":1714425534893,"stop":1714425534893,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c82b91b56f9a3a","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1714424849009,"stop":1714424849010,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c3b650da9279244","name":"Push message with meta","time":{"start":1714425301143,"stop":1714425301143,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5a6e1579ba2453","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1714424910824,"stop":1714424910824,"duration":0},"status":"passed","severity":"normal"},{"uid":"6386502c4b49e6bc","name":"should not receive a peer event after stop","time":{"start":1714424877429,"stop":1714424877429,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e3dd55a3890b0bc","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714424849041,"stop":1714424849041,"duration":0},"status":"passed","severity":"normal"},{"uid":"d26c0cdf9b587c32","name":"Check received message with timestamp: 1714424899696 ","time":{"start":1714425369969,"stop":1714425369969,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e1bcd76ea544579","name":"should throw error - no id","time":{"start":1714424857615,"stop":1714424857615,"duration":0},"status":"passed","severity":"normal"},{"uid":"f52fad0c44143d86","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1714425071907,"stop":1714425071907,"duration":0},"status":"passed","severity":"normal"},{"uid":"de5167c17a4983d1","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1714424908591,"stop":1714424908591,"duration":0},"status":"passed","severity":"normal"},{"uid":"acf73b090f5a37b","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1714424849003,"stop":1714424849003,"duration":0},"status":"passed","severity":"normal"},{"uid":"69db298b86827043","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1714425071925,"stop":1714425071926,"duration":1},"status":"passed","severity":"normal"},{"uid":"c31e6d145f8b2f94","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714424993185,"stop":1714424993186,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9229769b079beb9","name":"Fails to publish duplicate message","time":{"start":1714425348191,"stop":1714425348191,"duration":0},"status":"passed","severity":"normal"},{"uid":"a70e486ca04e1b9a","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1714425349919,"stop":1714425349919,"duration":0},"status":"passed","severity":"normal"},{"uid":"381fe1fcb2dfdb6b","name":"recovers when dns.resolve returns empty","time":{"start":1714424873552,"stop":1714424873553,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8e6cc6b15b8cdf6","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1714424877430,"stop":1714424877430,"duration":0},"status":"passed","severity":"normal"},{"uid":"a12da80072ec7be1","name":"Ping on peer without subscriptions","time":{"start":1714424973889,"stop":1714424973889,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f96ab08ceef33ed","name":"Correctly serialized arguments","time":{"start":1714425175461,"stop":1714425175461,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dd0f772d8d647ad","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1714425178897,"stop":1714425178899,"duration":2},"status":"passed","severity":"normal"},{"uid":"f792bd44f5598b69","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714425110754,"stop":1714425110755,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6903da2c87e05e5","name":"Passing page size 10 when there are 10 messages","time":{"start":1714425481553,"stop":1714425481553,"duration":0},"status":"passed","severity":"normal"},{"uid":"45f883f985d8946a","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","severity":"normal"},{"uid":"222cb418fa31b589","name":"Check received message containing JSON","time":{"start":1714425369937,"stop":1714425369938,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cdfd75b2933fa1","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1714425071920,"stop":1714425071921,"duration":1},"status":"passed","severity":"normal"},{"uid":"423881bd3222dd1e","name":"should encode/decode to RLP encoding","time":{"start":1714424857616,"stop":1714424857617,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a14f8da6409a1b6","name":"Subscribe to topic containing Russian and publish message","time":{"start":1714425349908,"stop":1714425349909,"duration":1},"status":"passed","severity":"normal"},{"uid":"9461db594b802eb4","name":"should properly create location multiaddrs - tcp4","time":{"start":1714424857618,"stop":1714424857618,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e49f21d10c17efb","name":"Asymmetric encrypt & decrypt","time":{"start":1714424883948,"stop":1714424883949,"duration":1},"status":"passed","severity":"normal"},{"uid":"15559340315c0c33","name":"Push message equal or less that 1MB","time":{"start":1714425301156,"stop":1714425301156,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb6bf6186b14092","name":"Push message with content topic containing numeric","time":{"start":1714425435614,"stop":1714425435614,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7865328612da6ce","name":"Encoder throws on undefined content topic","time":{"start":1714424885247,"stop":1714424885247,"duration":0},"status":"passed","severity":"normal"},{"uid":"826bed8e64506b54","name":"throws on content topic with empty version field","time":{"start":1714424848997,"stop":1714424848997,"duration":0},"status":"passed","severity":"normal"},{"uid":"336167f6d0a22d55","name":"Privacy Node - default protocol","time":{"start":1714425507200,"stop":1714425507201,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7406807508fba38","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714425110751,"stop":1714425110752,"duration":1},"status":"passed","severity":"normal"},{"uid":"62ed7498ae5ea9e9","name":"Push message with custom timestamp: 1714421468404","time":{"start":1714425435631,"stop":1714425435631,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a18147987c25528","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1714425071970,"stop":1714425071970,"duration":0},"status":"passed","severity":"normal"},{"uid":"71f791821a85c823","name":"random static sharding 8 - Cluster ID: 681, Shard ID: 750","time":{"start":1714425425854,"stop":1714425425854,"duration":0},"status":"passed","severity":"normal"},{"uid":"c10a62edf3b5c156","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1714424873555,"stop":1714424873555,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e335caf8ca9a497","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1714425508070,"stop":1714425508070,"duration":0},"status":"passed","severity":"normal"},{"uid":"34deaa3593870d53","name":"Subscribe and receives messages on 20 topics","time":{"start":1714425534891,"stop":1714425534891,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b5b02ef401490e0","name":"Fails to publish message with size larger than 1 MB","time":{"start":1714425348193,"stop":1714425348193,"duration":0},"status":"passed","severity":"normal"},{"uid":"6985788e5c011658","name":"Query generator for multiple messages","time":{"start":1714425467282,"stop":1714425467282,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d3119f2e0bcfff2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714425321026,"stop":1714425321026,"duration":0},"status":"passed","severity":"normal"},{"uid":"17c53cf9aa01f617","name":"same cluster, same shard: nodes connect","time":{"start":1714425178900,"stop":1714425178900,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8f6c29c071471d3","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1714424849018,"stop":1714424849018,"duration":0},"status":"passed","severity":"normal"},{"uid":"f41d60be5dc235cd","name":"Fields are not dropped","time":{"start":1714424861903,"stop":1714424861905,"duration":2},"status":"passed","severity":"normal"},{"uid":"9e6d3da206c94de9","name":"Subscribe to topic containing short and receive message","time":{"start":1714425534893,"stop":1714425534893,"duration":0},"status":"passed","severity":"normal"},{"uid":"538d8c970e045fb0","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1714424849032,"stop":1714424849032,"duration":0},"status":"passed","severity":"normal"},{"uid":"de2fc4bcd714d72a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f51af63381fb76a","name":"should properly create location multiaddrs - udp6","time":{"start":1714424857618,"stop":1714424857618,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d018b795fa5e101","name":"handles different networkShards values correctly","time":{"start":1714424849007,"stop":1714424849007,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2193b4420dd1e4c","name":"can start the service","time":{"start":1714424877425,"stop":1714424877426,"duration":1},"status":"passed","severity":"normal"},{"uid":"f12ee7563ec04cf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714425534889,"stop":1714425534890,"duration":1},"status":"passed","severity":"normal"},{"uid":"93dcb9fc167558d6","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1714424849003,"stop":1714424849004,"duration":1},"status":"passed","severity":"normal"},{"uid":"2be967b67f3b9439","name":"Check publish message containing Russian","time":{"start":1714425348172,"stop":1714425348173,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3b1fbdd51882499","name":"should decode valid enr successfully","time":{"start":1714424857613,"stop":1714424857613,"duration":0},"status":"passed","severity":"normal"},{"uid":"acc348a8bf5ccd48","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1714425451136,"stop":1714425451137,"duration":1},"status":"passed","severity":"normal"},{"uid":"c02fcd0737210a80","name":"should throw an error for missing sharding configuration","time":{"start":1714424849042,"stop":1714424849042,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f294f761764c5c8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714424993188,"stop":1714424993188,"duration":0},"status":"passed","severity":"normal"},{"uid":"801683dd583d74","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714425170479,"stop":1714425170479,"duration":0},"status":"passed","severity":"normal"},{"uid":"85d07ab921dd0731","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425473187,"stop":1714425473188,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4347bee9b41838c","name":"can start and stop the service","time":{"start":1714424877426,"stop":1714424877426,"duration":0},"status":"passed","severity":"normal"},{"uid":"5722420a7324786e","name":"Check received message containing emoji","time":{"start":1714425369968,"stop":1714425369968,"duration":0},"status":"passed","severity":"normal"},{"uid":"d02ec4f18b8a2b8b","name":"1 Store, 2 relays, 2 fetches","time":{"start":1714424873158,"stop":1714424873158,"duration":0},"status":"passed","severity":"normal"},{"uid":"50d803b36a5eed72","name":"Does not throw an exception when node disconnects","time":{"start":1714425494506,"stop":1714425494506,"duration":0},"status":"passed","severity":"normal"},{"uid":"fae42f7103d0093a","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714424974896,"stop":1714424974896,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9eae2b0aab8f438","name":"Push message with content topic containing long","time":{"start":1714425435613,"stop":1714425435614,"duration":1},"status":"passed","severity":"normal"},{"uid":"752d1f8f5b503ef6","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714425534885,"stop":1714425534886,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6909323c400e755","name":"same cluster, different shard: nodes don't connect","time":{"start":1714425071900,"stop":1714425071900,"duration":0},"status":"passed","severity":"normal"},{"uid":"be2edd48944a1fe8","name":"random static sharding 2 - Cluster ID: 324, Shard ID: 778","time":{"start":1714425425850,"stop":1714425425850,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b03a5c7cfa23f75","name":"Check publish message containing emoji","time":{"start":1714425348181,"stop":1714425348181,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfdd1f7c81c5d12","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1714425349860,"stop":1714425349876,"duration":16},"status":"passed","severity":"normal"},{"uid":"a8dd0c8f82ec7685","name":"should throw an error for an unconfigured topic","time":{"start":1714424849027,"stop":1714424849031,"duration":4},"status":"passed","severity":"normal"},{"uid":"6e7774bd53b0b7c6","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714425534890,"stop":1714425534891,"duration":1},"status":"passed","severity":"normal"},{"uid":"4893c2970d593ffb","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714425137466,"stop":1714425137467,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7224824cfbd504d","name":"Subscribe and receive messages via waku relay post","time":{"start":1714425534890,"stop":1714425534890,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f9d7b6e65e9c77c","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1714424974896,"stop":1714424974896,"duration":0},"status":"passed","severity":"normal"},{"uid":"f684d3a58a04d75","name":"Publish message with custom timestamp: Mon Apr 29 2024 22:15:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348190,"stop":1714425348191,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d2f96e47dfec958","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714425534890,"stop":1714425534890,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6944/widgets/status-chart.json b/6944/widgets/status-chart.json deleted file mode 100644 index 31988aa666c..00000000000 --- a/6944/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"ed805f66be4f5b96","name":"Subscribe to topic containing short and publish message","time":{"start":1714425349890,"stop":1714425349892,"duration":2},"status":"passed","severity":"normal"},{"uid":"2ee475cf5635b2ae","name":"Push message with content topic containing JSON","time":{"start":1714425435622,"stop":1714425435622,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dd0f772d8d647ad","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1714425178897,"stop":1714425178899,"duration":2},"status":"passed","severity":"normal"},{"uid":"5f2d8633e4166fd4","name":"Check received message with timestamp: 1714424899696000000 ","time":{"start":1714425369968,"stop":1714425369969,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b88d19ef37a8b43","name":"Check message with non string payload is not received","time":{"start":1714425369972,"stop":1714425369972,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4347bee9b41838c","name":"can start and stop the service","time":{"start":1714424877426,"stop":1714424877426,"duration":0},"status":"passed","severity":"normal"},{"uid":"f684d3a58a04d75","name":"Publish message with custom timestamp: Mon Apr 29 2024 22:15:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348190,"stop":1714425348191,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee1824b7824a8af6","name":"Ping on peer without subscriptions","time":{"start":1714424932297,"stop":1714424932298,"duration":1},"status":"passed","severity":"normal"},{"uid":"eecc8322216b71bf","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714425137450,"stop":1714425137451,"duration":1},"status":"passed","severity":"normal"},{"uid":"39f58d9a5215596d","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1714424862406,"stop":1714424862406,"duration":0},"status":"passed","severity":"normal"},{"uid":"40a8389ef1fda3d1","name":"Check message received after nwaku node is restarted","time":{"start":1714425369956,"stop":1714425369957,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a8346e2d750138ff","name":"1 Relay, 1 Filter, gives up","time":{"start":1714424873158,"stop":1714424873158,"duration":0},"status":"passed","severity":"normal"},{"uid":"a46f993e7cd58991","name":"new peer added after a peer was already found","time":{"start":1714425298465,"stop":1714425298466,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b676354b3a386a49","name":"Push message with numeric payload","time":{"start":1714425435604,"stop":1714425435604,"duration":0},"status":"passed","severity":"normal"},{"uid":"cef15cf025da03f9","name":"should add and remove event listeners correctly","time":{"start":1714424877431,"stop":1714424877431,"duration":0},"status":"passed","severity":"normal"},{"uid":"97a448a54bca1a71","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714425321027,"stop":1714425321027,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b1a0bde425aa99","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1714425071970,"stop":1714425071971,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8a5e56f335089f7","name":"Check received message containing short","time":{"start":1714425369957,"stop":1714425369957,"duration":0},"status":"passed","severity":"normal"},{"uid":"7686d16b9eb61356","name":"should throw error - no public key","time":{"start":1714424857615,"stop":1714424857616,"duration":1},"status":"passed","severity":"normal"},{"uid":"d486d77da4b777","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1714424849006,"stop":1714424849006,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b2f96cd9f940631","name":"Push message with content topic containing Script","time":{"start":1714425435620,"stop":1714425435621,"duration":1},"status":"passed","severity":"normal"},{"uid":"71945c765a37ebe2","name":"Throws when trying to push message with empty payload","time":{"start":1714425435612,"stop":1714425435613,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e98273353ce8a17","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1714424950489,"stop":1714424950490,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1133207cb9b351f","name":"Check received message containing XML","time":{"start":1714425068149,"stop":1714425068149,"duration":0},"status":"passed","severity":"normal"},{"uid":"9258988b94cd2f80","name":"should set field with all protocols enabled","time":{"start":1714424857620,"stop":1714424857620,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eb3fda960b85d14","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1714424849199,"stop":1714424849200,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a3e1b4649e69db0","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1714424873148,"stop":1714424873148,"duration":0},"status":"passed","severity":"normal"},{"uid":"351f65e16bc65635","name":"non connected peers","time":{"start":1714425298657,"stop":1714425298657,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ea75d061bd4d86d6","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714424974894,"stop":1714424974895,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f8ccf90cdc4f29a","name":"same cluster, same shard: nodes connect","time":{"start":1714425071899,"stop":1714425071900,"duration":1},"status":"passed","severity":"normal"},{"uid":"85306e2e9727968a","name":"Push message with Arabic payload","time":{"start":1714425435605,"stop":1714425435605,"duration":0},"status":"passed","severity":"normal"},{"uid":"d52a031b3492187","name":"Push message with content topic containing XML","time":{"start":1714425301118,"stop":1714425301119,"duration":1},"status":"passed","severity":"normal"},{"uid":"56a72625642bf098","name":"Push message with content topic containing SQL Injection","time":{"start":1714425435620,"stop":1714425435620,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e4c326b296614d6","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1714425071921,"stop":1714425071921,"duration":0},"status":"passed","severity":"normal"},{"uid":"15b20e95e42d7988","name":"handles empty shards array correctly","time":{"start":1714424849042,"stop":1714424849042,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7add0a0ed4a96b0","name":"Push message with Arabic payload","time":{"start":1714425301043,"stop":1714425301044,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec891da4ded4b475","name":"topics with same application and version share the same shard","time":{"start":1714424849005,"stop":1714424849005,"duration":0},"status":"passed","severity":"normal"},{"uid":"806b388f9ce1ee87","name":"isConnected should return false after all peers disconnect","time":{"start":1714424950491,"stop":1714424950492,"duration":1},"status":"passed","severity":"normal"},{"uid":"7472fcd8beed32ce","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1714425451132,"stop":1714425451133,"duration":1},"status":"passed","severity":"normal"},{"uid":"e49a91bb7dc95112","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714425137459,"stop":1714425137460,"duration":1},"status":"passed","severity":"normal"},{"uid":"e09621b2aa1e3a1c","name":"can start the service","time":{"start":1714425363885,"stop":1714425363885,"duration":0},"status":"passed","severity":"normal"},{"uid":"861acf9b9d0f7ace","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1714425071971,"stop":1714425071972,"duration":1},"status":"passed","severity":"normal"},{"uid":"14d684c7367bda90","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1714425071906,"stop":1714425071906,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fb7d59073442607","name":"less peers than existing","time":{"start":1714425298656,"stop":1714425298656,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c09f2a749185ca2c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714425137470,"stop":1714425137470,"duration":0},"status":"passed","severity":"normal"},{"uid":"f12ee7563ec04cf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714425534889,"stop":1714425534890,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f570ac1c4719579","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1714425071915,"stop":1714425071916,"duration":1},"status":"passed","severity":"normal"},{"uid":"50def788c9f11a1c","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1714424873555,"stop":1714424873556,"duration":1},"status":"passed","severity":"normal"},{"uid":"87ab37e956e80584","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1714425405872,"stop":1714425405873,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5ff41feef6f4953","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1714424849008,"stop":1714424849008,"duration":0},"status":"passed","severity":"normal"},{"uid":"428c5cbcf1c33c90","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1714425071922,"stop":1714425071922,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d6afb074380220d","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714424993186,"stop":1714424993187,"duration":1},"status":"passed","severity":"normal"},{"uid":"a41355d56db4edea","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714425110756,"stop":1714425110757,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0b12f1153b4c248","name":"Check received message containing SQL Injection","time":{"start":1714425068148,"stop":1714425068148,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed726377018f13a","name":"Check meta is set [symmetric]","time":{"start":1714424883370,"stop":1714424883371,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dffbdae028ac024","name":"Push message with emoji payload","time":{"start":1714425435610,"stop":1714425435611,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c4823404669f8dd","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app25/10/topic435/json","time":{"start":1714425396496,"stop":1714425396496,"duration":0},"status":"passed","severity":"normal"},{"uid":"e15f528cdc6ab456","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1714424849010,"stop":1714424849010,"duration":0},"status":"passed","severity":"normal"},{"uid":"f41d60be5dc235cd","name":"Fields are not dropped","time":{"start":1714424861903,"stop":1714424861905,"duration":2},"status":"passed","severity":"normal"},{"uid":"12b90ce946b6098d","name":"should return the pubsub topic directly if a string is provided","time":{"start":1714424849031,"stop":1714424849031,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a1e452d7866e587","name":"Non TWN Cluster","time":{"start":1714425396492,"stop":1714425396492,"duration":0},"status":"passed","severity":"normal"},{"uid":"5273c909c9a5a9eb","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714424849012,"stop":1714424849012,"duration":0},"status":"passed","severity":"normal"},{"uid":"78c5383b2d07b0c8","name":"should not receive a peer event before start","time":{"start":1714425363888,"stop":1714425363888,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a7a069c95b3a8f8","name":"Check received message containing SQL Injection","time":{"start":1714425369933,"stop":1714425369934,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad03cee0840f05ab","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714425137442,"stop":1714425137442,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fd06da370aeb904","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1714425451136,"stop":1714425451136,"duration":0},"status":"passed","severity":"normal"},{"uid":"935ee22e13b6805f","name":"A test","time":{"start":1714425137575,"stop":1714425137576,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8c8df0bef3dc384","name":"returns all values when wanted number matches available values","time":{"start":1714424872187,"stop":1714424872189,"duration":2},"status":"passed","severity":"normal"},{"uid":"1d10d20c77d7df04","name":"Callback on promise","time":{"start":1714425467285,"stop":1714425467286,"duration":1},"status":"passed","severity":"normal"},{"uid":"d77e2c725826641f","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714424873556,"stop":1714424873556,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1b5b02ef401490e0","name":"Fails to publish message with size larger than 1 MB","time":{"start":1714425348193,"stop":1714425348193,"duration":0},"status":"passed","severity":"normal"},{"uid":"549d965f85e643ae","name":"should not fail to stop the service if it was not started","time":{"start":1714424912035,"stop":1714424912035,"duration":0},"status":"passed","severity":"normal"},{"uid":"968b88f738ad4baa","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1714425405870,"stop":1714425405872,"duration":2},"status":"passed","severity":"normal"},{"uid":"34deaa3593870d53","name":"Subscribe and receives messages on 20 topics","time":{"start":1714425534891,"stop":1714425534891,"duration":0},"status":"passed","severity":"normal"},{"uid":"801683dd583d74","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714425170479,"stop":1714425170479,"duration":0},"status":"passed","severity":"normal"},{"uid":"4271cb12df3126c3","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714425396491,"stop":1714425396491,"duration":0},"status":"passed","severity":"normal"},{"uid":"28b4b70d70bf3e02","name":"Push message with content topic containing shell command","time":{"start":1714425301125,"stop":1714425301126,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2f3784c963aa0b4","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1714425071904,"stop":1714425071904,"duration":0},"status":"passed","severity":"normal"},{"uid":"632ffb533285bd4b","name":"creates an iterator","time":{"start":1714425485200,"stop":1714425485200,"duration":0},"status":"passed","severity":"normal"},{"uid":"a92b5530a56056bb","name":"Refresh subscription","time":{"start":1714425137451,"stop":1714425137452,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c854ff4a64876a6","name":"Check received message containing short","time":{"start":1714425068138,"stop":1714425068138,"duration":0},"status":"passed","severity":"normal"},{"uid":"222e82208ab0b45f","name":"Check message with invalid timestamp is not received","time":{"start":1714425369970,"stop":1714425369970,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c4fb7d06b470d","name":"Check received message containing emoji","time":{"start":1714425369948,"stop":1714425369949,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d3119f2e0bcfff2","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714425321026,"stop":1714425321026,"duration":0},"status":"passed","severity":"normal"},{"uid":"8862e0704363b773","name":"start node with empty shard","time":{"start":1714425425865,"stop":1714425425866,"duration":1},"status":"passed","severity":"normal"},{"uid":"659f32707b77b1a3","name":"All","time":{"start":1714424910638,"stop":1714424910638,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c599b96e20deea","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1714424849025,"stop":1714424849025,"duration":0},"status":"passed","severity":"normal"},{"uid":"956e97a9fba1701b","name":"Mutual subscription","time":{"start":1714425349849,"stop":1714425349849,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e7d5ce8ebbc8045","name":"Check publish message containing escaped characters","time":{"start":1714425348180,"stop":1714425348180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b1a8ff220e8cb65","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","time":{"start":1714424849041,"stop":1714424849042,"duration":1},"status":"passed","severity":"normal"},{"uid":"eba3b14536255351","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1714424849027,"stop":1714424849027,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e3ba83692caed9c","name":"Decoder throws on empty string content topic","time":{"start":1714424862501,"stop":1714424862501,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd0dd4e1c211657d","name":"Fails to push message bigger that 1MB","time":{"start":1714425301157,"stop":1714425301157,"duration":0},"status":"passed","severity":"normal"},{"uid":"acf73b090f5a37b","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1714424849003,"stop":1714424849003,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a78876b68cf95a","name":"random static sharding 4 - Cluster ID: 355, Shard ID: 663","time":{"start":1714425425851,"stop":1714425425851,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2990754d6fb9e5e","name":"Push message with Chinese payload","time":{"start":1714425435605,"stop":1714425435605,"duration":0},"status":"passed","severity":"normal"},{"uid":"344c3f130ecc34","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714425534886,"stop":1714425534886,"duration":0},"status":"passed","severity":"normal"},{"uid":"a192b33b88823918","name":"Check publish message containing Script","time":{"start":1714425348175,"stop":1714425348177,"duration":2},"status":"passed","severity":"normal"},{"uid":"fdf1edbf676a3c48","name":"Check message received after jswaku node is restarted","time":{"start":1714425369955,"stop":1714425369956,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4d2a6bdbcba9ccbf","name":"Ping on subscribed peer","time":{"start":1714424973884,"stop":1714424973885,"duration":1},"status":"passed","severity":"normal"},{"uid":"49a3aa8871a94f89","name":"Meta field set when metaSetter is specified","time":{"start":1714424862499,"stop":1714424862499,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d999831eab8df5","name":"does not throw on valid cases","time":{"start":1714424848993,"stop":1714424848994,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe95b4ee1261c258","name":"should use the provided clusterId for the pubsub topic","time":{"start":1714424849044,"stop":1714424849044,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bf95a3090f4a11f","name":"Check received message containing shell command","time":{"start":1714425068150,"stop":1714425068150,"duration":0},"status":"passed","severity":"normal"},{"uid":"75f523f06818f857","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1714425508072,"stop":1714425508072,"duration":0},"status":"passed","severity":"normal"},{"uid":"f09be10999cfb420","name":"should encodeTxt and decodeTxt","time":{"start":1714424857613,"stop":1714424857613,"duration":0},"status":"passed","severity":"normal"},{"uid":"a997be6913e4a534","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1714424901193,"stop":1714424901193,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa84e5b9ccae7866","name":"Ordered callback, aborts when callback returns true","time":{"start":1714425467287,"stop":1714425467288,"duration":1},"status":"passed","severity":"normal"},{"uid":"78456918c9a770b6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714425534880,"stop":1714425534881,"duration":1},"status":"passed","severity":"normal"},{"uid":"b233aef71fae21b7","name":"Check message received after nwaku node is restarted","time":{"start":1714425068158,"stop":1714425068160,"duration":2},"status":"skipped","severity":"normal"},{"uid":"86ae7eb04a78204c","name":"Ordered Callback - forward","time":{"start":1714425460329,"stop":1714425460329,"duration":0},"status":"passed","severity":"normal"},{"uid":"d95bdcf03d67ed53","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1714424901192,"stop":1714424901193,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf3f8cbdda006702","name":"Push message with content topic containing Russian","time":{"start":1714425301106,"stop":1714425301109,"duration":3},"status":"passed","severity":"normal"},{"uid":"c31e6d145f8b2f94","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714424993185,"stop":1714424993186,"duration":1},"status":"passed","severity":"normal"},{"uid":"9913fb264df4fb97","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1714424849000,"stop":1714424849000,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9183da34c4004b2","name":"Query with Ordered Callback, No message returned","time":{"start":1714425451134,"stop":1714425451135,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbe10c5e01f961fd","name":"throws on content topic with non-number generation field","time":{"start":1714424848995,"stop":1714424848996,"duration":1},"status":"passed","severity":"normal"},{"uid":"faa041db946cb010","name":"Check received message containing escaped characters","time":{"start":1714425068150,"stop":1714425068151,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8dfd17e58d26f5","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1714424857614,"stop":1714424857614,"duration":0},"status":"passed","severity":"normal"},{"uid":"73ced9d22be9a095","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714425170480,"stop":1714425170481,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a911f705284523b","name":"same cluster, different shard: nodes connect","time":{"start":1714425178900,"stop":1714425178900,"duration":0},"status":"passed","severity":"normal"},{"uid":"906c104c2abb87ec","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714425137456,"stop":1714425137457,"duration":1},"status":"passed","severity":"normal"},{"uid":"7befcd2de9a6bd1","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1714425071901,"stop":1714425071903,"duration":2},"status":"passed","severity":"normal"},{"uid":"b8b068f222d20459","name":"Push message with content topic containing Arabic","time":{"start":1714425435616,"stop":1714425435619,"duration":3},"status":"passed","severity":"normal"},{"uid":"6356a3328e7cc51b","name":"should emit a peer event after start","time":{"start":1714425363887,"stop":1714425363888,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dfea3ad84521669","name":"Round trip binary encryption [ecies, signature]","time":{"start":1714424885246,"stop":1714424885246,"duration":0},"status":"passed","severity":"normal"},{"uid":"5096667f94875c22","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1714424873556,"stop":1714424873557,"duration":1},"status":"skipped","severity":"normal"},{"uid":"16c80935be3720d3","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1714424901184,"stop":1714424901187,"duration":3},"status":"passed","severity":"normal"},{"uid":"46ff8f762a063207","name":"random static sharding 3 - Cluster ID: 733, Shard ID: 771","time":{"start":1714425425851,"stop":1714425425851,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d37a28fe303cf4e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1714424885245,"stop":1714424885246,"duration":1},"status":"passed","severity":"normal"},{"uid":"904c04ed00c86beb","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425170481,"stop":1714425170481,"duration":0},"status":"passed","severity":"normal"},{"uid":"f49c671dd57cd993","name":"Reusing cursor across nodes","time":{"start":1714425405879,"stop":1714425405880,"duration":1},"status":"passed","severity":"normal"},{"uid":"6931082619b8fdd1","name":"Check received message containing numeric","time":{"start":1714425369958,"stop":1714425369960,"duration":2},"status":"passed","severity":"normal"},{"uid":"91e37f1ecdbe6b19","name":"Query Generator - forward","time":{"start":1714425460323,"stop":1714425460324,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ae253fd09964c11","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1714425071926,"stop":1714425071927,"duration":1},"status":"passed","severity":"normal"},{"uid":"af6e47c452fbc5af","name":"Check publish message containing SQL Injection","time":{"start":1714425348174,"stop":1714425348175,"duration":1},"status":"passed","severity":"normal"},{"uid":"2980b5f56f00e8bf","name":"Push message with Script payload","time":{"start":1714425301045,"stop":1714425301045,"duration":0},"status":"passed","severity":"normal"},{"uid":"9693c95b832f7dbd","name":"Check received message containing escaped characters","time":{"start":1714425369967,"stop":1714425369967,"duration":0},"status":"passed","severity":"normal"},{"uid":"562a5d2a44e52979","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1714424849001,"stop":1714424849002,"duration":1},"status":"passed","severity":"normal"},{"uid":"9632f9f9ff4dcd5f","name":"Subscribe and publish message","time":{"start":1714425349851,"stop":1714425349859,"duration":8},"status":"passed","severity":"normal"},{"uid":"898cf4420bbcdfdf","name":"Check publish message containing short","time":{"start":1714425348138,"stop":1714425348155,"duration":17},"status":"passed","severity":"normal"},{"uid":"e6db2b730caed230","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1714424849000,"stop":1714424849001,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ca4fc570fcea72a","name":"Waku message hash computation (payload length 0)","time":{"start":1714424851718,"stop":1714424851719,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad922d30bbba20b5","name":"Publish message with custom timestamp: Mon Apr 29 2024 20:15:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348190,"stop":1714425348190,"duration":0},"status":"passed","severity":"normal"},{"uid":"7236aece0e0828a4","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714424974898,"stop":1714424974898,"duration":0},"status":"passed","severity":"normal"},{"uid":"a41f505d6010baa3","name":"Check received message containing Russian","time":{"start":1714425369932,"stop":1714425369933,"duration":1},"status":"passed","severity":"normal"},{"uid":"90ae73ea2f74f28d","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714425301119,"stop":1714425301122,"duration":3},"status":"passed","severity":"normal"},{"uid":"c25aa904cee0947d","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1714425349920,"stop":1714425349920,"duration":0},"status":"passed","severity":"normal"},{"uid":"75293a7fc6e55361","name":"should be able to decode the field with only RELAY set to true","time":{"start":1714424856926,"stop":1714424856927,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed932ae31d2b7e69","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714425534882,"stop":1714425534882,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb27ea7c5db99b8","name":"Subscribe and receive messages via lightPush","time":{"start":1714425534880,"stop":1714425534880,"duration":0},"status":"passed","severity":"normal"},{"uid":"4936480863811f0c","name":"Callback on promise, aborts when callback returns true","time":{"start":1714425467286,"stop":1714425467287,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff1ba0a98ea883f3","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0b69cfdc41de8a7","name":"Sets default value correctly","time":{"start":1714425494508,"stop":1714425494509,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a9909a5040713","name":"random static sharding 10 - Cluster ID: 674, Shard ID: 294","time":{"start":1714425425858,"stop":1714425425858,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9eae2b0aab8f438","name":"Push message with content topic containing long","time":{"start":1714425435613,"stop":1714425435614,"duration":1},"status":"passed","severity":"normal"},{"uid":"45fc21223c9fcec","name":"Push message with escaped characters payload","time":{"start":1714425301072,"stop":1714425301072,"duration":0},"status":"passed","severity":"normal"},{"uid":"73dc9aea1bba06ba","name":"Passing page size 3 when there are 20 messages","time":{"start":1714425481553,"stop":1714425481553,"duration":0},"status":"passed","severity":"normal"},{"uid":"63e0a7e3386ac3dc","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c9f5312ce7348e9","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1714425508071,"stop":1714425508071,"duration":0},"status":"passed","severity":"normal"},{"uid":"200576456e2f7df5","name":"should not fail to start the service if it is already started","time":{"start":1714424877427,"stop":1714424877427,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9fb73bc03a23233","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714425110754,"stop":1714425110754,"duration":0},"status":"passed","severity":"normal"},{"uid":"7263dfc8490a871","name":"Relay + Store","time":{"start":1714424910637,"stop":1714424910638,"duration":1},"status":"passed","severity":"normal"},{"uid":"381fe1fcb2dfdb6b","name":"recovers when dns.resolve returns empty","time":{"start":1714424873552,"stop":1714424873553,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7a9e1899e73d910","name":"Check received message containing Chinese","time":{"start":1714425369930,"stop":1714425369931,"duration":1},"status":"passed","severity":"normal"},{"uid":"80d43f2eadc156bc","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1714424950486,"stop":1714424950489,"duration":3},"status":"passed","severity":"normal"},{"uid":"8420a384a79e759f","name":"getPeersByDiscovery","time":{"start":1714424941437,"stop":1714424941437,"duration":0},"status":"passed","severity":"normal"},{"uid":"57e22aa947684f66","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","severity":"normal"},{"uid":"744b62986c0ced9b","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1714425071912,"stop":1714425071912,"duration":0},"status":"passed","severity":"normal"},{"uid":"abb03a8d9b257ae4","name":"connected peers and dial","time":{"start":1714425298655,"stop":1714425298656,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1b03a5c7cfa23f75","name":"Check publish message containing emoji","time":{"start":1714425348181,"stop":1714425348181,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff86ba48295e924","name":"throws on content topic with empty encoding field","time":{"start":1714424848998,"stop":1714424848998,"duration":0},"status":"passed","severity":"normal"},{"uid":"f54958b008885f44","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1714425071972,"stop":1714425071985,"duration":13},"status":"passed","severity":"normal"},{"uid":"13b295771d5d0b33","name":"configure the node with multiple pubsub topics","time":{"start":1714425425862,"stop":1714425425863,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3b1fbdd51882499","name":"should decode valid enr successfully","time":{"start":1714424857613,"stop":1714424857613,"duration":0},"status":"passed","severity":"normal"},{"uid":"f052e8bdca7ea636","name":"Generator, custom pubsub topic","time":{"start":1714425473188,"stop":1714425473188,"duration":0},"status":"passed","severity":"normal"},{"uid":"586c1458d22c6779","name":"Check message with non string payload is not received","time":{"start":1714425369953,"stop":1714425369955,"duration":2},"status":"passed","severity":"normal"},{"uid":"29d18be105d5b0ac","name":"Subscribe to topic containing XML and publish message","time":{"start":1714425349909,"stop":1714425349910,"duration":1},"status":"passed","severity":"normal"},{"uid":"266faa490ae26738","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1714424873148,"stop":1714424873149,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca6736aa26c5a821","name":"Subscribe to topic containing Script and receive message","time":{"start":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b974e4dfdf8a58c","name":"Fails to push message with empty content topic","time":{"start":1714425435629,"stop":1714425435629,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f530eb2d26821bc","name":"should load peers from local storage and dispatch events","time":{"start":1714424877430,"stop":1714424877430,"duration":0},"status":"passed","severity":"normal"},{"uid":"2332401b476e0bbe","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714425321021,"stop":1714425321022,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5acd5d7e6f40c51","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","severity":"normal"},{"uid":"63f7ce040c0f98d","name":"Push message with rate limit","time":{"start":1714425301147,"stop":1714425301148,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9a01a17600072f6","name":"Decrypt messages","time":{"start":1714425302083,"stop":1714425302083,"duration":0},"status":"passed","severity":"normal"},{"uid":"c10a62edf3b5c156","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1714424873555,"stop":1714424873555,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6d3b046354c0d5c","name":"Push message with special chars payload","time":{"start":1714425301042,"stop":1714425301043,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7cafbca1e134a29","name":"should properly create location multiaddrs - udp4","time":{"start":1714424857618,"stop":1714424857618,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2f0bfe3286b1b0e","name":"Push message with shell command payload","time":{"start":1714425435609,"stop":1714425435609,"duration":0},"status":"passed","severity":"normal"},{"uid":"cecfc0a1c2529487","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1714424883368,"stop":1714424883369,"duration":1},"status":"passed","severity":"normal"},{"uid":"58c79b569f995159","name":"Overlapping topic subscription","time":{"start":1714425534892,"stop":1714425534893,"duration":1},"status":"passed","severity":"normal"},{"uid":"e45c757ddd50663","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714425137450,"stop":1714425137450,"duration":0},"status":"passed","severity":"normal"},{"uid":"b907b39266ca1f55","name":"Symmetric encrypt & Decrypt","time":{"start":1714424883949,"stop":1714424883949,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f38e705ac8ff223","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071925,"stop":1714425071925,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9a3974d9476b06c","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1714424849009,"stop":1714424849009,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed5d1a8c1a04426d","name":"should throw an error for insufficient data","time":{"start":1714424849200,"stop":1714424849200,"duration":0},"status":"passed","severity":"normal"},{"uid":"16dd052056aba72d","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1714425071907,"stop":1714425071907,"duration":0},"status":"passed","severity":"normal"},{"uid":"d25e7dbcb9893c55","name":"Fails to publish message with empty text","time":{"start":1714425348191,"stop":1714425348192,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3f7377194f0aa1d","name":"can start the service","time":{"start":1714424912031,"stop":1714424912031,"duration":0},"status":"passed","severity":"normal"},{"uid":"26de1e71a0ec1d75","name":"Nodes with multiple pubsub topic","time":{"start":1714425321022,"stop":1714425321023,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e6d3da206c94de9","name":"Subscribe to topic containing short and receive message","time":{"start":1714425534893,"stop":1714425534893,"duration":0},"status":"passed","severity":"normal"},{"uid":"accd216ea2aab638","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425473189,"stop":1714425473189,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1e91768e693e8f7","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app1/4/topic882/json","time":{"start":1714425396494,"stop":1714425396495,"duration":1},"status":"passed","severity":"normal"},{"uid":"d26c0cdf9b587c32","name":"Check received message with timestamp: 1714424899696 ","time":{"start":1714425369969,"stop":1714425369969,"duration":0},"status":"passed","severity":"normal"},{"uid":"d63053303b97400a","name":"Check received message containing Basic HTML tag","time":{"start":1714425068149,"stop":1714425068149,"duration":0},"status":"passed","severity":"normal"},{"uid":"9104a92da412b471","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1714424849002,"stop":1714424849003,"duration":1},"status":"passed","severity":"normal"},{"uid":"cfa6c1bc99da131f","name":"Check message with no payload is not received","time":{"start":1714425068156,"stop":1714425068157,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bb90a2f35820c48","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071969,"stop":1714425071969,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e3987df23087d62","name":"isConnected between 2 js-waku relay nodes","time":{"start":1714424950492,"stop":1714424950493,"duration":1},"status":"passed","severity":"normal"},{"uid":"a70e486ca04e1b9a","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1714425349919,"stop":1714425349919,"duration":0},"status":"passed","severity":"normal"},{"uid":"f15a90ae02a84de4","name":"Subscribe to topic containing emoji and publish message","time":{"start":1714425349920,"stop":1714425349920,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3fb9dd033eb89fb","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1714424873147,"stop":1714424873148,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc058a5233128306","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1714424849005,"stop":1714424849005,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb7c620b68a28dd7","name":"Check received message containing Arabic","time":{"start":1714425369961,"stop":1714425369961,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdb1ff5bbdbb6e53","name":"Push message with Script payload","time":{"start":1714425435606,"stop":1714425435607,"duration":1},"status":"passed","severity":"normal"},{"uid":"f792bd44f5598b69","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714425110754,"stop":1714425110755,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b416910f0d8abda","name":"can dial TLS multiaddrs","time":{"start":1714425175291,"stop":1714425175292,"duration":1},"status":"passed","severity":"normal"},{"uid":"be3fb11e9efcd2eb","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1714425348540,"stop":1714425348540,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f10279b21ab7be51","name":"should correctly map a content topic to a pubsub topic","time":{"start":1714424849043,"stop":1714424849043,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef835545c26bd68d","name":"Check received message containing Script","time":{"start":1714425068148,"stop":1714425068148,"duration":0},"status":"passed","severity":"normal"},{"uid":"78e59cc4ab342e7c","name":"should properly create location multiaddrs - tcp6","time":{"start":1714424857619,"stop":1714424857619,"duration":0},"status":"passed","severity":"normal"},{"uid":"653ca94f2d9a1bd7","name":"Push message with Chinese payload","time":{"start":1714425301043,"stop":1714425301043,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfdd1f7c81c5d12","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1714425349860,"stop":1714425349876,"duration":16},"status":"passed","severity":"normal"},{"uid":"6a491641db855a5a","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1714425071923,"stop":1714425071924,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5a079af0494ac1c","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1714424950485,"stop":1714424950486,"duration":1},"status":"passed","severity":"normal"},{"uid":"757e9658f9935d5c","name":"Push message with content topic containing unicode special characters","time":{"start":1714425435628,"stop":1714425435628,"duration":0},"status":"passed","severity":"normal"},{"uid":"6349c3733a7c11f1","name":"Subscribe to topic containing short and receive message","time":{"start":1714425534883,"stop":1714425534884,"duration":1},"status":"passed","severity":"normal"},{"uid":"b06f6360b01c07d9","name":"should properly create location multiaddrs - tcp","time":{"start":1714424857619,"stop":1714424857619,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3ab17d1f22cc5ac","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1714424849004,"stop":1714424849005,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea862fd6c00f83b2","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714425425864,"stop":1714425425865,"duration":1},"status":"passed","severity":"normal"},{"uid":"40834687a9793bfc","name":"should throw an error if shards are undefined for static sharding","time":{"start":1714424849013,"stop":1714424849013,"duration":0},"status":"passed","severity":"normal"},{"uid":"787093aa16f4fc3d","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1714424856928,"stop":1714424856929,"duration":1},"status":"passed","severity":"normal"},{"uid":"503a390126ebbcec","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1714424873144,"stop":1714424873144,"duration":0},"status":"passed","severity":"normal"},{"uid":"446ecca731e3b755","name":"Check message with no content topic is not received","time":{"start":1714425369952,"stop":1714425369952,"duration":0},"status":"passed","severity":"normal"},{"uid":"85d07ab921dd0731","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425473187,"stop":1714425473188,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f96ab08ceef33ed","name":"Correctly serialized arguments","time":{"start":1714425175461,"stop":1714425175461,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a7f36ebcce1943c","name":"Check publish message after client node is restarted","time":{"start":1714425348194,"stop":1714425348194,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d93ea9ba824fb6fa","name":"Check message with no content topic is not received","time":{"start":1714425369971,"stop":1714425369971,"duration":0},"status":"passed","severity":"normal"},{"uid":"15f6faefc94ad3e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714425369969,"stop":1714425369969,"duration":0},"status":"passed","severity":"normal"},{"uid":"831cc3d943a8000e","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714424974899,"stop":1714424974899,"duration":0},"status":"passed","severity":"normal"},{"uid":"71ca866faf6bcd7d","name":"stop","time":{"start":1714424941438,"stop":1714424941439,"duration":1},"status":"passed","severity":"normal"},{"uid":"6390d5fdb7add3fb","name":"Push message with content topic containing escaped characters","time":{"start":1714425301127,"stop":1714425301139,"duration":12},"status":"passed","severity":"normal"},{"uid":"2730758c5f565372","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714425369970,"stop":1714425369970,"duration":0},"status":"passed","severity":"normal"},{"uid":"a897b1402f860e4a","name":"Query with Promise Callback, No message returned","time":{"start":1714425451139,"stop":1714425451140,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6c2af209c457962","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1714424849016,"stop":1714424849016,"duration":0},"status":"passed","severity":"normal"},{"uid":"64def680ca32e9f7","name":"Query with Promise Callback, No Decoder","time":{"start":1714425451138,"stop":1714425451138,"duration":0},"status":"passed","severity":"normal"},{"uid":"3addf4900bd5970a","name":"should properly create peer info with all multiaddrs","time":{"start":1714424857619,"stop":1714424857620,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8183512086b664e","name":"should only return 1 node with store capability","time":{"start":1714424873555,"stop":1714424873555,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc6164fe9bf655cd","name":"Subscribe and receive messages via lightPush","time":{"start":1714425137441,"stop":1714425137441,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c81ef39891c1b98","name":"Subscribe to topic containing long and receive message","time":{"start":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffa3e080172b5c79","name":"Throws when trying to push message with empty payload","time":{"start":1714425301078,"stop":1714425301081,"duration":3},"status":"passed","severity":"normal"},{"uid":"df13b3644c3037f4","name":"it tolerates circular branch references","time":{"start":1714424873552,"stop":1714424873552,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4ed0a09e149ff8c","name":"should not fail to stop the service if it was not started","time":{"start":1714425363886,"stop":1714425363887,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6d921feeae3ad5e","name":"Query generator for multiple messages with different message text format","time":{"start":1714425467282,"stop":1714425467283,"duration":1},"status":"passed","severity":"normal"},{"uid":"b68de8e45166c96a","name":"Encoder throws on undefined content topic","time":{"start":1714424862499,"stop":1714424862500,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e390e56647967f1","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1714425475358,"stop":1714425475359,"duration":1},"status":"passed","severity":"normal"},{"uid":"752d1f8f5b503ef6","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714425534885,"stop":1714425534886,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5563c540e343d0c","name":"should not receive a peer event after stop","time":{"start":1714425363888,"stop":1714425363889,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5289cd745dea29","name":"Generator, 2 different pubsubtopics","time":{"start":1714425473188,"stop":1714425473189,"duration":1},"status":"passed","severity":"normal"},{"uid":"14d6f690f5f7d55","name":"Fails to push message bigger that 1MB","time":{"start":1714425435632,"stop":1714425435633,"duration":1},"status":"passed","severity":"normal"},{"uid":"4be9100c11c27f36","name":"Refresh subscription","time":{"start":1714425534883,"stop":1714425534883,"duration":0},"status":"passed","severity":"normal"},{"uid":"71f791821a85c823","name":"random static sharding 8 - Cluster ID: 681, Shard ID: 750","time":{"start":1714425425854,"stop":1714425425854,"duration":0},"status":"passed","severity":"normal"},{"uid":"69db298b86827043","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1714425071925,"stop":1714425071926,"duration":1},"status":"passed","severity":"normal"},{"uid":"476917bd61b4637","name":"Check received message containing Basic HTML tag","time":{"start":1714425369936,"stop":1714425369937,"duration":1},"status":"passed","severity":"normal"},{"uid":"b10ef962a83b8d89","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714425534881,"stop":1714425534882,"duration":1},"status":"passed","severity":"normal"},{"uid":"85f2eb5d5a0a17ca","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1714425405875,"stop":1714425405878,"duration":3},"status":"passed","severity":"normal"},{"uid":"5ceed51649f902e5","name":"should return false","time":{"start":1714424857616,"stop":1714424857616,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cdfd75b2933fa1","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1714425071920,"stop":1714425071921,"duration":1},"status":"passed","severity":"normal"},{"uid":"72aa46084140af40","name":"Check publish message containing numeric","time":{"start":1714425348163,"stop":1714425348166,"duration":3},"status":"passed","severity":"normal"},{"uid":"24672bea66bbd202","name":"Check received message containing Script","time":{"start":1714425369934,"stop":1714425369935,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5ec769e3c6eecb2","name":"LightPush","time":{"start":1714425507199,"stop":1714425507199,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d5bbe7c447075a","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1714424849022,"stop":1714424849023,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e850a3c52fd12f0","name":"should emit a peer event after start","time":{"start":1714424877428,"stop":1714424877428,"duration":0},"status":"passed","severity":"normal"},{"uid":"d091753ca8efb2f3","name":"Push message with Basic HTML tag payload","time":{"start":1714425301046,"stop":1714425301046,"duration":0},"status":"passed","severity":"normal"},{"uid":"c43022d2580eb51b","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1714424849003,"stop":1714424849003,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf1a449d45701322","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1714424883370,"stop":1714424883370,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ea8aed9fa92695b","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1714424849002,"stop":1714424849002,"duration":0},"status":"passed","severity":"normal"},{"uid":"74f5d73c57d51273","name":"Check message on other pubsub topic is not received","time":{"start":1714425369951,"stop":1714425369952,"duration":1},"status":"passed","severity":"normal"},{"uid":"d03fb81df8d9a26b","name":"should not fail to stop the service if it was not started","time":{"start":1714424877427,"stop":1714424877427,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a56c2ae9ded62c2","name":"Push message with unicode special characters payload","time":{"start":1714425435610,"stop":1714425435610,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef93b80c2f1044ca","name":"should not throw an error for a single configured topic","time":{"start":1714424849026,"stop":1714424849026,"duration":0},"status":"passed","severity":"normal"},{"uid":"1dff6900ec387aa","name":"should be able to encode the field with only FILTER set to true","time":{"start":1714424856922,"stop":1714424856922,"duration":0},"status":"passed","severity":"normal"},{"uid":"d69d45d9de23d91e","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714425068153,"stop":1714425068153,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f294f761764c5c8","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714424993188,"stop":1714424993188,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c26db6781d57fee","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425170479,"stop":1714425170479,"duration":0},"status":"passed","severity":"normal"},{"uid":"deabc268b3b3f5c5","name":"Passing cursor with wrong message digest","time":{"start":1714425405880,"stop":1714425405880,"duration":0},"status":"passed","severity":"normal"},{"uid":"97fc839641ab590e","name":"Refresh subscription","time":{"start":1714425349877,"stop":1714425349878,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c9448fbab837805e","name":"Check received message containing shell command","time":{"start":1714425369967,"stop":1714425369967,"duration":0},"status":"passed","severity":"normal"},{"uid":"3254a16e3761964d","name":"should get / set UDP multiaddr","time":{"start":1714424857617,"stop":1714424857617,"duration":0},"status":"passed","severity":"normal"},{"uid":"22023dffc1eb3d0c","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app75/7/topic355/json","time":{"start":1714425396495,"stop":1714425396496,"duration":1},"status":"passed","severity":"normal"},{"uid":"deb1ed5d924f37bf","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1714424862501,"stop":1714424862502,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a699fb95c3aa789","name":"different cluster, different shard: nodes don't connect","time":{"start":1714425071901,"stop":1714425071901,"duration":0},"status":"passed","severity":"normal"},{"uid":"21565ae3268fe846","name":"tcp ip4 address","time":{"start":1714424857073,"stop":1714424857073,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9b5c4d9babf11e1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e5961b24cc4a422","name":"Subscribe and receive messages via waku relay post","time":{"start":1714425137442,"stop":1714425137448,"duration":6},"status":"passed","severity":"normal"},{"uid":"23f6bb78f29939b5","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1714425321024,"stop":1714425321025,"duration":1},"status":"passed","severity":"normal"},{"uid":"60e94d4f239ffc23","name":"Check received message with timestamp: 1714424899696000000 ","time":{"start":1714425369949,"stop":1714425369949,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fb6bf6186b14092","name":"Push message with content topic containing numeric","time":{"start":1714425435614,"stop":1714425435614,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d24632a1363cb2","name":"Push message with content topic containing JSON","time":{"start":1714425301122,"stop":1714425301124,"duration":2},"status":"passed","severity":"normal"},{"uid":"8b795ef7c60e35f","name":"Overlapping topic subscription","time":{"start":1714425534883,"stop":1714425534883,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6dfe2ade27893c1","name":"Js publishes, other Js receives","time":{"start":1714425325521,"stop":1714425325522,"duration":1},"status":"passed","severity":"normal"},{"uid":"79148325a4024fdd","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714424993189,"stop":1714424993189,"duration":0},"status":"passed","severity":"normal"},{"uid":"46b1bba461268a8e","name":"different cluster, different shard: nodes don't connect","time":{"start":1714425178901,"stop":1714425178903,"duration":2},"status":"passed","severity":"normal"},{"uid":"493f05e7f428d749","name":"Query generator for multiple messages with multiple decoders","time":{"start":1714425467283,"stop":1714425467283,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8e6cc6b15b8cdf6","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1714424877430,"stop":1714424877430,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac1e922f5b8702d9","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714425110752,"stop":1714425110752,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7224824cfbd504d","name":"Subscribe and receive messages via waku relay post","time":{"start":1714425534890,"stop":1714425534890,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed057bbdad1f0cb","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1714425405879,"stop":1714425405879,"duration":0},"status":"passed","severity":"normal"},{"uid":"516fda60ab107f95","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1714424849023,"stop":1714424849023,"duration":0},"status":"passed","severity":"normal"},{"uid":"21ebdd715c028cab","name":"Push message with content topic containing Russian","time":{"start":1714425435619,"stop":1714425435620,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca898821670c9cf1","name":"Refresh subscription","time":{"start":1714425534893,"stop":1714425534893,"duration":0},"status":"passed","severity":"normal"},{"uid":"64aa9a36605880d2","name":"Delete observer","time":{"start":1714425302084,"stop":1714425302084,"duration":0},"status":"passed","severity":"normal"},{"uid":"21f33ab73477454a","name":"Check received message containing JSON","time":{"start":1714425068149,"stop":1714425068150,"duration":1},"status":"passed","severity":"normal"},{"uid":"702705a5ed07a3f9","name":"Push message with content topic containing special chars","time":{"start":1714425435615,"stop":1714425435616,"duration":1},"status":"passed","severity":"normal"},{"uid":"e48e0442e4b03c4c","name":"Subscribe to topic containing numeric and publish message","time":{"start":1714425349896,"stop":1714425349896,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3c2a0c9f4973720","name":"Check received message containing unicode special characters","time":{"start":1714425369946,"stop":1714425369948,"duration":2},"status":"passed","severity":"normal"},{"uid":"c14239f9f729d127","name":"Promise Callback - forward","time":{"start":1714425460327,"stop":1714425460328,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c3b650da9279244","name":"Push message with meta","time":{"start":1714425301143,"stop":1714425301143,"duration":0},"status":"passed","severity":"normal"},{"uid":"b853695d10fe299a","name":"Push message with SQL Injection payload","time":{"start":1714425435606,"stop":1714425435606,"duration":0},"status":"passed","severity":"normal"},{"uid":"5293e618c95feb5e","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1714424849034,"stop":1714424849040,"duration":6},"status":"passed","severity":"normal"},{"uid":"4e47c708d31cdb09","name":"shard 0","time":{"start":1714425425849,"stop":1714425425849,"duration":0},"status":"passed","severity":"normal"},{"uid":"15559340315c0c33","name":"Push message equal or less that 1MB","time":{"start":1714425301156,"stop":1714425301156,"duration":0},"status":"passed","severity":"normal"},{"uid":"16efbe8816b9d682","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1714425467287,"stop":1714425467287,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb07242dac4558a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714425110753,"stop":1714425110753,"duration":0},"status":"passed","severity":"normal"},{"uid":"74cf579812b97ee","name":"Ephemeral field is preserved - encoder v0","time":{"start":1714424910823,"stop":1714424910824,"duration":1},"status":"passed","severity":"normal"},{"uid":"96338350db6bc2a4","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1714424873146,"stop":1714424873147,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7ec8e7485fa3962","name":"Push message on custom pubsubTopic","time":{"start":1714425170481,"stop":1714425170482,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8d668aeabe2334e","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714425534889,"stop":1714425534889,"duration":0},"status":"passed","severity":"normal"},{"uid":"d34db638029c1bf2","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1714424901194,"stop":1714424901198,"duration":4},"status":"passed","severity":"normal"},{"uid":"1a14f8da6409a1b6","name":"Subscribe to topic containing Russian and publish message","time":{"start":1714425349908,"stop":1714425349909,"duration":1},"status":"passed","severity":"normal"},{"uid":"139337549d6b39e1","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1714425475359,"stop":1714425475360,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb6816f2dd15b0","name":"Check received message containing unicode special characters","time":{"start":1714425369968,"stop":1714425369968,"duration":0},"status":"passed","severity":"normal"},{"uid":"423881bd3222dd1e","name":"should encode/decode to RLP encoding","time":{"start":1714424857616,"stop":1714424857617,"duration":1},"status":"passed","severity":"normal"},{"uid":"9811b63d8df256fc","name":"Push 30 different messages","time":{"start":1714425301077,"stop":1714425301078,"duration":1},"status":"passed","severity":"normal"},{"uid":"55e02b02f09acebf","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714425534880,"stop":1714425534880,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f6df931bedccf80","name":"1 Store, 2 fetches","time":{"start":1714424873158,"stop":1714424873158,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3c812b31d85873b","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714424912040,"stop":1714424912040,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4f7c52f7f89c5438","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348181,"stop":1714425348189,"duration":8},"status":"passed","severity":"normal"},{"uid":"bb92e332c4259b70","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1714425071926,"stop":1714425071926,"duration":0},"status":"passed","severity":"normal"},{"uid":"79c1608d11da933e","name":"throws on content topic with generation field greater than 0","time":{"start":1714424848996,"stop":1714424848996,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa86b445172e0ff","name":"Check publish message containing special chars","time":{"start":1714425348167,"stop":1714425348169,"duration":2},"status":"passed","severity":"normal"},{"uid":"89e172029a55a344","name":"should only return 1 node with relay capability","time":{"start":1714424873554,"stop":1714424873554,"duration":0},"status":"passed","severity":"normal"},{"uid":"6386502c4b49e6bc","name":"should not receive a peer event after stop","time":{"start":1714424877429,"stop":1714424877429,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd92b762144157fd","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714425137457,"stop":1714425137457,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dcd8a7dadfb8749","name":"Wrong topic","time":{"start":1714425396497,"stop":1714425396498,"duration":1},"status":"passed","severity":"normal"},{"uid":"675d2e01d648af7a","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1714425349876,"stop":1714425349877,"duration":1},"status":"passed","severity":"normal"},{"uid":"aefd0a1ee31873f9","name":"should not receive a peer event after stop","time":{"start":1714424912037,"stop":1714424912038,"duration":1},"status":"passed","severity":"normal"},{"uid":"11c1062a1a0fda51","name":"Init the array if not present","time":{"start":1714424848618,"stop":1714424848620,"duration":2},"status":"passed","severity":"normal"},{"uid":"be2edd48944a1fe8","name":"random static sharding 2 - Cluster ID: 324, Shard ID: 778","time":{"start":1714425425850,"stop":1714425425850,"duration":0},"status":"passed","severity":"normal"},{"uid":"3217fd80792bb6c5","name":"Subscribe and receive messages via lightPush","time":{"start":1714425534889,"stop":1714425534889,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f63ad66145608f3","name":"removeEventListener with wrong event","time":{"start":1714424941437,"stop":1714424941437,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8429a40cb67f0ca","name":"Decoder throws on undefined content topic","time":{"start":1714424883373,"stop":1714424883373,"duration":0},"status":"passed","severity":"normal"},{"uid":"66d492a4509a8545","name":"Check message received after jswaku node is restarted","time":{"start":1714425369972,"stop":1714425369973,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f5dacf0250a53cea","name":"should set field with all protocols disabled","time":{"start":1714424857620,"stop":1714424857620,"duration":0},"status":"passed","severity":"normal"},{"uid":"dab69c170184ea3d","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714424856930,"stop":1714424856931,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5d7274797a5ad81","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714425137453,"stop":1714425137455,"duration":2},"status":"passed","severity":"normal"},{"uid":"643c679183e0eed3","name":"Check received message containing XML","time":{"start":1714425369964,"stop":1714425369964,"duration":0},"status":"passed","severity":"normal"},{"uid":"660c4af2fdfcf223","name":"pre and post cipher","time":{"start":1714424883949,"stop":1714424883950,"duration":1},"status":"passed","severity":"normal"},{"uid":"22b3afce9015398e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1714424856922,"stop":1714424856923,"duration":1},"status":"passed","severity":"normal"},{"uid":"a89f90842aabfde8","name":"Check message on other pubsub topic is not received","time":{"start":1714425369970,"stop":1714425369971,"duration":1},"status":"passed","severity":"normal"},{"uid":"5722420a7324786e","name":"Check received message containing emoji","time":{"start":1714425369968,"stop":1714425369968,"duration":0},"status":"passed","severity":"normal"},{"uid":"9efa11bd33918aab","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1714424856930,"stop":1714424856930,"duration":0},"status":"passed","severity":"normal"},{"uid":"c648f9b2448427ff","name":"random static sharding 6 - Cluster ID: 813, Shard ID: 869","time":{"start":1714425425852,"stop":1714425425853,"duration":1},"status":"passed","severity":"normal"},{"uid":"d82db6bcd9e96e59","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1714424849020,"stop":1714424849020,"duration":0},"status":"passed","severity":"normal"},{"uid":"521964efec0b287a","name":"should set field with only RELAY enabled","time":{"start":1714424857620,"stop":1714424857621,"duration":1},"status":"passed","severity":"normal"},{"uid":"407bd723d442f94","name":"should return empty list for no shard","time":{"start":1714424849013,"stop":1714424849013,"duration":0},"status":"passed","severity":"normal"},{"uid":"2244ca6a284b6c2","name":"should handle corrupted local storage data gracefully","time":{"start":1714424877430,"stop":1714424877431,"duration":1},"status":"passed","severity":"normal"},{"uid":"93e358560b7ecbb0","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1714425298466,"stop":1714425298466,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ed3a2012ca87e924","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1714425348541,"stop":1714425348541,"duration":0},"status":"skipped","severity":"normal"},{"uid":"14264edd5ee7e318","name":"Subscribe and receive messages via waku relay post","time":{"start":1714425534881,"stop":1714425534881,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc443418c297faa","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714425396498,"stop":1714425396499,"duration":1},"status":"passed","severity":"normal"},{"uid":"5010ce009e221a18","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1714424849020,"stop":1714424849021,"duration":1},"status":"passed","severity":"normal"},{"uid":"43d48fae02f5d4d6","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1714425321025,"stop":1714425321025,"duration":0},"status":"passed","severity":"normal"},{"uid":"f196e9e7f9ddaa0f","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1714425071923,"stop":1714425071923,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8e0299b71230a85","name":"receives messages sent to provided content topic through callback","time":{"start":1714425348541,"stop":1714425348541,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2c91c928af8062c0","name":"ignores unrecognized TXT record formats","time":{"start":1714424873553,"stop":1714424873553,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f78cd95c308e6ee","name":"configure the node with multiple content topics","time":{"start":1714425396498,"stop":1714425396498,"duration":0},"status":"passed","severity":"normal"},{"uid":"62ed7498ae5ea9e9","name":"Push message with custom timestamp: 1714421468404","time":{"start":1714425435631,"stop":1714425435631,"duration":0},"status":"passed","severity":"normal"},{"uid":"40ba52a08c1958ab","name":"Push message with content topic containing escaped characters","time":{"start":1714425435622,"stop":1714425435623,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc50404ecc2f388c","name":"handles different clusterIds correctly","time":{"start":1714424849007,"stop":1714424849007,"duration":0},"status":"passed","severity":"normal"},{"uid":"132bcd7807706b55","name":"should not fail to start the service if it is already started","time":{"start":1714425363887,"stop":1714425363887,"duration":0},"status":"passed","severity":"normal"},{"uid":"312ee36d64fc5d75","name":"Subscribe to topic containing shell command and publish message","time":{"start":1714425349919,"stop":1714425349919,"duration":0},"status":"passed","severity":"normal"},{"uid":"222cb418fa31b589","name":"Check received message containing JSON","time":{"start":1714425369937,"stop":1714425369938,"duration":1},"status":"passed","severity":"normal"},{"uid":"4893c2970d593ffb","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714425137466,"stop":1714425137467,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7916891d6edbb7f","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1714424849015,"stop":1714424849016,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eeff8243051a48","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1714425071987,"stop":1714425071988,"duration":1},"status":"passed","severity":"normal"},{"uid":"de31ffdbb6cb4e59","name":"should not receive a peer event before start","time":{"start":1714424877428,"stop":1714424877428,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9472e677e120741","name":"Check message with non string payload is not received","time":{"start":1714425068157,"stop":1714425068157,"duration":0},"status":"passed","severity":"normal"},{"uid":"1231fb6b61f286b4","name":"Push message with escaped characters payload","time":{"start":1714425435609,"stop":1714425435610,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed4e593fda51bb0a","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714425631838,"stop":1714425631838,"duration":0},"status":"passed","severity":"normal"},{"uid":"926e873b7034c03e","name":"Check publish message after service node is restarted","time":{"start":1714425348193,"stop":1714425348194,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3f9d7b6e65e9c77c","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1714424974896,"stop":1714424974896,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6aca670b22014e1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b537cf96cc3e3e4","name":"Check message with no payload is not received","time":{"start":1714425369952,"stop":1714425369953,"duration":1},"status":"passed","severity":"normal"},{"uid":"17b811676a27dea1","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1714425508069,"stop":1714425508070,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ebd11380a01304b","name":"Check publish message containing Arabic","time":{"start":1714425348171,"stop":1714425348172,"duration":1},"status":"passed","severity":"normal"},{"uid":"3999aea8e53a603c","name":"random static sharding 5 - Cluster ID: 936, Shard ID: 337","time":{"start":1714425425852,"stop":1714425425852,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a74daf29485a92","name":"should not fail to start the service if it is already started","time":{"start":1714424912035,"stop":1714424912036,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f0d5f28026c18e6","name":"Push message with custom timestamp: 1714428668404","time":{"start":1714425435631,"stop":1714425435632,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6c0d9e9397895f9","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714425137448,"stop":1714425137448,"duration":0},"status":"passed","severity":"normal"},{"uid":"6edbfd946a3d6cdf","name":"Publishes to nwaku","time":{"start":1714425325521,"stop":1714425325521,"duration":0},"status":"passed","severity":"normal"},{"uid":"8efee5852b133063","name":"Push 30 different messages","time":{"start":1714425435611,"stop":1714425435612,"duration":1},"status":"passed","severity":"normal"},{"uid":"286f983f8f23c05a","name":"Subscribe to topic containing XML and receive message","time":{"start":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","severity":"normal"},{"uid":"76e3d6ccd01b5e87","name":"Push message with JSON payload","time":{"start":1714425301046,"stop":1714425301046,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb84bdbd0498add5","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714425137453,"stop":1714425137453,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bcf9ec5a046b46b","name":"Push message with content topic containing long","time":{"start":1714425301082,"stop":1714425301084,"duration":2},"status":"passed","severity":"normal"},{"uid":"83b2e399c9abe95d","name":"Publish message with large meta","time":{"start":1714425348194,"stop":1714425348201,"duration":7},"status":"passed","severity":"normal"},{"uid":"a05b86fbd465618a","name":"Query Generator, No message returned","time":{"start":1714425451131,"stop":1714425451132,"duration":1},"status":"passed","severity":"normal"},{"uid":"11083f9c7028c4d7","name":"should properly compute the node id","time":{"start":1714424857616,"stop":1714424857616,"duration":0},"status":"passed","severity":"normal"},{"uid":"703c34fb85d7a9e0","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1714424908591,"stop":1714424908591,"duration":0},"status":"passed","severity":"normal"},{"uid":"b315c8cfd6e0c2a3","name":"should emit a peer event after start","time":{"start":1714424912036,"stop":1714424912036,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94363f6b9f998e0","name":"handles empty contentTopics array correctly","time":{"start":1714424849043,"stop":1714424849043,"duration":0},"status":"passed","severity":"normal"},{"uid":"51b0e1815b449170","name":"Publish message with custom timestamp: Tue May 09 2023 21:15:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1714425348189,"stop":1714425348190,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5b695058cd0a62c","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714425321027,"stop":1714425321028,"duration":1},"status":"passed","severity":"normal"},{"uid":"53c892fc8a9550bf","name":"Check publish message containing unicode special characters","time":{"start":1714425348180,"stop":1714425348181,"duration":1},"status":"passed","severity":"normal"},{"uid":"eed667e34df9f0b7","name":"Push message with SQL Injection payload","time":{"start":1714425301044,"stop":1714425301045,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4d5d3e4eb02e025","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714425534882,"stop":1714425534883,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9a4146093b02871","name":"Subscribe and receives messages on 20 topics","time":{"start":1714425534882,"stop":1714425534882,"duration":0},"status":"passed","severity":"normal"},{"uid":"a81134bea8600857","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1714425475360,"stop":1714425475360,"duration":0},"status":"passed","severity":"normal"},{"uid":"c703c8998d41c29f","name":"Check received message containing Basic HTML tag","time":{"start":1714425369965,"stop":1714425369965,"duration":0},"status":"passed","severity":"normal"},{"uid":"57098991119b07ef","name":"Light Node - default protocols","time":{"start":1714425507200,"stop":1714425507200,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b3754b38c7d9e74","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1714424872190,"stop":1714424872191,"duration":1},"status":"passed","severity":"normal"},{"uid":"f26edbddf74fa214","name":"Ephemeral field set to true","time":{"start":1714424862498,"stop":1714424862499,"duration":1},"status":"passed","severity":"normal"},{"uid":"78a3e99ec95b22f3","name":"A test","time":{"start":1714425137574,"stop":1714425137574,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1eec8057117f05","name":"Push message with unicode special characters payload","time":{"start":1714425301072,"stop":1714425301074,"duration":2},"status":"passed","severity":"normal"},{"uid":"5720b433f9b5a1c3","name":"Ping on subscribed peer","time":{"start":1714424932296,"stop":1714424932297,"duration":1},"status":"passed","severity":"normal"},{"uid":"e84bf0ad04065e84","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1714424856923,"stop":1714424856924,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf639162f98179d7","name":"Query Generator, No Decoder","time":{"start":1714425451130,"stop":1714425451131,"duration":1},"status":"passed","severity":"normal"},{"uid":"31be008a038c7132","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714425137456,"stop":1714425137456,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6c3a3ac1dc97d1f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1714424849018,"stop":1714424849018,"duration":0},"status":"passed","severity":"normal"},{"uid":"a978cf8ec67d1e4c","name":"connects to nwaku","time":{"start":1714425494506,"stop":1714425494506,"duration":0},"status":"passed","severity":"normal"},{"uid":"9909d7964408bcd9","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714425425849,"stop":1714425425849,"duration":0},"status":"passed","severity":"normal"},{"uid":"811989732545fa80","name":"Check publish message containing JSON","time":{"start":1714425348179,"stop":1714425348179,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d4e8100d2cb202e","name":"Check publish message containing XML","time":{"start":1714425348177,"stop":1714425348178,"duration":1},"status":"passed","severity":"normal"},{"uid":"65c80b91b6ee0a6a","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1714425137470,"stop":1714425137471,"duration":1},"status":"passed","severity":"normal"},{"uid":"604d1786ebb3e3f1","name":"random static sharding 1 - Cluster ID: 907, Shard ID: 798","time":{"start":1714425425850,"stop":1714425425850,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cbeaa05d12d62fc","name":"Check message with no pubsub topic is not received","time":{"start":1714425068155,"stop":1714425068155,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c7cddebb19bca85","name":"Check received message containing Arabic","time":{"start":1714425369931,"stop":1714425369932,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c45c44c4f8925d","name":"Push message with content topic containing emoji","time":{"start":1714425435628,"stop":1714425435629,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b23b528b5783b66","name":"Subscribe to topic containing XML and receive message","time":{"start":1714425137458,"stop":1714425137459,"duration":1},"status":"passed","severity":"normal"},{"uid":"99bec59a807a38ca","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1714424856929,"stop":1714424856930,"duration":1},"status":"passed","severity":"normal"},{"uid":"84a11915762a0943","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1714424849044,"stop":1714424849044,"duration":0},"status":"passed","severity":"normal"},{"uid":"dba5a863a290685","name":"should be able to decode the field with only FILTER set to true","time":{"start":1714424856927,"stop":1714424856927,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c078a0f925bb0b1","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714425534899,"stop":1714425534899,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4560d4f3a7bcea7","name":"Check received message containing Arabic","time":{"start":1714425068147,"stop":1714425068147,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c0c2fd4133d5e71","name":"Encoder throws on empty string content topic","time":{"start":1714424885247,"stop":1714424885248,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb3aa7e3df7add28","name":"Push message with Russian payload","time":{"start":1714425435606,"stop":1714425435606,"duration":0},"status":"passed","severity":"normal"},{"uid":"90fbce37baf17fa5","name":"Passing page size 110 when there are 120 messages","time":{"start":1714425481555,"stop":1714425481555,"duration":0},"status":"passed","severity":"normal"},{"uid":"de5167c17a4983d1","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1714424908591,"stop":1714424908591,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac6050d981f77b65","name":"should set field with only STORE enabled","time":{"start":1714424857621,"stop":1714424857621,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df11ce304b7724f","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1714425349859,"stop":1714425349860,"duration":1},"status":"passed","severity":"normal"},{"uid":"633fed49d32c1dcf","name":"Push message with shell command payload","time":{"start":1714425301046,"stop":1714425301072,"duration":26},"status":"passed","severity":"normal"},{"uid":"32c6a50bb994da6e","name":"listenerCount","time":{"start":1714424941437,"stop":1714424941438,"duration":1},"status":"passed","severity":"normal"},{"uid":"f52fad0c44143d86","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1714425071907,"stop":1714425071907,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07fc7e3f1ea3c07","name":"Sign & Recover","time":{"start":1714424883950,"stop":1714424883950,"duration":0},"status":"passed","severity":"normal"},{"uid":"97897f5cbf9ddabd","name":"Store - dialed after - with timeout","time":{"start":1714425507199,"stop":1714425507199,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a1467a01644d0bc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071923,"stop":1714425071923,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3b93e8ddf2d6c08","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1714424849019,"stop":1714424849020,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5975160f7b3bca3","name":"Check received message containing Russian","time":{"start":1714425369961,"stop":1714425369962,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ed9633b228c6157","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714425321023,"stop":1714425321024,"duration":1},"status":"passed","severity":"normal"},{"uid":"debaa27070839abd","name":"Generator, custom pubsub topic","time":{"start":1714425473186,"stop":1714425473186,"duration":0},"status":"passed","severity":"normal"},{"uid":"3253f87eecc65479","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1714424849031,"stop":1714424849032,"duration":1},"status":"passed","severity":"normal"},{"uid":"447954d7d297e81e","name":"Overlapping topic subscription","time":{"start":1714425137451,"stop":1714425137451,"duration":0},"status":"passed","severity":"normal"},{"uid":"3600fd5011c941c5","name":"Check publish message containing Chinese","time":{"start":1714425348169,"stop":1714425348171,"duration":2},"status":"passed","severity":"normal"},{"uid":"8c680094d69110c6","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1714425071915,"stop":1714425071915,"duration":0},"status":"passed","severity":"normal"},{"uid":"d719edb843e5d251","name":"should return all peers when numPeers is 0","time":{"start":1714424862405,"stop":1714424862405,"duration":0},"status":"passed","severity":"normal"},{"uid":"6051b927f8982ff2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714425534894,"stop":1714425534895,"duration":1},"status":"passed","severity":"normal"},{"uid":"de0d316412e97cfd","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1714424849019,"stop":1714424849019,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef237b7985225ed0","name":"Push message with numeric payload","time":{"start":1714425301042,"stop":1714425301042,"duration":0},"status":"passed","severity":"normal"},{"uid":"3559f804d836de","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","severity":"normal"},{"uid":"a66b6a9182c43cfa","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1714424849032,"stop":1714424849032,"duration":0},"status":"passed","severity":"normal"},{"uid":"6004405e6ed3a424","name":"Reopen subscription with peer with lost subscription","time":{"start":1714424973890,"stop":1714424973890,"duration":0},"status":"passed","severity":"normal"},{"uid":"94d46be761253cb9","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714425435621,"stop":1714425435621,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d018b795fa5e101","name":"handles different networkShards values correctly","time":{"start":1714424849007,"stop":1714424849007,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4f5edc66bc65b82","name":"Ping on unsubscribed peer","time":{"start":1714424973889,"stop":1714424973890,"duration":1},"status":"passed","severity":"normal"},{"uid":"78e1cc915b3ec568","name":"Check message on other pubsub topic is not received","time":{"start":1714425068154,"stop":1714425068155,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a060805f53e18d4","name":"Push to array if already present","time":{"start":1714424848620,"stop":1714424848620,"duration":0},"status":"passed","severity":"normal"},{"uid":"c66ee4974305c413","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1714424849004,"stop":1714424849004,"duration":0},"status":"passed","severity":"normal"},{"uid":"1551fc84e83437a3","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1714425405873,"stop":1714425405874,"duration":1},"status":"passed","severity":"normal"},{"uid":"11445ffd26ef9dd7","name":"Check received message containing Russian","time":{"start":1714425068147,"stop":1714425068148,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb2e2bb826752c0c","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1714425349914,"stop":1714425349915,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0caf2920e9e4849","name":"Push message with special chars payload","time":{"start":1714425435604,"stop":1714425435604,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca97cca5a833b4ff","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714425321026,"stop":1714425321026,"duration":0},"status":"passed","severity":"normal"},{"uid":"51c4eb6ffe9520f","name":"Check message received after nwaku node is restarted","time":{"start":1714425369973,"stop":1714425369973,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a74011cb77a83324","name":"Check received message containing escaped characters","time":{"start":1714425369945,"stop":1714425369946,"duration":1},"status":"passed","severity":"normal"},{"uid":"5053f54003b5cb7f","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","severity":"normal"},{"uid":"5123a93ff7a23807","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714424849041,"stop":1714424849041,"duration":0},"status":"passed","severity":"normal"},{"uid":"56f1a86ff41c1f96","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1714425349902,"stop":1714425349908,"duration":6},"status":"passed","severity":"normal"},{"uid":"88966988db2f28c","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1714424873145,"stop":1714424873146,"duration":1},"status":"passed","severity":"normal"},{"uid":"396bf9c2a761b11e","name":"Subscribe to topic containing long and publish message","time":{"start":1714425349892,"stop":1714425349895,"duration":3},"status":"passed","severity":"normal"},{"uid":"f1ab16cafe3139db","name":"Relay + Store","time":{"start":1714424857622,"stop":1714424857622,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd4423ee414c5c67","name":"Filter","time":{"start":1714425507200,"stop":1714425507200,"duration":0},"status":"passed","severity":"normal"},{"uid":"31d77ad9f9100a81","name":"Query Generator - backward","time":{"start":1714425460324,"stop":1714425460326,"duration":2},"status":"passed","severity":"normal"},{"uid":"5d32709c65a8e544","name":"Check received message containing special chars","time":{"start":1714425369929,"stop":1714425369930,"duration":1},"status":"passed","severity":"normal"},{"uid":"c53243247372982e","name":"nwaku subscribes","time":{"start":1714425325520,"stop":1714425325520,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5a6e1579ba2453","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1714424910824,"stop":1714424910824,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a8824663bac518f","name":"Subscribe to topic containing Script and receive message","time":{"start":1714425137457,"stop":1714425137458,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef59f0f4c714d93a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714424974893,"stop":1714424974893,"duration":0},"status":"passed","severity":"normal"},{"uid":"fac507d3fd180cde","name":"Query generator for 2000 messages","time":{"start":1714425467288,"stop":1714425467288,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6f9886973017dc","name":"Ping on peer without subscriptions","time":{"start":1714424973885,"stop":1714424973885,"duration":0},"status":"passed","severity":"normal"},{"uid":"f543ec32abbed5cd","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425473190,"stop":1714425473191,"duration":1},"status":"passed","severity":"normal"},{"uid":"350b1869763e69b5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8dd0c8f82ec7685","name":"should throw an error for an unconfigured topic","time":{"start":1714424849027,"stop":1714424849031,"duration":4},"status":"passed","severity":"normal"},{"uid":"bb3c34b87178e2cb","name":"Decoder throws on empty string content topic","time":{"start":1714424883373,"stop":1714424883374,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbd39d95cf6e5729","name":"Check received message containing short","time":{"start":1714425369909,"stop":1714425369910,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab8d16465330ad04","name":"Check received message containing Chinese","time":{"start":1714425369960,"stop":1714425369961,"duration":1},"status":"passed","severity":"normal"},{"uid":"e28758a001d688f","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071914,"stop":1714425071914,"duration":0},"status":"passed","severity":"normal"},{"uid":"538d8c970e045fb0","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1714424849032,"stop":1714424849032,"duration":0},"status":"passed","severity":"normal"},{"uid":"4216b5bbb24cf3f4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714424974898,"stop":1714424974899,"duration":1},"status":"passed","severity":"normal"},{"uid":"4335fce3664254e3","name":"groups content topics by expected pubsub topic","time":{"start":1714424849006,"stop":1714424849006,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e26e23568abe8c0","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714425534892,"stop":1714425534892,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f3f3c846b451549","name":"Using a function","time":{"start":1714425494507,"stop":1714425494507,"duration":0},"status":"passed","severity":"normal"},{"uid":"4db6dc05d73cd16e","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app38/2/topic856/utf8","time":{"start":1714425396494,"stop":1714425396494,"duration":0},"status":"passed","severity":"normal"},{"uid":"68116e31b8ce901","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714424849011,"stop":1714424849012,"duration":1},"status":"passed","severity":"normal"},{"uid":"e53e55b43f1ee9b6","name":"safeDispatchEvent","time":{"start":1714424941438,"stop":1714424941438,"duration":0},"status":"passed","severity":"normal"},{"uid":"522dccb9f72d5d43","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1714425298466,"stop":1714425298466,"duration":0},"status":"passed","severity":"normal"},{"uid":"b203017382083113","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1714424862405,"stop":1714424862406,"duration":1},"status":"passed","severity":"normal"},{"uid":"9461db594b802eb4","name":"should properly create location multiaddrs - tcp4","time":{"start":1714424857618,"stop":1714424857618,"duration":0},"status":"passed","severity":"normal"},{"uid":"c174a42b646583d9","name":"Passing an array","time":{"start":1714425494507,"stop":1714425494507,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4acdbcad47cd319","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714425170483,"stop":1714425170483,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f2bdafccbd9cffb","name":"Generator, 2 different pubsubtopics","time":{"start":1714425473190,"stop":1714425473190,"duration":0},"status":"passed","severity":"normal"},{"uid":"b27af0b08c41e015","name":"Push message with content topic containing special chars","time":{"start":1714425301100,"stop":1714425301103,"duration":3},"status":"passed","severity":"normal"},{"uid":"258cdb999b6c9b24","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714425137448,"stop":1714425137449,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e1bcd76ea544579","name":"should throw error - no id","time":{"start":1714424857615,"stop":1714424857615,"duration":0},"status":"passed","severity":"normal"},{"uid":"11856b5a8570b7b4","name":"Push message with content topic containing numeric","time":{"start":1714425301085,"stop":1714425301088,"duration":3},"status":"passed","severity":"normal"},{"uid":"42fa5c11463ba3c","name":"1 Relay, 1 fetch","time":{"start":1714424873157,"stop":1714424873157,"duration":0},"status":"passed","severity":"normal"},{"uid":"879ff922c07b79ff","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1714425071966,"stop":1714425071967,"duration":1},"status":"passed","severity":"normal"},{"uid":"3789e3d01489d929","name":"Push message with short payload","time":{"start":1714425435601,"stop":1714425435602,"duration":1},"status":"passed","severity":"normal"},{"uid":"af9368b111613df7","name":"receives messages sent to provided content topic through stream","time":{"start":1714425348542,"stop":1714425348542,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1256b63d7c819d9f","name":"Check meta is set [ecies]","time":{"start":1714424885246,"stop":1714424885247,"duration":1},"status":"passed","severity":"normal"},{"uid":"91c42aa76927d46e","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714425534885,"stop":1714425534885,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f2a3551ebb40fb2","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1714424901190,"stop":1714424901191,"duration":1},"status":"passed","severity":"normal"},{"uid":"abd856ddb73ae888","name":"should encode/decode to text encoding","time":{"start":1714424857617,"stop":1714424857617,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e7774bd53b0b7c6","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714425534890,"stop":1714425534891,"duration":1},"status":"passed","severity":"normal"},{"uid":"c58f9b5bb278c7ca","name":"should be able to decode the field with only STORE set to true","time":{"start":1714424856928,"stop":1714424856928,"duration":0},"status":"passed","severity":"normal"},{"uid":"658541d3e9d2f16e","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714425110752,"stop":1714425110753,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1f822133060dcb4","name":"Ping on subscribed peer","time":{"start":1714424973888,"stop":1714424973889,"duration":1},"status":"passed","severity":"normal"},{"uid":"acc348a8bf5ccd48","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1714425451136,"stop":1714425451137,"duration":1},"status":"passed","severity":"normal"},{"uid":"23aee9b5930c78f5","name":"Push message with XML payload","time":{"start":1714425301045,"stop":1714425301045,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c67eaed125ac173","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1714424849001,"stop":1714424849001,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8f6c29c071471d3","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1714424849018,"stop":1714424849018,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce88c1500dd040","name":"Relay - dialed first","time":{"start":1714425507197,"stop":1714425507197,"duration":0},"status":"passed","severity":"normal"},{"uid":"9478ed9dd7289ec5","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1714425508072,"stop":1714425508072,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cee38241a608e1f","name":"Push message with custom timestamp: 1683666668404","time":{"start":1714425435630,"stop":1714425435631,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ef9ce15d1d2cdf9","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714425534895,"stop":1714425534895,"duration":0},"status":"passed","severity":"normal"},{"uid":"53129bb6142dca07","name":"Relay - dialed after","time":{"start":1714425507198,"stop":1714425507198,"duration":0},"status":"passed","severity":"normal"},{"uid":"422eeb0f4e81dc79","name":"Push message equal or less that 1MB","time":{"start":1714425435632,"stop":1714425435632,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e0d48ba7003817","name":"Push message with content topic containing Script","time":{"start":1714425301111,"stop":1714425301117,"duration":6},"status":"passed","severity":"normal"},{"uid":"f5721d2c85daa79f","name":"handles multiple messages","time":{"start":1714425485200,"stop":1714425485200,"duration":0},"status":"passed","severity":"normal"},{"uid":"734f07f603e1efaf","name":"Push message with meta","time":{"start":1714425435629,"stop":1714425435629,"duration":0},"status":"passed","severity":"normal"},{"uid":"97f4b57c0462c1e4","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1714424856925,"stop":1714424856925,"duration":0},"status":"passed","severity":"normal"},{"uid":"a12da80072ec7be1","name":"Ping on peer without subscriptions","time":{"start":1714424973889,"stop":1714424973889,"duration":0},"status":"passed","severity":"normal"},{"uid":"29c93eaa248321b5","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714425631838,"stop":1714425631839,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b73dc6b9316dca6","name":"Check message with invalid timestamp is not received","time":{"start":1714425068154,"stop":1714425068154,"duration":0},"status":"passed","severity":"normal"},{"uid":"680150f78d62c662","name":"Push message with Basic HTML tag payload","time":{"start":1714425435608,"stop":1714425435608,"duration":0},"status":"passed","severity":"normal"},{"uid":"563a5aeb26131641","name":"Check received message with timestamp: 1714424900210 ","time":{"start":1714425068152,"stop":1714425068153,"duration":1},"status":"passed","severity":"normal"},{"uid":"e60af4b66a501d1","name":"Generator, 2 different pubsubtopics","time":{"start":1714425473187,"stop":1714425473187,"duration":0},"status":"passed","severity":"normal"},{"uid":"66940e104f9ad363","name":"Passing page size 1 when there are 4 messages","time":{"start":1714425481552,"stop":1714425481553,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7c29f4b75705643","name":"Push message with JSON payload","time":{"start":1714425435608,"stop":1714425435608,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b6f6328d729daf4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714425170482,"stop":1714425170482,"duration":0},"status":"passed","severity":"normal"},{"uid":"818e8d8d8b52c113","name":"Sample","time":{"start":1714424857106,"stop":1714424857106,"duration":0},"status":"passed","severity":"normal"},{"uid":"5454393acf87606b","name":"Check received message containing special chars","time":{"start":1714425369960,"stop":1714425369960,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec00b2e8427b1197","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071905,"stop":1714425071905,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ef8154b7e6ba7ed","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714425534894,"stop":1714425534894,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9d70135235ff588","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714425534894,"stop":1714425534894,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad97e4b2959d47","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e49f21d10c17efb","name":"Asymmetric encrypt & decrypt","time":{"start":1714424883948,"stop":1714424883949,"duration":1},"status":"passed","severity":"normal"},{"uid":"e796c59a16aa4fbf","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714425534895,"stop":1714425534895,"duration":0},"status":"passed","severity":"normal"},{"uid":"3308cc22c363c5e9","name":"Check received message containing emoji","time":{"start":1714425068151,"stop":1714425068152,"duration":1},"status":"passed","severity":"normal"},{"uid":"56a71ed85f6452c4","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1714425071903,"stop":1714425071904,"duration":1},"status":"passed","severity":"normal"},{"uid":"db902a030d289462","name":"Generator, custom pubsub topic","time":{"start":1714425473189,"stop":1714425473190,"duration":1},"status":"passed","severity":"normal"},{"uid":"2af0d1ab598f3c72","name":"Check received message containing numeric","time":{"start":1714425068139,"stop":1714425068144,"duration":5},"status":"passed","severity":"normal"},{"uid":"ae06345a6ed5af93","name":"start node with ApplicationInfo","time":{"start":1714425396499,"stop":1714425396499,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7c52b0d3d97d7b6","name":"different cluster, same shard: nodes don't connect","time":{"start":1714425178900,"stop":1714425178901,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c7a707e5deb02d6","name":"Check received message containing Script","time":{"start":1714425369963,"stop":1714425369963,"duration":0},"status":"passed","severity":"normal"},{"uid":"5333917a358e47ab","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app72/5/topic746/json","time":{"start":1714425396495,"stop":1714425396495,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7649de451f55d64","name":"Check publish message containing shell command","time":{"start":1714425348179,"stop":1714425348180,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcd79d3a91610fbe","name":"should set field with only FILTER enabled","time":{"start":1714424857621,"stop":1714424857621,"duration":0},"status":"passed","severity":"normal"},{"uid":"a398bac55df04399","name":"can start and stop the service","time":{"start":1714425363885,"stop":1714425363886,"duration":1},"status":"passed","severity":"normal"},{"uid":"8563a6c13fd36474","name":"Push message with rate limit","time":{"start":1714425435630,"stop":1714425435630,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7d37e0cf0c325c","name":"different cluster, same shard: nodes don't connect","time":{"start":1714425071900,"stop":1714425071901,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce5616fa5eaff715","name":"Push message with emoji payload","time":{"start":1714425301075,"stop":1714425301077,"duration":2},"status":"passed","severity":"normal"},{"uid":"3860605ede88bb06","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1714424849012,"stop":1714424849012,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3d87285dc66b7eb","name":"Ephemeral messages are not stored","time":{"start":1714424910823,"stop":1714424910823,"duration":0},"status":"passed","severity":"normal"},{"uid":"78ec3771423c9a71","name":"throws an error for improperly formatted content topics","time":{"start":1714424849007,"stop":1714424849008,"duration":1},"status":"passed","severity":"normal"},{"uid":"482aefb07ccab5cc","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714424974894,"stop":1714424974894,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2c86cea80edd781","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1714424849015,"stop":1714424849015,"duration":0},"status":"passed","severity":"normal"},{"uid":"79d945aa1a252ea4","name":"Reopen subscription with peer with lost subscription","time":{"start":1714424932298,"stop":1714424932299,"duration":1},"status":"passed","severity":"normal"},{"uid":"eda03c61f0be0f70","name":"should be called at least once on all `peer:discovery` events","time":{"start":1714424908588,"stop":1714424908589,"duration":1},"status":"passed","severity":"normal"},{"uid":"c276ac4b0c5c54c0","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714425534885,"stop":1714425534885,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2827a03d70b4d8d","name":"Promise Callback - backward","time":{"start":1714425460328,"stop":1714425460329,"duration":1},"status":"passed","severity":"normal"},{"uid":"7060cf6b0a8231d9","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app52/2/topic394/test.js","time":{"start":1714425396494,"stop":1714425396494,"duration":0},"status":"passed","severity":"normal"},{"uid":"76e8b93a23376e06","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714425534891,"stop":1714425534892,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b8a5e833031ee06","name":"should set field with only LIGHTPUSH enabled","time":{"start":1714424857621,"stop":1714424857621,"duration":0},"status":"passed","severity":"normal"},{"uid":"42dd9466b37bc908","name":"Subscribe to topic containing special chars and publish message","time":{"start":1714425349897,"stop":1714425349901,"duration":4},"status":"passed","severity":"normal"},{"uid":"146097ca03d09dbf","name":"Subscribe to topic containing JSON and publish message","time":{"start":1714425349918,"stop":1714425349918,"duration":0},"status":"passed","severity":"normal"},{"uid":"50d803b36a5eed72","name":"Does not throw an exception when node disconnects","time":{"start":1714425494506,"stop":1714425494506,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8afb70fb7b40878","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app63/8/topic567/test.js","time":{"start":1714425396493,"stop":1714425396493,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf9cabfde15e3306","name":"Check publish message containing long","time":{"start":1714425348156,"stop":1714425348163,"duration":7},"status":"passed","severity":"normal"},{"uid":"4ed2022e87a91aff","name":"Push message on custom pubsubTopic","time":{"start":1714425170480,"stop":1714425170480,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b5e4efcf4bf6b99","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714425369950,"stop":1714425369950,"duration":0},"status":"passed","severity":"normal"},{"uid":"90aed3096de1b2d","name":"Push message with content topic containing SQL Injection","time":{"start":1714425301109,"stop":1714425301111,"duration":2},"status":"passed","severity":"normal"},{"uid":"283a6b6d98141fde","name":"Reopen subscription with peer with lost subscription","time":{"start":1714424973887,"stop":1714424973887,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd824219ac6ffb96","name":"should throw an error for empty SingleShardInfos array","time":{"start":1714424849009,"stop":1714424849009,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab6c50117667fcd8","name":"should return valid sharding parameters for static sharding","time":{"start":1714424849033,"stop":1714424849033,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9c5d048c895e924","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1714424849022,"stop":1714424849022,"duration":0},"status":"passed","severity":"normal"},{"uid":"797c5deaba5b2d54","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1714425508072,"stop":1714425508074,"duration":2},"status":"passed","severity":"normal"},{"uid":"e0e878e2431c2a94","name":"Push message on custom pubsubTopic","time":{"start":1714425170478,"stop":1714425170478,"duration":0},"status":"passed","severity":"normal"},{"uid":"39436e0e5614f545","name":"dispatchEvent via connectionManager","time":{"start":1714424941438,"stop":1714424941438,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b79ac9d6e678db2","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714425137467,"stop":1714425137467,"duration":0},"status":"passed","severity":"normal"},{"uid":"97dedce94e6a793f","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1714424849014,"stop":1714424849014,"duration":0},"status":"passed","severity":"normal"},{"uid":"291fc6a058056464","name":"Check received message containing long","time":{"start":1714425369957,"stop":1714425369958,"duration":1},"status":"passed","severity":"normal"},{"uid":"879a538cd86cc569","name":"more peers than existing","time":{"start":1714425298656,"stop":1714425298656,"duration":0},"status":"skipped","severity":"normal"},{"uid":"93114b00ef1896d1","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1714425071913,"stop":1714425071914,"duration":1},"status":"passed","severity":"normal"},{"uid":"af2083a4dbceba53","name":"Check received message with timestamp: 1714424900210000000 ","time":{"start":1714425068152,"stop":1714425068152,"duration":0},"status":"passed","severity":"normal"},{"uid":"fae42f7103d0093a","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714424974896,"stop":1714424974896,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6013a03b5e599c6","name":"Subscribe to topic containing long and receive message","time":{"start":1714425137452,"stop":1714425137452,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab55471f182d6a18","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714425534881,"stop":1714425534881,"duration":0},"status":"passed","severity":"normal"},{"uid":"144bdbf88ddbcb4a","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714424993187,"stop":1714424993187,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9ec13257a341c34","name":"Check received message containing Chinese","time":{"start":1714425068146,"stop":1714425068147,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc0e3b6c6a945ee4","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1714425508069,"stop":1714425508069,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b94d7c36a494226","name":"Push message with content topic containing Chinese","time":{"start":1714425435616,"stop":1714425435616,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ace22036797fbd1","name":"Fails to push message with empty content topic","time":{"start":1714425301142,"stop":1714425301142,"duration":0},"status":"passed","severity":"normal"},{"uid":"410de12db4fe8208","name":"Check received message containing special chars","time":{"start":1714425068146,"stop":1714425068146,"duration":0},"status":"passed","severity":"normal"},{"uid":"2be967b67f3b9439","name":"Check publish message containing Russian","time":{"start":1714425348172,"stop":1714425348173,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1f788b2e861f929","name":"Subscribe to topic containing short and receive message","time":{"start":1714425137452,"stop":1714425137452,"duration":0},"status":"passed","severity":"normal"},{"uid":"57fe2c64ad20c72e","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1714424851716,"stop":1714424851717,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed8b230cdda7f590","name":"Passing cursor with wrong pubsubTopic","time":{"start":1714425405880,"stop":1714425405880,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7406807508fba38","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714425110751,"stop":1714425110752,"duration":1},"status":"passed","severity":"normal"},{"uid":"84c3311743d2fdbe","name":"unsubscribes","time":{"start":1714425485200,"stop":1714425485201,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd662a4ec09f3fc6","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1714425071904,"stop":1714425071905,"duration":1},"status":"passed","severity":"normal"},{"uid":"45f883f985d8946a","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","severity":"normal"},{"uid":"12e2caf7ad511c12","name":"isConnected should return false after all peers disconnect","time":{"start":1714424901199,"stop":1714424901199,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d108055a69e3674","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1714424849023,"stop":1714424849024,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5f08fb96a20e62d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714424993188,"stop":1714424993188,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e1bcd2c4fa043f3","name":"Push message with content topic containing shell command","time":{"start":1714425435622,"stop":1714425435622,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d1f832e0d15d6e","name":"throws on empty content topic","time":{"start":1714424848994,"stop":1714424848994,"duration":0},"status":"passed","severity":"normal"},{"uid":"57afb3f6ae8570d0","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714425110753,"stop":1714425110754,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc32ffad1dc3fcb8","name":"Subscribe to topic containing long and receive message","time":{"start":1714425534893,"stop":1714425534894,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ec71539475f242d","name":"Encoder throws on empty string content topic","time":{"start":1714424862500,"stop":1714424862500,"duration":0},"status":"passed","severity":"normal"},{"uid":"b39fa24fd8a8028b","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1714425071913,"stop":1714425071913,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e67c448f7d181ee","name":"Push message with content topic containing short","time":{"start":1714425301081,"stop":1714425301082,"duration":1},"status":"passed","severity":"normal"},{"uid":"27b2dd924d991ac4","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1714424856924,"stop":1714424856924,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd07cd95d07224b7","name":"removeEventListener with correct event","time":{"start":1714424941436,"stop":1714424941436,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3fd8c794759f517","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714424974893,"stop":1714424974894,"duration":1},"status":"passed","severity":"normal"},{"uid":"5111827c8685513f","name":"isConnected return false after peer stops","time":{"start":1714424950492,"stop":1714424950492,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9b65a906848095c","name":"Push message with content topic containing XML","time":{"start":1714425435621,"stop":1714425435621,"duration":0},"status":"passed","severity":"normal"},{"uid":"423c18e13a275ddc","name":"should get / set TCP multiaddr","time":{"start":1714424857617,"stop":1714424857618,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b5d460fc713d646","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1714425349859,"stop":1714425349859,"duration":0},"status":"passed","severity":"normal"},{"uid":"b102a84ab175ad96","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1714424849024,"stop":1714424849024,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd2c644f28cd729b","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1714424849015,"stop":1714424849015,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d3f309726465ec2","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714424974899,"stop":1714424974900,"duration":1},"status":"passed","severity":"normal"},{"uid":"8942bf8a62fc419a","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714425068153,"stop":1714425068154,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1778cdd91848dd6","name":"should handle a minimal index list","time":{"start":1714424849199,"stop":1714424849199,"duration":0},"status":"passed","severity":"normal"},{"uid":"a679ef02a078fc0a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1714425071924,"stop":1714425071925,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1a9999ac7669525","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1714425508070,"stop":1714425508070,"duration":0},"status":"passed","severity":"normal"},{"uid":"24c01436c93985d2","name":"Push message with content topic containing short","time":{"start":1714425435613,"stop":1714425435613,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eeb8ee6f62b14b7","name":"Encoder throws on undefined content topic","time":{"start":1714424883372,"stop":1714424883372,"duration":0},"status":"passed","severity":"normal"},{"uid":"76eaad6bf34646bc","name":"Waku message hash computation (meta attribute not present)","time":{"start":1714424851718,"stop":1714424851718,"duration":0},"status":"passed","severity":"normal"},{"uid":"6aa0270f75308de5","name":"Relay - times out","time":{"start":1714425507198,"stop":1714425507198,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7efaca665310211","name":"Overlapping topic subscription","time":{"start":1714425349878,"stop":1714425349890,"duration":12},"status":"skipped","severity":"normal"},{"uid":"aa78d35d395344a9","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app16/4/topic632/proto","time":{"start":1714425396492,"stop":1714425396492,"duration":0},"status":"passed","severity":"normal"},{"uid":"699fe80dfed5656a","name":"Publish without waiting for remote peer","time":{"start":1714425349851,"stop":1714425349851,"duration":0},"status":"passed","severity":"normal"},{"uid":"39b1ae9434855c77","name":"Push message with content topic containing Chinese","time":{"start":1714425301103,"stop":1714425301104,"duration":1},"status":"passed","severity":"normal"},{"uid":"454b33b1dc6a97a2","name":"Check received message with timestamp: 1714424899696 ","time":{"start":1714425369950,"stop":1714425369950,"duration":0},"status":"passed","severity":"normal"},{"uid":"86a83ec87828262b","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714424974897,"stop":1714424974897,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5862c672a234f21","name":"getPeersByDiscovery","time":{"start":1714425298465,"stop":1714425298465,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94a5a532fd06fba","name":"retrieves a single peer","time":{"start":1714424873551,"stop":1714424873552,"duration":1},"status":"passed","severity":"normal"},{"uid":"28a304444f223ea2","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1714424910824,"stop":1714424910825,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1fdd95d85d7fd05","name":"should be called for bootstrap peers","time":{"start":1714424908589,"stop":1714424908590,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ed27a6d8a9a6e22","name":"ignores domain fetching errors","time":{"start":1714424873553,"stop":1714424873553,"duration":0},"status":"passed","severity":"normal"},{"uid":"861725140df4d58a","name":"should not receive a peer event before start","time":{"start":1714424912036,"stop":1714424912037,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fe9090947bcbff0","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a28707ddb0a6ac3","name":"Accepts a valid Waku Message","time":{"start":1714424865873,"stop":1714424865874,"duration":1},"status":"passed","severity":"normal"},{"uid":"1868f720124a8902","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714425137467,"stop":1714425137468,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a253fb027196c27","name":"Publish message with rate limit","time":{"start":1714425348201,"stop":1714425348202,"duration":1},"status":"passed","severity":"normal"},{"uid":"518139400fc4885f","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1714425405874,"stop":1714425405875,"duration":1},"status":"passed","severity":"normal"},{"uid":"6985788e5c011658","name":"Query generator for multiple messages","time":{"start":1714425467282,"stop":1714425467282,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e9bff516d32c715","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1714424849016,"stop":1714424849016,"duration":0},"status":"passed","severity":"normal"},{"uid":"515a1d4c1cdaa4c1","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1714425348540,"stop":1714425348541,"duration":1},"status":"skipped","severity":"normal"},{"uid":"41c82b91b56f9a3a","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1714424849009,"stop":1714424849010,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a7577d4c4784f9e","name":"throws on content topic with too few or too many fields","time":{"start":1714424848995,"stop":1714424848995,"duration":0},"status":"passed","severity":"normal"},{"uid":"bee7d345cb11cad7","name":"Check received message containing XML","time":{"start":1714425369935,"stop":1714425369936,"duration":1},"status":"passed","severity":"normal"},{"uid":"55332fb2845b1aaa","name":"Push message with long payload","time":{"start":1714425301041,"stop":1714425301042,"duration":1},"status":"passed","severity":"normal"},{"uid":"445d3dcf4749f4f5","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1714425071916,"stop":1714425071916,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a18147987c25528","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1714425071970,"stop":1714425071970,"duration":0},"status":"passed","severity":"normal"},{"uid":"f036b8ed21c32ff0","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071920,"stop":1714425071920,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b9d819b6e468c8f","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1714424849014,"stop":1714424849015,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ca6b98a94d76d32","name":"Push message with content topic containing Arabic","time":{"start":1714425301104,"stop":1714425301105,"duration":1},"status":"passed","severity":"normal"},{"uid":"582681591324594c","name":"should decode valid enr with tcp successfully","time":{"start":1714424857614,"stop":1714424857614,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9cee7c930569df","name":"Used by Waku Relay","time":{"start":1714425494508,"stop":1714425494508,"duration":0},"status":"passed","severity":"normal"},{"uid":"46cd106f5448cc16","name":"Push message with content topic containing unicode special characters","time":{"start":1714425301140,"stop":1714425301140,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab413029a26586fc","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714425110757,"stop":1714425110760,"duration":3},"status":"passed","severity":"normal"},{"uid":"7d16121f81e24f88","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714425321022,"stop":1714425321022,"duration":0},"status":"passed","severity":"normal"},{"uid":"c015d9b996aef5ea","name":"should throw an error for missing required configuration","time":{"start":1714424849013,"stop":1714424849014,"duration":1},"status":"passed","severity":"normal"},{"uid":"f639b94b475a22b3","name":"Push message with custom timestamp: 1683666672332","time":{"start":1714425301148,"stop":1714425301149,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2fde6306bc5d41a","name":"Subscribe and receives messages on 20 topics","time":{"start":1714425137449,"stop":1714425137450,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce496c16d7248241","name":"Check message with no content topic is not received","time":{"start":1714425068156,"stop":1714425068156,"duration":0},"status":"passed","severity":"normal"},{"uid":"6caec7ed53eb053e","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1714424848999,"stop":1714424849000,"duration":1},"status":"passed","severity":"normal"},{"uid":"445cca2564ef98d8","name":"Fails to publish message with wrong content topic","time":{"start":1714425348192,"stop":1714425348192,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2226cccf0505166","name":"Ordered Callback - backward","time":{"start":1714425460330,"stop":1714425460330,"duration":0},"status":"passed","severity":"normal"},{"uid":"93dcb9fc167558d6","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1714424849003,"stop":1714424849004,"duration":1},"status":"passed","severity":"normal"},{"uid":"34944f92fe536b7a","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1714425349909,"stop":1714425349909,"duration":0},"status":"passed","severity":"normal"},{"uid":"56b96a35eb5f46f9","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1714425451133,"stop":1714425451133,"duration":0},"status":"passed","severity":"normal"},{"uid":"4355673ecae8f019","name":"Relay","time":{"start":1714424910637,"stop":1714424910637,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8fb5cffc060cbc4","name":"Nwaku publishes","time":{"start":1714425325521,"stop":1714425325521,"duration":0},"status":"passed","severity":"normal"},{"uid":"57524ea049073420","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app9/5/topic464/proto","time":{"start":1714425396496,"stop":1714425396497,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c04268c6f503e69","name":"should use DNS peer discovery with light client","time":{"start":1714424912040,"stop":1714424912040,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fca0590dfb8c9","name":"Check received message containing unicode special characters","time":{"start":1714425068151,"stop":1714425068151,"duration":0},"status":"passed","severity":"normal"},{"uid":"69391bfe5b49183","name":"Ping on unsubscribed peer","time":{"start":1714424932298,"stop":1714424932298,"duration":0},"status":"passed","severity":"normal"},{"uid":"6426f240a74027aa","name":"Fails to push message with large meta","time":{"start":1714425435630,"stop":1714425435630,"duration":0},"status":"passed","severity":"normal"},{"uid":"3662bcd153bf2ee9","name":"Subscribe to topic containing Script and receive message","time":{"start":1714425534886,"stop":1714425534886,"duration":0},"status":"passed","severity":"normal"},{"uid":"be678d43a8ada583","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714425631836,"stop":1714425631837,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3c846d999296502","name":"returns all values when wanted number is greater than available values","time":{"start":1714424872189,"stop":1714424872190,"duration":1},"status":"passed","severity":"normal"},{"uid":"18ee18bfe737398c","name":"Passing page size 11 when there are 10 messages","time":{"start":1714425481554,"stop":1714425481554,"duration":0},"status":"passed","severity":"normal"},{"uid":"be2386a4306d6919","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714425137456,"stop":1714425137456,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4eee3634a0c6c66","name":"Decoder throws on empty string content topic","time":{"start":1714424885248,"stop":1714424885248,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bb261821bcf4b53","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714425369950,"stop":1714425369951,"duration":1},"status":"passed","severity":"normal"},{"uid":"cabe434ebba8bea2","name":"Query generator for multiple messages with different content topic format","time":{"start":1714425467284,"stop":1714425467285,"duration":1},"status":"passed","severity":"normal"},{"uid":"7733e386ed1c8cf3","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","severity":"normal"},{"uid":"826bed8e64506b54","name":"throws on content topic with empty version field","time":{"start":1714424848997,"stop":1714424848997,"duration":0},"status":"passed","severity":"normal"},{"uid":"56bf9e3ff1c555ea","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714425137468,"stop":1714425137470,"duration":2},"status":"passed","severity":"normal"},{"uid":"826be731be2fc2f7","name":"should only return 1 node with relay and store capability","time":{"start":1714424873554,"stop":1714424873554,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c579a5f362fed6d","name":"should return unique PubsubTopics for static sharding","time":{"start":1714424849010,"stop":1714424849011,"duration":1},"status":"passed","severity":"normal"},{"uid":"257a41c16dafa988","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1714424849033,"stop":1714424849033,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2193b4420dd1e4c","name":"can start the service","time":{"start":1714424877425,"stop":1714424877426,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4718abdf89d6aba","name":"Check received message containing long","time":{"start":1714425369910,"stop":1714425369915,"duration":5},"status":"passed","severity":"normal"},{"uid":"19dfb5f5ce383a22","name":"Query Generator, Wrong PubsubTopic","time":{"start":1714425451125,"stop":1714425451128,"duration":3},"status":"passed","severity":"normal"},{"uid":"5400e1d566773e1f","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1714425349908,"stop":1714425349908,"duration":0},"status":"passed","severity":"normal"},{"uid":"3930351090fb4f56","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1714424849016,"stop":1714424849017,"duration":1},"status":"passed","severity":"normal"},{"uid":"f680a494b6b518e2","name":"should throw error - invalid id","time":{"start":1714424857615,"stop":1714424857615,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a3b23a4d69546ab","name":"Push message with custom timestamp: 1714428672332","time":{"start":1714425301150,"stop":1714425301156,"duration":6},"status":"passed","severity":"normal"},{"uid":"befb1cc152a95e47","name":"Decoder throws on undefined content topic","time":{"start":1714424862500,"stop":1714424862501,"duration":1},"status":"passed","severity":"normal"},{"uid":"5db8283f9e14e2ee","name":"random static sharding 7 - Cluster ID: 176, Shard ID: 804","time":{"start":1714425425853,"stop":1714425425853,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e0690167ee7986d","name":"Query Generator, Multiple PubsubTopics","time":{"start":1714425451129,"stop":1714425451130,"duration":1},"status":"passed","severity":"normal"},{"uid":"c96924c15e3ac089","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1714425475359,"stop":1714425475359,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0ac7b4bdcf66fe1","name":"Rejects garbage","time":{"start":1714424865875,"stop":1714424865875,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f51af63381fb76a","name":"should properly create location multiaddrs - udp6","time":{"start":1714424857618,"stop":1714424857618,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a643bdde48c878","name":"Push message with Russian payload","time":{"start":1714425301044,"stop":1714425301044,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f30b64e3083faaf","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1714425071914,"stop":1714425071915,"duration":1},"status":"passed","severity":"normal"},{"uid":"99da20430576cfe6","name":"should configure sharding based on application and version for autosharding","time":{"start":1714424849040,"stop":1714424849040,"duration":0},"status":"passed","severity":"normal"},{"uid":"86c062e778f99c92","name":"start node with empty content topic","time":{"start":1714425396499,"stop":1714425396504,"duration":5},"status":"passed","severity":"normal"},{"uid":"9eb0fada3f56c67e","name":"Default pageSize","time":{"start":1714425481555,"stop":1714425481555,"duration":0},"status":"passed","severity":"normal"},{"uid":"f58384ce38461ff0","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1714424908590,"stop":1714424908590,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddf39b08422fe42a","name":"Subscribe to topic containing XML and receive message","time":{"start":1714425534886,"stop":1714425534887,"duration":1},"status":"passed","severity":"normal"},{"uid":"57ae6b80d7d8b74d","name":"Round trip binary serialization","time":{"start":1714424862498,"stop":1714424862498,"duration":0},"status":"passed","severity":"normal"},{"uid":"b41b5000dfa529f","name":"Ping on unsubscribed peer","time":{"start":1714424973886,"stop":1714424973887,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1b189cf9d109e86","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1714425071912,"stop":1714425071913,"duration":1},"status":"passed","severity":"normal"},{"uid":"239dc857dc518a93","name":"can start and stop the service","time":{"start":1714424912032,"stop":1714424912032,"duration":0},"status":"passed","severity":"normal"},{"uid":"18b8d61f9974ccea","name":"Check received message containing JSON","time":{"start":1714425369966,"stop":1714425369966,"duration":0},"status":"passed","severity":"normal"},{"uid":"74b88b95a4aab9e1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714425071911,"stop":1714425071912,"duration":1},"status":"passed","severity":"normal"},{"uid":"92bbf7e9f1ea27c8","name":"Register correct protocols","time":{"start":1714425349850,"stop":1714425349851,"duration":1},"status":"passed","severity":"normal"},{"uid":"d02ec4f18b8a2b8b","name":"1 Store, 2 relays, 2 fetches","time":{"start":1714424873158,"stop":1714424873158,"duration":0},"status":"passed","severity":"normal"},{"uid":"456aef67ac32213f","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1714424849018,"stop":1714424849019,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f37d116630cb4d5","name":"Push message with XML payload","time":{"start":1714425435607,"stop":1714425435607,"duration":0},"status":"passed","severity":"normal"},{"uid":"261ed507e2b3828c","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1714424862407,"stop":1714424862407,"duration":0},"status":"passed","severity":"normal"},{"uid":"c02fcd0737210a80","name":"should throw an error for missing sharding configuration","time":{"start":1714424849042,"stop":1714424849042,"duration":0},"status":"passed","severity":"normal"},{"uid":"42b70c4fe24e9166","name":"Decoder throws on undefined content topic","time":{"start":1714424885248,"stop":1714424885248,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb6f0dd102395a1a","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1714425071906,"stop":1714425071906,"duration":0},"status":"passed","severity":"normal"},{"uid":"3217dad41051e165","name":"Nodes with multiple pubsub topic","time":{"start":1714425321025,"stop":1714425321025,"duration":0},"status":"passed","severity":"normal"},{"uid":"903bbc9f843a75d3","name":"Check received message containing numeric","time":{"start":1714425369915,"stop":1714425369928,"duration":13},"status":"passed","severity":"normal"},{"uid":"208a64f9a79fa271","name":"udp ip6 address","time":{"start":1714424857073,"stop":1714424857074,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9b7541728c58460","name":"Fails to push message with large meta","time":{"start":1714425301144,"stop":1714425301147,"duration":3},"status":"passed","severity":"normal"},{"uid":"549f8fde72639f4f","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1714424851718,"stop":1714424851718,"duration":0},"status":"passed","severity":"normal"},{"uid":"a531505d31caa5a0","name":"caches peers it previously fetched","time":{"start":1714424873553,"stop":1714424873554,"duration":1},"status":"passed","severity":"normal"},{"uid":"a43cf0eaab06f363","name":"Check message with no payload is not received","time":{"start":1714425369972,"stop":1714425369972,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f146aa086a4429f","name":"Subscribe to topic containing Script and publish message","time":{"start":1714425349909,"stop":1714425349909,"duration":0},"status":"passed","severity":"normal"},{"uid":"96b66d34c902a4c6","name":"Check received message containing shell command","time":{"start":1714425369938,"stop":1714425369939,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e13d8d3bdcf870","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1714425508071,"stop":1714425508071,"duration":0},"status":"passed","severity":"normal"},{"uid":"824e8f7d8029501c","name":"Push message with custom timestamp: 1714421472332","time":{"start":1714425301149,"stop":1714425301149,"duration":0},"status":"passed","severity":"normal"},{"uid":"5471877f433d5998","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1714424849200,"stop":1714424849200,"duration":0},"status":"passed","severity":"normal"},{"uid":"233d38af2af1e6ac","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1714424849043,"stop":1714424849044,"duration":1},"status":"passed","severity":"normal"},{"uid":"be040181df1c7f74","name":"Passing page size 0 when there are 110 messages","time":{"start":1714425481552,"stop":1714425481552,"duration":0},"status":"passed","severity":"normal"},{"uid":"6590c9c1186e9e78","name":"Push message with long payload","time":{"start":1714425435602,"stop":1714425435603,"duration":1},"status":"passed","severity":"normal"},{"uid":"99aac69672a093ca","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714425534891,"stop":1714425534891,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc033cc65ddeb73e","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714425110760,"stop":1714425110760,"duration":0},"status":"passed","severity":"normal"},{"uid":"56d9f7a1ecc04872","name":"should handle application and version for autosharding","time":{"start":1714424849011,"stop":1714424849011,"duration":0},"status":"passed","severity":"normal"},{"uid":"da583ee16c5217a1","name":"Check received message containing SQL Injection","time":{"start":1714425369962,"stop":1714425369962,"duration":0},"status":"passed","severity":"normal"},{"uid":"88f6e23e2e130a2","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714425110756,"stop":1714425110756,"duration":0},"status":"passed","severity":"normal"},{"uid":"46ad585fe77944e9","name":"should throw error - no public key","time":{"start":1714424857614,"stop":1714424857615,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc3c430ee87406e","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714424856925,"stop":1714424856926,"duration":1},"status":"passed","severity":"normal"},{"uid":"cea5f0822c2c8d24","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1714424873145,"stop":1714424873145,"duration":0},"status":"passed","severity":"normal"},{"uid":"efbddfb2e39dddab","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714425137441,"stop":1714425137442,"duration":1},"status":"passed","severity":"normal"},{"uid":"faea2fe1432e019f","name":"should be able to encode the field with only STORE set to true","time":{"start":1714424856921,"stop":1714424856922,"duration":1},"status":"passed","severity":"normal"},{"uid":"564ef85c79c12761","name":"Check received message containing long","time":{"start":1714425068138,"stop":1714425068139,"duration":1},"status":"passed","severity":"normal"},{"uid":"17dde9b11c63419","name":"addEventListener with wrong event","time":{"start":1714424941436,"stop":1714424941436,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc163470768e32c2","name":"random static sharding 9 - Cluster ID: 736, Shard ID: 689","time":{"start":1714425425857,"stop":1714425425857,"duration":0},"status":"passed","severity":"normal"},{"uid":"460b4388cee335c2","name":"Check message received after jswaku node is restarted","time":{"start":1714425068157,"stop":1714425068157,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b781b792ea4c5afe","name":"Query with Ordered Callback, No Decoder","time":{"start":1714425451134,"stop":1714425451134,"duration":0},"status":"passed","severity":"normal"},{"uid":"d29bc1534a5f13b","name":"isConnected should return true after first peer connects","time":{"start":1714424950490,"stop":1714424950491,"duration":1},"status":"passed","severity":"normal"},{"uid":"d452b4c8be6564cd","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1714425071924,"stop":1714425071924,"duration":0},"status":"passed","severity":"normal"},{"uid":"81c456b429037762","name":"should throw error - no id","time":{"start":1714424857614,"stop":1714424857614,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcf677096435f042","name":"should properly create location multiaddrs - udp","time":{"start":1714424857619,"stop":1714424857619,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1e6dfb30ceff646","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1714424873149,"stop":1714424873149,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e335caf8ca9a497","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1714425508070,"stop":1714425508070,"duration":0},"status":"passed","severity":"normal"},{"uid":"35d6ff5fe6ed4dc8","name":"throws on content topic with empty topic name field","time":{"start":1714424848998,"stop":1714424848998,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2cbfd634aabea5b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1714424849025,"stop":1714424849026,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec0e14a47ea3ae05","name":"Check publish message containing Basic HTML tag","time":{"start":1714425348179,"stop":1714425348179,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6903da2c87e05e5","name":"Passing page size 10 when there are 10 messages","time":{"start":1714425481553,"stop":1714425481553,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9e0b2e3a2a96f30","name":"Check message with invalid timestamp is not received","time":{"start":1714425369951,"stop":1714425369951,"duration":0},"status":"passed","severity":"normal"},{"uid":"8eded8f7510d0092","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714425631837,"stop":1714425631837,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b3d88cb9bf07c5d","name":"Passing page size 19 when there are 20 messages","time":{"start":1714425481554,"stop":1714425481554,"duration":0},"status":"passed","severity":"normal"},{"uid":"2909a092436f8b7e","name":"addEventListener with correct event","time":{"start":1714424941435,"stop":1714424941436,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b4c4bd9c41fb2c3","name":"Store - dialed first","time":{"start":1714425507198,"stop":1714425507199,"duration":1},"status":"passed","severity":"normal"},{"uid":"54e41ac437109009","name":"throws on content topic with empty application field","time":{"start":1714424848996,"stop":1714424848997,"duration":1},"status":"passed","severity":"normal"},{"uid":"95be2d91ef221568","name":"Encoder throws on empty string content topic","time":{"start":1714424883372,"stop":1714424883373,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a3a96770092f0df","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714425110753,"stop":1714425110753,"duration":0},"status":"passed","severity":"normal"},{"uid":"15ac457d10b05c91","name":"Push message with content topic containing emoji","time":{"start":1714425301141,"stop":1714425301141,"duration":0},"status":"passed","severity":"normal"},{"uid":"a800e1a67d690091","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1714424856929,"stop":1714424856929,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9229769b079beb9","name":"Fails to publish duplicate message","time":{"start":1714425348191,"stop":1714425348191,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ec0b62b54904e4","name":"Push message with short payload","time":{"start":1714425301041,"stop":1714425301041,"duration":0},"status":"passed","severity":"normal"},{"uid":"de2fc4bcd714d72a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6909323c400e755","name":"same cluster, different shard: nodes don't connect","time":{"start":1714425071900,"stop":1714425071900,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d2f96e47dfec958","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714425534890,"stop":1714425534890,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e3dd55a3890b0bc","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714424849041,"stop":1714424849041,"duration":0},"status":"passed","severity":"normal"},{"uid":"336167f6d0a22d55","name":"Privacy Node - default protocol","time":{"start":1714425507200,"stop":1714425507201,"duration":1},"status":"passed","severity":"normal"},{"uid":"c250064f9b58e90e","name":"through manual discovery","time":{"start":1714425175292,"stop":1714425175292,"duration":0},"status":"passed","severity":"normal"},{"uid":"e522d1b9b8d883c0","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1714424873146,"stop":1714424873146,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d53cdf181e7ea53","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714424974897,"stop":1714424974897,"duration":0},"status":"passed","severity":"normal"},{"uid":"dba6498c8a75547a","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app30/1/topic62/utf8","time":{"start":1714425396493,"stop":1714425396493,"duration":0},"status":"passed","severity":"normal"},{"uid":"36523a60a6510421","name":"passes more than one ENR URLs and attempts connection","time":{"start":1714424912041,"stop":1714424912041,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f7865328612da6ce","name":"Encoder throws on undefined content topic","time":{"start":1714424885247,"stop":1714424885247,"duration":0},"status":"passed","severity":"normal"},{"uid":"40b553100c9332bc","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1714425071922,"stop":1714425071922,"duration":0},"status":"passed","severity":"normal"},{"uid":"4953e2b6e1a05157","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1714425348192,"stop":1714425348192,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a10e06f404a79dd","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714425137466,"stop":1714425137466,"duration":0},"status":"passed","severity":"normal"},{"uid":"12a93e7d4c988b6","name":"should be able to encode the field with only RELAY set to true","time":{"start":1714424856919,"stop":1714424856921,"duration":2},"status":"passed","severity":"normal"},{"uid":"17c53cf9aa01f617","name":"same cluster, same shard: nodes connect","time":{"start":1714425178900,"stop":1714425178900,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b0c486ae4ce0979","name":"Nodes with multiple pubsub topic","time":{"start":1714425321027,"stop":1714425321027,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4f73228615f79e0","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6944/widgets/suites.json b/6944/widgets/suites.json deleted file mode 100644 index 92c8bf9f945..00000000000 --- a/6944/widgets/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"total":96,"items":[{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":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}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}},{"uid":"cddf321d453ccfeb1c38dfaa4bf0811f","name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","statistic":{"failed":0,"broken":0,"skipped":2,"passed":25,"unknown":0,"total":27}}]} \ No newline at end of file diff --git a/6944/widgets/summary.json b/6944/widgets/summary.json deleted file mode 100644 index 34bd93699af..00000000000 --- a/6944/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830},"time":{"start":1714424848618,"stop":1714425631839,"duration":783221,"minDuration":0,"maxDuration":26,"sumDuration":578}} \ No newline at end of file diff --git a/6962/data/behaviors.csv b/6962/data/behaviors.csv index 9a0f8dc2106..3029244432a 100644 --- a/6962/data/behaviors.csv +++ b/6962/data/behaviors.csv @@ -1,2 +1,2 @@ "Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"","","","0","1","804","26","0" +"","","","0","0","805","26","0" diff --git a/6962/data/behaviors.json b/6962/data/behaviors.json index 959fd1a2528..da4d1dcb267 100644 --- a/6962/data/behaviors.json +++ b/6962/data/behaviors.json @@ -1 +1 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Init the array if not present","uid":"7f734fb21cacc777","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453924717,"stop":1714453924718,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"e4d601f875f52637","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453924719,"stop":1714453924719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"43895c6c4eafe50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925047,"stop":1714453925047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"251f091b2540f221","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925048,"stop":1714453925048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"5b6be3a2944485ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925048,"stop":1714453925048,"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":"6d33b6931123a9e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925049,"stop":1714453925049,"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":"22cf455a753cb9e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925049,"stop":1714453925049,"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":"9cff0f5777c113a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925049,"stop":1714453925050,"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":"e1237131e461ba8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925050,"stop":1714453925051,"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":"4ed6328ff3c93b6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925050,"stop":1714453925050,"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":"633fadaf17dd5d6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925051,"stop":1714453925051,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"85c278eadb8addb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925052,"stop":1714453925052,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"f18deb9e3b0bbaf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925052,"stop":1714453925053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"450b1975b20eb2f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925053,"stop":1714453925054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"b7616af520187478","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925053,"stop":1714453925053,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"94a6e8f1210849fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925054,"stop":1714453925054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"f235ce8b8ff406d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925054,"stop":1714453925055,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"274213a0ff78a9fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b1bc1bc5db07e9fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925055,"stop":1714453925056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"f0173304eaea3c58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"79cc7ecb103e55c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"35a66468b19db128","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"ea9e44722fa7ed5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925056,"stop":1714453925057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"ce008fe4c8599b9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925057,"stop":1714453925057,"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":"ab461a2e4a75ae8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"847c1ecd4e508e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925058,"stop":1714453925058,"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":"1355394a226fc052","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925058,"stop":1714453925058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"13db8fb6746f84d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"d45041c72c63df9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925059,"stop":1714453925060,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"86279c7a7ebb3efd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"79103309655d5e9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"4ab4180859ba99d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"2a2ab5e37b98f125","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925060,"stop":1714453925061,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"fe002c4399712ba2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"b08c65b77d52bba9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925061,"stop":1714453925062,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"97527631fe49b594","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"a4b2de468c08a38f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925062,"stop":1714453925063,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"ff1afd77c3b8d639","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle application and version for autosharding","uid":"b546bbc8e797654d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"96c0524c73e853d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"f3edff3c3998a20e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"e2a102a9c0c110d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"fb32a42297e3ef9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925064,"stop":1714453925065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"c515402771bd81e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"a37500d3e670694c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"a67b485fb9968d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"9dfe5eee17543369","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925065,"stop":1714453925066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"f6c5c5027f8a1242","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"fadfa25a11028a89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"83a2333635d43f50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925066,"stop":1714453925067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"b84df16735a00a4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"37ab29c6159148d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925067,"stop":1714453925068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"21017a38a9a3dbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"2d27815002d1a8a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"d80cf24564043e9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"26a7dcc5e79a725e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925068,"stop":1714453925069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"e33a0733b1bb23cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925069,"stop":1714453925070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"b2f10cf391e02f86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"d12e3bc299ff19cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"734636c2e333c2e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"22ab9faaff7c253a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"e06c326806e47794","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925071,"stop":1714453925072,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"4fa4b782e36258f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"23d1635548ff1b62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"3bdb555df86f17bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"c5412e1660a6dc56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"a178a61a7b254d83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925073,"stop":1714453925074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"48d0abbee0a0a6b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"ff4e45aa33a0f8cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"b94cae4d742a1da9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"55f9b9e03bf0d166","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"4a7bbd1eb6121857","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"9175e0c1df70ae2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925075,"stop":1714453925076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"2911a22315c17e0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on application and version for autosharding","uid":"56921560f00fd5c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"c57bd4b8d988b562","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","uid":"8cea5daf6686ff0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","uid":"8fea3f6704e60d77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925077,"stop":1714453925078,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","uid":"6132fdce66961742","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"fdd7425299411ec5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"2ebb69614cbce2b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"d0fc060167965271","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925078,"stop":1714453925079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"6f1cccf1375d2a04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"2887c837dc45541c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"e3d75be66200835","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"205a515f1503c009","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925080,"stop":1714453925080,"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":"b91a5877a0e65321","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925096,"stop":1714453925097,"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":"4c4e44b14de62d31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"c26fbc04ccbd6cc8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"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":"c762a912d3437679","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"a22d15c1c91f72cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453927576,"stop":1714453927578,"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":"46c08e9d3c6655b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453927578,"stop":1714453927579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"7468e6aa08025773","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453927578,"stop":1714453927578,"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":"152f5c1f4a593388","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453927579,"stop":1714453927579,"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":"cc31056d5cd1476a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932701,"stop":1714453932703,"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":"320819ff5bfbd74b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932703,"stop":1714453932704,"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":"65e4dbe094e430aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932704,"stop":1714453932705,"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":"22c2e457700ce5f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932704,"stop":1714453932704,"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":"7e7aeffa72cddfed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932705,"stop":1714453932705,"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":"5aa1adc76e0e8394","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932706,"stop":1714453932707,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"841e25efbaf31fab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932706,"stop":1714453932706,"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":"3ee1b8e25a53b9a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932707,"stop":1714453932707,"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":"f3e8683d8c910fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932708,"stop":1714453932709,"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":"e366f77a739fae54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932709,"stop":1714453932709,"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":"cca2592e92624d9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932709,"stop":1714453932710,"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":"16d2f708d2a201df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932710,"stop":1714453932710,"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":"1b49c683620b8e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932710,"stop":1714453932711,"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":"f3726921a28f6c51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932711,"stop":1714453932712,"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":"177075e0e50478e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932711,"stop":1714453932711,"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":"93218fb3db6a5ca1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932712,"stop":1714453932712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"2349a45d58f61b6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932841,"stop":1714453932841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"8b8aead8e76b74f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932856,"stop":1714453932857,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"ee533373a8271683","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453932857,"stop":1714453932857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"911d0e08ce1e8bad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"81f3bf36253786c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"e1eeae8b1b591047","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933331,"stop":1714453933332,"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":"4fa1c71ef517914c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1f741534f97503bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"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":"bdc5b8c3f646637d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"632faa9461f93af2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"95ec738bcbe5908f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"9d690a09d6a0f453","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"87b922b93e32d905","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"10de672e42011c50","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933333,"stop":1714453933334,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"f88416f091948627","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"d03213d8e857f439","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"8e825648015175c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"d1400ddfc844d1a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"2c6554d6352592f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"6d5f5e1dc6624474","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"44fde4dbf2a455cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"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":"fbdb3b3ead4d39dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5eda9edc5693c963","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"3d3b31a8f55795d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"2f18c74bf5c2821f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"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":"a10685214d07a916","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"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":"3e09396f8002a3a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"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":"36da131d15ffb329","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"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":"bf64358b433daf75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"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":"2be863e591aa7720","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"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":"81702d5eac4343f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"7b99fc4a013d77fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453933339,"stop":1714453933339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"1cbf58175e256334","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453937585,"stop":1714453937587,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"d5c87ac4700c8a6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453937810,"stop":1714453937811,"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":"9dec738be8fe8cf0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453937810,"stop":1714453937810,"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":"d8fef94c72714df6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453937811,"stop":1714453937812,"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":"fc96fdc720d91514","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453937812,"stop":1714453937812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"6a9202d0003fbad8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453938217,"stop":1714453938217,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"5c0db5554655ccb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453938217,"stop":1714453938218,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f340d12bc226960","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453938218,"stop":1714453938219,"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":"a749995bcd759a68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453938218,"stop":1714453938218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2129a5256a01352f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453938219,"stop":1714453938220,"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":"fdc38db838ef3c19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453938219,"stop":1714453938219,"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":"4e03ee2bc096ebfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453938220,"stop":1714453938220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"4df98a4e1e852160","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453938220,"stop":1714453938221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"98dcfe478c706b36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453941571,"stop":1714453941572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"e0f5c50d9c8b1602","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453941572,"stop":1714453941573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number matches available values","uid":"76a860dbc78313ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453947385,"stop":1714453947388,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"c954686625503a99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453947389,"stop":1714453947389,"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":"acdae15864adfb6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453947390,"stop":1714453947390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"9210bb3f98bb49e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948528,"stop":1714453948529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"aa639e7f722ae19e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948529,"stop":1714453948530,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"2c14904a2be498f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948530,"stop":1714453948530,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"7746ba6cc102b180","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948531,"stop":1714453948531,"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":"fca7a2cd599806c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948676,"stop":1714453948676,"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":"7e397afae7d85244","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948677,"stop":1714453948677,"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":"4b32203bcaed95b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948678,"stop":1714453948678,"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":"27824d3505a5984c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948679,"stop":1714453948679,"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":"dd4fe7483e0a151b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948680,"stop":1714453948680,"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":"2fe886026f753cf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948681,"stop":1714453948681,"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":"916667c65dd8f36b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948681,"stop":1714453948682,"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":"50813197f18914e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948682,"stop":1714453948684,"duration":2},"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":"4d11e2eadf9244fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453948684,"stop":1714453948686,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"f0b8ed3591934862","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949188,"stop":1714453949189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"dab3404b5da8b511","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949189,"stop":1714453949189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"cab688b50a76686b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949189,"stop":1714453949190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"b47384f4ebcd3e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"248736087726a566","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"ad71939287b6ef30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949191,"stop":1714453949191,"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":"8a633af914ad7cba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949191,"stop":1714453949191,"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":"7c7e16d19bcdf01a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949191,"stop":1714453949192,"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":"1511a39543aae2da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949192,"stop":1714453949192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"790b2d22581f4d68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949192,"stop":1714453949192,"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":"9d6ce6e1f52ae2d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714453949193,"stop":1714453949193,"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":"82bcf922ae2ddbae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"8858ecaca373b2e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714453949194,"stop":1714453949194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"7cf47c3e133619b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952288,"stop":1714453952289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"535754dedc17a9c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952288,"stop":1714453952288,"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":"24f53d033f11f313","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952289,"stop":1714453952289,"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":"a719eb3221e49cff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952289,"stop":1714453952289,"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":"d8c85e6a5df7e2b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952290,"stop":1714453952290,"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":"a07e742b3bebc9aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952290,"stop":1714453952290,"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":"78a2ad174cdf22c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952291,"stop":1714453952291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"7d10c048738ce176","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952291,"stop":1714453952292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"89d9985891e36821","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952292,"stop":1714453952292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"184c5fa7aa6e70ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952292,"stop":1714453952293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"ea27bc63ec332f7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453952293,"stop":1714453952293,"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":"bd47b74a9713ab08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958104,"stop":1714453958105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"60fb6708ee3c5d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958105,"stop":1714453958106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"3bdb71a1f7c762c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958106,"stop":1714453958106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3a39da6f2a4c905b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958107,"stop":1714453958107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"88ea70751a6632d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958108,"stop":1714453958109,"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":"4c050b5c8cd2bbfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958108,"stop":1714453958108,"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":"dbb0d67216c4e9b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958109,"stop":1714453958109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"8d60fca85892100c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958693,"stop":1714453958694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"bcc4888625da6a03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958694,"stop":1714453958694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"389448522adce881","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958694,"stop":1714453958695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"e94cd70fb1228d3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453958695,"stop":1714453958695,"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":"6ea2fb83e0de3f56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453959966,"stop":1714453959967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"8486d7c936c16c86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453959967,"stop":1714453959967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"69208f71730b93b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453959967,"stop":1714453959968,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"a6b9f837f97ccbdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453959968,"stop":1714453959968,"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":"99bcaacf0bc86bd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453959968,"stop":1714453959968,"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":"885004a40e588723","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"29c46322bd4c8c1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453959969,"stop":1714453959969,"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":"ab7ce96b27b0cd01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453975110,"stop":1714453975113,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"396cdb0623f12452","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453975114,"stop":1714453975115,"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":"f0656d12ecfd18d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453975116,"stop":1714453975117,"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":"2979dc9eeb885010","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453975118,"stop":1714453975119,"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":"64fa5366db1f23ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453975164,"stop":1714453975166,"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":"2f3ea35f6b6456d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453975167,"stop":1714453975168,"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":"3edd193aadebec16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453983002,"stop":1714453983003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"60ebd24e08061e3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453983003,"stop":1714453983004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"34f5f1819da7cc3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453983004,"stop":1714453983005,"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":"6d30717ecb68d96c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453983005,"stop":1714453983005,"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":"1577a134e21deabe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453983006,"stop":1714453983006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"2cf0c6efa3a9353b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453985197,"stop":1714453985198,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"690dca5a57a257f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453985197,"stop":1714453985197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"13102f2416e8cb8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453985199,"stop":1714453985199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"f90b78a002abbfce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453985200,"stop":1714453985200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"610eb8a6f3d1bbde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453985445,"stop":1714453985445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"7a1a3e203790ce33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453985446,"stop":1714453985447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"74d129034fce1caf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453985446,"stop":1714453985446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"dbd3192d891a738c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453987174,"stop":1714453987175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"ec1f06b9e075c5cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453987175,"stop":1714453987175,"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":"38f3f028c823b6a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453987176,"stop":1714453987180,"duration":4},"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":"e96f2339435f0ca6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453987181,"stop":1714453987182,"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":"70c663d21c7fadb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453987195,"stop":1714453987196,"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":"e2310273037cb329","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453987196,"stop":1714453987198,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"150082852497d5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714453987198,"stop":1714453987200,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"8438a27c06408ef7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714453987203,"stop":1714453987203,"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":"90d88435719f78c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714453987204,"stop":1714453987204,"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":"f56de170d5ae8ddf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714453987221,"stop":1714453987222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"fccedd48d03b0f2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454006711,"stop":1714454006712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"82c82a0680f59272","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454006712,"stop":1714454006712,"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":"43ffd9bee8343b65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c5be782bb853c4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"8b53ae16e9abd831","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454015964,"stop":1714454015965,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"ce14cf8db4c30f17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454015965,"stop":1714454015965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"c008dfc7cb2ca5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454015966,"stop":1714454015966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"365784bbddcc2ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454015966,"stop":1714454015967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"4379686570f85166","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"886b50bdae21943","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"695d8f01740fb80f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454015968,"stop":1714454015971,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"f4b894b1ff5fc042","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"e305159f5283acab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454015968,"stop":1714454015968,"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":"8073810db91e3b78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454024386,"stop":1714454024386,"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":"783501477060d35c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454024387,"stop":1714454024387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"a995320871416e47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454024387,"stop":1714454024388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"df92d0b0a879d62d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454024388,"stop":1714454024389,"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":"ab25e40647917517","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454024388,"stop":1714454024388,"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":"1b824c1d129967f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"3b7bc096570ba6ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454024389,"stop":1714454024389,"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":"fdeafc74da58eb02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048328,"stop":1714454048328,"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":"bc89187ee8b9f93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048328,"stop":1714454048329,"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":"552b4eaa39538363","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048329,"stop":1714454048332,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"bccefa013f371888","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048332,"stop":1714454048333,"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":"9e0f356892cfb93a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048336,"stop":1714454048336,"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":"e6bde31a36086432","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048337,"stop":1714454048338,"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":"58d527055cf2e164","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048338,"stop":1714454048339,"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":"94473e77ab33d81b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048339,"stop":1714454048340,"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":"7e27df1c492fc8f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048341,"stop":1714454048342,"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":"7b08ba6b451966ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048342,"stop":1714454048343,"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":"f84e02868fe0ffa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048343,"stop":1714454048344,"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":"97051404c203f14e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454048344,"stop":1714454048345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"d001304e8bde542e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454053292,"stop":1714454053292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"748ccf9739238cdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454053292,"stop":1714454053294,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c537b29e3e3509c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454053294,"stop":1714454053294,"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":"e60bf3cd0831c243","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454053294,"stop":1714454053295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e5fa9624633014a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454053295,"stop":1714454053295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"6109428a37ce9ad2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454053295,"stop":1714454053296,"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":"1c1c020ea7f8e0e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"a121347414f39a69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454053297,"stop":1714454053297,"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":"5a2ca3839c0646f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454066545,"stop":1714454066545,"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":"3f3d2c06f80823b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454066545,"stop":1714454066546,"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":"b17a27ff7b6939c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454066546,"stop":1714454066546,"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":"3715a1ce74188c8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454066546,"stop":1714454066547,"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":"38ee74cff7891b07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454066547,"stop":1714454066547,"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":"3c1d3070999fb87f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454066547,"stop":1714454066548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"b4ef28de9cffb070","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133717,"stop":1714454133734,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"422c01e61af8bf7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133717,"stop":1714454133717,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"58c0bc7abfd2cb0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133734,"stop":1714454133734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"93fae3a94dd87ae7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133734,"stop":1714454133735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"79b12bfc3d50a780","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133735,"stop":1714454133735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"d4b7867c9186a581","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133735,"stop":1714454133736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"500228db3e6aa166","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133736,"stop":1714454133737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"50408345c4a70e38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133736,"stop":1714454133736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"720a5ad4e0e15e1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7908cd0f6bebde96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133737,"stop":1714454133737,"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":"f2ed7094606a655e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133738,"stop":1714454133749,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"370da373122a2277","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133749,"stop":1714454133752,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"329209713ce6040b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133753,"stop":1714454133756,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"88d11e551cf3b08f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133757,"stop":1714454133758,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"50846528f87440f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133757,"stop":1714454133757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"482fab1e1b49fba3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133775,"stop":1714454133775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974781000000 ","uid":"47062b73b5c138bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133775,"stop":1714454133776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b386dc830cff9211","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133776,"stop":1714454133777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974781 ","uid":"40017be7be309895","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133776,"stop":1714454133776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"dd4be3caab96835c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133777,"stop":1714454133777,"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":"ce60afd6c7939703","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133777,"stop":1714454133778,"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":"75c123815b343483","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133778,"stop":1714454133782,"duration":4},"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":"623b30e2668ba1c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133785,"stop":1714454133785,"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":"2a0c8c9aa73d902d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133785,"stop":1714454133785,"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":"9dd038a6eb40c75c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133786,"stop":1714454133787,"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":"ba49a0f6a0fee7e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454133786,"stop":1714454133786,"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":"801bf757971b8236","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454133787,"stop":1714454133787,"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":"2d6cda14eb1087b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454133787,"stop":1714454133790,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"53cc4b20311d828a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140403,"stop":1714454140403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"1db6e2d04e385095","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140404,"stop":1714454140404,"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":"682770c0b64e5c92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140404,"stop":1714454140404,"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":"9f10808592c79f71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140405,"stop":1714454140405,"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":"18ac2c9ceb0ed553","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140405,"stop":1714454140405,"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":"de88d86f83fbd656","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140406,"stop":1714454140406,"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":"13cdc3054c2755bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140406,"stop":1714454140407,"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":"ca4d78625681bfd8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140407,"stop":1714454140407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"45d9da11f7dfebc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140435,"stop":1714454140436,"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":"8645fb71d432457d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140437,"stop":1714454140438,"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":"2a2b3549fc0e71d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140440,"stop":1714454140441,"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":"78cea8e2858631b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140440,"stop":1714454140440,"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":"16e508a5233d780a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140441,"stop":1714454140442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3ef6e3bd4d25eeaf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140445,"stop":1714454140445,"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":"d88950b501cec473","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140445,"stop":1714454140446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"88f07c7e6a66ef20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140446,"stop":1714454140446,"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":"3e90d963d77c5295","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140446,"stop":1714454140447,"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":"ebb1826b4abf9f65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140446,"stop":1714454140446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5fcb1bc994175490","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140447,"stop":1714454140449,"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 3 bootstrap peers","uid":"14c66ff69319547e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140450,"stop":1714454140450,"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":"4268fea317aefe10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140451,"stop":1714454140451,"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":"849be0f2d33be703","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140454,"stop":1714454140465,"duration":11},"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":"b38522128eff9403","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140465,"stop":1714454140465,"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":"cb6de39c524db29a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7f1a1524a3c0ba7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140466,"stop":1714454140466,"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":"c39cddbcef6e5a21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140467,"stop":1714454140468,"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":"1b300338292455c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140467,"stop":1714454140467,"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":"c66ae5011ba225ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140467,"stop":1714454140467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"9173833b3de9b1b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140468,"stop":1714454140468,"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":"a07d2bba4bd5a39f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140468,"stop":1714454140469,"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":"2ee48248c9103084","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140469,"stop":1714454140469,"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":"3a05758f5fcc383f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140469,"stop":1714454140470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ec56c91814540405","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140470,"stop":1714454140471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"4900aca55f82f272","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140470,"stop":1714454140470,"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":"4fdd0c9700bae2ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140471,"stop":1714454140471,"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":"ae3a58e3bc9a1aa7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140471,"stop":1714454140471,"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":"dd1b6f6d5cb91a83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140472,"stop":1714454140472,"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":"f15cff6392f257e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140472,"stop":1714454140472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"9ca8fb5f560bc585","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140479,"stop":1714454140479,"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":"a2e49e93251e4cea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140479,"stop":1714454140480,"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":"4801f2b3b24673c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140480,"stop":1714454140480,"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":"c3aa88a5a72d00f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140480,"stop":1714454140481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"3c851e01aec3ab98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140481,"stop":1714454140482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"e014b23c14045743","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454140481,"stop":1714454140481,"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":"7a5508f488d65048","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185395,"stop":1714454185395,"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":"5456f646cc0f7e5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185395,"stop":1714454185396,"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":"14ebea972904cc90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185396,"stop":1714454185397,"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":"8f1c9dcc1f6d8be1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185396,"stop":1714454185396,"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":"8e45a16baec4e262","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185397,"stop":1714454185397,"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":"4c6bf6d34efde39f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185397,"stop":1714454185397,"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":"7877262849c54037","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185398,"stop":1714454185398,"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":"fbbe7248dd4b4334","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185398,"stop":1714454185398,"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":"62d3ead9b9aeee80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185399,"stop":1714454185399,"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":"a0aeee07ed856dff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185399,"stop":1714454185399,"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":"b5c5226e61f44ab9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185399,"stop":1714454185400,"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":"601453b951bf8882","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454185400,"stop":1714454185401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"ad29bd016a2bb619","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227462,"stop":1714454227462,"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":"58686c45e2f3094d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227463,"stop":1714454227463,"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":"4ffbb2ec5fbf22ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227463,"stop":1714454227463,"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":"348242e87072cabf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227464,"stop":1714454227464,"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":"c295eb63f07b59a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227464,"stop":1714454227464,"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":"6416ed07ce907968","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227464,"stop":1714454227465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"3c18160e58227f1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227465,"stop":1714454227465,"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":"4e5744d05aee5ec6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227465,"stop":1714454227465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6ee8a999b0372610","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227466,"stop":1714454227467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"b2ad88fa893ae2f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227466,"stop":1714454227466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"57df6038c586e17e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227467,"stop":1714454227468,"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":"c88341182d8ab926","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227468,"stop":1714454227468,"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":"3c05ec57f7e41d95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227468,"stop":1714454227468,"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":"107db3233676f4ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227469,"stop":1714454227469,"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":"c3a2ea0b927787e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227469,"stop":1714454227469,"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":"2bd18019522168d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227469,"stop":1714454227470,"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":"844baa4ccc96a85e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227470,"stop":1714454227470,"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":"d56ed5abe262dab0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227470,"stop":1714454227471,"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":"7f5affd9564ff4b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227471,"stop":1714454227471,"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":"8cb05ff20a15d150","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227471,"stop":1714454227471,"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":"39bfb46788072db1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227472,"stop":1714454227472,"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":"e87ef7d0fa9561b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227472,"stop":1714454227472,"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":"1d6b5811ab3f0333","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227472,"stop":1714454227473,"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":"51f6223c4088f1d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227473,"stop":1714454227478,"duration":5},"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":"75e14a87ff799f1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227478,"stop":1714454227478,"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":"db5c9f40c9fecb1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227479,"stop":1714454227479,"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":"74151707d603349e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227479,"stop":1714454227479,"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":"67b005b80e4fcacd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227479,"stop":1714454227480,"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":"c07f8a6274673f80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227480,"stop":1714454227480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"4a19d00a39e51cc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227628,"stop":1714454227628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"86db4a2e7194d6de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454227628,"stop":1714454227629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"dcdf5581f2b5090b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454246972,"stop":1714454246973,"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":"a59d0b6c532b3a67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454246973,"stop":1714454246974,"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":"fc7d391cf12af8a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454246975,"stop":1714454246975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"a599ad9bfeb412ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454246976,"stop":1714454246977,"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":"bbc1f65dd042b50f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454246977,"stop":1714454246978,"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":"7158792a1d171752","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454246978,"stop":1714454246979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"ede29f0ec7067cfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454246980,"stop":1714454246980,"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":"e2b0fe4800e9c818","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454246980,"stop":1714454246980,"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":"98247afe3b59bc07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454246981,"stop":1714454246981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"b0866868a2728cdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454253971,"stop":1714454253971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"949ad993f0999974","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454253972,"stop":1714454253972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"62a10a3722152fa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454254053,"stop":1714454254055,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"e11b09c32e4245e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454282970,"stop":1714454282971,"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":"bde8d5ea77d01645","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454282970,"stop":1714454282970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"44c72fa50b273120","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454282971,"stop":1714454282972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"b71d567b89d3c557","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454282971,"stop":1714454282971,"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":"d7b3f569bfd8c4f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454282972,"stop":1714454282972,"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":"a2a3a2bca3a0f955","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454282973,"stop":1714454282973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"bcea2ebd0247fbe8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365872,"stop":1714454365873,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"5328c19c212b7083","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365873,"stop":1714454365874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"4e0847641116460","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365873,"stop":1714454365873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cdfd92e1d0a584e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365874,"stop":1714454365875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"324ebb1e0275b911","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365874,"stop":1714454365874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"d8ebbf1eef227af2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3e4a510800c948f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"53138ca4f3570f27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365876,"stop":1714454365877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"345e66d32fbcd6a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365876,"stop":1714454365876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"a39bd8284dc3baa7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365877,"stop":1714454365877,"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":"96e0b3e1e7e28fa1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365877,"stop":1714454365878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5aacec4f998f630b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"c51cea92de0a8a0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"cc226b5c47a82ded","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"86aa425568eb79fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365879,"stop":1714454365880,"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":"2b726e2fb17db9be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"2a7fa1fbeaa472cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365880,"stop":1714454365880,"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":"8d0e405bc346e19b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365880,"stop":1714454365881,"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":"50002bb0313fa728","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365881,"stop":1714454365881,"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":"34aa7725de24f6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365882,"stop":1714454365882,"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":"5cbebff8b3c1731b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365882,"stop":1714454365883,"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":"6355d150384b23bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365882,"stop":1714454365882,"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":"efd0428b12fec0ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365883,"stop":1714454365884,"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":"b75757847885d762","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365883,"stop":1714454365883,"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":"88aab81e5b7a0cbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365883,"stop":1714454365883,"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":"b804799c670fe26d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365884,"stop":1714454365884,"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":"70cd68626942b1d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365884,"stop":1714454365884,"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":"c3e658179da8e401","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365885,"stop":1714454365885,"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":"e6ad9b3c67e127f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365885,"stop":1714454365885,"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":"b440b652388dbb15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365885,"stop":1714454365886,"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":"93eec2e256dcae48","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365886,"stop":1714454365886,"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":"b1470b467b07695d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365886,"stop":1714454365887,"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":"fba972ef52316a29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365887,"stop":1714454365887,"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":"725d8e9fe4945f41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365887,"stop":1714454365888,"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":"8477fa36e8d62ab2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365887,"stop":1714454365887,"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":"50f80d8287975dd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365888,"stop":1714454365889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"9e55301b5dfcc7a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365888,"stop":1714454365888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"81115b534c84157c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683695740677","uid":"a60632fcbd7f49b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714450540677","uid":"f386ed12451212a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365890,"stop":1714454365890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714457740677","uid":"abbadf86a5f12dd6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365891,"stop":1714454365891,"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":"cc672f02c0f6693d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365891,"stop":1714454365891,"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":"7952cb5ecae3961","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454365892,"stop":1714454365892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"4b77e3a7dfb812c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454366018,"stop":1714454366018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"d7be35af6bff9dd4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454366018,"stop":1714454366019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"9aa84bf9c7572f61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"db1849652f5bc06d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"7546a68a60612fab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454368452,"stop":1714454368452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"63ca4d840510b808","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454368452,"stop":1714454368453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"194f6290ae9e2aa9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454394847,"stop":1714454394847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"a424ce4330773987","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454394847,"stop":1714454394848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"3dc094901eed865d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"a577700760d1e408","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"2ffcb024f6ed47cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454401484,"stop":1714454401485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"9af69e385e26a129","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454401484,"stop":1714454401484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"8277228402516e10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454401485,"stop":1714454401486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"f311722b056e6909","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454401485,"stop":1714454401485,"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":"ddadf397e724f9a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407731,"stop":1714454407732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"665b4275db649b6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407732,"stop":1714454407733,"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":"cc677e6c19076f0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407732,"stop":1714454407732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"22131f39d6081398","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407733,"stop":1714454407734,"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":"495dfab5cc54205d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407733,"stop":1714454407733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"62af1eaa8c0cf397","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407734,"stop":1714454407734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"706c8093a8b07e62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407734,"stop":1714454407735,"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":"e0d72b6b4a86b312","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407735,"stop":1714454407735,"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":"8635295706a2da1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407735,"stop":1714454407736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9af974e884daf598","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407736,"stop":1714454407736,"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":"3ac3839c93a0da51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407736,"stop":1714454407736,"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":"63166007e027e072","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454407737,"stop":1714454407737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"64b8bccdb90d6a15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429786,"stop":1714454429787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"ae2e6cab1f6e11c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429787,"stop":1714454429787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"d6e6a3f076ba6a3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429787,"stop":1714454429788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"adb47ba19245ef6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429788,"stop":1714454429789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"e46647fae114face","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429788,"stop":1714454429788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"7e8a5db98dc2cbab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"3170cd6575f63649","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"f3e8c9f0b15dd120","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"794d8ae8dde3d4e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"2f20ec857c7f94a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429791,"stop":1714454429791,"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":"544721888cbb5c68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429791,"stop":1714454429791,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"dd5ca5408b30e879","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429792,"stop":1714454429793,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"73fc7ac1628ba423","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429792,"stop":1714454429792,"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":"8cc4f82d88683c68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429793,"stop":1714454429794,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"458717fdec14a00d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429793,"stop":1714454429793,"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":"4c87aaa6abea2431","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429794,"stop":1714454429795,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"8ca53bb690110d14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429794,"stop":1714454429794,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed May 10 2023 05:20:01 GMT+0000 (Coordinated Universal Time)","uid":"91260ee08236c91f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429796,"stop":1714454429796,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 04:20:01 GMT+0000 (Coordinated Universal Time)","uid":"5d9aa07dd9d0069a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429796,"stop":1714454429797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 06:20:01 GMT+0000 (Coordinated Universal Time)","uid":"4febf61c6dff6767","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429797,"stop":1714454429797,"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":"1bbb477805e7b323","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429798,"stop":1714454429798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"553b78278a8ed105","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429798,"stop":1714454429798,"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":"dc77af7a324f720a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429799,"stop":1714454429799,"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":"74c1525140a0cc70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429799,"stop":1714454429799,"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":"69215ffe8c76cc83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429800,"stop":1714454429800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"4cfb07bfa45cf2bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"d4d899213be6ad3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429801,"stop":1714454429802,"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":"27ae06f16454653c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"c6ea6ff5a4b463fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454429802,"stop":1714454429802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"dd395b0f82b2c404","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454429952,"stop":1714454429953,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a waku node and content topic, creates a filter subscription","uid":"ab7a13e404677766","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454429953,"stop":1714454429953,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through stream","uid":"6b85ce25b512fb31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454429954,"stop":1714454429955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback","uid":"e911eca885dcdcf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback (Waku class)","uid":"2e7f4a1fc9e5353a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"6f4ac4a5dbb07841","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431990,"stop":1714454431990,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a84df6108fc7175c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431990,"stop":1714454431991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"18e11e911cf90622","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"b1f97fbb6fa26907","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431991,"stop":1714454431991,"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":"5a034fe0e785b523","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431992,"stop":1714454431993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"655884fd8b8ad3fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"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":"a4f0f7c95844166e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"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":"c0b02c4a46b9c4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6e05bedbf6bcd01b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454431993,"stop":1714454431993,"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":"9eb826e00b1d0eed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431993,"stop":1714454431994,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5517e26426f217ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454431993,"stop":1714454431993,"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":"ad3c7e506dc51f8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431994,"stop":1714454431994,"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":"5dccd4db2193d7eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431994,"stop":1714454431994,"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":"8027cf929ebba3b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431995,"stop":1714454431995,"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":"953b84f7113846e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431995,"stop":1714454431995,"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":"857460668633a4b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431996,"stop":1714454431997,"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":"cc8b49760542847c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431996,"stop":1714454431996,"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":"4ab6da241dea098d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431996,"stop":1714454431996,"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":"2038f3e0d2f22510","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431997,"stop":1714454431997,"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":"75664724777d73a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431997,"stop":1714454431997,"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":"d915625ee6ea5a47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431998,"stop":1714454431999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b27e6837887935eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431998,"stop":1714454431998,"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":"a69a0eb229744db6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431998,"stop":1714454431998,"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":"c6d2df2ab0d656ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454431999,"stop":1714454431999,"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":"b56a06462fa380ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454432000,"stop":1714454432000,"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":"9b59e339fb20b71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454432000,"stop":1714454432000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"64930ecfacd402be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434300,"stop":1714454434300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"601ef7664453d0a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434300,"stop":1714454434301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"5252f7a98a1e4085","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434301,"stop":1714454434301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9b05cb219f7c1485","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5160daf398f04b67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"20f36617bdf81683","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434302,"stop":1714454434303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"e0e5c5ac8589faff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434303,"stop":1714454434303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"c1e2a111fa2b3ebd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434303,"stop":1714454434304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"9e9974055955c41c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"44ab962d18821101","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"270bb73d64b6b15b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434305,"stop":1714454434305,"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":"80762d6d33e53eab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8dceb0a79abf3c83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434305,"stop":1714454434306,"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":"9bbd359325e5566f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434306,"stop":1714454434307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"28eca425e334553c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434306,"stop":1714454434306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406000000 ","uid":"5c0fc99b4bad4e5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"63c8feb48d539bee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406 ","uid":"38493759ecafcd54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434308,"stop":1714454434308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ed52e6f25675fb56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434308,"stop":1714454434309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"b7049958848ea998","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434309,"stop":1714454434309,"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":"d3f278d43222a8fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434309,"stop":1714454434310,"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":"ad601e5eab0248ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434310,"stop":1714454434311,"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":"fa708f7264fbc5b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434311,"stop":1714454434312,"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":"e8d22242ba14c6e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434312,"stop":1714454434312,"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":"5aacc4ac67efce99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434312,"stop":1714454434312,"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":"54fe9ecbfcd4b200","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"bcce7888304a3191","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434313,"stop":1714454434320,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"e92bbd9d39f969db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"dfa8149ee8ed789c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434320,"stop":1714454434321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"a202d63d4eb93af4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434320,"stop":1714454434320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"32d513c4e4365c39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434321,"stop":1714454434322,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"2b34701fa0b19cf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"ccf0dc3fb083edd8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"cfe3ee72c68f101a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"260f110eb8f28957","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"779b4d1d3514cdc8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434323,"stop":1714454434323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c7d9413f90c4386","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434323,"stop":1714454434323,"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":"f56e9332a5b3cfed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434323,"stop":1714454434324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"fdab4c0cb8ae6c76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b41f4d5e18d7cd90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"36cf5a52944417c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434325,"stop":1714454434334,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"1e2600fa072d8c68","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434334,"stop":1714454434334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3729d0cebba73a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434334,"stop":1714454434335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406000000 ","uid":"202e712c40e6ed6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406 ","uid":"5553bda8a4c66a36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434335,"stop":1714454434335,"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":"34725e5fd4dee5b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434336,"stop":1714454434337,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"236206fe7564f7a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434336,"stop":1714454434336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"f2fa6ff8d7d2b535","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434336,"stop":1714454434336,"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":"21f150444f2c2a0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434337,"stop":1714454434337,"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":"27dbeb104c845fbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434337,"stop":1714454434337,"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":"f844de063955df2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434338,"stop":1714454434343,"duration":5},"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":"b9c668e97b36eff1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454434344,"stop":1714454434345,"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":"83a6ef733c616c84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454434345,"stop":1714454434345,"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":"5f47d6d378130518","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714454434346,"stop":1714454434346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"222f09296d0a0685","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"18bd6c1195d8f1fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454443270,"stop":1714454443270,"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":"8c6aea5b08dcc52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454443271,"stop":1714454443271,"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":"b19a1613c82f16f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454443271,"stop":1714454443272,"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":"4dbf053e2c4c05f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454443271,"stop":1714454443271,"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":"1c6c4e9ccace8115","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454443272,"stop":1714454443273,"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":"425327f5c3ddfcf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454443273,"stop":1714454443273,"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":"ff2bc33329b55265","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454479294,"stop":1714454479295,"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":"a1b22b2fcb4aa473","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454479294,"stop":1714454479294,"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":"e2986bd955e4b154","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454479295,"stop":1714454479296,"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":"2cc2420e7469c1ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454479295,"stop":1714454479295,"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":"be0ec04898c9b4cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454479296,"stop":1714454479296,"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":"8c7b4a06ed58fac0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454479296,"stop":1714454479297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"87d9b1eba3314455","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"e312299caf8fe964","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"4210b61d3d5e6220","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454479297,"stop":1714454479298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"adcb3345f40b4d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483200,"stop":1714454483201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"91bdebb70e439511","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483200,"stop":1714454483200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app88/2/topic696/xml","uid":"526c9ec7da110c2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483201,"stop":1714454483202,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app98/8/topic585/test.js","uid":"d90f2f66f9ff72b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483201,"stop":1714454483201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic752/utf8","uid":"32cf2fcb2366ae9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483202,"stop":1714454483203,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/5/topic900/xml","uid":"21c946949252089a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483202,"stop":1714454483202,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app64/3/topic307/xml","uid":"eca22cc21afdf4ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483203,"stop":1714454483204,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app12/2/topic99/utf8","uid":"7e71ba6bbae91ad2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483204,"stop":1714454483204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app40/9/topic615/json","uid":"b4c29191cef4bb03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483204,"stop":1714454483205,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app69/2/topic755/xml","uid":"14f7e6d6ad69cc93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app85/5/topic455/xml","uid":"1778d82f3530d5a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app57/4/topic816/test.js","uid":"15fe9fd73584153f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"6dfb5d9fa6dc3879","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483206,"stop":1714454483206,"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":"58d7e30b4979337c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483207,"stop":1714454483208,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"f7f34db7d4dbcba6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483207,"stop":1714454483207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"d2fee9df710e76fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483208,"stop":1714454483209,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with ApplicationInfo","uid":"19a3714f0480676d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454483208,"stop":1714454483208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"93961b8980769455","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485748,"stop":1714454485748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"5112b462c3ee8c8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485749,"stop":1714454485749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 887, Shard ID: 831","uid":"ea6cdb28412fded","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485750,"stop":1714454485751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 196, Shard ID: 680","uid":"8270070da7be5245","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485750,"stop":1714454485750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 740, Shard ID: 883","uid":"189065852df67ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485751,"stop":1714454485751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 231, Shard ID: 992","uid":"7b9e5ca804c5724","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485751,"stop":1714454485752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 560, Shard ID: 511","uid":"1c854944502ebe26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485752,"stop":1714454485753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 457, Shard ID: 586","uid":"740f018d93b66c09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485753,"stop":1714454485754,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 634, Shard ID: 405","uid":"62214ec321b1d6cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485753,"stop":1714454485753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 548, Shard ID: 998","uid":"62f3d7d26e488cff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485754,"stop":1714454485762,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 512, Shard ID: 977","uid":"a486d61d1489c387","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485762,"stop":1714454485764,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 604, Shard ID: 846","uid":"26385a235ac648e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485765,"stop":1714454485765,"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":"142da8326336c4a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485766,"stop":1714454485766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard","uid":"9ad334ba27e764f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485767,"stop":1714454485768,"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":"f94eabf3ee2e344a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454485767,"stop":1714454485767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"73b947c9791e2441","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507870,"stop":1714454507871,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"cf0d629c4ef6e89e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507871,"stop":1714454507871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e57afcd0ab8740ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507872,"stop":1714454507873,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"33e4d7e99c9d224b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507872,"stop":1714454507872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"9879f1d88b61ff7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507873,"stop":1714454507873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"6a6f102bfbc2dfb3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507873,"stop":1714454507874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2c5dc8fd300e6868","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507874,"stop":1714454507875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"b661498e731835b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"cae898362c003417","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fa92a3574fa963d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507876,"stop":1714454507877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"d331e42afaebe844","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507876,"stop":1714454507876,"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":"231b1f8a5458edb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507876,"stop":1714454507876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b7d9fb57ce9aff92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"d8d86956b226a407","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"bf0ce7cfb5745d64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507878,"stop":1714454507878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"3ca436425d851713","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507878,"stop":1714454507879,"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":"d8231ee594c29cfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507878,"stop":1714454507878,"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":"126fc36daeefdc98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507879,"stop":1714454507879,"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":"d11c7eb94b0582e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507879,"stop":1714454507880,"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":"8ed2984a1ad2ff94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507880,"stop":1714454507881,"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":"c179e9116260b630","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507880,"stop":1714454507880,"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":"d0d58013e6fd25bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507881,"stop":1714454507903,"duration":22},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"d6b61b1b22c1f123","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507904,"stop":1714454507905,"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":"f6086d94713e2c09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507904,"stop":1714454507904,"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":"254abb0ad0bf6c39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507904,"stop":1714454507904,"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":"73ef15ae25f813db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507905,"stop":1714454507905,"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":"8c1f181afc3391c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507905,"stop":1714454507906,"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":"3ace9c8dc0835b9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507906,"stop":1714454507907,"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":"a5de0bca57562b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507906,"stop":1714454507906,"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":"cdfc1c2e0e5b226a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507907,"stop":1714454507907,"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":"769c037935a1f35a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507907,"stop":1714454507908,"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":"97b5497832cbc17d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507908,"stop":1714454507908,"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":"6b0f674fb69a64a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507908,"stop":1714454507909,"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":"a7f11f099c8e8f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507909,"stop":1714454507911,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"b20b71879f77492f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507909,"stop":1714454507909,"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":"5c3209cfa50c2406","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507911,"stop":1714454507912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"552a27866dd01fc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507911,"stop":1714454507911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"5f0c94faab0b1963","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683695733923","uid":"4ac3fb410d92a997","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714457733923","uid":"4caea0356689c41b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507913,"stop":1714454507913,"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":"812f81fa9e3ebbf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507913,"stop":1714454507915,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714450533923","uid":"15177e420031cf20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507913,"stop":1714454507913,"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":"4dd0362e2086d317","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454507915,"stop":1714454507916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"feeefb2f6cacb514","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530128,"stop":1714454530129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"fd977fcef1c27b76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530129,"stop":1714454530130,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"6fca1ad0b0e751c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530130,"stop":1714454530131,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"a2f2ab911097bc77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530131,"stop":1714454530132,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"7b887c14a7518f0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530132,"stop":1714454530133,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"f8d5ffc61033009c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530133,"stop":1714454530134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"e1f3c0ad6c0c4972","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530134,"stop":1714454530135,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"6bec232bcfaf5fb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530135,"stop":1714454530136,"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":"3371c8a123abc729","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530135,"stop":1714454530135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"9300e0413272eff7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530136,"stop":1714454530136,"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":"9046eaffdbfc122b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"20945e5c0ad5df93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"ed8b37c600129423","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530565,"stop":1714454530565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"ec6b52485edc7b97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530566,"stop":1714454530566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"b5172eabcef5af28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530566,"stop":1714454530567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"a7d1d034949e657a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"d362041d60108eee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"471251607050a193","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454530568,"stop":1714454530568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"682e29e2021b61d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454532108,"stop":1714454532109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"db2f09f632b54913","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454532109,"stop":1714454532111,"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":"273c614a2e9fbf79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454532111,"stop":1714454532118,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"11485742e92a5325","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454532119,"stop":1714454532120,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9585b5a234034e49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454532120,"stop":1714454532121,"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":"641defe93b04859a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454532126,"stop":1714454532128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"e1fa59cd66f361ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454532130,"stop":1714454532131,"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":"59e9c665196f60e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454532131,"stop":1714454532132,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"d751093e0a8ca0b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454532131,"stop":1714454532131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"3175466a28a0d37c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454543142,"stop":1714454543143,"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":"c42d6cc84b13578a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454543143,"stop":1714454543144,"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":"7c29e5d3e267f362","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454543144,"stop":1714454543145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"f91574c33efc4a7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454543145,"stop":1714454543146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"f1d75d60f771cd52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454543146,"stop":1714454543146,"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":"bf4e63e04842be2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454543147,"stop":1714454543147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f9092ecf976cce75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454543147,"stop":1714454543148,"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":"ae1a2ed372f5e873","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454543148,"stop":1714454543149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"2fa994bdc9086411","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454543150,"stop":1714454543156,"duration":6},"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":"5550cb418fd645f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454546217,"stop":1714454546217,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"c9dd827e4d4c6d7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454546217,"stop":1714454546218,"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":"baed2d319d6c77e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454546218,"stop":1714454546218,"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":"54b44fca46498582","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454546218,"stop":1714454546219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"736b53aa5bad9e09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454554064,"stop":1714454554065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"8778fef67418c927","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"2d4499723c47916f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454554065,"stop":1714454554065,"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":"9a9e0d2133a25055","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454561529,"stop":1714454561530,"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":"a423b9ceba6af956","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454561530,"stop":1714454561531,"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":"db7e2b5fe80db9ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454561530,"stop":1714454561530,"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":"4a366561f388923e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454561531,"stop":1714454561531,"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":"f463ee7f2075060","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454561532,"stop":1714454561532,"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":"5091c4afaea8e08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454561533,"stop":1714454561534,"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":"484e513fd35776d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454561533,"stop":1714454561533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"738e6ac959f49e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454561534,"stop":1714454561534,"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":"7afabe10515d0260","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454563517,"stop":1714454563518,"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":"3c3f702aa2bdd046","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454563518,"stop":1714454563518,"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":"d9f915c3242b668e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454563518,"stop":1714454563518,"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":"cf38d7efcc81a42a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454563519,"stop":1714454563519,"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":"8ee5e40c40732883","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454563519,"stop":1714454563519,"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":"7ec7c9a15854a258","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454563519,"stop":1714454563520,"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":"2121bc3d4dac1fda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454563520,"stop":1714454563520,"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":"dc09e913abdfe17f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454563520,"stop":1714454563520,"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":"41274160cba54976","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454563521,"stop":1714454563521,"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":"24097be2e48270b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454568758,"stop":1714454568759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"a5116bf3ad2295c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454568758,"stop":1714454568758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"7fbbe738036c2fe8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454568759,"stop":1714454568760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"f554367a4b78af4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454568760,"stop":1714454568761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"9f5931fbe953585a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454568760,"stop":1714454568760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"52067d21d3b9b02e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454568761,"stop":1714454568761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"c81bbce22cf1e82a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454576887,"stop":1714454576888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"448420bd4f22f484","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454576888,"stop":1714454576889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"c8fd325505dd090a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454576888,"stop":1714454576888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"3190927bc793791d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"93e0214dd64c40cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"fb5353c5b8ccf62f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454576890,"stop":1714454576891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"5f8b8b623a1f8c54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"423211a438c5838f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"3cf49bb602f87ad8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454576891,"stop":1714454576891,"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":"358acd15f77aeb3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605538,"stop":1714454605538,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"88370a19eabce987","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605538,"stop":1714454605538,"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":"8ffdf75a21eca4a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"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":"c025c083c5d3ea34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"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":"458b989a037dcd52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"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":"49dc5076c9a4ab47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"93780d81c9f8f1ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605540,"stop":1714454605541,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"83a1465acc1917a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"a8a5884ec5146f6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"c891f1146b37df47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605541,"stop":1714454605542,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"b708eb1a315f032f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605541,"stop":1714454605541,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8f340b4099f0ed49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605541,"stop":1714454605541,"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":"48d627556b6292be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605542,"stop":1714454605542,"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":"495ef014f9517999","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605542,"stop":1714454605543,"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":"be1cc6a3eac27677","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605542,"stop":1714454605542,"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":"d60c20001d591fe0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605543,"stop":1714454605543,"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":"80ddf2de593139fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605543,"stop":1714454605543,"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":"1a3def65471817f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605543,"stop":1714454605544,"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":"10f2665a148e1890","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605544,"stop":1714454605544,"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":"d354daf77595a7d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605544,"stop":1714454605545,"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":"83c725b1b2bc432c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605544,"stop":1714454605544,"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":"67c6a9e80a14fa09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"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":"ea69942a51369027","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"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":"8184cf130790bd91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"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":"4b9f8eccee694fa5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605546,"stop":1714454605546,"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":"4628c4e3b9455f36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605546,"stop":1714454605547,"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":"e196c53a3df830ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605546,"stop":1714454605546,"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":"680e45e7815e4847","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605547,"stop":1714454605547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"e477d8a9ecd81e52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605548,"stop":1714454605548,"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":"22adbb8becab1e01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605548,"stop":1714454605549,"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":"1649de1693046db8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605548,"stop":1714454605548,"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":"dbb6237e8cfe43f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605549,"stop":1714454605549,"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":"e1251203e83bc953","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605549,"stop":1714454605549,"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":"8a95cd316b10809a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605550,"stop":1714454605551,"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":"4df129b61f360582","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605550,"stop":1714454605550,"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":"76c77909e1f65c0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"59353287c04c7ee5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"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":"f6298b5b5c546838","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"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":"9c5bf1d3fd8efcc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605552,"stop":1714454605553,"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":"334461603bed8848","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9a932b70851738f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"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":"69d78185ed2aa63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"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":"f4df6d8394579107","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605553,"stop":1714454605554,"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":"9c3d6a714804c48a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"a28d93c2ed2dcbae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"80ea932d94737aea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"f67bd0dd7ca5b883","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"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":"8bc933dcda60a0a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"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":"e823c0e19f01a261","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"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":"4bdc1498c12cbfb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"644bf9020a51a244","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605555,"stop":1714454605556,"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":"167b52438eea132c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"8e1d205d79fad5b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"a889015c43487494","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605556,"stop":1714454605557,"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":"3f270fc87c0055e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605556,"stop":1714454605556,"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":"98a605494c1322d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714454605556,"stop":1714454605556,"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":"e1d7a120e82c5b90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714455040951,"stop":1714455040952,"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":"b27e1b051b4aea07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1714455040952,"stop":1714455040953,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"92b84ba02c3676a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714455040953,"stop":1714455040953,"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":"cc865e4c4c2d3d5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714455040954,"stop":1714455040954,"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":"10d288e7c59d7064","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500524938,"stop":1714500524940,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"9a52730d134cc2d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500524940,"stop":1714500524941,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"d1b18bd1d293126f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525319,"stop":1714500525319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"1926af0546a62203","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525319,"stop":1714500525320,"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":"87ad57e86c68baf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525320,"stop":1714500525321,"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":"9476f380a86c57fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525320,"stop":1714500525320,"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":"a867d1ad9633030c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525321,"stop":1714500525321,"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":"7d19400836b17eef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525322,"stop":1714500525322,"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":"b6770be6f45df4a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525322,"stop":1714500525323,"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":"2c2c0c0baf6115b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525323,"stop":1714500525323,"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":"60d702220dfa1695","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525323,"stop":1714500525325,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"3dc1842cc5f126a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525326,"stop":1714500525327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"77b47bbc73fe30ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"ecdab7aaec3e2502","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"e76b8f588e099d71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"aee09556798882cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"367c5926dde5e795","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525329,"stop":1714500525330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"aa77eacded28aae2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"624075f60b0db9f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"b6461989fe790946","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"848188bfba41e624","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"96e55199e0140fd4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525331,"stop":1714500525332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"3c890611cf4dd1da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"cda918490853df15","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"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":"209d3a7bf06afc1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525332,"stop":1714500525332,"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":"7551580a7f512cd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525332,"stop":1714500525333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"9cdec572f5f7e56e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525333,"stop":1714500525334,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"b4765182a2281a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525333,"stop":1714500525333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"77683c7e761ed22f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"884e411caabff7c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"f71e1402cb19e9ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525335,"stop":1714500525335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"e0fdd2e852dc00f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525335,"stop":1714500525336,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"1190abc013506cc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525336,"stop":1714500525338,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"3f50ab4fed69ed24","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525338,"stop":1714500525338,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle application and version for autosharding","uid":"f99b7ccb56c66078","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525339,"stop":1714500525340,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"a940c7d241ba9981","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"313ae8ba8a855aa2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"631fcfe71131aa94","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525340,"stop":1714500525340,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"54002427390e2373","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525340,"stop":1714500525341,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"747b48d5bab153c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"c174621bb8b75f63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"a47c7cab2db69ccb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525341,"stop":1714500525342,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"de9bd2c4f93199c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525342,"stop":1714500525342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"c45329e41b4cab14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525342,"stop":1714500525343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"5e27031e21aec5f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"f7dd78e90cad84fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"fcc2648606c65fe0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"44ab81e6055e3514","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525344,"stop":1714500525345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"b170c0c92e35239b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"b025d9c195b284d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"cafe3e38896b330b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"3d0348f5a357ae92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"24d48a533b5fbaff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"70a253442772ee4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"1e0b675900c72d57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"fa3299b3794b8151","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525346,"stop":1714500525347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"43d94f3a16a3baad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"f86b7e224943a720","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525347,"stop":1714500525348,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"aa247201a3fb723","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"57331a9f05143fc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525348,"stop":1714500525349,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"47d633b57c065e69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"d7890eeace11e1c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"e0b618b9f8bcd0a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525349,"stop":1714500525349,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"818043849ef53ca4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525349,"stop":1714500525350,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"26c55e92eeb84d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"faeddac9cbbeb5bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"7afdff6f7ddb1766","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"72d00f8b5a196564","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"730a7bc8785c1412","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525351,"stop":1714500525352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"e254a4edbcc03ce0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"473d9d2f5437cb63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"2726bd564b23c74d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"53e4295489ad8df3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525353,"stop":1714500525354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"7e5f99268964ffe3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"bbef66225a9bc34d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on application and version for autosharding","uid":"5e1a4158b48e298","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","uid":"9b78fe9533b350fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","uid":"3fdd18bddef224f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525355,"stop":1714500525356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","uid":"37f2d6b246cdb46f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"bb3f15327a9a6788","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"1ab0a626c39973ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"3a37652771e26284","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525356,"stop":1714500525357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"9ffbb044e6fc0174","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525357,"stop":1714500525357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"327768c61075ae3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525357,"stop":1714500525358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"36141beda05d04b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"99726df6b2664506","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"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":"15b14b8a0122da01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525360,"stop":1714500525361,"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":"bd8274d9d51ad8a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"57b952191d756cad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"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":"68d1ff0556bff499","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500525361,"stop":1714500525361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"6d0b41e959365260","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500527926,"stop":1714500527928,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"821b5c9214e4e41f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500527928,"stop":1714500527928,"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":"76ab6470d80fe609","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"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":"6f89c2848c84b1fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"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":"c7e124888241dc95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533156,"stop":1714500533160,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"aff5f9954bebccd4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533160,"stop":1714500533163,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"8cde78ef59e9d9c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533163,"stop":1714500533173,"duration":10},"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":"21f890104fb610af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533173,"stop":1714500533174,"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":"bcce94c700a8b634","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533174,"stop":1714500533174,"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":"2d8fc9a23ab169f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533175,"stop":1714500533175,"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":"d07771fffdd3c472","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533175,"stop":1714500533176,"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":"dd685c772c4a1c9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533176,"stop":1714500533176,"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":"dd2d61e4a3b56f3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533177,"stop":1714500533178,"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":"1a2845d6f6784910","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533178,"stop":1714500533179,"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":"e8c967c3e5738a4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533178,"stop":1714500533178,"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":"ececfe648c606130","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533179,"stop":1714500533180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"84ba1f170277afeb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533180,"stop":1714500533180,"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":"1ce5d9125f8a7b7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533180,"stop":1714500533181,"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":"fa795c4056cbb54d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533181,"stop":1714500533184,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"c2d4d639076cd837","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533184,"stop":1714500533185,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"4e37b661dd6d17f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533302,"stop":1714500533303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"fa8e63560c064385","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533443,"stop":1714500533444,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"52bf11b26f487d0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500533444,"stop":1714500533444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"af3778f3cc16ccb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534096,"stop":1714500534097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"75f35d18aeebdec8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534096,"stop":1714500534096,"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":"7d612e62df7d614","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534097,"stop":1714500534098,"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":"b1f15aa49868ce32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534097,"stop":1714500534097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d6cbab90bdfecc87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534098,"stop":1714500534098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"61ad576d352c305f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534098,"stop":1714500534103,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"d93d412fb5ef49c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534103,"stop":1714500534104,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"442f1f250c8af596","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534103,"stop":1714500534103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7713c2be95c66277","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"70689ae8c5c23d5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"60be6abec002b928","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"259cf90ebfbba03c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"825837c981489468","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534105,"stop":1714500534106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"36f2ca1ed3423162","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"2c322b9ce59930c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"729bd1e3e4eafc19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"ea7760ca5d6361f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"ab0bb41673bea5f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534107,"stop":1714500534108,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"8cb009f87a115177","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5a905c8a99db63e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"dc334726cd0f645d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534108,"stop":1714500534109,"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":"d1384ec0e0e10775","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534109,"stop":1714500534110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"439e59b98e59c643","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534109,"stop":1714500534109,"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":"ef78682f707755fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"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":"7d7eededbe4db1ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534110,"stop":1714500534111,"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":"ef0d1ed0d7ce11ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"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":"8341124ddac85378","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"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":"12b5fcc99b8406fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"3ca041a03dca16d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500534112,"stop":1714500534112,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"d7b35e926981de6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500538523,"stop":1714500538525,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"36e2e120e3a08493","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500538710,"stop":1714500538710,"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":"b141e3413d601941","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500538711,"stop":1714500538711,"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":"48f05466ff324e7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500538711,"stop":1714500538712,"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":"12d2bc2522562e38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500538712,"stop":1714500538712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"63810cfef2d86e46","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500539178,"stop":1714500539179,"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":"86b8b618b8540cda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500539179,"stop":1714500539180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"693589b9de4a6b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500539179,"stop":1714500539179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"19074cfdf74cf71d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500539180,"stop":1714500539181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"337f3a1ccf5dd981","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500539181,"stop":1714500539182,"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":"6f1fdf4eeda47b79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500539181,"stop":1714500539181,"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":"79668d6170f259dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500539182,"stop":1714500539182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"79a9db78e0ec8b38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500539182,"stop":1714500539183,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"5548ceb150256fc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500542733,"stop":1714500542734,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"59fb5144dd93d57c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500542734,"stop":1714500542735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number matches available values","uid":"5feb7a6d0cd3f38f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500549514,"stop":1714500549516,"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":"c6f63a39ff97447f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500549516,"stop":1714500549517,"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":"63e6e5c9673bb3dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500549518,"stop":1714500549518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"b49b3d956905ab9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500549549,"stop":1714500549549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"73c350320eaa78dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500549550,"stop":1714500549550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"deb56c81a363c485","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500549550,"stop":1714500549551,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"69b35fa08b282e57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500549551,"stop":1714500549551,"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":"aa674181df9e3b06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550274,"stop":1714500550275,"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":"e39e4277a9d4d785","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550274,"stop":1714500550274,"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":"ecfa184f260f670","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550275,"stop":1714500550275,"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":"c888d35ee294a32d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550275,"stop":1714500550276,"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":"3eba77b1d8814580","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550276,"stop":1714500550277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"e1be1b5d231f10a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550276,"stop":1714500550276,"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":"7b9ea48a667b1579","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550277,"stop":1714500550277,"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":"fe3d519b3fee213a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550277,"stop":1714500550278,"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":"45772e17b92d7d3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550278,"stop":1714500550278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"9a64562e8ab69f37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550513,"stop":1714500550514,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"65f85fa7cc8af535","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550515,"stop":1714500550515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"3b1a6b084a03c6c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"34dc5e7bde001bd2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"5d180b0362c1d744","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550516,"stop":1714500550517,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"c0afa96481681c03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550517,"stop":1714500550517,"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":"5fbbd46b08f35ba1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550517,"stop":1714500550518,"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":"dbc578989486cf21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"6661af48dc7f693","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550518,"stop":1714500550519,"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":"537c40364158fe14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"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":"4589914c2ab9a95e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500550519,"stop":1714500550519,"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":"7a1fd2f98d1c3286","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"e25192eac445a59e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"5e29679fa51d859c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554002,"stop":1714500554003,"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":"5a42fbbcea0d8a28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"223aeda55e365ada","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"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":"756aaa7921b3ce41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554004,"stop":1714500554005,"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":"4afb6369b035d8f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"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":"1712d31a1489d731","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"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":"194fd142c7be439b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554005,"stop":1714500554005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"33273405b1f04d1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"7c71966a393a28cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554006,"stop":1714500554007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"cc2ee3278f305db7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"c38b7c16d16f2b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500554007,"stop":1714500554007,"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":"e1787028a19ac059","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500559904,"stop":1714500559906,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"94f4e63002e9a977","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500559906,"stop":1714500559906,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"a43c9c577a2c039f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500559906,"stop":1714500559907,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"1c1684f0b90f1ca4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500559908,"stop":1714500559908,"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":"2734f9ec27531cd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500559908,"stop":1714500559909,"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":"fabba7f09981c300","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500559909,"stop":1714500559910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"dcdff0ba2776a7da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500559909,"stop":1714500559909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"b277c93cbf909069","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500560557,"stop":1714500560557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"f7683cce30e61af5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500560558,"stop":1714500560558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"ddd286f8b97ed619","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500560558,"stop":1714500560559,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ffe7294be9f65dda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500560559,"stop":1714500560559,"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":"a7a5cfd6e13b169","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500561872,"stop":1714500561873,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"2dc1228ccbd95bd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"ea5fad97f129c789","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"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":"3d7b3c7f344b0472","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"fbe87ff54eae932c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"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":"4f02dcfb6be163ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f30e8d0f347dc5c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"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":"c8ed7d6f994b5ae6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500578576,"stop":1714500578594,"duration":18},"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":"ac921774521a22d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500578594,"stop":1714500578595,"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":"4e9f218541f709fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500578599,"stop":1714500578607,"duration":8},"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":"d5aa0ea46b861242","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500578607,"stop":1714500578608,"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":"2c0124cb4c0a889b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500578618,"stop":1714500578628,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"9736c389598aeefc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500578628,"stop":1714500578629,"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":"1434f90108949d62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500587023,"stop":1714500587023,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"13fbbf98720fa525","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500587024,"stop":1714500587024,"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":"dbf8dda52c6aac1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500587024,"stop":1714500587025,"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":"dfb86f5bc8ec7ab2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500587026,"stop":1714500587027,"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":"d351093a3a02e8f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500587026,"stop":1714500587026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"896391c35ab4d16a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500587631,"stop":1714500587632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"60953762d6747082","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500587632,"stop":1714500587632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"fbed9a7e0273fe29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500587633,"stop":1714500587633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"1f9e48a288589a26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500589618,"stop":1714500589618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"35b525dfb51d33b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500589619,"stop":1714500589622,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"38b917a112f3bdcc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500589622,"stop":1714500589623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"ca9f51ff4513bce1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500589623,"stop":1714500589623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"aad3e412897a14c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500590504,"stop":1714500590504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fd2a69bec5874979","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500590506,"stop":1714500590507,"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":"a7a7930aea84c840","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500590508,"stop":1714500590509,"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":"318e082b140390cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500590509,"stop":1714500590510,"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":"1e376797fae6288b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500590511,"stop":1714500590512,"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":"d0b5f428474590f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500590512,"stop":1714500590513,"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":"36d772e45ff41980","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500590513,"stop":1714500590514,"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":"bfd3b8975bc1884e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500590516,"stop":1714500590516,"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":"ef4765b9aa30380","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500590517,"stop":1714500590517,"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":"c8ab29a10deac6ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500590518,"stop":1714500590518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3e68087f64dee3d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500607828,"stop":1714500607828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"97fc6d65f74d086f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500607828,"stop":1714500607829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1f625e60e2dbc4d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500607829,"stop":1714500607829,"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":"8d9b6f035e24db36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500607830,"stop":1714500607830,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"1cd33270cef98ff1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500619502,"stop":1714500619503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"a36041b3feb02d1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500619503,"stop":1714500619503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"ad3ab5229ae517ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"2f2a48048c12fee7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"e84f9196c640fbff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"5e1eb131f3fa37f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6672257419336cf3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"f64a75893d0bb910","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"88757c248d577011","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500619507,"stop":1714500619510,"duration":3},"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":"bd498e3d5e152f7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500623696,"stop":1714500623697,"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":"5423765b5ba981b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500623696,"stop":1714500623696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"f76876e272b92c33","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500623697,"stop":1714500623697,"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":"c513b1449703fe39","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500623697,"stop":1714500623698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"4f7df7c543daed5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"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":"3b296a995253412c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"5d7a709c435f69ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500623699,"stop":1714500623699,"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":"72006557d6fb9d0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654285,"stop":1714500654286,"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":"79bea2218d641a78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654286,"stop":1714500654289,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"9b50883f3244cd1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654289,"stop":1714500654290,"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":"63904cb6bf96f70d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654290,"stop":1714500654291,"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":"59384701d6f3ae71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654292,"stop":1714500654295,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"2d98fc97aa4e256b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654296,"stop":1714500654298,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"e71540b3239f18cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654298,"stop":1714500654299,"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":"1b947469e8d13b60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654299,"stop":1714500654299,"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":"b43f6764e650649e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"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":"55d0024fe68deccb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"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":"db39ecfb37e2155e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654301,"stop":1714500654302,"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":"47dfcdfc93d03c77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500654301,"stop":1714500654301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"ed1cd3055fd165cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500660494,"stop":1714500660495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"aace5de436e4fa6e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500660494,"stop":1714500660494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"5151e2d831f953e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500660495,"stop":1714500660500,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"ba237d93e36acaa1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500660501,"stop":1714500660502,"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":"fb4e4faca753b2fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500660501,"stop":1714500660501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"22161d598f693966","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500660502,"stop":1714500660503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"a54260f8ae77612c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500660502,"stop":1714500660502,"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":"87c5949a29cd6b4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500660503,"stop":1714500660503,"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":"a625391778fdc45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500664398,"stop":1714500664399,"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":"47edefe8483fa6e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500664399,"stop":1714500664399,"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":"ad336461e3cc11ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500664399,"stop":1714500664400,"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":"eb14235c12a6db05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500664400,"stop":1714500664408,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"a70a826c6efb5e64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500664400,"stop":1714500664400,"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":"97d4a5d462e05a84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500664408,"stop":1714500664410,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"13130751e5677e26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735357,"stop":1714500735358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"762858d80b377660","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735358,"stop":1714500735358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"774f311be489f502","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735358,"stop":1714500735359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"63fd09d5381959f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735359,"stop":1714500735360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f8c29929c51534eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735360,"stop":1714500735360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c41063f891573ebf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735360,"stop":1714500735361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"16c5b02d9ad578ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735361,"stop":1714500735362,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a449e83ae1405f23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735361,"stop":1714500735361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"8f782096baab8a3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735362,"stop":1714500735363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"77456e2ab7aabb3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735362,"stop":1714500735362,"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":"1919146154a74ba0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735363,"stop":1714500735363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"f8ca8c03179b40c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735363,"stop":1714500735364,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d32b0d8e8ae688be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735364,"stop":1714500735365,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"45b7d02e8c00fecd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735364,"stop":1714500735364,"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":"f75f482dbc265523","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735365,"stop":1714500735365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"24088e9224eb9d80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735365,"stop":1714500735366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500578193 ","uid":"64404164caed56bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735366,"stop":1714500735367,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500578193000000 ","uid":"e4b1f3388e3f984b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735366,"stop":1714500735366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"93947988180f732a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735367,"stop":1714500735368,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a700a60771561715","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735369,"stop":1714500735369,"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":"6a6a442b2714a2a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735369,"stop":1714500735370,"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":"4c9c85d861a8e104","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"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":"2f375ccdfeb9ce75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"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":"2893ad98c61dfd35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735371,"stop":1714500735372,"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":"935e2a5d0bf639da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735371,"stop":1714500735371,"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":"314a43bc3b6dd6b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500735372,"stop":1714500735372,"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":"b986f5e0346f596f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500735372,"stop":1714500735373,"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":"9dbec0d46653f765","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500735373,"stop":1714500735373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"d86cb0c831ab7008","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744049,"stop":1714500744050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"a1e19272971531fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744050,"stop":1714500744050,"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":"ab48b86d7e2e6614","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744051,"stop":1714500744052,"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":"52dc9700221d223a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"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":"ff7f31d9d6eb8dd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"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":"6dea486096d42065","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744052,"stop":1714500744052,"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":"9d9223e7d0c1bda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744053,"stop":1714500744053,"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":"9a9d688c74fd5bda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744053,"stop":1714500744054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"509b2ec1da8456ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744089,"stop":1714500744098,"duration":9},"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":"e59bbeb309e7e493","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744098,"stop":1714500744100,"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":"c7ed9ec15eb20691","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744101,"stop":1714500744104,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"6ece1c97d179d0db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744104,"stop":1714500744109,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"b944cfe3af10df98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744109,"stop":1714500744111,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fac2200691f1f400","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744116,"stop":1714500744117,"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":"d58764ddef8aa07c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744119,"stop":1714500744122,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"5d2432fe5cc5985b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744122,"stop":1714500744125,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"a412bd114e09fe6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744125,"stop":1714500744126,"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":"a0feb0e8ac9f1143","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744126,"stop":1714500744127,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2116ef517255973a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744128,"stop":1714500744129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"67876a8d34d688e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744129,"stop":1714500744130,"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":"af70c32a332f4097","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744131,"stop":1714500744137,"duration":6},"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":"f664c6acb134df73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744131,"stop":1714500744131,"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":"b61444e77200ef9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744137,"stop":1714500744137,"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":"6d97e8e76fdc570e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"4d26daeacdc0bafc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"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":"7a2118189a7d991","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"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":"69aa6291b48aa077","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"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":"9ba0ac5768777901","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744139,"stop":1714500744140,"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":"f0fbc713ac9b3fb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744140,"stop":1714500744141,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"954085ad35b5e514","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744140,"stop":1714500744140,"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":"e3adcab77d43932a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"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":"90c1555411cb95d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"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":"d5f602647be3b95d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744142,"stop":1714500744142,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"28868758c38dfe0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"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":"35129c1ecdfae2b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"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":"375d6ac4feb9d06b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744146,"stop":1714500744178,"duration":32},"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":"5439881a6f2420a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744179,"stop":1714500744181,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"241d8125c16400f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744181,"stop":1714500744181,"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":"b9a48209c0d7d600","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a966e29e7e2400fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"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":"45697dd5420b8176","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744183,"stop":1714500744184,"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":"9b018183b924972e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"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":"ee0e5385b5bd61b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"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":"e79eb461af4e75a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500744184,"stop":1714500744184,"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":"6322bbf1139eb8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786925,"stop":1714500786926,"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":"c9c32c65275dc390","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786926,"stop":1714500786926,"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":"708a514fa8d75f83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"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":"81ba353866870eff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786927,"stop":1714500786928,"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":"1bb39769b46d5146","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"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":"3af9544ae64e4663","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786928,"stop":1714500786928,"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":"b2108daa071755b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"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":"613117e58195f93a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"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":"433a7c031e5952b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786929,"stop":1714500786930,"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":"9a94b859526c4edf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786930,"stop":1714500786930,"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":"3ccf8b15518f1ebd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786930,"stop":1714500786931,"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":"e4bc206b2420125b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500786931,"stop":1714500786931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"55560532763c7b0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823170,"stop":1714500823171,"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":"16665f93800d1fab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823171,"stop":1714500823171,"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":"34811b272383dba4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823171,"stop":1714500823172,"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":"63f7fd5584bb99a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823172,"stop":1714500823173,"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":"6b9b8e251fbbf9fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823172,"stop":1714500823172,"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":"35f50d216a3cf5ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823173,"stop":1714500823174,"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":"f7b6a2afe24667c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823174,"stop":1714500823174,"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":"ca778b44ffe7389c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823174,"stop":1714500823175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"1d45c1bdb2057c0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823175,"stop":1714500823176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d46ca107c3c109d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823176,"stop":1714500823178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5d8acf8ff2efbb7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823179,"stop":1714500823181,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"34fe5a14befc31ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"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":"389c6016febc014c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"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":"1216af38129c42b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"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":"681b8c394c846349","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"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":"b816fce3d3babef8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"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":"95f067ae99b4601b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"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":"70a2ba058821325e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"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":"f23a5ecd293aa33e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"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":"105e772634b834c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823186,"stop":1714500823186,"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":"3a2671960a57437c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823186,"stop":1714500823187,"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":"bebb65da22685231","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823187,"stop":1714500823187,"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":"9144b34b0b1e4b81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823187,"stop":1714500823188,"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":"a47dba6337b767ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823188,"stop":1714500823188,"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":"96f57b4b7bcce7d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823188,"stop":1714500823189,"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":"2b9db14ff3b73ff0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823189,"stop":1714500823189,"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":"2fc0c83f2a3aec26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823189,"stop":1714500823190,"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":"4b5a6c604150e69c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823190,"stop":1714500823191,"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":"2d8639f9da8ea9bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823191,"stop":1714500823192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"c7a5a722bc04c315","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"6c78bdb24c145189","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"f46af34bf814e1b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500844871,"stop":1714500844871,"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":"e7400bbbcd1ade4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"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":"3c05e155370d8939","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"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":"24acb9eb84294fe0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500844873,"stop":1714500844874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b9dcf876541845c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500844873,"stop":1714500844873,"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":"312c06e44afccc8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500844874,"stop":1714500844875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"2c48bc4ca85c868d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500844876,"stop":1714500844877,"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":"c58b044a8916fad0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500844877,"stop":1714500844878,"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":"61dd47d4872f7de2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500844878,"stop":1714500844879,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"3eff4c653c9a3773","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500850421,"stop":1714500850422,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"415906f30b70ec3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500850422,"stop":1714500850422,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"3b88845097973064","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500850493,"stop":1714500850493,"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":"1a0819fbf59d929c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500872901,"stop":1714500872902,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"bc5a1d974a647860","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500872902,"stop":1714500872902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"f2099b4c91f34491","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500872905,"stop":1714500872906,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"4705cfac855f662f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"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":"8c4eaa8298af3312","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"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":"6adc913b2337b1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500872907,"stop":1714500872908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"82f404b56e201e56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976524,"stop":1714500976525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"ef98ceae824b99a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976525,"stop":1714500976526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"476e807d182ce1b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976526,"stop":1714500976527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"483d138e14c2b884","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976527,"stop":1714500976527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"d8185e8778ef155f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976528,"stop":1714500976528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"5a474871b88c9eef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976528,"stop":1714500976529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2dfced7721fa68f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976529,"stop":1714500976530,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"fbc8a50ec1ecd5d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976530,"stop":1714500976531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"63587c50ea9d5ba3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976531,"stop":1714500976531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"b509d10595a19a5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976531,"stop":1714500976532,"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":"a59a007654dbad07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976532,"stop":1714500976533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5796537761df1c0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976534,"stop":1714500976535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"cdef8cc261513891","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976535,"stop":1714500976536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"935d18999994090d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976536,"stop":1714500976537,"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":"c2139d7f8ec4ea03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976537,"stop":1714500976538,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"89649c4324bfeb44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976538,"stop":1714500976540,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"f69d98ea1e8e8490","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976540,"stop":1714500976542,"duration":2},"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":"fc0d9076c9ba746e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976542,"stop":1714500976544,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"571c92cb71c84a8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976544,"stop":1714500976545,"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":"7eeb6565b6ca46bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976545,"stop":1714500976546,"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":"43cc55e4e75e674b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976546,"stop":1714500976547,"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":"124c0439f1ae2ae0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976547,"stop":1714500976548,"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":"84011acacb2a78fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976548,"stop":1714500976549,"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":"e3d339dd0c34e969","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976549,"stop":1714500976551,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"be240068840f495","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976551,"stop":1714500976552,"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":"7631461a578dd523","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976552,"stop":1714500976554,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"7e6d830c3f917efa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976554,"stop":1714500976555,"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":"989843af3a29d327","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976555,"stop":1714500976555,"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":"1885477d99ac2e06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976556,"stop":1714500976556,"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":"8cbf6ac8cf21b6d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976557,"stop":1714500976557,"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":"489be5d12b754a47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"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":"55c6ba459092109a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"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":"e1aa6f3c30145c22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"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":"39d45d4ebd2760a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"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":"bdf413bdf1b592e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976560,"stop":1714500976561,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"a02e31852e530df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976561,"stop":1714500976561,"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":"36016dc754d81afd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976562,"stop":1714500976563,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"22201a9737b3729","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976563,"stop":1714500976563,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683742344434","uid":"fdd496a21e61761a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976563,"stop":1714500976564,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714504344434","uid":"492281f6b53dd9d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976564,"stop":1714500976565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714497144434","uid":"502a14212f444b45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976564,"stop":1714500976564,"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":"3471bb9caa4dd8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"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":"6c3fd073f3c5a13f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"c15917dc17325230","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500976723,"stop":1714500976724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"2b74a2431b7a6c41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500976724,"stop":1714500976725,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"dac3684d1b78a369","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500976724,"stop":1714500976724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"685fe1ee6d87230a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500976725,"stop":1714500976725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"42199659ba02c66b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500979199,"stop":1714500979200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"abe20210ae78d6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500979200,"stop":1714500979200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"168afd03de05b537","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500997299,"stop":1714500997300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"9000f64e9c1a5a4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500997300,"stop":1714500997301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"47006934071c9c07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714500997300,"stop":1714500997300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"b477ca2c7a38dbd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714500997301,"stop":1714500997302,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"328857f35cc61b49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501008011,"stop":1714501008012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"1b545f08163448c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"32077e07ffd4fb28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"bf3f44edf094c6f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501008013,"stop":1714501008013,"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":"e2fd4fca8cfd2cc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"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":"1245925b57a32d3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"851455ab15caaa64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013446,"stop":1714501013447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"172d7e8c6ff9c9f5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"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":"bce8fa205d5e8719","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3574a332f56be2ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"d8d3322cd4e92ce2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"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":"5d18ddbae5fe6c84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"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":"9f9b2f32efe066bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ea99d05b9c43c94f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"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":"dc7e35590d704711","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"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":"8a199ec85c544e0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501013449,"stop":1714501013450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"daf01001c37247cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036148,"stop":1714501036151,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"10ebcb2a9da79b69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036151,"stop":1714501036152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"ac2dc0c21f8c4807","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036153,"stop":1714501036154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"ada59e9e79015d87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036154,"stop":1714501036154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"fb3b81d0ea381b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036154,"stop":1714501036155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"f6ec15182ea1115","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036155,"stop":1714501036155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"69f47515fec99dc9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036155,"stop":1714501036156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"951c4ac6dea2f518","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"44c819dc3931e3f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"bd0b3981763f7bee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036157,"stop":1714501036158,"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":"e939a523be0c1028","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"ea8bbf53fae0f218","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"dc18ef71ae524f7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036158,"stop":1714501036163,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"a289e85af435d49d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036158,"stop":1714501036158,"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":"e29af83e83fc5511","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036163,"stop":1714501036164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"60d8d8ec60d45f57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"ec355a077d41f59a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 17:16:48 GMT+0000 (Coordinated Universal Time)","uid":"405ec1d397d614da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed May 10 2023 18:16:48 GMT+0000 (Coordinated Universal Time)","uid":"8e6a727e83bace85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 19:16:48 GMT+0000 (Coordinated Universal Time)","uid":"1fd632f7edf675d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036165,"stop":1714501036166,"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":"ab2b96cd68ed2f0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"df3730f34370fcc5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"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":"fc4d61790bf5e323","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036167,"stop":1714501036168,"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":"418694fe0d4abe93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036168,"stop":1714501036168,"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":"93014aceffb01af5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036173,"stop":1714501036174,"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":"33194d523a108d45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501036174,"stop":1714501036174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"3a75abec7027b9c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501036174,"stop":1714501036175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"1f25a847cd8cd871","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"8495143a8e45cd65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a waku node and content topic, creates a filter subscription","uid":"8c37ea84d7664961","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501036383,"stop":1714501036384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"fb20cb7049d74771","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501036383,"stop":1714501036383,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback","uid":"ce90f852b9cdf7af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through stream","uid":"e5845635fed46fef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501036384,"stop":1714501036385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback (Waku class)","uid":"f6528585c6a71e5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"b0a2b7cd1bf9836a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039475,"stop":1714501039475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"206e33dbc0a28cdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039476,"stop":1714501039477,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8e01b2b530df0d95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039476,"stop":1714501039476,"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":"70b09b2aac990a3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039477,"stop":1714501039478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"9ca8cbe5eae5bf17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039477,"stop":1714501039477,"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":"2b445aeb611dfbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"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":"d0501181eb67f4ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"94896e1dc6835a7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501039479,"stop":1714501039480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"48c1397f6a615e90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501039479,"stop":1714501039479,"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":"302fb2e9af6bf426","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039479,"stop":1714501039479,"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":"ef34c95c3f0d4db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039480,"stop":1714501039481,"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":"baa8f630ea91459e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039480,"stop":1714501039480,"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":"e61dab910ef06a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"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":"a2c93dea4500ee53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039481,"stop":1714501039482,"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":"713c7f0c0303482","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"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":"a56fc7aa78d15952","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"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":"cd2f271dbc4a827c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039482,"stop":1714501039483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"65841b04cd3c97cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"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":"912cd151e61806e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039483,"stop":1714501039484,"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":"4055dbbf0ec20bd3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"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":"36e3f0cac841efe9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"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":"2d7b0372b27a93ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039484,"stop":1714501039485,"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":"cd21433628e1ce91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039484,"stop":1714501039484,"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":"5f39483d8e88730b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039485,"stop":1714501039485,"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":"d511d3f21f8797f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"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":"7cb253bf4db0d975","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"8ee3c1f0c569649c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501049781,"stop":1714501049782,"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":"60311f0330f9f0ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501049782,"stop":1714501049783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"6a6065ac1073dd5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501049782,"stop":1714501049782,"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":"24cc6ec01b111f37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501049786,"stop":1714501049787,"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":"33371df5bbc517ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501049787,"stop":1714501049788,"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":"3ccad7435a18266c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501049788,"stop":1714501049789,"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":"c29eb31fdbb488d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501049788,"stop":1714501049788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"af0e4f88ae4390ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050426,"stop":1714501050427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b4a9ea201c0b5b87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050427,"stop":1714501050428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6c93410a145e98af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050427,"stop":1714501050427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"6215b1e73715ddf4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"dced34804725f45f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"6dee795eefcd37b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050429,"stop":1714501050430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"893237c03bb43316","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050429,"stop":1714501050429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"8d68a620babeef3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050430,"stop":1714501050431,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"42d50b767e17f1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050430,"stop":1714501050430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"cc4ad5d44234c3f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050431,"stop":1714501050431,"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":"71340255e4b1d765","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050431,"stop":1714501050432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b30e1b110e3777f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050432,"stop":1714501050433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"3949523b9a038911","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050432,"stop":1714501050432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"a0f4ad7d304f7e27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050433,"stop":1714501050434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"6839bf168cfbc981","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050434,"stop":1714501050435,"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":"c352a8c2f2b39731","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050434,"stop":1714501050434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468000000 ","uid":"1d3f2e3a54c1989d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050435,"stop":1714501050436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468 ","uid":"5e659d8875c84020","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050437,"stop":1714501050437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"31c868bfb96a0e69","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050437,"stop":1714501050438,"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":"26f7a6d269850d99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050438,"stop":1714501050439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"8e1eb8bbb7649774","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050438,"stop":1714501050438,"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":"d83144d45085a529","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050439,"stop":1714501050439,"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":"66d58804071e3d7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050439,"stop":1714501050440,"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":"b7703bebe186af16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"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":"483097454da9057","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"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":"6d91c04f502f820e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501050441,"stop":1714501050441,"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":"efe4108b623e0d52","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501050441,"stop":1714501050441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"8c85820d950b3d99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"e5efac5eb4e63d22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"fceea40c5a948074","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"256489c4ced949a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"db239623ba29f62a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"d29654a82d64d8d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"e076712b1218fa46","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"34339b00813a1423","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"b06570b915e0979","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050446,"stop":1714501050446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ae786acd448814c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050446,"stop":1714501050448,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"588db595cabca742","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050448,"stop":1714501050449,"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":"a145c5770975d649","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050448,"stop":1714501050448,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"86fde9f2cd1d1b62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050449,"stop":1714501050450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"dc3c4f852c806d7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050452,"stop":1714501050452,"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":"b98f5dd01270817e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050453,"stop":1714501050453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"314c9793b428021b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050453,"stop":1714501050454,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468 ","uid":"96fbea5ce422fb6f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468000000 ","uid":"ddbad97a319a2406","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"982661a6ca38d2c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"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":"8370db4909db2935","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050455,"stop":1714501050456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"dff8f9e42e324b80","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"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":"3843db59d9d30cf5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050457,"stop":1714501050457,"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":"a93fd04356c30f1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050457,"stop":1714501050458,"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":"543f4dbf0e266bda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050458,"stop":1714501050459,"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":"c2137f1b2b8b8d8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501050458,"stop":1714501050458,"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":"5e7851a530dcd3c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501050459,"stop":1714501050459,"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":"d03c1a1db80cd2b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1714501050460,"stop":1714501050460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"3b8524e3c20284c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089324,"stop":1714501089324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"3647711a7aabd52c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089324,"stop":1714501089325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app50/7/topic265/proto","uid":"4b2942ec27be68f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app97/6/topic986/json","uid":"9e77f98bca695aeb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app3/9/topic954/json","uid":"18de95eba6da6270","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app93/8/topic386/test.js","uid":"f68fa735169e11ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089326,"stop":1714501089327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic191/json","uid":"d1eeeb15a168b819","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app21/3/topic297/xml","uid":"e80c344c4b26a25e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089327,"stop":1714501089327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app12/9/topic224/xml","uid":"8b4f02eba98a93c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089327,"stop":1714501089328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app9/8/topic783/utf8","uid":"85de6e1a1ef95b2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089328,"stop":1714501089331,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app17/3/topic587/test.js","uid":"26105cc61a22fee8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089331,"stop":1714501089331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app99/4/topic406/utf8","uid":"1f6287e9cbb070ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089332,"stop":1714501089332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"934692a59b112705","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089332,"stop":1714501089333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"84d95c3080b4c614","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089333,"stop":1714501089333,"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":"25277f05c0c4c7b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089334,"stop":1714501089334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with ApplicationInfo","uid":"8356230aed138bcf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089335,"stop":1714501089336,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"2899a334b87e4665","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501089336,"stop":1714501089336,"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":"746eab0f3a9aac1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501094175,"stop":1714501094176,"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":"5a95136362ea6f70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501094175,"stop":1714501094175,"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":"35fabcb6e975aac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501094176,"stop":1714501094177,"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":"d4ac8d6519445445","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501094176,"stop":1714501094176,"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":"4a797c9fe1999528","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501094177,"stop":1714501094178,"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":"dca6059f68cd735d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501094177,"stop":1714501094177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"5f214a284de27ee4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"3b6cf28547e72bfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"d2294d94714fdc3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501094179,"stop":1714501094179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"7acfe61bef708d00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106172,"stop":1714501106173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"36051837d22a65f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106173,"stop":1714501106173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 317, Shard ID: 21","uid":"b005014a399df2fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106173,"stop":1714501106174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 439, Shard ID: 863","uid":"f27e4c017f78e4ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106174,"stop":1714501106175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 372, Shard ID: 685","uid":"2d225e8e56886143","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106174,"stop":1714501106174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 398, Shard ID: 383","uid":"bf7d35f4138b572f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106175,"stop":1714501106176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 746, Shard ID: 645","uid":"8732e2ae1c2c0e2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106176,"stop":1714501106178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 439, Shard ID: 664","uid":"c6b2bba662f6d21a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106179,"stop":1714501106179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 813, Shard ID: 367","uid":"8931e960f7563291","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106180,"stop":1714501106181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 69, Shard ID: 497","uid":"25e97b649b5a1091","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106182,"stop":1714501106183,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 765, Shard ID: 617","uid":"abd545355a1adc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106183,"stop":1714501106185,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 21, Shard ID: 476","uid":"9fcd56cbd05e9d60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106185,"stop":1714501106187,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"92d660da1e7b565e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106189,"stop":1714501106190,"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":"9afeb3d6259a34d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106190,"stop":1714501106191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard","uid":"dc6457d2c582eaf9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501106192,"stop":1714501106192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"a815afab44610d72","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123754,"stop":1714501123754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"6f38c6079f9dfd2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123755,"stop":1714501123756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"e114f08461385ac0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123756,"stop":1714501123759,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"24e31b03e88928e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123759,"stop":1714501123760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"b384a9c5a1247ad3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123759,"stop":1714501123759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"70ac01642838ea6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123760,"stop":1714501123777,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"98a9773d30f4c16c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123760,"stop":1714501123760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ec3acaeba821bd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123777,"stop":1714501123778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"d0e05436e2a7d8ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"cb7944dd29157fb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e3f71660b5113b70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"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":"8e052d6df1c0addb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"dfe583506ab00534","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"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":"91e440635ee78ec2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123780,"stop":1714501123784,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"341344ca18593b56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1ef13ec3e1e9017b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123784,"stop":1714501123785,"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":"66bb1a4c55981e55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123787,"stop":1714501123788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"1df71eb58df95e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123787,"stop":1714501123787,"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":"c44ceff9fd44c33e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123788,"stop":1714501123789,"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":"ab32a9c6953d8211","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123788,"stop":1714501123788,"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":"eb7089df6509e676","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123789,"stop":1714501123800,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"c5166d63c5284254","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123789,"stop":1714501123789,"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":"d42ef373b768fd43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123800,"stop":1714501123804,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"700194d9b5602f7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123804,"stop":1714501123804,"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":"8fac17deda9017d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123807,"stop":1714501123808,"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":"b55b0f6e5bab4cfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123808,"stop":1714501123808,"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":"4c05283ed2aca794","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123809,"stop":1714501123810,"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":"7298d29c5877a0eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123809,"stop":1714501123809,"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":"da99ae35517a7a5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123810,"stop":1714501123810,"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":"3599105412536b2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"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":"39195add76e3d83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"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":"ffd525e95595e862","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123811,"stop":1714501123812,"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":"f8313e000b18b0ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123812,"stop":1714501123812,"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":"2b30057967d2b242","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123813,"stop":1714501123813,"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":"67da93ba9ad19212","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123814,"stop":1714501123814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"163abab0a324e19a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123814,"stop":1714501123818,"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":"b502c798988c59fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123819,"stop":1714501123819,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"75924f2a405a97e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123819,"stop":1714501123820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714497135785","uid":"5f055fef9b5359c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123820,"stop":1714501123821,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683742335785","uid":"c04ad7f58959a639","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123820,"stop":1714501123820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714504335785","uid":"25126c6a4e3d40f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123821,"stop":1714501123821,"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":"eed15b9c34fb2f0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123821,"stop":1714501123822,"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":"172e55fe3c4ebffa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501123822,"stop":1714501123822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"61dc4d87facd5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140343,"stop":1714501140343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d8e6f6daeb014a1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140344,"stop":1714501140345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"63d59698afa53fb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140344,"stop":1714501140344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"b1c271842dc1c205","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"51353b9a7a7009de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"90f32cf7b253b1e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"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":"441699b664484caa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140346,"stop":1714501140347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"71080d4a8926cb67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b750a1b9113921d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"d2bf85143d9830d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"73cfb16460861f25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"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":"e045fcc85ee53f13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"906d7e88ca47986f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501145473,"stop":1714501145473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"a8178e72d6d27859","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"354d86d8951aa74a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"1be19b0201c13706","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"8dbdb5a4b4644f02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"ac12223de1071bb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501145475,"stop":1714501145476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9352c9fb408f9a02","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501150902,"stop":1714501150902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e8bac4d68906490b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501150903,"stop":1714501150903,"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":"220fde724662d08c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501150903,"stop":1714501150904,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"d97f6a558d64147e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501150904,"stop":1714501150905,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9098ea5072321c3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501150905,"stop":1714501150906,"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":"719ffc4d203018d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501150906,"stop":1714501150907,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"8d66c10bb144fec9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501150908,"stop":1714501150908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bae6a1e8e9e9230e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501150908,"stop":1714501150909,"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":"f25ac7169ea4497e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501150909,"stop":1714501150909,"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":"68be6295677261bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501153787,"stop":1714501153788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"f1db7e12146c29c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501153787,"stop":1714501153787,"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":"e28944eeeee2dc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501153788,"stop":1714501153789,"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":"bdf76bdbb044747","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501153788,"stop":1714501153788,"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":"919f5afd9933e48c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"d2065fd00150ac83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"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":"2faf99ea3a794699","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501153790,"stop":1714501153791,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"dacdc448c0d3ebf2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501153790,"stop":1714501153790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8a967679dc461476","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501153792,"stop":1714501153793,"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":"8b8a208507e42df0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501159485,"stop":1714501159486,"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":"1c2c29118bd2975a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501159486,"stop":1714501159486,"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":"ca33d2c243f85d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"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":"faf570c4bc29a46e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"4f84b5f913c7a4da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501165485,"stop":1714501165486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"8774c9376bcd4183","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501165486,"stop":1714501165486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"a1d892c5f6ecf803","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501165487,"stop":1714501165487,"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":"900a13f21842bc6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501174012,"stop":1714501174012,"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":"af3f46f74ad81bc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"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":"8926b9a7223c8b3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"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":"430d8098386df929","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501174014,"stop":1714501174015,"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":"a37ab907af262cff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"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":"de839fec2d4170be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"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":"ef831bf1d9f579b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501174015,"stop":1714501174015,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"9c73ad087cc7169d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501174015,"stop":1714501174016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"d919221d22ea0792","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501181621,"stop":1714501181621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"db60fb497b24c1f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501181622,"stop":1714501181623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"49bbfe62743213db","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501181622,"stop":1714501181622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"76a9596a8476161f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501181623,"stop":1714501181623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"1a5fc38077ff3e91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501181623,"stop":1714501181624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"6eeaa252d8025d03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501181624,"stop":1714501181624,"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":"80564c96bddff692","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501184621,"stop":1714501184622,"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":"812ede73f802491d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501184622,"stop":1714501184623,"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":"2fa7fc5e634ab04a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501184623,"stop":1714501184624,"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":"e0319fb9f063e495","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501184624,"stop":1714501184625,"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":"4ec90407dc4c7d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501184625,"stop":1714501184626,"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":"292919aede00e527","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501184626,"stop":1714501184627,"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":"ad87ef4ef2d1c531","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501184627,"stop":1714501184628,"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":"d1c727e91d0c2b08","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501184627,"stop":1714501184627,"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":"2c39e17eac3ecd96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501184628,"stop":1714501184628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"a4e49b073e4c10f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501191916,"stop":1714501191917,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"4d9e310cb23262ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501191917,"stop":1714501191917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"c176a17fd9b1c733","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501191917,"stop":1714501191918,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"61470b5d604a6c6b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"299ec24544740b4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"d6377ea554ccf0bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"6b6dfcd08cb76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501191919,"stop":1714501191920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"281d9fea1898fe54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"5e2c9b16a914858a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501191920,"stop":1714501191920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b75071f41d5dd4ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220680,"stop":1714501220680,"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":"3347e41433c617a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220680,"stop":1714501220681,"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":"e1250a64cf1ab62e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"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":"a0299f41ee61ba2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"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":"5e4d7215dc896255","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"77cb948708506095","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"f88c950a8faa4bbd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"e242288df4ca6949","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220682,"stop":1714501220683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"405d44695a284cee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"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":"f6f0b5bc737dd17d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d2ae5a89763a5c2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220683,"stop":1714501220684,"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":"848515c6e92a73df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"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":"8d6ecc903e295416","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"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":"e3f82c7b1a7d730e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220684,"stop":1714501220685,"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":"4af5ac0c10abe34a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"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":"8ffd5b4772828637","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"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":"a926e61741688f6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220685,"stop":1714501220686,"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":"708fbdd20c11dd32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"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":"b70b2a49ccd6a2c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"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":"f4cfc9688d1a035a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"d85a1061da9a7caa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"f2e09089261d58e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"228d70f8231d1f97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"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":"e16eba8c4b7dbff1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"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":"7e92bf0800078b86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"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":"17756bf75c430ec9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"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":"b97b34da57d528f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"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":"75ddef2b1b9b00fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"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":"debec60cb5cfda53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220690,"stop":1714501220691,"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":"7ab59e844d91479f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7a47d21b2bbe7caa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"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":"616ef6435536ae9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"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":"403940b8f048cdc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220691,"stop":1714501220692,"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":"2af76a3c4dd51f30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"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":"bda49b2c74d7808a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"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":"e73d5a97e9b58b2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"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":"b136df7f5620e194","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220692,"stop":1714501220693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c893bb3465ca251","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"21add0e7c496b166","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"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":"1c70eaed91038199","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220694,"stop":1714501220695,"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":"22ed5e441e8ac433","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"b1507fcf30538a8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"4a1011b286585d8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"eef4704263fd5003","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220695,"stop":1714501220696,"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":"31a3b4ceb0c07786","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"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":"df819db558c31d9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"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":"9d44ef55ec82fc0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"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":"2b0c4218b922c5a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"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":"8b712d798894fbbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"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":"94450f370c03e739","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"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":"6ee373aecb79d054","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"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":"d44f0aadd5ca0afd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220697,"stop":1714501220698,"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":"7b739fc6a9a8c30d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"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":"159db4bf47a8a2c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"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":"1616c3af1c5125ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220698,"stop":1714501220699,"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":"2d2ae8043949ae9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"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":"35f397bfd54bae3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501319432,"stop":1714501319432,"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":"87c4fe32c932d90f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501319432,"stop":1714501319433,"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":"f7a41ddc6562d043","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501319433,"stop":1714501319433,"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":"deee55506b05f442","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1714501319434,"stop":1714501319434,"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/6962/data/categories.csv b/6962/data/categories.csv index f58b320b78d..e69de29bb2d 100644 --- a/6962/data/categories.csv +++ b/6962/data/categories.csv @@ -1,2 +0,0 @@ -"Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"Test defects","0","1","0","0","0" diff --git a/6962/data/categories.json b/6962/data/categories.json index 781ea1b43ba..58619be4b72 100644 --- a/6962/data/categories.json +++ b/6962/data/categories.json @@ -1 +1 @@ -{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"expected 1 to equal 2","children":[{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"b27e1b051b4aea07","parentUid":"8d5169114247ad7aeffc765b68d149be","status":"broken","time":{"start":1714455040952,"stop":1714455040953,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8d5169114247ad7aeffc765b68d149be"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file +{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"} \ No newline at end of file diff --git a/6962/data/packages.json b/6962/data/packages.json index 78ce63e4435..f2bbc1904dc 100644 --- a/6962/data/packages.json +++ b/6962/data/packages.json @@ -1 +1 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"src","children":[{"name":"common","children":[{"name":"Init the array if not present","uid":"7f734fb21cacc777","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453924717,"stop":1714453924718,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"e4d601f875f52637","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453924719,"stop":1714453924719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"43895c6c4eafe50","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925047,"stop":1714453925047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"251f091b2540f221","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925048,"stop":1714453925048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"5b6be3a2944485ea","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925048,"stop":1714453925048,"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":"6d33b6931123a9e6","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925049,"stop":1714453925049,"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":"22cf455a753cb9e8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925049,"stop":1714453925049,"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":"9cff0f5777c113a5","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925049,"stop":1714453925050,"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":"e1237131e461ba8b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925050,"stop":1714453925051,"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":"4ed6328ff3c93b6a","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925050,"stop":1714453925050,"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":"633fadaf17dd5d6b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925051,"stop":1714453925051,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"85c278eadb8addb0","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925052,"stop":1714453925052,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"f18deb9e3b0bbaf","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925052,"stop":1714453925053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"450b1975b20eb2f1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925053,"stop":1714453925054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"b7616af520187478","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925053,"stop":1714453925053,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"94a6e8f1210849fa","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925054,"stop":1714453925054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"f235ce8b8ff406d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925054,"stop":1714453925055,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"274213a0ff78a9fc","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b1bc1bc5db07e9fd","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925055,"stop":1714453925056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"f0173304eaea3c58","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"79cc7ecb103e55c1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"35a66468b19db128","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"ea9e44722fa7ed5f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925056,"stop":1714453925057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"ce008fe4c8599b9b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925057,"stop":1714453925057,"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":"ab461a2e4a75ae8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"847c1ecd4e508e2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925058,"stop":1714453925058,"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":"1355394a226fc052","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925058,"stop":1714453925058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"13db8fb6746f84d1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"d45041c72c63df9","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925059,"stop":1714453925060,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"86279c7a7ebb3efd","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"79103309655d5e9d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"4ab4180859ba99d2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"2a2ab5e37b98f125","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925060,"stop":1714453925061,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"fe002c4399712ba2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"b08c65b77d52bba9","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925061,"stop":1714453925062,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"97527631fe49b594","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"a4b2de468c08a38f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925062,"stop":1714453925063,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"ff1afd77c3b8d639","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle application and version for autosharding","uid":"b546bbc8e797654d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"96c0524c73e853d5","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"f3edff3c3998a20e","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"e2a102a9c0c110d0","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"fb32a42297e3ef9","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925064,"stop":1714453925065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"c515402771bd81e8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"a37500d3e670694c","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"a67b485fb9968d5","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"9dfe5eee17543369","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925065,"stop":1714453925066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"f6c5c5027f8a1242","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"fadfa25a11028a89","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"83a2333635d43f50","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925066,"stop":1714453925067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"b84df16735a00a4f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"37ab29c6159148d7","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925067,"stop":1714453925068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"21017a38a9a3dbc","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"2d27815002d1a8a4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"d80cf24564043e9e","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"26a7dcc5e79a725e","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925068,"stop":1714453925069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"e33a0733b1bb23cb","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925069,"stop":1714453925070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"b2f10cf391e02f86","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"d12e3bc299ff19cc","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"734636c2e333c2e2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"22ab9faaff7c253a","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"e06c326806e47794","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925071,"stop":1714453925072,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"4fa4b782e36258f7","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"23d1635548ff1b62","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"3bdb555df86f17bb","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"c5412e1660a6dc56","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"a178a61a7b254d83","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925073,"stop":1714453925074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"48d0abbee0a0a6b9","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"ff4e45aa33a0f8cb","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"b94cae4d742a1da9","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"55f9b9e03bf0d166","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"4a7bbd1eb6121857","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"9175e0c1df70ae2e","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925075,"stop":1714453925076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"2911a22315c17e0f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on application and version for autosharding","uid":"56921560f00fd5c8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"c57bd4b8d988b562","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","uid":"8cea5daf6686ff0e","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","uid":"8fea3f6704e60d77","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925077,"stop":1714453925078,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","uid":"6132fdce66961742","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"fdd7425299411ec5","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"2ebb69614cbce2b4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"d0fc060167965271","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925078,"stop":1714453925079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"6f1cccf1375d2a04","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"2887c837dc45541c","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"e3d75be66200835","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"205a515f1503c009","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925080,"stop":1714453925080,"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":"b91a5877a0e65321","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925096,"stop":1714453925097,"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":"4c4e44b14de62d31","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"c26fbc04ccbd6cc8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"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":"c762a912d3437679","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"a22d15c1c91f72cb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453927576,"stop":1714453927578,"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":"46c08e9d3c6655b1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453927578,"stop":1714453927579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"7468e6aa08025773","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453927578,"stop":1714453927578,"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":"152f5c1f4a593388","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453927579,"stop":1714453927579,"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":"cc31056d5cd1476a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932701,"stop":1714453932703,"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":"320819ff5bfbd74b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932703,"stop":1714453932704,"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":"65e4dbe094e430aa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932704,"stop":1714453932705,"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":"22c2e457700ce5f7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932704,"stop":1714453932704,"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":"7e7aeffa72cddfed","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932705,"stop":1714453932705,"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":"5aa1adc76e0e8394","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932706,"stop":1714453932707,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"841e25efbaf31fab","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932706,"stop":1714453932706,"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":"3ee1b8e25a53b9a3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932707,"stop":1714453932707,"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":"f3e8683d8c910fb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932708,"stop":1714453932709,"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":"e366f77a739fae54","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932709,"stop":1714453932709,"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":"cca2592e92624d9a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932709,"stop":1714453932710,"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":"16d2f708d2a201df","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932710,"stop":1714453932710,"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":"1b49c683620b8e8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932710,"stop":1714453932711,"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":"f3726921a28f6c51","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932711,"stop":1714453932712,"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":"177075e0e50478e2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932711,"stop":1714453932711,"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":"93218fb3db6a5ca1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932712,"stop":1714453932712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"2349a45d58f61b6d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932841,"stop":1714453932841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"8b8aead8e76b74f2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932856,"stop":1714453932857,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"ee533373a8271683","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453932857,"stop":1714453932857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"911d0e08ce1e8bad","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"81f3bf36253786c3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"e1eeae8b1b591047","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933331,"stop":1714453933332,"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":"4fa1c71ef517914c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1f741534f97503bf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"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":"bdc5b8c3f646637d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"632faa9461f93af2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"95ec738bcbe5908f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"9d690a09d6a0f453","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"87b922b93e32d905","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"10de672e42011c50","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933333,"stop":1714453933334,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"f88416f091948627","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"d03213d8e857f439","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"8e825648015175c8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"d1400ddfc844d1a7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"2c6554d6352592f5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"6d5f5e1dc6624474","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"44fde4dbf2a455cc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"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":"fbdb3b3ead4d39dc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5eda9edc5693c963","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"3d3b31a8f55795d2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"2f18c74bf5c2821f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"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":"a10685214d07a916","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"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":"3e09396f8002a3a8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"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":"36da131d15ffb329","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"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":"bf64358b433daf75","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"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":"2be863e591aa7720","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"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":"81702d5eac4343f6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"7b99fc4a013d77fb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453933339,"stop":1714453933339,"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":"1cbf58175e256334","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1714453937585,"stop":1714453937587,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"d5c87ac4700c8a6a","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1714453937810,"stop":1714453937811,"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":"9dec738be8fe8cf0","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1714453937810,"stop":1714453937810,"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":"d8fef94c72714df6","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1714453937811,"stop":1714453937812,"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":"fc96fdc720d91514","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1714453937812,"stop":1714453937812,"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":"6a9202d0003fbad8","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714453938217,"stop":1714453938217,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"5c0db5554655ccb5","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714453938217,"stop":1714453938218,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f340d12bc226960","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714453938218,"stop":1714453938219,"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":"a749995bcd759a68","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714453938218,"stop":1714453938218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2129a5256a01352f","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714453938219,"stop":1714453938220,"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":"fdc38db838ef3c19","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714453938219,"stop":1714453938219,"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":"4e03ee2bc096ebfa","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714453938220,"stop":1714453938220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"4df98a4e1e852160","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714453938220,"stop":1714453938221,"duration":1},"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":"98dcfe478c706b36","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453941571,"stop":1714453941572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"e0f5c50d9c8b1602","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453941572,"stop":1714453941573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dns","children":[{"name":"returns all values when wanted number matches available values","uid":"76a860dbc78313ed","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453947385,"stop":1714453947388,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"c954686625503a99","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453947389,"stop":1714453947389,"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":"acdae15864adfb6d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453947390,"stop":1714453947390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"9210bb3f98bb49e2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948528,"stop":1714453948529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"aa639e7f722ae19e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948529,"stop":1714453948530,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"2c14904a2be498f8","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948530,"stop":1714453948530,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"7746ba6cc102b180","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948531,"stop":1714453948531,"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":"fca7a2cd599806c4","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948676,"stop":1714453948676,"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":"7e397afae7d85244","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948677,"stop":1714453948677,"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":"4b32203bcaed95b7","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948678,"stop":1714453948678,"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":"27824d3505a5984c","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948679,"stop":1714453948679,"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":"dd4fe7483e0a151b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948680,"stop":1714453948680,"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":"2fe886026f753cf8","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948681,"stop":1714453948681,"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":"916667c65dd8f36b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948681,"stop":1714453948682,"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":"50813197f18914e4","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948682,"stop":1714453948684,"duration":2},"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":"4d11e2eadf9244fd","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453948684,"stop":1714453948686,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"f0b8ed3591934862","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949188,"stop":1714453949189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"dab3404b5da8b511","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949189,"stop":1714453949189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"cab688b50a76686b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949189,"stop":1714453949190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"b47384f4ebcd3e3","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"248736087726a566","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"ad71939287b6ef30","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949191,"stop":1714453949191,"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":"8a633af914ad7cba","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949191,"stop":1714453949191,"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":"7c7e16d19bcdf01a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949191,"stop":1714453949192,"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":"1511a39543aae2da","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949192,"stop":1714453949192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"790b2d22581f4d68","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949192,"stop":1714453949192,"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":"9d6ce6e1f52ae2d1","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1714453949193,"stop":1714453949193,"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":"82bcf922ae2ddbae","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"8858ecaca373b2e6","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1714453949194,"stop":1714453949194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cda917d83631e3e2ca55c4eb629ddcf"},{"name":"local-peer-cache","children":[{"name":"can start and stop the service","uid":"7cf47c3e133619b9","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952288,"stop":1714453952289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"535754dedc17a9c7","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952288,"stop":1714453952288,"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":"24f53d033f11f313","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952289,"stop":1714453952289,"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":"a719eb3221e49cff","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952289,"stop":1714453952289,"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":"d8c85e6a5df7e2b3","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952290,"stop":1714453952290,"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":"a07e742b3bebc9aa","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952290,"stop":1714453952290,"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":"78a2ad174cdf22c8","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952291,"stop":1714453952291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"7d10c048738ce176","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952291,"stop":1714453952292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"89d9985891e36821","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952292,"stop":1714453952292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"184c5fa7aa6e70ad","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952292,"stop":1714453952293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"ea27bc63ec332f7e","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714453952293,"stop":1714453952293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2814352213eb0999437c5604117704a7"},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"bd47b74a9713ab08","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958104,"stop":1714453958105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"60fb6708ee3c5d8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958105,"stop":1714453958106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"3bdb71a1f7c762c4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958106,"stop":1714453958106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3a39da6f2a4c905b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958107,"stop":1714453958107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"88ea70751a6632d3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958108,"stop":1714453958109,"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":"4c050b5c8cd2bbfe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958108,"stop":1714453958108,"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":"dbb0d67216c4e9b6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958109,"stop":1714453958109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"8d60fca85892100c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958693,"stop":1714453958694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"bcc4888625da6a03","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958694,"stop":1714453958694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"389448522adce881","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958694,"stop":1714453958695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"e94cd70fb1228d3e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453958695,"stop":1714453958695,"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":"6ea2fb83e0de3f56","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453959966,"stop":1714453959967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"8486d7c936c16c86","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453959967,"stop":1714453959967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"69208f71730b93b8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453959967,"stop":1714453959968,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"a6b9f837f97ccbdc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453959968,"stop":1714453959968,"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":"99bcaacf0bc86bd5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453959968,"stop":1714453959968,"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":"885004a40e588723","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"29c46322bd4c8c1f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e47b3daaf2a2b71abda931a67308332"},{"name":"tests","children":[{"name":"connection-mananger","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"ab7ce96b27b0cd01","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453975110,"stop":1714453975113,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"396cdb0623f12452","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453975114,"stop":1714453975115,"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":"f0656d12ecfd18d8","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453975116,"stop":1714453975117,"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":"2979dc9eeb885010","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453975118,"stop":1714453975119,"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":"64fa5366db1f23ff","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453975164,"stop":1714453975166,"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":"2f3ea35f6b6456d5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453975167,"stop":1714453975168,"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":"3edd193aadebec16","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453983002,"stop":1714453983003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"60ebd24e08061e3d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453983003,"stop":1714453983004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"34f5f1819da7cc3d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453983004,"stop":1714453983005,"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":"6d30717ecb68d96c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453983005,"stop":1714453983005,"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":"1577a134e21deabe","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714453983006,"stop":1714453983006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"8b53ae16e9abd831","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454015964,"stop":1714454015965,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"ce14cf8db4c30f17","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454015965,"stop":1714454015965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"c008dfc7cb2ca5f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454015966,"stop":1714454015966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"365784bbddcc2ab","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454015966,"stop":1714454015967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"4379686570f85166","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"886b50bdae21943","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"695d8f01740fb80f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454015968,"stop":1714454015971,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"f4b894b1ff5fc042","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"e305159f5283acab","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454015968,"stop":1714454015968,"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":"8073810db91e3b78","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454024386,"stop":1714454024386,"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":"783501477060d35c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454024387,"stop":1714454024387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"a995320871416e47","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454024387,"stop":1714454024388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"df92d0b0a879d62d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454024388,"stop":1714454024389,"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":"ab25e40647917517","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454024388,"stop":1714454024388,"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":"1b824c1d129967f6","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"3b7bc096570ba6ac","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714454024389,"stop":1714454024389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Ephemeral field is preserved - encoder v0","uid":"2cf0c6efa3a9353b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453985197,"stop":1714453985198,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"690dca5a57a257f2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453985197,"stop":1714453985197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"13102f2416e8cb8b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453985199,"stop":1714453985199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"f90b78a002abbfce","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453985200,"stop":1714453985200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"610eb8a6f3d1bbde","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453985445,"stop":1714453985445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"7a1a3e203790ce33","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453985446,"stop":1714453985447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"74d129034fce1caf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453985446,"stop":1714453985446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"dbd3192d891a738c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453987174,"stop":1714453987175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"ec1f06b9e075c5cd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453987175,"stop":1714453987175,"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":"38f3f028c823b6a4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453987176,"stop":1714453987180,"duration":4},"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":"e96f2339435f0ca6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453987181,"stop":1714453987182,"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":"70c663d21c7fadb0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453987195,"stop":1714453987196,"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":"e2310273037cb329","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453987196,"stop":1714453987198,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"150082852497d5c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714453987198,"stop":1714453987200,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"8438a27c06408ef7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1714453987203,"stop":1714453987203,"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":"90d88435719f78c5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1714453987204,"stop":1714453987204,"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":"f56de170d5ae8ddf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1714453987221,"stop":1714453987222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"filter","children":[{"name":"single_node","children":[{"name":"Ping on subscribed peer","uid":"fccedd48d03b0f2d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454006711,"stop":1714454006712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"82c82a0680f59272","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454006712,"stop":1714454006712,"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":"43ffd9bee8343b65","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c5be782bb853c4d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454006713,"stop":1714454006713,"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":"fdeafc74da58eb02","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048328,"stop":1714454048328,"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":"bc89187ee8b9f93","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048328,"stop":1714454048329,"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":"552b4eaa39538363","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048329,"stop":1714454048332,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"bccefa013f371888","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048332,"stop":1714454048333,"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":"9e0f356892cfb93a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048336,"stop":1714454048336,"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":"e6bde31a36086432","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048337,"stop":1714454048338,"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":"58d527055cf2e164","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048338,"stop":1714454048339,"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":"94473e77ab33d81b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048339,"stop":1714454048340,"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":"7e27df1c492fc8f5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048341,"stop":1714454048342,"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":"7b08ba6b451966ba","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048342,"stop":1714454048343,"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":"f84e02868fe0ffa4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048343,"stop":1714454048344,"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":"97051404c203f14e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454048344,"stop":1714454048345,"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":"5a2ca3839c0646f9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454066545,"stop":1714454066545,"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":"3f3d2c06f80823b8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454066545,"stop":1714454066546,"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":"b17a27ff7b6939c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454066546,"stop":1714454066546,"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":"3715a1ce74188c8d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454066546,"stop":1714454066547,"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":"38ee74cff7891b07","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454066547,"stop":1714454066547,"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":"3c1d3070999fb87f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454066547,"stop":1714454066548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"b4ef28de9cffb070","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133717,"stop":1714454133734,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"422c01e61af8bf7e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133717,"stop":1714454133717,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"58c0bc7abfd2cb0d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133734,"stop":1714454133734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"93fae3a94dd87ae7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133734,"stop":1714454133735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"79b12bfc3d50a780","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133735,"stop":1714454133735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"d4b7867c9186a581","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133735,"stop":1714454133736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"500228db3e6aa166","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133736,"stop":1714454133737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"50408345c4a70e38","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133736,"stop":1714454133736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"720a5ad4e0e15e1e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7908cd0f6bebde96","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133737,"stop":1714454133737,"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":"f2ed7094606a655e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133738,"stop":1714454133749,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"370da373122a2277","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133749,"stop":1714454133752,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"329209713ce6040b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133753,"stop":1714454133756,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"88d11e551cf3b08f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133757,"stop":1714454133758,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"50846528f87440f9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133757,"stop":1714454133757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"482fab1e1b49fba3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133775,"stop":1714454133775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974781000000 ","uid":"47062b73b5c138bd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133775,"stop":1714454133776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b386dc830cff9211","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133776,"stop":1714454133777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974781 ","uid":"40017be7be309895","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133776,"stop":1714454133776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"dd4be3caab96835c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133777,"stop":1714454133777,"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":"ce60afd6c7939703","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133777,"stop":1714454133778,"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":"75c123815b343483","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133778,"stop":1714454133782,"duration":4},"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":"623b30e2668ba1c2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133785,"stop":1714454133785,"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":"2a0c8c9aa73d902d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133785,"stop":1714454133785,"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":"9dd038a6eb40c75c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133786,"stop":1714454133787,"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":"ba49a0f6a0fee7e0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454133786,"stop":1714454133786,"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":"801bf757971b8236","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1714454133787,"stop":1714454133787,"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":"2d6cda14eb1087b5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1714454133787,"stop":1714454133790,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"ad29bd016a2bb619","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227462,"stop":1714454227462,"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":"58686c45e2f3094d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227463,"stop":1714454227463,"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":"4ffbb2ec5fbf22ff","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227463,"stop":1714454227463,"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":"348242e87072cabf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227464,"stop":1714454227464,"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":"c295eb63f07b59a6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227464,"stop":1714454227464,"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":"6416ed07ce907968","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227464,"stop":1714454227465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"3c18160e58227f1f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227465,"stop":1714454227465,"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":"4e5744d05aee5ec6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227465,"stop":1714454227465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6ee8a999b0372610","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227466,"stop":1714454227467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"b2ad88fa893ae2f5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227466,"stop":1714454227466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"57df6038c586e17e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227467,"stop":1714454227468,"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":"c88341182d8ab926","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227468,"stop":1714454227468,"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":"3c05ec57f7e41d95","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227468,"stop":1714454227468,"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":"107db3233676f4ee","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227469,"stop":1714454227469,"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":"c3a2ea0b927787e5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227469,"stop":1714454227469,"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":"2bd18019522168d9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227469,"stop":1714454227470,"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":"844baa4ccc96a85e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227470,"stop":1714454227470,"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":"d56ed5abe262dab0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227470,"stop":1714454227471,"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":"7f5affd9564ff4b2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227471,"stop":1714454227471,"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":"8cb05ff20a15d150","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227471,"stop":1714454227471,"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":"39bfb46788072db1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227472,"stop":1714454227472,"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":"e87ef7d0fa9561b8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227472,"stop":1714454227472,"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":"1d6b5811ab3f0333","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227472,"stop":1714454227473,"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":"51f6223c4088f1d5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227473,"stop":1714454227478,"duration":5},"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":"75e14a87ff799f1f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227478,"stop":1714454227478,"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":"db5c9f40c9fecb1c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227479,"stop":1714454227479,"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":"74151707d603349e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227479,"stop":1714454227479,"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":"67b005b80e4fcacd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227479,"stop":1714454227480,"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":"c07f8a6274673f80","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714454227480,"stop":1714454227480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"d001304e8bde542e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454053292,"stop":1714454053292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"748ccf9739238cdc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454053292,"stop":1714454053294,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c537b29e3e3509c0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454053294,"stop":1714454053294,"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":"e60bf3cd0831c243","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454053294,"stop":1714454053295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e5fa9624633014a9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454053295,"stop":1714454053295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"6109428a37ce9ad2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454053295,"stop":1714454053296,"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":"1c1c020ea7f8e0e5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"a121347414f39a69","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454053297,"stop":1714454053297,"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":"7a5508f488d65048","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185395,"stop":1714454185395,"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":"5456f646cc0f7e5e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185395,"stop":1714454185396,"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":"14ebea972904cc90","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185396,"stop":1714454185397,"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":"8f1c9dcc1f6d8be1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185396,"stop":1714454185396,"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":"8e45a16baec4e262","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185397,"stop":1714454185397,"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":"4c6bf6d34efde39f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185397,"stop":1714454185397,"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":"7877262849c54037","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185398,"stop":1714454185398,"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":"fbbe7248dd4b4334","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185398,"stop":1714454185398,"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":"62d3ead9b9aeee80","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185399,"stop":1714454185399,"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":"a0aeee07ed856dff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185399,"stop":1714454185399,"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":"b5c5226e61f44ab9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185399,"stop":1714454185400,"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":"601453b951bf8882","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454185400,"stop":1714454185401,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"64930ecfacd402be","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434300,"stop":1714454434300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"601ef7664453d0a9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434300,"stop":1714454434301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"5252f7a98a1e4085","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434301,"stop":1714454434301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9b05cb219f7c1485","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5160daf398f04b67","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"20f36617bdf81683","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434302,"stop":1714454434303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"e0e5c5ac8589faff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434303,"stop":1714454434303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"c1e2a111fa2b3ebd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434303,"stop":1714454434304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"9e9974055955c41c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"44ab962d18821101","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"270bb73d64b6b15b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434305,"stop":1714454434305,"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":"80762d6d33e53eab","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8dceb0a79abf3c83","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434305,"stop":1714454434306,"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":"9bbd359325e5566f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434306,"stop":1714454434307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"28eca425e334553c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434306,"stop":1714454434306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406000000 ","uid":"5c0fc99b4bad4e5e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"63c8feb48d539bee","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406 ","uid":"38493759ecafcd54","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434308,"stop":1714454434308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ed52e6f25675fb56","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434308,"stop":1714454434309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"b7049958848ea998","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434309,"stop":1714454434309,"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":"d3f278d43222a8fb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434309,"stop":1714454434310,"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":"ad601e5eab0248ce","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434310,"stop":1714454434311,"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":"fa708f7264fbc5b2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434311,"stop":1714454434312,"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":"e8d22242ba14c6e5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434312,"stop":1714454434312,"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":"5aacc4ac67efce99","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434312,"stop":1714454434312,"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":"54fe9ecbfcd4b200","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"bcce7888304a3191","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434313,"stop":1714454434320,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"e92bbd9d39f969db","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"dfa8149ee8ed789c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434320,"stop":1714454434321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"a202d63d4eb93af4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434320,"stop":1714454434320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"32d513c4e4365c39","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434321,"stop":1714454434322,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"2b34701fa0b19cf1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"ccf0dc3fb083edd8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"cfe3ee72c68f101a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"260f110eb8f28957","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"779b4d1d3514cdc8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434323,"stop":1714454434323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c7d9413f90c4386","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434323,"stop":1714454434323,"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":"f56e9332a5b3cfed","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434323,"stop":1714454434324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"fdab4c0cb8ae6c76","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b41f4d5e18d7cd90","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"36cf5a52944417c7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434325,"stop":1714454434334,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"1e2600fa072d8c68","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434334,"stop":1714454434334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3729d0cebba73a7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434334,"stop":1714454434335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406000000 ","uid":"202e712c40e6ed6a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406 ","uid":"5553bda8a4c66a36","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434335,"stop":1714454434335,"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":"34725e5fd4dee5b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434336,"stop":1714454434337,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"236206fe7564f7a5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434336,"stop":1714454434336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"f2fa6ff8d7d2b535","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434336,"stop":1714454434336,"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":"21f150444f2c2a0d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434337,"stop":1714454434337,"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":"27dbeb104c845fbc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434337,"stop":1714454434337,"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":"f844de063955df2c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434338,"stop":1714454434343,"duration":5},"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":"b9c668e97b36eff1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454434344,"stop":1714454434345,"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":"83a6ef733c616c84","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1714454434345,"stop":1714454434345,"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":"5f47d6d378130518","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1714454434346,"stop":1714454434346,"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":"358acd15f77aeb3c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605538,"stop":1714454605538,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"88370a19eabce987","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605538,"stop":1714454605538,"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":"8ffdf75a21eca4a3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"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":"c025c083c5d3ea34","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"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":"458b989a037dcd52","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"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":"49dc5076c9a4ab47","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"93780d81c9f8f1ef","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605540,"stop":1714454605541,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"83a1465acc1917a7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"a8a5884ec5146f6d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"c891f1146b37df47","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605541,"stop":1714454605542,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"b708eb1a315f032f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605541,"stop":1714454605541,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8f340b4099f0ed49","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605541,"stop":1714454605541,"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":"48d627556b6292be","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605542,"stop":1714454605542,"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":"495ef014f9517999","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605542,"stop":1714454605543,"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":"be1cc6a3eac27677","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605542,"stop":1714454605542,"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":"d60c20001d591fe0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605543,"stop":1714454605543,"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":"80ddf2de593139fd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605543,"stop":1714454605543,"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":"1a3def65471817f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605543,"stop":1714454605544,"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":"10f2665a148e1890","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605544,"stop":1714454605544,"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":"d354daf77595a7d4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605544,"stop":1714454605545,"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":"83c725b1b2bc432c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605544,"stop":1714454605544,"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":"67c6a9e80a14fa09","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"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":"ea69942a51369027","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"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":"8184cf130790bd91","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"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":"4b9f8eccee694fa5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605546,"stop":1714454605546,"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":"4628c4e3b9455f36","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605546,"stop":1714454605547,"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":"e196c53a3df830ef","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605546,"stop":1714454605546,"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":"680e45e7815e4847","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605547,"stop":1714454605547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"e477d8a9ecd81e52","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605548,"stop":1714454605548,"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":"22adbb8becab1e01","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605548,"stop":1714454605549,"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":"1649de1693046db8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605548,"stop":1714454605548,"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":"dbb6237e8cfe43f2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605549,"stop":1714454605549,"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":"e1251203e83bc953","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605549,"stop":1714454605549,"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":"8a95cd316b10809a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605550,"stop":1714454605551,"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":"4df129b61f360582","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605550,"stop":1714454605550,"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":"76c77909e1f65c0c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"59353287c04c7ee5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"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":"f6298b5b5c546838","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"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":"9c5bf1d3fd8efcc6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605552,"stop":1714454605553,"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":"334461603bed8848","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9a932b70851738f9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"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":"69d78185ed2aa63","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"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":"f4df6d8394579107","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605553,"stop":1714454605554,"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":"9c3d6a714804c48a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"a28d93c2ed2dcbae","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"80ea932d94737aea","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"f67bd0dd7ca5b883","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"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":"8bc933dcda60a0a3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"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":"e823c0e19f01a261","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"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":"4bdc1498c12cbfb0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"644bf9020a51a244","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605555,"stop":1714454605556,"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":"167b52438eea132c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"8e1d205d79fad5b0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"a889015c43487494","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605556,"stop":1714454605557,"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":"3f270fc87c0055e8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605556,"stop":1714454605556,"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":"98a605494c1322d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714454605556,"stop":1714454605556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"same cluster, same shard: nodes connect","uid":"53cc4b20311d828a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140403,"stop":1714454140403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"1db6e2d04e385095","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140404,"stop":1714454140404,"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":"682770c0b64e5c92","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140404,"stop":1714454140404,"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":"9f10808592c79f71","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140405,"stop":1714454140405,"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":"18ac2c9ceb0ed553","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140405,"stop":1714454140405,"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":"de88d86f83fbd656","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140406,"stop":1714454140406,"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":"13cdc3054c2755bc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140406,"stop":1714454140407,"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":"ca4d78625681bfd8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140407,"stop":1714454140407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"45d9da11f7dfebc3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140435,"stop":1714454140436,"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":"8645fb71d432457d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140437,"stop":1714454140438,"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":"2a2b3549fc0e71d8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140440,"stop":1714454140441,"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":"78cea8e2858631b9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140440,"stop":1714454140440,"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":"16e508a5233d780a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140441,"stop":1714454140442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3ef6e3bd4d25eeaf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140445,"stop":1714454140445,"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":"d88950b501cec473","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140445,"stop":1714454140446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"88f07c7e6a66ef20","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140446,"stop":1714454140446,"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":"3e90d963d77c5295","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140446,"stop":1714454140447,"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":"ebb1826b4abf9f65","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140446,"stop":1714454140446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5fcb1bc994175490","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140447,"stop":1714454140449,"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 3 bootstrap peers","uid":"14c66ff69319547e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140450,"stop":1714454140450,"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":"4268fea317aefe10","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140451,"stop":1714454140451,"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":"849be0f2d33be703","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140454,"stop":1714454140465,"duration":11},"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":"b38522128eff9403","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140465,"stop":1714454140465,"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":"cb6de39c524db29a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7f1a1524a3c0ba7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140466,"stop":1714454140466,"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":"c39cddbcef6e5a21","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140467,"stop":1714454140468,"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":"1b300338292455c0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140467,"stop":1714454140467,"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":"c66ae5011ba225ee","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140467,"stop":1714454140467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"9173833b3de9b1b3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140468,"stop":1714454140468,"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":"a07d2bba4bd5a39f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140468,"stop":1714454140469,"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":"2ee48248c9103084","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140469,"stop":1714454140469,"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":"3a05758f5fcc383f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140469,"stop":1714454140470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ec56c91814540405","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140470,"stop":1714454140471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"4900aca55f82f272","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140470,"stop":1714454140470,"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":"4fdd0c9700bae2ca","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140471,"stop":1714454140471,"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":"ae3a58e3bc9a1aa7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140471,"stop":1714454140471,"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":"dd1b6f6d5cb91a83","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140472,"stop":1714454140472,"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":"f15cff6392f257e3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140472,"stop":1714454140472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"9ca8fb5f560bc585","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140479,"stop":1714454140479,"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":"a2e49e93251e4cea","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140479,"stop":1714454140480,"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":"4801f2b3b24673c2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140480,"stop":1714454140480,"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":"c3aa88a5a72d00f4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140480,"stop":1714454140481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"3c851e01aec3ab98","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140481,"stop":1714454140482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"e014b23c14045743","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454140481,"stop":1714454140481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"4a19d00a39e51cc6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454227628,"stop":1714454227628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"86db4a2e7194d6de","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454227628,"stop":1714454227629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"light-push","children":[{"name":"single_node","children":[{"name":"Push message on custom pubsubTopic","uid":"dcdf5581f2b5090b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454246972,"stop":1714454246973,"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":"a59d0b6c532b3a67","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454246973,"stop":1714454246974,"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":"fc7d391cf12af8a9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454246975,"stop":1714454246975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"a599ad9bfeb412ff","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454246976,"stop":1714454246977,"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":"bbc1f65dd042b50f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454246977,"stop":1714454246978,"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":"7158792a1d171752","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454246978,"stop":1714454246979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"ede29f0ec7067cfa","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454246980,"stop":1714454246980,"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":"e2b0fe4800e9c818","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454246980,"stop":1714454246980,"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":"98247afe3b59bc07","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454246981,"stop":1714454246981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"bcea2ebd0247fbe8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365872,"stop":1714454365873,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"5328c19c212b7083","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365873,"stop":1714454365874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"4e0847641116460","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365873,"stop":1714454365873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cdfd92e1d0a584e4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365874,"stop":1714454365875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"324ebb1e0275b911","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365874,"stop":1714454365874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"d8ebbf1eef227af2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3e4a510800c948f3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"53138ca4f3570f27","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365876,"stop":1714454365877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"345e66d32fbcd6a4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365876,"stop":1714454365876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"a39bd8284dc3baa7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365877,"stop":1714454365877,"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":"96e0b3e1e7e28fa1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365877,"stop":1714454365878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5aacec4f998f630b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"c51cea92de0a8a0f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"cc226b5c47a82ded","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"86aa425568eb79fb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365879,"stop":1714454365880,"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":"2b726e2fb17db9be","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"2a7fa1fbeaa472cb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365880,"stop":1714454365880,"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":"8d0e405bc346e19b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365880,"stop":1714454365881,"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":"50002bb0313fa728","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365881,"stop":1714454365881,"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":"34aa7725de24f6d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365882,"stop":1714454365882,"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":"5cbebff8b3c1731b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365882,"stop":1714454365883,"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":"6355d150384b23bb","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365882,"stop":1714454365882,"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":"efd0428b12fec0ed","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365883,"stop":1714454365884,"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":"b75757847885d762","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365883,"stop":1714454365883,"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":"88aab81e5b7a0cbf","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365883,"stop":1714454365883,"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":"b804799c670fe26d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365884,"stop":1714454365884,"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":"70cd68626942b1d0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365884,"stop":1714454365884,"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":"c3e658179da8e401","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365885,"stop":1714454365885,"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":"e6ad9b3c67e127f8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365885,"stop":1714454365885,"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":"b440b652388dbb15","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365885,"stop":1714454365886,"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":"93eec2e256dcae48","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365886,"stop":1714454365886,"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":"b1470b467b07695d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365886,"stop":1714454365887,"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":"fba972ef52316a29","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365887,"stop":1714454365887,"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":"725d8e9fe4945f41","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365887,"stop":1714454365888,"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":"8477fa36e8d62ab2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365887,"stop":1714454365887,"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":"50f80d8287975dd9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365888,"stop":1714454365889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"9e55301b5dfcc7a8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365888,"stop":1714454365888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"81115b534c84157c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683695740677","uid":"a60632fcbd7f49b9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714450540677","uid":"f386ed12451212a6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365890,"stop":1714454365890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714457740677","uid":"abbadf86a5f12dd6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365891,"stop":1714454365891,"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":"cc672f02c0f6693d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365891,"stop":1714454365891,"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":"7952cb5ecae3961","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714454365892,"stop":1714454365892,"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":"73b947c9791e2441","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507870,"stop":1714454507871,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"cf0d629c4ef6e89e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507871,"stop":1714454507871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e57afcd0ab8740ac","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507872,"stop":1714454507873,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"33e4d7e99c9d224b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507872,"stop":1714454507872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"9879f1d88b61ff7e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507873,"stop":1714454507873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"6a6f102bfbc2dfb3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507873,"stop":1714454507874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2c5dc8fd300e6868","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507874,"stop":1714454507875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"b661498e731835b0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"cae898362c003417","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fa92a3574fa963d5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507876,"stop":1714454507877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"d331e42afaebe844","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507876,"stop":1714454507876,"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":"231b1f8a5458edb4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507876,"stop":1714454507876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b7d9fb57ce9aff92","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"d8d86956b226a407","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"bf0ce7cfb5745d64","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507878,"stop":1714454507878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"3ca436425d851713","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507878,"stop":1714454507879,"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":"d8231ee594c29cfa","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507878,"stop":1714454507878,"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":"126fc36daeefdc98","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507879,"stop":1714454507879,"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":"d11c7eb94b0582e1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507879,"stop":1714454507880,"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":"8ed2984a1ad2ff94","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507880,"stop":1714454507881,"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":"c179e9116260b630","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507880,"stop":1714454507880,"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":"d0d58013e6fd25bc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507881,"stop":1714454507903,"duration":22},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"d6b61b1b22c1f123","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507904,"stop":1714454507905,"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":"f6086d94713e2c09","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507904,"stop":1714454507904,"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":"254abb0ad0bf6c39","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507904,"stop":1714454507904,"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":"73ef15ae25f813db","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507905,"stop":1714454507905,"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":"8c1f181afc3391c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507905,"stop":1714454507906,"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":"3ace9c8dc0835b9e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507906,"stop":1714454507907,"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":"a5de0bca57562b2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507906,"stop":1714454507906,"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":"cdfc1c2e0e5b226a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507907,"stop":1714454507907,"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":"769c037935a1f35a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507907,"stop":1714454507908,"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":"97b5497832cbc17d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507908,"stop":1714454507908,"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":"6b0f674fb69a64a0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507908,"stop":1714454507909,"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":"a7f11f099c8e8f6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507909,"stop":1714454507911,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"b20b71879f77492f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507909,"stop":1714454507909,"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":"5c3209cfa50c2406","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507911,"stop":1714454507912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"552a27866dd01fc4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507911,"stop":1714454507911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"5f0c94faab0b1963","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683695733923","uid":"4ac3fb410d92a997","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714457733923","uid":"4caea0356689c41b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507913,"stop":1714454507913,"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":"812f81fa9e3ebbf8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507913,"stop":1714454507915,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714450533923","uid":"15177e420031cf20","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507913,"stop":1714454507913,"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":"4dd0362e2086d317","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714454507915,"stop":1714454507916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"can dial TLS multiaddrs","uid":"b0866868a2728cdc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454253971,"stop":1714454253971,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"949ad993f0999974","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454253972,"stop":1714454253972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"62a10a3722152fa4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454254053,"stop":1714454254055,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"e11b09c32e4245e3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454282970,"stop":1714454282971,"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":"bde8d5ea77d01645","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454282970,"stop":1714454282970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"44c72fa50b273120","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454282971,"stop":1714454282972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"b71d567b89d3c557","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454282971,"stop":1714454282971,"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":"d7b3f569bfd8c4f6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454282972,"stop":1714454282972,"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":"a2a3a2bca3a0f955","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454282973,"stop":1714454282973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"connected peers and dial","uid":"4b77e3a7dfb812c1","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714454366018,"stop":1714454366018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"d7be35af6bff9dd4","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714454366018,"stop":1714454366019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"9aa84bf9c7572f61","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"db1849652f5bc06d","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"2ffcb024f6ed47cc","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714454401484,"stop":1714454401485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"9af69e385e26a129","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714454401484,"stop":1714454401484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"8277228402516e10","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714454401485,"stop":1714454401486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"f311722b056e6909","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714454401485,"stop":1714454401485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"222f09296d0a0685","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"18bd6c1195d8f1fd","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714454443270,"stop":1714454443270,"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":"8c6aea5b08dcc52","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714454443271,"stop":1714454443271,"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":"b19a1613c82f16f9","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714454443271,"stop":1714454443272,"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":"4dbf053e2c4c05f","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714454443271,"stop":1714454443271,"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":"1c6c4e9ccace8115","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714454443272,"stop":1714454443273,"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":"425327f5c3ddfcf8","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714454443273,"stop":1714454443273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ef8d9d8d0b79273c940aa0977046302c"},{"name":"relay","children":[{"name":"Decrypt messages","uid":"7546a68a60612fab","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454368452,"stop":1714454368452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"63ca4d840510b808","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454368452,"stop":1714454368453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"194f6290ae9e2aa9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454394847,"stop":1714454394847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"a424ce4330773987","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454394847,"stop":1714454394848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"3dc094901eed865d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"a577700760d1e408","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454394849,"stop":1714454394849,"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":"ddadf397e724f9a4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407731,"stop":1714454407732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"665b4275db649b6a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407732,"stop":1714454407733,"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":"cc677e6c19076f0b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407732,"stop":1714454407732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"22131f39d6081398","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407733,"stop":1714454407734,"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":"495dfab5cc54205d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407733,"stop":1714454407733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"62af1eaa8c0cf397","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407734,"stop":1714454407734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"706c8093a8b07e62","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407734,"stop":1714454407735,"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":"e0d72b6b4a86b312","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407735,"stop":1714454407735,"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":"8635295706a2da1b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407735,"stop":1714454407736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9af974e884daf598","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407736,"stop":1714454407736,"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":"3ac3839c93a0da51","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407736,"stop":1714454407736,"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":"63166007e027e072","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454407737,"stop":1714454407737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"64b8bccdb90d6a15","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429786,"stop":1714454429787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"ae2e6cab1f6e11c3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429787,"stop":1714454429787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"d6e6a3f076ba6a3c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429787,"stop":1714454429788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"adb47ba19245ef6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429788,"stop":1714454429789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"e46647fae114face","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429788,"stop":1714454429788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"7e8a5db98dc2cbab","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"3170cd6575f63649","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"f3e8c9f0b15dd120","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"794d8ae8dde3d4e7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"2f20ec857c7f94a4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429791,"stop":1714454429791,"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":"544721888cbb5c68","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429791,"stop":1714454429791,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"dd5ca5408b30e879","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429792,"stop":1714454429793,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"73fc7ac1628ba423","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429792,"stop":1714454429792,"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":"8cc4f82d88683c68","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429793,"stop":1714454429794,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"458717fdec14a00d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429793,"stop":1714454429793,"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":"4c87aaa6abea2431","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429794,"stop":1714454429795,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"8ca53bb690110d14","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429794,"stop":1714454429794,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed May 10 2023 05:20:01 GMT+0000 (Coordinated Universal Time)","uid":"91260ee08236c91f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429796,"stop":1714454429796,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 04:20:01 GMT+0000 (Coordinated Universal Time)","uid":"5d9aa07dd9d0069a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429796,"stop":1714454429797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 06:20:01 GMT+0000 (Coordinated Universal Time)","uid":"4febf61c6dff6767","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429797,"stop":1714454429797,"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":"1bbb477805e7b323","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429798,"stop":1714454429798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"553b78278a8ed105","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429798,"stop":1714454429798,"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":"dc77af7a324f720a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429799,"stop":1714454429799,"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":"74c1525140a0cc70","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429799,"stop":1714454429799,"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":"69215ffe8c76cc83","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429800,"stop":1714454429800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"4cfb07bfa45cf2bd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"d4d899213be6ad3d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429801,"stop":1714454429802,"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":"27ae06f16454653c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"c6ea6ff5a4b463fb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454429802,"stop":1714454429802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"6f4ac4a5dbb07841","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431990,"stop":1714454431990,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a84df6108fc7175c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431990,"stop":1714454431991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"18e11e911cf90622","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"b1f97fbb6fa26907","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431991,"stop":1714454431991,"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":"5a034fe0e785b523","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431992,"stop":1714454431993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"655884fd8b8ad3fd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"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":"a4f0f7c95844166e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"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":"c0b02c4a46b9c4b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6e05bedbf6bcd01b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1714454431993,"stop":1714454431993,"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":"9eb826e00b1d0eed","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431993,"stop":1714454431994,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5517e26426f217ec","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1714454431993,"stop":1714454431993,"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":"ad3c7e506dc51f8b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431994,"stop":1714454431994,"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":"5dccd4db2193d7eb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431994,"stop":1714454431994,"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":"8027cf929ebba3b7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431995,"stop":1714454431995,"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":"953b84f7113846e1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431995,"stop":1714454431995,"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":"857460668633a4b5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431996,"stop":1714454431997,"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":"cc8b49760542847c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431996,"stop":1714454431996,"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":"4ab6da241dea098d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431996,"stop":1714454431996,"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":"2038f3e0d2f22510","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431997,"stop":1714454431997,"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":"75664724777d73a6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431997,"stop":1714454431997,"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":"d915625ee6ea5a47","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431998,"stop":1714454431999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b27e6837887935eb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431998,"stop":1714454431998,"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":"a69a0eb229744db6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431998,"stop":1714454431998,"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":"c6d2df2ab0d656ba","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454431999,"stop":1714454431999,"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":"b56a06462fa380ed","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454432000,"stop":1714454432000,"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":"9b59e339fb20b71","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714454432000,"stop":1714454432000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sdk","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"dd395b0f82b2c404","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"skipped","time":{"start":1714454429952,"stop":1714454429953,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a waku node and content topic, creates a filter subscription","uid":"ab7a13e404677766","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"skipped","time":{"start":1714454429953,"stop":1714454429953,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through stream","uid":"6b85ce25b512fb31","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"skipped","time":{"start":1714454429954,"stop":1714454429955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback","uid":"e911eca885dcdcf2","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"skipped","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback (Waku class)","uid":"2e7f4a1fc9e5353a","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"skipped","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b9b5a205d40de2999342bf1b441e704d"},{"name":"store","children":[{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"ff2bc33329b55265","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454479294,"stop":1714454479295,"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":"a1b22b2fcb4aa473","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454479294,"stop":1714454479294,"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":"e2986bd955e4b154","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454479295,"stop":1714454479296,"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":"2cc2420e7469c1ee","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454479295,"stop":1714454479295,"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":"be0ec04898c9b4cd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454479296,"stop":1714454479296,"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":"8c7b4a06ed58fac0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454479296,"stop":1714454479297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"87d9b1eba3314455","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"e312299caf8fe964","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"4210b61d3d5e6220","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454479297,"stop":1714454479298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"feeefb2f6cacb514","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530128,"stop":1714454530129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"fd977fcef1c27b76","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530129,"stop":1714454530130,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"6fca1ad0b0e751c6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530130,"stop":1714454530131,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"a2f2ab911097bc77","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530131,"stop":1714454530132,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"7b887c14a7518f0b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530132,"stop":1714454530133,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"f8d5ffc61033009c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530133,"stop":1714454530134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"e1f3c0ad6c0c4972","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530134,"stop":1714454530135,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"6bec232bcfaf5fb9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530135,"stop":1714454530136,"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":"3371c8a123abc729","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530135,"stop":1714454530135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"9300e0413272eff7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530136,"stop":1714454530136,"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":"9046eaffdbfc122b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"20945e5c0ad5df93","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"ed8b37c600129423","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530565,"stop":1714454530565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"ec6b52485edc7b97","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530566,"stop":1714454530566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"b5172eabcef5af28","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530566,"stop":1714454530567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"a7d1d034949e657a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"d362041d60108eee","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"471251607050a193","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454530568,"stop":1714454530568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"682e29e2021b61d0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454532108,"stop":1714454532109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"db2f09f632b54913","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454532109,"stop":1714454532111,"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":"273c614a2e9fbf79","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454532111,"stop":1714454532118,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"11485742e92a5325","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454532119,"stop":1714454532120,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9585b5a234034e49","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454532120,"stop":1714454532121,"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":"641defe93b04859a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454532126,"stop":1714454532128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"e1fa59cd66f361ed","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454532130,"stop":1714454532131,"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":"59e9c665196f60e8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454532131,"stop":1714454532132,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"d751093e0a8ca0b4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454532131,"stop":1714454532131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"3175466a28a0d37c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454543142,"stop":1714454543143,"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":"c42d6cc84b13578a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454543143,"stop":1714454543144,"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":"7c29e5d3e267f362","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454543144,"stop":1714454543145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"f91574c33efc4a7b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454543145,"stop":1714454543146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"f1d75d60f771cd52","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454543146,"stop":1714454543146,"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":"bf4e63e04842be2b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454543147,"stop":1714454543147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f9092ecf976cce75","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454543147,"stop":1714454543148,"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":"ae1a2ed372f5e873","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454543148,"stop":1714454543149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"2fa994bdc9086411","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454543150,"stop":1714454543156,"duration":6},"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":"5550cb418fd645f8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454546217,"stop":1714454546217,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"c9dd827e4d4c6d7e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454546217,"stop":1714454546218,"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":"baed2d319d6c77e9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454546218,"stop":1714454546218,"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":"54b44fca46498582","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454546218,"stop":1714454546219,"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":"9a9e0d2133a25055","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454561529,"stop":1714454561530,"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":"a423b9ceba6af956","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454561530,"stop":1714454561531,"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":"db7e2b5fe80db9ee","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454561530,"stop":1714454561530,"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":"4a366561f388923e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454561531,"stop":1714454561531,"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":"f463ee7f2075060","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454561532,"stop":1714454561532,"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":"5091c4afaea8e08","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454561533,"stop":1714454561534,"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":"484e513fd35776d3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454561533,"stop":1714454561533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"738e6ac959f49e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454561534,"stop":1714454561534,"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":"7afabe10515d0260","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454563517,"stop":1714454563518,"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":"3c3f702aa2bdd046","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454563518,"stop":1714454563518,"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":"d9f915c3242b668e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454563518,"stop":1714454563518,"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":"cf38d7efcc81a42a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454563519,"stop":1714454563519,"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":"8ee5e40c40732883","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454563519,"stop":1714454563519,"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":"7ec7c9a15854a258","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454563519,"stop":1714454563520,"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":"2121bc3d4dac1fda","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454563520,"stop":1714454563520,"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":"dc09e913abdfe17f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454563520,"stop":1714454563520,"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":"41274160cba54976","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714454563521,"stop":1714454563521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"sharding","children":[{"name":"Non TWN Cluster","uid":"adcb3345f40b4d0","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483200,"stop":1714454483201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"91bdebb70e439511","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483200,"stop":1714454483200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app88/2/topic696/xml","uid":"526c9ec7da110c2a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483201,"stop":1714454483202,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app98/8/topic585/test.js","uid":"d90f2f66f9ff72b1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483201,"stop":1714454483201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic752/utf8","uid":"32cf2fcb2366ae9a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483202,"stop":1714454483203,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/5/topic900/xml","uid":"21c946949252089a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483202,"stop":1714454483202,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app64/3/topic307/xml","uid":"eca22cc21afdf4ba","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483203,"stop":1714454483204,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app12/2/topic99/utf8","uid":"7e71ba6bbae91ad2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483204,"stop":1714454483204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app40/9/topic615/json","uid":"b4c29191cef4bb03","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483204,"stop":1714454483205,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app69/2/topic755/xml","uid":"14f7e6d6ad69cc93","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app85/5/topic455/xml","uid":"1778d82f3530d5a5","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app57/4/topic816/test.js","uid":"15fe9fd73584153f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"6dfb5d9fa6dc3879","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483206,"stop":1714454483206,"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":"58d7e30b4979337c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483207,"stop":1714454483208,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"f7f34db7d4dbcba6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483207,"stop":1714454483207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"d2fee9df710e76fc","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483208,"stop":1714454483209,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with ApplicationInfo","uid":"19a3714f0480676d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454483208,"stop":1714454483208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"93961b8980769455","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485748,"stop":1714454485748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"5112b462c3ee8c8b","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485749,"stop":1714454485749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 887, Shard ID: 831","uid":"ea6cdb28412fded","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485750,"stop":1714454485751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 196, Shard ID: 680","uid":"8270070da7be5245","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485750,"stop":1714454485750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 740, Shard ID: 883","uid":"189065852df67ab","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485751,"stop":1714454485751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 231, Shard ID: 992","uid":"7b9e5ca804c5724","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485751,"stop":1714454485752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 560, Shard ID: 511","uid":"1c854944502ebe26","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485752,"stop":1714454485753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 457, Shard ID: 586","uid":"740f018d93b66c09","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485753,"stop":1714454485754,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 634, Shard ID: 405","uid":"62214ec321b1d6cc","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485753,"stop":1714454485753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 548, Shard ID: 998","uid":"62f3d7d26e488cff","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485754,"stop":1714454485762,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 512, Shard ID: 977","uid":"a486d61d1489c387","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485762,"stop":1714454485764,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 604, Shard ID: 846","uid":"26385a235ac648e5","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485765,"stop":1714454485765,"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":"142da8326336c4a8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485766,"stop":1714454485766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard","uid":"9ad334ba27e764f7","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485767,"stop":1714454485768,"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":"f94eabf3ee2e344a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714454485767,"stop":1714454485767,"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":"e1d7a120e82c5b90","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714455040951,"stop":1714455040952,"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":"b27e1b051b4aea07","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"broken","time":{"start":1714455040952,"stop":1714455040953,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"92b84ba02c3676a3","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714455040953,"stop":1714455040953,"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":"cc865e4c4c2d3d5f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714455040954,"stop":1714455040954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"329e87e7e4a1f1038560cdf392fa367d"},{"name":"creates an iterator","uid":"736b53aa5bad9e09","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454554064,"stop":1714454554065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"8778fef67418c927","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"2d4499723c47916f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454554065,"stop":1714454554065,"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":"24097be2e48270b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454568758,"stop":1714454568759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"a5116bf3ad2295c1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454568758,"stop":1714454568758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"7fbbe738036c2fe8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454568759,"stop":1714454568760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"f554367a4b78af4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454568760,"stop":1714454568761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"9f5931fbe953585a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454568760,"stop":1714454568760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"52067d21d3b9b02e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454568761,"stop":1714454568761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"c81bbce22cf1e82a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454576887,"stop":1714454576888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"448420bd4f22f484","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454576888,"stop":1714454576889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"c8fd325505dd090a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454576888,"stop":1714454576888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"3190927bc793791d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"93e0214dd64c40cf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"fb5353c5b8ccf62f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454576890,"stop":1714454576891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"5f8b8b623a1f8c54","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"423211a438c5838f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"3cf49bb602f87ad8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714454576891,"stop":1714454576891,"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":"10d288e7c59d7064","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500524938,"stop":1714500524940,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"9a52730d134cc2d2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500524940,"stop":1714500524941,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"d1b18bd1d293126f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525319,"stop":1714500525319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"1926af0546a62203","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525319,"stop":1714500525320,"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":"87ad57e86c68baf2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525320,"stop":1714500525321,"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":"9476f380a86c57fa","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525320,"stop":1714500525320,"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":"a867d1ad9633030c","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525321,"stop":1714500525321,"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":"7d19400836b17eef","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525322,"stop":1714500525322,"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":"b6770be6f45df4a1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525322,"stop":1714500525323,"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":"2c2c0c0baf6115b0","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525323,"stop":1714500525323,"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":"60d702220dfa1695","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525323,"stop":1714500525325,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"3dc1842cc5f126a","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525326,"stop":1714500525327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"77b47bbc73fe30ae","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"ecdab7aaec3e2502","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"e76b8f588e099d71","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"aee09556798882cc","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"367c5926dde5e795","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525329,"stop":1714500525330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"aa77eacded28aae2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"624075f60b0db9f4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"b6461989fe790946","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"848188bfba41e624","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"96e55199e0140fd4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525331,"stop":1714500525332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"3c890611cf4dd1da","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"cda918490853df15","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"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":"209d3a7bf06afc1e","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525332,"stop":1714500525332,"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":"7551580a7f512cd1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525332,"stop":1714500525333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"9cdec572f5f7e56e","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525333,"stop":1714500525334,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"b4765182a2281a9","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525333,"stop":1714500525333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"77683c7e761ed22f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"884e411caabff7c5","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"f71e1402cb19e9ef","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525335,"stop":1714500525335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"e0fdd2e852dc00f6","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525335,"stop":1714500525336,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"1190abc013506cc2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525336,"stop":1714500525338,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"3f50ab4fed69ed24","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525338,"stop":1714500525338,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle application and version for autosharding","uid":"f99b7ccb56c66078","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525339,"stop":1714500525340,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"a940c7d241ba9981","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"313ae8ba8a855aa2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"631fcfe71131aa94","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525340,"stop":1714500525340,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"54002427390e2373","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525340,"stop":1714500525341,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"747b48d5bab153c3","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"c174621bb8b75f63","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"a47c7cab2db69ccb","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525341,"stop":1714500525342,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"de9bd2c4f93199c1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525342,"stop":1714500525342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"c45329e41b4cab14","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525342,"stop":1714500525343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"5e27031e21aec5f7","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"f7dd78e90cad84fd","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"fcc2648606c65fe0","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"44ab81e6055e3514","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525344,"stop":1714500525345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"b170c0c92e35239b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"b025d9c195b284d4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"cafe3e38896b330b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"3d0348f5a357ae92","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"24d48a533b5fbaff","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"70a253442772ee4b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"1e0b675900c72d57","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"fa3299b3794b8151","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525346,"stop":1714500525347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"43d94f3a16a3baad","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"f86b7e224943a720","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525347,"stop":1714500525348,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"aa247201a3fb723","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"57331a9f05143fc2","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525348,"stop":1714500525349,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"47d633b57c065e69","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"d7890eeace11e1c4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"e0b618b9f8bcd0a1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525349,"stop":1714500525349,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"818043849ef53ca4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525349,"stop":1714500525350,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"26c55e92eeb84d1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"faeddac9cbbeb5bc","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"7afdff6f7ddb1766","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"72d00f8b5a196564","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"730a7bc8785c1412","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525351,"stop":1714500525352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"e254a4edbcc03ce0","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"473d9d2f5437cb63","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"2726bd564b23c74d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"53e4295489ad8df3","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525353,"stop":1714500525354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"7e5f99268964ffe3","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"bbef66225a9bc34d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on application and version for autosharding","uid":"5e1a4158b48e298","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","uid":"9b78fe9533b350fa","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","uid":"3fdd18bddef224f1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525355,"stop":1714500525356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","uid":"37f2d6b246cdb46f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"bb3f15327a9a6788","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"1ab0a626c39973ca","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"3a37652771e26284","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525356,"stop":1714500525357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"9ffbb044e6fc0174","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525357,"stop":1714500525357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"327768c61075ae3b","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525357,"stop":1714500525358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"36141beda05d04b4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"99726df6b2664506","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"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":"15b14b8a0122da01","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525360,"stop":1714500525361,"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":"bd8274d9d51ad8a5","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"57b952191d756cad","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"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":"68d1ff0556bff499","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1714500525361,"stop":1714500525361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"6d0b41e959365260","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500527926,"stop":1714500527928,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"821b5c9214e4e41f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500527928,"stop":1714500527928,"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":"76ab6470d80fe609","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"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":"6f89c2848c84b1fc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"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":"c7e124888241dc95","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533156,"stop":1714500533160,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"aff5f9954bebccd4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533160,"stop":1714500533163,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"8cde78ef59e9d9c3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533163,"stop":1714500533173,"duration":10},"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":"21f890104fb610af","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533173,"stop":1714500533174,"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":"bcce94c700a8b634","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533174,"stop":1714500533174,"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":"2d8fc9a23ab169f5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533175,"stop":1714500533175,"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":"d07771fffdd3c472","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533175,"stop":1714500533176,"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":"dd685c772c4a1c9b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533176,"stop":1714500533176,"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":"dd2d61e4a3b56f3f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533177,"stop":1714500533178,"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":"1a2845d6f6784910","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533178,"stop":1714500533179,"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":"e8c967c3e5738a4f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533178,"stop":1714500533178,"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":"ececfe648c606130","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533179,"stop":1714500533180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"84ba1f170277afeb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533180,"stop":1714500533180,"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":"1ce5d9125f8a7b7c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533180,"stop":1714500533181,"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":"fa795c4056cbb54d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533181,"stop":1714500533184,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"c2d4d639076cd837","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533184,"stop":1714500533185,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"4e37b661dd6d17f4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533302,"stop":1714500533303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"fa8e63560c064385","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533443,"stop":1714500533444,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"52bf11b26f487d0c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500533444,"stop":1714500533444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"af3778f3cc16ccb9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534096,"stop":1714500534097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"75f35d18aeebdec8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534096,"stop":1714500534096,"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":"7d612e62df7d614","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534097,"stop":1714500534098,"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":"b1f15aa49868ce32","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534097,"stop":1714500534097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d6cbab90bdfecc87","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534098,"stop":1714500534098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"61ad576d352c305f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534098,"stop":1714500534103,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"d93d412fb5ef49c0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534103,"stop":1714500534104,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"442f1f250c8af596","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534103,"stop":1714500534103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7713c2be95c66277","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"70689ae8c5c23d5b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"60be6abec002b928","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"259cf90ebfbba03c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"825837c981489468","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534105,"stop":1714500534106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"36f2ca1ed3423162","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"2c322b9ce59930c1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"729bd1e3e4eafc19","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"ea7760ca5d6361f8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"ab0bb41673bea5f5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534107,"stop":1714500534108,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"8cb009f87a115177","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5a905c8a99db63e7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"dc334726cd0f645d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534108,"stop":1714500534109,"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":"d1384ec0e0e10775","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534109,"stop":1714500534110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"439e59b98e59c643","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534109,"stop":1714500534109,"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":"ef78682f707755fe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"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":"7d7eededbe4db1ec","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534110,"stop":1714500534111,"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":"ef0d1ed0d7ce11ae","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"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":"8341124ddac85378","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"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":"12b5fcc99b8406fe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"3ca041a03dca16d0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500534112,"stop":1714500534112,"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":"d7b35e926981de6","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1714500538523,"stop":1714500538525,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"36e2e120e3a08493","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1714500538710,"stop":1714500538710,"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":"b141e3413d601941","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1714500538711,"stop":1714500538711,"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":"48f05466ff324e7e","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1714500538711,"stop":1714500538712,"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":"12d2bc2522562e38","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1714500538712,"stop":1714500538712,"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":"63810cfef2d86e46","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714500539178,"stop":1714500539179,"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":"86b8b618b8540cda","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714500539179,"stop":1714500539180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"693589b9de4a6b2","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714500539179,"stop":1714500539179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"19074cfdf74cf71d","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714500539180,"stop":1714500539181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"337f3a1ccf5dd981","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714500539181,"stop":1714500539182,"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":"6f1fdf4eeda47b79","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714500539181,"stop":1714500539181,"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":"79668d6170f259dd","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714500539182,"stop":1714500539182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"79a9db78e0ec8b38","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1714500539182,"stop":1714500539183,"duration":1},"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":"5548ceb150256fc6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500542733,"stop":1714500542734,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"59fb5144dd93d57c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500542734,"stop":1714500542735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dns","children":[{"name":"returns all values when wanted number matches available values","uid":"5feb7a6d0cd3f38f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500549514,"stop":1714500549516,"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":"c6f63a39ff97447f","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500549516,"stop":1714500549517,"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":"63e6e5c9673bb3dd","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500549518,"stop":1714500549518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"b49b3d956905ab9b","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500549549,"stop":1714500549549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"73c350320eaa78dd","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500549550,"stop":1714500549550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"deb56c81a363c485","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500549550,"stop":1714500549551,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"69b35fa08b282e57","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500549551,"stop":1714500549551,"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":"aa674181df9e3b06","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550274,"stop":1714500550275,"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":"e39e4277a9d4d785","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550274,"stop":1714500550274,"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":"ecfa184f260f670","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550275,"stop":1714500550275,"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":"c888d35ee294a32d","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550275,"stop":1714500550276,"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":"3eba77b1d8814580","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550276,"stop":1714500550277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"e1be1b5d231f10a4","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550276,"stop":1714500550276,"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":"7b9ea48a667b1579","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550277,"stop":1714500550277,"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":"fe3d519b3fee213a","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550277,"stop":1714500550278,"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":"45772e17b92d7d3e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550278,"stop":1714500550278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"9a64562e8ab69f37","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550513,"stop":1714500550514,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"65f85fa7cc8af535","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550515,"stop":1714500550515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"3b1a6b084a03c6c8","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"34dc5e7bde001bd2","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"5d180b0362c1d744","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550516,"stop":1714500550517,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"c0afa96481681c03","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550517,"stop":1714500550517,"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":"5fbbd46b08f35ba1","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550517,"stop":1714500550518,"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":"dbc578989486cf21","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"6661af48dc7f693","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550518,"stop":1714500550519,"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":"537c40364158fe14","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"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":"4589914c2ab9a95e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"passed","time":{"start":1714500550519,"stop":1714500550519,"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":"7a1fd2f98d1c3286","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"e25192eac445a59e","parentUid":"7cda917d83631e3e2ca55c4eb629ddcf","status":"skipped","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cda917d83631e3e2ca55c4eb629ddcf"},{"name":"local-peer-cache","children":[{"name":"can start the service","uid":"5e29679fa51d859c","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554002,"stop":1714500554003,"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":"5a42fbbcea0d8a28","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"223aeda55e365ada","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"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":"756aaa7921b3ce41","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554004,"stop":1714500554005,"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":"4afb6369b035d8f2","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"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":"1712d31a1489d731","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"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":"194fd142c7be439b","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554005,"stop":1714500554005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"33273405b1f04d1a","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"7c71966a393a28cf","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554006,"stop":1714500554007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"cc2ee3278f305db7","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"c38b7c16d16f2b6","parentUid":"2814352213eb0999437c5604117704a7","status":"passed","time":{"start":1714500554007,"stop":1714500554007,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2814352213eb0999437c5604117704a7"},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"e1787028a19ac059","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500559904,"stop":1714500559906,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"94f4e63002e9a977","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500559906,"stop":1714500559906,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"a43c9c577a2c039f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500559906,"stop":1714500559907,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"1c1684f0b90f1ca4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500559908,"stop":1714500559908,"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":"2734f9ec27531cd9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500559908,"stop":1714500559909,"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":"fabba7f09981c300","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500559909,"stop":1714500559910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"dcdff0ba2776a7da","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500559909,"stop":1714500559909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"b277c93cbf909069","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500560557,"stop":1714500560557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"f7683cce30e61af5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500560558,"stop":1714500560558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"ddd286f8b97ed619","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500560558,"stop":1714500560559,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ffe7294be9f65dda","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500560559,"stop":1714500560559,"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":"a7a5cfd6e13b169","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500561872,"stop":1714500561873,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"2dc1228ccbd95bd3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"ea5fad97f129c789","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"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":"3d7b3c7f344b0472","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"fbe87ff54eae932c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"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":"4f02dcfb6be163ab","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f30e8d0f347dc5c3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e47b3daaf2a2b71abda931a67308332"},{"name":"tests","children":[{"name":"connection-mananger","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"c8ed7d6f994b5ae6","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500578576,"stop":1714500578594,"duration":18},"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":"ac921774521a22d6","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500578594,"stop":1714500578595,"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":"4e9f218541f709fe","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500578599,"stop":1714500578607,"duration":8},"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":"d5aa0ea46b861242","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500578607,"stop":1714500578608,"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":"2c0124cb4c0a889b","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500578618,"stop":1714500578628,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"9736c389598aeefc","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500578628,"stop":1714500578629,"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":"1434f90108949d62","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500587023,"stop":1714500587023,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"13fbbf98720fa525","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500587024,"stop":1714500587024,"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":"dbf8dda52c6aac1d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500587024,"stop":1714500587025,"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":"dfb86f5bc8ec7ab2","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500587026,"stop":1714500587027,"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":"d351093a3a02e8f1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500587026,"stop":1714500587026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"1cd33270cef98ff1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500619502,"stop":1714500619503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"a36041b3feb02d1f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500619503,"stop":1714500619503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"ad3ab5229ae517ac","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"2f2a48048c12fee7","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"e84f9196c640fbff","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"5e1eb131f3fa37f9","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6672257419336cf3","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"f64a75893d0bb910","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"88757c248d577011","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500619507,"stop":1714500619510,"duration":3},"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":"bd498e3d5e152f7a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500623696,"stop":1714500623697,"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":"5423765b5ba981b0","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500623696,"stop":1714500623696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"f76876e272b92c33","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500623697,"stop":1714500623697,"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":"c513b1449703fe39","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500623697,"stop":1714500623698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"4f7df7c543daed5b","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"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":"3b296a995253412c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"5d7a709c435f69ae","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1714500623699,"stop":1714500623699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6c306d7226181a82f8643139ae545f25"},{"name":"Relay","uid":"896391c35ab4d16a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500587631,"stop":1714500587632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"60953762d6747082","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500587632,"stop":1714500587632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"fbed9a7e0273fe29","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500587633,"stop":1714500587633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"1f9e48a288589a26","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500589618,"stop":1714500589618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"35b525dfb51d33b6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500589619,"stop":1714500589622,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"38b917a112f3bdcc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500589622,"stop":1714500589623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"ca9f51ff4513bce1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500589623,"stop":1714500589623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"aad3e412897a14c9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500590504,"stop":1714500590504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fd2a69bec5874979","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500590506,"stop":1714500590507,"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":"a7a7930aea84c840","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500590508,"stop":1714500590509,"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":"318e082b140390cc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500590509,"stop":1714500590510,"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":"1e376797fae6288b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500590511,"stop":1714500590512,"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":"d0b5f428474590f2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500590512,"stop":1714500590513,"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":"36d772e45ff41980","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500590513,"stop":1714500590514,"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":"bfd3b8975bc1884e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1714500590516,"stop":1714500590516,"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":"ef4765b9aa30380","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1714500590517,"stop":1714500590517,"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":"c8ab29a10deac6ea","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1714500590518,"stop":1714500590518,"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":"3e68087f64dee3d6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500607828,"stop":1714500607828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"97fc6d65f74d086f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500607828,"stop":1714500607829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1f625e60e2dbc4d6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500607829,"stop":1714500607829,"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":"8d9b6f035e24db36","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500607830,"stop":1714500607830,"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":"72006557d6fb9d0a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654285,"stop":1714500654286,"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":"79bea2218d641a78","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654286,"stop":1714500654289,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"9b50883f3244cd1f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654289,"stop":1714500654290,"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":"63904cb6bf96f70d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654290,"stop":1714500654291,"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":"59384701d6f3ae71","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654292,"stop":1714500654295,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"2d98fc97aa4e256b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654296,"stop":1714500654298,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"e71540b3239f18cb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654298,"stop":1714500654299,"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":"1b947469e8d13b60","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654299,"stop":1714500654299,"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":"b43f6764e650649e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"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":"55d0024fe68deccb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"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":"db39ecfb37e2155e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654301,"stop":1714500654302,"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":"47dfcdfc93d03c77","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500654301,"stop":1714500654301,"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":"a625391778fdc45","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500664398,"stop":1714500664399,"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":"47edefe8483fa6e2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500664399,"stop":1714500664399,"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":"ad336461e3cc11ef","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500664399,"stop":1714500664400,"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":"eb14235c12a6db05","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500664400,"stop":1714500664408,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"a70a826c6efb5e64","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500664400,"stop":1714500664400,"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":"97d4a5d462e05a84","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500664408,"stop":1714500664410,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"13130751e5677e26","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735357,"stop":1714500735358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"762858d80b377660","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735358,"stop":1714500735358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"774f311be489f502","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735358,"stop":1714500735359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"63fd09d5381959f3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735359,"stop":1714500735360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f8c29929c51534eb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735360,"stop":1714500735360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c41063f891573ebf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735360,"stop":1714500735361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"16c5b02d9ad578ea","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735361,"stop":1714500735362,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a449e83ae1405f23","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735361,"stop":1714500735361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"8f782096baab8a3a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735362,"stop":1714500735363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"77456e2ab7aabb3f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735362,"stop":1714500735362,"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":"1919146154a74ba0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735363,"stop":1714500735363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"f8ca8c03179b40c4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735363,"stop":1714500735364,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d32b0d8e8ae688be","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735364,"stop":1714500735365,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"45b7d02e8c00fecd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735364,"stop":1714500735364,"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":"f75f482dbc265523","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735365,"stop":1714500735365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"24088e9224eb9d80","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735365,"stop":1714500735366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500578193 ","uid":"64404164caed56bc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735366,"stop":1714500735367,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500578193000000 ","uid":"e4b1f3388e3f984b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735366,"stop":1714500735366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"93947988180f732a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735367,"stop":1714500735368,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a700a60771561715","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735369,"stop":1714500735369,"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":"6a6a442b2714a2a3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735369,"stop":1714500735370,"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":"4c9c85d861a8e104","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"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":"2f375ccdfeb9ce75","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"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":"2893ad98c61dfd35","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735371,"stop":1714500735372,"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":"935e2a5d0bf639da","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735371,"stop":1714500735371,"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":"314a43bc3b6dd6b2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500735372,"stop":1714500735372,"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":"b986f5e0346f596f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1714500735372,"stop":1714500735373,"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":"9dbec0d46653f765","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1714500735373,"stop":1714500735373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"55560532763c7b0e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823170,"stop":1714500823171,"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":"16665f93800d1fab","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823171,"stop":1714500823171,"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":"34811b272383dba4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823171,"stop":1714500823172,"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":"63f7fd5584bb99a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823172,"stop":1714500823173,"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":"6b9b8e251fbbf9fc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823172,"stop":1714500823172,"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":"35f50d216a3cf5ea","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823173,"stop":1714500823174,"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":"f7b6a2afe24667c5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823174,"stop":1714500823174,"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":"ca778b44ffe7389c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823174,"stop":1714500823175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"1d45c1bdb2057c0d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823175,"stop":1714500823176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d46ca107c3c109d1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823176,"stop":1714500823178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5d8acf8ff2efbb7b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823179,"stop":1714500823181,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"34fe5a14befc31ce","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"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":"389c6016febc014c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"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":"1216af38129c42b2","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"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":"681b8c394c846349","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"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":"b816fce3d3babef8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"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":"95f067ae99b4601b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"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":"70a2ba058821325e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"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":"f23a5ecd293aa33e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"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":"105e772634b834c3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823186,"stop":1714500823186,"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":"3a2671960a57437c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823186,"stop":1714500823187,"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":"bebb65da22685231","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823187,"stop":1714500823187,"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":"9144b34b0b1e4b81","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823187,"stop":1714500823188,"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":"a47dba6337b767ee","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823188,"stop":1714500823188,"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":"96f57b4b7bcce7d5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823188,"stop":1714500823189,"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":"2b9db14ff3b73ff0","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823189,"stop":1714500823189,"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":"2fc0c83f2a3aec26","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823189,"stop":1714500823190,"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":"4b5a6c604150e69c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823190,"stop":1714500823191,"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":"2d8639f9da8ea9bf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1714500823191,"stop":1714500823192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on peer without subscriptions","uid":"ed1cd3055fd165cd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500660494,"stop":1714500660495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"aace5de436e4fa6e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500660494,"stop":1714500660494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"5151e2d831f953e9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500660495,"stop":1714500660500,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"ba237d93e36acaa1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500660501,"stop":1714500660502,"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":"fb4e4faca753b2fa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500660501,"stop":1714500660501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"22161d598f693966","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500660502,"stop":1714500660503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"a54260f8ae77612c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500660502,"stop":1714500660502,"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":"87c5949a29cd6b4f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500660503,"stop":1714500660503,"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":"6322bbf1139eb8c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786925,"stop":1714500786926,"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":"c9c32c65275dc390","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786926,"stop":1714500786926,"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":"708a514fa8d75f83","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"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":"81ba353866870eff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786927,"stop":1714500786928,"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":"1bb39769b46d5146","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"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":"3af9544ae64e4663","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786928,"stop":1714500786928,"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":"b2108daa071755b2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"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":"613117e58195f93a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"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":"433a7c031e5952b9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786929,"stop":1714500786930,"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":"9a94b859526c4edf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786930,"stop":1714500786930,"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":"3ccf8b15518f1ebd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786930,"stop":1714500786931,"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":"e4bc206b2420125b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714500786931,"stop":1714500786931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"af0e4f88ae4390ab","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050426,"stop":1714501050427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b4a9ea201c0b5b87","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050427,"stop":1714501050428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6c93410a145e98af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050427,"stop":1714501050427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"6215b1e73715ddf4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"dced34804725f45f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"6dee795eefcd37b1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050429,"stop":1714501050430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"893237c03bb43316","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050429,"stop":1714501050429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"8d68a620babeef3f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050430,"stop":1714501050431,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"42d50b767e17f1c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050430,"stop":1714501050430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"cc4ad5d44234c3f9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050431,"stop":1714501050431,"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":"71340255e4b1d765","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050431,"stop":1714501050432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b30e1b110e3777f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050432,"stop":1714501050433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"3949523b9a038911","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050432,"stop":1714501050432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"a0f4ad7d304f7e27","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050433,"stop":1714501050434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"6839bf168cfbc981","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050434,"stop":1714501050435,"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":"c352a8c2f2b39731","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050434,"stop":1714501050434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468000000 ","uid":"1d3f2e3a54c1989d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050435,"stop":1714501050436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468 ","uid":"5e659d8875c84020","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050437,"stop":1714501050437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"31c868bfb96a0e69","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050437,"stop":1714501050438,"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":"26f7a6d269850d99","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050438,"stop":1714501050439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"8e1eb8bbb7649774","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050438,"stop":1714501050438,"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":"d83144d45085a529","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050439,"stop":1714501050439,"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":"66d58804071e3d7e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050439,"stop":1714501050440,"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":"b7703bebe186af16","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"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":"483097454da9057","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"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":"6d91c04f502f820e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1714501050441,"stop":1714501050441,"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":"efe4108b623e0d52","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1714501050441,"stop":1714501050441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"8c85820d950b3d99","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"e5efac5eb4e63d22","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"fceea40c5a948074","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"256489c4ced949a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"db239623ba29f62a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"d29654a82d64d8d1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"e076712b1218fa46","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"34339b00813a1423","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"b06570b915e0979","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050446,"stop":1714501050446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ae786acd448814c8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050446,"stop":1714501050448,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"588db595cabca742","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050448,"stop":1714501050449,"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":"a145c5770975d649","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050448,"stop":1714501050448,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"86fde9f2cd1d1b62","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050449,"stop":1714501050450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"dc3c4f852c806d7c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050452,"stop":1714501050452,"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":"b98f5dd01270817e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050453,"stop":1714501050453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"314c9793b428021b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050453,"stop":1714501050454,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468 ","uid":"96fbea5ce422fb6f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468000000 ","uid":"ddbad97a319a2406","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"982661a6ca38d2c9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"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":"8370db4909db2935","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050455,"stop":1714501050456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"dff8f9e42e324b80","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"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":"3843db59d9d30cf5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050457,"stop":1714501050457,"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":"a93fd04356c30f1e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050457,"stop":1714501050458,"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":"543f4dbf0e266bda","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050458,"stop":1714501050459,"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":"c2137f1b2b8b8d8a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501050458,"stop":1714501050458,"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":"5e7851a530dcd3c5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1714501050459,"stop":1714501050459,"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":"d03c1a1db80cd2b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1714501050460,"stop":1714501050460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b75071f41d5dd4ee","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220680,"stop":1714501220680,"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":"3347e41433c617a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220680,"stop":1714501220681,"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":"e1250a64cf1ab62e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"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":"a0299f41ee61ba2e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"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":"5e4d7215dc896255","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"77cb948708506095","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"f88c950a8faa4bbd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"e242288df4ca6949","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220682,"stop":1714501220683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"405d44695a284cee","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"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":"f6f0b5bc737dd17d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d2ae5a89763a5c2d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220683,"stop":1714501220684,"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":"848515c6e92a73df","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"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":"8d6ecc903e295416","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"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":"e3f82c7b1a7d730e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220684,"stop":1714501220685,"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":"4af5ac0c10abe34a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"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":"8ffd5b4772828637","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"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":"a926e61741688f6a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220685,"stop":1714501220686,"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":"708fbdd20c11dd32","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"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":"b70b2a49ccd6a2c9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"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":"f4cfc9688d1a035a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"d85a1061da9a7caa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"f2e09089261d58e9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"228d70f8231d1f97","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"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":"e16eba8c4b7dbff1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"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":"7e92bf0800078b86","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"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":"17756bf75c430ec9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"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":"b97b34da57d528f0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"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":"75ddef2b1b9b00fa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"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":"debec60cb5cfda53","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220690,"stop":1714501220691,"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":"7ab59e844d91479f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7a47d21b2bbe7caa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"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":"616ef6435536ae9b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"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":"403940b8f048cdc2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220691,"stop":1714501220692,"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":"2af76a3c4dd51f30","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"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":"bda49b2c74d7808a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"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":"e73d5a97e9b58b2f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"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":"b136df7f5620e194","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220692,"stop":1714501220693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c893bb3465ca251","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"21add0e7c496b166","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"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":"1c70eaed91038199","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220694,"stop":1714501220695,"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":"22ed5e441e8ac433","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"b1507fcf30538a8c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"4a1011b286585d8f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"eef4704263fd5003","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220695,"stop":1714501220696,"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":"31a3b4ceb0c07786","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"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":"df819db558c31d9e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"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":"9d44ef55ec82fc0b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"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":"2b0c4218b922c5a6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"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":"8b712d798894fbbf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"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":"94450f370c03e739","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"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":"6ee373aecb79d054","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"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":"d44f0aadd5ca0afd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220697,"stop":1714501220698,"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":"7b739fc6a9a8c30d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"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":"159db4bf47a8a2c5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"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":"1616c3af1c5125ef","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220698,"stop":1714501220699,"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":"2d2ae8043949ae9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"same cluster, same shard: nodes connect","uid":"d86cb0c831ab7008","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744049,"stop":1714500744050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"a1e19272971531fb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744050,"stop":1714500744050,"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":"ab48b86d7e2e6614","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744051,"stop":1714500744052,"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":"52dc9700221d223a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"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":"ff7f31d9d6eb8dd3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"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":"6dea486096d42065","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744052,"stop":1714500744052,"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":"9d9223e7d0c1bda","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744053,"stop":1714500744053,"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":"9a9d688c74fd5bda","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744053,"stop":1714500744054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"509b2ec1da8456ee","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744089,"stop":1714500744098,"duration":9},"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":"e59bbeb309e7e493","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744098,"stop":1714500744100,"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":"c7ed9ec15eb20691","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744101,"stop":1714500744104,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"6ece1c97d179d0db","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744104,"stop":1714500744109,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"b944cfe3af10df98","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744109,"stop":1714500744111,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fac2200691f1f400","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744116,"stop":1714500744117,"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":"d58764ddef8aa07c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744119,"stop":1714500744122,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"5d2432fe5cc5985b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744122,"stop":1714500744125,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"a412bd114e09fe6a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744125,"stop":1714500744126,"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":"a0feb0e8ac9f1143","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744126,"stop":1714500744127,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2116ef517255973a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744128,"stop":1714500744129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"67876a8d34d688e9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744129,"stop":1714500744130,"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":"af70c32a332f4097","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744131,"stop":1714500744137,"duration":6},"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":"f664c6acb134df73","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744131,"stop":1714500744131,"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":"b61444e77200ef9c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744137,"stop":1714500744137,"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":"6d97e8e76fdc570e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"4d26daeacdc0bafc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"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":"7a2118189a7d991","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"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":"69aa6291b48aa077","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"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":"9ba0ac5768777901","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744139,"stop":1714500744140,"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":"f0fbc713ac9b3fb1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744140,"stop":1714500744141,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"954085ad35b5e514","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744140,"stop":1714500744140,"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":"e3adcab77d43932a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"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":"90c1555411cb95d6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"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":"d5f602647be3b95d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744142,"stop":1714500744142,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"28868758c38dfe0a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"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":"35129c1ecdfae2b4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"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":"375d6ac4feb9d06b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744146,"stop":1714500744178,"duration":32},"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":"5439881a6f2420a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744179,"stop":1714500744181,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"241d8125c16400f8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744181,"stop":1714500744181,"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":"b9a48209c0d7d600","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a966e29e7e2400fa","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"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":"45697dd5420b8176","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744183,"stop":1714500744184,"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":"9b018183b924972e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"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":"ee0e5385b5bd61b8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"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":"e79eb461af4e75a0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500744184,"stop":1714500744184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"c7a5a722bc04c315","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"6c78bdb24c145189","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"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":"f46af34bf814e1b0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500844871,"stop":1714500844871,"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":"e7400bbbcd1ade4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"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":"3c05e155370d8939","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"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":"24acb9eb84294fe0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500844873,"stop":1714500844874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b9dcf876541845c1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500844873,"stop":1714500844873,"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":"312c06e44afccc8a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500844874,"stop":1714500844875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"2c48bc4ca85c868d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500844876,"stop":1714500844877,"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":"c58b044a8916fad0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500844877,"stop":1714500844878,"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":"61dd47d4872f7de2","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500844878,"stop":1714500844879,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"82f404b56e201e56","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976524,"stop":1714500976525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"ef98ceae824b99a4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976525,"stop":1714500976526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"476e807d182ce1b6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976526,"stop":1714500976527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"483d138e14c2b884","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976527,"stop":1714500976527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"d8185e8778ef155f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976528,"stop":1714500976528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"5a474871b88c9eef","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976528,"stop":1714500976529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2dfced7721fa68f6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976529,"stop":1714500976530,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"fbc8a50ec1ecd5d5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976530,"stop":1714500976531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"63587c50ea9d5ba3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976531,"stop":1714500976531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"b509d10595a19a5a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976531,"stop":1714500976532,"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":"a59a007654dbad07","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976532,"stop":1714500976533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5796537761df1c0f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976534,"stop":1714500976535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"cdef8cc261513891","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976535,"stop":1714500976536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"935d18999994090d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976536,"stop":1714500976537,"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":"c2139d7f8ec4ea03","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976537,"stop":1714500976538,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"89649c4324bfeb44","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976538,"stop":1714500976540,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"f69d98ea1e8e8490","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976540,"stop":1714500976542,"duration":2},"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":"fc0d9076c9ba746e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976542,"stop":1714500976544,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"571c92cb71c84a8f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976544,"stop":1714500976545,"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":"7eeb6565b6ca46bf","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976545,"stop":1714500976546,"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":"43cc55e4e75e674b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976546,"stop":1714500976547,"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":"124c0439f1ae2ae0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976547,"stop":1714500976548,"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":"84011acacb2a78fe","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976548,"stop":1714500976549,"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":"e3d339dd0c34e969","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976549,"stop":1714500976551,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"be240068840f495","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976551,"stop":1714500976552,"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":"7631461a578dd523","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976552,"stop":1714500976554,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"7e6d830c3f917efa","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976554,"stop":1714500976555,"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":"989843af3a29d327","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976555,"stop":1714500976555,"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":"1885477d99ac2e06","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976556,"stop":1714500976556,"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":"8cbf6ac8cf21b6d0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976557,"stop":1714500976557,"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":"489be5d12b754a47","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"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":"55c6ba459092109a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"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":"e1aa6f3c30145c22","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"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":"39d45d4ebd2760a9","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"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":"bdf413bdf1b592e8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976560,"stop":1714500976561,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"a02e31852e530df","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976561,"stop":1714500976561,"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":"36016dc754d81afd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976562,"stop":1714500976563,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"22201a9737b3729","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976563,"stop":1714500976563,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683742344434","uid":"fdd496a21e61761a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976563,"stop":1714500976564,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714504344434","uid":"492281f6b53dd9d7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976564,"stop":1714500976565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714497144434","uid":"502a14212f444b45","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976564,"stop":1714500976564,"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":"3471bb9caa4dd8a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"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":"6c3fd073f3c5a13f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"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":"a815afab44610d72","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123754,"stop":1714501123754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"6f38c6079f9dfd2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123755,"stop":1714501123756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"e114f08461385ac0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123756,"stop":1714501123759,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"24e31b03e88928e8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123759,"stop":1714501123760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"b384a9c5a1247ad3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123759,"stop":1714501123759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"70ac01642838ea6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123760,"stop":1714501123777,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"98a9773d30f4c16c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123760,"stop":1714501123760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ec3acaeba821bd1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123777,"stop":1714501123778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"d0e05436e2a7d8ad","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"cb7944dd29157fb5","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e3f71660b5113b70","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"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":"8e052d6df1c0addb","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"dfe583506ab00534","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"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":"91e440635ee78ec2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123780,"stop":1714501123784,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"341344ca18593b56","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1ef13ec3e1e9017b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123784,"stop":1714501123785,"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":"66bb1a4c55981e55","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123787,"stop":1714501123788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"1df71eb58df95e3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123787,"stop":1714501123787,"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":"c44ceff9fd44c33e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123788,"stop":1714501123789,"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":"ab32a9c6953d8211","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123788,"stop":1714501123788,"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":"eb7089df6509e676","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123789,"stop":1714501123800,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"c5166d63c5284254","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123789,"stop":1714501123789,"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":"d42ef373b768fd43","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123800,"stop":1714501123804,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"700194d9b5602f7e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123804,"stop":1714501123804,"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":"8fac17deda9017d9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123807,"stop":1714501123808,"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":"b55b0f6e5bab4cfe","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123808,"stop":1714501123808,"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":"4c05283ed2aca794","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123809,"stop":1714501123810,"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":"7298d29c5877a0eb","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123809,"stop":1714501123809,"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":"da99ae35517a7a5f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123810,"stop":1714501123810,"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":"3599105412536b2d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"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":"39195add76e3d83","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"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":"ffd525e95595e862","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123811,"stop":1714501123812,"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":"f8313e000b18b0ee","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123812,"stop":1714501123812,"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":"2b30057967d2b242","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123813,"stop":1714501123813,"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":"67da93ba9ad19212","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123814,"stop":1714501123814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"163abab0a324e19a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123814,"stop":1714501123818,"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":"b502c798988c59fd","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123819,"stop":1714501123819,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"75924f2a405a97e4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123819,"stop":1714501123820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714497135785","uid":"5f055fef9b5359c2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123820,"stop":1714501123821,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683742335785","uid":"c04ad7f58959a639","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123820,"stop":1714501123820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714504335785","uid":"25126c6a4e3d40f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123821,"stop":1714501123821,"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":"eed15b9c34fb2f0a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123821,"stop":1714501123822,"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":"172e55fe3c4ebffa","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1714501123822,"stop":1714501123822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"can dial TLS multiaddrs","uid":"3eff4c653c9a3773","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500850421,"stop":1714500850422,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"415906f30b70ec3e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500850422,"stop":1714500850422,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"3b88845097973064","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500850493,"stop":1714500850493,"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":"1a0819fbf59d929c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500872901,"stop":1714500872902,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"bc5a1d974a647860","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500872902,"stop":1714500872902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"f2099b4c91f34491","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500872905,"stop":1714500872906,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"4705cfac855f662f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"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":"8c4eaa8298af3312","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"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":"6adc913b2337b1b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714500872907,"stop":1714500872908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peer-exchange","children":[{"name":"connected peers and dial","uid":"c15917dc17325230","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714500976723,"stop":1714500976724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"2b74a2431b7a6c41","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714500976724,"stop":1714500976725,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"dac3684d1b78a369","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714500976724,"stop":1714500976724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"685fe1ee6d87230a","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714500976725,"stop":1714500976725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"168afd03de05b537","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714500997299,"stop":1714500997300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"9000f64e9c1a5a4d","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714500997300,"stop":1714500997301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"47006934071c9c07","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"skipped","time":{"start":1714500997300,"stop":1714500997300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"b477ca2c7a38dbd1","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714500997301,"stop":1714500997302,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"8ee3c1f0c569649c","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714501049781,"stop":1714501049782,"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":"60311f0330f9f0ad","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714501049782,"stop":1714501049783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"6a6065ac1073dd5f","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714501049782,"stop":1714501049782,"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":"24cc6ec01b111f37","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714501049786,"stop":1714501049787,"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":"33371df5bbc517ea","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714501049787,"stop":1714501049788,"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":"3ccad7435a18266c","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714501049788,"stop":1714501049789,"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":"c29eb31fdbb488d0","parentUid":"ef8d9d8d0b79273c940aa0977046302c","status":"passed","time":{"start":1714501049788,"stop":1714501049788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ef8d9d8d0b79273c940aa0977046302c"},{"name":"relay","children":[{"name":"Decrypt messages","uid":"42199659ba02c66b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714500979199,"stop":1714500979200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"abe20210ae78d6f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714500979200,"stop":1714500979200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"328857f35cc61b49","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501008011,"stop":1714501008012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"1b545f08163448c6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"32077e07ffd4fb28","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"bf3f44edf094c6f4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501008013,"stop":1714501008013,"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":"e2fd4fca8cfd2cc1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"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":"1245925b57a32d3a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"851455ab15caaa64","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013446,"stop":1714501013447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"172d7e8c6ff9c9f5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"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":"bce8fa205d5e8719","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3574a332f56be2ab","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"d8d3322cd4e92ce2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"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":"5d18ddbae5fe6c84","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"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":"9f9b2f32efe066bd","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ea99d05b9c43c94f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"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":"dc7e35590d704711","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"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":"8a199ec85c544e0f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501013449,"stop":1714501013450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"daf01001c37247cb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036148,"stop":1714501036151,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"10ebcb2a9da79b69","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036151,"stop":1714501036152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"ac2dc0c21f8c4807","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036153,"stop":1714501036154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"ada59e9e79015d87","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036154,"stop":1714501036154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"fb3b81d0ea381b5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036154,"stop":1714501036155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"f6ec15182ea1115","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036155,"stop":1714501036155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"69f47515fec99dc9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036155,"stop":1714501036156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"951c4ac6dea2f518","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"44c819dc3931e3f7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"bd0b3981763f7bee","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036157,"stop":1714501036158,"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":"e939a523be0c1028","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"ea8bbf53fae0f218","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"dc18ef71ae524f7d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036158,"stop":1714501036163,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"a289e85af435d49d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036158,"stop":1714501036158,"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":"e29af83e83fc5511","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036163,"stop":1714501036164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"60d8d8ec60d45f57","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"ec355a077d41f59a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 17:16:48 GMT+0000 (Coordinated Universal Time)","uid":"405ec1d397d614da","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed May 10 2023 18:16:48 GMT+0000 (Coordinated Universal Time)","uid":"8e6a727e83bace85","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 19:16:48 GMT+0000 (Coordinated Universal Time)","uid":"1fd632f7edf675d6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036165,"stop":1714501036166,"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":"ab2b96cd68ed2f0c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"df3730f34370fcc5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"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":"fc4d61790bf5e323","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036167,"stop":1714501036168,"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":"418694fe0d4abe93","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036168,"stop":1714501036168,"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":"93014aceffb01af5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036173,"stop":1714501036174,"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":"33194d523a108d45","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1714501036174,"stop":1714501036174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"3a75abec7027b9c2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1714501036174,"stop":1714501036175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"1f25a847cd8cd871","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"8495143a8e45cd65","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"b0a2b7cd1bf9836a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039475,"stop":1714501039475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"206e33dbc0a28cdb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039476,"stop":1714501039477,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8e01b2b530df0d95","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039476,"stop":1714501039476,"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":"70b09b2aac990a3c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039477,"stop":1714501039478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"9ca8cbe5eae5bf17","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039477,"stop":1714501039477,"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":"2b445aeb611dfbc","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"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":"d0501181eb67f4ce","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"94896e1dc6835a7a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1714501039479,"stop":1714501039480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"48c1397f6a615e90","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1714501039479,"stop":1714501039479,"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":"302fb2e9af6bf426","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039479,"stop":1714501039479,"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":"ef34c95c3f0d4db","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039480,"stop":1714501039481,"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":"baa8f630ea91459e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039480,"stop":1714501039480,"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":"e61dab910ef06a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"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":"a2c93dea4500ee53","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039481,"stop":1714501039482,"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":"713c7f0c0303482","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"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":"a56fc7aa78d15952","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"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":"cd2f271dbc4a827c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039482,"stop":1714501039483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"65841b04cd3c97cc","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"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":"912cd151e61806e0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039483,"stop":1714501039484,"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":"4055dbbf0ec20bd3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"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":"36e3f0cac841efe9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"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":"2d7b0372b27a93ba","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039484,"stop":1714501039485,"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":"cd21433628e1ce91","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039484,"stop":1714501039484,"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":"5f39483d8e88730b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039485,"stop":1714501039485,"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":"d511d3f21f8797f7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"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":"7cb253bf4db0d975","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sdk","children":[{"name":"given a waku node and content topic, creates a filter subscription","uid":"8c37ea84d7664961","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"skipped","time":{"start":1714501036383,"stop":1714501036384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"fb20cb7049d74771","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"skipped","time":{"start":1714501036383,"stop":1714501036383,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback","uid":"ce90f852b9cdf7af","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"skipped","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through stream","uid":"e5845635fed46fef","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"skipped","time":{"start":1714501036384,"stop":1714501036385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback (Waku class)","uid":"f6528585c6a71e5f","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"skipped","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b9b5a205d40de2999342bf1b441e704d"},{"name":"sharding","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"3b8524e3c20284c8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089324,"stop":1714501089324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"3647711a7aabd52c","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089324,"stop":1714501089325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app50/7/topic265/proto","uid":"4b2942ec27be68f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app97/6/topic986/json","uid":"9e77f98bca695aeb","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app3/9/topic954/json","uid":"18de95eba6da6270","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app93/8/topic386/test.js","uid":"f68fa735169e11ff","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089326,"stop":1714501089327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic191/json","uid":"d1eeeb15a168b819","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app21/3/topic297/xml","uid":"e80c344c4b26a25e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089327,"stop":1714501089327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app12/9/topic224/xml","uid":"8b4f02eba98a93c8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089327,"stop":1714501089328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app9/8/topic783/utf8","uid":"85de6e1a1ef95b2f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089328,"stop":1714501089331,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app17/3/topic587/test.js","uid":"26105cc61a22fee8","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089331,"stop":1714501089331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app99/4/topic406/utf8","uid":"1f6287e9cbb070ba","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089332,"stop":1714501089332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"934692a59b112705","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089332,"stop":1714501089333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"84d95c3080b4c614","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089333,"stop":1714501089333,"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":"25277f05c0c4c7b7","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089334,"stop":1714501089334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with ApplicationInfo","uid":"8356230aed138bcf","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089335,"stop":1714501089336,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"2899a334b87e4665","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501089336,"stop":1714501089336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"7acfe61bef708d00","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106172,"stop":1714501106173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"36051837d22a65f6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106173,"stop":1714501106173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 317, Shard ID: 21","uid":"b005014a399df2fb","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106173,"stop":1714501106174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 439, Shard ID: 863","uid":"f27e4c017f78e4ea","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106174,"stop":1714501106175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 372, Shard ID: 685","uid":"2d225e8e56886143","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106174,"stop":1714501106174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 398, Shard ID: 383","uid":"bf7d35f4138b572f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106175,"stop":1714501106176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 746, Shard ID: 645","uid":"8732e2ae1c2c0e2d","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106176,"stop":1714501106178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 439, Shard ID: 664","uid":"c6b2bba662f6d21a","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106179,"stop":1714501106179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 813, Shard ID: 367","uid":"8931e960f7563291","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106180,"stop":1714501106181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 69, Shard ID: 497","uid":"25e97b649b5a1091","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106182,"stop":1714501106183,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 765, Shard ID: 617","uid":"abd545355a1adc6","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106183,"stop":1714501106185,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 21, Shard ID: 476","uid":"9fcd56cbd05e9d60","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106185,"stop":1714501106187,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple pubsub topics","uid":"92d660da1e7b565e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106189,"stop":1714501106190,"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":"9afeb3d6259a34d5","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106190,"stop":1714501106191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard","uid":"dc6457d2c582eaf9","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501106192,"stop":1714501106192,"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":"35f397bfd54bae3e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501319432,"stop":1714501319432,"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":"87c4fe32c932d90f","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501319432,"stop":1714501319433,"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":"f7a41ddc6562d043","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501319433,"stop":1714501319433,"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":"deee55506b05f442","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1714501319434,"stop":1714501319434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"329e87e7e4a1f1038560cdf392fa367d"},{"name":"store","children":[{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"746eab0f3a9aac1a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501094175,"stop":1714501094176,"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":"5a95136362ea6f70","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501094175,"stop":1714501094175,"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":"35fabcb6e975aac","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501094176,"stop":1714501094177,"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":"d4ac8d6519445445","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501094176,"stop":1714501094176,"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":"4a797c9fe1999528","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501094177,"stop":1714501094178,"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":"dca6059f68cd735d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501094177,"stop":1714501094177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"5f214a284de27ee4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"3b6cf28547e72bfe","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"d2294d94714fdc3c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501094179,"stop":1714501094179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"61dc4d87facd5a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140343,"stop":1714501140343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d8e6f6daeb014a1f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140344,"stop":1714501140345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"63d59698afa53fb6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140344,"stop":1714501140344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"b1c271842dc1c205","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"51353b9a7a7009de","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"90f32cf7b253b1e6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"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":"441699b664484caa","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140346,"stop":1714501140347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"71080d4a8926cb67","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b750a1b9113921d7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"d2bf85143d9830d8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"73cfb16460861f25","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"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":"e045fcc85ee53f13","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"906d7e88ca47986f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501145473,"stop":1714501145473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"a8178e72d6d27859","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"354d86d8951aa74a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"1be19b0201c13706","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"8dbdb5a4b4644f02","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"ac12223de1071bb9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501145475,"stop":1714501145476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9352c9fb408f9a02","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501150902,"stop":1714501150902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e8bac4d68906490b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501150903,"stop":1714501150903,"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":"220fde724662d08c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501150903,"stop":1714501150904,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"d97f6a558d64147e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501150904,"stop":1714501150905,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9098ea5072321c3b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501150905,"stop":1714501150906,"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":"719ffc4d203018d2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501150906,"stop":1714501150907,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"8d66c10bb144fec9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501150908,"stop":1714501150908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bae6a1e8e9e9230e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501150908,"stop":1714501150909,"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":"f25ac7169ea4497e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501150909,"stop":1714501150909,"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":"68be6295677261bd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501153787,"stop":1714501153788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"f1db7e12146c29c8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501153787,"stop":1714501153787,"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":"e28944eeeee2dc4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501153788,"stop":1714501153789,"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":"bdf76bdbb044747","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501153788,"stop":1714501153788,"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":"919f5afd9933e48c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"d2065fd00150ac83","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"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":"2faf99ea3a794699","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501153790,"stop":1714501153791,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"dacdc448c0d3ebf2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501153790,"stop":1714501153790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8a967679dc461476","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501153792,"stop":1714501153793,"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":"8b8a208507e42df0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501159485,"stop":1714501159486,"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":"1c2c29118bd2975a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501159486,"stop":1714501159486,"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":"ca33d2c243f85d0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"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":"faf570c4bc29a46e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"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":"900a13f21842bc6d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501174012,"stop":1714501174012,"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":"af3f46f74ad81bc6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"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":"8926b9a7223c8b3d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"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":"430d8098386df929","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501174014,"stop":1714501174015,"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":"a37ab907af262cff","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"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":"de839fec2d4170be","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"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":"ef831bf1d9f579b8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501174015,"stop":1714501174015,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"9c73ad087cc7169d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501174015,"stop":1714501174016,"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":"80564c96bddff692","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501184621,"stop":1714501184622,"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":"812ede73f802491d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501184622,"stop":1714501184623,"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":"2fa7fc5e634ab04a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501184623,"stop":1714501184624,"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":"e0319fb9f063e495","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501184624,"stop":1714501184625,"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":"4ec90407dc4c7d3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501184625,"stop":1714501184626,"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":"292919aede00e527","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501184626,"stop":1714501184627,"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":"ad87ef4ef2d1c531","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501184627,"stop":1714501184628,"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":"d1c727e91d0c2b08","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501184627,"stop":1714501184627,"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":"2c39e17eac3ecd96","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1714501184628,"stop":1714501184628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"creates an iterator","uid":"4f84b5f913c7a4da","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501165485,"stop":1714501165486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"8774c9376bcd4183","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501165486,"stop":1714501165486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"a1d892c5f6ecf803","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501165487,"stop":1714501165487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"d919221d22ea0792","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501181621,"stop":1714501181621,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"db60fb497b24c1f0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501181622,"stop":1714501181623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"49bbfe62743213db","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501181622,"stop":1714501181622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"76a9596a8476161f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501181623,"stop":1714501181623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"1a5fc38077ff3e91","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501181623,"stop":1714501181624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"6eeaa252d8025d03","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501181624,"stop":1714501181624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"a4e49b073e4c10f2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501191916,"stop":1714501191917,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"4d9e310cb23262ce","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501191917,"stop":1714501191917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"c176a17fd9b1c733","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501191917,"stop":1714501191918,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"61470b5d604a6c6b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"299ec24544740b4b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"d6377ea554ccf0bd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"6b6dfcd08cb76","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501191919,"stop":1714501191920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"281d9fea1898fe54","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"5e2c9b16a914858a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1714501191920,"stop":1714501191920,"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/6962/data/suites.csv b/6962/data/suites.csv index 2b4a561aa8e..fd795388d07 100644 --- a/6962/data/suites.csv +++ b/6962/data/suites.csv @@ -1,832 +1,832 @@ "Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","22","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" -"passed","Tue Apr 30 05:12:17 GMT 2024","Tue Apr 30 05:12:17 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" -"passed","Tue Apr 30 05:12:27 GMT 2024","Tue Apr 30 05:12:27 GMT 2024","3","Discovery","","","","","returns all values when wanted number matches available values","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 1","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","determinePubsubTopic","","","","","should return the pubsub topic directly if a string is provided","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" -"passed","Tue Apr 30 05:17:26 GMT 2024","Tue Apr 30 05:17:26 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different networkShards values correctly","" -"passed","Tue Apr 30 05:17:33 GMT 2024","Tue Apr 30 05:17:33 GMT 2024","0","multiaddr: dialing","","","","","can dial TLS multiaddrs","" -"passed","Tue Apr 30 05:20:43 GMT 2024","Tue Apr 30 05:20:43 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 Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Arabic","" -"passed","Tue Apr 30 05:22:48 GMT 2024","Tue Apr 30 05:22:48 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Passing an array","" -"skipped","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","1","SDK: Creating by Content Topic","","","","","receives messages sent to provided content topic through stream","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed May 10 2023 05:20:01 GMT+0000 (Coordinated Universal Time)","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","determinePubsubTopic","","","","","should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 10 - Cluster ID: 604, Shard ID: 846","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" -"passed","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/\","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","2","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 9 - Cluster ID: 512, Shard ID: 977","" -"passed","Tue Apr 30 05:13:07 GMT 2024","Tue Apr 30 05:13:07 GMT 2024","2","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" -"passed","Tue Apr 30 05:13:35 GMT 2024","Tue Apr 30 05:13:35 GMT 2024","0","Public methods","","","","","listenerCount","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" -"passed","Tue Apr 30 05:13:35 GMT 2024","Tue Apr 30 05:13:35 GMT 2024","0","Public methods","","","","","removeEventListener with correct event","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureValidContentTopic","","","","","does not throw on valid cases","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/\/1","" -"passed","Tue Apr 30 05:22:48 GMT 2024","Tue Apr 30 05:22:48 GMT 2024","1","Decryption Keys","","","","","Used by Waku Relay","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Chinese","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Tue Apr 30 05:22:43 GMT 2024","Tue Apr 30 05:22:43 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" -"passed","Tue Apr 30 05:22:34 GMT 2024","Tue Apr 30 05:22:34 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" -"passed","Tue Apr 30 05:22:43 GMT 2024","Tue Apr 30 05:22:43 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" -"passed","Tue Apr 30 05:12:55 GMT 2024","Tue Apr 30 05:12:55 GMT 2024","1","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Tue Apr 30 05:22:23 GMT 2024","Tue Apr 30 05:22:23 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" -"passed","Tue Apr 30 05:22:23 GMT 2024","Tue Apr 30 05:22:23 GMT 2024","6","Waku Store, general","","","","","Query generator for 2000 messages","" -"passed","Tue Apr 30 05:17:26 GMT 2024","Tue Apr 30 05:17:26 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Tue Apr 30 05:21:19 GMT 2024","Tue Apr 30 05:21:19 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" -"passed","Tue Apr 30 05:13:44 GMT 2024","Tue Apr 30 05:13:44 GMT 2024","0","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","This","Is","","","","A test","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 9 - Cluster ID: 10, Content Topic: /app69/2/topic755/xml","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" -"passed","Tue Apr 30 05:14:13 GMT 2024","Tue Apr 30 05:14:13 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups multiple content topics into the same pubsub topic when they share the same shard index","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" -"passed","Tue Apr 30 05:22:26 GMT 2024","Tue Apr 30 05:22:26 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is forward","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Script payload","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" -"passed","Tue Apr 30 05:22:41 GMT 2024","Tue Apr 30 05:22:41 GMT 2024","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureShardingConfigured","","","","","should throw an error for missing sharding configuration","" -"passed","Tue Apr 30 05:22:43 GMT 2024","Tue Apr 30 05:22:43 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" -"passed","Tue Apr 30 05:13:44 GMT 2024","Tue Apr 30 05:13:44 GMT 2024","0","Connection state","","","","","isConnected between 2 js-waku relay nodes","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" -"skipped","Tue Apr 30 05:19:26 GMT 2024","Tue Apr 30 05:19:26 GMT 2024","0","Peer Exchange Query","","","","","connected peers and dial","" -"passed","Tue Apr 30 05:20:43 GMT 2024","Tue Apr 30 05:20:43 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/29/sometopic/someencoding to shard index 6","" -"passed","Tue Apr 30 05:22:12 GMT 2024","Tue Apr 30 05:22:12 GMT 2024","2","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 2 - Cluster ID: 10, Content Topic: /app88/2/topic696/xml","" -"passed","Tue Apr 30 05:22:43 GMT 2024","Tue Apr 30 05:22:43 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureShardingConfigured","","","","","should configure sharding based on application and version for autosharding","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Tue Apr 30 05:12:18 GMT 2024","Tue Apr 30 05:12:18 GMT 2024","0","Waku Message version 0","","","","","Round trip binary serialization","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1714453974406 ","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1714457733923","" -"passed","Tue Apr 30 05:22:56 GMT 2024","Tue Apr 30 05:22:56 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" -"passed","Tue Apr 30 05:21:19 GMT 2024","Tue Apr 30 05:21:19 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" -"passed","Tue Apr 30 05:12:55 GMT 2024","Tue Apr 30 05:12:55 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" -"skipped","Tue Apr 30 05:13:07 GMT 2024","Tue Apr 30 05:13:07 GMT 2024","1","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" -"passed","Tue Apr 30 05:12:04 GMT 2024","Tue Apr 30 05:12:04 GMT 2024","0","pushOrInitMapSet","","","","","Push to array if already present","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" -"passed","Tue Apr 30 05:20:01 GMT 2024","Tue Apr 30 05:20:01 GMT 2024","1","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1714453974406000000 ","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1714453974406000000 ","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","Non TWN Cluster","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","1","ENR","Txt codec","","","","should throw error - no public key","" -"passed","Tue Apr 30 05:12:27 GMT 2024","Tue Apr 30 05:12:27 GMT 2024","0","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Tue Apr 30 05:14:26 GMT 2024","Tue Apr 30 05:14:26 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1714453974406 ","" -"passed","Tue Apr 30 05:13:26 GMT 2024","Tue Apr 30 05:13:26 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","shard 0","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing shell command","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:22:41 GMT 2024","Tue Apr 30 05:22:41 GMT 2024","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" -"skipped","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","SDK: Creating by Content Topic","","","","","receives messages sent to provided content topic through callback","" -"passed","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/0 topic","" -"passed","Tue Apr 30 05:12:39 GMT 2024","Tue Apr 30 05:12:39 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Tue Apr 30 05:12:18 GMT 2024","Tue Apr 30 05:12:18 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" -"skipped","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 10 - Cluster ID: 10, Content Topic: /app57/4/topic816/test.js","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","17","Waku Filter V2: FilterPush","","","","","Check received message containing long","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /myapp/1/latest/proto to shard index 0","" -"passed","Tue Apr 30 05:22:56 GMT 2024","Tue Apr 30 05:22:56 GMT 2024","1","Wait for remote peer","","","","","Relay - times out","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" -"passed","Tue Apr 30 05:22:43 GMT 2024","Tue Apr 30 05:22:43 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Tue Apr 30 05:22:12 GMT 2024","Tue Apr 30 05:22:12 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/22/sometopic/someencoding to shard index 2","" -"passed","Tue Apr 30 05:14:13 GMT 2024","Tue Apr 30 05:14:13 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/1 topic","" -"passed","Tue Apr 30 05:13:07 GMT 2024","Tue Apr 30 05:13:07 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToPubsubTopic","","","","","should map different content topics to different pubsub topics based on shard index","" -"passed","Tue Apr 30 05:22:48 GMT 2024","Tue Apr 30 05:22:48 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No message returned","" -"passed","Tue Apr 30 05:22:26 GMT 2024","Tue Apr 30 05:22:26 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is forward","" -"passed","Tue Apr 30 05:13:03 GMT 2024","Tue Apr 30 05:13:03 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","0","Waku Store, order","","","","","Query Generator - backward","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Tue Apr 30 05:20:43 GMT 2024","Tue Apr 30 05:20:43 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push 30 different messages","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - backward","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" -"passed","Tue Apr 30 05:12:55 GMT 2024","Tue Apr 30 05:12:55 GMT 2024","3","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Tue Apr 30 05:13:26 GMT 2024","Tue Apr 30 05:13:26 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" -"passed","Tue Apr 30 05:19:54 GMT 2024","Tue Apr 30 05:19:54 GMT 2024","0","Waku Relay, Interop","","","","","Js publishes, other Js receives","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return empty list for no shard","" -"passed","Tue Apr 30 05:22:48 GMT 2024","Tue Apr 30 05:22:48 GMT 2024","0","User Agent","","","","","Sets default value correctly","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" -"skipped","Tue Apr 30 05:13:07 GMT 2024","Tue Apr 30 05:13:07 GMT 2024","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","1","Autosharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Tue Apr 30 05:22:41 GMT 2024","Tue Apr 30 05:22:41 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Tue Apr 30 05:19:28 GMT 2024","Tue Apr 30 05:19:28 GMT 2024","0","Waku Relay","","","","","Decrypt messages","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error when the topic is within a list of configured topics","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 0","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Tue Apr 30 05:12:17 GMT 2024","Tue Apr 30 05:12:17 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" -"passed","Tue Apr 30 05:19:54 GMT 2024","Tue Apr 30 05:19:54 GMT 2024","0","Waku Relay, Interop","","","","","nwaku subscribes","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/x","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" -"passed","Tue Apr 30 05:22:12 GMT 2024","Tue Apr 30 05:22:12 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","5","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Tue Apr 30 05:13:05 GMT 2024","Tue Apr 30 05:13:05 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/y","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" -"passed","Tue Apr 30 05:22:41 GMT 2024","Tue Apr 30 05:22:41 GMT 2024","0","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" -"passed","Tue Apr 30 05:22:23 GMT 2024","Tue Apr 30 05:22:23 GMT 2024","1","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" -"passed","Tue Apr 30 05:14:13 GMT 2024","Tue Apr 30 05:14:13 GMT 2024","2","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for content topics autosharding","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" -"skipped","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","SDK: Creating by Content Topic","","","","","given a waku node and content topic, creates a filter subscription","" -"passed","Tue Apr 30 05:12:17 GMT 2024","Tue Apr 30 05:12:17 GMT 2024","1","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureShardingConfigured","","","","","handles empty shards array correctly","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /0/toychat/2/huilong/proto to shard index 3","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" -"passed","Tue Apr 30 05:13:44 GMT 2024","Tue Apr 30 05:13:44 GMT 2024","1","Connection state","","","","","isConnected return false after peer stops","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" -"passed","Tue Apr 30 05:17:26 GMT 2024","Tue Apr 30 05:17:26 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"broken","Tue Apr 30 05:30:40 GMT 2024","Tue Apr 30 05:30:40 GMT 2024","1","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 2 - Cluster ID: 887, Shard ID: 831","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureValidContentTopic","","","","","throws on empty content topic","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with short payload","" -"passed","Tue Apr 30 05:22:41 GMT 2024","Tue Apr 30 05:22:41 GMT 2024","1","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureShardingConfigured","","","","","should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error for a single configured topic","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing long","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic752/utf8","" -"passed","Tue Apr 30 05:12:07 GMT 2024","Tue Apr 30 05:12:07 GMT 2024","2","RFC Test Vectors","","","","","Waku message hash computation (meta size of 12 bytes)","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" -"passed","Tue Apr 30 05:22:12 GMT 2024","Tue Apr 30 05:22:12 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Tue Apr 30 05:22:12 GMT 2024","Tue Apr 30 05:22:12 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 7","" -"passed","Tue Apr 30 05:22:56 GMT 2024","Tue Apr 30 05:22:56 GMT 2024","1","Wait for remote peer","","","","","Light Node - default protocols","" -"passed","Tue Apr 30 05:17:26 GMT 2024","Tue Apr 30 05:17:26 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","0","Waku Store, order","","","","","Promise Callback - backward","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish message","" -"passed","Tue Apr 30 05:13:35 GMT 2024","Tue Apr 30 05:13:35 GMT 2024","3","Public methods","","","","","stop","" -"passed","Tue Apr 30 05:22:34 GMT 2024","Tue Apr 30 05:22:34 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" -"passed","Tue Apr 30 05:14:26 GMT 2024","Tue Apr 30 05:14:26 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Tue Apr 30 05:21:19 GMT 2024","Tue Apr 30 05:21:19 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle application and version for autosharding","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" -"passed","Tue Apr 30 05:13:05 GMT 2024","Tue Apr 30 05:13:05 GMT 2024","1","ENR Interop: ServiceNode","","","","","All","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","0","Multiaddr from fields","","","","","udp ip6 address","" -"passed","Tue Apr 30 05:12:07 GMT 2024","Tue Apr 30 05:12:07 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" -"passed","Tue Apr 30 05:17:33 GMT 2024","Tue Apr 30 05:17:33 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","ensureShardingConfigured","","","","","should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" -"passed","Tue Apr 30 05:13:03 GMT 2024","Tue Apr 30 05:13:03 GMT 2024","1","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" -"passed","Tue Apr 30 05:13:35 GMT 2024","Tue Apr 30 05:13:35 GMT 2024","1","Public methods","","","","","addEventListener with correct event","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing special chars","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /toychat/2/huilong/proto to shard index 3","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" -"passed","Tue Apr 30 05:18:02 GMT 2024","Tue Apr 30 05:18:02 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /waku/2/content/test.js to shard index 1","" -"passed","Tue Apr 30 05:14:26 GMT 2024","Tue Apr 30 05:14:26 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Tue Apr 30 05:18:02 GMT 2024","Tue Apr 30 05:18:02 GMT 2024","1","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" -"passed","Tue Apr 30 05:12:18 GMT 2024","Tue Apr 30 05:12:18 GMT 2024","1","Waku Message version 0","","","","","Ephemeral field set to true","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","contentTopicsByPubsubTopic","","","","","throws an error for improperly formatted content topics","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 6","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 6 - Cluster ID: 10, Content Topic: /app12/2/topic99/utf8","" -"passed","Tue Apr 30 05:12:07 GMT 2024","Tue Apr 30 05:12:07 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" -"passed","Tue Apr 30 05:12:18 GMT 2024","Tue Apr 30 05:12:18 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" -"skipped","Tue Apr 30 05:19:26 GMT 2024","Tue Apr 30 05:19:26 GMT 2024","1","Peer Exchange Query","","","","","more peers than existing","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1714453974781 ","" -"passed","Tue Apr 30 05:12:55 GMT 2024","Tue Apr 30 05:12:55 GMT 2024","2","Events","peer:disconnect","","","","should emit `waku:offline` event when all peers disconnect","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","ensureShardingConfigured","","","","","should return valid sharding parameters for static sharding","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" -"passed","Tue Apr 30 05:12:07 GMT 2024","Tue Apr 30 05:12:07 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta size of 64 bytes)","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","1","ENR","Static tests","","","","should encode/decode to RLP encoding","" -"passed","Tue Apr 30 05:22:43 GMT 2024","Tue Apr 30 05:22:43 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" -"passed","Tue Apr 30 05:13:26 GMT 2024","Tue Apr 30 05:13:26 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different clusterIds correctly","" -"passed","Tue Apr 30 05:13:07 GMT 2024","Tue Apr 30 05:13:07 GMT 2024","4","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","11","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 1 - Cluster ID: 10, Content Topic: /app98/8/topic585/test.js","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","1","Static Sharding: Running Nodes","Others","","","","start node with empty shard","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should throw an error for an unconfigured topic","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/$","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" -"passed","Tue Apr 30 05:13:35 GMT 2024","Tue Apr 30 05:13:35 GMT 2024","0","Public methods","","","","","addEventListener with wrong event","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" -"passed","Tue Apr 30 05:12:04 GMT 2024","Tue Apr 30 05:12:04 GMT 2024","1","pushOrInitMapSet","","","","","Init the array if not present","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" -"passed","Tue Apr 30 05:21:19 GMT 2024","Tue Apr 30 05:21:19 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" -"passed","Tue Apr 30 05:14:13 GMT 2024","Tue Apr 30 05:14:13 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" -"passed","Tue Apr 30 05:13:05 GMT 2024","Tue Apr 30 05:13:05 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","1","Multiaddr from fields","","","","","tcp ip4 address","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with JSON payload","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1714457740677","" -"skipped","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/ /1","" -"passed","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 7 - Cluster ID: 457, Shard ID: 586","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","4","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","Relay Shard codec","","","","","should throw an error for insufficient data","" -"skipped","Tue Apr 30 05:20:01 GMT 2024","Tue Apr 30 05:20:01 GMT 2024","1","Peer Exchange","","","","","new peer added after a peer was already found","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 3 - Cluster ID: 740, Shard ID: 883","" -"skipped","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","1","SDK: Creating by Content Topic","","","","","given a content topic, creates a waku node and filter subscription","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","determinePubsubTopic","","","","","should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with numeric payload","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error for missing required configuration","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","Cluster ID 0 - Default/Global Cluster","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" -"passed","Tue Apr 30 05:14:26 GMT 2024","Tue Apr 30 05:14:26 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" -"skipped","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","8","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 8 - Cluster ID: 548, Shard ID: 998","" -"passed","Tue Apr 30 05:22:23 GMT 2024","Tue Apr 30 05:22:23 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" -"passed","Tue Apr 30 05:13:07 GMT 2024","Tue Apr 30 05:13:07 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" -"passed","Tue Apr 30 05:17:26 GMT 2024","Tue Apr 30 05:17:26 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Tue Apr 30 05:17:26 GMT 2024","Tue Apr 30 05:17:26 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" -"passed","Tue Apr 30 05:13:44 GMT 2024","Tue Apr 30 05:13:44 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","configure the node with multiple pubsub topics","" -"passed","Tue Apr 30 05:22:56 GMT 2024","Tue Apr 30 05:22:56 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" -"skipped","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /statusim/1/community/cbor to shard index 4","" -"passed","Tue Apr 30 05:18:02 GMT 2024","Tue Apr 30 05:18:02 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","11","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" -"passed","Tue Apr 30 05:13:07 GMT 2024","Tue Apr 30 05:13:07 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/y/1","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Cluster ID 0 - Default/Global Cluster","" -"passed","Tue Apr 30 05:20:43 GMT 2024","Tue Apr 30 05:20:43 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","shardInfoToPubsubTopics","","","","","should convert content topics to PubsubTopics for autosharding","" -"passed","Tue Apr 30 05:12:18 GMT 2024","Tue Apr 30 05:12:18 GMT 2024","0","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" -"passed","Tue Apr 30 05:22:43 GMT 2024","Tue Apr 30 05:22:43 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" -"passed","Tue Apr 30 05:30:40 GMT 2024","Tue Apr 30 05:30:40 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with emoji payload","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" -"passed","Tue Apr 30 05:22:48 GMT 2024","Tue Apr 30 05:22:48 GMT 2024","1","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" -"skipped","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","SDK: Creating by Content Topic","","","","","receives messages sent to provided content topic through callback (Waku class)","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Tue Apr 30 05:20:32 GMT 2024","Tue Apr 30 05:20:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 1 - Cluster ID: 196, Shard ID: 680","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - forward","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" -"passed","Tue Apr 30 05:22:41 GMT 2024","Tue Apr 30 05:22:41 GMT 2024","0","Waku Store, page size","","","","","Default pageSize","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Tue Apr 30 05:22:56 GMT 2024","Tue Apr 30 05:22:56 GMT 2024","0","Wait for remote peer","","","","","LightPush","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should extract SingleShardInfo from a valid PubsubTopic","" -"passed","Tue Apr 30 05:13:07 GMT 2024","Tue Apr 30 05:13:07 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" -"passed","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 5 - Cluster ID: 560, Shard ID: 511","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" -"passed","Tue Apr 30 05:12:39 GMT 2024","Tue Apr 30 05:12:39 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing numeric","" -"passed","Tue Apr 30 05:18:02 GMT 2024","Tue Apr 30 05:18:02 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" -"passed","Tue Apr 30 05:12:17 GMT 2024","Tue Apr 30 05:12:17 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","" -"passed","Tue Apr 30 05:22:23 GMT 2024","Tue Apr 30 05:22:23 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","1","Autosharding: Running Nodes","Others","","","","start node with empty content topic","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","1","Waku Store, order","","","","","Promise Callback - forward","" -"passed","Tue Apr 30 05:30:40 GMT 2024","Tue Apr 30 05:30:40 GMT 2024","1","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/-/1","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" -"passed","Tue Apr 30 05:22:12 GMT 2024","Tue Apr 30 05:22:12 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","5","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Apr 30 05:18:02 GMT 2024","Tue Apr 30 05:18:02 GMT 2024","1","Metadata Protocol","","","","","receiving a ping from a peer does not overwrite shard info","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Mutual subscription","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Russian payload","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" -"passed","Tue Apr 30 05:12:39 GMT 2024","Tue Apr 30 05:12:39 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","singleShardInfosToShardInfo","","","","","should aggregate SingleShardInfos into a ShardInfo","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","determinePubsubTopic","","","","","should process correctly when SingleShardInfo has no clusterId but has a shard","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 8 - Cluster ID: 10, Content Topic: /app85/5/topic455/xml","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Verify","","","","should return false","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" -"passed","Tue Apr 30 05:22:56 GMT 2024","Tue Apr 30 05:22:56 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with large meta","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with special chars payload","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" -"passed","Tue Apr 30 05:19:28 GMT 2024","Tue Apr 30 05:19:28 GMT 2024","1","Waku Relay","","","","","Delete observer","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Tue Apr 30 05:19:54 GMT 2024","Tue Apr 30 05:19:54 GMT 2024","1","Waku Relay, Interop","","","","","Publishes to nwaku","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","0","Symmetric Encryption","","","","","Check meta is set [symmetric]","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Tue Apr 30 05:19:54 GMT 2024","Tue Apr 30 05:19:54 GMT 2024","0","Waku Relay, Interop","","","","","Nwaku publishes","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Tue Apr 30 05:22:12 GMT 2024","Tue Apr 30 05:22:12 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" -"passed","Tue Apr 30 05:20:01 GMT 2024","Tue Apr 30 05:20:01 GMT 2024","0","Peer Exchange","","","","","getPeersByDiscovery","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","1","Waku Encryption","","","","","pre and post cipher","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" -"passed","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","1","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" -"passed","Tue Apr 30 05:14:13 GMT 2024","Tue Apr 30 05:14:13 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing short","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error if shards are undefined for static sharding","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/ ","" -"passed","Tue Apr 30 05:22:41 GMT 2024","Tue Apr 30 05:22:41 GMT 2024","0","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" -"skipped","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" -"skipped","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" -"skipped","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" -"skipped","Tue Apr 30 05:13:07 GMT 2024","Tue Apr 30 05:13:07 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","singleShardInfoToPubsubTopic","","","","","should convert a SingleShardInfo object to the correct PubsubTopic","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" -"passed","Tue Apr 30 05:30:40 GMT 2024","Tue Apr 30 05:30:40 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Tue Apr 30 05:12:55 GMT 2024","Tue Apr 30 05:12:55 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" -"passed","Tue Apr 30 05:22:23 GMT 2024","Tue Apr 30 05:22:23 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" -"passed","Tue Apr 30 05:22:56 GMT 2024","Tue Apr 30 05:22:56 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" -"passed","Tue Apr 30 05:22:26 GMT 2024","Tue Apr 30 05:22:26 GMT 2024","1","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is backward","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/27/sometopic/someencoding to shard index 5","" -"passed","Tue Apr 30 05:22:12 GMT 2024","Tue Apr 30 05:22:12 GMT 2024","7","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" -"passed","Tue Apr 30 05:17:34 GMT 2024","Tue Apr 30 05:17:34 GMT 2024","2","nwaku","","","","","Correctly serialized arguments","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" -"passed","Tue Apr 30 05:22:12 GMT 2024","Tue Apr 30 05:22:12 GMT 2024","2","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Register correct protocols","" -"passed","Tue Apr 30 05:21:19 GMT 2024","Tue Apr 30 05:21:19 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" -"passed","Tue Apr 30 05:20:32 GMT 2024","Tue Apr 30 05:20:32 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with long payload","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1714450540677","" -"passed","Tue Apr 30 05:13:26 GMT 2024","Tue Apr 30 05:13:26 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" -"passed","Tue Apr 30 05:18:02 GMT 2024","Tue Apr 30 05:18:02 GMT 2024","0","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 4 - Cluster ID: 231, Shard ID: 992","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic for different network shard sizes","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /0/statusim/1/community/cbor to shard index 4","" -"passed","Tue Apr 30 05:12:18 GMT 2024","Tue Apr 30 05:12:18 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr successfully","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Wrong topic","" -"passed","Tue Apr 30 05:12:39 GMT 2024","Tue Apr 30 05:12:39 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Static tests","","","","should encode/decode to text encoding","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/$/1","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureShardingConfigured","","","","","should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","" -"passed","Tue Apr 30 05:22:56 GMT 2024","Tue Apr 30 05:22:56 GMT 2024","0","Wait for remote peer","","","","","Filter","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/!","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1714450533923","" -"passed","Tue Apr 30 05:12:21 GMT 2024","Tue Apr 30 05:12:21 GMT 2024","1","Message Validator","","","","","Rejects garbage","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes don't connect","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" -"passed","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty version field","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" -"passed","Tue Apr 30 05:12:39 GMT 2024","Tue Apr 30 05:12:39 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Tue Apr 30 05:13:03 GMT 2024","Tue Apr 30 05:13:03 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" -"passed","Tue Apr 30 05:13:44 GMT 2024","Tue Apr 30 05:13:44 GMT 2024","0","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","2","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" -"skipped","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","shardInfoToPubsubTopics","","","","","should return unique PubsubTopics for static sharding","" -"passed","Tue Apr 30 05:22:26 GMT 2024","Tue Apr 30 05:22:26 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is backward","" -"skipped","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" -"passed","Tue Apr 30 05:21:19 GMT 2024","Tue Apr 30 05:21:19 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong message digest","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Apr 30 2024 04:20:01 GMT+0000 (Coordinated Universal Time)","" -"passed","Tue Apr 30 05:22:34 GMT 2024","Tue Apr 30 05:22:34 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","creates an iterator","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Tue Apr 30 05:22:48 GMT 2024","Tue Apr 30 05:22:48 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" -"passed","Tue Apr 30 05:14:13 GMT 2024","Tue Apr 30 05:14:13 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 7 - Cluster ID: 10, Content Topic: /app40/9/topic615/json","" -"passed","Tue Apr 30 05:22:56 GMT 2024","Tue Apr 30 05:22:56 GMT 2024","1","Wait for remote peer","","","","","Relay - dialed first","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" -"passed","Tue Apr 30 05:13:05 GMT 2024","Tue Apr 30 05:13:05 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","7","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/!/1","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" -"passed","Tue Apr 30 05:13:05 GMT 2024","Tue Apr 30 05:13:05 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay + Store","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 5 - Cluster ID: 10, Content Topic: /app64/3/topic307/xml","" -"skipped","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","" -"passed","Tue Apr 30 05:17:26 GMT 2024","Tue Apr 30 05:17:26 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" -"passed","Tue Apr 30 05:12:17 GMT 2024","Tue Apr 30 05:12:17 GMT 2024","2","to proto message","","","","","Fields are not dropped","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with rate limit","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1714453974781000000 ","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" -"skipped","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" -"passed","Tue Apr 30 05:12:29 GMT 2024","Tue Apr 30 05:12:29 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1683695733923","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" -"passed","Tue Apr 30 05:12:32 GMT 2024","Tue Apr 30 05:12:32 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" -"passed","Tue Apr 30 05:22:23 GMT 2024","Tue Apr 30 05:22:23 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" -"passed","Tue Apr 30 05:13:05 GMT 2024","Tue Apr 30 05:13:05 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay","" -"skipped","Tue Apr 30 05:20:01 GMT 2024","Tue Apr 30 05:20:01 GMT 2024","0","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/-","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" -"passed","Tue Apr 30 05:13:35 GMT 2024","Tue Apr 30 05:13:35 GMT 2024","0","Public methods","","","","","getPeersByDiscovery","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1683695740677","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/","" -"passed","Tue Apr 30 05:21:19 GMT 2024","Tue Apr 30 05:21:19 GMT 2024","1","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" -"passed","Tue Apr 30 05:20:43 GMT 2024","Tue Apr 30 05:20:43 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for SingleShardInfos with different clusterIds","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs//1","" -"skipped","Tue Apr 30 05:19:26 GMT 2024","Tue Apr 30 05:19:26 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" -"passed","Tue Apr 30 05:14:26 GMT 2024","Tue Apr 30 05:14:26 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Tue Apr 30 05:14:26 GMT 2024","Tue Apr 30 05:14:26 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","9","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" -"passed","Tue Apr 30 05:17:26 GMT 2024","Tue Apr 30 05:17:26 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" -"passed","Tue Apr 30 05:14:13 GMT 2024","Tue Apr 30 05:14:13 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing short","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" -"passed","Tue Apr 30 05:13:44 GMT 2024","Tue Apr 30 05:13:44 GMT 2024","1","Connection state","","","","","`waku:online` between 2 js-waku relay nodes","" -"passed","Tue Apr 30 05:12:18 GMT 2024","Tue Apr 30 05:12:18 GMT 2024","1","Sets sharding configuration correctly","","","","","uses static shard pubsub topic instead of autosharding when set","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","ensureShardingConfigured","","","","","handles empty contentTopics array correctly","" -"passed","Tue Apr 30 05:13:05 GMT 2024","Tue Apr 30 05:13:05 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" -"passed","Tue Apr 30 05:12:21 GMT 2024","Tue Apr 30 05:12:21 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" -"passed","Tue Apr 30 05:13:44 GMT 2024","Tue Apr 30 05:13:44 GMT 2024","0","Connection state","","","","","isConnected should return true after first peer connects","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" -"passed","Tue Apr 30 05:22:43 GMT 2024","Tue Apr 30 05:22:43 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Apr 30 2024 06:20:01 GMT+0000 (Coordinated Universal Time)","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","0","Autosharding: Running Nodes","Others","","","","start node with ApplicationInfo","" -"passed","Tue Apr 30 05:15:33 GMT 2024","Tue Apr 30 05:15:33 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","determinePubsubTopic","","","","","should return a calculated topic if SingleShardInfo is provided","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","1","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" -"passed","Tue Apr 30 05:12:27 GMT 2024","Tue Apr 30 05:12:27 GMT 2024","0","Discovery","","","","","returns all values when wanted number is greater than available values","" -"passed","Tue Apr 30 05:12:18 GMT 2024","Tue Apr 30 05:12:18 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Tue Apr 30 05:22:41 GMT 2024","Tue Apr 30 05:22:41 GMT 2024","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","3","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","0","Autosharding: Running Nodes","Others","","","","configure the node with multiple content topics","" -"skipped","Tue Apr 30 05:19:26 GMT 2024","Tue Apr 30 05:19:26 GMT 2024","0","Peer Exchange Query","","","","","less peers than existing","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" -"passed","Tue Apr 30 05:13:35 GMT 2024","Tue Apr 30 05:13:35 GMT 2024","1","Public methods","","","","","removeEventListener with wrong event","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Tue Apr 30 05:13:35 GMT 2024","Tue Apr 30 05:13:35 GMT 2024","0","Public methods","","","","","safeDispatchEvent","" -"passed","Tue Apr 30 05:14:13 GMT 2024","Tue Apr 30 05:14:13 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" -"passed","Tue Apr 30 05:21:19 GMT 2024","Tue Apr 30 05:21:19 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" -"passed","Tue Apr 30 05:19:25 GMT 2024","Tue Apr 30 05:19:25 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" -"passed","Tue Apr 30 05:13:03 GMT 2024","Tue Apr 30 05:13:03 GMT 2024","1","Dials","dialPeer method","For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Tue Apr 30 05:22:43 GMT 2024","Tue Apr 30 05:22:43 GMT 2024","1","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" -"passed","Tue Apr 30 05:20:43 GMT 2024","Tue Apr 30 05:20:43 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" -"skipped","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" -"passed","Tue Apr 30 05:22:23 GMT 2024","Tue Apr 30 05:22:23 GMT 2024","1","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" -"passed","Tue Apr 30 05:12:39 GMT 2024","Tue Apr 30 05:12:39 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","1","This","Is also","","","","A test","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","1","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" -"passed","Tue Apr 30 05:12:39 GMT 2024","Tue Apr 30 05:12:39 GMT 2024","1","Ecies Encryption","","","","","Check meta is set [ecies]","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","0","Waku Store, order","","","","","Query Generator - forward","" -"passed","Tue Apr 30 05:12:55 GMT 2024","Tue Apr 30 05:12:55 GMT 2024","1","Events","peer:disconnect","","","","isConnected should return false after all peers disconnect","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" -"passed","Tue Apr 30 05:20:07 GMT 2024","Tue Apr 30 05:20:07 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Tue Apr 30 05:13:35 GMT 2024","Tue Apr 30 05:13:35 GMT 2024","0","Public methods","","","","","dispatchEvent via connectionManager","" -"passed","Tue Apr 30 05:22:10 GMT 2024","Tue Apr 30 05:22:10 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No Decoder","" -"passed","Tue Apr 30 05:13:03 GMT 2024","Tue Apr 30 05:13:03 GMT 2024","1","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" -"passed","Tue Apr 30 05:21:19 GMT 2024","Tue Apr 30 05:21:19 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" -"passed","Tue Apr 30 05:14:08 GMT 2024","Tue Apr 30 05:14:08 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Apr 30 05:13:07 GMT 2024","Tue Apr 30 05:13:07 GMT 2024","2","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 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 Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Tue Apr 30 05:15:40 GMT 2024","Tue Apr 30 05:15:40 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" -"passed","Tue Apr 30 05:21:47 GMT 2024","Tue Apr 30 05:21:47 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/x/1","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /incorrect/format","" -"passed","Tue Apr 30 05:23:25 GMT 2024","Tue Apr 30 05:23:25 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" -"passed","Tue Apr 30 05:12:38 GMT 2024","Tue Apr 30 05:12:38 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","0","ENR multiaddrs codec","","","","","Sample","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" -"passed","Tue Apr 30 05:16:25 GMT 2024","Tue Apr 30 05:16:25 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","0","contentTopicToPubsubTopic","","","","","should use the provided clusterId for the pubsub topic","" -"passed","Tue Apr 30 05:21:23 GMT 2024","Tue Apr 30 05:21:23 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/5/topic900/xml","" -"passed","Tue Apr 30 05:12:12 GMT 2024","Tue Apr 30 05:12:12 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" -"passed","Tue Apr 30 05:20:31 GMT 2024","Tue Apr 30 05:20:31 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" -"passed","Tue Apr 30 05:12:13 GMT 2024","Tue Apr 30 05:12:13 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" -"passed","Tue Apr 30 05:20:43 GMT 2024","Tue Apr 30 05:20:43 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Tue Apr 30 05:12:28 GMT 2024","Tue Apr 30 05:12:28 GMT 2024","2","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" -"passed","Tue Apr 30 05:20:34 GMT 2024","Tue Apr 30 05:20:34 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" -"passed","Tue Apr 30 05:17:26 GMT 2024","Tue Apr 30 05:17:26 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","singleShardInfosToShardInfo","","","","","should throw an error for empty SingleShardInfos array","" -"passed","Tue Apr 30 05:21:25 GMT 2024","Tue Apr 30 05:21:25 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 6 - Cluster ID: 634, Shard ID: 405","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Tue Apr 30 05:20:29 GMT 2024","Tue Apr 30 05:20:29 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" -"passed","Tue Apr 30 05:22:23 GMT 2024","Tue Apr 30 05:22:23 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" -"passed","Tue Apr 30 05:17:07 GMT 2024","Tue Apr 30 05:17:07 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Tue Apr 30 05:12:05 GMT 2024","Tue Apr 30 05:12:05 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty application field","" +"passed","Tue Apr 30 18:11:00 GMT 2024","Tue Apr 30 18:11:00 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureValidContentTopic","","","","","does not throw on valid cases","" +"passed","Tue Apr 30 18:09:47 GMT 2024","Tue Apr 30 18:09:47 GMT 2024","1","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Apr 30 18:09:20 GMT 2024","Tue Apr 30 18:09:20 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 10 - Cluster ID: 10, Content Topic: /app99/4/topic406/utf8","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing JSON","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","2","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" +"passed","Tue Apr 30 18:14:04 GMT 2024","Tue Apr 30 18:14:04 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No Decoder","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","determinePubsubTopic","","","","","should return a calculated topic if SingleShardInfo is provided","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 6 - Cluster ID: 10, Content Topic: /app21/3/topic297/xml","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Apr 30 18:17:29 GMT 2024","Tue Apr 30 18:17:29 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" +"passed","Tue Apr 30 18:09:47 GMT 2024","Tue Apr 30 18:09:47 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay + Store","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1714500577468 ","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 1 - Cluster ID: 10, Content Topic: /app50/7/topic265/proto","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty application field","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 9 - Cluster ID: 10, Content Topic: /app17/3/topic587/test.js","" +"passed","Tue Apr 30 18:09:47 GMT 2024","Tue Apr 30 18:09:47 GMT 2024","0","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" +"passed","Tue Apr 30 18:08:58 GMT 2024","Tue Apr 30 18:08:58 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 Apr 30 18:14:04 GMT 2024","Tue Apr 30 18:14:04 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return empty list for no shard","" +"passed","Tue Apr 30 18:21:59 GMT 2024","Tue Apr 30 18:21:59 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" +"passed","Tue Apr 30 18:09:38 GMT 2024","Tue Apr 30 18:09:38 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1714500577468000000 ","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 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 Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error when the topic is within a list of configured topics","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with shell command payload","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" +"passed","Tue Apr 30 18:10:19 GMT 2024","Tue Apr 30 18:10:19 GMT 2024","0","Public methods","","","","","safeDispatchEvent","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Apr 30 18:10:19 GMT 2024","Tue Apr 30 18:10:19 GMT 2024","0","Public methods","","","","","dispatchEvent via connectionManager","" +"passed","Tue Apr 30 18:08:59 GMT 2024","Tue Apr 30 18:08:59 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 6 - Cluster ID: 439, Shard ID: 664","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" +"passed","Tue Apr 30 18:19:44 GMT 2024","Tue Apr 30 18:19:44 GMT 2024","1","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" +"passed","Tue Apr 30 18:14:04 GMT 2024","Tue Apr 30 18:14:04 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Apr 30 18:19:34 GMT 2024","Tue Apr 30 18:19:34 GMT 2024","1","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" +"passed","Tue Apr 30 18:09:21 GMT 2024","Tue Apr 30 18:09:21 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","11","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","Cluster ID 0 - Default/Global Cluster","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","This","Is","","","","A test","" +"passed","Tue Apr 30 18:09:50 GMT 2024","Tue Apr 30 18:09:50 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" +"passed","Tue Apr 30 18:21:59 GMT 2024","Tue Apr 30 18:21:59 GMT 2024","1","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","singleShardInfoToPubsubTopic","","","","","should convert a SingleShardInfo object to the correct PubsubTopic","" +"passed","Tue Apr 30 18:19:51 GMT 2024","Tue Apr 30 18:19:51 GMT 2024","0","Wait for remote peer","","","","","LightPush","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should load peers from local storage and dispatch events","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with rate limit","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Apr 30 18:09:38 GMT 2024","Tue Apr 30 18:09:38 GMT 2024","8","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","singleShardInfosToShardInfo","","","","","should aggregate SingleShardInfos into a ShardInfo","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","0","Static Sharding: Running Nodes","Others","","","","start node with empty shard","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Apr 30 2024 17:16:48 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Apr 30 18:09:09 GMT 2024","Tue Apr 30 18:09:09 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" +"passed","Tue Apr 30 18:18:14 GMT 2024","Tue Apr 30 18:18:14 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong message digest","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /app/27/sometopic/someencoding to shard index 5","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","2","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Tue Apr 30 18:19:13 GMT 2024","Tue Apr 30 18:19:13 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" +"passed","Tue Apr 30 18:09:19 GMT 2024","Tue Apr 30 18:09:19 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with short payload","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Russian payload","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" +"passed","Tue Apr 30 18:10:07 GMT 2024","Tue Apr 30 18:10:07 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Apr 30 18:16:48 GMT 2024","Tue Apr 30 18:16:48 GMT 2024","1","Waku Relay, Interop","","","","","nwaku subscribes","" +"passed","Tue Apr 30 18:08:47 GMT 2024","Tue Apr 30 18:08:47 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with long payload","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" +"passed","Tue Apr 30 18:16:48 GMT 2024","Tue Apr 30 18:16:48 GMT 2024","0","Waku Relay, Interop","","","","","Js publishes, other Js receives","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 6","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should throw an error for an unconfigured topic","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","1","ENR multiaddrs codec","","","","","Sample","" +"passed","Tue Apr 30 18:10:23 GMT 2024","Tue Apr 30 18:10:23 GMT 2024","1","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" +"passed","Tue Apr 30 18:11:04 GMT 2024","Tue Apr 30 18:11:04 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed May 10 2023 18:16:48 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Apr 30 18:10:23 GMT 2024","Tue Apr 30 18:10:23 GMT 2024","0","Connection state","","","","","isConnected return false after peer stops","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" +"passed","Tue Apr 30 18:17:29 GMT 2024","Tue Apr 30 18:17:29 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Tue Apr 30 18:19:51 GMT 2024","Tue Apr 30 18:19:51 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","1","ENR","Verify","","","","should throw error - invalid id","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","shard 0","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","Cluster ID 0 - Default/Global Cluster","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" +"passed","Tue Apr 30 18:19:34 GMT 2024","Tue Apr 30 18:19:34 GMT 2024","0","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/1 topic","" +"passed","Tue Apr 30 18:19:41 GMT 2024","Tue Apr 30 18:19:41 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" +"skipped","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","SDK: Creating by Content Topic","","","","","receives messages sent to provided content topic through callback","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" +"passed","Tue Apr 30 18:19:34 GMT 2024","Tue Apr 30 18:19:34 GMT 2024","0","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","5","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle application and version for autosharding","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","Non TWN Cluster","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1714504335785","" +"passed","Tue Apr 30 18:19:44 GMT 2024","Tue Apr 30 18:19:44 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 7 - Cluster ID: 10, Content Topic: /app12/9/topic224/xml","" +"passed","Tue Apr 30 18:08:59 GMT 2024","Tue Apr 30 18:08:59 GMT 2024","1","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" +"passed","Tue Apr 30 18:11:04 GMT 2024","Tue Apr 30 18:11:04 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Apr 30 18:19:44 GMT 2024","Tue Apr 30 18:19:44 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /statusim/1/community/cbor to shard index 4","" +"passed","Tue Apr 30 18:18:14 GMT 2024","Tue Apr 30 18:18:14 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with special chars payload","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing shell command","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No message returned","" +"passed","Tue Apr 30 18:21:59 GMT 2024","Tue Apr 30 18:21:59 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","contentTopicsByPubsubTopic","","","","","handles different clusterIds correctly","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" +"passed","Tue Apr 30 18:09:20 GMT 2024","Tue Apr 30 18:09:20 GMT 2024","1","Waku Encryption","","","","","pre and post cipher","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","1","Static Sharding: Running Nodes","Others","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" +"passed","Tue Apr 30 18:14:32 GMT 2024","Tue Apr 30 18:14:32 GMT 2024","1","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicsByPubsubTopic","","","","","handles different networkShards values correctly","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureShardingConfigured","","","","","should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","" +"skipped","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","SDK: Creating by Content Topic","","","","","given a waku node and content topic, creates a filter subscription","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Apr 30 18:19:13 GMT 2024","Tue Apr 30 18:19:13 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" +"skipped","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing long","" +"passed","Tue Apr 30 18:08:58 GMT 2024","Tue Apr 30 18:08:58 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" +"passed","Tue Apr 30 18:19:44 GMT 2024","Tue Apr 30 18:19:44 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 1 - Cluster ID: 317, Shard ID: 21","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 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 Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" +"passed","Tue Apr 30 18:09:50 GMT 2024","Tue Apr 30 18:09:50 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","Wrong topic","" +"passed","Tue Apr 30 18:19:10 GMT 2024","Tue Apr 30 18:19:10 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureShardingConfigured","","","","","should return valid sharding parameters for content topics autosharding","" +"passed","Tue Apr 30 18:19:34 GMT 2024","Tue Apr 30 18:19:34 GMT 2024","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with large meta","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 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 Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","shardInfoToPubsubTopics","","","","","should return unique PubsubTopics for static sharding","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","shardInfoToPubsubTopics","","","","","should throw an error for missing required configuration","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","3","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 3 - Cluster ID: 10, Content Topic: /app3/9/topic954/json","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with JSON payload","" +"passed","Tue Apr 30 18:19:13 GMT 2024","Tue Apr 30 18:19:13 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Apr 30 18:16:48 GMT 2024","Tue Apr 30 18:16:48 GMT 2024","0","Waku Relay, Interop","","","","","Publishes to nwaku","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureShardingConfigured","","","","","handles empty shards array correctly","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" +"passed","Tue Apr 30 18:21:59 GMT 2024","Tue Apr 30 18:21:59 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Tue Apr 30 18:19:05 GMT 2024","Tue Apr 30 18:19:05 GMT 2024","0","Waku Store, order","","","","","Promise Callback - forward","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing special chars","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","5","ENR","Txt codec","","","","should throw error - no public key","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr successfully","" +"passed","Tue Apr 30 18:16:48 GMT 2024","Tue Apr 30 18:16:48 GMT 2024","0","Waku Relay, Interop","","","","","Nwaku publishes","" +"passed","Tue Apr 30 18:09:50 GMT 2024","Tue Apr 30 18:09:50 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" +"passed","Tue Apr 30 18:09:19 GMT 2024","Tue Apr 30 18:09:19 GMT 2024","0","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" +"passed","Tue Apr 30 18:16:37 GMT 2024","Tue Apr 30 18:16:37 GMT 2024","1","Peer Exchange","","","","","peerDiscovery without wakuPeerExchangeDiscovery","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" +"passed","Tue Apr 30 18:09:49 GMT 2024","Tue Apr 30 18:09:49 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Apr 30 18:09:49 GMT 2024","Tue Apr 30 18:09:49 GMT 2024","3","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","3","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 8 - Cluster ID: 10, Content Topic: /app9/8/topic783/utf8","" +"skipped","Tue Apr 30 18:16:37 GMT 2024","Tue Apr 30 18:16:37 GMT 2024","1","Peer Exchange","","","","","wrong wakuPeerExchangeDiscovery pubsub topic","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/y/1","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureShardingConfigured","","","","","should configure sharding based on application and version for autosharding","" +"skipped","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","4","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" +"passed","Tue Apr 30 18:19:44 GMT 2024","Tue Apr 30 18:19:44 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" +"passed","Tue Apr 30 18:19:41 GMT 2024","Tue Apr 30 18:19:41 GMT 2024","1","Decryption Keys","","","","","Used by Waku Relay","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/22/sometopic/someencoding to shard index 2","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/$/1","" +"passed","Tue Apr 30 18:19:05 GMT 2024","Tue Apr 30 18:19:05 GMT 2024","0","Waku Store, order","","","","","Promise Callback - backward","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","determinePubsubTopic","","","","","should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","" +"passed","Tue Apr 30 18:09:50 GMT 2024","Tue Apr 30 18:09:50 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Apr 30 18:10:19 GMT 2024","Tue Apr 30 18:10:19 GMT 2024","3","Public methods","","","","","stop","" +"passed","Tue Apr 30 18:10:23 GMT 2024","Tue Apr 30 18:10:23 GMT 2024","0","Connection state","","","","","`waku:online` between 2 js-waku relay nodes","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","4","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","1","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" +"passed","Tue Apr 30 18:08:59 GMT 2024","Tue Apr 30 18:08:59 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" +"passed","Tue Apr 30 18:09:09 GMT 2024","Tue Apr 30 18:09:09 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" +"passed","Tue Apr 30 18:19:34 GMT 2024","Tue Apr 30 18:19:34 GMT 2024","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" +"passed","Tue Apr 30 18:08:58 GMT 2024","Tue Apr 30 18:08:58 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" +"passed","Tue Apr 30 18:19:05 GMT 2024","Tue Apr 30 18:19:05 GMT 2024","0","Waku Store, order","","","","","Query Generator - backward","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" +"passed","Tue Apr 30 18:09:02 GMT 2024","Tue Apr 30 18:09:02 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" +"passed","Tue Apr 30 18:09:19 GMT 2024","Tue Apr 30 18:09:19 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","1","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 5 - Cluster ID: 10, Content Topic: /app93/8/topic386/test.js","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Chinese","" +"passed","Tue Apr 30 18:19:44 GMT 2024","Tue Apr 30 18:19:44 GMT 2024","1","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" +"passed","Tue Apr 30 18:14:04 GMT 2024","Tue Apr 30 18:14:04 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Apr 30 18:09:47 GMT 2024","Tue Apr 30 18:09:47 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" +"passed","Tue Apr 30 18:11:00 GMT 2024","Tue Apr 30 18:11:00 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Apr 30 18:19:41 GMT 2024","Tue Apr 30 18:19:41 GMT 2024","0","User Agent","","","","","Sets default value correctly","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Script payload","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" +"passed","Tue Apr 30 18:11:04 GMT 2024","Tue Apr 30 18:11:04 GMT 2024","2","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" +"passed","Tue Apr 30 18:11:00 GMT 2024","Tue Apr 30 18:11:00 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing unicode special characters and receive message","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureShardingConfigured","","","","","should throw an error for missing sharding configuration","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" +"passed","Tue Apr 30 18:18:14 GMT 2024","Tue Apr 30 18:18:14 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" +"passed","Tue Apr 30 18:19:19 GMT 2024","Tue Apr 30 18:19:19 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is forward","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Apr 30 18:08:58 GMT 2024","Tue Apr 30 18:08:58 GMT 2024","2","to proto message","","","","","Fields are not dropped","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","2","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 8 - Cluster ID: 69, Shard ID: 497","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/29/sometopic/someencoding to shard index 6","" +"passed","Tue Apr 30 18:19:19 GMT 2024","Tue Apr 30 18:19:19 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is backward","" +"passed","Tue Apr 30 18:17:29 GMT 2024","Tue Apr 30 18:17:29 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","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Register correct protocols","" +"passed","Tue Apr 30 18:19:34 GMT 2024","Tue Apr 30 18:19:34 GMT 2024","0","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes don't connect","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Apr 30 18:17:29 GMT 2024","Tue Apr 30 18:17:29 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Apr 30 18:16:19 GMT 2024","Tue Apr 30 18:16:19 GMT 2024","1","Waku Relay","","","","","Decrypt messages","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" +"passed","Tue Apr 30 18:19:41 GMT 2024","Tue Apr 30 18:19:41 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" +"passed","Tue Apr 30 18:14:04 GMT 2024","Tue Apr 30 18:14:04 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","2","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 10 - Cluster ID: 21, Shard ID: 476","" +"passed","Tue Apr 30 18:14:04 GMT 2024","Tue Apr 30 18:14:04 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Apr 30 18:19:25 GMT 2024","Tue Apr 30 18:19:25 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" +"passed","Tue Apr 30 18:09:38 GMT 2024","Tue Apr 30 18:09:38 GMT 2024","1","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","singleShardInfosToShardInfo","","","","","should throw an error for SingleShardInfos with different clusterIds","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","3","Waku Relay, Publish","","","","","Check publish message containing short","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 0","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","2","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 5 - Cluster ID: 746, Shard ID: 645","" +"passed","Tue Apr 30 18:10:07 GMT 2024","Tue Apr 30 18:10:07 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Apr 30 18:09:38 GMT 2024","Tue Apr 30 18:09:38 GMT 2024","10","Events","peer:disconnect","","","","should emit `waku:offline` event when all peers disconnect","" +"passed","Tue Apr 30 18:19:13 GMT 2024","Tue Apr 30 18:19:13 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" +"skipped","Tue Apr 30 18:09:50 GMT 2024","Tue Apr 30 18:09:50 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" +"passed","Tue Apr 30 18:19:51 GMT 2024","Tue Apr 30 18:19:51 GMT 2024","1","Wait for remote peer","","","","","Relay - dialed first","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty version field","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with XML payload","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/\/1","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","3","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" +"passed","Tue Apr 30 18:19:51 GMT 2024","Tue Apr 30 18:19:51 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" +"passed","Tue Apr 30 18:09:20 GMT 2024","Tue Apr 30 18:09:20 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" +"passed","Tue Apr 30 18:19:51 GMT 2024","Tue Apr 30 18:19:51 GMT 2024","1","Wait for remote peer","","","","","Light Node - default protocols","" +"skipped","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/$","" +"passed","Tue Apr 30 18:14:10 GMT 2024","Tue Apr 30 18:14:10 GMT 2024","0","nwaku","","","","","Correctly serialized arguments","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1714504344434","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Mutual subscription","" +"passed","Tue Apr 30 18:19:10 GMT 2024","Tue Apr 30 18:19:10 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" +"skipped","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" +"passed","Tue Apr 30 18:14:32 GMT 2024","Tue Apr 30 18:14:32 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","2","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" +"passed","Tue Apr 30 18:08:59 GMT 2024","Tue Apr 30 18:08:59 GMT 2024","1","Waku Message version 0","","","","","Round trip binary serialization","" +"passed","Tue Apr 30 18:19:41 GMT 2024","Tue Apr 30 18:19:41 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Passing an array","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/toychat/2/huilong/proto to shard index 3","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" +"passed","Tue Apr 30 18:10:23 GMT 2024","Tue Apr 30 18:10:23 GMT 2024","1","Connection state","","","","","isConnected should return true after first peer connects","" +"passed","Tue Apr 30 18:11:00 GMT 2024","Tue Apr 30 18:11:00 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","determinePubsubTopic","","","","","should process correctly when SingleShardInfo has no clusterId but has a shard","" +"passed","Tue Apr 30 18:14:04 GMT 2024","Tue Apr 30 18:14:04 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" +"passed","Tue Apr 30 18:09:47 GMT 2024","Tue Apr 30 18:09:47 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","ensureShardingConfigured","","","","","should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" +"passed","Tue Apr 30 18:09:09 GMT 2024","Tue Apr 30 18:09:09 GMT 2024","0","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" +"passed","Tue Apr 30 18:08:59 GMT 2024","Tue Apr 30 18:08:59 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" +"passed","Tue Apr 30 18:19:34 GMT 2024","Tue Apr 30 18:19:34 GMT 2024","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to stop the service if it was not started","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should add and remove event listeners correctly","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1683742344434","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" +"passed","Tue Apr 30 18:08:47 GMT 2024","Tue Apr 30 18:08:47 GMT 2024","2","RFC Test Vectors","","","","","Waku message hash computation (meta size of 12 bytes)","" +"passed","Tue Apr 30 18:11:00 GMT 2024","Tue Apr 30 18:11:00 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1714500578193 ","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","3","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Apr 30 18:19:44 GMT 2024","Tue Apr 30 18:19:44 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" +"passed","Tue Apr 30 18:09:20 GMT 2024","Tue Apr 30 18:09:20 GMT 2024","0","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","3","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Apr 30 18:10:19 GMT 2024","Tue Apr 30 18:10:19 GMT 2024","0","Public methods","","","","","removeEventListener with wrong event","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" +"passed","Tue Apr 30 18:09:19 GMT 2024","Tue Apr 30 18:09:19 GMT 2024","1","Symmetric Encryption","","","","","Check meta is set [symmetric]","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing long","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 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 Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" +"passed","Tue Apr 30 18:09:09 GMT 2024","Tue Apr 30 18:09:09 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs//1","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Apr 30 18:18:14 GMT 2024","Tue Apr 30 18:18:14 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" +"passed","Tue Apr 30 18:09:47 GMT 2024","Tue Apr 30 18:09:47 GMT 2024","0","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups multiple content topics into the same pubsub topic when they share the same shard index","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" +"passed","Tue Apr 30 18:19:44 GMT 2024","Tue Apr 30 18:19:44 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" +"passed","Tue Apr 30 18:09:50 GMT 2024","Tue Apr 30 18:09:50 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" +"passed","Tue Apr 30 18:17:29 GMT 2024","Tue Apr 30 18:17:29 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","4","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Apr 30 2024 19:16:48 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Apr 30 18:19:19 GMT 2024","Tue Apr 30 18:19:19 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is forward","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 2 - Cluster ID: 10, Content Topic: /app97/6/topic986/json","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" +"passed","Tue Apr 30 18:19:10 GMT 2024","Tue Apr 30 18:19:10 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /incorrect/format","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","3","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/-","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Apr 30 18:19:25 GMT 2024","Tue Apr 30 18:19:25 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","creates an iterator","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","4","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" +"passed","Tue Apr 30 18:08:59 GMT 2024","Tue Apr 30 18:08:59 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1714500577468 ","" +"passed","Tue Apr 30 18:19:19 GMT 2024","Tue Apr 30 18:19:19 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is backward","" +"passed","Tue Apr 30 18:19:51 GMT 2024","Tue Apr 30 18:19:51 GMT 2024","1","Wait for remote peer","","","","","Relay - times out","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","0","Multiaddr from fields","","","","","udp ip6 address","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","5","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 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 Apr 30 18:08:58 GMT 2024","Tue Apr 30 18:08:58 GMT 2024","1","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" +"passed","Tue Apr 30 18:09:21 GMT 2024","Tue Apr 30 18:09:21 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 4 - Cluster ID: 398, Shard ID: 383","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureShardingConfigured","","","","","should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 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 Apr 30 18:10:23 GMT 2024","Tue Apr 30 18:10:23 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" +"passed","Tue Apr 30 18:09:21 GMT 2024","Tue Apr 30 18:09:21 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" +"passed","Tue Apr 30 18:19:13 GMT 2024","Tue Apr 30 18:19:13 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","1","Static Sharding: Running Nodes","Others","","","","configure the node with multiple pubsub topics","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" +"skipped","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Peer Exchange Query","","","","","less peers than existing","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 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 Apr 30 18:19:51 GMT 2024","Tue Apr 30 18:19:51 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Tue Apr 30 18:09:19 GMT 2024","Tue Apr 30 18:09:19 GMT 2024","2","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" +"passed","Tue Apr 30 18:19:10 GMT 2024","Tue Apr 30 18:19:10 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 3 - Cluster ID: 439, Shard ID: 863","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"skipped","Tue Apr 30 18:09:50 GMT 2024","Tue Apr 30 18:09:50 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1714500578193000000 ","" +"passed","Tue Apr 30 18:19:51 GMT 2024","Tue Apr 30 18:19:51 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" +"passed","Tue Apr 30 18:19:13 GMT 2024","Tue Apr 30 18:19:13 GMT 2024","1","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" +"passed","Tue Apr 30 18:19:13 GMT 2024","Tue Apr 30 18:19:13 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" +"skipped","Tue Apr 30 18:09:50 GMT 2024","Tue Apr 30 18:09:50 GMT 2024","0","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /waku/2/content/test.js to shard index 1","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/y","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" +"skipped","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","SDK: Creating by Content Topic","","","","","receives messages sent to provided content topic through stream","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Tue Apr 30 18:19:13 GMT 2024","Tue Apr 30 18:19:13 GMT 2024","1","Waku Store, general","","","","","Query generator for 2000 messages","" +"passed","Tue Apr 30 18:09:02 GMT 2024","Tue Apr 30 18:09:02 GMT 2024","1","Message Validator","","","","","Rejects garbage","" +"passed","Tue Apr 30 18:08:44 GMT 2024","Tue Apr 30 18:08:44 GMT 2024","2","pushOrInitMapSet","","","","","Init the array if not present","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","1","ENR","Static tests","","","","should encode/decode to text encoding","" +"passed","Tue Apr 30 18:09:21 GMT 2024","Tue Apr 30 18:09:21 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" +"passed","Tue Apr 30 18:11:00 GMT 2024","Tue Apr 30 18:11:00 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" +"skipped","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" +"passed","Tue Apr 30 18:11:04 GMT 2024","Tue Apr 30 18:11:04 GMT 2024","8","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","9","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" +"skipped","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Peer Exchange Query","","","","","more peers than existing","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/","" +"passed","Tue Apr 30 18:10:19 GMT 2024","Tue Apr 30 18:10:19 GMT 2024","1","Public methods","","","","","addEventListener with correct event","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" +"passed","Tue Apr 30 18:09:49 GMT 2024","Tue Apr 30 18:09:49 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","contentTopicToPubsubTopic","","","","","should map different content topics to different pubsub topics based on shard index","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" +"passed","Tue Apr 30 18:18:14 GMT 2024","Tue Apr 30 18:18:14 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" +"skipped","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","" +"passed","Tue Apr 30 18:19:10 GMT 2024","Tue Apr 30 18:19:10 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" +"passed","Tue Apr 30 18:10:07 GMT 2024","Tue Apr 30 18:10:07 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/7/0 topic","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" +"passed","Tue Apr 30 18:11:00 GMT 2024","Tue Apr 30 18:11:00 GMT 2024","5","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" +"passed","Tue Apr 30 18:14:32 GMT 2024","Tue Apr 30 18:14:32 GMT 2024","0","Metadata Protocol","","","","","receiving a ping from a peer does not overwrite shard info","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" +"passed","Tue Apr 30 18:08:59 GMT 2024","Tue Apr 30 18:08:59 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"skipped","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing numeric","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Arabic","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1714497135785","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Apr 30 18:19:44 GMT 2024","Tue Apr 30 18:19:44 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" +"passed","Tue Apr 30 18:19:10 GMT 2024","Tue Apr 30 18:19:10 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","shardInfoToPubsubTopics","","","","","should throw an error if shards are undefined for static sharding","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with emoji payload","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" +"passed","Tue Apr 30 18:09:38 GMT 2024","Tue Apr 30 18:09:38 GMT 2024","18","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Apr 30 18:09:09 GMT 2024","Tue Apr 30 18:09:09 GMT 2024","2","Discovery","","","","","returns all values when wanted number matches available values","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","3","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","2","Waku Light Push: Single Node","","","","","Push 30 different messages","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/-/1","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Others","","","","start node with empty content topic","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" +"passed","Tue Apr 30 18:09:49 GMT 2024","Tue Apr 30 18:09:49 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" +"passed","Tue Apr 30 18:10:19 GMT 2024","Tue Apr 30 18:10:19 GMT 2024","0","Public methods","","","","","removeEventListener with correct event","" +"passed","Tue Apr 30 18:10:19 GMT 2024","Tue Apr 30 18:10:19 GMT 2024","0","Public methods","","","","","addEventListener with wrong event","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" +"passed","Tue Apr 30 18:19:05 GMT 2024","Tue Apr 30 18:19:05 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - forward","" +"passed","Tue Apr 30 18:14:10 GMT 2024","Tue Apr 30 18:14:10 GMT 2024","1","multiaddr: dialing","","","","","can dial TLS multiaddrs","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","2","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Apr 30 18:08:44 GMT 2024","Tue Apr 30 18:08:44 GMT 2024","1","pushOrInitMapSet","","","","","Push to array if already present","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 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 Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish message","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToPubsubTopic","","","","","should correctly map a content topic to a pubsub topic for different network shard sizes","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" +"passed","Tue Apr 30 18:19:05 GMT 2024","Tue Apr 30 18:19:05 GMT 2024","1","Waku Store, order","","","","","Ordered Callback - backward","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","contentTopicToShardIndex","","","","","should correctly map /myapp/1/latest/proto to shard index 0","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","10","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/x/1","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" +"skipped","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Apr 30 18:16:53 GMT 2024","Tue Apr 30 18:16:53 GMT 2024","0","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","2","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/ ","" +"passed","Tue Apr 30 18:14:04 GMT 2024","Tue Apr 30 18:14:04 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","1","Local Storage Discovery","Unit Tests","","","","should handle corrupted local storage data gracefully","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with numeric payload","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Apr 30 18:10:23 GMT 2024","Tue Apr 30 18:10:23 GMT 2024","0","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToPubsubTopic","","","","","should use the provided clusterId for the pubsub topic","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Apr 30 18:11:04 GMT 2024","Tue Apr 30 18:11:04 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicsByPubsubTopic","","","","","throws an error for improperly formatted content topics","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","1","Multiaddr from fields","","","","","tcp ip4 address","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","0","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 2 - Cluster ID: 372, Shard ID: 685","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" +"passed","Tue Apr 30 18:10:23 GMT 2024","Tue Apr 30 18:10:23 GMT 2024","0","Connection state","","","","","isConnected between 2 js-waku relay nodes","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","17","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" +"passed","Tue Apr 30 18:08:59 GMT 2024","Tue Apr 30 18:08:59 GMT 2024","1","Sets sharding configuration correctly","","","","","uses static shard pubsub topic instead of autosharding when set","" +"passed","Tue Apr 30 18:16:37 GMT 2024","Tue Apr 30 18:16:37 GMT 2024","1","Peer Exchange","","","","","getPeersByDiscovery","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","This","Is also","","","","A test","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","ensureValidContentTopic","","","","","throws on empty content topic","" +"passed","Tue Apr 30 18:16:19 GMT 2024","Tue Apr 30 18:16:19 GMT 2024","0","Waku Relay","","","","","Delete observer","" +"skipped","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","1","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" +"passed","Tue Apr 30 18:17:29 GMT 2024","Tue Apr 30 18:17:29 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","32","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" +"passed","Tue Apr 30 18:19:10 GMT 2024","Tue Apr 30 18:19:10 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","3","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Tue Apr 30 18:13:06 GMT 2024","Tue Apr 30 18:13:06 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Apr 30 18:09:50 GMT 2024","Tue Apr 30 18:09:50 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 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 Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","determinePubsubTopic","","","","","should return the pubsub topic directly if a string is provided","" +"skipped","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" +"passed","Tue Apr 30 18:18:14 GMT 2024","Tue Apr 30 18:18:14 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1714500577468000000 ","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Apr 30 18:09:09 GMT 2024","Tue Apr 30 18:09:09 GMT 2024","1","Discovery","","","","","returns all values when wanted number is greater than available values","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1714497144434","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","shardInfoToPubsubTopics","","","","","should handle clusterId, application and version for autosharding with cluster iD 1","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","1","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" +"passed","Tue Apr 30 18:09:19 GMT 2024","Tue Apr 30 18:09:19 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"skipped","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","SDK: Creating by Content Topic","","","","","receives messages sent to provided content topic through callback (Waku class)","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","shardInfoToPubsubTopics","","","","","should convert content topics to PubsubTopics for autosharding","" +"passed","Tue Apr 30 18:18:14 GMT 2024","Tue Apr 30 18:18:14 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/\","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" +"skipped","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","0","Peer Exchange Query","","","","","non connected peers","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" +"passed","Tue Apr 30 18:11:04 GMT 2024","Tue Apr 30 18:11:04 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Apr 30 18:09:47 GMT 2024","Tue Apr 30 18:09:47 GMT 2024","0","ENR Interop: ServiceNode","","","","","All","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","1","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 7 - Cluster ID: 813, Shard ID: 367","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /toychat/2/huilong/proto to shard index 3","" +"passed","Tue Apr 30 18:14:04 GMT 2024","Tue Apr 30 18:14:04 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs","" +"passed","Tue Apr 30 18:18:14 GMT 2024","Tue Apr 30 18:18:14 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" +"skipped","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","0","SDK: Creating by Content Topic","","","","","given a content topic, creates a waku node and filter subscription","" +"passed","Tue Apr 30 18:14:10 GMT 2024","Tue Apr 30 18:14:10 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","3","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 7","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/!/1","" +"passed","Tue Apr 30 18:08:47 GMT 2024","Tue Apr 30 18:08:47 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta size of 64 bytes)","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" +"skipped","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Verify","","","","should return false","" +"passed","Tue Apr 30 18:09:38 GMT 2024","Tue Apr 30 18:09:38 GMT 2024","1","Events","peer:disconnect","","","","isConnected should return false after all peers disconnect","" +"passed","Tue Apr 30 18:17:29 GMT 2024","Tue Apr 30 18:17:29 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" +"passed","Tue Apr 30 18:19:51 GMT 2024","Tue Apr 30 18:19:51 GMT 2024","0","Wait for remote peer","","","","","Filter","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","ensureShardingConfigured","","","","","should return valid sharding parameters for static sharding","" +"passed","Tue Apr 30 18:18:26 GMT 2024","Tue Apr 30 18:18:26 GMT 2024","2","Static Sharding: Running Nodes","Different clusters and shards","","","","random static sharding 9 - Cluster ID: 765, Shard ID: 617","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/!","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric shard: /waku/2/rs/1/x","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","6","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1683742335785","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for non-numeric clusterId: /waku/2/rs/ /1","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" +"passed","Tue Apr 30 18:14:32 GMT 2024","Tue Apr 30 18:14:32 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" +"passed","Tue Apr 30 18:09:09 GMT 2024","Tue Apr 30 18:09:09 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" +"passed","Tue Apr 30 18:09:21 GMT 2024","Tue Apr 30 18:09:21 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Apr 30 18:10:19 GMT 2024","Tue Apr 30 18:10:19 GMT 2024","0","Public methods","","","","","getPeersByDiscovery","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Apr 30 18:14:32 GMT 2024","Tue Apr 30 18:14:32 GMT 2024","1","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" +"passed","Tue Apr 30 18:09:50 GMT 2024","Tue Apr 30 18:09:50 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should extract SingleShardInfo from a valid PubsubTopic","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Apr 30 18:19:41 GMT 2024","Tue Apr 30 18:19:41 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" +"passed","Tue Apr 30 18:09:21 GMT 2024","Tue Apr 30 18:09:21 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Apr 30 18:14:32 GMT 2024","Tue Apr 30 18:14:32 GMT 2024","1","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" +"passed","Tue Apr 30 18:10:19 GMT 2024","Tue Apr 30 18:10:19 GMT 2024","0","Public methods","","","","","listenerCount","" +"passed","Tue Apr 30 18:18:14 GMT 2024","Tue Apr 30 18:18:14 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Apr 30 18:12:24 GMT 2024","Tue Apr 30 18:12:24 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","2","singleShardInfosToShardInfo","","","","","should throw an error for empty SingleShardInfos array","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","contentTopicToShardIndex","","","","","should correctly map /0/statusim/1/community/cbor to shard index 4","" +"passed","Tue Apr 30 18:19:34 GMT 2024","Tue Apr 30 18:19:34 GMT 2024","1","Waku Store, page size","","","","","Default pageSize","" +"passed","Tue Apr 30 18:19:10 GMT 2024","Tue Apr 30 18:19:10 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","1","ensureShardingConfigured","","","","","handles empty contentTopics array correctly","" +"passed","Tue Apr 30 18:08:54 GMT 2024","Tue Apr 30 18:08:54 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" +"passed","Tue Apr 30 18:17:19 GMT 2024","Tue Apr 30 18:17:19 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Others","","","","configure the node with multiple content topics","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","0","Local Storage Discovery","Unit Tests","","","","should update peers in local storage on 'peer:identify' event","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Tue Apr 30 18:09:47 GMT 2024","Tue Apr 30 18:09:47 GMT 2024","1","Dials","dialPeer method","For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","pubsubTopicToSingleShardInfo with various invalid formats","","","","","should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","" +"passed","Tue Apr 30 18:19:05 GMT 2024","Tue Apr 30 18:19:05 GMT 2024","0","Waku Store, order","","","","","Query Generator - forward","" +"skipped","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","1","Peer Exchange Query","","","","","connected peers and dial","" +"passed","Tue Apr 30 18:08:53 GMT 2024","Tue Apr 30 18:08:53 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","1","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" +"passed","Tue Apr 30 18:19:00 GMT 2024","Tue Apr 30 18:19:00 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" +"passed","Tue Apr 30 18:09:14 GMT 2024","Tue Apr 30 18:09:14 GMT 2024","0","Local Storage Discovery","Compliance Tests","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" +"passed","Tue Apr 30 18:11:00 GMT 2024","Tue Apr 30 18:11:00 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","determinePubsubTopic","","","","","should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"skipped","Tue Apr 30 18:16:37 GMT 2024","Tue Apr 30 18:16:37 GMT 2024","0","Peer Exchange","","","","","new peer added after a peer was already found","" +"skipped","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Apr 30 18:08:47 GMT 2024","Tue Apr 30 18:08:47 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" +"passed","Tue Apr 30 18:19:25 GMT 2024","Tue Apr 30 18:19:25 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" +"passed","Tue Apr 30 18:10:54 GMT 2024","Tue Apr 30 18:10:54 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Apr 30 18:09:19 GMT 2024","Tue Apr 30 18:09:19 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Apr 30 18:16:16 GMT 2024","Tue Apr 30 18:16:16 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Apr 30 18:09:10 GMT 2024","Tue Apr 30 18:09:10 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" +"passed","Tue Apr 30 18:17:30 GMT 2024","Tue Apr 30 18:17:30 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" +"passed","Tue Apr 30 18:17:16 GMT 2024","Tue Apr 30 18:17:16 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Russian","" +"passed","Tue Apr 30 18:19:10 GMT 2024","Tue Apr 30 18:19:10 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Apr 30 18:18:43 GMT 2024","Tue Apr 30 18:18:43 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Apr 30 18:08:45 GMT 2024","Tue Apr 30 18:08:45 GMT 2024","0","ensurePubsubTopicIsConfigured","","","","","should not throw an error for a single configured topic","" +"passed","Tue Apr 30 18:19:13 GMT 2024","Tue Apr 30 18:19:13 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" +"passed","Tue Apr 30 18:20:20 GMT 2024","Tue Apr 30 18:20:20 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Tue Apr 30 18:09:21 GMT 2024","Tue Apr 30 18:09:21 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Apr 30 18:12:15 GMT 2024","Tue Apr 30 18:12:15 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" +"passed","Tue Apr 30 18:10:07 GMT 2024","Tue Apr 30 18:10:07 GMT 2024","1","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" +"passed","Tue Apr 30 18:13:43 GMT 2024","Tue Apr 30 18:13:43 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","0","Autosharding: Running Nodes","Different clusters and topics","","","","random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic191/json","" +"passed","Tue Apr 30 18:18:09 GMT 2024","Tue Apr 30 18:18:09 GMT 2024","1","Autosharding: Running Nodes","Others","","","","start node with ApplicationInfo","" diff --git a/6962/data/suites.json b/6962/data/suites.json index 5701ef6dd24..8eefc476ccf 100644 --- a/6962/data/suites.json +++ b/6962/data/suites.json @@ -1 +1 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"7f734fb21cacc777","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1714453924717,"stop":1714453924718,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"e4d601f875f52637","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1714453924719,"stop":1714453924719,"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":"43895c6c4eafe50","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714453925047,"stop":1714453925047,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"251f091b2540f221","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714453925048,"stop":1714453925048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on content topic with too few or too many fields","uid":"5b6be3a2944485ea","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714453925048,"stop":1714453925048,"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":"6d33b6931123a9e6","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714453925049,"stop":1714453925049,"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":"22cf455a753cb9e8","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714453925049,"stop":1714453925049,"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":"9cff0f5777c113a5","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714453925049,"stop":1714453925050,"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":"e1237131e461ba8b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714453925050,"stop":1714453925051,"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":"4ed6328ff3c93b6a","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714453925050,"stop":1714453925050,"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":"633fadaf17dd5d6b","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714453925051,"stop":1714453925051,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"df61f8b859332d545754c41005331739"},{"name":"contentTopicToShardIndex","children":[{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"85c278eadb8addb0","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925052,"stop":1714453925052,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"f18deb9e3b0bbaf","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925052,"stop":1714453925053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"450b1975b20eb2f1","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925053,"stop":1714453925054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"b7616af520187478","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925053,"stop":1714453925053,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"94a6e8f1210849fa","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925054,"stop":1714453925054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"f235ce8b8ff406d","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925054,"stop":1714453925055,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"274213a0ff78a9fc","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b1bc1bc5db07e9fd","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925055,"stop":1714453925056,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"f0173304eaea3c58","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"79cc7ecb103e55c1","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"35a66468b19db128","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"ea9e44722fa7ed5f","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925056,"stop":1714453925057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"ce008fe4c8599b9b","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925057,"stop":1714453925057,"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":"ab461a2e4a75ae8","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9699ce6bbf92e8cc02281e3cf839721f"},{"name":"contentTopicsByPubsubTopic","children":[{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"847c1ecd4e508e2","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1714453925058,"stop":1714453925058,"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":"1355394a226fc052","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1714453925058,"stop":1714453925058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"13db8fb6746f84d1","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"d45041c72c63df9","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1714453925059,"stop":1714453925060,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"86279c7a7ebb3efd","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"630d22b460745799705352e83a41ebbb"},{"name":"singleShardInfosToShardInfo","children":[{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"79103309655d5e9d","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"2a2ab5e37b98f125","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1714453925060,"stop":1714453925061,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"97527631fe49b594","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"dcb3ccb891ae816766d2261c6433f083"},{"name":"singleShardInfoToPubsubTopic","children":[{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"4ab4180859ba99d2","parentUid":"019109a65419887777e599cebbf04c7f","status":"passed","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"019109a65419887777e599cebbf04c7f"},{"name":"shardInfoToPubsubTopics","children":[{"name":"should convert content topics to PubsubTopics for autosharding","uid":"fe002c4399712ba2","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"b08c65b77d52bba9","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714453925061,"stop":1714453925062,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"a4b2de468c08a38f","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714453925062,"stop":1714453925063,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"ff1afd77c3b8d639","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle application and version for autosharding","uid":"b546bbc8e797654d","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"96c0524c73e853d5","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"f3edff3c3998a20e","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"e2a102a9c0c110d0","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"c515402771bd81e8","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"258e680909aa6b34f16d75376981a0bb"},{"name":"pubsubTopicToSingleShardInfo with various invalid formats","children":[{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"fb32a42297e3ef9","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925064,"stop":1714453925065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"a37500d3e670694c","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"a67b485fb9968d5","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"9dfe5eee17543369","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925065,"stop":1714453925066,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"f6c5c5027f8a1242","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"fadfa25a11028a89","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"83a2333635d43f50","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925066,"stop":1714453925067,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"b84df16735a00a4f","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"37ab29c6159148d7","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925067,"stop":1714453925068,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"21017a38a9a3dbc","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"2d27815002d1a8a4","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"d80cf24564043e9e","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"26a7dcc5e79a725e","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925068,"stop":1714453925069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"e33a0733b1bb23cb","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925069,"stop":1714453925070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"b2f10cf391e02f86","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"d12e3bc299ff19cc","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"734636c2e333c2e2","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"22ab9faaff7c253a","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"e06c326806e47794","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925071,"stop":1714453925072,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"4fa4b782e36258f7","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"23d1635548ff1b62","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"c5412e1660a6dc56","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ccf995cc05ccf5d4ca0dd0e9faace051"},{"name":"ensurePubsubTopicIsConfigured","children":[{"name":"should not throw an error for a single configured topic","uid":"3bdb555df86f17bb","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"48d0abbee0a0a6b9","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"ff4e45aa33a0f8cb","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31db813f7583183316906b1886ed94f5"},{"name":"determinePubsubTopic","children":[{"name":"should return the pubsub topic directly if a string is provided","uid":"a178a61a7b254d83","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1714453925073,"stop":1714453925074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"b94cae4d742a1da9","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"55f9b9e03bf0d166","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"4a7bbd1eb6121857","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"2911a22315c17e0f","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5feccc070f611ca5a3a360d1be4e108e"},{"name":"ensureShardingConfigured","children":[{"name":"should return valid sharding parameters for static sharding","uid":"9175e0c1df70ae2e","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714453925075,"stop":1714453925076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on application and version for autosharding","uid":"56921560f00fd5c8","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"c57bd4b8d988b562","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","uid":"8cea5daf6686ff0e","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","uid":"8fea3f6704e60d77","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714453925077,"stop":1714453925078,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","uid":"6132fdce66961742","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"fdd7425299411ec5","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"2ebb69614cbce2b4","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"d0fc060167965271","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714453925078,"stop":1714453925079,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ed63b24f8659343b1d130eb7edd9b4af"},{"name":"contentTopicToPubsubTopic","children":[{"name":"should correctly map a content topic to a pubsub topic","uid":"6f1cccf1375d2a04","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"2887c837dc45541c","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"e3d75be66200835","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"205a515f1503c009","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7115ef39d68a6548f7d909112eedbc83"},{"name":"Relay Shard codec","children":[{"name":"should throw an error for insufficient data","uid":"b91a5877a0e65321","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1714453925096,"stop":1714453925097,"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":"4c4e44b14de62d31","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"c26fbc04ccbd6cc8","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"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":"c762a912d3437679","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0a320832c9bd4eaa31fb7d59663170b"},{"name":"RFC Test Vectors","children":[{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"a22d15c1c91f72cb","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1714453927576,"stop":1714453927578,"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":"46c08e9d3c6655b1","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1714453927578,"stop":1714453927579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"7468e6aa08025773","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1714453927578,"stop":1714453927578,"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":"152f5c1f4a593388","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1714453927579,"stop":1714453927579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"ENR waku2 codec","children":[{"name":"Encoding","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"cc31056d5cd1476a","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714453932701,"stop":1714453932703,"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":"320819ff5bfbd74b","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714453932703,"stop":1714453932704,"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":"65e4dbe094e430aa","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714453932704,"stop":1714453932705,"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":"22c2e457700ce5f7","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714453932704,"stop":1714453932704,"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":"7e7aeffa72cddfed","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714453932705,"stop":1714453932705,"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":"5aa1adc76e0e8394","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714453932706,"stop":1714453932707,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"841e25efbaf31fab","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714453932706,"stop":1714453932706,"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":"3ee1b8e25a53b9a3","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714453932707,"stop":1714453932707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d18435591d7a87016ce49b755f63a93b"},{"name":"Decoding","children":[{"name":"should be able to decode the field with only RELAY set to true","uid":"f3e8683d8c910fb","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714453932708,"stop":1714453932709,"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":"e366f77a739fae54","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714453932709,"stop":1714453932709,"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":"cca2592e92624d9a","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714453932709,"stop":1714453932710,"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":"16d2f708d2a201df","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714453932710,"stop":1714453932710,"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":"1b49c683620b8e8","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714453932710,"stop":1714453932711,"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":"f3726921a28f6c51","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714453932711,"stop":1714453932712,"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":"177075e0e50478e2","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714453932711,"stop":1714453932711,"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":"93218fb3db6a5ca1","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714453932712,"stop":1714453932712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"ENR multiaddrs codec","children":[{"name":"Sample","uid":"2349a45d58f61b6d","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1714453932841,"stop":1714453932841,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a2221ab58e9529401660d406d60ec8d9"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"8b8aead8e76b74f2","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1714453932856,"stop":1714453932857,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"ee533373a8271683","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1714453932857,"stop":1714453932857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should encodeTxt and decodeTxt","uid":"911d0e08ce1e8bad","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"81f3bf36253786c3","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"e1eeae8b1b591047","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714453933331,"stop":1714453933332,"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":"4fa1c71ef517914c","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1f741534f97503bf","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"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":"bdc5b8c3f646637d","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"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 - invalid id","uid":"632faa9461f93af2","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"95ec738bcbe5908f","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"9d690a09d6a0f453","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"f88416f091948627","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1714453933333,"stop":1714453933333,"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":"87b922b93e32d905","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"10de672e42011c50","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1714453933333,"stop":1714453933334,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"d1400ddfc844d1a7","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"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":"d03213d8e857f439","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"8e825648015175c8","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"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":"2c6554d6352592f5","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"6d5f5e1dc6624474","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"44fde4dbf2a455cc","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"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":"fbdb3b3ead4d39dc","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5eda9edc5693c963","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"3d3b31a8f55795d2","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"2f18c74bf5c2821f","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ea17b90c87c7a4ccb17b1e3861b3d911"},{"name":"waku2 key round trip","children":[{"name":"should set field with only RELAY enabled","uid":"a10685214d07a916","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"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":"3e09396f8002a3a8","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"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":"36da131d15ffb329","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"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":"bf64358b433daf75","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"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":"2be863e591aa7720","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"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":"81702d5eac4343f6","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"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":"7b99fc4a013d77fb","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1714453933339,"stop":1714453933339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d38d3c1929a20307dce6c2492f754ae3"}],"uid":"8bc0d03481d47f999cc7ec458535a066"},{"name":"to proto message","children":[{"name":"Fields are not dropped","uid":"1cbf58175e256334","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1714453937585,"stop":1714453937587,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"filterPeersByDiscovery function","children":[{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"d5c87ac4700c8a6a","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1714453937810,"stop":1714453937811,"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":"9dec738be8fe8cf0","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1714453937810,"stop":1714453937810,"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":"d8fef94c72714df6","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1714453937811,"stop":1714453937812,"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":"fc96fdc720d91514","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1714453937812,"stop":1714453937812,"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":"6a9202d0003fbad8","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1714453938217,"stop":1714453938217,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"5c0db5554655ccb5","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1714453938217,"stop":1714453938218,"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":"a749995bcd759a68","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1714453938218,"stop":1714453938218,"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":"f340d12bc226960","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453938218,"stop":1714453938219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2129a5256a01352f","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453938219,"stop":1714453938220,"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":"fdc38db838ef3c19","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453938219,"stop":1714453938219,"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":"4e03ee2bc096ebfa","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453938220,"stop":1714453938220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3a39da6f2a4c905b","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453958107,"stop":1714453958107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"88ea70751a6632d3","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453958108,"stop":1714453958109,"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":"4c050b5c8cd2bbfe","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453958108,"stop":1714453958108,"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":"dbb0d67216c4e9b6","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453958109,"stop":1714453958109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"a6b9f837f97ccbdc","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453959968,"stop":1714453959968,"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":"99bcaacf0bc86bd5","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453959968,"stop":1714453959968,"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":"885004a40e588723","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"29c46322bd4c8c1f","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"02687840b4ed30b3975e93e47cf5fab1"},{"name":"Sets sharding configuration correctly","children":[{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"4df98a4e1e852160","parentUid":"16c91517e17a283bda5303edede9b71d","status":"passed","time":{"start":1714453938220,"stop":1714453938221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"16c91517e17a283bda5303edede9b71d"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"98dcfe478c706b36","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1714453941571,"stop":1714453941572,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"e0f5c50d9c8b1602","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1714453941572,"stop":1714453941573,"duration":1},"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":"76a860dbc78313ed","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1714453947385,"stop":1714453947388,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"c954686625503a99","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1714453947389,"stop":1714453947389,"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":"acdae15864adfb6d","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1714453947390,"stop":1714453947390,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e96f7ebf248e9ee266bbabaa57f331e3"},{"name":"Fetch nodes until capabilities are fulfilled","children":[{"name":"1 Relay, 1 fetch","uid":"9210bb3f98bb49e2","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1714453948528,"stop":1714453948529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"aa639e7f722ae19e","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1714453948529,"stop":1714453948530,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"2c14904a2be498f8","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1714453948530,"stop":1714453948530,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"7746ba6cc102b180","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1714453948531,"stop":1714453948531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"25a8b31b55bc82e7403bfb15b9b86ff1"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should parse and verify and DNS root entry","uid":"fca7a2cd599806c4","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714453948676,"stop":1714453948676,"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":"7e397afae7d85244","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714453948677,"stop":1714453948677,"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":"4b32203bcaed95b7","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714453948678,"stop":1714453948678,"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":"27824d3505a5984c","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714453948679,"stop":1714453948679,"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":"dd4fe7483e0a151b","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714453948680,"stop":1714453948680,"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":"2fe886026f753cf8","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714453948681,"stop":1714453948681,"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":"916667c65dd8f36b","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714453948681,"stop":1714453948682,"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":"50813197f18914e4","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714453948682,"stop":1714453948684,"duration":2},"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":"4d11e2eadf9244fd","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714453948684,"stop":1714453948686,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"DNS Node Discovery","children":[{"name":"retrieves a single peer","uid":"f0b8ed3591934862","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714453949188,"stop":1714453949189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"dab3404b5da8b511","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714453949189,"stop":1714453949189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"cab688b50a76686b","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714453949189,"stop":1714453949190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"b47384f4ebcd3e3","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"248736087726a566","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"ad71939287b6ef30","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714453949191,"stop":1714453949191,"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":"8a633af914ad7cba","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1714453949191,"stop":1714453949191,"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":"7c7e16d19bcdf01a","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1714453949191,"stop":1714453949192,"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":"1511a39543aae2da","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1714453949192,"stop":1714453949192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"790b2d22581f4d68","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1714453949192,"stop":1714453949192,"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":"82bcf922ae2ddbae","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1714453949193,"stop":1714453949193,"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":"9d6ce6e1f52ae2d1","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"8858ecaca373b2e6","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1714453949194,"stop":1714453949194,"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":"8438a27c06408ef7","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1714453987203,"stop":1714453987203,"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":"90d88435719f78c5","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1714453987204,"stop":1714453987204,"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":"f56de170d5ae8ddf","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1714453987221,"stop":1714453987222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37"},{"name":"Local Storage Discovery","children":[{"name":"Compliance Tests","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start and stop the service","uid":"7cf47c3e133619b9","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714453952288,"stop":1714453952289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"535754dedc17a9c7","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714453952288,"stop":1714453952288,"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":"24f53d033f11f313","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714453952289,"stop":1714453952289,"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":"a719eb3221e49cff","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714453952289,"stop":1714453952289,"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":"d8c85e6a5df7e2b3","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714453952290,"stop":1714453952290,"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":"a07e742b3bebc9aa","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714453952290,"stop":1714453952290,"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":"78a2ad174cdf22c8","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714453952291,"stop":1714453952291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2a51a07e742fa8afd842cf4855bdd0f1"}],"uid":"bb5ded28d45f36ad0bb1c74d84b6b1d3"},{"name":"Unit Tests","children":[{"name":"should load peers from local storage and dispatch events","uid":"7d10c048738ce176","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1714453952291,"stop":1714453952292,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"89d9985891e36821","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1714453952292,"stop":1714453952292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"184c5fa7aa6e70ad","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1714453952292,"stop":1714453952293,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"ea27bc63ec332f7e","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1714453952293,"stop":1714453952293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"361af1005e60dfa1a3a025920c31b84d"}],"uid":"1668bc1a952e5aa9e171c1d148a68d98"},{"name":"Symmetric Encryption","children":[{"name":"Round trip binary encryption [symmetric, no signature]","uid":"bd47b74a9713ab08","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1714453958104,"stop":1714453958105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"60fb6708ee3c5d8","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1714453958105,"stop":1714453958106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"3bdb71a1f7c762c4","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1714453958106,"stop":1714453958106,"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":"8d60fca85892100c","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1714453958693,"stop":1714453958694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"bcc4888625da6a03","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1714453958694,"stop":1714453958694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"389448522adce881","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1714453958694,"stop":1714453958695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"e94cd70fb1228d3e","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1714453958695,"stop":1714453958695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"78a81a796157785eced8795b5d5da376"},{"name":"Ecies Encryption","children":[{"name":"Round trip binary encryption [ecies, no signature]","uid":"6ea2fb83e0de3f56","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1714453959966,"stop":1714453959967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"8486d7c936c16c86","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1714453959967,"stop":1714453959967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"69208f71730b93b8","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1714453959967,"stop":1714453959968,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"ab7ce96b27b0cd01","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1714453975110,"stop":1714453975113,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"396cdb0623f12452","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1714453975114,"stop":1714453975115,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"f0656d12ecfd18d8","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1714453975116,"stop":1714453975117,"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":"2979dc9eeb885010","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1714453975118,"stop":1714453975119,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"peer:disconnect","children":[{"name":"should emit `waku:offline` event when all peers disconnect","uid":"64fa5366db1f23ff","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1714453975164,"stop":1714453975166,"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":"2f3ea35f6b6456d5","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1714453975167,"stop":1714453975168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d7937a00be10139346006034772224cc"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"3edd193aadebec16","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1714453983002,"stop":1714453983003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"182178b203b90571613cbdadd6cad620"},{"name":"dialPeer method","children":[{"name":"For bootstrap peers","children":[{"name":"should be called for bootstrap peers","uid":"60ebd24e08061e3d","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1714453983003,"stop":1714453983004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"34f5f1819da7cc3d","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1714453983004,"stop":1714453983005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"99dcbcaf3922acac9dc2c0af5ad8a17b"},{"name":"For peer-exchange peers","children":[{"name":"should be called for peers with PEER_EXCHANGE tags","uid":"6d30717ecb68d96c","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1714453983005,"stop":1714453983005,"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":"1577a134e21deabe","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1714453983006,"stop":1714453983006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70305888014cca813a499759942f9c6c"}],"uid":"b248944ce0f00c94bcdc7396e4533210"}],"uid":"a163fb66409e7422eb33a7d9d68c9cbb"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral field is preserved - encoder v0","uid":"2cf0c6efa3a9353b","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1714453985197,"stop":1714453985198,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"690dca5a57a257f2","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1714453985197,"stop":1714453985197,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"13102f2416e8cb8b","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1714453985199,"stop":1714453985199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"f90b78a002abbfce","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1714453985200,"stop":1714453985200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay","uid":"610eb8a6f3d1bbde","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1714453985445,"stop":1714453985445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"7a1a3e203790ce33","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1714453985446,"stop":1714453985447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"74d129034fce1caf","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1714453985446,"stop":1714453985446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"dbd3192d891a738c","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714453987174,"stop":1714453987175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"ec1f06b9e075c5cd","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714453987175,"stop":1714453987175,"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":"38f3f028c823b6a4","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714453987176,"stop":1714453987180,"duration":4},"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":"e96f2339435f0ca6","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714453987181,"stop":1714453987182,"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":"70c663d21c7fadb0","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714453987195,"stop":1714453987196,"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":"e2310273037cb329","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714453987196,"stop":1714453987198,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not receive a peer event after stop","uid":"150082852497d5c","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714453987198,"stop":1714453987200,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"fccedd48d03b0f2d","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1714454006711,"stop":1714454006712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"82c82a0680f59272","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1714454006712,"stop":1714454006712,"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":"43ffd9bee8343b65","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c5be782bb853c4d","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"8b53ae16e9abd831","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714454015964,"stop":1714454015965,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"ce14cf8db4c30f17","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714454015965,"stop":1714454015965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"c008dfc7cb2ca5f","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714454015966,"stop":1714454015966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"365784bbddcc2ab","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714454015966,"stop":1714454015967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"4379686570f85166","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"886b50bdae21943","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"695d8f01740fb80f","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714454015968,"stop":1714454015971,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"f4b894b1ff5fc042","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"e305159f5283acab","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7edea4fe6f0e135280e6d533cfa8f16a"},{"name":"Connection state","children":[{"name":"should emit `waku:online` event only when first peer is connected","uid":"8073810db91e3b78","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714454024386,"stop":1714454024386,"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":"783501477060d35c","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714454024387,"stop":1714454024387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"a995320871416e47","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714454024387,"stop":1714454024388,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"df92d0b0a879d62d","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714454024388,"stop":1714454024389,"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":"ab25e40647917517","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714454024388,"stop":1714454024388,"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":"1b824c1d129967f6","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"3b7bc096570ba6ac","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714454024389,"stop":1714454024389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"fdeafc74da58eb02","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1714454048328,"stop":1714454048328,"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":"bc89187ee8b9f93","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1714454048328,"stop":1714454048329,"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":"552b4eaa39538363","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1714454048329,"stop":1714454048332,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Should fail to subscribe with decoder with wrong pubsubTopic","uid":"bccefa013f371888","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1714454048332,"stop":1714454048333,"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":"9e0f356892cfb93a","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1714454048336,"stop":1714454048336,"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":"e6bde31a36086432","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1714454048337,"stop":1714454048338,"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":"58d527055cf2e164","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1714454048338,"stop":1714454048339,"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":"94473e77ab33d81b","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1714454048339,"stop":1714454048340,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1a4ed0ee63fab288032da5da6369d602"},{"name":"Waku Filter V2 (Named sharding): Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"7e27df1c492fc8f5","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1714454048341,"stop":1714454048342,"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":"7b08ba6b451966ba","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1714454048342,"stop":1714454048343,"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":"f84e02868fe0ffa4","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1714454048343,"stop":1714454048344,"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":"97051404c203f14e","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1714454048344,"stop":1714454048345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on subscribed peer","uid":"d001304e8bde542e","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1714454053292,"stop":1714454053292,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"748ccf9739238cdc","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1714454053292,"stop":1714454053294,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c537b29e3e3509c0","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1714454053294,"stop":1714454053294,"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":"e60bf3cd0831c243","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1714454053294,"stop":1714454053295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d0611b03c1f8ce8952692cb4235036e6"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","children":[{"name":"Ping on subscribed peer","uid":"e5fa9624633014a9","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1714454053295,"stop":1714454053295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"6109428a37ce9ad2","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1714454053295,"stop":1714454053296,"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":"1c1c020ea7f8e0e5","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"a121347414f39a69","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"5a2ca3839c0646f9","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714454066545,"stop":1714454066545,"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":"3f3d2c06f80823b8","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714454066545,"stop":1714454066546,"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":"b17a27ff7b6939c","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714454066546,"stop":1714454066546,"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":"3715a1ce74188c8d","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714454066546,"stop":1714454066547,"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":"38ee74cff7891b07","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714454066547,"stop":1714454066547,"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":"3c1d3070999fb87f","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714454066547,"stop":1714454066548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing long","uid":"b4ef28de9cffb070","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133717,"stop":1714454133734,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"422c01e61af8bf7e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133717,"stop":1714454133717,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"58c0bc7abfd2cb0d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133734,"stop":1714454133734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"93fae3a94dd87ae7","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133734,"stop":1714454133735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"79b12bfc3d50a780","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133735,"stop":1714454133735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"d4b7867c9186a581","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133735,"stop":1714454133736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"500228db3e6aa166","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133736,"stop":1714454133737,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"50408345c4a70e38","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133736,"stop":1714454133736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"720a5ad4e0e15e1e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7908cd0f6bebde96","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133737,"stop":1714454133737,"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":"f2ed7094606a655e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133738,"stop":1714454133749,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"370da373122a2277","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133749,"stop":1714454133752,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"329209713ce6040b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133753,"stop":1714454133756,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"88d11e551cf3b08f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133757,"stop":1714454133758,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"50846528f87440f9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133757,"stop":1714454133757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"482fab1e1b49fba3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133775,"stop":1714454133775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974781000000 ","uid":"47062b73b5c138bd","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133775,"stop":1714454133776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b386dc830cff9211","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133776,"stop":1714454133777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974781 ","uid":"40017be7be309895","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133776,"stop":1714454133776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"dd4be3caab96835c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133777,"stop":1714454133777,"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":"ce60afd6c7939703","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133777,"stop":1714454133778,"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":"75c123815b343483","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133778,"stop":1714454133782,"duration":4},"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":"623b30e2668ba1c2","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133785,"stop":1714454133785,"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":"2a0c8c9aa73d902d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133785,"stop":1714454133785,"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":"9dd038a6eb40c75c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133786,"stop":1714454133787,"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":"ba49a0f6a0fee7e0","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714454133786,"stop":1714454133786,"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":"801bf757971b8236","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1714454133787,"stop":1714454133787,"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":"2d6cda14eb1087b5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1714454133787,"stop":1714454133790,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"152bad9102957fb1d7f75e43c67592bd"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"53cc4b20311d828a","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714454140403,"stop":1714454140403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"1db6e2d04e385095","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714454140404,"stop":1714454140404,"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":"682770c0b64e5c92","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714454140404,"stop":1714454140404,"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":"9f10808592c79f71","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714454140405,"stop":1714454140405,"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":"18ac2c9ceb0ed553","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714454140405,"stop":1714454140405,"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":"de88d86f83fbd656","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714454140406,"stop":1714454140406,"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":"13cdc3054c2755bc","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714454140406,"stop":1714454140407,"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":"ca4d78625681bfd8","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714454140407,"stop":1714454140407,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8e643730e7ca5afcecfc693fc2316ad5"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"45d9da11f7dfebc3","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1714454140435,"stop":1714454140436,"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":"8645fb71d432457d","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1714454140437,"stop":1714454140438,"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":"2a2b3549fc0e71d8","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1714454140440,"stop":1714454140441,"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":"78cea8e2858631b9","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1714454140440,"stop":1714454140440,"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":"16e508a5233d780a","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1714454140441,"stop":1714454140442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b28b27077275dade6e0658409c39ea7"},{"name":"maxBootstrapPeers=2","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3ef6e3bd4d25eeaf","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1714454140445,"stop":1714454140445,"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":"d88950b501cec473","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1714454140445,"stop":1714454140446,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"88f07c7e6a66ef20","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1714454140446,"stop":1714454140446,"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":"3e90d963d77c5295","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1714454140446,"stop":1714454140447,"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":"ebb1826b4abf9f65","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1714454140446,"stop":1714454140446,"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":"5fcb1bc994175490","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1714454140447,"stop":1714454140449,"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 3 bootstrap peers","uid":"14c66ff69319547e","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1714454140450,"stop":1714454140450,"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":"4268fea317aefe10","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1714454140451,"stop":1714454140451,"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":"849be0f2d33be703","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1714454140454,"stop":1714454140465,"duration":11},"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":"b38522128eff9403","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1714454140465,"stop":1714454140465,"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":"cb6de39c524db29a","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7f1a1524a3c0ba7","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1714454140466,"stop":1714454140466,"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":"c39cddbcef6e5a21","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1714454140467,"stop":1714454140468,"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":"1b300338292455c0","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1714454140467,"stop":1714454140467,"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":"c66ae5011ba225ee","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1714454140467,"stop":1714454140467,"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":"9173833b3de9b1b3","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1714454140468,"stop":1714454140468,"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":"a07d2bba4bd5a39f","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1714454140468,"stop":1714454140469,"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":"2ee48248c9103084","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1714454140469,"stop":1714454140469,"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":"3a05758f5fcc383f","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1714454140469,"stop":1714454140470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"4900aca55f82f272","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1714454140470,"stop":1714454140470,"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":"ec56c91814540405","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1714454140470,"stop":1714454140471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"4fdd0c9700bae2ca","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1714454140471,"stop":1714454140471,"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":"ae3a58e3bc9a1aa7","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1714454140471,"stop":1714454140471,"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":"dd1b6f6d5cb91a83","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1714454140472,"stop":1714454140472,"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":"f15cff6392f257e3","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1714454140472,"stop":1714454140472,"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":"9ca8fb5f560bc585","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1714454140479,"stop":1714454140479,"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":"a2e49e93251e4cea","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1714454140479,"stop":1714454140480,"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":"4801f2b3b24673c2","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1714454140480,"stop":1714454140480,"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":"c3aa88a5a72d00f4","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1714454140480,"stop":1714454140481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"e014b23c14045743","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1714454140481,"stop":1714454140481,"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":"3c851e01aec3ab98","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1714454140481,"stop":1714454140482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"7a5508f488d65048","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714454185395,"stop":1714454185395,"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":"5456f646cc0f7e5e","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714454185395,"stop":1714454185396,"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":"14ebea972904cc90","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714454185396,"stop":1714454185397,"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":"8f1c9dcc1f6d8be1","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714454185396,"stop":1714454185396,"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":"8e45a16baec4e262","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714454185397,"stop":1714454185397,"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":"4c6bf6d34efde39f","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714454185397,"stop":1714454185397,"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":"7877262849c54037","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714454185398,"stop":1714454185398,"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":"fbbe7248dd4b4334","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714454185398,"stop":1714454185398,"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":"62d3ead9b9aeee80","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714454185399,"stop":1714454185399,"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":"a0aeee07ed856dff","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714454185399,"stop":1714454185399,"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":"b5c5226e61f44ab9","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714454185399,"stop":1714454185400,"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":"601453b951bf8882","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714454185400,"stop":1714454185401,"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":"ad29bd016a2bb619","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227462,"stop":1714454227462,"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":"58686c45e2f3094d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227463,"stop":1714454227463,"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":"4ffbb2ec5fbf22ff","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227463,"stop":1714454227463,"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":"348242e87072cabf","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227464,"stop":1714454227464,"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":"c295eb63f07b59a6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227464,"stop":1714454227464,"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":"6416ed07ce907968","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227464,"stop":1714454227465,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"3c18160e58227f1f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227465,"stop":1714454227465,"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":"4e5744d05aee5ec6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227465,"stop":1714454227465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6ee8a999b0372610","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227466,"stop":1714454227467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"b2ad88fa893ae2f5","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227466,"stop":1714454227466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"57df6038c586e17e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227467,"stop":1714454227468,"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":"c88341182d8ab926","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227468,"stop":1714454227468,"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":"3c05ec57f7e41d95","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227468,"stop":1714454227468,"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":"107db3233676f4ee","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227469,"stop":1714454227469,"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":"c3a2ea0b927787e5","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227469,"stop":1714454227469,"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":"2bd18019522168d9","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227469,"stop":1714454227470,"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":"844baa4ccc96a85e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227470,"stop":1714454227470,"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":"d56ed5abe262dab0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227470,"stop":1714454227471,"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":"7f5affd9564ff4b2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227471,"stop":1714454227471,"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":"8cb05ff20a15d150","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227471,"stop":1714454227471,"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":"39bfb46788072db1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227472,"stop":1714454227472,"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":"e87ef7d0fa9561b8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227472,"stop":1714454227472,"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":"1d6b5811ab3f0333","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227472,"stop":1714454227473,"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":"51f6223c4088f1d5","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227473,"stop":1714454227478,"duration":5},"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":"75e14a87ff799f1f","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227478,"stop":1714454227478,"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":"db5c9f40c9fecb1c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227479,"stop":1714454227479,"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":"74151707d603349e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227479,"stop":1714454227479,"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":"67b005b80e4fcacd","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227479,"stop":1714454227480,"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":"c07f8a6274673f80","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714454227480,"stop":1714454227480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"4a19d00a39e51cc6","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1714454227628,"stop":1714454227628,"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":"86db4a2e7194d6de","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1714454227628,"stop":1714454227629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"dcdf5581f2b5090b","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1714454246972,"stop":1714454246973,"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":"a59d0b6c532b3a67","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1714454246973,"stop":1714454246974,"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":"fc7d391cf12af8a9","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1714454246975,"stop":1714454246975,"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":"a599ad9bfeb412ff","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1714454246976,"stop":1714454246977,"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":"bbc1f65dd042b50f","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1714454246977,"stop":1714454246978,"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":"7158792a1d171752","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1714454246978,"stop":1714454246979,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c38d88c628db61092cac75ccc09fe906"},{"name":"Waku Light Push (named sharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"ede29f0ec7067cfa","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1714454246980,"stop":1714454246980,"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":"e2b0fe4800e9c818","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1714454246980,"stop":1714454246980,"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":"98247afe3b59bc07","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1714454246981,"stop":1714454246981,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"b0866868a2728cdc","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1714454253971,"stop":1714454253971,"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":"949ad993f0999974","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1714454253972,"stop":1714454253972,"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":"62a10a3722152fa4","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1714454254053,"stop":1714454254055,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b5a4331680bd014f81e396f3a45e3e05"},{"name":"Metadata Protocol","children":[{"name":"receiving a ping from a peer does not overwrite shard info","uid":"e11b09c32e4245e3","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1714454282970,"stop":1714454282971,"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":"bde8d5ea77d01645","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1714454282970,"stop":1714454282970,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connections","children":[{"name":"same cluster, different shard: nodes connect","uid":"44c72fa50b273120","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1714454282971,"stop":1714454282972,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"b71d567b89d3c557","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1714454282971,"stop":1714454282971,"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":"d7b3f569bfd8c4f6","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1714454282972,"stop":1714454282972,"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":"a2a3a2bca3a0f955","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1714454282973,"stop":1714454282973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"bcea2ebd0247fbe8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365872,"stop":1714454365873,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"5328c19c212b7083","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365873,"stop":1714454365874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"4e0847641116460","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365873,"stop":1714454365873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cdfd92e1d0a584e4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365874,"stop":1714454365875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"324ebb1e0275b911","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365874,"stop":1714454365874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"d8ebbf1eef227af2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3e4a510800c948f3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"53138ca4f3570f27","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365876,"stop":1714454365877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"345e66d32fbcd6a4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365876,"stop":1714454365876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"a39bd8284dc3baa7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365877,"stop":1714454365877,"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":"96e0b3e1e7e28fa1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365877,"stop":1714454365878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5aacec4f998f630b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"c51cea92de0a8a0f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"cc226b5c47a82ded","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"86aa425568eb79fb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365879,"stop":1714454365880,"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":"2b726e2fb17db9be","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"2a7fa1fbeaa472cb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365880,"stop":1714454365880,"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":"8d0e405bc346e19b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365880,"stop":1714454365881,"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":"50002bb0313fa728","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365881,"stop":1714454365881,"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":"34aa7725de24f6d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365882,"stop":1714454365882,"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":"5cbebff8b3c1731b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365882,"stop":1714454365883,"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":"6355d150384b23bb","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365882,"stop":1714454365882,"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":"efd0428b12fec0ed","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365883,"stop":1714454365884,"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":"b75757847885d762","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365883,"stop":1714454365883,"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":"88aab81e5b7a0cbf","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365883,"stop":1714454365883,"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":"b804799c670fe26d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365884,"stop":1714454365884,"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":"70cd68626942b1d0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365884,"stop":1714454365884,"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":"c3e658179da8e401","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365885,"stop":1714454365885,"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":"e6ad9b3c67e127f8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365885,"stop":1714454365885,"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":"b440b652388dbb15","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365885,"stop":1714454365886,"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":"93eec2e256dcae48","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365886,"stop":1714454365886,"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":"b1470b467b07695d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365886,"stop":1714454365887,"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":"fba972ef52316a29","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365887,"stop":1714454365887,"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":"725d8e9fe4945f41","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365887,"stop":1714454365888,"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":"8477fa36e8d62ab2","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365887,"stop":1714454365887,"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":"50f80d8287975dd9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365888,"stop":1714454365889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"9e55301b5dfcc7a8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365888,"stop":1714454365888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"81115b534c84157c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683695740677","uid":"a60632fcbd7f49b9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714450540677","uid":"f386ed12451212a6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365890,"stop":1714454365890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714457740677","uid":"abbadf86a5f12dd6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365891,"stop":1714454365891,"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":"cc672f02c0f6693d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365891,"stop":1714454365891,"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":"7952cb5ecae3961","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714454365892,"stop":1714454365892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Peer Exchange Query","children":[{"name":"connected peers and dial","uid":"4b77e3a7dfb812c1","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1714454366018,"stop":1714454366018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"d7be35af6bff9dd4","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1714454366018,"stop":1714454366019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"9aa84bf9c7572f61","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"db1849652f5bc06d","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e7815ed0daad3788f63cfd3be43a4047"},{"name":"Waku Relay","children":[{"name":"Decrypt messages","uid":"7546a68a60612fab","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1714454368452,"stop":1714454368452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"63ca4d840510b808","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1714454368452,"stop":1714454368453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"194f6290ae9e2aa9","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1714454394847,"stop":1714454394847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"a424ce4330773987","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1714454394847,"stop":1714454394848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"3dc094901eed865d","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"a577700760d1e408","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Peer Exchange","children":[{"name":"new peer added after a peer was already found","uid":"2ffcb024f6ed47cc","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1714454401484,"stop":1714454401485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"9af69e385e26a129","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1714454401484,"stop":1714454401484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"8277228402516e10","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1714454401485,"stop":1714454401486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"f311722b056e6909","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1714454401485,"stop":1714454401485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"222f09296d0a0685","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"18bd6c1195d8f1fd","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714454443270,"stop":1714454443270,"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":"8c6aea5b08dcc52","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714454443271,"stop":1714454443271,"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":"b19a1613c82f16f9","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714454443271,"stop":1714454443272,"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":"4dbf053e2c4c05f","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714454443271,"stop":1714454443271,"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":"1c6c4e9ccace8115","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714454443272,"stop":1714454443273,"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":"425327f5c3ddfcf8","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714454443273,"stop":1714454443273,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"ddadf397e724f9a4","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1714454407731,"stop":1714454407732,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"665b4275db649b6a","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1714454407732,"stop":1714454407733,"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":"cc677e6c19076f0b","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1714454407732,"stop":1714454407732,"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":"495dfab5cc54205d","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1714454407733,"stop":1714454407733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"22131f39d6081398","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1714454407733,"stop":1714454407734,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"62af1eaa8c0cf397","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1714454407734,"stop":1714454407734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"706c8093a8b07e62","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1714454407734,"stop":1714454407735,"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":"e0d72b6b4a86b312","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1714454407735,"stop":1714454407735,"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":"8635295706a2da1b","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1714454407735,"stop":1714454407736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9af974e884daf598","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1714454407736,"stop":1714454407736,"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":"3ac3839c93a0da51","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1714454407736,"stop":1714454407736,"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":"63166007e027e072","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1714454407737,"stop":1714454407737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8474426d673ab23e850081c564316d14"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"64b8bccdb90d6a15","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429786,"stop":1714454429787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"ae2e6cab1f6e11c3","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429787,"stop":1714454429787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"d6e6a3f076ba6a3c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429787,"stop":1714454429788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"adb47ba19245ef6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429788,"stop":1714454429789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"e46647fae114face","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429788,"stop":1714454429788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"7e8a5db98dc2cbab","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"3170cd6575f63649","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"f3e8c9f0b15dd120","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"794d8ae8dde3d4e7","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"2f20ec857c7f94a4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429791,"stop":1714454429791,"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":"544721888cbb5c68","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429791,"stop":1714454429791,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"dd5ca5408b30e879","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429792,"stop":1714454429793,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"73fc7ac1628ba423","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429792,"stop":1714454429792,"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":"8cc4f82d88683c68","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429793,"stop":1714454429794,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"458717fdec14a00d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429793,"stop":1714454429793,"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":"4c87aaa6abea2431","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429794,"stop":1714454429795,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"8ca53bb690110d14","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429794,"stop":1714454429794,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed May 10 2023 05:20:01 GMT+0000 (Coordinated Universal Time)","uid":"91260ee08236c91f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429796,"stop":1714454429796,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 04:20:01 GMT+0000 (Coordinated Universal Time)","uid":"5d9aa07dd9d0069a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429796,"stop":1714454429797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 06:20:01 GMT+0000 (Coordinated Universal Time)","uid":"4febf61c6dff6767","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429797,"stop":1714454429797,"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":"1bbb477805e7b323","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429798,"stop":1714454429798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"553b78278a8ed105","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429798,"stop":1714454429798,"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":"dc77af7a324f720a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429799,"stop":1714454429799,"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":"74c1525140a0cc70","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429799,"stop":1714454429799,"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":"69215ffe8c76cc83","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429800,"stop":1714454429800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"4cfb07bfa45cf2bd","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"d4d899213be6ad3d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429801,"stop":1714454429802,"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":"27ae06f16454653c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"c6ea6ff5a4b463fb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714454429802,"stop":1714454429802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"540857cd9aa465b36ce09e6d7509872d"},{"name":"SDK: Creating by Content Topic","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"dd395b0f82b2c404","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"skipped","time":{"start":1714454429952,"stop":1714454429953,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a waku node and content topic, creates a filter subscription","uid":"ab7a13e404677766","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"skipped","time":{"start":1714454429953,"stop":1714454429953,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through stream","uid":"6b85ce25b512fb31","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"skipped","time":{"start":1714454429954,"stop":1714454429955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback","uid":"e911eca885dcdcf2","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"skipped","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback (Waku class)","uid":"2e7f4a1fc9e5353a","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"skipped","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"20e2ce6e283b791be82d528f8b74f17d"},{"name":"Waku Relay, Subscribe","children":[{"name":"Mutual subscription","uid":"6f4ac4a5dbb07841","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431990,"stop":1714454431990,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a84df6108fc7175c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431990,"stop":1714454431991,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"18e11e911cf90622","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"b1f97fbb6fa26907","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431991,"stop":1714454431991,"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":"5a034fe0e785b523","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431992,"stop":1714454431993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"655884fd8b8ad3fd","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"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":"a4f0f7c95844166e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"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":"c0b02c4a46b9c4b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6e05bedbf6bcd01b","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1714454431993,"stop":1714454431993,"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":"9eb826e00b1d0eed","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431993,"stop":1714454431994,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5517e26426f217ec","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1714454431993,"stop":1714454431993,"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":"ad3c7e506dc51f8b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431994,"stop":1714454431994,"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":"5dccd4db2193d7eb","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431994,"stop":1714454431994,"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":"8027cf929ebba3b7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431995,"stop":1714454431995,"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":"953b84f7113846e1","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431995,"stop":1714454431995,"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":"857460668633a4b5","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431996,"stop":1714454431997,"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":"cc8b49760542847c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431996,"stop":1714454431996,"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":"4ab6da241dea098d","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431996,"stop":1714454431996,"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":"2038f3e0d2f22510","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431997,"stop":1714454431997,"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":"75664724777d73a6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431997,"stop":1714454431997,"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":"d915625ee6ea5a47","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431998,"stop":1714454431999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b27e6837887935eb","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431998,"stop":1714454431998,"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":"a69a0eb229744db6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431998,"stop":1714454431998,"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":"c6d2df2ab0d656ba","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454431999,"stop":1714454431999,"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":"b56a06462fa380ed","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454432000,"stop":1714454432000,"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":"9b59e339fb20b71","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714454432000,"stop":1714454432000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing short","uid":"64930ecfacd402be","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434300,"stop":1714454434300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"601ef7664453d0a9","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434300,"stop":1714454434301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"5252f7a98a1e4085","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434301,"stop":1714454434301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9b05cb219f7c1485","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5160daf398f04b67","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"20f36617bdf81683","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434302,"stop":1714454434303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"e0e5c5ac8589faff","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434303,"stop":1714454434303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"c1e2a111fa2b3ebd","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434303,"stop":1714454434304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"9e9974055955c41c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"44ab962d18821101","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"270bb73d64b6b15b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434305,"stop":1714454434305,"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":"80762d6d33e53eab","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8dceb0a79abf3c83","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434305,"stop":1714454434306,"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":"9bbd359325e5566f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434306,"stop":1714454434307,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"28eca425e334553c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434306,"stop":1714454434306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406000000 ","uid":"5c0fc99b4bad4e5e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"63c8feb48d539bee","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406 ","uid":"38493759ecafcd54","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434308,"stop":1714454434308,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ed52e6f25675fb56","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434308,"stop":1714454434309,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"b7049958848ea998","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434309,"stop":1714454434309,"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":"d3f278d43222a8fb","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434309,"stop":1714454434310,"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":"ad601e5eab0248ce","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434310,"stop":1714454434311,"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":"fa708f7264fbc5b2","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434311,"stop":1714454434312,"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":"e8d22242ba14c6e5","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434312,"stop":1714454434312,"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":"5aacc4ac67efce99","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714454434312,"stop":1714454434312,"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":"54fe9ecbfcd4b200","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1714454434313,"stop":1714454434313,"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":"e92bbd9d39f969db","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1714454434313,"stop":1714454434313,"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":"bcce7888304a3191","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434313,"stop":1714454434320,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"dfa8149ee8ed789c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434320,"stop":1714454434321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"a202d63d4eb93af4","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434320,"stop":1714454434320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"32d513c4e4365c39","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434321,"stop":1714454434322,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"2b34701fa0b19cf1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"ccf0dc3fb083edd8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"cfe3ee72c68f101a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"260f110eb8f28957","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"779b4d1d3514cdc8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434323,"stop":1714454434323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c7d9413f90c4386","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434323,"stop":1714454434323,"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":"f56e9332a5b3cfed","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434323,"stop":1714454434324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"fdab4c0cb8ae6c76","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b41f4d5e18d7cd90","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"36cf5a52944417c7","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434325,"stop":1714454434334,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing unicode special characters","uid":"1e2600fa072d8c68","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434334,"stop":1714454434334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3729d0cebba73a7","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434334,"stop":1714454434335,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406000000 ","uid":"202e712c40e6ed6a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406 ","uid":"5553bda8a4c66a36","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434335,"stop":1714454434335,"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":"34725e5fd4dee5b7","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434336,"stop":1714454434337,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"236206fe7564f7a5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434336,"stop":1714454434336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"f2fa6ff8d7d2b535","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434336,"stop":1714454434336,"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":"21f150444f2c2a0d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434337,"stop":1714454434337,"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":"27dbeb104c845fbc","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434337,"stop":1714454434337,"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":"f844de063955df2c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434338,"stop":1714454434343,"duration":5},"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":"b9c668e97b36eff1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714454434344,"stop":1714454434345,"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":"83a6ef733c616c84","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1714454434345,"stop":1714454434345,"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":"5f47d6d378130518","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1714454434346,"stop":1714454434346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"ff2bc33329b55265","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714454479294,"stop":1714454479295,"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":"a1b22b2fcb4aa473","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714454479294,"stop":1714454479294,"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":"e2986bd955e4b154","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714454479295,"stop":1714454479296,"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":"2cc2420e7469c1ee","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714454479295,"stop":1714454479295,"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":"be0ec04898c9b4cd","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714454479296,"stop":1714454479296,"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":"8c7b4a06ed58fac0","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714454479296,"stop":1714454479297,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"87d9b1eba3314455","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"e312299caf8fe964","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"4210b61d3d5e6220","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714454479297,"stop":1714454479298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Autosharding: Running Nodes","children":[{"name":"Different clusters and topics","children":[{"name":"Non TWN Cluster","uid":"adcb3345f40b4d0","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483200,"stop":1714454483201,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"91bdebb70e439511","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483200,"stop":1714454483200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app88/2/topic696/xml","uid":"526c9ec7da110c2a","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483201,"stop":1714454483202,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app98/8/topic585/test.js","uid":"d90f2f66f9ff72b1","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483201,"stop":1714454483201,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic752/utf8","uid":"32cf2fcb2366ae9a","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483202,"stop":1714454483203,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/5/topic900/xml","uid":"21c946949252089a","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483202,"stop":1714454483202,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app64/3/topic307/xml","uid":"eca22cc21afdf4ba","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483203,"stop":1714454483204,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app12/2/topic99/utf8","uid":"7e71ba6bbae91ad2","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483204,"stop":1714454483204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app40/9/topic615/json","uid":"b4c29191cef4bb03","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483204,"stop":1714454483205,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app69/2/topic755/xml","uid":"14f7e6d6ad69cc93","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app85/5/topic455/xml","uid":"1778d82f3530d5a5","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app57/4/topic816/test.js","uid":"15fe9fd73584153f","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"6dfb5d9fa6dc3879","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e8b0f6eec77d72e8a8dfd3fa7b06b150"},{"name":"Others","children":[{"name":"using a protocol with unconfigured pubsub topic should fail","uid":"58d7e30b4979337c","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1714454483207,"stop":1714454483208,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"f7f34db7d4dbcba6","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1714454483207,"stop":1714454483207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"d2fee9df710e76fc","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1714454483208,"stop":1714454483209,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with ApplicationInfo","uid":"19a3714f0480676d","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1714454483208,"stop":1714454483208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c1298819c2cb74c1497f827790fba312"}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Static Sharding: Running Nodes","children":[{"name":"Different clusters and shards","children":[{"name":"shard 0","uid":"93961b8980769455","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485748,"stop":1714454485748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"5112b462c3ee8c8b","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485749,"stop":1714454485749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 887, Shard ID: 831","uid":"ea6cdb28412fded","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485750,"stop":1714454485751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 196, Shard ID: 680","uid":"8270070da7be5245","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485750,"stop":1714454485750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 740, Shard ID: 883","uid":"189065852df67ab","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485751,"stop":1714454485751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 231, Shard ID: 992","uid":"7b9e5ca804c5724","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485751,"stop":1714454485752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 560, Shard ID: 511","uid":"1c854944502ebe26","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485752,"stop":1714454485753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 457, Shard ID: 586","uid":"740f018d93b66c09","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485753,"stop":1714454485754,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 634, Shard ID: 405","uid":"62214ec321b1d6cc","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485753,"stop":1714454485753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 548, Shard ID: 998","uid":"62f3d7d26e488cff","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485754,"stop":1714454485762,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 512, Shard ID: 977","uid":"a486d61d1489c387","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485762,"stop":1714454485764,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 604, Shard ID: 846","uid":"26385a235ac648e5","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714454485765,"stop":1714454485765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70f57a908a322d723a1cc74c6af07cc9"},{"name":"Others","children":[{"name":"configure the node with multiple pubsub topics","uid":"142da8326336c4a8","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1714454485766,"stop":1714454485766,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard","uid":"9ad334ba27e764f7","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1714454485767,"stop":1714454485768,"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":"f94eabf3ee2e344a","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1714454485767,"stop":1714454485767,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"55b20afdd36c6a3fe4fbc5148e0b6cb1"}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"73b947c9791e2441","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507870,"stop":1714454507871,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"cf0d629c4ef6e89e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507871,"stop":1714454507871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e57afcd0ab8740ac","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507872,"stop":1714454507873,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"33e4d7e99c9d224b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507872,"stop":1714454507872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"9879f1d88b61ff7e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507873,"stop":1714454507873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"6a6f102bfbc2dfb3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507873,"stop":1714454507874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2c5dc8fd300e6868","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507874,"stop":1714454507875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"b661498e731835b0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"cae898362c003417","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fa92a3574fa963d5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507876,"stop":1714454507877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"d331e42afaebe844","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507876,"stop":1714454507876,"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":"231b1f8a5458edb4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507876,"stop":1714454507876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b7d9fb57ce9aff92","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"d8d86956b226a407","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"bf0ce7cfb5745d64","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507878,"stop":1714454507878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"3ca436425d851713","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507878,"stop":1714454507879,"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":"d8231ee594c29cfa","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507878,"stop":1714454507878,"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":"126fc36daeefdc98","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507879,"stop":1714454507879,"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":"d11c7eb94b0582e1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507879,"stop":1714454507880,"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":"8ed2984a1ad2ff94","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507880,"stop":1714454507881,"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":"c179e9116260b630","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507880,"stop":1714454507880,"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":"d0d58013e6fd25bc","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507881,"stop":1714454507903,"duration":22},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"d6b61b1b22c1f123","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507904,"stop":1714454507905,"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":"f6086d94713e2c09","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507904,"stop":1714454507904,"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":"254abb0ad0bf6c39","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507904,"stop":1714454507904,"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":"73ef15ae25f813db","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507905,"stop":1714454507905,"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":"8c1f181afc3391c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507905,"stop":1714454507906,"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":"3ace9c8dc0835b9e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507906,"stop":1714454507907,"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":"a5de0bca57562b2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507906,"stop":1714454507906,"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":"cdfc1c2e0e5b226a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507907,"stop":1714454507907,"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":"769c037935a1f35a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507907,"stop":1714454507908,"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":"97b5497832cbc17d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507908,"stop":1714454507908,"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":"6b0f674fb69a64a0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507908,"stop":1714454507909,"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":"a7f11f099c8e8f6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507909,"stop":1714454507911,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing emoji","uid":"b20b71879f77492f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507909,"stop":1714454507909,"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":"5c3209cfa50c2406","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507911,"stop":1714454507912,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"552a27866dd01fc4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507911,"stop":1714454507911,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"5f0c94faab0b1963","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683695733923","uid":"4ac3fb410d92a997","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714457733923","uid":"4caea0356689c41b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507913,"stop":1714454507913,"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":"812f81fa9e3ebbf8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507913,"stop":1714454507915,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714450533923","uid":"15177e420031cf20","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507913,"stop":1714454507913,"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":"4dd0362e2086d317","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714454507915,"stop":1714454507916,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"feeefb2f6cacb514","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530128,"stop":1714454530129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"fd977fcef1c27b76","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530129,"stop":1714454530130,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"6fca1ad0b0e751c6","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530130,"stop":1714454530131,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"a2f2ab911097bc77","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530131,"stop":1714454530132,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"7b887c14a7518f0b","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530132,"stop":1714454530133,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"f8d5ffc61033009c","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530133,"stop":1714454530134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"e1f3c0ad6c0c4972","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530134,"stop":1714454530135,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"6bec232bcfaf5fb9","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530135,"stop":1714454530136,"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":"3371c8a123abc729","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530135,"stop":1714454530135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"9300e0413272eff7","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530136,"stop":1714454530136,"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":"9046eaffdbfc122b","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"20945e5c0ad5df93","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Store, order","children":[{"name":"Query Generator - forward","uid":"ed8b37c600129423","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714454530565,"stop":1714454530565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"ec6b52485edc7b97","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714454530566,"stop":1714454530566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"b5172eabcef5af28","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714454530566,"stop":1714454530567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"a7d1d034949e657a","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"d362041d60108eee","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"471251607050a193","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714454530568,"stop":1714454530568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"682e29e2021b61d0","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1714454532108,"stop":1714454532109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"db2f09f632b54913","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1714454532109,"stop":1714454532111,"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":"273c614a2e9fbf79","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1714454532111,"stop":1714454532118,"duration":7},"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":"11485742e92a5325","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1714454532119,"stop":1714454532120,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9585b5a234034e49","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1714454532120,"stop":1714454532121,"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":"641defe93b04859a","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1714454532126,"stop":1714454532128,"duration":2},"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":"e1fa59cd66f361ed","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1714454532130,"stop":1714454532131,"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":"59e9c665196f60e8","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1714454532131,"stop":1714454532132,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"d751093e0a8ca0b4","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1714454532131,"stop":1714454532131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"3175466a28a0d37c","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714454543142,"stop":1714454543143,"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":"c42d6cc84b13578a","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714454543143,"stop":1714454543144,"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":"7c29e5d3e267f362","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714454543144,"stop":1714454543145,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages with different content topic format","uid":"f91574c33efc4a7b","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714454543145,"stop":1714454543146,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"f1d75d60f771cd52","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714454543146,"stop":1714454543146,"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":"bf4e63e04842be2b","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714454543147,"stop":1714454543147,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f9092ecf976cce75","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714454543147,"stop":1714454543148,"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":"ae1a2ed372f5e873","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714454543148,"stop":1714454543149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"2fa994bdc9086411","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714454543150,"stop":1714454543156,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"5550cb418fd645f8","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1714454546217,"stop":1714454546217,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"c9dd827e4d4c6d7e","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1714454546217,"stop":1714454546218,"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":"baed2d319d6c77e9","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1714454546218,"stop":1714454546218,"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":"54b44fca46498582","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1714454546218,"stop":1714454546219,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"creates an iterator","uid":"736b53aa5bad9e09","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1714454554064,"stop":1714454554065,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"8778fef67418c927","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"2d4499723c47916f","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1714454554065,"stop":1714454554065,"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":"9a9e0d2133a25055","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714454561529,"stop":1714454561530,"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":"a423b9ceba6af956","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714454561530,"stop":1714454561531,"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":"db7e2b5fe80db9ee","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714454561530,"stop":1714454561530,"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":"4a366561f388923e","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714454561531,"stop":1714454561531,"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":"f463ee7f2075060","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714454561532,"stop":1714454561532,"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":"5091c4afaea8e08","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714454561533,"stop":1714454561534,"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":"484e513fd35776d3","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714454561533,"stop":1714454561533,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"738e6ac959f49e","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714454561534,"stop":1714454561534,"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":"7afabe10515d0260","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714454563517,"stop":1714454563518,"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":"3c3f702aa2bdd046","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714454563518,"stop":1714454563518,"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":"d9f915c3242b668e","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714454563518,"stop":1714454563518,"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":"cf38d7efcc81a42a","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714454563519,"stop":1714454563519,"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":"8ee5e40c40732883","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714454563519,"stop":1714454563519,"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":"7ec7c9a15854a258","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714454563519,"stop":1714454563520,"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":"2121bc3d4dac1fda","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714454563520,"stop":1714454563520,"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":"dc09e913abdfe17f","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714454563520,"stop":1714454563520,"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":"41274160cba54976","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714454563521,"stop":1714454563521,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"Does not throw an exception when node disconnects","uid":"24097be2e48270b","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1714454568758,"stop":1714454568759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"a5116bf3ad2295c1","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1714454568758,"stop":1714454568758,"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":"7fbbe738036c2fe8","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1714454568759,"stop":1714454568760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"9f5931fbe953585a","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1714454568760,"stop":1714454568760,"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":"f554367a4b78af4","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1714454568760,"stop":1714454568761,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"52067d21d3b9b02e","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1714454568761,"stop":1714454568761,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed first","uid":"c81bbce22cf1e82a","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714454576887,"stop":1714454576888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"448420bd4f22f484","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714454576888,"stop":1714454576889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"c8fd325505dd090a","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714454576888,"stop":1714454576888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"3190927bc793791d","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"93e0214dd64c40cf","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"fb5353c5b8ccf62f","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714454576890,"stop":1714454576891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"5f8b8b623a1f8c54","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"423211a438c5838f","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"3cf49bb602f87ad8","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714454576891,"stop":1714454576891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"358acd15f77aeb3c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605538,"stop":1714454605538,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"88370a19eabce987","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605538,"stop":1714454605538,"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":"8ffdf75a21eca4a3","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"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":"c025c083c5d3ea34","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"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":"458b989a037dcd52","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"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":"49dc5076c9a4ab47","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"93780d81c9f8f1ef","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605540,"stop":1714454605541,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 100 topics (new limit) at once and receives messages","uid":"83a1465acc1917a7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"a8a5884ec5146f6d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"c891f1146b37df47","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605541,"stop":1714454605542,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"b708eb1a315f032f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605541,"stop":1714454605541,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8f340b4099f0ed49","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605541,"stop":1714454605541,"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":"48d627556b6292be","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605542,"stop":1714454605542,"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":"495ef014f9517999","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605542,"stop":1714454605543,"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":"be1cc6a3eac27677","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605542,"stop":1714454605542,"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":"d60c20001d591fe0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605543,"stop":1714454605543,"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":"80ddf2de593139fd","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605543,"stop":1714454605543,"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":"1a3def65471817f7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605543,"stop":1714454605544,"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":"10f2665a148e1890","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605544,"stop":1714454605544,"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":"d354daf77595a7d4","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605544,"stop":1714454605545,"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":"83c725b1b2bc432c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605544,"stop":1714454605544,"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":"67c6a9e80a14fa09","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"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":"ea69942a51369027","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"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":"8184cf130790bd91","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"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":"4b9f8eccee694fa5","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605546,"stop":1714454605546,"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":"4628c4e3b9455f36","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605546,"stop":1714454605547,"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":"e196c53a3df830ef","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605546,"stop":1714454605546,"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":"680e45e7815e4847","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714454605547,"stop":1714454605547,"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":"e477d8a9ecd81e52","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605548,"stop":1714454605548,"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":"22adbb8becab1e01","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605548,"stop":1714454605549,"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":"1649de1693046db8","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605548,"stop":1714454605548,"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":"dbb6237e8cfe43f2","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605549,"stop":1714454605549,"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":"e1251203e83bc953","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605549,"stop":1714454605549,"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":"8a95cd316b10809a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605550,"stop":1714454605551,"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":"4df129b61f360582","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605550,"stop":1714454605550,"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":"76c77909e1f65c0c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"59353287c04c7ee5","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"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":"f6298b5b5c546838","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"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":"9c5bf1d3fd8efcc6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605552,"stop":1714454605553,"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":"334461603bed8848","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9a932b70851738f9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"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":"69d78185ed2aa63","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"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":"f4df6d8394579107","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605553,"stop":1714454605554,"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":"9c3d6a714804c48a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"a28d93c2ed2dcbae","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"80ea932d94737aea","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"f67bd0dd7ca5b883","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"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":"8bc933dcda60a0a3","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"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":"e823c0e19f01a261","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"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":"4bdc1498c12cbfb0","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"644bf9020a51a244","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605555,"stop":1714454605556,"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":"167b52438eea132c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"8e1d205d79fad5b0","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"a889015c43487494","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605556,"stop":1714454605557,"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":"3f270fc87c0055e8","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605556,"stop":1714454605556,"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":"98a605494c1322d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714454605556,"stop":1714454605556,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"e1d7a120e82c5b90","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1714455040951,"stop":1714455040952,"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":"b27e1b051b4aea07","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"broken","time":{"start":1714455040952,"stop":1714455040953,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"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":"92b84ba02c3676a3","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1714455040953,"stop":1714455040953,"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":"cc865e4c4c2d3d5f","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1714455040954,"stop":1714455040954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"58d347f0207cb02302f257aa9e53af85"}],"uid":"31cf7130db9192e27d145b7dfbb2a390"}],"name":"suites"} \ No newline at end of file +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"10d288e7c59d7064","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1714500524938,"stop":1714500524940,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"9a52730d134cc2d2","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1714500524940,"stop":1714500524941,"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":"d1b18bd1d293126f","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714500525319,"stop":1714500525319,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"1926af0546a62203","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714500525319,"stop":1714500525320,"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":"87ad57e86c68baf2","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714500525320,"stop":1714500525321,"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":"9476f380a86c57fa","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714500525320,"stop":1714500525320,"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":"a867d1ad9633030c","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714500525321,"stop":1714500525321,"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":"7d19400836b17eef","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714500525322,"stop":1714500525322,"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":"b6770be6f45df4a1","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714500525322,"stop":1714500525323,"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":"2c2c0c0baf6115b0","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714500525323,"stop":1714500525323,"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":"60d702220dfa1695","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1714500525323,"stop":1714500525325,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"df61f8b859332d545754c41005331739"},{"name":"contentTopicToShardIndex","children":[{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"3dc1842cc5f126a","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525326,"stop":1714500525327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"77b47bbc73fe30ae","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"ecdab7aaec3e2502","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"e76b8f588e099d71","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"aee09556798882cc","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"367c5926dde5e795","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525329,"stop":1714500525330,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"aa77eacded28aae2","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"624075f60b0db9f4","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"b6461989fe790946","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"848188bfba41e624","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"96e55199e0140fd4","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525331,"stop":1714500525332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"3c890611cf4dd1da","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"cda918490853df15","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"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":"209d3a7bf06afc1e","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1714500525332,"stop":1714500525332,"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":"7551580a7f512cd1","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1714500525332,"stop":1714500525333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"9cdec572f5f7e56e","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1714500525333,"stop":1714500525334,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"b4765182a2281a9","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1714500525333,"stop":1714500525333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"77683c7e761ed22f","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"884e411caabff7c5","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"630d22b460745799705352e83a41ebbb"},{"name":"singleShardInfoToPubsubTopic","children":[{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"f71e1402cb19e9ef","parentUid":"019109a65419887777e599cebbf04c7f","status":"passed","time":{"start":1714500525335,"stop":1714500525335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"019109a65419887777e599cebbf04c7f"},{"name":"singleShardInfosToShardInfo","children":[{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"e0fdd2e852dc00f6","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1714500525335,"stop":1714500525336,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"1190abc013506cc2","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1714500525336,"stop":1714500525338,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"3f50ab4fed69ed24","parentUid":"dcb3ccb891ae816766d2261c6433f083","status":"passed","time":{"start":1714500525338,"stop":1714500525338,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"dcb3ccb891ae816766d2261c6433f083"},{"name":"shardInfoToPubsubTopics","children":[{"name":"should handle application and version for autosharding","uid":"f99b7ccb56c66078","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714500525339,"stop":1714500525340,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"a940c7d241ba9981","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"313ae8ba8a855aa2","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"631fcfe71131aa94","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714500525340,"stop":1714500525340,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"54002427390e2373","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714500525340,"stop":1714500525341,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"747b48d5bab153c3","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"c174621bb8b75f63","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"a47c7cab2db69ccb","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714500525341,"stop":1714500525342,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"de9bd2c4f93199c1","parentUid":"258e680909aa6b34f16d75376981a0bb","status":"passed","time":{"start":1714500525342,"stop":1714500525342,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"258e680909aa6b34f16d75376981a0bb"},{"name":"pubsubTopicToSingleShardInfo with various invalid formats","children":[{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"c45329e41b4cab14","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525342,"stop":1714500525343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"5e27031e21aec5f7","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"f7dd78e90cad84fd","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"fcc2648606c65fe0","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"44ab81e6055e3514","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525344,"stop":1714500525345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"b170c0c92e35239b","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"b025d9c195b284d4","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"cafe3e38896b330b","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"3d0348f5a357ae92","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"24d48a533b5fbaff","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"70a253442772ee4b","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"1e0b675900c72d57","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"fa3299b3794b8151","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525346,"stop":1714500525347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"43d94f3a16a3baad","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"f86b7e224943a720","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525347,"stop":1714500525348,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"aa247201a3fb723","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"57331a9f05143fc2","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525348,"stop":1714500525349,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"47d633b57c065e69","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"d7890eeace11e1c4","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"e0b618b9f8bcd0a1","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525349,"stop":1714500525349,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"818043849ef53ca4","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525349,"stop":1714500525350,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"26c55e92eeb84d1","parentUid":"ccf995cc05ccf5d4ca0dd0e9faace051","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ccf995cc05ccf5d4ca0dd0e9faace051"},{"name":"ensurePubsubTopicIsConfigured","children":[{"name":"should not throw an error for a single configured topic","uid":"faeddac9cbbeb5bc","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"7afdff6f7ddb1766","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"72d00f8b5a196564","parentUid":"31db813f7583183316906b1886ed94f5","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31db813f7583183316906b1886ed94f5"},{"name":"determinePubsubTopic","children":[{"name":"should return the pubsub topic directly if a string is provided","uid":"730a7bc8785c1412","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1714500525351,"stop":1714500525352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"e254a4edbcc03ce0","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"473d9d2f5437cb63","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"2726bd564b23c74d","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"7e5f99268964ffe3","parentUid":"5feccc070f611ca5a3a360d1be4e108e","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5feccc070f611ca5a3a360d1be4e108e"},{"name":"ensureShardingConfigured","children":[{"name":"should return valid sharding parameters for static sharding","uid":"53e4295489ad8df3","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714500525353,"stop":1714500525354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"bbef66225a9bc34d","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on application and version for autosharding","uid":"5e1a4158b48e298","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","uid":"9b78fe9533b350fa","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","uid":"3fdd18bddef224f1","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714500525355,"stop":1714500525356,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","uid":"37f2d6b246cdb46f","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"bb3f15327a9a6788","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"1ab0a626c39973ca","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"3a37652771e26284","parentUid":"ed63b24f8659343b1d130eb7edd9b4af","status":"passed","time":{"start":1714500525356,"stop":1714500525357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ed63b24f8659343b1d130eb7edd9b4af"},{"name":"contentTopicToPubsubTopic","children":[{"name":"should correctly map a content topic to a pubsub topic","uid":"9ffbb044e6fc0174","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1714500525357,"stop":1714500525357,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"327768c61075ae3b","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1714500525357,"stop":1714500525358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"36141beda05d04b4","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"99726df6b2664506","parentUid":"7115ef39d68a6548f7d909112eedbc83","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7115ef39d68a6548f7d909112eedbc83"},{"name":"Relay Shard codec","children":[{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"15b14b8a0122da01","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1714500525360,"stop":1714500525361,"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":"bd8274d9d51ad8a5","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"57b952191d756cad","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"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":"68d1ff0556bff499","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1714500525361,"stop":1714500525361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0a320832c9bd4eaa31fb7d59663170b"},{"name":"RFC Test Vectors","children":[{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"6d0b41e959365260","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1714500527926,"stop":1714500527928,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"821b5c9214e4e41f","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1714500527928,"stop":1714500527928,"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":"76ab6470d80fe609","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"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":"6f89c2848c84b1fc","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"ENR waku2 codec","children":[{"name":"Encoding","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"c7e124888241dc95","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714500533156,"stop":1714500533160,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"aff5f9954bebccd4","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714500533160,"stop":1714500533163,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only FILTER set to true","uid":"8cde78ef59e9d9c3","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714500533163,"stop":1714500533173,"duration":10},"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":"21f890104fb610af","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714500533173,"stop":1714500533174,"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":"bcce94c700a8b634","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714500533174,"stop":1714500533174,"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":"2d8fc9a23ab169f5","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714500533175,"stop":1714500533175,"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":"d07771fffdd3c472","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714500533175,"stop":1714500533176,"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":"dd685c772c4a1c9b","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1714500533176,"stop":1714500533176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d18435591d7a87016ce49b755f63a93b"},{"name":"Decoding","children":[{"name":"should be able to decode the field with only RELAY set to true","uid":"dd2d61e4a3b56f3f","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714500533177,"stop":1714500533178,"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":"1a2845d6f6784910","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714500533178,"stop":1714500533179,"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":"e8c967c3e5738a4f","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714500533178,"stop":1714500533178,"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":"ececfe648c606130","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714500533179,"stop":1714500533180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with ALL protocols set to true","uid":"84ba1f170277afeb","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714500533180,"stop":1714500533180,"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":"1ce5d9125f8a7b7c","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714500533180,"stop":1714500533181,"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":"fa795c4056cbb54d","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714500533181,"stop":1714500533184,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","uid":"c2d4d639076cd837","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1714500533184,"stop":1714500533185,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"ENR multiaddrs codec","children":[{"name":"Sample","uid":"4e37b661dd6d17f4","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1714500533302,"stop":1714500533303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a2221ab58e9529401660d406d60ec8d9"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"fa8e63560c064385","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1714500533443,"stop":1714500533444,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"52bf11b26f487d0c","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1714500533444,"stop":1714500533444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should decode valid enr successfully","uid":"af3778f3cc16ccb9","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714500534096,"stop":1714500534097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"75f35d18aeebdec8","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714500534096,"stop":1714500534096,"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":"7d612e62df7d614","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714500534097,"stop":1714500534098,"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":"b1f15aa49868ce32","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714500534097,"stop":1714500534097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d6cbab90bdfecc87","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714500534098,"stop":1714500534098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"61ad576d352c305f","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1714500534098,"stop":1714500534103,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"31f5f55f968e9ac0a89f545354014c7b"},{"name":"Verify","children":[{"name":"should throw error - invalid id","uid":"d93d412fb5ef49c0","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1714500534103,"stop":1714500534104,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"442f1f250c8af596","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1714500534103,"stop":1714500534103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7713c2be95c66277","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"70689ae8c5c23d5b","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"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":"60be6abec002b928","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"259cf90ebfbba03c","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"825837c981489468","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1714500534105,"stop":1714500534106,"duration":1},"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":"36f2ca1ed3423162","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"2c322b9ce59930c1","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"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 - tcp4","uid":"729bd1e3e4eafc19","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"ea7760ca5d6361f8","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"ab0bb41673bea5f5","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714500534107,"stop":1714500534108,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"8cb009f87a115177","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5a905c8a99db63e7","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"dc334726cd0f645d","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714500534108,"stop":1714500534109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"439e59b98e59c643","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1714500534109,"stop":1714500534109,"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":"d1384ec0e0e10775","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714500534109,"stop":1714500534110,"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":"ef78682f707755fe","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"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":"7d7eededbe4db1ec","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714500534110,"stop":1714500534111,"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":"ef0d1ed0d7ce11ae","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"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":"8341124ddac85378","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"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":"12b5fcc99b8406fe","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"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":"3ca041a03dca16d0","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1714500534112,"stop":1714500534112,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d38d3c1929a20307dce6c2492f754ae3"}],"uid":"8bc0d03481d47f999cc7ec458535a066"},{"name":"to proto message","children":[{"name":"Fields are not dropped","uid":"d7b35e926981de6","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1714500538523,"stop":1714500538525,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"filterPeersByDiscovery function","children":[{"name":"should return all peers when numPeers is 0","uid":"36e2e120e3a08493","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1714500538710,"stop":1714500538710,"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":"b141e3413d601941","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1714500538711,"stop":1714500538711,"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":"48f05466ff324e7e","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1714500538711,"stop":1714500538712,"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":"12d2bc2522562e38","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1714500538712,"stop":1714500538712,"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":"63810cfef2d86e46","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1714500539178,"stop":1714500539179,"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":"86b8b618b8540cda","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1714500539179,"stop":1714500539180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"693589b9de4a6b2","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1714500539179,"stop":1714500539179,"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":"19074cfdf74cf71d","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500539180,"stop":1714500539181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"337f3a1ccf5dd981","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500539181,"stop":1714500539182,"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":"6f1fdf4eeda47b79","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500539181,"stop":1714500539181,"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":"79668d6170f259dd","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500539182,"stop":1714500539182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"1c1684f0b90f1ca4","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500559908,"stop":1714500559908,"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":"2734f9ec27531cd9","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500559908,"stop":1714500559909,"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":"fabba7f09981c300","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500559909,"stop":1714500559910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"dcdff0ba2776a7da","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500559909,"stop":1714500559909,"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":"3d7b3c7f344b0472","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"fbe87ff54eae932c","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"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":"4f02dcfb6be163ab","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f30e8d0f347dc5c3","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"02687840b4ed30b3975e93e47cf5fab1"},{"name":"Sets sharding configuration correctly","children":[{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"79a9db78e0ec8b38","parentUid":"16c91517e17a283bda5303edede9b71d","status":"passed","time":{"start":1714500539182,"stop":1714500539183,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"16c91517e17a283bda5303edede9b71d"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"5548ceb150256fc6","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1714500542733,"stop":1714500542734,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"59fb5144dd93d57c","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1714500542734,"stop":1714500542735,"duration":1},"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":"5feb7a6d0cd3f38f","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1714500549514,"stop":1714500549516,"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":"c6f63a39ff97447f","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1714500549516,"stop":1714500549517,"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":"63e6e5c9673bb3dd","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1714500549518,"stop":1714500549518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e96f7ebf248e9ee266bbabaa57f331e3"},{"name":"Fetch nodes until capabilities are fulfilled","children":[{"name":"1 Relay, 1 fetch","uid":"b49b3d956905ab9b","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1714500549549,"stop":1714500549549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"73c350320eaa78dd","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1714500549550,"stop":1714500549550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"deb56c81a363c485","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1714500549550,"stop":1714500549551,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"69b35fa08b282e57","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1714500549551,"stop":1714500549551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"25a8b31b55bc82e7403bfb15b9b86ff1"},{"name":"ENRTree","children":[{"name":"ENRTree (root): should error if DNS root entry is mis-prefixed","uid":"aa674181df9e3b06","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714500550274,"stop":1714500550275,"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":"e39e4277a9d4d785","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714500550274,"stop":1714500550274,"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":"ecfa184f260f670","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714500550275,"stop":1714500550275,"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":"c888d35ee294a32d","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714500550275,"stop":1714500550276,"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":"3eba77b1d8814580","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714500550276,"stop":1714500550277,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"e1be1b5d231f10a4","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714500550276,"stop":1714500550276,"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":"7b9ea48a667b1579","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714500550277,"stop":1714500550277,"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":"fe3d519b3fee213a","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714500550277,"stop":1714500550278,"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":"45772e17b92d7d3e","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1714500550278,"stop":1714500550278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"DNS Node Discovery","children":[{"name":"retrieves a single peer","uid":"9a64562e8ab69f37","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714500550513,"stop":1714500550514,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"65f85fa7cc8af535","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714500550515,"stop":1714500550515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"3b1a6b084a03c6c8","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"34dc5e7bde001bd2","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"5d180b0362c1d744","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714500550516,"stop":1714500550517,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"c0afa96481681c03","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1714500550517,"stop":1714500550517,"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":"5fbbd46b08f35ba1","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1714500550517,"stop":1714500550518,"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":"dbc578989486cf21","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"6661af48dc7f693","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1714500550518,"stop":1714500550519,"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":"537c40364158fe14","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"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":"4589914c2ab9a95e","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1714500550519,"stop":1714500550519,"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":"7a1fd2f98d1c3286","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"e25192eac445a59e","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1714500550520,"stop":1714500550520,"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":"bfd3b8975bc1884e","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1714500590516,"stop":1714500590516,"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":"ef4765b9aa30380","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1714500590517,"stop":1714500590517,"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":"c8ab29a10deac6ea","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1714500590518,"stop":1714500590518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37"},{"name":"Local Storage Discovery","children":[{"name":"Compliance Tests","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"5e29679fa51d859c","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714500554002,"stop":1714500554003,"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":"5a42fbbcea0d8a28","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"223aeda55e365ada","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"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":"756aaa7921b3ce41","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714500554004,"stop":1714500554005,"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":"4afb6369b035d8f2","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"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":"1712d31a1489d731","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"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":"194fd142c7be439b","parentUid":"2a51a07e742fa8afd842cf4855bdd0f1","status":"passed","time":{"start":1714500554005,"stop":1714500554005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2a51a07e742fa8afd842cf4855bdd0f1"}],"uid":"bb5ded28d45f36ad0bb1c74d84b6b1d3"},{"name":"Unit Tests","children":[{"name":"should load peers from local storage and dispatch events","uid":"33273405b1f04d1a","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"7c71966a393a28cf","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1714500554006,"stop":1714500554007,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"cc2ee3278f305db7","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"c38b7c16d16f2b6","parentUid":"361af1005e60dfa1a3a025920c31b84d","status":"passed","time":{"start":1714500554007,"stop":1714500554007,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"361af1005e60dfa1a3a025920c31b84d"}],"uid":"1668bc1a952e5aa9e171c1d148a68d98"},{"name":"Symmetric Encryption","children":[{"name":"Round trip binary encryption [symmetric, no signature]","uid":"e1787028a19ac059","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1714500559904,"stop":1714500559906,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"94f4e63002e9a977","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1714500559906,"stop":1714500559906,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"a43c9c577a2c039f","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1714500559906,"stop":1714500559907,"duration":1},"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":"b277c93cbf909069","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1714500560557,"stop":1714500560557,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"f7683cce30e61af5","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1714500560558,"stop":1714500560558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"ddd286f8b97ed619","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1714500560558,"stop":1714500560559,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ffe7294be9f65dda","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1714500560559,"stop":1714500560559,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"78a81a796157785eced8795b5d5da376"},{"name":"Ecies Encryption","children":[{"name":"Round trip binary encryption [ecies, no signature]","uid":"a7a5cfd6e13b169","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1714500561872,"stop":1714500561873,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"2dc1228ccbd95bd3","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"ea5fad97f129c789","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"c8ed7d6f994b5ae6","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1714500578576,"stop":1714500578594,"duration":18},"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":"ac921774521a22d6","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1714500578594,"stop":1714500578595,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"4e9f218541f709fe","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1714500578599,"stop":1714500578607,"duration":8},"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":"d5aa0ea46b861242","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1714500578607,"stop":1714500578608,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"peer:disconnect","children":[{"name":"should emit `waku:offline` event when all peers disconnect","uid":"2c0124cb4c0a889b","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1714500578618,"stop":1714500578628,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return false after all peers disconnect","uid":"9736c389598aeefc","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1714500578628,"stop":1714500578629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d7937a00be10139346006034772224cc"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"1434f90108949d62","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1714500587023,"stop":1714500587023,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"182178b203b90571613cbdadd6cad620"},{"name":"dialPeer method","children":[{"name":"For bootstrap peers","children":[{"name":"should be called for bootstrap peers","uid":"13fbbf98720fa525","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1714500587024,"stop":1714500587024,"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":"dbf8dda52c6aac1d","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1714500587024,"stop":1714500587025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"99dcbcaf3922acac9dc2c0af5ad8a17b"},{"name":"For peer-exchange peers","children":[{"name":"should be called for every peer with PEER_EXCHANGE tags","uid":"dfb86f5bc8ec7ab2","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1714500587026,"stop":1714500587027,"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":"d351093a3a02e8f1","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1714500587026,"stop":1714500587026,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70305888014cca813a499759942f9c6c"}],"uid":"b248944ce0f00c94bcdc7396e4533210"}],"uid":"a163fb66409e7422eb33a7d9d68c9cbb"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay","uid":"896391c35ab4d16a","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1714500587631,"stop":1714500587632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"60953762d6747082","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1714500587632,"stop":1714500587632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"fbed9a7e0273fe29","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1714500587633,"stop":1714500587633,"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":"1f9e48a288589a26","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1714500589618,"stop":1714500589618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"35b525dfb51d33b6","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1714500589619,"stop":1714500589622,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"38b917a112f3bdcc","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1714500589622,"stop":1714500589623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"ca9f51ff4513bce1","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1714500589623,"stop":1714500589623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"aad3e412897a14c9","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714500590504,"stop":1714500590504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fd2a69bec5874979","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714500590506,"stop":1714500590507,"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":"a7a7930aea84c840","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714500590508,"stop":1714500590509,"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":"318e082b140390cc","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714500590509,"stop":1714500590510,"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":"1e376797fae6288b","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714500590511,"stop":1714500590512,"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":"d0b5f428474590f2","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714500590512,"stop":1714500590513,"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":"36d772e45ff41980","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1714500590513,"stop":1714500590514,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"3e68087f64dee3d6","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1714500607828,"stop":1714500607828,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"97fc6d65f74d086f","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1714500607828,"stop":1714500607829,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1f625e60e2dbc4d6","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1714500607829,"stop":1714500607829,"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":"8d9b6f035e24db36","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1714500607830,"stop":1714500607830,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"1cd33270cef98ff1","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714500619502,"stop":1714500619503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"a36041b3feb02d1f","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714500619503,"stop":1714500619503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"ad3ab5229ae517ac","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"2f2a48048c12fee7","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"e84f9196c640fbff","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"5e1eb131f3fa37f9","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6672257419336cf3","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"f64a75893d0bb910","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"88757c248d577011","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1714500619507,"stop":1714500619510,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7edea4fe6f0e135280e6d533cfa8f16a"},{"name":"Connection state","children":[{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"bd498e3d5e152f7a","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714500623696,"stop":1714500623697,"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":"5423765b5ba981b0","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714500623696,"stop":1714500623696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"f76876e272b92c33","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714500623697,"stop":1714500623697,"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":"c513b1449703fe39","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714500623697,"stop":1714500623698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"4f7df7c543daed5b","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"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":"3b296a995253412c","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"5d7a709c435f69ae","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1714500623699,"stop":1714500623699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"72006557d6fb9d0a","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1714500654285,"stop":1714500654286,"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":"79bea2218d641a78","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1714500654286,"stop":1714500654289,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"9b50883f3244cd1f","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1714500654289,"stop":1714500654290,"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":"63904cb6bf96f70d","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1714500654290,"stop":1714500654291,"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":"59384701d6f3ae71","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1714500654292,"stop":1714500654295,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"2d98fc97aa4e256b","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1714500654296,"stop":1714500654298,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"e71540b3239f18cb","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1714500654298,"stop":1714500654299,"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":"1b947469e8d13b60","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1714500654299,"stop":1714500654299,"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 2 different pubsubtopics","uid":"b43f6764e650649e","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"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":"55d0024fe68deccb","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"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":"db39ecfb37e2155e","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1714500654301,"stop":1714500654302,"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":"47dfcdfc93d03c77","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1714500654301,"stop":1714500654301,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on peer without subscriptions","uid":"ed1cd3055fd165cd","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1714500660494,"stop":1714500660495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"aace5de436e4fa6e","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1714500660494,"stop":1714500660494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"5151e2d831f953e9","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1714500660495,"stop":1714500660500,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reopen subscription with peer with lost subscription","uid":"fb4e4faca753b2fa","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1714500660501,"stop":1714500660501,"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":"ba237d93e36acaa1","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1714500660501,"stop":1714500660502,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"22161d598f693966","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1714500660502,"stop":1714500660503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"a54260f8ae77612c","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1714500660502,"stop":1714500660502,"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":"87c5949a29cd6b4f","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1714500660503,"stop":1714500660503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"a625391778fdc45","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714500664398,"stop":1714500664399,"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":"47edefe8483fa6e2","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714500664399,"stop":1714500664399,"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":"ad336461e3cc11ef","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714500664399,"stop":1714500664400,"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":"eb14235c12a6db05","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714500664400,"stop":1714500664408,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe topics the node is not subscribed to","uid":"a70a826c6efb5e64","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714500664400,"stop":1714500664400,"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":"97d4a5d462e05a84","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1714500664408,"stop":1714500664410,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"13130751e5677e26","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735357,"stop":1714500735358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"762858d80b377660","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735358,"stop":1714500735358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"774f311be489f502","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735358,"stop":1714500735359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"63fd09d5381959f3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735359,"stop":1714500735360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f8c29929c51534eb","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735360,"stop":1714500735360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c41063f891573ebf","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735360,"stop":1714500735361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"16c5b02d9ad578ea","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735361,"stop":1714500735362,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a449e83ae1405f23","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735361,"stop":1714500735361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"8f782096baab8a3a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735362,"stop":1714500735363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"77456e2ab7aabb3f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735362,"stop":1714500735362,"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":"1919146154a74ba0","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735363,"stop":1714500735363,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"f8ca8c03179b40c4","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735363,"stop":1714500735364,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d32b0d8e8ae688be","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735364,"stop":1714500735365,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"45b7d02e8c00fecd","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735364,"stop":1714500735364,"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":"f75f482dbc265523","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735365,"stop":1714500735365,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"24088e9224eb9d80","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735365,"stop":1714500735366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500578193 ","uid":"64404164caed56bc","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735366,"stop":1714500735367,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500578193000000 ","uid":"e4b1f3388e3f984b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735366,"stop":1714500735366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"93947988180f732a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735367,"stop":1714500735368,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a700a60771561715","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735369,"stop":1714500735369,"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":"6a6a442b2714a2a3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735369,"stop":1714500735370,"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":"4c9c85d861a8e104","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"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":"2f375ccdfeb9ce75","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"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":"2893ad98c61dfd35","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735371,"stop":1714500735372,"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":"935e2a5d0bf639da","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735371,"stop":1714500735371,"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":"314a43bc3b6dd6b2","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1714500735372,"stop":1714500735372,"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":"b986f5e0346f596f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1714500735372,"stop":1714500735373,"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":"9dbec0d46653f765","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1714500735373,"stop":1714500735373,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"152bad9102957fb1d7f75e43c67592bd"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"d86cb0c831ab7008","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714500744049,"stop":1714500744050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"a1e19272971531fb","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714500744050,"stop":1714500744050,"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":"ab48b86d7e2e6614","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714500744051,"stop":1714500744052,"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":"52dc9700221d223a","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"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":"ff7f31d9d6eb8dd3","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"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":"6dea486096d42065","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714500744052,"stop":1714500744052,"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":"9d9223e7d0c1bda","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714500744053,"stop":1714500744053,"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":"9a9d688c74fd5bda","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1714500744053,"stop":1714500744054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8e643730e7ca5afcecfc693fc2316ad5"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"509b2ec1da8456ee","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1714500744089,"stop":1714500744098,"duration":9},"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":"e59bbeb309e7e493","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1714500744098,"stop":1714500744100,"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":"c7ed9ec15eb20691","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1714500744101,"stop":1714500744104,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"6ece1c97d179d0db","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1714500744104,"stop":1714500744109,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"b944cfe3af10df98","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1714500744109,"stop":1714500744111,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b28b27077275dade6e0658409c39ea7"},{"name":"maxBootstrapPeers=2","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fac2200691f1f400","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1714500744116,"stop":1714500744117,"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":"d58764ddef8aa07c","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1714500744119,"stop":1714500744122,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","uid":"5d2432fe5cc5985b","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1714500744122,"stop":1714500744125,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","uid":"a412bd114e09fe6a","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1714500744125,"stop":1714500744126,"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":"a0feb0e8ac9f1143","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1714500744126,"stop":1714500744127,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b92eca3e05a7eb76cf0ca2d530e1ad41"},{"name":"maxBootstrapPeers=3","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2116ef517255973a","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1714500744128,"stop":1714500744129,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"67876a8d34d688e9","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1714500744129,"stop":1714500744130,"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":"af70c32a332f4097","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1714500744131,"stop":1714500744137,"duration":6},"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":"f664c6acb134df73","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1714500744131,"stop":1714500744131,"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":"b61444e77200ef9c","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1714500744137,"stop":1714500744137,"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":"6d97e8e76fdc570e","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"4d26daeacdc0bafc","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"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":"7a2118189a7d991","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"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":"69aa6291b48aa077","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"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":"9ba0ac5768777901","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1714500744139,"stop":1714500744140,"duration":1},"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":"f0fbc713ac9b3fb1","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1714500744140,"stop":1714500744141,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"954085ad35b5e514","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1714500744140,"stop":1714500744140,"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":"e3adcab77d43932a","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"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":"90c1555411cb95d6","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"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":"d5f602647be3b95d","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1714500744142,"stop":1714500744142,"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":"28868758c38dfe0a","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"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":"35129c1ecdfae2b4","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"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":"375d6ac4feb9d06b","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1714500744146,"stop":1714500744178,"duration":32},"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":"5439881a6f2420a","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1714500744179,"stop":1714500744181,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"241d8125c16400f8","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1714500744181,"stop":1714500744181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"fdb01139a32c46716918889b88a43816"},{"name":"maxBootstrapPeers=7","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","uid":"b9a48209c0d7d600","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a966e29e7e2400fa","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"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":"45697dd5420b8176","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1714500744183,"stop":1714500744184,"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":"9b018183b924972e","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"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":"ee0e5385b5bd61b8","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"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":"e79eb461af4e75a0","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1714500744184,"stop":1714500744184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"6322bbf1139eb8c","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714500786925,"stop":1714500786926,"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":"c9c32c65275dc390","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714500786926,"stop":1714500786926,"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":"708a514fa8d75f83","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"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":"81ba353866870eff","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714500786927,"stop":1714500786928,"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":"1bb39769b46d5146","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"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":"3af9544ae64e4663","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1714500786928,"stop":1714500786928,"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":"b2108daa071755b2","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"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":"613117e58195f93a","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"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":"433a7c031e5952b9","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714500786929,"stop":1714500786930,"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":"9a94b859526c4edf","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714500786930,"stop":1714500786930,"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":"3ccf8b15518f1ebd","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714500786930,"stop":1714500786931,"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":"e4bc206b2420125b","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1714500786931,"stop":1714500786931,"duration":0},"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":"55560532763c7b0e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823170,"stop":1714500823171,"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":"16665f93800d1fab","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823171,"stop":1714500823171,"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":"34811b272383dba4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823171,"stop":1714500823172,"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":"63f7fd5584bb99a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823172,"stop":1714500823173,"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":"6b9b8e251fbbf9fc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823172,"stop":1714500823172,"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":"35f50d216a3cf5ea","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823173,"stop":1714500823174,"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":"f7b6a2afe24667c5","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823174,"stop":1714500823174,"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":"ca778b44ffe7389c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823174,"stop":1714500823175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"1d45c1bdb2057c0d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823175,"stop":1714500823176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d46ca107c3c109d1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823176,"stop":1714500823178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5d8acf8ff2efbb7b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823179,"stop":1714500823181,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and receive message","uid":"34fe5a14befc31ce","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"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":"389c6016febc014c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"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":"1216af38129c42b2","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"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":"681b8c394c846349","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"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":"b816fce3d3babef8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"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":"95f067ae99b4601b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"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":"70a2ba058821325e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"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":"f23a5ecd293aa33e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"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":"105e772634b834c3","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823186,"stop":1714500823186,"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":"3a2671960a57437c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823186,"stop":1714500823187,"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":"bebb65da22685231","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823187,"stop":1714500823187,"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":"9144b34b0b1e4b81","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823187,"stop":1714500823188,"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":"a47dba6337b767ee","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823188,"stop":1714500823188,"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":"96f57b4b7bcce7d5","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823188,"stop":1714500823189,"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":"2b9db14ff3b73ff0","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823189,"stop":1714500823189,"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":"2fc0c83f2a3aec26","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823189,"stop":1714500823190,"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":"4b5a6c604150e69c","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823190,"stop":1714500823191,"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":"2d8639f9da8ea9bf","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1714500823191,"stop":1714500823192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"This","children":[{"name":"Is","children":[{"name":"A test","uid":"c7a5a722bc04c315","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"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":"6c78bdb24c145189","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"f46af34bf814e1b0","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1714500844871,"stop":1714500844871,"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":"e7400bbbcd1ade4","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"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":"3c05e155370d8939","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"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":"Subscribe and receive messages on 2 different pubsubtopics","uid":"24acb9eb84294fe0","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1714500844873,"stop":1714500844874,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b9dcf876541845c1","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1714500844873,"stop":1714500844873,"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":"312c06e44afccc8a","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1714500844874,"stop":1714500844875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c38d88c628db61092cac75ccc09fe906"},{"name":"Waku Light Push (named sharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"2c48bc4ca85c868d","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1714500844876,"stop":1714500844877,"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":"c58b044a8916fad0","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1714500844877,"stop":1714500844878,"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":"61dd47d4872f7de2","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1714500844878,"stop":1714500844879,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"multiaddr: dialing","children":[{"name":"can dial TLS multiaddrs","uid":"3eff4c653c9a3773","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1714500850421,"stop":1714500850422,"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":"415906f30b70ec3e","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1714500850422,"stop":1714500850422,"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":"3b88845097973064","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1714500850493,"stop":1714500850493,"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":"1a0819fbf59d929c","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1714500872901,"stop":1714500872902,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"bc5a1d974a647860","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1714500872902,"stop":1714500872902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connections","children":[{"name":"same cluster, same shard: nodes connect","uid":"f2099b4c91f34491","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1714500872905,"stop":1714500872906,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"4705cfac855f662f","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"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":"8c4eaa8298af3312","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"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":"6adc913b2337b1b","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1714500872907,"stop":1714500872908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"82f404b56e201e56","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976524,"stop":1714500976525,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"ef98ceae824b99a4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976525,"stop":1714500976526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"476e807d182ce1b6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976526,"stop":1714500976527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"483d138e14c2b884","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976527,"stop":1714500976527,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"d8185e8778ef155f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976528,"stop":1714500976528,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"5a474871b88c9eef","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976528,"stop":1714500976529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2dfced7721fa68f6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976529,"stop":1714500976530,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"fbc8a50ec1ecd5d5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976530,"stop":1714500976531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"63587c50ea9d5ba3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976531,"stop":1714500976531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"b509d10595a19a5a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976531,"stop":1714500976532,"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":"a59a007654dbad07","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976532,"stop":1714500976533,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5796537761df1c0f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976534,"stop":1714500976535,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"cdef8cc261513891","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976535,"stop":1714500976536,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"935d18999994090d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976536,"stop":1714500976537,"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":"c2139d7f8ec4ea03","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976537,"stop":1714500976538,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"89649c4324bfeb44","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976538,"stop":1714500976540,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"f69d98ea1e8e8490","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976540,"stop":1714500976542,"duration":2},"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":"fc0d9076c9ba746e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976542,"stop":1714500976544,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"571c92cb71c84a8f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976544,"stop":1714500976545,"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":"7eeb6565b6ca46bf","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976545,"stop":1714500976546,"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":"43cc55e4e75e674b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976546,"stop":1714500976547,"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":"124c0439f1ae2ae0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976547,"stop":1714500976548,"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":"84011acacb2a78fe","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976548,"stop":1714500976549,"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":"e3d339dd0c34e969","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976549,"stop":1714500976551,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Russian","uid":"be240068840f495","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976551,"stop":1714500976552,"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":"7631461a578dd523","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976552,"stop":1714500976554,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Script","uid":"7e6d830c3f917efa","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976554,"stop":1714500976555,"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":"989843af3a29d327","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976555,"stop":1714500976555,"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":"1885477d99ac2e06","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976556,"stop":1714500976556,"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":"8cbf6ac8cf21b6d0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976557,"stop":1714500976557,"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":"489be5d12b754a47","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"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":"55c6ba459092109a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"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":"e1aa6f3c30145c22","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"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":"39d45d4ebd2760a9","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"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":"bdf413bdf1b592e8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976560,"stop":1714500976561,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"a02e31852e530df","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976561,"stop":1714500976561,"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":"36016dc754d81afd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976562,"stop":1714500976563,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"22201a9737b3729","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976563,"stop":1714500976563,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683742344434","uid":"fdd496a21e61761a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976563,"stop":1714500976564,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714504344434","uid":"492281f6b53dd9d7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976564,"stop":1714500976565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714497144434","uid":"502a14212f444b45","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976564,"stop":1714500976564,"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":"3471bb9caa4dd8a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"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":"6c3fd073f3c5a13f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Peer Exchange Query","children":[{"name":"connected peers and dial","uid":"c15917dc17325230","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1714500976723,"stop":1714500976724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"2b74a2431b7a6c41","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1714500976724,"stop":1714500976725,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"dac3684d1b78a369","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1714500976724,"stop":1714500976724,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"685fe1ee6d87230a","parentUid":"e7815ed0daad3788f63cfd3be43a4047","status":"skipped","time":{"start":1714500976725,"stop":1714500976725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e7815ed0daad3788f63cfd3be43a4047"},{"name":"Waku Relay","children":[{"name":"Decrypt messages","uid":"42199659ba02c66b","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1714500979199,"stop":1714500979200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"abe20210ae78d6f","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1714500979200,"stop":1714500979200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Peer Exchange","children":[{"name":"getPeersByDiscovery","uid":"168afd03de05b537","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1714500997299,"stop":1714500997300,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"9000f64e9c1a5a4d","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1714500997300,"stop":1714500997301,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"47006934071c9c07","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"skipped","time":{"start":1714500997300,"stop":1714500997300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"b477ca2c7a38dbd1","parentUid":"f23527635e1474ff854a71912f7cb7ea","status":"passed","time":{"start":1714500997301,"stop":1714500997302,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"8ee3c1f0c569649c","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714501049781,"stop":1714501049782,"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":"60311f0330f9f0ad","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714501049782,"stop":1714501049783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"6a6065ac1073dd5f","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714501049782,"stop":1714501049782,"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":"24cc6ec01b111f37","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714501049786,"stop":1714501049787,"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":"33371df5bbc517ea","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714501049787,"stop":1714501049788,"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":"3ccad7435a18266c","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714501049788,"stop":1714501049789,"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":"c29eb31fdbb488d0","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1714501049788,"stop":1714501049788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"328857f35cc61b49","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1714501008011,"stop":1714501008012,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"1b545f08163448c6","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"32077e07ffd4fb28","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"bf3f44edf094c6f4","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1714501008013,"stop":1714501008013,"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":"e2fd4fca8cfd2cc1","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"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":"1245925b57a32d3a","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"172d7e8c6ff9c9f5","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"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":"bce8fa205d5e8719","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"851455ab15caaa64","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1714501013446,"stop":1714501013447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3574a332f56be2ab","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"d8d3322cd4e92ce2","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"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":"5d18ddbae5fe6c84","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"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":"9f9b2f32efe066bd","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ea99d05b9c43c94f","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"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":"dc7e35590d704711","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"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":"8a199ec85c544e0f","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1714501013449,"stop":1714501013450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8474426d673ab23e850081c564316d14"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"daf01001c37247cb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036148,"stop":1714501036151,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"10ebcb2a9da79b69","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036151,"stop":1714501036152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"ac2dc0c21f8c4807","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036153,"stop":1714501036154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"ada59e9e79015d87","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036154,"stop":1714501036154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"fb3b81d0ea381b5","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036154,"stop":1714501036155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"f6ec15182ea1115","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036155,"stop":1714501036155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"69f47515fec99dc9","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036155,"stop":1714501036156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"951c4ac6dea2f518","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"44c819dc3931e3f7","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"bd0b3981763f7bee","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036157,"stop":1714501036158,"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":"e939a523be0c1028","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"ea8bbf53fae0f218","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"dc18ef71ae524f7d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036158,"stop":1714501036163,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"a289e85af435d49d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036158,"stop":1714501036158,"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":"e29af83e83fc5511","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036163,"stop":1714501036164,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"60d8d8ec60d45f57","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"ec355a077d41f59a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 17:16:48 GMT+0000 (Coordinated Universal Time)","uid":"405ec1d397d614da","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed May 10 2023 18:16:48 GMT+0000 (Coordinated Universal Time)","uid":"8e6a727e83bace85","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 19:16:48 GMT+0000 (Coordinated Universal Time)","uid":"1fd632f7edf675d6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036165,"stop":1714501036166,"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":"ab2b96cd68ed2f0c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"df3730f34370fcc5","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"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":"fc4d61790bf5e323","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036167,"stop":1714501036168,"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":"418694fe0d4abe93","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036168,"stop":1714501036168,"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":"93014aceffb01af5","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036173,"stop":1714501036174,"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":"33194d523a108d45","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1714501036174,"stop":1714501036174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"3a75abec7027b9c2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1714501036174,"stop":1714501036175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"1f25a847cd8cd871","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"8495143a8e45cd65","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"540857cd9aa465b36ce09e6d7509872d"},{"name":"SDK: Creating by Content Topic","children":[{"name":"given a waku node and content topic, creates a filter subscription","uid":"8c37ea84d7664961","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"skipped","time":{"start":1714501036383,"stop":1714501036384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"fb20cb7049d74771","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"skipped","time":{"start":1714501036383,"stop":1714501036383,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback","uid":"ce90f852b9cdf7af","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"skipped","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through stream","uid":"e5845635fed46fef","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"skipped","time":{"start":1714501036384,"stop":1714501036385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback (Waku class)","uid":"f6528585c6a71e5f","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"skipped","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"20e2ce6e283b791be82d528f8b74f17d"},{"name":"Waku Relay, Subscribe","children":[{"name":"Mutual subscription","uid":"b0a2b7cd1bf9836a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039475,"stop":1714501039475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"206e33dbc0a28cdb","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039476,"stop":1714501039477,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8e01b2b530df0d95","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039476,"stop":1714501039476,"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":"70b09b2aac990a3c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039477,"stop":1714501039478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"9ca8cbe5eae5bf17","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039477,"stop":1714501039477,"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":"2b445aeb611dfbc","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"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":"d0501181eb67f4ce","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"94896e1dc6835a7a","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1714501039479,"stop":1714501039480,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"48c1397f6a615e90","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1714501039479,"stop":1714501039479,"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":"302fb2e9af6bf426","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039479,"stop":1714501039479,"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":"ef34c95c3f0d4db","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039480,"stop":1714501039481,"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":"baa8f630ea91459e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039480,"stop":1714501039480,"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":"e61dab910ef06a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"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":"a2c93dea4500ee53","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039481,"stop":1714501039482,"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":"713c7f0c0303482","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"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":"a56fc7aa78d15952","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"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":"cd2f271dbc4a827c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039482,"stop":1714501039483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"65841b04cd3c97cc","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"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":"912cd151e61806e0","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039483,"stop":1714501039484,"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":"4055dbbf0ec20bd3","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"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":"36e3f0cac841efe9","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"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":"2d7b0372b27a93ba","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039484,"stop":1714501039485,"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":"cd21433628e1ce91","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039484,"stop":1714501039484,"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":"5f39483d8e88730b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039485,"stop":1714501039485,"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":"d511d3f21f8797f7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"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":"7cb253bf4db0d975","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing short","uid":"af0e4f88ae4390ab","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050426,"stop":1714501050427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b4a9ea201c0b5b87","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050427,"stop":1714501050428,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6c93410a145e98af","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050427,"stop":1714501050427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"6215b1e73715ddf4","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"dced34804725f45f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"6dee795eefcd37b1","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050429,"stop":1714501050430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"893237c03bb43316","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050429,"stop":1714501050429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"8d68a620babeef3f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050430,"stop":1714501050431,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"42d50b767e17f1c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050430,"stop":1714501050430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"cc4ad5d44234c3f9","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050431,"stop":1714501050431,"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":"71340255e4b1d765","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050431,"stop":1714501050432,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b30e1b110e3777f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050432,"stop":1714501050433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"3949523b9a038911","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050432,"stop":1714501050432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"a0f4ad7d304f7e27","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050433,"stop":1714501050434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"6839bf168cfbc981","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050434,"stop":1714501050435,"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":"c352a8c2f2b39731","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050434,"stop":1714501050434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468000000 ","uid":"1d3f2e3a54c1989d","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050435,"stop":1714501050436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468 ","uid":"5e659d8875c84020","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050437,"stop":1714501050437,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"31c868bfb96a0e69","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050437,"stop":1714501050438,"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":"26f7a6d269850d99","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050438,"stop":1714501050439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"8e1eb8bbb7649774","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050438,"stop":1714501050438,"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":"d83144d45085a529","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050439,"stop":1714501050439,"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":"66d58804071e3d7e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050439,"stop":1714501050440,"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":"b7703bebe186af16","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"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":"483097454da9057","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"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":"6d91c04f502f820e","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1714501050441,"stop":1714501050441,"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":"efe4108b623e0d52","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1714501050441,"stop":1714501050441,"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":"8c85820d950b3d99","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"e5efac5eb4e63d22","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"fceea40c5a948074","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"256489c4ced949a0","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"db239623ba29f62a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"d29654a82d64d8d1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"e076712b1218fa46","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"34339b00813a1423","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"b06570b915e0979","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050446,"stop":1714501050446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ae786acd448814c8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050446,"stop":1714501050448,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"588db595cabca742","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050448,"stop":1714501050449,"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":"a145c5770975d649","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050448,"stop":1714501050448,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"86fde9f2cd1d1b62","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050449,"stop":1714501050450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"dc3c4f852c806d7c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050452,"stop":1714501050452,"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":"b98f5dd01270817e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050453,"stop":1714501050453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"314c9793b428021b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050453,"stop":1714501050454,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468 ","uid":"96fbea5ce422fb6f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468000000 ","uid":"ddbad97a319a2406","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"982661a6ca38d2c9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"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":"8370db4909db2935","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050455,"stop":1714501050456,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"dff8f9e42e324b80","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"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":"3843db59d9d30cf5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050457,"stop":1714501050457,"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":"a93fd04356c30f1e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050457,"stop":1714501050458,"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":"543f4dbf0e266bda","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050458,"stop":1714501050459,"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":"c2137f1b2b8b8d8a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1714501050458,"stop":1714501050458,"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":"5e7851a530dcd3c5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1714501050459,"stop":1714501050459,"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":"d03c1a1db80cd2b7","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1714501050460,"stop":1714501050460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Autosharding: Running Nodes","children":[{"name":"Different clusters and topics","children":[{"name":"Cluster ID 0 - Default/Global Cluster","uid":"3b8524e3c20284c8","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089324,"stop":1714501089324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"3647711a7aabd52c","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089324,"stop":1714501089325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app50/7/topic265/proto","uid":"4b2942ec27be68f","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app97/6/topic986/json","uid":"9e77f98bca695aeb","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app3/9/topic954/json","uid":"18de95eba6da6270","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app93/8/topic386/test.js","uid":"f68fa735169e11ff","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089326,"stop":1714501089327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic191/json","uid":"d1eeeb15a168b819","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app21/3/topic297/xml","uid":"e80c344c4b26a25e","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089327,"stop":1714501089327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app12/9/topic224/xml","uid":"8b4f02eba98a93c8","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089327,"stop":1714501089328,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app9/8/topic783/utf8","uid":"85de6e1a1ef95b2f","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089328,"stop":1714501089331,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app17/3/topic587/test.js","uid":"26105cc61a22fee8","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089331,"stop":1714501089331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app99/4/topic406/utf8","uid":"1f6287e9cbb070ba","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089332,"stop":1714501089332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"934692a59b112705","parentUid":"e8b0f6eec77d72e8a8dfd3fa7b06b150","status":"passed","time":{"start":1714501089332,"stop":1714501089333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e8b0f6eec77d72e8a8dfd3fa7b06b150"},{"name":"Others","children":[{"name":"configure the node with multiple content topics","uid":"84d95c3080b4c614","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1714501089333,"stop":1714501089333,"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":"25277f05c0c4c7b7","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1714501089334,"stop":1714501089334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with ApplicationInfo","uid":"8356230aed138bcf","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1714501089335,"stop":1714501089336,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"2899a334b87e4665","parentUid":"c1298819c2cb74c1497f827790fba312","status":"passed","time":{"start":1714501089336,"stop":1714501089336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c1298819c2cb74c1497f827790fba312"}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 0 index when there are 20 messages","uid":"746eab0f3a9aac1a","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714501094175,"stop":1714501094176,"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":"5a95136362ea6f70","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714501094175,"stop":1714501094175,"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":"35fabcb6e975aac","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714501094176,"stop":1714501094177,"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":"d4ac8d6519445445","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714501094176,"stop":1714501094176,"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":"4a797c9fe1999528","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714501094177,"stop":1714501094178,"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":"dca6059f68cd735d","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714501094177,"stop":1714501094177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"5f214a284de27ee4","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"3b6cf28547e72bfe","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"d2294d94714fdc3c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1714501094179,"stop":1714501094179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Static Sharding: Running Nodes","children":[{"name":"Different clusters and shards","children":[{"name":"shard 0","uid":"7acfe61bef708d00","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106172,"stop":1714501106173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"36051837d22a65f6","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106173,"stop":1714501106173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 317, Shard ID: 21","uid":"b005014a399df2fb","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106173,"stop":1714501106174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 439, Shard ID: 863","uid":"f27e4c017f78e4ea","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106174,"stop":1714501106175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 372, Shard ID: 685","uid":"2d225e8e56886143","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106174,"stop":1714501106174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 398, Shard ID: 383","uid":"bf7d35f4138b572f","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106175,"stop":1714501106176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 746, Shard ID: 645","uid":"8732e2ae1c2c0e2d","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106176,"stop":1714501106178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 439, Shard ID: 664","uid":"c6b2bba662f6d21a","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106179,"stop":1714501106179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 813, Shard ID: 367","uid":"8931e960f7563291","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106180,"stop":1714501106181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 69, Shard ID: 497","uid":"25e97b649b5a1091","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106182,"stop":1714501106183,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 765, Shard ID: 617","uid":"abd545355a1adc6","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106183,"stop":1714501106185,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 21, Shard ID: 476","uid":"9fcd56cbd05e9d60","parentUid":"70f57a908a322d723a1cc74c6af07cc9","status":"passed","time":{"start":1714501106185,"stop":1714501106187,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70f57a908a322d723a1cc74c6af07cc9"},{"name":"Others","children":[{"name":"configure the node with multiple pubsub topics","uid":"92d660da1e7b565e","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1714501106189,"stop":1714501106190,"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":"9afeb3d6259a34d5","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1714501106190,"stop":1714501106191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard","uid":"dc6457d2c582eaf9","parentUid":"55b20afdd36c6a3fe4fbc5148e0b6cb1","status":"passed","time":{"start":1714501106192,"stop":1714501106192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"55b20afdd36c6a3fe4fbc5148e0b6cb1"}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"a815afab44610d72","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123754,"stop":1714501123754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"6f38c6079f9dfd2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123755,"stop":1714501123756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"e114f08461385ac0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123756,"stop":1714501123759,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"24e31b03e88928e8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123759,"stop":1714501123760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"b384a9c5a1247ad3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123759,"stop":1714501123759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"70ac01642838ea6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123760,"stop":1714501123777,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"98a9773d30f4c16c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123760,"stop":1714501123760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ec3acaeba821bd1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123777,"stop":1714501123778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"d0e05436e2a7d8ad","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"cb7944dd29157fb5","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e3f71660b5113b70","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"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":"8e052d6df1c0addb","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"dfe583506ab00534","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"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":"91e440635ee78ec2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123780,"stop":1714501123784,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"341344ca18593b56","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1ef13ec3e1e9017b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123784,"stop":1714501123785,"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":"66bb1a4c55981e55","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123787,"stop":1714501123788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"1df71eb58df95e3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123787,"stop":1714501123787,"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":"c44ceff9fd44c33e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123788,"stop":1714501123789,"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":"ab32a9c6953d8211","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123788,"stop":1714501123788,"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":"eb7089df6509e676","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123789,"stop":1714501123800,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing numeric","uid":"c5166d63c5284254","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123789,"stop":1714501123789,"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":"d42ef373b768fd43","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123800,"stop":1714501123804,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"700194d9b5602f7e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123804,"stop":1714501123804,"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":"8fac17deda9017d9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123807,"stop":1714501123808,"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":"b55b0f6e5bab4cfe","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123808,"stop":1714501123808,"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":"4c05283ed2aca794","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123809,"stop":1714501123810,"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":"7298d29c5877a0eb","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123809,"stop":1714501123809,"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":"da99ae35517a7a5f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123810,"stop":1714501123810,"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":"3599105412536b2d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"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":"39195add76e3d83","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"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":"ffd525e95595e862","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123811,"stop":1714501123812,"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":"f8313e000b18b0ee","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123812,"stop":1714501123812,"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":"2b30057967d2b242","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123813,"stop":1714501123813,"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":"67da93ba9ad19212","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123814,"stop":1714501123814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"163abab0a324e19a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123814,"stop":1714501123818,"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":"b502c798988c59fd","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123819,"stop":1714501123819,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"75924f2a405a97e4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123819,"stop":1714501123820,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714497135785","uid":"5f055fef9b5359c2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123820,"stop":1714501123821,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683742335785","uid":"c04ad7f58959a639","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123820,"stop":1714501123820,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714504335785","uid":"25126c6a4e3d40f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123821,"stop":1714501123821,"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":"eed15b9c34fb2f0a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123821,"stop":1714501123822,"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":"172e55fe3c4ebffa","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1714501123822,"stop":1714501123822,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"61dc4d87facd5a","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140343,"stop":1714501140343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d8e6f6daeb014a1f","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140344,"stop":1714501140345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"63d59698afa53fb6","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140344,"stop":1714501140344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"b1c271842dc1c205","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"51353b9a7a7009de","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"90f32cf7b253b1e6","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"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":"441699b664484caa","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140346,"stop":1714501140347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"71080d4a8926cb67","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b750a1b9113921d7","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"d2bf85143d9830d8","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"73cfb16460861f25","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"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":"e045fcc85ee53f13","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Waku Store, order","children":[{"name":"Query Generator - forward","uid":"906d7e88ca47986f","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714501145473,"stop":1714501145473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"a8178e72d6d27859","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"354d86d8951aa74a","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"1be19b0201c13706","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"8dbdb5a4b4644f02","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"ac12223de1071bb9","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1714501145475,"stop":1714501145476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"9352c9fb408f9a02","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1714501150902,"stop":1714501150902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e8bac4d68906490b","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1714501150903,"stop":1714501150903,"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":"220fde724662d08c","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1714501150903,"stop":1714501150904,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44ef6c8520792f6cdf92ba8b204e42cd"},{"name":"Waku Store (Autosharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"d97f6a558d64147e","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1714501150904,"stop":1714501150905,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9098ea5072321c3b","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1714501150905,"stop":1714501150906,"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":"719ffc4d203018d2","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1714501150906,"stop":1714501150907,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"428961ea17ce9ec744e8e65e6f8c7b4f"},{"name":"Waku Store (named sharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"8d66c10bb144fec9","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1714501150908,"stop":1714501150908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bae6a1e8e9e9230e","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1714501150908,"stop":1714501150909,"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":"f25ac7169ea4497e","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1714501150909,"stop":1714501150909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages with different message text format","uid":"68be6295677261bd","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714501153787,"stop":1714501153788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"f1db7e12146c29c8","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714501153787,"stop":1714501153787,"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":"e28944eeeee2dc4","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714501153788,"stop":1714501153789,"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":"bdf76bdbb044747","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714501153788,"stop":1714501153788,"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":"919f5afd9933e48c","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"d2065fd00150ac83","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"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":"2faf99ea3a794699","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714501153790,"stop":1714501153791,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"dacdc448c0d3ebf2","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714501153790,"stop":1714501153790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8a967679dc461476","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1714501153792,"stop":1714501153793,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"8b8a208507e42df0","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1714501159485,"stop":1714501159486,"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":"1c2c29118bd2975a","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1714501159486,"stop":1714501159486,"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":"ca33d2c243f85d0","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"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":"faf570c4bc29a46e","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"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":"4f84b5f913c7a4da","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1714501165485,"stop":1714501165486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"8774c9376bcd4183","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1714501165486,"stop":1714501165486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"a1d892c5f6ecf803","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1714501165487,"stop":1714501165487,"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":"900a13f21842bc6d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714501174012,"stop":1714501174012,"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":"af3f46f74ad81bc6","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"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":"8926b9a7223c8b3d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"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":"430d8098386df929","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714501174014,"stop":1714501174015,"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":"a37ab907af262cff","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"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":"de839fec2d4170be","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"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":"ef831bf1d9f579b8","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714501174015,"stop":1714501174015,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"9c73ad087cc7169d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1714501174015,"stop":1714501174016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"connects to nwaku","uid":"d919221d22ea0792","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1714501181621,"stop":1714501181621,"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":"49bbfe62743213db","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1714501181622,"stop":1714501181622,"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":"db60fb497b24c1f0","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1714501181622,"stop":1714501181623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"76a9596a8476161f","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1714501181623,"stop":1714501181623,"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":"1a5fc38077ff3e91","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1714501181623,"stop":1714501181624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b907953c6834b3b9f5420f211537af83"},{"name":"User Agent","children":[{"name":"Sets default value correctly","uid":"6eeaa252d8025d03","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1714501181624,"stop":1714501181624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"80564c96bddff692","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714501184621,"stop":1714501184622,"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":"812ede73f802491d","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714501184622,"stop":1714501184623,"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":"2fa7fc5e634ab04a","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714501184623,"stop":1714501184624,"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":"e0319fb9f063e495","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714501184624,"stop":1714501184625,"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":"4ec90407dc4c7d3","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714501184625,"stop":1714501184626,"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":"292919aede00e527","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714501184626,"stop":1714501184627,"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":"ad87ef4ef2d1c531","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714501184627,"stop":1714501184628,"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":"d1c727e91d0c2b08","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714501184627,"stop":1714501184627,"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":"2c39e17eac3ecd96","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1714501184628,"stop":1714501184628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed first","uid":"a4e49b073e4c10f2","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714501191916,"stop":1714501191917,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"4d9e310cb23262ce","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714501191917,"stop":1714501191917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"c176a17fd9b1c733","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714501191917,"stop":1714501191918,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"61470b5d604a6c6b","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"299ec24544740b4b","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"d6377ea554ccf0bd","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"6b6dfcd08cb76","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714501191919,"stop":1714501191920,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"281d9fea1898fe54","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"5e2c9b16a914858a","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1714501191920,"stop":1714501191920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"b75071f41d5dd4ee","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220680,"stop":1714501220680,"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":"3347e41433c617a0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220680,"stop":1714501220681,"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":"e1250a64cf1ab62e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"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":"a0299f41ee61ba2e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"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":"5e4d7215dc896255","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"77cb948708506095","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"f88c950a8faa4bbd","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"e242288df4ca6949","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220682,"stop":1714501220683,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"405d44695a284cee","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"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":"f6f0b5bc737dd17d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d2ae5a89763a5c2d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220683,"stop":1714501220684,"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":"848515c6e92a73df","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"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":"8d6ecc903e295416","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"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":"e3f82c7b1a7d730e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220684,"stop":1714501220685,"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":"4af5ac0c10abe34a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"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":"8ffd5b4772828637","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"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":"a926e61741688f6a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220685,"stop":1714501220686,"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":"708fbdd20c11dd32","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"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":"b70b2a49ccd6a2c9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"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":"f4cfc9688d1a035a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"d85a1061da9a7caa","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"f2e09089261d58e9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"228d70f8231d1f97","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"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":"e16eba8c4b7dbff1","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"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":"7e92bf0800078b86","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"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":"17756bf75c430ec9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"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":"b97b34da57d528f0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"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":"75ddef2b1b9b00fa","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"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 symmetrically encrypted messages via lightPush","uid":"debec60cb5cfda53","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220690,"stop":1714501220691,"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":"7ab59e844d91479f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7a47d21b2bbe7caa","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"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":"616ef6435536ae9b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"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":"403940b8f048cdc2","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220691,"stop":1714501220692,"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":"2af76a3c4dd51f30","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"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":"bda49b2c74d7808a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"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":"e73d5a97e9b58b2f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"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":"b136df7f5620e194","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220692,"stop":1714501220693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c893bb3465ca251","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"21add0e7c496b166","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"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":"1c70eaed91038199","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220694,"stop":1714501220695,"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":"22ed5e441e8ac433","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"b1507fcf30538a8c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"4a1011b286585d8f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"eef4704263fd5003","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220695,"stop":1714501220696,"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":"31a3b4ceb0c07786","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"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":"df819db558c31d9e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"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":"9d44ef55ec82fc0b","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"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":"2b0c4218b922c5a6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"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":"8b712d798894fbbf","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"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":"94450f370c03e739","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"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":"6ee373aecb79d054","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"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":"d44f0aadd5ca0afd","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220697,"stop":1714501220698,"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":"7b739fc6a9a8c30d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"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":"159db4bf47a8a2c5","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"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":"1616c3af1c5125ef","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220698,"stop":1714501220699,"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":"2d2ae8043949ae9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"35f397bfd54bae3e","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1714501319432,"stop":1714501319432,"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":"87c4fe32c932d90f","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1714501319432,"stop":1714501319433,"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":"f7a41ddc6562d043","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1714501319433,"stop":1714501319433,"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":"deee55506b05f442","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1714501319434,"stop":1714501319434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"58d347f0207cb02302f257aa9e53af85"}],"uid":"31cf7130db9192e27d145b7dfbb2a390"}],"name":"suites"} \ No newline at end of file diff --git a/6944/data/test-cases/9a8824663bac518f.json b/6962/data/test-cases/105e772634b834c3.json similarity index 78% rename from 6944/data/test-cases/9a8824663bac518f.json rename to 6962/data/test-cases/105e772634b834c3.json index 265408b1b9e..ff66132504b 100644 --- a/6944/data/test-cases/9a8824663bac518f.json +++ b/6962/data/test-cases/105e772634b834c3.json @@ -1 +1 @@ -{"uid":"9a8824663bac518f","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":1714425137457,"stop":1714425137458,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"63176fba59bb6aeb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/63176fba59bb6aeb","status":"passed","time":{"start":1714415306378,"stop":1714415306378,"duration":0}},{"uid":"135b7d8ea8d45e00","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/135b7d8ea8d45e00","status":"passed","time":{"start":1714415441032,"stop":1714415441033,"duration":1}},{"uid":"7f482662d71255e9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7f482662d71255e9","status":"passed","time":{"start":1714407661422,"stop":1714407661422,"duration":0}},{"uid":"e97c3196cbf2038e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e97c3196cbf2038e","status":"passed","time":{"start":1714406688870,"stop":1714406688870,"duration":0}},{"uid":"4a69daeaf4da7a7f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4a69daeaf4da7a7f","status":"passed","time":{"start":1714404480632,"stop":1714404480634,"duration":2}},{"uid":"5658ef5052a97a4b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/5658ef5052a97a4b","status":"passed","time":{"start":1714404187327,"stop":1714404187327,"duration":0}},{"uid":"16872da38a1ac99a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/16872da38a1ac99a","status":"passed","time":{"start":1714403975123,"stop":1714403975124,"duration":1}},{"uid":"b7524beef6ee8b7","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b7524beef6ee8b7","status":"passed","time":{"start":1714386442461,"stop":1714386442461,"duration":0}},{"uid":"32c11b447e142cfb","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/32c11b447e142cfb","status":"passed","time":{"start":1714385503994,"stop":1714385503994,"duration":0}},{"uid":"6386bff192df6e59","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6386bff192df6e59","status":"passed","time":{"start":1714384798838,"stop":1714384798839,"duration":1}},{"uid":"2691f81166c77031","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2691f81166c77031","status":"passed","time":{"start":1714384484765,"stop":1714384484765,"duration":0}},{"uid":"10359467c31b9550","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/10359467c31b9550","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939614,"stop":1714382939614,"duration":0}},{"uid":"524f0741ff778b59","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/524f0741ff778b59","status":"passed","time":{"start":1714383271368,"stop":1714383271369,"duration":1}},{"uid":"b1d9d19b4213f609","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b1d9d19b4213f609","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742245,"stop":1714382742246,"duration":1}},{"uid":"9a9dc6265ea41869","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9a9dc6265ea41869","status":"passed","time":{"start":1714383085701,"stop":1714383085702,"duration":1}},{"uid":"6c81eaab8b316a71","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/6c81eaab8b316a71","status":"passed","time":{"start":1714382957855,"stop":1714382957855,"duration":0}},{"uid":"fd116b50efcbe838","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/fd116b50efcbe838","status":"passed","time":{"start":1714381467344,"stop":1714381467345,"duration":1}},{"uid":"fde4640820bdfdb1","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fde4640820bdfdb1","status":"passed","time":{"start":1714380262877,"stop":1714380262877,"duration":0}},{"uid":"653bb061a015d68","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/653bb061a015d68","status":"passed","time":{"start":1714379832142,"stop":1714379832142,"duration":0}},{"uid":"9d6bc4dbc6d65f8e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9d6bc4dbc6d65f8e","status":"passed","time":{"start":1714297053932,"stop":1714297053932,"duration":0}}]},"tags":[]},"source":"9a8824663bac518f.json","parameterValues":[]} \ No newline at end of file +{"uid":"105e772634b834c3","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":1714500823186,"stop":1714500823186,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"946926001c8c9b8c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/946926001c8c9b8c","status":"passed","time":{"start":1714494571265,"stop":1714494571266,"duration":1}},{"uid":"10edba4e371e097b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/10edba4e371e097b","status":"passed","time":{"start":1714492678665,"stop":1714492678665,"duration":0}}]},"tags":[]},"source":"105e772634b834c3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/10d288e7c59d7064.json b/6962/data/test-cases/10d288e7c59d7064.json new file mode 100644 index 00000000000..fabc5703306 --- /dev/null +++ b/6962/data/test-cases/10d288e7c59d7064.json @@ -0,0 +1 @@ +{"uid":"10d288e7c59d7064","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":1714500524938,"stop":1714500524940,"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":3,"unknown":0,"total":3},"items":[{"uid":"c622bc43ad95ffcd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c622bc43ad95ffcd","status":"passed","time":{"start":1714494276736,"stop":1714494276737,"duration":1}},{"uid":"7f81f2d5f92294f4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f81f2d5f92294f4","status":"passed","time":{"start":1714492380331,"stop":1714492380332,"duration":1}}]},"tags":[]},"source":"10d288e7c59d7064.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/bf9cabfde15e3306.json b/6962/data/test-cases/10ebcb2a9da79b69.json similarity index 76% rename from 6944/data/test-cases/bf9cabfde15e3306.json rename to 6962/data/test-cases/10ebcb2a9da79b69.json index be9f508e69d..3232a226663 100644 --- a/6944/data/test-cases/bf9cabfde15e3306.json +++ b/6962/data/test-cases/10ebcb2a9da79b69.json @@ -1 +1 @@ -{"uid":"bf9cabfde15e3306","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":1714425348156,"stop":1714425348163,"duration":7},"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"8a21ba903fe7d6ab","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8a21ba903fe7d6ab","status":"passed","time":{"start":1714415541638,"stop":1714415541638,"duration":0}},{"uid":"1b50a195754548ff","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1b50a195754548ff","status":"passed","time":{"start":1714415666667,"stop":1714415666668,"duration":1}},{"uid":"463e9c6316e760df","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/463e9c6316e760df","status":"passed","time":{"start":1714407867312,"stop":1714407867312,"duration":0}},{"uid":"7263317a7aab3074","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7263317a7aab3074","status":"passed","time":{"start":1714406901732,"stop":1714406901733,"duration":1}},{"uid":"c344be5e8765d50","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c344be5e8765d50","status":"passed","time":{"start":1714404685926,"stop":1714404685926,"duration":0}},{"uid":"acdfcfd71ea8e3b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/acdfcfd71ea8e3b","status":"passed","time":{"start":1714404389180,"stop":1714404389180,"duration":0}},{"uid":"5003aadacdb89418","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5003aadacdb89418","status":"passed","time":{"start":1714404179629,"stop":1714404179630,"duration":1}},{"uid":"57e00e99156a4cf7","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/57e00e99156a4cf7","status":"passed","time":{"start":1714386642369,"stop":1714386642369,"duration":0}},{"uid":"4c807d6abc57906","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4c807d6abc57906","status":"passed","time":{"start":1714385705578,"stop":1714385705580,"duration":2}},{"uid":"d0d7e60440e68d8d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d0d7e60440e68d8d","status":"passed","time":{"start":1714385001588,"stop":1714385001588,"duration":0}},{"uid":"5bbcd407f632f82f","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/5bbcd407f632f82f","status":"passed","time":{"start":1714384689773,"stop":1714384689773,"duration":0}},{"uid":"58d56c804d08c135","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/58d56c804d08c135","status":"passed","time":{"start":1714383060294,"stop":1714383060295,"duration":1}},{"uid":"bbd59c3064fd119d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/bbd59c3064fd119d","status":"passed","time":{"start":1714383479961,"stop":1714383479962,"duration":1}},{"uid":"319362004f61ba9b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/319362004f61ba9b","status":"passed","time":{"start":1714382864753,"stop":1714382864754,"duration":1}},{"uid":"3eabd067dd99ba7d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/3eabd067dd99ba7d","status":"passed","time":{"start":1714383281570,"stop":1714383281570,"duration":0}},{"uid":"d5f715bb08a15dc8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/d5f715bb08a15dc8","status":"passed","time":{"start":1714383168051,"stop":1714383168051,"duration":0}},{"uid":"b0fa41c657bb6471","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b0fa41c657bb6471","status":"passed","time":{"start":1714381685734,"stop":1714381685734,"duration":0}},{"uid":"a253aba35da515c7","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/a253aba35da515c7","status":"passed","time":{"start":1714380450794,"stop":1714380450794,"duration":0}},{"uid":"fb2e30c104b88c03","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/fb2e30c104b88c03","status":"passed","time":{"start":1714380035048,"stop":1714380035049,"duration":1}},{"uid":"2a7b8bfa33bc6d67","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/2a7b8bfa33bc6d67","status":"passed","time":{"start":1714297259132,"stop":1714297259132,"duration":0}}]},"tags":[]},"source":"bf9cabfde15e3306.json","parameterValues":[]} \ No newline at end of file +{"uid":"10ebcb2a9da79b69","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":1714501036151,"stop":1714501036152,"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":3,"unknown":0,"total":3},"items":[{"uid":"198bd343bebc3f70","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/198bd343bebc3f70","status":"passed","time":{"start":1714494788122,"stop":1714494788123,"duration":1}},{"uid":"9d0fa22309243f67","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9d0fa22309243f67","status":"passed","time":{"start":1714492860424,"stop":1714492860425,"duration":1}}]},"tags":[]},"source":"10ebcb2a9da79b69.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1190abc013506cc2.json b/6962/data/test-cases/1190abc013506cc2.json new file mode 100644 index 00000000000..97dc32ff689 --- /dev/null +++ b/6962/data/test-cases/1190abc013506cc2.json @@ -0,0 +1 @@ +{"uid":"1190abc013506cc2","name":"should throw an error for empty SingleShardInfos array","fullName":"/src/common/sharding.spec.ts: singleShardInfosToShardInfo > should throw an error for empty SingleShardInfos array","historyId":"6f9b8facd3ab33e26bd609df8f0e4b8d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525336,"stop":1714500525338,"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":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a15adbd6d899de35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a15adbd6d899de35","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"ab0867274d6ef304","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab0867274d6ef304","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"tags":[]},"source":"1190abc013506cc2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d5d7274797a5ad81.json b/6962/data/test-cases/1216af38129c42b2.json similarity index 78% rename from 6944/data/test-cases/d5d7274797a5ad81.json rename to 6962/data/test-cases/1216af38129c42b2.json index 580181b55f8..bec477e55d0 100644 --- a/6944/data/test-cases/d5d7274797a5ad81.json +++ b/6962/data/test-cases/1216af38129c42b2.json @@ -1 +1 @@ -{"uid":"d5d7274797a5ad81","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":1714425137453,"stop":1714425137455,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"ae5bd2b7c4387141","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ae5bd2b7c4387141","status":"passed","time":{"start":1714415306376,"stop":1714415306376,"duration":0}},{"uid":"4fbf0f18c41179b8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4fbf0f18c41179b8","status":"passed","time":{"start":1714415441030,"stop":1714415441031,"duration":1}},{"uid":"281147827c6ffd74","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/281147827c6ffd74","status":"passed","time":{"start":1714407661420,"stop":1714407661420,"duration":0}},{"uid":"d5e677abf76c462a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d5e677abf76c462a","status":"passed","time":{"start":1714406688867,"stop":1714406688867,"duration":0}},{"uid":"b24b726b022edf64","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b24b726b022edf64","status":"passed","time":{"start":1714404480625,"stop":1714404480626,"duration":1}},{"uid":"1b8f8592fcd83fb8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1b8f8592fcd83fb8","status":"passed","time":{"start":1714404187325,"stop":1714404187325,"duration":0}},{"uid":"42e5696e12af3886","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/42e5696e12af3886","status":"passed","time":{"start":1714403975107,"stop":1714403975108,"duration":1}},{"uid":"8f76a0fb6cfb4b0c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8f76a0fb6cfb4b0c","status":"passed","time":{"start":1714386442457,"stop":1714386442457,"duration":0}},{"uid":"7dacbc52271a5e0b","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7dacbc52271a5e0b","status":"passed","time":{"start":1714385503992,"stop":1714385503992,"duration":0}},{"uid":"5f47880093e1ed9","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5f47880093e1ed9","status":"passed","time":{"start":1714384798828,"stop":1714384798830,"duration":2}},{"uid":"80404f35e7400c3e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/80404f35e7400c3e","status":"passed","time":{"start":1714384484755,"stop":1714384484761,"duration":6}},{"uid":"30f32720864d1926","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/30f32720864d1926","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939609,"stop":1714382939609,"duration":0}},{"uid":"73c88b56023c5c52","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/73c88b56023c5c52","status":"passed","time":{"start":1714383271365,"stop":1714383271365,"duration":0}},{"uid":"75ffbddb39d41b66","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/75ffbddb39d41b66","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742239,"stop":1714382742240,"duration":1}},{"uid":"8560115e48c96736","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8560115e48c96736","status":"passed","time":{"start":1714383085694,"stop":1714383085695,"duration":1}},{"uid":"696bc6e8f5b6239b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/696bc6e8f5b6239b","status":"passed","time":{"start":1714382957852,"stop":1714382957853,"duration":1}},{"uid":"c23548f70f49e926","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c23548f70f49e926","status":"passed","time":{"start":1714381467342,"stop":1714381467342,"duration":0}},{"uid":"37704ade480bce75","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/37704ade480bce75","status":"passed","time":{"start":1714380262874,"stop":1714380262875,"duration":1}},{"uid":"a4cf87e21c849abb","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a4cf87e21c849abb","status":"passed","time":{"start":1714379832139,"stop":1714379832139,"duration":0}},{"uid":"461dac9c229dc29","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/461dac9c229dc29","status":"passed","time":{"start":1714297053929,"stop":1714297053930,"duration":1}}]},"tags":[]},"source":"d5d7274797a5ad81.json","parameterValues":[]} \ No newline at end of file +{"uid":"1216af38129c42b2","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":1714500823183,"stop":1714500823183,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"be948661efd191a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be948661efd191a2","status":"passed","time":{"start":1714494571263,"stop":1714494571263,"duration":0}},{"uid":"7b34cadec9ef387b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b34cadec9ef387b","status":"passed","time":{"start":1714492678656,"stop":1714492678657,"duration":1}}]},"tags":[]},"source":"1216af38129c42b2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1245925b57a32d3a.json b/6962/data/test-cases/1245925b57a32d3a.json new file mode 100644 index 00000000000..e63d6b29cbf --- /dev/null +++ b/6962/data/test-cases/1245925b57a32d3a.json @@ -0,0 +1 @@ +{"uid":"1245925b57a32d3a","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":1714501013445,"stop":1714501013445,"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":3,"unknown":0,"total":3},"items":[{"uid":"2628e66bf16c38ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2628e66bf16c38ae","status":"passed","time":{"start":1714494760922,"stop":1714494760922,"duration":0}},{"uid":"1c914d21aa26b7c3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c914d21aa26b7c3","status":"passed","time":{"start":1714492834195,"stop":1714492834196,"duration":1}}]},"tags":[]},"source":"1245925b57a32d3a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b27af0b08c41e015.json b/6962/data/test-cases/124c0439f1ae2ae0.json similarity index 83% rename from 6944/data/test-cases/b27af0b08c41e015.json rename to 6962/data/test-cases/124c0439f1ae2ae0.json index da39340b9bc..0914280adea 100644 --- a/6944/data/test-cases/b27af0b08c41e015.json +++ b/6962/data/test-cases/124c0439f1ae2ae0.json @@ -1 +1 @@ -{"uid":"b27af0b08c41e015","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":1714425301100,"stop":1714425301103,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"9c6ed7cdb54d26a1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9c6ed7cdb54d26a1","status":"passed","time":{"start":1714415473259,"stop":1714415473260,"duration":1}},{"uid":"bcaefcd64c4e882c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bcaefcd64c4e882c","status":"passed","time":{"start":1714415615355,"stop":1714415615355,"duration":0}},{"uid":"1616c00836e4b61","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1616c00836e4b61","status":"passed","time":{"start":1714407816862,"stop":1714407816863,"duration":1}},{"uid":"68caa580cd003fd0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/68caa580cd003fd0","status":"passed","time":{"start":1714406861586,"stop":1714406861586,"duration":0}},{"uid":"51a04ba2792fd7a7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/51a04ba2792fd7a7","status":"passed","time":{"start":1714404628272,"stop":1714404628272,"duration":0}},{"uid":"65282ca581b520b1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/65282ca581b520b1","status":"passed","time":{"start":1714404348891,"stop":1714404348891,"duration":0}},{"uid":"facd5314f998b8f2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/facd5314f998b8f2","status":"passed","time":{"start":1714404137219,"stop":1714404137219,"duration":0}},{"uid":"9ee6bc90f5514f87","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9ee6bc90f5514f87","status":"passed","time":{"start":1714386585845,"stop":1714386585845,"duration":0}},{"uid":"1a46c9cbece3f934","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1a46c9cbece3f934","status":"passed","time":{"start":1714385651937,"stop":1714385651938,"duration":1}},{"uid":"bad882a100df56eb","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/bad882a100df56eb","status":"passed","time":{"start":1714384939239,"stop":1714384939240,"duration":1}},{"uid":"410846654f7004a1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/410846654f7004a1","status":"passed","time":{"start":1714384633419,"stop":1714384633420,"duration":1}},{"uid":"22f079efc923fcae","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/22f079efc923fcae","status":"passed","time":{"start":1714383068439,"stop":1714383068439,"duration":0}},{"uid":"462f72103acd927a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/462f72103acd927a","status":"passed","time":{"start":1714383427858,"stop":1714383427858,"duration":0}},{"uid":"9cd8fa8697e87763","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9cd8fa8697e87763","status":"passed","time":{"start":1714382856563,"stop":1714382856563,"duration":0}},{"uid":"dd90d70d2009ab84","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/dd90d70d2009ab84","status":"passed","time":{"start":1714383232250,"stop":1714383232251,"duration":1}},{"uid":"40968b4b3794c175","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/40968b4b3794c175","status":"passed","time":{"start":1714383125886,"stop":1714383125886,"duration":0}},{"uid":"80d878faed215cee","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/80d878faed215cee","status":"passed","time":{"start":1714381639310,"stop":1714381639310,"duration":0}},{"uid":"5ed69ada25b93e05","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/5ed69ada25b93e05","status":"passed","time":{"start":1714380392361,"stop":1714380392361,"duration":0}},{"uid":"a9fdbd1c884ff49","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a9fdbd1c884ff49","status":"passed","time":{"start":1714379984447,"stop":1714379984448,"duration":1}},{"uid":"e262bdad72178b9","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e262bdad72178b9","status":"passed","time":{"start":1714297212213,"stop":1714297212213,"duration":0}}]},"tags":[]},"source":"b27af0b08c41e015.json","parameterValues":[]} \ No newline at end of file +{"uid":"124c0439f1ae2ae0","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":1714500976547,"stop":1714500976548,"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":3,"unknown":0,"total":3},"items":[{"uid":"7407d390bf8216f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7407d390bf8216f1","status":"passed","time":{"start":1714494735290,"stop":1714494735291,"duration":1}},{"uid":"30dce628dd73b934","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30dce628dd73b934","status":"passed","time":{"start":1714492814960,"stop":1714492814961,"duration":1}}]},"tags":[]},"source":"124c0439f1ae2ae0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/12b5fcc99b8406fe.json b/6962/data/test-cases/12b5fcc99b8406fe.json new file mode 100644 index 00000000000..f39ad5c1ef0 --- /dev/null +++ b/6962/data/test-cases/12b5fcc99b8406fe.json @@ -0,0 +1 @@ +{"uid":"12b5fcc99b8406fe","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":1714500534111,"stop":1714500534111,"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":3,"unknown":0,"total":3},"items":[{"uid":"6ae87ab5e32c6c5b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ae87ab5e32c6c5b","status":"passed","time":{"start":1714494285532,"stop":1714494285533,"duration":1}},{"uid":"10d2962aff43d98b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/10d2962aff43d98b","status":"passed","time":{"start":1714492389346,"stop":1714492389347,"duration":1}}]},"tags":[]},"source":"12b5fcc99b8406fe.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/12d2bc2522562e38.json b/6962/data/test-cases/12d2bc2522562e38.json new file mode 100644 index 00000000000..5ea25e66fd5 --- /dev/null +++ b/6962/data/test-cases/12d2bc2522562e38.json @@ -0,0 +1 @@ +{"uid":"12d2bc2522562e38","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":1714500538712,"stop":1714500538712,"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":3,"unknown":0,"total":3},"items":[{"uid":"dbbceeb990eec323","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dbbceeb990eec323","status":"passed","time":{"start":1714494290036,"stop":1714494290036,"duration":0}},{"uid":"5636efe4e582bb00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5636efe4e582bb00","status":"passed","time":{"start":1714492394076,"stop":1714492394076,"duration":0}}]},"tags":[]},"source":"12d2bc2522562e38.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4c854ff4a64876a6.json b/6962/data/test-cases/13130751e5677e26.json similarity index 75% rename from 6944/data/test-cases/4c854ff4a64876a6.json rename to 6962/data/test-cases/13130751e5677e26.json index 7f8f22ee478..ec5f48d048f 100644 --- a/6944/data/test-cases/4c854ff4a64876a6.json +++ b/6962/data/test-cases/13130751e5677e26.json @@ -1 +1 @@ -{"uid":"4c854ff4a64876a6","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":1714425068138,"stop":1714425068138,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"f8cf3afe7452e05d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f8cf3afe7452e05d","status":"passed","time":{"start":1714415236743,"stop":1714415236744,"duration":1}},{"uid":"e7aea6251a6c7d9b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e7aea6251a6c7d9b","status":"passed","time":{"start":1714415370282,"stop":1714415370282,"duration":0}},{"uid":"dce83333ad626066","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dce83333ad626066","status":"passed","time":{"start":1714407592717,"stop":1714407592718,"duration":1}},{"uid":"3841e685a47a2570","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3841e685a47a2570","status":"passed","time":{"start":1714406603007,"stop":1714406603008,"duration":1}},{"uid":"77f1704ef81e72f8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/77f1704ef81e72f8","status":"passed","time":{"start":1714404403076,"stop":1714404403077,"duration":1}},{"uid":"c30624d2262d240a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c30624d2262d240a","status":"passed","time":{"start":1714404066546,"stop":1714404066550,"duration":4}},{"uid":"9b37e3693aebe1e1","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9b37e3693aebe1e1","status":"passed","time":{"start":1714403911540,"stop":1714403911541,"duration":1}},{"uid":"ac93d1f3d6770ef1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ac93d1f3d6770ef1","status":"passed","time":{"start":1714386356543,"stop":1714386356543,"duration":0}},{"uid":"baeb094d5f1550bb","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/baeb094d5f1550bb","status":"passed","time":{"start":1714385421462,"stop":1714385421462,"duration":0}},{"uid":"4d44d6088bfc94f1","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4d44d6088bfc94f1","status":"passed","time":{"start":1714384714546,"stop":1714384714546,"duration":0}},{"uid":"5cd5358395ca29af","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/5cd5358395ca29af","status":"passed","time":{"start":1714384405988,"stop":1714384405989,"duration":1}},{"uid":"86dede7562976540","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/86dede7562976540","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845674,"stop":1714382845674,"duration":0}},{"uid":"3d9c73c5d5fe2194","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3d9c73c5d5fe2194","status":"passed","time":{"start":1714383192253,"stop":1714383192253,"duration":0}},{"uid":"3e3b425d2db7b376","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3e3b425d2db7b376","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649802,"stop":1714382649802,"duration":0}},{"uid":"f19ac83e509ec044","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f19ac83e509ec044","status":"passed","time":{"start":1714383007941,"stop":1714383007941,"duration":0}},{"uid":"ea553821982fbd0d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ea553821982fbd0d","status":"passed","time":{"start":1714382888213,"stop":1714382888213,"duration":0}},{"uid":"476c39733eb0fffb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/476c39733eb0fffb","status":"passed","time":{"start":1714381390659,"stop":1714381390659,"duration":0}},{"uid":"eef82a4ff7674db1","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/eef82a4ff7674db1","status":"passed","time":{"start":1714380173233,"stop":1714380173233,"duration":0}},{"uid":"3a237e49b88b78bf","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3a237e49b88b78bf","status":"passed","time":{"start":1714379752749,"stop":1714379752753,"duration":4}},{"uid":"3ed2ac2a28948f37","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3ed2ac2a28948f37","status":"passed","time":{"start":1714296983626,"stop":1714296983627,"duration":1}}]},"tags":[]},"source":"4c854ff4a64876a6.json","parameterValues":[]} \ No newline at end of file +{"uid":"13130751e5677e26","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":1714500735357,"stop":1714500735358,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5fdc33637e0afe69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5fdc33637e0afe69","status":"passed","time":{"start":1714494500282,"stop":1714494500283,"duration":1}},{"uid":"4b88e3157b3b39bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4b88e3157b3b39bd","status":"passed","time":{"start":1714492591434,"stop":1714492591435,"duration":1}}]},"tags":[]},"source":"13130751e5677e26.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5fa93e8782dc125a.json b/6962/data/test-cases/136833ea9e784618.json similarity index 97% rename from 6944/data/test-cases/5fa93e8782dc125a.json rename to 6962/data/test-cases/136833ea9e784618.json index 9a09a13696e..7e988ba83a4 100644 --- a/6944/data/test-cases/5fa93e8782dc125a.json +++ b/6962/data/test-cases/136833ea9e784618.json @@ -1 +1 @@ -{"uid":"5fa93e8782dc125a","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":1714425348193,"stop":1714425348193,"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":"5fa93e8782dc125a.json","parameterValues":[]} \ No newline at end of file +{"uid":"136833ea9e784618","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":1714501036168,"stop":1714501036168,"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":"136833ea9e784618.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/13fbbf98720fa525.json b/6962/data/test-cases/13fbbf98720fa525.json new file mode 100644 index 00000000000..5d6e5967378 --- /dev/null +++ b/6962/data/test-cases/13fbbf98720fa525.json @@ -0,0 +1 @@ +{"uid":"13fbbf98720fa525","name":"should be called for bootstrap peers","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For bootstrap peers > should be called for bootstrap peers","historyId":"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500587024,"stop":1714500587024,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For bootstrap peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8465dde0c6bfc56c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8465dde0c6bfc56c","status":"passed","time":{"start":1714494335557,"stop":1714494335557,"duration":0}},{"uid":"d3aaf64c9a3eb333","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3aaf64c9a3eb333","status":"passed","time":{"start":1714492436196,"stop":1714492436196,"duration":0}}]},"tags":[]},"source":"13fbbf98720fa525.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1434f90108949d62.json b/6962/data/test-cases/1434f90108949d62.json new file mode 100644 index 00000000000..c8cdccc7130 --- /dev/null +++ b/6962/data/test-cases/1434f90108949d62.json @@ -0,0 +1 @@ +{"uid":"1434f90108949d62","name":"should be called at least once on all `peer:discovery` events","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > attemptDial method > should be called at least once on all `peer:discovery` events","historyId":"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500587023,"stop":1714500587023,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"attemptDial method"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"560555d924c64795","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/560555d924c64795","status":"passed","time":{"start":1714494335555,"stop":1714494335556,"duration":1}},{"uid":"40368bd4da09055b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/40368bd4da09055b","status":"passed","time":{"start":1714492436194,"stop":1714492436195,"duration":1}}]},"tags":[]},"source":"1434f90108949d62.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/63e0a7e3386ac3dc.json b/6962/data/test-cases/159db4bf47a8a2c5.json similarity index 80% rename from 6944/data/test-cases/63e0a7e3386ac3dc.json rename to 6962/data/test-cases/159db4bf47a8a2c5.json index b21f46eafe1..a2991e992d2 100644 --- a/6944/data/test-cases/63e0a7e3386ac3dc.json +++ b/6962/data/test-cases/159db4bf47a8a2c5.json @@ -1 +1 @@ -{"uid":"63e0a7e3386ac3dc","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":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"f1558e3d5077a1cd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f1558e3d5077a1cd","status":"passed","time":{"start":1714415702298,"stop":1714415702298,"duration":0}},{"uid":"ab09ea446c006af3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ab09ea446c006af3","status":"passed","time":{"start":1714415850506,"stop":1714415850506,"duration":0}},{"uid":"93a5d31cb1bb897a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/93a5d31cb1bb897a","status":"passed","time":{"start":1714408049956,"stop":1714408049956,"duration":0}},{"uid":"d484e361e1553b4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d484e361e1553b4","status":"passed","time":{"start":1714407080678,"stop":1714407080678,"duration":0}},{"uid":"705b2ab002a70f85","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/705b2ab002a70f85","status":"passed","time":{"start":1714404860596,"stop":1714404860596,"duration":0}},{"uid":"e74220625a321cfc","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e74220625a321cfc","status":"passed","time":{"start":1714404585209,"stop":1714404585209,"duration":0}},{"uid":"4d33ed52f952dafc","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4d33ed52f952dafc","status":"passed","time":{"start":1714404366317,"stop":1714404366317,"duration":0}},{"uid":"daecea89994ed5ab","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/daecea89994ed5ab","status":"passed","time":{"start":1714386825535,"stop":1714386825535,"duration":0}},{"uid":"3c2c653b96f6b07e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/3c2c653b96f6b07e","status":"passed","time":{"start":1714385893745,"stop":1714385893745,"duration":0}},{"uid":"ac463aef149d80a3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ac463aef149d80a3","status":"passed","time":{"start":1714385188021,"stop":1714385188021,"duration":0}},{"uid":"c7f8c120f15329f4","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c7f8c120f15329f4","status":"passed","time":{"start":1714384869921,"stop":1714384869921,"duration":0}},{"uid":"1f2fcdfe968f30e2","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1f2fcdfe968f30e2","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237157,"stop":1714384237157,"duration":0}},{"uid":"ee261120a0e765ad","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ee261120a0e765ad","status":"passed","time":{"start":1714383661931,"stop":1714383661932,"duration":1}},{"uid":"5e177c0120963a8b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5e177c0120963a8b","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018830,"stop":1714384018831,"duration":1}},{"uid":"b68d8e3006f2677f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b68d8e3006f2677f","status":"passed","time":{"start":1714383474189,"stop":1714383474189,"duration":0}},{"uid":"11ede312a1c5aa60","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/11ede312a1c5aa60","status":"passed","time":{"start":1714383351260,"stop":1714383351260,"duration":0}},{"uid":"7f1ff1938a67dfd8","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7f1ff1938a67dfd8","status":"passed","time":{"start":1714381860523,"stop":1714381860523,"duration":0}},{"uid":"5079af2d9b53eae8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/5079af2d9b53eae8","status":"passed","time":{"start":1714380649670,"stop":1714380649671,"duration":1}},{"uid":"282ec7ca484c019f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/282ec7ca484c019f","status":"passed","time":{"start":1714380216169,"stop":1714380216170,"duration":1}},{"uid":"d596afb082b496de","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d596afb082b496de","status":"passed","time":{"start":1714297452339,"stop":1714297452339,"duration":0}}]},"tags":[]},"source":"63e0a7e3386ac3dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"159db4bf47a8a2c5","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":1714501220698,"stop":1714501220698,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"9384e7f27cee627e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9384e7f27cee627e","status":"passed","time":{"start":1714494954450,"stop":1714494954450,"duration":0}},{"uid":"e54ba42d51c4780","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e54ba42d51c4780","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"tags":[]},"source":"159db4bf47a8a2c5.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/15b14b8a0122da01.json b/6962/data/test-cases/15b14b8a0122da01.json new file mode 100644 index 00000000000..fb3f76ecad2 --- /dev/null +++ b/6962/data/test-cases/15b14b8a0122da01.json @@ -0,0 +1 @@ +{"uid":"15b14b8a0122da01","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":1714500525360,"stop":1714500525361,"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":3,"unknown":0,"total":3},"items":[{"uid":"fedf5b105d31cc52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fedf5b105d31cc52","status":"passed","time":{"start":1714494277048,"stop":1714494277049,"duration":1}},{"uid":"eff520c7ba61963e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eff520c7ba61963e","status":"passed","time":{"start":1714492380913,"stop":1714492380913,"duration":0}}]},"tags":[]},"source":"15b14b8a0122da01.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3c078a0f925bb0b1.json b/6962/data/test-cases/1616c3af1c5125ef.json similarity index 79% rename from 6944/data/test-cases/3c078a0f925bb0b1.json rename to 6962/data/test-cases/1616c3af1c5125ef.json index 0d4aa6afaf5..c5334c88f91 100644 --- a/6944/data/test-cases/3c078a0f925bb0b1.json +++ b/6962/data/test-cases/1616c3af1c5125ef.json @@ -1 +1 @@ -{"uid":"3c078a0f925bb0b1","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":1714425534899,"stop":1714425534899,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"9f67e9ba9cbbdb9e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9f67e9ba9cbbdb9e","status":"passed","time":{"start":1714415702299,"stop":1714415702299,"duration":0}},{"uid":"d3176f56f4dbf0af","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d3176f56f4dbf0af","status":"passed","time":{"start":1714415850506,"stop":1714415850507,"duration":1}},{"uid":"e89ef2607be2ea0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e89ef2607be2ea0","status":"passed","time":{"start":1714408049956,"stop":1714408049957,"duration":1}},{"uid":"4cca7bd55dd12bc1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4cca7bd55dd12bc1","status":"passed","time":{"start":1714407080678,"stop":1714407080679,"duration":1}},{"uid":"1b2fbe67498246d9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1b2fbe67498246d9","status":"passed","time":{"start":1714404860596,"stop":1714404860596,"duration":0}},{"uid":"144b395aa941510a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/144b395aa941510a","status":"passed","time":{"start":1714404585210,"stop":1714404585210,"duration":0}},{"uid":"4c0d6eda423374f1","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4c0d6eda423374f1","status":"passed","time":{"start":1714404366317,"stop":1714404366318,"duration":1}},{"uid":"75e29ab7c90c07c8","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/75e29ab7c90c07c8","status":"passed","time":{"start":1714386825536,"stop":1714386825537,"duration":1}},{"uid":"afd61da2b949f0da","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/afd61da2b949f0da","status":"passed","time":{"start":1714385893745,"stop":1714385893746,"duration":1}},{"uid":"882e20620615420d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/882e20620615420d","status":"passed","time":{"start":1714385188021,"stop":1714385188021,"duration":0}},{"uid":"2da5befc365cdcfe","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2da5befc365cdcfe","status":"passed","time":{"start":1714384869921,"stop":1714384869922,"duration":1}},{"uid":"d735067bcecff53f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d735067bcecff53f","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237159,"stop":1714384237159,"duration":0}},{"uid":"b0ccdae80f841f93","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b0ccdae80f841f93","status":"passed","time":{"start":1714383661932,"stop":1714383661932,"duration":0}},{"uid":"32f3caf1ea947aa8","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/32f3caf1ea947aa8","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018832,"stop":1714384018832,"duration":0}},{"uid":"4248748cbaf6edc6","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4248748cbaf6edc6","status":"passed","time":{"start":1714383474190,"stop":1714383474190,"duration":0}},{"uid":"3bcde1c57dd52cec","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3bcde1c57dd52cec","status":"passed","time":{"start":1714383351260,"stop":1714383351261,"duration":1}},{"uid":"1c53a14aaee67b61","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1c53a14aaee67b61","status":"passed","time":{"start":1714381860524,"stop":1714381860524,"duration":0}},{"uid":"e388425dc14f928c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e388425dc14f928c","status":"passed","time":{"start":1714380649671,"stop":1714380649671,"duration":0}},{"uid":"d3b4c46995151774","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d3b4c46995151774","status":"passed","time":{"start":1714380216170,"stop":1714380216170,"duration":0}},{"uid":"e8bd57f393f1d09d","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e8bd57f393f1d09d","status":"passed","time":{"start":1714297452339,"stop":1714297452340,"duration":1}}]},"tags":[]},"source":"3c078a0f925bb0b1.json","parameterValues":[]} \ No newline at end of file +{"uid":"1616c3af1c5125ef","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":1714501220698,"stop":1714501220699,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"f6c4265892a8945e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6c4265892a8945e","status":"passed","time":{"start":1714494954452,"stop":1714494954452,"duration":0}},{"uid":"44ef26dc856df836","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44ef26dc856df836","status":"passed","time":{"start":1714493052147,"stop":1714493052147,"duration":0}}]},"tags":[]},"source":"1616c3af1c5125ef.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/734f07f603e1efaf.json b/6962/data/test-cases/163abab0a324e19a.json similarity index 84% rename from 6944/data/test-cases/734f07f603e1efaf.json rename to 6962/data/test-cases/163abab0a324e19a.json index d26f7db7d12..8e6ca5e393a 100644 --- a/6944/data/test-cases/734f07f603e1efaf.json +++ b/6962/data/test-cases/163abab0a324e19a.json @@ -1 +1 @@ -{"uid":"734f07f603e1efaf","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":1714425435629,"stop":1714425435629,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"58b5d7ee8cea701a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/58b5d7ee8cea701a","status":"passed","time":{"start":1714415590174,"stop":1714415590175,"duration":1}},{"uid":"a24abb8126f8b1eb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a24abb8126f8b1eb","status":"passed","time":{"start":1714415739336,"stop":1714415739336,"duration":0}},{"uid":"59aadcbccb34074","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/59aadcbccb34074","status":"passed","time":{"start":1714407950143,"stop":1714407950143,"duration":0}},{"uid":"5c671a9e3547d7ef","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5c671a9e3547d7ef","status":"passed","time":{"start":1714406978496,"stop":1714406978496,"duration":0}},{"uid":"96c94a67185aa883","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/96c94a67185aa883","status":"passed","time":{"start":1714404752165,"stop":1714404752165,"duration":0}},{"uid":"985c1d3dd54c798a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/985c1d3dd54c798a","status":"passed","time":{"start":1714404488168,"stop":1714404488168,"duration":0}},{"uid":"d01d094d775d5d57","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d01d094d775d5d57","status":"passed","time":{"start":1714404264850,"stop":1714404264850,"duration":0}},{"uid":"22b096951dba0617","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/22b096951dba0617","status":"passed","time":{"start":1714386718965,"stop":1714386718966,"duration":1}},{"uid":"e98cf0e5f0986017","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e98cf0e5f0986017","status":"passed","time":{"start":1714385802614,"stop":1714385802614,"duration":0}},{"uid":"8a39648f10b7eb89","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8a39648f10b7eb89","status":"passed","time":{"start":1714385084331,"stop":1714385084331,"duration":0}},{"uid":"4a5cd628fa8752f4","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4a5cd628fa8752f4","status":"passed","time":{"start":1714384783936,"stop":1714384783937,"duration":1}},{"uid":"7269e8860fdcec6f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7269e8860fdcec6f","status":"passed","time":{"start":1714382927705,"stop":1714382927706,"duration":1}},{"uid":"a0e6e20130da6b70","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a0e6e20130da6b70","status":"passed","time":{"start":1714383573258,"stop":1714383573259,"duration":1}},{"uid":"56f49e8050572123","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/56f49e8050572123","status":"passed","time":{"start":1714382735211,"stop":1714382735211,"duration":0}},{"uid":"4f9193de071a8118","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4f9193de071a8118","status":"passed","time":{"start":1714383376690,"stop":1714383376691,"duration":1}},{"uid":"66ce15bfc27ef6d3","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/66ce15bfc27ef6d3","status":"passed","time":{"start":1714383261457,"stop":1714383261458,"duration":1}},{"uid":"98bfac5682141ebb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/98bfac5682141ebb","status":"passed","time":{"start":1714381767581,"stop":1714381767581,"duration":0}},{"uid":"509798b5715593ad","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/509798b5715593ad","status":"passed","time":{"start":1714380548896,"stop":1714380548897,"duration":1}},{"uid":"10f603282126d57","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/10f603282126d57","status":"passed","time":{"start":1714380124168,"stop":1714380124168,"duration":0}},{"uid":"5e31ab260761f5d0","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5e31ab260761f5d0","status":"passed","time":{"start":1714297355221,"stop":1714297355221,"duration":0}}]},"tags":[]},"source":"734f07f603e1efaf.json","parameterValues":[]} \ No newline at end of file +{"uid":"163abab0a324e19a","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":1714501123814,"stop":1714501123818,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b285e10ec8f8068d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b285e10ec8f8068d","status":"passed","time":{"start":1714494838854,"stop":1714494838854,"duration":0}},{"uid":"153205755e0d1b61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/153205755e0d1b61","status":"passed","time":{"start":1714492985775,"stop":1714492985775,"duration":0}}]},"tags":[]},"source":"163abab0a324e19a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/efbddfb2e39dddab.json b/6962/data/test-cases/16665f93800d1fab.json similarity index 78% rename from 6944/data/test-cases/efbddfb2e39dddab.json rename to 6962/data/test-cases/16665f93800d1fab.json index 466931b2eaf..3a09925cabb 100644 --- a/6944/data/test-cases/efbddfb2e39dddab.json +++ b/6962/data/test-cases/16665f93800d1fab.json @@ -1 +1 @@ -{"uid":"efbddfb2e39dddab","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":1714425137441,"stop":1714425137442,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"69d689bc352b1656","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/69d689bc352b1656","status":"passed","time":{"start":1714415306370,"stop":1714415306370,"duration":0}},{"uid":"a30c730e118ba779","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a30c730e118ba779","status":"passed","time":{"start":1714415441023,"stop":1714415441024,"duration":1}},{"uid":"cfbbd72c0d44ad5e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cfbbd72c0d44ad5e","status":"passed","time":{"start":1714407661394,"stop":1714407661400,"duration":6}},{"uid":"23c3312810c0148c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/23c3312810c0148c","status":"passed","time":{"start":1714406688861,"stop":1714406688861,"duration":0}},{"uid":"71a13f34d920ad15","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/71a13f34d920ad15","status":"passed","time":{"start":1714404480610,"stop":1714404480611,"duration":1}},{"uid":"d498783291a244c7","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d498783291a244c7","status":"passed","time":{"start":1714404187310,"stop":1714404187310,"duration":0}},{"uid":"7f4c915dbe5ae40f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7f4c915dbe5ae40f","status":"passed","time":{"start":1714403975001,"stop":1714403975013,"duration":12}},{"uid":"7f0c4ff0a70068d4","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7f0c4ff0a70068d4","status":"passed","time":{"start":1714386442438,"stop":1714386442439,"duration":1}},{"uid":"e354c226f107675a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e354c226f107675a","status":"passed","time":{"start":1714385503986,"stop":1714385503987,"duration":1}},{"uid":"3531ec263f7668a5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/3531ec263f7668a5","status":"passed","time":{"start":1714384798815,"stop":1714384798816,"duration":1}},{"uid":"196528af6db7b6ee","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/196528af6db7b6ee","status":"passed","time":{"start":1714384484744,"stop":1714384484744,"duration":0}},{"uid":"1d29208e49cf4152","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1d29208e49cf4152","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939588,"stop":1714382939588,"duration":0}},{"uid":"1df83efa24b480be","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1df83efa24b480be","status":"passed","time":{"start":1714383271352,"stop":1714383271352,"duration":0}},{"uid":"f27991b5b9ad4f88","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f27991b5b9ad4f88","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742223,"stop":1714382742223,"duration":0}},{"uid":"fd28f7524635561d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/fd28f7524635561d","status":"passed","time":{"start":1714383085681,"stop":1714383085682,"duration":1}},{"uid":"6f09293c9e1714a2","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/6f09293c9e1714a2","status":"passed","time":{"start":1714382957845,"stop":1714382957846,"duration":1}},{"uid":"8531b60c37c6a490","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8531b60c37c6a490","status":"passed","time":{"start":1714381467332,"stop":1714381467333,"duration":1}},{"uid":"ec3b66c216b28859","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ec3b66c216b28859","status":"passed","time":{"start":1714380262867,"stop":1714380262868,"duration":1}},{"uid":"42c3d079703e309a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/42c3d079703e309a","status":"passed","time":{"start":1714379832119,"stop":1714379832119,"duration":0}},{"uid":"d53cee428aeecb0d","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d53cee428aeecb0d","status":"passed","time":{"start":1714297053923,"stop":1714297053923,"duration":0}}]},"tags":[]},"source":"efbddfb2e39dddab.json","parameterValues":[]} \ No newline at end of file +{"uid":"16665f93800d1fab","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":1714500823171,"stop":1714500823171,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e6d861d1a002aac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7e6d861d1a002aac","status":"passed","time":{"start":1714494571255,"stop":1714494571255,"duration":0}},{"uid":"66481cab1c83e768","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/66481cab1c83e768","status":"passed","time":{"start":1714492678638,"stop":1714492678639,"duration":1}}]},"tags":[]},"source":"16665f93800d1fab.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/168afd03de05b537.json b/6962/data/test-cases/168afd03de05b537.json new file mode 100644 index 00000000000..2427a173e4b --- /dev/null +++ b/6962/data/test-cases/168afd03de05b537.json @@ -0,0 +1 @@ +{"uid":"168afd03de05b537","name":"getPeersByDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > getPeersByDiscovery","historyId":"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500997299,"stop":1714500997300,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cbb442588074099","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cbb442588074099","status":"passed","time":{"start":1714494742981,"stop":1714494742981,"duration":0}},{"uid":"534816357b294de2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/534816357b294de2","status":"passed","time":{"start":1714492814487,"stop":1714492814488,"duration":1}}]},"tags":[]},"source":"168afd03de05b537.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a0b12f1153b4c248.json b/6962/data/test-cases/16c5b02d9ad578ea.json similarity index 75% rename from 6944/data/test-cases/a0b12f1153b4c248.json rename to 6962/data/test-cases/16c5b02d9ad578ea.json index 89ea73dc60c..0aad5be5e40 100644 --- a/6944/data/test-cases/a0b12f1153b4c248.json +++ b/6962/data/test-cases/16c5b02d9ad578ea.json @@ -1 +1 @@ -{"uid":"a0b12f1153b4c248","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":1714425068148,"stop":1714425068148,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"d33a1bbbb1cd65f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d33a1bbbb1cd65f1","status":"passed","time":{"start":1714415236748,"stop":1714415236748,"duration":0}},{"uid":"ceafa8c57f163247","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ceafa8c57f163247","status":"passed","time":{"start":1714415370286,"stop":1714415370287,"duration":1}},{"uid":"82f4019b1b89c04a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/82f4019b1b89c04a","status":"passed","time":{"start":1714407592725,"stop":1714407592726,"duration":1}},{"uid":"45a83ef68d264eda","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/45a83ef68d264eda","status":"passed","time":{"start":1714406603012,"stop":1714406603012,"duration":0}},{"uid":"d9d60c3fe11ab32d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d9d60c3fe11ab32d","status":"passed","time":{"start":1714404403091,"stop":1714404403092,"duration":1}},{"uid":"25a322ad04ac7814","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/25a322ad04ac7814","status":"passed","time":{"start":1714404066557,"stop":1714404066557,"duration":0}},{"uid":"a807737c4d6b4f3b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a807737c4d6b4f3b","status":"passed","time":{"start":1714403911544,"stop":1714403911545,"duration":1}},{"uid":"204ad7309ec074e2","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/204ad7309ec074e2","status":"passed","time":{"start":1714386356547,"stop":1714386356547,"duration":0}},{"uid":"bacb9be71c424747","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/bacb9be71c424747","status":"passed","time":{"start":1714385421467,"stop":1714385421467,"duration":0}},{"uid":"4942a40b435dafc8","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4942a40b435dafc8","status":"passed","time":{"start":1714384714568,"stop":1714384714569,"duration":1}},{"uid":"be05a6ab37b1c8c5","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/be05a6ab37b1c8c5","status":"passed","time":{"start":1714384405993,"stop":1714384405993,"duration":0}},{"uid":"9f4e4c0e9c25151c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9f4e4c0e9c25151c","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845684,"stop":1714382845684,"duration":0}},{"uid":"140886f3c75bbc55","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/140886f3c75bbc55","status":"passed","time":{"start":1714383192262,"stop":1714383192264,"duration":2}},{"uid":"585f3b1d34d1d6f5","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/585f3b1d34d1d6f5","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649827,"stop":1714382649827,"duration":0}},{"uid":"c6bc5e0dfe7a5a65","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c6bc5e0dfe7a5a65","status":"passed","time":{"start":1714383007952,"stop":1714383007952,"duration":0}},{"uid":"836a4389d0853bdd","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/836a4389d0853bdd","status":"passed","time":{"start":1714382888217,"stop":1714382888217,"duration":0}},{"uid":"bd12feaa47f5ce06","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/bd12feaa47f5ce06","status":"passed","time":{"start":1714381390672,"stop":1714381390673,"duration":1}},{"uid":"d1710879da0e44ca","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d1710879da0e44ca","status":"passed","time":{"start":1714380173239,"stop":1714380173239,"duration":0}},{"uid":"5fb2a5b55e419648","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/5fb2a5b55e419648","status":"passed","time":{"start":1714379752779,"stop":1714379752780,"duration":1}},{"uid":"f8a3fa7970dd92bd","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f8a3fa7970dd92bd","status":"passed","time":{"start":1714296983635,"stop":1714296983635,"duration":0}}]},"tags":[]},"source":"a0b12f1153b4c248.json","parameterValues":[]} \ No newline at end of file +{"uid":"16c5b02d9ad578ea","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":1714500735361,"stop":1714500735362,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a9b755f5ae0ae163","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a9b755f5ae0ae163","status":"passed","time":{"start":1714494500288,"stop":1714494500288,"duration":0}},{"uid":"6df406256817831b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6df406256817831b","status":"passed","time":{"start":1714492591445,"stop":1714492591446,"duration":1}}]},"tags":[]},"source":"16c5b02d9ad578ea.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6e850a3c52fd12f0.json b/6962/data/test-cases/1712d31a1489d731.json similarity index 66% rename from 6944/data/test-cases/6e850a3c52fd12f0.json rename to 6962/data/test-cases/1712d31a1489d731.json index 8cb45d00b4d..02fbbc9ed8d 100644 --- a/6944/data/test-cases/6e850a3c52fd12f0.json +++ b/6962/data/test-cases/1712d31a1489d731.json @@ -1 +1 @@ -{"uid":"6e850a3c52fd12f0","name":"should emit a peer event after start","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424877428,"stop":1714424877428,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"1012099d8f03a53b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1012099d8f03a53b","status":"passed","time":{"start":1714415030102,"stop":1714415030102,"duration":0}},{"uid":"f6cbe60b92c19494","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f6cbe60b92c19494","status":"passed","time":{"start":1714415183073,"stop":1714415183073,"duration":0}},{"uid":"1ef608297ecbbd2b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1ef608297ecbbd2b","status":"passed","time":{"start":1714407390403,"stop":1714407390403,"duration":0}},{"uid":"79b3910983996455","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/79b3910983996455","status":"passed","time":{"start":1714406417791,"stop":1714406417792,"duration":1}},{"uid":"5224109702b72781","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5224109702b72781","status":"passed","time":{"start":1714404207524,"stop":1714404207524,"duration":0}},{"uid":"c898800113b40721","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c898800113b40721","status":"passed","time":{"start":1714403859299,"stop":1714403859299,"duration":0}},{"uid":"684c9c37959eb263","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/684c9c37959eb263","status":"passed","time":{"start":1714403703375,"stop":1714403703375,"duration":0}},{"uid":"fe278cd70c12f219","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/fe278cd70c12f219","status":"passed","time":{"start":1714386168541,"stop":1714386168542,"duration":1}},{"uid":"95a7b147964fb1ae","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/95a7b147964fb1ae","status":"passed","time":{"start":1714385239208,"stop":1714385239208,"duration":0}},{"uid":"c85f404709856f58","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/c85f404709856f58","status":"passed","time":{"start":1714384531802,"stop":1714384531803,"duration":1}},{"uid":"84588802233277f4","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/84588802233277f4","status":"passed","time":{"start":1714384220016,"stop":1714384220016,"duration":0}},{"uid":"b454489c42209831","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b454489c42209831","status":"passed","time":{"start":1714382024963,"stop":1714382024963,"duration":0}},{"uid":"aedbccae4fd59a24","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/aedbccae4fd59a24","status":"passed","time":{"start":1714382999500,"stop":1714382999500,"duration":0}},{"uid":"e1dc52f990f82503","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e1dc52f990f82503","status":"passed","time":{"start":1714381835718,"stop":1714381835718,"duration":0}},{"uid":"e08aba4516e585d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e08aba4516e585d","status":"passed","time":{"start":1714382821232,"stop":1714382821232,"duration":0}},{"uid":"92e657854a9b8fae","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/92e657854a9b8fae","status":"passed","time":{"start":1714382694386,"stop":1714382694386,"duration":0}},{"uid":"cb58bbef45ecbb10","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/cb58bbef45ecbb10","status":"passed","time":{"start":1714381204661,"stop":1714381204661,"duration":0}},{"uid":"542195f91897078b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/542195f91897078b","status":"passed","time":{"start":1714379990099,"stop":1714379990099,"duration":0}},{"uid":"cd3b96e63482819","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/cd3b96e63482819","status":"passed","time":{"start":1714379561022,"stop":1714379561023,"duration":1}},{"uid":"2cf2852b4da950f6","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/2cf2852b4da950f6","status":"passed","time":{"start":1714296791534,"stop":1714296791535,"duration":1}}]},"tags":[]},"source":"6e850a3c52fd12f0.json","parameterValues":[]} \ No newline at end of file +{"uid":"1712d31a1489d731","name":"should emit a peer event after start","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554004,"stop":1714500554004,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f41b1de2a6a510ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f41b1de2a6a510ad","status":"passed","time":{"start":1714494305185,"stop":1714494305185,"duration":0}}]},"tags":[]},"source":"1712d31a1489d731.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/172d7e8c6ff9c9f5.json b/6962/data/test-cases/172d7e8c6ff9c9f5.json new file mode 100644 index 00000000000..a9d2959d7b2 --- /dev/null +++ b/6962/data/test-cases/172d7e8c6ff9c9f5.json @@ -0,0 +1 @@ +{"uid":"172d7e8c6ff9c9f5","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":1714501013446,"stop":1714501013446,"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":3,"unknown":0,"total":3},"items":[{"uid":"94b419264603972b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94b419264603972b","status":"passed","time":{"start":1714494760923,"stop":1714494760923,"duration":0}},{"uid":"55324f520615fa23","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55324f520615fa23","status":"passed","time":{"start":1714492834196,"stop":1714492834197,"duration":1}}]},"tags":[]},"source":"172d7e8c6ff9c9f5.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6590c9c1186e9e78.json b/6962/data/test-cases/172e55fe3c4ebffa.json similarity index 76% rename from 6944/data/test-cases/6590c9c1186e9e78.json rename to 6962/data/test-cases/172e55fe3c4ebffa.json index f163a05bb6f..a6c94e552e4 100644 --- a/6944/data/test-cases/6590c9c1186e9e78.json +++ b/6962/data/test-cases/172e55fe3c4ebffa.json @@ -1 +1 @@ -{"uid":"6590c9c1186e9e78","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":1714425435602,"stop":1714425435603,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"1e3b94fc6095a9c7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1e3b94fc6095a9c7","status":"passed","time":{"start":1714415590116,"stop":1714415590117,"duration":1}},{"uid":"44ddd0d779c306a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44ddd0d779c306a","status":"passed","time":{"start":1714415739313,"stop":1714415739313,"duration":0}},{"uid":"4e7013938dbeb7d3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4e7013938dbeb7d3","status":"passed","time":{"start":1714407950096,"stop":1714407950097,"duration":1}},{"uid":"664dd5a1444bef45","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/664dd5a1444bef45","status":"passed","time":{"start":1714406978412,"stop":1714406978418,"duration":6}},{"uid":"d8ff80f98d479322","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d8ff80f98d479322","status":"passed","time":{"start":1714404752130,"stop":1714404752131,"duration":1}},{"uid":"88ac202369c16fd8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/88ac202369c16fd8","status":"passed","time":{"start":1714404488084,"stop":1714404488085,"duration":1}},{"uid":"a1443dfe01d4db40","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a1443dfe01d4db40","status":"passed","time":{"start":1714404264810,"stop":1714404264812,"duration":2}},{"uid":"fa4020b78d16ac9d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/fa4020b78d16ac9d","status":"passed","time":{"start":1714386718891,"stop":1714386718892,"duration":1}},{"uid":"fda1f4b8375f4da4","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/fda1f4b8375f4da4","status":"passed","time":{"start":1714385802591,"stop":1714385802591,"duration":0}},{"uid":"a76492ac74dc2649","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a76492ac74dc2649","status":"passed","time":{"start":1714385084312,"stop":1714385084312,"duration":0}},{"uid":"b7ab8cf6bf8ab082","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b7ab8cf6bf8ab082","status":"passed","time":{"start":1714384783920,"stop":1714384783920,"duration":0}},{"uid":"336bed07ac1ee85a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/336bed07ac1ee85a","status":"passed","time":{"start":1714382927645,"stop":1714382927647,"duration":2}},{"uid":"7d1134465e5a2455","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7d1134465e5a2455","status":"passed","time":{"start":1714383573233,"stop":1714383573233,"duration":0}},{"uid":"afd4ab31b1d4508f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/afd4ab31b1d4508f","status":"passed","time":{"start":1714382735188,"stop":1714382735189,"duration":1}},{"uid":"4a81b1f126f0b5ee","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4a81b1f126f0b5ee","status":"passed","time":{"start":1714383376644,"stop":1714383376645,"duration":1}},{"uid":"ca814d52b99fae0b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ca814d52b99fae0b","status":"passed","time":{"start":1714383261435,"stop":1714383261436,"duration":1}},{"uid":"98be69a27b8dadaa","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/98be69a27b8dadaa","status":"passed","time":{"start":1714381767552,"stop":1714381767552,"duration":0}},{"uid":"794accabe53708b7","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/794accabe53708b7","status":"passed","time":{"start":1714380548876,"stop":1714380548877,"duration":1}},{"uid":"f6823d5ff9a5919a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f6823d5ff9a5919a","status":"passed","time":{"start":1714380124123,"stop":1714380124123,"duration":0}},{"uid":"dd8d8e0a4ff4a2c6","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/dd8d8e0a4ff4a2c6","status":"passed","time":{"start":1714297355207,"stop":1714297355207,"duration":0}}]},"tags":[]},"source":"6590c9c1186e9e78.json","parameterValues":[]} \ No newline at end of file +{"uid":"172e55fe3c4ebffa","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":1714501123822,"stop":1714501123822,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"8bc6e7dac9dd8a07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8bc6e7dac9dd8a07","status":"passed","time":{"start":1714494838857,"stop":1714494838857,"duration":0}},{"uid":"b800cdc2548092a2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b800cdc2548092a2","status":"passed","time":{"start":1714492985780,"stop":1714492985780,"duration":0}}]},"tags":[]},"source":"172e55fe3c4ebffa.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b4f73228615f79e0.json b/6962/data/test-cases/17756bf75c430ec9.json similarity index 79% rename from 6944/data/test-cases/b4f73228615f79e0.json rename to 6962/data/test-cases/17756bf75c430ec9.json index 94ff74bc3c0..73d070288fe 100644 --- a/6944/data/test-cases/b4f73228615f79e0.json +++ b/6962/data/test-cases/17756bf75c430ec9.json @@ -1 +1 @@ -{"uid":"b4f73228615f79e0","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":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"dde4abe9f81fad65","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dde4abe9f81fad65","status":"passed","time":{"start":1714415702289,"stop":1714415702289,"duration":0}},{"uid":"1e414286dfe5324b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1e414286dfe5324b","status":"passed","time":{"start":1714415850497,"stop":1714415850497,"duration":0}},{"uid":"1b55a0ae4c7a0184","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1b55a0ae4c7a0184","status":"passed","time":{"start":1714408049945,"stop":1714408049945,"duration":0}},{"uid":"b65dd30b0895b9ff","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b65dd30b0895b9ff","status":"passed","time":{"start":1714407080669,"stop":1714407080669,"duration":0}},{"uid":"1db3f8f1752755df","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1db3f8f1752755df","status":"passed","time":{"start":1714404860585,"stop":1714404860585,"duration":0}},{"uid":"ee6c77fb25ea9b7a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ee6c77fb25ea9b7a","status":"passed","time":{"start":1714404585198,"stop":1714404585198,"duration":0}},{"uid":"3cac4dbec48c468c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3cac4dbec48c468c","status":"passed","time":{"start":1714404366307,"stop":1714404366307,"duration":0}},{"uid":"27c6af49b68e9a6","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/27c6af49b68e9a6","status":"passed","time":{"start":1714386825526,"stop":1714386825526,"duration":0}},{"uid":"c97eb990f2322072","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c97eb990f2322072","status":"passed","time":{"start":1714385893736,"stop":1714385893737,"duration":1}},{"uid":"7e9d7b4d535d91d1","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7e9d7b4d535d91d1","status":"passed","time":{"start":1714385188012,"stop":1714385188012,"duration":0}},{"uid":"1a7fe5c8d70088c5","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/1a7fe5c8d70088c5","status":"passed","time":{"start":1714384869910,"stop":1714384869910,"duration":0}},{"uid":"54a21a93f96d7e2f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/54a21a93f96d7e2f","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237129,"stop":1714384237130,"duration":1}},{"uid":"d4b5b8ea150daa04","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d4b5b8ea150daa04","status":"passed","time":{"start":1714383661921,"stop":1714383661922,"duration":1}},{"uid":"4536f029be44986f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4536f029be44986f","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018804,"stop":1714384018804,"duration":0}},{"uid":"f68fbe4825b2a597","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f68fbe4825b2a597","status":"passed","time":{"start":1714383474180,"stop":1714383474180,"duration":0}},{"uid":"8f80b47f36ddcd56","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8f80b47f36ddcd56","status":"passed","time":{"start":1714383351250,"stop":1714383351250,"duration":0}},{"uid":"e8d4d9eebe0b5f42","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e8d4d9eebe0b5f42","status":"passed","time":{"start":1714381860515,"stop":1714381860515,"duration":0}},{"uid":"9d47e3f891082939","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/9d47e3f891082939","status":"passed","time":{"start":1714380649660,"stop":1714380649660,"duration":0}},{"uid":"d953ee024a3aa67f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d953ee024a3aa67f","status":"passed","time":{"start":1714380216160,"stop":1714380216160,"duration":0}},{"uid":"8ecf1a6c04c07fe4","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8ecf1a6c04c07fe4","status":"passed","time":{"start":1714297452328,"stop":1714297452328,"duration":0}}]},"tags":[]},"source":"b4f73228615f79e0.json","parameterValues":[]} \ No newline at end of file +{"uid":"17756bf75c430ec9","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":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"bb99590079de5211","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bb99590079de5211","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"7bb917e104caf794","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bb917e104caf794","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"tags":[]},"source":"17756bf75c430ec9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/90ae73ea2f74f28d.json b/6962/data/test-cases/1885477d99ac2e06.json similarity index 83% rename from 6944/data/test-cases/90ae73ea2f74f28d.json rename to 6962/data/test-cases/1885477d99ac2e06.json index 6f77e428da1..f358ad0c63c 100644 --- a/6944/data/test-cases/90ae73ea2f74f28d.json +++ b/6962/data/test-cases/1885477d99ac2e06.json @@ -1 +1 @@ -{"uid":"90ae73ea2f74f28d","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":1714425301119,"stop":1714425301122,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"eb43cf16e9bc6199","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eb43cf16e9bc6199","status":"passed","time":{"start":1714415473266,"stop":1714415473267,"duration":1}},{"uid":"4734c45f5873034e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4734c45f5873034e","status":"passed","time":{"start":1714415615363,"stop":1714415615363,"duration":0}},{"uid":"1581f1439194bfca","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1581f1439194bfca","status":"passed","time":{"start":1714407816870,"stop":1714407816870,"duration":0}},{"uid":"a556c9ce86cb8931","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a556c9ce86cb8931","status":"passed","time":{"start":1714406861593,"stop":1714406861593,"duration":0}},{"uid":"b63d7dc113a5ce8d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b63d7dc113a5ce8d","status":"passed","time":{"start":1714404628276,"stop":1714404628276,"duration":0}},{"uid":"3c31f372a0588ef1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/3c31f372a0588ef1","status":"passed","time":{"start":1714404348895,"stop":1714404348895,"duration":0}},{"uid":"50482de60ed49825","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/50482de60ed49825","status":"passed","time":{"start":1714404137222,"stop":1714404137222,"duration":0}},{"uid":"c0031b3303ba5c25","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c0031b3303ba5c25","status":"passed","time":{"start":1714386585849,"stop":1714386585850,"duration":1}},{"uid":"e61922fd156246ad","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e61922fd156246ad","status":"passed","time":{"start":1714385651942,"stop":1714385651943,"duration":1}},{"uid":"7317d4026a75d394","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7317d4026a75d394","status":"passed","time":{"start":1714384939244,"stop":1714384939244,"duration":0}},{"uid":"4dcb401b66df1281","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4dcb401b66df1281","status":"passed","time":{"start":1714384633422,"stop":1714384633423,"duration":1}},{"uid":"c2534527f1e835d9","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c2534527f1e835d9","status":"passed","time":{"start":1714383068442,"stop":1714383068442,"duration":0}},{"uid":"34eb654184950a4a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/34eb654184950a4a","status":"passed","time":{"start":1714383427867,"stop":1714383427868,"duration":1}},{"uid":"ba886ec7be18c25d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ba886ec7be18c25d","status":"passed","time":{"start":1714382856566,"stop":1714382856567,"duration":1}},{"uid":"66f696281d63205f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/66f696281d63205f","status":"passed","time":{"start":1714383232253,"stop":1714383232254,"duration":1}},{"uid":"b5df330922a6762f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b5df330922a6762f","status":"passed","time":{"start":1714383125889,"stop":1714383125889,"duration":0}},{"uid":"27d3c5750a7975b1","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/27d3c5750a7975b1","status":"passed","time":{"start":1714381639313,"stop":1714381639314,"duration":1}},{"uid":"684b6f7ec3a8f58f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/684b6f7ec3a8f58f","status":"passed","time":{"start":1714380392364,"stop":1714380392365,"duration":1}},{"uid":"5b56b9e9dd3d0ff9","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/5b56b9e9dd3d0ff9","status":"passed","time":{"start":1714379984451,"stop":1714379984451,"duration":0}},{"uid":"c1efb4efcb307245","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c1efb4efcb307245","status":"passed","time":{"start":1714297212217,"stop":1714297212217,"duration":0}}]},"tags":[]},"source":"90ae73ea2f74f28d.json","parameterValues":[]} \ No newline at end of file +{"uid":"1885477d99ac2e06","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":1714500976556,"stop":1714500976556,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"abace6301ed4ee04","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/abace6301ed4ee04","status":"passed","time":{"start":1714494735297,"stop":1714494735298,"duration":1}},{"uid":"184186c55526606","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/184186c55526606","status":"passed","time":{"start":1714492814967,"stop":1714492814968,"duration":1}}]},"tags":[]},"source":"1885477d99ac2e06.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/dba6498c8a75547a.json b/6962/data/test-cases/18de95eba6da6270.json similarity index 93% rename from 6944/data/test-cases/dba6498c8a75547a.json rename to 6962/data/test-cases/18de95eba6da6270.json index fc0daf5bb96..5c771f55a1a 100644 --- a/6944/data/test-cases/dba6498c8a75547a.json +++ b/6962/data/test-cases/18de95eba6da6270.json @@ -1 +1 @@ -{"uid":"dba6498c8a75547a","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app30/1/topic62/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 2 - Cluster ID: 10, Content Topic: /app30/1/topic62/utf8","historyId":"820fd65a5fea42ebd6cac3dff87e5d24:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425396493,"stop":1714425396493,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"dba6498c8a75547a.json","parameterValues":[]} \ No newline at end of file +{"uid":"18de95eba6da6270","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app3/9/topic954/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 3 - Cluster ID: 10, Content Topic: /app3/9/topic954/json","historyId":"59d21ed033ad0a8c5025488122f6be96:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"18de95eba6da6270.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/19074cfdf74cf71d.json b/6962/data/test-cases/19074cfdf74cf71d.json new file mode 100644 index 00000000000..a481c85161b --- /dev/null +++ b/6962/data/test-cases/19074cfdf74cf71d.json @@ -0,0 +1 @@ +{"uid":"19074cfdf74cf71d","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":1714500539180,"stop":1714500539181,"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":3,"unknown":0,"total":3},"items":[{"uid":"255965e63596de6e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/255965e63596de6e","status":"passed","time":{"start":1714494290448,"stop":1714494290448,"duration":0}},{"uid":"7405d3c0d1d97bd5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7405d3c0d1d97bd5","status":"passed","time":{"start":1714492394191,"stop":1714492394191,"duration":0}}]},"tags":[]},"source":"19074cfdf74cf71d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d63053303b97400a.json b/6962/data/test-cases/1919146154a74ba0.json similarity index 76% rename from 6944/data/test-cases/d63053303b97400a.json rename to 6962/data/test-cases/1919146154a74ba0.json index ea10f8295d6..a7314b607c2 100644 --- a/6944/data/test-cases/d63053303b97400a.json +++ b/6962/data/test-cases/1919146154a74ba0.json @@ -1 +1 @@ -{"uid":"d63053303b97400a","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":1714425068149,"stop":1714425068149,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"727b0fd86928ebea","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/727b0fd86928ebea","status":"passed","time":{"start":1714415236749,"stop":1714415236749,"duration":0}},{"uid":"bcb84e076aa8e1ef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bcb84e076aa8e1ef","status":"passed","time":{"start":1714415370288,"stop":1714415370289,"duration":1}},{"uid":"7c2af02450e34d3f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7c2af02450e34d3f","status":"passed","time":{"start":1714407592727,"stop":1714407592728,"duration":1}},{"uid":"5bd14b3b45ee1977","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5bd14b3b45ee1977","status":"passed","time":{"start":1714406603014,"stop":1714406603014,"duration":0}},{"uid":"fa925d53230e9314","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fa925d53230e9314","status":"passed","time":{"start":1714404403093,"stop":1714404403093,"duration":0}},{"uid":"c45bba4840bb0d15","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c45bba4840bb0d15","status":"passed","time":{"start":1714404066558,"stop":1714404066558,"duration":0}},{"uid":"35c4bfa36928eec8","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/35c4bfa36928eec8","status":"passed","time":{"start":1714403911547,"stop":1714403911548,"duration":1}},{"uid":"1adb4e00172038ad","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/1adb4e00172038ad","status":"passed","time":{"start":1714386356548,"stop":1714386356548,"duration":0}},{"uid":"153af3297ab94442","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/153af3297ab94442","status":"passed","time":{"start":1714385421469,"stop":1714385421470,"duration":1}},{"uid":"8efd911707c2619c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8efd911707c2619c","status":"passed","time":{"start":1714384714571,"stop":1714384714572,"duration":1}},{"uid":"16a4bacf6f928eff","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/16a4bacf6f928eff","status":"passed","time":{"start":1714384405994,"stop":1714384405994,"duration":0}},{"uid":"d55922cb75a582db","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d55922cb75a582db","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845690,"stop":1714382845690,"duration":0}},{"uid":"b2e39e4e58ad6bdd","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b2e39e4e58ad6bdd","status":"passed","time":{"start":1714383192266,"stop":1714383192267,"duration":1}},{"uid":"73577c8117f65a3f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/73577c8117f65a3f","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649832,"stop":1714382649833,"duration":1}},{"uid":"9fcc91d4bce4c975","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9fcc91d4bce4c975","status":"passed","time":{"start":1714383007954,"stop":1714383007954,"duration":0}},{"uid":"d6185ac973a87192","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/d6185ac973a87192","status":"passed","time":{"start":1714382888218,"stop":1714382888218,"duration":0}},{"uid":"9fdf5537a3023984","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/9fdf5537a3023984","status":"passed","time":{"start":1714381390674,"stop":1714381390675,"duration":1}},{"uid":"166e230677082388","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/166e230677082388","status":"passed","time":{"start":1714380173240,"stop":1714380173240,"duration":0}},{"uid":"ed9cedd5cd366903","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ed9cedd5cd366903","status":"passed","time":{"start":1714379752781,"stop":1714379752781,"duration":0}},{"uid":"dfe474aba9097933","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/dfe474aba9097933","status":"passed","time":{"start":1714296983637,"stop":1714296983637,"duration":0}}]},"tags":[]},"source":"d63053303b97400a.json","parameterValues":[]} \ No newline at end of file +{"uid":"1919146154a74ba0","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":1714500735363,"stop":1714500735363,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6232ebb184f6d1f7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6232ebb184f6d1f7","status":"passed","time":{"start":1714494500290,"stop":1714494500290,"duration":0}},{"uid":"ca678e0b2b660d48","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ca678e0b2b660d48","status":"passed","time":{"start":1714492591457,"stop":1714492591458,"duration":1}}]},"tags":[]},"source":"1919146154a74ba0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1926af0546a62203.json b/6962/data/test-cases/1926af0546a62203.json new file mode 100644 index 00000000000..e589578bc35 --- /dev/null +++ b/6962/data/test-cases/1926af0546a62203.json @@ -0,0 +1 @@ +{"uid":"1926af0546a62203","name":"throws on empty content topic","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on empty content topic","historyId":"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525319,"stop":1714500525320,"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":3,"unknown":0,"total":3},"items":[{"uid":"7ea059e13cae1dcc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7ea059e13cae1dcc","status":"passed","time":{"start":1714494276799,"stop":1714494276799,"duration":0}},{"uid":"b8a7770a5640850e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b8a7770a5640850e","status":"passed","time":{"start":1714492380853,"stop":1714492380854,"duration":1}}]},"tags":[]},"source":"1926af0546a62203.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6386502c4b49e6bc.json b/6962/data/test-cases/194fd142c7be439b.json similarity index 65% rename from 6944/data/test-cases/6386502c4b49e6bc.json rename to 6962/data/test-cases/194fd142c7be439b.json index 54f4f3c58ca..c68084dbcc8 100644 --- a/6944/data/test-cases/6386502c4b49e6bc.json +++ b/6962/data/test-cases/194fd142c7be439b.json @@ -1 +1 @@ -{"uid":"6386502c4b49e6bc","name":"should not receive a peer event after stop","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424877429,"stop":1714424877429,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"4e2bbe4745dc022a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4e2bbe4745dc022a","status":"passed","time":{"start":1714415030103,"stop":1714415030103,"duration":0}},{"uid":"1f54903c03f85e7e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1f54903c03f85e7e","status":"passed","time":{"start":1714415183073,"stop":1714415183074,"duration":1}},{"uid":"f45966c0c5681307","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f45966c0c5681307","status":"passed","time":{"start":1714407390404,"stop":1714407390404,"duration":0}},{"uid":"c441ede3fc97bfe3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c441ede3fc97bfe3","status":"passed","time":{"start":1714406417792,"stop":1714406417792,"duration":0}},{"uid":"49f4c1573cf97e15","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/49f4c1573cf97e15","status":"passed","time":{"start":1714404207525,"stop":1714404207525,"duration":0}},{"uid":"6e2f6dab270693cf","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6e2f6dab270693cf","status":"passed","time":{"start":1714403859300,"stop":1714403859300,"duration":0}},{"uid":"dd5c389b510acc75","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/dd5c389b510acc75","status":"passed","time":{"start":1714403703375,"stop":1714403703376,"duration":1}},{"uid":"12e8f2fc16a118e5","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/12e8f2fc16a118e5","status":"passed","time":{"start":1714386168542,"stop":1714386168542,"duration":0}},{"uid":"e12803d905101236","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e12803d905101236","status":"passed","time":{"start":1714385239209,"stop":1714385239209,"duration":0}},{"uid":"729cd158d1596155","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/729cd158d1596155","status":"passed","time":{"start":1714384531803,"stop":1714384531803,"duration":0}},{"uid":"468f4605a0c5fa3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/468f4605a0c5fa3","status":"passed","time":{"start":1714384220017,"stop":1714384220017,"duration":0}},{"uid":"5c813cd750a85a38","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5c813cd750a85a38","status":"passed","time":{"start":1714382024964,"stop":1714382024964,"duration":0}},{"uid":"16550f29dfa4c78f","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/16550f29dfa4c78f","status":"passed","time":{"start":1714382999501,"stop":1714382999501,"duration":0}},{"uid":"b4c86b22560f7e0b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b4c86b22560f7e0b","status":"passed","time":{"start":1714381835719,"stop":1714381835719,"duration":0}},{"uid":"d517301da18a914f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d517301da18a914f","status":"passed","time":{"start":1714382821233,"stop":1714382821233,"duration":0}},{"uid":"39d7e69203645f9e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/39d7e69203645f9e","status":"passed","time":{"start":1714382694387,"stop":1714382694387,"duration":0}},{"uid":"976820b1e5216dbb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/976820b1e5216dbb","status":"passed","time":{"start":1714381204662,"stop":1714381204662,"duration":0}},{"uid":"6d6e1275df9ae142","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6d6e1275df9ae142","status":"passed","time":{"start":1714379990099,"stop":1714379990099,"duration":0}},{"uid":"dd23019dca42ece0","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/dd23019dca42ece0","status":"passed","time":{"start":1714379561023,"stop":1714379561023,"duration":0}},{"uid":"58e3ac56c20e9235","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/58e3ac56c20e9235","status":"passed","time":{"start":1714296791535,"stop":1714296791536,"duration":1}}]},"tags":[]},"source":"6386502c4b49e6bc.json","parameterValues":[]} \ No newline at end of file +{"uid":"194fd142c7be439b","name":"should not receive a peer event after stop","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554005,"stop":1714500554005,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"80b6eaa674c3deb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/80b6eaa674c3deb3","status":"passed","time":{"start":1714494305185,"stop":1714494305186,"duration":1}}]},"tags":[]},"source":"194fd142c7be439b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1a0819fbf59d929c.json b/6962/data/test-cases/1a0819fbf59d929c.json new file mode 100644 index 00000000000..b290901527f --- /dev/null +++ b/6962/data/test-cases/1a0819fbf59d929c.json @@ -0,0 +1 @@ +{"uid":"1a0819fbf59d929c","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":1714500872901,"stop":1714500872902,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f77f55e7ceb85e55","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f77f55e7ceb85e55","status":"passed","time":{"start":1714494620616,"stop":1714494620617,"duration":1}}]},"tags":[]},"source":"1a0819fbf59d929c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1a2845d6f6784910.json b/6962/data/test-cases/1a2845d6f6784910.json new file mode 100644 index 00000000000..47244148046 --- /dev/null +++ b/6962/data/test-cases/1a2845d6f6784910.json @@ -0,0 +1 @@ +{"uid":"1a2845d6f6784910","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":1714500533178,"stop":1714500533179,"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":3,"unknown":0,"total":3},"items":[{"uid":"939cfba19e23196b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/939cfba19e23196b","status":"passed","time":{"start":1714494284813,"stop":1714494284814,"duration":1}},{"uid":"ab6111ece672f91f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab6111ece672f91f","status":"passed","time":{"start":1714492388604,"stop":1714492388604,"duration":0}}]},"tags":[]},"source":"1a2845d6f6784910.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1a5fc38077ff3e91.json b/6962/data/test-cases/1a5fc38077ff3e91.json new file mode 100644 index 00000000000..bdd75b34283 --- /dev/null +++ b/6962/data/test-cases/1a5fc38077ff3e91.json @@ -0,0 +1 @@ +{"uid":"1a5fc38077ff3e91","name":"Used by Waku Relay","fullName":"/tests/waku.node.spec.ts: Decryption Keys > Used by Waku Relay","historyId":"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501181623,"stop":1714501181624,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Decryption Keys\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Decryption Keys"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e573aff63d57dd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1e573aff63d57dd8","status":"passed","time":{"start":1714494921192,"stop":1714494921192,"duration":0}},{"uid":"70a7e05c6cab3b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70a7e05c6cab3b9","status":"passed","time":{"start":1714493000281,"stop":1714493000281,"duration":0}}]},"tags":[]},"source":"1a5fc38077ff3e91.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1ab0a626c39973ca.json b/6962/data/test-cases/1ab0a626c39973ca.json new file mode 100644 index 00000000000..069067e00d6 --- /dev/null +++ b/6962/data/test-cases/1ab0a626c39973ca.json @@ -0,0 +1 @@ +{"uid":"1ab0a626c39973ca","name":"should throw an error for missing sharding configuration","fullName":"/src/common/sharding.spec.ts: ensureShardingConfigured > should throw an error for missing sharding configuration","historyId":"f5b22fd29702074fba08733ff426279f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525356,"stop":1714500525356,"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":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4232a834c03e887e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4232a834c03e887e","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"7187297e0b508659","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7187297e0b508659","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"tags":[]},"source":"1ab0a626c39973ca.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1b545f08163448c6.json b/6962/data/test-cases/1b545f08163448c6.json new file mode 100644 index 00000000000..3097a36467a --- /dev/null +++ b/6962/data/test-cases/1b545f08163448c6.json @@ -0,0 +1 @@ +{"uid":"1b545f08163448c6","name":"Publishes to nwaku","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Publishes to nwaku","historyId":"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef059c8f24209aec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef059c8f24209aec","status":"passed","time":{"start":1714494764686,"stop":1714494764687,"duration":1}},{"uid":"125dd96ed22faeb4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/125dd96ed22faeb4","status":"passed","time":{"start":1714492842570,"stop":1714492842571,"duration":1}}]},"tags":[]},"source":"1b545f08163448c6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1b947469e8d13b60.json b/6962/data/test-cases/1b947469e8d13b60.json new file mode 100644 index 00000000000..714d759fc7b --- /dev/null +++ b/6962/data/test-cases/1b947469e8d13b60.json @@ -0,0 +1 @@ +{"uid":"1b947469e8d13b60","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":1714500654299,"stop":1714500654299,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"749b1c04dd3403c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749b1c04dd3403c9","status":"passed","time":{"start":1714494402842,"stop":1714494402843,"duration":1}},{"uid":"d48444475be3be29","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d48444475be3be29","status":"passed","time":{"start":1714492502968,"stop":1714492502968,"duration":0}}]},"tags":[]},"source":"1b947469e8d13b60.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1bb39769b46d5146.json b/6962/data/test-cases/1bb39769b46d5146.json new file mode 100644 index 00000000000..f9c034bb018 --- /dev/null +++ b/6962/data/test-cases/1bb39769b46d5146.json @@ -0,0 +1 @@ +{"uid":"1bb39769b46d5146","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":1714500786927,"stop":1714500786927,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"f7f802420db35f12","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f7f802420db35f12","status":"passed","time":{"start":1714494536934,"stop":1714494536934,"duration":0}},{"uid":"acaef2a43abc3d80","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acaef2a43abc3d80","status":"passed","time":{"start":1714492635268,"stop":1714492635268,"duration":0}}]},"tags":[]},"source":"1bb39769b46d5146.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1be19b0201c13706.json b/6962/data/test-cases/1be19b0201c13706.json new file mode 100644 index 00000000000..3a76c2f55cd --- /dev/null +++ b/6962/data/test-cases/1be19b0201c13706.json @@ -0,0 +1 @@ +{"uid":"1be19b0201c13706","name":"Promise Callback - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - backward","historyId":"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501145475,"stop":1714501145475,"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":3,"unknown":0,"total":3},"items":[{"uid":"a7cda95ecf68c78e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a7cda95ecf68c78e","status":"passed","time":{"start":1714494876055,"stop":1714494876055,"duration":0}},{"uid":"97cfb2b12ab8c3c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/97cfb2b12ab8c3c8","status":"passed","time":{"start":1714492961694,"stop":1714492961694,"duration":0}}]},"tags":[]},"source":"1be19b0201c13706.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1c1684f0b90f1ca4.json b/6962/data/test-cases/1c1684f0b90f1ca4.json new file mode 100644 index 00000000000..cd790bb817f --- /dev/null +++ b/6962/data/test-cases/1c1684f0b90f1ca4.json @@ -0,0 +1 @@ +{"uid":"1c1684f0b90f1ca4","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":1714500559908,"stop":1714500559908,"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":3,"unknown":0,"total":3},"items":[{"uid":"b778d8d658261b2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b778d8d658261b2f","status":"passed","time":{"start":1714494310953,"stop":1714494310954,"duration":1}},{"uid":"f255eea1d236bb6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f255eea1d236bb6b","status":"passed","time":{"start":1714492410938,"stop":1714492410938,"duration":0}}]},"tags":[]},"source":"1c1684f0b90f1ca4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1c2c29118bd2975a.json b/6962/data/test-cases/1c2c29118bd2975a.json new file mode 100644 index 00000000000..394dd32b316 --- /dev/null +++ b/6962/data/test-cases/1c2c29118bd2975a.json @@ -0,0 +1 @@ +{"uid":"1c2c29118bd2975a","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":1714501159486,"stop":1714501159486,"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":3,"unknown":0,"total":3},"items":[{"uid":"811bb96b0526c8ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/811bb96b0526c8ae","status":"passed","time":{"start":1714494898216,"stop":1714494898217,"duration":1}},{"uid":"da38e6dc76ed0c37","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da38e6dc76ed0c37","status":"passed","time":{"start":1714492984320,"stop":1714492984321,"duration":1}}]},"tags":[]},"source":"1c2c29118bd2975a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3ef8154b7e6ba7ed.json b/6962/data/test-cases/1c70eaed91038199.json similarity index 80% rename from 6944/data/test-cases/3ef8154b7e6ba7ed.json rename to 6962/data/test-cases/1c70eaed91038199.json index f02c3f9c6d6..9d2f0bf0ca7 100644 --- a/6944/data/test-cases/3ef8154b7e6ba7ed.json +++ b/6962/data/test-cases/1c70eaed91038199.json @@ -1 +1 @@ -{"uid":"3ef8154b7e6ba7ed","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":1714425534894,"stop":1714425534894,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"362c7a0755068d3b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/362c7a0755068d3b","status":"passed","time":{"start":1714415702295,"stop":1714415702295,"duration":0}},{"uid":"4673a7db9d4a5a84","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4673a7db9d4a5a84","status":"passed","time":{"start":1714415850502,"stop":1714415850502,"duration":0}},{"uid":"2963a2c0bbf3d29","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2963a2c0bbf3d29","status":"passed","time":{"start":1714408049952,"stop":1714408049952,"duration":0}},{"uid":"8e71fb28fb6c93f1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8e71fb28fb6c93f1","status":"passed","time":{"start":1714407080674,"stop":1714407080675,"duration":1}},{"uid":"84db9ea8b79f37c1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/84db9ea8b79f37c1","status":"passed","time":{"start":1714404860592,"stop":1714404860592,"duration":0}},{"uid":"ea064743ffb936c1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ea064743ffb936c1","status":"passed","time":{"start":1714404585204,"stop":1714404585204,"duration":0}},{"uid":"14ad7b8ab4fd6ad9","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/14ad7b8ab4fd6ad9","status":"passed","time":{"start":1714404366313,"stop":1714404366313,"duration":0}},{"uid":"a00033958820bebb","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a00033958820bebb","status":"passed","time":{"start":1714386825531,"stop":1714386825531,"duration":0}},{"uid":"81607d64d19b2e02","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/81607d64d19b2e02","status":"passed","time":{"start":1714385893742,"stop":1714385893742,"duration":0}},{"uid":"7194328b4f73b7d3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7194328b4f73b7d3","status":"passed","time":{"start":1714385188017,"stop":1714385188018,"duration":1}},{"uid":"12ccee495a9f1bfd","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/12ccee495a9f1bfd","status":"passed","time":{"start":1714384869917,"stop":1714384869917,"duration":0}},{"uid":"4a23edb0203f0605","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/4a23edb0203f0605","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237147,"stop":1714384237147,"duration":0}},{"uid":"c37da94143017692","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c37da94143017692","status":"passed","time":{"start":1714383661927,"stop":1714383661927,"duration":0}},{"uid":"4b971d5437dd0123","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4b971d5437dd0123","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018821,"stop":1714384018821,"duration":0}},{"uid":"811dc91f6973ca4e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/811dc91f6973ca4e","status":"passed","time":{"start":1714383474186,"stop":1714383474186,"duration":0}},{"uid":"91dcce379ec1077c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/91dcce379ec1077c","status":"passed","time":{"start":1714383351257,"stop":1714383351257,"duration":0}},{"uid":"cd1928db8f617d3a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/cd1928db8f617d3a","status":"passed","time":{"start":1714381860520,"stop":1714381860520,"duration":0}},{"uid":"535f618388e6df01","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/535f618388e6df01","status":"passed","time":{"start":1714380649666,"stop":1714380649666,"duration":0}},{"uid":"840d7fafc4ea997f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/840d7fafc4ea997f","status":"passed","time":{"start":1714380216166,"stop":1714380216166,"duration":0}},{"uid":"9994a85db9471031","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9994a85db9471031","status":"passed","time":{"start":1714297452334,"stop":1714297452335,"duration":1}}]},"tags":[]},"source":"3ef8154b7e6ba7ed.json","parameterValues":[]} \ No newline at end of file +{"uid":"1c70eaed91038199","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":1714501220694,"stop":1714501220695,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"71f60a00923926a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71f60a00923926a1","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"a8e27223b2b290c1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8e27223b2b290c1","status":"passed","time":{"start":1714493052143,"stop":1714493052143,"duration":0}}]},"tags":[]},"source":"1c70eaed91038199.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2909a092436f8b7e.json b/6962/data/test-cases/1cd33270cef98ff1.json similarity index 54% rename from 6944/data/test-cases/2909a092436f8b7e.json rename to 6962/data/test-cases/1cd33270cef98ff1.json index c79eb25a8e3..bf3d7dd97c8 100644 --- a/6944/data/test-cases/2909a092436f8b7e.json +++ b/6962/data/test-cases/1cd33270cef98ff1.json @@ -1 +1 @@ -{"uid":"2909a092436f8b7e","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424941435,"stop":1714424941436,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"19ce6186c79f9a49","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/19ce6186c79f9a49","status":"passed","time":{"start":1714415094245,"stop":1714415094246,"duration":1}},{"uid":"d34e6d08f3091bd9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d34e6d08f3091bd9","status":"passed","time":{"start":1714415247295,"stop":1714415247297,"duration":2}},{"uid":"77310e0a51b0293b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/77310e0a51b0293b","status":"passed","time":{"start":1714407454389,"stop":1714407454390,"duration":1}},{"uid":"32a04d8b6530218e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/32a04d8b6530218e","status":"passed","time":{"start":1714406481766,"stop":1714406481766,"duration":0}},{"uid":"70638ea4dc3bfacd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/70638ea4dc3bfacd","status":"passed","time":{"start":1714404271554,"stop":1714404271554,"duration":0}},{"uid":"e0c352d5c62dee14","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e0c352d5c62dee14","status":"passed","time":{"start":1714403922487,"stop":1714403922488,"duration":1}},{"uid":"61ffe3f2adb6f1c3","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/61ffe3f2adb6f1c3","status":"passed","time":{"start":1714403768223,"stop":1714403768223,"duration":0}},{"uid":"6d1de353c3bd0f0c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6d1de353c3bd0f0c","status":"passed","time":{"start":1714386232522,"stop":1714386232522,"duration":0}},{"uid":"3dbf42c1f2e1a54f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/3dbf42c1f2e1a54f","status":"passed","time":{"start":1714385301768,"stop":1714385301775,"duration":7}},{"uid":"7710eeaef0e34361","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7710eeaef0e34361","status":"passed","time":{"start":1714384594537,"stop":1714384594537,"duration":0}},{"uid":"d5b7c2d1edb92e3f","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d5b7c2d1edb92e3f","status":"passed","time":{"start":1714384283174,"stop":1714384283174,"duration":0}},{"uid":"51505eb326653ec4","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/51505eb326653ec4","status":"passed","time":{"start":1714382088472,"stop":1714382088472,"duration":0}},{"uid":"3f441b6f8b0d4b4d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3f441b6f8b0d4b4d","status":"passed","time":{"start":1714383062410,"stop":1714383062411,"duration":1}},{"uid":"c1c1908883ce5868","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c1c1908883ce5868","status":"passed","time":{"start":1714381898368,"stop":1714381898369,"duration":1}},{"uid":"33c375938dfe53db","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/33c375938dfe53db","status":"passed","time":{"start":1714382885259,"stop":1714382885259,"duration":0}},{"uid":"af0db1dcefb7cac0","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/af0db1dcefb7cac0","status":"passed","time":{"start":1714382758139,"stop":1714382758139,"duration":0}},{"uid":"62634184e353ea7b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/62634184e353ea7b","status":"passed","time":{"start":1714381268152,"stop":1714381268153,"duration":1}},{"uid":"d0cce5fc35f34848","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d0cce5fc35f34848","status":"passed","time":{"start":1714380054102,"stop":1714380054103,"duration":1}},{"uid":"698615487e5afcde","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/698615487e5afcde","status":"passed","time":{"start":1714379623568,"stop":1714379623568,"duration":0}},{"uid":"b9199d1b7c9059e5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b9199d1b7c9059e5","status":"passed","time":{"start":1714296856964,"stop":1714296856964,"duration":0}}]},"tags":[]},"source":"2909a092436f8b7e.json","parameterValues":[]} \ No newline at end of file +{"uid":"1cd33270cef98ff1","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500619502,"stop":1714500619503,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"db0ff730ba7f5a8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db0ff730ba7f5a8","status":"passed","time":{"start":1714494368383,"stop":1714494368383,"duration":0}},{"uid":"bddc6f55598e163e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bddc6f55598e163e","status":"passed","time":{"start":1714492468972,"stop":1714492468972,"duration":0}}]},"tags":[]},"source":"1cd33270cef98ff1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1ce5d9125f8a7b7c.json b/6962/data/test-cases/1ce5d9125f8a7b7c.json new file mode 100644 index 00000000000..4bbe96ca940 --- /dev/null +++ b/6962/data/test-cases/1ce5d9125f8a7b7c.json @@ -0,0 +1 @@ +{"uid":"1ce5d9125f8a7b7c","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":1714500533180,"stop":1714500533181,"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":3,"unknown":0,"total":3},"items":[{"uid":"1ee06998edfd3496","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ee06998edfd3496","status":"passed","time":{"start":1714494284816,"stop":1714494284817,"duration":1}},{"uid":"73526fb0f114e6b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/73526fb0f114e6b2","status":"passed","time":{"start":1714492388605,"stop":1714492388606,"duration":1}}]},"tags":[]},"source":"1ce5d9125f8a7b7c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/60e94d4f239ffc23.json b/6962/data/test-cases/1d3f2e3a54c1989d.json similarity index 97% rename from 6944/data/test-cases/60e94d4f239ffc23.json rename to 6962/data/test-cases/1d3f2e3a54c1989d.json index fd6a4679362..c6f47473591 100644 --- a/6944/data/test-cases/60e94d4f239ffc23.json +++ b/6962/data/test-cases/1d3f2e3a54c1989d.json @@ -1 +1 @@ -{"uid":"60e94d4f239ffc23","name":"Check received message with timestamp: 1714424899696000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1714424899696000000 ","historyId":"e3f06a7f18029c96697158af8ba69ebc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425369949,"stop":1714425369949,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"60e94d4f239ffc23.json","parameterValues":[]} \ No newline at end of file +{"uid":"1d3f2e3a54c1989d","name":"Check received message with timestamp: 1714500577468000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1714500577468000000 ","historyId":"f686c3c1c055722eb3f4d6c1b641d451:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501050435,"stop":1714501050436,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1d3f2e3a54c1989d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/eecc8322216b71bf.json b/6962/data/test-cases/1d45c1bdb2057c0d.json similarity index 78% rename from 6944/data/test-cases/eecc8322216b71bf.json rename to 6962/data/test-cases/1d45c1bdb2057c0d.json index abd3da552e6..6854a5d1798 100644 --- a/6944/data/test-cases/eecc8322216b71bf.json +++ b/6962/data/test-cases/1d45c1bdb2057c0d.json @@ -1 +1 @@ -{"uid":"eecc8322216b71bf","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":1714425137450,"stop":1714425137451,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":71,"unknown":0,"total":74},"items":[{"uid":"6c37ea8a9a973324","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6c37ea8a9a973324","status":"passed","time":{"start":1714415306373,"stop":1714415306373,"duration":0}},{"uid":"d2cb9d77b77afd0a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d2cb9d77b77afd0a","status":"passed","time":{"start":1714415441027,"stop":1714415441027,"duration":0}},{"uid":"3c58c51b8955b46b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3c58c51b8955b46b","status":"passed","time":{"start":1714407661409,"stop":1714407661410,"duration":1}},{"uid":"9147932da0c9ddd8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9147932da0c9ddd8","status":"passed","time":{"start":1714406688864,"stop":1714406688864,"duration":0}},{"uid":"a6fb42ac48fc3a24","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a6fb42ac48fc3a24","status":"passed","time":{"start":1714404480619,"stop":1714404480620,"duration":1}},{"uid":"289df52d3969c846","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/289df52d3969c846","status":"broken","statusDetails":"Subscribe to 101 topics was successful but was expected to fail with a specific error.","time":{"start":1714404187315,"stop":1714404187315,"duration":0}},{"uid":"18b45accedcaf84e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/18b45accedcaf84e","status":"passed","time":{"start":1714403975083,"stop":1714403975085,"duration":2}},{"uid":"3cc44c306c2affeb","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/3cc44c306c2affeb","status":"passed","time":{"start":1714386442453,"stop":1714386442454,"duration":1}},{"uid":"143f30d27e0ba153","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/143f30d27e0ba153","status":"passed","time":{"start":1714385503989,"stop":1714385503989,"duration":0}},{"uid":"195353d682765413","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/195353d682765413","status":"passed","time":{"start":1714384798822,"stop":1714384798823,"duration":1}},{"uid":"65570b21e9f89c76","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/65570b21e9f89c76","status":"passed","time":{"start":1714384484752,"stop":1714384484752,"duration":0}},{"uid":"f6912f27e531dac1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f6912f27e531dac1","status":"passed","time":{"start":1714382939599,"stop":1714382939599,"duration":0}},{"uid":"a374a7c0766ab7d1","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a374a7c0766ab7d1","status":"passed","time":{"start":1714383271360,"stop":1714383271360,"duration":0}},{"uid":"d3b6703f2dedea6b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d3b6703f2dedea6b","status":"passed","time":{"start":1714382742232,"stop":1714382742232,"duration":0}},{"uid":"e846d8b3a3417ab","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e846d8b3a3417ab","status":"passed","time":{"start":1714383085687,"stop":1714383085687,"duration":0}},{"uid":"bc930ec34a759ce1","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/bc930ec34a759ce1","status":"passed","time":{"start":1714382957849,"stop":1714382957850,"duration":1}},{"uid":"28c80f024fd6c87b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/28c80f024fd6c87b","status":"passed","time":{"start":1714381467340,"stop":1714381467340,"duration":0}},{"uid":"a3774d7f1ac75d03","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/a3774d7f1ac75d03","status":"passed","time":{"start":1714380262871,"stop":1714380262872,"duration":1}},{"uid":"7406d6a335fa49d2","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7406d6a335fa49d2","status":"passed","time":{"start":1714379832134,"stop":1714379832135,"duration":1}},{"uid":"a26da61bf1ecb1fb","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a26da61bf1ecb1fb","status":"passed","time":{"start":1714297053927,"stop":1714297053927,"duration":0}}]},"tags":[]},"source":"eecc8322216b71bf.json","parameterValues":[]} \ No newline at end of file +{"uid":"1d45c1bdb2057c0d","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":1714500823175,"stop":1714500823176,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a14e6c58266ab62a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a14e6c58266ab62a","status":"passed","time":{"start":1714494571259,"stop":1714494571260,"duration":1}},{"uid":"d42b5d5f5ab91b44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d42b5d5f5ab91b44","status":"passed","time":{"start":1714492678647,"stop":1714492678649,"duration":2}}]},"tags":[]},"source":"1d45c1bdb2057c0d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1df71eb58df95e3.json b/6962/data/test-cases/1df71eb58df95e3.json new file mode 100644 index 00000000000..e19f732a882 --- /dev/null +++ b/6962/data/test-cases/1df71eb58df95e3.json @@ -0,0 +1 @@ +{"uid":"1df71eb58df95e3","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":1714501123787,"stop":1714501123787,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"8e4207c2f752fb76","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e4207c2f752fb76","status":"passed","time":{"start":1714494838843,"stop":1714494838843,"duration":0}},{"uid":"43be34534d84b476","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/43be34534d84b476","status":"passed","time":{"start":1714492985750,"stop":1714492985750,"duration":0}}]},"tags":[]},"source":"1df71eb58df95e3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1e0b675900c72d57.json b/6962/data/test-cases/1e0b675900c72d57.json new file mode 100644 index 00000000000..e652af0af9b --- /dev/null +++ b/6962/data/test-cases/1e0b675900c72d57.json @@ -0,0 +1 @@ +{"uid":"1e0b675900c72d57","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/y","historyId":"1c9dfab74576508f630dacff07044285:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525346,"stop":1714500525346,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f4f609b5f3475681","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4f609b5f3475681","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"d5c17fce7ffe97a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5c17fce7ffe97a9","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"tags":[]},"source":"1e0b675900c72d57.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b315c8cfd6e0c2a3.json b/6962/data/test-cases/1e376797fae6288b.json similarity index 52% rename from 6944/data/test-cases/b315c8cfd6e0c2a3.json rename to 6962/data/test-cases/1e376797fae6288b.json index da0c4d5602e..b1f08f24fd2 100644 --- a/6944/data/test-cases/b315c8cfd6e0c2a3.json +++ b/6962/data/test-cases/1e376797fae6288b.json @@ -1 +1 @@ -{"uid":"b315c8cfd6e0c2a3","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":1714424912036,"stop":1714424912036,"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":74,"unknown":0,"total":74},"items":[{"uid":"4d977d6a3571b2f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4d977d6a3571b2f","status":"passed","time":{"start":1714415063938,"stop":1714415063938,"duration":0}},{"uid":"34d5201e5b1d252","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/34d5201e5b1d252","status":"passed","time":{"start":1714415219586,"stop":1714415219587,"duration":1}},{"uid":"8ef84fbe78ca6bc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8ef84fbe78ca6bc","status":"passed","time":{"start":1714407435781,"stop":1714407435782,"duration":1}},{"uid":"4ee4c74dc21b3b84","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4ee4c74dc21b3b84","status":"passed","time":{"start":1714406451896,"stop":1714406451897,"duration":1}},{"uid":"b0d88f980a6c4ed5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b0d88f980a6c4ed5","status":"passed","time":{"start":1714404244900,"stop":1714404244902,"duration":2}},{"uid":"c85a43ee6808d77b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c85a43ee6808d77b","status":"passed","time":{"start":1714403892808,"stop":1714403892809,"duration":1}},{"uid":"c61551e5eb540e42","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c61551e5eb540e42","status":"passed","time":{"start":1714403738978,"stop":1714403738978,"duration":0}},{"uid":"6b8d5964a1302f81","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6b8d5964a1302f81","status":"passed","time":{"start":1714386207179,"stop":1714386207180,"duration":1}},{"uid":"1b2fb9e054ba6cdb","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1b2fb9e054ba6cdb","status":"passed","time":{"start":1714385272445,"stop":1714385272445,"duration":0}},{"uid":"335dacdcc3516c6b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/335dacdcc3516c6b","status":"passed","time":{"start":1714384564288,"stop":1714384564288,"duration":0}},{"uid":"56b3c4e1e0b4c06b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/56b3c4e1e0b4c06b","status":"passed","time":{"start":1714384255549,"stop":1714384255549,"duration":0}},{"uid":"7715c180cd569d3b","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7715c180cd569d3b","status":"passed","time":{"start":1714382058397,"stop":1714382058398,"duration":1}},{"uid":"2a53b37b649b143d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2a53b37b649b143d","status":"passed","time":{"start":1714383034759,"stop":1714383034760,"duration":1}},{"uid":"2557125622d67a37","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2557125622d67a37","status":"passed","time":{"start":1714381871132,"stop":1714381871133,"duration":1}},{"uid":"69517a702af79c47","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/69517a702af79c47","status":"passed","time":{"start":1714382857138,"stop":1714382857138,"duration":0}},{"uid":"77eb8862fd43a290","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/77eb8862fd43a290","status":"passed","time":{"start":1714382736029,"stop":1714382736033,"duration":4}},{"uid":"8c14dc147dee3e2f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8c14dc147dee3e2f","status":"passed","time":{"start":1714381242740,"stop":1714381242741,"duration":1}},{"uid":"19b6dfbae70354ac","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/19b6dfbae70354ac","status":"passed","time":{"start":1714380027088,"stop":1714380027088,"duration":0}},{"uid":"6e71976a8978297","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6e71976a8978297","status":"passed","time":{"start":1714379595592,"stop":1714379595593,"duration":1}},{"uid":"57dbb9e63e8a27ef","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/57dbb9e63e8a27ef","status":"passed","time":{"start":1714296831843,"stop":1714296831843,"duration":0}}]},"tags":[]},"source":"b315c8cfd6e0c2a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e376797fae6288b","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":1714500590511,"stop":1714500590512,"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":3,"unknown":0,"total":3},"items":[{"uid":"85742b3f3af90682","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85742b3f3af90682","status":"passed","time":{"start":1714494351412,"stop":1714494351413,"duration":1}},{"uid":"a8fbbfc8ea9336ec","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8fbbfc8ea9336ec","status":"passed","time":{"start":1714492441818,"stop":1714492441818,"duration":0}}]},"tags":[]},"source":"1e376797fae6288b.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9dffbdae028ac024.json b/6962/data/test-cases/1ef13ec3e1e9017b.json similarity index 84% rename from 6944/data/test-cases/9dffbdae028ac024.json rename to 6962/data/test-cases/1ef13ec3e1e9017b.json index 592f2f8dd92..275db16fd6b 100644 --- a/6944/data/test-cases/9dffbdae028ac024.json +++ b/6962/data/test-cases/1ef13ec3e1e9017b.json @@ -1 +1 @@ -{"uid":"9dffbdae028ac024","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":1714425435610,"stop":1714425435611,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"48be714099c7b957","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/48be714099c7b957","status":"passed","time":{"start":1714415590157,"stop":1714415590158,"duration":1}},{"uid":"851908fb251dbfed","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/851908fb251dbfed","status":"passed","time":{"start":1714415739325,"stop":1714415739325,"duration":0}},{"uid":"9fd2b1e63c5cfb98","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9fd2b1e63c5cfb98","status":"passed","time":{"start":1714407950110,"stop":1714407950111,"duration":1}},{"uid":"9009def11c8de8b7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9009def11c8de8b7","status":"passed","time":{"start":1714406978445,"stop":1714406978450,"duration":5}},{"uid":"ca0125750a29ffa0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ca0125750a29ffa0","status":"passed","time":{"start":1714404752143,"stop":1714404752144,"duration":1}},{"uid":"1ec9c6233820aa5e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1ec9c6233820aa5e","status":"passed","time":{"start":1714404488139,"stop":1714404488141,"duration":2}},{"uid":"2b7dd5e602542f4c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2b7dd5e602542f4c","status":"passed","time":{"start":1714404264826,"stop":1714404264836,"duration":10}},{"uid":"a5835e380737df9","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a5835e380737df9","status":"passed","time":{"start":1714386718920,"stop":1714386718921,"duration":1}},{"uid":"a3ff05708693754f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a3ff05708693754f","status":"passed","time":{"start":1714385802602,"stop":1714385802602,"duration":0}},{"uid":"f30f849bb4bce9db","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f30f849bb4bce9db","status":"passed","time":{"start":1714385084323,"stop":1714385084324,"duration":1}},{"uid":"dfbfddb2e2f47572","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/dfbfddb2e2f47572","status":"passed","time":{"start":1714384783926,"stop":1714384783926,"duration":0}},{"uid":"229622b0f8761086","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/229622b0f8761086","status":"passed","time":{"start":1714382927679,"stop":1714382927680,"duration":1}},{"uid":"156227968ec238d2","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/156227968ec238d2","status":"passed","time":{"start":1714383573247,"stop":1714383573247,"duration":0}},{"uid":"c75dd4c4633d87f7","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c75dd4c4633d87f7","status":"passed","time":{"start":1714382735198,"stop":1714382735198,"duration":0}},{"uid":"516007ff2a5333dd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/516007ff2a5333dd","status":"passed","time":{"start":1714383376668,"stop":1714383376668,"duration":0}},{"uid":"e2d41c0e3a338e8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e2d41c0e3a338e8","status":"passed","time":{"start":1714383261445,"stop":1714383261446,"duration":1}},{"uid":"e3c23a69b6b9b99a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e3c23a69b6b9b99a","status":"passed","time":{"start":1714381767565,"stop":1714381767565,"duration":0}},{"uid":"6b7a2b8935add69c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6b7a2b8935add69c","status":"passed","time":{"start":1714380548883,"stop":1714380548883,"duration":0}},{"uid":"9b49d1ca577cff34","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9b49d1ca577cff34","status":"passed","time":{"start":1714380124139,"stop":1714380124140,"duration":1}},{"uid":"304d53437eeb44a7","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/304d53437eeb44a7","status":"passed","time":{"start":1714297355212,"stop":1714297355212,"duration":0}}]},"tags":[]},"source":"9dffbdae028ac024.json","parameterValues":[]} \ No newline at end of file +{"uid":"1ef13ec3e1e9017b","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":1714501123784,"stop":1714501123785,"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":3,"unknown":0,"total":3},"items":[{"uid":"87228d123d4cf20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87228d123d4cf20","status":"passed","time":{"start":1714494838843,"stop":1714494838843,"duration":0}},{"uid":"98baeecf39e87a84","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98baeecf39e87a84","status":"passed","time":{"start":1714492985743,"stop":1714492985746,"duration":3}}]},"tags":[]},"source":"1ef13ec3e1e9017b.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3a253fb027196c27.json b/6962/data/test-cases/1f25a847cd8cd871.json similarity index 77% rename from 6944/data/test-cases/3a253fb027196c27.json rename to 6962/data/test-cases/1f25a847cd8cd871.json index f39d27a0f18..d4659a5da5c 100644 --- a/6944/data/test-cases/3a253fb027196c27.json +++ b/6962/data/test-cases/1f25a847cd8cd871.json @@ -1 +1 @@ -{"uid":"3a253fb027196c27","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":1714425348201,"stop":1714425348202,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"ec88757f3ce2f68d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ec88757f3ce2f68d","status":"passed","time":{"start":1714415541653,"stop":1714415541653,"duration":0}},{"uid":"e3477d4fb593008e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e3477d4fb593008e","status":"passed","time":{"start":1714415666687,"stop":1714415666688,"duration":1}},{"uid":"a957fc2f2be394f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a957fc2f2be394f","status":"passed","time":{"start":1714407867325,"stop":1714407867325,"duration":0}},{"uid":"9456eea2db53eab1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9456eea2db53eab1","status":"passed","time":{"start":1714406901771,"stop":1714406901771,"duration":0}},{"uid":"a739b7da450194c7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a739b7da450194c7","status":"passed","time":{"start":1714404685940,"stop":1714404685940,"duration":0}},{"uid":"db4d4c6074e20a82","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/db4d4c6074e20a82","status":"passed","time":{"start":1714404389196,"stop":1714404389196,"duration":0}},{"uid":"af33b6e9664a9e7e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/af33b6e9664a9e7e","status":"passed","time":{"start":1714404179644,"stop":1714404179644,"duration":0}},{"uid":"bf2ec4ab28a7d7dd","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/bf2ec4ab28a7d7dd","status":"passed","time":{"start":1714386642388,"stop":1714386642388,"duration":0}},{"uid":"5f0f7853474fe5a3","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5f0f7853474fe5a3","status":"passed","time":{"start":1714385705615,"stop":1714385705619,"duration":4}},{"uid":"7ae319f8b6a9ba8","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7ae319f8b6a9ba8","status":"passed","time":{"start":1714385001610,"stop":1714385001611,"duration":1}},{"uid":"7f049dced4e41f71","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7f049dced4e41f71","status":"passed","time":{"start":1714384689797,"stop":1714384689809,"duration":12}},{"uid":"8b16c36ba8c4f1e9","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/8b16c36ba8c4f1e9","status":"passed","time":{"start":1714383060308,"stop":1714383060308,"duration":0}},{"uid":"c3921656df786d8a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c3921656df786d8a","status":"passed","time":{"start":1714383479975,"stop":1714383479975,"duration":0}},{"uid":"e36255de012d5043","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e36255de012d5043","status":"passed","time":{"start":1714382864766,"stop":1714382864766,"duration":0}},{"uid":"578b3e26aeb4aebd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/578b3e26aeb4aebd","status":"passed","time":{"start":1714383281585,"stop":1714383281585,"duration":0}},{"uid":"7375b0418b0fa6a0","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7375b0418b0fa6a0","status":"passed","time":{"start":1714383168067,"stop":1714383168068,"duration":1}},{"uid":"a8f1fdb4c96cc123","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/a8f1fdb4c96cc123","status":"passed","time":{"start":1714381685747,"stop":1714381685747,"duration":0}},{"uid":"4af1e30396292c7f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4af1e30396292c7f","status":"passed","time":{"start":1714380450830,"stop":1714380450830,"duration":0}},{"uid":"1fe03bbc3e9e7ae1","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1fe03bbc3e9e7ae1","status":"passed","time":{"start":1714380035074,"stop":1714380035074,"duration":0}},{"uid":"2fe9182f00a7c314","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/2fe9182f00a7c314","status":"passed","time":{"start":1714297259212,"stop":1714297259212,"duration":0}}]},"tags":[]},"source":"3a253fb027196c27.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f25a847cd8cd871","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":1714501036175,"stop":1714501036175,"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":3,"unknown":0,"total":3},"items":[{"uid":"f72e4afcf71876d1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f72e4afcf71876d1","status":"passed","time":{"start":1714494788151,"stop":1714494788151,"duration":0}},{"uid":"f47349af0dbbc0d8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f47349af0dbbc0d8","status":"passed","time":{"start":1714492860438,"stop":1714492860438,"duration":0}}]},"tags":[]},"source":"1f25a847cd8cd871.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1f625e60e2dbc4d6.json b/6962/data/test-cases/1f625e60e2dbc4d6.json new file mode 100644 index 00000000000..0045bc9e021 --- /dev/null +++ b/6962/data/test-cases/1f625e60e2dbc4d6.json @@ -0,0 +1 @@ +{"uid":"1f625e60e2dbc4d6","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":1714500607829,"stop":1714500607829,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"18af19724831b235","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18af19724831b235","status":"passed","time":{"start":1714494370504,"stop":1714494370507,"duration":3}},{"uid":"ed0dcf39c0d58dc8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed0dcf39c0d58dc8","status":"passed","time":{"start":1714492459795,"stop":1714492459795,"duration":0}}]},"tags":[]},"source":"1f625e60e2dbc4d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/aa78d35d395344a9.json b/6962/data/test-cases/1f6287e9cbb070ba.json similarity index 93% rename from 6944/data/test-cases/aa78d35d395344a9.json rename to 6962/data/test-cases/1f6287e9cbb070ba.json index 94442f32864..1ed283e7a72 100644 --- a/6944/data/test-cases/aa78d35d395344a9.json +++ b/6962/data/test-cases/1f6287e9cbb070ba.json @@ -1 +1 @@ -{"uid":"aa78d35d395344a9","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app16/4/topic632/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 1 - Cluster ID: 10, Content Topic: /app16/4/topic632/proto","historyId":"fb27f2377460845a9587dc608cb52290:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425396492,"stop":1714425396492,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"aa78d35d395344a9.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f6287e9cbb070ba","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app99/4/topic406/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 10 - Cluster ID: 10, Content Topic: /app99/4/topic406/utf8","historyId":"e2faca587b68e47b33da992362cafb7d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089332,"stop":1714501089332,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1f6287e9cbb070ba.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/1f9e48a288589a26.json b/6962/data/test-cases/1f9e48a288589a26.json new file mode 100644 index 00000000000..4ca6023efc1 --- /dev/null +++ b/6962/data/test-cases/1f9e48a288589a26.json @@ -0,0 +1 @@ +{"uid":"1f9e48a288589a26","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":1714500589618,"stop":1714500589618,"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":3,"unknown":0,"total":3},"items":[{"uid":"db3c4aa4b23ddf84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db3c4aa4b23ddf84","status":"passed","time":{"start":1714494341388,"stop":1714494341389,"duration":1}},{"uid":"347547edeb1fa527","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/347547edeb1fa527","status":"passed","time":{"start":1714492438812,"stop":1714492438813,"duration":1}}]},"tags":[]},"source":"1f9e48a288589a26.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/51b0e1815b449170.json b/6962/data/test-cases/1fd632f7edf675d6.json similarity index 96% rename from 6944/data/test-cases/51b0e1815b449170.json rename to 6962/data/test-cases/1fd632f7edf675d6.json index 885b3c67878..e3951ffbe70 100644 --- a/6944/data/test-cases/51b0e1815b449170.json +++ b/6962/data/test-cases/1fd632f7edf675d6.json @@ -1 +1 @@ -{"uid":"51b0e1815b449170","name":"Publish message with custom timestamp: Tue May 09 2023 21:15:21 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue May 09 2023 21:15:21 GMT+0000 (Coordinated Universal Time)","historyId":"29018e889271dba9eef663c7be17c9f1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425348189,"stop":1714425348190,"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":"51b0e1815b449170.json","parameterValues":[]} \ No newline at end of file +{"uid":"1fd632f7edf675d6","name":"Publish message with custom timestamp: Tue Apr 30 2024 19:16:48 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Apr 30 2024 19:16:48 GMT+0000 (Coordinated Universal Time)","historyId":"54f49c966bf033e035b43ecec02b8aa6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501036165,"stop":1714501036166,"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":"1fd632f7edf675d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/699fe80dfed5656a.json b/6962/data/test-cases/206e33dbc0a28cdb.json similarity index 74% rename from 6944/data/test-cases/699fe80dfed5656a.json rename to 6962/data/test-cases/206e33dbc0a28cdb.json index 0398e382d7d..b01d84c5a65 100644 --- a/6944/data/test-cases/699fe80dfed5656a.json +++ b/6962/data/test-cases/206e33dbc0a28cdb.json @@ -1 +1 @@ -{"uid":"699fe80dfed5656a","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":1714425349851,"stop":1714425349851,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"b743532f86d0f009","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b743532f86d0f009","status":"passed","time":{"start":1714415539973,"stop":1714415539973,"duration":0}},{"uid":"a6d8e5d53fc05d94","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a6d8e5d53fc05d94","status":"passed","time":{"start":1714415671312,"stop":1714415671313,"duration":1}},{"uid":"7d96fb55bad75ace","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7d96fb55bad75ace","status":"passed","time":{"start":1714407878077,"stop":1714407878077,"duration":0}},{"uid":"b1ca36ddeb736277","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b1ca36ddeb736277","status":"passed","time":{"start":1714406907370,"stop":1714406907370,"duration":0}},{"uid":"7272f6e9f792d8aa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7272f6e9f792d8aa","status":"passed","time":{"start":1714404685454,"stop":1714404685455,"duration":1}},{"uid":"2c79e93348971c27","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2c79e93348971c27","status":"passed","time":{"start":1714404398000,"stop":1714404398000,"duration":0}},{"uid":"c12a29753f39cd63","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c12a29753f39cd63","status":"passed","time":{"start":1714404193470,"stop":1714404193470,"duration":0}},{"uid":"977f71aa22e74368","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/977f71aa22e74368","status":"passed","time":{"start":1714386646785,"stop":1714386646785,"duration":0}},{"uid":"7561a0601f7dd39e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7561a0601f7dd39e","status":"passed","time":{"start":1714385711028,"stop":1714385711028,"duration":0}},{"uid":"7db42708be05d05","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7db42708be05d05","status":"passed","time":{"start":1714385006972,"stop":1714385006973,"duration":1}},{"uid":"ea92c6c17740d79b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ea92c6c17740d79b","status":"passed","time":{"start":1714384687414,"stop":1714384687415,"duration":1}},{"uid":"162500e320d1b32d","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/162500e320d1b32d","status":"passed","time":{"start":1714383085782,"stop":1714383085782,"duration":0}},{"uid":"b1850524f96e8b87","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b1850524f96e8b87","status":"passed","time":{"start":1714383482548,"stop":1714383482548,"duration":0}},{"uid":"2fbf2a117cfb9eef","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2fbf2a117cfb9eef","status":"passed","time":{"start":1714382879521,"stop":1714382879522,"duration":1}},{"uid":"f7319323b7e7c10f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f7319323b7e7c10f","status":"passed","time":{"start":1714383290170,"stop":1714383290170,"duration":0}},{"uid":"58f6ad16d1b7b0fc","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/58f6ad16d1b7b0fc","status":"passed","time":{"start":1714383178712,"stop":1714383178712,"duration":0}},{"uid":"c484368fa6cd9d60","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c484368fa6cd9d60","status":"passed","time":{"start":1714381680866,"stop":1714381680869,"duration":3}},{"uid":"f622fe1d2e7242f9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f622fe1d2e7242f9","status":"passed","time":{"start":1714380462778,"stop":1714380462782,"duration":4}},{"uid":"848c3e955a4b9e1f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/848c3e955a4b9e1f","status":"passed","time":{"start":1714380037746,"stop":1714380037747,"duration":1}},{"uid":"1019446cbeb42fe","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1019446cbeb42fe","status":"passed","time":{"start":1714297267378,"stop":1714297267379,"duration":1}}]},"tags":[]},"source":"699fe80dfed5656a.json","parameterValues":[]} \ No newline at end of file +{"uid":"206e33dbc0a28cdb","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":1714501039476,"stop":1714501039477,"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":3,"unknown":0,"total":3},"items":[{"uid":"9fdb64bfec4fa75b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9fdb64bfec4fa75b","status":"passed","time":{"start":1714494791235,"stop":1714494791236,"duration":1}},{"uid":"8a7845b8de3a1401","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8a7845b8de3a1401","status":"passed","time":{"start":1714492870702,"stop":1714492870702,"duration":0}}]},"tags":[]},"source":"206e33dbc0a28cdb.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/209d3a7bf06afc1e.json b/6962/data/test-cases/209d3a7bf06afc1e.json new file mode 100644 index 00000000000..a58ec01d095 --- /dev/null +++ b/6962/data/test-cases/209d3a7bf06afc1e.json @@ -0,0 +1 @@ +{"uid":"209d3a7bf06afc1e","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":1714500525332,"stop":1714500525332,"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":3,"unknown":0,"total":3},"items":[{"uid":"d72c70cde481f105","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d72c70cde481f105","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"efd0221709627626","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/efd0221709627626","status":"passed","time":{"start":1714492380863,"stop":1714492380863,"duration":0}}]},"tags":[]},"source":"209d3a7bf06afc1e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2116ef517255973a.json b/6962/data/test-cases/2116ef517255973a.json new file mode 100644 index 00000000000..b27e67bd64b --- /dev/null +++ b/6962/data/test-cases/2116ef517255973a.json @@ -0,0 +1 @@ +{"uid":"2116ef517255973a","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":1714500744128,"stop":1714500744129,"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":3,"unknown":0,"total":3},"items":[{"uid":"721703d396bed489","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/721703d396bed489","status":"passed","time":{"start":1714494482333,"stop":1714494482333,"duration":0}},{"uid":"fccb2797e18ab2e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fccb2797e18ab2e8","status":"passed","time":{"start":1714492591351,"stop":1714492591351,"duration":0}}]},"tags":[]},"source":"2116ef517255973a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/58c79b569f995159.json b/6962/data/test-cases/21add0e7c496b166.json similarity index 80% rename from 6944/data/test-cases/58c79b569f995159.json rename to 6962/data/test-cases/21add0e7c496b166.json index 5e242366d72..375db3137ff 100644 --- a/6944/data/test-cases/58c79b569f995159.json +++ b/6962/data/test-cases/21add0e7c496b166.json @@ -1 +1 @@ -{"uid":"58c79b569f995159","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":1714425534892,"stop":1714425534893,"duration":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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"e3281c15becf07e9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e3281c15becf07e9","status":"passed","time":{"start":1714415702293,"stop":1714415702293,"duration":0}},{"uid":"1d1d4782797e08b5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1d1d4782797e08b5","status":"passed","time":{"start":1714415850501,"stop":1714415850501,"duration":0}},{"uid":"1f126ce6476a07cc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1f126ce6476a07cc","status":"passed","time":{"start":1714408049950,"stop":1714408049950,"duration":0}},{"uid":"cb5f407c532707f8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cb5f407c532707f8","status":"passed","time":{"start":1714407080673,"stop":1714407080673,"duration":0}},{"uid":"2f2a39af4c83a856","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2f2a39af4c83a856","status":"passed","time":{"start":1714404860590,"stop":1714404860590,"duration":0}},{"uid":"663dce9ad869ecf2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/663dce9ad869ecf2","status":"passed","time":{"start":1714404585203,"stop":1714404585203,"duration":0}},{"uid":"40ab23e5efc45945","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/40ab23e5efc45945","status":"passed","time":{"start":1714404366311,"stop":1714404366311,"duration":0}},{"uid":"6032e82c9c5a78ec","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6032e82c9c5a78ec","status":"passed","time":{"start":1714386825530,"stop":1714386825530,"duration":0}},{"uid":"c7227a708cb7af7b","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c7227a708cb7af7b","status":"passed","time":{"start":1714385893740,"stop":1714385893740,"duration":0}},{"uid":"ad55c62c0e00d8c5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ad55c62c0e00d8c5","status":"passed","time":{"start":1714385188016,"stop":1714385188016,"duration":0}},{"uid":"a8a731579f8d0db8","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a8a731579f8d0db8","status":"passed","time":{"start":1714384869915,"stop":1714384869915,"duration":0}},{"uid":"142328e040231249","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/142328e040231249","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237141,"stop":1714384237141,"duration":0}},{"uid":"d9c7d7bd3e160405","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d9c7d7bd3e160405","status":"passed","time":{"start":1714383661925,"stop":1714383661926,"duration":1}},{"uid":"6d90b5cc65f10499","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6d90b5cc65f10499","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018816,"stop":1714384018816,"duration":0}},{"uid":"de0aa5793f34a465","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/de0aa5793f34a465","status":"passed","time":{"start":1714383474184,"stop":1714383474185,"duration":1}},{"uid":"f4141172c062ebeb","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f4141172c062ebeb","status":"passed","time":{"start":1714383351255,"stop":1714383351255,"duration":0}},{"uid":"3ddceb736aa4e78c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/3ddceb736aa4e78c","status":"passed","time":{"start":1714381860518,"stop":1714381860519,"duration":1}},{"uid":"590a876e074dff2c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/590a876e074dff2c","status":"passed","time":{"start":1714380649664,"stop":1714380649665,"duration":1}},{"uid":"2abbd00229c5dc9","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/2abbd00229c5dc9","status":"passed","time":{"start":1714380216164,"stop":1714380216164,"duration":0}},{"uid":"fc4cb6fb3ecaa7b5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/fc4cb6fb3ecaa7b5","status":"passed","time":{"start":1714297452332,"stop":1714297452333,"duration":1}}]},"tags":[]},"source":"58c79b569f995159.json","parameterValues":[]} \ No newline at end of file +{"uid":"21add0e7c496b166","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":1714501220693,"stop":1714501220693,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"43be50812d6ace61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/43be50812d6ace61","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"9a82475f9ebc7e29","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a82475f9ebc7e29","status":"passed","time":{"start":1714493052141,"stop":1714493052141,"duration":0}}]},"tags":[]},"source":"21add0e7c496b166.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/21f890104fb610af.json b/6962/data/test-cases/21f890104fb610af.json new file mode 100644 index 00000000000..376c0701933 --- /dev/null +++ b/6962/data/test-cases/21f890104fb610af.json @@ -0,0 +1 @@ +{"uid":"21f890104fb610af","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":1714500533173,"stop":1714500533174,"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":3,"unknown":0,"total":3},"items":[{"uid":"2fdd009266764bec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2fdd009266764bec","status":"passed","time":{"start":1714494284808,"stop":1714494284809,"duration":1}},{"uid":"5ccdcc2ffd9779ce","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5ccdcc2ffd9779ce","status":"passed","time":{"start":1714492388591,"stop":1714492388593,"duration":2}}]},"tags":[]},"source":"21f890104fb610af.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/220fde724662d08c.json b/6962/data/test-cases/220fde724662d08c.json new file mode 100644 index 00000000000..b2138a1544e --- /dev/null +++ b/6962/data/test-cases/220fde724662d08c.json @@ -0,0 +1 @@ +{"uid":"220fde724662d08c","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":1714501150903,"stop":1714501150904,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, custom pubsub topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, custom pubsub topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b450232675b02460","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b450232675b02460","status":"passed","time":{"start":1714494883917,"stop":1714494883918,"duration":1}},{"uid":"dd6404b723417b6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dd6404b723417b6d","status":"passed","time":{"start":1714492982048,"stop":1714492982049,"duration":1}}]},"tags":[]},"source":"220fde724662d08c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/22161d598f693966.json b/6962/data/test-cases/22161d598f693966.json new file mode 100644 index 00000000000..0e4c0dc916a --- /dev/null +++ b/6962/data/test-cases/22161d598f693966.json @@ -0,0 +1 @@ +{"uid":"22161d598f693966","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":1714500660502,"stop":1714500660503,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"c955addc27457768","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c955addc27457768","status":"passed","time":{"start":1714494401269,"stop":1714494401269,"duration":0}},{"uid":"f1044d99363f8eaa","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1044d99363f8eaa","status":"passed","time":{"start":1714492501444,"stop":1714492501445,"duration":1}}]},"tags":[]},"source":"22161d598f693966.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/63f7ce040c0f98d.json b/6962/data/test-cases/22201a9737b3729.json similarity index 83% rename from 6944/data/test-cases/63f7ce040c0f98d.json rename to 6962/data/test-cases/22201a9737b3729.json index e004cbd1a53..afcb5dc4813 100644 --- a/6944/data/test-cases/63f7ce040c0f98d.json +++ b/6962/data/test-cases/22201a9737b3729.json @@ -1 +1 @@ -{"uid":"63f7ce040c0f98d","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":1714425301147,"stop":1714425301148,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"2bd0a07bde64f21f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2bd0a07bde64f21f","status":"passed","time":{"start":1714415473275,"stop":1714415473275,"duration":0}},{"uid":"9f9b6951f7dc2cb8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9f9b6951f7dc2cb8","status":"passed","time":{"start":1714415615367,"stop":1714415615367,"duration":0}},{"uid":"f446da4d59e3e8e1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f446da4d59e3e8e1","status":"passed","time":{"start":1714407816876,"stop":1714407816877,"duration":1}},{"uid":"1c0d311ff577fe5c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1c0d311ff577fe5c","status":"passed","time":{"start":1714406861599,"stop":1714406861599,"duration":0}},{"uid":"e3111afd8b144455","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e3111afd8b144455","status":"passed","time":{"start":1714404628282,"stop":1714404628282,"duration":0}},{"uid":"acc690e64f7e0d15","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/acc690e64f7e0d15","status":"passed","time":{"start":1714404348900,"stop":1714404348900,"duration":0}},{"uid":"27f534a9dd482c6b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/27f534a9dd482c6b","status":"passed","time":{"start":1714404137269,"stop":1714404137269,"duration":0}},{"uid":"84b9d94971b29050","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/84b9d94971b29050","status":"passed","time":{"start":1714386585855,"stop":1714386585856,"duration":1}},{"uid":"233566a391ec5e3c","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/233566a391ec5e3c","status":"passed","time":{"start":1714385651948,"stop":1714385651948,"duration":0}},{"uid":"af40c2a04f1356d3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/af40c2a04f1356d3","status":"passed","time":{"start":1714384939255,"stop":1714384939255,"duration":0}},{"uid":"5c1691bbfcda2093","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/5c1691bbfcda2093","status":"passed","time":{"start":1714384633426,"stop":1714384633427,"duration":1}},{"uid":"7efe48418ff169b2","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7efe48418ff169b2","status":"passed","time":{"start":1714383068448,"stop":1714383068448,"duration":0}},{"uid":"c0a56b76420c9515","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c0a56b76420c9515","status":"passed","time":{"start":1714383427877,"stop":1714383427878,"duration":1}},{"uid":"1c76c42690f6bc4c","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1c76c42690f6bc4c","status":"passed","time":{"start":1714382856571,"stop":1714382856571,"duration":0}},{"uid":"96261b447aced89d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/96261b447aced89d","status":"passed","time":{"start":1714383232258,"stop":1714383232259,"duration":1}},{"uid":"78acb6b2054d527","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/78acb6b2054d527","status":"passed","time":{"start":1714383125905,"stop":1714383125908,"duration":3}},{"uid":"aab081cf81ad4981","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/aab081cf81ad4981","status":"passed","time":{"start":1714381639318,"stop":1714381639318,"duration":0}},{"uid":"7f48c7a12c4f0563","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7f48c7a12c4f0563","status":"passed","time":{"start":1714380392372,"stop":1714380392372,"duration":0}},{"uid":"727f7c5ec00b3a35","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/727f7c5ec00b3a35","status":"passed","time":{"start":1714379984455,"stop":1714379984455,"duration":0}},{"uid":"8a5a7cbc7e0c9fe6","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8a5a7cbc7e0c9fe6","status":"passed","time":{"start":1714297212221,"stop":1714297212222,"duration":1}}]},"tags":[]},"source":"63f7ce040c0f98d.json","parameterValues":[]} \ No newline at end of file +{"uid":"22201a9737b3729","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":1714500976563,"stop":1714500976563,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"4b62cb62b4aa6ffc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b62cb62b4aa6ffc","status":"passed","time":{"start":1714494735305,"stop":1714494735305,"duration":0}},{"uid":"47246a75c9079496","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/47246a75c9079496","status":"passed","time":{"start":1714492814993,"stop":1714492814994,"duration":1}}]},"tags":[]},"source":"22201a9737b3729.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d4347bee9b41838c.json b/6962/data/test-cases/223aeda55e365ada.json similarity index 65% rename from 6944/data/test-cases/d4347bee9b41838c.json rename to 6962/data/test-cases/223aeda55e365ada.json index e76e29d4b3b..d506b4a43a8 100644 --- a/6944/data/test-cases/d4347bee9b41838c.json +++ b/6962/data/test-cases/223aeda55e365ada.json @@ -1 +1 @@ -{"uid":"d4347bee9b41838c","name":"can start and stop the service","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start and stop the service","historyId":"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424877426,"stop":1714424877426,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"2e2ed8b192c3d7f2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e2ed8b192c3d7f2","status":"passed","time":{"start":1714415030101,"stop":1714415030101,"duration":0}},{"uid":"743075132487db35","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/743075132487db35","status":"passed","time":{"start":1714415183071,"stop":1714415183072,"duration":1}},{"uid":"e92e0fb0fd6d6a8c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e92e0fb0fd6d6a8c","status":"passed","time":{"start":1714407390402,"stop":1714407390402,"duration":0}},{"uid":"aaafc9e87ad678de","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/aaafc9e87ad678de","status":"passed","time":{"start":1714406417790,"stop":1714406417790,"duration":0}},{"uid":"472a187ca0ef50eb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/472a187ca0ef50eb","status":"passed","time":{"start":1714404207523,"stop":1714404207523,"duration":0}},{"uid":"fd6aa4fbd5590cc1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/fd6aa4fbd5590cc1","status":"passed","time":{"start":1714403859298,"stop":1714403859298,"duration":0}},{"uid":"7da36e3a7054eed2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7da36e3a7054eed2","status":"passed","time":{"start":1714403703373,"stop":1714403703374,"duration":1}},{"uid":"8648e2950388dc18","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8648e2950388dc18","status":"passed","time":{"start":1714386168540,"stop":1714386168540,"duration":0}},{"uid":"b60975a5a82fa246","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b60975a5a82fa246","status":"passed","time":{"start":1714385239206,"stop":1714385239207,"duration":1}},{"uid":"5e4278b548b14055","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5e4278b548b14055","status":"passed","time":{"start":1714384531801,"stop":1714384531802,"duration":1}},{"uid":"773ce8a8b84ce7de","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/773ce8a8b84ce7de","status":"passed","time":{"start":1714384220015,"stop":1714384220015,"duration":0}},{"uid":"90abf37b6506b85a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/90abf37b6506b85a","status":"passed","time":{"start":1714382024962,"stop":1714382024962,"duration":0}},{"uid":"9e2938c2a4fd3182","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9e2938c2a4fd3182","status":"passed","time":{"start":1714382999498,"stop":1714382999499,"duration":1}},{"uid":"ee6958393d0a56e8","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ee6958393d0a56e8","status":"passed","time":{"start":1714381835717,"stop":1714381835717,"duration":0}},{"uid":"640d3c53992e1fdf","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/640d3c53992e1fdf","status":"passed","time":{"start":1714382821231,"stop":1714382821231,"duration":0}},{"uid":"f8747a37418c6551","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f8747a37418c6551","status":"passed","time":{"start":1714382694385,"stop":1714382694385,"duration":0}},{"uid":"1a155af734f412f2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1a155af734f412f2","status":"passed","time":{"start":1714381204659,"stop":1714381204660,"duration":1}},{"uid":"30b66d53cff2ffc8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/30b66d53cff2ffc8","status":"passed","time":{"start":1714379990098,"stop":1714379990098,"duration":0}},{"uid":"42d13fb99cecfecf","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/42d13fb99cecfecf","status":"passed","time":{"start":1714379561021,"stop":1714379561021,"duration":0}},{"uid":"3ae7f2a889fed251","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3ae7f2a889fed251","status":"passed","time":{"start":1714296791533,"stop":1714296791533,"duration":0}}]},"tags":[]},"source":"d4347bee9b41838c.json","parameterValues":[]} \ No newline at end of file +{"uid":"223aeda55e365ada","name":"can start and stop the service","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start and stop the service","historyId":"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"35fb68fc92b841b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/35fb68fc92b841b5","status":"passed","time":{"start":1714494305183,"stop":1714494305184,"duration":1}}]},"tags":[]},"source":"223aeda55e365ada.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f6aca670b22014e1.json b/6962/data/test-cases/228d70f8231d1f97.json similarity index 80% rename from 6944/data/test-cases/f6aca670b22014e1.json rename to 6962/data/test-cases/228d70f8231d1f97.json index 176b6f9bcb4..e67fb7cdfa4 100644 --- a/6944/data/test-cases/f6aca670b22014e1.json +++ b/6962/data/test-cases/228d70f8231d1f97.json @@ -1 +1 @@ -{"uid":"f6aca670b22014e1","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":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"53377255f191b350","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/53377255f191b350","status":"passed","time":{"start":1714415702288,"stop":1714415702288,"duration":0}},{"uid":"4873517ce4b0ad6d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4873517ce4b0ad6d","status":"passed","time":{"start":1714415850496,"stop":1714415850496,"duration":0}},{"uid":"c388b9e99f2e132e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c388b9e99f2e132e","status":"passed","time":{"start":1714408049944,"stop":1714408049944,"duration":0}},{"uid":"e2c598eb4f671b4d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e2c598eb4f671b4d","status":"passed","time":{"start":1714407080668,"stop":1714407080668,"duration":0}},{"uid":"d8520161b1e66de8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d8520161b1e66de8","status":"passed","time":{"start":1714404860584,"stop":1714404860584,"duration":0}},{"uid":"dc50b642a4204f5","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/dc50b642a4204f5","status":"passed","time":{"start":1714404585197,"stop":1714404585197,"duration":0}},{"uid":"b50749824249aee5","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b50749824249aee5","status":"passed","time":{"start":1714404366306,"stop":1714404366306,"duration":0}},{"uid":"1fbf1672fbf7c4ac","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/1fbf1672fbf7c4ac","status":"passed","time":{"start":1714386825525,"stop":1714386825525,"duration":0}},{"uid":"324b0208f3311d0e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/324b0208f3311d0e","status":"passed","time":{"start":1714385893735,"stop":1714385893736,"duration":1}},{"uid":"6614b5f455dcbffc","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6614b5f455dcbffc","status":"passed","time":{"start":1714385188010,"stop":1714385188011,"duration":1}},{"uid":"6dd8239a35e162f3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6dd8239a35e162f3","status":"passed","time":{"start":1714384869909,"stop":1714384869909,"duration":0}},{"uid":"f9215a8fcd9ad8f8","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f9215a8fcd9ad8f8","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237126,"stop":1714384237127,"duration":1}},{"uid":"6b8a5cd0ffa45a8e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/6b8a5cd0ffa45a8e","status":"passed","time":{"start":1714383661920,"stop":1714383661921,"duration":1}},{"uid":"ff72b6940e0cce6f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ff72b6940e0cce6f","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018801,"stop":1714384018801,"duration":0}},{"uid":"d62b2f4cff90f286","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d62b2f4cff90f286","status":"passed","time":{"start":1714383474179,"stop":1714383474179,"duration":0}},{"uid":"c2b1a2d03c74eb79","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c2b1a2d03c74eb79","status":"passed","time":{"start":1714383351249,"stop":1714383351249,"duration":0}},{"uid":"75305e445f0b95ea","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/75305e445f0b95ea","status":"passed","time":{"start":1714381860514,"stop":1714381860514,"duration":0}},{"uid":"66b8ee0c57bedbce","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/66b8ee0c57bedbce","status":"passed","time":{"start":1714380649658,"stop":1714380649659,"duration":1}},{"uid":"b652306638370a3e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b652306638370a3e","status":"passed","time":{"start":1714380216159,"stop":1714380216159,"duration":0}},{"uid":"8937490f5d446536","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8937490f5d446536","status":"passed","time":{"start":1714297452327,"stop":1714297452327,"duration":0}}]},"tags":[]},"source":"f6aca670b22014e1.json","parameterValues":[]} \ No newline at end of file +{"uid":"228d70f8231d1f97","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":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"36e8abeb1d5cee7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36e8abeb1d5cee7c","status":"passed","time":{"start":1714494954440,"stop":1714494954440,"duration":0}},{"uid":"66fdf2402b937c07","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/66fdf2402b937c07","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"tags":[]},"source":"228d70f8231d1f97.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9e6d3da206c94de9.json b/6962/data/test-cases/22ed5e441e8ac433.json similarity index 79% rename from 6944/data/test-cases/9e6d3da206c94de9.json rename to 6962/data/test-cases/22ed5e441e8ac433.json index b87cdd40509..74f76a8a71f 100644 --- a/6944/data/test-cases/9e6d3da206c94de9.json +++ b/6962/data/test-cases/22ed5e441e8ac433.json @@ -1 +1 @@ -{"uid":"9e6d3da206c94de9","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":1714425534893,"stop":1714425534893,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"8fd5a51911ebe6ea","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8fd5a51911ebe6ea","status":"passed","time":{"start":1714415702294,"stop":1714415702294,"duration":0}},{"uid":"3b6e9932f33b8546","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3b6e9932f33b8546","status":"passed","time":{"start":1714415850501,"stop":1714415850501,"duration":0}},{"uid":"4cc83e106e74f322","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4cc83e106e74f322","status":"passed","time":{"start":1714408049951,"stop":1714408049951,"duration":0}},{"uid":"4f7096367e13d26b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4f7096367e13d26b","status":"passed","time":{"start":1714407080673,"stop":1714407080674,"duration":1}},{"uid":"af331e6186fc240c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/af331e6186fc240c","status":"passed","time":{"start":1714404860591,"stop":1714404860591,"duration":0}},{"uid":"244288efc298f19a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/244288efc298f19a","status":"passed","time":{"start":1714404585203,"stop":1714404585203,"duration":0}},{"uid":"4e4ef536251b64b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4e4ef536251b64b","status":"passed","time":{"start":1714404366312,"stop":1714404366312,"duration":0}},{"uid":"14ef5db208072c69","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/14ef5db208072c69","status":"passed","time":{"start":1714386825530,"stop":1714386825530,"duration":0}},{"uid":"a179eea7af98c3dd","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a179eea7af98c3dd","status":"passed","time":{"start":1714385893741,"stop":1714385893741,"duration":0}},{"uid":"33415d4fe3713725","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/33415d4fe3713725","status":"passed","time":{"start":1714385188016,"stop":1714385188017,"duration":1}},{"uid":"8b3b500c75c0f4d8","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8b3b500c75c0f4d8","status":"passed","time":{"start":1714384869916,"stop":1714384869916,"duration":0}},{"uid":"359879bd24227894","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/359879bd24227894","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237143,"stop":1714384237143,"duration":0}},{"uid":"5ab2e3ee72bf596d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/5ab2e3ee72bf596d","status":"passed","time":{"start":1714383661926,"stop":1714383661926,"duration":0}},{"uid":"801e74c1be1c80e6","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/801e74c1be1c80e6","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018818,"stop":1714384018818,"duration":0}},{"uid":"122062a5d7dc6a5d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/122062a5d7dc6a5d","status":"passed","time":{"start":1714383474185,"stop":1714383474185,"duration":0}},{"uid":"5a2190533e9f24ba","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/5a2190533e9f24ba","status":"passed","time":{"start":1714383351256,"stop":1714383351256,"duration":0}},{"uid":"b81d7629f2b3aab7","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b81d7629f2b3aab7","status":"passed","time":{"start":1714381860519,"stop":1714381860519,"duration":0}},{"uid":"dad2817e19c3be3b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/dad2817e19c3be3b","status":"passed","time":{"start":1714380649665,"stop":1714380649665,"duration":0}},{"uid":"f6937e08628163fd","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f6937e08628163fd","status":"passed","time":{"start":1714380216165,"stop":1714380216165,"duration":0}},{"uid":"95a8145f3f2dcf26","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/95a8145f3f2dcf26","status":"passed","time":{"start":1714297452333,"stop":1714297452333,"duration":0}}]},"tags":[]},"source":"9e6d3da206c94de9.json","parameterValues":[]} \ No newline at end of file +{"uid":"22ed5e441e8ac433","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":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"9d1572db8a38ab03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d1572db8a38ab03","status":"passed","time":{"start":1714494954446,"stop":1714494954446,"duration":0}},{"uid":"726d6e2b5c117805","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/726d6e2b5c117805","status":"passed","time":{"start":1714493052142,"stop":1714493052142,"duration":0}}]},"tags":[]},"source":"22ed5e441e8ac433.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3308cc22c363c5e9.json b/6962/data/test-cases/24088e9224eb9d80.json similarity index 75% rename from 6944/data/test-cases/3308cc22c363c5e9.json rename to 6962/data/test-cases/24088e9224eb9d80.json index 5debd95bf03..a9ec49d0c61 100644 --- a/6944/data/test-cases/3308cc22c363c5e9.json +++ b/6962/data/test-cases/24088e9224eb9d80.json @@ -1 +1 @@ -{"uid":"3308cc22c363c5e9","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":1714425068151,"stop":1714425068152,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"fb644a8e087b4737","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fb644a8e087b4737","status":"passed","time":{"start":1714415236752,"stop":1714415236752,"duration":0}},{"uid":"7e6f2466a957530a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7e6f2466a957530a","status":"passed","time":{"start":1714415370291,"stop":1714415370291,"duration":0}},{"uid":"99cd0e716f213fa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/99cd0e716f213fa","status":"passed","time":{"start":1714407592730,"stop":1714407592730,"duration":0}},{"uid":"673e83899526aa41","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/673e83899526aa41","status":"passed","time":{"start":1714406603017,"stop":1714406603017,"duration":0}},{"uid":"3a62eb8ce7205074","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3a62eb8ce7205074","status":"passed","time":{"start":1714404403096,"stop":1714404403096,"duration":0}},{"uid":"6e2cf04e9a8bc925","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6e2cf04e9a8bc925","status":"passed","time":{"start":1714404066561,"stop":1714404066561,"duration":0}},{"uid":"eb1667f201da3edc","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/eb1667f201da3edc","status":"passed","time":{"start":1714403911551,"stop":1714403911551,"duration":0}},{"uid":"926f2ad673f94f61","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/926f2ad673f94f61","status":"passed","time":{"start":1714386356550,"stop":1714386356550,"duration":0}},{"uid":"ed9e550988a82109","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ed9e550988a82109","status":"passed","time":{"start":1714385421486,"stop":1714385421487,"duration":1}},{"uid":"8beefd00af0e20c3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8beefd00af0e20c3","status":"passed","time":{"start":1714384714576,"stop":1714384714577,"duration":1}},{"uid":"6c3c96c8f85956af","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6c3c96c8f85956af","status":"passed","time":{"start":1714384405997,"stop":1714384405997,"duration":0}},{"uid":"bac2745a22d633bd","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/bac2745a22d633bd","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845697,"stop":1714382845697,"duration":0}},{"uid":"3e02afe37e418bc6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3e02afe37e418bc6","status":"passed","time":{"start":1714383192271,"stop":1714383192272,"duration":1}},{"uid":"c58822d8fd036da1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c58822d8fd036da1","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649841,"stop":1714382649841,"duration":0}},{"uid":"c9ad05185996aa62","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c9ad05185996aa62","status":"passed","time":{"start":1714383007956,"stop":1714383007957,"duration":1}},{"uid":"820bc1a464a4f608","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/820bc1a464a4f608","status":"passed","time":{"start":1714382888221,"stop":1714382888222,"duration":1}},{"uid":"b6a9bbb4ae091a18","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b6a9bbb4ae091a18","status":"passed","time":{"start":1714381390680,"stop":1714381390682,"duration":2}},{"uid":"509b4be3dbb8298f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/509b4be3dbb8298f","status":"passed","time":{"start":1714380173242,"stop":1714380173242,"duration":0}},{"uid":"b240ea07985a9b0d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b240ea07985a9b0d","status":"passed","time":{"start":1714379752788,"stop":1714379752789,"duration":1}},{"uid":"f913ffca4c87cdda","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f913ffca4c87cdda","status":"passed","time":{"start":1714296983639,"stop":1714296983639,"duration":0}}]},"tags":[]},"source":"3308cc22c363c5e9.json","parameterValues":[]} \ No newline at end of file +{"uid":"24088e9224eb9d80","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":1714500735365,"stop":1714500735366,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"71def7114d8495dd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71def7114d8495dd","status":"passed","time":{"start":1714494500292,"stop":1714494500292,"duration":0}},{"uid":"4dcdbe3859d8e711","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4dcdbe3859d8e711","status":"passed","time":{"start":1714492591474,"stop":1714492591475,"duration":1}}]},"tags":[]},"source":"24088e9224eb9d80.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/241d8125c16400f8.json b/6962/data/test-cases/241d8125c16400f8.json new file mode 100644 index 00000000000..ddc3bd6650a --- /dev/null +++ b/6962/data/test-cases/241d8125c16400f8.json @@ -0,0 +1 @@ +{"uid":"241d8125c16400f8","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":1714500744181,"stop":1714500744181,"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":3,"unknown":0,"total":3},"items":[{"uid":"4a8ed11a19e09a14","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a8ed11a19e09a14","status":"passed","time":{"start":1714494482350,"stop":1714494482351,"duration":1}},{"uid":"d7f898c663f4124d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d7f898c663f4124d","status":"passed","time":{"start":1714492591366,"stop":1714492591367,"duration":1}}]},"tags":[]},"source":"241d8125c16400f8.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/24acb9eb84294fe0.json b/6962/data/test-cases/24acb9eb84294fe0.json new file mode 100644 index 00000000000..50f125423a2 --- /dev/null +++ b/6962/data/test-cases/24acb9eb84294fe0.json @@ -0,0 +1 @@ +{"uid":"24acb9eb84294fe0","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":1714500844873,"stop":1714500844874,"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":3,"unknown":0,"total":3},"items":[{"uid":"6ebab3a7f3f18d49","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ebab3a7f3f18d49","status":"passed","time":{"start":1714494594465,"stop":1714494594465,"duration":0}},{"uid":"ac17419f7481260a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ac17419f7481260a","status":"passed","time":{"start":1714492694598,"stop":1714492694599,"duration":1}}]},"tags":[]},"source":"24acb9eb84294fe0.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/132bcd7807706b55.json b/6962/data/test-cases/24cc6ec01b111f37.json similarity index 60% rename from 6944/data/test-cases/132bcd7807706b55.json rename to 6962/data/test-cases/24cc6ec01b111f37.json index f10497ff18a..0007af80538 100644 --- a/6944/data/test-cases/132bcd7807706b55.json +++ b/6962/data/test-cases/24cc6ec01b111f37.json @@ -1 +1 @@ -{"uid":"132bcd7807706b55","name":"should not fail to start the service if it is already started","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425363887,"stop":1714425363887,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"7c0ebd948a228d84","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7c0ebd948a228d84","status":"passed","time":{"start":1714415544819,"stop":1714415544820,"duration":1}},{"uid":"29f6ffaf38ea0935","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/29f6ffaf38ea0935","status":"passed","time":{"start":1714415689073,"stop":1714415689073,"duration":0}},{"uid":"fc993c5a0fe6283c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fc993c5a0fe6283c","status":"passed","time":{"start":1714407902538,"stop":1714407902539,"duration":1}},{"uid":"cff1683cfd42ce3f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cff1683cfd42ce3f","status":"passed","time":{"start":1714406920266,"stop":1714406920267,"duration":1}},{"uid":"a0846eb3d98354e1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a0846eb3d98354e1","status":"passed","time":{"start":1714404713589,"stop":1714404713589,"duration":0}},{"uid":"b51f4050d62241a9","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b51f4050d62241a9","status":"passed","time":{"start":1714404404536,"stop":1714404404537,"duration":1}},{"uid":"f9a139f57edee3cb","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f9a139f57edee3cb","status":"passed","time":{"start":1714404198225,"stop":1714404198226,"duration":1}},{"uid":"7940a0bc2192db0e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7940a0bc2192db0e","status":"passed","time":{"start":1714386660421,"stop":1714386660421,"duration":0}},{"uid":"8ed26088ca99612f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8ed26088ca99612f","status":"passed","time":{"start":1714385741762,"stop":1714385741762,"duration":0}},{"uid":"92a083d945a22f4d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/92a083d945a22f4d","status":"passed","time":{"start":1714385032263,"stop":1714385032263,"duration":0}},{"uid":"4af23dca0f70a719","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4af23dca0f70a719","status":"passed","time":{"start":1714384700172,"stop":1714384700173,"duration":1}},{"uid":"406709f9ae1eb988","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/406709f9ae1eb988","status":"passed","time":{"start":1714383167838,"stop":1714383167839,"duration":1}},{"uid":"3785f95ae773775b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3785f95ae773775b","status":"passed","time":{"start":1714383503004,"stop":1714383503007,"duration":3}},{"uid":"bdee2a58417b1f29","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/bdee2a58417b1f29","status":"passed","time":{"start":1714382959998,"stop":1714382959998,"duration":0}},{"uid":"5f112c1d0d7a5ad0","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5f112c1d0d7a5ad0","status":"passed","time":{"start":1714383305649,"stop":1714383305649,"duration":0}},{"uid":"8df6201a0a1aef1d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8df6201a0a1aef1d","status":"passed","time":{"start":1714383191565,"stop":1714383191565,"duration":0}},{"uid":"6b785c561a45b6f6","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6b785c561a45b6f6","status":"passed","time":{"start":1714381688436,"stop":1714381688436,"duration":0}},{"uid":"e38b9c02a6c4869f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e38b9c02a6c4869f","status":"passed","time":{"start":1714380489767,"stop":1714380489767,"duration":0}},{"uid":"c2d4547ac1c1b930","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c2d4547ac1c1b930","status":"passed","time":{"start":1714380050166,"stop":1714380050167,"duration":1}},{"uid":"241dfd0843a2ecc2","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/241dfd0843a2ecc2","status":"passed","time":{"start":1714297289403,"stop":1714297289403,"duration":0}}]},"tags":[]},"source":"132bcd7807706b55.json","parameterValues":[]} \ No newline at end of file +{"uid":"24cc6ec01b111f37","name":"should not fail to start the service if it is already started","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501049786,"stop":1714501049787,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8126c2f3d400135","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e8126c2f3d400135","status":"passed","time":{"start":1714494802221,"stop":1714494802222,"duration":1}},{"uid":"b5884f873220687e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5884f873220687e","status":"passed","time":{"start":1714492887585,"stop":1714492887585,"duration":0}}]},"tags":[]},"source":"24cc6ec01b111f37.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/24d48a533b5fbaff.json b/6962/data/test-cases/24d48a533b5fbaff.json new file mode 100644 index 00000000000..9922c6da096 --- /dev/null +++ b/6962/data/test-cases/24d48a533b5fbaff.json @@ -0,0 +1 @@ +{"uid":"24d48a533b5fbaff","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/$/1","historyId":"0b01858ab19e320a01ba7b865252f82e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525346,"stop":1714500525346,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"813290a4bdd09e64","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/813290a4bdd09e64","status":"passed","time":{"start":1714494276817,"stop":1714494276818,"duration":1}},{"uid":"24790b9251078ea2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24790b9251078ea2","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"tags":[]},"source":"24d48a533b5fbaff.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c2990754d6fb9e5e.json b/6962/data/test-cases/24e31b03e88928e8.json similarity index 84% rename from 6944/data/test-cases/c2990754d6fb9e5e.json rename to 6962/data/test-cases/24e31b03e88928e8.json index 26267d49af3..5fdeaf9abfc 100644 --- a/6944/data/test-cases/c2990754d6fb9e5e.json +++ b/6962/data/test-cases/24e31b03e88928e8.json @@ -1 +1 @@ -{"uid":"c2990754d6fb9e5e","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":1714425435605,"stop":1714425435605,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"aef5b90addfc4b8d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/aef5b90addfc4b8d","status":"passed","time":{"start":1714415590138,"stop":1714415590143,"duration":5}},{"uid":"af1843ab067728b4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/af1843ab067728b4","status":"passed","time":{"start":1714415739316,"stop":1714415739316,"duration":0}},{"uid":"d6027dd10368d9c0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d6027dd10368d9c0","status":"passed","time":{"start":1714407950098,"stop":1714407950098,"duration":0}},{"uid":"5f60ade4381c8782","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5f60ade4381c8782","status":"passed","time":{"start":1714406978421,"stop":1714406978424,"duration":3}},{"uid":"bc34f697936f794b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bc34f697936f794b","status":"passed","time":{"start":1714404752133,"stop":1714404752134,"duration":1}},{"uid":"46c29fe6fae3f23b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/46c29fe6fae3f23b","status":"passed","time":{"start":1714404488096,"stop":1714404488096,"duration":0}},{"uid":"1d444d962aafbaed","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/1d444d962aafbaed","status":"passed","time":{"start":1714404264815,"stop":1714404264816,"duration":1}},{"uid":"8755e47f5cdae9e5","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8755e47f5cdae9e5","status":"passed","time":{"start":1714386718895,"stop":1714386718896,"duration":1}},{"uid":"5ab3cd1bbca680da","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5ab3cd1bbca680da","status":"passed","time":{"start":1714385802593,"stop":1714385802593,"duration":0}},{"uid":"88e5c7ab2e649220","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/88e5c7ab2e649220","status":"passed","time":{"start":1714385084316,"stop":1714385084316,"duration":0}},{"uid":"ae8aae785a2d8659","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ae8aae785a2d8659","status":"passed","time":{"start":1714384783921,"stop":1714384783921,"duration":0}},{"uid":"bcf756539c779838","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/bcf756539c779838","status":"passed","time":{"start":1714382927648,"stop":1714382927649,"duration":1}},{"uid":"3f1ef4e98a3c8f5e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3f1ef4e98a3c8f5e","status":"passed","time":{"start":1714383573241,"stop":1714383573242,"duration":1}},{"uid":"a465dc79f0f5fe7","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a465dc79f0f5fe7","status":"passed","time":{"start":1714382735191,"stop":1714382735192,"duration":1}},{"uid":"1dee10c474ed3dab","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/1dee10c474ed3dab","status":"passed","time":{"start":1714383376647,"stop":1714383376648,"duration":1}},{"uid":"5fe234c6d533dd99","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/5fe234c6d533dd99","status":"passed","time":{"start":1714383261438,"stop":1714383261439,"duration":1}},{"uid":"65161986634ec70b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/65161986634ec70b","status":"passed","time":{"start":1714381767553,"stop":1714381767553,"duration":0}},{"uid":"69d976628cb338f9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/69d976628cb338f9","status":"passed","time":{"start":1714380548878,"stop":1714380548878,"duration":0}},{"uid":"a8b56a1da1027193","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a8b56a1da1027193","status":"passed","time":{"start":1714380124124,"stop":1714380124125,"duration":1}},{"uid":"a1606062e4c236a0","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a1606062e4c236a0","status":"passed","time":{"start":1714297355208,"stop":1714297355208,"duration":0}}]},"tags":[]},"source":"c2990754d6fb9e5e.json","parameterValues":[]} \ No newline at end of file +{"uid":"24e31b03e88928e8","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":1714501123759,"stop":1714501123760,"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":3,"unknown":0,"total":3},"items":[{"uid":"6c4037d0b267dc0a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c4037d0b267dc0a","status":"passed","time":{"start":1714494838836,"stop":1714494838836,"duration":0}},{"uid":"a6679b2c2c73d172","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a6679b2c2c73d172","status":"passed","time":{"start":1714492985726,"stop":1714492985727,"duration":1}}]},"tags":[]},"source":"24e31b03e88928e8.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3c45c44c4f8925d.json b/6962/data/test-cases/25126c6a4e3d40f.json similarity index 66% rename from 6944/data/test-cases/3c45c44c4f8925d.json rename to 6962/data/test-cases/25126c6a4e3d40f.json index 3c9780d4a35..076751a4f51 100644 --- a/6944/data/test-cases/3c45c44c4f8925d.json +++ b/6962/data/test-cases/25126c6a4e3d40f.json @@ -1 +1 @@ -{"uid":"3c45c44c4f8925d","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":1714425435628,"stop":1714425435629,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"9ed8a5838cacdfe0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9ed8a5838cacdfe0","status":"passed","time":{"start":1714415590173,"stop":1714415590173,"duration":0}},{"uid":"43dd9c052d11deef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/43dd9c052d11deef","status":"passed","time":{"start":1714415739335,"stop":1714415739335,"duration":0}},{"uid":"69a1af514936f45a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/69a1af514936f45a","status":"passed","time":{"start":1714407950140,"stop":1714407950141,"duration":1}},{"uid":"d0f1f651bbdb9daa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d0f1f651bbdb9daa","status":"passed","time":{"start":1714406978495,"stop":1714406978495,"duration":0}},{"uid":"d6f4ac15b642d1c5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d6f4ac15b642d1c5","status":"passed","time":{"start":1714404752163,"stop":1714404752164,"duration":1}},{"uid":"e0cf502c83b07e71","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e0cf502c83b07e71","status":"passed","time":{"start":1714404488167,"stop":1714404488167,"duration":0}},{"uid":"ec368ae341d43c2d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ec368ae341d43c2d","status":"passed","time":{"start":1714404264848,"stop":1714404264849,"duration":1}},{"uid":"275bddd8d71ad8f8","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/275bddd8d71ad8f8","status":"passed","time":{"start":1714386718945,"stop":1714386718960,"duration":15}},{"uid":"99d5d60f730697d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/99d5d60f730697d","status":"passed","time":{"start":1714385802613,"stop":1714385802613,"duration":0}},{"uid":"4d244dcfe1046352","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4d244dcfe1046352","status":"passed","time":{"start":1714385084330,"stop":1714385084331,"duration":1}},{"uid":"6f026b804b423ec6","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6f026b804b423ec6","status":"passed","time":{"start":1714384783935,"stop":1714384783936,"duration":1}},{"uid":"8dfc3d8f2915dff6","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/8dfc3d8f2915dff6","status":"passed","time":{"start":1714382927696,"stop":1714382927705,"duration":9}},{"uid":"c3508e58dab8fe58","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c3508e58dab8fe58","status":"passed","time":{"start":1714383573257,"stop":1714383573257,"duration":0}},{"uid":"733219b5b068e88a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/733219b5b068e88a","status":"passed","time":{"start":1714382735210,"stop":1714382735210,"duration":0}},{"uid":"4fa37657c5e6c76e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4fa37657c5e6c76e","status":"passed","time":{"start":1714383376689,"stop":1714383376690,"duration":1}},{"uid":"f1621e69ab253ec3","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f1621e69ab253ec3","status":"passed","time":{"start":1714383261456,"stop":1714383261457,"duration":1}},{"uid":"1329f46de8f4eb10","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1329f46de8f4eb10","status":"passed","time":{"start":1714381767580,"stop":1714381767580,"duration":0}},{"uid":"8034bba1f8d11059","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/8034bba1f8d11059","status":"passed","time":{"start":1714380548896,"stop":1714380548896,"duration":0}},{"uid":"29665d2f4de9048b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/29665d2f4de9048b","status":"passed","time":{"start":1714380124167,"stop":1714380124167,"duration":0}},{"uid":"9b40ae5321936d2","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9b40ae5321936d2","status":"passed","time":{"start":1714297355220,"stop":1714297355220,"duration":0}}]},"tags":[]},"source":"3c45c44c4f8925d.json","parameterValues":[]} \ No newline at end of file +{"uid":"25126c6a4e3d40f","name":"Push message with custom timestamp: 1714504335785","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1714504335785","historyId":"e0f16e6e9e5b0e2360f7dd72aa586dc5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501123821,"stop":1714501123821,"duration":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":"25126c6a4e3d40f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/25277f05c0c4c7b7.json b/6962/data/test-cases/25277f05c0c4c7b7.json new file mode 100644 index 00000000000..b5c4da44a15 --- /dev/null +++ b/6962/data/test-cases/25277f05c0c4c7b7.json @@ -0,0 +1 @@ +{"uid":"25277f05c0c4c7b7","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > using a protocol with unconfigured pubsub topic should fail","historyId":"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089334,"stop":1714501089334,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"92f7c29d191332da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92f7c29d191332da","status":"passed","time":{"start":1714494840033,"stop":1714494840034,"duration":1}},{"uid":"74dea52b0079d54e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74dea52b0079d54e","status":"passed","time":{"start":1714492923662,"stop":1714492923663,"duration":1}}]},"tags":[]},"source":"25277f05c0c4c7b7.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6931082619b8fdd1.json b/6962/data/test-cases/256489c4ced949a0.json similarity index 77% rename from 6944/data/test-cases/6931082619b8fdd1.json rename to 6962/data/test-cases/256489c4ced949a0.json index ce1ecd3c0cd..3d171cef3e3 100644 --- a/6944/data/test-cases/6931082619b8fdd1.json +++ b/6962/data/test-cases/256489c4ced949a0.json @@ -1 +1 @@ -{"uid":"6931082619b8fdd1","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":1714425369958,"stop":1714425369960,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"e2ef63f885a65fa9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e2ef63f885a65fa9","status":"passed","time":{"start":1714415516376,"stop":1714415516376,"duration":0}},{"uid":"2f6af4689cc80e2b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2f6af4689cc80e2b","status":"passed","time":{"start":1714415679029,"stop":1714415679030,"duration":1}},{"uid":"e0a188914b28b5fe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e0a188914b28b5fe","status":"passed","time":{"start":1714407884324,"stop":1714407884324,"duration":0}},{"uid":"80166782c80cc499","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/80166782c80cc499","status":"passed","time":{"start":1714406914313,"stop":1714406914314,"duration":1}},{"uid":"caf6d5252e06b76d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/caf6d5252e06b76d","status":"passed","time":{"start":1714404690109,"stop":1714404690109,"duration":0}},{"uid":"e00b0293b402bf03","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e00b0293b402bf03","status":"passed","time":{"start":1714404379780,"stop":1714404379780,"duration":0}},{"uid":"7671984207bfde","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7671984207bfde","status":"passed","time":{"start":1714404194544,"stop":1714404194546,"duration":2}},{"uid":"df1436eeb9462e09","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/df1436eeb9462e09","status":"passed","time":{"start":1714386653731,"stop":1714386653732,"duration":1}},{"uid":"88aa83f2c4aaff0d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/88aa83f2c4aaff0d","status":"passed","time":{"start":1714385733953,"stop":1714385733953,"duration":0}},{"uid":"23a4c36c02890aea","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/23a4c36c02890aea","status":"passed","time":{"start":1714385024704,"stop":1714385024705,"duration":1}},{"uid":"a6613f477a69fec5","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a6613f477a69fec5","status":"passed","time":{"start":1714384714553,"stop":1714384714553,"duration":0}},{"uid":"fc8219a80480a9c5","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/fc8219a80480a9c5","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067739,"stop":1714384067739,"duration":0}},{"uid":"904a6e92358c325e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/904a6e92358c325e","status":"passed","time":{"start":1714383490739,"stop":1714383490739,"duration":0}},{"uid":"907db7899ec93a25","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/907db7899ec93a25","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840435,"stop":1714383840435,"duration":0}},{"uid":"d98216fef6106945","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d98216fef6106945","status":"passed","time":{"start":1714383300555,"stop":1714383300556,"duration":1}},{"uid":"b1d002a46de20fa8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b1d002a46de20fa8","status":"passed","time":{"start":1714383176773,"stop":1714383176773,"duration":0}},{"uid":"fcc737db3f7d89f3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/fcc737db3f7d89f3","status":"passed","time":{"start":1714381688737,"stop":1714381688738,"duration":1}},{"uid":"d1f4b38244c728fa","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d1f4b38244c728fa","status":"passed","time":{"start":1714380481148,"stop":1714380481148,"duration":0}},{"uid":"54b8d1e84a7a3ccd","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/54b8d1e84a7a3ccd","status":"passed","time":{"start":1714380049528,"stop":1714380049529,"duration":1}},{"uid":"6fc3d1753355f4bd","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6fc3d1753355f4bd","status":"passed","time":{"start":1714297302886,"stop":1714297302887,"duration":1}}]},"tags":[]},"source":"6931082619b8fdd1.json","parameterValues":[]} \ No newline at end of file +{"uid":"256489c4ced949a0","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":1714501050443,"stop":1714501050443,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"17202caff1d674bb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17202caff1d674bb","status":"passed","time":{"start":1714494785908,"stop":1714494785908,"duration":0}},{"uid":"9958028650d66f8e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9958028650d66f8e","status":"passed","time":{"start":1714492898563,"stop":1714492898564,"duration":1}}]},"tags":[]},"source":"256489c4ced949a0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/259cf90ebfbba03c.json b/6962/data/test-cases/259cf90ebfbba03c.json new file mode 100644 index 00000000000..77f4b73d14e --- /dev/null +++ b/6962/data/test-cases/259cf90ebfbba03c.json @@ -0,0 +1 @@ +{"uid":"259cf90ebfbba03c","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":1714500534105,"stop":1714500534105,"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":3,"unknown":0,"total":3},"items":[{"uid":"aeb93e1e1a953e15","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aeb93e1e1a953e15","status":"passed","time":{"start":1714494285527,"stop":1714494285527,"duration":0}},{"uid":"335ae0ec69f6b81f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/335ae0ec69f6b81f","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"tags":[]},"source":"259cf90ebfbba03c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/25e97b649b5a1091.json b/6962/data/test-cases/25e97b649b5a1091.json new file mode 100644 index 00000000000..49dd0a1ca7b --- /dev/null +++ b/6962/data/test-cases/25e97b649b5a1091.json @@ -0,0 +1 @@ +{"uid":"25e97b649b5a1091","name":"random static sharding 8 - Cluster ID: 69, Shard ID: 497","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 8 - Cluster ID: 69, Shard ID: 497","historyId":"4ad3cffd8c2947b14efb248bba7c7ce3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106182,"stop":1714501106183,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"25e97b649b5a1091.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d8afb70fb7b40878.json b/6962/data/test-cases/26105cc61a22fee8.json similarity index 93% rename from 6944/data/test-cases/d8afb70fb7b40878.json rename to 6962/data/test-cases/26105cc61a22fee8.json index 79abe9dda92..6a7d57811c4 100644 --- a/6944/data/test-cases/d8afb70fb7b40878.json +++ b/6962/data/test-cases/26105cc61a22fee8.json @@ -1 +1 @@ -{"uid":"d8afb70fb7b40878","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app63/8/topic567/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 3 - Cluster ID: 10, Content Topic: /app63/8/topic567/test.js","historyId":"ed015dd9db182a9dd2229ceb68570dad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425396493,"stop":1714425396493,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"d8afb70fb7b40878.json","parameterValues":[]} \ No newline at end of file +{"uid":"26105cc61a22fee8","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app17/3/topic587/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 9 - Cluster ID: 10, Content Topic: /app17/3/topic587/test.js","historyId":"ffd61c7f6507bd5c2e865694eafddba5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089331,"stop":1714501089331,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"26105cc61a22fee8.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/26c55e92eeb84d1.json b/6962/data/test-cases/26c55e92eeb84d1.json new file mode 100644 index 00000000000..71862e3156f --- /dev/null +++ b/6962/data/test-cases/26c55e92eeb84d1.json @@ -0,0 +1 @@ +{"uid":"26c55e92eeb84d1","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/ ","historyId":"832cc0df70bcc4326d95aac5bd3b8c45:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525350,"stop":1714500525350,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"80fe1f7dafd65583","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/80fe1f7dafd65583","status":"passed","time":{"start":1714494276821,"stop":1714494276821,"duration":0}},{"uid":"d783c80b8ee77993","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d783c80b8ee77993","status":"passed","time":{"start":1714492380874,"stop":1714492380874,"duration":0}}]},"tags":[]},"source":"26c55e92eeb84d1.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b9e0b2e3a2a96f30.json b/6962/data/test-cases/26f7a6d269850d99.json similarity index 77% rename from 6944/data/test-cases/b9e0b2e3a2a96f30.json rename to 6962/data/test-cases/26f7a6d269850d99.json index f5e5d546b5e..aefb85e9623 100644 --- a/6944/data/test-cases/b9e0b2e3a2a96f30.json +++ b/6962/data/test-cases/26f7a6d269850d99.json @@ -1 +1 @@ -{"uid":"b9e0b2e3a2a96f30","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":1714425369951,"stop":1714425369951,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"450c98ed2e9badfe","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/450c98ed2e9badfe","status":"passed","time":{"start":1714415516371,"stop":1714415516371,"duration":0}},{"uid":"e7856f324b44e1a7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e7856f324b44e1a7","status":"passed","time":{"start":1714415679025,"stop":1714415679026,"duration":1}},{"uid":"1b3112eee2861fa5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1b3112eee2861fa5","status":"passed","time":{"start":1714407884319,"stop":1714407884320,"duration":1}},{"uid":"46d8de8f8db1488a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/46d8de8f8db1488a","status":"passed","time":{"start":1714406914281,"stop":1714406914281,"duration":0}},{"uid":"faad961061e41505","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/faad961061e41505","status":"passed","time":{"start":1714404690105,"stop":1714404690105,"duration":0}},{"uid":"40ed346084102fb6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/40ed346084102fb6","status":"passed","time":{"start":1714404379773,"stop":1714404379773,"duration":0}},{"uid":"fd8e3559ddf1d6bc","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/fd8e3559ddf1d6bc","status":"passed","time":{"start":1714404194539,"stop":1714404194539,"duration":0}},{"uid":"a2b848ca93eb418d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a2b848ca93eb418d","status":"passed","time":{"start":1714386653722,"stop":1714386653722,"duration":0}},{"uid":"2d21f534f4959a91","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/2d21f534f4959a91","status":"passed","time":{"start":1714385733947,"stop":1714385733948,"duration":1}},{"uid":"222a34a8db99631d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/222a34a8db99631d","status":"passed","time":{"start":1714385024698,"stop":1714385024699,"duration":1}},{"uid":"dd8b57bc9afeb9c8","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/dd8b57bc9afeb9c8","status":"passed","time":{"start":1714384714545,"stop":1714384714546,"duration":1}},{"uid":"1aedde1457f8b518","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1aedde1457f8b518","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067725,"stop":1714384067726,"duration":1}},{"uid":"e9d4797b6d259566","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e9d4797b6d259566","status":"passed","time":{"start":1714383490731,"stop":1714383490731,"duration":0}},{"uid":"c6b66b058511a69f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c6b66b058511a69f","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840424,"stop":1714383840424,"duration":0}},{"uid":"497130e04380b421","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/497130e04380b421","status":"passed","time":{"start":1714383300547,"stop":1714383300547,"duration":0}},{"uid":"2682c0c7570e34f0","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2682c0c7570e34f0","status":"passed","time":{"start":1714383176769,"stop":1714383176769,"duration":0}},{"uid":"21f1a9f6f07c97f7","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/21f1a9f6f07c97f7","status":"passed","time":{"start":1714381688734,"stop":1714381688734,"duration":0}},{"uid":"2a0a4e64fd41c58","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/2a0a4e64fd41c58","status":"passed","time":{"start":1714380481141,"stop":1714380481142,"duration":1}},{"uid":"9e2578dffdeb8a12","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9e2578dffdeb8a12","status":"passed","time":{"start":1714380049523,"stop":1714380049523,"duration":0}},{"uid":"99455b33678778ee","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/99455b33678778ee","status":"passed","time":{"start":1714297302882,"stop":1714297302882,"duration":0}}]},"tags":[]},"source":"b9e0b2e3a2a96f30.json","parameterValues":[]} \ No newline at end of file +{"uid":"26f7a6d269850d99","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":1714501050438,"stop":1714501050439,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f9da306d1817acc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f9da306d1817acc6","status":"passed","time":{"start":1714494785903,"stop":1714494785904,"duration":1}},{"uid":"8e28c3af2c9d65f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8e28c3af2c9d65f8","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"tags":[]},"source":"26f7a6d269850d99.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2726bd564b23c74d.json b/6962/data/test-cases/2726bd564b23c74d.json new file mode 100644 index 00000000000..78e2683e72e --- /dev/null +++ b/6962/data/test-cases/2726bd564b23c74d.json @@ -0,0 +1 @@ +{"uid":"2726bd564b23c74d","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","fullName":"/src/common/sharding.spec.ts: determinePubsubTopic > should process correctly when SingleShardInfo has no clusterId but has a shard","historyId":"090e9186081c0faf37ab26aab123ad0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525353,"stop":1714500525353,"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":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38bc21baa5a8dadf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/38bc21baa5a8dadf","status":"passed","time":{"start":1714494276823,"stop":1714494276824,"duration":1}},{"uid":"692b760b4c6e44f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/692b760b4c6e44f3","status":"passed","time":{"start":1714492380876,"stop":1714492380877,"duration":1}}]},"tags":[]},"source":"2726bd564b23c74d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2734f9ec27531cd9.json b/6962/data/test-cases/2734f9ec27531cd9.json new file mode 100644 index 00000000000..b3d97582f92 --- /dev/null +++ b/6962/data/test-cases/2734f9ec27531cd9.json @@ -0,0 +1 @@ +{"uid":"2734f9ec27531cd9","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":1714500559908,"stop":1714500559909,"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":3,"unknown":0,"total":3},"items":[{"uid":"9026b2175fbbfc07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9026b2175fbbfc07","status":"passed","time":{"start":1714494310954,"stop":1714494310954,"duration":0}},{"uid":"b10feb1165341093","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b10feb1165341093","status":"passed","time":{"start":1714492410938,"stop":1714492410938,"duration":0}}]},"tags":[]},"source":"2734f9ec27531cd9.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/281d9fea1898fe54.json b/6962/data/test-cases/281d9fea1898fe54.json new file mode 100644 index 00000000000..a5bc5b02f4c --- /dev/null +++ b/6962/data/test-cases/281d9fea1898fe54.json @@ -0,0 +1 @@ +{"uid":"281d9fea1898fe54","name":"Filter","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Filter","historyId":"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501191919,"stop":1714501191919,"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":3,"unknown":0,"total":3},"items":[{"uid":"6c607f3034756d60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c607f3034756d60","status":"passed","time":{"start":1714494926190,"stop":1714494926191,"duration":1}},{"uid":"3a9b8b6b8b51c458","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a9b8b6b8b51c458","status":"passed","time":{"start":1714493011867,"stop":1714493011868,"duration":1}}]},"tags":[]},"source":"281d9fea1898fe54.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/28868758c38dfe0a.json b/6962/data/test-cases/28868758c38dfe0a.json new file mode 100644 index 00000000000..49b363a6341 --- /dev/null +++ b/6962/data/test-cases/28868758c38dfe0a.json @@ -0,0 +1 @@ +{"uid":"28868758c38dfe0a","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":1714500744145,"stop":1714500744145,"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":3,"unknown":0,"total":3},"items":[{"uid":"f0fc026180a08375","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f0fc026180a08375","status":"passed","time":{"start":1714494482348,"stop":1714494482349,"duration":1}},{"uid":"68ab2221079f6e4a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68ab2221079f6e4a","status":"passed","time":{"start":1714492591362,"stop":1714492591364,"duration":2}}]},"tags":[]},"source":"28868758c38dfe0a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/cfa6c1bc99da131f.json b/6962/data/test-cases/2893ad98c61dfd35.json similarity index 75% rename from 6944/data/test-cases/cfa6c1bc99da131f.json rename to 6962/data/test-cases/2893ad98c61dfd35.json index 91692118370..723a0f51a02 100644 --- a/6944/data/test-cases/cfa6c1bc99da131f.json +++ b/6962/data/test-cases/2893ad98c61dfd35.json @@ -1 +1 @@ -{"uid":"cfa6c1bc99da131f","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":1714425068156,"stop":1714425068157,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"9a9b8e30402b9694","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9a9b8e30402b9694","status":"passed","time":{"start":1714415236758,"stop":1714415236759,"duration":1}},{"uid":"af55baa873478be7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/af55baa873478be7","status":"passed","time":{"start":1714415370297,"stop":1714415370297,"duration":0}},{"uid":"bff967d4e186dd64","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bff967d4e186dd64","status":"passed","time":{"start":1714407592734,"stop":1714407592734,"duration":0}},{"uid":"f0aefa368fda9d58","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f0aefa368fda9d58","status":"passed","time":{"start":1714406603030,"stop":1714406603031,"duration":1}},{"uid":"6fbea181137c9542","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6fbea181137c9542","status":"passed","time":{"start":1714404403106,"stop":1714404403107,"duration":1}},{"uid":"eef73cd9b10833f2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/eef73cd9b10833f2","status":"passed","time":{"start":1714404066566,"stop":1714404066566,"duration":0}},{"uid":"678fa75adb529874","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/678fa75adb529874","status":"passed","time":{"start":1714403911557,"stop":1714403911557,"duration":0}},{"uid":"e54903a6cae1b90","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e54903a6cae1b90","status":"passed","time":{"start":1714386356566,"stop":1714386356566,"duration":0}},{"uid":"ee7928479d94ae74","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ee7928479d94ae74","status":"passed","time":{"start":1714385421494,"stop":1714385421494,"duration":0}},{"uid":"7fb95e475b5cfd5c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7fb95e475b5cfd5c","status":"passed","time":{"start":1714384714583,"stop":1714384714584,"duration":1}},{"uid":"7ac96b2365e94b45","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7ac96b2365e94b45","status":"passed","time":{"start":1714384406001,"stop":1714384406002,"duration":1}},{"uid":"61ad89233838a057","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/61ad89233838a057","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845711,"stop":1714382845712,"duration":1}},{"uid":"858770f501ef96b1","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/858770f501ef96b1","status":"passed","time":{"start":1714383192281,"stop":1714383192282,"duration":1}},{"uid":"355029cdd8075d1a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/355029cdd8075d1a","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649915,"stop":1714382649919,"duration":4}},{"uid":"7247bcdd8df1bc02","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7247bcdd8df1bc02","status":"passed","time":{"start":1714383007965,"stop":1714383007965,"duration":0}},{"uid":"85df3a555f88056","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/85df3a555f88056","status":"passed","time":{"start":1714382888227,"stop":1714382888227,"duration":0}},{"uid":"90207ea169846b68","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/90207ea169846b68","status":"passed","time":{"start":1714381390694,"stop":1714381390694,"duration":0}},{"uid":"369cf44edc67a20e","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/369cf44edc67a20e","status":"passed","time":{"start":1714380173250,"stop":1714380173251,"duration":1}},{"uid":"f2a15896c93075c4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f2a15896c93075c4","status":"passed","time":{"start":1714379752798,"stop":1714379752798,"duration":0}},{"uid":"88af3987c0250067","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/88af3987c0250067","status":"passed","time":{"start":1714296983648,"stop":1714296983648,"duration":0}}]},"tags":[]},"source":"cfa6c1bc99da131f.json","parameterValues":[]} \ No newline at end of file +{"uid":"2893ad98c61dfd35","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":1714500735371,"stop":1714500735372,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6fa19ca8e6d91a8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fa19ca8e6d91a8e","status":"passed","time":{"start":1714494500297,"stop":1714494500297,"duration":0}},{"uid":"da61badf498784f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da61badf498784f0","status":"passed","time":{"start":1714492591539,"stop":1714492591539,"duration":0}}]},"tags":[]},"source":"2893ad98c61dfd35.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2899a334b87e4665.json b/6962/data/test-cases/2899a334b87e4665.json new file mode 100644 index 00000000000..bbca67a1416 --- /dev/null +++ b/6962/data/test-cases/2899a334b87e4665.json @@ -0,0 +1 @@ +{"uid":"2899a334b87e4665","name":"start node with empty content topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > start node with empty content topic","historyId":"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089336,"stop":1714501089336,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5b9ab91d0010cf71","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b9ab91d0010cf71","status":"passed","time":{"start":1714494840035,"stop":1714494840037,"duration":2}},{"uid":"4eed7ccbf4886770","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eed7ccbf4886770","status":"passed","time":{"start":1714492923664,"stop":1714492923665,"duration":1}}]},"tags":[]},"source":"2899a334b87e4665.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8c9f5312ce7348e9.json b/6962/data/test-cases/292919aede00e527.json similarity index 54% rename from 6944/data/test-cases/8c9f5312ce7348e9.json rename to 6962/data/test-cases/292919aede00e527.json index 699588b9f84..0c4657a7bb4 100644 --- a/6944/data/test-cases/8c9f5312ce7348e9.json +++ b/6962/data/test-cases/292919aede00e527.json @@ -1 +1 @@ -{"uid":"8c9f5312ce7348e9","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":1714425508071,"stop":1714425508071,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"da3527271dd81f44","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/da3527271dd81f44","status":"passed","time":{"start":1714415698747,"stop":1714415698748,"duration":1}},{"uid":"be9c0f99b7573ad4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/be9c0f99b7573ad4","status":"passed","time":{"start":1714415803329,"stop":1714415803330,"duration":1}},{"uid":"c1271b7b35592e20","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c1271b7b35592e20","status":"passed","time":{"start":1714408015506,"stop":1714408015507,"duration":1}},{"uid":"b0ff1c6865a09ddf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b0ff1c6865a09ddf","status":"passed","time":{"start":1714407046987,"stop":1714407046987,"duration":0}},{"uid":"baf1022b7d41fc94","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/baf1022b7d41fc94","status":"passed","time":{"start":1714404824582,"stop":1714404824583,"duration":1}},{"uid":"5b81d3dabc9a76b8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/5b81d3dabc9a76b8","status":"passed","time":{"start":1714404527859,"stop":1714404527859,"duration":0}},{"uid":"ddfddd31444710f4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ddfddd31444710f4","status":"passed","time":{"start":1714404324770,"stop":1714404324771,"duration":1}},{"uid":"514154c53eadd0ea","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/514154c53eadd0ea","status":"passed","time":{"start":1714386785721,"stop":1714386785721,"duration":0}},{"uid":"b8b57a58d562cac4","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b8b57a58d562cac4","status":"passed","time":{"start":1714385867312,"stop":1714385867313,"duration":1}},{"uid":"53dc3d68a7339ab3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/53dc3d68a7339ab3","status":"passed","time":{"start":1714385149746,"stop":1714385149747,"duration":1}},{"uid":"85fc03f6821605c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/85fc03f6821605c","status":"passed","time":{"start":1714384840241,"stop":1714384840241,"duration":0}},{"uid":"1199dc41ec69d9c0","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1199dc41ec69d9c0","status":"passed","time":{"start":1714383285298,"stop":1714383285299,"duration":1}},{"uid":"170f33bf704a79e1","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/170f33bf704a79e1","status":"passed","time":{"start":1714383626083,"stop":1714383626084,"duration":1}},{"uid":"6ab8b65bcc146e4","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6ab8b65bcc146e4","status":"passed","time":{"start":1714383079304,"stop":1714383079304,"duration":0}},{"uid":"af1cc5f59733f5cd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/af1cc5f59733f5cd","status":"passed","time":{"start":1714383435175,"stop":1714383435175,"duration":0}},{"uid":"bc03177fc84986dc","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/bc03177fc84986dc","status":"passed","time":{"start":1714383315055,"stop":1714383315056,"duration":1}},{"uid":"b2ef4189313abd12","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b2ef4189313abd12","status":"passed","time":{"start":1714381822570,"stop":1714381822570,"duration":0}},{"uid":"75fe12b1a35f23dd","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/75fe12b1a35f23dd","status":"passed","time":{"start":1714380607678,"stop":1714380607678,"duration":0}},{"uid":"fdd2753f3bbf9bcb","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/fdd2753f3bbf9bcb","status":"passed","time":{"start":1714380183126,"stop":1714380183128,"duration":2}},{"uid":"ad154feff4da013f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ad154feff4da013f","status":"passed","time":{"start":1714297423397,"stop":1714297423397,"duration":0}}]},"tags":[]},"source":"8c9f5312ce7348e9.json","parameterValues":[]} \ No newline at end of file +{"uid":"292919aede00e527","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":1714501184626,"stop":1714501184627,"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":3,"unknown":0,"total":3},"items":[{"uid":"f631b0ea49291774","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f631b0ea49291774","status":"passed","time":{"start":1714494914010,"stop":1714494914010,"duration":0}},{"uid":"da60eee274afd65c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da60eee274afd65c","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"tags":[]},"source":"292919aede00e527.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/299ec24544740b4b.json b/6962/data/test-cases/299ec24544740b4b.json new file mode 100644 index 00000000000..0ecbf297912 --- /dev/null +++ b/6962/data/test-cases/299ec24544740b4b.json @@ -0,0 +1 @@ +{"uid":"299ec24544740b4b","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":1714501191918,"stop":1714501191918,"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":3,"unknown":0,"total":3},"items":[{"uid":"6df6f3902b2e63e2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6df6f3902b2e63e2","status":"passed","time":{"start":1714494926189,"stop":1714494926189,"duration":0}},{"uid":"713e672ff4791c76","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/713e672ff4791c76","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"tags":[]},"source":"299ec24544740b4b.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c7224824cfbd504d.json b/6962/data/test-cases/2af76a3c4dd51f30.json similarity index 79% rename from 6944/data/test-cases/c7224824cfbd504d.json rename to 6962/data/test-cases/2af76a3c4dd51f30.json index 06f83d5976f..2f99233ad6f 100644 --- a/6944/data/test-cases/c7224824cfbd504d.json +++ b/6962/data/test-cases/2af76a3c4dd51f30.json @@ -1 +1 @@ -{"uid":"c7224824cfbd504d","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":1714425534890,"stop":1714425534890,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"c0c1dc9ed7c1403b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c0c1dc9ed7c1403b","status":"passed","time":{"start":1714415702291,"stop":1714415702291,"duration":0}},{"uid":"2c5316fb67cffd44","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2c5316fb67cffd44","status":"passed","time":{"start":1714415850499,"stop":1714415850499,"duration":0}},{"uid":"9cd255dd2eab4294","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9cd255dd2eab4294","status":"passed","time":{"start":1714408049947,"stop":1714408049948,"duration":1}},{"uid":"c150e35cad03f85d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c150e35cad03f85d","status":"passed","time":{"start":1714407080671,"stop":1714407080671,"duration":0}},{"uid":"b915a4e08a31afc9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b915a4e08a31afc9","status":"passed","time":{"start":1714404860588,"stop":1714404860588,"duration":0}},{"uid":"3d25aee558173bd5","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/3d25aee558173bd5","status":"passed","time":{"start":1714404585200,"stop":1714404585200,"duration":0}},{"uid":"4b0457d4cf7838df","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4b0457d4cf7838df","status":"passed","time":{"start":1714404366309,"stop":1714404366309,"duration":0}},{"uid":"9a74aeb0c8fc6d5","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9a74aeb0c8fc6d5","status":"passed","time":{"start":1714386825528,"stop":1714386825528,"duration":0}},{"uid":"98bf8c66c6c1a297","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/98bf8c66c6c1a297","status":"passed","time":{"start":1714385893738,"stop":1714385893738,"duration":0}},{"uid":"a5859fe05518994e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a5859fe05518994e","status":"passed","time":{"start":1714385188014,"stop":1714385188014,"duration":0}},{"uid":"e41d9930a3f42899","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e41d9930a3f42899","status":"passed","time":{"start":1714384869912,"stop":1714384869913,"duration":1}},{"uid":"7ad01621fc5b2050","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7ad01621fc5b2050","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237136,"stop":1714384237136,"duration":0}},{"uid":"d1f9a76b57140670","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d1f9a76b57140670","status":"passed","time":{"start":1714383661923,"stop":1714383661924,"duration":1}},{"uid":"6550ab70ac3efe2d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6550ab70ac3efe2d","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018810,"stop":1714384018810,"duration":0}},{"uid":"11e992ccc55876e4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/11e992ccc55876e4","status":"passed","time":{"start":1714383474182,"stop":1714383474182,"duration":0}},{"uid":"3025420ca70c5851","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3025420ca70c5851","status":"passed","time":{"start":1714383351252,"stop":1714383351253,"duration":1}},{"uid":"7a6a3d573ba42b37","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7a6a3d573ba42b37","status":"passed","time":{"start":1714381860517,"stop":1714381860517,"duration":0}},{"uid":"3fa9c17b86cc3ed9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3fa9c17b86cc3ed9","status":"passed","time":{"start":1714380649662,"stop":1714380649662,"duration":0}},{"uid":"64f2acf15e5baf24","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/64f2acf15e5baf24","status":"passed","time":{"start":1714380216162,"stop":1714380216162,"duration":0}},{"uid":"febdd3e70247fc37","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/febdd3e70247fc37","status":"passed","time":{"start":1714297452330,"stop":1714297452330,"duration":0}}]},"tags":[]},"source":"c7224824cfbd504d.json","parameterValues":[]} \ No newline at end of file +{"uid":"2af76a3c4dd51f30","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":1714501220691,"stop":1714501220691,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"b8bb4d7e71fcb5fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8bb4d7e71fcb5fd","status":"passed","time":{"start":1714494954443,"stop":1714494954443,"duration":0}},{"uid":"f866d5d420ca9554","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f866d5d420ca9554","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"tags":[]},"source":"2af76a3c4dd51f30.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/286f983f8f23c05a.json b/6962/data/test-cases/2b0c4218b922c5a6.json similarity index 79% rename from 6944/data/test-cases/286f983f8f23c05a.json rename to 6962/data/test-cases/2b0c4218b922c5a6.json index dcc2e04e88c..dc0d9986430 100644 --- a/6944/data/test-cases/286f983f8f23c05a.json +++ b/6962/data/test-cases/2b0c4218b922c5a6.json @@ -1 +1 @@ -{"uid":"286f983f8f23c05a","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":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"46bdde0b7e944023","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/46bdde0b7e944023","status":"passed","time":{"start":1714415702296,"stop":1714415702297,"duration":1}},{"uid":"cb40fa475264ef3d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cb40fa475264ef3d","status":"passed","time":{"start":1714415850504,"stop":1714415850504,"duration":0}},{"uid":"8e381b2a5fb3922e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8e381b2a5fb3922e","status":"passed","time":{"start":1714408049954,"stop":1714408049954,"duration":0}},{"uid":"26afaebbb76c6b26","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/26afaebbb76c6b26","status":"passed","time":{"start":1714407080676,"stop":1714407080676,"duration":0}},{"uid":"bb1d44d103d5633e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bb1d44d103d5633e","status":"passed","time":{"start":1714404860594,"stop":1714404860594,"duration":0}},{"uid":"c5e2ee5b796c349e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c5e2ee5b796c349e","status":"passed","time":{"start":1714404585207,"stop":1714404585207,"duration":0}},{"uid":"8772de33a6d8780a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8772de33a6d8780a","status":"passed","time":{"start":1714404366315,"stop":1714404366315,"duration":0}},{"uid":"a8b213e9e8ac4651","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a8b213e9e8ac4651","status":"passed","time":{"start":1714386825533,"stop":1714386825533,"duration":0}},{"uid":"2d82cb1465632b4d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/2d82cb1465632b4d","status":"passed","time":{"start":1714385893743,"stop":1714385893744,"duration":1}},{"uid":"3496639e6c180e7a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/3496639e6c180e7a","status":"passed","time":{"start":1714385188019,"stop":1714385188019,"duration":0}},{"uid":"34245dc8ef60586c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/34245dc8ef60586c","status":"passed","time":{"start":1714384869919,"stop":1714384869919,"duration":0}},{"uid":"708a5bf4d571b95a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/708a5bf4d571b95a","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237153,"stop":1714384237153,"duration":0}},{"uid":"f542504b099a337","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f542504b099a337","status":"passed","time":{"start":1714383661929,"stop":1714383661930,"duration":1}},{"uid":"178ea1dcff1406a3","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/178ea1dcff1406a3","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018826,"stop":1714384018826,"duration":0}},{"uid":"71ea7cb7c56a7bd0","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/71ea7cb7c56a7bd0","status":"passed","time":{"start":1714383474188,"stop":1714383474188,"duration":0}},{"uid":"eeb9f8d7fb750afb","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/eeb9f8d7fb750afb","status":"passed","time":{"start":1714383351258,"stop":1714383351258,"duration":0}},{"uid":"6705f2daad789842","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6705f2daad789842","status":"passed","time":{"start":1714381860522,"stop":1714381860522,"duration":0}},{"uid":"3e390470692615e7","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3e390470692615e7","status":"passed","time":{"start":1714380649668,"stop":1714380649669,"duration":1}},{"uid":"7b76ae61c513a79b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7b76ae61c513a79b","status":"passed","time":{"start":1714380216168,"stop":1714380216168,"duration":0}},{"uid":"fe03007711f7136a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/fe03007711f7136a","status":"passed","time":{"start":1714297452337,"stop":1714297452337,"duration":0}}]},"tags":[]},"source":"286f983f8f23c05a.json","parameterValues":[]} \ No newline at end of file +{"uid":"2b0c4218b922c5a6","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":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"66dfdfd95826a445","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66dfdfd95826a445","status":"passed","time":{"start":1714494954448,"stop":1714494954449,"duration":1}},{"uid":"cebb7470fc8485f1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cebb7470fc8485f1","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"tags":[]},"source":"2b0c4218b922c5a6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2b30057967d2b242.json b/6962/data/test-cases/2b30057967d2b242.json new file mode 100644 index 00000000000..1344dd40f0d --- /dev/null +++ b/6962/data/test-cases/2b30057967d2b242.json @@ -0,0 +1 @@ +{"uid":"2b30057967d2b242","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":1714501123813,"stop":1714501123813,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"634a9636921feb40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/634a9636921feb40","status":"passed","time":{"start":1714494838853,"stop":1714494838853,"duration":0}},{"uid":"6619afd5a05ea526","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6619afd5a05ea526","status":"passed","time":{"start":1714492985771,"stop":1714492985771,"duration":0}}]},"tags":[]},"source":"2b30057967d2b242.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2b445aeb611dfbc.json b/6962/data/test-cases/2b445aeb611dfbc.json new file mode 100644 index 00000000000..66c7e694dd8 --- /dev/null +++ b/6962/data/test-cases/2b445aeb611dfbc.json @@ -0,0 +1 @@ +{"uid":"2b445aeb611dfbc","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":1714501039478,"stop":1714501039478,"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":3,"unknown":0,"total":3},"items":[{"uid":"510f74b33119a2bd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/510f74b33119a2bd","status":"passed","time":{"start":1714494791239,"stop":1714494791240,"duration":1}},{"uid":"3b4111233ff2d27a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b4111233ff2d27a","status":"passed","time":{"start":1714492870704,"stop":1714492870704,"duration":0}}]},"tags":[]},"source":"2b445aeb611dfbc.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2b74a2431b7a6c41.json b/6962/data/test-cases/2b74a2431b7a6c41.json new file mode 100644 index 00000000000..558c06bfee9 --- /dev/null +++ b/6962/data/test-cases/2b74a2431b7a6c41.json @@ -0,0 +1 @@ +{"uid":"2b74a2431b7a6c41","name":"less peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > less peers than existing","historyId":"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500976724,"stop":1714500976725,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"bd9d70e158336ae1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bd9d70e158336ae1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735610,"duration":1}},{"uid":"20bed11e950cc038","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/20bed11e950cc038","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814803,"stop":1714492814803,"duration":0}}]},"tags":[]},"source":"2b74a2431b7a6c41.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1868f720124a8902.json b/6962/data/test-cases/2b9db14ff3b73ff0.json similarity index 79% rename from 6944/data/test-cases/1868f720124a8902.json rename to 6962/data/test-cases/2b9db14ff3b73ff0.json index 6e4ff8339fb..f2f1204ec5c 100644 --- a/6944/data/test-cases/1868f720124a8902.json +++ b/6962/data/test-cases/2b9db14ff3b73ff0.json @@ -1 +1 @@ -{"uid":"1868f720124a8902","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":1714425137467,"stop":1714425137468,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"713c105f0bc21381","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/713c105f0bc21381","status":"passed","time":{"start":1714415306381,"stop":1714415306382,"duration":1}},{"uid":"9086de38c033961e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9086de38c033961e","status":"passed","time":{"start":1714415441035,"stop":1714415441036,"duration":1}},{"uid":"7d5dfbc4659c1cd9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7d5dfbc4659c1cd9","status":"passed","time":{"start":1714407661424,"stop":1714407661425,"duration":1}},{"uid":"4e35962563321dfc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4e35962563321dfc","status":"passed","time":{"start":1714406688874,"stop":1714406688874,"duration":0}},{"uid":"26d4b948ab966be3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/26d4b948ab966be3","status":"passed","time":{"start":1714404480637,"stop":1714404480638,"duration":1}},{"uid":"99766d7297c1e3b4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/99766d7297c1e3b4","status":"passed","time":{"start":1714404187330,"stop":1714404187330,"duration":0}},{"uid":"89d38a6b6eb00d5d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/89d38a6b6eb00d5d","status":"passed","time":{"start":1714403975126,"stop":1714403975130,"duration":4}},{"uid":"be73d4d3707b1778","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/be73d4d3707b1778","status":"passed","time":{"start":1714386442467,"stop":1714386442467,"duration":0}},{"uid":"35942e850d5fb61c","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/35942e850d5fb61c","status":"passed","time":{"start":1714385503996,"stop":1714385503997,"duration":1}},{"uid":"f72f42e63593fea7","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f72f42e63593fea7","status":"passed","time":{"start":1714384798847,"stop":1714384798847,"duration":0}},{"uid":"7aa8d75c0a09a5b4","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7aa8d75c0a09a5b4","status":"passed","time":{"start":1714384484769,"stop":1714384484769,"duration":0}},{"uid":"45e30c4bde8d90e6","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/45e30c4bde8d90e6","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939623,"stop":1714382939623,"duration":0}},{"uid":"4062faecedf94451","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4062faecedf94451","status":"passed","time":{"start":1714383271371,"stop":1714383271372,"duration":1}},{"uid":"8f26cd75438693bf","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8f26cd75438693bf","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742255,"stop":1714382742255,"duration":0}},{"uid":"74c79f086a48e6fb","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/74c79f086a48e6fb","status":"passed","time":{"start":1714383085711,"stop":1714383085712,"duration":1}},{"uid":"65da4be776f42a94","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/65da4be776f42a94","status":"passed","time":{"start":1714382957858,"stop":1714382957859,"duration":1}},{"uid":"d4fb0429dffdb235","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d4fb0429dffdb235","status":"passed","time":{"start":1714381467348,"stop":1714381467348,"duration":0}},{"uid":"39e2345e155fcc42","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/39e2345e155fcc42","status":"passed","time":{"start":1714380262880,"stop":1714380262880,"duration":0}},{"uid":"6a751e03c0c9329e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6a751e03c0c9329e","status":"passed","time":{"start":1714379832147,"stop":1714379832148,"duration":1}},{"uid":"9caeb799598831cb","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9caeb799598831cb","status":"passed","time":{"start":1714297053935,"stop":1714297053936,"duration":1}}]},"tags":[]},"source":"1868f720124a8902.json","parameterValues":[]} \ No newline at end of file +{"uid":"2b9db14ff3b73ff0","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":1714500823189,"stop":1714500823189,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"92a0d77f8c54270e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92a0d77f8c54270e","status":"passed","time":{"start":1714494571268,"stop":1714494571268,"duration":0}},{"uid":"8db67218908eac7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8db67218908eac7","status":"passed","time":{"start":1714492678668,"stop":1714492678668,"duration":0}}]},"tags":[]},"source":"2b9db14ff3b73ff0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2c0124cb4c0a889b.json b/6962/data/test-cases/2c0124cb4c0a889b.json new file mode 100644 index 00000000000..1970f92d253 --- /dev/null +++ b/6962/data/test-cases/2c0124cb4c0a889b.json @@ -0,0 +1 @@ +{"uid":"2c0124cb4c0a889b","name":"should emit `waku:offline` event when all peers disconnect","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:disconnect > should emit `waku:offline` event when all peers disconnect","historyId":"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500578618,"stop":1714500578628,"duration":10},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:disconnect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d544bd5f62b7b048","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d544bd5f62b7b048","status":"passed","time":{"start":1714494328716,"stop":1714494328717,"duration":1}},{"uid":"c3afefe48509ac17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c3afefe48509ac17","status":"passed","time":{"start":1714492428468,"stop":1714492428469,"duration":1}}]},"tags":[]},"source":"2c0124cb4c0a889b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2c2c0c0baf6115b0.json b/6962/data/test-cases/2c2c0c0baf6115b0.json new file mode 100644 index 00000000000..6ba92d59ae3 --- /dev/null +++ b/6962/data/test-cases/2c2c0c0baf6115b0.json @@ -0,0 +1 @@ +{"uid":"2c2c0c0baf6115b0","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":1714500525323,"stop":1714500525323,"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":3,"unknown":0,"total":3},"items":[{"uid":"d5877f15f531ec4d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5877f15f531ec4d","status":"passed","time":{"start":1714494276802,"stop":1714494276803,"duration":1}},{"uid":"38e76ffb70a8c834","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/38e76ffb70a8c834","status":"passed","time":{"start":1714492380856,"stop":1714492380857,"duration":1}}]},"tags":[]},"source":"2c2c0c0baf6115b0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2c322b9ce59930c1.json b/6962/data/test-cases/2c322b9ce59930c1.json new file mode 100644 index 00000000000..0543ca03ad2 --- /dev/null +++ b/6962/data/test-cases/2c322b9ce59930c1.json @@ -0,0 +1 @@ +{"uid":"2c322b9ce59930c1","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":1714500534106,"stop":1714500534106,"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":3,"unknown":0,"total":3},"items":[{"uid":"e358a4ba2b4abf9a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e358a4ba2b4abf9a","status":"passed","time":{"start":1714494285528,"stop":1714494285528,"duration":0}},{"uid":"dabfaef586a33279","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dabfaef586a33279","status":"passed","time":{"start":1714492389342,"stop":1714492389342,"duration":0}}]},"tags":[]},"source":"2c322b9ce59930c1.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/797c5deaba5b2d54.json b/6962/data/test-cases/2c39e17eac3ecd96.json similarity index 53% rename from 6944/data/test-cases/797c5deaba5b2d54.json rename to 6962/data/test-cases/2c39e17eac3ecd96.json index f9d615b9407..ff7a5a853af 100644 --- a/6944/data/test-cases/797c5deaba5b2d54.json +++ b/6962/data/test-cases/2c39e17eac3ecd96.json @@ -1 +1 @@ -{"uid":"797c5deaba5b2d54","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":1714425508072,"stop":1714425508074,"duration":2},"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"71221e0179a5f328","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/71221e0179a5f328","status":"passed","time":{"start":1714415698749,"stop":1714415698749,"duration":0}},{"uid":"9bbf3a865c02a167","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9bbf3a865c02a167","status":"passed","time":{"start":1714415803330,"stop":1714415803331,"duration":1}},{"uid":"46dfa56405423760","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/46dfa56405423760","status":"passed","time":{"start":1714408015507,"stop":1714408015508,"duration":1}},{"uid":"a1e26215bac6a56e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a1e26215bac6a56e","status":"passed","time":{"start":1714407046988,"stop":1714407046989,"duration":1}},{"uid":"19e333d2b5ab4d06","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/19e333d2b5ab4d06","status":"passed","time":{"start":1714404824584,"stop":1714404824584,"duration":0}},{"uid":"1b3db84ec8c42e2c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1b3db84ec8c42e2c","status":"passed","time":{"start":1714404527860,"stop":1714404527860,"duration":0}},{"uid":"95bae2c01ef51a30","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/95bae2c01ef51a30","status":"passed","time":{"start":1714404324773,"stop":1714404324774,"duration":1}},{"uid":"857d8510898f402d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/857d8510898f402d","status":"passed","time":{"start":1714386785723,"stop":1714386785723,"duration":0}},{"uid":"950a502c17b24eef","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/950a502c17b24eef","status":"passed","time":{"start":1714385867313,"stop":1714385867314,"duration":1}},{"uid":"2ed6d8931eb898e2","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2ed6d8931eb898e2","status":"passed","time":{"start":1714385149748,"stop":1714385149748,"duration":0}},{"uid":"9811bc62f380e56c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9811bc62f380e56c","status":"passed","time":{"start":1714384840242,"stop":1714384840243,"duration":1}},{"uid":"a42bb4a0746cc60a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a42bb4a0746cc60a","status":"passed","time":{"start":1714383285300,"stop":1714383285300,"duration":0}},{"uid":"65ad4081334bfec9","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/65ad4081334bfec9","status":"passed","time":{"start":1714383626085,"stop":1714383626085,"duration":0}},{"uid":"db2782de689ab5d1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/db2782de689ab5d1","status":"passed","time":{"start":1714383079305,"stop":1714383079306,"duration":1}},{"uid":"731cd124087ceca4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/731cd124087ceca4","status":"passed","time":{"start":1714383435176,"stop":1714383435176,"duration":0}},{"uid":"37517c5af364317","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/37517c5af364317","status":"passed","time":{"start":1714383315057,"stop":1714383315057,"duration":0}},{"uid":"cd197eaf9168a3de","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/cd197eaf9168a3de","status":"passed","time":{"start":1714381822571,"stop":1714381822571,"duration":0}},{"uid":"c405b295213c1b21","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c405b295213c1b21","status":"passed","time":{"start":1714380607679,"stop":1714380607679,"duration":0}},{"uid":"ca12e75845b3c2d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ca12e75845b3c2d","status":"passed","time":{"start":1714380183132,"stop":1714380183133,"duration":1}},{"uid":"463ef5e4ef67ac0f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/463ef5e4ef67ac0f","status":"passed","time":{"start":1714297423398,"stop":1714297423398,"duration":0}}]},"tags":[]},"source":"797c5deaba5b2d54.json","parameterValues":[]} \ No newline at end of file +{"uid":"2c39e17eac3ecd96","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":1714501184628,"stop":1714501184628,"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":3,"unknown":0,"total":3},"items":[{"uid":"ef5165c49bb9a313","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef5165c49bb9a313","status":"passed","time":{"start":1714494914011,"stop":1714494914011,"duration":0}},{"uid":"157f6c3f768c14c5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/157f6c3f768c14c5","status":"passed","time":{"start":1714493011111,"stop":1714493011111,"duration":0}}]},"tags":[]},"source":"2c39e17eac3ecd96.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2c48bc4ca85c868d.json b/6962/data/test-cases/2c48bc4ca85c868d.json new file mode 100644 index 00000000000..177b0dafcc7 --- /dev/null +++ b/6962/data/test-cases/2c48bc4ca85c868d.json @@ -0,0 +1 @@ +{"uid":"2c48bc4ca85c868d","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":1714500844876,"stop":1714500844877,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a430b2ce317a3ecd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a430b2ce317a3ecd","status":"passed","time":{"start":1714494594466,"stop":1714494594466,"duration":0}},{"uid":"86e74e6ffaa0fce0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86e74e6ffaa0fce0","status":"passed","time":{"start":1714492694600,"stop":1714492694600,"duration":0}}]},"tags":[]},"source":"2c48bc4ca85c868d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/46ff8f762a063207.json b/6962/data/test-cases/2d225e8e56886143.json similarity index 97% rename from 6944/data/test-cases/46ff8f762a063207.json rename to 6962/data/test-cases/2d225e8e56886143.json index 19dcfc25a1f..b13d0d61c1a 100644 --- a/6944/data/test-cases/46ff8f762a063207.json +++ b/6962/data/test-cases/2d225e8e56886143.json @@ -1 +1 @@ -{"uid":"46ff8f762a063207","name":"random static sharding 3 - Cluster ID: 733, Shard ID: 771","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 3 - Cluster ID: 733, Shard ID: 771","historyId":"dc814b7b89d280dddd200129b2d5932c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425425851,"stop":1714425425851,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"46ff8f762a063207.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d225e8e56886143","name":"random static sharding 2 - Cluster ID: 372, Shard ID: 685","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 2 - Cluster ID: 372, Shard ID: 685","historyId":"b20dd9586da18fb69fc0ed4da2178eb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106174,"stop":1714501106174,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"2d225e8e56886143.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f12ee7563ec04cf.json b/6962/data/test-cases/2d2ae8043949ae9.json similarity index 67% rename from 6944/data/test-cases/f12ee7563ec04cf.json rename to 6962/data/test-cases/2d2ae8043949ae9.json index f9b4a517e81..b8d58ad4003 100644 --- a/6944/data/test-cases/f12ee7563ec04cf.json +++ b/6962/data/test-cases/2d2ae8043949ae9.json @@ -1 +1 @@ -{"uid":"f12ee7563ec04cf","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":1714425534889,"stop":1714425534890,"duration":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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"1630350cfcbfdcf4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1630350cfcbfdcf4","status":"passed","time":{"start":1714415702290,"stop":1714415702291,"duration":1}},{"uid":"d9f83f83a8660884","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d9f83f83a8660884","status":"passed","time":{"start":1714415850498,"stop":1714415850498,"duration":0}},{"uid":"73fa10e700a08ec0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/73fa10e700a08ec0","status":"passed","time":{"start":1714408049947,"stop":1714408049947,"duration":0}},{"uid":"8c93203bb5799836","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8c93203bb5799836","status":"passed","time":{"start":1714407080670,"stop":1714407080670,"duration":0}},{"uid":"6f0707fb84b9630e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6f0707fb84b9630e","status":"passed","time":{"start":1714404860587,"stop":1714404860587,"duration":0}},{"uid":"d0840f4a1736e93e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d0840f4a1736e93e","status":"passed","time":{"start":1714404585199,"stop":1714404585200,"duration":1}},{"uid":"9218b28edc45f7ab","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9218b28edc45f7ab","status":"passed","time":{"start":1714404366308,"stop":1714404366308,"duration":0}},{"uid":"a5094bcdae5f612d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a5094bcdae5f612d","status":"passed","time":{"start":1714386825527,"stop":1714386825527,"duration":0}},{"uid":"bf646a6570b91aa0","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/bf646a6570b91aa0","status":"passed","time":{"start":1714385893738,"stop":1714385893738,"duration":0}},{"uid":"1d34b44084357625","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1d34b44084357625","status":"passed","time":{"start":1714385188013,"stop":1714385188013,"duration":0}},{"uid":"c091050ddf332698","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c091050ddf332698","status":"passed","time":{"start":1714384869912,"stop":1714384869912,"duration":0}},{"uid":"b80f842dadfc7648","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b80f842dadfc7648","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237134,"stop":1714384237134,"duration":0}},{"uid":"35772e7037feca4c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/35772e7037feca4c","status":"passed","time":{"start":1714383661923,"stop":1714383661923,"duration":0}},{"uid":"a6749d38230735b8","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a6749d38230735b8","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018808,"stop":1714384018808,"duration":0}},{"uid":"a764060c8e7b5826","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a764060c8e7b5826","status":"passed","time":{"start":1714383474181,"stop":1714383474182,"duration":1}},{"uid":"5fa128a53ab58d7","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/5fa128a53ab58d7","status":"passed","time":{"start":1714383351252,"stop":1714383351252,"duration":0}},{"uid":"9c085e45257dc70e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/9c085e45257dc70e","status":"passed","time":{"start":1714381860516,"stop":1714381860516,"duration":0}},{"uid":"c7f6973409105d65","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c7f6973409105d65","status":"passed","time":{"start":1714380649661,"stop":1714380649662,"duration":1}},{"uid":"8392844a69fcaca4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/8392844a69fcaca4","status":"passed","time":{"start":1714380216161,"stop":1714380216161,"duration":0}},{"uid":"3757cec1e05cddfe","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3757cec1e05cddfe","status":"passed","time":{"start":1714297452329,"stop":1714297452329,"duration":0}}]},"tags":[]},"source":"f12ee7563ec04cf.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d2ae8043949ae9","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":1714501220698,"stop":1714501220698,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"31f25b1ed42c2a44","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/31f25b1ed42c2a44","status":"passed","time":{"start":1714494954450,"stop":1714494954451,"duration":1}},{"uid":"caf0c824a1e2510a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/caf0c824a1e2510a","status":"passed","time":{"start":1714493052147,"stop":1714493052147,"duration":0}}]},"tags":[]},"source":"2d2ae8043949ae9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/312ee36d64fc5d75.json b/6962/data/test-cases/2d7b0372b27a93ba.json similarity index 74% rename from 6944/data/test-cases/312ee36d64fc5d75.json rename to 6962/data/test-cases/2d7b0372b27a93ba.json index 63cf10d1392..40456653e5c 100644 --- a/6944/data/test-cases/312ee36d64fc5d75.json +++ b/6962/data/test-cases/2d7b0372b27a93ba.json @@ -1 +1 @@ -{"uid":"312ee36d64fc5d75","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":1714425349919,"stop":1714425349919,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"fdd37ad36f724211","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fdd37ad36f724211","status":"passed","time":{"start":1714415539982,"stop":1714415539983,"duration":1}},{"uid":"6704a01a57ec1228","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6704a01a57ec1228","status":"passed","time":{"start":1714415671322,"stop":1714415671322,"duration":0}},{"uid":"31162d4791513e5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/31162d4791513e5","status":"passed","time":{"start":1714407878090,"stop":1714407878091,"duration":1}},{"uid":"a2d9a5eced2bab4f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a2d9a5eced2bab4f","status":"passed","time":{"start":1714406907405,"stop":1714406907409,"duration":4}},{"uid":"39525227c728042d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/39525227c728042d","status":"passed","time":{"start":1714404685462,"stop":1714404685462,"duration":0}},{"uid":"c327c02021f8ac09","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c327c02021f8ac09","status":"passed","time":{"start":1714404398010,"stop":1714404398010,"duration":0}},{"uid":"5e64e2d58a37aea2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5e64e2d58a37aea2","status":"passed","time":{"start":1714404193480,"stop":1714404193480,"duration":0}},{"uid":"c56bb84eb1ff9385","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c56bb84eb1ff9385","status":"passed","time":{"start":1714386646804,"stop":1714386646804,"duration":0}},{"uid":"be303f516504913a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/be303f516504913a","status":"passed","time":{"start":1714385711042,"stop":1714385711047,"duration":5}},{"uid":"11868f56c30cacff","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/11868f56c30cacff","status":"passed","time":{"start":1714385006988,"stop":1714385006988,"duration":0}},{"uid":"d717522d2b25dfca","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d717522d2b25dfca","status":"passed","time":{"start":1714384687423,"stop":1714384687423,"duration":0}},{"uid":"ee04aa07842b3d95","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ee04aa07842b3d95","status":"passed","time":{"start":1714383085799,"stop":1714383085799,"duration":0}},{"uid":"73ef902532abc66a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/73ef902532abc66a","status":"passed","time":{"start":1714383482558,"stop":1714383482558,"duration":0}},{"uid":"e0fb1b645cf0e39b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e0fb1b645cf0e39b","status":"passed","time":{"start":1714382879531,"stop":1714382879532,"duration":1}},{"uid":"23cd68c9a1cd3c7f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/23cd68c9a1cd3c7f","status":"passed","time":{"start":1714383290177,"stop":1714383290177,"duration":0}},{"uid":"2635f10cd63add06","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2635f10cd63add06","status":"passed","time":{"start":1714383178725,"stop":1714383178726,"duration":1}},{"uid":"3d783ff79d611687","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/3d783ff79d611687","status":"passed","time":{"start":1714381680880,"stop":1714381680881,"duration":1}},{"uid":"fe8298b7126f9ef4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fe8298b7126f9ef4","status":"passed","time":{"start":1714380462803,"stop":1714380462805,"duration":2}},{"uid":"4050ba4f9c707997","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4050ba4f9c707997","status":"passed","time":{"start":1714380037755,"stop":1714380037756,"duration":1}},{"uid":"709f4d661b355f5a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/709f4d661b355f5a","status":"passed","time":{"start":1714297267389,"stop":1714297267390,"duration":1}}]},"tags":[]},"source":"312ee36d64fc5d75.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d7b0372b27a93ba","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":1714501039484,"stop":1714501039485,"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":3,"unknown":0,"total":3},"items":[{"uid":"d4491ae7eeb4aaf7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d4491ae7eeb4aaf7","status":"passed","time":{"start":1714494791256,"stop":1714494791257,"duration":1}},{"uid":"b5fa63cefd13a8f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5fa63cefd13a8f0","status":"passed","time":{"start":1714492870711,"stop":1714492870711,"duration":0}}]},"tags":[]},"source":"2d7b0372b27a93ba.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/65c80b91b6ee0a6a.json b/6962/data/test-cases/2d8639f9da8ea9bf.json similarity index 78% rename from 6944/data/test-cases/65c80b91b6ee0a6a.json rename to 6962/data/test-cases/2d8639f9da8ea9bf.json index 1cb3f7c4f90..007173398f2 100644 --- a/6944/data/test-cases/65c80b91b6ee0a6a.json +++ b/6962/data/test-cases/2d8639f9da8ea9bf.json @@ -1 +1 @@ -{"uid":"65c80b91b6ee0a6a","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":1714425137470,"stop":1714425137471,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":69,"unknown":0,"total":74},"items":[{"uid":"b6f970ae63b6700f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b6f970ae63b6700f","status":"passed","time":{"start":1714415306383,"stop":1714415306383,"duration":0}},{"uid":"39b4c45a10b94fe9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/39b4c45a10b94fe9","status":"passed","time":{"start":1714415441037,"stop":1714415441037,"duration":0}},{"uid":"7e96d4882fe09925","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7e96d4882fe09925","status":"passed","time":{"start":1714407661426,"stop":1714407661426,"duration":0}},{"uid":"66bc9dfdf7d8ca63","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/66bc9dfdf7d8ca63","status":"passed","time":{"start":1714406688876,"stop":1714406688876,"duration":0}},{"uid":"e436fe8dbf507722","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e436fe8dbf507722","status":"passed","time":{"start":1714404480649,"stop":1714404480650,"duration":1}},{"uid":"ddc31f402e672a0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ddc31f402e672a0","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'test')","time":{"start":1714404187333,"stop":1714404187334,"duration":1}},{"uid":"858c0c972aadce7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/858c0c972aadce7","status":"passed","time":{"start":1714403975131,"stop":1714403975131,"duration":0}},{"uid":"22878dc5dc2cb927","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/22878dc5dc2cb927","status":"passed","time":{"start":1714386442474,"stop":1714386442474,"duration":0}},{"uid":"90eb988db7be4dd7","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/90eb988db7be4dd7","status":"passed","time":{"start":1714385503998,"stop":1714385503998,"duration":0}},{"uid":"3d14062c4199db04","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/3d14062c4199db04","status":"passed","time":{"start":1714384798848,"stop":1714384798849,"duration":1}},{"uid":"f54225ee5d39b686","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f54225ee5d39b686","status":"passed","time":{"start":1714384484770,"stop":1714384484771,"duration":1}},{"uid":"9a4af267d3f280ef","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9a4af267d3f280ef","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939629,"stop":1714382939629,"duration":0}},{"uid":"1df3895e2fd57520","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1df3895e2fd57520","status":"passed","time":{"start":1714383271373,"stop":1714383271374,"duration":1}},{"uid":"c042dad40fce3dd4","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c042dad40fce3dd4","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742261,"stop":1714382742262,"duration":1}},{"uid":"8e803636cae3dfc0","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8e803636cae3dfc0","status":"passed","time":{"start":1714383085713,"stop":1714383085713,"duration":0}},{"uid":"ec7c31d502b05ec6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ec7c31d502b05ec6","status":"passed","time":{"start":1714382957860,"stop":1714382957861,"duration":1}},{"uid":"c9738be7fcfe2253","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c9738be7fcfe2253","status":"passed","time":{"start":1714381467349,"stop":1714381467350,"duration":1}},{"uid":"6f451e48f3394891","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6f451e48f3394891","status":"passed","time":{"start":1714380262881,"stop":1714380262881,"duration":0}},{"uid":"51301e7bf6b35a49","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/51301e7bf6b35a49","status":"passed","time":{"start":1714379832151,"stop":1714379832151,"duration":0}},{"uid":"e052bfa93a98f0c5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e052bfa93a98f0c5","status":"passed","time":{"start":1714297053937,"stop":1714297053937,"duration":0}}]},"tags":[]},"source":"65c80b91b6ee0a6a.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d8639f9da8ea9bf","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":1714500823191,"stop":1714500823192,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3dfd8a52edf78b6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3dfd8a52edf78b6b","status":"passed","time":{"start":1714494571269,"stop":1714494571270,"duration":1}},{"uid":"d07c62dd0915411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d07c62dd0915411","status":"passed","time":{"start":1714492678669,"stop":1714492678670,"duration":1}}]},"tags":[]},"source":"2d8639f9da8ea9bf.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2d8fc9a23ab169f5.json b/6962/data/test-cases/2d8fc9a23ab169f5.json new file mode 100644 index 00000000000..60e93b84305 --- /dev/null +++ b/6962/data/test-cases/2d8fc9a23ab169f5.json @@ -0,0 +1 @@ +{"uid":"2d8fc9a23ab169f5","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":1714500533175,"stop":1714500533175,"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":3,"unknown":0,"total":3},"items":[{"uid":"e8fb5ce730584875","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e8fb5ce730584875","status":"passed","time":{"start":1714494284809,"stop":1714494284810,"duration":1}},{"uid":"e05d449127ae457a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e05d449127ae457a","status":"passed","time":{"start":1714492388597,"stop":1714492388600,"duration":3}}]},"tags":[]},"source":"2d8fc9a23ab169f5.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2d98fc97aa4e256b.json b/6962/data/test-cases/2d98fc97aa4e256b.json new file mode 100644 index 00000000000..9c279b6c597 --- /dev/null +++ b/6962/data/test-cases/2d98fc97aa4e256b.json @@ -0,0 +1 @@ +{"uid":"2d98fc97aa4e256b","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":1714500654296,"stop":1714500654298,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2 (Autosharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2 (Autosharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a903de695dab03f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a903de695dab03f1","status":"passed","time":{"start":1714494402838,"stop":1714494402841,"duration":3}},{"uid":"2a6896ef3f6ebd51","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2a6896ef3f6ebd51","status":"passed","time":{"start":1714492502959,"stop":1714492502961,"duration":2}}]},"tags":[]},"source":"2d98fc97aa4e256b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2dc1228ccbd95bd3.json b/6962/data/test-cases/2dc1228ccbd95bd3.json new file mode 100644 index 00000000000..50ab550761b --- /dev/null +++ b/6962/data/test-cases/2dc1228ccbd95bd3.json @@ -0,0 +1 @@ +{"uid":"2dc1228ccbd95bd3","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":1714500561873,"stop":1714500561873,"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":3,"unknown":0,"total":3},"items":[{"uid":"5dabe945239c2e7e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dabe945239c2e7e","status":"passed","time":{"start":1714494312952,"stop":1714494312953,"duration":1}},{"uid":"74fb2c6aa454cc38","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74fb2c6aa454cc38","status":"passed","time":{"start":1714492412934,"stop":1714492412934,"duration":0}}]},"tags":[]},"source":"2dc1228ccbd95bd3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/2dfced7721fa68f6.json b/6962/data/test-cases/2dfced7721fa68f6.json new file mode 100644 index 00000000000..0661d802526 --- /dev/null +++ b/6962/data/test-cases/2dfced7721fa68f6.json @@ -0,0 +1 @@ +{"uid":"2dfced7721fa68f6","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":1714500976529,"stop":1714500976530,"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":3,"unknown":0,"total":3},"items":[{"uid":"dc283c872d5431b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dc283c872d5431b1","status":"passed","time":{"start":1714494735258,"stop":1714494735258,"duration":0}},{"uid":"9b49202a6c56d9f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b49202a6c56d9f3","status":"passed","time":{"start":1714492814936,"stop":1714492814937,"duration":1}}]},"tags":[]},"source":"2dfced7721fa68f6.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/cd07cd95d07224b7.json b/6962/data/test-cases/2f2a48048c12fee7.json similarity index 54% rename from 6944/data/test-cases/cd07cd95d07224b7.json rename to 6962/data/test-cases/2f2a48048c12fee7.json index 8a4dc73fc2c..b9aaaeee291 100644 --- a/6944/data/test-cases/cd07cd95d07224b7.json +++ b/6962/data/test-cases/2f2a48048c12fee7.json @@ -1 +1 @@ -{"uid":"cd07cd95d07224b7","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424941436,"stop":1714424941436,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"f31dd664a3c1fae5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f31dd664a3c1fae5","status":"passed","time":{"start":1714415094247,"stop":1714415094248,"duration":1}},{"uid":"eef3568389e1b745","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eef3568389e1b745","status":"passed","time":{"start":1714415247299,"stop":1714415247300,"duration":1}},{"uid":"39e4117455ae960c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/39e4117455ae960c","status":"passed","time":{"start":1714407454391,"stop":1714407454391,"duration":0}},{"uid":"44ebfcc5389544b3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/44ebfcc5389544b3","status":"passed","time":{"start":1714406481767,"stop":1714406481768,"duration":1}},{"uid":"710d06773e44af42","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/710d06773e44af42","status":"passed","time":{"start":1714404271556,"stop":1714404271556,"duration":0}},{"uid":"acf6be350f50f33d","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/acf6be350f50f33d","status":"passed","time":{"start":1714403922488,"stop":1714403922489,"duration":1}},{"uid":"75baaaca9af4f7e4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/75baaaca9af4f7e4","status":"passed","time":{"start":1714403768224,"stop":1714403768224,"duration":0}},{"uid":"e06c7649a7a7f8f9","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e06c7649a7a7f8f9","status":"passed","time":{"start":1714386232523,"stop":1714386232524,"duration":1}},{"uid":"87c5bed27a0c7e53","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/87c5bed27a0c7e53","status":"passed","time":{"start":1714385301777,"stop":1714385301777,"duration":0}},{"uid":"a8bed9ba0ee289b1","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a8bed9ba0ee289b1","status":"passed","time":{"start":1714384594541,"stop":1714384594544,"duration":3}},{"uid":"a36f8907e5aa121a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a36f8907e5aa121a","status":"passed","time":{"start":1714384283174,"stop":1714384283175,"duration":1}},{"uid":"224887316da90f94","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/224887316da90f94","status":"passed","time":{"start":1714382088473,"stop":1714382088474,"duration":1}},{"uid":"285a9b6057bd6f0b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/285a9b6057bd6f0b","status":"passed","time":{"start":1714383062412,"stop":1714383062412,"duration":0}},{"uid":"fb06de85062529f6","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/fb06de85062529f6","status":"passed","time":{"start":1714381898370,"stop":1714381898371,"duration":1}},{"uid":"8aaa51bd1a700243","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8aaa51bd1a700243","status":"passed","time":{"start":1714382885260,"stop":1714382885260,"duration":0}},{"uid":"3dca89161c707ee0","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3dca89161c707ee0","status":"passed","time":{"start":1714382758140,"stop":1714382758140,"duration":0}},{"uid":"583b0769cafc5572","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/583b0769cafc5572","status":"passed","time":{"start":1714381268155,"stop":1714381268155,"duration":0}},{"uid":"8980eab5f956285f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/8980eab5f956285f","status":"passed","time":{"start":1714380054104,"stop":1714380054104,"duration":0}},{"uid":"65277c5f57f25d6f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/65277c5f57f25d6f","status":"passed","time":{"start":1714379623569,"stop":1714379623569,"duration":0}},{"uid":"8808997405ffe8d6","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8808997405ffe8d6","status":"passed","time":{"start":1714296856965,"stop":1714296856965,"duration":0}}]},"tags":[]},"source":"cd07cd95d07224b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"2f2a48048c12fee7","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1728fa63f849ba5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1728fa63f849ba5","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"790f1e117f48e7b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/790f1e117f48e7b0","status":"passed","time":{"start":1714492468973,"stop":1714492468974,"duration":1}}]},"tags":[]},"source":"2f2a48048c12fee7.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6cbeaa05d12d62fc.json b/6962/data/test-cases/2f375ccdfeb9ce75.json similarity index 76% rename from 6944/data/test-cases/6cbeaa05d12d62fc.json rename to 6962/data/test-cases/2f375ccdfeb9ce75.json index 34392e6e523..fa429d82271 100644 --- a/6944/data/test-cases/6cbeaa05d12d62fc.json +++ b/6962/data/test-cases/2f375ccdfeb9ce75.json @@ -1 +1 @@ -{"uid":"6cbeaa05d12d62fc","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":1714425068155,"stop":1714425068155,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"bfd1ed0c38bf1dfa","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bfd1ed0c38bf1dfa","status":"passed","time":{"start":1714415236756,"stop":1714415236757,"duration":1}},{"uid":"eb9eb48213bc364c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eb9eb48213bc364c","status":"passed","time":{"start":1714415370295,"stop":1714415370296,"duration":1}},{"uid":"5f00ecd09379571a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5f00ecd09379571a","status":"passed","time":{"start":1714407592733,"stop":1714407592734,"duration":1}},{"uid":"c67c578ef640357d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c67c578ef640357d","status":"passed","time":{"start":1714406603029,"stop":1714406603030,"duration":1}},{"uid":"f27c89c520224622","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f27c89c520224622","status":"passed","time":{"start":1714404403104,"stop":1714404403105,"duration":1}},{"uid":"55ccc45a55f9d7b7","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/55ccc45a55f9d7b7","status":"passed","time":{"start":1714404066564,"stop":1714404066564,"duration":0}},{"uid":"d3a77501edde3f78","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d3a77501edde3f78","status":"passed","time":{"start":1714403911555,"stop":1714403911556,"duration":1}},{"uid":"11bc9382f9ea3381","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/11bc9382f9ea3381","status":"passed","time":{"start":1714386356565,"stop":1714386356565,"duration":0}},{"uid":"85b9d7e3a2bd4a8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/85b9d7e3a2bd4a8","status":"passed","time":{"start":1714385421492,"stop":1714385421492,"duration":0}},{"uid":"f81b8eff23f220f3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f81b8eff23f220f3","status":"passed","time":{"start":1714384714582,"stop":1714384714583,"duration":1}},{"uid":"3a61d19c410c9be6","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3a61d19c410c9be6","status":"passed","time":{"start":1714384406000,"stop":1714384406001,"duration":1}},{"uid":"9d58749e77a9d6f7","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9d58749e77a9d6f7","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845707,"stop":1714382845708,"duration":1}},{"uid":"3ec8ebfa5a117e7e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3ec8ebfa5a117e7e","status":"passed","time":{"start":1714383192276,"stop":1714383192280,"duration":4}},{"uid":"9adcce6031d84b38","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9adcce6031d84b38","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649901,"stop":1714382649903,"duration":2}},{"uid":"a93e26d3267ac519","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a93e26d3267ac519","status":"passed","time":{"start":1714383007964,"stop":1714383007964,"duration":0}},{"uid":"e21c6a9697f222b9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e21c6a9697f222b9","status":"passed","time":{"start":1714382888226,"stop":1714382888226,"duration":0}},{"uid":"1a5f47d0bfe67d2b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1a5f47d0bfe67d2b","status":"passed","time":{"start":1714381390686,"stop":1714381390687,"duration":1}},{"uid":"81e4e9086ff7e6e8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/81e4e9086ff7e6e8","status":"passed","time":{"start":1714380173246,"stop":1714380173246,"duration":0}},{"uid":"778019d3ed38889d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/778019d3ed38889d","status":"passed","time":{"start":1714379752793,"stop":1714379752793,"duration":0}},{"uid":"7fd9fd492e646263","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7fd9fd492e646263","status":"passed","time":{"start":1714296983647,"stop":1714296983647,"duration":0}}]},"tags":[]},"source":"6cbeaa05d12d62fc.json","parameterValues":[]} \ No newline at end of file +{"uid":"2f375ccdfeb9ce75","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":1714500735370,"stop":1714500735370,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"150a0825670b6c0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/150a0825670b6c0c","status":"passed","time":{"start":1714494500295,"stop":1714494500295,"duration":0}},{"uid":"b860a50ff6748b88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b860a50ff6748b88","status":"passed","time":{"start":1714492591538,"stop":1714492591539,"duration":1}}]},"tags":[]},"source":"2f375ccdfeb9ce75.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3e335caf8ca9a497.json b/6962/data/test-cases/2fa7fc5e634ab04a.json similarity index 54% rename from 6944/data/test-cases/3e335caf8ca9a497.json rename to 6962/data/test-cases/2fa7fc5e634ab04a.json index 311a1777cd4..0a413815321 100644 --- a/6944/data/test-cases/3e335caf8ca9a497.json +++ b/6962/data/test-cases/2fa7fc5e634ab04a.json @@ -1 +1 @@ -{"uid":"3e335caf8ca9a497","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":1714425508070,"stop":1714425508070,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"acfcddc996a0e626","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/acfcddc996a0e626","status":"passed","time":{"start":1714415698745,"stop":1714415698746,"duration":1}},{"uid":"1beb12e79dd026e8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1beb12e79dd026e8","status":"passed","time":{"start":1714415803328,"stop":1714415803328,"duration":0}},{"uid":"b4c1270f3690964c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b4c1270f3690964c","status":"passed","time":{"start":1714408015505,"stop":1714408015505,"duration":0}},{"uid":"f7414c6d9634d125","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f7414c6d9634d125","status":"passed","time":{"start":1714407046986,"stop":1714407046986,"duration":0}},{"uid":"ed93dbbc45ef7725","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ed93dbbc45ef7725","status":"passed","time":{"start":1714404824581,"stop":1714404824581,"duration":0}},{"uid":"9d04cbe06477592a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9d04cbe06477592a","status":"passed","time":{"start":1714404527858,"stop":1714404527858,"duration":0}},{"uid":"91e7f611b26d27d0","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/91e7f611b26d27d0","status":"passed","time":{"start":1714404324768,"stop":1714404324768,"duration":0}},{"uid":"e182a0f726d74957","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e182a0f726d74957","status":"passed","time":{"start":1714386785720,"stop":1714386785720,"duration":0}},{"uid":"7324ce19091ae43","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7324ce19091ae43","status":"passed","time":{"start":1714385867311,"stop":1714385867312,"duration":1}},{"uid":"1e73f3a7d5f25367","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1e73f3a7d5f25367","status":"passed","time":{"start":1714385149745,"stop":1714385149745,"duration":0}},{"uid":"fa52fcce083c5c51","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/fa52fcce083c5c51","status":"passed","time":{"start":1714384840237,"stop":1714384840238,"duration":1}},{"uid":"ad0a994b29b5e498","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ad0a994b29b5e498","status":"passed","time":{"start":1714383285296,"stop":1714383285297,"duration":1}},{"uid":"28272ed12c59ca2a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/28272ed12c59ca2a","status":"passed","time":{"start":1714383626082,"stop":1714383626082,"duration":0}},{"uid":"1759f5726dac08c2","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1759f5726dac08c2","status":"passed","time":{"start":1714383079301,"stop":1714383079301,"duration":0}},{"uid":"d838096221347486","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d838096221347486","status":"passed","time":{"start":1714383435174,"stop":1714383435174,"duration":0}},{"uid":"324a9620036695f8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/324a9620036695f8","status":"passed","time":{"start":1714383315053,"stop":1714383315053,"duration":0}},{"uid":"1d0e2055275a3828","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1d0e2055275a3828","status":"passed","time":{"start":1714381822569,"stop":1714381822569,"duration":0}},{"uid":"60d82906a9fd941b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/60d82906a9fd941b","status":"passed","time":{"start":1714380607677,"stop":1714380607677,"duration":0}},{"uid":"99286ab98f50c77c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/99286ab98f50c77c","status":"passed","time":{"start":1714380183125,"stop":1714380183125,"duration":0}},{"uid":"327987ef923b3d7a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/327987ef923b3d7a","status":"passed","time":{"start":1714297423396,"stop":1714297423396,"duration":0}}]},"tags":[]},"source":"3e335caf8ca9a497.json","parameterValues":[]} \ No newline at end of file +{"uid":"2fa7fc5e634ab04a","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":1714501184623,"stop":1714501184624,"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":3,"unknown":0,"total":3},"items":[{"uid":"ac941b520870f674","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac941b520870f674","status":"passed","time":{"start":1714494914008,"stop":1714494914009,"duration":1}},{"uid":"30168380c0582d2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30168380c0582d2","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"tags":[]},"source":"2fa7fc5e634ab04a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/fa84e5b9ccae7866.json b/6962/data/test-cases/2faf99ea3a794699.json similarity index 53% rename from 6944/data/test-cases/fa84e5b9ccae7866.json rename to 6962/data/test-cases/2faf99ea3a794699.json index 421ed16cb2d..50eb03809bc 100644 --- a/6944/data/test-cases/fa84e5b9ccae7866.json +++ b/6962/data/test-cases/2faf99ea3a794699.json @@ -1 +1 @@ -{"uid":"fa84e5b9ccae7866","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":1714425467287,"stop":1714425467288,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"6c3280f797f8c33","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6c3280f797f8c33","status":"passed","time":{"start":1714415652337,"stop":1714415652338,"duration":1}},{"uid":"5cdb64b2edd26e2b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5cdb64b2edd26e2b","status":"passed","time":{"start":1714415786952,"stop":1714415786953,"duration":1}},{"uid":"2d209a39904861dc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2d209a39904861dc","status":"passed","time":{"start":1714407994019,"stop":1714407994019,"duration":0}},{"uid":"e74385817e37fb1b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e74385817e37fb1b","status":"passed","time":{"start":1714407017330,"stop":1714407017330,"duration":0}},{"uid":"3bf70b66bdfdccd3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3bf70b66bdfdccd3","status":"passed","time":{"start":1714404801240,"stop":1714404801240,"duration":0}},{"uid":"9554255f6f876236","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9554255f6f876236","status":"passed","time":{"start":1714404505827,"stop":1714404505828,"duration":1}},{"uid":"4cb74177ad42c2c5","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4cb74177ad42c2c5","status":"passed","time":{"start":1714404295595,"stop":1714404295595,"duration":0}},{"uid":"2fb3448e1895cb8f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2fb3448e1895cb8f","status":"passed","time":{"start":1714386757394,"stop":1714386757395,"duration":1}},{"uid":"657cf0b329838e5f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/657cf0b329838e5f","status":"passed","time":{"start":1714385842026,"stop":1714385842027,"duration":1}},{"uid":"b6ac3dc6b2b2d3ee","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b6ac3dc6b2b2d3ee","status":"passed","time":{"start":1714385129147,"stop":1714385129148,"duration":1}},{"uid":"c9f909e66f8dab26","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c9f909e66f8dab26","status":"passed","time":{"start":1714384817439,"stop":1714384817440,"duration":1}},{"uid":"6768a18da27661f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6768a18da27661f","status":"passed","time":{"start":1714383233342,"stop":1714383233343,"duration":1}},{"uid":"f375b5560e8533e0","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f375b5560e8533e0","status":"passed","time":{"start":1714383604179,"stop":1714383604179,"duration":0}},{"uid":"857d335f3251996f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/857d335f3251996f","status":"passed","time":{"start":1714383018128,"stop":1714383018128,"duration":0}},{"uid":"9ad4a962cf42e619","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9ad4a962cf42e619","status":"passed","time":{"start":1714383394543,"stop":1714383394543,"duration":0}},{"uid":"db86255d142e627c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/db86255d142e627c","status":"passed","time":{"start":1714383287553,"stop":1714383287554,"duration":1}},{"uid":"93e8223869a5fc6c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/93e8223869a5fc6c","status":"passed","time":{"start":1714381790762,"stop":1714381790763,"duration":1}},{"uid":"81d8e459f2693f0a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/81d8e459f2693f0a","status":"passed","time":{"start":1714380581894,"stop":1714380581894,"duration":0}},{"uid":"c308e242dbfb2aea","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c308e242dbfb2aea","status":"passed","time":{"start":1714380152675,"stop":1714380152675,"duration":0}},{"uid":"d747bbd37f50958e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d747bbd37f50958e","status":"passed","time":{"start":1714297399681,"stop":1714297399682,"duration":1}}]},"tags":[]},"source":"fa84e5b9ccae7866.json","parameterValues":[]} \ No newline at end of file +{"uid":"2faf99ea3a794699","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":1714501153790,"stop":1714501153791,"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":3,"unknown":0,"total":3},"items":[{"uid":"fa8508878e861c28","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa8508878e861c28","status":"passed","time":{"start":1714494896481,"stop":1714494896481,"duration":0}},{"uid":"3ff889065cd73900","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3ff889065cd73900","status":"passed","time":{"start":1714492987118,"stop":1714492987119,"duration":1}}]},"tags":[]},"source":"2faf99ea3a794699.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/56bf9e3ff1c555ea.json b/6962/data/test-cases/2fc0c83f2a3aec26.json similarity index 78% rename from 6944/data/test-cases/56bf9e3ff1c555ea.json rename to 6962/data/test-cases/2fc0c83f2a3aec26.json index fe8e579614f..0a887356ab8 100644 --- a/6944/data/test-cases/56bf9e3ff1c555ea.json +++ b/6962/data/test-cases/2fc0c83f2a3aec26.json @@ -1 +1 @@ -{"uid":"56bf9e3ff1c555ea","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":1714425137468,"stop":1714425137470,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"62abcae7effd6edc","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/62abcae7effd6edc","status":"passed","time":{"start":1714415306382,"stop":1714415306382,"duration":0}},{"uid":"4750c14e5f9800df","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4750c14e5f9800df","status":"passed","time":{"start":1714415441036,"stop":1714415441036,"duration":0}},{"uid":"9129bc80bfda8f05","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9129bc80bfda8f05","status":"passed","time":{"start":1714407661425,"stop":1714407661425,"duration":0}},{"uid":"32c8a6e6943fb600","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/32c8a6e6943fb600","status":"passed","time":{"start":1714406688874,"stop":1714406688875,"duration":1}},{"uid":"e0fc070993c11fa1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e0fc070993c11fa1","status":"passed","time":{"start":1714404480638,"stop":1714404480648,"duration":10}},{"uid":"76779b8f98a84386","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/76779b8f98a84386","status":"passed","time":{"start":1714404187331,"stop":1714404187331,"duration":0}},{"uid":"4b9b1e7ec6a5d46b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4b9b1e7ec6a5d46b","status":"passed","time":{"start":1714403975130,"stop":1714403975130,"duration":0}},{"uid":"2d8c160f1dddeb94","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2d8c160f1dddeb94","status":"passed","time":{"start":1714386442467,"stop":1714386442467,"duration":0}},{"uid":"5d743db19cfc0720","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5d743db19cfc0720","status":"passed","time":{"start":1714385503997,"stop":1714385503997,"duration":0}},{"uid":"85bc642c0c246c08","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/85bc642c0c246c08","status":"passed","time":{"start":1714384798847,"stop":1714384798848,"duration":1}},{"uid":"7047895c02b122dd","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7047895c02b122dd","status":"passed","time":{"start":1714384484769,"stop":1714384484770,"duration":1}},{"uid":"cff5cee6cc2ac108","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/cff5cee6cc2ac108","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939625,"stop":1714382939625,"duration":0}},{"uid":"e174ad921b0a01bc","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e174ad921b0a01bc","status":"passed","time":{"start":1714383271372,"stop":1714383271372,"duration":0}},{"uid":"a9e13295190a33bb","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a9e13295190a33bb","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742256,"stop":1714382742256,"duration":0}},{"uid":"847a91f2419c539","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/847a91f2419c539","status":"passed","time":{"start":1714383085712,"stop":1714383085712,"duration":0}},{"uid":"837e65c5ca96b9c7","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/837e65c5ca96b9c7","status":"passed","time":{"start":1714382957859,"stop":1714382957859,"duration":0}},{"uid":"268ffc81a97cd885","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/268ffc81a97cd885","status":"passed","time":{"start":1714381467348,"stop":1714381467348,"duration":0}},{"uid":"744d510482495452","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/744d510482495452","status":"passed","time":{"start":1714380262880,"stop":1714380262880,"duration":0}},{"uid":"d64763cc7bf2f76","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d64763cc7bf2f76","status":"passed","time":{"start":1714379832149,"stop":1714379832150,"duration":1}},{"uid":"7b5533a73d0d1b17","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7b5533a73d0d1b17","status":"passed","time":{"start":1714297053936,"stop":1714297053936,"duration":0}}]},"tags":[]},"source":"56bf9e3ff1c555ea.json","parameterValues":[]} \ No newline at end of file +{"uid":"2fc0c83f2a3aec26","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":1714500823189,"stop":1714500823190,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4452214b332940a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b4452214b332940a","status":"passed","time":{"start":1714494571269,"stop":1714494571269,"duration":0}},{"uid":"f4b7605e542bad07","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f4b7605e542bad07","status":"passed","time":{"start":1714492678668,"stop":1714492678669,"duration":1}}]},"tags":[]},"source":"2fc0c83f2a3aec26.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/675d2e01d648af7a.json b/6962/data/test-cases/302fb2e9af6bf426.json similarity index 74% rename from 6944/data/test-cases/675d2e01d648af7a.json rename to 6962/data/test-cases/302fb2e9af6bf426.json index 4c261856ace..addbf4c257f 100644 --- a/6944/data/test-cases/675d2e01d648af7a.json +++ b/6962/data/test-cases/302fb2e9af6bf426.json @@ -1 +1 @@ -{"uid":"675d2e01d648af7a","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":1714425349876,"stop":1714425349877,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"dc33f29845946927","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dc33f29845946927","status":"passed","time":{"start":1714415539975,"stop":1714415539976,"duration":1}},{"uid":"da0684ca6f06d236","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/da0684ca6f06d236","status":"passed","time":{"start":1714415671314,"stop":1714415671315,"duration":1}},{"uid":"1f32ae79814dcaf3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1f32ae79814dcaf3","status":"passed","time":{"start":1714407878079,"stop":1714407878079,"duration":0}},{"uid":"f26d2c337b458598","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f26d2c337b458598","status":"passed","time":{"start":1714406907374,"stop":1714406907375,"duration":1}},{"uid":"1b15ce8e1671b030","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1b15ce8e1671b030","status":"passed","time":{"start":1714404685456,"stop":1714404685457,"duration":1}},{"uid":"18a0e818cbbc533c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/18a0e818cbbc533c","status":"passed","time":{"start":1714404398003,"stop":1714404398003,"duration":0}},{"uid":"a03caaf293b3a6b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a03caaf293b3a6b","status":"passed","time":{"start":1714404193472,"stop":1714404193472,"duration":0}},{"uid":"adc3a4a7c37ae3d0","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/adc3a4a7c37ae3d0","status":"passed","time":{"start":1714386646793,"stop":1714386646793,"duration":0}},{"uid":"c9cac13ad40b01d1","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c9cac13ad40b01d1","status":"passed","time":{"start":1714385711031,"stop":1714385711032,"duration":1}},{"uid":"605302d16add38c9","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/605302d16add38c9","status":"passed","time":{"start":1714385006975,"stop":1714385006975,"duration":0}},{"uid":"1016114a4d6167ca","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/1016114a4d6167ca","status":"passed","time":{"start":1714384687417,"stop":1714384687417,"duration":0}},{"uid":"158d464feb66b092","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/158d464feb66b092","status":"passed","time":{"start":1714383085784,"stop":1714383085784,"duration":0}},{"uid":"347b9544c6174e80","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/347b9544c6174e80","status":"passed","time":{"start":1714383482551,"stop":1714383482551,"duration":0}},{"uid":"7699c94a53e7352a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/7699c94a53e7352a","status":"passed","time":{"start":1714382879524,"stop":1714382879525,"duration":1}},{"uid":"b88281e0c66fb50f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b88281e0c66fb50f","status":"passed","time":{"start":1714383290172,"stop":1714383290173,"duration":1}},{"uid":"38fa508b35ec119d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/38fa508b35ec119d","status":"passed","time":{"start":1714383178718,"stop":1714383178719,"duration":1}},{"uid":"aca1bf09125cc07a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/aca1bf09125cc07a","status":"passed","time":{"start":1714381680873,"stop":1714381680873,"duration":0}},{"uid":"74acc31abe711169","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/74acc31abe711169","status":"passed","time":{"start":1714380462784,"stop":1714380462784,"duration":0}},{"uid":"611636cfe3181ccf","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/611636cfe3181ccf","status":"passed","time":{"start":1714380037749,"stop":1714380037749,"duration":0}},{"uid":"dc1b9a5fb6b398f8","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/dc1b9a5fb6b398f8","status":"passed","time":{"start":1714297267381,"stop":1714297267381,"duration":0}}]},"tags":[]},"source":"675d2e01d648af7a.json","parameterValues":[]} \ No newline at end of file +{"uid":"302fb2e9af6bf426","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":1714501039479,"stop":1714501039479,"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":3,"unknown":0,"total":3},"items":[{"uid":"763bae8df6c3007c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/763bae8df6c3007c","status":"passed","time":{"start":1714494791240,"stop":1714494791241,"duration":1}},{"uid":"3e868cd86a36e853","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e868cd86a36e853","status":"passed","time":{"start":1714492870704,"stop":1714492870705,"duration":1}}]},"tags":[]},"source":"302fb2e9af6bf426.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/312c06e44afccc8a.json b/6962/data/test-cases/312c06e44afccc8a.json new file mode 100644 index 00000000000..4b2c2e85746 --- /dev/null +++ b/6962/data/test-cases/312c06e44afccc8a.json @@ -0,0 +1 @@ +{"uid":"312c06e44afccc8a","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":1714500844874,"stop":1714500844875,"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":3,"unknown":0,"total":3},"items":[{"uid":"f3831f3056cefc66","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f3831f3056cefc66","status":"passed","time":{"start":1714494594465,"stop":1714494594466,"duration":1}},{"uid":"d83652f5eb002319","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d83652f5eb002319","status":"passed","time":{"start":1714492694599,"stop":1714492694599,"duration":0}}]},"tags":[]},"source":"312c06e44afccc8a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/313ae8ba8a855aa2.json b/6962/data/test-cases/313ae8ba8a855aa2.json new file mode 100644 index 00000000000..efc97d64a03 --- /dev/null +++ b/6962/data/test-cases/313ae8ba8a855aa2.json @@ -0,0 +1 @@ +{"uid":"313ae8ba8a855aa2","name":"should convert content topics to PubsubTopics for autosharding","fullName":"/src/common/sharding.spec.ts: shardInfoToPubsubTopics > should convert content topics to PubsubTopics for autosharding","historyId":"f0c51413d9dd73a9f8d4ca2153e389be:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525339,"stop":1714500525339,"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":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24ff83e58cd23e13","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24ff83e58cd23e13","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"d756a4ca71c82da0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d756a4ca71c82da0","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"tags":[]},"source":"313ae8ba8a855aa2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/e9472e677e120741.json b/6962/data/test-cases/314a43bc3b6dd6b2.json similarity index 76% rename from 6944/data/test-cases/e9472e677e120741.json rename to 6962/data/test-cases/314a43bc3b6dd6b2.json index e1684760ecc..45398b61456 100644 --- a/6944/data/test-cases/e9472e677e120741.json +++ b/6962/data/test-cases/314a43bc3b6dd6b2.json @@ -1 +1 @@ -{"uid":"e9472e677e120741","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":1714425068157,"stop":1714425068157,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"652dab749f0b5227","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/652dab749f0b5227","status":"passed","time":{"start":1714415236760,"stop":1714415236760,"duration":0}},{"uid":"43aa6571ffc4e978","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/43aa6571ffc4e978","status":"passed","time":{"start":1714415370297,"stop":1714415370298,"duration":1}},{"uid":"844ff8f32ecc1d7e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/844ff8f32ecc1d7e","status":"passed","time":{"start":1714407592735,"stop":1714407592735,"duration":0}},{"uid":"70bf3beebbbc5cc5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/70bf3beebbbc5cc5","status":"passed","time":{"start":1714406603031,"stop":1714406603031,"duration":0}},{"uid":"49c564f62e4ef992","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/49c564f62e4ef992","status":"passed","time":{"start":1714404403108,"stop":1714404403109,"duration":1}},{"uid":"795efe3e9ebbf0e6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/795efe3e9ebbf0e6","status":"passed","time":{"start":1714404066566,"stop":1714404066567,"duration":1}},{"uid":"78014c08fb8f2183","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/78014c08fb8f2183","status":"passed","time":{"start":1714403911557,"stop":1714403911558,"duration":1}},{"uid":"bfdd46eba7e9b0cc","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/bfdd46eba7e9b0cc","status":"passed","time":{"start":1714386356566,"stop":1714386356567,"duration":1}},{"uid":"ae04350d31618fd5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ae04350d31618fd5","status":"passed","time":{"start":1714385421494,"stop":1714385421495,"duration":1}},{"uid":"91284a9972a14b3f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/91284a9972a14b3f","status":"passed","time":{"start":1714384714584,"stop":1714384714584,"duration":0}},{"uid":"464e2f723dfab860","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/464e2f723dfab860","status":"passed","time":{"start":1714384406002,"stop":1714384406002,"duration":0}},{"uid":"b0206ae1ef710525","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b0206ae1ef710525","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845714,"stop":1714382845714,"duration":0}},{"uid":"c149513b408f51f0","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c149513b408f51f0","status":"passed","time":{"start":1714383192282,"stop":1714383192282,"duration":0}},{"uid":"47adc20f2ce568c5","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/47adc20f2ce568c5","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649920,"stop":1714382649920,"duration":0}},{"uid":"9349552a4866945","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9349552a4866945","status":"passed","time":{"start":1714383007966,"stop":1714383007966,"duration":0}},{"uid":"a8451916f7402729","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a8451916f7402729","status":"passed","time":{"start":1714382888227,"stop":1714382888227,"duration":0}},{"uid":"7910566341b0e2dd","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7910566341b0e2dd","status":"passed","time":{"start":1714381390694,"stop":1714381390695,"duration":1}},{"uid":"7c4706f41302ba29","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7c4706f41302ba29","status":"passed","time":{"start":1714380173251,"stop":1714380173251,"duration":0}},{"uid":"9e7a4e4ec05f5f74","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9e7a4e4ec05f5f74","status":"passed","time":{"start":1714379752798,"stop":1714379752799,"duration":1}},{"uid":"869f9b50735bf759","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/869f9b50735bf759","status":"passed","time":{"start":1714296983648,"stop":1714296983648,"duration":0}}]},"tags":[]},"source":"e9472e677e120741.json","parameterValues":[]} \ No newline at end of file +{"uid":"314a43bc3b6dd6b2","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":1714500735372,"stop":1714500735372,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f58aa4274d2dd059","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f58aa4274d2dd059","status":"passed","time":{"start":1714494500298,"stop":1714494500298,"duration":0}},{"uid":"d76f205e2dfdafa9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d76f205e2dfdafa9","status":"passed","time":{"start":1714492591540,"stop":1714492591540,"duration":0}}]},"tags":[]},"source":"314a43bc3b6dd6b2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5722420a7324786e.json b/6962/data/test-cases/314c9793b428021b.json similarity index 78% rename from 6944/data/test-cases/5722420a7324786e.json rename to 6962/data/test-cases/314c9793b428021b.json index ae0e308f201..2f06400b438 100644 --- a/6944/data/test-cases/5722420a7324786e.json +++ b/6962/data/test-cases/314c9793b428021b.json @@ -1 +1 @@ -{"uid":"5722420a7324786e","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":1714425369968,"stop":1714425369968,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"9b8360f6081ae1d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9b8360f6081ae1d","status":"passed","time":{"start":1714415516382,"stop":1714415516382,"duration":0}},{"uid":"2a78b2d775f33029","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2a78b2d775f33029","status":"passed","time":{"start":1714415679034,"stop":1714415679034,"duration":0}},{"uid":"ded7e9667d1f2eb5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ded7e9667d1f2eb5","status":"passed","time":{"start":1714407884331,"stop":1714407884331,"duration":0}},{"uid":"c25c187ed090c2c4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c25c187ed090c2c4","status":"passed","time":{"start":1714406914329,"stop":1714406914329,"duration":0}},{"uid":"c80c8fadb00e4ae2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c80c8fadb00e4ae2","status":"passed","time":{"start":1714404690120,"stop":1714404690120,"duration":0}},{"uid":"6ffe28de4ca17f3f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6ffe28de4ca17f3f","status":"passed","time":{"start":1714404379790,"stop":1714404379790,"duration":0}},{"uid":"ece825eba2b02419","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ece825eba2b02419","status":"passed","time":{"start":1714404194552,"stop":1714404194552,"duration":0}},{"uid":"2b0aa8a5319d7bc0","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2b0aa8a5319d7bc0","status":"passed","time":{"start":1714386653740,"stop":1714386653740,"duration":0}},{"uid":"79012f31eef60028","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/79012f31eef60028","status":"passed","time":{"start":1714385733959,"stop":1714385733959,"duration":0}},{"uid":"da64c450354583e4","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/da64c450354583e4","status":"passed","time":{"start":1714385024713,"stop":1714385024713,"duration":0}},{"uid":"8dff5117a8157ec2","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8dff5117a8157ec2","status":"passed","time":{"start":1714384714558,"stop":1714384714559,"duration":1}},{"uid":"96056f3c98ed0027","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/96056f3c98ed0027","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067762,"stop":1714384067762,"duration":0}},{"uid":"1cf45de8d8d4c089","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1cf45de8d8d4c089","status":"passed","time":{"start":1714383490753,"stop":1714383490753,"duration":0}},{"uid":"ea2101f021b38a71","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ea2101f021b38a71","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840455,"stop":1714383840455,"duration":0}},{"uid":"b1305c59e37f3ce","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b1305c59e37f3ce","status":"passed","time":{"start":1714383300573,"stop":1714383300575,"duration":2}},{"uid":"fcb6f6eb4d8212","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fcb6f6eb4d8212","status":"passed","time":{"start":1714383176780,"stop":1714383176780,"duration":0}},{"uid":"16ac65ab9451ef9f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/16ac65ab9451ef9f","status":"passed","time":{"start":1714381688743,"stop":1714381688743,"duration":0}},{"uid":"84f980bc577a7faa","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/84f980bc577a7faa","status":"passed","time":{"start":1714380481155,"stop":1714380481155,"duration":0}},{"uid":"b2373ca8326df853","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b2373ca8326df853","status":"passed","time":{"start":1714380049536,"stop":1714380049536,"duration":0}},{"uid":"e90f15b90a9e9306","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e90f15b90a9e9306","status":"passed","time":{"start":1714297302895,"stop":1714297302895,"duration":0}}]},"tags":[]},"source":"5722420a7324786e.json","parameterValues":[]} \ No newline at end of file +{"uid":"314c9793b428021b","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":1714501050453,"stop":1714501050454,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7c4b9e52c6f496da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7c4b9e52c6f496da","status":"passed","time":{"start":1714494785914,"stop":1714494785914,"duration":0}},{"uid":"d1a75725bb530c3d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d1a75725bb530c3d","status":"passed","time":{"start":1714492898569,"stop":1714492898570,"duration":1}}]},"tags":[]},"source":"314c9793b428021b.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/27a74daf29485a92.json b/6962/data/test-cases/318e082b140390cc.json similarity index 52% rename from 6944/data/test-cases/27a74daf29485a92.json rename to 6962/data/test-cases/318e082b140390cc.json index 88ee1e5dad5..2dc7a5fca0d 100644 --- a/6944/data/test-cases/27a74daf29485a92.json +++ b/6962/data/test-cases/318e082b140390cc.json @@ -1 +1 @@ -{"uid":"27a74daf29485a92","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":1714424912035,"stop":1714424912036,"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":74,"unknown":0,"total":74},"items":[{"uid":"4c180447e6faccf2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4c180447e6faccf2","status":"passed","time":{"start":1714415063937,"stop":1714415063938,"duration":1}},{"uid":"a5c20508f53e51e1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a5c20508f53e51e1","status":"passed","time":{"start":1714415219586,"stop":1714415219586,"duration":0}},{"uid":"3c14898ac93a2d0d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3c14898ac93a2d0d","status":"passed","time":{"start":1714407435780,"stop":1714407435781,"duration":1}},{"uid":"b32ed7be4d2f20c9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b32ed7be4d2f20c9","status":"passed","time":{"start":1714406451896,"stop":1714406451896,"duration":0}},{"uid":"71699680e6a66c5f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/71699680e6a66c5f","status":"passed","time":{"start":1714404244899,"stop":1714404244899,"duration":0}},{"uid":"ff21628c022b01de","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ff21628c022b01de","status":"passed","time":{"start":1714403892808,"stop":1714403892808,"duration":0}},{"uid":"87c108f42e7c8e78","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/87c108f42e7c8e78","status":"passed","time":{"start":1714403738977,"stop":1714403738978,"duration":1}},{"uid":"b9db80a808b72552","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b9db80a808b72552","status":"passed","time":{"start":1714386207177,"stop":1714386207179,"duration":2}},{"uid":"38a192e56433b927","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/38a192e56433b927","status":"passed","time":{"start":1714385272429,"stop":1714385272444,"duration":15}},{"uid":"bc217d2de1736a6b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/bc217d2de1736a6b","status":"passed","time":{"start":1714384564286,"stop":1714384564287,"duration":1}},{"uid":"cc6e7b23309d6710","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/cc6e7b23309d6710","status":"passed","time":{"start":1714384255548,"stop":1714384255548,"duration":0}},{"uid":"80dd8821aefc2f3a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/80dd8821aefc2f3a","status":"passed","time":{"start":1714382058397,"stop":1714382058397,"duration":0}},{"uid":"5e6fadc77aed5350","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/5e6fadc77aed5350","status":"passed","time":{"start":1714383034759,"stop":1714383034759,"duration":0}},{"uid":"6b15f64692bb2406","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6b15f64692bb2406","status":"passed","time":{"start":1714381871132,"stop":1714381871132,"duration":0}},{"uid":"265acc949852126c","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/265acc949852126c","status":"passed","time":{"start":1714382857137,"stop":1714382857137,"duration":0}},{"uid":"6891b5eebd236f3d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/6891b5eebd236f3d","status":"passed","time":{"start":1714382736021,"stop":1714382736029,"duration":8}},{"uid":"95a0290b3dbfc6d2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/95a0290b3dbfc6d2","status":"passed","time":{"start":1714381242739,"stop":1714381242740,"duration":1}},{"uid":"1f5b5e2cba388dd3","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/1f5b5e2cba388dd3","status":"passed","time":{"start":1714380027087,"stop":1714380027088,"duration":1}},{"uid":"c635c10eb1e4f69b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c635c10eb1e4f69b","status":"passed","time":{"start":1714379595592,"stop":1714379595592,"duration":0}},{"uid":"e028697b11042aff","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e028697b11042aff","status":"passed","time":{"start":1714296831842,"stop":1714296831843,"duration":1}}]},"tags":[]},"source":"27a74daf29485a92.json","parameterValues":[]} \ No newline at end of file +{"uid":"318e082b140390cc","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":1714500590509,"stop":1714500590510,"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":3,"unknown":0,"total":3},"items":[{"uid":"fcaa9c1f7ffab50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fcaa9c1f7ffab50","status":"passed","time":{"start":1714494351411,"stop":1714494351411,"duration":0}},{"uid":"99805d165c005aa9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/99805d165c005aa9","status":"passed","time":{"start":1714492441817,"stop":1714492441817,"duration":0}}]},"tags":[]},"source":"318e082b140390cc.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6051b927f8982ff2.json b/6962/data/test-cases/31a3b4ceb0c07786.json similarity index 79% rename from 6944/data/test-cases/6051b927f8982ff2.json rename to 6962/data/test-cases/31a3b4ceb0c07786.json index 7b5394f0515..8ce9cfe35cd 100644 --- a/6944/data/test-cases/6051b927f8982ff2.json +++ b/6962/data/test-cases/31a3b4ceb0c07786.json @@ -1 +1 @@ -{"uid":"6051b927f8982ff2","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":1714425534894,"stop":1714425534895,"duration":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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"7d12af1b45d6a2d3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7d12af1b45d6a2d3","status":"passed","time":{"start":1714415702295,"stop":1714415702295,"duration":0}},{"uid":"79cf6dbcf7ee2956","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/79cf6dbcf7ee2956","status":"passed","time":{"start":1714415850502,"stop":1714415850503,"duration":1}},{"uid":"d3c476daa56557f5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d3c476daa56557f5","status":"passed","time":{"start":1714408049952,"stop":1714408049952,"duration":0}},{"uid":"86706fd2d5ed8293","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/86706fd2d5ed8293","status":"passed","time":{"start":1714407080675,"stop":1714407080675,"duration":0}},{"uid":"747a0682079438da","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/747a0682079438da","status":"passed","time":{"start":1714404860592,"stop":1714404860593,"duration":1}},{"uid":"10a55b8cac772a3f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/10a55b8cac772a3f","status":"passed","time":{"start":1714404585205,"stop":1714404585205,"duration":0}},{"uid":"f70d80c2fbe4bda8","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f70d80c2fbe4bda8","status":"passed","time":{"start":1714404366313,"stop":1714404366314,"duration":1}},{"uid":"b07b5ae1cba0ca99","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b07b5ae1cba0ca99","status":"passed","time":{"start":1714386825532,"stop":1714386825532,"duration":0}},{"uid":"ed7e574fdd920b43","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ed7e574fdd920b43","status":"passed","time":{"start":1714385893742,"stop":1714385893742,"duration":0}},{"uid":"eb23a8d3c4260d66","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/eb23a8d3c4260d66","status":"passed","time":{"start":1714385188018,"stop":1714385188018,"duration":0}},{"uid":"b00155a3fe2510ea","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b00155a3fe2510ea","status":"passed","time":{"start":1714384869917,"stop":1714384869918,"duration":1}},{"uid":"6aea51a9427b1a59","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6aea51a9427b1a59","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237148,"stop":1714384237148,"duration":0}},{"uid":"246992a0eef02655","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/246992a0eef02655","status":"passed","time":{"start":1714383661928,"stop":1714383661928,"duration":0}},{"uid":"4235489a4ff74b02","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4235489a4ff74b02","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018822,"stop":1714384018822,"duration":0}},{"uid":"875b939f82434db2","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/875b939f82434db2","status":"passed","time":{"start":1714383474186,"stop":1714383474186,"duration":0}},{"uid":"7034e5d70e30ed77","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7034e5d70e30ed77","status":"passed","time":{"start":1714383351257,"stop":1714383351257,"duration":0}},{"uid":"e6cb8c2a63565f35","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e6cb8c2a63565f35","status":"passed","time":{"start":1714381860520,"stop":1714381860520,"duration":0}},{"uid":"ef1d3825b2efe90c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ef1d3825b2efe90c","status":"passed","time":{"start":1714380649667,"stop":1714380649667,"duration":0}},{"uid":"dd971b03a931f9f2","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/dd971b03a931f9f2","status":"passed","time":{"start":1714380216166,"stop":1714380216166,"duration":0}},{"uid":"b256a9bf0a8cfa9f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b256a9bf0a8cfa9f","status":"passed","time":{"start":1714297452335,"stop":1714297452335,"duration":0}}]},"tags":[]},"source":"6051b927f8982ff2.json","parameterValues":[]} \ No newline at end of file +{"uid":"31a3b4ceb0c07786","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":1714501220695,"stop":1714501220695,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"8a6da2a671baeb3b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8a6da2a671baeb3b","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"50a623cc7f180408","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50a623cc7f180408","status":"passed","time":{"start":1714493052143,"stop":1714493052143,"duration":0}}]},"tags":[]},"source":"31a3b4ceb0c07786.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4b5e4efcf4bf6b99.json b/6962/data/test-cases/31c868bfb96a0e69.json similarity index 77% rename from 6944/data/test-cases/4b5e4efcf4bf6b99.json rename to 6962/data/test-cases/31c868bfb96a0e69.json index f896dc18342..e2be7b5c3f6 100644 --- a/6944/data/test-cases/4b5e4efcf4bf6b99.json +++ b/6962/data/test-cases/31c868bfb96a0e69.json @@ -1 +1 @@ -{"uid":"4b5e4efcf4bf6b99","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":1714425369950,"stop":1714425369950,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"b334aa3a27c95481","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b334aa3a27c95481","status":"passed","time":{"start":1714415516370,"stop":1714415516370,"duration":0}},{"uid":"d087cbd255df995d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d087cbd255df995d","status":"passed","time":{"start":1714415679024,"stop":1714415679025,"duration":1}},{"uid":"9896f806e31d6a07","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9896f806e31d6a07","status":"passed","time":{"start":1714407884319,"stop":1714407884319,"duration":0}},{"uid":"da26ead7cef388c8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/da26ead7cef388c8","status":"passed","time":{"start":1714406914280,"stop":1714406914280,"duration":0}},{"uid":"17fc252ce257a180","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/17fc252ce257a180","status":"passed","time":{"start":1714404690104,"stop":1714404690104,"duration":0}},{"uid":"934cedf4760add8e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/934cedf4760add8e","status":"passed","time":{"start":1714404379772,"stop":1714404379773,"duration":1}},{"uid":"df52cdc28e95e746","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/df52cdc28e95e746","status":"passed","time":{"start":1714404194538,"stop":1714404194539,"duration":1}},{"uid":"e379ea518775c2e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e379ea518775c2e","status":"passed","time":{"start":1714386653721,"stop":1714386653721,"duration":0}},{"uid":"162c16da9ab6932","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/162c16da9ab6932","status":"passed","time":{"start":1714385733946,"stop":1714385733947,"duration":1}},{"uid":"60fb597144650634","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/60fb597144650634","status":"passed","time":{"start":1714385024697,"stop":1714385024698,"duration":1}},{"uid":"4effd97b7b58808d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4effd97b7b58808d","status":"passed","time":{"start":1714384714544,"stop":1714384714545,"duration":1}},{"uid":"a1276b0be2cc7718","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a1276b0be2cc7718","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067722,"stop":1714384067723,"duration":1}},{"uid":"a5a4052719f42d75","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a5a4052719f42d75","status":"passed","time":{"start":1714383490730,"stop":1714383490730,"duration":0}},{"uid":"ec1f1986040add7f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ec1f1986040add7f","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840421,"stop":1714383840421,"duration":0}},{"uid":"2aee645f7facc278","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/2aee645f7facc278","status":"passed","time":{"start":1714383300546,"stop":1714383300546,"duration":0}},{"uid":"ca3be90d6676ef8f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ca3be90d6676ef8f","status":"passed","time":{"start":1714383176768,"stop":1714383176768,"duration":0}},{"uid":"b11ad037f877d9a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b11ad037f877d9a","status":"passed","time":{"start":1714381688733,"stop":1714381688733,"duration":0}},{"uid":"c6802b6b6e746af4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c6802b6b6e746af4","status":"passed","time":{"start":1714380481137,"stop":1714380481138,"duration":1}},{"uid":"c8619df3fd1e589f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c8619df3fd1e589f","status":"passed","time":{"start":1714380049522,"stop":1714380049522,"duration":0}},{"uid":"e536bdc4772712bc","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e536bdc4772712bc","status":"passed","time":{"start":1714297302879,"stop":1714297302879,"duration":0}}]},"tags":[]},"source":"4b5e4efcf4bf6b99.json","parameterValues":[]} \ No newline at end of file +{"uid":"31c868bfb96a0e69","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":1714501050437,"stop":1714501050438,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e0039b47a016d89","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e0039b47a016d89","status":"passed","time":{"start":1714494785903,"stop":1714494785903,"duration":0}},{"uid":"f04360506cda9f5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f04360506cda9f5","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"tags":[]},"source":"31c868bfb96a0e69.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/32077e07ffd4fb28.json b/6962/data/test-cases/32077e07ffd4fb28.json new file mode 100644 index 00000000000..a390b36026a --- /dev/null +++ b/6962/data/test-cases/32077e07ffd4fb28.json @@ -0,0 +1 @@ +{"uid":"32077e07ffd4fb28","name":"Nwaku publishes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Nwaku publishes","historyId":"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"46d509d99c1eb955","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46d509d99c1eb955","status":"passed","time":{"start":1714494764687,"stop":1714494764687,"duration":0}},{"uid":"fa71f22729675a14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa71f22729675a14","status":"passed","time":{"start":1714492842571,"stop":1714492842571,"duration":0}}]},"tags":[]},"source":"32077e07ffd4fb28.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/327768c61075ae3b.json b/6962/data/test-cases/327768c61075ae3b.json new file mode 100644 index 00000000000..1173b4b593f --- /dev/null +++ b/6962/data/test-cases/327768c61075ae3b.json @@ -0,0 +1 @@ +{"uid":"327768c61075ae3b","name":"should map different content topics to different pubsub topics based on shard index","fullName":"/src/common/sharding.spec.ts: contentTopicToPubsubTopic > should map different content topics to different pubsub topics based on shard index","historyId":"73f2782b5ab4ec6e3d7f09d00ee782a3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525357,"stop":1714500525358,"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":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1a47d6b9aef063d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1a47d6b9aef063d","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"4553f0771ce04923","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4553f0771ce04923","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"tags":[]},"source":"327768c61075ae3b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/328857f35cc61b49.json b/6962/data/test-cases/328857f35cc61b49.json new file mode 100644 index 00000000000..3ffb0863f60 --- /dev/null +++ b/6962/data/test-cases/328857f35cc61b49.json @@ -0,0 +1 @@ +{"uid":"328857f35cc61b49","name":"nwaku subscribes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > nwaku subscribes","historyId":"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501008011,"stop":1714501008012,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c8561c08b1737c2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8561c08b1737c2","status":"passed","time":{"start":1714494764686,"stop":1714494764686,"duration":0}},{"uid":"29a6a9ac8de99bac","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/29a6a9ac8de99bac","status":"passed","time":{"start":1714492842569,"stop":1714492842570,"duration":1}}]},"tags":[]},"source":"328857f35cc61b49.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/33194d523a108d45.json b/6962/data/test-cases/33194d523a108d45.json new file mode 100644 index 00000000000..635c96638ce --- /dev/null +++ b/6962/data/test-cases/33194d523a108d45.json @@ -0,0 +1 @@ +{"uid":"33194d523a108d45","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":1714501036174,"stop":1714501036174,"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":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"ecf81556ed8eec85","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ecf81556ed8eec85","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494788150,"stop":1714494788150,"duration":0}},{"uid":"e339eb73ac44884","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e339eb73ac44884","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860436,"stop":1714492860437,"duration":1}}]},"tags":[]},"source":"33194d523a108d45.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/33273405b1f04d1a.json b/6962/data/test-cases/33273405b1f04d1a.json new file mode 100644 index 00000000000..4cffbbdf043 --- /dev/null +++ b/6962/data/test-cases/33273405b1f04d1a.json @@ -0,0 +1 @@ +{"uid":"33273405b1f04d1a","name":"should load peers from local storage and dispatch events","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should load peers from local storage and dispatch events","historyId":"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e2535299aaebdea3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e2535299aaebdea3","status":"passed","time":{"start":1714494305186,"stop":1714494305186,"duration":0}}]},"tags":[]},"source":"33273405b1f04d1a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6356a3328e7cc51b.json b/6962/data/test-cases/33371df5bbc517ea.json similarity index 60% rename from 6944/data/test-cases/6356a3328e7cc51b.json rename to 6962/data/test-cases/33371df5bbc517ea.json index e34fe3b1b83..5460f183495 100644 --- a/6944/data/test-cases/6356a3328e7cc51b.json +++ b/6962/data/test-cases/33371df5bbc517ea.json @@ -1 +1 @@ -{"uid":"6356a3328e7cc51b","name":"should emit a peer event after start","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425363887,"stop":1714425363888,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"669656575823b7c2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/669656575823b7c2","status":"passed","time":{"start":1714415544820,"stop":1714415544820,"duration":0}},{"uid":"f4499e35010bf4b4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f4499e35010bf4b4","status":"passed","time":{"start":1714415689073,"stop":1714415689074,"duration":1}},{"uid":"35fe2806c39a6578","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/35fe2806c39a6578","status":"passed","time":{"start":1714407902540,"stop":1714407902540,"duration":0}},{"uid":"84b370c9887faf2b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/84b370c9887faf2b","status":"passed","time":{"start":1714406920267,"stop":1714406920267,"duration":0}},{"uid":"77cf3159910f301b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/77cf3159910f301b","status":"passed","time":{"start":1714404713589,"stop":1714404713590,"duration":1}},{"uid":"45c5e5a33ce16988","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/45c5e5a33ce16988","status":"passed","time":{"start":1714404404537,"stop":1714404404537,"duration":0}},{"uid":"11ad0ba218aace3a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/11ad0ba218aace3a","status":"passed","time":{"start":1714404198226,"stop":1714404198227,"duration":1}},{"uid":"68a7cfa34102f89b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/68a7cfa34102f89b","status":"passed","time":{"start":1714386660421,"stop":1714386660422,"duration":1}},{"uid":"cb5ea24ff65ee06e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/cb5ea24ff65ee06e","status":"passed","time":{"start":1714385741763,"stop":1714385741763,"duration":0}},{"uid":"87cd15b761ddf6c5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/87cd15b761ddf6c5","status":"passed","time":{"start":1714385032263,"stop":1714385032264,"duration":1}},{"uid":"bbec1e9bc3cd5008","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/bbec1e9bc3cd5008","status":"passed","time":{"start":1714384700173,"stop":1714384700174,"duration":1}},{"uid":"4e5b24ce94d507a9","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/4e5b24ce94d507a9","status":"passed","time":{"start":1714383167839,"stop":1714383167839,"duration":0}},{"uid":"b3e98ffac4dbc49b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b3e98ffac4dbc49b","status":"passed","time":{"start":1714383503007,"stop":1714383503008,"duration":1}},{"uid":"3edc12f73a232607","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3edc12f73a232607","status":"passed","time":{"start":1714382959998,"stop":1714382959999,"duration":1}},{"uid":"48b19f7715a78c50","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/48b19f7715a78c50","status":"passed","time":{"start":1714383305650,"stop":1714383305650,"duration":0}},{"uid":"84c2a2303ac6692f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/84c2a2303ac6692f","status":"passed","time":{"start":1714383191565,"stop":1714383191565,"duration":0}},{"uid":"864cc97407747aeb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/864cc97407747aeb","status":"passed","time":{"start":1714381688436,"stop":1714381688437,"duration":1}},{"uid":"90d32828b16d2505","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/90d32828b16d2505","status":"passed","time":{"start":1714380489768,"stop":1714380489768,"duration":0}},{"uid":"9882efb3d6a36781","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9882efb3d6a36781","status":"passed","time":{"start":1714380050168,"stop":1714380050169,"duration":1}},{"uid":"c15c7fb8a593bf78","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c15c7fb8a593bf78","status":"passed","time":{"start":1714297289403,"stop":1714297289403,"duration":0}}]},"tags":[]},"source":"6356a3328e7cc51b.json","parameterValues":[]} \ No newline at end of file +{"uid":"33371df5bbc517ea","name":"should emit a peer event after start","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501049787,"stop":1714501049788,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44dcf560fe640e50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/44dcf560fe640e50","status":"passed","time":{"start":1714494802222,"stop":1714494802222,"duration":0}},{"uid":"f31a02ddd50592d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f31a02ddd50592d9","status":"passed","time":{"start":1714492887587,"stop":1714492887587,"duration":0}}]},"tags":[]},"source":"33371df5bbc517ea.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/55e02b02f09acebf.json b/6962/data/test-cases/3347e41433c617a0.json similarity index 80% rename from 6944/data/test-cases/55e02b02f09acebf.json rename to 6962/data/test-cases/3347e41433c617a0.json index d6990e052bd..7b337e47081 100644 --- a/6944/data/test-cases/55e02b02f09acebf.json +++ b/6962/data/test-cases/3347e41433c617a0.json @@ -1 +1 @@ -{"uid":"55e02b02f09acebf","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":1714425534880,"stop":1714425534880,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"eafa6dadf5911ef6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eafa6dadf5911ef6","status":"passed","time":{"start":1714415702279,"stop":1714415702279,"duration":0}},{"uid":"6b08f9f70bdd21a7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6b08f9f70bdd21a7","status":"passed","time":{"start":1714415850487,"stop":1714415850488,"duration":1}},{"uid":"9bbe0c9d1e9c4ae8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9bbe0c9d1e9c4ae8","status":"passed","time":{"start":1714408049937,"stop":1714408049937,"duration":0}},{"uid":"c669c24bbc14dd8a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c669c24bbc14dd8a","status":"passed","time":{"start":1714407080660,"stop":1714407080661,"duration":1}},{"uid":"e37d8e7c91728d7f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e37d8e7c91728d7f","status":"passed","time":{"start":1714404860575,"stop":1714404860575,"duration":0}},{"uid":"54f32ca2e8c5d140","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/54f32ca2e8c5d140","status":"passed","time":{"start":1714404585189,"stop":1714404585190,"duration":1}},{"uid":"24c4818d1a85b8f2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/24c4818d1a85b8f2","status":"passed","time":{"start":1714404366296,"stop":1714404366297,"duration":1}},{"uid":"9de7fab15b8c9f60","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9de7fab15b8c9f60","status":"passed","time":{"start":1714386825515,"stop":1714386825515,"duration":0}},{"uid":"67c98f835c8151f8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/67c98f835c8151f8","status":"passed","time":{"start":1714385893728,"stop":1714385893728,"duration":0}},{"uid":"1576d94ad37410ce","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1576d94ad37410ce","status":"passed","time":{"start":1714385188002,"stop":1714385188003,"duration":1}},{"uid":"8c9df32e34b67016","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8c9df32e34b67016","status":"passed","time":{"start":1714384869900,"stop":1714384869900,"duration":0}},{"uid":"75293869d9e35d52","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/75293869d9e35d52","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237102,"stop":1714384237103,"duration":1}},{"uid":"da583a80137f9178","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/da583a80137f9178","status":"passed","time":{"start":1714383661913,"stop":1714383661914,"duration":1}},{"uid":"14a0db163d4f96d1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/14a0db163d4f96d1","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018780,"stop":1714384018780,"duration":0}},{"uid":"ea173e6749a7ceef","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ea173e6749a7ceef","status":"passed","time":{"start":1714383474172,"stop":1714383474172,"duration":0}},{"uid":"9ef703c60983033e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9ef703c60983033e","status":"passed","time":{"start":1714383351240,"stop":1714383351240,"duration":0}},{"uid":"9ab18f5dc2cbd604","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/9ab18f5dc2cbd604","status":"passed","time":{"start":1714381860507,"stop":1714381860507,"duration":0}},{"uid":"dd8939c04ea16a5f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/dd8939c04ea16a5f","status":"passed","time":{"start":1714380649650,"stop":1714380649650,"duration":0}},{"uid":"4ce23f5f481d47ce","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4ce23f5f481d47ce","status":"passed","time":{"start":1714380216152,"stop":1714380216152,"duration":0}},{"uid":"3884b8019a01cffd","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3884b8019a01cffd","status":"passed","time":{"start":1714297452318,"stop":1714297452318,"duration":0}}]},"tags":[]},"source":"55e02b02f09acebf.json","parameterValues":[]} \ No newline at end of file +{"uid":"3347e41433c617a0","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":1714501220680,"stop":1714501220681,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"a87fea9f3f6c53d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a87fea9f3f6c53d6","status":"passed","time":{"start":1714494954431,"stop":1714494954431,"duration":0}},{"uid":"43cfc964ef152d76","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/43cfc964ef152d76","status":"passed","time":{"start":1714493052127,"stop":1714493052127,"duration":0}}]},"tags":[]},"source":"3347e41433c617a0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/337f3a1ccf5dd981.json b/6962/data/test-cases/337f3a1ccf5dd981.json new file mode 100644 index 00000000000..e8322fcf3c3 --- /dev/null +++ b/6962/data/test-cases/337f3a1ccf5dd981.json @@ -0,0 +1 @@ +{"uid":"337f3a1ccf5dd981","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":1714500539181,"stop":1714500539182,"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":3,"unknown":0,"total":3},"items":[{"uid":"8b9ed116c91c8050","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b9ed116c91c8050","status":"passed","time":{"start":1714494290449,"stop":1714494290449,"duration":0}},{"uid":"bfcfa4a323e8b10","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bfcfa4a323e8b10","status":"passed","time":{"start":1714492394192,"stop":1714492394192,"duration":0}}]},"tags":[]},"source":"337f3a1ccf5dd981.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1231fb6b61f286b4.json b/6962/data/test-cases/341344ca18593b56.json similarity index 85% rename from 6944/data/test-cases/1231fb6b61f286b4.json rename to 6962/data/test-cases/341344ca18593b56.json index a614983b83f..7f863cf609a 100644 --- a/6944/data/test-cases/1231fb6b61f286b4.json +++ b/6962/data/test-cases/341344ca18593b56.json @@ -1 +1 @@ -{"uid":"1231fb6b61f286b4","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":1714425435609,"stop":1714425435610,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"2cbe621e292d513","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2cbe621e292d513","status":"passed","time":{"start":1714415590155,"stop":1714415590156,"duration":1}},{"uid":"a37fd0feb2275a54","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a37fd0feb2275a54","status":"passed","time":{"start":1714415739324,"stop":1714415739324,"duration":0}},{"uid":"bf639f5066fdd526","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bf639f5066fdd526","status":"passed","time":{"start":1714407950107,"stop":1714407950108,"duration":1}},{"uid":"98bdc67fb0f6cc9f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/98bdc67fb0f6cc9f","status":"passed","time":{"start":1714406978444,"stop":1714406978444,"duration":0}},{"uid":"1aa7d41e950a62b8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1aa7d41e950a62b8","status":"passed","time":{"start":1714404752143,"stop":1714404752143,"duration":0}},{"uid":"b1a3c043b35d2c4a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b1a3c043b35d2c4a","status":"passed","time":{"start":1714404488132,"stop":1714404488132,"duration":0}},{"uid":"f6dc16b1d807a85c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f6dc16b1d807a85c","status":"passed","time":{"start":1714404264824,"stop":1714404264825,"duration":1}},{"uid":"c0e1f240125c2430","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c0e1f240125c2430","status":"passed","time":{"start":1714386718899,"stop":1714386718900,"duration":1}},{"uid":"ed2653c34426b9b9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ed2653c34426b9b9","status":"passed","time":{"start":1714385802600,"stop":1714385802600,"duration":0}},{"uid":"9094443e2e317b3f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/9094443e2e317b3f","status":"passed","time":{"start":1714385084322,"stop":1714385084323,"duration":1}},{"uid":"fdca0347b086eef8","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/fdca0347b086eef8","status":"passed","time":{"start":1714384783925,"stop":1714384783925,"duration":0}},{"uid":"d98ffe8e23262a53","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d98ffe8e23262a53","status":"passed","time":{"start":1714382927678,"stop":1714382927679,"duration":1}},{"uid":"f73befb5cb346a22","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f73befb5cb346a22","status":"passed","time":{"start":1714383573246,"stop":1714383573247,"duration":1}},{"uid":"beb20537543e7403","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/beb20537543e7403","status":"passed","time":{"start":1714382735197,"stop":1714382735197,"duration":0}},{"uid":"d9da33cbc1fe6a81","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d9da33cbc1fe6a81","status":"passed","time":{"start":1714383376667,"stop":1714383376667,"duration":0}},{"uid":"a001487fe35f4d75","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a001487fe35f4d75","status":"passed","time":{"start":1714383261444,"stop":1714383261445,"duration":1}},{"uid":"e9eddee752781b41","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e9eddee752781b41","status":"passed","time":{"start":1714381767557,"stop":1714381767557,"duration":0}},{"uid":"cf7d18ad6e247a3a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/cf7d18ad6e247a3a","status":"passed","time":{"start":1714380548882,"stop":1714380548882,"duration":0}},{"uid":"35a74e0b6f919fe2","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/35a74e0b6f919fe2","status":"passed","time":{"start":1714380124128,"stop":1714380124129,"duration":1}},{"uid":"b649ccc63df5896f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b649ccc63df5896f","status":"passed","time":{"start":1714297355211,"stop":1714297355212,"duration":1}}]},"tags":[]},"source":"1231fb6b61f286b4.json","parameterValues":[]} \ No newline at end of file +{"uid":"341344ca18593b56","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":1714501123780,"stop":1714501123780,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"326dbb58c66aa2c1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/326dbb58c66aa2c1","status":"passed","time":{"start":1714494838841,"stop":1714494838842,"duration":1}},{"uid":"f71e55df1fbc2315","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f71e55df1fbc2315","status":"passed","time":{"start":1714492985742,"stop":1714492985743,"duration":1}}]},"tags":[]},"source":"341344ca18593b56.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/da583ee16c5217a1.json b/6962/data/test-cases/34339b00813a1423.json similarity index 77% rename from 6944/data/test-cases/da583ee16c5217a1.json rename to 6962/data/test-cases/34339b00813a1423.json index e58bc431779..afe13b8829a 100644 --- a/6944/data/test-cases/da583ee16c5217a1.json +++ b/6962/data/test-cases/34339b00813a1423.json @@ -1 +1 @@ -{"uid":"da583ee16c5217a1","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":1714425369962,"stop":1714425369962,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"6cefc2621da009aa","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6cefc2621da009aa","status":"passed","time":{"start":1714415516378,"stop":1714415516379,"duration":1}},{"uid":"189de9fa44351b7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/189de9fa44351b7","status":"passed","time":{"start":1714415679031,"stop":1714415679031,"duration":0}},{"uid":"e22d909531b67ac0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e22d909531b67ac0","status":"passed","time":{"start":1714407884327,"stop":1714407884327,"duration":0}},{"uid":"6b872001a118d1ef","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6b872001a118d1ef","status":"passed","time":{"start":1714406914319,"stop":1714406914326,"duration":7}},{"uid":"4679215b5d7d011c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4679215b5d7d011c","status":"passed","time":{"start":1714404690111,"stop":1714404690111,"duration":0}},{"uid":"d9e274bead2ee38d","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d9e274bead2ee38d","status":"passed","time":{"start":1714404379786,"stop":1714404379786,"duration":0}},{"uid":"a9fff9fc65dd79ea","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a9fff9fc65dd79ea","status":"passed","time":{"start":1714404194548,"stop":1714404194549,"duration":1}},{"uid":"32bf3d5a97fa4bfa","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/32bf3d5a97fa4bfa","status":"passed","time":{"start":1714386653735,"stop":1714386653735,"duration":0}},{"uid":"2f3da902739485c3","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/2f3da902739485c3","status":"passed","time":{"start":1714385733955,"stop":1714385733956,"duration":1}},{"uid":"73a7fdb38a99a14e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/73a7fdb38a99a14e","status":"passed","time":{"start":1714385024709,"stop":1714385024710,"duration":1}},{"uid":"56db3bb613fdd225","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/56db3bb613fdd225","status":"passed","time":{"start":1714384714555,"stop":1714384714555,"duration":0}},{"uid":"3c4d1aa07129008f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/3c4d1aa07129008f","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067748,"stop":1714384067749,"duration":1}},{"uid":"9534d10775b1fdf0","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9534d10775b1fdf0","status":"passed","time":{"start":1714383490741,"stop":1714383490742,"duration":1}},{"uid":"2a7bf9108be35a3f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2a7bf9108be35a3f","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840441,"stop":1714383840441,"duration":0}},{"uid":"d67fe33ec88e8362","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d67fe33ec88e8362","status":"passed","time":{"start":1714383300559,"stop":1714383300561,"duration":2}},{"uid":"258bd97c05723e52","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/258bd97c05723e52","status":"passed","time":{"start":1714383176775,"stop":1714383176775,"duration":0}},{"uid":"89f0b462b04ca5d0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/89f0b462b04ca5d0","status":"passed","time":{"start":1714381688740,"stop":1714381688740,"duration":0}},{"uid":"c18b3984a9f3ba80","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c18b3984a9f3ba80","status":"passed","time":{"start":1714380481151,"stop":1714380481151,"duration":0}},{"uid":"3fa1438f0aa27cfe","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3fa1438f0aa27cfe","status":"passed","time":{"start":1714380049531,"stop":1714380049531,"duration":0}},{"uid":"c4277f61594f90ec","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c4277f61594f90ec","status":"passed","time":{"start":1714297302889,"stop":1714297302889,"duration":0}}]},"tags":[]},"source":"da583ee16c5217a1.json","parameterValues":[]} \ No newline at end of file +{"uid":"34339b00813a1423","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":1714501050445,"stop":1714501050445,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f719b6f1bab0b4b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f719b6f1bab0b4b3","status":"passed","time":{"start":1714494785910,"stop":1714494785911,"duration":1}},{"uid":"794ef7730a947788","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/794ef7730a947788","status":"passed","time":{"start":1714492898566,"stop":1714492898566,"duration":0}}]},"tags":[]},"source":"34339b00813a1423.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/633fed49d32c1dcf.json b/6962/data/test-cases/3471bb9caa4dd8a.json similarity index 74% rename from 6944/data/test-cases/633fed49d32c1dcf.json rename to 6962/data/test-cases/3471bb9caa4dd8a.json index f6a142b91bf..1837ed8a6ad 100644 --- a/6944/data/test-cases/633fed49d32c1dcf.json +++ b/6962/data/test-cases/3471bb9caa4dd8a.json @@ -1 +1 @@ -{"uid":"633fed49d32c1dcf","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":1714425301046,"stop":1714425301072,"duration":26},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"c0cdb9de70ea6639","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c0cdb9de70ea6639","status":"passed","time":{"start":1714415473245,"stop":1714415473245,"duration":0}},{"uid":"d9d082400b38eac","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d9d082400b38eac","status":"passed","time":{"start":1714415615345,"stop":1714415615345,"duration":0}},{"uid":"8aaaf5dea0a988af","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8aaaf5dea0a988af","status":"passed","time":{"start":1714407816856,"stop":1714407816856,"duration":0}},{"uid":"6ca07f087a9c92c8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6ca07f087a9c92c8","status":"passed","time":{"start":1714406861568,"stop":1714406861569,"duration":1}},{"uid":"1205e59dc7dcaef8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1205e59dc7dcaef8","status":"passed","time":{"start":1714404628268,"stop":1714404628269,"duration":1}},{"uid":"7fb44d0f23fd67e2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7fb44d0f23fd67e2","status":"passed","time":{"start":1714404348886,"stop":1714404348886,"duration":0}},{"uid":"68d04c730446b792","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/68d04c730446b792","status":"passed","time":{"start":1714404137204,"stop":1714404137204,"duration":0}},{"uid":"b0d0379b460d641b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b0d0379b460d641b","status":"passed","time":{"start":1714386585838,"stop":1714386585838,"duration":0}},{"uid":"958b73213059cc58","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/958b73213059cc58","status":"passed","time":{"start":1714385651932,"stop":1714385651933,"duration":1}},{"uid":"1d29c2b276b51c8e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1d29c2b276b51c8e","status":"passed","time":{"start":1714384939217,"stop":1714384939229,"duration":12}},{"uid":"be4f1d118874adf1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/be4f1d118874adf1","status":"passed","time":{"start":1714384633415,"stop":1714384633416,"duration":1}},{"uid":"cc8c1f866f707256","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/cc8c1f866f707256","status":"passed","time":{"start":1714383068395,"stop":1714383068395,"duration":0}},{"uid":"d9f9940e5ba77236","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d9f9940e5ba77236","status":"passed","time":{"start":1714383427848,"stop":1714383427849,"duration":1}},{"uid":"100ee342341396d5","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/100ee342341396d5","status":"passed","time":{"start":1714382856541,"stop":1714382856541,"duration":0}},{"uid":"891c3bbdffe379fd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/891c3bbdffe379fd","status":"passed","time":{"start":1714383232240,"stop":1714383232241,"duration":1}},{"uid":"46fabb94e4c93dbf","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/46fabb94e4c93dbf","status":"passed","time":{"start":1714383125878,"stop":1714383125878,"duration":0}},{"uid":"ac235274477425de","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ac235274477425de","status":"passed","time":{"start":1714381639304,"stop":1714381639304,"duration":0}},{"uid":"e079dbbe1b7b0bb0","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e079dbbe1b7b0bb0","status":"passed","time":{"start":1714380392356,"stop":1714380392357,"duration":1}},{"uid":"dcac86996b72d0c8","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/dcac86996b72d0c8","status":"passed","time":{"start":1714379984443,"stop":1714379984443,"duration":0}},{"uid":"972a092d4b798cda","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/972a092d4b798cda","status":"passed","time":{"start":1714297212208,"stop":1714297212209,"duration":1}}]},"tags":[]},"source":"633fed49d32c1dcf.json","parameterValues":[]} \ No newline at end of file +{"uid":"3471bb9caa4dd8a","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":1714500976565,"stop":1714500976565,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"a41c0d65ed77b0f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a41c0d65ed77b0f","status":"passed","time":{"start":1714494735315,"stop":1714494735316,"duration":1}},{"uid":"17fa3cb8fa20632e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17fa3cb8fa20632e","status":"passed","time":{"start":1714492815001,"stop":1714492815002,"duration":1}}]},"tags":[]},"source":"3471bb9caa4dd8a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ad03cee0840f05ab.json b/6962/data/test-cases/34811b272383dba4.json similarity index 79% rename from 6944/data/test-cases/ad03cee0840f05ab.json rename to 6962/data/test-cases/34811b272383dba4.json index 35ed32dc3a7..aa2a4647685 100644 --- a/6944/data/test-cases/ad03cee0840f05ab.json +++ b/6962/data/test-cases/34811b272383dba4.json @@ -1 +1 @@ -{"uid":"ad03cee0840f05ab","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":1714425137442,"stop":1714425137442,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":72,"unknown":0,"total":74},"items":[{"uid":"18b6fbec7d77e830","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/18b6fbec7d77e830","status":"passed","time":{"start":1714415306370,"stop":1714415306371,"duration":1}},{"uid":"46decb6e1488b691","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/46decb6e1488b691","status":"passed","time":{"start":1714415441024,"stop":1714415441024,"duration":0}},{"uid":"41e03433c8b76795","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/41e03433c8b76795","status":"passed","time":{"start":1714407661400,"stop":1714407661401,"duration":1}},{"uid":"691610a993dd656d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/691610a993dd656d","status":"passed","time":{"start":1714406688861,"stop":1714406688862,"duration":1}},{"uid":"e4cfe8df4e91b865","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e4cfe8df4e91b865","status":"passed","time":{"start":1714404480611,"stop":1714404480612,"duration":1}},{"uid":"50a3ef31918ec91f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/50a3ef31918ec91f","status":"passed","time":{"start":1714404187311,"stop":1714404187311,"duration":0}},{"uid":"db73959f06caf023","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/db73959f06caf023","status":"passed","time":{"start":1714403975013,"stop":1714403975071,"duration":58}},{"uid":"d54bd10777dffc0e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d54bd10777dffc0e","status":"passed","time":{"start":1714386442439,"stop":1714386442447,"duration":8}},{"uid":"f071921ebd7bd3fe","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f071921ebd7bd3fe","status":"passed","time":{"start":1714385503987,"stop":1714385503987,"duration":0}},{"uid":"5ff5985accd4d8d5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5ff5985accd4d8d5","status":"passed","time":{"start":1714384798816,"stop":1714384798816,"duration":0}},{"uid":"7e931a0e23a0cd45","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7e931a0e23a0cd45","status":"passed","time":{"start":1714384484744,"stop":1714384484749,"duration":5}},{"uid":"244c9b64a6c42b53","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/244c9b64a6c42b53","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939590,"stop":1714382939590,"duration":0}},{"uid":"cfc315f07ac439ab","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/cfc315f07ac439ab","status":"passed","time":{"start":1714383271352,"stop":1714383271357,"duration":5}},{"uid":"c2602d861a495e69","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c2602d861a495e69","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742225,"stop":1714382742225,"duration":0}},{"uid":"b8c8fbd3e99c2c5b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b8c8fbd3e99c2c5b","status":"passed","time":{"start":1714383085682,"stop":1714383085683,"duration":1}},{"uid":"929c1cc5956cffb9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/929c1cc5956cffb9","status":"passed","time":{"start":1714382957846,"stop":1714382957846,"duration":0}},{"uid":"576871a333cc92b3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/576871a333cc92b3","status":"passed","time":{"start":1714381467333,"stop":1714381467334,"duration":1}},{"uid":"f41f5b6542e72065","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f41f5b6542e72065","status":"passed","time":{"start":1714380262868,"stop":1714380262868,"duration":0}},{"uid":"f73733c3b5c0a727","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f73733c3b5c0a727","status":"passed","time":{"start":1714379832119,"stop":1714379832119,"duration":0}},{"uid":"257df07ae7fcdda3","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/257df07ae7fcdda3","status":"passed","time":{"start":1714297053923,"stop":1714297053924,"duration":1}}]},"tags":[]},"source":"ad03cee0840f05ab.json","parameterValues":[]} \ No newline at end of file +{"uid":"34811b272383dba4","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":1714500823171,"stop":1714500823172,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"615f33912e1c8c7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/615f33912e1c8c7c","status":"passed","time":{"start":1714494571256,"stop":1714494571256,"duration":0}},{"uid":"ec4a443516d9a1fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec4a443516d9a1fd","status":"passed","time":{"start":1714492678639,"stop":1714492678640,"duration":1}}]},"tags":[]},"source":"34811b272383dba4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/34dc5e7bde001bd2.json b/6962/data/test-cases/34dc5e7bde001bd2.json new file mode 100644 index 00000000000..cec9b88397e --- /dev/null +++ b/6962/data/test-cases/34dc5e7bde001bd2.json @@ -0,0 +1 @@ +{"uid":"34dc5e7bde001bd2","name":"ignores domain fetching errors","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > ignores domain fetching errors","historyId":"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"54bf37c275453388","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54bf37c275453388","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"98a62b029252e34","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98a62b029252e34","status":"passed","time":{"start":1714492405126,"stop":1714492405126,"duration":0}}]},"tags":[]},"source":"34dc5e7bde001bd2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a6013a03b5e599c6.json b/6962/data/test-cases/34fe5a14befc31ce.json similarity index 78% rename from 6944/data/test-cases/a6013a03b5e599c6.json rename to 6962/data/test-cases/34fe5a14befc31ce.json index f64b2f7971f..edd5ea705ad 100644 --- a/6944/data/test-cases/a6013a03b5e599c6.json +++ b/6962/data/test-cases/34fe5a14befc31ce.json @@ -1 +1 @@ -{"uid":"a6013a03b5e599c6","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":1714425137452,"stop":1714425137452,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"ec5ede795d5e2a9d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ec5ede795d5e2a9d","status":"passed","time":{"start":1714415306375,"stop":1714415306375,"duration":0}},{"uid":"85adef30c343a2f3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/85adef30c343a2f3","status":"passed","time":{"start":1714415441029,"stop":1714415441030,"duration":1}},{"uid":"d799d282763ccc3e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d799d282763ccc3e","status":"passed","time":{"start":1714407661419,"stop":1714407661419,"duration":0}},{"uid":"33fcefde20c06d92","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/33fcefde20c06d92","status":"passed","time":{"start":1714406688866,"stop":1714406688866,"duration":0}},{"uid":"5d4526083d0f396e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5d4526083d0f396e","status":"passed","time":{"start":1714404480623,"stop":1714404480624,"duration":1}},{"uid":"4d5a8536c7528417","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4d5a8536c7528417","status":"passed","time":{"start":1714404187324,"stop":1714404187324,"duration":0}},{"uid":"3612cec85825e30b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3612cec85825e30b","status":"passed","time":{"start":1714403975097,"stop":1714403975100,"duration":3}},{"uid":"32104fe579914f8b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/32104fe579914f8b","status":"passed","time":{"start":1714386442456,"stop":1714386442456,"duration":0}},{"uid":"46bb3a2e4c0f2634","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/46bb3a2e4c0f2634","status":"passed","time":{"start":1714385503990,"stop":1714385503990,"duration":0}},{"uid":"ac89e4527a2099d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ac89e4527a2099d","status":"passed","time":{"start":1714384798826,"stop":1714384798827,"duration":1}},{"uid":"b6af5e6de49990f3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b6af5e6de49990f3","status":"passed","time":{"start":1714384484754,"stop":1714384484754,"duration":0}},{"uid":"178f121716f78f8f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/178f121716f78f8f","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939607,"stop":1714382939607,"duration":0}},{"uid":"aa0b7d16b89d21fe","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/aa0b7d16b89d21fe","status":"passed","time":{"start":1714383271363,"stop":1714383271364,"duration":1}},{"uid":"207e19f5d0d847df","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/207e19f5d0d847df","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742237,"stop":1714382742237,"duration":0}},{"uid":"9bd280108efcb5be","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9bd280108efcb5be","status":"passed","time":{"start":1714383085689,"stop":1714383085689,"duration":0}},{"uid":"f614a76b9080afc6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f614a76b9080afc6","status":"passed","time":{"start":1714382957851,"stop":1714382957852,"duration":1}},{"uid":"6633b25bba1fd40","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6633b25bba1fd40","status":"passed","time":{"start":1714381467341,"stop":1714381467342,"duration":1}},{"uid":"344116262b72b2d6","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/344116262b72b2d6","status":"passed","time":{"start":1714380262873,"stop":1714380262874,"duration":1}},{"uid":"35147bcf29550890","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/35147bcf29550890","status":"passed","time":{"start":1714379832137,"stop":1714379832138,"duration":1}},{"uid":"d5445cfba7405a7d","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d5445cfba7405a7d","status":"passed","time":{"start":1714297053929,"stop":1714297053929,"duration":0}}]},"tags":[]},"source":"a6013a03b5e599c6.json","parameterValues":[]} \ No newline at end of file +{"uid":"34fe5a14befc31ce","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":1714500823182,"stop":1714500823182,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"426eca969381a3fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/426eca969381a3fd","status":"passed","time":{"start":1714494571261,"stop":1714494571262,"duration":1}},{"uid":"98c7d3c6d267b067","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98c7d3c6d267b067","status":"passed","time":{"start":1714492678655,"stop":1714492678656,"duration":1}}]},"tags":[]},"source":"34fe5a14befc31ce.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/35129c1ecdfae2b4.json b/6962/data/test-cases/35129c1ecdfae2b4.json new file mode 100644 index 00000000000..85d1161e246 --- /dev/null +++ b/6962/data/test-cases/35129c1ecdfae2b4.json @@ -0,0 +1 @@ +{"uid":"35129c1ecdfae2b4","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":1714500744145,"stop":1714500744145,"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":3,"unknown":0,"total":3},"items":[{"uid":"fd1d4136ad5d492b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fd1d4136ad5d492b","status":"passed","time":{"start":1714494482349,"stop":1714494482349,"duration":0}},{"uid":"ec39ad6a90b7d485","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec39ad6a90b7d485","status":"passed","time":{"start":1714492591364,"stop":1714492591364,"duration":0}}]},"tags":[]},"source":"35129c1ecdfae2b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/354d86d8951aa74a.json b/6962/data/test-cases/354d86d8951aa74a.json new file mode 100644 index 00000000000..eb089aac2e3 --- /dev/null +++ b/6962/data/test-cases/354d86d8951aa74a.json @@ -0,0 +1 @@ +{"uid":"354d86d8951aa74a","name":"Query Generator - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - backward","historyId":"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501145474,"stop":1714501145474,"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":3,"unknown":0,"total":3},"items":[{"uid":"63b9f3dff4954851","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/63b9f3dff4954851","status":"passed","time":{"start":1714494876054,"stop":1714494876054,"duration":0}},{"uid":"2ab739bb0445888b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2ab739bb0445888b","status":"passed","time":{"start":1714492961693,"stop":1714492961693,"duration":0}}]},"tags":[]},"source":"354d86d8951aa74a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3574a332f56be2ab.json b/6962/data/test-cases/3574a332f56be2ab.json new file mode 100644 index 00000000000..e62d9341ecf --- /dev/null +++ b/6962/data/test-cases/3574a332f56be2ab.json @@ -0,0 +1 @@ +{"uid":"3574a332f56be2ab","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":1714501013447,"stop":1714501013447,"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":3,"unknown":0,"total":3},"items":[{"uid":"372dc6ba69ea5534","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/372dc6ba69ea5534","status":"passed","time":{"start":1714494760924,"stop":1714494760924,"duration":0}},{"uid":"82bd2051f974b73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82bd2051f974b73","status":"passed","time":{"start":1714492834199,"stop":1714492834199,"duration":0}}]},"tags":[]},"source":"3574a332f56be2ab.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2ee475cf5635b2ae.json b/6962/data/test-cases/3599105412536b2d.json similarity index 85% rename from 6944/data/test-cases/2ee475cf5635b2ae.json rename to 6962/data/test-cases/3599105412536b2d.json index 6e144011c01..c501538bf62 100644 --- a/6944/data/test-cases/2ee475cf5635b2ae.json +++ b/6962/data/test-cases/3599105412536b2d.json @@ -1 +1 @@ -{"uid":"2ee475cf5635b2ae","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":1714425435622,"stop":1714425435622,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"58ff3f0ab3d6ab59","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/58ff3f0ab3d6ab59","status":"passed","time":{"start":1714415590171,"stop":1714415590171,"duration":0}},{"uid":"c59493bc379227fe","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c59493bc379227fe","status":"passed","time":{"start":1714415739332,"stop":1714415739332,"duration":0}},{"uid":"ed6cebc74b5ef2a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ed6cebc74b5ef2a","status":"passed","time":{"start":1714407950136,"stop":1714407950137,"duration":1}},{"uid":"387298d6241e4b40","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/387298d6241e4b40","status":"passed","time":{"start":1714406978478,"stop":1714406978479,"duration":1}},{"uid":"d7f0c27b5c11729f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d7f0c27b5c11729f","status":"passed","time":{"start":1714404752161,"stop":1714404752162,"duration":1}},{"uid":"34f91162b5e2a75b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/34f91162b5e2a75b","status":"passed","time":{"start":1714404488157,"stop":1714404488158,"duration":1}},{"uid":"da112ff24730bad8","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/da112ff24730bad8","status":"passed","time":{"start":1714404264846,"stop":1714404264846,"duration":0}},{"uid":"f883bf8b625da981","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f883bf8b625da981","status":"passed","time":{"start":1714386718943,"stop":1714386718944,"duration":1}},{"uid":"48d3c94bb97e676c","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/48d3c94bb97e676c","status":"passed","time":{"start":1714385802610,"stop":1714385802611,"duration":1}},{"uid":"a721e91a7be9e209","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a721e91a7be9e209","status":"passed","time":{"start":1714385084329,"stop":1714385084329,"duration":0}},{"uid":"ea19b4fb1ab97e10","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ea19b4fb1ab97e10","status":"passed","time":{"start":1714384783933,"stop":1714384783933,"duration":0}},{"uid":"b4112ac42c381dd9","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b4112ac42c381dd9","status":"passed","time":{"start":1714382927695,"stop":1714382927695,"duration":0}},{"uid":"7195789e8d4785f","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7195789e8d4785f","status":"passed","time":{"start":1714383573255,"stop":1714383573256,"duration":1}},{"uid":"76283237fd81dc4e","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/76283237fd81dc4e","status":"passed","time":{"start":1714382735208,"stop":1714382735208,"duration":0}},{"uid":"5daec2f5fdd090a1","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5daec2f5fdd090a1","status":"passed","time":{"start":1714383376683,"stop":1714383376683,"duration":0}},{"uid":"8d56dfec66619fab","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8d56dfec66619fab","status":"passed","time":{"start":1714383261454,"stop":1714383261454,"duration":0}},{"uid":"e2335324f53c793f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e2335324f53c793f","status":"passed","time":{"start":1714381767575,"stop":1714381767576,"duration":1}},{"uid":"a9538a9c4603176c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/a9538a9c4603176c","status":"passed","time":{"start":1714380548894,"stop":1714380548894,"duration":0}},{"uid":"adec5b92ab906e9a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/adec5b92ab906e9a","status":"passed","time":{"start":1714380124165,"stop":1714380124165,"duration":0}},{"uid":"10860b28f0061387","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/10860b28f0061387","status":"passed","time":{"start":1714297355218,"stop":1714297355219,"duration":1}}]},"tags":[]},"source":"2ee475cf5635b2ae.json","parameterValues":[]} \ No newline at end of file +{"uid":"3599105412536b2d","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":1714501123811,"stop":1714501123811,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"4c09545168db9d6a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c09545168db9d6a","status":"passed","time":{"start":1714494838850,"stop":1714494838850,"duration":0}},{"uid":"be3f519800d58ed5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/be3f519800d58ed5","status":"passed","time":{"start":1714492985767,"stop":1714492985768,"duration":1}}]},"tags":[]},"source":"3599105412536b2d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/35b525dfb51d33b6.json b/6962/data/test-cases/35b525dfb51d33b6.json new file mode 100644 index 00000000000..da876cff0cc --- /dev/null +++ b/6962/data/test-cases/35b525dfb51d33b6.json @@ -0,0 +1 @@ +{"uid":"35b525dfb51d33b6","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":1714500589619,"stop":1714500589622,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Message Ephemeral field\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Message Ephemeral field"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"71f0d8119077ddf1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71f0d8119077ddf1","status":"passed","time":{"start":1714494341389,"stop":1714494341390,"duration":1}},{"uid":"96ff8a46b1454629","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/96ff8a46b1454629","status":"passed","time":{"start":1714492438813,"stop":1714492438813,"duration":0}}]},"tags":[]},"source":"35b525dfb51d33b6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/35f397bfd54bae3e.json b/6962/data/test-cases/35f397bfd54bae3e.json new file mode 100644 index 00000000000..0b4a4dd24e8 --- /dev/null +++ b/6962/data/test-cases/35f397bfd54bae3e.json @@ -0,0 +1 @@ +{"uid":"35f397bfd54bae3e","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":1714501319432,"stop":1714501319432,"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":"749e32652d20f931","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749e32652d20f931","status":"passed","time":{"start":1714495063232,"stop":1714495063232,"duration":0}}]},"tags":[]},"source":"35f397bfd54bae3e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/258cdb999b6c9b24.json b/6962/data/test-cases/35f50d216a3cf5ea.json similarity index 78% rename from 6944/data/test-cases/258cdb999b6c9b24.json rename to 6962/data/test-cases/35f50d216a3cf5ea.json index 82062d6a755..662ebadc438 100644 --- a/6944/data/test-cases/258cdb999b6c9b24.json +++ b/6962/data/test-cases/35f50d216a3cf5ea.json @@ -1 +1 @@ -{"uid":"258cdb999b6c9b24","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":1714425137448,"stop":1714425137449,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"a52e694d822d7321","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a52e694d822d7321","status":"passed","time":{"start":1714415306372,"stop":1714415306372,"duration":0}},{"uid":"c7e1cfb2e8142ddb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c7e1cfb2e8142ddb","status":"passed","time":{"start":1714415441026,"stop":1714415441026,"duration":0}},{"uid":"83e2f355db6afb02","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/83e2f355db6afb02","status":"passed","time":{"start":1714407661406,"stop":1714407661408,"duration":2}},{"uid":"608d288e5873742e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/608d288e5873742e","status":"passed","time":{"start":1714406688863,"stop":1714406688863,"duration":0}},{"uid":"b58bc20e0dc7e45c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b58bc20e0dc7e45c","status":"passed","time":{"start":1714404480614,"stop":1714404480615,"duration":1}},{"uid":"c55681545531c91f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c55681545531c91f","status":"passed","time":{"start":1714404187312,"stop":1714404187313,"duration":1}},{"uid":"39b832929eaabc5c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/39b832929eaabc5c","status":"passed","time":{"start":1714403975079,"stop":1714403975081,"duration":2}},{"uid":"2c5c704e19c8c99b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2c5c704e19c8c99b","status":"passed","time":{"start":1714386442450,"stop":1714386442451,"duration":1}},{"uid":"d66eb1791cf8af93","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d66eb1791cf8af93","status":"passed","time":{"start":1714385503988,"stop":1714385503988,"duration":0}},{"uid":"1908aec525f39d85","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1908aec525f39d85","status":"passed","time":{"start":1714384798819,"stop":1714384798820,"duration":1}},{"uid":"de740599b607bd5","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/de740599b607bd5","status":"passed","time":{"start":1714384484751,"stop":1714384484751,"duration":0}},{"uid":"fa63d09f4e65f136","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/fa63d09f4e65f136","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939596,"stop":1714382939596,"duration":0}},{"uid":"526c50b0ec7ccd37","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/526c50b0ec7ccd37","status":"passed","time":{"start":1714383271358,"stop":1714383271359,"duration":1}},{"uid":"a327f658f4c3a1d1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a327f658f4c3a1d1","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742229,"stop":1714382742229,"duration":0}},{"uid":"68535a7bab4d4375","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/68535a7bab4d4375","status":"passed","time":{"start":1714383085685,"stop":1714383085686,"duration":1}},{"uid":"b73f4779a32f96d6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b73f4779a32f96d6","status":"passed","time":{"start":1714382957847,"stop":1714382957848,"duration":1}},{"uid":"f7fc529c04a62337","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f7fc529c04a62337","status":"passed","time":{"start":1714381467336,"stop":1714381467337,"duration":1}},{"uid":"616d214d5c042238","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/616d214d5c042238","status":"passed","time":{"start":1714380262870,"stop":1714380262870,"duration":0}},{"uid":"90c3402e1f009d7d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/90c3402e1f009d7d","status":"passed","time":{"start":1714379832131,"stop":1714379832132,"duration":1}},{"uid":"1cd4105c717df674","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1cd4105c717df674","status":"passed","time":{"start":1714297053925,"stop":1714297053926,"duration":1}}]},"tags":[]},"source":"258cdb999b6c9b24.json","parameterValues":[]} \ No newline at end of file +{"uid":"35f50d216a3cf5ea","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":1714500823173,"stop":1714500823174,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d184f028480ccf6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2d184f028480ccf6","status":"passed","time":{"start":1714494571257,"stop":1714494571258,"duration":1}},{"uid":"475b7a6a5b074a1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/475b7a6a5b074a1","status":"passed","time":{"start":1714492678644,"stop":1714492678645,"duration":1}}]},"tags":[]},"source":"35f50d216a3cf5ea.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/35fabcb6e975aac.json b/6962/data/test-cases/35fabcb6e975aac.json new file mode 100644 index 00000000000..51de3614dc9 --- /dev/null +++ b/6962/data/test-cases/35fabcb6e975aac.json @@ -0,0 +1 @@ +{"uid":"35fabcb6e975aac","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":1714501094176,"stop":1714501094177,"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":3,"unknown":0,"total":3},"items":[{"uid":"4dc64836f060e22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4dc64836f060e22","status":"passed","time":{"start":1714494837582,"stop":1714494837582,"duration":0}},{"uid":"ed04f9fd21928fac","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed04f9fd21928fac","status":"passed","time":{"start":1714492927146,"stop":1714492927146,"duration":0}}]},"tags":[]},"source":"35fabcb6e975aac.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c9b7541728c58460.json b/6962/data/test-cases/36016dc754d81afd.json similarity index 83% rename from 6944/data/test-cases/c9b7541728c58460.json rename to 6962/data/test-cases/36016dc754d81afd.json index 9e60a03becf..da5b9ca01ab 100644 --- a/6944/data/test-cases/c9b7541728c58460.json +++ b/6962/data/test-cases/36016dc754d81afd.json @@ -1 +1 @@ -{"uid":"c9b7541728c58460","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":1714425301144,"stop":1714425301147,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"dcc4d85dc8ea73fe","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dcc4d85dc8ea73fe","status":"passed","time":{"start":1714415473274,"stop":1714415473275,"duration":1}},{"uid":"a09c574e0eaa541c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a09c574e0eaa541c","status":"passed","time":{"start":1714415615367,"stop":1714415615367,"duration":0}},{"uid":"44acc70f888a499a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/44acc70f888a499a","status":"passed","time":{"start":1714407816876,"stop":1714407816876,"duration":0}},{"uid":"dba2c65aa5f443f1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dba2c65aa5f443f1","status":"passed","time":{"start":1714406861598,"stop":1714406861599,"duration":1}},{"uid":"c2d88e18ca5903a1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c2d88e18ca5903a1","status":"passed","time":{"start":1714404628281,"stop":1714404628282,"duration":1}},{"uid":"b454b9b4769ded06","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b454b9b4769ded06","status":"passed","time":{"start":1714404348899,"stop":1714404348899,"duration":0}},{"uid":"485849a66d056955","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/485849a66d056955","status":"passed","time":{"start":1714404137267,"stop":1714404137268,"duration":1}},{"uid":"a29cbc45c79fdb0","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a29cbc45c79fdb0","status":"passed","time":{"start":1714386585855,"stop":1714386585855,"duration":0}},{"uid":"8a7a6efcde2de36d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8a7a6efcde2de36d","status":"passed","time":{"start":1714385651948,"stop":1714385651948,"duration":0}},{"uid":"80d89c7dda1b34c7","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/80d89c7dda1b34c7","status":"passed","time":{"start":1714384939255,"stop":1714384939255,"duration":0}},{"uid":"366674b378cbf87a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/366674b378cbf87a","status":"passed","time":{"start":1714384633426,"stop":1714384633426,"duration":0}},{"uid":"c0171a92591ca5ab","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c0171a92591ca5ab","status":"passed","time":{"start":1714383068447,"stop":1714383068448,"duration":1}},{"uid":"1d6886933068c1fa","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1d6886933068c1fa","status":"passed","time":{"start":1714383427876,"stop":1714383427877,"duration":1}},{"uid":"df34a43eafac2a3d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/df34a43eafac2a3d","status":"passed","time":{"start":1714382856570,"stop":1714382856570,"duration":0}},{"uid":"e2c29b325e1a32bb","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e2c29b325e1a32bb","status":"passed","time":{"start":1714383232257,"stop":1714383232257,"duration":0}},{"uid":"77d35a0a9e22ea1","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/77d35a0a9e22ea1","status":"passed","time":{"start":1714383125904,"stop":1714383125905,"duration":1}},{"uid":"a89c67240e65b45e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/a89c67240e65b45e","status":"passed","time":{"start":1714381639317,"stop":1714381639318,"duration":1}},{"uid":"3d8b4c5ac0069acb","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3d8b4c5ac0069acb","status":"passed","time":{"start":1714380392372,"stop":1714380392372,"duration":0}},{"uid":"1838bc7df5ffb92e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1838bc7df5ffb92e","status":"passed","time":{"start":1714379984455,"stop":1714379984455,"duration":0}},{"uid":"83a0f26bd7e0fe6f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/83a0f26bd7e0fe6f","status":"passed","time":{"start":1714297212221,"stop":1714297212221,"duration":0}}]},"tags":[]},"source":"c9b7541728c58460.json","parameterValues":[]} \ No newline at end of file +{"uid":"36016dc754d81afd","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":1714500976562,"stop":1714500976563,"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":3,"unknown":0,"total":3},"items":[{"uid":"ebc62362890c26f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ebc62362890c26f9","status":"passed","time":{"start":1714494735305,"stop":1714494735305,"duration":0}},{"uid":"68a253f4390a6fe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68a253f4390a6fe8","status":"passed","time":{"start":1714492814992,"stop":1714492814993,"duration":1}}]},"tags":[]},"source":"36016dc754d81afd.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9909d7964408bcd9.json b/6962/data/test-cases/36051837d22a65f6.json similarity index 81% rename from 6944/data/test-cases/9909d7964408bcd9.json rename to 6962/data/test-cases/36051837d22a65f6.json index e386f0491e9..6d3d982b494 100644 --- a/6944/data/test-cases/9909d7964408bcd9.json +++ b/6962/data/test-cases/36051837d22a65f6.json @@ -1 +1 @@ -{"uid":"9909d7964408bcd9","name":"Cluster ID 0 - Default/Global Cluster","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > Cluster ID 0 - Default/Global Cluster","historyId":"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425425849,"stop":1714425425849,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":73,"unknown":0,"total":74},"items":[{"uid":"a91264f99999f73f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a91264f99999f73f","status":"passed","time":{"start":1714415598514,"stop":1714415598514,"duration":0}},{"uid":"44f18a872d34bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44f18a872d34bf","status":"passed","time":{"start":1714415728451,"stop":1714415728451,"duration":0}},{"uid":"f0fb9ff3d3101f7a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f0fb9ff3d3101f7a","status":"passed","time":{"start":1714407938511,"stop":1714407938511,"duration":0}},{"uid":"f5d91a3d4e8eee5f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f5d91a3d4e8eee5f","status":"passed","time":{"start":1714406971784,"stop":1714406971785,"duration":1}},{"uid":"a1f9188202aa4435","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a1f9188202aa4435","status":"passed","time":{"start":1714404739424,"stop":1714404739424,"duration":0}},{"uid":"3ef4fb68024468ea","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/3ef4fb68024468ea","status":"passed","time":{"start":1714404451747,"stop":1714404451747,"duration":0}},{"uid":"19f68c5185b75db1","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/19f68c5185b75db1","status":"passed","time":{"start":1714404247011,"stop":1714404247011,"duration":0}},{"uid":"26058e3685855076","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/26058e3685855076","status":"passed","time":{"start":1714386707024,"stop":1714386707024,"duration":0}},{"uid":"e52e7689c3c29942","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e52e7689c3c29942","status":"passed","time":{"start":1714385794764,"stop":1714385794764,"duration":0}},{"uid":"c0fda41835cf0d94","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/c0fda41835cf0d94","status":"passed","time":{"start":1714385080720,"stop":1714385080720,"duration":0}},{"uid":"2dc3e80440563f85","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2dc3e80440563f85","status":"passed","time":{"start":1714384759604,"stop":1714384759604,"duration":0}},{"uid":"1d4682861a544fb6","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1d4682861a544fb6","status":"passed","time":{"start":1714383172374,"stop":1714383172375,"duration":1}},{"uid":"19edf5285365b031","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/19edf5285365b031","status":"passed","time":{"start":1714383546697,"stop":1714383546698,"duration":1}},{"uid":"3bab11d22ccab5e","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3bab11d22ccab5e","status":"passed","time":{"start":1714382963588,"stop":1714382963588,"duration":0}},{"uid":"10fd56ecddcb1d99","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/10fd56ecddcb1d99","status":"passed","time":{"start":1714383356200,"stop":1714383356202,"duration":2}},{"uid":"4c23024454450ee1","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/4c23024454450ee1","status":"passed","time":{"start":1714383229453,"stop":1714383229454,"duration":1}},{"uid":"e5914e4683e2966a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e5914e4683e2966a","status":"passed","time":{"start":1714381747120,"stop":1714381747120,"duration":0}},{"uid":"361ef56a1b64e245","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/361ef56a1b64e245","status":"passed","time":{"start":1714380535706,"stop":1714380535706,"duration":0}},{"uid":"ca3871450bfb3909","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ca3871450bfb3909","status":"passed","time":{"start":1714380112849,"stop":1714380112850,"duration":1}},{"uid":"8d850ce339265797","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8d850ce339265797","status":"passed","time":{"start":1714297352586,"stop":1714297352587,"duration":1}}]},"tags":[]},"source":"9909d7964408bcd9.json","parameterValues":[]} \ No newline at end of file +{"uid":"36051837d22a65f6","name":"Cluster ID 0 - Default/Global Cluster","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > Cluster ID 0 - Default/Global Cluster","historyId":"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106173,"stop":1714501106173,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"495a684a414107cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/495a684a414107cf","status":"passed","time":{"start":1714494848654,"stop":1714494848654,"duration":0}},{"uid":"3ffad79ccbe5ed73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3ffad79ccbe5ed73","status":"passed","time":{"start":1714492932190,"stop":1714492932190,"duration":0}}]},"tags":[]},"source":"36051837d22a65f6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/36141beda05d04b4.json b/6962/data/test-cases/36141beda05d04b4.json new file mode 100644 index 00000000000..0509393dad8 --- /dev/null +++ b/6962/data/test-cases/36141beda05d04b4.json @@ -0,0 +1 @@ +{"uid":"36141beda05d04b4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","fullName":"/src/common/sharding.spec.ts: contentTopicToPubsubTopic > should correctly map a content topic to a pubsub topic for different network shard sizes","historyId":"0b0810a34a0e9f2a0267990f50ae841e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525358,"stop":1714500525358,"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":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"471f66a375680b13","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/471f66a375680b13","status":"passed","time":{"start":1714494276828,"stop":1714494276828,"duration":0}},{"uid":"ed5e4cbc753053c2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed5e4cbc753053c2","status":"passed","time":{"start":1714492380881,"stop":1714492380881,"duration":0}}]},"tags":[]},"source":"36141beda05d04b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/57524ea049073420.json b/6962/data/test-cases/3647711a7aabd52c.json similarity index 89% rename from 6944/data/test-cases/57524ea049073420.json rename to 6962/data/test-cases/3647711a7aabd52c.json index 27c215c67a8..f5833fc7db7 100644 --- a/6944/data/test-cases/57524ea049073420.json +++ b/6962/data/test-cases/3647711a7aabd52c.json @@ -1 +1 @@ -{"uid":"57524ea049073420","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app9/5/topic464/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 10 - Cluster ID: 10, Content Topic: /app9/5/topic464/proto","historyId":"6835190b75187a7d3e7e0b204590f9fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425396496,"stop":1714425396497,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"57524ea049073420.json","parameterValues":[]} \ No newline at end of file +{"uid":"3647711a7aabd52c","name":"Non TWN Cluster","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Non TWN Cluster","historyId":"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089324,"stop":1714501089325,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6a00397b38cebca4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6a00397b38cebca4","status":"passed","time":{"start":1714494840004,"stop":1714494840005,"duration":1}},{"uid":"ba908e7fe244642b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ba908e7fe244642b","status":"passed","time":{"start":1714492923648,"stop":1714492923649,"duration":1}}]},"tags":[]},"source":"3647711a7aabd52c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/367c5926dde5e795.json b/6962/data/test-cases/367c5926dde5e795.json new file mode 100644 index 00000000000..1e170548fec --- /dev/null +++ b/6962/data/test-cases/367c5926dde5e795.json @@ -0,0 +1 @@ +{"uid":"367c5926dde5e795","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /app/27/sometopic/someencoding to shard index 5","historyId":"262bfb6950cf3e4e0b89ddc41ae29436:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525329,"stop":1714500525330,"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":3,"unknown":0,"total":3},"items":[{"uid":"c72acfa8e1b744cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c72acfa8e1b744cf","status":"passed","time":{"start":1714494276807,"stop":1714494276808,"duration":1}},{"uid":"6af9430dc380629c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6af9430dc380629c","status":"passed","time":{"start":1714492380861,"stop":1714492380861,"duration":0}}]},"tags":[]},"source":"367c5926dde5e795.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/aefd0a1ee31873f9.json b/6962/data/test-cases/36d772e45ff41980.json similarity index 53% rename from 6944/data/test-cases/aefd0a1ee31873f9.json rename to 6962/data/test-cases/36d772e45ff41980.json index 5d785d7e581..44096c7b9ca 100644 --- a/6944/data/test-cases/aefd0a1ee31873f9.json +++ b/6962/data/test-cases/36d772e45ff41980.json @@ -1 +1 @@ -{"uid":"aefd0a1ee31873f9","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":1714424912037,"stop":1714424912038,"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":74,"unknown":0,"total":74},"items":[{"uid":"2e2c417165292f0d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e2c417165292f0d","status":"passed","time":{"start":1714415063939,"stop":1714415063944,"duration":5}},{"uid":"edcff84191cf7c0c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/edcff84191cf7c0c","status":"passed","time":{"start":1714415219587,"stop":1714415219588,"duration":1}},{"uid":"669b488c121eca47","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/669b488c121eca47","status":"passed","time":{"start":1714407435783,"stop":1714407435783,"duration":0}},{"uid":"a36603a07f312dda","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a36603a07f312dda","status":"passed","time":{"start":1714406451897,"stop":1714406451898,"duration":1}},{"uid":"3b782eb13eb2c670","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3b782eb13eb2c670","status":"passed","time":{"start":1714404244902,"stop":1714404244902,"duration":0}},{"uid":"9499be0bf1d7a629","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9499be0bf1d7a629","status":"passed","time":{"start":1714403892809,"stop":1714403892809,"duration":0}},{"uid":"d112750326d2db8c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d112750326d2db8c","status":"passed","time":{"start":1714403738979,"stop":1714403738979,"duration":0}},{"uid":"3a620edf66383d0","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/3a620edf66383d0","status":"passed","time":{"start":1714386207181,"stop":1714386207182,"duration":1}},{"uid":"e25231cb0b63385b","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e25231cb0b63385b","status":"passed","time":{"start":1714385272446,"stop":1714385272446,"duration":0}},{"uid":"4dc3243b32da6fe5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4dc3243b32da6fe5","status":"passed","time":{"start":1714384564290,"stop":1714384564291,"duration":1}},{"uid":"4bbc92855de29646","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4bbc92855de29646","status":"passed","time":{"start":1714384255550,"stop":1714384255551,"duration":1}},{"uid":"a04549fab530d5c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a04549fab530d5c","status":"passed","time":{"start":1714382058401,"stop":1714382058402,"duration":1}},{"uid":"68e2b26b5f1aba58","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/68e2b26b5f1aba58","status":"passed","time":{"start":1714383034764,"stop":1714383034764,"duration":0}},{"uid":"4310181be6720ab5","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4310181be6720ab5","status":"passed","time":{"start":1714381871135,"stop":1714381871135,"duration":0}},{"uid":"9ffa090104661460","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9ffa090104661460","status":"passed","time":{"start":1714382857139,"stop":1714382857139,"duration":0}},{"uid":"adab954de515efa8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/adab954de515efa8","status":"passed","time":{"start":1714382736036,"stop":1714382736037,"duration":1}},{"uid":"70a63480c901be7e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/70a63480c901be7e","status":"passed","time":{"start":1714381242743,"stop":1714381242743,"duration":0}},{"uid":"69614c53566c1ac8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/69614c53566c1ac8","status":"passed","time":{"start":1714380027089,"stop":1714380027089,"duration":0}},{"uid":"dbeb49be95cda271","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/dbeb49be95cda271","status":"passed","time":{"start":1714379595593,"stop":1714379595594,"duration":1}},{"uid":"683b1dd7a5974cbd","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/683b1dd7a5974cbd","status":"passed","time":{"start":1714296831844,"stop":1714296831844,"duration":0}}]},"tags":[]},"source":"aefd0a1ee31873f9.json","parameterValues":[]} \ No newline at end of file +{"uid":"36d772e45ff41980","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":1714500590513,"stop":1714500590514,"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":3,"unknown":0,"total":3},"items":[{"uid":"4928a3b7434b8337","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4928a3b7434b8337","status":"passed","time":{"start":1714494351414,"stop":1714494351414,"duration":0}},{"uid":"9c8df21e1a8de6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9c8df21e1a8de6d","status":"passed","time":{"start":1714492441819,"stop":1714492441819,"duration":0}}]},"tags":[]},"source":"36d772e45ff41980.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/36e2e120e3a08493.json b/6962/data/test-cases/36e2e120e3a08493.json new file mode 100644 index 00000000000..ee5f61bff9d --- /dev/null +++ b/6962/data/test-cases/36e2e120e3a08493.json @@ -0,0 +1 @@ +{"uid":"36e2e120e3a08493","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":1714500538710,"stop":1714500538710,"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":3,"unknown":0,"total":3},"items":[{"uid":"5a83760c20cb5f69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5a83760c20cb5f69","status":"passed","time":{"start":1714494290034,"stop":1714494290034,"duration":0}},{"uid":"9c483ea948cdf1a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9c483ea948cdf1a9","status":"passed","time":{"start":1714492394074,"stop":1714492394075,"duration":1}}]},"tags":[]},"source":"36e2e120e3a08493.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5f146aa086a4429f.json b/6962/data/test-cases/36e3f0cac841efe9.json similarity index 74% rename from 6944/data/test-cases/5f146aa086a4429f.json rename to 6962/data/test-cases/36e3f0cac841efe9.json index 5f988914d78..b82df6bec2a 100644 --- a/6944/data/test-cases/5f146aa086a4429f.json +++ b/6962/data/test-cases/36e3f0cac841efe9.json @@ -1 +1 @@ -{"uid":"5f146aa086a4429f","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":1714425349909,"stop":1714425349909,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"a658fb298c41f9a2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a658fb298c41f9a2","status":"passed","time":{"start":1714415539981,"stop":1714415539981,"duration":0}},{"uid":"1480a2e8b91885b9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1480a2e8b91885b9","status":"passed","time":{"start":1714415671320,"stop":1714415671320,"duration":0}},{"uid":"716863c9dc120d77","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/716863c9dc120d77","status":"passed","time":{"start":1714407878086,"stop":1714407878087,"duration":1}},{"uid":"f183e75de01b61f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f183e75de01b61f","status":"passed","time":{"start":1714406907402,"stop":1714406907402,"duration":0}},{"uid":"deaa63b1e1cc10ce","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/deaa63b1e1cc10ce","status":"passed","time":{"start":1714404685460,"stop":1714404685460,"duration":0}},{"uid":"21853f00d95c437","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/21853f00d95c437","status":"passed","time":{"start":1714404398008,"stop":1714404398008,"duration":0}},{"uid":"e704983aeef99618","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e704983aeef99618","status":"passed","time":{"start":1714404193478,"stop":1714404193478,"duration":0}},{"uid":"5c9867eca23404ba","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5c9867eca23404ba","status":"passed","time":{"start":1714386646800,"stop":1714386646801,"duration":1}},{"uid":"c9a9c3bc77732903","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c9a9c3bc77732903","status":"passed","time":{"start":1714385711036,"stop":1714385711037,"duration":1}},{"uid":"47d9881e184faa0f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/47d9881e184faa0f","status":"passed","time":{"start":1714385006985,"stop":1714385006986,"duration":1}},{"uid":"ea25ebb6e2e0ff59","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ea25ebb6e2e0ff59","status":"passed","time":{"start":1714384687421,"stop":1714384687422,"duration":1}},{"uid":"d7d81324f0f3d6fa","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d7d81324f0f3d6fa","status":"passed","time":{"start":1714383085795,"stop":1714383085796,"duration":1}},{"uid":"986ee104202d82af","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/986ee104202d82af","status":"passed","time":{"start":1714383482556,"stop":1714383482556,"duration":0}},{"uid":"7be79318d76522d4","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/7be79318d76522d4","status":"passed","time":{"start":1714382879529,"stop":1714382879529,"duration":0}},{"uid":"ae3c9fc4133a9eae","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ae3c9fc4133a9eae","status":"passed","time":{"start":1714383290176,"stop":1714383290176,"duration":0}},{"uid":"c928e8d7547a5388","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c928e8d7547a5388","status":"passed","time":{"start":1714383178724,"stop":1714383178724,"duration":0}},{"uid":"f7fc550c2feec938","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f7fc550c2feec938","status":"passed","time":{"start":1714381680879,"stop":1714381680879,"duration":0}},{"uid":"5b0605cfd81b25de","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/5b0605cfd81b25de","status":"passed","time":{"start":1714380462797,"stop":1714380462798,"duration":1}},{"uid":"6449dbc08503c20","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6449dbc08503c20","status":"passed","time":{"start":1714380037753,"stop":1714380037754,"duration":1}},{"uid":"b181321cab8e4218","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b181321cab8e4218","status":"passed","time":{"start":1714297267387,"stop":1714297267388,"duration":1}}]},"tags":[]},"source":"5f146aa086a4429f.json","parameterValues":[]} \ No newline at end of file +{"uid":"36e3f0cac841efe9","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":1714501039483,"stop":1714501039483,"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":3,"unknown":0,"total":3},"items":[{"uid":"ca3cba33b5e7ed01","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ca3cba33b5e7ed01","status":"passed","time":{"start":1714494791251,"stop":1714494791252,"duration":1}},{"uid":"61dfbf8e33ebc8ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/61dfbf8e33ebc8ca","status":"passed","time":{"start":1714492870709,"stop":1714492870709,"duration":0}}]},"tags":[]},"source":"36e3f0cac841efe9.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/36f2ca1ed3423162.json b/6962/data/test-cases/36f2ca1ed3423162.json new file mode 100644 index 00000000000..c2072401fa7 --- /dev/null +++ b/6962/data/test-cases/36f2ca1ed3423162.json @@ -0,0 +1 @@ +{"uid":"36f2ca1ed3423162","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":1714500534106,"stop":1714500534106,"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":3,"unknown":0,"total":3},"items":[{"uid":"f62031c462eb6b2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f62031c462eb6b2c","status":"passed","time":{"start":1714494285528,"stop":1714494285528,"duration":0}},{"uid":"554b0b375e3f00c6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/554b0b375e3f00c6","status":"passed","time":{"start":1714492389342,"stop":1714492389342,"duration":0}}]},"tags":[]},"source":"36f2ca1ed3423162.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/375d6ac4feb9d06b.json b/6962/data/test-cases/375d6ac4feb9d06b.json new file mode 100644 index 00000000000..d13fd7a88a4 --- /dev/null +++ b/6962/data/test-cases/375d6ac4feb9d06b.json @@ -0,0 +1 @@ +{"uid":"375d6ac4feb9d06b","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":1714500744146,"stop":1714500744178,"duration":32},"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":3,"unknown":0,"total":3},"items":[{"uid":"54150a267831ca7b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54150a267831ca7b","status":"passed","time":{"start":1714494482350,"stop":1714494482350,"duration":0}},{"uid":"334f9dd608964a99","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/334f9dd608964a99","status":"passed","time":{"start":1714492591365,"stop":1714492591365,"duration":0}}]},"tags":[]},"source":"375d6ac4feb9d06b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/37f2d6b246cdb46f.json b/6962/data/test-cases/37f2d6b246cdb46f.json new file mode 100644 index 00000000000..3551e53251e --- /dev/null +++ b/6962/data/test-cases/37f2d6b246cdb46f.json @@ -0,0 +1 @@ +{"uid":"37f2d6b246cdb46f","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","fullName":"/src/common/sharding.spec.ts: ensureShardingConfigured > should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","historyId":"bb739baa97ece17f2fb5da4576683547:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525355,"stop":1714500525355,"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":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3007b732271b9537","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3007b732271b9537","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"6a595f5903ad4d65","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a595f5903ad4d65","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"tags":[]},"source":"37f2d6b246cdb46f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a89f90842aabfde8.json b/6962/data/test-cases/3843db59d9d30cf5.json similarity index 77% rename from 6944/data/test-cases/a89f90842aabfde8.json rename to 6962/data/test-cases/3843db59d9d30cf5.json index ebefb4ab11d..10291a8385d 100644 --- a/6944/data/test-cases/a89f90842aabfde8.json +++ b/6962/data/test-cases/3843db59d9d30cf5.json @@ -1 +1 @@ -{"uid":"a89f90842aabfde8","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":1714425369970,"stop":1714425369971,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"b956802db3382fa0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b956802db3382fa0","status":"passed","time":{"start":1714415516385,"stop":1714415516386,"duration":1}},{"uid":"e4d68c6264a4d005","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e4d68c6264a4d005","status":"passed","time":{"start":1714415679035,"stop":1714415679036,"duration":1}},{"uid":"ead4e5080ddeea1e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ead4e5080ddeea1e","status":"passed","time":{"start":1714407884335,"stop":1714407884335,"duration":0}},{"uid":"f799f0c06d7c673a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f799f0c06d7c673a","status":"passed","time":{"start":1714406914333,"stop":1714406914333,"duration":0}},{"uid":"abfd4908fccc52e0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/abfd4908fccc52e0","status":"passed","time":{"start":1714404690124,"stop":1714404690125,"duration":1}},{"uid":"f0589713c7bb4298","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f0589713c7bb4298","status":"passed","time":{"start":1714404379793,"stop":1714404379793,"duration":0}},{"uid":"b1b1c7217b78a00d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b1b1c7217b78a00d","status":"passed","time":{"start":1714404194554,"stop":1714404194554,"duration":0}},{"uid":"7cbc0dddbab5d858","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7cbc0dddbab5d858","status":"passed","time":{"start":1714386653743,"stop":1714386653743,"duration":0}},{"uid":"93f24babd23a5d5e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/93f24babd23a5d5e","status":"passed","time":{"start":1714385733969,"stop":1714385733970,"duration":1}},{"uid":"4718a8f78df7c30a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4718a8f78df7c30a","status":"passed","time":{"start":1714385024720,"stop":1714385024726,"duration":6}},{"uid":"814a23aaf6db19af","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/814a23aaf6db19af","status":"passed","time":{"start":1714384714561,"stop":1714384714561,"duration":0}},{"uid":"53039b83b983505b","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/53039b83b983505b","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067774,"stop":1714384067775,"duration":1}},{"uid":"b167c40e0800d57a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b167c40e0800d57a","status":"passed","time":{"start":1714383490755,"stop":1714383490756,"duration":1}},{"uid":"1feb43f4b4593d54","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1feb43f4b4593d54","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840462,"stop":1714383840462,"duration":0}},{"uid":"2a90907b4786d5db","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/2a90907b4786d5db","status":"passed","time":{"start":1714383300581,"stop":1714383300582,"duration":1}},{"uid":"f454c3b951b64ec4","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f454c3b951b64ec4","status":"passed","time":{"start":1714383176783,"stop":1714383176784,"duration":1}},{"uid":"2dd4cb0dc5e352e3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2dd4cb0dc5e352e3","status":"passed","time":{"start":1714381688746,"stop":1714381688746,"duration":0}},{"uid":"25cfe81e23069052","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/25cfe81e23069052","status":"passed","time":{"start":1714380481158,"stop":1714380481158,"duration":0}},{"uid":"6c6ebbe701c59712","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6c6ebbe701c59712","status":"passed","time":{"start":1714380049539,"stop":1714380049539,"duration":0}},{"uid":"da4180142a46b999","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/da4180142a46b999","status":"passed","time":{"start":1714297302898,"stop":1714297302898,"duration":0}}]},"tags":[]},"source":"a89f90842aabfde8.json","parameterValues":[]} \ No newline at end of file +{"uid":"3843db59d9d30cf5","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":1714501050457,"stop":1714501050457,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5163aebb212f9859","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5163aebb212f9859","status":"passed","time":{"start":1714494785917,"stop":1714494785917,"duration":0}},{"uid":"a7a4a1ce1f6de365","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7a4a1ce1f6de365","status":"passed","time":{"start":1714492898572,"stop":1714492898572,"duration":0}}]},"tags":[]},"source":"3843db59d9d30cf5.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c1f788b2e861f929.json b/6962/data/test-cases/389c6016febc014c.json similarity index 78% rename from 6944/data/test-cases/c1f788b2e861f929.json rename to 6962/data/test-cases/389c6016febc014c.json index 44aa5239cc7..d08d7b5855f 100644 --- a/6944/data/test-cases/c1f788b2e861f929.json +++ b/6962/data/test-cases/389c6016febc014c.json @@ -1 +1 @@ -{"uid":"c1f788b2e861f929","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":1714425137452,"stop":1714425137452,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"c87ed8d9b039543b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c87ed8d9b039543b","status":"passed","time":{"start":1714415306374,"stop":1714415306375,"duration":1}},{"uid":"b0d18089dc87336a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b0d18089dc87336a","status":"passed","time":{"start":1714415441028,"stop":1714415441029,"duration":1}},{"uid":"5d9c426b788bb20d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5d9c426b788bb20d","status":"passed","time":{"start":1714407661411,"stop":1714407661418,"duration":7}},{"uid":"9ba1e0b05f658d1d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9ba1e0b05f658d1d","status":"passed","time":{"start":1714406688865,"stop":1714406688866,"duration":1}},{"uid":"f5ce7962d3dff39a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f5ce7962d3dff39a","status":"passed","time":{"start":1714404480622,"stop":1714404480623,"duration":1}},{"uid":"a5c8da42506816cc","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a5c8da42506816cc","status":"passed","time":{"start":1714404187316,"stop":1714404187324,"duration":8}},{"uid":"96cb1670579eede9","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/96cb1670579eede9","status":"passed","time":{"start":1714403975086,"stop":1714403975096,"duration":10}},{"uid":"e2ef7a41190daa30","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e2ef7a41190daa30","status":"passed","time":{"start":1714386442455,"stop":1714386442455,"duration":0}},{"uid":"b5b767474bc2e09e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b5b767474bc2e09e","status":"passed","time":{"start":1714385503990,"stop":1714385503990,"duration":0}},{"uid":"b195725e2053adf4","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b195725e2053adf4","status":"passed","time":{"start":1714384798824,"stop":1714384798826,"duration":2}},{"uid":"e2d43be3e6f539bd","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e2d43be3e6f539bd","status":"passed","time":{"start":1714384484753,"stop":1714384484754,"duration":1}},{"uid":"761ab20bba7ab7","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/761ab20bba7ab7","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939606,"stop":1714382939606,"duration":0}},{"uid":"4b7ffdc2f50af50b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4b7ffdc2f50af50b","status":"passed","time":{"start":1714383271362,"stop":1714383271363,"duration":1}},{"uid":"3c75b4e715d027f2","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3c75b4e715d027f2","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742236,"stop":1714382742236,"duration":0}},{"uid":"56071331de2927d4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/56071331de2927d4","status":"passed","time":{"start":1714383085688,"stop":1714383085689,"duration":1}},{"uid":"1c1720780d33f8d7","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/1c1720780d33f8d7","status":"passed","time":{"start":1714382957851,"stop":1714382957851,"duration":0}},{"uid":"bd4cc3c28a81ea1f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/bd4cc3c28a81ea1f","status":"passed","time":{"start":1714381467341,"stop":1714381467341,"duration":0}},{"uid":"97db1cacd6409eed","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/97db1cacd6409eed","status":"passed","time":{"start":1714380262873,"stop":1714380262873,"duration":0}},{"uid":"a64df9c42c8e620e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a64df9c42c8e620e","status":"passed","time":{"start":1714379832136,"stop":1714379832137,"duration":1}},{"uid":"47f79ace552b246f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/47f79ace552b246f","status":"passed","time":{"start":1714297053928,"stop":1714297053928,"duration":0}}]},"tags":[]},"source":"c1f788b2e861f929.json","parameterValues":[]} \ No newline at end of file +{"uid":"389c6016febc014c","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":1714500823182,"stop":1714500823182,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ddf3b1b30a0177e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ddf3b1b30a0177e","status":"passed","time":{"start":1714494571261,"stop":1714494571261,"duration":0}},{"uid":"60c31a36280bce00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60c31a36280bce00","status":"passed","time":{"start":1714492678655,"stop":1714492678655,"duration":0}}]},"tags":[]},"source":"389c6016febc014c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/38b917a112f3bdcc.json b/6962/data/test-cases/38b917a112f3bdcc.json new file mode 100644 index 00000000000..95a2024be10 --- /dev/null +++ b/6962/data/test-cases/38b917a112f3bdcc.json @@ -0,0 +1 @@ +{"uid":"38b917a112f3bdcc","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":1714500589622,"stop":1714500589623,"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":3,"unknown":0,"total":3},"items":[{"uid":"c486ab7c309514b6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c486ab7c309514b6","status":"passed","time":{"start":1714494341390,"stop":1714494341390,"duration":0}},{"uid":"eec9bf970fc643b7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eec9bf970fc643b7","status":"passed","time":{"start":1714492438813,"stop":1714492438814,"duration":1}}]},"tags":[]},"source":"38b917a112f3bdcc.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/39195add76e3d83.json b/6962/data/test-cases/39195add76e3d83.json new file mode 100644 index 00000000000..29d9643c3a2 --- /dev/null +++ b/6962/data/test-cases/39195add76e3d83.json @@ -0,0 +1 @@ +{"uid":"39195add76e3d83","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":1714501123811,"stop":1714501123811,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"ac804102dbd02019","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac804102dbd02019","status":"passed","time":{"start":1714494838850,"stop":1714494838850,"duration":0}},{"uid":"f52b897657548717","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f52b897657548717","status":"passed","time":{"start":1714492985768,"stop":1714492985768,"duration":0}}]},"tags":[]},"source":"39195add76e3d83.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/222cb418fa31b589.json b/6962/data/test-cases/3949523b9a038911.json similarity index 77% rename from 6944/data/test-cases/222cb418fa31b589.json rename to 6962/data/test-cases/3949523b9a038911.json index abec34bd916..e89123289f9 100644 --- a/6944/data/test-cases/222cb418fa31b589.json +++ b/6962/data/test-cases/3949523b9a038911.json @@ -1 +1 @@ -{"uid":"222cb418fa31b589","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":1714425369937,"stop":1714425369938,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"86d8ce1c02ebf7e5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/86d8ce1c02ebf7e5","status":"passed","time":{"start":1714415516366,"stop":1714415516367,"duration":1}},{"uid":"a47058579196f628","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a47058579196f628","status":"passed","time":{"start":1714415679021,"stop":1714415679022,"duration":1}},{"uid":"9b329fdfc26ba79b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b329fdfc26ba79b","status":"passed","time":{"start":1714407884315,"stop":1714407884315,"duration":0}},{"uid":"1be7b5e393943e9d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1be7b5e393943e9d","status":"passed","time":{"start":1714406914277,"stop":1714406914277,"duration":0}},{"uid":"9f28fc1d6fe61d24","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9f28fc1d6fe61d24","status":"passed","time":{"start":1714404690101,"stop":1714404690101,"duration":0}},{"uid":"63546759a738841c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/63546759a738841c","status":"passed","time":{"start":1714404379770,"stop":1714404379770,"duration":0}},{"uid":"63a02ea75a194a07","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/63a02ea75a194a07","status":"passed","time":{"start":1714404194535,"stop":1714404194536,"duration":1}},{"uid":"4d794931e45fc370","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4d794931e45fc370","status":"passed","time":{"start":1714386653716,"stop":1714386653716,"duration":0}},{"uid":"a08505b6119f1ea9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a08505b6119f1ea9","status":"passed","time":{"start":1714385733942,"stop":1714385733943,"duration":1}},{"uid":"352aa1838d15247a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/352aa1838d15247a","status":"passed","time":{"start":1714385024692,"stop":1714385024694,"duration":2}},{"uid":"a312dbce0a2621b6","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a312dbce0a2621b6","status":"passed","time":{"start":1714384714539,"stop":1714384714539,"duration":0}},{"uid":"c2b5a4a0b3441de5","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c2b5a4a0b3441de5","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067712,"stop":1714384067713,"duration":1}},{"uid":"f46b5ef0678559ef","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f46b5ef0678559ef","status":"passed","time":{"start":1714383490727,"stop":1714383490727,"duration":0}},{"uid":"aae8b0d70bb5f268","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/aae8b0d70bb5f268","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840410,"stop":1714383840411,"duration":1}},{"uid":"23957f3306a138b2","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/23957f3306a138b2","status":"passed","time":{"start":1714383300543,"stop":1714383300543,"duration":0}},{"uid":"86699114c432869d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/86699114c432869d","status":"passed","time":{"start":1714383176765,"stop":1714383176765,"duration":0}},{"uid":"e5f5d153ce0756a9","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e5f5d153ce0756a9","status":"passed","time":{"start":1714381688730,"stop":1714381688730,"duration":0}},{"uid":"fed99da624fdb975","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fed99da624fdb975","status":"passed","time":{"start":1714380481133,"stop":1714380481133,"duration":0}},{"uid":"d01679a919f1308f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d01679a919f1308f","status":"passed","time":{"start":1714380049517,"stop":1714380049517,"duration":0}},{"uid":"1399a2b1d54676","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1399a2b1d54676","status":"passed","time":{"start":1714297302876,"stop":1714297302876,"duration":0}}]},"tags":[]},"source":"222cb418fa31b589.json","parameterValues":[]} \ No newline at end of file +{"uid":"3949523b9a038911","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":1714501050432,"stop":1714501050432,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"482429defc24668d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/482429defc24668d","status":"passed","time":{"start":1714494785899,"stop":1714494785899,"duration":0}},{"uid":"e0ac7a9b8df7c5e3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0ac7a9b8df7c5e3","status":"passed","time":{"start":1714492898556,"stop":1714492898556,"duration":0}}]},"tags":[]},"source":"3949523b9a038911.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/15ac457d10b05c91.json b/6962/data/test-cases/39d45d4ebd2760a9.json similarity index 83% rename from 6944/data/test-cases/15ac457d10b05c91.json rename to 6962/data/test-cases/39d45d4ebd2760a9.json index 335a962ea34..39c925120f2 100644 --- a/6944/data/test-cases/15ac457d10b05c91.json +++ b/6962/data/test-cases/39d45d4ebd2760a9.json @@ -1 +1 @@ -{"uid":"15ac457d10b05c91","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":1714425301141,"stop":1714425301141,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"8055c4060528969c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8055c4060528969c","status":"passed","time":{"start":1714415473271,"stop":1714415473272,"duration":1}},{"uid":"3f04c56f3e9b302e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3f04c56f3e9b302e","status":"passed","time":{"start":1714415615365,"stop":1714415615366,"duration":1}},{"uid":"593d0e28bb2a189d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/593d0e28bb2a189d","status":"passed","time":{"start":1714407816875,"stop":1714407816875,"duration":0}},{"uid":"79579fc21403bfd5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/79579fc21403bfd5","status":"passed","time":{"start":1714406861594,"stop":1714406861595,"duration":1}},{"uid":"cd2223e96cb66580","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cd2223e96cb66580","status":"passed","time":{"start":1714404628280,"stop":1714404628280,"duration":0}},{"uid":"29080db93733d22f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/29080db93733d22f","status":"passed","time":{"start":1714404348897,"stop":1714404348898,"duration":1}},{"uid":"67bd6079c76fb924","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/67bd6079c76fb924","status":"passed","time":{"start":1714404137263,"stop":1714404137265,"duration":2}},{"uid":"543c572e57a2e765","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/543c572e57a2e765","status":"passed","time":{"start":1714386585853,"stop":1714386585854,"duration":1}},{"uid":"5d665904ff6e7fa8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5d665904ff6e7fa8","status":"passed","time":{"start":1714385651946,"stop":1714385651947,"duration":1}},{"uid":"b7836ec05f0e8d72","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b7836ec05f0e8d72","status":"passed","time":{"start":1714384939251,"stop":1714384939252,"duration":1}},{"uid":"d7399f64d48f9720","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d7399f64d48f9720","status":"passed","time":{"start":1714384633425,"stop":1714384633425,"duration":0}},{"uid":"791dcbfd460b39a1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/791dcbfd460b39a1","status":"passed","time":{"start":1714383068444,"stop":1714383068444,"duration":0}},{"uid":"605493c1928a3dad","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/605493c1928a3dad","status":"passed","time":{"start":1714383427873,"stop":1714383427873,"duration":0}},{"uid":"d8c79baee8bfece0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d8c79baee8bfece0","status":"passed","time":{"start":1714382856569,"stop":1714382856569,"duration":0}},{"uid":"fd00682cfcdc0355","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/fd00682cfcdc0355","status":"passed","time":{"start":1714383232256,"stop":1714383232256,"duration":0}},{"uid":"81b70673a8aa8cd7","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/81b70673a8aa8cd7","status":"passed","time":{"start":1714383125902,"stop":1714383125903,"duration":1}},{"uid":"4d344408d1fe33f2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/4d344408d1fe33f2","status":"passed","time":{"start":1714381639316,"stop":1714381639316,"duration":0}},{"uid":"e4cd453b0095702f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e4cd453b0095702f","status":"passed","time":{"start":1714380392367,"stop":1714380392368,"duration":1}},{"uid":"bc07f1f87ac18f0c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/bc07f1f87ac18f0c","status":"passed","time":{"start":1714379984453,"stop":1714379984454,"duration":1}},{"uid":"1da907fd125a9c3c","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1da907fd125a9c3c","status":"passed","time":{"start":1714297212219,"stop":1714297212219,"duration":0}}]},"tags":[]},"source":"15ac457d10b05c91.json","parameterValues":[]} \ No newline at end of file +{"uid":"39d45d4ebd2760a9","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":1714500976559,"stop":1714500976559,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"4f7ab790bd2b00b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f7ab790bd2b00b4","status":"passed","time":{"start":1714494735303,"stop":1714494735303,"duration":0}},{"uid":"d267e46066a458f6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d267e46066a458f6","status":"passed","time":{"start":1714492814973,"stop":1714492814973,"duration":0}}]},"tags":[]},"source":"39d45d4ebd2760a9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8b23b528b5783b66.json b/6962/data/test-cases/3a2671960a57437c.json similarity index 78% rename from 6944/data/test-cases/8b23b528b5783b66.json rename to 6962/data/test-cases/3a2671960a57437c.json index ef7fc4830af..f11b74775f6 100644 --- a/6944/data/test-cases/8b23b528b5783b66.json +++ b/6962/data/test-cases/3a2671960a57437c.json @@ -1 +1 @@ -{"uid":"8b23b528b5783b66","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":1714425137458,"stop":1714425137459,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"88e4b6055056ac75","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/88e4b6055056ac75","status":"passed","time":{"start":1714415306379,"stop":1714415306379,"duration":0}},{"uid":"ea80970e8413aac5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ea80970e8413aac5","status":"passed","time":{"start":1714415441033,"stop":1714415441033,"duration":0}},{"uid":"40dacc83bccc9caf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/40dacc83bccc9caf","status":"passed","time":{"start":1714407661422,"stop":1714407661422,"duration":0}},{"uid":"d6d7783de7176db5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d6d7783de7176db5","status":"passed","time":{"start":1714406688870,"stop":1714406688871,"duration":1}},{"uid":"4e18e47b99ba3ac8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4e18e47b99ba3ac8","status":"passed","time":{"start":1714404480634,"stop":1714404480635,"duration":1}},{"uid":"4e36accc793f097f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4e36accc793f097f","status":"passed","time":{"start":1714404187328,"stop":1714404187328,"duration":0}},{"uid":"6336e4d9ca01d6fc","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6336e4d9ca01d6fc","status":"passed","time":{"start":1714403975124,"stop":1714403975124,"duration":0}},{"uid":"483156189dc35684","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/483156189dc35684","status":"passed","time":{"start":1714386442464,"stop":1714386442465,"duration":1}},{"uid":"f920ff3f55d6d1ea","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f920ff3f55d6d1ea","status":"passed","time":{"start":1714385503994,"stop":1714385503995,"duration":1}},{"uid":"6942ffde2e493f8f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6942ffde2e493f8f","status":"passed","time":{"start":1714384798839,"stop":1714384798841,"duration":2}},{"uid":"dbdcae07fc7dfc85","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/dbdcae07fc7dfc85","status":"passed","time":{"start":1714384484766,"stop":1714384484766,"duration":0}},{"uid":"69129551cabed027","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/69129551cabed027","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939615,"stop":1714382939616,"duration":1}},{"uid":"497c4cd035f1792c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/497c4cd035f1792c","status":"passed","time":{"start":1714383271369,"stop":1714383271369,"duration":0}},{"uid":"eb499d907cf88038","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/eb499d907cf88038","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742247,"stop":1714382742247,"duration":0}},{"uid":"8f03e9a801b3e172","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8f03e9a801b3e172","status":"passed","time":{"start":1714383085703,"stop":1714383085704,"duration":1}},{"uid":"e9c35640173b8574","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e9c35640173b8574","status":"passed","time":{"start":1714382957855,"stop":1714382957856,"duration":1}},{"uid":"37ae45b507deb788","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/37ae45b507deb788","status":"passed","time":{"start":1714381467345,"stop":1714381467345,"duration":0}},{"uid":"dd56e5366d30182d","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/dd56e5366d30182d","status":"passed","time":{"start":1714380262877,"stop":1714380262877,"duration":0}},{"uid":"e1dd3a26c04756d8","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e1dd3a26c04756d8","status":"passed","time":{"start":1714379832142,"stop":1714379832143,"duration":1}},{"uid":"f948bdf8702b9f53","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f948bdf8702b9f53","status":"passed","time":{"start":1714297053932,"stop":1714297053932,"duration":0}}]},"tags":[]},"source":"8b23b528b5783b66.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a2671960a57437c","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":1714500823186,"stop":1714500823187,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34a4be2943103c98","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34a4be2943103c98","status":"passed","time":{"start":1714494571266,"stop":1714494571266,"duration":0}},{"uid":"dfd2628196a71fb1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dfd2628196a71fb1","status":"passed","time":{"start":1714492678665,"stop":1714492678665,"duration":0}}]},"tags":[]},"source":"3a2671960a57437c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3a37652771e26284.json b/6962/data/test-cases/3a37652771e26284.json new file mode 100644 index 00000000000..519ae0024bc --- /dev/null +++ b/6962/data/test-cases/3a37652771e26284.json @@ -0,0 +1 @@ +{"uid":"3a37652771e26284","name":"handles empty contentTopics array correctly","fullName":"/src/common/sharding.spec.ts: ensureShardingConfigured > handles empty contentTopics array correctly","historyId":"3731f37c9b4e25689c3c6de02b004918:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525356,"stop":1714500525357,"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":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c5daf65b239930db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c5daf65b239930db","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"81d39fd27bfa3143","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/81d39fd27bfa3143","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"tags":[]},"source":"3a37652771e26284.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3a7f36ebcce1943c.json b/6962/data/test-cases/3a75abec7027b9c2.json similarity index 74% rename from 6944/data/test-cases/3a7f36ebcce1943c.json rename to 6962/data/test-cases/3a75abec7027b9c2.json index ded7de08ae1..67d8f0fbee3 100644 --- a/6944/data/test-cases/3a7f36ebcce1943c.json +++ b/6962/data/test-cases/3a75abec7027b9c2.json @@ -1 +1 @@ -{"uid":"3a7f36ebcce1943c","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":1714425348194,"stop":1714425348194,"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":74,"passed":0,"unknown":0,"total":74},"items":[{"uid":"610aa36b2eaef1f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/610aa36b2eaef1f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415541652,"stop":1714415541652,"duration":0}},{"uid":"40754d56de66d50c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/40754d56de66d50c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415666686,"stop":1714415666686,"duration":0}},{"uid":"b401193822a9d1d2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b401193822a9d1d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407867323,"stop":1714407867323,"duration":0}},{"uid":"244258678631752","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/244258678631752","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406901770,"stop":1714406901770,"duration":0}},{"uid":"ce4f26f8c47d6143","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ce4f26f8c47d6143","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685939,"stop":1714404685939,"duration":0}},{"uid":"980cf2c72b0b0ed5","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/980cf2c72b0b0ed5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404389195,"stop":1714404389195,"duration":0}},{"uid":"85f2a0b4a454b74e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/85f2a0b4a454b74e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404179643,"stop":1714404179643,"duration":0}},{"uid":"4b4398820ae8fa6f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4b4398820ae8fa6f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714386642387,"stop":1714386642387,"duration":0}},{"uid":"d4a278fbe8d6d78a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d4a278fbe8d6d78a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385705603,"stop":1714385705603,"duration":0}},{"uid":"4f1912c671cca5b9","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4f1912c671cca5b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385001602,"stop":1714385001602,"duration":0}},{"uid":"3ccbbef150549f6b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3ccbbef150549f6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384689797,"stop":1714384689797,"duration":0}},{"uid":"8394252f0b37179d","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/8394252f0b37179d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383060306,"stop":1714383060307,"duration":1}},{"uid":"f81a1c763945bbd6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f81a1c763945bbd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383479974,"stop":1714383479974,"duration":0}},{"uid":"8b9fd1beb0790724","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8b9fd1beb0790724","status":"skipped","statusDetails":"Test ignored","time":{"start":1714382864765,"stop":1714382864765,"duration":0}},{"uid":"99652a2b9509173d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/99652a2b9509173d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383281584,"stop":1714383281584,"duration":0}},{"uid":"9841790470ac166e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9841790470ac166e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383168066,"stop":1714383168066,"duration":0}},{"uid":"c08549d237da131c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c08549d237da131c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714381685746,"stop":1714381685746,"duration":0}},{"uid":"653cb4c8353c0db9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/653cb4c8353c0db9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380450825,"stop":1714380450826,"duration":1}},{"uid":"f705cd02da4791b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f705cd02da4791b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380035072,"stop":1714380035073,"duration":1}},{"uid":"226e6aa7168d4bea","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/226e6aa7168d4bea","status":"skipped","statusDetails":"Test ignored","time":{"start":1714297259190,"stop":1714297259191,"duration":1}}]},"tags":[]},"source":"3a7f36ebcce1943c.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a75abec7027b9c2","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":1714501036174,"stop":1714501036175,"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":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"587112cd9d07dc59","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/587112cd9d07dc59","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494788150,"stop":1714494788150,"duration":0}},{"uid":"386700e28e196751","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/386700e28e196751","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860437,"stop":1714492860437,"duration":0}}]},"tags":[]},"source":"3a75abec7027b9c2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3af9544ae64e4663.json b/6962/data/test-cases/3af9544ae64e4663.json new file mode 100644 index 00000000000..f945d1d03e5 --- /dev/null +++ b/6962/data/test-cases/3af9544ae64e4663.json @@ -0,0 +1 @@ +{"uid":"3af9544ae64e4663","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":1714500786928,"stop":1714500786928,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"90770a25530da195","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90770a25530da195","status":"passed","time":{"start":1714494536934,"stop":1714494536935,"duration":1}},{"uid":"16be9c5aef892fcc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/16be9c5aef892fcc","status":"passed","time":{"start":1714492635270,"stop":1714492635270,"duration":0}}]},"tags":[]},"source":"3af9544ae64e4663.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3b1a6b084a03c6c8.json b/6962/data/test-cases/3b1a6b084a03c6c8.json new file mode 100644 index 00000000000..4cbacd4c8ab --- /dev/null +++ b/6962/data/test-cases/3b1a6b084a03c6c8.json @@ -0,0 +1 @@ +{"uid":"3b1a6b084a03c6c8","name":"recovers when dns.resolve returns empty","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > recovers when dns.resolve returns empty","historyId":"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b59699121eea870","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2b59699121eea870","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"89da0b72af43d7a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89da0b72af43d7a8","status":"passed","time":{"start":1714492405126,"stop":1714492405126,"duration":0}}]},"tags":[]},"source":"3b1a6b084a03c6c8.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3b296a995253412c.json b/6962/data/test-cases/3b296a995253412c.json new file mode 100644 index 00000000000..a9797f26d91 --- /dev/null +++ b/6962/data/test-cases/3b296a995253412c.json @@ -0,0 +1 @@ +{"uid":"3b296a995253412c","name":"isConnected should return false after all peers disconnect","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected should return false after all peers disconnect","historyId":"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"95e0615e5338ae0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/95e0615e5338ae0e","status":"passed","time":{"start":1714494373389,"stop":1714494373389,"duration":0}},{"uid":"4ac035de3319f5dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ac035de3319f5dc","status":"passed","time":{"start":1714492481134,"stop":1714492481135,"duration":1}}]},"tags":[]},"source":"3b296a995253412c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f49c671dd57cd993.json b/6962/data/test-cases/3b6cf28547e72bfe.json similarity index 53% rename from 6944/data/test-cases/f49c671dd57cd993.json rename to 6962/data/test-cases/3b6cf28547e72bfe.json index b700b791d68..3704ea9895a 100644 --- a/6944/data/test-cases/f49c671dd57cd993.json +++ b/6962/data/test-cases/3b6cf28547e72bfe.json @@ -1 +1 @@ -{"uid":"f49c671dd57cd993","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425405879,"stop":1714425405880,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"49755da4b981ae23","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/49755da4b981ae23","status":"passed","time":{"start":1714415627132,"stop":1714415627133,"duration":1}},{"uid":"9dcc18614f1857f0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9dcc18614f1857f0","status":"passed","time":{"start":1714415727610,"stop":1714415727610,"duration":0}},{"uid":"ea546a58195a273c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ea546a58195a273c","status":"passed","time":{"start":1714407946534,"stop":1714407946534,"duration":0}},{"uid":"a4dd1ebd6116d8c5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a4dd1ebd6116d8c5","status":"passed","time":{"start":1714406957181,"stop":1714406957181,"duration":0}},{"uid":"5f2a97b87cf02f74","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5f2a97b87cf02f74","status":"passed","time":{"start":1714404754332,"stop":1714404754332,"duration":0}},{"uid":"746c5663fdbeb690","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/746c5663fdbeb690","status":"passed","time":{"start":1714404439696,"stop":1714404439696,"duration":0}},{"uid":"4c31076b61a3224c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4c31076b61a3224c","status":"passed","time":{"start":1714404231982,"stop":1714404231982,"duration":0}},{"uid":"3a6c503e168db343","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/3a6c503e168db343","status":"passed","time":{"start":1714386694966,"stop":1714386694966,"duration":0}},{"uid":"4da59122d239ea28","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4da59122d239ea28","status":"passed","time":{"start":1714385783964,"stop":1714385783964,"duration":0}},{"uid":"1f209727aca3ddda","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1f209727aca3ddda","status":"passed","time":{"start":1714385070855,"stop":1714385070856,"duration":1}},{"uid":"37404edda50eca69","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/37404edda50eca69","status":"passed","time":{"start":1714384753503,"stop":1714384753503,"duration":0}},{"uid":"707dc4c908ca6a77","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/707dc4c908ca6a77","status":"passed","time":{"start":1714383166152,"stop":1714383166152,"duration":0}},{"uid":"b99db7344b5fc1ca","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b99db7344b5fc1ca","status":"passed","time":{"start":1714383543873,"stop":1714383543873,"duration":0}},{"uid":"f47d45205aaa38f2","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f47d45205aaa38f2","status":"passed","time":{"start":1714382959548,"stop":1714382959548,"duration":0}},{"uid":"5e33881adf32046","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5e33881adf32046","status":"passed","time":{"start":1714383336636,"stop":1714383336636,"duration":0}},{"uid":"2015025b7e62eebf","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2015025b7e62eebf","status":"passed","time":{"start":1714383225819,"stop":1714383225819,"duration":0}},{"uid":"299bf59b118f0838","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/299bf59b118f0838","status":"passed","time":{"start":1714381721907,"stop":1714381721908,"duration":1}},{"uid":"af1e7c34771f2261","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/af1e7c34771f2261","status":"passed","time":{"start":1714380523201,"stop":1714380523201,"duration":0}},{"uid":"882fdefddee21053","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/882fdefddee21053","status":"passed","time":{"start":1714380085658,"stop":1714380085659,"duration":1}},{"uid":"bce8fd6a5d92b83a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/bce8fd6a5d92b83a","status":"passed","time":{"start":1714297343352,"stop":1714297343353,"duration":1}}]},"tags":[]},"source":"f49c671dd57cd993.json","parameterValues":[]} \ No newline at end of file +{"uid":"3b6cf28547e72bfe","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501094178,"stop":1714501094178,"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":3,"unknown":0,"total":3},"items":[{"uid":"c85fc66c40b60426","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c85fc66c40b60426","status":"passed","time":{"start":1714494837583,"stop":1714494837583,"duration":0}},{"uid":"575cfa6b854ec06f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/575cfa6b854ec06f","status":"passed","time":{"start":1714492927147,"stop":1714492927147,"duration":0}}]},"tags":[]},"source":"3b6cf28547e72bfe.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4271cb12df3126c3.json b/6962/data/test-cases/3b8524e3c20284c8.json similarity index 63% rename from 6944/data/test-cases/4271cb12df3126c3.json rename to 6962/data/test-cases/3b8524e3c20284c8.json index 0477b9658a6..55739c0bb71 100644 --- a/6944/data/test-cases/4271cb12df3126c3.json +++ b/6962/data/test-cases/3b8524e3c20284c8.json @@ -1 +1 @@ -{"uid":"4271cb12df3126c3","name":"Cluster ID 0 - Default/Global Cluster","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Cluster ID 0 - Default/Global Cluster","historyId":"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425396491,"stop":1714425396491,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":68,"unknown":0,"total":73},"items":[{"uid":"a9f518744b8eb4e4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a9f518744b8eb4e4","status":"passed","time":{"start":1714415596682,"stop":1714415596683,"duration":1}},{"uid":"16bd193f7b77ead6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/16bd193f7b77ead6","status":"passed","time":{"start":1714415715307,"stop":1714415715310,"duration":3}},{"uid":"30c6139be1aafee7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/30c6139be1aafee7","status":"passed","time":{"start":1714407912871,"stop":1714407912872,"duration":1}},{"uid":"3734b5e96b40b514","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3734b5e96b40b514","status":"passed","time":{"start":1714406956957,"stop":1714406956958,"duration":1}},{"uid":"91ef2e231cc11e14","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/91ef2e231cc11e14","status":"passed","time":{"start":1714404734765,"stop":1714404734765,"duration":0}},{"uid":"f838c95051a93610","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f838c95051a93610","status":"passed","time":{"start":1714404421544,"stop":1714404421544,"duration":0}},{"uid":"8c8b2a1ac1bde62e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8c8b2a1ac1bde62e","status":"passed","time":{"start":1714404232319,"stop":1714404232320,"duration":1}},{"uid":"880feab651ea7b14","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/880feab651ea7b14","status":"passed","time":{"start":1714386693827,"stop":1714386693828,"duration":1}},{"uid":"a10b953dbe7266e0","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a10b953dbe7266e0","status":"passed","time":{"start":1714385757956,"stop":1714385757956,"duration":0}},{"uid":"fc0b6c20bc9f4517","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/fc0b6c20bc9f4517","status":"passed","time":{"start":1714385048707,"stop":1714385048708,"duration":1}},{"uid":"b522b50cbedc0780","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b522b50cbedc0780","status":"passed","time":{"start":1714384745709,"stop":1714384745709,"duration":0}},{"uid":"fd75b5338b793e0e","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/fd75b5338b793e0e","status":"passed","time":{"start":1714383127006,"stop":1714383127006,"duration":0}},{"uid":"f6c4e7e478b1e356","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f6c4e7e478b1e356","status":"passed","time":{"start":1714383536785,"stop":1714383536785,"duration":0}},{"uid":"7ddfafb9c73e899c","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/7ddfafb9c73e899c","status":"passed","time":{"start":1714382918283,"stop":1714382918283,"duration":0}},{"uid":"22c01177e3709410","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/22c01177e3709410","status":"passed","time":{"start":1714383335672,"stop":1714383335673,"duration":1}},{"uid":"7dc06c03e73449ba","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7dc06c03e73449ba","status":"passed","time":{"start":1714383216302,"stop":1714383216303,"duration":1}},{"uid":"7feedd95061dab5d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7feedd95061dab5d","status":"passed","time":{"start":1714381730477,"stop":1714381730477,"duration":0}},{"uid":"cba8d41cbbf51d55","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/cba8d41cbbf51d55","status":"passed","time":{"start":1714380503460,"stop":1714380503460,"duration":0}},{"uid":"87b1a7fdd9c8187b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/87b1a7fdd9c8187b","status":"passed","time":{"start":1714380091388,"stop":1714380091388,"duration":0}},{"uid":"58c56d96570c05aa","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/58c56d96570c05aa","status":"passed","time":{"start":1714297312883,"stop":1714297312884,"duration":1}}]},"tags":[]},"source":"4271cb12df3126c3.json","parameterValues":[]} \ No newline at end of file +{"uid":"3b8524e3c20284c8","name":"Cluster ID 0 - Default/Global Cluster","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Cluster ID 0 - Default/Global Cluster","historyId":"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089324,"stop":1714501089324,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"20ea9285a05196a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/20ea9285a05196a1","status":"passed","time":{"start":1714494840004,"stop":1714494840004,"duration":0}},{"uid":"e9c7c3ac769d3779","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e9c7c3ac769d3779","status":"passed","time":{"start":1714492923647,"stop":1714492923648,"duration":1}}]},"tags":[]},"source":"3b8524e3c20284c8.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3b88845097973064.json b/6962/data/test-cases/3b88845097973064.json new file mode 100644 index 00000000000..7e544a7b5cb --- /dev/null +++ b/6962/data/test-cases/3b88845097973064.json @@ -0,0 +1 @@ +{"uid":"3b88845097973064","name":"Correctly serialized arguments","fullName":"/tests/nwaku.node.spec.ts: nwaku > Correctly serialized arguments","historyId":"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500850493,"stop":1714500850493,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"nwaku"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"14be827386c92a11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14be827386c92a11","status":"passed","time":{"start":1714494602390,"stop":1714494602390,"duration":0}},{"uid":"f28b9ab8e5bc13ae","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f28b9ab8e5bc13ae","status":"passed","time":{"start":1714492686294,"stop":1714492686295,"duration":1}}]},"tags":[]},"source":"3b88845097973064.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3c05e155370d8939.json b/6962/data/test-cases/3c05e155370d8939.json new file mode 100644 index 00000000000..af6d0ce66c4 --- /dev/null +++ b/6962/data/test-cases/3c05e155370d8939.json @@ -0,0 +1 @@ +{"uid":"3c05e155370d8939","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":1714500844872,"stop":1714500844872,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"bd0143e287b2eeb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bd0143e287b2eeb3","status":"passed","time":{"start":1714494594464,"stop":1714494594464,"duration":0}},{"uid":"a6cd7be15fb29f03","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a6cd7be15fb29f03","status":"passed","time":{"start":1714492694597,"stop":1714492694598,"duration":1}}]},"tags":[]},"source":"3c05e155370d8939.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3c890611cf4dd1da.json b/6962/data/test-cases/3c890611cf4dd1da.json new file mode 100644 index 00000000000..a15ca34e53d --- /dev/null +++ b/6962/data/test-cases/3c890611cf4dd1da.json @@ -0,0 +1 @@ +{"uid":"3c890611cf4dd1da","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","historyId":"f3e44dbc0166bb1fd9b9889ba11c8886:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525331,"stop":1714500525331,"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":3,"unknown":0,"total":3},"items":[{"uid":"3ac43a0e76eb1dfe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3ac43a0e76eb1dfe","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"100ce56a676c8804","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/100ce56a676c8804","status":"passed","time":{"start":1714492380862,"stop":1714492380863,"duration":1}}]},"tags":[]},"source":"3c890611cf4dd1da.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3ca041a03dca16d0.json b/6962/data/test-cases/3ca041a03dca16d0.json new file mode 100644 index 00000000000..e3710866ab3 --- /dev/null +++ b/6962/data/test-cases/3ca041a03dca16d0.json @@ -0,0 +1 @@ +{"uid":"3ca041a03dca16d0","name":"Relay + Store","fullName":"/src/enr.spec.ts: ENR > Waku2 key: decode > Relay + Store","historyId":"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500534112,"stop":1714500534112,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR"},{"name":"suite","value":"Waku2 key: decode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"712c2534d3662207","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/712c2534d3662207","status":"passed","time":{"start":1714494285533,"stop":1714494285533,"duration":0}},{"uid":"8b331a56edfb49a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8b331a56edfb49a","status":"passed","time":{"start":1714492389347,"stop":1714492389348,"duration":1}}]},"tags":[]},"source":"3ca041a03dca16d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b5563c540e343d0c.json b/6962/data/test-cases/3ccad7435a18266c.json similarity index 60% rename from 6944/data/test-cases/b5563c540e343d0c.json rename to 6962/data/test-cases/3ccad7435a18266c.json index 78695f6f29e..a6e8e2f7080 100644 --- a/6944/data/test-cases/b5563c540e343d0c.json +++ b/6962/data/test-cases/3ccad7435a18266c.json @@ -1 +1 @@ -{"uid":"b5563c540e343d0c","name":"should not receive a peer event after stop","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425363888,"stop":1714425363889,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"72a765a6adae2f35","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/72a765a6adae2f35","status":"passed","time":{"start":1714415544821,"stop":1714415544821,"duration":0}},{"uid":"a65b73eb40fd02f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a65b73eb40fd02f","status":"passed","time":{"start":1714415689074,"stop":1714415689075,"duration":1}},{"uid":"aece8a74e983d48b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aece8a74e983d48b","status":"passed","time":{"start":1714407902541,"stop":1714407902541,"duration":0}},{"uid":"d9c714ad95daebed","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d9c714ad95daebed","status":"passed","time":{"start":1714406920268,"stop":1714406920268,"duration":0}},{"uid":"374ef656a6d05339","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/374ef656a6d05339","status":"passed","time":{"start":1714404713591,"stop":1714404713591,"duration":0}},{"uid":"944cfbf35e6cd607","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/944cfbf35e6cd607","status":"passed","time":{"start":1714404404538,"stop":1714404404538,"duration":0}},{"uid":"e7eb64d7a8b636f4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e7eb64d7a8b636f4","status":"passed","time":{"start":1714404198231,"stop":1714404198231,"duration":0}},{"uid":"4ca535ba374f8eb","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4ca535ba374f8eb","status":"passed","time":{"start":1714386660422,"stop":1714386660423,"duration":1}},{"uid":"d0063bba5d05a3f2","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d0063bba5d05a3f2","status":"passed","time":{"start":1714385741764,"stop":1714385741764,"duration":0}},{"uid":"fd11220f1659180e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/fd11220f1659180e","status":"passed","time":{"start":1714385032264,"stop":1714385032265,"duration":1}},{"uid":"d7a5bf63a5785a9a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d7a5bf63a5785a9a","status":"passed","time":{"start":1714384700177,"stop":1714384700179,"duration":2}},{"uid":"f5ff665c46ebe464","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f5ff665c46ebe464","status":"passed","time":{"start":1714383167840,"stop":1714383167840,"duration":0}},{"uid":"2fd5f27bce35c676","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2fd5f27bce35c676","status":"passed","time":{"start":1714383503009,"stop":1714383503013,"duration":4}},{"uid":"9ad382e9331f4fe1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9ad382e9331f4fe1","status":"passed","time":{"start":1714382959999,"stop":1714382960000,"duration":1}},{"uid":"a503d1e38787ee01","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a503d1e38787ee01","status":"passed","time":{"start":1714383305651,"stop":1714383305651,"duration":0}},{"uid":"6540650ea3086836","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/6540650ea3086836","status":"passed","time":{"start":1714383191566,"stop":1714383191567,"duration":1}},{"uid":"ea5c7ea554aa6429","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ea5c7ea554aa6429","status":"passed","time":{"start":1714381688438,"stop":1714381688439,"duration":1}},{"uid":"9adba8f1e0e7d658","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/9adba8f1e0e7d658","status":"passed","time":{"start":1714380489768,"stop":1714380489769,"duration":1}},{"uid":"ab7943e5d8f6c259","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ab7943e5d8f6c259","status":"passed","time":{"start":1714380050171,"stop":1714380050172,"duration":1}},{"uid":"6e9f2719ff22c24","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6e9f2719ff22c24","status":"passed","time":{"start":1714297289404,"stop":1714297289404,"duration":0}}]},"tags":[]},"source":"b5563c540e343d0c.json","parameterValues":[]} \ No newline at end of file +{"uid":"3ccad7435a18266c","name":"should not receive a peer event after stop","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501049788,"stop":1714501049789,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"85599f15a06286d5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85599f15a06286d5","status":"passed","time":{"start":1714494802223,"stop":1714494802223,"duration":0}},{"uid":"cc287ed0cd0a568b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc287ed0cd0a568b","status":"passed","time":{"start":1714492887588,"stop":1714492887589,"duration":1}}]},"tags":[]},"source":"3ccad7435a18266c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3ccf8b15518f1ebd.json b/6962/data/test-cases/3ccf8b15518f1ebd.json new file mode 100644 index 00000000000..fd08a3f82fc --- /dev/null +++ b/6962/data/test-cases/3ccf8b15518f1ebd.json @@ -0,0 +1 @@ +{"uid":"3ccf8b15518f1ebd","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":1714500786930,"stop":1714500786931,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"7a3e9454421d0878","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a3e9454421d0878","status":"passed","time":{"start":1714494536937,"stop":1714494536937,"duration":0}},{"uid":"3bc1bf91496bec90","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bc1bf91496bec90","status":"passed","time":{"start":1714492635272,"stop":1714492635273,"duration":1}}]},"tags":[]},"source":"3ccf8b15518f1ebd.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3d0348f5a357ae92.json b/6962/data/test-cases/3d0348f5a357ae92.json new file mode 100644 index 00000000000..cad49479ebf --- /dev/null +++ b/6962/data/test-cases/3d0348f5a357ae92.json @@ -0,0 +1 @@ +{"uid":"3d0348f5a357ae92","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/x","historyId":"a2cbaa5dd740f221be6b07d1bd5d0ce1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525345,"stop":1714500525345,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6ec752f7104a7ae7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ec752f7104a7ae7","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"972c8d71bcd3a09e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/972c8d71bcd3a09e","status":"passed","time":{"start":1714492380870,"stop":1714492380871,"duration":1}}]},"tags":[]},"source":"3d0348f5a357ae92.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3d7b3c7f344b0472.json b/6962/data/test-cases/3d7b3c7f344b0472.json new file mode 100644 index 00000000000..c7929560139 --- /dev/null +++ b/6962/data/test-cases/3d7b3c7f344b0472.json @@ -0,0 +1 @@ +{"uid":"3d7b3c7f344b0472","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":1714500561874,"stop":1714500561874,"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":3,"unknown":0,"total":3},"items":[{"uid":"56ade637f64a1a91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56ade637f64a1a91","status":"passed","time":{"start":1714494312954,"stop":1714494312954,"duration":0}},{"uid":"7c24211be2c64ae8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c24211be2c64ae8","status":"passed","time":{"start":1714492412935,"stop":1714492412936,"duration":1}}]},"tags":[]},"source":"3d7b3c7f344b0472.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3dc1842cc5f126a.json b/6962/data/test-cases/3dc1842cc5f126a.json new file mode 100644 index 00000000000..954023f4f9f --- /dev/null +++ b/6962/data/test-cases/3dc1842cc5f126a.json @@ -0,0 +1 @@ +{"uid":"3dc1842cc5f126a","name":"should correctly map /myapp/1/latest/proto to shard index 0","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /myapp/1/latest/proto to shard index 0","historyId":"9ab1d654e249ed953a84c2880c7429a2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525326,"stop":1714500525327,"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":3,"unknown":0,"total":3},"items":[{"uid":"94a6d5dc4cf79a02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94a6d5dc4cf79a02","status":"passed","time":{"start":1714494276804,"stop":1714494276804,"duration":0}},{"uid":"48c49e3dbb58560f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/48c49e3dbb58560f","status":"passed","time":{"start":1714492380858,"stop":1714492380858,"duration":0}}]},"tags":[]},"source":"3dc1842cc5f126a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3e68087f64dee3d6.json b/6962/data/test-cases/3e68087f64dee3d6.json new file mode 100644 index 00000000000..8ecefa853a9 --- /dev/null +++ b/6962/data/test-cases/3e68087f64dee3d6.json @@ -0,0 +1 @@ +{"uid":"3e68087f64dee3d6","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":1714500607828,"stop":1714500607828,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"f85b94dc93ba971f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f85b94dc93ba971f","status":"passed","time":{"start":1714494370499,"stop":1714494370500,"duration":1}},{"uid":"bc947377c8bf5427","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bc947377c8bf5427","status":"passed","time":{"start":1714492459794,"stop":1714492459794,"duration":0}}]},"tags":[]},"source":"3e68087f64dee3d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3eba77b1d8814580.json b/6962/data/test-cases/3eba77b1d8814580.json new file mode 100644 index 00000000000..cf682930186 --- /dev/null +++ b/6962/data/test-cases/3eba77b1d8814580.json @@ -0,0 +1 @@ +{"uid":"3eba77b1d8814580","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (tree): should error if DNS tree entry is mis-prefixed","historyId":"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550276,"stop":1714500550277,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97c9c04b3c70b75f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/97c9c04b3c70b75f","status":"passed","time":{"start":1714494300697,"stop":1714494300698,"duration":1}},{"uid":"1f3b3b7df3919e14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f3b3b7df3919e14","status":"passed","time":{"start":1714492404705,"stop":1714492404705,"duration":0}}]},"tags":[]},"source":"3eba77b1d8814580.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3eff4c653c9a3773.json b/6962/data/test-cases/3eff4c653c9a3773.json new file mode 100644 index 00000000000..e839d17601c --- /dev/null +++ b/6962/data/test-cases/3eff4c653c9a3773.json @@ -0,0 +1 @@ +{"uid":"3eff4c653c9a3773","name":"can dial TLS multiaddrs","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > can dial TLS multiaddrs","historyId":"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500850421,"stop":1714500850422,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"multiaddr: dialing\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"multiaddr: dialing"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76dd1383e4ce744e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76dd1383e4ce744e","status":"passed","time":{"start":1714494602307,"stop":1714494602307,"duration":0}},{"uid":"fb5ed634cfbeef6f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fb5ed634cfbeef6f","status":"passed","time":{"start":1714492686140,"stop":1714492686140,"duration":0}}]},"tags":[]},"source":"3eff4c653c9a3773.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3f50ab4fed69ed24.json b/6962/data/test-cases/3f50ab4fed69ed24.json new file mode 100644 index 00000000000..9bd37199dc0 --- /dev/null +++ b/6962/data/test-cases/3f50ab4fed69ed24.json @@ -0,0 +1 @@ +{"uid":"3f50ab4fed69ed24","name":"should throw an error for SingleShardInfos with different clusterIds","fullName":"/src/common/sharding.spec.ts: singleShardInfosToShardInfo > should throw an error for SingleShardInfos with different clusterIds","historyId":"d11988e1160d3bb2f3801067c4293121:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525338,"stop":1714500525338,"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":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36e372f6a922d360","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36e372f6a922d360","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"e09d01a1768d0268","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e09d01a1768d0268","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"tags":[]},"source":"3f50ab4fed69ed24.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/3fdd18bddef224f1.json b/6962/data/test-cases/3fdd18bddef224f1.json new file mode 100644 index 00000000000..d394a1175f3 --- /dev/null +++ b/6962/data/test-cases/3fdd18bddef224f1.json @@ -0,0 +1 @@ +{"uid":"3fdd18bddef224f1","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","fullName":"/src/common/sharding.spec.ts: ensureShardingConfigured > should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","historyId":"7266d77ff19eb7258dba3cfcf9ede807:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525355,"stop":1714500525356,"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":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5c8e5ada84c39f53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c8e5ada84c39f53","status":"passed","time":{"start":1714494276825,"stop":1714494276826,"duration":1}},{"uid":"4f212f6b9939be6a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4f212f6b9939be6a","status":"passed","time":{"start":1714492380878,"stop":1714492380879,"duration":1}}]},"tags":[]},"source":"3fdd18bddef224f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/99aac69672a093ca.json b/6962/data/test-cases/403940b8f048cdc2.json similarity index 80% rename from 6944/data/test-cases/99aac69672a093ca.json rename to 6962/data/test-cases/403940b8f048cdc2.json index 33d39af3101..19ef4cfb997 100644 --- a/6944/data/test-cases/99aac69672a093ca.json +++ b/6962/data/test-cases/403940b8f048cdc2.json @@ -1 +1 @@ -{"uid":"99aac69672a093ca","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":1714425534891,"stop":1714425534891,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"3192376fda2a86ff","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3192376fda2a86ff","status":"passed","time":{"start":1714415702292,"stop":1714415702292,"duration":0}},{"uid":"542face9dcdbf37","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/542face9dcdbf37","status":"passed","time":{"start":1714415850499,"stop":1714415850500,"duration":1}},{"uid":"26eb1b2ce28fac36","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/26eb1b2ce28fac36","status":"passed","time":{"start":1714408049948,"stop":1714408049948,"duration":0}},{"uid":"18d26bdcef9865b7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/18d26bdcef9865b7","status":"passed","time":{"start":1714407080671,"stop":1714407080672,"duration":1}},{"uid":"7d7e06705125b123","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7d7e06705125b123","status":"passed","time":{"start":1714404860589,"stop":1714404860589,"duration":0}},{"uid":"f8d9f34d70d62cd9","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f8d9f34d70d62cd9","status":"passed","time":{"start":1714404585201,"stop":1714404585201,"duration":0}},{"uid":"74078edb52efb283","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/74078edb52efb283","status":"passed","time":{"start":1714404366310,"stop":1714404366310,"duration":0}},{"uid":"96310375eb0a6239","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/96310375eb0a6239","status":"passed","time":{"start":1714386825528,"stop":1714386825528,"duration":0}},{"uid":"57e29227f7fbf7e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/57e29227f7fbf7e","status":"passed","time":{"start":1714385893739,"stop":1714385893739,"duration":0}},{"uid":"5b601cdc2fa66ceb","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5b601cdc2fa66ceb","status":"passed","time":{"start":1714385188014,"stop":1714385188015,"duration":1}},{"uid":"31e7e41eaf489024","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/31e7e41eaf489024","status":"passed","time":{"start":1714384869913,"stop":1714384869914,"duration":1}},{"uid":"f718ee38ebf1871e","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f718ee38ebf1871e","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237138,"stop":1714384237138,"duration":0}},{"uid":"2a130634fe6523b2","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2a130634fe6523b2","status":"passed","time":{"start":1714383661924,"stop":1714383661924,"duration":0}},{"uid":"bdf28424774302c1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/bdf28424774302c1","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018812,"stop":1714384018812,"duration":0}},{"uid":"7c364b19f7a4b5ce","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7c364b19f7a4b5ce","status":"passed","time":{"start":1714383474183,"stop":1714383474183,"duration":0}},{"uid":"77bb35e58abaf40","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/77bb35e58abaf40","status":"passed","time":{"start":1714383351253,"stop":1714383351253,"duration":0}},{"uid":"9c662ff65c61ed6c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/9c662ff65c61ed6c","status":"passed","time":{"start":1714381860517,"stop":1714381860517,"duration":0}},{"uid":"ac62c606fb5fcbc3","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ac62c606fb5fcbc3","status":"passed","time":{"start":1714380649663,"stop":1714380649663,"duration":0}},{"uid":"3ef6c36518dce1e3","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3ef6c36518dce1e3","status":"passed","time":{"start":1714380216163,"stop":1714380216163,"duration":0}},{"uid":"8ac91cb7d3e412da","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8ac91cb7d3e412da","status":"passed","time":{"start":1714297452331,"stop":1714297452331,"duration":0}}]},"tags":[]},"source":"99aac69672a093ca.json","parameterValues":[]} \ No newline at end of file +{"uid":"403940b8f048cdc2","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":1714501220691,"stop":1714501220692,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"f960a54b23bcf955","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f960a54b23bcf955","status":"passed","time":{"start":1714494954444,"stop":1714494954444,"duration":0}},{"uid":"d3d957dfcb0c8d3b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3d957dfcb0c8d3b","status":"passed","time":{"start":1714493052140,"stop":1714493052140,"duration":0}}]},"tags":[]},"source":"403940b8f048cdc2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/29d18be105d5b0ac.json b/6962/data/test-cases/4055dbbf0ec20bd3.json similarity index 74% rename from 6944/data/test-cases/29d18be105d5b0ac.json rename to 6962/data/test-cases/4055dbbf0ec20bd3.json index d67dd25e02e..64bd94e5172 100644 --- a/6944/data/test-cases/29d18be105d5b0ac.json +++ b/6962/data/test-cases/4055dbbf0ec20bd3.json @@ -1 +1 @@ -{"uid":"29d18be105d5b0ac","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":1714425349909,"stop":1714425349910,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"77b16ffa6f13723a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/77b16ffa6f13723a","status":"passed","time":{"start":1714415539981,"stop":1714415539981,"duration":0}},{"uid":"e8efcd54b33e82d5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e8efcd54b33e82d5","status":"passed","time":{"start":1714415671321,"stop":1714415671321,"duration":0}},{"uid":"c32db967890c9939","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c32db967890c9939","status":"passed","time":{"start":1714407878087,"stop":1714407878088,"duration":1}},{"uid":"a47948948ce0984d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a47948948ce0984d","status":"passed","time":{"start":1714406907402,"stop":1714406907403,"duration":1}},{"uid":"7228010688141ba2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7228010688141ba2","status":"passed","time":{"start":1714404685460,"stop":1714404685461,"duration":1}},{"uid":"6a418d91efe69d11","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6a418d91efe69d11","status":"passed","time":{"start":1714404398008,"stop":1714404398008,"duration":0}},{"uid":"741edbeaccaada97","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/741edbeaccaada97","status":"passed","time":{"start":1714404193478,"stop":1714404193479,"duration":1}},{"uid":"6e9f695fe382a1fe","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6e9f695fe382a1fe","status":"passed","time":{"start":1714386646801,"stop":1714386646802,"duration":1}},{"uid":"6bb9037496d23222","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/6bb9037496d23222","status":"passed","time":{"start":1714385711037,"stop":1714385711037,"duration":0}},{"uid":"5c63068c6b5626d2","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5c63068c6b5626d2","status":"passed","time":{"start":1714385006986,"stop":1714385006986,"duration":0}},{"uid":"f6f482dc1b4be398","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f6f482dc1b4be398","status":"passed","time":{"start":1714384687422,"stop":1714384687422,"duration":0}},{"uid":"e2dc023753482c90","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/e2dc023753482c90","status":"passed","time":{"start":1714383085796,"stop":1714383085797,"duration":1}},{"uid":"8d50ae74c3715d44","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/8d50ae74c3715d44","status":"passed","time":{"start":1714383482557,"stop":1714383482557,"duration":0}},{"uid":"22f65dece853604","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/22f65dece853604","status":"passed","time":{"start":1714382879530,"stop":1714382879530,"duration":0}},{"uid":"709112f98e33bbda","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/709112f98e33bbda","status":"passed","time":{"start":1714383290176,"stop":1714383290176,"duration":0}},{"uid":"6f541d423430dbcd","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/6f541d423430dbcd","status":"passed","time":{"start":1714383178724,"stop":1714383178725,"duration":1}},{"uid":"2786b92051d043e5","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2786b92051d043e5","status":"passed","time":{"start":1714381680879,"stop":1714381680879,"duration":0}},{"uid":"84e5df41794332be","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/84e5df41794332be","status":"passed","time":{"start":1714380462799,"stop":1714380462800,"duration":1}},{"uid":"ef17e5fd71ab19b2","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ef17e5fd71ab19b2","status":"passed","time":{"start":1714380037754,"stop":1714380037754,"duration":0}},{"uid":"7207069e3aff6b42","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7207069e3aff6b42","status":"passed","time":{"start":1714297267388,"stop":1714297267388,"duration":0}}]},"tags":[]},"source":"29d18be105d5b0ac.json","parameterValues":[]} \ No newline at end of file +{"uid":"4055dbbf0ec20bd3","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":1714501039483,"stop":1714501039483,"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":3,"unknown":0,"total":3},"items":[{"uid":"5470935b78b31c03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5470935b78b31c03","status":"passed","time":{"start":1714494791253,"stop":1714494791253,"duration":0}},{"uid":"a047bbaa77202186","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a047bbaa77202186","status":"passed","time":{"start":1714492870709,"stop":1714492870710,"duration":1}}]},"tags":[]},"source":"4055dbbf0ec20bd3.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/344c3f130ecc34.json b/6962/data/test-cases/405d44695a284cee.json similarity index 78% rename from 6944/data/test-cases/344c3f130ecc34.json rename to 6962/data/test-cases/405d44695a284cee.json index 5291f07bac9..953abe42f4c 100644 --- a/6944/data/test-cases/344c3f130ecc34.json +++ b/6962/data/test-cases/405d44695a284cee.json @@ -1 +1 @@ -{"uid":"344c3f130ecc34","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":1714425534886,"stop":1714425534886,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"51d73517307833c2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/51d73517307833c2","status":"passed","time":{"start":1714415702286,"stop":1714415702286,"duration":0}},{"uid":"c1d982bc6b304398","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c1d982bc6b304398","status":"passed","time":{"start":1714415850494,"stop":1714415850494,"duration":0}},{"uid":"6176f8242dc2ddf4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6176f8242dc2ddf4","status":"passed","time":{"start":1714408049943,"stop":1714408049943,"duration":0}},{"uid":"d44aa5bbe2ca2110","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d44aa5bbe2ca2110","status":"passed","time":{"start":1714407080666,"stop":1714407080667,"duration":1}},{"uid":"91514b5a3c9c8f51","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/91514b5a3c9c8f51","status":"passed","time":{"start":1714404860582,"stop":1714404860582,"duration":0}},{"uid":"a5963d5c30ad3945","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a5963d5c30ad3945","status":"passed","time":{"start":1714404585195,"stop":1714404585196,"duration":1}},{"uid":"3bd50fe4eec0126","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3bd50fe4eec0126","status":"passed","time":{"start":1714404366304,"stop":1714404366304,"duration":0}},{"uid":"30208392a4e73176","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/30208392a4e73176","status":"passed","time":{"start":1714386825523,"stop":1714386825523,"duration":0}},{"uid":"726b036abb0f03f7","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/726b036abb0f03f7","status":"passed","time":{"start":1714385893734,"stop":1714385893734,"duration":0}},{"uid":"acf465e5e20b57d5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/acf465e5e20b57d5","status":"passed","time":{"start":1714385188009,"stop":1714385188009,"duration":0}},{"uid":"511deaae8d0526c3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/511deaae8d0526c3","status":"passed","time":{"start":1714384869907,"stop":1714384869907,"duration":0}},{"uid":"40d5cc01a9345113","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/40d5cc01a9345113","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237120,"stop":1714384237121,"duration":1}},{"uid":"41ff54cb588f969e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/41ff54cb588f969e","status":"passed","time":{"start":1714383661919,"stop":1714383661919,"duration":0}},{"uid":"a54010d0bd841214","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a54010d0bd841214","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018796,"stop":1714384018796,"duration":0}},{"uid":"cd9b31fdf1335bb6","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/cd9b31fdf1335bb6","status":"passed","time":{"start":1714383474177,"stop":1714383474178,"duration":1}},{"uid":"1b68aad50f0084a9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/1b68aad50f0084a9","status":"passed","time":{"start":1714383351247,"stop":1714383351247,"duration":0}},{"uid":"5604f55cbd12b578","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/5604f55cbd12b578","status":"passed","time":{"start":1714381860513,"stop":1714381860513,"duration":0}},{"uid":"77bbb660807c29ae","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/77bbb660807c29ae","status":"passed","time":{"start":1714380649656,"stop":1714380649656,"duration":0}},{"uid":"6e1dfcd986f5a6ed","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6e1dfcd986f5a6ed","status":"passed","time":{"start":1714380216157,"stop":1714380216158,"duration":1}},{"uid":"debf741382d0b399","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/debf741382d0b399","status":"passed","time":{"start":1714297452325,"stop":1714297452325,"duration":0}}]},"tags":[]},"source":"344c3f130ecc34.json","parameterValues":[]} \ No newline at end of file +{"uid":"405d44695a284cee","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":1714501220683,"stop":1714501220683,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"15595215bec18c52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/15595215bec18c52","status":"passed","time":{"start":1714494954434,"stop":1714494954434,"duration":0}},{"uid":"32c54b8f9c250198","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/32c54b8f9c250198","status":"passed","time":{"start":1714493052130,"stop":1714493052130,"duration":0}}]},"tags":[]},"source":"405d44695a284cee.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ad922d30bbba20b5.json b/6962/data/test-cases/405ec1d397d614da.json similarity index 96% rename from 6944/data/test-cases/ad922d30bbba20b5.json rename to 6962/data/test-cases/405ec1d397d614da.json index 49b5ef3f245..4abf9438c55 100644 --- a/6944/data/test-cases/ad922d30bbba20b5.json +++ b/6962/data/test-cases/405ec1d397d614da.json @@ -1 +1 @@ -{"uid":"ad922d30bbba20b5","name":"Publish message with custom timestamp: Mon Apr 29 2024 20:15:21 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Mon Apr 29 2024 20:15:21 GMT+0000 (Coordinated Universal Time)","historyId":"492ee8f7e3c8003ccc14f859cb4a2740:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425348190,"stop":1714425348190,"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":"ad922d30bbba20b5.json","parameterValues":[]} \ No newline at end of file +{"uid":"405ec1d397d614da","name":"Publish message with custom timestamp: Tue Apr 30 2024 17:16:48 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Apr 30 2024 17:16:48 GMT+0000 (Coordinated Universal Time)","historyId":"3c9571fd6106b8841fad5001d4187348:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501036165,"stop":1714501036165,"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":"405ec1d397d614da.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/415906f30b70ec3e.json b/6962/data/test-cases/415906f30b70ec3e.json new file mode 100644 index 00000000000..eb7cf01a527 --- /dev/null +++ b/6962/data/test-cases/415906f30b70ec3e.json @@ -0,0 +1 @@ +{"uid":"415906f30b70ec3e","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":1714500850422,"stop":1714500850422,"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":3,"unknown":0,"total":3},"items":[{"uid":"93ae7a6d4c64ba64","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93ae7a6d4c64ba64","status":"passed","time":{"start":1714494602308,"stop":1714494602308,"duration":0}},{"uid":"d4511c3a270d28f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4511c3a270d28f0","status":"passed","time":{"start":1714492686140,"stop":1714492686141,"duration":1}}]},"tags":[]},"source":"415906f30b70ec3e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4953e2b6e1a05157.json b/6962/data/test-cases/418694fe0d4abe93.json similarity index 76% rename from 6944/data/test-cases/4953e2b6e1a05157.json rename to 6962/data/test-cases/418694fe0d4abe93.json index e724d7c220b..f830a5f9d83 100644 --- a/6944/data/test-cases/4953e2b6e1a05157.json +++ b/6962/data/test-cases/418694fe0d4abe93.json @@ -1 +1 @@ -{"uid":"4953e2b6e1a05157","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":1714425348192,"stop":1714425348192,"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":74,"unknown":0,"total":74},"items":[{"uid":"6a67eb66485db011","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6a67eb66485db011","status":"passed","time":{"start":1714415541649,"stop":1714415541651,"duration":2}},{"uid":"7e671894fc54672a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7e671894fc54672a","status":"passed","time":{"start":1714415666681,"stop":1714415666681,"duration":0}},{"uid":"17c84f13d5d5bb54","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/17c84f13d5d5bb54","status":"passed","time":{"start":1714407867322,"stop":1714407867322,"duration":0}},{"uid":"6615cc6f54069b1a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6615cc6f54069b1a","status":"passed","time":{"start":1714406901767,"stop":1714406901768,"duration":1}},{"uid":"85014f4b6d42a1ea","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/85014f4b6d42a1ea","status":"passed","time":{"start":1714404685937,"stop":1714404685937,"duration":0}},{"uid":"818765dd1e008a9e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/818765dd1e008a9e","status":"passed","time":{"start":1714404389190,"stop":1714404389191,"duration":1}},{"uid":"a5fdb3ddd2195d9a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a5fdb3ddd2195d9a","status":"passed","time":{"start":1714404179641,"stop":1714404179642,"duration":1}},{"uid":"8be7c9b2a592613a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8be7c9b2a592613a","status":"passed","time":{"start":1714386642380,"stop":1714386642385,"duration":5}},{"uid":"58fb5b684214c2d5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/58fb5b684214c2d5","status":"passed","time":{"start":1714385705602,"stop":1714385705602,"duration":0}},{"uid":"5fb85470cbeee17","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5fb85470cbeee17","status":"passed","time":{"start":1714385001599,"stop":1714385001599,"duration":0}},{"uid":"7c7c1fda2e070e87","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7c7c1fda2e070e87","status":"passed","time":{"start":1714384689795,"stop":1714384689795,"duration":0}},{"uid":"dc8322deb7e6161","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/dc8322deb7e6161","status":"passed","time":{"start":1714383060304,"stop":1714383060305,"duration":1}},{"uid":"b4883d71bd39c9d6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b4883d71bd39c9d6","status":"passed","time":{"start":1714383479972,"stop":1714383479972,"duration":0}},{"uid":"b1248c120e99f4f0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b1248c120e99f4f0","status":"passed","time":{"start":1714382864764,"stop":1714382864764,"duration":0}},{"uid":"cbf4cb461c577abd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/cbf4cb461c577abd","status":"passed","time":{"start":1714383281581,"stop":1714383281582,"duration":1}},{"uid":"831531ab3b7c1216","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/831531ab3b7c1216","status":"passed","time":{"start":1714383168062,"stop":1714383168062,"duration":0}},{"uid":"5d0472f5a6f1552c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/5d0472f5a6f1552c","status":"passed","time":{"start":1714381685745,"stop":1714381685745,"duration":0}},{"uid":"c97a634a1c1ccee6","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c97a634a1c1ccee6","status":"passed","time":{"start":1714380450810,"stop":1714380450822,"duration":12}},{"uid":"3304555023c3102f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3304555023c3102f","status":"passed","time":{"start":1714380035071,"stop":1714380035071,"duration":0}},{"uid":"a519b0a731796855","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a519b0a731796855","status":"passed","time":{"start":1714297259188,"stop":1714297259188,"duration":0}}]},"tags":[]},"source":"4953e2b6e1a05157.json","parameterValues":[]} \ No newline at end of file +{"uid":"418694fe0d4abe93","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":1714501036168,"stop":1714501036168,"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":3,"unknown":0,"total":3},"items":[{"uid":"2c9f0b5b946db5ce","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c9f0b5b946db5ce","status":"passed","time":{"start":1714494788149,"stop":1714494788149,"duration":0}},{"uid":"a48aa8ee34a93f85","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a48aa8ee34a93f85","status":"passed","time":{"start":1714492860435,"stop":1714492860435,"duration":0}}]},"tags":[]},"source":"418694fe0d4abe93.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/42199659ba02c66b.json b/6962/data/test-cases/42199659ba02c66b.json new file mode 100644 index 00000000000..bba256b21ce --- /dev/null +++ b/6962/data/test-cases/42199659ba02c66b.json @@ -0,0 +1 @@ +{"uid":"42199659ba02c66b","name":"Decrypt messages","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Decrypt messages","historyId":"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500979199,"stop":1714500979200,"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":3,"unknown":0,"total":3},"items":[{"uid":"ae2224888fa1b0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ae2224888fa1b0e","status":"passed","time":{"start":1714494739119,"stop":1714494739120,"duration":1}},{"uid":"81cdadc225089c5b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/81cdadc225089c5b","status":"passed","time":{"start":1714492817320,"stop":1714492817320,"duration":0}}]},"tags":[]},"source":"42199659ba02c66b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/42d50b767e17f1c.json b/6962/data/test-cases/42d50b767e17f1c.json new file mode 100644 index 00000000000..ba77627af5d --- /dev/null +++ b/6962/data/test-cases/42d50b767e17f1c.json @@ -0,0 +1 @@ +{"uid":"42d50b767e17f1c","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":1714501050430,"stop":1714501050430,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6e53c5fe7a6a10b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6e53c5fe7a6a10b","status":"passed","time":{"start":1714494785893,"stop":1714494785895,"duration":2}},{"uid":"1c078d171c351106","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c078d171c351106","status":"passed","time":{"start":1714492898554,"stop":1714492898555,"duration":1}}]},"tags":[]},"source":"42d50b767e17f1c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9b3d88cb9bf07c5d.json b/6962/data/test-cases/430d8098386df929.json similarity index 51% rename from 6944/data/test-cases/9b3d88cb9bf07c5d.json rename to 6962/data/test-cases/430d8098386df929.json index 99d24749a41..4403eda3d3f 100644 --- a/6944/data/test-cases/9b3d88cb9bf07c5d.json +++ b/6962/data/test-cases/430d8098386df929.json @@ -1 +1 @@ -{"uid":"9b3d88cb9bf07c5d","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":1714425481554,"stop":1714425481554,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"29594b01f17bc745","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/29594b01f17bc745","status":"passed","time":{"start":1714415686086,"stop":1714415686087,"duration":1}},{"uid":"3289d57e4685e2db","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3289d57e4685e2db","status":"passed","time":{"start":1714415795613,"stop":1714415795613,"duration":0}},{"uid":"fbba195be0ab699a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fbba195be0ab699a","status":"passed","time":{"start":1714407995023,"stop":1714407995023,"duration":0}},{"uid":"627c014e241f028","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/627c014e241f028","status":"passed","time":{"start":1714407036732,"stop":1714407036732,"duration":0}},{"uid":"3e69fd582151d586","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3e69fd582151d586","status":"passed","time":{"start":1714404808160,"stop":1714404808161,"duration":1}},{"uid":"4de3490299f28189","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4de3490299f28189","status":"passed","time":{"start":1714404519340,"stop":1714404519340,"duration":0}},{"uid":"719943d6a56ebfb7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/719943d6a56ebfb7","status":"passed","time":{"start":1714404315529,"stop":1714404315529,"duration":0}},{"uid":"ed11bf7c600ac7d3","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ed11bf7c600ac7d3","status":"passed","time":{"start":1714386778139,"stop":1714386778139,"duration":0}},{"uid":"f09d008b669d428a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f09d008b669d428a","status":"passed","time":{"start":1714385841963,"stop":1714385841963,"duration":0}},{"uid":"14b22cae78d92219","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/14b22cae78d92219","status":"passed","time":{"start":1714385131433,"stop":1714385131433,"duration":0}},{"uid":"cea3888ca7075551","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/cea3888ca7075551","status":"passed","time":{"start":1714384826767,"stop":1714384826767,"duration":0}},{"uid":"4c35cd04f14ae9a7","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/4c35cd04f14ae9a7","status":"passed","time":{"start":1714383262700,"stop":1714383262702,"duration":2}},{"uid":"354b2409cc896080","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/354b2409cc896080","status":"passed","time":{"start":1714383620925,"stop":1714383620925,"duration":0}},{"uid":"c5bc99f4f9d6f80d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c5bc99f4f9d6f80d","status":"passed","time":{"start":1714383056485,"stop":1714383056485,"duration":0}},{"uid":"6a07d057ed34d784","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/6a07d057ed34d784","status":"passed","time":{"start":1714383418025,"stop":1714383418025,"duration":0}},{"uid":"8b27851242a9a342","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8b27851242a9a342","status":"passed","time":{"start":1714383301578,"stop":1714383301578,"duration":0}},{"uid":"dd826250628ec8a1","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/dd826250628ec8a1","status":"passed","time":{"start":1714381806810,"stop":1714381806810,"duration":0}},{"uid":"8e83661fd4eaf3ea","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/8e83661fd4eaf3ea","status":"passed","time":{"start":1714380586356,"stop":1714380586356,"duration":0}},{"uid":"ab2650c93bd4bc66","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ab2650c93bd4bc66","status":"passed","time":{"start":1714380172630,"stop":1714380172630,"duration":0}},{"uid":"4287653bdbc473b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/4287653bdbc473b","status":"passed","time":{"start":1714297394248,"stop":1714297394248,"duration":0}}]},"tags":[]},"source":"9b3d88cb9bf07c5d.json","parameterValues":[]} \ No newline at end of file +{"uid":"430d8098386df929","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":1714501174014,"stop":1714501174015,"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":3,"unknown":0,"total":3},"items":[{"uid":"8951785c9707dbe1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8951785c9707dbe1","status":"passed","time":{"start":1714494908939,"stop":1714494908939,"duration":0}},{"uid":"3e247a6b821d666a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e247a6b821d666a","status":"passed","time":{"start":1714492995228,"stop":1714492995229,"duration":1}}]},"tags":[]},"source":"430d8098386df929.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/433a7c031e5952b9.json b/6962/data/test-cases/433a7c031e5952b9.json new file mode 100644 index 00000000000..2089a273824 --- /dev/null +++ b/6962/data/test-cases/433a7c031e5952b9.json @@ -0,0 +1 @@ +{"uid":"433a7c031e5952b9","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":1714500786929,"stop":1714500786930,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"ea487cfb4f56f881","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ea487cfb4f56f881","status":"passed","time":{"start":1714494536936,"stop":1714494536936,"duration":0}},{"uid":"3f56590896705bad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f56590896705bad","status":"passed","time":{"start":1714492635271,"stop":1714492635272,"duration":1}}]},"tags":[]},"source":"433a7c031e5952b9.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/439e59b98e59c643.json b/6962/data/test-cases/439e59b98e59c643.json new file mode 100644 index 00000000000..c076809ada4 --- /dev/null +++ b/6962/data/test-cases/439e59b98e59c643.json @@ -0,0 +1 @@ +{"uid":"439e59b98e59c643","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":1714500534109,"stop":1714500534109,"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":3,"unknown":0,"total":3},"items":[{"uid":"8ad1d45c8b4cdb09","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ad1d45c8b4cdb09","status":"passed","time":{"start":1714494285530,"stop":1714494285531,"duration":1}},{"uid":"21829b7be0ebe1b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/21829b7be0ebe1b","status":"passed","time":{"start":1714492389345,"stop":1714492389345,"duration":0}}]},"tags":[]},"source":"439e59b98e59c643.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/11856b5a8570b7b4.json b/6962/data/test-cases/43cc55e4e75e674b.json similarity index 83% rename from 6944/data/test-cases/11856b5a8570b7b4.json rename to 6962/data/test-cases/43cc55e4e75e674b.json index c462b0775ee..ea00ef5bfdc 100644 --- a/6944/data/test-cases/11856b5a8570b7b4.json +++ b/6962/data/test-cases/43cc55e4e75e674b.json @@ -1 +1 @@ -{"uid":"11856b5a8570b7b4","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":1714425301085,"stop":1714425301088,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"a4efde27aa93416","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a4efde27aa93416","status":"passed","time":{"start":1714415473249,"stop":1714415473250,"duration":1}},{"uid":"ce99353283e9a006","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ce99353283e9a006","status":"passed","time":{"start":1714415615348,"stop":1714415615348,"duration":0}},{"uid":"3a5083e93ab7ec02","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3a5083e93ab7ec02","status":"passed","time":{"start":1714407816862,"stop":1714407816862,"duration":0}},{"uid":"50479d4258bad4ed","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/50479d4258bad4ed","status":"passed","time":{"start":1714406861586,"stop":1714406861586,"duration":0}},{"uid":"8992126f34813114","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8992126f34813114","status":"passed","time":{"start":1714404628272,"stop":1714404628272,"duration":0}},{"uid":"aab9e7c63b412725","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/aab9e7c63b412725","status":"passed","time":{"start":1714404348890,"stop":1714404348891,"duration":1}},{"uid":"79ca1be00fe84985","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/79ca1be00fe84985","status":"passed","time":{"start":1714404137218,"stop":1714404137218,"duration":0}},{"uid":"d33b4e0f5cea301d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d33b4e0f5cea301d","status":"passed","time":{"start":1714386585844,"stop":1714386585844,"duration":0}},{"uid":"b000cde6138d6ae5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b000cde6138d6ae5","status":"passed","time":{"start":1714385651937,"stop":1714385651937,"duration":0}},{"uid":"68d3bb505fe89072","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/68d3bb505fe89072","status":"passed","time":{"start":1714384939237,"stop":1714384939239,"duration":2}},{"uid":"33c562503d408d05","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/33c562503d408d05","status":"passed","time":{"start":1714384633419,"stop":1714384633419,"duration":0}},{"uid":"4df1b81ef2244b01","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/4df1b81ef2244b01","status":"passed","time":{"start":1714383068438,"stop":1714383068439,"duration":1}},{"uid":"87b002639317458d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/87b002639317458d","status":"passed","time":{"start":1714383427857,"stop":1714383427857,"duration":0}},{"uid":"eecb555be6ca80de","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/eecb555be6ca80de","status":"passed","time":{"start":1714382856557,"stop":1714382856563,"duration":6}},{"uid":"1942cc1b72e73db4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/1942cc1b72e73db4","status":"passed","time":{"start":1714383232250,"stop":1714383232250,"duration":0}},{"uid":"e0108e00ba4d9441","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e0108e00ba4d9441","status":"passed","time":{"start":1714383125886,"stop":1714383125886,"duration":0}},{"uid":"215c5529929cb2db","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/215c5529929cb2db","status":"passed","time":{"start":1714381639308,"stop":1714381639309,"duration":1}},{"uid":"6e078bc515df671d","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6e078bc515df671d","status":"passed","time":{"start":1714380392360,"stop":1714380392361,"duration":1}},{"uid":"b1eef25b7f62ff17","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b1eef25b7f62ff17","status":"passed","time":{"start":1714379984447,"stop":1714379984447,"duration":0}},{"uid":"2b4e2cad2471fd0f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/2b4e2cad2471fd0f","status":"passed","time":{"start":1714297212212,"stop":1714297212213,"duration":1}}]},"tags":[]},"source":"11856b5a8570b7b4.json","parameterValues":[]} \ No newline at end of file +{"uid":"43cc55e4e75e674b","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":1714500976546,"stop":1714500976547,"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":3,"unknown":0,"total":3},"items":[{"uid":"587393bed6cd02db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/587393bed6cd02db","status":"passed","time":{"start":1714494735289,"stop":1714494735290,"duration":1}},{"uid":"954025ad227ba581","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/954025ad227ba581","status":"passed","time":{"start":1714492814958,"stop":1714492814960,"duration":2}}]},"tags":[]},"source":"43cc55e4e75e674b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/43d94f3a16a3baad.json b/6962/data/test-cases/43d94f3a16a3baad.json new file mode 100644 index 00000000000..ab320c08f9c --- /dev/null +++ b/6962/data/test-cases/43d94f3a16a3baad.json @@ -0,0 +1 @@ +{"uid":"43d94f3a16a3baad","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","historyId":"d14b7d3c2ba9fd8604c4d1db25b3a71c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525347,"stop":1714500525347,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aba0c6cdf3145476","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aba0c6cdf3145476","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"3bc7185a3a65394e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bc7185a3a65394e","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"tags":[]},"source":"43d94f3a16a3baad.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a9183da34c4004b2.json b/6962/data/test-cases/441699b664484caa.json similarity index 60% rename from 6944/data/test-cases/a9183da34c4004b2.json rename to 6962/data/test-cases/441699b664484caa.json index 9264b1cf6aa..c1a4ac13ee4 100644 --- a/6944/data/test-cases/a9183da34c4004b2.json +++ b/6962/data/test-cases/441699b664484caa.json @@ -1 +1 @@ -{"uid":"a9183da34c4004b2","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":1714425451134,"stop":1714425451135,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"3a163f1ed87ab419","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3a163f1ed87ab419","status":"passed","time":{"start":1714415638840,"stop":1714415638845,"duration":5}},{"uid":"4ee8328514f845e8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4ee8328514f845e8","status":"passed","time":{"start":1714415763435,"stop":1714415763436,"duration":1}},{"uid":"5be0b4cb78f15f7d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5be0b4cb78f15f7d","status":"passed","time":{"start":1714407962983,"stop":1714407962984,"duration":1}},{"uid":"bc14480aaead1acf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bc14480aaead1acf","status":"passed","time":{"start":1714407006178,"stop":1714407006181,"duration":3}},{"uid":"d99af951739c9520","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d99af951739c9520","status":"passed","time":{"start":1714404780879,"stop":1714404780879,"duration":0}},{"uid":"2bc37109e62170a5","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2bc37109e62170a5","status":"passed","time":{"start":1714404472803,"stop":1714404472805,"duration":2}},{"uid":"8420085b730f63f7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8420085b730f63f7","status":"passed","time":{"start":1714404283119,"stop":1714404283126,"duration":7}},{"uid":"dbce2d4817546f75","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/dbce2d4817546f75","status":"passed","time":{"start":1714386745043,"stop":1714386745044,"duration":1}},{"uid":"4e1947bfffb2e81d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4e1947bfffb2e81d","status":"passed","time":{"start":1714385808134,"stop":1714385808134,"duration":0}},{"uid":"edd6b4ec060362bf","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/edd6b4ec060362bf","status":"passed","time":{"start":1714385100051,"stop":1714385100052,"duration":1}},{"uid":"2d3b985847f3c95e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2d3b985847f3c95e","status":"passed","time":{"start":1714384794970,"stop":1714384794971,"duration":1}},{"uid":"53f633fbbfe6f292","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/53f633fbbfe6f292","status":"passed","time":{"start":1714383216070,"stop":1714383216070,"duration":0}},{"uid":"68c1e9a32afb8045","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/68c1e9a32afb8045","status":"passed","time":{"start":1714383588962,"stop":1714383588962,"duration":0}},{"uid":"9c3a3db9b3329df8","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9c3a3db9b3329df8","status":"passed","time":{"start":1714383011685,"stop":1714383011685,"duration":0}},{"uid":"800f038e8f8cd04e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/800f038e8f8cd04e","status":"passed","time":{"start":1714383386207,"stop":1714383386207,"duration":0}},{"uid":"4c60267d92ff7e48","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/4c60267d92ff7e48","status":"passed","time":{"start":1714383270268,"stop":1714383270269,"duration":1}},{"uid":"e7bb55b337e9d710","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e7bb55b337e9d710","status":"passed","time":{"start":1714381774536,"stop":1714381774536,"duration":0}},{"uid":"400882fbecc301fe","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/400882fbecc301fe","status":"passed","time":{"start":1714380552719,"stop":1714380552720,"duration":1}},{"uid":"3faa36401279cc37","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3faa36401279cc37","status":"passed","time":{"start":1714380140929,"stop":1714380140929,"duration":0}},{"uid":"dc3458960e846c65","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/dc3458960e846c65","status":"passed","time":{"start":1714297363005,"stop":1714297363006,"duration":1}}]},"tags":[]},"source":"a9183da34c4004b2.json","parameterValues":[]} \ No newline at end of file +{"uid":"441699b664484caa","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":1714501140346,"stop":1714501140347,"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":3,"unknown":0,"total":3},"items":[{"uid":"88abfe3f9b8e5f17","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/88abfe3f9b8e5f17","status":"passed","time":{"start":1714494884075,"stop":1714494884076,"duration":1}},{"uid":"50def09eb6ed782d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50def09eb6ed782d","status":"passed","time":{"start":1714492954776,"stop":1714492954776,"duration":0}}]},"tags":[]},"source":"441699b664484caa.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/442f1f250c8af596.json b/6962/data/test-cases/442f1f250c8af596.json new file mode 100644 index 00000000000..53de2aa8cb0 --- /dev/null +++ b/6962/data/test-cases/442f1f250c8af596.json @@ -0,0 +1 @@ +{"uid":"442f1f250c8af596","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - no id","historyId":"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500534103,"stop":1714500534103,"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":3,"unknown":0,"total":3},"items":[{"uid":"c43a046ca9ea5f84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c43a046ca9ea5f84","status":"passed","time":{"start":1714494285525,"stop":1714494285525,"duration":0}},{"uid":"1376cd8d555229df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1376cd8d555229df","status":"passed","time":{"start":1714492389335,"stop":1714492389335,"duration":0}}]},"tags":[]},"source":"442f1f250c8af596.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/44ab81e6055e3514.json b/6962/data/test-cases/44ab81e6055e3514.json new file mode 100644 index 00000000000..d7c8772e983 --- /dev/null +++ b/6962/data/test-cases/44ab81e6055e3514.json @@ -0,0 +1 @@ +{"uid":"44ab81e6055e3514","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/x/1","historyId":"48f191ca373f7423efca6869fa3972dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525344,"stop":1714500525345,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a03581bd5c10bb02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a03581bd5c10bb02","status":"passed","time":{"start":1714494276816,"stop":1714494276817,"duration":1}},{"uid":"ef55dcb455bdec61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ef55dcb455bdec61","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"tags":[]},"source":"44ab81e6055e3514.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a192b33b88823918.json b/6962/data/test-cases/44c819dc3931e3f7.json similarity index 76% rename from 6944/data/test-cases/a192b33b88823918.json rename to 6962/data/test-cases/44c819dc3931e3f7.json index 0cac1c9bc3a..f69c6fe66f6 100644 --- a/6944/data/test-cases/a192b33b88823918.json +++ b/6962/data/test-cases/44c819dc3931e3f7.json @@ -1 +1 @@ -{"uid":"a192b33b88823918","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":1714425348175,"stop":1714425348177,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"ac856ad31262c329","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ac856ad31262c329","status":"passed","time":{"start":1714415541642,"stop":1714415541642,"duration":0}},{"uid":"49e35f77763de51d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/49e35f77763de51d","status":"passed","time":{"start":1714415666672,"stop":1714415666673,"duration":1}},{"uid":"fca64feee63cbce7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fca64feee63cbce7","status":"passed","time":{"start":1714407867316,"stop":1714407867316,"duration":0}},{"uid":"6fe7d6dd9ad8483d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6fe7d6dd9ad8483d","status":"passed","time":{"start":1714406901742,"stop":1714406901743,"duration":1}},{"uid":"299eb08806dff488","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/299eb08806dff488","status":"passed","time":{"start":1714404685929,"stop":1714404685929,"duration":0}},{"uid":"9050bbc365e5defe","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9050bbc365e5defe","status":"passed","time":{"start":1714404389183,"stop":1714404389183,"duration":0}},{"uid":"ffc344db3bd5de0e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ffc344db3bd5de0e","status":"passed","time":{"start":1714404179634,"stop":1714404179634,"duration":0}},{"uid":"f94cd8cd2ff2667b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f94cd8cd2ff2667b","status":"passed","time":{"start":1714386642373,"stop":1714386642373,"duration":0}},{"uid":"1b5a507f4df9dd","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1b5a507f4df9dd","status":"passed","time":{"start":1714385705592,"stop":1714385705593,"duration":1}},{"uid":"185e22ea4674eac1","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/185e22ea4674eac1","status":"passed","time":{"start":1714385001592,"stop":1714385001592,"duration":0}},{"uid":"46d38afd4396dc2c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/46d38afd4396dc2c","status":"passed","time":{"start":1714384689777,"stop":1714384689777,"duration":0}},{"uid":"21a06337b3d0f655","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/21a06337b3d0f655","status":"passed","time":{"start":1714383060298,"stop":1714383060298,"duration":0}},{"uid":"2fcffe7bebe75901","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2fcffe7bebe75901","status":"passed","time":{"start":1714383479964,"stop":1714383479964,"duration":0}},{"uid":"e35a50e886766a18","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e35a50e886766a18","status":"passed","time":{"start":1714382864757,"stop":1714382864757,"duration":0}},{"uid":"5510fc03767e1916","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5510fc03767e1916","status":"passed","time":{"start":1714383281573,"stop":1714383281574,"duration":1}},{"uid":"2cdac7797e5e3389","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2cdac7797e5e3389","status":"passed","time":{"start":1714383168055,"stop":1714383168055,"duration":0}},{"uid":"298d60f03b2758a5","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/298d60f03b2758a5","status":"passed","time":{"start":1714381685737,"stop":1714381685738,"duration":1}},{"uid":"b9645652913eaa5e","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/b9645652913eaa5e","status":"passed","time":{"start":1714380450798,"stop":1714380450798,"duration":0}},{"uid":"7aefca1c2456697","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7aefca1c2456697","status":"passed","time":{"start":1714380035052,"stop":1714380035053,"duration":1}},{"uid":"eab1c824f24874c9","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/eab1c824f24874c9","status":"passed","time":{"start":1714297259138,"stop":1714297259139,"duration":1}}]},"tags":[]},"source":"a192b33b88823918.json","parameterValues":[]} \ No newline at end of file +{"uid":"44c819dc3931e3f7","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":1714501036156,"stop":1714501036156,"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":3,"unknown":0,"total":3},"items":[{"uid":"6dada99ff89d3b50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6dada99ff89d3b50","status":"passed","time":{"start":1714494788126,"stop":1714494788126,"duration":0}},{"uid":"7b00e7f485bb28a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b00e7f485bb28a8","status":"passed","time":{"start":1714492860428,"stop":1714492860428,"duration":0}}]},"tags":[]},"source":"44c819dc3931e3f7.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/45697dd5420b8176.json b/6962/data/test-cases/45697dd5420b8176.json new file mode 100644 index 00000000000..7db7b79d4cd --- /dev/null +++ b/6962/data/test-cases/45697dd5420b8176.json @@ -0,0 +1 @@ +{"uid":"45697dd5420b8176","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":1714500744183,"stop":1714500744184,"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":3,"unknown":0,"total":3},"items":[{"uid":"b5894f2b58f56781","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5894f2b58f56781","status":"passed","time":{"start":1714494482353,"stop":1714494482354,"duration":1}},{"uid":"24725d3f0cd51b08","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24725d3f0cd51b08","status":"passed","time":{"start":1714492591369,"stop":1714492591369,"duration":0}}]},"tags":[]},"source":"45697dd5420b8176.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/45772e17b92d7d3e.json b/6962/data/test-cases/45772e17b92d7d3e.json new file mode 100644 index 00000000000..67d8abb3d0b --- /dev/null +++ b/6962/data/test-cases/45772e17b92d7d3e.json @@ -0,0 +1 @@ +{"uid":"45772e17b92d7d3e","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (branch): should error if DNS branch entry is mis-prefixed","historyId":"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550278,"stop":1714500550278,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d13cdf191fcf5b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5d13cdf191fcf5b3","status":"passed","time":{"start":1714494300699,"stop":1714494300700,"duration":1}},{"uid":"208a39edc7afbe9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/208a39edc7afbe9","status":"passed","time":{"start":1714492404706,"stop":1714492404707,"duration":1}}]},"tags":[]},"source":"45772e17b92d7d3e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4589914c2ab9a95e.json b/6962/data/test-cases/4589914c2ab9a95e.json new file mode 100644 index 00000000000..79904c19142 --- /dev/null +++ b/6962/data/test-cases/4589914c2ab9a95e.json @@ -0,0 +1 @@ +{"uid":"4589914c2ab9a95e","name":"retrieves all peers (3) when branch entries are composed of multiple strings","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > retrieves all peers (3) when branch entries are composed of multiple strings","historyId":"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550519,"stop":1714500550519,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbcb3fa7dacd1bc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbcb3fa7dacd1bc6","status":"passed","time":{"start":1714494301221,"stop":1714494301221,"duration":0}},{"uid":"d4b89afb5e034670","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4b89afb5e034670","status":"passed","time":{"start":1714492405129,"stop":1714492405129,"duration":0}}]},"tags":[]},"source":"4589914c2ab9a95e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2bf95a3090f4a11f.json b/6962/data/test-cases/45b7d02e8c00fecd.json similarity index 75% rename from 6944/data/test-cases/2bf95a3090f4a11f.json rename to 6962/data/test-cases/45b7d02e8c00fecd.json index b9d376ee56c..2eaf8c6a657 100644 --- a/6944/data/test-cases/2bf95a3090f4a11f.json +++ b/6962/data/test-cases/45b7d02e8c00fecd.json @@ -1 +1 @@ -{"uid":"2bf95a3090f4a11f","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":1714425068150,"stop":1714425068150,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"28cafa4cbc0d5901","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/28cafa4cbc0d5901","status":"passed","time":{"start":1714415236750,"stop":1714415236750,"duration":0}},{"uid":"428b8ac9ce6f6ed6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/428b8ac9ce6f6ed6","status":"passed","time":{"start":1714415370290,"stop":1714415370290,"duration":0}},{"uid":"bf71d8b0663e3ede","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bf71d8b0663e3ede","status":"passed","time":{"start":1714407592728,"stop":1714407592729,"duration":1}},{"uid":"7c63d1fd39df815f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7c63d1fd39df815f","status":"passed","time":{"start":1714406603015,"stop":1714406603015,"duration":0}},{"uid":"7b29cc0a0cb02891","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7b29cc0a0cb02891","status":"passed","time":{"start":1714404403094,"stop":1714404403095,"duration":1}},{"uid":"1f50f4e1dfaaa295","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1f50f4e1dfaaa295","status":"passed","time":{"start":1714404066559,"stop":1714404066559,"duration":0}},{"uid":"13f959138c7c1292","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/13f959138c7c1292","status":"passed","time":{"start":1714403911549,"stop":1714403911550,"duration":1}},{"uid":"2313c05cf24de64d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2313c05cf24de64d","status":"passed","time":{"start":1714386356549,"stop":1714386356549,"duration":0}},{"uid":"2c79a6fdedaf2bd4","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/2c79a6fdedaf2bd4","status":"passed","time":{"start":1714385421471,"stop":1714385421471,"duration":0}},{"uid":"efb7c103cd3c112e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/efb7c103cd3c112e","status":"passed","time":{"start":1714384714573,"stop":1714384714574,"duration":1}},{"uid":"906d06afcdd160","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/906d06afcdd160","status":"passed","time":{"start":1714384405995,"stop":1714384405996,"duration":1}},{"uid":"d633fea954b9e913","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d633fea954b9e913","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845693,"stop":1714382845693,"duration":0}},{"uid":"cf8514098563c346","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/cf8514098563c346","status":"passed","time":{"start":1714383192270,"stop":1714383192270,"duration":0}},{"uid":"bbf07b0e86720e57","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/bbf07b0e86720e57","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649836,"stop":1714382649836,"duration":0}},{"uid":"e8d2d4b821ca1a1d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e8d2d4b821ca1a1d","status":"passed","time":{"start":1714383007955,"stop":1714383007955,"duration":0}},{"uid":"e640ba843359a396","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e640ba843359a396","status":"passed","time":{"start":1714382888219,"stop":1714382888219,"duration":0}},{"uid":"c7024b9814ede4b2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c7024b9814ede4b2","status":"passed","time":{"start":1714381390675,"stop":1714381390676,"duration":1}},{"uid":"55a7769ba69b7b02","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/55a7769ba69b7b02","status":"passed","time":{"start":1714380173241,"stop":1714380173241,"duration":0}},{"uid":"887662b0c6a18f37","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/887662b0c6a18f37","status":"passed","time":{"start":1714379752784,"stop":1714379752785,"duration":1}},{"uid":"78f0e1e3962bedc1","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/78f0e1e3962bedc1","status":"passed","time":{"start":1714296983638,"stop":1714296983638,"duration":0}}]},"tags":[]},"source":"2bf95a3090f4a11f.json","parameterValues":[]} \ No newline at end of file +{"uid":"45b7d02e8c00fecd","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":1714500735364,"stop":1714500735364,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"296ad272c30f1e41","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/296ad272c30f1e41","status":"passed","time":{"start":1714494500291,"stop":1714494500291,"duration":0}},{"uid":"dfa705678bb5150e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dfa705678bb5150e","status":"passed","time":{"start":1714492591473,"stop":1714492591473,"duration":0}}]},"tags":[]},"source":"45b7d02e8c00fecd.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/47006934071c9c07.json b/6962/data/test-cases/47006934071c9c07.json new file mode 100644 index 00000000000..135e598dd76 --- /dev/null +++ b/6962/data/test-cases/47006934071c9c07.json @@ -0,0 +1 @@ +{"uid":"47006934071c9c07","name":"new peer added after a peer was already found","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > new peer added after a peer was already found","historyId":"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500997300,"stop":1714500997300,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"a1679ba4ae6c2a00","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a1679ba4ae6c2a00","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494742981,"stop":1714494742982,"duration":1}},{"uid":"57d1c165f80118a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/57d1c165f80118a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814492,"stop":1714492814492,"duration":0}}]},"tags":[]},"source":"47006934071c9c07.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4705cfac855f662f.json b/6962/data/test-cases/4705cfac855f662f.json new file mode 100644 index 00000000000..e4b3216d729 --- /dev/null +++ b/6962/data/test-cases/4705cfac855f662f.json @@ -0,0 +1 @@ +{"uid":"4705cfac855f662f","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":1714500872907,"stop":1714500872907,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3b2ff091487499e6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3b2ff091487499e6","status":"passed","time":{"start":1714494620618,"stop":1714494620618,"duration":0}}]},"tags":[]},"source":"4705cfac855f662f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/473d9d2f5437cb63.json b/6962/data/test-cases/473d9d2f5437cb63.json new file mode 100644 index 00000000000..fbb1895fb60 --- /dev/null +++ b/6962/data/test-cases/473d9d2f5437cb63.json @@ -0,0 +1 @@ +{"uid":"473d9d2f5437cb63","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","fullName":"/src/common/sharding.spec.ts: determinePubsubTopic > should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","historyId":"e266d6ba355c5b32bfb272c83dffd625:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525352,"stop":1714500525352,"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":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fd0a603a0afee38","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fd0a603a0afee38","status":"passed","time":{"start":1714494276823,"stop":1714494276823,"duration":0}},{"uid":"aba3149cb796ac18","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aba3149cb796ac18","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"tags":[]},"source":"473d9d2f5437cb63.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ef237b7985225ed0.json b/6962/data/test-cases/476e807d182ce1b6.json similarity index 83% rename from 6944/data/test-cases/ef237b7985225ed0.json rename to 6962/data/test-cases/476e807d182ce1b6.json index b52a901387c..23c1dcc2be0 100644 --- a/6944/data/test-cases/ef237b7985225ed0.json +++ b/6962/data/test-cases/476e807d182ce1b6.json @@ -1 +1 @@ -{"uid":"ef237b7985225ed0","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":1714425301042,"stop":1714425301042,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"138906b84936c772","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/138906b84936c772","status":"passed","time":{"start":1714415473240,"stop":1714415473241,"duration":1}},{"uid":"87f64e7fdf6811e7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/87f64e7fdf6811e7","status":"passed","time":{"start":1714415615334,"stop":1714415615335,"duration":1}},{"uid":"a21e4eb36eb5b674","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a21e4eb36eb5b674","status":"passed","time":{"start":1714407816851,"stop":1714407816851,"duration":0}},{"uid":"ee090c75744dfe6e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ee090c75744dfe6e","status":"passed","time":{"start":1714406861552,"stop":1714406861552,"duration":0}},{"uid":"b32291a8744f76e8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b32291a8744f76e8","status":"passed","time":{"start":1714404628264,"stop":1714404628265,"duration":1}},{"uid":"ceee4157058298ae","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ceee4157058298ae","status":"passed","time":{"start":1714404348875,"stop":1714404348876,"duration":1}},{"uid":"ee5c3fed7d3c8d20","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ee5c3fed7d3c8d20","status":"passed","time":{"start":1714404137188,"stop":1714404137188,"duration":0}},{"uid":"4323bea74eb918e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4323bea74eb918e","status":"passed","time":{"start":1714386585832,"stop":1714386585833,"duration":1}},{"uid":"e98918a883ecd65f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e98918a883ecd65f","status":"passed","time":{"start":1714385651926,"stop":1714385651927,"duration":1}},{"uid":"f2b872813f5e206e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f2b872813f5e206e","status":"passed","time":{"start":1714384939204,"stop":1714384939204,"duration":0}},{"uid":"8231ca4cb10e125b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8231ca4cb10e125b","status":"passed","time":{"start":1714384633410,"stop":1714384633410,"duration":0}},{"uid":"18f7e4ff444a8771","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/18f7e4ff444a8771","status":"passed","time":{"start":1714383068388,"stop":1714383068388,"duration":0}},{"uid":"964f43e83c1c23cc","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/964f43e83c1c23cc","status":"passed","time":{"start":1714383427832,"stop":1714383427835,"duration":3}},{"uid":"e2a8ee1f6ae27add","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e2a8ee1f6ae27add","status":"passed","time":{"start":1714382856536,"stop":1714382856536,"duration":0}},{"uid":"681fabc06708914b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/681fabc06708914b","status":"passed","time":{"start":1714383232226,"stop":1714383232228,"duration":2}},{"uid":"d66b008cc1f59634","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/d66b008cc1f59634","status":"passed","time":{"start":1714383125874,"stop":1714383125874,"duration":0}},{"uid":"1e0e06eb01d7c4c3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1e0e06eb01d7c4c3","status":"passed","time":{"start":1714381639299,"stop":1714381639300,"duration":1}},{"uid":"ba7186dea97f6fa2","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ba7186dea97f6fa2","status":"passed","time":{"start":1714380392343,"stop":1714380392344,"duration":1}},{"uid":"223bdd1a646e47a9","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/223bdd1a646e47a9","status":"passed","time":{"start":1714379984438,"stop":1714379984438,"duration":0}},{"uid":"84d2947ed82cc0b4","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/84d2947ed82cc0b4","status":"passed","time":{"start":1714297212190,"stop":1714297212190,"duration":0}}]},"tags":[]},"source":"ef237b7985225ed0.json","parameterValues":[]} \ No newline at end of file +{"uid":"476e807d182ce1b6","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":1714500976526,"stop":1714500976527,"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":3,"unknown":0,"total":3},"items":[{"uid":"fb59be9b1405dec7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fb59be9b1405dec7","status":"passed","time":{"start":1714494735256,"stop":1714494735256,"duration":0}},{"uid":"b02ceb5218ece59f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b02ceb5218ece59f","status":"passed","time":{"start":1714492814922,"stop":1714492814923,"duration":1}}]},"tags":[]},"source":"476e807d182ce1b6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/47d633b57c065e69.json b/6962/data/test-cases/47d633b57c065e69.json new file mode 100644 index 00000000000..ff7a76117e4 --- /dev/null +++ b/6962/data/test-cases/47d633b57c065e69.json @@ -0,0 +1 @@ +{"uid":"47d633b57c065e69","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/-","historyId":"61258855fde06048b020cddf893c5ab4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525348,"stop":1714500525348,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b97190198ab92186","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b97190198ab92186","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"e0d45fdba9d94a9b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0d45fdba9d94a9b","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"tags":[]},"source":"47d633b57c065e69.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/47dfcdfc93d03c77.json b/6962/data/test-cases/47dfcdfc93d03c77.json new file mode 100644 index 00000000000..dd8775665fc --- /dev/null +++ b/6962/data/test-cases/47dfcdfc93d03c77.json @@ -0,0 +1 @@ +{"uid":"47dfcdfc93d03c77","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":1714500654301,"stop":1714500654301,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"be1fb2412204d3ed","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be1fb2412204d3ed","status":"passed","time":{"start":1714494402847,"stop":1714494402847,"duration":0}},{"uid":"9b9eb71e922c4c06","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b9eb71e922c4c06","status":"passed","time":{"start":1714492502973,"stop":1714492502973,"duration":0}}]},"tags":[]},"source":"47dfcdfc93d03c77.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/47edefe8483fa6e2.json b/6962/data/test-cases/47edefe8483fa6e2.json new file mode 100644 index 00000000000..e7dc4670158 --- /dev/null +++ b/6962/data/test-cases/47edefe8483fa6e2.json @@ -0,0 +1 @@ +{"uid":"47edefe8483fa6e2","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":1714500664399,"stop":1714500664399,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"a0b889369f8a3c35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0b889369f8a3c35","status":"passed","time":{"start":1714494413196,"stop":1714494413197,"duration":1}},{"uid":"8233dd795a1e7a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8233dd795a1e7a9","status":"passed","time":{"start":1714492522567,"stop":1714492522568,"duration":1}}]},"tags":[]},"source":"47edefe8483fa6e2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/483097454da9057.json b/6962/data/test-cases/483097454da9057.json new file mode 100644 index 00000000000..c0ea911cb00 --- /dev/null +++ b/6962/data/test-cases/483097454da9057.json @@ -0,0 +1 @@ +{"uid":"483097454da9057","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":1714501050440,"stop":1714501050440,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"48cf08277b6e3bc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48cf08277b6e3bc","status":"passed","time":{"start":1714494785905,"stop":1714494785906,"duration":1}},{"uid":"ff959939a21ce72c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff959939a21ce72c","status":"passed","time":{"start":1714492898561,"stop":1714492898561,"duration":0}}]},"tags":[]},"source":"483097454da9057.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b6d3b046354c0d5c.json b/6962/data/test-cases/483d138e14c2b884.json similarity index 83% rename from 6944/data/test-cases/b6d3b046354c0d5c.json rename to 6962/data/test-cases/483d138e14c2b884.json index 8fe0011d884..99b82787ac2 100644 --- a/6944/data/test-cases/b6d3b046354c0d5c.json +++ b/6962/data/test-cases/483d138e14c2b884.json @@ -1 +1 @@ -{"uid":"b6d3b046354c0d5c","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":1714425301042,"stop":1714425301043,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"dcb0851e55e13d91","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dcb0851e55e13d91","status":"passed","time":{"start":1714415473241,"stop":1714415473241,"duration":0}},{"uid":"756fb9f3a2f70d72","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/756fb9f3a2f70d72","status":"passed","time":{"start":1714415615335,"stop":1714415615335,"duration":0}},{"uid":"ffa649db54abe190","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ffa649db54abe190","status":"passed","time":{"start":1714407816851,"stop":1714407816852,"duration":1}},{"uid":"a588e1f0ae59ba3a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a588e1f0ae59ba3a","status":"passed","time":{"start":1714406861552,"stop":1714406861553,"duration":1}},{"uid":"aaa5d37608a3f50e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aaa5d37608a3f50e","status":"passed","time":{"start":1714404628265,"stop":1714404628265,"duration":0}},{"uid":"dd7a254967e62dbd","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/dd7a254967e62dbd","status":"passed","time":{"start":1714404348878,"stop":1714404348881,"duration":3}},{"uid":"aa0291d357f249e1","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/aa0291d357f249e1","status":"passed","time":{"start":1714404137189,"stop":1714404137189,"duration":0}},{"uid":"44eb55c055b8ebd3","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/44eb55c055b8ebd3","status":"passed","time":{"start":1714386585833,"stop":1714386585834,"duration":1}},{"uid":"4cd98037f96cc894","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4cd98037f96cc894","status":"passed","time":{"start":1714385651927,"stop":1714385651928,"duration":1}},{"uid":"5893b14ebb2b2e61","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5893b14ebb2b2e61","status":"passed","time":{"start":1714384939205,"stop":1714384939205,"duration":0}},{"uid":"e55476de0b720eed","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e55476de0b720eed","status":"passed","time":{"start":1714384633411,"stop":1714384633411,"duration":0}},{"uid":"4f87e57b592bcdf8","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/4f87e57b592bcdf8","status":"passed","time":{"start":1714383068388,"stop":1714383068389,"duration":1}},{"uid":"1bc44526d3d38185","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1bc44526d3d38185","status":"passed","time":{"start":1714383427835,"stop":1714383427835,"duration":0}},{"uid":"4977c99ad3d5a0fa","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4977c99ad3d5a0fa","status":"passed","time":{"start":1714382856536,"stop":1714382856537,"duration":1}},{"uid":"755466c4d3902d58","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/755466c4d3902d58","status":"passed","time":{"start":1714383232228,"stop":1714383232229,"duration":1}},{"uid":"39c84a91908f7050","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/39c84a91908f7050","status":"passed","time":{"start":1714383125874,"stop":1714383125874,"duration":0}},{"uid":"d9bc594f92877720","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d9bc594f92877720","status":"passed","time":{"start":1714381639300,"stop":1714381639300,"duration":0}},{"uid":"6ae102765a177de8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6ae102765a177de8","status":"passed","time":{"start":1714380392344,"stop":1714380392345,"duration":1}},{"uid":"526c1e540d788c49","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/526c1e540d788c49","status":"passed","time":{"start":1714379984439,"stop":1714379984439,"duration":0}},{"uid":"12283f73894f3fa0","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/12283f73894f3fa0","status":"passed","time":{"start":1714297212191,"stop":1714297212191,"duration":0}}]},"tags":[]},"source":"b6d3b046354c0d5c.json","parameterValues":[]} \ No newline at end of file +{"uid":"483d138e14c2b884","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":1714500976527,"stop":1714500976527,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"9e3f87e53c9f3c37","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9e3f87e53c9f3c37","status":"passed","time":{"start":1714494735256,"stop":1714494735257,"duration":1}},{"uid":"1bfb2e5a3b02dc83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1bfb2e5a3b02dc83","status":"passed","time":{"start":1714492814923,"stop":1714492814924,"duration":1}}]},"tags":[]},"source":"483d138e14c2b884.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/28b4b70d70bf3e02.json b/6962/data/test-cases/489be5d12b754a47.json similarity index 83% rename from 6944/data/test-cases/28b4b70d70bf3e02.json rename to 6962/data/test-cases/489be5d12b754a47.json index f750ec919b1..a82d3fbc91e 100644 --- a/6944/data/test-cases/28b4b70d70bf3e02.json +++ b/6962/data/test-cases/489be5d12b754a47.json @@ -1 +1 @@ -{"uid":"28b4b70d70bf3e02","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":1714425301125,"stop":1714425301126,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"1d7cfb61b014399e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1d7cfb61b014399e","status":"passed","time":{"start":1714415473268,"stop":1714415473269,"duration":1}},{"uid":"fae6191c0b2f8a9a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fae6191c0b2f8a9a","status":"passed","time":{"start":1714415615364,"stop":1714415615364,"duration":0}},{"uid":"f7360e0c9db22b18","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f7360e0c9db22b18","status":"passed","time":{"start":1714407816873,"stop":1714407816874,"duration":1}},{"uid":"eb06ab93576cf9a3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/eb06ab93576cf9a3","status":"passed","time":{"start":1714406861593,"stop":1714406861594,"duration":1}},{"uid":"ba753c5f7e4c00a7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ba753c5f7e4c00a7","status":"passed","time":{"start":1714404628276,"stop":1714404628277,"duration":1}},{"uid":"b93d7e8bc6bb3bc0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b93d7e8bc6bb3bc0","status":"passed","time":{"start":1714404348896,"stop":1714404348896,"duration":0}},{"uid":"c92b18322080f6ae","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c92b18322080f6ae","status":"passed","time":{"start":1714404137222,"stop":1714404137223,"duration":1}},{"uid":"cbaa15eeabe8a9a8","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/cbaa15eeabe8a9a8","status":"passed","time":{"start":1714386585851,"stop":1714386585851,"duration":0}},{"uid":"ca389d029df0066e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ca389d029df0066e","status":"passed","time":{"start":1714385651944,"stop":1714385651945,"duration":1}},{"uid":"67d20cb997b71c7d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/67d20cb997b71c7d","status":"passed","time":{"start":1714384939250,"stop":1714384939250,"duration":0}},{"uid":"d3690eacdbd38474","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d3690eacdbd38474","status":"passed","time":{"start":1714384633423,"stop":1714384633424,"duration":1}},{"uid":"7eff79c2891a6c45","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7eff79c2891a6c45","status":"passed","time":{"start":1714383068443,"stop":1714383068443,"duration":0}},{"uid":"61cd04bd9964de6c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/61cd04bd9964de6c","status":"passed","time":{"start":1714383427869,"stop":1714383427870,"duration":1}},{"uid":"6b1639ae7527dbfb","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6b1639ae7527dbfb","status":"passed","time":{"start":1714382856567,"stop":1714382856568,"duration":1}},{"uid":"b6a73cf45f37d4d9","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b6a73cf45f37d4d9","status":"passed","time":{"start":1714383232254,"stop":1714383232255,"duration":1}},{"uid":"734c683ac08f7335","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/734c683ac08f7335","status":"passed","time":{"start":1714383125890,"stop":1714383125890,"duration":0}},{"uid":"82e67ceff5d0d457","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/82e67ceff5d0d457","status":"passed","time":{"start":1714381639315,"stop":1714381639315,"duration":0}},{"uid":"dac89026bfed25a9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/dac89026bfed25a9","status":"passed","time":{"start":1714380392365,"stop":1714380392366,"duration":1}},{"uid":"763ae88eca845d48","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/763ae88eca845d48","status":"passed","time":{"start":1714379984452,"stop":1714379984452,"duration":0}},{"uid":"e0cfa0b348539ae","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e0cfa0b348539ae","status":"passed","time":{"start":1714297212218,"stop":1714297212218,"duration":0}}]},"tags":[]},"source":"28b4b70d70bf3e02.json","parameterValues":[]} \ No newline at end of file +{"uid":"489be5d12b754a47","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":1714500976558,"stop":1714500976558,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"937a22de499dd069","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/937a22de499dd069","status":"passed","time":{"start":1714494735299,"stop":1714494735300,"duration":1}},{"uid":"e2696dfcba0ff881","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e2696dfcba0ff881","status":"passed","time":{"start":1714492814969,"stop":1714492814970,"duration":1}}]},"tags":[]},"source":"489be5d12b754a47.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/97fc839641ab590e.json b/6962/data/test-cases/48c1397f6a615e90.json similarity index 71% rename from 6944/data/test-cases/97fc839641ab590e.json rename to 6962/data/test-cases/48c1397f6a615e90.json index a4e039acb98..5d0c46c1353 100644 --- a/6944/data/test-cases/97fc839641ab590e.json +++ b/6962/data/test-cases/48c1397f6a615e90.json @@ -1 +1 @@ -{"uid":"97fc839641ab590e","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425349877,"stop":1714425349878,"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":74,"passed":0,"unknown":0,"total":74},"items":[{"uid":"12ab7dd60a0405b0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/12ab7dd60a0405b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415539976,"stop":1714415539976,"duration":0}},{"uid":"987845b75b803b55","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/987845b75b803b55","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415671315,"stop":1714415671315,"duration":0}},{"uid":"35433e3f5f11cc5d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/35433e3f5f11cc5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407878079,"stop":1714407878080,"duration":1}},{"uid":"a3cdf1d2438a9991","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a3cdf1d2438a9991","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406907375,"stop":1714406907375,"duration":0}},{"uid":"b05ea12a087577f3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b05ea12a087577f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685457,"stop":1714404685457,"duration":0}},{"uid":"cabeb621d7046c63","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/cabeb621d7046c63","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404398003,"stop":1714404398003,"duration":0}},{"uid":"ab435141971c90df","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ab435141971c90df","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404193472,"stop":1714404193472,"duration":0}},{"uid":"c27ae5ea0cec75e4","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c27ae5ea0cec75e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714386646793,"stop":1714386646793,"duration":0}},{"uid":"9928cd860684d956","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/9928cd860684d956","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385711032,"stop":1714385711032,"duration":0}},{"uid":"88dbd4e1552e02b1","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/88dbd4e1552e02b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385006976,"stop":1714385006976,"duration":0}},{"uid":"244ade36b69042ea","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/244ade36b69042ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384687417,"stop":1714384687418,"duration":1}},{"uid":"1dd95c8277b39524","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1dd95c8277b39524","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383085785,"stop":1714383085785,"duration":0}},{"uid":"7b5be0b6ec9cecf6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7b5be0b6ec9cecf6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383482551,"stop":1714383482551,"duration":0}},{"uid":"31d779b90b637b3","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/31d779b90b637b3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714382879525,"stop":1714382879525,"duration":0}},{"uid":"7f03a60bb4794d5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7f03a60bb4794d5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383290173,"stop":1714383290173,"duration":0}},{"uid":"21e80288a5fb09ae","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/21e80288a5fb09ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383178719,"stop":1714383178719,"duration":0}},{"uid":"11e1d616474d6bc2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/11e1d616474d6bc2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714381680873,"stop":1714381680874,"duration":1}},{"uid":"9c4c6536f6f741f0","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/9c4c6536f6f741f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380462784,"stop":1714380462784,"duration":0}},{"uid":"79e373dd8728d0cf","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/79e373dd8728d0cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380037749,"stop":1714380037749,"duration":0}},{"uid":"3cb0660c4c10ee2d","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3cb0660c4c10ee2d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714297267381,"stop":1714297267382,"duration":1}}]},"tags":[]},"source":"97fc839641ab590e.json","parameterValues":[]} \ No newline at end of file +{"uid":"48c1397f6a615e90","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501039479,"stop":1714501039479,"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":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"72b029079f5dcac8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72b029079f5dcac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494791242,"stop":1714494791242,"duration":0}},{"uid":"a8a058dd61acf46a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8a058dd61acf46a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492870705,"stop":1714492870705,"duration":0}}]},"tags":[]},"source":"48c1397f6a615e90.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/48f05466ff324e7e.json b/6962/data/test-cases/48f05466ff324e7e.json new file mode 100644 index 00000000000..26195f744ee --- /dev/null +++ b/6962/data/test-cases/48f05466ff324e7e.json @@ -0,0 +1 @@ +{"uid":"48f05466ff324e7e","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":1714500538711,"stop":1714500538712,"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":3,"unknown":0,"total":3},"items":[{"uid":"6d91bcd1c620be69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6d91bcd1c620be69","status":"passed","time":{"start":1714494290035,"stop":1714494290035,"duration":0}},{"uid":"a3403e9906e8eb59","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a3403e9906e8eb59","status":"passed","time":{"start":1714492394075,"stop":1714492394076,"duration":1}}]},"tags":[]},"source":"48f05466ff324e7e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/7a3b23a4d69546ab.json b/6962/data/test-cases/492281f6b53dd9d7.json similarity index 98% rename from 6944/data/test-cases/7a3b23a4d69546ab.json rename to 6962/data/test-cases/492281f6b53dd9d7.json index 8aaf19246ac..e7be5fc59f5 100644 --- a/6944/data/test-cases/7a3b23a4d69546ab.json +++ b/6962/data/test-cases/492281f6b53dd9d7.json @@ -1 +1 @@ -{"uid":"7a3b23a4d69546ab","name":"Push message with custom timestamp: 1714428672332","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1714428672332","historyId":"a51b2923c5656350b5f8b8aef6d651e9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425301150,"stop":1714425301156,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_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":"7a3b23a4d69546ab.json","parameterValues":[]} \ No newline at end of file +{"uid":"492281f6b53dd9d7","name":"Push message with custom timestamp: 1714504344434","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1714504344434","historyId":"f0c173cf4589ded29dbd416adb065246:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500976564,"stop":1714500976565,"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":"492281f6b53dd9d7.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/49bbfe62743213db.json b/6962/data/test-cases/49bbfe62743213db.json new file mode 100644 index 00000000000..beaa199df15 --- /dev/null +++ b/6962/data/test-cases/49bbfe62743213db.json @@ -0,0 +1 @@ +{"uid":"49bbfe62743213db","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":1714501181622,"stop":1714501181622,"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":3,"unknown":0,"total":3},"items":[{"uid":"164807d39c5a1fc5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/164807d39c5a1fc5","status":"passed","time":{"start":1714494921190,"stop":1714494921190,"duration":0}},{"uid":"af9697144399d48a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/af9697144399d48a","status":"passed","time":{"start":1714493000279,"stop":1714493000279,"duration":0}}]},"tags":[]},"source":"49bbfe62743213db.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f9d70135235ff588.json b/6962/data/test-cases/4a1011b286585d8f.json similarity index 79% rename from 6944/data/test-cases/f9d70135235ff588.json rename to 6962/data/test-cases/4a1011b286585d8f.json index aefdf80bcba..18d1ce5ec9a 100644 --- a/6944/data/test-cases/f9d70135235ff588.json +++ b/6962/data/test-cases/4a1011b286585d8f.json @@ -1 +1 @@ -{"uid":"f9d70135235ff588","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":1714425534894,"stop":1714425534894,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"cf84f331f0709ac2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cf84f331f0709ac2","status":"passed","time":{"start":1714415702294,"stop":1714415702295,"duration":1}},{"uid":"588a10ed28e0afe7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/588a10ed28e0afe7","status":"passed","time":{"start":1714415850502,"stop":1714415850502,"duration":0}},{"uid":"c82451fe1d1107ca","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c82451fe1d1107ca","status":"passed","time":{"start":1714408049952,"stop":1714408049952,"duration":0}},{"uid":"98c5967452da71bb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/98c5967452da71bb","status":"passed","time":{"start":1714407080674,"stop":1714407080674,"duration":0}},{"uid":"1cd163a28d18499e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1cd163a28d18499e","status":"passed","time":{"start":1714404860592,"stop":1714404860592,"duration":0}},{"uid":"9b27b420a93311d0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9b27b420a93311d0","status":"passed","time":{"start":1714404585204,"stop":1714404585204,"duration":0}},{"uid":"3f7eba80e8c7a74a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3f7eba80e8c7a74a","status":"passed","time":{"start":1714404366313,"stop":1714404366313,"duration":0}},{"uid":"cb321f0e35688c78","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/cb321f0e35688c78","status":"passed","time":{"start":1714386825531,"stop":1714386825531,"duration":0}},{"uid":"5494cb9b20040ae5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5494cb9b20040ae5","status":"passed","time":{"start":1714385893741,"stop":1714385893742,"duration":1}},{"uid":"b0ed6938b33e314b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b0ed6938b33e314b","status":"passed","time":{"start":1714385188017,"stop":1714385188017,"duration":0}},{"uid":"90f5da14a5d0b955","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/90f5da14a5d0b955","status":"passed","time":{"start":1714384869917,"stop":1714384869917,"duration":0}},{"uid":"5d496d76c9ef6317","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5d496d76c9ef6317","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237146,"stop":1714384237147,"duration":1}},{"uid":"e90be3f1ed67d989","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e90be3f1ed67d989","status":"passed","time":{"start":1714383661927,"stop":1714383661927,"duration":0}},{"uid":"f824adcc50332f95","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f824adcc50332f95","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018820,"stop":1714384018820,"duration":0}},{"uid":"ef166815d7259cc6","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ef166815d7259cc6","status":"passed","time":{"start":1714383474186,"stop":1714383474186,"duration":0}},{"uid":"94a1369fbf183116","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/94a1369fbf183116","status":"passed","time":{"start":1714383351256,"stop":1714383351256,"duration":0}},{"uid":"fe59c481f08ebe09","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/fe59c481f08ebe09","status":"passed","time":{"start":1714381860520,"stop":1714381860520,"duration":0}},{"uid":"2a85e40381e59488","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/2a85e40381e59488","status":"passed","time":{"start":1714380649666,"stop":1714380649666,"duration":0}},{"uid":"c480b821e7b225e4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c480b821e7b225e4","status":"passed","time":{"start":1714380216165,"stop":1714380216165,"duration":0}},{"uid":"5ccd9ed9fe977a09","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5ccd9ed9fe977a09","status":"passed","time":{"start":1714297452334,"stop":1714297452334,"duration":0}}]},"tags":[]},"source":"f9d70135235ff588.json","parameterValues":[]} \ No newline at end of file +{"uid":"4a1011b286585d8f","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":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"6e79603b1bfbcfe1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e79603b1bfbcfe1","status":"passed","time":{"start":1714494954446,"stop":1714494954447,"duration":1}},{"uid":"c2c361076fd8f235","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c2c361076fd8f235","status":"passed","time":{"start":1714493052142,"stop":1714493052143,"duration":1}}]},"tags":[]},"source":"4a1011b286585d8f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4a797c9fe1999528.json b/6962/data/test-cases/4a797c9fe1999528.json new file mode 100644 index 00000000000..0418d4bf773 --- /dev/null +++ b/6962/data/test-cases/4a797c9fe1999528.json @@ -0,0 +1 @@ +{"uid":"4a797c9fe1999528","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":1714501094177,"stop":1714501094178,"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":3,"unknown":0,"total":3},"items":[{"uid":"6401f885253c9f3e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6401f885253c9f3e","status":"passed","time":{"start":1714494837582,"stop":1714494837583,"duration":1}},{"uid":"6df42898fbf7f5ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6df42898fbf7f5ca","status":"passed","time":{"start":1714492927147,"stop":1714492927147,"duration":0}}]},"tags":[]},"source":"4a797c9fe1999528.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/de2fc4bcd714d72a.json b/6962/data/test-cases/4af5ac0c10abe34a.json similarity index 80% rename from 6944/data/test-cases/de2fc4bcd714d72a.json rename to 6962/data/test-cases/4af5ac0c10abe34a.json index 4ffd124e639..6acfc4df955 100644 --- a/6944/data/test-cases/de2fc4bcd714d72a.json +++ b/6962/data/test-cases/4af5ac0c10abe34a.json @@ -1 +1 @@ -{"uid":"de2fc4bcd714d72a","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":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"5669cd704091e6ce","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5669cd704091e6ce","status":"passed","time":{"start":1714415702284,"stop":1714415702284,"duration":0}},{"uid":"23bba7048af22865","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23bba7048af22865","status":"passed","time":{"start":1714415850493,"stop":1714415850493,"duration":0}},{"uid":"35231b896670131e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/35231b896670131e","status":"passed","time":{"start":1714408049941,"stop":1714408049941,"duration":0}},{"uid":"c6d2076b861e2599","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c6d2076b861e2599","status":"passed","time":{"start":1714407080665,"stop":1714407080665,"duration":0}},{"uid":"a30e9414af541b7b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a30e9414af541b7b","status":"passed","time":{"start":1714404860580,"stop":1714404860581,"duration":1}},{"uid":"3d0b5406e5c3e9c3","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/3d0b5406e5c3e9c3","status":"passed","time":{"start":1714404585194,"stop":1714404585194,"duration":0}},{"uid":"87fee942d2a85b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/87fee942d2a85b","status":"passed","time":{"start":1714404366302,"stop":1714404366302,"duration":0}},{"uid":"acc81581c2efb7fd","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/acc81581c2efb7fd","status":"passed","time":{"start":1714386825521,"stop":1714386825521,"duration":0}},{"uid":"875ba53a7de8388f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/875ba53a7de8388f","status":"passed","time":{"start":1714385893732,"stop":1714385893733,"duration":1}},{"uid":"2a5436c06a36f72c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2a5436c06a36f72c","status":"passed","time":{"start":1714385188007,"stop":1714385188007,"duration":0}},{"uid":"b19e4e21c2f9a561","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b19e4e21c2f9a561","status":"passed","time":{"start":1714384869905,"stop":1714384869906,"duration":1}},{"uid":"d4f2e8e41cd130d6","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d4f2e8e41cd130d6","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237116,"stop":1714384237116,"duration":0}},{"uid":"e887d87a97e321ef","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e887d87a97e321ef","status":"passed","time":{"start":1714383661918,"stop":1714383661918,"duration":0}},{"uid":"a6cba69ac16d2540","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a6cba69ac16d2540","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018792,"stop":1714384018792,"duration":0}},{"uid":"4cf7ba5ecbf2f881","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4cf7ba5ecbf2f881","status":"passed","time":{"start":1714383474176,"stop":1714383474176,"duration":0}},{"uid":"2a70550214a734e8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2a70550214a734e8","status":"passed","time":{"start":1714383351245,"stop":1714383351246,"duration":1}},{"uid":"ab5ae65c5c7a1a59","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ab5ae65c5c7a1a59","status":"passed","time":{"start":1714381860511,"stop":1714381860512,"duration":1}},{"uid":"d2e5579aa3387930","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d2e5579aa3387930","status":"passed","time":{"start":1714380649655,"stop":1714380649655,"duration":0}},{"uid":"14988e5f8c9e989","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/14988e5f8c9e989","status":"passed","time":{"start":1714380216156,"stop":1714380216156,"duration":0}},{"uid":"378da6856b5de75b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/378da6856b5de75b","status":"passed","time":{"start":1714297452323,"stop":1714297452323,"duration":0}}]},"tags":[]},"source":"de2fc4bcd714d72a.json","parameterValues":[]} \ No newline at end of file +{"uid":"4af5ac0c10abe34a","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":1714501220685,"stop":1714501220685,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"79489808c10b18c6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/79489808c10b18c6","status":"passed","time":{"start":1714494954436,"stop":1714494954437,"duration":1}},{"uid":"95bd01338ee488ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/95bd01338ee488ab","status":"passed","time":{"start":1714493052132,"stop":1714493052133,"duration":1}}]},"tags":[]},"source":"4af5ac0c10abe34a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/200576456e2f7df5.json b/6962/data/test-cases/4afb6369b035d8f2.json similarity index 65% rename from 6944/data/test-cases/200576456e2f7df5.json rename to 6962/data/test-cases/4afb6369b035d8f2.json index 5004d2e30e7..c93f5aa58a6 100644 --- a/6944/data/test-cases/200576456e2f7df5.json +++ b/6962/data/test-cases/4afb6369b035d8f2.json @@ -1 +1 @@ -{"uid":"200576456e2f7df5","name":"should not fail to start the service if it is already started","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424877427,"stop":1714424877427,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"e50b3990a60034f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e50b3990a60034f1","status":"passed","time":{"start":1714415030102,"stop":1714415030102,"duration":0}},{"uid":"616f59d506c60b9c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/616f59d506c60b9c","status":"passed","time":{"start":1714415183072,"stop":1714415183073,"duration":1}},{"uid":"86701d328b1b8966","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/86701d328b1b8966","status":"passed","time":{"start":1714407390403,"stop":1714407390403,"duration":0}},{"uid":"696882b3c0ced1d5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/696882b3c0ced1d5","status":"passed","time":{"start":1714406417791,"stop":1714406417791,"duration":0}},{"uid":"d20737e74b00becf","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d20737e74b00becf","status":"passed","time":{"start":1714404207524,"stop":1714404207524,"duration":0}},{"uid":"a79487d1d0caa09e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a79487d1d0caa09e","status":"passed","time":{"start":1714403859299,"stop":1714403859299,"duration":0}},{"uid":"cb91efb06f7bb728","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/cb91efb06f7bb728","status":"passed","time":{"start":1714403703374,"stop":1714403703374,"duration":0}},{"uid":"5ec3619fa0e0110f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5ec3619fa0e0110f","status":"passed","time":{"start":1714386168541,"stop":1714386168541,"duration":0}},{"uid":"260a4977bf035c61","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/260a4977bf035c61","status":"passed","time":{"start":1714385239207,"stop":1714385239208,"duration":1}},{"uid":"2f1ebdd269136608","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2f1ebdd269136608","status":"passed","time":{"start":1714384531802,"stop":1714384531802,"duration":0}},{"uid":"4e4d192b303a564b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4e4d192b303a564b","status":"passed","time":{"start":1714384220015,"stop":1714384220016,"duration":1}},{"uid":"dddfc89987a5f350","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/dddfc89987a5f350","status":"passed","time":{"start":1714382024963,"stop":1714382024963,"duration":0}},{"uid":"7acddf88689944f","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7acddf88689944f","status":"passed","time":{"start":1714382999499,"stop":1714382999500,"duration":1}},{"uid":"a2f553757b71ba07","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a2f553757b71ba07","status":"passed","time":{"start":1714381835718,"stop":1714381835718,"duration":0}},{"uid":"f071ac51baa44500","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f071ac51baa44500","status":"passed","time":{"start":1714382821232,"stop":1714382821232,"duration":0}},{"uid":"3fc1e065bf2b23c0","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3fc1e065bf2b23c0","status":"passed","time":{"start":1714382694386,"stop":1714382694386,"duration":0}},{"uid":"9cce27c736d92bf1","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/9cce27c736d92bf1","status":"passed","time":{"start":1714381204660,"stop":1714381204661,"duration":1}},{"uid":"ed67b3d77fe4233f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ed67b3d77fe4233f","status":"passed","time":{"start":1714379990098,"stop":1714379990099,"duration":1}},{"uid":"5841b29e7db9a2e4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/5841b29e7db9a2e4","status":"passed","time":{"start":1714379561022,"stop":1714379561022,"duration":0}},{"uid":"fe7c84abb8dae1cf","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/fe7c84abb8dae1cf","status":"passed","time":{"start":1714296791534,"stop":1714296791534,"duration":0}}]},"tags":[]},"source":"200576456e2f7df5.json","parameterValues":[]} \ No newline at end of file +{"uid":"4afb6369b035d8f2","name":"should not fail to start the service if it is already started","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554004,"stop":1714500554004,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ee28b26eb4c72971","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ee28b26eb4c72971","status":"passed","time":{"start":1714494305184,"stop":1714494305184,"duration":0}}]},"tags":[]},"source":"4afb6369b035d8f2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4b2942ec27be68f.json b/6962/data/test-cases/4b2942ec27be68f.json new file mode 100644 index 00000000000..b3a956aec5c --- /dev/null +++ b/6962/data/test-cases/4b2942ec27be68f.json @@ -0,0 +1 @@ +{"uid":"4b2942ec27be68f","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app50/7/topic265/proto","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 1 - Cluster ID: 10, Content Topic: /app50/7/topic265/proto","historyId":"971837a07ce4f34053330b0ef3d79be6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"4b2942ec27be68f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c09f2a749185ca2c.json b/6962/data/test-cases/4b5a6c604150e69c.json similarity index 78% rename from 6944/data/test-cases/c09f2a749185ca2c.json rename to 6962/data/test-cases/4b5a6c604150e69c.json index 5e06c64c83b..3c39e911549 100644 --- a/6944/data/test-cases/c09f2a749185ca2c.json +++ b/6962/data/test-cases/4b5a6c604150e69c.json @@ -1 +1 @@ -{"uid":"c09f2a749185ca2c","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":1714425137470,"stop":1714425137470,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"1aa052329641f4dd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1aa052329641f4dd","status":"passed","time":{"start":1714415306382,"stop":1714415306382,"duration":0}},{"uid":"5862a54da18ed1d1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5862a54da18ed1d1","status":"passed","time":{"start":1714415441036,"stop":1714415441037,"duration":1}},{"uid":"6d4619639655588d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6d4619639655588d","status":"passed","time":{"start":1714407661425,"stop":1714407661426,"duration":1}},{"uid":"31341982cd14f36f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/31341982cd14f36f","status":"passed","time":{"start":1714406688875,"stop":1714406688876,"duration":1}},{"uid":"4d006f64e47c41d4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4d006f64e47c41d4","status":"passed","time":{"start":1714404480648,"stop":1714404480649,"duration":1}},{"uid":"ed91750d9cf97196","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ed91750d9cf97196","status":"passed","time":{"start":1714404187331,"stop":1714404187331,"duration":0}},{"uid":"aa773dc75a263adb","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/aa773dc75a263adb","status":"passed","time":{"start":1714403975130,"stop":1714403975131,"duration":1}},{"uid":"7b98236ad3e3b636","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7b98236ad3e3b636","status":"passed","time":{"start":1714386442468,"stop":1714386442468,"duration":0}},{"uid":"57a0659f359d033c","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/57a0659f359d033c","status":"passed","time":{"start":1714385503997,"stop":1714385503998,"duration":1}},{"uid":"db94ccb05e150e12","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/db94ccb05e150e12","status":"passed","time":{"start":1714384798848,"stop":1714384798848,"duration":0}},{"uid":"78f79d0b5551ebb4","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/78f79d0b5551ebb4","status":"passed","time":{"start":1714384484770,"stop":1714384484770,"duration":0}},{"uid":"3b0797ab06cab936","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/3b0797ab06cab936","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939627,"stop":1714382939627,"duration":0}},{"uid":"56d4c382ef9060d7","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/56d4c382ef9060d7","status":"passed","time":{"start":1714383271373,"stop":1714383271373,"duration":0}},{"uid":"33aa4ce11434d1e1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/33aa4ce11434d1e1","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742258,"stop":1714382742260,"duration":2}},{"uid":"10555a204c36e72d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/10555a204c36e72d","status":"passed","time":{"start":1714383085712,"stop":1714383085713,"duration":1}},{"uid":"a7f5d457a7ae5af9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a7f5d457a7ae5af9","status":"passed","time":{"start":1714382957859,"stop":1714382957860,"duration":1}},{"uid":"6352c24478ba1774","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6352c24478ba1774","status":"passed","time":{"start":1714381467348,"stop":1714381467349,"duration":1}},{"uid":"dbaeac2e9c81a8ec","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/dbaeac2e9c81a8ec","status":"passed","time":{"start":1714380262881,"stop":1714380262881,"duration":0}},{"uid":"ef1a75a0724350b6","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ef1a75a0724350b6","status":"passed","time":{"start":1714379832150,"stop":1714379832150,"duration":0}},{"uid":"5eec2b1b3956b44c","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5eec2b1b3956b44c","status":"passed","time":{"start":1714297053936,"stop":1714297053937,"duration":1}}]},"tags":[]},"source":"c09f2a749185ca2c.json","parameterValues":[]} \ No newline at end of file +{"uid":"4b5a6c604150e69c","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":1714500823190,"stop":1714500823191,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"836831cdca489043","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/836831cdca489043","status":"passed","time":{"start":1714494571269,"stop":1714494571269,"duration":0}},{"uid":"f26ba7f5bec987b1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f26ba7f5bec987b1","status":"passed","time":{"start":1714492678669,"stop":1714492678669,"duration":0}}]},"tags":[]},"source":"4b5a6c604150e69c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b9b65a906848095c.json b/6962/data/test-cases/4c05283ed2aca794.json similarity index 85% rename from 6944/data/test-cases/b9b65a906848095c.json rename to 6962/data/test-cases/4c05283ed2aca794.json index e5fad54709a..ff9b16f5938 100644 --- a/6944/data/test-cases/b9b65a906848095c.json +++ b/6962/data/test-cases/4c05283ed2aca794.json @@ -1 +1 @@ -{"uid":"b9b65a906848095c","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":1714425435621,"stop":1714425435621,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"abc0a6d0381dee45","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/abc0a6d0381dee45","status":"passed","time":{"start":1714415590168,"stop":1714415590170,"duration":2}},{"uid":"5857f376c3b2151c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5857f376c3b2151c","status":"passed","time":{"start":1714415739331,"stop":1714415739332,"duration":1}},{"uid":"9280b2cee25877f2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9280b2cee25877f2","status":"passed","time":{"start":1714407950130,"stop":1714407950131,"duration":1}},{"uid":"115144b4b1dd773d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/115144b4b1dd773d","status":"passed","time":{"start":1714406978475,"stop":1714406978476,"duration":1}},{"uid":"61850fb3a0c66cae","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/61850fb3a0c66cae","status":"passed","time":{"start":1714404752160,"stop":1714404752161,"duration":1}},{"uid":"8d39bbb0f454fac1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8d39bbb0f454fac1","status":"passed","time":{"start":1714404488154,"stop":1714404488155,"duration":1}},{"uid":"2243b97ccb34e155","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2243b97ccb34e155","status":"passed","time":{"start":1714404264845,"stop":1714404264845,"duration":0}},{"uid":"17946cfacbf6cf3f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/17946cfacbf6cf3f","status":"passed","time":{"start":1714386718942,"stop":1714386718943,"duration":1}},{"uid":"ad5fa9b1a71cff76","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ad5fa9b1a71cff76","status":"passed","time":{"start":1714385802610,"stop":1714385802610,"duration":0}},{"uid":"9c5618e3cac2fbd","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/9c5618e3cac2fbd","status":"passed","time":{"start":1714385084328,"stop":1714385084328,"duration":0}},{"uid":"b0b2f15feddfd08","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b0b2f15feddfd08","status":"passed","time":{"start":1714384783932,"stop":1714384783933,"duration":1}},{"uid":"f0a3444961b9bcc6","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f0a3444961b9bcc6","status":"passed","time":{"start":1714382927694,"stop":1714382927694,"duration":0}},{"uid":"647d1af3a3a230f2","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/647d1af3a3a230f2","status":"passed","time":{"start":1714383573254,"stop":1714383573254,"duration":0}},{"uid":"cb37c5e440bcc5f0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/cb37c5e440bcc5f0","status":"passed","time":{"start":1714382735207,"stop":1714382735207,"duration":0}},{"uid":"bde81eecbb04c8c8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/bde81eecbb04c8c8","status":"passed","time":{"start":1714383376681,"stop":1714383376681,"duration":0}},{"uid":"b8f6635ba1060761","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b8f6635ba1060761","status":"passed","time":{"start":1714383261452,"stop":1714383261453,"duration":1}},{"uid":"cb80a2cb53933ced","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/cb80a2cb53933ced","status":"passed","time":{"start":1714381767574,"stop":1714381767575,"duration":1}},{"uid":"462e351175cbf189","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/462e351175cbf189","status":"passed","time":{"start":1714380548893,"stop":1714380548893,"duration":0}},{"uid":"96251c7db7e05523","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/96251c7db7e05523","status":"passed","time":{"start":1714380124164,"stop":1714380124165,"duration":1}},{"uid":"996c385a9c51b2d9","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/996c385a9c51b2d9","status":"passed","time":{"start":1714297355217,"stop":1714297355217,"duration":0}}]},"tags":[]},"source":"b9b65a906848095c.json","parameterValues":[]} \ No newline at end of file +{"uid":"4c05283ed2aca794","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":1714501123809,"stop":1714501123810,"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":3,"unknown":0,"total":3},"items":[{"uid":"50e54a735e1504ff","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/50e54a735e1504ff","status":"passed","time":{"start":1714494838849,"stop":1714494838849,"duration":0}},{"uid":"4564e9edb530de0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4564e9edb530de0a","status":"passed","time":{"start":1714492985767,"stop":1714492985767,"duration":0}}]},"tags":[]},"source":"4c05283ed2aca794.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/78e1cc915b3ec568.json b/6962/data/test-cases/4c9c85d861a8e104.json similarity index 76% rename from 6944/data/test-cases/78e1cc915b3ec568.json rename to 6962/data/test-cases/4c9c85d861a8e104.json index 714cb88457b..1831a6bae0f 100644 --- a/6944/data/test-cases/78e1cc915b3ec568.json +++ b/6962/data/test-cases/4c9c85d861a8e104.json @@ -1 +1 @@ -{"uid":"78e1cc915b3ec568","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":1714425068154,"stop":1714425068155,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"4fce75161c31a9fd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4fce75161c31a9fd","status":"passed","time":{"start":1714415236755,"stop":1714415236756,"duration":1}},{"uid":"75bca0de6b291be9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/75bca0de6b291be9","status":"passed","time":{"start":1714415370295,"stop":1714415370295,"duration":0}},{"uid":"752155ac56c4ae6b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/752155ac56c4ae6b","status":"passed","time":{"start":1714407592733,"stop":1714407592733,"duration":0}},{"uid":"539532adc909e300","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/539532adc909e300","status":"passed","time":{"start":1714406603020,"stop":1714406603029,"duration":9}},{"uid":"e90a5b0ae9a159a2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e90a5b0ae9a159a2","status":"passed","time":{"start":1714404403103,"stop":1714404403104,"duration":1}},{"uid":"40dde01f6a8ab1a0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/40dde01f6a8ab1a0","status":"passed","time":{"start":1714404066564,"stop":1714404066564,"duration":0}},{"uid":"863c139e1f6fdb1b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/863c139e1f6fdb1b","status":"passed","time":{"start":1714403911554,"stop":1714403911555,"duration":1}},{"uid":"594558ef49dad0b3","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/594558ef49dad0b3","status":"passed","time":{"start":1714386356553,"stop":1714386356565,"duration":12}},{"uid":"5d697d8f0f6ddf95","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5d697d8f0f6ddf95","status":"passed","time":{"start":1714385421491,"stop":1714385421492,"duration":1}},{"uid":"603df95eef49184a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/603df95eef49184a","status":"passed","time":{"start":1714384714582,"stop":1714384714582,"duration":0}},{"uid":"c95c9facae292da0","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c95c9facae292da0","status":"passed","time":{"start":1714384406000,"stop":1714384406000,"duration":0}},{"uid":"7c9cca4b3fd9589a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7c9cca4b3fd9589a","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845705,"stop":1714382845706,"duration":1}},{"uid":"ce1233cc090ad7d8","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ce1233cc090ad7d8","status":"passed","time":{"start":1714383192276,"stop":1714383192276,"duration":0}},{"uid":"abd619afb95cf3ec","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/abd619afb95cf3ec","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649900,"stop":1714382649900,"duration":0}},{"uid":"5229b4be87700fd8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5229b4be87700fd8","status":"passed","time":{"start":1714383007964,"stop":1714383007964,"duration":0}},{"uid":"3903dbd708cebd9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3903dbd708cebd9","status":"passed","time":{"start":1714382888225,"stop":1714382888225,"duration":0}},{"uid":"dce0b178992e7e5e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/dce0b178992e7e5e","status":"passed","time":{"start":1714381390686,"stop":1714381390686,"duration":0}},{"uid":"d36f093788847a25","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d36f093788847a25","status":"passed","time":{"start":1714380173245,"stop":1714380173246,"duration":1}},{"uid":"44ee3245aa83b78","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/44ee3245aa83b78","status":"passed","time":{"start":1714379752793,"stop":1714379752793,"duration":0}},{"uid":"72424a3ae6d89a8a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/72424a3ae6d89a8a","status":"passed","time":{"start":1714296983646,"stop":1714296983646,"duration":0}}]},"tags":[]},"source":"78e1cc915b3ec568.json","parameterValues":[]} \ No newline at end of file +{"uid":"4c9c85d861a8e104","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":1714500735370,"stop":1714500735370,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d556dda37849855","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1d556dda37849855","status":"passed","time":{"start":1714494500294,"stop":1714494500295,"duration":1}},{"uid":"26dd916b3d554461","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/26dd916b3d554461","status":"passed","time":{"start":1714492591535,"stop":1714492591535,"duration":0}}]},"tags":[]},"source":"4c9c85d861a8e104.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4d26daeacdc0bafc.json b/6962/data/test-cases/4d26daeacdc0bafc.json new file mode 100644 index 00000000000..7835eba8530 --- /dev/null +++ b/6962/data/test-cases/4d26daeacdc0bafc.json @@ -0,0 +1 @@ +{"uid":"4d26daeacdc0bafc","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":1714500744138,"stop":1714500744138,"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":3,"unknown":0,"total":3},"items":[{"uid":"d5a50d33c0e68fc0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5a50d33c0e68fc0","status":"passed","time":{"start":1714494482341,"stop":1714494482341,"duration":0}},{"uid":"aae5d58d23e6d89b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aae5d58d23e6d89b","status":"passed","time":{"start":1714492591353,"stop":1714492591354,"duration":1}}]},"tags":[]},"source":"4d26daeacdc0bafc.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4d9e310cb23262ce.json b/6962/data/test-cases/4d9e310cb23262ce.json new file mode 100644 index 00000000000..ccfa9fc10a8 --- /dev/null +++ b/6962/data/test-cases/4d9e310cb23262ce.json @@ -0,0 +1 @@ +{"uid":"4d9e310cb23262ce","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":1714501191917,"stop":1714501191917,"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":3,"unknown":0,"total":3},"items":[{"uid":"5b55862d8cf7088d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b55862d8cf7088d","status":"passed","time":{"start":1714494926188,"stop":1714494926189,"duration":1}},{"uid":"b049d547c6dc9eaf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b049d547c6dc9eaf","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"tags":[]},"source":"4d9e310cb23262ce.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4e37b661dd6d17f4.json b/6962/data/test-cases/4e37b661dd6d17f4.json new file mode 100644 index 00000000000..108ffc44344 --- /dev/null +++ b/6962/data/test-cases/4e37b661dd6d17f4.json @@ -0,0 +1 @@ +{"uid":"4e37b661dd6d17f4","name":"Sample","fullName":"/src/multiaddrs_codec.spec.ts: ENR multiaddrs codec > Sample","historyId":"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500533302,"stop":1714500533303,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR multiaddrs codec"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7f6456691e76d605","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7f6456691e76d605","status":"passed","time":{"start":1714494284893,"stop":1714494284893,"duration":0}},{"uid":"a862363406009a28","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a862363406009a28","status":"passed","time":{"start":1714492388669,"stop":1714492388670,"duration":1}}]},"tags":[]},"source":"4e37b661dd6d17f4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4e9f218541f709fe.json b/6962/data/test-cases/4e9f218541f709fe.json new file mode 100644 index 00000000000..4ce5930dcc4 --- /dev/null +++ b/6962/data/test-cases/4e9f218541f709fe.json @@ -0,0 +1 @@ +{"uid":"4e9f218541f709fe","name":"should emit `peer:connected:bootstrap` event when a peer is connected","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:connect > should emit `peer:connected:bootstrap` event when a peer is connected","historyId":"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500578599,"stop":1714500578607,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:connect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"59a3d614a701fcf3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/59a3d614a701fcf3","status":"passed","time":{"start":1714494328713,"stop":1714494328714,"duration":1}},{"uid":"7246a81521c61096","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7246a81521c61096","status":"passed","time":{"start":1714492428467,"stop":1714492428467,"duration":0}}]},"tags":[]},"source":"4e9f218541f709fe.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9e13d8d3bdcf870.json b/6962/data/test-cases/4ec90407dc4c7d3.json similarity index 54% rename from 6944/data/test-cases/9e13d8d3bdcf870.json rename to 6962/data/test-cases/4ec90407dc4c7d3.json index 9faf3ff140e..83c4c14730d 100644 --- a/6944/data/test-cases/9e13d8d3bdcf870.json +++ b/6962/data/test-cases/4ec90407dc4c7d3.json @@ -1 +1 @@ -{"uid":"9e13d8d3bdcf870","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":1714425508071,"stop":1714425508071,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"c94f49419483f265","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c94f49419483f265","status":"passed","time":{"start":1714415698746,"stop":1714415698747,"duration":1}},{"uid":"7e936542c917188f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7e936542c917188f","status":"passed","time":{"start":1714415803328,"stop":1714415803329,"duration":1}},{"uid":"1968e49eb947185c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1968e49eb947185c","status":"passed","time":{"start":1714408015506,"stop":1714408015506,"duration":0}},{"uid":"79c09d6f297b6133","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/79c09d6f297b6133","status":"passed","time":{"start":1714407046987,"stop":1714407046987,"duration":0}},{"uid":"6dca3283db29f3cd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6dca3283db29f3cd","status":"passed","time":{"start":1714404824582,"stop":1714404824582,"duration":0}},{"uid":"cb4716ccbca6231a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/cb4716ccbca6231a","status":"passed","time":{"start":1714404527859,"stop":1714404527859,"duration":0}},{"uid":"3264718d623645f4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3264718d623645f4","status":"passed","time":{"start":1714404324770,"stop":1714404324770,"duration":0}},{"uid":"8e656f18502f981","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8e656f18502f981","status":"passed","time":{"start":1714386785721,"stop":1714386785721,"duration":0}},{"uid":"c211ad2ea7d47901","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c211ad2ea7d47901","status":"passed","time":{"start":1714385867312,"stop":1714385867312,"duration":0}},{"uid":"7d6c56b167ca8c8b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7d6c56b167ca8c8b","status":"passed","time":{"start":1714385149745,"stop":1714385149746,"duration":1}},{"uid":"257d56c300e1c8c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/257d56c300e1c8c","status":"passed","time":{"start":1714384840239,"stop":1714384840240,"duration":1}},{"uid":"9ee5ce076918e9a9","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9ee5ce076918e9a9","status":"passed","time":{"start":1714383285297,"stop":1714383285298,"duration":1}},{"uid":"c261b63ee6b1dd0","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c261b63ee6b1dd0","status":"passed","time":{"start":1714383626083,"stop":1714383626083,"duration":0}},{"uid":"6e29f337fc288615","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6e29f337fc288615","status":"passed","time":{"start":1714383079302,"stop":1714383079304,"duration":2}},{"uid":"ff7901b348be6803","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ff7901b348be6803","status":"passed","time":{"start":1714383435175,"stop":1714383435175,"duration":0}},{"uid":"45b6bd83c7c30d4d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/45b6bd83c7c30d4d","status":"passed","time":{"start":1714383315054,"stop":1714383315054,"duration":0}},{"uid":"8f9cb758490013c0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8f9cb758490013c0","status":"passed","time":{"start":1714381822569,"stop":1714381822570,"duration":1}},{"uid":"af0fde6af257f8fa","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/af0fde6af257f8fa","status":"passed","time":{"start":1714380607678,"stop":1714380607678,"duration":0}},{"uid":"64e18d6db8763d2e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/64e18d6db8763d2e","status":"passed","time":{"start":1714380183126,"stop":1714380183126,"duration":0}},{"uid":"b5a0fb1aab489b73","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b5a0fb1aab489b73","status":"passed","time":{"start":1714297423396,"stop":1714297423397,"duration":1}}]},"tags":[]},"source":"9e13d8d3bdcf870.json","parameterValues":[]} \ No newline at end of file +{"uid":"4ec90407dc4c7d3","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":1714501184625,"stop":1714501184626,"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":3,"unknown":0,"total":3},"items":[{"uid":"b2cb2bd9cd201298","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b2cb2bd9cd201298","status":"passed","time":{"start":1714494914009,"stop":1714494914009,"duration":0}},{"uid":"2b5c9b844a5f255c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2b5c9b844a5f255c","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"tags":[]},"source":"4ec90407dc4c7d3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4f02dcfb6be163ab.json b/6962/data/test-cases/4f02dcfb6be163ab.json new file mode 100644 index 00000000000..6c014baf795 --- /dev/null +++ b/6962/data/test-cases/4f02dcfb6be163ab.json @@ -0,0 +1 @@ +{"uid":"4f02dcfb6be163ab","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":1714500561875,"stop":1714500561875,"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":3,"unknown":0,"total":3},"items":[{"uid":"1f98f04fa317cf1b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1f98f04fa317cf1b","status":"passed","time":{"start":1714494312954,"stop":1714494312955,"duration":1}},{"uid":"f81870b7a1277e88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f81870b7a1277e88","status":"passed","time":{"start":1714492412936,"stop":1714492412936,"duration":0}}]},"tags":[]},"source":"4f02dcfb6be163ab.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4f7df7c543daed5b.json b/6962/data/test-cases/4f7df7c543daed5b.json new file mode 100644 index 00000000000..edb51e3e7b3 --- /dev/null +++ b/6962/data/test-cases/4f7df7c543daed5b.json @@ -0,0 +1 @@ +{"uid":"4f7df7c543daed5b","name":"isConnected return false after peer stops","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected return false after peer stops","historyId":"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bc8b76b31aa7e4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc8b76b31aa7e4e","status":"passed","time":{"start":1714494373389,"stop":1714494373390,"duration":1}},{"uid":"29be284bd58cc985","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/29be284bd58cc985","status":"passed","time":{"start":1714492481135,"stop":1714492481135,"duration":0}}]},"tags":[]},"source":"4f7df7c543daed5b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/4f84b5f913c7a4da.json b/6962/data/test-cases/4f84b5f913c7a4da.json new file mode 100644 index 00000000000..8fee586d27e --- /dev/null +++ b/6962/data/test-cases/4f84b5f913c7a4da.json @@ -0,0 +1 @@ +{"uid":"4f84b5f913c7a4da","name":"creates an iterator","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > creates an iterator","historyId":"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501165485,"stop":1714501165486,"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":"f5f6d06d6c6498d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f5f6d06d6c6498d","status":"passed","time":{"start":1714494907381,"stop":1714494907381,"duration":0}}]},"tags":[]},"source":"4f84b5f913c7a4da.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f639b94b475a22b3.json b/6962/data/test-cases/502a14212f444b45.json similarity index 98% rename from 6944/data/test-cases/f639b94b475a22b3.json rename to 6962/data/test-cases/502a14212f444b45.json index 00174ddf701..8512dc38862 100644 --- a/6944/data/test-cases/f639b94b475a22b3.json +++ b/6962/data/test-cases/502a14212f444b45.json @@ -1 +1 @@ -{"uid":"f639b94b475a22b3","name":"Push message with custom timestamp: 1683666672332","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1683666672332","historyId":"0f200be45b64efc38baa34d07988e4fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425301148,"stop":1714425301149,"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":"f639b94b475a22b3.json","parameterValues":[]} \ No newline at end of file +{"uid":"502a14212f444b45","name":"Push message with custom timestamp: 1714497144434","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1714497144434","historyId":"7f61c223794ebed69fd67c5b499519ab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500976564,"stop":1714500976564,"duration":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":"502a14212f444b45.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/509b2ec1da8456ee.json b/6962/data/test-cases/509b2ec1da8456ee.json new file mode 100644 index 00000000000..ed100068c2d --- /dev/null +++ b/6962/data/test-cases/509b2ec1da8456ee.json @@ -0,0 +1 @@ +{"uid":"509b2ec1da8456ee","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":1714500744089,"stop":1714500744098,"duration":9},"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":3,"unknown":0,"total":3},"items":[{"uid":"578cb05299bbe330","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/578cb05299bbe330","status":"passed","time":{"start":1714494482324,"stop":1714494482325,"duration":1}},{"uid":"54e537ca835de27f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54e537ca835de27f","status":"passed","time":{"start":1714492591346,"stop":1714492591346,"duration":0}}]},"tags":[]},"source":"509b2ec1da8456ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/7472fcd8beed32ce.json b/6962/data/test-cases/51353b9a7a7009de.json similarity index 60% rename from 6944/data/test-cases/7472fcd8beed32ce.json rename to 6962/data/test-cases/51353b9a7a7009de.json index 2de568ef0ef..0e120d40606 100644 --- a/6944/data/test-cases/7472fcd8beed32ce.json +++ b/6962/data/test-cases/51353b9a7a7009de.json @@ -1 +1 @@ -{"uid":"7472fcd8beed32ce","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":1714425451132,"stop":1714425451133,"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":74,"unknown":0,"total":74},"items":[{"uid":"44c3b3daf538723e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/44c3b3daf538723e","status":"passed","time":{"start":1714415638838,"stop":1714415638838,"duration":0}},{"uid":"37e06223aa9187b7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/37e06223aa9187b7","status":"passed","time":{"start":1714415763434,"stop":1714415763434,"duration":0}},{"uid":"3a1109993538ac37","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3a1109993538ac37","status":"passed","time":{"start":1714407962981,"stop":1714407962981,"duration":0}},{"uid":"669782c14f896d14","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/669782c14f896d14","status":"passed","time":{"start":1714407006173,"stop":1714407006174,"duration":1}},{"uid":"e08a0fb565d65ab5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e08a0fb565d65ab5","status":"passed","time":{"start":1714404780877,"stop":1714404780877,"duration":0}},{"uid":"b9e9af458e418113","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b9e9af458e418113","status":"passed","time":{"start":1714404472802,"stop":1714404472802,"duration":0}},{"uid":"6cb6a86a52421a93","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6cb6a86a52421a93","status":"passed","time":{"start":1714404283118,"stop":1714404283118,"duration":0}},{"uid":"b9360fa5cecace9f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b9360fa5cecace9f","status":"passed","time":{"start":1714386745021,"stop":1714386745023,"duration":2}},{"uid":"6b99e857ebdcba9f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/6b99e857ebdcba9f","status":"passed","time":{"start":1714385808133,"stop":1714385808133,"duration":0}},{"uid":"1979d70881c85e59","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1979d70881c85e59","status":"passed","time":{"start":1714385100046,"stop":1714385100047,"duration":1}},{"uid":"ddd5193d4c0db5bd","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ddd5193d4c0db5bd","status":"passed","time":{"start":1714384794969,"stop":1714384794969,"duration":0}},{"uid":"5dbcbde437309bec","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5dbcbde437309bec","status":"passed","time":{"start":1714383216069,"stop":1714383216069,"duration":0}},{"uid":"6570afd4c2049f77","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/6570afd4c2049f77","status":"passed","time":{"start":1714383588961,"stop":1714383588961,"duration":0}},{"uid":"44ad032a74d8d7b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/44ad032a74d8d7b","status":"passed","time":{"start":1714383011682,"stop":1714383011683,"duration":1}},{"uid":"58dcc11353cab236","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/58dcc11353cab236","status":"passed","time":{"start":1714383386204,"stop":1714383386205,"duration":1}},{"uid":"23121b32bdcc4298","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/23121b32bdcc4298","status":"passed","time":{"start":1714383270265,"stop":1714383270266,"duration":1}},{"uid":"3e49417f1e733eb0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/3e49417f1e733eb0","status":"passed","time":{"start":1714381774534,"stop":1714381774535,"duration":1}},{"uid":"d119c5e9c7859a16","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d119c5e9c7859a16","status":"passed","time":{"start":1714380552718,"stop":1714380552718,"duration":0}},{"uid":"d6c242949646d2a7","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d6c242949646d2a7","status":"passed","time":{"start":1714380140927,"stop":1714380140928,"duration":1}},{"uid":"ddfb318e56938977","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ddfb318e56938977","status":"passed","time":{"start":1714297363004,"stop":1714297363004,"duration":0}}]},"tags":[]},"source":"7472fcd8beed32ce.json","parameterValues":[]} \ No newline at end of file +{"uid":"51353b9a7a7009de","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":1714501140345,"stop":1714501140345,"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":3,"unknown":0,"total":3},"items":[{"uid":"d3bb71e76b2aeb8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d3bb71e76b2aeb8e","status":"passed","time":{"start":1714494884065,"stop":1714494884066,"duration":1}},{"uid":"837d66d33d107b57","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/837d66d33d107b57","status":"passed","time":{"start":1714492954775,"stop":1714492954775,"duration":0}}]},"tags":[]},"source":"51353b9a7a7009de.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5151e2d831f953e9.json b/6962/data/test-cases/5151e2d831f953e9.json new file mode 100644 index 00000000000..a9d70eebb5e --- /dev/null +++ b/6962/data/test-cases/5151e2d831f953e9.json @@ -0,0 +1 @@ +{"uid":"5151e2d831f953e9","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":1714500660495,"stop":1714500660500,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: 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":3,"unknown":0,"total":3},"items":[{"uid":"bc04d4a9e1906622","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc04d4a9e1906622","status":"passed","time":{"start":1714494401267,"stop":1714494401267,"duration":0}},{"uid":"f545fec31894083e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f545fec31894083e","status":"passed","time":{"start":1714492501441,"stop":1714492501441,"duration":0}}]},"tags":[]},"source":"5151e2d831f953e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/52bf11b26f487d0c.json b/6962/data/test-cases/52bf11b26f487d0c.json new file mode 100644 index 00000000000..49e92f22a97 --- /dev/null +++ b/6962/data/test-cases/52bf11b26f487d0c.json @@ -0,0 +1 @@ +{"uid":"52bf11b26f487d0c","name":"udp ip6 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > udp ip6 address","historyId":"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500533444,"stop":1714500533444,"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":3,"unknown":0,"total":3},"items":[{"uid":"e1d14905c5ee3043","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e1d14905c5ee3043","status":"passed","time":{"start":1714494284792,"stop":1714494284793,"duration":1}},{"uid":"6e85e5a8f3f6c9ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6e85e5a8f3f6c9ca","status":"passed","time":{"start":1714492388867,"stop":1714492388867,"duration":0}}]},"tags":[]},"source":"52bf11b26f487d0c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/52dc9700221d223a.json b/6962/data/test-cases/52dc9700221d223a.json new file mode 100644 index 00000000000..606caba7cd0 --- /dev/null +++ b/6962/data/test-cases/52dc9700221d223a.json @@ -0,0 +1 @@ +{"uid":"52dc9700221d223a","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":1714500744051,"stop":1714500744051,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e6259f8008f20275","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6259f8008f20275","status":"passed","time":{"start":1714494482319,"stop":1714494482319,"duration":0}},{"uid":"ced334afabfe5efb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ced334afabfe5efb","status":"passed","time":{"start":1714492591343,"stop":1714492591343,"duration":0}}]},"tags":[]},"source":"52dc9700221d223a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/537c40364158fe14.json b/6962/data/test-cases/537c40364158fe14.json new file mode 100644 index 00000000000..77111f824d8 --- /dev/null +++ b/6962/data/test-cases/537c40364158fe14.json @@ -0,0 +1 @@ +{"uid":"537c40364158fe14","name":"should only return 1 node with relay and store capability","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with relay and store capability","historyId":"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b640441c28b9a3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9b640441c28b9a3","status":"passed","time":{"start":1714494301219,"stop":1714494301220,"duration":1}},{"uid":"3584169a241ebcb6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3584169a241ebcb6","status":"passed","time":{"start":1714492405128,"stop":1714492405128,"duration":0}}]},"tags":[]},"source":"537c40364158fe14.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/53e4295489ad8df3.json b/6962/data/test-cases/53e4295489ad8df3.json new file mode 100644 index 00000000000..61f6e38a83d --- /dev/null +++ b/6962/data/test-cases/53e4295489ad8df3.json @@ -0,0 +1 @@ +{"uid":"53e4295489ad8df3","name":"should return valid sharding parameters for static sharding","fullName":"/src/common/sharding.spec.ts: ensureShardingConfigured > should return valid sharding parameters for static sharding","historyId":"b8591904b740b9c72ffccae377882782:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525353,"stop":1714500525354,"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":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c0ecd4ef314dd2a5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c0ecd4ef314dd2a5","status":"passed","time":{"start":1714494276824,"stop":1714494276824,"duration":0}},{"uid":"5be7fa76f9eec06b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5be7fa76f9eec06b","status":"passed","time":{"start":1714492380877,"stop":1714492380877,"duration":0}}]},"tags":[]},"source":"53e4295489ad8df3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/54002427390e2373.json b/6962/data/test-cases/54002427390e2373.json new file mode 100644 index 00000000000..ab72f76564d --- /dev/null +++ b/6962/data/test-cases/54002427390e2373.json @@ -0,0 +1 @@ +{"uid":"54002427390e2373","name":"should handle clusterId, application and version for autosharding with cluster iD 1","fullName":"/src/common/sharding.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 1","historyId":"7c438a03b960c30952e90094a136f274:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525340,"stop":1714500525341,"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":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a753659b0b144ffe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a753659b0b144ffe","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"b295b46f1b477d53","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b295b46f1b477d53","status":"passed","time":{"start":1714492380867,"stop":1714492380868,"duration":1}}]},"tags":[]},"source":"54002427390e2373.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5423765b5ba981b0.json b/6962/data/test-cases/5423765b5ba981b0.json new file mode 100644 index 00000000000..c789d4bdb78 --- /dev/null +++ b/6962/data/test-cases/5423765b5ba981b0.json @@ -0,0 +1 @@ +{"uid":"5423765b5ba981b0","name":"should emit `waku:online` event only when first peer is connected","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > should emit `waku:online` event only when first peer is connected","historyId":"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500623696,"stop":1714500623696,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dea951f738007b9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dea951f738007b9d","status":"passed","time":{"start":1714494373384,"stop":1714494373385,"duration":1}},{"uid":"83ac931d6b83ba0c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/83ac931d6b83ba0c","status":"passed","time":{"start":1714492481132,"stop":1714492481133,"duration":1}}]},"tags":[]},"source":"5423765b5ba981b0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5439881a6f2420a.json b/6962/data/test-cases/5439881a6f2420a.json new file mode 100644 index 00000000000..25f0a8589e1 --- /dev/null +++ b/6962/data/test-cases/5439881a6f2420a.json @@ -0,0 +1 @@ +{"uid":"5439881a6f2420a","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":1714500744179,"stop":1714500744181,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=6"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ad978f81914b497","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3ad978f81914b497","status":"passed","time":{"start":1714494482350,"stop":1714494482350,"duration":0}},{"uid":"45947f5b6634fa7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/45947f5b6634fa7c","status":"passed","time":{"start":1714492591365,"stop":1714492591365,"duration":0}}]},"tags":[]},"source":"5439881a6f2420a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5b88d19ef37a8b43.json b/6962/data/test-cases/543f4dbf0e266bda.json similarity index 77% rename from 6944/data/test-cases/5b88d19ef37a8b43.json rename to 6962/data/test-cases/543f4dbf0e266bda.json index cbb1b64f46d..9f73fef7779 100644 --- a/6944/data/test-cases/5b88d19ef37a8b43.json +++ b/6962/data/test-cases/543f4dbf0e266bda.json @@ -1 +1 @@ -{"uid":"5b88d19ef37a8b43","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":1714425369972,"stop":1714425369972,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"805b3aaec3c06571","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/805b3aaec3c06571","status":"passed","time":{"start":1714415516387,"stop":1714415516387,"duration":0}},{"uid":"c93362528c5e3f12","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c93362528c5e3f12","status":"passed","time":{"start":1714415679037,"stop":1714415679037,"duration":0}},{"uid":"72b15b7926c4f9a9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/72b15b7926c4f9a9","status":"passed","time":{"start":1714407884336,"stop":1714407884337,"duration":1}},{"uid":"ec76ec3f59b2abbc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ec76ec3f59b2abbc","status":"passed","time":{"start":1714406914342,"stop":1714406914343,"duration":1}},{"uid":"23ec05d092656c14","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/23ec05d092656c14","status":"passed","time":{"start":1714404690126,"stop":1714404690126,"duration":0}},{"uid":"de13a3b911aa1577","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/de13a3b911aa1577","status":"passed","time":{"start":1714404379794,"stop":1714404379794,"duration":0}},{"uid":"c03111d2327e2057","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c03111d2327e2057","status":"passed","time":{"start":1714404194555,"stop":1714404194555,"duration":0}},{"uid":"86d93749c146f933","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/86d93749c146f933","status":"passed","time":{"start":1714386653744,"stop":1714386653744,"duration":0}},{"uid":"57cb74f00f9ddd49","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/57cb74f00f9ddd49","status":"passed","time":{"start":1714385733971,"stop":1714385733972,"duration":1}},{"uid":"a654a94bc3a1e45","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a654a94bc3a1e45","status":"passed","time":{"start":1714385024728,"stop":1714385024728,"duration":0}},{"uid":"5eb64b3c19a0be","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/5eb64b3c19a0be","status":"passed","time":{"start":1714384714562,"stop":1714384714563,"duration":1}},{"uid":"56341f775a200289","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/56341f775a200289","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067779,"stop":1714384067779,"duration":0}},{"uid":"178ff2528a35bbd3","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/178ff2528a35bbd3","status":"passed","time":{"start":1714383490757,"stop":1714383490757,"duration":0}},{"uid":"e6465cfee277d38f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e6465cfee277d38f","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840466,"stop":1714383840466,"duration":0}},{"uid":"143cd0a5c9b09cb5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/143cd0a5c9b09cb5","status":"passed","time":{"start":1714383300583,"stop":1714383300583,"duration":0}},{"uid":"ccef29d62fd5db95","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ccef29d62fd5db95","status":"passed","time":{"start":1714383176785,"stop":1714383176785,"duration":0}},{"uid":"f98e3a0883d0662b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f98e3a0883d0662b","status":"passed","time":{"start":1714381688747,"stop":1714381688748,"duration":1}},{"uid":"5667c89e459eef2d","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/5667c89e459eef2d","status":"passed","time":{"start":1714380481159,"stop":1714380481159,"duration":0}},{"uid":"27efff009ecc5b9e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/27efff009ecc5b9e","status":"passed","time":{"start":1714380049540,"stop":1714380049540,"duration":0}},{"uid":"478b8561fd2cd60c","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/478b8561fd2cd60c","status":"passed","time":{"start":1714297302903,"stop":1714297302903,"duration":0}}]},"tags":[]},"source":"5b88d19ef37a8b43.json","parameterValues":[]} \ No newline at end of file +{"uid":"543f4dbf0e266bda","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":1714501050458,"stop":1714501050459,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c1999cb2f1d300bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c1999cb2f1d300bf","status":"passed","time":{"start":1714494785918,"stop":1714494785918,"duration":0}},{"uid":"a393e0004626c280","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a393e0004626c280","status":"passed","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"tags":[]},"source":"543f4dbf0e266bda.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5548ceb150256fc6.json b/6962/data/test-cases/5548ceb150256fc6.json new file mode 100644 index 00000000000..bb43da35e76 --- /dev/null +++ b/6962/data/test-cases/5548ceb150256fc6.json @@ -0,0 +1 @@ +{"uid":"5548ceb150256fc6","name":"Accepts a valid Waku Message","fullName":"/src/message_validator.spec.ts: Message Validator > Accepts a valid Waku Message","historyId":"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500542733,"stop":1714500542734,"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":3,"unknown":0,"total":3},"items":[{"uid":"284e179c55b8a6b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/284e179c55b8a6b7","status":"passed","time":{"start":1714494293812,"stop":1714494293814,"duration":2}},{"uid":"423395bf3b5eb564","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/423395bf3b5eb564","status":"passed","time":{"start":1714492397605,"stop":1714492397606,"duration":1}}]},"tags":[]},"source":"5548ceb150256fc6.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/cc6164fe9bf655cd.json b/6962/data/test-cases/55560532763c7b0e.json similarity index 79% rename from 6944/data/test-cases/cc6164fe9bf655cd.json rename to 6962/data/test-cases/55560532763c7b0e.json index 0f391a92c0f..a3d7b9d8b6f 100644 --- a/6944/data/test-cases/cc6164fe9bf655cd.json +++ b/6962/data/test-cases/55560532763c7b0e.json @@ -1 +1 @@ -{"uid":"cc6164fe9bf655cd","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":1714425137441,"stop":1714425137441,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"fb3e756440c10f2a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fb3e756440c10f2a","status":"passed","time":{"start":1714415306369,"stop":1714415306369,"duration":0}},{"uid":"51643aa0b8efca78","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/51643aa0b8efca78","status":"passed","time":{"start":1714415441023,"stop":1714415441023,"duration":0}},{"uid":"271efcfe6ea92c4b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/271efcfe6ea92c4b","status":"passed","time":{"start":1714407661393,"stop":1714407661394,"duration":1}},{"uid":"98b0dc0d58370a26","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/98b0dc0d58370a26","status":"passed","time":{"start":1714406688860,"stop":1714406688860,"duration":0}},{"uid":"c4602b26188196d1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c4602b26188196d1","status":"passed","time":{"start":1714404480609,"stop":1714404480610,"duration":1}},{"uid":"a9dced1f707048c8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a9dced1f707048c8","status":"passed","time":{"start":1714404187309,"stop":1714404187310,"duration":1}},{"uid":"c78ee247ae4eccb6","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c78ee247ae4eccb6","status":"passed","time":{"start":1714403974996,"stop":1714403975001,"duration":5}},{"uid":"bcfe07ae0e886a44","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/bcfe07ae0e886a44","status":"passed","time":{"start":1714386442437,"stop":1714386442437,"duration":0}},{"uid":"56c453f007d3bab5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/56c453f007d3bab5","status":"passed","time":{"start":1714385503986,"stop":1714385503986,"duration":0}},{"uid":"739833dd2c20e1cb","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/739833dd2c20e1cb","status":"passed","time":{"start":1714384798815,"stop":1714384798815,"duration":0}},{"uid":"649de86e282b142b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/649de86e282b142b","status":"passed","time":{"start":1714384484743,"stop":1714384484744,"duration":1}},{"uid":"3b5de86a05637745","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/3b5de86a05637745","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939586,"stop":1714382939586,"duration":0}},{"uid":"1d4470c11bde384f","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1d4470c11bde384f","status":"passed","time":{"start":1714383271351,"stop":1714383271352,"duration":1}},{"uid":"9848cde4709152a3","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9848cde4709152a3","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742221,"stop":1714382742221,"duration":0}},{"uid":"16689561d0b5b2cb","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/16689561d0b5b2cb","status":"passed","time":{"start":1714383085680,"stop":1714383085681,"duration":1}},{"uid":"e2460f0d39f03410","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e2460f0d39f03410","status":"passed","time":{"start":1714382957844,"stop":1714382957845,"duration":1}},{"uid":"c55f75194d325ad8","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c55f75194d325ad8","status":"passed","time":{"start":1714381467331,"stop":1714381467332,"duration":1}},{"uid":"593f83cda62f5a84","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/593f83cda62f5a84","status":"passed","time":{"start":1714380262867,"stop":1714380262867,"duration":0}},{"uid":"6096d57b85868718","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6096d57b85868718","status":"passed","time":{"start":1714379832117,"stop":1714379832118,"duration":1}},{"uid":"58f889d3859a4152","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/58f889d3859a4152","status":"passed","time":{"start":1714297053922,"stop":1714297053923,"duration":1}}]},"tags":[]},"source":"cc6164fe9bf655cd.json","parameterValues":[]} \ No newline at end of file +{"uid":"55560532763c7b0e","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":1714500823170,"stop":1714500823171,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"be7bfc954605ebf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be7bfc954605ebf","status":"passed","time":{"start":1714494571254,"stop":1714494571255,"duration":1}},{"uid":"303c7bccf063ed9c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/303c7bccf063ed9c","status":"passed","time":{"start":1714492678637,"stop":1714492678638,"duration":1}}]},"tags":[]},"source":"55560532763c7b0e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/55c6ba459092109a.json b/6962/data/test-cases/55c6ba459092109a.json new file mode 100644 index 00000000000..3895bc4349f --- /dev/null +++ b/6962/data/test-cases/55c6ba459092109a.json @@ -0,0 +1 @@ +{"uid":"55c6ba459092109a","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":1714500976558,"stop":1714500976558,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"a33a50f030666247","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a33a50f030666247","status":"passed","time":{"start":1714494735302,"stop":1714494735302,"duration":0}},{"uid":"be47ad2b2a6125f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/be47ad2b2a6125f","status":"passed","time":{"start":1714492814970,"stop":1714492814971,"duration":1}}]},"tags":[]},"source":"55c6ba459092109a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/55d0024fe68deccb.json b/6962/data/test-cases/55d0024fe68deccb.json new file mode 100644 index 00000000000..9dd69225f34 --- /dev/null +++ b/6962/data/test-cases/55d0024fe68deccb.json @@ -0,0 +1 @@ +{"uid":"55d0024fe68deccb","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":1714500654300,"stop":1714500654300,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"d1502e9f191be3d1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1502e9f191be3d1","status":"passed","time":{"start":1714494402844,"stop":1714494402845,"duration":1}},{"uid":"48c825224a1c7135","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/48c825224a1c7135","status":"passed","time":{"start":1714492502970,"stop":1714492502972,"duration":2}}]},"tags":[]},"source":"55d0024fe68deccb.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8e67c448f7d181ee.json b/6962/data/test-cases/571c92cb71c84a8f.json similarity index 83% rename from 6944/data/test-cases/8e67c448f7d181ee.json rename to 6962/data/test-cases/571c92cb71c84a8f.json index 872e94d41f5..479cf7c0d83 100644 --- a/6944/data/test-cases/8e67c448f7d181ee.json +++ b/6962/data/test-cases/571c92cb71c84a8f.json @@ -1 +1 @@ -{"uid":"8e67c448f7d181ee","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":1714425301081,"stop":1714425301082,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"a778d3b28ec5a63e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a778d3b28ec5a63e","status":"passed","time":{"start":1714415473248,"stop":1714415473248,"duration":0}},{"uid":"7beaaa2fe4dbd244","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7beaaa2fe4dbd244","status":"passed","time":{"start":1714415615347,"stop":1714415615347,"duration":0}},{"uid":"b6fc81bc6671598","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b6fc81bc6671598","status":"passed","time":{"start":1714407816861,"stop":1714407816861,"duration":0}},{"uid":"bf98d294069fe9c0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bf98d294069fe9c0","status":"passed","time":{"start":1714406861585,"stop":1714406861585,"duration":0}},{"uid":"5c226c7093c5ce9d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5c226c7093c5ce9d","status":"passed","time":{"start":1714404628271,"stop":1714404628271,"duration":0}},{"uid":"8f50e80f4b98836","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8f50e80f4b98836","status":"passed","time":{"start":1714404348890,"stop":1714404348890,"duration":0}},{"uid":"a8aebd9eba8d36ad","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a8aebd9eba8d36ad","status":"passed","time":{"start":1714404137217,"stop":1714404137218,"duration":1}},{"uid":"d72fb3b70b8735ff","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d72fb3b70b8735ff","status":"passed","time":{"start":1714386585843,"stop":1714386585844,"duration":1}},{"uid":"dbf0ec641c140309","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/dbf0ec641c140309","status":"passed","time":{"start":1714385651935,"stop":1714385651935,"duration":0}},{"uid":"11f5293174016bb1","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/11f5293174016bb1","status":"passed","time":{"start":1714384939236,"stop":1714384939236,"duration":0}},{"uid":"35d83ade94d813b2","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/35d83ade94d813b2","status":"passed","time":{"start":1714384633418,"stop":1714384633418,"duration":0}},{"uid":"19167a2bf9d1d20d","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/19167a2bf9d1d20d","status":"passed","time":{"start":1714383068437,"stop":1714383068438,"duration":1}},{"uid":"a20d48f310afd334","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a20d48f310afd334","status":"passed","time":{"start":1714383427855,"stop":1714383427855,"duration":0}},{"uid":"ab2c2cb6a6ae2811","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ab2c2cb6a6ae2811","status":"passed","time":{"start":1714382856555,"stop":1714382856555,"duration":0}},{"uid":"38f44940b61f6ebe","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/38f44940b61f6ebe","status":"passed","time":{"start":1714383232247,"stop":1714383232248,"duration":1}},{"uid":"50090dbb9edb623e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/50090dbb9edb623e","status":"passed","time":{"start":1714383125885,"stop":1714383125885,"duration":0}},{"uid":"1cb1a2d36e70606a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1cb1a2d36e70606a","status":"passed","time":{"start":1714381639307,"stop":1714381639307,"duration":0}},{"uid":"3684002bb326cb99","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3684002bb326cb99","status":"passed","time":{"start":1714380392360,"stop":1714380392360,"duration":0}},{"uid":"87e0553f2d416651","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/87e0553f2d416651","status":"passed","time":{"start":1714379984446,"stop":1714379984446,"duration":0}},{"uid":"b383ac872554012a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b383ac872554012a","status":"passed","time":{"start":1714297212211,"stop":1714297212212,"duration":1}}]},"tags":[]},"source":"8e67c448f7d181ee.json","parameterValues":[]} \ No newline at end of file +{"uid":"571c92cb71c84a8f","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":1714500976544,"stop":1714500976545,"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":3,"unknown":0,"total":3},"items":[{"uid":"84bfa37dd797069","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/84bfa37dd797069","status":"passed","time":{"start":1714494735287,"stop":1714494735288,"duration":1}},{"uid":"d6d850de9dee1228","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d6d850de9dee1228","status":"passed","time":{"start":1714492814951,"stop":1714492814952,"duration":1}}]},"tags":[]},"source":"571c92cb71c84a8f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/57331a9f05143fc2.json b/6962/data/test-cases/57331a9f05143fc2.json new file mode 100644 index 00000000000..02991698cc5 --- /dev/null +++ b/6962/data/test-cases/57331a9f05143fc2.json @@ -0,0 +1 @@ +{"uid":"57331a9f05143fc2","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs//1","historyId":"1196664435deb299f57ceb88a3a8a78e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525348,"stop":1714500525349,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fe1f7d552b1a80f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe1f7d552b1a80f9","status":"passed","time":{"start":1714494276819,"stop":1714494276820,"duration":1}},{"uid":"e26d2f7c268512de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e26d2f7c268512de","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"tags":[]},"source":"57331a9f05143fc2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/76e3d6ccd01b5e87.json b/6962/data/test-cases/5796537761df1c0f.json similarity index 83% rename from 6944/data/test-cases/76e3d6ccd01b5e87.json rename to 6962/data/test-cases/5796537761df1c0f.json index c18b639bf16..6bab7d93dd7 100644 --- a/6944/data/test-cases/76e3d6ccd01b5e87.json +++ b/6962/data/test-cases/5796537761df1c0f.json @@ -1 +1 @@ -{"uid":"76e3d6ccd01b5e87","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":1714425301046,"stop":1714425301046,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"395a3185327959c3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/395a3185327959c3","status":"passed","time":{"start":1714415473245,"stop":1714415473245,"duration":0}},{"uid":"453f6a8cc887fbe3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/453f6a8cc887fbe3","status":"passed","time":{"start":1714415615343,"stop":1714415615344,"duration":1}},{"uid":"3edc9f5cd8f2bdb0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3edc9f5cd8f2bdb0","status":"passed","time":{"start":1714407816855,"stop":1714407816856,"duration":1}},{"uid":"fd26088949794eaa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fd26088949794eaa","status":"passed","time":{"start":1714406861567,"stop":1714406861567,"duration":0}},{"uid":"a694b9164c8aafb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a694b9164c8aafb","status":"passed","time":{"start":1714404628268,"stop":1714404628268,"duration":0}},{"uid":"6e34b532b0400a2f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6e34b532b0400a2f","status":"passed","time":{"start":1714404348886,"stop":1714404348886,"duration":0}},{"uid":"2661fbe2f6073632","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2661fbe2f6073632","status":"passed","time":{"start":1714404137203,"stop":1714404137203,"duration":0}},{"uid":"2d72cacd35bec2b1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2d72cacd35bec2b1","status":"passed","time":{"start":1714386585837,"stop":1714386585838,"duration":1}},{"uid":"e6883ef9535f8755","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e6883ef9535f8755","status":"passed","time":{"start":1714385651932,"stop":1714385651932,"duration":0}},{"uid":"879fc8c964cce9af","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/879fc8c964cce9af","status":"passed","time":{"start":1714384939217,"stop":1714384939217,"duration":0}},{"uid":"c1e0271c069ab9cc","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c1e0271c069ab9cc","status":"passed","time":{"start":1714384633415,"stop":1714384633415,"duration":0}},{"uid":"53dc2eba21ef4fd4","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/53dc2eba21ef4fd4","status":"passed","time":{"start":1714383068394,"stop":1714383068394,"duration":0}},{"uid":"9bd3dfaa2715c7ce","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9bd3dfaa2715c7ce","status":"passed","time":{"start":1714383427847,"stop":1714383427848,"duration":1}},{"uid":"54ddf840a85ee81b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/54ddf840a85ee81b","status":"passed","time":{"start":1714382856540,"stop":1714382856540,"duration":0}},{"uid":"431813b019ddb5d9","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/431813b019ddb5d9","status":"passed","time":{"start":1714383232239,"stop":1714383232240,"duration":1}},{"uid":"a524829c63c330ef","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a524829c63c330ef","status":"passed","time":{"start":1714383125877,"stop":1714383125878,"duration":1}},{"uid":"96f37ba9eeb18145","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/96f37ba9eeb18145","status":"passed","time":{"start":1714381639304,"stop":1714381639304,"duration":0}},{"uid":"5d974cf29dbc7f7a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/5d974cf29dbc7f7a","status":"passed","time":{"start":1714380392355,"stop":1714380392356,"duration":1}},{"uid":"2605a0599f7e1c1f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/2605a0599f7e1c1f","status":"passed","time":{"start":1714379984443,"stop":1714379984443,"duration":0}},{"uid":"6e3c7614863820e2","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6e3c7614863820e2","status":"passed","time":{"start":1714297212207,"stop":1714297212208,"duration":1}}]},"tags":[]},"source":"76e3d6ccd01b5e87.json","parameterValues":[]} \ No newline at end of file +{"uid":"5796537761df1c0f","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":1714500976534,"stop":1714500976535,"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":3,"unknown":0,"total":3},"items":[{"uid":"f6d4365365118be9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6d4365365118be9","status":"passed","time":{"start":1714494735261,"stop":1714494735261,"duration":0}},{"uid":"d32e9c4283c54325","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d32e9c4283c54325","status":"passed","time":{"start":1714492814943,"stop":1714492814945,"duration":2}}]},"tags":[]},"source":"5796537761df1c0f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/57b952191d756cad.json b/6962/data/test-cases/57b952191d756cad.json new file mode 100644 index 00000000000..542329ab988 --- /dev/null +++ b/6962/data/test-cases/57b952191d756cad.json @@ -0,0 +1 @@ +{"uid":"57b952191d756cad","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":1714500525360,"stop":1714500525360,"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":3,"unknown":0,"total":3},"items":[{"uid":"3f1dd76a31d09535","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3f1dd76a31d09535","status":"passed","time":{"start":1714494277047,"stop":1714494277048,"duration":1}},{"uid":"2b447a14cb38610e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2b447a14cb38610e","status":"passed","time":{"start":1714492380912,"stop":1714492380913,"duration":1}}]},"tags":[]},"source":"57b952191d756cad.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/18b8d61f9974ccea.json b/6962/data/test-cases/588db595cabca742.json similarity index 78% rename from 6944/data/test-cases/18b8d61f9974ccea.json rename to 6962/data/test-cases/588db595cabca742.json index eccb0903650..33df1265830 100644 --- a/6944/data/test-cases/18b8d61f9974ccea.json +++ b/6962/data/test-cases/588db595cabca742.json @@ -1 +1 @@ -{"uid":"18b8d61f9974ccea","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":1714425369966,"stop":1714425369966,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"dfad8a0f8f8d9dbb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dfad8a0f8f8d9dbb","status":"passed","time":{"start":1714415516380,"stop":1714415516380,"duration":0}},{"uid":"4e1fb6a8723cf664","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4e1fb6a8723cf664","status":"passed","time":{"start":1714415679032,"stop":1714415679033,"duration":1}},{"uid":"98df5302f91b80aa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/98df5302f91b80aa","status":"passed","time":{"start":1714407884329,"stop":1714407884330,"duration":1}},{"uid":"6d1b4155aa95db69","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6d1b4155aa95db69","status":"passed","time":{"start":1714406914328,"stop":1714406914328,"duration":0}},{"uid":"ad57f62e42dd8805","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ad57f62e42dd8805","status":"passed","time":{"start":1714404690118,"stop":1714404690119,"duration":1}},{"uid":"224396e1fc9f0ee6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/224396e1fc9f0ee6","status":"passed","time":{"start":1714404379788,"stop":1714404379788,"duration":0}},{"uid":"a9376c653d33fc41","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a9376c653d33fc41","status":"passed","time":{"start":1714404194550,"stop":1714404194550,"duration":0}},{"uid":"7d58e291a07edd7","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7d58e291a07edd7","status":"passed","time":{"start":1714386653738,"stop":1714386653739,"duration":1}},{"uid":"26d97d9a7e9c0c64","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/26d97d9a7e9c0c64","status":"passed","time":{"start":1714385733957,"stop":1714385733958,"duration":1}},{"uid":"9b9d32e45194b3c6","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/9b9d32e45194b3c6","status":"passed","time":{"start":1714385024711,"stop":1714385024711,"duration":0}},{"uid":"827b276e56210ee0","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/827b276e56210ee0","status":"passed","time":{"start":1714384714557,"stop":1714384714557,"duration":0}},{"uid":"ed7ba517ff2bae4","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ed7ba517ff2bae4","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067755,"stop":1714384067755,"duration":0}},{"uid":"b2dcee652b677edd","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b2dcee652b677edd","status":"passed","time":{"start":1714383490743,"stop":1714383490744,"duration":1}},{"uid":"3e1f361623f6cd98","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3e1f361623f6cd98","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840448,"stop":1714383840448,"duration":0}},{"uid":"dd546e0496fe96f4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/dd546e0496fe96f4","status":"passed","time":{"start":1714383300565,"stop":1714383300565,"duration":0}},{"uid":"3f873c0b62a0863a","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3f873c0b62a0863a","status":"passed","time":{"start":1714383176778,"stop":1714383176779,"duration":1}},{"uid":"ddea44f79ebb5c80","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ddea44f79ebb5c80","status":"passed","time":{"start":1714381688741,"stop":1714381688741,"duration":0}},{"uid":"ba4f0c3efcf5dfd0","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ba4f0c3efcf5dfd0","status":"passed","time":{"start":1714380481153,"stop":1714380481153,"duration":0}},{"uid":"fb9f862f04991e11","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/fb9f862f04991e11","status":"passed","time":{"start":1714380049533,"stop":1714380049533,"duration":0}},{"uid":"5ed8a208691f8f78","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5ed8a208691f8f78","status":"passed","time":{"start":1714297302893,"stop":1714297302894,"duration":1}}]},"tags":[]},"source":"18b8d61f9974ccea.json","parameterValues":[]} \ No newline at end of file +{"uid":"588db595cabca742","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":1714501050448,"stop":1714501050449,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"15ad37b740e8123","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/15ad37b740e8123","status":"passed","time":{"start":1714494785912,"stop":1714494785912,"duration":0}},{"uid":"8ce1852c1580f09d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ce1852c1580f09d","status":"passed","time":{"start":1714492898568,"stop":1714492898568,"duration":0}}]},"tags":[]},"source":"588db595cabca742.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/59384701d6f3ae71.json b/6962/data/test-cases/59384701d6f3ae71.json new file mode 100644 index 00000000000..33482a155d0 --- /dev/null +++ b/6962/data/test-cases/59384701d6f3ae71.json @@ -0,0 +1 @@ +{"uid":"59384701d6f3ae71","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":1714500654292,"stop":1714500654295,"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 (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":3,"unknown":0,"total":3},"items":[{"uid":"e68ae59c2a156002","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e68ae59c2a156002","status":"passed","time":{"start":1714494402837,"stop":1714494402838,"duration":1}},{"uid":"7f734ff63598b428","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f734ff63598b428","status":"passed","time":{"start":1714492502958,"stop":1714492502959,"duration":1}}]},"tags":[]},"source":"59384701d6f3ae71.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/59fb5144dd93d57c.json b/6962/data/test-cases/59fb5144dd93d57c.json new file mode 100644 index 00000000000..6257fc235f5 --- /dev/null +++ b/6962/data/test-cases/59fb5144dd93d57c.json @@ -0,0 +1 @@ +{"uid":"59fb5144dd93d57c","name":"Rejects garbage","fullName":"/src/message_validator.spec.ts: Message Validator > Rejects garbage","historyId":"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500542734,"stop":1714500542735,"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":3,"unknown":0,"total":3},"items":[{"uid":"1951f3525cf7b29e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1951f3525cf7b29e","status":"passed","time":{"start":1714494293814,"stop":1714494293814,"duration":0}},{"uid":"f7ac4ed74ddaeb97","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f7ac4ed74ddaeb97","status":"passed","time":{"start":1714492397607,"stop":1714492397607,"duration":0}}]},"tags":[]},"source":"59fb5144dd93d57c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d03fb81df8d9a26b.json b/6962/data/test-cases/5a42fbbcea0d8a28.json similarity index 66% rename from 6944/data/test-cases/d03fb81df8d9a26b.json rename to 6962/data/test-cases/5a42fbbcea0d8a28.json index d362315f436..83082e1ec12 100644 --- a/6944/data/test-cases/d03fb81df8d9a26b.json +++ b/6962/data/test-cases/5a42fbbcea0d8a28.json @@ -1 +1 @@ -{"uid":"d03fb81df8d9a26b","name":"should not fail to stop the service if it was not started","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424877427,"stop":1714424877427,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"77fc13be0949d513","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/77fc13be0949d513","status":"passed","time":{"start":1714415030102,"stop":1714415030102,"duration":0}},{"uid":"53d0233b72607de9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/53d0233b72607de9","status":"passed","time":{"start":1714415183072,"stop":1714415183072,"duration":0}},{"uid":"a98f4f4067a7410f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a98f4f4067a7410f","status":"passed","time":{"start":1714407390402,"stop":1714407390402,"duration":0}},{"uid":"500b02641e15628f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/500b02641e15628f","status":"passed","time":{"start":1714406417791,"stop":1714406417791,"duration":0}},{"uid":"d46b817ec2047e00","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d46b817ec2047e00","status":"passed","time":{"start":1714404207523,"stop":1714404207524,"duration":1}},{"uid":"45693a3ad9ae3e8d","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/45693a3ad9ae3e8d","status":"passed","time":{"start":1714403859298,"stop":1714403859299,"duration":1}},{"uid":"7a2a320910bc958","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7a2a320910bc958","status":"passed","time":{"start":1714403703374,"stop":1714403703374,"duration":0}},{"uid":"b0e7f62328c0baa2","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b0e7f62328c0baa2","status":"passed","time":{"start":1714386168540,"stop":1714386168541,"duration":1}},{"uid":"22decccc8e1d6730","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/22decccc8e1d6730","status":"passed","time":{"start":1714385239207,"stop":1714385239207,"duration":0}},{"uid":"f8d509f0c80793f3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f8d509f0c80793f3","status":"passed","time":{"start":1714384531802,"stop":1714384531802,"duration":0}},{"uid":"7d7bfccc96db8ee5","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7d7bfccc96db8ee5","status":"passed","time":{"start":1714384220015,"stop":1714384220015,"duration":0}},{"uid":"698e1b7792428711","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/698e1b7792428711","status":"passed","time":{"start":1714382024962,"stop":1714382024962,"duration":0}},{"uid":"a43bb2ab81e85d05","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a43bb2ab81e85d05","status":"passed","time":{"start":1714382999499,"stop":1714382999499,"duration":0}},{"uid":"6a9986c389ba8909","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6a9986c389ba8909","status":"passed","time":{"start":1714381835717,"stop":1714381835717,"duration":0}},{"uid":"c1b8ca6c855905c8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c1b8ca6c855905c8","status":"passed","time":{"start":1714382821231,"stop":1714382821232,"duration":1}},{"uid":"63ccd9fbbc11d1dd","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/63ccd9fbbc11d1dd","status":"passed","time":{"start":1714382694385,"stop":1714382694386,"duration":1}},{"uid":"f7d917ddd1f3329a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f7d917ddd1f3329a","status":"passed","time":{"start":1714381204660,"stop":1714381204660,"duration":0}},{"uid":"b17f9fabfd0df92a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/b17f9fabfd0df92a","status":"passed","time":{"start":1714379990098,"stop":1714379990098,"duration":0}},{"uid":"9801775788833ee7","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9801775788833ee7","status":"passed","time":{"start":1714379561022,"stop":1714379561022,"duration":0}},{"uid":"356bd1cea05ebe2","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/356bd1cea05ebe2","status":"passed","time":{"start":1714296791534,"stop":1714296791534,"duration":0}}]},"tags":[]},"source":"d03fb81df8d9a26b.json","parameterValues":[]} \ No newline at end of file +{"uid":"5a42fbbcea0d8a28","name":"should not fail to stop the service if it was not started","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"69391088c24fab20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69391088c24fab20","status":"passed","time":{"start":1714494305184,"stop":1714494305184,"duration":0}}]},"tags":[]},"source":"5a42fbbcea0d8a28.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a7add0a0ed4a96b0.json b/6962/data/test-cases/5a474871b88c9eef.json similarity index 83% rename from 6944/data/test-cases/a7add0a0ed4a96b0.json rename to 6962/data/test-cases/5a474871b88c9eef.json index f2de7ac3e30..a3d487acee5 100644 --- a/6944/data/test-cases/a7add0a0ed4a96b0.json +++ b/6962/data/test-cases/5a474871b88c9eef.json @@ -1 +1 @@ -{"uid":"a7add0a0ed4a96b0","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":1714425301043,"stop":1714425301044,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"cd9125ee76d6a41","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cd9125ee76d6a41","status":"passed","time":{"start":1714415473242,"stop":1714415473242,"duration":0}},{"uid":"fedff8f91584ff1b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fedff8f91584ff1b","status":"passed","time":{"start":1714415615338,"stop":1714415615338,"duration":0}},{"uid":"90f12d0789665ea8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/90f12d0789665ea8","status":"passed","time":{"start":1714407816853,"stop":1714407816853,"duration":0}},{"uid":"dbfe91941274e7dd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dbfe91941274e7dd","status":"passed","time":{"start":1714406861553,"stop":1714406861553,"duration":0}},{"uid":"4d40b8b59f4e5212","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4d40b8b59f4e5212","status":"passed","time":{"start":1714404628266,"stop":1714404628266,"duration":0}},{"uid":"d15b0d44d4f2253f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d15b0d44d4f2253f","status":"passed","time":{"start":1714404348882,"stop":1714404348882,"duration":0}},{"uid":"736cd440b310eea7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/736cd440b310eea7","status":"passed","time":{"start":1714404137189,"stop":1714404137190,"duration":1}},{"uid":"96d969dbc2f70403","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/96d969dbc2f70403","status":"passed","time":{"start":1714386585834,"stop":1714386585835,"duration":1}},{"uid":"31968ace5f232c0d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/31968ace5f232c0d","status":"passed","time":{"start":1714385651929,"stop":1714385651929,"duration":0}},{"uid":"6a0e035fd1cc4da6","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6a0e035fd1cc4da6","status":"passed","time":{"start":1714384939213,"stop":1714384939213,"duration":0}},{"uid":"fec4e5537fb774d1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/fec4e5537fb774d1","status":"passed","time":{"start":1714384633412,"stop":1714384633412,"duration":0}},{"uid":"101ca4dc0e777202","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/101ca4dc0e777202","status":"passed","time":{"start":1714383068389,"stop":1714383068390,"duration":1}},{"uid":"a3547ee5205baac2","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a3547ee5205baac2","status":"passed","time":{"start":1714383427836,"stop":1714383427837,"duration":1}},{"uid":"3458d56d0530a60e","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3458d56d0530a60e","status":"passed","time":{"start":1714382856537,"stop":1714382856538,"duration":1}},{"uid":"53619a84e6394cea","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/53619a84e6394cea","status":"passed","time":{"start":1714383232233,"stop":1714383232234,"duration":1}},{"uid":"2bbb383478df6121","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2bbb383478df6121","status":"passed","time":{"start":1714383125875,"stop":1714383125876,"duration":1}},{"uid":"b17ce408c13bd919","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b17ce408c13bd919","status":"passed","time":{"start":1714381639301,"stop":1714381639301,"duration":0}},{"uid":"2953857f88585cbe","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/2953857f88585cbe","status":"passed","time":{"start":1714380392348,"stop":1714380392349,"duration":1}},{"uid":"c3192e564a89c099","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c3192e564a89c099","status":"passed","time":{"start":1714379984440,"stop":1714379984440,"duration":0}},{"uid":"9cc337a420dea4d0","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9cc337a420dea4d0","status":"passed","time":{"start":1714297212192,"stop":1714297212193,"duration":1}}]},"tags":[]},"source":"a7add0a0ed4a96b0.json","parameterValues":[]} \ No newline at end of file +{"uid":"5a474871b88c9eef","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":1714500976528,"stop":1714500976529,"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":3,"unknown":0,"total":3},"items":[{"uid":"51b658b34d7682ba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51b658b34d7682ba","status":"passed","time":{"start":1714494735257,"stop":1714494735257,"duration":0}},{"uid":"178c6a9a8b9bff12","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/178c6a9a8b9bff12","status":"passed","time":{"start":1714492814935,"stop":1714492814936,"duration":1}}]},"tags":[]},"source":"5a474871b88c9eef.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5a905c8a99db63e7.json b/6962/data/test-cases/5a905c8a99db63e7.json new file mode 100644 index 00000000000..3b31716e49b --- /dev/null +++ b/6962/data/test-cases/5a905c8a99db63e7.json @@ -0,0 +1 @@ +{"uid":"5a905c8a99db63e7","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":1714500534108,"stop":1714500534108,"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":3,"unknown":0,"total":3},"items":[{"uid":"b64b10470b7cadbf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b64b10470b7cadbf","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"11364d5579519e04","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/11364d5579519e04","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"tags":[]},"source":"5a905c8a99db63e7.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/968b88f738ad4baa.json b/6962/data/test-cases/5a95136362ea6f70.json similarity index 54% rename from 6944/data/test-cases/968b88f738ad4baa.json rename to 6962/data/test-cases/5a95136362ea6f70.json index 0821a6f5ff6..5b6904f5672 100644 --- a/6944/data/test-cases/968b88f738ad4baa.json +++ b/6962/data/test-cases/5a95136362ea6f70.json @@ -1 +1 @@ -{"uid":"968b88f738ad4baa","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":1714425405870,"stop":1714425405872,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Store, cursor\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.store"},{"name":"parentSuite","value":"Waku Store, cursor"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"132d0cc441705165","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/132d0cc441705165","status":"passed","time":{"start":1714415627117,"stop":1714415627117,"duration":0}},{"uid":"b4abd9f7b829feb4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b4abd9f7b829feb4","status":"passed","time":{"start":1714415727607,"stop":1714415727607,"duration":0}},{"uid":"b0dbfb6d6365b534","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b0dbfb6d6365b534","status":"passed","time":{"start":1714407946531,"stop":1714407946532,"duration":1}},{"uid":"6baa23276e877aa6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6baa23276e877aa6","status":"passed","time":{"start":1714406957178,"stop":1714406957178,"duration":0}},{"uid":"220face4234fbf1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/220face4234fbf1","status":"passed","time":{"start":1714404754329,"stop":1714404754329,"duration":0}},{"uid":"4a61c8b1bcd10be1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4a61c8b1bcd10be1","status":"passed","time":{"start":1714404439694,"stop":1714404439694,"duration":0}},{"uid":"f4c6e6874f72d2f1","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f4c6e6874f72d2f1","status":"passed","time":{"start":1714404231977,"stop":1714404231977,"duration":0}},{"uid":"3d5d8a8439be7519","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/3d5d8a8439be7519","status":"passed","time":{"start":1714386694963,"stop":1714386694964,"duration":1}},{"uid":"1721d27749762c56","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1721d27749762c56","status":"passed","time":{"start":1714385783959,"stop":1714385783960,"duration":1}},{"uid":"ff8ecdda08adcd7e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ff8ecdda08adcd7e","status":"passed","time":{"start":1714385070852,"stop":1714385070853,"duration":1}},{"uid":"aec1851c629dd2c6","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/aec1851c629dd2c6","status":"passed","time":{"start":1714384753500,"stop":1714384753500,"duration":0}},{"uid":"466296773fdf5343","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/466296773fdf5343","status":"passed","time":{"start":1714383166146,"stop":1714383166147,"duration":1}},{"uid":"6f1b6fbcad38e4e6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/6f1b6fbcad38e4e6","status":"passed","time":{"start":1714383543866,"stop":1714383543866,"duration":0}},{"uid":"727de9b8f6bd5014","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/727de9b8f6bd5014","status":"passed","time":{"start":1714382959543,"stop":1714382959544,"duration":1}},{"uid":"26505389bcb45953","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/26505389bcb45953","status":"passed","time":{"start":1714383336632,"stop":1714383336633,"duration":1}},{"uid":"1e0edd92e3c140e8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/1e0edd92e3c140e8","status":"passed","time":{"start":1714383225816,"stop":1714383225817,"duration":1}},{"uid":"d1894f8b5fcc0b7","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d1894f8b5fcc0b7","status":"passed","time":{"start":1714381721904,"stop":1714381721905,"duration":1}},{"uid":"4f9a8aa74102d5d7","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4f9a8aa74102d5d7","status":"passed","time":{"start":1714380523198,"stop":1714380523198,"duration":0}},{"uid":"94563d76db4c11ea","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/94563d76db4c11ea","status":"passed","time":{"start":1714380085656,"stop":1714380085656,"duration":0}},{"uid":"241831cc47b8a2f4","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/241831cc47b8a2f4","status":"passed","time":{"start":1714297343337,"stop":1714297343338,"duration":1}}]},"tags":[]},"source":"968b88f738ad4baa.json","parameterValues":[]} \ No newline at end of file +{"uid":"5a95136362ea6f70","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":1714501094175,"stop":1714501094175,"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":3,"unknown":0,"total":3},"items":[{"uid":"2648b71097aacf10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2648b71097aacf10","status":"passed","time":{"start":1714494837579,"stop":1714494837580,"duration":1}},{"uid":"d0a4cfd18e614d9d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d0a4cfd18e614d9d","status":"passed","time":{"start":1714492927143,"stop":1714492927144,"duration":1}}]},"tags":[]},"source":"5a95136362ea6f70.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5d180b0362c1d744.json b/6962/data/test-cases/5d180b0362c1d744.json new file mode 100644 index 00000000000..cd8006abcdc --- /dev/null +++ b/6962/data/test-cases/5d180b0362c1d744.json @@ -0,0 +1 @@ +{"uid":"5d180b0362c1d744","name":"ignores unrecognized TXT record formats","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > ignores unrecognized TXT record formats","historyId":"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550516,"stop":1714500550517,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d0ac4f17557218fb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d0ac4f17557218fb","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"8cdf0a4112d4b44b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8cdf0a4112d4b44b","status":"passed","time":{"start":1714492405126,"stop":1714492405127,"duration":1}}]},"tags":[]},"source":"5d180b0362c1d744.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5d18ddbae5fe6c84.json b/6962/data/test-cases/5d18ddbae5fe6c84.json new file mode 100644 index 00000000000..46312fd4898 --- /dev/null +++ b/6962/data/test-cases/5d18ddbae5fe6c84.json @@ -0,0 +1 @@ +{"uid":"5d18ddbae5fe6c84","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":1714501013448,"stop":1714501013448,"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":3,"unknown":0,"total":3},"items":[{"uid":"c142270da7244860","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c142270da7244860","status":"passed","time":{"start":1714494760925,"stop":1714494760925,"duration":0}},{"uid":"4c76cdf6cdc7bb62","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4c76cdf6cdc7bb62","status":"passed","time":{"start":1714492834199,"stop":1714492834200,"duration":1}}]},"tags":[]},"source":"5d18ddbae5fe6c84.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5d2432fe5cc5985b.json b/6962/data/test-cases/5d2432fe5cc5985b.json new file mode 100644 index 00000000000..76572ed4c18 --- /dev/null +++ b/6962/data/test-cases/5d2432fe5cc5985b.json @@ -0,0 +1 @@ +{"uid":"5d2432fe5cc5985b","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":1714500744122,"stop":1714500744125,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=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":3,"unknown":0,"total":3},"items":[{"uid":"20dde7d39c19453d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/20dde7d39c19453d","status":"passed","time":{"start":1714494482331,"stop":1714494482331,"duration":0}},{"uid":"5c4adfd0a87691dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5c4adfd0a87691dc","status":"passed","time":{"start":1714492591350,"stop":1714492591350,"duration":0}}]},"tags":[]},"source":"5d2432fe5cc5985b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5d7a709c435f69ae.json b/6962/data/test-cases/5d7a709c435f69ae.json new file mode 100644 index 00000000000..fcfdb3ea950 --- /dev/null +++ b/6962/data/test-cases/5d7a709c435f69ae.json @@ -0,0 +1 @@ +{"uid":"5d7a709c435f69ae","name":"isConnected between 2 js-waku relay nodes","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected between 2 js-waku relay nodes","historyId":"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500623699,"stop":1714500623699,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"23b472e30d67b0c0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/23b472e30d67b0c0","status":"passed","time":{"start":1714494373391,"stop":1714494373400,"duration":9}},{"uid":"aca14411c564ba8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aca14411c564ba8","status":"passed","time":{"start":1714492481135,"stop":1714492481135,"duration":0}}]},"tags":[]},"source":"5d7a709c435f69ae.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a92b5530a56056bb.json b/6962/data/test-cases/5d8acf8ff2efbb7b.json similarity index 78% rename from 6944/data/test-cases/a92b5530a56056bb.json rename to 6962/data/test-cases/5d8acf8ff2efbb7b.json index 2de5c70acf0..24226d369ff 100644 --- a/6944/data/test-cases/a92b5530a56056bb.json +++ b/6962/data/test-cases/5d8acf8ff2efbb7b.json @@ -1 +1 @@ -{"uid":"a92b5530a56056bb","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":1714425137451,"stop":1714425137452,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"2b5cd6345f1bab67","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2b5cd6345f1bab67","status":"passed","time":{"start":1714415306374,"stop":1714415306374,"duration":0}},{"uid":"cb05dc2af97c3ea0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cb05dc2af97c3ea0","status":"passed","time":{"start":1714415441028,"stop":1714415441028,"duration":0}},{"uid":"58dbe399bb4809db","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/58dbe399bb4809db","status":"passed","time":{"start":1714407661410,"stop":1714407661411,"duration":1}},{"uid":"38f97a9a9e22c18c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/38f97a9a9e22c18c","status":"passed","time":{"start":1714406688865,"stop":1714406688865,"duration":0}},{"uid":"fdfa44f20c56b565","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fdfa44f20c56b565","status":"passed","time":{"start":1714404480621,"stop":1714404480622,"duration":1}},{"uid":"1ed3aa4ebf414ef2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1ed3aa4ebf414ef2","status":"passed","time":{"start":1714404187316,"stop":1714404187316,"duration":0}},{"uid":"9ff7a89e69687880","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9ff7a89e69687880","status":"passed","time":{"start":1714403975085,"stop":1714403975086,"duration":1}},{"uid":"da910a7043bb2ae1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/da910a7043bb2ae1","status":"passed","time":{"start":1714386442455,"stop":1714386442455,"duration":0}},{"uid":"7f0e4c8300df64c2","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7f0e4c8300df64c2","status":"passed","time":{"start":1714385503990,"stop":1714385503990,"duration":0}},{"uid":"9fb9fc825e9f2695","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/9fb9fc825e9f2695","status":"passed","time":{"start":1714384798824,"stop":1714384798824,"duration":0}},{"uid":"32ba4f79a5ad22a8","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/32ba4f79a5ad22a8","status":"passed","time":{"start":1714384484753,"stop":1714384484753,"duration":0}},{"uid":"287e99e6599a89d1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/287e99e6599a89d1","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939605,"stop":1714382939605,"duration":0}},{"uid":"f7b39110834d404d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f7b39110834d404d","status":"passed","time":{"start":1714383271361,"stop":1714383271361,"duration":0}},{"uid":"93054344bcfad63b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/93054344bcfad63b","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742235,"stop":1714382742235,"duration":0}},{"uid":"c6527c617c1f2b66","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c6527c617c1f2b66","status":"passed","time":{"start":1714383085688,"stop":1714383085688,"duration":0}},{"uid":"df9d02fa783b2b8b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/df9d02fa783b2b8b","status":"passed","time":{"start":1714382957850,"stop":1714382957851,"duration":1}},{"uid":"c0d700261a13334","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c0d700261a13334","status":"passed","time":{"start":1714381467340,"stop":1714381467341,"duration":1}},{"uid":"b51d788e674cb135","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/b51d788e674cb135","status":"passed","time":{"start":1714380262872,"stop":1714380262873,"duration":1}},{"uid":"68fcbd6bfc8cdc3c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/68fcbd6bfc8cdc3c","status":"passed","time":{"start":1714379832136,"stop":1714379832136,"duration":0}},{"uid":"d80409f993c76bd2","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d80409f993c76bd2","status":"passed","time":{"start":1714297053928,"stop":1714297053928,"duration":0}}]},"tags":[]},"source":"a92b5530a56056bb.json","parameterValues":[]} \ No newline at end of file +{"uid":"5d8acf8ff2efbb7b","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":1714500823179,"stop":1714500823181,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6357b4b3a4eb5a5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6357b4b3a4eb5a5","status":"passed","time":{"start":1714494571260,"stop":1714494571261,"duration":1}},{"uid":"cb814a864928b75b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cb814a864928b75b","status":"passed","time":{"start":1714492678650,"stop":1714492678655,"duration":5}}]},"tags":[]},"source":"5d8acf8ff2efbb7b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5e1a4158b48e298.json b/6962/data/test-cases/5e1a4158b48e298.json new file mode 100644 index 00000000000..bbb1cd1fedf --- /dev/null +++ b/6962/data/test-cases/5e1a4158b48e298.json @@ -0,0 +1 @@ +{"uid":"5e1a4158b48e298","name":"should configure sharding based on application and version for autosharding","fullName":"/src/common/sharding.spec.ts: ensureShardingConfigured > should configure sharding based on application and version for autosharding","historyId":"93fa89f84cbcfbfb8dc1f401a5370f22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525354,"stop":1714500525354,"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":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"627537ecdd1e1a9c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/627537ecdd1e1a9c","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"2125dbdc3856a545","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2125dbdc3856a545","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"tags":[]},"source":"5e1a4158b48e298.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/32c6a50bb994da6e.json b/6962/data/test-cases/5e1eb131f3fa37f9.json similarity index 52% rename from 6944/data/test-cases/32c6a50bb994da6e.json rename to 6962/data/test-cases/5e1eb131f3fa37f9.json index 4f0cce0bc96..9aea5177453 100644 --- a/6944/data/test-cases/32c6a50bb994da6e.json +++ b/6962/data/test-cases/5e1eb131f3fa37f9.json @@ -1 +1 @@ -{"uid":"32c6a50bb994da6e","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424941437,"stop":1714424941438,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"164c267ba74aca0e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/164c267ba74aca0e","status":"passed","time":{"start":1714415094251,"stop":1714415094251,"duration":0}},{"uid":"cd031137ea35adfb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cd031137ea35adfb","status":"passed","time":{"start":1714415247303,"stop":1714415247305,"duration":2}},{"uid":"c612f4592080cd37","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c612f4592080cd37","status":"passed","time":{"start":1714407454393,"stop":1714407454393,"duration":0}},{"uid":"a0b8973b11b84ed2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a0b8973b11b84ed2","status":"passed","time":{"start":1714406481769,"stop":1714406481770,"duration":1}},{"uid":"7a2fc9df6e850d37","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7a2fc9df6e850d37","status":"passed","time":{"start":1714404271557,"stop":1714404271557,"duration":0}},{"uid":"e1679419f3865a06","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e1679419f3865a06","status":"passed","time":{"start":1714403922490,"stop":1714403922490,"duration":0}},{"uid":"2428d8437e543560","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2428d8437e543560","status":"passed","time":{"start":1714403768225,"stop":1714403768225,"duration":0}},{"uid":"9d8f5f313b6f1176","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9d8f5f313b6f1176","status":"passed","time":{"start":1714386232526,"stop":1714386232526,"duration":0}},{"uid":"e758d0ddfb423bb1","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e758d0ddfb423bb1","status":"passed","time":{"start":1714385301778,"stop":1714385301779,"duration":1}},{"uid":"4982cca53d012354","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4982cca53d012354","status":"passed","time":{"start":1714384594547,"stop":1714384594547,"duration":0}},{"uid":"8e86e0f246b68f5a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8e86e0f246b68f5a","status":"passed","time":{"start":1714384283176,"stop":1714384283176,"duration":0}},{"uid":"b9d4acc8c64298fe","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b9d4acc8c64298fe","status":"passed","time":{"start":1714382088475,"stop":1714382088475,"duration":0}},{"uid":"63b87c736042dadd","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/63b87c736042dadd","status":"passed","time":{"start":1714383062414,"stop":1714383062414,"duration":0}},{"uid":"e81ae28c0cfeefd9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e81ae28c0cfeefd9","status":"passed","time":{"start":1714381898375,"stop":1714381898376,"duration":1}},{"uid":"3d77791fc3837a2b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/3d77791fc3837a2b","status":"passed","time":{"start":1714382885262,"stop":1714382885262,"duration":0}},{"uid":"dbd96e7bbdee4ba5","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/dbd96e7bbdee4ba5","status":"passed","time":{"start":1714382758141,"stop":1714382758141,"duration":0}},{"uid":"a73457b5d0202265","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/a73457b5d0202265","status":"passed","time":{"start":1714381268157,"stop":1714381268157,"duration":0}},{"uid":"d8c60a34b0005dfa","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d8c60a34b0005dfa","status":"passed","time":{"start":1714380054105,"stop":1714380054106,"duration":1}},{"uid":"e3f808a6412f98a3","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e3f808a6412f98a3","status":"passed","time":{"start":1714379623571,"stop":1714379623571,"duration":0}},{"uid":"e7b893f7005020b5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e7b893f7005020b5","status":"passed","time":{"start":1714296856966,"stop":1714296856967,"duration":1}}]},"tags":[]},"source":"32c6a50bb994da6e.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e1eb131f3fa37f9","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1477af50074d319e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1477af50074d319e","status":"passed","time":{"start":1714494368385,"stop":1714494368385,"duration":0}},{"uid":"90ed3ec359b01808","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/90ed3ec359b01808","status":"passed","time":{"start":1714492468977,"stop":1714492468978,"duration":1}}]},"tags":[]},"source":"5e1eb131f3fa37f9.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5e27031e21aec5f7.json b/6962/data/test-cases/5e27031e21aec5f7.json new file mode 100644 index 00000000000..c573d88f6b4 --- /dev/null +++ b/6962/data/test-cases/5e27031e21aec5f7.json @@ -0,0 +1 @@ +{"uid":"5e27031e21aec5f7","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","historyId":"3a3cb21fa197c45801352dc5a35abb45:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525343,"stop":1714500525343,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f6037af69300a63","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f6037af69300a63","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"d77cef34b0bb513b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d77cef34b0bb513b","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"tags":[]},"source":"5e27031e21aec5f7.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a2193b4420dd1e4c.json b/6962/data/test-cases/5e29679fa51d859c.json similarity index 65% rename from 6944/data/test-cases/a2193b4420dd1e4c.json rename to 6962/data/test-cases/5e29679fa51d859c.json index 135bbd47634..3676ded695f 100644 --- a/6944/data/test-cases/a2193b4420dd1e4c.json +++ b/6962/data/test-cases/5e29679fa51d859c.json @@ -1 +1 @@ -{"uid":"a2193b4420dd1e4c","name":"can start the service","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start the service","historyId":"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424877425,"stop":1714424877426,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"6e8c479a5d260e1b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6e8c479a5d260e1b","status":"passed","time":{"start":1714415030101,"stop":1714415030101,"duration":0}},{"uid":"8a23dbefd7ff30ae","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8a23dbefd7ff30ae","status":"passed","time":{"start":1714415183071,"stop":1714415183071,"duration":0}},{"uid":"5e6b88a55320c577","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5e6b88a55320c577","status":"passed","time":{"start":1714407390401,"stop":1714407390402,"duration":1}},{"uid":"5ef9de2221abfc29","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5ef9de2221abfc29","status":"passed","time":{"start":1714406417789,"stop":1714406417790,"duration":1}},{"uid":"392d20a23d8c38e5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/392d20a23d8c38e5","status":"passed","time":{"start":1714404207522,"stop":1714404207523,"duration":1}},{"uid":"7984f2c287658f29","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7984f2c287658f29","status":"passed","time":{"start":1714403859297,"stop":1714403859298,"duration":1}},{"uid":"ea760c26af23b380","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ea760c26af23b380","status":"passed","time":{"start":1714403703373,"stop":1714403703373,"duration":0}},{"uid":"c8ee3a44a586c361","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c8ee3a44a586c361","status":"passed","time":{"start":1714386168539,"stop":1714386168540,"duration":1}},{"uid":"98d8d9e5b5ff95ef","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/98d8d9e5b5ff95ef","status":"passed","time":{"start":1714385239206,"stop":1714385239206,"duration":0}},{"uid":"5ea535ce313a3226","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5ea535ce313a3226","status":"passed","time":{"start":1714384531801,"stop":1714384531801,"duration":0}},{"uid":"c0ca230c72dc69ff","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c0ca230c72dc69ff","status":"passed","time":{"start":1714384220014,"stop":1714384220014,"duration":0}},{"uid":"5e46785587ecee4b","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5e46785587ecee4b","status":"passed","time":{"start":1714382024961,"stop":1714382024962,"duration":1}},{"uid":"ac5c5f6d22a6e90f","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ac5c5f6d22a6e90f","status":"passed","time":{"start":1714382999498,"stop":1714382999498,"duration":0}},{"uid":"1ef0ecc015f6cf3c","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1ef0ecc015f6cf3c","status":"passed","time":{"start":1714381835716,"stop":1714381835717,"duration":1}},{"uid":"82182c1131523e4c","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/82182c1131523e4c","status":"passed","time":{"start":1714382821230,"stop":1714382821230,"duration":0}},{"uid":"3c8ff5ff1bc1fea7","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3c8ff5ff1bc1fea7","status":"passed","time":{"start":1714382694384,"stop":1714382694385,"duration":1}},{"uid":"ee21f6647c65b7a7","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ee21f6647c65b7a7","status":"passed","time":{"start":1714381204659,"stop":1714381204659,"duration":0}},{"uid":"1507c0541851fa42","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/1507c0541851fa42","status":"passed","time":{"start":1714379990097,"stop":1714379990097,"duration":0}},{"uid":"ab5e6e946c8b816","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ab5e6e946c8b816","status":"passed","time":{"start":1714379561020,"stop":1714379561021,"duration":1}},{"uid":"a0f2780d05972e93","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a0f2780d05972e93","status":"passed","time":{"start":1714296791533,"stop":1714296791533,"duration":0}}]},"tags":[]},"source":"a2193b4420dd1e4c.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e29679fa51d859c","name":"can start the service","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > can start the service","historyId":"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554002,"stop":1714500554003,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2e115920f8a78615","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2e115920f8a78615","status":"passed","time":{"start":1714494305183,"stop":1714494305183,"duration":0}}]},"tags":[]},"source":"5e29679fa51d859c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5e2c9b16a914858a.json b/6962/data/test-cases/5e2c9b16a914858a.json new file mode 100644 index 00000000000..0506821681a --- /dev/null +++ b/6962/data/test-cases/5e2c9b16a914858a.json @@ -0,0 +1 @@ +{"uid":"5e2c9b16a914858a","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":1714501191920,"stop":1714501191920,"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":3,"unknown":0,"total":3},"items":[{"uid":"8fcda0b537e8fe07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8fcda0b537e8fe07","status":"passed","time":{"start":1714494926191,"stop":1714494926191,"duration":0}},{"uid":"acc3acda375cb410","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acc3acda375cb410","status":"passed","time":{"start":1714493011868,"stop":1714493011868,"duration":0}}]},"tags":[]},"source":"5e2c9b16a914858a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d9a4146093b02871.json b/6962/data/test-cases/5e4d7215dc896255.json similarity index 80% rename from 6944/data/test-cases/d9a4146093b02871.json rename to 6962/data/test-cases/5e4d7215dc896255.json index c51c0e44e3f..8c4dc701cf8 100644 --- a/6944/data/test-cases/d9a4146093b02871.json +++ b/6962/data/test-cases/5e4d7215dc896255.json @@ -1 +1 @@ -{"uid":"d9a4146093b02871","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":1714425534882,"stop":1714425534882,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"ef0245a325bf8030","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ef0245a325bf8030","status":"passed","time":{"start":1714415702281,"stop":1714415702281,"duration":0}},{"uid":"e82fdd66b24f614f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e82fdd66b24f614f","status":"passed","time":{"start":1714415850489,"stop":1714415850490,"duration":1}},{"uid":"4f3e699ec65867b0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4f3e699ec65867b0","status":"passed","time":{"start":1714408049938,"stop":1714408049939,"duration":1}},{"uid":"2bdb8d2d0abee8a9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2bdb8d2d0abee8a9","status":"passed","time":{"start":1714407080662,"stop":1714407080662,"duration":0}},{"uid":"2a23bb13e606cc55","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2a23bb13e606cc55","status":"passed","time":{"start":1714404860577,"stop":1714404860577,"duration":0}},{"uid":"36993d1ccb3fbbe9","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/36993d1ccb3fbbe9","status":"passed","time":{"start":1714404585191,"stop":1714404585191,"duration":0}},{"uid":"f1fc3e7ffebdea30","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f1fc3e7ffebdea30","status":"passed","time":{"start":1714404366298,"stop":1714404366298,"duration":0}},{"uid":"1716f854dca7e33b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/1716f854dca7e33b","status":"passed","time":{"start":1714386825517,"stop":1714386825517,"duration":0}},{"uid":"83e34a508b2b0c05","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/83e34a508b2b0c05","status":"passed","time":{"start":1714385893730,"stop":1714385893730,"duration":0}},{"uid":"bbc22acfbc427399","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/bbc22acfbc427399","status":"passed","time":{"start":1714385188004,"stop":1714385188004,"duration":0}},{"uid":"6c7288ca410f43af","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6c7288ca410f43af","status":"passed","time":{"start":1714384869902,"stop":1714384869902,"duration":0}},{"uid":"cea82fdbf35a5937","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/cea82fdbf35a5937","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237109,"stop":1714384237109,"duration":0}},{"uid":"22dd1f738fb1c016","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/22dd1f738fb1c016","status":"passed","time":{"start":1714383661915,"stop":1714383661915,"duration":0}},{"uid":"abe6c2da21f2f517","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/abe6c2da21f2f517","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018784,"stop":1714384018785,"duration":1}},{"uid":"96c002f14e3a6375","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/96c002f14e3a6375","status":"passed","time":{"start":1714383474173,"stop":1714383474174,"duration":1}},{"uid":"20be2a0b296237dc","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/20be2a0b296237dc","status":"passed","time":{"start":1714383351242,"stop":1714383351242,"duration":0}},{"uid":"8c418e351569b774","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8c418e351569b774","status":"passed","time":{"start":1714381860509,"stop":1714381860509,"duration":0}},{"uid":"6fafda875d2adfa2","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6fafda875d2adfa2","status":"passed","time":{"start":1714380649652,"stop":1714380649652,"duration":0}},{"uid":"247d685be9efe6d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/247d685be9efe6d","status":"passed","time":{"start":1714380216153,"stop":1714380216153,"duration":0}},{"uid":"efac62d2419a80a9","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/efac62d2419a80a9","status":"passed","time":{"start":1714297452320,"stop":1714297452320,"duration":0}}]},"tags":[]},"source":"d9a4146093b02871.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e4d7215dc896255","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":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"c8c7ce1d955f0427","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8c7ce1d955f0427","status":"passed","time":{"start":1714494954433,"stop":1714494954433,"duration":0}},{"uid":"6fce6296431d8ffb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6fce6296431d8ffb","status":"passed","time":{"start":1714493052129,"stop":1714493052129,"duration":0}}]},"tags":[]},"source":"5e4d7215dc896255.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/454b33b1dc6a97a2.json b/6962/data/test-cases/5e659d8875c84020.json similarity index 97% rename from 6944/data/test-cases/454b33b1dc6a97a2.json rename to 6962/data/test-cases/5e659d8875c84020.json index 0758b4efd9f..b692da8e7e5 100644 --- a/6944/data/test-cases/454b33b1dc6a97a2.json +++ b/6962/data/test-cases/5e659d8875c84020.json @@ -1 +1 @@ -{"uid":"454b33b1dc6a97a2","name":"Check received message with timestamp: 1714424899696 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1714424899696 ","historyId":"f5e800f973f57047427ad6b2bd0d4be9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425369950,"stop":1714425369950,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"454b33b1dc6a97a2.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e659d8875c84020","name":"Check received message with timestamp: 1714500577468 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1714500577468 ","historyId":"540e6733d3dba5f040ff38805ddd20ca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501050437,"stop":1714501050437,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"5e659d8875c84020.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/66d492a4509a8545.json b/6962/data/test-cases/5e7851a530dcd3c5.json similarity index 75% rename from 6944/data/test-cases/66d492a4509a8545.json rename to 6962/data/test-cases/5e7851a530dcd3c5.json index 44b949d61da..4a178dc9dd9 100644 --- a/6944/data/test-cases/66d492a4509a8545.json +++ b/6962/data/test-cases/5e7851a530dcd3c5.json @@ -1 +1 @@ -{"uid":"66d492a4509a8545","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":1714425369972,"stop":1714425369973,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":72,"passed":0,"unknown":0,"total":72},"items":[{"uid":"d59bcb3b9407beaf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d59bcb3b9407beaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415516387,"stop":1714415516387,"duration":0}},{"uid":"449f997bb155fdd9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/449f997bb155fdd9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415679037,"stop":1714415679037,"duration":0}},{"uid":"f05f716740c5663d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f05f716740c5663d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407884337,"stop":1714407884337,"duration":0}},{"uid":"257344c0da1279b6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/257344c0da1279b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406914343,"stop":1714406914343,"duration":0}},{"uid":"3ec3ac77ddf3602d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3ec3ac77ddf3602d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404690126,"stop":1714404690126,"duration":0}},{"uid":"aa05e65f2b48c895","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/aa05e65f2b48c895","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404379795,"stop":1714404379795,"duration":0}},{"uid":"9c23f4f1cd014d1a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9c23f4f1cd014d1a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404194556,"stop":1714404194556,"duration":0}},{"uid":"7501195074df7a7e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7501195074df7a7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714386653744,"stop":1714386653745,"duration":1}},{"uid":"dfdae688e7af896b","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/dfdae688e7af896b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385733972,"stop":1714385733972,"duration":0}},{"uid":"b7cec48322f190aa","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b7cec48322f190aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385024729,"stop":1714385024729,"duration":0}},{"uid":"9c7d36ec041c8f40","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9c7d36ec041c8f40","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384714563,"stop":1714384714563,"duration":0}},{"uid":"ffeb84c3b895f32f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ffeb84c3b895f32f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384067779,"stop":1714384067779,"duration":0}},{"uid":"711e8b5ab8ea4fef","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/711e8b5ab8ea4fef","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383490757,"stop":1714383490758,"duration":1}},{"uid":"c03a7ba850f00b21","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c03a7ba850f00b21","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383840466,"stop":1714383840466,"duration":0}},{"uid":"8b9183f9f6d9b0c0","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8b9183f9f6d9b0c0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383300583,"stop":1714383300584,"duration":1}},{"uid":"19c2916d68ca51c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/19c2916d68ca51c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383176785,"stop":1714383176785,"duration":0}},{"uid":"8589171a73704a68","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8589171a73704a68","status":"skipped","statusDetails":"Test ignored","time":{"start":1714381688748,"stop":1714381688748,"duration":0}},{"uid":"cd4cd8814393354d","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/cd4cd8814393354d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380481159,"stop":1714380481159,"duration":0}},{"uid":"24e0df47d7e02c32","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/24e0df47d7e02c32","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380049541,"stop":1714380049541,"duration":0}},{"uid":"4b9f1503e252d3fd","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/4b9f1503e252d3fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1714297302903,"stop":1714297302906,"duration":3}}]},"tags":[]},"source":"66d492a4509a8545.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e7851a530dcd3c5","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":1714501050459,"stop":1714501050459,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"40342c36ea2c0be5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/40342c36ea2c0be5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785918,"stop":1714494785918,"duration":0}},{"uid":"28216bb54b68dc0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/28216bb54b68dc0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"tags":[]},"source":"5e7851a530dcd3c5.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/62ed7498ae5ea9e9.json b/6962/data/test-cases/5f055fef9b5359c2.json similarity index 98% rename from 6944/data/test-cases/62ed7498ae5ea9e9.json rename to 6962/data/test-cases/5f055fef9b5359c2.json index 3832804dac8..be24eb66105 100644 --- a/6944/data/test-cases/62ed7498ae5ea9e9.json +++ b/6962/data/test-cases/5f055fef9b5359c2.json @@ -1 +1 @@ -{"uid":"62ed7498ae5ea9e9","name":"Push message with custom timestamp: 1714421468404","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1714421468404","historyId":"22b1cb1f5507ae479be49a7ca7f6603a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425435631,"stop":1714425435631,"duration":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":"62ed7498ae5ea9e9.json","parameterValues":[]} \ No newline at end of file +{"uid":"5f055fef9b5359c2","name":"Push message with custom timestamp: 1714497135785","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1714497135785","historyId":"3c4f58f0a5e4c0dda488665d67cc1784:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501123820,"stop":1714501123821,"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":"5f055fef9b5359c2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/deabc268b3b3f5c5.json b/6962/data/test-cases/5f214a284de27ee4.json similarity index 53% rename from 6944/data/test-cases/deabc268b3b3f5c5.json rename to 6962/data/test-cases/5f214a284de27ee4.json index 1f51787ba35..f2b5fd03a47 100644 --- a/6944/data/test-cases/deabc268b3b3f5c5.json +++ b/6962/data/test-cases/5f214a284de27ee4.json @@ -1 +1 @@ -{"uid":"deabc268b3b3f5c5","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":1714425405880,"stop":1714425405880,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"454878adfe382a0a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/454878adfe382a0a","status":"passed","time":{"start":1714415627133,"stop":1714415627133,"duration":0}},{"uid":"da358d26ec3e2cf2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/da358d26ec3e2cf2","status":"passed","time":{"start":1714415727610,"stop":1714415727610,"duration":0}},{"uid":"fb9f1e40e07570ef","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fb9f1e40e07570ef","status":"passed","time":{"start":1714407946534,"stop":1714407946535,"duration":1}},{"uid":"8a4c9e089c021f28","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8a4c9e089c021f28","status":"passed","time":{"start":1714406957181,"stop":1714406957182,"duration":1}},{"uid":"ce6abc58c5dd4317","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ce6abc58c5dd4317","status":"passed","time":{"start":1714404754333,"stop":1714404754333,"duration":0}},{"uid":"a500a57ab2c0090","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a500a57ab2c0090","status":"passed","time":{"start":1714404439697,"stop":1714404439697,"duration":0}},{"uid":"7561264dc5a936ee","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7561264dc5a936ee","status":"passed","time":{"start":1714404231982,"stop":1714404231982,"duration":0}},{"uid":"17199e1f51c5cd47","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/17199e1f51c5cd47","status":"passed","time":{"start":1714386694967,"stop":1714386694967,"duration":0}},{"uid":"bef7df587028e79a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/bef7df587028e79a","status":"passed","time":{"start":1714385783965,"stop":1714385783965,"duration":0}},{"uid":"22e1e773d02e1108","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/22e1e773d02e1108","status":"passed","time":{"start":1714385070856,"stop":1714385070856,"duration":0}},{"uid":"57b15204c7d4e997","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/57b15204c7d4e997","status":"passed","time":{"start":1714384753503,"stop":1714384753503,"duration":0}},{"uid":"6300b3ad2242fc92","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6300b3ad2242fc92","status":"passed","time":{"start":1714383166152,"stop":1714383166157,"duration":5}},{"uid":"c0aeea10f7fd04cf","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c0aeea10f7fd04cf","status":"passed","time":{"start":1714383543873,"stop":1714383543875,"duration":2}},{"uid":"c1d09ce86da4dad0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c1d09ce86da4dad0","status":"passed","time":{"start":1714382959548,"stop":1714382959548,"duration":0}},{"uid":"abe7da896572b8a5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/abe7da896572b8a5","status":"passed","time":{"start":1714383336636,"stop":1714383336637,"duration":1}},{"uid":"b50cf7ba6f91829b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b50cf7ba6f91829b","status":"passed","time":{"start":1714383225819,"stop":1714383225820,"duration":1}},{"uid":"ae4ce5834ad017e2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ae4ce5834ad017e2","status":"passed","time":{"start":1714381721908,"stop":1714381721908,"duration":0}},{"uid":"fad29004181bffb0","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fad29004181bffb0","status":"passed","time":{"start":1714380523201,"stop":1714380523202,"duration":1}},{"uid":"6b1c0463022e75e2","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6b1c0463022e75e2","status":"passed","time":{"start":1714380085659,"stop":1714380085659,"duration":0}},{"uid":"12e790cb03e67bc","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/12e790cb03e67bc","status":"passed","time":{"start":1714297343353,"stop":1714297343354,"duration":1}}]},"tags":[]},"source":"deabc268b3b3f5c5.json","parameterValues":[]} \ No newline at end of file +{"uid":"5f214a284de27ee4","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":1714501094178,"stop":1714501094178,"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":3,"unknown":0,"total":3},"items":[{"uid":"7d7aa05fa69e12d2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7d7aa05fa69e12d2","status":"passed","time":{"start":1714494837583,"stop":1714494837584,"duration":1}},{"uid":"bd620247c8fc7e18","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bd620247c8fc7e18","status":"passed","time":{"start":1714492927148,"stop":1714492927151,"duration":3}}]},"tags":[]},"source":"5f214a284de27ee4.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a70e486ca04e1b9a.json b/6962/data/test-cases/5f39483d8e88730b.json similarity index 74% rename from 6944/data/test-cases/a70e486ca04e1b9a.json rename to 6962/data/test-cases/5f39483d8e88730b.json index eb06e9757ec..caccc1ab5ec 100644 --- a/6944/data/test-cases/a70e486ca04e1b9a.json +++ b/6962/data/test-cases/5f39483d8e88730b.json @@ -1 +1 @@ -{"uid":"a70e486ca04e1b9a","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":1714425349919,"stop":1714425349919,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"28d1b50f945c1715","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/28d1b50f945c1715","status":"passed","time":{"start":1714415539983,"stop":1714415539983,"duration":0}},{"uid":"4d247d19d00492d2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4d247d19d00492d2","status":"passed","time":{"start":1714415671322,"stop":1714415671323,"duration":1}},{"uid":"32eb3a9f4468254c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/32eb3a9f4468254c","status":"passed","time":{"start":1714407878091,"stop":1714407878092,"duration":1}},{"uid":"e8d50000e6445dc3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e8d50000e6445dc3","status":"passed","time":{"start":1714406907410,"stop":1714406907410,"duration":0}},{"uid":"e1860cecce3b5fa3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e1860cecce3b5fa3","status":"passed","time":{"start":1714404685462,"stop":1714404685463,"duration":1}},{"uid":"568f933083879419","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/568f933083879419","status":"passed","time":{"start":1714404398010,"stop":1714404398011,"duration":1}},{"uid":"2a36c3c29dc2f313","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2a36c3c29dc2f313","status":"passed","time":{"start":1714404193480,"stop":1714404193480,"duration":0}},{"uid":"35bce54279d3bef7","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/35bce54279d3bef7","status":"passed","time":{"start":1714386646805,"stop":1714386646805,"duration":0}},{"uid":"346d2293130dce2d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/346d2293130dce2d","status":"passed","time":{"start":1714385711047,"stop":1714385711047,"duration":0}},{"uid":"79dbe290cddd90f0","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/79dbe290cddd90f0","status":"passed","time":{"start":1714385006988,"stop":1714385006988,"duration":0}},{"uid":"d7d276096380558f","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d7d276096380558f","status":"passed","time":{"start":1714384687423,"stop":1714384687424,"duration":1}},{"uid":"a52dbdd36ec74bde","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a52dbdd36ec74bde","status":"passed","time":{"start":1714383085799,"stop":1714383085800,"duration":1}},{"uid":"89a6203161bc3a4","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/89a6203161bc3a4","status":"passed","time":{"start":1714383482558,"stop":1714383482559,"duration":1}},{"uid":"e0e8e3aedd7d11a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e0e8e3aedd7d11a","status":"passed","time":{"start":1714382879532,"stop":1714382879532,"duration":0}},{"uid":"69c65f64976ac00f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/69c65f64976ac00f","status":"passed","time":{"start":1714383290177,"stop":1714383290178,"duration":1}},{"uid":"cb839ddcfe392e05","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/cb839ddcfe392e05","status":"passed","time":{"start":1714383178726,"stop":1714383178726,"duration":0}},{"uid":"3a32deddb91f4cba","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/3a32deddb91f4cba","status":"passed","time":{"start":1714381680881,"stop":1714381680881,"duration":0}},{"uid":"16cb8aacc03e61a4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/16cb8aacc03e61a4","status":"passed","time":{"start":1714380462805,"stop":1714380462806,"duration":1}},{"uid":"d08074f354314e09","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d08074f354314e09","status":"passed","time":{"start":1714380037756,"stop":1714380037756,"duration":0}},{"uid":"fbad0997031be55b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/fbad0997031be55b","status":"passed","time":{"start":1714297267390,"stop":1714297267390,"duration":0}}]},"tags":[]},"source":"a70e486ca04e1b9a.json","parameterValues":[]} \ No newline at end of file +{"uid":"5f39483d8e88730b","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":1714501039485,"stop":1714501039485,"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":3,"unknown":0,"total":3},"items":[{"uid":"9a9a3187b401608","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a9a3187b401608","status":"passed","time":{"start":1714494791257,"stop":1714494791258,"duration":1}},{"uid":"8df033beddf5ae3f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8df033beddf5ae3f","status":"passed","time":{"start":1714492870711,"stop":1714492870711,"duration":0}}]},"tags":[]},"source":"5f39483d8e88730b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5fbbd46b08f35ba1.json b/6962/data/test-cases/5fbbd46b08f35ba1.json new file mode 100644 index 00000000000..6538974a647 --- /dev/null +++ b/6962/data/test-cases/5fbbd46b08f35ba1.json @@ -0,0 +1 @@ +{"uid":"5fbbd46b08f35ba1","name":"should only return 1 node with relay capability","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with relay capability","historyId":"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550517,"stop":1714500550518,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"893a3d8d04837e6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/893a3d8d04837e6b","status":"passed","time":{"start":1714494301219,"stop":1714494301219,"duration":0}},{"uid":"b394be4aee751741","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b394be4aee751741","status":"passed","time":{"start":1714492405128,"stop":1714492405128,"duration":0}}]},"tags":[]},"source":"5fbbd46b08f35ba1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/5feb7a6d0cd3f38f.json b/6962/data/test-cases/5feb7a6d0cd3f38f.json new file mode 100644 index 00000000000..ece60d967c0 --- /dev/null +++ b/6962/data/test-cases/5feb7a6d0cd3f38f.json @@ -0,0 +1 @@ +{"uid":"5feb7a6d0cd3f38f","name":"returns all values when wanted number matches available values","fullName":"/src/dns/index.spec.ts: Discovery > returns all values when wanted number matches available values","historyId":"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500549514,"stop":1714500549516,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ad97945e0b184eb1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ad97945e0b184eb1","status":"passed","time":{"start":1714494299911,"stop":1714494299913,"duration":2}},{"uid":"306d75100f7b8bcb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/306d75100f7b8bcb","status":"passed","time":{"start":1714492403643,"stop":1714492403645,"duration":2}}]},"tags":[]},"source":"5feb7a6d0cd3f38f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d4ed0a09e149ff8c.json b/6962/data/test-cases/60311f0330f9f0ad.json similarity index 59% rename from 6944/data/test-cases/d4ed0a09e149ff8c.json rename to 6962/data/test-cases/60311f0330f9f0ad.json index 4d548ab7560..e62256870a4 100644 --- a/6944/data/test-cases/d4ed0a09e149ff8c.json +++ b/6962/data/test-cases/60311f0330f9f0ad.json @@ -1 +1 @@ -{"uid":"d4ed0a09e149ff8c","name":"should not fail to stop the service if it was not started","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425363886,"stop":1714425363887,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":73,"unknown":0,"total":74},"items":[{"uid":"835fe624f81683df","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/835fe624f81683df","status":"passed","time":{"start":1714415544819,"stop":1714415544819,"duration":0}},{"uid":"40215527fde3a1e5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/40215527fde3a1e5","status":"passed","time":{"start":1714415689073,"stop":1714415689073,"duration":0}},{"uid":"559968ea6d833aa4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/559968ea6d833aa4","status":"passed","time":{"start":1714407902536,"stop":1714407902538,"duration":2}},{"uid":"966f633c90930541","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/966f633c90930541","status":"passed","time":{"start":1714406920266,"stop":1714406920266,"duration":0}},{"uid":"be2076c3fcbf2ebb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/be2076c3fcbf2ebb","status":"passed","time":{"start":1714404713588,"stop":1714404713589,"duration":1}},{"uid":"822198cace4ae59a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/822198cace4ae59a","status":"passed","time":{"start":1714404404536,"stop":1714404404536,"duration":0}},{"uid":"65fe0e605c6c661d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/65fe0e605c6c661d","status":"passed","time":{"start":1714404198223,"stop":1714404198223,"duration":0}},{"uid":"3e472f80804e26e0","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/3e472f80804e26e0","status":"passed","time":{"start":1714386660412,"stop":1714386660412,"duration":0}},{"uid":"5df38bc8d25292e2","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5df38bc8d25292e2","status":"passed","time":{"start":1714385741761,"stop":1714385741761,"duration":0}},{"uid":"352f201592c7b98c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/352f201592c7b98c","status":"passed","time":{"start":1714385032262,"stop":1714385032263,"duration":1}},{"uid":"e74c7f8a7988ece1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e74c7f8a7988ece1","status":"passed","time":{"start":1714384700172,"stop":1714384700172,"duration":0}},{"uid":"49abf0b246ac698a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/49abf0b246ac698a","status":"passed","time":{"start":1714383167837,"stop":1714383167838,"duration":1}},{"uid":"80109d00b2807423","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/80109d00b2807423","status":"passed","time":{"start":1714383502995,"stop":1714383503004,"duration":9}},{"uid":"ea87d2933292d9a6","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ea87d2933292d9a6","status":"passed","time":{"start":1714382959997,"stop":1714382959998,"duration":1}},{"uid":"728ba56270369456","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/728ba56270369456","status":"passed","time":{"start":1714383305649,"stop":1714383305649,"duration":0}},{"uid":"a70426fbaf92e140","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a70426fbaf92e140","status":"passed","time":{"start":1714383191564,"stop":1714383191564,"duration":0}},{"uid":"7d11ed7cca73aaa","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7d11ed7cca73aaa","status":"passed","time":{"start":1714381688435,"stop":1714381688436,"duration":1}},{"uid":"79263a0468fcd549","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/79263a0468fcd549","status":"passed","time":{"start":1714380489766,"stop":1714380489767,"duration":1}},{"uid":"c880ccbb921b6f95","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c880ccbb921b6f95","status":"passed","time":{"start":1714380050164,"stop":1714380050166,"duration":2}},{"uid":"7743ad3559fd1c6b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7743ad3559fd1c6b","status":"passed","time":{"start":1714297289402,"stop":1714297289403,"duration":1}}]},"tags":[]},"source":"d4ed0a09e149ff8c.json","parameterValues":[]} \ No newline at end of file +{"uid":"60311f0330f9f0ad","name":"should not fail to stop the service if it was not started","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501049782,"stop":1714501049783,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f89631f2124cb104","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f89631f2124cb104","status":"passed","time":{"start":1714494802221,"stop":1714494802221,"duration":0}},{"uid":"859aba6b887bbce9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/859aba6b887bbce9","status":"passed","time":{"start":1714492887584,"stop":1714492887584,"duration":0}}]},"tags":[]},"source":"60311f0330f9f0ad.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/60953762d6747082.json b/6962/data/test-cases/60953762d6747082.json new file mode 100644 index 00000000000..6eebc43c64d --- /dev/null +++ b/6962/data/test-cases/60953762d6747082.json @@ -0,0 +1 @@ +{"uid":"60953762d6747082","name":"Relay + Store","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay + Store","historyId":"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500587632,"stop":1714500587632,"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":3,"unknown":0,"total":3},"items":[{"uid":"12d48dc488365b02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/12d48dc488365b02","status":"passed","time":{"start":1714494338446,"stop":1714494338446,"duration":0}},{"uid":"ee6cc334aac389b8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee6cc334aac389b8","status":"passed","time":{"start":1714492438261,"stop":1714492438261,"duration":0}}]},"tags":[]},"source":"60953762d6747082.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/60be6abec002b928.json b/6962/data/test-cases/60be6abec002b928.json new file mode 100644 index 00000000000..8c40b15b0ca --- /dev/null +++ b/6962/data/test-cases/60be6abec002b928.json @@ -0,0 +1 @@ +{"uid":"60be6abec002b928","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":1714500534105,"stop":1714500534105,"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":3,"unknown":0,"total":3},"items":[{"uid":"d1a140872450a8c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1a140872450a8c","status":"passed","time":{"start":1714494285526,"stop":1714494285527,"duration":1}},{"uid":"8665f4e1e6e43501","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8665f4e1e6e43501","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"tags":[]},"source":"60be6abec002b928.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/60d702220dfa1695.json b/6962/data/test-cases/60d702220dfa1695.json new file mode 100644 index 00000000000..0d5b7a80b53 --- /dev/null +++ b/6962/data/test-cases/60d702220dfa1695.json @@ -0,0 +1 @@ +{"uid":"60d702220dfa1695","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":1714500525323,"stop":1714500525325,"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":"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":3,"unknown":0,"total":3},"items":[{"uid":"31ef62db8a3629b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/31ef62db8a3629b7","status":"passed","time":{"start":1714494276803,"stop":1714494276803,"duration":0}},{"uid":"482c678dd229bc28","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/482c678dd229bc28","status":"passed","time":{"start":1714492380857,"stop":1714492380857,"duration":0}}]},"tags":[]},"source":"60d702220dfa1695.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4f7c52f7f89c5438.json b/6962/data/test-cases/60d8d8ec60d45f57.json similarity index 76% rename from 6944/data/test-cases/4f7c52f7f89c5438.json rename to 6962/data/test-cases/60d8d8ec60d45f57.json index e9bbbb16888..3dee8e5320e 100644 --- a/6944/data/test-cases/4f7c52f7f89c5438.json +++ b/6962/data/test-cases/60d8d8ec60d45f57.json @@ -1 +1 @@ -{"uid":"4f7c52f7f89c5438","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":1714425348181,"stop":1714425348189,"duration":8},"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"df6bbb004db57cc0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/df6bbb004db57cc0","status":"passed","time":{"start":1714415541646,"stop":1714415541646,"duration":0}},{"uid":"4da83bf3abf9e4e1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4da83bf3abf9e4e1","status":"passed","time":{"start":1714415666677,"stop":1714415666677,"duration":0}},{"uid":"776e86313ed7baa2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/776e86313ed7baa2","status":"passed","time":{"start":1714407867319,"stop":1714407867319,"duration":0}},{"uid":"44a0740ae4dbe15","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/44a0740ae4dbe15","status":"passed","time":{"start":1714406901762,"stop":1714406901764,"duration":2}},{"uid":"513240e93645192d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/513240e93645192d","status":"passed","time":{"start":1714404685933,"stop":1714404685933,"duration":0}},{"uid":"546d457de4a89bef","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/546d457de4a89bef","status":"passed","time":{"start":1714404389186,"stop":1714404389187,"duration":1}},{"uid":"132b1ad34b3ee9a9","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/132b1ad34b3ee9a9","status":"passed","time":{"start":1714404179638,"stop":1714404179639,"duration":1}},{"uid":"edf8db741d21f8a6","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/edf8db741d21f8a6","status":"passed","time":{"start":1714386642376,"stop":1714386642376,"duration":0}},{"uid":"5bbfb60d9edad223","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5bbfb60d9edad223","status":"passed","time":{"start":1714385705598,"stop":1714385705599,"duration":1}},{"uid":"78a3acff685571f5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/78a3acff685571f5","status":"passed","time":{"start":1714385001596,"stop":1714385001596,"duration":0}},{"uid":"9e1096a55b57333d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9e1096a55b57333d","status":"passed","time":{"start":1714384689788,"stop":1714384689788,"duration":0}},{"uid":"425e585696e00e09","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/425e585696e00e09","status":"passed","time":{"start":1714383060301,"stop":1714383060302,"duration":1}},{"uid":"a9085bfe3ad3753e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a9085bfe3ad3753e","status":"passed","time":{"start":1714383479968,"stop":1714383479969,"duration":1}},{"uid":"79dcfc9c476eedf9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/79dcfc9c476eedf9","status":"passed","time":{"start":1714382864761,"stop":1714382864761,"duration":0}},{"uid":"2ad834bd6340cd40","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/2ad834bd6340cd40","status":"passed","time":{"start":1714383281577,"stop":1714383281578,"duration":1}},{"uid":"4e13ac86cbba1d3d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/4e13ac86cbba1d3d","status":"passed","time":{"start":1714383168058,"stop":1714383168059,"duration":1}},{"uid":"c1450b0aa77e5a71","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c1450b0aa77e5a71","status":"passed","time":{"start":1714381685741,"stop":1714381685742,"duration":1}},{"uid":"e39dd17b8df3f208","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e39dd17b8df3f208","status":"passed","time":{"start":1714380450801,"stop":1714380450802,"duration":1}},{"uid":"d8758f87751372a8","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d8758f87751372a8","status":"passed","time":{"start":1714380035067,"stop":1714380035068,"duration":1}},{"uid":"972cbee5de47c5c3","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/972cbee5de47c5c3","status":"passed","time":{"start":1714297259181,"stop":1714297259181,"duration":0}}]},"tags":[]},"source":"4f7c52f7f89c5438.json","parameterValues":[]} \ No newline at end of file +{"uid":"60d8d8ec60d45f57","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":1714501036164,"stop":1714501036164,"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":3,"unknown":0,"total":3},"items":[{"uid":"b986715a814c6894","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b986715a814c6894","status":"passed","time":{"start":1714494788145,"stop":1714494788145,"duration":0}},{"uid":"a25761d37bf71f66","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a25761d37bf71f66","status":"passed","time":{"start":1714492860432,"stop":1714492860432,"duration":0}}]},"tags":[]},"source":"60d8d8ec60d45f57.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/613117e58195f93a.json b/6962/data/test-cases/613117e58195f93a.json new file mode 100644 index 00000000000..8b5ab6a703c --- /dev/null +++ b/6962/data/test-cases/613117e58195f93a.json @@ -0,0 +1 @@ +{"uid":"613117e58195f93a","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":1714500786929,"stop":1714500786929,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"34d86496e6092a4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34d86496e6092a4e","status":"passed","time":{"start":1714494536935,"stop":1714494536935,"duration":0}},{"uid":"5a6dc35b10e6312a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a6dc35b10e6312a","status":"passed","time":{"start":1714492635270,"stop":1714492635271,"duration":1}}]},"tags":[]},"source":"613117e58195f93a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/61470b5d604a6c6b.json b/6962/data/test-cases/61470b5d604a6c6b.json new file mode 100644 index 00000000000..2ec9af43a3d --- /dev/null +++ b/6962/data/test-cases/61470b5d604a6c6b.json @@ -0,0 +1 @@ +{"uid":"61470b5d604a6c6b","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":1714501191918,"stop":1714501191918,"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":3,"unknown":0,"total":3},"items":[{"uid":"72c505af21cd1687","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72c505af21cd1687","status":"passed","time":{"start":1714494926190,"stop":1714494926190,"duration":0}},{"uid":"3a6b4ebc3a51f986","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a6b4ebc3a51f986","status":"passed","time":{"start":1714493011867,"stop":1714493011867,"duration":0}}]},"tags":[]},"source":"61470b5d604a6c6b.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6e7774bd53b0b7c6.json b/6962/data/test-cases/616ef6435536ae9b.json similarity index 79% rename from 6944/data/test-cases/6e7774bd53b0b7c6.json rename to 6962/data/test-cases/616ef6435536ae9b.json index ece146e9943..8f709176e59 100644 --- a/6944/data/test-cases/6e7774bd53b0b7c6.json +++ b/6962/data/test-cases/616ef6435536ae9b.json @@ -1 +1 @@ -{"uid":"6e7774bd53b0b7c6","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":1714425534890,"stop":1714425534891,"duration":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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"3850aaf18b60f763","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3850aaf18b60f763","status":"passed","time":{"start":1714415702291,"stop":1714415702292,"duration":1}},{"uid":"dcb4fd02be8359a3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dcb4fd02be8359a3","status":"passed","time":{"start":1714415850499,"stop":1714415850499,"duration":0}},{"uid":"7eaa695c147d9702","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7eaa695c147d9702","status":"passed","time":{"start":1714408049948,"stop":1714408049948,"duration":0}},{"uid":"39f4ce247b94d0a4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/39f4ce247b94d0a4","status":"passed","time":{"start":1714407080671,"stop":1714407080671,"duration":0}},{"uid":"a72f23acc17f816a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a72f23acc17f816a","status":"passed","time":{"start":1714404860588,"stop":1714404860589,"duration":1}},{"uid":"57270b7edfa3afd0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/57270b7edfa3afd0","status":"passed","time":{"start":1714404585200,"stop":1714404585201,"duration":1}},{"uid":"a21f8075d7840647","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a21f8075d7840647","status":"passed","time":{"start":1714404366309,"stop":1714404366309,"duration":0}},{"uid":"34b67f15bbaf094c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/34b67f15bbaf094c","status":"passed","time":{"start":1714386825528,"stop":1714386825528,"duration":0}},{"uid":"64955d16f2dbe1b","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/64955d16f2dbe1b","status":"passed","time":{"start":1714385893738,"stop":1714385893739,"duration":1}},{"uid":"f16a7db8cddacafb","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f16a7db8cddacafb","status":"passed","time":{"start":1714385188014,"stop":1714385188014,"duration":0}},{"uid":"aaad4abda47c24c0","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/aaad4abda47c24c0","status":"passed","time":{"start":1714384869913,"stop":1714384869913,"duration":0}},{"uid":"493ae3d6909a491f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/493ae3d6909a491f","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237137,"stop":1714384237137,"duration":0}},{"uid":"cad191f7a01bec1d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/cad191f7a01bec1d","status":"passed","time":{"start":1714383661924,"stop":1714383661924,"duration":0}},{"uid":"1e5851550ce6a919","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1e5851550ce6a919","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018811,"stop":1714384018811,"duration":0}},{"uid":"a42f3c713f6f7a21","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a42f3c713f6f7a21","status":"passed","time":{"start":1714383474182,"stop":1714383474183,"duration":1}},{"uid":"5b6da887130b8b8e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/5b6da887130b8b8e","status":"passed","time":{"start":1714383351253,"stop":1714383351253,"duration":0}},{"uid":"d88430b9781fb30e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d88430b9781fb30e","status":"passed","time":{"start":1714381860517,"stop":1714381860517,"duration":0}},{"uid":"8f65777af492c4b9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/8f65777af492c4b9","status":"passed","time":{"start":1714380649662,"stop":1714380649663,"duration":1}},{"uid":"23b3926c746b620","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/23b3926c746b620","status":"passed","time":{"start":1714380216162,"stop":1714380216162,"duration":0}},{"uid":"13443d7075c467d0","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/13443d7075c467d0","status":"passed","time":{"start":1714297452330,"stop":1714297452331,"duration":1}}]},"tags":[]},"source":"6e7774bd53b0b7c6.json","parameterValues":[]} \ No newline at end of file +{"uid":"616ef6435536ae9b","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":1714501220691,"stop":1714501220691,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"af736cb8a9ee626c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af736cb8a9ee626c","status":"passed","time":{"start":1714494954443,"stop":1714494954444,"duration":1}},{"uid":"2e2857b6b41f6e9c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e2857b6b41f6e9c","status":"passed","time":{"start":1714493052139,"stop":1714493052140,"duration":1}}]},"tags":[]},"source":"616ef6435536ae9b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/61ad576d352c305f.json b/6962/data/test-cases/61ad576d352c305f.json new file mode 100644 index 00000000000..b139c4949fd --- /dev/null +++ b/6962/data/test-cases/61ad576d352c305f.json @@ -0,0 +1 @@ +{"uid":"61ad576d352c305f","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":1714500534098,"stop":1714500534103,"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":"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":3,"unknown":0,"total":3},"items":[{"uid":"743851df7e27a09f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/743851df7e27a09f","status":"passed","time":{"start":1714494285524,"stop":1714494285525,"duration":1}},{"uid":"c50c17dfa6f5022b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c50c17dfa6f5022b","status":"passed","time":{"start":1714492389334,"stop":1714492389334,"duration":0}}]},"tags":[]},"source":"61ad576d352c305f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/61dc4d87facd5a.json b/6962/data/test-cases/61dc4d87facd5a.json new file mode 100644 index 00000000000..fcbdbc6ea68 --- /dev/null +++ b/6962/data/test-cases/61dc4d87facd5a.json @@ -0,0 +1 @@ +{"uid":"61dc4d87facd5a","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":1714501140343,"stop":1714501140343,"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":3,"unknown":0,"total":3},"items":[{"uid":"444aab836d1077f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/444aab836d1077f9","status":"passed","time":{"start":1714494884056,"stop":1714494884057,"duration":1}},{"uid":"740e0e75fefd4519","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/740e0e75fefd4519","status":"passed","time":{"start":1714492954773,"stop":1714492954773,"duration":0}}]},"tags":[]},"source":"61dc4d87facd5a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/61dd47d4872f7de2.json b/6962/data/test-cases/61dd47d4872f7de2.json new file mode 100644 index 00000000000..e9b86f62b2c --- /dev/null +++ b/6962/data/test-cases/61dd47d4872f7de2.json @@ -0,0 +1 @@ +{"uid":"61dd47d4872f7de2","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":1714500844878,"stop":1714500844879,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6a7e28987e1115a0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6a7e28987e1115a0","status":"passed","time":{"start":1714494594467,"stop":1714494594467,"duration":0}},{"uid":"4aaef132f5e51166","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4aaef132f5e51166","status":"passed","time":{"start":1714492694601,"stop":1714492694601,"duration":0}}]},"tags":[]},"source":"61dd47d4872f7de2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5d32709c65a8e544.json b/6962/data/test-cases/6215b1e73715ddf4.json similarity index 77% rename from 6944/data/test-cases/5d32709c65a8e544.json rename to 6962/data/test-cases/6215b1e73715ddf4.json index ef78ca8d74d..220e078f680 100644 --- a/6944/data/test-cases/5d32709c65a8e544.json +++ b/6962/data/test-cases/6215b1e73715ddf4.json @@ -1 +1 @@ -{"uid":"5d32709c65a8e544","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":1714425369929,"stop":1714425369930,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"531e45fb38ecbece","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/531e45fb38ecbece","status":"passed","time":{"start":1714415516353,"stop":1714415516353,"duration":0}},{"uid":"be9a079656c658d7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/be9a079656c658d7","status":"passed","time":{"start":1714415679014,"stop":1714415679014,"duration":0}},{"uid":"32a9179ac8bacf20","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/32a9179ac8bacf20","status":"passed","time":{"start":1714407884311,"stop":1714407884312,"duration":1}},{"uid":"122755881e9c9c00","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/122755881e9c9c00","status":"passed","time":{"start":1714406914267,"stop":1714406914267,"duration":0}},{"uid":"3e950f1712ee3d4f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3e950f1712ee3d4f","status":"passed","time":{"start":1714404690096,"stop":1714404690096,"duration":0}},{"uid":"595e0eb55a1b6a8c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/595e0eb55a1b6a8c","status":"passed","time":{"start":1714404379765,"stop":1714404379765,"duration":0}},{"uid":"cc45775332614151","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/cc45775332614151","status":"passed","time":{"start":1714404194531,"stop":1714404194531,"duration":0}},{"uid":"ab532018a0748dec","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ab532018a0748dec","status":"passed","time":{"start":1714386653712,"stop":1714386653712,"duration":0}},{"uid":"3272b13beddea355","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/3272b13beddea355","status":"passed","time":{"start":1714385733938,"stop":1714385733938,"duration":0}},{"uid":"cf1650147dc06b15","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/cf1650147dc06b15","status":"passed","time":{"start":1714385024682,"stop":1714385024683,"duration":1}},{"uid":"27e9859d0f1b4821","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/27e9859d0f1b4821","status":"passed","time":{"start":1714384714535,"stop":1714384714535,"duration":0}},{"uid":"49e67c6b66126484","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/49e67c6b66126484","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067701,"stop":1714384067701,"duration":0}},{"uid":"58c93a27744ca28f","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/58c93a27744ca28f","status":"passed","time":{"start":1714383490723,"stop":1714383490723,"duration":0}},{"uid":"a561cde3074c67a0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a561cde3074c67a0","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840397,"stop":1714383840398,"duration":1}},{"uid":"e5d40b81835483a8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e5d40b81835483a8","status":"passed","time":{"start":1714383300538,"stop":1714383300538,"duration":0}},{"uid":"791660877980f585","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/791660877980f585","status":"passed","time":{"start":1714383176761,"stop":1714383176761,"duration":0}},{"uid":"6e32813cbd0f2a8f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6e32813cbd0f2a8f","status":"passed","time":{"start":1714381688726,"stop":1714381688726,"duration":0}},{"uid":"9282c2424564ebc5","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/9282c2424564ebc5","status":"passed","time":{"start":1714380481129,"stop":1714380481129,"duration":0}},{"uid":"6d9e45282cb5a652","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6d9e45282cb5a652","status":"passed","time":{"start":1714380049513,"stop":1714380049513,"duration":0}},{"uid":"c0704adbb916b786","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c0704adbb916b786","status":"passed","time":{"start":1714297302870,"stop":1714297302871,"duration":1}}]},"tags":[]},"source":"5d32709c65a8e544.json","parameterValues":[]} \ No newline at end of file +{"uid":"6215b1e73715ddf4","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":1714501050428,"stop":1714501050428,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8c051e62ee3f36ac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c051e62ee3f36ac","status":"passed","time":{"start":1714494785889,"stop":1714494785889,"duration":0}},{"uid":"281a66b00749207e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/281a66b00749207e","status":"passed","time":{"start":1714492898553,"stop":1714492898553,"duration":0}}]},"tags":[]},"source":"6215b1e73715ddf4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/624075f60b0db9f4.json b/6962/data/test-cases/624075f60b0db9f4.json new file mode 100644 index 00000000000..13fb53dc6f4 --- /dev/null +++ b/6962/data/test-cases/624075f60b0db9f4.json @@ -0,0 +1 @@ +{"uid":"624075f60b0db9f4","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /0/statusim/1/community/cbor to shard index 4","historyId":"d8ea51ba5162ac56a42069e5b6679119:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525329,"stop":1714500525329,"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":3,"unknown":0,"total":3},"items":[{"uid":"5500cd77812702dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5500cd77812702dc","status":"passed","time":{"start":1714494276806,"stop":1714494276807,"duration":1}},{"uid":"390282fe771555d1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/390282fe771555d1","status":"passed","time":{"start":1714492380860,"stop":1714492380860,"duration":0}}]},"tags":[]},"source":"624075f60b0db9f4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/631fcfe71131aa94.json b/6962/data/test-cases/631fcfe71131aa94.json new file mode 100644 index 00000000000..0b1760e25cb --- /dev/null +++ b/6962/data/test-cases/631fcfe71131aa94.json @@ -0,0 +1 @@ +{"uid":"631fcfe71131aa94","name":"should handle clusterId, application and version for autosharding with cluster iD 0","fullName":"/src/common/sharding.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 0","historyId":"f22238357dfc09323fa20447b837cacf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525340,"stop":1714500525340,"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":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"663447fa1e98e80c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/663447fa1e98e80c","status":"passed","time":{"start":1714494276813,"stop":1714494276814,"duration":1}},{"uid":"c275deaae8a470b6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c275deaae8a470b6","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"tags":[]},"source":"631fcfe71131aa94.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6322bbf1139eb8c.json b/6962/data/test-cases/6322bbf1139eb8c.json new file mode 100644 index 00000000000..001d2d038ac --- /dev/null +++ b/6962/data/test-cases/6322bbf1139eb8c.json @@ -0,0 +1 @@ +{"uid":"6322bbf1139eb8c","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":1714500786925,"stop":1714500786926,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"571d521733ccc080","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/571d521733ccc080","status":"passed","time":{"start":1714494536932,"stop":1714494536932,"duration":0}},{"uid":"49f9c0671bf2b0b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49f9c0671bf2b0b9","status":"passed","time":{"start":1714492635264,"stop":1714492635267,"duration":3}}]},"tags":[]},"source":"6322bbf1139eb8c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2980b5f56f00e8bf.json b/6962/data/test-cases/63587c50ea9d5ba3.json similarity index 83% rename from 6944/data/test-cases/2980b5f56f00e8bf.json rename to 6962/data/test-cases/63587c50ea9d5ba3.json index e6a7bf612bf..6e4afbe43fb 100644 --- a/6944/data/test-cases/2980b5f56f00e8bf.json +++ b/6962/data/test-cases/63587c50ea9d5ba3.json @@ -1 +1 @@ -{"uid":"2980b5f56f00e8bf","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":1714425301045,"stop":1714425301045,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"d4991031d7200bd9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d4991031d7200bd9","status":"passed","time":{"start":1714415473243,"stop":1714415473243,"duration":0}},{"uid":"b203431941134ed4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b203431941134ed4","status":"passed","time":{"start":1714415615339,"stop":1714415615341,"duration":2}},{"uid":"cf98889a8dfc1efe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cf98889a8dfc1efe","status":"passed","time":{"start":1714407816854,"stop":1714407816854,"duration":0}},{"uid":"a32464abae46464e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a32464abae46464e","status":"passed","time":{"start":1714406861565,"stop":1714406861566,"duration":1}},{"uid":"9155b10b2c350a89","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9155b10b2c350a89","status":"passed","time":{"start":1714404628267,"stop":1714404628267,"duration":0}},{"uid":"4dfef550a5d1ca4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4dfef550a5d1ca4","status":"passed","time":{"start":1714404348884,"stop":1714404348884,"duration":0}},{"uid":"28ca9ad744139777","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/28ca9ad744139777","status":"passed","time":{"start":1714404137191,"stop":1714404137191,"duration":0}},{"uid":"dafb9454285b614d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/dafb9454285b614d","status":"passed","time":{"start":1714386585836,"stop":1714386585836,"duration":0}},{"uid":"f37ef0ccff2b3524","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f37ef0ccff2b3524","status":"passed","time":{"start":1714385651930,"stop":1714385651930,"duration":0}},{"uid":"ac17404cc78e032a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ac17404cc78e032a","status":"passed","time":{"start":1714384939215,"stop":1714384939216,"duration":1}},{"uid":"90d68feda0efa355","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/90d68feda0efa355","status":"passed","time":{"start":1714384633413,"stop":1714384633414,"duration":1}},{"uid":"3f8a59dfa2ac5a2e","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/3f8a59dfa2ac5a2e","status":"passed","time":{"start":1714383068391,"stop":1714383068392,"duration":1}},{"uid":"5c8eca5669ac1295","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/5c8eca5669ac1295","status":"passed","time":{"start":1714383427838,"stop":1714383427839,"duration":1}},{"uid":"67ff71ebb63388f8","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/67ff71ebb63388f8","status":"passed","time":{"start":1714382856539,"stop":1714382856539,"duration":0}},{"uid":"f5d31ddd1510262f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f5d31ddd1510262f","status":"passed","time":{"start":1714383232236,"stop":1714383232237,"duration":1}},{"uid":"e4ed13d06617a0c4","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e4ed13d06617a0c4","status":"passed","time":{"start":1714383125876,"stop":1714383125877,"duration":1}},{"uid":"ebaa84d00bdc068d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ebaa84d00bdc068d","status":"passed","time":{"start":1714381639302,"stop":1714381639302,"duration":0}},{"uid":"793cd5a576ee5241","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/793cd5a576ee5241","status":"passed","time":{"start":1714380392352,"stop":1714380392353,"duration":1}},{"uid":"613caaf444ce5925","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/613caaf444ce5925","status":"passed","time":{"start":1714379984441,"stop":1714379984442,"duration":1}},{"uid":"1e6ed2801481aa33","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1e6ed2801481aa33","status":"passed","time":{"start":1714297212204,"stop":1714297212205,"duration":1}}]},"tags":[]},"source":"2980b5f56f00e8bf.json","parameterValues":[]} \ No newline at end of file +{"uid":"63587c50ea9d5ba3","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":1714500976531,"stop":1714500976531,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"d8f83e087497df26","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8f83e087497df26","status":"passed","time":{"start":1714494735259,"stop":1714494735259,"duration":0}},{"uid":"e41c66c0ed611c9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e41c66c0ed611c9","status":"passed","time":{"start":1714492814939,"stop":1714492814940,"duration":1}}]},"tags":[]},"source":"63587c50ea9d5ba3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/63810cfef2d86e46.json b/6962/data/test-cases/63810cfef2d86e46.json new file mode 100644 index 00000000000..d000bff77cd --- /dev/null +++ b/6962/data/test-cases/63810cfef2d86e46.json @@ -0,0 +1 @@ +{"uid":"63810cfef2d86e46","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":1714500539178,"stop":1714500539179,"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":3,"unknown":0,"total":3},"items":[{"uid":"6d030cf65cf957b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6d030cf65cf957b","status":"passed","time":{"start":1714494290446,"stop":1714494290446,"duration":0}},{"uid":"ee1743360b80d5e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee1743360b80d5e0","status":"passed","time":{"start":1714492394189,"stop":1714492394189,"duration":0}}]},"tags":[]},"source":"63810cfef2d86e46.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/63904cb6bf96f70d.json b/6962/data/test-cases/63904cb6bf96f70d.json new file mode 100644 index 00000000000..65089261201 --- /dev/null +++ b/6962/data/test-cases/63904cb6bf96f70d.json @@ -0,0 +1 @@ +{"uid":"63904cb6bf96f70d","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":1714500654290,"stop":1714500654291,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"6ea76d6bd49129dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ea76d6bd49129dc","status":"passed","time":{"start":1714494402835,"stop":1714494402836,"duration":1}},{"uid":"d75182b20e4b117b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d75182b20e4b117b","status":"passed","time":{"start":1714492502955,"stop":1714492502956,"duration":1}}]},"tags":[]},"source":"63904cb6bf96f70d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1e0690167ee7986d.json b/6962/data/test-cases/63d59698afa53fb6.json similarity index 60% rename from 6944/data/test-cases/1e0690167ee7986d.json rename to 6962/data/test-cases/63d59698afa53fb6.json index 6139c0db178..8789cae4236 100644 --- a/6944/data/test-cases/1e0690167ee7986d.json +++ b/6962/data/test-cases/63d59698afa53fb6.json @@ -1 +1 @@ -{"uid":"1e0690167ee7986d","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":1714425451129,"stop":1714425451130,"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":74,"unknown":0,"total":74},"items":[{"uid":"f7b2a178ee4cade3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f7b2a178ee4cade3","status":"passed","time":{"start":1714415638836,"stop":1714415638837,"duration":1}},{"uid":"128f302cf5b96ff3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/128f302cf5b96ff3","status":"passed","time":{"start":1714415763432,"stop":1714415763433,"duration":1}},{"uid":"9ca4ecab4989c669","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9ca4ecab4989c669","status":"passed","time":{"start":1714407962978,"stop":1714407962979,"duration":1}},{"uid":"baae5f128d7639c2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/baae5f128d7639c2","status":"passed","time":{"start":1714407006168,"stop":1714407006171,"duration":3}},{"uid":"2644d41aca16b889","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2644d41aca16b889","status":"passed","time":{"start":1714404780875,"stop":1714404780876,"duration":1}},{"uid":"a93fc0a9ca1dcd20","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a93fc0a9ca1dcd20","status":"passed","time":{"start":1714404472801,"stop":1714404472801,"duration":0}},{"uid":"b199dddf70e5f508","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b199dddf70e5f508","status":"passed","time":{"start":1714404283116,"stop":1714404283117,"duration":1}},{"uid":"c3c78a22e3a6f41a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c3c78a22e3a6f41a","status":"passed","time":{"start":1714386745002,"stop":1714386745010,"duration":8}},{"uid":"d21e6b28825aaebe","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d21e6b28825aaebe","status":"passed","time":{"start":1714385808132,"stop":1714385808132,"duration":0}},{"uid":"65b0005b58cb437d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/65b0005b58cb437d","status":"passed","time":{"start":1714385100042,"stop":1714385100043,"duration":1}},{"uid":"8b233e46c69a3efc","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8b233e46c69a3efc","status":"passed","time":{"start":1714384794968,"stop":1714384794968,"duration":0}},{"uid":"b542315a2dcb2b0e","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b542315a2dcb2b0e","status":"passed","time":{"start":1714383216067,"stop":1714383216067,"duration":0}},{"uid":"62e9ca3b301c13c8","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/62e9ca3b301c13c8","status":"passed","time":{"start":1714383588960,"stop":1714383588960,"duration":0}},{"uid":"b0e4af26e1496300","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b0e4af26e1496300","status":"passed","time":{"start":1714383011677,"stop":1714383011679,"duration":2}},{"uid":"dffc35cb1c721ec0","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/dffc35cb1c721ec0","status":"passed","time":{"start":1714383386201,"stop":1714383386202,"duration":1}},{"uid":"e3c89cd6a35b8bc7","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e3c89cd6a35b8bc7","status":"passed","time":{"start":1714383270258,"stop":1714383270263,"duration":5}},{"uid":"cac2c29e0411c64b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/cac2c29e0411c64b","status":"passed","time":{"start":1714381774533,"stop":1714381774533,"duration":0}},{"uid":"f13234f871673b43","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f13234f871673b43","status":"passed","time":{"start":1714380552712,"stop":1714380552717,"duration":5}},{"uid":"480e958dddb06218","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/480e958dddb06218","status":"passed","time":{"start":1714380140926,"stop":1714380140926,"duration":0}},{"uid":"34f3b4745445e44f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/34f3b4745445e44f","status":"passed","time":{"start":1714297363003,"stop":1714297363003,"duration":0}}]},"tags":[]},"source":"1e0690167ee7986d.json","parameterValues":[]} \ No newline at end of file +{"uid":"63d59698afa53fb6","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":1714501140344,"stop":1714501140344,"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":3,"unknown":0,"total":3},"items":[{"uid":"865a5e35d86378ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/865a5e35d86378ad","status":"passed","time":{"start":1714494884057,"stop":1714494884058,"duration":1}},{"uid":"afaf8740df1cf86b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/afaf8740df1cf86b","status":"passed","time":{"start":1714492954774,"stop":1714492954774,"duration":0}}]},"tags":[]},"source":"63d59698afa53fb6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/63e6e5c9673bb3dd.json b/6962/data/test-cases/63e6e5c9673bb3dd.json new file mode 100644 index 00000000000..82e648e279c --- /dev/null +++ b/6962/data/test-cases/63e6e5c9673bb3dd.json @@ -0,0 +1 @@ +{"uid":"63e6e5c9673bb3dd","name":"returns a subset of values when wanted number is lesser than available values","fullName":"/src/dns/index.spec.ts: Discovery > returns a subset of values when wanted number is lesser than available values","historyId":"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500549518,"stop":1714500549518,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b849e041bcadbb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b849e041bcadbb3","status":"passed","time":{"start":1714494299914,"stop":1714494299915,"duration":1}},{"uid":"b3888b245808b06d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b3888b245808b06d","status":"passed","time":{"start":1714492403646,"stop":1714492403646,"duration":0}}]},"tags":[]},"source":"63e6e5c9673bb3dd.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/63f7fd5584bb99a.json b/6962/data/test-cases/63f7fd5584bb99a.json new file mode 100644 index 00000000000..10e56b53b38 --- /dev/null +++ b/6962/data/test-cases/63f7fd5584bb99a.json @@ -0,0 +1 @@ +{"uid":"63f7fd5584bb99a","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":1714500823172,"stop":1714500823173,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a2bf946246362af","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a2bf946246362af","status":"passed","time":{"start":1714494571257,"stop":1714494571257,"duration":0}},{"uid":"86e93cf90a2aadad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86e93cf90a2aadad","status":"passed","time":{"start":1714492678642,"stop":1714492678642,"duration":0}}]},"tags":[]},"source":"63f7fd5584bb99a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/410de12db4fe8208.json b/6962/data/test-cases/63fd09d5381959f3.json similarity index 75% rename from 6944/data/test-cases/410de12db4fe8208.json rename to 6962/data/test-cases/63fd09d5381959f3.json index f7a6c6dab02..f3589b3ce59 100644 --- a/6944/data/test-cases/410de12db4fe8208.json +++ b/6962/data/test-cases/63fd09d5381959f3.json @@ -1 +1 @@ -{"uid":"410de12db4fe8208","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":1714425068146,"stop":1714425068146,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"3cf3298febeb75cd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3cf3298febeb75cd","status":"passed","time":{"start":1714415236746,"stop":1714415236746,"duration":0}},{"uid":"2b1b6ef581a3705b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2b1b6ef581a3705b","status":"passed","time":{"start":1714415370284,"stop":1714415370284,"duration":0}},{"uid":"8f19d8381388be4c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8f19d8381388be4c","status":"passed","time":{"start":1714407592720,"stop":1714407592721,"duration":1}},{"uid":"7daee5bd044e6ef9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7daee5bd044e6ef9","status":"passed","time":{"start":1714406603009,"stop":1714406603010,"duration":1}},{"uid":"76bdc8163bfcb38b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/76bdc8163bfcb38b","status":"passed","time":{"start":1714404403080,"stop":1714404403081,"duration":1}},{"uid":"4c8ba68d97e8375d","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4c8ba68d97e8375d","status":"passed","time":{"start":1714404066554,"stop":1714404066555,"duration":1}},{"uid":"fdf7bdb44c9abc8e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/fdf7bdb44c9abc8e","status":"passed","time":{"start":1714403911542,"stop":1714403911542,"duration":0}},{"uid":"76958659b5faf4a5","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/76958659b5faf4a5","status":"passed","time":{"start":1714386356545,"stop":1714386356545,"duration":0}},{"uid":"94cff97e1638279a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/94cff97e1638279a","status":"passed","time":{"start":1714385421464,"stop":1714385421465,"duration":1}},{"uid":"a7c88a74903c82a2","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a7c88a74903c82a2","status":"passed","time":{"start":1714384714558,"stop":1714384714560,"duration":2}},{"uid":"c0fdf8ebd2682f41","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c0fdf8ebd2682f41","status":"passed","time":{"start":1714384405990,"stop":1714384405991,"duration":1}},{"uid":"42d324a630125f18","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/42d324a630125f18","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845678,"stop":1714382845679,"duration":1}},{"uid":"546ceae146ebe352","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/546ceae146ebe352","status":"passed","time":{"start":1714383192254,"stop":1714383192255,"duration":1}},{"uid":"a287b16773f557c5","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a287b16773f557c5","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649815,"stop":1714382649815,"duration":0}},{"uid":"f20da803348d909","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f20da803348d909","status":"passed","time":{"start":1714383007948,"stop":1714383007948,"duration":0}},{"uid":"ec1a5f68fe0f0f61","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ec1a5f68fe0f0f61","status":"passed","time":{"start":1714382888215,"stop":1714382888215,"duration":0}},{"uid":"613d9ea152781ddb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/613d9ea152781ddb","status":"passed","time":{"start":1714381390670,"stop":1714381390671,"duration":1}},{"uid":"7c38e40aa953a7b4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7c38e40aa953a7b4","status":"passed","time":{"start":1714380173235,"stop":1714380173235,"duration":0}},{"uid":"124f88253ca26f30","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/124f88253ca26f30","status":"passed","time":{"start":1714379752760,"stop":1714379752767,"duration":7}},{"uid":"48fc8f2c2c35626f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/48fc8f2c2c35626f","status":"passed","time":{"start":1714296983630,"stop":1714296983633,"duration":3}}]},"tags":[]},"source":"410de12db4fe8208.json","parameterValues":[]} \ No newline at end of file +{"uid":"63fd09d5381959f3","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":1714500735359,"stop":1714500735360,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2062d9191f7141cc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2062d9191f7141cc","status":"passed","time":{"start":1714494500285,"stop":1714494500285,"duration":0}},{"uid":"a12585f8b3194754","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a12585f8b3194754","status":"passed","time":{"start":1714492591441,"stop":1714492591441,"duration":0}}]},"tags":[]},"source":"63fd09d5381959f3.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/563a5aeb26131641.json b/6962/data/test-cases/64404164caed56bc.json similarity index 96% rename from 6944/data/test-cases/563a5aeb26131641.json rename to 6962/data/test-cases/64404164caed56bc.json index 908ec15b3c7..59ce1210090 100644 --- a/6944/data/test-cases/563a5aeb26131641.json +++ b/6962/data/test-cases/64404164caed56bc.json @@ -1 +1 @@ -{"uid":"563a5aeb26131641","name":"Check received message with timestamp: 1714424900210 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1714424900210 ","historyId":"4965284a7a2c412e2f7188c319b30c45:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425068152,"stop":1714425068153,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"563a5aeb26131641.json","parameterValues":[]} \ No newline at end of file +{"uid":"64404164caed56bc","name":"Check received message with timestamp: 1714500578193 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1714500578193 ","historyId":"7883e79da2255f82ec451d5fe2a17a40:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500735366,"stop":1714500735367,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"64404164caed56bc.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5400e1d566773e1f.json b/6962/data/test-cases/65841b04cd3c97cc.json similarity index 74% rename from 6944/data/test-cases/5400e1d566773e1f.json rename to 6962/data/test-cases/65841b04cd3c97cc.json index b941b722328..741dd8b83a9 100644 --- a/6944/data/test-cases/5400e1d566773e1f.json +++ b/6962/data/test-cases/65841b04cd3c97cc.json @@ -1 +1 @@ -{"uid":"5400e1d566773e1f","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":1714425349908,"stop":1714425349908,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"7b3b9bfab802acd5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7b3b9bfab802acd5","status":"passed","time":{"start":1714415539979,"stop":1714415539979,"duration":0}},{"uid":"3cc1ab18c27adbde","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3cc1ab18c27adbde","status":"passed","time":{"start":1714415671319,"stop":1714415671319,"duration":0}},{"uid":"353a44a587b57f0e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/353a44a587b57f0e","status":"passed","time":{"start":1714407878083,"stop":1714407878083,"duration":0}},{"uid":"4943809b6c1e2a5d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4943809b6c1e2a5d","status":"passed","time":{"start":1714406907401,"stop":1714406907401,"duration":0}},{"uid":"f07e463d4710ff14","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f07e463d4710ff14","status":"passed","time":{"start":1714404685459,"stop":1714404685459,"duration":0}},{"uid":"7817fcce247d9981","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7817fcce247d9981","status":"passed","time":{"start":1714404398006,"stop":1714404398007,"duration":1}},{"uid":"7233c4ad14f57359","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7233c4ad14f57359","status":"passed","time":{"start":1714404193475,"stop":1714404193476,"duration":1}},{"uid":"9b5c3df407c7e30b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9b5c3df407c7e30b","status":"passed","time":{"start":1714386646799,"stop":1714386646799,"duration":0}},{"uid":"dff98270e9d082e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/dff98270e9d082e","status":"passed","time":{"start":1714385711035,"stop":1714385711035,"duration":0}},{"uid":"3b57bda7fac63017","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/3b57bda7fac63017","status":"passed","time":{"start":1714385006982,"stop":1714385006982,"duration":0}},{"uid":"c0d4e7584ab9f7b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c0d4e7584ab9f7b","status":"passed","time":{"start":1714384687420,"stop":1714384687421,"duration":1}},{"uid":"6ce7bead9fc78894","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6ce7bead9fc78894","status":"passed","time":{"start":1714383085788,"stop":1714383085789,"duration":1}},{"uid":"bac35077155594e0","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/bac35077155594e0","status":"passed","time":{"start":1714383482555,"stop":1714383482555,"duration":0}},{"uid":"71d02e6cf5fa1147","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/71d02e6cf5fa1147","status":"passed","time":{"start":1714382879528,"stop":1714382879528,"duration":0}},{"uid":"9ab966da821c3bb9","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9ab966da821c3bb9","status":"passed","time":{"start":1714383290175,"stop":1714383290175,"duration":0}},{"uid":"b3e31584a3cf9b05","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b3e31584a3cf9b05","status":"passed","time":{"start":1714383178722,"stop":1714383178723,"duration":1}},{"uid":"27daf71c30f3a99","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/27daf71c30f3a99","status":"passed","time":{"start":1714381680877,"stop":1714381680878,"duration":1}},{"uid":"40ae22033f2ccd1e","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/40ae22033f2ccd1e","status":"passed","time":{"start":1714380462792,"stop":1714380462792,"duration":0}},{"uid":"e42e40f925b499dd","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e42e40f925b499dd","status":"passed","time":{"start":1714380037752,"stop":1714380037752,"duration":0}},{"uid":"b9c868b003d12019","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b9c868b003d12019","status":"passed","time":{"start":1714297267386,"stop":1714297267386,"duration":0}}]},"tags":[]},"source":"5400e1d566773e1f.json","parameterValues":[]} \ No newline at end of file +{"uid":"65841b04cd3c97cc","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":1714501039482,"stop":1714501039482,"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":3,"unknown":0,"total":3},"items":[{"uid":"415bc3012fff92fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/415bc3012fff92fe","status":"passed","time":{"start":1714494791248,"stop":1714494791249,"duration":1}},{"uid":"5987f2a4b22a39b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5987f2a4b22a39b2","status":"passed","time":{"start":1714492870708,"stop":1714492870708,"duration":0}}]},"tags":[]},"source":"65841b04cd3c97cc.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/65f85fa7cc8af535.json b/6962/data/test-cases/65f85fa7cc8af535.json new file mode 100644 index 00000000000..e686b352c98 --- /dev/null +++ b/6962/data/test-cases/65f85fa7cc8af535.json @@ -0,0 +1 @@ +{"uid":"65f85fa7cc8af535","name":"it tolerates circular branch references","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > it tolerates circular branch references","historyId":"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550515,"stop":1714500550515,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8f025324df00013","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8f025324df00013","status":"passed","time":{"start":1714494301217,"stop":1714494301217,"duration":0}},{"uid":"1523cd01153fbec3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1523cd01153fbec3","status":"passed","time":{"start":1714492405125,"stop":1714492405126,"duration":1}}]},"tags":[]},"source":"65f85fa7cc8af535.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6661af48dc7f693.json b/6962/data/test-cases/6661af48dc7f693.json new file mode 100644 index 00000000000..563cb32a80c --- /dev/null +++ b/6962/data/test-cases/6661af48dc7f693.json @@ -0,0 +1 @@ +{"uid":"6661af48dc7f693","name":"retrieves all peers (2) when cannot fulfill all requirements","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > retrieves all peers (2) when cannot fulfill all requirements","historyId":"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550518,"stop":1714500550519,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c0dadcc1fde99a57","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c0dadcc1fde99a57","status":"passed","time":{"start":1714494301220,"stop":1714494301221,"duration":1}},{"uid":"7e64ae2312dd4b25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e64ae2312dd4b25","status":"passed","time":{"start":1714492405129,"stop":1714492405129,"duration":0}}]},"tags":[]},"source":"6661af48dc7f693.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/e53e55b43f1ee9b6.json b/6962/data/test-cases/6672257419336cf3.json similarity index 52% rename from 6944/data/test-cases/e53e55b43f1ee9b6.json rename to 6962/data/test-cases/6672257419336cf3.json index f45c676b704..223b270125f 100644 --- a/6944/data/test-cases/e53e55b43f1ee9b6.json +++ b/6962/data/test-cases/6672257419336cf3.json @@ -1 +1 @@ -{"uid":"e53e55b43f1ee9b6","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424941438,"stop":1714424941438,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"de7db9f498dfb5b6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/de7db9f498dfb5b6","status":"passed","time":{"start":1714415094252,"stop":1714415094253,"duration":1}},{"uid":"b80cf7e84f8a695c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b80cf7e84f8a695c","status":"passed","time":{"start":1714415247307,"stop":1714415247308,"duration":1}},{"uid":"2b8a503503b5b0fe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2b8a503503b5b0fe","status":"passed","time":{"start":1714407454394,"stop":1714407454395,"duration":1}},{"uid":"ec71b37a79c51786","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ec71b37a79c51786","status":"passed","time":{"start":1714406481770,"stop":1714406481771,"duration":1}},{"uid":"edb4d2eccefda1ac","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/edb4d2eccefda1ac","status":"passed","time":{"start":1714404271558,"stop":1714404271558,"duration":0}},{"uid":"7226a2759ba7bdfe","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7226a2759ba7bdfe","status":"passed","time":{"start":1714403922491,"stop":1714403922491,"duration":0}},{"uid":"c50929dbc353f34f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c50929dbc353f34f","status":"passed","time":{"start":1714403768226,"stop":1714403768226,"duration":0}},{"uid":"8dcf91c1ae039023","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8dcf91c1ae039023","status":"passed","time":{"start":1714386232526,"stop":1714386232527,"duration":1}},{"uid":"7df29efda7723ca1","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7df29efda7723ca1","status":"passed","time":{"start":1714385301780,"stop":1714385301781,"duration":1}},{"uid":"8079e4d5baa88127","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8079e4d5baa88127","status":"passed","time":{"start":1714384594548,"stop":1714384594548,"duration":0}},{"uid":"9ddb9d1fa709ef40","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9ddb9d1fa709ef40","status":"passed","time":{"start":1714384283177,"stop":1714384283177,"duration":0}},{"uid":"773504cdbbc442fd","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/773504cdbbc442fd","status":"passed","time":{"start":1714382088476,"stop":1714382088476,"duration":0}},{"uid":"c1db5192db8b8327","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c1db5192db8b8327","status":"passed","time":{"start":1714383062415,"stop":1714383062415,"duration":0}},{"uid":"ad77dfec215cef96","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ad77dfec215cef96","status":"passed","time":{"start":1714381898377,"stop":1714381898378,"duration":1}},{"uid":"e244e7c9aeae8297","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e244e7c9aeae8297","status":"passed","time":{"start":1714382885263,"stop":1714382885263,"duration":0}},{"uid":"4d7442938092d321","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/4d7442938092d321","status":"passed","time":{"start":1714382758142,"stop":1714382758142,"duration":0}},{"uid":"37ef9ef49fb1aa31","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/37ef9ef49fb1aa31","status":"passed","time":{"start":1714381268159,"stop":1714381268163,"duration":4}},{"uid":"3b5c6d70984d038a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3b5c6d70984d038a","status":"passed","time":{"start":1714380054106,"stop":1714380054107,"duration":1}},{"uid":"97a8a446ad5f8b90","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/97a8a446ad5f8b90","status":"passed","time":{"start":1714379623572,"stop":1714379623572,"duration":0}},{"uid":"224cc0559692979f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/224cc0559692979f","status":"passed","time":{"start":1714296856968,"stop":1714296856968,"duration":0}}]},"tags":[]},"source":"e53e55b43f1ee9b6.json","parameterValues":[]} \ No newline at end of file +{"uid":"6672257419336cf3","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c07a13f5732cddac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c07a13f5732cddac","status":"passed","time":{"start":1714494368385,"stop":1714494368386,"duration":1}},{"uid":"34d044c5211aeae5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/34d044c5211aeae5","status":"passed","time":{"start":1714492468979,"stop":1714492468980,"duration":1}}]},"tags":[]},"source":"6672257419336cf3.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/71945c765a37ebe2.json b/6962/data/test-cases/66bb1a4c55981e55.json similarity index 85% rename from 6944/data/test-cases/71945c765a37ebe2.json rename to 6962/data/test-cases/66bb1a4c55981e55.json index 504c1f150a7..620343176b5 100644 --- a/6944/data/test-cases/71945c765a37ebe2.json +++ b/6962/data/test-cases/66bb1a4c55981e55.json @@ -1 +1 @@ -{"uid":"71945c765a37ebe2","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":1714425435612,"stop":1714425435613,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"6eaa1561cc6f0267","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6eaa1561cc6f0267","status":"passed","time":{"start":1714415590159,"stop":1714415590160,"duration":1}},{"uid":"b58d3192f15fe773","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b58d3192f15fe773","status":"passed","time":{"start":1714415739326,"stop":1714415739327,"duration":1}},{"uid":"425486454396e72b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/425486454396e72b","status":"passed","time":{"start":1714407950112,"stop":1714407950112,"duration":0}},{"uid":"c07feab45d836cf2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c07feab45d836cf2","status":"passed","time":{"start":1714406978451,"stop":1714406978451,"duration":0}},{"uid":"ea5a2b094de7a344","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ea5a2b094de7a344","status":"passed","time":{"start":1714404752144,"stop":1714404752145,"duration":1}},{"uid":"29641b3b8193cb4e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/29641b3b8193cb4e","status":"passed","time":{"start":1714404488143,"stop":1714404488144,"duration":1}},{"uid":"8f731145ce00fe12","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8f731145ce00fe12","status":"passed","time":{"start":1714404264838,"stop":1714404264838,"duration":0}},{"uid":"cd718a8bd27cef24","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/cd718a8bd27cef24","status":"passed","time":{"start":1714386718923,"stop":1714386718924,"duration":1}},{"uid":"bae25b03c7460998","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/bae25b03c7460998","status":"passed","time":{"start":1714385802603,"stop":1714385802604,"duration":1}},{"uid":"e3204dce4bdf0171","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e3204dce4bdf0171","status":"passed","time":{"start":1714385084324,"stop":1714385084325,"duration":1}},{"uid":"33bcdcaed525da82","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/33bcdcaed525da82","status":"passed","time":{"start":1714384783927,"stop":1714384783928,"duration":1}},{"uid":"9fa0ca5662c123eb","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9fa0ca5662c123eb","status":"passed","time":{"start":1714382927680,"stop":1714382927680,"duration":0}},{"uid":"147b8706e1117190","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/147b8706e1117190","status":"passed","time":{"start":1714383573248,"stop":1714383573248,"duration":0}},{"uid":"2a3da29ea9c60e01","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2a3da29ea9c60e01","status":"passed","time":{"start":1714382735199,"stop":1714382735200,"duration":1}},{"uid":"1cd146d76b17a336","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/1cd146d76b17a336","status":"passed","time":{"start":1714383376669,"stop":1714383376669,"duration":0}},{"uid":"ebed3713abfc377a","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ebed3713abfc377a","status":"passed","time":{"start":1714383261446,"stop":1714383261447,"duration":1}},{"uid":"bd7afd4d1a63e296","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/bd7afd4d1a63e296","status":"passed","time":{"start":1714381767566,"stop":1714381767566,"duration":0}},{"uid":"85ab3f05c7e5d95a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/85ab3f05c7e5d95a","status":"passed","time":{"start":1714380548883,"stop":1714380548888,"duration":5}},{"uid":"2e2d10b944c743d5","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/2e2d10b944c743d5","status":"passed","time":{"start":1714380124140,"stop":1714380124141,"duration":1}},{"uid":"968a8edbc424a81b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/968a8edbc424a81b","status":"passed","time":{"start":1714297355213,"stop":1714297355213,"duration":0}}]},"tags":[]},"source":"71945c765a37ebe2.json","parameterValues":[]} \ No newline at end of file +{"uid":"66bb1a4c55981e55","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":1714501123787,"stop":1714501123788,"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":3,"unknown":0,"total":3},"items":[{"uid":"45c7366400deba22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/45c7366400deba22","status":"passed","time":{"start":1714494838843,"stop":1714494838844,"duration":1}},{"uid":"f238afc74b0d2987","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f238afc74b0d2987","status":"passed","time":{"start":1714492985750,"stop":1714492985751,"duration":1}}]},"tags":[]},"source":"66bb1a4c55981e55.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/446ecca731e3b755.json b/6962/data/test-cases/66d58804071e3d7e.json similarity index 77% rename from 6944/data/test-cases/446ecca731e3b755.json rename to 6962/data/test-cases/66d58804071e3d7e.json index 3e80418ed0c..b0eeb32c119 100644 --- a/6944/data/test-cases/446ecca731e3b755.json +++ b/6962/data/test-cases/66d58804071e3d7e.json @@ -1 +1 @@ -{"uid":"446ecca731e3b755","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":1714425369952,"stop":1714425369952,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"fdc6f8c6e5e7140f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fdc6f8c6e5e7140f","status":"passed","time":{"start":1714415516372,"stop":1714415516372,"duration":0}},{"uid":"d837eaae4950d48a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d837eaae4950d48a","status":"passed","time":{"start":1714415679026,"stop":1714415679027,"duration":1}},{"uid":"3225e97dc952e205","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3225e97dc952e205","status":"passed","time":{"start":1714407884320,"stop":1714407884320,"duration":0}},{"uid":"5b9ec6d04bc851e9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5b9ec6d04bc851e9","status":"passed","time":{"start":1714406914282,"stop":1714406914282,"duration":0}},{"uid":"f21d3eb2b4cbea44","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f21d3eb2b4cbea44","status":"passed","time":{"start":1714404690106,"stop":1714404690106,"duration":0}},{"uid":"b62ea52b2b00716c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b62ea52b2b00716c","status":"passed","time":{"start":1714404379774,"stop":1714404379775,"duration":1}},{"uid":"ddd4f77289c65026","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ddd4f77289c65026","status":"passed","time":{"start":1714404194540,"stop":1714404194540,"duration":0}},{"uid":"b3eb272e56a2d323","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b3eb272e56a2d323","status":"passed","time":{"start":1714386653724,"stop":1714386653725,"duration":1}},{"uid":"18fe0190c7e75afe","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/18fe0190c7e75afe","status":"passed","time":{"start":1714385733948,"stop":1714385733949,"duration":1}},{"uid":"f7d24ee40844f1d5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f7d24ee40844f1d5","status":"passed","time":{"start":1714385024700,"stop":1714385024700,"duration":0}},{"uid":"651939869ec9197f","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/651939869ec9197f","status":"passed","time":{"start":1714384714547,"stop":1714384714548,"duration":1}},{"uid":"29931388291141c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/29931388291141c","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067728,"stop":1714384067729,"duration":1}},{"uid":"edf2a6e9137d5d18","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/edf2a6e9137d5d18","status":"passed","time":{"start":1714383490732,"stop":1714383490732,"duration":0}},{"uid":"d9528b6c113877fb","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d9528b6c113877fb","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840426,"stop":1714383840426,"duration":0}},{"uid":"8029ebf1234bda3f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8029ebf1234bda3f","status":"passed","time":{"start":1714383300547,"stop":1714383300547,"duration":0}},{"uid":"dc64fd2f99049bbb","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/dc64fd2f99049bbb","status":"passed","time":{"start":1714383176770,"stop":1714383176770,"duration":0}},{"uid":"cdd34a84eb308fb6","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/cdd34a84eb308fb6","status":"passed","time":{"start":1714381688734,"stop":1714381688735,"duration":1}},{"uid":"3a89da9bb7550afd","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3a89da9bb7550afd","status":"passed","time":{"start":1714380481143,"stop":1714380481143,"duration":0}},{"uid":"2d4921aa6a4b38d1","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/2d4921aa6a4b38d1","status":"passed","time":{"start":1714380049524,"stop":1714380049525,"duration":1}},{"uid":"fb715bf784ad8013","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/fb715bf784ad8013","status":"passed","time":{"start":1714297302883,"stop":1714297302883,"duration":0}}]},"tags":[]},"source":"446ecca731e3b755.json","parameterValues":[]} \ No newline at end of file +{"uid":"66d58804071e3d7e","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":1714501050439,"stop":1714501050440,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ada8becba22f0c61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ada8becba22f0c61","status":"passed","time":{"start":1714494785904,"stop":1714494785905,"duration":1}},{"uid":"9a09179fb60ad069","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a09179fb60ad069","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"tags":[]},"source":"66d58804071e3d7e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/67876a8d34d688e9.json b/6962/data/test-cases/67876a8d34d688e9.json new file mode 100644 index 00000000000..202d7c73d65 --- /dev/null +++ b/6962/data/test-cases/67876a8d34d688e9.json @@ -0,0 +1 @@ +{"uid":"67876a8d34d688e9","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":1714500744129,"stop":1714500744130,"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":3,"unknown":0,"total":3},"items":[{"uid":"440d5ac8f7e72343","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/440d5ac8f7e72343","status":"passed","time":{"start":1714494482335,"stop":1714494482336,"duration":1}},{"uid":"82ab79be29f147dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82ab79be29f147dd","status":"passed","time":{"start":1714492591352,"stop":1714492591352,"duration":0}}]},"tags":[]},"source":"67876a8d34d688e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3b974e4dfdf8a58c.json b/6962/data/test-cases/67da93ba9ad19212.json similarity index 85% rename from 6944/data/test-cases/3b974e4dfdf8a58c.json rename to 6962/data/test-cases/67da93ba9ad19212.json index 1d7b9453c31..ab6b98d08d9 100644 --- a/6944/data/test-cases/3b974e4dfdf8a58c.json +++ b/6962/data/test-cases/67da93ba9ad19212.json @@ -1 +1 @@ -{"uid":"3b974e4dfdf8a58c","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":1714425435629,"stop":1714425435629,"duration":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":72,"unknown":0,"total":72},"items":[{"uid":"6f3a7c67c3e65ed1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6f3a7c67c3e65ed1","status":"passed","time":{"start":1714415590173,"stop":1714415590174,"duration":1}},{"uid":"ca76c28086ddb39e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ca76c28086ddb39e","status":"passed","time":{"start":1714415739336,"stop":1714415739336,"duration":0}},{"uid":"b46bfb7e02b147","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b46bfb7e02b147","status":"passed","time":{"start":1714407950142,"stop":1714407950142,"duration":0}},{"uid":"b0a19186ab3107a1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b0a19186ab3107a1","status":"passed","time":{"start":1714406978495,"stop":1714406978496,"duration":1}},{"uid":"20533d21b8e98d05","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/20533d21b8e98d05","status":"passed","time":{"start":1714404752164,"stop":1714404752164,"duration":0}},{"uid":"8b83eac3995d3229","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8b83eac3995d3229","status":"passed","time":{"start":1714404488168,"stop":1714404488168,"duration":0}},{"uid":"897e95c8e80de571","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/897e95c8e80de571","status":"passed","time":{"start":1714404264849,"stop":1714404264850,"duration":1}},{"uid":"8d4cf9a9b304c5c2","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8d4cf9a9b304c5c2","status":"passed","time":{"start":1714386718960,"stop":1714386718964,"duration":4}},{"uid":"dd25fe642b813d24","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/dd25fe642b813d24","status":"passed","time":{"start":1714385802613,"stop":1714385802614,"duration":1}},{"uid":"e94165c8bc13d031","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e94165c8bc13d031","status":"passed","time":{"start":1714385084331,"stop":1714385084331,"duration":0}},{"uid":"80e7db02d123f68a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/80e7db02d123f68a","status":"passed","time":{"start":1714384783936,"stop":1714384783936,"duration":0}},{"uid":"c7131d783fa060e0","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c7131d783fa060e0","status":"passed","time":{"start":1714382927705,"stop":1714382927705,"duration":0}},{"uid":"701cbb049862bdca","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/701cbb049862bdca","status":"passed","time":{"start":1714383573258,"stop":1714383573258,"duration":0}},{"uid":"e50a9cffd9c1772a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e50a9cffd9c1772a","status":"passed","time":{"start":1714382735210,"stop":1714382735211,"duration":1}},{"uid":"9bdcb43e35080bb8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9bdcb43e35080bb8","status":"passed","time":{"start":1714383376690,"stop":1714383376690,"duration":0}},{"uid":"3ce221ff4e0803b7","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3ce221ff4e0803b7","status":"passed","time":{"start":1714383261457,"stop":1714383261457,"duration":0}},{"uid":"a907648afeee7b34","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/a907648afeee7b34","status":"passed","time":{"start":1714381767580,"stop":1714381767581,"duration":1}},{"uid":"c96b378e80ab3477","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c96b378e80ab3477","status":"passed","time":{"start":1714380548896,"stop":1714380548896,"duration":0}},{"uid":"9785488d83b004e2","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9785488d83b004e2","status":"passed","time":{"start":1714380124167,"stop":1714380124168,"duration":1}},{"uid":"d818abd2107985dc","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d818abd2107985dc","status":"passed","time":{"start":1714297355220,"stop":1714297355220,"duration":0}}]},"tags":[]},"source":"3b974e4dfdf8a58c.json","parameterValues":[]} \ No newline at end of file +{"uid":"67da93ba9ad19212","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":1714501123814,"stop":1714501123814,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"707134f6bbae14e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/707134f6bbae14e9","status":"passed","time":{"start":1714494838853,"stop":1714494838853,"duration":0}},{"uid":"1b27c30350811090","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1b27c30350811090","status":"passed","time":{"start":1714492985771,"stop":1714492985774,"duration":3}}]},"tags":[]},"source":"67da93ba9ad19212.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/cb84bdbd0498add5.json b/6962/data/test-cases/681b8c394c846349.json similarity index 78% rename from 6944/data/test-cases/cb84bdbd0498add5.json rename to 6962/data/test-cases/681b8c394c846349.json index 8cc5ebaafe2..f28e5d96281 100644 --- a/6944/data/test-cases/cb84bdbd0498add5.json +++ b/6962/data/test-cases/681b8c394c846349.json @@ -1 +1 @@ -{"uid":"cb84bdbd0498add5","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":1714425137453,"stop":1714425137453,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"5a58903d67452b33","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5a58903d67452b33","status":"passed","time":{"start":1714415306375,"stop":1714415306376,"duration":1}},{"uid":"f5c064dc8a3c5ba4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f5c064dc8a3c5ba4","status":"passed","time":{"start":1714415441030,"stop":1714415441030,"duration":0}},{"uid":"626ca705c11ec1bd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/626ca705c11ec1bd","status":"passed","time":{"start":1714407661419,"stop":1714407661419,"duration":0}},{"uid":"17d43280cbb5c058","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/17d43280cbb5c058","status":"passed","time":{"start":1714406688866,"stop":1714406688866,"duration":0}},{"uid":"9f3b649500256ba2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9f3b649500256ba2","status":"passed","time":{"start":1714404480624,"stop":1714404480625,"duration":1}},{"uid":"2e3f8b430e73926b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2e3f8b430e73926b","status":"passed","time":{"start":1714404187324,"stop":1714404187325,"duration":1}},{"uid":"b5bcbd6617891756","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b5bcbd6617891756","status":"passed","time":{"start":1714403975100,"stop":1714403975107,"duration":7}},{"uid":"97251c3b699898fe","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/97251c3b699898fe","status":"passed","time":{"start":1714386442456,"stop":1714386442456,"duration":0}},{"uid":"1b30a08a532a0696","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1b30a08a532a0696","status":"passed","time":{"start":1714385503991,"stop":1714385503992,"duration":1}},{"uid":"8711bff172ca6172","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8711bff172ca6172","status":"passed","time":{"start":1714384798827,"stop":1714384798828,"duration":1}},{"uid":"1c2bc7c5e9dd07fc","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/1c2bc7c5e9dd07fc","status":"passed","time":{"start":1714384484754,"stop":1714384484755,"duration":1}},{"uid":"c81fe6a69f5dafb1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c81fe6a69f5dafb1","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939608,"stop":1714382939608,"duration":0}},{"uid":"f432b42c2004814","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f432b42c2004814","status":"passed","time":{"start":1714383271364,"stop":1714383271364,"duration":0}},{"uid":"29453f5f7033d383","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/29453f5f7033d383","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742238,"stop":1714382742238,"duration":0}},{"uid":"6254425b271ed2a9","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/6254425b271ed2a9","status":"passed","time":{"start":1714383085694,"stop":1714383085694,"duration":0}},{"uid":"88125ee14f0c7df8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/88125ee14f0c7df8","status":"passed","time":{"start":1714382957852,"stop":1714382957852,"duration":0}},{"uid":"fd24930c305a69a4","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/fd24930c305a69a4","status":"passed","time":{"start":1714381467342,"stop":1714381467342,"duration":0}},{"uid":"56a8533a321ea611","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/56a8533a321ea611","status":"passed","time":{"start":1714380262874,"stop":1714380262874,"duration":0}},{"uid":"2ffa94e2e8633455","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/2ffa94e2e8633455","status":"passed","time":{"start":1714379832138,"stop":1714379832139,"duration":1}},{"uid":"e0ca27348de1959","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e0ca27348de1959","status":"passed","time":{"start":1714297053929,"stop":1714297053929,"duration":0}}]},"tags":[]},"source":"cb84bdbd0498add5.json","parameterValues":[]} \ No newline at end of file +{"uid":"681b8c394c846349","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":1714500823183,"stop":1714500823183,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c88c76ebb4281bee","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c88c76ebb4281bee","status":"passed","time":{"start":1714494571263,"stop":1714494571263,"duration":0}},{"uid":"f0f77ef9d7c3d868","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f0f77ef9d7c3d868","status":"passed","time":{"start":1714492678656,"stop":1714492678656,"duration":0}}]},"tags":[]},"source":"681b8c394c846349.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6839bf168cfbc981.json b/6962/data/test-cases/6839bf168cfbc981.json new file mode 100644 index 00000000000..aa5c60f38be --- /dev/null +++ b/6962/data/test-cases/6839bf168cfbc981.json @@ -0,0 +1 @@ +{"uid":"6839bf168cfbc981","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":1714501050434,"stop":1714501050435,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ca0d00cc420cc16","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ca0d00cc420cc16","status":"passed","time":{"start":1714494785901,"stop":1714494785902,"duration":1}},{"uid":"16f44ba139205b72","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/16f44ba139205b72","status":"passed","time":{"start":1714492898557,"stop":1714492898558,"duration":1}}]},"tags":[]},"source":"6839bf168cfbc981.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/685fe1ee6d87230a.json b/6962/data/test-cases/685fe1ee6d87230a.json new file mode 100644 index 00000000000..50c0b1de333 --- /dev/null +++ b/6962/data/test-cases/685fe1ee6d87230a.json @@ -0,0 +1 @@ +{"uid":"685fe1ee6d87230a","name":"non connected peers","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > non connected peers","historyId":"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500976725,"stop":1714500976725,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"1af50446898c012c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1af50446898c012c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735610,"stop":1714494735610,"duration":0}},{"uid":"c47991e51a16f2a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c47991e51a16f2a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814803,"stop":1714492814803,"duration":0}}]},"tags":[]},"source":"685fe1ee6d87230a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c6d921feeae3ad5e.json b/6962/data/test-cases/68be6295677261bd.json similarity index 54% rename from 6944/data/test-cases/c6d921feeae3ad5e.json rename to 6962/data/test-cases/68be6295677261bd.json index 7e900dc4d5c..e1dfee7b3a1 100644 --- a/6944/data/test-cases/c6d921feeae3ad5e.json +++ b/6962/data/test-cases/68be6295677261bd.json @@ -1 +1 @@ -{"uid":"c6d921feeae3ad5e","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":1714425467282,"stop":1714425467283,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"5a58f10949c6c445","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5a58f10949c6c445","status":"passed","time":{"start":1714415652329,"stop":1714415652329,"duration":0}},{"uid":"bbac74cad1b6c9be","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bbac74cad1b6c9be","status":"passed","time":{"start":1714415786946,"stop":1714415786947,"duration":1}},{"uid":"7b715de0be6b6b78","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7b715de0be6b6b78","status":"passed","time":{"start":1714407994015,"stop":1714407994016,"duration":1}},{"uid":"abcc8da6516f9038","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/abcc8da6516f9038","status":"passed","time":{"start":1714407017326,"stop":1714407017327,"duration":1}},{"uid":"3f85e18014f92825","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3f85e18014f92825","status":"passed","time":{"start":1714404801233,"stop":1714404801233,"duration":0}},{"uid":"297ba2ddb51f3d28","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/297ba2ddb51f3d28","status":"passed","time":{"start":1714404505824,"stop":1714404505824,"duration":0}},{"uid":"c58822784baa3b56","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c58822784baa3b56","status":"passed","time":{"start":1714404295592,"stop":1714404295593,"duration":1}},{"uid":"e4f48583a0204491","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e4f48583a0204491","status":"passed","time":{"start":1714386757388,"stop":1714386757389,"duration":1}},{"uid":"be21465f6a0632a3","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/be21465f6a0632a3","status":"passed","time":{"start":1714385842021,"stop":1714385842022,"duration":1}},{"uid":"11fb29137fe43fe5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/11fb29137fe43fe5","status":"passed","time":{"start":1714385129131,"stop":1714385129132,"duration":1}},{"uid":"a4b23bcb4d161c6e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a4b23bcb4d161c6e","status":"passed","time":{"start":1714384817433,"stop":1714384817433,"duration":0}},{"uid":"28eb45b1f901c009","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/28eb45b1f901c009","status":"passed","time":{"start":1714383233336,"stop":1714383233339,"duration":3}},{"uid":"b3b0980b8580c0a6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b3b0980b8580c0a6","status":"passed","time":{"start":1714383604173,"stop":1714383604174,"duration":1}},{"uid":"aa766370255cba77","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/aa766370255cba77","status":"passed","time":{"start":1714383018124,"stop":1714383018125,"duration":1}},{"uid":"4697b025db0584d7","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4697b025db0584d7","status":"passed","time":{"start":1714383394539,"stop":1714383394540,"duration":1}},{"uid":"2db9caf9b46565b9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2db9caf9b46565b9","status":"passed","time":{"start":1714383287544,"stop":1714383287545,"duration":1}},{"uid":"57682d962cd13a5f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/57682d962cd13a5f","status":"passed","time":{"start":1714381790759,"stop":1714381790760,"duration":1}},{"uid":"8fff4d9b0e7a720f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/8fff4d9b0e7a720f","status":"passed","time":{"start":1714380581891,"stop":1714380581891,"duration":0}},{"uid":"ccdeec5e4b49591d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ccdeec5e4b49591d","status":"passed","time":{"start":1714380152670,"stop":1714380152672,"duration":2}},{"uid":"2da7afe02936c4e5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/2da7afe02936c4e5","status":"passed","time":{"start":1714297399675,"stop":1714297399676,"duration":1}}]},"tags":[]},"source":"c6d921feeae3ad5e.json","parameterValues":[]} \ No newline at end of file +{"uid":"68be6295677261bd","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":1714501153787,"stop":1714501153788,"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":3,"unknown":0,"total":3},"items":[{"uid":"9cc62506a96cd2a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9cc62506a96cd2a2","status":"passed","time":{"start":1714494896479,"stop":1714494896479,"duration":0}},{"uid":"df0507905e54450","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/df0507905e54450","status":"passed","time":{"start":1714492987115,"stop":1714492987115,"duration":0}}]},"tags":[]},"source":"68be6295677261bd.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/68d1ff0556bff499.json b/6962/data/test-cases/68d1ff0556bff499.json new file mode 100644 index 00000000000..b293a7cf2c7 --- /dev/null +++ b/6962/data/test-cases/68d1ff0556bff499.json @@ -0,0 +1 @@ +{"uid":"68d1ff0556bff499","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":1714500525361,"stop":1714500525361,"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":3,"unknown":0,"total":3},"items":[{"uid":"3551fa485ba0ecd5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3551fa485ba0ecd5","status":"passed","time":{"start":1714494277049,"stop":1714494277049,"duration":0}},{"uid":"770677a8330e27ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/770677a8330e27ca","status":"passed","time":{"start":1714492380913,"stop":1714492380914,"duration":1}}]},"tags":[]},"source":"68d1ff0556bff499.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/693589b9de4a6b2.json b/6962/data/test-cases/693589b9de4a6b2.json new file mode 100644 index 00000000000..facf47d7330 --- /dev/null +++ b/6962/data/test-cases/693589b9de4a6b2.json @@ -0,0 +1 @@ +{"uid":"693589b9de4a6b2","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":1714500539179,"stop":1714500539179,"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":3,"unknown":0,"total":3},"items":[{"uid":"d2847e43b707883c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d2847e43b707883c","status":"passed","time":{"start":1714494290447,"stop":1714494290447,"duration":0}},{"uid":"128cdfe6f80853be","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/128cdfe6f80853be","status":"passed","time":{"start":1714492394190,"stop":1714492394190,"duration":0}}]},"tags":[]},"source":"693589b9de4a6b2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/69aa6291b48aa077.json b/6962/data/test-cases/69aa6291b48aa077.json new file mode 100644 index 00000000000..ead1ec5aacf --- /dev/null +++ b/6962/data/test-cases/69aa6291b48aa077.json @@ -0,0 +1 @@ +{"uid":"69aa6291b48aa077","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":1714500744139,"stop":1714500744139,"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":3,"unknown":0,"total":3},"items":[{"uid":"345cf3caf60a360c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/345cf3caf60a360c","status":"passed","time":{"start":1714494482342,"stop":1714494482343,"duration":1}},{"uid":"769b1ca0cc9e07df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/769b1ca0cc9e07df","status":"passed","time":{"start":1714492591354,"stop":1714492591355,"duration":1}}]},"tags":[]},"source":"69aa6291b48aa077.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/69b35fa08b282e57.json b/6962/data/test-cases/69b35fa08b282e57.json new file mode 100644 index 00000000000..c03c8721099 --- /dev/null +++ b/6962/data/test-cases/69b35fa08b282e57.json @@ -0,0 +1 @@ +{"uid":"69b35fa08b282e57","name":"1 Relay, 1 Filter, gives up","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Relay, 1 Filter, gives up","historyId":"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500549551,"stop":1714500549551,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"83794259a0813dd5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/83794259a0813dd5","status":"passed","time":{"start":1714494301034,"stop":1714494301034,"duration":0}},{"uid":"7223bbdb50dbcf69","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7223bbdb50dbcf69","status":"passed","time":{"start":1714492404787,"stop":1714492404787,"duration":0}}]},"tags":[]},"source":"69b35fa08b282e57.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2be967b67f3b9439.json b/6962/data/test-cases/69f47515fec99dc9.json similarity index 77% rename from 6944/data/test-cases/2be967b67f3b9439.json rename to 6962/data/test-cases/69f47515fec99dc9.json index 7effdb7bffd..6e3b96cb895 100644 --- a/6944/data/test-cases/2be967b67f3b9439.json +++ b/6962/data/test-cases/69f47515fec99dc9.json @@ -1 +1 @@ -{"uid":"2be967b67f3b9439","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":1714425348172,"stop":1714425348173,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"b46f3384b99831c8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b46f3384b99831c8","status":"passed","time":{"start":1714415541641,"stop":1714415541641,"duration":0}},{"uid":"3201a6ce1bbde540","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3201a6ce1bbde540","status":"passed","time":{"start":1714415666671,"stop":1714415666671,"duration":0}},{"uid":"29f4d0a4f8f066ab","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/29f4d0a4f8f066ab","status":"passed","time":{"start":1714407867314,"stop":1714407867314,"duration":0}},{"uid":"b026cf1d16d425c6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b026cf1d16d425c6","status":"passed","time":{"start":1714406901740,"stop":1714406901741,"duration":1}},{"uid":"db5933b5f6780234","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/db5933b5f6780234","status":"passed","time":{"start":1714404685928,"stop":1714404685928,"duration":0}},{"uid":"5e860ce84c5daa0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/5e860ce84c5daa0","status":"passed","time":{"start":1714404389182,"stop":1714404389182,"duration":0}},{"uid":"bf571aeb7a51d83d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/bf571aeb7a51d83d","status":"passed","time":{"start":1714404179633,"stop":1714404179633,"duration":0}},{"uid":"fba1f8eecf3f2d60","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/fba1f8eecf3f2d60","status":"passed","time":{"start":1714386642372,"stop":1714386642372,"duration":0}},{"uid":"37a7a38853ce5910","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/37a7a38853ce5910","status":"passed","time":{"start":1714385705590,"stop":1714385705590,"duration":0}},{"uid":"2f283b827cf7519e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2f283b827cf7519e","status":"passed","time":{"start":1714385001591,"stop":1714385001591,"duration":0}},{"uid":"9c1bfb363967b5a0","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9c1bfb363967b5a0","status":"passed","time":{"start":1714384689776,"stop":1714384689776,"duration":0}},{"uid":"5a8d4d499a4df1e2","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5a8d4d499a4df1e2","status":"passed","time":{"start":1714383060297,"stop":1714383060297,"duration":0}},{"uid":"e48e6c95e01c301e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e48e6c95e01c301e","status":"passed","time":{"start":1714383479964,"stop":1714383479964,"duration":0}},{"uid":"14fceb1e6d7d3859","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/14fceb1e6d7d3859","status":"passed","time":{"start":1714382864756,"stop":1714382864756,"duration":0}},{"uid":"2a1cadd0f580dd9b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/2a1cadd0f580dd9b","status":"passed","time":{"start":1714383281573,"stop":1714383281573,"duration":0}},{"uid":"aac1f6ac9866685c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/aac1f6ac9866685c","status":"passed","time":{"start":1714383168054,"stop":1714383168054,"duration":0}},{"uid":"dbf99284a1d81c75","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/dbf99284a1d81c75","status":"passed","time":{"start":1714381685736,"stop":1714381685737,"duration":1}},{"uid":"527d887df1f4b75a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/527d887df1f4b75a","status":"passed","time":{"start":1714380450797,"stop":1714380450797,"duration":0}},{"uid":"89f6efbb704f7152","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/89f6efbb704f7152","status":"passed","time":{"start":1714380035052,"stop":1714380035052,"duration":0}},{"uid":"74961473805af6b8","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/74961473805af6b8","status":"passed","time":{"start":1714297259135,"stop":1714297259136,"duration":1}}]},"tags":[]},"source":"2be967b67f3b9439.json","parameterValues":[]} \ No newline at end of file +{"uid":"69f47515fec99dc9","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":1714501036155,"stop":1714501036156,"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":3,"unknown":0,"total":3},"items":[{"uid":"17cc5b0a25841f8b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17cc5b0a25841f8b","status":"passed","time":{"start":1714494788125,"stop":1714494788125,"duration":0}},{"uid":"30c05309587313ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30c05309587313ab","status":"passed","time":{"start":1714492860427,"stop":1714492860427,"duration":0}}]},"tags":[]},"source":"69f47515fec99dc9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a398bac55df04399.json b/6962/data/test-cases/6a6065ac1073dd5f.json similarity index 60% rename from 6944/data/test-cases/a398bac55df04399.json rename to 6962/data/test-cases/6a6065ac1073dd5f.json index 6caafdcc705..a8cc7206714 100644 --- a/6944/data/test-cases/a398bac55df04399.json +++ b/6962/data/test-cases/6a6065ac1073dd5f.json @@ -1 +1 @@ -{"uid":"a398bac55df04399","name":"can start and stop the service","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start and stop the service","historyId":"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425363885,"stop":1714425363886,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"47c1fd30602d3345","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/47c1fd30602d3345","status":"passed","time":{"start":1714415544818,"stop":1714415544818,"duration":0}},{"uid":"699da459ce2b866","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/699da459ce2b866","status":"passed","time":{"start":1714415689072,"stop":1714415689072,"duration":0}},{"uid":"4ae61acea65fcf4a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4ae61acea65fcf4a","status":"passed","time":{"start":1714407902535,"stop":1714407902536,"duration":1}},{"uid":"ab8d9bdf0034864","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ab8d9bdf0034864","status":"passed","time":{"start":1714406920265,"stop":1714406920266,"duration":1}},{"uid":"a88f6b99575968c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a88f6b99575968c","status":"passed","time":{"start":1714404713588,"stop":1714404713588,"duration":0}},{"uid":"c69ef3d4ac5d0059","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c69ef3d4ac5d0059","status":"passed","time":{"start":1714404404535,"stop":1714404404536,"duration":1}},{"uid":"f2de1867fa0a7ef3","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f2de1867fa0a7ef3","status":"passed","time":{"start":1714404198223,"stop":1714404198223,"duration":0}},{"uid":"d4c8fa91877dcb6f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d4c8fa91877dcb6f","status":"passed","time":{"start":1714386660412,"stop":1714386660412,"duration":0}},{"uid":"aa65b3645cce8b87","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/aa65b3645cce8b87","status":"passed","time":{"start":1714385741760,"stop":1714385741761,"duration":1}},{"uid":"b08257735deb757c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b08257735deb757c","status":"passed","time":{"start":1714385032261,"stop":1714385032261,"duration":0}},{"uid":"540d24731db0c3ed","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/540d24731db0c3ed","status":"passed","time":{"start":1714384700171,"stop":1714384700172,"duration":1}},{"uid":"fdd7870f8652d129","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/fdd7870f8652d129","status":"passed","time":{"start":1714383167836,"stop":1714383167837,"duration":1}},{"uid":"b64f8d31ec8b4e02","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b64f8d31ec8b4e02","status":"passed","time":{"start":1714383502994,"stop":1714383502995,"duration":1}},{"uid":"300843550fe84273","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/300843550fe84273","status":"passed","time":{"start":1714382959996,"stop":1714382959997,"duration":1}},{"uid":"a879f2757d042717","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a879f2757d042717","status":"passed","time":{"start":1714383305648,"stop":1714383305648,"duration":0}},{"uid":"a8ffafaa17ed70ee","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a8ffafaa17ed70ee","status":"passed","time":{"start":1714383191563,"stop":1714383191564,"duration":1}},{"uid":"ce2969012b8ceeca","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ce2969012b8ceeca","status":"passed","time":{"start":1714381688435,"stop":1714381688435,"duration":0}},{"uid":"bb006767e8564f9e","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/bb006767e8564f9e","status":"passed","time":{"start":1714380489766,"stop":1714380489766,"duration":0}},{"uid":"ebe2dd4fe9a04a09","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ebe2dd4fe9a04a09","status":"passed","time":{"start":1714380050163,"stop":1714380050164,"duration":1}},{"uid":"27863face71ad93f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/27863face71ad93f","status":"passed","time":{"start":1714297289402,"stop":1714297289402,"duration":0}}]},"tags":[]},"source":"a398bac55df04399.json","parameterValues":[]} \ No newline at end of file +{"uid":"6a6065ac1073dd5f","name":"can start and stop the service","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start and stop the service","historyId":"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501049782,"stop":1714501049782,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0a4921684925e25","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0a4921684925e25","status":"passed","time":{"start":1714494802220,"stop":1714494802221,"duration":1}},{"uid":"2d8026f9182d63f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d8026f9182d63f","status":"passed","time":{"start":1714492887583,"stop":1714492887583,"duration":0}}]},"tags":[]},"source":"6a6065ac1073dd5f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3b73dc6b9316dca6.json b/6962/data/test-cases/6a6a442b2714a2a3.json similarity index 76% rename from 6944/data/test-cases/3b73dc6b9316dca6.json rename to 6962/data/test-cases/6a6a442b2714a2a3.json index f27b9006c86..f81f94de32c 100644 --- a/6944/data/test-cases/3b73dc6b9316dca6.json +++ b/6962/data/test-cases/6a6a442b2714a2a3.json @@ -1 +1 @@ -{"uid":"3b73dc6b9316dca6","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":1714425068154,"stop":1714425068154,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"41a5487351917fbd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/41a5487351917fbd","status":"passed","time":{"start":1714415236754,"stop":1714415236754,"duration":0}},{"uid":"d33079c1d6f76519","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d33079c1d6f76519","status":"passed","time":{"start":1714415370294,"stop":1714415370294,"duration":0}},{"uid":"491790b682e2da6f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/491790b682e2da6f","status":"passed","time":{"start":1714407592733,"stop":1714407592733,"duration":0}},{"uid":"7bef3db12b435a8b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7bef3db12b435a8b","status":"passed","time":{"start":1714406603020,"stop":1714406603020,"duration":0}},{"uid":"7e4b79fcfb17a05e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7e4b79fcfb17a05e","status":"passed","time":{"start":1714404403098,"stop":1714404403103,"duration":5}},{"uid":"88127d5fa29fc7d4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/88127d5fa29fc7d4","status":"passed","time":{"start":1714404066563,"stop":1714404066563,"duration":0}},{"uid":"4d8a621684ca7ead","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4d8a621684ca7ead","status":"passed","time":{"start":1714403911553,"stop":1714403911554,"duration":1}},{"uid":"a361b1f50797d2d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a361b1f50797d2d","status":"passed","time":{"start":1714386356552,"stop":1714386356553,"duration":1}},{"uid":"932783e8778baa66","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/932783e8778baa66","status":"passed","time":{"start":1714385421490,"stop":1714385421491,"duration":1}},{"uid":"d8fb2c175b2f5622","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d8fb2c175b2f5622","status":"passed","time":{"start":1714384714581,"stop":1714384714582,"duration":1}},{"uid":"9a93b5ccff94940c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9a93b5ccff94940c","status":"passed","time":{"start":1714384405999,"stop":1714384406000,"duration":1}},{"uid":"1664e691215b3609","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1664e691215b3609","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845703,"stop":1714382845704,"duration":1}},{"uid":"2a5b68b05c82ce35","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2a5b68b05c82ce35","status":"passed","time":{"start":1714383192275,"stop":1714383192275,"duration":0}},{"uid":"6e94a19377376981","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6e94a19377376981","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649898,"stop":1714382649898,"duration":0}},{"uid":"df6dc760e0e75b8d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/df6dc760e0e75b8d","status":"passed","time":{"start":1714383007963,"stop":1714383007964,"duration":1}},{"uid":"fbf477d03040ae9e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fbf477d03040ae9e","status":"passed","time":{"start":1714382888224,"stop":1714382888224,"duration":0}},{"uid":"b3dd555dda507074","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b3dd555dda507074","status":"passed","time":{"start":1714381390685,"stop":1714381390685,"duration":0}},{"uid":"e7b5f9df3777775","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e7b5f9df3777775","status":"passed","time":{"start":1714380173244,"stop":1714380173245,"duration":1}},{"uid":"88c64eb97711665c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/88c64eb97711665c","status":"passed","time":{"start":1714379752792,"stop":1714379752792,"duration":0}},{"uid":"284792031b19731b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/284792031b19731b","status":"passed","time":{"start":1714296983641,"stop":1714296983646,"duration":5}}]},"tags":[]},"source":"3b73dc6b9316dca6.json","parameterValues":[]} \ No newline at end of file +{"uid":"6a6a442b2714a2a3","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":1714500735369,"stop":1714500735370,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fc63b90af275bafd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fc63b90af275bafd","status":"passed","time":{"start":1714494500294,"stop":1714494500294,"duration":0}},{"uid":"910ef38c6eae4312","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/910ef38c6eae4312","status":"passed","time":{"start":1714492591534,"stop":1714492591535,"duration":1}}]},"tags":[]},"source":"6a6a442b2714a2a3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6adc913b2337b1b.json b/6962/data/test-cases/6adc913b2337b1b.json new file mode 100644 index 00000000000..456d4c164f0 --- /dev/null +++ b/6962/data/test-cases/6adc913b2337b1b.json @@ -0,0 +1 @@ +{"uid":"6adc913b2337b1b","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":1714500872907,"stop":1714500872908,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4a79be9da57bacf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a79be9da57bacf","status":"passed","time":{"start":1714494620619,"stop":1714494620620,"duration":1}}]},"tags":[]},"source":"6adc913b2337b1b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6b6dfcd08cb76.json b/6962/data/test-cases/6b6dfcd08cb76.json new file mode 100644 index 00000000000..65dfade99ef --- /dev/null +++ b/6962/data/test-cases/6b6dfcd08cb76.json @@ -0,0 +1 @@ +{"uid":"6b6dfcd08cb76","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":1714501191919,"stop":1714501191920,"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":3,"unknown":0,"total":3},"items":[{"uid":"86a5636b78547739","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/86a5636b78547739","status":"passed","time":{"start":1714494926191,"stop":1714494926191,"duration":0}},{"uid":"293644a8a48b7ddf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/293644a8a48b7ddf","status":"passed","time":{"start":1714493011868,"stop":1714493011868,"duration":0}}]},"tags":[]},"source":"6b6dfcd08cb76.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5e5961b24cc4a422.json b/6962/data/test-cases/6b9b8e251fbbf9fc.json similarity index 78% rename from 6944/data/test-cases/5e5961b24cc4a422.json rename to 6962/data/test-cases/6b9b8e251fbbf9fc.json index e101e759f42..4e05371c168 100644 --- a/6944/data/test-cases/5e5961b24cc4a422.json +++ b/6962/data/test-cases/6b9b8e251fbbf9fc.json @@ -1 +1 @@ -{"uid":"5e5961b24cc4a422","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":1714425137442,"stop":1714425137448,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"1907d9976d77fc06","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1907d9976d77fc06","status":"passed","time":{"start":1714415306371,"stop":1714415306371,"duration":0}},{"uid":"1743557bafc12e7b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1743557bafc12e7b","status":"passed","time":{"start":1714415441024,"stop":1714415441025,"duration":1}},{"uid":"4951614f59866707","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4951614f59866707","status":"passed","time":{"start":1714407661401,"stop":1714407661405,"duration":4}},{"uid":"2bfe8914d7bc8a2c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2bfe8914d7bc8a2c","status":"passed","time":{"start":1714406688862,"stop":1714406688862,"duration":0}},{"uid":"afb8ec4334b86879","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/afb8ec4334b86879","status":"passed","time":{"start":1714404480612,"stop":1714404480613,"duration":1}},{"uid":"d237de5d89933205","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d237de5d89933205","status":"passed","time":{"start":1714404187311,"stop":1714404187312,"duration":1}},{"uid":"c9c5044483622ab","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c9c5044483622ab","status":"passed","time":{"start":1714403975078,"stop":1714403975079,"duration":1}},{"uid":"f2a9836bf2ea572a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f2a9836bf2ea572a","status":"passed","time":{"start":1714386442447,"stop":1714386442449,"duration":2}},{"uid":"e9693ac34b037985","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e9693ac34b037985","status":"passed","time":{"start":1714385503987,"stop":1714385503987,"duration":0}},{"uid":"5a02c43508047977","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5a02c43508047977","status":"passed","time":{"start":1714384798817,"stop":1714384798818,"duration":1}},{"uid":"e18ecf59efc83fe8","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e18ecf59efc83fe8","status":"passed","time":{"start":1714384484750,"stop":1714384484750,"duration":0}},{"uid":"176f43b0bea7fd55","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/176f43b0bea7fd55","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939593,"stop":1714382939593,"duration":0}},{"uid":"d586e8b3388a0509","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d586e8b3388a0509","status":"passed","time":{"start":1714383271357,"stop":1714383271358,"duration":1}},{"uid":"86fdcb0f7962192a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/86fdcb0f7962192a","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742226,"stop":1714382742226,"duration":0}},{"uid":"1737f74894592e41","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/1737f74894592e41","status":"passed","time":{"start":1714383085683,"stop":1714383085684,"duration":1}},{"uid":"4c9ba17d75070ad3","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/4c9ba17d75070ad3","status":"passed","time":{"start":1714382957846,"stop":1714382957847,"duration":1}},{"uid":"4e618c5a7e8d4753","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/4e618c5a7e8d4753","status":"passed","time":{"start":1714381467335,"stop":1714381467335,"duration":0}},{"uid":"969aebf561d14f12","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/969aebf561d14f12","status":"passed","time":{"start":1714380262869,"stop":1714380262869,"duration":0}},{"uid":"c7d4c94d9e5b9c6e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c7d4c94d9e5b9c6e","status":"passed","time":{"start":1714379832127,"stop":1714379832128,"duration":1}},{"uid":"6820780d772bd451","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6820780d772bd451","status":"passed","time":{"start":1714297053924,"stop":1714297053924,"duration":0}}]},"tags":[]},"source":"5e5961b24cc4a422.json","parameterValues":[]} \ No newline at end of file +{"uid":"6b9b8e251fbbf9fc","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":1714500823172,"stop":1714500823172,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af551426748bd4fa","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af551426748bd4fa","status":"passed","time":{"start":1714494571256,"stop":1714494571256,"duration":0}},{"uid":"e05ff41e58774879","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e05ff41e58774879","status":"passed","time":{"start":1714492678641,"stop":1714492678641,"duration":0}}]},"tags":[]},"source":"6b9b8e251fbbf9fc.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/cd0dd4e1c211657d.json b/6962/data/test-cases/6c3fd073f3c5a13f.json similarity index 83% rename from 6944/data/test-cases/cd0dd4e1c211657d.json rename to 6962/data/test-cases/6c3fd073f3c5a13f.json index 96adffc795a..336243aa99f 100644 --- a/6944/data/test-cases/cd0dd4e1c211657d.json +++ b/6962/data/test-cases/6c3fd073f3c5a13f.json @@ -1 +1 @@ -{"uid":"cd0dd4e1c211657d","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":1714425301157,"stop":1714425301157,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"b560ccce3901b8d4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b560ccce3901b8d4","status":"passed","time":{"start":1714415473278,"stop":1714415473279,"duration":1}},{"uid":"8ae3997132dd4757","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8ae3997132dd4757","status":"passed","time":{"start":1714415615375,"stop":1714415615376,"duration":1}},{"uid":"5788ac9d5e3600a8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5788ac9d5e3600a8","status":"passed","time":{"start":1714407816879,"stop":1714407816879,"duration":0}},{"uid":"4ea77390c2d35bc9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4ea77390c2d35bc9","status":"passed","time":{"start":1714406861601,"stop":1714406861601,"duration":0}},{"uid":"62d2b62c269ab87b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/62d2b62c269ab87b","status":"passed","time":{"start":1714404628284,"stop":1714404628285,"duration":1}},{"uid":"db4144122b5c4aee","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/db4144122b5c4aee","status":"passed","time":{"start":1714404348902,"stop":1714404348902,"duration":0}},{"uid":"1c9a9162289267ab","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/1c9a9162289267ab","status":"passed","time":{"start":1714404137299,"stop":1714404137299,"duration":0}},{"uid":"e355b3f9925397a3","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e355b3f9925397a3","status":"passed","time":{"start":1714386585868,"stop":1714386585868,"duration":0}},{"uid":"456280c47fa9be05","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/456280c47fa9be05","status":"passed","time":{"start":1714385651950,"stop":1714385651950,"duration":0}},{"uid":"79c658a59d9a492d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/79c658a59d9a492d","status":"passed","time":{"start":1714384939259,"stop":1714384939259,"duration":0}},{"uid":"69088c1420ac3981","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/69088c1420ac3981","status":"passed","time":{"start":1714384633428,"stop":1714384633429,"duration":1}},{"uid":"d8e18de0a57646e4","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d8e18de0a57646e4","status":"passed","time":{"start":1714383068453,"stop":1714383068454,"duration":1}},{"uid":"4aabc08d29f29ce2","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4aabc08d29f29ce2","status":"passed","time":{"start":1714383427882,"stop":1714383427883,"duration":1}},{"uid":"946ebf313ac95c19","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/946ebf313ac95c19","status":"passed","time":{"start":1714382856573,"stop":1714382856574,"duration":1}},{"uid":"e644fb589dbc6521","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e644fb589dbc6521","status":"passed","time":{"start":1714383232263,"stop":1714383232263,"duration":0}},{"uid":"14118627b662a6a9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/14118627b662a6a9","status":"passed","time":{"start":1714383125910,"stop":1714383125911,"duration":1}},{"uid":"347c58da2888bd02","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/347c58da2888bd02","status":"passed","time":{"start":1714381639320,"stop":1714381639320,"duration":0}},{"uid":"9e42147c07dce87","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/9e42147c07dce87","status":"passed","time":{"start":1714380392374,"stop":1714380392374,"duration":0}},{"uid":"f0ef34891c64bcbf","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f0ef34891c64bcbf","status":"passed","time":{"start":1714379984457,"stop":1714379984457,"duration":0}},{"uid":"93308c64dab171ff","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/93308c64dab171ff","status":"passed","time":{"start":1714297212226,"stop":1714297212226,"duration":0}}]},"tags":[]},"source":"cd0dd4e1c211657d.json","parameterValues":[]} \ No newline at end of file +{"uid":"6c3fd073f3c5a13f","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":1714500976565,"stop":1714500976565,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"67dbcfc01addfab4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/67dbcfc01addfab4","status":"passed","time":{"start":1714494735316,"stop":1714494735316,"duration":0}},{"uid":"1fa72d08fa29a4f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1fa72d08fa29a4f3","status":"passed","time":{"start":1714492815002,"stop":1714492815003,"duration":1}}]},"tags":[]},"source":"6c3fd073f3c5a13f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6c78bdb24c145189.json b/6962/data/test-cases/6c78bdb24c145189.json new file mode 100644 index 00000000000..668c1024f2f --- /dev/null +++ b/6962/data/test-cases/6c78bdb24c145189.json @@ -0,0 +1 @@ +{"uid":"6c78bdb24c145189","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is also > A test","historyId":"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Is also\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"This"},{"name":"suite","value":"Is also"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c224a6b73a01afb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c224a6b73a01afb","status":"passed","time":{"start":1714494571518,"stop":1714494571518,"duration":0}},{"uid":"6bb2f5f5049a1f4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6bb2f5f5049a1f4","status":"passed","time":{"start":1714492678755,"stop":1714492678755,"duration":0}}]},"tags":[]},"source":"6c78bdb24c145189.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f4718abdf89d6aba.json b/6962/data/test-cases/6c93410a145e98af.json similarity index 77% rename from 6944/data/test-cases/f4718abdf89d6aba.json rename to 6962/data/test-cases/6c93410a145e98af.json index 3aa95682aa0..c96acf880dd 100644 --- a/6944/data/test-cases/f4718abdf89d6aba.json +++ b/6962/data/test-cases/6c93410a145e98af.json @@ -1 +1 @@ -{"uid":"f4718abdf89d6aba","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":1714425369910,"stop":1714425369915,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"219f2f204c78ee19","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/219f2f204c78ee19","status":"passed","time":{"start":1714415516351,"stop":1714415516352,"duration":1}},{"uid":"4a641fdc77980421","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4a641fdc77980421","status":"passed","time":{"start":1714415679013,"stop":1714415679013,"duration":0}},{"uid":"566e2f3ee155144","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/566e2f3ee155144","status":"passed","time":{"start":1714407884310,"stop":1714407884311,"duration":1}},{"uid":"5430c7c427045131","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5430c7c427045131","status":"passed","time":{"start":1714406914266,"stop":1714406914266,"duration":0}},{"uid":"c54294f6551e54a4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c54294f6551e54a4","status":"passed","time":{"start":1714404690095,"stop":1714404690096,"duration":1}},{"uid":"7c58932683115b38","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7c58932683115b38","status":"passed","time":{"start":1714404379763,"stop":1714404379764,"duration":1}},{"uid":"ba22ec043b34bc","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ba22ec043b34bc","status":"passed","time":{"start":1714404194530,"stop":1714404194530,"duration":0}},{"uid":"1ef97ac776d5878f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/1ef97ac776d5878f","status":"passed","time":{"start":1714386653711,"stop":1714386653711,"duration":0}},{"uid":"b54eb42aad27a0d9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b54eb42aad27a0d9","status":"passed","time":{"start":1714385733937,"stop":1714385733937,"duration":0}},{"uid":"2b4feec126177b8c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2b4feec126177b8c","status":"passed","time":{"start":1714385024679,"stop":1714385024681,"duration":2}},{"uid":"aa1d55964e32ac04","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/aa1d55964e32ac04","status":"passed","time":{"start":1714384714532,"stop":1714384714533,"duration":1}},{"uid":"8b52cfd111e3666c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/8b52cfd111e3666c","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067700,"stop":1714384067700,"duration":0}},{"uid":"4345913d9807c558","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4345913d9807c558","status":"passed","time":{"start":1714383490722,"stop":1714383490722,"duration":0}},{"uid":"fe5e0f71c80b14b2","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/fe5e0f71c80b14b2","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840394,"stop":1714383840395,"duration":1}},{"uid":"dc81cc9de654cc2d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/dc81cc9de654cc2d","status":"passed","time":{"start":1714383300537,"stop":1714383300537,"duration":0}},{"uid":"54daa9c38eb3ce27","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/54daa9c38eb3ce27","status":"passed","time":{"start":1714383176760,"stop":1714383176761,"duration":1}},{"uid":"a56a8f9ddf1fd2a2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/a56a8f9ddf1fd2a2","status":"passed","time":{"start":1714381688725,"stop":1714381688725,"duration":0}},{"uid":"fd8caf23db41d501","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fd8caf23db41d501","status":"passed","time":{"start":1714380481126,"stop":1714380481127,"duration":1}},{"uid":"9b73108f86789dea","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9b73108f86789dea","status":"passed","time":{"start":1714380049510,"stop":1714380049513,"duration":3}},{"uid":"596f4371f0b0189b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/596f4371f0b0189b","status":"passed","time":{"start":1714297302869,"stop":1714297302869,"duration":0}}]},"tags":[]},"source":"f4718abdf89d6aba.json","parameterValues":[]} \ No newline at end of file +{"uid":"6c93410a145e98af","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":1714501050427,"stop":1714501050427,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"41db71672297d797","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/41db71672297d797","status":"passed","time":{"start":1714494785888,"stop":1714494785888,"duration":0}},{"uid":"8675ef74f1b98411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8675ef74f1b98411","status":"passed","time":{"start":1714492898552,"stop":1714492898552,"duration":0}}]},"tags":[]},"source":"6c93410a145e98af.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6d0b41e959365260.json b/6962/data/test-cases/6d0b41e959365260.json new file mode 100644 index 00000000000..21c2bb66e0a --- /dev/null +++ b/6962/data/test-cases/6d0b41e959365260.json @@ -0,0 +1 @@ +{"uid":"6d0b41e959365260","name":"Waku message hash computation (meta size of 12 bytes)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (meta size of 12 bytes)","historyId":"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500527926,"stop":1714500527928,"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":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e9fa75eb06638e8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e9fa75eb06638e8e","status":"passed","time":{"start":1714494279628,"stop":1714494279629,"duration":1}},{"uid":"d8bfa7d756a8b411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8bfa7d756a8b411","status":"passed","time":{"start":1714492383507,"stop":1714492383509,"duration":2}}]},"tags":[]},"source":"6d0b41e959365260.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/fdf1edbf676a3c48.json b/6962/data/test-cases/6d91c04f502f820e.json similarity index 75% rename from 6944/data/test-cases/fdf1edbf676a3c48.json rename to 6962/data/test-cases/6d91c04f502f820e.json index 693e4ec40af..8abcc68d6ba 100644 --- a/6944/data/test-cases/fdf1edbf676a3c48.json +++ b/6962/data/test-cases/6d91c04f502f820e.json @@ -1 +1 @@ -{"uid":"fdf1edbf676a3c48","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":1714425369955,"stop":1714425369956,"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}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":72,"passed":0,"unknown":0,"total":72},"items":[{"uid":"647818c0fe2cd839","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/647818c0fe2cd839","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415516373,"stop":1714415516373,"duration":0}},{"uid":"c9903153ac03ec6d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c9903153ac03ec6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415679028,"stop":1714415679028,"duration":0}},{"uid":"f7070bf74f2d4a8a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f7070bf74f2d4a8a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407884322,"stop":1714407884323,"duration":1}},{"uid":"ca6ca01f0ec7a370","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ca6ca01f0ec7a370","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406914283,"stop":1714406914283,"duration":0}},{"uid":"a00de240d041f6fc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a00de240d041f6fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404690107,"stop":1714404690107,"duration":0}},{"uid":"42d96acea0964877","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/42d96acea0964877","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404379776,"stop":1714404379776,"duration":0}},{"uid":"8e95a9723002a0c4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8e95a9723002a0c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404194542,"stop":1714404194542,"duration":0}},{"uid":"c6ef2c6e4c5f208e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c6ef2c6e4c5f208e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714386653728,"stop":1714386653728,"duration":0}},{"uid":"a48d259366bec1b4","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a48d259366bec1b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385733950,"stop":1714385733951,"duration":1}},{"uid":"f9e1858c540c1798","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f9e1858c540c1798","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385024701,"stop":1714385024702,"duration":1}},{"uid":"a24e21fa854a3d05","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a24e21fa854a3d05","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384714550,"stop":1714384714551,"duration":1}},{"uid":"a96a8b21088566d2","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a96a8b21088566d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384067732,"stop":1714384067732,"duration":0}},{"uid":"1b1adfd3e35bcf6f","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1b1adfd3e35bcf6f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383490736,"stop":1714383490737,"duration":1}},{"uid":"fafdd1679194cae3","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/fafdd1679194cae3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383840429,"stop":1714383840429,"duration":0}},{"uid":"24e157d94db33368","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/24e157d94db33368","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383300548,"stop":1714383300548,"duration":0}},{"uid":"a80635a989509e57","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a80635a989509e57","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383176771,"stop":1714383176771,"duration":0}},{"uid":"b692b050c3720af0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b692b050c3720af0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714381688736,"stop":1714381688736,"duration":0}},{"uid":"55389429ec918dbe","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/55389429ec918dbe","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380481145,"stop":1714380481145,"duration":0}},{"uid":"b112e6540178aab4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b112e6540178aab4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380049526,"stop":1714380049526,"duration":0}},{"uid":"1d97ffa742531388","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1d97ffa742531388","status":"skipped","statusDetails":"Test ignored","time":{"start":1714297302884,"stop":1714297302884,"duration":0}}]},"tags":[]},"source":"fdf1edbf676a3c48.json","parameterValues":[]} \ No newline at end of file +{"uid":"6d91c04f502f820e","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":1714501050441,"stop":1714501050441,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"52a383ec597fed55","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/52a383ec597fed55","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785906,"stop":1714494785906,"duration":0}},{"uid":"17585ca0e3146dc1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17585ca0e3146dc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898561,"stop":1714492898561,"duration":0}}]},"tags":[]},"source":"6d91c04f502f820e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6d97e8e76fdc570e.json b/6962/data/test-cases/6d97e8e76fdc570e.json new file mode 100644 index 00000000000..3aac9199eef --- /dev/null +++ b/6962/data/test-cases/6d97e8e76fdc570e.json @@ -0,0 +1 @@ +{"uid":"6d97e8e76fdc570e","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":1714500744138,"stop":1714500744138,"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":3,"unknown":0,"total":3},"items":[{"uid":"f96562ffaa3f8b0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f96562ffaa3f8b0c","status":"passed","time":{"start":1714494482342,"stop":1714494482342,"duration":0}},{"uid":"3bba7d9096b5593f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bba7d9096b5593f","status":"passed","time":{"start":1714492591354,"stop":1714492591354,"duration":0}}]},"tags":[]},"source":"6d97e8e76fdc570e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6dea486096d42065.json b/6962/data/test-cases/6dea486096d42065.json new file mode 100644 index 00000000000..822c770df39 --- /dev/null +++ b/6962/data/test-cases/6dea486096d42065.json @@ -0,0 +1 @@ +{"uid":"6dea486096d42065","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":1714500744052,"stop":1714500744052,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af487b855f72e839","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af487b855f72e839","status":"passed","time":{"start":1714494482320,"stop":1714494482320,"duration":0}},{"uid":"742cae92f163e793","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/742cae92f163e793","status":"passed","time":{"start":1714492591344,"stop":1714492591344,"duration":0}}]},"tags":[]},"source":"6dea486096d42065.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a41f505d6010baa3.json b/6962/data/test-cases/6dee795eefcd37b1.json similarity index 77% rename from 6944/data/test-cases/a41f505d6010baa3.json rename to 6962/data/test-cases/6dee795eefcd37b1.json index 103107a1c59..f9a837fe57f 100644 --- a/6944/data/test-cases/a41f505d6010baa3.json +++ b/6962/data/test-cases/6dee795eefcd37b1.json @@ -1 +1 @@ -{"uid":"a41f505d6010baa3","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":1714425369932,"stop":1714425369933,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"2e1304c4325c93c2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e1304c4325c93c2","status":"passed","time":{"start":1714415516354,"stop":1714415516361,"duration":7}},{"uid":"2f661e52125b4cdd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2f661e52125b4cdd","status":"passed","time":{"start":1714415679015,"stop":1714415679017,"duration":2}},{"uid":"bf54b0ce3ee445b6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bf54b0ce3ee445b6","status":"passed","time":{"start":1714407884313,"stop":1714407884313,"duration":0}},{"uid":"84af8322a5d80441","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/84af8322a5d80441","status":"passed","time":{"start":1714406914275,"stop":1714406914275,"duration":0}},{"uid":"ddb331e249697ebe","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ddb331e249697ebe","status":"passed","time":{"start":1714404690097,"stop":1714404690098,"duration":1}},{"uid":"e0c1ec31ee9d12cb","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e0c1ec31ee9d12cb","status":"passed","time":{"start":1714404379767,"stop":1714404379768,"duration":1}},{"uid":"dede89e9de2984f3","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/dede89e9de2984f3","status":"passed","time":{"start":1714404194533,"stop":1714404194533,"duration":0}},{"uid":"dd0d39368ef62a68","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/dd0d39368ef62a68","status":"passed","time":{"start":1714386653713,"stop":1714386653713,"duration":0}},{"uid":"4fd1782a823f6fd7","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4fd1782a823f6fd7","status":"passed","time":{"start":1714385733940,"stop":1714385733940,"duration":0}},{"uid":"1af9c9be519910f5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1af9c9be519910f5","status":"passed","time":{"start":1714385024685,"stop":1714385024686,"duration":1}},{"uid":"343793f946c19973","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/343793f946c19973","status":"passed","time":{"start":1714384714536,"stop":1714384714536,"duration":0}},{"uid":"afd1c1edfeb8c370","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/afd1c1edfeb8c370","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067704,"stop":1714384067704,"duration":0}},{"uid":"c74d5805bb4c80a5","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c74d5805bb4c80a5","status":"passed","time":{"start":1714383490724,"stop":1714383490725,"duration":1}},{"uid":"6856df21992ebacb","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6856df21992ebacb","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840401,"stop":1714383840401,"duration":0}},{"uid":"b51cc3a166666a9f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b51cc3a166666a9f","status":"passed","time":{"start":1714383300539,"stop":1714383300540,"duration":1}},{"uid":"3cecddb7df69f5ae","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3cecddb7df69f5ae","status":"passed","time":{"start":1714383176763,"stop":1714383176763,"duration":0}},{"uid":"d00135fcefdf5b20","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d00135fcefdf5b20","status":"passed","time":{"start":1714381688727,"stop":1714381688728,"duration":1}},{"uid":"5c4f516d2c4d80b5","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/5c4f516d2c4d80b5","status":"passed","time":{"start":1714380481130,"stop":1714380481131,"duration":1}},{"uid":"355a972a64fafd62","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/355a972a64fafd62","status":"passed","time":{"start":1714380049515,"stop":1714380049515,"duration":0}},{"uid":"58053276ca8511f3","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/58053276ca8511f3","status":"passed","time":{"start":1714297302873,"stop":1714297302873,"duration":0}}]},"tags":[]},"source":"a41f505d6010baa3.json","parameterValues":[]} \ No newline at end of file +{"uid":"6dee795eefcd37b1","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":1714501050429,"stop":1714501050430,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"73cb1145d6eb3fcc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/73cb1145d6eb3fcc","status":"passed","time":{"start":1714494785890,"stop":1714494785890,"duration":0}},{"uid":"f06392c004a19d9d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f06392c004a19d9d","status":"passed","time":{"start":1714492898554,"stop":1714492898554,"duration":0}}]},"tags":[]},"source":"6dee795eefcd37b1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6ece1c97d179d0db.json b/6962/data/test-cases/6ece1c97d179d0db.json new file mode 100644 index 00000000000..7af45e949cb --- /dev/null +++ b/6962/data/test-cases/6ece1c97d179d0db.json @@ -0,0 +1 @@ +{"uid":"6ece1c97d179d0db","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":1714500744104,"stop":1714500744109,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=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":3,"unknown":0,"total":3},"items":[{"uid":"a6b3f44eb3a020e4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a6b3f44eb3a020e4","status":"passed","time":{"start":1714494482326,"stop":1714494482326,"duration":0}},{"uid":"b727936ba0742bef","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b727936ba0742bef","status":"passed","time":{"start":1714492591348,"stop":1714492591348,"duration":0}}]},"tags":[]},"source":"6ece1c97d179d0db.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/45f883f985d8946a.json b/6962/data/test-cases/6ee373aecb79d054.json similarity index 80% rename from 6944/data/test-cases/45f883f985d8946a.json rename to 6962/data/test-cases/6ee373aecb79d054.json index 4263fe3deea..9d0cc2967ce 100644 --- a/6944/data/test-cases/45f883f985d8946a.json +++ b/6962/data/test-cases/6ee373aecb79d054.json @@ -1 +1 @@ -{"uid":"45f883f985d8946a","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":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"fa5bd3666bb5d01e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fa5bd3666bb5d01e","status":"passed","time":{"start":1714415702297,"stop":1714415702297,"duration":0}},{"uid":"449c8ba9c6677bbe","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/449c8ba9c6677bbe","status":"passed","time":{"start":1714415850504,"stop":1714415850505,"duration":1}},{"uid":"a1e588de7cce11f4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a1e588de7cce11f4","status":"passed","time":{"start":1714408049955,"stop":1714408049955,"duration":0}},{"uid":"13f67cc2cf6ed681","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/13f67cc2cf6ed681","status":"passed","time":{"start":1714407080676,"stop":1714407080677,"duration":1}},{"uid":"61814e5da7be712","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/61814e5da7be712","status":"passed","time":{"start":1714404860594,"stop":1714404860594,"duration":0}},{"uid":"c3a798967b3c1905","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c3a798967b3c1905","status":"passed","time":{"start":1714404585207,"stop":1714404585208,"duration":1}},{"uid":"3bb9800eee290806","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3bb9800eee290806","status":"passed","time":{"start":1714404366315,"stop":1714404366316,"duration":1}},{"uid":"b83f29052ade08e7","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b83f29052ade08e7","status":"passed","time":{"start":1714386825533,"stop":1714386825534,"duration":1}},{"uid":"b082fd55747eb64f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b082fd55747eb64f","status":"passed","time":{"start":1714385893744,"stop":1714385893744,"duration":0}},{"uid":"8655b100d722ebd3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8655b100d722ebd3","status":"passed","time":{"start":1714385188019,"stop":1714385188020,"duration":1}},{"uid":"38c2b6ad5f972bdc","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/38c2b6ad5f972bdc","status":"passed","time":{"start":1714384869920,"stop":1714384869920,"duration":0}},{"uid":"b47c1218b4268a5d","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b47c1218b4268a5d","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237154,"stop":1714384237154,"duration":0}},{"uid":"eac2a9152fbc2aa9","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/eac2a9152fbc2aa9","status":"passed","time":{"start":1714383661930,"stop":1714383661930,"duration":0}},{"uid":"9ef52c7d23a5ecd5","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9ef52c7d23a5ecd5","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018827,"stop":1714384018827,"duration":0}},{"uid":"5d3db8de6df9bc13","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5d3db8de6df9bc13","status":"passed","time":{"start":1714383474188,"stop":1714383474188,"duration":0}},{"uid":"20449db43af39a95","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/20449db43af39a95","status":"passed","time":{"start":1714383351259,"stop":1714383351259,"duration":0}},{"uid":"18db4d24d0fcee1a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/18db4d24d0fcee1a","status":"passed","time":{"start":1714381860522,"stop":1714381860522,"duration":0}},{"uid":"d4bdfd5bbc4a2276","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d4bdfd5bbc4a2276","status":"passed","time":{"start":1714380649669,"stop":1714380649669,"duration":0}},{"uid":"7a1444739891d51b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7a1444739891d51b","status":"passed","time":{"start":1714380216168,"stop":1714380216168,"duration":0}},{"uid":"b8bfe74bd6ce2ae","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b8bfe74bd6ce2ae","status":"passed","time":{"start":1714297452337,"stop":1714297452337,"duration":0}}]},"tags":[]},"source":"45f883f985d8946a.json","parameterValues":[]} \ No newline at end of file +{"uid":"6ee373aecb79d054","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":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"4d23c9237ab14766","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d23c9237ab14766","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"1d216c58a40571fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d216c58a40571fd","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"tags":[]},"source":"6ee373aecb79d054.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6eeaa252d8025d03.json b/6962/data/test-cases/6eeaa252d8025d03.json new file mode 100644 index 00000000000..497fea212f4 --- /dev/null +++ b/6962/data/test-cases/6eeaa252d8025d03.json @@ -0,0 +1 @@ +{"uid":"6eeaa252d8025d03","name":"Sets default value correctly","fullName":"/tests/waku.node.spec.ts: User Agent > Sets default value correctly","historyId":"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501181624,"stop":1714501181624,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"User Agent\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"User Agent"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d83077d12d5efd98","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d83077d12d5efd98","status":"passed","time":{"start":1714494921193,"stop":1714494921193,"duration":0}},{"uid":"5abc6315914e44d3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5abc6315914e44d3","status":"passed","time":{"start":1714493000281,"stop":1714493000281,"duration":0}}]},"tags":[]},"source":"6eeaa252d8025d03.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6f1fdf4eeda47b79.json b/6962/data/test-cases/6f1fdf4eeda47b79.json new file mode 100644 index 00000000000..688e75d0d24 --- /dev/null +++ b/6962/data/test-cases/6f1fdf4eeda47b79.json @@ -0,0 +1 @@ +{"uid":"6f1fdf4eeda47b79","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":1714500539181,"stop":1714500539181,"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":3,"unknown":0,"total":3},"items":[{"uid":"c3bd21127c0ad5da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c3bd21127c0ad5da","status":"passed","time":{"start":1714494290448,"stop":1714494290449,"duration":1}},{"uid":"1bf1c9cd121e25fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1bf1c9cd121e25fc","status":"passed","time":{"start":1714492394191,"stop":1714492394192,"duration":1}}]},"tags":[]},"source":"6f1fdf4eeda47b79.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/14d6f690f5f7d55.json b/6962/data/test-cases/6f38c6079f9dfd2.json similarity index 75% rename from 6944/data/test-cases/14d6f690f5f7d55.json rename to 6962/data/test-cases/6f38c6079f9dfd2.json index 13959695e3d..d2c17646d15 100644 --- a/6944/data/test-cases/14d6f690f5f7d55.json +++ b/6962/data/test-cases/6f38c6079f9dfd2.json @@ -1 +1 @@ -{"uid":"14d6f690f5f7d55","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":1714425435632,"stop":1714425435633,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"31835ca0e92d215c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/31835ca0e92d215c","status":"passed","time":{"start":1714415590180,"stop":1714415590180,"duration":0}},{"uid":"aad48a210fdb027e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/aad48a210fdb027e","status":"passed","time":{"start":1714415739344,"stop":1714415739344,"duration":0}},{"uid":"b6f8335014c4d272","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b6f8335014c4d272","status":"passed","time":{"start":1714407950147,"stop":1714407950147,"duration":0}},{"uid":"26e0804c3ab34ae1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/26e0804c3ab34ae1","status":"passed","time":{"start":1714406978501,"stop":1714406978502,"duration":1}},{"uid":"fefc3dde55552872","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fefc3dde55552872","status":"passed","time":{"start":1714404752168,"stop":1714404752168,"duration":0}},{"uid":"e67de26e37a87964","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e67de26e37a87964","status":"passed","time":{"start":1714404488172,"stop":1714404488173,"duration":1}},{"uid":"4a5ab8dbe10751c2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4a5ab8dbe10751c2","status":"passed","time":{"start":1714404264854,"stop":1714404264856,"duration":2}},{"uid":"d26595d3625b1158","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d26595d3625b1158","status":"passed","time":{"start":1714386718990,"stop":1714386719000,"duration":10}},{"uid":"10f196efe3a93e71","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/10f196efe3a93e71","status":"passed","time":{"start":1714385802617,"stop":1714385802617,"duration":0}},{"uid":"4e79ce4265576a18","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4e79ce4265576a18","status":"passed","time":{"start":1714385084334,"stop":1714385084340,"duration":6}},{"uid":"9fafde58c48d5969","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9fafde58c48d5969","status":"passed","time":{"start":1714384783940,"stop":1714384783940,"duration":0}},{"uid":"c8bc4bc3988bf7ab","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c8bc4bc3988bf7ab","status":"passed","time":{"start":1714382927714,"stop":1714382927714,"duration":0}},{"uid":"72512bd5d92936ef","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/72512bd5d92936ef","status":"passed","time":{"start":1714383573261,"stop":1714383573262,"duration":1}},{"uid":"7fa5265fa5768807","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/7fa5265fa5768807","status":"passed","time":{"start":1714382735213,"stop":1714382735214,"duration":1}},{"uid":"407fbdac953c984c","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/407fbdac953c984c","status":"passed","time":{"start":1714383376700,"stop":1714383376700,"duration":0}},{"uid":"1e0ed72875025a5","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/1e0ed72875025a5","status":"passed","time":{"start":1714383261461,"stop":1714383261461,"duration":0}},{"uid":"4a7294309b2a0368","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/4a7294309b2a0368","status":"passed","time":{"start":1714381767586,"stop":1714381767586,"duration":0}},{"uid":"8553be30823f07d6","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/8553be30823f07d6","status":"passed","time":{"start":1714380548900,"stop":1714380548900,"duration":0}},{"uid":"420e8d13ac7cbc91","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/420e8d13ac7cbc91","status":"passed","time":{"start":1714380124171,"stop":1714380124171,"duration":0}},{"uid":"1322d8cc77e2be50","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1322d8cc77e2be50","status":"passed","time":{"start":1714297355223,"stop":1714297355223,"duration":0}}]},"tags":[]},"source":"14d6f690f5f7d55.json","parameterValues":[]} \ No newline at end of file +{"uid":"6f38c6079f9dfd2","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":1714501123755,"stop":1714501123756,"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":3,"unknown":0,"total":3},"items":[{"uid":"ba63bed036961ef2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ba63bed036961ef2","status":"passed","time":{"start":1714494838834,"stop":1714494838835,"duration":1}},{"uid":"49e06f4d9e92f7ad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49e06f4d9e92f7ad","status":"passed","time":{"start":1714492985719,"stop":1714492985719,"duration":0}}]},"tags":[]},"source":"6f38c6079f9dfd2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/6f89c2848c84b1fc.json b/6962/data/test-cases/6f89c2848c84b1fc.json new file mode 100644 index 00000000000..56d32a530a8 --- /dev/null +++ b/6962/data/test-cases/6f89c2848c84b1fc.json @@ -0,0 +1 @@ +{"uid":"6f89c2848c84b1fc","name":"Waku message hash computation (payload length 0)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (payload length 0)","historyId":"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500527929,"stop":1714500527929,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7750ffe5308fa92d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7750ffe5308fa92d","status":"passed","time":{"start":1714494279630,"stop":1714494279631,"duration":1}},{"uid":"24f097e19a1a1b1d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24f097e19a1a1b1d","status":"passed","time":{"start":1714492383510,"stop":1714492383510,"duration":0}}]},"tags":[]},"source":"6f89c2848c84b1fc.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8f0d5f28026c18e6.json b/6962/data/test-cases/700194d9b5602f7e.json similarity index 96% rename from 6944/data/test-cases/8f0d5f28026c18e6.json rename to 6962/data/test-cases/700194d9b5602f7e.json index 5369eefa9e6..d2f93a95911 100644 --- a/6944/data/test-cases/8f0d5f28026c18e6.json +++ b/6962/data/test-cases/700194d9b5602f7e.json @@ -1 +1 @@ -{"uid":"8f0d5f28026c18e6","name":"Push message with custom timestamp: 1714428668404","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1714428668404","historyId":"67c55db1add95cd0c6675ad97b75efc6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425435631,"stop":1714425435632,"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":"8f0d5f28026c18e6.json","parameterValues":[]} \ No newline at end of file +{"uid":"700194d9b5602f7e","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":1714501123804,"stop":1714501123804,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"e2640fc237924136","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e2640fc237924136","status":"passed","time":{"start":1714494838847,"stop":1714494838847,"duration":0}},{"uid":"65d903f5f9fab152","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/65d903f5f9fab152","status":"passed","time":{"start":1714492985765,"stop":1714492985765,"duration":0}}]},"tags":[]},"source":"700194d9b5602f7e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/70689ae8c5c23d5b.json b/6962/data/test-cases/70689ae8c5c23d5b.json new file mode 100644 index 00000000000..48f08d2c41a --- /dev/null +++ b/6962/data/test-cases/70689ae8c5c23d5b.json @@ -0,0 +1 @@ +{"uid":"70689ae8c5c23d5b","name":"should return false","fullName":"/src/enr.spec.ts: ENR > Verify > should return false","historyId":"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500534104,"stop":1714500534104,"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":3,"unknown":0,"total":3},"items":[{"uid":"d4981bf92b9a055b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d4981bf92b9a055b","status":"passed","time":{"start":1714494285526,"stop":1714494285526,"duration":0}},{"uid":"f329ba7ee67b31ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f329ba7ee67b31ab","status":"passed","time":{"start":1714492389340,"stop":1714492389340,"duration":0}}]},"tags":[]},"source":"70689ae8c5c23d5b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/708a514fa8d75f83.json b/6962/data/test-cases/708a514fa8d75f83.json new file mode 100644 index 00000000000..e3a786958fc --- /dev/null +++ b/6962/data/test-cases/708a514fa8d75f83.json @@ -0,0 +1 @@ +{"uid":"708a514fa8d75f83","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":1714500786927,"stop":1714500786927,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"e17e9a40532002dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e17e9a40532002dc","status":"passed","time":{"start":1714494536933,"stop":1714494536933,"duration":0}},{"uid":"94ce4a998da9047","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/94ce4a998da9047","status":"passed","time":{"start":1714492635268,"stop":1714492635268,"duration":0}}]},"tags":[]},"source":"708a514fa8d75f83.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/708fbdd20c11dd32.json b/6962/data/test-cases/708fbdd20c11dd32.json new file mode 100644 index 00000000000..d4f8cc4fec1 --- /dev/null +++ b/6962/data/test-cases/708fbdd20c11dd32.json @@ -0,0 +1 @@ +{"uid":"708fbdd20c11dd32","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":1714501220686,"stop":1714501220686,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"64425eb3b56484f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/64425eb3b56484f0","status":"passed","time":{"start":1714494954438,"stop":1714494954438,"duration":0}},{"uid":"f1e0144a6f0281b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1e0144a6f0281b0","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"tags":[]},"source":"708fbdd20c11dd32.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/70a253442772ee4b.json b/6962/data/test-cases/70a253442772ee4b.json new file mode 100644 index 00000000000..25fd3f8ba8b --- /dev/null +++ b/6962/data/test-cases/70a253442772ee4b.json @@ -0,0 +1 @@ +{"uid":"70a253442772ee4b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/$","historyId":"e5bf8edd0c98e330cde6b6efbf3a4690:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525346,"stop":1714500525346,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"90a2e7243be0b56e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90a2e7243be0b56e","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"482e204e129bb4fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/482e204e129bb4fd","status":"passed","time":{"start":1714492380871,"stop":1714492380872,"duration":1}}]},"tags":[]},"source":"70a253442772ee4b.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/906c104c2abb87ec.json b/6962/data/test-cases/70a2ba058821325e.json similarity index 78% rename from 6944/data/test-cases/906c104c2abb87ec.json rename to 6962/data/test-cases/70a2ba058821325e.json index e5ccffb4cdd..3fbbe9516c5 100644 --- a/6944/data/test-cases/906c104c2abb87ec.json +++ b/6962/data/test-cases/70a2ba058821325e.json @@ -1 +1 @@ -{"uid":"906c104c2abb87ec","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":1714425137456,"stop":1714425137457,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"23e0b421c812bc48","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/23e0b421c812bc48","status":"passed","time":{"start":1714415306377,"stop":1714415306377,"duration":0}},{"uid":"f3014be4e2b0b797","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f3014be4e2b0b797","status":"passed","time":{"start":1714415441032,"stop":1714415441032,"duration":0}},{"uid":"7ef18c14212d9fd3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7ef18c14212d9fd3","status":"passed","time":{"start":1714407661421,"stop":1714407661421,"duration":0}},{"uid":"70dadb4566c346c2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/70dadb4566c346c2","status":"passed","time":{"start":1714406688868,"stop":1714406688869,"duration":1}},{"uid":"37d5e47ec2799df","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/37d5e47ec2799df","status":"passed","time":{"start":1714404480629,"stop":1714404480631,"duration":2}},{"uid":"6115874cf840b74f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6115874cf840b74f","status":"passed","time":{"start":1714404187326,"stop":1714404187326,"duration":0}},{"uid":"2eaedf7f8f2996de","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2eaedf7f8f2996de","status":"passed","time":{"start":1714403975119,"stop":1714403975121,"duration":2}},{"uid":"969c87ccbb66c73c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/969c87ccbb66c73c","status":"passed","time":{"start":1714386442460,"stop":1714386442460,"duration":0}},{"uid":"53be0af7b311f14f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/53be0af7b311f14f","status":"passed","time":{"start":1714385503993,"stop":1714385503993,"duration":0}},{"uid":"525b9acdf6d2f4ac","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/525b9acdf6d2f4ac","status":"passed","time":{"start":1714384798832,"stop":1714384798833,"duration":1}},{"uid":"2a7ab0ea58f9709","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2a7ab0ea58f9709","status":"passed","time":{"start":1714384484762,"stop":1714384484762,"duration":0}},{"uid":"f7bc2f72f4cffc88","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f7bc2f72f4cffc88","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939612,"stop":1714382939612,"duration":0}},{"uid":"5b46ac8223e3c37","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/5b46ac8223e3c37","status":"passed","time":{"start":1714383271367,"stop":1714383271368,"duration":1}},{"uid":"57e57c7180dd64a4","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/57e57c7180dd64a4","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742243,"stop":1714382742243,"duration":0}},{"uid":"c51ae81de1c56e77","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c51ae81de1c56e77","status":"passed","time":{"start":1714383085698,"stop":1714383085699,"duration":1}},{"uid":"297689b4303d1afb","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/297689b4303d1afb","status":"passed","time":{"start":1714382957854,"stop":1714382957854,"duration":0}},{"uid":"83e6c5b278dd528e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/83e6c5b278dd528e","status":"passed","time":{"start":1714381467344,"stop":1714381467344,"duration":0}},{"uid":"457aff3558e8aa6b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/457aff3558e8aa6b","status":"passed","time":{"start":1714380262876,"stop":1714380262876,"duration":0}},{"uid":"2495d608dd0af7dd","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/2495d608dd0af7dd","status":"passed","time":{"start":1714379832141,"stop":1714379832141,"duration":0}},{"uid":"9b81854b92c6a595","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9b81854b92c6a595","status":"passed","time":{"start":1714297053931,"stop":1714297053931,"duration":0}}]},"tags":[]},"source":"906c104c2abb87ec.json","parameterValues":[]} \ No newline at end of file +{"uid":"70a2ba058821325e","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":1714500823185,"stop":1714500823185,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a5049bd3cb2baa0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5049bd3cb2baa0c","status":"passed","time":{"start":1714494571264,"stop":1714494571265,"duration":1}},{"uid":"51d806b2ed237002","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51d806b2ed237002","status":"passed","time":{"start":1714492678658,"stop":1714492678659,"duration":1}}]},"tags":[]},"source":"70a2ba058821325e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/bb3aa7e3df7add28.json b/6962/data/test-cases/70ac01642838ea6.json similarity index 84% rename from 6944/data/test-cases/bb3aa7e3df7add28.json rename to 6962/data/test-cases/70ac01642838ea6.json index fd5a379ad8b..2611463f2c8 100644 --- a/6944/data/test-cases/bb3aa7e3df7add28.json +++ b/6962/data/test-cases/70ac01642838ea6.json @@ -1 +1 @@ -{"uid":"bb3aa7e3df7add28","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":1714425435606,"stop":1714425435606,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"d546948c3df402f5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d546948c3df402f5","status":"passed","time":{"start":1714415590147,"stop":1714415590148,"duration":1}},{"uid":"6c039addfc341b4c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6c039addfc341b4c","status":"passed","time":{"start":1714415739317,"stop":1714415739318,"duration":1}},{"uid":"c6d13ab36788df3d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c6d13ab36788df3d","status":"passed","time":{"start":1714407950099,"stop":1714407950100,"duration":1}},{"uid":"2c05db269b82f6d4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2c05db269b82f6d4","status":"passed","time":{"start":1714406978429,"stop":1714406978429,"duration":0}},{"uid":"86d4acabd811d07","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/86d4acabd811d07","status":"passed","time":{"start":1714404752136,"stop":1714404752137,"duration":1}},{"uid":"11a88ed9995aacba","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/11a88ed9995aacba","status":"passed","time":{"start":1714404488097,"stop":1714404488097,"duration":0}},{"uid":"63a41871ee8f0e33","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/63a41871ee8f0e33","status":"passed","time":{"start":1714404264817,"stop":1714404264818,"duration":1}},{"uid":"f350ce5225b7441d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f350ce5225b7441d","status":"passed","time":{"start":1714386718896,"stop":1714386718897,"duration":1}},{"uid":"5e26808a5da2f85","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5e26808a5da2f85","status":"passed","time":{"start":1714385802594,"stop":1714385802595,"duration":1}},{"uid":"16c3486b0eb0de46","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/16c3486b0eb0de46","status":"passed","time":{"start":1714385084318,"stop":1714385084319,"duration":1}},{"uid":"a426321b0f334af0","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a426321b0f334af0","status":"passed","time":{"start":1714384783922,"stop":1714384783922,"duration":0}},{"uid":"cfe0d069143f6bc1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/cfe0d069143f6bc1","status":"passed","time":{"start":1714382927651,"stop":1714382927652,"duration":1}},{"uid":"a2fe5e6d86dda62b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a2fe5e6d86dda62b","status":"passed","time":{"start":1714383573242,"stop":1714383573243,"duration":1}},{"uid":"9feee791c0e4af62","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9feee791c0e4af62","status":"passed","time":{"start":1714382735193,"stop":1714382735193,"duration":0}},{"uid":"ca8cff24ff15d754","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ca8cff24ff15d754","status":"passed","time":{"start":1714383376654,"stop":1714383376655,"duration":1}},{"uid":"f23866c6fbc0017a","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f23866c6fbc0017a","status":"passed","time":{"start":1714383261440,"stop":1714383261441,"duration":1}},{"uid":"49e7fcb0f53ea3eb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/49e7fcb0f53ea3eb","status":"passed","time":{"start":1714381767554,"stop":1714381767554,"duration":0}},{"uid":"7017033e05b7cd6f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7017033e05b7cd6f","status":"passed","time":{"start":1714380548879,"stop":1714380548879,"duration":0}},{"uid":"a9f3c43f4255e480","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a9f3c43f4255e480","status":"passed","time":{"start":1714380124125,"stop":1714380124125,"duration":0}},{"uid":"244aa10fcdf32b34","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/244aa10fcdf32b34","status":"passed","time":{"start":1714297355209,"stop":1714297355209,"duration":0}}]},"tags":[]},"source":"bb3aa7e3df7add28.json","parameterValues":[]} \ No newline at end of file +{"uid":"70ac01642838ea6","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":1714501123760,"stop":1714501123777,"duration":17},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a9d4fa8024d766f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8a9d4fa8024d766f","status":"passed","time":{"start":1714494838838,"stop":1714494838838,"duration":0}},{"uid":"6dc92a2d9eaab48c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6dc92a2d9eaab48c","status":"passed","time":{"start":1714492985727,"stop":1714492985728,"duration":1}}]},"tags":[]},"source":"70ac01642838ea6.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3b5d460fc713d646.json b/6962/data/test-cases/70b09b2aac990a3c.json similarity index 74% rename from 6944/data/test-cases/3b5d460fc713d646.json rename to 6962/data/test-cases/70b09b2aac990a3c.json index 952486b8c8c..0bb4848be57 100644 --- a/6944/data/test-cases/3b5d460fc713d646.json +++ b/6962/data/test-cases/70b09b2aac990a3c.json @@ -1 +1 @@ -{"uid":"3b5d460fc713d646","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":1714425349859,"stop":1714425349859,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"fc57e83af958197c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fc57e83af958197c","status":"passed","time":{"start":1714415539974,"stop":1714415539974,"duration":0}},{"uid":"b6c08b81b8d1ed97","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b6c08b81b8d1ed97","status":"passed","time":{"start":1714415671313,"stop":1714415671313,"duration":0}},{"uid":"32b3bb32ba250db4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/32b3bb32ba250db4","status":"passed","time":{"start":1714407878078,"stop":1714407878078,"duration":0}},{"uid":"3d0eb4c104095944","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3d0eb4c104095944","status":"passed","time":{"start":1714406907371,"stop":1714406907371,"duration":0}},{"uid":"3540d1c44c08b027","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3540d1c44c08b027","status":"passed","time":{"start":1714404685455,"stop":1714404685455,"duration":0}},{"uid":"bb4ad6f0e52c780b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/bb4ad6f0e52c780b","status":"passed","time":{"start":1714404398001,"stop":1714404398002,"duration":1}},{"uid":"c00007004008070d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c00007004008070d","status":"passed","time":{"start":1714404193471,"stop":1714404193471,"duration":0}},{"uid":"fb70ff309af50f6b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/fb70ff309af50f6b","status":"passed","time":{"start":1714386646787,"stop":1714386646787,"duration":0}},{"uid":"204267798bd4fc23","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/204267798bd4fc23","status":"passed","time":{"start":1714385711029,"stop":1714385711029,"duration":0}},{"uid":"ebe38e680e2a7a5c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ebe38e680e2a7a5c","status":"passed","time":{"start":1714385006974,"stop":1714385006974,"duration":0}},{"uid":"7892ff6769feff3b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7892ff6769feff3b","status":"passed","time":{"start":1714384687416,"stop":1714384687416,"duration":0}},{"uid":"f5e6f4d4596e46cf","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f5e6f4d4596e46cf","status":"passed","time":{"start":1714383085783,"stop":1714383085783,"duration":0}},{"uid":"4d22c5c9fd4293c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4d22c5c9fd4293c","status":"passed","time":{"start":1714383482549,"stop":1714383482549,"duration":0}},{"uid":"5aed7d65a3875792","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5aed7d65a3875792","status":"passed","time":{"start":1714382879523,"stop":1714382879523,"duration":0}},{"uid":"e60a69e42521a325","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e60a69e42521a325","status":"passed","time":{"start":1714383290171,"stop":1714383290171,"duration":0}},{"uid":"f154e29e50d156ef","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f154e29e50d156ef","status":"passed","time":{"start":1714383178713,"stop":1714383178713,"duration":0}},{"uid":"972f28ea6056d78f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/972f28ea6056d78f","status":"passed","time":{"start":1714381680870,"stop":1714381680872,"duration":2}},{"uid":"34f85f553e5bfa5d","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/34f85f553e5bfa5d","status":"passed","time":{"start":1714380462782,"stop":1714380462783,"duration":1}},{"uid":"2d20ee38630ff7af","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/2d20ee38630ff7af","status":"passed","time":{"start":1714380037747,"stop":1714380037748,"duration":1}},{"uid":"4a0f767dab4bde30","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/4a0f767dab4bde30","status":"passed","time":{"start":1714297267379,"stop":1714297267380,"duration":1}}]},"tags":[]},"source":"3b5d460fc713d646.json","parameterValues":[]} \ No newline at end of file +{"uid":"70b09b2aac990a3c","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":1714501039477,"stop":1714501039478,"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":3,"unknown":0,"total":3},"items":[{"uid":"64f995f7523080e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/64f995f7523080e9","status":"passed","time":{"start":1714494791237,"stop":1714494791238,"duration":1}},{"uid":"d8dea7d72053786","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8dea7d72053786","status":"passed","time":{"start":1714492870703,"stop":1714492870703,"duration":0}}]},"tags":[]},"source":"70b09b2aac990a3c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b781b792ea4c5afe.json b/6962/data/test-cases/71080d4a8926cb67.json similarity index 60% rename from 6944/data/test-cases/b781b792ea4c5afe.json rename to 6962/data/test-cases/71080d4a8926cb67.json index 34e2a907685..36b133c13e1 100644 --- a/6944/data/test-cases/b781b792ea4c5afe.json +++ b/6962/data/test-cases/71080d4a8926cb67.json @@ -1 +1 @@ -{"uid":"b781b792ea4c5afe","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":1714425451134,"stop":1714425451134,"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":74,"unknown":0,"total":74},"items":[{"uid":"3e41f615dc16fa73","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3e41f615dc16fa73","status":"passed","time":{"start":1714415638839,"stop":1714415638839,"duration":0}},{"uid":"a3e558ba9e80e8ba","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a3e558ba9e80e8ba","status":"passed","time":{"start":1714415763435,"stop":1714415763435,"duration":0}},{"uid":"71ff3fe2365ec231","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/71ff3fe2365ec231","status":"passed","time":{"start":1714407962982,"stop":1714407962983,"duration":1}},{"uid":"90c221ff9e042127","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/90c221ff9e042127","status":"passed","time":{"start":1714407006175,"stop":1714407006178,"duration":3}},{"uid":"571cf7e2ce620ab2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/571cf7e2ce620ab2","status":"passed","time":{"start":1714404780878,"stop":1714404780878,"duration":0}},{"uid":"8889bd488d49a0c8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8889bd488d49a0c8","status":"passed","time":{"start":1714404472803,"stop":1714404472803,"duration":0}},{"uid":"6a688b38a3b2d279","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6a688b38a3b2d279","status":"passed","time":{"start":1714404283118,"stop":1714404283119,"duration":1}},{"uid":"a7b26e34ad2eca4","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a7b26e34ad2eca4","status":"passed","time":{"start":1714386745032,"stop":1714386745043,"duration":11}},{"uid":"11701b23b2e99ec9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/11701b23b2e99ec9","status":"passed","time":{"start":1714385808134,"stop":1714385808134,"duration":0}},{"uid":"8a0e8bab644012fb","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8a0e8bab644012fb","status":"passed","time":{"start":1714385100048,"stop":1714385100051,"duration":3}},{"uid":"334be06d66393de0","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/334be06d66393de0","status":"passed","time":{"start":1714384794970,"stop":1714384794970,"duration":0}},{"uid":"612475f8a55291af","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/612475f8a55291af","status":"passed","time":{"start":1714383216070,"stop":1714383216070,"duration":0}},{"uid":"2c5a037ec2a452ee","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2c5a037ec2a452ee","status":"passed","time":{"start":1714383588962,"stop":1714383588962,"duration":0}},{"uid":"9c65b9707d00754d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9c65b9707d00754d","status":"passed","time":{"start":1714383011684,"stop":1714383011684,"duration":0}},{"uid":"c1732cd7dfcf2200","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c1732cd7dfcf2200","status":"passed","time":{"start":1714383386206,"stop":1714383386206,"duration":0}},{"uid":"60315f4b1190a585","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/60315f4b1190a585","status":"passed","time":{"start":1714383270267,"stop":1714383270268,"duration":1}},{"uid":"66ca63aa3d6bc71c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/66ca63aa3d6bc71c","status":"passed","time":{"start":1714381774535,"stop":1714381774536,"duration":1}},{"uid":"3d63a590db3dd099","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3d63a590db3dd099","status":"passed","time":{"start":1714380552719,"stop":1714380552719,"duration":0}},{"uid":"48b4d4941e5e27b9","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/48b4d4941e5e27b9","status":"passed","time":{"start":1714380140928,"stop":1714380140928,"duration":0}},{"uid":"6bfa30d1f3c2fc15","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6bfa30d1f3c2fc15","status":"passed","time":{"start":1714297363005,"stop":1714297363005,"duration":0}}]},"tags":[]},"source":"b781b792ea4c5afe.json","parameterValues":[]} \ No newline at end of file +{"uid":"71080d4a8926cb67","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":1714501140346,"stop":1714501140346,"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":3,"unknown":0,"total":3},"items":[{"uid":"b421f78682457fb1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b421f78682457fb1","status":"passed","time":{"start":1714494884068,"stop":1714494884075,"duration":7}},{"uid":"3b946646a763d837","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b946646a763d837","status":"passed","time":{"start":1714492954775,"stop":1714492954776,"duration":1}}]},"tags":[]},"source":"71080d4a8926cb67.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2c4fb7d06b470d.json b/6962/data/test-cases/71340255e4b1d765.json similarity index 63% rename from 6944/data/test-cases/2c4fb7d06b470d.json rename to 6962/data/test-cases/71340255e4b1d765.json index 4f6ddbe0307..0328ece076d 100644 --- a/6944/data/test-cases/2c4fb7d06b470d.json +++ b/6962/data/test-cases/71340255e4b1d765.json @@ -1 +1 @@ -{"uid":"2c4fb7d06b470d","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":1714425369948,"stop":1714425369949,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"2adf6bc2fbe3d2da","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2adf6bc2fbe3d2da","status":"passed","time":{"start":1714415516369,"stop":1714415516369,"duration":0}},{"uid":"6d5a060109d1ff55","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6d5a060109d1ff55","status":"passed","time":{"start":1714415679023,"stop":1714415679023,"duration":0}},{"uid":"a7f88fb50239cec1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a7f88fb50239cec1","status":"passed","time":{"start":1714407884318,"stop":1714407884318,"duration":0}},{"uid":"c34526df0ead4c63","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c34526df0ead4c63","status":"passed","time":{"start":1714406914279,"stop":1714406914279,"duration":0}},{"uid":"527f5175f4aea017","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/527f5175f4aea017","status":"passed","time":{"start":1714404690103,"stop":1714404690103,"duration":0}},{"uid":"8615f8aba3cb6214","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8615f8aba3cb6214","status":"passed","time":{"start":1714404379771,"stop":1714404379771,"duration":0}},{"uid":"8612f18b114b23f0","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8612f18b114b23f0","status":"passed","time":{"start":1714404194537,"stop":1714404194537,"duration":0}},{"uid":"c1d2569e0d2774","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c1d2569e0d2774","status":"passed","time":{"start":1714386653719,"stop":1714386653720,"duration":1}},{"uid":"81e2c183984a0564","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/81e2c183984a0564","status":"passed","time":{"start":1714385733945,"stop":1714385733945,"duration":0}},{"uid":"e848e4200718969a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e848e4200718969a","status":"passed","time":{"start":1714385024696,"stop":1714385024696,"duration":0}},{"uid":"7b494dff289388d8","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7b494dff289388d8","status":"passed","time":{"start":1714384714541,"stop":1714384714542,"duration":1}},{"uid":"d9cee75a7f980fb8","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d9cee75a7f980fb8","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067718,"stop":1714384067718,"duration":0}},{"uid":"e5544f1f9e644ea7","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e5544f1f9e644ea7","status":"passed","time":{"start":1714383490729,"stop":1714383490729,"duration":0}},{"uid":"7286419c195e406b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/7286419c195e406b","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840417,"stop":1714383840417,"duration":0}},{"uid":"e0fdf713ec96c98","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e0fdf713ec96c98","status":"passed","time":{"start":1714383300545,"stop":1714383300545,"duration":0}},{"uid":"12050cb814e5efbe","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/12050cb814e5efbe","status":"passed","time":{"start":1714383176767,"stop":1714383176767,"duration":0}},{"uid":"b54537421c903fbb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b54537421c903fbb","status":"passed","time":{"start":1714381688731,"stop":1714381688732,"duration":1}},{"uid":"9c940dac201c5629","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/9c940dac201c5629","status":"passed","time":{"start":1714380481136,"stop":1714380481136,"duration":0}},{"uid":"e1f258e0a0751b1","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e1f258e0a0751b1","status":"passed","time":{"start":1714380049519,"stop":1714380049519,"duration":0}},{"uid":"c12dbf8a7ee2631","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c12dbf8a7ee2631","status":"passed","time":{"start":1714297302877,"stop":1714297302878,"duration":1}}]},"tags":[]},"source":"2c4fb7d06b470d.json","parameterValues":[]} \ No newline at end of file +{"uid":"71340255e4b1d765","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":1714501050431,"stop":1714501050432,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"53ed2d6b9a787e06","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/53ed2d6b9a787e06","status":"passed","time":{"start":1714494785898,"stop":1714494785898,"duration":0}},{"uid":"9baed406b2bfc33c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9baed406b2bfc33c","status":"passed","time":{"start":1714492898556,"stop":1714492898556,"duration":0}}]},"tags":[]},"source":"71340255e4b1d765.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/713c7f0c0303482.json b/6962/data/test-cases/713c7f0c0303482.json new file mode 100644 index 00000000000..0d3b2415be2 --- /dev/null +++ b/6962/data/test-cases/713c7f0c0303482.json @@ -0,0 +1 @@ +{"uid":"713c7f0c0303482","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":1714501039481,"stop":1714501039481,"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":3,"unknown":0,"total":3},"items":[{"uid":"b8629574509db7ab","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8629574509db7ab","status":"passed","time":{"start":1714494791245,"stop":1714494791246,"duration":1}},{"uid":"7284ec62335561b5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7284ec62335561b5","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"tags":[]},"source":"713c7f0c0303482.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/719ffc4d203018d2.json b/6962/data/test-cases/719ffc4d203018d2.json new file mode 100644 index 00000000000..8b710833e69 --- /dev/null +++ b/6962/data/test-cases/719ffc4d203018d2.json @@ -0,0 +1 @@ +{"uid":"719ffc4d203018d2","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":1714501150906,"stop":1714501150907,"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":3,"unknown":0,"total":3},"items":[{"uid":"ef5340afa3a05047","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef5340afa3a05047","status":"passed","time":{"start":1714494883922,"stop":1714494883922,"duration":0}},{"uid":"8e550b4dcbfcfa4b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8e550b4dcbfcfa4b","status":"passed","time":{"start":1714492982050,"stop":1714492982062,"duration":12}}]},"tags":[]},"source":"719ffc4d203018d2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/72006557d6fb9d0a.json b/6962/data/test-cases/72006557d6fb9d0a.json new file mode 100644 index 00000000000..5b9efeb28ca --- /dev/null +++ b/6962/data/test-cases/72006557d6fb9d0a.json @@ -0,0 +1 @@ +{"uid":"72006557d6fb9d0a","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":1714500654285,"stop":1714500654286,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"383b4f4adc103de6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/383b4f4adc103de6","status":"passed","time":{"start":1714494402825,"stop":1714494402828,"duration":3}},{"uid":"7ed7dba85107b2a3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7ed7dba85107b2a3","status":"passed","time":{"start":1714492502948,"stop":1714492502949,"duration":1}}]},"tags":[]},"source":"72006557d6fb9d0a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2b2f96cd9f940631.json b/6962/data/test-cases/7298d29c5877a0eb.json similarity index 85% rename from 6944/data/test-cases/2b2f96cd9f940631.json rename to 6962/data/test-cases/7298d29c5877a0eb.json index c18d8a3460b..dc494365c40 100644 --- a/6944/data/test-cases/2b2f96cd9f940631.json +++ b/6962/data/test-cases/7298d29c5877a0eb.json @@ -1 +1 @@ -{"uid":"2b2f96cd9f940631","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":1714425435620,"stop":1714425435621,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"7f30af567c5c0925","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7f30af567c5c0925","status":"passed","time":{"start":1714415590167,"stop":1714415590168,"duration":1}},{"uid":"c331dc80130d56dd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c331dc80130d56dd","status":"passed","time":{"start":1714415739331,"stop":1714415739331,"duration":0}},{"uid":"ccc3c4eda52790bb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ccc3c4eda52790bb","status":"passed","time":{"start":1714407950127,"stop":1714407950128,"duration":1}},{"uid":"100cd138a6b078f3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/100cd138a6b078f3","status":"passed","time":{"start":1714406978475,"stop":1714406978475,"duration":0}},{"uid":"b05fd42f3345fb42","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b05fd42f3345fb42","status":"passed","time":{"start":1714404752155,"stop":1714404752159,"duration":4}},{"uid":"70e1c792e8b73171","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/70e1c792e8b73171","status":"passed","time":{"start":1714404488153,"stop":1714404488154,"duration":1}},{"uid":"e0cdd637edb2436a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e0cdd637edb2436a","status":"passed","time":{"start":1714404264845,"stop":1714404264845,"duration":0}},{"uid":"6934f685e2fcfb30","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6934f685e2fcfb30","status":"passed","time":{"start":1714386718942,"stop":1714386718942,"duration":0}},{"uid":"71577db63d76b095","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/71577db63d76b095","status":"passed","time":{"start":1714385802609,"stop":1714385802609,"duration":0}},{"uid":"60e102503b3d5673","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/60e102503b3d5673","status":"passed","time":{"start":1714385084328,"stop":1714385084328,"duration":0}},{"uid":"ee5a83a120f31c2a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ee5a83a120f31c2a","status":"passed","time":{"start":1714384783931,"stop":1714384783932,"duration":1}},{"uid":"f3e318c48a25808d","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f3e318c48a25808d","status":"passed","time":{"start":1714382927694,"stop":1714382927694,"duration":0}},{"uid":"652ffde1c9cf2813","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/652ffde1c9cf2813","status":"passed","time":{"start":1714383573253,"stop":1714383573254,"duration":1}},{"uid":"e3a15cdc3305e66c","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e3a15cdc3305e66c","status":"passed","time":{"start":1714382735207,"stop":1714382735207,"duration":0}},{"uid":"cc6bdf67e9e1472e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/cc6bdf67e9e1472e","status":"passed","time":{"start":1714383376680,"stop":1714383376681,"duration":1}},{"uid":"2d0fab46e7048e83","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2d0fab46e7048e83","status":"passed","time":{"start":1714383261451,"stop":1714383261452,"duration":1}},{"uid":"673d38a13fd4993b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/673d38a13fd4993b","status":"passed","time":{"start":1714381767574,"stop":1714381767574,"duration":0}},{"uid":"60580a9aa8de7906","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/60580a9aa8de7906","status":"passed","time":{"start":1714380548893,"stop":1714380548893,"duration":0}},{"uid":"dfaa70ad6bfb1da7","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/dfaa70ad6bfb1da7","status":"passed","time":{"start":1714380124164,"stop":1714380124164,"duration":0}},{"uid":"ddd89f8b049000a6","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ddd89f8b049000a6","status":"passed","time":{"start":1714297355217,"stop":1714297355217,"duration":0}}]},"tags":[]},"source":"2b2f96cd9f940631.json","parameterValues":[]} \ No newline at end of file +{"uid":"7298d29c5877a0eb","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":1714501123809,"stop":1714501123809,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"6c67120cbcf9836f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c67120cbcf9836f","status":"passed","time":{"start":1714494838848,"stop":1714494838849,"duration":1}},{"uid":"5283b5f6c7f8ef81","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5283b5f6c7f8ef81","status":"passed","time":{"start":1714492985766,"stop":1714492985766,"duration":0}}]},"tags":[]},"source":"7298d29c5877a0eb.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/729bd1e3e4eafc19.json b/6962/data/test-cases/729bd1e3e4eafc19.json new file mode 100644 index 00000000000..27f7a2f5a3b --- /dev/null +++ b/6962/data/test-cases/729bd1e3e4eafc19.json @@ -0,0 +1 @@ +{"uid":"729bd1e3e4eafc19","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":1714500534107,"stop":1714500534107,"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":3,"unknown":0,"total":3},"items":[{"uid":"44dfb9d9ccfcb4db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/44dfb9d9ccfcb4db","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"ec76d9a2d1e93f37","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec76d9a2d1e93f37","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"tags":[]},"source":"729bd1e3e4eafc19.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/72d00f8b5a196564.json b/6962/data/test-cases/72d00f8b5a196564.json new file mode 100644 index 00000000000..3aa8407856e --- /dev/null +++ b/6962/data/test-cases/72d00f8b5a196564.json @@ -0,0 +1 @@ +{"uid":"72d00f8b5a196564","name":"should throw an error for an unconfigured topic","fullName":"/src/common/sharding.spec.ts: ensurePubsubTopicIsConfigured > should throw an error for an unconfigured topic","historyId":"93a9c5285a6c6691694bce3dbaa8b2af:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525351,"stop":1714500525351,"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":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cce6d59cd332a5d9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cce6d59cd332a5d9","status":"passed","time":{"start":1714494276822,"stop":1714494276822,"duration":0}},{"uid":"d4a238ba6e4bb34f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4a238ba6e4bb34f","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"tags":[]},"source":"72d00f8b5a196564.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/730a7bc8785c1412.json b/6962/data/test-cases/730a7bc8785c1412.json new file mode 100644 index 00000000000..cbcd1aa5137 --- /dev/null +++ b/6962/data/test-cases/730a7bc8785c1412.json @@ -0,0 +1 @@ +{"uid":"730a7bc8785c1412","name":"should return the pubsub topic directly if a string is provided","fullName":"/src/common/sharding.spec.ts: determinePubsubTopic > should return the pubsub topic directly if a string is provided","historyId":"73c3a05219f3f70f1a52c3c610a77ff9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525351,"stop":1714500525352,"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":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa511be5b1a5f235","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa511be5b1a5f235","status":"passed","time":{"start":1714494276822,"stop":1714494276823,"duration":1}},{"uid":"283a1d74ba87af6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/283a1d74ba87af6d","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"tags":[]},"source":"730a7bc8785c1412.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/73c350320eaa78dd.json b/6962/data/test-cases/73c350320eaa78dd.json new file mode 100644 index 00000000000..c9be5a00f77 --- /dev/null +++ b/6962/data/test-cases/73c350320eaa78dd.json @@ -0,0 +1 @@ +{"uid":"73c350320eaa78dd","name":"1 Store, 2 fetches","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Store, 2 fetches","historyId":"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500549550,"stop":1714500549550,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eae1c14ce87dc041","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eae1c14ce87dc041","status":"passed","time":{"start":1714494301033,"stop":1714494301033,"duration":0}},{"uid":"e079a81a98a0aa81","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e079a81a98a0aa81","status":"passed","time":{"start":1714492404786,"stop":1714492404786,"duration":0}}]},"tags":[]},"source":"73c350320eaa78dd.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/64def680ca32e9f7.json b/6962/data/test-cases/73cfb16460861f25.json similarity index 60% rename from 6944/data/test-cases/64def680ca32e9f7.json rename to 6962/data/test-cases/73cfb16460861f25.json index 644a0b0a9f9..9c38896ca36 100644 --- a/6944/data/test-cases/64def680ca32e9f7.json +++ b/6962/data/test-cases/73cfb16460861f25.json @@ -1 +1 @@ -{"uid":"64def680ca32e9f7","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":1714425451138,"stop":1714425451138,"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":74,"unknown":0,"total":74},"items":[{"uid":"dabe27f18d5b07a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dabe27f18d5b07a","status":"passed","time":{"start":1714415638847,"stop":1714415638847,"duration":0}},{"uid":"26d5bf8e144073a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/26d5bf8e144073a","status":"passed","time":{"start":1714415763440,"stop":1714415763440,"duration":0}},{"uid":"d26f6e34d0a43789","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d26f6e34d0a43789","status":"passed","time":{"start":1714407962987,"stop":1714407962988,"duration":1}},{"uid":"f0bfa2525447d1fc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f0bfa2525447d1fc","status":"passed","time":{"start":1714407006184,"stop":1714407006184,"duration":0}},{"uid":"38fab0be44176199","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/38fab0be44176199","status":"passed","time":{"start":1714404780881,"stop":1714404780881,"duration":0}},{"uid":"8b2deccadac14792","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8b2deccadac14792","status":"passed","time":{"start":1714404472806,"stop":1714404472807,"duration":1}},{"uid":"38ed6916211204","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/38ed6916211204","status":"passed","time":{"start":1714404283127,"stop":1714404283127,"duration":0}},{"uid":"5e1e54686c6e59a8","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5e1e54686c6e59a8","status":"passed","time":{"start":1714386745045,"stop":1714386745045,"duration":0}},{"uid":"2cdf45a6c918f7dc","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/2cdf45a6c918f7dc","status":"passed","time":{"start":1714385808136,"stop":1714385808136,"duration":0}},{"uid":"d092c9c0f035be24","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d092c9c0f035be24","status":"passed","time":{"start":1714385100056,"stop":1714385100057,"duration":1}},{"uid":"1f5bca6221d4ee2d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/1f5bca6221d4ee2d","status":"passed","time":{"start":1714384794972,"stop":1714384794972,"duration":0}},{"uid":"170f6acbe4827441","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/170f6acbe4827441","status":"passed","time":{"start":1714383216071,"stop":1714383216072,"duration":1}},{"uid":"bfda726084a821ce","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/bfda726084a821ce","status":"passed","time":{"start":1714383588963,"stop":1714383588964,"duration":1}},{"uid":"e47d3c1dfe226346","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e47d3c1dfe226346","status":"passed","time":{"start":1714383011688,"stop":1714383011689,"duration":1}},{"uid":"df6e2416964cb4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/df6e2416964cb4","status":"passed","time":{"start":1714383386208,"stop":1714383386208,"duration":0}},{"uid":"fc98d7de36ee9363","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fc98d7de36ee9363","status":"passed","time":{"start":1714383270272,"stop":1714383270274,"duration":2}},{"uid":"c984abf946854566","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c984abf946854566","status":"passed","time":{"start":1714381774537,"stop":1714381774537,"duration":0}},{"uid":"563574b14b5d9b7e","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/563574b14b5d9b7e","status":"passed","time":{"start":1714380552740,"stop":1714380552741,"duration":1}},{"uid":"d1fd085457d9b0dc","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d1fd085457d9b0dc","status":"passed","time":{"start":1714380140930,"stop":1714380140930,"duration":0}},{"uid":"4368b77042fbb460","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/4368b77042fbb460","status":"passed","time":{"start":1714297363007,"stop":1714297363007,"duration":0}}]},"tags":[]},"source":"64def680ca32e9f7.json","parameterValues":[]} \ No newline at end of file +{"uid":"73cfb16460861f25","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":1714501140348,"stop":1714501140348,"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":3,"unknown":0,"total":3},"items":[{"uid":"5dbdf52d1bc797b0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dbdf52d1bc797b0","status":"passed","time":{"start":1714494884079,"stop":1714494884080,"duration":1}},{"uid":"51c4ff6028f69ea6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51c4ff6028f69ea6","status":"passed","time":{"start":1714492954777,"stop":1714492954778,"duration":1}}]},"tags":[]},"source":"73cfb16460861f25.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/87ab37e956e80584.json b/6962/data/test-cases/746eab0f3a9aac1a.json similarity index 54% rename from 6944/data/test-cases/87ab37e956e80584.json rename to 6962/data/test-cases/746eab0f3a9aac1a.json index 366b1ca2c34..2799c7081fd 100644 --- a/6944/data/test-cases/87ab37e956e80584.json +++ b/6962/data/test-cases/746eab0f3a9aac1a.json @@ -1 +1 @@ -{"uid":"87ab37e956e80584","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":1714425405872,"stop":1714425405873,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"acfff8dba77cc82e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/acfff8dba77cc82e","status":"passed","time":{"start":1714415627117,"stop":1714415627118,"duration":1}},{"uid":"92bccea3da59eb6b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/92bccea3da59eb6b","status":"passed","time":{"start":1714415727607,"stop":1714415727608,"duration":1}},{"uid":"f16547c7e75672c3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f16547c7e75672c3","status":"passed","time":{"start":1714407946532,"stop":1714407946532,"duration":0}},{"uid":"7a9f9b0120f337de","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7a9f9b0120f337de","status":"passed","time":{"start":1714406957179,"stop":1714406957179,"duration":0}},{"uid":"484f894aec9facc3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/484f894aec9facc3","status":"passed","time":{"start":1714404754330,"stop":1714404754330,"duration":0}},{"uid":"bb2608c35f05b6d0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/bb2608c35f05b6d0","status":"passed","time":{"start":1714404439694,"stop":1714404439694,"duration":0}},{"uid":"2033400b3650076f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2033400b3650076f","status":"passed","time":{"start":1714404231977,"stop":1714404231978,"duration":1}},{"uid":"335f4e3d7095039b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/335f4e3d7095039b","status":"passed","time":{"start":1714386694964,"stop":1714386694964,"duration":0}},{"uid":"545178098952737","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/545178098952737","status":"passed","time":{"start":1714385783960,"stop":1714385783960,"duration":0}},{"uid":"ee37eabce753d327","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ee37eabce753d327","status":"passed","time":{"start":1714385070853,"stop":1714385070853,"duration":0}},{"uid":"62471c4b463b1cee","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/62471c4b463b1cee","status":"passed","time":{"start":1714384753500,"stop":1714384753501,"duration":1}},{"uid":"73d7c41759326ec1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/73d7c41759326ec1","status":"passed","time":{"start":1714383166147,"stop":1714383166148,"duration":1}},{"uid":"12588cf47250752a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/12588cf47250752a","status":"passed","time":{"start":1714383543866,"stop":1714383543867,"duration":1}},{"uid":"ba10e8f5833c3eb9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ba10e8f5833c3eb9","status":"passed","time":{"start":1714382959545,"stop":1714382959545,"duration":0}},{"uid":"2d3b17811ff2a53b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/2d3b17811ff2a53b","status":"passed","time":{"start":1714383336633,"stop":1714383336633,"duration":0}},{"uid":"275a3471e71cacc4","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/275a3471e71cacc4","status":"passed","time":{"start":1714383225817,"stop":1714383225817,"duration":0}},{"uid":"e408f299d31c0bcc","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e408f299d31c0bcc","status":"passed","time":{"start":1714381721905,"stop":1714381721905,"duration":0}},{"uid":"dbc2c25d09a28f9a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/dbc2c25d09a28f9a","status":"passed","time":{"start":1714380523199,"stop":1714380523199,"duration":0}},{"uid":"3b2592371911ef43","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3b2592371911ef43","status":"passed","time":{"start":1714380085656,"stop":1714380085657,"duration":1}},{"uid":"dd7f9fe6036abf9b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/dd7f9fe6036abf9b","status":"passed","time":{"start":1714297343338,"stop":1714297343339,"duration":1}}]},"tags":[]},"source":"87ab37e956e80584.json","parameterValues":[]} \ No newline at end of file +{"uid":"746eab0f3a9aac1a","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":1714501094175,"stop":1714501094176,"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":3,"unknown":0,"total":3},"items":[{"uid":"3186220334493b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3186220334493b","status":"passed","time":{"start":1714494837580,"stop":1714494837580,"duration":0}},{"uid":"bba3cb0a47e34605","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bba3cb0a47e34605","status":"passed","time":{"start":1714492927144,"stop":1714492927145,"duration":1}}]},"tags":[]},"source":"746eab0f3a9aac1a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/747b48d5bab153c3.json b/6962/data/test-cases/747b48d5bab153c3.json new file mode 100644 index 00000000000..3550c68f9ff --- /dev/null +++ b/6962/data/test-cases/747b48d5bab153c3.json @@ -0,0 +1 @@ +{"uid":"747b48d5bab153c3","name":"should return empty list for no shard","fullName":"/src/common/sharding.spec.ts: shardInfoToPubsubTopics > should return empty list for no shard","historyId":"136a79fa027ded7d0cecbc265f6e868f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525341,"stop":1714500525341,"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":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c89787b25e128f15","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c89787b25e128f15","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"b9fc65013bf50500","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b9fc65013bf50500","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"tags":[]},"source":"747b48d5bab153c3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7551580a7f512cd1.json b/6962/data/test-cases/7551580a7f512cd1.json new file mode 100644 index 00000000000..5cb4bbd107a --- /dev/null +++ b/6962/data/test-cases/7551580a7f512cd1.json @@ -0,0 +1 @@ +{"uid":"7551580a7f512cd1","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":1714500525332,"stop":1714500525333,"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":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ec60047ca187ec4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec60047ca187ec4","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"a7b9a864b64d778f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7b9a864b64d778f","status":"passed","time":{"start":1714492380863,"stop":1714492380864,"duration":1}}]},"tags":[]},"source":"7551580a7f512cd1.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/de31ffdbb6cb4e59.json b/6962/data/test-cases/756aaa7921b3ce41.json similarity index 65% rename from 6944/data/test-cases/de31ffdbb6cb4e59.json rename to 6962/data/test-cases/756aaa7921b3ce41.json index 0db7c589598..0fefb97076d 100644 --- a/6944/data/test-cases/de31ffdbb6cb4e59.json +++ b/6962/data/test-cases/756aaa7921b3ce41.json @@ -1 +1 @@ -{"uid":"de31ffdbb6cb4e59","name":"should not receive a peer event before start","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424877428,"stop":1714424877428,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"7ed9aa228f55f376","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7ed9aa228f55f376","status":"passed","time":{"start":1714415030103,"stop":1714415030103,"duration":0}},{"uid":"39c0deb30d3f89f5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/39c0deb30d3f89f5","status":"passed","time":{"start":1714415183073,"stop":1714415183073,"duration":0}},{"uid":"6f79a8f274b04a0d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6f79a8f274b04a0d","status":"passed","time":{"start":1714407390403,"stop":1714407390403,"duration":0}},{"uid":"908a28b74075d28d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/908a28b74075d28d","status":"passed","time":{"start":1714406417792,"stop":1714406417792,"duration":0}},{"uid":"8ad4f9b4a6919df3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8ad4f9b4a6919df3","status":"passed","time":{"start":1714404207524,"stop":1714404207525,"duration":1}},{"uid":"5a43bca7406fd5f0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/5a43bca7406fd5f0","status":"passed","time":{"start":1714403859299,"stop":1714403859300,"duration":1}},{"uid":"568797c7856cecab","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/568797c7856cecab","status":"passed","time":{"start":1714403703375,"stop":1714403703375,"duration":0}},{"uid":"efecf73984868c16","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/efecf73984868c16","status":"passed","time":{"start":1714386168542,"stop":1714386168542,"duration":0}},{"uid":"2e18e2a37b7b3086","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/2e18e2a37b7b3086","status":"passed","time":{"start":1714385239208,"stop":1714385239209,"duration":1}},{"uid":"3f4de24b20b1cdf5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/3f4de24b20b1cdf5","status":"passed","time":{"start":1714384531803,"stop":1714384531803,"duration":0}},{"uid":"43152f7e22a219c6","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/43152f7e22a219c6","status":"passed","time":{"start":1714384220016,"stop":1714384220016,"duration":0}},{"uid":"278d4b53f0f2b323","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/278d4b53f0f2b323","status":"passed","time":{"start":1714382024963,"stop":1714382024964,"duration":1}},{"uid":"579c97a24c43f71d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/579c97a24c43f71d","status":"passed","time":{"start":1714382999500,"stop":1714382999501,"duration":1}},{"uid":"628653e80291ccbc","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/628653e80291ccbc","status":"passed","time":{"start":1714381835718,"stop":1714381835718,"duration":0}},{"uid":"2b6fce1fb80a49ab","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/2b6fce1fb80a49ab","status":"passed","time":{"start":1714382821233,"stop":1714382821233,"duration":0}},{"uid":"f87a8fbbd7afe317","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f87a8fbbd7afe317","status":"passed","time":{"start":1714382694387,"stop":1714382694387,"duration":0}},{"uid":"2771d3942cfd0632","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2771d3942cfd0632","status":"passed","time":{"start":1714381204661,"stop":1714381204662,"duration":1}},{"uid":"9df541ee9fd5ee67","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/9df541ee9fd5ee67","status":"passed","time":{"start":1714379990099,"stop":1714379990099,"duration":0}},{"uid":"24737b9ecb924f37","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/24737b9ecb924f37","status":"passed","time":{"start":1714379561023,"stop":1714379561023,"duration":0}},{"uid":"be788d5eb8b9b519","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/be788d5eb8b9b519","status":"passed","time":{"start":1714296791535,"stop":1714296791535,"duration":0}}]},"tags":[]},"source":"de31ffdbb6cb4e59.json","parameterValues":[]} \ No newline at end of file +{"uid":"756aaa7921b3ce41","name":"should not receive a peer event before start","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Compliance Tests > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554004,"stop":1714500554005,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Compliance Tests"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ce05dc74eed696","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ce05dc74eed696","status":"passed","time":{"start":1714494305185,"stop":1714494305185,"duration":0}}]},"tags":[]},"source":"756aaa7921b3ce41.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8563a6c13fd36474.json b/6962/data/test-cases/75924f2a405a97e4.json similarity index 84% rename from 6944/data/test-cases/8563a6c13fd36474.json rename to 6962/data/test-cases/75924f2a405a97e4.json index d7afd88beb5..a9543a4cf43 100644 --- a/6944/data/test-cases/8563a6c13fd36474.json +++ b/6962/data/test-cases/75924f2a405a97e4.json @@ -1 +1 @@ -{"uid":"8563a6c13fd36474","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":1714425435630,"stop":1714425435630,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"ee2f2a6978cc15f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ee2f2a6978cc15f","status":"passed","time":{"start":1714415590176,"stop":1714415590176,"duration":0}},{"uid":"5d6fa2e3e8dd65d9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5d6fa2e3e8dd65d9","status":"passed","time":{"start":1714415739337,"stop":1714415739337,"duration":0}},{"uid":"dd5d4eab0dd1d3f7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dd5d4eab0dd1d3f7","status":"passed","time":{"start":1714407950144,"stop":1714407950144,"duration":0}},{"uid":"9b37818455e4fb53","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9b37818455e4fb53","status":"passed","time":{"start":1714406978498,"stop":1714406978498,"duration":0}},{"uid":"23d245f982dbca2d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/23d245f982dbca2d","status":"passed","time":{"start":1714404752165,"stop":1714404752166,"duration":1}},{"uid":"a369fd345cc723db","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a369fd345cc723db","status":"passed","time":{"start":1714404488169,"stop":1714404488169,"duration":0}},{"uid":"d2a5698268a9b708","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d2a5698268a9b708","status":"passed","time":{"start":1714404264851,"stop":1714404264851,"duration":0}},{"uid":"b9b46c70094f1920","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b9b46c70094f1920","status":"passed","time":{"start":1714386718967,"stop":1714386718968,"duration":1}},{"uid":"20d737f7bfa86f69","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/20d737f7bfa86f69","status":"passed","time":{"start":1714385802615,"stop":1714385802615,"duration":0}},{"uid":"5b14455612975ec4","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5b14455612975ec4","status":"passed","time":{"start":1714385084332,"stop":1714385084332,"duration":0}},{"uid":"7c5b163b4239a38c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7c5b163b4239a38c","status":"passed","time":{"start":1714384783937,"stop":1714384783938,"duration":1}},{"uid":"623c958a5dbf6eba","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/623c958a5dbf6eba","status":"passed","time":{"start":1714382927706,"stop":1714382927711,"duration":5}},{"uid":"c697448d9fcb2a6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c697448d9fcb2a6","status":"passed","time":{"start":1714383573259,"stop":1714383573259,"duration":0}},{"uid":"4e94c61e563bf6f2","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4e94c61e563bf6f2","status":"passed","time":{"start":1714382735211,"stop":1714382735212,"duration":1}},{"uid":"5aa0ab21398c314d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5aa0ab21398c314d","status":"passed","time":{"start":1714383376693,"stop":1714383376694,"duration":1}},{"uid":"7a90c5557a01a5a6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7a90c5557a01a5a6","status":"passed","time":{"start":1714383261458,"stop":1714383261459,"duration":1}},{"uid":"4805459ac8527ba5","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/4805459ac8527ba5","status":"passed","time":{"start":1714381767582,"stop":1714381767583,"duration":1}},{"uid":"b68b905ec4f5270e","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/b68b905ec4f5270e","status":"passed","time":{"start":1714380548897,"stop":1714380548898,"duration":1}},{"uid":"be704883659e9056","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/be704883659e9056","status":"passed","time":{"start":1714380124169,"stop":1714380124169,"duration":0}},{"uid":"f9fff3e035997b05","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f9fff3e035997b05","status":"passed","time":{"start":1714297355221,"stop":1714297355221,"duration":0}}]},"tags":[]},"source":"8563a6c13fd36474.json","parameterValues":[]} \ No newline at end of file +{"uid":"75924f2a405a97e4","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":1714501123819,"stop":1714501123820,"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":3,"unknown":0,"total":3},"items":[{"uid":"c756a93eeef21b86","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c756a93eeef21b86","status":"passed","time":{"start":1714494838855,"stop":1714494838855,"duration":0}},{"uid":"3845de303d4486c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3845de303d4486c8","status":"passed","time":{"start":1714492985775,"stop":1714492985776,"duration":1}}]},"tags":[]},"source":"75924f2a405a97e4.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f8d668aeabe2334e.json b/6962/data/test-cases/75ddef2b1b9b00fa.json similarity index 79% rename from 6944/data/test-cases/f8d668aeabe2334e.json rename to 6962/data/test-cases/75ddef2b1b9b00fa.json index a47580dc9e2..eccb81d2c30 100644 --- a/6944/data/test-cases/f8d668aeabe2334e.json +++ b/6962/data/test-cases/75ddef2b1b9b00fa.json @@ -1 +1 @@ -{"uid":"f8d668aeabe2334e","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":1714425534889,"stop":1714425534889,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"125291bdfe4c7ef6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/125291bdfe4c7ef6","status":"passed","time":{"start":1714415702289,"stop":1714415702289,"duration":0}},{"uid":"ec43eb7a95b0b48c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ec43eb7a95b0b48c","status":"passed","time":{"start":1714415850497,"stop":1714415850497,"duration":0}},{"uid":"a511f28c5789c299","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a511f28c5789c299","status":"passed","time":{"start":1714408049945,"stop":1714408049946,"duration":1}},{"uid":"c810d2a0f1ad2fb9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c810d2a0f1ad2fb9","status":"passed","time":{"start":1714407080669,"stop":1714407080670,"duration":1}},{"uid":"6d1c139738731da6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6d1c139738731da6","status":"passed","time":{"start":1714404860586,"stop":1714404860586,"duration":0}},{"uid":"f1eab50d7d3103e1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f1eab50d7d3103e1","status":"passed","time":{"start":1714404585198,"stop":1714404585199,"duration":1}},{"uid":"45d3f8f07f460278","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/45d3f8f07f460278","status":"passed","time":{"start":1714404366307,"stop":1714404366307,"duration":0}},{"uid":"8d993e9497456db1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8d993e9497456db1","status":"passed","time":{"start":1714386825526,"stop":1714386825526,"duration":0}},{"uid":"ee0628cee5f695a7","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ee0628cee5f695a7","status":"passed","time":{"start":1714385893737,"stop":1714385893737,"duration":0}},{"uid":"934132e87a3fb65a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/934132e87a3fb65a","status":"passed","time":{"start":1714385188012,"stop":1714385188012,"duration":0}},{"uid":"7243949502577ace","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7243949502577ace","status":"passed","time":{"start":1714384869911,"stop":1714384869911,"duration":0}},{"uid":"a6ad5971313e815e","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a6ad5971313e815e","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237130,"stop":1714384237131,"duration":1}},{"uid":"7f8a2c36c943b3b5","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7f8a2c36c943b3b5","status":"passed","time":{"start":1714383661922,"stop":1714383661922,"duration":0}},{"uid":"f5099828cd58f52d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f5099828cd58f52d","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018805,"stop":1714384018805,"duration":0}},{"uid":"c20346ef68ab285f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c20346ef68ab285f","status":"passed","time":{"start":1714383474180,"stop":1714383474181,"duration":1}},{"uid":"1c5d4ad0623df32e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/1c5d4ad0623df32e","status":"passed","time":{"start":1714383351251,"stop":1714383351251,"duration":0}},{"uid":"37646a3bdfe5db0b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/37646a3bdfe5db0b","status":"passed","time":{"start":1714381860515,"stop":1714381860515,"duration":0}},{"uid":"7000afc6fb949f67","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7000afc6fb949f67","status":"passed","time":{"start":1714380649660,"stop":1714380649660,"duration":0}},{"uid":"9d728c23972b25e8","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9d728c23972b25e8","status":"passed","time":{"start":1714380216160,"stop":1714380216161,"duration":1}},{"uid":"4d9dec6268351fd0","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/4d9dec6268351fd0","status":"passed","time":{"start":1714297452328,"stop":1714297452328,"duration":0}}]},"tags":[]},"source":"f8d668aeabe2334e.json","parameterValues":[]} \ No newline at end of file +{"uid":"75ddef2b1b9b00fa","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":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"92ac4f5994b0bd34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92ac4f5994b0bd34","status":"passed","time":{"start":1714494954442,"stop":1714494954442,"duration":0}},{"uid":"b1696c911545c5b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b1696c911545c5b4","status":"passed","time":{"start":1714493052138,"stop":1714493052138,"duration":0}}]},"tags":[]},"source":"75ddef2b1b9b00fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/75f35d18aeebdec8.json b/6962/data/test-cases/75f35d18aeebdec8.json new file mode 100644 index 00000000000..ace16af31b4 --- /dev/null +++ b/6962/data/test-cases/75f35d18aeebdec8.json @@ -0,0 +1 @@ +{"uid":"75f35d18aeebdec8","name":"should encodeTxt and decodeTxt","fullName":"/src/enr.spec.ts: ENR > Txt codec > should encodeTxt and decodeTxt","historyId":"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500534096,"stop":1714500534096,"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":3,"unknown":0,"total":3},"items":[{"uid":"69a15521cb5fdc02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69a15521cb5fdc02","status":"passed","time":{"start":1714494285518,"stop":1714494285518,"duration":0}},{"uid":"1f443389928e9bb9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f443389928e9bb9","status":"passed","time":{"start":1714492389331,"stop":1714492389331,"duration":0}}]},"tags":[]},"source":"75f35d18aeebdec8.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/564ef85c79c12761.json b/6962/data/test-cases/762858d80b377660.json similarity index 75% rename from 6944/data/test-cases/564ef85c79c12761.json rename to 6962/data/test-cases/762858d80b377660.json index 33a6c591604..adc49c083a2 100644 --- a/6944/data/test-cases/564ef85c79c12761.json +++ b/6962/data/test-cases/762858d80b377660.json @@ -1 +1 @@ -{"uid":"564ef85c79c12761","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":1714425068138,"stop":1714425068139,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"a51049184bdc248d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a51049184bdc248d","status":"passed","time":{"start":1714415236744,"stop":1714415236744,"duration":0}},{"uid":"1ba3d002fad6587","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1ba3d002fad6587","status":"passed","time":{"start":1714415370282,"stop":1714415370283,"duration":1}},{"uid":"c3fc333cb4544e71","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c3fc333cb4544e71","status":"passed","time":{"start":1714407592718,"stop":1714407592719,"duration":1}},{"uid":"c22ff1862761418b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c22ff1862761418b","status":"passed","time":{"start":1714406603008,"stop":1714406603009,"duration":1}},{"uid":"5408182c50ec4066","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5408182c50ec4066","status":"passed","time":{"start":1714404403078,"stop":1714404403079,"duration":1}},{"uid":"f65b35956dd246e7","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f65b35956dd246e7","status":"passed","time":{"start":1714404066551,"stop":1714404066553,"duration":2}},{"uid":"6fe2c9602d6fdffe","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6fe2c9602d6fdffe","status":"passed","time":{"start":1714403911541,"stop":1714403911541,"duration":0}},{"uid":"4a92b69b10673216","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4a92b69b10673216","status":"passed","time":{"start":1714386356543,"stop":1714386356544,"duration":1}},{"uid":"973a08c7b17a4f46","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/973a08c7b17a4f46","status":"passed","time":{"start":1714385421462,"stop":1714385421463,"duration":1}},{"uid":"6070248a0b6a1ec8","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6070248a0b6a1ec8","status":"passed","time":{"start":1714384714546,"stop":1714384714547,"duration":1}},{"uid":"bcc1a55c7a4fbea8","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/bcc1a55c7a4fbea8","status":"passed","time":{"start":1714384405989,"stop":1714384405990,"duration":1}},{"uid":"b9e2fed907fedb75","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b9e2fed907fedb75","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845675,"stop":1714382845676,"duration":1}},{"uid":"963fc5f7da9c9947","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/963fc5f7da9c9947","status":"passed","time":{"start":1714383192253,"stop":1714383192254,"duration":1}},{"uid":"694a209e5a9bc8e0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/694a209e5a9bc8e0","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649804,"stop":1714382649804,"duration":0}},{"uid":"e4e9aca24df8a15a","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e4e9aca24df8a15a","status":"passed","time":{"start":1714383007942,"stop":1714383007942,"duration":0}},{"uid":"d92db46517730388","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/d92db46517730388","status":"passed","time":{"start":1714382888213,"stop":1714382888214,"duration":1}},{"uid":"32125d72188d819d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/32125d72188d819d","status":"passed","time":{"start":1714381390668,"stop":1714381390669,"duration":1}},{"uid":"453d6a3e53cf5092","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/453d6a3e53cf5092","status":"passed","time":{"start":1714380173234,"stop":1714380173234,"duration":0}},{"uid":"e78767fb11721ecc","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e78767fb11721ecc","status":"passed","time":{"start":1714379752753,"stop":1714379752756,"duration":3}},{"uid":"f5d8436d3a782656","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f5d8436d3a782656","status":"passed","time":{"start":1714296983627,"stop":1714296983629,"duration":2}}]},"tags":[]},"source":"564ef85c79c12761.json","parameterValues":[]} \ No newline at end of file +{"uid":"762858d80b377660","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":1714500735358,"stop":1714500735358,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ea555127eb70167","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ea555127eb70167","status":"passed","time":{"start":1714494500283,"stop":1714494500283,"duration":0}},{"uid":"bedcd4b8e4f743b5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bedcd4b8e4f743b5","status":"passed","time":{"start":1714492591435,"stop":1714492591435,"duration":0}}]},"tags":[]},"source":"762858d80b377660.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7631461a578dd523.json b/6962/data/test-cases/7631461a578dd523.json new file mode 100644 index 00000000000..50e92b684de --- /dev/null +++ b/6962/data/test-cases/7631461a578dd523.json @@ -0,0 +1 @@ +{"uid":"7631461a578dd523","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":1714500976552,"stop":1714500976554,"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":3,"unknown":0,"total":3},"items":[{"uid":"5df7530c0690179c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5df7530c0690179c","status":"passed","time":{"start":1714494735294,"stop":1714494735295,"duration":1}},{"uid":"4bf12d17fea845fe","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4bf12d17fea845fe","status":"passed","time":{"start":1714492814964,"stop":1714492814965,"duration":1}}]},"tags":[]},"source":"7631461a578dd523.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/76a9596a8476161f.json b/6962/data/test-cases/76a9596a8476161f.json new file mode 100644 index 00000000000..f16f21af0de --- /dev/null +++ b/6962/data/test-cases/76a9596a8476161f.json @@ -0,0 +1 @@ +{"uid":"76a9596a8476161f","name":"Using a function","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Using a function","historyId":"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501181623,"stop":1714501181623,"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":3,"unknown":0,"total":3},"items":[{"uid":"c8049489f9616409","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8049489f9616409","status":"passed","time":{"start":1714494921191,"stop":1714494921192,"duration":1}},{"uid":"3df2a92f0ae78d78","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3df2a92f0ae78d78","status":"passed","time":{"start":1714493000280,"stop":1714493000280,"duration":0}}]},"tags":[]},"source":"76a9596a8476161f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/76ab6470d80fe609.json b/6962/data/test-cases/76ab6470d80fe609.json new file mode 100644 index 00000000000..a65fc7f9c5f --- /dev/null +++ b/6962/data/test-cases/76ab6470d80fe609.json @@ -0,0 +1 @@ +{"uid":"76ab6470d80fe609","name":"Waku message hash computation (meta attribute not present)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (meta attribute not present)","historyId":"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500527929,"stop":1714500527929,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af0a0d67963c961a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af0a0d67963c961a","status":"passed","time":{"start":1714494279630,"stop":1714494279630,"duration":0}},{"uid":"7af8e60d947fc807","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7af8e60d947fc807","status":"passed","time":{"start":1714492383509,"stop":1714492383510,"duration":1}}]},"tags":[]},"source":"76ab6470d80fe609.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7713c2be95c66277.json b/6962/data/test-cases/7713c2be95c66277.json new file mode 100644 index 00000000000..a90e0d42d0d --- /dev/null +++ b/6962/data/test-cases/7713c2be95c66277.json @@ -0,0 +1 @@ +{"uid":"7713c2be95c66277","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":1714500534104,"stop":1714500534104,"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":3,"unknown":0,"total":3},"items":[{"uid":"672f6f334441594b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/672f6f334441594b","status":"passed","time":{"start":1714494285526,"stop":1714494285526,"duration":0}},{"uid":"6be8d253e93144f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6be8d253e93144f8","status":"passed","time":{"start":1714492389340,"stop":1714492389340,"duration":0}}]},"tags":[]},"source":"7713c2be95c66277.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ef835545c26bd68d.json b/6962/data/test-cases/77456e2ab7aabb3f.json similarity index 75% rename from 6944/data/test-cases/ef835545c26bd68d.json rename to 6962/data/test-cases/77456e2ab7aabb3f.json index db574c9dc47..a75992a2d10 100644 --- a/6944/data/test-cases/ef835545c26bd68d.json +++ b/6962/data/test-cases/77456e2ab7aabb3f.json @@ -1 +1 @@ -{"uid":"ef835545c26bd68d","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":1714425068148,"stop":1714425068148,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"6fde9ae5cb62f2da","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6fde9ae5cb62f2da","status":"passed","time":{"start":1714415236748,"stop":1714415236748,"duration":0}},{"uid":"92fb0f79ea567190","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/92fb0f79ea567190","status":"passed","time":{"start":1714415370287,"stop":1714415370287,"duration":0}},{"uid":"d9d8a22fc6203a34","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d9d8a22fc6203a34","status":"passed","time":{"start":1714407592726,"stop":1714407592727,"duration":1}},{"uid":"32e7c8aa901908d1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/32e7c8aa901908d1","status":"passed","time":{"start":1714406603013,"stop":1714406603013,"duration":0}},{"uid":"97cee5ad91dce969","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/97cee5ad91dce969","status":"passed","time":{"start":1714404403092,"stop":1714404403092,"duration":0}},{"uid":"32ec54c9b57643d2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/32ec54c9b57643d2","status":"passed","time":{"start":1714404066557,"stop":1714404066557,"duration":0}},{"uid":"38ca00df481e0805","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/38ca00df481e0805","status":"passed","time":{"start":1714403911545,"stop":1714403911546,"duration":1}},{"uid":"faee7c30a18ac519","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/faee7c30a18ac519","status":"passed","time":{"start":1714386356547,"stop":1714386356547,"duration":0}},{"uid":"1482407745bade58","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1482407745bade58","status":"passed","time":{"start":1714385421468,"stop":1714385421468,"duration":0}},{"uid":"8a67286643f8b04d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8a67286643f8b04d","status":"passed","time":{"start":1714384714569,"stop":1714384714570,"duration":1}},{"uid":"6fd9f449c481545e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6fd9f449c481545e","status":"passed","time":{"start":1714384405993,"stop":1714384405993,"duration":0}},{"uid":"373265b22da245d3","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/373265b22da245d3","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845686,"stop":1714382845687,"duration":1}},{"uid":"786b27460c8c0cfa","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/786b27460c8c0cfa","status":"passed","time":{"start":1714383192264,"stop":1714383192266,"duration":2}},{"uid":"fb68b9c4eb8030cf","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/fb68b9c4eb8030cf","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649828,"stop":1714382649828,"duration":0}},{"uid":"7c7076e2a31455b3","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7c7076e2a31455b3","status":"passed","time":{"start":1714383007952,"stop":1714383007953,"duration":1}},{"uid":"70cb3b5786ed4839","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/70cb3b5786ed4839","status":"passed","time":{"start":1714382888217,"stop":1714382888217,"duration":0}},{"uid":"ff33cd214ca3aefd","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ff33cd214ca3aefd","status":"passed","time":{"start":1714381390673,"stop":1714381390673,"duration":0}},{"uid":"beb88c737602b6dd","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/beb88c737602b6dd","status":"passed","time":{"start":1714380173239,"stop":1714380173239,"duration":0}},{"uid":"4fdb69a29b095098","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4fdb69a29b095098","status":"passed","time":{"start":1714379752780,"stop":1714379752780,"duration":0}},{"uid":"a6018d526a378a1b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a6018d526a378a1b","status":"passed","time":{"start":1714296983636,"stop":1714296983636,"duration":0}}]},"tags":[]},"source":"ef835545c26bd68d.json","parameterValues":[]} \ No newline at end of file +{"uid":"77456e2ab7aabb3f","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":1714500735362,"stop":1714500735362,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"14d3ca1324fb1949","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14d3ca1324fb1949","status":"passed","time":{"start":1714494500288,"stop":1714494500289,"duration":1}},{"uid":"15578ce15265f1e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/15578ce15265f1e8","status":"passed","time":{"start":1714492591446,"stop":1714492591447,"duration":1}}]},"tags":[]},"source":"77456e2ab7aabb3f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2af0d1ab598f3c72.json b/6962/data/test-cases/774f311be489f502.json similarity index 75% rename from 6944/data/test-cases/2af0d1ab598f3c72.json rename to 6962/data/test-cases/774f311be489f502.json index 2a4b90f8b7e..dbdbea93870 100644 --- a/6944/data/test-cases/2af0d1ab598f3c72.json +++ b/6962/data/test-cases/774f311be489f502.json @@ -1 +1 @@ -{"uid":"2af0d1ab598f3c72","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":1714425068139,"stop":1714425068144,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"f6bb82375f48795d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f6bb82375f48795d","status":"passed","time":{"start":1714415236744,"stop":1714415236745,"duration":1}},{"uid":"da3653781b4aae8f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/da3653781b4aae8f","status":"passed","time":{"start":1714415370283,"stop":1714415370284,"duration":1}},{"uid":"e9db68fda94537dc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e9db68fda94537dc","status":"passed","time":{"start":1714407592719,"stop":1714407592720,"duration":1}},{"uid":"7897a08eb336e630","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7897a08eb336e630","status":"passed","time":{"start":1714406603009,"stop":1714406603009,"duration":0}},{"uid":"22fc45e0a08cd134","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/22fc45e0a08cd134","status":"passed","time":{"start":1714404403079,"stop":1714404403080,"duration":1}},{"uid":"dd1f5caa1b92dd57","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/dd1f5caa1b92dd57","status":"passed","time":{"start":1714404066553,"stop":1714404066554,"duration":1}},{"uid":"75ade33074c3d615","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/75ade33074c3d615","status":"passed","time":{"start":1714403911542,"stop":1714403911542,"duration":0}},{"uid":"f737eecef61bdb04","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f737eecef61bdb04","status":"passed","time":{"start":1714386356544,"stop":1714386356545,"duration":1}},{"uid":"a8787edf10009560","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a8787edf10009560","status":"passed","time":{"start":1714385421464,"stop":1714385421464,"duration":0}},{"uid":"94e57a47dc80a236","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/94e57a47dc80a236","status":"passed","time":{"start":1714384714547,"stop":1714384714558,"duration":11}},{"uid":"3e5e8fbf5923464c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3e5e8fbf5923464c","status":"passed","time":{"start":1714384405990,"stop":1714384405990,"duration":0}},{"uid":"b63d2bdec2c4e854","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b63d2bdec2c4e854","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845677,"stop":1714382845677,"duration":0}},{"uid":"10a1cea6bb9833f6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/10a1cea6bb9833f6","status":"passed","time":{"start":1714383192254,"stop":1714383192254,"duration":0}},{"uid":"8b60ffc5acc29ef4","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8b60ffc5acc29ef4","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649805,"stop":1714382649814,"duration":9}},{"uid":"be21fe66529be5b1","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/be21fe66529be5b1","status":"passed","time":{"start":1714383007943,"stop":1714383007943,"duration":0}},{"uid":"9e2f48a3fa5e9918","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9e2f48a3fa5e9918","status":"passed","time":{"start":1714382888214,"stop":1714382888215,"duration":1}},{"uid":"53676f4e30ae1bae","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/53676f4e30ae1bae","status":"passed","time":{"start":1714381390669,"stop":1714381390670,"duration":1}},{"uid":"a740d031bab514bd","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/a740d031bab514bd","status":"passed","time":{"start":1714380173234,"stop":1714380173234,"duration":0}},{"uid":"bc5039c8f6e2f06e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/bc5039c8f6e2f06e","status":"passed","time":{"start":1714379752759,"stop":1714379752760,"duration":1}},{"uid":"3f412f22b8e40dd0","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3f412f22b8e40dd0","status":"passed","time":{"start":1714296983629,"stop":1714296983630,"duration":1}}]},"tags":[]},"source":"2af0d1ab598f3c72.json","parameterValues":[]} \ No newline at end of file +{"uid":"774f311be489f502","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":1714500735358,"stop":1714500735359,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36ed72b33d11493e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36ed72b33d11493e","status":"passed","time":{"start":1714494500284,"stop":1714494500285,"duration":1}},{"uid":"e1a69d9ab9956493","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e1a69d9ab9956493","status":"passed","time":{"start":1714492591436,"stop":1714492591440,"duration":4}}]},"tags":[]},"source":"774f311be489f502.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/77683c7e761ed22f.json b/6962/data/test-cases/77683c7e761ed22f.json new file mode 100644 index 00000000000..adb8ba8423a --- /dev/null +++ b/6962/data/test-cases/77683c7e761ed22f.json @@ -0,0 +1 @@ +{"uid":"77683c7e761ed22f","name":"handles different networkShards values correctly","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > handles different networkShards values correctly","historyId":"1a0fb446de2c6ef2f0f2b42935699d1c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525334,"stop":1714500525334,"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":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c513981de028fd6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c513981de028fd6","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"ff6e59ca6229fe4e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff6e59ca6229fe4e","status":"passed","time":{"start":1714492380864,"stop":1714492380865,"duration":1}}]},"tags":[]},"source":"77683c7e761ed22f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/77b47bbc73fe30ae.json b/6962/data/test-cases/77b47bbc73fe30ae.json new file mode 100644 index 00000000000..315ab63cd03 --- /dev/null +++ b/6962/data/test-cases/77b47bbc73fe30ae.json @@ -0,0 +1 @@ +{"uid":"77b47bbc73fe30ae","name":"should correctly map /waku/2/content/test.js to shard index 1","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /waku/2/content/test.js to shard index 1","historyId":"9b912eb17e0cc806bd9aa68887eb10b5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525327,"stop":1714500525327,"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":3,"unknown":0,"total":3},"items":[{"uid":"59638c11fe6db7bb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/59638c11fe6db7bb","status":"passed","time":{"start":1714494276805,"stop":1714494276805,"duration":0}},{"uid":"db85d4a553ba7921","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db85d4a553ba7921","status":"passed","time":{"start":1714492380858,"stop":1714492380858,"duration":0}}]},"tags":[]},"source":"77b47bbc73fe30ae.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b10ef962a83b8d89.json b/6962/data/test-cases/77cb948708506095.json similarity index 80% rename from 6944/data/test-cases/b10ef962a83b8d89.json rename to 6962/data/test-cases/77cb948708506095.json index bd641518192..eed2a382308 100644 --- a/6944/data/test-cases/b10ef962a83b8d89.json +++ b/6962/data/test-cases/77cb948708506095.json @@ -1 +1 @@ -{"uid":"b10ef962a83b8d89","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":1714425534881,"stop":1714425534882,"duration":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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"771db635c23981ae","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/771db635c23981ae","status":"passed","time":{"start":1714415702281,"stop":1714415702281,"duration":0}},{"uid":"3ed86dcfd982c676","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3ed86dcfd982c676","status":"passed","time":{"start":1714415850489,"stop":1714415850489,"duration":0}},{"uid":"92c2df9378dd0add","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/92c2df9378dd0add","status":"passed","time":{"start":1714408049938,"stop":1714408049938,"duration":0}},{"uid":"e81d52c38b682659","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e81d52c38b682659","status":"passed","time":{"start":1714407080662,"stop":1714407080662,"duration":0}},{"uid":"171922925185fc5d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/171922925185fc5d","status":"passed","time":{"start":1714404860576,"stop":1714404860576,"duration":0}},{"uid":"6ec3b2299976d9d9","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6ec3b2299976d9d9","status":"passed","time":{"start":1714404585191,"stop":1714404585191,"duration":0}},{"uid":"518393b5a8996d9e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/518393b5a8996d9e","status":"passed","time":{"start":1714404366298,"stop":1714404366298,"duration":0}},{"uid":"f4a51d8a209ab292","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f4a51d8a209ab292","status":"passed","time":{"start":1714386825517,"stop":1714386825517,"duration":0}},{"uid":"510739245724f057","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/510739245724f057","status":"passed","time":{"start":1714385893729,"stop":1714385893730,"duration":1}},{"uid":"774d1b306cc779c9","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/774d1b306cc779c9","status":"passed","time":{"start":1714385188004,"stop":1714385188004,"duration":0}},{"uid":"d79c933221c97bf7","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d79c933221c97bf7","status":"passed","time":{"start":1714384869902,"stop":1714384869902,"duration":0}},{"uid":"6a9e6f651057b303","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6a9e6f651057b303","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237108,"stop":1714384237108,"duration":0}},{"uid":"1d9ba60c6dddce63","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1d9ba60c6dddce63","status":"passed","time":{"start":1714383661915,"stop":1714383661915,"duration":0}},{"uid":"4931ea62a08f4aa0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4931ea62a08f4aa0","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018783,"stop":1714384018784,"duration":1}},{"uid":"48d91b72e1fcecb4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/48d91b72e1fcecb4","status":"passed","time":{"start":1714383474173,"stop":1714383474173,"duration":0}},{"uid":"f6ccd6337b982a3f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f6ccd6337b982a3f","status":"passed","time":{"start":1714383351242,"stop":1714383351242,"duration":0}},{"uid":"1a12f39f281b1df3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1a12f39f281b1df3","status":"passed","time":{"start":1714381860509,"stop":1714381860509,"duration":0}},{"uid":"d3e3b962b26daec2","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d3e3b962b26daec2","status":"passed","time":{"start":1714380649651,"stop":1714380649652,"duration":1}},{"uid":"651fdddb5614c929","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/651fdddb5614c929","status":"passed","time":{"start":1714380216153,"stop":1714380216153,"duration":0}},{"uid":"f405111132cc6d7e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f405111132cc6d7e","status":"passed","time":{"start":1714297452319,"stop":1714297452319,"duration":0}}]},"tags":[]},"source":"b10ef962a83b8d89.json","parameterValues":[]} \ No newline at end of file +{"uid":"77cb948708506095","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":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"3376c77a33098795","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3376c77a33098795","status":"passed","time":{"start":1714494954433,"stop":1714494954433,"duration":0}},{"uid":"448aff7775b71d22","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/448aff7775b71d22","status":"passed","time":{"start":1714493052129,"stop":1714493052129,"duration":0}}]},"tags":[]},"source":"77cb948708506095.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/79668d6170f259dd.json b/6962/data/test-cases/79668d6170f259dd.json new file mode 100644 index 00000000000..7ce8b92980f --- /dev/null +++ b/6962/data/test-cases/79668d6170f259dd.json @@ -0,0 +1 @@ +{"uid":"79668d6170f259dd","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":1714500539182,"stop":1714500539182,"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":3,"unknown":0,"total":3},"items":[{"uid":"26f99f80c7f6de53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/26f99f80c7f6de53","status":"passed","time":{"start":1714494290449,"stop":1714494290450,"duration":1}},{"uid":"7bbceacdeb128225","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bbceacdeb128225","status":"passed","time":{"start":1714492394192,"stop":1714492394192,"duration":0}}]},"tags":[]},"source":"79668d6170f259dd.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/79a9db78e0ec8b38.json b/6962/data/test-cases/79a9db78e0ec8b38.json new file mode 100644 index 00000000000..d99a94f7e1b --- /dev/null +++ b/6962/data/test-cases/79a9db78e0ec8b38.json @@ -0,0 +1 @@ +{"uid":"79a9db78e0ec8b38","name":"uses static shard pubsub topic instead of autosharding when set","fullName":"/src/lib/message/version_0.spec.ts: Sets sharding configuration correctly > uses static shard pubsub topic instead of autosharding when set","historyId":"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500539182,"stop":1714500539183,"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":"Sets sharding configuration correctly"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a6d544e5117c0aff","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a6d544e5117c0aff","status":"passed","time":{"start":1714494290450,"stop":1714494290450,"duration":0}},{"uid":"88c14215cc3266","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/88c14215cc3266","status":"passed","time":{"start":1714492394193,"stop":1714492394193,"duration":0}}]},"tags":[]},"source":"79a9db78e0ec8b38.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/79bea2218d641a78.json b/6962/data/test-cases/79bea2218d641a78.json new file mode 100644 index 00000000000..6415943de42 --- /dev/null +++ b/6962/data/test-cases/79bea2218d641a78.json @@ -0,0 +1 @@ +{"uid":"79bea2218d641a78","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":1714500654286,"stop":1714500654289,"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: 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":3,"unknown":0,"total":3},"items":[{"uid":"a22de565772089d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a22de565772089d6","status":"passed","time":{"start":1714494402829,"stop":1714494402830,"duration":1}},{"uid":"30ab13b77c3db29a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30ab13b77c3db29a","status":"passed","time":{"start":1714492502949,"stop":1714492502952,"duration":3}}]},"tags":[]},"source":"79bea2218d641a78.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7a1fd2f98d1c3286.json b/6962/data/test-cases/7a1fd2f98d1c3286.json new file mode 100644 index 00000000000..43a9c36318c --- /dev/null +++ b/6962/data/test-cases/7a1fd2f98d1c3286.json @@ -0,0 +1 @@ +{"uid":"7a1fd2f98d1c3286","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for test.waku.nodes.status.im","historyId":"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e4cc6f36efbe539b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e4cc6f36efbe539b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494301221,"stop":1714494301222,"duration":1}},{"uid":"23e32b1c51cf73bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23e32b1c51cf73bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492405130,"stop":1714492405130,"duration":0}}]},"tags":[]},"source":"7a1fd2f98d1c3286.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7a2118189a7d991.json b/6962/data/test-cases/7a2118189a7d991.json new file mode 100644 index 00000000000..2d98c252be2 --- /dev/null +++ b/6962/data/test-cases/7a2118189a7d991.json @@ -0,0 +1 @@ +{"uid":"7a2118189a7d991","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":1714500744139,"stop":1714500744139,"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":3,"unknown":0,"total":3},"items":[{"uid":"2413cec6e0889f03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2413cec6e0889f03","status":"passed","time":{"start":1714494482343,"stop":1714494482345,"duration":2}},{"uid":"564f3a76da435350","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/564f3a76da435350","status":"passed","time":{"start":1714492591355,"stop":1714492591355,"duration":0}}]},"tags":[]},"source":"7a2118189a7d991.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3217fd80792bb6c5.json b/6962/data/test-cases/7a47d21b2bbe7caa.json similarity index 80% rename from 6944/data/test-cases/3217fd80792bb6c5.json rename to 6962/data/test-cases/7a47d21b2bbe7caa.json index e739133300d..875228dabf4 100644 --- a/6944/data/test-cases/3217fd80792bb6c5.json +++ b/6962/data/test-cases/7a47d21b2bbe7caa.json @@ -1 +1 @@ -{"uid":"3217fd80792bb6c5","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":1714425534889,"stop":1714425534889,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"9542f6b6ac71847c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9542f6b6ac71847c","status":"passed","time":{"start":1714415702290,"stop":1714415702290,"duration":0}},{"uid":"27306dfe0bc362bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/27306dfe0bc362bf","status":"passed","time":{"start":1714415850498,"stop":1714415850498,"duration":0}},{"uid":"ad3da079663cbd35","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ad3da079663cbd35","status":"passed","time":{"start":1714408049946,"stop":1714408049946,"duration":0}},{"uid":"856555edea56dba7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/856555edea56dba7","status":"passed","time":{"start":1714407080670,"stop":1714407080670,"duration":0}},{"uid":"a93bdb3dfbea1b4b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a93bdb3dfbea1b4b","status":"passed","time":{"start":1714404860586,"stop":1714404860587,"duration":1}},{"uid":"f5b37e794ebccd6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f5b37e794ebccd6","status":"passed","time":{"start":1714404585199,"stop":1714404585199,"duration":0}},{"uid":"baf389fe0405eb62","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/baf389fe0405eb62","status":"passed","time":{"start":1714404366308,"stop":1714404366308,"duration":0}},{"uid":"c6738abcad100be6","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c6738abcad100be6","status":"passed","time":{"start":1714386825527,"stop":1714386825527,"duration":0}},{"uid":"8024137fe8dea651","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8024137fe8dea651","status":"passed","time":{"start":1714385893737,"stop":1714385893737,"duration":0}},{"uid":"8ceecf5e3313c0d6","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8ceecf5e3313c0d6","status":"passed","time":{"start":1714385188013,"stop":1714385188013,"duration":0}},{"uid":"b4bc4b5b7898cb08","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b4bc4b5b7898cb08","status":"passed","time":{"start":1714384869911,"stop":1714384869912,"duration":1}},{"uid":"eb02923e88a79547","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/eb02923e88a79547","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237133,"stop":1714384237133,"duration":0}},{"uid":"bf7efb73d9b02841","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/bf7efb73d9b02841","status":"passed","time":{"start":1714383661922,"stop":1714383661922,"duration":0}},{"uid":"636361905a25470a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/636361905a25470a","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018807,"stop":1714384018807,"duration":0}},{"uid":"f0f0b76a65f7bbad","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f0f0b76a65f7bbad","status":"passed","time":{"start":1714383474181,"stop":1714383474181,"duration":0}},{"uid":"204393d100b7f09f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/204393d100b7f09f","status":"passed","time":{"start":1714383351251,"stop":1714383351251,"duration":0}},{"uid":"42269ec9c1c9c03d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/42269ec9c1c9c03d","status":"passed","time":{"start":1714381860516,"stop":1714381860516,"duration":0}},{"uid":"6f868f50f086895f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6f868f50f086895f","status":"passed","time":{"start":1714380649661,"stop":1714380649661,"duration":0}},{"uid":"956b6fb56b12201c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/956b6fb56b12201c","status":"passed","time":{"start":1714380216161,"stop":1714380216161,"duration":0}},{"uid":"ae7be6012cbdbf46","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ae7be6012cbdbf46","status":"passed","time":{"start":1714297452329,"stop":1714297452329,"duration":0}}]},"tags":[]},"source":"3217fd80792bb6c5.json","parameterValues":[]} \ No newline at end of file +{"uid":"7a47d21b2bbe7caa","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":1714501220690,"stop":1714501220690,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"6ad76389416fe3e8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ad76389416fe3e8","status":"passed","time":{"start":1714494954442,"stop":1714494954442,"duration":0}},{"uid":"a45e39b13413578","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a45e39b13413578","status":"passed","time":{"start":1714493052138,"stop":1714493052138,"duration":0}}]},"tags":[]},"source":"7a47d21b2bbe7caa.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/57e22aa947684f66.json b/6962/data/test-cases/7ab59e844d91479f.json similarity index 67% rename from 6944/data/test-cases/57e22aa947684f66.json rename to 6962/data/test-cases/7ab59e844d91479f.json index df1325f0ce1..5adfad0ee6c 100644 --- a/6944/data/test-cases/57e22aa947684f66.json +++ b/6962/data/test-cases/7ab59e844d91479f.json @@ -1 +1 @@ -{"uid":"57e22aa947684f66","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":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"6d2d1a2aef3b549f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6d2d1a2aef3b549f","status":"passed","time":{"start":1714415702298,"stop":1714415702299,"duration":1}},{"uid":"fe1b4f9d76d1f898","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fe1b4f9d76d1f898","status":"passed","time":{"start":1714415850506,"stop":1714415850506,"duration":0}},{"uid":"5517ddd91304105a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5517ddd91304105a","status":"passed","time":{"start":1714408049956,"stop":1714408049956,"duration":0}},{"uid":"22307472990fe773","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/22307472990fe773","status":"passed","time":{"start":1714407080678,"stop":1714407080678,"duration":0}},{"uid":"f6be609a52aef616","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f6be609a52aef616","status":"passed","time":{"start":1714404860596,"stop":1714404860596,"duration":0}},{"uid":"83d2b84ea60d5269","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/83d2b84ea60d5269","status":"passed","time":{"start":1714404585209,"stop":1714404585209,"duration":0}},{"uid":"fd15add4eebb79d7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/fd15add4eebb79d7","status":"passed","time":{"start":1714404366317,"stop":1714404366317,"duration":0}},{"uid":"80677bb3da4bac34","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/80677bb3da4bac34","status":"passed","time":{"start":1714386825535,"stop":1714386825535,"duration":0}},{"uid":"46fbf68867f7da5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/46fbf68867f7da5","status":"passed","time":{"start":1714385893745,"stop":1714385893745,"duration":0}},{"uid":"e9a3878b9404b1c7","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e9a3878b9404b1c7","status":"passed","time":{"start":1714385188021,"stop":1714385188021,"duration":0}},{"uid":"49dc8b309b622c69","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/49dc8b309b622c69","status":"passed","time":{"start":1714384869921,"stop":1714384869921,"duration":0}},{"uid":"7ab345128f69281","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7ab345128f69281","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237158,"stop":1714384237158,"duration":0}},{"uid":"e4f73ff9422582c4","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e4f73ff9422582c4","status":"passed","time":{"start":1714383661932,"stop":1714383661932,"duration":0}},{"uid":"b7b4c99ec3d9b877","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b7b4c99ec3d9b877","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018831,"stop":1714384018832,"duration":1}},{"uid":"3a63a949dbcffe24","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/3a63a949dbcffe24","status":"passed","time":{"start":1714383474189,"stop":1714383474189,"duration":0}},{"uid":"ef7e8820b8280c56","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ef7e8820b8280c56","status":"passed","time":{"start":1714383351260,"stop":1714383351260,"duration":0}},{"uid":"db325baffe566641","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/db325baffe566641","status":"passed","time":{"start":1714381860524,"stop":1714381860524,"duration":0}},{"uid":"1144e1994753299","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/1144e1994753299","status":"passed","time":{"start":1714380649671,"stop":1714380649671,"duration":0}},{"uid":"d27c7a5383be6965","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d27c7a5383be6965","status":"passed","time":{"start":1714380216170,"stop":1714380216170,"duration":0}},{"uid":"767c26dd10c91af1","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/767c26dd10c91af1","status":"passed","time":{"start":1714297452339,"stop":1714297452339,"duration":0}}]},"tags":[]},"source":"57e22aa947684f66.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ab59e844d91479f","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":1714501220690,"stop":1714501220690,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"4ce23b4d9aef3eed","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ce23b4d9aef3eed","status":"passed","time":{"start":1714494954442,"stop":1714494954443,"duration":1}},{"uid":"9adc5037fb7cd20e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9adc5037fb7cd20e","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"tags":[]},"source":"7ab59e844d91479f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4e47c708d31cdb09.json b/6962/data/test-cases/7acfe61bef708d00.json similarity index 82% rename from 6944/data/test-cases/4e47c708d31cdb09.json rename to 6962/data/test-cases/7acfe61bef708d00.json index 3d1800340f8..44410f3eb7e 100644 --- a/6944/data/test-cases/4e47c708d31cdb09.json +++ b/6962/data/test-cases/7acfe61bef708d00.json @@ -1 +1 @@ -{"uid":"4e47c708d31cdb09","name":"shard 0","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > shard 0","historyId":"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425425849,"stop":1714425425849,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":16,"passed":58,"unknown":0,"total":74},"items":[{"uid":"ec9b8d048a57e43c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ec9b8d048a57e43c","status":"passed","time":{"start":1714415598511,"stop":1714415598513,"duration":2}},{"uid":"81104488b8895a89","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/81104488b8895a89","status":"passed","time":{"start":1714415728450,"stop":1714415728451,"duration":1}},{"uid":"8670c0c86e85b6c8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8670c0c86e85b6c8","status":"passed","time":{"start":1714407938510,"stop":1714407938511,"duration":1}},{"uid":"9814db8f19ebc7ed","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9814db8f19ebc7ed","status":"passed","time":{"start":1714406971784,"stop":1714406971784,"duration":0}},{"uid":"29342b93415cba5a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/29342b93415cba5a","status":"passed","time":{"start":1714404739423,"stop":1714404739424,"duration":1}},{"uid":"c26c16f5fce7f7a6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c26c16f5fce7f7a6","status":"passed","time":{"start":1714404451746,"stop":1714404451746,"duration":0}},{"uid":"257d26cd23b4b55f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/257d26cd23b4b55f","status":"passed","time":{"start":1714404247011,"stop":1714404247011,"duration":0}},{"uid":"587954b683488259","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/587954b683488259","status":"passed","time":{"start":1714386707023,"stop":1714386707024,"duration":1}},{"uid":"5816384a248b1f7e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5816384a248b1f7e","status":"passed","time":{"start":1714385794763,"stop":1714385794764,"duration":1}},{"uid":"6ede2719f6d233d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6ede2719f6d233d","status":"passed","time":{"start":1714385080720,"stop":1714385080720,"duration":0}},{"uid":"3838bbc2739e2b6b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3838bbc2739e2b6b","status":"passed","time":{"start":1714384759603,"stop":1714384759603,"duration":0}},{"uid":"a05765a0283b2e66","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a05765a0283b2e66","status":"passed","time":{"start":1714383172374,"stop":1714383172374,"duration":0}},{"uid":"d982ae27deba2c6e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d982ae27deba2c6e","status":"passed","time":{"start":1714383546697,"stop":1714383546697,"duration":0}},{"uid":"d437225775a5170c","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d437225775a5170c","status":"passed","time":{"start":1714382963587,"stop":1714382963587,"duration":0}},{"uid":"79d9917c1afbc6c1","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/79d9917c1afbc6c1","status":"passed","time":{"start":1714383356199,"stop":1714383356200,"duration":1}},{"uid":"947230fa99ada1c5","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/947230fa99ada1c5","status":"passed","time":{"start":1714383229453,"stop":1714383229453,"duration":0}},{"uid":"1303d6bdedde572a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1303d6bdedde572a","status":"passed","time":{"start":1714381747119,"stop":1714381747120,"duration":1}},{"uid":"4551b2fa18f0de4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4551b2fa18f0de4","status":"passed","time":{"start":1714380535705,"stop":1714380535706,"duration":1}},{"uid":"d7f6896c09368a1f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d7f6896c09368a1f","status":"passed","time":{"start":1714380112849,"stop":1714380112849,"duration":0}},{"uid":"cd35191ca08762b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/cd35191ca08762b","status":"passed","time":{"start":1714297352586,"stop":1714297352586,"duration":0}}]},"tags":[]},"source":"4e47c708d31cdb09.json","parameterValues":[]} \ No newline at end of file +{"uid":"7acfe61bef708d00","name":"shard 0","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > shard 0","historyId":"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106172,"stop":1714501106173,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5fb36180854812fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5fb36180854812fe","status":"passed","time":{"start":1714494848653,"stop":1714494848654,"duration":1}},{"uid":"3cb41da28f45a3dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3cb41da28f45a3dc","status":"passed","time":{"start":1714492932190,"stop":1714492932190,"duration":0}}]},"tags":[]},"source":"7acfe61bef708d00.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7afdff6f7ddb1766.json b/6962/data/test-cases/7afdff6f7ddb1766.json new file mode 100644 index 00000000000..5599d275744 --- /dev/null +++ b/6962/data/test-cases/7afdff6f7ddb1766.json @@ -0,0 +1 @@ +{"uid":"7afdff6f7ddb1766","name":"should not throw an error when the topic is within a list of configured topics","fullName":"/src/common/sharding.spec.ts: ensurePubsubTopicIsConfigured > should not throw an error when the topic is within a list of configured topics","historyId":"728fdc28cea25fb5463049c1c4c3bf72:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525351,"stop":1714500525351,"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":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"51a3babdeb4b189c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51a3babdeb4b189c","status":"passed","time":{"start":1714494276822,"stop":1714494276822,"duration":0}},{"uid":"2d8c50e4ba36fd3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d8c50e4ba36fd3c","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"tags":[]},"source":"7afdff6f7ddb1766.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7b739fc6a9a8c30d.json b/6962/data/test-cases/7b739fc6a9a8c30d.json new file mode 100644 index 00000000000..5ecade8c246 --- /dev/null +++ b/6962/data/test-cases/7b739fc6a9a8c30d.json @@ -0,0 +1 @@ +{"uid":"7b739fc6a9a8c30d","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":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"46ea05e67b1667bd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46ea05e67b1667bd","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"7b046a4efcb9a71c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b046a4efcb9a71c","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"tags":[]},"source":"7b739fc6a9a8c30d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7b9ea48a667b1579.json b/6962/data/test-cases/7b9ea48a667b1579.json new file mode 100644 index 00000000000..9248f2931cb --- /dev/null +++ b/6962/data/test-cases/7b9ea48a667b1579.json @@ -0,0 +1 @@ +{"uid":"7b9ea48a667b1579","name":"ENRTree (tree): should error if DNS tree entry is misformatted","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (tree): should error if DNS tree entry is misformatted","historyId":"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550277,"stop":1714500550277,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7205bd717899236c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7205bd717899236c","status":"passed","time":{"start":1714494300698,"stop":1714494300698,"duration":0}},{"uid":"4cfca5fac2d252e7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4cfca5fac2d252e7","status":"passed","time":{"start":1714492404705,"stop":1714492404706,"duration":1}}]},"tags":[]},"source":"7b9ea48a667b1579.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7c71966a393a28cf.json b/6962/data/test-cases/7c71966a393a28cf.json new file mode 100644 index 00000000000..b50844d2b98 --- /dev/null +++ b/6962/data/test-cases/7c71966a393a28cf.json @@ -0,0 +1 @@ +{"uid":"7c71966a393a28cf","name":"should handle corrupted local storage data gracefully","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should handle corrupted local storage data gracefully","historyId":"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554006,"stop":1714500554007,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"19b495fe1d1cdd3b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/19b495fe1d1cdd3b","status":"passed","time":{"start":1714494305187,"stop":1714494305187,"duration":0}}]},"tags":[]},"source":"7c71966a393a28cf.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f15a90ae02a84de4.json b/6962/data/test-cases/7cb253bf4db0d975.json similarity index 74% rename from 6944/data/test-cases/f15a90ae02a84de4.json rename to 6962/data/test-cases/7cb253bf4db0d975.json index 0655db82e7d..072f5bb3301 100644 --- a/6944/data/test-cases/f15a90ae02a84de4.json +++ b/6962/data/test-cases/7cb253bf4db0d975.json @@ -1 +1 @@ -{"uid":"f15a90ae02a84de4","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":1714425349920,"stop":1714425349920,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"2e49a72dac7032f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e49a72dac7032f1","status":"passed","time":{"start":1714415539984,"stop":1714415539984,"duration":0}},{"uid":"cf8d5e84d158793a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cf8d5e84d158793a","status":"passed","time":{"start":1714415671323,"stop":1714415671323,"duration":0}},{"uid":"8625c66283aac5cd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8625c66283aac5cd","status":"passed","time":{"start":1714407878093,"stop":1714407878093,"duration":0}},{"uid":"b59d83f5feba4b30","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b59d83f5feba4b30","status":"passed","time":{"start":1714406907410,"stop":1714406907411,"duration":1}},{"uid":"79ca15e1d9dabc9c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/79ca15e1d9dabc9c","status":"passed","time":{"start":1714404685463,"stop":1714404685463,"duration":0}},{"uid":"8a8840bc49cfd72a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8a8840bc49cfd72a","status":"passed","time":{"start":1714404398012,"stop":1714404398012,"duration":0}},{"uid":"7c2a2c7240c38b3c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7c2a2c7240c38b3c","status":"passed","time":{"start":1714404193481,"stop":1714404193481,"duration":0}},{"uid":"10c0d703355d0660","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/10c0d703355d0660","status":"passed","time":{"start":1714386646806,"stop":1714386646806,"duration":0}},{"uid":"e58d671c194c09be","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e58d671c194c09be","status":"passed","time":{"start":1714385711048,"stop":1714385711048,"duration":0}},{"uid":"bc18f09033286669","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/bc18f09033286669","status":"passed","time":{"start":1714385006989,"stop":1714385006989,"duration":0}},{"uid":"d58cdda2db7deb66","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d58cdda2db7deb66","status":"passed","time":{"start":1714384687424,"stop":1714384687425,"duration":1}},{"uid":"5f1d0aa93b281496","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5f1d0aa93b281496","status":"passed","time":{"start":1714383085800,"stop":1714383085801,"duration":1}},{"uid":"f8b67fe5e34b919","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f8b67fe5e34b919","status":"passed","time":{"start":1714383482559,"stop":1714383482560,"duration":1}},{"uid":"a9eef085eb59e2a9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a9eef085eb59e2a9","status":"passed","time":{"start":1714382879533,"stop":1714382879533,"duration":0}},{"uid":"f50b6ae0a660c9bb","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f50b6ae0a660c9bb","status":"passed","time":{"start":1714383290178,"stop":1714383290178,"duration":0}},{"uid":"b3fa06dcfedcba7d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b3fa06dcfedcba7d","status":"passed","time":{"start":1714383178727,"stop":1714383178727,"duration":0}},{"uid":"2ff0b2e2bef6dbba","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2ff0b2e2bef6dbba","status":"passed","time":{"start":1714381680882,"stop":1714381680882,"duration":0}},{"uid":"6af213f644f677de","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6af213f644f677de","status":"passed","time":{"start":1714380462808,"stop":1714380462809,"duration":1}},{"uid":"1c266b6a6f0a4475","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1c266b6a6f0a4475","status":"passed","time":{"start":1714380037757,"stop":1714380037757,"duration":0}},{"uid":"424580fe4e591afb","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/424580fe4e591afb","status":"passed","time":{"start":1714297267391,"stop":1714297267391,"duration":0}}]},"tags":[]},"source":"f15a90ae02a84de4.json","parameterValues":[]} \ No newline at end of file +{"uid":"7cb253bf4db0d975","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":1714501039486,"stop":1714501039486,"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":3,"unknown":0,"total":3},"items":[{"uid":"6c7fa6d9208bcd92","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c7fa6d9208bcd92","status":"passed","time":{"start":1714494791259,"stop":1714494791259,"duration":0}},{"uid":"1856b543498ad726","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1856b543498ad726","status":"passed","time":{"start":1714492870712,"stop":1714492870712,"duration":0}}]},"tags":[]},"source":"7cb253bf4db0d975.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7d19400836b17eef.json b/6962/data/test-cases/7d19400836b17eef.json new file mode 100644 index 00000000000..56aa2ef7aa6 --- /dev/null +++ b/6962/data/test-cases/7d19400836b17eef.json @@ -0,0 +1 @@ +{"uid":"7d19400836b17eef","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":1714500525322,"stop":1714500525322,"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":3,"unknown":0,"total":3},"items":[{"uid":"1444e62e434e6585","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1444e62e434e6585","status":"passed","time":{"start":1714494276801,"stop":1714494276801,"duration":0}},{"uid":"2545e1bde5615129","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2545e1bde5615129","status":"passed","time":{"start":1714492380855,"stop":1714492380856,"duration":1}}]},"tags":[]},"source":"7d19400836b17eef.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7d612e62df7d614.json b/6962/data/test-cases/7d612e62df7d614.json new file mode 100644 index 00000000000..5975a90292b --- /dev/null +++ b/6962/data/test-cases/7d612e62df7d614.json @@ -0,0 +1 @@ +{"uid":"7d612e62df7d614","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":1714500534097,"stop":1714500534098,"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":3,"unknown":0,"total":3},"items":[{"uid":"aee0357395dca853","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aee0357395dca853","status":"passed","time":{"start":1714494285519,"stop":1714494285520,"duration":1}},{"uid":"1ad35e692e6e3c05","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1ad35e692e6e3c05","status":"passed","time":{"start":1714492389333,"stop":1714492389333,"duration":0}}]},"tags":[]},"source":"7d612e62df7d614.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7d7eededbe4db1ec.json b/6962/data/test-cases/7d7eededbe4db1ec.json new file mode 100644 index 00000000000..7680bb2abf4 --- /dev/null +++ b/6962/data/test-cases/7d7eededbe4db1ec.json @@ -0,0 +1 @@ +{"uid":"7d7eededbe4db1ec","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":1714500534110,"stop":1714500534111,"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":3,"unknown":0,"total":3},"items":[{"uid":"489732c1923aaa60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/489732c1923aaa60","status":"passed","time":{"start":1714494285532,"stop":1714494285532,"duration":0}},{"uid":"e0f51e1f7a58697e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0f51e1f7a58697e","status":"passed","time":{"start":1714492389346,"stop":1714492389346,"duration":0}}]},"tags":[]},"source":"7d7eededbe4db1ec.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/7e5f99268964ffe3.json b/6962/data/test-cases/7e5f99268964ffe3.json new file mode 100644 index 00000000000..f4b7e354a46 --- /dev/null +++ b/6962/data/test-cases/7e5f99268964ffe3.json @@ -0,0 +1 @@ +{"uid":"7e5f99268964ffe3","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","fullName":"/src/common/sharding.spec.ts: determinePubsubTopic > should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","historyId":"0eb9d08219b648eb4c75d264eef8376f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525353,"stop":1714500525353,"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":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"25567c0761924c91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/25567c0761924c91","status":"passed","time":{"start":1714494276824,"stop":1714494276824,"duration":0}},{"uid":"c5ed55e378005d13","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c5ed55e378005d13","status":"passed","time":{"start":1714492380877,"stop":1714492380877,"duration":0}}]},"tags":[]},"source":"7e5f99268964ffe3.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a0e0d48ba7003817.json b/6962/data/test-cases/7e6d830c3f917efa.json similarity index 83% rename from 6944/data/test-cases/a0e0d48ba7003817.json rename to 6962/data/test-cases/7e6d830c3f917efa.json index 36e10231432..7b6c055019f 100644 --- a/6944/data/test-cases/a0e0d48ba7003817.json +++ b/6962/data/test-cases/7e6d830c3f917efa.json @@ -1 +1 @@ -{"uid":"a0e0d48ba7003817","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":1714425301111,"stop":1714425301117,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"a21bf45559264b8b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a21bf45559264b8b","status":"passed","time":{"start":1714415473264,"stop":1714415473265,"duration":1}},{"uid":"6fdf57de1eff5e06","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6fdf57de1eff5e06","status":"passed","time":{"start":1714415615362,"stop":1714415615362,"duration":0}},{"uid":"eaa5873e6bdea75f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/eaa5873e6bdea75f","status":"passed","time":{"start":1714407816868,"stop":1714407816869,"duration":1}},{"uid":"fb1a1c69f1836fb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fb1a1c69f1836fb","status":"passed","time":{"start":1714406861591,"stop":1714406861592,"duration":1}},{"uid":"2bdaf1b8b24e9145","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2bdaf1b8b24e9145","status":"passed","time":{"start":1714404628275,"stop":1714404628275,"duration":0}},{"uid":"224757b5223ae125","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/224757b5223ae125","status":"passed","time":{"start":1714404348894,"stop":1714404348894,"duration":0}},{"uid":"2fc58681053e9d8a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2fc58681053e9d8a","status":"passed","time":{"start":1714404137221,"stop":1714404137221,"duration":0}},{"uid":"b5c24f6e5834d536","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b5c24f6e5834d536","status":"passed","time":{"start":1714386585848,"stop":1714386585849,"duration":1}},{"uid":"25b737cca7b24ec8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/25b737cca7b24ec8","status":"passed","time":{"start":1714385651940,"stop":1714385651941,"duration":1}},{"uid":"983dc1ac70058cfe","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/983dc1ac70058cfe","status":"passed","time":{"start":1714384939243,"stop":1714384939243,"duration":0}},{"uid":"6f69c324f17804d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6f69c324f17804d","status":"passed","time":{"start":1714384633421,"stop":1714384633422,"duration":1}},{"uid":"cf162a95c683c979","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/cf162a95c683c979","status":"passed","time":{"start":1714383068441,"stop":1714383068441,"duration":0}},{"uid":"b6a679b04b1df2ac","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b6a679b04b1df2ac","status":"passed","time":{"start":1714383427865,"stop":1714383427866,"duration":1}},{"uid":"73c04ee5ff8b8e44","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/73c04ee5ff8b8e44","status":"passed","time":{"start":1714382856566,"stop":1714382856566,"duration":0}},{"uid":"d213fe7c797fb7a4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d213fe7c797fb7a4","status":"passed","time":{"start":1714383232252,"stop":1714383232253,"duration":1}},{"uid":"747615726c1c00e4","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/747615726c1c00e4","status":"passed","time":{"start":1714383125888,"stop":1714383125888,"duration":0}},{"uid":"68a27281a4ab62f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/68a27281a4ab62f","status":"passed","time":{"start":1714381639312,"stop":1714381639313,"duration":1}},{"uid":"ed6e847c215a5d21","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ed6e847c215a5d21","status":"passed","time":{"start":1714380392363,"stop":1714380392363,"duration":0}},{"uid":"bf4116b6e21a0236","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/bf4116b6e21a0236","status":"passed","time":{"start":1714379984450,"stop":1714379984450,"duration":0}},{"uid":"7ba1359aebbf6cad","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7ba1359aebbf6cad","status":"passed","time":{"start":1714297212215,"stop":1714297212216,"duration":1}}]},"tags":[]},"source":"a0e0d48ba7003817.json","parameterValues":[]} \ No newline at end of file +{"uid":"7e6d830c3f917efa","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":1714500976554,"stop":1714500976555,"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":3,"unknown":0,"total":3},"items":[{"uid":"eac2be53628c8f39","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eac2be53628c8f39","status":"passed","time":{"start":1714494735295,"stop":1714494735296,"duration":1}},{"uid":"6a88e992b31e0a19","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a88e992b31e0a19","status":"passed","time":{"start":1714492814965,"stop":1714492814966,"duration":1}}]},"tags":[]},"source":"7e6d830c3f917efa.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8fe9090947bcbff0.json b/6962/data/test-cases/7e92bf0800078b86.json similarity index 79% rename from 6944/data/test-cases/8fe9090947bcbff0.json rename to 6962/data/test-cases/7e92bf0800078b86.json index 1172566102c..92c7e21f228 100644 --- a/6944/data/test-cases/8fe9090947bcbff0.json +++ b/6962/data/test-cases/7e92bf0800078b86.json @@ -1 +1 @@ -{"uid":"8fe9090947bcbff0","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":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"1f91342bb875db1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1f91342bb875db1","status":"passed","time":{"start":1714415702287,"stop":1714415702287,"duration":0}},{"uid":"ea6fdbce0203dc90","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ea6fdbce0203dc90","status":"passed","time":{"start":1714415850495,"stop":1714415850496,"duration":1}},{"uid":"a97619425e23c41b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a97619425e23c41b","status":"passed","time":{"start":1714408049944,"stop":1714408049944,"duration":0}},{"uid":"b859f8b29e93d9ab","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b859f8b29e93d9ab","status":"passed","time":{"start":1714407080668,"stop":1714407080668,"duration":0}},{"uid":"d9a2b077402e2cd3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d9a2b077402e2cd3","status":"passed","time":{"start":1714404860584,"stop":1714404860584,"duration":0}},{"uid":"6e2466ffcfcafc40","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6e2466ffcfcafc40","status":"passed","time":{"start":1714404585197,"stop":1714404585197,"duration":0}},{"uid":"feb54e7d3e4c5f4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/feb54e7d3e4c5f4","status":"passed","time":{"start":1714404366305,"stop":1714404366305,"duration":0}},{"uid":"46dc767d979858c4","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/46dc767d979858c4","status":"passed","time":{"start":1714386825524,"stop":1714386825524,"duration":0}},{"uid":"f114ec70073091ad","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f114ec70073091ad","status":"passed","time":{"start":1714385893735,"stop":1714385893735,"duration":0}},{"uid":"69d2e9535df1b3bc","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/69d2e9535df1b3bc","status":"passed","time":{"start":1714385188010,"stop":1714385188010,"duration":0}},{"uid":"cf7696f854827c1b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/cf7696f854827c1b","status":"passed","time":{"start":1714384869909,"stop":1714384869909,"duration":0}},{"uid":"7c638c51337a49ae","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7c638c51337a49ae","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237125,"stop":1714384237126,"duration":1}},{"uid":"19d63f1c125bd9bb","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/19d63f1c125bd9bb","status":"passed","time":{"start":1714383661920,"stop":1714383661920,"duration":0}},{"uid":"2e5a5a0e998591c9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2e5a5a0e998591c9","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018800,"stop":1714384018800,"duration":0}},{"uid":"ddff605a4c2ba354","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ddff605a4c2ba354","status":"passed","time":{"start":1714383474179,"stop":1714383474179,"duration":0}},{"uid":"f562075f97606b91","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f562075f97606b91","status":"passed","time":{"start":1714383351249,"stop":1714383351249,"duration":0}},{"uid":"14e7c229ffcee6fb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/14e7c229ffcee6fb","status":"passed","time":{"start":1714381860514,"stop":1714381860514,"duration":0}},{"uid":"737a7f72e3ae36fa","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/737a7f72e3ae36fa","status":"passed","time":{"start":1714380649658,"stop":1714380649658,"duration":0}},{"uid":"abea115c4915489f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/abea115c4915489f","status":"passed","time":{"start":1714380216159,"stop":1714380216159,"duration":0}},{"uid":"b3d74662dcad734e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b3d74662dcad734e","status":"passed","time":{"start":1714297452326,"stop":1714297452326,"duration":0}}]},"tags":[]},"source":"8fe9090947bcbff0.json","parameterValues":[]} \ No newline at end of file +{"uid":"7e92bf0800078b86","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":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"e5e09fff4c23e3fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5e09fff4c23e3fc","status":"passed","time":{"start":1714494954440,"stop":1714494954440,"duration":0}},{"uid":"cfe883bda58ac9e4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cfe883bda58ac9e4","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"tags":[]},"source":"7e92bf0800078b86.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9bcf9ec5a046b46b.json b/6962/data/test-cases/7eeb6565b6ca46bf.json similarity index 83% rename from 6944/data/test-cases/9bcf9ec5a046b46b.json rename to 6962/data/test-cases/7eeb6565b6ca46bf.json index fc9e66b965e..5cbbbe42c4c 100644 --- a/6944/data/test-cases/9bcf9ec5a046b46b.json +++ b/6962/data/test-cases/7eeb6565b6ca46bf.json @@ -1 +1 @@ -{"uid":"9bcf9ec5a046b46b","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":1714425301082,"stop":1714425301084,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"942f42c5962d226","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/942f42c5962d226","status":"passed","time":{"start":1714415473248,"stop":1714415473249,"duration":1}},{"uid":"c0c4ee5530bb95ad","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c0c4ee5530bb95ad","status":"passed","time":{"start":1714415615348,"stop":1714415615348,"duration":0}},{"uid":"49819227b296dc2e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/49819227b296dc2e","status":"passed","time":{"start":1714407816861,"stop":1714407816861,"duration":0}},{"uid":"95be8ce924fbe2b4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/95be8ce924fbe2b4","status":"passed","time":{"start":1714406861585,"stop":1714406861586,"duration":1}},{"uid":"dee3d2ed364c3e9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dee3d2ed364c3e9","status":"passed","time":{"start":1714404628271,"stop":1714404628272,"duration":1}},{"uid":"d10972338291644f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d10972338291644f","status":"passed","time":{"start":1714404348890,"stop":1714404348890,"duration":0}},{"uid":"d297dc167301a267","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d297dc167301a267","status":"passed","time":{"start":1714404137218,"stop":1714404137218,"duration":0}},{"uid":"96970906b1698a30","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/96970906b1698a30","status":"passed","time":{"start":1714386585844,"stop":1714386585844,"duration":0}},{"uid":"83db601cae3cd580","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/83db601cae3cd580","status":"passed","time":{"start":1714385651935,"stop":1714385651937,"duration":2}},{"uid":"86589fee3537c859","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/86589fee3537c859","status":"passed","time":{"start":1714384939236,"stop":1714384939237,"duration":1}},{"uid":"eb061f9eb45561e3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/eb061f9eb45561e3","status":"passed","time":{"start":1714384633418,"stop":1714384633419,"duration":1}},{"uid":"58d5d800a06bc989","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/58d5d800a06bc989","status":"passed","time":{"start":1714383068438,"stop":1714383068438,"duration":0}},{"uid":"d50432cf24dea39","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d50432cf24dea39","status":"passed","time":{"start":1714383427855,"stop":1714383427856,"duration":1}},{"uid":"d8b9f150a74286ec","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d8b9f150a74286ec","status":"passed","time":{"start":1714382856556,"stop":1714382856556,"duration":0}},{"uid":"61ad8dba123894c2","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/61ad8dba123894c2","status":"passed","time":{"start":1714383232248,"stop":1714383232250,"duration":2}},{"uid":"f0f0f148d648ae31","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f0f0f148d648ae31","status":"passed","time":{"start":1714383125885,"stop":1714383125885,"duration":0}},{"uid":"f771a86fa821be7d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f771a86fa821be7d","status":"passed","time":{"start":1714381639307,"stop":1714381639308,"duration":1}},{"uid":"f537ab1ecfd0510c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f537ab1ecfd0510c","status":"passed","time":{"start":1714380392360,"stop":1714380392360,"duration":0}},{"uid":"834e111c3a52eebf","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/834e111c3a52eebf","status":"passed","time":{"start":1714379984446,"stop":1714379984447,"duration":1}},{"uid":"479ae26bd0c21b2a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/479ae26bd0c21b2a","status":"passed","time":{"start":1714297212212,"stop":1714297212212,"duration":0}}]},"tags":[]},"source":"9bcf9ec5a046b46b.json","parameterValues":[]} \ No newline at end of file +{"uid":"7eeb6565b6ca46bf","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":1714500976545,"stop":1714500976546,"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":3,"unknown":0,"total":3},"items":[{"uid":"39e27073391891bc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/39e27073391891bc","status":"passed","time":{"start":1714494735288,"stop":1714494735289,"duration":1}},{"uid":"c67e04efeeb76f45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c67e04efeeb76f45","status":"passed","time":{"start":1714492814952,"stop":1714492814958,"duration":6}}]},"tags":[]},"source":"7eeb6565b6ca46bf.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/dc0e3b6c6a945ee4.json b/6962/data/test-cases/80564c96bddff692.json similarity index 54% rename from 6944/data/test-cases/dc0e3b6c6a945ee4.json rename to 6962/data/test-cases/80564c96bddff692.json index c3577a331f9..eb89b0d7317 100644 --- a/6944/data/test-cases/dc0e3b6c6a945ee4.json +++ b/6962/data/test-cases/80564c96bddff692.json @@ -1 +1 @@ -{"uid":"dc0e3b6c6a945ee4","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":1714425508069,"stop":1714425508069,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"3c25a8d0dbff38de","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3c25a8d0dbff38de","status":"passed","time":{"start":1714415698744,"stop":1714415698745,"duration":1}},{"uid":"8c26c34e7f40d7f4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8c26c34e7f40d7f4","status":"passed","time":{"start":1714415803327,"stop":1714415803327,"duration":0}},{"uid":"3c16b699fa6a45ed","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3c16b699fa6a45ed","status":"passed","time":{"start":1714408015504,"stop":1714408015504,"duration":0}},{"uid":"ef670c0112309e34","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ef670c0112309e34","status":"passed","time":{"start":1714407046985,"stop":1714407046985,"duration":0}},{"uid":"86d17d7452d780d1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/86d17d7452d780d1","status":"passed","time":{"start":1714404824580,"stop":1714404824580,"duration":0}},{"uid":"de0ad37163d9e743","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/de0ad37163d9e743","status":"passed","time":{"start":1714404527857,"stop":1714404527857,"duration":0}},{"uid":"655d0bc2a5c7895d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/655d0bc2a5c7895d","status":"passed","time":{"start":1714404324766,"stop":1714404324766,"duration":0}},{"uid":"f18805b3a099d63","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f18805b3a099d63","status":"passed","time":{"start":1714386785719,"stop":1714386785719,"duration":0}},{"uid":"fae964d4e7f4db05","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/fae964d4e7f4db05","status":"passed","time":{"start":1714385867310,"stop":1714385867311,"duration":1}},{"uid":"3df51be99067c275","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/3df51be99067c275","status":"passed","time":{"start":1714385149744,"stop":1714385149744,"duration":0}},{"uid":"f56e4de56d1c6bcc","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f56e4de56d1c6bcc","status":"passed","time":{"start":1714384840235,"stop":1714384840236,"duration":1}},{"uid":"fa290906606c15f3","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/fa290906606c15f3","status":"passed","time":{"start":1714383285295,"stop":1714383285296,"duration":1}},{"uid":"b1604d3e83973848","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b1604d3e83973848","status":"passed","time":{"start":1714383626081,"stop":1714383626082,"duration":1}},{"uid":"f6b88df11c564c18","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f6b88df11c564c18","status":"passed","time":{"start":1714383079300,"stop":1714383079301,"duration":1}},{"uid":"8dfde771056e72e4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8dfde771056e72e4","status":"passed","time":{"start":1714383435173,"stop":1714383435173,"duration":0}},{"uid":"e8b7a137b2a6ed8e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e8b7a137b2a6ed8e","status":"passed","time":{"start":1714383315052,"stop":1714383315052,"duration":0}},{"uid":"b1494259956f6885","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b1494259956f6885","status":"passed","time":{"start":1714381822568,"stop":1714381822568,"duration":0}},{"uid":"ad70fcc8d1015ed4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ad70fcc8d1015ed4","status":"passed","time":{"start":1714380607676,"stop":1714380607677,"duration":1}},{"uid":"92fbed87d1b6ece5","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/92fbed87d1b6ece5","status":"passed","time":{"start":1714380183123,"stop":1714380183124,"duration":1}},{"uid":"a8ac9eea2f04d9a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a8ac9eea2f04d9a","status":"passed","time":{"start":1714297423395,"stop":1714297423395,"duration":0}}]},"tags":[]},"source":"dc0e3b6c6a945ee4.json","parameterValues":[]} \ No newline at end of file +{"uid":"80564c96bddff692","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":1714501184621,"stop":1714501184622,"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":3,"unknown":0,"total":3},"items":[{"uid":"604c2d94cfd5d898","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/604c2d94cfd5d898","status":"passed","time":{"start":1714494914007,"stop":1714494914008,"duration":1}},{"uid":"4ebcaea0d2927972","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ebcaea0d2927972","status":"passed","time":{"start":1714493011108,"stop":1714493011108,"duration":0}}]},"tags":[]},"source":"80564c96bddff692.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/17b811676a27dea1.json b/6962/data/test-cases/812ede73f802491d.json similarity index 54% rename from 6944/data/test-cases/17b811676a27dea1.json rename to 6962/data/test-cases/812ede73f802491d.json index d3a4bc98cfe..a7138679e76 100644 --- a/6944/data/test-cases/17b811676a27dea1.json +++ b/6962/data/test-cases/812ede73f802491d.json @@ -1 +1 @@ -{"uid":"17b811676a27dea1","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":1714425508069,"stop":1714425508070,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"515e8ade6d5dac20","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/515e8ade6d5dac20","status":"passed","time":{"start":1714415698745,"stop":1714415698745,"duration":0}},{"uid":"257b5486229a7884","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/257b5486229a7884","status":"passed","time":{"start":1714415803327,"stop":1714415803328,"duration":1}},{"uid":"1a702bedfbeff52b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1a702bedfbeff52b","status":"passed","time":{"start":1714408015504,"stop":1714408015504,"duration":0}},{"uid":"d5dcd1af342d6981","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d5dcd1af342d6981","status":"passed","time":{"start":1714407046985,"stop":1714407046986,"duration":1}},{"uid":"c286b5b46e0f0a8c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c286b5b46e0f0a8c","status":"passed","time":{"start":1714404824581,"stop":1714404824581,"duration":0}},{"uid":"88b58d944c6a3b1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/88b58d944c6a3b1","status":"passed","time":{"start":1714404527858,"stop":1714404527858,"duration":0}},{"uid":"b126ee5295d44913","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b126ee5295d44913","status":"passed","time":{"start":1714404324767,"stop":1714404324767,"duration":0}},{"uid":"a832a11ed5fdf0ad","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a832a11ed5fdf0ad","status":"passed","time":{"start":1714386785719,"stop":1714386785720,"duration":1}},{"uid":"8249b2ad19cbbfab","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8249b2ad19cbbfab","status":"passed","time":{"start":1714385867311,"stop":1714385867311,"duration":0}},{"uid":"e312c02ee04c3356","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e312c02ee04c3356","status":"passed","time":{"start":1714385149744,"stop":1714385149744,"duration":0}},{"uid":"4e4d1827ac7ae223","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4e4d1827ac7ae223","status":"passed","time":{"start":1714384840236,"stop":1714384840237,"duration":1}},{"uid":"ea141fa972183882","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ea141fa972183882","status":"passed","time":{"start":1714383285296,"stop":1714383285296,"duration":0}},{"uid":"b6fccca2d016cfc3","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b6fccca2d016cfc3","status":"passed","time":{"start":1714383626082,"stop":1714383626082,"duration":0}},{"uid":"ebe36e1f41e8d1d5","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ebe36e1f41e8d1d5","status":"passed","time":{"start":1714383079301,"stop":1714383079301,"duration":0}},{"uid":"73a08b397b0ca762","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/73a08b397b0ca762","status":"passed","time":{"start":1714383435173,"stop":1714383435174,"duration":1}},{"uid":"8bb313dc42fd9581","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8bb313dc42fd9581","status":"passed","time":{"start":1714383315052,"stop":1714383315053,"duration":1}},{"uid":"cba3c4ebfad3a521","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/cba3c4ebfad3a521","status":"passed","time":{"start":1714381822568,"stop":1714381822569,"duration":1}},{"uid":"ee097045185a685b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ee097045185a685b","status":"passed","time":{"start":1714380607677,"stop":1714380607677,"duration":0}},{"uid":"5cc182c7269ae297","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/5cc182c7269ae297","status":"passed","time":{"start":1714380183124,"stop":1714380183124,"duration":0}},{"uid":"150fef503d4ef42a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/150fef503d4ef42a","status":"passed","time":{"start":1714297423395,"stop":1714297423395,"duration":0}}]},"tags":[]},"source":"17b811676a27dea1.json","parameterValues":[]} \ No newline at end of file +{"uid":"812ede73f802491d","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":1714501184622,"stop":1714501184623,"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":3,"unknown":0,"total":3},"items":[{"uid":"f01dc7aef9d64b7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f01dc7aef9d64b7c","status":"passed","time":{"start":1714494914008,"stop":1714494914008,"duration":0}},{"uid":"62c46b116683fa32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/62c46b116683fa32","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"tags":[]},"source":"812ede73f802491d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/818043849ef53ca4.json b/6962/data/test-cases/818043849ef53ca4.json new file mode 100644 index 00000000000..1b517b35fd9 --- /dev/null +++ b/6962/data/test-cases/818043849ef53ca4.json @@ -0,0 +1 @@ +{"uid":"818043849ef53ca4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/ /1","historyId":"0d66f3bd91c71aa2eab9681183c4bf7e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525349,"stop":1714500525350,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"695b3d907487043f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/695b3d907487043f","status":"passed","time":{"start":1714494276820,"stop":1714494276820,"duration":0}},{"uid":"53ad25523dcd593b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/53ad25523dcd593b","status":"passed","time":{"start":1714492380874,"stop":1714492380874,"duration":0}}]},"tags":[]},"source":"818043849ef53ca4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/81ba353866870eff.json b/6962/data/test-cases/81ba353866870eff.json new file mode 100644 index 00000000000..4e04c1de5d3 --- /dev/null +++ b/6962/data/test-cases/81ba353866870eff.json @@ -0,0 +1 @@ +{"uid":"81ba353866870eff","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":1714500786927,"stop":1714500786928,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"981cec14bb11d6ab","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/981cec14bb11d6ab","status":"passed","time":{"start":1714494536934,"stop":1714494536934,"duration":0}},{"uid":"6086cae5134c003f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6086cae5134c003f","status":"passed","time":{"start":1714492635269,"stop":1714492635270,"duration":1}}]},"tags":[]},"source":"81ba353866870eff.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/821b5c9214e4e41f.json b/6962/data/test-cases/821b5c9214e4e41f.json new file mode 100644 index 00000000000..ac789b58c01 --- /dev/null +++ b/6962/data/test-cases/821b5c9214e4e41f.json @@ -0,0 +1 @@ +{"uid":"821b5c9214e4e41f","name":"Waku message hash computation (meta size of 64 bytes)","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation (meta size of 64 bytes)","historyId":"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500527928,"stop":1714500527928,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"RFC Test Vectors"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"77c1a397665f8633","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/77c1a397665f8633","status":"passed","time":{"start":1714494279630,"stop":1714494279630,"duration":0}},{"uid":"22a418ce52cc30ad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/22a418ce52cc30ad","status":"passed","time":{"start":1714492383509,"stop":1714492383509,"duration":0}}]},"tags":[]},"source":"821b5c9214e4e41f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/825837c981489468.json b/6962/data/test-cases/825837c981489468.json new file mode 100644 index 00000000000..e9ddf8f1172 --- /dev/null +++ b/6962/data/test-cases/825837c981489468.json @@ -0,0 +1 @@ +{"uid":"825837c981489468","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":1714500534105,"stop":1714500534106,"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":3,"unknown":0,"total":3},"items":[{"uid":"630dff434307c528","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/630dff434307c528","status":"passed","time":{"start":1714494285527,"stop":1714494285527,"duration":0}},{"uid":"c04f3f8ab5fd3c80","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c04f3f8ab5fd3c80","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"tags":[]},"source":"825837c981489468.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/81ec0b62b54904e4.json b/6962/data/test-cases/82f404b56e201e56.json similarity index 83% rename from 6944/data/test-cases/81ec0b62b54904e4.json rename to 6962/data/test-cases/82f404b56e201e56.json index 631e2698760..ac92e12eb00 100644 --- a/6944/data/test-cases/81ec0b62b54904e4.json +++ b/6962/data/test-cases/82f404b56e201e56.json @@ -1 +1 @@ -{"uid":"81ec0b62b54904e4","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":1714425301041,"stop":1714425301041,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"64743e1fc158e921","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/64743e1fc158e921","status":"passed","time":{"start":1714415473238,"stop":1714415473239,"duration":1}},{"uid":"661e528684a5efdc","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/661e528684a5efdc","status":"passed","time":{"start":1714415615333,"stop":1714415615333,"duration":0}},{"uid":"132787df6fe20547","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/132787df6fe20547","status":"passed","time":{"start":1714407816850,"stop":1714407816850,"duration":0}},{"uid":"dac202876f01105b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dac202876f01105b","status":"passed","time":{"start":1714406861540,"stop":1714406861540,"duration":0}},{"uid":"374ef1be33acfc9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/374ef1be33acfc9","status":"passed","time":{"start":1714404628263,"stop":1714404628263,"duration":0}},{"uid":"4cd9ce7c4ebac9fd","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4cd9ce7c4ebac9fd","status":"passed","time":{"start":1714404348874,"stop":1714404348874,"duration":0}},{"uid":"1276fc35568cae69","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/1276fc35568cae69","status":"passed","time":{"start":1714404137174,"stop":1714404137174,"duration":0}},{"uid":"952cbb30813120b8","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/952cbb30813120b8","status":"passed","time":{"start":1714386585831,"stop":1714386585831,"duration":0}},{"uid":"f4ce1f84b943630b","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f4ce1f84b943630b","status":"passed","time":{"start":1714385651925,"stop":1714385651925,"duration":0}},{"uid":"9cf1a54eb7a93603","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/9cf1a54eb7a93603","status":"passed","time":{"start":1714384939203,"stop":1714384939203,"duration":0}},{"uid":"6ec0fd1b072d579b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6ec0fd1b072d579b","status":"passed","time":{"start":1714384633409,"stop":1714384633409,"duration":0}},{"uid":"a52735c504c17a3a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a52735c504c17a3a","status":"passed","time":{"start":1714383068386,"stop":1714383068387,"duration":1}},{"uid":"d245d785a4b6451","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d245d785a4b6451","status":"passed","time":{"start":1714383427830,"stop":1714383427831,"duration":1}},{"uid":"f654b451082fba51","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f654b451082fba51","status":"passed","time":{"start":1714382856530,"stop":1714382856530,"duration":0}},{"uid":"20201238b6cd64a2","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/20201238b6cd64a2","status":"passed","time":{"start":1714383232224,"stop":1714383232225,"duration":1}},{"uid":"90a24ca0acd32508","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/90a24ca0acd32508","status":"passed","time":{"start":1714383125873,"stop":1714383125873,"duration":0}},{"uid":"900422bf67fd1286","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/900422bf67fd1286","status":"passed","time":{"start":1714381639297,"stop":1714381639297,"duration":0}},{"uid":"9f915d17adc6a3b3","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/9f915d17adc6a3b3","status":"passed","time":{"start":1714380392341,"stop":1714380392341,"duration":0}},{"uid":"9a0102be93c711f1","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9a0102be93c711f1","status":"passed","time":{"start":1714379984437,"stop":1714379984437,"duration":0}},{"uid":"5b14188722f56028","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5b14188722f56028","status":"passed","time":{"start":1714297212189,"stop":1714297212189,"duration":0}}]},"tags":[]},"source":"81ec0b62b54904e4.json","parameterValues":[]} \ No newline at end of file +{"uid":"82f404b56e201e56","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":1714500976524,"stop":1714500976525,"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":3,"unknown":0,"total":3},"items":[{"uid":"8e82ca705de1107","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e82ca705de1107","status":"passed","time":{"start":1714494735254,"stop":1714494735254,"duration":0}},{"uid":"705874231570dc25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/705874231570dc25","status":"passed","time":{"start":1714492814920,"stop":1714492814921,"duration":1}}]},"tags":[]},"source":"82f404b56e201e56.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8341124ddac85378.json b/6962/data/test-cases/8341124ddac85378.json new file mode 100644 index 00000000000..8f45f74611f --- /dev/null +++ b/6962/data/test-cases/8341124ddac85378.json @@ -0,0 +1 @@ +{"uid":"8341124ddac85378","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":1714500534111,"stop":1714500534111,"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":3,"unknown":0,"total":3},"items":[{"uid":"1f8f5932c8fa0361","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1f8f5932c8fa0361","status":"passed","time":{"start":1714494285533,"stop":1714494285533,"duration":0}},{"uid":"71690e6a95685fcf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71690e6a95685fcf","status":"passed","time":{"start":1714492389347,"stop":1714492389347,"duration":0}}]},"tags":[]},"source":"8341124ddac85378.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8356230aed138bcf.json b/6962/data/test-cases/8356230aed138bcf.json new file mode 100644 index 00000000000..aeb96287ad2 --- /dev/null +++ b/6962/data/test-cases/8356230aed138bcf.json @@ -0,0 +1 @@ +{"uid":"8356230aed138bcf","name":"start node with ApplicationInfo","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > start node with ApplicationInfo","historyId":"aa667aabf6345fbe4e97a8e67952bb75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089335,"stop":1714501089336,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1ff0b9b1c292c09","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b1ff0b9b1c292c09","status":"passed","time":{"start":1714494840034,"stop":1714494840035,"duration":1}},{"uid":"5d186362847c2100","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d186362847c2100","status":"passed","time":{"start":1714492923663,"stop":1714492923664,"duration":1}}]},"tags":[]},"source":"8356230aed138bcf.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/222e82208ab0b45f.json b/6962/data/test-cases/8370db4909db2935.json similarity index 77% rename from 6944/data/test-cases/222e82208ab0b45f.json rename to 6962/data/test-cases/8370db4909db2935.json index 56ec3d9c5a0..10bf1a90a57 100644 --- a/6944/data/test-cases/222e82208ab0b45f.json +++ b/6962/data/test-cases/8370db4909db2935.json @@ -1 +1 @@ -{"uid":"222e82208ab0b45f","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":1714425369970,"stop":1714425369970,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"368bbcb5825b54db","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/368bbcb5825b54db","status":"passed","time":{"start":1714415516385,"stop":1714415516385,"duration":0}},{"uid":"e76aba03ae5f7d95","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e76aba03ae5f7d95","status":"passed","time":{"start":1714415679035,"stop":1714415679035,"duration":0}},{"uid":"a45e7ebc48a9fd1d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a45e7ebc48a9fd1d","status":"passed","time":{"start":1714407884334,"stop":1714407884335,"duration":1}},{"uid":"e845f8b58b46c520","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e845f8b58b46c520","status":"passed","time":{"start":1714406914331,"stop":1714406914333,"duration":2}},{"uid":"cb33c5633e78dc59","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cb33c5633e78dc59","status":"passed","time":{"start":1714404690123,"stop":1714404690124,"duration":1}},{"uid":"f31c3f5a8ec1d24c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f31c3f5a8ec1d24c","status":"passed","time":{"start":1714404379792,"stop":1714404379792,"duration":0}},{"uid":"c330ae5e7ea7f49b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c330ae5e7ea7f49b","status":"passed","time":{"start":1714404194553,"stop":1714404194554,"duration":1}},{"uid":"f6535b6f5c50662c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f6535b6f5c50662c","status":"passed","time":{"start":1714386653742,"stop":1714386653743,"duration":1}},{"uid":"9f290a1eded366d0","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/9f290a1eded366d0","status":"passed","time":{"start":1714385733968,"stop":1714385733969,"duration":1}},{"uid":"125d7d5cc1198b01","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/125d7d5cc1198b01","status":"passed","time":{"start":1714385024718,"stop":1714385024720,"duration":2}},{"uid":"3d0590e28713ff6d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3d0590e28713ff6d","status":"passed","time":{"start":1714384714561,"stop":1714384714561,"duration":0}},{"uid":"c60783bc7ecdb9ea","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c60783bc7ecdb9ea","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067772,"stop":1714384067773,"duration":1}},{"uid":"6611f1998b3dccab","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/6611f1998b3dccab","status":"passed","time":{"start":1714383490755,"stop":1714383490755,"duration":0}},{"uid":"155a78ba971dcf3a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/155a78ba971dcf3a","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840461,"stop":1714383840461,"duration":0}},{"uid":"3b314b49f729825e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/3b314b49f729825e","status":"passed","time":{"start":1714383300580,"stop":1714383300581,"duration":1}},{"uid":"a4d648cb5f00bdbd","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a4d648cb5f00bdbd","status":"passed","time":{"start":1714383176783,"stop":1714383176783,"duration":0}},{"uid":"52b372a4e9e78c28","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/52b372a4e9e78c28","status":"passed","time":{"start":1714381688745,"stop":1714381688746,"duration":1}},{"uid":"42dae555a5417509","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/42dae555a5417509","status":"passed","time":{"start":1714380481157,"stop":1714380481157,"duration":0}},{"uid":"e3e522f9b7ec8763","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e3e522f9b7ec8763","status":"passed","time":{"start":1714380049538,"stop":1714380049539,"duration":1}},{"uid":"3a1123d54eea1849","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3a1123d54eea1849","status":"passed","time":{"start":1714297302897,"stop":1714297302897,"duration":0}}]},"tags":[]},"source":"222e82208ab0b45f.json","parameterValues":[]} \ No newline at end of file +{"uid":"8370db4909db2935","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":1714501050455,"stop":1714501050456,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1b95c162ea6113f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1b95c162ea6113f","status":"passed","time":{"start":1714494785916,"stop":1714494785916,"duration":0}},{"uid":"1c02ffe1ad08b7a0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c02ffe1ad08b7a0","status":"passed","time":{"start":1714492898572,"stop":1714492898572,"duration":0}}]},"tags":[]},"source":"8370db4909db2935.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/39b1ae9434855c77.json b/6962/data/test-cases/84011acacb2a78fe.json similarity index 83% rename from 6944/data/test-cases/39b1ae9434855c77.json rename to 6962/data/test-cases/84011acacb2a78fe.json index bfe34ebffb3..1d092b2ba3d 100644 --- a/6944/data/test-cases/39b1ae9434855c77.json +++ b/6962/data/test-cases/84011acacb2a78fe.json @@ -1 +1 @@ -{"uid":"39b1ae9434855c77","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":1714425301103,"stop":1714425301104,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"7075d023dfaf0ef2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7075d023dfaf0ef2","status":"passed","time":{"start":1714415473260,"stop":1714415473261,"duration":1}},{"uid":"f94248deb9e1588b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f94248deb9e1588b","status":"passed","time":{"start":1714415615355,"stop":1714415615355,"duration":0}},{"uid":"c02beae0bba6c77e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c02beae0bba6c77e","status":"passed","time":{"start":1714407816863,"stop":1714407816863,"duration":0}},{"uid":"89bf6d932ba9cf20","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/89bf6d932ba9cf20","status":"passed","time":{"start":1714406861587,"stop":1714406861587,"duration":0}},{"uid":"a5e0b4645f2be4cc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a5e0b4645f2be4cc","status":"passed","time":{"start":1714404628273,"stop":1714404628274,"duration":1}},{"uid":"d09f6f200f75db86","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d09f6f200f75db86","status":"passed","time":{"start":1714404348891,"stop":1714404348892,"duration":1}},{"uid":"513158181a891b86","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/513158181a891b86","status":"passed","time":{"start":1714404137219,"stop":1714404137219,"duration":0}},{"uid":"68b88fbc1e5202da","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/68b88fbc1e5202da","status":"passed","time":{"start":1714386585846,"stop":1714386585847,"duration":1}},{"uid":"c731e945b834159f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c731e945b834159f","status":"passed","time":{"start":1714385651938,"stop":1714385651938,"duration":0}},{"uid":"7e42c66273900c72","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7e42c66273900c72","status":"passed","time":{"start":1714384939240,"stop":1714384939240,"duration":0}},{"uid":"54a55372552d152a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/54a55372552d152a","status":"passed","time":{"start":1714384633420,"stop":1714384633420,"duration":0}},{"uid":"9276ed844c6adc0e","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9276ed844c6adc0e","status":"passed","time":{"start":1714383068439,"stop":1714383068440,"duration":1}},{"uid":"40bebdaa8cea5c4b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/40bebdaa8cea5c4b","status":"passed","time":{"start":1714383427858,"stop":1714383427862,"duration":4}},{"uid":"8e2159da55192dc8","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8e2159da55192dc8","status":"passed","time":{"start":1714382856564,"stop":1714382856564,"duration":0}},{"uid":"96583853a673b565","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/96583853a673b565","status":"passed","time":{"start":1714383232251,"stop":1714383232251,"duration":0}},{"uid":"cb9b0fc7b76ea0a0","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/cb9b0fc7b76ea0a0","status":"passed","time":{"start":1714383125886,"stop":1714383125887,"duration":1}},{"uid":"fe71e870792bccd9","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/fe71e870792bccd9","status":"passed","time":{"start":1714381639310,"stop":1714381639311,"duration":1}},{"uid":"e71c209a30e873d6","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e71c209a30e873d6","status":"passed","time":{"start":1714380392361,"stop":1714380392362,"duration":1}},{"uid":"23302f618e04a983","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/23302f618e04a983","status":"passed","time":{"start":1714379984448,"stop":1714379984448,"duration":0}},{"uid":"2e6f4f48175fecde","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/2e6f4f48175fecde","status":"passed","time":{"start":1714297212213,"stop":1714297212214,"duration":1}}]},"tags":[]},"source":"39b1ae9434855c77.json","parameterValues":[]} \ No newline at end of file +{"uid":"84011acacb2a78fe","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":1714500976548,"stop":1714500976549,"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":3,"unknown":0,"total":3},"items":[{"uid":"8b3723964fd2a223","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b3723964fd2a223","status":"passed","time":{"start":1714494735291,"stop":1714494735292,"duration":1}},{"uid":"cc10e9a1fa2c0548","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc10e9a1fa2c0548","status":"passed","time":{"start":1714492814961,"stop":1714492814962,"duration":1}}]},"tags":[]},"source":"84011acacb2a78fe.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/848188bfba41e624.json b/6962/data/test-cases/848188bfba41e624.json new file mode 100644 index 00000000000..8540f710c69 --- /dev/null +++ b/6962/data/test-cases/848188bfba41e624.json @@ -0,0 +1 @@ +{"uid":"848188bfba41e624","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 7","historyId":"30e87c759a9f71b3ba0fd59501f781d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525330,"stop":1714500525330,"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":3,"unknown":0,"total":3},"items":[{"uid":"393c11bebe4b7b79","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/393c11bebe4b7b79","status":"passed","time":{"start":1714494276808,"stop":1714494276808,"duration":0}},{"uid":"a25cf4d7fae55cb8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a25cf4d7fae55cb8","status":"passed","time":{"start":1714492380861,"stop":1714492380862,"duration":1}}]},"tags":[]},"source":"848188bfba41e624.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6349c3733a7c11f1.json b/6962/data/test-cases/848515c6e92a73df.json similarity index 79% rename from 6944/data/test-cases/6349c3733a7c11f1.json rename to 6962/data/test-cases/848515c6e92a73df.json index ab51c760def..11094635199 100644 --- a/6944/data/test-cases/6349c3733a7c11f1.json +++ b/6962/data/test-cases/848515c6e92a73df.json @@ -1 +1 @@ -{"uid":"6349c3733a7c11f1","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":1714425534883,"stop":1714425534884,"duration":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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"eb546372f7ec458a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eb546372f7ec458a","status":"passed","time":{"start":1714415702283,"stop":1714415702283,"duration":0}},{"uid":"4b0036c5fd64d5d6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4b0036c5fd64d5d6","status":"passed","time":{"start":1714415850492,"stop":1714415850492,"duration":0}},{"uid":"8583bf4ab0a3d5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8583bf4ab0a3d5","status":"passed","time":{"start":1714408049940,"stop":1714408049940,"duration":0}},{"uid":"8d65c0f9d2e9e447","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8d65c0f9d2e9e447","status":"passed","time":{"start":1714407080664,"stop":1714407080664,"duration":0}},{"uid":"873dfe2d972db5a2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/873dfe2d972db5a2","status":"passed","time":{"start":1714404860579,"stop":1714404860579,"duration":0}},{"uid":"22f72bd6b4fe25e2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/22f72bd6b4fe25e2","status":"passed","time":{"start":1714404585193,"stop":1714404585194,"duration":1}},{"uid":"5da3156528e6fbc4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5da3156528e6fbc4","status":"passed","time":{"start":1714404366300,"stop":1714404366300,"duration":0}},{"uid":"615787ca3e22e067","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/615787ca3e22e067","status":"passed","time":{"start":1714386825519,"stop":1714386825520,"duration":1}},{"uid":"8eaf58942839bf55","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8eaf58942839bf55","status":"passed","time":{"start":1714385893731,"stop":1714385893731,"duration":0}},{"uid":"cbf72effa210664a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/cbf72effa210664a","status":"passed","time":{"start":1714385188006,"stop":1714385188006,"duration":0}},{"uid":"d82040088ce36fb5","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d82040088ce36fb5","status":"passed","time":{"start":1714384869904,"stop":1714384869904,"duration":0}},{"uid":"d30953d885eab0ab","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d30953d885eab0ab","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237113,"stop":1714384237113,"duration":0}},{"uid":"f96747695e9694a0","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f96747695e9694a0","status":"passed","time":{"start":1714383661917,"stop":1714383661917,"duration":0}},{"uid":"8985bf330922d782","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8985bf330922d782","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018788,"stop":1714384018789,"duration":1}},{"uid":"8e199c03770d8bc3","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8e199c03770d8bc3","status":"passed","time":{"start":1714383474175,"stop":1714383474175,"duration":0}},{"uid":"b6af4ca9202887f2","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b6af4ca9202887f2","status":"passed","time":{"start":1714383351244,"stop":1714383351244,"duration":0}},{"uid":"52c5cd26d9b60d94","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/52c5cd26d9b60d94","status":"passed","time":{"start":1714381860510,"stop":1714381860511,"duration":1}},{"uid":"aaf7abdd49d1eb59","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/aaf7abdd49d1eb59","status":"passed","time":{"start":1714380649654,"stop":1714380649654,"duration":0}},{"uid":"6d2e2ddc0e645477","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6d2e2ddc0e645477","status":"passed","time":{"start":1714380216155,"stop":1714380216155,"duration":0}},{"uid":"1d76dbbe62371cb4","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1d76dbbe62371cb4","status":"passed","time":{"start":1714297452321,"stop":1714297452321,"duration":0}}]},"tags":[]},"source":"6349c3733a7c11f1.json","parameterValues":[]} \ No newline at end of file +{"uid":"848515c6e92a73df","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":1714501220684,"stop":1714501220684,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"564774c14edecbb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/564774c14edecbb3","status":"passed","time":{"start":1714494954435,"stop":1714494954435,"duration":0}},{"uid":"9ad57f1c2759389f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9ad57f1c2759389f","status":"passed","time":{"start":1714493052131,"stop":1714493052131,"duration":0}}]},"tags":[]},"source":"848515c6e92a73df.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/83b2e399c9abe95d.json b/6962/data/test-cases/8495143a8e45cd65.json similarity index 77% rename from 6944/data/test-cases/83b2e399c9abe95d.json rename to 6962/data/test-cases/8495143a8e45cd65.json index e08192b7dea..5f388ee0840 100644 --- a/6944/data/test-cases/83b2e399c9abe95d.json +++ b/6962/data/test-cases/8495143a8e45cd65.json @@ -1 +1 @@ -{"uid":"83b2e399c9abe95d","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":1714425348194,"stop":1714425348201,"duration":7},"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"732fbf85a7bab106","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/732fbf85a7bab106","status":"passed","time":{"start":1714415541653,"stop":1714415541653,"duration":0}},{"uid":"2c818636fbbfdfeb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2c818636fbbfdfeb","status":"passed","time":{"start":1714415666687,"stop":1714415666687,"duration":0}},{"uid":"ee044f0535eec721","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ee044f0535eec721","status":"passed","time":{"start":1714407867324,"stop":1714407867324,"duration":0}},{"uid":"ced53ac7a2dca02b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ced53ac7a2dca02b","status":"passed","time":{"start":1714406901770,"stop":1714406901770,"duration":0}},{"uid":"26a264a339453601","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/26a264a339453601","status":"passed","time":{"start":1714404685939,"stop":1714404685940,"duration":1}},{"uid":"acfdfaa169992555","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/acfdfaa169992555","status":"passed","time":{"start":1714404389195,"stop":1714404389195,"duration":0}},{"uid":"7016f1b9906ad753","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7016f1b9906ad753","status":"passed","time":{"start":1714404179643,"stop":1714404179643,"duration":0}},{"uid":"e1182e8002999643","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e1182e8002999643","status":"passed","time":{"start":1714386642387,"stop":1714386642387,"duration":0}},{"uid":"bc31369b34e1a866","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/bc31369b34e1a866","status":"passed","time":{"start":1714385705604,"stop":1714385705615,"duration":11}},{"uid":"e35d054c0e010270","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e35d054c0e010270","status":"passed","time":{"start":1714385001602,"stop":1714385001610,"duration":8}},{"uid":"51854d7951a84299","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/51854d7951a84299","status":"passed","time":{"start":1714384689797,"stop":1714384689797,"duration":0}},{"uid":"452aafbe9668ff3f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/452aafbe9668ff3f","status":"passed","time":{"start":1714383060307,"stop":1714383060308,"duration":1}},{"uid":"4deaef36afde92e2","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4deaef36afde92e2","status":"passed","time":{"start":1714383479975,"stop":1714383479975,"duration":0}},{"uid":"6ff7e7becee95166","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6ff7e7becee95166","status":"passed","time":{"start":1714382864766,"stop":1714382864766,"duration":0}},{"uid":"30a98fb52ef688f2","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/30a98fb52ef688f2","status":"passed","time":{"start":1714383281584,"stop":1714383281584,"duration":0}},{"uid":"fd45d94d781decd4","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fd45d94d781decd4","status":"passed","time":{"start":1714383168066,"stop":1714383168067,"duration":1}},{"uid":"cf7e75f30ebfcb90","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/cf7e75f30ebfcb90","status":"passed","time":{"start":1714381685747,"stop":1714381685747,"duration":0}},{"uid":"1a16e524f4d31799","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/1a16e524f4d31799","status":"passed","time":{"start":1714380450826,"stop":1714380450830,"duration":4}},{"uid":"ad298bedfbf964a4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ad298bedfbf964a4","status":"passed","time":{"start":1714380035073,"stop":1714380035073,"duration":0}},{"uid":"c494d826dcd21047","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c494d826dcd21047","status":"passed","time":{"start":1714297259211,"stop":1714297259211,"duration":0}}]},"tags":[]},"source":"83b2e399c9abe95d.json","parameterValues":[]} \ No newline at end of file +{"uid":"8495143a8e45cd65","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":1714501036175,"stop":1714501036175,"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":3,"unknown":0,"total":3},"items":[{"uid":"95a1aea87485d256","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/95a1aea87485d256","status":"passed","time":{"start":1714494788150,"stop":1714494788151,"duration":1}},{"uid":"3fbd1ebd1712d3e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3fbd1ebd1712d3e","status":"passed","time":{"start":1714492860437,"stop":1714492860437,"duration":0}}]},"tags":[]},"source":"8495143a8e45cd65.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/84ba1f170277afeb.json b/6962/data/test-cases/84ba1f170277afeb.json new file mode 100644 index 00000000000..9440a9494e8 --- /dev/null +++ b/6962/data/test-cases/84ba1f170277afeb.json @@ -0,0 +1 @@ +{"uid":"84ba1f170277afeb","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":1714500533180,"stop":1714500533180,"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":3,"unknown":0,"total":3},"items":[{"uid":"49fa98c58ae4ac5d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/49fa98c58ae4ac5d","status":"passed","time":{"start":1714494284815,"stop":1714494284816,"duration":1}},{"uid":"35622cca3cf84204","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/35622cca3cf84204","status":"passed","time":{"start":1714492388605,"stop":1714492388605,"duration":0}}]},"tags":[]},"source":"84ba1f170277afeb.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/84d95c3080b4c614.json b/6962/data/test-cases/84d95c3080b4c614.json new file mode 100644 index 00000000000..4bcf8209705 --- /dev/null +++ b/6962/data/test-cases/84d95c3080b4c614.json @@ -0,0 +1 @@ +{"uid":"84d95c3080b4c614","name":"configure the node with multiple content topics","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Others > configure the node with multiple content topics","historyId":"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089333,"stop":1714501089333,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22af38965744b1f5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/22af38965744b1f5","status":"passed","time":{"start":1714494840032,"stop":1714494840033,"duration":1}},{"uid":"1aab52993433bf2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1aab52993433bf2b","status":"passed","time":{"start":1714492923662,"stop":1714492923662,"duration":0}}]},"tags":[]},"source":"84d95c3080b4c614.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/851455ab15caaa64.json b/6962/data/test-cases/851455ab15caaa64.json new file mode 100644 index 00000000000..86dd2420cd0 --- /dev/null +++ b/6962/data/test-cases/851455ab15caaa64.json @@ -0,0 +1 @@ +{"uid":"851455ab15caaa64","name":"3 nodes on /waku/2/rs/7/1 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > 3 nodes on /waku/2/rs/7/1 topic","historyId":"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501013446,"stop":1714501013447,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4bd648eba2799fd2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4bd648eba2799fd2","status":"passed","time":{"start":1714494760923,"stop":1714494760924,"duration":1}},{"uid":"4f8b4bcad071095e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4f8b4bcad071095e","status":"passed","time":{"start":1714492834198,"stop":1714492834198,"duration":0}}]},"tags":[]},"source":"851455ab15caaa64.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/85de6e1a1ef95b2f.json b/6962/data/test-cases/85de6e1a1ef95b2f.json new file mode 100644 index 00000000000..c2f965e58d4 --- /dev/null +++ b/6962/data/test-cases/85de6e1a1ef95b2f.json @@ -0,0 +1 @@ +{"uid":"85de6e1a1ef95b2f","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app9/8/topic783/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 8 - Cluster ID: 10, Content Topic: /app9/8/topic783/utf8","historyId":"12d8953980525e22283037135c03ad11:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089328,"stop":1714501089331,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"85de6e1a1ef95b2f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/86b8b618b8540cda.json b/6962/data/test-cases/86b8b618b8540cda.json new file mode 100644 index 00000000000..0f6443f113a --- /dev/null +++ b/6962/data/test-cases/86b8b618b8540cda.json @@ -0,0 +1 @@ +{"uid":"86b8b618b8540cda","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":1714500539179,"stop":1714500539180,"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":3,"unknown":0,"total":3},"items":[{"uid":"b9001b2387b509fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b9001b2387b509fe","status":"passed","time":{"start":1714494290447,"stop":1714494290447,"duration":0}},{"uid":"ff364916749674a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff364916749674a7","status":"passed","time":{"start":1714492394190,"stop":1714492394190,"duration":0}}]},"tags":[]},"source":"86b8b618b8540cda.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c9448fbab837805e.json b/6962/data/test-cases/86fde9f2cd1d1b62.json similarity index 77% rename from 6944/data/test-cases/c9448fbab837805e.json rename to 6962/data/test-cases/86fde9f2cd1d1b62.json index 1424d683623..82f83c80d1b 100644 --- a/6944/data/test-cases/c9448fbab837805e.json +++ b/6962/data/test-cases/86fde9f2cd1d1b62.json @@ -1 +1 @@ -{"uid":"c9448fbab837805e","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":1714425369967,"stop":1714425369967,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"bc612a9cdc3eefe8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bc612a9cdc3eefe8","status":"passed","time":{"start":1714415516381,"stop":1714415516381,"duration":0}},{"uid":"e5051e4fa4c16d03","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e5051e4fa4c16d03","status":"passed","time":{"start":1714415679033,"stop":1714415679033,"duration":0}},{"uid":"eab50b259f964529","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/eab50b259f964529","status":"passed","time":{"start":1714407884330,"stop":1714407884330,"duration":0}},{"uid":"b5052ef006877784","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b5052ef006877784","status":"passed","time":{"start":1714406914328,"stop":1714406914328,"duration":0}},{"uid":"72a108233e6e2b4b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/72a108233e6e2b4b","status":"passed","time":{"start":1714404690119,"stop":1714404690119,"duration":0}},{"uid":"8694bec86b430940","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8694bec86b430940","status":"passed","time":{"start":1714404379789,"stop":1714404379789,"duration":0}},{"uid":"ed2400b529b208d2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ed2400b529b208d2","status":"passed","time":{"start":1714404194550,"stop":1714404194551,"duration":1}},{"uid":"f3d87bf8de584ac0","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f3d87bf8de584ac0","status":"passed","time":{"start":1714386653739,"stop":1714386653739,"duration":0}},{"uid":"21f5fc788ddf43a9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/21f5fc788ddf43a9","status":"passed","time":{"start":1714385733958,"stop":1714385733958,"duration":0}},{"uid":"f0602de633f38938","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f0602de633f38938","status":"passed","time":{"start":1714385024712,"stop":1714385024712,"duration":0}},{"uid":"9863aa73a7944202","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9863aa73a7944202","status":"passed","time":{"start":1714384714557,"stop":1714384714558,"duration":1}},{"uid":"e3f46f81d9955e23","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/e3f46f81d9955e23","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067757,"stop":1714384067757,"duration":0}},{"uid":"8c243e2fa33ed06","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/8c243e2fa33ed06","status":"passed","time":{"start":1714383490744,"stop":1714383490744,"duration":0}},{"uid":"55c8f439fbcc3be0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/55c8f439fbcc3be0","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840449,"stop":1714383840450,"duration":1}},{"uid":"68fbb8b7b9561e6b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/68fbb8b7b9561e6b","status":"passed","time":{"start":1714383300566,"stop":1714383300570,"duration":4}},{"uid":"fda351c332742f0e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fda351c332742f0e","status":"passed","time":{"start":1714383176779,"stop":1714383176779,"duration":0}},{"uid":"aed2f1358834e89d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/aed2f1358834e89d","status":"passed","time":{"start":1714381688742,"stop":1714381688742,"duration":0}},{"uid":"e54b6354515c7255","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e54b6354515c7255","status":"passed","time":{"start":1714380481153,"stop":1714380481154,"duration":1}},{"uid":"2312e77a9e453f27","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/2312e77a9e453f27","status":"passed","time":{"start":1714380049533,"stop":1714380049533,"duration":0}},{"uid":"3be026487ed10616","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3be026487ed10616","status":"passed","time":{"start":1714297302894,"stop":1714297302894,"duration":0}}]},"tags":[]},"source":"c9448fbab837805e.json","parameterValues":[]} \ No newline at end of file +{"uid":"86fde9f2cd1d1b62","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":1714501050449,"stop":1714501050450,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e6865a66ce978e5b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6865a66ce978e5b","status":"passed","time":{"start":1714494785913,"stop":1714494785913,"duration":0}},{"uid":"582de4cf06a430bc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/582de4cf06a430bc","status":"passed","time":{"start":1714492898568,"stop":1714492898568,"duration":0}}]},"tags":[]},"source":"86fde9f2cd1d1b62.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3999aea8e53a603c.json b/6962/data/test-cases/8732e2ae1c2c0e2d.json similarity index 97% rename from 6944/data/test-cases/3999aea8e53a603c.json rename to 6962/data/test-cases/8732e2ae1c2c0e2d.json index 2b0db8c6b37..92f816869a5 100644 --- a/6944/data/test-cases/3999aea8e53a603c.json +++ b/6962/data/test-cases/8732e2ae1c2c0e2d.json @@ -1 +1 @@ -{"uid":"3999aea8e53a603c","name":"random static sharding 5 - Cluster ID: 936, Shard ID: 337","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 5 - Cluster ID: 936, Shard ID: 337","historyId":"089eab11360be8eaa5d66e4b93004c95:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425425852,"stop":1714425425852,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"3999aea8e53a603c.json","parameterValues":[]} \ No newline at end of file +{"uid":"8732e2ae1c2c0e2d","name":"random static sharding 5 - Cluster ID: 746, Shard ID: 645","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 5 - Cluster ID: 746, Shard ID: 645","historyId":"5dee6a05148d8e4c2bc83290b638b887:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106176,"stop":1714501106178,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"8732e2ae1c2c0e2d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8774c9376bcd4183.json b/6962/data/test-cases/8774c9376bcd4183.json new file mode 100644 index 00000000000..26ccd59ea9b --- /dev/null +++ b/6962/data/test-cases/8774c9376bcd4183.json @@ -0,0 +1 @@ +{"uid":"8774c9376bcd4183","name":"handles multiple messages","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > handles multiple messages","historyId":"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501165486,"stop":1714501165486,"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":"2f2581cea1f76f5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2f2581cea1f76f5a","status":"passed","time":{"start":1714494907381,"stop":1714494907382,"duration":1}}]},"tags":[]},"source":"8774c9376bcd4183.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/87ad57e86c68baf2.json b/6962/data/test-cases/87ad57e86c68baf2.json new file mode 100644 index 00000000000..746b88841af --- /dev/null +++ b/6962/data/test-cases/87ad57e86c68baf2.json @@ -0,0 +1 @@ +{"uid":"87ad57e86c68baf2","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":1714500525320,"stop":1714500525321,"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":3,"unknown":0,"total":3},"items":[{"uid":"f39885aaacb610a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f39885aaacb610a","status":"passed","time":{"start":1714494276800,"stop":1714494276800,"duration":0}},{"uid":"5fe8fc2b007b63c4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5fe8fc2b007b63c4","status":"passed","time":{"start":1714492380855,"stop":1714492380855,"duration":0}}]},"tags":[]},"source":"87ad57e86c68baf2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/87c4fe32c932d90f.json b/6962/data/test-cases/87c4fe32c932d90f.json new file mode 100644 index 00000000000..f41e6538d55 --- /dev/null +++ b/6962/data/test-cases/87c4fe32c932d90f.json @@ -0,0 +1 @@ +{"uid":"87c4fe32c932d90f","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":1714501319432,"stop":1714501319433,"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":"582df6b1b11bf21f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/582df6b1b11bf21f","status":"passed","time":{"start":1714495063232,"stop":1714495063233,"duration":1}}]},"tags":[]},"source":"87c4fe32c932d90f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/87c5949a29cd6b4f.json b/6962/data/test-cases/87c5949a29cd6b4f.json new file mode 100644 index 00000000000..b31d812b418 --- /dev/null +++ b/6962/data/test-cases/87c5949a29cd6b4f.json @@ -0,0 +1 @@ +{"uid":"87c5949a29cd6b4f","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":1714500660503,"stop":1714500660503,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"5463cb9282f21a0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5463cb9282f21a0c","status":"passed","time":{"start":1714494401270,"stop":1714494401270,"duration":0}},{"uid":"4ba7d637e711b975","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ba7d637e711b975","status":"passed","time":{"start":1714492501445,"stop":1714492501446,"duration":1}}]},"tags":[]},"source":"87c5949a29cd6b4f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/884e411caabff7c5.json b/6962/data/test-cases/884e411caabff7c5.json new file mode 100644 index 00000000000..7e59e28a980 --- /dev/null +++ b/6962/data/test-cases/884e411caabff7c5.json @@ -0,0 +1 @@ +{"uid":"884e411caabff7c5","name":"throws an error for improperly formatted content topics","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > throws an error for improperly formatted content topics","historyId":"d9cd34974e6538c379789c20f432438a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525334,"stop":1714500525334,"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":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"81d9ff7e1d8eef33","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/81d9ff7e1d8eef33","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"739075f3c5b02763","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/739075f3c5b02763","status":"passed","time":{"start":1714492380865,"stop":1714492380865,"duration":0}}]},"tags":[]},"source":"884e411caabff7c5.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/71ca866faf6bcd7d.json b/6962/data/test-cases/88757c248d577011.json similarity index 53% rename from 6944/data/test-cases/71ca866faf6bcd7d.json rename to 6962/data/test-cases/88757c248d577011.json index 21f3b483099..ffbbf7b70de 100644 --- a/6944/data/test-cases/71ca866faf6bcd7d.json +++ b/6962/data/test-cases/88757c248d577011.json @@ -1 +1 @@ -{"uid":"71ca866faf6bcd7d","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424941438,"stop":1714424941439,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"2f5cb7403c6dab7a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2f5cb7403c6dab7a","status":"passed","time":{"start":1714415094253,"stop":1714415094253,"duration":0}},{"uid":"9b88ffca0c840f88","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9b88ffca0c840f88","status":"passed","time":{"start":1714415247308,"stop":1714415247311,"duration":3}},{"uid":"fb9c0ab52d8ae6df","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fb9c0ab52d8ae6df","status":"passed","time":{"start":1714407454396,"stop":1714407454396,"duration":0}},{"uid":"12cf3d58811ab244","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/12cf3d58811ab244","status":"passed","time":{"start":1714406481771,"stop":1714406481772,"duration":1}},{"uid":"62f77254c24fa082","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/62f77254c24fa082","status":"passed","time":{"start":1714404271558,"stop":1714404271560,"duration":2}},{"uid":"db327b5fd1a1a790","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/db327b5fd1a1a790","status":"passed","time":{"start":1714403922491,"stop":1714403922491,"duration":0}},{"uid":"835a8fa0acb4c55a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/835a8fa0acb4c55a","status":"passed","time":{"start":1714403768226,"stop":1714403768227,"duration":1}},{"uid":"9ac5fff18e35f278","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9ac5fff18e35f278","status":"passed","time":{"start":1714386232527,"stop":1714386232527,"duration":0}},{"uid":"7e280ae9f3576ba7","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7e280ae9f3576ba7","status":"passed","time":{"start":1714385301781,"stop":1714385301783,"duration":2}},{"uid":"342ff23f7a7de4a7","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/342ff23f7a7de4a7","status":"passed","time":{"start":1714384594548,"stop":1714384594553,"duration":5}},{"uid":"f91a41cc6b829a54","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f91a41cc6b829a54","status":"passed","time":{"start":1714384283177,"stop":1714384283178,"duration":1}},{"uid":"4fa492c46bb4289b","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/4fa492c46bb4289b","status":"passed","time":{"start":1714382088476,"stop":1714382088477,"duration":1}},{"uid":"e3e07f72f9bcdd49","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e3e07f72f9bcdd49","status":"passed","time":{"start":1714383062415,"stop":1714383062416,"duration":1}},{"uid":"9a9ef904ad6ec898","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9a9ef904ad6ec898","status":"passed","time":{"start":1714381898379,"stop":1714381898379,"duration":0}},{"uid":"a68e13cd6a49af74","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a68e13cd6a49af74","status":"passed","time":{"start":1714382885263,"stop":1714382885264,"duration":1}},{"uid":"a98099ec01d0dae8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a98099ec01d0dae8","status":"passed","time":{"start":1714382758142,"stop":1714382758151,"duration":9}},{"uid":"5fe2ec4f5dadd438","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/5fe2ec4f5dadd438","status":"passed","time":{"start":1714381268163,"stop":1714381268164,"duration":1}},{"uid":"aacc98cd21424fb4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/aacc98cd21424fb4","status":"passed","time":{"start":1714380054107,"stop":1714380054108,"duration":1}},{"uid":"625ad1a27b734892","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/625ad1a27b734892","status":"passed","time":{"start":1714379623572,"stop":1714379623573,"duration":1}},{"uid":"ccb91093dcc664b9","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ccb91093dcc664b9","status":"passed","time":{"start":1714296856969,"stop":1714296856972,"duration":3}}]},"tags":[]},"source":"71ca866faf6bcd7d.json","parameterValues":[]} \ No newline at end of file +{"uid":"88757c248d577011","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500619507,"stop":1714500619510,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa5f2996a8e9667b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa5f2996a8e9667b","status":"passed","time":{"start":1714494368386,"stop":1714494368386,"duration":0}},{"uid":"5f23ee545fb21416","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5f23ee545fb21416","status":"passed","time":{"start":1714492468980,"stop":1714492468989,"duration":9}}]},"tags":[]},"source":"88757c248d577011.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/73dc9aea1bba06ba.json b/6962/data/test-cases/8926b9a7223c8b3d.json similarity index 51% rename from 6944/data/test-cases/73dc9aea1bba06ba.json rename to 6962/data/test-cases/8926b9a7223c8b3d.json index 321f4750271..1e0aa552e33 100644 --- a/6944/data/test-cases/73dc9aea1bba06ba.json +++ b/6962/data/test-cases/8926b9a7223c8b3d.json @@ -1 +1 @@ -{"uid":"73dc9aea1bba06ba","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":1714425481553,"stop":1714425481553,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"43c20080010dd857","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/43c20080010dd857","status":"passed","time":{"start":1714415686078,"stop":1714415686079,"duration":1}},{"uid":"fbd7d2dd844ddfa5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fbd7d2dd844ddfa5","status":"passed","time":{"start":1714415795612,"stop":1714415795612,"duration":0}},{"uid":"146dd48501540ea9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/146dd48501540ea9","status":"passed","time":{"start":1714407995021,"stop":1714407995021,"duration":0}},{"uid":"a53d035ac68b8eee","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a53d035ac68b8eee","status":"passed","time":{"start":1714407036729,"stop":1714407036730,"duration":1}},{"uid":"fa69187d5913ace8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fa69187d5913ace8","status":"passed","time":{"start":1714404808159,"stop":1714404808159,"duration":0}},{"uid":"f04c3e0f1263ebb0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f04c3e0f1263ebb0","status":"passed","time":{"start":1714404519338,"stop":1714404519339,"duration":1}},{"uid":"5fd3b80089fa4258","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5fd3b80089fa4258","status":"passed","time":{"start":1714404315526,"stop":1714404315527,"duration":1}},{"uid":"b1e62bc8e26655dc","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b1e62bc8e26655dc","status":"passed","time":{"start":1714386778138,"stop":1714386778138,"duration":0}},{"uid":"7477931a7b44a8cb","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7477931a7b44a8cb","status":"passed","time":{"start":1714385841961,"stop":1714385841962,"duration":1}},{"uid":"15ba911994c5e7cc","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/15ba911994c5e7cc","status":"passed","time":{"start":1714385131431,"stop":1714385131431,"duration":0}},{"uid":"6eeb0b594fc01858","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6eeb0b594fc01858","status":"passed","time":{"start":1714384826766,"stop":1714384826766,"duration":0}},{"uid":"c03513581fb7ac76","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c03513581fb7ac76","status":"passed","time":{"start":1714383262699,"stop":1714383262699,"duration":0}},{"uid":"a9c13c7dc6c698ac","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a9c13c7dc6c698ac","status":"passed","time":{"start":1714383620923,"stop":1714383620924,"duration":1}},{"uid":"fff1c10937bf7699","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/fff1c10937bf7699","status":"passed","time":{"start":1714383056480,"stop":1714383056481,"duration":1}},{"uid":"3bf2001dae61d31e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/3bf2001dae61d31e","status":"passed","time":{"start":1714383418021,"stop":1714383418021,"duration":0}},{"uid":"c97157209fde30","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c97157209fde30","status":"passed","time":{"start":1714383301575,"stop":1714383301576,"duration":1}},{"uid":"997239b67bd212f7","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/997239b67bd212f7","status":"passed","time":{"start":1714381806809,"stop":1714381806809,"duration":0}},{"uid":"60c003319887f500","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/60c003319887f500","status":"passed","time":{"start":1714380586353,"stop":1714380586354,"duration":1}},{"uid":"9387cc8bea89f66e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9387cc8bea89f66e","status":"passed","time":{"start":1714380172629,"stop":1714380172629,"duration":0}},{"uid":"ec02d0a749963799","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ec02d0a749963799","status":"passed","time":{"start":1714297394246,"stop":1714297394247,"duration":1}}]},"tags":[]},"source":"73dc9aea1bba06ba.json","parameterValues":[]} \ No newline at end of file +{"uid":"8926b9a7223c8b3d","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":1714501174013,"stop":1714501174013,"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":3,"unknown":0,"total":3},"items":[{"uid":"23df6a5e26f7e8c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/23df6a5e26f7e8c3","status":"passed","time":{"start":1714494908934,"stop":1714494908936,"duration":2}},{"uid":"60b9bc9995c567e5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60b9bc9995c567e5","status":"passed","time":{"start":1714492995227,"stop":1714492995228,"duration":1}}]},"tags":[]},"source":"8926b9a7223c8b3d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/604d1786ebb3e3f1.json b/6962/data/test-cases/8931e960f7563291.json similarity index 97% rename from 6944/data/test-cases/604d1786ebb3e3f1.json rename to 6962/data/test-cases/8931e960f7563291.json index 9d3b24b50c9..0431afb27f5 100644 --- a/6944/data/test-cases/604d1786ebb3e3f1.json +++ b/6962/data/test-cases/8931e960f7563291.json @@ -1 +1 @@ -{"uid":"604d1786ebb3e3f1","name":"random static sharding 1 - Cluster ID: 907, Shard ID: 798","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 1 - Cluster ID: 907, Shard ID: 798","historyId":"f19f554fe80388581eba83018d98918a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425425850,"stop":1714425425850,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"604d1786ebb3e3f1.json","parameterValues":[]} \ No newline at end of file +{"uid":"8931e960f7563291","name":"random static sharding 7 - Cluster ID: 813, Shard ID: 367","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 7 - Cluster ID: 813, Shard ID: 367","historyId":"a4afb713bc4434a55310e7d351c8aedf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106180,"stop":1714501106181,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"8931e960f7563291.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1c7cddebb19bca85.json b/6962/data/test-cases/893237c03bb43316.json similarity index 77% rename from 6944/data/test-cases/1c7cddebb19bca85.json rename to 6962/data/test-cases/893237c03bb43316.json index 0cacee066cd..d70deff3ea4 100644 --- a/6944/data/test-cases/1c7cddebb19bca85.json +++ b/6962/data/test-cases/893237c03bb43316.json @@ -1 +1 @@ -{"uid":"1c7cddebb19bca85","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":1714425369931,"stop":1714425369932,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"e9334b29e12b92a2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e9334b29e12b92a2","status":"passed","time":{"start":1714415516353,"stop":1714415516354,"duration":1}},{"uid":"9405b8f3cadd96f6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9405b8f3cadd96f6","status":"passed","time":{"start":1714415679015,"stop":1714415679015,"duration":0}},{"uid":"74169723c0561a25","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/74169723c0561a25","status":"passed","time":{"start":1714407884312,"stop":1714407884312,"duration":0}},{"uid":"86c9eec8641473dd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/86c9eec8641473dd","status":"passed","time":{"start":1714406914268,"stop":1714406914268,"duration":0}},{"uid":"632f39f58c92fc8e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/632f39f58c92fc8e","status":"passed","time":{"start":1714404690097,"stop":1714404690097,"duration":0}},{"uid":"2ad348201da6be07","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2ad348201da6be07","status":"passed","time":{"start":1714404379766,"stop":1714404379767,"duration":1}},{"uid":"a69502d59c530b3c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a69502d59c530b3c","status":"passed","time":{"start":1714404194532,"stop":1714404194532,"duration":0}},{"uid":"eda20fd016974291","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/eda20fd016974291","status":"passed","time":{"start":1714386653713,"stop":1714386653713,"duration":0}},{"uid":"2054b5eab32f044e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/2054b5eab32f044e","status":"passed","time":{"start":1714385733939,"stop":1714385733939,"duration":0}},{"uid":"87e8fcbd698cc25d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/87e8fcbd698cc25d","status":"passed","time":{"start":1714385024684,"stop":1714385024685,"duration":1}},{"uid":"97a735a5b5676dc3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/97a735a5b5676dc3","status":"passed","time":{"start":1714384714536,"stop":1714384714536,"duration":0}},{"uid":"7303856688237dfb","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7303856688237dfb","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067703,"stop":1714384067703,"duration":0}},{"uid":"484781a44778ee2a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/484781a44778ee2a","status":"passed","time":{"start":1714383490724,"stop":1714383490724,"duration":0}},{"uid":"909a4803900f37e9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/909a4803900f37e9","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840400,"stop":1714383840400,"duration":0}},{"uid":"62293800ac1cc169","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/62293800ac1cc169","status":"passed","time":{"start":1714383300539,"stop":1714383300539,"duration":0}},{"uid":"7fc163c9fb50e096","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7fc163c9fb50e096","status":"passed","time":{"start":1714383176762,"stop":1714383176762,"duration":0}},{"uid":"10d0af1d7c7d2020","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/10d0af1d7c7d2020","status":"passed","time":{"start":1714381688727,"stop":1714381688727,"duration":0}},{"uid":"6238f434743d6c27","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6238f434743d6c27","status":"passed","time":{"start":1714380481130,"stop":1714380481130,"duration":0}},{"uid":"502acc0c45fc3a89","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/502acc0c45fc3a89","status":"passed","time":{"start":1714380049514,"stop":1714380049514,"duration":0}},{"uid":"ad44df48679e810f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ad44df48679e810f","status":"passed","time":{"start":1714297302872,"stop":1714297302872,"duration":0}}]},"tags":[]},"source":"1c7cddebb19bca85.json","parameterValues":[]} \ No newline at end of file +{"uid":"893237c03bb43316","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":1714501050429,"stop":1714501050429,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5c09c5f074a74b9c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c09c5f074a74b9c","status":"passed","time":{"start":1714494785889,"stop":1714494785890,"duration":1}},{"uid":"4eef1ad26f03e9ea","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eef1ad26f03e9ea","status":"passed","time":{"start":1714492898554,"stop":1714492898554,"duration":0}}]},"tags":[]},"source":"893237c03bb43316.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/896391c35ab4d16a.json b/6962/data/test-cases/896391c35ab4d16a.json new file mode 100644 index 00000000000..0e3193de26f --- /dev/null +++ b/6962/data/test-cases/896391c35ab4d16a.json @@ -0,0 +1 @@ +{"uid":"896391c35ab4d16a","name":"Relay","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay","historyId":"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500587631,"stop":1714500587632,"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":3,"unknown":0,"total":3},"items":[{"uid":"976b21e71c87749","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/976b21e71c87749","status":"passed","time":{"start":1714494338445,"stop":1714494338445,"duration":0}},{"uid":"7fb22c94889cc013","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7fb22c94889cc013","status":"passed","time":{"start":1714492438261,"stop":1714492438261,"duration":0}}]},"tags":[]},"source":"896391c35ab4d16a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ce5616fa5eaff715.json b/6962/data/test-cases/89649c4324bfeb44.json similarity index 83% rename from 6944/data/test-cases/ce5616fa5eaff715.json rename to 6962/data/test-cases/89649c4324bfeb44.json index d6728639e0d..992a28a73f4 100644 --- a/6944/data/test-cases/ce5616fa5eaff715.json +++ b/6962/data/test-cases/89649c4324bfeb44.json @@ -1 +1 @@ -{"uid":"ce5616fa5eaff715","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":1714425301075,"stop":1714425301077,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"eea90ad6ef14db93","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eea90ad6ef14db93","status":"passed","time":{"start":1714415473246,"stop":1714415473247,"duration":1}},{"uid":"86c7b5c789dec2b8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/86c7b5c789dec2b8","status":"passed","time":{"start":1714415615346,"stop":1714415615346,"duration":0}},{"uid":"170b197b534e00b2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/170b197b534e00b2","status":"passed","time":{"start":1714407816859,"stop":1714407816860,"duration":1}},{"uid":"a09ef678b5a2eec5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a09ef678b5a2eec5","status":"passed","time":{"start":1714406861570,"stop":1714406861571,"duration":1}},{"uid":"ce85a67e3aa95c39","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ce85a67e3aa95c39","status":"passed","time":{"start":1714404628270,"stop":1714404628270,"duration":0}},{"uid":"e80fc1c7ea86ec1a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e80fc1c7ea86ec1a","status":"passed","time":{"start":1714404348888,"stop":1714404348888,"duration":0}},{"uid":"6bd34f839558b4cd","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6bd34f839558b4cd","status":"passed","time":{"start":1714404137205,"stop":1714404137216,"duration":11}},{"uid":"def72ad12e2346bb","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/def72ad12e2346bb","status":"passed","time":{"start":1714386585839,"stop":1714386585841,"duration":2}},{"uid":"e1014bc20eba29dd","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e1014bc20eba29dd","status":"passed","time":{"start":1714385651934,"stop":1714385651934,"duration":0}},{"uid":"6332534615ccd0d3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6332534615ccd0d3","status":"passed","time":{"start":1714384939231,"stop":1714384939231,"duration":0}},{"uid":"95d9fad03ac0a303","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/95d9fad03ac0a303","status":"passed","time":{"start":1714384633417,"stop":1714384633417,"duration":0}},{"uid":"6e023cb9929a0f91","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6e023cb9929a0f91","status":"passed","time":{"start":1714383068398,"stop":1714383068398,"duration":0}},{"uid":"6ad0abd7fcabc155","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/6ad0abd7fcabc155","status":"passed","time":{"start":1714383427852,"stop":1714383427854,"duration":2}},{"uid":"9d308919e7a340e2","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9d308919e7a340e2","status":"passed","time":{"start":1714382856542,"stop":1714382856544,"duration":2}},{"uid":"f9cb32496d499803","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f9cb32496d499803","status":"passed","time":{"start":1714383232243,"stop":1714383232244,"duration":1}},{"uid":"67aee21f614cb6ec","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/67aee21f614cb6ec","status":"passed","time":{"start":1714383125879,"stop":1714383125879,"duration":0}},{"uid":"949466f4a0ef76f0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/949466f4a0ef76f0","status":"passed","time":{"start":1714381639305,"stop":1714381639306,"duration":1}},{"uid":"af531fae60fe9e3c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/af531fae60fe9e3c","status":"passed","time":{"start":1714380392358,"stop":1714380392359,"duration":1}},{"uid":"5c6f99132dac90db","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/5c6f99132dac90db","status":"passed","time":{"start":1714379984445,"stop":1714379984445,"duration":0}},{"uid":"8b1a9cbcc8f54d31","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8b1a9cbcc8f54d31","status":"passed","time":{"start":1714297212210,"stop":1714297212210,"duration":0}}]},"tags":[]},"source":"ce5616fa5eaff715.json","parameterValues":[]} \ No newline at end of file +{"uid":"89649c4324bfeb44","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":1714500976538,"stop":1714500976540,"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":3,"unknown":0,"total":3},"items":[{"uid":"93f0cf860ffb8d89","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93f0cf860ffb8d89","status":"passed","time":{"start":1714494735280,"stop":1714494735281,"duration":1}},{"uid":"2d3546b454516093","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d3546b454516093","status":"passed","time":{"start":1714492814948,"stop":1714492814949,"duration":1}}]},"tags":[]},"source":"89649c4324bfeb44.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8a199ec85c544e0f.json b/6962/data/test-cases/8a199ec85c544e0f.json new file mode 100644 index 00000000000..e1c4c53ce63 --- /dev/null +++ b/6962/data/test-cases/8a199ec85c544e0f.json @@ -0,0 +1 @@ +{"uid":"8a199ec85c544e0f","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":1714501013449,"stop":1714501013450,"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":3,"unknown":0,"total":3},"items":[{"uid":"93f8d83ce7b0ce59","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93f8d83ce7b0ce59","status":"passed","time":{"start":1714494760927,"stop":1714494760927,"duration":0}},{"uid":"5290de5b22ae7935","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5290de5b22ae7935","status":"passed","time":{"start":1714492834201,"stop":1714492834202,"duration":1}}]},"tags":[]},"source":"8a199ec85c544e0f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/fac507d3fd180cde.json b/6962/data/test-cases/8a967679dc461476.json similarity index 54% rename from 6944/data/test-cases/fac507d3fd180cde.json rename to 6962/data/test-cases/8a967679dc461476.json index 5ee98c95539..3900861340b 100644 --- a/6944/data/test-cases/fac507d3fd180cde.json +++ b/6962/data/test-cases/8a967679dc461476.json @@ -1 +1 @@ -{"uid":"fac507d3fd180cde","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":1714425467288,"stop":1714425467288,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"8de71666732822a0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8de71666732822a0","status":"passed","time":{"start":1714415652338,"stop":1714415652339,"duration":1}},{"uid":"23c97c78d84e47da","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23c97c78d84e47da","status":"passed","time":{"start":1714415786953,"stop":1714415786953,"duration":0}},{"uid":"d77462e2c4594ff8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d77462e2c4594ff8","status":"passed","time":{"start":1714407994019,"stop":1714407994020,"duration":1}},{"uid":"6ebad383e6a0c053","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6ebad383e6a0c053","status":"passed","time":{"start":1714407017330,"stop":1714407017331,"duration":1}},{"uid":"ee9660c85f749cb8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ee9660c85f749cb8","status":"passed","time":{"start":1714404801241,"stop":1714404801250,"duration":9}},{"uid":"dc0d3eb41be0a87e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/dc0d3eb41be0a87e","status":"passed","time":{"start":1714404505828,"stop":1714404505828,"duration":0}},{"uid":"dc252734aabfe0","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/dc252734aabfe0","status":"passed","time":{"start":1714404295595,"stop":1714404295596,"duration":1}},{"uid":"2f53f0561b76ec66","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2f53f0561b76ec66","status":"passed","time":{"start":1714386757395,"stop":1714386757396,"duration":1}},{"uid":"ed6f42a9a019b276","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ed6f42a9a019b276","status":"passed","time":{"start":1714385842027,"stop":1714385842028,"duration":1}},{"uid":"f7b25601539925f8","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f7b25601539925f8","status":"passed","time":{"start":1714385129149,"stop":1714385129149,"duration":0}},{"uid":"6461df5a5cf7ca4b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6461df5a5cf7ca4b","status":"passed","time":{"start":1714384817440,"stop":1714384817441,"duration":1}},{"uid":"260ffd0f865fdcbf","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/260ffd0f865fdcbf","status":"passed","time":{"start":1714383233343,"stop":1714383233344,"duration":1}},{"uid":"9592875cb684ac84","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9592875cb684ac84","status":"passed","time":{"start":1714383604180,"stop":1714383604180,"duration":0}},{"uid":"c934cf06edf8ced4","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c934cf06edf8ced4","status":"passed","time":{"start":1714383018128,"stop":1714383018129,"duration":1}},{"uid":"8e451346ec6989cd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8e451346ec6989cd","status":"passed","time":{"start":1714383394543,"stop":1714383394543,"duration":0}},{"uid":"36b5b9139c2e9d60","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/36b5b9139c2e9d60","status":"passed","time":{"start":1714383287554,"stop":1714383287555,"duration":1}},{"uid":"150bd974923e8d26","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/150bd974923e8d26","status":"passed","time":{"start":1714381790763,"stop":1714381790763,"duration":0}},{"uid":"4943753eacbbe7d9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4943753eacbbe7d9","status":"passed","time":{"start":1714380581894,"stop":1714380581895,"duration":1}},{"uid":"10d67890e20aadab","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/10d67890e20aadab","status":"passed","time":{"start":1714380152675,"stop":1714380152676,"duration":1}},{"uid":"705112ce1a5bc278","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/705112ce1a5bc278","status":"passed","time":{"start":1714297399682,"stop":1714297399683,"duration":1}}]},"tags":[]},"source":"fac507d3fd180cde.json","parameterValues":[]} \ No newline at end of file +{"uid":"8a967679dc461476","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":1714501153792,"stop":1714501153793,"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":3,"unknown":0,"total":3},"items":[{"uid":"408efa53b91df213","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/408efa53b91df213","status":"passed","time":{"start":1714494896482,"stop":1714494896482,"duration":0}},{"uid":"68d60807ab96c97e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68d60807ab96c97e","status":"passed","time":{"start":1714492987119,"stop":1714492987119,"duration":0}}]},"tags":[]},"source":"8a967679dc461476.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8b4f02eba98a93c8.json b/6962/data/test-cases/8b4f02eba98a93c8.json new file mode 100644 index 00000000000..ec3b53f352c --- /dev/null +++ b/6962/data/test-cases/8b4f02eba98a93c8.json @@ -0,0 +1 @@ +{"uid":"8b4f02eba98a93c8","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app12/9/topic224/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 7 - Cluster ID: 10, Content Topic: /app12/9/topic224/xml","historyId":"c51179106a185b2970974bf8c8e95aa2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089327,"stop":1714501089328,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"8b4f02eba98a93c8.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5053f54003b5cb7f.json b/6962/data/test-cases/8b712d798894fbbf.json similarity index 80% rename from 6944/data/test-cases/5053f54003b5cb7f.json rename to 6962/data/test-cases/8b712d798894fbbf.json index ed397839816..287e146a1a1 100644 --- a/6944/data/test-cases/5053f54003b5cb7f.json +++ b/6962/data/test-cases/8b712d798894fbbf.json @@ -1 +1 @@ -{"uid":"5053f54003b5cb7f","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":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"70a8cfbf10164811","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/70a8cfbf10164811","status":"passed","time":{"start":1714415702296,"stop":1714415702296,"duration":0}},{"uid":"1f07c261dae547cd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1f07c261dae547cd","status":"passed","time":{"start":1714415850503,"stop":1714415850503,"duration":0}},{"uid":"bdef4fe74d5b7081","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bdef4fe74d5b7081","status":"passed","time":{"start":1714408049953,"stop":1714408049954,"duration":1}},{"uid":"ce47bcab0a6d925","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ce47bcab0a6d925","status":"passed","time":{"start":1714407080676,"stop":1714407080676,"duration":0}},{"uid":"978722647470e08d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/978722647470e08d","status":"passed","time":{"start":1714404860593,"stop":1714404860594,"duration":1}},{"uid":"4f242ea0a1e2cc3f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4f242ea0a1e2cc3f","status":"passed","time":{"start":1714404585206,"stop":1714404585206,"duration":0}},{"uid":"7c8a6a3cd6f23968","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7c8a6a3cd6f23968","status":"passed","time":{"start":1714404366314,"stop":1714404366315,"duration":1}},{"uid":"5855fb6588aa0d4","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5855fb6588aa0d4","status":"passed","time":{"start":1714386825532,"stop":1714386825533,"duration":1}},{"uid":"ba84c918ac79c088","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ba84c918ac79c088","status":"passed","time":{"start":1714385893743,"stop":1714385893743,"duration":0}},{"uid":"a1c9d8373d0805a7","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a1c9d8373d0805a7","status":"passed","time":{"start":1714385188019,"stop":1714385188019,"duration":0}},{"uid":"2bd1586430a7f092","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2bd1586430a7f092","status":"passed","time":{"start":1714384869918,"stop":1714384869919,"duration":1}},{"uid":"6388fb05abdd8856","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6388fb05abdd8856","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237151,"stop":1714384237151,"duration":0}},{"uid":"e6127e6145a9b574","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e6127e6145a9b574","status":"passed","time":{"start":1714383661929,"stop":1714383661929,"duration":0}},{"uid":"f58c2079cb2834a9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f58c2079cb2834a9","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018824,"stop":1714384018824,"duration":0}},{"uid":"363fde2b36408ecb","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/363fde2b36408ecb","status":"passed","time":{"start":1714383474187,"stop":1714383474187,"duration":0}},{"uid":"44f5a9197974f1bc","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/44f5a9197974f1bc","status":"passed","time":{"start":1714383351258,"stop":1714383351258,"duration":0}},{"uid":"5d9152f62e29d3d0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/5d9152f62e29d3d0","status":"passed","time":{"start":1714381860521,"stop":1714381860521,"duration":0}},{"uid":"30f475b2cbaae57e","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/30f475b2cbaae57e","status":"passed","time":{"start":1714380649668,"stop":1714380649668,"duration":0}},{"uid":"1e21455f92785257","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1e21455f92785257","status":"passed","time":{"start":1714380216167,"stop":1714380216167,"duration":0}},{"uid":"d9d9760a7e49b76","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d9d9760a7e49b76","status":"passed","time":{"start":1714297452336,"stop":1714297452336,"duration":0}}]},"tags":[]},"source":"5053f54003b5cb7f.json","parameterValues":[]} \ No newline at end of file +{"uid":"8b712d798894fbbf","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":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"bfb689e97a11f14f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bfb689e97a11f14f","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"568e2757aa43686c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/568e2757aa43686c","status":"passed","time":{"start":1714493052144,"stop":1714493052144,"duration":0}}]},"tags":[]},"source":"8b712d798894fbbf.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8b8a208507e42df0.json b/6962/data/test-cases/8b8a208507e42df0.json new file mode 100644 index 00000000000..b70b883a0ae --- /dev/null +++ b/6962/data/test-cases/8b8a208507e42df0.json @@ -0,0 +1 @@ +{"uid":"8b8a208507e42df0","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":1714501159485,"stop":1714501159486,"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":3,"unknown":0,"total":3},"items":[{"uid":"a9e5bd7bb8255e2e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a9e5bd7bb8255e2e","status":"passed","time":{"start":1714494898216,"stop":1714494898216,"duration":0}},{"uid":"b67ea054e486dedf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b67ea054e486dedf","status":"passed","time":{"start":1714492984320,"stop":1714492984320,"duration":0}}]},"tags":[]},"source":"8b8a208507e42df0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8c37ea84d7664961.json b/6962/data/test-cases/8c37ea84d7664961.json new file mode 100644 index 00000000000..4f33ed7615e --- /dev/null +++ b/6962/data/test-cases/8c37ea84d7664961.json @@ -0,0 +1 @@ +{"uid":"8c37ea84d7664961","name":"given a waku node and content topic, creates a filter subscription","fullName":"/tests/sdk/content_topic.spec.ts: SDK: Creating by Content Topic > given a waku node and content topic, creates a filter subscription","historyId":"63579ae780a62fb87d230f845bc5fb55:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501036383,"stop":1714501036384,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.sdk"},{"name":"parentSuite","value":"SDK: Creating by Content Topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"42cc9bd873173ee2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/42cc9bd873173ee2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786057,"duration":0}},{"uid":"1458cca4660d0b31","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1458cca4660d0b31","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860588,"stop":1714492860589,"duration":1}}]},"tags":[]},"source":"8c37ea84d7664961.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8c4eaa8298af3312.json b/6962/data/test-cases/8c4eaa8298af3312.json new file mode 100644 index 00000000000..22ee733238a --- /dev/null +++ b/6962/data/test-cases/8c4eaa8298af3312.json @@ -0,0 +1 @@ +{"uid":"8c4eaa8298af3312","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":1714500872907,"stop":1714500872907,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"372c1962aeb0c48b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/372c1962aeb0c48b","status":"passed","time":{"start":1714494620618,"stop":1714494620619,"duration":1}}]},"tags":[]},"source":"8c4eaa8298af3312.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b8a5e56f335089f7.json b/6962/data/test-cases/8c85820d950b3d99.json similarity index 78% rename from 6944/data/test-cases/b8a5e56f335089f7.json rename to 6962/data/test-cases/8c85820d950b3d99.json index c5a58025f53..55f97aecd5b 100644 --- a/6944/data/test-cases/b8a5e56f335089f7.json +++ b/6962/data/test-cases/8c85820d950b3d99.json @@ -1 +1 @@ -{"uid":"b8a5e56f335089f7","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":1714425369957,"stop":1714425369957,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"47f823aa2b5934f6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/47f823aa2b5934f6","status":"passed","time":{"start":1714415516375,"stop":1714415516375,"duration":0}},{"uid":"18bea6ac693dfb82","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/18bea6ac693dfb82","status":"passed","time":{"start":1714415679029,"stop":1714415679029,"duration":0}},{"uid":"380c97687f52ec5a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/380c97687f52ec5a","status":"passed","time":{"start":1714407884323,"stop":1714407884323,"duration":0}},{"uid":"9cfb0e36c2410d2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9cfb0e36c2410d2","status":"passed","time":{"start":1714406914312,"stop":1714406914313,"duration":1}},{"uid":"203238bfeeb96938","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/203238bfeeb96938","status":"passed","time":{"start":1714404690108,"stop":1714404690108,"duration":0}},{"uid":"97618419837e858e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/97618419837e858e","status":"passed","time":{"start":1714404379779,"stop":1714404379779,"duration":0}},{"uid":"996976ab904ed4dc","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/996976ab904ed4dc","status":"passed","time":{"start":1714404194543,"stop":1714404194543,"duration":0}},{"uid":"cee76375eb24e3a9","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/cee76375eb24e3a9","status":"passed","time":{"start":1714386653729,"stop":1714386653730,"duration":1}},{"uid":"7024ddb6af4b9678","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7024ddb6af4b9678","status":"passed","time":{"start":1714385733952,"stop":1714385733952,"duration":0}},{"uid":"1aabe20e1af68f9a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1aabe20e1af68f9a","status":"passed","time":{"start":1714385024702,"stop":1714385024703,"duration":1}},{"uid":"7f0f5782e33eac3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7f0f5782e33eac3","status":"passed","time":{"start":1714384714552,"stop":1714384714552,"duration":0}},{"uid":"ce7a39bcfd6d3a74","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ce7a39bcfd6d3a74","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067734,"stop":1714384067735,"duration":1}},{"uid":"ea8308c3dcf3665a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ea8308c3dcf3665a","status":"passed","time":{"start":1714383490738,"stop":1714383490738,"duration":0}},{"uid":"c7e9faeed0a68368","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c7e9faeed0a68368","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840432,"stop":1714383840432,"duration":0}},{"uid":"a00c440e89e10ab1","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a00c440e89e10ab1","status":"passed","time":{"start":1714383300549,"stop":1714383300555,"duration":6}},{"uid":"8536ca0942a85a0","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8536ca0942a85a0","status":"passed","time":{"start":1714383176772,"stop":1714383176772,"duration":0}},{"uid":"efb2f568ad7976ba","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/efb2f568ad7976ba","status":"passed","time":{"start":1714381688737,"stop":1714381688737,"duration":0}},{"uid":"ed94f718ab33ccbd","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ed94f718ab33ccbd","status":"passed","time":{"start":1714380481146,"stop":1714380481147,"duration":1}},{"uid":"c46e049f21bf6be5","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c46e049f21bf6be5","status":"passed","time":{"start":1714380049527,"stop":1714380049528,"duration":1}},{"uid":"5c82c1d0e853fe24","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5c82c1d0e853fe24","status":"passed","time":{"start":1714297302885,"stop":1714297302885,"duration":0}}]},"tags":[]},"source":"b8a5e56f335089f7.json","parameterValues":[]} \ No newline at end of file +{"uid":"8c85820d950b3d99","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":1714501050442,"stop":1714501050442,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9002683d81e97a3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9002683d81e97a3","status":"passed","time":{"start":1714494785907,"stop":1714494785907,"duration":0}},{"uid":"3387617d83f62839","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3387617d83f62839","status":"passed","time":{"start":1714492898562,"stop":1714492898562,"duration":0}}]},"tags":[]},"source":"8c85820d950b3d99.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8cb009f87a115177.json b/6962/data/test-cases/8cb009f87a115177.json new file mode 100644 index 00000000000..2f349bc1458 --- /dev/null +++ b/6962/data/test-cases/8cb009f87a115177.json @@ -0,0 +1 @@ +{"uid":"8cb009f87a115177","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":1714500534108,"stop":1714500534108,"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":3,"unknown":0,"total":3},"items":[{"uid":"e92d5b01ba4123b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e92d5b01ba4123b1","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"9a7911721c273e43","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a7911721c273e43","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"tags":[]},"source":"8cb009f87a115177.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8cbf6ac8cf21b6d0.json b/6962/data/test-cases/8cbf6ac8cf21b6d0.json new file mode 100644 index 00000000000..9154d6df7b0 --- /dev/null +++ b/6962/data/test-cases/8cbf6ac8cf21b6d0.json @@ -0,0 +1 @@ +{"uid":"8cbf6ac8cf21b6d0","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":1714500976557,"stop":1714500976557,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"b98c73e4b6bc3e1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b98c73e4b6bc3e1","status":"passed","time":{"start":1714494735298,"stop":1714494735299,"duration":1}},{"uid":"cdefd21853f57b0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdefd21853f57b0a","status":"passed","time":{"start":1714492814968,"stop":1714492814969,"duration":1}}]},"tags":[]},"source":"8cbf6ac8cf21b6d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8cde78ef59e9d9c3.json b/6962/data/test-cases/8cde78ef59e9d9c3.json new file mode 100644 index 00000000000..2a333b2d2ee --- /dev/null +++ b/6962/data/test-cases/8cde78ef59e9d9c3.json @@ -0,0 +1 @@ +{"uid":"8cde78ef59e9d9c3","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":1714500533163,"stop":1714500533173,"duration":10},"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":3,"unknown":0,"total":3},"items":[{"uid":"7b731c2cdad25cbf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b731c2cdad25cbf","status":"passed","time":{"start":1714494284808,"stop":1714494284808,"duration":0}},{"uid":"762dc7f54af23c73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/762dc7f54af23c73","status":"passed","time":{"start":1714492388590,"stop":1714492388591,"duration":1}}]},"tags":[]},"source":"8cde78ef59e9d9c3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8d66c10bb144fec9.json b/6962/data/test-cases/8d66c10bb144fec9.json new file mode 100644 index 00000000000..608c6860054 --- /dev/null +++ b/6962/data/test-cases/8d66c10bb144fec9.json @@ -0,0 +1 @@ +{"uid":"8d66c10bb144fec9","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":1714501150908,"stop":1714501150908,"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":3,"unknown":0,"total":3},"items":[{"uid":"2835bc49c32003e5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2835bc49c32003e5","status":"passed","time":{"start":1714494883924,"stop":1714494883925,"duration":1}},{"uid":"5a77b472a394eed9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a77b472a394eed9","status":"passed","time":{"start":1714492982062,"stop":1714492982062,"duration":0}}]},"tags":[]},"source":"8d66c10bb144fec9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/24672bea66bbd202.json b/6962/data/test-cases/8d68a620babeef3f.json similarity index 77% rename from 6944/data/test-cases/24672bea66bbd202.json rename to 6962/data/test-cases/8d68a620babeef3f.json index a471ea72477..adbb7e7a44c 100644 --- a/6944/data/test-cases/24672bea66bbd202.json +++ b/6962/data/test-cases/8d68a620babeef3f.json @@ -1 +1 @@ -{"uid":"24672bea66bbd202","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":1714425369934,"stop":1714425369935,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"deb7581fed9c1a02","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/deb7581fed9c1a02","status":"passed","time":{"start":1714415516363,"stop":1714415516364,"duration":1}},{"uid":"4edc06c95bd112ad","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4edc06c95bd112ad","status":"passed","time":{"start":1714415679020,"stop":1714415679020,"duration":0}},{"uid":"1b747d812ca4bed4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1b747d812ca4bed4","status":"passed","time":{"start":1714407884314,"stop":1714407884314,"duration":0}},{"uid":"579617c94f89457a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/579617c94f89457a","status":"passed","time":{"start":1714406914275,"stop":1714406914276,"duration":1}},{"uid":"7ec900410f66946b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7ec900410f66946b","status":"passed","time":{"start":1714404690100,"stop":1714404690100,"duration":0}},{"uid":"f20a3a4a512f1ae3","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f20a3a4a512f1ae3","status":"passed","time":{"start":1714404379768,"stop":1714404379768,"duration":0}},{"uid":"6ec7134215cda8b4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6ec7134215cda8b4","status":"passed","time":{"start":1714404194534,"stop":1714404194534,"duration":0}},{"uid":"cb91566d8a0ce98","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/cb91566d8a0ce98","status":"passed","time":{"start":1714386653714,"stop":1714386653714,"duration":0}},{"uid":"931e11f267251a48","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/931e11f267251a48","status":"passed","time":{"start":1714385733941,"stop":1714385733941,"duration":0}},{"uid":"c2c60d14a294a165","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/c2c60d14a294a165","status":"passed","time":{"start":1714385024687,"stop":1714385024689,"duration":2}},{"uid":"4c77fd90f1019672","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4c77fd90f1019672","status":"passed","time":{"start":1714384714537,"stop":1714384714537,"duration":0}},{"uid":"9f1bcb47e7dec1a1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9f1bcb47e7dec1a1","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067708,"stop":1714384067708,"duration":0}},{"uid":"974bb5d9369338b9","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/974bb5d9369338b9","status":"passed","time":{"start":1714383490725,"stop":1714383490726,"duration":1}},{"uid":"a4698c7d31a77a83","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a4698c7d31a77a83","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840404,"stop":1714383840404,"duration":0}},{"uid":"769cb7fb57c69933","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/769cb7fb57c69933","status":"passed","time":{"start":1714383300542,"stop":1714383300542,"duration":0}},{"uid":"f049bf98055aa5f0","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f049bf98055aa5f0","status":"passed","time":{"start":1714383176764,"stop":1714383176764,"duration":0}},{"uid":"efbe39950f45ab94","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/efbe39950f45ab94","status":"passed","time":{"start":1714381688729,"stop":1714381688729,"duration":0}},{"uid":"b7200ef64fb308c4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/b7200ef64fb308c4","status":"passed","time":{"start":1714380481131,"stop":1714380481131,"duration":0}},{"uid":"3e4f45496ef25c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3e4f45496ef25c","status":"passed","time":{"start":1714380049516,"stop":1714380049516,"duration":0}},{"uid":"b8e49620da7c6497","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b8e49620da7c6497","status":"passed","time":{"start":1714297302873,"stop":1714297302874,"duration":1}}]},"tags":[]},"source":"24672bea66bbd202.json","parameterValues":[]} \ No newline at end of file +{"uid":"8d68a620babeef3f","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":1714501050430,"stop":1714501050431,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e7aac0ca3139db0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7aac0ca3139db0c","status":"passed","time":{"start":1714494785896,"stop":1714494785896,"duration":0}},{"uid":"beebdf13fcb62fd3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/beebdf13fcb62fd3","status":"passed","time":{"start":1714492898555,"stop":1714492898555,"duration":0}}]},"tags":[]},"source":"8d68a620babeef3f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8c81ef39891c1b98.json b/6962/data/test-cases/8d6ecc903e295416.json similarity index 79% rename from 6944/data/test-cases/8c81ef39891c1b98.json rename to 6962/data/test-cases/8d6ecc903e295416.json index 49878bc0258..2c83ff10b85 100644 --- a/6944/data/test-cases/8c81ef39891c1b98.json +++ b/6962/data/test-cases/8d6ecc903e295416.json @@ -1 +1 @@ -{"uid":"8c81ef39891c1b98","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":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"2c5295133a19aa53","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2c5295133a19aa53","status":"passed","time":{"start":1714415702283,"stop":1714415702283,"duration":0}},{"uid":"6e6afc9a373d01d2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6e6afc9a373d01d2","status":"passed","time":{"start":1714415850492,"stop":1714415850492,"duration":0}},{"uid":"1eda90eb4e127eb5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1eda90eb4e127eb5","status":"passed","time":{"start":1714408049940,"stop":1714408049940,"duration":0}},{"uid":"b819b80cc5bb0ae5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b819b80cc5bb0ae5","status":"passed","time":{"start":1714407080664,"stop":1714407080664,"duration":0}},{"uid":"d06c939820933328","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d06c939820933328","status":"passed","time":{"start":1714404860579,"stop":1714404860580,"duration":1}},{"uid":"5bfb43c5fa4e2359","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/5bfb43c5fa4e2359","status":"passed","time":{"start":1714404585194,"stop":1714404585194,"duration":0}},{"uid":"a6eeb0c0470cc354","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a6eeb0c0470cc354","status":"passed","time":{"start":1714404366301,"stop":1714404366301,"duration":0}},{"uid":"de4560680a26f8f1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/de4560680a26f8f1","status":"passed","time":{"start":1714386825520,"stop":1714386825520,"duration":0}},{"uid":"fb2d25bace040dd0","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/fb2d25bace040dd0","status":"passed","time":{"start":1714385893732,"stop":1714385893732,"duration":0}},{"uid":"a28dd3a6e71c8200","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a28dd3a6e71c8200","status":"passed","time":{"start":1714385188006,"stop":1714385188006,"duration":0}},{"uid":"5bf52a5d37c488ff","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/5bf52a5d37c488ff","status":"passed","time":{"start":1714384869904,"stop":1714384869905,"duration":1}},{"uid":"e79f64ab1249307d","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/e79f64ab1249307d","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237114,"stop":1714384237114,"duration":0}},{"uid":"e02a6a817f5a6078","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e02a6a817f5a6078","status":"passed","time":{"start":1714383661917,"stop":1714383661917,"duration":0}},{"uid":"52ddc09a1f10b9b2","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/52ddc09a1f10b9b2","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018789,"stop":1714384018790,"duration":1}},{"uid":"268c7e5c6defcf5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/268c7e5c6defcf5","status":"passed","time":{"start":1714383474175,"stop":1714383474176,"duration":1}},{"uid":"fd170bb1ce9e0388","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fd170bb1ce9e0388","status":"passed","time":{"start":1714383351245,"stop":1714383351245,"duration":0}},{"uid":"6afd821e6a8a3dd8","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6afd821e6a8a3dd8","status":"passed","time":{"start":1714381860511,"stop":1714381860511,"duration":0}},{"uid":"49dd46103408ad67","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/49dd46103408ad67","status":"passed","time":{"start":1714380649654,"stop":1714380649654,"duration":0}},{"uid":"f790fe104406dc57","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f790fe104406dc57","status":"passed","time":{"start":1714380216155,"stop":1714380216155,"duration":0}},{"uid":"1c2f8e8894dc2fd2","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1c2f8e8894dc2fd2","status":"passed","time":{"start":1714297452322,"stop":1714297452322,"duration":0}}]},"tags":[]},"source":"8c81ef39891c1b98.json","parameterValues":[]} \ No newline at end of file +{"uid":"8d6ecc903e295416","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":1714501220684,"stop":1714501220684,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"10ebed8eb1f10175","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10ebed8eb1f10175","status":"passed","time":{"start":1714494954435,"stop":1714494954435,"duration":0}},{"uid":"5afcd3d0b879bfd5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5afcd3d0b879bfd5","status":"passed","time":{"start":1714493052131,"stop":1714493052132,"duration":1}}]},"tags":[]},"source":"8d6ecc903e295416.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8d9b6f035e24db36.json b/6962/data/test-cases/8d9b6f035e24db36.json new file mode 100644 index 00000000000..491268de382 --- /dev/null +++ b/6962/data/test-cases/8d9b6f035e24db36.json @@ -0,0 +1 @@ +{"uid":"8d9b6f035e24db36","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":1714500607830,"stop":1714500607830,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"58438cbbfb8c3221","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/58438cbbfb8c3221","status":"passed","time":{"start":1714494370508,"stop":1714494370510,"duration":2}},{"uid":"7a9741048ee4ae08","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7a9741048ee4ae08","status":"passed","time":{"start":1714492459795,"stop":1714492459797,"duration":2}}]},"tags":[]},"source":"8d9b6f035e24db36.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8dbdb5a4b4644f02.json b/6962/data/test-cases/8dbdb5a4b4644f02.json new file mode 100644 index 00000000000..b4bf05ddc1b --- /dev/null +++ b/6962/data/test-cases/8dbdb5a4b4644f02.json @@ -0,0 +1 @@ +{"uid":"8dbdb5a4b4644f02","name":"Ordered Callback - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - forward","historyId":"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501145475,"stop":1714501145475,"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":3,"unknown":0,"total":3},"items":[{"uid":"f4a969c3755a6238","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4a969c3755a6238","status":"passed","time":{"start":1714494876055,"stop":1714494876056,"duration":1}},{"uid":"ae56ef1c6405ac3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ae56ef1c6405ac3","status":"passed","time":{"start":1714492961694,"stop":1714492961695,"duration":1}}]},"tags":[]},"source":"8dbdb5a4b4644f02.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/92bbf7e9f1ea27c8.json b/6962/data/test-cases/8e01b2b530df0d95.json similarity index 74% rename from 6944/data/test-cases/92bbf7e9f1ea27c8.json rename to 6962/data/test-cases/8e01b2b530df0d95.json index 7db5eaf92f4..9bce9df765f 100644 --- a/6944/data/test-cases/92bbf7e9f1ea27c8.json +++ b/6962/data/test-cases/8e01b2b530df0d95.json @@ -1 +1 @@ -{"uid":"92bbf7e9f1ea27c8","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425349850,"stop":1714425349851,"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":74,"unknown":0,"total":74},"items":[{"uid":"95123db423fce28e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/95123db423fce28e","status":"passed","time":{"start":1714415539972,"stop":1714415539973,"duration":1}},{"uid":"7d0dfad3fd0e7226","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7d0dfad3fd0e7226","status":"passed","time":{"start":1714415671312,"stop":1714415671312,"duration":0}},{"uid":"db30345e509895af","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/db30345e509895af","status":"passed","time":{"start":1714407878076,"stop":1714407878077,"duration":1}},{"uid":"72c2196df4791356","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/72c2196df4791356","status":"passed","time":{"start":1714406907369,"stop":1714406907369,"duration":0}},{"uid":"c8402195b736b1b3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c8402195b736b1b3","status":"passed","time":{"start":1714404685454,"stop":1714404685454,"duration":0}},{"uid":"34c72dc440995efb","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/34c72dc440995efb","status":"passed","time":{"start":1714404397999,"stop":1714404398000,"duration":1}},{"uid":"7ad573136464208f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7ad573136464208f","status":"passed","time":{"start":1714404193469,"stop":1714404193470,"duration":1}},{"uid":"9db5765941cabc03","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9db5765941cabc03","status":"passed","time":{"start":1714386646784,"stop":1714386646785,"duration":1}},{"uid":"d44283b9235a9416","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d44283b9235a9416","status":"passed","time":{"start":1714385711027,"stop":1714385711027,"duration":0}},{"uid":"11218a8f54473cbb","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/11218a8f54473cbb","status":"passed","time":{"start":1714385006972,"stop":1714385006972,"duration":0}},{"uid":"6e75931bcda9c65","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6e75931bcda9c65","status":"passed","time":{"start":1714384687413,"stop":1714384687414,"duration":1}},{"uid":"466fcd8a0c0d8147","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/466fcd8a0c0d8147","status":"passed","time":{"start":1714383085781,"stop":1714383085782,"duration":1}},{"uid":"ece517313f640aed","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ece517313f640aed","status":"passed","time":{"start":1714383482547,"stop":1714383482548,"duration":1}},{"uid":"79812b037e079676","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/79812b037e079676","status":"passed","time":{"start":1714382879520,"stop":1714382879521,"duration":1}},{"uid":"57922750d1716d38","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/57922750d1716d38","status":"passed","time":{"start":1714383290169,"stop":1714383290170,"duration":1}},{"uid":"dba2e015e286adf1","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/dba2e015e286adf1","status":"passed","time":{"start":1714383178711,"stop":1714383178712,"duration":1}},{"uid":"48bbda78264351b3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/48bbda78264351b3","status":"passed","time":{"start":1714381680864,"stop":1714381680864,"duration":0}},{"uid":"d56ab47bd0e87333","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d56ab47bd0e87333","status":"passed","time":{"start":1714380462777,"stop":1714380462778,"duration":1}},{"uid":"5d2cefd887850f91","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/5d2cefd887850f91","status":"passed","time":{"start":1714380037746,"stop":1714380037746,"duration":0}},{"uid":"84d2c65cf15660dc","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/84d2c65cf15660dc","status":"passed","time":{"start":1714297267377,"stop":1714297267378,"duration":1}}]},"tags":[]},"source":"92bbf7e9f1ea27c8.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e01b2b530df0d95","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501039476,"stop":1714501039476,"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":3,"unknown":0,"total":3},"items":[{"uid":"9d5ef135b3ef1c40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d5ef135b3ef1c40","status":"passed","time":{"start":1714494791233,"stop":1714494791235,"duration":2}},{"uid":"5333644f8bf089fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5333644f8bf089fc","status":"passed","time":{"start":1714492870702,"stop":1714492870702,"duration":0}}]},"tags":[]},"source":"8e01b2b530df0d95.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/680150f78d62c662.json b/6962/data/test-cases/8e052d6df1c0addb.json similarity index 85% rename from 6944/data/test-cases/680150f78d62c662.json rename to 6962/data/test-cases/8e052d6df1c0addb.json index 8946b338c55..b075e2e563b 100644 --- a/6944/data/test-cases/680150f78d62c662.json +++ b/6962/data/test-cases/8e052d6df1c0addb.json @@ -1 +1 @@ -{"uid":"680150f78d62c662","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":1714425435608,"stop":1714425435608,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"51b0c4523fffc1bf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/51b0c4523fffc1bf","status":"passed","time":{"start":1714415590153,"stop":1714415590153,"duration":0}},{"uid":"12d624be1b269461","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/12d624be1b269461","status":"passed","time":{"start":1714415739320,"stop":1714415739321,"duration":1}},{"uid":"cbe333b82dd6df7a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cbe333b82dd6df7a","status":"passed","time":{"start":1714407950104,"stop":1714407950105,"duration":1}},{"uid":"24d6a85cf0d371bf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/24d6a85cf0d371bf","status":"passed","time":{"start":1714406978441,"stop":1714406978441,"duration":0}},{"uid":"2963c101f0cc62a0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2963c101f0cc62a0","status":"passed","time":{"start":1714404752140,"stop":1714404752141,"duration":1}},{"uid":"9da72af8133bcca3","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9da72af8133bcca3","status":"passed","time":{"start":1714404488118,"stop":1714404488118,"duration":0}},{"uid":"9368625422c70651","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9368625422c70651","status":"passed","time":{"start":1714404264821,"stop":1714404264822,"duration":1}},{"uid":"8e75d540b352047a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8e75d540b352047a","status":"passed","time":{"start":1714386718898,"stop":1714386718898,"duration":0}},{"uid":"8a3c61449fdf9975","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8a3c61449fdf9975","status":"passed","time":{"start":1714385802598,"stop":1714385802598,"duration":0}},{"uid":"3adf213a305492f4","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/3adf213a305492f4","status":"passed","time":{"start":1714385084320,"stop":1714385084321,"duration":1}},{"uid":"5d3cf1ac4fae785","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/5d3cf1ac4fae785","status":"passed","time":{"start":1714384783924,"stop":1714384783924,"duration":0}},{"uid":"19d0b532194ba9b0","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/19d0b532194ba9b0","status":"passed","time":{"start":1714382927677,"stop":1714382927677,"duration":0}},{"uid":"3e8c54a8aa3c9cd6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3e8c54a8aa3c9cd6","status":"passed","time":{"start":1714383573245,"stop":1714383573245,"duration":0}},{"uid":"54f75c3248e9fa5f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/54f75c3248e9fa5f","status":"passed","time":{"start":1714382735195,"stop":1714382735196,"duration":1}},{"uid":"dd4ae7a390b01e3b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/dd4ae7a390b01e3b","status":"passed","time":{"start":1714383376660,"stop":1714383376660,"duration":0}},{"uid":"c54344d510dd6227","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c54344d510dd6227","status":"passed","time":{"start":1714383261443,"stop":1714383261443,"duration":0}},{"uid":"8a796f9656ac760c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8a796f9656ac760c","status":"passed","time":{"start":1714381767556,"stop":1714381767556,"duration":0}},{"uid":"f9ad04b741464348","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f9ad04b741464348","status":"passed","time":{"start":1714380548880,"stop":1714380548881,"duration":1}},{"uid":"60e908c2df5fdf0a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/60e908c2df5fdf0a","status":"passed","time":{"start":1714380124127,"stop":1714380124127,"duration":0}},{"uid":"f30a81b56681470","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f30a81b56681470","status":"passed","time":{"start":1714297355210,"stop":1714297355210,"duration":0}}]},"tags":[]},"source":"680150f78d62c662.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e052d6df1c0addb","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":1714501123779,"stop":1714501123779,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"c8a441dfddc90826","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8a441dfddc90826","status":"passed","time":{"start":1714494838840,"stop":1714494838840,"duration":0}},{"uid":"9012730fcd33f13f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9012730fcd33f13f","status":"passed","time":{"start":1714492985741,"stop":1714492985741,"duration":0}}]},"tags":[]},"source":"8e052d6df1c0addb.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4bb261821bcf4b53.json b/6962/data/test-cases/8e1eb8bbb7649774.json similarity index 77% rename from 6944/data/test-cases/4bb261821bcf4b53.json rename to 6962/data/test-cases/8e1eb8bbb7649774.json index 31539215a49..f93bcefeeda 100644 --- a/6944/data/test-cases/4bb261821bcf4b53.json +++ b/6962/data/test-cases/8e1eb8bbb7649774.json @@ -1 +1 @@ -{"uid":"4bb261821bcf4b53","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":1714425369950,"stop":1714425369951,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"ca4fa3e9fad72c0f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ca4fa3e9fad72c0f","status":"passed","time":{"start":1714415516371,"stop":1714415516371,"duration":0}},{"uid":"12bdca2e151d96d4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/12bdca2e151d96d4","status":"passed","time":{"start":1714415679025,"stop":1714415679025,"duration":0}},{"uid":"acb6cac0e68ab980","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/acb6cac0e68ab980","status":"passed","time":{"start":1714407884319,"stop":1714407884319,"duration":0}},{"uid":"1d4cb1a904254158","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1d4cb1a904254158","status":"passed","time":{"start":1714406914280,"stop":1714406914281,"duration":1}},{"uid":"1874da4d2692aa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1874da4d2692aa","status":"passed","time":{"start":1714404690104,"stop":1714404690105,"duration":1}},{"uid":"1849c4618be381f1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1849c4618be381f1","status":"passed","time":{"start":1714404379773,"stop":1714404379773,"duration":0}},{"uid":"81cffdcfd6aff92b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/81cffdcfd6aff92b","status":"passed","time":{"start":1714404194539,"stop":1714404194539,"duration":0}},{"uid":"fe23bcdfd7af63fa","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/fe23bcdfd7af63fa","status":"passed","time":{"start":1714386653721,"stop":1714386653721,"duration":0}},{"uid":"dab9cb569c7f9000","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/dab9cb569c7f9000","status":"passed","time":{"start":1714385733947,"stop":1714385733947,"duration":0}},{"uid":"3d52d4e298457c34","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/3d52d4e298457c34","status":"passed","time":{"start":1714385024698,"stop":1714385024698,"duration":0}},{"uid":"746c3c62e372b29e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/746c3c62e372b29e","status":"passed","time":{"start":1714384714545,"stop":1714384714545,"duration":0}},{"uid":"5a115088aa73e4b4","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5a115088aa73e4b4","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067724,"stop":1714384067724,"duration":0}},{"uid":"4191f52067fb711a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4191f52067fb711a","status":"passed","time":{"start":1714383490730,"stop":1714383490731,"duration":1}},{"uid":"d91105ff6d115621","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d91105ff6d115621","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840422,"stop":1714383840422,"duration":0}},{"uid":"19b96d435f03d1c4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/19b96d435f03d1c4","status":"passed","time":{"start":1714383300546,"stop":1714383300547,"duration":1}},{"uid":"5a7041e033b2c4b8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/5a7041e033b2c4b8","status":"passed","time":{"start":1714383176768,"stop":1714383176769,"duration":1}},{"uid":"c9221c90d254f738","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c9221c90d254f738","status":"passed","time":{"start":1714381688733,"stop":1714381688733,"duration":0}},{"uid":"465e754f0bcc7597","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/465e754f0bcc7597","status":"passed","time":{"start":1714380481139,"stop":1714380481139,"duration":0}},{"uid":"3971f0b78f499f5c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3971f0b78f499f5c","status":"passed","time":{"start":1714380049522,"stop":1714380049523,"duration":1}},{"uid":"223d7237e98b4207","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/223d7237e98b4207","status":"passed","time":{"start":1714297302881,"stop":1714297302881,"duration":0}}]},"tags":[]},"source":"4bb261821bcf4b53.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e1eb8bbb7649774","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":1714501050438,"stop":1714501050438,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac1adeacb4c5eed0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac1adeacb4c5eed0","status":"passed","time":{"start":1714494785903,"stop":1714494785903,"duration":0}},{"uid":"c0d839ec7b97ceeb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c0d839ec7b97ceeb","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"tags":[]},"source":"8e1eb8bbb7649774.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/8e6a727e83bace85.json b/6962/data/test-cases/8e6a727e83bace85.json new file mode 100644 index 00000000000..1e79b62e5a9 --- /dev/null +++ b/6962/data/test-cases/8e6a727e83bace85.json @@ -0,0 +1 @@ +{"uid":"8e6a727e83bace85","name":"Publish message with custom timestamp: Wed May 10 2023 18:16:48 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed May 10 2023 18:16:48 GMT+0000 (Coordinated Universal Time)","historyId":"5fc67242f517691d0fb726154dd4a01c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501036165,"stop":1714501036165,"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":"8e6a727e83bace85.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/e09621b2aa1e3a1c.json b/6962/data/test-cases/8ee3c1f0c569649c.json similarity index 59% rename from 6944/data/test-cases/e09621b2aa1e3a1c.json rename to 6962/data/test-cases/8ee3c1f0c569649c.json index 2838cee6774..b52914cb4ac 100644 --- a/6944/data/test-cases/e09621b2aa1e3a1c.json +++ b/6962/data/test-cases/8ee3c1f0c569649c.json @@ -1 +1 @@ -{"uid":"e09621b2aa1e3a1c","name":"can start the service","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start the service","historyId":"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425363885,"stop":1714425363885,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"21759b0a57489865","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/21759b0a57489865","status":"passed","time":{"start":1714415544815,"stop":1714415544818,"duration":3}},{"uid":"daaa019afcf4ec17","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/daaa019afcf4ec17","status":"passed","time":{"start":1714415689071,"stop":1714415689072,"duration":1}},{"uid":"4cab8f08715a7400","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4cab8f08715a7400","status":"passed","time":{"start":1714407902534,"stop":1714407902535,"duration":1}},{"uid":"3007fe59ed961175","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3007fe59ed961175","status":"passed","time":{"start":1714406920265,"stop":1714406920265,"duration":0}},{"uid":"de1fe3195e859f30","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/de1fe3195e859f30","status":"passed","time":{"start":1714404713587,"stop":1714404713588,"duration":1}},{"uid":"608bba4499f83085","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/608bba4499f83085","status":"passed","time":{"start":1714404404535,"stop":1714404404535,"duration":0}},{"uid":"6acc95584f3351e2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6acc95584f3351e2","status":"passed","time":{"start":1714404198222,"stop":1714404198222,"duration":0}},{"uid":"864f7b299684e73a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/864f7b299684e73a","status":"passed","time":{"start":1714386660411,"stop":1714386660411,"duration":0}},{"uid":"9fdcf9595be727f0","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/9fdcf9595be727f0","status":"passed","time":{"start":1714385741759,"stop":1714385741760,"duration":1}},{"uid":"67bd8fdd01fdc78c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/67bd8fdd01fdc78c","status":"passed","time":{"start":1714385032260,"stop":1714385032260,"duration":0}},{"uid":"34a66b8b607235a3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/34a66b8b607235a3","status":"passed","time":{"start":1714384700170,"stop":1714384700171,"duration":1}},{"uid":"a4fada2646a0a22f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a4fada2646a0a22f","status":"passed","time":{"start":1714383167835,"stop":1714383167836,"duration":1}},{"uid":"bfb5943ccf2bac63","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/bfb5943ccf2bac63","status":"passed","time":{"start":1714383502993,"stop":1714383502994,"duration":1}},{"uid":"7efad0c8cfdecd1e","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/7efad0c8cfdecd1e","status":"passed","time":{"start":1714382959995,"stop":1714382959996,"duration":1}},{"uid":"847795d0aad8d6f0","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/847795d0aad8d6f0","status":"passed","time":{"start":1714383305647,"stop":1714383305648,"duration":1}},{"uid":"9516fd48b8ba4836","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9516fd48b8ba4836","status":"passed","time":{"start":1714383191563,"stop":1714383191563,"duration":0}},{"uid":"422c507c3a674026","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/422c507c3a674026","status":"passed","time":{"start":1714381688434,"stop":1714381688434,"duration":0}},{"uid":"7e9cf6001e6027e2","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7e9cf6001e6027e2","status":"passed","time":{"start":1714380489765,"stop":1714380489766,"duration":1}},{"uid":"8b3a4cda977cf9e0","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/8b3a4cda977cf9e0","status":"passed","time":{"start":1714380050162,"stop":1714380050163,"duration":1}},{"uid":"1719cb3d046f99c5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1719cb3d046f99c5","status":"passed","time":{"start":1714297289401,"stop":1714297289402,"duration":1}}]},"tags":[]},"source":"e09621b2aa1e3a1c.json","parameterValues":[]} \ No newline at end of file +{"uid":"8ee3c1f0c569649c","name":"can start the service","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start the service","historyId":"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501049781,"stop":1714501049782,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5bef9e37dffe95fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5bef9e37dffe95fc","status":"passed","time":{"start":1714494802220,"stop":1714494802220,"duration":0}},{"uid":"34e672482843d2a0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/34e672482843d2a0","status":"passed","time":{"start":1714492887582,"stop":1714492887582,"duration":0}}]},"tags":[]},"source":"8ee3c1f0c569649c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f1133207cb9b351f.json b/6962/data/test-cases/8f782096baab8a3a.json similarity index 75% rename from 6944/data/test-cases/f1133207cb9b351f.json rename to 6962/data/test-cases/8f782096baab8a3a.json index 3fecabe1aed..7953548f35b 100644 --- a/6944/data/test-cases/f1133207cb9b351f.json +++ b/6962/data/test-cases/8f782096baab8a3a.json @@ -1 +1 @@ -{"uid":"f1133207cb9b351f","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":1714425068149,"stop":1714425068149,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"5df8487d3dbdddfd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5df8487d3dbdddfd","status":"passed","time":{"start":1714415236748,"stop":1714415236749,"duration":1}},{"uid":"ba3c34be50a746ef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ba3c34be50a746ef","status":"passed","time":{"start":1714415370288,"stop":1714415370288,"duration":0}},{"uid":"632cb78c163a2530","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/632cb78c163a2530","status":"passed","time":{"start":1714407592727,"stop":1714407592727,"duration":0}},{"uid":"b50af4e3c9a0771e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b50af4e3c9a0771e","status":"passed","time":{"start":1714406603013,"stop":1714406603014,"duration":1}},{"uid":"a6d79b82889f0034","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a6d79b82889f0034","status":"passed","time":{"start":1714404403092,"stop":1714404403093,"duration":1}},{"uid":"2b6b45de060a7c34","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2b6b45de060a7c34","status":"passed","time":{"start":1714404066558,"stop":1714404066558,"duration":0}},{"uid":"4194ce075ca3f75c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4194ce075ca3f75c","status":"passed","time":{"start":1714403911546,"stop":1714403911547,"duration":1}},{"uid":"df3771ed97e90455","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/df3771ed97e90455","status":"passed","time":{"start":1714386356547,"stop":1714386356548,"duration":1}},{"uid":"747022114e8ae701","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/747022114e8ae701","status":"passed","time":{"start":1714385421468,"stop":1714385421469,"duration":1}},{"uid":"4c380b0be6c6374e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4c380b0be6c6374e","status":"passed","time":{"start":1714384714570,"stop":1714384714571,"duration":1}},{"uid":"bb408d35d1c79020","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/bb408d35d1c79020","status":"passed","time":{"start":1714384405994,"stop":1714384405994,"duration":0}},{"uid":"76616a7ca78ec179","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/76616a7ca78ec179","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845688,"stop":1714382845688,"duration":0}},{"uid":"c5fdc5d003fe790e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c5fdc5d003fe790e","status":"passed","time":{"start":1714383192266,"stop":1714383192266,"duration":0}},{"uid":"c881807befa173eb","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c881807befa173eb","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649828,"stop":1714382649829,"duration":1}},{"uid":"7989730becb8d65e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7989730becb8d65e","status":"passed","time":{"start":1714383007953,"stop":1714383007954,"duration":1}},{"uid":"67c915f417419f74","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/67c915f417419f74","status":"passed","time":{"start":1714382888218,"stop":1714382888218,"duration":0}},{"uid":"87c12316e14bfec4","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/87c12316e14bfec4","status":"passed","time":{"start":1714381390673,"stop":1714381390674,"duration":1}},{"uid":"77fde90d522633ab","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/77fde90d522633ab","status":"passed","time":{"start":1714380173239,"stop":1714380173240,"duration":1}},{"uid":"ea7b8e5679aeab54","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ea7b8e5679aeab54","status":"passed","time":{"start":1714379752781,"stop":1714379752781,"duration":0}},{"uid":"a1b2662a77c4b50","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a1b2662a77c4b50","status":"passed","time":{"start":1714296983636,"stop":1714296983636,"duration":0}}]},"tags":[]},"source":"f1133207cb9b351f.json","parameterValues":[]} \ No newline at end of file +{"uid":"8f782096baab8a3a","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":1714500735362,"stop":1714500735363,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3f0f5a3214502907","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3f0f5a3214502907","status":"passed","time":{"start":1714494500289,"stop":1714494500290,"duration":1}},{"uid":"7bb919d7625aa2f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bb919d7625aa2f8","status":"passed","time":{"start":1714492591447,"stop":1714492591447,"duration":0}}]},"tags":[]},"source":"8f782096baab8a3a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/21ebdd715c028cab.json b/6962/data/test-cases/8fac17deda9017d9.json similarity index 85% rename from 6944/data/test-cases/21ebdd715c028cab.json rename to 6962/data/test-cases/8fac17deda9017d9.json index 4ff113f0ac9..7dd0c5b7a4b 100644 --- a/6944/data/test-cases/21ebdd715c028cab.json +++ b/6962/data/test-cases/8fac17deda9017d9.json @@ -1 +1 @@ -{"uid":"21ebdd715c028cab","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":1714425435619,"stop":1714425435620,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"228ed1643e6534d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/228ed1643e6534d","status":"passed","time":{"start":1714415590165,"stop":1714415590166,"duration":1}},{"uid":"b99ef8efe9be3aa0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b99ef8efe9be3aa0","status":"passed","time":{"start":1714415739330,"stop":1714415739330,"duration":0}},{"uid":"9387e6a90e4db5da","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9387e6a90e4db5da","status":"passed","time":{"start":1714407950124,"stop":1714407950124,"duration":0}},{"uid":"b17e6a4c7ddd06c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b17e6a4c7ddd06c","status":"passed","time":{"start":1714406978474,"stop":1714406978474,"duration":0}},{"uid":"23230d4fdffc495a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/23230d4fdffc495a","status":"passed","time":{"start":1714404752147,"stop":1714404752148,"duration":1}},{"uid":"37bfd32c56e8d2a6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/37bfd32c56e8d2a6","status":"passed","time":{"start":1714404488151,"stop":1714404488152,"duration":1}},{"uid":"2dfc5e12c153b088","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2dfc5e12c153b088","status":"passed","time":{"start":1714404264844,"stop":1714404264844,"duration":0}},{"uid":"ba7ba9212d8e42f9","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ba7ba9212d8e42f9","status":"passed","time":{"start":1714386718941,"stop":1714386718941,"duration":0}},{"uid":"470e5f72f5e96a93","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/470e5f72f5e96a93","status":"passed","time":{"start":1714385802608,"stop":1714385802608,"duration":0}},{"uid":"a5e04462b2bb4902","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a5e04462b2bb4902","status":"passed","time":{"start":1714385084327,"stop":1714385084327,"duration":0}},{"uid":"2326fea9f9894dea","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2326fea9f9894dea","status":"passed","time":{"start":1714384783930,"stop":1714384783931,"duration":1}},{"uid":"607bf9d6a3fd6589","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/607bf9d6a3fd6589","status":"passed","time":{"start":1714382927693,"stop":1714382927693,"duration":0}},{"uid":"515d26d545971c81","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/515d26d545971c81","status":"passed","time":{"start":1714383573252,"stop":1714383573253,"duration":1}},{"uid":"5f2aee5133654392","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5f2aee5133654392","status":"passed","time":{"start":1714382735206,"stop":1714382735206,"duration":0}},{"uid":"4686853ac48cdbef","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4686853ac48cdbef","status":"passed","time":{"start":1714383376678,"stop":1714383376679,"duration":1}},{"uid":"ce65fbe1a2f0eafd","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ce65fbe1a2f0eafd","status":"passed","time":{"start":1714383261450,"stop":1714383261451,"duration":1}},{"uid":"74a772b3624a8ca2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/74a772b3624a8ca2","status":"passed","time":{"start":1714381767571,"stop":1714381767572,"duration":1}},{"uid":"1e558ed28e318e69","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/1e558ed28e318e69","status":"passed","time":{"start":1714380548892,"stop":1714380548892,"duration":0}},{"uid":"de72cc04f8de97ba","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/de72cc04f8de97ba","status":"passed","time":{"start":1714380124163,"stop":1714380124163,"duration":0}},{"uid":"bd09665a2fbb70b4","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/bd09665a2fbb70b4","status":"passed","time":{"start":1714297355216,"stop":1714297355216,"duration":0}}]},"tags":[]},"source":"21ebdd715c028cab.json","parameterValues":[]} \ No newline at end of file +{"uid":"8fac17deda9017d9","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":1714501123807,"stop":1714501123808,"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":3,"unknown":0,"total":3},"items":[{"uid":"369305e052194651","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/369305e052194651","status":"passed","time":{"start":1714494838847,"stop":1714494838847,"duration":0}},{"uid":"c61c0d349b2b6e10","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c61c0d349b2b6e10","status":"passed","time":{"start":1714492985765,"stop":1714492985766,"duration":1}}]},"tags":[]},"source":"8fac17deda9017d9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/91c42aa76927d46e.json b/6962/data/test-cases/8ffd5b4772828637.json similarity index 79% rename from 6944/data/test-cases/91c42aa76927d46e.json rename to 6962/data/test-cases/8ffd5b4772828637.json index e3fb11453a1..8915a8dbb7f 100644 --- a/6944/data/test-cases/91c42aa76927d46e.json +++ b/6962/data/test-cases/8ffd5b4772828637.json @@ -1 +1 @@ -{"uid":"91c42aa76927d46e","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":1714425534885,"stop":1714425534885,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"d1ba1059f6ec0c25","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d1ba1059f6ec0c25","status":"passed","time":{"start":1714415702284,"stop":1714415702285,"duration":1}},{"uid":"c9cd21c4f29923e1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c9cd21c4f29923e1","status":"passed","time":{"start":1714415850493,"stop":1714415850493,"duration":0}},{"uid":"88ddf6a9f7d79e45","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/88ddf6a9f7d79e45","status":"passed","time":{"start":1714408049941,"stop":1714408049942,"duration":1}},{"uid":"c2f5d9828c636478","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c2f5d9828c636478","status":"passed","time":{"start":1714407080665,"stop":1714407080665,"duration":0}},{"uid":"4703f680c26bdc9f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4703f680c26bdc9f","status":"passed","time":{"start":1714404860581,"stop":1714404860581,"duration":0}},{"uid":"7815d406a7bfe0ec","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7815d406a7bfe0ec","status":"passed","time":{"start":1714404585195,"stop":1714404585195,"duration":0}},{"uid":"b10e97bef5a0b35f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b10e97bef5a0b35f","status":"passed","time":{"start":1714404366302,"stop":1714404366303,"duration":1}},{"uid":"c1fefda4425453bf","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c1fefda4425453bf","status":"passed","time":{"start":1714386825522,"stop":1714386825522,"duration":0}},{"uid":"d91a23829cf93111","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d91a23829cf93111","status":"passed","time":{"start":1714385893733,"stop":1714385893733,"duration":0}},{"uid":"bfcf2cb8e39eb1a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/bfcf2cb8e39eb1a","status":"passed","time":{"start":1714385188007,"stop":1714385188008,"duration":1}},{"uid":"ac34380cd8c0d37e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ac34380cd8c0d37e","status":"passed","time":{"start":1714384869906,"stop":1714384869906,"duration":0}},{"uid":"e34e0f1749320ea2","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/e34e0f1749320ea2","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237117,"stop":1714384237117,"duration":0}},{"uid":"e590a6898d2ad2d6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e590a6898d2ad2d6","status":"passed","time":{"start":1714383661918,"stop":1714383661918,"duration":0}},{"uid":"e68693d712a3a285","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e68693d712a3a285","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018793,"stop":1714384018793,"duration":0}},{"uid":"c4831695ba122d18","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c4831695ba122d18","status":"passed","time":{"start":1714383474176,"stop":1714383474176,"duration":0}},{"uid":"c8068f1b4040cd66","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c8068f1b4040cd66","status":"passed","time":{"start":1714383351246,"stop":1714383351246,"duration":0}},{"uid":"6846e9e0d8f5b482","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6846e9e0d8f5b482","status":"passed","time":{"start":1714381860512,"stop":1714381860512,"duration":0}},{"uid":"a043d94fe0ce6a4c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/a043d94fe0ce6a4c","status":"passed","time":{"start":1714380649655,"stop":1714380649655,"duration":0}},{"uid":"b7bd099e3ec0bf8","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b7bd099e3ec0bf8","status":"passed","time":{"start":1714380216156,"stop":1714380216156,"duration":0}},{"uid":"a935b43c5e7fbd84","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a935b43c5e7fbd84","status":"passed","time":{"start":1714297452323,"stop":1714297452323,"duration":0}}]},"tags":[]},"source":"91c42aa76927d46e.json","parameterValues":[]} \ No newline at end of file +{"uid":"8ffd5b4772828637","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":1714501220685,"stop":1714501220685,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"224a78879437debb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/224a78879437debb","status":"passed","time":{"start":1714494954437,"stop":1714494954437,"duration":0}},{"uid":"509c306d58978e44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/509c306d58978e44","status":"passed","time":{"start":1714493052133,"stop":1714493052133,"duration":0}}]},"tags":[]},"source":"8ffd5b4772828637.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9000f64e9c1a5a4d.json b/6962/data/test-cases/9000f64e9c1a5a4d.json new file mode 100644 index 00000000000..5816a66e37c --- /dev/null +++ b/6962/data/test-cases/9000f64e9c1a5a4d.json @@ -0,0 +1 @@ +{"uid":"9000f64e9c1a5a4d","name":"wrong wakuPeerExchangeDiscovery pubsub topic","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > wrong wakuPeerExchangeDiscovery pubsub topic","historyId":"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500997300,"stop":1714500997301,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"480e2f67fc1c6ad2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/480e2f67fc1c6ad2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494742982,"stop":1714494742982,"duration":0}},{"uid":"7939ce4bdc3267b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7939ce4bdc3267b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814492,"stop":1714492814493,"duration":1}}]},"tags":[]},"source":"9000f64e9c1a5a4d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/be040181df1c7f74.json b/6962/data/test-cases/900a13f21842bc6d.json similarity index 51% rename from 6944/data/test-cases/be040181df1c7f74.json rename to 6962/data/test-cases/900a13f21842bc6d.json index e853d05bce3..06a1f156c26 100644 --- a/6944/data/test-cases/be040181df1c7f74.json +++ b/6962/data/test-cases/900a13f21842bc6d.json @@ -1 +1 @@ -{"uid":"be040181df1c7f74","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":1714425481552,"stop":1714425481552,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"e80189aeadac6a54","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e80189aeadac6a54","status":"passed","time":{"start":1714415686074,"stop":1714415686074,"duration":0}},{"uid":"23327b5feec9359e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23327b5feec9359e","status":"passed","time":{"start":1714415795611,"stop":1714415795611,"duration":0}},{"uid":"4d6107443e017f83","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4d6107443e017f83","status":"passed","time":{"start":1714407995020,"stop":1714407995020,"duration":0}},{"uid":"28e7cc60bc4ba622","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/28e7cc60bc4ba622","status":"passed","time":{"start":1714407036728,"stop":1714407036729,"duration":1}},{"uid":"75b83cf29c3faf32","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/75b83cf29c3faf32","status":"passed","time":{"start":1714404808158,"stop":1714404808158,"duration":0}},{"uid":"a3b8f896bf7d82b1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a3b8f896bf7d82b1","status":"passed","time":{"start":1714404519337,"stop":1714404519338,"duration":1}},{"uid":"a126bb6a32448ad1","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a126bb6a32448ad1","status":"passed","time":{"start":1714404315525,"stop":1714404315525,"duration":0}},{"uid":"1a8cc8d410fd6898","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/1a8cc8d410fd6898","status":"passed","time":{"start":1714386778137,"stop":1714386778137,"duration":0}},{"uid":"90ff93c78e1c0298","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/90ff93c78e1c0298","status":"passed","time":{"start":1714385841955,"stop":1714385841955,"duration":0}},{"uid":"5a553cde78b5e333","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5a553cde78b5e333","status":"passed","time":{"start":1714385131430,"stop":1714385131430,"duration":0}},{"uid":"6d4c6d3abd916fe8","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6d4c6d3abd916fe8","status":"passed","time":{"start":1714384826765,"stop":1714384826765,"duration":0}},{"uid":"22185fe2df08ae8a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/22185fe2df08ae8a","status":"passed","time":{"start":1714383262698,"stop":1714383262698,"duration":0}},{"uid":"4d3459ce26460876","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4d3459ce26460876","status":"passed","time":{"start":1714383620922,"stop":1714383620923,"duration":1}},{"uid":"c0b12819466b34b6","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c0b12819466b34b6","status":"passed","time":{"start":1714383056479,"stop":1714383056479,"duration":0}},{"uid":"88d61476593b420a","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/88d61476593b420a","status":"passed","time":{"start":1714383418019,"stop":1714383418019,"duration":0}},{"uid":"6880128c43b12a8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/6880128c43b12a8","status":"passed","time":{"start":1714383301570,"stop":1714383301572,"duration":2}},{"uid":"21083b0e71b9be23","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/21083b0e71b9be23","status":"passed","time":{"start":1714381806808,"stop":1714381806808,"duration":0}},{"uid":"fee9b3bd724129aa","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fee9b3bd724129aa","status":"passed","time":{"start":1714380586352,"stop":1714380586352,"duration":0}},{"uid":"a70ee2b81886600c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a70ee2b81886600c","status":"passed","time":{"start":1714380172628,"stop":1714380172628,"duration":0}},{"uid":"9e0959d430fae8e2","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9e0959d430fae8e2","status":"passed","time":{"start":1714297394245,"stop":1714297394245,"duration":0}}]},"tags":[]},"source":"be040181df1c7f74.json","parameterValues":[]} \ No newline at end of file +{"uid":"900a13f21842bc6d","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":1714501174012,"stop":1714501174012,"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":3,"unknown":0,"total":3},"items":[{"uid":"ddae54c98cf5e6e0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ddae54c98cf5e6e0","status":"passed","time":{"start":1714494908931,"stop":1714494908932,"duration":1}},{"uid":"911495913097e01c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/911495913097e01c","status":"passed","time":{"start":1714492995226,"stop":1714492995227,"duration":1}}]},"tags":[]},"source":"900a13f21842bc6d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/906d7e88ca47986f.json b/6962/data/test-cases/906d7e88ca47986f.json new file mode 100644 index 00000000000..a32b6f41310 --- /dev/null +++ b/6962/data/test-cases/906d7e88ca47986f.json @@ -0,0 +1 @@ +{"uid":"906d7e88ca47986f","name":"Query Generator - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - forward","historyId":"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501145473,"stop":1714501145473,"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":3,"unknown":0,"total":3},"items":[{"uid":"18b350b93ecccc2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18b350b93ecccc2f","status":"passed","time":{"start":1714494876053,"stop":1714494876054,"duration":1}},{"uid":"599708219710794","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/599708219710794","status":"passed","time":{"start":1714492961692,"stop":1714492961693,"duration":1}}]},"tags":[]},"source":"906d7e88ca47986f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9098ea5072321c3b.json b/6962/data/test-cases/9098ea5072321c3b.json new file mode 100644 index 00000000000..b7627bec6de --- /dev/null +++ b/6962/data/test-cases/9098ea5072321c3b.json @@ -0,0 +1 @@ +{"uid":"9098ea5072321c3b","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":1714501150905,"stop":1714501150906,"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":3,"unknown":0,"total":3},"items":[{"uid":"e7fe2e3f14be5d40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7fe2e3f14be5d40","status":"passed","time":{"start":1714494883921,"stop":1714494883921,"duration":0}},{"uid":"13b80f21952d4d96","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/13b80f21952d4d96","status":"passed","time":{"start":1714492982049,"stop":1714492982050,"duration":1}}]},"tags":[]},"source":"9098ea5072321c3b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/90c1555411cb95d6.json b/6962/data/test-cases/90c1555411cb95d6.json new file mode 100644 index 00000000000..ed3c50a33fb --- /dev/null +++ b/6962/data/test-cases/90c1555411cb95d6.json @@ -0,0 +1 @@ +{"uid":"90c1555411cb95d6","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":1714500744141,"stop":1714500744141,"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":3,"unknown":0,"total":3},"items":[{"uid":"ab49b4134e76a73c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ab49b4134e76a73c","status":"passed","time":{"start":1714494482347,"stop":1714494482347,"duration":0}},{"uid":"d3830b3f14180d9f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3830b3f14180d9f","status":"passed","time":{"start":1714492591360,"stop":1714492591360,"duration":0}}]},"tags":[]},"source":"90c1555411cb95d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/56b96a35eb5f46f9.json b/6962/data/test-cases/90f32cf7b253b1e6.json similarity index 61% rename from 6944/data/test-cases/56b96a35eb5f46f9.json rename to 6962/data/test-cases/90f32cf7b253b1e6.json index 59a07a2f0a2..a44bae1228a 100644 --- a/6944/data/test-cases/56b96a35eb5f46f9.json +++ b/6962/data/test-cases/90f32cf7b253b1e6.json @@ -1 +1 @@ -{"uid":"56b96a35eb5f46f9","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":1714425451133,"stop":1714425451133,"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":74,"unknown":0,"total":74},"items":[{"uid":"1974a6a2add02e52","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1974a6a2add02e52","status":"passed","time":{"start":1714415638839,"stop":1714415638839,"duration":0}},{"uid":"c38df0be90c6b0ef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c38df0be90c6b0ef","status":"passed","time":{"start":1714415763434,"stop":1714415763435,"duration":1}},{"uid":"5db3bf5f6778e4d0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5db3bf5f6778e4d0","status":"passed","time":{"start":1714407962981,"stop":1714407962982,"duration":1}},{"uid":"747c4397247b49c5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/747c4397247b49c5","status":"passed","time":{"start":1714407006174,"stop":1714407006175,"duration":1}},{"uid":"82ea6e3a3d5797db","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/82ea6e3a3d5797db","status":"passed","time":{"start":1714404780877,"stop":1714404780878,"duration":1}},{"uid":"93b99396bb337d1f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/93b99396bb337d1f","status":"passed","time":{"start":1714404472802,"stop":1714404472803,"duration":1}},{"uid":"cc7979bd67903d9c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/cc7979bd67903d9c","status":"passed","time":{"start":1714404283118,"stop":1714404283118,"duration":0}},{"uid":"960e72b21cf0c43d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/960e72b21cf0c43d","status":"passed","time":{"start":1714386745024,"stop":1714386745032,"duration":8}},{"uid":"fe9781768203b44c","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/fe9781768203b44c","status":"passed","time":{"start":1714385808133,"stop":1714385808134,"duration":1}},{"uid":"f3b1760e9ac888d3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f3b1760e9ac888d3","status":"passed","time":{"start":1714385100047,"stop":1714385100048,"duration":1}},{"uid":"f9532afd2b67f6da","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f9532afd2b67f6da","status":"passed","time":{"start":1714384794969,"stop":1714384794970,"duration":1}},{"uid":"2063a58f4484c1c4","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/2063a58f4484c1c4","status":"passed","time":{"start":1714383216069,"stop":1714383216069,"duration":0}},{"uid":"e5b17e39251dda8c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e5b17e39251dda8c","status":"passed","time":{"start":1714383588961,"stop":1714383588962,"duration":1}},{"uid":"a415991a60283d13","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a415991a60283d13","status":"passed","time":{"start":1714383011683,"stop":1714383011683,"duration":0}},{"uid":"7bc2c67607056113","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7bc2c67607056113","status":"passed","time":{"start":1714383386206,"stop":1714383386206,"duration":0}},{"uid":"bbf0286b7bc16498","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/bbf0286b7bc16498","status":"passed","time":{"start":1714383270266,"stop":1714383270267,"duration":1}},{"uid":"3ff7ec9c8ebea89d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/3ff7ec9c8ebea89d","status":"passed","time":{"start":1714381774535,"stop":1714381774535,"duration":0}},{"uid":"6c18417d3ba8514b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6c18417d3ba8514b","status":"passed","time":{"start":1714380552718,"stop":1714380552719,"duration":1}},{"uid":"3f7aad125eb5c482","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3f7aad125eb5c482","status":"passed","time":{"start":1714380140928,"stop":1714380140928,"duration":0}},{"uid":"f49b95fe270d08ad","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f49b95fe270d08ad","status":"passed","time":{"start":1714297363004,"stop":1714297363005,"duration":1}}]},"tags":[]},"source":"56b96a35eb5f46f9.json","parameterValues":[]} \ No newline at end of file +{"uid":"90f32cf7b253b1e6","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":1714501140346,"stop":1714501140346,"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":3,"unknown":0,"total":3},"items":[{"uid":"34285f429bd2a9c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34285f429bd2a9c3","status":"passed","time":{"start":1714494884066,"stop":1714494884068,"duration":2}},{"uid":"1cea9586598ef029","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1cea9586598ef029","status":"passed","time":{"start":1714492954775,"stop":1714492954775,"duration":0}}]},"tags":[]},"source":"90f32cf7b253b1e6.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/cb2e2bb826752c0c.json b/6962/data/test-cases/912cd151e61806e0.json similarity index 74% rename from 6944/data/test-cases/cb2e2bb826752c0c.json rename to 6962/data/test-cases/912cd151e61806e0.json index 90b1d4fd773..a6aeb1eed59 100644 --- a/6944/data/test-cases/cb2e2bb826752c0c.json +++ b/6962/data/test-cases/912cd151e61806e0.json @@ -1 +1 @@ -{"uid":"cb2e2bb826752c0c","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":1714425349914,"stop":1714425349915,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"3b1d75e0e2ef1da","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3b1d75e0e2ef1da","status":"passed","time":{"start":1714415539982,"stop":1714415539982,"duration":0}},{"uid":"1fd84625603effbf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1fd84625603effbf","status":"passed","time":{"start":1714415671321,"stop":1714415671322,"duration":1}},{"uid":"d3698b9d9e275065","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d3698b9d9e275065","status":"passed","time":{"start":1714407878088,"stop":1714407878089,"duration":1}},{"uid":"d8e7bebc3fcadba4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d8e7bebc3fcadba4","status":"passed","time":{"start":1714406907403,"stop":1714406907403,"duration":0}},{"uid":"da1b272321a6070","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/da1b272321a6070","status":"passed","time":{"start":1714404685461,"stop":1714404685461,"duration":0}},{"uid":"6dfe5edc638740b8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6dfe5edc638740b8","status":"passed","time":{"start":1714404398009,"stop":1714404398009,"duration":0}},{"uid":"9c0575e4510585db","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9c0575e4510585db","status":"passed","time":{"start":1714404193479,"stop":1714404193479,"duration":0}},{"uid":"bf735a182f73c001","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/bf735a182f73c001","status":"passed","time":{"start":1714386646802,"stop":1714386646803,"duration":1}},{"uid":"114e88f8caa1555a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/114e88f8caa1555a","status":"passed","time":{"start":1714385711039,"stop":1714385711039,"duration":0}},{"uid":"43447d2c5a658ff","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/43447d2c5a658ff","status":"passed","time":{"start":1714385006987,"stop":1714385006987,"duration":0}},{"uid":"ed1f89e076dd8d88","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ed1f89e076dd8d88","status":"passed","time":{"start":1714384687422,"stop":1714384687423,"duration":1}},{"uid":"b502fcd660147393","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b502fcd660147393","status":"passed","time":{"start":1714383085797,"stop":1714383085798,"duration":1}},{"uid":"31c9c658682df7c8","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/31c9c658682df7c8","status":"passed","time":{"start":1714383482557,"stop":1714383482557,"duration":0}},{"uid":"d72c1b488cac245b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d72c1b488cac245b","status":"passed","time":{"start":1714382879531,"stop":1714382879531,"duration":0}},{"uid":"64eb0178b9ad4e5e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/64eb0178b9ad4e5e","status":"passed","time":{"start":1714383290176,"stop":1714383290177,"duration":1}},{"uid":"e7effb1aee19dad4","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e7effb1aee19dad4","status":"passed","time":{"start":1714383178725,"stop":1714383178725,"duration":0}},{"uid":"f5ac15854998335d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f5ac15854998335d","status":"passed","time":{"start":1714381680879,"stop":1714381680880,"duration":1}},{"uid":"7caad6399c89c57f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7caad6399c89c57f","status":"passed","time":{"start":1714380462801,"stop":1714380462802,"duration":1}},{"uid":"4108ce43bc45e1b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4108ce43bc45e1b","status":"passed","time":{"start":1714380037755,"stop":1714380037755,"duration":0}},{"uid":"a8793e0adf0983de","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a8793e0adf0983de","status":"passed","time":{"start":1714297267389,"stop":1714297267389,"duration":0}}]},"tags":[]},"source":"cb2e2bb826752c0c.json","parameterValues":[]} \ No newline at end of file +{"uid":"912cd151e61806e0","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":1714501039483,"stop":1714501039484,"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":3,"unknown":0,"total":3},"items":[{"uid":"5c0bc20be47bc94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c0bc20be47bc94","status":"passed","time":{"start":1714494791254,"stop":1714494791255,"duration":1}},{"uid":"3c54f621183e5066","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3c54f621183e5066","status":"passed","time":{"start":1714492870710,"stop":1714492870710,"duration":0}}]},"tags":[]},"source":"912cd151e61806e0.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1a10e06f404a79dd.json b/6962/data/test-cases/9144b34b0b1e4b81.json similarity index 78% rename from 6944/data/test-cases/1a10e06f404a79dd.json rename to 6962/data/test-cases/9144b34b0b1e4b81.json index ea96b20597c..18e4f16713c 100644 --- a/6944/data/test-cases/1a10e06f404a79dd.json +++ b/6962/data/test-cases/9144b34b0b1e4b81.json @@ -1 +1 @@ -{"uid":"1a10e06f404a79dd","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":1714425137466,"stop":1714425137466,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"7849162890f37ac2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7849162890f37ac2","status":"passed","time":{"start":1714415306380,"stop":1714415306380,"duration":0}},{"uid":"b590d62dec920ed4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b590d62dec920ed4","status":"passed","time":{"start":1714415441034,"stop":1714415441034,"duration":0}},{"uid":"74f163aae3c18261","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/74f163aae3c18261","status":"passed","time":{"start":1714407661423,"stop":1714407661423,"duration":0}},{"uid":"3a41aa53c771d8c1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3a41aa53c771d8c1","status":"passed","time":{"start":1714406688872,"stop":1714406688873,"duration":1}},{"uid":"51e9c5b5e3bcf26c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/51e9c5b5e3bcf26c","status":"passed","time":{"start":1714404480635,"stop":1714404480636,"duration":1}},{"uid":"86837e070a74360d","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/86837e070a74360d","status":"passed","time":{"start":1714404187329,"stop":1714404187329,"duration":0}},{"uid":"7a82e0a87d8c748d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7a82e0a87d8c748d","status":"passed","time":{"start":1714403975125,"stop":1714403975125,"duration":0}},{"uid":"75bd8a4c23a61223","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/75bd8a4c23a61223","status":"passed","time":{"start":1714386442465,"stop":1714386442466,"duration":1}},{"uid":"6bc71c1596c8c330","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/6bc71c1596c8c330","status":"passed","time":{"start":1714385503995,"stop":1714385503995,"duration":0}},{"uid":"276c4bcae6d98158","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/276c4bcae6d98158","status":"passed","time":{"start":1714384798843,"stop":1714384798844,"duration":1}},{"uid":"d2ae5012c077fa3e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d2ae5012c077fa3e","status":"passed","time":{"start":1714384484767,"stop":1714384484768,"duration":1}},{"uid":"f935972d2522f532","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f935972d2522f532","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939618,"stop":1714382939618,"duration":0}},{"uid":"21eac8c907be2980","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/21eac8c907be2980","status":"passed","time":{"start":1714383271370,"stop":1714383271370,"duration":0}},{"uid":"c5be13e23be9e363","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c5be13e23be9e363","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742250,"stop":1714382742250,"duration":0}},{"uid":"face59ed7a6db40a","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/face59ed7a6db40a","status":"passed","time":{"start":1714383085706,"stop":1714383085706,"duration":0}},{"uid":"9c08270343b88068","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9c08270343b88068","status":"passed","time":{"start":1714382957857,"stop":1714382957857,"duration":0}},{"uid":"c086f34289962569","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c086f34289962569","status":"passed","time":{"start":1714381467346,"stop":1714381467346,"duration":0}},{"uid":"c1f4a3fbc489b2c1","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c1f4a3fbc489b2c1","status":"passed","time":{"start":1714380262878,"stop":1714380262879,"duration":1}},{"uid":"41a2f28c1ea24aa8","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/41a2f28c1ea24aa8","status":"passed","time":{"start":1714379832144,"stop":1714379832145,"duration":1}},{"uid":"82d7e56b6fde5ffe","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/82d7e56b6fde5ffe","status":"passed","time":{"start":1714297053933,"stop":1714297053933,"duration":0}}]},"tags":[]},"source":"1a10e06f404a79dd.json","parameterValues":[]} \ No newline at end of file +{"uid":"9144b34b0b1e4b81","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":1714500823187,"stop":1714500823188,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"10b387acc8ee029","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10b387acc8ee029","status":"passed","time":{"start":1714494571267,"stop":1714494571267,"duration":0}},{"uid":"a1acafa2f6e9b26b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a1acafa2f6e9b26b","status":"passed","time":{"start":1714492678666,"stop":1714492678666,"duration":0}}]},"tags":[]},"source":"9144b34b0b1e4b81.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4936480863811f0c.json b/6962/data/test-cases/919f5afd9933e48c.json similarity index 53% rename from 6944/data/test-cases/4936480863811f0c.json rename to 6962/data/test-cases/919f5afd9933e48c.json index 248d296e2ea..b162df785f1 100644 --- a/6944/data/test-cases/4936480863811f0c.json +++ b/6962/data/test-cases/919f5afd9933e48c.json @@ -1 +1 @@ -{"uid":"4936480863811f0c","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":1714425467286,"stop":1714425467287,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"4a78967497f3202d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4a78967497f3202d","status":"passed","time":{"start":1714415652335,"stop":1714415652336,"duration":1}},{"uid":"9128d9d21abb7934","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9128d9d21abb7934","status":"passed","time":{"start":1714415786949,"stop":1714415786950,"duration":1}},{"uid":"a3b8b75e195d3dbd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a3b8b75e195d3dbd","status":"passed","time":{"start":1714407994017,"stop":1714407994018,"duration":1}},{"uid":"4c033b66d6ec4974","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4c033b66d6ec4974","status":"passed","time":{"start":1714407017329,"stop":1714407017329,"duration":0}},{"uid":"b771a6e7c78dd349","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b771a6e7c78dd349","status":"passed","time":{"start":1714404801234,"stop":1714404801238,"duration":4}},{"uid":"47774a3cce42226d","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/47774a3cce42226d","status":"passed","time":{"start":1714404505826,"stop":1714404505827,"duration":1}},{"uid":"4e4821683d8ba93a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4e4821683d8ba93a","status":"passed","time":{"start":1714404295594,"stop":1714404295594,"duration":0}},{"uid":"ce9758b5a8614803","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ce9758b5a8614803","status":"passed","time":{"start":1714386757392,"stop":1714386757393,"duration":1}},{"uid":"da4596567c940220","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/da4596567c940220","status":"passed","time":{"start":1714385842025,"stop":1714385842026,"duration":1}},{"uid":"b73fcea7c7e2b35e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b73fcea7c7e2b35e","status":"passed","time":{"start":1714385129141,"stop":1714385129143,"duration":2}},{"uid":"c67ca82bae95a2a7","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c67ca82bae95a2a7","status":"passed","time":{"start":1714384817436,"stop":1714384817437,"duration":1}},{"uid":"c0a01f8035812278","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c0a01f8035812278","status":"passed","time":{"start":1714383233342,"stop":1714383233342,"duration":0}},{"uid":"b58089fcc623dddf","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b58089fcc623dddf","status":"passed","time":{"start":1714383604178,"stop":1714383604178,"duration":0}},{"uid":"6e9acc5023fa7190","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6e9acc5023fa7190","status":"passed","time":{"start":1714383018127,"stop":1714383018127,"duration":0}},{"uid":"2e1429b4280f159f","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/2e1429b4280f159f","status":"passed","time":{"start":1714383394541,"stop":1714383394541,"duration":0}},{"uid":"ee648eb467c91d09","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ee648eb467c91d09","status":"passed","time":{"start":1714383287548,"stop":1714383287549,"duration":1}},{"uid":"345e609d58184e36","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/345e609d58184e36","status":"passed","time":{"start":1714381790762,"stop":1714381790762,"duration":0}},{"uid":"72b254a8832c14be","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/72b254a8832c14be","status":"passed","time":{"start":1714380581893,"stop":1714380581893,"duration":0}},{"uid":"e092f162a2bb2fe0","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e092f162a2bb2fe0","status":"passed","time":{"start":1714380152674,"stop":1714380152674,"duration":0}},{"uid":"20a26021d307f730","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/20a26021d307f730","status":"passed","time":{"start":1714297399679,"stop":1714297399679,"duration":0}}]},"tags":[]},"source":"4936480863811f0c.json","parameterValues":[]} \ No newline at end of file +{"uid":"919f5afd9933e48c","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":1714501153789,"stop":1714501153789,"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":3,"unknown":0,"total":3},"items":[{"uid":"72fcd8081fdef34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72fcd8081fdef34","status":"passed","time":{"start":1714494896480,"stop":1714494896481,"duration":1}},{"uid":"d95cc24620246951","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d95cc24620246951","status":"passed","time":{"start":1714492987118,"stop":1714492987118,"duration":0}}]},"tags":[]},"source":"919f5afd9933e48c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/7a56c2ae9ded62c2.json b/6962/data/test-cases/91e440635ee78ec2.json similarity index 85% rename from 6944/data/test-cases/7a56c2ae9ded62c2.json rename to 6962/data/test-cases/91e440635ee78ec2.json index d0db2c1c9e5..9e26a5ed343 100644 --- a/6944/data/test-cases/7a56c2ae9ded62c2.json +++ b/6962/data/test-cases/91e440635ee78ec2.json @@ -1 +1 @@ -{"uid":"7a56c2ae9ded62c2","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":1714425435610,"stop":1714425435610,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"9888af2ee15cd032","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9888af2ee15cd032","status":"passed","time":{"start":1714415590156,"stop":1714415590157,"duration":1}},{"uid":"d6e7ed3679a8db3e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d6e7ed3679a8db3e","status":"passed","time":{"start":1714415739324,"stop":1714415739325,"duration":1}},{"uid":"a466b4127e6d5504","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a466b4127e6d5504","status":"passed","time":{"start":1714407950109,"stop":1714407950110,"duration":1}},{"uid":"2095218a01400236","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2095218a01400236","status":"passed","time":{"start":1714406978444,"stop":1714406978445,"duration":1}},{"uid":"f12a647aec6ec58e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f12a647aec6ec58e","status":"passed","time":{"start":1714404752143,"stop":1714404752143,"duration":0}},{"uid":"aead56c87730e964","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/aead56c87730e964","status":"passed","time":{"start":1714404488132,"stop":1714404488133,"duration":1}},{"uid":"c098a2b76411a9f5","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c098a2b76411a9f5","status":"passed","time":{"start":1714404264825,"stop":1714404264826,"duration":1}},{"uid":"5b7455c4fa3a5efa","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5b7455c4fa3a5efa","status":"passed","time":{"start":1714386718900,"stop":1714386718900,"duration":0}},{"uid":"48b465b123d52570","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/48b465b123d52570","status":"passed","time":{"start":1714385802600,"stop":1714385802601,"duration":1}},{"uid":"6621958a09e4ca12","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6621958a09e4ca12","status":"passed","time":{"start":1714385084323,"stop":1714385084323,"duration":0}},{"uid":"37aa4dbe55f7def9","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/37aa4dbe55f7def9","status":"passed","time":{"start":1714384783926,"stop":1714384783926,"duration":0}},{"uid":"5379e668717b59d1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5379e668717b59d1","status":"passed","time":{"start":1714382927679,"stop":1714382927679,"duration":0}},{"uid":"93119a0a0552c8d5","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/93119a0a0552c8d5","status":"passed","time":{"start":1714383573247,"stop":1714383573247,"duration":0}},{"uid":"a38924d3ea0825f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a38924d3ea0825f","status":"passed","time":{"start":1714382735197,"stop":1714382735198,"duration":1}},{"uid":"47b06e6efcd3e35","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/47b06e6efcd3e35","status":"passed","time":{"start":1714383376668,"stop":1714383376668,"duration":0}},{"uid":"8928acffc4b0602d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8928acffc4b0602d","status":"passed","time":{"start":1714383261445,"stop":1714383261445,"duration":0}},{"uid":"b3dfbacfe4a5573c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b3dfbacfe4a5573c","status":"passed","time":{"start":1714381767557,"stop":1714381767565,"duration":8}},{"uid":"37fac28a0ddb31f8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/37fac28a0ddb31f8","status":"passed","time":{"start":1714380548882,"stop":1714380548882,"duration":0}},{"uid":"7854d7465eb230af","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7854d7465eb230af","status":"passed","time":{"start":1714380124129,"stop":1714380124138,"duration":9}},{"uid":"e121e8e7d078717e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e121e8e7d078717e","status":"passed","time":{"start":1714297355212,"stop":1714297355212,"duration":0}}]},"tags":[]},"source":"7a56c2ae9ded62c2.json","parameterValues":[]} \ No newline at end of file +{"uid":"91e440635ee78ec2","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":1714501123780,"stop":1714501123784,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9f00abce148bdcb0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f00abce148bdcb0","status":"passed","time":{"start":1714494838842,"stop":1714494838842,"duration":0}},{"uid":"5b6de03f8deab31","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b6de03f8deab31","status":"passed","time":{"start":1714492985743,"stop":1714492985743,"duration":0}}]},"tags":[]},"source":"91e440635ee78ec2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/13b295771d5d0b33.json b/6962/data/test-cases/92d660da1e7b565e.json similarity index 71% rename from 6944/data/test-cases/13b295771d5d0b33.json rename to 6962/data/test-cases/92d660da1e7b565e.json index a954332953f..096ded7b783 100644 --- a/6944/data/test-cases/13b295771d5d0b33.json +++ b/6962/data/test-cases/92d660da1e7b565e.json @@ -1 +1 @@ -{"uid":"13b295771d5d0b33","name":"configure the node with multiple pubsub topics","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > configure the node with multiple pubsub topics","historyId":"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425425862,"stop":1714425425863,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"980bf1a21e1ad9a1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/980bf1a21e1ad9a1","status":"passed","time":{"start":1714415598522,"stop":1714415598522,"duration":0}},{"uid":"c916cf1b1f5b861f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c916cf1b1f5b861f","status":"passed","time":{"start":1714415728466,"stop":1714415728466,"duration":0}},{"uid":"2ea069eaebddfcd4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2ea069eaebddfcd4","status":"passed","time":{"start":1714407938521,"stop":1714407938521,"duration":0}},{"uid":"7c1acb4cb7cf548b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7c1acb4cb7cf548b","status":"passed","time":{"start":1714406971795,"stop":1714406971795,"duration":0}},{"uid":"2223ccf146e18411","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2223ccf146e18411","status":"passed","time":{"start":1714404739437,"stop":1714404739437,"duration":0}},{"uid":"6b358cbf3af243ed","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6b358cbf3af243ed","status":"passed","time":{"start":1714404451753,"stop":1714404451753,"duration":0}},{"uid":"554cc79e6c1b774","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/554cc79e6c1b774","status":"passed","time":{"start":1714404247023,"stop":1714404247024,"duration":1}},{"uid":"ca02909ece1ee634","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ca02909ece1ee634","status":"passed","time":{"start":1714386707031,"stop":1714386707031,"duration":0}},{"uid":"b4fe48ebdf7b1f10","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b4fe48ebdf7b1f10","status":"passed","time":{"start":1714385794774,"stop":1714385794774,"duration":0}},{"uid":"e755c5d3cbf4fcd9","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e755c5d3cbf4fcd9","status":"passed","time":{"start":1714385080728,"stop":1714385080728,"duration":0}},{"uid":"b966232669e0f898","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b966232669e0f898","status":"passed","time":{"start":1714384759612,"stop":1714384759612,"duration":0}},{"uid":"375da0db86717137","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/375da0db86717137","status":"passed","time":{"start":1714383172385,"stop":1714383172385,"duration":0}},{"uid":"77b981ec0dd873b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/77b981ec0dd873b","status":"passed","time":{"start":1714383546705,"stop":1714383546705,"duration":0}},{"uid":"f57b636ffb3a26a1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f57b636ffb3a26a1","status":"passed","time":{"start":1714382963595,"stop":1714382963595,"duration":0}},{"uid":"6a36f12202db0f4e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/6a36f12202db0f4e","status":"passed","time":{"start":1714383356215,"stop":1714383356215,"duration":0}},{"uid":"7f9ebd07e8fd99a9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7f9ebd07e8fd99a9","status":"passed","time":{"start":1714383229461,"stop":1714383229462,"duration":1}},{"uid":"ee170c39ea7f5fc","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ee170c39ea7f5fc","status":"passed","time":{"start":1714381747128,"stop":1714381747129,"duration":1}},{"uid":"71983c06c3cbaae2","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/71983c06c3cbaae2","status":"passed","time":{"start":1714380535718,"stop":1714380535718,"duration":0}},{"uid":"b9b9e375e5718698","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b9b9e375e5718698","status":"passed","time":{"start":1714380112856,"stop":1714380112857,"duration":1}},{"uid":"d8375970f59d5c89","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d8375970f59d5c89","status":"passed","time":{"start":1714297352592,"stop":1714297352592,"duration":0}}]},"tags":[]},"source":"13b295771d5d0b33.json","parameterValues":[]} \ No newline at end of file +{"uid":"92d660da1e7b565e","name":"configure the node with multiple pubsub topics","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > configure the node with multiple pubsub topics","historyId":"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106189,"stop":1714501106190,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e26bbdd942890e8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e26bbdd942890e8","status":"passed","time":{"start":1714494848661,"stop":1714494848662,"duration":1}},{"uid":"56f8137a77beca3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/56f8137a77beca3c","status":"passed","time":{"start":1714492932199,"stop":1714492932199,"duration":0}}]},"tags":[]},"source":"92d660da1e7b565e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1b5b02ef401490e0.json b/6962/data/test-cases/93014aceffb01af5.json similarity index 75% rename from 6944/data/test-cases/1b5b02ef401490e0.json rename to 6962/data/test-cases/93014aceffb01af5.json index 33c43927007..bfa22899d96 100644 --- a/6944/data/test-cases/1b5b02ef401490e0.json +++ b/6962/data/test-cases/93014aceffb01af5.json @@ -1 +1 @@ -{"uid":"1b5b02ef401490e0","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":1714425348193,"stop":1714425348193,"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":"5fa93e8782dc125a","status":"passed","time":{"start":1714425348193,"stop":1714425348193,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"b810ee8f5c78c80","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b810ee8f5c78c80","status":"passed","time":{"start":1714415541651,"stop":1714415541651,"duration":0}},{"uid":"5d5b484dbbcd314","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5d5b484dbbcd314","status":"passed","time":{"start":1714415666682,"stop":1714415666682,"duration":0}},{"uid":"53419df7119353d2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/53419df7119353d2","status":"passed","time":{"start":1714407867323,"stop":1714407867323,"duration":0}},{"uid":"1551efd27db3e7a2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1551efd27db3e7a2","status":"passed","time":{"start":1714406901768,"stop":1714406901768,"duration":0}},{"uid":"e92bd04f772b2693","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e92bd04f772b2693","status":"passed","time":{"start":1714404685938,"stop":1714404685938,"duration":0}},{"uid":"a4b0edb8c0ea0cdc","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a4b0edb8c0ea0cdc","status":"passed","time":{"start":1714404389194,"stop":1714404389194,"duration":0}},{"uid":"934618613a599505","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/934618613a599505","status":"passed","time":{"start":1714404179642,"stop":1714404179642,"duration":0}},{"uid":"2b788a735cd9946d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2b788a735cd9946d","status":"passed","time":{"start":1714386642386,"stop":1714386642386,"duration":0}},{"uid":"baf18ec94dfab02d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/baf18ec94dfab02d","status":"passed","time":{"start":1714385705602,"stop":1714385705602,"duration":0}},{"uid":"12ed40eeeaa0b00e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/12ed40eeeaa0b00e","status":"passed","time":{"start":1714385001600,"stop":1714385001600,"duration":0}},{"uid":"f66f89de7feaac37","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f66f89de7feaac37","status":"passed","time":{"start":1714384689796,"stop":1714384689796,"duration":0}},{"uid":"a3ef1d75c6e824c2","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a3ef1d75c6e824c2","status":"passed","time":{"start":1714383060306,"stop":1714383060306,"duration":0}},{"uid":"2717d61483c2f81f","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2717d61483c2f81f","status":"passed","time":{"start":1714383479973,"stop":1714383479974,"duration":1}},{"uid":"1aa266298b9b8884","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1aa266298b9b8884","status":"passed","time":{"start":1714382864764,"stop":1714382864765,"duration":1}},{"uid":"64fdff2d9f1fd59b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/64fdff2d9f1fd59b","status":"passed","time":{"start":1714383281583,"stop":1714383281583,"duration":0}},{"uid":"33816617059d323d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/33816617059d323d","status":"passed","time":{"start":1714383168064,"stop":1714383168065,"duration":1}},{"uid":"8493d3e612e3eef9","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8493d3e612e3eef9","status":"passed","time":{"start":1714381685745,"stop":1714381685745,"duration":0}},{"uid":"915adc8d26ff1439","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/915adc8d26ff1439","status":"passed","time":{"start":1714380450823,"stop":1714380450823,"duration":0}},{"uid":"1568f09c98d6b1d5","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1568f09c98d6b1d5","status":"passed","time":{"start":1714380035072,"stop":1714380035072,"duration":0}},{"uid":"3fa96fdb5de2b90e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3fa96fdb5de2b90e","status":"passed","time":{"start":1714297259189,"stop":1714297259189,"duration":0}}]},"tags":[]},"source":"1b5b02ef401490e0.json","parameterValues":[]} \ No newline at end of file +{"uid":"93014aceffb01af5","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":1714501036173,"stop":1714501036174,"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":"136833ea9e784618","status":"passed","time":{"start":1714501036168,"stop":1714501036168,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c80f29779883c0c0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c80f29779883c0c0","status":"passed","time":{"start":1714494788149,"stop":1714494788150,"duration":1}},{"uid":"f256b0e6b337e5b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f256b0e6b337e5b2","status":"passed","time":{"start":1714492860436,"stop":1714492860436,"duration":0}}]},"tags":[]},"source":"93014aceffb01af5.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3dcd8a7dadfb8749.json b/6962/data/test-cases/934692a59b112705.json similarity index 63% rename from 6944/data/test-cases/3dcd8a7dadfb8749.json rename to 6962/data/test-cases/934692a59b112705.json index 58efc8f48db..706ccbd652e 100644 --- a/6944/data/test-cases/3dcd8a7dadfb8749.json +++ b/6962/data/test-cases/934692a59b112705.json @@ -1 +1 @@ -{"uid":"3dcd8a7dadfb8749","name":"Wrong topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Wrong topic","historyId":"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425396497,"stop":1714425396498,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":69,"unknown":0,"total":74},"items":[{"uid":"abde930fb5e9bfcf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/abde930fb5e9bfcf","status":"passed","time":{"start":1714415596688,"stop":1714415596689,"duration":1}},{"uid":"e277ebfbaa7a6a1f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e277ebfbaa7a6a1f","status":"passed","time":{"start":1714415715318,"stop":1714415715318,"duration":0}},{"uid":"86c99bdac5607b8b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/86c99bdac5607b8b","status":"passed","time":{"start":1714407912884,"stop":1714407912885,"duration":1}},{"uid":"46bba691e7cc4884","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/46bba691e7cc4884","status":"passed","time":{"start":1714406956963,"stop":1714406956963,"duration":0}},{"uid":"4d00a5fc2d6c19dd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4d00a5fc2d6c19dd","status":"passed","time":{"start":1714404734771,"stop":1714404734772,"duration":1}},{"uid":"8389e3c1174ad649","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8389e3c1174ad649","status":"passed","time":{"start":1714404421550,"stop":1714404421551,"duration":1}},{"uid":"fea0b23f03badaf7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/fea0b23f03badaf7","status":"passed","time":{"start":1714404232328,"stop":1714404232329,"duration":1}},{"uid":"b22cc0401c8fb240","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b22cc0401c8fb240","status":"passed","time":{"start":1714386693834,"stop":1714386693834,"duration":0}},{"uid":"816e3f1b77a1d281","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/816e3f1b77a1d281","status":"passed","time":{"start":1714385757964,"stop":1714385757964,"duration":0}},{"uid":"e68bcd363e535fa3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e68bcd363e535fa3","status":"passed","time":{"start":1714385048716,"stop":1714385048716,"duration":0}},{"uid":"b4abe6ba2ef3757a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b4abe6ba2ef3757a","status":"passed","time":{"start":1714384745715,"stop":1714384745715,"duration":0}},{"uid":"220618d5cdc74f4c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/220618d5cdc74f4c","status":"passed","time":{"start":1714383127012,"stop":1714383127012,"duration":0}},{"uid":"b9621cdff87b47ae","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b9621cdff87b47ae","status":"passed","time":{"start":1714383536792,"stop":1714383536792,"duration":0}},{"uid":"e313d34a84342afb","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e313d34a84342afb","status":"passed","time":{"start":1714382918289,"stop":1714382918290,"duration":1}},{"uid":"c40950d1645b55b4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c40950d1645b55b4","status":"passed","time":{"start":1714383335679,"stop":1714383335679,"duration":0}},{"uid":"7e5a8a3eb6c08f6f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7e5a8a3eb6c08f6f","status":"passed","time":{"start":1714383216316,"stop":1714383216317,"duration":1}},{"uid":"2016daaa7e3e4809","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2016daaa7e3e4809","status":"passed","time":{"start":1714381730483,"stop":1714381730483,"duration":0}},{"uid":"15d550b6959a379c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/15d550b6959a379c","status":"passed","time":{"start":1714380503467,"stop":1714380503467,"duration":0}},{"uid":"e601cf3ba650b21f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e601cf3ba650b21f","status":"passed","time":{"start":1714380091396,"stop":1714380091396,"duration":0}},{"uid":"9844546fc8efdfaa","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9844546fc8efdfaa","status":"passed","time":{"start":1714297312890,"stop":1714297312892,"duration":2}}]},"tags":[]},"source":"3dcd8a7dadfb8749.json","parameterValues":[]} \ No newline at end of file +{"uid":"934692a59b112705","name":"Wrong topic","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > Wrong topic","historyId":"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089332,"stop":1714501089333,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6e7e011550a19bd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e7e011550a19bd8","status":"passed","time":{"start":1714494840030,"stop":1714494840031,"duration":1}},{"uid":"797ba9116d6266da","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/797ba9116d6266da","status":"passed","time":{"start":1714492923660,"stop":1714492923660,"duration":0}}]},"tags":[]},"source":"934692a59b112705.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9352c9fb408f9a02.json b/6962/data/test-cases/9352c9fb408f9a02.json new file mode 100644 index 00000000000..7aeb66287e9 --- /dev/null +++ b/6962/data/test-cases/9352c9fb408f9a02.json @@ -0,0 +1 @@ +{"uid":"9352c9fb408f9a02","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":1714501150902,"stop":1714501150902,"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":3,"unknown":0,"total":3},"items":[{"uid":"5cc58fd8c1038c03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5cc58fd8c1038c03","status":"passed","time":{"start":1714494883915,"stop":1714494883916,"duration":1}},{"uid":"c1becc3404c5727a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c1becc3404c5727a","status":"passed","time":{"start":1714492982047,"stop":1714492982048,"duration":1}}]},"tags":[]},"source":"9352c9fb408f9a02.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/935d18999994090d.json b/6962/data/test-cases/935d18999994090d.json new file mode 100644 index 00000000000..542c2d172d5 --- /dev/null +++ b/6962/data/test-cases/935d18999994090d.json @@ -0,0 +1 @@ +{"uid":"935d18999994090d","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":1714500976536,"stop":1714500976537,"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":3,"unknown":0,"total":3},"items":[{"uid":"7b40887cc811bc67","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b40887cc811bc67","status":"passed","time":{"start":1714494735278,"stop":1714494735279,"duration":1}},{"uid":"6e1d569db5f01eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6e1d569db5f01eb","status":"passed","time":{"start":1714492814946,"stop":1714492814947,"duration":1}}]},"tags":[]},"source":"935d18999994090d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ce496c16d7248241.json b/6962/data/test-cases/935e2a5d0bf639da.json similarity index 76% rename from 6944/data/test-cases/ce496c16d7248241.json rename to 6962/data/test-cases/935e2a5d0bf639da.json index b07bcfdf3e6..89708bcc550 100644 --- a/6944/data/test-cases/ce496c16d7248241.json +++ b/6962/data/test-cases/935e2a5d0bf639da.json @@ -1 +1 @@ -{"uid":"ce496c16d7248241","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":1714425068156,"stop":1714425068156,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"c484c0d4c48da827","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c484c0d4c48da827","status":"passed","time":{"start":1714415236757,"stop":1714415236758,"duration":1}},{"uid":"f0bb3b2507a0439c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f0bb3b2507a0439c","status":"passed","time":{"start":1714415370296,"stop":1714415370297,"duration":1}},{"uid":"d1a5435547ccaab4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d1a5435547ccaab4","status":"passed","time":{"start":1714407592734,"stop":1714407592734,"duration":0}},{"uid":"c37f27dafa649d11","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c37f27dafa649d11","status":"passed","time":{"start":1714406603030,"stop":1714406603030,"duration":0}},{"uid":"5b4abdd678a05c54","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5b4abdd678a05c54","status":"passed","time":{"start":1714404403105,"stop":1714404403106,"duration":1}},{"uid":"4c28ad8791c3b72c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4c28ad8791c3b72c","status":"passed","time":{"start":1714404066565,"stop":1714404066565,"duration":0}},{"uid":"f6f7064dc6ceed9","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f6f7064dc6ceed9","status":"passed","time":{"start":1714403911556,"stop":1714403911557,"duration":1}},{"uid":"720fc436b357543a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/720fc436b357543a","status":"passed","time":{"start":1714386356565,"stop":1714386356566,"duration":1}},{"uid":"122bf8c0280dce6","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/122bf8c0280dce6","status":"passed","time":{"start":1714385421492,"stop":1714385421493,"duration":1}},{"uid":"f3518639dfe89a13","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f3518639dfe89a13","status":"passed","time":{"start":1714384714583,"stop":1714384714583,"duration":0}},{"uid":"902cee625157fcff","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/902cee625157fcff","status":"passed","time":{"start":1714384406001,"stop":1714384406001,"duration":0}},{"uid":"b7b496cd4c8555f4","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b7b496cd4c8555f4","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845709,"stop":1714382845710,"duration":1}},{"uid":"10d584c2a319fb4c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/10d584c2a319fb4c","status":"passed","time":{"start":1714383192281,"stop":1714383192281,"duration":0}},{"uid":"ae4ce25322a87adf","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ae4ce25322a87adf","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649914,"stop":1714382649914,"duration":0}},{"uid":"68dcab346e6ff57b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/68dcab346e6ff57b","status":"passed","time":{"start":1714383007965,"stop":1714383007965,"duration":0}},{"uid":"5c7ca60130624654","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/5c7ca60130624654","status":"passed","time":{"start":1714382888226,"stop":1714382888226,"duration":0}},{"uid":"4a2348a82553eb85","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/4a2348a82553eb85","status":"passed","time":{"start":1714381390687,"stop":1714381390694,"duration":7}},{"uid":"169fef6861498ed7","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/169fef6861498ed7","status":"passed","time":{"start":1714380173246,"stop":1714380173250,"duration":4}},{"uid":"57fbecaf2dfb94e6","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/57fbecaf2dfb94e6","status":"passed","time":{"start":1714379752795,"stop":1714379752798,"duration":3}},{"uid":"e449631b32e81dec","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e449631b32e81dec","status":"passed","time":{"start":1714296983647,"stop":1714296983647,"duration":0}}]},"tags":[]},"source":"ce496c16d7248241.json","parameterValues":[]} \ No newline at end of file +{"uid":"935e2a5d0bf639da","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":1714500735371,"stop":1714500735371,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dab413ba5287e8c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dab413ba5287e8c7","status":"passed","time":{"start":1714494500295,"stop":1714494500297,"duration":2}},{"uid":"78f620bcd53c5c8e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/78f620bcd53c5c8e","status":"passed","time":{"start":1714492591539,"stop":1714492591539,"duration":0}}]},"tags":[]},"source":"935e2a5d0bf639da.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d69d45d9de23d91e.json b/6962/data/test-cases/93947988180f732a.json similarity index 76% rename from 6944/data/test-cases/d69d45d9de23d91e.json rename to 6962/data/test-cases/93947988180f732a.json index 6ef275050b3..dbe81880d94 100644 --- a/6944/data/test-cases/d69d45d9de23d91e.json +++ b/6962/data/test-cases/93947988180f732a.json @@ -1 +1 @@ -{"uid":"d69d45d9de23d91e","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":1714425068153,"stop":1714425068153,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"cd054b8d33997da7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cd054b8d33997da7","status":"passed","time":{"start":1714415236753,"stop":1714415236753,"duration":0}},{"uid":"70c174f020c08364","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/70c174f020c08364","status":"passed","time":{"start":1714415370293,"stop":1714415370293,"duration":0}},{"uid":"959bdf908306165f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/959bdf908306165f","status":"passed","time":{"start":1714407592732,"stop":1714407592732,"duration":0}},{"uid":"62ec593f4684ad48","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/62ec593f4684ad48","status":"passed","time":{"start":1714406603018,"stop":1714406603019,"duration":1}},{"uid":"7104e8f1ef01dce","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7104e8f1ef01dce","status":"passed","time":{"start":1714404403097,"stop":1714404403098,"duration":1}},{"uid":"f06bbed364835d76","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f06bbed364835d76","status":"passed","time":{"start":1714404066562,"stop":1714404066562,"duration":0}},{"uid":"b4a474c559a7c330","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b4a474c559a7c330","status":"passed","time":{"start":1714403911552,"stop":1714403911552,"duration":0}},{"uid":"8f36939fdf004060","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8f36939fdf004060","status":"passed","time":{"start":1714386356551,"stop":1714386356552,"duration":1}},{"uid":"bcac6cbae9c83850","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/bcac6cbae9c83850","status":"passed","time":{"start":1714385421489,"stop":1714385421490,"duration":1}},{"uid":"425f1da4c2fd9f89","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/425f1da4c2fd9f89","status":"passed","time":{"start":1714384714579,"stop":1714384714580,"duration":1}},{"uid":"c3da0f577663a78b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c3da0f577663a78b","status":"passed","time":{"start":1714384405998,"stop":1714384405999,"duration":1}},{"uid":"f83996ebb20e1674","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f83996ebb20e1674","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845700,"stop":1714382845701,"duration":1}},{"uid":"d38a58135ecd0087","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d38a58135ecd0087","status":"passed","time":{"start":1714383192273,"stop":1714383192274,"duration":1}},{"uid":"ef08eb54ad4d460","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ef08eb54ad4d460","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649867,"stop":1714382649867,"duration":0}},{"uid":"1508fb843de80454","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/1508fb843de80454","status":"passed","time":{"start":1714383007960,"stop":1714383007961,"duration":1}},{"uid":"678b61f89e38bc0a","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/678b61f89e38bc0a","status":"passed","time":{"start":1714382888223,"stop":1714382888223,"duration":0}},{"uid":"7e835af460ac5fa4","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7e835af460ac5fa4","status":"passed","time":{"start":1714381390684,"stop":1714381390684,"duration":0}},{"uid":"bbfd6ef79c719fdd","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/bbfd6ef79c719fdd","status":"passed","time":{"start":1714380173243,"stop":1714380173244,"duration":1}},{"uid":"752535ad771c7be","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/752535ad771c7be","status":"passed","time":{"start":1714379752791,"stop":1714379752791,"duration":0}},{"uid":"eb127eb5518fd5a7","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/eb127eb5518fd5a7","status":"passed","time":{"start":1714296983640,"stop":1714296983641,"duration":1}}]},"tags":[]},"source":"d69d45d9de23d91e.json","parameterValues":[]} \ No newline at end of file +{"uid":"93947988180f732a","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":1714500735367,"stop":1714500735368,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d251fde345af9b84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d251fde345af9b84","status":"passed","time":{"start":1714494500293,"stop":1714494500293,"duration":0}},{"uid":"8a6400e48be5182e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8a6400e48be5182e","status":"passed","time":{"start":1714492591533,"stop":1714492591534,"duration":1}}]},"tags":[]},"source":"93947988180f732a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a9b5c4d9babf11e1.json b/6962/data/test-cases/94450f370c03e739.json similarity index 80% rename from 6944/data/test-cases/a9b5c4d9babf11e1.json rename to 6962/data/test-cases/94450f370c03e739.json index ef9b4eaabff..f20482626e0 100644 --- a/6944/data/test-cases/a9b5c4d9babf11e1.json +++ b/6962/data/test-cases/94450f370c03e739.json @@ -1 +1 @@ -{"uid":"a9b5c4d9babf11e1","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":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"9cfd87a18f02732f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9cfd87a18f02732f","status":"passed","time":{"start":1714415702297,"stop":1714415702298,"duration":1}},{"uid":"7ae97f0782c0ceae","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7ae97f0782c0ceae","status":"passed","time":{"start":1714415850505,"stop":1714415850505,"duration":0}},{"uid":"4f3dafd87e0312a1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4f3dafd87e0312a1","status":"passed","time":{"start":1714408049955,"stop":1714408049955,"duration":0}},{"uid":"6520ddac3202638","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6520ddac3202638","status":"passed","time":{"start":1714407080677,"stop":1714407080677,"duration":0}},{"uid":"a0c5e27d224a4623","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a0c5e27d224a4623","status":"passed","time":{"start":1714404860595,"stop":1714404860595,"duration":0}},{"uid":"93992c6ae56afa14","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/93992c6ae56afa14","status":"passed","time":{"start":1714404585208,"stop":1714404585208,"duration":0}},{"uid":"21c7f407aaeb9f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/21c7f407aaeb9f","status":"passed","time":{"start":1714404366316,"stop":1714404366316,"duration":0}},{"uid":"eee131f6be34178c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/eee131f6be34178c","status":"passed","time":{"start":1714386825534,"stop":1714386825534,"duration":0}},{"uid":"945271cb0aa6aabb","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/945271cb0aa6aabb","status":"passed","time":{"start":1714385893744,"stop":1714385893744,"duration":0}},{"uid":"835207781f62ff00","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/835207781f62ff00","status":"passed","time":{"start":1714385188020,"stop":1714385188020,"duration":0}},{"uid":"605cb6bc996bf33b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/605cb6bc996bf33b","status":"passed","time":{"start":1714384869920,"stop":1714384869920,"duration":0}},{"uid":"8471757788ae172b","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/8471757788ae172b","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237155,"stop":1714384237155,"duration":0}},{"uid":"738865143bce9cb7","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/738865143bce9cb7","status":"passed","time":{"start":1714383661930,"stop":1714383661931,"duration":1}},{"uid":"8b18de8ac8aa20ce","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8b18de8ac8aa20ce","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018829,"stop":1714384018829,"duration":0}},{"uid":"9ec17fea7dab9bee","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9ec17fea7dab9bee","status":"passed","time":{"start":1714383474188,"stop":1714383474189,"duration":1}},{"uid":"376825e7fe3ef13c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/376825e7fe3ef13c","status":"passed","time":{"start":1714383351259,"stop":1714383351259,"duration":0}},{"uid":"659c0da4a2b22cfc","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/659c0da4a2b22cfc","status":"passed","time":{"start":1714381860523,"stop":1714381860523,"duration":0}},{"uid":"7a94eeabf0382b12","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7a94eeabf0382b12","status":"passed","time":{"start":1714380649670,"stop":1714380649670,"duration":0}},{"uid":"7f006f6b096f7aa4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7f006f6b096f7aa4","status":"passed","time":{"start":1714380216169,"stop":1714380216169,"duration":0}},{"uid":"d9911d4fab8f91e7","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d9911d4fab8f91e7","status":"passed","time":{"start":1714297452338,"stop":1714297452338,"duration":0}}]},"tags":[]},"source":"a9b5c4d9babf11e1.json","parameterValues":[]} \ No newline at end of file +{"uid":"94450f370c03e739","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":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"d0232418f2bed692","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d0232418f2bed692","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"c2ac8987f392ed42","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c2ac8987f392ed42","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"tags":[]},"source":"94450f370c03e739.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9476f380a86c57fa.json b/6962/data/test-cases/9476f380a86c57fa.json new file mode 100644 index 00000000000..ea8c4d88171 --- /dev/null +++ b/6962/data/test-cases/9476f380a86c57fa.json @@ -0,0 +1 @@ +{"uid":"9476f380a86c57fa","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":1714500525320,"stop":1714500525320,"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":3,"unknown":0,"total":3},"items":[{"uid":"d77424a4b35798ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d77424a4b35798ad","status":"passed","time":{"start":1714494276799,"stop":1714494276800,"duration":1}},{"uid":"b694597b15dd8939","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b694597b15dd8939","status":"passed","time":{"start":1714492380854,"stop":1714492380854,"duration":0}}]},"tags":[]},"source":"9476f380a86c57fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/94896e1dc6835a7a.json b/6962/data/test-cases/94896e1dc6835a7a.json new file mode 100644 index 00000000000..de4c0967e17 --- /dev/null +++ b/6962/data/test-cases/94896e1dc6835a7a.json @@ -0,0 +1 @@ +{"uid":"94896e1dc6835a7a","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501039479,"stop":1714501039480,"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":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2e4e8b8119980f63","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2e4e8b8119980f63","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494791243,"stop":1714494791243,"duration":0}},{"uid":"fc3b941cd08d862c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fc3b941cd08d862c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492870705,"stop":1714492870705,"duration":0}}]},"tags":[]},"source":"94896e1dc6835a7a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/94f4e63002e9a977.json b/6962/data/test-cases/94f4e63002e9a977.json new file mode 100644 index 00000000000..92c46ddc615 --- /dev/null +++ b/6962/data/test-cases/94f4e63002e9a977.json @@ -0,0 +1 @@ +{"uid":"94f4e63002e9a977","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":1714500559906,"stop":1714500559906,"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":3,"unknown":0,"total":3},"items":[{"uid":"7a937a6c6446566f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a937a6c6446566f","status":"passed","time":{"start":1714494310951,"stop":1714494310952,"duration":1}},{"uid":"c4a0d645c5f81894","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c4a0d645c5f81894","status":"passed","time":{"start":1714492410936,"stop":1714492410936,"duration":0}}]},"tags":[]},"source":"94f4e63002e9a977.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/af6e47c452fbc5af.json b/6962/data/test-cases/951c4ac6dea2f518.json similarity index 76% rename from 6944/data/test-cases/af6e47c452fbc5af.json rename to 6962/data/test-cases/951c4ac6dea2f518.json index 75b993fbad0..2f402915ce3 100644 --- a/6944/data/test-cases/af6e47c452fbc5af.json +++ b/6962/data/test-cases/951c4ac6dea2f518.json @@ -1 +1 @@ -{"uid":"af6e47c452fbc5af","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":1714425348174,"stop":1714425348175,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"3e47a3b268c0dea7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3e47a3b268c0dea7","status":"passed","time":{"start":1714415541641,"stop":1714415541642,"duration":1}},{"uid":"1368181d572ef7e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1368181d572ef7e","status":"passed","time":{"start":1714415666672,"stop":1714415666672,"duration":0}},{"uid":"fcc99645489d0f27","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fcc99645489d0f27","status":"passed","time":{"start":1714407867315,"stop":1714407867315,"duration":0}},{"uid":"ed8cac4fbd5ba0ac","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ed8cac4fbd5ba0ac","status":"passed","time":{"start":1714406901741,"stop":1714406901742,"duration":1}},{"uid":"c108ca41eb679db","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c108ca41eb679db","status":"passed","time":{"start":1714404685928,"stop":1714404685929,"duration":1}},{"uid":"3b3bef1373b9e746","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/3b3bef1373b9e746","status":"passed","time":{"start":1714404389183,"stop":1714404389183,"duration":0}},{"uid":"fd7e7b9fee966f2f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/fd7e7b9fee966f2f","status":"passed","time":{"start":1714404179634,"stop":1714404179634,"duration":0}},{"uid":"ca465a20519e39e6","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ca465a20519e39e6","status":"passed","time":{"start":1714386642372,"stop":1714386642372,"duration":0}},{"uid":"62610c54ad6ad756","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/62610c54ad6ad756","status":"passed","time":{"start":1714385705591,"stop":1714385705591,"duration":0}},{"uid":"a1b5b5c7072755f2","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a1b5b5c7072755f2","status":"passed","time":{"start":1714385001591,"stop":1714385001592,"duration":1}},{"uid":"54d24155e7c5834c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/54d24155e7c5834c","status":"passed","time":{"start":1714384689777,"stop":1714384689777,"duration":0}},{"uid":"bacde860ab105ace","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/bacde860ab105ace","status":"passed","time":{"start":1714383060297,"stop":1714383060297,"duration":0}},{"uid":"20ed11d4d60f7e08","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/20ed11d4d60f7e08","status":"passed","time":{"start":1714383479964,"stop":1714383479964,"duration":0}},{"uid":"4bc0ca9a3fea8ea1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4bc0ca9a3fea8ea1","status":"passed","time":{"start":1714382864756,"stop":1714382864757,"duration":1}},{"uid":"6ecf34628c75254b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/6ecf34628c75254b","status":"passed","time":{"start":1714383281573,"stop":1714383281573,"duration":0}},{"uid":"308cc484089fa51d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/308cc484089fa51d","status":"passed","time":{"start":1714383168055,"stop":1714383168055,"duration":0}},{"uid":"13ad3e893e3ba687","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/13ad3e893e3ba687","status":"passed","time":{"start":1714381685737,"stop":1714381685737,"duration":0}},{"uid":"abe7263a687f2903","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/abe7263a687f2903","status":"passed","time":{"start":1714380450797,"stop":1714380450798,"duration":1}},{"uid":"379970e23d945c5d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/379970e23d945c5d","status":"passed","time":{"start":1714380035052,"stop":1714380035052,"duration":0}},{"uid":"bc4f078877f9f1a5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/bc4f078877f9f1a5","status":"passed","time":{"start":1714297259136,"stop":1714297259138,"duration":2}}]},"tags":[]},"source":"af6e47c452fbc5af.json","parameterValues":[]} \ No newline at end of file +{"uid":"951c4ac6dea2f518","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":1714501036156,"stop":1714501036156,"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":3,"unknown":0,"total":3},"items":[{"uid":"fcaa42ab7265007e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fcaa42ab7265007e","status":"passed","time":{"start":1714494788125,"stop":1714494788126,"duration":1}},{"uid":"d5e864b4d920c1c1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5e864b4d920c1c1","status":"passed","time":{"start":1714492860427,"stop":1714492860428,"duration":1}}]},"tags":[]},"source":"951c4ac6dea2f518.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/954085ad35b5e514.json b/6962/data/test-cases/954085ad35b5e514.json new file mode 100644 index 00000000000..301ddc842e1 --- /dev/null +++ b/6962/data/test-cases/954085ad35b5e514.json @@ -0,0 +1 @@ +{"uid":"954085ad35b5e514","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":1714500744140,"stop":1714500744140,"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":3,"unknown":0,"total":3},"items":[{"uid":"a775c0a4389c4800","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a775c0a4389c4800","status":"passed","time":{"start":1714494482346,"stop":1714494482346,"duration":0}},{"uid":"cdfa6ab72c0de8cd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdfa6ab72c0de8cd","status":"passed","time":{"start":1714492591356,"stop":1714492591359,"duration":3}}]},"tags":[]},"source":"954085ad35b5e514.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/95e772f9a394c86e.json b/6962/data/test-cases/95e772f9a394c86e.json new file mode 100644 index 00000000000..082a1d21248 --- /dev/null +++ b/6962/data/test-cases/95e772f9a394c86e.json @@ -0,0 +1 @@ +{"uid":"95e772f9a394c86e","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"408aeb807af4a247ef95bba895d13520:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525326,"stop":1714500525326,"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":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"95e772f9a394c86e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/31be008a038c7132.json b/6962/data/test-cases/95f067ae99b4601b.json similarity index 78% rename from 6944/data/test-cases/31be008a038c7132.json rename to 6962/data/test-cases/95f067ae99b4601b.json index 975e6c23a5f..4a9daad7927 100644 --- a/6944/data/test-cases/31be008a038c7132.json +++ b/6962/data/test-cases/95f067ae99b4601b.json @@ -1 +1 @@ -{"uid":"31be008a038c7132","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":1714425137456,"stop":1714425137456,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"bb5fbe3026ef87c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bb5fbe3026ef87c","status":"passed","time":{"start":1714415306377,"stop":1714415306377,"duration":0}},{"uid":"a757231e025cf836","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a757231e025cf836","status":"passed","time":{"start":1714415441031,"stop":1714415441031,"duration":0}},{"uid":"c663c940b009c739","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c663c940b009c739","status":"passed","time":{"start":1714407661420,"stop":1714407661421,"duration":1}},{"uid":"5066cca9b6cc8344","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5066cca9b6cc8344","status":"passed","time":{"start":1714406688868,"stop":1714406688868,"duration":0}},{"uid":"efd3bcb7e35ee8b6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/efd3bcb7e35ee8b6","status":"passed","time":{"start":1714404480627,"stop":1714404480628,"duration":1}},{"uid":"7f2f55c57170a8e2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7f2f55c57170a8e2","status":"passed","time":{"start":1714404187326,"stop":1714404187326,"duration":0}},{"uid":"a636ab6c2a140912","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a636ab6c2a140912","status":"passed","time":{"start":1714403975118,"stop":1714403975119,"duration":1}},{"uid":"7ed051cc74a1a3a7","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7ed051cc74a1a3a7","status":"passed","time":{"start":1714386442457,"stop":1714386442460,"duration":3}},{"uid":"c0fa79b8659c9f56","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c0fa79b8659c9f56","status":"passed","time":{"start":1714385503993,"stop":1714385503993,"duration":0}},{"uid":"cb9bc4d46a9980a7","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/cb9bc4d46a9980a7","status":"passed","time":{"start":1714384798831,"stop":1714384798832,"duration":1}},{"uid":"ec9cea314f68ceaa","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ec9cea314f68ceaa","status":"passed","time":{"start":1714384484762,"stop":1714384484762,"duration":0}},{"uid":"7cd5212cbc1c6bbb","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7cd5212cbc1c6bbb","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939611,"stop":1714382939611,"duration":0}},{"uid":"e24d93c18d83ba8d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e24d93c18d83ba8d","status":"passed","time":{"start":1714383271366,"stop":1714383271367,"duration":1}},{"uid":"e0a369854367d6e1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e0a369854367d6e1","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742242,"stop":1714382742242,"duration":0}},{"uid":"8eea78980bad3d4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8eea78980bad3d4","status":"passed","time":{"start":1714383085697,"stop":1714383085698,"duration":1}},{"uid":"28c45c6086e19fcb","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/28c45c6086e19fcb","status":"passed","time":{"start":1714382957853,"stop":1714382957854,"duration":1}},{"uid":"db139c8f8b1c301","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/db139c8f8b1c301","status":"passed","time":{"start":1714381467343,"stop":1714381467343,"duration":0}},{"uid":"dac50ad8be284eeb","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/dac50ad8be284eeb","status":"passed","time":{"start":1714380262875,"stop":1714380262876,"duration":1}},{"uid":"c8e09c57332c1474","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c8e09c57332c1474","status":"passed","time":{"start":1714379832140,"stop":1714379832141,"duration":1}},{"uid":"d4a913b73d7b14ff","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d4a913b73d7b14ff","status":"passed","time":{"start":1714297053930,"stop":1714297053931,"duration":1}}]},"tags":[]},"source":"31be008a038c7132.json","parameterValues":[]} \ No newline at end of file +{"uid":"95f067ae99b4601b","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":1714500823184,"stop":1714500823184,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ecaf1f2223d6a90","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ecaf1f2223d6a90","status":"passed","time":{"start":1714494571264,"stop":1714494571264,"duration":0}},{"uid":"4982f55662999281","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4982f55662999281","status":"passed","time":{"start":1714492678657,"stop":1714492678658,"duration":1}}]},"tags":[]},"source":"95f067ae99b4601b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/96e55199e0140fd4.json b/6962/data/test-cases/96e55199e0140fd4.json new file mode 100644 index 00000000000..885e9d7d641 --- /dev/null +++ b/6962/data/test-cases/96e55199e0140fd4.json @@ -0,0 +1 @@ +{"uid":"96e55199e0140fd4","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","historyId":"2fbd0347885ea48ba9a2ba436764c5cf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525331,"stop":1714500525332,"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":3,"unknown":0,"total":3},"items":[{"uid":"39a7293c7bd6a867","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/39a7293c7bd6a867","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"8152737fe56af5e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8152737fe56af5e8","status":"passed","time":{"start":1714492380863,"stop":1714492380863,"duration":0}}]},"tags":[]},"source":"96e55199e0140fd4.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4b79ac9d6e678db2.json b/6962/data/test-cases/96f57b4b7bcce7d5.json similarity index 79% rename from 6944/data/test-cases/4b79ac9d6e678db2.json rename to 6962/data/test-cases/96f57b4b7bcce7d5.json index e9454977578..ffb97038ded 100644 --- a/6944/data/test-cases/4b79ac9d6e678db2.json +++ b/6962/data/test-cases/96f57b4b7bcce7d5.json @@ -1 +1 @@ -{"uid":"4b79ac9d6e678db2","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":1714425137467,"stop":1714425137467,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"c689f0f774d0a81f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c689f0f774d0a81f","status":"passed","time":{"start":1714415306381,"stop":1714415306381,"duration":0}},{"uid":"6075291a27859048","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6075291a27859048","status":"passed","time":{"start":1714415441035,"stop":1714415441035,"duration":0}},{"uid":"1b1732131c25b75c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1b1732131c25b75c","status":"passed","time":{"start":1714407661424,"stop":1714407661424,"duration":0}},{"uid":"fcc3f42c9699be6d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fcc3f42c9699be6d","status":"passed","time":{"start":1714406688873,"stop":1714406688874,"duration":1}},{"uid":"4f72b9d0b6e2a642","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4f72b9d0b6e2a642","status":"passed","time":{"start":1714404480636,"stop":1714404480637,"duration":1}},{"uid":"d9f1ca650414ff05","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d9f1ca650414ff05","status":"passed","time":{"start":1714404187330,"stop":1714404187330,"duration":0}},{"uid":"48341ec8c2388fbd","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/48341ec8c2388fbd","status":"passed","time":{"start":1714403975126,"stop":1714403975126,"duration":0}},{"uid":"a8a676a4a75abb8b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a8a676a4a75abb8b","status":"passed","time":{"start":1714386442466,"stop":1714386442467,"duration":1}},{"uid":"8e4ad5b76e6d1ced","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8e4ad5b76e6d1ced","status":"passed","time":{"start":1714385503996,"stop":1714385503996,"duration":0}},{"uid":"c1839f2f2d6de116","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/c1839f2f2d6de116","status":"passed","time":{"start":1714384798846,"stop":1714384798847,"duration":1}},{"uid":"73763ca2b1237d87","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/73763ca2b1237d87","status":"passed","time":{"start":1714384484769,"stop":1714384484769,"duration":0}},{"uid":"57e65b6c44705a5","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/57e65b6c44705a5","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939620,"stop":1714382939620,"duration":0}},{"uid":"ec2ee05e5ff8c32d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ec2ee05e5ff8c32d","status":"passed","time":{"start":1714383271371,"stop":1714383271371,"duration":0}},{"uid":"fb7ec9a18e870a17","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/fb7ec9a18e870a17","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742253,"stop":1714382742253,"duration":0}},{"uid":"50a998db39455154","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/50a998db39455154","status":"passed","time":{"start":1714383085709,"stop":1714383085711,"duration":2}},{"uid":"a4044d74722e3d58","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a4044d74722e3d58","status":"passed","time":{"start":1714382957858,"stop":1714382957858,"duration":0}},{"uid":"2ecb5701255d80ea","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2ecb5701255d80ea","status":"passed","time":{"start":1714381467347,"stop":1714381467347,"duration":0}},{"uid":"f70d3096a1d69979","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f70d3096a1d69979","status":"passed","time":{"start":1714380262879,"stop":1714380262880,"duration":1}},{"uid":"ca06f9eedc9dd09d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ca06f9eedc9dd09d","status":"passed","time":{"start":1714379832146,"stop":1714379832147,"duration":1}},{"uid":"ae474ee9c0dd0b29","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ae474ee9c0dd0b29","status":"passed","time":{"start":1714297053935,"stop":1714297053935,"duration":0}}]},"tags":[]},"source":"4b79ac9d6e678db2.json","parameterValues":[]} \ No newline at end of file +{"uid":"96f57b4b7bcce7d5","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":1714500823188,"stop":1714500823189,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d232e434e4c656e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d232e434e4c656e","status":"passed","time":{"start":1714494571267,"stop":1714494571268,"duration":1}},{"uid":"3e3bbc8f9c8357c4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e3bbc8f9c8357c4","status":"passed","time":{"start":1714492678667,"stop":1714492678668,"duration":1}}]},"tags":[]},"source":"96f57b4b7bcce7d5.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d26c0cdf9b587c32.json b/6962/data/test-cases/96fbea5ce422fb6f.json similarity index 97% rename from 6944/data/test-cases/d26c0cdf9b587c32.json rename to 6962/data/test-cases/96fbea5ce422fb6f.json index 95e394b48a8..14be26f1f84 100644 --- a/6944/data/test-cases/d26c0cdf9b587c32.json +++ b/6962/data/test-cases/96fbea5ce422fb6f.json @@ -1 +1 @@ -{"uid":"d26c0cdf9b587c32","name":"Check received message with timestamp: 1714424899696 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1714424899696 ","historyId":"c85c08e16b8feeef30e7cec2e9d75f53:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425369969,"stop":1714425369969,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"d26c0cdf9b587c32.json","parameterValues":[]} \ No newline at end of file +{"uid":"96fbea5ce422fb6f","name":"Check received message with timestamp: 1714500577468 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1714500577468 ","historyId":"2a7ba0e0706ad92ebdc3247da58edcee:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"96fbea5ce422fb6f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9736c389598aeefc.json b/6962/data/test-cases/9736c389598aeefc.json new file mode 100644 index 00000000000..f8bcea70991 --- /dev/null +++ b/6962/data/test-cases/9736c389598aeefc.json @@ -0,0 +1 @@ +{"uid":"9736c389598aeefc","name":"isConnected should return false after all peers disconnect","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:disconnect > isConnected should return false after all peers disconnect","historyId":"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500578628,"stop":1714500578629,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:disconnect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"204c55bea27eaaa7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/204c55bea27eaaa7","status":"passed","time":{"start":1714494328717,"stop":1714494328717,"duration":0}},{"uid":"7831554236040c2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7831554236040c2f","status":"passed","time":{"start":1714492428469,"stop":1714492428470,"duration":1}}]},"tags":[]},"source":"9736c389598aeefc.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/97d4a5d462e05a84.json b/6962/data/test-cases/97d4a5d462e05a84.json new file mode 100644 index 00000000000..a3b6510a58b --- /dev/null +++ b/6962/data/test-cases/97d4a5d462e05a84.json @@ -0,0 +1 @@ +{"uid":"97d4a5d462e05a84","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":1714500664408,"stop":1714500664410,"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\"","time":{},"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":3,"unknown":0,"total":3},"items":[{"uid":"91407cd846a75e6e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/91407cd846a75e6e","status":"passed","time":{"start":1714494413200,"stop":1714494413200,"duration":0}},{"uid":"17a9a879dae3af0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17a9a879dae3af0b","status":"passed","time":{"start":1714492522572,"stop":1714492522572,"duration":0}}]},"tags":[]},"source":"97d4a5d462e05a84.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/97fc6d65f74d086f.json b/6962/data/test-cases/97fc6d65f74d086f.json new file mode 100644 index 00000000000..d6a4a60f1e4 --- /dev/null +++ b/6962/data/test-cases/97fc6d65f74d086f.json @@ -0,0 +1 @@ +{"uid":"97fc6d65f74d086f","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":1714500607828,"stop":1714500607829,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Ping"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"46f2b5f8ff0b0c18","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46f2b5f8ff0b0c18","status":"passed","time":{"start":1714494370501,"stop":1714494370504,"duration":3}},{"uid":"531117c3205ce0b6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/531117c3205ce0b6","status":"passed","time":{"start":1714492459794,"stop":1714492459795,"duration":1}}]},"tags":[]},"source":"97fc6d65f74d086f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/982661a6ca38d2c9.json b/6962/data/test-cases/982661a6ca38d2c9.json new file mode 100644 index 00000000000..b113ffb39d2 --- /dev/null +++ b/6962/data/test-cases/982661a6ca38d2c9.json @@ -0,0 +1 @@ +{"uid":"982661a6ca38d2c9","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":1714501050455,"stop":1714501050455,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3d6646cfb2dec8a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3d6646cfb2dec8a1","status":"passed","time":{"start":1714494785915,"stop":1714494785915,"duration":0}},{"uid":"4a1f0cb27ab2c483","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a1f0cb27ab2c483","status":"passed","time":{"start":1714492898571,"stop":1714492898571,"duration":0}}]},"tags":[]},"source":"982661a6ca38d2c9.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/989843af3a29d327.json b/6962/data/test-cases/989843af3a29d327.json new file mode 100644 index 00000000000..170e0888e64 --- /dev/null +++ b/6962/data/test-cases/989843af3a29d327.json @@ -0,0 +1 @@ +{"uid":"989843af3a29d327","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":1714500976555,"stop":1714500976555,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"2423767f91724c0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2423767f91724c0c","status":"passed","time":{"start":1714494735296,"stop":1714494735297,"duration":1}},{"uid":"1f80f2fea9cb8978","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f80f2fea9cb8978","status":"passed","time":{"start":1714492814966,"stop":1714492814967,"duration":1}}]},"tags":[]},"source":"989843af3a29d327.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/85306e2e9727968a.json b/6962/data/test-cases/98a9773d30f4c16c.json similarity index 84% rename from 6944/data/test-cases/85306e2e9727968a.json rename to 6962/data/test-cases/98a9773d30f4c16c.json index 9bb62b82bed..0c538903f41 100644 --- a/6944/data/test-cases/85306e2e9727968a.json +++ b/6962/data/test-cases/98a9773d30f4c16c.json @@ -1 +1 @@ -{"uid":"85306e2e9727968a","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":1714425435605,"stop":1714425435605,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"fd6e5fb664f508f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fd6e5fb664f508f","status":"passed","time":{"start":1714415590144,"stop":1714415590145,"duration":1}},{"uid":"e1939d68c66afce7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e1939d68c66afce7","status":"passed","time":{"start":1714415739317,"stop":1714415739317,"duration":0}},{"uid":"cd9f1f4feaab3b41","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cd9f1f4feaab3b41","status":"passed","time":{"start":1714407950098,"stop":1714407950099,"duration":1}},{"uid":"c9d3ac1bdbb294e0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c9d3ac1bdbb294e0","status":"passed","time":{"start":1714406978428,"stop":1714406978428,"duration":0}},{"uid":"aae44e61f494612f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aae44e61f494612f","status":"passed","time":{"start":1714404752134,"stop":1714404752135,"duration":1}},{"uid":"fce3efa4ee980730","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/fce3efa4ee980730","status":"passed","time":{"start":1714404488096,"stop":1714404488097,"duration":1}},{"uid":"aca04bc279fe3dad","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/aca04bc279fe3dad","status":"passed","time":{"start":1714404264816,"stop":1714404264817,"duration":1}},{"uid":"dfe8b4de9130817b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/dfe8b4de9130817b","status":"passed","time":{"start":1714386718896,"stop":1714386718896,"duration":0}},{"uid":"55011ec4d4a2b611","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/55011ec4d4a2b611","status":"passed","time":{"start":1714385802594,"stop":1714385802594,"duration":0}},{"uid":"690af5628af8e7c9","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/690af5628af8e7c9","status":"passed","time":{"start":1714385084317,"stop":1714385084318,"duration":1}},{"uid":"8f52332233c94d9","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8f52332233c94d9","status":"passed","time":{"start":1714384783922,"stop":1714384783922,"duration":0}},{"uid":"f748ff997113afef","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f748ff997113afef","status":"passed","time":{"start":1714382927650,"stop":1714382927651,"duration":1}},{"uid":"921885b333c953ec","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/921885b333c953ec","status":"passed","time":{"start":1714383573242,"stop":1714383573242,"duration":0}},{"uid":"345f220ff076fbfd","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/345f220ff076fbfd","status":"passed","time":{"start":1714382735192,"stop":1714382735192,"duration":0}},{"uid":"6606966eb8dc33b6","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/6606966eb8dc33b6","status":"passed","time":{"start":1714383376648,"stop":1714383376654,"duration":6}},{"uid":"4ff67aa46fb72e59","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/4ff67aa46fb72e59","status":"passed","time":{"start":1714383261439,"stop":1714383261440,"duration":1}},{"uid":"ab3ea2d01f8f4133","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ab3ea2d01f8f4133","status":"passed","time":{"start":1714381767554,"stop":1714381767554,"duration":0}},{"uid":"540d7562138f0900","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/540d7562138f0900","status":"passed","time":{"start":1714380548878,"stop":1714380548879,"duration":1}},{"uid":"51f17a7d1481dfb6","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/51f17a7d1481dfb6","status":"passed","time":{"start":1714380124125,"stop":1714380124125,"duration":0}},{"uid":"c2f66db55e351ad","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c2f66db55e351ad","status":"passed","time":{"start":1714297355208,"stop":1714297355208,"duration":0}}]},"tags":[]},"source":"85306e2e9727968a.json","parameterValues":[]} \ No newline at end of file +{"uid":"98a9773d30f4c16c","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":1714501123760,"stop":1714501123760,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"f05b04883ab193ba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f05b04883ab193ba","status":"passed","time":{"start":1714494838836,"stop":1714494838838,"duration":2}},{"uid":"aebd3b21540b5324","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aebd3b21540b5324","status":"passed","time":{"start":1714492985727,"stop":1714492985727,"duration":0}}]},"tags":[]},"source":"98a9773d30f4c16c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/99726df6b2664506.json b/6962/data/test-cases/99726df6b2664506.json new file mode 100644 index 00000000000..7af7fde3915 --- /dev/null +++ b/6962/data/test-cases/99726df6b2664506.json @@ -0,0 +1 @@ +{"uid":"99726df6b2664506","name":"should use the provided clusterId for the pubsub topic","fullName":"/src/common/sharding.spec.ts: contentTopicToPubsubTopic > should use the provided clusterId for the pubsub topic","historyId":"cb047d1fae537dfc31b1921263a1d9c5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525358,"stop":1714500525358,"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":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5964fbcd351621b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5964fbcd351621b","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"8f9e59f3a8897a13","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8f9e59f3a8897a13","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"tags":[]},"source":"99726df6b2664506.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9a52730d134cc2d2.json b/6962/data/test-cases/9a52730d134cc2d2.json new file mode 100644 index 00000000000..42bbc3007b4 --- /dev/null +++ b/6962/data/test-cases/9a52730d134cc2d2.json @@ -0,0 +1 @@ +{"uid":"9a52730d134cc2d2","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":1714500524940,"stop":1714500524941,"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":3,"unknown":0,"total":3},"items":[{"uid":"683aee63f1542eba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/683aee63f1542eba","status":"passed","time":{"start":1714494276738,"stop":1714494276738,"duration":0}},{"uid":"db7873ea42a48d62","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db7873ea42a48d62","status":"passed","time":{"start":1714492380333,"stop":1714492380333,"duration":0}}]},"tags":[]},"source":"9a52730d134cc2d2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9a64562e8ab69f37.json b/6962/data/test-cases/9a64562e8ab69f37.json new file mode 100644 index 00000000000..9f4128d2e4d --- /dev/null +++ b/6962/data/test-cases/9a64562e8ab69f37.json @@ -0,0 +1 @@ +{"uid":"9a64562e8ab69f37","name":"retrieves a single peer","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > retrieves a single peer","historyId":"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550513,"stop":1714500550514,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af993263f11b8d0b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af993263f11b8d0b","status":"passed","time":{"start":1714494301216,"stop":1714494301217,"duration":1}},{"uid":"90cee3b77f1c91af","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/90cee3b77f1c91af","status":"passed","time":{"start":1714492405124,"stop":1714492405125,"duration":1}}]},"tags":[]},"source":"9a64562e8ab69f37.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9a94b859526c4edf.json b/6962/data/test-cases/9a94b859526c4edf.json new file mode 100644 index 00000000000..7207ec4ade6 --- /dev/null +++ b/6962/data/test-cases/9a94b859526c4edf.json @@ -0,0 +1 @@ +{"uid":"9a94b859526c4edf","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":1714500786930,"stop":1714500786930,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"66da8a01c2d411c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66da8a01c2d411c3","status":"passed","time":{"start":1714494536936,"stop":1714494536937,"duration":1}},{"uid":"c731e0ad4c08de5b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c731e0ad4c08de5b","status":"passed","time":{"start":1714492635272,"stop":1714492635272,"duration":0}}]},"tags":[]},"source":"9a94b859526c4edf.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9a9d688c74fd5bda.json b/6962/data/test-cases/9a9d688c74fd5bda.json new file mode 100644 index 00000000000..88eac824ce1 --- /dev/null +++ b/6962/data/test-cases/9a9d688c74fd5bda.json @@ -0,0 +1 @@ +{"uid":"9a9d688c74fd5bda","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":1714500744053,"stop":1714500744054,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a09d96afd6391024","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a09d96afd6391024","status":"passed","time":{"start":1714494482321,"stop":1714494482321,"duration":0}},{"uid":"cc73394f7ced63e6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc73394f7ced63e6","status":"passed","time":{"start":1714492591345,"stop":1714492591345,"duration":0}}]},"tags":[]},"source":"9a9d688c74fd5bda.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ea862fd6c00f83b2.json b/6962/data/test-cases/9afeb3d6259a34d5.json similarity index 71% rename from 6944/data/test-cases/ea862fd6c00f83b2.json rename to 6962/data/test-cases/9afeb3d6259a34d5.json index a56dbfed01d..05a2da39d8c 100644 --- a/6944/data/test-cases/ea862fd6c00f83b2.json +++ b/6962/data/test-cases/9afeb3d6259a34d5.json @@ -1 +1 @@ -{"uid":"ea862fd6c00f83b2","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > using a protocol with unconfigured pubsub topic should fail","historyId":"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425425864,"stop":1714425425865,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"53432e5903f83d23","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/53432e5903f83d23","status":"passed","time":{"start":1714415598522,"stop":1714415598523,"duration":1}},{"uid":"98f12e7e5a4cd958","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/98f12e7e5a4cd958","status":"passed","time":{"start":1714415728466,"stop":1714415728467,"duration":1}},{"uid":"bb9cd1009082f47f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bb9cd1009082f47f","status":"passed","time":{"start":1714407938522,"stop":1714407938522,"duration":0}},{"uid":"4e1366eb024b8b7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4e1366eb024b8b7","status":"passed","time":{"start":1714406971796,"stop":1714406971800,"duration":4}},{"uid":"b874f1d7df80ddb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b874f1d7df80ddb","status":"passed","time":{"start":1714404739437,"stop":1714404739438,"duration":1}},{"uid":"aec73572347aab1e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/aec73572347aab1e","status":"passed","time":{"start":1714404451753,"stop":1714404451753,"duration":0}},{"uid":"59e277829c36a9bd","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/59e277829c36a9bd","status":"passed","time":{"start":1714404247024,"stop":1714404247025,"duration":1}},{"uid":"bcabd8826f48fed1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/bcabd8826f48fed1","status":"passed","time":{"start":1714386707031,"stop":1714386707032,"duration":1}},{"uid":"6aaebbefb6255b8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/6aaebbefb6255b8","status":"passed","time":{"start":1714385794775,"stop":1714385794775,"duration":0}},{"uid":"1b35c3abce53368f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1b35c3abce53368f","status":"passed","time":{"start":1714385080728,"stop":1714385080729,"duration":1}},{"uid":"e78bec7cb420aee1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e78bec7cb420aee1","status":"passed","time":{"start":1714384759613,"stop":1714384759613,"duration":0}},{"uid":"43c8e052bd0ab378","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/43c8e052bd0ab378","status":"passed","time":{"start":1714383172386,"stop":1714383172386,"duration":0}},{"uid":"e3eaee61441b6348","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e3eaee61441b6348","status":"passed","time":{"start":1714383546705,"stop":1714383546705,"duration":0}},{"uid":"d888b13cb97c07f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d888b13cb97c07f","status":"passed","time":{"start":1714382963596,"stop":1714382963596,"duration":0}},{"uid":"cb4e1ee86f816bc8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/cb4e1ee86f816bc8","status":"passed","time":{"start":1714383356216,"stop":1714383356216,"duration":0}},{"uid":"92e06868e4292e56","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/92e06868e4292e56","status":"passed","time":{"start":1714383229463,"stop":1714383229463,"duration":0}},{"uid":"c71410d382b2dfc","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c71410d382b2dfc","status":"passed","time":{"start":1714381747129,"stop":1714381747129,"duration":0}},{"uid":"3653950b6b6e4aad","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3653950b6b6e4aad","status":"passed","time":{"start":1714380535718,"stop":1714380535719,"duration":1}},{"uid":"355b80d4494b7c38","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/355b80d4494b7c38","status":"passed","time":{"start":1714380112857,"stop":1714380112857,"duration":0}},{"uid":"f966aa3d2cbc03c5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f966aa3d2cbc03c5","status":"passed","time":{"start":1714297352593,"stop":1714297352593,"duration":0}}]},"tags":[]},"source":"ea862fd6c00f83b2.json","parameterValues":[]} \ No newline at end of file +{"uid":"9afeb3d6259a34d5","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > using a protocol with unconfigured pubsub topic should fail","historyId":"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106190,"stop":1714501106191,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc0bbac31d90e533","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dc0bbac31d90e533","status":"passed","time":{"start":1714494848662,"stop":1714494848662,"duration":0}},{"uid":"934ed08b3812af58","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/934ed08b3812af58","status":"passed","time":{"start":1714492932199,"stop":1714492932200,"duration":1}}]},"tags":[]},"source":"9afeb3d6259a34d5.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9b018183b924972e.json b/6962/data/test-cases/9b018183b924972e.json new file mode 100644 index 00000000000..5e59305d78b --- /dev/null +++ b/6962/data/test-cases/9b018183b924972e.json @@ -0,0 +1 @@ +{"uid":"9b018183b924972e","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":1714500744183,"stop":1714500744183,"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":3,"unknown":0,"total":3},"items":[{"uid":"e678444da248c587","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e678444da248c587","status":"passed","time":{"start":1714494482352,"stop":1714494482353,"duration":1}},{"uid":"796947b5f4e0561","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/796947b5f4e0561","status":"passed","time":{"start":1714492591368,"stop":1714492591368,"duration":0}}]},"tags":[]},"source":"9b018183b924972e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9b50883f3244cd1f.json b/6962/data/test-cases/9b50883f3244cd1f.json new file mode 100644 index 00000000000..d56251af7ab --- /dev/null +++ b/6962/data/test-cases/9b50883f3244cd1f.json @@ -0,0 +1 @@ +{"uid":"9b50883f3244cd1f","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":1714500654289,"stop":1714500654290,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"11ac4f93cf54f302","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/11ac4f93cf54f302","status":"passed","time":{"start":1714494402830,"stop":1714494402835,"duration":5}},{"uid":"4d27f88d1087de83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4d27f88d1087de83","status":"passed","time":{"start":1714492502952,"stop":1714492502955,"duration":3}}]},"tags":[]},"source":"9b50883f3244cd1f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9b78fe9533b350fa.json b/6962/data/test-cases/9b78fe9533b350fa.json new file mode 100644 index 00000000000..53a48488a6e --- /dev/null +++ b/6962/data/test-cases/9b78fe9533b350fa.json @@ -0,0 +1 @@ +{"uid":"9b78fe9533b350fa","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","fullName":"/src/common/sharding.spec.ts: ensureShardingConfigured > should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","historyId":"76dce5a128c1173a30ab42f795a9e7ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525355,"stop":1714500525355,"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":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d88fb9a968abf77","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d88fb9a968abf77","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"fa511184d222d92f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa511184d222d92f","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"tags":[]},"source":"9b78fe9533b350fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9ba0ac5768777901.json b/6962/data/test-cases/9ba0ac5768777901.json new file mode 100644 index 00000000000..2b2c435c01a --- /dev/null +++ b/6962/data/test-cases/9ba0ac5768777901.json @@ -0,0 +1 @@ +{"uid":"9ba0ac5768777901","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":1714500744139,"stop":1714500744140,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=4"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1644b95dec349910","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1644b95dec349910","status":"passed","time":{"start":1714494482345,"stop":1714494482345,"duration":0}},{"uid":"734e319304ecb35b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/734e319304ecb35b","status":"passed","time":{"start":1714492591355,"stop":1714492591356,"duration":1}}]},"tags":[]},"source":"9ba0ac5768777901.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9eb0fada3f56c67e.json b/6962/data/test-cases/9c73ad087cc7169d.json similarity index 50% rename from 6944/data/test-cases/9eb0fada3f56c67e.json rename to 6962/data/test-cases/9c73ad087cc7169d.json index d14608b5f4b..60b83e10888 100644 --- a/6944/data/test-cases/9eb0fada3f56c67e.json +++ b/6962/data/test-cases/9c73ad087cc7169d.json @@ -1 +1 @@ -{"uid":"9eb0fada3f56c67e","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425481555,"stop":1714425481555,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"15b1579ea855c247","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/15b1579ea855c247","status":"passed","time":{"start":1714415686088,"stop":1714415686089,"duration":1}},{"uid":"f70170a1d35e9624","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f70170a1d35e9624","status":"passed","time":{"start":1714415795614,"stop":1714415795614,"duration":0}},{"uid":"9b86a42b5c38f647","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b86a42b5c38f647","status":"passed","time":{"start":1714407995024,"stop":1714407995024,"duration":0}},{"uid":"cb658bedf5a01811","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cb658bedf5a01811","status":"passed","time":{"start":1714407036733,"stop":1714407036733,"duration":0}},{"uid":"aee7eaf30f17b785","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aee7eaf30f17b785","status":"passed","time":{"start":1714404808161,"stop":1714404808161,"duration":0}},{"uid":"e20fc841ea71a4ff","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e20fc841ea71a4ff","status":"passed","time":{"start":1714404519340,"stop":1714404519341,"duration":1}},{"uid":"3d61bbb9fc2fad0","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3d61bbb9fc2fad0","status":"passed","time":{"start":1714404315529,"stop":1714404315530,"duration":1}},{"uid":"bebf11eb5b1e542","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/bebf11eb5b1e542","status":"passed","time":{"start":1714386778140,"stop":1714386778140,"duration":0}},{"uid":"596762d8174c1241","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/596762d8174c1241","status":"passed","time":{"start":1714385841964,"stop":1714385841964,"duration":0}},{"uid":"c7749d251455c650","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/c7749d251455c650","status":"passed","time":{"start":1714385131434,"stop":1714385131434,"duration":0}},{"uid":"663dfbf24504b54d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/663dfbf24504b54d","status":"passed","time":{"start":1714384826768,"stop":1714384826769,"duration":1}},{"uid":"203e5227c13b32af","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/203e5227c13b32af","status":"passed","time":{"start":1714383262703,"stop":1714383262703,"duration":0}},{"uid":"7bd5bab591a9bc5e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7bd5bab591a9bc5e","status":"passed","time":{"start":1714383620926,"stop":1714383620926,"duration":0}},{"uid":"b3947fe8b9e030cf","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b3947fe8b9e030cf","status":"passed","time":{"start":1714383056486,"stop":1714383056486,"duration":0}},{"uid":"e0f0673518484f7a","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e0f0673518484f7a","status":"passed","time":{"start":1714383418032,"stop":1714383418032,"duration":0}},{"uid":"de01021b66fd7145","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/de01021b66fd7145","status":"passed","time":{"start":1714383301579,"stop":1714383301579,"duration":0}},{"uid":"cd5b0dec0e92df9f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/cd5b0dec0e92df9f","status":"passed","time":{"start":1714381806811,"stop":1714381806812,"duration":1}},{"uid":"c9c2393877f4a03d","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c9c2393877f4a03d","status":"passed","time":{"start":1714380586357,"stop":1714380586358,"duration":1}},{"uid":"a00aeaa103b35670","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a00aeaa103b35670","status":"passed","time":{"start":1714380172631,"stop":1714380172631,"duration":0}},{"uid":"8e747ffb4eccbf1c","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8e747ffb4eccbf1c","status":"passed","time":{"start":1714297394249,"stop":1714297394250,"duration":1}}]},"tags":[]},"source":"9eb0fada3f56c67e.json","parameterValues":[]} \ No newline at end of file +{"uid":"9c73ad087cc7169d","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501174015,"stop":1714501174016,"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":3,"unknown":0,"total":3},"items":[{"uid":"61dbabadfe63f1e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61dbabadfe63f1e","status":"passed","time":{"start":1714494908940,"stop":1714494908940,"duration":0}},{"uid":"895e76010693426e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/895e76010693426e","status":"passed","time":{"start":1714492995230,"stop":1714492995230,"duration":0}}]},"tags":[]},"source":"9c73ad087cc7169d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9632f9f9ff4dcd5f.json b/6962/data/test-cases/9ca8cbe5eae5bf17.json similarity index 74% rename from 6944/data/test-cases/9632f9f9ff4dcd5f.json rename to 6962/data/test-cases/9ca8cbe5eae5bf17.json index 349ad93b15a..0fe693bfa11 100644 --- a/6944/data/test-cases/9632f9f9ff4dcd5f.json +++ b/6962/data/test-cases/9ca8cbe5eae5bf17.json @@ -1 +1 @@ -{"uid":"9632f9f9ff4dcd5f","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425349851,"stop":1714425349859,"duration":8},"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"9a3f16e23e266dcf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9a3f16e23e266dcf","status":"passed","time":{"start":1714415539973,"stop":1714415539974,"duration":1}},{"uid":"2b8f05f5f6ed84b2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2b8f05f5f6ed84b2","status":"passed","time":{"start":1714415671313,"stop":1714415671313,"duration":0}},{"uid":"8e83d36f5c980759","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8e83d36f5c980759","status":"passed","time":{"start":1714407878077,"stop":1714407878077,"duration":0}},{"uid":"c7b68e481c047beb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c7b68e481c047beb","status":"passed","time":{"start":1714406907370,"stop":1714406907371,"duration":1}},{"uid":"8462a1ad768af595","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8462a1ad768af595","status":"passed","time":{"start":1714404685455,"stop":1714404685455,"duration":0}},{"uid":"c3d056c442c07ab4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c3d056c442c07ab4","status":"passed","time":{"start":1714404398001,"stop":1714404398001,"duration":0}},{"uid":"4cd187abfd9154df","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4cd187abfd9154df","status":"passed","time":{"start":1714404193470,"stop":1714404193471,"duration":1}},{"uid":"146c9c177e9c6a73","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/146c9c177e9c6a73","status":"passed","time":{"start":1714386646785,"stop":1714386646786,"duration":1}},{"uid":"ebfc74f0e6880a78","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ebfc74f0e6880a78","status":"passed","time":{"start":1714385711028,"stop":1714385711028,"duration":0}},{"uid":"b6008450c039219b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b6008450c039219b","status":"passed","time":{"start":1714385006973,"stop":1714385006973,"duration":0}},{"uid":"2f72012ccbaa44c1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2f72012ccbaa44c1","status":"passed","time":{"start":1714384687415,"stop":1714384687415,"duration":0}},{"uid":"69022227a6162570","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/69022227a6162570","status":"passed","time":{"start":1714383085782,"stop":1714383085783,"duration":1}},{"uid":"dfa47588501de40","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/dfa47588501de40","status":"passed","time":{"start":1714383482548,"stop":1714383482549,"duration":1}},{"uid":"cb5a9cd845ee412d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/cb5a9cd845ee412d","status":"passed","time":{"start":1714382879522,"stop":1714382879522,"duration":0}},{"uid":"7eebe0450f48899e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7eebe0450f48899e","status":"passed","time":{"start":1714383290170,"stop":1714383290170,"duration":0}},{"uid":"8f4cf766614ea270","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8f4cf766614ea270","status":"passed","time":{"start":1714383178712,"stop":1714383178713,"duration":1}},{"uid":"d3427c692669d7bc","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d3427c692669d7bc","status":"passed","time":{"start":1714381680869,"stop":1714381680870,"duration":1}},{"uid":"4fa1550648f6c9fb","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4fa1550648f6c9fb","status":"passed","time":{"start":1714380462782,"stop":1714380462782,"duration":0}},{"uid":"9f5ea89ebd2af836","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9f5ea89ebd2af836","status":"passed","time":{"start":1714380037747,"stop":1714380037747,"duration":0}},{"uid":"ca279f94a6cb2775","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ca279f94a6cb2775","status":"passed","time":{"start":1714297267379,"stop":1714297267379,"duration":0}}]},"tags":[]},"source":"9632f9f9ff4dcd5f.json","parameterValues":[]} \ No newline at end of file +{"uid":"9ca8cbe5eae5bf17","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501039477,"stop":1714501039477,"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":3,"unknown":0,"total":3},"items":[{"uid":"10604e6d4f3bac34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10604e6d4f3bac34","status":"passed","time":{"start":1714494791236,"stop":1714494791237,"duration":1}},{"uid":"d0d5fb466af00f38","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d0d5fb466af00f38","status":"passed","time":{"start":1714492870702,"stop":1714492870703,"duration":1}}]},"tags":[]},"source":"9ca8cbe5eae5bf17.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9cdec572f5f7e56e.json b/6962/data/test-cases/9cdec572f5f7e56e.json new file mode 100644 index 00000000000..35c94580eb9 --- /dev/null +++ b/6962/data/test-cases/9cdec572f5f7e56e.json @@ -0,0 +1 @@ +{"uid":"9cdec572f5f7e56e","name":"handles different clusterIds correctly","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > handles different clusterIds correctly","historyId":"faee2cc8b04a2f5cff6892e93693cc67:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525333,"stop":1714500525334,"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":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"701d531d6cfac3da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/701d531d6cfac3da","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"55cadf5b9d13ed90","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55cadf5b9d13ed90","status":"passed","time":{"start":1714492380864,"stop":1714492380864,"duration":0}}]},"tags":[]},"source":"9cdec572f5f7e56e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ca6736aa26c5a821.json b/6962/data/test-cases/9d44ef55ec82fc0b.json similarity index 79% rename from 6944/data/test-cases/ca6736aa26c5a821.json rename to 6962/data/test-cases/9d44ef55ec82fc0b.json index a4a25b254af..8420a21fc7f 100644 --- a/6944/data/test-cases/ca6736aa26c5a821.json +++ b/6962/data/test-cases/9d44ef55ec82fc0b.json @@ -1 +1 @@ -{"uid":"ca6736aa26c5a821","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":1714425534896,"stop":1714425534896,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"bc11a4df953fa321","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bc11a4df953fa321","status":"passed","time":{"start":1714415702296,"stop":1714415702296,"duration":0}},{"uid":"e8ac88dc53f7ad56","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e8ac88dc53f7ad56","status":"passed","time":{"start":1714415850504,"stop":1714415850504,"duration":0}},{"uid":"6eb021e8edd843b2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6eb021e8edd843b2","status":"passed","time":{"start":1714408049954,"stop":1714408049954,"duration":0}},{"uid":"93f5f5fe5fbadeea","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/93f5f5fe5fbadeea","status":"passed","time":{"start":1714407080676,"stop":1714407080676,"duration":0}},{"uid":"77983bfb313b8680","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/77983bfb313b8680","status":"passed","time":{"start":1714404860594,"stop":1714404860594,"duration":0}},{"uid":"ca92583010c323","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ca92583010c323","status":"passed","time":{"start":1714404585206,"stop":1714404585207,"duration":1}},{"uid":"20268554916217f4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/20268554916217f4","status":"passed","time":{"start":1714404366315,"stop":1714404366315,"duration":0}},{"uid":"31595e590be1adf6","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/31595e590be1adf6","status":"passed","time":{"start":1714386825533,"stop":1714386825533,"duration":0}},{"uid":"8685141cbe2a855e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8685141cbe2a855e","status":"passed","time":{"start":1714385893743,"stop":1714385893743,"duration":0}},{"uid":"f023009c29abd9f2","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f023009c29abd9f2","status":"passed","time":{"start":1714385188019,"stop":1714385188019,"duration":0}},{"uid":"ad57b93708d0148","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ad57b93708d0148","status":"passed","time":{"start":1714384869919,"stop":1714384869919,"duration":0}},{"uid":"aed4c160638ff84","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/aed4c160638ff84","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237152,"stop":1714384237152,"duration":0}},{"uid":"1110755dd8e83628","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1110755dd8e83628","status":"passed","time":{"start":1714383661929,"stop":1714383661929,"duration":0}},{"uid":"654652c370fc6a6a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/654652c370fc6a6a","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018825,"stop":1714384018825,"duration":0}},{"uid":"a4d276d60bdcf7ff","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a4d276d60bdcf7ff","status":"passed","time":{"start":1714383474187,"stop":1714383474187,"duration":0}},{"uid":"3620261da3266e12","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3620261da3266e12","status":"passed","time":{"start":1714383351258,"stop":1714383351258,"duration":0}},{"uid":"b5b36477c7e4bbc3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b5b36477c7e4bbc3","status":"passed","time":{"start":1714381860521,"stop":1714381860522,"duration":1}},{"uid":"6be6ebe9b11fd6c5","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6be6ebe9b11fd6c5","status":"passed","time":{"start":1714380649668,"stop":1714380649668,"duration":0}},{"uid":"7c17a07da31082e0","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7c17a07da31082e0","status":"passed","time":{"start":1714380216167,"stop":1714380216167,"duration":0}},{"uid":"3af23e8691a32ad6","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3af23e8691a32ad6","status":"passed","time":{"start":1714297452336,"stop":1714297452337,"duration":1}}]},"tags":[]},"source":"ca6736aa26c5a821.json","parameterValues":[]} \ No newline at end of file +{"uid":"9d44ef55ec82fc0b","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":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"4d9b4f3722fa5bb6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d9b4f3722fa5bb6","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"6ed91147270dfe32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6ed91147270dfe32","status":"passed","time":{"start":1714493052144,"stop":1714493052145,"duration":1}}]},"tags":[]},"source":"9d44ef55ec82fc0b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9d9223e7d0c1bda.json b/6962/data/test-cases/9d9223e7d0c1bda.json new file mode 100644 index 00000000000..2cc8e959bb8 --- /dev/null +++ b/6962/data/test-cases/9d9223e7d0c1bda.json @@ -0,0 +1 @@ +{"uid":"9d9223e7d0c1bda","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":1714500744053,"stop":1714500744053,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7faf69ab9f9c532","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f7faf69ab9f9c532","status":"passed","time":{"start":1714494482320,"stop":1714494482320,"duration":0}},{"uid":"15b8d1cf18291049","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/15b8d1cf18291049","status":"passed","time":{"start":1714492591344,"stop":1714492591344,"duration":0}}]},"tags":[]},"source":"9d9223e7d0c1bda.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b233aef71fae21b7.json b/6962/data/test-cases/9dbec0d46653f765.json similarity index 73% rename from 6944/data/test-cases/b233aef71fae21b7.json rename to 6962/data/test-cases/9dbec0d46653f765.json index d35b52e9578..7651078d0fc 100644 --- a/6944/data/test-cases/b233aef71fae21b7.json +++ b/6962/data/test-cases/9dbec0d46653f765.json @@ -1 +1 @@ -{"uid":"b233aef71fae21b7","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":1714425068158,"stop":1714425068160,"duration":2},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":74,"passed":0,"unknown":0,"total":74},"items":[{"uid":"ebed97271941b647","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ebed97271941b647","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415236761,"stop":1714415236761,"duration":0}},{"uid":"3796f2b87998b6c9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3796f2b87998b6c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415370305,"stop":1714415370306,"duration":1}},{"uid":"58db12a10980f00d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/58db12a10980f00d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407592736,"stop":1714407592736,"duration":0}},{"uid":"6d7eb0efc709f200","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6d7eb0efc709f200","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406603032,"stop":1714406603033,"duration":1}},{"uid":"64a29a0f0dbec2e0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/64a29a0f0dbec2e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404403110,"stop":1714404403110,"duration":0}},{"uid":"68a25d08353bf08f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/68a25d08353bf08f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404066567,"stop":1714404066567,"duration":0}},{"uid":"2ee2f27cd3ebd6ae","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2ee2f27cd3ebd6ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1714403911558,"stop":1714403911559,"duration":1}},{"uid":"12a98a70900a7cc7","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/12a98a70900a7cc7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714386356568,"stop":1714386356570,"duration":2}},{"uid":"411015df1d4028d2","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/411015df1d4028d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385421495,"stop":1714385421500,"duration":5}},{"uid":"1da72e0f8565ffcb","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1da72e0f8565ffcb","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384714585,"stop":1714384714585,"duration":0}},{"uid":"7d0dd9522fd2211b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7d0dd9522fd2211b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384406003,"stop":1714384406003,"duration":0}},{"uid":"24ae98c71cc1f0aa","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/24ae98c71cc1f0aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1714382845716,"stop":1714382845716,"duration":0}},{"uid":"7d3c9b56ede6b090","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7d3c9b56ede6b090","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383192283,"stop":1714383192283,"duration":0}},{"uid":"45f1a3120200c30b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/45f1a3120200c30b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714382649921,"stop":1714382649921,"duration":0}},{"uid":"4c962cb688fcb6dc","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4c962cb688fcb6dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383007966,"stop":1714383007967,"duration":1}},{"uid":"adce931d22306e73","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/adce931d22306e73","status":"skipped","statusDetails":"Test ignored","time":{"start":1714382888228,"stop":1714382888231,"duration":3}},{"uid":"39e03cf116e98e0d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/39e03cf116e98e0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714381390695,"stop":1714381390698,"duration":3}},{"uid":"d424c5f26c492a11","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d424c5f26c492a11","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380173252,"stop":1714380173252,"duration":0}},{"uid":"f9d9ec43629dcf88","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f9d9ec43629dcf88","status":"skipped","statusDetails":"Test ignored","time":{"start":1714379752799,"stop":1714379752800,"duration":1}},{"uid":"881646a810527680","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/881646a810527680","status":"skipped","statusDetails":"Test ignored","time":{"start":1714296983651,"stop":1714296983652,"duration":1}}]},"tags":[]},"source":"b233aef71fae21b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"9dbec0d46653f765","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":1714500735373,"stop":1714500735373,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"8773012880b43d23","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8773012880b43d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494500300,"stop":1714494500300,"duration":0}},{"uid":"e42cee6592f613a2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e42cee6592f613a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492591541,"stop":1714492591541,"duration":0}}]},"tags":[]},"source":"9dbec0d46653f765.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5333917a358e47ab.json b/6962/data/test-cases/9e77f98bca695aeb.json similarity index 93% rename from 6944/data/test-cases/5333917a358e47ab.json rename to 6962/data/test-cases/9e77f98bca695aeb.json index 487669f4647..850c5f3d615 100644 --- a/6944/data/test-cases/5333917a358e47ab.json +++ b/6962/data/test-cases/9e77f98bca695aeb.json @@ -1 +1 @@ -{"uid":"5333917a358e47ab","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app72/5/topic746/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 7 - Cluster ID: 10, Content Topic: /app72/5/topic746/json","historyId":"a54009e5e589084094ce069284f1dd6c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425396495,"stop":1714425396495,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"5333917a358e47ab.json","parameterValues":[]} \ No newline at end of file +{"uid":"9e77f98bca695aeb","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app97/6/topic986/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 2 - Cluster ID: 10, Content Topic: /app97/6/topic986/json","historyId":"3b2113a0996b28bc7d4efcad8a586b7f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"9e77f98bca695aeb.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9f9b2f32efe066bd.json b/6962/data/test-cases/9f9b2f32efe066bd.json new file mode 100644 index 00000000000..e96b11480eb --- /dev/null +++ b/6962/data/test-cases/9f9b2f32efe066bd.json @@ -0,0 +1 @@ +{"uid":"9f9b2f32efe066bd","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":1714501013448,"stop":1714501013448,"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":3,"unknown":0,"total":3},"items":[{"uid":"98bc976914cf793d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/98bc976914cf793d","status":"passed","time":{"start":1714494760925,"stop":1714494760925,"duration":0}},{"uid":"7d89756c0cf5938a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d89756c0cf5938a","status":"passed","time":{"start":1714492834200,"stop":1714492834201,"duration":1}}]},"tags":[]},"source":"9f9b2f32efe066bd.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5db8283f9e14e2ee.json b/6962/data/test-cases/9fcd56cbd05e9d60.json similarity index 97% rename from 6944/data/test-cases/5db8283f9e14e2ee.json rename to 6962/data/test-cases/9fcd56cbd05e9d60.json index d1a39e6a598..5e8c0f2c996 100644 --- a/6944/data/test-cases/5db8283f9e14e2ee.json +++ b/6962/data/test-cases/9fcd56cbd05e9d60.json @@ -1 +1 @@ -{"uid":"5db8283f9e14e2ee","name":"random static sharding 7 - Cluster ID: 176, Shard ID: 804","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 7 - Cluster ID: 176, Shard ID: 804","historyId":"d2b830655f3968c13872c76649ba6d6b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425425853,"stop":1714425425853,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"5db8283f9e14e2ee.json","parameterValues":[]} \ No newline at end of file +{"uid":"9fcd56cbd05e9d60","name":"random static sharding 10 - Cluster ID: 21, Shard ID: 476","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 10 - Cluster ID: 21, Shard ID: 476","historyId":"5d1de467df64211b8acc18e124fdbf59:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106185,"stop":1714501106187,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"9fcd56cbd05e9d60.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/9ffbb044e6fc0174.json b/6962/data/test-cases/9ffbb044e6fc0174.json new file mode 100644 index 00000000000..e3148ae1443 --- /dev/null +++ b/6962/data/test-cases/9ffbb044e6fc0174.json @@ -0,0 +1 @@ +{"uid":"9ffbb044e6fc0174","name":"should correctly map a content topic to a pubsub topic","fullName":"/src/common/sharding.spec.ts: contentTopicToPubsubTopic > should correctly map a content topic to a pubsub topic","historyId":"1a6fb339009fd2f7d8c1cbc791b07678:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525357,"stop":1714500525357,"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":"contentTopicToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"425e79b6ba25e3c5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/425e79b6ba25e3c5","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"a85ca48b64bf752b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a85ca48b64bf752b","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"tags":[]},"source":"9ffbb044e6fc0174.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/78456918c9a770b6.json b/6962/data/test-cases/a0299f41ee61ba2e.json similarity index 80% rename from 6944/data/test-cases/78456918c9a770b6.json rename to 6962/data/test-cases/a0299f41ee61ba2e.json index 870dde1422f..816dd6a600e 100644 --- a/6944/data/test-cases/78456918c9a770b6.json +++ b/6962/data/test-cases/a0299f41ee61ba2e.json @@ -1 +1 @@ -{"uid":"78456918c9a770b6","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":1714425534880,"stop":1714425534881,"duration":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":2,"skipped":0,"passed":70,"unknown":0,"total":72},"items":[{"uid":"360fc2b36259ac0a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/360fc2b36259ac0a","status":"passed","time":{"start":1714415702280,"stop":1714415702280,"duration":0}},{"uid":"9f9a14d383b580bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9f9a14d383b580bf","status":"passed","time":{"start":1714415850488,"stop":1714415850488,"duration":0}},{"uid":"c25748cbb5f4df4e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c25748cbb5f4df4e","status":"passed","time":{"start":1714408049937,"stop":1714408049937,"duration":0}},{"uid":"d300554b2c0e2c13","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d300554b2c0e2c13","status":"passed","time":{"start":1714407080661,"stop":1714407080661,"duration":0}},{"uid":"6f503feb49c5bb7d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6f503feb49c5bb7d","status":"passed","time":{"start":1714404860575,"stop":1714404860575,"duration":0}},{"uid":"ffec3b6696ea8cd6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ffec3b6696ea8cd6","status":"passed","time":{"start":1714404585190,"stop":1714404585190,"duration":0}},{"uid":"91db7c70570807d6","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/91db7c70570807d6","status":"passed","time":{"start":1714404366297,"stop":1714404366297,"duration":0}},{"uid":"26d4346dbe70c7d6","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/26d4346dbe70c7d6","status":"passed","time":{"start":1714386825515,"stop":1714386825516,"duration":1}},{"uid":"3b8c0eda5889327c","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/3b8c0eda5889327c","status":"passed","time":{"start":1714385893728,"stop":1714385893729,"duration":1}},{"uid":"16a12310861c93d6","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/16a12310861c93d6","status":"passed","time":{"start":1714385188003,"stop":1714385188003,"duration":0}},{"uid":"dbc31c61fb4dc82","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/dbc31c61fb4dc82","status":"passed","time":{"start":1714384869900,"stop":1714384869901,"duration":1}},{"uid":"c31eea93037d7569","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c31eea93037d7569","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237103,"stop":1714384237104,"duration":1}},{"uid":"87ca5ebf165d643f","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/87ca5ebf165d643f","status":"passed","time":{"start":1714383661914,"stop":1714383661914,"duration":0}},{"uid":"2f9a1204231289be","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2f9a1204231289be","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018781,"stop":1714384018781,"duration":0}},{"uid":"e574d2232469d136","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e574d2232469d136","status":"passed","time":{"start":1714383474172,"stop":1714383474172,"duration":0}},{"uid":"50d8de2d5f031121","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/50d8de2d5f031121","status":"passed","time":{"start":1714383351240,"stop":1714383351241,"duration":1}},{"uid":"975db966132e37b5","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/975db966132e37b5","status":"passed","time":{"start":1714381860508,"stop":1714381860508,"duration":0}},{"uid":"7d347cb8f55e86a9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7d347cb8f55e86a9","status":"passed","time":{"start":1714380649650,"stop":1714380649651,"duration":1}},{"uid":"4ff1b3fba8fc54d2","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4ff1b3fba8fc54d2","status":"passed","time":{"start":1714380216152,"stop":1714380216152,"duration":0}},{"uid":"709a78c03f42d8d0","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/709a78c03f42d8d0","status":"passed","time":{"start":1714297452318,"stop":1714297452318,"duration":0}}]},"tags":[]},"source":"78456918c9a770b6.json","parameterValues":[]} \ No newline at end of file +{"uid":"a0299f41ee61ba2e","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":1714501220681,"stop":1714501220681,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"818cd343d30ed7c4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/818cd343d30ed7c4","status":"passed","time":{"start":1714494954431,"stop":1714494954432,"duration":1}},{"uid":"edd45de538f5e07f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/edd45de538f5e07f","status":"passed","time":{"start":1714493052127,"stop":1714493052128,"duration":1}}]},"tags":[]},"source":"a0299f41ee61ba2e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/45fc21223c9fcec.json b/6962/data/test-cases/a02e31852e530df.json similarity index 67% rename from 6944/data/test-cases/45fc21223c9fcec.json rename to 6962/data/test-cases/a02e31852e530df.json index 67ab2d3153e..88ae0d70dc2 100644 --- a/6944/data/test-cases/45fc21223c9fcec.json +++ b/6962/data/test-cases/a02e31852e530df.json @@ -1 +1 @@ -{"uid":"45fc21223c9fcec","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":1714425301072,"stop":1714425301072,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"bc0731d2756b1389","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bc0731d2756b1389","status":"passed","time":{"start":1714415473245,"stop":1714415473246,"duration":1}},{"uid":"624a7b5665409169","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/624a7b5665409169","status":"passed","time":{"start":1714415615345,"stop":1714415615345,"duration":0}},{"uid":"aca0d304ac844d3c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aca0d304ac844d3c","status":"passed","time":{"start":1714407816856,"stop":1714407816857,"duration":1}},{"uid":"fff4ca421f5bf0a4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fff4ca421f5bf0a4","status":"passed","time":{"start":1714406861569,"stop":1714406861569,"duration":0}},{"uid":"8520ef21ec21361d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8520ef21ec21361d","status":"passed","time":{"start":1714404628269,"stop":1714404628269,"duration":0}},{"uid":"75d637c5ba799bf4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/75d637c5ba799bf4","status":"passed","time":{"start":1714404348887,"stop":1714404348887,"duration":0}},{"uid":"f0da0164f4c7cc0","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f0da0164f4c7cc0","status":"passed","time":{"start":1714404137204,"stop":1714404137204,"duration":0}},{"uid":"d46978bb06ad1d71","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d46978bb06ad1d71","status":"passed","time":{"start":1714386585838,"stop":1714386585839,"duration":1}},{"uid":"f3c2afc83e019373","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f3c2afc83e019373","status":"passed","time":{"start":1714385651933,"stop":1714385651933,"duration":0}},{"uid":"21699b728c17ca72","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/21699b728c17ca72","status":"passed","time":{"start":1714384939229,"stop":1714384939230,"duration":1}},{"uid":"8be7341b3da5d236","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8be7341b3da5d236","status":"passed","time":{"start":1714384633416,"stop":1714384633416,"duration":0}},{"uid":"481eec1016fff427","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/481eec1016fff427","status":"passed","time":{"start":1714383068396,"stop":1714383068396,"duration":0}},{"uid":"f5a3c85ee9ac81fd","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f5a3c85ee9ac81fd","status":"passed","time":{"start":1714383427850,"stop":1714383427851,"duration":1}},{"uid":"9cad31ed9a532403","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9cad31ed9a532403","status":"passed","time":{"start":1714382856541,"stop":1714382856541,"duration":0}},{"uid":"a28e405fbc679019","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a28e405fbc679019","status":"passed","time":{"start":1714383232241,"stop":1714383232242,"duration":1}},{"uid":"388a66081fe18442","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/388a66081fe18442","status":"passed","time":{"start":1714383125878,"stop":1714383125878,"duration":0}},{"uid":"bb77d63931efdcf3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/bb77d63931efdcf3","status":"passed","time":{"start":1714381639304,"stop":1714381639305,"duration":1}},{"uid":"28979dc1c690c358","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/28979dc1c690c358","status":"passed","time":{"start":1714380392357,"stop":1714380392357,"duration":0}},{"uid":"5fd3bb0486dd3499","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/5fd3bb0486dd3499","status":"passed","time":{"start":1714379984444,"stop":1714379984444,"duration":0}},{"uid":"bb8c5f6ea34c1a0c","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/bb8c5f6ea34c1a0c","status":"passed","time":{"start":1714297212209,"stop":1714297212209,"duration":0}}]},"tags":[]},"source":"45fc21223c9fcec.json","parameterValues":[]} \ No newline at end of file +{"uid":"a02e31852e530df","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":1714500976561,"stop":1714500976561,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"12f71c02abc8ed45","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/12f71c02abc8ed45","status":"passed","time":{"start":1714494735304,"stop":1714494735305,"duration":1}},{"uid":"f00bacd4971ca426","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f00bacd4971ca426","status":"passed","time":{"start":1714492814975,"stop":1714492814992,"duration":17}}]},"tags":[]},"source":"a02e31852e530df.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a74011cb77a83324.json b/6962/data/test-cases/a0f4ad7d304f7e27.json similarity index 77% rename from 6944/data/test-cases/a74011cb77a83324.json rename to 6962/data/test-cases/a0f4ad7d304f7e27.json index 2b99ac91c38..8c159000608 100644 --- a/6944/data/test-cases/a74011cb77a83324.json +++ b/6962/data/test-cases/a0f4ad7d304f7e27.json @@ -1 +1 @@ -{"uid":"a74011cb77a83324","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":1714425369945,"stop":1714425369946,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"ec3db9f51abab497","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ec3db9f51abab497","status":"passed","time":{"start":1714415516368,"stop":1714415516368,"duration":0}},{"uid":"6fa429360724fdc0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6fa429360724fdc0","status":"passed","time":{"start":1714415679022,"stop":1714415679023,"duration":1}},{"uid":"3b245e853e95e881","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3b245e853e95e881","status":"passed","time":{"start":1714407884316,"stop":1714407884317,"duration":1}},{"uid":"751d2b7e8e79ec7e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/751d2b7e8e79ec7e","status":"passed","time":{"start":1714406914277,"stop":1714406914278,"duration":1}},{"uid":"faa91ed048588147","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/faa91ed048588147","status":"passed","time":{"start":1714404690102,"stop":1714404690102,"duration":0}},{"uid":"27d98454540ab82c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/27d98454540ab82c","status":"passed","time":{"start":1714404379770,"stop":1714404379771,"duration":1}},{"uid":"90ba9a391b7904ca","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/90ba9a391b7904ca","status":"passed","time":{"start":1714404194536,"stop":1714404194537,"duration":1}},{"uid":"ae9e2381766fdf3a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ae9e2381766fdf3a","status":"passed","time":{"start":1714386653717,"stop":1714386653718,"duration":1}},{"uid":"9fea2a22f278d3be","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/9fea2a22f278d3be","status":"passed","time":{"start":1714385733943,"stop":1714385733944,"duration":1}},{"uid":"d4f7da0fb596551b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d4f7da0fb596551b","status":"passed","time":{"start":1714385024695,"stop":1714385024695,"duration":0}},{"uid":"2562ba9f56622d0a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2562ba9f56622d0a","status":"passed","time":{"start":1714384714540,"stop":1714384714541,"duration":1}},{"uid":"b827b46a9f4cc163","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b827b46a9f4cc163","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067715,"stop":1714384067716,"duration":1}},{"uid":"197066d894dafb51","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/197066d894dafb51","status":"passed","time":{"start":1714383490728,"stop":1714383490728,"duration":0}},{"uid":"d0f0c560f0385cf9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d0f0c560f0385cf9","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840413,"stop":1714383840414,"duration":1}},{"uid":"4a3eb3094b76b23a","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4a3eb3094b76b23a","status":"passed","time":{"start":1714383300544,"stop":1714383300544,"duration":0}},{"uid":"864c767214827eba","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/864c767214827eba","status":"passed","time":{"start":1714383176766,"stop":1714383176766,"duration":0}},{"uid":"33bcd2150d0b92f1","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/33bcd2150d0b92f1","status":"passed","time":{"start":1714381688731,"stop":1714381688731,"duration":0}},{"uid":"ae1fe69f3060e23b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ae1fe69f3060e23b","status":"passed","time":{"start":1714380481134,"stop":1714380481134,"duration":0}},{"uid":"1e582f377b198013","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1e582f377b198013","status":"passed","time":{"start":1714380049518,"stop":1714380049518,"duration":0}},{"uid":"72245643428fba22","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/72245643428fba22","status":"passed","time":{"start":1714297302876,"stop":1714297302877,"duration":1}}]},"tags":[]},"source":"a74011cb77a83324.json","parameterValues":[]} \ No newline at end of file +{"uid":"a0f4ad7d304f7e27","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":1714501050433,"stop":1714501050434,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4dba5ed3f7f6000","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b4dba5ed3f7f6000","status":"passed","time":{"start":1714494785900,"stop":1714494785901,"duration":1}},{"uid":"1a109f6a103b38ee","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a109f6a103b38ee","status":"passed","time":{"start":1714492898557,"stop":1714492898557,"duration":0}}]},"tags":[]},"source":"a0f4ad7d304f7e27.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a0feb0e8ac9f1143.json b/6962/data/test-cases/a0feb0e8ac9f1143.json new file mode 100644 index 00000000000..0bb1f355dda --- /dev/null +++ b/6962/data/test-cases/a0feb0e8ac9f1143.json @@ -0,0 +1 @@ +{"uid":"a0feb0e8ac9f1143","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":1714500744126,"stop":1714500744127,"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":3,"unknown":0,"total":3},"items":[{"uid":"cac36dd77d395b4c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cac36dd77d395b4c","status":"passed","time":{"start":1714494482332,"stop":1714494482332,"duration":0}},{"uid":"3941c217a5b3de65","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3941c217a5b3de65","status":"passed","time":{"start":1714492591351,"stop":1714492591351,"duration":0}}]},"tags":[]},"source":"a0feb0e8ac9f1143.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c703c8998d41c29f.json b/6962/data/test-cases/a145c5770975d649.json similarity index 77% rename from 6944/data/test-cases/c703c8998d41c29f.json rename to 6962/data/test-cases/a145c5770975d649.json index 57566565b39..f1eec4ad77c 100644 --- a/6944/data/test-cases/c703c8998d41c29f.json +++ b/6962/data/test-cases/a145c5770975d649.json @@ -1 +1 @@ -{"uid":"c703c8998d41c29f","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":1714425369965,"stop":1714425369965,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"887abb7965781f34","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/887abb7965781f34","status":"passed","time":{"start":1714415516380,"stop":1714415516380,"duration":0}},{"uid":"ab70b893ebcd8139","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ab70b893ebcd8139","status":"passed","time":{"start":1714415679032,"stop":1714415679032,"duration":0}},{"uid":"2cc64de04a75bfbf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2cc64de04a75bfbf","status":"passed","time":{"start":1714407884329,"stop":1714407884329,"duration":0}},{"uid":"a262011ecfda2676","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a262011ecfda2676","status":"passed","time":{"start":1714406914327,"stop":1714406914328,"duration":1}},{"uid":"ede8cb9b04e33631","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ede8cb9b04e33631","status":"passed","time":{"start":1714404690117,"stop":1714404690118,"duration":1}},{"uid":"87e578051d74547c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/87e578051d74547c","status":"passed","time":{"start":1714404379787,"stop":1714404379788,"duration":1}},{"uid":"2680b44570f4f53a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2680b44570f4f53a","status":"passed","time":{"start":1714404194550,"stop":1714404194550,"duration":0}},{"uid":"c12e5b6670252110","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c12e5b6670252110","status":"passed","time":{"start":1714386653737,"stop":1714386653738,"duration":1}},{"uid":"bcbeb1081f152e93","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/bcbeb1081f152e93","status":"passed","time":{"start":1714385733957,"stop":1714385733957,"duration":0}},{"uid":"8e8c2efd3684dc3f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8e8c2efd3684dc3f","status":"passed","time":{"start":1714385024711,"stop":1714385024711,"duration":0}},{"uid":"788710396c35bbd","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/788710396c35bbd","status":"passed","time":{"start":1714384714557,"stop":1714384714557,"duration":0}},{"uid":"ba5193c3d4136023","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ba5193c3d4136023","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067754,"stop":1714384067754,"duration":0}},{"uid":"81074d174845172","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/81074d174845172","status":"passed","time":{"start":1714383490743,"stop":1714383490743,"duration":0}},{"uid":"9ad8d013c00e9958","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9ad8d013c00e9958","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840446,"stop":1714383840446,"duration":0}},{"uid":"119ce8ff31859230","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/119ce8ff31859230","status":"passed","time":{"start":1714383300564,"stop":1714383300565,"duration":1}},{"uid":"a58452e45ba0aeb0","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a58452e45ba0aeb0","status":"passed","time":{"start":1714383176778,"stop":1714383176778,"duration":0}},{"uid":"2b454726bbac5993","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2b454726bbac5993","status":"passed","time":{"start":1714381688741,"stop":1714381688741,"duration":0}},{"uid":"1eef184495d10638","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/1eef184495d10638","status":"passed","time":{"start":1714380481153,"stop":1714380481153,"duration":0}},{"uid":"435d4273ae0f0869","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/435d4273ae0f0869","status":"passed","time":{"start":1714380049532,"stop":1714380049532,"duration":0}},{"uid":"c47ff2ab2d825c52","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c47ff2ab2d825c52","status":"passed","time":{"start":1714297302892,"stop":1714297302893,"duration":1}}]},"tags":[]},"source":"c703c8998d41c29f.json","parameterValues":[]} \ No newline at end of file +{"uid":"a145c5770975d649","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":1714501050448,"stop":1714501050448,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b941ecd5b082520","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3b941ecd5b082520","status":"passed","time":{"start":1714494785912,"stop":1714494785912,"duration":0}},{"uid":"36938ce8ab96237","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/36938ce8ab96237","status":"passed","time":{"start":1714492898567,"stop":1714492898567,"duration":0}}]},"tags":[]},"source":"a145c5770975d649.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a1d892c5f6ecf803.json b/6962/data/test-cases/a1d892c5f6ecf803.json new file mode 100644 index 00000000000..1957ef8933b --- /dev/null +++ b/6962/data/test-cases/a1d892c5f6ecf803.json @@ -0,0 +1 @@ +{"uid":"a1d892c5f6ecf803","name":"unsubscribes","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > unsubscribes","historyId":"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501165487,"stop":1714501165487,"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":"f2b5c65dcc7d3054","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f2b5c65dcc7d3054","status":"passed","time":{"start":1714494907382,"stop":1714494907382,"duration":0}}]},"tags":[]},"source":"a1d892c5f6ecf803.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a1e19272971531fb.json b/6962/data/test-cases/a1e19272971531fb.json new file mode 100644 index 00000000000..a757efe7282 --- /dev/null +++ b/6962/data/test-cases/a1e19272971531fb.json @@ -0,0 +1 @@ +{"uid":"a1e19272971531fb","name":"same cluster, different shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, different shard: nodes don't connect","historyId":"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500744050,"stop":1714500744050,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa08f3129ad04b3c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa08f3129ad04b3c","status":"passed","time":{"start":1714494482312,"stop":1714494482313,"duration":1}},{"uid":"decdda90af289d96","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/decdda90af289d96","status":"passed","time":{"start":1714492591341,"stop":1714492591342,"duration":1}}]},"tags":[]},"source":"a1e19272971531fb.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a7649de451f55d64.json b/6962/data/test-cases/a289e85af435d49d.json similarity index 76% rename from 6944/data/test-cases/a7649de451f55d64.json rename to 6962/data/test-cases/a289e85af435d49d.json index b48d20e3de8..56252d802cd 100644 --- a/6944/data/test-cases/a7649de451f55d64.json +++ b/6962/data/test-cases/a289e85af435d49d.json @@ -1 +1 @@ -{"uid":"a7649de451f55d64","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":1714425348179,"stop":1714425348180,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"a1b9025c206ecd4e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a1b9025c206ecd4e","status":"passed","time":{"start":1714415541644,"stop":1714415541644,"duration":0}},{"uid":"8955f0767d00d8d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8955f0767d00d8d","status":"passed","time":{"start":1714415666675,"stop":1714415666675,"duration":0}},{"uid":"5439599d9eca9e70","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5439599d9eca9e70","status":"passed","time":{"start":1714407867317,"stop":1714407867318,"duration":1}},{"uid":"8618976c25cfad38","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8618976c25cfad38","status":"passed","time":{"start":1714406901746,"stop":1714406901747,"duration":1}},{"uid":"916e3f17023335a7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/916e3f17023335a7","status":"passed","time":{"start":1714404685931,"stop":1714404685931,"duration":0}},{"uid":"d2e2f17a0aaeb687","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d2e2f17a0aaeb687","status":"passed","time":{"start":1714404389185,"stop":1714404389185,"duration":0}},{"uid":"7bdfa60688af6670","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7bdfa60688af6670","status":"passed","time":{"start":1714404179636,"stop":1714404179636,"duration":0}},{"uid":"38a0d477afad2c69","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/38a0d477afad2c69","status":"passed","time":{"start":1714386642374,"stop":1714386642375,"duration":1}},{"uid":"c777bc9a34c584ab","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c777bc9a34c584ab","status":"passed","time":{"start":1714385705594,"stop":1714385705595,"duration":1}},{"uid":"172576ec5e602495","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/172576ec5e602495","status":"passed","time":{"start":1714385001594,"stop":1714385001594,"duration":0}},{"uid":"9b85bda99ad75c1e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9b85bda99ad75c1e","status":"passed","time":{"start":1714384689785,"stop":1714384689786,"duration":1}},{"uid":"5c6d0da3d63ac057","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5c6d0da3d63ac057","status":"passed","time":{"start":1714383060299,"stop":1714383060299,"duration":0}},{"uid":"fe9f10e379e2210d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/fe9f10e379e2210d","status":"passed","time":{"start":1714383479966,"stop":1714383479967,"duration":1}},{"uid":"1c21c2dbdb5dcff","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1c21c2dbdb5dcff","status":"passed","time":{"start":1714382864759,"stop":1714382864759,"duration":0}},{"uid":"a77db8863af130d1","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a77db8863af130d1","status":"passed","time":{"start":1714383281575,"stop":1714383281576,"duration":1}},{"uid":"1c56b489be2752b3","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/1c56b489be2752b3","status":"passed","time":{"start":1714383168057,"stop":1714383168057,"duration":0}},{"uid":"238569e613a843af","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/238569e613a843af","status":"passed","time":{"start":1714381685740,"stop":1714381685740,"duration":0}},{"uid":"35eee80cf5b00a8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/35eee80cf5b00a8","status":"passed","time":{"start":1714380450799,"stop":1714380450800,"duration":1}},{"uid":"b5c20826b1da1849","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b5c20826b1da1849","status":"passed","time":{"start":1714380035065,"stop":1714380035066,"duration":1}},{"uid":"e1cf59ea7a95abd9","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e1cf59ea7a95abd9","status":"passed","time":{"start":1714297259178,"stop":1714297259179,"duration":1}}]},"tags":[]},"source":"a7649de451f55d64.json","parameterValues":[]} \ No newline at end of file +{"uid":"a289e85af435d49d","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":1714501036158,"stop":1714501036158,"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":3,"unknown":0,"total":3},"items":[{"uid":"2c97846ef0fa0719","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c97846ef0fa0719","status":"passed","time":{"start":1714494788138,"stop":1714494788139,"duration":1}},{"uid":"7e35aac039b8c923","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e35aac039b8c923","status":"passed","time":{"start":1714492860430,"stop":1714492860430,"duration":0}}]},"tags":[]},"source":"a289e85af435d49d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/56f1a86ff41c1f96.json b/6962/data/test-cases/a2c93dea4500ee53.json similarity index 74% rename from 6944/data/test-cases/56f1a86ff41c1f96.json rename to 6962/data/test-cases/a2c93dea4500ee53.json index 2526b8ede83..dd2c72b6126 100644 --- a/6944/data/test-cases/56f1a86ff41c1f96.json +++ b/6962/data/test-cases/a2c93dea4500ee53.json @@ -1 +1 @@ -{"uid":"56f1a86ff41c1f96","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":1714425349902,"stop":1714425349908,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"cd93da0d82ca7543","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cd93da0d82ca7543","status":"passed","time":{"start":1714415539979,"stop":1714415539979,"duration":0}},{"uid":"f9036a10c9c38920","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f9036a10c9c38920","status":"passed","time":{"start":1714415671319,"stop":1714415671319,"duration":0}},{"uid":"f5c9ea3a2e62491b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f5c9ea3a2e62491b","status":"passed","time":{"start":1714407878082,"stop":1714407878082,"duration":0}},{"uid":"121aeb5c023072d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/121aeb5c023072d","status":"passed","time":{"start":1714406907400,"stop":1714406907401,"duration":1}},{"uid":"d86981f0631616dd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d86981f0631616dd","status":"passed","time":{"start":1714404685459,"stop":1714404685459,"duration":0}},{"uid":"8e3bc1955c9bb8e4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8e3bc1955c9bb8e4","status":"passed","time":{"start":1714404398006,"stop":1714404398006,"duration":0}},{"uid":"93f563c503ea086","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/93f563c503ea086","status":"passed","time":{"start":1714404193475,"stop":1714404193475,"duration":0}},{"uid":"f40e7fe5364b2aad","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f40e7fe5364b2aad","status":"passed","time":{"start":1714386646798,"stop":1714386646799,"duration":1}},{"uid":"f1d91a96e9ff6a8a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f1d91a96e9ff6a8a","status":"passed","time":{"start":1714385711034,"stop":1714385711035,"duration":1}},{"uid":"1399f7d20749d8e5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1399f7d20749d8e5","status":"passed","time":{"start":1714385006981,"stop":1714385006981,"duration":0}},{"uid":"3c227da963d93525","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3c227da963d93525","status":"passed","time":{"start":1714384687420,"stop":1714384687420,"duration":0}},{"uid":"aecf35dc2e04b40e","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/aecf35dc2e04b40e","status":"passed","time":{"start":1714383085787,"stop":1714383085788,"duration":1}},{"uid":"1de9e3483992ce94","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1de9e3483992ce94","status":"passed","time":{"start":1714383482554,"stop":1714383482555,"duration":1}},{"uid":"ec1b2e49e36c9b73","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ec1b2e49e36c9b73","status":"passed","time":{"start":1714382879527,"stop":1714382879528,"duration":1}},{"uid":"a55adb53851a95d6","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a55adb53851a95d6","status":"passed","time":{"start":1714383290175,"stop":1714383290175,"duration":0}},{"uid":"deaf3b5642a8ba50","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/deaf3b5642a8ba50","status":"passed","time":{"start":1714383178722,"stop":1714383178722,"duration":0}},{"uid":"1a8d7f09497ab5a0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1a8d7f09497ab5a0","status":"passed","time":{"start":1714381680877,"stop":1714381680877,"duration":0}},{"uid":"a1151308f8c35919","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/a1151308f8c35919","status":"passed","time":{"start":1714380462789,"stop":1714380462789,"duration":0}},{"uid":"3d8bbc4ce372125a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3d8bbc4ce372125a","status":"passed","time":{"start":1714380037752,"stop":1714380037752,"duration":0}},{"uid":"649e84e3ba403562","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/649e84e3ba403562","status":"passed","time":{"start":1714297267385,"stop":1714297267385,"duration":0}}]},"tags":[]},"source":"56f1a86ff41c1f96.json","parameterValues":[]} \ No newline at end of file +{"uid":"a2c93dea4500ee53","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":1714501039481,"stop":1714501039482,"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":3,"unknown":0,"total":3},"items":[{"uid":"669eaca62771311e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/669eaca62771311e","status":"passed","time":{"start":1714494791247,"stop":1714494791248,"duration":1}},{"uid":"5310676c617047ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5310676c617047ab","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"tags":[]},"source":"a2c93dea4500ee53.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a36041b3feb02d1f.json b/6962/data/test-cases/a36041b3feb02d1f.json new file mode 100644 index 00000000000..79bb4e2f2d3 --- /dev/null +++ b/6962/data/test-cases/a36041b3feb02d1f.json @@ -0,0 +1 @@ +{"uid":"a36041b3feb02d1f","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500619503,"stop":1714500619503,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d5e7414c800455c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d5e7414c800455c","status":"passed","time":{"start":1714494368383,"stop":1714494368383,"duration":0}},{"uid":"41c7b1d4d8d27209","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/41c7b1d4d8d27209","status":"passed","time":{"start":1714492468973,"stop":1714492468973,"duration":0}}]},"tags":[]},"source":"a36041b3feb02d1f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/18ee18bfe737398c.json b/6962/data/test-cases/a37ab907af262cff.json similarity index 51% rename from 6944/data/test-cases/18ee18bfe737398c.json rename to 6962/data/test-cases/a37ab907af262cff.json index 067e94b5f50..08ac31a379d 100644 --- a/6944/data/test-cases/18ee18bfe737398c.json +++ b/6962/data/test-cases/a37ab907af262cff.json @@ -1 +1 @@ -{"uid":"18ee18bfe737398c","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":1714425481554,"stop":1714425481554,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"30545e830d8677d0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/30545e830d8677d0","status":"passed","time":{"start":1714415686085,"stop":1714415686086,"duration":1}},{"uid":"b273618e96f8b3d5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b273618e96f8b3d5","status":"passed","time":{"start":1714415795613,"stop":1714415795613,"duration":0}},{"uid":"3f01968f089ef83d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3f01968f089ef83d","status":"passed","time":{"start":1714407995022,"stop":1714407995023,"duration":1}},{"uid":"518e2b905b0471fd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/518e2b905b0471fd","status":"passed","time":{"start":1714407036731,"stop":1714407036732,"duration":1}},{"uid":"9e9c1d860e57e5f5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9e9c1d860e57e5f5","status":"passed","time":{"start":1714404808160,"stop":1714404808160,"duration":0}},{"uid":"2ce689afa7d55620","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2ce689afa7d55620","status":"passed","time":{"start":1714404519339,"stop":1714404519339,"duration":0}},{"uid":"5297244a9cc15725","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5297244a9cc15725","status":"passed","time":{"start":1714404315527,"stop":1714404315528,"duration":1}},{"uid":"2c89221c7bf49d17","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2c89221c7bf49d17","status":"passed","time":{"start":1714386778139,"stop":1714386778139,"duration":0}},{"uid":"8571c1c1cec2849a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8571c1c1cec2849a","status":"passed","time":{"start":1714385841962,"stop":1714385841963,"duration":1}},{"uid":"10b798babce10c26","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/10b798babce10c26","status":"passed","time":{"start":1714385131431,"stop":1714385131433,"duration":2}},{"uid":"20b6188da93589f3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/20b6188da93589f3","status":"passed","time":{"start":1714384826767,"stop":1714384826767,"duration":0}},{"uid":"6c8e3140e37e42e7","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6c8e3140e37e42e7","status":"passed","time":{"start":1714383262700,"stop":1714383262700,"duration":0}},{"uid":"51aa73fcb1e5492","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/51aa73fcb1e5492","status":"passed","time":{"start":1714383620924,"stop":1714383620925,"duration":1}},{"uid":"80c25720200d80c9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/80c25720200d80c9","status":"passed","time":{"start":1714383056484,"stop":1714383056485,"duration":1}},{"uid":"d64495fba2042944","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d64495fba2042944","status":"passed","time":{"start":1714383418024,"stop":1714383418025,"duration":1}},{"uid":"40bede52ce684fd1","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/40bede52ce684fd1","status":"passed","time":{"start":1714383301578,"stop":1714383301578,"duration":0}},{"uid":"68ff63ddbee2e1ac","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/68ff63ddbee2e1ac","status":"passed","time":{"start":1714381806810,"stop":1714381806810,"duration":0}},{"uid":"dfca3422855ac024","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/dfca3422855ac024","status":"passed","time":{"start":1714380586354,"stop":1714380586355,"duration":1}},{"uid":"8d512c5e32dbc1b6","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/8d512c5e32dbc1b6","status":"passed","time":{"start":1714380172630,"stop":1714380172630,"duration":0}},{"uid":"fdbcdcaffbfdc503","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/fdbcdcaffbfdc503","status":"passed","time":{"start":1714297394247,"stop":1714297394248,"duration":1}}]},"tags":[]},"source":"18ee18bfe737398c.json","parameterValues":[]} \ No newline at end of file +{"uid":"a37ab907af262cff","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":1714501174014,"stop":1714501174014,"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":3,"unknown":0,"total":3},"items":[{"uid":"286a56fb28873c22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/286a56fb28873c22","status":"passed","time":{"start":1714494908938,"stop":1714494908938,"duration":0}},{"uid":"22da968b2e3783e5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/22da968b2e3783e5","status":"passed","time":{"start":1714492995228,"stop":1714492995228,"duration":0}}]},"tags":[]},"source":"a37ab907af262cff.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a412bd114e09fe6a.json b/6962/data/test-cases/a412bd114e09fe6a.json new file mode 100644 index 00000000000..5e9baf6f7cb --- /dev/null +++ b/6962/data/test-cases/a412bd114e09fe6a.json @@ -0,0 +1 @@ +{"uid":"a412bd114e09fe6a","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":1714500744125,"stop":1714500744126,"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":3,"unknown":0,"total":3},"items":[{"uid":"2ab2fe1f96241fd7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ab2fe1f96241fd7","status":"passed","time":{"start":1714494482332,"stop":1714494482332,"duration":0}},{"uid":"a1e2ba25c90750f5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a1e2ba25c90750f5","status":"passed","time":{"start":1714492591350,"stop":1714492591351,"duration":1}}]},"tags":[]},"source":"a412bd114e09fe6a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a43c9c577a2c039f.json b/6962/data/test-cases/a43c9c577a2c039f.json new file mode 100644 index 00000000000..8cc7528ad82 --- /dev/null +++ b/6962/data/test-cases/a43c9c577a2c039f.json @@ -0,0 +1 @@ +{"uid":"a43c9c577a2c039f","name":"Check meta is set [symmetric]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Check meta is set [symmetric]","historyId":"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500559906,"stop":1714500559907,"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":3,"unknown":0,"total":3},"items":[{"uid":"749165f14089fa21","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749165f14089fa21","status":"passed","time":{"start":1714494310952,"stop":1714494310953,"duration":1}},{"uid":"95085a3026b6fc60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/95085a3026b6fc60","status":"passed","time":{"start":1714492410937,"stop":1714492410937,"duration":0}}]},"tags":[]},"source":"a43c9c577a2c039f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/11445ffd26ef9dd7.json b/6962/data/test-cases/a449e83ae1405f23.json similarity index 75% rename from 6944/data/test-cases/11445ffd26ef9dd7.json rename to 6962/data/test-cases/a449e83ae1405f23.json index fb7df04a5ea..5f2b818c6c1 100644 --- a/6944/data/test-cases/11445ffd26ef9dd7.json +++ b/6962/data/test-cases/a449e83ae1405f23.json @@ -1 +1 @@ -{"uid":"11445ffd26ef9dd7","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":1714425068147,"stop":1714425068148,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"9b3bf8f6b0caeac1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9b3bf8f6b0caeac1","status":"passed","time":{"start":1714415236747,"stop":1714415236747,"duration":0}},{"uid":"4e4eceec992a8b1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4e4eceec992a8b1","status":"passed","time":{"start":1714415370286,"stop":1714415370286,"duration":0}},{"uid":"3ecb906938ea09d4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3ecb906938ea09d4","status":"passed","time":{"start":1714407592725,"stop":1714407592725,"duration":0}},{"uid":"2df1888be9aedd4d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2df1888be9aedd4d","status":"passed","time":{"start":1714406603011,"stop":1714406603012,"duration":1}},{"uid":"779148e92faac80b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/779148e92faac80b","status":"passed","time":{"start":1714404403086,"stop":1714404403091,"duration":5}},{"uid":"b72fa38ef790d0e2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b72fa38ef790d0e2","status":"passed","time":{"start":1714404066556,"stop":1714404066556,"duration":0}},{"uid":"bc2164dbe5a28186","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/bc2164dbe5a28186","status":"passed","time":{"start":1714403911544,"stop":1714403911544,"duration":0}},{"uid":"7f5971e24933c0d9","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7f5971e24933c0d9","status":"passed","time":{"start":1714386356546,"stop":1714386356546,"duration":0}},{"uid":"af97402c20c2fe18","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/af97402c20c2fe18","status":"passed","time":{"start":1714385421466,"stop":1714385421466,"duration":0}},{"uid":"e5792d857e340bba","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e5792d857e340bba","status":"passed","time":{"start":1714384714562,"stop":1714384714568,"duration":6}},{"uid":"8d6fbe396d4c4f44","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8d6fbe396d4c4f44","status":"passed","time":{"start":1714384405992,"stop":1714384405993,"duration":1}},{"uid":"e50561f0190f66e8","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/e50561f0190f66e8","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845683,"stop":1714382845683,"duration":0}},{"uid":"8392df77ddb973f2","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/8392df77ddb973f2","status":"passed","time":{"start":1714383192259,"stop":1714383192262,"duration":3}},{"uid":"37fd4272e8365861","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/37fd4272e8365861","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649820,"stop":1714382649821,"duration":1}},{"uid":"506d521315998e94","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/506d521315998e94","status":"passed","time":{"start":1714383007950,"stop":1714383007952,"duration":2}},{"uid":"3df91981872a8e32","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3df91981872a8e32","status":"passed","time":{"start":1714382888216,"stop":1714382888217,"duration":1}},{"uid":"36d8e4ea4ff83b38","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/36d8e4ea4ff83b38","status":"passed","time":{"start":1714381390672,"stop":1714381390672,"duration":0}},{"uid":"11e68f0f3db84ed1","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/11e68f0f3db84ed1","status":"passed","time":{"start":1714380173238,"stop":1714380173238,"duration":0}},{"uid":"f8a5d3c73303c3cd","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f8a5d3c73303c3cd","status":"passed","time":{"start":1714379752768,"stop":1714379752778,"duration":10}},{"uid":"cc4fbec162cb0ee1","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/cc4fbec162cb0ee1","status":"passed","time":{"start":1714296983634,"stop":1714296983635,"duration":1}}]},"tags":[]},"source":"11445ffd26ef9dd7.json","parameterValues":[]} \ No newline at end of file +{"uid":"a449e83ae1405f23","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":1714500735361,"stop":1714500735361,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a05b956df1fee6b9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a05b956df1fee6b9","status":"passed","time":{"start":1714494500287,"stop":1714494500288,"duration":1}},{"uid":"389590fc554db69f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/389590fc554db69f","status":"passed","time":{"start":1714492591442,"stop":1714492591445,"duration":3}}]},"tags":[]},"source":"a449e83ae1405f23.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a47c7cab2db69ccb.json b/6962/data/test-cases/a47c7cab2db69ccb.json new file mode 100644 index 00000000000..2066e83d99a --- /dev/null +++ b/6962/data/test-cases/a47c7cab2db69ccb.json @@ -0,0 +1 @@ +{"uid":"a47c7cab2db69ccb","name":"should throw an error if shards are undefined for static sharding","fullName":"/src/common/sharding.spec.ts: shardInfoToPubsubTopics > should throw an error if shards are undefined for static sharding","historyId":"faf8b7bc8120dfec2a6508665a827bc1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525341,"stop":1714500525342,"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":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9c93c738c35c794c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9c93c738c35c794c","status":"passed","time":{"start":1714494276814,"stop":1714494276815,"duration":1}},{"uid":"1018aa699da13391","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1018aa699da13391","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"tags":[]},"source":"a47c7cab2db69ccb.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4893c2970d593ffb.json b/6962/data/test-cases/a47dba6337b767ee.json similarity index 78% rename from 6944/data/test-cases/4893c2970d593ffb.json rename to 6962/data/test-cases/a47dba6337b767ee.json index c444721ccf5..c3c22f47ee0 100644 --- a/6944/data/test-cases/4893c2970d593ffb.json +++ b/6962/data/test-cases/a47dba6337b767ee.json @@ -1 +1 @@ -{"uid":"4893c2970d593ffb","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":1714425137466,"stop":1714425137467,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"26f2100ca674a57","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/26f2100ca674a57","status":"passed","time":{"start":1714415306380,"stop":1714415306381,"duration":1}},{"uid":"888c64e71cc95757","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/888c64e71cc95757","status":"passed","time":{"start":1714415441035,"stop":1714415441035,"duration":0}},{"uid":"813428ff226f59f6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/813428ff226f59f6","status":"passed","time":{"start":1714407661424,"stop":1714407661424,"duration":0}},{"uid":"da8a8541e070b91b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/da8a8541e070b91b","status":"passed","time":{"start":1714406688873,"stop":1714406688873,"duration":0}},{"uid":"1d80f2126ce4369f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1d80f2126ce4369f","status":"passed","time":{"start":1714404480636,"stop":1714404480636,"duration":0}},{"uid":"b3aa8ee66f9bd426","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b3aa8ee66f9bd426","status":"passed","time":{"start":1714404187329,"stop":1714404187329,"duration":0}},{"uid":"920406f04d082848","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/920406f04d082848","status":"passed","time":{"start":1714403975126,"stop":1714403975126,"duration":0}},{"uid":"63524c7bb8e9f3f0","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/63524c7bb8e9f3f0","status":"passed","time":{"start":1714386442466,"stop":1714386442466,"duration":0}},{"uid":"37311863c84870c9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/37311863c84870c9","status":"passed","time":{"start":1714385503996,"stop":1714385503996,"duration":0}},{"uid":"25f2c879da8c9d91","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/25f2c879da8c9d91","status":"passed","time":{"start":1714384798845,"stop":1714384798846,"duration":1}},{"uid":"ed6f0806e0d990fa","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ed6f0806e0d990fa","status":"passed","time":{"start":1714384484768,"stop":1714384484768,"duration":0}},{"uid":"1140373c0564b5","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1140373c0564b5","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939619,"stop":1714382939619,"duration":0}},{"uid":"26b1fd0fa44970d4","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/26b1fd0fa44970d4","status":"passed","time":{"start":1714383271370,"stop":1714383271371,"duration":1}},{"uid":"3642b9ef6ee76d4c","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3642b9ef6ee76d4c","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742252,"stop":1714382742252,"duration":0}},{"uid":"6b65ac5f4217571c","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/6b65ac5f4217571c","status":"passed","time":{"start":1714383085707,"stop":1714383085709,"duration":2}},{"uid":"e643b4d2e7031455","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e643b4d2e7031455","status":"passed","time":{"start":1714382957857,"stop":1714382957858,"duration":1}},{"uid":"e9a7035494ef6ac0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e9a7035494ef6ac0","status":"passed","time":{"start":1714381467346,"stop":1714381467346,"duration":0}},{"uid":"564ac1a931deb74c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/564ac1a931deb74c","status":"passed","time":{"start":1714380262879,"stop":1714380262879,"duration":0}},{"uid":"d148651d6169f726","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d148651d6169f726","status":"passed","time":{"start":1714379832145,"stop":1714379832146,"duration":1}},{"uid":"f2fdc15483610b51","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f2fdc15483610b51","status":"passed","time":{"start":1714297053933,"stop":1714297053935,"duration":2}}]},"tags":[]},"source":"4893c2970d593ffb.json","parameterValues":[]} \ No newline at end of file +{"uid":"a47dba6337b767ee","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":1714500823188,"stop":1714500823188,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c652fd0ca858cfeb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c652fd0ca858cfeb","status":"passed","time":{"start":1714494571267,"stop":1714494571267,"duration":0}},{"uid":"ff190eaa5b1b4929","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff190eaa5b1b4929","status":"passed","time":{"start":1714492678667,"stop":1714492678667,"duration":0}}]},"tags":[]},"source":"a47dba6337b767ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a4e49b073e4c10f2.json b/6962/data/test-cases/a4e49b073e4c10f2.json new file mode 100644 index 00000000000..faa1678972d --- /dev/null +++ b/6962/data/test-cases/a4e49b073e4c10f2.json @@ -0,0 +1 @@ +{"uid":"a4e49b073e4c10f2","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":1714501191916,"stop":1714501191917,"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":3,"unknown":0,"total":3},"items":[{"uid":"5dcf0f25b6a78323","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dcf0f25b6a78323","status":"passed","time":{"start":1714494926188,"stop":1714494926188,"duration":0}},{"uid":"60a68b02f9e4f0fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60a68b02f9e4f0fd","status":"passed","time":{"start":1714493011865,"stop":1714493011865,"duration":0}}]},"tags":[]},"source":"a4e49b073e4c10f2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a54260f8ae77612c.json b/6962/data/test-cases/a54260f8ae77612c.json new file mode 100644 index 00000000000..4c0e9de2a16 --- /dev/null +++ b/6962/data/test-cases/a54260f8ae77612c.json @@ -0,0 +1 @@ +{"uid":"a54260f8ae77612c","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":1714500660502,"stop":1714500660502,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"65bffb21d4d32b23","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65bffb21d4d32b23","status":"passed","time":{"start":1714494401269,"stop":1714494401269,"duration":0}},{"uid":"44db04bb164c414c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44db04bb164c414c","status":"passed","time":{"start":1714492501443,"stop":1714492501443,"duration":0}}]},"tags":[]},"source":"a54260f8ae77612c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1a14f8da6409a1b6.json b/6962/data/test-cases/a56fc7aa78d15952.json similarity index 74% rename from 6944/data/test-cases/1a14f8da6409a1b6.json rename to 6962/data/test-cases/a56fc7aa78d15952.json index 802363c5c11..11931814f9c 100644 --- a/6944/data/test-cases/1a14f8da6409a1b6.json +++ b/6962/data/test-cases/a56fc7aa78d15952.json @@ -1 +1 @@ -{"uid":"1a14f8da6409a1b6","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":1714425349908,"stop":1714425349909,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"56e05f9633468851","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/56e05f9633468851","status":"passed","time":{"start":1714415539980,"stop":1714415539980,"duration":0}},{"uid":"c0230adb3c3be8ed","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c0230adb3c3be8ed","status":"passed","time":{"start":1714415671319,"stop":1714415671320,"duration":1}},{"uid":"227c73f705eb1331","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/227c73f705eb1331","status":"passed","time":{"start":1714407878083,"stop":1714407878084,"duration":1}},{"uid":"79e68707c6105dce","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/79e68707c6105dce","status":"passed","time":{"start":1714406907401,"stop":1714406907401,"duration":0}},{"uid":"dcae6b8a5e91516b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dcae6b8a5e91516b","status":"passed","time":{"start":1714404685459,"stop":1714404685460,"duration":1}},{"uid":"6754e83c45a590b2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6754e83c45a590b2","status":"passed","time":{"start":1714404398007,"stop":1714404398007,"duration":0}},{"uid":"e3711eb765b76caa","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e3711eb765b76caa","status":"passed","time":{"start":1714404193476,"stop":1714404193476,"duration":0}},{"uid":"e1fb2a2f026b390","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e1fb2a2f026b390","status":"passed","time":{"start":1714386646799,"stop":1714386646800,"duration":1}},{"uid":"98679f6f708f3caa","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/98679f6f708f3caa","status":"passed","time":{"start":1714385711035,"stop":1714385711035,"duration":0}},{"uid":"91782e97892f9d73","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/91782e97892f9d73","status":"passed","time":{"start":1714385006983,"stop":1714385006983,"duration":0}},{"uid":"dfc8bf85bce0bfa1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/dfc8bf85bce0bfa1","status":"passed","time":{"start":1714384687421,"stop":1714384687421,"duration":0}},{"uid":"24878853336404f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/24878853336404f","status":"passed","time":{"start":1714383085789,"stop":1714383085793,"duration":4}},{"uid":"ffe44b95f4641372","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ffe44b95f4641372","status":"passed","time":{"start":1714383482555,"stop":1714383482555,"duration":0}},{"uid":"66b6dec877e81839","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/66b6dec877e81839","status":"passed","time":{"start":1714382879528,"stop":1714382879529,"duration":1}},{"uid":"95ac15baa50b27ae","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/95ac15baa50b27ae","status":"passed","time":{"start":1714383290175,"stop":1714383290175,"duration":0}},{"uid":"47176080b5eb93a3","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/47176080b5eb93a3","status":"passed","time":{"start":1714383178723,"stop":1714383178723,"duration":0}},{"uid":"9eec8ddee955a6b7","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/9eec8ddee955a6b7","status":"passed","time":{"start":1714381680878,"stop":1714381680878,"duration":0}},{"uid":"40d04ec9921a393c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/40d04ec9921a393c","status":"passed","time":{"start":1714380462795,"stop":1714380462795,"duration":0}},{"uid":"992052ca7d659f2","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/992052ca7d659f2","status":"passed","time":{"start":1714380037753,"stop":1714380037753,"duration":0}},{"uid":"3ee47416cb76f9a5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3ee47416cb76f9a5","status":"passed","time":{"start":1714297267386,"stop":1714297267387,"duration":1}}]},"tags":[]},"source":"1a14f8da6409a1b6.json","parameterValues":[]} \ No newline at end of file +{"uid":"a56fc7aa78d15952","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":1714501039482,"stop":1714501039482,"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":3,"unknown":0,"total":3},"items":[{"uid":"4f8d75ef8ed0ed5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f8d75ef8ed0ed5a","status":"passed","time":{"start":1714494791249,"stop":1714494791250,"duration":1}},{"uid":"5d227c4c2509475e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d227c4c2509475e","status":"passed","time":{"start":1714492870708,"stop":1714492870708,"duration":0}}]},"tags":[]},"source":"a56fc7aa78d15952.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d091753ca8efb2f3.json b/6962/data/test-cases/a59a007654dbad07.json similarity index 83% rename from 6944/data/test-cases/d091753ca8efb2f3.json rename to 6962/data/test-cases/a59a007654dbad07.json index 3205f96460e..c34d1bd9c29 100644 --- a/6944/data/test-cases/d091753ca8efb2f3.json +++ b/6962/data/test-cases/a59a007654dbad07.json @@ -1 +1 @@ -{"uid":"d091753ca8efb2f3","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":1714425301046,"stop":1714425301046,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"9287ae811886fbf2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9287ae811886fbf2","status":"passed","time":{"start":1714415473244,"stop":1714415473244,"duration":0}},{"uid":"ca8375cb78a71753","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ca8375cb78a71753","status":"passed","time":{"start":1714415615342,"stop":1714415615343,"duration":1}},{"uid":"9fdf35b68bb45cf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9fdf35b68bb45cf","status":"passed","time":{"start":1714407816855,"stop":1714407816855,"duration":0}},{"uid":"8bd9463b5b0d64e1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8bd9463b5b0d64e1","status":"passed","time":{"start":1714406861566,"stop":1714406861567,"duration":1}},{"uid":"e55f9345ce832d8b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e55f9345ce832d8b","status":"passed","time":{"start":1714404628268,"stop":1714404628268,"duration":0}},{"uid":"2bff4cde32ee737","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2bff4cde32ee737","status":"passed","time":{"start":1714404348885,"stop":1714404348885,"duration":0}},{"uid":"74df76f85b9ddbbd","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/74df76f85b9ddbbd","status":"passed","time":{"start":1714404137200,"stop":1714404137203,"duration":3}},{"uid":"141c4a5b2447e82e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/141c4a5b2447e82e","status":"passed","time":{"start":1714386585837,"stop":1714386585837,"duration":0}},{"uid":"c2b807c3c641f716","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c2b807c3c641f716","status":"passed","time":{"start":1714385651931,"stop":1714385651931,"duration":0}},{"uid":"7fe4469b7cb8f270","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7fe4469b7cb8f270","status":"passed","time":{"start":1714384939216,"stop":1714384939217,"duration":1}},{"uid":"305e6a9468c5faab","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/305e6a9468c5faab","status":"passed","time":{"start":1714384633414,"stop":1714384633415,"duration":1}},{"uid":"9fe83666b782af91","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9fe83666b782af91","status":"passed","time":{"start":1714383068392,"stop":1714383068393,"duration":1}},{"uid":"2e464907d273796b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2e464907d273796b","status":"passed","time":{"start":1714383427844,"stop":1714383427846,"duration":2}},{"uid":"1bd7e6b4be2a8c59","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1bd7e6b4be2a8c59","status":"passed","time":{"start":1714382856540,"stop":1714382856540,"duration":0}},{"uid":"c0bc119479d5641a","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c0bc119479d5641a","status":"passed","time":{"start":1714383232238,"stop":1714383232239,"duration":1}},{"uid":"68d21963c8833a27","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/68d21963c8833a27","status":"passed","time":{"start":1714383125877,"stop":1714383125877,"duration":0}},{"uid":"55ed2494df78fb4f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/55ed2494df78fb4f","status":"passed","time":{"start":1714381639303,"stop":1714381639303,"duration":0}},{"uid":"c41d60022f4d12e","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c41d60022f4d12e","status":"passed","time":{"start":1714380392354,"stop":1714380392355,"duration":1}},{"uid":"4658ad17623db540","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4658ad17623db540","status":"passed","time":{"start":1714379984442,"stop":1714379984443,"duration":1}},{"uid":"67377b98fc188f70","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/67377b98fc188f70","status":"passed","time":{"start":1714297212206,"stop":1714297212207,"duration":1}}]},"tags":[]},"source":"d091753ca8efb2f3.json","parameterValues":[]} \ No newline at end of file +{"uid":"a59a007654dbad07","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":1714500976532,"stop":1714500976533,"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":3,"unknown":0,"total":3},"items":[{"uid":"a3ce307a0ec90f94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a3ce307a0ec90f94","status":"passed","time":{"start":1714494735260,"stop":1714494735261,"duration":1}},{"uid":"51ae58b8030bdb14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51ae58b8030bdb14","status":"passed","time":{"start":1714492814942,"stop":1714492814943,"duration":1}}]},"tags":[]},"source":"a59a007654dbad07.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a625391778fdc45.json b/6962/data/test-cases/a625391778fdc45.json new file mode 100644 index 00000000000..c53eee4951a --- /dev/null +++ b/6962/data/test-cases/a625391778fdc45.json @@ -0,0 +1 @@ +{"uid":"a625391778fdc45","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":1714500664398,"stop":1714500664399,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"9e12006736774911","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9e12006736774911","status":"passed","time":{"start":1714494413196,"stop":1714494413196,"duration":0}},{"uid":"58e9ed4d264abb5e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58e9ed4d264abb5e","status":"passed","time":{"start":1714492522566,"stop":1714492522567,"duration":1}}]},"tags":[]},"source":"a625391778fdc45.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8942bf8a62fc419a.json b/6962/data/test-cases/a700a60771561715.json similarity index 76% rename from 6944/data/test-cases/8942bf8a62fc419a.json rename to 6962/data/test-cases/a700a60771561715.json index f37375aa51c..1e6c8b234bf 100644 --- a/6944/data/test-cases/8942bf8a62fc419a.json +++ b/6962/data/test-cases/a700a60771561715.json @@ -1 +1 @@ -{"uid":"8942bf8a62fc419a","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":1714425068153,"stop":1714425068154,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"16ee7f0573020006","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/16ee7f0573020006","status":"passed","time":{"start":1714415236753,"stop":1714415236754,"duration":1}},{"uid":"260a519dd7ce4ffa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/260a519dd7ce4ffa","status":"passed","time":{"start":1714415370293,"stop":1714415370294,"duration":1}},{"uid":"d8466dab791f581d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d8466dab791f581d","status":"passed","time":{"start":1714407592732,"stop":1714407592732,"duration":0}},{"uid":"1a2f016c60c531da","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1a2f016c60c531da","status":"passed","time":{"start":1714406603019,"stop":1714406603020,"duration":1}},{"uid":"42e2070c984c8b0b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/42e2070c984c8b0b","status":"passed","time":{"start":1714404403098,"stop":1714404403098,"duration":0}},{"uid":"d0f96fa41468774b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d0f96fa41468774b","status":"passed","time":{"start":1714404066563,"stop":1714404066563,"duration":0}},{"uid":"6e83662a2275ce4c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6e83662a2275ce4c","status":"passed","time":{"start":1714403911553,"stop":1714403911553,"duration":0}},{"uid":"1a730a666e734f3c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/1a730a666e734f3c","status":"passed","time":{"start":1714386356552,"stop":1714386356552,"duration":0}},{"uid":"a1b40e671ea921b0","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a1b40e671ea921b0","status":"passed","time":{"start":1714385421490,"stop":1714385421490,"duration":0}},{"uid":"48604b74b1ab9b70","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/48604b74b1ab9b70","status":"passed","time":{"start":1714384714580,"stop":1714384714581,"duration":1}},{"uid":"ef22388d42fab2e9","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ef22388d42fab2e9","status":"passed","time":{"start":1714384405999,"stop":1714384405999,"duration":0}},{"uid":"7b2b01c86af1088f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7b2b01c86af1088f","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845702,"stop":1714382845702,"duration":0}},{"uid":"ee410a052faa1f47","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ee410a052faa1f47","status":"passed","time":{"start":1714383192275,"stop":1714383192275,"duration":0}},{"uid":"b7e8421d33a9257f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b7e8421d33a9257f","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649869,"stop":1714382649869,"duration":0}},{"uid":"5b96f7a9a88af1cc","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5b96f7a9a88af1cc","status":"passed","time":{"start":1714383007962,"stop":1714383007963,"duration":1}},{"uid":"4735dd23b46c13c6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/4735dd23b46c13c6","status":"passed","time":{"start":1714382888223,"stop":1714382888224,"duration":1}},{"uid":"c48e4d620503f4bd","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c48e4d620503f4bd","status":"passed","time":{"start":1714381390684,"stop":1714381390685,"duration":1}},{"uid":"f6a099eb7b770523","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f6a099eb7b770523","status":"passed","time":{"start":1714380173244,"stop":1714380173244,"duration":0}},{"uid":"382a5a4209e90b5","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/382a5a4209e90b5","status":"passed","time":{"start":1714379752792,"stop":1714379752792,"duration":0}},{"uid":"41b0a2f88cbde3db","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/41b0a2f88cbde3db","status":"passed","time":{"start":1714296983641,"stop":1714296983641,"duration":0}}]},"tags":[]},"source":"8942bf8a62fc419a.json","parameterValues":[]} \ No newline at end of file +{"uid":"a700a60771561715","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":1714500735369,"stop":1714500735369,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a1ee9b6d9af1098","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a1ee9b6d9af1098","status":"passed","time":{"start":1714494500293,"stop":1714494500294,"duration":1}},{"uid":"db95f8a4993b08e2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db95f8a4993b08e2","status":"passed","time":{"start":1714492591534,"stop":1714492591534,"duration":0}}]},"tags":[]},"source":"a700a60771561715.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a70a826c6efb5e64.json b/6962/data/test-cases/a70a826c6efb5e64.json new file mode 100644 index 00000000000..661c5f5f079 --- /dev/null +++ b/6962/data/test-cases/a70a826c6efb5e64.json @@ -0,0 +1 @@ +{"uid":"a70a826c6efb5e64","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":1714500664400,"stop":1714500664400,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"efa37a8e299d8977","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/efa37a8e299d8977","status":"passed","time":{"start":1714494413199,"stop":1714494413199,"duration":0}},{"uid":"50a95d354106b652","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50a95d354106b652","status":"passed","time":{"start":1714492522569,"stop":1714492522570,"duration":1}}]},"tags":[]},"source":"a70a826c6efb5e64.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a7a5cfd6e13b169.json b/6962/data/test-cases/a7a5cfd6e13b169.json new file mode 100644 index 00000000000..62e4429ffb6 --- /dev/null +++ b/6962/data/test-cases/a7a5cfd6e13b169.json @@ -0,0 +1 @@ +{"uid":"a7a5cfd6e13b169","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":1714500561872,"stop":1714500561873,"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":3,"unknown":0,"total":3},"items":[{"uid":"c7d82acb598049f8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7d82acb598049f8","status":"passed","time":{"start":1714494312952,"stop":1714494312952,"duration":0}},{"uid":"501ffbf83f8c9aba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/501ffbf83f8c9aba","status":"passed","time":{"start":1714492412933,"stop":1714492412934,"duration":1}}]},"tags":[]},"source":"a7a5cfd6e13b169.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/549d965f85e643ae.json b/6962/data/test-cases/a7a7930aea84c840.json similarity index 52% rename from 6944/data/test-cases/549d965f85e643ae.json rename to 6962/data/test-cases/a7a7930aea84c840.json index 478df49acf5..856fca3104d 100644 --- a/6944/data/test-cases/549d965f85e643ae.json +++ b/6962/data/test-cases/a7a7930aea84c840.json @@ -1 +1 @@ -{"uid":"549d965f85e643ae","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":1714424912035,"stop":1714424912035,"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":74,"unknown":0,"total":74},"items":[{"uid":"627e0bb52277da1a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/627e0bb52277da1a","status":"passed","time":{"start":1714415063937,"stop":1714415063937,"duration":0}},{"uid":"66c25c267ae3068","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/66c25c267ae3068","status":"passed","time":{"start":1714415219584,"stop":1714415219584,"duration":0}},{"uid":"992fd613c909a919","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/992fd613c909a919","status":"passed","time":{"start":1714407435779,"stop":1714407435780,"duration":1}},{"uid":"8fbd6eb6e246b5fb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8fbd6eb6e246b5fb","status":"passed","time":{"start":1714406451895,"stop":1714406451896,"duration":1}},{"uid":"7b1f49f3f24209a5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7b1f49f3f24209a5","status":"passed","time":{"start":1714404244898,"stop":1714404244898,"duration":0}},{"uid":"9ba050c2c3e90002","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9ba050c2c3e90002","status":"passed","time":{"start":1714403892804,"stop":1714403892805,"duration":1}},{"uid":"52b1c493bce4865","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/52b1c493bce4865","status":"passed","time":{"start":1714403738976,"stop":1714403738977,"duration":1}},{"uid":"c9276a12f08f574f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c9276a12f08f574f","status":"passed","time":{"start":1714386207175,"stop":1714386207177,"duration":2}},{"uid":"4f019b8652c31c8a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4f019b8652c31c8a","status":"passed","time":{"start":1714385272429,"stop":1714385272429,"duration":0}},{"uid":"6fc9ea5540edba6","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6fc9ea5540edba6","status":"passed","time":{"start":1714384564283,"stop":1714384564285,"duration":2}},{"uid":"4013d84da6d048af","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4013d84da6d048af","status":"passed","time":{"start":1714384255547,"stop":1714384255548,"duration":1}},{"uid":"e2505c90c9fbbc94","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/e2505c90c9fbbc94","status":"passed","time":{"start":1714382058396,"stop":1714382058396,"duration":0}},{"uid":"6a82379362cd97bd","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/6a82379362cd97bd","status":"passed","time":{"start":1714383034758,"stop":1714383034759,"duration":1}},{"uid":"636afe23e074cb33","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/636afe23e074cb33","status":"passed","time":{"start":1714381871131,"stop":1714381871132,"duration":1}},{"uid":"31c85613fc282c50","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/31c85613fc282c50","status":"passed","time":{"start":1714382857137,"stop":1714382857137,"duration":0}},{"uid":"ac0917569b6837ee","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ac0917569b6837ee","status":"passed","time":{"start":1714382736020,"stop":1714382736021,"duration":1}},{"uid":"4079aa770df07ca5","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/4079aa770df07ca5","status":"passed","time":{"start":1714381242738,"stop":1714381242738,"duration":0}},{"uid":"431491f101f57ca4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/431491f101f57ca4","status":"passed","time":{"start":1714380027087,"stop":1714380027087,"duration":0}},{"uid":"cdbbf224a32e6c42","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/cdbbf224a32e6c42","status":"passed","time":{"start":1714379595591,"stop":1714379595591,"duration":0}},{"uid":"b5c16e71f406c5bf","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b5c16e71f406c5bf","status":"passed","time":{"start":1714296831842,"stop":1714296831842,"duration":0}}]},"tags":[]},"source":"549d965f85e643ae.json","parameterValues":[]} \ No newline at end of file +{"uid":"a7a7930aea84c840","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":1714500590508,"stop":1714500590509,"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":3,"unknown":0,"total":3},"items":[{"uid":"2ecc65db8887ca7e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ecc65db8887ca7e","status":"passed","time":{"start":1714494351411,"stop":1714494351411,"duration":0}},{"uid":"d6b5f0e2eafbf736","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d6b5f0e2eafbf736","status":"passed","time":{"start":1714492441817,"stop":1714492441817,"duration":0}}]},"tags":[]},"source":"a7a7930aea84c840.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3789e3d01489d929.json b/6962/data/test-cases/a815afab44610d72.json similarity index 84% rename from 6944/data/test-cases/3789e3d01489d929.json rename to 6962/data/test-cases/a815afab44610d72.json index 9a03abd7089..c08046efad8 100644 --- a/6944/data/test-cases/3789e3d01489d929.json +++ b/6962/data/test-cases/a815afab44610d72.json @@ -1 +1 @@ -{"uid":"3789e3d01489d929","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":1714425435601,"stop":1714425435602,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"97a963da57af7f03","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/97a963da57af7f03","status":"passed","time":{"start":1714415590112,"stop":1714415590115,"duration":3}},{"uid":"4ddd35c2e34d43db","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4ddd35c2e34d43db","status":"passed","time":{"start":1714415739311,"stop":1714415739312,"duration":1}},{"uid":"5dc7863706685c1d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5dc7863706685c1d","status":"passed","time":{"start":1714407950095,"stop":1714407950096,"duration":1}},{"uid":"9ba3658173899a67","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9ba3658173899a67","status":"passed","time":{"start":1714406978410,"stop":1714406978411,"duration":1}},{"uid":"47771a7d3330dfef","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/47771a7d3330dfef","status":"passed","time":{"start":1714404752129,"stop":1714404752129,"duration":0}},{"uid":"198fde848d78e3a6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/198fde848d78e3a6","status":"passed","time":{"start":1714404488084,"stop":1714404488084,"duration":0}},{"uid":"9b39dcde0b098d45","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9b39dcde0b098d45","status":"passed","time":{"start":1714404264809,"stop":1714404264809,"duration":0}},{"uid":"7af2369de368d3a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7af2369de368d3a","status":"passed","time":{"start":1714386718890,"stop":1714386718891,"duration":1}},{"uid":"56928d09972d22e5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/56928d09972d22e5","status":"passed","time":{"start":1714385802590,"stop":1714385802590,"duration":0}},{"uid":"d77608ef132dbf84","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d77608ef132dbf84","status":"passed","time":{"start":1714385084311,"stop":1714385084312,"duration":1}},{"uid":"3dda3eab62f71d70","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3dda3eab62f71d70","status":"passed","time":{"start":1714384783919,"stop":1714384783920,"duration":1}},{"uid":"3c32ace213bd4f3","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/3c32ace213bd4f3","status":"passed","time":{"start":1714382927644,"stop":1714382927645,"duration":1}},{"uid":"c0a172f99687df96","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c0a172f99687df96","status":"passed","time":{"start":1714383573233,"stop":1714383573233,"duration":0}},{"uid":"99c0b38a2668acb9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/99c0b38a2668acb9","status":"passed","time":{"start":1714382735187,"stop":1714382735188,"duration":1}},{"uid":"b60def66d7786c54","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b60def66d7786c54","status":"passed","time":{"start":1714383376643,"stop":1714383376643,"duration":0}},{"uid":"a3a3cb86585a7377","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a3a3cb86585a7377","status":"passed","time":{"start":1714383261434,"stop":1714383261435,"duration":1}},{"uid":"e0f683078602a7d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e0f683078602a7d","status":"passed","time":{"start":1714381767551,"stop":1714381767551,"duration":0}},{"uid":"726d3797fc31de0b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/726d3797fc31de0b","status":"passed","time":{"start":1714380548875,"stop":1714380548876,"duration":1}},{"uid":"e381ccc9c67b38e9","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e381ccc9c67b38e9","status":"passed","time":{"start":1714380124122,"stop":1714380124122,"duration":0}},{"uid":"6099184aec0a0931","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6099184aec0a0931","status":"passed","time":{"start":1714297355206,"stop":1714297355206,"duration":0}}]},"tags":[]},"source":"3789e3d01489d929.json","parameterValues":[]} \ No newline at end of file +{"uid":"a815afab44610d72","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":1714501123754,"stop":1714501123754,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"48d834824e4b0dfe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48d834824e4b0dfe","status":"passed","time":{"start":1714494838834,"stop":1714494838834,"duration":0}},{"uid":"2e3e27ce0ee9c29c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e3e27ce0ee9c29c","status":"passed","time":{"start":1714492985716,"stop":1714492985718,"duration":2}}]},"tags":[]},"source":"a815afab44610d72.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a8178e72d6d27859.json b/6962/data/test-cases/a8178e72d6d27859.json new file mode 100644 index 00000000000..503d7352043 --- /dev/null +++ b/6962/data/test-cases/a8178e72d6d27859.json @@ -0,0 +1 @@ +{"uid":"a8178e72d6d27859","name":"Promise Callback - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - forward","historyId":"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501145474,"stop":1714501145474,"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":3,"unknown":0,"total":3},"items":[{"uid":"ec26643974bb33de","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec26643974bb33de","status":"passed","time":{"start":1714494876054,"stop":1714494876055,"duration":1}},{"uid":"5ba489f4a0d1d902","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5ba489f4a0d1d902","status":"passed","time":{"start":1714492961693,"stop":1714492961694,"duration":1}}]},"tags":[]},"source":"a8178e72d6d27859.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a867d1ad9633030c.json b/6962/data/test-cases/a867d1ad9633030c.json new file mode 100644 index 00000000000..cd456e4aa16 --- /dev/null +++ b/6962/data/test-cases/a867d1ad9633030c.json @@ -0,0 +1 @@ +{"uid":"a867d1ad9633030c","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":1714500525321,"stop":1714500525321,"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":3,"unknown":0,"total":3},"items":[{"uid":"8cec8a9eb5e3b01a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8cec8a9eb5e3b01a","status":"passed","time":{"start":1714494276800,"stop":1714494276801,"duration":1}},{"uid":"933d261e25588ef1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/933d261e25588ef1","status":"passed","time":{"start":1714492380855,"stop":1714492380855,"duration":0}}]},"tags":[]},"source":"a867d1ad9633030c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c276ac4b0c5c54c0.json b/6962/data/test-cases/a926e61741688f6a.json similarity index 79% rename from 6944/data/test-cases/c276ac4b0c5c54c0.json rename to 6962/data/test-cases/a926e61741688f6a.json index 19eee32dca9..37260be8049 100644 --- a/6944/data/test-cases/c276ac4b0c5c54c0.json +++ b/6962/data/test-cases/a926e61741688f6a.json @@ -1 +1 @@ -{"uid":"c276ac4b0c5c54c0","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":1714425534885,"stop":1714425534885,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"deebff713381f6d9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/deebff713381f6d9","status":"passed","time":{"start":1714415702285,"stop":1714415702285,"duration":0}},{"uid":"455579f6181a3d46","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/455579f6181a3d46","status":"passed","time":{"start":1714415850493,"stop":1714415850494,"duration":1}},{"uid":"5f930b75cee78261","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5f930b75cee78261","status":"passed","time":{"start":1714408049942,"stop":1714408049942,"duration":0}},{"uid":"67d6feb3f9e83d0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/67d6feb3f9e83d0","status":"passed","time":{"start":1714407080665,"stop":1714407080666,"duration":1}},{"uid":"65f8d9b89d6d7365","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/65f8d9b89d6d7365","status":"passed","time":{"start":1714404860581,"stop":1714404860581,"duration":0}},{"uid":"33cfc14f5f95bb97","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/33cfc14f5f95bb97","status":"passed","time":{"start":1714404585195,"stop":1714404585195,"duration":0}},{"uid":"a06a2ccc2b2a06e3","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a06a2ccc2b2a06e3","status":"passed","time":{"start":1714404366303,"stop":1714404366303,"duration":0}},{"uid":"feb3743eee532811","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/feb3743eee532811","status":"passed","time":{"start":1714386825522,"stop":1714386825522,"duration":0}},{"uid":"e54cc8482d524aa2","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e54cc8482d524aa2","status":"passed","time":{"start":1714385893733,"stop":1714385893733,"duration":0}},{"uid":"e7786aa72716a3ad","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e7786aa72716a3ad","status":"passed","time":{"start":1714385188008,"stop":1714385188008,"duration":0}},{"uid":"e0be9390bc1207ff","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e0be9390bc1207ff","status":"passed","time":{"start":1714384869906,"stop":1714384869906,"duration":0}},{"uid":"dcb0c9a850ebbeab","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/dcb0c9a850ebbeab","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237118,"stop":1714384237118,"duration":0}},{"uid":"f173df5174d8d478","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f173df5174d8d478","status":"passed","time":{"start":1714383661918,"stop":1714383661919,"duration":1}},{"uid":"efebd1b4651740cc","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/efebd1b4651740cc","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018794,"stop":1714384018794,"duration":0}},{"uid":"50e4b24c881aa27","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/50e4b24c881aa27","status":"passed","time":{"start":1714383474177,"stop":1714383474177,"duration":0}},{"uid":"51e6af469854f9ea","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/51e6af469854f9ea","status":"passed","time":{"start":1714383351246,"stop":1714383351246,"duration":0}},{"uid":"d9847c9fededb0c9","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d9847c9fededb0c9","status":"passed","time":{"start":1714381860512,"stop":1714381860512,"duration":0}},{"uid":"3a75c57334857a64","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3a75c57334857a64","status":"passed","time":{"start":1714380649656,"stop":1714380649656,"duration":0}},{"uid":"3df594db1482da68","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3df594db1482da68","status":"passed","time":{"start":1714380216156,"stop":1714380216157,"duration":1}},{"uid":"1716abbc74978fc5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1716abbc74978fc5","status":"passed","time":{"start":1714297452323,"stop":1714297452324,"duration":1}}]},"tags":[]},"source":"c276ac4b0c5c54c0.json","parameterValues":[]} \ No newline at end of file +{"uid":"a926e61741688f6a","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":1714501220685,"stop":1714501220686,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"8c0161a92122577a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c0161a92122577a","status":"passed","time":{"start":1714494954437,"stop":1714494954438,"duration":1}},{"uid":"23ece96747a98ade","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23ece96747a98ade","status":"passed","time":{"start":1714493052133,"stop":1714493052134,"duration":1}}]},"tags":[]},"source":"a926e61741688f6a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d93ea9ba824fb6fa.json b/6962/data/test-cases/a93fd04356c30f1e.json similarity index 77% rename from 6944/data/test-cases/d93ea9ba824fb6fa.json rename to 6962/data/test-cases/a93fd04356c30f1e.json index f5ab347ac9d..e8dcf482c6b 100644 --- a/6944/data/test-cases/d93ea9ba824fb6fa.json +++ b/6962/data/test-cases/a93fd04356c30f1e.json @@ -1 +1 @@ -{"uid":"d93ea9ba824fb6fa","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":1714425369971,"stop":1714425369971,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"b662503f2ddc9686","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b662503f2ddc9686","status":"passed","time":{"start":1714415516386,"stop":1714415516386,"duration":0}},{"uid":"7a927c2376cab3aa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7a927c2376cab3aa","status":"passed","time":{"start":1714415679036,"stop":1714415679036,"duration":0}},{"uid":"a58290a4a4fb529b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a58290a4a4fb529b","status":"passed","time":{"start":1714407884335,"stop":1714407884335,"duration":0}},{"uid":"bd6f73f8748955ef","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bd6f73f8748955ef","status":"passed","time":{"start":1714406914333,"stop":1714406914333,"duration":0}},{"uid":"a9fcb198f1be61bd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a9fcb198f1be61bd","status":"passed","time":{"start":1714404690125,"stop":1714404690125,"duration":0}},{"uid":"2473786dc8486cc2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2473786dc8486cc2","status":"passed","time":{"start":1714404379793,"stop":1714404379793,"duration":0}},{"uid":"db6e3ecb0a489b4b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/db6e3ecb0a489b4b","status":"passed","time":{"start":1714404194554,"stop":1714404194555,"duration":1}},{"uid":"c19fadb9a2e765fc","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c19fadb9a2e765fc","status":"passed","time":{"start":1714386653743,"stop":1714386653743,"duration":0}},{"uid":"bfe544baa31c27f1","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/bfe544baa31c27f1","status":"passed","time":{"start":1714385733970,"stop":1714385733970,"duration":0}},{"uid":"9987fc0bff244f4a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/9987fc0bff244f4a","status":"passed","time":{"start":1714385024726,"stop":1714385024726,"duration":0}},{"uid":"c24b221614037e6b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c24b221614037e6b","status":"passed","time":{"start":1714384714561,"stop":1714384714562,"duration":1}},{"uid":"87dec15fa17c2078","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/87dec15fa17c2078","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067776,"stop":1714384067776,"duration":0}},{"uid":"b7aa393c5b295afc","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b7aa393c5b295afc","status":"passed","time":{"start":1714383490756,"stop":1714383490756,"duration":0}},{"uid":"3e7ed40fc9d08427","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3e7ed40fc9d08427","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840463,"stop":1714383840463,"duration":0}},{"uid":"57f8454b85d555da","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/57f8454b85d555da","status":"passed","time":{"start":1714383300582,"stop":1714383300582,"duration":0}},{"uid":"e4a5a5eb98afdefe","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e4a5a5eb98afdefe","status":"passed","time":{"start":1714383176784,"stop":1714383176784,"duration":0}},{"uid":"ed9be3ff4cd58a34","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ed9be3ff4cd58a34","status":"passed","time":{"start":1714381688746,"stop":1714381688747,"duration":1}},{"uid":"3a68b4099c4eecd0","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3a68b4099c4eecd0","status":"passed","time":{"start":1714380481158,"stop":1714380481158,"duration":0}},{"uid":"f5c6cb50cf1bbe43","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f5c6cb50cf1bbe43","status":"passed","time":{"start":1714380049539,"stop":1714380049539,"duration":0}},{"uid":"cfd7afa9464ba8b0","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/cfd7afa9464ba8b0","status":"passed","time":{"start":1714297302898,"stop":1714297302902,"duration":4}}]},"tags":[]},"source":"d93ea9ba824fb6fa.json","parameterValues":[]} \ No newline at end of file +{"uid":"a93fd04356c30f1e","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":1714501050457,"stop":1714501050458,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"367585a5c676661e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/367585a5c676661e","status":"passed","time":{"start":1714494785917,"stop":1714494785917,"duration":0}},{"uid":"f1978cec8032f28d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1978cec8032f28d","status":"passed","time":{"start":1714492898573,"stop":1714492898573,"duration":0}}]},"tags":[]},"source":"a93fd04356c30f1e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a940c7d241ba9981.json b/6962/data/test-cases/a940c7d241ba9981.json new file mode 100644 index 00000000000..4e085e45bac --- /dev/null +++ b/6962/data/test-cases/a940c7d241ba9981.json @@ -0,0 +1 @@ +{"uid":"a940c7d241ba9981","name":"should return unique PubsubTopics for static sharding","fullName":"/src/common/sharding.spec.ts: shardInfoToPubsubTopics > should return unique PubsubTopics for static sharding","historyId":"46c935c3914d3bf5cb6ad8f3f6d3a286:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525339,"stop":1714500525339,"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":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a5713afc22431bb4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5713afc22431bb4","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"6549855ebc40258a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6549855ebc40258a","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"tags":[]},"source":"a940c7d241ba9981.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/a966e29e7e2400fa.json b/6962/data/test-cases/a966e29e7e2400fa.json new file mode 100644 index 00000000000..a028677e140 --- /dev/null +++ b/6962/data/test-cases/a966e29e7e2400fa.json @@ -0,0 +1 @@ +{"uid":"a966e29e7e2400fa","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":1714500744182,"stop":1714500744182,"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":3,"unknown":0,"total":3},"items":[{"uid":"b5bc26437af8a4b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5bc26437af8a4b4","status":"passed","time":{"start":1714494482351,"stop":1714494482351,"duration":0}},{"uid":"49b8ce92de1b7bfd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49b8ce92de1b7bfd","status":"passed","time":{"start":1714492591367,"stop":1714492591367,"duration":0}}]},"tags":[]},"source":"a966e29e7e2400fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/aa247201a3fb723.json b/6962/data/test-cases/aa247201a3fb723.json new file mode 100644 index 00000000000..57dd104673c --- /dev/null +++ b/6962/data/test-cases/aa247201a3fb723.json @@ -0,0 +1 @@ +{"uid":"aa247201a3fb723","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/!","historyId":"2dc6a6757064d64bd9388261a1af2aa3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525347,"stop":1714500525347,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b3dc3a3984ac621d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b3dc3a3984ac621d","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"87643454c5d42c7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/87643454c5d42c7c","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"tags":[]},"source":"aa247201a3fb723.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/aa674181df9e3b06.json b/6962/data/test-cases/aa674181df9e3b06.json new file mode 100644 index 00000000000..fae676ec7ff --- /dev/null +++ b/6962/data/test-cases/aa674181df9e3b06.json @@ -0,0 +1 @@ +{"uid":"aa674181df9e3b06","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry is mis-prefixed","historyId":"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550274,"stop":1714500550275,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7d8d5dd6201b62ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7d8d5dd6201b62ad","status":"passed","time":{"start":1714494300695,"stop":1714494300696,"duration":1}},{"uid":"a8c888b588188e2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8c888b588188e2f","status":"passed","time":{"start":1714492404702,"stop":1714492404703,"duration":1}}]},"tags":[]},"source":"aa674181df9e3b06.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/aa77eacded28aae2.json b/6962/data/test-cases/aa77eacded28aae2.json new file mode 100644 index 00000000000..2c400588621 --- /dev/null +++ b/6962/data/test-cases/aa77eacded28aae2.json @@ -0,0 +1 @@ +{"uid":"aa77eacded28aae2","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /app/22/sometopic/someencoding to shard index 2","historyId":"987ff145fe6454d79585f705b2d1b097:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525329,"stop":1714500525329,"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":3,"unknown":0,"total":3},"items":[{"uid":"61908c7f1e401bae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61908c7f1e401bae","status":"passed","time":{"start":1714494276807,"stop":1714494276807,"duration":0}},{"uid":"1d97d1e9924b87bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d97d1e9924b87bb","status":"passed","time":{"start":1714492380861,"stop":1714492380861,"duration":0}}]},"tags":[]},"source":"aa77eacded28aae2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/aace5de436e4fa6e.json b/6962/data/test-cases/aace5de436e4fa6e.json new file mode 100644 index 00000000000..e58ab28704c --- /dev/null +++ b/6962/data/test-cases/aace5de436e4fa6e.json @@ -0,0 +1 @@ +{"uid":"aace5de436e4fa6e","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":1714500660494,"stop":1714500660494,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"180f175c9553ef8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/180f175c9553ef8a","status":"passed","time":{"start":1714494401265,"stop":1714494401266,"duration":1}},{"uid":"e12aa283cf718bc2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e12aa283cf718bc2","status":"passed","time":{"start":1714492501440,"stop":1714492501440,"duration":0}}]},"tags":[]},"source":"aace5de436e4fa6e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f3f7377194f0aa1d.json b/6962/data/test-cases/aad3e412897a14c9.json similarity index 51% rename from 6944/data/test-cases/f3f7377194f0aa1d.json rename to 6962/data/test-cases/aad3e412897a14c9.json index bfa73a3578f..50656dfe9f3 100644 --- a/6944/data/test-cases/f3f7377194f0aa1d.json +++ b/6962/data/test-cases/aad3e412897a14c9.json @@ -1 +1 @@ -{"uid":"f3f7377194f0aa1d","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":1714424912031,"stop":1714424912031,"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":74,"unknown":0,"total":74},"items":[{"uid":"22f9f7ae080b2533","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/22f9f7ae080b2533","status":"passed","time":{"start":1714415063936,"stop":1714415063936,"duration":0}},{"uid":"b067b8799dc24f2a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b067b8799dc24f2a","status":"passed","time":{"start":1714415219583,"stop":1714415219583,"duration":0}},{"uid":"fb29184070040d87","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fb29184070040d87","status":"passed","time":{"start":1714407435777,"stop":1714407435778,"duration":1}},{"uid":"c67650de32a95c07","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c67650de32a95c07","status":"passed","time":{"start":1714406451894,"stop":1714406451895,"duration":1}},{"uid":"6634bc289e76135e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6634bc289e76135e","status":"passed","time":{"start":1714404244889,"stop":1714404244889,"duration":0}},{"uid":"539fb6566bd92689","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/539fb6566bd92689","status":"passed","time":{"start":1714403892783,"stop":1714403892794,"duration":11}},{"uid":"481efd7ee4e0c213","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/481efd7ee4e0c213","status":"passed","time":{"start":1714403738975,"stop":1714403738976,"duration":1}},{"uid":"195c001ecf652faa","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/195c001ecf652faa","status":"passed","time":{"start":1714386207172,"stop":1714386207173,"duration":1}},{"uid":"d7d0c691ade5b9bd","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d7d0c691ade5b9bd","status":"passed","time":{"start":1714385272428,"stop":1714385272428,"duration":0}},{"uid":"db8f77f093627532","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/db8f77f093627532","status":"passed","time":{"start":1714384564282,"stop":1714384564282,"duration":0}},{"uid":"2be7572027481878","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2be7572027481878","status":"passed","time":{"start":1714384255545,"stop":1714384255546,"duration":1}},{"uid":"637f0020ad6c8f50","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/637f0020ad6c8f50","status":"passed","time":{"start":1714382058395,"stop":1714382058395,"duration":0}},{"uid":"97bedec9e583d5cc","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/97bedec9e583d5cc","status":"passed","time":{"start":1714383034757,"stop":1714383034758,"duration":1}},{"uid":"9e6ce49891ea2a8","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9e6ce49891ea2a8","status":"passed","time":{"start":1714381871130,"stop":1714381871130,"duration":0}},{"uid":"13cee924620158fe","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/13cee924620158fe","status":"passed","time":{"start":1714382857135,"stop":1714382857136,"duration":1}},{"uid":"466f143c6af8dba9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/466f143c6af8dba9","status":"passed","time":{"start":1714382736013,"stop":1714382736019,"duration":6}},{"uid":"8045e707af858a3f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8045e707af858a3f","status":"passed","time":{"start":1714381242736,"stop":1714381242736,"duration":0}},{"uid":"cc48efd737a979c8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/cc48efd737a979c8","status":"passed","time":{"start":1714380027086,"stop":1714380027086,"duration":0}},{"uid":"fda6ea0999ecc03b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/fda6ea0999ecc03b","status":"passed","time":{"start":1714379595589,"stop":1714379595590,"duration":1}},{"uid":"5278001d7c5bcb86","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5278001d7c5bcb86","status":"passed","time":{"start":1714296831840,"stop":1714296831841,"duration":1}}]},"tags":[]},"source":"f3f7377194f0aa1d.json","parameterValues":[]} \ No newline at end of file +{"uid":"aad3e412897a14c9","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":1714500590504,"stop":1714500590504,"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":3,"unknown":0,"total":3},"items":[{"uid":"6f484abb7fe2863","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6f484abb7fe2863","status":"passed","time":{"start":1714494351409,"stop":1714494351410,"duration":1}},{"uid":"dc0873f184f4f888","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc0873f184f4f888","status":"passed","time":{"start":1714492441815,"stop":1714492441816,"duration":1}}]},"tags":[]},"source":"aad3e412897a14c9.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ab0bb41673bea5f5.json b/6962/data/test-cases/ab0bb41673bea5f5.json new file mode 100644 index 00000000000..f6d0890eab1 --- /dev/null +++ b/6962/data/test-cases/ab0bb41673bea5f5.json @@ -0,0 +1 @@ +{"uid":"ab0bb41673bea5f5","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":1714500534107,"stop":1714500534108,"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":3,"unknown":0,"total":3},"items":[{"uid":"5f35ff907d2b62ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5f35ff907d2b62ae","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"98aebc97e37e1a87","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98aebc97e37e1a87","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"tags":[]},"source":"ab0bb41673bea5f5.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d25e7dbcb9893c55.json b/6962/data/test-cases/ab2b96cd68ed2f0c.json similarity index 76% rename from 6944/data/test-cases/d25e7dbcb9893c55.json rename to 6962/data/test-cases/ab2b96cd68ed2f0c.json index 7752d326541..aab572658a6 100644 --- a/6944/data/test-cases/d25e7dbcb9893c55.json +++ b/6962/data/test-cases/ab2b96cd68ed2f0c.json @@ -1 +1 @@ -{"uid":"d25e7dbcb9893c55","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":1714425348191,"stop":1714425348192,"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":74,"unknown":0,"total":74},"items":[{"uid":"fa7b09717c3921e7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fa7b09717c3921e7","status":"passed","time":{"start":1714415541648,"stop":1714415541648,"duration":0}},{"uid":"be565c8c66529bf9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/be565c8c66529bf9","status":"passed","time":{"start":1714415666679,"stop":1714415666680,"duration":1}},{"uid":"74b5153cd5be007c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/74b5153cd5be007c","status":"passed","time":{"start":1714407867321,"stop":1714407867321,"duration":0}},{"uid":"973a2ab8233f6d32","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/973a2ab8233f6d32","status":"passed","time":{"start":1714406901766,"stop":1714406901767,"duration":1}},{"uid":"f7cb19d0cfaf723d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f7cb19d0cfaf723d","status":"passed","time":{"start":1714404685936,"stop":1714404685936,"duration":0}},{"uid":"9ee245814b6dd880","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9ee245814b6dd880","status":"passed","time":{"start":1714404389189,"stop":1714404389190,"duration":1}},{"uid":"75a345ca8b1112b8","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/75a345ca8b1112b8","status":"passed","time":{"start":1714404179640,"stop":1714404179641,"duration":1}},{"uid":"eecdf4dc6c82960d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/eecdf4dc6c82960d","status":"passed","time":{"start":1714386642379,"stop":1714386642379,"duration":0}},{"uid":"b1829325a6414fc8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b1829325a6414fc8","status":"passed","time":{"start":1714385705601,"stop":1714385705601,"duration":0}},{"uid":"95c4cbea27aff35d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/95c4cbea27aff35d","status":"passed","time":{"start":1714385001598,"stop":1714385001598,"duration":0}},{"uid":"48aec5779bc09b6","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/48aec5779bc09b6","status":"passed","time":{"start":1714384689794,"stop":1714384689794,"duration":0}},{"uid":"1c3e00a2b58fc669","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1c3e00a2b58fc669","status":"passed","time":{"start":1714383060303,"stop":1714383060304,"duration":1}},{"uid":"64286fa00a03abcf","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/64286fa00a03abcf","status":"passed","time":{"start":1714383479971,"stop":1714383479971,"duration":0}},{"uid":"fa323a12494ba95b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/fa323a12494ba95b","status":"passed","time":{"start":1714382864763,"stop":1714382864763,"duration":0}},{"uid":"9268271744c08c99","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9268271744c08c99","status":"passed","time":{"start":1714383281580,"stop":1714383281580,"duration":0}},{"uid":"ddecb42e5bd70f5f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ddecb42e5bd70f5f","status":"passed","time":{"start":1714383168061,"stop":1714383168061,"duration":0}},{"uid":"b2f21aace22803a9","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b2f21aace22803a9","status":"passed","time":{"start":1714381685744,"stop":1714381685744,"duration":0}},{"uid":"7d9f2695e0a5d562","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7d9f2695e0a5d562","status":"passed","time":{"start":1714380450809,"stop":1714380450809,"duration":0}},{"uid":"eca3263777f731e3","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/eca3263777f731e3","status":"passed","time":{"start":1714380035070,"stop":1714380035070,"duration":0}},{"uid":"a428250c79d5cdd8","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a428250c79d5cdd8","status":"passed","time":{"start":1714297259187,"stop":1714297259188,"duration":1}}]},"tags":[]},"source":"d25e7dbcb9893c55.json","parameterValues":[]} \ No newline at end of file +{"uid":"ab2b96cd68ed2f0c","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":1714501036166,"stop":1714501036166,"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":3,"unknown":0,"total":3},"items":[{"uid":"17cb2f4598e082b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17cb2f4598e082b5","status":"passed","time":{"start":1714494788147,"stop":1714494788148,"duration":1}},{"uid":"7c3241e52dd1b119","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c3241e52dd1b119","status":"passed","time":{"start":1714492860434,"stop":1714492860434,"duration":0}}]},"tags":[]},"source":"ab2b96cd68ed2f0c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/24c01436c93985d2.json b/6962/data/test-cases/ab32a9c6953d8211.json similarity index 85% rename from 6944/data/test-cases/24c01436c93985d2.json rename to 6962/data/test-cases/ab32a9c6953d8211.json index b0db96bdc4a..77ffeeb9f84 100644 --- a/6944/data/test-cases/24c01436c93985d2.json +++ b/6962/data/test-cases/ab32a9c6953d8211.json @@ -1 +1 @@ -{"uid":"24c01436c93985d2","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":1714425435613,"stop":1714425435613,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"57cb31cd8beec521","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/57cb31cd8beec521","status":"passed","time":{"start":1714415590160,"stop":1714415590161,"duration":1}},{"uid":"e1e469fc55fb09d7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e1e469fc55fb09d7","status":"passed","time":{"start":1714415739327,"stop":1714415739327,"duration":0}},{"uid":"a2f65b76a8a412bf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a2f65b76a8a412bf","status":"passed","time":{"start":1714407950112,"stop":1714407950121,"duration":9}},{"uid":"12f99b85229369b7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/12f99b85229369b7","status":"passed","time":{"start":1714406978451,"stop":1714406978461,"duration":10}},{"uid":"bc07724c6e2f9fb0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bc07724c6e2f9fb0","status":"passed","time":{"start":1714404752145,"stop":1714404752145,"duration":0}},{"uid":"c3b43a2c357e25c4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c3b43a2c357e25c4","status":"passed","time":{"start":1714404488144,"stop":1714404488145,"duration":1}},{"uid":"3d283a0d93d2a0ac","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3d283a0d93d2a0ac","status":"passed","time":{"start":1714404264839,"stop":1714404264839,"duration":0}},{"uid":"6a496c2dc22ff7c1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6a496c2dc22ff7c1","status":"passed","time":{"start":1714386718924,"stop":1714386718926,"duration":2}},{"uid":"93bb33cf939f3abf","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/93bb33cf939f3abf","status":"passed","time":{"start":1714385802604,"stop":1714385802605,"duration":1}},{"uid":"94ec781534d4c49c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/94ec781534d4c49c","status":"passed","time":{"start":1714385084325,"stop":1714385084325,"duration":0}},{"uid":"8a9b29e861445dd2","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8a9b29e861445dd2","status":"passed","time":{"start":1714384783928,"stop":1714384783928,"duration":0}},{"uid":"b797ee17c3dbd7c4","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b797ee17c3dbd7c4","status":"passed","time":{"start":1714382927681,"stop":1714382927681,"duration":0}},{"uid":"8eef6e7a4016ecfa","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/8eef6e7a4016ecfa","status":"passed","time":{"start":1714383573249,"stop":1714383573249,"duration":0}},{"uid":"e93b873a6650859","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e93b873a6650859","status":"passed","time":{"start":1714382735200,"stop":1714382735200,"duration":0}},{"uid":"1abab9625659f25b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/1abab9625659f25b","status":"passed","time":{"start":1714383376671,"stop":1714383376671,"duration":0}},{"uid":"985a56ce1bf731c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/985a56ce1bf731c","status":"passed","time":{"start":1714383261447,"stop":1714383261447,"duration":0}},{"uid":"bd3c847099ef35d4","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/bd3c847099ef35d4","status":"passed","time":{"start":1714381767566,"stop":1714381767566,"duration":0}},{"uid":"a54098c17a750541","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/a54098c17a750541","status":"passed","time":{"start":1714380548889,"stop":1714380548889,"duration":0}},{"uid":"7e1fff67ee1671d4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7e1fff67ee1671d4","status":"passed","time":{"start":1714380124141,"stop":1714380124141,"duration":0}},{"uid":"e5c4a20176574a30","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e5c4a20176574a30","status":"passed","time":{"start":1714297355213,"stop":1714297355214,"duration":1}}]},"tags":[]},"source":"24c01436c93985d2.json","parameterValues":[]} \ No newline at end of file +{"uid":"ab32a9c6953d8211","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":1714501123788,"stop":1714501123788,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"9d8b0319ed790bd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d8b0319ed790bd8","status":"passed","time":{"start":1714494838844,"stop":1714494838844,"duration":0}},{"uid":"a0ca9a82396d3a1f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a0ca9a82396d3a1f","status":"passed","time":{"start":1714492985751,"stop":1714492985751,"duration":0}}]},"tags":[]},"source":"ab32a9c6953d8211.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ab48b86d7e2e6614.json b/6962/data/test-cases/ab48b86d7e2e6614.json new file mode 100644 index 00000000000..beffad8e89f --- /dev/null +++ b/6962/data/test-cases/ab48b86d7e2e6614.json @@ -0,0 +1 @@ +{"uid":"ab48b86d7e2e6614","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":1714500744051,"stop":1714500744052,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbf5d6c6928c21af","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbf5d6c6928c21af","status":"passed","time":{"start":1714494482319,"stop":1714494482319,"duration":0}},{"uid":"135cbdea106068cc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/135cbdea106068cc","status":"passed","time":{"start":1714492591343,"stop":1714492591343,"duration":0}}]},"tags":[]},"source":"ab48b86d7e2e6614.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2a78876b68cf95a.json b/6962/data/test-cases/abd545355a1adc6.json similarity index 97% rename from 6944/data/test-cases/2a78876b68cf95a.json rename to 6962/data/test-cases/abd545355a1adc6.json index b7787780822..29a2c933aae 100644 --- a/6944/data/test-cases/2a78876b68cf95a.json +++ b/6962/data/test-cases/abd545355a1adc6.json @@ -1 +1 @@ -{"uid":"2a78876b68cf95a","name":"random static sharding 4 - Cluster ID: 355, Shard ID: 663","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 4 - Cluster ID: 355, Shard ID: 663","historyId":"832543fb2fd91d3c27cff3b5255528f5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425425851,"stop":1714425425851,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"2a78876b68cf95a.json","parameterValues":[]} \ No newline at end of file +{"uid":"abd545355a1adc6","name":"random static sharding 9 - Cluster ID: 765, Shard ID: 617","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 9 - Cluster ID: 765, Shard ID: 617","historyId":"c78aba39530997418f2c258c1d649bec:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106183,"stop":1714501106185,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"abd545355a1adc6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/abe20210ae78d6f.json b/6962/data/test-cases/abe20210ae78d6f.json new file mode 100644 index 00000000000..c693007db2d --- /dev/null +++ b/6962/data/test-cases/abe20210ae78d6f.json @@ -0,0 +1 @@ +{"uid":"abe20210ae78d6f","name":"Delete observer","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Delete observer","historyId":"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500979200,"stop":1714500979200,"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":3,"unknown":0,"total":3},"items":[{"uid":"e0a079d7c827341e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e0a079d7c827341e","status":"passed","time":{"start":1714494739120,"stop":1714494739120,"duration":0}},{"uid":"840ee43fe476890e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/840ee43fe476890e","status":"passed","time":{"start":1714492817320,"stop":1714492817321,"duration":1}}]},"tags":[]},"source":"abe20210ae78d6f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ac12223de1071bb9.json b/6962/data/test-cases/ac12223de1071bb9.json new file mode 100644 index 00000000000..35919acdc8b --- /dev/null +++ b/6962/data/test-cases/ac12223de1071bb9.json @@ -0,0 +1 @@ +{"uid":"ac12223de1071bb9","name":"Ordered Callback - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - backward","historyId":"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501145475,"stop":1714501145476,"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":3,"unknown":0,"total":3},"items":[{"uid":"bc14d7c308447639","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc14d7c308447639","status":"passed","time":{"start":1714494876056,"stop":1714494876056,"duration":0}},{"uid":"ff8546d07d184010","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff8546d07d184010","status":"passed","time":{"start":1714492961695,"stop":1714492961695,"duration":0}}]},"tags":[]},"source":"ac12223de1071bb9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/72aa46084140af40.json b/6962/data/test-cases/ac2dc0c21f8c4807.json similarity index 76% rename from 6944/data/test-cases/72aa46084140af40.json rename to 6962/data/test-cases/ac2dc0c21f8c4807.json index 98f3584143b..b3dd8dc5f46 100644 --- a/6944/data/test-cases/72aa46084140af40.json +++ b/6962/data/test-cases/ac2dc0c21f8c4807.json @@ -1 +1 @@ -{"uid":"72aa46084140af40","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":1714425348163,"stop":1714425348166,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"d7f24c591c28d2d6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d7f24c591c28d2d6","status":"passed","time":{"start":1714415541638,"stop":1714415541639,"duration":1}},{"uid":"2c8aaa9438860add","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2c8aaa9438860add","status":"passed","time":{"start":1714415666668,"stop":1714415666668,"duration":0}},{"uid":"d675d0ac8ae32d8e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d675d0ac8ae32d8e","status":"passed","time":{"start":1714407867312,"stop":1714407867312,"duration":0}},{"uid":"1505f98b22013c18","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1505f98b22013c18","status":"passed","time":{"start":1714406901733,"stop":1714406901733,"duration":0}},{"uid":"3c4c5a7a6d382396","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3c4c5a7a6d382396","status":"passed","time":{"start":1714404685926,"stop":1714404685926,"duration":0}},{"uid":"603b8e8564aa256b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/603b8e8564aa256b","status":"passed","time":{"start":1714404389180,"stop":1714404389181,"duration":1}},{"uid":"1ccdbd1cc75522a1","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/1ccdbd1cc75522a1","status":"passed","time":{"start":1714404179630,"stop":1714404179631,"duration":1}},{"uid":"4f981d7f61d025af","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4f981d7f61d025af","status":"passed","time":{"start":1714386642369,"stop":1714386642370,"duration":1}},{"uid":"cc0af515f0ea5792","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/cc0af515f0ea5792","status":"passed","time":{"start":1714385705580,"stop":1714385705581,"duration":1}},{"uid":"784ff9298c54cd42","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/784ff9298c54cd42","status":"passed","time":{"start":1714385001589,"stop":1714385001589,"duration":0}},{"uid":"d58d8e6ee242433d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d58d8e6ee242433d","status":"passed","time":{"start":1714384689773,"stop":1714384689773,"duration":0}},{"uid":"55abe97f9caf0003","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/55abe97f9caf0003","status":"passed","time":{"start":1714383060295,"stop":1714383060295,"duration":0}},{"uid":"c9a50ab199685322","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c9a50ab199685322","status":"passed","time":{"start":1714383479962,"stop":1714383479962,"duration":0}},{"uid":"6b52e4a7a2ed57ba","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6b52e4a7a2ed57ba","status":"passed","time":{"start":1714382864754,"stop":1714382864755,"duration":1}},{"uid":"bc57ac51b2517bf","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/bc57ac51b2517bf","status":"passed","time":{"start":1714383281570,"stop":1714383281571,"duration":1}},{"uid":"e4ab4fb693761e2d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e4ab4fb693761e2d","status":"passed","time":{"start":1714383168051,"stop":1714383168052,"duration":1}},{"uid":"af51bb71a37867dc","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/af51bb71a37867dc","status":"passed","time":{"start":1714381685735,"stop":1714381685735,"duration":0}},{"uid":"5dd6510989be0699","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/5dd6510989be0699","status":"passed","time":{"start":1714380450795,"stop":1714380450795,"duration":0}},{"uid":"c43da5d5e93fe292","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c43da5d5e93fe292","status":"passed","time":{"start":1714380035049,"stop":1714380035050,"duration":1}},{"uid":"19ff44c10f786ddd","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/19ff44c10f786ddd","status":"passed","time":{"start":1714297259132,"stop":1714297259134,"duration":2}}]},"tags":[]},"source":"72aa46084140af40.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac2dc0c21f8c4807","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":1714501036153,"stop":1714501036154,"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":3,"unknown":0,"total":3},"items":[{"uid":"c7cbbcd81b537fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7cbbcd81b537fe","status":"passed","time":{"start":1714494788123,"stop":1714494788123,"duration":0}},{"uid":"3dae9e64a047cb6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3dae9e64a047cb6d","status":"passed","time":{"start":1714492860425,"stop":1714492860426,"duration":1}}]},"tags":[]},"source":"ac2dc0c21f8c4807.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ac921774521a22d6.json b/6962/data/test-cases/ac921774521a22d6.json new file mode 100644 index 00000000000..f7d86e38de5 --- /dev/null +++ b/6962/data/test-cases/ac921774521a22d6.json @@ -0,0 +1 @@ +{"uid":"ac921774521a22d6","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:discovery > should emit `peer:discovery:peer-exchange` event when a peer is discovered","historyId":"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500578594,"stop":1714500578595,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa63668dfccc4f6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa63668dfccc4f6b","status":"passed","time":{"start":1714494328712,"stop":1714494328713,"duration":1}},{"uid":"b2c2fad9343f2ba2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2c2fad9343f2ba2","status":"passed","time":{"start":1714492428466,"stop":1714492428466,"duration":0}}]},"tags":[]},"source":"ac921774521a22d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ad336461e3cc11ef.json b/6962/data/test-cases/ad336461e3cc11ef.json new file mode 100644 index 00000000000..2bd62721e3a --- /dev/null +++ b/6962/data/test-cases/ad336461e3cc11ef.json @@ -0,0 +1 @@ +{"uid":"ad336461e3cc11ef","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":1714500664399,"stop":1714500664400,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"aa1c521e01796b4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa1c521e01796b4e","status":"passed","time":{"start":1714494413198,"stop":1714494413198,"duration":0}},{"uid":"f67883c98795393f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f67883c98795393f","status":"passed","time":{"start":1714492522568,"stop":1714492522569,"duration":1}}]},"tags":[]},"source":"ad336461e3cc11ef.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9f63ad66145608f3.json b/6962/data/test-cases/ad3ab5229ae517ac.json similarity index 54% rename from 6944/data/test-cases/9f63ad66145608f3.json rename to 6962/data/test-cases/ad3ab5229ae517ac.json index 03b3236e2f6..e83a755a9ab 100644 --- a/6944/data/test-cases/9f63ad66145608f3.json +++ b/6962/data/test-cases/ad3ab5229ae517ac.json @@ -1 +1 @@ -{"uid":"9f63ad66145608f3","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424941437,"stop":1714424941437,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"10689df422201293","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/10689df422201293","status":"passed","time":{"start":1714415094248,"stop":1714415094249,"duration":1}},{"uid":"b403e7e4ffafd1de","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b403e7e4ffafd1de","status":"passed","time":{"start":1714415247300,"stop":1714415247301,"duration":1}},{"uid":"2ec3d4fbd3308ac","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2ec3d4fbd3308ac","status":"passed","time":{"start":1714407454392,"stop":1714407454392,"duration":0}},{"uid":"2f8b26ae52e68294","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2f8b26ae52e68294","status":"passed","time":{"start":1714406481768,"stop":1714406481769,"duration":1}},{"uid":"f11e0ad4bfc7c72b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f11e0ad4bfc7c72b","status":"passed","time":{"start":1714404271556,"stop":1714404271556,"duration":0}},{"uid":"4809211191fadf52","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4809211191fadf52","status":"passed","time":{"start":1714403922489,"stop":1714403922489,"duration":0}},{"uid":"7400494324a191c7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7400494324a191c7","status":"passed","time":{"start":1714403768224,"stop":1714403768225,"duration":1}},{"uid":"d06cdb453efb5e91","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d06cdb453efb5e91","status":"passed","time":{"start":1714386232524,"stop":1714386232525,"duration":1}},{"uid":"bd364316a3e9ef81","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/bd364316a3e9ef81","status":"passed","time":{"start":1714385301777,"stop":1714385301777,"duration":0}},{"uid":"fa8e7c2f8a03f841","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/fa8e7c2f8a03f841","status":"passed","time":{"start":1714384594545,"stop":1714384594545,"duration":0}},{"uid":"d181509ca817b296","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d181509ca817b296","status":"passed","time":{"start":1714384283175,"stop":1714384283175,"duration":0}},{"uid":"f4a6d9253fa35622","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f4a6d9253fa35622","status":"passed","time":{"start":1714382088474,"stop":1714382088474,"duration":0}},{"uid":"299d340cda379763","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/299d340cda379763","status":"passed","time":{"start":1714383062413,"stop":1714383062413,"duration":0}},{"uid":"467e3de271c94905","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/467e3de271c94905","status":"passed","time":{"start":1714381898371,"stop":1714381898374,"duration":3}},{"uid":"938f7aeb5d9897c","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/938f7aeb5d9897c","status":"passed","time":{"start":1714382885261,"stop":1714382885261,"duration":0}},{"uid":"d95a2a51b860e07e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/d95a2a51b860e07e","status":"passed","time":{"start":1714382758140,"stop":1714382758140,"duration":0}},{"uid":"252321571670ba68","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/252321571670ba68","status":"passed","time":{"start":1714381268155,"stop":1714381268156,"duration":1}},{"uid":"10632d6b774455ba","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/10632d6b774455ba","status":"passed","time":{"start":1714380054104,"stop":1714380054105,"duration":1}},{"uid":"eb190c56e2b2d4f6","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/eb190c56e2b2d4f6","status":"passed","time":{"start":1714379623570,"stop":1714379623570,"duration":0}},{"uid":"95343729227015fb","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/95343729227015fb","status":"passed","time":{"start":1714296856965,"stop":1714296856966,"duration":1}}]},"tags":[]},"source":"9f63ad66145608f3.json","parameterValues":[]} \ No newline at end of file +{"uid":"ad3ab5229ae517ac","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b854fc6129df8d5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b854fc6129df8d5","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"326297739e2bfb71","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/326297739e2bfb71","status":"passed","time":{"start":1714492468974,"stop":1714492468975,"duration":1}}]},"tags":[]},"source":"ad3ab5229ae517ac.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9478ed9dd7289ec5.json b/6962/data/test-cases/ad87ef4ef2d1c531.json similarity index 54% rename from 6944/data/test-cases/9478ed9dd7289ec5.json rename to 6962/data/test-cases/ad87ef4ef2d1c531.json index 59f4ca9b857..0d333bce712 100644 --- a/6944/data/test-cases/9478ed9dd7289ec5.json +++ b/6962/data/test-cases/ad87ef4ef2d1c531.json @@ -1 +1 @@ -{"uid":"9478ed9dd7289ec5","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":1714425508072,"stop":1714425508072,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"982a1de5549ef70c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/982a1de5549ef70c","status":"passed","time":{"start":1714415698748,"stop":1714415698749,"duration":1}},{"uid":"6c5c03a3f573747b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6c5c03a3f573747b","status":"passed","time":{"start":1714415803330,"stop":1714415803330,"duration":0}},{"uid":"e35f1e32b00d6c0b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e35f1e32b00d6c0b","status":"passed","time":{"start":1714408015507,"stop":1714408015507,"duration":0}},{"uid":"9b4b72e07a82960f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9b4b72e07a82960f","status":"passed","time":{"start":1714407046988,"stop":1714407046988,"duration":0}},{"uid":"32344abf40abfb40","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/32344abf40abfb40","status":"passed","time":{"start":1714404824583,"stop":1714404824584,"duration":1}},{"uid":"52a8d7c0ea79bec7","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/52a8d7c0ea79bec7","status":"passed","time":{"start":1714404527860,"stop":1714404527860,"duration":0}},{"uid":"f86256592e4822a8","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f86256592e4822a8","status":"passed","time":{"start":1714404324772,"stop":1714404324773,"duration":1}},{"uid":"4c755218ef11128","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4c755218ef11128","status":"passed","time":{"start":1714386785722,"stop":1714386785722,"duration":0}},{"uid":"ae9d9da6c7ca710b","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ae9d9da6c7ca710b","status":"passed","time":{"start":1714385867313,"stop":1714385867313,"duration":0}},{"uid":"2520d4a100ca1997","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2520d4a100ca1997","status":"passed","time":{"start":1714385149747,"stop":1714385149747,"duration":0}},{"uid":"dbf243281ad09077","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/dbf243281ad09077","status":"passed","time":{"start":1714384840242,"stop":1714384840242,"duration":0}},{"uid":"952b09d9611ba06a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/952b09d9611ba06a","status":"passed","time":{"start":1714383285299,"stop":1714383285300,"duration":1}},{"uid":"c3f5dd2fd9d97414","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c3f5dd2fd9d97414","status":"passed","time":{"start":1714383626084,"stop":1714383626085,"duration":1}},{"uid":"fb33dd01a4b36322","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/fb33dd01a4b36322","status":"passed","time":{"start":1714383079305,"stop":1714383079305,"duration":0}},{"uid":"4d7501d0e61a5c57","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4d7501d0e61a5c57","status":"passed","time":{"start":1714383435176,"stop":1714383435176,"duration":0}},{"uid":"29e971fbc46a2573","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/29e971fbc46a2573","status":"passed","time":{"start":1714383315057,"stop":1714383315057,"duration":0}},{"uid":"a95742c97722bbd3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/a95742c97722bbd3","status":"passed","time":{"start":1714381822571,"stop":1714381822571,"duration":0}},{"uid":"db483d19d4f4d6ac","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/db483d19d4f4d6ac","status":"passed","time":{"start":1714380607679,"stop":1714380607679,"duration":0}},{"uid":"f6e73099d14270ae","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f6e73099d14270ae","status":"passed","time":{"start":1714380183129,"stop":1714380183132,"duration":3}},{"uid":"71ebd42f0f980ffb","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/71ebd42f0f980ffb","status":"passed","time":{"start":1714297423397,"stop":1714297423398,"duration":1}}]},"tags":[]},"source":"9478ed9dd7289ec5.json","parameterValues":[]} \ No newline at end of file +{"uid":"ad87ef4ef2d1c531","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":1714501184627,"stop":1714501184628,"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":3,"unknown":0,"total":3},"items":[{"uid":"916b4bbcea53e88f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/916b4bbcea53e88f","status":"passed","time":{"start":1714494914010,"stop":1714494914011,"duration":1}},{"uid":"3077da67df1508cf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3077da67df1508cf","status":"passed","time":{"start":1714493011111,"stop":1714493011111,"duration":0}}]},"tags":[]},"source":"ad87ef4ef2d1c531.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/efa86b445172e0ff.json b/6962/data/test-cases/ada59e9e79015d87.json similarity index 76% rename from 6944/data/test-cases/efa86b445172e0ff.json rename to 6962/data/test-cases/ada59e9e79015d87.json index fb433bd4265..f3cee1d6f99 100644 --- a/6944/data/test-cases/efa86b445172e0ff.json +++ b/6962/data/test-cases/ada59e9e79015d87.json @@ -1 +1 @@ -{"uid":"efa86b445172e0ff","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":1714425348167,"stop":1714425348169,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"f528b8578945671c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f528b8578945671c","status":"passed","time":{"start":1714415541639,"stop":1714415541639,"duration":0}},{"uid":"c81484fde6fd0892","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c81484fde6fd0892","status":"passed","time":{"start":1714415666668,"stop":1714415666669,"duration":1}},{"uid":"d4c9d2c5bd4b50d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d4c9d2c5bd4b50d","status":"passed","time":{"start":1714407867313,"stop":1714407867313,"duration":0}},{"uid":"1998d86987075b5f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1998d86987075b5f","status":"passed","time":{"start":1714406901733,"stop":1714406901734,"duration":1}},{"uid":"72c83e8b98b8d9bc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/72c83e8b98b8d9bc","status":"passed","time":{"start":1714404685927,"stop":1714404685927,"duration":0}},{"uid":"129981cae364531c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/129981cae364531c","status":"passed","time":{"start":1714404389181,"stop":1714404389181,"duration":0}},{"uid":"1654d22b526e2d9f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/1654d22b526e2d9f","status":"passed","time":{"start":1714404179631,"stop":1714404179632,"duration":1}},{"uid":"64572d9e57a87353","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/64572d9e57a87353","status":"passed","time":{"start":1714386642370,"stop":1714386642370,"duration":0}},{"uid":"9ad5765308176d11","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/9ad5765308176d11","status":"passed","time":{"start":1714385705581,"stop":1714385705582,"duration":1}},{"uid":"709c79de89da544","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/709c79de89da544","status":"passed","time":{"start":1714385001589,"stop":1714385001589,"duration":0}},{"uid":"f97fd829d40f80c6","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f97fd829d40f80c6","status":"passed","time":{"start":1714384689774,"stop":1714384689774,"duration":0}},{"uid":"b1ec2a6bc9aa64c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b1ec2a6bc9aa64c","status":"passed","time":{"start":1714383060295,"stop":1714383060296,"duration":1}},{"uid":"df420feb5983f10d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/df420feb5983f10d","status":"passed","time":{"start":1714383479962,"stop":1714383479962,"duration":0}},{"uid":"987b3be1d1317f73","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/987b3be1d1317f73","status":"passed","time":{"start":1714382864755,"stop":1714382864755,"duration":0}},{"uid":"5eb0089e4db2a751","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5eb0089e4db2a751","status":"passed","time":{"start":1714383281571,"stop":1714383281571,"duration":0}},{"uid":"a8ebcce7075911","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a8ebcce7075911","status":"passed","time":{"start":1714383168052,"stop":1714383168052,"duration":0}},{"uid":"c93c301247c31e63","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c93c301247c31e63","status":"passed","time":{"start":1714381685735,"stop":1714381685735,"duration":0}},{"uid":"1f05c4fb8bcd4069","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/1f05c4fb8bcd4069","status":"passed","time":{"start":1714380450795,"stop":1714380450795,"duration":0}},{"uid":"e5a345b1ae121081","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e5a345b1ae121081","status":"passed","time":{"start":1714380035050,"stop":1714380035050,"duration":0}},{"uid":"ba07dff6fbf9c0a1","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ba07dff6fbf9c0a1","status":"passed","time":{"start":1714297259134,"stop":1714297259134,"duration":0}}]},"tags":[]},"source":"efa86b445172e0ff.json","parameterValues":[]} \ No newline at end of file +{"uid":"ada59e9e79015d87","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":1714501036154,"stop":1714501036154,"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":3,"unknown":0,"total":3},"items":[{"uid":"1cbf3585099c94be","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1cbf3585099c94be","status":"passed","time":{"start":1714494788123,"stop":1714494788124,"duration":1}},{"uid":"44c0886436346274","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44c0886436346274","status":"passed","time":{"start":1714492860426,"stop":1714492860426,"duration":0}}]},"tags":[]},"source":"ada59e9e79015d87.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/643c679183e0eed3.json b/6962/data/test-cases/ae786acd448814c8.json similarity index 78% rename from 6944/data/test-cases/643c679183e0eed3.json rename to 6962/data/test-cases/ae786acd448814c8.json index d5ba5e7541c..f75600e787d 100644 --- a/6944/data/test-cases/643c679183e0eed3.json +++ b/6962/data/test-cases/ae786acd448814c8.json @@ -1 +1 @@ -{"uid":"643c679183e0eed3","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":1714425369964,"stop":1714425369964,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"20299b3dd0c76cd3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/20299b3dd0c76cd3","status":"passed","time":{"start":1714415516379,"stop":1714415516380,"duration":1}},{"uid":"286b99d23b9e2699","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/286b99d23b9e2699","status":"passed","time":{"start":1714415679032,"stop":1714415679032,"duration":0}},{"uid":"27264c1314c0871","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/27264c1314c0871","status":"passed","time":{"start":1714407884328,"stop":1714407884328,"duration":0}},{"uid":"d7d368a5821cb8e3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d7d368a5821cb8e3","status":"passed","time":{"start":1714406914327,"stop":1714406914327,"duration":0}},{"uid":"edee69ed3a3c17d7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/edee69ed3a3c17d7","status":"passed","time":{"start":1714404690112,"stop":1714404690117,"duration":5}},{"uid":"76b7d8e5c755beda","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/76b7d8e5c755beda","status":"passed","time":{"start":1714404379787,"stop":1714404379787,"duration":0}},{"uid":"ec46ef7d2ba49e42","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ec46ef7d2ba49e42","status":"passed","time":{"start":1714404194549,"stop":1714404194549,"duration":0}},{"uid":"cee4f5a2379f7a56","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/cee4f5a2379f7a56","status":"passed","time":{"start":1714386653736,"stop":1714386653737,"duration":1}},{"uid":"b7d7643a92371b7c","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b7d7643a92371b7c","status":"passed","time":{"start":1714385733957,"stop":1714385733957,"duration":0}},{"uid":"a4355beaf90bcaa2","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a4355beaf90bcaa2","status":"passed","time":{"start":1714385024710,"stop":1714385024711,"duration":1}},{"uid":"b54bba50ed2011a9","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b54bba50ed2011a9","status":"passed","time":{"start":1714384714556,"stop":1714384714556,"duration":0}},{"uid":"c8cfee87373d00f3","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c8cfee87373d00f3","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067752,"stop":1714384067752,"duration":0}},{"uid":"d37cf6e42f68e575","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d37cf6e42f68e575","status":"passed","time":{"start":1714383490742,"stop":1714383490743,"duration":1}},{"uid":"b62865ffb9cfb7d1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b62865ffb9cfb7d1","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840445,"stop":1714383840445,"duration":0}},{"uid":"69adda8e6bbe5f0e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/69adda8e6bbe5f0e","status":"passed","time":{"start":1714383300562,"stop":1714383300564,"duration":2}},{"uid":"e27cd3e843ca1168","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e27cd3e843ca1168","status":"passed","time":{"start":1714383176776,"stop":1714383176777,"duration":1}},{"uid":"dab9b740c01ad62","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/dab9b740c01ad62","status":"passed","time":{"start":1714381688740,"stop":1714381688741,"duration":1}},{"uid":"3154a8413660e43b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3154a8413660e43b","status":"passed","time":{"start":1714380481152,"stop":1714380481152,"duration":0}},{"uid":"8931ff8eabdd4bf7","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/8931ff8eabdd4bf7","status":"passed","time":{"start":1714380049532,"stop":1714380049532,"duration":0}},{"uid":"92d8047b554a2225","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/92d8047b554a2225","status":"passed","time":{"start":1714297302890,"stop":1714297302892,"duration":2}}]},"tags":[]},"source":"643c679183e0eed3.json","parameterValues":[]} \ No newline at end of file +{"uid":"ae786acd448814c8","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":1714501050446,"stop":1714501050448,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4e4b86c11ee8a3b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4e4b86c11ee8a3b1","status":"passed","time":{"start":1714494785911,"stop":1714494785911,"duration":0}},{"uid":"f1e7bcf7e23fa5f1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1e7bcf7e23fa5f1","status":"passed","time":{"start":1714492898567,"stop":1714492898567,"duration":0}}]},"tags":[]},"source":"ae786acd448814c8.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/aee09556798882cc.json b/6962/data/test-cases/aee09556798882cc.json new file mode 100644 index 00000000000..7757a8cd5af --- /dev/null +++ b/6962/data/test-cases/aee09556798882cc.json @@ -0,0 +1 @@ +{"uid":"aee09556798882cc","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /0/toychat/2/huilong/proto to shard index 3","historyId":"3de2eba7a62ee9ed5cdf8a86f8718f30:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525328,"stop":1714500525328,"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":3,"unknown":0,"total":3},"items":[{"uid":"f403e41aca402298","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f403e41aca402298","status":"passed","time":{"start":1714494276805,"stop":1714494276806,"duration":1}},{"uid":"842cce64fe6bf0d5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/842cce64fe6bf0d5","status":"passed","time":{"start":1714492380859,"stop":1714492380860,"duration":1}}]},"tags":[]},"source":"aee09556798882cc.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/bbd39d95cf6e5729.json b/6962/data/test-cases/af0e4f88ae4390ab.json similarity index 77% rename from 6944/data/test-cases/bbd39d95cf6e5729.json rename to 6962/data/test-cases/af0e4f88ae4390ab.json index 99c5c9e879d..47e62368746 100644 --- a/6944/data/test-cases/bbd39d95cf6e5729.json +++ b/6962/data/test-cases/af0e4f88ae4390ab.json @@ -1 +1 @@ -{"uid":"bbd39d95cf6e5729","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":1714425369909,"stop":1714425369910,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"76b5abb0b0c173d1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/76b5abb0b0c173d1","status":"passed","time":{"start":1714415516351,"stop":1714415516351,"duration":0}},{"uid":"a796682e84f28c8f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a796682e84f28c8f","status":"passed","time":{"start":1714415679012,"stop":1714415679013,"duration":1}},{"uid":"61c1d6d701519ed","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/61c1d6d701519ed","status":"passed","time":{"start":1714407884309,"stop":1714407884310,"duration":1}},{"uid":"d868b708987b7e9f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d868b708987b7e9f","status":"passed","time":{"start":1714406914265,"stop":1714406914265,"duration":0}},{"uid":"e1f8c83b02a8a512","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e1f8c83b02a8a512","status":"passed","time":{"start":1714404690095,"stop":1714404690095,"duration":0}},{"uid":"33afd36e8ac1e14f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/33afd36e8ac1e14f","status":"passed","time":{"start":1714404379762,"stop":1714404379762,"duration":0}},{"uid":"26e0c3db0a7f9860","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/26e0c3db0a7f9860","status":"passed","time":{"start":1714404194529,"stop":1714404194530,"duration":1}},{"uid":"d5c383d5a61847ae","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d5c383d5a61847ae","status":"passed","time":{"start":1714386653710,"stop":1714386653710,"duration":0}},{"uid":"b3b366a2f2321ce2","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b3b366a2f2321ce2","status":"passed","time":{"start":1714385733936,"stop":1714385733937,"duration":1}},{"uid":"b57080d8b983f4ad","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b57080d8b983f4ad","status":"passed","time":{"start":1714385024677,"stop":1714385024679,"duration":2}},{"uid":"10dc0b04f5edce84","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/10dc0b04f5edce84","status":"passed","time":{"start":1714384714532,"stop":1714384714532,"duration":0}},{"uid":"ffcfe49fb491745","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ffcfe49fb491745","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067699,"stop":1714384067699,"duration":0}},{"uid":"f6d32562f533f853","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f6d32562f533f853","status":"passed","time":{"start":1714383490721,"stop":1714383490722,"duration":1}},{"uid":"6f68f617d51472ca","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6f68f617d51472ca","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840393,"stop":1714383840393,"duration":0}},{"uid":"f46e10c1a9fa768d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f46e10c1a9fa768d","status":"passed","time":{"start":1714383300536,"stop":1714383300536,"duration":0}},{"uid":"98e9a035d37ccf99","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/98e9a035d37ccf99","status":"passed","time":{"start":1714383176760,"stop":1714383176760,"duration":0}},{"uid":"90843d18d553f6cc","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/90843d18d553f6cc","status":"passed","time":{"start":1714381688725,"stop":1714381688725,"duration":0}},{"uid":"845b1e709d5d772f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/845b1e709d5d772f","status":"passed","time":{"start":1714380481126,"stop":1714380481126,"duration":0}},{"uid":"47a759022ca4c452","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/47a759022ca4c452","status":"passed","time":{"start":1714380049509,"stop":1714380049510,"duration":1}},{"uid":"27e793e4cd5b7186","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/27e793e4cd5b7186","status":"passed","time":{"start":1714297302868,"stop":1714297302869,"duration":1}}]},"tags":[]},"source":"bbd39d95cf6e5729.json","parameterValues":[]} \ No newline at end of file +{"uid":"af0e4f88ae4390ab","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":1714501050426,"stop":1714501050427,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"da759a4589f4be9b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da759a4589f4be9b","status":"passed","time":{"start":1714494785887,"stop":1714494785887,"duration":0}},{"uid":"9a409b124854b17a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a409b124854b17a","status":"passed","time":{"start":1714492898551,"stop":1714492898552,"duration":1}}]},"tags":[]},"source":"af0e4f88ae4390ab.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/af3778f3cc16ccb9.json b/6962/data/test-cases/af3778f3cc16ccb9.json new file mode 100644 index 00000000000..19c9d908e10 --- /dev/null +++ b/6962/data/test-cases/af3778f3cc16ccb9.json @@ -0,0 +1 @@ +{"uid":"af3778f3cc16ccb9","name":"should decode valid enr successfully","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid enr successfully","historyId":"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500534096,"stop":1714500534097,"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":3,"unknown":0,"total":3},"items":[{"uid":"484159d71569ec61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/484159d71569ec61","status":"passed","time":{"start":1714494285519,"stop":1714494285519,"duration":0}},{"uid":"7899921c71819a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7899921c71819a","status":"passed","time":{"start":1714492389332,"stop":1714492389332,"duration":0}}]},"tags":[]},"source":"af3778f3cc16ccb9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/66940e104f9ad363.json b/6962/data/test-cases/af3f46f74ad81bc6.json similarity index 51% rename from 6944/data/test-cases/66940e104f9ad363.json rename to 6962/data/test-cases/af3f46f74ad81bc6.json index 99ac573902d..a0438314953 100644 --- a/6944/data/test-cases/66940e104f9ad363.json +++ b/6962/data/test-cases/af3f46f74ad81bc6.json @@ -1 +1 @@ -{"uid":"66940e104f9ad363","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":1714425481552,"stop":1714425481553,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"fff7ca9d46b57ea6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fff7ca9d46b57ea6","status":"passed","time":{"start":1714415686074,"stop":1714415686078,"duration":4}},{"uid":"2efd351b5b730eb4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2efd351b5b730eb4","status":"passed","time":{"start":1714415795612,"stop":1714415795612,"duration":0}},{"uid":"42495c7d2224da32","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/42495c7d2224da32","status":"passed","time":{"start":1714407995021,"stop":1714407995021,"duration":0}},{"uid":"56f90c06bc48ed1b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/56f90c06bc48ed1b","status":"passed","time":{"start":1714407036729,"stop":1714407036729,"duration":0}},{"uid":"a2522d7ba9b0d674","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a2522d7ba9b0d674","status":"passed","time":{"start":1714404808158,"stop":1714404808159,"duration":1}},{"uid":"b3ba1f55dc70d816","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b3ba1f55dc70d816","status":"passed","time":{"start":1714404519338,"stop":1714404519338,"duration":0}},{"uid":"2c04e6526f7815fe","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2c04e6526f7815fe","status":"passed","time":{"start":1714404315525,"stop":1714404315526,"duration":1}},{"uid":"134779f2c1d2c943","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/134779f2c1d2c943","status":"passed","time":{"start":1714386778138,"stop":1714386778138,"duration":0}},{"uid":"312af5d299718b99","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/312af5d299718b99","status":"passed","time":{"start":1714385841955,"stop":1714385841956,"duration":1}},{"uid":"31b26cb973b97b82","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/31b26cb973b97b82","status":"passed","time":{"start":1714385131430,"stop":1714385131431,"duration":1}},{"uid":"4850e4bcc8557c4c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4850e4bcc8557c4c","status":"passed","time":{"start":1714384826765,"stop":1714384826765,"duration":0}},{"uid":"b2c80a13f37dfb6a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b2c80a13f37dfb6a","status":"passed","time":{"start":1714383262698,"stop":1714383262698,"duration":0}},{"uid":"3ca494aa39dfe530","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3ca494aa39dfe530","status":"passed","time":{"start":1714383620923,"stop":1714383620923,"duration":0}},{"uid":"a14c06c858910a9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a14c06c858910a9","status":"passed","time":{"start":1714383056479,"stop":1714383056480,"duration":1}},{"uid":"10130abe7071bc57","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/10130abe7071bc57","status":"passed","time":{"start":1714383418020,"stop":1714383418020,"duration":0}},{"uid":"a3b7ca28356e7ec","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a3b7ca28356e7ec","status":"passed","time":{"start":1714383301573,"stop":1714383301574,"duration":1}},{"uid":"5d34f1e1b71b197c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/5d34f1e1b71b197c","status":"passed","time":{"start":1714381806808,"stop":1714381806809,"duration":1}},{"uid":"ac09b09402f5d822","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ac09b09402f5d822","status":"passed","time":{"start":1714380586352,"stop":1714380586353,"duration":1}},{"uid":"a84f99cbf7ade8ea","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a84f99cbf7ade8ea","status":"passed","time":{"start":1714380172628,"stop":1714380172629,"duration":1}},{"uid":"f2ac51a48f7491e2","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f2ac51a48f7491e2","status":"passed","time":{"start":1714297394246,"stop":1714297394246,"duration":0}}]},"tags":[]},"source":"66940e104f9ad363.json","parameterValues":[]} \ No newline at end of file +{"uid":"af3f46f74ad81bc6","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":1714501174013,"stop":1714501174013,"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":3,"unknown":0,"total":3},"items":[{"uid":"9f51c7cceee2f5fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f51c7cceee2f5fc","status":"passed","time":{"start":1714494908933,"stop":1714494908933,"duration":0}},{"uid":"6ccee31d57496f04","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6ccee31d57496f04","status":"passed","time":{"start":1714492995227,"stop":1714492995227,"duration":0}}]},"tags":[]},"source":"af3f46f74ad81bc6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/af70c32a332f4097.json b/6962/data/test-cases/af70c32a332f4097.json new file mode 100644 index 00000000000..9bb3d0a30c1 --- /dev/null +++ b/6962/data/test-cases/af70c32a332f4097.json @@ -0,0 +1 @@ +{"uid":"af70c32a332f4097","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":1714500744131,"stop":1714500744137,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=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":3,"unknown":0,"total":3},"items":[{"uid":"ca5b7593e183e9be","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ca5b7593e183e9be","status":"passed","time":{"start":1714494482338,"stop":1714494482340,"duration":2}},{"uid":"c96d26d6dce778a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c96d26d6dce778a7","status":"passed","time":{"start":1714492591352,"stop":1714492591353,"duration":1}}]},"tags":[]},"source":"af70c32a332f4097.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/aff5f9954bebccd4.json b/6962/data/test-cases/aff5f9954bebccd4.json new file mode 100644 index 00000000000..1430aa86380 --- /dev/null +++ b/6962/data/test-cases/aff5f9954bebccd4.json @@ -0,0 +1 @@ +{"uid":"aff5f9954bebccd4","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":1714500533160,"stop":1714500533163,"duration":3},"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":3,"unknown":0,"total":3},"items":[{"uid":"b37a449e46a7b41d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b37a449e46a7b41d","status":"passed","time":{"start":1714494284807,"stop":1714494284807,"duration":0}},{"uid":"75d4bdd0f84c0e69","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/75d4bdd0f84c0e69","status":"passed","time":{"start":1714492388586,"stop":1714492388589,"duration":3}}]},"tags":[]},"source":"aff5f9954bebccd4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b005014a399df2fb.json b/6962/data/test-cases/b005014a399df2fb.json new file mode 100644 index 00000000000..eb57f348b21 --- /dev/null +++ b/6962/data/test-cases/b005014a399df2fb.json @@ -0,0 +1 @@ +{"uid":"b005014a399df2fb","name":"random static sharding 1 - Cluster ID: 317, Shard ID: 21","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 1 - Cluster ID: 317, Shard ID: 21","historyId":"3f24dd45f4d11590decacef2e4e136cc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106173,"stop":1714501106174,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"b005014a399df2fb.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b025d9c195b284d4.json b/6962/data/test-cases/b025d9c195b284d4.json new file mode 100644 index 00000000000..fb3ea90b588 --- /dev/null +++ b/6962/data/test-cases/b025d9c195b284d4.json @@ -0,0 +1 @@ +{"uid":"b025d9c195b284d4","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","historyId":"a242d1f679d17baff3f4f91a56d231bf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525344,"stop":1714500525344,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"be12165a88a7a99","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be12165a88a7a99","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"bc715fc9b421fbc9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bc715fc9b421fbc9","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"tags":[]},"source":"b025d9c195b284d4.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/dbb6816f2dd15b0.json b/6962/data/test-cases/b06570b915e0979.json similarity index 53% rename from 6944/data/test-cases/dbb6816f2dd15b0.json rename to 6962/data/test-cases/b06570b915e0979.json index 99251863161..c4855e3ebaa 100644 --- a/6944/data/test-cases/dbb6816f2dd15b0.json +++ b/6962/data/test-cases/b06570b915e0979.json @@ -1 +1 @@ -{"uid":"dbb6816f2dd15b0","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":1714425369968,"stop":1714425369968,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"4c718e1ea74a4b04","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4c718e1ea74a4b04","status":"passed","time":{"start":1714415516381,"stop":1714415516382,"duration":1}},{"uid":"9f4054c20c2516f7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9f4054c20c2516f7","status":"passed","time":{"start":1714415679033,"stop":1714415679033,"duration":0}},{"uid":"a69b81e70448096","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a69b81e70448096","status":"passed","time":{"start":1714407884331,"stop":1714407884331,"duration":0}},{"uid":"1a5793c126b618cf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1a5793c126b618cf","status":"passed","time":{"start":1714406914329,"stop":1714406914329,"duration":0}},{"uid":"6336cdb61bb1df24","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6336cdb61bb1df24","status":"passed","time":{"start":1714404690120,"stop":1714404690120,"duration":0}},{"uid":"6c75f7323d832803","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6c75f7323d832803","status":"passed","time":{"start":1714404379790,"stop":1714404379790,"duration":0}},{"uid":"a68680ed02af966d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a68680ed02af966d","status":"passed","time":{"start":1714404194551,"stop":1714404194551,"duration":0}},{"uid":"7eb90ebe6067460c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7eb90ebe6067460c","status":"passed","time":{"start":1714386653740,"stop":1714386653740,"duration":0}},{"uid":"99a6a2535689a8da","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/99a6a2535689a8da","status":"passed","time":{"start":1714385733959,"stop":1714385733959,"duration":0}},{"uid":"87ed5c9deb17028d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/87ed5c9deb17028d","status":"passed","time":{"start":1714385024712,"stop":1714385024713,"duration":1}},{"uid":"3d49083c5a86c1d1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3d49083c5a86c1d1","status":"passed","time":{"start":1714384714558,"stop":1714384714558,"duration":0}},{"uid":"1cd87a53ad901109","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1cd87a53ad901109","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067760,"stop":1714384067760,"duration":0}},{"uid":"ed579801d65408dc","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ed579801d65408dc","status":"passed","time":{"start":1714383490752,"stop":1714383490753,"duration":1}},{"uid":"9ca47cf9d9f54902","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9ca47cf9d9f54902","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840453,"stop":1714383840454,"duration":1}},{"uid":"355947f3df03ee15","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/355947f3df03ee15","status":"passed","time":{"start":1714383300572,"stop":1714383300572,"duration":0}},{"uid":"fa9ce631ac0032ac","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fa9ce631ac0032ac","status":"passed","time":{"start":1714383176780,"stop":1714383176780,"duration":0}},{"uid":"877c83acd51b12","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/877c83acd51b12","status":"passed","time":{"start":1714381688742,"stop":1714381688743,"duration":1}},{"uid":"3756253a4e2161d9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3756253a4e2161d9","status":"passed","time":{"start":1714380481154,"stop":1714380481155,"duration":1}},{"uid":"e1cc1fa122298f05","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e1cc1fa122298f05","status":"passed","time":{"start":1714380049534,"stop":1714380049536,"duration":2}},{"uid":"89ac14135d9cabe1","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/89ac14135d9cabe1","status":"passed","time":{"start":1714297302895,"stop":1714297302895,"duration":0}}]},"tags":[]},"source":"dbb6816f2dd15b0.json","parameterValues":[]} \ No newline at end of file +{"uid":"b06570b915e0979","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":1714501050446,"stop":1714501050446,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"335c3f8ca9ea5077","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/335c3f8ca9ea5077","status":"passed","time":{"start":1714494785911,"stop":1714494785911,"duration":0}},{"uid":"a21e414e60e10b95","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a21e414e60e10b95","status":"passed","time":{"start":1714492898566,"stop":1714492898566,"duration":0}}]},"tags":[]},"source":"b06570b915e0979.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/956e97a9fba1701b.json b/6962/data/test-cases/b0a2b7cd1bf9836a.json similarity index 73% rename from 6944/data/test-cases/956e97a9fba1701b.json rename to 6962/data/test-cases/b0a2b7cd1bf9836a.json index 59e22db7e0f..5e9d5973e21 100644 --- a/6944/data/test-cases/956e97a9fba1701b.json +++ b/6962/data/test-cases/b0a2b7cd1bf9836a.json @@ -1 +1 @@ -{"uid":"956e97a9fba1701b","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425349849,"stop":1714425349849,"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":74,"unknown":0,"total":74},"items":[{"uid":"161b701e2edd396a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/161b701e2edd396a","status":"passed","time":{"start":1714415539972,"stop":1714415539972,"duration":0}},{"uid":"15b2011cd6485f41","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/15b2011cd6485f41","status":"passed","time":{"start":1714415671311,"stop":1714415671312,"duration":1}},{"uid":"a4e788faea123052","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a4e788faea123052","status":"passed","time":{"start":1714407878076,"stop":1714407878076,"duration":0}},{"uid":"b126abf96d17b7b9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b126abf96d17b7b9","status":"passed","time":{"start":1714406907367,"stop":1714406907368,"duration":1}},{"uid":"b8e74e92ee20ffdc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b8e74e92ee20ffdc","status":"passed","time":{"start":1714404685453,"stop":1714404685454,"duration":1}},{"uid":"8a92b0fb35878ff9","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8a92b0fb35878ff9","status":"passed","time":{"start":1714404397999,"stop":1714404397999,"duration":0}},{"uid":"e69426d2528bc772","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e69426d2528bc772","status":"passed","time":{"start":1714404193469,"stop":1714404193469,"duration":0}},{"uid":"a1c5448e42ff956e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a1c5448e42ff956e","status":"passed","time":{"start":1714386646783,"stop":1714386646784,"duration":1}},{"uid":"7426c8562a919fd0","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7426c8562a919fd0","status":"passed","time":{"start":1714385711027,"stop":1714385711027,"duration":0}},{"uid":"f6b8cf56fdb0172a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f6b8cf56fdb0172a","status":"passed","time":{"start":1714385006971,"stop":1714385006972,"duration":1}},{"uid":"a099828eab5cef9a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a099828eab5cef9a","status":"passed","time":{"start":1714384687412,"stop":1714384687413,"duration":1}},{"uid":"8e0cd56c1f843c89","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/8e0cd56c1f843c89","status":"passed","time":{"start":1714383085780,"stop":1714383085781,"duration":1}},{"uid":"e0800db069723cea","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e0800db069723cea","status":"passed","time":{"start":1714383482547,"stop":1714383482547,"duration":0}},{"uid":"c386f3e58dd384b7","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c386f3e58dd384b7","status":"passed","time":{"start":1714382879518,"stop":1714382879519,"duration":1}},{"uid":"297684ebd7ffa48d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/297684ebd7ffa48d","status":"passed","time":{"start":1714383290169,"stop":1714383290169,"duration":0}},{"uid":"b64064583f8b8422","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b64064583f8b8422","status":"passed","time":{"start":1714383178707,"stop":1714383178711,"duration":4}},{"uid":"8dbde34c55585b31","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8dbde34c55585b31","status":"passed","time":{"start":1714381680841,"stop":1714381680864,"duration":23}},{"uid":"c9e1eb6471a61a84","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c9e1eb6471a61a84","status":"passed","time":{"start":1714380462776,"stop":1714380462777,"duration":1}},{"uid":"d0977473249aa67a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d0977473249aa67a","status":"passed","time":{"start":1714380037745,"stop":1714380037745,"duration":0}},{"uid":"6a1ae5a395ab9053","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6a1ae5a395ab9053","status":"passed","time":{"start":1714297267377,"stop":1714297267377,"duration":0}}]},"tags":[]},"source":"956e97a9fba1701b.json","parameterValues":[]} \ No newline at end of file +{"uid":"b0a2b7cd1bf9836a","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501039475,"stop":1714501039475,"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":3,"unknown":0,"total":3},"items":[{"uid":"884b6932e54afea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/884b6932e54afea","status":"passed","time":{"start":1714494791232,"stop":1714494791233,"duration":1}},{"uid":"3846e3fad61e24ba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3846e3fad61e24ba","status":"passed","time":{"start":1714492870701,"stop":1714492870702,"duration":1}}]},"tags":[]},"source":"b0a2b7cd1bf9836a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/7e26e23568abe8c0.json b/6962/data/test-cases/b136df7f5620e194.json similarity index 80% rename from 6944/data/test-cases/7e26e23568abe8c0.json rename to 6962/data/test-cases/b136df7f5620e194.json index 54e37110f26..7cb94f2a95c 100644 --- a/6944/data/test-cases/7e26e23568abe8c0.json +++ b/6962/data/test-cases/b136df7f5620e194.json @@ -1 +1 @@ -{"uid":"7e26e23568abe8c0","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Error when try to subscribe to more than 101 topics (new limit)","historyId":"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425534892,"stop":1714425534892,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"skipped":0,"passed":69,"unknown":0,"total":72},"items":[{"uid":"542e8e6a50a4cb77","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/542e8e6a50a4cb77","status":"passed","time":{"start":1714415702293,"stop":1714415702293,"duration":0}},{"uid":"9a96586efb4676f6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9a96586efb4676f6","status":"passed","time":{"start":1714415850500,"stop":1714415850501,"duration":1}},{"uid":"e73155183aff7ffb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e73155183aff7ffb","status":"passed","time":{"start":1714408049950,"stop":1714408049950,"duration":0}},{"uid":"66992fe570bad444","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/66992fe570bad444","status":"passed","time":{"start":1714407080672,"stop":1714407080673,"duration":1}},{"uid":"292edf9f93231e2a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/292edf9f93231e2a","status":"passed","time":{"start":1714404860590,"stop":1714404860590,"duration":0}},{"uid":"41f0d5ed617b9a85","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/41f0d5ed617b9a85","status":"broken","statusDetails":"Subscribe to 101 topics was successful but was expected to fail with a specific error.","time":{"start":1714404585202,"stop":1714404585202,"duration":0}},{"uid":"1d4d688c95427646","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/1d4d688c95427646","status":"passed","time":{"start":1714404366311,"stop":1714404366311,"duration":0}},{"uid":"5b949417c6fc2934","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5b949417c6fc2934","status":"passed","time":{"start":1714386825529,"stop":1714386825529,"duration":0}},{"uid":"a5e547797e8e7451","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a5e547797e8e7451","status":"passed","time":{"start":1714385893740,"stop":1714385893740,"duration":0}},{"uid":"f11e2aa0ff4c7217","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f11e2aa0ff4c7217","status":"passed","time":{"start":1714385188016,"stop":1714385188016,"duration":0}},{"uid":"49275aa20ec7bd72","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/49275aa20ec7bd72","status":"passed","time":{"start":1714384869915,"stop":1714384869915,"duration":0}},{"uid":"52581f142b406739","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/52581f142b406739","status":"passed","time":{"start":1714384237140,"stop":1714384237140,"duration":0}},{"uid":"38321c24949a4074","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/38321c24949a4074","status":"passed","time":{"start":1714383661925,"stop":1714383661925,"duration":0}},{"uid":"86048de4f3eab0fc","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/86048de4f3eab0fc","status":"passed","time":{"start":1714384018814,"stop":1714384018815,"duration":1}},{"uid":"644e4a7c414cd358","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/644e4a7c414cd358","status":"passed","time":{"start":1714383474184,"stop":1714383474184,"duration":0}},{"uid":"7fbe6c738db8d138","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7fbe6c738db8d138","status":"passed","time":{"start":1714383351255,"stop":1714383351255,"duration":0}},{"uid":"1c9299ddc773dcaf","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1c9299ddc773dcaf","status":"passed","time":{"start":1714381860518,"stop":1714381860518,"duration":0}},{"uid":"e725cc4a7ff9ed68","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e725cc4a7ff9ed68","status":"passed","time":{"start":1714380649664,"stop":1714380649664,"duration":0}},{"uid":"2bb7585025cb07d0","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/2bb7585025cb07d0","status":"passed","time":{"start":1714380216163,"stop":1714380216164,"duration":1}},{"uid":"d477694742fd7ca5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d477694742fd7ca5","status":"passed","time":{"start":1714297452332,"stop":1714297452332,"duration":0}}]},"tags":[]},"source":"7e26e23568abe8c0.json","parameterValues":[]} \ No newline at end of file +{"uid":"b136df7f5620e194","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Error when try to subscribe to more than 101 topics (new limit)","historyId":"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501220692,"stop":1714501220693,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"5e4ea1c4920128dd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5e4ea1c4920128dd","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"99900d409e3d0cc3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/99900d409e3d0cc3","status":"passed","time":{"start":1714493052141,"stop":1714493052141,"duration":0}}]},"tags":[]},"source":"b136df7f5620e194.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b141e3413d601941.json b/6962/data/test-cases/b141e3413d601941.json new file mode 100644 index 00000000000..535002b9be8 --- /dev/null +++ b/6962/data/test-cases/b141e3413d601941.json @@ -0,0 +1 @@ +{"uid":"b141e3413d601941","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":1714500538711,"stop":1714500538711,"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":3,"unknown":0,"total":3},"items":[{"uid":"441d4885e540bcaa","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/441d4885e540bcaa","status":"passed","time":{"start":1714494290034,"stop":1714494290035,"duration":1}},{"uid":"c91639cd0d070dc6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c91639cd0d070dc6","status":"passed","time":{"start":1714492394075,"stop":1714492394075,"duration":0}}]},"tags":[]},"source":"b141e3413d601941.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/fc32ffad1dc3fcb8.json b/6962/data/test-cases/b1507fcf30538a8c.json similarity index 79% rename from 6944/data/test-cases/fc32ffad1dc3fcb8.json rename to 6962/data/test-cases/b1507fcf30538a8c.json index dc284a1f314..14ca9563737 100644 --- a/6944/data/test-cases/fc32ffad1dc3fcb8.json +++ b/6962/data/test-cases/b1507fcf30538a8c.json @@ -1 +1 @@ -{"uid":"fc32ffad1dc3fcb8","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":1714425534893,"stop":1714425534894,"duration":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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"1bd7c5df712fde04","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1bd7c5df712fde04","status":"passed","time":{"start":1714415702294,"stop":1714415702294,"duration":0}},{"uid":"f77dad9d985addd4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f77dad9d985addd4","status":"passed","time":{"start":1714415850502,"stop":1714415850502,"duration":0}},{"uid":"f3c3bfabe0176336","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f3c3bfabe0176336","status":"passed","time":{"start":1714408049951,"stop":1714408049951,"duration":0}},{"uid":"626818e051a94de4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/626818e051a94de4","status":"passed","time":{"start":1714407080674,"stop":1714407080674,"duration":0}},{"uid":"930cf39cfb1eef4b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/930cf39cfb1eef4b","status":"passed","time":{"start":1714404860591,"stop":1714404860591,"duration":0}},{"uid":"f9ed1158cdcc8eaf","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f9ed1158cdcc8eaf","status":"passed","time":{"start":1714404585203,"stop":1714404585204,"duration":1}},{"uid":"7a1a98d16088d303","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7a1a98d16088d303","status":"passed","time":{"start":1714404366312,"stop":1714404366312,"duration":0}},{"uid":"53ef14a4cc5047a2","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/53ef14a4cc5047a2","status":"passed","time":{"start":1714386825531,"stop":1714386825531,"duration":0}},{"uid":"fe21dd654eb67522","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/fe21dd654eb67522","status":"passed","time":{"start":1714385893741,"stop":1714385893741,"duration":0}},{"uid":"470662e35da69cdc","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/470662e35da69cdc","status":"passed","time":{"start":1714385188017,"stop":1714385188017,"duration":0}},{"uid":"6fe8c3ecde597e50","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6fe8c3ecde597e50","status":"passed","time":{"start":1714384869916,"stop":1714384869916,"duration":0}},{"uid":"bb2d16ef28c3e57","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/bb2d16ef28c3e57","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237146,"stop":1714384237146,"duration":0}},{"uid":"67af59b05d04ad2d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/67af59b05d04ad2d","status":"passed","time":{"start":1714383661926,"stop":1714383661927,"duration":1}},{"uid":"946828348183d180","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/946828348183d180","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018819,"stop":1714384018819,"duration":0}},{"uid":"c0ffe50c57c1e068","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c0ffe50c57c1e068","status":"passed","time":{"start":1714383474185,"stop":1714383474185,"duration":0}},{"uid":"a07b4464ac0da464","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a07b4464ac0da464","status":"passed","time":{"start":1714383351256,"stop":1714383351256,"duration":0}},{"uid":"d2459ddf8f66686f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d2459ddf8f66686f","status":"passed","time":{"start":1714381860519,"stop":1714381860519,"duration":0}},{"uid":"47b89308eeb9c81","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/47b89308eeb9c81","status":"passed","time":{"start":1714380649665,"stop":1714380649666,"duration":1}},{"uid":"c1f4991af84c8b97","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c1f4991af84c8b97","status":"passed","time":{"start":1714380216165,"stop":1714380216165,"duration":0}},{"uid":"11aabde7da5dd569","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/11aabde7da5dd569","status":"passed","time":{"start":1714297452334,"stop":1714297452334,"duration":0}}]},"tags":[]},"source":"fc32ffad1dc3fcb8.json","parameterValues":[]} \ No newline at end of file +{"uid":"b1507fcf30538a8c","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":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"af5f3210d7882d24","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af5f3210d7882d24","status":"passed","time":{"start":1714494954446,"stop":1714494954446,"duration":0}},{"uid":"79e84d40bae06640","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/79e84d40bae06640","status":"passed","time":{"start":1714493052142,"stop":1714493052142,"duration":0}}]},"tags":[]},"source":"b1507fcf30538a8c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b170c0c92e35239b.json b/6962/data/test-cases/b170c0c92e35239b.json new file mode 100644 index 00000000000..b2e0ed7464a --- /dev/null +++ b/6962/data/test-cases/b170c0c92e35239b.json @@ -0,0 +1 @@ +{"uid":"b170c0c92e35239b","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/rs","historyId":"34a5ad71b322e8d9f9d7e3491fd9ed30:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525344,"stop":1714500525344,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"29dfd5d292ea2f4b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/29dfd5d292ea2f4b","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"432c189161b68653","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/432c189161b68653","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"tags":[]},"source":"b170c0c92e35239b.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a05b86fbd465618a.json b/6962/data/test-cases/b1c271842dc1c205.json similarity index 60% rename from 6944/data/test-cases/a05b86fbd465618a.json rename to 6962/data/test-cases/b1c271842dc1c205.json index 9497a273c58..e6ebc2be0e5 100644 --- a/6944/data/test-cases/a05b86fbd465618a.json +++ b/6962/data/test-cases/b1c271842dc1c205.json @@ -1 +1 @@ -{"uid":"a05b86fbd465618a","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":1714425451131,"stop":1714425451132,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"105b33a42d7b92ad","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/105b33a42d7b92ad","status":"passed","time":{"start":1714415638838,"stop":1714415638838,"duration":0}},{"uid":"f8b096cb1041ac04","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f8b096cb1041ac04","status":"passed","time":{"start":1714415763433,"stop":1714415763434,"duration":1}},{"uid":"93245c1a38b5c3fa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/93245c1a38b5c3fa","status":"passed","time":{"start":1714407962979,"stop":1714407962980,"duration":1}},{"uid":"82c1361c0bfefbb7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/82c1361c0bfefbb7","status":"passed","time":{"start":1714407006172,"stop":1714407006173,"duration":1}},{"uid":"8b6f87a83bf13b87","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8b6f87a83bf13b87","status":"passed","time":{"start":1714404780876,"stop":1714404780877,"duration":1}},{"uid":"2b4fc5bef0e0dc82","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2b4fc5bef0e0dc82","status":"passed","time":{"start":1714404472802,"stop":1714404472802,"duration":0}},{"uid":"c30987c816e82c89","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c30987c816e82c89","status":"passed","time":{"start":1714404283117,"stop":1714404283117,"duration":0}},{"uid":"85fc300472531ba1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/85fc300472531ba1","status":"passed","time":{"start":1714386745019,"stop":1714386745021,"duration":2}},{"uid":"b94587651bcf8794","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b94587651bcf8794","status":"passed","time":{"start":1714385808133,"stop":1714385808133,"duration":0}},{"uid":"e2831032d3db8662","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e2831032d3db8662","status":"passed","time":{"start":1714385100044,"stop":1714385100045,"duration":1}},{"uid":"818a44dd4aff6927","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/818a44dd4aff6927","status":"passed","time":{"start":1714384794969,"stop":1714384794969,"duration":0}},{"uid":"2fb0679899e2fb65","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/2fb0679899e2fb65","status":"passed","time":{"start":1714383216068,"stop":1714383216069,"duration":1}},{"uid":"2528460af24b0fae","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2528460af24b0fae","status":"passed","time":{"start":1714383588961,"stop":1714383588961,"duration":0}},{"uid":"5fc5568d2ca0914a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5fc5568d2ca0914a","status":"passed","time":{"start":1714383011680,"stop":1714383011682,"duration":2}},{"uid":"ed565a88763a9d63","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ed565a88763a9d63","status":"passed","time":{"start":1714383386203,"stop":1714383386204,"duration":1}},{"uid":"43c13d2e60f18646","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/43c13d2e60f18646","status":"passed","time":{"start":1714383270264,"stop":1714383270265,"duration":1}},{"uid":"ae26b2d836560b88","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ae26b2d836560b88","status":"passed","time":{"start":1714381774534,"stop":1714381774534,"duration":0}},{"uid":"26278e0b30c94e9a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/26278e0b30c94e9a","status":"passed","time":{"start":1714380552717,"stop":1714380552718,"duration":1}},{"uid":"c96865f6a9efd499","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c96865f6a9efd499","status":"passed","time":{"start":1714380140927,"stop":1714380140927,"duration":0}},{"uid":"86a1be13b946c367","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/86a1be13b946c367","status":"passed","time":{"start":1714297363004,"stop":1714297363004,"duration":0}}]},"tags":[]},"source":"a05b86fbd465618a.json","parameterValues":[]} \ No newline at end of file +{"uid":"b1c271842dc1c205","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":1714501140345,"stop":1714501140345,"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":3,"unknown":0,"total":3},"items":[{"uid":"da73372122b9f154","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da73372122b9f154","status":"passed","time":{"start":1714494884062,"stop":1714494884064,"duration":2}},{"uid":"3477a6e285ed01e4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3477a6e285ed01e4","status":"passed","time":{"start":1714492954774,"stop":1714492954775,"duration":1}}]},"tags":[]},"source":"b1c271842dc1c205.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b1f15aa49868ce32.json b/6962/data/test-cases/b1f15aa49868ce32.json new file mode 100644 index 00000000000..400ffc8028a --- /dev/null +++ b/6962/data/test-cases/b1f15aa49868ce32.json @@ -0,0 +1 @@ +{"uid":"b1f15aa49868ce32","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":1714500534097,"stop":1714500534097,"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":3,"unknown":0,"total":3},"items":[{"uid":"e9adcf7d2e07df52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e9adcf7d2e07df52","status":"passed","time":{"start":1714494285519,"stop":1714494285519,"duration":0}},{"uid":"270b6d85dd3ab77c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/270b6d85dd3ab77c","status":"passed","time":{"start":1714492389332,"stop":1714492389333,"duration":1}}]},"tags":[]},"source":"b1f15aa49868ce32.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b2108daa071755b2.json b/6962/data/test-cases/b2108daa071755b2.json new file mode 100644 index 00000000000..c89644c32cb --- /dev/null +++ b/6962/data/test-cases/b2108daa071755b2.json @@ -0,0 +1 @@ +{"uid":"b2108daa071755b2","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":1714500786929,"stop":1714500786929,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"bc9b8b86e7e251dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc9b8b86e7e251dc","status":"passed","time":{"start":1714494536936,"stop":1714494536936,"duration":0}},{"uid":"a36aa0e7cbb706a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a36aa0e7cbb706a7","status":"passed","time":{"start":1714492635271,"stop":1714492635271,"duration":0}}]},"tags":[]},"source":"b2108daa071755b2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b277c93cbf909069.json b/6962/data/test-cases/b277c93cbf909069.json new file mode 100644 index 00000000000..f916d295f0c --- /dev/null +++ b/6962/data/test-cases/b277c93cbf909069.json @@ -0,0 +1 @@ +{"uid":"b277c93cbf909069","name":"Asymmetric encrypt & decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Asymmetric encrypt & decrypt","historyId":"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500560557,"stop":1714500560557,"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":3,"unknown":0,"total":3},"items":[{"uid":"65a243da7569a586","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65a243da7569a586","status":"passed","time":{"start":1714494311520,"stop":1714494311521,"duration":1}},{"uid":"aa391192991f731f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aa391192991f731f","status":"passed","time":{"start":1714492411490,"stop":1714492411490,"duration":0}}]},"tags":[]},"source":"b277c93cbf909069.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b30e1b110e3777f.json b/6962/data/test-cases/b30e1b110e3777f.json new file mode 100644 index 00000000000..af784ac333c --- /dev/null +++ b/6962/data/test-cases/b30e1b110e3777f.json @@ -0,0 +1 @@ +{"uid":"b30e1b110e3777f","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":1714501050432,"stop":1714501050433,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7c3a7ad2a75dd6da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7c3a7ad2a75dd6da","status":"passed","time":{"start":1714494785899,"stop":1714494785900,"duration":1}},{"uid":"bdf172923c52fc6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bdf172923c52fc6b","status":"passed","time":{"start":1714492898556,"stop":1714492898557,"duration":1}}]},"tags":[]},"source":"b30e1b110e3777f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/e0caf2920e9e4849.json b/6962/data/test-cases/b384a9c5a1247ad3.json similarity index 85% rename from 6944/data/test-cases/e0caf2920e9e4849.json rename to 6962/data/test-cases/b384a9c5a1247ad3.json index 80f7d857f56..b30b1d5aee7 100644 --- a/6944/data/test-cases/e0caf2920e9e4849.json +++ b/6962/data/test-cases/b384a9c5a1247ad3.json @@ -1 +1 @@ -{"uid":"e0caf2920e9e4849","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":1714425435604,"stop":1714425435604,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"95e37b5ce7479770","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/95e37b5ce7479770","status":"passed","time":{"start":1714415590118,"stop":1714415590138,"duration":20}},{"uid":"1fbe0148fd74ff01","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1fbe0148fd74ff01","status":"passed","time":{"start":1714415739315,"stop":1714415739315,"duration":0}},{"uid":"9b1ff9c4f8301384","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b1ff9c4f8301384","status":"passed","time":{"start":1714407950097,"stop":1714407950098,"duration":1}},{"uid":"a5bcd57e2c8b4a7e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a5bcd57e2c8b4a7e","status":"passed","time":{"start":1714406978420,"stop":1714406978421,"duration":1}},{"uid":"62af013595fc0905","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/62af013595fc0905","status":"passed","time":{"start":1714404752132,"stop":1714404752133,"duration":1}},{"uid":"b5a38976dc72ce73","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b5a38976dc72ce73","status":"passed","time":{"start":1714404488086,"stop":1714404488095,"duration":9}},{"uid":"b4aaf4aae355a1cf","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b4aaf4aae355a1cf","status":"passed","time":{"start":1714404264814,"stop":1714404264815,"duration":1}},{"uid":"db158930cee0fd81","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/db158930cee0fd81","status":"passed","time":{"start":1714386718894,"stop":1714386718895,"duration":1}},{"uid":"a2dcfd75c85e9b58","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a2dcfd75c85e9b58","status":"passed","time":{"start":1714385802592,"stop":1714385802592,"duration":0}},{"uid":"54c78dca6700bcf2","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/54c78dca6700bcf2","status":"passed","time":{"start":1714385084315,"stop":1714385084316,"duration":1}},{"uid":"e4254879714a6dd7","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e4254879714a6dd7","status":"passed","time":{"start":1714384783921,"stop":1714384783921,"duration":0}},{"uid":"18fea8ac57ba5caa","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/18fea8ac57ba5caa","status":"passed","time":{"start":1714382927648,"stop":1714382927648,"duration":0}},{"uid":"43d3fd4aced52d64","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/43d3fd4aced52d64","status":"passed","time":{"start":1714383573241,"stop":1714383573241,"duration":0}},{"uid":"d8ef252168b6d299","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d8ef252168b6d299","status":"passed","time":{"start":1714382735190,"stop":1714382735191,"duration":1}},{"uid":"1b848297e288a891","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/1b848297e288a891","status":"passed","time":{"start":1714383376646,"stop":1714383376646,"duration":0}},{"uid":"ec12ca184288cd38","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ec12ca184288cd38","status":"passed","time":{"start":1714383261438,"stop":1714383261438,"duration":0}},{"uid":"6989b6bc5b9fbf5e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6989b6bc5b9fbf5e","status":"passed","time":{"start":1714381767553,"stop":1714381767553,"duration":0}},{"uid":"29cdcd3f9e5ea668","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/29cdcd3f9e5ea668","status":"passed","time":{"start":1714380548877,"stop":1714380548878,"duration":1}},{"uid":"82b2b36695a0e88c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/82b2b36695a0e88c","status":"passed","time":{"start":1714380124124,"stop":1714380124124,"duration":0}},{"uid":"e511e89764e806a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e511e89764e806a","status":"passed","time":{"start":1714297355207,"stop":1714297355208,"duration":1}}]},"tags":[]},"source":"e0caf2920e9e4849.json","parameterValues":[]} \ No newline at end of file +{"uid":"b384a9c5a1247ad3","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":1714501123759,"stop":1714501123759,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"5a33eee8c777ea11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5a33eee8c777ea11","status":"passed","time":{"start":1714494838835,"stop":1714494838835,"duration":0}},{"uid":"7df1b4f2a86c0a82","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7df1b4f2a86c0a82","status":"passed","time":{"start":1714492985720,"stop":1714492985726,"duration":6}}]},"tags":[]},"source":"b384a9c5a1247ad3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b43f6764e650649e.json b/6962/data/test-cases/b43f6764e650649e.json new file mode 100644 index 00000000000..aae1c429cf9 --- /dev/null +++ b/6962/data/test-cases/b43f6764e650649e.json @@ -0,0 +1 @@ +{"uid":"b43f6764e650649e","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":1714500654300,"stop":1714500654300,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"c00524eebd435ca7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c00524eebd435ca7","status":"passed","time":{"start":1714494402846,"stop":1714494402846,"duration":0}},{"uid":"d3af80f9c04eba32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3af80f9c04eba32","status":"passed","time":{"start":1714492502972,"stop":1714492502973,"duration":1}}]},"tags":[]},"source":"b43f6764e650649e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b4765182a2281a9.json b/6962/data/test-cases/b4765182a2281a9.json new file mode 100644 index 00000000000..e1815584f32 --- /dev/null +++ b/6962/data/test-cases/b4765182a2281a9.json @@ -0,0 +1 @@ +{"uid":"b4765182a2281a9","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > groups multiple content topics into the same pubsub topic when they share the same shard index","historyId":"54abfe08d33c4a35d94bfd1c2d4a82fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525333,"stop":1714500525333,"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":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0265c3fcb4876e4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0265c3fcb4876e4","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"acc28592bccb1ee9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acc28592bccb1ee9","status":"passed","time":{"start":1714492380864,"stop":1714492380864,"duration":0}}]},"tags":[]},"source":"b4765182a2281a9.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b477ca2c7a38dbd1.json b/6962/data/test-cases/b477ca2c7a38dbd1.json new file mode 100644 index 00000000000..142e6c7188a --- /dev/null +++ b/6962/data/test-cases/b477ca2c7a38dbd1.json @@ -0,0 +1 @@ +{"uid":"b477ca2c7a38dbd1","name":"peerDiscovery without wakuPeerExchangeDiscovery","fullName":"/tests/peer-exchange/index.spec.ts: Peer Exchange > peerDiscovery without wakuPeerExchangeDiscovery","historyId":"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500997301,"stop":1714500997302,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6fa47acfa32fcc2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fa47acfa32fcc2","status":"passed","time":{"start":1714494742982,"stop":1714494742982,"duration":0}},{"uid":"9977ca8a79e7e84e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9977ca8a79e7e84e","status":"passed","time":{"start":1714492814493,"stop":1714492814493,"duration":0}}]},"tags":[]},"source":"b477ca2c7a38dbd1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b49b3d956905ab9b.json b/6962/data/test-cases/b49b3d956905ab9b.json new file mode 100644 index 00000000000..fbd57c3185f --- /dev/null +++ b/6962/data/test-cases/b49b3d956905ab9b.json @@ -0,0 +1 @@ +{"uid":"b49b3d956905ab9b","name":"1 Relay, 1 fetch","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Relay, 1 fetch","historyId":"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500549549,"stop":1714500549549,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"62af8f2cd7f01276","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/62af8f2cd7f01276","status":"passed","time":{"start":1714494301033,"stop":1714494301033,"duration":0}},{"uid":"5b0bc7af55d50849","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b0bc7af55d50849","status":"passed","time":{"start":1714492404785,"stop":1714492404785,"duration":0}}]},"tags":[]},"source":"b49b3d956905ab9b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b4a9ea201c0b5b87.json b/6962/data/test-cases/b4a9ea201c0b5b87.json new file mode 100644 index 00000000000..03567cc2145 --- /dev/null +++ b/6962/data/test-cases/b4a9ea201c0b5b87.json @@ -0,0 +1 @@ +{"uid":"b4a9ea201c0b5b87","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":1714501050427,"stop":1714501050428,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16235caf8cc5db99","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16235caf8cc5db99","status":"passed","time":{"start":1714494785888,"stop":1714494785888,"duration":0}},{"uid":"6a78f47440468a03","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a78f47440468a03","status":"passed","time":{"start":1714492898552,"stop":1714492898553,"duration":1}}]},"tags":[]},"source":"b4a9ea201c0b5b87.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6426f240a74027aa.json b/6962/data/test-cases/b502c798988c59fd.json similarity index 84% rename from 6944/data/test-cases/6426f240a74027aa.json rename to 6962/data/test-cases/b502c798988c59fd.json index 3958a9f0528..24a85c0e20d 100644 --- a/6944/data/test-cases/6426f240a74027aa.json +++ b/6962/data/test-cases/b502c798988c59fd.json @@ -1 +1 @@ -{"uid":"6426f240a74027aa","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":1714425435630,"stop":1714425435630,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"2f1b15b4f9a444b0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2f1b15b4f9a444b0","status":"passed","time":{"start":1714415590175,"stop":1714415590176,"duration":1}},{"uid":"21266d4ac585e124","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/21266d4ac585e124","status":"passed","time":{"start":1714415739337,"stop":1714415739337,"duration":0}},{"uid":"ce5860bac69aed27","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ce5860bac69aed27","status":"passed","time":{"start":1714407950143,"stop":1714407950144,"duration":1}},{"uid":"9c8bf739e7b6f7bd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9c8bf739e7b6f7bd","status":"passed","time":{"start":1714406978496,"stop":1714406978497,"duration":1}},{"uid":"2b6ad817323a9d8b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2b6ad817323a9d8b","status":"passed","time":{"start":1714404752165,"stop":1714404752165,"duration":0}},{"uid":"44363a3256e74146","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/44363a3256e74146","status":"passed","time":{"start":1714404488168,"stop":1714404488169,"duration":1}},{"uid":"e4058daac9edc85d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e4058daac9edc85d","status":"passed","time":{"start":1714404264850,"stop":1714404264851,"duration":1}},{"uid":"9c476838c255c4bd","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9c476838c255c4bd","status":"passed","time":{"start":1714386718966,"stop":1714386718967,"duration":1}},{"uid":"59fc8d8d53127306","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/59fc8d8d53127306","status":"passed","time":{"start":1714385802614,"stop":1714385802615,"duration":1}},{"uid":"c28e4e7fa97f424a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/c28e4e7fa97f424a","status":"passed","time":{"start":1714385084331,"stop":1714385084332,"duration":1}},{"uid":"f0e648ada1eb2fbe","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f0e648ada1eb2fbe","status":"passed","time":{"start":1714384783937,"stop":1714384783937,"duration":0}},{"uid":"1cfaf2554410b899","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1cfaf2554410b899","status":"passed","time":{"start":1714382927706,"stop":1714382927706,"duration":0}},{"uid":"dba8846f890f50eb","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/dba8846f890f50eb","status":"passed","time":{"start":1714383573259,"stop":1714383573259,"duration":0}},{"uid":"6f5ac8185ab87ef1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6f5ac8185ab87ef1","status":"passed","time":{"start":1714382735211,"stop":1714382735211,"duration":0}},{"uid":"be3a27137f0f3609","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/be3a27137f0f3609","status":"passed","time":{"start":1714383376691,"stop":1714383376692,"duration":1}},{"uid":"60bd45b19b73ed8b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/60bd45b19b73ed8b","status":"passed","time":{"start":1714383261458,"stop":1714383261458,"duration":0}},{"uid":"4ed5fd89cd412dd9","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/4ed5fd89cd412dd9","status":"passed","time":{"start":1714381767581,"stop":1714381767582,"duration":1}},{"uid":"cbcf0e42d6f2f129","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/cbcf0e42d6f2f129","status":"passed","time":{"start":1714380548897,"stop":1714380548897,"duration":0}},{"uid":"b93531e5e99654e4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b93531e5e99654e4","status":"passed","time":{"start":1714380124168,"stop":1714380124168,"duration":0}},{"uid":"fa93c84443ce1bab","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/fa93c84443ce1bab","status":"passed","time":{"start":1714297355221,"stop":1714297355221,"duration":0}}]},"tags":[]},"source":"6426f240a74027aa.json","parameterValues":[]} \ No newline at end of file +{"uid":"b502c798988c59fd","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":1714501123819,"stop":1714501123819,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"9de0e73f2c25c8a7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9de0e73f2c25c8a7","status":"passed","time":{"start":1714494838854,"stop":1714494838854,"duration":0}},{"uid":"ad2e4a94eae3f6c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ad2e4a94eae3f6c8","status":"passed","time":{"start":1714492985775,"stop":1714492985775,"duration":0}}]},"tags":[]},"source":"b502c798988c59fd.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/23aee9b5930c78f5.json b/6962/data/test-cases/b509d10595a19a5a.json similarity index 83% rename from 6944/data/test-cases/23aee9b5930c78f5.json rename to 6962/data/test-cases/b509d10595a19a5a.json index c15c529d173..00b96aefd8b 100644 --- a/6944/data/test-cases/23aee9b5930c78f5.json +++ b/6962/data/test-cases/b509d10595a19a5a.json @@ -1 +1 @@ -{"uid":"23aee9b5930c78f5","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":1714425301045,"stop":1714425301045,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"487457d59de2fa15","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/487457d59de2fa15","status":"passed","time":{"start":1714415473244,"stop":1714415473244,"duration":0}},{"uid":"20192eeddb821716","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/20192eeddb821716","status":"passed","time":{"start":1714415615341,"stop":1714415615342,"duration":1}},{"uid":"5f6967083ce37fd0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5f6967083ce37fd0","status":"passed","time":{"start":1714407816854,"stop":1714407816855,"duration":1}},{"uid":"b68ebf401e15cf1b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b68ebf401e15cf1b","status":"passed","time":{"start":1714406861566,"stop":1714406861566,"duration":0}},{"uid":"c5a4d27758e40458","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c5a4d27758e40458","status":"passed","time":{"start":1714404628267,"stop":1714404628268,"duration":1}},{"uid":"40e79187475059d0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/40e79187475059d0","status":"passed","time":{"start":1714404348884,"stop":1714404348885,"duration":1}},{"uid":"755efeeb63ea1df6","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/755efeeb63ea1df6","status":"passed","time":{"start":1714404137191,"stop":1714404137191,"duration":0}},{"uid":"464d0cefd4d7d427","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/464d0cefd4d7d427","status":"passed","time":{"start":1714386585836,"stop":1714386585836,"duration":0}},{"uid":"acff58161cf6c059","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/acff58161cf6c059","status":"passed","time":{"start":1714385651931,"stop":1714385651931,"duration":0}},{"uid":"ba0fe6f0778e009a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ba0fe6f0778e009a","status":"passed","time":{"start":1714384939216,"stop":1714384939216,"duration":0}},{"uid":"d798362e5289ba60","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d798362e5289ba60","status":"passed","time":{"start":1714384633414,"stop":1714384633414,"duration":0}},{"uid":"3a53b0bb017a6650","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/3a53b0bb017a6650","status":"passed","time":{"start":1714383068392,"stop":1714383068392,"duration":0}},{"uid":"7f74e3a37de92073","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7f74e3a37de92073","status":"passed","time":{"start":1714383427839,"stop":1714383427844,"duration":5}},{"uid":"dda55164dca16606","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/dda55164dca16606","status":"passed","time":{"start":1714382856539,"stop":1714382856539,"duration":0}},{"uid":"baeb13449c381179","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/baeb13449c381179","status":"passed","time":{"start":1714383232237,"stop":1714383232238,"duration":1}},{"uid":"b39ca2e2d24a4b0b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b39ca2e2d24a4b0b","status":"passed","time":{"start":1714383125877,"stop":1714383125877,"duration":0}},{"uid":"ac83d0370d42d33b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ac83d0370d42d33b","status":"passed","time":{"start":1714381639303,"stop":1714381639303,"duration":0}},{"uid":"d62b7048c1444fda","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d62b7048c1444fda","status":"passed","time":{"start":1714380392353,"stop":1714380392354,"duration":1}},{"uid":"ed998825946d6932","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ed998825946d6932","status":"passed","time":{"start":1714379984442,"stop":1714379984442,"duration":0}},{"uid":"a5dbef4e1bd57768","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a5dbef4e1bd57768","status":"passed","time":{"start":1714297212205,"stop":1714297212206,"duration":1}}]},"tags":[]},"source":"23aee9b5930c78f5.json","parameterValues":[]} \ No newline at end of file +{"uid":"b509d10595a19a5a","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":1714500976531,"stop":1714500976532,"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":3,"unknown":0,"total":3},"items":[{"uid":"8b97b52e0f05621f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b97b52e0f05621f","status":"passed","time":{"start":1714494735260,"stop":1714494735260,"duration":0}},{"uid":"1eeea0e2126b185a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1eeea0e2126b185a","status":"passed","time":{"start":1714492814940,"stop":1714492814941,"duration":1}}]},"tags":[]},"source":"b509d10595a19a5a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/56a72625642bf098.json b/6962/data/test-cases/b55b0f6e5bab4cfe.json similarity index 85% rename from 6944/data/test-cases/56a72625642bf098.json rename to 6962/data/test-cases/b55b0f6e5bab4cfe.json index 4caf0359fbf..43fad558f50 100644 --- a/6944/data/test-cases/56a72625642bf098.json +++ b/6962/data/test-cases/b55b0f6e5bab4cfe.json @@ -1 +1 @@ -{"uid":"56a72625642bf098","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":1714425435620,"stop":1714425435620,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"1d4bdcf15237a6b0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1d4bdcf15237a6b0","status":"passed","time":{"start":1714415590166,"stop":1714415590167,"duration":1}},{"uid":"2169caebe273ce7f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2169caebe273ce7f","status":"passed","time":{"start":1714415739330,"stop":1714415739330,"duration":0}},{"uid":"d08677e7a3136a6f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d08677e7a3136a6f","status":"passed","time":{"start":1714407950124,"stop":1714407950124,"duration":0}},{"uid":"d8a9979898acd7e6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d8a9979898acd7e6","status":"passed","time":{"start":1714406978475,"stop":1714406978475,"duration":0}},{"uid":"83e16a3a6e220f2d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/83e16a3a6e220f2d","status":"passed","time":{"start":1714404752148,"stop":1714404752148,"duration":0}},{"uid":"1aa44b6341f5f9b4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1aa44b6341f5f9b4","status":"passed","time":{"start":1714404488152,"stop":1714404488153,"duration":1}},{"uid":"d1aa1ab8758ae1af","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d1aa1ab8758ae1af","status":"passed","time":{"start":1714404264844,"stop":1714404264845,"duration":1}},{"uid":"e70368ad0b882225","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e70368ad0b882225","status":"passed","time":{"start":1714386718941,"stop":1714386718942,"duration":1}},{"uid":"31e08a0e2c5cd95d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/31e08a0e2c5cd95d","status":"passed","time":{"start":1714385802609,"stop":1714385802609,"duration":0}},{"uid":"e9b38bc6e669ad0a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e9b38bc6e669ad0a","status":"passed","time":{"start":1714385084327,"stop":1714385084328,"duration":1}},{"uid":"55d339cd70fa432f","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/55d339cd70fa432f","status":"passed","time":{"start":1714384783931,"stop":1714384783931,"duration":0}},{"uid":"4fb986d6a2f093e9","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/4fb986d6a2f093e9","status":"passed","time":{"start":1714382927693,"stop":1714382927693,"duration":0}},{"uid":"b31c74d3c4f69667","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b31c74d3c4f69667","status":"passed","time":{"start":1714383573253,"stop":1714383573253,"duration":0}},{"uid":"e18397cca231982f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e18397cca231982f","status":"passed","time":{"start":1714382735206,"stop":1714382735207,"duration":1}},{"uid":"a1be749e6b088c4b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a1be749e6b088c4b","status":"passed","time":{"start":1714383376680,"stop":1714383376680,"duration":0}},{"uid":"55098661ac378178","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/55098661ac378178","status":"passed","time":{"start":1714383261451,"stop":1714383261451,"duration":0}},{"uid":"7490def2e7ef6786","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7490def2e7ef6786","status":"passed","time":{"start":1714381767573,"stop":1714381767574,"duration":1}},{"uid":"bd769844a6b16f78","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/bd769844a6b16f78","status":"passed","time":{"start":1714380548892,"stop":1714380548892,"duration":0}},{"uid":"a395d645f985fe3a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a395d645f985fe3a","status":"passed","time":{"start":1714380124163,"stop":1714380124164,"duration":1}},{"uid":"22af2686274d7e9c","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/22af2686274d7e9c","status":"passed","time":{"start":1714297355216,"stop":1714297355216,"duration":0}}]},"tags":[]},"source":"56a72625642bf098.json","parameterValues":[]} \ No newline at end of file +{"uid":"b55b0f6e5bab4cfe","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":1714501123808,"stop":1714501123808,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"db4526b7653a82f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db4526b7653a82f9","status":"passed","time":{"start":1714494838847,"stop":1714494838848,"duration":1}},{"uid":"d77b70cfb1b1e9ed","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d77b70cfb1b1e9ed","status":"passed","time":{"start":1714492985766,"stop":1714492985766,"duration":0}}]},"tags":[]},"source":"b55b0f6e5bab4cfe.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b61444e77200ef9c.json b/6962/data/test-cases/b61444e77200ef9c.json new file mode 100644 index 00000000000..2a59d01c439 --- /dev/null +++ b/6962/data/test-cases/b61444e77200ef9c.json @@ -0,0 +1 @@ +{"uid":"b61444e77200ef9c","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":1714500744137,"stop":1714500744137,"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":3,"unknown":0,"total":3},"items":[{"uid":"18c4c20aca144d3a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18c4c20aca144d3a","status":"passed","time":{"start":1714494482340,"stop":1714494482340,"duration":0}},{"uid":"9b4ba55e072b8233","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b4ba55e072b8233","status":"passed","time":{"start":1714492591353,"stop":1714492591353,"duration":0}}]},"tags":[]},"source":"b61444e77200ef9c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b6461989fe790946.json b/6962/data/test-cases/b6461989fe790946.json new file mode 100644 index 00000000000..c86b54a6546 --- /dev/null +++ b/6962/data/test-cases/b6461989fe790946.json @@ -0,0 +1 @@ +{"uid":"b6461989fe790946","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /app/29/sometopic/someencoding to shard index 6","historyId":"aa36de023b51578d22d831a2bc704668:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525330,"stop":1714500525330,"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":3,"unknown":0,"total":3},"items":[{"uid":"4b0fd32f14362e52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b0fd32f14362e52","status":"passed","time":{"start":1714494276808,"stop":1714494276808,"duration":0}},{"uid":"da99f5a3e13ef0d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da99f5a3e13ef0d","status":"passed","time":{"start":1714492380862,"stop":1714492380862,"duration":0}}]},"tags":[]},"source":"b6461989fe790946.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b6770be6f45df4a1.json b/6962/data/test-cases/b6770be6f45df4a1.json new file mode 100644 index 00000000000..0112f96bdb6 --- /dev/null +++ b/6962/data/test-cases/b6770be6f45df4a1.json @@ -0,0 +1 @@ +{"uid":"b6770be6f45df4a1","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":1714500525322,"stop":1714500525323,"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":3,"unknown":0,"total":3},"items":[{"uid":"3da614e4e79d6360","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3da614e4e79d6360","status":"passed","time":{"start":1714494276801,"stop":1714494276802,"duration":1}},{"uid":"bee0660c1bfd1f52","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bee0660c1bfd1f52","status":"passed","time":{"start":1714492380856,"stop":1714492380856,"duration":0}}]},"tags":[]},"source":"b6770be6f45df4a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/752d1f8f5b503ef6.json b/6962/data/test-cases/b70b2a49ccd6a2c9.json similarity index 79% rename from 6944/data/test-cases/752d1f8f5b503ef6.json rename to 6962/data/test-cases/b70b2a49ccd6a2c9.json index 484451fe7c3..cf01e828425 100644 --- a/6944/data/test-cases/752d1f8f5b503ef6.json +++ b/6962/data/test-cases/b70b2a49ccd6a2c9.json @@ -1 +1 @@ -{"uid":"752d1f8f5b503ef6","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":1714425534885,"stop":1714425534886,"duration":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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"1e7c56bf31bed2d0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1e7c56bf31bed2d0","status":"passed","time":{"start":1714415702285,"stop":1714415702285,"duration":0}},{"uid":"5b32e74ef6a52de","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5b32e74ef6a52de","status":"passed","time":{"start":1714415850494,"stop":1714415850494,"duration":0}},{"uid":"51803013fbddf0fd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/51803013fbddf0fd","status":"passed","time":{"start":1714408049942,"stop":1714408049942,"duration":0}},{"uid":"d3fb85bda02f90e0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d3fb85bda02f90e0","status":"passed","time":{"start":1714407080666,"stop":1714407080666,"duration":0}},{"uid":"d690c34986b7ed96","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d690c34986b7ed96","status":"passed","time":{"start":1714404860582,"stop":1714404860582,"duration":0}},{"uid":"8392e3970a79339f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8392e3970a79339f","status":"passed","time":{"start":1714404585195,"stop":1714404585195,"duration":0}},{"uid":"6ae395385b0dda19","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6ae395385b0dda19","status":"passed","time":{"start":1714404366303,"stop":1714404366303,"duration":0}},{"uid":"b5b9087719fe63df","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b5b9087719fe63df","status":"passed","time":{"start":1714386825523,"stop":1714386825523,"duration":0}},{"uid":"69dac7db6caf70f8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/69dac7db6caf70f8","status":"passed","time":{"start":1714385893733,"stop":1714385893734,"duration":1}},{"uid":"14a09d2368879057","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/14a09d2368879057","status":"passed","time":{"start":1714385188008,"stop":1714385188008,"duration":0}},{"uid":"c5031875fe8bca93","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c5031875fe8bca93","status":"passed","time":{"start":1714384869907,"stop":1714384869907,"duration":0}},{"uid":"468d85517636fa32","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/468d85517636fa32","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237119,"stop":1714384237119,"duration":0}},{"uid":"45b142ea509dc5d9","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/45b142ea509dc5d9","status":"passed","time":{"start":1714383661919,"stop":1714383661919,"duration":0}},{"uid":"e7b089d018dd8118","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e7b089d018dd8118","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018795,"stop":1714384018795,"duration":0}},{"uid":"4469ae6538236039","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4469ae6538236039","status":"passed","time":{"start":1714383474177,"stop":1714383474177,"duration":0}},{"uid":"441b78504951cbab","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/441b78504951cbab","status":"passed","time":{"start":1714383351247,"stop":1714383351247,"duration":0}},{"uid":"1687def2324ac580","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1687def2324ac580","status":"passed","time":{"start":1714381860513,"stop":1714381860513,"duration":0}},{"uid":"4c6ca5740bbdeea8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4c6ca5740bbdeea8","status":"passed","time":{"start":1714380649656,"stop":1714380649656,"duration":0}},{"uid":"f2fc17e694a3a2d4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f2fc17e694a3a2d4","status":"passed","time":{"start":1714380216157,"stop":1714380216157,"duration":0}},{"uid":"7a4af7f5b684a8d9","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7a4af7f5b684a8d9","status":"passed","time":{"start":1714297452324,"stop":1714297452324,"duration":0}}]},"tags":[]},"source":"752d1f8f5b503ef6.json","parameterValues":[]} \ No newline at end of file +{"uid":"b70b2a49ccd6a2c9","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":1714501220686,"stop":1714501220686,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"fbdc56341e5e449d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbdc56341e5e449d","status":"passed","time":{"start":1714494954438,"stop":1714494954438,"duration":0}},{"uid":"eace379725a4157c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eace379725a4157c","status":"passed","time":{"start":1714493052134,"stop":1714493052134,"duration":0}}]},"tags":[]},"source":"b70b2a49ccd6a2c9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/bcb27ea7c5db99b8.json b/6962/data/test-cases/b75071f41d5dd4ee.json similarity index 80% rename from 6944/data/test-cases/bcb27ea7c5db99b8.json rename to 6962/data/test-cases/b75071f41d5dd4ee.json index 07489861b00..43255ab5618 100644 --- a/6944/data/test-cases/bcb27ea7c5db99b8.json +++ b/6962/data/test-cases/b75071f41d5dd4ee.json @@ -1 +1 @@ -{"uid":"bcb27ea7c5db99b8","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":1714425534880,"stop":1714425534880,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"b1bc22ec7197866f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b1bc22ec7197866f","status":"passed","time":{"start":1714415702279,"stop":1714415702279,"duration":0}},{"uid":"3d534ebf172005d9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3d534ebf172005d9","status":"passed","time":{"start":1714415850487,"stop":1714415850487,"duration":0}},{"uid":"7aa020fdd8ba0cd9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7aa020fdd8ba0cd9","status":"passed","time":{"start":1714408049936,"stop":1714408049937,"duration":1}},{"uid":"5f1073595dfb20ae","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5f1073595dfb20ae","status":"passed","time":{"start":1714407080660,"stop":1714407080660,"duration":0}},{"uid":"cfcae186c5942e4c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cfcae186c5942e4c","status":"passed","time":{"start":1714404860574,"stop":1714404860574,"duration":0}},{"uid":"7aa02ee35ec1a971","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7aa02ee35ec1a971","status":"passed","time":{"start":1714404585189,"stop":1714404585189,"duration":0}},{"uid":"259cb44ac052b09b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/259cb44ac052b09b","status":"passed","time":{"start":1714404366296,"stop":1714404366296,"duration":0}},{"uid":"9c20c20d2b6b19cc","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9c20c20d2b6b19cc","status":"passed","time":{"start":1714386825514,"stop":1714386825515,"duration":1}},{"uid":"c3c8dcf9bb5e3a76","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c3c8dcf9bb5e3a76","status":"passed","time":{"start":1714385893727,"stop":1714385893728,"duration":1}},{"uid":"2519528bf2543e5d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2519528bf2543e5d","status":"passed","time":{"start":1714385188002,"stop":1714385188002,"duration":0}},{"uid":"c91b094bdc68ca7c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c91b094bdc68ca7c","status":"passed","time":{"start":1714384869899,"stop":1714384869900,"duration":1}},{"uid":"68383ff3662a38d9","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/68383ff3662a38d9","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237101,"stop":1714384237102,"duration":1}},{"uid":"eb23dbc337a9ce19","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/eb23dbc337a9ce19","status":"passed","time":{"start":1714383661913,"stop":1714383661913,"duration":0}},{"uid":"f0a9e8983959dc0c","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f0a9e8983959dc0c","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018778,"stop":1714384018779,"duration":1}},{"uid":"20b9dd45780a44ae","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/20b9dd45780a44ae","status":"passed","time":{"start":1714383474171,"stop":1714383474172,"duration":1}},{"uid":"365eb2e10601424d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/365eb2e10601424d","status":"passed","time":{"start":1714383351239,"stop":1714383351240,"duration":1}},{"uid":"8569045d22e99652","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8569045d22e99652","status":"passed","time":{"start":1714381860507,"stop":1714381860507,"duration":0}},{"uid":"992391420c6912b9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/992391420c6912b9","status":"passed","time":{"start":1714380649649,"stop":1714380649650,"duration":1}},{"uid":"20433ea720bcdc2d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/20433ea720bcdc2d","status":"passed","time":{"start":1714380216151,"stop":1714380216151,"duration":0}},{"uid":"ac1c59648c73123e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ac1c59648c73123e","status":"passed","time":{"start":1714297452317,"stop":1714297452318,"duration":1}}]},"tags":[]},"source":"bcb27ea7c5db99b8.json","parameterValues":[]} \ No newline at end of file +{"uid":"b75071f41d5dd4ee","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":1714501220680,"stop":1714501220680,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"7dd5f9ad915ac0b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7dd5f9ad915ac0b7","status":"passed","time":{"start":1714494954430,"stop":1714494954431,"duration":1}},{"uid":"18707a96d9a2cbef","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/18707a96d9a2cbef","status":"passed","time":{"start":1714493052126,"stop":1714493052127,"duration":1}}]},"tags":[]},"source":"b75071f41d5dd4ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/acc348a8bf5ccd48.json b/6962/data/test-cases/b750a1b9113921d7.json similarity index 61% rename from 6944/data/test-cases/acc348a8bf5ccd48.json rename to 6962/data/test-cases/b750a1b9113921d7.json index d718b41fe49..5580abda945 100644 --- a/6944/data/test-cases/acc348a8bf5ccd48.json +++ b/6962/data/test-cases/b750a1b9113921d7.json @@ -1 +1 @@ -{"uid":"acc348a8bf5ccd48","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":1714425451136,"stop":1714425451137,"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":74,"unknown":0,"total":74},"items":[{"uid":"e1fe0d01a17c08d4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e1fe0d01a17c08d4","status":"passed","time":{"start":1714415638846,"stop":1714415638846,"duration":0}},{"uid":"4d42b7e904ac8530","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4d42b7e904ac8530","status":"passed","time":{"start":1714415763437,"stop":1714415763439,"duration":2}},{"uid":"c5773252e50e1269","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c5773252e50e1269","status":"passed","time":{"start":1714407962985,"stop":1714407962987,"duration":2}},{"uid":"9e708748a2cd4679","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9e708748a2cd4679","status":"passed","time":{"start":1714407006182,"stop":1714407006183,"duration":1}},{"uid":"cf1ba06b4f33c5ad","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cf1ba06b4f33c5ad","status":"passed","time":{"start":1714404780879,"stop":1714404780881,"duration":2}},{"uid":"ebb3facb884da2a2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ebb3facb884da2a2","status":"passed","time":{"start":1714404472806,"stop":1714404472806,"duration":0}},{"uid":"e321310fa84a0d6f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e321310fa84a0d6f","status":"passed","time":{"start":1714404283127,"stop":1714404283127,"duration":0}},{"uid":"62fdddae91604e84","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/62fdddae91604e84","status":"passed","time":{"start":1714386745044,"stop":1714386745045,"duration":1}},{"uid":"f09da4c38d7fa552","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f09da4c38d7fa552","status":"passed","time":{"start":1714385808135,"stop":1714385808135,"duration":0}},{"uid":"56176630c214c364","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/56176630c214c364","status":"passed","time":{"start":1714385100053,"stop":1714385100055,"duration":2}},{"uid":"b195f495687abd15","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b195f495687abd15","status":"passed","time":{"start":1714384794972,"stop":1714384794972,"duration":0}},{"uid":"d4d090d41be2dfdc","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d4d090d41be2dfdc","status":"passed","time":{"start":1714383216071,"stop":1714383216071,"duration":0}},{"uid":"ec1388abd2a795ee","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ec1388abd2a795ee","status":"passed","time":{"start":1714383588963,"stop":1714383588963,"duration":0}},{"uid":"4a9185e1e5857fcd","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4a9185e1e5857fcd","status":"passed","time":{"start":1714383011688,"stop":1714383011688,"duration":0}},{"uid":"7bf901eb8575603d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7bf901eb8575603d","status":"passed","time":{"start":1714383386207,"stop":1714383386208,"duration":1}},{"uid":"78fb275e85437986","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/78fb275e85437986","status":"passed","time":{"start":1714383270270,"stop":1714383270272,"duration":2}},{"uid":"aff10bba9fc75024","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/aff10bba9fc75024","status":"passed","time":{"start":1714381774537,"stop":1714381774537,"duration":0}},{"uid":"8adabcaacbc16f8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/8adabcaacbc16f8","status":"passed","time":{"start":1714380552720,"stop":1714380552740,"duration":20}},{"uid":"114b9c265a634a81","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/114b9c265a634a81","status":"passed","time":{"start":1714380140929,"stop":1714380140930,"duration":1}},{"uid":"c1d9e6f27afc1355","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c1d9e6f27afc1355","status":"passed","time":{"start":1714297363007,"stop":1714297363007,"duration":0}}]},"tags":[]},"source":"acc348a8bf5ccd48.json","parameterValues":[]} \ No newline at end of file +{"uid":"b750a1b9113921d7","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":1714501140347,"stop":1714501140347,"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":3,"unknown":0,"total":3},"items":[{"uid":"735f9f14480cd5d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/735f9f14480cd5d6","status":"passed","time":{"start":1714494884078,"stop":1714494884079,"duration":1}},{"uid":"1f116e543ce55c6a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f116e543ce55c6a","status":"passed","time":{"start":1714492954777,"stop":1714492954777,"duration":0}}]},"tags":[]},"source":"b750a1b9113921d7.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4b537cf96cc3e3e4.json b/6962/data/test-cases/b7703bebe186af16.json similarity index 77% rename from 6944/data/test-cases/4b537cf96cc3e3e4.json rename to 6962/data/test-cases/b7703bebe186af16.json index b2b1a7a9758..383c0eef315 100644 --- a/6944/data/test-cases/4b537cf96cc3e3e4.json +++ b/6962/data/test-cases/b7703bebe186af16.json @@ -1 +1 @@ -{"uid":"4b537cf96cc3e3e4","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":1714425369952,"stop":1714425369953,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"40b35935a1de2304","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/40b35935a1de2304","status":"passed","time":{"start":1714415516372,"stop":1714415516372,"duration":0}},{"uid":"3d755dbbe3a35f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3d755dbbe3a35f","status":"passed","time":{"start":1714415679027,"stop":1714415679027,"duration":0}},{"uid":"3c32bd5c7e4b2fa7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3c32bd5c7e4b2fa7","status":"passed","time":{"start":1714407884321,"stop":1714407884321,"duration":0}},{"uid":"ab0f3ef9ecc64c27","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ab0f3ef9ecc64c27","status":"passed","time":{"start":1714406914282,"stop":1714406914282,"duration":0}},{"uid":"1a65e65adf4574a6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1a65e65adf4574a6","status":"passed","time":{"start":1714404690106,"stop":1714404690106,"duration":0}},{"uid":"ef496e61aa2e5348","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ef496e61aa2e5348","status":"passed","time":{"start":1714404379775,"stop":1714404379775,"duration":0}},{"uid":"e1fc5ac546855760","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e1fc5ac546855760","status":"passed","time":{"start":1714404194541,"stop":1714404194541,"duration":0}},{"uid":"c956754c65f35c82","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c956754c65f35c82","status":"passed","time":{"start":1714386653725,"stop":1714386653725,"duration":0}},{"uid":"62fde2101fd039d3","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/62fde2101fd039d3","status":"passed","time":{"start":1714385733949,"stop":1714385733949,"duration":0}},{"uid":"49e67cdc0aedd904","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/49e67cdc0aedd904","status":"passed","time":{"start":1714385024700,"stop":1714385024701,"duration":1}},{"uid":"db7313a549db7080","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/db7313a549db7080","status":"passed","time":{"start":1714384714548,"stop":1714384714549,"duration":1}},{"uid":"b4c56dce299a091f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b4c56dce299a091f","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067730,"stop":1714384067730,"duration":0}},{"uid":"c85f3bfa29a507b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c85f3bfa29a507b","status":"passed","time":{"start":1714383490733,"stop":1714383490733,"duration":0}},{"uid":"da41e0312e703933","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/da41e0312e703933","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840427,"stop":1714383840428,"duration":1}},{"uid":"fa0cdfe197e11420","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/fa0cdfe197e11420","status":"passed","time":{"start":1714383300548,"stop":1714383300548,"duration":0}},{"uid":"e40192d5a33484f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e40192d5a33484f","status":"passed","time":{"start":1714383176770,"stop":1714383176770,"duration":0}},{"uid":"3854450a46ae9d07","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/3854450a46ae9d07","status":"passed","time":{"start":1714381688735,"stop":1714381688735,"duration":0}},{"uid":"67fd33644b46d106","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/67fd33644b46d106","status":"passed","time":{"start":1714380481143,"stop":1714380481144,"duration":1}},{"uid":"cde04f112b6049e1","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/cde04f112b6049e1","status":"passed","time":{"start":1714380049525,"stop":1714380049525,"duration":0}},{"uid":"f741c6985a5e8a32","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f741c6985a5e8a32","status":"passed","time":{"start":1714297302883,"stop":1714297302883,"duration":0}}]},"tags":[]},"source":"4b537cf96cc3e3e4.json","parameterValues":[]} \ No newline at end of file +{"uid":"b7703bebe186af16","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":1714501050440,"stop":1714501050440,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35dcd5f3e8874ff4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/35dcd5f3e8874ff4","status":"passed","time":{"start":1714494785905,"stop":1714494785905,"duration":0}},{"uid":"36a992475d58546b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/36a992475d58546b","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"tags":[]},"source":"b7703bebe186af16.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/be2386a4306d6919.json b/6962/data/test-cases/b816fce3d3babef8.json similarity index 78% rename from 6944/data/test-cases/be2386a4306d6919.json rename to 6962/data/test-cases/b816fce3d3babef8.json index 2e3b90dd972..dfcaf4d9599 100644 --- a/6944/data/test-cases/be2386a4306d6919.json +++ b/6962/data/test-cases/b816fce3d3babef8.json @@ -1 +1 @@ -{"uid":"be2386a4306d6919","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":1714425137456,"stop":1714425137456,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"a4e325aaef4ac6e6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a4e325aaef4ac6e6","status":"passed","time":{"start":1714415306376,"stop":1714415306376,"duration":0}},{"uid":"6412cf15ebc68a94","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6412cf15ebc68a94","status":"passed","time":{"start":1714415441031,"stop":1714415441031,"duration":0}},{"uid":"9f6033312a46daac","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9f6033312a46daac","status":"passed","time":{"start":1714407661420,"stop":1714407661420,"duration":0}},{"uid":"c075a56f2865ea05","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c075a56f2865ea05","status":"passed","time":{"start":1714406688867,"stop":1714406688868,"duration":1}},{"uid":"96eab3b509abd820","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/96eab3b509abd820","status":"passed","time":{"start":1714404480626,"stop":1714404480627,"duration":1}},{"uid":"4de1a11a447b3e3d","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4de1a11a447b3e3d","status":"passed","time":{"start":1714404187325,"stop":1714404187326,"duration":1}},{"uid":"f5307e7d26ccf2fe","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f5307e7d26ccf2fe","status":"passed","time":{"start":1714403975108,"stop":1714403975118,"duration":10}},{"uid":"8d9835824d192a44","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8d9835824d192a44","status":"passed","time":{"start":1714386442457,"stop":1714386442457,"duration":0}},{"uid":"9fd1eaa900db4997","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/9fd1eaa900db4997","status":"passed","time":{"start":1714385503992,"stop":1714385503992,"duration":0}},{"uid":"ca6d4615442e908d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ca6d4615442e908d","status":"passed","time":{"start":1714384798830,"stop":1714384798831,"duration":1}},{"uid":"382f16a68f7af749","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/382f16a68f7af749","status":"passed","time":{"start":1714384484761,"stop":1714384484761,"duration":0}},{"uid":"4790e624dfa1b368","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/4790e624dfa1b368","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939610,"stop":1714382939610,"duration":0}},{"uid":"4f8e200352e4f88b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4f8e200352e4f88b","status":"passed","time":{"start":1714383271366,"stop":1714383271366,"duration":0}},{"uid":"5a910c8e43a3a9ec","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5a910c8e43a3a9ec","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742241,"stop":1714382742241,"duration":0}},{"uid":"f3156e740e93974b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f3156e740e93974b","status":"passed","time":{"start":1714383085695,"stop":1714383085697,"duration":2}},{"uid":"2fc0da005e24a45f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2fc0da005e24a45f","status":"passed","time":{"start":1714382957853,"stop":1714382957853,"duration":0}},{"uid":"10aedde233af6b6","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/10aedde233af6b6","status":"passed","time":{"start":1714381467343,"stop":1714381467343,"duration":0}},{"uid":"1d6aefdd3709afb6","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/1d6aefdd3709afb6","status":"passed","time":{"start":1714380262875,"stop":1714380262875,"duration":0}},{"uid":"a146e98806341d4a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a146e98806341d4a","status":"passed","time":{"start":1714379832140,"stop":1714379832140,"duration":0}},{"uid":"4fa799160bd2ecaa","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/4fa799160bd2ecaa","status":"passed","time":{"start":1714297053930,"stop":1714297053930,"duration":0}}]},"tags":[]},"source":"be2386a4306d6919.json","parameterValues":[]} \ No newline at end of file +{"uid":"b816fce3d3babef8","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":1714500823184,"stop":1714500823184,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"df05df4cdaaf429","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/df05df4cdaaf429","status":"passed","time":{"start":1714494571263,"stop":1714494571264,"duration":1}},{"uid":"a79ffe91fdb0aa59","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a79ffe91fdb0aa59","status":"passed","time":{"start":1714492678657,"stop":1714492678657,"duration":0}}]},"tags":[]},"source":"b816fce3d3babef8.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b944cfe3af10df98.json b/6962/data/test-cases/b944cfe3af10df98.json new file mode 100644 index 00000000000..504322b6da8 --- /dev/null +++ b/6962/data/test-cases/b944cfe3af10df98.json @@ -0,0 +1 @@ +{"uid":"b944cfe3af10df98","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":1714500744109,"stop":1714500744111,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=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":3,"unknown":0,"total":3},"items":[{"uid":"dccc386c024a4f42","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dccc386c024a4f42","status":"passed","time":{"start":1714494482326,"stop":1714494482327,"duration":1}},{"uid":"fc5c67389cbf71df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fc5c67389cbf71df","status":"passed","time":{"start":1714492591348,"stop":1714492591349,"duration":1}}]},"tags":[]},"source":"b944cfe3af10df98.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/350b1869763e69b5.json b/6962/data/test-cases/b97b34da57d528f0.json similarity index 80% rename from 6944/data/test-cases/350b1869763e69b5.json rename to 6962/data/test-cases/b97b34da57d528f0.json index 2590cdfd84c..16d487afada 100644 --- a/6944/data/test-cases/350b1869763e69b5.json +++ b/6962/data/test-cases/b97b34da57d528f0.json @@ -1 +1 @@ -{"uid":"350b1869763e69b5","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":1714425534888,"stop":1714425534888,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"e0f55f907de102b5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e0f55f907de102b5","status":"passed","time":{"start":1714415702288,"stop":1714415702289,"duration":1}},{"uid":"8693303d20586fa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8693303d20586fa","status":"passed","time":{"start":1714415850496,"stop":1714415850497,"duration":1}},{"uid":"1e316a61092ab78","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1e316a61092ab78","status":"passed","time":{"start":1714408049945,"stop":1714408049945,"duration":0}},{"uid":"e518089648f58c68","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e518089648f58c68","status":"passed","time":{"start":1714407080669,"stop":1714407080669,"duration":0}},{"uid":"134bf9a460194653","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/134bf9a460194653","status":"passed","time":{"start":1714404860585,"stop":1714404860585,"duration":0}},{"uid":"1356880694b309e8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1356880694b309e8","status":"passed","time":{"start":1714404585198,"stop":1714404585198,"duration":0}},{"uid":"4e3cd6bf328db90b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4e3cd6bf328db90b","status":"passed","time":{"start":1714404366306,"stop":1714404366306,"duration":0}},{"uid":"40806958c6710c6e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/40806958c6710c6e","status":"passed","time":{"start":1714386825525,"stop":1714386825525,"duration":0}},{"uid":"1ea84151d9762deb","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1ea84151d9762deb","status":"passed","time":{"start":1714385893736,"stop":1714385893736,"duration":0}},{"uid":"2ecec25011c2ed46","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2ecec25011c2ed46","status":"passed","time":{"start":1714385188011,"stop":1714385188011,"duration":0}},{"uid":"eb8a6378eb10053c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/eb8a6378eb10053c","status":"passed","time":{"start":1714384869910,"stop":1714384869910,"duration":0}},{"uid":"a1dc264b13ce1b79","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a1dc264b13ce1b79","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237128,"stop":1714384237129,"duration":1}},{"uid":"a2496dcfb4f3445f","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a2496dcfb4f3445f","status":"passed","time":{"start":1714383661921,"stop":1714383661921,"duration":0}},{"uid":"aaed64b56a5b8229","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/aaed64b56a5b8229","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018803,"stop":1714384018803,"duration":0}},{"uid":"838fd162eecb824c","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/838fd162eecb824c","status":"passed","time":{"start":1714383474180,"stop":1714383474180,"duration":0}},{"uid":"f74319d20af3b735","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f74319d20af3b735","status":"passed","time":{"start":1714383351250,"stop":1714383351250,"duration":0}},{"uid":"8ffeb9652c217852","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8ffeb9652c217852","status":"passed","time":{"start":1714381860515,"stop":1714381860515,"duration":0}},{"uid":"e6edcdf7476ef243","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e6edcdf7476ef243","status":"passed","time":{"start":1714380649659,"stop":1714380649659,"duration":0}},{"uid":"2ef8c8606d6c3e37","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/2ef8c8606d6c3e37","status":"passed","time":{"start":1714380216160,"stop":1714380216160,"duration":0}},{"uid":"f4edc58e28a3e3cd","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f4edc58e28a3e3cd","status":"passed","time":{"start":1714297452327,"stop":1714297452328,"duration":1}}]},"tags":[]},"source":"350b1869763e69b5.json","parameterValues":[]} \ No newline at end of file +{"uid":"b97b34da57d528f0","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":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"90189f8feebbc6e3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90189f8feebbc6e3","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"7e2bc41285c328af","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e2bc41285c328af","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"tags":[]},"source":"b97b34da57d528f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/460b4388cee335c2.json b/6962/data/test-cases/b986f5e0346f596f.json similarity index 73% rename from 6944/data/test-cases/460b4388cee335c2.json rename to 6962/data/test-cases/b986f5e0346f596f.json index b7c22612915..abce6d6ca10 100644 --- a/6944/data/test-cases/460b4388cee335c2.json +++ b/6962/data/test-cases/b986f5e0346f596f.json @@ -1 +1 @@ -{"uid":"460b4388cee335c2","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":1714425068157,"stop":1714425068157,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":74,"passed":0,"unknown":0,"total":74},"items":[{"uid":"fafe618df417b4d1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fafe618df417b4d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415236760,"stop":1714415236761,"duration":1}},{"uid":"14fcd6654e0d8216","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/14fcd6654e0d8216","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415370298,"stop":1714415370298,"duration":0}},{"uid":"1e47e08435ed0284","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1e47e08435ed0284","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407592735,"stop":1714407592736,"duration":1}},{"uid":"25ba4dcbe006f242","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/25ba4dcbe006f242","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406603032,"stop":1714406603032,"duration":0}},{"uid":"19fdfdf2b4e4be14","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/19fdfdf2b4e4be14","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404403109,"stop":1714404403109,"duration":0}},{"uid":"6da0f95089d57269","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6da0f95089d57269","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404066567,"stop":1714404066567,"duration":0}},{"uid":"a06d06863d30aef7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a06d06863d30aef7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714403911558,"stop":1714403911558,"duration":0}},{"uid":"d710622057a23374","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d710622057a23374","status":"skipped","statusDetails":"Test ignored","time":{"start":1714386356568,"stop":1714386356568,"duration":0}},{"uid":"fbb3fc3500827fad","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/fbb3fc3500827fad","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385421495,"stop":1714385421495,"duration":0}},{"uid":"d30a8f30e4bdb060","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d30a8f30e4bdb060","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384714584,"stop":1714384714585,"duration":1}},{"uid":"a4b4c0207ec2d9bf","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a4b4c0207ec2d9bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384406002,"stop":1714384406002,"duration":0}},{"uid":"b589de39ba998603","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b589de39ba998603","status":"skipped","statusDetails":"Test ignored","time":{"start":1714382845715,"stop":1714382845715,"duration":0}},{"uid":"5ca9e41cea2b5e29","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/5ca9e41cea2b5e29","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383192282,"stop":1714383192283,"duration":1}},{"uid":"3b18c1a5d512c8b1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3b18c1a5d512c8b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714382649920,"stop":1714382649921,"duration":1}},{"uid":"edf47be75c7445c3","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/edf47be75c7445c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383007966,"stop":1714383007966,"duration":0}},{"uid":"713c188d0954d42","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/713c188d0954d42","status":"skipped","statusDetails":"Test ignored","time":{"start":1714382888228,"stop":1714382888228,"duration":0}},{"uid":"fc827eeb3dee0847","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/fc827eeb3dee0847","status":"skipped","statusDetails":"Test ignored","time":{"start":1714381390695,"stop":1714381390695,"duration":0}},{"uid":"c19f6a7291a077e5","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c19f6a7291a077e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380173251,"stop":1714380173252,"duration":1}},{"uid":"3197025ea596b56","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3197025ea596b56","status":"skipped","statusDetails":"Test ignored","time":{"start":1714379752799,"stop":1714379752799,"duration":0}},{"uid":"fc188385fb6cf898","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/fc188385fb6cf898","status":"skipped","statusDetails":"Test ignored","time":{"start":1714296983651,"stop":1714296983651,"duration":0}}]},"tags":[]},"source":"460b4388cee335c2.json","parameterValues":[]} \ No newline at end of file +{"uid":"b986f5e0346f596f","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":1714500735372,"stop":1714500735373,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"ab604db67b5b0acf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ab604db67b5b0acf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494500299,"stop":1714494500299,"duration":0}},{"uid":"d8f743e9465582de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8f743e9465582de","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492591540,"stop":1714492591540,"duration":0}}]},"tags":[]},"source":"b986f5e0346f596f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/7c7a707e5deb02d6.json b/6962/data/test-cases/b98f5dd01270817e.json similarity index 53% rename from 6944/data/test-cases/7c7a707e5deb02d6.json rename to 6962/data/test-cases/b98f5dd01270817e.json index 0cc01acd5fe..30eb909d7e8 100644 --- a/6944/data/test-cases/7c7a707e5deb02d6.json +++ b/6962/data/test-cases/b98f5dd01270817e.json @@ -1 +1 @@ -{"uid":"7c7a707e5deb02d6","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":1714425369963,"stop":1714425369963,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"5caa13e4514a4c82","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5caa13e4514a4c82","status":"passed","time":{"start":1714415516379,"stop":1714415516379,"duration":0}},{"uid":"8502d804a73fc801","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8502d804a73fc801","status":"passed","time":{"start":1714415679031,"stop":1714415679032,"duration":1}},{"uid":"c1b04ee4fa0fa95d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c1b04ee4fa0fa95d","status":"passed","time":{"start":1714407884327,"stop":1714407884327,"duration":0}},{"uid":"a483a18b3e144118","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a483a18b3e144118","status":"passed","time":{"start":1714406914326,"stop":1714406914327,"duration":1}},{"uid":"ae7235d30faee0c0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ae7235d30faee0c0","status":"passed","time":{"start":1714404690111,"stop":1714404690112,"duration":1}},{"uid":"29f45fb9a926af12","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/29f45fb9a926af12","status":"passed","time":{"start":1714404379786,"stop":1714404379787,"duration":1}},{"uid":"1cbdec84bd275d47","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/1cbdec84bd275d47","status":"passed","time":{"start":1714404194549,"stop":1714404194549,"duration":0}},{"uid":"ae1429ac6688ac21","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ae1429ac6688ac21","status":"passed","time":{"start":1714386653735,"stop":1714386653736,"duration":1}},{"uid":"8dd19fc71af7b3f3","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8dd19fc71af7b3f3","status":"passed","time":{"start":1714385733956,"stop":1714385733957,"duration":1}},{"uid":"5c802f0a5f2bc1e7","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5c802f0a5f2bc1e7","status":"passed","time":{"start":1714385024710,"stop":1714385024710,"duration":0}},{"uid":"a63f7e9960808b78","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a63f7e9960808b78","status":"passed","time":{"start":1714384714556,"stop":1714384714556,"duration":0}},{"uid":"fafbf229d232f330","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/fafbf229d232f330","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067750,"stop":1714384067751,"duration":1}},{"uid":"8962a66618b2be14","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/8962a66618b2be14","status":"passed","time":{"start":1714383490742,"stop":1714383490742,"duration":0}},{"uid":"9bfe929a625012e9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9bfe929a625012e9","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840443,"stop":1714383840443,"duration":0}},{"uid":"3f65d0f61f4e75b8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/3f65d0f61f4e75b8","status":"passed","time":{"start":1714383300561,"stop":1714383300561,"duration":0}},{"uid":"a97aa87d0cbe39c8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a97aa87d0cbe39c8","status":"passed","time":{"start":1714383176776,"stop":1714383176776,"duration":0}},{"uid":"6a27b0a00583d7ca","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6a27b0a00583d7ca","status":"passed","time":{"start":1714381688740,"stop":1714381688740,"duration":0}},{"uid":"3f8941403504051c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3f8941403504051c","status":"passed","time":{"start":1714380481152,"stop":1714380481152,"duration":0}},{"uid":"6062cd93cee82885","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6062cd93cee82885","status":"passed","time":{"start":1714380049531,"stop":1714380049532,"duration":1}},{"uid":"83d7fc6f35567dd8","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/83d7fc6f35567dd8","status":"passed","time":{"start":1714297302889,"stop":1714297302890,"duration":1}}]},"tags":[]},"source":"7c7a707e5deb02d6.json","parameterValues":[]} \ No newline at end of file +{"uid":"b98f5dd01270817e","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":1714501050453,"stop":1714501050453,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4807c968c53f85f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4807c968c53f85f6","status":"passed","time":{"start":1714494785913,"stop":1714494785914,"duration":1}},{"uid":"497d6ed9224927b7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/497d6ed9224927b7","status":"passed","time":{"start":1714492898569,"stop":1714492898569,"duration":0}}]},"tags":[]},"source":"b98f5dd01270817e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b9a48209c0d7d600.json b/6962/data/test-cases/b9a48209c0d7d600.json new file mode 100644 index 00000000000..1347b70c509 --- /dev/null +++ b/6962/data/test-cases/b9a48209c0d7d600.json @@ -0,0 +1 @@ +{"uid":"b9a48209c0d7d600","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":1714500744182,"stop":1714500744182,"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":3,"unknown":0,"total":3},"items":[{"uid":"8910baf377b4a254","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8910baf377b4a254","status":"passed","time":{"start":1714494482352,"stop":1714494482352,"duration":0}},{"uid":"23ec7a3ba6146d7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23ec7a3ba6146d7","status":"passed","time":{"start":1714492591367,"stop":1714492591368,"duration":1}}]},"tags":[]},"source":"b9a48209c0d7d600.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/b9dcf876541845c1.json b/6962/data/test-cases/b9dcf876541845c1.json new file mode 100644 index 00000000000..6acc5168dee --- /dev/null +++ b/6962/data/test-cases/b9dcf876541845c1.json @@ -0,0 +1 @@ +{"uid":"b9dcf876541845c1","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":1714500844873,"stop":1714500844873,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"3912e17b50861348","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3912e17b50861348","status":"passed","time":{"start":1714494594465,"stop":1714494594465,"duration":0}},{"uid":"eaf3a501014fd9f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eaf3a501014fd9f8","status":"passed","time":{"start":1714492694598,"stop":1714492694598,"duration":0}}]},"tags":[]},"source":"b9dcf876541845c1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ba237d93e36acaa1.json b/6962/data/test-cases/ba237d93e36acaa1.json new file mode 100644 index 00000000000..d267018dfd5 --- /dev/null +++ b/6962/data/test-cases/ba237d93e36acaa1.json @@ -0,0 +1 @@ +{"uid":"ba237d93e36acaa1","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":1714500660501,"stop":1714500660502,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"24f8ecadbada644b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24f8ecadbada644b","status":"passed","time":{"start":1714494401268,"stop":1714494401268,"duration":0}},{"uid":"4a853cdb1d357e0f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a853cdb1d357e0f","status":"passed","time":{"start":1714492501443,"stop":1714492501443,"duration":0}}]},"tags":[]},"source":"ba237d93e36acaa1.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ed805f66be4f5b96.json b/6962/data/test-cases/baa8f630ea91459e.json similarity index 74% rename from 6944/data/test-cases/ed805f66be4f5b96.json rename to 6962/data/test-cases/baa8f630ea91459e.json index 7c884e2c097..42630300500 100644 --- a/6944/data/test-cases/ed805f66be4f5b96.json +++ b/6962/data/test-cases/baa8f630ea91459e.json @@ -1 +1 @@ -{"uid":"ed805f66be4f5b96","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":1714425349890,"stop":1714425349892,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Subscribe\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Subscribe"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"3be3ef9f23db468e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3be3ef9f23db468e","status":"passed","time":{"start":1714415539977,"stop":1714415539977,"duration":0}},{"uid":"c4c0ba2b8bd927d8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c4c0ba2b8bd927d8","status":"passed","time":{"start":1714415671315,"stop":1714415671316,"duration":1}},{"uid":"da093b7b2441748","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/da093b7b2441748","status":"passed","time":{"start":1714407878080,"stop":1714407878080,"duration":0}},{"uid":"3f47109566c87064","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3f47109566c87064","status":"passed","time":{"start":1714406907381,"stop":1714406907381,"duration":0}},{"uid":"ed6e3a7e40e17542","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ed6e3a7e40e17542","status":"passed","time":{"start":1714404685457,"stop":1714404685457,"duration":0}},{"uid":"bc1b43b45969cc12","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/bc1b43b45969cc12","status":"passed","time":{"start":1714404398004,"stop":1714404398004,"duration":0}},{"uid":"a9104807ac6622b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a9104807ac6622b","status":"passed","time":{"start":1714404193473,"stop":1714404193473,"duration":0}},{"uid":"4482d9835608ef0b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4482d9835608ef0b","status":"passed","time":{"start":1714386646794,"stop":1714386646795,"duration":1}},{"uid":"faedd25011911ca2","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/faedd25011911ca2","status":"passed","time":{"start":1714385711032,"stop":1714385711033,"duration":1}},{"uid":"f8ee4e10c74b94f7","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f8ee4e10c74b94f7","status":"passed","time":{"start":1714385006976,"stop":1714385006977,"duration":1}},{"uid":"d8c10d3782d2176a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d8c10d3782d2176a","status":"passed","time":{"start":1714384687418,"stop":1714384687418,"duration":0}},{"uid":"e3f6515972219967","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/e3f6515972219967","status":"passed","time":{"start":1714383085785,"stop":1714383085786,"duration":1}},{"uid":"d0073d1b33828e42","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d0073d1b33828e42","status":"passed","time":{"start":1714383482552,"stop":1714383482553,"duration":1}},{"uid":"4d49bb56d223cb03","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4d49bb56d223cb03","status":"passed","time":{"start":1714382879525,"stop":1714382879526,"duration":1}},{"uid":"26e02769d3a8694d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/26e02769d3a8694d","status":"passed","time":{"start":1714383290173,"stop":1714383290174,"duration":1}},{"uid":"a092101fc6cae8c4","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a092101fc6cae8c4","status":"passed","time":{"start":1714383178720,"stop":1714383178720,"duration":0}},{"uid":"8639cc698606f3ba","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8639cc698606f3ba","status":"passed","time":{"start":1714381680874,"stop":1714381680875,"duration":1}},{"uid":"ed56fcd48278f324","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ed56fcd48278f324","status":"passed","time":{"start":1714380462785,"stop":1714380462785,"duration":0}},{"uid":"9188e300cb880fe4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9188e300cb880fe4","status":"passed","time":{"start":1714380037750,"stop":1714380037750,"duration":0}},{"uid":"7f3b26930ce83243","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7f3b26930ce83243","status":"passed","time":{"start":1714297267382,"stop":1714297267383,"duration":1}}]},"tags":[]},"source":"ed805f66be4f5b96.json","parameterValues":[]} \ No newline at end of file +{"uid":"baa8f630ea91459e","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":1714501039480,"stop":1714501039480,"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":3,"unknown":0,"total":3},"items":[{"uid":"4ef6576ca2f26b22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ef6576ca2f26b22","status":"passed","time":{"start":1714494791243,"stop":1714494791244,"duration":1}},{"uid":"436a6acbf6cc0e85","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/436a6acbf6cc0e85","status":"passed","time":{"start":1714492870706,"stop":1714492870706,"duration":0}}]},"tags":[]},"source":"baa8f630ea91459e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bae6a1e8e9e9230e.json b/6962/data/test-cases/bae6a1e8e9e9230e.json new file mode 100644 index 00000000000..7d8ef1b58ce --- /dev/null +++ b/6962/data/test-cases/bae6a1e8e9e9230e.json @@ -0,0 +1 @@ +{"uid":"bae6a1e8e9e9230e","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":1714501150908,"stop":1714501150909,"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":3,"unknown":0,"total":3},"items":[{"uid":"5ca5b33b76c9a723","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5ca5b33b76c9a723","status":"passed","time":{"start":1714494883925,"stop":1714494883926,"duration":1}},{"uid":"1ab60b6941d4ce32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1ab60b6941d4ce32","status":"passed","time":{"start":1714492982062,"stop":1714492982063,"duration":1}}]},"tags":[]},"source":"bae6a1e8e9e9230e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bb3f15327a9a6788.json b/6962/data/test-cases/bb3f15327a9a6788.json new file mode 100644 index 00000000000..16bb35d3ddf --- /dev/null +++ b/6962/data/test-cases/bb3f15327a9a6788.json @@ -0,0 +1 @@ +{"uid":"bb3f15327a9a6788","name":"handles empty shards array correctly","fullName":"/src/common/sharding.spec.ts: ensureShardingConfigured > handles empty shards array correctly","historyId":"8acb42b16d8cea5732b9be877d9c9731:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525356,"stop":1714500525356,"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":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"548b917ccd226e6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/548b917ccd226e6","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"b35cc82a9dc47b00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b35cc82a9dc47b00","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"tags":[]},"source":"bb3f15327a9a6788.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bbef66225a9bc34d.json b/6962/data/test-cases/bbef66225a9bc34d.json new file mode 100644 index 00000000000..64e396aaeab --- /dev/null +++ b/6962/data/test-cases/bbef66225a9bc34d.json @@ -0,0 +1 @@ +{"uid":"bbef66225a9bc34d","name":"should return valid sharding parameters for content topics autosharding","fullName":"/src/common/sharding.spec.ts: ensureShardingConfigured > should return valid sharding parameters for content topics autosharding","historyId":"709ec0fac496e27ee4fe40642aee4232:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525354,"stop":1714500525354,"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":"ensureShardingConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"da9dfe969045600f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da9dfe969045600f","status":"passed","time":{"start":1714494276824,"stop":1714494276825,"duration":1}},{"uid":"104cfaf345bd5674","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/104cfaf345bd5674","status":"passed","time":{"start":1714492380877,"stop":1714492380878,"duration":1}}]},"tags":[]},"source":"bbef66225a9bc34d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bc5a1d974a647860.json b/6962/data/test-cases/bc5a1d974a647860.json new file mode 100644 index 00000000000..08b864e392e --- /dev/null +++ b/6962/data/test-cases/bc5a1d974a647860.json @@ -0,0 +1 @@ +{"uid":"bc5a1d974a647860","name":"receiving a ping from a peer does not overwrite shard info","fullName":"/tests/metadata.spec.ts: Metadata Protocol > receiving a ping from a peer does not overwrite shard info","historyId":"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500872902,"stop":1714500872902,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c8351d487fa00e33","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8351d487fa00e33","status":"passed","time":{"start":1714494620617,"stop":1714494620617,"duration":0}}]},"tags":[]},"source":"bc5a1d974a647860.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bcce94c700a8b634.json b/6962/data/test-cases/bcce94c700a8b634.json new file mode 100644 index 00000000000..8e333dda19a --- /dev/null +++ b/6962/data/test-cases/bcce94c700a8b634.json @@ -0,0 +1 @@ +{"uid":"bcce94c700a8b634","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":1714500533174,"stop":1714500533174,"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":3,"unknown":0,"total":3},"items":[{"uid":"9bc46a813fe15a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9bc46a813fe15a1","status":"passed","time":{"start":1714494284809,"stop":1714494284809,"duration":0}},{"uid":"1f9a0bb01adb00d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f9a0bb01adb00d9","status":"passed","time":{"start":1714492388593,"stop":1714492388597,"duration":4}}]},"tags":[]},"source":"bcce94c700a8b634.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bce8fa205d5e8719.json b/6962/data/test-cases/bce8fa205d5e8719.json new file mode 100644 index 00000000000..c26641acbcf --- /dev/null +++ b/6962/data/test-cases/bce8fa205d5e8719.json @@ -0,0 +1 @@ +{"uid":"bce8fa205d5e8719","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":1714501013446,"stop":1714501013446,"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":3,"unknown":0,"total":3},"items":[{"uid":"90b7869ed40d715","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90b7869ed40d715","status":"passed","time":{"start":1714494760923,"stop":1714494760923,"duration":0}},{"uid":"7eac7a0b68c83b7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7eac7a0b68c83b7c","status":"passed","time":{"start":1714492834197,"stop":1714492834198,"duration":1}}]},"tags":[]},"source":"bce8fa205d5e8719.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/811989732545fa80.json b/6962/data/test-cases/bd0b3981763f7bee.json similarity index 76% rename from 6944/data/test-cases/811989732545fa80.json rename to 6962/data/test-cases/bd0b3981763f7bee.json index 0a29ca54ae4..f8395fb1533 100644 --- a/6944/data/test-cases/811989732545fa80.json +++ b/6962/data/test-cases/bd0b3981763f7bee.json @@ -1 +1 @@ -{"uid":"811989732545fa80","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":1714425348179,"stop":1714425348179,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"4e77a0a3d4b35fdb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4e77a0a3d4b35fdb","status":"passed","time":{"start":1714415541644,"stop":1714415541644,"duration":0}},{"uid":"516de72d76a79436","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/516de72d76a79436","status":"passed","time":{"start":1714415666674,"stop":1714415666675,"duration":1}},{"uid":"734a3461912936c7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/734a3461912936c7","status":"passed","time":{"start":1714407867317,"stop":1714407867317,"duration":0}},{"uid":"9b4adcf088a6ccbc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9b4adcf088a6ccbc","status":"passed","time":{"start":1714406901745,"stop":1714406901746,"duration":1}},{"uid":"737dcfccfc2e744c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/737dcfccfc2e744c","status":"passed","time":{"start":1714404685930,"stop":1714404685931,"duration":1}},{"uid":"674c0497e0289728","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/674c0497e0289728","status":"passed","time":{"start":1714404389184,"stop":1714404389184,"duration":0}},{"uid":"a16e2c4df558bef5","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a16e2c4df558bef5","status":"passed","time":{"start":1714404179635,"stop":1714404179636,"duration":1}},{"uid":"410b1effe7c2670d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/410b1effe7c2670d","status":"passed","time":{"start":1714386642374,"stop":1714386642374,"duration":0}},{"uid":"885cf022bb62be27","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/885cf022bb62be27","status":"passed","time":{"start":1714385705594,"stop":1714385705594,"duration":0}},{"uid":"9274ff6bba5753ac","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/9274ff6bba5753ac","status":"passed","time":{"start":1714385001593,"stop":1714385001594,"duration":1}},{"uid":"297069fb020be2d0","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/297069fb020be2d0","status":"passed","time":{"start":1714384689779,"stop":1714384689785,"duration":6}},{"uid":"179415f1ee5d2aca","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/179415f1ee5d2aca","status":"passed","time":{"start":1714383060299,"stop":1714383060299,"duration":0}},{"uid":"41863c5290191545","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/41863c5290191545","status":"passed","time":{"start":1714383479966,"stop":1714383479966,"duration":0}},{"uid":"1a8b96a90e58ac56","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1a8b96a90e58ac56","status":"passed","time":{"start":1714382864759,"stop":1714382864759,"duration":0}},{"uid":"52861ac87dfd5157","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/52861ac87dfd5157","status":"passed","time":{"start":1714383281575,"stop":1714383281575,"duration":0}},{"uid":"7591626b1ef8adbe","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7591626b1ef8adbe","status":"passed","time":{"start":1714383168056,"stop":1714383168057,"duration":1}},{"uid":"104f7e04b421562c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/104f7e04b421562c","status":"passed","time":{"start":1714381685739,"stop":1714381685740,"duration":1}},{"uid":"ff950ef79cf92385","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ff950ef79cf92385","status":"passed","time":{"start":1714380450799,"stop":1714380450799,"duration":0}},{"uid":"af082db5b1d3052a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/af082db5b1d3052a","status":"passed","time":{"start":1714380035065,"stop":1714380035065,"duration":0}},{"uid":"e49ea884c05dc577","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e49ea884c05dc577","status":"passed","time":{"start":1714297259173,"stop":1714297259177,"duration":4}}]},"tags":[]},"source":"811989732545fa80.json","parameterValues":[]} \ No newline at end of file +{"uid":"bd0b3981763f7bee","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":1714501036157,"stop":1714501036158,"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":3,"unknown":0,"total":3},"items":[{"uid":"5b4211a7d523712e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b4211a7d523712e","status":"passed","time":{"start":1714494788138,"stop":1714494788138,"duration":0}},{"uid":"aef65800f81c9cd1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aef65800f81c9cd1","status":"passed","time":{"start":1714492860430,"stop":1714492860430,"duration":0}}]},"tags":[]},"source":"bd0b3981763f7bee.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bd498e3d5e152f7a.json b/6962/data/test-cases/bd498e3d5e152f7a.json new file mode 100644 index 00000000000..9c091b230d6 --- /dev/null +++ b/6962/data/test-cases/bd498e3d5e152f7a.json @@ -0,0 +1 @@ +{"uid":"bd498e3d5e152f7a","name":"should emit `waku:offline` event only when all peers disconnect","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > should emit `waku:offline` event only when all peers disconnect","historyId":"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500623696,"stop":1714500623697,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ef372cc6e608c10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ef372cc6e608c10","status":"passed","time":{"start":1714494373385,"stop":1714494373386,"duration":1}},{"uid":"c5424ba1dfe0033","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c5424ba1dfe0033","status":"passed","time":{"start":1714492481133,"stop":1714492481133,"duration":0}}]},"tags":[]},"source":"bd498e3d5e152f7a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bd8274d9d51ad8a5.json b/6962/data/test-cases/bd8274d9d51ad8a5.json new file mode 100644 index 00000000000..a430620e3d9 --- /dev/null +++ b/6962/data/test-cases/bd8274d9d51ad8a5.json @@ -0,0 +1 @@ +{"uid":"bd8274d9d51ad8a5","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":1714500525360,"stop":1714500525360,"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":3,"unknown":0,"total":3},"items":[{"uid":"144d7b201efddf68","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/144d7b201efddf68","status":"passed","time":{"start":1714494277048,"stop":1714494277048,"duration":0}},{"uid":"a0f4b2dbb257e210","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a0f4b2dbb257e210","status":"passed","time":{"start":1714492380913,"stop":1714492380913,"duration":0}}]},"tags":[]},"source":"bd8274d9d51ad8a5.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/76e8b93a23376e06.json b/6962/data/test-cases/bda49b2c74d7808a.json similarity index 80% rename from 6944/data/test-cases/76e8b93a23376e06.json rename to 6962/data/test-cases/bda49b2c74d7808a.json index 24519a80f05..c6d3ce61ae0 100644 --- a/6944/data/test-cases/76e8b93a23376e06.json +++ b/6962/data/test-cases/bda49b2c74d7808a.json @@ -1 +1 @@ -{"uid":"76e8b93a23376e06","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425534891,"stop":1714425534892,"duration":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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"1659a4820b485c21","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1659a4820b485c21","status":"passed","time":{"start":1714415702292,"stop":1714415702292,"duration":0}},{"uid":"5fc5d351d89d5a0c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5fc5d351d89d5a0c","status":"passed","time":{"start":1714415850500,"stop":1714415850500,"duration":0}},{"uid":"d3908db0530810f0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d3908db0530810f0","status":"passed","time":{"start":1714408049949,"stop":1714408049949,"duration":0}},{"uid":"92823f867919a733","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/92823f867919a733","status":"passed","time":{"start":1714407080672,"stop":1714407080672,"duration":0}},{"uid":"e48a135d643d8927","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e48a135d643d8927","status":"passed","time":{"start":1714404860589,"stop":1714404860590,"duration":1}},{"uid":"64bdd52ed60676ab","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/64bdd52ed60676ab","status":"passed","time":{"start":1714404585201,"stop":1714404585202,"duration":1}},{"uid":"be9bb887801f592b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/be9bb887801f592b","status":"passed","time":{"start":1714404366310,"stop":1714404366311,"duration":1}},{"uid":"741cc4a72ceb2deb","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/741cc4a72ceb2deb","status":"passed","time":{"start":1714386825529,"stop":1714386825529,"duration":0}},{"uid":"92da9b42fb2242bb","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/92da9b42fb2242bb","status":"passed","time":{"start":1714385893740,"stop":1714385893740,"duration":0}},{"uid":"8e334ecd3e10c94d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8e334ecd3e10c94d","status":"passed","time":{"start":1714385188015,"stop":1714385188015,"duration":0}},{"uid":"bc824662b518057b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/bc824662b518057b","status":"passed","time":{"start":1714384869914,"stop":1714384869915,"duration":1}},{"uid":"58e1caa6c89dee33","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/58e1caa6c89dee33","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237140,"stop":1714384237140,"duration":0}},{"uid":"cac68a978e0bb88e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/cac68a978e0bb88e","status":"passed","time":{"start":1714383661925,"stop":1714383661925,"duration":0}},{"uid":"df62dbd610c9144a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/df62dbd610c9144a","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018814,"stop":1714384018814,"duration":0}},{"uid":"17568f331cfb4285","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/17568f331cfb4285","status":"passed","time":{"start":1714383474184,"stop":1714383474184,"duration":0}},{"uid":"1eeecc022110a442","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/1eeecc022110a442","status":"passed","time":{"start":1714383351254,"stop":1714383351255,"duration":1}},{"uid":"7ae1c1498107706e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7ae1c1498107706e","status":"passed","time":{"start":1714381860518,"stop":1714381860518,"duration":0}},{"uid":"31d979d78c3e902b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/31d979d78c3e902b","status":"passed","time":{"start":1714380649664,"stop":1714380649664,"duration":0}},{"uid":"9134405589ad9520","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9134405589ad9520","status":"passed","time":{"start":1714380216163,"stop":1714380216163,"duration":0}},{"uid":"88f33493b44732af","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/88f33493b44732af","status":"passed","time":{"start":1714297452331,"stop":1714297452332,"duration":1}}]},"tags":[]},"source":"76e8b93a23376e06.json","parameterValues":[]} \ No newline at end of file +{"uid":"bda49b2c74d7808a","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501220692,"stop":1714501220692,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"321ac4b9cf8381f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/321ac4b9cf8381f1","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"527f97132892a207","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/527f97132892a207","status":"passed","time":{"start":1714493052140,"stop":1714493052141,"duration":1}}]},"tags":[]},"source":"bda49b2c74d7808a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1ace22036797fbd1.json b/6962/data/test-cases/bdf413bdf1b592e8.json similarity index 84% rename from 6944/data/test-cases/1ace22036797fbd1.json rename to 6962/data/test-cases/bdf413bdf1b592e8.json index 06cf34549f5..3de4785236e 100644 --- a/6944/data/test-cases/1ace22036797fbd1.json +++ b/6962/data/test-cases/bdf413bdf1b592e8.json @@ -1 +1 @@ -{"uid":"1ace22036797fbd1","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":1714425301142,"stop":1714425301142,"duration":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":74,"unknown":0,"total":74},"items":[{"uid":"7c379f614fc3d46","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7c379f614fc3d46","status":"passed","time":{"start":1714415473272,"stop":1714415473273,"duration":1}},{"uid":"1f5ae240d7c2d8c9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1f5ae240d7c2d8c9","status":"passed","time":{"start":1714415615366,"stop":1714415615366,"duration":0}},{"uid":"9e713d12bc8aa492","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9e713d12bc8aa492","status":"passed","time":{"start":1714407816875,"stop":1714407816875,"duration":0}},{"uid":"ff85b6883f12cdb6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ff85b6883f12cdb6","status":"passed","time":{"start":1714406861595,"stop":1714406861598,"duration":3}},{"uid":"55a967b557eee724","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/55a967b557eee724","status":"passed","time":{"start":1714404628281,"stop":1714404628281,"duration":0}},{"uid":"b6c596c464cac097","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b6c596c464cac097","status":"passed","time":{"start":1714404348898,"stop":1714404348898,"duration":0}},{"uid":"6f8eaa76ea7662bd","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6f8eaa76ea7662bd","status":"passed","time":{"start":1714404137265,"stop":1714404137266,"duration":1}},{"uid":"ad0388b64e66d811","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ad0388b64e66d811","status":"passed","time":{"start":1714386585854,"stop":1714386585854,"duration":0}},{"uid":"aac4f4413a1ccc51","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/aac4f4413a1ccc51","status":"passed","time":{"start":1714385651947,"stop":1714385651947,"duration":0}},{"uid":"5226c953103a023b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5226c953103a023b","status":"passed","time":{"start":1714384939252,"stop":1714384939254,"duration":2}},{"uid":"7873e5ae59e0feef","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7873e5ae59e0feef","status":"passed","time":{"start":1714384633425,"stop":1714384633425,"duration":0}},{"uid":"19fe7ba611203b11","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/19fe7ba611203b11","status":"passed","time":{"start":1714383068445,"stop":1714383068446,"duration":1}},{"uid":"4d52de7af409abb6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4d52de7af409abb6","status":"passed","time":{"start":1714383427874,"stop":1714383427875,"duration":1}},{"uid":"272ce5c1b495490e","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/272ce5c1b495490e","status":"passed","time":{"start":1714382856569,"stop":1714382856569,"duration":0}},{"uid":"c48a9ebcd1accfae","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c48a9ebcd1accfae","status":"passed","time":{"start":1714383232256,"stop":1714383232256,"duration":0}},{"uid":"fb29512ec0dd7c91","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fb29512ec0dd7c91","status":"passed","time":{"start":1714383125903,"stop":1714383125903,"duration":0}},{"uid":"e1c6e9c632293ccc","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e1c6e9c632293ccc","status":"passed","time":{"start":1714381639316,"stop":1714381639317,"duration":1}},{"uid":"e4e240181b0f501f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e4e240181b0f501f","status":"passed","time":{"start":1714380392371,"stop":1714380392371,"duration":0}},{"uid":"b73e2980d232d224","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b73e2980d232d224","status":"passed","time":{"start":1714379984454,"stop":1714379984454,"duration":0}},{"uid":"53637eff062fc3dd","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/53637eff062fc3dd","status":"passed","time":{"start":1714297212220,"stop":1714297212220,"duration":0}}]},"tags":[]},"source":"1ace22036797fbd1.json","parameterValues":[]} \ No newline at end of file +{"uid":"bdf413bdf1b592e8","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":1714500976560,"stop":1714500976561,"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":3,"unknown":0,"total":3},"items":[{"uid":"9a4d752659d7e181","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a4d752659d7e181","status":"passed","time":{"start":1714494735304,"stop":1714494735304,"duration":0}},{"uid":"d3598e633a95bab9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3598e633a95bab9","status":"passed","time":{"start":1714492814974,"stop":1714492814974,"duration":0}}]},"tags":[]},"source":"bdf413bdf1b592e8.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bdf76bdbb044747.json b/6962/data/test-cases/bdf76bdbb044747.json new file mode 100644 index 00000000000..b4ad5e6afe6 --- /dev/null +++ b/6962/data/test-cases/bdf76bdbb044747.json @@ -0,0 +1 @@ +{"uid":"bdf76bdbb044747","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":1714501153788,"stop":1714501153788,"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":3,"unknown":0,"total":3},"items":[{"uid":"f1580dfb84f9de52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f1580dfb84f9de52","status":"passed","time":{"start":1714494896479,"stop":1714494896479,"duration":0}},{"uid":"eac0b2c89a28d15d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eac0b2c89a28d15d","status":"passed","time":{"start":1714492987115,"stop":1714492987116,"duration":1}}]},"tags":[]},"source":"bdf76bdbb044747.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d52a031b3492187.json b/6962/data/test-cases/be240068840f495.json similarity index 64% rename from 6944/data/test-cases/d52a031b3492187.json rename to 6962/data/test-cases/be240068840f495.json index 14d7ea5a0af..3cc2dd2f758 100644 --- a/6944/data/test-cases/d52a031b3492187.json +++ b/6962/data/test-cases/be240068840f495.json @@ -1 +1 @@ -{"uid":"d52a031b3492187","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":1714425301118,"stop":1714425301119,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"742c3460194e5497","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/742c3460194e5497","status":"passed","time":{"start":1714415473265,"stop":1714415473266,"duration":1}},{"uid":"78a2daf950b1771c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/78a2daf950b1771c","status":"passed","time":{"start":1714415615362,"stop":1714415615363,"duration":1}},{"uid":"3ccb3c9fdeaab24b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3ccb3c9fdeaab24b","status":"passed","time":{"start":1714407816869,"stop":1714407816869,"duration":0}},{"uid":"df965e644c09395f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/df965e644c09395f","status":"passed","time":{"start":1714406861592,"stop":1714406861593,"duration":1}},{"uid":"7582a61d17c45592","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7582a61d17c45592","status":"passed","time":{"start":1714404628275,"stop":1714404628276,"duration":1}},{"uid":"ccaf31a62c618fbe","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ccaf31a62c618fbe","status":"passed","time":{"start":1714404348894,"stop":1714404348894,"duration":0}},{"uid":"5523a57aa809ef9c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5523a57aa809ef9c","status":"passed","time":{"start":1714404137221,"stop":1714404137221,"duration":0}},{"uid":"329331422c59964a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/329331422c59964a","status":"passed","time":{"start":1714386585849,"stop":1714386585849,"duration":0}},{"uid":"36b041b32ff89ec0","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/36b041b32ff89ec0","status":"passed","time":{"start":1714385651941,"stop":1714385651942,"duration":1}},{"uid":"efc998c56e0c6e1b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/efc998c56e0c6e1b","status":"passed","time":{"start":1714384939243,"stop":1714384939244,"duration":1}},{"uid":"817ac34b6dd96452","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/817ac34b6dd96452","status":"passed","time":{"start":1714384633422,"stop":1714384633422,"duration":0}},{"uid":"18cbf6d29357e87c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/18cbf6d29357e87c","status":"passed","time":{"start":1714383068442,"stop":1714383068442,"duration":0}},{"uid":"3a76428f5e1b91e6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3a76428f5e1b91e6","status":"passed","time":{"start":1714383427866,"stop":1714383427867,"duration":1}},{"uid":"38bcaac13bfb001a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/38bcaac13bfb001a","status":"passed","time":{"start":1714382856566,"stop":1714382856566,"duration":0}},{"uid":"57e6a3876f11b1dd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/57e6a3876f11b1dd","status":"passed","time":{"start":1714383232253,"stop":1714383232253,"duration":0}},{"uid":"9fc2ee1c1d013f06","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9fc2ee1c1d013f06","status":"passed","time":{"start":1714383125888,"stop":1714383125889,"duration":1}},{"uid":"d950d87d06132cdd","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d950d87d06132cdd","status":"passed","time":{"start":1714381639313,"stop":1714381639313,"duration":0}},{"uid":"564bcc5fd332f769","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/564bcc5fd332f769","status":"passed","time":{"start":1714380392363,"stop":1714380392364,"duration":1}},{"uid":"81757fecfa4890d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/81757fecfa4890d","status":"passed","time":{"start":1714379984451,"stop":1714379984451,"duration":0}},{"uid":"7d795736fd2dc64","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7d795736fd2dc64","status":"passed","time":{"start":1714297212216,"stop":1714297212216,"duration":0}}]},"tags":[]},"source":"d52a031b3492187.json","parameterValues":[]} \ No newline at end of file +{"uid":"be240068840f495","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":1714500976551,"stop":1714500976552,"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":3,"unknown":0,"total":3},"items":[{"uid":"b24c53e38706a0c8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b24c53e38706a0c8","status":"passed","time":{"start":1714494735293,"stop":1714494735294,"duration":1}},{"uid":"c54ecf3fb1746878","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c54ecf3fb1746878","status":"passed","time":{"start":1714492814963,"stop":1714492814964,"duration":1}}]},"tags":[]},"source":"be240068840f495.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/e49a91bb7dc95112.json b/6962/data/test-cases/bebb65da22685231.json similarity index 78% rename from 6944/data/test-cases/e49a91bb7dc95112.json rename to 6962/data/test-cases/bebb65da22685231.json index 75a1f1863c2..6fe44d1afb0 100644 --- a/6944/data/test-cases/e49a91bb7dc95112.json +++ b/6962/data/test-cases/bebb65da22685231.json @@ -1 +1 @@ -{"uid":"e49a91bb7dc95112","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":1714425137459,"stop":1714425137460,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"bdb855dc17944630","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bdb855dc17944630","status":"passed","time":{"start":1714415306379,"stop":1714415306380,"duration":1}},{"uid":"670e050634e40d8f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/670e050634e40d8f","status":"passed","time":{"start":1714415441034,"stop":1714415441034,"duration":0}},{"uid":"ce7aca65f4fd1fc7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ce7aca65f4fd1fc7","status":"passed","time":{"start":1714407661423,"stop":1714407661423,"duration":0}},{"uid":"b8adbb4c044e142e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b8adbb4c044e142e","status":"passed","time":{"start":1714406688871,"stop":1714406688872,"duration":1}},{"uid":"80366caa476ebeaa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/80366caa476ebeaa","status":"passed","time":{"start":1714404480635,"stop":1714404480635,"duration":0}},{"uid":"4d4631e1e2f41d2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4d4631e1e2f41d2","status":"passed","time":{"start":1714404187328,"stop":1714404187328,"duration":0}},{"uid":"53ca5c779babb2d2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/53ca5c779babb2d2","status":"passed","time":{"start":1714403975125,"stop":1714403975125,"duration":0}},{"uid":"37514265d43eca6f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/37514265d43eca6f","status":"passed","time":{"start":1714386442465,"stop":1714386442465,"duration":0}},{"uid":"1cf7f4313f5b0503","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1cf7f4313f5b0503","status":"passed","time":{"start":1714385503995,"stop":1714385503995,"duration":0}},{"uid":"1fd88a9c10ed6d48","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1fd88a9c10ed6d48","status":"passed","time":{"start":1714384798842,"stop":1714384798843,"duration":1}},{"uid":"db75556230316c81","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/db75556230316c81","status":"passed","time":{"start":1714384484766,"stop":1714384484767,"duration":1}},{"uid":"1db2c28b9ba8a511","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1db2c28b9ba8a511","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939617,"stop":1714382939617,"duration":0}},{"uid":"102735d2cd8dc176","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/102735d2cd8dc176","status":"passed","time":{"start":1714383271370,"stop":1714383271370,"duration":0}},{"uid":"3b3c5ca96b387665","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3b3c5ca96b387665","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742249,"stop":1714382742249,"duration":0}},{"uid":"b106974e57033e39","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b106974e57033e39","status":"passed","time":{"start":1714383085704,"stop":1714383085705,"duration":1}},{"uid":"68bd4f8f5f4816a7","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/68bd4f8f5f4816a7","status":"passed","time":{"start":1714382957856,"stop":1714382957857,"duration":1}},{"uid":"fa8739d1831847ec","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/fa8739d1831847ec","status":"passed","time":{"start":1714381467345,"stop":1714381467346,"duration":1}},{"uid":"fdd229ae4ba5d2d3","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fdd229ae4ba5d2d3","status":"passed","time":{"start":1714380262878,"stop":1714380262878,"duration":0}},{"uid":"ef25d238d77a0dce","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ef25d238d77a0dce","status":"passed","time":{"start":1714379832143,"stop":1714379832144,"duration":1}},{"uid":"65acf7ff53714ab3","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/65acf7ff53714ab3","status":"passed","time":{"start":1714297053932,"stop":1714297053933,"duration":1}}]},"tags":[]},"source":"e49a91bb7dc95112.json","parameterValues":[]} \ No newline at end of file +{"uid":"bebb65da22685231","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":1714500823187,"stop":1714500823187,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ecb92d01b641f4b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ecb92d01b641f4b","status":"passed","time":{"start":1714494571266,"stop":1714494571266,"duration":0}},{"uid":"f8e452c6cdbd7e60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f8e452c6cdbd7e60","status":"passed","time":{"start":1714492678665,"stop":1714492678666,"duration":1}}]},"tags":[]},"source":"bebb65da22685231.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bf3f44edf094c6f4.json b/6962/data/test-cases/bf3f44edf094c6f4.json new file mode 100644 index 00000000000..0971311726e --- /dev/null +++ b/6962/data/test-cases/bf3f44edf094c6f4.json @@ -0,0 +1 @@ +{"uid":"bf3f44edf094c6f4","name":"Js publishes, other Js receives","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Js publishes, other Js receives","historyId":"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501008013,"stop":1714501008013,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Interop\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Interop"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"611254e5724b84cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/611254e5724b84cb","status":"passed","time":{"start":1714494764687,"stop":1714494764688,"duration":1}},{"uid":"8c6329a505d95383","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8c6329a505d95383","status":"passed","time":{"start":1714492842571,"stop":1714492842572,"duration":1}}]},"tags":[]},"source":"bf3f44edf094c6f4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bf7d35f4138b572f.json b/6962/data/test-cases/bf7d35f4138b572f.json new file mode 100644 index 00000000000..1bf695327e0 --- /dev/null +++ b/6962/data/test-cases/bf7d35f4138b572f.json @@ -0,0 +1 @@ +{"uid":"bf7d35f4138b572f","name":"random static sharding 4 - Cluster ID: 398, Shard ID: 383","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 4 - Cluster ID: 398, Shard ID: 383","historyId":"5eac47bf638f1677ce57564311aab727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106175,"stop":1714501106176,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"bf7d35f4138b572f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/bfd3b8975bc1884e.json b/6962/data/test-cases/bfd3b8975bc1884e.json new file mode 100644 index 00000000000..ec4f512fc64 --- /dev/null +++ b/6962/data/test-cases/bfd3b8975bc1884e.json @@ -0,0 +1 @@ +{"uid":"bfd3b8975bc1884e","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":1714500590516,"stop":1714500590516,"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":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"154e0ee3c91bb53c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/154e0ee3c91bb53c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351415,"duration":0}},{"uid":"f5e6407c1184ee8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f5e6407c1184ee8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441819,"stop":1714492441821,"duration":2}}]},"tags":[]},"source":"bfd3b8975bc1884e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/7cee38241a608e1f.json b/6962/data/test-cases/c04ad7f58959a639.json similarity index 98% rename from 6944/data/test-cases/7cee38241a608e1f.json rename to 6962/data/test-cases/c04ad7f58959a639.json index 50240f71398..0e8a82d6f97 100644 --- a/6944/data/test-cases/7cee38241a608e1f.json +++ b/6962/data/test-cases/c04ad7f58959a639.json @@ -1 +1 @@ -{"uid":"7cee38241a608e1f","name":"Push message with custom timestamp: 1683666668404","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1683666668404","historyId":"f4e0fed22a0407cbdf5768b649d3ed22:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425435630,"stop":1714425435631,"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":"7cee38241a608e1f.json","parameterValues":[]} \ No newline at end of file +{"uid":"c04ad7f58959a639","name":"Push message with custom timestamp: 1683742335785","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1683742335785","historyId":"e628a6dc9c0d7974952d6387449bc454:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501123820,"stop":1714501123820,"duration":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":"c04ad7f58959a639.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c0afa96481681c03.json b/6962/data/test-cases/c0afa96481681c03.json new file mode 100644 index 00000000000..e3884c371ec --- /dev/null +++ b/6962/data/test-cases/c0afa96481681c03.json @@ -0,0 +1 @@ +{"uid":"c0afa96481681c03","name":"caches peers it previously fetched","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery > caches peers it previously fetched","historyId":"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550517,"stop":1714500550517,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ddbce8e4856906a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ddbce8e4856906a","status":"passed","time":{"start":1714494301219,"stop":1714494301219,"duration":0}},{"uid":"3dc83b870f95bc1c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3dc83b870f95bc1c","status":"passed","time":{"start":1714492405127,"stop":1714492405127,"duration":0}}]},"tags":[]},"source":"c0afa96481681c03.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c15917dc17325230.json b/6962/data/test-cases/c15917dc17325230.json new file mode 100644 index 00000000000..dc2e8364a8a --- /dev/null +++ b/6962/data/test-cases/c15917dc17325230.json @@ -0,0 +1 @@ +{"uid":"c15917dc17325230","name":"connected peers and dial","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > connected peers and dial","historyId":"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500976723,"stop":1714500976724,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"d078eabfa9d7e66e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d078eabfa9d7e66e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735609,"duration":0}},{"uid":"89b032ae1ba9d5c9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89b032ae1ba9d5c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814801,"stop":1714492814801,"duration":0}}]},"tags":[]},"source":"c15917dc17325230.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c174621bb8b75f63.json b/6962/data/test-cases/c174621bb8b75f63.json new file mode 100644 index 00000000000..906e0793bed --- /dev/null +++ b/6962/data/test-cases/c174621bb8b75f63.json @@ -0,0 +1 @@ +{"uid":"c174621bb8b75f63","name":"should handle clusterId, application and version for autosharding with cluster iD 6","fullName":"/src/common/sharding.spec.ts: shardInfoToPubsubTopics > should handle clusterId, application and version for autosharding with cluster iD 6","historyId":"44fa3bd58461ba3ddc5cdb85c640faae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525341,"stop":1714500525341,"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":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"454b0d55575320ca","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/454b0d55575320ca","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"a601c4d6cb8a0e24","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a601c4d6cb8a0e24","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"tags":[]},"source":"c174621bb8b75f63.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c176a17fd9b1c733.json b/6962/data/test-cases/c176a17fd9b1c733.json new file mode 100644 index 00000000000..57ae617a0b2 --- /dev/null +++ b/6962/data/test-cases/c176a17fd9b1c733.json @@ -0,0 +1 @@ +{"uid":"c176a17fd9b1c733","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":1714501191917,"stop":1714501191918,"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":3,"unknown":0,"total":3},"items":[{"uid":"cad6daf7f4b9b921","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cad6daf7f4b9b921","status":"passed","time":{"start":1714494926189,"stop":1714494926189,"duration":0}},{"uid":"68a1ae58b74bea2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68a1ae58b74bea2f","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"tags":[]},"source":"c176a17fd9b1c733.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a43cf0eaab06f363.json b/6962/data/test-cases/c2137f1b2b8b8d8a.json similarity index 77% rename from 6944/data/test-cases/a43cf0eaab06f363.json rename to 6962/data/test-cases/c2137f1b2b8b8d8a.json index b9ac1978576..32467262dd3 100644 --- a/6944/data/test-cases/a43cf0eaab06f363.json +++ b/6962/data/test-cases/c2137f1b2b8b8d8a.json @@ -1 +1 @@ -{"uid":"a43cf0eaab06f363","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":1714425369972,"stop":1714425369972,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"95461ce58ff708b2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/95461ce58ff708b2","status":"passed","time":{"start":1714415516386,"stop":1714415516386,"duration":0}},{"uid":"c05191e44131759b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c05191e44131759b","status":"passed","time":{"start":1714415679036,"stop":1714415679037,"duration":1}},{"uid":"7122c0f54c8237ce","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7122c0f54c8237ce","status":"passed","time":{"start":1714407884336,"stop":1714407884336,"duration":0}},{"uid":"e6df09b724287216","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e6df09b724287216","status":"passed","time":{"start":1714406914342,"stop":1714406914342,"duration":0}},{"uid":"893da05b6ecddc7a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/893da05b6ecddc7a","status":"passed","time":{"start":1714404690125,"stop":1714404690126,"duration":1}},{"uid":"9979757a7d7d8f91","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9979757a7d7d8f91","status":"passed","time":{"start":1714404379794,"stop":1714404379794,"duration":0}},{"uid":"3a4c92db071c1334","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3a4c92db071c1334","status":"passed","time":{"start":1714404194555,"stop":1714404194555,"duration":0}},{"uid":"f97774653611cc74","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f97774653611cc74","status":"passed","time":{"start":1714386653743,"stop":1714386653744,"duration":1}},{"uid":"84c62bd789c2945d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/84c62bd789c2945d","status":"passed","time":{"start":1714385733971,"stop":1714385733971,"duration":0}},{"uid":"8695bc32bd977c11","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8695bc32bd977c11","status":"passed","time":{"start":1714385024726,"stop":1714385024727,"duration":1}},{"uid":"d7542667489ea355","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d7542667489ea355","status":"passed","time":{"start":1714384714562,"stop":1714384714562,"duration":0}},{"uid":"a0d5dbb2218e6544","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a0d5dbb2218e6544","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067777,"stop":1714384067778,"duration":1}},{"uid":"26394744ebc06f98","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/26394744ebc06f98","status":"passed","time":{"start":1714383490756,"stop":1714383490756,"duration":0}},{"uid":"35337290db46bc12","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/35337290db46bc12","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840464,"stop":1714383840465,"duration":1}},{"uid":"6b6a8ba956700ac8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/6b6a8ba956700ac8","status":"passed","time":{"start":1714383300583,"stop":1714383300583,"duration":0}},{"uid":"fd0ba786ffb1a168","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fd0ba786ffb1a168","status":"passed","time":{"start":1714383176784,"stop":1714383176785,"duration":1}},{"uid":"5de5c32980c8a82a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/5de5c32980c8a82a","status":"passed","time":{"start":1714381688747,"stop":1714381688747,"duration":0}},{"uid":"55b32796fabf1404","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/55b32796fabf1404","status":"passed","time":{"start":1714380481158,"stop":1714380481158,"duration":0}},{"uid":"acf5319dae303dde","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/acf5319dae303dde","status":"passed","time":{"start":1714380049540,"stop":1714380049540,"duration":0}},{"uid":"77bfa21c0a679a2c","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/77bfa21c0a679a2c","status":"passed","time":{"start":1714297302902,"stop":1714297302903,"duration":1}}]},"tags":[]},"source":"a43cf0eaab06f363.json","parameterValues":[]} \ No newline at end of file +{"uid":"c2137f1b2b8b8d8a","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":1714501050458,"stop":1714501050458,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0ef681f9b6fccba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0ef681f9b6fccba","status":"passed","time":{"start":1714494785917,"stop":1714494785918,"duration":1}},{"uid":"df60f22c9a076e3e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/df60f22c9a076e3e","status":"passed","time":{"start":1714492898573,"stop":1714492898574,"duration":1}}]},"tags":[]},"source":"c2137f1b2b8b8d8a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ff1eec8057117f05.json b/6962/data/test-cases/c2139d7f8ec4ea03.json similarity index 83% rename from 6944/data/test-cases/ff1eec8057117f05.json rename to 6962/data/test-cases/c2139d7f8ec4ea03.json index 364e2a195b0..59eb6777b9b 100644 --- a/6944/data/test-cases/ff1eec8057117f05.json +++ b/6962/data/test-cases/c2139d7f8ec4ea03.json @@ -1 +1 @@ -{"uid":"ff1eec8057117f05","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":1714425301072,"stop":1714425301074,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"f867ee1ea261c72e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f867ee1ea261c72e","status":"passed","time":{"start":1714415473246,"stop":1714415473246,"duration":0}},{"uid":"98fc269f53e429be","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/98fc269f53e429be","status":"passed","time":{"start":1714415615345,"stop":1714415615346,"duration":1}},{"uid":"5be74ce2df94ea9f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5be74ce2df94ea9f","status":"passed","time":{"start":1714407816857,"stop":1714407816859,"duration":2}},{"uid":"e87d7cc643e5928e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e87d7cc643e5928e","status":"passed","time":{"start":1714406861570,"stop":1714406861570,"duration":0}},{"uid":"933cf6cf832c49c3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/933cf6cf832c49c3","status":"passed","time":{"start":1714404628269,"stop":1714404628269,"duration":0}},{"uid":"2294c8ce053583d","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2294c8ce053583d","status":"passed","time":{"start":1714404348887,"stop":1714404348888,"duration":1}},{"uid":"1b65f2d3961cb5f2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/1b65f2d3961cb5f2","status":"passed","time":{"start":1714404137205,"stop":1714404137205,"duration":0}},{"uid":"9af87c61b64b0d2a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9af87c61b64b0d2a","status":"passed","time":{"start":1714386585839,"stop":1714386585839,"duration":0}},{"uid":"210dcde96ad7ac10","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/210dcde96ad7ac10","status":"passed","time":{"start":1714385651933,"stop":1714385651934,"duration":1}},{"uid":"6247eee5644225b4","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6247eee5644225b4","status":"passed","time":{"start":1714384939230,"stop":1714384939231,"duration":1}},{"uid":"6fc583b2add45d7a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6fc583b2add45d7a","status":"passed","time":{"start":1714384633416,"stop":1714384633417,"duration":1}},{"uid":"f8930f750f83d11d","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f8930f750f83d11d","status":"passed","time":{"start":1714383068397,"stop":1714383068397,"duration":0}},{"uid":"3bc7d9ac11e6998c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3bc7d9ac11e6998c","status":"passed","time":{"start":1714383427851,"stop":1714383427852,"duration":1}},{"uid":"3fe9233b0dbd66b2","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3fe9233b0dbd66b2","status":"passed","time":{"start":1714382856542,"stop":1714382856542,"duration":0}},{"uid":"1046749b0abf251c","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/1046749b0abf251c","status":"passed","time":{"start":1714383232242,"stop":1714383232243,"duration":1}},{"uid":"2453168045557411","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2453168045557411","status":"passed","time":{"start":1714383125878,"stop":1714383125879,"duration":1}},{"uid":"19789c23eeec477d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/19789c23eeec477d","status":"passed","time":{"start":1714381639305,"stop":1714381639305,"duration":0}},{"uid":"ea0290d25a7403c6","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ea0290d25a7403c6","status":"passed","time":{"start":1714380392358,"stop":1714380392358,"duration":0}},{"uid":"828f0938af6ac864","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/828f0938af6ac864","status":"passed","time":{"start":1714379984444,"stop":1714379984444,"duration":0}},{"uid":"321a63b3a286db","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/321a63b3a286db","status":"passed","time":{"start":1714297212209,"stop":1714297212210,"duration":1}}]},"tags":[]},"source":"ff1eec8057117f05.json","parameterValues":[]} \ No newline at end of file +{"uid":"c2139d7f8ec4ea03","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":1714500976537,"stop":1714500976538,"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":3,"unknown":0,"total":3},"items":[{"uid":"94ef4ff3d789ed0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94ef4ff3d789ed0e","status":"passed","time":{"start":1714494735279,"stop":1714494735280,"duration":1}},{"uid":"f750649da66e8001","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f750649da66e8001","status":"passed","time":{"start":1714492814947,"stop":1714492814948,"duration":1}}]},"tags":[]},"source":"c2139d7f8ec4ea03.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/78c5383b2d07b0c8.json b/6962/data/test-cases/c29eb31fdbb488d0.json similarity index 59% rename from 6944/data/test-cases/78c5383b2d07b0c8.json rename to 6962/data/test-cases/c29eb31fdbb488d0.json index fc9cdb08996..3e78793bd34 100644 --- a/6944/data/test-cases/78c5383b2d07b0c8.json +++ b/6962/data/test-cases/c29eb31fdbb488d0.json @@ -1 +1 @@ -{"uid":"78c5383b2d07b0c8","name":"should not receive a peer event before start","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425363888,"stop":1714425363888,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":73,"unknown":0,"total":73},"items":[{"uid":"4d5f7dfe7284ddcb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4d5f7dfe7284ddcb","status":"passed","time":{"start":1714415544820,"stop":1714415544821,"duration":1}},{"uid":"922ee10e6325d322","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/922ee10e6325d322","status":"passed","time":{"start":1714415689074,"stop":1714415689074,"duration":0}},{"uid":"a7bc23fff85758fe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a7bc23fff85758fe","status":"passed","time":{"start":1714407902540,"stop":1714407902541,"duration":1}},{"uid":"181563db3b3b983f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/181563db3b3b983f","status":"passed","time":{"start":1714406920268,"stop":1714406920268,"duration":0}},{"uid":"f72e18445d57a11","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f72e18445d57a11","status":"passed","time":{"start":1714404713590,"stop":1714404713591,"duration":1}},{"uid":"8c5c3001acaf3b92","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8c5c3001acaf3b92","status":"passed","time":{"start":1714404404537,"stop":1714404404538,"duration":1}},{"uid":"c040c2ad4545799c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c040c2ad4545799c","status":"passed","time":{"start":1714404198227,"stop":1714404198230,"duration":3}},{"uid":"6391300cbac850d0","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6391300cbac850d0","status":"passed","time":{"start":1714386660422,"stop":1714386660422,"duration":0}},{"uid":"ceaf64b1561dfd22","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ceaf64b1561dfd22","status":"passed","time":{"start":1714385741763,"stop":1714385741764,"duration":1}},{"uid":"3434636c04089322","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/3434636c04089322","status":"passed","time":{"start":1714385032264,"stop":1714385032264,"duration":0}},{"uid":"c044888e37679278","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c044888e37679278","status":"passed","time":{"start":1714384700174,"stop":1714384700176,"duration":2}},{"uid":"f0321f9f6999d387","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f0321f9f6999d387","status":"passed","time":{"start":1714383167839,"stop":1714383167840,"duration":1}},{"uid":"62c0e3d5b83dc213","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/62c0e3d5b83dc213","status":"passed","time":{"start":1714383503008,"stop":1714383503009,"duration":1}},{"uid":"2b9572163f42eb2b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2b9572163f42eb2b","status":"passed","time":{"start":1714382959999,"stop":1714382959999,"duration":0}},{"uid":"f54d81f1cd6d39f5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f54d81f1cd6d39f5","status":"passed","time":{"start":1714383305650,"stop":1714383305650,"duration":0}},{"uid":"d10cd52dff65cdbd","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/d10cd52dff65cdbd","status":"passed","time":{"start":1714383191565,"stop":1714383191566,"duration":1}},{"uid":"76e0cb0793928b48","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/76e0cb0793928b48","status":"passed","time":{"start":1714381688437,"stop":1714381688438,"duration":1}},{"uid":"4b9c3ff9364a55b5","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4b9c3ff9364a55b5","status":"passed","time":{"start":1714380489768,"stop":1714380489768,"duration":0}},{"uid":"91e92413c0b218a3","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/91e92413c0b218a3","status":"passed","time":{"start":1714380050170,"stop":1714380050170,"duration":0}},{"uid":"a9c458bd95161cc","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a9c458bd95161cc","status":"passed","time":{"start":1714297289404,"stop":1714297289404,"duration":0}}]},"tags":[]},"source":"78c5383b2d07b0c8.json","parameterValues":[]} \ No newline at end of file +{"uid":"c29eb31fdbb488d0","name":"should not receive a peer event before start","fullName":"/tests/peer-exchange/compliance.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501049788,"stop":1714501049788,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Compliance Test\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook: ensure discovery was stopped in \"interface-peer-discovery compliance tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Compliance Test"},{"name":"subSuite","value":"interface-peer-discovery compliance tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"51f959512ed78471","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51f959512ed78471","status":"passed","time":{"start":1714494802222,"stop":1714494802223,"duration":1}},{"uid":"dae731d5cb694b19","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dae731d5cb694b19","status":"passed","time":{"start":1714492887588,"stop":1714492887588,"duration":0}}]},"tags":[]},"source":"c29eb31fdbb488d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c2d4d639076cd837.json b/6962/data/test-cases/c2d4d639076cd837.json new file mode 100644 index 00000000000..93eb0584acb --- /dev/null +++ b/6962/data/test-cases/c2d4d639076cd837.json @@ -0,0 +1 @@ +{"uid":"c2d4d639076cd837","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":1714500533184,"stop":1714500533185,"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":3,"unknown":0,"total":3},"items":[{"uid":"e49a8c07f0f2e70c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e49a8c07f0f2e70c","status":"passed","time":{"start":1714494284818,"stop":1714494284819,"duration":1}},{"uid":"7e0edb1e3f50e05f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e0edb1e3f50e05f","status":"passed","time":{"start":1714492388607,"stop":1714492388607,"duration":0}}]},"tags":[]},"source":"c2d4d639076cd837.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c3c2a0c9f4973720.json b/6962/data/test-cases/c352a8c2f2b39731.json similarity index 77% rename from 6944/data/test-cases/c3c2a0c9f4973720.json rename to 6962/data/test-cases/c352a8c2f2b39731.json index 680548cca96..dca2d299cf5 100644 --- a/6944/data/test-cases/c3c2a0c9f4973720.json +++ b/6962/data/test-cases/c352a8c2f2b39731.json @@ -1 +1 @@ -{"uid":"c3c2a0c9f4973720","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":1714425369946,"stop":1714425369948,"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}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"95240e9bd02f95fb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/95240e9bd02f95fb","status":"passed","time":{"start":1714415516368,"stop":1714415516369,"duration":1}},{"uid":"649592f8da733997","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/649592f8da733997","status":"passed","time":{"start":1714415679023,"stop":1714415679023,"duration":0}},{"uid":"ad1dc7eeee8f3a33","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ad1dc7eeee8f3a33","status":"passed","time":{"start":1714407884317,"stop":1714407884317,"duration":0}},{"uid":"76192965256e1479","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/76192965256e1479","status":"passed","time":{"start":1714406914278,"stop":1714406914279,"duration":1}},{"uid":"b98b695c8b9f7121","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b98b695c8b9f7121","status":"passed","time":{"start":1714404690102,"stop":1714404690103,"duration":1}},{"uid":"a537fd73877017fc","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a537fd73877017fc","status":"passed","time":{"start":1714404379771,"stop":1714404379771,"duration":0}},{"uid":"a5d4d6d8b466fcd5","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a5d4d6d8b466fcd5","status":"passed","time":{"start":1714404194537,"stop":1714404194537,"duration":0}},{"uid":"cc22a160cd6abd37","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/cc22a160cd6abd37","status":"passed","time":{"start":1714386653719,"stop":1714386653719,"duration":0}},{"uid":"10b461c426200ec6","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/10b461c426200ec6","status":"passed","time":{"start":1714385733944,"stop":1714385733945,"duration":1}},{"uid":"5b125b24da2206fe","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5b125b24da2206fe","status":"passed","time":{"start":1714385024695,"stop":1714385024696,"duration":1}},{"uid":"38c2acd5f9fe091c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/38c2acd5f9fe091c","status":"passed","time":{"start":1714384714541,"stop":1714384714541,"duration":0}},{"uid":"8baa2da7145d5e58","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/8baa2da7145d5e58","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067717,"stop":1714384067717,"duration":0}},{"uid":"8badfaa07935df85","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/8badfaa07935df85","status":"passed","time":{"start":1714383490728,"stop":1714383490729,"duration":1}},{"uid":"32035af36037152d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/32035af36037152d","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840415,"stop":1714383840415,"duration":0}},{"uid":"53459d23d51e2dbd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/53459d23d51e2dbd","status":"passed","time":{"start":1714383300544,"stop":1714383300545,"duration":1}},{"uid":"17343f71f038febe","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/17343f71f038febe","status":"passed","time":{"start":1714383176766,"stop":1714383176766,"duration":0}},{"uid":"feaffbfc0bba8a1f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/feaffbfc0bba8a1f","status":"passed","time":{"start":1714381688731,"stop":1714381688731,"duration":0}},{"uid":"ada916feb2b5f986","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ada916feb2b5f986","status":"passed","time":{"start":1714380481135,"stop":1714380481136,"duration":1}},{"uid":"3276c5d99d1aa9c1","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3276c5d99d1aa9c1","status":"passed","time":{"start":1714380049519,"stop":1714380049519,"duration":0}},{"uid":"13d1ac35d619b28e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/13d1ac35d619b28e","status":"passed","time":{"start":1714297302877,"stop":1714297302877,"duration":0}}]},"tags":[]},"source":"c3c2a0c9f4973720.json","parameterValues":[]} \ No newline at end of file +{"uid":"c352a8c2f2b39731","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":1714501050434,"stop":1714501050434,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7475aca3c1c0756","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7475aca3c1c0756","status":"passed","time":{"start":1714494785901,"stop":1714494785901,"duration":0}},{"uid":"2e46b69232f7d172","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e46b69232f7d172","status":"passed","time":{"start":1714492898557,"stop":1714492898557,"duration":0}}]},"tags":[]},"source":"c352a8c2f2b39731.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c38b7c16d16f2b6.json b/6962/data/test-cases/c38b7c16d16f2b6.json new file mode 100644 index 00000000000..52a9ac0c9bd --- /dev/null +++ b/6962/data/test-cases/c38b7c16d16f2b6.json @@ -0,0 +1 @@ +{"uid":"c38b7c16d16f2b6","name":"should add and remove event listeners correctly","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should add and remove event listeners correctly","historyId":"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554007,"stop":1714500554007,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ccd2d5ecb055beba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ccd2d5ecb055beba","status":"passed","time":{"start":1714494305187,"stop":1714494305188,"duration":1}}]},"tags":[]},"source":"c38b7c16d16f2b6.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d4560d4f3a7bcea7.json b/6962/data/test-cases/c41063f891573ebf.json similarity index 75% rename from 6944/data/test-cases/d4560d4f3a7bcea7.json rename to 6962/data/test-cases/c41063f891573ebf.json index e63ccd1f79f..f9ff4700a14 100644 --- a/6944/data/test-cases/d4560d4f3a7bcea7.json +++ b/6962/data/test-cases/c41063f891573ebf.json @@ -1 +1 @@ -{"uid":"d4560d4f3a7bcea7","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":1714425068147,"stop":1714425068147,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"512a1a8cee6b4ba2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/512a1a8cee6b4ba2","status":"passed","time":{"start":1714415236747,"stop":1714415236747,"duration":0}},{"uid":"b448591c045d7430","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b448591c045d7430","status":"passed","time":{"start":1714415370285,"stop":1714415370286,"duration":1}},{"uid":"36cc084a4e83451f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/36cc084a4e83451f","status":"passed","time":{"start":1714407592722,"stop":1714407592725,"duration":3}},{"uid":"6840ab4db72cabe3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6840ab4db72cabe3","status":"passed","time":{"start":1714406603011,"stop":1714406603011,"duration":0}},{"uid":"6c8a718d24774e1b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6c8a718d24774e1b","status":"passed","time":{"start":1714404403082,"stop":1714404403085,"duration":3}},{"uid":"185cab1b21a04a30","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/185cab1b21a04a30","status":"passed","time":{"start":1714404066556,"stop":1714404066556,"duration":0}},{"uid":"c0cfed365613c168","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c0cfed365613c168","status":"passed","time":{"start":1714403911543,"stop":1714403911543,"duration":0}},{"uid":"caa05fcdab1c9427","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/caa05fcdab1c9427","status":"passed","time":{"start":1714386356546,"stop":1714386356546,"duration":0}},{"uid":"a74a895851be584","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a74a895851be584","status":"passed","time":{"start":1714385421465,"stop":1714385421466,"duration":1}},{"uid":"bfdeec7c140cc985","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/bfdeec7c140cc985","status":"passed","time":{"start":1714384714561,"stop":1714384714561,"duration":0}},{"uid":"d2008212a68783f5","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d2008212a68783f5","status":"passed","time":{"start":1714384405991,"stop":1714384405992,"duration":1}},{"uid":"d8026377ca75f0a8","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d8026377ca75f0a8","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845681,"stop":1714382845682,"duration":1}},{"uid":"3cc1c2f88b503150","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3cc1c2f88b503150","status":"passed","time":{"start":1714383192258,"stop":1714383192259,"duration":1}},{"uid":"92ef5cea3b8babb","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/92ef5cea3b8babb","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649818,"stop":1714382649819,"duration":1}},{"uid":"d262f75fd8f6f995","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d262f75fd8f6f995","status":"passed","time":{"start":1714383007949,"stop":1714383007950,"duration":1}},{"uid":"8b1b7462fe788cd8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8b1b7462fe788cd8","status":"passed","time":{"start":1714382888216,"stop":1714382888216,"duration":0}},{"uid":"29fa168953a81746","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/29fa168953a81746","status":"passed","time":{"start":1714381390671,"stop":1714381390672,"duration":1}},{"uid":"ce68b1af63a13c9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ce68b1af63a13c9","status":"passed","time":{"start":1714380173238,"stop":1714380173238,"duration":0}},{"uid":"3b49a6d33bce258a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3b49a6d33bce258a","status":"passed","time":{"start":1714379752767,"stop":1714379752768,"duration":1}},{"uid":"ac4981f71080d141","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ac4981f71080d141","status":"passed","time":{"start":1714296983633,"stop":1714296983634,"duration":1}}]},"tags":[]},"source":"d4560d4f3a7bcea7.json","parameterValues":[]} \ No newline at end of file +{"uid":"c41063f891573ebf","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":1714500735360,"stop":1714500735361,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d3455cc641012b2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5d3455cc641012b2","status":"passed","time":{"start":1714494500286,"stop":1714494500287,"duration":1}},{"uid":"9a525ac8da38a8fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a525ac8da38a8fc","status":"passed","time":{"start":1714492591441,"stop":1714492591442,"duration":1}}]},"tags":[]},"source":"c41063f891573ebf.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c9eae2b0aab8f438.json b/6962/data/test-cases/c44ceff9fd44c33e.json similarity index 85% rename from 6944/data/test-cases/c9eae2b0aab8f438.json rename to 6962/data/test-cases/c44ceff9fd44c33e.json index 87f2910a5cd..46902eba44a 100644 --- a/6944/data/test-cases/c9eae2b0aab8f438.json +++ b/6962/data/test-cases/c44ceff9fd44c33e.json @@ -1 +1 @@ -{"uid":"c9eae2b0aab8f438","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":1714425435613,"stop":1714425435614,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"b94edc1707b80734","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b94edc1707b80734","status":"passed","time":{"start":1714415590161,"stop":1714415590161,"duration":0}},{"uid":"d3be3972e6c0e1a4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d3be3972e6c0e1a4","status":"passed","time":{"start":1714415739327,"stop":1714415739328,"duration":1}},{"uid":"f0726089aec4090b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f0726089aec4090b","status":"passed","time":{"start":1714407950121,"stop":1714407950122,"duration":1}},{"uid":"7825b19f8dd1e04a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7825b19f8dd1e04a","status":"passed","time":{"start":1714406978461,"stop":1714406978461,"duration":0}},{"uid":"986ed0e1e7df721e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/986ed0e1e7df721e","status":"passed","time":{"start":1714404752145,"stop":1714404752146,"duration":1}},{"uid":"dd4fb1b23d2f81c8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/dd4fb1b23d2f81c8","status":"passed","time":{"start":1714404488145,"stop":1714404488146,"duration":1}},{"uid":"45a228a905300d60","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/45a228a905300d60","status":"passed","time":{"start":1714404264840,"stop":1714404264840,"duration":0}},{"uid":"5d234d8a17897225","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5d234d8a17897225","status":"passed","time":{"start":1714386718926,"stop":1714386718926,"duration":0}},{"uid":"fd045aaf839fee1e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/fd045aaf839fee1e","status":"passed","time":{"start":1714385802605,"stop":1714385802606,"duration":1}},{"uid":"673f5184232257b3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/673f5184232257b3","status":"passed","time":{"start":1714385084325,"stop":1714385084325,"duration":0}},{"uid":"23c9f625af974dc6","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/23c9f625af974dc6","status":"passed","time":{"start":1714384783928,"stop":1714384783929,"duration":1}},{"uid":"1e9740c74dde6ebf","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1e9740c74dde6ebf","status":"passed","time":{"start":1714382927681,"stop":1714382927682,"duration":1}},{"uid":"cb44f48b5fce766e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/cb44f48b5fce766e","status":"passed","time":{"start":1714383573249,"stop":1714383573249,"duration":0}},{"uid":"97f7c485d3a16053","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/97f7c485d3a16053","status":"passed","time":{"start":1714382735200,"stop":1714382735201,"duration":1}},{"uid":"7a467f85e6d8e2d8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7a467f85e6d8e2d8","status":"passed","time":{"start":1714383376672,"stop":1714383376672,"duration":0}},{"uid":"3d99f02bfe73a03a","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3d99f02bfe73a03a","status":"passed","time":{"start":1714383261447,"stop":1714383261448,"duration":1}},{"uid":"4a7bba20f1002008","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/4a7bba20f1002008","status":"passed","time":{"start":1714381767566,"stop":1714381767569,"duration":3}},{"uid":"d7665f63124d2e9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d7665f63124d2e9","status":"passed","time":{"start":1714380548889,"stop":1714380548890,"duration":1}},{"uid":"ef5f6da2914a073b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ef5f6da2914a073b","status":"passed","time":{"start":1714380124141,"stop":1714380124142,"duration":1}},{"uid":"25fee7b8dde086b4","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/25fee7b8dde086b4","status":"passed","time":{"start":1714297355214,"stop":1714297355214,"duration":0}}]},"tags":[]},"source":"c9eae2b0aab8f438.json","parameterValues":[]} \ No newline at end of file +{"uid":"c44ceff9fd44c33e","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":1714501123788,"stop":1714501123789,"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":3,"unknown":0,"total":3},"items":[{"uid":"b8885101d28eb551","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8885101d28eb551","status":"passed","time":{"start":1714494838845,"stop":1714494838845,"duration":0}},{"uid":"8ca7706ffa14a86d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ca7706ffa14a86d","status":"passed","time":{"start":1714492985751,"stop":1714492985761,"duration":10}}]},"tags":[]},"source":"c44ceff9fd44c33e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c45329e41b4cab14.json b/6962/data/test-cases/c45329e41b4cab14.json new file mode 100644 index 00000000000..d55883ab5ee --- /dev/null +++ b/6962/data/test-cases/c45329e41b4cab14.json @@ -0,0 +1 @@ +{"uid":"c45329e41b4cab14","name":"should extract SingleShardInfo from a valid PubsubTopic","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should extract SingleShardInfo from a valid PubsubTopic","historyId":"432d988728240036652a4b75ce6c96bb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525342,"stop":1714500525343,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fe9089ae236a603b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe9089ae236a603b","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"c576a350d1d02e17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c576a350d1d02e17","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"tags":[]},"source":"c45329e41b4cab14.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c513b1449703fe39.json b/6962/data/test-cases/c513b1449703fe39.json new file mode 100644 index 00000000000..b4972517e90 --- /dev/null +++ b/6962/data/test-cases/c513b1449703fe39.json @@ -0,0 +1 @@ +{"uid":"c513b1449703fe39","name":"isConnected should return true after first peer connects","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected should return true after first peer connects","historyId":"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500623697,"stop":1714500623698,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"18717400e92744a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18717400e92744a2","status":"passed","time":{"start":1714494373386,"stop":1714494373387,"duration":1}},{"uid":"61a564ede477d417","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/61a564ede477d417","status":"passed","time":{"start":1714492481134,"stop":1714492481134,"duration":0}}]},"tags":[]},"source":"c513b1449703fe39.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6fb6bf6186b14092.json b/6962/data/test-cases/c5166d63c5284254.json similarity index 85% rename from 6944/data/test-cases/6fb6bf6186b14092.json rename to 6962/data/test-cases/c5166d63c5284254.json index df39949cdba..1c3e39f599e 100644 --- a/6944/data/test-cases/6fb6bf6186b14092.json +++ b/6962/data/test-cases/c5166d63c5284254.json @@ -1 +1 @@ -{"uid":"6fb6bf6186b14092","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":1714425435614,"stop":1714425435614,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"db9033d49d1c0ef2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/db9033d49d1c0ef2","status":"passed","time":{"start":1714415590162,"stop":1714415590162,"duration":0}},{"uid":"68c743826effafba","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/68c743826effafba","status":"passed","time":{"start":1714415739328,"stop":1714415739328,"duration":0}},{"uid":"5a56f092451fa17c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5a56f092451fa17c","status":"passed","time":{"start":1714407950122,"stop":1714407950122,"duration":0}},{"uid":"3886913490869a62","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3886913490869a62","status":"passed","time":{"start":1714406978461,"stop":1714406978461,"duration":0}},{"uid":"c848941dd4218f7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c848941dd4218f7","status":"passed","time":{"start":1714404752146,"stop":1714404752146,"duration":0}},{"uid":"74319c8b13106ecb","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/74319c8b13106ecb","status":"passed","time":{"start":1714404488146,"stop":1714404488148,"duration":2}},{"uid":"932ed67ed51ce02f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/932ed67ed51ce02f","status":"passed","time":{"start":1714404264841,"stop":1714404264841,"duration":0}},{"uid":"7fd14950f14344c0","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7fd14950f14344c0","status":"passed","time":{"start":1714386718927,"stop":1714386718927,"duration":0}},{"uid":"99f78c6f36ca25f8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/99f78c6f36ca25f8","status":"passed","time":{"start":1714385802606,"stop":1714385802606,"duration":0}},{"uid":"9c0d1946cf87bc7f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/9c0d1946cf87bc7f","status":"passed","time":{"start":1714385084326,"stop":1714385084326,"duration":0}},{"uid":"7e81c260392bf978","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7e81c260392bf978","status":"passed","time":{"start":1714384783929,"stop":1714384783929,"duration":0}},{"uid":"d14d518947b96890","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d14d518947b96890","status":"passed","time":{"start":1714382927682,"stop":1714382927682,"duration":0}},{"uid":"9bc8fb705093500","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9bc8fb705093500","status":"passed","time":{"start":1714383573249,"stop":1714383573250,"duration":1}},{"uid":"bca8b01a6099caef","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/bca8b01a6099caef","status":"passed","time":{"start":1714382735201,"stop":1714382735204,"duration":3}},{"uid":"f0b3a73577a5aa68","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f0b3a73577a5aa68","status":"passed","time":{"start":1714383376673,"stop":1714383376676,"duration":3}},{"uid":"c03bfbf766047c86","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c03bfbf766047c86","status":"passed","time":{"start":1714383261448,"stop":1714383261448,"duration":0}},{"uid":"704c059ee7286c53","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/704c059ee7286c53","status":"passed","time":{"start":1714381767570,"stop":1714381767570,"duration":0}},{"uid":"46d7f1acc0d9dbd2","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/46d7f1acc0d9dbd2","status":"passed","time":{"start":1714380548890,"stop":1714380548890,"duration":0}},{"uid":"47a00176554dd649","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/47a00176554dd649","status":"passed","time":{"start":1714380124142,"stop":1714380124161,"duration":19}},{"uid":"d36b44a6eaef1937","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d36b44a6eaef1937","status":"passed","time":{"start":1714297355214,"stop":1714297355214,"duration":0}}]},"tags":[]},"source":"6fb6bf6186b14092.json","parameterValues":[]} \ No newline at end of file +{"uid":"c5166d63c5284254","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":1714501123789,"stop":1714501123789,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"77df53d4b2dc6e60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/77df53d4b2dc6e60","status":"passed","time":{"start":1714494838845,"stop":1714494838845,"duration":0}},{"uid":"1879ceae6e82568a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1879ceae6e82568a","status":"passed","time":{"start":1714492985763,"stop":1714492985763,"duration":0}}]},"tags":[]},"source":"c5166d63c5284254.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c58b044a8916fad0.json b/6962/data/test-cases/c58b044a8916fad0.json new file mode 100644 index 00000000000..2a2582bc203 --- /dev/null +++ b/6962/data/test-cases/c58b044a8916fad0.json @@ -0,0 +1 @@ +{"uid":"c58b044a8916fad0","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":1714500844877,"stop":1714500844878,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push (named sharding): Multiple PubsubTopics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push (named sharding): Multiple PubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"968ac4518bd13994","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/968ac4518bd13994","status":"passed","time":{"start":1714494594466,"stop":1714494594467,"duration":1}},{"uid":"8c70f0ae7953f348","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8c70f0ae7953f348","status":"passed","time":{"start":1714492694600,"stop":1714492694600,"duration":0}}]},"tags":[]},"source":"c58b044a8916fad0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c6b2bba662f6d21a.json b/6962/data/test-cases/c6b2bba662f6d21a.json new file mode 100644 index 00000000000..889a3cf2e43 --- /dev/null +++ b/6962/data/test-cases/c6b2bba662f6d21a.json @@ -0,0 +1 @@ +{"uid":"c6b2bba662f6d21a","name":"random static sharding 6 - Cluster ID: 439, Shard ID: 664","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 6 - Cluster ID: 439, Shard ID: 664","historyId":"8f257b28f439df72b238a20936a07181:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106179,"stop":1714501106179,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"c6b2bba662f6d21a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c6f63a39ff97447f.json b/6962/data/test-cases/c6f63a39ff97447f.json new file mode 100644 index 00000000000..01c354de889 --- /dev/null +++ b/6962/data/test-cases/c6f63a39ff97447f.json @@ -0,0 +1 @@ +{"uid":"c6f63a39ff97447f","name":"returns all values when wanted number is greater than available values","fullName":"/src/dns/index.spec.ts: Discovery > returns all values when wanted number is greater than available values","historyId":"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500549516,"stop":1714500549517,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13b89232eabf8035","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/13b89232eabf8035","status":"passed","time":{"start":1714494299914,"stop":1714494299914,"duration":0}},{"uid":"d571003e78c7ec8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d571003e78c7ec8","status":"passed","time":{"start":1714492403645,"stop":1714492403646,"duration":1}}]},"tags":[]},"source":"c6f63a39ff97447f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c7a5a722bc04c315.json b/6962/data/test-cases/c7a5a722bc04c315.json new file mode 100644 index 00000000000..22b95c454e9 --- /dev/null +++ b/6962/data/test-cases/c7a5a722bc04c315.json @@ -0,0 +1 @@ +{"uid":"c7a5a722bc04c315","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is > A test","historyId":"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500823256,"stop":1714500823256,"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":3,"unknown":0,"total":3},"items":[{"uid":"76c7f94f5cd2ed5f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76c7f94f5cd2ed5f","status":"passed","time":{"start":1714494571517,"stop":1714494571518,"duration":1}},{"uid":"1c7a74006af4c9dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c7a74006af4c9dc","status":"passed","time":{"start":1714492678754,"stop":1714492678754,"duration":0}}]},"tags":[]},"source":"c7a5a722bc04c315.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c7e124888241dc95.json b/6962/data/test-cases/c7e124888241dc95.json new file mode 100644 index 00000000000..b8de6ec3b82 --- /dev/null +++ b/6962/data/test-cases/c7e124888241dc95.json @@ -0,0 +1 @@ +{"uid":"c7e124888241dc95","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":1714500533156,"stop":1714500533160,"duration":4},"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":3,"unknown":0,"total":3},"items":[{"uid":"66e2221ed387157","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66e2221ed387157","status":"passed","time":{"start":1714494284806,"stop":1714494284807,"duration":1}},{"uid":"63bab3a8713ca2eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/63bab3a8713ca2eb","status":"passed","time":{"start":1714492388572,"stop":1714492388586,"duration":14}}]},"tags":[]},"source":"c7e124888241dc95.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c7ed9ec15eb20691.json b/6962/data/test-cases/c7ed9ec15eb20691.json new file mode 100644 index 00000000000..87b31a7db59 --- /dev/null +++ b/6962/data/test-cases/c7ed9ec15eb20691.json @@ -0,0 +1 @@ +{"uid":"c7ed9ec15eb20691","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":1714500744101,"stop":1714500744104,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=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":3,"unknown":0,"total":3},"items":[{"uid":"4b31a277fae9dc14","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b31a277fae9dc14","status":"passed","time":{"start":1714494482325,"stop":1714494482326,"duration":1}},{"uid":"70be67047a2e01c6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70be67047a2e01c6","status":"passed","time":{"start":1714492591347,"stop":1714492591348,"duration":1}}]},"tags":[]},"source":"c7ed9ec15eb20691.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c888d35ee294a32d.json b/6962/data/test-cases/c888d35ee294a32d.json new file mode 100644 index 00000000000..74b0759dcd3 --- /dev/null +++ b/6962/data/test-cases/c888d35ee294a32d.json @@ -0,0 +1 @@ +{"uid":"c888d35ee294a32d","name":"ENRTree (root): should error if DNS root entry is malformed","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry is malformed","historyId":"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550275,"stop":1714500550276,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5ffff3d9adcc28a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5ffff3d9adcc28a2","status":"passed","time":{"start":1714494300696,"stop":1714494300697,"duration":1}},{"uid":"1012531e16d45c01","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1012531e16d45c01","status":"passed","time":{"start":1714492404704,"stop":1714492404704,"duration":0}}]},"tags":[]},"source":"c888d35ee294a32d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/dad97e4b2959d47.json b/6962/data/test-cases/c893bb3465ca251.json similarity index 54% rename from 6944/data/test-cases/dad97e4b2959d47.json rename to 6962/data/test-cases/c893bb3465ca251.json index 72d553046d7..e6852969dda 100644 --- a/6944/data/test-cases/dad97e4b2959d47.json +++ b/6962/data/test-cases/c893bb3465ca251.json @@ -1 +1 @@ -{"uid":"dad97e4b2959d47","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":1714425534897,"stop":1714425534897,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"49254265c19f74e3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/49254265c19f74e3","status":"passed","time":{"start":1714415702297,"stop":1714415702297,"duration":0}},{"uid":"ff2f5f9f37524c1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ff2f5f9f37524c1","status":"passed","time":{"start":1714415850505,"stop":1714415850505,"duration":0}},{"uid":"ef269c3a179092aa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ef269c3a179092aa","status":"passed","time":{"start":1714408049955,"stop":1714408049955,"duration":0}},{"uid":"cd2f5aa51bc45224","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cd2f5aa51bc45224","status":"passed","time":{"start":1714407080677,"stop":1714407080677,"duration":0}},{"uid":"6cda8adbdc3455d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6cda8adbdc3455d","status":"passed","time":{"start":1714404860595,"stop":1714404860595,"duration":0}},{"uid":"2584f431cd718011","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2584f431cd718011","status":"passed","time":{"start":1714404585208,"stop":1714404585208,"duration":0}},{"uid":"9cb3594ce194f086","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9cb3594ce194f086","status":"passed","time":{"start":1714404366316,"stop":1714404366316,"duration":0}},{"uid":"4cb61ee0321c131a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4cb61ee0321c131a","status":"passed","time":{"start":1714386825534,"stop":1714386825534,"duration":0}},{"uid":"85357c351a825b86","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/85357c351a825b86","status":"passed","time":{"start":1714385893744,"stop":1714385893744,"duration":0}},{"uid":"fab2c2b99d2a3a9f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/fab2c2b99d2a3a9f","status":"passed","time":{"start":1714385188020,"stop":1714385188020,"duration":0}},{"uid":"90bef17915602005","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/90bef17915602005","status":"passed","time":{"start":1714384869920,"stop":1714384869920,"duration":0}},{"uid":"cd4208ef9e0eb451","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/cd4208ef9e0eb451","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237154,"stop":1714384237155,"duration":1}},{"uid":"131785ca4922c8a2","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/131785ca4922c8a2","status":"passed","time":{"start":1714383661930,"stop":1714383661930,"duration":0}},{"uid":"26a3d3990c90c01d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/26a3d3990c90c01d","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018828,"stop":1714384018828,"duration":0}},{"uid":"b7347edf0b07c9a1","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b7347edf0b07c9a1","status":"passed","time":{"start":1714383474188,"stop":1714383474188,"duration":0}},{"uid":"1d03a995b6daeae3","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/1d03a995b6daeae3","status":"passed","time":{"start":1714383351259,"stop":1714383351259,"duration":0}},{"uid":"21bb7acde87896d3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/21bb7acde87896d3","status":"passed","time":{"start":1714381860522,"stop":1714381860523,"duration":1}},{"uid":"7ca0efad039cce35","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7ca0efad039cce35","status":"passed","time":{"start":1714380649669,"stop":1714380649670,"duration":1}},{"uid":"9d0b4169ebe41877","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9d0b4169ebe41877","status":"passed","time":{"start":1714380216168,"stop":1714380216168,"duration":0}},{"uid":"dcc62183027f0618","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/dcc62183027f0618","status":"passed","time":{"start":1714297452337,"stop":1714297452338,"duration":1}}]},"tags":[]},"source":"dad97e4b2959d47.json","parameterValues":[]} \ No newline at end of file +{"uid":"c893bb3465ca251","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":1714501220693,"stop":1714501220693,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"5f671f6629adac85","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5f671f6629adac85","status":"passed","time":{"start":1714494954445,"stop":1714494954446,"duration":1}},{"uid":"280ba25e9a0ffa1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/280ba25e9a0ffa1","status":"passed","time":{"start":1714493052141,"stop":1714493052142,"duration":1}}]},"tags":[]},"source":"c893bb3465ca251.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c8ab29a10deac6ea.json b/6962/data/test-cases/c8ab29a10deac6ea.json new file mode 100644 index 00000000000..166fad31ea6 --- /dev/null +++ b/6962/data/test-cases/c8ab29a10deac6ea.json @@ -0,0 +1 @@ +{"uid":"c8ab29a10deac6ea","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":1714500590518,"stop":1714500590518,"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":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"dd24890936a4203a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dd24890936a4203a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351416,"duration":1}},{"uid":"7f90da4cd26440f2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f90da4cd26440f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441822,"stop":1714492441822,"duration":0}}]},"tags":[]},"source":"c8ab29a10deac6ea.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c8ed7d6f994b5ae6.json b/6962/data/test-cases/c8ed7d6f994b5ae6.json new file mode 100644 index 00000000000..301c4a52bcf --- /dev/null +++ b/6962/data/test-cases/c8ed7d6f994b5ae6.json @@ -0,0 +1 @@ +{"uid":"c8ed7d6f994b5ae6","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:discovery > should emit `peer:discovery:bootstrap` event when a peer is discovered","historyId":"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500578576,"stop":1714500578594,"duration":18},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2ddfee8ad2c69c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d2ddfee8ad2c69c7","status":"passed","time":{"start":1714494328710,"stop":1714494328712,"duration":2}},{"uid":"3b94c1faae68892f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b94c1faae68892f","status":"passed","time":{"start":1714492428459,"stop":1714492428465,"duration":6}}]},"tags":[]},"source":"c8ed7d6f994b5ae6.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/c9c32c65275dc390.json b/6962/data/test-cases/c9c32c65275dc390.json new file mode 100644 index 00000000000..cf59fff8372 --- /dev/null +++ b/6962/data/test-cases/c9c32c65275dc390.json @@ -0,0 +1 @@ +{"uid":"c9c32c65275dc390","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":1714500786926,"stop":1714500786926,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"f82990fa6aa6b7cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f82990fa6aa6b7cb","status":"passed","time":{"start":1714494536933,"stop":1714494536933,"duration":0}},{"uid":"4a67efbc93149b2d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a67efbc93149b2d","status":"passed","time":{"start":1714492635267,"stop":1714492635267,"duration":0}}]},"tags":[]},"source":"c9c32c65275dc390.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ca33d2c243f85d0.json b/6962/data/test-cases/ca33d2c243f85d0.json new file mode 100644 index 00000000000..ea6a81f2120 --- /dev/null +++ b/6962/data/test-cases/ca33d2c243f85d0.json @@ -0,0 +1 @@ +{"uid":"ca33d2c243f85d0","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":1714501159487,"stop":1714501159487,"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":3,"unknown":0,"total":3},"items":[{"uid":"d3555a686c0cba92","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d3555a686c0cba92","status":"passed","time":{"start":1714494898217,"stop":1714494898217,"duration":0}},{"uid":"6f93c08fb3979c63","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6f93c08fb3979c63","status":"passed","time":{"start":1714492984321,"stop":1714492984321,"duration":0}}]},"tags":[]},"source":"ca33d2c243f85d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ca778b44ffe7389c.json b/6962/data/test-cases/ca778b44ffe7389c.json new file mode 100644 index 00000000000..1866dea1928 --- /dev/null +++ b/6962/data/test-cases/ca778b44ffe7389c.json @@ -0,0 +1 @@ +{"uid":"ca778b44ffe7389c","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":1714500823174,"stop":1714500823175,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7fe7ea047f6bf22e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7fe7ea047f6bf22e","status":"passed","time":{"start":1714494571259,"stop":1714494571259,"duration":0}},{"uid":"ed75d6624e40281f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed75d6624e40281f","status":"passed","time":{"start":1714492678646,"stop":1714492678647,"duration":1}}]},"tags":[]},"source":"ca778b44ffe7389c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ca9f51ff4513bce1.json b/6962/data/test-cases/ca9f51ff4513bce1.json new file mode 100644 index 00000000000..0e9f8bc3f2c --- /dev/null +++ b/6962/data/test-cases/ca9f51ff4513bce1.json @@ -0,0 +1 @@ +{"uid":"ca9f51ff4513bce1","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":1714500589623,"stop":1714500589623,"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":3,"unknown":0,"total":3},"items":[{"uid":"408e2122422acf5f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/408e2122422acf5f","status":"passed","time":{"start":1714494341390,"stop":1714494341391,"duration":1}},{"uid":"8ae397b44550dd9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ae397b44550dd9","status":"passed","time":{"start":1714492438814,"stop":1714492438814,"duration":0}}]},"tags":[]},"source":"ca9f51ff4513bce1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/cafe3e38896b330b.json b/6962/data/test-cases/cafe3e38896b330b.json new file mode 100644 index 00000000000..ce8ed8af27b --- /dev/null +++ b/6962/data/test-cases/cafe3e38896b330b.json @@ -0,0 +1 @@ +{"uid":"cafe3e38896b330b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/y/1","historyId":"301873950451259b886c914449e4aecb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525345,"stop":1714500525345,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a92a52d367844086","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a92a52d367844086","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"301080fb8d62f3b1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/301080fb8d62f3b1","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"tags":[]},"source":"cafe3e38896b330b.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/fdb1ff5bbdbb6e53.json b/6962/data/test-cases/cb7944dd29157fb5.json similarity index 84% rename from 6944/data/test-cases/fdb1ff5bbdbb6e53.json rename to 6962/data/test-cases/cb7944dd29157fb5.json index bc399ac1162..87fb3767649 100644 --- a/6944/data/test-cases/fdb1ff5bbdbb6e53.json +++ b/6962/data/test-cases/cb7944dd29157fb5.json @@ -1 +1 @@ -{"uid":"fdb1ff5bbdbb6e53","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":1714425435606,"stop":1714425435607,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"657492467669bc4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/657492467669bc4","status":"passed","time":{"start":1714415590150,"stop":1714415590152,"duration":2}},{"uid":"56dc2646ced0192a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/56dc2646ced0192a","status":"passed","time":{"start":1714415739319,"stop":1714415739319,"duration":0}},{"uid":"6fd8d655c403e425","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6fd8d655c403e425","status":"passed","time":{"start":1714407950100,"stop":1714407950101,"duration":1}},{"uid":"3f94e84d8f4e519d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3f94e84d8f4e519d","status":"passed","time":{"start":1714406978432,"stop":1714406978432,"duration":0}},{"uid":"fb2f35f21115954","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fb2f35f21115954","status":"passed","time":{"start":1714404752138,"stop":1714404752139,"duration":1}},{"uid":"a88b259233425898","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/a88b259233425898","status":"passed","time":{"start":1714404488108,"stop":1714404488109,"duration":1}},{"uid":"90eacaf4e2380adf","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/90eacaf4e2380adf","status":"passed","time":{"start":1714404264819,"stop":1714404264820,"duration":1}},{"uid":"b7ad775526cad6c3","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b7ad775526cad6c3","status":"passed","time":{"start":1714386718897,"stop":1714386718898,"duration":1}},{"uid":"832dacbf11974222","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/832dacbf11974222","status":"passed","time":{"start":1714385802596,"stop":1714385802597,"duration":1}},{"uid":"5dbc9fe726bf5542","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5dbc9fe726bf5542","status":"passed","time":{"start":1714385084320,"stop":1714385084320,"duration":0}},{"uid":"8e88bbc287413a68","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/8e88bbc287413a68","status":"passed","time":{"start":1714384783923,"stop":1714384783923,"duration":0}},{"uid":"a624d316a87b6af1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a624d316a87b6af1","status":"passed","time":{"start":1714382927653,"stop":1714382927659,"duration":6}},{"uid":"d2c948acc30268cb","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d2c948acc30268cb","status":"passed","time":{"start":1714383573243,"stop":1714383573244,"duration":1}},{"uid":"ebc6deeeb2d7f535","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ebc6deeeb2d7f535","status":"passed","time":{"start":1714382735194,"stop":1714382735195,"duration":1}},{"uid":"643f239b5bbe63ab","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/643f239b5bbe63ab","status":"passed","time":{"start":1714383376658,"stop":1714383376659,"duration":1}},{"uid":"1df721c8387eef3b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/1df721c8387eef3b","status":"passed","time":{"start":1714383261442,"stop":1714383261442,"duration":0}},{"uid":"223076f0fe3dbba7","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/223076f0fe3dbba7","status":"passed","time":{"start":1714381767555,"stop":1714381767555,"duration":0}},{"uid":"62573f7ddbdebe08","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/62573f7ddbdebe08","status":"passed","time":{"start":1714380548880,"stop":1714380548880,"duration":0}},{"uid":"4184e7291e9e4a2d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4184e7291e9e4a2d","status":"passed","time":{"start":1714380124126,"stop":1714380124126,"duration":0}},{"uid":"b6cae30753d0a0be","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b6cae30753d0a0be","status":"passed","time":{"start":1714297355209,"stop":1714297355210,"duration":1}}]},"tags":[]},"source":"fdb1ff5bbdbb6e53.json","parameterValues":[]} \ No newline at end of file +{"uid":"cb7944dd29157fb5","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":1714501123778,"stop":1714501123778,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"2988c09bc206ce1b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2988c09bc206ce1b","status":"passed","time":{"start":1714494838839,"stop":1714494838839,"duration":0}},{"uid":"4250c065c8e1cbdc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4250c065c8e1cbdc","status":"passed","time":{"start":1714492985729,"stop":1714492985740,"duration":11}}]},"tags":[]},"source":"cb7944dd29157fb5.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/cc2ee3278f305db7.json b/6962/data/test-cases/cc2ee3278f305db7.json new file mode 100644 index 00000000000..38d2aa42699 --- /dev/null +++ b/6962/data/test-cases/cc2ee3278f305db7.json @@ -0,0 +1 @@ +{"uid":"cc2ee3278f305db7","name":"should update peers in local storage on 'peer:identify' event","fullName":"/src/local-peer-cache/index.spec.ts: Local Storage Discovery > Unit Tests > should update peers in local storage on 'peer:identify' event","historyId":"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Local Storage Discovery\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Unit Tests\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.local-peer-cache"},{"name":"parentSuite","value":"Local Storage Discovery"},{"name":"suite","value":"Unit Tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4964ea278142dbef","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4964ea278142dbef","status":"passed","time":{"start":1714494305187,"stop":1714494305187,"duration":0}}]},"tags":[]},"source":"cc2ee3278f305db7.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/bee7d345cb11cad7.json b/6962/data/test-cases/cc4ad5d44234c3f9.json similarity index 77% rename from 6944/data/test-cases/bee7d345cb11cad7.json rename to 6962/data/test-cases/cc4ad5d44234c3f9.json index 7086aab651b..465c1eca474 100644 --- a/6944/data/test-cases/bee7d345cb11cad7.json +++ b/6962/data/test-cases/cc4ad5d44234c3f9.json @@ -1 +1 @@ -{"uid":"bee7d345cb11cad7","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":1714425369935,"stop":1714425369936,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"9cfdb06d79762e4c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9cfdb06d79762e4c","status":"passed","time":{"start":1714415516364,"stop":1714415516365,"duration":1}},{"uid":"3270a2263b44b0c9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3270a2263b44b0c9","status":"passed","time":{"start":1714415679021,"stop":1714415679021,"duration":0}},{"uid":"a76fd12c25d5d97a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a76fd12c25d5d97a","status":"passed","time":{"start":1714407884314,"stop":1714407884314,"duration":0}},{"uid":"362e265ad528daa8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/362e265ad528daa8","status":"passed","time":{"start":1714406914276,"stop":1714406914276,"duration":0}},{"uid":"106384dd508d65cd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/106384dd508d65cd","status":"passed","time":{"start":1714404690100,"stop":1714404690101,"duration":1}},{"uid":"98ad133ead51c418","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/98ad133ead51c418","status":"passed","time":{"start":1714404379769,"stop":1714404379769,"duration":0}},{"uid":"5acedfe8b3cbe650","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5acedfe8b3cbe650","status":"passed","time":{"start":1714404194534,"stop":1714404194534,"duration":0}},{"uid":"fcbffc7182449e12","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/fcbffc7182449e12","status":"passed","time":{"start":1714386653715,"stop":1714386653715,"duration":0}},{"uid":"457e336ba76bc9ed","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/457e336ba76bc9ed","status":"passed","time":{"start":1714385733941,"stop":1714385733942,"duration":1}},{"uid":"234f28849497ff79","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/234f28849497ff79","status":"passed","time":{"start":1714385024689,"stop":1714385024691,"duration":2}},{"uid":"655a39c8a6fe112c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/655a39c8a6fe112c","status":"passed","time":{"start":1714384714538,"stop":1714384714538,"duration":0}},{"uid":"bbb8309c55780099","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/bbb8309c55780099","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067710,"stop":1714384067710,"duration":0}},{"uid":"399647745cd377c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/399647745cd377c","status":"passed","time":{"start":1714383490726,"stop":1714383490726,"duration":0}},{"uid":"392f3c5e95f12745","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/392f3c5e95f12745","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840406,"stop":1714383840406,"duration":0}},{"uid":"622f3354fc7925fb","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/622f3354fc7925fb","status":"passed","time":{"start":1714383300542,"stop":1714383300542,"duration":0}},{"uid":"d00af06759c60886","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/d00af06759c60886","status":"passed","time":{"start":1714383176764,"stop":1714383176764,"duration":0}},{"uid":"bde8aab8b91235ea","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/bde8aab8b91235ea","status":"passed","time":{"start":1714381688729,"stop":1714381688729,"duration":0}},{"uid":"83503d474be83d48","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/83503d474be83d48","status":"passed","time":{"start":1714380481132,"stop":1714380481132,"duration":0}},{"uid":"86984c61378dae8e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/86984c61378dae8e","status":"passed","time":{"start":1714380049516,"stop":1714380049516,"duration":0}},{"uid":"820bfe919181a030","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/820bfe919181a030","status":"passed","time":{"start":1714297302875,"stop":1714297302875,"duration":0}}]},"tags":[]},"source":"bee7d345cb11cad7.json","parameterValues":[]} \ No newline at end of file +{"uid":"cc4ad5d44234c3f9","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":1714501050431,"stop":1714501050431,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97cf48d38002e765","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/97cf48d38002e765","status":"passed","time":{"start":1714494785897,"stop":1714494785897,"duration":0}},{"uid":"743fecc720236aa4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/743fecc720236aa4","status":"passed","time":{"start":1714492898555,"stop":1714492898556,"duration":1}}]},"tags":[]},"source":"cc4ad5d44234c3f9.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/146097ca03d09dbf.json b/6962/data/test-cases/cd21433628e1ce91.json similarity index 74% rename from 6944/data/test-cases/146097ca03d09dbf.json rename to 6962/data/test-cases/cd21433628e1ce91.json index b0b1fb2bf54..f85e049f9e5 100644 --- a/6944/data/test-cases/146097ca03d09dbf.json +++ b/6962/data/test-cases/cd21433628e1ce91.json @@ -1 +1 @@ -{"uid":"146097ca03d09dbf","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":1714425349918,"stop":1714425349918,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"f6fdbbb124e09bcd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f6fdbbb124e09bcd","status":"passed","time":{"start":1714415539982,"stop":1714415539982,"duration":0}},{"uid":"a1c719c20d0f6134","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a1c719c20d0f6134","status":"passed","time":{"start":1714415671322,"stop":1714415671322,"duration":0}},{"uid":"26c7798a8ddac5e4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/26c7798a8ddac5e4","status":"passed","time":{"start":1714407878089,"stop":1714407878090,"duration":1}},{"uid":"4572220ccbfffc2d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4572220ccbfffc2d","status":"passed","time":{"start":1714406907404,"stop":1714406907405,"duration":1}},{"uid":"3fa653ce22b21d02","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3fa653ce22b21d02","status":"passed","time":{"start":1714404685461,"stop":1714404685462,"duration":1}},{"uid":"2091ccd24ceee08","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2091ccd24ceee08","status":"passed","time":{"start":1714404398009,"stop":1714404398009,"duration":0}},{"uid":"c8eb52e700609621","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c8eb52e700609621","status":"passed","time":{"start":1714404193479,"stop":1714404193480,"duration":1}},{"uid":"5288dcadf45f03c8","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5288dcadf45f03c8","status":"passed","time":{"start":1714386646803,"stop":1714386646804,"duration":1}},{"uid":"801467134b4adb0e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/801467134b4adb0e","status":"passed","time":{"start":1714385711040,"stop":1714385711041,"duration":1}},{"uid":"97ab03fd72f5edeb","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/97ab03fd72f5edeb","status":"passed","time":{"start":1714385006987,"stop":1714385006988,"duration":1}},{"uid":"cf363d16106a4dd5","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/cf363d16106a4dd5","status":"passed","time":{"start":1714384687423,"stop":1714384687423,"duration":0}},{"uid":"981a86dcc311e1fe","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/981a86dcc311e1fe","status":"passed","time":{"start":1714383085798,"stop":1714383085799,"duration":1}},{"uid":"b117f13b249aaf3","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b117f13b249aaf3","status":"passed","time":{"start":1714383482558,"stop":1714383482558,"duration":0}},{"uid":"80c703c61951bf40","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/80c703c61951bf40","status":"passed","time":{"start":1714382879531,"stop":1714382879531,"duration":0}},{"uid":"71b69697fd441323","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/71b69697fd441323","status":"passed","time":{"start":1714383290177,"stop":1714383290177,"duration":0}},{"uid":"5330f6e2e75edb70","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/5330f6e2e75edb70","status":"passed","time":{"start":1714383178725,"stop":1714383178725,"duration":0}},{"uid":"afff63ea4e936329","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/afff63ea4e936329","status":"passed","time":{"start":1714381680880,"stop":1714381680880,"duration":0}},{"uid":"dc4982521409fdef","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/dc4982521409fdef","status":"passed","time":{"start":1714380462802,"stop":1714380462803,"duration":1}},{"uid":"1141ec7e832661b4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1141ec7e832661b4","status":"passed","time":{"start":1714380037755,"stop":1714380037755,"duration":0}},{"uid":"5a8cbe244edc18c7","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5a8cbe244edc18c7","status":"passed","time":{"start":1714297267389,"stop":1714297267389,"duration":0}}]},"tags":[]},"source":"146097ca03d09dbf.json","parameterValues":[]} \ No newline at end of file +{"uid":"cd21433628e1ce91","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":1714501039484,"stop":1714501039484,"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":3,"unknown":0,"total":3},"items":[{"uid":"416bc19ff375d46","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/416bc19ff375d46","status":"passed","time":{"start":1714494791255,"stop":1714494791255,"duration":0}},{"uid":"97374c809055fa0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/97374c809055fa0a","status":"passed","time":{"start":1714492870710,"stop":1714492870711,"duration":1}}]},"tags":[]},"source":"cd21433628e1ce91.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/34944f92fe536b7a.json b/6962/data/test-cases/cd2f271dbc4a827c.json similarity index 74% rename from 6944/data/test-cases/34944f92fe536b7a.json rename to 6962/data/test-cases/cd2f271dbc4a827c.json index 84aa90db843..5f4ed4438ff 100644 --- a/6944/data/test-cases/34944f92fe536b7a.json +++ b/6962/data/test-cases/cd2f271dbc4a827c.json @@ -1 +1 @@ -{"uid":"34944f92fe536b7a","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":1714425349909,"stop":1714425349909,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"cea41207b372a6e4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cea41207b372a6e4","status":"passed","time":{"start":1714415539980,"stop":1714415539980,"duration":0}},{"uid":"73ec4738434f2d4d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/73ec4738434f2d4d","status":"passed","time":{"start":1714415671320,"stop":1714415671320,"duration":0}},{"uid":"7779a3649671216","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7779a3649671216","status":"passed","time":{"start":1714407878084,"stop":1714407878085,"duration":1}},{"uid":"5b26404338d99fa7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5b26404338d99fa7","status":"passed","time":{"start":1714406907402,"stop":1714406907402,"duration":0}},{"uid":"ee0bfc73a510c1ee","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ee0bfc73a510c1ee","status":"passed","time":{"start":1714404685460,"stop":1714404685460,"duration":0}},{"uid":"7bb3752451e4fbba","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7bb3752451e4fbba","status":"passed","time":{"start":1714404398007,"stop":1714404398007,"duration":0}},{"uid":"5a6f3565e6ea2fb9","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5a6f3565e6ea2fb9","status":"passed","time":{"start":1714404193476,"stop":1714404193478,"duration":2}},{"uid":"e5aee7bdb1e6cb2f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e5aee7bdb1e6cb2f","status":"passed","time":{"start":1714386646800,"stop":1714386646800,"duration":0}},{"uid":"e55878fac304e04c","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e55878fac304e04c","status":"passed","time":{"start":1714385711036,"stop":1714385711036,"duration":0}},{"uid":"92d6c20396993b43","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/92d6c20396993b43","status":"passed","time":{"start":1714385006984,"stop":1714385006984,"duration":0}},{"uid":"ad81a7201b72a4c9","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ad81a7201b72a4c9","status":"passed","time":{"start":1714384687421,"stop":1714384687421,"duration":0}},{"uid":"50b9f55fb237a16a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/50b9f55fb237a16a","status":"passed","time":{"start":1714383085793,"stop":1714383085795,"duration":2}},{"uid":"f6c696e40139d3d1","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f6c696e40139d3d1","status":"passed","time":{"start":1714383482556,"stop":1714383482556,"duration":0}},{"uid":"aa2bc4b19123092e","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/aa2bc4b19123092e","status":"passed","time":{"start":1714382879529,"stop":1714382879529,"duration":0}},{"uid":"e593f72c49c5972c","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e593f72c49c5972c","status":"passed","time":{"start":1714383290176,"stop":1714383290176,"duration":0}},{"uid":"8e009307de341e81","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8e009307de341e81","status":"passed","time":{"start":1714383178723,"stop":1714383178723,"duration":0}},{"uid":"66e5cf0a0358a2cc","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/66e5cf0a0358a2cc","status":"passed","time":{"start":1714381680878,"stop":1714381680879,"duration":1}},{"uid":"e7b9e726f4343b56","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e7b9e726f4343b56","status":"passed","time":{"start":1714380462796,"stop":1714380462797,"duration":1}},{"uid":"630b238a2aa00b59","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/630b238a2aa00b59","status":"passed","time":{"start":1714380037753,"stop":1714380037753,"duration":0}},{"uid":"9a825de54a6dbfaa","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9a825de54a6dbfaa","status":"passed","time":{"start":1714297267387,"stop":1714297267387,"duration":0}}]},"tags":[]},"source":"34944f92fe536b7a.json","parameterValues":[]} \ No newline at end of file +{"uid":"cd2f271dbc4a827c","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":1714501039482,"stop":1714501039483,"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":3,"unknown":0,"total":3},"items":[{"uid":"c4eb3cced549174d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c4eb3cced549174d","status":"passed","time":{"start":1714494791250,"stop":1714494791251,"duration":1}},{"uid":"2ec1207900acbf68","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2ec1207900acbf68","status":"passed","time":{"start":1714492870709,"stop":1714492870709,"duration":0}}]},"tags":[]},"source":"cd2f271dbc4a827c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/cda918490853df15.json b/6962/data/test-cases/cda918490853df15.json new file mode 100644 index 00000000000..8a1a7438738 --- /dev/null +++ b/6962/data/test-cases/cda918490853df15.json @@ -0,0 +1 @@ +{"uid":"cda918490853df15","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","historyId":"d8b990b9ce1e0a50e5b41c0e25b656bc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525331,"stop":1714500525331,"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":3,"unknown":0,"total":3},"items":[{"uid":"fa30d839712d05e7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa30d839712d05e7","status":"passed","time":{"start":1714494276808,"stop":1714494276809,"duration":1}},{"uid":"b955ff1ec6663a45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b955ff1ec6663a45","status":"passed","time":{"start":1714492380862,"stop":1714492380862,"duration":0}}]},"tags":[]},"source":"cda918490853df15.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/cdef8cc261513891.json b/6962/data/test-cases/cdef8cc261513891.json new file mode 100644 index 00000000000..05ac5578543 --- /dev/null +++ b/6962/data/test-cases/cdef8cc261513891.json @@ -0,0 +1 @@ +{"uid":"cdef8cc261513891","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":1714500976535,"stop":1714500976536,"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":3,"unknown":0,"total":3},"items":[{"uid":"9cced71fbdf8f8c4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9cced71fbdf8f8c4","status":"passed","time":{"start":1714494735261,"stop":1714494735278,"duration":17}},{"uid":"5d6e1c23a9aa9fbb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d6e1c23a9aa9fbb","status":"passed","time":{"start":1714492814945,"stop":1714492814946,"duration":1}}]},"tags":[]},"source":"cdef8cc261513891.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ce90f852b9cdf7af.json b/6962/data/test-cases/ce90f852b9cdf7af.json new file mode 100644 index 00000000000..93c300c3764 --- /dev/null +++ b/6962/data/test-cases/ce90f852b9cdf7af.json @@ -0,0 +1 @@ +{"uid":"ce90f852b9cdf7af","name":"receives messages sent to provided content topic through callback","fullName":"/tests/sdk/content_topic.spec.ts: SDK: Creating by Content Topic > receives messages sent to provided content topic through callback","historyId":"70a767e4b930526214fbc0ed1d3d34cb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.sdk"},{"name":"parentSuite","value":"SDK: Creating by Content Topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"f57ff0fcdc8fd9fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f57ff0fcdc8fd9fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786057,"duration":0}},{"uid":"2225250ae64fd705","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2225250ae64fd705","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860589,"stop":1714492860589,"duration":0}}]},"tags":[]},"source":"ce90f852b9cdf7af.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d03c1a1db80cd2b7.json b/6962/data/test-cases/d03c1a1db80cd2b7.json new file mode 100644 index 00000000000..61e0a915681 --- /dev/null +++ b/6962/data/test-cases/d03c1a1db80cd2b7.json @@ -0,0 +1 @@ +{"uid":"d03c1a1db80cd2b7","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":1714501050460,"stop":1714501050460,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"4b7ae87b93c70371","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b7ae87b93c70371","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785919,"stop":1714494785919,"duration":0}},{"uid":"4fd461ab9a88402f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4fd461ab9a88402f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"tags":[]},"source":"d03c1a1db80cd2b7.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1df11ce304b7724f.json b/6962/data/test-cases/d0501181eb67f4ce.json similarity index 74% rename from 6944/data/test-cases/1df11ce304b7724f.json rename to 6962/data/test-cases/d0501181eb67f4ce.json index a4ba6c00e05..63122c0ef1f 100644 --- a/6944/data/test-cases/1df11ce304b7724f.json +++ b/6962/data/test-cases/d0501181eb67f4ce.json @@ -1 +1 @@ -{"uid":"1df11ce304b7724f","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":1714425349859,"stop":1714425349860,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"55d4d533b560ab56","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/55d4d533b560ab56","status":"passed","time":{"start":1714415539974,"stop":1714415539974,"duration":0}},{"uid":"58c8f3b6ea09f29f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/58c8f3b6ea09f29f","status":"passed","time":{"start":1714415671314,"stop":1714415671314,"duration":0}},{"uid":"1412dfa6226b032c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1412dfa6226b032c","status":"passed","time":{"start":1714407878078,"stop":1714407878078,"duration":0}},{"uid":"da4a0548f0e0d7a9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/da4a0548f0e0d7a9","status":"passed","time":{"start":1714406907372,"stop":1714406907372,"duration":0}},{"uid":"81fad73f129ead52","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/81fad73f129ead52","status":"passed","time":{"start":1714404685455,"stop":1714404685456,"duration":1}},{"uid":"b218c732c165792a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b218c732c165792a","status":"passed","time":{"start":1714404398002,"stop":1714404398002,"duration":0}},{"uid":"aa6b55d20b3ea618","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/aa6b55d20b3ea618","status":"passed","time":{"start":1714404193471,"stop":1714404193471,"duration":0}},{"uid":"68ae73e9975222c1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/68ae73e9975222c1","status":"passed","time":{"start":1714386646788,"stop":1714386646792,"duration":4}},{"uid":"4d3dec651cead32","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4d3dec651cead32","status":"passed","time":{"start":1714385711029,"stop":1714385711029,"duration":0}},{"uid":"87c46f4222226924","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/87c46f4222226924","status":"passed","time":{"start":1714385006974,"stop":1714385006974,"duration":0}},{"uid":"f43f02facc82ae35","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f43f02facc82ae35","status":"passed","time":{"start":1714384687416,"stop":1714384687416,"duration":0}},{"uid":"b81d73b637c2c749","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b81d73b637c2c749","status":"passed","time":{"start":1714383085783,"stop":1714383085784,"duration":1}},{"uid":"afc7423aed7e8a7e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/afc7423aed7e8a7e","status":"passed","time":{"start":1714383482550,"stop":1714383482550,"duration":0}},{"uid":"b4b79beda5b5f231","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b4b79beda5b5f231","status":"passed","time":{"start":1714382879523,"stop":1714382879523,"duration":0}},{"uid":"fa3c70e14647464b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/fa3c70e14647464b","status":"passed","time":{"start":1714383290171,"stop":1714383290171,"duration":0}},{"uid":"bba0c8e4131cc680","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/bba0c8e4131cc680","status":"passed","time":{"start":1714383178713,"stop":1714383178714,"duration":1}},{"uid":"6ad91dff2e405fb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6ad91dff2e405fb","status":"passed","time":{"start":1714381680872,"stop":1714381680872,"duration":0}},{"uid":"f0d85d07ced4a9a5","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f0d85d07ced4a9a5","status":"passed","time":{"start":1714380462783,"stop":1714380462783,"duration":0}},{"uid":"9b11a57d0afed8da","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9b11a57d0afed8da","status":"passed","time":{"start":1714380037748,"stop":1714380037748,"duration":0}},{"uid":"7e7b573375b4d8a8","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7e7b573375b4d8a8","status":"passed","time":{"start":1714297267380,"stop":1714297267380,"duration":0}}]},"tags":[]},"source":"1df11ce304b7724f.json","parameterValues":[]} \ No newline at end of file +{"uid":"d0501181eb67f4ce","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":1714501039478,"stop":1714501039478,"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":3,"unknown":0,"total":3},"items":[{"uid":"2b203615d9c4bea7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2b203615d9c4bea7","status":"passed","time":{"start":1714494791238,"stop":1714494791239,"duration":1}},{"uid":"54a0a5facaa42493","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54a0a5facaa42493","status":"passed","time":{"start":1714492870703,"stop":1714492870704,"duration":1}}]},"tags":[]},"source":"d0501181eb67f4ce.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d07771fffdd3c472.json b/6962/data/test-cases/d07771fffdd3c472.json new file mode 100644 index 00000000000..d543470cdee --- /dev/null +++ b/6962/data/test-cases/d07771fffdd3c472.json @@ -0,0 +1 @@ +{"uid":"d07771fffdd3c472","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":1714500533175,"stop":1714500533176,"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":3,"unknown":0,"total":3},"items":[{"uid":"ea43f4b5db97f9f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ea43f4b5db97f9f","status":"passed","time":{"start":1714494284810,"stop":1714494284810,"duration":0}},{"uid":"c64a4ac1dc57e3a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c64a4ac1dc57e3a7","status":"passed","time":{"start":1714492388600,"stop":1714492388601,"duration":1}}]},"tags":[]},"source":"d07771fffdd3c472.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/861725140df4d58a.json b/6962/data/test-cases/d0b5f428474590f2.json similarity index 53% rename from 6944/data/test-cases/861725140df4d58a.json rename to 6962/data/test-cases/d0b5f428474590f2.json index 3f8e0c6662a..592b1b9d30b 100644 --- a/6944/data/test-cases/861725140df4d58a.json +++ b/6962/data/test-cases/d0b5f428474590f2.json @@ -1 +1 @@ -{"uid":"861725140df4d58a","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":1714424912036,"stop":1714424912037,"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":74,"unknown":0,"total":74},"items":[{"uid":"bd62f51565b691ae","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bd62f51565b691ae","status":"passed","time":{"start":1714415063938,"stop":1714415063939,"duration":1}},{"uid":"a05e16c41ca8702a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a05e16c41ca8702a","status":"passed","time":{"start":1714415219587,"stop":1714415219587,"duration":0}},{"uid":"73bf9d85e2635e7a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/73bf9d85e2635e7a","status":"passed","time":{"start":1714407435782,"stop":1714407435783,"duration":1}},{"uid":"36d03e27abc031fe","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/36d03e27abc031fe","status":"passed","time":{"start":1714406451897,"stop":1714406451897,"duration":0}},{"uid":"cb849e121834730e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cb849e121834730e","status":"passed","time":{"start":1714404244902,"stop":1714404244902,"duration":0}},{"uid":"7a64a18cb010fb19","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7a64a18cb010fb19","status":"passed","time":{"start":1714403892809,"stop":1714403892809,"duration":0}},{"uid":"93510318660f8a8d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/93510318660f8a8d","status":"passed","time":{"start":1714403738978,"stop":1714403738979,"duration":1}},{"uid":"9f652d3ba5174a77","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9f652d3ba5174a77","status":"passed","time":{"start":1714386207180,"stop":1714386207181,"duration":1}},{"uid":"5e23cf30cda2c62c","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5e23cf30cda2c62c","status":"passed","time":{"start":1714385272445,"stop":1714385272446,"duration":1}},{"uid":"48ff115c44e7a695","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/48ff115c44e7a695","status":"passed","time":{"start":1714384564289,"stop":1714384564290,"duration":1}},{"uid":"38bc0cbbf9f6ed47","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/38bc0cbbf9f6ed47","status":"passed","time":{"start":1714384255550,"stop":1714384255550,"duration":0}},{"uid":"f9d18dd6835a2fb","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f9d18dd6835a2fb","status":"passed","time":{"start":1714382058401,"stop":1714382058401,"duration":0}},{"uid":"5c25cd3e9a137e8b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/5c25cd3e9a137e8b","status":"passed","time":{"start":1714383034763,"stop":1714383034763,"duration":0}},{"uid":"27b89c96cd203758","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/27b89c96cd203758","status":"passed","time":{"start":1714381871134,"stop":1714381871134,"duration":0}},{"uid":"48cd68245e3673bc","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/48cd68245e3673bc","status":"passed","time":{"start":1714382857138,"stop":1714382857138,"duration":0}},{"uid":"5b132081c15faaa3","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/5b132081c15faaa3","status":"passed","time":{"start":1714382736034,"stop":1714382736036,"duration":2}},{"uid":"595db6c0a05548df","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/595db6c0a05548df","status":"passed","time":{"start":1714381242741,"stop":1714381242743,"duration":2}},{"uid":"cdc73e3a5187009b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/cdc73e3a5187009b","status":"passed","time":{"start":1714380027088,"stop":1714380027089,"duration":1}},{"uid":"322b7abe76950347","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/322b7abe76950347","status":"passed","time":{"start":1714379595593,"stop":1714379595593,"duration":0}},{"uid":"f837ec126696e62a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f837ec126696e62a","status":"passed","time":{"start":1714296831844,"stop":1714296831844,"duration":0}}]},"tags":[]},"source":"861725140df4d58a.json","parameterValues":[]} \ No newline at end of file +{"uid":"d0b5f428474590f2","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":1714500590512,"stop":1714500590513,"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":3,"unknown":0,"total":3},"items":[{"uid":"d1b5783cc7499dac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1b5783cc7499dac","status":"passed","time":{"start":1714494351413,"stop":1714494351414,"duration":1}},{"uid":"da18f6c630fce5b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da18f6c630fce5b2","status":"passed","time":{"start":1714492441818,"stop":1714492441818,"duration":0}}]},"tags":[]},"source":"d0b5f428474590f2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4f37d116630cb4d5.json b/6962/data/test-cases/d0e05436e2a7d8ad.json similarity index 84% rename from 6944/data/test-cases/4f37d116630cb4d5.json rename to 6962/data/test-cases/d0e05436e2a7d8ad.json index d40fb482b96..ed09fbb77c2 100644 --- a/6944/data/test-cases/4f37d116630cb4d5.json +++ b/6962/data/test-cases/d0e05436e2a7d8ad.json @@ -1 +1 @@ -{"uid":"4f37d116630cb4d5","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":1714425435607,"stop":1714425435607,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"645809172f951a34","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/645809172f951a34","status":"passed","time":{"start":1714415590152,"stop":1714415590153,"duration":1}},{"uid":"19a7b9017e1d5a61","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/19a7b9017e1d5a61","status":"passed","time":{"start":1714415739320,"stop":1714415739320,"duration":0}},{"uid":"ffd4d22cc4956e14","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ffd4d22cc4956e14","status":"passed","time":{"start":1714407950101,"stop":1714407950101,"duration":0}},{"uid":"87fc839608a7d457","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/87fc839608a7d457","status":"passed","time":{"start":1714406978434,"stop":1714406978435,"duration":1}},{"uid":"69d36f21d5b68afb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/69d36f21d5b68afb","status":"passed","time":{"start":1714404752139,"stop":1714404752140,"duration":1}},{"uid":"d0176bf02ced5e67","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d0176bf02ced5e67","status":"passed","time":{"start":1714404488110,"stop":1714404488118,"duration":8}},{"uid":"5ed869123413be60","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5ed869123413be60","status":"passed","time":{"start":1714404264820,"stop":1714404264821,"duration":1}},{"uid":"7a7e66b126339272","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7a7e66b126339272","status":"passed","time":{"start":1714386718898,"stop":1714386718898,"duration":0}},{"uid":"38c1e3ee3191b010","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/38c1e3ee3191b010","status":"passed","time":{"start":1714385802597,"stop":1714385802598,"duration":1}},{"uid":"fb6a5c717c7d6ff0","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/fb6a5c717c7d6ff0","status":"passed","time":{"start":1714385084320,"stop":1714385084320,"duration":0}},{"uid":"f81e90c69852648e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f81e90c69852648e","status":"passed","time":{"start":1714384783923,"stop":1714384783924,"duration":1}},{"uid":"28308e379c77d288","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/28308e379c77d288","status":"passed","time":{"start":1714382927659,"stop":1714382927660,"duration":1}},{"uid":"f900ceffd8ab0d4d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f900ceffd8ab0d4d","status":"passed","time":{"start":1714383573244,"stop":1714383573245,"duration":1}},{"uid":"5d605f21ff4c5761","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5d605f21ff4c5761","status":"passed","time":{"start":1714382735195,"stop":1714382735195,"duration":0}},{"uid":"4092e7dafc36fd26","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4092e7dafc36fd26","status":"passed","time":{"start":1714383376659,"stop":1714383376660,"duration":1}},{"uid":"39229d2877376c5b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/39229d2877376c5b","status":"passed","time":{"start":1714383261442,"stop":1714383261443,"duration":1}},{"uid":"66fb93c78c2b009c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/66fb93c78c2b009c","status":"passed","time":{"start":1714381767555,"stop":1714381767556,"duration":1}},{"uid":"3d175512b0573e1","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3d175512b0573e1","status":"passed","time":{"start":1714380548880,"stop":1714380548880,"duration":0}},{"uid":"4e597fa77c014744","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4e597fa77c014744","status":"passed","time":{"start":1714380124127,"stop":1714380124127,"duration":0}},{"uid":"2f30f78fda1e6f16","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/2f30f78fda1e6f16","status":"passed","time":{"start":1714297355210,"stop":1714297355210,"duration":0}}]},"tags":[]},"source":"4f37d116630cb4d5.json","parameterValues":[]} \ No newline at end of file +{"uid":"d0e05436e2a7d8ad","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":1714501123778,"stop":1714501123778,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"e5044d9bb8d78af3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5044d9bb8d78af3","status":"passed","time":{"start":1714494838840,"stop":1714494838840,"duration":0}},{"uid":"325f599d308e036a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/325f599d308e036a","status":"passed","time":{"start":1714492985741,"stop":1714492985741,"duration":0}}]},"tags":[]},"source":"d0e05436e2a7d8ad.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d1384ec0e0e10775.json b/6962/data/test-cases/d1384ec0e0e10775.json new file mode 100644 index 00000000000..ee5307f9ccd --- /dev/null +++ b/6962/data/test-cases/d1384ec0e0e10775.json @@ -0,0 +1 @@ +{"uid":"d1384ec0e0e10775","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":1714500534109,"stop":1714500534110,"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":3,"unknown":0,"total":3},"items":[{"uid":"b66c02a62b368561","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b66c02a62b368561","status":"passed","time":{"start":1714494285531,"stop":1714494285531,"duration":0}},{"uid":"f3b564f298c9c238","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f3b564f298c9c238","status":"passed","time":{"start":1714492389345,"stop":1714492389345,"duration":0}}]},"tags":[]},"source":"d1384ec0e0e10775.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d1b18bd1d293126f.json b/6962/data/test-cases/d1b18bd1d293126f.json new file mode 100644 index 00000000000..de6720531c0 --- /dev/null +++ b/6962/data/test-cases/d1b18bd1d293126f.json @@ -0,0 +1 @@ +{"uid":"d1b18bd1d293126f","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":1714500525319,"stop":1714500525319,"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":3,"unknown":0,"total":3},"items":[{"uid":"fff05eeb50fce782","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fff05eeb50fce782","status":"passed","time":{"start":1714494276798,"stop":1714494276799,"duration":1}},{"uid":"62cb0253bf511f5f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/62cb0253bf511f5f","status":"passed","time":{"start":1714492380853,"stop":1714492380853,"duration":0}}]},"tags":[]},"source":"d1b18bd1d293126f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/75f523f06818f857.json b/6962/data/test-cases/d1c727e91d0c2b08.json similarity index 54% rename from 6944/data/test-cases/75f523f06818f857.json rename to 6962/data/test-cases/d1c727e91d0c2b08.json index 2ec4522e282..33693f826ab 100644 --- a/6944/data/test-cases/75f523f06818f857.json +++ b/6962/data/test-cases/d1c727e91d0c2b08.json @@ -1 +1 @@ -{"uid":"75f523f06818f857","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":1714425508072,"stop":1714425508072,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"961ed4f00ec7f520","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/961ed4f00ec7f520","status":"passed","time":{"start":1714415698748,"stop":1714415698748,"duration":0}},{"uid":"c1e1395353878c3f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c1e1395353878c3f","status":"passed","time":{"start":1714415803330,"stop":1714415803330,"duration":0}},{"uid":"5e67b0a175f00945","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5e67b0a175f00945","status":"passed","time":{"start":1714408015507,"stop":1714408015507,"duration":0}},{"uid":"1b1498c0f0b4c91a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1b1498c0f0b4c91a","status":"passed","time":{"start":1714407046988,"stop":1714407046988,"duration":0}},{"uid":"5adcbbdbd86921c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5adcbbdbd86921c","status":"passed","time":{"start":1714404824583,"stop":1714404824583,"duration":0}},{"uid":"75fa176829027817","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/75fa176829027817","status":"passed","time":{"start":1714404527860,"stop":1714404527860,"duration":0}},{"uid":"169105f0c4569cc6","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/169105f0c4569cc6","status":"passed","time":{"start":1714404324772,"stop":1714404324772,"duration":0}},{"uid":"ca76df89b1c1b3ef","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ca76df89b1c1b3ef","status":"passed","time":{"start":1714386785722,"stop":1714386785722,"duration":0}},{"uid":"efaa99d5c651bca6","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/efaa99d5c651bca6","status":"passed","time":{"start":1714385867313,"stop":1714385867313,"duration":0}},{"uid":"29eeb94bac400df3","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/29eeb94bac400df3","status":"passed","time":{"start":1714385149747,"stop":1714385149747,"duration":0}},{"uid":"9f87caa9a84dd94d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9f87caa9a84dd94d","status":"passed","time":{"start":1714384840241,"stop":1714384840242,"duration":1}},{"uid":"270a6d4a3a61fbda","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/270a6d4a3a61fbda","status":"passed","time":{"start":1714383285299,"stop":1714383285299,"duration":0}},{"uid":"95dd32bbb02cf946","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/95dd32bbb02cf946","status":"passed","time":{"start":1714383626084,"stop":1714383626084,"duration":0}},{"uid":"340e11a9c8e0d82a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/340e11a9c8e0d82a","status":"passed","time":{"start":1714383079304,"stop":1714383079305,"duration":1}},{"uid":"f50d4b4dedd4b1fc","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f50d4b4dedd4b1fc","status":"passed","time":{"start":1714383435175,"stop":1714383435175,"duration":0}},{"uid":"61c590c48573ae0b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/61c590c48573ae0b","status":"passed","time":{"start":1714383315056,"stop":1714383315056,"duration":0}},{"uid":"f3f16e842458e3f4","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f3f16e842458e3f4","status":"passed","time":{"start":1714381822570,"stop":1714381822571,"duration":1}},{"uid":"d8596563d0bb90d9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d8596563d0bb90d9","status":"passed","time":{"start":1714380607679,"stop":1714380607679,"duration":0}},{"uid":"da6c489ff2eb96a4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/da6c489ff2eb96a4","status":"passed","time":{"start":1714380183128,"stop":1714380183129,"duration":1}},{"uid":"9954995094c703e9","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9954995094c703e9","status":"passed","time":{"start":1714297423397,"stop":1714297423397,"duration":0}}]},"tags":[]},"source":"75f523f06818f857.json","parameterValues":[]} \ No newline at end of file +{"uid":"d1c727e91d0c2b08","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":1714501184627,"stop":1714501184627,"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":3,"unknown":0,"total":3},"items":[{"uid":"a08c63af3d2a0e9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a08c63af3d2a0e9d","status":"passed","time":{"start":1714494914010,"stop":1714494914010,"duration":0}},{"uid":"54a9ed4ad59a944e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54a9ed4ad59a944e","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"tags":[]},"source":"d1c727e91d0c2b08.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4db6dc05d73cd16e.json b/6962/data/test-cases/d1eeeb15a168b819.json similarity index 94% rename from 6944/data/test-cases/4db6dc05d73cd16e.json rename to 6962/data/test-cases/d1eeeb15a168b819.json index 36a27e11b60..8aeadea3bc0 100644 --- a/6944/data/test-cases/4db6dc05d73cd16e.json +++ b/6962/data/test-cases/d1eeeb15a168b819.json @@ -1 +1 @@ -{"uid":"4db6dc05d73cd16e","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app38/2/topic856/utf8","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 4 - Cluster ID: 10, Content Topic: /app38/2/topic856/utf8","historyId":"825534d2c8f0adccc538a0ac00fd820e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425396494,"stop":1714425396494,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"4db6dc05d73cd16e.json","parameterValues":[]} \ No newline at end of file +{"uid":"d1eeeb15a168b819","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic191/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic191/json","historyId":"328231dde88146aede90d375ae6a3022:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"d1eeeb15a168b819.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1d10d20c77d7df04.json b/6962/data/test-cases/d2065fd00150ac83.json similarity index 53% rename from 6944/data/test-cases/1d10d20c77d7df04.json rename to 6962/data/test-cases/d2065fd00150ac83.json index 31aba257dc0..adfd7f4be67 100644 --- a/6944/data/test-cases/1d10d20c77d7df04.json +++ b/6962/data/test-cases/d2065fd00150ac83.json @@ -1 +1 @@ -{"uid":"1d10d20c77d7df04","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425467285,"stop":1714425467286,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"ed3b6e9370525408","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ed3b6e9370525408","status":"passed","time":{"start":1714415652331,"stop":1714415652335,"duration":4}},{"uid":"eba843a81e12c8b3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eba843a81e12c8b3","status":"passed","time":{"start":1714415786948,"stop":1714415786948,"duration":0}},{"uid":"d1e826f864a53480","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d1e826f864a53480","status":"passed","time":{"start":1714407994017,"stop":1714407994017,"duration":0}},{"uid":"a6957cfcb7d1b017","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a6957cfcb7d1b017","status":"passed","time":{"start":1714407017328,"stop":1714407017329,"duration":1}},{"uid":"3946d4cccb1336be","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3946d4cccb1336be","status":"passed","time":{"start":1714404801234,"stop":1714404801234,"duration":0}},{"uid":"59ad21933e136d40","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/59ad21933e136d40","status":"passed","time":{"start":1714404505826,"stop":1714404505826,"duration":0}},{"uid":"6b123cb972488fba","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6b123cb972488fba","status":"passed","time":{"start":1714404295594,"stop":1714404295594,"duration":0}},{"uid":"a1642ca4caa8c50c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a1642ca4caa8c50c","status":"passed","time":{"start":1714386757391,"stop":1714386757392,"duration":1}},{"uid":"9fd539f35a9f1fb7","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/9fd539f35a9f1fb7","status":"passed","time":{"start":1714385842024,"stop":1714385842025,"duration":1}},{"uid":"af99e5b8813d53cf","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/af99e5b8813d53cf","status":"passed","time":{"start":1714385129136,"stop":1714385129141,"duration":5}},{"uid":"c0f2a6c00333b21","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c0f2a6c00333b21","status":"passed","time":{"start":1714384817435,"stop":1714384817436,"duration":1}},{"uid":"3a781f799d558279","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/3a781f799d558279","status":"passed","time":{"start":1714383233341,"stop":1714383233341,"duration":0}},{"uid":"bf20abceb34643d7","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/bf20abceb34643d7","status":"passed","time":{"start":1714383604178,"stop":1714383604178,"duration":0}},{"uid":"82082b6b822c2422","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/82082b6b822c2422","status":"passed","time":{"start":1714383018126,"stop":1714383018126,"duration":0}},{"uid":"36888be536458a13","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/36888be536458a13","status":"passed","time":{"start":1714383394541,"stop":1714383394541,"duration":0}},{"uid":"9a50c74a0a5a15c6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9a50c74a0a5a15c6","status":"passed","time":{"start":1714383287547,"stop":1714383287548,"duration":1}},{"uid":"23fa4bc88bb22ee6","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/23fa4bc88bb22ee6","status":"passed","time":{"start":1714381790761,"stop":1714381790761,"duration":0}},{"uid":"540d1b12728231af","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/540d1b12728231af","status":"passed","time":{"start":1714380581892,"stop":1714380581893,"duration":1}},{"uid":"85dd4c83bdcbdcf2","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/85dd4c83bdcbdcf2","status":"passed","time":{"start":1714380152673,"stop":1714380152673,"duration":0}},{"uid":"fe97c34d6ad0fa58","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/fe97c34d6ad0fa58","status":"passed","time":{"start":1714297399677,"stop":1714297399677,"duration":0}}]},"tags":[]},"source":"1d10d20c77d7df04.json","parameterValues":[]} \ No newline at end of file +{"uid":"d2065fd00150ac83","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501153789,"stop":1714501153789,"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":3,"unknown":0,"total":3},"items":[{"uid":"2887cf0e58d747ec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2887cf0e58d747ec","status":"passed","time":{"start":1714494896480,"stop":1714494896480,"duration":0}},{"uid":"8fbc8955eea04f55","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8fbc8955eea04f55","status":"passed","time":{"start":1714492987117,"stop":1714492987118,"duration":1}}]},"tags":[]},"source":"d2065fd00150ac83.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ed8b230cdda7f590.json b/6962/data/test-cases/d2294d94714fdc3c.json similarity index 53% rename from 6944/data/test-cases/ed8b230cdda7f590.json rename to 6962/data/test-cases/d2294d94714fdc3c.json index f8e9a479fa5..c3d5e33c76d 100644 --- a/6944/data/test-cases/ed8b230cdda7f590.json +++ b/6962/data/test-cases/d2294d94714fdc3c.json @@ -1 +1 @@ -{"uid":"ed8b230cdda7f590","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":1714425405880,"stop":1714425405880,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"6f0a1f2a78fa0161","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6f0a1f2a78fa0161","status":"passed","time":{"start":1714415627133,"stop":1714415627133,"duration":0}},{"uid":"5c3e62317b1c8c87","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5c3e62317b1c8c87","status":"passed","time":{"start":1714415727610,"stop":1714415727610,"duration":0}},{"uid":"978e4b71f8a8ec95","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/978e4b71f8a8ec95","status":"passed","time":{"start":1714407946535,"stop":1714407946535,"duration":0}},{"uid":"5fdbeb7c6f69a6c4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5fdbeb7c6f69a6c4","status":"passed","time":{"start":1714406957182,"stop":1714406957182,"duration":0}},{"uid":"36874d47f43fe886","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/36874d47f43fe886","status":"passed","time":{"start":1714404754333,"stop":1714404754334,"duration":1}},{"uid":"db534f843116fd35","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/db534f843116fd35","status":"passed","time":{"start":1714404439697,"stop":1714404439697,"duration":0}},{"uid":"f95eb9867cfbc17","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f95eb9867cfbc17","status":"passed","time":{"start":1714404231983,"stop":1714404231983,"duration":0}},{"uid":"4171bc9df8d6c3f2","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4171bc9df8d6c3f2","status":"passed","time":{"start":1714386694967,"stop":1714386694968,"duration":1}},{"uid":"da957164c51cf236","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/da957164c51cf236","status":"passed","time":{"start":1714385783965,"stop":1714385783965,"duration":0}},{"uid":"39703a2269f25780","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/39703a2269f25780","status":"passed","time":{"start":1714385070856,"stop":1714385070856,"duration":0}},{"uid":"cd64a62dedb6dba4","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/cd64a62dedb6dba4","status":"passed","time":{"start":1714384753504,"stop":1714384753504,"duration":0}},{"uid":"192f774b9cff3473","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/192f774b9cff3473","status":"passed","time":{"start":1714383166157,"stop":1714383166157,"duration":0}},{"uid":"f09c67bd0b4e1784","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f09c67bd0b4e1784","status":"passed","time":{"start":1714383543875,"stop":1714383543875,"duration":0}},{"uid":"862a98bc3c7e4a73","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/862a98bc3c7e4a73","status":"passed","time":{"start":1714382959549,"stop":1714382959557,"duration":8}},{"uid":"f117d432eece258e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f117d432eece258e","status":"passed","time":{"start":1714383336637,"stop":1714383336637,"duration":0}},{"uid":"17e46b5fdb4d5206","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/17e46b5fdb4d5206","status":"passed","time":{"start":1714383225820,"stop":1714383225820,"duration":0}},{"uid":"96a5792fac5d7556","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/96a5792fac5d7556","status":"passed","time":{"start":1714381721908,"stop":1714381721909,"duration":1}},{"uid":"cf3e7069017d9379","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/cf3e7069017d9379","status":"passed","time":{"start":1714380523202,"stop":1714380523202,"duration":0}},{"uid":"623978cb9165cbda","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/623978cb9165cbda","status":"passed","time":{"start":1714380085659,"stop":1714380085659,"duration":0}},{"uid":"3110bd07a7d76d01","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3110bd07a7d76d01","status":"passed","time":{"start":1714297343355,"stop":1714297343356,"duration":1}}]},"tags":[]},"source":"ed8b230cdda7f590.json","parameterValues":[]} \ No newline at end of file +{"uid":"d2294d94714fdc3c","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":1714501094179,"stop":1714501094179,"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":3,"unknown":0,"total":3},"items":[{"uid":"e60c9b6abff9146e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e60c9b6abff9146e","status":"passed","time":{"start":1714494837584,"stop":1714494837584,"duration":0}},{"uid":"5a0ce196e121b3bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a0ce196e121b3bd","status":"passed","time":{"start":1714492927151,"stop":1714492927151,"duration":0}}]},"tags":[]},"source":"d2294d94714fdc3c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ab8d16465330ad04.json b/6962/data/test-cases/d29654a82d64d8d1.json similarity index 77% rename from 6944/data/test-cases/ab8d16465330ad04.json rename to 6962/data/test-cases/d29654a82d64d8d1.json index f4479427096..74268fd2b6a 100644 --- a/6944/data/test-cases/ab8d16465330ad04.json +++ b/6962/data/test-cases/d29654a82d64d8d1.json @@ -1 +1 @@ -{"uid":"ab8d16465330ad04","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":1714425369960,"stop":1714425369961,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"7f734b8aad26ee81","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7f734b8aad26ee81","status":"passed","time":{"start":1714415516376,"stop":1714415516377,"duration":1}},{"uid":"bef8e5ba467a556d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bef8e5ba467a556d","status":"passed","time":{"start":1714415679030,"stop":1714415679030,"duration":0}},{"uid":"48c5255cea488709","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/48c5255cea488709","status":"passed","time":{"start":1714407884325,"stop":1714407884325,"duration":0}},{"uid":"2af0697d6329494c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2af0697d6329494c","status":"passed","time":{"start":1714406914316,"stop":1714406914316,"duration":0}},{"uid":"d8038e21b84fe2bd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d8038e21b84fe2bd","status":"passed","time":{"start":1714404690110,"stop":1714404690110,"duration":0}},{"uid":"6fe99db26410e9d3","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6fe99db26410e9d3","status":"passed","time":{"start":1714404379784,"stop":1714404379785,"duration":1}},{"uid":"d5c1c304a21b1524","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d5c1c304a21b1524","status":"passed","time":{"start":1714404194547,"stop":1714404194547,"duration":0}},{"uid":"33f527de84d34c50","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/33f527de84d34c50","status":"passed","time":{"start":1714386653733,"stop":1714386653733,"duration":0}},{"uid":"9975a9025dc34325","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/9975a9025dc34325","status":"passed","time":{"start":1714385733954,"stop":1714385733954,"duration":0}},{"uid":"2f06733c62ff68d0","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2f06733c62ff68d0","status":"passed","time":{"start":1714385024706,"stop":1714385024708,"duration":2}},{"uid":"b8ad39661b38d120","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b8ad39661b38d120","status":"passed","time":{"start":1714384714554,"stop":1714384714554,"duration":0}},{"uid":"6fcb8fb81c0ac863","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6fcb8fb81c0ac863","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067743,"stop":1714384067743,"duration":0}},{"uid":"490516d2997a037b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/490516d2997a037b","status":"passed","time":{"start":1714383490740,"stop":1714383490740,"duration":0}},{"uid":"eb2e7e185e758a27","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/eb2e7e185e758a27","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840437,"stop":1714383840438,"duration":1}},{"uid":"8133f8de9d965641","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8133f8de9d965641","status":"passed","time":{"start":1714383300556,"stop":1714383300557,"duration":1}},{"uid":"9e507032867a30e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9e507032867a30e","status":"passed","time":{"start":1714383176774,"stop":1714383176774,"duration":0}},{"uid":"491c00ecee367d26","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/491c00ecee367d26","status":"passed","time":{"start":1714381688738,"stop":1714381688738,"duration":0}},{"uid":"c7593a9681620302","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c7593a9681620302","status":"passed","time":{"start":1714380481149,"stop":1714380481149,"duration":0}},{"uid":"ee49516670930d92","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ee49516670930d92","status":"passed","time":{"start":1714380049529,"stop":1714380049530,"duration":1}},{"uid":"ae8509bb3048e965","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ae8509bb3048e965","status":"passed","time":{"start":1714297302887,"stop":1714297302888,"duration":1}}]},"tags":[]},"source":"ab8d16465330ad04.json","parameterValues":[]} \ No newline at end of file +{"uid":"d29654a82d64d8d1","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":1714501050444,"stop":1714501050444,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ff54dcd7353a1cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ff54dcd7353a1cb","status":"passed","time":{"start":1714494785909,"stop":1714494785909,"duration":0}},{"uid":"5b93240dccd04bdb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b93240dccd04bdb","status":"passed","time":{"start":1714492898564,"stop":1714492898565,"duration":1}}]},"tags":[]},"source":"d29654a82d64d8d1.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/4be9100c11c27f36.json b/6962/data/test-cases/d2ae5a89763a5c2d.json similarity index 79% rename from 6944/data/test-cases/4be9100c11c27f36.json rename to 6962/data/test-cases/d2ae5a89763a5c2d.json index 76ae77ce3ea..e844e55f4d3 100644 --- a/6944/data/test-cases/4be9100c11c27f36.json +++ b/6962/data/test-cases/d2ae5a89763a5c2d.json @@ -1 +1 @@ -{"uid":"4be9100c11c27f36","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":1714425534883,"stop":1714425534883,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"ee0b522ddbe10c14","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ee0b522ddbe10c14","status":"passed","time":{"start":1714415702282,"stop":1714415702283,"duration":1}},{"uid":"6d980abb4b3b29e8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6d980abb4b3b29e8","status":"passed","time":{"start":1714415850491,"stop":1714415850492,"duration":1}},{"uid":"25fcfc03d3451a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/25fcfc03d3451a","status":"passed","time":{"start":1714408049940,"stop":1714408049940,"duration":0}},{"uid":"ac75a9903f5f631a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ac75a9903f5f631a","status":"passed","time":{"start":1714407080663,"stop":1714407080664,"duration":1}},{"uid":"f5b1b09b4f7470e9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f5b1b09b4f7470e9","status":"passed","time":{"start":1714404860578,"stop":1714404860578,"duration":0}},{"uid":"652e641a8b35e6b7","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/652e641a8b35e6b7","status":"passed","time":{"start":1714404585193,"stop":1714404585193,"duration":0}},{"uid":"12988a96c4259e6a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/12988a96c4259e6a","status":"passed","time":{"start":1714404366300,"stop":1714404366300,"duration":0}},{"uid":"8a97674de591899a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8a97674de591899a","status":"passed","time":{"start":1714386825519,"stop":1714386825519,"duration":0}},{"uid":"c771a398f9ababaf","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c771a398f9ababaf","status":"passed","time":{"start":1714385893731,"stop":1714385893731,"duration":0}},{"uid":"da07ba96f173d050","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/da07ba96f173d050","status":"passed","time":{"start":1714385188005,"stop":1714385188006,"duration":1}},{"uid":"30c6564d2c3dd6b1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/30c6564d2c3dd6b1","status":"passed","time":{"start":1714384869904,"stop":1714384869904,"duration":0}},{"uid":"b7b2b9930699ca30","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b7b2b9930699ca30","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237112,"stop":1714384237112,"duration":0}},{"uid":"d74da47501ee5067","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d74da47501ee5067","status":"passed","time":{"start":1714383661916,"stop":1714383661917,"duration":1}},{"uid":"7bafe0249748f4da","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/7bafe0249748f4da","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018787,"stop":1714384018788,"duration":1}},{"uid":"fcb5c2f1f435b3b6","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/fcb5c2f1f435b3b6","status":"passed","time":{"start":1714383474175,"stop":1714383474175,"duration":0}},{"uid":"71084361d3af9a18","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/71084361d3af9a18","status":"passed","time":{"start":1714383351244,"stop":1714383351244,"duration":0}},{"uid":"17a192161820638c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/17a192161820638c","status":"passed","time":{"start":1714381860510,"stop":1714381860510,"duration":0}},{"uid":"e779bd440f4d30e7","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e779bd440f4d30e7","status":"passed","time":{"start":1714380649653,"stop":1714380649654,"duration":1}},{"uid":"b7c5e99654598828","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b7c5e99654598828","status":"passed","time":{"start":1714380216155,"stop":1714380216155,"duration":0}},{"uid":"947cda7e1b135b10","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/947cda7e1b135b10","status":"passed","time":{"start":1714297452321,"stop":1714297452321,"duration":0}}]},"tags":[]},"source":"4be9100c11c27f36.json","parameterValues":[]} \ No newline at end of file +{"uid":"d2ae5a89763a5c2d","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":1714501220683,"stop":1714501220684,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"478294002ea1ea2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/478294002ea1ea2f","status":"passed","time":{"start":1714494954434,"stop":1714494954435,"duration":1}},{"uid":"b73f6e4b26fdc33e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b73f6e4b26fdc33e","status":"passed","time":{"start":1714493052131,"stop":1714493052131,"duration":0}}]},"tags":[]},"source":"d2ae5a89763a5c2d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1fd06da370aeb904.json b/6962/data/test-cases/d2bf85143d9830d8.json similarity index 60% rename from 6944/data/test-cases/1fd06da370aeb904.json rename to 6962/data/test-cases/d2bf85143d9830d8.json index 8fb222617f8..30412550c88 100644 --- a/6944/data/test-cases/1fd06da370aeb904.json +++ b/6962/data/test-cases/d2bf85143d9830d8.json @@ -1 +1 @@ -{"uid":"1fd06da370aeb904","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":1714425451136,"stop":1714425451136,"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":74,"unknown":0,"total":74},"items":[{"uid":"6e98937fc603247e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6e98937fc603247e","status":"passed","time":{"start":1714415638846,"stop":1714415638846,"duration":0}},{"uid":"f10d857010b72f7f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f10d857010b72f7f","status":"passed","time":{"start":1714415763436,"stop":1714415763437,"duration":1}},{"uid":"2bc46fc232c86ccd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2bc46fc232c86ccd","status":"passed","time":{"start":1714407962984,"stop":1714407962985,"duration":1}},{"uid":"625dab0960aa381c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/625dab0960aa381c","status":"passed","time":{"start":1714407006181,"stop":1714407006182,"duration":1}},{"uid":"c6987ed536f0bbff","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c6987ed536f0bbff","status":"passed","time":{"start":1714404780879,"stop":1714404780879,"duration":0}},{"uid":"d42a2e127127b4e6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d42a2e127127b4e6","status":"passed","time":{"start":1714404472805,"stop":1714404472806,"duration":1}},{"uid":"3aeb74b36b257963","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3aeb74b36b257963","status":"passed","time":{"start":1714404283126,"stop":1714404283126,"duration":0}},{"uid":"6ba3208719215672","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6ba3208719215672","status":"passed","time":{"start":1714386745044,"stop":1714386745044,"duration":0}},{"uid":"77f52d584ec14186","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/77f52d584ec14186","status":"passed","time":{"start":1714385808135,"stop":1714385808135,"duration":0}},{"uid":"95fe49e262714390","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/95fe49e262714390","status":"passed","time":{"start":1714385100052,"stop":1714385100053,"duration":1}},{"uid":"f5de17902afe2485","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f5de17902afe2485","status":"passed","time":{"start":1714384794971,"stop":1714384794972,"duration":1}},{"uid":"b4e3b8c92307ed1a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b4e3b8c92307ed1a","status":"passed","time":{"start":1714383216070,"stop":1714383216071,"duration":1}},{"uid":"bbf1189c9169b844","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/bbf1189c9169b844","status":"passed","time":{"start":1714383588963,"stop":1714383588963,"duration":0}},{"uid":"ddb7749ca7cecbb0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ddb7749ca7cecbb0","status":"passed","time":{"start":1714383011686,"stop":1714383011688,"duration":2}},{"uid":"fcf058751793b88c","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/fcf058751793b88c","status":"passed","time":{"start":1714383386207,"stop":1714383386207,"duration":0}},{"uid":"895e2732a6464dfc","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/895e2732a6464dfc","status":"passed","time":{"start":1714383270269,"stop":1714383270270,"duration":1}},{"uid":"b0790f486c1e41a3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b0790f486c1e41a3","status":"passed","time":{"start":1714381774536,"stop":1714381774536,"duration":0}},{"uid":"f9e1e069a3b2087","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f9e1e069a3b2087","status":"passed","time":{"start":1714380552720,"stop":1714380552720,"duration":0}},{"uid":"d47827b6cf6d58d4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d47827b6cf6d58d4","status":"passed","time":{"start":1714380140929,"stop":1714380140929,"duration":0}},{"uid":"986774f381a4e5c0","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/986774f381a4e5c0","status":"passed","time":{"start":1714297363006,"stop":1714297363006,"duration":0}}]},"tags":[]},"source":"1fd06da370aeb904.json","parameterValues":[]} \ No newline at end of file +{"uid":"d2bf85143d9830d8","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":1714501140347,"stop":1714501140347,"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":3,"unknown":0,"total":3},"items":[{"uid":"cbb7ea733b051678","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cbb7ea733b051678","status":"passed","time":{"start":1714494884076,"stop":1714494884077,"duration":1}},{"uid":"4aa4a2c00257cda8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4aa4a2c00257cda8","status":"passed","time":{"start":1714492954776,"stop":1714492954777,"duration":1}}]},"tags":[]},"source":"d2bf85143d9830d8.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/faa041db946cb010.json b/6962/data/test-cases/d32b0d8e8ae688be.json similarity index 76% rename from 6944/data/test-cases/faa041db946cb010.json rename to 6962/data/test-cases/d32b0d8e8ae688be.json index 8c192cf55ce..adb3278abf7 100644 --- a/6944/data/test-cases/faa041db946cb010.json +++ b/6962/data/test-cases/d32b0d8e8ae688be.json @@ -1 +1 @@ -{"uid":"faa041db946cb010","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":1714425068150,"stop":1714425068151,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"93b7a170bdfd8b9c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/93b7a170bdfd8b9c","status":"passed","time":{"start":1714415236750,"stop":1714415236750,"duration":0}},{"uid":"44d9ccef154d71aa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44d9ccef154d71aa","status":"passed","time":{"start":1714415370290,"stop":1714415370290,"duration":0}},{"uid":"6471dfb881c44f6f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6471dfb881c44f6f","status":"passed","time":{"start":1714407592729,"stop":1714407592729,"duration":0}},{"uid":"efce29b79c2a736e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/efce29b79c2a736e","status":"passed","time":{"start":1714406603016,"stop":1714406603016,"duration":0}},{"uid":"7759ae18a95545de","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7759ae18a95545de","status":"passed","time":{"start":1714404403095,"stop":1714404403095,"duration":0}},{"uid":"2c05218381fea14c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2c05218381fea14c","status":"passed","time":{"start":1714404066560,"stop":1714404066560,"duration":0}},{"uid":"c4c0df8666f36cf7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c4c0df8666f36cf7","status":"passed","time":{"start":1714403911550,"stop":1714403911550,"duration":0}},{"uid":"85829dc1a257c8a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/85829dc1a257c8a","status":"passed","time":{"start":1714386356549,"stop":1714386356549,"duration":0}},{"uid":"956a0f1761f25b3","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/956a0f1761f25b3","status":"passed","time":{"start":1714385421472,"stop":1714385421484,"duration":12}},{"uid":"b259708bbb947ad1","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b259708bbb947ad1","status":"passed","time":{"start":1714384714574,"stop":1714384714575,"duration":1}},{"uid":"e2f3f8801d55dc26","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e2f3f8801d55dc26","status":"passed","time":{"start":1714384405996,"stop":1714384405997,"duration":1}},{"uid":"d80849ccee7c0b44","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d80849ccee7c0b44","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845694,"stop":1714382845695,"duration":1}},{"uid":"5f93f88ae1ae9761","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/5f93f88ae1ae9761","status":"passed","time":{"start":1714383192270,"stop":1714383192271,"duration":1}},{"uid":"eea6e5ba9292b92b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/eea6e5ba9292b92b","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649837,"stop":1714382649838,"duration":1}},{"uid":"bfdc5a76f5a8a033","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/bfdc5a76f5a8a033","status":"passed","time":{"start":1714383007955,"stop":1714383007956,"duration":1}},{"uid":"721ac059acad4ff8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/721ac059acad4ff8","status":"passed","time":{"start":1714382888219,"stop":1714382888220,"duration":1}},{"uid":"a29dfcbfd08446a2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/a29dfcbfd08446a2","status":"passed","time":{"start":1714381390676,"stop":1714381390678,"duration":2}},{"uid":"40323b0d75dfea5d","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/40323b0d75dfea5d","status":"passed","time":{"start":1714380173241,"stop":1714380173241,"duration":0}},{"uid":"9379ca2f00a7e72d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9379ca2f00a7e72d","status":"passed","time":{"start":1714379752785,"stop":1714379752786,"duration":1}},{"uid":"5e60fb6d0f2d6785","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5e60fb6d0f2d6785","status":"passed","time":{"start":1714296983638,"stop":1714296983638,"duration":0}}]},"tags":[]},"source":"faa041db946cb010.json","parameterValues":[]} \ No newline at end of file +{"uid":"d32b0d8e8ae688be","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":1714500735364,"stop":1714500735365,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6ffb963f41e4f163","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ffb963f41e4f163","status":"passed","time":{"start":1714494500291,"stop":1714494500291,"duration":0}},{"uid":"3f8f0fd2a7cf095f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f8f0fd2a7cf095f","status":"passed","time":{"start":1714492591474,"stop":1714492591474,"duration":0}}]},"tags":[]},"source":"d32b0d8e8ae688be.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d351093a3a02e8f1.json b/6962/data/test-cases/d351093a3a02e8f1.json new file mode 100644 index 00000000000..eaa5f4c8976 --- /dev/null +++ b/6962/data/test-cases/d351093a3a02e8f1.json @@ -0,0 +1 @@ +{"uid":"d351093a3a02e8f1","name":"should be called for peers with PEER_EXCHANGE tags","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For peer-exchange peers > should be called for peers with PEER_EXCHANGE tags","historyId":"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500587026,"stop":1714500587026,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For peer-exchange peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c640a453bd657339","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c640a453bd657339","status":"passed","time":{"start":1714494335559,"stop":1714494335559,"duration":0}},{"uid":"2fea1b89c3690ce5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2fea1b89c3690ce5","status":"passed","time":{"start":1714492436197,"stop":1714492436197,"duration":0}}]},"tags":[]},"source":"d351093a3a02e8f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8b94d7c36a494226.json b/6962/data/test-cases/d42ef373b768fd43.json similarity index 85% rename from 6944/data/test-cases/8b94d7c36a494226.json rename to 6962/data/test-cases/d42ef373b768fd43.json index 3197e4e8c2f..6069843c87e 100644 --- a/6944/data/test-cases/8b94d7c36a494226.json +++ b/6962/data/test-cases/d42ef373b768fd43.json @@ -1 +1 @@ -{"uid":"8b94d7c36a494226","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":1714425435616,"stop":1714425435616,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"2675a6d7e59b4ae1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2675a6d7e59b4ae1","status":"passed","time":{"start":1714415590163,"stop":1714415590164,"duration":1}},{"uid":"b452d95a98078ed6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b452d95a98078ed6","status":"passed","time":{"start":1714415739329,"stop":1714415739329,"duration":0}},{"uid":"4f8abadc20ac4eb7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4f8abadc20ac4eb7","status":"passed","time":{"start":1714407950123,"stop":1714407950123,"duration":0}},{"uid":"6c1e58fe259c772e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6c1e58fe259c772e","status":"passed","time":{"start":1714406978471,"stop":1714406978473,"duration":2}},{"uid":"bab2111457b21fe4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bab2111457b21fe4","status":"passed","time":{"start":1714404752147,"stop":1714404752147,"duration":0}},{"uid":"84ad97207f54f081","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/84ad97207f54f081","status":"passed","time":{"start":1714404488149,"stop":1714404488150,"duration":1}},{"uid":"44066eea8186bc5a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/44066eea8186bc5a","status":"passed","time":{"start":1714404264843,"stop":1714404264843,"duration":0}},{"uid":"759e30ea8d6672c5","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/759e30ea8d6672c5","status":"passed","time":{"start":1714386718935,"stop":1714386718940,"duration":5}},{"uid":"a08b1e67842aa258","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a08b1e67842aa258","status":"passed","time":{"start":1714385802607,"stop":1714385802607,"duration":0}},{"uid":"a471339d0f57f126","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a471339d0f57f126","status":"passed","time":{"start":1714385084326,"stop":1714385084327,"duration":1}},{"uid":"6d8a199ab2f80808","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6d8a199ab2f80808","status":"passed","time":{"start":1714384783930,"stop":1714384783930,"duration":0}},{"uid":"5af35b8cdb035696","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5af35b8cdb035696","status":"passed","time":{"start":1714382927690,"stop":1714382927690,"duration":0}},{"uid":"851d931ca613fdb0","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/851d931ca613fdb0","status":"passed","time":{"start":1714383573251,"stop":1714383573251,"duration":0}},{"uid":"3f2b6af23e987110","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3f2b6af23e987110","status":"passed","time":{"start":1714382735205,"stop":1714382735205,"duration":0}},{"uid":"a6c466ce4a77cb74","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a6c466ce4a77cb74","status":"passed","time":{"start":1714383376676,"stop":1714383376677,"duration":1}},{"uid":"26f3e1e4a8d59371","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/26f3e1e4a8d59371","status":"passed","time":{"start":1714383261449,"stop":1714383261449,"duration":0}},{"uid":"8b5254f2fd68e0bb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8b5254f2fd68e0bb","status":"passed","time":{"start":1714381767570,"stop":1714381767571,"duration":1}},{"uid":"57e7c9bd174da106","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/57e7c9bd174da106","status":"passed","time":{"start":1714380548891,"stop":1714380548891,"duration":0}},{"uid":"54103d0eed73714b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/54103d0eed73714b","status":"passed","time":{"start":1714380124162,"stop":1714380124162,"duration":0}},{"uid":"508ef8c94d280d04","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/508ef8c94d280d04","status":"passed","time":{"start":1714297355215,"stop":1714297355215,"duration":0}}]},"tags":[]},"source":"8b94d7c36a494226.json","parameterValues":[]} \ No newline at end of file +{"uid":"d42ef373b768fd43","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":1714501123800,"stop":1714501123804,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"99ae4b5af65a9967","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/99ae4b5af65a9967","status":"passed","time":{"start":1714494838846,"stop":1714494838846,"duration":0}},{"uid":"6d3f9f876be998e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6d3f9f876be998e","status":"passed","time":{"start":1714492985765,"stop":1714492985765,"duration":0}}]},"tags":[]},"source":"d42ef373b768fd43.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ff1ba0a98ea883f3.json b/6962/data/test-cases/d44f0aadd5ca0afd.json similarity index 80% rename from 6944/data/test-cases/ff1ba0a98ea883f3.json rename to 6962/data/test-cases/d44f0aadd5ca0afd.json index ad3e910a0d1..b6dfc1483ef 100644 --- a/6944/data/test-cases/ff1ba0a98ea883f3.json +++ b/6962/data/test-cases/d44f0aadd5ca0afd.json @@ -1 +1 @@ -{"uid":"ff1ba0a98ea883f3","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":1714425534898,"stop":1714425534898,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"529ed1869ac428cc","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/529ed1869ac428cc","status":"passed","time":{"start":1714415702298,"stop":1714415702298,"duration":0}},{"uid":"2d735bf81d78cce5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2d735bf81d78cce5","status":"passed","time":{"start":1714415850505,"stop":1714415850506,"duration":1}},{"uid":"64cfff97e4da89de","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/64cfff97e4da89de","status":"passed","time":{"start":1714408049956,"stop":1714408049956,"duration":0}},{"uid":"10aedbc93248fc8c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/10aedbc93248fc8c","status":"passed","time":{"start":1714407080677,"stop":1714407080677,"duration":0}},{"uid":"c007f81d08298059","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c007f81d08298059","status":"passed","time":{"start":1714404860595,"stop":1714404860595,"duration":0}},{"uid":"f66e806ec2a86b26","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f66e806ec2a86b26","status":"passed","time":{"start":1714404585208,"stop":1714404585209,"duration":1}},{"uid":"95e611e01646e84a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/95e611e01646e84a","status":"passed","time":{"start":1714404366316,"stop":1714404366317,"duration":1}},{"uid":"933f54167d9ff244","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/933f54167d9ff244","status":"passed","time":{"start":1714386825535,"stop":1714386825535,"duration":0}},{"uid":"6dcc87d0d71f5ae4","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/6dcc87d0d71f5ae4","status":"passed","time":{"start":1714385893745,"stop":1714385893745,"duration":0}},{"uid":"14f16872110df061","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/14f16872110df061","status":"passed","time":{"start":1714385188020,"stop":1714385188020,"duration":0}},{"uid":"847e928dcce2fbce","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/847e928dcce2fbce","status":"passed","time":{"start":1714384869921,"stop":1714384869921,"duration":0}},{"uid":"b34859c3ebf28212","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b34859c3ebf28212","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237156,"stop":1714384237156,"duration":0}},{"uid":"2ab65831735c6783","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2ab65831735c6783","status":"passed","time":{"start":1714383661931,"stop":1714383661931,"duration":0}},{"uid":"c702e2b8d072eac0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c702e2b8d072eac0","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018830,"stop":1714384018830,"duration":0}},{"uid":"dddaf5358472cc1b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/dddaf5358472cc1b","status":"passed","time":{"start":1714383474189,"stop":1714383474189,"duration":0}},{"uid":"71b18a225c237ff5","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/71b18a225c237ff5","status":"passed","time":{"start":1714383351259,"stop":1714383351260,"duration":1}},{"uid":"308528cf358ee207","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/308528cf358ee207","status":"passed","time":{"start":1714381860523,"stop":1714381860523,"duration":0}},{"uid":"68b9163de7aa3f26","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/68b9163de7aa3f26","status":"passed","time":{"start":1714380649670,"stop":1714380649670,"duration":0}},{"uid":"a726834e9ebd82a3","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a726834e9ebd82a3","status":"passed","time":{"start":1714380216169,"stop":1714380216169,"duration":0}},{"uid":"7523f5a3c1f7fbfd","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7523f5a3c1f7fbfd","status":"passed","time":{"start":1714297452338,"stop":1714297452339,"duration":1}}]},"tags":[]},"source":"ff1ba0a98ea883f3.json","parameterValues":[]} \ No newline at end of file +{"uid":"d44f0aadd5ca0afd","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":1714501220697,"stop":1714501220698,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"9c9bd270c04a2ad9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9c9bd270c04a2ad9","status":"passed","time":{"start":1714494954450,"stop":1714494954450,"duration":0}},{"uid":"dc6796367652178f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc6796367652178f","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"tags":[]},"source":"d44f0aadd5ca0afd.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/447954d7d297e81e.json b/6962/data/test-cases/d46ca107c3c109d1.json similarity index 78% rename from 6944/data/test-cases/447954d7d297e81e.json rename to 6962/data/test-cases/d46ca107c3c109d1.json index 6f1341e6225..c88a72a57b6 100644 --- a/6944/data/test-cases/447954d7d297e81e.json +++ b/6962/data/test-cases/d46ca107c3c109d1.json @@ -1 +1 @@ -{"uid":"447954d7d297e81e","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":1714425137451,"stop":1714425137451,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"3c45adcab8b3c2ae","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3c45adcab8b3c2ae","status":"passed","time":{"start":1714415306373,"stop":1714415306374,"duration":1}},{"uid":"93f65d9f11d8f06","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/93f65d9f11d8f06","status":"passed","time":{"start":1714415441028,"stop":1714415441028,"duration":0}},{"uid":"7cac5e444c166b37","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7cac5e444c166b37","status":"passed","time":{"start":1714407661410,"stop":1714407661410,"duration":0}},{"uid":"76cf80993f1dedc5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/76cf80993f1dedc5","status":"passed","time":{"start":1714406688865,"stop":1714406688865,"duration":0}},{"uid":"a4feacaafa5b25b7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a4feacaafa5b25b7","status":"passed","time":{"start":1714404480620,"stop":1714404480621,"duration":1}},{"uid":"6ebd0b99a6357999","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6ebd0b99a6357999","status":"passed","time":{"start":1714404187315,"stop":1714404187316,"duration":1}},{"uid":"8a9687ab5bd31b12","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8a9687ab5bd31b12","status":"passed","time":{"start":1714403975085,"stop":1714403975085,"duration":0}},{"uid":"a343fb9e43fc00b1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a343fb9e43fc00b1","status":"passed","time":{"start":1714386442454,"stop":1714386442455,"duration":1}},{"uid":"e1599b3f91b7d52f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e1599b3f91b7d52f","status":"passed","time":{"start":1714385503989,"stop":1714385503990,"duration":1}},{"uid":"155e4d438fffc9b0","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/155e4d438fffc9b0","status":"passed","time":{"start":1714384798823,"stop":1714384798824,"duration":1}},{"uid":"78dca9a30c598254","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/78dca9a30c598254","status":"passed","time":{"start":1714384484752,"stop":1714384484753,"duration":1}},{"uid":"e0a56aaeb417b2f0","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/e0a56aaeb417b2f0","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939601,"stop":1714382939601,"duration":0}},{"uid":"d68bf57de47bc105","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d68bf57de47bc105","status":"passed","time":{"start":1714383271360,"stop":1714383271361,"duration":1}},{"uid":"33b02fc587be9dc3","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/33b02fc587be9dc3","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742233,"stop":1714382742234,"duration":1}},{"uid":"4814f37f3e82b5dd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4814f37f3e82b5dd","status":"passed","time":{"start":1714383085687,"stop":1714383085688,"duration":1}},{"uid":"9bb5fc78bce905bf","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9bb5fc78bce905bf","status":"passed","time":{"start":1714382957850,"stop":1714382957850,"duration":0}},{"uid":"6d4e6e95e0873433","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6d4e6e95e0873433","status":"passed","time":{"start":1714381467340,"stop":1714381467340,"duration":0}},{"uid":"439fd315ef64788b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/439fd315ef64788b","status":"passed","time":{"start":1714380262872,"stop":1714380262872,"duration":0}},{"uid":"96b4dd20c9add80e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/96b4dd20c9add80e","status":"passed","time":{"start":1714379832135,"stop":1714379832136,"duration":1}},{"uid":"afe231824fca9b36","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/afe231824fca9b36","status":"passed","time":{"start":1714297053927,"stop":1714297053928,"duration":1}}]},"tags":[]},"source":"447954d7d297e81e.json","parameterValues":[]} \ No newline at end of file +{"uid":"d46ca107c3c109d1","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":1714500823176,"stop":1714500823178,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5394915e7b4c0a72","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5394915e7b4c0a72","status":"passed","time":{"start":1714494571260,"stop":1714494571260,"duration":0}},{"uid":"3bb9b0330930bf4b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bb9b0330930bf4b","status":"passed","time":{"start":1714492678649,"stop":1714492678650,"duration":1}}]},"tags":[]},"source":"d46ca107c3c109d1.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1551fc84e83437a3.json b/6962/data/test-cases/d4ac8d6519445445.json similarity index 54% rename from 6944/data/test-cases/1551fc84e83437a3.json rename to 6962/data/test-cases/d4ac8d6519445445.json index cb4eea19999..5c678d77ea2 100644 --- a/6944/data/test-cases/1551fc84e83437a3.json +++ b/6962/data/test-cases/d4ac8d6519445445.json @@ -1 +1 @@ -{"uid":"1551fc84e83437a3","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":1714425405873,"stop":1714425405874,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"1eaec062ca739d6a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1eaec062ca739d6a","status":"passed","time":{"start":1714415627118,"stop":1714415627118,"duration":0}},{"uid":"c95a24999a18e4b4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c95a24999a18e4b4","status":"passed","time":{"start":1714415727608,"stop":1714415727608,"duration":0}},{"uid":"23fdf80f2db5143a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/23fdf80f2db5143a","status":"passed","time":{"start":1714407946532,"stop":1714407946532,"duration":0}},{"uid":"765b59fbd04ff5f9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/765b59fbd04ff5f9","status":"passed","time":{"start":1714406957179,"stop":1714406957179,"duration":0}},{"uid":"546ff48b44334754","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/546ff48b44334754","status":"passed","time":{"start":1714404754330,"stop":1714404754330,"duration":0}},{"uid":"be62009a04957bb5","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/be62009a04957bb5","status":"passed","time":{"start":1714404439694,"stop":1714404439695,"duration":1}},{"uid":"ef3f0286e4157103","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ef3f0286e4157103","status":"passed","time":{"start":1714404231978,"stop":1714404231979,"duration":1}},{"uid":"986a850ba8d17dc4","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/986a850ba8d17dc4","status":"passed","time":{"start":1714386694965,"stop":1714386694965,"duration":0}},{"uid":"cafe1dd16694bd82","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/cafe1dd16694bd82","status":"passed","time":{"start":1714385783960,"stop":1714385783961,"duration":1}},{"uid":"a25182223dc2c338","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a25182223dc2c338","status":"passed","time":{"start":1714385070853,"stop":1714385070854,"duration":1}},{"uid":"fb0d74b7bfbb4374","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/fb0d74b7bfbb4374","status":"passed","time":{"start":1714384753501,"stop":1714384753501,"duration":0}},{"uid":"dabf1181e0706816","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/dabf1181e0706816","status":"passed","time":{"start":1714383166148,"stop":1714383166149,"duration":1}},{"uid":"9676f74b32a9530c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9676f74b32a9530c","status":"passed","time":{"start":1714383543867,"stop":1714383543867,"duration":0}},{"uid":"17122abf97b66af5","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/17122abf97b66af5","status":"passed","time":{"start":1714382959545,"stop":1714382959546,"duration":1}},{"uid":"8eae03b019189c27","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8eae03b019189c27","status":"passed","time":{"start":1714383336634,"stop":1714383336634,"duration":0}},{"uid":"4ae4c25975bd9a2c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/4ae4c25975bd9a2c","status":"passed","time":{"start":1714383225817,"stop":1714383225818,"duration":1}},{"uid":"77d8cc4803acf295","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/77d8cc4803acf295","status":"passed","time":{"start":1714381721905,"stop":1714381721906,"duration":1}},{"uid":"74f7012d6674895d","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/74f7012d6674895d","status":"passed","time":{"start":1714380523199,"stop":1714380523199,"duration":0}},{"uid":"ae20d7f3b27b1e16","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ae20d7f3b27b1e16","status":"passed","time":{"start":1714380085657,"stop":1714380085657,"duration":0}},{"uid":"6aa4c084eb6992a9","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6aa4c084eb6992a9","status":"passed","time":{"start":1714297343339,"stop":1714297343346,"duration":7}}]},"tags":[]},"source":"1551fc84e83437a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"d4ac8d6519445445","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":1714501094176,"stop":1714501094176,"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":3,"unknown":0,"total":3},"items":[{"uid":"538ae639f5a9dd9b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/538ae639f5a9dd9b","status":"passed","time":{"start":1714494837580,"stop":1714494837581,"duration":1}},{"uid":"18056c4a490f061b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/18056c4a490f061b","status":"passed","time":{"start":1714492927145,"stop":1714492927145,"duration":0}}]},"tags":[]},"source":"d4ac8d6519445445.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c25aa904cee0947d.json b/6962/data/test-cases/d511d3f21f8797f7.json similarity index 74% rename from 6944/data/test-cases/c25aa904cee0947d.json rename to 6962/data/test-cases/d511d3f21f8797f7.json index 32a26f0f65b..a155db7b92a 100644 --- a/6944/data/test-cases/c25aa904cee0947d.json +++ b/6962/data/test-cases/d511d3f21f8797f7.json @@ -1 +1 @@ -{"uid":"c25aa904cee0947d","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":1714425349920,"stop":1714425349920,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"a1c3ec9a9f3651bb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a1c3ec9a9f3651bb","status":"passed","time":{"start":1714415539983,"stop":1714415539984,"duration":1}},{"uid":"23c6e1d63dfa0e6c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23c6e1d63dfa0e6c","status":"passed","time":{"start":1714415671323,"stop":1714415671323,"duration":0}},{"uid":"700ba64a4622e0ab","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/700ba64a4622e0ab","status":"passed","time":{"start":1714407878092,"stop":1714407878092,"duration":0}},{"uid":"2fa146c444465e15","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2fa146c444465e15","status":"passed","time":{"start":1714406907410,"stop":1714406907410,"duration":0}},{"uid":"32791f456ffa899","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/32791f456ffa899","status":"passed","time":{"start":1714404685463,"stop":1714404685463,"duration":0}},{"uid":"fdad9cbd6fc2f261","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/fdad9cbd6fc2f261","status":"passed","time":{"start":1714404398011,"stop":1714404398011,"duration":0}},{"uid":"e2161ff7f9930a3d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e2161ff7f9930a3d","status":"passed","time":{"start":1714404193481,"stop":1714404193481,"duration":0}},{"uid":"1ab83cd474a34c2a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/1ab83cd474a34c2a","status":"passed","time":{"start":1714386646805,"stop":1714386646806,"duration":1}},{"uid":"bd9dce626f3c7208","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/bd9dce626f3c7208","status":"passed","time":{"start":1714385711047,"stop":1714385711048,"duration":1}},{"uid":"6c03e8b5ede96b02","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6c03e8b5ede96b02","status":"passed","time":{"start":1714385006989,"stop":1714385006989,"duration":0}},{"uid":"2ca8cfa28196e4a2","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2ca8cfa28196e4a2","status":"passed","time":{"start":1714384687424,"stop":1714384687424,"duration":0}},{"uid":"1da3f01425f0cb0e","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1da3f01425f0cb0e","status":"passed","time":{"start":1714383085800,"stop":1714383085800,"duration":0}},{"uid":"8a4c6299d58bfafe","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/8a4c6299d58bfafe","status":"passed","time":{"start":1714383482559,"stop":1714383482559,"duration":0}},{"uid":"8cbf9f600d8f460c","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8cbf9f600d8f460c","status":"passed","time":{"start":1714382879532,"stop":1714382879533,"duration":1}},{"uid":"517b39d6f59cb1f2","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/517b39d6f59cb1f2","status":"passed","time":{"start":1714383290178,"stop":1714383290178,"duration":0}},{"uid":"a09b3c7ab0a1c251","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a09b3c7ab0a1c251","status":"passed","time":{"start":1714383178726,"stop":1714383178727,"duration":1}},{"uid":"26ad32743a4bbc9b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/26ad32743a4bbc9b","status":"passed","time":{"start":1714381680881,"stop":1714381680881,"duration":0}},{"uid":"438d3a2a223ac891","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/438d3a2a223ac891","status":"passed","time":{"start":1714380462806,"stop":1714380462808,"duration":2}},{"uid":"b0d83cf2e78e2b14","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b0d83cf2e78e2b14","status":"passed","time":{"start":1714380037756,"stop":1714380037757,"duration":1}},{"uid":"5be954ca37015396","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5be954ca37015396","status":"passed","time":{"start":1714297267390,"stop":1714297267390,"duration":0}}]},"tags":[]},"source":"c25aa904cee0947d.json","parameterValues":[]} \ No newline at end of file +{"uid":"d511d3f21f8797f7","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":1714501039486,"stop":1714501039486,"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":3,"unknown":0,"total":3},"items":[{"uid":"711c48b9e8a28fa9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/711c48b9e8a28fa9","status":"passed","time":{"start":1714494791258,"stop":1714494791259,"duration":1}},{"uid":"ad449a9ec74315ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ad449a9ec74315ab","status":"passed","time":{"start":1714492870712,"stop":1714492870712,"duration":0}}]},"tags":[]},"source":"d511d3f21f8797f7.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d58764ddef8aa07c.json b/6962/data/test-cases/d58764ddef8aa07c.json new file mode 100644 index 00000000000..1af656cf7f8 --- /dev/null +++ b/6962/data/test-cases/d58764ddef8aa07c.json @@ -0,0 +1 @@ +{"uid":"d58764ddef8aa07c","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":1714500744119,"stop":1714500744122,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=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":3,"unknown":0,"total":3},"items":[{"uid":"f4e11600c94dab36","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4e11600c94dab36","status":"passed","time":{"start":1714494482329,"stop":1714494482331,"duration":2}},{"uid":"7d5ce4438ccb823","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d5ce4438ccb823","status":"passed","time":{"start":1714492591349,"stop":1714492591350,"duration":1}}]},"tags":[]},"source":"d58764ddef8aa07c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d5aa0ea46b861242.json b/6962/data/test-cases/d5aa0ea46b861242.json new file mode 100644 index 00000000000..cdc8a1cbaf9 --- /dev/null +++ b/6962/data/test-cases/d5aa0ea46b861242.json @@ -0,0 +1 @@ +{"uid":"d5aa0ea46b861242","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:connect > should emit `peer:connected:peer-exchange` event when a peer is connected","historyId":"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500578607,"stop":1714500578608,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:connect"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f0c4eb0278d355bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f0c4eb0278d355bf","status":"passed","time":{"start":1714494328714,"stop":1714494328715,"duration":1}},{"uid":"87835b167c15550c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/87835b167c15550c","status":"passed","time":{"start":1714492428467,"stop":1714492428468,"duration":1}}]},"tags":[]},"source":"d5aa0ea46b861242.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d5f602647be3b95d.json b/6962/data/test-cases/d5f602647be3b95d.json new file mode 100644 index 00000000000..2e88f55a9bf --- /dev/null +++ b/6962/data/test-cases/d5f602647be3b95d.json @@ -0,0 +1 @@ +{"uid":"d5f602647be3b95d","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":1714500744142,"stop":1714500744142,"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":3,"unknown":0,"total":3},"items":[{"uid":"8fdf2b20ce4a4ca1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8fdf2b20ce4a4ca1","status":"passed","time":{"start":1714494482348,"stop":1714494482348,"duration":0}},{"uid":"190b5c81fe081c7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/190b5c81fe081c7c","status":"passed","time":{"start":1714492591361,"stop":1714492591362,"duration":1}}]},"tags":[]},"source":"d5f602647be3b95d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d6377ea554ccf0bd.json b/6962/data/test-cases/d6377ea554ccf0bd.json new file mode 100644 index 00000000000..6793bbf3709 --- /dev/null +++ b/6962/data/test-cases/d6377ea554ccf0bd.json @@ -0,0 +1 @@ +{"uid":"d6377ea554ccf0bd","name":"LightPush","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > LightPush","historyId":"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501191919,"stop":1714501191919,"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":3,"unknown":0,"total":3},"items":[{"uid":"4bccbc323463f3b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4bccbc323463f3b7","status":"passed","time":{"start":1714494926190,"stop":1714494926190,"duration":0}},{"uid":"746ab31bf7407848","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/746ab31bf7407848","status":"passed","time":{"start":1714493011867,"stop":1714493011867,"duration":0}}]},"tags":[]},"source":"d6377ea554ccf0bd.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d6cbab90bdfecc87.json b/6962/data/test-cases/d6cbab90bdfecc87.json new file mode 100644 index 00000000000..418e90ab47b --- /dev/null +++ b/6962/data/test-cases/d6cbab90bdfecc87.json @@ -0,0 +1 @@ +{"uid":"d6cbab90bdfecc87","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Txt codec > should throw error - no id","historyId":"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500534098,"stop":1714500534098,"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":3,"unknown":0,"total":3},"items":[{"uid":"e5a19dd08f94c627","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5a19dd08f94c627","status":"passed","time":{"start":1714494285520,"stop":1714494285524,"duration":4}},{"uid":"393b375226cc68a6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/393b375226cc68a6","status":"passed","time":{"start":1714492389333,"stop":1714492389334,"duration":1}}]},"tags":[]},"source":"d6cbab90bdfecc87.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d7890eeace11e1c4.json b/6962/data/test-cases/d7890eeace11e1c4.json new file mode 100644 index 00000000000..de536ee9950 --- /dev/null +++ b/6962/data/test-cases/d7890eeace11e1c4.json @@ -0,0 +1 @@ +{"uid":"d7890eeace11e1c4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/-/1","historyId":"b04597be08d04dae835db318996e2378:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525348,"stop":1714500525348,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"842918037fbaf3f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/842918037fbaf3f6","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"a08173b5894824fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a08173b5894824fd","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"tags":[]},"source":"d7890eeace11e1c4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d7b35e926981de6.json b/6962/data/test-cases/d7b35e926981de6.json new file mode 100644 index 00000000000..748f3d3a65a --- /dev/null +++ b/6962/data/test-cases/d7b35e926981de6.json @@ -0,0 +1 @@ +{"uid":"d7b35e926981de6","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":1714500538523,"stop":1714500538525,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib"},{"name":"parentSuite","value":"to proto message"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa11b7f1a69362c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa11b7f1a69362c7","status":"passed","time":{"start":1714494289730,"stop":1714494289731,"duration":1}},{"uid":"89f8f53e4356cd0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89f8f53e4356cd0b","status":"passed","time":{"start":1714492393509,"stop":1714492393510,"duration":1}}]},"tags":[]},"source":"d7b35e926981de6.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/653ca94f2d9a1bd7.json b/6962/data/test-cases/d8185e8778ef155f.json similarity index 83% rename from 6944/data/test-cases/653ca94f2d9a1bd7.json rename to 6962/data/test-cases/d8185e8778ef155f.json index c7ebdcea270..43231c3cbcd 100644 --- a/6944/data/test-cases/653ca94f2d9a1bd7.json +++ b/6962/data/test-cases/d8185e8778ef155f.json @@ -1 +1 @@ -{"uid":"653ca94f2d9a1bd7","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":1714425301043,"stop":1714425301043,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"4fc20803701e9b5f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4fc20803701e9b5f","status":"passed","time":{"start":1714415473241,"stop":1714415473242,"duration":1}},{"uid":"761d3e068b713ca","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/761d3e068b713ca","status":"passed","time":{"start":1714415615336,"stop":1714415615338,"duration":2}},{"uid":"9fb60de017863f8a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9fb60de017863f8a","status":"passed","time":{"start":1714407816852,"stop":1714407816852,"duration":0}},{"uid":"5d51f0aac8b6b94e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5d51f0aac8b6b94e","status":"passed","time":{"start":1714406861553,"stop":1714406861553,"duration":0}},{"uid":"bc7d0a071192af59","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bc7d0a071192af59","status":"passed","time":{"start":1714404628265,"stop":1714404628265,"duration":0}},{"uid":"fe5d387c111f7d8e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/fe5d387c111f7d8e","status":"passed","time":{"start":1714404348882,"stop":1714404348882,"duration":0}},{"uid":"da8673523c751e6d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/da8673523c751e6d","status":"passed","time":{"start":1714404137189,"stop":1714404137189,"duration":0}},{"uid":"b97401997312495d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b97401997312495d","status":"passed","time":{"start":1714386585834,"stop":1714386585834,"duration":0}},{"uid":"a07d1076c2c2365a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a07d1076c2c2365a","status":"passed","time":{"start":1714385651928,"stop":1714385651928,"duration":0}},{"uid":"714e4a105a4e841","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/714e4a105a4e841","status":"passed","time":{"start":1714384939205,"stop":1714384939212,"duration":7}},{"uid":"282a27ebb950e089","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/282a27ebb950e089","status":"passed","time":{"start":1714384633411,"stop":1714384633411,"duration":0}},{"uid":"66f3615635cc7958","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/66f3615635cc7958","status":"passed","time":{"start":1714383068389,"stop":1714383068389,"duration":0}},{"uid":"ca9bf8f5354cca43","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ca9bf8f5354cca43","status":"passed","time":{"start":1714383427836,"stop":1714383427836,"duration":0}},{"uid":"89c6bec545186f7a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/89c6bec545186f7a","status":"passed","time":{"start":1714382856537,"stop":1714382856537,"duration":0}},{"uid":"a43011b80270c148","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a43011b80270c148","status":"passed","time":{"start":1714383232229,"stop":1714383232232,"duration":3}},{"uid":"789a7408b9c0f4c9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/789a7408b9c0f4c9","status":"passed","time":{"start":1714383125874,"stop":1714383125875,"duration":1}},{"uid":"d962fca295ce412","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d962fca295ce412","status":"passed","time":{"start":1714381639300,"stop":1714381639301,"duration":1}},{"uid":"6d729fc5b3b6328a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6d729fc5b3b6328a","status":"passed","time":{"start":1714380392345,"stop":1714380392348,"duration":3}},{"uid":"6a61d08c74075bc","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6a61d08c74075bc","status":"passed","time":{"start":1714379984440,"stop":1714379984440,"duration":0}},{"uid":"dd4f0b18ab3cba08","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/dd4f0b18ab3cba08","status":"passed","time":{"start":1714297212191,"stop":1714297212192,"duration":1}}]},"tags":[]},"source":"653ca94f2d9a1bd7.json","parameterValues":[]} \ No newline at end of file +{"uid":"d8185e8778ef155f","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":1714500976528,"stop":1714500976528,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"b7b1df38c6bfc91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b7b1df38c6bfc91","status":"passed","time":{"start":1714494735257,"stop":1714494735257,"duration":0}},{"uid":"c0b9928061a44c15","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c0b9928061a44c15","status":"passed","time":{"start":1714492814924,"stop":1714492814934,"duration":10}}]},"tags":[]},"source":"d8185e8778ef155f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/74f5d73c57d51273.json b/6962/data/test-cases/d83144d45085a529.json similarity index 77% rename from 6944/data/test-cases/74f5d73c57d51273.json rename to 6962/data/test-cases/d83144d45085a529.json index 443c75b6fe8..c0d414b8dcf 100644 --- a/6944/data/test-cases/74f5d73c57d51273.json +++ b/6962/data/test-cases/d83144d45085a529.json @@ -1 +1 @@ -{"uid":"74f5d73c57d51273","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":1714425369951,"stop":1714425369952,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"1fb63d9ac9a5caea","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1fb63d9ac9a5caea","status":"passed","time":{"start":1714415516371,"stop":1714415516372,"duration":1}},{"uid":"c08a41bcdd60feff","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c08a41bcdd60feff","status":"passed","time":{"start":1714415679026,"stop":1714415679026,"duration":0}},{"uid":"d89c5c4b454d51da","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d89c5c4b454d51da","status":"passed","time":{"start":1714407884320,"stop":1714407884320,"duration":0}},{"uid":"19d824b6e837e23d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/19d824b6e837e23d","status":"passed","time":{"start":1714406914281,"stop":1714406914281,"duration":0}},{"uid":"2b31a3e2c65f45fb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2b31a3e2c65f45fb","status":"passed","time":{"start":1714404690105,"stop":1714404690106,"duration":1}},{"uid":"b579c3a60f4472e4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b579c3a60f4472e4","status":"passed","time":{"start":1714404379774,"stop":1714404379774,"duration":0}},{"uid":"4f6d31c67a0ecb20","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4f6d31c67a0ecb20","status":"passed","time":{"start":1714404194540,"stop":1714404194540,"duration":0}},{"uid":"d2d9acd7d07b6fe6","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d2d9acd7d07b6fe6","status":"passed","time":{"start":1714386653724,"stop":1714386653724,"duration":0}},{"uid":"d0b4a7bc5bdcbc7b","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d0b4a7bc5bdcbc7b","status":"passed","time":{"start":1714385733948,"stop":1714385733948,"duration":0}},{"uid":"b0e6d5baf5cdd156","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b0e6d5baf5cdd156","status":"passed","time":{"start":1714385024699,"stop":1714385024700,"duration":1}},{"uid":"e84f9039ae7070b9","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e84f9039ae7070b9","status":"passed","time":{"start":1714384714546,"stop":1714384714547,"duration":1}},{"uid":"a0fdaec49759bd35","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a0fdaec49759bd35","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067727,"stop":1714384067727,"duration":0}},{"uid":"34f320cb84c0efa7","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/34f320cb84c0efa7","status":"passed","time":{"start":1714383490731,"stop":1714383490732,"duration":1}},{"uid":"8afb9d0e301a2f33","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8afb9d0e301a2f33","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840425,"stop":1714383840425,"duration":0}},{"uid":"3b6c1581759c29bd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/3b6c1581759c29bd","status":"passed","time":{"start":1714383300547,"stop":1714383300547,"duration":0}},{"uid":"7790e8010ec68891","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7790e8010ec68891","status":"passed","time":{"start":1714383176769,"stop":1714383176769,"duration":0}},{"uid":"ef806eda2c6c572c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ef806eda2c6c572c","status":"passed","time":{"start":1714381688734,"stop":1714381688734,"duration":0}},{"uid":"a9c1164fe3de4c90","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/a9c1164fe3de4c90","status":"passed","time":{"start":1714380481142,"stop":1714380481143,"duration":1}},{"uid":"d16e2abb2e1bb219","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d16e2abb2e1bb219","status":"passed","time":{"start":1714380049523,"stop":1714380049524,"duration":1}},{"uid":"d87cae6e633baadc","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d87cae6e633baadc","status":"passed","time":{"start":1714297302882,"stop":1714297302883,"duration":1}}]},"tags":[]},"source":"74f5d73c57d51273.json","parameterValues":[]} \ No newline at end of file +{"uid":"d83144d45085a529","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":1714501050439,"stop":1714501050439,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75214fec317b347","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/75214fec317b347","status":"passed","time":{"start":1714494785904,"stop":1714494785904,"duration":0}},{"uid":"7d96665d27d83a01","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d96665d27d83a01","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"tags":[]},"source":"d83144d45085a529.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/e5acd5d7e6f40c51.json b/6962/data/test-cases/d85a1061da9a7caa.json similarity index 80% rename from 6944/data/test-cases/e5acd5d7e6f40c51.json rename to 6962/data/test-cases/d85a1061da9a7caa.json index fbf8adc1dd9..58844d29da7 100644 --- a/6944/data/test-cases/e5acd5d7e6f40c51.json +++ b/6962/data/test-cases/d85a1061da9a7caa.json @@ -1 +1 @@ -{"uid":"e5acd5d7e6f40c51","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":1714425534887,"stop":1714425534887,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"68993a4bd585ed0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/68993a4bd585ed0","status":"passed","time":{"start":1714415702287,"stop":1714415702287,"duration":0}},{"uid":"59f0cebd5e29445c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/59f0cebd5e29445c","status":"passed","time":{"start":1714415850495,"stop":1714415850495,"duration":0}},{"uid":"6954d0e0658a456d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6954d0e0658a456d","status":"passed","time":{"start":1714408049943,"stop":1714408049944,"duration":1}},{"uid":"ee741c5d054c343d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ee741c5d054c343d","status":"passed","time":{"start":1714407080668,"stop":1714407080668,"duration":0}},{"uid":"4323db378abd8e9e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4323db378abd8e9e","status":"passed","time":{"start":1714404860583,"stop":1714404860584,"duration":1}},{"uid":"7aa0830b185f5a9b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7aa0830b185f5a9b","status":"passed","time":{"start":1714404585196,"stop":1714404585197,"duration":1}},{"uid":"4a4e2b6e5882d278","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4a4e2b6e5882d278","status":"passed","time":{"start":1714404366305,"stop":1714404366305,"duration":0}},{"uid":"98cefb945ea37019","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/98cefb945ea37019","status":"passed","time":{"start":1714386825524,"stop":1714386825524,"duration":0}},{"uid":"e0efd9765a237cfd","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e0efd9765a237cfd","status":"passed","time":{"start":1714385893735,"stop":1714385893735,"duration":0}},{"uid":"fa236bc4804ab856","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/fa236bc4804ab856","status":"passed","time":{"start":1714385188010,"stop":1714385188010,"duration":0}},{"uid":"7a8e66e6ab98ddca","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7a8e66e6ab98ddca","status":"passed","time":{"start":1714384869908,"stop":1714384869908,"duration":0}},{"uid":"de7d57b20f371621","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/de7d57b20f371621","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237124,"stop":1714384237125,"duration":1}},{"uid":"cbf22973d049d259","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/cbf22973d049d259","status":"passed","time":{"start":1714383661920,"stop":1714383661920,"duration":0}},{"uid":"1f48af9b66960704","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1f48af9b66960704","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018799,"stop":1714384018799,"duration":0}},{"uid":"8f9b4203bc5f97a0","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8f9b4203bc5f97a0","status":"passed","time":{"start":1714383474179,"stop":1714383474179,"duration":0}},{"uid":"3a762228469d9818","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3a762228469d9818","status":"passed","time":{"start":1714383351248,"stop":1714383351248,"duration":0}},{"uid":"415dd427d82ef1e1","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/415dd427d82ef1e1","status":"passed","time":{"start":1714381860514,"stop":1714381860514,"duration":0}},{"uid":"8f262610f478656c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/8f262610f478656c","status":"passed","time":{"start":1714380649657,"stop":1714380649658,"duration":1}},{"uid":"40b54b7b616ce893","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/40b54b7b616ce893","status":"passed","time":{"start":1714380216158,"stop":1714380216159,"duration":1}},{"uid":"6f91335c77b82a8e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6f91335c77b82a8e","status":"passed","time":{"start":1714297452326,"stop":1714297452326,"duration":0}}]},"tags":[]},"source":"e5acd5d7e6f40c51.json","parameterValues":[]} \ No newline at end of file +{"uid":"d85a1061da9a7caa","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":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"14380e339d664162","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14380e339d664162","status":"passed","time":{"start":1714494954439,"stop":1714494954440,"duration":1}},{"uid":"70c2281c5ce9f637","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70c2281c5ce9f637","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"tags":[]},"source":"d85a1061da9a7caa.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d86cb0c831ab7008.json b/6962/data/test-cases/d86cb0c831ab7008.json new file mode 100644 index 00000000000..7233f4c0639 --- /dev/null +++ b/6962/data/test-cases/d86cb0c831ab7008.json @@ -0,0 +1 @@ +{"uid":"d86cb0c831ab7008","name":"same cluster, same shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect","historyId":"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500744049,"stop":1714500744050,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f8a3d488d44f369e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f8a3d488d44f369e","status":"passed","time":{"start":1714494482311,"stop":1714494482311,"duration":0}},{"uid":"206a6a7b591da8a4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/206a6a7b591da8a4","status":"passed","time":{"start":1714492591341,"stop":1714492591341,"duration":0}}]},"tags":[]},"source":"d86cb0c831ab7008.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d8d3322cd4e92ce2.json b/6962/data/test-cases/d8d3322cd4e92ce2.json new file mode 100644 index 00000000000..f1a1b9b5eaf --- /dev/null +++ b/6962/data/test-cases/d8d3322cd4e92ce2.json @@ -0,0 +1 @@ +{"uid":"d8d3322cd4e92ce2","name":"3 nodes on /waku/2/rs/7/0 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > 3 nodes on /waku/2/rs/7/0 topic","historyId":"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501013447,"stop":1714501013447,"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":3,"unknown":0,"total":3},"items":[{"uid":"e287aea21c108c8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e287aea21c108c8a","status":"passed","time":{"start":1714494760924,"stop":1714494760924,"duration":0}},{"uid":"496c600c6792fcc0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/496c600c6792fcc0","status":"passed","time":{"start":1714492834198,"stop":1714492834199,"duration":1}}]},"tags":[]},"source":"d8d3322cd4e92ce2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/bf639162f98179d7.json b/6962/data/test-cases/d8e6f6daeb014a1f.json similarity index 61% rename from 6944/data/test-cases/bf639162f98179d7.json rename to 6962/data/test-cases/d8e6f6daeb014a1f.json index bfa3974499a..762f976f5fe 100644 --- a/6944/data/test-cases/bf639162f98179d7.json +++ b/6962/data/test-cases/d8e6f6daeb014a1f.json @@ -1 +1 @@ -{"uid":"bf639162f98179d7","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":1714425451130,"stop":1714425451131,"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":74,"unknown":0,"total":74},"items":[{"uid":"752f98009f4945e0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/752f98009f4945e0","status":"passed","time":{"start":1714415638837,"stop":1714415638837,"duration":0}},{"uid":"e6e90cc3569422bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e6e90cc3569422bf","status":"passed","time":{"start":1714415763433,"stop":1714415763433,"duration":0}},{"uid":"d51fe01c2dba5457","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d51fe01c2dba5457","status":"passed","time":{"start":1714407962979,"stop":1714407962979,"duration":0}},{"uid":"a4c15b6b7efd893a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a4c15b6b7efd893a","status":"passed","time":{"start":1714407006171,"stop":1714407006172,"duration":1}},{"uid":"76f9b26b47088192","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/76f9b26b47088192","status":"passed","time":{"start":1714404780876,"stop":1714404780876,"duration":0}},{"uid":"e4e6b9f98a51225b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e4e6b9f98a51225b","status":"passed","time":{"start":1714404472801,"stop":1714404472802,"duration":1}},{"uid":"672b8c58b2c0c66a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/672b8c58b2c0c66a","status":"passed","time":{"start":1714404283117,"stop":1714404283117,"duration":0}},{"uid":"25e67d91bfe1963d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/25e67d91bfe1963d","status":"passed","time":{"start":1714386745011,"stop":1714386745018,"duration":7}},{"uid":"f2a1c800bd3da8b6","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f2a1c800bd3da8b6","status":"passed","time":{"start":1714385808132,"stop":1714385808133,"duration":1}},{"uid":"638ebfc4878aee6f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/638ebfc4878aee6f","status":"passed","time":{"start":1714385100043,"stop":1714385100044,"duration":1}},{"uid":"f8fcab848a762186","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f8fcab848a762186","status":"passed","time":{"start":1714384794968,"stop":1714384794969,"duration":1}},{"uid":"64fabde15ec487b3","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/64fabde15ec487b3","status":"passed","time":{"start":1714383216068,"stop":1714383216068,"duration":0}},{"uid":"93d5bb8f17c16d67","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/93d5bb8f17c16d67","status":"passed","time":{"start":1714383588960,"stop":1714383588960,"duration":0}},{"uid":"94021ba2a9e29aba","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/94021ba2a9e29aba","status":"passed","time":{"start":1714383011679,"stop":1714383011680,"duration":1}},{"uid":"4a0f6f851b250cde","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4a0f6f851b250cde","status":"passed","time":{"start":1714383386202,"stop":1714383386203,"duration":1}},{"uid":"fd2ebd2ebef511a3","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fd2ebd2ebef511a3","status":"passed","time":{"start":1714383270263,"stop":1714383270264,"duration":1}},{"uid":"7f54788b069c6018","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7f54788b069c6018","status":"passed","time":{"start":1714381774534,"stop":1714381774534,"duration":0}},{"uid":"3bbfa54c692f9c55","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3bbfa54c692f9c55","status":"passed","time":{"start":1714380552717,"stop":1714380552717,"duration":0}},{"uid":"9dc3dbb38aebc4e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9dc3dbb38aebc4e","status":"passed","time":{"start":1714380140926,"stop":1714380140927,"duration":1}},{"uid":"89b3659786df7e48","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/89b3659786df7e48","status":"passed","time":{"start":1714297363003,"stop":1714297363003,"duration":0}}]},"tags":[]},"source":"bf639162f98179d7.json","parameterValues":[]} \ No newline at end of file +{"uid":"d8e6f6daeb014a1f","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":1714501140344,"stop":1714501140345,"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":3,"unknown":0,"total":3},"items":[{"uid":"2f805585b3241ca5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2f805585b3241ca5","status":"passed","time":{"start":1714494884061,"stop":1714494884062,"duration":1}},{"uid":"4665e4c02b2acde2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4665e4c02b2acde2","status":"passed","time":{"start":1714492954774,"stop":1714492954774,"duration":0}}]},"tags":[]},"source":"d8e6f6daeb014a1f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d919221d22ea0792.json b/6962/data/test-cases/d919221d22ea0792.json new file mode 100644 index 00000000000..3a64c096a57 --- /dev/null +++ b/6962/data/test-cases/d919221d22ea0792.json @@ -0,0 +1 @@ +{"uid":"d919221d22ea0792","name":"connects to nwaku","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > connects to nwaku","historyId":"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501181621,"stop":1714501181621,"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":3,"unknown":0,"total":3},"items":[{"uid":"1488ce0b05aa74ea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1488ce0b05aa74ea","status":"passed","time":{"start":1714494921189,"stop":1714494921190,"duration":1}},{"uid":"67b2870560d78f17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/67b2870560d78f17","status":"passed","time":{"start":1714493000279,"stop":1714493000279,"duration":0}}]},"tags":[]},"source":"d919221d22ea0792.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d93d412fb5ef49c0.json b/6962/data/test-cases/d93d412fb5ef49c0.json new file mode 100644 index 00000000000..c41d70012a7 --- /dev/null +++ b/6962/data/test-cases/d93d412fb5ef49c0.json @@ -0,0 +1 @@ +{"uid":"d93d412fb5ef49c0","name":"should throw error - invalid id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - invalid id","historyId":"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500534103,"stop":1714500534104,"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":3,"unknown":0,"total":3},"items":[{"uid":"fdd99962b234ca0d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fdd99962b234ca0d","status":"passed","time":{"start":1714494285525,"stop":1714494285525,"duration":0}},{"uid":"a14bb095c735a860","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a14bb095c735a860","status":"passed","time":{"start":1714492389339,"stop":1714492389340,"duration":1}}]},"tags":[]},"source":"d93d412fb5ef49c0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/d97f6a558d64147e.json b/6962/data/test-cases/d97f6a558d64147e.json new file mode 100644 index 00000000000..85ca215fa26 --- /dev/null +++ b/6962/data/test-cases/d97f6a558d64147e.json @@ -0,0 +1 @@ +{"uid":"d97f6a558d64147e","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":1714501150904,"stop":1714501150905,"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":3,"unknown":0,"total":3},"items":[{"uid":"41377611e067317d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/41377611e067317d","status":"passed","time":{"start":1714494883920,"stop":1714494883920,"duration":0}},{"uid":"cef7923e2bf35af1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cef7923e2bf35af1","status":"passed","time":{"start":1714492982049,"stop":1714492982049,"duration":0}}]},"tags":[]},"source":"d97f6a558d64147e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/94d46be761253cb9.json b/6962/data/test-cases/da99ae35517a7a5f.json similarity index 84% rename from 6944/data/test-cases/94d46be761253cb9.json rename to 6962/data/test-cases/da99ae35517a7a5f.json index 6a72e07640c..ce0716bba0c 100644 --- a/6944/data/test-cases/94d46be761253cb9.json +++ b/6962/data/test-cases/da99ae35517a7a5f.json @@ -1 +1 @@ -{"uid":"94d46be761253cb9","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":1714425435621,"stop":1714425435621,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"3470bdf1f6718dd7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3470bdf1f6718dd7","status":"passed","time":{"start":1714415590170,"stop":1714415590171,"duration":1}},{"uid":"e08c1660770883d1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e08c1660770883d1","status":"passed","time":{"start":1714415739332,"stop":1714415739332,"duration":0}},{"uid":"2b45c32b7ad808a6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2b45c32b7ad808a6","status":"passed","time":{"start":1714407950135,"stop":1714407950136,"duration":1}},{"uid":"72c4a811dd31d47d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/72c4a811dd31d47d","status":"passed","time":{"start":1714406978476,"stop":1714406978476,"duration":0}},{"uid":"4f04d98649971928","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4f04d98649971928","status":"passed","time":{"start":1714404752161,"stop":1714404752161,"duration":0}},{"uid":"d6e0796b11872b7f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d6e0796b11872b7f","status":"passed","time":{"start":1714404488156,"stop":1714404488157,"duration":1}},{"uid":"19dbf190ddc1bb93","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/19dbf190ddc1bb93","status":"passed","time":{"start":1714404264846,"stop":1714404264846,"duration":0}},{"uid":"403715508c2cdd77","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/403715508c2cdd77","status":"passed","time":{"start":1714386718943,"stop":1714386718943,"duration":0}},{"uid":"a0f9027c8e0c7627","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a0f9027c8e0c7627","status":"passed","time":{"start":1714385802610,"stop":1714385802610,"duration":0}},{"uid":"633a38bd3e531080","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/633a38bd3e531080","status":"passed","time":{"start":1714385084328,"stop":1714385084329,"duration":1}},{"uid":"2af1c550d9df1454","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2af1c550d9df1454","status":"passed","time":{"start":1714384783933,"stop":1714384783933,"duration":0}},{"uid":"5e2580b1b2888b6","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5e2580b1b2888b6","status":"passed","time":{"start":1714382927694,"stop":1714382927695,"duration":1}},{"uid":"e3c22b57fb79d7f6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e3c22b57fb79d7f6","status":"passed","time":{"start":1714383573255,"stop":1714383573255,"duration":0}},{"uid":"a51780f0da02058d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a51780f0da02058d","status":"passed","time":{"start":1714382735208,"stop":1714382735208,"duration":0}},{"uid":"fb4ee1c323b5dc07","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/fb4ee1c323b5dc07","status":"passed","time":{"start":1714383376682,"stop":1714383376682,"duration":0}},{"uid":"a308e3efb5f14537","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a308e3efb5f14537","status":"passed","time":{"start":1714383261453,"stop":1714383261454,"duration":1}},{"uid":"7946d7ce6c874249","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7946d7ce6c874249","status":"passed","time":{"start":1714381767575,"stop":1714381767575,"duration":0}},{"uid":"5cc6a14f2d8cf258","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/5cc6a14f2d8cf258","status":"passed","time":{"start":1714380548893,"stop":1714380548894,"duration":1}},{"uid":"345659cf8092afb7","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/345659cf8092afb7","status":"passed","time":{"start":1714380124165,"stop":1714380124165,"duration":0}},{"uid":"8c68671e116defc9","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8c68671e116defc9","status":"passed","time":{"start":1714297355217,"stop":1714297355218,"duration":1}}]},"tags":[]},"source":"94d46be761253cb9.json","parameterValues":[]} \ No newline at end of file +{"uid":"da99ae35517a7a5f","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":1714501123810,"stop":1714501123810,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"a12d43e26837fcc8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a12d43e26837fcc8","status":"passed","time":{"start":1714494838849,"stop":1714494838850,"duration":1}},{"uid":"9f9b3663213a1fe3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9f9b3663213a1fe3","status":"passed","time":{"start":1714492985767,"stop":1714492985767,"duration":0}}]},"tags":[]},"source":"da99ae35517a7a5f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/dac3684d1b78a369.json b/6962/data/test-cases/dac3684d1b78a369.json new file mode 100644 index 00000000000..dfc11021f48 --- /dev/null +++ b/6962/data/test-cases/dac3684d1b78a369.json @@ -0,0 +1 @@ +{"uid":"dac3684d1b78a369","name":"more peers than existing","fullName":"/tests/peer-exchange/query.spec.ts: Peer Exchange Query > more peers than existing","historyId":"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500976724,"stop":1714500976724,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.peer-exchange"},{"name":"parentSuite","value":"Peer Exchange Query"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"de3ebab03d25447","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/de3ebab03d25447","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735609,"duration":0}},{"uid":"5e9e8e3539c21002","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5e9e8e3539c21002","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814802,"stop":1714492814802,"duration":0}}]},"tags":[]},"source":"dac3684d1b78a369.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/16efbe8816b9d682.json b/6962/data/test-cases/dacdc448c0d3ebf2.json similarity index 53% rename from 6944/data/test-cases/16efbe8816b9d682.json rename to 6962/data/test-cases/dacdc448c0d3ebf2.json index b5543728515..f274381f8e3 100644 --- a/6944/data/test-cases/16efbe8816b9d682.json +++ b/6962/data/test-cases/dacdc448c0d3ebf2.json @@ -1 +1 @@ -{"uid":"16efbe8816b9d682","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":1714425467287,"stop":1714425467287,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"3f4d8b3318ead7e3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3f4d8b3318ead7e3","status":"passed","time":{"start":1714415652336,"stop":1714415652337,"duration":1}},{"uid":"c83e534ce6cf964","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c83e534ce6cf964","status":"passed","time":{"start":1714415786950,"stop":1714415786952,"duration":2}},{"uid":"2f1010450605fe3a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2f1010450605fe3a","status":"passed","time":{"start":1714407994018,"stop":1714407994019,"duration":1}},{"uid":"e6b21481a3f6e028","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e6b21481a3f6e028","status":"passed","time":{"start":1714407017330,"stop":1714407017330,"duration":0}},{"uid":"392ceee475661c8a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/392ceee475661c8a","status":"passed","time":{"start":1714404801239,"stop":1714404801239,"duration":0}},{"uid":"1abdf749628d6c97","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1abdf749628d6c97","status":"passed","time":{"start":1714404505827,"stop":1714404505827,"duration":0}},{"uid":"506b32d9301b33cc","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/506b32d9301b33cc","status":"passed","time":{"start":1714404295594,"stop":1714404295595,"duration":1}},{"uid":"5b9df5efff22a71","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5b9df5efff22a71","status":"passed","time":{"start":1714386757393,"stop":1714386757394,"duration":1}},{"uid":"248772b7334a32a9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/248772b7334a32a9","status":"passed","time":{"start":1714385842026,"stop":1714385842026,"duration":0}},{"uid":"6e66ed54fd766744","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/6e66ed54fd766744","status":"passed","time":{"start":1714385129143,"stop":1714385129147,"duration":4}},{"uid":"de8eb43af6ff4621","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/de8eb43af6ff4621","status":"passed","time":{"start":1714384817437,"stop":1714384817439,"duration":2}},{"uid":"4e65516c2289791","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/4e65516c2289791","status":"passed","time":{"start":1714383233342,"stop":1714383233342,"duration":0}},{"uid":"e35fc742b8df1db","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e35fc742b8df1db","status":"passed","time":{"start":1714383604178,"stop":1714383604179,"duration":1}},{"uid":"be65858f1b048295","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/be65858f1b048295","status":"passed","time":{"start":1714383018127,"stop":1714383018128,"duration":1}},{"uid":"7f6ec1179a0bc463","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7f6ec1179a0bc463","status":"passed","time":{"start":1714383394542,"stop":1714383394542,"duration":0}},{"uid":"a9af62221fcb507d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a9af62221fcb507d","status":"passed","time":{"start":1714383287549,"stop":1714383287552,"duration":3}},{"uid":"8566ac26955b6ac","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8566ac26955b6ac","status":"passed","time":{"start":1714381790762,"stop":1714381790762,"duration":0}},{"uid":"a452d2b9c33819eb","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/a452d2b9c33819eb","status":"passed","time":{"start":1714380581894,"stop":1714380581894,"duration":0}},{"uid":"be3612e95e170d6a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/be3612e95e170d6a","status":"passed","time":{"start":1714380152674,"stop":1714380152675,"duration":1}},{"uid":"7b6e62e07fbffc08","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7b6e62e07fbffc08","status":"passed","time":{"start":1714297399680,"stop":1714297399681,"duration":1}}]},"tags":[]},"source":"16efbe8816b9d682.json","parameterValues":[]} \ No newline at end of file +{"uid":"dacdc448c0d3ebf2","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":1714501153790,"stop":1714501153790,"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":3,"unknown":0,"total":3},"items":[{"uid":"2aeb950f984e2ec6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2aeb950f984e2ec6","status":"passed","time":{"start":1714494896481,"stop":1714494896481,"duration":0}},{"uid":"74723b23e92ef33c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74723b23e92ef33c","status":"passed","time":{"start":1714492987118,"stop":1714492987118,"duration":0}}]},"tags":[]},"source":"dacdc448c0d3ebf2.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/daf01001c37247cb.json b/6962/data/test-cases/daf01001c37247cb.json new file mode 100644 index 00000000000..e3107533f25 --- /dev/null +++ b/6962/data/test-cases/daf01001c37247cb.json @@ -0,0 +1 @@ +{"uid":"daf01001c37247cb","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":1714501036148,"stop":1714501036151,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f46dc0a8929abb1d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f46dc0a8929abb1d","status":"passed","time":{"start":1714494788122,"stop":1714494788122,"duration":0}},{"uid":"c7cbcf942dd7ac3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c7cbcf942dd7ac3c","status":"passed","time":{"start":1714492860423,"stop":1714492860424,"duration":1}}]},"tags":[]},"source":"daf01001c37247cb.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/cb7c620b68a28dd7.json b/6962/data/test-cases/db239623ba29f62a.json similarity index 77% rename from 6944/data/test-cases/cb7c620b68a28dd7.json rename to 6962/data/test-cases/db239623ba29f62a.json index 2b9710ef95d..1378d1fb5fd 100644 --- a/6944/data/test-cases/cb7c620b68a28dd7.json +++ b/6962/data/test-cases/db239623ba29f62a.json @@ -1 +1 @@ -{"uid":"cb7c620b68a28dd7","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":1714425369961,"stop":1714425369961,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"67190874cd4f90e7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/67190874cd4f90e7","status":"passed","time":{"start":1714415516377,"stop":1714415516377,"duration":0}},{"uid":"149ab7449c9c9f2d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/149ab7449c9c9f2d","status":"passed","time":{"start":1714415679030,"stop":1714415679030,"duration":0}},{"uid":"5c687225127b7ac1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5c687225127b7ac1","status":"passed","time":{"start":1714407884326,"stop":1714407884326,"duration":0}},{"uid":"8c951ba60f0dbac","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8c951ba60f0dbac","status":"passed","time":{"start":1714406914316,"stop":1714406914316,"duration":0}},{"uid":"53ef5532ef66a037","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/53ef5532ef66a037","status":"passed","time":{"start":1714404690110,"stop":1714404690110,"duration":0}},{"uid":"b67867311eea2371","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b67867311eea2371","status":"passed","time":{"start":1714404379785,"stop":1714404379785,"duration":0}},{"uid":"773dc8d695f605db","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/773dc8d695f605db","status":"passed","time":{"start":1714404194547,"stop":1714404194548,"duration":1}},{"uid":"74fb6b7c9bd31f33","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/74fb6b7c9bd31f33","status":"passed","time":{"start":1714386653733,"stop":1714386653734,"duration":1}},{"uid":"f76541a60f5a8193","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f76541a60f5a8193","status":"passed","time":{"start":1714385733954,"stop":1714385733955,"duration":1}},{"uid":"11115d4f956692fc","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/11115d4f956692fc","status":"passed","time":{"start":1714385024709,"stop":1714385024709,"duration":0}},{"uid":"a1ddc11b4ac0dd86","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a1ddc11b4ac0dd86","status":"passed","time":{"start":1714384714554,"stop":1714384714555,"duration":1}},{"uid":"8833128e7b992d9d","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/8833128e7b992d9d","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067745,"stop":1714384067745,"duration":0}},{"uid":"20f2f2ae4a87acc7","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/20f2f2ae4a87acc7","status":"passed","time":{"start":1714383490741,"stop":1714383490741,"duration":0}},{"uid":"2119e51235939263","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2119e51235939263","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840439,"stop":1714383840439,"duration":0}},{"uid":"73cb58c96cce15a5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/73cb58c96cce15a5","status":"passed","time":{"start":1714383300557,"stop":1714383300557,"duration":0}},{"uid":"43b96e49fc4fe672","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/43b96e49fc4fe672","status":"passed","time":{"start":1714383176774,"stop":1714383176775,"duration":1}},{"uid":"c4cdf4584f26a6b6","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c4cdf4584f26a6b6","status":"passed","time":{"start":1714381688739,"stop":1714381688739,"duration":0}},{"uid":"b964ca31646a68cd","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/b964ca31646a68cd","status":"passed","time":{"start":1714380481150,"stop":1714380481150,"duration":0}},{"uid":"84efe408d9e52699","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/84efe408d9e52699","status":"passed","time":{"start":1714380049530,"stop":1714380049530,"duration":0}},{"uid":"e4d5d356765acf22","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e4d5d356765acf22","status":"passed","time":{"start":1714297302888,"stop":1714297302888,"duration":0}}]},"tags":[]},"source":"cb7c620b68a28dd7.json","parameterValues":[]} \ No newline at end of file +{"uid":"db239623ba29f62a","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":1714501050444,"stop":1714501050444,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a10dec2f34732f49","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a10dec2f34732f49","status":"passed","time":{"start":1714494785909,"stop":1714494785910,"duration":1}},{"uid":"f6c29e1cdd2e584f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f6c29e1cdd2e584f","status":"passed","time":{"start":1714492898565,"stop":1714492898565,"duration":0}}]},"tags":[]},"source":"db239623ba29f62a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/db39ecfb37e2155e.json b/6962/data/test-cases/db39ecfb37e2155e.json new file mode 100644 index 00000000000..8c4133a75bd --- /dev/null +++ b/6962/data/test-cases/db39ecfb37e2155e.json @@ -0,0 +1 @@ +{"uid":"db39ecfb37e2155e","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":1714500654301,"stop":1714500654302,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"4631889e3326c172","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4631889e3326c172","status":"passed","time":{"start":1714494402848,"stop":1714494402849,"duration":1}},{"uid":"cdbf792ad920eeb2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdbf792ad920eeb2","status":"passed","time":{"start":1714492502973,"stop":1714492502974,"duration":1}}]},"tags":[]},"source":"db39ecfb37e2155e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/db60fb497b24c1f0.json b/6962/data/test-cases/db60fb497b24c1f0.json new file mode 100644 index 00000000000..3272b823534 --- /dev/null +++ b/6962/data/test-cases/db60fb497b24c1f0.json @@ -0,0 +1 @@ +{"uid":"db60fb497b24c1f0","name":"Passing an array","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Passing an array","historyId":"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501181622,"stop":1714501181623,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Bootstrap\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Bootstrap"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ad7875e9d051cffd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ad7875e9d051cffd","status":"passed","time":{"start":1714494921191,"stop":1714494921191,"duration":0}},{"uid":"79f294d18685ab95","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/79f294d18685ab95","status":"passed","time":{"start":1714493000280,"stop":1714493000280,"duration":0}}]},"tags":[]},"source":"db60fb497b24c1f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/dbc578989486cf21.json b/6962/data/test-cases/dbc578989486cf21.json new file mode 100644 index 00000000000..904f9808c5d --- /dev/null +++ b/6962/data/test-cases/dbc578989486cf21.json @@ -0,0 +1 @@ +{"uid":"dbc578989486cf21","name":"should only return 1 node with store capability","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with store capability","historyId":"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"DNS Node Discovery w/ capabilities\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery w/ capabilities"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"85d47f9ebed8b815","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85d47f9ebed8b815","status":"passed","time":{"start":1714494301220,"stop":1714494301220,"duration":0}},{"uid":"449b6c4c6bea34f9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/449b6c4c6bea34f9","status":"passed","time":{"start":1714492405128,"stop":1714492405129,"duration":1}}]},"tags":[]},"source":"dbc578989486cf21.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/dbf8dda52c6aac1d.json b/6962/data/test-cases/dbf8dda52c6aac1d.json new file mode 100644 index 00000000000..d047b1e916f --- /dev/null +++ b/6962/data/test-cases/dbf8dda52c6aac1d.json @@ -0,0 +1 @@ +{"uid":"dbf8dda52c6aac1d","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For bootstrap peers > should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","historyId":"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500587024,"stop":1714500587025,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For bootstrap peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d5448eeda1c8f581","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5448eeda1c8f581","status":"passed","time":{"start":1714494335557,"stop":1714494335558,"duration":1}},{"uid":"b990d7547d015d7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b990d7547d015d7","status":"passed","time":{"start":1714492436196,"stop":1714492436197,"duration":1}}]},"tags":[]},"source":"dbf8dda52c6aac1d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9e7d5ce8ebbc8045.json b/6962/data/test-cases/dc18ef71ae524f7d.json similarity index 76% rename from 6944/data/test-cases/9e7d5ce8ebbc8045.json rename to 6962/data/test-cases/dc18ef71ae524f7d.json index 3a2d7f93b5a..2c110f593a3 100644 --- a/6944/data/test-cases/9e7d5ce8ebbc8045.json +++ b/6962/data/test-cases/dc18ef71ae524f7d.json @@ -1 +1 @@ -{"uid":"9e7d5ce8ebbc8045","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":1714425348180,"stop":1714425348180,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"a8a4120441ecf4ea","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a8a4120441ecf4ea","status":"passed","time":{"start":1714415541644,"stop":1714415541645,"duration":1}},{"uid":"6a5e6b792e287874","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6a5e6b792e287874","status":"passed","time":{"start":1714415666675,"stop":1714415666676,"duration":1}},{"uid":"591a98d7ca9d4a71","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/591a98d7ca9d4a71","status":"passed","time":{"start":1714407867318,"stop":1714407867318,"duration":0}},{"uid":"3f513d9a4190cc30","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3f513d9a4190cc30","status":"passed","time":{"start":1714406901759,"stop":1714406901760,"duration":1}},{"uid":"e50b8ab95377e11a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e50b8ab95377e11a","status":"passed","time":{"start":1714404685931,"stop":1714404685932,"duration":1}},{"uid":"9897b428d77ba770","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9897b428d77ba770","status":"passed","time":{"start":1714404389185,"stop":1714404389185,"duration":0}},{"uid":"8ba26d2667145a34","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8ba26d2667145a34","status":"passed","time":{"start":1714404179637,"stop":1714404179637,"duration":0}},{"uid":"a609b19276e05a82","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a609b19276e05a82","status":"passed","time":{"start":1714386642375,"stop":1714386642375,"duration":0}},{"uid":"790c238f7c3e4ced","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/790c238f7c3e4ced","status":"passed","time":{"start":1714385705595,"stop":1714385705595,"duration":0}},{"uid":"283b52440dd1a670","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/283b52440dd1a670","status":"passed","time":{"start":1714385001594,"stop":1714385001595,"duration":1}},{"uid":"85093659b45020c1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/85093659b45020c1","status":"passed","time":{"start":1714384689786,"stop":1714384689786,"duration":0}},{"uid":"d636fc8b3c2e9468","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d636fc8b3c2e9468","status":"passed","time":{"start":1714383060300,"stop":1714383060300,"duration":0}},{"uid":"8c1e1a7ad18beeb3","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/8c1e1a7ad18beeb3","status":"passed","time":{"start":1714383479967,"stop":1714383479967,"duration":0}},{"uid":"fce313cf4d52151d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/fce313cf4d52151d","status":"passed","time":{"start":1714382864759,"stop":1714382864760,"duration":1}},{"uid":"89e98175d144a0ec","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/89e98175d144a0ec","status":"passed","time":{"start":1714383281576,"stop":1714383281576,"duration":0}},{"uid":"c36e3eb2eae7f631","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c36e3eb2eae7f631","status":"passed","time":{"start":1714383168057,"stop":1714383168057,"duration":0}},{"uid":"a4d4e334f38c6ba4","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/a4d4e334f38c6ba4","status":"passed","time":{"start":1714381685740,"stop":1714381685740,"duration":0}},{"uid":"89ea3e66736e3602","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/89ea3e66736e3602","status":"passed","time":{"start":1714380450800,"stop":1714380450800,"duration":0}},{"uid":"7160044ec3cb762b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7160044ec3cb762b","status":"passed","time":{"start":1714380035066,"stop":1714380035066,"duration":0}},{"uid":"eb3e68429622cba1","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/eb3e68429622cba1","status":"passed","time":{"start":1714297259180,"stop":1714297259180,"duration":0}}]},"tags":[]},"source":"9e7d5ce8ebbc8045.json","parameterValues":[]} \ No newline at end of file +{"uid":"dc18ef71ae524f7d","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":1714501036158,"stop":1714501036163,"duration":5},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c28d660e3382df84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c28d660e3382df84","status":"passed","time":{"start":1714494788143,"stop":1714494788144,"duration":1}},{"uid":"406d9bb656dd3907","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/406d9bb656dd3907","status":"passed","time":{"start":1714492860430,"stop":1714492860431,"duration":1}}]},"tags":[]},"source":"dc18ef71ae524f7d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/dc334726cd0f645d.json b/6962/data/test-cases/dc334726cd0f645d.json new file mode 100644 index 00000000000..49afb356777 --- /dev/null +++ b/6962/data/test-cases/dc334726cd0f645d.json @@ -0,0 +1 @@ +{"uid":"dc334726cd0f645d","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":1714500534108,"stop":1714500534109,"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":3,"unknown":0,"total":3},"items":[{"uid":"1dff38830c659754","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1dff38830c659754","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"d5cbae181fd69b36","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5cbae181fd69b36","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"tags":[]},"source":"dc334726cd0f645d.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9693c95b832f7dbd.json b/6962/data/test-cases/dc3c4f852c806d7c.json similarity index 77% rename from 6944/data/test-cases/9693c95b832f7dbd.json rename to 6962/data/test-cases/dc3c4f852c806d7c.json index b9d003dcf8f..925df62a1cc 100644 --- a/6944/data/test-cases/9693c95b832f7dbd.json +++ b/6962/data/test-cases/dc3c4f852c806d7c.json @@ -1 +1 @@ -{"uid":"9693c95b832f7dbd","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":1714425369967,"stop":1714425369967,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"4769ad1c34664201","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4769ad1c34664201","status":"passed","time":{"start":1714415516381,"stop":1714415516381,"duration":0}},{"uid":"39c959d66bb3759d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/39c959d66bb3759d","status":"passed","time":{"start":1714415679033,"stop":1714415679033,"duration":0}},{"uid":"7e5dfd86b6a1b368","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7e5dfd86b6a1b368","status":"passed","time":{"start":1714407884330,"stop":1714407884331,"duration":1}},{"uid":"1d6e8c7a7268671a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1d6e8c7a7268671a","status":"passed","time":{"start":1714406914328,"stop":1714406914329,"duration":1}},{"uid":"2876064a5e95475e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2876064a5e95475e","status":"passed","time":{"start":1714404690119,"stop":1714404690119,"duration":0}},{"uid":"99ec5862d797cd96","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/99ec5862d797cd96","status":"passed","time":{"start":1714404379789,"stop":1714404379789,"duration":0}},{"uid":"6049156a5d509ca4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6049156a5d509ca4","status":"passed","time":{"start":1714404194551,"stop":1714404194551,"duration":0}},{"uid":"f9b801cffa5f1daa","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f9b801cffa5f1daa","status":"passed","time":{"start":1714386653739,"stop":1714386653740,"duration":1}},{"uid":"d3129ca239009701","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d3129ca239009701","status":"passed","time":{"start":1714385733958,"stop":1714385733958,"duration":0}},{"uid":"570f80ed33b5880c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/570f80ed33b5880c","status":"passed","time":{"start":1714385024712,"stop":1714385024712,"duration":0}},{"uid":"a2cd59d8ff67946c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a2cd59d8ff67946c","status":"passed","time":{"start":1714384714558,"stop":1714384714558,"duration":0}},{"uid":"2399aa4f37457990","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/2399aa4f37457990","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067758,"stop":1714384067759,"duration":1}},{"uid":"b054378d07053d67","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b054378d07053d67","status":"passed","time":{"start":1714383490744,"stop":1714383490752,"duration":8}},{"uid":"b0eb705d3c3128ab","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b0eb705d3c3128ab","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840452,"stop":1714383840452,"duration":0}},{"uid":"7bdf8d3a9cfde9a7","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7bdf8d3a9cfde9a7","status":"passed","time":{"start":1714383300571,"stop":1714383300571,"duration":0}},{"uid":"93b5dda78ee3b5c4","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/93b5dda78ee3b5c4","status":"passed","time":{"start":1714383176779,"stop":1714383176779,"duration":0}},{"uid":"cf1ccd921d41cc33","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/cf1ccd921d41cc33","status":"passed","time":{"start":1714381688742,"stop":1714381688742,"duration":0}},{"uid":"b6fb76a503eaca50","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/b6fb76a503eaca50","status":"passed","time":{"start":1714380481154,"stop":1714380481154,"duration":0}},{"uid":"24059db2973b1c4b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/24059db2973b1c4b","status":"passed","time":{"start":1714380049533,"stop":1714380049534,"duration":1}},{"uid":"91e4841260e40992","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/91e4841260e40992","status":"passed","time":{"start":1714297302894,"stop":1714297302894,"duration":0}}]},"tags":[]},"source":"9693c95b832f7dbd.json","parameterValues":[]} \ No newline at end of file +{"uid":"dc3c4f852c806d7c","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":1714501050452,"stop":1714501050452,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76b4f8d5602d1b50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76b4f8d5602d1b50","status":"passed","time":{"start":1714494785913,"stop":1714494785913,"duration":0}},{"uid":"b2606950fba1af5f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2606950fba1af5f","status":"passed","time":{"start":1714492898569,"stop":1714492898569,"duration":0}}]},"tags":[]},"source":"dc3c4f852c806d7c.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8862e0704363b773.json b/6962/data/test-cases/dc6457d2c582eaf9.json similarity index 70% rename from 6944/data/test-cases/8862e0704363b773.json rename to 6962/data/test-cases/dc6457d2c582eaf9.json index 0ac39a9caf7..76d829df6a7 100644 --- a/6944/data/test-cases/8862e0704363b773.json +++ b/6962/data/test-cases/dc6457d2c582eaf9.json @@ -1 +1 @@ -{"uid":"8862e0704363b773","name":"start node with empty shard","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > start node with empty shard","historyId":"f4ff3fa2f9edc5f26c4cbfe55af10c02:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425425865,"stop":1714425425866,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"fea312a26427967","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fea312a26427967","status":"passed","time":{"start":1714415598523,"stop":1714415598523,"duration":0}},{"uid":"23eaa37e9fed1927","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23eaa37e9fed1927","status":"passed","time":{"start":1714415728468,"stop":1714415728468,"duration":0}},{"uid":"8db35f13c1d82ddc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8db35f13c1d82ddc","status":"passed","time":{"start":1714407938522,"stop":1714407938523,"duration":1}},{"uid":"e9382c387a5870b1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e9382c387a5870b1","status":"passed","time":{"start":1714406971800,"stop":1714406971801,"duration":1}},{"uid":"3c8e087bdf12c657","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3c8e087bdf12c657","status":"passed","time":{"start":1714404739438,"stop":1714404739439,"duration":1}},{"uid":"bc0271c0a40b18ce","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/bc0271c0a40b18ce","status":"passed","time":{"start":1714404451754,"stop":1714404451754,"duration":0}},{"uid":"da904ba75ed6ab71","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/da904ba75ed6ab71","status":"passed","time":{"start":1714404247025,"stop":1714404247025,"duration":0}},{"uid":"b9b88f951d8ec2a2","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b9b88f951d8ec2a2","status":"passed","time":{"start":1714386707032,"stop":1714386707032,"duration":0}},{"uid":"af0b00cbf53a0106","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/af0b00cbf53a0106","status":"passed","time":{"start":1714385794775,"stop":1714385794775,"duration":0}},{"uid":"a3b85e778e7448c6","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a3b85e778e7448c6","status":"passed","time":{"start":1714385080729,"stop":1714385080730,"duration":1}},{"uid":"202a5ef666746e22","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/202a5ef666746e22","status":"passed","time":{"start":1714384759613,"stop":1714384759614,"duration":1}},{"uid":"5be924bca4d94491","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5be924bca4d94491","status":"passed","time":{"start":1714383172387,"stop":1714383172387,"duration":0}},{"uid":"9124028e2fc759e7","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9124028e2fc759e7","status":"passed","time":{"start":1714383546705,"stop":1714383546706,"duration":1}},{"uid":"25016353ffe64e02","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/25016353ffe64e02","status":"passed","time":{"start":1714382963597,"stop":1714382963597,"duration":0}},{"uid":"109b5939e0c2516b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/109b5939e0c2516b","status":"passed","time":{"start":1714383356217,"stop":1714383356217,"duration":0}},{"uid":"e21783e2f4b28ac","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e21783e2f4b28ac","status":"passed","time":{"start":1714383229463,"stop":1714383229464,"duration":1}},{"uid":"44f2e40185cad37e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/44f2e40185cad37e","status":"passed","time":{"start":1714381747130,"stop":1714381747130,"duration":0}},{"uid":"4fee1866ddbd4d11","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4fee1866ddbd4d11","status":"passed","time":{"start":1714380535719,"stop":1714380535719,"duration":0}},{"uid":"aeea6b4ec178dee0","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/aeea6b4ec178dee0","status":"passed","time":{"start":1714380112858,"stop":1714380112858,"duration":0}},{"uid":"861d4e6191ea855d","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/861d4e6191ea855d","status":"passed","time":{"start":1714297352593,"stop":1714297352594,"duration":1}}]},"tags":[]},"source":"8862e0704363b773.json","parameterValues":[]} \ No newline at end of file +{"uid":"dc6457d2c582eaf9","name":"start node with empty shard","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Others > start node with empty shard","historyId":"f4ff3fa2f9edc5f26c4cbfe55af10c02:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106192,"stop":1714501106192,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Others\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Others"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"69ca530937e4980f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69ca530937e4980f","status":"passed","time":{"start":1714494848663,"stop":1714494848663,"duration":0}},{"uid":"462ac5aefa9235de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/462ac5aefa9235de","status":"passed","time":{"start":1714492932200,"stop":1714492932201,"duration":1}}]},"tags":[]},"source":"dc6457d2c582eaf9.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/dc7e35590d704711.json b/6962/data/test-cases/dc7e35590d704711.json new file mode 100644 index 00000000000..740dff6dd06 --- /dev/null +++ b/6962/data/test-cases/dc7e35590d704711.json @@ -0,0 +1 @@ +{"uid":"dc7e35590d704711","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":1714501013449,"stop":1714501013449,"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":3,"unknown":0,"total":3},"items":[{"uid":"54470972ab6d2894","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54470972ab6d2894","status":"passed","time":{"start":1714494760926,"stop":1714494760926,"duration":0}},{"uid":"7d5026f362f89bd6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d5026f362f89bd6","status":"passed","time":{"start":1714492834201,"stop":1714492834201,"duration":0}}]},"tags":[]},"source":"dc7e35590d704711.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/85f2eb5d5a0a17ca.json b/6962/data/test-cases/dca6059f68cd735d.json similarity index 54% rename from 6944/data/test-cases/85f2eb5d5a0a17ca.json rename to 6962/data/test-cases/dca6059f68cd735d.json index 877531a9c33..6272fe70bfa 100644 --- a/6944/data/test-cases/85f2eb5d5a0a17ca.json +++ b/6962/data/test-cases/dca6059f68cd735d.json @@ -1 +1 @@ -{"uid":"85f2eb5d5a0a17ca","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":1714425405875,"stop":1714425405878,"duration":3},"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"c3ca505bf97da865","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c3ca505bf97da865","status":"passed","time":{"start":1714415627131,"stop":1714415627132,"duration":1}},{"uid":"f3d5eca153263b08","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f3d5eca153263b08","status":"passed","time":{"start":1714415727608,"stop":1714415727609,"duration":1}},{"uid":"4966f6ab7351db6a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4966f6ab7351db6a","status":"passed","time":{"start":1714407946533,"stop":1714407946533,"duration":0}},{"uid":"53aa9d3940bcaf6b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/53aa9d3940bcaf6b","status":"passed","time":{"start":1714406957180,"stop":1714406957180,"duration":0}},{"uid":"324d34b578fefe28","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/324d34b578fefe28","status":"passed","time":{"start":1714404754331,"stop":1714404754332,"duration":1}},{"uid":"515122831cbaa4f8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/515122831cbaa4f8","status":"passed","time":{"start":1714404439695,"stop":1714404439696,"duration":1}},{"uid":"193b3e1df09dc75f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/193b3e1df09dc75f","status":"passed","time":{"start":1714404231980,"stop":1714404231981,"duration":1}},{"uid":"4313968d12cfbf6a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4313968d12cfbf6a","status":"passed","time":{"start":1714386694965,"stop":1714386694966,"duration":1}},{"uid":"8e8a2fbe83332bd8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8e8a2fbe83332bd8","status":"passed","time":{"start":1714385783961,"stop":1714385783961,"duration":0}},{"uid":"c92ca6f50f7e5951","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/c92ca6f50f7e5951","status":"passed","time":{"start":1714385070854,"stop":1714385070855,"duration":1}},{"uid":"4d53e4ee7ef3aa15","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4d53e4ee7ef3aa15","status":"passed","time":{"start":1714384753502,"stop":1714384753502,"duration":0}},{"uid":"88a06451b3152041","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/88a06451b3152041","status":"passed","time":{"start":1714383166150,"stop":1714383166151,"duration":1}},{"uid":"b0d0e3659a7e407d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b0d0e3659a7e407d","status":"passed","time":{"start":1714383543868,"stop":1714383543869,"duration":1}},{"uid":"51636a3cf53b0b9e","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/51636a3cf53b0b9e","status":"passed","time":{"start":1714382959547,"stop":1714382959547,"duration":0}},{"uid":"5882e05f9586ddad","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5882e05f9586ddad","status":"passed","time":{"start":1714383336634,"stop":1714383336635,"duration":1}},{"uid":"5b3d677a2b942c2e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/5b3d677a2b942c2e","status":"passed","time":{"start":1714383225818,"stop":1714383225818,"duration":0}},{"uid":"f2429cfd532a1fae","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f2429cfd532a1fae","status":"passed","time":{"start":1714381721906,"stop":1714381721907,"duration":1}},{"uid":"c84085d22bf88a88","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c84085d22bf88a88","status":"passed","time":{"start":1714380523200,"stop":1714380523200,"duration":0}},{"uid":"f7044c098c8f89b5","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f7044c098c8f89b5","status":"passed","time":{"start":1714380085658,"stop":1714380085658,"duration":0}},{"uid":"b9416c22cd935665","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b9416c22cd935665","status":"passed","time":{"start":1714297343349,"stop":1714297343350,"duration":1}}]},"tags":[]},"source":"85f2eb5d5a0a17ca.json","parameterValues":[]} \ No newline at end of file +{"uid":"dca6059f68cd735d","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":1714501094177,"stop":1714501094177,"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":3,"unknown":0,"total":3},"items":[{"uid":"7067f51b9b75df8b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7067f51b9b75df8b","status":"passed","time":{"start":1714494837582,"stop":1714494837582,"duration":0}},{"uid":"e2625dc551558d8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e2625dc551558d8f","status":"passed","time":{"start":1714492927146,"stop":1714492927146,"duration":0}}]},"tags":[]},"source":"dca6059f68cd735d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/dcdff0ba2776a7da.json b/6962/data/test-cases/dcdff0ba2776a7da.json new file mode 100644 index 00000000000..95136c17766 --- /dev/null +++ b/6962/data/test-cases/dcdff0ba2776a7da.json @@ -0,0 +1 @@ +{"uid":"dcdff0ba2776a7da","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":1714500559909,"stop":1714500559909,"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":3,"unknown":0,"total":3},"items":[{"uid":"3aa90c584478d5cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3aa90c584478d5cf","status":"passed","time":{"start":1714494310955,"stop":1714494310955,"duration":0}},{"uid":"3e2ebeffc112e0b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e2ebeffc112e0b9","status":"passed","time":{"start":1714492410939,"stop":1714492410939,"duration":0}}]},"tags":[]},"source":"dcdff0ba2776a7da.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/c7a9e1899e73d910.json b/6962/data/test-cases/dced34804725f45f.json similarity index 77% rename from 6944/data/test-cases/c7a9e1899e73d910.json rename to 6962/data/test-cases/dced34804725f45f.json index e065d38ada1..c95ba81281f 100644 --- a/6944/data/test-cases/c7a9e1899e73d910.json +++ b/6962/data/test-cases/dced34804725f45f.json @@ -1 +1 @@ -{"uid":"c7a9e1899e73d910","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":1714425369930,"stop":1714425369931,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"a975eeb0e07365ce","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a975eeb0e07365ce","status":"passed","time":{"start":1714415516353,"stop":1714415516353,"duration":0}},{"uid":"3ad2f1b90a005a1b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3ad2f1b90a005a1b","status":"passed","time":{"start":1714415679014,"stop":1714415679015,"duration":1}},{"uid":"ab058f06c767197","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ab058f06c767197","status":"passed","time":{"start":1714407884312,"stop":1714407884312,"duration":0}},{"uid":"f6bcb7498996a9a4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f6bcb7498996a9a4","status":"passed","time":{"start":1714406914267,"stop":1714406914268,"duration":1}},{"uid":"353db8de62a01a19","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/353db8de62a01a19","status":"passed","time":{"start":1714404690097,"stop":1714404690097,"duration":0}},{"uid":"f5ef2d745362c3c6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f5ef2d745362c3c6","status":"passed","time":{"start":1714404379765,"stop":1714404379766,"duration":1}},{"uid":"f2afca95d55e342f","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f2afca95d55e342f","status":"passed","time":{"start":1714404194531,"stop":1714404194531,"duration":0}},{"uid":"52b1b5a59205842a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/52b1b5a59205842a","status":"passed","time":{"start":1714386653712,"stop":1714386653713,"duration":1}},{"uid":"123f4535d8c2256f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/123f4535d8c2256f","status":"passed","time":{"start":1714385733939,"stop":1714385733939,"duration":0}},{"uid":"aba6c679136f9893","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/aba6c679136f9893","status":"passed","time":{"start":1714385024683,"stop":1714385024684,"duration":1}},{"uid":"c2a8fd1878c6d13d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c2a8fd1878c6d13d","status":"passed","time":{"start":1714384714535,"stop":1714384714535,"duration":0}},{"uid":"7a46c867bdd6c9dd","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7a46c867bdd6c9dd","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067702,"stop":1714384067702,"duration":0}},{"uid":"e93f67a4b729ee59","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e93f67a4b729ee59","status":"passed","time":{"start":1714383490723,"stop":1714383490724,"duration":1}},{"uid":"60424f69bfe74a8a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/60424f69bfe74a8a","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840399,"stop":1714383840399,"duration":0}},{"uid":"fe43f536962d08f8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/fe43f536962d08f8","status":"passed","time":{"start":1714383300538,"stop":1714383300539,"duration":1}},{"uid":"c878815fe78ef678","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c878815fe78ef678","status":"passed","time":{"start":1714383176762,"stop":1714383176762,"duration":0}},{"uid":"112b0ab25cc9f1ea","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/112b0ab25cc9f1ea","status":"passed","time":{"start":1714381688726,"stop":1714381688727,"duration":1}},{"uid":"419b68519beaa90a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/419b68519beaa90a","status":"passed","time":{"start":1714380481129,"stop":1714380481130,"duration":1}},{"uid":"c21ffa30851f541f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c21ffa30851f541f","status":"passed","time":{"start":1714380049514,"stop":1714380049514,"duration":0}},{"uid":"9bff83bafacf31b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9bff83bafacf31b","status":"passed","time":{"start":1714297302872,"stop":1714297302872,"duration":0}}]},"tags":[]},"source":"c7a9e1899e73d910.json","parameterValues":[]} \ No newline at end of file +{"uid":"dced34804725f45f","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":1714501050428,"stop":1714501050428,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4203cfc0877acdb5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4203cfc0877acdb5","status":"passed","time":{"start":1714494785889,"stop":1714494785889,"duration":0}},{"uid":"14b1fd44bc2064eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/14b1fd44bc2064eb","status":"passed","time":{"start":1714492898553,"stop":1714492898554,"duration":1}}]},"tags":[]},"source":"dced34804725f45f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/dd2d61e4a3b56f3f.json b/6962/data/test-cases/dd2d61e4a3b56f3f.json new file mode 100644 index 00000000000..2805355d060 --- /dev/null +++ b/6962/data/test-cases/dd2d61e4a3b56f3f.json @@ -0,0 +1 @@ +{"uid":"dd2d61e4a3b56f3f","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":1714500533177,"stop":1714500533178,"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":3,"unknown":0,"total":3},"items":[{"uid":"c7bb348b42026274","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7bb348b42026274","status":"passed","time":{"start":1714494284811,"stop":1714494284812,"duration":1}},{"uid":"55201f50a1390c25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55201f50a1390c25","status":"passed","time":{"start":1714492388602,"stop":1714492388603,"duration":1}}]},"tags":[]},"source":"dd2d61e4a3b56f3f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/dd685c772c4a1c9b.json b/6962/data/test-cases/dd685c772c4a1c9b.json new file mode 100644 index 00000000000..1a4c9156d16 --- /dev/null +++ b/6962/data/test-cases/dd685c772c4a1c9b.json @@ -0,0 +1 @@ +{"uid":"dd685c772c4a1c9b","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":1714500533176,"stop":1714500533176,"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":3,"unknown":0,"total":3},"items":[{"uid":"46eb5f321f0499c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46eb5f321f0499c9","status":"passed","time":{"start":1714494284810,"stop":1714494284811,"duration":1}},{"uid":"e0952fbecf232bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0952fbecf232bb","status":"passed","time":{"start":1714492388601,"stop":1714492388601,"duration":0}}]},"tags":[]},"source":"dd685c772c4a1c9b.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5f2d8633e4166fd4.json b/6962/data/test-cases/ddbad97a319a2406.json similarity index 97% rename from 6944/data/test-cases/5f2d8633e4166fd4.json rename to 6962/data/test-cases/ddbad97a319a2406.json index 09d1f25130d..b0d09af8a1c 100644 --- a/6944/data/test-cases/5f2d8633e4166fd4.json +++ b/6962/data/test-cases/ddbad97a319a2406.json @@ -1 +1 @@ -{"uid":"5f2d8633e4166fd4","name":"Check received message with timestamp: 1714424899696000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1714424899696000000 ","historyId":"cf329ff5a667af5f0938dce86aca89bd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425369968,"stop":1714425369969,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"5f2d8633e4166fd4.json","parameterValues":[]} \ No newline at end of file +{"uid":"ddbad97a319a2406","name":"Check received message with timestamp: 1714500577468000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1714500577468000000 ","historyId":"e82437d88936056e0513c6cbda73c3db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"ddbad97a319a2406.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ddd286f8b97ed619.json b/6962/data/test-cases/ddd286f8b97ed619.json new file mode 100644 index 00000000000..7e61acaf97e --- /dev/null +++ b/6962/data/test-cases/ddd286f8b97ed619.json @@ -0,0 +1 @@ +{"uid":"ddd286f8b97ed619","name":"pre and post cipher","fullName":"/src/encryption.spec.ts: Waku Encryption > pre and post cipher","historyId":"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500560558,"stop":1714500560559,"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":3,"unknown":0,"total":3},"items":[{"uid":"f736c961eecfcccc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f736c961eecfcccc","status":"passed","time":{"start":1714494311521,"stop":1714494311522,"duration":1}},{"uid":"eaa0ba1300c4c52d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eaa0ba1300c4c52d","status":"passed","time":{"start":1714492411491,"stop":1714492411491,"duration":0}}]},"tags":[]},"source":"ddd286f8b97ed619.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f6903da2c87e05e5.json b/6962/data/test-cases/de839fec2d4170be.json similarity index 50% rename from 6944/data/test-cases/f6903da2c87e05e5.json rename to 6962/data/test-cases/de839fec2d4170be.json index b08fba1fd1f..790aa61fff1 100644 --- a/6944/data/test-cases/f6903da2c87e05e5.json +++ b/6962/data/test-cases/de839fec2d4170be.json @@ -1 +1 @@ -{"uid":"f6903da2c87e05e5","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":1714425481553,"stop":1714425481553,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"85000a5272104a9d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/85000a5272104a9d","status":"passed","time":{"start":1714415686081,"stop":1714415686084,"duration":3}},{"uid":"1fbc066b27d3dab9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1fbc066b27d3dab9","status":"passed","time":{"start":1714415795612,"stop":1714415795613,"duration":1}},{"uid":"5733ba36ddde192a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5733ba36ddde192a","status":"passed","time":{"start":1714407995022,"stop":1714407995022,"duration":0}},{"uid":"f94299c7bf8cce57","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f94299c7bf8cce57","status":"passed","time":{"start":1714407036730,"stop":1714407036731,"duration":1}},{"uid":"8f04ab9c39a32fbc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8f04ab9c39a32fbc","status":"passed","time":{"start":1714404808159,"stop":1714404808160,"duration":1}},{"uid":"cb17b75f3dfcd168","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/cb17b75f3dfcd168","status":"passed","time":{"start":1714404519339,"stop":1714404519339,"duration":0}},{"uid":"bc96d5a499a9f374","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/bc96d5a499a9f374","status":"passed","time":{"start":1714404315527,"stop":1714404315527,"duration":0}},{"uid":"8ab90f1fdc1cca66","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8ab90f1fdc1cca66","status":"passed","time":{"start":1714386778138,"stop":1714386778139,"duration":1}},{"uid":"7cbdc377fa25023f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7cbdc377fa25023f","status":"passed","time":{"start":1714385841962,"stop":1714385841962,"duration":0}},{"uid":"ad2ffe2bdcb6425b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ad2ffe2bdcb6425b","status":"passed","time":{"start":1714385131431,"stop":1714385131431,"duration":0}},{"uid":"d63776fe57274d46","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d63776fe57274d46","status":"passed","time":{"start":1714384826766,"stop":1714384826767,"duration":1}},{"uid":"7308ba63c9fb664f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7308ba63c9fb664f","status":"passed","time":{"start":1714383262699,"stop":1714383262699,"duration":0}},{"uid":"69b964485a12c2fa","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/69b964485a12c2fa","status":"passed","time":{"start":1714383620924,"stop":1714383620924,"duration":0}},{"uid":"bb2ed4a1cdf14df7","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/bb2ed4a1cdf14df7","status":"passed","time":{"start":1714383056481,"stop":1714383056483,"duration":2}},{"uid":"b178afb9ebfaaec8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b178afb9ebfaaec8","status":"passed","time":{"start":1714383418024,"stop":1714383418024,"duration":0}},{"uid":"3d6fd65e7d1f321c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3d6fd65e7d1f321c","status":"passed","time":{"start":1714383301577,"stop":1714383301578,"duration":1}},{"uid":"58c14ef662cca216","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/58c14ef662cca216","status":"passed","time":{"start":1714381806809,"stop":1714381806809,"duration":0}},{"uid":"d2e580bd0e786edc","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d2e580bd0e786edc","status":"passed","time":{"start":1714380586354,"stop":1714380586354,"duration":0}},{"uid":"a54b56cd04b08d13","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a54b56cd04b08d13","status":"passed","time":{"start":1714380172629,"stop":1714380172630,"duration":1}},{"uid":"7980b2bb3d9de33d","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7980b2bb3d9de33d","status":"passed","time":{"start":1714297394247,"stop":1714297394247,"duration":0}}]},"tags":[]},"source":"f6903da2c87e05e5.json","parameterValues":[]} \ No newline at end of file +{"uid":"de839fec2d4170be","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":1714501174014,"stop":1714501174014,"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":3,"unknown":0,"total":3},"items":[{"uid":"7308f4668a096e90","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7308f4668a096e90","status":"passed","time":{"start":1714494908936,"stop":1714494908938,"duration":2}},{"uid":"ab18f33884f7c8e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab18f33884f7c8e0","status":"passed","time":{"start":1714492995228,"stop":1714492995228,"duration":0}}]},"tags":[]},"source":"de839fec2d4170be.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/de9bd2c4f93199c1.json b/6962/data/test-cases/de9bd2c4f93199c1.json new file mode 100644 index 00000000000..69b903421c7 --- /dev/null +++ b/6962/data/test-cases/de9bd2c4f93199c1.json @@ -0,0 +1 @@ +{"uid":"de9bd2c4f93199c1","name":"should throw an error for missing required configuration","fullName":"/src/common/sharding.spec.ts: shardInfoToPubsubTopics > should throw an error for missing required configuration","historyId":"54229bf1cdf54d8e6362c73ea5d0745f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525342,"stop":1714500525342,"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":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"56c6fe6f7b113c8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56c6fe6f7b113c8a","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"69b50506a3fe3ba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/69b50506a3fe3ba","status":"passed","time":{"start":1714492380868,"stop":1714492380869,"duration":1}}]},"tags":[]},"source":"de9bd2c4f93199c1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/deb56c81a363c485.json b/6962/data/test-cases/deb56c81a363c485.json new file mode 100644 index 00000000000..4e9af65c627 --- /dev/null +++ b/6962/data/test-cases/deb56c81a363c485.json @@ -0,0 +1 @@ +{"uid":"deb56c81a363c485","name":"1 Store, 2 relays, 2 fetches","fullName":"/src/dns/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Store, 2 relays, 2 fetches","historyId":"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500549550,"stop":1714500549551,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"Fetch nodes until capabilities are fulfilled"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f525eca1d6b7c730","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f525eca1d6b7c730","status":"passed","time":{"start":1714494301034,"stop":1714494301034,"duration":0}},{"uid":"fb769b59c5cfc61e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fb769b59c5cfc61e","status":"passed","time":{"start":1714492404786,"stop":1714492404787,"duration":1}}]},"tags":[]},"source":"deb56c81a363c485.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8d2f96e47dfec958.json b/6962/data/test-cases/debec60cb5cfda53.json similarity index 80% rename from 6944/data/test-cases/8d2f96e47dfec958.json rename to 6962/data/test-cases/debec60cb5cfda53.json index 8ea2b98e12c..ca3546636cb 100644 --- a/6944/data/test-cases/8d2f96e47dfec958.json +++ b/6962/data/test-cases/debec60cb5cfda53.json @@ -1 +1 @@ -{"uid":"8d2f96e47dfec958","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":1714425534890,"stop":1714425534890,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":2,"skipped":0,"passed":70,"unknown":0,"total":72},"items":[{"uid":"6aebacd0ec283f1f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6aebacd0ec283f1f","status":"passed","time":{"start":1714415702291,"stop":1714415702291,"duration":0}},{"uid":"ed856c417bc1237a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ed856c417bc1237a","status":"passed","time":{"start":1714415850499,"stop":1714415850499,"duration":0}},{"uid":"c3d1d1e0e6e61d99","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c3d1d1e0e6e61d99","status":"passed","time":{"start":1714408049947,"stop":1714408049947,"duration":0}},{"uid":"b14effe632e964ff","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b14effe632e964ff","status":"passed","time":{"start":1714407080670,"stop":1714407080671,"duration":1}},{"uid":"a83704cc1094859b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a83704cc1094859b","status":"passed","time":{"start":1714404860587,"stop":1714404860587,"duration":0}},{"uid":"549cd34fe104610c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/549cd34fe104610c","status":"passed","time":{"start":1714404585200,"stop":1714404585200,"duration":0}},{"uid":"21387689c9aeadd","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/21387689c9aeadd","status":"passed","time":{"start":1714404366308,"stop":1714404366309,"duration":1}},{"uid":"88864dabf729b6ee","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/88864dabf729b6ee","status":"passed","time":{"start":1714386825527,"stop":1714386825527,"duration":0}},{"uid":"da88470e243b5ec6","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/da88470e243b5ec6","status":"passed","time":{"start":1714385893738,"stop":1714385893738,"duration":0}},{"uid":"24570aa7daa408b4","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/24570aa7daa408b4","status":"passed","time":{"start":1714385188013,"stop":1714385188014,"duration":1}},{"uid":"9c841da743b91ecb","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9c841da743b91ecb","status":"passed","time":{"start":1714384869912,"stop":1714384869912,"duration":0}},{"uid":"b0eb81eec4a92268","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b0eb81eec4a92268","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237135,"stop":1714384237135,"duration":0}},{"uid":"654470ee9b912142","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/654470ee9b912142","status":"passed","time":{"start":1714383661923,"stop":1714383661923,"duration":0}},{"uid":"6ab8162cedaae716","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6ab8162cedaae716","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018809,"stop":1714384018809,"duration":0}},{"uid":"facf6d019923af87","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/facf6d019923af87","status":"passed","time":{"start":1714383474182,"stop":1714383474182,"duration":0}},{"uid":"b77501ca798c143f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b77501ca798c143f","status":"passed","time":{"start":1714383351252,"stop":1714383351252,"duration":0}},{"uid":"1745bc059734582f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1745bc059734582f","status":"passed","time":{"start":1714381860516,"stop":1714381860517,"duration":1}},{"uid":"b61308d7fdc1d26e","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/b61308d7fdc1d26e","status":"passed","time":{"start":1714380649662,"stop":1714380649662,"duration":0}},{"uid":"b1e1c2402fb94513","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b1e1c2402fb94513","status":"passed","time":{"start":1714380216162,"stop":1714380216162,"duration":0}},{"uid":"d0c9edc4163f5773","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d0c9edc4163f5773","status":"passed","time":{"start":1714297452330,"stop":1714297452330,"duration":0}}]},"tags":[]},"source":"8d2f96e47dfec958.json","parameterValues":[]} \ No newline at end of file +{"uid":"debec60cb5cfda53","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":1714501220690,"stop":1714501220691,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"b8eef057cfec8ae0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8eef057cfec8ae0","status":"passed","time":{"start":1714494954443,"stop":1714494954443,"duration":0}},{"uid":"2352766d73db6161","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2352766d73db6161","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"tags":[]},"source":"debec60cb5cfda53.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/deee55506b05f442.json b/6962/data/test-cases/deee55506b05f442.json new file mode 100644 index 00000000000..7b9171a4586 --- /dev/null +++ b/6962/data/test-cases/deee55506b05f442.json @@ -0,0 +1 @@ +{"uid":"deee55506b05f442","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":1714501319434,"stop":1714501319434,"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":"974bd91397344518","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/974bd91397344518","status":"passed","time":{"start":1714495063234,"stop":1714495063234,"duration":0}}]},"tags":[]},"source":"deee55506b05f442.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a9229769b079beb9.json b/6962/data/test-cases/df3730f34370fcc5.json similarity index 77% rename from 6944/data/test-cases/a9229769b079beb9.json rename to 6962/data/test-cases/df3730f34370fcc5.json index 40af26cb50c..59fd9d08b01 100644 --- a/6944/data/test-cases/a9229769b079beb9.json +++ b/6962/data/test-cases/df3730f34370fcc5.json @@ -1 +1 @@ -{"uid":"a9229769b079beb9","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":1714425348191,"stop":1714425348191,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"b944903b568d03f6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b944903b568d03f6","status":"passed","time":{"start":1714415541648,"stop":1714415541648,"duration":0}},{"uid":"e5d503f62f501cb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e5d503f62f501cb","status":"passed","time":{"start":1714415666679,"stop":1714415666679,"duration":0}},{"uid":"2d336a9e3d72d55d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2d336a9e3d72d55d","status":"passed","time":{"start":1714407867321,"stop":1714407867321,"duration":0}},{"uid":"3e1ca4539e721cff","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3e1ca4539e721cff","status":"passed","time":{"start":1714406901766,"stop":1714406901766,"duration":0}},{"uid":"a1712175ac41270c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a1712175ac41270c","status":"passed","time":{"start":1714404685935,"stop":1714404685936,"duration":1}},{"uid":"8a9d55b24f3075f0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8a9d55b24f3075f0","status":"passed","time":{"start":1714404389188,"stop":1714404389189,"duration":1}},{"uid":"d0b31304dda3b24","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d0b31304dda3b24","status":"passed","time":{"start":1714404179640,"stop":1714404179640,"duration":0}},{"uid":"4a93e3aba77167e4","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4a93e3aba77167e4","status":"passed","time":{"start":1714386642378,"stop":1714386642379,"duration":1}},{"uid":"6ce0dbc0097745e1","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/6ce0dbc0097745e1","status":"passed","time":{"start":1714385705600,"stop":1714385705601,"duration":1}},{"uid":"18460e60614dab61","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/18460e60614dab61","status":"passed","time":{"start":1714385001598,"stop":1714385001598,"duration":0}},{"uid":"e2c847dfc02537fa","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e2c847dfc02537fa","status":"passed","time":{"start":1714384689792,"stop":1714384689794,"duration":2}},{"uid":"1afdadea82916589","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1afdadea82916589","status":"passed","time":{"start":1714383060303,"stop":1714383060303,"duration":0}},{"uid":"a1ddfb83aa70f0e7","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a1ddfb83aa70f0e7","status":"passed","time":{"start":1714383479970,"stop":1714383479971,"duration":1}},{"uid":"220488e921b6bcd1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/220488e921b6bcd1","status":"passed","time":{"start":1714382864762,"stop":1714382864763,"duration":1}},{"uid":"ce607d0ef23c2cd7","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ce607d0ef23c2cd7","status":"passed","time":{"start":1714383281579,"stop":1714383281580,"duration":1}},{"uid":"9845f2d6ad614323","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9845f2d6ad614323","status":"passed","time":{"start":1714383168060,"stop":1714383168061,"duration":1}},{"uid":"aceb68482786a440","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/aceb68482786a440","status":"passed","time":{"start":1714381685743,"stop":1714381685744,"duration":1}},{"uid":"66a7cfe7e84ca83c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/66a7cfe7e84ca83c","status":"passed","time":{"start":1714380450808,"stop":1714380450809,"duration":1}},{"uid":"61f47081b91f9d3c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/61f47081b91f9d3c","status":"passed","time":{"start":1714380035069,"stop":1714380035070,"duration":1}},{"uid":"6cad1f6d26efff25","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6cad1f6d26efff25","status":"passed","time":{"start":1714297259187,"stop":1714297259187,"duration":0}}]},"tags":[]},"source":"a9229769b079beb9.json","parameterValues":[]} \ No newline at end of file +{"uid":"df3730f34370fcc5","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":1714501036166,"stop":1714501036166,"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":3,"unknown":0,"total":3},"items":[{"uid":"cf15ee4ba640afe0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cf15ee4ba640afe0","status":"passed","time":{"start":1714494788147,"stop":1714494788147,"duration":0}},{"uid":"42382ba15626bbe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/42382ba15626bbe8","status":"passed","time":{"start":1714492860434,"stop":1714492860434,"duration":0}}]},"tags":[]},"source":"df3730f34370fcc5.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9ef9ce15d1d2cdf9.json b/6962/data/test-cases/df819db558c31d9e.json similarity index 79% rename from 6944/data/test-cases/9ef9ce15d1d2cdf9.json rename to 6962/data/test-cases/df819db558c31d9e.json index 7b624ac2e80..aed0180795d 100644 --- a/6944/data/test-cases/9ef9ce15d1d2cdf9.json +++ b/6962/data/test-cases/df819db558c31d9e.json @@ -1 +1 @@ -{"uid":"9ef9ce15d1d2cdf9","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":1714425534895,"stop":1714425534895,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"636c4eee3f40a461","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/636c4eee3f40a461","status":"passed","time":{"start":1714415702295,"stop":1714415702295,"duration":0}},{"uid":"9f382e24e2d183a2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9f382e24e2d183a2","status":"passed","time":{"start":1714415850503,"stop":1714415850503,"duration":0}},{"uid":"2254960fed5d682","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2254960fed5d682","status":"passed","time":{"start":1714408049953,"stop":1714408049953,"duration":0}},{"uid":"8ccc1587319c2a19","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8ccc1587319c2a19","status":"passed","time":{"start":1714407080675,"stop":1714407080675,"duration":0}},{"uid":"340df0af701c9af9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/340df0af701c9af9","status":"passed","time":{"start":1714404860593,"stop":1714404860593,"duration":0}},{"uid":"9dd75f4967972809","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9dd75f4967972809","status":"passed","time":{"start":1714404585205,"stop":1714404585205,"duration":0}},{"uid":"12dbfcded5a765ff","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/12dbfcded5a765ff","status":"passed","time":{"start":1714404366314,"stop":1714404366314,"duration":0}},{"uid":"4d9c9f5660eb3c47","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4d9c9f5660eb3c47","status":"passed","time":{"start":1714386825532,"stop":1714386825532,"duration":0}},{"uid":"30947997a59085de","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/30947997a59085de","status":"passed","time":{"start":1714385893742,"stop":1714385893742,"duration":0}},{"uid":"10c8a8f1ddc10c4d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/10c8a8f1ddc10c4d","status":"passed","time":{"start":1714385188018,"stop":1714385188018,"duration":0}},{"uid":"cdf539f7cf2b05d4","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/cdf539f7cf2b05d4","status":"passed","time":{"start":1714384869918,"stop":1714384869918,"duration":0}},{"uid":"dc0c6a498186ebad","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/dc0c6a498186ebad","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237149,"stop":1714384237149,"duration":0}},{"uid":"284dd8ac532d91d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/284dd8ac532d91d","status":"passed","time":{"start":1714383661928,"stop":1714383661928,"duration":0}},{"uid":"ba4fde6e2250fcce","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ba4fde6e2250fcce","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018823,"stop":1714384018823,"duration":0}},{"uid":"6bbe47c24e09b792","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/6bbe47c24e09b792","status":"passed","time":{"start":1714383474186,"stop":1714383474187,"duration":1}},{"uid":"37c9506df32a7d7f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/37c9506df32a7d7f","status":"passed","time":{"start":1714383351257,"stop":1714383351257,"duration":0}},{"uid":"54d1ff8698616eb6","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/54d1ff8698616eb6","status":"passed","time":{"start":1714381860520,"stop":1714381860521,"duration":1}},{"uid":"20440611073498f3","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/20440611073498f3","status":"passed","time":{"start":1714380649667,"stop":1714380649667,"duration":0}},{"uid":"4f3c0aa2b883841e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4f3c0aa2b883841e","status":"passed","time":{"start":1714380216166,"stop":1714380216166,"duration":0}},{"uid":"d5c4a68403e62d0b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d5c4a68403e62d0b","status":"passed","time":{"start":1714297452335,"stop":1714297452335,"duration":0}}]},"tags":[]},"source":"9ef9ce15d1d2cdf9.json","parameterValues":[]} \ No newline at end of file +{"uid":"df819db558c31d9e","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":1714501220695,"stop":1714501220695,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"b7fd64ccafd4724f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b7fd64ccafd4724f","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"69e920cea82af66f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/69e920cea82af66f","status":"passed","time":{"start":1714493052143,"stop":1714493052144,"duration":1}}]},"tags":[]},"source":"df819db558c31d9e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/dfb86f5bc8ec7ab2.json b/6962/data/test-cases/dfb86f5bc8ec7ab2.json new file mode 100644 index 00000000000..013d6743f0b --- /dev/null +++ b/6962/data/test-cases/dfb86f5bc8ec7ab2.json @@ -0,0 +1 @@ +{"uid":"dfb86f5bc8ec7ab2","name":"should be called for every peer with PEER_EXCHANGE tags","fullName":"/tests/connection-mananger/dials.spec.ts: Dials > dialPeer method > For peer-exchange peers > should be called for every peer with PEER_EXCHANGE tags","historyId":"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500587026,"stop":1714500587027,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For peer-exchange peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"455ffe9a159f778c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/455ffe9a159f778c","status":"passed","time":{"start":1714494335559,"stop":1714494335560,"duration":1}},{"uid":"58b6da58b28b2bf1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58b6da58b28b2bf1","status":"passed","time":{"start":1714492436197,"stop":1714492436198,"duration":1}}]},"tags":[]},"source":"dfb86f5bc8ec7ab2.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a2f0bfe3286b1b0e.json b/6962/data/test-cases/dfe583506ab00534.json similarity index 85% rename from 6944/data/test-cases/a2f0bfe3286b1b0e.json rename to 6962/data/test-cases/dfe583506ab00534.json index f50cab183c7..2a996d99bc3 100644 --- a/6944/data/test-cases/a2f0bfe3286b1b0e.json +++ b/6962/data/test-cases/dfe583506ab00534.json @@ -1 +1 @@ -{"uid":"a2f0bfe3286b1b0e","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":1714425435609,"stop":1714425435609,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"f1b4b7809172b534","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f1b4b7809172b534","status":"passed","time":{"start":1714415590154,"stop":1714415590155,"duration":1}},{"uid":"8f1dcd59a879518e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8f1dcd59a879518e","status":"passed","time":{"start":1714415739322,"stop":1714415739324,"duration":2}},{"uid":"5d3a8cbd36f6b032","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5d3a8cbd36f6b032","status":"passed","time":{"start":1714407950105,"stop":1714407950107,"duration":2}},{"uid":"2e2cfdc344e2e0f3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2e2cfdc344e2e0f3","status":"passed","time":{"start":1714406978443,"stop":1714406978444,"duration":1}},{"uid":"71eb0f9702d7b062","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/71eb0f9702d7b062","status":"passed","time":{"start":1714404752142,"stop":1714404752142,"duration":0}},{"uid":"4a6dcc087bc9da13","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/4a6dcc087bc9da13","status":"passed","time":{"start":1714404488131,"stop":1714404488132,"duration":1}},{"uid":"d860c8169d5e7540","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d860c8169d5e7540","status":"passed","time":{"start":1714404264823,"stop":1714404264824,"duration":1}},{"uid":"fe6909fed740beb9","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/fe6909fed740beb9","status":"passed","time":{"start":1714386718899,"stop":1714386718899,"duration":0}},{"uid":"312de839809c233","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/312de839809c233","status":"passed","time":{"start":1714385802599,"stop":1714385802599,"duration":0}},{"uid":"a6a70cd35abf42fa","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a6a70cd35abf42fa","status":"passed","time":{"start":1714385084322,"stop":1714385084322,"duration":0}},{"uid":"c5f585b3ffc6d10f","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c5f585b3ffc6d10f","status":"passed","time":{"start":1714384783925,"stop":1714384783925,"duration":0}},{"uid":"9633d1d65a9d976c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9633d1d65a9d976c","status":"passed","time":{"start":1714382927678,"stop":1714382927678,"duration":0}},{"uid":"16e3dce0978bbc19","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/16e3dce0978bbc19","status":"passed","time":{"start":1714383573246,"stop":1714383573246,"duration":0}},{"uid":"5d705a98f58e3eeb","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5d705a98f58e3eeb","status":"passed","time":{"start":1714382735196,"stop":1714382735197,"duration":1}},{"uid":"4cf6cc9705d803b8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4cf6cc9705d803b8","status":"passed","time":{"start":1714383376663,"stop":1714383376667,"duration":4}},{"uid":"cb018c375dc9c073","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/cb018c375dc9c073","status":"passed","time":{"start":1714383261444,"stop":1714383261444,"duration":0}},{"uid":"5b87978e0eee8395","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/5b87978e0eee8395","status":"passed","time":{"start":1714381767557,"stop":1714381767557,"duration":0}},{"uid":"776ca561ec731998","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/776ca561ec731998","status":"passed","time":{"start":1714380548881,"stop":1714380548882,"duration":1}},{"uid":"904a572441563753","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/904a572441563753","status":"passed","time":{"start":1714380124128,"stop":1714380124128,"duration":0}},{"uid":"506856d19e89c684","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/506856d19e89c684","status":"passed","time":{"start":1714297355211,"stop":1714297355211,"duration":0}}]},"tags":[]},"source":"a2f0bfe3286b1b0e.json","parameterValues":[]} \ No newline at end of file +{"uid":"dfe583506ab00534","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":1714501123780,"stop":1714501123780,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"266129d2f466fe2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/266129d2f466fe2c","status":"passed","time":{"start":1714494838841,"stop":1714494838841,"duration":0}},{"uid":"86c5fa71fc662d7d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86c5fa71fc662d7d","status":"passed","time":{"start":1714492985742,"stop":1714492985742,"duration":0}}]},"tags":[]},"source":"dfe583506ab00534.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2730758c5f565372.json b/6962/data/test-cases/dff8f9e42e324b80.json similarity index 77% rename from 6944/data/test-cases/2730758c5f565372.json rename to 6962/data/test-cases/dff8f9e42e324b80.json index fe9e77a7a14..1eeb27bb388 100644 --- a/6944/data/test-cases/2730758c5f565372.json +++ b/6962/data/test-cases/dff8f9e42e324b80.json @@ -1 +1 @@ -{"uid":"2730758c5f565372","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":1714425369970,"stop":1714425369970,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"e8f8971e293a40fe","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e8f8971e293a40fe","status":"passed","time":{"start":1714415516384,"stop":1714415516384,"duration":0}},{"uid":"b893010c10fb9bd2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b893010c10fb9bd2","status":"passed","time":{"start":1714415679035,"stop":1714415679035,"duration":0}},{"uid":"5bfc81e6c8cb4219","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5bfc81e6c8cb4219","status":"passed","time":{"start":1714407884334,"stop":1714407884334,"duration":0}},{"uid":"a3be84e65f15fedf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a3be84e65f15fedf","status":"passed","time":{"start":1714406914331,"stop":1714406914331,"duration":0}},{"uid":"e938ec38a9b3764e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e938ec38a9b3764e","status":"passed","time":{"start":1714404690122,"stop":1714404690122,"duration":0}},{"uid":"450f0ab50a395ff8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/450f0ab50a395ff8","status":"passed","time":{"start":1714404379792,"stop":1714404379792,"duration":0}},{"uid":"783c344af12524fc","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/783c344af12524fc","status":"passed","time":{"start":1714404194553,"stop":1714404194553,"duration":0}},{"uid":"82a6d39ece8004be","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/82a6d39ece8004be","status":"passed","time":{"start":1714386653742,"stop":1714386653742,"duration":0}},{"uid":"5c1a48495306795","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5c1a48495306795","status":"passed","time":{"start":1714385733968,"stop":1714385733968,"duration":0}},{"uid":"4d32f084d240cdd9","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4d32f084d240cdd9","status":"passed","time":{"start":1714385024717,"stop":1714385024718,"duration":1}},{"uid":"4d7a8d18b64d6e83","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4d7a8d18b64d6e83","status":"passed","time":{"start":1714384714560,"stop":1714384714560,"duration":0}},{"uid":"fb413657cddef1ee","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/fb413657cddef1ee","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067770,"stop":1714384067771,"duration":1}},{"uid":"e7832e2a4f8db279","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e7832e2a4f8db279","status":"passed","time":{"start":1714383490754,"stop":1714383490755,"duration":1}},{"uid":"9b32aa34caec5cd1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9b32aa34caec5cd1","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840460,"stop":1714383840460,"duration":0}},{"uid":"64e5e1e4f9bf71bc","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/64e5e1e4f9bf71bc","status":"passed","time":{"start":1714383300579,"stop":1714383300580,"duration":1}},{"uid":"6cda46acdb87b48","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/6cda46acdb87b48","status":"passed","time":{"start":1714383176782,"stop":1714383176783,"duration":1}},{"uid":"b84f805f0e434938","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b84f805f0e434938","status":"passed","time":{"start":1714381688744,"stop":1714381688745,"duration":1}},{"uid":"60d839d950892bdf","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/60d839d950892bdf","status":"passed","time":{"start":1714380481157,"stop":1714380481157,"duration":0}},{"uid":"bc9de72cbe1fab03","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/bc9de72cbe1fab03","status":"passed","time":{"start":1714380049538,"stop":1714380049538,"duration":0}},{"uid":"95f21dbea028b5bd","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/95f21dbea028b5bd","status":"passed","time":{"start":1714297302897,"stop":1714297302897,"duration":0}}]},"tags":[]},"source":"2730758c5f565372.json","parameterValues":[]} \ No newline at end of file +{"uid":"dff8f9e42e324b80","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":1714501050455,"stop":1714501050455,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"18557a234a2cb004","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18557a234a2cb004","status":"passed","time":{"start":1714494785916,"stop":1714494785916,"duration":0}},{"uid":"98a9c1e56d9cc979","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98a9c1e56d9cc979","status":"passed","time":{"start":1714492898571,"stop":1714492898572,"duration":1}}]},"tags":[]},"source":"dff8f9e42e324b80.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/d1a9999ac7669525.json b/6962/data/test-cases/e0319fb9f063e495.json similarity index 54% rename from 6944/data/test-cases/d1a9999ac7669525.json rename to 6962/data/test-cases/e0319fb9f063e495.json index 4b9a4a20ae9..1cd7e82ae83 100644 --- a/6944/data/test-cases/d1a9999ac7669525.json +++ b/6962/data/test-cases/e0319fb9f063e495.json @@ -1 +1 @@ -{"uid":"d1a9999ac7669525","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":1714425508070,"stop":1714425508070,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"be1f96f28f3ac2b0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/be1f96f28f3ac2b0","status":"passed","time":{"start":1714415698746,"stop":1714415698746,"duration":0}},{"uid":"750514312b686b73","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/750514312b686b73","status":"passed","time":{"start":1714415803328,"stop":1714415803328,"duration":0}},{"uid":"137560d71ea66d9c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/137560d71ea66d9c","status":"passed","time":{"start":1714408015505,"stop":1714408015506,"duration":1}},{"uid":"9973c6a3b91f63ce","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9973c6a3b91f63ce","status":"passed","time":{"start":1714407046986,"stop":1714407046986,"duration":0}},{"uid":"908525ff626948ff","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/908525ff626948ff","status":"passed","time":{"start":1714404824581,"stop":1714404824582,"duration":1}},{"uid":"2858b5100944ebff","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2858b5100944ebff","status":"passed","time":{"start":1714404527858,"stop":1714404527859,"duration":1}},{"uid":"2302037187621b30","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2302037187621b30","status":"passed","time":{"start":1714404324769,"stop":1714404324769,"duration":0}},{"uid":"a59245b96b956bad","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a59245b96b956bad","status":"passed","time":{"start":1714386785720,"stop":1714386785721,"duration":1}},{"uid":"a485ba8148d614da","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a485ba8148d614da","status":"passed","time":{"start":1714385867312,"stop":1714385867312,"duration":0}},{"uid":"cb8dd2a51271a27e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/cb8dd2a51271a27e","status":"passed","time":{"start":1714385149745,"stop":1714385149745,"duration":0}},{"uid":"f7d511ce774bded4","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f7d511ce774bded4","status":"passed","time":{"start":1714384840238,"stop":1714384840238,"duration":0}},{"uid":"2347c8425fceea8","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/2347c8425fceea8","status":"passed","time":{"start":1714383285297,"stop":1714383285297,"duration":0}},{"uid":"ec815e1aa9438d49","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ec815e1aa9438d49","status":"passed","time":{"start":1714383626083,"stop":1714383626083,"duration":0}},{"uid":"99c66833b52564e6","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/99c66833b52564e6","status":"passed","time":{"start":1714383079302,"stop":1714383079302,"duration":0}},{"uid":"5c0f7cd916512b58","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5c0f7cd916512b58","status":"passed","time":{"start":1714383435174,"stop":1714383435174,"duration":0}},{"uid":"93a0b61ee52e2d46","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/93a0b61ee52e2d46","status":"passed","time":{"start":1714383315053,"stop":1714383315054,"duration":1}},{"uid":"6587eddde0d42167","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6587eddde0d42167","status":"passed","time":{"start":1714381822569,"stop":1714381822569,"duration":0}},{"uid":"d57940462f5ba3b9","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d57940462f5ba3b9","status":"passed","time":{"start":1714380607678,"stop":1714380607678,"duration":0}},{"uid":"8466afea6932cd30","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/8466afea6932cd30","status":"passed","time":{"start":1714380183125,"stop":1714380183125,"duration":0}},{"uid":"3693adc7b1203b9e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3693adc7b1203b9e","status":"passed","time":{"start":1714297423396,"stop":1714297423396,"duration":0}}]},"tags":[]},"source":"d1a9999ac7669525.json","parameterValues":[]} \ No newline at end of file +{"uid":"e0319fb9f063e495","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":1714501184624,"stop":1714501184625,"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":3,"unknown":0,"total":3},"items":[{"uid":"87be3e1759615b8d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87be3e1759615b8d","status":"passed","time":{"start":1714494914009,"stop":1714494914009,"duration":0}},{"uid":"2339f98e7b51427a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2339f98e7b51427a","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"tags":[]},"source":"e0319fb9f063e495.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/a897b1402f860e4a.json b/6962/data/test-cases/e045fcc85ee53f13.json similarity index 60% rename from 6944/data/test-cases/a897b1402f860e4a.json rename to 6962/data/test-cases/e045fcc85ee53f13.json index 55676dfdb6b..440c3257fba 100644 --- a/6944/data/test-cases/a897b1402f860e4a.json +++ b/6962/data/test-cases/e045fcc85ee53f13.json @@ -1 +1 @@ -{"uid":"a897b1402f860e4a","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":1714425451139,"stop":1714425451140,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"bbce07f3eb6769be","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bbce07f3eb6769be","status":"passed","time":{"start":1714415638847,"stop":1714415638848,"duration":1}},{"uid":"3f8d7544d52e9ea6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3f8d7544d52e9ea6","status":"passed","time":{"start":1714415763440,"stop":1714415763441,"duration":1}},{"uid":"85bd82c7bdad2f5a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/85bd82c7bdad2f5a","status":"passed","time":{"start":1714407962989,"stop":1714407962990,"duration":1}},{"uid":"51f2a482d825b77b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/51f2a482d825b77b","status":"passed","time":{"start":1714407006187,"stop":1714407006188,"duration":1}},{"uid":"9f1357258484ca9b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9f1357258484ca9b","status":"passed","time":{"start":1714404780882,"stop":1714404780882,"duration":0}},{"uid":"d1cef69a3730124f","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d1cef69a3730124f","status":"passed","time":{"start":1714404472807,"stop":1714404472807,"duration":0}},{"uid":"6371ab1bdd311818","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6371ab1bdd311818","status":"passed","time":{"start":1714404283127,"stop":1714404283133,"duration":6}},{"uid":"1d97286b7e6d205","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/1d97286b7e6d205","status":"passed","time":{"start":1714386745047,"stop":1714386745047,"duration":0}},{"uid":"b22417d306e285f0","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b22417d306e285f0","status":"passed","time":{"start":1714385808136,"stop":1714385808136,"duration":0}},{"uid":"4729c25b848aca32","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4729c25b848aca32","status":"passed","time":{"start":1714385100057,"stop":1714385100058,"duration":1}},{"uid":"5b4bb8235abe1bfd","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/5b4bb8235abe1bfd","status":"passed","time":{"start":1714384794973,"stop":1714384794973,"duration":0}},{"uid":"14288d2adeb7df0a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/14288d2adeb7df0a","status":"passed","time":{"start":1714383216072,"stop":1714383216072,"duration":0}},{"uid":"cb0346e509b3418e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/cb0346e509b3418e","status":"passed","time":{"start":1714383588964,"stop":1714383588964,"duration":0}},{"uid":"f035084d178f57b3","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f035084d178f57b3","status":"passed","time":{"start":1714383011689,"stop":1714383011689,"duration":0}},{"uid":"4a7a56939b33e364","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4a7a56939b33e364","status":"passed","time":{"start":1714383386208,"stop":1714383386209,"duration":1}},{"uid":"a8ff487cbc0fdf7c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a8ff487cbc0fdf7c","status":"passed","time":{"start":1714383270275,"stop":1714383270275,"duration":0}},{"uid":"6f8ddd4ac4f6e959","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6f8ddd4ac4f6e959","status":"passed","time":{"start":1714381774537,"stop":1714381774538,"duration":1}},{"uid":"3090b00f52b30c27","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3090b00f52b30c27","status":"passed","time":{"start":1714380552741,"stop":1714380552741,"duration":0}},{"uid":"3f8cd3a71fd6ff2a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3f8cd3a71fd6ff2a","status":"passed","time":{"start":1714380140939,"stop":1714380140942,"duration":3}},{"uid":"959005d58b14324e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/959005d58b14324e","status":"passed","time":{"start":1714297363008,"stop":1714297363009,"duration":1}}]},"tags":[]},"source":"a897b1402f860e4a.json","parameterValues":[]} \ No newline at end of file +{"uid":"e045fcc85ee53f13","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":1714501140348,"stop":1714501140348,"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":3,"unknown":0,"total":3},"items":[{"uid":"8e91a7703814d5f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e91a7703814d5f1","status":"passed","time":{"start":1714494884080,"stop":1714494884081,"duration":1}},{"uid":"7c0977ff7aad726e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c0977ff7aad726e","status":"passed","time":{"start":1714492954778,"stop":1714492954778,"duration":0}}]},"tags":[]},"source":"e045fcc85ee53f13.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b5975160f7b3bca3.json b/6962/data/test-cases/e076712b1218fa46.json similarity index 77% rename from 6944/data/test-cases/b5975160f7b3bca3.json rename to 6962/data/test-cases/e076712b1218fa46.json index 1577dfec4fd..d5eaebf43c8 100644 --- a/6944/data/test-cases/b5975160f7b3bca3.json +++ b/6962/data/test-cases/e076712b1218fa46.json @@ -1 +1 @@ -{"uid":"b5975160f7b3bca3","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":1714425369961,"stop":1714425369962,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"dacb787ed76cdc3e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dacb787ed76cdc3e","status":"passed","time":{"start":1714415516377,"stop":1714415516377,"duration":0}},{"uid":"20b8fd41641820d3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/20b8fd41641820d3","status":"passed","time":{"start":1714415679031,"stop":1714415679031,"duration":0}},{"uid":"55834bab3d1cc15b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/55834bab3d1cc15b","status":"passed","time":{"start":1714407884326,"stop":1714407884327,"duration":1}},{"uid":"2731daefa29818b1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2731daefa29818b1","status":"passed","time":{"start":1714406914316,"stop":1714406914319,"duration":3}},{"uid":"a168fffd737c82e8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a168fffd737c82e8","status":"passed","time":{"start":1714404690110,"stop":1714404690111,"duration":1}},{"uid":"e0f93ad19d455310","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e0f93ad19d455310","status":"passed","time":{"start":1714404379785,"stop":1714404379786,"duration":1}},{"uid":"260953215197ba0e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/260953215197ba0e","status":"passed","time":{"start":1714404194548,"stop":1714404194548,"duration":0}},{"uid":"4ed01dbf0e9574c5","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4ed01dbf0e9574c5","status":"passed","time":{"start":1714386653734,"stop":1714386653734,"duration":0}},{"uid":"28350722ca537bb1","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/28350722ca537bb1","status":"passed","time":{"start":1714385733955,"stop":1714385733955,"duration":0}},{"uid":"53aadc7e73ed13b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/53aadc7e73ed13b","status":"passed","time":{"start":1714385024709,"stop":1714385024709,"duration":0}},{"uid":"7e708b180492acb1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7e708b180492acb1","status":"passed","time":{"start":1714384714555,"stop":1714384714555,"duration":0}},{"uid":"109f99cf14a3a5d5","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/109f99cf14a3a5d5","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067747,"stop":1714384067747,"duration":0}},{"uid":"b1d076f0943f79ea","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b1d076f0943f79ea","status":"passed","time":{"start":1714383490741,"stop":1714383490741,"duration":0}},{"uid":"ded905b92602acb6","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ded905b92602acb6","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840440,"stop":1714383840440,"duration":0}},{"uid":"43c4f8be26526756","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/43c4f8be26526756","status":"passed","time":{"start":1714383300558,"stop":1714383300558,"duration":0}},{"uid":"c6092666f4afa7de","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c6092666f4afa7de","status":"passed","time":{"start":1714383176775,"stop":1714383176775,"duration":0}},{"uid":"5e2a0ef20865d08a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/5e2a0ef20865d08a","status":"passed","time":{"start":1714381688739,"stop":1714381688739,"duration":0}},{"uid":"693fdec9ade831e6","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/693fdec9ade831e6","status":"passed","time":{"start":1714380481150,"stop":1714380481151,"duration":1}},{"uid":"74088f44f60b75ac","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/74088f44f60b75ac","status":"passed","time":{"start":1714380049530,"stop":1714380049531,"duration":1}},{"uid":"6ccf73603dcd171b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6ccf73603dcd171b","status":"passed","time":{"start":1714297302888,"stop":1714297302889,"duration":1}}]},"tags":[]},"source":"b5975160f7b3bca3.json","parameterValues":[]} \ No newline at end of file +{"uid":"e076712b1218fa46","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":1714501050445,"stop":1714501050445,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"96a4d7d39e8761b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/96a4d7d39e8761b","status":"passed","time":{"start":1714494785910,"stop":1714494785910,"duration":0}},{"uid":"5847ec0fc4e02d2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5847ec0fc4e02d2b","status":"passed","time":{"start":1714492898565,"stop":1714492898566,"duration":1}}]},"tags":[]},"source":"e076712b1218fa46.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e0b618b9f8bcd0a1.json b/6962/data/test-cases/e0b618b9f8bcd0a1.json new file mode 100644 index 00000000000..a8788dca290 --- /dev/null +++ b/6962/data/test-cases/e0b618b9f8bcd0a1.json @@ -0,0 +1 @@ +{"uid":"e0b618b9f8bcd0a1","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/","historyId":"83858de5e60dc445f487fd332d149fd7:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525349,"stop":1714500525349,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c5a728281837ced3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c5a728281837ced3","status":"passed","time":{"start":1714494276820,"stop":1714494276820,"duration":0}},{"uid":"b6abcbc0b8d66f61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b6abcbc0b8d66f61","status":"passed","time":{"start":1714492380873,"stop":1714492380874,"duration":1}}]},"tags":[]},"source":"e0b618b9f8bcd0a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e0fdd2e852dc00f6.json b/6962/data/test-cases/e0fdd2e852dc00f6.json new file mode 100644 index 00000000000..e758cd538c5 --- /dev/null +++ b/6962/data/test-cases/e0fdd2e852dc00f6.json @@ -0,0 +1 @@ +{"uid":"e0fdd2e852dc00f6","name":"should aggregate SingleShardInfos into a ShardInfo","fullName":"/src/common/sharding.spec.ts: singleShardInfosToShardInfo > should aggregate SingleShardInfos into a ShardInfo","historyId":"09b668d37ba339160cbe0adc808936ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525335,"stop":1714500525336,"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":"singleShardInfosToShardInfo"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2bd0a9dca9dfc36c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2bd0a9dca9dfc36c","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"7b957575c0025ae4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b957575c0025ae4","status":"passed","time":{"start":1714492380865,"stop":1714492380866,"duration":1}}]},"tags":[]},"source":"e0fdd2e852dc00f6.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b676354b3a386a49.json b/6962/data/test-cases/e114f08461385ac0.json similarity index 84% rename from 6944/data/test-cases/b676354b3a386a49.json rename to 6962/data/test-cases/e114f08461385ac0.json index 3b94b13703d..99f29c46251 100644 --- a/6944/data/test-cases/b676354b3a386a49.json +++ b/6962/data/test-cases/e114f08461385ac0.json @@ -1 +1 @@ -{"uid":"b676354b3a386a49","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":1714425435604,"stop":1714425435604,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"e4a2a927045466f5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e4a2a927045466f5","status":"passed","time":{"start":1714415590117,"stop":1714415590118,"duration":1}},{"uid":"657f83ba21ef2607","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/657f83ba21ef2607","status":"passed","time":{"start":1714415739314,"stop":1714415739314,"duration":0}},{"uid":"f388dd84812310f1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f388dd84812310f1","status":"passed","time":{"start":1714407950097,"stop":1714407950097,"duration":0}},{"uid":"9ec84450efd5339a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9ec84450efd5339a","status":"passed","time":{"start":1714406978419,"stop":1714406978419,"duration":0}},{"uid":"9a90e51dd871655a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9a90e51dd871655a","status":"passed","time":{"start":1714404752131,"stop":1714404752132,"duration":1}},{"uid":"e374645fcbcc978a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e374645fcbcc978a","status":"passed","time":{"start":1714404488085,"stop":1714404488086,"duration":1}},{"uid":"9b0202472e112261","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9b0202472e112261","status":"passed","time":{"start":1714404264812,"stop":1714404264814,"duration":2}},{"uid":"de1069330835c34f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/de1069330835c34f","status":"passed","time":{"start":1714386718893,"stop":1714386718894,"duration":1}},{"uid":"27909b045fcd1bb6","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/27909b045fcd1bb6","status":"passed","time":{"start":1714385802591,"stop":1714385802591,"duration":0}},{"uid":"a250efdd0fabf0dc","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a250efdd0fabf0dc","status":"passed","time":{"start":1714385084313,"stop":1714385084314,"duration":1}},{"uid":"3ebda835b7136314","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3ebda835b7136314","status":"passed","time":{"start":1714384783920,"stop":1714384783921,"duration":1}},{"uid":"77bf929096345b97","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/77bf929096345b97","status":"passed","time":{"start":1714382927647,"stop":1714382927648,"duration":1}},{"uid":"bcf61c7ec13fd0cf","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/bcf61c7ec13fd0cf","status":"passed","time":{"start":1714383573234,"stop":1714383573241,"duration":7}},{"uid":"40434b77a6450316","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/40434b77a6450316","status":"passed","time":{"start":1714382735189,"stop":1714382735190,"duration":1}},{"uid":"48e92a74fb068040","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/48e92a74fb068040","status":"passed","time":{"start":1714383376645,"stop":1714383376646,"duration":1}},{"uid":"9f8fee25e1d54f03","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9f8fee25e1d54f03","status":"passed","time":{"start":1714383261436,"stop":1714383261437,"duration":1}},{"uid":"a79cfec4ebf3a022","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/a79cfec4ebf3a022","status":"passed","time":{"start":1714381767552,"stop":1714381767553,"duration":1}},{"uid":"435f6d974bfa4011","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/435f6d974bfa4011","status":"passed","time":{"start":1714380548877,"stop":1714380548877,"duration":0}},{"uid":"42fe524f1616ce19","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/42fe524f1616ce19","status":"passed","time":{"start":1714380124123,"stop":1714380124124,"duration":1}},{"uid":"61601c60ad059aeb","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/61601c60ad059aeb","status":"passed","time":{"start":1714297355207,"stop":1714297355207,"duration":0}}]},"tags":[]},"source":"b676354b3a386a49.json","parameterValues":[]} \ No newline at end of file +{"uid":"e114f08461385ac0","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":1714501123756,"stop":1714501123759,"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":3,"unknown":0,"total":3},"items":[{"uid":"1cbaab20def3a2d9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1cbaab20def3a2d9","status":"passed","time":{"start":1714494838835,"stop":1714494838835,"duration":0}},{"uid":"f54bc1aed67f039f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f54bc1aed67f039f","status":"passed","time":{"start":1714492985719,"stop":1714492985720,"duration":1}}]},"tags":[]},"source":"e114f08461385ac0.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/14264edd5ee7e318.json b/6962/data/test-cases/e1250a64cf1ab62e.json similarity index 79% rename from 6944/data/test-cases/14264edd5ee7e318.json rename to 6962/data/test-cases/e1250a64cf1ab62e.json index 0312f88a7c9..586b4b3e97f 100644 --- a/6944/data/test-cases/14264edd5ee7e318.json +++ b/6962/data/test-cases/e1250a64cf1ab62e.json @@ -1 +1 @@ -{"uid":"14264edd5ee7e318","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":1714425534881,"stop":1714425534881,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"6cb3f74c77d08d02","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6cb3f74c77d08d02","status":"passed","time":{"start":1714415702280,"stop":1714415702280,"duration":0}},{"uid":"87a775e8720ca1d4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/87a775e8720ca1d4","status":"passed","time":{"start":1714415850488,"stop":1714415850488,"duration":0}},{"uid":"dc85b54a07cad9b2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dc85b54a07cad9b2","status":"passed","time":{"start":1714408049937,"stop":1714408049938,"duration":1}},{"uid":"908e74e285e9a57b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/908e74e285e9a57b","status":"passed","time":{"start":1714407080661,"stop":1714407080661,"duration":0}},{"uid":"5e49fd5b61c0daae","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5e49fd5b61c0daae","status":"passed","time":{"start":1714404860575,"stop":1714404860576,"duration":1}},{"uid":"82170aad1b00f285","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/82170aad1b00f285","status":"passed","time":{"start":1714404585190,"stop":1714404585190,"duration":0}},{"uid":"fc476c4be8b494c1","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/fc476c4be8b494c1","status":"passed","time":{"start":1714404366297,"stop":1714404366297,"duration":0}},{"uid":"fa5b38f04e6783f1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/fa5b38f04e6783f1","status":"passed","time":{"start":1714386825516,"stop":1714386825516,"duration":0}},{"uid":"50336d3c81ea61f0","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/50336d3c81ea61f0","status":"passed","time":{"start":1714385893729,"stop":1714385893729,"duration":0}},{"uid":"c2cb9d04fe34a710","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/c2cb9d04fe34a710","status":"passed","time":{"start":1714385188003,"stop":1714385188003,"duration":0}},{"uid":"170cc5129af93411","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/170cc5129af93411","status":"passed","time":{"start":1714384869901,"stop":1714384869901,"duration":0}},{"uid":"2a598f1f55eeec0a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/2a598f1f55eeec0a","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237104,"stop":1714384237105,"duration":1}},{"uid":"338ae06441ed91e6","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/338ae06441ed91e6","status":"passed","time":{"start":1714383661914,"stop":1714383661914,"duration":0}},{"uid":"82c084b7d2b32552","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/82c084b7d2b32552","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018782,"stop":1714384018782,"duration":0}},{"uid":"5e12a6506f6a4cb8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5e12a6506f6a4cb8","status":"passed","time":{"start":1714383474173,"stop":1714383474173,"duration":0}},{"uid":"73d3f599f2ec5d81","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/73d3f599f2ec5d81","status":"passed","time":{"start":1714383351241,"stop":1714383351241,"duration":0}},{"uid":"297a908f5e08fdcb","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/297a908f5e08fdcb","status":"passed","time":{"start":1714381860508,"stop":1714381860508,"duration":0}},{"uid":"81e765dbe487c740","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/81e765dbe487c740","status":"passed","time":{"start":1714380649651,"stop":1714380649651,"duration":0}},{"uid":"da18d0d40e57366e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/da18d0d40e57366e","status":"passed","time":{"start":1714380216152,"stop":1714380216152,"duration":0}},{"uid":"da33a2b2c640e4eb","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/da33a2b2c640e4eb","status":"passed","time":{"start":1714297452319,"stop":1714297452319,"duration":0}}]},"tags":[]},"source":"14264edd5ee7e318.json","parameterValues":[]} \ No newline at end of file +{"uid":"e1250a64cf1ab62e","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":1714501220681,"stop":1714501220681,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"6e332d8f5dfed659","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e332d8f5dfed659","status":"passed","time":{"start":1714494954432,"stop":1714494954432,"duration":0}},{"uid":"c3ff4673baedd8bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c3ff4673baedd8bb","status":"passed","time":{"start":1714493052128,"stop":1714493052128,"duration":0}}]},"tags":[]},"source":"e1250a64cf1ab62e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e16eba8c4b7dbff1.json b/6962/data/test-cases/e16eba8c4b7dbff1.json new file mode 100644 index 00000000000..6fd57aeb2e1 --- /dev/null +++ b/6962/data/test-cases/e16eba8c4b7dbff1.json @@ -0,0 +1 @@ +{"uid":"e16eba8c4b7dbff1","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":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"e807a261bef9263f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e807a261bef9263f","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"e6d5ece9b37d6b60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e6d5ece9b37d6b60","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"tags":[]},"source":"e16eba8c4b7dbff1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e1787028a19ac059.json b/6962/data/test-cases/e1787028a19ac059.json new file mode 100644 index 00000000000..06136f0ba68 --- /dev/null +++ b/6962/data/test-cases/e1787028a19ac059.json @@ -0,0 +1 @@ +{"uid":"e1787028a19ac059","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":1714500559904,"stop":1714500559906,"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":3,"unknown":0,"total":3},"items":[{"uid":"889575c2cb2214d3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/889575c2cb2214d3","status":"passed","time":{"start":1714494310949,"stop":1714494310950,"duration":1}},{"uid":"47d82849b34fe52f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/47d82849b34fe52f","status":"passed","time":{"start":1714492410934,"stop":1714492410936,"duration":2}}]},"tags":[]},"source":"e1787028a19ac059.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/46cd106f5448cc16.json b/6962/data/test-cases/e1aa6f3c30145c22.json similarity index 83% rename from 6944/data/test-cases/46cd106f5448cc16.json rename to 6962/data/test-cases/e1aa6f3c30145c22.json index beb22364b9c..10f54311070 100644 --- a/6944/data/test-cases/46cd106f5448cc16.json +++ b/6962/data/test-cases/e1aa6f3c30145c22.json @@ -1 +1 @@ -{"uid":"46cd106f5448cc16","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":1714425301140,"stop":1714425301140,"duration":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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"755dc95f74a0f01a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/755dc95f74a0f01a","status":"passed","time":{"start":1714415473270,"stop":1714415473271,"duration":1}},{"uid":"d81c431361767b03","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d81c431361767b03","status":"passed","time":{"start":1714415615365,"stop":1714415615365,"duration":0}},{"uid":"c3ee4c9908acda7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c3ee4c9908acda7","status":"passed","time":{"start":1714407816874,"stop":1714407816874,"duration":0}},{"uid":"185dacc65b13e505","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/185dacc65b13e505","status":"passed","time":{"start":1714406861594,"stop":1714406861594,"duration":0}},{"uid":"95f5ffe96a12b252","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/95f5ffe96a12b252","status":"passed","time":{"start":1714404628277,"stop":1714404628277,"duration":0}},{"uid":"c4971cd331483ca2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c4971cd331483ca2","status":"passed","time":{"start":1714404348897,"stop":1714404348897,"duration":0}},{"uid":"4c2af727502972f5","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4c2af727502972f5","status":"passed","time":{"start":1714404137254,"stop":1714404137263,"duration":9}},{"uid":"dcb3eb0859eede2d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/dcb3eb0859eede2d","status":"passed","time":{"start":1714386585852,"stop":1714386585852,"duration":0}},{"uid":"cf7931def8f65677","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/cf7931def8f65677","status":"passed","time":{"start":1714385651946,"stop":1714385651946,"duration":0}},{"uid":"de8e1a7e702c4130","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/de8e1a7e702c4130","status":"passed","time":{"start":1714384939251,"stop":1714384939251,"duration":0}},{"uid":"cd8991603da03e1b","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/cd8991603da03e1b","status":"passed","time":{"start":1714384633424,"stop":1714384633424,"duration":0}},{"uid":"b5e1310d7ab8bc6e","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b5e1310d7ab8bc6e","status":"passed","time":{"start":1714383068444,"stop":1714383068444,"duration":0}},{"uid":"f263c85004cffa15","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f263c85004cffa15","status":"passed","time":{"start":1714383427872,"stop":1714383427872,"duration":0}},{"uid":"7655c565f821c69a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/7655c565f821c69a","status":"passed","time":{"start":1714382856568,"stop":1714382856569,"duration":1}},{"uid":"cf0ef159ce46d349","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/cf0ef159ce46d349","status":"passed","time":{"start":1714383232255,"stop":1714383232255,"duration":0}},{"uid":"afd0741e867e3cf6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/afd0741e867e3cf6","status":"passed","time":{"start":1714383125891,"stop":1714383125902,"duration":11}},{"uid":"d6d220699208a85a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d6d220699208a85a","status":"passed","time":{"start":1714381639316,"stop":1714381639316,"duration":0}},{"uid":"f0a9b4f4c9f3e52f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f0a9b4f4c9f3e52f","status":"passed","time":{"start":1714380392366,"stop":1714380392367,"duration":1}},{"uid":"5acc601032e8731f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/5acc601032e8731f","status":"passed","time":{"start":1714379984453,"stop":1714379984453,"duration":0}},{"uid":"546bb1783846f7fc","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/546bb1783846f7fc","status":"passed","time":{"start":1714297212219,"stop":1714297212219,"duration":0}}]},"tags":[]},"source":"46cd106f5448cc16.json","parameterValues":[]} \ No newline at end of file +{"uid":"e1aa6f3c30145c22","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":1714500976559,"stop":1714500976559,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"d25b0981c27c2d7d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d25b0981c27c2d7d","status":"passed","time":{"start":1714494735303,"stop":1714494735303,"duration":0}},{"uid":"186946c4f92d6978","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/186946c4f92d6978","status":"passed","time":{"start":1714492814971,"stop":1714492814972,"duration":1}}]},"tags":[]},"source":"e1aa6f3c30145c22.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e1be1b5d231f10a4.json b/6962/data/test-cases/e1be1b5d231f10a4.json new file mode 100644 index 00000000000..cca1e1f94a5 --- /dev/null +++ b/6962/data/test-cases/e1be1b5d231f10a4.json @@ -0,0 +1 @@ +{"uid":"e1be1b5d231f10a4","name":"ENRTree (tree): should parse a DNS tree entry","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (tree): should parse a DNS tree entry","historyId":"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550276,"stop":1714500550276,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"335f0bf9037459bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/335f0bf9037459bf","status":"passed","time":{"start":1714494300697,"stop":1714494300697,"duration":0}},{"uid":"964f7fd4bac5765a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/964f7fd4bac5765a","status":"passed","time":{"start":1714492404704,"stop":1714492404705,"duration":1}}]},"tags":[]},"source":"e1be1b5d231f10a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ed932ae31d2b7e69.json b/6962/data/test-cases/e242288df4ca6949.json similarity index 80% rename from 6944/data/test-cases/ed932ae31d2b7e69.json rename to 6962/data/test-cases/e242288df4ca6949.json index 9fbf9f5cd96..b0dbf796c5f 100644 --- a/6944/data/test-cases/ed932ae31d2b7e69.json +++ b/6962/data/test-cases/e242288df4ca6949.json @@ -1 +1 @@ -{"uid":"ed932ae31d2b7e69","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425534882,"stop":1714425534882,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"f0205b4c558fa7e3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f0205b4c558fa7e3","status":"passed","time":{"start":1714415702281,"stop":1714415702282,"duration":1}},{"uid":"d37aa012ca5d61cb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d37aa012ca5d61cb","status":"passed","time":{"start":1714415850490,"stop":1714415850490,"duration":0}},{"uid":"cb10cfbc3ddfba7e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cb10cfbc3ddfba7e","status":"passed","time":{"start":1714408049939,"stop":1714408049939,"duration":0}},{"uid":"898087966fa8570e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/898087966fa8570e","status":"passed","time":{"start":1714407080662,"stop":1714407080663,"duration":1}},{"uid":"9c256a948f1c1b26","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9c256a948f1c1b26","status":"passed","time":{"start":1714404860577,"stop":1714404860577,"duration":0}},{"uid":"53076d84467be0c5","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/53076d84467be0c5","status":"passed","time":{"start":1714404585191,"stop":1714404585191,"duration":0}},{"uid":"ce2e427b212ae973","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ce2e427b212ae973","status":"passed","time":{"start":1714404366299,"stop":1714404366299,"duration":0}},{"uid":"f6496ce2a4d43372","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f6496ce2a4d43372","status":"passed","time":{"start":1714386825517,"stop":1714386825518,"duration":1}},{"uid":"f4a495e3ffd3da64","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f4a495e3ffd3da64","status":"passed","time":{"start":1714385893730,"stop":1714385893730,"duration":0}},{"uid":"e7cbe0950f8be0d9","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e7cbe0950f8be0d9","status":"passed","time":{"start":1714385188004,"stop":1714385188004,"duration":0}},{"uid":"418163c08cd3e18","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/418163c08cd3e18","status":"passed","time":{"start":1714384869902,"stop":1714384869903,"duration":1}},{"uid":"e88669fb6a88b460","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/e88669fb6a88b460","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237110,"stop":1714384237110,"duration":0}},{"uid":"5f4517185e5900c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/5f4517185e5900c","status":"passed","time":{"start":1714383661915,"stop":1714383661915,"duration":0}},{"uid":"dc0475d89690bab0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/dc0475d89690bab0","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018785,"stop":1714384018785,"duration":0}},{"uid":"d340515eda03b68b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d340515eda03b68b","status":"passed","time":{"start":1714383474174,"stop":1714383474174,"duration":0}},{"uid":"b86463eeb6b75a17","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b86463eeb6b75a17","status":"passed","time":{"start":1714383351243,"stop":1714383351243,"duration":0}},{"uid":"d2836eac0734df8d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/d2836eac0734df8d","status":"passed","time":{"start":1714381860509,"stop":1714381860509,"duration":0}},{"uid":"99e98ba8ecca90","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/99e98ba8ecca90","status":"passed","time":{"start":1714380649652,"stop":1714380649652,"duration":0}},{"uid":"fd1837d782540e89","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/fd1837d782540e89","status":"passed","time":{"start":1714380216154,"stop":1714380216154,"duration":0}},{"uid":"ff2db49b8ae45380","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ff2db49b8ae45380","status":"passed","time":{"start":1714297452320,"stop":1714297452320,"duration":0}}]},"tags":[]},"source":"ed932ae31d2b7e69.json","parameterValues":[]} \ No newline at end of file +{"uid":"e242288df4ca6949","name":"Subscribe to 100 topics (new limit) at once and receives messages","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Subscribe to 100 topics (new limit) at once and receives messages","historyId":"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501220682,"stop":1714501220683,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"b0b73e4e7780742f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0b73e4e7780742f","status":"passed","time":{"start":1714494954433,"stop":1714494954434,"duration":1}},{"uid":"ba31223c1c03cd0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ba31223c1c03cd0b","status":"passed","time":{"start":1714493052129,"stop":1714493052130,"duration":1}}]},"tags":[]},"source":"e242288df4ca6949.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e25192eac445a59e.json b/6962/data/test-cases/e25192eac445a59e.json new file mode 100644 index 00000000000..54347e89c04 --- /dev/null +++ b/6962/data/test-cases/e25192eac445a59e.json @@ -0,0 +1 @@ +{"uid":"e25192eac445a59e","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","fullName":"/src/dns/dns.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","historyId":"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"25d792931c16b72d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/25d792931c16b72d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494301222,"stop":1714494301222,"duration":0}},{"uid":"f18e3403decd97e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f18e3403decd97e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492405130,"stop":1714492405131,"duration":1}}]},"tags":[]},"source":"e25192eac445a59e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e254a4edbcc03ce0.json b/6962/data/test-cases/e254a4edbcc03ce0.json new file mode 100644 index 00000000000..7737a959fc5 --- /dev/null +++ b/6962/data/test-cases/e254a4edbcc03ce0.json @@ -0,0 +1 @@ +{"uid":"e254a4edbcc03ce0","name":"should return a calculated topic if SingleShardInfo is provided","fullName":"/src/common/sharding.spec.ts: determinePubsubTopic > should return a calculated topic if SingleShardInfo is provided","historyId":"6e1381ac200671b08c9707a8643fc79e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525352,"stop":1714500525352,"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":"determinePubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"58cc9896e87f5671","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/58cc9896e87f5671","status":"passed","time":{"start":1714494276823,"stop":1714494276823,"duration":0}},{"uid":"6f472180de282c30","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6f472180de282c30","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"tags":[]},"source":"e254a4edbcc03ce0.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e28944eeeee2dc4.json b/6962/data/test-cases/e28944eeeee2dc4.json new file mode 100644 index 00000000000..457aa766265 --- /dev/null +++ b/6962/data/test-cases/e28944eeeee2dc4.json @@ -0,0 +1 @@ +{"uid":"e28944eeeee2dc4","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":1714501153788,"stop":1714501153789,"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":3,"unknown":0,"total":3},"items":[{"uid":"a0a95e3c1c86f6fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0a95e3c1c86f6fe","status":"passed","time":{"start":1714494896479,"stop":1714494896480,"duration":1}},{"uid":"59fa7690576af52d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/59fa7690576af52d","status":"passed","time":{"start":1714492987117,"stop":1714492987117,"duration":0}}]},"tags":[]},"source":"e28944eeeee2dc4.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/53c892fc8a9550bf.json b/6962/data/test-cases/e29af83e83fc5511.json similarity index 76% rename from 6944/data/test-cases/53c892fc8a9550bf.json rename to 6962/data/test-cases/e29af83e83fc5511.json index 986689408f3..766595b6af1 100644 --- a/6944/data/test-cases/53c892fc8a9550bf.json +++ b/6962/data/test-cases/e29af83e83fc5511.json @@ -1 +1 @@ -{"uid":"53c892fc8a9550bf","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":1714425348180,"stop":1714425348181,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"572db88af17a9124","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/572db88af17a9124","status":"passed","time":{"start":1714415541645,"stop":1714415541645,"duration":0}},{"uid":"66cc12988a24bf48","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/66cc12988a24bf48","status":"passed","time":{"start":1714415666676,"stop":1714415666676,"duration":0}},{"uid":"316f40c3bb2e2dbf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/316f40c3bb2e2dbf","status":"passed","time":{"start":1714407867318,"stop":1714407867318,"duration":0}},{"uid":"4b14b8864b7e8528","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4b14b8864b7e8528","status":"passed","time":{"start":1714406901760,"stop":1714406901760,"duration":0}},{"uid":"a211ce08848f8a7b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a211ce08848f8a7b","status":"passed","time":{"start":1714404685932,"stop":1714404685932,"duration":0}},{"uid":"fac7644afff3c6fe","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/fac7644afff3c6fe","status":"passed","time":{"start":1714404389186,"stop":1714404389186,"duration":0}},{"uid":"46c539625834ee59","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/46c539625834ee59","status":"passed","time":{"start":1714404179637,"stop":1714404179638,"duration":1}},{"uid":"b1afea83e370adcc","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b1afea83e370adcc","status":"passed","time":{"start":1714386642375,"stop":1714386642375,"duration":0}},{"uid":"62b584bee3c79ff2","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/62b584bee3c79ff2","status":"passed","time":{"start":1714385705595,"stop":1714385705595,"duration":0}},{"uid":"e59804b336ac8b43","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e59804b336ac8b43","status":"passed","time":{"start":1714385001595,"stop":1714385001595,"duration":0}},{"uid":"ae8d37c3e8fe9dff","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ae8d37c3e8fe9dff","status":"passed","time":{"start":1714384689786,"stop":1714384689787,"duration":1}},{"uid":"ae0db9be34cad09a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ae0db9be34cad09a","status":"passed","time":{"start":1714383060300,"stop":1714383060301,"duration":1}},{"uid":"769f549a602b5d84","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/769f549a602b5d84","status":"passed","time":{"start":1714383479967,"stop":1714383479968,"duration":1}},{"uid":"9a7364d20d5ca54e","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9a7364d20d5ca54e","status":"passed","time":{"start":1714382864760,"stop":1714382864760,"duration":0}},{"uid":"47d8524b2fe32322","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/47d8524b2fe32322","status":"passed","time":{"start":1714383281576,"stop":1714383281577,"duration":1}},{"uid":"8f7dd9e35aa025ae","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8f7dd9e35aa025ae","status":"passed","time":{"start":1714383168058,"stop":1714383168058,"duration":0}},{"uid":"86837f851acc49d1","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/86837f851acc49d1","status":"passed","time":{"start":1714381685741,"stop":1714381685741,"duration":0}},{"uid":"fe80579c33a2c45","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fe80579c33a2c45","status":"passed","time":{"start":1714380450800,"stop":1714380450801,"duration":1}},{"uid":"d11a8eac121e5769","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d11a8eac121e5769","status":"passed","time":{"start":1714380035066,"stop":1714380035067,"duration":1}},{"uid":"615e0b42914ae48","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/615e0b42914ae48","status":"passed","time":{"start":1714297259180,"stop":1714297259180,"duration":0}}]},"tags":[]},"source":"53c892fc8a9550bf.json","parameterValues":[]} \ No newline at end of file +{"uid":"e29af83e83fc5511","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":1714501036163,"stop":1714501036164,"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":3,"unknown":0,"total":3},"items":[{"uid":"cb4ec790630fe729","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cb4ec790630fe729","status":"passed","time":{"start":1714494788144,"stop":1714494788144,"duration":0}},{"uid":"82141acb12e33cbd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82141acb12e33cbd","status":"passed","time":{"start":1714492860431,"stop":1714492860431,"duration":0}}]},"tags":[]},"source":"e29af83e83fc5511.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e2fd4fca8cfd2cc1.json b/6962/data/test-cases/e2fd4fca8cfd2cc1.json new file mode 100644 index 00000000000..351546246ee --- /dev/null +++ b/6962/data/test-cases/e2fd4fca8cfd2cc1.json @@ -0,0 +1 @@ +{"uid":"e2fd4fca8cfd2cc1","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":1714501013445,"stop":1714501013445,"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":3,"unknown":0,"total":3},"items":[{"uid":"16877645d967cd40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16877645d967cd40","status":"passed","time":{"start":1714494760922,"stop":1714494760922,"duration":0}},{"uid":"793440474d335b94","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/793440474d335b94","status":"passed","time":{"start":1714492834195,"stop":1714492834195,"duration":0}}]},"tags":[]},"source":"e2fd4fca8cfd2cc1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e39e4277a9d4d785.json b/6962/data/test-cases/e39e4277a9d4d785.json new file mode 100644 index 00000000000..47b0b2a5402 --- /dev/null +++ b/6962/data/test-cases/e39e4277a9d4d785.json @@ -0,0 +1 @@ +{"uid":"e39e4277a9d4d785","name":"ENRTree (root): should parse and verify and DNS root entry","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should parse and verify and DNS root entry","historyId":"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550274,"stop":1714500550274,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4765f22cc07e00de","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4765f22cc07e00de","status":"passed","time":{"start":1714494300694,"stop":1714494300695,"duration":1}},{"uid":"836a697c3d0de5f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/836a697c3d0de5f8","status":"passed","time":{"start":1714492404702,"stop":1714492404702,"duration":0}}]},"tags":[]},"source":"e39e4277a9d4d785.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e3adcab77d43932a.json b/6962/data/test-cases/e3adcab77d43932a.json new file mode 100644 index 00000000000..c99f165f1d7 --- /dev/null +++ b/6962/data/test-cases/e3adcab77d43932a.json @@ -0,0 +1 @@ +{"uid":"e3adcab77d43932a","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":1714500744141,"stop":1714500744141,"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":3,"unknown":0,"total":3},"items":[{"uid":"56c2affe88a99214","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56c2affe88a99214","status":"passed","time":{"start":1714494482347,"stop":1714494482348,"duration":1}},{"uid":"d4432cada4bcec05","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4432cada4bcec05","status":"passed","time":{"start":1714492591360,"stop":1714492591360,"duration":0}}]},"tags":[]},"source":"e3adcab77d43932a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5ca6b98a94d76d32.json b/6962/data/test-cases/e3d339dd0c34e969.json similarity index 83% rename from 6944/data/test-cases/5ca6b98a94d76d32.json rename to 6962/data/test-cases/e3d339dd0c34e969.json index d57d4407035..c4d54a33431 100644 --- a/6944/data/test-cases/5ca6b98a94d76d32.json +++ b/6962/data/test-cases/e3d339dd0c34e969.json @@ -1 +1 @@ -{"uid":"5ca6b98a94d76d32","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":1714425301104,"stop":1714425301105,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"9f8e3657c59b3d73","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9f8e3657c59b3d73","status":"passed","time":{"start":1714415473261,"stop":1714415473262,"duration":1}},{"uid":"a300d56d3fa8d9e2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a300d56d3fa8d9e2","status":"passed","time":{"start":1714415615356,"stop":1714415615356,"duration":0}},{"uid":"2015a3f049adb32","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2015a3f049adb32","status":"passed","time":{"start":1714407816864,"stop":1714407816867,"duration":3}},{"uid":"e1c0449a7d838d41","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e1c0449a7d838d41","status":"passed","time":{"start":1714406861587,"stop":1714406861590,"duration":3}},{"uid":"217cc720b93e27c5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/217cc720b93e27c5","status":"passed","time":{"start":1714404628274,"stop":1714404628274,"duration":0}},{"uid":"b27ac69e1af58377","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b27ac69e1af58377","status":"passed","time":{"start":1714404348892,"stop":1714404348893,"duration":1}},{"uid":"10f52c11ee479880","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/10f52c11ee479880","status":"passed","time":{"start":1714404137219,"stop":1714404137220,"duration":1}},{"uid":"9545b1ea50684523","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9545b1ea50684523","status":"passed","time":{"start":1714386585847,"stop":1714386585847,"duration":0}},{"uid":"45f486b008d46dca","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/45f486b008d46dca","status":"passed","time":{"start":1714385651938,"stop":1714385651939,"duration":1}},{"uid":"4c83ac936628d4da","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4c83ac936628d4da","status":"passed","time":{"start":1714384939241,"stop":1714384939242,"duration":1}},{"uid":"265f8fc482111c6e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/265f8fc482111c6e","status":"passed","time":{"start":1714384633420,"stop":1714384633420,"duration":0}},{"uid":"cb2130669d7b8f38","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/cb2130669d7b8f38","status":"passed","time":{"start":1714383068440,"stop":1714383068440,"duration":0}},{"uid":"9b2e78b7648115dc","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9b2e78b7648115dc","status":"passed","time":{"start":1714383427862,"stop":1714383427863,"duration":1}},{"uid":"de33e08b10fbf122","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/de33e08b10fbf122","status":"passed","time":{"start":1714382856564,"stop":1714382856564,"duration":0}},{"uid":"fd701c2e9b315443","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/fd701c2e9b315443","status":"passed","time":{"start":1714383232251,"stop":1714383232251,"duration":0}},{"uid":"58b7ba08e915ee67","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/58b7ba08e915ee67","status":"passed","time":{"start":1714383125887,"stop":1714383125887,"duration":0}},{"uid":"b1576dafc94d086d","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b1576dafc94d086d","status":"passed","time":{"start":1714381639311,"stop":1714381639311,"duration":0}},{"uid":"fd22e6a8ad965513","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fd22e6a8ad965513","status":"passed","time":{"start":1714380392362,"stop":1714380392362,"duration":0}},{"uid":"4f3d3bb7c4617267","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4f3d3bb7c4617267","status":"passed","time":{"start":1714379984449,"stop":1714379984449,"duration":0}},{"uid":"1298320e3f0d061e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/1298320e3f0d061e","status":"passed","time":{"start":1714297212214,"stop":1714297212214,"duration":0}}]},"tags":[]},"source":"5ca6b98a94d76d32.json","parameterValues":[]} \ No newline at end of file +{"uid":"e3d339dd0c34e969","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":1714500976549,"stop":1714500976551,"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":3,"unknown":0,"total":3},"items":[{"uid":"9a9b7a8bbd8a0468","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a9b7a8bbd8a0468","status":"passed","time":{"start":1714494735292,"stop":1714494735293,"duration":1}},{"uid":"f4bd8ed8023d1682","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f4bd8ed8023d1682","status":"passed","time":{"start":1714492814962,"stop":1714492814963,"duration":1}}]},"tags":[]},"source":"e3d339dd0c34e969.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/e7c29f4b75705643.json b/6962/data/test-cases/e3f71660b5113b70.json similarity index 84% rename from 6944/data/test-cases/e7c29f4b75705643.json rename to 6962/data/test-cases/e3f71660b5113b70.json index c487049a2a4..74cbbd704aa 100644 --- a/6944/data/test-cases/e7c29f4b75705643.json +++ b/6962/data/test-cases/e3f71660b5113b70.json @@ -1 +1 @@ -{"uid":"e7c29f4b75705643","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":1714425435608,"stop":1714425435608,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"6a78d2553089bb65","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6a78d2553089bb65","status":"passed","time":{"start":1714415590154,"stop":1714415590154,"duration":0}},{"uid":"e51b478da31688b6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e51b478da31688b6","status":"passed","time":{"start":1714415739321,"stop":1714415739322,"duration":1}},{"uid":"d2ae69f05056908a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d2ae69f05056908a","status":"passed","time":{"start":1714407950105,"stop":1714407950105,"duration":0}},{"uid":"92d76ce9adab9352","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/92d76ce9adab9352","status":"passed","time":{"start":1714406978443,"stop":1714406978443,"duration":0}},{"uid":"bb9732e2a52dae8c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bb9732e2a52dae8c","status":"passed","time":{"start":1714404752142,"stop":1714404752142,"duration":0}},{"uid":"8b46cde1770419e4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8b46cde1770419e4","status":"passed","time":{"start":1714404488119,"stop":1714404488126,"duration":7}},{"uid":"d681962d794b76b0","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d681962d794b76b0","status":"passed","time":{"start":1714404264822,"stop":1714404264823,"duration":1}},{"uid":"3cb53de3494efc3d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/3cb53de3494efc3d","status":"passed","time":{"start":1714386718899,"stop":1714386718899,"duration":0}},{"uid":"37812a24fcf67eeb","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/37812a24fcf67eeb","status":"passed","time":{"start":1714385802599,"stop":1714385802599,"duration":0}},{"uid":"b5345dfc08621dc5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b5345dfc08621dc5","status":"passed","time":{"start":1714385084321,"stop":1714385084322,"duration":1}},{"uid":"318c47a861cb5d67","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/318c47a861cb5d67","status":"passed","time":{"start":1714384783924,"stop":1714384783924,"duration":0}},{"uid":"d4cdb86113df489e","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d4cdb86113df489e","status":"passed","time":{"start":1714382927678,"stop":1714382927678,"duration":0}},{"uid":"c6bc730be53696e4","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c6bc730be53696e4","status":"passed","time":{"start":1714383573246,"stop":1714383573246,"duration":0}},{"uid":"b25b1455a1eb72ce","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b25b1455a1eb72ce","status":"passed","time":{"start":1714382735196,"stop":1714382735196,"duration":0}},{"uid":"46780b901c286c0b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/46780b901c286c0b","status":"passed","time":{"start":1714383376661,"stop":1714383376661,"duration":0}},{"uid":"cfc4448c70713388","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/cfc4448c70713388","status":"passed","time":{"start":1714383261443,"stop":1714383261444,"duration":1}},{"uid":"1b2f4cea298d7b18","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/1b2f4cea298d7b18","status":"passed","time":{"start":1714381767556,"stop":1714381767556,"duration":0}},{"uid":"c486933cb527557f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c486933cb527557f","status":"passed","time":{"start":1714380548881,"stop":1714380548881,"duration":0}},{"uid":"ae9af34992e6707d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ae9af34992e6707d","status":"passed","time":{"start":1714380124127,"stop":1714380124128,"duration":1}},{"uid":"a7adbaccd17a0dae","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a7adbaccd17a0dae","status":"passed","time":{"start":1714297355211,"stop":1714297355211,"duration":0}}]},"tags":[]},"source":"e7c29f4b75705643.json","parameterValues":[]} \ No newline at end of file +{"uid":"e3f71660b5113b70","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":1714501123779,"stop":1714501123779,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"30f59dab865d60c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/30f59dab865d60c","status":"passed","time":{"start":1714494838841,"stop":1714494838841,"duration":0}},{"uid":"5553bef2385b00b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5553bef2385b00b0","status":"passed","time":{"start":1714492985741,"stop":1714492985742,"duration":1}}]},"tags":[]},"source":"e3f71660b5113b70.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/7733e386ed1c8cf3.json b/6962/data/test-cases/e3f82c7b1a7d730e.json similarity index 79% rename from 6944/data/test-cases/7733e386ed1c8cf3.json rename to 6962/data/test-cases/e3f82c7b1a7d730e.json index eeb982dc97b..3590193d033 100644 --- a/6944/data/test-cases/7733e386ed1c8cf3.json +++ b/6962/data/test-cases/e3f82c7b1a7d730e.json @@ -1 +1 @@ -{"uid":"7733e386ed1c8cf3","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":1714425534884,"stop":1714425534884,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"4215578bd3b4f604","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4215578bd3b4f604","status":"passed","time":{"start":1714415702284,"stop":1714415702284,"duration":0}},{"uid":"3acc3eb354e609f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3acc3eb354e609f","status":"passed","time":{"start":1714415850492,"stop":1714415850493,"duration":1}},{"uid":"11f9636e6859c499","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/11f9636e6859c499","status":"passed","time":{"start":1714408049941,"stop":1714408049941,"duration":0}},{"uid":"11371f191a0a3edb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/11371f191a0a3edb","status":"passed","time":{"start":1714407080664,"stop":1714407080665,"duration":1}},{"uid":"3306588e3eb5a934","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3306588e3eb5a934","status":"passed","time":{"start":1714404860580,"stop":1714404860580,"duration":0}},{"uid":"6b6a9a5b70c4b6ee","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6b6a9a5b70c4b6ee","status":"passed","time":{"start":1714404585194,"stop":1714404585194,"duration":0}},{"uid":"5b2dfe4a72d42352","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5b2dfe4a72d42352","status":"passed","time":{"start":1714404366301,"stop":1714404366301,"duration":0}},{"uid":"f3f5697665c751a0","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f3f5697665c751a0","status":"passed","time":{"start":1714386825520,"stop":1714386825520,"duration":0}},{"uid":"4c57bc4e9978acef","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4c57bc4e9978acef","status":"passed","time":{"start":1714385893732,"stop":1714385893732,"duration":0}},{"uid":"22553356ed44eb71","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/22553356ed44eb71","status":"passed","time":{"start":1714385188006,"stop":1714385188007,"duration":1}},{"uid":"7cb4264aaa56ef2a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7cb4264aaa56ef2a","status":"passed","time":{"start":1714384869905,"stop":1714384869905,"duration":0}},{"uid":"2bd4068bc0851014","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/2bd4068bc0851014","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237115,"stop":1714384237115,"duration":0}},{"uid":"b0316e2dafda14d2","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b0316e2dafda14d2","status":"passed","time":{"start":1714383661917,"stop":1714383661918,"duration":1}},{"uid":"d435d09f0aa30db","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d435d09f0aa30db","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018791,"stop":1714384018791,"duration":0}},{"uid":"bcd510797bd177f5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/bcd510797bd177f5","status":"passed","time":{"start":1714383474176,"stop":1714383474176,"duration":0}},{"uid":"a9c96779b9d63a80","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a9c96779b9d63a80","status":"passed","time":{"start":1714383351245,"stop":1714383351245,"duration":0}},{"uid":"115bba50dd7d1fe6","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/115bba50dd7d1fe6","status":"passed","time":{"start":1714381860511,"stop":1714381860511,"duration":0}},{"uid":"16882adde904de19","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/16882adde904de19","status":"passed","time":{"start":1714380649655,"stop":1714380649655,"duration":0}},{"uid":"29020fb4eb854eef","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/29020fb4eb854eef","status":"passed","time":{"start":1714380216156,"stop":1714380216156,"duration":0}},{"uid":"7686b01e4ec95a55","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7686b01e4ec95a55","status":"passed","time":{"start":1714297452322,"stop":1714297452322,"duration":0}}]},"tags":[]},"source":"7733e386ed1c8cf3.json","parameterValues":[]} \ No newline at end of file +{"uid":"e3f82c7b1a7d730e","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":1714501220684,"stop":1714501220685,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"33a04b1685cadb3a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/33a04b1685cadb3a","status":"passed","time":{"start":1714494954436,"stop":1714494954436,"duration":0}},{"uid":"dc479954826b8bc1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc479954826b8bc1","status":"passed","time":{"start":1714493052132,"stop":1714493052132,"duration":0}}]},"tags":[]},"source":"e3f82c7b1a7d730e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/af2083a4dbceba53.json b/6962/data/test-cases/e4b1f3388e3f984b.json similarity index 96% rename from 6944/data/test-cases/af2083a4dbceba53.json rename to 6962/data/test-cases/e4b1f3388e3f984b.json index a4e2d09be7f..4e0c894eff4 100644 --- a/6944/data/test-cases/af2083a4dbceba53.json +++ b/6962/data/test-cases/e4b1f3388e3f984b.json @@ -1 +1 @@ -{"uid":"af2083a4dbceba53","name":"Check received message with timestamp: 1714424900210000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1714424900210000000 ","historyId":"311e6992344d093854e7dcfcf42181d8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425068152,"stop":1714425068152,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"af2083a4dbceba53.json","parameterValues":[]} \ No newline at end of file +{"uid":"e4b1f3388e3f984b","name":"Check received message with timestamp: 1714500578193000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1714500578193000000 ","historyId":"962727c759bbdbb6c83b55c5ac106cba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500735366,"stop":1714500735366,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e4b1f3388e3f984b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e4bc206b2420125b.json b/6962/data/test-cases/e4bc206b2420125b.json new file mode 100644 index 00000000000..86493317c5e --- /dev/null +++ b/6962/data/test-cases/e4bc206b2420125b.json @@ -0,0 +1 @@ +{"uid":"e4bc206b2420125b","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":1714500786931,"stop":1714500786931,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"9233e20ae89c427d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9233e20ae89c427d","status":"passed","time":{"start":1714494536937,"stop":1714494536938,"duration":1}},{"uid":"573acf04d95d4ed0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/573acf04d95d4ed0","status":"passed","time":{"start":1714492635273,"stop":1714492635273,"duration":0}}]},"tags":[]},"source":"e4bc206b2420125b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e5845635fed46fef.json b/6962/data/test-cases/e5845635fed46fef.json new file mode 100644 index 00000000000..e7c56d0222d --- /dev/null +++ b/6962/data/test-cases/e5845635fed46fef.json @@ -0,0 +1 @@ +{"uid":"e5845635fed46fef","name":"receives messages sent to provided content topic through stream","fullName":"/tests/sdk/content_topic.spec.ts: SDK: Creating by Content Topic > receives messages sent to provided content topic through stream","historyId":"cbb481de5670def24b36ec0b156d8751:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501036384,"stop":1714501036385,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.sdk"},{"name":"parentSuite","value":"SDK: Creating by Content Topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"cdded0abfd972e04","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cdded0abfd972e04","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786058,"stop":1714494786058,"duration":0}},{"uid":"d484b3c31160ef24","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d484b3c31160ef24","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860590,"stop":1714492860590,"duration":0}}]},"tags":[]},"source":"e5845635fed46fef.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e59bbeb309e7e493.json b/6962/data/test-cases/e59bbeb309e7e493.json new file mode 100644 index 00000000000..71d2c57c908 --- /dev/null +++ b/6962/data/test-cases/e59bbeb309e7e493.json @@ -0,0 +1 @@ +{"uid":"e59bbeb309e7e493","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":1714500744098,"stop":1714500744100,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=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":3,"unknown":0,"total":3},"items":[{"uid":"a2d026cc264e56b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a2d026cc264e56b3","status":"passed","time":{"start":1714494482325,"stop":1714494482325,"duration":0}},{"uid":"2877758a69cc2027","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2877758a69cc2027","status":"passed","time":{"start":1714492591346,"stop":1714492591347,"duration":1}}]},"tags":[]},"source":"e59bbeb309e7e493.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/291fc6a058056464.json b/6962/data/test-cases/e5efac5eb4e63d22.json similarity index 78% rename from 6944/data/test-cases/291fc6a058056464.json rename to 6962/data/test-cases/e5efac5eb4e63d22.json index 3df05ff7387..0a442d025f2 100644 --- a/6944/data/test-cases/291fc6a058056464.json +++ b/6962/data/test-cases/e5efac5eb4e63d22.json @@ -1 +1 @@ -{"uid":"291fc6a058056464","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":1714425369957,"stop":1714425369958,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"5fa1df3cb4446ccf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5fa1df3cb4446ccf","status":"passed","time":{"start":1714415516375,"stop":1714415516375,"duration":0}},{"uid":"11028313eb9d580b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/11028313eb9d580b","status":"passed","time":{"start":1714415679029,"stop":1714415679029,"duration":0}},{"uid":"8f95103fa13a8b1a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8f95103fa13a8b1a","status":"passed","time":{"start":1714407884324,"stop":1714407884324,"duration":0}},{"uid":"ed5f44394da605c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ed5f44394da605c","status":"passed","time":{"start":1714406914313,"stop":1714406914313,"duration":0}},{"uid":"7d7512728d4e48d3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7d7512728d4e48d3","status":"passed","time":{"start":1714404690108,"stop":1714404690109,"duration":1}},{"uid":"45aed08b113ee075","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/45aed08b113ee075","status":"passed","time":{"start":1714404379780,"stop":1714404379780,"duration":0}},{"uid":"fa207e0e8ad7ccb7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/fa207e0e8ad7ccb7","status":"passed","time":{"start":1714404194543,"stop":1714404194543,"duration":0}},{"uid":"8089b210c43b5509","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/8089b210c43b5509","status":"passed","time":{"start":1714386653730,"stop":1714386653731,"duration":1}},{"uid":"c31c6b5c7ca8e4ca","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c31c6b5c7ca8e4ca","status":"passed","time":{"start":1714385733952,"stop":1714385733953,"duration":1}},{"uid":"94a6863d45cc82e5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/94a6863d45cc82e5","status":"passed","time":{"start":1714385024703,"stop":1714385024704,"duration":1}},{"uid":"b0e5b9913e79ab24","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b0e5b9913e79ab24","status":"passed","time":{"start":1714384714553,"stop":1714384714553,"duration":0}},{"uid":"498fab305c18daad","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/498fab305c18daad","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067736,"stop":1714384067736,"duration":0}},{"uid":"1057b48fadd52a8a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1057b48fadd52a8a","status":"passed","time":{"start":1714383490738,"stop":1714383490738,"duration":0}},{"uid":"4e762f8036cf7095","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4e762f8036cf7095","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840433,"stop":1714383840433,"duration":0}},{"uid":"ac40efa8c22d431e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ac40efa8c22d431e","status":"passed","time":{"start":1714383300555,"stop":1714383300555,"duration":0}},{"uid":"24bd53eadf84af8f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/24bd53eadf84af8f","status":"passed","time":{"start":1714383176773,"stop":1714383176773,"duration":0}},{"uid":"38eca1d985ca613e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/38eca1d985ca613e","status":"passed","time":{"start":1714381688737,"stop":1714381688737,"duration":0}},{"uid":"d539d31909c1d0b2","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d539d31909c1d0b2","status":"passed","time":{"start":1714380481147,"stop":1714380481148,"duration":1}},{"uid":"b49e2782c643f154","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b49e2782c643f154","status":"passed","time":{"start":1714380049528,"stop":1714380049528,"duration":0}},{"uid":"c12849fd7f001e8e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c12849fd7f001e8e","status":"passed","time":{"start":1714297302886,"stop":1714297302886,"duration":0}}]},"tags":[]},"source":"291fc6a058056464.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5efac5eb4e63d22","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":1714501050442,"stop":1714501050442,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"733b69e550291dc7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/733b69e550291dc7","status":"passed","time":{"start":1714494785908,"stop":1714494785908,"duration":0}},{"uid":"fe3e8b569547b391","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fe3e8b569547b391","status":"passed","time":{"start":1714492898563,"stop":1714492898563,"duration":0}}]},"tags":[]},"source":"e5efac5eb4e63d22.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e61dab910ef06a.json b/6962/data/test-cases/e61dab910ef06a.json new file mode 100644 index 00000000000..04f1cd727a7 --- /dev/null +++ b/6962/data/test-cases/e61dab910ef06a.json @@ -0,0 +1 @@ +{"uid":"e61dab910ef06a","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":1714501039481,"stop":1714501039481,"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":3,"unknown":0,"total":3},"items":[{"uid":"491c813bab7864e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/491c813bab7864e9","status":"passed","time":{"start":1714494791246,"stop":1714494791247,"duration":1}},{"uid":"64145e8d62beb969","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/64145e8d62beb969","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"tags":[]},"source":"e61dab910ef06a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e71540b3239f18cb.json b/6962/data/test-cases/e71540b3239f18cb.json new file mode 100644 index 00000000000..3df1d1853b0 --- /dev/null +++ b/6962/data/test-cases/e71540b3239f18cb.json @@ -0,0 +1 @@ +{"uid":"e71540b3239f18cb","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":1714500654298,"stop":1714500654299,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"16f94d6bfce18e12","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16f94d6bfce18e12","status":"passed","time":{"start":1714494402841,"stop":1714494402842,"duration":1}},{"uid":"1816eef34cbc72e7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1816eef34cbc72e7","status":"passed","time":{"start":1714492502961,"stop":1714492502967,"duration":6}}]},"tags":[]},"source":"e71540b3239f18cb.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/34deaa3593870d53.json b/6962/data/test-cases/e73d5a97e9b58b2f.json similarity index 80% rename from 6944/data/test-cases/34deaa3593870d53.json rename to 6962/data/test-cases/e73d5a97e9b58b2f.json index 9ed06a2d34b..ddd02556f78 100644 --- a/6944/data/test-cases/34deaa3593870d53.json +++ b/6962/data/test-cases/e73d5a97e9b58b2f.json @@ -1 +1 @@ -{"uid":"34deaa3593870d53","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":1714425534891,"stop":1714425534891,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"53b1c29e194d4b03","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/53b1c29e194d4b03","status":"passed","time":{"start":1714415702292,"stop":1714415702292,"duration":0}},{"uid":"682498c2bd157ee8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/682498c2bd157ee8","status":"passed","time":{"start":1714415850500,"stop":1714415850500,"duration":0}},{"uid":"28471a59a3434a79","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/28471a59a3434a79","status":"passed","time":{"start":1714408049949,"stop":1714408049949,"duration":0}},{"uid":"9cbb0c4e93b1b4af","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9cbb0c4e93b1b4af","status":"passed","time":{"start":1714407080672,"stop":1714407080672,"duration":0}},{"uid":"b495d8d77047c466","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b495d8d77047c466","status":"passed","time":{"start":1714404860589,"stop":1714404860589,"duration":0}},{"uid":"1fd3c1e4e1f56d66","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1fd3c1e4e1f56d66","status":"passed","time":{"start":1714404585201,"stop":1714404585201,"duration":0}},{"uid":"8798e2513441fc8b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8798e2513441fc8b","status":"passed","time":{"start":1714404366310,"stop":1714404366310,"duration":0}},{"uid":"d0099a234f31f2ce","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d0099a234f31f2ce","status":"passed","time":{"start":1714386825529,"stop":1714386825529,"duration":0}},{"uid":"b96931cd8b7388f9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b96931cd8b7388f9","status":"passed","time":{"start":1714385893739,"stop":1714385893740,"duration":1}},{"uid":"d7d49587e6fa4706","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d7d49587e6fa4706","status":"passed","time":{"start":1714385188015,"stop":1714385188015,"duration":0}},{"uid":"6d0ae2d989f911a3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6d0ae2d989f911a3","status":"passed","time":{"start":1714384869914,"stop":1714384869914,"duration":0}},{"uid":"faf37ee25d3f6756","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/faf37ee25d3f6756","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237139,"stop":1714384237139,"duration":0}},{"uid":"2ca52d6df7084ac0","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2ca52d6df7084ac0","status":"passed","time":{"start":1714383661924,"stop":1714383661925,"duration":1}},{"uid":"d69463c612f28eff","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d69463c612f28eff","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018813,"stop":1714384018813,"duration":0}},{"uid":"ee3bfd275d2bfe81","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ee3bfd275d2bfe81","status":"passed","time":{"start":1714383474183,"stop":1714383474183,"duration":0}},{"uid":"d0b43e79853f51d1","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/d0b43e79853f51d1","status":"passed","time":{"start":1714383351254,"stop":1714383351254,"duration":0}},{"uid":"aa84b8c1e1dd0297","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/aa84b8c1e1dd0297","status":"passed","time":{"start":1714381860518,"stop":1714381860518,"duration":0}},{"uid":"82ab6e5ff411f713","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/82ab6e5ff411f713","status":"passed","time":{"start":1714380649663,"stop":1714380649663,"duration":0}},{"uid":"14b8dace4d9cc29f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/14b8dace4d9cc29f","status":"passed","time":{"start":1714380216163,"stop":1714380216163,"duration":0}},{"uid":"bba9bc5026f3aa38","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/bba9bc5026f3aa38","status":"passed","time":{"start":1714297452331,"stop":1714297452331,"duration":0}}]},"tags":[]},"source":"34deaa3593870d53.json","parameterValues":[]} \ No newline at end of file +{"uid":"e73d5a97e9b58b2f","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":1714501220692,"stop":1714501220692,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"69096a3319eadaef","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69096a3319eadaef","status":"passed","time":{"start":1714494954444,"stop":1714494954444,"duration":0}},{"uid":"d9295354953ae132","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d9295354953ae132","status":"passed","time":{"start":1714493052140,"stop":1714493052140,"duration":0}}]},"tags":[]},"source":"e73d5a97e9b58b2f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e7400bbbcd1ade4.json b/6962/data/test-cases/e7400bbbcd1ade4.json new file mode 100644 index 00000000000..a6a5cc90c75 --- /dev/null +++ b/6962/data/test-cases/e7400bbbcd1ade4.json @@ -0,0 +1 @@ +{"uid":"e7400bbbcd1ade4","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":1714500844872,"stop":1714500844872,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"6355033e862ba299","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6355033e862ba299","status":"passed","time":{"start":1714494594464,"stop":1714494594464,"duration":0}},{"uid":"5df713f65bed3876","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5df713f65bed3876","status":"passed","time":{"start":1714492694596,"stop":1714492694597,"duration":1}}]},"tags":[]},"source":"e7400bbbcd1ade4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e76b8f588e099d71.json b/6962/data/test-cases/e76b8f588e099d71.json new file mode 100644 index 00000000000..9f6bfb8613c --- /dev/null +++ b/6962/data/test-cases/e76b8f588e099d71.json @@ -0,0 +1 @@ +{"uid":"e76b8f588e099d71","name":"should correctly map /statusim/1/community/cbor to shard index 4","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /statusim/1/community/cbor to shard index 4","historyId":"dcfc36fdb908c0b4a08224e6f9b41f7b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525328,"stop":1714500525328,"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":3,"unknown":0,"total":3},"items":[{"uid":"fbec7bbda4261088","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbec7bbda4261088","status":"passed","time":{"start":1714494276806,"stop":1714494276806,"duration":0}},{"uid":"c85429ca12ef9968","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c85429ca12ef9968","status":"passed","time":{"start":1714492380860,"stop":1714492380860,"duration":0}}]},"tags":[]},"source":"e76b8f588e099d71.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e79eb461af4e75a0.json b/6962/data/test-cases/e79eb461af4e75a0.json new file mode 100644 index 00000000000..920950333dc --- /dev/null +++ b/6962/data/test-cases/e79eb461af4e75a0.json @@ -0,0 +1 @@ +{"uid":"e79eb461af4e75a0","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":1714500744184,"stop":1714500744184,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers property-based tests"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b07c85f57104af5e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b07c85f57104af5e","status":"passed","time":{"start":1714494482354,"stop":1714494482354,"duration":0}},{"uid":"bba516c76fd47157","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bba516c76fd47157","status":"passed","time":{"start":1714492591369,"stop":1714492591370,"duration":1}}]},"tags":[]},"source":"e79eb461af4e75a0.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/f1e91768e693e8f7.json b/6962/data/test-cases/e80c344c4b26a25e.json similarity index 94% rename from 6944/data/test-cases/f1e91768e693e8f7.json rename to 6962/data/test-cases/e80c344c4b26a25e.json index 4ea8a90d642..1cf8be246fc 100644 --- a/6944/data/test-cases/f1e91768e693e8f7.json +++ b/6962/data/test-cases/e80c344c4b26a25e.json @@ -1 +1 @@ -{"uid":"f1e91768e693e8f7","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app1/4/topic882/json","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 6 - Cluster ID: 10, Content Topic: /app1/4/topic882/json","historyId":"628ac592643b4637809bd74dc190ab92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425396494,"stop":1714425396495,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f1e91768e693e8f7.json","parameterValues":[]} \ No newline at end of file +{"uid":"e80c344c4b26a25e","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app21/3/topic297/xml","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 6 - Cluster ID: 10, Content Topic: /app21/3/topic297/xml","historyId":"bc6cef2c641e1f0ac9e22d625ad5ec6d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089327,"stop":1714501089327,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e80c344c4b26a25e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/8420a384a79e759f.json b/6962/data/test-cases/e84f9196c640fbff.json similarity index 52% rename from 6944/data/test-cases/8420a384a79e759f.json rename to 6962/data/test-cases/e84f9196c640fbff.json index 0608b001a25..93bc1107534 100644 --- a/6944/data/test-cases/8420a384a79e759f.json +++ b/6962/data/test-cases/e84f9196c640fbff.json @@ -1 +1 @@ -{"uid":"8420a384a79e759f","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424941437,"stop":1714424941437,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"d2e458b9e9239e6e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d2e458b9e9239e6e","status":"passed","time":{"start":1714415094250,"stop":1714415094250,"duration":0}},{"uid":"c137c260e274a05","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c137c260e274a05","status":"passed","time":{"start":1714415247301,"stop":1714415247303,"duration":2}},{"uid":"e704d8e08c8635fb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e704d8e08c8635fb","status":"passed","time":{"start":1714407454392,"stop":1714407454393,"duration":1}},{"uid":"dff6360f42996287","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dff6360f42996287","status":"passed","time":{"start":1714406481769,"stop":1714406481769,"duration":0}},{"uid":"de6a21e9c245a44c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/de6a21e9c245a44c","status":"passed","time":{"start":1714404271557,"stop":1714404271557,"duration":0}},{"uid":"78d22091d827ffa","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/78d22091d827ffa","status":"passed","time":{"start":1714403922489,"stop":1714403922489,"duration":0}},{"uid":"d89c57eba4a38df0","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d89c57eba4a38df0","status":"passed","time":{"start":1714403768225,"stop":1714403768225,"duration":0}},{"uid":"386c49fcb480664b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/386c49fcb480664b","status":"passed","time":{"start":1714386232525,"stop":1714386232525,"duration":0}},{"uid":"31aa9259786eff4e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/31aa9259786eff4e","status":"passed","time":{"start":1714385301778,"stop":1714385301778,"duration":0}},{"uid":"c16e51f5acca4bb1","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/c16e51f5acca4bb1","status":"passed","time":{"start":1714384594546,"stop":1714384594546,"duration":0}},{"uid":"b121dd92eab5cb3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b121dd92eab5cb3","status":"passed","time":{"start":1714384283176,"stop":1714384283176,"duration":0}},{"uid":"ad023a0fa20eed76","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ad023a0fa20eed76","status":"passed","time":{"start":1714382088474,"stop":1714382088475,"duration":1}},{"uid":"387f8d49e30501c8","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/387f8d49e30501c8","status":"passed","time":{"start":1714383062413,"stop":1714383062414,"duration":1}},{"uid":"c42ff97534b85a50","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/c42ff97534b85a50","status":"passed","time":{"start":1714381898374,"stop":1714381898375,"duration":1}},{"uid":"ba31f6a846307318","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ba31f6a846307318","status":"passed","time":{"start":1714382885261,"stop":1714382885261,"duration":0}},{"uid":"91b9fa9aaa730f7d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/91b9fa9aaa730f7d","status":"passed","time":{"start":1714382758140,"stop":1714382758141,"duration":1}},{"uid":"df96014e32b08dd","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/df96014e32b08dd","status":"passed","time":{"start":1714381268156,"stop":1714381268156,"duration":0}},{"uid":"81e8e0bf165b5f99","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/81e8e0bf165b5f99","status":"passed","time":{"start":1714380054105,"stop":1714380054105,"duration":0}},{"uid":"4284159d1cefe5d4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4284159d1cefe5d4","status":"passed","time":{"start":1714379623570,"stop":1714379623571,"duration":1}},{"uid":"9ee93b4cbd54f73a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9ee93b4cbd54f73a","status":"passed","time":{"start":1714296856966,"stop":1714296856966,"duration":0}}]},"tags":[]},"source":"8420a384a79e759f.json","parameterValues":[]} \ No newline at end of file +{"uid":"e84f9196c640fbff","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"65cc802f733ecd57","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65cc802f733ecd57","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"1e2232a56f08229a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1e2232a56f08229a","status":"passed","time":{"start":1714492468975,"stop":1714492468977,"duration":2}}]},"tags":[]},"source":"e84f9196c640fbff.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e8bac4d68906490b.json b/6962/data/test-cases/e8bac4d68906490b.json new file mode 100644 index 00000000000..74516a03083 --- /dev/null +++ b/6962/data/test-cases/e8bac4d68906490b.json @@ -0,0 +1 @@ +{"uid":"e8bac4d68906490b","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":1714501150903,"stop":1714501150903,"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":3,"unknown":0,"total":3},"items":[{"uid":"7b29195c4b8abab0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b29195c4b8abab0","status":"passed","time":{"start":1714494883916,"stop":1714494883917,"duration":1}},{"uid":"42c75d7e6c0dfdd4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/42c75d7e6c0dfdd4","status":"passed","time":{"start":1714492982048,"stop":1714492982048,"duration":0}}]},"tags":[]},"source":"e8bac4d68906490b.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/e8c967c3e5738a4f.json b/6962/data/test-cases/e8c967c3e5738a4f.json new file mode 100644 index 00000000000..bfa48fb10f1 --- /dev/null +++ b/6962/data/test-cases/e8c967c3e5738a4f.json @@ -0,0 +1 @@ +{"uid":"e8c967c3e5738a4f","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":1714500533178,"stop":1714500533178,"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":3,"unknown":0,"total":3},"items":[{"uid":"845e305efbfd2088","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/845e305efbfd2088","status":"passed","time":{"start":1714494284812,"stop":1714494284812,"duration":0}},{"uid":"7190ded24a961001","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7190ded24a961001","status":"passed","time":{"start":1714492388603,"stop":1714492388603,"duration":0}}]},"tags":[]},"source":"e8c967c3e5738a4f.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ec0e14a47ea3ae05.json b/6962/data/test-cases/e939a523be0c1028.json similarity index 76% rename from 6944/data/test-cases/ec0e14a47ea3ae05.json rename to 6962/data/test-cases/e939a523be0c1028.json index 62b14c501cc..3df78cb6dfd 100644 --- a/6944/data/test-cases/ec0e14a47ea3ae05.json +++ b/6962/data/test-cases/e939a523be0c1028.json @@ -1 +1 @@ -{"uid":"ec0e14a47ea3ae05","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":1714425348179,"stop":1714425348179,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"3a60525fd92fa4a4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3a60525fd92fa4a4","status":"passed","time":{"start":1714415541643,"stop":1714415541643,"duration":0}},{"uid":"3f23b8a949f53b08","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3f23b8a949f53b08","status":"passed","time":{"start":1714415666674,"stop":1714415666674,"duration":0}},{"uid":"a0ae56d1c15ffb3d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a0ae56d1c15ffb3d","status":"passed","time":{"start":1714407867316,"stop":1714407867317,"duration":1}},{"uid":"953587a23afcee98","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/953587a23afcee98","status":"passed","time":{"start":1714406901744,"stop":1714406901745,"duration":1}},{"uid":"ad14f18ec8176a9d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ad14f18ec8176a9d","status":"passed","time":{"start":1714404685930,"stop":1714404685930,"duration":0}},{"uid":"b0300361a393e5b5","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b0300361a393e5b5","status":"passed","time":{"start":1714404389184,"stop":1714404389184,"duration":0}},{"uid":"afd158c8c382ed48","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/afd158c8c382ed48","status":"passed","time":{"start":1714404179635,"stop":1714404179635,"duration":0}},{"uid":"e592792e0c7a3efd","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e592792e0c7a3efd","status":"passed","time":{"start":1714386642373,"stop":1714386642374,"duration":1}},{"uid":"5dfb400a60d40cee","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5dfb400a60d40cee","status":"passed","time":{"start":1714385705594,"stop":1714385705594,"duration":0}},{"uid":"17e9ecd5d5dfe1f5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/17e9ecd5d5dfe1f5","status":"passed","time":{"start":1714385001593,"stop":1714385001593,"duration":0}},{"uid":"4eb33657b8aaf604","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4eb33657b8aaf604","status":"passed","time":{"start":1714384689779,"stop":1714384689779,"duration":0}},{"uid":"ba2ba7cca54d04e1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/ba2ba7cca54d04e1","status":"passed","time":{"start":1714383060298,"stop":1714383060299,"duration":1}},{"uid":"1b3a9c5ca7546d38","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1b3a9c5ca7546d38","status":"passed","time":{"start":1714383479965,"stop":1714383479966,"duration":1}},{"uid":"af068990264dcfbe","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/af068990264dcfbe","status":"passed","time":{"start":1714382864758,"stop":1714382864758,"duration":0}},{"uid":"44be6e097f1a81a5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/44be6e097f1a81a5","status":"passed","time":{"start":1714383281574,"stop":1714383281575,"duration":1}},{"uid":"6aa7defeba83bc61","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/6aa7defeba83bc61","status":"passed","time":{"start":1714383168056,"stop":1714383168056,"duration":0}},{"uid":"5caf0ea9b3abbb71","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/5caf0ea9b3abbb71","status":"passed","time":{"start":1714381685738,"stop":1714381685738,"duration":0}},{"uid":"f8f24b4d5becb666","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f8f24b4d5becb666","status":"passed","time":{"start":1714380450799,"stop":1714380450799,"duration":0}},{"uid":"c69f6f012bcea3c6","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c69f6f012bcea3c6","status":"passed","time":{"start":1714380035059,"stop":1714380035065,"duration":6}},{"uid":"369bfe105b518473","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/369bfe105b518473","status":"passed","time":{"start":1714297259161,"stop":1714297259170,"duration":9}}]},"tags":[]},"source":"ec0e14a47ea3ae05.json","parameterValues":[]} \ No newline at end of file +{"uid":"e939a523be0c1028","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":1714501036157,"stop":1714501036157,"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":3,"unknown":0,"total":3},"items":[{"uid":"6fab010eadbd655","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fab010eadbd655","status":"passed","time":{"start":1714494788127,"stop":1714494788127,"duration":0}},{"uid":"f383d4abf5ed10a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f383d4abf5ed10a","status":"passed","time":{"start":1714492860429,"stop":1714492860429,"duration":0}}]},"tags":[]},"source":"e939a523be0c1028.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ea5fad97f129c789.json b/6962/data/test-cases/ea5fad97f129c789.json new file mode 100644 index 00000000000..95644022358 --- /dev/null +++ b/6962/data/test-cases/ea5fad97f129c789.json @@ -0,0 +1 @@ +{"uid":"ea5fad97f129c789","name":"Check meta is set [ecies]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Check meta is set [ecies]","historyId":"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500561873,"stop":1714500561873,"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":3,"unknown":0,"total":3},"items":[{"uid":"b5ee39509e4f8eb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5ee39509e4f8eb","status":"passed","time":{"start":1714494312953,"stop":1714494312953,"duration":0}},{"uid":"2cbb2a6d72b87ece","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2cbb2a6d72b87ece","status":"passed","time":{"start":1714492412934,"stop":1714492412934,"duration":0}}]},"tags":[]},"source":"ea5fad97f129c789.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ea7760ca5d6361f8.json b/6962/data/test-cases/ea7760ca5d6361f8.json new file mode 100644 index 00000000000..3b2ba4d8847 --- /dev/null +++ b/6962/data/test-cases/ea7760ca5d6361f8.json @@ -0,0 +1 @@ +{"uid":"ea7760ca5d6361f8","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":1714500534107,"stop":1714500534107,"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":3,"unknown":0,"total":3},"items":[{"uid":"f3a26c9a73fb3c01","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f3a26c9a73fb3c01","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"a151f74611e202e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a151f74611e202e8","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"tags":[]},"source":"ea7760ca5d6361f8.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/2d4e8100d2cb202e.json b/6962/data/test-cases/ea8bbf53fae0f218.json similarity index 76% rename from 6944/data/test-cases/2d4e8100d2cb202e.json rename to 6962/data/test-cases/ea8bbf53fae0f218.json index 27834c3695d..ba61380af14 100644 --- a/6944/data/test-cases/2d4e8100d2cb202e.json +++ b/6962/data/test-cases/ea8bbf53fae0f218.json @@ -1 +1 @@ -{"uid":"2d4e8100d2cb202e","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":1714425348177,"stop":1714425348178,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"cd7d4d3df7db3847","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cd7d4d3df7db3847","status":"passed","time":{"start":1714415541643,"stop":1714415541643,"duration":0}},{"uid":"4d7ddec341e001a8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4d7ddec341e001a8","status":"passed","time":{"start":1714415666673,"stop":1714415666673,"duration":0}},{"uid":"1688c14948b6a276","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1688c14948b6a276","status":"passed","time":{"start":1714407867316,"stop":1714407867316,"duration":0}},{"uid":"d448b59339a64fc5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d448b59339a64fc5","status":"passed","time":{"start":1714406901743,"stop":1714406901744,"duration":1}},{"uid":"94f0fc4a2ddd9297","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/94f0fc4a2ddd9297","status":"passed","time":{"start":1714404685929,"stop":1714404685930,"duration":1}},{"uid":"5c368e692306fb70","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/5c368e692306fb70","status":"passed","time":{"start":1714404389183,"stop":1714404389184,"duration":1}},{"uid":"d3ad400373a44e4","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d3ad400373a44e4","status":"passed","time":{"start":1714404179635,"stop":1714404179635,"duration":0}},{"uid":"3941657272792ac1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/3941657272792ac1","status":"passed","time":{"start":1714386642373,"stop":1714386642373,"duration":0}},{"uid":"96d08bb8b31ae61d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/96d08bb8b31ae61d","status":"passed","time":{"start":1714385705593,"stop":1714385705593,"duration":0}},{"uid":"b353248bf2a8cd39","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b353248bf2a8cd39","status":"passed","time":{"start":1714385001592,"stop":1714385001593,"duration":1}},{"uid":"45df839a90087616","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/45df839a90087616","status":"passed","time":{"start":1714384689777,"stop":1714384689778,"duration":1}},{"uid":"86265fef8090a5a0","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/86265fef8090a5a0","status":"passed","time":{"start":1714383060298,"stop":1714383060298,"duration":0}},{"uid":"934f0935988d6a82","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/934f0935988d6a82","status":"passed","time":{"start":1714383479965,"stop":1714383479965,"duration":0}},{"uid":"3d5f8e1161a76a92","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3d5f8e1161a76a92","status":"passed","time":{"start":1714382864757,"stop":1714382864758,"duration":1}},{"uid":"c057019fdab85488","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c057019fdab85488","status":"passed","time":{"start":1714383281574,"stop":1714383281574,"duration":0}},{"uid":"9f3c8bfb061c366a","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9f3c8bfb061c366a","status":"passed","time":{"start":1714383168055,"stop":1714383168056,"duration":1}},{"uid":"c6ff50d2a3818695","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c6ff50d2a3818695","status":"passed","time":{"start":1714381685738,"stop":1714381685738,"duration":0}},{"uid":"bfdb9249d373aa30","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/bfdb9249d373aa30","status":"passed","time":{"start":1714380450798,"stop":1714380450799,"duration":1}},{"uid":"55710a30ac24db38","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/55710a30ac24db38","status":"passed","time":{"start":1714380035053,"stop":1714380035053,"duration":0}},{"uid":"b7f8b309d7604c32","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b7f8b309d7604c32","status":"passed","time":{"start":1714297259139,"stop":1714297259161,"duration":22}}]},"tags":[]},"source":"2d4e8100d2cb202e.json","parameterValues":[]} \ No newline at end of file +{"uid":"ea8bbf53fae0f218","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":1714501036157,"stop":1714501036157,"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":3,"unknown":0,"total":3},"items":[{"uid":"dac3fe7a9a224c9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dac3fe7a9a224c9d","status":"passed","time":{"start":1714494788126,"stop":1714494788127,"duration":1}},{"uid":"74a239dd01c5df32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74a239dd01c5df32","status":"passed","time":{"start":1714492860428,"stop":1714492860429,"duration":1}}]},"tags":[]},"source":"ea8bbf53fae0f218.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ea99d05b9c43c94f.json b/6962/data/test-cases/ea99d05b9c43c94f.json new file mode 100644 index 00000000000..ea363ac8f95 --- /dev/null +++ b/6962/data/test-cases/ea99d05b9c43c94f.json @@ -0,0 +1 @@ +{"uid":"ea99d05b9c43c94f","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":1714501013449,"stop":1714501013449,"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":3,"unknown":0,"total":3},"items":[{"uid":"24305f488e3a67c1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24305f488e3a67c1","status":"passed","time":{"start":1714494760926,"stop":1714494760927,"duration":1}},{"uid":"fa7c77d0f62d05dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa7c77d0f62d05dd","status":"passed","time":{"start":1714492834201,"stop":1714492834201,"duration":0}}]},"tags":[]},"source":"ea99d05b9c43c94f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/eb14235c12a6db05.json b/6962/data/test-cases/eb14235c12a6db05.json new file mode 100644 index 00000000000..e71e8e7db9a --- /dev/null +++ b/6962/data/test-cases/eb14235c12a6db05.json @@ -0,0 +1 @@ +{"uid":"eb14235c12a6db05","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":1714500664400,"stop":1714500664408,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Unsubscribe\"","time":{},"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":3,"unknown":0,"total":3},"items":[{"uid":"f98fb57b1c50fc05","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f98fb57b1c50fc05","status":"passed","time":{"start":1714494413199,"stop":1714494413200,"duration":1}},{"uid":"2a702535df4dd5d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2a702535df4dd5d9","status":"passed","time":{"start":1714492522570,"stop":1714492522571,"duration":1}}]},"tags":[]},"source":"eb14235c12a6db05.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/eb7089df6509e676.json b/6962/data/test-cases/eb7089df6509e676.json new file mode 100644 index 00000000000..650f2e03168 --- /dev/null +++ b/6962/data/test-cases/eb7089df6509e676.json @@ -0,0 +1 @@ +{"uid":"eb7089df6509e676","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":1714501123789,"stop":1714501123800,"duration":11},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"afffba4e41de1ea3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/afffba4e41de1ea3","status":"passed","time":{"start":1714494838846,"stop":1714494838846,"duration":0}},{"uid":"e63fa499e362fe4a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e63fa499e362fe4a","status":"passed","time":{"start":1714492985764,"stop":1714492985764,"duration":0}}]},"tags":[]},"source":"eb7089df6509e676.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/1b03a5c7cfa23f75.json b/6962/data/test-cases/ec355a077d41f59a.json similarity index 77% rename from 6944/data/test-cases/1b03a5c7cfa23f75.json rename to 6962/data/test-cases/ec355a077d41f59a.json index 110f5682c17..56bd62194f5 100644 --- a/6944/data/test-cases/1b03a5c7cfa23f75.json +++ b/6962/data/test-cases/ec355a077d41f59a.json @@ -1 +1 @@ -{"uid":"1b03a5c7cfa23f75","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":1714425348181,"stop":1714425348181,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"fff6991ec7f6f4dd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fff6991ec7f6f4dd","status":"passed","time":{"start":1714415541645,"stop":1714415541646,"duration":1}},{"uid":"69835c904d9502ed","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/69835c904d9502ed","status":"passed","time":{"start":1714415666676,"stop":1714415666677,"duration":1}},{"uid":"49ee2ccb5303eb2c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/49ee2ccb5303eb2c","status":"passed","time":{"start":1714407867319,"stop":1714407867319,"duration":0}},{"uid":"455f66bc08569edb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/455f66bc08569edb","status":"passed","time":{"start":1714406901760,"stop":1714406901762,"duration":2}},{"uid":"d296d4b852766a67","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d296d4b852766a67","status":"passed","time":{"start":1714404685933,"stop":1714404685933,"duration":0}},{"uid":"8697b733e9c9f90d","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8697b733e9c9f90d","status":"passed","time":{"start":1714404389186,"stop":1714404389186,"duration":0}},{"uid":"265d5ed72e6ccf70","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/265d5ed72e6ccf70","status":"passed","time":{"start":1714404179638,"stop":1714404179638,"duration":0}},{"uid":"b526bef10ef5618a","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b526bef10ef5618a","status":"passed","time":{"start":1714386642376,"stop":1714386642376,"duration":0}},{"uid":"cf6771a9fc51f9de","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/cf6771a9fc51f9de","status":"passed","time":{"start":1714385705596,"stop":1714385705598,"duration":2}},{"uid":"d15ecb4a77d2e150","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d15ecb4a77d2e150","status":"passed","time":{"start":1714385001595,"stop":1714385001596,"duration":1}},{"uid":"fc57007bd960ff33","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/fc57007bd960ff33","status":"passed","time":{"start":1714384689787,"stop":1714384689787,"duration":0}},{"uid":"62d2d2c4ed10cbe8","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/62d2d2c4ed10cbe8","status":"passed","time":{"start":1714383060301,"stop":1714383060301,"duration":0}},{"uid":"e85cc0293a92ac34","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e85cc0293a92ac34","status":"passed","time":{"start":1714383479968,"stop":1714383479968,"duration":0}},{"uid":"9249871b8922f86d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9249871b8922f86d","status":"passed","time":{"start":1714382864760,"stop":1714382864761,"duration":1}},{"uid":"524bbab12f356ecf","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/524bbab12f356ecf","status":"passed","time":{"start":1714383281577,"stop":1714383281577,"duration":0}},{"uid":"ac7056377135f50c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ac7056377135f50c","status":"passed","time":{"start":1714383168058,"stop":1714383168058,"duration":0}},{"uid":"f52d5923fba32774","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f52d5923fba32774","status":"passed","time":{"start":1714381685741,"stop":1714381685741,"duration":0}},{"uid":"4be258be27c8d2d4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4be258be27c8d2d4","status":"passed","time":{"start":1714380450801,"stop":1714380450801,"duration":0}},{"uid":"c7c3107af9d3b025","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c7c3107af9d3b025","status":"passed","time":{"start":1714380035067,"stop":1714380035067,"duration":0}},{"uid":"abedabddd8652358","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/abedabddd8652358","status":"passed","time":{"start":1714297259181,"stop":1714297259181,"duration":0}}]},"tags":[]},"source":"1b03a5c7cfa23f75.json","parameterValues":[]} \ No newline at end of file +{"uid":"ec355a077d41f59a","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":1714501036164,"stop":1714501036164,"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":3,"unknown":0,"total":3},"items":[{"uid":"7732f6f7ccba19b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7732f6f7ccba19b4","status":"passed","time":{"start":1714494788144,"stop":1714494788145,"duration":1}},{"uid":"ee87feb5bc8f9a55","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee87feb5bc8f9a55","status":"passed","time":{"start":1714492860432,"stop":1714492860432,"duration":0}}]},"tags":[]},"source":"ec355a077d41f59a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ec3acaeba821bd1.json b/6962/data/test-cases/ec3acaeba821bd1.json new file mode 100644 index 00000000000..c51e2c885ca --- /dev/null +++ b/6962/data/test-cases/ec3acaeba821bd1.json @@ -0,0 +1 @@ +{"uid":"ec3acaeba821bd1","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":1714501123777,"stop":1714501123778,"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":3,"unknown":0,"total":3},"items":[{"uid":"557d2cbbf3601d6a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/557d2cbbf3601d6a","status":"passed","time":{"start":1714494838839,"stop":1714494838839,"duration":0}},{"uid":"977116743c1cd574","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/977116743c1cd574","status":"passed","time":{"start":1714492985728,"stop":1714492985729,"duration":1}}]},"tags":[]},"source":"ec3acaeba821bd1.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ecdab7aaec3e2502.json b/6962/data/test-cases/ecdab7aaec3e2502.json new file mode 100644 index 00000000000..09105027216 --- /dev/null +++ b/6962/data/test-cases/ecdab7aaec3e2502.json @@ -0,0 +1 @@ +{"uid":"ecdab7aaec3e2502","name":"should correctly map /toychat/2/huilong/proto to shard index 3","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > should correctly map /toychat/2/huilong/proto to shard index 3","historyId":"408aeb807af4a247ef95bba895d13520:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525327,"stop":1714500525327,"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":"contentTopicToShardIndex"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"95e772f9a394c86e","status":"passed","time":{"start":1714500525326,"stop":1714500525326,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24545617bb1f0a2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24545617bb1f0a2c","status":"passed","time":{"start":1714494276805,"stop":1714494276805,"duration":0}},{"uid":"77c515aa80f086cb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/77c515aa80f086cb","status":"passed","time":{"start":1714492380859,"stop":1714492380859,"duration":0}}]},"tags":[]},"source":"ecdab7aaec3e2502.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ececfe648c606130.json b/6962/data/test-cases/ececfe648c606130.json new file mode 100644 index 00000000000..4d4386ac6d3 --- /dev/null +++ b/6962/data/test-cases/ececfe648c606130.json @@ -0,0 +1 @@ +{"uid":"ececfe648c606130","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":1714500533179,"stop":1714500533180,"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":3,"unknown":0,"total":3},"items":[{"uid":"a0ef9eecd8a662a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0ef9eecd8a662a","status":"passed","time":{"start":1714494284814,"stop":1714494284815,"duration":1}},{"uid":"7ad374ff6250fdfb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7ad374ff6250fdfb","status":"passed","time":{"start":1714492388604,"stop":1714492388605,"duration":1}}]},"tags":[]},"source":"ececfe648c606130.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ecfa184f260f670.json b/6962/data/test-cases/ecfa184f260f670.json new file mode 100644 index 00000000000..0f450df890b --- /dev/null +++ b/6962/data/test-cases/ecfa184f260f670.json @@ -0,0 +1 @@ +{"uid":"ecfa184f260f670","name":"ENRTree (root): should error if DNS root entry signature is invalid","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry signature is invalid","historyId":"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550275,"stop":1714500550275,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e105800aa907e33f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e105800aa907e33f","status":"passed","time":{"start":1714494300696,"stop":1714494300696,"duration":0}},{"uid":"94d9faf9b8c2ca64","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/94d9faf9b8c2ca64","status":"passed","time":{"start":1714492404703,"stop":1714492404704,"duration":1}}]},"tags":[]},"source":"ecfa184f260f670.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ed1cd3055fd165cd.json b/6962/data/test-cases/ed1cd3055fd165cd.json new file mode 100644 index 00000000000..78f5c9fc36c --- /dev/null +++ b/6962/data/test-cases/ed1cd3055fd165cd.json @@ -0,0 +1 @@ +{"uid":"ed1cd3055fd165cd","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":1714500660494,"stop":1714500660495,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"cd046dff9d85002b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cd046dff9d85002b","status":"passed","time":{"start":1714494401266,"stop":1714494401266,"duration":0}},{"uid":"c888ef698ecbb45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c888ef698ecbb45","status":"passed","time":{"start":1714492501440,"stop":1714492501441,"duration":1}}]},"tags":[]},"source":"ed1cd3055fd165cd.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ee0e5385b5bd61b8.json b/6962/data/test-cases/ee0e5385b5bd61b8.json new file mode 100644 index 00000000000..4dcf201941e --- /dev/null +++ b/6962/data/test-cases/ee0e5385b5bd61b8.json @@ -0,0 +1 @@ +{"uid":"ee0e5385b5bd61b8","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":1714500744183,"stop":1714500744183,"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":3,"unknown":0,"total":3},"items":[{"uid":"bac4aeec35f2dd3c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bac4aeec35f2dd3c","status":"passed","time":{"start":1714494482353,"stop":1714494482353,"duration":0}},{"uid":"acba90c9fb4cc949","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acba90c9fb4cc949","status":"passed","time":{"start":1714492591368,"stop":1714492591369,"duration":1}}]},"tags":[]},"source":"ee0e5385b5bd61b8.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/422eeb0f4e81dc79.json b/6962/data/test-cases/eed15b9c34fb2f0a.json similarity index 84% rename from 6944/data/test-cases/422eeb0f4e81dc79.json rename to 6962/data/test-cases/eed15b9c34fb2f0a.json index 9d80d14a3e8..3c9280175cd 100644 --- a/6944/data/test-cases/422eeb0f4e81dc79.json +++ b/6962/data/test-cases/eed15b9c34fb2f0a.json @@ -1 +1 @@ -{"uid":"422eeb0f4e81dc79","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":1714425435632,"stop":1714425435632,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Multiple Nodes: Strict Check: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push"},{"name":"parentSuite","value":"Waku Light Push: Multiple Nodes: Strict Check: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":70,"unknown":0,"total":72},"items":[{"uid":"6fbbbae5c91953d9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6fbbbae5c91953d9","status":"passed","time":{"start":1714415590179,"stop":1714415590180,"duration":1}},{"uid":"2a8b545df62744b8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2a8b545df62744b8","status":"passed","time":{"start":1714415739343,"stop":1714415739344,"duration":1}},{"uid":"1ad23167c88bfb66","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1ad23167c88bfb66","status":"passed","time":{"start":1714407950146,"stop":1714407950147,"duration":1}},{"uid":"643d52e5508e579c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/643d52e5508e579c","status":"passed","time":{"start":1714406978499,"stop":1714406978501,"duration":2}},{"uid":"ca03a97aff8278b0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ca03a97aff8278b0","status":"passed","time":{"start":1714404752167,"stop":1714404752168,"duration":1}},{"uid":"fea4085cebdefa8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/fea4085cebdefa8","status":"passed","time":{"start":1714404488172,"stop":1714404488172,"duration":0}},{"uid":"2505c179af286bbb","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2505c179af286bbb","status":"passed","time":{"start":1714404264853,"stop":1714404264854,"duration":1}},{"uid":"f81992204864d9b1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f81992204864d9b1","status":"passed","time":{"start":1714386718990,"stop":1714386718990,"duration":0}},{"uid":"1eaeb00c3ec36a8a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1eaeb00c3ec36a8a","status":"passed","time":{"start":1714385802617,"stop":1714385802617,"duration":0}},{"uid":"44213297e9b5ea32","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/44213297e9b5ea32","status":"passed","time":{"start":1714385084333,"stop":1714385084334,"duration":1}},{"uid":"ae53e3481a951621","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ae53e3481a951621","status":"passed","time":{"start":1714384783939,"stop":1714384783940,"duration":1}},{"uid":"c77e563f693e1b2c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c77e563f693e1b2c","status":"passed","time":{"start":1714382927713,"stop":1714382927714,"duration":1}},{"uid":"c021c96b37bd4474","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c021c96b37bd4474","status":"passed","time":{"start":1714383573261,"stop":1714383573261,"duration":0}},{"uid":"30f4006a1ad2caa9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/30f4006a1ad2caa9","status":"passed","time":{"start":1714382735213,"stop":1714382735213,"duration":0}},{"uid":"be3e8f37367a0380","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/be3e8f37367a0380","status":"passed","time":{"start":1714383376700,"stop":1714383376700,"duration":0}},{"uid":"a6cf6c8045a1456a","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a6cf6c8045a1456a","status":"passed","time":{"start":1714383261460,"stop":1714383261461,"duration":1}},{"uid":"b1265adb03949bbe","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b1265adb03949bbe","status":"passed","time":{"start":1714381767585,"stop":1714381767586,"duration":1}},{"uid":"ef851ded52f444c1","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ef851ded52f444c1","status":"passed","time":{"start":1714380548899,"stop":1714380548900,"duration":1}},{"uid":"f8b893e30ef49bb1","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f8b893e30ef49bb1","status":"passed","time":{"start":1714380124170,"stop":1714380124171,"duration":1}},{"uid":"a95406554841c3a3","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a95406554841c3a3","status":"passed","time":{"start":1714297355223,"stop":1714297355223,"duration":0}}]},"tags":[]},"source":"422eeb0f4e81dc79.json","parameterValues":[]} \ No newline at end of file +{"uid":"eed15b9c34fb2f0a","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":1714501123821,"stop":1714501123822,"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":3,"unknown":0,"total":3},"items":[{"uid":"22d2cffb749606f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/22d2cffb749606f0","status":"passed","time":{"start":1714494838856,"stop":1714494838857,"duration":1}},{"uid":"44613284012d7997","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44613284012d7997","status":"passed","time":{"start":1714492985779,"stop":1714492985779,"duration":0}}]},"tags":[]},"source":"eed15b9c34fb2f0a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/e796c59a16aa4fbf.json b/6962/data/test-cases/eef4704263fd5003.json similarity index 79% rename from 6944/data/test-cases/e796c59a16aa4fbf.json rename to 6962/data/test-cases/eef4704263fd5003.json index 7edb1134b3e..760cbc8126f 100644 --- a/6944/data/test-cases/e796c59a16aa4fbf.json +++ b/6962/data/test-cases/eef4704263fd5003.json @@ -1 +1 @@ -{"uid":"e796c59a16aa4fbf","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":1714425534895,"stop":1714425534895,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"51c8c92d4d10c903","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/51c8c92d4d10c903","status":"passed","time":{"start":1714415702296,"stop":1714415702296,"duration":0}},{"uid":"ab639c7511916aaf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ab639c7511916aaf","status":"passed","time":{"start":1714415850503,"stop":1714415850503,"duration":0}},{"uid":"88c83717ee5f8bc5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/88c83717ee5f8bc5","status":"passed","time":{"start":1714408049953,"stop":1714408049953,"duration":0}},{"uid":"c1ba91399cdd9c64","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c1ba91399cdd9c64","status":"passed","time":{"start":1714407080675,"stop":1714407080675,"duration":0}},{"uid":"45b59784c02ff633","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/45b59784c02ff633","status":"passed","time":{"start":1714404860593,"stop":1714404860593,"duration":0}},{"uid":"d3b4f03e11d0781c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d3b4f03e11d0781c","status":"passed","time":{"start":1714404585205,"stop":1714404585206,"duration":1}},{"uid":"3a6c356af2b1e42a","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/3a6c356af2b1e42a","status":"passed","time":{"start":1714404366314,"stop":1714404366314,"duration":0}},{"uid":"f42a4997eda34c54","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f42a4997eda34c54","status":"passed","time":{"start":1714386825532,"stop":1714386825532,"duration":0}},{"uid":"14f11f621586434","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/14f11f621586434","status":"passed","time":{"start":1714385893743,"stop":1714385893743,"duration":0}},{"uid":"65c5481bfdac21af","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/65c5481bfdac21af","status":"passed","time":{"start":1714385188018,"stop":1714385188018,"duration":0}},{"uid":"4017668fd89a840e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/4017668fd89a840e","status":"passed","time":{"start":1714384869918,"stop":1714384869918,"duration":0}},{"uid":"9c56c20879dd3fea","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9c56c20879dd3fea","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237150,"stop":1714384237150,"duration":0}},{"uid":"b5ccd7f390bff236","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b5ccd7f390bff236","status":"passed","time":{"start":1714383661928,"stop":1714383661929,"duration":1}},{"uid":"9d4cc7e695ed7314","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/9d4cc7e695ed7314","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018823,"stop":1714384018824,"duration":1}},{"uid":"c4ff7de2ce2fac0b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c4ff7de2ce2fac0b","status":"passed","time":{"start":1714383474187,"stop":1714383474187,"duration":0}},{"uid":"e73c51bdd8567c06","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e73c51bdd8567c06","status":"passed","time":{"start":1714383351257,"stop":1714383351258,"duration":1}},{"uid":"2ecf7d126998861e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2ecf7d126998861e","status":"passed","time":{"start":1714381860521,"stop":1714381860521,"duration":0}},{"uid":"804075cb2c8f5a93","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/804075cb2c8f5a93","status":"passed","time":{"start":1714380649667,"stop":1714380649667,"duration":0}},{"uid":"18f4f48098d41d7","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/18f4f48098d41d7","status":"passed","time":{"start":1714380216166,"stop":1714380216167,"duration":1}},{"uid":"34ced809ca688935","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/34ced809ca688935","status":"passed","time":{"start":1714297452336,"stop":1714297452336,"duration":0}}]},"tags":[]},"source":"e796c59a16aa4fbf.json","parameterValues":[]} \ No newline at end of file +{"uid":"eef4704263fd5003","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":1714501220695,"stop":1714501220696,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"a0f2e30dfc6331c6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0f2e30dfc6331c6","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"58528081816b10b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58528081816b10b4","status":"passed","time":{"start":1714493052144,"stop":1714493052144,"duration":0}}]},"tags":[]},"source":"eef4704263fd5003.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ef0d1ed0d7ce11ae.json b/6962/data/test-cases/ef0d1ed0d7ce11ae.json new file mode 100644 index 00000000000..303c9406a28 --- /dev/null +++ b/6962/data/test-cases/ef0d1ed0d7ce11ae.json @@ -0,0 +1 @@ +{"uid":"ef0d1ed0d7ce11ae","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":1714500534110,"stop":1714500534110,"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":3,"unknown":0,"total":3},"items":[{"uid":"e6acf110980eda94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6acf110980eda94","status":"passed","time":{"start":1714494285531,"stop":1714494285532,"duration":1}},{"uid":"b31251a82f3e5b83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b31251a82f3e5b83","status":"passed","time":{"start":1714492389345,"stop":1714492389346,"duration":1}}]},"tags":[]},"source":"ef0d1ed0d7ce11ae.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ef34c95c3f0d4db.json b/6962/data/test-cases/ef34c95c3f0d4db.json new file mode 100644 index 00000000000..c7cb3fde67c --- /dev/null +++ b/6962/data/test-cases/ef34c95c3f0d4db.json @@ -0,0 +1 @@ +{"uid":"ef34c95c3f0d4db","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":1714501039480,"stop":1714501039481,"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":3,"unknown":0,"total":3},"items":[{"uid":"f8eaa93ffb068e1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f8eaa93ffb068e1","status":"passed","time":{"start":1714494791244,"stop":1714494791245,"duration":1}},{"uid":"549d7e695d8c1ca9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/549d7e695d8c1ca9","status":"passed","time":{"start":1714492870706,"stop":1714492870706,"duration":0}}]},"tags":[]},"source":"ef34c95c3f0d4db.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ef4765b9aa30380.json b/6962/data/test-cases/ef4765b9aa30380.json new file mode 100644 index 00000000000..9a7e3e2cef9 --- /dev/null +++ b/6962/data/test-cases/ef4765b9aa30380.json @@ -0,0 +1 @@ +{"uid":"ef4765b9aa30380","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":1714500590517,"stop":1714500590517,"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":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"cfc56a9ebbe7d00","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cfc56a9ebbe7d00","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351415,"duration":0}},{"uid":"888ea82e6704cc9a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/888ea82e6704cc9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441821,"stop":1714492441822,"duration":1}}]},"tags":[]},"source":"ef4765b9aa30380.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ef78682f707755fe.json b/6962/data/test-cases/ef78682f707755fe.json new file mode 100644 index 00000000000..515d2186d72 --- /dev/null +++ b/6962/data/test-cases/ef78682f707755fe.json @@ -0,0 +1 @@ +{"uid":"ef78682f707755fe","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":1714500534110,"stop":1714500534110,"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":3,"unknown":0,"total":3},"items":[{"uid":"e43d7f6432bf422d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e43d7f6432bf422d","status":"passed","time":{"start":1714494285532,"stop":1714494285532,"duration":0}},{"uid":"d34b800df966d89e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d34b800df966d89e","status":"passed","time":{"start":1714492389346,"stop":1714492389346,"duration":0}}]},"tags":[]},"source":"ef78682f707755fe.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/90fbce37baf17fa5.json b/6962/data/test-cases/ef831bf1d9f579b8.json similarity index 51% rename from 6944/data/test-cases/90fbce37baf17fa5.json rename to 6962/data/test-cases/ef831bf1d9f579b8.json index 7e9683161eb..c9d35cdf975 100644 --- a/6944/data/test-cases/90fbce37baf17fa5.json +++ b/6962/data/test-cases/ef831bf1d9f579b8.json @@ -1 +1 @@ -{"uid":"90fbce37baf17fa5","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":1714425481555,"stop":1714425481555,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"5171b4d361e5363e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5171b4d361e5363e","status":"passed","time":{"start":1714415686087,"stop":1714415686088,"duration":1}},{"uid":"c9a4dd17b7c40ea9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c9a4dd17b7c40ea9","status":"passed","time":{"start":1714415795613,"stop":1714415795614,"duration":1}},{"uid":"20dcb4e1764548ee","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/20dcb4e1764548ee","status":"passed","time":{"start":1714407995023,"stop":1714407995024,"duration":1}},{"uid":"f03d1ac87528d490","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f03d1ac87528d490","status":"passed","time":{"start":1714407036733,"stop":1714407036733,"duration":0}},{"uid":"402bf0e1294bf57f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/402bf0e1294bf57f","status":"passed","time":{"start":1714404808161,"stop":1714404808161,"duration":0}},{"uid":"b886bececbc77949","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b886bececbc77949","status":"passed","time":{"start":1714404519340,"stop":1714404519340,"duration":0}},{"uid":"8a24fb545d6dd00e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8a24fb545d6dd00e","status":"passed","time":{"start":1714404315529,"stop":1714404315529,"duration":0}},{"uid":"34bc6a4566ff89b4","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/34bc6a4566ff89b4","status":"passed","time":{"start":1714386778139,"stop":1714386778140,"duration":1}},{"uid":"5de4394e0766eede","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5de4394e0766eede","status":"passed","time":{"start":1714385841963,"stop":1714385841964,"duration":1}},{"uid":"ee9092e37753bdc","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ee9092e37753bdc","status":"passed","time":{"start":1714385131434,"stop":1714385131434,"duration":0}},{"uid":"3209ebaaf717822c","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3209ebaaf717822c","status":"passed","time":{"start":1714384826768,"stop":1714384826768,"duration":0}},{"uid":"5886fdb86e6ed9ee","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5886fdb86e6ed9ee","status":"passed","time":{"start":1714383262703,"stop":1714383262703,"duration":0}},{"uid":"309fb39ca6b89adf","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/309fb39ca6b89adf","status":"passed","time":{"start":1714383620925,"stop":1714383620925,"duration":0}},{"uid":"94c821422a644114","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/94c821422a644114","status":"passed","time":{"start":1714383056486,"stop":1714383056486,"duration":0}},{"uid":"50e2717bc7705a20","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/50e2717bc7705a20","status":"passed","time":{"start":1714383418025,"stop":1714383418026,"duration":1}},{"uid":"765e630231d96fa3","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/765e630231d96fa3","status":"passed","time":{"start":1714383301579,"stop":1714383301579,"duration":0}},{"uid":"c12a072f0eb8dc0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c12a072f0eb8dc0","status":"passed","time":{"start":1714381806811,"stop":1714381806811,"duration":0}},{"uid":"fad1661412d1fc76","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fad1661412d1fc76","status":"passed","time":{"start":1714380586356,"stop":1714380586357,"duration":1}},{"uid":"cbb57ee8289dd300","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/cbb57ee8289dd300","status":"passed","time":{"start":1714380172630,"stop":1714380172631,"duration":1}},{"uid":"4796760f09e11b3","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/4796760f09e11b3","status":"passed","time":{"start":1714297394248,"stop":1714297394248,"duration":0}}]},"tags":[]},"source":"90fbce37baf17fa5.json","parameterValues":[]} \ No newline at end of file +{"uid":"ef831bf1d9f579b8","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":1714501174015,"stop":1714501174015,"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":3,"unknown":0,"total":3},"items":[{"uid":"ec663df8b4a603a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec663df8b4a603a","status":"passed","time":{"start":1714494908939,"stop":1714494908940,"duration":1}},{"uid":"71fd39ec64bb244d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71fd39ec64bb244d","status":"passed","time":{"start":1714492995229,"stop":1714492995229,"duration":0}}]},"tags":[]},"source":"ef831bf1d9f579b8.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/55332fb2845b1aaa.json b/6962/data/test-cases/ef98ceae824b99a4.json similarity index 83% rename from 6944/data/test-cases/55332fb2845b1aaa.json rename to 6962/data/test-cases/ef98ceae824b99a4.json index 593f5714b3a..e0762790178 100644 --- a/6944/data/test-cases/55332fb2845b1aaa.json +++ b/6962/data/test-cases/ef98ceae824b99a4.json @@ -1 +1 @@ -{"uid":"55332fb2845b1aaa","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":1714425301041,"stop":1714425301042,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"ea3eeeaccc5b485c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ea3eeeaccc5b485c","status":"passed","time":{"start":1714415473239,"stop":1714415473240,"duration":1}},{"uid":"cefda87a284204ba","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cefda87a284204ba","status":"passed","time":{"start":1714415615334,"stop":1714415615334,"duration":0}},{"uid":"a8261bbf2e14daa4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a8261bbf2e14daa4","status":"passed","time":{"start":1714407816850,"stop":1714407816851,"duration":1}},{"uid":"b0afd55603ba749d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b0afd55603ba749d","status":"passed","time":{"start":1714406861540,"stop":1714406861552,"duration":12}},{"uid":"49bc1db9cb9f2b07","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/49bc1db9cb9f2b07","status":"passed","time":{"start":1714404628263,"stop":1714404628264,"duration":1}},{"uid":"45be2ff43aae2547","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/45be2ff43aae2547","status":"passed","time":{"start":1714404348875,"stop":1714404348875,"duration":0}},{"uid":"91d97ff9d6245c74","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/91d97ff9d6245c74","status":"passed","time":{"start":1714404137176,"stop":1714404137188,"duration":12}},{"uid":"899c7fb659dc8e5e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/899c7fb659dc8e5e","status":"passed","time":{"start":1714386585832,"stop":1714386585832,"duration":0}},{"uid":"12dc587a5d7c8f3e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/12dc587a5d7c8f3e","status":"passed","time":{"start":1714385651926,"stop":1714385651926,"duration":0}},{"uid":"4f723fa77f94fd12","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4f723fa77f94fd12","status":"passed","time":{"start":1714384939203,"stop":1714384939204,"duration":1}},{"uid":"50ed51911ebc904a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/50ed51911ebc904a","status":"passed","time":{"start":1714384633410,"stop":1714384633410,"duration":0}},{"uid":"9d3bedc1ab6885d0","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9d3bedc1ab6885d0","status":"passed","time":{"start":1714383068387,"stop":1714383068388,"duration":1}},{"uid":"660674b3694fd59a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/660674b3694fd59a","status":"passed","time":{"start":1714383427831,"stop":1714383427832,"duration":1}},{"uid":"f89c4e2194a2e3ae","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f89c4e2194a2e3ae","status":"passed","time":{"start":1714382856535,"stop":1714382856536,"duration":1}},{"uid":"33006a68cc7592be","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/33006a68cc7592be","status":"passed","time":{"start":1714383232225,"stop":1714383232226,"duration":1}},{"uid":"7c2bf29b3c3a1be1","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7c2bf29b3c3a1be1","status":"passed","time":{"start":1714383125873,"stop":1714383125874,"duration":1}},{"uid":"693537ef71f15c30","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/693537ef71f15c30","status":"passed","time":{"start":1714381639297,"stop":1714381639299,"duration":2}},{"uid":"594213cf2a07ef71","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/594213cf2a07ef71","status":"passed","time":{"start":1714380392342,"stop":1714380392342,"duration":0}},{"uid":"f4320d50b6125f97","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f4320d50b6125f97","status":"passed","time":{"start":1714379984438,"stop":1714379984438,"duration":0}},{"uid":"3b4d5dd09f9b9929","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3b4d5dd09f9b9929","status":"passed","time":{"start":1714297212189,"stop":1714297212190,"duration":1}}]},"tags":[]},"source":"55332fb2845b1aaa.json","parameterValues":[]} \ No newline at end of file +{"uid":"ef98ceae824b99a4","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":1714500976525,"stop":1714500976526,"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":3,"unknown":0,"total":3},"items":[{"uid":"f66cc2f3a5d6cda6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f66cc2f3a5d6cda6","status":"passed","time":{"start":1714494735255,"stop":1714494735255,"duration":0}},{"uid":"176ad6027b3df944","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/176ad6027b3df944","status":"passed","time":{"start":1714492814921,"stop":1714492814922,"duration":1}}]},"tags":[]},"source":"ef98ceae824b99a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/40a8389ef1fda3d1.json b/6962/data/test-cases/efe4108b623e0d52.json similarity index 75% rename from 6944/data/test-cases/40a8389ef1fda3d1.json rename to 6962/data/test-cases/efe4108b623e0d52.json index fc1aff13c7f..2c64912202d 100644 --- a/6944/data/test-cases/40a8389ef1fda3d1.json +++ b/6962/data/test-cases/efe4108b623e0d52.json @@ -1 +1 @@ -{"uid":"40a8389ef1fda3d1","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":1714425369956,"stop":1714425369957,"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}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":72,"passed":0,"unknown":0,"total":72},"items":[{"uid":"398ae98a6f9031cf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/398ae98a6f9031cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415516373,"stop":1714415516374,"duration":1}},{"uid":"de0cbc26f1a0a078","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/de0cbc26f1a0a078","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415679028,"stop":1714415679028,"duration":0}},{"uid":"9b10352f920d141e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b10352f920d141e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407884323,"stop":1714407884323,"duration":0}},{"uid":"b647ff1d64f798a4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b647ff1d64f798a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406914283,"stop":1714406914309,"duration":26}},{"uid":"a88af092fd98bddc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a88af092fd98bddc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404690107,"stop":1714404690108,"duration":1}},{"uid":"bf07159c37b41d55","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/bf07159c37b41d55","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404379776,"stop":1714404379776,"duration":0}},{"uid":"eb79625fe379a470","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/eb79625fe379a470","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404194542,"stop":1714404194542,"duration":0}},{"uid":"82370b95cfc836eb","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/82370b95cfc836eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1714386653728,"stop":1714386653728,"duration":0}},{"uid":"ead6885cae9e290e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ead6885cae9e290e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385733951,"stop":1714385733951,"duration":0}},{"uid":"1b33d451f6f7f373","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/1b33d451f6f7f373","status":"skipped","statusDetails":"Test ignored","time":{"start":1714385024702,"stop":1714385024702,"duration":0}},{"uid":"d4f549803e62242a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d4f549803e62242a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384714551,"stop":1714384714551,"duration":0}},{"uid":"c41421c244d91a64","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c41421c244d91a64","status":"skipped","statusDetails":"Test ignored","time":{"start":1714384067732,"stop":1714384067732,"duration":0}},{"uid":"a2c2f036b822be64","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a2c2f036b822be64","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383490737,"stop":1714383490737,"duration":0}},{"uid":"60187ffab32a217","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/60187ffab32a217","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383840429,"stop":1714383840429,"duration":0}},{"uid":"e89b2f40d453916d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e89b2f40d453916d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383300548,"stop":1714383300549,"duration":1}},{"uid":"bbed7f4288dfa13c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/bbed7f4288dfa13c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714383176771,"stop":1714383176771,"duration":0}},{"uid":"a5d5b2e73f86ecef","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/a5d5b2e73f86ecef","status":"skipped","statusDetails":"Test ignored","time":{"start":1714381688736,"stop":1714381688736,"duration":0}},{"uid":"1311ef5c24eb0fb5","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/1311ef5c24eb0fb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380481145,"stop":1714380481146,"duration":1}},{"uid":"e3dd858dd867a00d","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e3dd858dd867a00d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714380049527,"stop":1714380049527,"duration":0}},{"uid":"3d13bc3508d5e9f2","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3d13bc3508d5e9f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714297302885,"stop":1714297302885,"duration":0}}]},"tags":[]},"source":"40a8389ef1fda3d1.json","parameterValues":[]} \ No newline at end of file +{"uid":"efe4108b623e0d52","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":1714501050441,"stop":1714501050441,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e848bf8c278de80","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e848bf8c278de80","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785906,"stop":1714494785906,"duration":0}},{"uid":"fa210ae30b91317e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa210ae30b91317e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898561,"stop":1714492898562,"duration":1}}]},"tags":[]},"source":"efe4108b623e0d52.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f0fbc713ac9b3fb1.json b/6962/data/test-cases/f0fbc713ac9b3fb1.json new file mode 100644 index 00000000000..c03f1ba25bf --- /dev/null +++ b/6962/data/test-cases/f0fbc713ac9b3fb1.json @@ -0,0 +1 @@ +{"uid":"f0fbc713ac9b3fb1","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":1714500744140,"stop":1714500744141,"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":3,"unknown":0,"total":3},"items":[{"uid":"5876af9dca679859","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5876af9dca679859","status":"passed","time":{"start":1714494482346,"stop":1714494482347,"duration":1}},{"uid":"cd979ba8cbca552c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cd979ba8cbca552c","status":"passed","time":{"start":1714492591359,"stop":1714492591359,"duration":0}}]},"tags":[]},"source":"f0fbc713ac9b3fb1.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/6985788e5c011658.json b/6962/data/test-cases/f1db7e12146c29c8.json similarity index 54% rename from 6944/data/test-cases/6985788e5c011658.json rename to 6962/data/test-cases/f1db7e12146c29c8.json index 7a8873e6688..846338c54af 100644 --- a/6944/data/test-cases/6985788e5c011658.json +++ b/6962/data/test-cases/f1db7e12146c29c8.json @@ -1 +1 @@ -{"uid":"6985788e5c011658","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":1714425467282,"stop":1714425467282,"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":9,"skipped":0,"passed":65,"unknown":0,"total":74},"items":[{"uid":"eae1ab80f3dcfad4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eae1ab80f3dcfad4","status":"passed","time":{"start":1714415652328,"stop":1714415652329,"duration":1}},{"uid":"7aeff8178cdd4c19","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7aeff8178cdd4c19","status":"passed","time":{"start":1714415786945,"stop":1714415786946,"duration":1}},{"uid":"f02224ee0e60b2fa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f02224ee0e60b2fa","status":"passed","time":{"start":1714407994015,"stop":1714407994015,"duration":0}},{"uid":"82a383ea55c23cb1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/82a383ea55c23cb1","status":"passed","time":{"start":1714407017325,"stop":1714407017326,"duration":1}},{"uid":"81512e8ba22fb169","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/81512e8ba22fb169","status":"passed","time":{"start":1714404801232,"stop":1714404801232,"duration":0}},{"uid":"d5cc2abd6d9c3be8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d5cc2abd6d9c3be8","status":"passed","time":{"start":1714404505823,"stop":1714404505823,"duration":0}},{"uid":"62640745d915677c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/62640745d915677c","status":"passed","time":{"start":1714404295592,"stop":1714404295592,"duration":0}},{"uid":"dcae725328ada626","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/dcae725328ada626","status":"passed","time":{"start":1714386757388,"stop":1714386757388,"duration":0}},{"uid":"71a19b65d3f5bba9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/71a19b65d3f5bba9","status":"passed","time":{"start":1714385842020,"stop":1714385842021,"duration":1}},{"uid":"a3b82008198bed4a","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a3b82008198bed4a","status":"passed","time":{"start":1714385129122,"stop":1714385129131,"duration":9}},{"uid":"5ed158357d225f1d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/5ed158357d225f1d","status":"passed","time":{"start":1714384817432,"stop":1714384817433,"duration":1}},{"uid":"b398607ebd276324","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b398607ebd276324","status":"passed","time":{"start":1714383233336,"stop":1714383233336,"duration":0}},{"uid":"d612090264e9f056","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d612090264e9f056","status":"passed","time":{"start":1714383604173,"stop":1714383604173,"duration":0}},{"uid":"aa7b6e85e019e691","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/aa7b6e85e019e691","status":"passed","time":{"start":1714383018121,"stop":1714383018123,"duration":2}},{"uid":"909c2791b8e682ef","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/909c2791b8e682ef","status":"passed","time":{"start":1714383394539,"stop":1714383394539,"duration":0}},{"uid":"97abd5bf9930d12d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/97abd5bf9930d12d","status":"passed","time":{"start":1714383287542,"stop":1714383287544,"duration":2}},{"uid":"9d370afd817f00c8","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/9d370afd817f00c8","status":"passed","time":{"start":1714381790759,"stop":1714381790759,"duration":0}},{"uid":"e76730f9ed897f43","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/e76730f9ed897f43","status":"passed","time":{"start":1714380581891,"stop":1714380581891,"duration":0}},{"uid":"5e566753ad92a9fc","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/5e566753ad92a9fc","status":"passed","time":{"start":1714380152668,"stop":1714380152669,"duration":1}},{"uid":"606ce224cf65e255","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/606ce224cf65e255","status":"passed","time":{"start":1714297399675,"stop":1714297399675,"duration":0}}]},"tags":[]},"source":"6985788e5c011658.json","parameterValues":[]} \ No newline at end of file +{"uid":"f1db7e12146c29c8","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":1714501153787,"stop":1714501153787,"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":3,"unknown":0,"total":3},"items":[{"uid":"87b8f426ddbaf2cd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87b8f426ddbaf2cd","status":"passed","time":{"start":1714494896478,"stop":1714494896478,"duration":0}},{"uid":"172b23621e02eb72","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/172b23621e02eb72","status":"passed","time":{"start":1714492987113,"stop":1714492987113,"duration":0}}]},"tags":[]},"source":"f1db7e12146c29c8.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f2099b4c91f34491.json b/6962/data/test-cases/f2099b4c91f34491.json new file mode 100644 index 00000000000..0537652238c --- /dev/null +++ b/6962/data/test-cases/f2099b4c91f34491.json @@ -0,0 +1 @@ +{"uid":"f2099b4c91f34491","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":1714500872905,"stop":1714500872906,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Metadata Protocol\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Metadata Protocol"},{"name":"suite","value":"connections"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"edf59bdf2f93e2b0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/edf59bdf2f93e2b0","status":"passed","time":{"start":1714494620617,"stop":1714494620618,"duration":1}}]},"tags":[]},"source":"f2099b4c91f34491.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/dd92b762144157fd.json b/6962/data/test-cases/f23a5ecd293aa33e.json similarity index 78% rename from 6944/data/test-cases/dd92b762144157fd.json rename to 6962/data/test-cases/f23a5ecd293aa33e.json index 593bf564fc1..4118d0b42f2 100644 --- a/6944/data/test-cases/dd92b762144157fd.json +++ b/6962/data/test-cases/f23a5ecd293aa33e.json @@ -1 +1 @@ -{"uid":"dd92b762144157fd","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":1714425137457,"stop":1714425137457,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"8d7b62520eac7c98","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8d7b62520eac7c98","status":"passed","time":{"start":1714415306378,"stop":1714415306378,"duration":0}},{"uid":"35e8da642b539ffb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/35e8da642b539ffb","status":"passed","time":{"start":1714415441032,"stop":1714415441032,"duration":0}},{"uid":"f568d3392ec30b52","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f568d3392ec30b52","status":"passed","time":{"start":1714407661421,"stop":1714407661422,"duration":1}},{"uid":"ba417cbb50b931a9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ba417cbb50b931a9","status":"passed","time":{"start":1714406688869,"stop":1714406688869,"duration":0}},{"uid":"45ffdbc884d1417f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/45ffdbc884d1417f","status":"passed","time":{"start":1714404480632,"stop":1714404480632,"duration":0}},{"uid":"2ebc218ce03610b0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2ebc218ce03610b0","status":"passed","time":{"start":1714404187327,"stop":1714404187327,"duration":0}},{"uid":"2e0b472ad20fc975","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2e0b472ad20fc975","status":"passed","time":{"start":1714403975121,"stop":1714403975123,"duration":2}},{"uid":"81a4c5d9431058f4","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/81a4c5d9431058f4","status":"passed","time":{"start":1714386442460,"stop":1714386442461,"duration":1}},{"uid":"d5010d3acf37973c","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d5010d3acf37973c","status":"passed","time":{"start":1714385503993,"stop":1714385503994,"duration":1}},{"uid":"686dc1ca97b3c68c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/686dc1ca97b3c68c","status":"passed","time":{"start":1714384798833,"stop":1714384798834,"duration":1}},{"uid":"30c40dae6cbcbdcd","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/30c40dae6cbcbdcd","status":"passed","time":{"start":1714384484764,"stop":1714384484765,"duration":1}},{"uid":"29a73eaf3501ac7f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/29a73eaf3501ac7f","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939613,"stop":1714382939613,"duration":0}},{"uid":"b7284212d8e5d486","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/b7284212d8e5d486","status":"passed","time":{"start":1714383271368,"stop":1714383271368,"duration":0}},{"uid":"6611e61482f804bd","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6611e61482f804bd","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742244,"stop":1714382742244,"duration":0}},{"uid":"9193eaf66ad3ce42","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9193eaf66ad3ce42","status":"passed","time":{"start":1714383085699,"stop":1714383085700,"duration":1}},{"uid":"420b2661fce400e","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/420b2661fce400e","status":"passed","time":{"start":1714382957854,"stop":1714382957855,"duration":1}},{"uid":"7b48926698391415","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7b48926698391415","status":"passed","time":{"start":1714381467344,"stop":1714381467344,"duration":0}},{"uid":"4dc0c15e8c4b546c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4dc0c15e8c4b546c","status":"passed","time":{"start":1714380262876,"stop":1714380262876,"duration":0}},{"uid":"969aaf3212f7eecc","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/969aaf3212f7eecc","status":"passed","time":{"start":1714379832141,"stop":1714379832141,"duration":0}},{"uid":"bc046e745b6d52f8","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/bc046e745b6d52f8","status":"passed","time":{"start":1714297053931,"stop":1714297053931,"duration":0}}]},"tags":[]},"source":"dd92b762144157fd.json","parameterValues":[]} \ No newline at end of file +{"uid":"f23a5ecd293aa33e","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":1714500823185,"stop":1714500823185,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5bd50757f4472f43","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5bd50757f4472f43","status":"passed","time":{"start":1714494571265,"stop":1714494571265,"duration":0}},{"uid":"682414ec463e6c2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/682414ec463e6c2b","status":"passed","time":{"start":1714492678659,"stop":1714492678660,"duration":1}}]},"tags":[]},"source":"f23a5ecd293aa33e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f25ac7169ea4497e.json b/6962/data/test-cases/f25ac7169ea4497e.json new file mode 100644 index 00000000000..80830f36e90 --- /dev/null +++ b/6962/data/test-cases/f25ac7169ea4497e.json @@ -0,0 +1 @@ +{"uid":"f25ac7169ea4497e","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":1714501150909,"stop":1714501150909,"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":3,"unknown":0,"total":3},"items":[{"uid":"11b9377d361a93fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/11b9377d361a93fd","status":"passed","time":{"start":1714494883926,"stop":1714494883946,"duration":20}},{"uid":"8f380cb18e8d288","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8f380cb18e8d288","status":"passed","time":{"start":1714492982063,"stop":1714492982063,"duration":0}}]},"tags":[]},"source":"f25ac7169ea4497e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f27e4c017f78e4ea.json b/6962/data/test-cases/f27e4c017f78e4ea.json new file mode 100644 index 00000000000..9c94acb2b2b --- /dev/null +++ b/6962/data/test-cases/f27e4c017f78e4ea.json @@ -0,0 +1 @@ +{"uid":"f27e4c017f78e4ea","name":"random static sharding 3 - Cluster ID: 439, Shard ID: 863","fullName":"/tests/sharding/static_sharding.spec.ts: Static Sharding: Running Nodes > Different clusters and shards > random static sharding 3 - Cluster ID: 439, Shard ID: 863","historyId":"9b38f1d028bb305d457ac67534328071:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501106174,"stop":1714501106175,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Static Sharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"{root}\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"suite","value":"Different clusters and shards"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f27e4c017f78e4ea.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/3662bcd153bf2ee9.json b/6962/data/test-cases/f2e09089261d58e9.json similarity index 79% rename from 6944/data/test-cases/3662bcd153bf2ee9.json rename to 6962/data/test-cases/f2e09089261d58e9.json index 4c339632d4b..4d71d397151 100644 --- a/6944/data/test-cases/3662bcd153bf2ee9.json +++ b/6962/data/test-cases/f2e09089261d58e9.json @@ -1 +1 @@ -{"uid":"3662bcd153bf2ee9","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":1714425534886,"stop":1714425534886,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"9353de0436b58fff","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9353de0436b58fff","status":"passed","time":{"start":1714415702286,"stop":1714415702286,"duration":0}},{"uid":"4e05f438e76e0d9d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4e05f438e76e0d9d","status":"passed","time":{"start":1714415850494,"stop":1714415850495,"duration":1}},{"uid":"72dc86a7804a4b53","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/72dc86a7804a4b53","status":"passed","time":{"start":1714408049943,"stop":1714408049943,"duration":0}},{"uid":"16feb21f4d2d306f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/16feb21f4d2d306f","status":"passed","time":{"start":1714407080667,"stop":1714407080667,"duration":0}},{"uid":"3964e43dd8aebe95","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3964e43dd8aebe95","status":"passed","time":{"start":1714404860582,"stop":1714404860583,"duration":1}},{"uid":"35f0ee1877c7b5e5","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/35f0ee1877c7b5e5","status":"passed","time":{"start":1714404585196,"stop":1714404585196,"duration":0}},{"uid":"981f0425a9810eeb","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/981f0425a9810eeb","status":"passed","time":{"start":1714404366304,"stop":1714404366304,"duration":0}},{"uid":"27c4269e150d7720","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/27c4269e150d7720","status":"passed","time":{"start":1714386825523,"stop":1714386825523,"duration":0}},{"uid":"762e674bf3ef8569","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/762e674bf3ef8569","status":"passed","time":{"start":1714385893734,"stop":1714385893734,"duration":0}},{"uid":"ef5100349ea1788d","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ef5100349ea1788d","status":"passed","time":{"start":1714385188009,"stop":1714385188009,"duration":0}},{"uid":"e4bee96a980d0f7d","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e4bee96a980d0f7d","status":"passed","time":{"start":1714384869907,"stop":1714384869908,"duration":1}},{"uid":"334229cde94f1d87","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/334229cde94f1d87","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237122,"stop":1714384237122,"duration":0}},{"uid":"fe93649130860c78","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/fe93649130860c78","status":"passed","time":{"start":1714383661919,"stop":1714383661919,"duration":0}},{"uid":"58dcaf47ba61aa86","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/58dcaf47ba61aa86","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018797,"stop":1714384018797,"duration":0}},{"uid":"791d22f010e5e5c5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/791d22f010e5e5c5","status":"passed","time":{"start":1714383474178,"stop":1714383474178,"duration":0}},{"uid":"7089c888db36aa20","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7089c888db36aa20","status":"passed","time":{"start":1714383351247,"stop":1714383351248,"duration":1}},{"uid":"fb2623c3f6ef2751","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/fb2623c3f6ef2751","status":"passed","time":{"start":1714381860513,"stop":1714381860513,"duration":0}},{"uid":"fb78199328dc6dba","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fb78199328dc6dba","status":"passed","time":{"start":1714380649657,"stop":1714380649657,"duration":0}},{"uid":"8d2ec6133088f29a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/8d2ec6133088f29a","status":"passed","time":{"start":1714380216158,"stop":1714380216158,"duration":0}},{"uid":"f42bd2c1f5eee127","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f42bd2c1f5eee127","status":"passed","time":{"start":1714297452325,"stop":1714297452325,"duration":0}}]},"tags":[]},"source":"3662bcd153bf2ee9.json","parameterValues":[]} \ No newline at end of file +{"uid":"f2e09089261d58e9","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":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"c4e69ba4e59bee53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c4e69ba4e59bee53","status":"passed","time":{"start":1714494954439,"stop":1714494954439,"duration":0}},{"uid":"b8a824254dfe6758","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b8a824254dfe6758","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"tags":[]},"source":"f2e09089261d58e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f30e8d0f347dc5c3.json b/6962/data/test-cases/f30e8d0f347dc5c3.json new file mode 100644 index 00000000000..4fe74ae61e0 --- /dev/null +++ b/6962/data/test-cases/f30e8d0f347dc5c3.json @@ -0,0 +1 @@ +{"uid":"f30e8d0f347dc5c3","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":1714500561875,"stop":1714500561875,"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":3,"unknown":0,"total":3},"items":[{"uid":"457e7964d2ecdb67","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/457e7964d2ecdb67","status":"passed","time":{"start":1714494312954,"stop":1714494312954,"duration":0}},{"uid":"4eb889ec4679e896","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eb889ec4679e896","status":"passed","time":{"start":1714492412936,"stop":1714492412936,"duration":0}}]},"tags":[]},"source":"f30e8d0f347dc5c3.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f46af34bf814e1b0.json b/6962/data/test-cases/f46af34bf814e1b0.json new file mode 100644 index 00000000000..288ff9f4013 --- /dev/null +++ b/6962/data/test-cases/f46af34bf814e1b0.json @@ -0,0 +1 @@ +{"uid":"f46af34bf814e1b0","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":1714500844871,"stop":1714500844871,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"d6427668486c173","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d6427668486c173","status":"passed","time":{"start":1714494594463,"stop":1714494594463,"duration":0}},{"uid":"83bb2f18ad0a989e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/83bb2f18ad0a989e","status":"passed","time":{"start":1714492694595,"stop":1714492694596,"duration":1}}]},"tags":[]},"source":"f46af34bf814e1b0.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ddf39b08422fe42a.json b/6962/data/test-cases/f4cfc9688d1a035a.json similarity index 79% rename from 6944/data/test-cases/ddf39b08422fe42a.json rename to 6962/data/test-cases/f4cfc9688d1a035a.json index 66db2342b8f..e300216ec54 100644 --- a/6944/data/test-cases/ddf39b08422fe42a.json +++ b/6962/data/test-cases/f4cfc9688d1a035a.json @@ -1 +1 @@ -{"uid":"ddf39b08422fe42a","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":1714425534886,"stop":1714425534887,"duration":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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"f5d7e959a6ab039c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f5d7e959a6ab039c","status":"passed","time":{"start":1714415702286,"stop":1714415702287,"duration":1}},{"uid":"d2506b42cbfc17a6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d2506b42cbfc17a6","status":"passed","time":{"start":1714415850495,"stop":1714415850495,"duration":0}},{"uid":"b6bbc5ecb52107bc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b6bbc5ecb52107bc","status":"passed","time":{"start":1714408049943,"stop":1714408049943,"duration":0}},{"uid":"9ae034d340d82799","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9ae034d340d82799","status":"passed","time":{"start":1714407080667,"stop":1714407080667,"duration":0}},{"uid":"dbb9d06daa97274e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dbb9d06daa97274e","status":"passed","time":{"start":1714404860583,"stop":1714404860583,"duration":0}},{"uid":"c10a8af9b62d2f5b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c10a8af9b62d2f5b","status":"passed","time":{"start":1714404585196,"stop":1714404585196,"duration":0}},{"uid":"1279937ce0d2b4d7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/1279937ce0d2b4d7","status":"passed","time":{"start":1714404366304,"stop":1714404366305,"duration":1}},{"uid":"22990b2054682b1","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/22990b2054682b1","status":"passed","time":{"start":1714386825524,"stop":1714386825524,"duration":0}},{"uid":"49c752588aa7e1ce","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/49c752588aa7e1ce","status":"passed","time":{"start":1714385893734,"stop":1714385893735,"duration":1}},{"uid":"96545719d03dc2eb","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/96545719d03dc2eb","status":"passed","time":{"start":1714385188009,"stop":1714385188010,"duration":1}},{"uid":"374800724182e0d2","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/374800724182e0d2","status":"passed","time":{"start":1714384869908,"stop":1714384869908,"duration":0}},{"uid":"b2a8c6e1bee3963c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b2a8c6e1bee3963c","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237123,"stop":1714384237123,"duration":0}},{"uid":"8d0ca491a11d81a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/8d0ca491a11d81a","status":"passed","time":{"start":1714383661920,"stop":1714383661920,"duration":0}},{"uid":"8feaeb18d05c28b3","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8feaeb18d05c28b3","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018798,"stop":1714384018798,"duration":0}},{"uid":"b3905e8a265178e6","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b3905e8a265178e6","status":"passed","time":{"start":1714383474178,"stop":1714383474178,"duration":0}},{"uid":"af04f6f867bc4039","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/af04f6f867bc4039","status":"passed","time":{"start":1714383351248,"stop":1714383351248,"duration":0}},{"uid":"47076a60fc3950bc","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/47076a60fc3950bc","status":"passed","time":{"start":1714381860513,"stop":1714381860514,"duration":1}},{"uid":"7387886dc93311f5","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7387886dc93311f5","status":"passed","time":{"start":1714380649657,"stop":1714380649657,"duration":0}},{"uid":"181591f86796d796","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/181591f86796d796","status":"passed","time":{"start":1714380216158,"stop":1714380216158,"duration":0}},{"uid":"7872274ba0fd5eb1","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7872274ba0fd5eb1","status":"passed","time":{"start":1714297452325,"stop":1714297452326,"duration":1}}]},"tags":[]},"source":"ddf39b08422fe42a.json","parameterValues":[]} \ No newline at end of file +{"uid":"f4cfc9688d1a035a","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":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"f62ca522b55fae82","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f62ca522b55fae82","status":"passed","time":{"start":1714494954439,"stop":1714494954439,"duration":0}},{"uid":"3add51093f1568cb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3add51093f1568cb","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"tags":[]},"source":"f4cfc9688d1a035a.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/39436e0e5614f545.json b/6962/data/test-cases/f64a75893d0bb910.json similarity index 54% rename from 6944/data/test-cases/39436e0e5614f545.json rename to 6962/data/test-cases/f64a75893d0bb910.json index ac28c91ef61..ac090f5471a 100644 --- a/6944/data/test-cases/39436e0e5614f545.json +++ b/6962/data/test-cases/f64a75893d0bb910.json @@ -1 +1 @@ -{"uid":"39436e0e5614f545","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714424941438,"stop":1714424941438,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":74,"unknown":0,"total":74},"items":[{"uid":"9aa00540083c5d68","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9aa00540083c5d68","status":"passed","time":{"start":1714415094252,"stop":1714415094252,"duration":0}},{"uid":"d1d999b8143ad5ac","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d1d999b8143ad5ac","status":"passed","time":{"start":1714415247305,"stop":1714415247307,"duration":2}},{"uid":"cdbbff08faad6b7d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cdbbff08faad6b7d","status":"passed","time":{"start":1714407454394,"stop":1714407454394,"duration":0}},{"uid":"2901183ad5936ff7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2901183ad5936ff7","status":"passed","time":{"start":1714406481770,"stop":1714406481770,"duration":0}},{"uid":"e071f04e268c18a5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e071f04e268c18a5","status":"passed","time":{"start":1714404271557,"stop":1714404271558,"duration":1}},{"uid":"67a6b82008073ad5","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/67a6b82008073ad5","status":"passed","time":{"start":1714403922490,"stop":1714403922490,"duration":0}},{"uid":"f14c59044ea5f239","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f14c59044ea5f239","status":"passed","time":{"start":1714403768226,"stop":1714403768226,"duration":0}},{"uid":"f811b20c4189655f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/f811b20c4189655f","status":"passed","time":{"start":1714386232526,"stop":1714386232526,"duration":0}},{"uid":"97af9772ceaf24ae","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/97af9772ceaf24ae","status":"passed","time":{"start":1714385301779,"stop":1714385301779,"duration":0}},{"uid":"f0b7a82ed3ddfed7","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f0b7a82ed3ddfed7","status":"passed","time":{"start":1714384594548,"stop":1714384594548,"duration":0}},{"uid":"fb80b041260d6657","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/fb80b041260d6657","status":"passed","time":{"start":1714384283176,"stop":1714384283177,"duration":1}},{"uid":"e248e9431c1cd2b5","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/e248e9431c1cd2b5","status":"passed","time":{"start":1714382088475,"stop":1714382088476,"duration":1}},{"uid":"43a488e289dc24d1","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/43a488e289dc24d1","status":"passed","time":{"start":1714383062414,"stop":1714383062415,"duration":1}},{"uid":"859f7316b8da6807","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/859f7316b8da6807","status":"passed","time":{"start":1714381898376,"stop":1714381898377,"duration":1}},{"uid":"dde76d0415fa6f65","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/dde76d0415fa6f65","status":"passed","time":{"start":1714382885262,"stop":1714382885263,"duration":1}},{"uid":"25de91de9f9897d6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/25de91de9f9897d6","status":"passed","time":{"start":1714382758141,"stop":1714382758142,"duration":1}},{"uid":"b479afab9e4208ca","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b479afab9e4208ca","status":"passed","time":{"start":1714381268158,"stop":1714381268159,"duration":1}},{"uid":"4020a443964f7b44","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4020a443964f7b44","status":"passed","time":{"start":1714380054106,"stop":1714380054106,"duration":0}},{"uid":"d8d4b07c946c514f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d8d4b07c946c514f","status":"passed","time":{"start":1714379623571,"stop":1714379623572,"duration":1}},{"uid":"5c212a23f4fe9c17","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/5c212a23f4fe9c17","status":"passed","time":{"start":1714296856967,"stop":1714296856968,"duration":1}}]},"tags":[]},"source":"39436e0e5614f545.json","parameterValues":[]} \ No newline at end of file +{"uid":"f64a75893d0bb910","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Public methods\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Public methods"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8eba47930afc5ca","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8eba47930afc5ca","status":"passed","time":{"start":1714494368385,"stop":1714494368385,"duration":0}},{"uid":"19d9efde10fbf569","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/19d9efde10fbf569","status":"passed","time":{"start":1714492468978,"stop":1714492468979,"duration":1}}]},"tags":[]},"source":"f64a75893d0bb910.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f6528585c6a71e5f.json b/6962/data/test-cases/f6528585c6a71e5f.json new file mode 100644 index 00000000000..cb7b0ba747a --- /dev/null +++ b/6962/data/test-cases/f6528585c6a71e5f.json @@ -0,0 +1 @@ +{"uid":"f6528585c6a71e5f","name":"receives messages sent to provided content topic through callback (Waku class)","fullName":"/tests/sdk/content_topic.spec.ts: SDK: Creating by Content Topic > receives messages sent to provided content topic through callback (Waku class)","historyId":"129fb665bc40d58bc17fcdadd2b5fe59:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.sdk"},{"name":"parentSuite","value":"SDK: Creating by Content Topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"1bca8896b0e842f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1bca8896b0e842f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786058,"duration":1}},{"uid":"fd57428ee081479f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fd57428ee081479f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860589,"stop":1714492860589,"duration":0}}]},"tags":[]},"source":"f6528585c6a71e5f.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f664c6acb134df73.json b/6962/data/test-cases/f664c6acb134df73.json new file mode 100644 index 00000000000..9eef1d36aaa --- /dev/null +++ b/6962/data/test-cases/f664c6acb134df73.json @@ -0,0 +1 @@ +{"uid":"f664c6acb134df73","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":1714500744131,"stop":1714500744131,"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":3,"unknown":0,"total":3},"items":[{"uid":"6249a0a80d62ebc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6249a0a80d62ebc6","status":"passed","time":{"start":1714494482337,"stop":1714494482338,"duration":1}},{"uid":"db742e2a43a203f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db742e2a43a203f3","status":"passed","time":{"start":1714492591352,"stop":1714492591352,"duration":0}}]},"tags":[]},"source":"f664c6acb134df73.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/7060cf6b0a8231d9.json b/6962/data/test-cases/f68fa735169e11ff.json similarity index 93% rename from 6944/data/test-cases/7060cf6b0a8231d9.json rename to 6962/data/test-cases/f68fa735169e11ff.json index b44dba4ac69..72e8fe6fe2c 100644 --- a/6944/data/test-cases/7060cf6b0a8231d9.json +++ b/6962/data/test-cases/f68fa735169e11ff.json @@ -1 +1 @@ -{"uid":"7060cf6b0a8231d9","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app52/2/topic394/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 5 - Cluster ID: 10, Content Topic: /app52/2/topic394/test.js","historyId":"c753024ccbcad445fa220a342dc38dfa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425396494,"stop":1714425396494,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"7060cf6b0a8231d9.json","parameterValues":[]} \ No newline at end of file +{"uid":"f68fa735169e11ff","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app93/8/topic386/test.js","fullName":"/tests/sharding/auto_sharding.spec.ts: Autosharding: Running Nodes > Different clusters and topics > random auto sharding 5 - Cluster ID: 10, Content Topic: /app93/8/topic386/test.js","historyId":"7f486ae1e4b4fae7a109b86f9b85ea65:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501089326,"stop":1714501089327,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Autosharding: Running Nodes\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"name":"suite","value":"Different clusters and topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f68fa735169e11ff.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/9811b63d8df256fc.json b/6962/data/test-cases/f69d98ea1e8e8490.json similarity index 83% rename from 6944/data/test-cases/9811b63d8df256fc.json rename to 6962/data/test-cases/f69d98ea1e8e8490.json index 7ff6d662f61..adb6206f04e 100644 --- a/6944/data/test-cases/9811b63d8df256fc.json +++ b/6962/data/test-cases/f69d98ea1e8e8490.json @@ -1 +1 @@ -{"uid":"9811b63d8df256fc","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":1714425301077,"stop":1714425301078,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"d1cc77679eb8564f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d1cc77679eb8564f","status":"passed","time":{"start":1714415473247,"stop":1714415473247,"duration":0}},{"uid":"35dc333218368a56","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/35dc333218368a56","status":"passed","time":{"start":1714415615346,"stop":1714415615347,"duration":1}},{"uid":"34610a37fba73556","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/34610a37fba73556","status":"passed","time":{"start":1714407816860,"stop":1714407816860,"duration":0}},{"uid":"745ce9ce932695a3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/745ce9ce932695a3","status":"passed","time":{"start":1714406861574,"stop":1714406861584,"duration":10}},{"uid":"d84e1b770a65f13b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d84e1b770a65f13b","status":"passed","time":{"start":1714404628270,"stop":1714404628271,"duration":1}},{"uid":"745f98eb1c023f31","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/745f98eb1c023f31","status":"passed","time":{"start":1714404348889,"stop":1714404348889,"duration":0}},{"uid":"d8c1dc0f853acd4d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d8c1dc0f853acd4d","status":"passed","time":{"start":1714404137217,"stop":1714404137217,"duration":0}},{"uid":"6434f3f6ef64769c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6434f3f6ef64769c","status":"passed","time":{"start":1714386585841,"stop":1714386585842,"duration":1}},{"uid":"e3583f524634b7ec","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e3583f524634b7ec","status":"passed","time":{"start":1714385651934,"stop":1714385651934,"duration":0}},{"uid":"bde009c410f69750","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/bde009c410f69750","status":"passed","time":{"start":1714384939231,"stop":1714384939235,"duration":4}},{"uid":"eb77b2db2a041e1","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/eb77b2db2a041e1","status":"passed","time":{"start":1714384633417,"stop":1714384633417,"duration":0}},{"uid":"b7a06b1455617979","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/b7a06b1455617979","status":"passed","time":{"start":1714383068399,"stop":1714383068399,"duration":0}},{"uid":"f47dab67cf959a7c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f47dab67cf959a7c","status":"passed","time":{"start":1714383427854,"stop":1714383427854,"duration":0}},{"uid":"b85086717f7b8930","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b85086717f7b8930","status":"passed","time":{"start":1714382856554,"stop":1714382856554,"duration":0}},{"uid":"95ba6ef8c81c05c8","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/95ba6ef8c81c05c8","status":"passed","time":{"start":1714383232244,"stop":1714383232245,"duration":1}},{"uid":"166c2ab12c0198a9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/166c2ab12c0198a9","status":"passed","time":{"start":1714383125879,"stop":1714383125879,"duration":0}},{"uid":"52cd2c76d83fc4b8","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/52cd2c76d83fc4b8","status":"passed","time":{"start":1714381639306,"stop":1714381639306,"duration":0}},{"uid":"3c0b43b8f86b6c46","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3c0b43b8f86b6c46","status":"passed","time":{"start":1714380392359,"stop":1714380392359,"duration":0}},{"uid":"1a84c7cd56783602","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1a84c7cd56783602","status":"passed","time":{"start":1714379984445,"stop":1714379984445,"duration":0}},{"uid":"9596e9ceff3b5443","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9596e9ceff3b5443","status":"passed","time":{"start":1714297212211,"stop":1714297212211,"duration":0}}]},"tags":[]},"source":"9811b63d8df256fc.json","parameterValues":[]} \ No newline at end of file +{"uid":"f69d98ea1e8e8490","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":1714500976540,"stop":1714500976542,"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":3,"unknown":0,"total":3},"items":[{"uid":"2ba64b51db3aa3b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ba64b51db3aa3b1","status":"passed","time":{"start":1714494735286,"stop":1714494735286,"duration":0}},{"uid":"d072b6dbcb34d13b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d072b6dbcb34d13b","status":"passed","time":{"start":1714492814949,"stop":1714492814950,"duration":1}}]},"tags":[]},"source":"f69d98ea1e8e8490.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/898cf4420bbcdfdf.json b/6962/data/test-cases/f6ec15182ea1115.json similarity index 75% rename from 6944/data/test-cases/898cf4420bbcdfdf.json rename to 6962/data/test-cases/f6ec15182ea1115.json index dc6f2881a43..a51cc9ed078 100644 --- a/6944/data/test-cases/898cf4420bbcdfdf.json +++ b/6962/data/test-cases/f6ec15182ea1115.json @@ -1 +1 @@ -{"uid":"898cf4420bbcdfdf","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":1714425348138,"stop":1714425348155,"duration":17},"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"acfd7df5aa9c54fb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/acfd7df5aa9c54fb","status":"passed","time":{"start":1714415541637,"stop":1714415541637,"duration":0}},{"uid":"4990e1f4a5c15e98","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4990e1f4a5c15e98","status":"passed","time":{"start":1714415666667,"stop":1714415666667,"duration":0}},{"uid":"ae628c4a64fe0c21","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ae628c4a64fe0c21","status":"passed","time":{"start":1714407867311,"stop":1714407867312,"duration":1}},{"uid":"cdd0f38bf9ded64","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cdd0f38bf9ded64","status":"passed","time":{"start":1714406901732,"stop":1714406901732,"duration":0}},{"uid":"4ca9fd700ce49161","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4ca9fd700ce49161","status":"passed","time":{"start":1714404685925,"stop":1714404685925,"duration":0}},{"uid":"8fe13abcb2d14b47","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8fe13abcb2d14b47","status":"passed","time":{"start":1714404389179,"stop":1714404389180,"duration":1}},{"uid":"5baa865e238cfc55","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5baa865e238cfc55","status":"passed","time":{"start":1714404179628,"stop":1714404179629,"duration":1}},{"uid":"2fa66ab562e081c5","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2fa66ab562e081c5","status":"passed","time":{"start":1714386642368,"stop":1714386642369,"duration":1}},{"uid":"2871ac5d86738d7d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/2871ac5d86738d7d","status":"passed","time":{"start":1714385705577,"stop":1714385705578,"duration":1}},{"uid":"436ea14077b93523","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/436ea14077b93523","status":"passed","time":{"start":1714385001587,"stop":1714385001588,"duration":1}},{"uid":"54424e4929047937","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/54424e4929047937","status":"passed","time":{"start":1714384689771,"stop":1714384689771,"duration":0}},{"uid":"5a1e4cde150fe834","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/5a1e4cde150fe834","status":"passed","time":{"start":1714383060294,"stop":1714383060294,"duration":0}},{"uid":"a45ced741f9a7c86","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a45ced741f9a7c86","status":"passed","time":{"start":1714383479961,"stop":1714383479961,"duration":0}},{"uid":"dfce97a8d5cf05e4","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/dfce97a8d5cf05e4","status":"passed","time":{"start":1714382864751,"stop":1714382864753,"duration":2}},{"uid":"a38d4b59c2945c8d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a38d4b59c2945c8d","status":"passed","time":{"start":1714383281569,"stop":1714383281569,"duration":0}},{"uid":"3756d58e214ff1b9","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3756d58e214ff1b9","status":"passed","time":{"start":1714383168050,"stop":1714383168051,"duration":1}},{"uid":"19b7e7842f027e1c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/19b7e7842f027e1c","status":"passed","time":{"start":1714381685734,"stop":1714381685734,"duration":0}},{"uid":"6ef45fbfd6bf5ea1","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6ef45fbfd6bf5ea1","status":"passed","time":{"start":1714380450793,"stop":1714380450794,"duration":1}},{"uid":"4d50da795b1b1e97","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4d50da795b1b1e97","status":"passed","time":{"start":1714380035048,"stop":1714380035048,"duration":0}},{"uid":"ce40909f76a7cb56","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ce40909f76a7cb56","status":"passed","time":{"start":1714297259131,"stop":1714297259132,"duration":1}}]},"tags":[]},"source":"898cf4420bbcdfdf.json","parameterValues":[]} \ No newline at end of file +{"uid":"f6ec15182ea1115","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":1714501036155,"stop":1714501036155,"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":3,"unknown":0,"total":3},"items":[{"uid":"9a00078c6ec9c18a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a00078c6ec9c18a","status":"passed","time":{"start":1714494788124,"stop":1714494788125,"duration":1}},{"uid":"54d316ee7acc75e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54d316ee7acc75e0","status":"passed","time":{"start":1714492860427,"stop":1714492860427,"duration":0}}]},"tags":[]},"source":"f6ec15182ea1115.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/e4d5d3e4eb02e025.json b/6962/data/test-cases/f6f0b5bc737dd17d.json similarity index 79% rename from 6944/data/test-cases/e4d5d3e4eb02e025.json rename to 6962/data/test-cases/f6f0b5bc737dd17d.json index 40234165aba..45b4e6165ef 100644 --- a/6944/data/test-cases/e4d5d3e4eb02e025.json +++ b/6962/data/test-cases/f6f0b5bc737dd17d.json @@ -1 +1 @@ -{"uid":"e4d5d3e4eb02e025","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Error when try to subscribe to more than 101 topics (new limit)","historyId":"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425534882,"stop":1714425534883,"duration":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":3,"skipped":0,"passed":69,"unknown":0,"total":72},"items":[{"uid":"92019f5e0755719f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/92019f5e0755719f","status":"passed","time":{"start":1714415702282,"stop":1714415702282,"duration":0}},{"uid":"7d1ab32fda5a3576","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7d1ab32fda5a3576","status":"passed","time":{"start":1714415850490,"stop":1714415850490,"duration":0}},{"uid":"9b2cf6b664992a4e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b2cf6b664992a4e","status":"passed","time":{"start":1714408049939,"stop":1714408049939,"duration":0}},{"uid":"ab5a0dc5d3a7f2a3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ab5a0dc5d3a7f2a3","status":"passed","time":{"start":1714407080663,"stop":1714407080663,"duration":0}},{"uid":"3bf7bf506db3b2c2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3bf7bf506db3b2c2","status":"passed","time":{"start":1714404860577,"stop":1714404860578,"duration":1}},{"uid":"d3cdf89d636fe120","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d3cdf89d636fe120","status":"broken","statusDetails":"Subscribe to 101 topics was successful but was expected to fail with a specific error.","time":{"start":1714404585192,"stop":1714404585192,"duration":0}},{"uid":"10ac79b53020872d","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/10ac79b53020872d","status":"passed","time":{"start":1714404366299,"stop":1714404366299,"duration":0}},{"uid":"c407e7140dfef62e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/c407e7140dfef62e","status":"passed","time":{"start":1714386825518,"stop":1714386825518,"duration":0}},{"uid":"3db9481c162e62e8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/3db9481c162e62e8","status":"passed","time":{"start":1714385893730,"stop":1714385893730,"duration":0}},{"uid":"ef7e983b8412eb70","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ef7e983b8412eb70","status":"passed","time":{"start":1714385188005,"stop":1714385188005,"duration":0}},{"uid":"3af7f16eb93f3896","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3af7f16eb93f3896","status":"passed","time":{"start":1714384869903,"stop":1714384869903,"duration":0}},{"uid":"7d033b092eaab003","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/7d033b092eaab003","status":"passed","time":{"start":1714384237110,"stop":1714384237110,"duration":0}},{"uid":"c6346b8982940a8b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c6346b8982940a8b","status":"passed","time":{"start":1714383661916,"stop":1714383661916,"duration":0}},{"uid":"e033b25339235ed","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e033b25339235ed","status":"passed","time":{"start":1714384018786,"stop":1714384018786,"duration":0}},{"uid":"8ce2c5154919786a","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8ce2c5154919786a","status":"passed","time":{"start":1714383474174,"stop":1714383474174,"duration":0}},{"uid":"b8996974a5e1ee85","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b8996974a5e1ee85","status":"passed","time":{"start":1714383351243,"stop":1714383351243,"duration":0}},{"uid":"4f73e9f577abecc9","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/4f73e9f577abecc9","status":"passed","time":{"start":1714381860509,"stop":1714381860510,"duration":1}},{"uid":"4d44f56d817502bc","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4d44f56d817502bc","status":"passed","time":{"start":1714380649652,"stop":1714380649653,"duration":1}},{"uid":"28be070151d4949a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/28be070151d4949a","status":"passed","time":{"start":1714380216154,"stop":1714380216154,"duration":0}},{"uid":"ce705e8289afaca5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ce705e8289afaca5","status":"passed","time":{"start":1714297452320,"stop":1714297452320,"duration":0}}]},"tags":[]},"source":"e4d5d3e4eb02e025.json","parameterValues":[]} \ No newline at end of file +{"uid":"f6f0b5bc737dd17d","name":"Error when try to subscribe to more than 101 topics (new limit)","fullName":"/tests/filter/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true > Error when try to subscribe to more than 101 topics (new limit)","historyId":"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501220683,"stop":1714501220683,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"5cb862cf86f28bc3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5cb862cf86f28bc3","status":"passed","time":{"start":1714494954434,"stop":1714494954434,"duration":0}},{"uid":"8d9eef139c1e4ec6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8d9eef139c1e4ec6","status":"passed","time":{"start":1714493052130,"stop":1714493052130,"duration":0}}]},"tags":[]},"source":"f6f0b5bc737dd17d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f71e1402cb19e9ef.json b/6962/data/test-cases/f71e1402cb19e9ef.json new file mode 100644 index 00000000000..a0163beecf2 --- /dev/null +++ b/6962/data/test-cases/f71e1402cb19e9ef.json @@ -0,0 +1 @@ +{"uid":"f71e1402cb19e9ef","name":"should convert a SingleShardInfo object to the correct PubsubTopic","fullName":"/src/common/sharding.spec.ts: singleShardInfoToPubsubTopic > should convert a SingleShardInfo object to the correct PubsubTopic","historyId":"02b855bc22277e3fadd4a7af1649a952:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525335,"stop":1714500525335,"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":"singleShardInfoToPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e71835ca618c1506","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e71835ca618c1506","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"a8f0d4aa0b3fa500","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8f0d4aa0b3fa500","status":"passed","time":{"start":1714492380865,"stop":1714492380865,"duration":0}}]},"tags":[]},"source":"f71e1402cb19e9ef.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f75f482dbc265523.json b/6962/data/test-cases/f75f482dbc265523.json new file mode 100644 index 00000000000..0b2cbd56156 --- /dev/null +++ b/6962/data/test-cases/f75f482dbc265523.json @@ -0,0 +1 @@ +{"uid":"f75f482dbc265523","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":1714500735365,"stop":1714500735365,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"18a8e9705f4b1e0a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18a8e9705f4b1e0a","status":"passed","time":{"start":1714494500291,"stop":1714494500292,"duration":1}},{"uid":"668b89a29e55ebe0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/668b89a29e55ebe0","status":"passed","time":{"start":1714492591474,"stop":1714492591474,"duration":0}}]},"tags":[]},"source":"f75f482dbc265523.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f7683cce30e61af5.json b/6962/data/test-cases/f7683cce30e61af5.json new file mode 100644 index 00000000000..8814e455caa --- /dev/null +++ b/6962/data/test-cases/f7683cce30e61af5.json @@ -0,0 +1 @@ +{"uid":"f7683cce30e61af5","name":"Symmetric encrypt & Decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Symmetric encrypt & Decrypt","historyId":"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500560558,"stop":1714500560558,"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":3,"unknown":0,"total":3},"items":[{"uid":"a36ba5d706aaedc4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a36ba5d706aaedc4","status":"passed","time":{"start":1714494311521,"stop":1714494311521,"duration":0}},{"uid":"67cfa1b1ad944247","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/67cfa1b1ad944247","status":"passed","time":{"start":1714492411490,"stop":1714492411491,"duration":1}}]},"tags":[]},"source":"f7683cce30e61af5.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f76876e272b92c33.json b/6962/data/test-cases/f76876e272b92c33.json new file mode 100644 index 00000000000..6dea91db887 --- /dev/null +++ b/6962/data/test-cases/f76876e272b92c33.json @@ -0,0 +1 @@ +{"uid":"f76876e272b92c33","name":"`waku:online` between 2 js-waku relay nodes","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > `waku:online` between 2 js-waku relay nodes","historyId":"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500623697,"stop":1714500623697,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Connection state\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Connection state"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a5c381f3208cae95","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5c381f3208cae95","status":"passed","time":{"start":1714494373386,"stop":1714494373386,"duration":0}},{"uid":"a7dcec99f24a59de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7dcec99f24a59de","status":"passed","time":{"start":1714492481133,"stop":1714492481134,"duration":1}}]},"tags":[]},"source":"f76876e272b92c33.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f7a41ddc6562d043.json b/6962/data/test-cases/f7a41ddc6562d043.json new file mode 100644 index 00000000000..924edc6cdca --- /dev/null +++ b/6962/data/test-cases/f7a41ddc6562d043.json @@ -0,0 +1 @@ +{"uid":"f7a41ddc6562d043","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":1714501319433,"stop":1714501319433,"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":"24fa050d915ffb1f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24fa050d915ffb1f","status":"passed","time":{"start":1714495063234,"stop":1714495063234,"duration":0}}]},"tags":[]},"source":"f7a41ddc6562d043.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b2fde6306bc5d41a.json b/6962/data/test-cases/f7b6a2afe24667c5.json similarity index 79% rename from 6944/data/test-cases/b2fde6306bc5d41a.json rename to 6962/data/test-cases/f7b6a2afe24667c5.json index 8a7fec32ba0..ea91a9a1626 100644 --- a/6944/data/test-cases/b2fde6306bc5d41a.json +++ b/6962/data/test-cases/f7b6a2afe24667c5.json @@ -1 +1 @@ -{"uid":"b2fde6306bc5d41a","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":1714425137449,"stop":1714425137450,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":70,"unknown":0,"total":74},"items":[{"uid":"6bef0697b43adfe6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6bef0697b43adfe6","status":"passed","time":{"start":1714415306372,"stop":1714415306372,"duration":0}},{"uid":"8766bf389d5d3716","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8766bf389d5d3716","status":"passed","time":{"start":1714415441026,"stop":1714415441026,"duration":0}},{"uid":"7a9c9c25757014b2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7a9c9c25757014b2","status":"passed","time":{"start":1714407661408,"stop":1714407661409,"duration":1}},{"uid":"d96dec9586d2c059","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d96dec9586d2c059","status":"passed","time":{"start":1714406688863,"stop":1714406688864,"duration":1}},{"uid":"96682341cb163b95","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/96682341cb163b95","status":"passed","time":{"start":1714404480615,"stop":1714404480616,"duration":1}},{"uid":"9346aa95a7ff2c98","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9346aa95a7ff2c98","status":"passed","time":{"start":1714404187313,"stop":1714404187313,"duration":0}},{"uid":"97ba9a046b7341f0","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/97ba9a046b7341f0","status":"passed","time":{"start":1714403975082,"stop":1714403975082,"duration":0}},{"uid":"deddbd8c5ca737ba","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/deddbd8c5ca737ba","status":"passed","time":{"start":1714386442451,"stop":1714386442452,"duration":1}},{"uid":"be413fdf0a32a599","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/be413fdf0a32a599","status":"passed","time":{"start":1714385503988,"stop":1714385503988,"duration":0}},{"uid":"f4fffba78af68384","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/f4fffba78af68384","status":"passed","time":{"start":1714384798820,"stop":1714384798821,"duration":1}},{"uid":"43626011f3678c53","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/43626011f3678c53","status":"passed","time":{"start":1714384484751,"stop":1714384484751,"duration":0}},{"uid":"89f5952708603f31","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/89f5952708603f31","status":"broken","statusDetails":"window is not defined","time":{"start":1714382939597,"stop":1714382939598,"duration":1}},{"uid":"164c42f3824bff74","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/164c42f3824bff74","status":"passed","time":{"start":1714383271359,"stop":1714383271359,"duration":0}},{"uid":"6747e76522550b4c","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6747e76522550b4c","status":"broken","statusDetails":"window is not defined","time":{"start":1714382742230,"stop":1714382742230,"duration":0}},{"uid":"b1ad1141369e75d9","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b1ad1141369e75d9","status":"passed","time":{"start":1714383085686,"stop":1714383085686,"duration":0}},{"uid":"30bdcdb7fe37b9e2","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/30bdcdb7fe37b9e2","status":"passed","time":{"start":1714382957848,"stop":1714382957848,"duration":0}},{"uid":"f9d938b5f0401e2b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f9d938b5f0401e2b","status":"passed","time":{"start":1714381467337,"stop":1714381467338,"duration":1}},{"uid":"475a4b5392e4b534","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/475a4b5392e4b534","status":"passed","time":{"start":1714380262870,"stop":1714380262871,"duration":1}},{"uid":"402756ad95e0f494","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/402756ad95e0f494","status":"passed","time":{"start":1714379832132,"stop":1714379832133,"duration":1}},{"uid":"6b0894da5f8d27de","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6b0894da5f8d27de","status":"passed","time":{"start":1714297053926,"stop":1714297053926,"duration":0}}]},"tags":[]},"source":"b2fde6306bc5d41a.json","parameterValues":[]} \ No newline at end of file +{"uid":"f7b6a2afe24667c5","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":1714500823174,"stop":1714500823174,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Single Service Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Single Service Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e44c6b6deab66237","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e44c6b6deab66237","status":"passed","time":{"start":1714494571258,"stop":1714494571259,"duration":1}},{"uid":"8cf0296bc054a94d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8cf0296bc054a94d","status":"passed","time":{"start":1714492678646,"stop":1714492678646,"duration":0}}]},"tags":[]},"source":"f7b6a2afe24667c5.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f7dd78e90cad84fd.json b/6962/data/test-cases/f7dd78e90cad84fd.json new file mode 100644 index 00000000000..cb6040c792f --- /dev/null +++ b/6962/data/test-cases/f7dd78e90cad84fd.json @@ -0,0 +1 @@ +{"uid":"f7dd78e90cad84fd","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","historyId":"0f36e2e742b665c172929c5fc29d4747:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525343,"stop":1714500525343,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ae982c5215a1c387","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ae982c5215a1c387","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"a81892976b90e101","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a81892976b90e101","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"tags":[]},"source":"f7dd78e90cad84fd.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/757e9658f9935d5c.json b/6962/data/test-cases/f8313e000b18b0ee.json similarity index 84% rename from 6944/data/test-cases/757e9658f9935d5c.json rename to 6962/data/test-cases/f8313e000b18b0ee.json index caa0bf42911..415709aec69 100644 --- a/6944/data/test-cases/757e9658f9935d5c.json +++ b/6962/data/test-cases/f8313e000b18b0ee.json @@ -1 +1 @@ -{"uid":"757e9658f9935d5c","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":1714425435628,"stop":1714425435628,"duration":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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"bf604bfaf87b6d5b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bf604bfaf87b6d5b","status":"passed","time":{"start":1714415590172,"stop":1714415590173,"duration":1}},{"uid":"1b0d5498624061df","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1b0d5498624061df","status":"passed","time":{"start":1714415739335,"stop":1714415739335,"duration":0}},{"uid":"7b3f1ba44c00d9f8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7b3f1ba44c00d9f8","status":"passed","time":{"start":1714407950139,"stop":1714407950140,"duration":1}},{"uid":"13f24e68032e5f32","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/13f24e68032e5f32","status":"passed","time":{"start":1714406978494,"stop":1714406978494,"duration":0}},{"uid":"82d4847afb7f0d76","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/82d4847afb7f0d76","status":"passed","time":{"start":1714404752163,"stop":1714404752163,"duration":0}},{"uid":"8aae29b91a350c28","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8aae29b91a350c28","status":"passed","time":{"start":1714404488166,"stop":1714404488167,"duration":1}},{"uid":"b685cee1299936d0","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b685cee1299936d0","status":"passed","time":{"start":1714404264847,"stop":1714404264848,"duration":1}},{"uid":"db1a28d254bee37d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/db1a28d254bee37d","status":"passed","time":{"start":1714386718945,"stop":1714386718945,"duration":0}},{"uid":"5ccc577c06954d56","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/5ccc577c06954d56","status":"passed","time":{"start":1714385802612,"stop":1714385802613,"duration":1}},{"uid":"9d313428543ae0e1","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/9d313428543ae0e1","status":"passed","time":{"start":1714385084330,"stop":1714385084330,"duration":0}},{"uid":"1fb6891d38e4f669","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/1fb6891d38e4f669","status":"passed","time":{"start":1714384783934,"stop":1714384783935,"duration":1}},{"uid":"38867d7f9175774b","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/38867d7f9175774b","status":"passed","time":{"start":1714382927696,"stop":1714382927696,"duration":0}},{"uid":"3f947d9246ad8fb9","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3f947d9246ad8fb9","status":"passed","time":{"start":1714383573257,"stop":1714383573257,"duration":0}},{"uid":"652779c9a2a24c63","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/652779c9a2a24c63","status":"passed","time":{"start":1714382735210,"stop":1714382735210,"duration":0}},{"uid":"8c6cf4b7ba1205ad","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8c6cf4b7ba1205ad","status":"passed","time":{"start":1714383376686,"stop":1714383376687,"duration":1}},{"uid":"98528dac5458f693","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/98528dac5458f693","status":"passed","time":{"start":1714383261456,"stop":1714383261456,"duration":0}},{"uid":"275d50a3f4e4c9a0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/275d50a3f4e4c9a0","status":"passed","time":{"start":1714381767579,"stop":1714381767580,"duration":1}},{"uid":"faabf9190fd3bff5","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/faabf9190fd3bff5","status":"passed","time":{"start":1714380548895,"stop":1714380548895,"duration":0}},{"uid":"a399c59645dbf53b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/a399c59645dbf53b","status":"passed","time":{"start":1714380124167,"stop":1714380124167,"duration":0}},{"uid":"86ab543d871ce44f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/86ab543d871ce44f","status":"passed","time":{"start":1714297355219,"stop":1714297355220,"duration":1}}]},"tags":[]},"source":"757e9658f9935d5c.json","parameterValues":[]} \ No newline at end of file +{"uid":"f8313e000b18b0ee","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":1714501123812,"stop":1714501123812,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"712f0fd882ebbdbc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/712f0fd882ebbdbc","status":"passed","time":{"start":1714494838851,"stop":1714494838852,"duration":1}},{"uid":"193a70bbc81da4d2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/193a70bbc81da4d2","status":"passed","time":{"start":1714492985770,"stop":1714492985770,"duration":0}}]},"tags":[]},"source":"f8313e000b18b0ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f86b7e224943a720.json b/6962/data/test-cases/f86b7e224943a720.json new file mode 100644 index 00000000000..5658d0e6399 --- /dev/null +++ b/6962/data/test-cases/f86b7e224943a720.json @@ -0,0 +1 @@ +{"uid":"f86b7e224943a720","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric shard: /waku/2/rs/1/\\","historyId":"ac752214c5e233c723214a5333854f2e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525347,"stop":1714500525348,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4a56d6ea3adf1aea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a56d6ea3adf1aea","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"9f063a79731e0145","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9f063a79731e0145","status":"passed","time":{"start":1714492380872,"stop":1714492380873,"duration":1}}]},"tags":[]},"source":"f86b7e224943a720.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ab55471f182d6a18.json b/6962/data/test-cases/f88c950a8faa4bbd.json similarity index 79% rename from 6944/data/test-cases/ab55471f182d6a18.json rename to 6962/data/test-cases/f88c950a8faa4bbd.json index d90da2efc7a..96b630a0e8d 100644 --- a/6944/data/test-cases/ab55471f182d6a18.json +++ b/6962/data/test-cases/f88c950a8faa4bbd.json @@ -1 +1 @@ -{"uid":"ab55471f182d6a18","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":1714425534881,"stop":1714425534881,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"2daf216d993ea0f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2daf216d993ea0f","status":"passed","time":{"start":1714415702280,"stop":1714415702281,"duration":1}},{"uid":"1da7c7047772e2e1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1da7c7047772e2e1","status":"passed","time":{"start":1714415850489,"stop":1714415850489,"duration":0}},{"uid":"6e02248618018557","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6e02248618018557","status":"passed","time":{"start":1714408049938,"stop":1714408049938,"duration":0}},{"uid":"d40fcfd7b9d25d16","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d40fcfd7b9d25d16","status":"passed","time":{"start":1714407080661,"stop":1714407080662,"duration":1}},{"uid":"fa04981bf1c1ed69","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fa04981bf1c1ed69","status":"passed","time":{"start":1714404860576,"stop":1714404860576,"duration":0}},{"uid":"486bd31a3935bbc8","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/486bd31a3935bbc8","status":"passed","time":{"start":1714404585190,"stop":1714404585190,"duration":0}},{"uid":"c5686cbd4f14252","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c5686cbd4f14252","status":"passed","time":{"start":1714404366297,"stop":1714404366298,"duration":1}},{"uid":"628909ee14b53a5e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/628909ee14b53a5e","status":"passed","time":{"start":1714386825516,"stop":1714386825516,"duration":0}},{"uid":"8fbbd504f8402088","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/8fbbd504f8402088","status":"passed","time":{"start":1714385893729,"stop":1714385893729,"duration":0}},{"uid":"2a995c3853558af8","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2a995c3853558af8","status":"passed","time":{"start":1714385188003,"stop":1714385188004,"duration":1}},{"uid":"a1fa47f1b3c348e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/a1fa47f1b3c348e","status":"passed","time":{"start":1714384869901,"stop":1714384869901,"duration":0}},{"uid":"1b808b916a71247b","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1b808b916a71247b","status":"broken","statusDetails":"window is not defined","time":{"start":1714384237106,"stop":1714384237107,"duration":1}},{"uid":"4224c2443c21f835","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4224c2443c21f835","status":"passed","time":{"start":1714383661914,"stop":1714383661915,"duration":1}},{"uid":"6065c2acdcafefad","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6065c2acdcafefad","status":"broken","statusDetails":"window is not defined","time":{"start":1714384018783,"stop":1714384018783,"duration":0}},{"uid":"2f9d0bff285b4ff0","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/2f9d0bff285b4ff0","status":"passed","time":{"start":1714383474173,"stop":1714383474173,"duration":0}},{"uid":"93f80b4d7fb4bb00","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/93f80b4d7fb4bb00","status":"passed","time":{"start":1714383351241,"stop":1714383351242,"duration":1}},{"uid":"73debc16bdfb6568","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/73debc16bdfb6568","status":"passed","time":{"start":1714381860508,"stop":1714381860508,"duration":0}},{"uid":"4179fa0aec32f81f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4179fa0aec32f81f","status":"passed","time":{"start":1714380649651,"stop":1714380649651,"duration":0}},{"uid":"7896dac5e7e32694","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7896dac5e7e32694","status":"passed","time":{"start":1714380216153,"stop":1714380216153,"duration":0}},{"uid":"7911f0e75ac389ec","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7911f0e75ac389ec","status":"passed","time":{"start":1714297452319,"stop":1714297452319,"duration":0}}]},"tags":[]},"source":"ab55471f182d6a18.json","parameterValues":[]} \ No newline at end of file +{"uid":"f88c950a8faa4bbd","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":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","flaky":false,"newFailed":false,"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":3,"unknown":0,"total":3},"items":[{"uid":"3c0dec64dba2a516","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3c0dec64dba2a516","status":"passed","time":{"start":1714494954432,"stop":1714494954432,"duration":0}},{"uid":"868ea2f71e23f406","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/868ea2f71e23f406","status":"passed","time":{"start":1714493052128,"stop":1714493052128,"duration":0}}]},"tags":[]},"source":"f88c950a8faa4bbd.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/b9ec13257a341c34.json b/6962/data/test-cases/f8c29929c51534eb.json similarity index 75% rename from 6944/data/test-cases/b9ec13257a341c34.json rename to 6962/data/test-cases/f8c29929c51534eb.json index 22023c4defe..df65e52b77f 100644 --- a/6944/data/test-cases/b9ec13257a341c34.json +++ b/6962/data/test-cases/f8c29929c51534eb.json @@ -1 +1 @@ -{"uid":"b9ec13257a341c34","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":1714425068146,"stop":1714425068147,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"e20a1d8b6c13e12c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e20a1d8b6c13e12c","status":"passed","time":{"start":1714415236746,"stop":1714415236747,"duration":1}},{"uid":"e7472a953ba6d129","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e7472a953ba6d129","status":"passed","time":{"start":1714415370284,"stop":1714415370285,"duration":1}},{"uid":"5de1d4818584aa44","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5de1d4818584aa44","status":"passed","time":{"start":1714407592721,"stop":1714407592722,"duration":1}},{"uid":"2b721c08d8501517","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2b721c08d8501517","status":"passed","time":{"start":1714406603010,"stop":1714406603011,"duration":1}},{"uid":"db37a9ab6e17e278","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/db37a9ab6e17e278","status":"passed","time":{"start":1714404403081,"stop":1714404403082,"duration":1}},{"uid":"df03dbf617b0ecd0","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/df03dbf617b0ecd0","status":"passed","time":{"start":1714404066555,"stop":1714404066555,"duration":0}},{"uid":"eae6ea7d6a4e0625","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/eae6ea7d6a4e0625","status":"passed","time":{"start":1714403911543,"stop":1714403911543,"duration":0}},{"uid":"aee4388b2d2c99aa","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/aee4388b2d2c99aa","status":"passed","time":{"start":1714386356545,"stop":1714386356545,"duration":0}},{"uid":"1adbdf7e4d740262","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1adbdf7e4d740262","status":"passed","time":{"start":1714385421465,"stop":1714385421465,"duration":0}},{"uid":"88fdcf5c2e693874","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/88fdcf5c2e693874","status":"passed","time":{"start":1714384714560,"stop":1714384714561,"duration":1}},{"uid":"ff40724ddd023b43","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ff40724ddd023b43","status":"passed","time":{"start":1714384405991,"stop":1714384405991,"duration":0}},{"uid":"bd2dfe6aed59654f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/bd2dfe6aed59654f","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845680,"stop":1714382845680,"duration":0}},{"uid":"fe4a5509e1b78a74","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/fe4a5509e1b78a74","status":"passed","time":{"start":1714383192255,"stop":1714383192255,"duration":0}},{"uid":"e1eff8f5bedd2657","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e1eff8f5bedd2657","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649817,"stop":1714382649817,"duration":0}},{"uid":"47abe0041151fc2","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/47abe0041151fc2","status":"passed","time":{"start":1714383007948,"stop":1714383007949,"duration":1}},{"uid":"2716709a53b61961","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2716709a53b61961","status":"passed","time":{"start":1714382888215,"stop":1714382888216,"duration":1}},{"uid":"32921936d21d2788","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/32921936d21d2788","status":"passed","time":{"start":1714381390671,"stop":1714381390671,"duration":0}},{"uid":"f07b78d8b41caa94","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f07b78d8b41caa94","status":"passed","time":{"start":1714380173237,"stop":1714380173237,"duration":0}},{"uid":"803d9e2b454773f8","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/803d9e2b454773f8","status":"passed","time":{"start":1714379752767,"stop":1714379752767,"duration":0}},{"uid":"cdeb8b4e7b51cac2","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/cdeb8b4e7b51cac2","status":"passed","time":{"start":1714296983633,"stop":1714296983633,"duration":0}}]},"tags":[]},"source":"b9ec13257a341c34.json","parameterValues":[]} \ No newline at end of file +{"uid":"f8c29929c51534eb","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":1714500735360,"stop":1714500735360,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ea941b0616ca737","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ea941b0616ca737","status":"passed","time":{"start":1714494500285,"stop":1714494500285,"duration":0}},{"uid":"bdde9724aeb5921c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bdde9724aeb5921c","status":"passed","time":{"start":1714492591441,"stop":1714492591441,"duration":0}}]},"tags":[]},"source":"f8c29929c51534eb.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/21f33ab73477454a.json b/6962/data/test-cases/f8ca8c03179b40c4.json similarity index 75% rename from 6944/data/test-cases/21f33ab73477454a.json rename to 6962/data/test-cases/f8ca8c03179b40c4.json index eaeba5df40d..6c526e720c3 100644 --- a/6944/data/test-cases/21f33ab73477454a.json +++ b/6962/data/test-cases/f8ca8c03179b40c4.json @@ -1 +1 @@ -{"uid":"21f33ab73477454a","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":1714425068149,"stop":1714425068150,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":66,"unknown":0,"total":74},"items":[{"uid":"e0afa50293f93a48","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e0afa50293f93a48","status":"passed","time":{"start":1714415236749,"stop":1714415236750,"duration":1}},{"uid":"ae5e217cd268b10d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ae5e217cd268b10d","status":"passed","time":{"start":1714415370289,"stop":1714415370290,"duration":1}},{"uid":"b4e5588028a70714","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b4e5588028a70714","status":"passed","time":{"start":1714407592728,"stop":1714407592728,"duration":0}},{"uid":"2bb0e576f4fbd628","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2bb0e576f4fbd628","status":"passed","time":{"start":1714406603014,"stop":1714406603015,"duration":1}},{"uid":"f50ae9af430ca5f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f50ae9af430ca5f","status":"passed","time":{"start":1714404403093,"stop":1714404403093,"duration":0}},{"uid":"b12fd91adf7ab5d6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b12fd91adf7ab5d6","status":"passed","time":{"start":1714404066559,"stop":1714404066559,"duration":0}},{"uid":"915386248c546df0","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/915386248c546df0","status":"passed","time":{"start":1714403911548,"stop":1714403911549,"duration":1}},{"uid":"5951b093040ef6cd","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5951b093040ef6cd","status":"passed","time":{"start":1714386356548,"stop":1714386356549,"duration":1}},{"uid":"346eaa883104bba6","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/346eaa883104bba6","status":"passed","time":{"start":1714385421470,"stop":1714385421471,"duration":1}},{"uid":"2d7f89b64108d847","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2d7f89b64108d847","status":"passed","time":{"start":1714384714572,"stop":1714384714573,"duration":1}},{"uid":"17046ea1092bf5af","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/17046ea1092bf5af","status":"passed","time":{"start":1714384405994,"stop":1714384405995,"duration":1}},{"uid":"8a5dab3af928df53","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/8a5dab3af928df53","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845691,"stop":1714382845692,"duration":1}},{"uid":"69d1caac5cc9c516","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/69d1caac5cc9c516","status":"passed","time":{"start":1714383192267,"stop":1714383192267,"duration":0}},{"uid":"f5d466fa11d1523e","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f5d466fa11d1523e","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649834,"stop":1714382649834,"duration":0}},{"uid":"c02cb7bfc912216","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c02cb7bfc912216","status":"passed","time":{"start":1714383007954,"stop":1714383007955,"duration":1}},{"uid":"b7e664d05e25b6e8","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/b7e664d05e25b6e8","status":"passed","time":{"start":1714382888218,"stop":1714382888219,"duration":1}},{"uid":"43dce8c8e2d40c60","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/43dce8c8e2d40c60","status":"passed","time":{"start":1714381390675,"stop":1714381390675,"duration":0}},{"uid":"3101871010cecdef","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3101871010cecdef","status":"passed","time":{"start":1714380173240,"stop":1714380173241,"duration":1}},{"uid":"e2ef9e6efcd4f999","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e2ef9e6efcd4f999","status":"passed","time":{"start":1714379752782,"stop":1714379752782,"duration":0}},{"uid":"c09ebbfe6b21013","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c09ebbfe6b21013","status":"passed","time":{"start":1714296983637,"stop":1714296983637,"duration":0}}]},"tags":[]},"source":"21f33ab73477454a.json","parameterValues":[]} \ No newline at end of file +{"uid":"f8ca8c03179b40c4","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":1714500735363,"stop":1714500735364,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter.single_node"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"928c89db4b52b2b2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/928c89db4b52b2b2","status":"passed","time":{"start":1714494500290,"stop":1714494500291,"duration":1}},{"uid":"b2b9b40351a272a1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2b9b40351a272a1","status":"passed","time":{"start":1714492591458,"stop":1714492591458,"duration":0}}]},"tags":[]},"source":"f8ca8c03179b40c4.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/f99b7ccb56c66078.json b/6962/data/test-cases/f99b7ccb56c66078.json new file mode 100644 index 00000000000..14632f4d91c --- /dev/null +++ b/6962/data/test-cases/f99b7ccb56c66078.json @@ -0,0 +1 @@ +{"uid":"f99b7ccb56c66078","name":"should handle application and version for autosharding","fullName":"/src/common/sharding.spec.ts: shardInfoToPubsubTopics > should handle application and version for autosharding","historyId":"d1e899bb77cffe1b4eac08cc549c7c8c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525339,"stop":1714500525340,"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":"shardInfoToPubsubTopics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8453c0d2ab42aa1a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8453c0d2ab42aa1a","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"c04699933544143a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c04699933544143a","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"tags":[]},"source":"f99b7ccb56c66078.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fa3299b3794b8151.json b/6962/data/test-cases/fa3299b3794b8151.json new file mode 100644 index 00000000000..2dfc9019ccd --- /dev/null +++ b/6962/data/test-cases/fa3299b3794b8151.json @@ -0,0 +1 @@ +{"uid":"fa3299b3794b8151","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for non-numeric clusterId: /waku/2/rs/!/1","historyId":"0976bba8abd9a3d334de8c15bb26aed0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525346,"stop":1714500525347,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"72adb27cba5d7f37","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72adb27cba5d7f37","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"b48ea88d8d5cebdf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b48ea88d8d5cebdf","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"tags":[]},"source":"fa3299b3794b8151.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fa795c4056cbb54d.json b/6962/data/test-cases/fa795c4056cbb54d.json new file mode 100644 index 00000000000..9bd8cddaaf7 --- /dev/null +++ b/6962/data/test-cases/fa795c4056cbb54d.json @@ -0,0 +1 @@ +{"uid":"fa795c4056cbb54d","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":1714500533181,"stop":1714500533184,"duration":3},"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":3,"unknown":0,"total":3},"items":[{"uid":"3c739e9e4a88210b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3c739e9e4a88210b","status":"passed","time":{"start":1714494284818,"stop":1714494284818,"duration":0}},{"uid":"a86a5711abd72dbe","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a86a5711abd72dbe","status":"passed","time":{"start":1714492388606,"stop":1714492388606,"duration":0}}]},"tags":[]},"source":"fa795c4056cbb54d.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fa8e63560c064385.json b/6962/data/test-cases/fa8e63560c064385.json new file mode 100644 index 00000000000..9d6856584b8 --- /dev/null +++ b/6962/data/test-cases/fa8e63560c064385.json @@ -0,0 +1 @@ +{"uid":"fa8e63560c064385","name":"tcp ip4 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > tcp ip4 address","historyId":"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500533443,"stop":1714500533444,"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":3,"unknown":0,"total":3},"items":[{"uid":"6b214babaeded62c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6b214babaeded62c","status":"passed","time":{"start":1714494284790,"stop":1714494284791,"duration":1}},{"uid":"30860de2400b29ee","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30860de2400b29ee","status":"passed","time":{"start":1714492388866,"stop":1714492388867,"duration":1}}]},"tags":[]},"source":"fa8e63560c064385.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fabba7f09981c300.json b/6962/data/test-cases/fabba7f09981c300.json new file mode 100644 index 00000000000..aea029ac191 --- /dev/null +++ b/6962/data/test-cases/fabba7f09981c300.json @@ -0,0 +1 @@ +{"uid":"fabba7f09981c300","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":1714500559909,"stop":1714500559910,"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":3,"unknown":0,"total":3},"items":[{"uid":"6041b4b7069bca35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6041b4b7069bca35","status":"passed","time":{"start":1714494310955,"stop":1714494310956,"duration":1}},{"uid":"71d2339b498582","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71d2339b498582","status":"passed","time":{"start":1714492410939,"stop":1714492410939,"duration":0}}]},"tags":[]},"source":"fabba7f09981c300.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fac2200691f1f400.json b/6962/data/test-cases/fac2200691f1f400.json new file mode 100644 index 00000000000..b24054eee25 --- /dev/null +++ b/6962/data/test-cases/fac2200691f1f400.json @@ -0,0 +1 @@ +{"uid":"fac2200691f1f400","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":1714500744116,"stop":1714500744117,"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":3,"unknown":0,"total":3},"items":[{"uid":"492dabef6cb97e16","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/492dabef6cb97e16","status":"passed","time":{"start":1714494482328,"stop":1714494482329,"duration":1}},{"uid":"6d11b804e4542477","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6d11b804e4542477","status":"passed","time":{"start":1714492591349,"stop":1714492591349,"duration":0}}]},"tags":[]},"source":"fac2200691f1f400.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/faeddac9cbbeb5bc.json b/6962/data/test-cases/faeddac9cbbeb5bc.json new file mode 100644 index 00000000000..bfe02c1bc09 --- /dev/null +++ b/6962/data/test-cases/faeddac9cbbeb5bc.json @@ -0,0 +1 @@ +{"uid":"faeddac9cbbeb5bc","name":"should not throw an error for a single configured topic","fullName":"/src/common/sharding.spec.ts: ensurePubsubTopicIsConfigured > should not throw an error for a single configured topic","historyId":"7ae11021e2fa12b85336be9c02761e15:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525350,"stop":1714500525350,"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":"ensurePubsubTopicIsConfigured"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a0ae5cb2f06b6dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a0ae5cb2f06b6dc","status":"passed","time":{"start":1714494276821,"stop":1714494276822,"duration":1}},{"uid":"8af90443ed18d37d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8af90443ed18d37d","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"tags":[]},"source":"faeddac9cbbeb5bc.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/faf570c4bc29a46e.json b/6962/data/test-cases/faf570c4bc29a46e.json new file mode 100644 index 00000000000..35dacc00a69 --- /dev/null +++ b/6962/data/test-cases/faf570c4bc29a46e.json @@ -0,0 +1 @@ +{"uid":"faf570c4bc29a46e","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":1714501159487,"stop":1714501159487,"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":3,"unknown":0,"total":3},"items":[{"uid":"18f72f4d8c7021f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18f72f4d8c7021f9","status":"passed","time":{"start":1714494898217,"stop":1714494898217,"duration":0}},{"uid":"30d18225990e37ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30d18225990e37ab","status":"passed","time":{"start":1714492984321,"stop":1714492984322,"duration":1}}]},"tags":[]},"source":"faf570c4bc29a46e.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fb20cb7049d74771.json b/6962/data/test-cases/fb20cb7049d74771.json new file mode 100644 index 00000000000..19a9f06368e --- /dev/null +++ b/6962/data/test-cases/fb20cb7049d74771.json @@ -0,0 +1 @@ +{"uid":"fb20cb7049d74771","name":"given a content topic, creates a waku node and filter subscription","fullName":"/tests/sdk/content_topic.spec.ts: SDK: Creating by Content Topic > given a content topic, creates a waku node and filter subscription","historyId":"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714501036383,"stop":1714501036383,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"tests.sdk"},{"name":"parentSuite","value":"SDK: Creating by Content Topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"3e9a49e185a652dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3e9a49e185a652dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786056,"stop":1714494786056,"duration":0}},{"uid":"a43af72a37110f6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a43af72a37110f6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860588,"stop":1714492860588,"duration":0}}]},"tags":[]},"source":"fb20cb7049d74771.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fb3b81d0ea381b5.json b/6962/data/test-cases/fb3b81d0ea381b5.json new file mode 100644 index 00000000000..f05dae871cf --- /dev/null +++ b/6962/data/test-cases/fb3b81d0ea381b5.json @@ -0,0 +1 @@ +{"uid":"fb3b81d0ea381b5","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":1714501036154,"stop":1714501036155,"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":3,"unknown":0,"total":3},"items":[{"uid":"268634f936260d6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/268634f936260d6b","status":"passed","time":{"start":1714494788124,"stop":1714494788124,"duration":0}},{"uid":"fe606e2ae90b3075","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fe606e2ae90b3075","status":"passed","time":{"start":1714492860426,"stop":1714492860426,"duration":0}}]},"tags":[]},"source":"fb3b81d0ea381b5.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fb4e4faca753b2fa.json b/6962/data/test-cases/fb4e4faca753b2fa.json new file mode 100644 index 00000000000..67d96aca7db --- /dev/null +++ b/6962/data/test-cases/fb4e4faca753b2fa.json @@ -0,0 +1 @@ +{"uid":"fb4e4faca753b2fa","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":1714500660501,"stop":1714500660501,"duration":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":3,"unknown":0,"total":3},"items":[{"uid":"9f3223d5efd80237","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f3223d5efd80237","status":"passed","time":{"start":1714494401267,"stop":1714494401268,"duration":1}},{"uid":"25c7e3314cd9e70d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/25c7e3314cd9e70d","status":"passed","time":{"start":1714492501441,"stop":1714492501442,"duration":1}}]},"tags":[]},"source":"fb4e4faca753b2fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/eed667e34df9f0b7.json b/6962/data/test-cases/fbc8a50ec1ecd5d5.json similarity index 83% rename from 6944/data/test-cases/eed667e34df9f0b7.json rename to 6962/data/test-cases/fbc8a50ec1ecd5d5.json index 1384c5dd6f1..a9ea598402a 100644 --- a/6944/data/test-cases/eed667e34df9f0b7.json +++ b/6962/data/test-cases/fbc8a50ec1ecd5d5.json @@ -1 +1 @@ -{"uid":"eed667e34df9f0b7","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":1714425301044,"stop":1714425301045,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"e05866b50c3e4512","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e05866b50c3e4512","status":"passed","time":{"start":1714415473243,"stop":1714415473243,"duration":0}},{"uid":"2cc02a20dfc7394f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2cc02a20dfc7394f","status":"passed","time":{"start":1714415615339,"stop":1714415615339,"duration":0}},{"uid":"3ed2342656bfb2c0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3ed2342656bfb2c0","status":"passed","time":{"start":1714407816853,"stop":1714407816854,"duration":1}},{"uid":"a06651dc9e9a7f6a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a06651dc9e9a7f6a","status":"passed","time":{"start":1714406861554,"stop":1714406861565,"duration":11}},{"uid":"21bebadfa5970184","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/21bebadfa5970184","status":"passed","time":{"start":1714404628266,"stop":1714404628267,"duration":1}},{"uid":"47d8d44db77555b9","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/47d8d44db77555b9","status":"passed","time":{"start":1714404348883,"stop":1714404348883,"duration":0}},{"uid":"f6297b10ef098261","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/f6297b10ef098261","status":"passed","time":{"start":1714404137190,"stop":1714404137191,"duration":1}},{"uid":"560c65b48b30c4c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/560c65b48b30c4c","status":"passed","time":{"start":1714386585835,"stop":1714386585836,"duration":1}},{"uid":"9809cf8b6fd43e84","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/9809cf8b6fd43e84","status":"passed","time":{"start":1714385651930,"stop":1714385651930,"duration":0}},{"uid":"df9d0fc91fdd8c93","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/df9d0fc91fdd8c93","status":"passed","time":{"start":1714384939214,"stop":1714384939214,"duration":0}},{"uid":"5834731c801ee631","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/5834731c801ee631","status":"passed","time":{"start":1714384633412,"stop":1714384633413,"duration":1}},{"uid":"2980e560d6ab0651","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/2980e560d6ab0651","status":"passed","time":{"start":1714383068391,"stop":1714383068391,"duration":0}},{"uid":"1a50524ac653b0ee","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1a50524ac653b0ee","status":"passed","time":{"start":1714383427838,"stop":1714383427838,"duration":0}},{"uid":"74dc3fb543ceb1ba","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/74dc3fb543ceb1ba","status":"passed","time":{"start":1714382856538,"stop":1714382856539,"duration":1}},{"uid":"444871aa93c7a6b6","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/444871aa93c7a6b6","status":"passed","time":{"start":1714383232235,"stop":1714383232236,"duration":1}},{"uid":"ae0138ede14cf906","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ae0138ede14cf906","status":"passed","time":{"start":1714383125876,"stop":1714383125876,"duration":0}},{"uid":"aa1d127be8e45486","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/aa1d127be8e45486","status":"passed","time":{"start":1714381639302,"stop":1714381639302,"duration":0}},{"uid":"3c0a552e90a9c112","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3c0a552e90a9c112","status":"passed","time":{"start":1714380392350,"stop":1714380392352,"duration":2}},{"uid":"4cf45d2738bca736","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4cf45d2738bca736","status":"passed","time":{"start":1714379984441,"stop":1714379984441,"duration":0}},{"uid":"7a1a3f39324124f4","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7a1a3f39324124f4","status":"passed","time":{"start":1714297212195,"stop":1714297212204,"duration":9}}]},"tags":[]},"source":"eed667e34df9f0b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"fbc8a50ec1ecd5d5","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":1714500976530,"stop":1714500976531,"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":3,"unknown":0,"total":3},"items":[{"uid":"9fcaa302d017a029","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9fcaa302d017a029","status":"passed","time":{"start":1714494735258,"stop":1714494735258,"duration":0}},{"uid":"25455a43e10160a3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/25455a43e10160a3","status":"passed","time":{"start":1714492814937,"stop":1714492814939,"duration":2}}]},"tags":[]},"source":"fbc8a50ec1ecd5d5.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fbe87ff54eae932c.json b/6962/data/test-cases/fbe87ff54eae932c.json new file mode 100644 index 00000000000..2c340790a1a --- /dev/null +++ b/6962/data/test-cases/fbe87ff54eae932c.json @@ -0,0 +1 @@ +{"uid":"fbe87ff54eae932c","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":1714500561874,"stop":1714500561874,"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":3,"unknown":0,"total":3},"items":[{"uid":"1710a605c44fa942","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1710a605c44fa942","status":"passed","time":{"start":1714494312953,"stop":1714494312954,"duration":1}},{"uid":"d4f2fdfca8b7add2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4f2fdfca8b7add2","status":"passed","time":{"start":1714492412935,"stop":1714492412935,"duration":0}}]},"tags":[]},"source":"fbe87ff54eae932c.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fbed9a7e0273fe29.json b/6962/data/test-cases/fbed9a7e0273fe29.json new file mode 100644 index 00000000000..5e46ef77823 --- /dev/null +++ b/6962/data/test-cases/fbed9a7e0273fe29.json @@ -0,0 +1 @@ +{"uid":"fbed9a7e0273fe29","name":"All","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > All","historyId":"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500587633,"stop":1714500587633,"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":3,"unknown":0,"total":3},"items":[{"uid":"eab021bc73d268ac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eab021bc73d268ac","status":"passed","time":{"start":1714494338446,"stop":1714494338447,"duration":1}},{"uid":"a46401ab52148e6e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a46401ab52148e6e","status":"passed","time":{"start":1714492438262,"stop":1714492438262,"duration":0}}]},"tags":[]},"source":"fbed9a7e0273fe29.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/ffa3e080172b5c79.json b/6962/data/test-cases/fc0d9076c9ba746e.json similarity index 83% rename from 6944/data/test-cases/ffa3e080172b5c79.json rename to 6962/data/test-cases/fc0d9076c9ba746e.json index 25544ab53ed..27c6f3943ef 100644 --- a/6944/data/test-cases/ffa3e080172b5c79.json +++ b/6962/data/test-cases/fc0d9076c9ba746e.json @@ -1 +1 @@ -{"uid":"ffa3e080172b5c79","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":1714425301078,"stop":1714425301081,"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":6,"skipped":0,"passed":68,"unknown":0,"total":74},"items":[{"uid":"ab21e6dd990796fe","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ab21e6dd990796fe","status":"passed","time":{"start":1714415473247,"stop":1714415473248,"duration":1}},{"uid":"f5d50f2b79095095","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f5d50f2b79095095","status":"passed","time":{"start":1714415615347,"stop":1714415615347,"duration":0}},{"uid":"c18afa44616aab43","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c18afa44616aab43","status":"passed","time":{"start":1714407816860,"stop":1714407816860,"duration":0}},{"uid":"a7d7551de7f671a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a7d7551de7f671a","status":"passed","time":{"start":1714406861584,"stop":1714406861585,"duration":1}},{"uid":"b390bc05644cae17","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b390bc05644cae17","status":"passed","time":{"start":1714404628271,"stop":1714404628271,"duration":0}},{"uid":"133774936781aa84","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/133774936781aa84","status":"passed","time":{"start":1714404348889,"stop":1714404348889,"duration":0}},{"uid":"6591b5c087e5a86e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6591b5c087e5a86e","status":"passed","time":{"start":1714404137217,"stop":1714404137217,"duration":0}},{"uid":"5723304b4ed6cb9f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5723304b4ed6cb9f","status":"passed","time":{"start":1714386585842,"stop":1714386585843,"duration":1}},{"uid":"b3ecf5a565572a28","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b3ecf5a565572a28","status":"passed","time":{"start":1714385651935,"stop":1714385651935,"duration":0}},{"uid":"853a0ad59fb2193b","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/853a0ad59fb2193b","status":"passed","time":{"start":1714384939235,"stop":1714384939236,"duration":1}},{"uid":"ace665101123cab3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ace665101123cab3","status":"passed","time":{"start":1714384633418,"stop":1714384633418,"duration":0}},{"uid":"499259ff676f0caa","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/499259ff676f0caa","status":"passed","time":{"start":1714383068400,"stop":1714383068437,"duration":37}},{"uid":"75f95b08ede9cc29","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/75f95b08ede9cc29","status":"passed","time":{"start":1714383427854,"stop":1714383427855,"duration":1}},{"uid":"e8ef2a3c5574349e","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e8ef2a3c5574349e","status":"passed","time":{"start":1714382856554,"stop":1714382856555,"duration":1}},{"uid":"65503c2ddf482068","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/65503c2ddf482068","status":"passed","time":{"start":1714383232246,"stop":1714383232247,"duration":1}},{"uid":"2445f67beb764a63","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/2445f67beb764a63","status":"passed","time":{"start":1714383125880,"stop":1714383125885,"duration":5}},{"uid":"b9391f6101832055","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b9391f6101832055","status":"passed","time":{"start":1714381639306,"stop":1714381639307,"duration":1}},{"uid":"b3bec0cd25da1fe6","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/b3bec0cd25da1fe6","status":"passed","time":{"start":1714380392359,"stop":1714380392359,"duration":0}},{"uid":"192154df8be744c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/192154df8be744c","status":"passed","time":{"start":1714379984445,"stop":1714379984446,"duration":1}},{"uid":"aa1576ffc70709d6","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/aa1576ffc70709d6","status":"passed","time":{"start":1714297212211,"stop":1714297212211,"duration":0}}]},"tags":[]},"source":"ffa3e080172b5c79.json","parameterValues":[]} \ No newline at end of file +{"uid":"fc0d9076c9ba746e","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":1714500976542,"stop":1714500976544,"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":3,"unknown":0,"total":3},"items":[{"uid":"3786be2a5d523ade","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3786be2a5d523ade","status":"passed","time":{"start":1714494735286,"stop":1714494735287,"duration":1}},{"uid":"b4f2e400e48a847f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b4f2e400e48a847f","status":"passed","time":{"start":1714492814950,"stop":1714492814951,"duration":1}}]},"tags":[]},"source":"fc0d9076c9ba746e.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/445cca2564ef98d8.json b/6962/data/test-cases/fc4d61790bf5e323.json similarity index 76% rename from 6944/data/test-cases/445cca2564ef98d8.json rename to 6962/data/test-cases/fc4d61790bf5e323.json index 6e544cefacc..3d763675deb 100644 --- a/6944/data/test-cases/445cca2564ef98d8.json +++ b/6962/data/test-cases/fc4d61790bf5e323.json @@ -1 +1 @@ -{"uid":"445cca2564ef98d8","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":1714425348192,"stop":1714425348192,"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":7,"skipped":0,"passed":67,"unknown":0,"total":74},"items":[{"uid":"1d89aeeb73e75ca5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1d89aeeb73e75ca5","status":"passed","time":{"start":1714415541649,"stop":1714415541649,"duration":0}},{"uid":"87997ada937bd4a9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/87997ada937bd4a9","status":"passed","time":{"start":1714415666680,"stop":1714415666681,"duration":1}},{"uid":"71a2c89b264b7d0e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/71a2c89b264b7d0e","status":"passed","time":{"start":1714407867321,"stop":1714407867322,"duration":1}},{"uid":"c152248b63f5ef93","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c152248b63f5ef93","status":"passed","time":{"start":1714406901767,"stop":1714406901767,"duration":0}},{"uid":"2c4fc634330355bc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2c4fc634330355bc","status":"passed","time":{"start":1714404685936,"stop":1714404685937,"duration":1}},{"uid":"7e5e09e25aabf34a","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7e5e09e25aabf34a","status":"passed","time":{"start":1714404389190,"stop":1714404389190,"duration":0}},{"uid":"5fb741c82e28ba39","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/5fb741c82e28ba39","status":"passed","time":{"start":1714404179641,"stop":1714404179641,"duration":0}},{"uid":"1121cce2ae9a4acf","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/1121cce2ae9a4acf","status":"passed","time":{"start":1714386642379,"stop":1714386642380,"duration":1}},{"uid":"f9fb7b3a07bad643","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/f9fb7b3a07bad643","status":"passed","time":{"start":1714385705601,"stop":1714385705601,"duration":0}},{"uid":"d7b2bb1b23037737","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d7b2bb1b23037737","status":"passed","time":{"start":1714385001599,"stop":1714385001599,"duration":0}},{"uid":"3569d369189e0ae4","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/3569d369189e0ae4","status":"passed","time":{"start":1714384689795,"stop":1714384689795,"duration":0}},{"uid":"1186dedb8bec5e63","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1186dedb8bec5e63","status":"passed","time":{"start":1714383060304,"stop":1714383060304,"duration":0}},{"uid":"4e8ad19ac80be1c2","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4e8ad19ac80be1c2","status":"passed","time":{"start":1714383479971,"stop":1714383479972,"duration":1}},{"uid":"d797491cea723468","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d797491cea723468","status":"passed","time":{"start":1714382864763,"stop":1714382864763,"duration":0}},{"uid":"d9728ec0c3379735","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d9728ec0c3379735","status":"passed","time":{"start":1714383281580,"stop":1714383281581,"duration":1}},{"uid":"ba82fcce10696815","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ba82fcce10696815","status":"passed","time":{"start":1714383168061,"stop":1714383168062,"duration":1}},{"uid":"c2b128ba3030d5e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c2b128ba3030d5e","status":"passed","time":{"start":1714381685744,"stop":1714381685745,"duration":1}},{"uid":"586d1ce581d2c39c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/586d1ce581d2c39c","status":"passed","time":{"start":1714380450810,"stop":1714380450810,"duration":0}},{"uid":"969b51f0f7073740","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/969b51f0f7073740","status":"passed","time":{"start":1714380035070,"stop":1714380035071,"duration":1}},{"uid":"29d40315f5060c5f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/29d40315f5060c5f","status":"passed","time":{"start":1714297259188,"stop":1714297259188,"duration":0}}]},"tags":[]},"source":"445cca2564ef98d8.json","parameterValues":[]} \ No newline at end of file +{"uid":"fc4d61790bf5e323","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":1714501036167,"stop":1714501036168,"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":3,"unknown":0,"total":3},"items":[{"uid":"1724d5f2eba9b021","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1724d5f2eba9b021","status":"passed","time":{"start":1714494788148,"stop":1714494788149,"duration":1}},{"uid":"7f1446d99e0430b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f1446d99e0430b0","status":"passed","time":{"start":1714492860435,"stop":1714492860435,"duration":0}}]},"tags":[]},"source":"fc4d61790bf5e323.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fcc2648606c65fe0.json b/6962/data/test-cases/fcc2648606c65fe0.json new file mode 100644 index 00000000000..056f29cf916 --- /dev/null +++ b/6962/data/test-cases/fcc2648606c65fe0.json @@ -0,0 +1 @@ +{"uid":"fcc2648606c65fe0","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","fullName":"/src/common/sharding.spec.ts: pubsubTopicToSingleShardInfo with various invalid formats > should throw an error for invalid PubsubTopic format: /incorrect/format","historyId":"3ed9b66e45c94b179dff35bf2fe88201:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500525344,"stop":1714500525344,"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":"pubsubTopicToSingleShardInfo with various invalid formats"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a96dddada2f0d3c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a96dddada2f0d3c9","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"139605d4f44bbfea","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/139605d4f44bbfea","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"tags":[]},"source":"fcc2648606c65fe0.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/5454393acf87606b.json b/6962/data/test-cases/fceea40c5a948074.json similarity index 77% rename from 6944/data/test-cases/5454393acf87606b.json rename to 6962/data/test-cases/fceea40c5a948074.json index 331703935cd..88cd3106900 100644 --- a/6944/data/test-cases/5454393acf87606b.json +++ b/6962/data/test-cases/fceea40c5a948074.json @@ -1 +1 @@ -{"uid":"5454393acf87606b","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":1714425369960,"stop":1714425369960,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":68,"unknown":0,"total":72},"items":[{"uid":"e6c3cc52acaa008c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e6c3cc52acaa008c","status":"passed","time":{"start":1714415516376,"stop":1714415516376,"duration":0}},{"uid":"c59ea9f970680ad2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c59ea9f970680ad2","status":"passed","time":{"start":1714415679030,"stop":1714415679030,"duration":0}},{"uid":"539c70ad8c9da00c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/539c70ad8c9da00c","status":"passed","time":{"start":1714407884325,"stop":1714407884325,"duration":0}},{"uid":"fa824131a6eeb26f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fa824131a6eeb26f","status":"passed","time":{"start":1714406914314,"stop":1714406914315,"duration":1}},{"uid":"77a583cbdd3b712f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/77a583cbdd3b712f","status":"passed","time":{"start":1714404690109,"stop":1714404690109,"duration":0}},{"uid":"5e1827f59049acd2","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/5e1827f59049acd2","status":"passed","time":{"start":1714404379781,"stop":1714404379784,"duration":3}},{"uid":"6d16e21b9abda2b2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/6d16e21b9abda2b2","status":"passed","time":{"start":1714404194547,"stop":1714404194547,"duration":0}},{"uid":"5f40daa629b92d33","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5f40daa629b92d33","status":"passed","time":{"start":1714386653732,"stop":1714386653733,"duration":1}},{"uid":"65d69ccff2b013cf","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/65d69ccff2b013cf","status":"passed","time":{"start":1714385733954,"stop":1714385733954,"duration":0}},{"uid":"936e90fed667f472","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/936e90fed667f472","status":"passed","time":{"start":1714385024705,"stop":1714385024705,"duration":0}},{"uid":"6c2d46f2c5036dd6","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6c2d46f2c5036dd6","status":"passed","time":{"start":1714384714553,"stop":1714384714554,"duration":1}},{"uid":"241b44e5fcd69f48","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/241b44e5fcd69f48","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067741,"stop":1714384067741,"duration":0}},{"uid":"a401f7a500233223","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a401f7a500233223","status":"passed","time":{"start":1714383490739,"stop":1714383490740,"duration":1}},{"uid":"cf4c918658855ca8","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/cf4c918658855ca8","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840436,"stop":1714383840436,"duration":0}},{"uid":"5848090f2967e7a5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/5848090f2967e7a5","status":"passed","time":{"start":1714383300556,"stop":1714383300556,"duration":0}},{"uid":"88b59d6a8476c92","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/88b59d6a8476c92","status":"passed","time":{"start":1714383176773,"stop":1714383176774,"duration":1}},{"uid":"2f26eac5a6affbce","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2f26eac5a6affbce","status":"passed","time":{"start":1714381688738,"stop":1714381688738,"duration":0}},{"uid":"21b4e52708a15134","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/21b4e52708a15134","status":"passed","time":{"start":1714380481149,"stop":1714380481149,"duration":0}},{"uid":"d082864e64a862e7","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d082864e64a862e7","status":"passed","time":{"start":1714380049529,"stop":1714380049529,"duration":0}},{"uid":"229762da248c980b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/229762da248c980b","status":"passed","time":{"start":1714297302887,"stop":1714297302887,"duration":0}}]},"tags":[]},"source":"5454393acf87606b.json","parameterValues":[]} \ No newline at end of file +{"uid":"fceea40c5a948074","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":1714501050443,"stop":1714501050443,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4375d74ad9b80432","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4375d74ad9b80432","status":"passed","time":{"start":1714494785909,"stop":1714494785909,"duration":0}},{"uid":"878cb490c2833550","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/878cb490c2833550","status":"passed","time":{"start":1714492898564,"stop":1714492898564,"duration":0}}]},"tags":[]},"source":"fceea40c5a948074.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/239dc857dc518a93.json b/6962/data/test-cases/fd2a69bec5874979.json similarity index 52% rename from 6944/data/test-cases/239dc857dc518a93.json rename to 6962/data/test-cases/fd2a69bec5874979.json index 3734ade9f1a..5d013282be3 100644 --- a/6944/data/test-cases/239dc857dc518a93.json +++ b/6962/data/test-cases/fd2a69bec5874979.json @@ -1 +1 @@ -{"uid":"239dc857dc518a93","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":1714424912032,"stop":1714424912032,"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":74,"unknown":0,"total":74},"items":[{"uid":"f066806267d34cda","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f066806267d34cda","status":"passed","time":{"start":1714415063936,"stop":1714415063937,"duration":1}},{"uid":"15695ed05fb04f0c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/15695ed05fb04f0c","status":"passed","time":{"start":1714415219583,"stop":1714415219584,"duration":1}},{"uid":"54d50c383c590f51","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/54d50c383c590f51","status":"passed","time":{"start":1714407435778,"stop":1714407435779,"duration":1}},{"uid":"1c5fa6b3a17bd9ff","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1c5fa6b3a17bd9ff","status":"passed","time":{"start":1714406451895,"stop":1714406451895,"duration":0}},{"uid":"8a81147d1b9f0215","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8a81147d1b9f0215","status":"passed","time":{"start":1714404244889,"stop":1714404244898,"duration":9}},{"uid":"710d3e775c9447d1","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/710d3e775c9447d1","status":"passed","time":{"start":1714403892794,"stop":1714403892802,"duration":8}},{"uid":"153ad695c302c837","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/153ad695c302c837","status":"passed","time":{"start":1714403738976,"stop":1714403738976,"duration":0}},{"uid":"6062cf9aeee7e524","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6062cf9aeee7e524","status":"passed","time":{"start":1714386207173,"stop":1714386207175,"duration":2}},{"uid":"3699f2f0afac0913","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/3699f2f0afac0913","status":"passed","time":{"start":1714385272428,"stop":1714385272429,"duration":1}},{"uid":"cb478005eb8be583","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/cb478005eb8be583","status":"passed","time":{"start":1714384564282,"stop":1714384564283,"duration":1}},{"uid":"71970efb311123f2","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/71970efb311123f2","status":"passed","time":{"start":1714384255546,"stop":1714384255547,"duration":1}},{"uid":"1ef1a81bb6bcec33","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1ef1a81bb6bcec33","status":"passed","time":{"start":1714382058395,"stop":1714382058396,"duration":1}},{"uid":"56e478584d87b61b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/56e478584d87b61b","status":"passed","time":{"start":1714383034758,"stop":1714383034758,"duration":0}},{"uid":"33f374ced8c10ded","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/33f374ced8c10ded","status":"passed","time":{"start":1714381871131,"stop":1714381871131,"duration":0}},{"uid":"f55e290437a5eaae","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f55e290437a5eaae","status":"passed","time":{"start":1714382857136,"stop":1714382857136,"duration":0}},{"uid":"14955343fe0d5c89","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/14955343fe0d5c89","status":"passed","time":{"start":1714382736019,"stop":1714382736020,"duration":1}},{"uid":"dd3339ba26ea2e87","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/dd3339ba26ea2e87","status":"passed","time":{"start":1714381242737,"stop":1714381242737,"duration":0}},{"uid":"13e347716b2b0efb","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/13e347716b2b0efb","status":"passed","time":{"start":1714380027086,"stop":1714380027087,"duration":1}},{"uid":"47734d70f43d041f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/47734d70f43d041f","status":"passed","time":{"start":1714379595590,"stop":1714379595591,"duration":1}},{"uid":"70fa22de868f1ded","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/70fa22de868f1ded","status":"passed","time":{"start":1714296831841,"stop":1714296831842,"duration":1}}]},"tags":[]},"source":"239dc857dc518a93.json","parameterValues":[]} \ No newline at end of file +{"uid":"fd2a69bec5874979","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":1714500590506,"stop":1714500590507,"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":3,"unknown":0,"total":3},"items":[{"uid":"752ae88d5dc1ef22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/752ae88d5dc1ef22","status":"passed","time":{"start":1714494351410,"stop":1714494351411,"duration":1}},{"uid":"7417115486d78271","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7417115486d78271","status":"passed","time":{"start":1714492441816,"stop":1714492441816,"duration":0}}]},"tags":[]},"source":"fd2a69bec5874979.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/824e8f7d8029501c.json b/6962/data/test-cases/fdd496a21e61761a.json similarity index 98% rename from 6944/data/test-cases/824e8f7d8029501c.json rename to 6962/data/test-cases/fdd496a21e61761a.json index f90367b79f7..3150aeaae67 100644 --- a/6944/data/test-cases/824e8f7d8029501c.json +++ b/6962/data/test-cases/fdd496a21e61761a.json @@ -1 +1 @@ -{"uid":"824e8f7d8029501c","name":"Push message with custom timestamp: 1714421472332","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1714421472332","historyId":"0313bb1712df22229d4f6646093f51cf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714425301149,"stop":1714425301149,"duration":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":"824e8f7d8029501c.json","parameterValues":[]} \ No newline at end of file +{"uid":"fdd496a21e61761a","name":"Push message with custom timestamp: 1683742344434","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1683742344434","historyId":"f1c7d88e241f8349dd0127f0d7267c00:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500976563,"stop":1714500976564,"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":"fdd496a21e61761a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/fe3d519b3fee213a.json b/6962/data/test-cases/fe3d519b3fee213a.json new file mode 100644 index 00000000000..d82122448a4 --- /dev/null +++ b/6962/data/test-cases/fe3d519b3fee213a.json @@ -0,0 +1 @@ +{"uid":"fe3d519b3fee213a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","fullName":"/src/dns/enrtree.spec.ts: ENRTree > ENRTree (branch): should parse and verify a single component DNS branch entry","historyId":"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500550277,"stop":1714500550278,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.dns"},{"name":"parentSuite","value":"ENRTree"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b57053388da37e73","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b57053388da37e73","status":"passed","time":{"start":1714494300699,"stop":1714494300699,"duration":0}},{"uid":"d3d519490a708bf5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3d519490a708bf5","status":"passed","time":{"start":1714492404706,"stop":1714492404706,"duration":0}}]},"tags":[]},"source":"fe3d519b3fee213a.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ff7f31d9d6eb8dd3.json b/6962/data/test-cases/ff7f31d9d6eb8dd3.json new file mode 100644 index 00000000000..89ac90e5478 --- /dev/null +++ b/6962/data/test-cases/ff7f31d9d6eb8dd3.json @@ -0,0 +1 @@ +{"uid":"ff7f31d9d6eb8dd3","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":1714500744051,"stop":1714500744051,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76c1a52eeb0c474e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76c1a52eeb0c474e","status":"passed","time":{"start":1714494482313,"stop":1714494482314,"duration":1}},{"uid":"b5a7986d96c10b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5a7986d96c10b4","status":"passed","time":{"start":1714492591342,"stop":1714492591342,"duration":0}}]},"tags":[]},"source":"ff7f31d9d6eb8dd3.json","parameterValues":[]} \ No newline at end of file diff --git a/6944/data/test-cases/40ba52a08c1958ab.json b/6962/data/test-cases/ffd525e95595e862.json similarity index 84% rename from 6944/data/test-cases/40ba52a08c1958ab.json rename to 6962/data/test-cases/ffd525e95595e862.json index b31279415eb..6a65ad9b2ca 100644 --- a/6944/data/test-cases/40ba52a08c1958ab.json +++ b/6962/data/test-cases/ffd525e95595e862.json @@ -1 +1 @@ -{"uid":"40ba52a08c1958ab","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":1714425435622,"stop":1714425435623,"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":8,"skipped":0,"passed":64,"unknown":0,"total":72},"items":[{"uid":"6496e00cb5f96473","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6496e00cb5f96473","status":"passed","time":{"start":1714415590172,"stop":1714415590172,"duration":0}},{"uid":"462a6257706f2352","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/462a6257706f2352","status":"passed","time":{"start":1714415739334,"stop":1714415739334,"duration":0}},{"uid":"8ce6b322a2b542e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8ce6b322a2b542e","status":"passed","time":{"start":1714407950138,"stop":1714407950139,"duration":1}},{"uid":"6b1b0787209fe849","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6b1b0787209fe849","status":"passed","time":{"start":1714406978492,"stop":1714406978493,"duration":1}},{"uid":"51a01a0cb2ab6897","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/51a01a0cb2ab6897","status":"passed","time":{"start":1714404752162,"stop":1714404752163,"duration":1}},{"uid":"1602caa87ac1ebd4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1602caa87ac1ebd4","status":"passed","time":{"start":1714404488166,"stop":1714404488166,"duration":0}},{"uid":"28537a8388a4f241","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/28537a8388a4f241","status":"passed","time":{"start":1714404264847,"stop":1714404264847,"duration":0}},{"uid":"a8bcec71b0d49055","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a8bcec71b0d49055","status":"passed","time":{"start":1714386718944,"stop":1714386718944,"duration":0}},{"uid":"1e5b3f651c24b79a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1e5b3f651c24b79a","status":"passed","time":{"start":1714385802611,"stop":1714385802612,"duration":1}},{"uid":"35ad957580280cf4","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/35ad957580280cf4","status":"passed","time":{"start":1714385084330,"stop":1714385084330,"duration":0}},{"uid":"d8db7083136fa0e2","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d8db7083136fa0e2","status":"passed","time":{"start":1714384783934,"stop":1714384783934,"duration":0}},{"uid":"1fa23c65a30b559c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1fa23c65a30b559c","status":"passed","time":{"start":1714382927696,"stop":1714382927696,"duration":0}},{"uid":"d01d7999e3a2f262","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/d01d7999e3a2f262","status":"passed","time":{"start":1714383573256,"stop":1714383573256,"duration":0}},{"uid":"5435974dd6d0e7e1","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5435974dd6d0e7e1","status":"passed","time":{"start":1714382735209,"stop":1714382735209,"duration":0}},{"uid":"8647cc1309520056","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/8647cc1309520056","status":"passed","time":{"start":1714383376685,"stop":1714383376686,"duration":1}},{"uid":"53f451ccc8a588fc","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/53f451ccc8a588fc","status":"passed","time":{"start":1714383261455,"stop":1714383261455,"duration":0}},{"uid":"67ddea367c9facf2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/67ddea367c9facf2","status":"passed","time":{"start":1714381767579,"stop":1714381767579,"duration":0}},{"uid":"3ac8d6f9224a5933","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3ac8d6f9224a5933","status":"passed","time":{"start":1714380548895,"stop":1714380548895,"duration":0}},{"uid":"ea444206c361f78e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/ea444206c361f78e","status":"passed","time":{"start":1714380124166,"stop":1714380124166,"duration":0}},{"uid":"726c53fa8dd530c7","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/726c53fa8dd530c7","status":"passed","time":{"start":1714297355219,"stop":1714297355219,"duration":0}}]},"tags":[]},"source":"40ba52a08c1958ab.json","parameterValues":[]} \ No newline at end of file +{"uid":"ffd525e95595e862","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":1714501123811,"stop":1714501123812,"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":3,"unknown":0,"total":3},"items":[{"uid":"706fec7893d5b013","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/706fec7893d5b013","status":"passed","time":{"start":1714494838851,"stop":1714494838851,"duration":0}},{"uid":"a31214a8f687e7dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a31214a8f687e7dd","status":"passed","time":{"start":1714492985770,"stop":1714492985770,"duration":0}}]},"tags":[]},"source":"ffd525e95595e862.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/test-cases/ffe7294be9f65dda.json b/6962/data/test-cases/ffe7294be9f65dda.json new file mode 100644 index 00000000000..ac261c93e64 --- /dev/null +++ b/6962/data/test-cases/ffe7294be9f65dda.json @@ -0,0 +1 @@ +{"uid":"ffe7294be9f65dda","name":"Sign & Recover","fullName":"/src/encryption.spec.ts: Waku Encryption > Sign & Recover","historyId":"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1714500560559,"stop":1714500560559,"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":3,"unknown":0,"total":3},"items":[{"uid":"4299201fe8242a41","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4299201fe8242a41","status":"passed","time":{"start":1714494311522,"stop":1714494311522,"duration":0}},{"uid":"82c7dd80973aa563","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82c7dd80973aa563","status":"passed","time":{"start":1714492411492,"stop":1714492411492,"duration":0}}]},"tags":[]},"source":"ffe7294be9f65dda.json","parameterValues":[]} \ No newline at end of file diff --git a/6962/data/timeline.json b/6962/data/timeline.json index 2eb4be21c1d..f53c255cf84 100644 --- a/6962/data/timeline.json +++ b/6962/data/timeline.json @@ -1 +1 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"Check received message with timestamp: 1714453974406 ","uid":"5553bda8a4c66a36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"f18deb9e3b0bbaf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925052,"stop":1714453925053,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","uid":"8cea5daf6686ff0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"f3e8c9f0b15dd120","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406000000 ","uid":"202e712c40e6ed6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"248736087726a566","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"9210bb3f98bb49e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948528,"stop":1714453948529,"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":"273c614a2e9fbf79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454532111,"stop":1714454532118,"duration":7},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"a889015c43487494","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605556,"stop":1714454605557,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"13102f2416e8cb8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453985199,"stop":1714453985199,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"e0e5c5ac8589faff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434303,"stop":1714454434303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app12/2/topic99/utf8","uid":"7e71ba6bbae91ad2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483204,"stop":1714454483204,"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":"f67bd0dd7ca5b883","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406 ","uid":"38493759ecafcd54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434308,"stop":1714454434308,"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":"ca4d78625681bfd8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140407,"stop":1714454140407,"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":"fc96fdc720d91514","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453937812,"stop":1714453937812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"e4d601f875f52637","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453924719,"stop":1714453924719,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"251f091b2540f221","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925048,"stop":1714453925048,"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":"58d527055cf2e164","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048338,"stop":1714454048339,"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":"6d33b6931123a9e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925049,"stop":1714453925049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"e477d8a9ecd81e52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605548,"stop":1714454605548,"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":"3371c8a123abc729","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530135,"stop":1714454530135,"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":"552b4eaa39538363","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048329,"stop":1714454048332,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"fe002c4399712ba2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"370da373122a2277","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133749,"stop":1714454133752,"duration":3},"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":"495dfab5cc54205d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407733,"stop":1714454407733,"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":"80762d6d33e53eab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"c7d9413f90c4386","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434323,"stop":1714454434323,"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":"8477fa36e8d62ab2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365887,"stop":1714454365887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"5328c19c212b7083","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365873,"stop":1714454365874,"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":"21f150444f2c2a0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434337,"stop":1714454434337,"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":"f4df6d8394579107","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605553,"stop":1714454605554,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"738e6ac959f49e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454561534,"stop":1714454561534,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"458717fdec14a00d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429793,"stop":1714454429793,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"4df98a4e1e852160","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453938220,"stop":1714453938221,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","uid":"c66ae5011ba225ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140467,"stop":1714454140467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"b1f97fbb6fa26907","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"8e825648015175c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"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":"e96f2339435f0ca6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453987181,"stop":1714453987182,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"bf0ce7cfb5745d64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507878,"stop":1714454507878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cdfd92e1d0a584e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365874,"stop":1714454365875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"6f1cccf1375d2a04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925079,"stop":1714453925079,"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":"b2ad88fa893ae2f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227466,"stop":1714454227466,"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":"4bdc1498c12cbfb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"177075e0e50478e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932711,"stop":1714453932711,"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":"70cd68626942b1d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365884,"stop":1714454365884,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"d4b7867c9186a581","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133735,"stop":1714454133736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"9300e0413272eff7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530136,"stop":1714454530136,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"274213a0ff78a9fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"62a10a3722152fa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454254053,"stop":1714454254055,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message on other pubsub topic is not received","uid":"75c123815b343483","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133778,"stop":1714454133782,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"7468e6aa08025773","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453927578,"stop":1714453927578,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"79103309655d5e9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"7b99fc4a013d77fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933339,"stop":1714453933339,"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":"8c7b4a06ed58fac0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454479296,"stop":1714454479297,"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":"c3a2ea0b927787e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227469,"stop":1714454227469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"85c278eadb8addb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925052,"stop":1714453925052,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2c5dc8fd300e6868","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507874,"stop":1714454507875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"471251607050a193","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530568,"stop":1714454530568,"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":"2d6cda14eb1087b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454133787,"stop":1714454133790,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"e1eeae8b1b591047","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933331,"stop":1714453933332,"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":"97b5497832cbc17d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507908,"stop":1714454507908,"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":"231b1f8a5458edb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507876,"stop":1714454507876,"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":"b9c668e97b36eff1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434344,"stop":1714454434345,"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":"50f80d8287975dd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365888,"stop":1714454365889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"655884fd8b8ad3fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"dd395b0f82b2c404","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454429952,"stop":1714454429953,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"bcc4888625da6a03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958694,"stop":1714453958694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"cfe3ee72c68f101a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"ea27bc63ec332f7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952293,"stop":1714453952293,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through stream","uid":"6b85ce25b512fb31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454429954,"stop":1714454429955,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"e06c326806e47794","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925071,"stop":1714453925072,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"83a2333635d43f50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925066,"stop":1714453925067,"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":"70c663d21c7fadb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453987195,"stop":1714453987196,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"a37500d3e670694c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e5fa9624633014a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454053295,"stop":1714454053295,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"448420bd4f22f484","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454576888,"stop":1714454576889,"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":"93eec2e256dcae48","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365886,"stop":1714454365886,"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":"a8a5884ec5146f6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"9ca8fb5f560bc585","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140479,"stop":1714454140479,"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":"22c2e457700ce5f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932704,"stop":1714453932704,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic752/utf8","uid":"32cf2fcb2366ae9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483202,"stop":1714454483203,"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":"90d88435719f78c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714453987204,"stop":1714453987204,"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":"f15cff6392f257e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140472,"stop":1714454140472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"9175e0c1df70ae2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925075,"stop":1714453925076,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"bcce7888304a3191","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434313,"stop":1714454434320,"duration":7},"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":"e0d72b6b4a86b312","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407735,"stop":1714454407735,"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":"81702d5eac4343f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"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":"3f3d2c06f80823b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454066545,"stop":1714454066546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"1355394a226fc052","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925058,"stop":1714453925058,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"b7049958848ea998","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434309,"stop":1714454434309,"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":"9c3d6a714804c48a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"5f0c94faab0b1963","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"d0fc060167965271","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925078,"stop":1714453925079,"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":"d3f278d43222a8fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434309,"stop":1714454434310,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"62af1eaa8c0cf397","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407734,"stop":1714454407734,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8f340b4099f0ed49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605541,"stop":1714454605541,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"8277228402516e10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454401485,"stop":1714454401486,"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":"a749995bcd759a68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453938218,"stop":1714453938218,"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":"7877262849c54037","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185398,"stop":1714454185398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"8b53ae16e9abd831","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454015964,"stop":1714454015965,"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":"2f3ea35f6b6456d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453975167,"stop":1714453975168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"ec56c91814540405","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140470,"stop":1714454140471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app88/2/topic696/xml","uid":"526c9ec7da110c2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483201,"stop":1714454483202,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"ff4e45aa33a0f8cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925073,"stop":1714453925073,"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":"fdc38db838ef3c19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453938219,"stop":1714453938219,"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":"c39cddbcef6e5a21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140467,"stop":1714454140468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"73b947c9791e2441","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507870,"stop":1714454507871,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 512, Shard ID: 977","uid":"a486d61d1489c387","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485762,"stop":1714454485764,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing SQL Injection","uid":"73ef15ae25f813db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507905,"stop":1714454507905,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"3190927bc793791d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"93fae3a94dd87ae7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133734,"stop":1714454133735,"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":"e6ad9b3c67e127f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365885,"stop":1714454365885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"e305159f5283acab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454015968,"stop":1714454015968,"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":"75664724777d73a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431997,"stop":1714454431997,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"e1fa59cd66f361ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454532130,"stop":1714454532131,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"949ad993f0999974","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454253972,"stop":1714454253972,"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":"6b0f674fb69a64a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507908,"stop":1714454507909,"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":"9046eaffdbfc122b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530137,"stop":1714454530137,"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":"1b824c1d129967f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"f0173304eaea3c58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925055,"stop":1714453925055,"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":"4628c4e3b9455f36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605546,"stop":1714454605547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"28eca425e334553c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434306,"stop":1714454434306,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves all peers (2) when cannot fulfill all requirements","uid":"790b2d22581f4d68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949192,"stop":1714453949192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"50846528f87440f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133757,"stop":1714454133757,"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":"4fdd0c9700bae2ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140471,"stop":1714454140471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"9e55301b5dfcc7a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365888,"stop":1714454365888,"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":"f0656d12ecfd18d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453975116,"stop":1714453975117,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"13db8fb6746f84d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925059,"stop":1714453925059,"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":"4a366561f388923e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454561531,"stop":1714454561531,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"a5116bf3ad2295c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454568758,"stop":1714454568758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"a84df6108fc7175c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431990,"stop":1714454431991,"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":"2a2b3549fc0e71d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140440,"stop":1714454140441,"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":"1b300338292455c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140467,"stop":1714454140467,"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":"885004a40e588723","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app69/2/topic755/xml","uid":"14f7e6d6ad69cc93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"64b8bccdb90d6a15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429786,"stop":1714454429787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"a599ad9bfeb412ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454246976,"stop":1714454246977,"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":"78a2ad174cdf22c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952291,"stop":1714453952291,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"73fc7ac1628ba423","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429792,"stop":1714454429792,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"c8fd325505dd090a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454576888,"stop":1714454576888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"35a66468b19db128","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"52067d21d3b9b02e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454568761,"stop":1714454568761,"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":"ab25e40647917517","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"2b34701fa0b19cf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"7b887c14a7518f0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530132,"stop":1714454530133,"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":"dd1b6f6d5cb91a83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140472,"stop":1714454140472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"53cc4b20311d828a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140403,"stop":1714454140403,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"748ccf9739238cdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454053292,"stop":1714454053294,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"d354daf77595a7d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605544,"stop":1714454605545,"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":"ad3c7e506dc51f8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431994,"stop":1714454431994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"95ec738bcbe5908f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"a7d1d034949e657a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530567,"stop":1714454530567,"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":"34725e5fd4dee5b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434336,"stop":1714454434337,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"adb47ba19245ef6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429788,"stop":1714454429789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"552a27866dd01fc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507911,"stop":1714454507911,"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":"a423b9ceba6af956","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454561530,"stop":1714454561531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"79cc7ecb103e55c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925056,"stop":1714453925056,"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":"d88950b501cec473","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140445,"stop":1714454140446,"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":"1bbb477805e7b323","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429798,"stop":1714454429798,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app64/3/topic307/xml","uid":"eca22cc21afdf4ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483203,"stop":1714454483204,"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":"a7f11f099c8e8f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507909,"stop":1714454507911,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"dd4be3caab96835c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133777,"stop":1714454133777,"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":"96e0b3e1e7e28fa1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365877,"stop":1714454365878,"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":"458b989a037dcd52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"b1bc1bc5db07e9fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925055,"stop":1714453925056,"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":"54b44fca46498582","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454546218,"stop":1714454546219,"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":"334461603bed8848","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"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":"34f5f1819da7cc3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453983004,"stop":1714453983005,"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":"d6b61b1b22c1f123","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507904,"stop":1714454507905,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"dab3404b5da8b511","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949189,"stop":1714453949189,"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":"c025c083c5d3ea34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"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":"841e25efbaf31fab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932706,"stop":1714453932706,"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":"d915625ee6ea5a47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431998,"stop":1714454431999,"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":"6355d150384b23bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365882,"stop":1714454365882,"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":"d9f915c3242b668e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454563518,"stop":1714454563518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app57/4/topic816/test.js","uid":"15fe9fd73584153f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"b4ef28de9cffb070","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133717,"stop":1714454133734,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"58c0bc7abfd2cb0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133734,"stop":1714454133734,"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":"725d8e9fe4945f41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365887,"stop":1714454365888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"3c851e01aec3ab98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140481,"stop":1714454140482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"2a2ab5e37b98f125","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925060,"stop":1714453925061,"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":"5550cb418fd645f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454546217,"stop":1714454546217,"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":"99bcaacf0bc86bd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453959968,"stop":1714453959968,"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":"857460668633a4b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431996,"stop":1714454431997,"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":"be0ec04898c9b4cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454479296,"stop":1714454479296,"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":"b440b652388dbb15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365885,"stop":1714454365886,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"e3d75be66200835","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714457733923","uid":"4caea0356689c41b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507913,"stop":1714454507913,"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":"ae1a2ed372f5e873","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454543148,"stop":1714454543149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"5160daf398f04b67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434302,"stop":1714454434302,"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":"682770c0b64e5c92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140404,"stop":1714454140404,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"886b50bdae21943","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","uid":"6132fdce66961742","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925077,"stop":1714453925077,"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":"27dbeb104c845fbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434337,"stop":1714454434337,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5fcb1bc994175490","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140447,"stop":1714454140449,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on empty string content topic","uid":"4c050b5c8cd2bbfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958108,"stop":1714453958108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974781 ","uid":"40017be7be309895","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133776,"stop":1714454133776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"b0866868a2728cdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454253971,"stop":1714454253971,"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":"64fa5366db1f23ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453975164,"stop":1714453975166,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"36cf5a52944417c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434325,"stop":1714454434334,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"cdfc1c2e0e5b226a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507907,"stop":1714454507907,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"f90b78a002abbfce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453985200,"stop":1714453985200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c5be782bb853c4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454006713,"stop":1714454006713,"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":"c42d6cc84b13578a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454543143,"stop":1714454543144,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"fccedd48d03b0f2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454006711,"stop":1714454006712,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"a424ce4330773987","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454394847,"stop":1714454394848,"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":"d8fef94c72714df6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453937811,"stop":1714453937812,"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":"e92bbd9d39f969db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454434313,"stop":1714454434313,"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":"4c6bf6d34efde39f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185397,"stop":1714454185397,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"3bdb71a1f7c762c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958106,"stop":1714453958106,"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":"94473e77ab33d81b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048339,"stop":1714454048340,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"4379686570f85166","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"632faa9461f93af2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"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":"f56de170d5ae8ddf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714453987221,"stop":1714453987222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"63ca4d840510b808","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454368452,"stop":1714454368453,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"adcb3345f40b4d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483200,"stop":1714454483201,"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":"d56ed5abe262dab0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227470,"stop":1714454227471,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"665b4275db649b6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407732,"stop":1714454407733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"96c0524c73e853d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"44c72fa50b273120","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454282971,"stop":1714454282972,"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":"82bcf922ae2ddbae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b41f4d5e18d7cd90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"cae898362c003417","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"e11b09c32e4245e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454282970,"stop":1714454282971,"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":"a07e742b3bebc9aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952290,"stop":1714453952290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"20f36617bdf81683","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434302,"stop":1714454434303,"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":"41274160cba54976","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454563521,"stop":1714454563521,"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":"dbb6237e8cfe43f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605549,"stop":1714454605549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"4fa4b782e36258f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"7cf47c3e133619b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952288,"stop":1714453952289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"f3edff3c3998a20e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925063,"stop":1714453925063,"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":"14ebea972904cc90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185396,"stop":1714454185397,"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":"f84e02868fe0ffa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048343,"stop":1714454048344,"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":"2a0c8c9aa73d902d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133785,"stop":1714454133785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"c008dfc7cb2ca5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454015966,"stop":1714454015966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"d12e3bc299ff19cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"194f6290ae9e2aa9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454394847,"stop":1714454394847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"79b12bfc3d50a780","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133735,"stop":1714454133735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"a995320871416e47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454024387,"stop":1714454024388,"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":"58686c45e2f3094d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227463,"stop":1714454227463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"5252f7a98a1e4085","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434301,"stop":1714454434301,"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":"2038f3e0d2f22510","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431997,"stop":1714454431997,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"8858ecaca373b2e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714453949194,"stop":1714453949194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"fb32a42297e3ef9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925064,"stop":1714453925065,"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":"ce60afd6c7939703","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133777,"stop":1714454133778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"dfa8149ee8ed789c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434320,"stop":1714454434321,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 887, Shard ID: 831","uid":"ea6cdb28412fded","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485750,"stop":1714454485751,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"2be863e591aa7720","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"f554367a4b78af4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454568760,"stop":1714454568761,"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":"3e90d963d77c5295","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140446,"stop":1714454140447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"87d9b1eba3314455","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"b7616af520187478","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925053,"stop":1714453925053,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"fdeafc74da58eb02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048328,"stop":1714454048328,"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":"4d11e2eadf9244fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948684,"stop":1714453948686,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing XML and receive message","uid":"8bc933dcda60a0a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"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":"a07d2bba4bd5a39f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140468,"stop":1714454140469,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"2ffcb024f6ed47cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454401484,"stop":1714454401485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"b84df16735a00a4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"ad29bd016a2bb619","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227462,"stop":1714454227462,"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":"69215ffe8c76cc83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429800,"stop":1714454429800,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","uid":"98247afe3b59bc07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454246981,"stop":1714454246981,"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":"ddadf397e724f9a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407731,"stop":1714454407732,"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":"f6086d94713e2c09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507904,"stop":1714454507904,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"2887c837dc45541c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925079,"stop":1714453925079,"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":"38ee74cff7891b07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454066547,"stop":1714454066547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"a39bd8284dc3baa7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365877,"stop":1714454365877,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"59353287c04c7ee5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"535754dedc17a9c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952288,"stop":1714453952288,"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":"783501477060d35c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454024387,"stop":1714454024387,"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":"bccefa013f371888","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048332,"stop":1714454048333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"3cf49bb602f87ad8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454576891,"stop":1714454576891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"9e9974055955c41c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"18e11e911cf90622","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"d331e42afaebe844","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507876,"stop":1714454507876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"a577700760d1e408","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454394849,"stop":1714454394849,"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":"3f270fc87c0055e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605556,"stop":1714454605556,"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":"e6bde31a36086432","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048337,"stop":1714454048338,"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":"d0d58013e6fd25bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507881,"stop":1714454507903,"duration":22},"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":"8635295706a2da1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407735,"stop":1714454407736,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback","uid":"e911eca885dcdcf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"695d8f01740fb80f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454015968,"stop":1714454015971,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"f6c5c5027f8a1242","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"8778fef67418c927","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"422c01e61af8bf7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133717,"stop":1714454133717,"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":"dd4fe7483e0a151b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948680,"stop":1714453948680,"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":"ab7ce96b27b0cd01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453975110,"stop":1714453975113,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app98/8/topic585/test.js","uid":"d90f2f66f9ff72b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483201,"stop":1714454483201,"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":"fbbe7248dd4b4334","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185398,"stop":1714454185398,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"44ab962d18821101","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"fb5353c5b8ccf62f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454576890,"stop":1714454576891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"e1f3c0ad6c0c4972","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530134,"stop":1714454530135,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"6bec232bcfaf5fb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530135,"stop":1714454530136,"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":"801bf757971b8236","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454133787,"stop":1714454133787,"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":"ae3a58e3bc9a1aa7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140471,"stop":1714454140471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"3ca436425d851713","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507878,"stop":1714454507879,"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":"e196c53a3df830ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605546,"stop":1714454605546,"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":"8d0e405bc346e19b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365880,"stop":1714454365881,"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":"a59d0b6c532b3a67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454246973,"stop":1714454246974,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"1f741534f97503bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"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":"cc677e6c19076f0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407732,"stop":1714454407732,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 604, Shard ID: 846","uid":"26385a235ac648e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485765,"stop":1714454485765,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"dd5ca5408b30e879","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429792,"stop":1714454429793,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"2d27815002d1a8a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925068,"stop":1714453925068,"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":"9eb826e00b1d0eed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431993,"stop":1714454431994,"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":"8f1c9dcc1f6d8be1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185396,"stop":1714454185396,"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":"633fadaf17dd5d6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925051,"stop":1714453925051,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"2c6554d6352592f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed May 10 2023 05:20:01 GMT+0000 (Coordinated Universal Time)","uid":"91260ee08236c91f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429796,"stop":1714454429796,"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":"b27e1b051b4aea07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1714455040952,"stop":1714455040953,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"2c14904a2be498f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948530,"stop":1714453948530,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"69208f71730b93b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453959967,"stop":1714453959968,"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":"5a034fe0e785b523","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431992,"stop":1714454431993,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"7a1a3e203790ce33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453985446,"stop":1714453985447,"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":"34aa7725de24f6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365882,"stop":1714454365882,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"d80cf24564043e9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925068,"stop":1714453925068,"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":"5cbebff8b3c1731b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365882,"stop":1714454365883,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"d8d86956b226a407","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507877,"stop":1714454507877,"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":"6d30717ecb68d96c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453983005,"stop":1714453983005,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"d2fee9df710e76fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483208,"stop":1714454483209,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"9879f1d88b61ff7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507873,"stop":1714454507873,"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":"e823c0e19f01a261","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"324ebb1e0275b911","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365874,"stop":1714454365874,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"81115b534c84157c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"a2f2ab911097bc77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530131,"stop":1714454530132,"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":"80ddf2de593139fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605543,"stop":1714454605543,"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":"cc8b49760542847c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431996,"stop":1714454431996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"48d0abbee0a0a6b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925073,"stop":1714453925073,"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":"5c3209cfa50c2406","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507911,"stop":1714454507912,"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":"142da8326336c4a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485766,"stop":1714454485766,"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":"63166007e027e072","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407737,"stop":1714454407737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"c537b29e3e3509c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454053294,"stop":1714454053294,"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":"e87ef7d0fa9561b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227472,"stop":1714454227472,"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":"9a9e0d2133a25055","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454561529,"stop":1714454561530,"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":"36da131d15ffb329","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"205a515f1503c009","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"9af69e385e26a129","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454401484,"stop":1714454401484,"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":"c891f1146b37df47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605541,"stop":1714454605542,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"c1e2a111fa2b3ebd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434303,"stop":1714454434304,"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":"4e03ee2bc096ebfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453938220,"stop":1714453938220,"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":"4fa1c71ef517914c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"ed52e6f25675fb56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434308,"stop":1714454434309,"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":"601453b951bf8882","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185400,"stop":1714454185401,"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":"8c6aea5b08dcc52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454443271,"stop":1714454443271,"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":"59e9c665196f60e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454532131,"stop":1714454532132,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"8d60fca85892100c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958693,"stop":1714453958694,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"ad71939287b6ef30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949191,"stop":1714453949191,"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":"4ab6da241dea098d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431996,"stop":1714454431996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"794d8ae8dde3d4e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"b661498e731835b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507875,"stop":1714454507875,"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":"4b32203bcaed95b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948678,"stop":1714453948678,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"d4d899213be6ad3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429801,"stop":1714454429802,"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":"f2ed7094606a655e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133738,"stop":1714454133749,"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 7 bootstrap peers","uid":"a2e49e93251e4cea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140479,"stop":1714454140480,"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":"c07f8a6274673f80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227480,"stop":1714454227480,"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":"78cea8e2858631b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140440,"stop":1714454140440,"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":"c3aa88a5a72d00f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140480,"stop":1714454140481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"ee533373a8271683","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932857,"stop":1714453932857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"86aa425568eb79fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365879,"stop":1714454365880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"8dceb0a79abf3c83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434305,"stop":1714454434306,"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":"d8c85e6a5df7e2b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952290,"stop":1714453952290,"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":"2fe886026f753cf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948681,"stop":1714453948681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"cab688b50a76686b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949189,"stop":1714453949190,"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":"3c1d3070999fb87f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454066547,"stop":1714454066548,"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":"3ee1b8e25a53b9a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932707,"stop":1714453932707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"b71d567b89d3c557","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454282971,"stop":1714454282971,"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":"bc89187ee8b9f93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048328,"stop":1714454048329,"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":"4cfb07bfa45cf2bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 457, Shard ID: 586","uid":"740f018d93b66c09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485753,"stop":1714454485754,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Basic HTML tag and publish message","uid":"b27e6837887935eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431998,"stop":1714454431998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"5517e26426f217ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454431993,"stop":1714454431993,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"e46647fae114face","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429788,"stop":1714454429788,"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":"88aab81e5b7a0cbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365883,"stop":1714454365883,"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":"efd0428b12fec0ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365883,"stop":1714454365884,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"9b05cb219f7c1485","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"d1400ddfc844d1a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"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":"92b84ba02c3676a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714455040953,"stop":1714455040953,"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":"8438a27c06408ef7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714453987203,"stop":1714453987203,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"74d129034fce1caf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453985446,"stop":1714453985446,"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":"46c08e9d3c6655b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453927578,"stop":1714453927579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"4a7bbd1eb6121857","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925075,"stop":1714453925075,"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":"1b49c683620b8e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932710,"stop":1714453932711,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"6109428a37ce9ad2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454053295,"stop":1714454053296,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"93961b8980769455","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485748,"stop":1714454485748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5eda9edc5693c963","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"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":"5091c4afaea8e08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454561533,"stop":1714454561534,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"e94cd70fb1228d3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958695,"stop":1714453958695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"ed8b37c600129423","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530565,"stop":1714454530565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b386dc830cff9211","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133776,"stop":1714454133777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard","uid":"9ad334ba27e764f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485767,"stop":1714454485768,"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":"916667c65dd8f36b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948681,"stop":1714453948682,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"450b1975b20eb2f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925053,"stop":1714453925054,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"260f110eb8f28957","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714457740677","uid":"abbadf86a5f12dd6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365891,"stop":1714454365891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9585b5a234034e49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454532120,"stop":1714454532121,"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":"9d6ce6e1f52ae2d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"6ee8a999b0372610","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227466,"stop":1714454227467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"6f4ac4a5dbb07841","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431990,"stop":1714454431990,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"b708eb1a315f032f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605541,"stop":1714454605541,"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":"50002bb0313fa728","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365881,"stop":1714454365881,"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":"67b005b80e4fcacd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227479,"stop":1714454227480,"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":"3e09396f8002a3a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with ApplicationInfo","uid":"19a3714f0480676d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483208,"stop":1714454483208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"6fca1ad0b0e751c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530130,"stop":1714454530131,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"4a19d00a39e51cc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227628,"stop":1714454227628,"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":"b1470b467b07695d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365886,"stop":1714454365887,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"d7be35af6bff9dd4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454366018,"stop":1714454366019,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 740, Shard ID: 883","uid":"189065852df67ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485751,"stop":1714454485751,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"8ca53bb690110d14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429794,"stop":1714454429794,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"f7f34db7d4dbcba6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483207,"stop":1714454483207,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"779b4d1d3514cdc8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434323,"stop":1714454434323,"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":"db7e2b5fe80db9ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454561530,"stop":1714454561530,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"57df6038c586e17e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227467,"stop":1714454227468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"2349a45d58f61b6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932841,"stop":1714453932841,"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":"849be0f2d33be703","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140454,"stop":1714454140465,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"a5de0bca57562b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507906,"stop":1714454507906,"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":"22adbb8becab1e01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605548,"stop":1714454605549,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714450533923","uid":"15177e420031cf20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507913,"stop":1714454507913,"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":"83a1465acc1917a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"cca2592e92624d9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932709,"stop":1714453932710,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"3b7bc096570ba6ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454024389,"stop":1714454024389,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"aa639e7f722ae19e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948529,"stop":1714453948530,"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":"c0b02c4a46b9c4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"ec1f06b9e075c5cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453987175,"stop":1714453987175,"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":"ad601e5eab0248ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434310,"stop":1714454434311,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"d362041d60108eee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"3175466a28a0d37c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454543142,"stop":1714454543143,"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":"e2986bd955e4b154","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454479295,"stop":1714454479296,"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":"2cc2420e7469c1ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454479295,"stop":1714454479295,"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":"ea69942a51369027","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"feeefb2f6cacb514","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530128,"stop":1714454530129,"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":"3c05ec57f7e41d95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227468,"stop":1714454227468,"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":"680e45e7815e4847","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605547,"stop":1714454605547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"37ab29c6159148d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925067,"stop":1714453925068,"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":"a1b22b2fcb4aa473","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454479294,"stop":1714454479294,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback (Waku class)","uid":"2e7f4a1fc9e5353a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454429954,"stop":1714454429954,"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":"9bbd359325e5566f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434306,"stop":1714454434307,"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":"51f6223c4088f1d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227473,"stop":1714454227478,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"184c5fa7aa6e70ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952292,"stop":1714453952293,"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":"e1237131e461ba8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925050,"stop":1714453925051,"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":"d7b3f569bfd8c4f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454282972,"stop":1714454282972,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"2129a5256a01352f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453938219,"stop":1714453938220,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"f235ce8b8ff406d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925054,"stop":1714453925055,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"9af974e884daf598","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407736,"stop":1714454407736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"601ef7664453d0a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434300,"stop":1714454434301,"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":"a28d93c2ed2dcbae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"1a3def65471817f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605543,"stop":1714454605544,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"c6ea6ff5a4b463fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429802,"stop":1714454429802,"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":"b804799c670fe26d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365884,"stop":1714454365884,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"10de672e42011c50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933333,"stop":1714453933334,"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":"484e513fd35776d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454561533,"stop":1714454561533,"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":"b91a5877a0e65321","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925096,"stop":1714453925097,"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":"dc77af7a324f720a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429799,"stop":1714454429799,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"ccf0dc3fb083edd8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434321,"stop":1714454434321,"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":"13cdc3054c2755bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140406,"stop":1714454140407,"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":"bf64358b433daf75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"3bdb555df86f17bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925072,"stop":1714453925072,"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":"2121bc3d4dac1fda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454563520,"stop":1714454563520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"89d9985891e36821","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952292,"stop":1714453952292,"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":"38f3f028c823b6a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453987176,"stop":1714453987180,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"c5412e1660a6dc56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925072,"stop":1714453925072,"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":"358acd15f77aeb3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605538,"stop":1714454605538,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"29c46322bd4c8c1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"423211a438c5838f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454576890,"stop":1714454576890,"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":"74c1525140a0cc70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429799,"stop":1714454429799,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"88ea70751a6632d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958108,"stop":1714453958109,"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":"b56a06462fa380ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454432000,"stop":1714454432000,"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":"a4f0f7c95844166e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"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":"76c77909e1f65c0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"482fab1e1b49fba3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133775,"stop":1714454133775,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"e57afcd0ab8740ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507872,"stop":1714454507873,"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":"f844de063955df2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434338,"stop":1714454434343,"duration":5},"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":"4b9f8eccee694fa5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605546,"stop":1714454605546,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714450540677","uid":"f386ed12451212a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365890,"stop":1714454365890,"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":"e2310273037cb329","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453987196,"stop":1714453987198,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"22131f39d6081398","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407733,"stop":1714454407734,"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":"7ec7c9a15854a258","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454563519,"stop":1714454563520,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"82c82a0680f59272","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454006712,"stop":1714454006712,"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":"24f53d033f11f313","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952289,"stop":1714453952289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"a22d15c1c91f72cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453927576,"stop":1714453927578,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"4c4e44b14de62d31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"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":"4c87aaa6abea2431","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429794,"stop":1714454429795,"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":"9f10808592c79f71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140405,"stop":1714454140405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"18bd6c1195d8f1fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","uid":"8fea3f6704e60d77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925077,"stop":1714453925078,"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":"43ffd9bee8343b65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"e2a102a9c0c110d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"c515402771bd81e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"a178a61a7b254d83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925073,"stop":1714453925074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"d6e6a3f076ba6a3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429787,"stop":1714454429788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"db2f09f632b54913","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454532109,"stop":1714454532111,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683695733923","uid":"4ac3fb410d92a997","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"ec6b52485edc7b97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530566,"stop":1714454530566,"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":"320819ff5bfbd74b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932703,"stop":1714453932704,"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":"7a5508f488d65048","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185395,"stop":1714454185395,"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":"8645fb71d432457d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140437,"stop":1714454140438,"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":"cb6de39c524db29a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"ce14cf8db4c30f17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454015965,"stop":1714454015965,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"43895c6c4eafe50","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925047,"stop":1714453925047,"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":"7c7e16d19bcdf01a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949191,"stop":1714453949192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"93e0214dd64c40cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454576889,"stop":1714454576889,"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":"b19a1613c82f16f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454443271,"stop":1714454443272,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"a121347414f39a69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454053297,"stop":1714454053297,"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":"107db3233676f4ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227469,"stop":1714454227469,"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":"7c29e5d3e267f362","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454543144,"stop":1714454543145,"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":"ab461a2e4a75ae8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 196, Shard ID: 680","uid":"8270070da7be5245","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485750,"stop":1714454485750,"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":"1577a134e21deabe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453983006,"stop":1714453983006,"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":"88f07c7e6a66ef20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140446,"stop":1714454140446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"d001304e8bde542e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454053292,"stop":1714454053292,"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":"93780d81c9f8f1ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605540,"stop":1714454605541,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3ef6e3bd4d25eeaf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140445,"stop":1714454140445,"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":"22cf455a753cb9e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925049,"stop":1714453925049,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"1db6e2d04e385095","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140404,"stop":1714454140404,"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":"a2a3a2bca3a0f955","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454282973,"stop":1714454282973,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"8486d7c936c16c86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453959967,"stop":1714453959967,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f340d12bc226960","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453938218,"stop":1714453938219,"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":"644bf9020a51a244","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605555,"stop":1714454605556,"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":"8ee5e40c40732883","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454563519,"stop":1714454563519,"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":"8ffdf75a21eca4a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"dcdf5581f2b5090b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454246972,"stop":1714454246973,"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":"e2b0fe4800e9c818","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454246980,"stop":1714454246980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 04:20:01 GMT+0000 (Coordinated Universal Time)","uid":"5d9aa07dd9d0069a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429796,"stop":1714454429797,"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":"1d6b5811ab3f0333","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227472,"stop":1714454227473,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"9aa84bf9c7572f61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator sorting by timestamp while page direction is backward","uid":"c9dd827e4d4c6d7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454546217,"stop":1714454546218,"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":"93218fb3db6a5ca1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932712,"stop":1714453932712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"64930ecfacd402be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434300,"stop":1714454434300,"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":"254abb0ad0bf6c39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507904,"stop":1714454507904,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"5112b462c3ee8c8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485749,"stop":1714454485749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"9dfe5eee17543369","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925065,"stop":1714453925066,"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":"348242e87072cabf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227464,"stop":1714454227464,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"734636c2e333c2e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"dbd3192d891a738c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453987174,"stop":1714453987175,"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":"1c1c020ea7f8e0e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"86db4a2e7194d6de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227628,"stop":1714454227629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"553b78278a8ed105","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429798,"stop":1714454429798,"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":"5aacc4ac67efce99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434312,"stop":1714454434312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"7fbbe738036c2fe8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454568759,"stop":1714454568760,"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":"d11c7eb94b0582e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507879,"stop":1714454507880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"e312299caf8fe964","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"e0f5c50d9c8b1602","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453941572,"stop":1714453941573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"610eb8a6f3d1bbde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453985445,"stop":1714453985445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"6e05bedbf6bcd01b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454431993,"stop":1714454431993,"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":"c88341182d8ab926","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227468,"stop":1714454227468,"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":"bbc1f65dd042b50f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454246977,"stop":1714454246978,"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":"1e2600fa072d8c68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434334,"stop":1714454434334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"d8ebbf1eef227af2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"7f734fb21cacc777","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453924717,"stop":1714453924718,"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":"d5c87ac4700c8a6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453937810,"stop":1714453937811,"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":"a719eb3221e49cff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952289,"stop":1714453952289,"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":"3c3f702aa2bdd046","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454563518,"stop":1714454563518,"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":"3ace9c8dc0835b9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507906,"stop":1714454507907,"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":"9e0f356892cfb93a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048336,"stop":1714454048336,"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":"8cc4f82d88683c68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429793,"stop":1714454429794,"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":"c179e9116260b630","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507880,"stop":1714454507880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9a932b70851738f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"3729d0cebba73a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434334,"stop":1714454434335,"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":"a0aeee07ed856dff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185399,"stop":1714454185399,"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":"fa708f7264fbc5b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434311,"stop":1714454434312,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"706c8093a8b07e62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407734,"stop":1714454407735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"24097be2e48270b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454568758,"stop":1714454568759,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"c81bbce22cf1e82a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454576887,"stop":1714454576888,"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":"812f81fa9e3ebbf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507913,"stop":1714454507915,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","uid":"16e508a5233d780a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140441,"stop":1714454140442,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"f311722b056e6909","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454401485,"stop":1714454401485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"b08c65b77d52bba9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925061,"stop":1714453925062,"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":"10f2665a148e1890","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605544,"stop":1714454605544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 548, Shard ID: 998","uid":"62f3d7d26e488cff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485754,"stop":1714454485762,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"94a6e8f1210849fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925054,"stop":1714453925054,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"7746ba6cc102b180","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948531,"stop":1714453948531,"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":"4dd0362e2086d317","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507915,"stop":1714454507916,"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":"baed2d319d6c77e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454546218,"stop":1714454546218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"ede29f0ec7067cfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454246980,"stop":1714454246980,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"d45041c72c63df9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925059,"stop":1714453925060,"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":"5b6be3a2944485ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925048,"stop":1714453925048,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"86279c7a7ebb3efd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"c57bd4b8d988b562","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"21017a38a9a3dbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"11485742e92a5325","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454532119,"stop":1714454532120,"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":"4dbf053e2c4c05f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454443271,"stop":1714454443271,"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":"f56e9332a5b3cfed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434323,"stop":1714454434324,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"7d10c048738ce176","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453952291,"stop":1714453952292,"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":"3a05758f5fcc383f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140469,"stop":1714454140470,"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":"f463ee7f2075060","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454561532,"stop":1714454561532,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"2fa994bdc9086411","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454543150,"stop":1714454543156,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"7b08ba6b451966ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048342,"stop":1714454048343,"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":"67c6a9e80a14fa09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"4e0847641116460","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365873,"stop":1714454365873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"847c1ecd4e508e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925058,"stop":1714453925058,"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":"80ea932d94737aea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"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":"b5c5226e61f44ab9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185399,"stop":1714454185400,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","uid":"4900aca55f82f272","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140470,"stop":1714454140470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"d751093e0a8ca0b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454532131,"stop":1714454532131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"f0b8ed3591934862","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949188,"stop":1714453949189,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"8b8aead8e76b74f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932856,"stop":1714453932857,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"389448522adce881","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958694,"stop":1714453958695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"81f3bf36253786c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"b47384f4ebcd3e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"fd977fcef1c27b76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530129,"stop":1714454530130,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"a202d63d4eb93af4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434320,"stop":1714454434320,"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":"6416ed07ce907968","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227464,"stop":1714454227465,"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":"7afabe10515d0260","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454563517,"stop":1714454563518,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"fadfa25a11028a89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925066,"stop":1714453925066,"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":"5aa1adc76e0e8394","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932706,"stop":1714453932707,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"22ab9faaff7c253a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 231, Shard ID: 992","uid":"7b9e5ca804c5724","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485751,"stop":1714454485752,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3e4a510800c948f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"236206fe7564f7a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434336,"stop":1714454434336,"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":"e1251203e83bc953","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605549,"stop":1714454605549,"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":"74151707d603349e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227479,"stop":1714454227479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"d03213d8e857f439","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"fdab4c0cb8ae6c76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"ce008fe4c8599b9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"4ab4180859ba99d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"911d0e08ce1e8bad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"db1849652f5bc06d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454366019,"stop":1714454366019,"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":"1c6c4e9ccace8115","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454443272,"stop":1714454443273,"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":"98a605494c1322d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605556,"stop":1714454605556,"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":"48d627556b6292be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605542,"stop":1714454605542,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"f8d5ffc61033009c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530133,"stop":1714454530134,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"bd47b74a9713ab08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958104,"stop":1714453958105,"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":"c762a912d3437679","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"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":"f3726921a28f6c51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932711,"stop":1714453932712,"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":"b75757847885d762","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365883,"stop":1714454365883,"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":"d60c20001d591fe0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605543,"stop":1714454605543,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"ae2e6cab1f6e11c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429787,"stop":1714454429787,"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":"c954686625503a99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453947389,"stop":1714453947389,"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":"d8231ee594c29cfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507878,"stop":1714454507878,"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":"cf38d7efcc81a42a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454563519,"stop":1714454563519,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f9092ecf976cce75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454543147,"stop":1714454543148,"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":"97051404c203f14e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048344,"stop":1714454048345,"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":"495ef014f9517999","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605542,"stop":1714454605543,"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":"2b726e2fb17db9be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"7546a68a60612fab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454368452,"stop":1714454368452,"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":"3c18160e58227f1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227465,"stop":1714454227465,"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":"fbdb3b3ead4d39dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"b5172eabcef5af28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530566,"stop":1714454530567,"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":"150082852497d5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453987198,"stop":1714453987200,"duration":2},"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":"50813197f18914e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948682,"stop":1714453948684,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"88370a19eabce987","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605538,"stop":1714454605538,"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":"ebb1826b4abf9f65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140446,"stop":1714454140446,"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":"8073810db91e3b78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454024386,"stop":1714454024386,"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":"cc31056d5cd1476a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932701,"stop":1714453932703,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a waku node and content topic, creates a filter subscription","uid":"ab7a13e404677766","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454429953,"stop":1714454429953,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"682e29e2021b61d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454532108,"stop":1714454532109,"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":"b20b71879f77492f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507909,"stop":1714454507909,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7908cd0f6bebde96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974406000000 ","uid":"5c0fc99b4bad4e5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"2f18c74bf5c2821f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"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":"126fc36daeefdc98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507879,"stop":1714454507879,"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":"27824d3505a5984c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948679,"stop":1714453948679,"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":"2ee48248c9103084","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140469,"stop":1714454140469,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"cf0d629c4ef6e89e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507871,"stop":1714454507871,"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":"dbb0d67216c4e9b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958109,"stop":1714453958109,"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":"953b84f7113846e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431995,"stop":1714454431995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"b7d9fb57ce9aff92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507877,"stop":1714454507877,"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":"5dccd4db2193d7eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431994,"stop":1714454431994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"23d1635548ff1b62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"44fde4dbf2a455cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fa92a3574fa963d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507876,"stop":1714454507877,"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":"1511a39543aae2da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949192,"stop":1714453949192,"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":"fba972ef52316a29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365887,"stop":1714454365887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"e366f77a739fae54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932709,"stop":1714453932709,"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":"e014b23c14045743","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140481,"stop":1714454140481,"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":"8ed2984a1ad2ff94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507880,"stop":1714454507881,"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":"ba49a0f6a0fee7e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133786,"stop":1714454133786,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"45d9da11f7dfebc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140435,"stop":1714454140436,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 06:20:01 GMT+0000 (Coordinated Universal Time)","uid":"4febf61c6dff6767","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429797,"stop":1714454429797,"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":"9b59e339fb20b71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454432000,"stop":1714454432000,"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":"623b30e2668ba1c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133785,"stop":1714454133785,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"50408345c4a70e38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133736,"stop":1714454133736,"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":"83a6ef733c616c84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454434345,"stop":1714454434345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"b2f10cf391e02f86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925069,"stop":1714453925069,"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":"e8d22242ba14c6e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434312,"stop":1714454434312,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"f1d75d60f771cd52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454543146,"stop":1714454543146,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"736b53aa5bad9e09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454554064,"stop":1714454554065,"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":"425327f5c3ddfcf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454443273,"stop":1714454443273,"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":"844baa4ccc96a85e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227470,"stop":1714454227470,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"fdd7425299411ec5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925078,"stop":1714453925078,"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":"e1d7a120e82c5b90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714455040951,"stop":1714455040952,"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":"65e4dbe094e430aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932704,"stop":1714453932705,"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":"7158792a1d171752","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454246978,"stop":1714454246979,"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":"16d2f708d2a201df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932710,"stop":1714453932710,"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":"f3e8683d8c910fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932708,"stop":1714453932709,"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":"cc672f02c0f6693d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365891,"stop":1714454365891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"20945e5c0ad5df93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454530137,"stop":1714454530137,"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":"641defe93b04859a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454532126,"stop":1714454532128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"2ebb69614cbce2b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925078,"stop":1714453925078,"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":"8a633af914ad7cba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453949191,"stop":1714453949191,"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":"3715a1ce74188c8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454066546,"stop":1714454066547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app85/5/topic455/xml","uid":"1778d82f3530d5a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483205,"stop":1714454483205,"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":"c6d2df2ab0d656ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431999,"stop":1714454431999,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on application and version for autosharding","uid":"56921560f00fd5c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925076,"stop":1714453925076,"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":"5456f646cc0f7e5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185395,"stop":1714454185396,"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":"54fe9ecbfcd4b200","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"26a7dcc5e79a725e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925068,"stop":1714453925069,"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":"fc7d391cf12af8a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454246975,"stop":1714454246975,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"2f20ec857c7f94a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429791,"stop":1714454429791,"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":"a10685214d07a916","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"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":"acdae15864adfb6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453947390,"stop":1714453947390,"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":"3ac3839c93a0da51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454407736,"stop":1714454407736,"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":"5a2ca3839c0646f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454066545,"stop":1714454066545,"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":"f91574c33efc4a7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454543145,"stop":1714454543146,"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":"69d78185ed2aa63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"f2fa6ff8d7d2b535","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434336,"stop":1714454434336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714453974781000000 ","uid":"47062b73b5c138bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133775,"stop":1714454133776,"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":"49dc5076c9a4ab47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"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":"f94eabf3ee2e344a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485767,"stop":1714454485767,"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":"8e1d205d79fad5b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"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":"9cff0f5777c113a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925049,"stop":1714453925050,"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":"1649de1693046db8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605548,"stop":1714454605548,"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":"8cb05ff20a15d150","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227471,"stop":1714454227471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"3a39da6f2a4c905b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958107,"stop":1714453958107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"60fb6708ee3c5d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453958105,"stop":1714453958106,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"7f1a1524a3c0ba7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"270bb73d64b6b15b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"91bdebb70e439511","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483200,"stop":1714454483200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"63c8feb48d539bee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 560, Shard ID: 511","uid":"1c854944502ebe26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485752,"stop":1714454485753,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"bf4e63e04842be2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454543147,"stop":1714454543147,"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":"544721888cbb5c68","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429791,"stop":1714454429791,"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":"a69a0eb229744db6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431998,"stop":1714454431998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"55f9b9e03bf0d166","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683695740677","uid":"a60632fcbd7f49b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365889,"stop":1714454365889,"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":"27ae06f16454653c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"5c0db5554655ccb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453938217,"stop":1714453938218,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"8027cf929ebba3b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454431995,"stop":1714454431995,"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":"152f5c1f4a593388","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453927579,"stop":1714453927579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"7e8a5db98dc2cbab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"e33a0733b1bb23cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925069,"stop":1714453925070,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","uid":"14c66ff69319547e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140450,"stop":1714454140450,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"98dcfe478c706b36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453941571,"stop":1714453941572,"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":"db5c9f40c9fecb1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227479,"stop":1714454227479,"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":"b17a27ff7b6939c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454066546,"stop":1714454066546,"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":"8e45a16baec4e262","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185397,"stop":1714454185397,"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":"7e27df1c492fc8f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454048341,"stop":1714454048342,"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":"2bd18019522168d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227469,"stop":1714454227470,"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":"83c725b1b2bc432c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605544,"stop":1714454605544,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"bcea2ebd0247fbe8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365872,"stop":1714454365873,"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":"bde8d5ea77d01645","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454282970,"stop":1714454282970,"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":"ff2bc33329b55265","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454479294,"stop":1714454479295,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"97527631fe49b594","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925061,"stop":1714453925061,"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":"76a860dbc78313ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453947385,"stop":1714453947388,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"365784bbddcc2ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454015966,"stop":1714454015967,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"720a5ad4e0e15e1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app40/9/topic615/json","uid":"b4c29191cef4bb03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483204,"stop":1714454483205,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5aacec4f998f630b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"9d690a09d6a0f453","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"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":"dc09e913abdfe17f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454563520,"stop":1714454563520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"87b922b93e32d905","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933333,"stop":1714453933333,"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":"e60bf3cd0831c243","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454053294,"stop":1714454053295,"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":"be1cc6a3eac27677","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605542,"stop":1714454605542,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"a4b2de468c08a38f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925062,"stop":1714453925063,"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":"b38522128eff9403","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140465,"stop":1714454140465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"5f8b8b623a1f8c54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 634, Shard ID: 405","uid":"62214ec321b1d6cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454485753,"stop":1714454485753,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"a67b485fb9968d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925065,"stop":1714453925065,"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":"58d7e30b4979337c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483207,"stop":1714454483208,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"c51cea92de0a8a0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365878,"stop":1714454365878,"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":"167b52438eea132c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"b94cae4d742a1da9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925074,"stop":1714453925074,"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":"c295eb63f07b59a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227464,"stop":1714454227464,"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":"88d11e551cf3b08f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133757,"stop":1714454133758,"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":"5f47d6d378130518","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454434346,"stop":1714454434346,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"3170cd6575f63649","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"3dc094901eed865d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454394849,"stop":1714454394849,"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":"18ac2c9ceb0ed553","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140405,"stop":1714454140405,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"fe14a399f9a6cdc9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925052,"stop":1714453925052,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"6a6f102bfbc2dfb3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507873,"stop":1714454507874,"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":"7952cb5ecae3961","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365892,"stop":1714454365892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"32d513c4e4365c39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454434321,"stop":1714454434322,"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":"fca7a2cd599806c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948676,"stop":1714453948676,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"f4b894b1ff5fc042","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"500228db3e6aa166","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133736,"stop":1714454133737,"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":"cc865e4c4c2d3d5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714455040954,"stop":1714455040954,"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":"7f5affd9564ff4b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227471,"stop":1714454227471,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"9173833b3de9b1b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140468,"stop":1714454140468,"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":"8a95cd316b10809a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605550,"stop":1714454605551,"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":"3edd193aadebec16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453983002,"stop":1714453983003,"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":"4ffbb2ec5fbf22ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227463,"stop":1714454227463,"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":"7e7aeffa72cddfed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453932705,"stop":1714453932705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"53138ca4f3570f27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365876,"stop":1714454365877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"690dca5a57a257f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453985197,"stop":1714453985197,"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":"9dec738be8fe8cf0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453937810,"stop":1714453937810,"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":"de88d86f83fbd656","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140406,"stop":1714454140406,"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":"7e397afae7d85244","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453948677,"stop":1714453948677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"c26fbc04ccbd6cc8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"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":"4801f2b3b24673c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140480,"stop":1714454140480,"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":"8184cf130790bd91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle application and version for autosharding","uid":"b546bbc8e797654d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"60ebd24e08061e3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453983003,"stop":1714453983004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"2cf0c6efa3a9353b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453985197,"stop":1714453985198,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/5/topic900/xml","uid":"21c946949252089a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483202,"stop":1714454483202,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"cc226b5c47a82ded","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"329209713ce6040b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133753,"stop":1714454133756,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"4210b61d3d5e6220","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454479297,"stop":1714454479298,"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":"c3e658179da8e401","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365885,"stop":1714454365885,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"1cbf58175e256334","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453937585,"stop":1714453937587,"duration":2},"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":"75e14a87ff799f1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227478,"stop":1714454227478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"2d4499723c47916f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"a6b9f837f97ccbdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453959968,"stop":1714453959968,"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":"4268fea317aefe10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454140451,"stop":1714454140451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"ff1afd77c3b8d639","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925062,"stop":1714453925062,"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":"62d3ead9b9aeee80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454185399,"stop":1714454185399,"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":"4df129b61f360582","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605550,"stop":1714454605550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"3d3b31a8f55795d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"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":"6ea2fb83e0de3f56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453959966,"stop":1714453959967,"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":"2979dc9eeb885010","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453975118,"stop":1714453975119,"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":"39bfb46788072db1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227472,"stop":1714454227472,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"6a9202d0003fbad8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453938217,"stop":1714453938217,"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":"4e5744d05aee5ec6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454227465,"stop":1714454227465,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"df92d0b0a879d62d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454024388,"stop":1714454024389,"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":"4ed6328ff3c93b6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925050,"stop":1714453925050,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"ea9e44722fa7ed5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925056,"stop":1714453925057,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"345e66d32fbcd6a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365876,"stop":1714454365876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"2911a22315c17e0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453925075,"stop":1714453925075,"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":"9c5bf1d3fd8efcc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605552,"stop":1714454605553,"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":"769c037935a1f35a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507907,"stop":1714454507908,"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":"fe9f3a5bb42b6e5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454429800,"stop":1714454429800,"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":"396cdb0623f12452","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453975114,"stop":1714453975115,"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":"9dd038a6eb40c75c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454133786,"stop":1714454133787,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"222f09296d0a0685","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"6d5f5e1dc6624474","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"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":"8c1f181afc3391c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507905,"stop":1714454507906,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"f88416f091948627","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933333,"stop":1714453933333,"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":"f6298b5b5c546838","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"33e4d7e99c9d224b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454507872,"stop":1714454507872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"2a7fa1fbeaa472cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454365880,"stop":1714454365880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"4b77e3a7dfb812c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714454366018,"stop":1714454366018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"9f5931fbe953585a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454568760,"stop":1714454568760,"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":"bdc5b8c3f646637d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"6dfb5d9fa6dc3879","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"timeline"} \ No newline at end of file +{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"c7e124888241dc95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533156,"stop":1714500533160,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"fceea40c5a948074","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"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":"34811b272383dba4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823171,"stop":1714500823172,"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":"70a2ba058821325e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"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":"a59a007654dbad07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976532,"stop":1714500976533,"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":"1885477d99ac2e06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976556,"stop":1714500976556,"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":"49bbfe62743213db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501181622,"stop":1714501181622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Wrong topic","uid":"934692a59b112705","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089332,"stop":1714501089333,"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":"430d8098386df929","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501174014,"stop":1714501174015,"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":"b98f5dd01270817e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050453,"stop":1714501050453,"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":"d83144d45085a529","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050439,"stop":1714501050439,"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":"fc0d9076c9ba746e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976542,"stop":1714500976544,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"6c78bdb24c145189","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"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":"c58b044a8916fad0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500844877,"stop":1714500844878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"ac2dc0c21f8c4807","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036153,"stop":1714501036154,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"a966e29e7e2400fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","uid":"1e0b675900c72d57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"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":"f8313e000b18b0ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123812,"stop":1714501123812,"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":"bda49b2c74d7808a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"a8178e72d6d27859","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"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":"9d44ef55ec82fc0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"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":"9b50883f3244cd1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654289,"stop":1714500654290,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic191/json","uid":"d1eeeb15a168b819","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"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":"cd21433628e1ce91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039484,"stop":1714501039484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"61ad576d352c305f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534098,"stop":1714500534103,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"476e807d182ce1b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976526,"stop":1714500976527,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"5e2c9b16a914858a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501191920,"stop":1714501191920,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"d2294d94714fdc3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501094179,"stop":1714501094179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"b277c93cbf909069","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500560557,"stop":1714500560557,"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":"6dea486096d42065","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744052,"stop":1714500744052,"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":"dd685c772c4a1c9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533176,"stop":1714500533176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"8d66c10bb144fec9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501150908,"stop":1714501150908,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"93947988180f732a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735367,"stop":1714500735368,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"5a905c8a99db63e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"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":"1bb39769b46d5146","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"a0f4ad7d304f7e27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050433,"stop":1714501050434,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"b750a1b9113921d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"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":"71340255e4b1d765","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050431,"stop":1714501050432,"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":"613117e58195f93a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"dced34804725f45f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"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":"172e55fe3c4ebffa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123822,"stop":1714501123822,"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":"33194d523a108d45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501036174,"stop":1714501036174,"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":"2af76a3c4dd51f30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"d6377ea554ccf0bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ae786acd448814c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050446,"stop":1714501050448,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing long","uid":"7eeb6565b6ca46bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976545,"stop":1714500976546,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"fbc8a50ec1ecd5d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976530,"stop":1714500976531,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"4f7df7c543daed5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"94896e1dc6835a7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501039479,"stop":1714501039480,"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":"67da93ba9ad19212","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123814,"stop":1714501123814,"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":"24cc6ec01b111f37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501049786,"stop":1714501049787,"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":"713c7f0c0303482","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","uid":"d7890eeace11e1c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"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":"6f1fdf4eeda47b79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500539181,"stop":1714500539181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","uid":"fa3299b3794b8151","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525346,"stop":1714500525347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/27/sometopic/someencoding to shard index 5","uid":"367c5926dde5e795","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525329,"stop":1714500525330,"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":"e045fcc85ee53f13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"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":"ca778b44ffe7389c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823174,"stop":1714500823175,"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":"deee55506b05f442","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501319434,"stop":1714501319434,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3574a332f56be2ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"a43c9c577a2c039f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500559906,"stop":1714500559907,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert content topics to PubsubTopics for autosharding","uid":"313ae8ba8a855aa2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different networkShards values correctly","uid":"77683c7e761ed22f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"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":"4c9c85d861a8e104","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"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":"66d58804071e3d7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050439,"stop":1714501050440,"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":"4af5ac0c10abe34a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"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":"7a1fd2f98d1c3286","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"d6cbab90bdfecc87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534098,"stop":1714500534098,"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":"4c05283ed2aca794","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123809,"stop":1714501123810,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"256489c4ced949a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"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":"b136df7f5620e194","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220692,"stop":1714501220693,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468000000 ","uid":"ddbad97a319a2406","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"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":"ef831bf1d9f579b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501174015,"stop":1714501174015,"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":"8341124ddac85378","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"d7b35e926981de6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500538523,"stop":1714500538525,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return a calculated topic if SingleShardInfo is provided","uid":"e254a4edbcc03ce0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"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":"8b712d798894fbbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"59fb5144dd93d57c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500542734,"stop":1714500542735,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"354d86d8951aa74a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"c41063f891573ebf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735360,"stop":1714500735361,"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":"292919aede00e527","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501184626,"stop":1714501184627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","uid":"e79eb461af4e75a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744184,"stop":1714500744184,"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":"94450f370c03e739","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"4d26daeacdc0bafc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"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":"1434f90108949d62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500587023,"stop":1714500587023,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"7713c2be95c66277","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 0","uid":"631fcfe71131aa94","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525340,"stop":1714500525340,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"ab0bb41673bea5f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534107,"stop":1714500534108,"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":"708a514fa8d75f83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"405d44695a284cee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"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":"d07771fffdd3c472","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533175,"stop":1714500533176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"e3f71660b5113b70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"ca9f51ff4513bce1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500589623,"stop":1714500589623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"dc334726cd0f645d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534108,"stop":1714500534109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5796537761df1c0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976534,"stop":1714500976535,"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":"76ab6470d80fe609","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468 ","uid":"5e659d8875c84020","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050437,"stop":1714501050437,"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":"bd498e3d5e152f7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500623696,"stop":1714500623697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"28868758c38dfe0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"c7a5a722bc04c315","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"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":"a70a826c6efb5e64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500664400,"stop":1714500664400,"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":"de839fec2d4170be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"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":"ab48b86d7e2e6614","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744051,"stop":1714500744052,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","uid":"3c890611cf4dd1da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"f1db7e12146c29c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501153787,"stop":1714501153787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 5 - Cluster ID: 746, Shard ID: 645","uid":"8732e2ae1c2c0e2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106176,"stop":1714501106178,"duration":2},"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":"bce8fa205d5e8719","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"21add0e7c496b166","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for static sharding","uid":"53e4295489ad8df3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525353,"stop":1714500525354,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"8f782096baab8a3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735362,"stop":1714500735363,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"34339b00813a1423","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"5548ceb150256fc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500542733,"stop":1714500542734,"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":"228d70f8231d1f97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"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":"c44ceff9fd44c33e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123788,"stop":1714501123789,"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":"dc7e35590d704711","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"a36041b3feb02d1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500619503,"stop":1714500619503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"3e68087f64dee3d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500607828,"stop":1714500607828,"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":"3471bb9caa4dd8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2116ef517255973a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744128,"stop":1714500744129,"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":"b1f15aa49868ce32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534097,"stop":1714500534097,"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":"25277f05c0c4c7b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089334,"stop":1714501089334,"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":"ffd525e95595e862","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123811,"stop":1714501123812,"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":"543f4dbf0e266bda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050458,"stop":1714501050459,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 1","uid":"54002427390e2373","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525340,"stop":1714500525341,"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":"da99ae35517a7a5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123810,"stop":1714501123810,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"51353b9a7a7009de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should extract SingleShardInfo from a valid PubsubTopic","uid":"c45329e41b4cab14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525342,"stop":1714500525343,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"d97f6a558d64147e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501150904,"stop":1714501150905,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes don't connect","uid":"a1e19272971531fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744050,"stop":1714500744050,"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":"220fde724662d08c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501150903,"stop":1714501150904,"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":"2fa7fc5e634ab04a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501184623,"stop":1714501184624,"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":"3d7b3c7f344b0472","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"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":"33371df5bbc517ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501049787,"stop":1714501049788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"ea99d05b9c43c94f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"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":"97d4a5d462e05a84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500664408,"stop":1714500664410,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Add multiple subscription objects on single nwaku node","uid":"75ddef2b1b9b00fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"ecdab7aaec3e2502","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups multiple content topics into the same pubsub topic when they share the same shard index","uid":"b4765182a2281a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525333,"stop":1714500525333,"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":"c2139d7f8ec4ea03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976537,"stop":1714500976538,"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":"a7a5cfd6e13b169","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500561872,"stop":1714500561873,"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":"5e7851a530dcd3c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501050459,"stop":1714501050459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","uid":"57331a9f05143fc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525348,"stop":1714500525349,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"893237c03bb43316","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050429,"stop":1714501050429,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"82f404b56e201e56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976524,"stop":1714500976525,"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":"a47dba6337b767ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823188,"stop":1714500823188,"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":"baa8f630ea91459e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039480,"stop":1714501039480,"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":"e939a523be0c1028","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"db239623ba29f62a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 4 - Cluster ID: 398, Shard ID: 383","uid":"bf7d35f4138b572f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106175,"stop":1714501106176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683742335785","uid":"c04ad7f58959a639","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123820,"stop":1714501123820,"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":"4afb6369b035d8f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"4f84b5f913c7a4da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501165485,"stop":1714501165486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"df3730f34370fcc5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"cc4ad5d44234c3f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050431,"stop":1714501050431,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"9a64562e8ab69f37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550513,"stop":1714500550514,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"6b6dfcd08cb76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501191919,"stop":1714501191920,"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":"9b018183b924972e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"42d50b767e17f1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050430,"stop":1714501050430,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to decode the field with only FILTER set to true","uid":"e8c967c3e5738a4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533178,"stop":1714500533178,"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":"3ccad7435a18266c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501049788,"stop":1714501049789,"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":"5439881a6f2420a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744179,"stop":1714500744181,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"6322bbf1139eb8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786925,"stop":1714500786926,"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":"2c39e17eac3ecd96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501184628,"stop":1714501184628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"6eeaa252d8025d03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501181624,"stop":1714501181624,"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":"935e2a5d0bf639da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735371,"stop":1714500735371,"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":"2d7b0372b27a93ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039484,"stop":1714501039485,"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":"efe4108b623e0d52","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501050441,"stop":1714501050441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"ffe7294be9f65dda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500560559,"stop":1714500560559,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 64 bytes)","uid":"821b5c9214e4e41f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500527928,"stop":1714500527928,"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":"318e082b140390cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500590509,"stop":1714500590510,"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":"fc4d61790bf5e323","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036167,"stop":1714501036168,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","uid":"60d8d8ec60d45f57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback","uid":"ce90f852b9cdf7af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"wrong wakuPeerExchangeDiscovery pubsub topic","uid":"9000f64e9c1a5a4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500997300,"stop":1714500997301,"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":"b986f5e0346f596f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500735372,"stop":1714500735373,"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":"2b30057967d2b242","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123813,"stop":1714501123813,"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":"e29af83e83fc5511","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036163,"stop":1714501036164,"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":"1216af38129c42b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"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":"d511d3f21f8797f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"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":"fabba7f09981c300","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500559909,"stop":1714500559910,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app97/6/topic986/json","uid":"9e77f98bca695aeb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"45b7d02e8c00fecd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735364,"stop":1714500735364,"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":"84ba1f170277afeb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533180,"stop":1714500533180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"6215b1e73715ddf4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"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":"16665f93800d1fab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823171,"stop":1714500823171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"935d18999994090d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976536,"stop":1714500976537,"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":"95f067ae99b4601b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"a815afab44610d72","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123754,"stop":1714501123754,"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":"571c92cb71c84a8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976544,"stop":1714500976545,"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":"fb4e4faca753b2fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500660501,"stop":1714500660501,"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":"302fb2e9af6bf426","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039479,"stop":1714501039479,"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":"be240068840f495","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976551,"stop":1714500976552,"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":"c352a8c2f2b39731","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050434,"stop":1714501050434,"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":"69aa6291b48aa077","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714504344434","uid":"492281f6b53dd9d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976564,"stop":1714500976565,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"b75071f41d5dd4ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220680,"stop":1714501220680,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","uid":"9b78fe9533b350fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"774f311be489f502","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735358,"stop":1714500735359,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"b0a2b7cd1bf9836a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039475,"stop":1714501039475,"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":"136833ea9e784618","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036168,"stop":1714501036168,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","uid":"cafe3e38896b330b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"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":"1712d31a1489d731","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"415906f30b70ec3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500850422,"stop":1714500850422,"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":"900a13f21842bc6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501174012,"stop":1714501174012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"1df71eb58df95e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123787,"stop":1714501123787,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"1f625e60e2dbc4d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500607829,"stop":1714500607829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"693589b9de4a6b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500539179,"stop":1714500539179,"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":"3ccf8b15518f1ebd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786930,"stop":1714500786931,"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":"d0b5f428474590f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500590512,"stop":1714500590513,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"b384a9c5a1247ad3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123759,"stop":1714501123759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","uid":"26c55e92eeb84d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error if shards are undefined for static sharding","uid":"a47c7cab2db69ccb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525341,"stop":1714500525342,"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":"d44f0aadd5ca0afd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220697,"stop":1714501220698,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"951c4ac6dea2f518","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"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":"87ad57e86c68baf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525320,"stop":1714500525321,"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":"92d660da1e7b565e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106189,"stop":1714501106190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"abe20210ae78d6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500979200,"stop":1714500979200,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714497135785","uid":"5f055fef9b5359c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123820,"stop":1714501123821,"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":"c513b1449703fe39","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500623697,"stop":1714500623698,"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":"6adc913b2337b1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500872907,"stop":1714500872908,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 19:16:48 GMT+0000 (Coordinated Universal Time)","uid":"1fd632f7edf675d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036165,"stop":1714501036166,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with ApplicationInfo","uid":"8356230aed138bcf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089335,"stop":1714501089336,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"d2065fd00150ac83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"3b6cf28547e72bfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"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":"c888d35ee294a32d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550275,"stop":1714500550276,"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":"ef34c95c3f0d4db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039480,"stop":1714501039481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 3 - Cluster ID: 439, Shard ID: 863","uid":"f27e4c017f78e4ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106174,"stop":1714501106175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /toychat/2/huilong/proto to shard index 3","uid":"95e772f9a394c86e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525326,"stop":1714500525326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"aace5de436e4fa6e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500660494,"stop":1714500660494,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app17/3/topic587/test.js","uid":"26105cc61a22fee8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089331,"stop":1714501089331,"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":"5fbbd46b08f35ba1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550517,"stop":1714500550518,"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":"39195add76e3d83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"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":"e3f82c7b1a7d730e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220684,"stop":1714501220685,"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":"21f890104fb610af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533173,"stop":1714500533174,"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":"b97b34da57d528f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"63810cfef2d86e46","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500539178,"stop":1714500539179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"2c322b9ce59930c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"206e33dbc0a28cdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039476,"stop":1714501039477,"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":"bdf76bdbb044747","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501153788,"stop":1714501153788,"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":"80564c96bddff692","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501184621,"stop":1714501184622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app21/3/topic297/xml","uid":"e80c344c4b26a25e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089327,"stop":1714501089327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"299ec24544740b4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"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":"2c0124cb4c0a889b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500578618,"stop":1714500578628,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"a54260f8ae77612c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500660502,"stop":1714500660502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"d8e6f6daeb014a1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140344,"stop":1714501140345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"f2099b4c91f34491","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500872905,"stop":1714500872906,"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":"ad336461e3cc11ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500664399,"stop":1714500664400,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error for a single configured topic","uid":"faeddac9cbbeb5bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"ad3ab5229ae517ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","uid":"7e5f99268964ffe3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"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":"c8ab29a10deac6ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500590518,"stop":1714500590518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"b509d10595a19a5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976531,"stop":1714500976532,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"ac12223de1071bb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501145475,"stop":1714501145476,"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":"ab32a9c6953d8211","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123788,"stop":1714501123788,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f30e8d0f347dc5c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"1be19b0201c13706","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /waku/2/content/test.js to shard index 1","uid":"77b47bbc73fe30ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (meta size of 12 bytes)","uid":"6d0b41e959365260","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500527926,"stop":1714500527928,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"c2137f1b2b8b8d8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050458,"stop":1714501050458,"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":"6f89c2848c84b1fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"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":"b7703bebe186af16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic for different network shard sizes","uid":"36141beda05d04b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"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":"a926e61741688f6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220685,"stop":1714501220686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed May 10 2023 18:16:48 GMT+0000 (Coordinated Universal Time)","uid":"8e6a727e83bace85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"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":"f7a41ddc6562d043","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501319433,"stop":1714501319433,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app99/4/topic406/utf8","uid":"1f6287e9cbb070ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089332,"stop":1714501089332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"48c1397f6a615e90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501039479,"stop":1714501039479,"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":"2fc0c83f2a3aec26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823189,"stop":1714500823190,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"61470b5d604a6c6b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"8d68a620babeef3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050430,"stop":1714501050431,"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":"e4bc206b2420125b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786931,"stop":1714500786931,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"8774c9376bcd4183","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501165486,"stop":1714501165486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should update peers in local storage on 'peer:identify' event","uid":"cc2ee3278f305db7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"8495143a8e45cd65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"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":"4f02dcfb6be163ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"259cf90ebfbba03c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"1b545f08163448c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return empty list for no shard","uid":"747b48d5bab153c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"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":"36d772e45ff41980","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500590513,"stop":1714500590514,"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":"70b09b2aac990a3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039477,"stop":1714501039478,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500578193000000 ","uid":"e4b1f3388e3f984b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735366,"stop":1714500735366,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connected peers and dial","uid":"c15917dc17325230","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500976723,"stop":1714500976724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"ddd286f8b97ed619","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500560558,"stop":1714500560559,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"97fc6d65f74d086f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500607828,"stop":1714500607829,"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":"1a0819fbf59d929c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500872901,"stop":1714500872902,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"1926af0546a62203","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525319,"stop":1714500525320,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app50/7/topic265/proto","uid":"4b2942ec27be68f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"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":"8cbf6ac8cf21b6d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976557,"stop":1714500976557,"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":"5423765b5ba981b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500623696,"stop":1714500623696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"new peer added after a peer was already found","uid":"47006934071c9c07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500997300,"stop":1714500997300,"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":"4b5a6c604150e69c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823190,"stop":1714500823191,"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":"9afeb3d6259a34d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106190,"stop":1714501106191,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing sharding configuration","uid":"1ab0a626c39973ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"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":"2faf99ea3a794699","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501153790,"stop":1714501153791,"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":"d58764ddef8aa07c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744119,"stop":1714500744122,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"fa8e63560c064385","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533443,"stop":1714500533444,"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":"9476f380a86c57fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525320,"stop":1714500525320,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"a1d892c5f6ecf803","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501165487,"stop":1714501165487,"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":"26f7a6d269850d99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050438,"stop":1714501050439,"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":"6661af48dc7f693","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550518,"stop":1714500550519,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","uid":"47d633b57c065e69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"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":"8d6ecc903e295416","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"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":"36e2e120e3a08493","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500538710,"stop":1714500538710,"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":"e16eba8c4b7dbff1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"8dbdb5a4b4644f02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty content topic","uid":"2899a334b87e4665","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089336,"stop":1714501089336,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on application and version for autosharding","uid":"5e1a4158b48e298","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/statusim/1/community/cbor to shard index 4","uid":"624075f60b0db9f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","uid":"3d0348f5a357ae92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"b06570b915e0979","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050446,"stop":1714501050446,"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":"22ed5e441e8ac433","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"dc3c4f852c806d7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050452,"stop":1714501050452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"35b525dfb51d33b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500589619,"stop":1714500589622,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"non connected peers","uid":"685fe1ee6d87230a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500976725,"stop":1714500976725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"5d180b0362c1d744","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550516,"stop":1714500550517,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"90f32cf7b253b1e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"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":"746eab0f3a9aac1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501094175,"stop":1714501094176,"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":"a56fc7aa78d15952","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"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":"b43f6764e650649e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"3b1a6b084a03c6c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"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":"aff5f9954bebccd4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533160,"stop":1714500533163,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"954085ad35b5e514","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744140,"stop":1714500744140,"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":"1245925b57a32d3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"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":"912cd151e61806e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039483,"stop":1714501039484,"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":"b944cfe3af10df98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744109,"stop":1714500744111,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"e1787028a19ac059","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500559904,"stop":1714500559906,"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":"f25ac7169ea4497e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501150909,"stop":1714501150909,"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":"4055dbbf0ec20bd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"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":"c29eb31fdbb488d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501049788,"stop":1714501049788,"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":"6a6a442b2714a2a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735369,"stop":1714500735370,"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":"3a75abec7027b9c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501036174,"stop":1714501036175,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"ef98ceae824b99a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976525,"stop":1714500976526,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","uid":"5e27031e21aec5f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"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":"c6f63a39ff97447f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500549516,"stop":1714500549517,"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":"eb14235c12a6db05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500664400,"stop":1714500664408,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"a625391778fdc45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500664398,"stop":1714500664399,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"94f4e63002e9a977","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500559906,"stop":1714500559906,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"dc18ef71ae524f7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036158,"stop":1714501036163,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"2c48bc4ca85c868d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500844876,"stop":1714500844877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"70ac01642838ea6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123760,"stop":1714501123777,"duration":17},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing emoji and publish message","uid":"7cb253bf4db0d975","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"314c9793b428021b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050453,"stop":1714501050454,"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":"5d18ddbae5fe6c84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"b49b3d956905ab9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500549549,"stop":1714500549549,"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":"debec60cb5cfda53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220690,"stop":1714501220691,"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":"6ece1c97d179d0db","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744104,"stop":1714500744109,"duration":5},"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":"a37ab907af262cff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return valid sharding parameters for content topics autosharding","uid":"bbef66225a9bc34d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"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":"90c1555411cb95d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"fbed9a7e0273fe29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500587633,"stop":1714500587633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"c176a17fd9b1c733","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501191917,"stop":1714501191918,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"dacdc448c0d3ebf2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501153790,"stop":1714501153790,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receiving a ping from a peer does not overwrite shard info","uid":"bc5a1d974a647860","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500872902,"stop":1714500872902,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"fb20cb7049d74771","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501036383,"stop":1714501036383,"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":"af3f46f74ad81bc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"d2bf85143d9830d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"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":"5feb7a6d0cd3f38f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500549514,"stop":1714500549516,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing short and receive message","uid":"389c6016febc014c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"af0e4f88ae4390ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050426,"stop":1714501050427,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should add and remove event listeners correctly","uid":"c38b7c16d16f2b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554007,"stop":1714500554007,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"5a474871b88c9eef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976528,"stop":1714500976529,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws an error for improperly formatted content topics","uid":"884e411caabff7c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"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":"8cde78ef59e9d9c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533163,"stop":1714500533173,"duration":10},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"dff8f9e42e324b80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"more peers than existing","uid":"dac3684d1b78a369","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500976724,"stop":1714500976724,"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":"e39e4277a9d4d785","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550274,"stop":1714500550274,"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":"c5166d63c5284254","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123789,"stop":1714501123789,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for SingleShardInfos with different clusterIds","uid":"3f50ab4fed69ed24","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525338,"stop":1714500525338,"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":"e61dab910ef06a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"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":"f0fbc713ac9b3fb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744140,"stop":1714500744141,"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":"1c70eaed91038199","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220694,"stop":1714501220695,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ENRTree (tree): should parse a DNS tree entry","uid":"e1be1b5d231f10a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550276,"stop":1714500550276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"5d8acf8ff2efbb7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823179,"stop":1714500823181,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through callback (Waku class)","uid":"f6528585c6a71e5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for an unconfigured topic","uid":"72d00f8b5a196564","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"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":"1ce5d9125f8a7b7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533180,"stop":1714500533181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","uid":"818043849ef53ca4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525349,"stop":1714500525350,"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":"d1384ec0e0e10775","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534109,"stop":1714500534110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"f64a75893d0bb910","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"d29654a82d64d8d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"ea8bbf53fae0f218","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"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":"9d9223e7d0c1bda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744053,"stop":1714500744053,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"73cfb16460861f25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Non TWN Cluster","uid":"3647711a7aabd52c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089324,"stop":1714501089325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"3b8524e3c20284c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089324,"stop":1714501089324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"ea7760ca5d6361f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"9ca8cbe5eae5bf17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039477,"stop":1714501039477,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"57b952191d756cad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"f7683cce30e61af5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500560558,"stop":1714500560558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"825837c981489468","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534105,"stop":1714500534106,"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":"dca6059f68cd735d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501094177,"stop":1714501094177,"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":"7ab59e844d91479f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"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":"77cb948708506095","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"bdf413bdf1b592e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976560,"stop":1714500976561,"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":"ad87ef4ef2d1c531","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501184627,"stop":1714501184628,"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":"194fd142c7be439b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554005,"stop":1714500554005,"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":"d42ef373b768fd43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123800,"stop":1714501123804,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and receive message","uid":"2b9db14ff3b73ff0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823189,"stop":1714500823189,"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":"700194d9b5602f7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123804,"stop":1714501123804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"8a967679dc461476","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501153792,"stop":1714501153793,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only FILTER enabled","uid":"12b5fcc99b8406fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"b4a9ea201c0b5b87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050427,"stop":1714501050428,"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":"61dd47d4872f7de2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500844878,"stop":1714500844879,"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":"db39ecfb37e2155e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654301,"stop":1714500654302,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"c0afa96481681c03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550517,"stop":1714500550517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"5151e2d831f953e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500660495,"stop":1714500660500,"duration":5},"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":"fe3d519b3fee213a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550277,"stop":1714500550278,"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":"5a42fbbcea0d8a28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"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":"34fe5a14befc31ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"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":"6c3fd073f3c5a13f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"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":"e242288df4ca6949","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220682,"stop":1714501220683,"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":"f7b6a2afe24667c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823174,"stop":1714500823174,"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":"c9c32c65275dc390","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786926,"stop":1714500786926,"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":"93014aceffb01af5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036173,"stop":1714501036174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"dbc578989486cf21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"36f2ca1ed3423162","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"38b917a112f3bdcc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500589622,"stop":1714500589623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"61dc4d87facd5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140343,"stop":1714501140343,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"71080d4a8926cb67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"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":"b70b2a49ccd6a2c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app12/9/topic224/xml","uid":"8b4f02eba98a93c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089327,"stop":1714501089328,"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":"3a2671960a57437c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823186,"stop":1714500823187,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"9352c9fb408f9a02","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501150902,"stop":1714501150902,"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":"65841b04cd3c97cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"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":"dd2d61e4a3b56f3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533177,"stop":1714500533178,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","uid":"96e55199e0140fd4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525331,"stop":1714500525332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"2f2a48048c12fee7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"55560532763c7b0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823170,"stop":1714500823171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","uid":"e25192eac445a59e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"65f85fa7cc8af535","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550515,"stop":1714500550515,"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":"d03c1a1db80cd2b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501050460,"stop":1714501050460,"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":"a145c5770975d649","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050448,"stop":1714501050448,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2dfced7721fa68f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976529,"stop":1714500976530,"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":"a0feb0e8ac9f1143","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744126,"stop":1714500744127,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"45697dd5420b8176","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744183,"stop":1714500744184,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"e076712b1218fa46","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"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":"9ba0ac5768777901","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744139,"stop":1714500744140,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"receives messages sent to provided content topic through stream","uid":"e5845635fed46fef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501036384,"stop":1714501036385,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"a289e85af435d49d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036158,"stop":1714501036158,"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":"96f57b4b7bcce7d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823188,"stop":1714500823189,"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":"a867d1ad9633030c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525321,"stop":1714500525321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"d8185e8778ef155f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976528,"stop":1714500976528,"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":"87c5949a29cd6b4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500660503,"stop":1714500660503,"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":"f75f482dbc265523","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735365,"stop":1714500735365,"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":"b55b0f6e5bab4cfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123808,"stop":1714501123808,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for empty SingleShardInfos array","uid":"1190abc013506cc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525336,"stop":1714500525338,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 7","uid":"848188bfba41e624","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"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":"7b9ea48a667b1579","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550277,"stop":1714500550277,"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":"b9a48209c0d7d600","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"442f1f250c8af596","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534103,"stop":1714500534103,"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":"6b9b8e251fbbf9fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823172,"stop":1714500823172,"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":"403940b8f048cdc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220691,"stop":1714501220692,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","uid":"43d94f3a16a3baad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"fb3b81d0ea381b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036154,"stop":1714501036155,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"af3778f3cc16ccb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534096,"stop":1714500534097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"db60fb497b24c1f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501181622,"stop":1714501181623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 9 - Cluster ID: 765, Shard ID: 617","uid":"abd545355a1adc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106183,"stop":1714501106185,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"configure the node with multiple content topics","uid":"84d95c3080b4c614","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089333,"stop":1714501089333,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"69b35fa08b282e57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500549551,"stop":1714500549551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 8 - Cluster ID: 69, Shard ID: 497","uid":"25e97b649b5a1091","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106182,"stop":1714501106183,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"d32b0d8e8ae688be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735364,"stop":1714500735365,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app3/9/topic954/json","uid":"18de95eba6da6270","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","uid":"3fdd18bddef224f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525355,"stop":1714500525356,"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":"df819db558c31d9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"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":"681b8c394c846349","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"483d138e14c2b884","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976527,"stop":1714500976527,"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":"e1aa6f3c30145c22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"peerDiscovery without wakuPeerExchangeDiscovery","uid":"b477ca2c7a38dbd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500997301,"stop":1714500997302,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"less peers than existing","uid":"2b74a2431b7a6c41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500976724,"stop":1714500976725,"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":"ff7f31d9d6eb8dd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f8c29929c51534eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735360,"stop":1714500735360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"31c868bfb96a0e69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050437,"stop":1714501050438,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/1 topic","uid":"851455ab15caaa64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013446,"stop":1714501013447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"c8ed7d6f994b5ae6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500578576,"stop":1714500578594,"duration":18},"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":"b61444e77200ef9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744137,"stop":1714500744137,"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":"4589914c2ab9a95e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550519,"stop":1714500550519,"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":"812ede73f802491d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501184622,"stop":1714501184623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 2 - Cluster ID: 372, Shard ID: 685","uid":"2d225e8e56886143","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106174,"stop":1714501106174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714504335785","uid":"25126c6a4e3d40f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123821,"stop":1714501123821,"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":"8ffd5b4772828637","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"a4e49b073e4c10f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501191916,"stop":1714501191917,"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":"7e6d830c3f917efa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976554,"stop":1714500976555,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"10ebcb2a9da79b69","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036151,"stop":1714501036152,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bae6a1e8e9e9230e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501150908,"stop":1714501150909,"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":"1919146154a74ba0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735363,"stop":1714500735363,"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":"708fbdd20c11dd32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"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":"87c4fe32c932d90f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501319432,"stop":1714501319433,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"281d9fea1898fe54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"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":"3b296a995253412c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"1a5fc38077ff3e91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501181623,"stop":1714501181624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"ba237d93e36acaa1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500660501,"stop":1714500660502,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app93/8/topic386/test.js","uid":"f68fa735169e11ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089326,"stop":1714501089327,"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":"d85a1061da9a7caa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"86b8b618b8540cda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500539179,"stop":1714500539180,"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":"2734f9ec27531cd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500559908,"stop":1714500559909,"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":"b1507fcf30538a8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"7b739fc6a9a8c30d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"e114f08461385ac0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123756,"stop":1714501123759,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should convert a SingleShardInfo object to the correct PubsubTopic","uid":"f71e1402cb19e9ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525335,"stop":1714500525335,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"4d9e310cb23262ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501191917,"stop":1714501191917,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"fd2a69bec5874979","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500590506,"stop":1714500590507,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"22161d598f693966","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500660502,"stop":1714500660503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"5e29679fa51d859c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554002,"stop":1714500554003,"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":"7631461a578dd523","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976552,"stop":1714500976554,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Apr 30 2024 17:16:48 GMT+0000 (Coordinated Universal Time)","uid":"405ec1d397d614da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"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":"483097454da9057","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"75f35d18aeebdec8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534096,"stop":1714500534096,"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":"209d3a7bf06afc1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525332,"stop":1714500525332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"shard 0","uid":"7acfe61bef708d00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106172,"stop":1714501106173,"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":"3347e41433c617a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220680,"stop":1714501220681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1714497144434","uid":"502a14212f444b45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976564,"stop":1714500976564,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"75924f2a405a97e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123819,"stop":1714501123820,"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":"ef78682f707755fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"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":"dbf8dda52c6aac1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500587024,"stop":1714500587025,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"328857f35cc61b49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501008011,"stop":1714501008012,"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":"d5aa0ea46b861242","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500578607,"stop":1714500578608,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"16c5b02d9ad578ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735361,"stop":1714500735362,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"d1b18bd1d293126f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525319,"stop":1714500525319,"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":"39d45d4ebd2760a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"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":"8a199ec85c544e0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013449,"stop":1714501013450,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"337f3a1ccf5dd981","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500539181,"stop":1714500539182,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"60be6abec002b928","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return unique PubsubTopics for static sharding","uid":"a940c7d241ba9981","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"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":"68d1ff0556bff499","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525361,"stop":1714500525361,"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":"a0299f41ee61ba2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"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":"35fabcb6e975aac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501094176,"stop":1714501094177,"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":"ab2b96cd68ed2f0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"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":"67876a8d34d688e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744129,"stop":1714500744130,"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":"eb7089df6509e676","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123789,"stop":1714501123800,"duration":11},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"70689ae8c5c23d5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"fbe87ff54eae932c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"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":"e71540b3239f18cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654298,"stop":1714500654299,"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":"2c2c0c0baf6115b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525323,"stop":1714500525323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"4e37b661dd6d17f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533302,"stop":1714500533303,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"896391c35ab4d16a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500587631,"stop":1714500587632,"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":"9f9b2f32efe066bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"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":"63904cb6bf96f70d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654290,"stop":1714500654291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"13fbbf98720fa525","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500587024,"stop":1714500587024,"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":"84011acacb2a78fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976548,"stop":1714500976549,"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":"3af9544ae64e4663","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786928,"stop":1714500786928,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"5e1eb131f3fa37f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"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":"314a43bc3b6dd6b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735372,"stop":1714500735372,"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":"72006557d6fb9d0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654285,"stop":1714500654286,"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":"1c2c29118bd2975a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501159486,"stop":1714501159486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map a content topic to a pubsub topic","uid":"9ffbb044e6fc0174","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525357,"stop":1714500525357,"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":"d1c727e91d0c2b08","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501184627,"stop":1714501184627,"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":"55d0024fe68deccb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"163abab0a324e19a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123814,"stop":1714501123818,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"8e1eb8bbb7649774","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050438,"stop":1714501050438,"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":"756aaa7921b3ce41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554004,"stop":1714500554005,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"bf3f44edf094c6f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501008013,"stop":1714501008013,"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":"43cc55e4e75e674b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976546,"stop":1714500976547,"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":"7e92bf0800078b86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"ec355a077d41f59a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","uid":"70a253442772ee4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"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":"e28944eeeee2dc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501153788,"stop":1714501153789,"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":"b502c798988c59fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123819,"stop":1714501123819,"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":"2d98fc97aa4e256b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654296,"stop":1714500654298,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","uid":"f7dd78e90cad84fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"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":"45772e17b92d7d3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550278,"stop":1714500550278,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"1f9e48a288589a26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500589618,"stop":1714500589618,"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":"c7ed9ec15eb20691","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744101,"stop":1714500744104,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"e1250a64cf1ab62e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"906d7e88ca47986f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501145473,"stop":1714501145473,"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":"b2108daa071755b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"86fde9f2cd1d1b62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050449,"stop":1714501050450,"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":"aa674181df9e3b06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550274,"stop":1714500550275,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"9a52730d134cc2d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500524940,"stop":1714500524941,"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":"52dc9700221d223a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"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":"1616c3af1c5125ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220698,"stop":1714501220699,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"dfe583506ab00534","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"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":"af70c32a332f4097","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744131,"stop":1714500744137,"duration":6},"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":"4e9f218541f709fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500578599,"stop":1714500578607,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and receive message","uid":"b816fce3d3babef8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"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":"9dbec0d46653f765","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500735373,"stop":1714500735373,"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":"8370db4909db2935","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050455,"stop":1714501050456,"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":"63e6e5c9673bb3dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500549518,"stop":1714500549518,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"32077e07ffd4fb28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"3949523b9a038911","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050432,"stop":1714501050432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","uid":"aee09556798882cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"9c73ad087cc7169d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501174015,"stop":1714501174016,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d2ae5a89763a5c2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220683,"stop":1714501220684,"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":"6d97e8e76fdc570e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"52bf11b26f487d0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533444,"stop":1714500533444,"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":"418694fe0d4abe93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036168,"stop":1714501036168,"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":"60d702220dfa1695","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525323,"stop":1714500525325,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"9a9d688c74fd5bda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744053,"stop":1714500744054,"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":"e7400bbbcd1ade4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"b1c271842dc1c205","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"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":"12d2bc2522562e38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500538712,"stop":1714500538712,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"dcdff0ba2776a7da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500559909,"stop":1714500559909,"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":"1b947469e8d13b60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654299,"stop":1714500654299,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"24e31b03e88928e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123759,"stop":1714501123760,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"588db595cabca742","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050448,"stop":1714501050449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"3eff4c653c9a3773","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500850421,"stop":1714500850422,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","uid":"b025d9c195b284d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468 ","uid":"96fbea5ce422fb6f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles different clusterIds correctly","uid":"9cdec572f5f7e56e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525333,"stop":1714500525334,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle application and version for autosharding","uid":"f99b7ccb56c66078","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525339,"stop":1714500525340,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"8cb009f87a115177","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/7/0 topic","uid":"d8d3322cd4e92ce2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"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":"cd2f271dbc4a827c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039482,"stop":1714501039483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle corrupted local storage data gracefully","uid":"7c71966a393a28cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554006,"stop":1714500554007,"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":"60311f0330f9f0ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501049782,"stop":1714501049783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"e84f9196c640fbff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"d93d412fb5ef49c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534103,"stop":1714500534104,"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":"a93fd04356c30f1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050457,"stop":1714501050458,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"1cd33270cef98ff1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500619502,"stop":1714500619503,"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":"9144b34b0b1e4b81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823187,"stop":1714500823188,"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":"989843af3a29d327","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976555,"stop":1714500976555,"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":"d351093a3a02e8f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500587026,"stop":1714500587026,"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":"8fac17deda9017d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123807,"stop":1714501123808,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"7551580a7f512cd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525332,"stop":1714500525333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"e8bac4d68906490b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501150903,"stop":1714501150903,"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":"5d2432fe5cc5985b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744122,"stop":1714500744125,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a waku node and content topic, creates a filter subscription","uid":"8c37ea84d7664961","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501036383,"stop":1714501036384,"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":"59384701d6f3ae71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654292,"stop":1714500654295,"duration":3},"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":"8b8a208507e42df0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501159485,"stop":1714501159486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should load peers from local storage and dispatch events","uid":"33273405b1f04d1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"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":"d0501181eb67f4ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"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":"eef4704263fd5003","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220695,"stop":1714501220696,"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":"bcce94c700a8b634","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533174,"stop":1714500533174,"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":"36e3f0cac841efe9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"34dc5e7bde001bd2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"5f214a284de27ee4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"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":"537c40364158fe14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"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":"35129c1ecdfae2b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"24088e9224eb9d80","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735365,"stop":1714500735366,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 6 - Cluster ID: 439, Shard ID: 664","uid":"c6b2bba662f6d21a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106179,"stop":1714501106179,"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":"91e440635ee78ec2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123780,"stop":1714501123784,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to stop the service if it was not started","uid":"a7a7930aea84c840","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500590508,"stop":1714500590509,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"341344ca18593b56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"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":"441699b664484caa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140346,"stop":1714501140347,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty contentTopics array correctly","uid":"3a37652771e26284","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525356,"stop":1714500525357,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with ALL protocols set to false","uid":"2d8fc9a23ab169f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533175,"stop":1714500533175,"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":"f664c6acb134df73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744131,"stop":1714500744131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"ea5fad97f129c789","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"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":"9a94b859526c4edf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786930,"stop":1714500786930,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"6a6065ac1073dd5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501049782,"stop":1714501049782,"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":"faf570c4bc29a46e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"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":"375d6ac4feb9d06b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744146,"stop":1714500744178,"duration":32},"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":"e0319fb9f063e495","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501184624,"stop":1714501184625,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"1c1684f0b90f1ca4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500559908,"stop":1714500559908,"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":"48f05466ff324e7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500538711,"stop":1714500538712,"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":"5e4d7215dc896255","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"241d8125c16400f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744181,"stop":1714500744181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"63d59698afa53fb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501140344,"stop":1714501140344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"aad3e412897a14c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500590504,"stop":1714500590504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should aggregate SingleShardInfos into a ShardInfo","uid":"e0fdd2e852dc00f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525335,"stop":1714500525336,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"a449e83ae1405f23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735361,"stop":1714500735361,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"d86cb0c831ab7008","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744049,"stop":1714500744050,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b30e1b110e3777f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050432,"stop":1714501050433,"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":"bd8274d9d51ad8a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"10d288e7c59d7064","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500524938,"stop":1714500524940,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with no payload is not received","uid":"2893ad98c61dfd35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735371,"stop":1714500735372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"98a9773d30f4c16c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123760,"stop":1714501123760,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500577468000000 ","uid":"1d3f2e3a54c1989d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050435,"stop":1714501050436,"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":"848515c6e92a73df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","uid":"aa247201a3fb723","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Cluster ID 0 - Default/Global Cluster","uid":"36051837d22a65f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106173,"stop":1714501106173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"982661a6ca38d2c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"ed1cd3055fd165cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500660494,"stop":1714500660495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"ada59e9e79015d87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036154,"stop":1714501036154,"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":"3c05e155370d8939","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"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":"7298d29c5877a0eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123809,"stop":1714501123809,"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":"e73d5a97e9b58b2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"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":"6ee373aecb79d054","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for missing required configuration","uid":"de9bd2c4f93199c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525342,"stop":1714500525342,"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":"2b0c4218b922c5a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"3ca041a03dca16d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534112,"stop":1714500534112,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b9dcf876541845c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500844873,"stop":1714500844873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected between 2 js-waku relay nodes","uid":"5d7a709c435f69ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500623699,"stop":1714500623699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle clusterId, application and version for autosharding with cluster iD 6","uid":"c174621bb8b75f63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"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":"79668d6170f259dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500539182,"stop":1714500539182,"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":"fa795c4056cbb54d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533181,"stop":1714500533184,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"60953762d6747082","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500587632,"stop":1714500587632,"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":"4a797c9fe1999528","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501094177,"stop":1714501094178,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"f8ca8c03179b40c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735363,"stop":1714500735364,"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":"719ffc4d203018d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501150906,"stop":1714501150907,"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":"bfd3b8975bc1884e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500590516,"stop":1714500590516,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"63587c50ea9d5ba3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976531,"stop":1714500976531,"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":"489be5d12b754a47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"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":"d5f602647be3b95d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744142,"stop":1714500744142,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"762858d80b377660","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735358,"stop":1714500735358,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"88757c248d577011","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500619507,"stop":1714500619510,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"cdef8cc261513891","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976535,"stop":1714500976536,"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":"4ec90407dc4c7d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501184625,"stop":1714501184626,"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":"35f50d216a3cf5ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823173,"stop":1714500823174,"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":"e3d339dd0c34e969","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976549,"stop":1714500976551,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 7 - Cluster ID: 813, Shard ID: 367","uid":"8931e960f7563291","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106180,"stop":1714501106181,"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":"3599105412536b2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"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":"24acb9eb84294fe0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500844873,"stop":1714500844874,"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":"1a2845d6f6784910","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533178,"stop":1714500533179,"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":"ef0d1ed0d7ce11ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 10 - Cluster ID: 21, Shard ID: 476","uid":"9fcd56cbd05e9d60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106185,"stop":1714501106187,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing numeric and receive message","uid":"4a1011b286585d8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"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":"31a3b4ceb0c07786","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"d0e05436e2a7d8ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"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":"124c0439f1ae2ae0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976547,"stop":1714500976548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"42199659ba02c66b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500979199,"stop":1714500979200,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"6839bf168cfbc981","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050434,"stop":1714501050435,"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":"7d19400836b17eef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525322,"stop":1714500525322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"19074cfdf74cf71d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500539180,"stop":1714500539181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"509b2ec1da8456ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744089,"stop":1714500744098,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"a700a60771561715","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735369,"stop":1714500735369,"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":"8926b9a7223c8b3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"76a9596a8476161f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501181623,"stop":1714501181623,"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":"b6770be6f45df4a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525322,"stop":1714500525323,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"9098ea5072321c3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501150905,"stop":1714501150906,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should map different content topics to different pubsub topics based on shard index","uid":"327768c61075ae3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525357,"stop":1714500525358,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"168afd03de05b537","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500997299,"stop":1714500997300,"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":"55c6ba459092109a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"2dc1228ccbd95bd3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"f69d98ea1e8e8490","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976540,"stop":1714500976542,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"3b88845097973064","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500850493,"stop":1714500850493,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"13130751e5677e26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735357,"stop":1714500735358,"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":"8d9b6f035e24db36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500607830,"stop":1714500607830,"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":"433a7c031e5952b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786929,"stop":1714500786930,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"6c93410a145e98af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050427,"stop":1714501050427,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1714500578193 ","uid":"64404164caed56bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735366,"stop":1714500735367,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/22/sometopic/someencoding to shard index 2","uid":"aa77eacded28aae2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"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":"2d8639f9da8ea9bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823191,"stop":1714500823192,"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":"159db4bf47a8a2c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"6dee795eefcd37b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050429,"stop":1714501050430,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"6672257419336cf3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /myapp/1/latest/proto to shard index 0","uid":"3dc1842cc5f126a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525326,"stop":1714500525327,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/29/sometopic/someencoding to shard index 6","uid":"b6461989fe790946","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"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":"66bb1a4c55981e55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123787,"stop":1714501123788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"44c819dc3931e3f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","uid":"473d9d2f5437cb63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"223aeda55e365ada","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"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":"f4cfc9688d1a035a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"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":"e3adcab77d43932a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"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":"7d612e62df7d614","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534097,"stop":1714500534098,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise, aborts when callback returns true","uid":"919f5afd9933e48c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"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":"2d2ae8043949ae9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"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":"d4ac8d6519445445","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501094176,"stop":1714501094176,"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":"dfb86f5bc8ec7ab2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500587026,"stop":1714500587027,"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":"ac921774521a22d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500578594,"stop":1714500578595,"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":"312c06e44afccc8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500844874,"stop":1714500844875,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","uid":"44ab81e6055e3514","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525344,"stop":1714500525345,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","uid":"37f2d6b246cdb46f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"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":"68be6295677261bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501153787,"stop":1714501153788,"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":"ca33d2c243f85d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"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":"f23a5ecd293aa33e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"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":"3843db59d9d30cf5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050457,"stop":1714501050457,"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":"35f397bfd54bae3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501319432,"stop":1714501319432,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` between 2 js-waku relay nodes","uid":"f76876e272b92c33","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500623697,"stop":1714500623697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","uid":"24d48a533b5fbaff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"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":"8e052d6df1c0addb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"8ee3c1f0c569649c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501049781,"stop":1714501049782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"89649c4324bfeb44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976538,"stop":1714500976540,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Unsubscribe 1 topic - node subscribed to 2 topics","uid":"47edefe8483fa6e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500664399,"stop":1714500664399,"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":"9736c389598aeefc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500578628,"stop":1714500578629,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"e5efac5eb4e63d22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"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":"2f375ccdfeb9ce75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"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":"b141e3413d601941","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500538711,"stop":1714500538711,"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":"c2d4d639076cd837","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533184,"stop":1714500533185,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"22201a9737b3729","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976563,"stop":1714500976563,"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":"15b14b8a0122da01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525360,"stop":1714500525361,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"c893bb3465ca251","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/","uid":"e0b618b9f8bcd0a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525349,"stop":1714500525349,"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":"616ef6435536ae9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"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":"5a95136362ea6f70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501094175,"stop":1714501094175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"6f38c6079f9dfd2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123755,"stop":1714501123756,"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":"36016dc754d81afd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976562,"stop":1714500976563,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"a02e31852e530df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976561,"stop":1714500976561,"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":"a412bd114e09fe6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744125,"stop":1714500744126,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"172d7e8c6ff9c9f5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"77456e2ab7aabb3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735362,"stop":1714500735362,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"daf01001c37247cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036148,"stop":1714501036151,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Chinese and publish message","uid":"a2c93dea4500ee53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039481,"stop":1714501039482,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","uid":"b170c0c92e35239b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"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":"ecfa184f260f670","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550275,"stop":1714500550275,"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":"3eba77b1d8814580","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500550276,"stop":1714500550277,"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":"8c4eaa8298af3312","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"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":"7a2118189a7d991","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"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":"1e376797fae6288b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500590511,"stop":1714500590512,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create peer info with all multiaddrs","uid":"439e59b98e59c643","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534109,"stop":1714500534109,"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":"81ba353866870eff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500786927,"stop":1714500786928,"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":"ececfe648c606130","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500533179,"stop":1714500533180,"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":"5f39483d8e88730b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039485,"stop":1714501039485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"deb56c81a363c485","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500549550,"stop":1714500549551,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d46ca107c3c109d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823176,"stop":1714500823178,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive 2 messages on the same topic","uid":"f88c950a8faa4bbd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"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":"47dfcdfc93d03c77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654301,"stop":1714500654301,"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":"ef4765b9aa30380","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714500590517,"stop":1714500590517,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app9/8/topic783/utf8","uid":"85de6e1a1ef95b2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501089328,"stop":1714501089331,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for invalid PubsubTopic format: /incorrect/format","uid":"fcc2648606c65fe0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"1ef13ec3e1e9017b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123784,"stop":1714501123785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe one by one to 100 topics and publish messages","uid":"2b445aeb611dfbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"8c85820d950b3d99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"f46af34bf814e1b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500844871,"stop":1714500844871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not throw an error when the topic is within a list of configured topics","uid":"7afdff6f7ddb1766","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /statusim/1/community/cbor to shard index 4","uid":"e76b8f588e099d71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return the pubsub topic directly if a string is provided","uid":"730a7bc8785c1412","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525351,"stop":1714500525352,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Error when try to subscribe to more than 101 topics (new limit)","uid":"f6f0b5bc737dd17d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"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":"bebb65da22685231","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823187,"stop":1714500823187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"uses static shard pubsub topic instead of autosharding when set","uid":"79a9db78e0ec8b38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500539182,"stop":1714500539183,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"d919221d22ea0792","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501181621,"stop":1714501181621,"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":"f2e09089261d58e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"f6ec15182ea1115","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036155,"stop":1714501036155,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"69f47515fec99dc9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036155,"stop":1714501036156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles empty shards array correctly","uid":"bb3f15327a9a6788","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"random static sharding 1 - Cluster ID: 317, Shard ID: 21","uid":"b005014a399df2fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106173,"stop":1714501106174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"63fd09d5381959f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500735359,"stop":1714500735360,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should process correctly when SingleShardInfo has no clusterId but has a shard","uid":"2726bd564b23c74d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ec3acaeba821bd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123777,"stop":1714501123778,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"4705cfac855f662f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"729bd1e3e4eafc19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"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":"eed15b9c34fb2f0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123821,"stop":1714501123822,"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":"7d7eededbe4db1ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500534110,"stop":1714500534111,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"7a47d21b2bbe7caa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"bd0b3981763f7bee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036157,"stop":1714501036158,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"fac2200691f1f400","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744116,"stop":1714500744117,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"start node with empty shard","uid":"dc6457d2c582eaf9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501106192,"stop":1714501106192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"cb7944dd29157fb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"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":"e59bbeb309e7e493","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744098,"stop":1714500744100,"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":"79bea2218d641a78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500654286,"stop":1714500654289,"duration":3},"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":"e2fd4fca8cfd2cc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"73c350320eaa78dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500549550,"stop":1714500549550,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"1f25a847cd8cd871","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"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":"1d45c1bdb2057c0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823175,"stop":1714500823176,"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":"6d91c04f502f820e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1714501050441,"stop":1714501050441,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1683742344434","uid":"fdd496a21e61761a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500976563,"stop":1714500976564,"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":"17756bf75c430ec9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use the provided clusterId for the pubsub topic","uid":"99726df6b2664506","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"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":"ee0e5385b5bd61b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","uid":"f86b7e224943a720","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525347,"stop":1714500525348,"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":"63f7fd5584bb99a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823172,"stop":1714500823173,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"8e01b2b530df0d95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714501039476,"stop":1714501039476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","uid":"cda918490853df15","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"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":"105e772634b834c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1714500823186,"stop":1714500823186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"timeline"} \ No newline at end of file diff --git a/6962/export/influxDbData.txt b/6962/export/influxDbData.txt index 2ae45a6f08d..b71a290c716 100644 --- a/6962/export/influxDbData.txt +++ b/6962/export/influxDbData.txt @@ -1,12 +1,11 @@ -launch_status failed=0 1714455053000000000 -launch_status broken=1 1714455053000000000 -launch_status passed=804 1714455053000000000 -launch_status skipped=26 1714455053000000000 -launch_status unknown=0 1714455053000000000 -launch_time duration=1116237 1714455053000000000 -launch_time min_duration=0 1714455053000000000 -launch_time max_duration=22 1714455053000000000 -launch_time sum_duration=435 1714455053000000000 -launch_problems test_defects=1 1714455053000000000 -launch_retries retries=2 1714455053000000000 -launch_retries run=831 1714455053000000000 +launch_status failed=0 1714501333000000000 +launch_status broken=0 1714501333000000000 +launch_status passed=805 1714501333000000000 +launch_status skipped=26 1714501333000000000 +launch_status unknown=0 1714501333000000000 +launch_time duration=794496 1714501333000000000 +launch_time min_duration=0 1714501333000000000 +launch_time max_duration=32 1714501333000000000 +launch_time sum_duration=536 1714501333000000000 +launch_retries retries=2 1714501333000000000 +launch_retries run=831 1714501333000000000 diff --git a/6962/export/prometheusData.txt b/6962/export/prometheusData.txt index 22407fe4c45..dc073988f18 100644 --- a/6962/export/prometheusData.txt +++ b/6962/export/prometheusData.txt @@ -1,12 +1,11 @@ launch_status_failed 0 -launch_status_broken 1 -launch_status_passed 804 +launch_status_broken 0 +launch_status_passed 805 launch_status_skipped 26 launch_status_unknown 0 -launch_time_duration 1116237 +launch_time_duration 794496 launch_time_min_duration 0 -launch_time_max_duration 22 -launch_time_sum_duration 435 -launch_problems_test_defects 1 +launch_time_max_duration 32 +launch_time_sum_duration 536 launch_retries_retries 2 launch_retries_run 831 diff --git a/6962/history/categories-trend.json b/6962/history/categories-trend.json index fee55f6b38b..d896c4e0b37 100644 --- a/6962/history/categories-trend.json +++ b/6962/history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6961,"reportUrl":"https://waku-org.github.io/js-waku/6961/","reportName":"Allure Report with history","data":{}},{"buildOrder":6960,"reportUrl":"https://waku-org.github.io/js-waku/6960/","reportName":"Allure Report with history","data":{}},{"buildOrder":6959,"reportUrl":"https://waku-org.github.io/js-waku/6959/","reportName":"Allure Report with history","data":{}},{"buildOrder":6958,"reportUrl":"https://waku-org.github.io/js-waku/6958/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6957,"reportUrl":"https://waku-org.github.io/js-waku/6957/","reportName":"Allure Report with history","data":{"Test defects":41}},{"buildOrder":6956,"reportUrl":"https://waku-org.github.io/js-waku/6956/","reportName":"Allure Report with history","data":{}},{"buildOrder":6955,"reportUrl":"https://waku-org.github.io/js-waku/6955/","reportName":"Allure Report with history","data":{"Test defects":41}},{"buildOrder":6949,"reportUrl":"https://waku-org.github.io/js-waku/6949/","reportName":"Allure Report with history","data":{}},{"buildOrder":6954,"reportUrl":"https://waku-org.github.io/js-waku/6954/","reportName":"Allure Report with history","data":{}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6953,"reportUrl":"https://waku-org.github.io/js-waku/6953/","reportName":"Allure Report with history","data":{}},{"buildOrder":6952,"reportUrl":"https://waku-org.github.io/js-waku/6952/","reportName":"Allure Report with history","data":{}},{"buildOrder":6951,"reportUrl":"https://waku-org.github.io/js-waku/6951/","reportName":"Allure Report with history","data":{}},{"buildOrder":6950,"reportUrl":"https://waku-org.github.io/js-waku/6950/","reportName":"Allure Report with history","data":{}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6947,"reportUrl":"https://waku-org.github.io/js-waku/6947/","reportName":"Allure Report with history","data":{}},{"buildOrder":6946,"reportUrl":"https://waku-org.github.io/js-waku/6946/","reportName":"Allure Report with history","data":{}},{"buildOrder":6943,"reportUrl":"https://waku-org.github.io/js-waku/6943/","reportName":"Allure Report with history","data":{"Test defects":200}},{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/6962/history/duration-trend.json b/6962/history/duration-trend.json index e6130fe66b0..3e8e88baf1d 100644 --- a/6962/history/duration-trend.json +++ b/6962/history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"duration":1116237}},{"buildOrder":6961,"reportUrl":"https://waku-org.github.io/js-waku/6961/","reportName":"Allure Report with history","data":{"duration":785850}},{"buildOrder":6960,"reportUrl":"https://waku-org.github.io/js-waku/6960/","reportName":"Allure Report with history","data":{"duration":780821}},{"buildOrder":6959,"reportUrl":"https://waku-org.github.io/js-waku/6959/","reportName":"Allure Report with history","data":{"duration":778005}},{"buildOrder":6958,"reportUrl":"https://waku-org.github.io/js-waku/6958/","reportName":"Allure Report with history","data":{"duration":1121179}},{"buildOrder":6957,"reportUrl":"https://waku-org.github.io/js-waku/6957/","reportName":"Allure Report with history","data":{"duration":814186}},{"buildOrder":6956,"reportUrl":"https://waku-org.github.io/js-waku/6956/","reportName":"Allure Report with history","data":{"duration":861884}},{"buildOrder":6955,"reportUrl":"https://waku-org.github.io/js-waku/6955/","reportName":"Allure Report with history","data":{"duration":876802}},{"buildOrder":6949,"reportUrl":"https://waku-org.github.io/js-waku/6949/","reportName":"Allure Report with history","data":{"duration":815821}},{"buildOrder":6954,"reportUrl":"https://waku-org.github.io/js-waku/6954/","reportName":"Allure Report with history","data":{}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"duration":1119837}},{"buildOrder":6953,"reportUrl":"https://waku-org.github.io/js-waku/6953/","reportName":"Allure Report with history","data":{}},{"buildOrder":6952,"reportUrl":"https://waku-org.github.io/js-waku/6952/","reportName":"Allure Report with history","data":{}},{"buildOrder":6951,"reportUrl":"https://waku-org.github.io/js-waku/6951/","reportName":"Allure Report with history","data":{}},{"buildOrder":6950,"reportUrl":"https://waku-org.github.io/js-waku/6950/","reportName":"Allure Report with history","data":{}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"duration":744228}},{"buildOrder":6947,"reportUrl":"https://waku-org.github.io/js-waku/6947/","reportName":"Allure Report with history","data":{"duration":790750}},{"buildOrder":6946,"reportUrl":"https://waku-org.github.io/js-waku/6946/","reportName":"Allure Report with history","data":{"duration":794017}},{"buildOrder":6943,"reportUrl":"https://waku-org.github.io/js-waku/6943/","reportName":"Allure Report with history","data":{"duration":2240740}},{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{"duration":783221}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"duration":794496}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"duration":786498}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"duration":671816}},{"data":{}}] \ No newline at end of file diff --git a/6962/history/history-trend.json b/6962/history/history-trend.json index 5cca60b2f60..31a2a8c4f56 100644 --- a/6962/history/history-trend.json +++ b/6962/history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":26,"passed":804,"unknown":0,"total":831}},{"buildOrder":6961,"reportUrl":"https://waku-org.github.io/js-waku/6961/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6960,"reportUrl":"https://waku-org.github.io/js-waku/6960/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6959,"reportUrl":"https://waku-org.github.io/js-waku/6959/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6958,"reportUrl":"https://waku-org.github.io/js-waku/6958/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":26,"passed":804,"unknown":0,"total":831}},{"buildOrder":6957,"reportUrl":"https://waku-org.github.io/js-waku/6957/","reportName":"Allure Report with history","data":{"failed":0,"broken":41,"skipped":26,"passed":764,"unknown":0,"total":831}},{"buildOrder":6956,"reportUrl":"https://waku-org.github.io/js-waku/6956/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6955,"reportUrl":"https://waku-org.github.io/js-waku/6955/","reportName":"Allure Report with history","data":{"failed":0,"broken":41,"skipped":26,"passed":763,"unknown":0,"total":830}},{"buildOrder":6949,"reportUrl":"https://waku-org.github.io/js-waku/6949/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6954,"reportUrl":"https://waku-org.github.io/js-waku/6954/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":26,"passed":803,"unknown":0,"total":830}},{"buildOrder":6953,"reportUrl":"https://waku-org.github.io/js-waku/6953/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6952,"reportUrl":"https://waku-org.github.io/js-waku/6952/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6951,"reportUrl":"https://waku-org.github.io/js-waku/6951/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6950,"reportUrl":"https://waku-org.github.io/js-waku/6950/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":26,"passed":801,"unknown":0,"total":828}},{"buildOrder":6947,"reportUrl":"https://waku-org.github.io/js-waku/6947/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6946,"reportUrl":"https://waku-org.github.io/js-waku/6946/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6943,"reportUrl":"https://waku-org.github.io/js-waku/6943/","reportName":"Allure Report with history","data":{"failed":0,"broken":200,"skipped":26,"passed":604,"unknown":0,"total":830}},{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":807,"unknown":0,"total":833}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":783,"unknown":0,"total":809}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/6962/history/history.json b/6962/history/history.json index a93d734356f..b4bb6b60205 100644 --- a/6962/history/history.json +++ b/6962/history/history.json @@ -1 +1 @@ -{"ca2d007316ada20ef808d2b617287557:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e1218ae33f5a445","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6e1218ae33f5a445","status":"passed","time":{"start":1714427908764,"stop":1714427908765,"duration":1}}]},"6731b0d63c6735159022dd9f77cc56cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7995b35d49b79c56","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/7995b35d49b79c56","status":"passed","time":{"start":1714109230073,"stop":1714109230074,"duration":1}}]},"1cc7825947299a4a22b67d47765bf1b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7991f9cab797ae6","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/e7991f9cab797ae6","status":"passed","time":{"start":1714046117304,"stop":1714046117304,"duration":0}}]},"44bb9356ef27bc191c67696059617352:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"780d6fe2c961998f","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/780d6fe2c961998f","status":"passed","time":{"start":1714010003112,"stop":1714010003112,"duration":0}}]},"7ed26d3e2316cb1d87929993fce51c40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95699a55573d7c18","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/95699a55573d7c18","status":"passed","time":{"start":1714404451750,"stop":1714404451751,"duration":1}}]},"c86f17c39d401636927b42205cbf8b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed2b59377d31ee85","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/ed2b59377d31ee85","status":"passed","time":{"start":1714114063315,"stop":1714114063316,"duration":1}}]},"566d2f87932df484d87250e3c9354c98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f831168415cc9aa","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/1f831168415cc9aa","status":"passed","time":{"start":1714010049387,"stop":1714010049388,"duration":1}}]},"2ed74b8248c908999efc13d0cb5491e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20dc8086d90c3278","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/20dc8086d90c3278","status":"passed","time":{"start":1713996760658,"stop":1713996760659,"duration":1}}]},"910a3a35fa90950442f08c9778d2037e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6ebf885a2925be4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e6ebf885a2925be4","status":"passed","time":{"start":1714430789852,"stop":1714430789852,"duration":0}}]},"30e87c759a9f71b3ba0fd59501f781d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"b1bc1bc5db07e9fd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b1bc1bc5db07e9fd","status":"passed","time":{"start":1714453925055,"stop":1714453925056,"duration":1}},{"uid":"83d8764bc0f6275c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/83d8764bc0f6275c","status":"passed","time":{"start":1714435482963,"stop":1714435482964,"duration":1}},{"uid":"f1f306345babf39b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f1f306345babf39b","status":"passed","time":{"start":1714434551999,"stop":1714434551999,"duration":0}},{"uid":"275f0b15f639f540","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/275f0b15f639f540","status":"passed","time":{"start":1714433247025,"stop":1714433247025,"duration":0}},{"uid":"28db702f8275b0cb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/28db702f8275b0cb","status":"passed","time":{"start":1714431444745,"stop":1714431444746,"duration":1}},{"uid":"5788a22a7a49c7fd","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5788a22a7a49c7fd","status":"passed","time":{"start":1714431708286,"stop":1714431708286,"duration":0}},{"uid":"87a775d5c4aae4e6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/87a775d5c4aae4e6","status":"passed","time":{"start":1714430430717,"stop":1714430430718,"duration":1}},{"uid":"85416670e3fe7012","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/85416670e3fe7012","status":"passed","time":{"start":1714430223179,"stop":1714430223179,"duration":0}},{"uid":"36b111927f9c4309","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/36b111927f9c4309","status":"passed","time":{"start":1714429383873,"stop":1714429383873,"duration":0}},{"uid":"28651d732bebf032","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/28651d732bebf032","status":"passed","time":{"start":1714428528629,"stop":1714428528629,"duration":0}},{"uid":"a0b013a6ef5f45a8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a0b013a6ef5f45a8","status":"passed","time":{"start":1714427305981,"stop":1714427305982,"duration":1}},{"uid":"b210d3d5a71a4569","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b210d3d5a71a4569","status":"passed","time":{"start":1714427007377,"stop":1714427007377,"duration":0}},{"uid":"ec55c3805849bfb8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ec55c3805849bfb8","status":"passed","time":{"start":1714426355964,"stop":1714426355964,"duration":0}},{"uid":"b79b01a574572f26","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b79b01a574572f26","status":"passed","time":{"start":1714424458778,"stop":1714424458778,"duration":0}},{"uid":"acf73b090f5a37b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/acf73b090f5a37b","status":"passed","time":{"start":1714424849003,"stop":1714424849003,"duration":0}},{"uid":"ab040f854e4144c8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ab040f854e4144c8","status":"passed","time":{"start":1714415001444,"stop":1714415001444,"duration":0}},{"uid":"242d995281345460","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/242d995281345460","status":"passed","time":{"start":1714415154914,"stop":1714415154914,"duration":0}},{"uid":"d63b9b4d49105535","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d63b9b4d49105535","status":"passed","time":{"start":1714407362041,"stop":1714407362041,"duration":0}},{"uid":"906affcc3052fbcd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/906affcc3052fbcd","status":"passed","time":{"start":1714406389334,"stop":1714406389335,"duration":1}},{"uid":"ac46a171642481be","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ac46a171642481be","status":"passed","time":{"start":1714404179173,"stop":1714404179173,"duration":0}}]},"d8c17804d454c05cfe44e1b2a9457505:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"209ff5927d481736","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/209ff5927d481736","status":"passed","time":{"start":1713943638552,"stop":1713943638554,"duration":2}}]},"4e1e57d9c6a7a49ca4ec3856dc23d6f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d37497af5c5451f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9d37497af5c5451f","status":"passed","time":{"start":1714415516382,"stop":1714415516383,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"6a6f102bfbc2dfb3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6a6f102bfbc2dfb3","status":"passed","time":{"start":1714454507873,"stop":1714454507874,"duration":1}},{"uid":"7d4bc2a43e14f92a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7d4bc2a43e14f92a","status":"passed","time":{"start":1714436048743,"stop":1714436048744,"duration":1}},{"uid":"184de21c91e3ce85","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/184de21c91e3ce85","status":"passed","time":{"start":1714435155727,"stop":1714435155728,"duration":1}},{"uid":"1a55e74eda779b9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1a55e74eda779b9","status":"passed","time":{"start":1714433815780,"stop":1714433815780,"duration":0}},{"uid":"88c8b9cf66ae28c7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/88c8b9cf66ae28c7","status":"passed","time":{"start":1714432025705,"stop":1714432025711,"duration":6}},{"uid":"9bd07205dd40539b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9bd07205dd40539b","status":"passed","time":{"start":1714432319329,"stop":1714432319329,"duration":0}},{"uid":"a741fe7ca29fa039","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a741fe7ca29fa039","status":"passed","time":{"start":1714431035216,"stop":1714431035221,"duration":5}},{"uid":"fdbf8bcaf3320f36","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fdbf8bcaf3320f36","status":"passed","time":{"start":1714430851102,"stop":1714430851103,"duration":1}},{"uid":"66dd5e9a474a5a46","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/66dd5e9a474a5a46","status":"passed","time":{"start":1714429998238,"stop":1714429998243,"duration":5}},{"uid":"fbdd169cd4d158ee","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fbdd169cd4d158ee","status":"passed","time":{"start":1714429123379,"stop":1714429123380,"duration":1}},{"uid":"5b667cff820374ed","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5b667cff820374ed","status":"passed","time":{"start":1714427908695,"stop":1714427908702,"duration":7}},{"uid":"b68d7e707760b5de","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b68d7e707760b5de","status":"passed","time":{"start":1714427590234,"stop":1714427590234,"duration":0}},{"uid":"58f30886bf036231","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/58f30886bf036231","status":"passed","time":{"start":1714426950346,"stop":1714426950346,"duration":0}},{"uid":"fb50337be9baa489","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fb50337be9baa489","status":"passed","time":{"start":1714425412997,"stop":1714425412997,"duration":0}},{"uid":"85306e2e9727968a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/85306e2e9727968a","status":"passed","time":{"start":1714425435605,"stop":1714425435605,"duration":0}},{"uid":"fd6e5fb664f508f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fd6e5fb664f508f","status":"passed","time":{"start":1714415590144,"stop":1714415590145,"duration":1}},{"uid":"e1939d68c66afce7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e1939d68c66afce7","status":"passed","time":{"start":1714415739317,"stop":1714415739317,"duration":0}},{"uid":"cd9f1f4feaab3b41","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cd9f1f4feaab3b41","status":"passed","time":{"start":1714407950098,"stop":1714407950099,"duration":1}},{"uid":"c9d3ac1bdbb294e0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c9d3ac1bdbb294e0","status":"passed","time":{"start":1714406978428,"stop":1714406978428,"duration":0}},{"uid":"aae44e61f494612f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aae44e61f494612f","status":"passed","time":{"start":1714404752134,"stop":1714404752135,"duration":1}}]},"59bb783a30b8ed8c715b18e127dcfa4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db3c8ab1984ba0c0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/db3c8ab1984ba0c0","status":"passed","time":{"start":1714404685933,"stop":1714404685934,"duration":1}}]},"dcb403a9a7d2a289dced9db3f1c3fe5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b20ae0785ace6fa5","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/b20ae0785ace6fa5","status":"passed","time":{"start":1714169159803,"stop":1714169159804,"duration":1}}]},"eb6c9060bff1c32db6ae2f0703bfec85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d43262170970a003","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/d43262170970a003","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714140494724,"stop":1714140494725,"duration":1}}]},"e460b70002d88af3e8fbf9983037ebcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e104418edc3a8da1","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e104418edc3a8da1","status":"passed","time":{"start":1714297312886,"stop":1714297312887,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"83c725b1b2bc432c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/83c725b1b2bc432c","status":"passed","time":{"start":1714454605544,"stop":1714454605544,"duration":0}},{"uid":"8b5dc2dbfc28840","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8b5dc2dbfc28840","status":"passed","time":{"start":1714436158727,"stop":1714436158727,"duration":0}},{"uid":"c9e3422636b30f2d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c9e3422636b30f2d","status":"passed","time":{"start":1714435237015,"stop":1714435237015,"duration":0}},{"uid":"517c478c4ec1caba","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/517c478c4ec1caba","status":"passed","time":{"start":1714433925100,"stop":1714433925100,"duration":0}},{"uid":"f3f57d87de897372","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f3f57d87de897372","status":"passed","time":{"start":1714432132886,"stop":1714432132886,"duration":0}},{"uid":"89bb542319c67e36","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/89bb542319c67e36","status":"passed","time":{"start":1714432392977,"stop":1714432392977,"duration":0}},{"uid":"7e7ef84fd63ce7a6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7e7ef84fd63ce7a6","status":"passed","time":{"start":1714431131885,"stop":1714431131885,"duration":0}},{"uid":"2c5446dd78cd8f64","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2c5446dd78cd8f64","status":"passed","time":{"start":1714430918779,"stop":1714430918779,"duration":0}},{"uid":"4bd0db7cf9a1ae19","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4bd0db7cf9a1ae19","status":"passed","time":{"start":1714430104203,"stop":1714430104204,"duration":1}},{"uid":"f689d8f60bdf98e1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f689d8f60bdf98e1","status":"passed","time":{"start":1714429213871,"stop":1714429213871,"duration":0}},{"uid":"7d1f02076ece14b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7d1f02076ece14b","status":"passed","time":{"start":1714427999027,"stop":1714427999027,"duration":0}},{"uid":"4b5ae37c25520935","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4b5ae37c25520935","status":"passed","time":{"start":1714427702221,"stop":1714427702221,"duration":0}},{"uid":"1d4cd7196d09c89d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1d4cd7196d09c89d","status":"passed","time":{"start":1714427044022,"stop":1714427044022,"duration":0}},{"uid":"91f5755e53ae1011","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/91f5755e53ae1011","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699069,"stop":1714426699069,"duration":0}},{"uid":"344c3f130ecc34","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/344c3f130ecc34","status":"passed","time":{"start":1714425534886,"stop":1714425534886,"duration":0}},{"uid":"51d73517307833c2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/51d73517307833c2","status":"passed","time":{"start":1714415702286,"stop":1714415702286,"duration":0}},{"uid":"c1d982bc6b304398","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c1d982bc6b304398","status":"passed","time":{"start":1714415850494,"stop":1714415850494,"duration":0}},{"uid":"6176f8242dc2ddf4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6176f8242dc2ddf4","status":"passed","time":{"start":1714408049943,"stop":1714408049943,"duration":0}},{"uid":"d44aa5bbe2ca2110","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d44aa5bbe2ca2110","status":"passed","time":{"start":1714407080666,"stop":1714407080667,"duration":1}},{"uid":"91514b5a3c9c8f51","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/91514b5a3c9c8f51","status":"passed","time":{"start":1714404860582,"stop":1714404860582,"duration":0}}]},"232d9005da8d9581bbe78c7317e0fef2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62f3d7d26e488cff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/62f3d7d26e488cff","status":"passed","time":{"start":1714454485754,"stop":1714454485762,"duration":8}}]},"46b2ec1f23d92604bd837f1b71dac065:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae7948c0b1df73f1","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/ae7948c0b1df73f1","status":"passed","time":{"start":1714018144006,"stop":1714018144006,"duration":0}}]},"51c903865ce9051c9bf4adf580b0fb7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bf300bfac39dfff","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/8bf300bfac39dfff","status":"passed","time":{"start":1713977433091,"stop":1713977433091,"duration":0}}]},"4ee783b4a6659b4a580ca9cfcbdad7e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ba32918fc7a9b99","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2ba32918fc7a9b99","status":"passed","time":{"start":1714433811164,"stop":1714433811165,"duration":1}}]},"e858aad4a86a000a74803b21a3b4a63a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f250687254a9eb3","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2f250687254a9eb3","status":"passed","time":{"start":1714381730482,"stop":1714381730482,"duration":0}}]},"0dfbe19f1c7ebfbab387f2a3cb143eb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a37bfd8f8d81751","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/7a37bfd8f8d81751","status":"passed","time":{"start":1714087126238,"stop":1714087126238,"duration":0}}]},"578bd8b6ac47f6cebb093a56a0d48414:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d629610f0305e6e","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3d629610f0305e6e","status":"passed","time":{"start":1714383546701,"stop":1714383546702,"duration":1}}]},"f773b066e0b4e6b765a7ca359c5def18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ee43c86aecd72f2","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/6ee43c86aecd72f2","status":"passed","time":{"start":1713987658210,"stop":1713987658211,"duration":1}}]},"d3662db28837e630f7cd684b19768104:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"842056a440c34437","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/842056a440c34437","status":"passed","time":{"start":1714404734768,"stop":1714404734768,"duration":0}}]},"6f5df19dc23b23b42b4f91f9baefcf3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"ac23ab4ac456da61","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ac23ab4ac456da61","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511042,"stop":1714426511042,"duration":0}}]},"c668935c3013de2a29eccc1052a6dcfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d597ed64a7c88552","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/d597ed64a7c88552","status":"passed","time":{"start":1714129725372,"stop":1714129725373,"duration":1}}]},"6bcebaa490a3763fdc67cd12fae1e75a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b1c48c6cb863603","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/6b1c48c6cb863603","status":"passed","time":{"start":1714139223725,"stop":1714139223725,"duration":0}}]},"51c59f6ab8b3238c0dde8986a55baac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"653802906046a0bd","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/653802906046a0bd","status":"passed","time":{"start":1714129816671,"stop":1714129816672,"duration":1}}]},"837254fe5e576dea5aee9fc44fad4e8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61b52727a337d135","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/61b52727a337d135","status":"passed","time":{"start":1714087126240,"stop":1714087126240,"duration":0}}]},"b3c89f5273f61dc246d9035e5a2dd11b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba16c5c92d2821b0","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/ba16c5c92d2821b0","status":"passed","time":{"start":1714178266907,"stop":1714178266907,"duration":0}}]},"454057e0bab36a332973583e1bb08a66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d37552d8a586f0f6","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/d37552d8a586f0f6","status":"passed","time":{"start":1714109271986,"stop":1714109271987,"duration":1}}]},"88db1fe5e4468987384352b5ea1cb0fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3237d14c204aeb46","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3237d14c204aeb46","status":"passed","time":{"start":1714415598517,"stop":1714415598517,"duration":0}}]},"289f64ff5bc98e4db93c48ec1d803658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14db74147b724846","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/14db74147b724846","status":"passed","time":{"start":1714427767184,"stop":1714427767184,"duration":0}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"d8231ee594c29cfa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8231ee594c29cfa","status":"passed","time":{"start":1714454507878,"stop":1714454507878,"duration":0}},{"uid":"7d179a1ac9ade654","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7d179a1ac9ade654","status":"passed","time":{"start":1714436048749,"stop":1714436048750,"duration":1}},{"uid":"58b68be896d3fa44","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/58b68be896d3fa44","status":"passed","time":{"start":1714435155749,"stop":1714435155760,"duration":11}},{"uid":"8095749aa4c8f08f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8095749aa4c8f08f","status":"passed","time":{"start":1714433815783,"stop":1714433815784,"duration":1}},{"uid":"cec6f9c7d212aee1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cec6f9c7d212aee1","status":"passed","time":{"start":1714432025718,"stop":1714432025718,"duration":0}},{"uid":"6c67918a3970df82","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6c67918a3970df82","status":"passed","time":{"start":1714432319333,"stop":1714432319333,"duration":0}},{"uid":"9e4fe35cf574786a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9e4fe35cf574786a","status":"passed","time":{"start":1714431035228,"stop":1714431035229,"duration":1}},{"uid":"e485bd1bfe04686d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e485bd1bfe04686d","status":"passed","time":{"start":1714430851107,"stop":1714430851107,"duration":0}},{"uid":"18f78c03c646517d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/18f78c03c646517d","status":"passed","time":{"start":1714429998267,"stop":1714429998267,"duration":0}},{"uid":"81f43e063c827d0c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/81f43e063c827d0c","status":"passed","time":{"start":1714429123394,"stop":1714429123395,"duration":1}},{"uid":"77c149be533439cb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/77c149be533439cb","status":"passed","time":{"start":1714427908706,"stop":1714427908706,"duration":0}},{"uid":"dc52886c008a9f15","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dc52886c008a9f15","status":"passed","time":{"start":1714427590243,"stop":1714427590248,"duration":5}},{"uid":"55648d574d6c7ce9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/55648d574d6c7ce9","status":"passed","time":{"start":1714426950350,"stop":1714426950351,"duration":1}},{"uid":"9e20568c4b700038","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9e20568c4b700038","status":"passed","time":{"start":1714425413004,"stop":1714425413005,"duration":1}},{"uid":"7a56c2ae9ded62c2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7a56c2ae9ded62c2","status":"passed","time":{"start":1714425435610,"stop":1714425435610,"duration":0}},{"uid":"9888af2ee15cd032","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9888af2ee15cd032","status":"passed","time":{"start":1714415590156,"stop":1714415590157,"duration":1}},{"uid":"d6e7ed3679a8db3e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d6e7ed3679a8db3e","status":"passed","time":{"start":1714415739324,"stop":1714415739325,"duration":1}},{"uid":"a466b4127e6d5504","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a466b4127e6d5504","status":"passed","time":{"start":1714407950109,"stop":1714407950110,"duration":1}},{"uid":"2095218a01400236","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2095218a01400236","status":"passed","time":{"start":1714406978444,"stop":1714406978445,"duration":1}},{"uid":"f12a647aec6ec58e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f12a647aec6ec58e","status":"passed","time":{"start":1714404752143,"stop":1714404752143,"duration":0}}]},"7434eb6994f435bcc26c5e232eb20160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8613b61238b7a7f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b8613b61238b7a7f","status":"passed","time":{"start":1714297312887,"stop":1714297312888,"duration":1}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"e312299caf8fe964","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e312299caf8fe964","status":"passed","time":{"start":1714454479297,"stop":1714454479297,"duration":0}},{"uid":"5abe85bf8e43e602","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5abe85bf8e43e602","status":"passed","time":{"start":1714436048051,"stop":1714436048051,"duration":0}},{"uid":"a70cb3bd0dc1661f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a70cb3bd0dc1661f","status":"passed","time":{"start":1714435103475,"stop":1714435103476,"duration":1}},{"uid":"49498d32177692f1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/49498d32177692f1","status":"passed","time":{"start":1714433793527,"stop":1714433793527,"duration":0}},{"uid":"1bac7ade8cbcdea9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1bac7ade8cbcdea9","status":"passed","time":{"start":1714431998660,"stop":1714431998660,"duration":0}},{"uid":"af7f32cb1e388c2a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/af7f32cb1e388c2a","status":"passed","time":{"start":1714432332180,"stop":1714432332181,"duration":1}},{"uid":"a17f1c9388ac4984","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a17f1c9388ac4984","status":"passed","time":{"start":1714431002233,"stop":1714431002234,"duration":1}},{"uid":"41994f6fb9ba0047","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/41994f6fb9ba0047","status":"passed","time":{"start":1714430831531,"stop":1714430831534,"duration":3}},{"uid":"c69a1b5912d6be12","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c69a1b5912d6be12","status":"passed","time":{"start":1714429955117,"stop":1714429955118,"duration":1}},{"uid":"8c9971d485da1146","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8c9971d485da1146","status":"passed","time":{"start":1714429082491,"stop":1714429082501,"duration":10}},{"uid":"efed4abcc4c5cb6c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/efed4abcc4c5cb6c","status":"passed","time":{"start":1714427873971,"stop":1714427873971,"duration":0}},{"uid":"397e68a227ffda61","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/397e68a227ffda61","status":"passed","time":{"start":1714427572924,"stop":1714427572924,"duration":0}},{"uid":"b6cbf46b09b96430","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b6cbf46b09b96430","status":"passed","time":{"start":1714426928332,"stop":1714426928333,"duration":1}},{"uid":"f0eaa2cbbe524f8c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f0eaa2cbbe524f8c","status":"passed","time":{"start":1714425626052,"stop":1714425626052,"duration":0}},{"uid":"deabc268b3b3f5c5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/deabc268b3b3f5c5","status":"passed","time":{"start":1714425405880,"stop":1714425405880,"duration":0}},{"uid":"454878adfe382a0a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/454878adfe382a0a","status":"passed","time":{"start":1714415627133,"stop":1714415627133,"duration":0}},{"uid":"da358d26ec3e2cf2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/da358d26ec3e2cf2","status":"passed","time":{"start":1714415727610,"stop":1714415727610,"duration":0}},{"uid":"fb9f1e40e07570ef","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fb9f1e40e07570ef","status":"passed","time":{"start":1714407946534,"stop":1714407946535,"duration":1}},{"uid":"8a4c9e089c021f28","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8a4c9e089c021f28","status":"passed","time":{"start":1714406957181,"stop":1714406957182,"duration":1}},{"uid":"ce6abc58c5dd4317","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ce6abc58c5dd4317","status":"passed","time":{"start":1714404754333,"stop":1714404754333,"duration":0}}]},"a002b39c8ccecaf68feacc5dafdb0342:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72f9e57fbd951429","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/72f9e57fbd951429","status":"passed","time":{"start":1714113956130,"stop":1714113956131,"duration":1}}]},"16ca6258fbc581d468416483801fd45d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80c85be5940da963","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/80c85be5940da963","status":"passed","time":{"start":1714109329743,"stop":1714109329743,"duration":0}}]},"094c6252a5350a54a495db146ddda23c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3153cb1c9d2d7d","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/f3153cb1c9d2d7d","status":"passed","time":{"start":1714139928165,"stop":1714139928166,"duration":1}}]},"5cae88d1492215c2071eddb21e5f9fa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9833ceb712d2fea","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b9833ceb712d2fea","status":"passed","time":{"start":1714425536877,"stop":1714425536878,"duration":1}}]},"6d480747721d05767e885b82cb5e5c3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9a12750eba7611d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a9a12750eba7611d","status":"passed","time":{"start":1714427561590,"stop":1714427561590,"duration":0}}]},"ba7fef485be9446680b0b29e2f81d28b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5dfe49b25de0ef","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f5dfe49b25de0ef","status":"passed","time":{"start":1714383125909,"stop":1714383125909,"duration":0}}]},"d1697925118fb0d0ce5af35b256ab0b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5912dca93f58e6f5","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/5912dca93f58e6f5","status":"passed","time":{"start":1713977340627,"stop":1713977340627,"duration":0}}]},"12fb47ddc958d20c1301a56758b6f3cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ca59911386731c0","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5ca59911386731c0","status":"passed","time":{"start":1714382963594,"stop":1714382963594,"duration":0}}]},"09f5f3b232abbacf02e6b448654e7b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3ed6cc59913ff4a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a3ed6cc59913ff4a","status":"passed","time":{"start":1714433811164,"stop":1714433811164,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"df92d0b0a879d62d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/df92d0b0a879d62d","status":"passed","time":{"start":1714454024388,"stop":1714454024389,"duration":1}},{"uid":"c58c534ff5cc1f7e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c58c534ff5cc1f7e","status":"passed","time":{"start":1714435578411,"stop":1714435578412,"duration":1}},{"uid":"c9fb9ba7955d70ab","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c9fb9ba7955d70ab","status":"passed","time":{"start":1714434650402,"stop":1714434650403,"duration":1}},{"uid":"a882d51f3f462ae5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a882d51f3f462ae5","status":"passed","time":{"start":1714433346772,"stop":1714433346773,"duration":1}},{"uid":"fce1fcac78e3a2e0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fce1fcac78e3a2e0","status":"passed","time":{"start":1714431543671,"stop":1714431543672,"duration":1}},{"uid":"14ac9632f13942d1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/14ac9632f13942d1","status":"passed","time":{"start":1714431805457,"stop":1714431805457,"duration":0}},{"uid":"effe783e4b7deb2e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/effe783e4b7deb2e","status":"passed","time":{"start":1714430536437,"stop":1714430536438,"duration":1}},{"uid":"f20cc02a2763cf78","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f20cc02a2763cf78","status":"passed","time":{"start":1714430322008,"stop":1714430322008,"duration":0}},{"uid":"17b8f1a2800eea26","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/17b8f1a2800eea26","status":"passed","time":{"start":1714429493072,"stop":1714429493072,"duration":0}},{"uid":"d3d55cf6fff84b13","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d3d55cf6fff84b13","status":"passed","time":{"start":1714428631121,"stop":1714428631121,"duration":0}},{"uid":"961bbcf906e7d8df","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/961bbcf906e7d8df","status":"passed","time":{"start":1714427404959,"stop":1714427404959,"duration":0}},{"uid":"e7c96abe9f09a70d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e7c96abe9f09a70d","status":"passed","time":{"start":1714427101741,"stop":1714427101742,"duration":1}},{"uid":"bb935f3d3e30c54f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bb935f3d3e30c54f","status":"passed","time":{"start":1714426457656,"stop":1714426457656,"duration":0}},{"uid":"c02de330dbce5f89","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c02de330dbce5f89","status":"passed","time":{"start":1714424558655,"stop":1714424558655,"duration":0}},{"uid":"5111827c8685513f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5111827c8685513f","status":"passed","time":{"start":1714424950492,"stop":1714424950492,"duration":0}},{"uid":"6203baf74ff12c6c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6203baf74ff12c6c","status":"passed","time":{"start":1714415104765,"stop":1714415104765,"duration":0}},{"uid":"d0caa89f410e39d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d0caa89f410e39d","status":"passed","time":{"start":1714415250734,"stop":1714415250734,"duration":0}},{"uid":"b66b69d900e3ecb7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b66b69d900e3ecb7","status":"passed","time":{"start":1714407463994,"stop":1714407463994,"duration":0}},{"uid":"d1f5d1fa1ff5a410","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d1f5d1fa1ff5a410","status":"passed","time":{"start":1714406496813,"stop":1714406496814,"duration":1}},{"uid":"7eae5b88007bc62b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7eae5b88007bc62b","status":"passed","time":{"start":1714404277940,"stop":1714404277940,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"e196c53a3df830ef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e196c53a3df830ef","status":"passed","time":{"start":1714454605546,"stop":1714454605546,"duration":0}},{"uid":"88c375c73ee30cf3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/88c375c73ee30cf3","status":"passed","time":{"start":1714436158729,"stop":1714436158729,"duration":0}},{"uid":"2d4bf5e4206e6739","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2d4bf5e4206e6739","status":"passed","time":{"start":1714435237017,"stop":1714435237017,"duration":0}},{"uid":"49cae7273d1c66c5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/49cae7273d1c66c5","status":"passed","time":{"start":1714433925102,"stop":1714433925102,"duration":0}},{"uid":"52cfe4fccf6f409b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/52cfe4fccf6f409b","status":"passed","time":{"start":1714432132888,"stop":1714432132888,"duration":0}},{"uid":"91a10a846a8d9fd0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/91a10a846a8d9fd0","status":"passed","time":{"start":1714432392979,"stop":1714432392980,"duration":1}},{"uid":"49e7f5acc7e64ea4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/49e7f5acc7e64ea4","status":"passed","time":{"start":1714431131887,"stop":1714431131888,"duration":1}},{"uid":"ac66492353eae44c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ac66492353eae44c","status":"passed","time":{"start":1714430918784,"stop":1714430918784,"duration":0}},{"uid":"7022612356bbf8be","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7022612356bbf8be","status":"passed","time":{"start":1714430104206,"stop":1714430104206,"duration":0}},{"uid":"9f3326b9ac0bd583","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9f3326b9ac0bd583","status":"passed","time":{"start":1714429213873,"stop":1714429213873,"duration":0}},{"uid":"50e48b3193dda265","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/50e48b3193dda265","status":"passed","time":{"start":1714427999029,"stop":1714427999030,"duration":1}},{"uid":"55545b5f22d1a622","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/55545b5f22d1a622","status":"passed","time":{"start":1714427702223,"stop":1714427702224,"duration":1}},{"uid":"cb9375edc604700e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cb9375edc604700e","status":"passed","time":{"start":1714427044024,"stop":1714427044024,"duration":0}},{"uid":"a23f511b2e52d020","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a23f511b2e52d020","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699076,"stop":1714426699076,"duration":0}},{"uid":"3559f804d836de","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3559f804d836de","status":"passed","time":{"start":1714425534888,"stop":1714425534888,"duration":0}},{"uid":"268f318d07d1ccfd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/268f318d07d1ccfd","status":"passed","time":{"start":1714415702288,"stop":1714415702288,"duration":0}},{"uid":"dfaef0db708c8e48","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dfaef0db708c8e48","status":"passed","time":{"start":1714415850496,"stop":1714415850496,"duration":0}},{"uid":"e4722e7e5a549939","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e4722e7e5a549939","status":"passed","time":{"start":1714408049944,"stop":1714408049945,"duration":1}},{"uid":"bff3837055cdb6e0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bff3837055cdb6e0","status":"passed","time":{"start":1714407080668,"stop":1714407080669,"duration":1}},{"uid":"38cce00991054d1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/38cce00991054d1","status":"passed","time":{"start":1714404860584,"stop":1714404860585,"duration":1}}]},"30da882d2681d657fdf6941a5c8e604a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd58d7ead7b67339","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/fd58d7ead7b67339","status":"passed","time":{"start":1714080270417,"stop":1714080270419,"duration":2}}]},"1f69d00ae9c07a0b11d555b1986ffae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d095a2f0d88bf60","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6d095a2f0d88bf60","status":"passed","time":{"start":1714381730478,"stop":1714381730479,"duration":1}}]},"880ac16ee22cebe12d2891a0b518b306:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a78956d29f68261","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9a78956d29f68261","status":"passed","time":{"start":1714431659898,"stop":1714431659898,"duration":0}}]},"2dd768f722b7c2ec4b2afcf7695101ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"cb4cd9f563542441","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/cb4cd9f563542441","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908890,"stop":1713976908890,"duration":0}},{"uid":"fca6a73ca78e7c08","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/fca6a73ca78e7c08","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098681,"stop":1713976098681,"duration":0}},{"uid":"95db614bef862d92","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/95db614bef862d92","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108296,"stop":1713969108296,"duration":0}},{"uid":"c8d82b57663283ad","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/c8d82b57663283ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579281,"stop":1713943579282,"duration":1}},{"uid":"cce4a1c5a368eaf1","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/cce4a1c5a368eaf1","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413529,"stop":1713889413530,"duration":1}}]},"2dcd993848b63a1097667ea64c3ec8f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a3d2780d4afc12b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1a3d2780d4afc12b","status":"passed","time":{"start":1714430789850,"stop":1714430789850,"duration":0}}]},"b6ba420fee1c17ff11dfd88f56b34dec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc88ba4b01d9b65","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/cc88ba4b01d9b65","status":"passed","time":{"start":1714178191417,"stop":1714178191418,"duration":1}}]},"b66032cd623cd8b2eebabb5c9c7de76c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a88857ac8e2939b0","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/a88857ac8e2939b0","status":"passed","time":{"start":1714139217253,"stop":1714139217253,"duration":0}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"bcc4888625da6a03","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bcc4888625da6a03","status":"passed","time":{"start":1714453958694,"stop":1714453958694,"duration":0}},{"uid":"3d1df352f8e13cc9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3d1df352f8e13cc9","status":"passed","time":{"start":1714435517238,"stop":1714435517239,"duration":1}},{"uid":"4615d0ef9933a8c3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4615d0ef9933a8c3","status":"passed","time":{"start":1714434586481,"stop":1714434586481,"duration":0}},{"uid":"7e80f5697d18a2e2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7e80f5697d18a2e2","status":"passed","time":{"start":1714433281358,"stop":1714433281358,"duration":0}},{"uid":"f0664a3d243b1095","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f0664a3d243b1095","status":"passed","time":{"start":1714431478909,"stop":1714431478909,"duration":0}},{"uid":"422b34ff31cc2274","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/422b34ff31cc2274","status":"passed","time":{"start":1714431742834,"stop":1714431742835,"duration":1}},{"uid":"8f45a44cc35547f5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8f45a44cc35547f5","status":"passed","time":{"start":1714430465901,"stop":1714430465901,"duration":0}},{"uid":"75517ce432f138dd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/75517ce432f138dd","status":"passed","time":{"start":1714430257494,"stop":1714430257494,"duration":0}},{"uid":"3ac2907c3b08022c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3ac2907c3b08022c","status":"passed","time":{"start":1714429421698,"stop":1714429421698,"duration":0}},{"uid":"5f490dc40e8b9253","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5f490dc40e8b9253","status":"passed","time":{"start":1714428563330,"stop":1714428563330,"duration":0}},{"uid":"fca9a1e5cc1f2f5f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fca9a1e5cc1f2f5f","status":"passed","time":{"start":1714427341188,"stop":1714427341189,"duration":1}},{"uid":"af2f4295ef6eb6d9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/af2f4295ef6eb6d9","status":"passed","time":{"start":1714427042067,"stop":1714427042067,"duration":0}},{"uid":"398c30883c7b84c4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/398c30883c7b84c4","status":"passed","time":{"start":1714426391362,"stop":1714426391362,"duration":0}},{"uid":"51c486b9d3f8c9e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/51c486b9d3f8c9e","status":"passed","time":{"start":1714424493348,"stop":1714424493349,"duration":1}},{"uid":"b907b39266ca1f55","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b907b39266ca1f55","status":"passed","time":{"start":1714424883949,"stop":1714424883949,"duration":0}},{"uid":"f1c1011b7702b14f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f1c1011b7702b14f","status":"passed","time":{"start":1714415036734,"stop":1714415036735,"duration":1}},{"uid":"98e95834c414bd14","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/98e95834c414bd14","status":"passed","time":{"start":1714415189547,"stop":1714415189547,"duration":0}},{"uid":"6642d2cd33753ece","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6642d2cd33753ece","status":"passed","time":{"start":1714407396921,"stop":1714407396922,"duration":1}},{"uid":"fc74bf815b912264","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fc74bf815b912264","status":"passed","time":{"start":1714406424274,"stop":1714406424275,"duration":1}},{"uid":"aac98f37e950952e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aac98f37e950952e","status":"passed","time":{"start":1714404214005,"stop":1714404214006,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"e0e5c5ac8589faff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e0e5c5ac8589faff","status":"passed","time":{"start":1714454434303,"stop":1714454434303,"duration":0}},{"uid":"4b823fe9ffc0330e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4b823fe9ffc0330e","status":"passed","time":{"start":1714436006516,"stop":1714436006521,"duration":5}},{"uid":"938286ef9059d818","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/938286ef9059d818","status":"passed","time":{"start":1714435054819,"stop":1714435054819,"duration":0}},{"uid":"9341a2ff34cbfe53","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9341a2ff34cbfe53","status":"passed","time":{"start":1714433761048,"stop":1714433761048,"duration":0}},{"uid":"611563cbb108d4ce","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/611563cbb108d4ce","status":"passed","time":{"start":1714431966420,"stop":1714431966420,"duration":0}},{"uid":"36541db1e9ad519a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/36541db1e9ad519a","status":"passed","time":{"start":1714432193257,"stop":1714432193258,"duration":1}},{"uid":"9de139c9a5c73a8a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9de139c9a5c73a8a","status":"passed","time":{"start":1714430948521,"stop":1714430948521,"duration":0}},{"uid":"e4bc6ab8300e7408","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e4bc6ab8300e7408","status":"passed","time":{"start":1714430713510,"stop":1714430713510,"duration":0}},{"uid":"e3230eb21d5aa629","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e3230eb21d5aa629","status":"passed","time":{"start":1714429917728,"stop":1714429917728,"duration":0}},{"uid":"11ad060b6848fb4a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/11ad060b6848fb4a","status":"passed","time":{"start":1714429040282,"stop":1714429040282,"duration":0}},{"uid":"4ceac1d9162501b8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4ceac1d9162501b8","status":"passed","time":{"start":1714427848667,"stop":1714427848668,"duration":1}},{"uid":"88ac81f46ad3ee83","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/88ac81f46ad3ee83","status":"passed","time":{"start":1714427530053,"stop":1714427530053,"duration":0}},{"uid":"d7386310fff01667","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d7386310fff01667","status":"passed","time":{"start":1714426875121,"stop":1714426875121,"duration":0}},{"uid":"45258c4f7e6533c9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/45258c4f7e6533c9","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511003,"stop":1714426511004,"duration":1}},{"uid":"a41f505d6010baa3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a41f505d6010baa3","status":"passed","time":{"start":1714425369932,"stop":1714425369933,"duration":1}},{"uid":"2e1304c4325c93c2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e1304c4325c93c2","status":"passed","time":{"start":1714415516354,"stop":1714415516361,"duration":7}},{"uid":"2f661e52125b4cdd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2f661e52125b4cdd","status":"passed","time":{"start":1714415679015,"stop":1714415679017,"duration":2}},{"uid":"bf54b0ce3ee445b6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bf54b0ce3ee445b6","status":"passed","time":{"start":1714407884313,"stop":1714407884313,"duration":0}},{"uid":"84af8322a5d80441","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/84af8322a5d80441","status":"passed","time":{"start":1714406914275,"stop":1714406914275,"duration":0}},{"uid":"ddb331e249697ebe","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ddb331e249697ebe","status":"passed","time":{"start":1714404690097,"stop":1714404690098,"duration":1}}]},"d6b638314e265666c5ed589a6919ab60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91b789e3cf7a5e0","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/91b789e3cf7a5e0","status":"passed","time":{"start":1714380503464,"stop":1714380503464,"duration":0}}]},"6902a1c8d6262e8127cb405d22ba2008:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"997dd501e44da729","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/997dd501e44da729","status":"passed","time":{"start":1713969071443,"stop":1713969071443,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"cae898362c003417","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cae898362c003417","status":"passed","time":{"start":1714454507875,"stop":1714454507875,"duration":0}},{"uid":"a96f4483370128a6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a96f4483370128a6","status":"passed","time":{"start":1714436048745,"stop":1714436048746,"duration":1}},{"uid":"697fb85d3839cb66","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/697fb85d3839cb66","status":"passed","time":{"start":1714435155729,"stop":1714435155730,"duration":1}},{"uid":"a6ff0d0c9410cebf","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a6ff0d0c9410cebf","status":"passed","time":{"start":1714433815781,"stop":1714433815781,"duration":0}},{"uid":"fda8065a8897bc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fda8065a8897bc","status":"passed","time":{"start":1714432025712,"stop":1714432025712,"duration":0}},{"uid":"d5d15f6b56a99dfd","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d5d15f6b56a99dfd","status":"passed","time":{"start":1714432319330,"stop":1714432319330,"duration":0}},{"uid":"49b5993f2d62fa3e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/49b5993f2d62fa3e","status":"passed","time":{"start":1714431035222,"stop":1714431035222,"duration":0}},{"uid":"7d0b88abda4f9d95","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7d0b88abda4f9d95","status":"passed","time":{"start":1714430851104,"stop":1714430851104,"duration":0}},{"uid":"a30192667a5d763c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a30192667a5d763c","status":"passed","time":{"start":1714429998249,"stop":1714429998250,"duration":1}},{"uid":"aefec902adc46fc5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aefec902adc46fc5","status":"passed","time":{"start":1714429123383,"stop":1714429123384,"duration":1}},{"uid":"2ec3a4ecaf81801","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2ec3a4ecaf81801","status":"passed","time":{"start":1714427908703,"stop":1714427908703,"duration":0}},{"uid":"6b6c836a2f7943be","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6b6c836a2f7943be","status":"passed","time":{"start":1714427590235,"stop":1714427590235,"duration":0}},{"uid":"936af2bdf5289071","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/936af2bdf5289071","status":"passed","time":{"start":1714426950347,"stop":1714426950347,"duration":0}},{"uid":"722da0ac8258f3e8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/722da0ac8258f3e8","status":"passed","time":{"start":1714425412999,"stop":1714425412999,"duration":0}},{"uid":"b853695d10fe299a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b853695d10fe299a","status":"passed","time":{"start":1714425435606,"stop":1714425435606,"duration":0}},{"uid":"ab81edf9feba0077","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ab81edf9feba0077","status":"passed","time":{"start":1714415590149,"stop":1714415590150,"duration":1}},{"uid":"bd4da3825650a859","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bd4da3825650a859","status":"passed","time":{"start":1714415739318,"stop":1714415739319,"duration":1}},{"uid":"76092d1a594e1c00","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/76092d1a594e1c00","status":"passed","time":{"start":1714407950100,"stop":1714407950100,"duration":0}},{"uid":"305fa6d5230ed03d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/305fa6d5230ed03d","status":"passed","time":{"start":1714406978430,"stop":1714406978431,"duration":1}},{"uid":"34a246fd56eb216","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/34a246fd56eb216","status":"passed","time":{"start":1714404752137,"stop":1714404752138,"duration":1}}]},"e6bc3a5d3b4d4bb53b4461fc1bac16e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40953827f0cf4236","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/40953827f0cf4236","status":"passed","time":{"start":1713976098355,"stop":1713976098355,"duration":0}}]},"fdcc8060e39a26c27fff999b323e74ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cbfed593bdd91de","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/3cbfed593bdd91de","status":"passed","time":{"start":1714404451751,"stop":1714404451751,"duration":0}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"82bcf922ae2ddbae","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/82bcf922ae2ddbae","status":"passed","time":{"start":1714453949193,"stop":1714453949193,"duration":0}},{"uid":"48d318c2d312aa58","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/48d318c2d312aa58","status":"passed","time":{"start":1714435506840,"stop":1714435506841,"duration":1}},{"uid":"5e79453d97c71da5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5e79453d97c71da5","status":"passed","time":{"start":1714434576211,"stop":1714434576211,"duration":0}},{"uid":"8fa96c503f0e9c33","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8fa96c503f0e9c33","status":"passed","time":{"start":1714433271082,"stop":1714433271082,"duration":0}},{"uid":"8a6b28f515c581ac","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8a6b28f515c581ac","status":"passed","time":{"start":1714431469029,"stop":1714431469030,"duration":1}},{"uid":"f5ff83791970efcc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f5ff83791970efcc","status":"passed","time":{"start":1714431732702,"stop":1714431732703,"duration":1}},{"uid":"10d019f7dfb93802","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/10d019f7dfb93802","status":"passed","time":{"start":1714430455644,"stop":1714430455644,"duration":0}},{"uid":"6ab93bfaaa175295","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6ab93bfaaa175295","status":"passed","time":{"start":1714430247323,"stop":1714430247323,"duration":0}},{"uid":"2d07b21c53f2ae87","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2d07b21c53f2ae87","status":"passed","time":{"start":1714429410962,"stop":1714429410962,"duration":0}},{"uid":"de29e0d98bae3908","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/de29e0d98bae3908","status":"passed","time":{"start":1714428553101,"stop":1714428553101,"duration":0}},{"uid":"331b06b73e1b23b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/331b06b73e1b23b","status":"passed","time":{"start":1714427330825,"stop":1714427330825,"duration":0}},{"uid":"ab0a5d0ed9f8a4c1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ab0a5d0ed9f8a4c1","status":"passed","time":{"start":1714427031439,"stop":1714427031439,"duration":0}},{"uid":"da1d220f0fc1d1a7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/da1d220f0fc1d1a7","status":"passed","time":{"start":1714426381045,"stop":1714426381045,"duration":0}},{"uid":"ec0e4d32f8829b86","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ec0e4d32f8829b86","status":"passed","time":{"start":1714424483032,"stop":1714424483032,"duration":0}},{"uid":"50def788c9f11a1c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/50def788c9f11a1c","status":"passed","time":{"start":1714424873555,"stop":1714424873556,"duration":1}},{"uid":"269e1010bdc7c28d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/269e1010bdc7c28d","status":"passed","time":{"start":1714415026653,"stop":1714415026653,"duration":0}},{"uid":"eabd9aab7b574500","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eabd9aab7b574500","status":"passed","time":{"start":1714415179600,"stop":1714415179600,"duration":0}},{"uid":"277b794e1863a78c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/277b794e1863a78c","status":"passed","time":{"start":1714407386568,"stop":1714407386568,"duration":0}},{"uid":"5acadc630173f3e5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5acadc630173f3e5","status":"passed","time":{"start":1714406414102,"stop":1714406414102,"duration":0}},{"uid":"bd265ea556018f12","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bd265ea556018f12","status":"passed","time":{"start":1714404203705,"stop":1714404203705,"duration":0}}]},"1fad45ce998ed96449b4b562090113fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7081eec48081aa0","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/f7081eec48081aa0","status":"passed","time":{"start":1714004335338,"stop":1714004335339,"duration":1}}]},"cbb481de5670def24b36ec0b156d8751:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"6b85ce25b512fb31","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6b85ce25b512fb31","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454429954,"stop":1714454429955,"duration":1}},{"uid":"e7275ca000e846e6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e7275ca000e846e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435983508,"stop":1714435983509,"duration":1}},{"uid":"7af24c844cc1e617","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7af24c844cc1e617","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435052071,"stop":1714435052071,"duration":0}},{"uid":"8d6253b2223f83d8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8d6253b2223f83d8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433741881,"stop":1714433741881,"duration":0}},{"uid":"800ede15b764b7f0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/800ede15b764b7f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431945153,"stop":1714431945154,"duration":1}},{"uid":"90fd043559f29aab","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/90fd043559f29aab","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432232718,"stop":1714432232718,"duration":0}},{"uid":"e330da45379f7ec5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e330da45379f7ec5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430939086,"stop":1714430939086,"duration":0}},{"uid":"e3fd08bcee3eba04","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e3fd08bcee3eba04","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430740787,"stop":1714430740788,"duration":1}},{"uid":"48702fe192e76cfc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/48702fe192e76cfc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429913665,"stop":1714429913666,"duration":1}},{"uid":"e17a6cba3f63bc3a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e17a6cba3f63bc3a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429034731,"stop":1714429034731,"duration":0}},{"uid":"40383181c747ea38","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/40383181c747ea38","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427767348,"stop":1714427767348,"duration":0}},{"uid":"a4212f73b4670639","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a4212f73b4670639","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427509635,"stop":1714427509636,"duration":1}},{"uid":"727d81369d065581","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/727d81369d065581","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426865393,"stop":1714426865393,"duration":0}},{"uid":"60f1ddb305fc45b1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/60f1ddb305fc45b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425537004,"stop":1714425537005,"duration":1}},{"uid":"af9368b111613df7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/af9368b111613df7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425348542,"stop":1714425348542,"duration":0}},{"uid":"9ce1f08e43673735","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9ce1f08e43673735","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415540161,"stop":1714415540161,"duration":0}},{"uid":"831604296c304a5e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/831604296c304a5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415666829,"stop":1714415666829,"duration":0}},{"uid":"eaecd06e134110a1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/eaecd06e134110a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407867445,"stop":1714407867445,"duration":0}},{"uid":"17fee85f38050326","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/17fee85f38050326","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406902039,"stop":1714406902039,"duration":0}},{"uid":"b5eefdf7c1563c13","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b5eefdf7c1563c13","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685577,"stop":1714404685578,"duration":1}}]},"12f0ed2ce28718861897d97ef5cea479:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3bbe26f6578ef786","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3bbe26f6578ef786","status":"passed","time":{"start":1714431997893,"stop":1714431997894,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"4628c4e3b9455f36","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4628c4e3b9455f36","status":"passed","time":{"start":1714454605546,"stop":1714454605547,"duration":1}},{"uid":"18341591d3739c44","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/18341591d3739c44","status":"passed","time":{"start":1714436158729,"stop":1714436158730,"duration":1}},{"uid":"baa4c8801c825ac7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/baa4c8801c825ac7","status":"passed","time":{"start":1714435237018,"stop":1714435237018,"duration":0}},{"uid":"349f128b6ca7c91b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/349f128b6ca7c91b","status":"passed","time":{"start":1714433925102,"stop":1714433925103,"duration":1}},{"uid":"2d7da70f39ee1118","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2d7da70f39ee1118","status":"passed","time":{"start":1714432132888,"stop":1714432132889,"duration":1}},{"uid":"6fbadaed14ef665b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6fbadaed14ef665b","status":"passed","time":{"start":1714432392980,"stop":1714432392981,"duration":1}},{"uid":"4a1de75d967f0b98","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4a1de75d967f0b98","status":"passed","time":{"start":1714431131888,"stop":1714431131888,"duration":0}},{"uid":"4755eeca5940c578","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4755eeca5940c578","status":"passed","time":{"start":1714430918785,"stop":1714430918785,"duration":0}},{"uid":"7a0f184a08ae2352","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7a0f184a08ae2352","status":"passed","time":{"start":1714430104206,"stop":1714430104207,"duration":1}},{"uid":"2568429886036a08","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2568429886036a08","status":"passed","time":{"start":1714429213873,"stop":1714429213874,"duration":1}},{"uid":"5debeb26f162f10b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5debeb26f162f10b","status":"passed","time":{"start":1714427999030,"stop":1714427999031,"duration":1}},{"uid":"4d9093a3b2631467","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4d9093a3b2631467","status":"passed","time":{"start":1714427702224,"stop":1714427702224,"duration":0}},{"uid":"edd0185064faba67","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/edd0185064faba67","status":"passed","time":{"start":1714427044024,"stop":1714427044024,"duration":0}},{"uid":"1deb577ad55f8c73","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1deb577ad55f8c73","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699078,"stop":1714426699078,"duration":0}},{"uid":"b4f73228615f79e0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b4f73228615f79e0","status":"passed","time":{"start":1714425534888,"stop":1714425534888,"duration":0}},{"uid":"dde4abe9f81fad65","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dde4abe9f81fad65","status":"passed","time":{"start":1714415702289,"stop":1714415702289,"duration":0}},{"uid":"1e414286dfe5324b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1e414286dfe5324b","status":"passed","time":{"start":1714415850497,"stop":1714415850497,"duration":0}},{"uid":"1b55a0ae4c7a0184","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1b55a0ae4c7a0184","status":"passed","time":{"start":1714408049945,"stop":1714408049945,"duration":0}},{"uid":"b65dd30b0895b9ff","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b65dd30b0895b9ff","status":"passed","time":{"start":1714407080669,"stop":1714407080669,"duration":0}},{"uid":"1db3f8f1752755df","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1db3f8f1752755df","status":"passed","time":{"start":1714404860585,"stop":1714404860585,"duration":0}}]},"89704cbf4a993f31387faaffa16d1c7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df06ba084be9291e","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/df06ba084be9291e","status":"passed","time":{"start":1714142067870,"stop":1714142067870,"duration":0}}]},"9deb1c72811624cda362ab425bdb0344:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7755b0975c7afdf","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/c7755b0975c7afdf","status":"passed","time":{"start":1714262151950,"stop":1714262151952,"duration":2}}]},"8122989f50d071d69316095bd0732a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5f2cf326cb2006b","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/f5f2cf326cb2006b","status":"passed","time":{"start":1713976162560,"stop":1713976162560,"duration":0}}]},"7d58479a746bc8737bdce36e8f2388c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7479fcf8b9617d84","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/7479fcf8b9617d84","status":"passed","time":{"start":1714404421545,"stop":1714404421545,"duration":0}}]},"c63cd69546aab524cffe46abb751d42b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb5afebc1dc68f12","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/fb5afebc1dc68f12","status":"passed","time":{"start":1714123110401,"stop":1714123110402,"duration":1}}]},"7f4655d11683c117ecc1dd41c4fcae21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b1afed21012ed35","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9b1afed21012ed35","status":"passed","time":{"start":1714426916052,"stop":1714426916052,"duration":0}}]},"de27343a986a8b0895f1a66eefb0fb5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d41eae20f5bbeca","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/8d41eae20f5bbeca","status":"passed","time":{"start":1714109345130,"stop":1714109345131,"duration":1}}]},"65b3405f186b8a6a7d5f1c717bbe1d64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b28cb093b52634e","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/b28cb093b52634e","status":"passed","time":{"start":1714178269842,"stop":1714178269843,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"a7f11f099c8e8f6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a7f11f099c8e8f6","status":"passed","time":{"start":1714454507909,"stop":1714454507911,"duration":2}},{"uid":"7d55771b936f6d6b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7d55771b936f6d6b","status":"passed","time":{"start":1714436048758,"stop":1714436048758,"duration":0}},{"uid":"fb0d31bee9b62081","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fb0d31bee9b62081","status":"passed","time":{"start":1714435155783,"stop":1714435155783,"duration":0}},{"uid":"e75d109ed05d10ad","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e75d109ed05d10ad","status":"passed","time":{"start":1714433815799,"stop":1714433815800,"duration":1}},{"uid":"88c05507f2a92b3c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/88c05507f2a92b3c","status":"passed","time":{"start":1714432025728,"stop":1714432025728,"duration":0}},{"uid":"ce1236d42191e7df","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ce1236d42191e7df","status":"passed","time":{"start":1714432319356,"stop":1714432319356,"duration":0}},{"uid":"725628de204d291b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/725628de204d291b","status":"passed","time":{"start":1714431035249,"stop":1714431035249,"duration":0}},{"uid":"189a18f28bb53e35","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/189a18f28bb53e35","status":"passed","time":{"start":1714430851126,"stop":1714430851126,"duration":0}},{"uid":"18c587894a341adf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/18c587894a341adf","status":"passed","time":{"start":1714429998320,"stop":1714429998320,"duration":0}},{"uid":"609222d6fd4207ba","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/609222d6fd4207ba","status":"passed","time":{"start":1714429123417,"stop":1714429123418,"duration":1}},{"uid":"27000e599cae2174","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/27000e599cae2174","status":"passed","time":{"start":1714427908753,"stop":1714427908753,"duration":0}},{"uid":"2bee1cf225749f84","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2bee1cf225749f84","status":"passed","time":{"start":1714427590261,"stop":1714427590261,"duration":0}},{"uid":"78658c9ff4ca18de","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/78658c9ff4ca18de","status":"passed","time":{"start":1714426950364,"stop":1714426950364,"duration":0}},{"uid":"5b2575e58a67a7af","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5b2575e58a67a7af","status":"passed","time":{"start":1714425413020,"stop":1714425413026,"duration":6}},{"uid":"3b974e4dfdf8a58c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3b974e4dfdf8a58c","status":"passed","time":{"start":1714425435629,"stop":1714425435629,"duration":0}},{"uid":"6f3a7c67c3e65ed1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6f3a7c67c3e65ed1","status":"passed","time":{"start":1714415590173,"stop":1714415590174,"duration":1}},{"uid":"ca76c28086ddb39e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ca76c28086ddb39e","status":"passed","time":{"start":1714415739336,"stop":1714415739336,"duration":0}},{"uid":"b46bfb7e02b147","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b46bfb7e02b147","status":"passed","time":{"start":1714407950142,"stop":1714407950142,"duration":0}},{"uid":"b0a19186ab3107a1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b0a19186ab3107a1","status":"passed","time":{"start":1714406978495,"stop":1714406978496,"duration":1}},{"uid":"20533d21b8e98d05","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/20533d21b8e98d05","status":"passed","time":{"start":1714404752164,"stop":1714404752164,"duration":0}}]},"529054de70b75c238d033043a2858001:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2bee1118510bc4f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b2bee1118510bc4f","status":"passed","time":{"start":1714432293604,"stop":1714432293605,"duration":1}}]},"f7dfa23f9b12b2950ee3120f78dbace2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65a43af4267e544c","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/65a43af4267e544c","status":"passed","time":{"start":1713997908349,"stop":1713997908349,"duration":0}}]},"22ea0ae47e01d56cf2210ad01f599ad0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40017be7be309895","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/40017be7be309895","status":"passed","time":{"start":1714454133776,"stop":1714454133776,"duration":0}}]},"0f200be45b64efc38baa34d07988e4fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f639b94b475a22b3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f639b94b475a22b3","status":"passed","time":{"start":1714425301148,"stop":1714425301149,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":24,"skipped":0,"passed":64,"unknown":0,"total":88},"items":[{"uid":"98dcfe478c706b36","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/98dcfe478c706b36","status":"passed","time":{"start":1714453941571,"stop":1714453941572,"duration":1}},{"uid":"fa7a28c85e979f3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fa7a28c85e979f3","status":"passed","time":{"start":1714435499505,"stop":1714435499506,"duration":1}},{"uid":"15da88577a021e5c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/15da88577a021e5c","status":"passed","time":{"start":1714434568623,"stop":1714434568624,"duration":1}},{"uid":"a95bdfbe2e9e280b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a95bdfbe2e9e280b","status":"passed","time":{"start":1714433263558,"stop":1714433263560,"duration":2}},{"uid":"85585540e99f7c2e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/85585540e99f7c2e","status":"passed","time":{"start":1714431461468,"stop":1714431461470,"duration":2}},{"uid":"e51510a76a5bf977","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e51510a76a5bf977","status":"passed","time":{"start":1714431725192,"stop":1714431725193,"duration":1}},{"uid":"9150606ec103500","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9150606ec103500","status":"passed","time":{"start":1714430447849,"stop":1714430447850,"duration":1}},{"uid":"e1de5f8918ece5f2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e1de5f8918ece5f2","status":"passed","time":{"start":1714430239839,"stop":1714430239840,"duration":1}},{"uid":"46ffe2b5a9c13f82","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/46ffe2b5a9c13f82","status":"passed","time":{"start":1714429402520,"stop":1714429402522,"duration":2}},{"uid":"e695eeab9fcc4882","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e695eeab9fcc4882","status":"passed","time":{"start":1714428545524,"stop":1714428545525,"duration":1}},{"uid":"ce0570459748378f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ce0570459748378f","status":"passed","time":{"start":1714427323148,"stop":1714427323149,"duration":1}},{"uid":"dfbd00b8412a4757","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dfbd00b8412a4757","status":"passed","time":{"start":1714427024011,"stop":1714427024012,"duration":1}},{"uid":"c38052b1d7f8555d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c38052b1d7f8555d","status":"passed","time":{"start":1714426373246,"stop":1714426373248,"duration":2}},{"uid":"ec0b2a766dcfb055","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ec0b2a766dcfb055","status":"passed","time":{"start":1714424475524,"stop":1714424475525,"duration":1}},{"uid":"1a28707ddb0a6ac3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1a28707ddb0a6ac3","status":"passed","time":{"start":1714424865873,"stop":1714424865874,"duration":1}},{"uid":"3b42b56207597a7c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3b42b56207597a7c","status":"passed","time":{"start":1714415018820,"stop":1714415018821,"duration":1}},{"uid":"38cece0c2d8f4599","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/38cece0c2d8f4599","status":"passed","time":{"start":1714415171815,"stop":1714415171817,"duration":2}},{"uid":"f34e7401f7483ab","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f34e7401f7483ab","status":"passed","time":{"start":1714407378981,"stop":1714407378983,"duration":2}},{"uid":"82425e6c3890f763","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/82425e6c3890f763","status":"passed","time":{"start":1714406406269,"stop":1714406406270,"duration":1}},{"uid":"81ce87174136d289","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/81ce87174136d289","status":"passed","time":{"start":1714404196039,"stop":1714404196040,"duration":1}}]},"874daafe59abc0a21ef30aaa433a825b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"460ccfe3cf7c51eb","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/460ccfe3cf7c51eb","status":"broken","statusDetails":"expected +0 to equal 3","time":{"start":1713998721453,"stop":1713998721453,"duration":0}}]},"8aee580c4716e605e6e1b495bd04fedc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2327dcc489b07924","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/2327dcc489b07924","status":"passed","time":{"start":1714080498797,"stop":1714080498797,"duration":0}}]},"1a09aa096540c7ae39aaf4191619fee8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f35c5d6b248d9f92","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/f35c5d6b248d9f92","status":"passed","time":{"start":1714046214967,"stop":1714046214967,"duration":0}}]},"ef26da78e713cd3c859464b9525094fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb083c7e5f4e0210","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/fb083c7e5f4e0210","status":"passed","time":{"start":1714219167799,"stop":1714219167799,"duration":0}}]},"8fc6234f5548a5463cfb5b06c7a506dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cfec4fe88217078","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/5cfec4fe88217078","status":"passed","time":{"start":1714140526495,"stop":1714140526495,"duration":0}}]},"6d838865f1bf433cdbd9f18289eaadfe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd4e712a4c163ea0","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/cd4e712a4c163ea0","status":"passed","time":{"start":1713987677070,"stop":1713987677070,"duration":0}}]},"e44fc316a8f6dc8acc7839af522dadcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0bd68c38aefd29d","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/b0bd68c38aefd29d","status":"passed","time":{"start":1714169409602,"stop":1714169409602,"duration":0}}]},"3aeffe08b752a4be95256acdfcf00a10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a741cf0f8a8fc389","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a741cf0f8a8fc389","status":"passed","time":{"start":1714383060302,"stop":1714383060302,"duration":0}}]},"1e813c7effcc6d42e215a99f771b4d46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68b9e89a371677e8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/68b9e89a371677e8","status":"passed","time":{"start":1714406971792,"stop":1714406971792,"duration":0}}]},"b06638f47ea2bc9c8d94bc842a78dd2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81d6219a98dedd86","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/81d6219a98dedd86","status":"passed","time":{"start":1714004302843,"stop":1714004302843,"duration":0}}]},"5677800b01151af7b17a2573b80daa31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71e18b08780ecad6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/71e18b08780ecad6","status":"passed","time":{"start":1714415715317,"stop":1714415715317,"duration":0}}]},"1fec73b0ed35df792d7701a445807b72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8238c777d2967d9c","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/8238c777d2967d9c","status":"passed","time":{"start":1714262212387,"stop":1714262212388,"duration":1}}]},"eaaae39158668b535fc0c101818acfff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"731988634c05d8ba","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/731988634c05d8ba","status":"passed","time":{"start":1714177895998,"stop":1714177895999,"duration":1}}]},"5ed61d8c56672fe0f9942c46c78225ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"957ad53813a177c9","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/957ad53813a177c9","status":"passed","time":{"start":1714033799784,"stop":1714033799785,"duration":1}}]},"9619a2d8e8d89b265bd916211b28df7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b995fdfff6a0cdb1","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/b995fdfff6a0cdb1","status":"passed","time":{"start":1713988905024,"stop":1713988905024,"duration":0}}]},"cf1733356cea82e0f30e53f24737e376:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75cff6c0d0be05c2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/75cff6c0d0be05c2","status":"passed","time":{"start":1714430713566,"stop":1714430713566,"duration":0}}]},"d59927fe0208a6cc1c1c12bc7bfad25a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59e80d2d582b15b2","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/59e80d2d582b15b2","status":"passed","time":{"start":1714240486914,"stop":1714240486914,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"74151707d603349e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/74151707d603349e","status":"passed","time":{"start":1714454227479,"stop":1714454227479,"duration":0}},{"uid":"36b9f1fe75b3e124","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/36b9f1fe75b3e124","status":"passed","time":{"start":1714435777416,"stop":1714435777416,"duration":0}},{"uid":"593a2ffbec9dd0c0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/593a2ffbec9dd0c0","status":"passed","time":{"start":1714434844519,"stop":1714434844519,"duration":0}},{"uid":"b560e2cc31247273","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b560e2cc31247273","status":"passed","time":{"start":1714433535983,"stop":1714433535984,"duration":1}},{"uid":"e05884159c7e9c5a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e05884159c7e9c5a","status":"passed","time":{"start":1714431743548,"stop":1714431743548,"duration":0}},{"uid":"332d00219fe16d0f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/332d00219fe16d0f","status":"passed","time":{"start":1714432002443,"stop":1714432002444,"duration":1}},{"uid":"fd0a4a84df501e64","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fd0a4a84df501e64","status":"passed","time":{"start":1714430732688,"stop":1714430732688,"duration":0}},{"uid":"9f787980f8a47cfe","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9f787980f8a47cfe","status":"passed","time":{"start":1714430508173,"stop":1714430508174,"duration":1}},{"uid":"83502cf185fe48d9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/83502cf185fe48d9","status":"passed","time":{"start":1714429693173,"stop":1714429693174,"duration":1}},{"uid":"830546157f2564c3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/830546157f2564c3","status":"passed","time":{"start":1714428818271,"stop":1714428818272,"duration":1}},{"uid":"a95c840b241958b8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a95c840b241958b8","status":"passed","time":{"start":1714427601322,"stop":1714427601353,"duration":31}},{"uid":"eafc98ab45fd646e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/eafc98ab45fd646e","status":"passed","time":{"start":1714427308831,"stop":1714427308832,"duration":1}},{"uid":"51d3f7f27271debe","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/51d3f7f27271debe","status":"passed","time":{"start":1714426655797,"stop":1714426655798,"duration":1}},{"uid":"23887d294ae06a10","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/23887d294ae06a10","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420765,"stop":1714425420765,"duration":0}},{"uid":"56bf9e3ff1c555ea","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/56bf9e3ff1c555ea","status":"passed","time":{"start":1714425137468,"stop":1714425137470,"duration":2}},{"uid":"62abcae7effd6edc","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/62abcae7effd6edc","status":"passed","time":{"start":1714415306382,"stop":1714415306382,"duration":0}},{"uid":"4750c14e5f9800df","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4750c14e5f9800df","status":"passed","time":{"start":1714415441036,"stop":1714415441036,"duration":0}},{"uid":"9129bc80bfda8f05","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9129bc80bfda8f05","status":"passed","time":{"start":1714407661425,"stop":1714407661425,"duration":0}},{"uid":"32c8a6e6943fb600","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/32c8a6e6943fb600","status":"passed","time":{"start":1714406688874,"stop":1714406688875,"duration":1}},{"uid":"e0fc070993c11fa1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e0fc070993c11fa1","status":"passed","time":{"start":1714404480638,"stop":1714404480648,"duration":10}}]},"825534d2c8f0adccc538a0ac00fd820e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4db6dc05d73cd16e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4db6dc05d73cd16e","status":"passed","time":{"start":1714425396494,"stop":1714425396494,"duration":0}}]},"27beed6d2b9a50ea3edcf5f511195f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67ca14cd27fca95c","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/67ca14cd27fca95c","status":"passed","time":{"start":1714140410671,"stop":1714140410672,"duration":1}}]},"82cd7df2a8cab9451e2e4aa553520715:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c269f628dd127b0b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c269f628dd127b0b","status":"passed","time":{"start":1714380481137,"stop":1714380481137,"duration":0}}]},"4c73008b271888b57021a01c0d617fa0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3b6787616de4fd6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b3b6787616de4fd6","status":"passed","time":{"start":1714404739426,"stop":1714404739429,"duration":3}}]},"c872b2d64380c61a57b285641e6da052:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"82fd071dbe9ccd15","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/82fd071dbe9ccd15","status":"passed","time":{"start":1714383229456,"stop":1714383229456,"duration":0}}]},"c4eecdb370fa0b9ca0bc01de181204be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c14814a47c9a3cf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2c14814a47c9a3cf","status":"passed","time":{"start":1714415715316,"stop":1714415715317,"duration":1}}]},"a3059ba98ef13f9f23a69264da199045:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8490518fae64414","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c8490518fae64414","status":"passed","time":{"start":1714404194538,"stop":1714404194538,"duration":0}}]},"d8b990b9ce1e0a50e5b41c0e25b656bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"35a66468b19db128","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35a66468b19db128","status":"passed","time":{"start":1714453925056,"stop":1714453925056,"duration":0}},{"uid":"997dcba10f7b5586","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/997dcba10f7b5586","status":"passed","time":{"start":1714435482964,"stop":1714435482964,"duration":0}},{"uid":"d24be2a5d6a9d069","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d24be2a5d6a9d069","status":"passed","time":{"start":1714434552000,"stop":1714434552000,"duration":0}},{"uid":"c114fdebe7777440","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c114fdebe7777440","status":"passed","time":{"start":1714433247025,"stop":1714433247026,"duration":1}},{"uid":"cf92490b5ebbc9ba","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cf92490b5ebbc9ba","status":"passed","time":{"start":1714431444746,"stop":1714431444746,"duration":0}},{"uid":"df4fa0fad17f7fca","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/df4fa0fad17f7fca","status":"passed","time":{"start":1714431708286,"stop":1714431708286,"duration":0}},{"uid":"6cd50818c476c126","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6cd50818c476c126","status":"passed","time":{"start":1714430430718,"stop":1714430430718,"duration":0}},{"uid":"2f67a7bfe7cf1717","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2f67a7bfe7cf1717","status":"passed","time":{"start":1714430223179,"stop":1714430223180,"duration":1}},{"uid":"642dffa6a4c8f0e5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/642dffa6a4c8f0e5","status":"passed","time":{"start":1714429383874,"stop":1714429383874,"duration":0}},{"uid":"d3ef025bfe2fabb4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d3ef025bfe2fabb4","status":"passed","time":{"start":1714428528629,"stop":1714428528630,"duration":1}},{"uid":"742c95a53fb4cffd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/742c95a53fb4cffd","status":"passed","time":{"start":1714427305982,"stop":1714427305982,"duration":0}},{"uid":"78811d81d531c94c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/78811d81d531c94c","status":"passed","time":{"start":1714427007377,"stop":1714427007378,"duration":1}},{"uid":"21c653a75ce4b466","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/21c653a75ce4b466","status":"passed","time":{"start":1714426355965,"stop":1714426355965,"duration":0}},{"uid":"b8af4b8e5d930e82","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b8af4b8e5d930e82","status":"passed","time":{"start":1714424458779,"stop":1714424458779,"duration":0}},{"uid":"c66ee4974305c413","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c66ee4974305c413","status":"passed","time":{"start":1714424849004,"stop":1714424849004,"duration":0}},{"uid":"f69dfcb00f42ee4f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f69dfcb00f42ee4f","status":"passed","time":{"start":1714415001444,"stop":1714415001445,"duration":1}},{"uid":"1a4ccab38046eec7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1a4ccab38046eec7","status":"passed","time":{"start":1714415154915,"stop":1714415154915,"duration":0}},{"uid":"c6fa907e0e8276c8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c6fa907e0e8276c8","status":"passed","time":{"start":1714407362042,"stop":1714407362042,"duration":0}},{"uid":"e7c63095a4bfaadf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e7c63095a4bfaadf","status":"passed","time":{"start":1714406389335,"stop":1714406389335,"duration":0}},{"uid":"6b0748ce54ceebf5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6b0748ce54ceebf5","status":"passed","time":{"start":1714404179174,"stop":1714404179174,"duration":0}}]},"808442f786ee1af4723bf5fafe63255e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa7a76e73e6c5254","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fa7a76e73e6c5254","status":"passed","time":{"start":1714430439953,"stop":1714430439953,"duration":0}}]},"813803208cca644a865aa15cdf8af6a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d074e09074abd6c1","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/d074e09074abd6c1","status":"passed","time":{"start":1714142096596,"stop":1714142096596,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f340d12bc226960","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f340d12bc226960","status":"passed","time":{"start":1714453938218,"stop":1714453938219,"duration":1}},{"uid":"f2afb3e987275afa","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f2afb3e987275afa","status":"passed","time":{"start":1714435496167,"stop":1714435496167,"duration":0}},{"uid":"d36680fd2f571bf7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d36680fd2f571bf7","status":"passed","time":{"start":1714434565240,"stop":1714434565240,"duration":0}},{"uid":"5d9501882c0dfdce","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5d9501882c0dfdce","status":"passed","time":{"start":1714433260209,"stop":1714433260209,"duration":0}},{"uid":"50b32cf99e000ffa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/50b32cf99e000ffa","status":"passed","time":{"start":1714431458121,"stop":1714431458121,"duration":0}},{"uid":"aa109b6cee28ec39","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/aa109b6cee28ec39","status":"passed","time":{"start":1714431721824,"stop":1714431721825,"duration":1}},{"uid":"70ada4354b96f8cb","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/70ada4354b96f8cb","status":"passed","time":{"start":1714430444361,"stop":1714430444361,"duration":0}},{"uid":"50d96f0b5a4404cf","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/50d96f0b5a4404cf","status":"passed","time":{"start":1714430236442,"stop":1714430236443,"duration":1}},{"uid":"6901d18f7a7c76b2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6901d18f7a7c76b2","status":"passed","time":{"start":1714429398776,"stop":1714429398776,"duration":0}},{"uid":"55ed4c1200ec7db9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/55ed4c1200ec7db9","status":"passed","time":{"start":1714428542065,"stop":1714428542066,"duration":1}},{"uid":"e1a0d1586ab563c5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e1a0d1586ab563c5","status":"passed","time":{"start":1714427319658,"stop":1714427319659,"duration":1}},{"uid":"a47f3f6093faa76c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a47f3f6093faa76c","status":"passed","time":{"start":1714427020638,"stop":1714427020639,"duration":1}},{"uid":"74ebdf4b3147e118","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/74ebdf4b3147e118","status":"passed","time":{"start":1714426369788,"stop":1714426369788,"duration":0}},{"uid":"4659458f2542402a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4659458f2542402a","status":"passed","time":{"start":1714424472145,"stop":1714424472145,"duration":0}},{"uid":"b68de8e45166c96a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b68de8e45166c96a","status":"passed","time":{"start":1714424862499,"stop":1714424862500,"duration":1}},{"uid":"39b048996ecaf63f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/39b048996ecaf63f","status":"passed","time":{"start":1714415015288,"stop":1714415015288,"duration":0}},{"uid":"8537941257dc787","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8537941257dc787","status":"passed","time":{"start":1714415168412,"stop":1714415168413,"duration":1}},{"uid":"7bc0442124fc2032","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7bc0442124fc2032","status":"passed","time":{"start":1714407375568,"stop":1714407375568,"duration":0}},{"uid":"55a794b8101110dc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/55a794b8101110dc","status":"passed","time":{"start":1714406402866,"stop":1714406402866,"duration":0}},{"uid":"d73aa5c1e5c35697","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d73aa5c1e5c35697","status":"passed","time":{"start":1714404192629,"stop":1714404192629,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"fa92a3574fa963d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fa92a3574fa963d5","status":"passed","time":{"start":1714454507876,"stop":1714454507877,"duration":1}},{"uid":"40b59694df88ccf8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/40b59694df88ccf8","status":"passed","time":{"start":1714436048748,"stop":1714436048748,"duration":0}},{"uid":"d7430078b263693c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d7430078b263693c","status":"passed","time":{"start":1714435155733,"stop":1714435155746,"duration":13}},{"uid":"dac83355cd9912f1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dac83355cd9912f1","status":"passed","time":{"start":1714433815782,"stop":1714433815782,"duration":0}},{"uid":"14e5a97008d52549","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/14e5a97008d52549","status":"passed","time":{"start":1714432025717,"stop":1714432025717,"duration":0}},{"uid":"2b358470458e778","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2b358470458e778","status":"passed","time":{"start":1714432319332,"stop":1714432319332,"duration":0}},{"uid":"e14fa9e08deba540","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e14fa9e08deba540","status":"passed","time":{"start":1714431035223,"stop":1714431035224,"duration":1}},{"uid":"803f74264e6868af","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/803f74264e6868af","status":"passed","time":{"start":1714430851106,"stop":1714430851106,"duration":0}},{"uid":"7989498603953088","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7989498603953088","status":"passed","time":{"start":1714429998254,"stop":1714429998255,"duration":1}},{"uid":"30e85e4a91fd7d88","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/30e85e4a91fd7d88","status":"passed","time":{"start":1714429123393,"stop":1714429123393,"duration":0}},{"uid":"bce99ae46ac06275","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bce99ae46ac06275","status":"passed","time":{"start":1714427908705,"stop":1714427908705,"duration":0}},{"uid":"ce132dd2086cd57d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ce132dd2086cd57d","status":"passed","time":{"start":1714427590236,"stop":1714427590236,"duration":0}},{"uid":"2f489bc159111eff","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2f489bc159111eff","status":"passed","time":{"start":1714426950349,"stop":1714426950349,"duration":0}},{"uid":"887261f8f6390754","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/887261f8f6390754","status":"passed","time":{"start":1714425413002,"stop":1714425413003,"duration":1}},{"uid":"e7c29f4b75705643","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e7c29f4b75705643","status":"passed","time":{"start":1714425435608,"stop":1714425435608,"duration":0}},{"uid":"6a78d2553089bb65","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6a78d2553089bb65","status":"passed","time":{"start":1714415590154,"stop":1714415590154,"duration":0}},{"uid":"e51b478da31688b6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e51b478da31688b6","status":"passed","time":{"start":1714415739321,"stop":1714415739322,"duration":1}},{"uid":"d2ae69f05056908a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d2ae69f05056908a","status":"passed","time":{"start":1714407950105,"stop":1714407950105,"duration":0}},{"uid":"92d76ce9adab9352","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/92d76ce9adab9352","status":"passed","time":{"start":1714406978443,"stop":1714406978443,"duration":0}},{"uid":"bb9732e2a52dae8c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bb9732e2a52dae8c","status":"passed","time":{"start":1714404752142,"stop":1714404752142,"duration":0}}]},"37d40e45076033ea691613c93ac8b5e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a60632fcbd7f49b9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a60632fcbd7f49b9","status":"passed","time":{"start":1714454365889,"stop":1714454365889,"duration":0}}]},"6c34afde85d10f3506cd24650880c402:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"6a879e3a8d295fd4","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6a879e3a8d295fd4","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845698,"stop":1714382845698,"duration":0}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"adb47ba19245ef6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/adb47ba19245ef6","status":"passed","time":{"start":1714454429788,"stop":1714454429789,"duration":1}},{"uid":"f160ca4296a679f7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f160ca4296a679f7","status":"passed","time":{"start":1714435983373,"stop":1714435983373,"duration":0}},{"uid":"bbb3c86b92143d09","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bbb3c86b92143d09","status":"passed","time":{"start":1714435051933,"stop":1714435051934,"duration":1}},{"uid":"e0bceb25eb55b9e6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e0bceb25eb55b9e6","status":"passed","time":{"start":1714433741785,"stop":1714433741785,"duration":0}},{"uid":"88210331c0ef96ad","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/88210331c0ef96ad","status":"passed","time":{"start":1714431944895,"stop":1714431944895,"duration":0}},{"uid":"4e54ca5014c5088f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4e54ca5014c5088f","status":"passed","time":{"start":1714432240082,"stop":1714432240082,"duration":0}},{"uid":"c13b54022a4e9206","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c13b54022a4e9206","status":"passed","time":{"start":1714430938911,"stop":1714430938911,"duration":0}},{"uid":"461cf7c248e77c38","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/461cf7c248e77c38","status":"passed","time":{"start":1714430755761,"stop":1714430755762,"duration":1}},{"uid":"7d85b7d17591d71a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7d85b7d17591d71a","status":"passed","time":{"start":1714429913421,"stop":1714429913422,"duration":1}},{"uid":"390e2014158627de","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/390e2014158627de","status":"passed","time":{"start":1714429034570,"stop":1714429034570,"duration":0}},{"uid":"f94438f346cbd1dc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f94438f346cbd1dc","status":"passed","time":{"start":1714427765137,"stop":1714427765137,"duration":0}},{"uid":"35c14de23b186bdd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/35c14de23b186bdd","status":"passed","time":{"start":1714427509510,"stop":1714427509510,"duration":0}},{"uid":"9720a4e1dbef0d5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9720a4e1dbef0d5","status":"passed","time":{"start":1714426865262,"stop":1714426865262,"duration":0}},{"uid":"593699b176aa40bb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/593699b176aa40bb","status":"passed","time":{"start":1714425536871,"stop":1714425536871,"duration":0}},{"uid":"3600fd5011c941c5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3600fd5011c941c5","status":"passed","time":{"start":1714425348169,"stop":1714425348171,"duration":2}},{"uid":"2c991b814f50ee8e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2c991b814f50ee8e","status":"passed","time":{"start":1714415541639,"stop":1714415541640,"duration":1}},{"uid":"131a1b1738e291bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/131a1b1738e291bf","status":"passed","time":{"start":1714415666669,"stop":1714415666669,"duration":0}},{"uid":"6ef221fac989782f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6ef221fac989782f","status":"passed","time":{"start":1714407867313,"stop":1714407867313,"duration":0}},{"uid":"5e10d2bb2744f7a2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5e10d2bb2744f7a2","status":"passed","time":{"start":1714406901734,"stop":1714406901734,"duration":0}},{"uid":"b9079b073e225d48","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b9079b073e225d48","status":"passed","time":{"start":1714404685927,"stop":1714404685927,"duration":0}}]},"43576ee956d19b09d9c96c1dedc2663b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"977c424616453eff","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/977c424616453eff","status":"passed","time":{"start":1714154294483,"stop":1714154294484,"duration":1}}]},"b306dd5b0e044431b5c2e22a6f3c3b93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c31dfced81eba9c","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2c31dfced81eba9c","status":"passed","time":{"start":1714141948438,"stop":1714141948438,"duration":0}}]},"61b273f0b5da16996d64abee2ebf6983:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64c7d5daae06a098","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/64c7d5daae06a098","status":"passed","time":{"start":1714430988313,"stop":1714430988314,"duration":1}}]},"5b4dee1e708295171e3ed58488758353:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cae6e23b55119b4c","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/cae6e23b55119b4c","status":"passed","time":{"start":1714140518314,"stop":1714140518315,"duration":1}}]},"7aa18ca63dd88a6baba2d5688b12599d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b82519e50b9da68","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/9b82519e50b9da68","status":"passed","time":{"start":1714140507753,"stop":1714140507754,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"cc8b49760542847c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cc8b49760542847c","status":"passed","time":{"start":1714454431996,"stop":1714454431996,"duration":0}},{"uid":"4403871498493626","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4403871498493626","status":"passed","time":{"start":1714435990627,"stop":1714435990628,"duration":1}},{"uid":"205c6f0a485416f3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/205c6f0a485416f3","status":"passed","time":{"start":1714435062620,"stop":1714435062621,"duration":1}},{"uid":"2977639b3063c9b6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2977639b3063c9b6","status":"passed","time":{"start":1714433747859,"stop":1714433747859,"duration":0}},{"uid":"8f97d904625b504e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8f97d904625b504e","status":"passed","time":{"start":1714431959190,"stop":1714431959191,"duration":1}},{"uid":"22abc15fc6e81e3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/22abc15fc6e81e3","status":"passed","time":{"start":1714432238349,"stop":1714432238349,"duration":0}},{"uid":"d7b3b1b83067fa04","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d7b3b1b83067fa04","status":"passed","time":{"start":1714430946045,"stop":1714430946046,"duration":1}},{"uid":"5795f6b27569f089","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5795f6b27569f089","status":"passed","time":{"start":1714430757777,"stop":1714430757777,"duration":0}},{"uid":"1a80d5c25e21fff5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1a80d5c25e21fff5","status":"passed","time":{"start":1714429917784,"stop":1714429917784,"duration":0}},{"uid":"1c5fed9ec688c305","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1c5fed9ec688c305","status":"passed","time":{"start":1714429038420,"stop":1714429038420,"duration":0}},{"uid":"612ad8354b181608","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/612ad8354b181608","status":"passed","time":{"start":1714427794308,"stop":1714427794308,"duration":0}},{"uid":"61db5992c7336a89","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/61db5992c7336a89","status":"passed","time":{"start":1714427517458,"stop":1714427517459,"duration":1}},{"uid":"132e6b50a150e346","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/132e6b50a150e346","status":"passed","time":{"start":1714426868600,"stop":1714426868600,"duration":0}},{"uid":"6b2edc429a6e7a68","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6b2edc429a6e7a68","status":"passed","time":{"start":1714425555005,"stop":1714425555005,"duration":0}},{"uid":"1a14f8da6409a1b6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1a14f8da6409a1b6","status":"passed","time":{"start":1714425349908,"stop":1714425349909,"duration":1}},{"uid":"56e05f9633468851","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/56e05f9633468851","status":"passed","time":{"start":1714415539980,"stop":1714415539980,"duration":0}},{"uid":"c0230adb3c3be8ed","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c0230adb3c3be8ed","status":"passed","time":{"start":1714415671319,"stop":1714415671320,"duration":1}},{"uid":"227c73f705eb1331","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/227c73f705eb1331","status":"passed","time":{"start":1714407878083,"stop":1714407878084,"duration":1}},{"uid":"79e68707c6105dce","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/79e68707c6105dce","status":"passed","time":{"start":1714406907401,"stop":1714406907401,"duration":0}},{"uid":"dcae6b8a5e91516b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dcae6b8a5e91516b","status":"passed","time":{"start":1714404685459,"stop":1714404685460,"duration":1}}]},"baba4ac955af1f0951824b170c8c1f8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9ee32c6cc846a1e","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/c9ee32c6cc846a1e","status":"passed","time":{"start":1714214810756,"stop":1714214810756,"duration":0}}]},"8fb2ca18722dd61f9583e24257dde0b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb2f4659edec9f08","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/eb2f4659edec9f08","status":"passed","time":{"start":1714046060135,"stop":1714046060135,"duration":0}}]},"7afae9dd4cc6538b81b212aecc430407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fbbcc565ec50414","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/7fbbcc565ec50414","status":"passed","time":{"start":1714296041012,"stop":1714296041013,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"c295eb63f07b59a6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c295eb63f07b59a6","status":"passed","time":{"start":1714454227464,"stop":1714454227464,"duration":0}},{"uid":"572d9bbc740e2e51","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/572d9bbc740e2e51","status":"passed","time":{"start":1714435777392,"stop":1714435777392,"duration":0}},{"uid":"bf4f711cd505666d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bf4f711cd505666d","status":"passed","time":{"start":1714434844494,"stop":1714434844495,"duration":1}},{"uid":"fe44e4b67900c9c2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fe44e4b67900c9c2","status":"passed","time":{"start":1714433535963,"stop":1714433535963,"duration":0}},{"uid":"cecacd730f8d8c18","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cecacd730f8d8c18","status":"passed","time":{"start":1714431743513,"stop":1714431743515,"duration":2}},{"uid":"43603675ff220cf7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/43603675ff220cf7","status":"passed","time":{"start":1714432002426,"stop":1714432002427,"duration":1}},{"uid":"db1fd41521e08a43","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/db1fd41521e08a43","status":"passed","time":{"start":1714430732672,"stop":1714430732673,"duration":1}},{"uid":"efed937048a1b7bd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/efed937048a1b7bd","status":"passed","time":{"start":1714430508153,"stop":1714430508154,"duration":1}},{"uid":"298890e7c5b87379","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/298890e7c5b87379","status":"passed","time":{"start":1714429693093,"stop":1714429693093,"duration":0}},{"uid":"996c9fcad8873f7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/996c9fcad8873f7","status":"passed","time":{"start":1714428818247,"stop":1714428818248,"duration":1}},{"uid":"3946418b3fc11e70","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3946418b3fc11e70","status":"passed","time":{"start":1714427601263,"stop":1714427601264,"duration":1}},{"uid":"511eae370e5368c9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/511eae370e5368c9","status":"passed","time":{"start":1714427308817,"stop":1714427308817,"duration":0}},{"uid":"e77592e58d60e6de","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e77592e58d60e6de","status":"passed","time":{"start":1714426655757,"stop":1714426655758,"duration":1}},{"uid":"bf09bd3669ecb8e1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bf09bd3669ecb8e1","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420721,"stop":1714425420722,"duration":1}},{"uid":"e6c0d9e9397895f9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e6c0d9e9397895f9","status":"passed","time":{"start":1714425137448,"stop":1714425137448,"duration":0}},{"uid":"4d46bcd9f31e5d2e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4d46bcd9f31e5d2e","status":"passed","time":{"start":1714415306371,"stop":1714415306372,"duration":1}},{"uid":"1f0499d735f2fe08","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1f0499d735f2fe08","status":"passed","time":{"start":1714415441025,"stop":1714415441025,"duration":0}},{"uid":"e31e3bf0c8b48d10","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e31e3bf0c8b48d10","status":"passed","time":{"start":1714407661405,"stop":1714407661406,"duration":1}},{"uid":"51830206e66c706","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/51830206e66c706","status":"passed","time":{"start":1714406688862,"stop":1714406688863,"duration":1}},{"uid":"77b796d138b55dc1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/77b796d138b55dc1","status":"passed","time":{"start":1714404480613,"stop":1714404480614,"duration":1}}]},"a50d4caed390c53615f794a9b6e4da8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7aa7ae1da4216ce5","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/7aa7ae1da4216ce5","status":"passed","time":{"start":1714380112850,"stop":1714380112851,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":81,"unknown":0,"total":87},"items":[{"uid":"e2b0fe4800e9c818","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e2b0fe4800e9c818","status":"passed","time":{"start":1714454246980,"stop":1714454246980,"duration":0}},{"uid":"d6bfcae70237068d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d6bfcae70237068d","status":"passed","time":{"start":1714435795190,"stop":1714435795191,"duration":1}},{"uid":"7ef9b96c6dae0030","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7ef9b96c6dae0030","status":"passed","time":{"start":1714434861613,"stop":1714434861613,"duration":0}},{"uid":"4eda9ece22676e8c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4eda9ece22676e8c","status":"passed","time":{"start":1714433551079,"stop":1714433551080,"duration":1}},{"uid":"a50af047f097bd80","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a50af047f097bd80","status":"passed","time":{"start":1714431768816,"stop":1714431768816,"duration":0}},{"uid":"21a0047674b785de","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/21a0047674b785de","status":"passed","time":{"start":1714432061429,"stop":1714432061429,"duration":0}},{"uid":"bfb6d11204752e6e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bfb6d11204752e6e","status":"passed","time":{"start":1714430772727,"stop":1714430772727,"duration":0}},{"uid":"bf26e40aafeed877","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bf26e40aafeed877","status":"passed","time":{"start":1714430577572,"stop":1714430577573,"duration":1}},{"uid":"225c7e207f37d9d8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/225c7e207f37d9d8","status":"passed","time":{"start":1714429721257,"stop":1714429721257,"duration":0}},{"uid":"7ebf76d1d2ee257a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7ebf76d1d2ee257a","status":"passed","time":{"start":1714428857771,"stop":1714428857771,"duration":0}},{"uid":"685111a8b784d42a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/685111a8b784d42a","status":"passed","time":{"start":1714427634509,"stop":1714427634510,"duration":1}},{"uid":"3cc7dcc3d2123086","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3cc7dcc3d2123086","status":"passed","time":{"start":1714427320396,"stop":1714427320397,"duration":1}},{"uid":"db6fbdbe05c8fb6c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/db6fbdbe05c8fb6c","status":"passed","time":{"start":1714426692201,"stop":1714426692201,"duration":0}},{"uid":"50717f707c578340","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/50717f707c578340","status":"passed","time":{"start":1714425469968,"stop":1714425469968,"duration":0}},{"uid":"6b6f6328d729daf4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6b6f6328d729daf4","status":"passed","time":{"start":1714425170482,"stop":1714425170482,"duration":0}},{"uid":"b772a316f2bd74ff","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b772a316f2bd74ff","status":"passed","time":{"start":1714415308007,"stop":1714415308008,"duration":1}},{"uid":"88f76f1289c5e358","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/88f76f1289c5e358","status":"passed","time":{"start":1714415498413,"stop":1714415498417,"duration":4}},{"uid":"ac5174ed0bd13298","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ac5174ed0bd13298","status":"passed","time":{"start":1714407691770,"stop":1714407691770,"duration":0}},{"uid":"351b820f295756be","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/351b820f295756be","status":"passed","time":{"start":1714406721596,"stop":1714406721596,"duration":0}},{"uid":"4d5f08befe692358","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4d5f08befe692358","status":"passed","time":{"start":1714404515366,"stop":1714404515367,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"3ace9c8dc0835b9e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ace9c8dc0835b9e","status":"passed","time":{"start":1714454507906,"stop":1714454507907,"duration":1}},{"uid":"17bd25823e8395ec","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/17bd25823e8395ec","status":"passed","time":{"start":1714436048755,"stop":1714436048756,"duration":1}},{"uid":"13783e61b68b9d98","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/13783e61b68b9d98","status":"passed","time":{"start":1714435155778,"stop":1714435155779,"duration":1}},{"uid":"a1be263c40f0f254","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a1be263c40f0f254","status":"passed","time":{"start":1714433815797,"stop":1714433815797,"duration":0}},{"uid":"632a6e05d1762946","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/632a6e05d1762946","status":"passed","time":{"start":1714432025725,"stop":1714432025726,"duration":1}},{"uid":"9f5c4ca522e23ba3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9f5c4ca522e23ba3","status":"passed","time":{"start":1714432319348,"stop":1714432319348,"duration":0}},{"uid":"3fc3e5551e998ebf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3fc3e5551e998ebf","status":"passed","time":{"start":1714431035243,"stop":1714431035244,"duration":1}},{"uid":"506d5092046a95c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/506d5092046a95c","status":"passed","time":{"start":1714430851123,"stop":1714430851124,"duration":1}},{"uid":"ef5ae79d821db315","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ef5ae79d821db315","status":"passed","time":{"start":1714429998309,"stop":1714429998309,"duration":0}},{"uid":"370425047c55ef85","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/370425047c55ef85","status":"passed","time":{"start":1714429123415,"stop":1714429123415,"duration":0}},{"uid":"438bf19e9dd35b0b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/438bf19e9dd35b0b","status":"passed","time":{"start":1714427908741,"stop":1714427908741,"duration":0}},{"uid":"a7610d44b0a0567","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a7610d44b0a0567","status":"passed","time":{"start":1714427590258,"stop":1714427590258,"duration":0}},{"uid":"ecbaad2826bd7e5f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ecbaad2826bd7e5f","status":"passed","time":{"start":1714426950361,"stop":1714426950362,"duration":1}},{"uid":"f3ed505b7eeb8acd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f3ed505b7eeb8acd","status":"passed","time":{"start":1714425413017,"stop":1714425413017,"duration":0}},{"uid":"94d46be761253cb9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/94d46be761253cb9","status":"passed","time":{"start":1714425435621,"stop":1714425435621,"duration":0}},{"uid":"3470bdf1f6718dd7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3470bdf1f6718dd7","status":"passed","time":{"start":1714415590170,"stop":1714415590171,"duration":1}},{"uid":"e08c1660770883d1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e08c1660770883d1","status":"passed","time":{"start":1714415739332,"stop":1714415739332,"duration":0}},{"uid":"2b45c32b7ad808a6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2b45c32b7ad808a6","status":"passed","time":{"start":1714407950135,"stop":1714407950136,"duration":1}},{"uid":"72c4a811dd31d47d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/72c4a811dd31d47d","status":"passed","time":{"start":1714406978476,"stop":1714406978476,"duration":0}},{"uid":"4f04d98649971928","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4f04d98649971928","status":"passed","time":{"start":1714404752161,"stop":1714404752161,"duration":0}}]},"18910f80e5376444e8e3e332163ea3a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"503b63c10bd406ab","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/503b63c10bd406ab","status":"passed","time":{"start":1714018144009,"stop":1714018144010,"duration":1}}]},"0080e875f7fb53bec6ca5208f2076af9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"532c866980b80e33","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/532c866980b80e33","status":"passed","time":{"start":1714169334764,"stop":1714169334765,"duration":1}}]},"7d696f7a72f5dfa6f3c3b88e963f9556:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6acbaedf9acd3b4","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/d6acbaedf9acd3b4","status":"passed","time":{"start":1713996785410,"stop":1713996785411,"duration":1}}]},"8287c023b7ead3bd4b2b15c952a351d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c74bdd169dd6841","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/3c74bdd169dd6841","status":"passed","time":{"start":1714113919510,"stop":1714113919511,"duration":1}}]},"e96e7ceae05c3110c158f2dc65cbd8d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6974165cd7f6bc5","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/c6974165cd7f6bc5","status":"passed","time":{"start":1714240478660,"stop":1714240478660,"duration":0}}]},"6f102bc587e88b9abb195e79257329b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a92e95f2125dc8ab","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/a92e95f2125dc8ab","status":"passed","time":{"start":1714380503466,"stop":1714380503466,"duration":0}}]},"80da9a6dda75520ef4d32776dbdb99b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc33298a15551947","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fc33298a15551947","status":"passed","time":{"start":1714432293604,"stop":1714432293604,"duration":0}}]},"d05fe2626de40364e8288274d3b88bcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7bc1088f274b125","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/d7bc1088f274b125","status":"passed","time":{"start":1714033799779,"stop":1714033799779,"duration":0}}]},"5bc1cb71d7d0901827311e4334cdf7c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2af97f63f4b1a5e5","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/2af97f63f4b1a5e5","status":"passed","time":{"start":1714229013655,"stop":1714229013655,"duration":0}}]},"67c55db1add95cd0c6675ad97b75efc6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f0d5f28026c18e6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8f0d5f28026c18e6","status":"passed","time":{"start":1714425435631,"stop":1714425435632,"duration":1}}]},"e8f29bd8511a8e1e053990d97ee96ccc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5d2cd671b0d3a9a","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/e5d2cd671b0d3a9a","status":"passed","time":{"start":1713982877765,"stop":1713982877766,"duration":1}}]},"f7a31be38ff7a0c34b46abada5b11531:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"8f8512a4ff347b3b","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/8f8512a4ff347b3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098685,"stop":1713976098685,"duration":0}}]},"f91efa8861fd93115f920cbdbf791d42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf8991bed4ba7616","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/cf8991bed4ba7616","status":"passed","time":{"start":1714087070366,"stop":1714087070367,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"b708eb1a315f032f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b708eb1a315f032f","status":"passed","time":{"start":1714454605541,"stop":1714454605541,"duration":0}},{"uid":"7eb0dd6abd6d3898","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7eb0dd6abd6d3898","status":"passed","time":{"start":1714436158723,"stop":1714436158724,"duration":1}},{"uid":"20fe13f6542419fa","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/20fe13f6542419fa","status":"passed","time":{"start":1714435237012,"stop":1714435237012,"duration":0}},{"uid":"bb22793e4a3204a7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bb22793e4a3204a7","status":"passed","time":{"start":1714433925096,"stop":1714433925096,"duration":0}},{"uid":"9a2c7e9dca9e37df","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9a2c7e9dca9e37df","status":"passed","time":{"start":1714432132883,"stop":1714432132883,"duration":0}},{"uid":"1fffeec1290232d3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1fffeec1290232d3","status":"passed","time":{"start":1714432392962,"stop":1714432392965,"duration":3}},{"uid":"efde54f4b008d3f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/efde54f4b008d3f","status":"passed","time":{"start":1714431131881,"stop":1714431131881,"duration":0}},{"uid":"a13d2e1854cfdae2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a13d2e1854cfdae2","status":"passed","time":{"start":1714430918773,"stop":1714430918775,"duration":2}},{"uid":"55a5ea65958ab272","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/55a5ea65958ab272","status":"passed","time":{"start":1714430104200,"stop":1714430104200,"duration":0}},{"uid":"5ac073793d0e2861","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5ac073793d0e2861","status":"passed","time":{"start":1714429213868,"stop":1714429213868,"duration":0}},{"uid":"bb1e29bc0853537d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bb1e29bc0853537d","status":"passed","time":{"start":1714427999023,"stop":1714427999023,"duration":0}},{"uid":"c724828be880c0b5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c724828be880c0b5","status":"passed","time":{"start":1714427702217,"stop":1714427702218,"duration":1}},{"uid":"5a9f04f2f22da5f3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5a9f04f2f22da5f3","status":"passed","time":{"start":1714427044019,"stop":1714427044019,"duration":0}},{"uid":"a94ab5e21f0bdc1a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a94ab5e21f0bdc1a","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699061,"stop":1714426699061,"duration":0}},{"uid":"8b795ef7c60e35f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8b795ef7c60e35f","status":"passed","time":{"start":1714425534883,"stop":1714425534883,"duration":0}},{"uid":"a5028b4db7fabdd4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a5028b4db7fabdd4","status":"passed","time":{"start":1714415702282,"stop":1714415702282,"duration":0}},{"uid":"880c15c921e46c6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/880c15c921e46c6","status":"passed","time":{"start":1714415850491,"stop":1714415850491,"duration":0}},{"uid":"dbac0d9496efd821","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dbac0d9496efd821","status":"passed","time":{"start":1714408049939,"stop":1714408049940,"duration":1}},{"uid":"e71e06ff7382fede","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e71e06ff7382fede","status":"passed","time":{"start":1714407080663,"stop":1714407080663,"duration":0}},{"uid":"760466db90f3d62","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/760466db90f3d62","status":"passed","time":{"start":1714404860578,"stop":1714404860578,"duration":0}}]},"5a03762c45e9bc8c19ab47dce2f1ff6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5cbad1f693e2ecd","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e5cbad1f693e2ecd","status":"passed","time":{"start":1714380035069,"stop":1714380035069,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"b386dc830cff9211","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b386dc830cff9211","status":"passed","time":{"start":1714454133776,"stop":1714454133777,"duration":1}},{"uid":"a6e64e4fde362328","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a6e64e4fde362328","status":"passed","time":{"start":1714435697067,"stop":1714435697067,"duration":0}},{"uid":"419c995d1b77fda5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/419c995d1b77fda5","status":"passed","time":{"start":1714434777710,"stop":1714434777711,"duration":1}},{"uid":"cdb21ae201398314","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cdb21ae201398314","status":"passed","time":{"start":1714433468595,"stop":1714433468595,"duration":0}},{"uid":"f9ae5d815bb904ca","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f9ae5d815bb904ca","status":"passed","time":{"start":1714431659899,"stop":1714431659900,"duration":1}},{"uid":"72f06c9943892c6a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/72f06c9943892c6a","status":"passed","time":{"start":1714431917007,"stop":1714431917008,"duration":1}},{"uid":"e76b22a703290401","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e76b22a703290401","status":"passed","time":{"start":1714430652885,"stop":1714430652886,"duration":1}},{"uid":"4c5ab83fa6073857","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4c5ab83fa6073857","status":"passed","time":{"start":1714430439954,"stop":1714430439954,"duration":0}},{"uid":"f09470bd45fe1729","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f09470bd45fe1729","status":"passed","time":{"start":1714429618786,"stop":1714429618787,"duration":1}},{"uid":"a0ca9f29519e8190","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a0ca9f29519e8190","status":"passed","time":{"start":1714428758241,"stop":1714428758242,"duration":1}},{"uid":"e6f945067aa87ce6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e6f945067aa87ce6","status":"passed","time":{"start":1714427532042,"stop":1714427532042,"duration":0}},{"uid":"56f2a1214145082b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/56f2a1214145082b","status":"passed","time":{"start":1714427233659,"stop":1714427233659,"duration":0}},{"uid":"12937ccb95fe8263","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/12937ccb95fe8263","status":"passed","time":{"start":1714426576832,"stop":1714426576834,"duration":2}},{"uid":"803e408fb3ab6dc6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/803e408fb3ab6dc6","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311941,"stop":1714425311941,"duration":0}},{"uid":"d69d45d9de23d91e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d69d45d9de23d91e","status":"passed","time":{"start":1714425068153,"stop":1714425068153,"duration":0}},{"uid":"cd054b8d33997da7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cd054b8d33997da7","status":"passed","time":{"start":1714415236753,"stop":1714415236753,"duration":0}},{"uid":"70c174f020c08364","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/70c174f020c08364","status":"passed","time":{"start":1714415370293,"stop":1714415370293,"duration":0}},{"uid":"959bdf908306165f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/959bdf908306165f","status":"passed","time":{"start":1714407592732,"stop":1714407592732,"duration":0}},{"uid":"62ec593f4684ad48","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/62ec593f4684ad48","status":"passed","time":{"start":1714406603018,"stop":1714406603019,"duration":1}},{"uid":"7104e8f1ef01dce","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7104e8f1ef01dce","status":"passed","time":{"start":1714404403097,"stop":1714404403098,"duration":1}}]},"d3d84a250dbac72e2829cf653ac7a022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abd3e0732034c554","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/abd3e0732034c554","status":"passed","time":{"start":1714430997202,"stop":1714430997202,"duration":0}}]},"d2bcb71bcb8567a65de1a3668708b322:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c45d71461443940c","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/c45d71461443940c","status":"passed","time":{"start":1713976155903,"stop":1713976155903,"duration":0}}]},"1f5b9f0cea625ad6cf0d6861e8ff3c31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"675c872ad2e47a76","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/675c872ad2e47a76","status":"passed","time":{"start":1714010049389,"stop":1714010049389,"duration":0}}]},"ff470b346691fc814032f2b1115ad86c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b51f97f5ee27ba2","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/2b51f97f5ee27ba2","status":"passed","time":{"start":1714130872616,"stop":1714130872616,"duration":0}}]},"85ddcba933b44b8d80841f727162b74d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4500131725319f87","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/4500131725319f87","status":"passed","time":{"start":1714383216304,"stop":1714383216305,"duration":1}}]},"e7c49698a2c2361aa22085eaca99abc5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea79888d53a78e31","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/ea79888d53a78e31","status":"passed","time":{"start":1714045821391,"stop":1714045821391,"duration":0}}]},"d523561451a3f459dc124cfd027221d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76d0b16385fe2d7f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/76d0b16385fe2d7f","status":"passed","time":{"start":1714429913434,"stop":1714429913440,"duration":6}}]},"5270cc50c86e8358ae8a69a1e728cc6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da25ad358a92b1d0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/da25ad358a92b1d0","status":"passed","time":{"start":1714427848674,"stop":1714427848676,"duration":2}}]},"089a2534b7cb45d4d92933355ab9a8e3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4eee7e8bfc9906b5","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/4eee7e8bfc9906b5","status":"passed","time":{"start":1714383172378,"stop":1714383172378,"duration":0}}]},"ca0f174c56f7f78ed4212ff323da0b9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b1813e9d7c540b6","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2b1813e9d7c540b6","status":"passed","time":{"start":1714382735213,"stop":1714382735213,"duration":0}}]},"90fb3253d0d28836e1deccbb00dfc0cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45c8440b5d968b64","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/45c8440b5d968b64","status":"passed","time":{"start":1714380124169,"stop":1714380124170,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"389448522adce881","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/389448522adce881","status":"passed","time":{"start":1714453958694,"stop":1714453958695,"duration":1}},{"uid":"a34ff1ae7b98ef87","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a34ff1ae7b98ef87","status":"passed","time":{"start":1714435517239,"stop":1714435517239,"duration":0}},{"uid":"c9437a5b827c9ed1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c9437a5b827c9ed1","status":"passed","time":{"start":1714434586481,"stop":1714434586482,"duration":1}},{"uid":"1c93e691543358de","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1c93e691543358de","status":"passed","time":{"start":1714433281358,"stop":1714433281359,"duration":1}},{"uid":"60731b3cb975e0f9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/60731b3cb975e0f9","status":"passed","time":{"start":1714431478910,"stop":1714431478911,"duration":1}},{"uid":"9f3b09e126eca7c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9f3b09e126eca7c","status":"passed","time":{"start":1714431742835,"stop":1714431742835,"duration":0}},{"uid":"11b7f48aeab77506","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/11b7f48aeab77506","status":"passed","time":{"start":1714430465902,"stop":1714430465902,"duration":0}},{"uid":"97a458f626da6fdd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/97a458f626da6fdd","status":"passed","time":{"start":1714430257495,"stop":1714430257495,"duration":0}},{"uid":"3a8db948b8a93471","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3a8db948b8a93471","status":"passed","time":{"start":1714429421699,"stop":1714429421699,"duration":0}},{"uid":"2af070815518d8ad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2af070815518d8ad","status":"passed","time":{"start":1714428563330,"stop":1714428563330,"duration":0}},{"uid":"9d4c64cd7f6be3fa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9d4c64cd7f6be3fa","status":"passed","time":{"start":1714427341189,"stop":1714427341189,"duration":0}},{"uid":"e1392fa2f0ba07df","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e1392fa2f0ba07df","status":"passed","time":{"start":1714427042067,"stop":1714427042068,"duration":1}},{"uid":"6368fc0f5b3436d6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6368fc0f5b3436d6","status":"passed","time":{"start":1714426391362,"stop":1714426391362,"duration":0}},{"uid":"d039551e08935359","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d039551e08935359","status":"passed","time":{"start":1714424493349,"stop":1714424493349,"duration":0}},{"uid":"660c4af2fdfcf223","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/660c4af2fdfcf223","status":"passed","time":{"start":1714424883949,"stop":1714424883950,"duration":1}},{"uid":"aacafcca93fa854d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/aacafcca93fa854d","status":"passed","time":{"start":1714415036735,"stop":1714415036735,"duration":0}},{"uid":"5fc416b61b039121","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5fc416b61b039121","status":"passed","time":{"start":1714415189547,"stop":1714415189548,"duration":1}},{"uid":"c921b5a89c636fae","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c921b5a89c636fae","status":"passed","time":{"start":1714407396922,"stop":1714407396922,"duration":0}},{"uid":"ee365bc672a6f50e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ee365bc672a6f50e","status":"passed","time":{"start":1714406424275,"stop":1714406424275,"duration":0}},{"uid":"3950cbb599ac8d6e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3950cbb599ac8d6e","status":"passed","time":{"start":1714404214006,"stop":1714404214007,"duration":1}}]},"2f0ff8294cd91fee7cf316c3e5c94ba1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c603a18d77a339e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2c603a18d77a339e","status":"passed","time":{"start":1714407950144,"stop":1714407950145,"duration":1}}]},"10f4fd325b7bb2f95072806abbb8f8be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d03103f971f3e4d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3d03103f971f3e4d","status":"passed","time":{"start":1714425644083,"stop":1714425644083,"duration":0}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":80,"unknown":0,"total":88},"items":[{"uid":"7546a68a60612fab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7546a68a60612fab","status":"passed","time":{"start":1714454368452,"stop":1714454368452,"duration":0}},{"uid":"8bf4ed56754deb08","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8bf4ed56754deb08","status":"passed","time":{"start":1714435936657,"stop":1714435936658,"duration":1}},{"uid":"ae3992d752d3b006","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ae3992d752d3b006","status":"passed","time":{"start":1714435009585,"stop":1714435009586,"duration":1}},{"uid":"ffefb6b518a65c4e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ffefb6b518a65c4e","status":"passed","time":{"start":1714433697549,"stop":1714433697550,"duration":1}},{"uid":"4a7959bf7f2132c3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4a7959bf7f2132c3","status":"passed","time":{"start":1714431891182,"stop":1714431891183,"duration":1}},{"uid":"2bbea10d294e96ab","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2bbea10d294e96ab","status":"passed","time":{"start":1714432197013,"stop":1714432197014,"duration":1}},{"uid":"b071783cf59dd336","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b071783cf59dd336","status":"passed","time":{"start":1714430895303,"stop":1714430895303,"duration":0}},{"uid":"b04d1f34c4f0bcd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b04d1f34c4f0bcd","status":"passed","time":{"start":1714430716052,"stop":1714430716052,"duration":0}},{"uid":"7c67230b223b4344","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7c67230b223b4344","status":"passed","time":{"start":1714429858916,"stop":1714429858917,"duration":1}},{"uid":"2504cdb5a725e9dd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2504cdb5a725e9dd","status":"passed","time":{"start":1714428985700,"stop":1714428985701,"duration":1}},{"uid":"f5d6bdd364f70fd9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f5d6bdd364f70fd9","status":"passed","time":{"start":1714427694963,"stop":1714427694963,"duration":0}},{"uid":"b81853bda99fcf7d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b81853bda99fcf7d","status":"passed","time":{"start":1714427464191,"stop":1714427464191,"duration":0}},{"uid":"f7432a31d3981460","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f7432a31d3981460","status":"passed","time":{"start":1714426815527,"stop":1714426815527,"duration":0}},{"uid":"13f4b2c7638e15c7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/13f4b2c7638e15c7","status":"passed","time":{"start":1714425474834,"stop":1714425474835,"duration":1}},{"uid":"e9a01a17600072f6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e9a01a17600072f6","status":"passed","time":{"start":1714425302083,"stop":1714425302083,"duration":0}},{"uid":"230b7d2d969b2528","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/230b7d2d969b2528","status":"passed","time":{"start":1714415477075,"stop":1714415477076,"duration":1}},{"uid":"1c2221fecffef7ef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1c2221fecffef7ef","status":"passed","time":{"start":1714415618097,"stop":1714415618097,"duration":0}},{"uid":"43d9d153825a8511","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/43d9d153825a8511","status":"passed","time":{"start":1714407819445,"stop":1714407819445,"duration":0}},{"uid":"883e568653e78ced","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/883e568653e78ced","status":"passed","time":{"start":1714406855813,"stop":1714406855813,"duration":0}},{"uid":"726b9f18913d702c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/726b9f18913d702c","status":"passed","time":{"start":1714404631860,"stop":1714404631860,"duration":0}}]},"e3b65634aafe54e3df44a84c1c5b4caa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1528707b16f0c189","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1528707b16f0c189","status":"passed","time":{"start":1714434777708,"stop":1714434777709,"duration":1}}]},"5d63a1859b6d9b23dfed866e1ebdeaa1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97844f7cde811a6d","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/97844f7cde811a6d","status":"passed","time":{"start":1714169472810,"stop":1714169472811,"duration":1}}]},"d67e74498aed55ac1d063badbcf30b15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d6254d4e3f27026","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/7d6254d4e3f27026","status":"passed","time":{"start":1714169144256,"stop":1714169144256,"duration":0}}]},"b2342c91535dc4f410a81778b2da0a34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b9aaae21f846c79","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/b9aaae21f846c79","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713989838507,"stop":1713989838508,"duration":1}}]},"8666ad50db3ed6c3f5ac6598289c8af4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59cb3bf63c96c586","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/59cb3bf63c96c586","status":"passed","time":{"start":1714046099949,"stop":1714046099949,"duration":0}}]},"f3e44dbc0166bb1fd9b9889ba11c8886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ea9e44722fa7ed5f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea9e44722fa7ed5f","status":"passed","time":{"start":1714453925056,"stop":1714453925057,"duration":1}},{"uid":"1e802036b98992f1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1e802036b98992f1","status":"passed","time":{"start":1714435482964,"stop":1714435482965,"duration":1}},{"uid":"ffc4993bcc9dc762","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ffc4993bcc9dc762","status":"passed","time":{"start":1714434552000,"stop":1714434552000,"duration":0}},{"uid":"7e76d2e100a5ff34","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7e76d2e100a5ff34","status":"passed","time":{"start":1714433247026,"stop":1714433247026,"duration":0}},{"uid":"d7980fb8d4bb42b9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d7980fb8d4bb42b9","status":"passed","time":{"start":1714431444746,"stop":1714431444746,"duration":0}},{"uid":"8743db638f32f26a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8743db638f32f26a","status":"passed","time":{"start":1714431708287,"stop":1714431708287,"duration":0}},{"uid":"e0523a806454fe14","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e0523a806454fe14","status":"passed","time":{"start":1714430430718,"stop":1714430430719,"duration":1}},{"uid":"d503bbcd01b75016","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d503bbcd01b75016","status":"passed","time":{"start":1714430223180,"stop":1714430223180,"duration":0}},{"uid":"2db16dc9c0769313","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2db16dc9c0769313","status":"passed","time":{"start":1714429383874,"stop":1714429383875,"duration":1}},{"uid":"8dbd6ddcf88a3cdb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8dbd6ddcf88a3cdb","status":"passed","time":{"start":1714428528630,"stop":1714428528630,"duration":0}},{"uid":"b95db65b130bdd9e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b95db65b130bdd9e","status":"passed","time":{"start":1714427305982,"stop":1714427305982,"duration":0}},{"uid":"177de2395f98a386","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/177de2395f98a386","status":"passed","time":{"start":1714427007378,"stop":1714427007378,"duration":0}},{"uid":"da44ed8d5bf41c0a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/da44ed8d5bf41c0a","status":"passed","time":{"start":1714426355965,"stop":1714426355966,"duration":1}},{"uid":"6d75782f79ed7697","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6d75782f79ed7697","status":"passed","time":{"start":1714424458779,"stop":1714424458779,"duration":0}},{"uid":"e3ab17d1f22cc5ac","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e3ab17d1f22cc5ac","status":"passed","time":{"start":1714424849004,"stop":1714424849005,"duration":1}},{"uid":"5747b3a0db7c580b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5747b3a0db7c580b","status":"passed","time":{"start":1714415001445,"stop":1714415001445,"duration":0}},{"uid":"dcfce3dd84d0438d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dcfce3dd84d0438d","status":"passed","time":{"start":1714415154915,"stop":1714415154915,"duration":0}},{"uid":"30a0a7374a4822ac","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/30a0a7374a4822ac","status":"passed","time":{"start":1714407362042,"stop":1714407362043,"duration":1}},{"uid":"138f2958dd6ff8c8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/138f2958dd6ff8c8","status":"passed","time":{"start":1714406389336,"stop":1714406389336,"duration":0}},{"uid":"9a7cbc2d9d60a3d8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9a7cbc2d9d60a3d8","status":"passed","time":{"start":1714404179174,"stop":1714404179174,"duration":0}}]},"09b668d37ba339160cbe0adc808936ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"79103309655d5e9d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/79103309655d5e9d","status":"passed","time":{"start":1714453925060,"stop":1714453925060,"duration":0}},{"uid":"3e4569684c0887d8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3e4569684c0887d8","status":"passed","time":{"start":1714435482968,"stop":1714435482968,"duration":0}},{"uid":"ca69e1274fc1e2d9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ca69e1274fc1e2d9","status":"passed","time":{"start":1714434552004,"stop":1714434552004,"duration":0}},{"uid":"516551c40ebee1da","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/516551c40ebee1da","status":"passed","time":{"start":1714433247029,"stop":1714433247029,"duration":0}},{"uid":"1f93c207aa1ea799","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1f93c207aa1ea799","status":"passed","time":{"start":1714431444749,"stop":1714431444749,"duration":0}},{"uid":"96e3f6499b9175f6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/96e3f6499b9175f6","status":"passed","time":{"start":1714431708290,"stop":1714431708291,"duration":1}},{"uid":"6d6b80efc1e748d1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6d6b80efc1e748d1","status":"passed","time":{"start":1714430430722,"stop":1714430430722,"duration":0}},{"uid":"aef4197ce2e80d5a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/aef4197ce2e80d5a","status":"passed","time":{"start":1714430223183,"stop":1714430223183,"duration":0}},{"uid":"3336d1043e215fbb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3336d1043e215fbb","status":"passed","time":{"start":1714429383879,"stop":1714429383879,"duration":0}},{"uid":"1905a7a2a7bd8a31","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1905a7a2a7bd8a31","status":"passed","time":{"start":1714428528634,"stop":1714428528634,"duration":0}},{"uid":"759af965e189e73e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/759af965e189e73e","status":"passed","time":{"start":1714427305986,"stop":1714427305986,"duration":0}},{"uid":"6b46c9b2a5b72e52","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6b46c9b2a5b72e52","status":"passed","time":{"start":1714427007381,"stop":1714427007381,"duration":0}},{"uid":"2d9fdce5644f862e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2d9fdce5644f862e","status":"passed","time":{"start":1714426355969,"stop":1714426355970,"duration":1}},{"uid":"2b4f4905c0d27ee9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2b4f4905c0d27ee9","status":"passed","time":{"start":1714424458783,"stop":1714424458783,"duration":0}},{"uid":"a9a3974d9476b06c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a9a3974d9476b06c","status":"passed","time":{"start":1714424849009,"stop":1714424849009,"duration":0}},{"uid":"5e0c32d48bd53ad","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5e0c32d48bd53ad","status":"passed","time":{"start":1714415001448,"stop":1714415001449,"duration":1}},{"uid":"288a1542ec6098a2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/288a1542ec6098a2","status":"passed","time":{"start":1714415154920,"stop":1714415154920,"duration":0}},{"uid":"e1cbf0799eee2802","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e1cbf0799eee2802","status":"passed","time":{"start":1714407362046,"stop":1714407362046,"duration":0}},{"uid":"ef1e44bfb11da761","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ef1e44bfb11da761","status":"passed","time":{"start":1714406389340,"stop":1714406389340,"duration":0}},{"uid":"698282e443e3d7d4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/698282e443e3d7d4","status":"passed","time":{"start":1714404179178,"stop":1714404179178,"duration":0}}]},"149fdc878f7800efb8c6a2a40b977902:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb1c4e343e258c90","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cb1c4e343e258c90","status":"passed","time":{"start":1714429917754,"stop":1714429917754,"duration":0}}]},"58066c66ea03795b2fa81f1b2f2c3c35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec3088dd1c0855a0","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ec3088dd1c0855a0","status":"passed","time":{"start":1714384939257,"stop":1714384939258,"duration":1}}]},"c29b2370396f538b1ede5b9f848764bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16d3a71c74e62b4f","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/16d3a71c74e62b4f","status":"passed","time":{"start":1714296397563,"stop":1714296397563,"duration":0}}]},"18be64c7ae0af83029d680c7222b6e85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ab3d3fa2e8ff4a1","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/7ab3d3fa2e8ff4a1","status":"passed","time":{"start":1713988905026,"stop":1713988905027,"duration":1}}]},"79ff2d21c71159cbd07cc53e250b3847:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"835e55f9e14ba2a9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/835e55f9e14ba2a9","status":"passed","time":{"start":1714407938518,"stop":1714407938519,"duration":1}}]},"503da552139d67cb6f1c596ceb522e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a870b42daa80c70e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a870b42daa80c70e","status":"passed","time":{"start":1714427856107,"stop":1714427856108,"duration":1}}]},"54b5d3e23144a69c89b5366bdbe8037c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cd757a370153832","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/9cd757a370153832","status":"passed","time":{"start":1714129844754,"stop":1714129844754,"duration":0}}]},"30fe2fa9f2eff1295bac9db2d4a109fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7a322397c081619","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/f7a322397c081619","status":"passed","time":{"start":1714046214967,"stop":1714046214967,"duration":0}}]},"45a62faba06acda211333c6fb1262e75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a6c3cc935a9b2a1","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/9a6c3cc935a9b2a1","status":"passed","time":{"start":1713987677073,"stop":1713987677074,"duration":1}}]},"6635d4deb15b0975bd2e10de3eb13bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1e2f1f96d79e6cb","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/f1e2f1f96d79e6cb","status":"passed","time":{"start":1714383127008,"stop":1714383127009,"duration":1}}]},"11e588094f33da97dfed34d02ba529a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec228e782315c05f","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/ec228e782315c05f","status":"passed","time":{"start":1714109345158,"stop":1714109345159,"duration":1}}]},"ac5137fd1fa695eb98d94cef6ef0f2e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d89e2b6ae5f9f21","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/5d89e2b6ae5f9f21","status":"passed","time":{"start":1714145924570,"stop":1714145924570,"duration":0}}]},"8102e4b6b0f51d8db5c570017038cb28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"749e5a4c0475aeee","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/749e5a4c0475aeee","status":"passed","time":{"start":1714436043130,"stop":1714436043130,"duration":0}}]},"0064d1006d52b3b2bc382cf3781412cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee1e904cfba509d0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ee1e904cfba509d0","status":"passed","time":{"start":1714404739425,"stop":1714404739425,"duration":0}}]},"12df2d0d8e210720b9d8f54e779c6713:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9278516dd239472","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/f9278516dd239472","status":"passed","time":{"start":1714046060133,"stop":1714046060133,"duration":0}}]},"d633c70f30a388a9b5f2e8ca0261af29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4dae2bf08db9481","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/a4dae2bf08db9481","status":"passed","time":{"start":1714221441307,"stop":1714221441307,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"b9c668e97b36eff1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b9c668e97b36eff1","status":"passed","time":{"start":1714454434344,"stop":1714454434345,"duration":1}},{"uid":"b9cbe5bc86a6b36e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b9cbe5bc86a6b36e","status":"passed","time":{"start":1714436006552,"stop":1714436006552,"duration":0}},{"uid":"3972fc79ffda4682","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3972fc79ffda4682","status":"passed","time":{"start":1714435054861,"stop":1714435054861,"duration":0}},{"uid":"bf70bd0a8e2b1515","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bf70bd0a8e2b1515","status":"passed","time":{"start":1714433761069,"stop":1714433761070,"duration":1}},{"uid":"7294a3553ab54d7b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7294a3553ab54d7b","status":"passed","time":{"start":1714431966443,"stop":1714431966444,"duration":1}},{"uid":"6e529d35223c2d02","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6e529d35223c2d02","status":"passed","time":{"start":1714432193284,"stop":1714432193287,"duration":3}},{"uid":"4b64cbc2d4a67c3c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4b64cbc2d4a67c3c","status":"passed","time":{"start":1714430948560,"stop":1714430948560,"duration":0}},{"uid":"7b26c16f63b68d00","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7b26c16f63b68d00","status":"passed","time":{"start":1714430713570,"stop":1714430713570,"duration":0}},{"uid":"39008524c0f0fe15","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/39008524c0f0fe15","status":"passed","time":{"start":1714429917758,"stop":1714429917758,"duration":0}},{"uid":"2cae5d500a3bea40","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2cae5d500a3bea40","status":"passed","time":{"start":1714429040303,"stop":1714429040304,"duration":1}},{"uid":"c9cfdb6ccc539d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c9cfdb6ccc539d","status":"passed","time":{"start":1714427848703,"stop":1714427848704,"duration":1}},{"uid":"98f9870ec7f0bcd8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/98f9870ec7f0bcd8","status":"passed","time":{"start":1714427530076,"stop":1714427530076,"duration":0}},{"uid":"844308033e812518","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/844308033e812518","status":"passed","time":{"start":1714426875159,"stop":1714426875159,"duration":0}},{"uid":"2b99f6e604e7e2c3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2b99f6e604e7e2c3","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511051,"stop":1714426511051,"duration":0}},{"uid":"5b88d19ef37a8b43","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5b88d19ef37a8b43","status":"passed","time":{"start":1714425369972,"stop":1714425369972,"duration":0}},{"uid":"805b3aaec3c06571","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/805b3aaec3c06571","status":"passed","time":{"start":1714415516387,"stop":1714415516387,"duration":0}},{"uid":"c93362528c5e3f12","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c93362528c5e3f12","status":"passed","time":{"start":1714415679037,"stop":1714415679037,"duration":0}},{"uid":"72b15b7926c4f9a9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/72b15b7926c4f9a9","status":"passed","time":{"start":1714407884336,"stop":1714407884337,"duration":1}},{"uid":"ec76ec3f59b2abbc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ec76ec3f59b2abbc","status":"passed","time":{"start":1714406914342,"stop":1714406914343,"duration":1}},{"uid":"23ec05d092656c14","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/23ec05d092656c14","status":"passed","time":{"start":1714404690126,"stop":1714404690126,"duration":0}}]},"5cbe6d5ec9a3f83a19b84c4042318947:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"adaf717006757bf3","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/adaf717006757bf3","status":"passed","time":{"start":1713987729929,"stop":1713987729930,"duration":1}}]},"464d8b0939829f00fa24a21b2f91d62e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4897b874cbd6844c","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/4897b874cbd6844c","status":"passed","time":{"start":1714139755303,"stop":1714139755303,"duration":0}}]},"299b3adf093a6febc60ea158d965d900:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75426603f9dd91ff","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/75426603f9dd91ff","status":"passed","time":{"start":1714383427879,"stop":1714383427880,"duration":1}}]},"5341318d2b446f0bfce8d6ad0d6803c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc020ceea1aa9403","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/bc020ceea1aa9403","status":"passed","time":{"start":1713976971621,"stop":1713976971621,"duration":0}}]},"d8b4e6460f5fe7f809a7fa6f5067cdd5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"840cc4b1b6fea094","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/840cc4b1b6fea094","status":"passed","time":{"start":1714039356316,"stop":1714039356317,"duration":1}}]},"a71b14aeb386215519105c451501b583:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2faab8e715113d20","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/2faab8e715113d20","status":"passed","time":{"start":1714140507754,"stop":1714140507755,"duration":1}}]},"5a8a772342f52139a09f309aac026638:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d9a947ad766320","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/2d9a947ad766320","status":"passed","time":{"start":1714221461911,"stop":1714221461911,"duration":0}}]},"048f6246d61078b5d814b8f5b72a0397:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a63de91706d792","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a63de91706d792","status":"passed","time":{"start":1714386718987,"stop":1714386718989,"duration":2}}]},"61e5aa41c5ee58ba837e11e3b27c0c3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b287edf500165f7b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/b287edf500165f7b","status":"passed","time":{"start":1714381730482,"stop":1714381730482,"duration":0}}]},"8fe6bc138eec6eea7a480ae2d8679a4b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"aa680d64689a5ef4","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/aa680d64689a5ef4","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840419,"stop":1714383840419,"duration":0}}]},"4786efb65a2ef87a19f1181ea2805bad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2ea12bc8c9fec55","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f2ea12bc8c9fec55","status":"passed","time":{"start":1714381685742,"stop":1714381685742,"duration":0}}]},"f83dd5f727e7f29feb6f621828f83c36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1af0d9e6786634d","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/1af0d9e6786634d","status":"passed","time":{"start":1714169057738,"stop":1714169057739,"duration":1}}]},"412a928dcc99eb9a4fac08af471a5c74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"608d51457897edb1","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/608d51457897edb1","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098683,"stop":1713976098683,"duration":0}}]},"6120874be215ccab3ee17623156b18e3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"750b1a0ae1548ee9","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/750b1a0ae1548ee9","status":"passed","time":{"start":1714139394360,"stop":1714139394361,"duration":1}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"1c6c4e9ccace8115","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1c6c4e9ccace8115","status":"passed","time":{"start":1714454443272,"stop":1714454443273,"duration":1}},{"uid":"e297a79a8876041c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e297a79a8876041c","status":"passed","time":{"start":1714435994912,"stop":1714435994912,"duration":0}},{"uid":"63394a12a827f3f1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/63394a12a827f3f1","status":"passed","time":{"start":1714435067767,"stop":1714435067767,"duration":0}},{"uid":"4c981b0fcb73e23e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4c981b0fcb73e23e","status":"passed","time":{"start":1714433759564,"stop":1714433759564,"duration":0}},{"uid":"a018b87921e436dc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a018b87921e436dc","status":"passed","time":{"start":1714431967957,"stop":1714431967958,"duration":1}},{"uid":"9f01c47a6cabcf0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9f01c47a6cabcf0","status":"passed","time":{"start":1714432288778,"stop":1714432288778,"duration":0}},{"uid":"8332c17c398c61cd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8332c17c398c61cd","status":"passed","time":{"start":1714430967043,"stop":1714430967043,"duration":0}},{"uid":"e3c52fd3898282ec","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e3c52fd3898282ec","status":"passed","time":{"start":1714430807862,"stop":1714430807863,"duration":1}},{"uid":"233b0f8f47711c70","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/233b0f8f47711c70","status":"passed","time":{"start":1714429922999,"stop":1714429922999,"duration":0}},{"uid":"478e8380a3b6cdf7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/478e8380a3b6cdf7","status":"passed","time":{"start":1714429045144,"stop":1714429045145,"duration":1}},{"uid":"8a674caf41661b1e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8a674caf41661b1e","status":"passed","time":{"start":1714427535677,"stop":1714427535678,"duration":1}},{"uid":"8a5b84d8abb73330","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8a5b84d8abb73330","status":"passed","time":{"start":1714426889324,"stop":1714426889326,"duration":2}},{"uid":"9b2a3a1b31fbef7e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9b2a3a1b31fbef7e","status":"passed","time":{"start":1714425610633,"stop":1714425610633,"duration":0}},{"uid":"78c5383b2d07b0c8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/78c5383b2d07b0c8","status":"passed","time":{"start":1714425363888,"stop":1714425363888,"duration":0}},{"uid":"4d5f7dfe7284ddcb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4d5f7dfe7284ddcb","status":"passed","time":{"start":1714415544820,"stop":1714415544821,"duration":1}},{"uid":"922ee10e6325d322","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/922ee10e6325d322","status":"passed","time":{"start":1714415689074,"stop":1714415689074,"duration":0}},{"uid":"a7bc23fff85758fe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a7bc23fff85758fe","status":"passed","time":{"start":1714407902540,"stop":1714407902541,"duration":1}},{"uid":"181563db3b3b983f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/181563db3b3b983f","status":"passed","time":{"start":1714406920268,"stop":1714406920268,"duration":0}},{"uid":"f72e18445d57a11","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f72e18445d57a11","status":"passed","time":{"start":1714404713590,"stop":1714404713591,"duration":1}},{"uid":"8c5c3001acaf3b92","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/8c5c3001acaf3b92","status":"passed","time":{"start":1714404404537,"stop":1714404404538,"duration":1}}]},"54abfe08d33c4a35d94bfd1c2d4a82fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"847c1ecd4e508e2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/847c1ecd4e508e2","status":"passed","time":{"start":1714453925058,"stop":1714453925058,"duration":0}},{"uid":"dbfab2623ce44af7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dbfab2623ce44af7","status":"passed","time":{"start":1714435482966,"stop":1714435482966,"duration":0}},{"uid":"5a6400124617a924","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5a6400124617a924","status":"passed","time":{"start":1714434552002,"stop":1714434552002,"duration":0}},{"uid":"d1efb0e2cf59b518","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d1efb0e2cf59b518","status":"passed","time":{"start":1714433247027,"stop":1714433247027,"duration":0}},{"uid":"c668131216df4602","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c668131216df4602","status":"passed","time":{"start":1714431444747,"stop":1714431444748,"duration":1}},{"uid":"9f60db794a9d6d4b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9f60db794a9d6d4b","status":"passed","time":{"start":1714431708288,"stop":1714431708289,"duration":1}},{"uid":"792826ef001d2ee7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/792826ef001d2ee7","status":"passed","time":{"start":1714430430720,"stop":1714430430720,"duration":0}},{"uid":"46f3f5ad2439f4ec","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/46f3f5ad2439f4ec","status":"passed","time":{"start":1714430223181,"stop":1714430223181,"duration":0}},{"uid":"e878d278bdb54b57","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e878d278bdb54b57","status":"passed","time":{"start":1714429383876,"stop":1714429383877,"duration":1}},{"uid":"a5306ef82128cb8b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a5306ef82128cb8b","status":"passed","time":{"start":1714428528631,"stop":1714428528632,"duration":1}},{"uid":"ab612d3e58475dac","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ab612d3e58475dac","status":"passed","time":{"start":1714427305984,"stop":1714427305984,"duration":0}},{"uid":"8345b4dabff1f372","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8345b4dabff1f372","status":"passed","time":{"start":1714427007379,"stop":1714427007379,"duration":0}},{"uid":"8e35e0222f5b857d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8e35e0222f5b857d","status":"passed","time":{"start":1714426355967,"stop":1714426355967,"duration":0}},{"uid":"bc23de50caf468bb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bc23de50caf468bb","status":"passed","time":{"start":1714424458781,"stop":1714424458781,"duration":0}},{"uid":"d486d77da4b777","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d486d77da4b777","status":"passed","time":{"start":1714424849006,"stop":1714424849006,"duration":0}},{"uid":"e40d8e6e5c4f43c2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e40d8e6e5c4f43c2","status":"passed","time":{"start":1714415001446,"stop":1714415001446,"duration":0}},{"uid":"87fea31a7c775b10","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/87fea31a7c775b10","status":"passed","time":{"start":1714415154917,"stop":1714415154918,"duration":1}},{"uid":"a5f2c434b2080b91","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a5f2c434b2080b91","status":"passed","time":{"start":1714407362044,"stop":1714407362044,"duration":0}},{"uid":"ec98f6f3234127a0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ec98f6f3234127a0","status":"passed","time":{"start":1714406389337,"stop":1714406389338,"duration":1}},{"uid":"d0a8a497b3b3159a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d0a8a497b3b3159a","status":"passed","time":{"start":1714404179176,"stop":1714404179176,"duration":0}}]},"89bd82153242c06af0343f848a9ab6c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7d826e3050d936f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a7d826e3050d936f","status":"passed","time":{"start":1714426916051,"stop":1714426916051,"duration":0}}]},"da77e37d05174edbd1e965663602c4fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"968d1a7692d93fcc","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/968d1a7692d93fcc","status":"passed","time":{"start":1713987569562,"stop":1713987569562,"duration":0}}]},"02b2f9dca8690f3ecbbc44beee39a2d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f92f390ddc18f632","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/f92f390ddc18f632","status":"passed","time":{"start":1714404389187,"stop":1714404389188,"duration":1}}]},"74a115b213c9dce3cafcb2d2fad9b94e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22b22c2546a01a1f","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/22b22c2546a01a1f","status":"passed","time":{"start":1714145945755,"stop":1714145945756,"duration":1}}]},"32b2456139e8bffa5cbe17fcc7941357:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a97699e67d0046f2","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/a97699e67d0046f2","status":"passed","time":{"start":1714144804246,"stop":1714144804247,"duration":1}}]},"3ad63a679a81230f0fae267b2b042d51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b7fa8b939781463","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1b7fa8b939781463","status":"passed","time":{"start":1714433811165,"stop":1714433811166,"duration":1}}]},"945e6b1fffa78fcb76614146bfd469f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22ebfec72c1dd15d","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/22ebfec72c1dd15d","status":"passed","time":{"start":1714297352590,"stop":1714297352590,"duration":0}}]},"54095bdc4df3e71eb61c11d93eee3817:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c33ddde38fa57eff","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c33ddde38fa57eff","status":"passed","time":{"start":1714430789851,"stop":1714430789851,"duration":0}}]},"51a1096f6aedd2ededd29b50b6e69eb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"216509815be54ddb","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/216509815be54ddb","status":"passed","time":{"start":1714404232327,"stop":1714404232327,"duration":0}}]},"2ae7650a1817dc4f56040a8bdf7d6b26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf2fd1723da82be6","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/bf2fd1723da82be6","status":"passed","time":{"start":1714169103157,"stop":1714169103158,"duration":1}}]},"f4fc871a5d92340a064878dc267af068:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"839892b0ac4c442c","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/839892b0ac4c442c","status":"passed","time":{"start":1714228985388,"stop":1714228985389,"duration":1}}]},"3ad67b04b0ae504b936d35e6c7bbc9c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae7b8e50998afea9","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/ae7b8e50998afea9","status":"passed","time":{"start":1714404247019,"stop":1714404247020,"duration":1}}]},"026d95b4a963229b563e6509b0e5db66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb86deda87782faa","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/eb86deda87782faa","status":"passed","time":{"start":1714383127008,"stop":1714383127008,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"ff2bc33329b55265","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ff2bc33329b55265","status":"passed","time":{"start":1714454479294,"stop":1714454479295,"duration":1}},{"uid":"5906219e7c866f72","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5906219e7c866f72","status":"passed","time":{"start":1714436048049,"stop":1714436048049,"duration":0}},{"uid":"a4d8008bf9af33b8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a4d8008bf9af33b8","status":"passed","time":{"start":1714435103473,"stop":1714435103473,"duration":0}},{"uid":"ce1d30bc41299561","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ce1d30bc41299561","status":"passed","time":{"start":1714433793524,"stop":1714433793525,"duration":1}},{"uid":"3f535640b1edbe6f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3f535640b1edbe6f","status":"passed","time":{"start":1714431998655,"stop":1714431998655,"duration":0}},{"uid":"31f4626953e8bc15","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/31f4626953e8bc15","status":"passed","time":{"start":1714432332178,"stop":1714432332178,"duration":0}},{"uid":"e87944408274e206","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e87944408274e206","status":"passed","time":{"start":1714431002224,"stop":1714431002225,"duration":1}},{"uid":"7ba0ee4fd9d9617b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7ba0ee4fd9d9617b","status":"passed","time":{"start":1714430831526,"stop":1714430831529,"duration":3}},{"uid":"fed1e8706d70e549","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fed1e8706d70e549","status":"passed","time":{"start":1714429955110,"stop":1714429955111,"duration":1}},{"uid":"c6e1694cba7461fa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c6e1694cba7461fa","status":"passed","time":{"start":1714429082478,"stop":1714429082479,"duration":1}},{"uid":"ff182788929f20c9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ff182788929f20c9","status":"passed","time":{"start":1714427873965,"stop":1714427873966,"duration":1}},{"uid":"c5738123b5b55b93","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c5738123b5b55b93","status":"passed","time":{"start":1714427572921,"stop":1714427572921,"duration":0}},{"uid":"1e5c0235eb121969","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1e5c0235eb121969","status":"passed","time":{"start":1714426928330,"stop":1714426928330,"duration":0}},{"uid":"21519499890fce72","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/21519499890fce72","status":"passed","time":{"start":1714425626048,"stop":1714425626048,"duration":0}},{"uid":"87ab37e956e80584","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/87ab37e956e80584","status":"passed","time":{"start":1714425405872,"stop":1714425405873,"duration":1}},{"uid":"acfff8dba77cc82e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/acfff8dba77cc82e","status":"passed","time":{"start":1714415627117,"stop":1714415627118,"duration":1}},{"uid":"92bccea3da59eb6b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/92bccea3da59eb6b","status":"passed","time":{"start":1714415727607,"stop":1714415727608,"duration":1}},{"uid":"f16547c7e75672c3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f16547c7e75672c3","status":"passed","time":{"start":1714407946532,"stop":1714407946532,"duration":0}},{"uid":"7a9f9b0120f337de","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7a9f9b0120f337de","status":"passed","time":{"start":1714406957179,"stop":1714406957179,"duration":0}},{"uid":"484f894aec9facc3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/484f894aec9facc3","status":"passed","time":{"start":1714404754330,"stop":1714404754330,"duration":0}}]},"cfbf879e5a7ac59ff701b177050ea857:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"868bb5e5394b4d61","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/868bb5e5394b4d61","status":"passed","time":{"start":1714123099900,"stop":1714123099901,"duration":1}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"53cc4b20311d828a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/53cc4b20311d828a","status":"passed","time":{"start":1714454140403,"stop":1714454140403,"duration":0}},{"uid":"20d25ed2f91529d1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/20d25ed2f91529d1","status":"passed","time":{"start":1714435687889,"stop":1714435687889,"duration":0}},{"uid":"feb59f78e9eb37a6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/feb59f78e9eb37a6","status":"passed","time":{"start":1714434773416,"stop":1714434773416,"duration":0}},{"uid":"f71116f2a572c69a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f71116f2a572c69a","status":"passed","time":{"start":1714433450961,"stop":1714433450962,"duration":1}},{"uid":"2fb04121fe2dfe4f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2fb04121fe2dfe4f","status":"passed","time":{"start":1714431653489,"stop":1714431653489,"duration":0}},{"uid":"80423bd21cdaf073","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/80423bd21cdaf073","status":"passed","time":{"start":1714431989793,"stop":1714431989793,"duration":0}},{"uid":"427db4a570a6799d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/427db4a570a6799d","status":"passed","time":{"start":1714430659379,"stop":1714430659379,"duration":0}},{"uid":"ed19a6ab859aa5c5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ed19a6ab859aa5c5","status":"passed","time":{"start":1714430522102,"stop":1714430522103,"duration":1}},{"uid":"c560c16f5f2b5999","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c560c16f5f2b5999","status":"passed","time":{"start":1714429610397,"stop":1714429610398,"duration":1}},{"uid":"d0c03cdc0a2a7b90","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d0c03cdc0a2a7b90","status":"passed","time":{"start":1714428741350,"stop":1714428741350,"duration":0}},{"uid":"fe151f8002c14db9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fe151f8002c14db9","status":"passed","time":{"start":1714427513550,"stop":1714427513552,"duration":2}},{"uid":"99f8bf62ad8aa540","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/99f8bf62ad8aa540","status":"passed","time":{"start":1714427219331,"stop":1714427219331,"duration":0}},{"uid":"969936a270378945","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/969936a270378945","status":"passed","time":{"start":1714426573059,"stop":1714426573059,"duration":0}},{"uid":"2f9f90ee16fe882e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2f9f90ee16fe882e","status":"passed","time":{"start":1714424914263,"stop":1714424914263,"duration":0}},{"uid":"7f8ccf90cdc4f29a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7f8ccf90cdc4f29a","status":"passed","time":{"start":1714425071899,"stop":1714425071900,"duration":1}},{"uid":"6e9bfedf35103da6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6e9bfedf35103da6","status":"passed","time":{"start":1714415233304,"stop":1714415233304,"duration":0}},{"uid":"2c024d57217a3c1b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2c024d57217a3c1b","status":"passed","time":{"start":1714415382622,"stop":1714415382622,"duration":0}},{"uid":"a5950bd807d6f9d5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a5950bd807d6f9d5","status":"passed","time":{"start":1714407575682,"stop":1714407575683,"duration":1}},{"uid":"2a66780cef7654c7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2a66780cef7654c7","status":"passed","time":{"start":1714406625153,"stop":1714406625153,"duration":0}},{"uid":"d6232f5ba3780935","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d6232f5ba3780935","status":"passed","time":{"start":1714404386183,"stop":1714404386183,"duration":0}}]},"2ddf9108c61c6fb8703870c26a68856e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2c0707e1fc77407","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/c2c0707e1fc77407","status":"passed","time":{"start":1714240478661,"stop":1714240478661,"duration":0}}]},"280b2539c564dfae9260ea26e624e845:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7af26fbb397979c","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/b7af26fbb397979c","status":"passed","time":{"start":1714123406497,"stop":1714123406498,"duration":1}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"28eca425e334553c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/28eca425e334553c","status":"passed","time":{"start":1714454434306,"stop":1714454434306,"duration":0}},{"uid":"74bf4c9b880d960","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/74bf4c9b880d960","status":"passed","time":{"start":1714436006524,"stop":1714436006524,"duration":0}},{"uid":"aa4a3bc769c46699","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/aa4a3bc769c46699","status":"passed","time":{"start":1714435054823,"stop":1714435054823,"duration":0}},{"uid":"1daf46184d5776a6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1daf46184d5776a6","status":"passed","time":{"start":1714433761051,"stop":1714433761052,"duration":1}},{"uid":"bb5a227583668a8a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bb5a227583668a8a","status":"passed","time":{"start":1714431966423,"stop":1714431966423,"duration":0}},{"uid":"700f1b51f5120523","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/700f1b51f5120523","status":"passed","time":{"start":1714432193265,"stop":1714432193265,"duration":0}},{"uid":"52bbaec472557982","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/52bbaec472557982","status":"passed","time":{"start":1714430948524,"stop":1714430948525,"duration":1}},{"uid":"b6995114debc46c2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b6995114debc46c2","status":"passed","time":{"start":1714430713514,"stop":1714430713514,"duration":0}},{"uid":"c644d8b6981ddf17","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c644d8b6981ddf17","status":"passed","time":{"start":1714429917735,"stop":1714429917735,"duration":0}},{"uid":"f681d88bfd856516","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f681d88bfd856516","status":"passed","time":{"start":1714429040285,"stop":1714429040286,"duration":1}},{"uid":"4d4c02294c3e57fc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4d4c02294c3e57fc","status":"passed","time":{"start":1714427848673,"stop":1714427848673,"duration":0}},{"uid":"200b159eef91d14e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/200b159eef91d14e","status":"passed","time":{"start":1714427530056,"stop":1714427530056,"duration":0}},{"uid":"7333c0478831cfd2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7333c0478831cfd2","status":"passed","time":{"start":1714426875124,"stop":1714426875128,"duration":4}},{"uid":"13efc58e50f31249","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/13efc58e50f31249","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511012,"stop":1714426511012,"duration":0}},{"uid":"a74011cb77a83324","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a74011cb77a83324","status":"passed","time":{"start":1714425369945,"stop":1714425369946,"duration":1}},{"uid":"ec3db9f51abab497","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ec3db9f51abab497","status":"passed","time":{"start":1714415516368,"stop":1714415516368,"duration":0}},{"uid":"6fa429360724fdc0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6fa429360724fdc0","status":"passed","time":{"start":1714415679022,"stop":1714415679023,"duration":1}},{"uid":"3b245e853e95e881","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3b245e853e95e881","status":"passed","time":{"start":1714407884316,"stop":1714407884317,"duration":1}},{"uid":"751d2b7e8e79ec7e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/751d2b7e8e79ec7e","status":"passed","time":{"start":1714406914277,"stop":1714406914278,"duration":1}},{"uid":"faa91ed048588147","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/faa91ed048588147","status":"passed","time":{"start":1714404690102,"stop":1714404690102,"duration":0}}]},"5f9c0a68f634236f8e6aac1df0169af6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"855fcbf73aea0c9c","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/855fcbf73aea0c9c","status":"passed","time":{"start":1714123073888,"stop":1714123073889,"duration":1}}]},"f6b4c5010eda0ebec5727a189ad2845e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7bee423565aad44","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/e7bee423565aad44","status":"passed","time":{"start":1714154294484,"stop":1714154294485,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"f6086d94713e2c09","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f6086d94713e2c09","status":"passed","time":{"start":1714454507904,"stop":1714454507904,"duration":0}},{"uid":"a0fd00c633f71474","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a0fd00c633f71474","status":"passed","time":{"start":1714436048753,"stop":1714436048753,"duration":0}},{"uid":"d52ec7c36555b318","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d52ec7c36555b318","status":"passed","time":{"start":1714435155769,"stop":1714435155770,"duration":1}},{"uid":"83466c7e6aaa49fd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/83466c7e6aaa49fd","status":"passed","time":{"start":1714433815790,"stop":1714433815794,"duration":4}},{"uid":"40a0490ed0081f7a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/40a0490ed0081f7a","status":"passed","time":{"start":1714432025723,"stop":1714432025723,"duration":0}},{"uid":"6e698e14875ee0f8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6e698e14875ee0f8","status":"passed","time":{"start":1714432319345,"stop":1714432319346,"duration":1}},{"uid":"2ec6d1847b5f2c93","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2ec6d1847b5f2c93","status":"passed","time":{"start":1714431035240,"stop":1714431035240,"duration":0}},{"uid":"b1d0aecc918b3f45","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b1d0aecc918b3f45","status":"passed","time":{"start":1714430851112,"stop":1714430851112,"duration":0}},{"uid":"dba3c4eb8bad03dc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/dba3c4eb8bad03dc","status":"passed","time":{"start":1714429998280,"stop":1714429998281,"duration":1}},{"uid":"643f2f7c96127f9d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/643f2f7c96127f9d","status":"passed","time":{"start":1714429123410,"stop":1714429123410,"duration":0}},{"uid":"bb3734e9fcd3a7c5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bb3734e9fcd3a7c5","status":"passed","time":{"start":1714427908730,"stop":1714427908730,"duration":0}},{"uid":"2dd51477544d2e45","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2dd51477544d2e45","status":"passed","time":{"start":1714427590255,"stop":1714427590255,"duration":0}},{"uid":"77c35b2b7cd2deaf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/77c35b2b7cd2deaf","status":"passed","time":{"start":1714426950358,"stop":1714426950359,"duration":1}},{"uid":"938e6ad1ae351548","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/938e6ad1ae351548","status":"passed","time":{"start":1714425413014,"stop":1714425413014,"duration":0}},{"uid":"8b94d7c36a494226","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8b94d7c36a494226","status":"passed","time":{"start":1714425435616,"stop":1714425435616,"duration":0}},{"uid":"2675a6d7e59b4ae1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2675a6d7e59b4ae1","status":"passed","time":{"start":1714415590163,"stop":1714415590164,"duration":1}},{"uid":"b452d95a98078ed6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b452d95a98078ed6","status":"passed","time":{"start":1714415739329,"stop":1714415739329,"duration":0}},{"uid":"4f8abadc20ac4eb7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4f8abadc20ac4eb7","status":"passed","time":{"start":1714407950123,"stop":1714407950123,"duration":0}},{"uid":"6c1e58fe259c772e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6c1e58fe259c772e","status":"passed","time":{"start":1714406978471,"stop":1714406978473,"duration":2}},{"uid":"bab2111457b21fe4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bab2111457b21fe4","status":"passed","time":{"start":1714404752147,"stop":1714404752147,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"33e4d7e99c9d224b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/33e4d7e99c9d224b","status":"passed","time":{"start":1714454507872,"stop":1714454507872,"duration":0}},{"uid":"a1b1cc5c4912eb5b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a1b1cc5c4912eb5b","status":"passed","time":{"start":1714436048740,"stop":1714436048741,"duration":1}},{"uid":"4b0e480d3f536dd0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4b0e480d3f536dd0","status":"passed","time":{"start":1714435155721,"stop":1714435155722,"duration":1}},{"uid":"2b620c521a66c585","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2b620c521a66c585","status":"passed","time":{"start":1714433815777,"stop":1714433815778,"duration":1}},{"uid":"31b02d02fb726688","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/31b02d02fb726688","status":"passed","time":{"start":1714432025704,"stop":1714432025704,"duration":0}},{"uid":"c5c2ef85f7b39675","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c5c2ef85f7b39675","status":"passed","time":{"start":1714432319328,"stop":1714432319328,"duration":0}},{"uid":"f2f81b8aa1a1e389","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f2f81b8aa1a1e389","status":"passed","time":{"start":1714431035214,"stop":1714431035214,"duration":0}},{"uid":"5983f72503cea41e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5983f72503cea41e","status":"passed","time":{"start":1714430851101,"stop":1714430851101,"duration":0}},{"uid":"40b1fbac5696f1a7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/40b1fbac5696f1a7","status":"passed","time":{"start":1714429998233,"stop":1714429998234,"duration":1}},{"uid":"4cd59bd1c26be62d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4cd59bd1c26be62d","status":"passed","time":{"start":1714429123375,"stop":1714429123375,"duration":0}},{"uid":"a24342b6881f594b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a24342b6881f594b","status":"passed","time":{"start":1714427908693,"stop":1714427908694,"duration":1}},{"uid":"d6f827eb452c7cbd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d6f827eb452c7cbd","status":"passed","time":{"start":1714427590233,"stop":1714427590233,"duration":0}},{"uid":"6169e18d031ae41f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6169e18d031ae41f","status":"passed","time":{"start":1714426950344,"stop":1714426950345,"duration":1}},{"uid":"131439ca63566d68","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/131439ca63566d68","status":"passed","time":{"start":1714425412993,"stop":1714425412995,"duration":2}},{"uid":"b676354b3a386a49","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b676354b3a386a49","status":"passed","time":{"start":1714425435604,"stop":1714425435604,"duration":0}},{"uid":"e4a2a927045466f5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e4a2a927045466f5","status":"passed","time":{"start":1714415590117,"stop":1714415590118,"duration":1}},{"uid":"657f83ba21ef2607","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/657f83ba21ef2607","status":"passed","time":{"start":1714415739314,"stop":1714415739314,"duration":0}},{"uid":"f388dd84812310f1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f388dd84812310f1","status":"passed","time":{"start":1714407950097,"stop":1714407950097,"duration":0}},{"uid":"9ec84450efd5339a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9ec84450efd5339a","status":"passed","time":{"start":1714406978419,"stop":1714406978419,"duration":0}},{"uid":"9a90e51dd871655a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9a90e51dd871655a","status":"passed","time":{"start":1714404752131,"stop":1714404752132,"duration":1}}]},"ae61fb33db3d05d6a0411927b1967877:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea96b873ac2a0581","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ea96b873ac2a0581","status":"passed","time":{"start":1714429098039,"stop":1714429098039,"duration":0}}]},"50c98c80fa3b981ef0fd35eda177ea96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f8b58424205eb52","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7f8b58424205eb52","status":"passed","time":{"start":1714429040287,"stop":1714429040287,"duration":0}}]},"dbfd98c32d4cbdf71799a55348abd652:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af525fc5871ceb8d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/af525fc5871ceb8d","status":"passed","time":{"start":1714427856110,"stop":1714427856110,"duration":0}}]},"f7300294d3f9c8155d9c2f7b1868e7a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8fe85210b887cd7","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e8fe85210b887cd7","status":"passed","time":{"start":1714228954305,"stop":1714228954305,"duration":0}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"97b5497832cbc17d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/97b5497832cbc17d","status":"passed","time":{"start":1714454507908,"stop":1714454507908,"duration":0}},{"uid":"1f66a851ea3c557f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1f66a851ea3c557f","status":"passed","time":{"start":1714436048757,"stop":1714436048757,"duration":0}},{"uid":"688d5d34dd16cbf2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/688d5d34dd16cbf2","status":"passed","time":{"start":1714435155781,"stop":1714435155781,"duration":0}},{"uid":"f6c3631d7ac3e086","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f6c3631d7ac3e086","status":"passed","time":{"start":1714433815798,"stop":1714433815798,"duration":0}},{"uid":"96556c017c46ba83","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/96556c017c46ba83","status":"passed","time":{"start":1714432025727,"stop":1714432025727,"duration":0}},{"uid":"84e3cc4e2ec93cfa","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/84e3cc4e2ec93cfa","status":"passed","time":{"start":1714432319350,"stop":1714432319350,"duration":0}},{"uid":"70dad00fe82fd2c6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/70dad00fe82fd2c6","status":"passed","time":{"start":1714431035246,"stop":1714431035246,"duration":0}},{"uid":"b5866bac383f064d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b5866bac383f064d","status":"passed","time":{"start":1714430851125,"stop":1714430851125,"duration":0}},{"uid":"6f5b63c1f2f8c1af","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6f5b63c1f2f8c1af","status":"passed","time":{"start":1714429998316,"stop":1714429998317,"duration":1}},{"uid":"632a77cd08fc96d2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/632a77cd08fc96d2","status":"passed","time":{"start":1714429123416,"stop":1714429123416,"duration":0}},{"uid":"2b2d9e0f5d02598d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2b2d9e0f5d02598d","status":"passed","time":{"start":1714427908751,"stop":1714427908752,"duration":1}},{"uid":"2cb2e9fbc8ebfea5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2cb2e9fbc8ebfea5","status":"passed","time":{"start":1714427590259,"stop":1714427590260,"duration":1}},{"uid":"3536370d9d7273f6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3536370d9d7273f6","status":"passed","time":{"start":1714426950363,"stop":1714426950363,"duration":0}},{"uid":"40c85165ba6347b9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/40c85165ba6347b9","status":"passed","time":{"start":1714425413019,"stop":1714425413019,"duration":0}},{"uid":"40ba52a08c1958ab","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/40ba52a08c1958ab","status":"passed","time":{"start":1714425435622,"stop":1714425435623,"duration":1}},{"uid":"6496e00cb5f96473","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6496e00cb5f96473","status":"passed","time":{"start":1714415590172,"stop":1714415590172,"duration":0}},{"uid":"462a6257706f2352","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/462a6257706f2352","status":"passed","time":{"start":1714415739334,"stop":1714415739334,"duration":0}},{"uid":"8ce6b322a2b542e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8ce6b322a2b542e","status":"passed","time":{"start":1714407950138,"stop":1714407950139,"duration":1}},{"uid":"6b1b0787209fe849","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6b1b0787209fe849","status":"passed","time":{"start":1714406978492,"stop":1714406978493,"duration":1}},{"uid":"51a01a0cb2ab6897","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/51a01a0cb2ab6897","status":"passed","time":{"start":1714404752162,"stop":1714404752163,"duration":1}}]},"a3eec2771fdfcaa913dcc4576b164fbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cd5f7ffc908a733","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/4cd5f7ffc908a733","status":"passed","time":{"start":1714169409603,"stop":1714169409603,"duration":0}}]},"aeb7a14c5ed1015a1dc5bf80ccaa1d59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"424530ddf26e804d","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/424530ddf26e804d","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714131710556,"stop":1714131710556,"duration":0}}]},"d2b2e75dc1c84c3bcc05eb40221ea2cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"609ad5223e27985","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/609ad5223e27985","status":"passed","time":{"start":1714430813951,"stop":1714430813952,"duration":1}}]},"4b0a12fb4fe9198836a4eac75208098d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f22fda8cfde6505c","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/f22fda8cfde6505c","status":"passed","time":{"start":1714123346810,"stop":1714123346811,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"126fc36daeefdc98","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/126fc36daeefdc98","status":"passed","time":{"start":1714454507879,"stop":1714454507879,"duration":0}},{"uid":"fc9f8da0e8862e17","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fc9f8da0e8862e17","status":"passed","time":{"start":1714436048751,"stop":1714436048751,"duration":0}},{"uid":"1533c3d773011a8b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1533c3d773011a8b","status":"passed","time":{"start":1714435155763,"stop":1714435155764,"duration":1}},{"uid":"b83a757e8c6ee934","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b83a757e8c6ee934","status":"passed","time":{"start":1714433815786,"stop":1714433815787,"duration":1}},{"uid":"c9a87f9a33b387e3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c9a87f9a33b387e3","status":"passed","time":{"start":1714432025720,"stop":1714432025721,"duration":1}},{"uid":"2f76739111f790b6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2f76739111f790b6","status":"passed","time":{"start":1714432319336,"stop":1714432319343,"duration":7}},{"uid":"941b6bc82744d34d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/941b6bc82744d34d","status":"passed","time":{"start":1714431035237,"stop":1714431035238,"duration":1}},{"uid":"522d20e35f9f5ab0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/522d20e35f9f5ab0","status":"passed","time":{"start":1714430851109,"stop":1714430851109,"duration":0}},{"uid":"d89056f93e49375c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d89056f93e49375c","status":"passed","time":{"start":1714429998269,"stop":1714429998269,"duration":0}},{"uid":"301c72da4212e81c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/301c72da4212e81c","status":"passed","time":{"start":1714429123406,"stop":1714429123406,"duration":0}},{"uid":"7fcc8159560b64f3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7fcc8159560b64f3","status":"passed","time":{"start":1714427908707,"stop":1714427908721,"duration":14}},{"uid":"55af5ad0a5493528","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/55af5ad0a5493528","status":"passed","time":{"start":1714427590249,"stop":1714427590249,"duration":0}},{"uid":"f6f552259c9c0d62","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f6f552259c9c0d62","status":"passed","time":{"start":1714426950356,"stop":1714426950357,"duration":1}},{"uid":"1aeede094b646cdd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1aeede094b646cdd","status":"passed","time":{"start":1714425413010,"stop":1714425413011,"duration":1}},{"uid":"71945c765a37ebe2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/71945c765a37ebe2","status":"passed","time":{"start":1714425435612,"stop":1714425435613,"duration":1}},{"uid":"6eaa1561cc6f0267","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6eaa1561cc6f0267","status":"passed","time":{"start":1714415590159,"stop":1714415590160,"duration":1}},{"uid":"b58d3192f15fe773","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b58d3192f15fe773","status":"passed","time":{"start":1714415739326,"stop":1714415739327,"duration":1}},{"uid":"425486454396e72b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/425486454396e72b","status":"passed","time":{"start":1714407950112,"stop":1714407950112,"duration":0}},{"uid":"c07feab45d836cf2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c07feab45d836cf2","status":"passed","time":{"start":1714406978451,"stop":1714406978451,"duration":0}},{"uid":"ea5a2b094de7a344","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ea5a2b094de7a344","status":"passed","time":{"start":1714404752144,"stop":1714404752145,"duration":1}}]},"e99a3ddfc4b261dea74475be30a7b2a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57233339f12cbf23","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/57233339f12cbf23","status":"passed","time":{"start":1713969107860,"stop":1713969107861,"duration":1}}]},"8354afd8a5f02b48e78d57aab99b72a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11cbf87594dbc7e5","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/11cbf87594dbc7e5","status":"passed","time":{"start":1714109329740,"stop":1714109329741,"duration":1}}]},"02f90dcb03c7ae1c7334173de4d5235e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b47cc4e43524aa8","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/3b47cc4e43524aa8","status":"passed","time":{"start":1714219207553,"stop":1714219207556,"duration":3}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"231b1f8a5458edb4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/231b1f8a5458edb4","status":"passed","time":{"start":1714454507876,"stop":1714454507876,"duration":0}},{"uid":"5ddf7bd12d2750ce","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5ddf7bd12d2750ce","status":"passed","time":{"start":1714436048747,"stop":1714436048748,"duration":1}},{"uid":"3d684117bedc1aaa","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3d684117bedc1aaa","status":"passed","time":{"start":1714435155732,"stop":1714435155733,"duration":1}},{"uid":"f7e29bd07a07c832","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f7e29bd07a07c832","status":"passed","time":{"start":1714433815782,"stop":1714433815782,"duration":0}},{"uid":"e3554c08e3e811ec","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e3554c08e3e811ec","status":"passed","time":{"start":1714432025713,"stop":1714432025713,"duration":0}},{"uid":"6bc1fed5dcbecc38","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6bc1fed5dcbecc38","status":"passed","time":{"start":1714432319331,"stop":1714432319332,"duration":1}},{"uid":"4a0fe2908aadfe7f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4a0fe2908aadfe7f","status":"passed","time":{"start":1714431035223,"stop":1714431035223,"duration":0}},{"uid":"2fa9bea16d729397","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2fa9bea16d729397","status":"passed","time":{"start":1714430851105,"stop":1714430851105,"duration":0}},{"uid":"6a023d612d0367f0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6a023d612d0367f0","status":"passed","time":{"start":1714429998253,"stop":1714429998254,"duration":1}},{"uid":"6beb51baa76d1d1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6beb51baa76d1d1","status":"passed","time":{"start":1714429123392,"stop":1714429123392,"duration":0}},{"uid":"4f7695d9ae284031","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4f7695d9ae284031","status":"passed","time":{"start":1714427908704,"stop":1714427908705,"duration":1}},{"uid":"1cbf7daf7cc4ac69","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1cbf7daf7cc4ac69","status":"passed","time":{"start":1714427590236,"stop":1714427590236,"duration":0}},{"uid":"9a4a8dcd80c2632","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9a4a8dcd80c2632","status":"passed","time":{"start":1714426950348,"stop":1714426950349,"duration":1}},{"uid":"be23af129fca787","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/be23af129fca787","status":"passed","time":{"start":1714425413002,"stop":1714425413002,"duration":0}},{"uid":"680150f78d62c662","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/680150f78d62c662","status":"passed","time":{"start":1714425435608,"stop":1714425435608,"duration":0}},{"uid":"51b0c4523fffc1bf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/51b0c4523fffc1bf","status":"passed","time":{"start":1714415590153,"stop":1714415590153,"duration":0}},{"uid":"12d624be1b269461","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/12d624be1b269461","status":"passed","time":{"start":1714415739320,"stop":1714415739321,"duration":1}},{"uid":"cbe333b82dd6df7a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cbe333b82dd6df7a","status":"passed","time":{"start":1714407950104,"stop":1714407950105,"duration":1}},{"uid":"24d6a85cf0d371bf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/24d6a85cf0d371bf","status":"passed","time":{"start":1714406978441,"stop":1714406978441,"duration":0}},{"uid":"2963c101f0cc62a0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2963c101f0cc62a0","status":"passed","time":{"start":1714404752140,"stop":1714404752141,"duration":1}}]},"c70e5ccc513b1881446b39ba156aabdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"acbd105a2f9d4370","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/acbd105a2f9d4370","status":"passed","time":{"start":1714404389187,"stop":1714404389187,"duration":0}}]},"83d1af892bed584357b395bf94943e55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a958527df2e1b3e","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6a958527df2e1b3e","status":"passed","time":{"start":1714214831993,"stop":1714214831994,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"ae3a58e3bc9a1aa7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ae3a58e3bc9a1aa7","status":"passed","time":{"start":1714454140471,"stop":1714454140471,"duration":0}},{"uid":"22e05b71bea14f6e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/22e05b71bea14f6e","status":"passed","time":{"start":1714435687953,"stop":1714435687953,"duration":0}},{"uid":"7d801963cca1cb88","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7d801963cca1cb88","status":"passed","time":{"start":1714434773469,"stop":1714434773469,"duration":0}},{"uid":"120ea14c2812def3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/120ea14c2812def3","status":"passed","time":{"start":1714433450981,"stop":1714433450982,"duration":1}},{"uid":"72573aea1e1aee4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/72573aea1e1aee4","status":"passed","time":{"start":1714431653511,"stop":1714431653512,"duration":1}},{"uid":"9f898a0d0513f039","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9f898a0d0513f039","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714431989857,"stop":1714431989857,"duration":0}},{"uid":"48a941907f3efabe","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/48a941907f3efabe","status":"passed","time":{"start":1714430659437,"stop":1714430659437,"duration":0}},{"uid":"8538ff993cb40ffe","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8538ff993cb40ffe","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714430522178,"stop":1714430522179,"duration":1}},{"uid":"56126eeac21a7389","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/56126eeac21a7389","status":"passed","time":{"start":1714429610426,"stop":1714429610426,"duration":0}},{"uid":"b36a80ea911530b7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b36a80ea911530b7","status":"passed","time":{"start":1714428741367,"stop":1714428741367,"duration":0}},{"uid":"95c024cf3be976d9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/95c024cf3be976d9","status":"passed","time":{"start":1714427513587,"stop":1714427513587,"duration":0}},{"uid":"96b5760424493eee","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/96b5760424493eee","status":"passed","time":{"start":1714427219360,"stop":1714427219360,"duration":0}},{"uid":"cb916bd5fd248b88","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cb916bd5fd248b88","status":"passed","time":{"start":1714426573104,"stop":1714426573105,"duration":1}},{"uid":"ef17e3bd068d84f2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ef17e3bd068d84f2","status":"passed","time":{"start":1714424914283,"stop":1714424914283,"duration":0}},{"uid":"69db298b86827043","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/69db298b86827043","status":"passed","time":{"start":1714425071925,"stop":1714425071926,"duration":1}},{"uid":"1ff8218dd29cfbc0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1ff8218dd29cfbc0","status":"passed","time":{"start":1714415233342,"stop":1714415233343,"duration":1}},{"uid":"4268fc4fb7559fde","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4268fc4fb7559fde","status":"passed","time":{"start":1714415382793,"stop":1714415382794,"duration":1}},{"uid":"17e1fd4bdf5620ca","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/17e1fd4bdf5620ca","status":"passed","time":{"start":1714407575701,"stop":1714407575702,"duration":1}},{"uid":"c4db7f259eebff4b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c4db7f259eebff4b","status":"passed","time":{"start":1714406625179,"stop":1714406625179,"duration":0}},{"uid":"74fbafacbd0d5c4d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/74fbafacbd0d5c4d","status":"passed","time":{"start":1714404386212,"stop":1714404386212,"duration":0}}]},"995c9d2ffeb9583835b8fb17b757467a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38d4c658be88669e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/38d4c658be88669e","status":"passed","time":{"start":1714385048711,"stop":1714385048712,"duration":1}}]},"df7192bfed68a959ae64c98955b2d519:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c8a3fa622299e90","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/3c8a3fa622299e90","status":"passed","time":{"start":1713982956493,"stop":1713982956494,"duration":1}}]},"9da081bc07d596e600f53e849f75b51b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"103cef1458ee0d","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/103cef1458ee0d","status":"passed","time":{"start":1714033718324,"stop":1714033718325,"duration":1}}]},"0c80a3a9573123563e4482ca2fe3939b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"815dab8b10daa3ed","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/815dab8b10daa3ed","status":"passed","time":{"start":1714262246465,"stop":1714262246466,"duration":1}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e0d72b6b4a86b312","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e0d72b6b4a86b312","status":"passed","time":{"start":1714454407735,"stop":1714454407735,"duration":0}},{"uid":"649b1a26e8f0b3a4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/649b1a26e8f0b3a4","status":"passed","time":{"start":1714435965308,"stop":1714435965309,"duration":1}},{"uid":"37bb6878200230b3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/37bb6878200230b3","status":"passed","time":{"start":1714435028468,"stop":1714435028468,"duration":0}},{"uid":"8ff6be0ecd298e39","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8ff6be0ecd298e39","status":"passed","time":{"start":1714433715552,"stop":1714433715552,"duration":0}},{"uid":"2b707852dcbdf963","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2b707852dcbdf963","status":"passed","time":{"start":1714431932493,"stop":1714431932493,"duration":0}},{"uid":"8632746c265821ea","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8632746c265821ea","status":"passed","time":{"start":1714432213876,"stop":1714432213877,"duration":1}},{"uid":"1635cde4b55affbe","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1635cde4b55affbe","status":"passed","time":{"start":1714430911543,"stop":1714430911543,"duration":0}},{"uid":"a9d5e19811433571","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a9d5e19811433571","status":"passed","time":{"start":1714430735785,"stop":1714430735786,"duration":1}},{"uid":"7d6fb6fa0f7de8db","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7d6fb6fa0f7de8db","status":"passed","time":{"start":1714429887039,"stop":1714429887040,"duration":1}},{"uid":"761185ea97e3e5bd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/761185ea97e3e5bd","status":"passed","time":{"start":1714429006363,"stop":1714429006363,"duration":0}},{"uid":"d8e34ce04122eb51","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d8e34ce04122eb51","status":"passed","time":{"start":1714427738972,"stop":1714427738973,"duration":1}},{"uid":"7d18d252141a3721","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7d18d252141a3721","status":"passed","time":{"start":1714427483319,"stop":1714427483319,"duration":0}},{"uid":"454816f86d411a87","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/454816f86d411a87","status":"passed","time":{"start":1714426832955,"stop":1714426832955,"duration":0}},{"uid":"e9d44b1efc42584e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e9d44b1efc42584e","status":"passed","time":{"start":1714425510851,"stop":1714425510851,"duration":0}},{"uid":"ca97cca5a833b4ff","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ca97cca5a833b4ff","status":"passed","time":{"start":1714425321026,"stop":1714425321026,"duration":0}},{"uid":"13ed1b778fb28b31","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/13ed1b778fb28b31","status":"passed","time":{"start":1714415518570,"stop":1714415518570,"duration":0}},{"uid":"6c0f63549821afe9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6c0f63549821afe9","status":"passed","time":{"start":1714415639561,"stop":1714415639561,"duration":0}},{"uid":"470aeb9bb2f1d8c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/470aeb9bb2f1d8c","status":"passed","time":{"start":1714407839125,"stop":1714407839126,"duration":1}},{"uid":"4bd948c4dcdea40e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4bd948c4dcdea40e","status":"passed","time":{"start":1714406876544,"stop":1714406876544,"duration":0}},{"uid":"16e3029de4e7cd12","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/16e3029de4e7cd12","status":"passed","time":{"start":1714404658751,"stop":1714404658751,"duration":0}}]},"e9948ae0005bcd9810aef0df443540a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cc29044b6227707","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3cc29044b6227707","status":"passed","time":{"start":1714426916048,"stop":1714426916048,"duration":0}}]},"4312a5eb3604df6c65742c2b137fa351:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc90a089e4528b2b","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/fc90a089e4528b2b","status":"passed","time":{"start":1714138901017,"stop":1714138901018,"duration":1}}]},"f2d5721dde293bc24824585ff27169dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d7789bcb96156dc","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6d7789bcb96156dc","status":"passed","time":{"start":1714404421545,"stop":1714404421546,"duration":1}}]},"d828c5142445bb16422ba24eecd7d911:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7bd38243f39c957","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e7bd38243f39c957","status":"passed","time":{"start":1714384745710,"stop":1714384745710,"duration":0}}]},"fbaf9311d1d46d248475c70be000723c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"171adee23246cf94","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/171adee23246cf94","status":"passed","time":{"start":1714384759606,"stop":1714384759607,"duration":1}}]},"d7eb1f738abe0e451e848f27b2d2bc48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bfd5f84c45c1abb0","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/bfd5f84c45c1abb0","status":"passed","time":{"start":1714385080725,"stop":1714385080726,"duration":1}}]},"084c764a5c02fd860e47a78813b03099:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcd87aaba8f22cb7","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/bcd87aaba8f22cb7","status":"passed","time":{"start":1714123147382,"stop":1714123147382,"duration":0}}]},"29d715b5228a7e6ac33f261f9d448652:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7b3fcd0b28d566b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a7b3fcd0b28d566b","status":"passed","time":{"start":1714429973505,"stop":1714429973506,"duration":1}}]},"3f1168839427e502abd74ca1f0f00d90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e73cc204581cfc1","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/3e73cc204581cfc1","status":"passed","time":{"start":1713976098354,"stop":1713976098354,"duration":0}}]},"a4c36b056e3858f86e5f5bee0851aca7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f81f093ffbd9d4c","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/2f81f093ffbd9d4c","status":"passed","time":{"start":1714386693829,"stop":1714386693829,"duration":0}}]},"10b2d8b5b4a9fbecbccdcb68924c7bf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dde5caf5c9a304f8","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/dde5caf5c9a304f8","status":"passed","time":{"start":1714109368629,"stop":1714109368630,"duration":1}}]},"1639b5df71d29fb38a2943c1c454e6ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab451702c511f75","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/ab451702c511f75","status":"passed","time":{"start":1714221349876,"stop":1714221349876,"duration":0}}]},"83db78d59bcf9a30026b55fc156bcf16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1798628698180da","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/b1798628698180da","status":"passed","time":{"start":1713977498199,"stop":1713977498199,"duration":0}}]},"986a047ae991e3ce9634113812628ca0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71710413fd9cbafc","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/71710413fd9cbafc","status":"passed","time":{"start":1713976155897,"stop":1713976155898,"duration":1}}]},"fe07f0b11ebb12ec45c4c0667ebb0bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17396e2416f32f3b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/17396e2416f32f3b","status":"passed","time":{"start":1714429091057,"stop":1714429091059,"duration":2}}]},"45f9added3fa356d965e2d31dc2f7510:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd232ab00c17e3ea","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/cd232ab00c17e3ea","status":"passed","time":{"start":1714080464430,"stop":1714080464430,"duration":0}}]},"be570f1463e43ccfc197eacc75a2058e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e01153fa23da6d0","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/1e01153fa23da6d0","status":"passed","time":{"start":1714003550652,"stop":1714003550652,"duration":0}}]},"b87785e07b2f886d65c41726d5e02150:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1883c9a32c7acf8e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1883c9a32c7acf8e","status":"passed","time":{"start":1714433792292,"stop":1714433792292,"duration":0}}]},"4af070e3b770624bf504a8fe8bffffc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e294fbe88feb3383","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e294fbe88feb3383","status":"passed","time":{"start":1714385048712,"stop":1714385048713,"duration":1}}]},"2043446d17ff9b5926c915e5bc03f9e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63480f30593cba5f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/63480f30593cba5f","status":"passed","time":{"start":1714385080722,"stop":1714385080722,"duration":0}}]},"855f11b5849995d6a6c787ca672c5559:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1522985cbe0e231d","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/1522985cbe0e231d","status":"passed","time":{"start":1714018144004,"stop":1714018144004,"duration":0}}]},"daad71244a50988ee8166f13e7bbaa53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f7fdebd521bd7d2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1f7fdebd521bd7d2","status":"passed","time":{"start":1714404739425,"stop":1714404739425,"duration":0}}]},"096acf9cb2729c81983c057097029933:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d35acf3cd9161db5","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/d35acf3cd9161db5","status":"passed","time":{"start":1714130872618,"stop":1714130872619,"duration":1}}]},"09fa0a0f41b36c85448e17275234c8c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d58c4bef5ff57d4c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d58c4bef5ff57d4c","status":"passed","time":{"start":1714415590177,"stop":1714415590177,"duration":0}}]},"dc8f1f368b79fa5357767074f60cde11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9711ce9bdac8651","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/e9711ce9bdac8651","status":"passed","time":{"start":1714296402407,"stop":1714296402407,"duration":0}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":85,"unknown":0,"total":86},"items":[{"uid":"748ccf9739238cdc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/748ccf9739238cdc","status":"passed","time":{"start":1714454053292,"stop":1714454053294,"duration":2}},{"uid":"23e9b2f99ffd8398","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/23e9b2f99ffd8398","status":"passed","time":{"start":1714435613228,"stop":1714435613229,"duration":1}},{"uid":"c990aeeabbb202b7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c990aeeabbb202b7","status":"passed","time":{"start":1714434679103,"stop":1714434679103,"duration":0}},{"uid":"d7e9970c57719290","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d7e9970c57719290","status":"passed","time":{"start":1714433372668,"stop":1714433372668,"duration":0}},{"uid":"c2bb6f7d21d4e8f0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c2bb6f7d21d4e8f0","status":"passed","time":{"start":1714431568997,"stop":1714431568997,"duration":0}},{"uid":"87d366689a396339","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/87d366689a396339","status":"passed","time":{"start":1714431828080,"stop":1714431828080,"duration":0}},{"uid":"208fe216cbb8df04","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/208fe216cbb8df04","status":"passed","time":{"start":1714430555999,"stop":1714430555999,"duration":0}},{"uid":"ca130a3998cb99c7","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ca130a3998cb99c7","status":"passed","time":{"start":1714430344113,"stop":1714430344113,"duration":0}},{"uid":"ad21a97ad858e452","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ad21a97ad858e452","status":"passed","time":{"start":1714429520842,"stop":1714429520842,"duration":0}},{"uid":"31b0ead96ec5adc1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/31b0ead96ec5adc1","status":"passed","time":{"start":1714428655267,"stop":1714428655268,"duration":1}},{"uid":"95a284925b5478e1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/95a284925b5478e1","status":"passed","time":{"start":1714427432028,"stop":1714427432029,"duration":1}},{"uid":"eb36dd590543664a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/eb36dd590543664a","status":"passed","time":{"start":1714427143087,"stop":1714427143088,"duration":1}},{"uid":"1b0c9bf78b1ad822","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1b0c9bf78b1ad822","status":"passed","time":{"start":1714426485121,"stop":1714426485121,"duration":0}},{"uid":"55b281fac58698bf","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/55b281fac58698bf","status":"passed","time":{"start":1714424814913,"stop":1714424814914,"duration":1}},{"uid":"b6f9886973017dc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b6f9886973017dc","status":"passed","time":{"start":1714424973885,"stop":1714424973885,"duration":0}},{"uid":"b6f36e6e5f6ce8bf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b6f36e6e5f6ce8bf","status":"passed","time":{"start":1714415128242,"stop":1714415128243,"duration":1}},{"uid":"75a9c4fc91c6a741","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/75a9c4fc91c6a741","status":"passed","time":{"start":1714415288028,"stop":1714415288028,"duration":0}},{"uid":"64bd197048e997e9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/64bd197048e997e9","status":"passed","time":{"start":1714407495705,"stop":1714407495706,"duration":1}},{"uid":"1c061d05af10f649","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1c061d05af10f649","status":"passed","time":{"start":1714406516591,"stop":1714406516592,"duration":1}},{"uid":"b83c0855554af9b3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b83c0855554af9b3","status":"passed","time":{"start":1714404304970,"stop":1714404304970,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"b38522128eff9403","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b38522128eff9403","status":"passed","time":{"start":1714454140465,"stop":1714454140465,"duration":0}},{"uid":"77c9790c9cc94e6e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/77c9790c9cc94e6e","status":"passed","time":{"start":1714435687904,"stop":1714435687904,"duration":0}},{"uid":"e2c1b7c3f2e772d5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e2c1b7c3f2e772d5","status":"passed","time":{"start":1714434773461,"stop":1714434773461,"duration":0}},{"uid":"ae60689cecbf0ce6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ae60689cecbf0ce6","status":"passed","time":{"start":1714433450974,"stop":1714433450974,"duration":0}},{"uid":"1283bbd604543907","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1283bbd604543907","status":"passed","time":{"start":1714431653504,"stop":1714431653504,"duration":0}},{"uid":"ca413c25592bcf05","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ca413c25592bcf05","status":"broken","statusDetails":"expected [] to have a length of 6 but got +0","time":{"start":1714431989827,"stop":1714431989827,"duration":0}},{"uid":"cfdd60b3a5e72f6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cfdd60b3a5e72f6","status":"passed","time":{"start":1714430659406,"stop":1714430659406,"duration":0}},{"uid":"a722e5809b55548e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a722e5809b55548e","status":"broken","statusDetails":"expected [] to have a length of 6 but got +0","time":{"start":1714430522148,"stop":1714430522149,"duration":1}},{"uid":"b07535f94280776a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b07535f94280776a","status":"passed","time":{"start":1714429610410,"stop":1714429610411,"duration":1}},{"uid":"24424bddcc7bafc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/24424bddcc7bafc","status":"passed","time":{"start":1714428741361,"stop":1714428741361,"duration":0}},{"uid":"c3449ffd64f4b768","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c3449ffd64f4b768","status":"passed","time":{"start":1714427513580,"stop":1714427513580,"duration":0}},{"uid":"2729fef4c5070eeb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2729fef4c5070eeb","status":"passed","time":{"start":1714427219353,"stop":1714427219353,"duration":0}},{"uid":"33f574d9363081","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/33f574d9363081","status":"passed","time":{"start":1714426573096,"stop":1714426573096,"duration":0}},{"uid":"26729ea80cc0ebc9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/26729ea80cc0ebc9","status":"passed","time":{"start":1714424914276,"stop":1714424914277,"duration":1}},{"uid":"445d3dcf4749f4f5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/445d3dcf4749f4f5","status":"passed","time":{"start":1714425071916,"stop":1714425071916,"duration":0}},{"uid":"c00297e9b6bca1a7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c00297e9b6bca1a7","status":"passed","time":{"start":1714415233321,"stop":1714415233321,"duration":0}},{"uid":"2842eab2acfeb37b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2842eab2acfeb37b","status":"passed","time":{"start":1714415382735,"stop":1714415382737,"duration":2}},{"uid":"755ddf185e313054","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/755ddf185e313054","status":"passed","time":{"start":1714407575695,"stop":1714407575695,"duration":0}},{"uid":"296a74b0440e6c72","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/296a74b0440e6c72","status":"passed","time":{"start":1714406625165,"stop":1714406625165,"duration":0}},{"uid":"1cb571db17a88ba3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1cb571db17a88ba3","status":"passed","time":{"start":1714404386203,"stop":1714404386205,"duration":2}}]},"07d2565dab2c7019f3f6bb241dd98ec3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64316af59ceb5832","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/64316af59ceb5832","status":"passed","time":{"start":1714139752232,"stop":1714139752232,"duration":0}}]},"1d917ca0fa628619113517512b031b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42fb0cf93f040e23","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/42fb0cf93f040e23","status":"passed","time":{"start":1713977498199,"stop":1713977498199,"duration":0}}]},"c94f584a1d25449dd586450357c025db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0c93b97f64cd734","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/d0c93b97f64cd734","status":"passed","time":{"start":1714082575484,"stop":1714082575484,"duration":0}}]},"0933d2ae9442197894c76f16aab0e002:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"919f5bdd0db84b5c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/919f5bdd0db84b5c","status":"passed","time":{"start":1714380091395,"stop":1714380091395,"duration":0}}]},"0da956862010fb9a4a4093434748594a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f2ea05fae46518d","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/4f2ea05fae46518d","status":"passed","time":{"start":1714139701165,"stop":1714139701165,"duration":0}}]},"2d5898d869db5b758b507dde07976895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc72335a1ce46d75","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/fc72335a1ce46d75","status":"passed","time":{"start":1714214810764,"stop":1714214810764,"duration":0}}]},"0b664693a7d8cee9aafb4d2e1831fe32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"6f8dd14322a9a69c","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/6f8dd14322a9a69c","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714004560360,"stop":1714004560360,"duration":0}}]},"163da0769e02f83b8c75028a052e503f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"288548896a53114f","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/288548896a53114f","status":"passed","time":{"start":1714139217253,"stop":1714139217254,"duration":1}}]},"f535c3fcc36c46df437d4f5e90ec598d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90a253cc6ca7561d","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/90a253cc6ca7561d","status":"passed","time":{"start":1714139203752,"stop":1714139203753,"duration":1}}]},"cdbe0411141db02b46ffbf4bda5f1c4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8692d8a1c055455","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c8692d8a1c055455","status":"passed","time":{"start":1714415590178,"stop":1714415590179,"duration":1}}]},"12f04de4bf8fe63e5f13dc3cfdb5ef13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4642f61800ec2713","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/4642f61800ec2713","status":"passed","time":{"start":1714033672540,"stop":1714033672540,"duration":0}}]},"16eaa46f733d32d579c9fed9f50f8469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91a12fe6b8bb195e","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/91a12fe6b8bb195e","status":"passed","time":{"start":1714123425560,"stop":1714123425561,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a2a3a2bca3a0f955","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a2a3a2bca3a0f955","status":"passed","time":{"start":1714454282973,"stop":1714454282973,"duration":0}},{"uid":"516237922f12218a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/516237922f12218a","status":"passed","time":{"start":1714435826664,"stop":1714435826667,"duration":3}},{"uid":"f6de4daac753449","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f6de4daac753449","status":"passed","time":{"start":1714434891418,"stop":1714434891418,"duration":0}},{"uid":"e9fc0a2a0820dc89","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e9fc0a2a0820dc89","status":"passed","time":{"start":1714433579165,"stop":1714433579165,"duration":0}},{"uid":"6bba715dfb3b1f6b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6bba715dfb3b1f6b","status":"passed","time":{"start":1714431790087,"stop":1714431790087,"duration":0}},{"uid":"dc826aebacc8d1e0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dc826aebacc8d1e0","status":"passed","time":{"start":1714432108464,"stop":1714432108465,"duration":1}},{"uid":"2a6a0b04a648b69f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2a6a0b04a648b69f","status":"passed","time":{"start":1714430776813,"stop":1714430776813,"duration":0}},{"uid":"1b9f43ea0660bf12","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1b9f43ea0660bf12","status":"passed","time":{"start":1714430614408,"stop":1714430614408,"duration":0}},{"uid":"1f2d89292b7ddc8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1f2d89292b7ddc8","status":"passed","time":{"start":1714429746730,"stop":1714429746731,"duration":1}},{"uid":"22c78337f2585ed6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/22c78337f2585ed6","status":"passed","time":{"start":1714428854424,"stop":1714428854425,"duration":1}},{"uid":"a2b90cf5e6eae551","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a2b90cf5e6eae551","status":"passed","time":{"start":1714427646206,"stop":1714427646206,"duration":0}},{"uid":"289c9bce81feb22f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/289c9bce81feb22f","status":"passed","time":{"start":1714427346922,"stop":1714427346922,"duration":0}},{"uid":"a9d84ce4fc6bfc41","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a9d84ce4fc6bfc41","status":"passed","time":{"start":1714426697035,"stop":1714426697036,"duration":1}},{"uid":"5e8871152a3ba0ca","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5e8871152a3ba0ca","status":"passed","time":{"start":1714425456658,"stop":1714425456659,"duration":1}},{"uid":"46b1bba461268a8e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/46b1bba461268a8e","status":"passed","time":{"start":1714425178901,"stop":1714425178903,"duration":2}},{"uid":"d8070dc023d52be6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d8070dc023d52be6","status":"passed","time":{"start":1714415356781,"stop":1714415356782,"duration":1}},{"uid":"2907056404925ad6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2907056404925ad6","status":"passed","time":{"start":1714415495569,"stop":1714415495569,"duration":0}},{"uid":"984bc504df79bb05","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/984bc504df79bb05","status":"passed","time":{"start":1714407697669,"stop":1714407697672,"duration":3}},{"uid":"3c6f1f0acf17d9be","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3c6f1f0acf17d9be","status":"passed","time":{"start":1714406727363,"stop":1714406727363,"duration":0}},{"uid":"9acbab8aa9e70db","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9acbab8aa9e70db","status":"passed","time":{"start":1714404518832,"stop":1714404518833,"duration":1}}]},"11ab1637d36c829531365b4ae88cbd2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a47c07da87d8477a","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/a47c07da87d8477a","status":"passed","time":{"start":1713987658231,"stop":1713987658231,"duration":0}}]},"b98902d0d01836f1c31141e376f06f35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb9cf3b032989833","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/eb9cf3b032989833","status":"passed","time":{"start":1714177988726,"stop":1714177988727,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":11,"skipped":0,"passed":77,"unknown":0,"total":88},"items":[{"uid":"b27e1b051b4aea07","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b27e1b051b4aea07","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1714455040952,"stop":1714455040953,"duration":1}},{"uid":"5e591e3e0cd94079","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5e591e3e0cd94079","status":"passed","time":{"start":1714436268287,"stop":1714436268287,"duration":0}},{"uid":"62ab77749b197f65","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/62ab77749b197f65","status":"passed","time":{"start":1714435332511,"stop":1714435332511,"duration":0}},{"uid":"9ab210233468e236","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9ab210233468e236","status":"passed","time":{"start":1714434024547,"stop":1714434024547,"duration":0}},{"uid":"ff0ea7cf07a62e3b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ff0ea7cf07a62e3b","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1714432565638,"stop":1714432565639,"duration":1}},{"uid":"6164726ed8ebd213","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6164726ed8ebd213","status":"passed","time":{"start":1714432522120,"stop":1714432522121,"duration":1}},{"uid":"504f61c2889021ef","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/504f61c2889021ef","status":"passed","time":{"start":1714431292232,"stop":1714431292232,"duration":0}},{"uid":"8df0901ed13a8804","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8df0901ed13a8804","status":"passed","time":{"start":1714431099568,"stop":1714431099569,"duration":1}},{"uid":"2fdbdb05e30034e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2fdbdb05e30034e","status":"passed","time":{"start":1714430199275,"stop":1714430199275,"duration":0}},{"uid":"ee572aa65d5ec307","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ee572aa65d5ec307","status":"broken","statusDetails":"expected 1 to equal 2","time":{"start":1714429648116,"stop":1714429648116,"duration":0}},{"uid":"4e6c27e8dcc81f18","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4e6c27e8dcc81f18","status":"passed","time":{"start":1714428049846,"stop":1714428049846,"duration":0}},{"uid":"1ba4afabe3336f6a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1ba4afabe3336f6a","status":"passed","time":{"start":1714427797812,"stop":1714427797812,"duration":0}},{"uid":"6e145714ae36ee2a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6e145714ae36ee2a","status":"passed","time":{"start":1714427149782,"stop":1714427149783,"duration":1}},{"uid":"c0829240611ba79e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c0829240611ba79e","status":"passed","time":{"start":1714425847717,"stop":1714425847718,"duration":1}},{"uid":"8eded8f7510d0092","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8eded8f7510d0092","status":"passed","time":{"start":1714425631837,"stop":1714425631837,"duration":0}},{"uid":"e8dc9b547a320584","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e8dc9b547a320584","status":"broken","statusDetails":"expected +0 to equal 2","time":{"start":1714416880996,"stop":1714416880996,"duration":0}},{"uid":"b501c35dfad75e4a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b501c35dfad75e4a","status":"passed","time":{"start":1714415951681,"stop":1714415951681,"duration":0}},{"uid":"aa1fdf5c2f71b1c2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aa1fdf5c2f71b1c2","status":"passed","time":{"start":1714408157233,"stop":1714408157233,"duration":0}},{"uid":"187f6fa1bf82171f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/187f6fa1bf82171f","status":"passed","time":{"start":1714407185143,"stop":1714407185144,"duration":1}},{"uid":"f7dcc74f05efaae6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f7dcc74f05efaae6","status":"passed","time":{"start":1714404964797,"stop":1714404964798,"duration":1}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":5,"passed":79,"unknown":0,"total":88},"items":[{"uid":"92b84ba02c3676a3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/92b84ba02c3676a3","status":"passed","time":{"start":1714455040953,"stop":1714455040953,"duration":0}},{"uid":"13ce7f42bf36ae7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/13ce7f42bf36ae7","status":"passed","time":{"start":1714436268288,"stop":1714436268288,"duration":0}},{"uid":"8761793a71a35432","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8761793a71a35432","status":"passed","time":{"start":1714435332511,"stop":1714435332512,"duration":1}},{"uid":"17d5c01ec707ce6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/17d5c01ec707ce6","status":"passed","time":{"start":1714434024547,"stop":1714434024547,"duration":0}},{"uid":"5497243a8627879e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5497243a8627879e","status":"passed","time":{"start":1714432565639,"stop":1714432565639,"duration":0}},{"uid":"60b67bdaba97eb5c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/60b67bdaba97eb5c","status":"passed","time":{"start":1714432522121,"stop":1714432522121,"duration":0}},{"uid":"7bc678d4a0eae5c7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7bc678d4a0eae5c7","status":"passed","time":{"start":1714431292233,"stop":1714431292233,"duration":0}},{"uid":"9624e0fc2eff7ada","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9624e0fc2eff7ada","status":"passed","time":{"start":1714431099569,"stop":1714431099570,"duration":1}},{"uid":"264dfde99665d229","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/264dfde99665d229","status":"passed","time":{"start":1714430199276,"stop":1714430199276,"duration":0}},{"uid":"19a955158c5ce628","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/19a955158c5ce628","status":"passed","time":{"start":1714429648117,"stop":1714429648117,"duration":0}},{"uid":"1ba105b2702f11ad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1ba105b2702f11ad","status":"passed","time":{"start":1714428049847,"stop":1714428049847,"duration":0}},{"uid":"919e451cd4c7f918","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/919e451cd4c7f918","status":"passed","time":{"start":1714427797812,"stop":1714427797813,"duration":1}},{"uid":"632c695c3c60b8c8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/632c695c3c60b8c8","status":"passed","time":{"start":1714427149783,"stop":1714427149783,"duration":0}},{"uid":"ba5bf4c9592f4190","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ba5bf4c9592f4190","status":"passed","time":{"start":1714425847718,"stop":1714425847718,"duration":0}},{"uid":"ed4e593fda51bb0a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ed4e593fda51bb0a","status":"passed","time":{"start":1714425631838,"stop":1714425631838,"duration":0}},{"uid":"582aa63bb1ce682b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/582aa63bb1ce682b","status":"broken","statusDetails":"expected +0 to equal 3","time":{"start":1714416880997,"stop":1714416880997,"duration":0}},{"uid":"a2f248aabace19d0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a2f248aabace19d0","status":"passed","time":{"start":1714415951682,"stop":1714415951682,"duration":0}},{"uid":"fb4955d1f73b0e74","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fb4955d1f73b0e74","status":"passed","time":{"start":1714408157233,"stop":1714408157233,"duration":0}},{"uid":"f4f1a0c1a553a91d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f4f1a0c1a553a91d","status":"passed","time":{"start":1714407185144,"stop":1714407185144,"duration":0}},{"uid":"62c421231a825dd8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/62c421231a825dd8","status":"passed","time":{"start":1714404964798,"stop":1714404964798,"duration":0}}]},"64f5c964ee04166aa51ec0d08f57c0f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5da53baf1d59cb26","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5da53baf1d59cb26","status":"passed","time":{"start":1714382963590,"stop":1714382963590,"duration":0}}]},"df234824160eaa49f4137b322419b940:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e90814ce5df421","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/4e90814ce5df421","status":"passed","time":{"start":1713969158742,"stop":1713969158743,"duration":1}}]},"7eadff4b4b4e201ffe6532d9f58b65a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"130beff8d6584fd0","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/130beff8d6584fd0","status":"passed","time":{"start":1714010049394,"stop":1714010049395,"duration":1}}]},"37d1423d995ed18d4145b1b9b248a72e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c25b3f2f656a961c","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/c25b3f2f656a961c","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908892,"stop":1713976908892,"duration":0}}]},"c4ba29da921e5c4bb09730fdb8a1182a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdbcdf069f9beb83","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/cdbcdf069f9beb83","status":"passed","time":{"start":1714177988722,"stop":1714177988723,"duration":1}}]},"226d59fc19c59ea66c91ee0413b5ea02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1985c0b3f9d431f","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/a1985c0b3f9d431f","status":"passed","time":{"start":1714009947957,"stop":1714009947957,"duration":0}}]},"abec82b66bba261aee70a3b45ef2e91a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b53be6ea8108272","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b53be6ea8108272","status":"passed","time":{"start":1714382864761,"stop":1714382864761,"duration":0}}]},"17b1f94278c5f1f40328192f3e8c01e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9fdd9875825cc20","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/d9fdd9875825cc20","status":"passed","time":{"start":1713889382229,"stop":1713889382229,"duration":0}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"cfe3ee72c68f101a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cfe3ee72c68f101a","status":"passed","time":{"start":1714454434322,"stop":1714454434322,"duration":0}},{"uid":"e2a539c6049e6313","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e2a539c6049e6313","status":"passed","time":{"start":1714436006537,"stop":1714436006537,"duration":0}},{"uid":"f6030835bdab5da1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f6030835bdab5da1","status":"passed","time":{"start":1714435054848,"stop":1714435054849,"duration":1}},{"uid":"c84830cb669aea30","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c84830cb669aea30","status":"passed","time":{"start":1714433761060,"stop":1714433761060,"duration":0}},{"uid":"71df8628866b3a84","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/71df8628866b3a84","status":"passed","time":{"start":1714431966431,"stop":1714431966431,"duration":0}},{"uid":"8383a608cdaf1d64","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8383a608cdaf1d64","status":"passed","time":{"start":1714432193275,"stop":1714432193275,"duration":0}},{"uid":"8544e6cf86cee43a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8544e6cf86cee43a","status":"passed","time":{"start":1714430948538,"stop":1714430948539,"duration":1}},{"uid":"3653cbbe73942e50","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3653cbbe73942e50","status":"passed","time":{"start":1714430713544,"stop":1714430713545,"duration":1}},{"uid":"a33e55c4ce1d709f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a33e55c4ce1d709f","status":"passed","time":{"start":1714429917745,"stop":1714429917745,"duration":0}},{"uid":"95a2c47359b250f6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/95a2c47359b250f6","status":"passed","time":{"start":1714429040295,"stop":1714429040296,"duration":1}},{"uid":"a20c86523e0fff4e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a20c86523e0fff4e","status":"passed","time":{"start":1714427848684,"stop":1714427848685,"duration":1}},{"uid":"94b6b75b419c8a3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/94b6b75b419c8a3","status":"passed","time":{"start":1714427530066,"stop":1714427530066,"duration":0}},{"uid":"cdad948aebc2e242","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cdad948aebc2e242","status":"passed","time":{"start":1714426875146,"stop":1714426875146,"duration":0}},{"uid":"aad58566b323ad1c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/aad58566b323ad1c","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511032,"stop":1714426511032,"duration":0}},{"uid":"b5975160f7b3bca3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b5975160f7b3bca3","status":"passed","time":{"start":1714425369961,"stop":1714425369962,"duration":1}},{"uid":"dacb787ed76cdc3e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dacb787ed76cdc3e","status":"passed","time":{"start":1714415516377,"stop":1714415516377,"duration":0}},{"uid":"20b8fd41641820d3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/20b8fd41641820d3","status":"passed","time":{"start":1714415679031,"stop":1714415679031,"duration":0}},{"uid":"55834bab3d1cc15b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/55834bab3d1cc15b","status":"passed","time":{"start":1714407884326,"stop":1714407884327,"duration":1}},{"uid":"2731daefa29818b1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2731daefa29818b1","status":"passed","time":{"start":1714406914316,"stop":1714406914319,"duration":3}},{"uid":"a168fffd737c82e8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a168fffd737c82e8","status":"passed","time":{"start":1714404690110,"stop":1714404690111,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":83,"unknown":0,"total":87},"items":[{"uid":"a59d0b6c532b3a67","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a59d0b6c532b3a67","status":"passed","time":{"start":1714454246973,"stop":1714454246974,"duration":1}},{"uid":"fcdfa40233f8cb35","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fcdfa40233f8cb35","status":"passed","time":{"start":1714435795187,"stop":1714435795187,"duration":0}},{"uid":"d8f0390fc9cf1424","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d8f0390fc9cf1424","status":"passed","time":{"start":1714434861608,"stop":1714434861609,"duration":1}},{"uid":"1dd267d9d15fd84c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1dd267d9d15fd84c","status":"passed","time":{"start":1714433551076,"stop":1714433551076,"duration":0}},{"uid":"9e86ca70028fe880","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9e86ca70028fe880","status":"passed","time":{"start":1714431768811,"stop":1714431768813,"duration":2}},{"uid":"a29b87b658adeae","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a29b87b658adeae","status":"passed","time":{"start":1714432061425,"stop":1714432061425,"duration":0}},{"uid":"fe91f4de5d6b1c40","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fe91f4de5d6b1c40","status":"passed","time":{"start":1714430772724,"stop":1714430772725,"duration":1}},{"uid":"af6590398381f0dd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/af6590398381f0dd","status":"passed","time":{"start":1714430577549,"stop":1714430577556,"duration":7}},{"uid":"1ad560d58a57eaee","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1ad560d58a57eaee","status":"passed","time":{"start":1714429721253,"stop":1714429721254,"duration":1}},{"uid":"8125982c5d99f3d7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8125982c5d99f3d7","status":"passed","time":{"start":1714428857768,"stop":1714428857768,"duration":0}},{"uid":"ccc297b885d5cb23","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ccc297b885d5cb23","status":"passed","time":{"start":1714427634504,"stop":1714427634504,"duration":0}},{"uid":"397af1c7b8138191","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/397af1c7b8138191","status":"passed","time":{"start":1714427320391,"stop":1714427320392,"duration":1}},{"uid":"22f55589a977c632","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/22f55589a977c632","status":"passed","time":{"start":1714426692197,"stop":1714426692197,"duration":0}},{"uid":"a0232942c56e7052","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a0232942c56e7052","status":"passed","time":{"start":1714425469962,"stop":1714425469963,"duration":1}},{"uid":"801683dd583d74","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/801683dd583d74","status":"passed","time":{"start":1714425170479,"stop":1714425170479,"duration":0}},{"uid":"17044bb28be3ed99","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/17044bb28be3ed99","status":"passed","time":{"start":1714415308004,"stop":1714415308005,"duration":1}},{"uid":"3f0d64a62b7fd9ae","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3f0d64a62b7fd9ae","status":"passed","time":{"start":1714415498400,"stop":1714415498401,"duration":1}},{"uid":"f75a5db651fd1c92","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f75a5db651fd1c92","status":"passed","time":{"start":1714407691766,"stop":1714407691767,"duration":1}},{"uid":"3d64615faef6c49c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3d64615faef6c49c","status":"passed","time":{"start":1714406721593,"stop":1714406721593,"duration":0}},{"uid":"dfa96e35d4aea6ac","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dfa96e35d4aea6ac","status":"passed","time":{"start":1714404515363,"stop":1714404515364,"duration":1}}]},"767e6ca8d60e10cbc7b1365bd7505754:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e687ecae3a4af7a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9e687ecae3a4af7a","status":"passed","time":{"start":1714380091395,"stop":1714380091395,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f3726921a28f6c51","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f3726921a28f6c51","status":"passed","time":{"start":1714453932711,"stop":1714453932712,"duration":1}},{"uid":"fd39187b288c1a99","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fd39187b288c1a99","status":"passed","time":{"start":1714435490590,"stop":1714435490591,"duration":1}},{"uid":"65a0a2806d4e5d81","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/65a0a2806d4e5d81","status":"passed","time":{"start":1714434559571,"stop":1714434559572,"duration":1}},{"uid":"a89407eda94dee40","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a89407eda94dee40","status":"passed","time":{"start":1714433254665,"stop":1714433254665,"duration":0}},{"uid":"4b8951799326a1a5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4b8951799326a1a5","status":"passed","time":{"start":1714431452653,"stop":1714431452653,"duration":0}},{"uid":"196331a9fe63411e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/196331a9fe63411e","status":"passed","time":{"start":1714431716091,"stop":1714431716091,"duration":0}},{"uid":"31e911bece74a745","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/31e911bece74a745","status":"passed","time":{"start":1714430438511,"stop":1714430438512,"duration":1}},{"uid":"bb68c81a1a41992a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bb68c81a1a41992a","status":"passed","time":{"start":1714430230970,"stop":1714430230971,"duration":1}},{"uid":"93a5e2a111ad9189","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/93a5e2a111ad9189","status":"passed","time":{"start":1714429392684,"stop":1714429392685,"duration":1}},{"uid":"16e446b9e49a882f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/16e446b9e49a882f","status":"passed","time":{"start":1714428536306,"stop":1714428536307,"duration":1}},{"uid":"2f6b3f9f03d7cee9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2f6b3f9f03d7cee9","status":"passed","time":{"start":1714427313743,"stop":1714427313744,"duration":1}},{"uid":"4514688e9b91f1b1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4514688e9b91f1b1","status":"passed","time":{"start":1714427015248,"stop":1714427015249,"duration":1}},{"uid":"33e35f08fbe07d0d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/33e35f08fbe07d0d","status":"passed","time":{"start":1714426364082,"stop":1714426364083,"duration":1}},{"uid":"e68a9f148b4c0f24","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e68a9f148b4c0f24","status":"passed","time":{"start":1714424466617,"stop":1714424466618,"duration":1}},{"uid":"9efa11bd33918aab","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9efa11bd33918aab","status":"passed","time":{"start":1714424856930,"stop":1714424856930,"duration":0}},{"uid":"b845dc8d7a9e71","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b845dc8d7a9e71","status":"passed","time":{"start":1714415009494,"stop":1714415009494,"duration":0}},{"uid":"5a72a88c8b095ca6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5a72a88c8b095ca6","status":"passed","time":{"start":1714415162817,"stop":1714415162818,"duration":1}},{"uid":"9236b2e50930b23","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9236b2e50930b23","status":"passed","time":{"start":1714407369935,"stop":1714407369936,"duration":1}},{"uid":"ea15939494793be0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ea15939494793be0","status":"passed","time":{"start":1714406397068,"stop":1714406397068,"duration":0}},{"uid":"8acbf58774933210","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8acbf58774933210","status":"passed","time":{"start":1714404187044,"stop":1714404187044,"duration":0}}]},"f0a81593e36e459e2d7020e5eb5da938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d01e405ac6de2dc3","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/d01e405ac6de2dc3","status":"passed","time":{"start":1714009992311,"stop":1714009992312,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"73ef15ae25f813db","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/73ef15ae25f813db","status":"passed","time":{"start":1714454507905,"stop":1714454507905,"duration":0}},{"uid":"6550ea3c0fc61ea1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6550ea3c0fc61ea1","status":"passed","time":{"start":1714436048754,"stop":1714436048754,"duration":0}},{"uid":"797aa19c0de9e7d4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/797aa19c0de9e7d4","status":"passed","time":{"start":1714435155772,"stop":1714435155776,"duration":4}},{"uid":"7deb76fdfc47cccf","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7deb76fdfc47cccf","status":"passed","time":{"start":1714433815795,"stop":1714433815795,"duration":0}},{"uid":"d728a96395f94b84","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d728a96395f94b84","status":"passed","time":{"start":1714432025724,"stop":1714432025724,"duration":0}},{"uid":"93fda78b4b3f22f2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/93fda78b4b3f22f2","status":"passed","time":{"start":1714432319347,"stop":1714432319347,"duration":0}},{"uid":"c50dd6cf404c42bf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c50dd6cf404c42bf","status":"passed","time":{"start":1714431035241,"stop":1714431035242,"duration":1}},{"uid":"eddab46f1abe3f8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/eddab46f1abe3f8","status":"passed","time":{"start":1714430851113,"stop":1714430851121,"duration":8}},{"uid":"fd796c9a36c49699","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fd796c9a36c49699","status":"passed","time":{"start":1714429998291,"stop":1714429998292,"duration":1}},{"uid":"ae7571af264c7d14","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ae7571af264c7d14","status":"passed","time":{"start":1714429123411,"stop":1714429123414,"duration":3}},{"uid":"a2310e359c95e50","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a2310e359c95e50","status":"passed","time":{"start":1714427908739,"stop":1714427908740,"duration":1}},{"uid":"19edd91fb62e7cfd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/19edd91fb62e7cfd","status":"passed","time":{"start":1714427590256,"stop":1714427590257,"duration":1}},{"uid":"a49917546c02cd6f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a49917546c02cd6f","status":"passed","time":{"start":1714426950360,"stop":1714426950360,"duration":0}},{"uid":"6ed4621ef2926c96","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6ed4621ef2926c96","status":"passed","time":{"start":1714425413015,"stop":1714425413016,"duration":1}},{"uid":"56a72625642bf098","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/56a72625642bf098","status":"passed","time":{"start":1714425435620,"stop":1714425435620,"duration":0}},{"uid":"1d4bdcf15237a6b0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1d4bdcf15237a6b0","status":"passed","time":{"start":1714415590166,"stop":1714415590167,"duration":1}},{"uid":"2169caebe273ce7f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2169caebe273ce7f","status":"passed","time":{"start":1714415739330,"stop":1714415739330,"duration":0}},{"uid":"d08677e7a3136a6f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d08677e7a3136a6f","status":"passed","time":{"start":1714407950124,"stop":1714407950124,"duration":0}},{"uid":"d8a9979898acd7e6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d8a9979898acd7e6","status":"passed","time":{"start":1714406978475,"stop":1714406978475,"duration":0}},{"uid":"83e16a3a6e220f2d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/83e16a3a6e220f2d","status":"passed","time":{"start":1714404752148,"stop":1714404752148,"duration":0}}]},"77589162dc3424daa18864c927b1ac6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a59fff19fb383bef","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/a59fff19fb383bef","status":"passed","time":{"start":1714009992298,"stop":1714009992298,"duration":0}}]},"837285f66d0e67ee98b416f1a8659345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc5399383d7a77a7","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/cc5399383d7a77a7","status":"passed","time":{"start":1714219113966,"stop":1714219113967,"duration":1}}]},"182fa717a5312a3f5a4de3e49153805e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64c680ef45190356","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/64c680ef45190356","status":"passed","time":{"start":1714297352587,"stop":1714297352587,"duration":0}}]},"32b709dcb2466a1df76f25d6b3948735:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83937154b93982b4","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/83937154b93982b4","status":"passed","time":{"start":1714139755303,"stop":1714139755303,"duration":0}}]},"4fdcc50a23d8a062ea708fe190a11f08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68b1579a2c7ef379","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/68b1579a2c7ef379","status":"passed","time":{"start":1714045821386,"stop":1714045821386,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4a19d00a39e51cc6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4a19d00a39e51cc6","status":"passed","time":{"start":1714454227628,"stop":1714454227628,"duration":0}},{"uid":"f2ab972b83a7b160","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f2ab972b83a7b160","status":"passed","time":{"start":1714435777767,"stop":1714435777768,"duration":1}},{"uid":"9e9b7657e7516c8e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9e9b7657e7516c8e","status":"passed","time":{"start":1714434844579,"stop":1714434844579,"duration":0}},{"uid":"e0475e6b8ad68f65","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e0475e6b8ad68f65","status":"passed","time":{"start":1714433536132,"stop":1714433536132,"duration":0}},{"uid":"a697dddb6b2682fd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a697dddb6b2682fd","status":"passed","time":{"start":1714431743696,"stop":1714431743696,"duration":0}},{"uid":"9100ff8bcaf29b50","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9100ff8bcaf29b50","status":"passed","time":{"start":1714432061611,"stop":1714432061612,"duration":1}},{"uid":"725ee433fb49479f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/725ee433fb49479f","status":"passed","time":{"start":1714430732791,"stop":1714430732791,"duration":0}},{"uid":"bb5e83ec59293d75","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bb5e83ec59293d75","status":"passed","time":{"start":1714430577777,"stop":1714430577777,"duration":0}},{"uid":"4d225d6814aa8b22","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4d225d6814aa8b22","status":"passed","time":{"start":1714429693309,"stop":1714429693309,"duration":0}},{"uid":"411042e301fae2e5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/411042e301fae2e5","status":"passed","time":{"start":1714428818329,"stop":1714428818330,"duration":1}},{"uid":"4727270ed164c737","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4727270ed164c737","status":"passed","time":{"start":1714427601546,"stop":1714427601547,"duration":1}},{"uid":"c226a6d22c86d324","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c226a6d22c86d324","status":"passed","time":{"start":1714427309010,"stop":1714427309011,"duration":1}},{"uid":"edb5991468e7554f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/edb5991468e7554f","status":"passed","time":{"start":1714426655919,"stop":1714426655919,"duration":0}},{"uid":"bb153fbd676559e6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bb153fbd676559e6","status":"passed","time":{"start":1714425420809,"stop":1714425420810,"duration":1}},{"uid":"78a3e99ec95b22f3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/78a3e99ec95b22f3","status":"passed","time":{"start":1714425137574,"stop":1714425137574,"duration":0}},{"uid":"fabfbfab232e49b2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fabfbfab232e49b2","status":"passed","time":{"start":1714415306504,"stop":1714415306505,"duration":1}},{"uid":"60e3be7994860ccf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/60e3be7994860ccf","status":"passed","time":{"start":1714415442172,"stop":1714415442172,"duration":0}},{"uid":"9a9f768a815fff98","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9a9f768a815fff98","status":"passed","time":{"start":1714407661548,"stop":1714407661549,"duration":1}},{"uid":"aa783d8bbc259dd8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/aa783d8bbc259dd8","status":"passed","time":{"start":1714406688992,"stop":1714406688992,"duration":0}},{"uid":"431c14dc254fb7fa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/431c14dc254fb7fa","status":"passed","time":{"start":1714404480733,"stop":1714404480733,"duration":0}}]},"7804c1775814e212eaa947e2790206c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c87efa70e663f77","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9c87efa70e663f77","status":"passed","time":{"start":1714383356214,"stop":1714383356214,"duration":0}}]},"d72c138a36a0e2fd3792b9e810407fef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32876ce2d0af76c8","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/32876ce2d0af76c8","status":"passed","time":{"start":1714385757962,"stop":1714385757962,"duration":0}}]},"77057f84b4b75f31a05b07f89107ff41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c3fc0a4008010c","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/9c3fc0a4008010c","status":"passed","time":{"start":1714087070362,"stop":1714087070363,"duration":1}}]},"1ffb659a48ce70117b25fcb9a8f4a1db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88bdecf215c6ca1a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/88bdecf215c6ca1a","status":"passed","time":{"start":1714427856109,"stop":1714427856109,"duration":0}}]},"2190722c030a52817960d74da421869a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6096db4aa753e890","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/6096db4aa753e890","status":"passed","time":{"start":1714123425564,"stop":1714123425564,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"5328c19c212b7083","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5328c19c212b7083","status":"passed","time":{"start":1714454365873,"stop":1714454365874,"duration":1}},{"uid":"3da4b004efc80b9f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3da4b004efc80b9f","status":"passed","time":{"start":1714435932813,"stop":1714435932813,"duration":0}},{"uid":"cef7389f36363986","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cef7389f36363986","status":"passed","time":{"start":1714435006823,"stop":1714435006823,"duration":0}},{"uid":"4f619af6a48a75c7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4f619af6a48a75c7","status":"passed","time":{"start":1714433693915,"stop":1714433693915,"duration":0}},{"uid":"4bfb53a695dfc044","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4bfb53a695dfc044","status":"passed","time":{"start":1714431888535,"stop":1714431888536,"duration":1}},{"uid":"55dea5ec699d0139","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/55dea5ec699d0139","status":"passed","time":{"start":1714432201968,"stop":1714432201968,"duration":0}},{"uid":"2dce97510c9a6c34","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2dce97510c9a6c34","status":"passed","time":{"start":1714430892432,"stop":1714430892433,"duration":1}},{"uid":"6019b58b2429df05","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6019b58b2429df05","status":"passed","time":{"start":1714430720916,"stop":1714430720916,"duration":0}},{"uid":"84ce478b5e1e86e9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/84ce478b5e1e86e9","status":"passed","time":{"start":1714429855244,"stop":1714429855244,"duration":0}},{"uid":"ff55da23963de223","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ff55da23963de223","status":"passed","time":{"start":1714428989401,"stop":1714428989402,"duration":1}},{"uid":"75dd75ca30b925a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/75dd75ca30b925a","status":"passed","time":{"start":1714427767165,"stop":1714427767166,"duration":1}},{"uid":"b025fa71090809e2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b025fa71090809e2","status":"passed","time":{"start":1714427460512,"stop":1714427460512,"duration":0}},{"uid":"648db4386e138551","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/648db4386e138551","status":"passed","time":{"start":1714426812791,"stop":1714426812791,"duration":0}},{"uid":"782f1e1c1ebc7c2d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/782f1e1c1ebc7c2d","status":"passed","time":{"start":1714425528567,"stop":1714425528567,"duration":0}},{"uid":"ef237b7985225ed0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ef237b7985225ed0","status":"passed","time":{"start":1714425301042,"stop":1714425301042,"duration":0}},{"uid":"138906b84936c772","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/138906b84936c772","status":"passed","time":{"start":1714415473240,"stop":1714415473241,"duration":1}},{"uid":"87f64e7fdf6811e7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/87f64e7fdf6811e7","status":"passed","time":{"start":1714415615334,"stop":1714415615335,"duration":1}},{"uid":"a21e4eb36eb5b674","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a21e4eb36eb5b674","status":"passed","time":{"start":1714407816851,"stop":1714407816851,"duration":0}},{"uid":"ee090c75744dfe6e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ee090c75744dfe6e","status":"passed","time":{"start":1714406861552,"stop":1714406861552,"duration":0}},{"uid":"b32291a8744f76e8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b32291a8744f76e8","status":"passed","time":{"start":1714404628264,"stop":1714404628265,"duration":1}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"8cc4f82d88683c68","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8cc4f82d88683c68","status":"passed","time":{"start":1714454429793,"stop":1714454429794,"duration":1}},{"uid":"31d876e63a618418","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/31d876e63a618418","status":"passed","time":{"start":1714435983379,"stop":1714435983380,"duration":1}},{"uid":"1a81b0d1373a0b6d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1a81b0d1373a0b6d","status":"passed","time":{"start":1714435051944,"stop":1714435051944,"duration":0}},{"uid":"ab440ef278e52091","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ab440ef278e52091","status":"passed","time":{"start":1714433741790,"stop":1714433741790,"duration":0}},{"uid":"e9016919c1fd7eb4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e9016919c1fd7eb4","status":"passed","time":{"start":1714431944904,"stop":1714431944904,"duration":0}},{"uid":"648072cd0ffe1707","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/648072cd0ffe1707","status":"passed","time":{"start":1714432240091,"stop":1714432240091,"duration":0}},{"uid":"416147d72200ab57","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/416147d72200ab57","status":"passed","time":{"start":1714430938919,"stop":1714430938919,"duration":0}},{"uid":"26610b1e52e75fc9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/26610b1e52e75fc9","status":"passed","time":{"start":1714430755765,"stop":1714430755765,"duration":0}},{"uid":"22ed247adace3ae5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/22ed247adace3ae5","status":"passed","time":{"start":1714429913429,"stop":1714429913429,"duration":0}},{"uid":"908018cd4a95984f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/908018cd4a95984f","status":"passed","time":{"start":1714429034574,"stop":1714429034574,"duration":0}},{"uid":"264ab537af75aab4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/264ab537af75aab4","status":"passed","time":{"start":1714427765142,"stop":1714427765143,"duration":1}},{"uid":"53bc41dd3bb47f2f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/53bc41dd3bb47f2f","status":"passed","time":{"start":1714427509515,"stop":1714427509516,"duration":1}},{"uid":"313fbe7303cccdc9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/313fbe7303cccdc9","status":"passed","time":{"start":1714426865267,"stop":1714426865267,"duration":0}},{"uid":"591b3f82336333ce","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/591b3f82336333ce","status":"passed","time":{"start":1714425536875,"stop":1714425536875,"duration":0}},{"uid":"53c892fc8a9550bf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/53c892fc8a9550bf","status":"passed","time":{"start":1714425348180,"stop":1714425348181,"duration":1}},{"uid":"572db88af17a9124","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/572db88af17a9124","status":"passed","time":{"start":1714415541645,"stop":1714415541645,"duration":0}},{"uid":"66cc12988a24bf48","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/66cc12988a24bf48","status":"passed","time":{"start":1714415666676,"stop":1714415666676,"duration":0}},{"uid":"316f40c3bb2e2dbf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/316f40c3bb2e2dbf","status":"passed","time":{"start":1714407867318,"stop":1714407867318,"duration":0}},{"uid":"4b14b8864b7e8528","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4b14b8864b7e8528","status":"passed","time":{"start":1714406901760,"stop":1714406901760,"duration":0}},{"uid":"a211ce08848f8a7b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a211ce08848f8a7b","status":"passed","time":{"start":1714404685932,"stop":1714404685932,"duration":0}}]},"93fa89f84cbcfbfb8dc1f401a5370f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"56921560f00fd5c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/56921560f00fd5c8","status":"passed","time":{"start":1714453925076,"stop":1714453925076,"duration":0}},{"uid":"5dc218de4603798c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5dc218de4603798c","status":"passed","time":{"start":1714435482985,"stop":1714435482985,"duration":0}},{"uid":"ccc4043ae518664","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ccc4043ae518664","status":"passed","time":{"start":1714434552021,"stop":1714434552022,"duration":1}},{"uid":"19192a83f50ebc32","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/19192a83f50ebc32","status":"passed","time":{"start":1714433247045,"stop":1714433247045,"duration":0}},{"uid":"7aebabf3ecc909e8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7aebabf3ecc909e8","status":"passed","time":{"start":1714431444768,"stop":1714431444769,"duration":1}},{"uid":"2713541ad2e0f193","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2713541ad2e0f193","status":"passed","time":{"start":1714431708308,"stop":1714431708309,"duration":1}},{"uid":"40ef8c737dcab442","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/40ef8c737dcab442","status":"passed","time":{"start":1714430430740,"stop":1714430430740,"duration":0}},{"uid":"8e9009ca6b6e2155","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8e9009ca6b6e2155","status":"passed","time":{"start":1714430223195,"stop":1714430223195,"duration":0}},{"uid":"a1ea675d50358470","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a1ea675d50358470","status":"passed","time":{"start":1714429383898,"stop":1714429383898,"duration":0}},{"uid":"d7be343819fad622","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d7be343819fad622","status":"passed","time":{"start":1714428528651,"stop":1714428528651,"duration":0}},{"uid":"cbe235c28e5041ec","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cbe235c28e5041ec","status":"passed","time":{"start":1714427306000,"stop":1714427306000,"duration":0}},{"uid":"812f6731d1eac71f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/812f6731d1eac71f","status":"passed","time":{"start":1714427007393,"stop":1714427007393,"duration":0}},{"uid":"54206ce7c48a41e2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/54206ce7c48a41e2","status":"passed","time":{"start":1714426355988,"stop":1714426355988,"duration":0}},{"uid":"ecc74fa2bf274859","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ecc74fa2bf274859","status":"passed","time":{"start":1714424458802,"stop":1714424458802,"duration":0}},{"uid":"99da20430576cfe6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/99da20430576cfe6","status":"passed","time":{"start":1714424849040,"stop":1714424849040,"duration":0}},{"uid":"c5233a856d03f1ed","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c5233a856d03f1ed","status":"passed","time":{"start":1714415001465,"stop":1714415001465,"duration":0}},{"uid":"226f4abf8aba77a4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/226f4abf8aba77a4","status":"passed","time":{"start":1714415154942,"stop":1714415154942,"duration":0}},{"uid":"b669c1afd1a827f8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b669c1afd1a827f8","status":"passed","time":{"start":1714407362064,"stop":1714407362064,"duration":0}},{"uid":"3106317bf5043965","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3106317bf5043965","status":"passed","time":{"start":1714406389357,"stop":1714406389357,"duration":0}},{"uid":"e9a2248e68cedb25","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e9a2248e68cedb25","status":"passed","time":{"start":1714404179196,"stop":1714404179197,"duration":1}}]},"5d76c6de8a707064b21ba14d75b8bb35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ff5eae5060c2895","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/2ff5eae5060c2895","status":"passed","time":{"start":1714109329172,"stop":1714109329172,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"fbdb3b3ead4d39dc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fbdb3b3ead4d39dc","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0}},{"uid":"8a301737688cd44e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8a301737688cd44e","status":"passed","time":{"start":1714435491291,"stop":1714435491291,"duration":0}},{"uid":"3ac7484b2f33c231","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3ac7484b2f33c231","status":"passed","time":{"start":1714434560398,"stop":1714434560398,"duration":0}},{"uid":"f4afdeb08189c9e3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f4afdeb08189c9e3","status":"passed","time":{"start":1714433255378,"stop":1714433255378,"duration":0}},{"uid":"fa86a10287a035d7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fa86a10287a035d7","status":"passed","time":{"start":1714431453274,"stop":1714431453274,"duration":0}},{"uid":"1324a24c4ad95c1c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1324a24c4ad95c1c","status":"passed","time":{"start":1714431716853,"stop":1714431716853,"duration":0}},{"uid":"5f2f45b53f308658","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5f2f45b53f308658","status":"passed","time":{"start":1714430439315,"stop":1714430439315,"duration":0}},{"uid":"93787b4549bd65f8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/93787b4549bd65f8","status":"passed","time":{"start":1714430231610,"stop":1714430231610,"duration":0}},{"uid":"4adf67248bc09df3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4adf67248bc09df3","status":"passed","time":{"start":1714429393355,"stop":1714429393355,"duration":0}},{"uid":"310415fd141f8f23","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/310415fd141f8f23","status":"passed","time":{"start":1714428537105,"stop":1714428537106,"duration":1}},{"uid":"fa7bbb3e10f600a9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fa7bbb3e10f600a9","status":"passed","time":{"start":1714427314626,"stop":1714427314626,"duration":0}},{"uid":"662cc8d792fcd86","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/662cc8d792fcd86","status":"passed","time":{"start":1714427015822,"stop":1714427015822,"duration":0}},{"uid":"b79e64b1ff6d4d61","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b79e64b1ff6d4d61","status":"passed","time":{"start":1714426364740,"stop":1714426364740,"duration":0}},{"uid":"58052b6487ac7e02","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/58052b6487ac7e02","status":"passed","time":{"start":1714424467267,"stop":1714424467268,"duration":1}},{"uid":"3addf4900bd5970a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3addf4900bd5970a","status":"passed","time":{"start":1714424857619,"stop":1714424857620,"duration":1}},{"uid":"9c912d9c98aa406c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9c912d9c98aa406c","status":"passed","time":{"start":1714415010227,"stop":1714415010227,"duration":0}},{"uid":"3df3a7653e6582e1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3df3a7653e6582e1","status":"passed","time":{"start":1714415163525,"stop":1714415163526,"duration":1}},{"uid":"803d261743ac55d6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/803d261743ac55d6","status":"passed","time":{"start":1714407370713,"stop":1714407370713,"duration":0}},{"uid":"90d90281db414c1b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/90d90281db414c1b","status":"passed","time":{"start":1714406397860,"stop":1714406397860,"duration":0}},{"uid":"e19629612c36a076","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e19629612c36a076","status":"passed","time":{"start":1714404187712,"stop":1714404187712,"duration":0}}]},"f06499e5e24db625af5f154ff9356862:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88aa185b84252d42","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/88aa185b84252d42","status":"passed","time":{"start":1714386585866,"stop":1714386585866,"duration":0}}]},"71130a37fb90625ab83fc673ec558a8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a587209cd35bf8e7","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/a587209cd35bf8e7","status":"passed","time":{"start":1714177988725,"stop":1714177988725,"duration":0}}]},"b843dd0229c435f845c0b909703df83b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac40d38fd244c7e9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ac40d38fd244c7e9","status":"passed","time":{"start":1714435983382,"stop":1714435983382,"duration":0}}]},"55f6d9280ceccb9a304646eb21407bf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d87050be4d0f141","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d87050be4d0f141","status":"passed","time":{"start":1714380392373,"stop":1714380392373,"duration":0}}]},"2c0e248ba91577809802b11958938dac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d748274053e5a671","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/d748274053e5a671","status":"passed","time":{"start":1714033775471,"stop":1714033775472,"duration":1}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"422c01e61af8bf7e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/422c01e61af8bf7e","status":"passed","time":{"start":1714454133717,"stop":1714454133717,"duration":0}},{"uid":"b339d1fb622576bd","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b339d1fb622576bd","status":"passed","time":{"start":1714435697054,"stop":1714435697055,"duration":1}},{"uid":"8fb425e37eb2a305","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8fb425e37eb2a305","status":"passed","time":{"start":1714434777697,"stop":1714434777697,"duration":0}},{"uid":"944121f17f3ad6dd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/944121f17f3ad6dd","status":"passed","time":{"start":1714433468573,"stop":1714433468573,"duration":0}},{"uid":"6498dd93b34d2687","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6498dd93b34d2687","status":"passed","time":{"start":1714431659889,"stop":1714431659889,"duration":0}},{"uid":"96e9e6e213745417","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/96e9e6e213745417","status":"passed","time":{"start":1714431917000,"stop":1714431917000,"duration":0}},{"uid":"f8501556cf7511c7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f8501556cf7511c7","status":"passed","time":{"start":1714430652865,"stop":1714430652865,"duration":0}},{"uid":"fc9c67d789d24a0d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fc9c67d789d24a0d","status":"passed","time":{"start":1714430439918,"stop":1714430439926,"duration":8}},{"uid":"10b47a7b81c5fbd5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/10b47a7b81c5fbd5","status":"passed","time":{"start":1714429618758,"stop":1714429618760,"duration":2}},{"uid":"767c69bff29865fd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/767c69bff29865fd","status":"passed","time":{"start":1714428758230,"stop":1714428758231,"duration":1}},{"uid":"adfb44fc46a251ed","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/adfb44fc46a251ed","status":"passed","time":{"start":1714427532030,"stop":1714427532031,"duration":1}},{"uid":"8a93004285c9e296","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8a93004285c9e296","status":"passed","time":{"start":1714427233645,"stop":1714427233646,"duration":1}},{"uid":"6d40c098b41325d2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6d40c098b41325d2","status":"passed","time":{"start":1714426576819,"stop":1714426576820,"duration":1}},{"uid":"b90291068e9d13a4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b90291068e9d13a4","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311914,"stop":1714425311914,"duration":0}},{"uid":"4c854ff4a64876a6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4c854ff4a64876a6","status":"passed","time":{"start":1714425068138,"stop":1714425068138,"duration":0}},{"uid":"f8cf3afe7452e05d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f8cf3afe7452e05d","status":"passed","time":{"start":1714415236743,"stop":1714415236744,"duration":1}},{"uid":"e7aea6251a6c7d9b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e7aea6251a6c7d9b","status":"passed","time":{"start":1714415370282,"stop":1714415370282,"duration":0}},{"uid":"dce83333ad626066","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dce83333ad626066","status":"passed","time":{"start":1714407592717,"stop":1714407592718,"duration":1}},{"uid":"3841e685a47a2570","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3841e685a47a2570","status":"passed","time":{"start":1714406603007,"stop":1714406603008,"duration":1}},{"uid":"77f1704ef81e72f8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/77f1704ef81e72f8","status":"passed","time":{"start":1714404403076,"stop":1714404403077,"duration":1}}]},"0e2a2102fc3e96f714a60a8ac4315bc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fd582996a8b4f02","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/6fd582996a8b4f02","status":"passed","time":{"start":1714109345125,"stop":1714109345126,"duration":1}}]},"3599ed3351a5c5e21ecc517d9a3c68e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18efbc73e23192fd","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/18efbc73e23192fd","status":"passed","time":{"start":1714140464589,"stop":1714140464590,"duration":1}}]},"169c58dde9dc19bd2c784a976ac5dddd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23140383f9d1bcfa","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/23140383f9d1bcfa","status":"passed","time":{"start":1714109368634,"stop":1714109368634,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"665b4275db649b6a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/665b4275db649b6a","status":"passed","time":{"start":1714454407732,"stop":1714454407733,"duration":1}},{"uid":"b1b78ce605457205","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b1b78ce605457205","status":"passed","time":{"start":1714435965306,"stop":1714435965306,"duration":0}},{"uid":"f794e1dee6784735","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f794e1dee6784735","status":"passed","time":{"start":1714435028466,"stop":1714435028466,"duration":0}},{"uid":"f42a3bae6eb14015","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f42a3bae6eb14015","status":"passed","time":{"start":1714433715550,"stop":1714433715550,"duration":0}},{"uid":"d6b43a01031e60e0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d6b43a01031e60e0","status":"passed","time":{"start":1714431932491,"stop":1714431932491,"duration":0}},{"uid":"2f4e72a6de5458bf","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2f4e72a6de5458bf","status":"passed","time":{"start":1714432213874,"stop":1714432213874,"duration":0}},{"uid":"eb8e16d8d1c78bf8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eb8e16d8d1c78bf8","status":"passed","time":{"start":1714430911540,"stop":1714430911541,"duration":1}},{"uid":"c50989147aa41fc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c50989147aa41fc","status":"passed","time":{"start":1714430735782,"stop":1714430735783,"duration":1}},{"uid":"bfc52c877b223842","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bfc52c877b223842","status":"passed","time":{"start":1714429887037,"stop":1714429887037,"duration":0}},{"uid":"e9e298cd4a1ad163","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e9e298cd4a1ad163","status":"passed","time":{"start":1714429006360,"stop":1714429006361,"duration":1}},{"uid":"ed5451e44b01df7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ed5451e44b01df7","status":"passed","time":{"start":1714427738970,"stop":1714427738971,"duration":1}},{"uid":"d942b021618b7d15","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d942b021618b7d15","status":"passed","time":{"start":1714427483314,"stop":1714427483317,"duration":3}},{"uid":"6a89d502968e5526","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6a89d502968e5526","status":"passed","time":{"start":1714426832950,"stop":1714426832951,"duration":1}},{"uid":"19b812e509a5c697","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/19b812e509a5c697","status":"passed","time":{"start":1714425510849,"stop":1714425510849,"duration":0}},{"uid":"26de1e71a0ec1d75","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/26de1e71a0ec1d75","status":"passed","time":{"start":1714425321022,"stop":1714425321023,"duration":1}},{"uid":"ceda07175ef7104","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ceda07175ef7104","status":"passed","time":{"start":1714415518567,"stop":1714415518567,"duration":0}},{"uid":"35c4f2ca6dfd55af","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/35c4f2ca6dfd55af","status":"passed","time":{"start":1714415639556,"stop":1714415639557,"duration":1}},{"uid":"b0c4312c2e78c783","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b0c4312c2e78c783","status":"passed","time":{"start":1714407839123,"stop":1714407839123,"duration":0}},{"uid":"268f6fa311396597","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/268f6fa311396597","status":"passed","time":{"start":1714406876541,"stop":1714406876541,"duration":0}},{"uid":"c2f55624dfdc464a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c2f55624dfdc464a","status":"passed","time":{"start":1714404658747,"stop":1714404658748,"duration":1}}]},"49c13244a9e272f0ab4e0a7d812c80fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14ef08ab58c766d7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/14ef08ab58c766d7","status":"passed","time":{"start":1714426865269,"stop":1714426865269,"duration":0}}]},"6eda879c7e0c6d7c120a7a3070716f6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97f6a5fd8f713faa","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/97f6a5fd8f713faa","status":"passed","time":{"start":1714140526495,"stop":1714140526495,"duration":0}}]},"4adc6b4fb44fcbeb8ab9c1f1c5008551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19e166b67193044e","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/19e166b67193044e","status":"passed","time":{"start":1713997908347,"stop":1713997908348,"duration":1}}]},"c4759b803eb00bc3c8a3ff4a7854e045:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"491e99912f47ff56","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/491e99912f47ff56","status":"passed","time":{"start":1714429040287,"stop":1714429040288,"duration":1}}]},"8dd2f78d0117afa2ff561dbbac0c51de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"814e0e9a226f37dd","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/814e0e9a226f37dd","status":"passed","time":{"start":1714169472814,"stop":1714169472814,"duration":0}}]},"cb047d1fae537dfc31b1921263a1d9c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"205a515f1503c009","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/205a515f1503c009","status":"passed","time":{"start":1714453925080,"stop":1714453925080,"duration":0}},{"uid":"5c500c842452f846","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5c500c842452f846","status":"passed","time":{"start":1714435482988,"stop":1714435482988,"duration":0}},{"uid":"71a5d57e78bfd047","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/71a5d57e78bfd047","status":"passed","time":{"start":1714434552025,"stop":1714434552025,"duration":0}},{"uid":"4bc9e6127b9daa5d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4bc9e6127b9daa5d","status":"passed","time":{"start":1714433247048,"stop":1714433247049,"duration":1}},{"uid":"c543ea23042258eb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c543ea23042258eb","status":"passed","time":{"start":1714431444772,"stop":1714431444772,"duration":0}},{"uid":"a9c1f5a22e4dfbc6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a9c1f5a22e4dfbc6","status":"passed","time":{"start":1714431708312,"stop":1714431708312,"duration":0}},{"uid":"db3fe04dff068e7f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/db3fe04dff068e7f","status":"passed","time":{"start":1714430430743,"stop":1714430430743,"duration":0}},{"uid":"9aa7d084b942a9d2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9aa7d084b942a9d2","status":"passed","time":{"start":1714430223198,"stop":1714430223199,"duration":1}},{"uid":"32863d22d55033cd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/32863d22d55033cd","status":"passed","time":{"start":1714429383901,"stop":1714429383902,"duration":1}},{"uid":"c107757318d50cf5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c107757318d50cf5","status":"passed","time":{"start":1714428528654,"stop":1714428528655,"duration":1}},{"uid":"d1c1f7a561cbd75f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d1c1f7a561cbd75f","status":"passed","time":{"start":1714427306003,"stop":1714427306004,"duration":1}},{"uid":"72b6fb8fadc950b6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/72b6fb8fadc950b6","status":"passed","time":{"start":1714427007396,"stop":1714427007396,"duration":0}},{"uid":"4acfd583d61d516c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4acfd583d61d516c","status":"passed","time":{"start":1714426355992,"stop":1714426355992,"duration":0}},{"uid":"79c47a8e830a9d44","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/79c47a8e830a9d44","status":"passed","time":{"start":1714424458805,"stop":1714424458806,"duration":1}},{"uid":"fe95b4ee1261c258","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/fe95b4ee1261c258","status":"passed","time":{"start":1714424849044,"stop":1714424849044,"duration":0}},{"uid":"d5046b1e302ffcb1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d5046b1e302ffcb1","status":"passed","time":{"start":1714415001468,"stop":1714415001469,"duration":1}},{"uid":"b7ff83bfbf7bc7ab","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b7ff83bfbf7bc7ab","status":"passed","time":{"start":1714415154946,"stop":1714415154946,"duration":0}},{"uid":"544de0c970fcddb0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/544de0c970fcddb0","status":"passed","time":{"start":1714407362067,"stop":1714407362067,"duration":0}},{"uid":"1e8ffa35135e3ef","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1e8ffa35135e3ef","status":"passed","time":{"start":1714406389361,"stop":1714406389361,"duration":0}},{"uid":"9f36cca234572b3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9f36cca234572b3","status":"passed","time":{"start":1714404179200,"stop":1714404179200,"duration":0}}]},"658790fb9a06a3dd9ecb9375a9b86ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2e4db690fd25a5d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/a2e4db690fd25a5d","status":"passed","time":{"start":1714154294482,"stop":1714154294482,"duration":0}}]},"19aee6b61a593b8dbc373dde6a1bf889:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e39f9ded5fa6cba","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6e39f9ded5fa6cba","status":"passed","time":{"start":1714169472818,"stop":1714169472818,"duration":0}}]},"01d6260acb74895f14834f061a83c61c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc73eb6677f77154","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cc73eb6677f77154","status":"passed","time":{"start":1714425528597,"stop":1714425528598,"duration":1}}]},"45508c6f3befb27ed7c81fc086cdf626:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cd802972b2d8e27","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/7cd802972b2d8e27","status":"passed","time":{"start":1714144750668,"stop":1714144750668,"duration":0}}]},"66a424bdf550f87035c3abcec75ecc7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"456ddf4de0a58a2c","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/456ddf4de0a58a2c","status":"passed","time":{"start":1714040336339,"stop":1714040336340,"duration":1}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"f4df6d8394579107","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f4df6d8394579107","status":"passed","time":{"start":1714454605553,"stop":1714454605554,"duration":1}},{"uid":"3c3b2029b36fe984","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3c3b2029b36fe984","status":"passed","time":{"start":1714436158736,"stop":1714436158736,"duration":0}},{"uid":"c125d1a78c93b312","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c125d1a78c93b312","status":"passed","time":{"start":1714435237025,"stop":1714435237025,"duration":0}},{"uid":"3ba82eec7c867fb9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3ba82eec7c867fb9","status":"passed","time":{"start":1714433925109,"stop":1714433925109,"duration":0}},{"uid":"52bd8a47a08af01f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/52bd8a47a08af01f","status":"passed","time":{"start":1714432132894,"stop":1714432132894,"duration":0}},{"uid":"cb51b1c0457957ef","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cb51b1c0457957ef","status":"passed","time":{"start":1714432392994,"stop":1714432392994,"duration":0}},{"uid":"e46743365ac6e4a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e46743365ac6e4a","status":"passed","time":{"start":1714431131896,"stop":1714431131896,"duration":0}},{"uid":"4ffae698543b5014","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4ffae698543b5014","status":"passed","time":{"start":1714430918792,"stop":1714430918792,"duration":0}},{"uid":"bbdea15be67f8ede","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bbdea15be67f8ede","status":"passed","time":{"start":1714430104214,"stop":1714430104214,"duration":0}},{"uid":"5aee32c5f1a4e97c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5aee32c5f1a4e97c","status":"passed","time":{"start":1714429213880,"stop":1714429213880,"duration":0}},{"uid":"a37c3bcbbcb3bac3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a37c3bcbbcb3bac3","status":"passed","time":{"start":1714427999037,"stop":1714427999037,"duration":0}},{"uid":"7988170910500731","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7988170910500731","status":"passed","time":{"start":1714427702232,"stop":1714427702232,"duration":0}},{"uid":"28148d96745b052","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/28148d96745b052","status":"passed","time":{"start":1714427044031,"stop":1714427044031,"duration":0}},{"uid":"e9750380c9a3fef9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e9750380c9a3fef9","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699096,"stop":1714426699096,"duration":0}},{"uid":"e796c59a16aa4fbf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e796c59a16aa4fbf","status":"passed","time":{"start":1714425534895,"stop":1714425534895,"duration":0}},{"uid":"51c8c92d4d10c903","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/51c8c92d4d10c903","status":"passed","time":{"start":1714415702296,"stop":1714415702296,"duration":0}},{"uid":"ab639c7511916aaf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ab639c7511916aaf","status":"passed","time":{"start":1714415850503,"stop":1714415850503,"duration":0}},{"uid":"88c83717ee5f8bc5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/88c83717ee5f8bc5","status":"passed","time":{"start":1714408049953,"stop":1714408049953,"duration":0}},{"uid":"c1ba91399cdd9c64","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c1ba91399cdd9c64","status":"passed","time":{"start":1714407080675,"stop":1714407080675,"duration":0}},{"uid":"45b59784c02ff633","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/45b59784c02ff633","status":"passed","time":{"start":1714404860593,"stop":1714404860593,"duration":0}}]},"90bc8cf0f45ea86824103a99dd32837b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"516ba5106d0be929","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/516ba5106d0be929","status":"passed","time":{"start":1714381730480,"stop":1714381730480,"duration":0}}]},"1ac667630d33f3bee2a00c6992ff8bc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"898bd35069beef64","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/898bd35069beef64","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714140628699,"stop":1714140628699,"duration":0}}]},"cfb76f382141b4e6a63eac5095225c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cba157d1b93df6e","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6cba157d1b93df6e","status":"passed","time":{"start":1714228985385,"stop":1714228985385,"duration":0}}]},"c96c6033a5704018d5497e4c8d8bf435:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4935258ded51cca2","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/4935258ded51cca2","status":"passed","time":{"start":1714123147370,"stop":1714123147370,"duration":0}}]},"553c07e07a76ebefd53035c8d90d7f3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"31a6a5115103c1b","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/31a6a5115103c1b","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714140628700,"stop":1714140628700,"duration":0}}]},"8e19fa64381c373162f806c0c4a4ab58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da7427ae919adc18","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/da7427ae919adc18","status":"passed","time":{"start":1714003518581,"stop":1714003518581,"duration":0}}]},"212b39975ef644c1b1c43ad30837bad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ed1a1b4e6629ab8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8ed1a1b4e6629ab8","status":"passed","time":{"start":1714429123419,"stop":1714429123420,"duration":1}}]},"338da5ecdfe932e1fe8135f375ad4afe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7683a9138b2b1a4","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/7683a9138b2b1a4","status":"passed","time":{"start":1714262246467,"stop":1714262246468,"duration":1}}]},"4f1b018d099205d35eed854c112041b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6ea31f4f435c3d8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a6ea31f4f435c3d8","status":"passed","time":{"start":1714431888569,"stop":1714431888570,"duration":1}}]},"be197eda4ffa053389f58540f62d25f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4f670951a68e62a","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/a4f670951a68e62a","status":"passed","time":{"start":1714046211329,"stop":1714046211329,"duration":0}}]},"055c6c8fbb234b3e3d38096227b7c135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d41559fccc2e0baf","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/d41559fccc2e0baf","status":"passed","time":{"start":1714045821389,"stop":1714045821389,"duration":0}}]},"1f9613be6acf152b53e0cdba6dfe65cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c37bcef68cf07c2","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/3c37bcef68cf07c2","status":"passed","time":{"start":1714082690896,"stop":1714082690896,"duration":0}}]},"82796d8d4f638252e69bfd93b5edefbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"807ba69bf90e59a0","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/807ba69bf90e59a0","status":"passed","time":{"start":1714383546700,"stop":1714383546700,"duration":0}}]},"567082f58d0fc88be04a62e332146e98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"514c54a9272ef94c","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/514c54a9272ef94c","status":"passed","time":{"start":1714018153955,"stop":1714018153956,"duration":1}}]},"ced85112517f3516a0310694f476abf7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5bcf9533e8f976a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d5bcf9533e8f976a","status":"passed","time":{"start":1714384689791,"stop":1714384689791,"duration":0}}]},"492ee8f7e3c8003ccc14f859cb4a2740:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad922d30bbba20b5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ad922d30bbba20b5","status":"passed","time":{"start":1714425348190,"stop":1714425348190,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"5160daf398f04b67","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5160daf398f04b67","status":"passed","time":{"start":1714454434302,"stop":1714454434302,"duration":0}},{"uid":"2be2c1f9935e274d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2be2c1f9935e274d","status":"passed","time":{"start":1714436006515,"stop":1714436006515,"duration":0}},{"uid":"bd0fab045cc596b2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bd0fab045cc596b2","status":"passed","time":{"start":1714435054818,"stop":1714435054818,"duration":0}},{"uid":"cd292867e89594cc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cd292867e89594cc","status":"passed","time":{"start":1714433761043,"stop":1714433761043,"duration":0}},{"uid":"53202dbc6ff71928","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/53202dbc6ff71928","status":"passed","time":{"start":1714431966418,"stop":1714431966418,"duration":0}},{"uid":"c55059414bf71994","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c55059414bf71994","status":"passed","time":{"start":1714432193255,"stop":1714432193255,"duration":0}},{"uid":"3eec4a23daf31f49","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3eec4a23daf31f49","status":"passed","time":{"start":1714430948516,"stop":1714430948517,"duration":1}},{"uid":"70f60044ba31a6f2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/70f60044ba31a6f2","status":"passed","time":{"start":1714430713509,"stop":1714430713509,"duration":0}},{"uid":"e2ac7e34979fa0cf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e2ac7e34979fa0cf","status":"passed","time":{"start":1714429917723,"stop":1714429917723,"duration":0}},{"uid":"2ad5a94d4ccf31e0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2ad5a94d4ccf31e0","status":"passed","time":{"start":1714429040281,"stop":1714429040281,"duration":0}},{"uid":"19b1365110bad8de","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/19b1365110bad8de","status":"passed","time":{"start":1714427848666,"stop":1714427848666,"duration":0}},{"uid":"8c660e78ac1e1d13","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8c660e78ac1e1d13","status":"passed","time":{"start":1714427530050,"stop":1714427530050,"duration":0}},{"uid":"b93d0dc08ced9c61","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b93d0dc08ced9c61","status":"passed","time":{"start":1714426875120,"stop":1714426875120,"duration":0}},{"uid":"f74de699d94d0d2f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f74de699d94d0d2f","status":"broken","statusDetails":"window is not defined","time":{"start":1714426510999,"stop":1714426511000,"duration":1}},{"uid":"5d32709c65a8e544","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5d32709c65a8e544","status":"passed","time":{"start":1714425369929,"stop":1714425369930,"duration":1}},{"uid":"531e45fb38ecbece","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/531e45fb38ecbece","status":"passed","time":{"start":1714415516353,"stop":1714415516353,"duration":0}},{"uid":"be9a079656c658d7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/be9a079656c658d7","status":"passed","time":{"start":1714415679014,"stop":1714415679014,"duration":0}},{"uid":"32a9179ac8bacf20","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/32a9179ac8bacf20","status":"passed","time":{"start":1714407884311,"stop":1714407884312,"duration":1}},{"uid":"122755881e9c9c00","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/122755881e9c9c00","status":"passed","time":{"start":1714406914267,"stop":1714406914267,"duration":0}},{"uid":"3e950f1712ee3d4f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3e950f1712ee3d4f","status":"passed","time":{"start":1714404690096,"stop":1714404690096,"duration":0}}]},"d11988e1160d3bb2f3801067c4293121:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"97527631fe49b594","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/97527631fe49b594","status":"passed","time":{"start":1714453925061,"stop":1714453925061,"duration":0}},{"uid":"8a31e8fbb7a283c0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8a31e8fbb7a283c0","status":"passed","time":{"start":1714435482969,"stop":1714435482969,"duration":0}},{"uid":"dc64b5732fefd658","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/dc64b5732fefd658","status":"passed","time":{"start":1714434552005,"stop":1714434552005,"duration":0}},{"uid":"868de4c128be89c8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/868de4c128be89c8","status":"passed","time":{"start":1714433247029,"stop":1714433247030,"duration":1}},{"uid":"e5bfb8342ef7e865","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e5bfb8342ef7e865","status":"passed","time":{"start":1714431444749,"stop":1714431444750,"duration":1}},{"uid":"7ff569ad1b3aa396","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7ff569ad1b3aa396","status":"passed","time":{"start":1714431708291,"stop":1714431708291,"duration":0}},{"uid":"808e3db57321e969","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/808e3db57321e969","status":"passed","time":{"start":1714430430723,"stop":1714430430723,"duration":0}},{"uid":"413d35b0c0df48ef","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/413d35b0c0df48ef","status":"passed","time":{"start":1714430223183,"stop":1714430223183,"duration":0}},{"uid":"2bb0b38a341d447b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2bb0b38a341d447b","status":"passed","time":{"start":1714429383880,"stop":1714429383880,"duration":0}},{"uid":"4f70e58a25775e9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4f70e58a25775e9","status":"passed","time":{"start":1714428528634,"stop":1714428528635,"duration":1}},{"uid":"c50d68f6b3c6509e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c50d68f6b3c6509e","status":"passed","time":{"start":1714427305986,"stop":1714427305986,"duration":0}},{"uid":"152cdecbbf99878f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/152cdecbbf99878f","status":"passed","time":{"start":1714427007381,"stop":1714427007381,"duration":0}},{"uid":"201d8748f85393fc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/201d8748f85393fc","status":"passed","time":{"start":1714426355970,"stop":1714426355970,"duration":0}},{"uid":"b82191a54200fafb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b82191a54200fafb","status":"passed","time":{"start":1714424458784,"stop":1714424458784,"duration":0}},{"uid":"41c82b91b56f9a3a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/41c82b91b56f9a3a","status":"passed","time":{"start":1714424849009,"stop":1714424849010,"duration":1}},{"uid":"5b755aca946a6764","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5b755aca946a6764","status":"passed","time":{"start":1714415001449,"stop":1714415001449,"duration":0}},{"uid":"5bd2d1b258f70a41","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5bd2d1b258f70a41","status":"passed","time":{"start":1714415154921,"stop":1714415154921,"duration":0}},{"uid":"ad4a80e908e4b3e5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ad4a80e908e4b3e5","status":"passed","time":{"start":1714407362047,"stop":1714407362047,"duration":0}},{"uid":"28789006bd38722a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/28789006bd38722a","status":"passed","time":{"start":1714406389340,"stop":1714406389341,"duration":1}},{"uid":"d9cac8048faed100","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d9cac8048faed100","status":"passed","time":{"start":1714404179179,"stop":1714404179179,"duration":0}}]},"e7cf8d1881e657a7c1256fa5b0da2a40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a2e9ee73cb9a30d","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/9a2e9ee73cb9a30d","status":"passed","time":{"start":1714380481156,"stop":1714380481156,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"849be0f2d33be703","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/849be0f2d33be703","status":"passed","time":{"start":1714454140454,"stop":1714454140465,"duration":11}},{"uid":"bfdfde573015e089","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bfdfde573015e089","status":"passed","time":{"start":1714435687903,"stop":1714435687904,"duration":1}},{"uid":"cb7df779a973683c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cb7df779a973683c","status":"passed","time":{"start":1714434773461,"stop":1714434773461,"duration":0}},{"uid":"54bacd81613e11d1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/54bacd81613e11d1","status":"passed","time":{"start":1714433450974,"stop":1714433450974,"duration":0}},{"uid":"6ac4b148df3a37f9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6ac4b148df3a37f9","status":"passed","time":{"start":1714431653503,"stop":1714431653503,"duration":0}},{"uid":"8893f35086a5ceac","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8893f35086a5ceac","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714431989826,"stop":1714431989826,"duration":0}},{"uid":"800383ba04438794","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/800383ba04438794","status":"passed","time":{"start":1714430659405,"stop":1714430659406,"duration":1}},{"uid":"8e01f1a7494ad81d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8e01f1a7494ad81d","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714430522147,"stop":1714430522147,"duration":0}},{"uid":"f6ab1bfdaffba799","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f6ab1bfdaffba799","status":"passed","time":{"start":1714429610410,"stop":1714429610410,"duration":0}},{"uid":"73d95f93d29e458","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/73d95f93d29e458","status":"passed","time":{"start":1714428741361,"stop":1714428741361,"duration":0}},{"uid":"e4b57a0909600126","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e4b57a0909600126","status":"passed","time":{"start":1714427513579,"stop":1714427513580,"duration":1}},{"uid":"ef9d1875a31694e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ef9d1875a31694e","status":"passed","time":{"start":1714427219353,"stop":1714427219353,"duration":0}},{"uid":"efafdc4c396b87c3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/efafdc4c396b87c3","status":"passed","time":{"start":1714426573095,"stop":1714426573096,"duration":1}},{"uid":"9ba8b871b6cabdac","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9ba8b871b6cabdac","status":"passed","time":{"start":1714424914276,"stop":1714424914276,"duration":0}},{"uid":"2f570ac1c4719579","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2f570ac1c4719579","status":"passed","time":{"start":1714425071915,"stop":1714425071916,"duration":1}},{"uid":"87d04dd73329d0a3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/87d04dd73329d0a3","status":"passed","time":{"start":1714415233320,"stop":1714415233321,"duration":1}},{"uid":"40b3a65afe1f2867","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/40b3a65afe1f2867","status":"passed","time":{"start":1714415382728,"stop":1714415382735,"duration":7}},{"uid":"d7a2852200c257ec","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d7a2852200c257ec","status":"passed","time":{"start":1714407575694,"stop":1714407575694,"duration":0}},{"uid":"e1ebfce2d74bf3df","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e1ebfce2d74bf3df","status":"passed","time":{"start":1714406625164,"stop":1714406625165,"duration":1}},{"uid":"9bee8d0e5df45154","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9bee8d0e5df45154","status":"passed","time":{"start":1714404386201,"stop":1714404386202,"duration":1}}]},"f43d0a4a7b012afdd5e0c91fd5ef275f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f518dc109df5553","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2f518dc109df5553","status":"passed","time":{"start":1714432293607,"stop":1714432293607,"duration":0}}]},"be5a69d0ffe1cbff0a850db0bac1eca8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7bf92f77032b51","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a7bf92f77032b51","status":"passed","time":{"start":1714430813951,"stop":1714430813951,"duration":0}}]},"b0f19a334100d2ca695794ef392f8e26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cbaf97a12b5ad1f","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/8cbaf97a12b5ad1f","status":"passed","time":{"start":1713996760639,"stop":1713996760639,"duration":0}}]},"067d44c821b65f0f103e13a6e17a36df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd3dc9a13ebcce43","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fd3dc9a13ebcce43","status":"passed","time":{"start":1714429998323,"stop":1714429998325,"duration":2}}]},"d1c6da7515e85ce2a5aacfb008cbe491:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1d6c495a96b48f","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/d1d6c495a96b48f","status":"passed","time":{"start":1714045874396,"stop":1714045874396,"duration":0}}]},"8f7ac5e177251faabb059104689c6616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b00197c4d7289c90","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/b00197c4d7289c90","status":"passed","time":{"start":1713943574870,"stop":1713943574871,"duration":1}}]},"e329774aa68e20512cbc793b93e5edca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"685f77c5705cf201","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/685f77c5705cf201","status":"passed","time":{"start":1714431944906,"stop":1714431944907,"duration":1}}]},"0d66f3bd91c71aa2eab9681183c4bf7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e06c326806e47794","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e06c326806e47794","status":"passed","time":{"start":1714453925071,"stop":1714453925072,"duration":1}},{"uid":"3163adb79e95b6a7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3163adb79e95b6a7","status":"passed","time":{"start":1714435482980,"stop":1714435482980,"duration":0}},{"uid":"6ef021ffcdb13bac","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6ef021ffcdb13bac","status":"passed","time":{"start":1714434552016,"stop":1714434552016,"duration":0}},{"uid":"5eaedcb64aebb10c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5eaedcb64aebb10c","status":"passed","time":{"start":1714433247040,"stop":1714433247040,"duration":0}},{"uid":"19e7ba27f3597a0b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/19e7ba27f3597a0b","status":"passed","time":{"start":1714431444764,"stop":1714431444764,"duration":0}},{"uid":"5ead8c131df4d4d3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5ead8c131df4d4d3","status":"passed","time":{"start":1714431708303,"stop":1714431708303,"duration":0}},{"uid":"2c4bd0be67e6ac88","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2c4bd0be67e6ac88","status":"passed","time":{"start":1714430430735,"stop":1714430430736,"duration":1}},{"uid":"f2e8bdc1998e326b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f2e8bdc1998e326b","status":"passed","time":{"start":1714430223191,"stop":1714430223192,"duration":1}},{"uid":"656b0dc615042cfe","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/656b0dc615042cfe","status":"passed","time":{"start":1714429383892,"stop":1714429383893,"duration":1}},{"uid":"89e52178e24e3a82","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/89e52178e24e3a82","status":"passed","time":{"start":1714428528646,"stop":1714428528646,"duration":0}},{"uid":"c3fed72fbbfa302f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c3fed72fbbfa302f","status":"passed","time":{"start":1714427305996,"stop":1714427305996,"duration":0}},{"uid":"4c354bf1f56954c5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4c354bf1f56954c5","status":"passed","time":{"start":1714427007390,"stop":1714427007390,"duration":0}},{"uid":"f8856d3203c4b9d0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f8856d3203c4b9d0","status":"passed","time":{"start":1714426355983,"stop":1714426355983,"duration":0}},{"uid":"7ca450aa75a0a06b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7ca450aa75a0a06b","status":"passed","time":{"start":1714424458797,"stop":1714424458797,"duration":0}},{"uid":"b1c599b96e20deea","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b1c599b96e20deea","status":"passed","time":{"start":1714424849025,"stop":1714424849025,"duration":0}},{"uid":"33d952bb76a01fc6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/33d952bb76a01fc6","status":"passed","time":{"start":1714415001460,"stop":1714415001460,"duration":0}},{"uid":"1073854a3f20616a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1073854a3f20616a","status":"passed","time":{"start":1714415154936,"stop":1714415154936,"duration":0}},{"uid":"af086dcbbe489833","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/af086dcbbe489833","status":"passed","time":{"start":1714407362059,"stop":1714407362059,"duration":0}},{"uid":"e852636154110c59","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e852636154110c59","status":"passed","time":{"start":1714406389352,"stop":1714406389352,"duration":0}},{"uid":"8225faeb8831caf4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8225faeb8831caf4","status":"passed","time":{"start":1714404179191,"stop":1714404179191,"duration":0}}]},"4e54a0e02ca4d65e084e8c0a1f8caf43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15034594908c52a3","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/15034594908c52a3","status":"passed","time":{"start":1714178222309,"stop":1714178222309,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"50f80d8287975dd9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/50f80d8287975dd9","status":"passed","time":{"start":1714454365888,"stop":1714454365889,"duration":1}},{"uid":"8daf647c8ddd3b1e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8daf647c8ddd3b1e","status":"passed","time":{"start":1714435932830,"stop":1714435932831,"duration":1}},{"uid":"c7b3246cf87e62a6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c7b3246cf87e62a6","status":"passed","time":{"start":1714435006853,"stop":1714435006854,"duration":1}},{"uid":"88f053bce9dd7d0a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/88f053bce9dd7d0a","status":"passed","time":{"start":1714433693930,"stop":1714433693930,"duration":0}},{"uid":"724f0fd8b9119c70","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/724f0fd8b9119c70","status":"passed","time":{"start":1714431888563,"stop":1714431888567,"duration":4}},{"uid":"4b2de6e5e961bcaf","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4b2de6e5e961bcaf","status":"passed","time":{"start":1714432201985,"stop":1714432201986,"duration":1}},{"uid":"eddf8b074724f678","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eddf8b074724f678","status":"passed","time":{"start":1714430892462,"stop":1714430892462,"duration":0}},{"uid":"38d8c53b4dfcf9de","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/38d8c53b4dfcf9de","status":"passed","time":{"start":1714430720940,"stop":1714430720940,"duration":0}},{"uid":"a6d42d346ae83fbf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a6d42d346ae83fbf","status":"passed","time":{"start":1714429855265,"stop":1714429855265,"duration":0}},{"uid":"bcd45a1d4445df06","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bcd45a1d4445df06","status":"passed","time":{"start":1714428989451,"stop":1714428989451,"duration":0}},{"uid":"c607f6205fdd0221","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c607f6205fdd0221","status":"passed","time":{"start":1714427767183,"stop":1714427767184,"duration":1}},{"uid":"c427396451517313","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c427396451517313","status":"passed","time":{"start":1714427460528,"stop":1714427460528,"duration":0}},{"uid":"793434cc6c3e6ac2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/793434cc6c3e6ac2","status":"passed","time":{"start":1714426812813,"stop":1714426812813,"duration":0}},{"uid":"66ebaf6b3fde8bb3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/66ebaf6b3fde8bb3","status":"passed","time":{"start":1714425528590,"stop":1714425528590,"duration":0}},{"uid":"c9b7541728c58460","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c9b7541728c58460","status":"passed","time":{"start":1714425301144,"stop":1714425301147,"duration":3}},{"uid":"dcc4d85dc8ea73fe","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dcc4d85dc8ea73fe","status":"passed","time":{"start":1714415473274,"stop":1714415473275,"duration":1}},{"uid":"a09c574e0eaa541c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a09c574e0eaa541c","status":"passed","time":{"start":1714415615367,"stop":1714415615367,"duration":0}},{"uid":"44acc70f888a499a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/44acc70f888a499a","status":"passed","time":{"start":1714407816876,"stop":1714407816876,"duration":0}},{"uid":"dba2c65aa5f443f1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dba2c65aa5f443f1","status":"passed","time":{"start":1714406861598,"stop":1714406861599,"duration":1}},{"uid":"c2d88e18ca5903a1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c2d88e18ca5903a1","status":"passed","time":{"start":1714404628281,"stop":1714404628282,"duration":1}}]},"b6705de9af098e4bbc281152657e4723:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efca0b76baf648a6","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/efca0b76baf648a6","status":"passed","time":{"start":1714404247013,"stop":1714404247013,"duration":0}}]},"db201a34421aed688138d3364fdb93dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f684d3a58a04d75","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f684d3a58a04d75","status":"passed","time":{"start":1714425348190,"stop":1714425348191,"duration":1}}]},"c82de02c2ba7439b5e8f20f31d498eac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fee5c845fda32b0f","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/fee5c845fda32b0f","status":"passed","time":{"start":1714178024104,"stop":1714178024104,"duration":0}}]},"1de8f628fd660393509dcc2bbe47e7a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be0e3995de001f04","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/be0e3995de001f04","status":"passed","time":{"start":1713976058790,"stop":1713976058791,"duration":1}}]},"6492f4466a3137e6a3110d8be1ecab42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e0ffbd759ea605b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4e0ffbd759ea605b","status":"passed","time":{"start":1714430851128,"stop":1714430851129,"duration":1}}]},"dd48dcd1deb1f6d18bb8277708f9b6f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab17778ba736a19c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ab17778ba736a19c","status":"passed","time":{"start":1714427561587,"stop":1714427561587,"duration":0}}]},"2101f0258116b9da4e345ecf08743b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"398de3c721dcc554","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/398de3c721dcc554","status":"passed","time":{"start":1714404628283,"stop":1714404628284,"duration":1}}]},"4ff091e5ecea8e6f3be07cfae00fd2e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e1b249965fd7e5a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/1e1b249965fd7e5a","status":"passed","time":{"start":1714385651949,"stop":1714385651949,"duration":0}}]},"ff967fbbeded285a4d54845d48f3669a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3474cd1b0a270fd2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3474cd1b0a270fd2","status":"passed","time":{"start":1714432303168,"stop":1714432303168,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"d60c20001d591fe0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d60c20001d591fe0","status":"passed","time":{"start":1714454605543,"stop":1714454605543,"duration":0}},{"uid":"6292341b2432b40d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6292341b2432b40d","status":"passed","time":{"start":1714436158726,"stop":1714436158726,"duration":0}},{"uid":"b937f994c7323070","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b937f994c7323070","status":"passed","time":{"start":1714435237014,"stop":1714435237014,"duration":0}},{"uid":"394596b56ef4903a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/394596b56ef4903a","status":"passed","time":{"start":1714433925098,"stop":1714433925099,"duration":1}},{"uid":"e79c718bdcd18269","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e79c718bdcd18269","status":"passed","time":{"start":1714432132885,"stop":1714432132885,"duration":0}},{"uid":"ed23ead264cfac57","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ed23ead264cfac57","status":"passed","time":{"start":1714432392976,"stop":1714432392976,"duration":0}},{"uid":"93c9110c54b1e554","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/93c9110c54b1e554","status":"passed","time":{"start":1714431131884,"stop":1714431131884,"duration":0}},{"uid":"e8c955ab565e8af3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e8c955ab565e8af3","status":"passed","time":{"start":1714430918777,"stop":1714430918778,"duration":1}},{"uid":"6f1e6933358bae9f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6f1e6933358bae9f","status":"passed","time":{"start":1714430104202,"stop":1714430104202,"duration":0}},{"uid":"d8ce9c02d258eb8a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d8ce9c02d258eb8a","status":"passed","time":{"start":1714429213870,"stop":1714429213870,"duration":0}},{"uid":"3a9f8a14bdebecdf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3a9f8a14bdebecdf","status":"passed","time":{"start":1714427999026,"stop":1714427999026,"duration":0}},{"uid":"2a41305ac56adcfb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2a41305ac56adcfb","status":"passed","time":{"start":1714427702220,"stop":1714427702220,"duration":0}},{"uid":"fb61cef85c97aa48","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fb61cef85c97aa48","status":"passed","time":{"start":1714427044021,"stop":1714427044021,"duration":0}},{"uid":"3e5c8ac1dfe00d86","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3e5c8ac1dfe00d86","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699066,"stop":1714426699067,"duration":1}},{"uid":"91c42aa76927d46e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/91c42aa76927d46e","status":"passed","time":{"start":1714425534885,"stop":1714425534885,"duration":0}},{"uid":"d1ba1059f6ec0c25","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d1ba1059f6ec0c25","status":"passed","time":{"start":1714415702284,"stop":1714415702285,"duration":1}},{"uid":"c9cd21c4f29923e1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c9cd21c4f29923e1","status":"passed","time":{"start":1714415850493,"stop":1714415850493,"duration":0}},{"uid":"88ddf6a9f7d79e45","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/88ddf6a9f7d79e45","status":"passed","time":{"start":1714408049941,"stop":1714408049942,"duration":1}},{"uid":"c2f5d9828c636478","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c2f5d9828c636478","status":"passed","time":{"start":1714407080665,"stop":1714407080665,"duration":0}},{"uid":"4703f680c26bdc9f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4703f680c26bdc9f","status":"passed","time":{"start":1714404860581,"stop":1714404860581,"duration":0}}]},"e3f06a7f18029c96697158af8ba69ebc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60e94d4f239ffc23","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/60e94d4f239ffc23","status":"passed","time":{"start":1714425369949,"stop":1714425369949,"duration":0}}]},"b2f0163e0c10f87e6edadd7590b249ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4ff81d478497171","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e4ff81d478497171","status":"passed","time":{"start":1714219200739,"stop":1714219200740,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"feeefb2f6cacb514","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/feeefb2f6cacb514","status":"passed","time":{"start":1714454530128,"stop":1714454530129,"duration":1}},{"uid":"eb8cc4843ad65141","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/eb8cc4843ad65141","status":"passed","time":{"start":1714436093933,"stop":1714436093933,"duration":0}},{"uid":"47c3f66715229111","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/47c3f66715229111","status":"passed","time":{"start":1714435157473,"stop":1714435157473,"duration":0}},{"uid":"fef4157db60a4fbd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fef4157db60a4fbd","status":"passed","time":{"start":1714433840503,"stop":1714433840503,"duration":0}},{"uid":"4b0527fd189dc947","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4b0527fd189dc947","status":"passed","time":{"start":1714432045257,"stop":1714432045258,"duration":1}},{"uid":"22e598897ffb7dbd","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/22e598897ffb7dbd","status":"passed","time":{"start":1714432344086,"stop":1714432344087,"duration":1}},{"uid":"c045d7ae3e6b58d6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c045d7ae3e6b58d6","status":"passed","time":{"start":1714431036759,"stop":1714431036759,"duration":0}},{"uid":"989c98fbb382f661","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/989c98fbb382f661","status":"passed","time":{"start":1714430859691,"stop":1714430859692,"duration":1}},{"uid":"52675a0618f3a6a6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/52675a0618f3a6a6","status":"passed","time":{"start":1714430007468,"stop":1714430007469,"duration":1}},{"uid":"380961ab054a6b0f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/380961ab054a6b0f","status":"passed","time":{"start":1714429133170,"stop":1714429133171,"duration":1}},{"uid":"ca95b246042138e6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ca95b246042138e6","status":"passed","time":{"start":1714427891806,"stop":1714427891807,"duration":1}},{"uid":"9439430f46260246","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9439430f46260246","status":"passed","time":{"start":1714427613481,"stop":1714427613482,"duration":1}},{"uid":"ccf04664863d9863","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ccf04664863d9863","status":"passed","time":{"start":1714426967419,"stop":1714426967420,"duration":1}},{"uid":"9ca6f86b777fa272","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9ca6f86b777fa272","status":"passed","time":{"start":1714425663089,"stop":1714425663089,"duration":0}},{"uid":"19dfb5f5ce383a22","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/19dfb5f5ce383a22","status":"passed","time":{"start":1714425451125,"stop":1714425451128,"duration":3}},{"uid":"55a1cffac409932c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/55a1cffac409932c","status":"passed","time":{"start":1714415638834,"stop":1714415638836,"duration":2}},{"uid":"d3646fba1bc8f189","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d3646fba1bc8f189","status":"passed","time":{"start":1714415763425,"stop":1714415763427,"duration":2}},{"uid":"3e755f9b36a50b15","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3e755f9b36a50b15","status":"passed","time":{"start":1714407962978,"stop":1714407962978,"duration":0}},{"uid":"618ec1054c7b9eaf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/618ec1054c7b9eaf","status":"passed","time":{"start":1714407006161,"stop":1714407006167,"duration":6}},{"uid":"d6e6d4df64955dbf","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d6e6d4df64955dbf","status":"passed","time":{"start":1714404780875,"stop":1714404780875,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"738e6ac959f49e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/738e6ac959f49e","status":"passed","time":{"start":1714454561534,"stop":1714454561534,"duration":0}},{"uid":"34a8f43fc6780202","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/34a8f43fc6780202","status":"passed","time":{"start":1714436109842,"stop":1714436109843,"duration":1}},{"uid":"ea808e5d28cacc4e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ea808e5d28cacc4e","status":"passed","time":{"start":1714435189026,"stop":1714435189027,"duration":1}},{"uid":"df67ccb183ccc974","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/df67ccb183ccc974","status":"passed","time":{"start":1714433869900,"stop":1714433869900,"duration":0}},{"uid":"9567ce0d94332f19","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9567ce0d94332f19","status":"passed","time":{"start":1714432075634,"stop":1714432075634,"duration":0}},{"uid":"ca0568544a0d6812","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ca0568544a0d6812","status":"passed","time":{"start":1714432375919,"stop":1714432375919,"duration":0}},{"uid":"dfcef626540ec67d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/dfcef626540ec67d","status":"passed","time":{"start":1714431067887,"stop":1714431067887,"duration":0}},{"uid":"b61bb4136e3ad041","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b61bb4136e3ad041","status":"passed","time":{"start":1714430892406,"stop":1714430892406,"duration":0}},{"uid":"70773b2351572aa9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/70773b2351572aa9","status":"passed","time":{"start":1714430043391,"stop":1714430043392,"duration":1}},{"uid":"e48c1a17b6ba6290","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e48c1a17b6ba6290","status":"passed","time":{"start":1714429162583,"stop":1714429162585,"duration":2}},{"uid":"48405f69b942f226","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/48405f69b942f226","status":"passed","time":{"start":1714427942605,"stop":1714427942605,"duration":0}},{"uid":"cfaea31e59a2155f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cfaea31e59a2155f","status":"passed","time":{"start":1714427647965,"stop":1714427647966,"duration":1}},{"uid":"23caa5f463f1884d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/23caa5f463f1884d","status":"passed","time":{"start":1714426999747,"stop":1714426999748,"duration":1}},{"uid":"4f4b42f7b8d3283","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4f4b42f7b8d3283","status":"passed","time":{"start":1714425725392,"stop":1714425725392,"duration":0}},{"uid":"9eb0fada3f56c67e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9eb0fada3f56c67e","status":"passed","time":{"start":1714425481555,"stop":1714425481555,"duration":0}},{"uid":"15b1579ea855c247","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/15b1579ea855c247","status":"passed","time":{"start":1714415686088,"stop":1714415686089,"duration":1}},{"uid":"f70170a1d35e9624","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f70170a1d35e9624","status":"passed","time":{"start":1714415795614,"stop":1714415795614,"duration":0}},{"uid":"9b86a42b5c38f647","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b86a42b5c38f647","status":"passed","time":{"start":1714407995024,"stop":1714407995024,"duration":0}},{"uid":"cb658bedf5a01811","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cb658bedf5a01811","status":"passed","time":{"start":1714407036733,"stop":1714407036733,"duration":0}},{"uid":"aee7eaf30f17b785","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aee7eaf30f17b785","status":"passed","time":{"start":1714404808161,"stop":1714404808161,"duration":0}}]},"2d8862391103c8ea48958426a527ee37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44413e7c48cf219b","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/44413e7c48cf219b","status":"passed","time":{"start":1714240145919,"stop":1714240145922,"duration":3}}]},"6f118f938756f59d93ae0ce951285fc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da4ca691ac2bcdf5","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/da4ca691ac2bcdf5","status":"passed","time":{"start":1714046117302,"stop":1714046117303,"duration":1}}]},"7027c91f92c7f2a9c9da64888b541268:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29df9c73e74065e7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/29df9c73e74065e7","status":"passed","time":{"start":1714425644073,"stop":1714425644074,"duration":1}}]},"7beb207434c2b262d58cbe5cba56dde9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba0e79ad1daf2052","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ba0e79ad1daf2052","status":"passed","time":{"start":1714430988311,"stop":1714430988311,"duration":0}}]},"a2ece059b7e88bfc79958ff5b3467a00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67e527546f77b353","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/67e527546f77b353","status":"passed","time":{"start":1714045905451,"stop":1714045905451,"duration":0}}]},"cd51a372d94b2a8ca1e0079d808b0053:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"74b78456a3537026","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/74b78456a3537026","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714090523466,"stop":1714090523467,"duration":1}}]},"729431ed6bbda0da69fdd358119c6116:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96529cebfe67fe9b","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/96529cebfe67fe9b","status":"passed","time":{"start":1714142067872,"stop":1714142067872,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"2c5dc8fd300e6868","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c5dc8fd300e6868","status":"passed","time":{"start":1714454507874,"stop":1714454507875,"duration":1}},{"uid":"e0e3fb15058bae9e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e0e3fb15058bae9e","status":"passed","time":{"start":1714436048744,"stop":1714436048745,"duration":1}},{"uid":"4c393c0937c7c45a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4c393c0937c7c45a","status":"passed","time":{"start":1714435155728,"stop":1714435155729,"duration":1}},{"uid":"e7b93c6500fd63c3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e7b93c6500fd63c3","status":"passed","time":{"start":1714433815780,"stop":1714433815780,"duration":0}},{"uid":"b7e06014a23091d5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b7e06014a23091d5","status":"passed","time":{"start":1714432025712,"stop":1714432025712,"duration":0}},{"uid":"561e61a6f9f1e5e1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/561e61a6f9f1e5e1","status":"passed","time":{"start":1714432319329,"stop":1714432319330,"duration":1}},{"uid":"daeef8d1987ee966","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/daeef8d1987ee966","status":"passed","time":{"start":1714431035221,"stop":1714431035221,"duration":0}},{"uid":"e965cba5f0675be0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e965cba5f0675be0","status":"passed","time":{"start":1714430851103,"stop":1714430851104,"duration":1}},{"uid":"55b57620fe32b194","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/55b57620fe32b194","status":"passed","time":{"start":1714429998243,"stop":1714429998248,"duration":5}},{"uid":"28a2a6271fae12c5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/28a2a6271fae12c5","status":"passed","time":{"start":1714429123383,"stop":1714429123383,"duration":0}},{"uid":"3cd6f47a51338b14","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3cd6f47a51338b14","status":"passed","time":{"start":1714427908703,"stop":1714427908703,"duration":0}},{"uid":"3d6b9c90f8b86666","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3d6b9c90f8b86666","status":"passed","time":{"start":1714427590234,"stop":1714427590235,"duration":1}},{"uid":"e54c812e8a4c4a9f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e54c812e8a4c4a9f","status":"passed","time":{"start":1714426950347,"stop":1714426950347,"duration":0}},{"uid":"26761594f3b779cc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/26761594f3b779cc","status":"passed","time":{"start":1714425412998,"stop":1714425412999,"duration":1}},{"uid":"bb3aa7e3df7add28","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bb3aa7e3df7add28","status":"passed","time":{"start":1714425435606,"stop":1714425435606,"duration":0}},{"uid":"d546948c3df402f5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d546948c3df402f5","status":"passed","time":{"start":1714415590147,"stop":1714415590148,"duration":1}},{"uid":"6c039addfc341b4c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6c039addfc341b4c","status":"passed","time":{"start":1714415739317,"stop":1714415739318,"duration":1}},{"uid":"c6d13ab36788df3d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c6d13ab36788df3d","status":"passed","time":{"start":1714407950099,"stop":1714407950100,"duration":1}},{"uid":"2c05db269b82f6d4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2c05db269b82f6d4","status":"passed","time":{"start":1714406978429,"stop":1714406978429,"duration":0}},{"uid":"86d4acabd811d07","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/86d4acabd811d07","status":"passed","time":{"start":1714404752136,"stop":1714404752137,"duration":1}}]},"a33e7f664f0189541953d8e89e79b183:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"309c7a1d1293ae49","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/309c7a1d1293ae49","status":"passed","time":{"start":1714039363093,"stop":1714039363093,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"20945e5c0ad5df93","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/20945e5c0ad5df93","status":"passed","time":{"start":1714454530137,"stop":1714454530137,"duration":0}},{"uid":"43df39b9d36b3ce9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/43df39b9d36b3ce9","status":"passed","time":{"start":1714436093938,"stop":1714436093938,"duration":0}},{"uid":"eafaa7a520309a12","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/eafaa7a520309a12","status":"passed","time":{"start":1714435157480,"stop":1714435157481,"duration":1}},{"uid":"d4d75d0991022aab","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d4d75d0991022aab","status":"passed","time":{"start":1714433840518,"stop":1714433840518,"duration":0}},{"uid":"b8e7c5ff070723b0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b8e7c5ff070723b0","status":"passed","time":{"start":1714432045263,"stop":1714432045263,"duration":0}},{"uid":"6cc995183c4d20dc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6cc995183c4d20dc","status":"passed","time":{"start":1714432344100,"stop":1714432344100,"duration":0}},{"uid":"d63d1b9f44bdd8df","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d63d1b9f44bdd8df","status":"passed","time":{"start":1714431036770,"stop":1714431036770,"duration":0}},{"uid":"f357a49bbe3b1aab","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f357a49bbe3b1aab","status":"passed","time":{"start":1714430859708,"stop":1714430859709,"duration":1}},{"uid":"a80cb6e8fdca0e22","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a80cb6e8fdca0e22","status":"passed","time":{"start":1714430007477,"stop":1714430007477,"duration":0}},{"uid":"7000f591ae87e9ef","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7000f591ae87e9ef","status":"passed","time":{"start":1714429133184,"stop":1714429133186,"duration":2}},{"uid":"47f0e31cb09e8e90","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/47f0e31cb09e8e90","status":"passed","time":{"start":1714427891812,"stop":1714427891812,"duration":0}},{"uid":"c08d517e5cda67fc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c08d517e5cda67fc","status":"passed","time":{"start":1714427613502,"stop":1714427613502,"duration":0}},{"uid":"48c8b2f1671ec846","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/48c8b2f1671ec846","status":"passed","time":{"start":1714426967434,"stop":1714426967435,"duration":1}},{"uid":"4f3b06f19ef863e1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4f3b06f19ef863e1","status":"passed","time":{"start":1714425663093,"stop":1714425663094,"duration":1}},{"uid":"64def680ca32e9f7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/64def680ca32e9f7","status":"passed","time":{"start":1714425451138,"stop":1714425451138,"duration":0}},{"uid":"dabe27f18d5b07a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dabe27f18d5b07a","status":"passed","time":{"start":1714415638847,"stop":1714415638847,"duration":0}},{"uid":"26d5bf8e144073a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/26d5bf8e144073a","status":"passed","time":{"start":1714415763440,"stop":1714415763440,"duration":0}},{"uid":"d26f6e34d0a43789","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d26f6e34d0a43789","status":"passed","time":{"start":1714407962987,"stop":1714407962988,"duration":1}},{"uid":"f0bfa2525447d1fc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f0bfa2525447d1fc","status":"passed","time":{"start":1714407006184,"stop":1714407006184,"duration":0}},{"uid":"38fab0be44176199","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/38fab0be44176199","status":"passed","time":{"start":1714404780881,"stop":1714404780881,"duration":0}}]},"a8fcfd5d0f5b46ff79c71a886153b959:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"de9e989b8f257e69","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/de9e989b8f257e69","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908892,"stop":1713976908892,"duration":0}}]},"73f60a77fc37b15fad2c6bb2ce26f2f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f751e8a1a782402","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/7f751e8a1a782402","status":"passed","time":{"start":1714046128548,"stop":1714046128548,"duration":0}}]},"caa907d43f003ab88a03fb3bc42cae1e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bc867a7c6d720b7","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/2bc867a7c6d720b7","status":"passed","time":{"start":1714008091542,"stop":1714008091542,"duration":0}}]},"f1bd4c380d2798937018d3e547249bb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e98b9e81dbe41a65","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/e98b9e81dbe41a65","status":"passed","time":{"start":1714130857755,"stop":1714130857756,"duration":1}}]},"4bafdd376dfbae4b14d3414b4bac4bc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cebba4da9e00ff94","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/cebba4da9e00ff94","status":"passed","time":{"start":1714140410672,"stop":1714140410673,"duration":1}}]},"6ae7d56f250727945d97f7873cd1b884:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d046dbcace60aee","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/2d046dbcace60aee","status":"passed","time":{"start":1714089697949,"stop":1714089697949,"duration":0}}]},"d7e92625fe7e88f231de71542cbd85e3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1f1583ba3d3fae4","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/e1f1583ba3d3fae4","status":"passed","time":{"start":1714033775472,"stop":1714033775472,"duration":0}}]},"78cb94818f5737c843eff8b90b1fab9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fae8d648b128840","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8fae8d648b128840","status":"passed","time":{"start":1714427833032,"stop":1714427833033,"duration":1}}]},"0b52f99c8c8db1ca326579357fe5ab3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b53df85eda47a012","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/b53df85eda47a012","status":"passed","time":{"start":1714086921423,"stop":1714086921424,"duration":1}}]},"d3a4403e1ea9db25361160ed18045fda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"276fcd6477f533a7","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/276fcd6477f533a7","status":"passed","time":{"start":1714130857756,"stop":1714130857756,"duration":0}}]},"8103ce0842af54972ca10827dbfa9094:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d48ee1f1f9d70253","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d48ee1f1f9d70253","status":"passed","time":{"start":1714380503461,"stop":1714380503461,"duration":0}}]},"e0f2306cf1fe434aa484c8b90929c4ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b3bd7af938da45d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/5b3bd7af938da45d","status":"passed","time":{"start":1714141025853,"stop":1714141025853,"duration":0}}]},"be4d8118b9eee95c87b7c5371132e9ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"942a06b9a5efcb1c","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/942a06b9a5efcb1c","status":"passed","time":{"start":1714140518321,"stop":1714140518322,"duration":1}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":82,"unknown":0,"total":82},"items":[{"uid":"adcb3345f40b4d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/adcb3345f40b4d0","status":"passed","time":{"start":1714454483200,"stop":1714454483201,"duration":1}},{"uid":"f872c4589784bd94","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f872c4589784bd94","status":"passed","time":{"start":1714436043128,"stop":1714436043128,"duration":0}},{"uid":"d837ac813137e9b6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d837ac813137e9b6","status":"passed","time":{"start":1714435099717,"stop":1714435099717,"duration":0}},{"uid":"e5106b34b0c0e56a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e5106b34b0c0e56a","status":"passed","time":{"start":1714433792290,"stop":1714433792290,"duration":0}},{"uid":"60233ba2be145ee7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/60233ba2be145ee7","status":"passed","time":{"start":1714431997890,"stop":1714431997891,"duration":1}},{"uid":"4ab12dcaf0bf07a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4ab12dcaf0bf07a","status":"passed","time":{"start":1714432293603,"stop":1714432293603,"duration":0}},{"uid":"ec3ccdefd6cefbde","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ec3ccdefd6cefbde","status":"passed","time":{"start":1714430988309,"stop":1714430988309,"duration":0}},{"uid":"ace99726fd4df249","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ace99726fd4df249","status":"passed","time":{"start":1714430789848,"stop":1714430789849,"duration":1}},{"uid":"12d2366461cc7be3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/12d2366461cc7be3","status":"passed","time":{"start":1714429967911,"stop":1714429967911,"duration":0}},{"uid":"80d12eb9ebeb977f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/80d12eb9ebeb977f","status":"passed","time":{"start":1714429091056,"stop":1714429091056,"duration":0}},{"uid":"3095914264cb9b6c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3095914264cb9b6c","status":"passed","time":{"start":1714427833029,"stop":1714427833029,"duration":0}},{"uid":"992b5601f53ec21f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/992b5601f53ec21f","status":"passed","time":{"start":1714427561587,"stop":1714427561587,"duration":0}},{"uid":"d9b8fc1bab95248c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d9b8fc1bab95248c","status":"passed","time":{"start":1714426916047,"stop":1714426916048,"duration":1}},{"uid":"c3ff9da2ecede57a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c3ff9da2ecede57a","status":"passed","time":{"start":1714425586964,"stop":1714425586965,"duration":1}},{"uid":"1a1e452d7866e587","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1a1e452d7866e587","status":"passed","time":{"start":1714425396492,"stop":1714425396492,"duration":0}},{"uid":"3f5d0bea5a66912b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3f5d0bea5a66912b","status":"passed","time":{"start":1714415596683,"stop":1714415596684,"duration":1}},{"uid":"70a27fabed5e0ea4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/70a27fabed5e0ea4","status":"passed","time":{"start":1714415715310,"stop":1714415715311,"duration":1}},{"uid":"7e6d839cc05e7c80","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7e6d839cc05e7c80","status":"passed","time":{"start":1714407912872,"stop":1714407912873,"duration":1}},{"uid":"4db221831682a99a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4db221831682a99a","status":"passed","time":{"start":1714406956958,"stop":1714406956958,"duration":0}},{"uid":"e5deab033f1ad1d4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e5deab033f1ad1d4","status":"passed","time":{"start":1714404734766,"stop":1714404734766,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"3715a1ce74188c8d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3715a1ce74188c8d","status":"passed","time":{"start":1714454066546,"stop":1714454066547,"duration":1}},{"uid":"69e70b68fcdca338","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/69e70b68fcdca338","status":"passed","time":{"start":1714435618124,"stop":1714435618124,"duration":0}},{"uid":"ab54b392fd052c5a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ab54b392fd052c5a","status":"passed","time":{"start":1714434690687,"stop":1714434690687,"duration":0}},{"uid":"f16913ca5b3de6c3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f16913ca5b3de6c3","status":"passed","time":{"start":1714433384083,"stop":1714433384084,"duration":1}},{"uid":"7df6a3bda8e5d66a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7df6a3bda8e5d66a","status":"passed","time":{"start":1714431579361,"stop":1714431579361,"duration":0}},{"uid":"aa83a34f43be0dca","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/aa83a34f43be0dca","status":"passed","time":{"start":1714431864686,"stop":1714431864687,"duration":1}},{"uid":"16810338f023ac63","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/16810338f023ac63","status":"passed","time":{"start":1714430575910,"stop":1714430575910,"duration":0}},{"uid":"4e2e20bf2db9fe25","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4e2e20bf2db9fe25","status":"passed","time":{"start":1714430373692,"stop":1714430373692,"duration":0}},{"uid":"4a80a306087e42e1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4a80a306087e42e1","status":"passed","time":{"start":1714429534241,"stop":1714429534241,"duration":0}},{"uid":"aad5a610694d67d4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aad5a610694d67d4","status":"passed","time":{"start":1714428670173,"stop":1714428670173,"duration":0}},{"uid":"5791fd31bfce15eb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5791fd31bfce15eb","status":"passed","time":{"start":1714427443740,"stop":1714427443741,"duration":1}},{"uid":"120f13b684a728ec","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/120f13b684a728ec","status":"passed","time":{"start":1714427145032,"stop":1714427145032,"duration":0}},{"uid":"a9d063ba7970b44","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a9d063ba7970b44","status":"passed","time":{"start":1714426498104,"stop":1714426498105,"duration":1}},{"uid":"46fecb440c2e54ab","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/46fecb440c2e54ab","status":"broken","statusDetails":"window is not defined","time":{"start":1714424769778,"stop":1714424769779,"duration":1}},{"uid":"e5f08fb96a20e62d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e5f08fb96a20e62d","status":"passed","time":{"start":1714424993188,"stop":1714424993188,"duration":0}},{"uid":"9dfd2a863eb857af","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9dfd2a863eb857af","status":"passed","time":{"start":1714415152962,"stop":1714415152962,"duration":0}},{"uid":"9512f832f86b8270","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9512f832f86b8270","status":"passed","time":{"start":1714415288106,"stop":1714415288106,"duration":0}},{"uid":"c4ac7936a621c865","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c4ac7936a621c865","status":"passed","time":{"start":1714407506457,"stop":1714407506459,"duration":2}},{"uid":"16996396c282d68a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/16996396c282d68a","status":"passed","time":{"start":1714406539226,"stop":1714406539227,"duration":1}},{"uid":"474f4bc692a80368","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/474f4bc692a80368","status":"passed","time":{"start":1714404316293,"stop":1714404316293,"duration":0}}]},"7df6d05ba46fb2fe35fffd8b2a1d8d17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cf6a2e6ba9c01a7","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/5cf6a2e6ba9c01a7","status":"passed","time":{"start":1714169472813,"stop":1714169472813,"duration":0}}]},"a2509862fa1e0373e3e6f50940319673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cec50757c736ccfa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cec50757c736ccfa","status":"passed","time":{"start":1714429091062,"stop":1714429091062,"duration":0}}]},"fbbb6db5227b8d48a3ad6b2d07405e99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0e20d4a2858b77a","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/e0e20d4a2858b77a","status":"passed","time":{"start":1714109329750,"stop":1714109329751,"duration":1}}]},"f5c7969b7c99a882fe235ff541cb57f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c30a4083f4a8e83","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4c30a4083f4a8e83","status":"passed","time":{"start":1714383356202,"stop":1714383356204,"duration":2}}]},"a08e4230656b7a1e02e4c6b9684d43b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c5cb5442ca3a5da9","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/c5cb5442ca3a5da9","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579285,"stop":1713943579285,"duration":0}}]},"6bf39ee7b0b3cbb990f26b7f9dccde45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d28230605af9905","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/d28230605af9905","status":"passed","time":{"start":1714045802122,"stop":1714045802122,"duration":0}}]},"e3d26087859cbc8d33d4714c6f402a08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd6083ae2f89270e","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/cd6083ae2f89270e","status":"passed","time":{"start":1714008091540,"stop":1714008091541,"duration":1}}]},"b8591904b740b9c72ffccae377882782:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"9175e0c1df70ae2e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9175e0c1df70ae2e","status":"passed","time":{"start":1714453925075,"stop":1714453925076,"duration":1}},{"uid":"a244501a729c3ce","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a244501a729c3ce","status":"passed","time":{"start":1714435482984,"stop":1714435482984,"duration":0}},{"uid":"1b58eeaa37f4cc43","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1b58eeaa37f4cc43","status":"passed","time":{"start":1714434552021,"stop":1714434552021,"duration":0}},{"uid":"a3b927fed644ce09","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a3b927fed644ce09","status":"passed","time":{"start":1714433247044,"stop":1714433247045,"duration":1}},{"uid":"c7a7c227031c74e8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c7a7c227031c74e8","status":"passed","time":{"start":1714431444768,"stop":1714431444768,"duration":0}},{"uid":"493cdf0c94d7e23","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/493cdf0c94d7e23","status":"passed","time":{"start":1714431708308,"stop":1714431708308,"duration":0}},{"uid":"63ae162ae37912a1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/63ae162ae37912a1","status":"passed","time":{"start":1714430430739,"stop":1714430430739,"duration":0}},{"uid":"8df73a920fbf563a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8df73a920fbf563a","status":"passed","time":{"start":1714430223195,"stop":1714430223195,"duration":0}},{"uid":"274715e3c14f158a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/274715e3c14f158a","status":"passed","time":{"start":1714429383897,"stop":1714429383897,"duration":0}},{"uid":"e5f1bf35a29a0bb4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e5f1bf35a29a0bb4","status":"passed","time":{"start":1714428528650,"stop":1714428528650,"duration":0}},{"uid":"5b27ef4c40c67d8e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5b27ef4c40c67d8e","status":"passed","time":{"start":1714427305999,"stop":1714427306000,"duration":1}},{"uid":"8a5e3fb6bc99a17d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8a5e3fb6bc99a17d","status":"passed","time":{"start":1714427007393,"stop":1714427007393,"duration":0}},{"uid":"b98dd6a4e091c93","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b98dd6a4e091c93","status":"passed","time":{"start":1714426355987,"stop":1714426355988,"duration":1}},{"uid":"45de0a7c5a2a180d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/45de0a7c5a2a180d","status":"passed","time":{"start":1714424458801,"stop":1714424458801,"duration":0}},{"uid":"ab6c50117667fcd8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ab6c50117667fcd8","status":"passed","time":{"start":1714424849033,"stop":1714424849033,"duration":0}},{"uid":"1655e7d559d353c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1655e7d559d353c","status":"passed","time":{"start":1714415001464,"stop":1714415001465,"duration":1}},{"uid":"1803e3bb631e2471","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1803e3bb631e2471","status":"passed","time":{"start":1714415154941,"stop":1714415154941,"duration":0}},{"uid":"d248737af152249e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d248737af152249e","status":"passed","time":{"start":1714407362063,"stop":1714407362063,"duration":0}},{"uid":"7810cda83e422096","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7810cda83e422096","status":"passed","time":{"start":1714406389356,"stop":1714406389357,"duration":1}},{"uid":"866cebc947cb66ea","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/866cebc947cb66ea","status":"passed","time":{"start":1714404179196,"stop":1714404179196,"duration":0}}]},"17b3f61b09ce7db4d7dbd9cc38c2c817:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53596bcdaf3fbdf8","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/53596bcdaf3fbdf8","status":"passed","time":{"start":1714130822116,"stop":1714130822116,"duration":0}}]},"2b79ee8798399b9e4a595a1d83cab737:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae790f5dd9fc5233","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/ae790f5dd9fc5233","status":"passed","time":{"start":1713969071443,"stop":1713969071444,"duration":1}}]},"f00f1e360f8beafd63ad2c1d95cf3328:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"cf2842930ec49d61","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/cf2842930ec49d61","status":"broken","statusDetails":"window is not defined","time":{"start":1714382845699,"stop":1714382845700,"duration":1}}]},"8e569483633b009ad669b03a7c86bb8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32fceceb0a8371e7","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/32fceceb0a8371e7","status":"passed","time":{"start":1714383172377,"stop":1714383172377,"duration":0}}]},"61c12ae5bbcfeffaaa5849f29306eb67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"718e7287b7b188e9","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/718e7287b7b188e9","status":"passed","time":{"start":1713987704964,"stop":1713987704964,"duration":0}}]},"aa07b4112cfcb16fcd248cd88eaab435:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"faa9ca4458c6a241","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/faa9ca4458c6a241","status":"passed","time":{"start":1714415715312,"stop":1714415715312,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"46c08e9d3c6655b1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/46c08e9d3c6655b1","status":"passed","time":{"start":1714453927578,"stop":1714453927579,"duration":1}},{"uid":"2cb9730166e2bdca","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2cb9730166e2bdca","status":"passed","time":{"start":1714435485496,"stop":1714435485496,"duration":0}},{"uid":"1d8b6b8457208646","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1d8b6b8457208646","status":"passed","time":{"start":1714434554606,"stop":1714434554607,"duration":1}},{"uid":"343f6c46b25cb40d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/343f6c46b25cb40d","status":"passed","time":{"start":1714433249521,"stop":1714433249522,"duration":1}},{"uid":"702bf7eb38739753","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/702bf7eb38739753","status":"passed","time":{"start":1714431447417,"stop":1714431447417,"duration":0}},{"uid":"149f380e451303f5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/149f380e451303f5","status":"passed","time":{"start":1714431710923,"stop":1714431710923,"duration":0}},{"uid":"e28914dae25e248f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e28914dae25e248f","status":"passed","time":{"start":1714430433313,"stop":1714430433313,"duration":0}},{"uid":"ef3fc94e8909c7c1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ef3fc94e8909c7c1","status":"passed","time":{"start":1714430225825,"stop":1714430225826,"duration":1}},{"uid":"e883733070e7710d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e883733070e7710d","status":"passed","time":{"start":1714429386799,"stop":1714429386800,"duration":1}},{"uid":"553d4ec002c55866","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/553d4ec002c55866","status":"passed","time":{"start":1714428531247,"stop":1714428531247,"duration":0}},{"uid":"1cade4cc0774e4c0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1cade4cc0774e4c0","status":"passed","time":{"start":1714427308587,"stop":1714427308587,"duration":0}},{"uid":"3f5c3bba59f27d99","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3f5c3bba59f27d99","status":"passed","time":{"start":1714427009920,"stop":1714427009920,"duration":0}},{"uid":"7e2e4e060f3d6d95","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7e2e4e060f3d6d95","status":"passed","time":{"start":1714426358686,"stop":1714426358686,"duration":0}},{"uid":"8a6803f082dd6996","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8a6803f082dd6996","status":"passed","time":{"start":1714424461436,"stop":1714424461436,"duration":0}},{"uid":"76eaad6bf34646bc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/76eaad6bf34646bc","status":"passed","time":{"start":1714424851718,"stop":1714424851718,"duration":0}},{"uid":"936c43572b50c75e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/936c43572b50c75e","status":"passed","time":{"start":1714415004113,"stop":1714415004113,"duration":0}},{"uid":"4e7ab831db79e162","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4e7ab831db79e162","status":"passed","time":{"start":1714415157584,"stop":1714415157584,"duration":0}},{"uid":"71004b8dc02a6c1f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/71004b8dc02a6c1f","status":"passed","time":{"start":1714407364833,"stop":1714407364833,"duration":0}},{"uid":"83a5c48f36ae708e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/83a5c48f36ae708e","status":"passed","time":{"start":1714406391941,"stop":1714406391942,"duration":1}},{"uid":"7bfce663114190cd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7bfce663114190cd","status":"passed","time":{"start":1714404181788,"stop":1714404181789,"duration":1}}]},"1edd0385ab38b2b3b39b84bf74ed5761:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3211bc34d8f6850d","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/3211bc34d8f6850d","status":"passed","time":{"start":1714139928166,"stop":1714139928166,"duration":0}}]},"0a1d177e034b5f84a5cb3ca4251569f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6834a00c0635c86f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6834a00c0635c86f","status":"passed","time":{"start":1714429967917,"stop":1714429967918,"duration":1}}]},"5a72827db364bad323c1c35194a67e15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1eeaa15d6353182","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/f1eeaa15d6353182","status":"passed","time":{"start":1714130857757,"stop":1714130857757,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"4801f2b3b24673c2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4801f2b3b24673c2","status":"passed","time":{"start":1714454140480,"stop":1714454140480,"duration":0}},{"uid":"2d608dbf7b83043a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2d608dbf7b83043a","status":"passed","time":{"start":1714435687956,"stop":1714435687957,"duration":1}},{"uid":"a4effaf365dd8314","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a4effaf365dd8314","status":"passed","time":{"start":1714434773472,"stop":1714434773472,"duration":0}},{"uid":"f65e4fdecd498d0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f65e4fdecd498d0","status":"passed","time":{"start":1714433450989,"stop":1714433450989,"duration":0}},{"uid":"9839437bad06aacc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9839437bad06aacc","status":"passed","time":{"start":1714431653522,"stop":1714431653522,"duration":0}},{"uid":"4af384663d400ad9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4af384663d400ad9","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714431989875,"stop":1714431989875,"duration":0}},{"uid":"d2cc45e642f0c392","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d2cc45e642f0c392","status":"passed","time":{"start":1714430659444,"stop":1714430659445,"duration":1}},{"uid":"fbe7c5087db2ea56","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fbe7c5087db2ea56","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714430522189,"stop":1714430522189,"duration":0}},{"uid":"488504f4b062cca3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/488504f4b062cca3","status":"passed","time":{"start":1714429610433,"stop":1714429610433,"duration":0}},{"uid":"e81453545093d5a5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e81453545093d5a5","status":"passed","time":{"start":1714428741375,"stop":1714428741375,"duration":0}},{"uid":"74e0f4cae3e69f9c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/74e0f4cae3e69f9c","status":"passed","time":{"start":1714427513590,"stop":1714427513590,"duration":0}},{"uid":"b1dc2030d4c530b1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b1dc2030d4c530b1","status":"passed","time":{"start":1714427219369,"stop":1714427219370,"duration":1}},{"uid":"40b72b48c4e75600","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/40b72b48c4e75600","status":"passed","time":{"start":1714426573128,"stop":1714426573128,"duration":0}},{"uid":"8157956bb9837487","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8157956bb9837487","status":"passed","time":{"start":1714424914286,"stop":1714424914287,"duration":1}},{"uid":"87b1a0bde425aa99","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/87b1a0bde425aa99","status":"passed","time":{"start":1714425071970,"stop":1714425071971,"duration":1}},{"uid":"38869b8a8a36114a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/38869b8a8a36114a","status":"passed","time":{"start":1714415233350,"stop":1714415233351,"duration":1}},{"uid":"d32107d2936f476b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d32107d2936f476b","status":"passed","time":{"start":1714415382805,"stop":1714415382806,"duration":1}},{"uid":"a90789a3bf403bb4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a90789a3bf403bb4","status":"passed","time":{"start":1714407575704,"stop":1714407575705,"duration":1}},{"uid":"ab84ca16bead400","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ab84ca16bead400","status":"passed","time":{"start":1714406625183,"stop":1714406625183,"duration":0}},{"uid":"9ba9351d510968f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9ba9351d510968f","status":"passed","time":{"start":1714404386215,"stop":1714404386215,"duration":0}}]},"fb27f2377460845a9587dc608cb52290:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa78d35d395344a9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/aa78d35d395344a9","status":"passed","time":{"start":1714425396492,"stop":1714425396492,"duration":0}}]},"11adea6f8923b5643bc4ae96fbee7390:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b359a27248137ff","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/7b359a27248137ff","status":"passed","time":{"start":1714123425561,"stop":1714123425561,"duration":0}}]},"f8b70280d2b3357471d40d046f8d313d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d27170faecde4d92","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/d27170faecde4d92","status":"passed","time":{"start":1714221441306,"stop":1714221441306,"duration":0}}]},"2d29664149de249ec68ddc678798b494:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38eacc5a7f402d1b","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/38eacc5a7f402d1b","status":"passed","time":{"start":1714123393471,"stop":1714123393472,"duration":1}}]},"cd16bf1384147bae20d4934d084926b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8529177cd35a10e7","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8529177cd35a10e7","status":"passed","time":{"start":1714404247012,"stop":1714404247012,"duration":0}}]},"745025483c7a5e50a8afe3c3d790b84f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f96eb40378857afa","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f96eb40378857afa","status":"passed","time":{"start":1714384759608,"stop":1714384759608,"duration":0}}]},"f1ab92ed84cfb48fa4255679ec3e3653:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bc6e88f64aa5af4","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/9bc6e88f64aa5af4","status":"passed","time":{"start":1714130872615,"stop":1714130872615,"duration":0}}]},"36d3fe3f6ebd02641061654d90fa12b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc164352116943e6","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/cc164352116943e6","status":"passed","time":{"start":1714129725374,"stop":1714129725375,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"5091c4afaea8e08","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5091c4afaea8e08","status":"passed","time":{"start":1714454561533,"stop":1714454561534,"duration":1}},{"uid":"b37a4b69d7ad143b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b37a4b69d7ad143b","status":"passed","time":{"start":1714436109841,"stop":1714436109842,"duration":1}},{"uid":"88a044d1b4f5868a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/88a044d1b4f5868a","status":"passed","time":{"start":1714435189025,"stop":1714435189026,"duration":1}},{"uid":"efe18734a21db6ae","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/efe18734a21db6ae","status":"passed","time":{"start":1714433869899,"stop":1714433869899,"duration":0}},{"uid":"86c27412bf1de28d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/86c27412bf1de28d","status":"passed","time":{"start":1714432075633,"stop":1714432075633,"duration":0}},{"uid":"7f020de50ae106dc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7f020de50ae106dc","status":"passed","time":{"start":1714432375918,"stop":1714432375918,"duration":0}},{"uid":"696dac9d3ec30501","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/696dac9d3ec30501","status":"passed","time":{"start":1714431067886,"stop":1714431067887,"duration":1}},{"uid":"4944e7a18330994f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4944e7a18330994f","status":"passed","time":{"start":1714430892406,"stop":1714430892406,"duration":0}},{"uid":"586fc57aa47ef976","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/586fc57aa47ef976","status":"passed","time":{"start":1714430043391,"stop":1714430043391,"duration":0}},{"uid":"3c5c6ab1b25d9be","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3c5c6ab1b25d9be","status":"passed","time":{"start":1714429162582,"stop":1714429162583,"duration":1}},{"uid":"a8f9f331dd977dca","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a8f9f331dd977dca","status":"passed","time":{"start":1714427942603,"stop":1714427942604,"duration":1}},{"uid":"5d459e48202b3592","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5d459e48202b3592","status":"passed","time":{"start":1714427647965,"stop":1714427647965,"duration":0}},{"uid":"5c10666df750080a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5c10666df750080a","status":"passed","time":{"start":1714426999747,"stop":1714426999747,"duration":0}},{"uid":"48e10fc0315b3060","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/48e10fc0315b3060","status":"passed","time":{"start":1714425725389,"stop":1714425725389,"duration":0}},{"uid":"90fbce37baf17fa5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/90fbce37baf17fa5","status":"passed","time":{"start":1714425481555,"stop":1714425481555,"duration":0}},{"uid":"5171b4d361e5363e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5171b4d361e5363e","status":"passed","time":{"start":1714415686087,"stop":1714415686088,"duration":1}},{"uid":"c9a4dd17b7c40ea9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c9a4dd17b7c40ea9","status":"passed","time":{"start":1714415795613,"stop":1714415795614,"duration":1}},{"uid":"20dcb4e1764548ee","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/20dcb4e1764548ee","status":"passed","time":{"start":1714407995023,"stop":1714407995024,"duration":1}},{"uid":"f03d1ac87528d490","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f03d1ac87528d490","status":"passed","time":{"start":1714407036733,"stop":1714407036733,"duration":0}},{"uid":"402bf0e1294bf57f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/402bf0e1294bf57f","status":"passed","time":{"start":1714404808161,"stop":1714404808161,"duration":0}}]},"464fad5c1755d7fec00496cf61b4df64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50e4b49e89c22f03","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/50e4b49e89c22f03","status":"passed","time":{"start":1714384759611,"stop":1714384759611,"duration":0}}]},"ddbd163e36f17b28261408207bb1f204:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f4c9b874eb4869e6","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/f4c9b874eb4869e6","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840457,"stop":1714383840457,"duration":0}}]},"304891d96cfee330835bd1fcd6e78666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab31a0a88d08d03","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ab31a0a88d08d03","status":"passed","time":{"start":1714386585856,"stop":1714386585856,"duration":0}}]},"9ba4bedafde48d39520e416755a92566:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ad7b36e327529c8","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/3ad7b36e327529c8","status":"passed","time":{"start":1714123453149,"stop":1714123453150,"duration":1}}]},"8de9ebcc3b586a86dacc511e53fc7a2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8781ecb8f4110ba","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/c8781ecb8f4110ba","status":"passed","time":{"start":1714008029466,"stop":1714008029467,"duration":1}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"bf4e63e04842be2b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bf4e63e04842be2b","status":"passed","time":{"start":1714454543147,"stop":1714454543147,"duration":0}},{"uid":"c2c9c231ea84dbad","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c2c9c231ea84dbad","status":"passed","time":{"start":1714436104581,"stop":1714436104581,"duration":0}},{"uid":"3e841c1d91241591","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3e841c1d91241591","status":"passed","time":{"start":1714435165752,"stop":1714435165752,"duration":0}},{"uid":"d28f838412d993fd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d28f838412d993fd","status":"passed","time":{"start":1714433853744,"stop":1714433853744,"duration":0}},{"uid":"773ec068979b5340","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/773ec068979b5340","status":"passed","time":{"start":1714432058507,"stop":1714432058507,"duration":0}},{"uid":"dd8f34df3d5e257a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dd8f34df3d5e257a","status":"passed","time":{"start":1714432364374,"stop":1714432364374,"duration":0}},{"uid":"1c6cb5eeb8275383","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1c6cb5eeb8275383","status":"passed","time":{"start":1714431063428,"stop":1714431063428,"duration":0}},{"uid":"432dcfcfcaa5b2a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/432dcfcfcaa5b2a","status":"passed","time":{"start":1714430877272,"stop":1714430877275,"duration":3}},{"uid":"b93f91271a2411e6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b93f91271a2411e6","status":"passed","time":{"start":1714430032960,"stop":1714430032961,"duration":1}},{"uid":"d54ad11106d2e589","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d54ad11106d2e589","status":"passed","time":{"start":1714429153589,"stop":1714429153590,"duration":1}},{"uid":"88a8867bea414c3c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/88a8867bea414c3c","status":"passed","time":{"start":1714427918968,"stop":1714427918969,"duration":1}},{"uid":"8bd84a54cfb71fa1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8bd84a54cfb71fa1","status":"passed","time":{"start":1714427630818,"stop":1714427630818,"duration":0}},{"uid":"bc47f65b6e68c271","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bc47f65b6e68c271","status":"passed","time":{"start":1714426988096,"stop":1714426988097,"duration":1}},{"uid":"7368f00356f2e5aa","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7368f00356f2e5aa","status":"passed","time":{"start":1714425690513,"stop":1714425690513,"duration":0}},{"uid":"4936480863811f0c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4936480863811f0c","status":"passed","time":{"start":1714425467286,"stop":1714425467287,"duration":1}},{"uid":"4a78967497f3202d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4a78967497f3202d","status":"passed","time":{"start":1714415652335,"stop":1714415652336,"duration":1}},{"uid":"9128d9d21abb7934","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9128d9d21abb7934","status":"passed","time":{"start":1714415786949,"stop":1714415786950,"duration":1}},{"uid":"a3b8b75e195d3dbd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a3b8b75e195d3dbd","status":"passed","time":{"start":1714407994017,"stop":1714407994018,"duration":1}},{"uid":"4c033b66d6ec4974","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4c033b66d6ec4974","status":"passed","time":{"start":1714407017329,"stop":1714407017329,"duration":0}},{"uid":"b771a6e7c78dd349","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b771a6e7c78dd349","status":"passed","time":{"start":1714404801234,"stop":1714404801238,"duration":4}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"9d6ce6e1f52ae2d1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9d6ce6e1f52ae2d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714453949193,"stop":1714453949193,"duration":0}},{"uid":"7276c3b7214fb14f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7276c3b7214fb14f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435506841,"stop":1714435506842,"duration":1}},{"uid":"d78ad6eb4e14dc19","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d78ad6eb4e14dc19","status":"skipped","statusDetails":"Test ignored","time":{"start":1714434576211,"stop":1714434576212,"duration":1}},{"uid":"d57811b420476f12","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d57811b420476f12","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433271082,"stop":1714433271083,"duration":1}},{"uid":"5592336c70cbf77e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5592336c70cbf77e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431469030,"stop":1714431469030,"duration":0}},{"uid":"3f38bc6843d45150","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3f38bc6843d45150","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431732703,"stop":1714431732703,"duration":0}},{"uid":"6e9ae9774f2f29f0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6e9ae9774f2f29f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430455645,"stop":1714430455645,"duration":0}},{"uid":"d499ab1f5891af54","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d499ab1f5891af54","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430247324,"stop":1714430247324,"duration":0}},{"uid":"d2fe131885d6df0c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d2fe131885d6df0c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429410963,"stop":1714429410963,"duration":0}},{"uid":"3289735fef78f40c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3289735fef78f40c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428553102,"stop":1714428553102,"duration":0}},{"uid":"920d0b94d86578c1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/920d0b94d86578c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427330826,"stop":1714427330826,"duration":0}},{"uid":"6458e6f3608b310d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6458e6f3608b310d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427031440,"stop":1714427031440,"duration":0}},{"uid":"83ce03357721cb0e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/83ce03357721cb0e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426381046,"stop":1714426381046,"duration":0}},{"uid":"1dbf601b2dddd05e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1dbf601b2dddd05e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714424483033,"stop":1714424483033,"duration":0}},{"uid":"d77e2c725826641f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d77e2c725826641f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714424873556,"stop":1714424873556,"duration":0}},{"uid":"5ba15bd09e86c4e9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5ba15bd09e86c4e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415026654,"stop":1714415026654,"duration":0}},{"uid":"86a12b7378732bf0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/86a12b7378732bf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415179600,"stop":1714415179601,"duration":1}},{"uid":"c4a552532404824e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c4a552532404824e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407386568,"stop":1714407386569,"duration":1}},{"uid":"5bca09e084f6824b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5bca09e084f6824b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406414102,"stop":1714406414103,"duration":1}},{"uid":"2faf3b43392ac92a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2faf3b43392ac92a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404203706,"stop":1714404203706,"duration":0}}]},"8b3018d3b4bd12b0a2c5d96cbf271cfe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b60e1c5cb0a1bcd","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/9b60e1c5cb0a1bcd","status":"passed","time":{"start":1713889154720,"stop":1713889154720,"duration":0}}]},"c41ffe4df2c18680b68e064da98f01d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46520968b43869e3","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/46520968b43869e3","status":"passed","time":{"start":1713977492668,"stop":1713977492669,"duration":1}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":87,"unknown":0,"total":88},"items":[{"uid":"690dca5a57a257f2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/690dca5a57a257f2","status":"passed","time":{"start":1714453985197,"stop":1714453985197,"duration":0}},{"uid":"eb90ad0f32b8b1f1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/eb90ad0f32b8b1f1","status":"passed","time":{"start":1714435547161,"stop":1714435547162,"duration":1}},{"uid":"cc03c6ab7e64dd26","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cc03c6ab7e64dd26","status":"passed","time":{"start":1714434613344,"stop":1714434613346,"duration":2}},{"uid":"53c6458e37b484e2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/53c6458e37b484e2","status":"passed","time":{"start":1714433308776,"stop":1714433308776,"duration":0}},{"uid":"ab73de0617a872d6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ab73de0617a872d6","status":"passed","time":{"start":1714431506763,"stop":1714431506764,"duration":1}},{"uid":"9c978da4ceb5e982","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9c978da4ceb5e982","status":"passed","time":{"start":1714431770130,"stop":1714431770130,"duration":0}},{"uid":"e6d6efc31ba49ca7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e6d6efc31ba49ca7","status":"passed","time":{"start":1714430497203,"stop":1714430497203,"duration":0}},{"uid":"5609857846c749fc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5609857846c749fc","status":"passed","time":{"start":1714430282460,"stop":1714430282460,"duration":0}},{"uid":"8857f63bb3920341","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8857f63bb3920341","status":"passed","time":{"start":1714429453984,"stop":1714429453985,"duration":1}},{"uid":"c131ea29410e75f2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c131ea29410e75f2","status":"passed","time":{"start":1714428593472,"stop":1714428593473,"duration":1}},{"uid":"48a344c0f67beb25","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/48a344c0f67beb25","status":"passed","time":{"start":1714427369000,"stop":1714427369000,"duration":0}},{"uid":"6534e3d4267eb923","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6534e3d4267eb923","status":"passed","time":{"start":1714427072985,"stop":1714427072985,"duration":0}},{"uid":"7910517b086732ba","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7910517b086732ba","status":"passed","time":{"start":1714426418915,"stop":1714426418915,"duration":0}},{"uid":"24127da85dd66cc1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/24127da85dd66cc1","status":"passed","time":{"start":1714424574764,"stop":1714424574764,"duration":0}},{"uid":"d3d87285dc66b7eb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d3d87285dc66b7eb","status":"passed","time":{"start":1714424910823,"stop":1714424910823,"duration":0}},{"uid":"e8912ad2c3c390e4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e8912ad2c3c390e4","status":"passed","time":{"start":1714415063919,"stop":1714415063919,"duration":0}},{"uid":"ee6a020db207b394","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ee6a020db207b394","status":"passed","time":{"start":1714415223100,"stop":1714415223100,"duration":0}},{"uid":"27e3f3ec32cdf058","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/27e3f3ec32cdf058","status":"passed","time":{"start":1714407427332,"stop":1714407427333,"duration":1}},{"uid":"ad02d20797adb7ea","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ad02d20797adb7ea","status":"passed","time":{"start":1714406451146,"stop":1714406451147,"duration":1}},{"uid":"e80b0f3155fbc14b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e80b0f3155fbc14b","status":"passed","time":{"start":1714404241460,"stop":1714404241460,"duration":0}}]},"a3e471e07bd516812204def3d5f75a60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c899bbf86784c43b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c899bbf86784c43b","status":"passed","time":{"start":1714432020143,"stop":1714432020145,"duration":2}}]},"35334fe90fc0bc091c7861f79c57cbd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ea9d9d476e6bef3","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/4ea9d9d476e6bef3","status":"passed","time":{"start":1714154306841,"stop":1714154306842,"duration":1}}]},"8a5810467fe0c561abdaffb5b2c24b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2980bcb2e83fc407","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/2980bcb2e83fc407","status":"passed","time":{"start":1714082690893,"stop":1714082690893,"duration":0}}]},"cae6dc00547aae6a0785e59861e20e87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b2751716ea9a86a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3b2751716ea9a86a","status":"passed","time":{"start":1714425586970,"stop":1714425586970,"duration":0}}]},"7c80fc7aee9e440c0fddc0d2c10689b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12a37bcc6b3ceb0e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/12a37bcc6b3ceb0e","status":"passed","time":{"start":1714431997893,"stop":1714431997893,"duration":0}}]},"eaaab687d26b4ea9f46aafb8221bd127:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f52f950d004ee8a0","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/f52f950d004ee8a0","status":"passed","time":{"start":1714123052778,"stop":1714123052779,"duration":1}}]},"57ea8ab9a9cf92c9c88d8bb42da65fc9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42641d7747da3936","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/42641d7747da3936","status":"passed","time":{"start":1714383281579,"stop":1714383281579,"duration":0}}]},"dcdaede017a502a7e6728c55d1804f6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1a830601d6c4699","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/f1a830601d6c4699","status":"passed","time":{"start":1714130872622,"stop":1714130872629,"duration":7}}]},"25cbe39a7896fc2f5502d3c3875d0aaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8f6606a6b574d49","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/c8f6606a6b574d49","status":"passed","time":{"start":1713982966153,"stop":1713982966154,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"8ee5e40c40732883","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8ee5e40c40732883","status":"passed","time":{"start":1714454563519,"stop":1714454563519,"duration":0}},{"uid":"ea50f881ded5727a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ea50f881ded5727a","status":"passed","time":{"start":1714436124261,"stop":1714436124261,"duration":0}},{"uid":"6be4b778e5ebf1c9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6be4b778e5ebf1c9","status":"passed","time":{"start":1714435198941,"stop":1714435198942,"duration":1}},{"uid":"e06f74b7e99abb5d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e06f74b7e99abb5d","status":"passed","time":{"start":1714433881551,"stop":1714433881552,"duration":1}},{"uid":"94968bbc5008c43d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/94968bbc5008c43d","status":"passed","time":{"start":1714432089943,"stop":1714432089943,"duration":0}},{"uid":"b66d56adabc22555","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b66d56adabc22555","status":"passed","time":{"start":1714432390559,"stop":1714432390559,"duration":0}},{"uid":"26ec9ca0664ed26","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/26ec9ca0664ed26","status":"passed","time":{"start":1714431087767,"stop":1714431087767,"duration":0}},{"uid":"821ed87cc754e66c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/821ed87cc754e66c","status":"passed","time":{"start":1714430905435,"stop":1714430905435,"duration":0}},{"uid":"843fb73d43dfdf83","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/843fb73d43dfdf83","status":"passed","time":{"start":1714430058435,"stop":1714430058436,"duration":1}},{"uid":"8dd1071949fbfb90","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8dd1071949fbfb90","status":"passed","time":{"start":1714429175955,"stop":1714429175956,"duration":1}},{"uid":"5d30c38ed94f39da","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5d30c38ed94f39da","status":"passed","time":{"start":1714427951728,"stop":1714427951728,"duration":0}},{"uid":"49ecea8f49b79f84","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/49ecea8f49b79f84","status":"passed","time":{"start":1714427658858,"stop":1714427658859,"duration":1}},{"uid":"b412e350a08ea55d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b412e350a08ea55d","status":"passed","time":{"start":1714427006278,"stop":1714427006278,"duration":0}},{"uid":"6362a3c1569f9f99","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6362a3c1569f9f99","status":"passed","time":{"start":1714425734131,"stop":1714425734132,"duration":1}},{"uid":"9e13d8d3bdcf870","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9e13d8d3bdcf870","status":"passed","time":{"start":1714425508071,"stop":1714425508071,"duration":0}},{"uid":"c94f49419483f265","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c94f49419483f265","status":"passed","time":{"start":1714415698746,"stop":1714415698747,"duration":1}},{"uid":"7e936542c917188f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7e936542c917188f","status":"passed","time":{"start":1714415803328,"stop":1714415803329,"duration":1}},{"uid":"1968e49eb947185c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1968e49eb947185c","status":"passed","time":{"start":1714408015506,"stop":1714408015506,"duration":0}},{"uid":"79c09d6f297b6133","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/79c09d6f297b6133","status":"passed","time":{"start":1714407046987,"stop":1714407046987,"duration":0}},{"uid":"6dca3283db29f3cd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6dca3283db29f3cd","status":"passed","time":{"start":1714404824582,"stop":1714404824582,"duration":0}}]},"46b32ac30c339d56370eb5b352cdd097:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24c949206d91f3f6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/24c949206d91f3f6","status":"passed","time":{"start":1714427509518,"stop":1714427509518,"duration":0}}]},"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"853454898b793bd8","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/853454898b793bd8","status":"skipped","statusDetails":"Test ignored","time":{"start":1713977095253,"stop":1713977095253,"duration":0}},{"uid":"25437cd41ba4068c","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/25437cd41ba4068c","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976297254,"stop":1713976297254,"duration":0}},{"uid":"39cf330773b4c206","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/39cf330773b4c206","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969285203,"stop":1713969285203,"duration":0}},{"uid":"a4d18bb6396ec902","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/a4d18bb6396ec902","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943776979,"stop":1713943776980,"duration":1}},{"uid":"94d3cb83f9e4a957","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/94d3cb83f9e4a957","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889601744,"stop":1713889601744,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"41274160cba54976","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/41274160cba54976","status":"passed","time":{"start":1714454563521,"stop":1714454563521,"duration":0}},{"uid":"5aa66492f9cd4909","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5aa66492f9cd4909","status":"passed","time":{"start":1714436124263,"stop":1714436124263,"duration":0}},{"uid":"8d595e87b9896643","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8d595e87b9896643","status":"passed","time":{"start":1714435198946,"stop":1714435198946,"duration":0}},{"uid":"cdf063d9eb263eeb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cdf063d9eb263eeb","status":"passed","time":{"start":1714433881554,"stop":1714433881554,"duration":0}},{"uid":"e2e9460382336c08","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e2e9460382336c08","status":"passed","time":{"start":1714432089944,"stop":1714432089944,"duration":0}},{"uid":"a86c4fefb591e3ee","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a86c4fefb591e3ee","status":"passed","time":{"start":1714432390561,"stop":1714432390561,"duration":0}},{"uid":"97768b8d98832561","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/97768b8d98832561","status":"passed","time":{"start":1714431087770,"stop":1714431087771,"duration":1}},{"uid":"f70433f55b1d55ce","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f70433f55b1d55ce","status":"passed","time":{"start":1714430905439,"stop":1714430905440,"duration":1}},{"uid":"6f74cfb47cca46ce","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6f74cfb47cca46ce","status":"passed","time":{"start":1714430058438,"stop":1714430058438,"duration":0}},{"uid":"cf9f1764da8cfdf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cf9f1764da8cfdf","status":"passed","time":{"start":1714429175957,"stop":1714429175957,"duration":0}},{"uid":"9bef759e18314168","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9bef759e18314168","status":"passed","time":{"start":1714427951730,"stop":1714427951730,"duration":0}},{"uid":"8b94ec9da40bdd06","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8b94ec9da40bdd06","status":"passed","time":{"start":1714427658860,"stop":1714427658860,"duration":0}},{"uid":"5b4d5b7da3c6a0c8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5b4d5b7da3c6a0c8","status":"passed","time":{"start":1714427006280,"stop":1714427006280,"duration":0}},{"uid":"363d3d4db9789c96","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/363d3d4db9789c96","status":"passed","time":{"start":1714425734133,"stop":1714425734133,"duration":0}},{"uid":"797c5deaba5b2d54","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/797c5deaba5b2d54","status":"passed","time":{"start":1714425508072,"stop":1714425508074,"duration":2}},{"uid":"71221e0179a5f328","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/71221e0179a5f328","status":"passed","time":{"start":1714415698749,"stop":1714415698749,"duration":0}},{"uid":"9bbf3a865c02a167","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9bbf3a865c02a167","status":"passed","time":{"start":1714415803330,"stop":1714415803331,"duration":1}},{"uid":"46dfa56405423760","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/46dfa56405423760","status":"passed","time":{"start":1714408015507,"stop":1714408015508,"duration":1}},{"uid":"a1e26215bac6a56e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a1e26215bac6a56e","status":"passed","time":{"start":1714407046988,"stop":1714407046989,"duration":1}},{"uid":"19e333d2b5ab4d06","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/19e333d2b5ab4d06","status":"passed","time":{"start":1714404824584,"stop":1714404824584,"duration":0}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"18bd6c1195d8f1fd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/18bd6c1195d8f1fd","status":"passed","time":{"start":1714454443270,"stop":1714454443270,"duration":0}},{"uid":"2f1a3706dfd21ba2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2f1a3706dfd21ba2","status":"passed","time":{"start":1714435994909,"stop":1714435994910,"duration":1}},{"uid":"7506c41686da2db5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7506c41686da2db5","status":"passed","time":{"start":1714435067764,"stop":1714435067765,"duration":1}},{"uid":"10442e91aa09230f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/10442e91aa09230f","status":"passed","time":{"start":1714433759562,"stop":1714433759562,"duration":0}},{"uid":"1599698cdaddf9a6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1599698cdaddf9a6","status":"passed","time":{"start":1714431967956,"stop":1714431967956,"duration":0}},{"uid":"c572b9d51f996b5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c572b9d51f996b5","status":"passed","time":{"start":1714432288776,"stop":1714432288776,"duration":0}},{"uid":"2cf837c998cf7c86","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2cf837c998cf7c86","status":"passed","time":{"start":1714430967041,"stop":1714430967042,"duration":1}},{"uid":"41c8c3f3089a6537","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/41c8c3f3089a6537","status":"passed","time":{"start":1714430807859,"stop":1714430807860,"duration":1}},{"uid":"3b961e8b4fd38c2b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3b961e8b4fd38c2b","status":"passed","time":{"start":1714429922995,"stop":1714429922996,"duration":1}},{"uid":"29cf0656e9f8d25","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/29cf0656e9f8d25","status":"passed","time":{"start":1714429045142,"stop":1714429045143,"duration":1}},{"uid":"208fc162b461ba5a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/208fc162b461ba5a","status":"passed","time":{"start":1714427692077,"stop":1714427692078,"duration":1}},{"uid":"f58041892e8b4538","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f58041892e8b4538","status":"passed","time":{"start":1714427535673,"stop":1714427535673,"duration":0}},{"uid":"f104510e3dcd51a7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f104510e3dcd51a7","status":"passed","time":{"start":1714426889315,"stop":1714426889316,"duration":1}},{"uid":"9d65d21f2d2d46dc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9d65d21f2d2d46dc","status":"passed","time":{"start":1714425610631,"stop":1714425610631,"duration":0}},{"uid":"a398bac55df04399","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a398bac55df04399","status":"passed","time":{"start":1714425363885,"stop":1714425363886,"duration":1}},{"uid":"47c1fd30602d3345","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/47c1fd30602d3345","status":"passed","time":{"start":1714415544818,"stop":1714415544818,"duration":0}},{"uid":"699da459ce2b866","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/699da459ce2b866","status":"passed","time":{"start":1714415689072,"stop":1714415689072,"duration":0}},{"uid":"4ae61acea65fcf4a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4ae61acea65fcf4a","status":"passed","time":{"start":1714407902535,"stop":1714407902536,"duration":1}},{"uid":"ab8d9bdf0034864","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ab8d9bdf0034864","status":"passed","time":{"start":1714406920265,"stop":1714406920266,"duration":1}},{"uid":"a88f6b99575968c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a88f6b99575968c","status":"passed","time":{"start":1714404713588,"stop":1714404713588,"duration":0}}]},"a351685dcf0bafeb78a4156cefd4f8f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e442b5e191307eba","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/e442b5e191307eba","status":"passed","time":{"start":1714169124222,"stop":1714169124222,"duration":0}}]},"1bab5b64a71af2906f555e4d49adef7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76a7415723daebdb","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/76a7415723daebdb","status":"passed","time":{"start":1714046099944,"stop":1714046099944,"duration":0}}]},"96e6897b172602122ec5f6651bc3a53d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d7edeef68e9c93fb","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/d7edeef68e9c93fb","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714080426198,"stop":1714080426198,"duration":0}}]},"b8361dee2a04b22b8964d79c4b09afeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc60a08704c1c56b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fc60a08704c1c56b","status":"passed","time":{"start":1714407912873,"stop":1714407912874,"duration":1}}]},"95327eabeb1665708461aecae38f53bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ea9a7f087ca6ce7","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9ea9a7f087ca6ce7","status":"passed","time":{"start":1714383536792,"stop":1714383536792,"duration":0}}]},"9ee5e0e6973d4b37d9908e7b62fe8cdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b92cc554641996fa","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b92cc554641996fa","status":"passed","time":{"start":1714436006542,"stop":1714436006544,"duration":2}}]},"a322ef5e44c8fa55429fa8060c8f0446:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ddbb9b32c4b2a148","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/ddbb9b32c4b2a148","status":"passed","time":{"start":1714018153956,"stop":1714018153956,"duration":0}}]},"2d362115f44f64ee4c52a93ac684005c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"352fd144891b0803","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/352fd144891b0803","status":"passed","time":{"start":1714382856571,"stop":1714382856571,"duration":0}}]},"a364a1e60701f2056c3d679eabc0acc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eca22cc21afdf4ba","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/eca22cc21afdf4ba","status":"passed","time":{"start":1714454483203,"stop":1714454483204,"duration":1}}]},"dc081b03652dfa81af92b8716a2e0f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f528fc0495b927e6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f528fc0495b927e6","status":"passed","time":{"start":1714404628282,"stop":1714404628283,"duration":1}}]},"3cde2b3c880206c9ff8b70dd2c3d5430:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a9982f1d3b2cef8","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/3a9982f1d3b2cef8","status":"passed","time":{"start":1714381747124,"stop":1714381747125,"duration":1}}]},"0e8eff32b9d8ecb4d7f2ddfd34dd04cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31a5e2111a6d5d2f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/31a5e2111a6d5d2f","status":"passed","time":{"start":1714381685742,"stop":1714381685743,"duration":1}}]},"1a64918fc57ae195bc8b34bcb5216a17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d11694c78ff36668","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d11694c78ff36668","status":"passed","time":{"start":1714432303168,"stop":1714432303169,"duration":1}}]},"c8387e11547b94d37975b3ab7fca5b7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84d7f6d98c15b49f","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/84d7f6d98c15b49f","status":"passed","time":{"start":1713943549155,"stop":1713943549155,"duration":0}}]},"860f6eecfed149b70c1aec4daadfa05a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c822f0e70f236685","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/c822f0e70f236685","status":"passed","time":{"start":1713996808983,"stop":1713996808983,"duration":0}}]},"fb57ad6a45a9289256e03d358a05d3da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8ee3532ba4ca1f1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e8ee3532ba4ca1f1","status":"passed","time":{"start":1714429973506,"stop":1714429973507,"duration":1}}]},"0b19409388de948249a991d47f2c6f30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5583b8696ca46dc7","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/5583b8696ca46dc7","status":"passed","time":{"start":1714219207552,"stop":1714219207552,"duration":0}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":87,"unknown":0,"total":87},"items":[{"uid":"dcdf5581f2b5090b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dcdf5581f2b5090b","status":"passed","time":{"start":1714454246972,"stop":1714454246973,"duration":1}},{"uid":"2850cab5d9796e21","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2850cab5d9796e21","status":"passed","time":{"start":1714435795186,"stop":1714435795187,"duration":1}},{"uid":"783f99eff6d6bd9e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/783f99eff6d6bd9e","status":"passed","time":{"start":1714434861607,"stop":1714434861608,"duration":1}},{"uid":"163c8288cc33d351","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/163c8288cc33d351","status":"passed","time":{"start":1714433551075,"stop":1714433551076,"duration":1}},{"uid":"cf40b28ac93761fa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cf40b28ac93761fa","status":"passed","time":{"start":1714431768811,"stop":1714431768811,"duration":0}},{"uid":"5e9d2660b6a73510","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5e9d2660b6a73510","status":"passed","time":{"start":1714432061424,"stop":1714432061424,"duration":0}},{"uid":"3a248cb2c609b6bc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3a248cb2c609b6bc","status":"passed","time":{"start":1714430772724,"stop":1714430772724,"duration":0}},{"uid":"22b7448789c3b6f9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/22b7448789c3b6f9","status":"passed","time":{"start":1714430577548,"stop":1714430577549,"duration":1}},{"uid":"ca7fc9fcc09d003c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ca7fc9fcc09d003c","status":"passed","time":{"start":1714429721253,"stop":1714429721253,"duration":0}},{"uid":"e79d30327f208e00","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e79d30327f208e00","status":"passed","time":{"start":1714428857767,"stop":1714428857768,"duration":1}},{"uid":"bdfafb08322bb5ac","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bdfafb08322bb5ac","status":"passed","time":{"start":1714427634503,"stop":1714427634504,"duration":1}},{"uid":"7bc073b83aad9a06","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7bc073b83aad9a06","status":"passed","time":{"start":1714427320391,"stop":1714427320391,"duration":0}},{"uid":"d136f651c007207b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d136f651c007207b","status":"passed","time":{"start":1714426692195,"stop":1714426692196,"duration":1}},{"uid":"85f4084be06a8ae2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/85f4084be06a8ae2","status":"passed","time":{"start":1714425469961,"stop":1714425469962,"duration":1}},{"uid":"e0e878e2431c2a94","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e0e878e2431c2a94","status":"passed","time":{"start":1714425170478,"stop":1714425170478,"duration":0}},{"uid":"be0b85dd51247f7f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/be0b85dd51247f7f","status":"passed","time":{"start":1714415308003,"stop":1714415308004,"duration":1}},{"uid":"8266cc5434efadb8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8266cc5434efadb8","status":"passed","time":{"start":1714415498398,"stop":1714415498399,"duration":1}},{"uid":"b3a81c9e59dc9c13","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b3a81c9e59dc9c13","status":"passed","time":{"start":1714407691766,"stop":1714407691766,"duration":0}},{"uid":"3b54272f5f346c58","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3b54272f5f346c58","status":"passed","time":{"start":1714406721592,"stop":1714406721593,"duration":1}},{"uid":"f7d6e6aac72fe7a0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f7d6e6aac72fe7a0","status":"passed","time":{"start":1714404515362,"stop":1714404515363,"duration":1}}]},"f5e800f973f57047427ad6b2bd0d4be9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"454b33b1dc6a97a2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/454b33b1dc6a97a2","status":"passed","time":{"start":1714425369950,"stop":1714425369950,"duration":0}}]},"d34af34a9bb9ada67a95a7e71b96c340:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae8e809d6e9d5558","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/ae8e809d6e9d5558","status":"passed","time":{"start":1713976155897,"stop":1713976155897,"duration":0}}]},"cabae8a18987086085a9b15df6729783:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b824393b68dc5ffe","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b824393b68dc5ffe","status":"passed","time":{"start":1714404194552,"stop":1714404194552,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"59e9c665196f60e8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/59e9c665196f60e8","status":"passed","time":{"start":1714454532131,"stop":1714454532132,"duration":1}},{"uid":"ac000ad5d05d6839","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ac000ad5d05d6839","status":"passed","time":{"start":1714436094199,"stop":1714436094199,"duration":0}},{"uid":"ec39d6973fda6ffe","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ec39d6973fda6ffe","status":"passed","time":{"start":1714435163811,"stop":1714435163812,"duration":1}},{"uid":"8e6dc545f4c64cd4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8e6dc545f4c64cd4","status":"passed","time":{"start":1714433852604,"stop":1714433852605,"duration":1}},{"uid":"76d14de67cb81ca9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/76d14de67cb81ca9","status":"passed","time":{"start":1714432063852,"stop":1714432063852,"duration":0}},{"uid":"7609da8c764482f7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7609da8c764482f7","status":"passed","time":{"start":1714432359672,"stop":1714432359672,"duration":0}},{"uid":"9c1028e5b872ddd8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9c1028e5b872ddd8","status":"passed","time":{"start":1714431050894,"stop":1714431050895,"duration":1}},{"uid":"ced6dee8d7ae1d99","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ced6dee8d7ae1d99","status":"passed","time":{"start":1714430874571,"stop":1714430874572,"duration":1}},{"uid":"5c8dc4b47bfc4c84","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5c8dc4b47bfc4c84","status":"passed","time":{"start":1714430022727,"stop":1714430022728,"duration":1}},{"uid":"1102d3676a2ddb5b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1102d3676a2ddb5b","status":"passed","time":{"start":1714429144651,"stop":1714429144653,"duration":2}},{"uid":"c544ce6c59d4a7ef","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c544ce6c59d4a7ef","status":"passed","time":{"start":1714427926001,"stop":1714427926001,"duration":0}},{"uid":"c10b5df667c7998","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c10b5df667c7998","status":"passed","time":{"start":1714427629051,"stop":1714427629052,"duration":1}},{"uid":"d0122654d98b8da","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d0122654d98b8da","status":"passed","time":{"start":1714426975374,"stop":1714426975380,"duration":6}},{"uid":"bfcbcf34a0418731","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bfcbcf34a0418731","status":"passed","time":{"start":1714425690223,"stop":1714425690223,"duration":0}},{"uid":"f543ec32abbed5cd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f543ec32abbed5cd","status":"passed","time":{"start":1714425473190,"stop":1714425473191,"duration":1}},{"uid":"bf721d63944d34f5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bf721d63944d34f5","status":"passed","time":{"start":1714415666110,"stop":1714415666110,"duration":0}},{"uid":"b19b76407c5b7089","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b19b76407c5b7089","status":"passed","time":{"start":1714415773704,"stop":1714415773705,"duration":1}},{"uid":"8298d0a1d04ca918","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8298d0a1d04ca918","status":"passed","time":{"start":1714407989507,"stop":1714407989508,"duration":1}},{"uid":"6abb86cf1b7e0d0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6abb86cf1b7e0d0","status":"passed","time":{"start":1714407016618,"stop":1714407016618,"duration":0}},{"uid":"1ef19b1b90a4f4d1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1ef19b1b90a4f4d1","status":"passed","time":{"start":1714404796538,"stop":1714404796539,"duration":1}}]},"4bc00f241f1bef4bb28b2d2e5b73bb73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8478db42a302b60","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/f8478db42a302b60","status":"passed","time":{"start":1714033799781,"stop":1714033799782,"duration":1}}]},"f5a2efd858aef3dd562c273b084f05b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ab36bec9dd3c71f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4ab36bec9dd3c71f","status":"passed","time":{"start":1714433792295,"stop":1714433792296,"duration":1}}]},"b1a1c080d0cf4f3f1e5135d8bfbb887b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df7a2155d3a8452f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/df7a2155d3a8452f","status":"passed","time":{"start":1714433468594,"stop":1714433468594,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"70c663d21c7fadb0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70c663d21c7fadb0","status":"passed","time":{"start":1714453987195,"stop":1714453987196,"duration":1}},{"uid":"5627a5c7f7cd31f1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5627a5c7f7cd31f1","status":"passed","time":{"start":1714435545815,"stop":1714435545815,"duration":0}},{"uid":"2a7547fdbafb99de","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2a7547fdbafb99de","status":"passed","time":{"start":1714434626134,"stop":1714434626134,"duration":0}},{"uid":"d07d7f492a69d94e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d07d7f492a69d94e","status":"passed","time":{"start":1714433316404,"stop":1714433316405,"duration":1}},{"uid":"c064dc9777558d0f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c064dc9777558d0f","status":"passed","time":{"start":1714431506526,"stop":1714431506526,"duration":0}},{"uid":"c256ed1a283cb02d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c256ed1a283cb02d","status":"passed","time":{"start":1714431770052,"stop":1714431770052,"duration":0}},{"uid":"2ac38d9aab2b8dee","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2ac38d9aab2b8dee","status":"passed","time":{"start":1714430495734,"stop":1714430495734,"duration":0}},{"uid":"219fd41a10789f81","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/219fd41a10789f81","status":"passed","time":{"start":1714430283238,"stop":1714430283238,"duration":0}},{"uid":"e08bc75575a8ea5a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e08bc75575a8ea5a","status":"passed","time":{"start":1714429454738,"stop":1714429454738,"duration":0}},{"uid":"2bf5af866811bc9f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2bf5af866811bc9f","status":"passed","time":{"start":1714428603025,"stop":1714428603026,"duration":1}},{"uid":"e77ff391393a5f67","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e77ff391393a5f67","status":"passed","time":{"start":1714427368865,"stop":1714427368866,"duration":1}},{"uid":"174cc2c6953891ae","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/174cc2c6953891ae","status":"passed","time":{"start":1714427087108,"stop":1714427087109,"duration":1}},{"uid":"74f46dcf19e960e9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/74f46dcf19e960e9","status":"passed","time":{"start":1714426419005,"stop":1714426419007,"duration":2}},{"uid":"e6dad60b1770998b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e6dad60b1770998b","status":"passed","time":{"start":1714424522175,"stop":1714424522175,"duration":0}},{"uid":"b315c8cfd6e0c2a3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b315c8cfd6e0c2a3","status":"passed","time":{"start":1714424912036,"stop":1714424912036,"duration":0}},{"uid":"4d977d6a3571b2f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4d977d6a3571b2f","status":"passed","time":{"start":1714415063938,"stop":1714415063938,"duration":0}},{"uid":"34d5201e5b1d252","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/34d5201e5b1d252","status":"passed","time":{"start":1714415219586,"stop":1714415219587,"duration":1}},{"uid":"8ef84fbe78ca6bc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8ef84fbe78ca6bc","status":"passed","time":{"start":1714407435781,"stop":1714407435782,"duration":1}},{"uid":"4ee4c74dc21b3b84","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4ee4c74dc21b3b84","status":"passed","time":{"start":1714406451896,"stop":1714406451897,"duration":1}},{"uid":"b0d88f980a6c4ed5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b0d88f980a6c4ed5","status":"passed","time":{"start":1714404244900,"stop":1714404244902,"duration":2}}]},"9006626487118c22cf417fd5135de8fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31939978aa166973","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/31939978aa166973","status":"passed","time":{"start":1714404739433,"stop":1714404739433,"duration":0}}]},"99e8179c6e4a69dc00fba6ebb6543eb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d995b9ba30b9f70","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/5d995b9ba30b9f70","status":"passed","time":{"start":1714109368635,"stop":1714109368636,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"4fdd0c9700bae2ca","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4fdd0c9700bae2ca","status":"passed","time":{"start":1714454140471,"stop":1714454140471,"duration":0}},{"uid":"3acf8f2ed2aa3298","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3acf8f2ed2aa3298","status":"passed","time":{"start":1714435687953,"stop":1714435687954,"duration":1}},{"uid":"bc88a0d1cbbd5b70","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bc88a0d1cbbd5b70","status":"passed","time":{"start":1714434773470,"stop":1714434773470,"duration":0}},{"uid":"d5f730aab9c32511","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d5f730aab9c32511","status":"passed","time":{"start":1714433450984,"stop":1714433450984,"duration":0}},{"uid":"72d9f0ecc952c26c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/72d9f0ecc952c26c","status":"passed","time":{"start":1714431653512,"stop":1714431653515,"duration":3}},{"uid":"987f5946e42dbfbc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/987f5946e42dbfbc","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714431989859,"stop":1714431989859,"duration":0}},{"uid":"e747aefbe1bfe9f6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e747aefbe1bfe9f6","status":"passed","time":{"start":1714430659438,"stop":1714430659439,"duration":1}},{"uid":"b80e1a3b1ea89952","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b80e1a3b1ea89952","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714430522180,"stop":1714430522180,"duration":0}},{"uid":"86df7d36ce2ed4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/86df7d36ce2ed4","status":"passed","time":{"start":1714429610428,"stop":1714429610428,"duration":0}},{"uid":"8a18fb48307e54e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8a18fb48307e54e","status":"passed","time":{"start":1714428741367,"stop":1714428741372,"duration":5}},{"uid":"900ec5c9211ca211","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/900ec5c9211ca211","status":"passed","time":{"start":1714427513588,"stop":1714427513588,"duration":0}},{"uid":"5448cb62acbb2afb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5448cb62acbb2afb","status":"passed","time":{"start":1714427219360,"stop":1714427219361,"duration":1}},{"uid":"f3de3bc62993a90d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f3de3bc62993a90d","status":"passed","time":{"start":1714426573105,"stop":1714426573105,"duration":0}},{"uid":"c61c12279bdc7cc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c61c12279bdc7cc","status":"passed","time":{"start":1714424914283,"stop":1714424914284,"duration":1}},{"uid":"bb92e332c4259b70","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bb92e332c4259b70","status":"passed","time":{"start":1714425071926,"stop":1714425071926,"duration":0}},{"uid":"582aee06ba9ed68a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/582aee06ba9ed68a","status":"passed","time":{"start":1714415233343,"stop":1714415233343,"duration":0}},{"uid":"210c5048e6bb497a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/210c5048e6bb497a","status":"passed","time":{"start":1714415382794,"stop":1714415382795,"duration":1}},{"uid":"55887ca6bc6b74a8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/55887ca6bc6b74a8","status":"passed","time":{"start":1714407575702,"stop":1714407575702,"duration":0}},{"uid":"181c3779b848f541","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/181c3779b848f541","status":"passed","time":{"start":1714406625180,"stop":1714406625180,"duration":0}},{"uid":"779719813c44a118","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/779719813c44a118","status":"passed","time":{"start":1714404386212,"stop":1714404386212,"duration":0}}]},"7596541124e3c3ebaea5f8202376f2d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21617901de688e45","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/21617901de688e45","status":"passed","time":{"start":1714385080721,"stop":1714385080721,"duration":0}}]},"9b52b658e3e1d637425c770f9416d15e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"633d94eb89e61781","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/633d94eb89e61781","status":"passed","time":{"start":1714435115851,"stop":1714435115852,"duration":1}}]},"52d932c8b46ddc35c48670f736241187:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7f2cc213b46007d","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/a7f2cc213b46007d","status":"passed","time":{"start":1714129789805,"stop":1714129789805,"duration":0}}]},"b698f3b49cd305a9847d892c816a629e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80d93572e9e2c66","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/80d93572e9e2c66","status":"passed","time":{"start":1714383127010,"stop":1714383127010,"duration":0}}]},"490b3760b5212061d2edcf66566a093e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"baa7bdf2f4fcad91","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/baa7bdf2f4fcad91","status":"passed","time":{"start":1714221112262,"stop":1714221112262,"duration":0}}]},"3607f363ae44a0ef8ec9c8fb147f62aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"625afebd1b6b708c","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/625afebd1b6b708c","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067720,"stop":1714384067720,"duration":0}}]},"6a3c3b697bf076049b68571f4fe8817b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c0fc99b4bad4e5e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5c0fc99b4bad4e5e","status":"passed","time":{"start":1714454434307,"stop":1714454434307,"duration":0}}]},"696343bb6d671735bd7378e4f4206ee4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d13e129671d47fe","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/3d13e129671d47fe","status":"passed","time":{"start":1714297312884,"stop":1714297312885,"duration":1}}]},"6473068252c708c8a426e499212f7198:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9b8b36a7fc5de0c","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/a9b8b36a7fc5de0c","status":"passed","time":{"start":1714214828258,"stop":1714214828258,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"5eda9edc5693c963","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5eda9edc5693c963","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0}},{"uid":"84dcabd0976cf429","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/84dcabd0976cf429","status":"passed","time":{"start":1714435491290,"stop":1714435491291,"duration":1}},{"uid":"a01e705665106a87","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a01e705665106a87","status":"passed","time":{"start":1714434560397,"stop":1714434560397,"duration":0}},{"uid":"297fff092a742af","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/297fff092a742af","status":"passed","time":{"start":1714433255377,"stop":1714433255378,"duration":1}},{"uid":"21fa2afe4ab39e76","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/21fa2afe4ab39e76","status":"passed","time":{"start":1714431453273,"stop":1714431453273,"duration":0}},{"uid":"da7b18d337107a1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/da7b18d337107a1","status":"passed","time":{"start":1714431716853,"stop":1714431716853,"duration":0}},{"uid":"c491d9dc93648321","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c491d9dc93648321","status":"passed","time":{"start":1714430439314,"stop":1714430439314,"duration":0}},{"uid":"3657710c1b26c98c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3657710c1b26c98c","status":"passed","time":{"start":1714430231609,"stop":1714430231609,"duration":0}},{"uid":"c40168afe831cff0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c40168afe831cff0","status":"passed","time":{"start":1714429393354,"stop":1714429393354,"duration":0}},{"uid":"69c5262eb7ae6416","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/69c5262eb7ae6416","status":"passed","time":{"start":1714428537105,"stop":1714428537105,"duration":0}},{"uid":"ad8addd9db46c0cd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ad8addd9db46c0cd","status":"passed","time":{"start":1714427314625,"stop":1714427314625,"duration":0}},{"uid":"f1bac243a02fb98c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f1bac243a02fb98c","status":"passed","time":{"start":1714427015821,"stop":1714427015822,"duration":1}},{"uid":"a7fd96b4f46f4baf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a7fd96b4f46f4baf","status":"passed","time":{"start":1714426364739,"stop":1714426364739,"duration":0}},{"uid":"e537408e6d212a31","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e537408e6d212a31","status":"passed","time":{"start":1714424467267,"stop":1714424467267,"duration":0}},{"uid":"fcf677096435f042","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/fcf677096435f042","status":"passed","time":{"start":1714424857619,"stop":1714424857619,"duration":0}},{"uid":"e07a0b10a398e948","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e07a0b10a398e948","status":"passed","time":{"start":1714415010226,"stop":1714415010226,"duration":0}},{"uid":"44fc56b6cf439b1c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44fc56b6cf439b1c","status":"passed","time":{"start":1714415163525,"stop":1714415163525,"duration":0}},{"uid":"585b26b596c7780","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/585b26b596c7780","status":"passed","time":{"start":1714407370712,"stop":1714407370712,"duration":0}},{"uid":"aed93dc454ea8768","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/aed93dc454ea8768","status":"passed","time":{"start":1714406397859,"stop":1714406397859,"duration":0}},{"uid":"7b500e79ad27ea54","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7b500e79ad27ea54","status":"passed","time":{"start":1714404187711,"stop":1714404187711,"duration":0}}]},"59438bdd29530ab16c760e71c4020454:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea26b13b9e031845","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/ea26b13b9e031845","status":"passed","time":{"start":1714089697948,"stop":1714089697948,"duration":0}}]},"ad9e500a4088936a703bad2ad2326150:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4be71f29b522893e","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/4be71f29b522893e","status":"passed","time":{"start":1714261881441,"stop":1714261881442,"duration":1}}]},"37bfefd38c6f3813470d6e7a9938604c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48bade73a7a62aab","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/48bade73a7a62aab","status":"passed","time":{"start":1714434777709,"stop":1714434777710,"duration":1}}]},"47ad8ce3bfd4e95ba35f4345992460ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e3979c7b73c478c","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/7e3979c7b73c478c","status":"passed","time":{"start":1714040301537,"stop":1714040301537,"duration":0}}]},"c1359ae2a9f885e9d2ff4e40b70bd6d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3627bb4666d9cd46","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/3627bb4666d9cd46","status":"passed","time":{"start":1714018144007,"stop":1714018144007,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":83,"unknown":0,"total":86},"items":[{"uid":"fdeafc74da58eb02","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fdeafc74da58eb02","status":"passed","time":{"start":1714454048328,"stop":1714454048328,"duration":0}},{"uid":"ecfecfd2cad5875e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ecfecfd2cad5875e","status":"passed","time":{"start":1714435606847,"stop":1714435606847,"duration":0}},{"uid":"f83a205bd4bb2df","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f83a205bd4bb2df","status":"passed","time":{"start":1714434675155,"stop":1714434675156,"duration":1}},{"uid":"4b379a6994d93a56","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4b379a6994d93a56","status":"passed","time":{"start":1714433371584,"stop":1714433371584,"duration":0}},{"uid":"d121e553bc8a8849","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d121e553bc8a8849","status":"passed","time":{"start":1714431572720,"stop":1714431572721,"duration":1}},{"uid":"58ad59fd73bd1153","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/58ad59fd73bd1153","status":"passed","time":{"start":1714431830832,"stop":1714431830833,"duration":1}},{"uid":"488c6d0e4c3b6331","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/488c6d0e4c3b6331","status":"passed","time":{"start":1714430561832,"stop":1714430561832,"duration":0}},{"uid":"17038f933a701b20","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/17038f933a701b20","status":"passed","time":{"start":1714430339329,"stop":1714430339330,"duration":1}},{"uid":"553dc1dd4bec29ea","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/553dc1dd4bec29ea","status":"passed","time":{"start":1714429522159,"stop":1714429522159,"duration":0}},{"uid":"898545f1a2e53d64","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/898545f1a2e53d64","status":"passed","time":{"start":1714428655951,"stop":1714428655952,"duration":1}},{"uid":"7e0066c7f91adeef","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7e0066c7f91adeef","status":"passed","time":{"start":1714427434615,"stop":1714427434615,"duration":0}},{"uid":"9f5263deec9ee78","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9f5263deec9ee78","status":"passed","time":{"start":1714427135386,"stop":1714427135387,"duration":1}},{"uid":"3d67f5b64253223a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3d67f5b64253223a","status":"passed","time":{"start":1714426488645,"stop":1714426488645,"duration":0}},{"uid":"4c79e2b81cfc4d73","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4c79e2b81cfc4d73","status":"broken","statusDetails":"window is not defined","time":{"start":1714424744105,"stop":1714424744106,"duration":1}},{"uid":"ef59f0f4c714d93a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ef59f0f4c714d93a","status":"passed","time":{"start":1714424974893,"stop":1714424974893,"duration":0}},{"uid":"625e29e0248a44a7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/625e29e0248a44a7","status":"passed","time":{"start":1714415124865,"stop":1714415124865,"duration":0}},{"uid":"b94d7efb8e9aefaa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b94d7efb8e9aefaa","status":"passed","time":{"start":1714415287309,"stop":1714415287310,"duration":1}},{"uid":"97bf1ce4fd63e618","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/97bf1ce4fd63e618","status":"passed","time":{"start":1714407489065,"stop":1714407489065,"duration":0}},{"uid":"365e6b762d81100f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/365e6b762d81100f","status":"passed","time":{"start":1714406515687,"stop":1714406515688,"duration":1}},{"uid":"8656d2331dad3e48","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8656d2331dad3e48","status":"passed","time":{"start":1714404308196,"stop":1714404308197,"duration":1}}]},"d24f7816afe9ee9cc85c351001a48cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b269409dcd288add","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b269409dcd288add","status":"passed","time":{"start":1714415598515,"stop":1714415598516,"duration":1}}]},"4ce8ea6a86a843c1d05cbf786161512a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d019468e6c4448f","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/8d019468e6c4448f","status":"passed","time":{"start":1714139755304,"stop":1714139755308,"duration":4}}]},"6c1bfa6e844a11ac9a9a4469df6ddc61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f156d0ae2cd2db6a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f156d0ae2cd2db6a","status":"passed","time":{"start":1714407867320,"stop":1714407867320,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"7f5affd9564ff4b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7f5affd9564ff4b2","status":"passed","time":{"start":1714454227471,"stop":1714454227471,"duration":0}},{"uid":"d54e19ba918cf2dc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d54e19ba918cf2dc","status":"passed","time":{"start":1714435777406,"stop":1714435777406,"duration":0}},{"uid":"23138df86ff08a17","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/23138df86ff08a17","status":"passed","time":{"start":1714434844501,"stop":1714434844501,"duration":0}},{"uid":"d81e1a7671d7535c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d81e1a7671d7535c","status":"passed","time":{"start":1714433535972,"stop":1714433535973,"duration":1}},{"uid":"3143705fd997437d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3143705fd997437d","status":"passed","time":{"start":1714431743525,"stop":1714431743526,"duration":1}},{"uid":"868f2a84effbc03b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/868f2a84effbc03b","status":"passed","time":{"start":1714432002439,"stop":1714432002439,"duration":0}},{"uid":"143b28857c771029","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/143b28857c771029","status":"passed","time":{"start":1714430732682,"stop":1714430732682,"duration":0}},{"uid":"68b0753b1ed5a565","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/68b0753b1ed5a565","status":"passed","time":{"start":1714430508168,"stop":1714430508169,"duration":1}},{"uid":"3da9d1109200e71e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3da9d1109200e71e","status":"passed","time":{"start":1714429693166,"stop":1714429693166,"duration":0}},{"uid":"afb13761a217ca2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/afb13761a217ca2","status":"passed","time":{"start":1714428818258,"stop":1714428818258,"duration":0}},{"uid":"2e1c1d31e39acab1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2e1c1d31e39acab1","status":"passed","time":{"start":1714427601318,"stop":1714427601318,"duration":0}},{"uid":"abd85c2eeef6d24c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/abd85c2eeef6d24c","status":"passed","time":{"start":1714427308827,"stop":1714427308827,"duration":0}},{"uid":"201b3ca9045a5cad","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/201b3ca9045a5cad","status":"passed","time":{"start":1714426655784,"stop":1714426655784,"duration":0}},{"uid":"c1082d935c8a7bbe","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c1082d935c8a7bbe","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420752,"stop":1714425420752,"duration":0}},{"uid":"9a8824663bac518f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9a8824663bac518f","status":"passed","time":{"start":1714425137457,"stop":1714425137458,"duration":1}},{"uid":"63176fba59bb6aeb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/63176fba59bb6aeb","status":"passed","time":{"start":1714415306378,"stop":1714415306378,"duration":0}},{"uid":"135b7d8ea8d45e00","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/135b7d8ea8d45e00","status":"passed","time":{"start":1714415441032,"stop":1714415441033,"duration":1}},{"uid":"7f482662d71255e9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7f482662d71255e9","status":"passed","time":{"start":1714407661422,"stop":1714407661422,"duration":0}},{"uid":"e97c3196cbf2038e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e97c3196cbf2038e","status":"passed","time":{"start":1714406688870,"stop":1714406688870,"duration":0}},{"uid":"4a69daeaf4da7a7f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4a69daeaf4da7a7f","status":"passed","time":{"start":1714404480632,"stop":1714404480634,"duration":2}}]},"214b2a5ef6006a052b0c142bb9b52b24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59d6aa8ae1d8d815","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/59d6aa8ae1d8d815","status":"passed","time":{"start":1714407938514,"stop":1714407938514,"duration":0}}]},"09d1b667b6e2801c37c5837ae184c13d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae3ca4725f0283c1","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/ae3ca4725f0283c1","status":"passed","time":{"start":1714123010193,"stop":1714123010194,"duration":1}}]},"61eaa759056a2aaa1cb36e9f9754009d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75833c50037c07ef","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/75833c50037c07ef","status":"passed","time":{"start":1714082661065,"stop":1714082661066,"duration":1}}]},"281a7d47764c03a1fa7d429838901d31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76696e5d8a260751","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/76696e5d8a260751","status":"passed","time":{"start":1713987677069,"stop":1713987677070,"duration":1}}]},"98fe7f28fa96c2d3cb5698f5fee8fb62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6884e7b163fc3ef","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c6884e7b163fc3ef","status":"passed","time":{"start":1714383261459,"stop":1714383261459,"duration":0}}]},"a82bd26247b3e98dbe5b4357d6049f5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aab2e8616b72db9","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/aab2e8616b72db9","status":"passed","time":{"start":1714130822087,"stop":1714130822087,"duration":0}}]},"67972efe8fefecff4374c3ac99dc8231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c06e03eeb284307b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/c06e03eeb284307b","status":"passed","time":{"start":1714404348901,"stop":1714404348901,"duration":0}}]},"8cbc5c1672b27b345dd72db967418ba2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a70f4f863258e6f","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/1a70f4f863258e6f","status":"passed","time":{"start":1714154186385,"stop":1714154186385,"duration":0}}]},"033a31780ad5b005ccb461b9a7c5a33b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70575406ce327d18","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/70575406ce327d18","status":"passed","time":{"start":1714415739342,"stop":1714415739342,"duration":0}}]},"1c0c07bedaee5ddd812ed74fc5323f5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2a78527996ff0c4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c2a78527996ff0c4","status":"passed","time":{"start":1714435099720,"stop":1714435099721,"duration":1}}]},"2dc6a6757064d64bd9388261a1af2aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"d12e3bc299ff19cc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d12e3bc299ff19cc","status":"passed","time":{"start":1714453925069,"stop":1714453925069,"duration":0}},{"uid":"2e37f20238a637f8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2e37f20238a637f8","status":"passed","time":{"start":1714435482977,"stop":1714435482978,"duration":1}},{"uid":"275a350aecba473d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/275a350aecba473d","status":"passed","time":{"start":1714434552014,"stop":1714434552014,"duration":0}},{"uid":"61cb118f168a8258","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/61cb118f168a8258","status":"passed","time":{"start":1714433247038,"stop":1714433247038,"duration":0}},{"uid":"1f573b81591d68bc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1f573b81591d68bc","status":"passed","time":{"start":1714431444761,"stop":1714431444761,"duration":0}},{"uid":"7ddaab726b7e8465","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7ddaab726b7e8465","status":"passed","time":{"start":1714431708300,"stop":1714431708301,"duration":1}},{"uid":"a3c4e815f77bfcdc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a3c4e815f77bfcdc","status":"passed","time":{"start":1714430430732,"stop":1714430430733,"duration":1}},{"uid":"59e3889f4d759dfd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/59e3889f4d759dfd","status":"passed","time":{"start":1714430223190,"stop":1714430223190,"duration":0}},{"uid":"748f76428c8e5308","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/748f76428c8e5308","status":"passed","time":{"start":1714429383889,"stop":1714429383890,"duration":1}},{"uid":"dd2e9a79162a51aa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dd2e9a79162a51aa","status":"passed","time":{"start":1714428528643,"stop":1714428528643,"duration":0}},{"uid":"2ca57cb4944f643b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2ca57cb4944f643b","status":"passed","time":{"start":1714427305994,"stop":1714427305994,"duration":0}},{"uid":"669d8afab0e81bc4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/669d8afab0e81bc4","status":"passed","time":{"start":1714427007388,"stop":1714427007388,"duration":0}},{"uid":"7a2eaad37befb102","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7a2eaad37befb102","status":"passed","time":{"start":1714426355980,"stop":1714426355980,"duration":0}},{"uid":"53c3f83a1b5c7edf","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/53c3f83a1b5c7edf","status":"passed","time":{"start":1714424458794,"stop":1714424458794,"duration":0}},{"uid":"d82db6bcd9e96e59","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d82db6bcd9e96e59","status":"passed","time":{"start":1714424849020,"stop":1714424849020,"duration":0}},{"uid":"648280906cd2e8d8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/648280906cd2e8d8","status":"passed","time":{"start":1714415001457,"stop":1714415001457,"duration":0}},{"uid":"dbcf284b3fc3722","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dbcf284b3fc3722","status":"passed","time":{"start":1714415154933,"stop":1714415154933,"duration":0}},{"uid":"50fe9ecaf862326b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/50fe9ecaf862326b","status":"passed","time":{"start":1714407362056,"stop":1714407362057,"duration":1}},{"uid":"799ea4251f05c6fb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/799ea4251f05c6fb","status":"passed","time":{"start":1714406389349,"stop":1714406389350,"duration":1}},{"uid":"9ed7564b0ca4c575","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9ed7564b0ca4c575","status":"passed","time":{"start":1714404179188,"stop":1714404179188,"duration":0}}]},"a441af797b304139ff6d30f695c30220:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7541c130ba9dc361","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/7541c130ba9dc361","status":"passed","time":{"start":1714082575484,"stop":1714082575484,"duration":0}}]},"4204c52deeb04636f9d33d37d4f25486:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b918157cf4b400cb","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/b918157cf4b400cb","status":"passed","time":{"start":1713982966150,"stop":1713982966150,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":84,"unknown":0,"total":88},"items":[{"uid":"f90b78a002abbfce","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f90b78a002abbfce","status":"passed","time":{"start":1714453985200,"stop":1714453985200,"duration":0}},{"uid":"c97ba072082d1635","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c97ba072082d1635","status":"passed","time":{"start":1714435547163,"stop":1714435547163,"duration":0}},{"uid":"ee4e2868e24ed324","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ee4e2868e24ed324","status":"passed","time":{"start":1714434613350,"stop":1714434613351,"duration":1}},{"uid":"369c925304eccc40","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/369c925304eccc40","status":"passed","time":{"start":1714433308778,"stop":1714433308779,"duration":1}},{"uid":"fc3655f0e38012b6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fc3655f0e38012b6","status":"passed","time":{"start":1714431506766,"stop":1714431506766,"duration":0}},{"uid":"bcb65782b2e1fc7f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bcb65782b2e1fc7f","status":"passed","time":{"start":1714431770132,"stop":1714431770132,"duration":0}},{"uid":"2bca1c6136ffd710","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2bca1c6136ffd710","status":"passed","time":{"start":1714430497204,"stop":1714430497204,"duration":0}},{"uid":"2fb84943a6fe6a02","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2fb84943a6fe6a02","status":"passed","time":{"start":1714430282461,"stop":1714430282462,"duration":1}},{"uid":"10e98089767cf5e4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/10e98089767cf5e4","status":"passed","time":{"start":1714429453986,"stop":1714429453987,"duration":1}},{"uid":"f8fa54823583ab89","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f8fa54823583ab89","status":"passed","time":{"start":1714428593474,"stop":1714428593474,"duration":0}},{"uid":"b6edc42cab862cad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b6edc42cab862cad","status":"passed","time":{"start":1714427369001,"stop":1714427369001,"duration":0}},{"uid":"3502e39b2da72ed7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3502e39b2da72ed7","status":"passed","time":{"start":1714427072986,"stop":1714427072987,"duration":1}},{"uid":"6e9345dbe2319274","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6e9345dbe2319274","status":"passed","time":{"start":1714426418916,"stop":1714426418917,"duration":1}},{"uid":"4e9eb58353ce1e80","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4e9eb58353ce1e80","status":"broken","statusDetails":"window is not defined","time":{"start":1714424574769,"stop":1714424574770,"duration":1}},{"uid":"28a304444f223ea2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/28a304444f223ea2","status":"passed","time":{"start":1714424910824,"stop":1714424910825,"duration":1}},{"uid":"256f0c4d0d99835b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/256f0c4d0d99835b","status":"passed","time":{"start":1714415063921,"stop":1714415063922,"duration":1}},{"uid":"744ac8eb6cdfc41f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/744ac8eb6cdfc41f","status":"passed","time":{"start":1714415223102,"stop":1714415223102,"duration":0}},{"uid":"18c818e376314492","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/18c818e376314492","status":"passed","time":{"start":1714407427334,"stop":1714407427334,"duration":0}},{"uid":"25f67b1e0ca02f6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/25f67b1e0ca02f6","status":"passed","time":{"start":1714406451148,"stop":1714406451148,"duration":0}},{"uid":"4fadecf59d56761d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4fadecf59d56761d","status":"passed","time":{"start":1714404241462,"stop":1714404241462,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"ec6b52485edc7b97","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ec6b52485edc7b97","status":"passed","time":{"start":1714454530566,"stop":1714454530566,"duration":0}},{"uid":"6a0e69de6b02b310","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6a0e69de6b02b310","status":"passed","time":{"start":1714436078485,"stop":1714436078486,"duration":1}},{"uid":"b5aaeefd4fbfc62a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b5aaeefd4fbfc62a","status":"passed","time":{"start":1714435179750,"stop":1714435179751,"duration":1}},{"uid":"502c59857081e30a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/502c59857081e30a","status":"passed","time":{"start":1714433840193,"stop":1714433840194,"duration":1}},{"uid":"49cd42ff8ad4c468","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/49cd42ff8ad4c468","status":"passed","time":{"start":1714432050935,"stop":1714432050936,"duration":1}},{"uid":"178173f529259b8d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/178173f529259b8d","status":"passed","time":{"start":1714432354904,"stop":1714432354904,"duration":0}},{"uid":"62770523642060f5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/62770523642060f5","status":"passed","time":{"start":1714431055626,"stop":1714431055626,"duration":0}},{"uid":"25310f7f590704a9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/25310f7f590704a9","status":"passed","time":{"start":1714430874347,"stop":1714430874348,"duration":1}},{"uid":"2a951558f9ffb469","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2a951558f9ffb469","status":"passed","time":{"start":1714430022356,"stop":1714430022356,"duration":0}},{"uid":"76bc9d94ddbd8181","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/76bc9d94ddbd8181","status":"passed","time":{"start":1714429146143,"stop":1714429146143,"duration":0}},{"uid":"be1a3afb3edf95b4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/be1a3afb3edf95b4","status":"passed","time":{"start":1714427920724,"stop":1714427920724,"duration":0}},{"uid":"5be41287aea5910","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5be41287aea5910","status":"passed","time":{"start":1714427612863,"stop":1714427612863,"duration":0}},{"uid":"50ac8bb2d911c693","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/50ac8bb2d911c693","status":"passed","time":{"start":1714426973022,"stop":1714426973023,"duration":1}},{"uid":"79651ff9be9fb9a4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/79651ff9be9fb9a4","status":"passed","time":{"start":1714425686844,"stop":1714425686844,"duration":0}},{"uid":"31d77ad9f9100a81","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/31d77ad9f9100a81","status":"passed","time":{"start":1714425460324,"stop":1714425460326,"duration":2}},{"uid":"77ca380be710ee98","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/77ca380be710ee98","status":"passed","time":{"start":1714415661077,"stop":1714415661078,"duration":1}},{"uid":"c1bf8c4e03f5f93e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c1bf8c4e03f5f93e","status":"passed","time":{"start":1714415765120,"stop":1714415765121,"duration":1}},{"uid":"9d8f472a24f74cf9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9d8f472a24f74cf9","status":"passed","time":{"start":1714407974260,"stop":1714407974260,"duration":0}},{"uid":"69896fe954f6564c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/69896fe954f6564c","status":"passed","time":{"start":1714407005630,"stop":1714407005630,"duration":0}},{"uid":"520fdca343127e01","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/520fdca343127e01","status":"passed","time":{"start":1714404777758,"stop":1714404777758,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"2038f3e0d2f22510","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2038f3e0d2f22510","status":"passed","time":{"start":1714454431997,"stop":1714454431997,"duration":0}},{"uid":"944edfc3686ffaf5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/944edfc3686ffaf5","status":"passed","time":{"start":1714435990629,"stop":1714435990629,"duration":0}},{"uid":"74cb972b9189fad","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/74cb972b9189fad","status":"passed","time":{"start":1714435062621,"stop":1714435062622,"duration":1}},{"uid":"b9889c0d240d5a3c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b9889c0d240d5a3c","status":"passed","time":{"start":1714433747880,"stop":1714433747884,"duration":4}},{"uid":"fa0c4589689bf8f8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fa0c4589689bf8f8","status":"passed","time":{"start":1714431959191,"stop":1714431959192,"duration":1}},{"uid":"1660ef62008de125","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1660ef62008de125","status":"passed","time":{"start":1714432238350,"stop":1714432238350,"duration":0}},{"uid":"dfadb81e9812eb04","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/dfadb81e9812eb04","status":"passed","time":{"start":1714430946058,"stop":1714430946059,"duration":1}},{"uid":"1310dd27378256e9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1310dd27378256e9","status":"passed","time":{"start":1714430757778,"stop":1714430757778,"duration":0}},{"uid":"48819e4ba98c1d1e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/48819e4ba98c1d1e","status":"passed","time":{"start":1714429917785,"stop":1714429917785,"duration":0}},{"uid":"f39af70ffe537e7f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f39af70ffe537e7f","status":"passed","time":{"start":1714429038421,"stop":1714429038421,"duration":0}},{"uid":"12852187b2c5910e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/12852187b2c5910e","status":"passed","time":{"start":1714427794308,"stop":1714427794309,"duration":1}},{"uid":"9383d176d53f8ea8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9383d176d53f8ea8","status":"passed","time":{"start":1714427517459,"stop":1714427517459,"duration":0}},{"uid":"e8c0acddf145d467","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e8c0acddf145d467","status":"passed","time":{"start":1714426868601,"stop":1714426868601,"duration":0}},{"uid":"4072c58b9a07e373","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4072c58b9a07e373","status":"passed","time":{"start":1714425555006,"stop":1714425555007,"duration":1}},{"uid":"5f146aa086a4429f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5f146aa086a4429f","status":"passed","time":{"start":1714425349909,"stop":1714425349909,"duration":0}},{"uid":"a658fb298c41f9a2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a658fb298c41f9a2","status":"passed","time":{"start":1714415539981,"stop":1714415539981,"duration":0}},{"uid":"1480a2e8b91885b9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1480a2e8b91885b9","status":"passed","time":{"start":1714415671320,"stop":1714415671320,"duration":0}},{"uid":"716863c9dc120d77","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/716863c9dc120d77","status":"passed","time":{"start":1714407878086,"stop":1714407878087,"duration":1}},{"uid":"f183e75de01b61f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f183e75de01b61f","status":"passed","time":{"start":1714406907402,"stop":1714406907402,"duration":0}},{"uid":"deaa63b1e1cc10ce","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/deaa63b1e1cc10ce","status":"passed","time":{"start":1714404685460,"stop":1714404685460,"duration":0}}]},"aeb0dfe7c203e50fd2205467fc9c4563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68f2aafb35131ef7","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/68f2aafb35131ef7","status":"passed","time":{"start":1714178024109,"stop":1714178024125,"duration":16}}]},"f3ebf5452bfbf6911118ad66945288d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6c187ed6fa9a4ef","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f6c187ed6fa9a4ef","status":"passed","time":{"start":1714425536877,"stop":1714425536877,"duration":0}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"801bf757971b8236","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/801bf757971b8236","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454133787,"stop":1714454133787,"duration":0}},{"uid":"3f8d4dedb07420f6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3f8d4dedb07420f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435697076,"stop":1714435697076,"duration":0}},{"uid":"9330b08bb08ac75","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9330b08bb08ac75","status":"skipped","statusDetails":"Test ignored","time":{"start":1714434777718,"stop":1714434777718,"duration":0}},{"uid":"96a140ada56e472f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/96a140ada56e472f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433468603,"stop":1714433468604,"duration":1}},{"uid":"b7b528f9d96d794a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b7b528f9d96d794a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431659904,"stop":1714431659904,"duration":0}},{"uid":"e9b80234b8e41590","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e9b80234b8e41590","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431917011,"stop":1714431917012,"duration":1}},{"uid":"3e1fabc00cb78d55","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3e1fabc00cb78d55","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430652892,"stop":1714430652893,"duration":1}},{"uid":"a38f821fc1720300","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a38f821fc1720300","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430439957,"stop":1714430439957,"duration":0}},{"uid":"bc53ce2202358b36","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bc53ce2202358b36","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429618811,"stop":1714429618812,"duration":1}},{"uid":"c37d9be92e0de997","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c37d9be92e0de997","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428758245,"stop":1714428758245,"duration":0}},{"uid":"982689f883b0532b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/982689f883b0532b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427532047,"stop":1714427532047,"duration":0}},{"uid":"402072e167de8633","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/402072e167de8633","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427233663,"stop":1714427233664,"duration":1}},{"uid":"aeb8d7f5a50f1fce","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/aeb8d7f5a50f1fce","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426576845,"stop":1714426576846,"duration":1}},{"uid":"ceb13232f5d8ba2e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ceb13232f5d8ba2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425311955,"stop":1714425311955,"duration":0}},{"uid":"460b4388cee335c2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/460b4388cee335c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425068157,"stop":1714425068157,"duration":0}},{"uid":"fafe618df417b4d1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fafe618df417b4d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415236760,"stop":1714415236761,"duration":1}},{"uid":"14fcd6654e0d8216","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/14fcd6654e0d8216","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415370298,"stop":1714415370298,"duration":0}},{"uid":"1e47e08435ed0284","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1e47e08435ed0284","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407592735,"stop":1714407592736,"duration":1}},{"uid":"25ba4dcbe006f242","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/25ba4dcbe006f242","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406603032,"stop":1714406603032,"duration":0}},{"uid":"19fdfdf2b4e4be14","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/19fdfdf2b4e4be14","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404403109,"stop":1714404403109,"duration":0}}]},"ccdda40aa1e74fa68b84fb378a60c7db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d2d5f115b5ab7ab","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/2d2d5f115b5ab7ab","status":"passed","time":{"start":1714008029467,"stop":1714008029468,"duration":1}}]},"0fae5d81d848d32bde5ac19b5e6517a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed44669d6185650e","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/ed44669d6185650e","status":"passed","time":{"start":1714082690894,"stop":1714082690895,"duration":1}}]},"55b3a921d9337921359b933e9729e85e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e518d579ac85c20","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/1e518d579ac85c20","status":"passed","time":{"start":1714039261314,"stop":1714039261315,"duration":1}}]},"701c94fb570ba581ad196d4007bad1a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b23af83d9f045617","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/b23af83d9f045617","status":"passed","time":{"start":1714214810765,"stop":1714214810771,"duration":6}}]},"1d5b11ad67aeca4990e1806a9683e7b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e99e8cb0fa78e105","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/e99e8cb0fa78e105","status":"passed","time":{"start":1713996731442,"stop":1713996731443,"duration":1}}]},"66895c6c0a3e503aaad97d9b32cdd9b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"207b0f4b5fb5251a","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/207b0f4b5fb5251a","status":"passed","time":{"start":1713976959988,"stop":1713976959988,"duration":0}}]},"ab244917adb94e92f1a00c02855c5c6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92ea0ae8b920bb19","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/92ea0ae8b920bb19","status":"passed","time":{"start":1714404179639,"stop":1714404179639,"duration":0}}]},"981dc394eb5537885500559cf7afb65f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"738553933e29e0a","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/738553933e29e0a","status":"passed","time":{"start":1713943322406,"stop":1713943322407,"duration":1}}]},"c5b6628986ef3b5d7d5980475ebb221f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a486d61d1489c387","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a486d61d1489c387","status":"passed","time":{"start":1714454485762,"stop":1714454485764,"duration":2}}]},"7e5566b6d242f04cbbc2d03e59c81274:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b02895b4cb369898","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/b02895b4cb369898","status":"passed","time":{"start":1714139223725,"stop":1714139223725,"duration":0}}]},"01fd082956917b3dac00f56d6be029e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f00d7c7a7c9fcecf","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f00d7c7a7c9fcecf","status":"passed","time":{"start":1714380481136,"stop":1714380481136,"duration":0}}]},"6d057be6242d25f27f88bfd3c8c788e3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3474f990fe462359","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3474f990fe462359","status":"passed","time":{"start":1714433811166,"stop":1714433811167,"duration":1}}]},"6ae90e47b958d3cec0545912277ef5c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1403daf5a0fc1d24","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/1403daf5a0fc1d24","status":"passed","time":{"start":1714130857756,"stop":1714130857756,"duration":0}}]},"b9df1fe46573e6b4f07edf48cd6b9555:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"235772f5a7d1a87e","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/235772f5a7d1a87e","status":"passed","time":{"start":1714297259186,"stop":1714297259187,"duration":1}}]},"49b751673a56cd9cb90a20e6afbe9137:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5554f3eb5cd82d9a","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/5554f3eb5cd82d9a","status":"passed","time":{"start":1714123148400,"stop":1714123148401,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"d001304e8bde542e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d001304e8bde542e","status":"passed","time":{"start":1714454053292,"stop":1714454053292,"duration":0}},{"uid":"da08245ce41ef9e7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/da08245ce41ef9e7","status":"passed","time":{"start":1714435613227,"stop":1714435613228,"duration":1}},{"uid":"8259137b38ed3a7e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8259137b38ed3a7e","status":"passed","time":{"start":1714434679101,"stop":1714434679102,"duration":1}},{"uid":"7541022e86cbbbb6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7541022e86cbbbb6","status":"passed","time":{"start":1714433372667,"stop":1714433372668,"duration":1}},{"uid":"38eaa91e886ea39b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/38eaa91e886ea39b","status":"passed","time":{"start":1714431568996,"stop":1714431568997,"duration":1}},{"uid":"697cbc6196fe036b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/697cbc6196fe036b","status":"passed","time":{"start":1714431828079,"stop":1714431828080,"duration":1}},{"uid":"ad1f43e995d33935","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ad1f43e995d33935","status":"passed","time":{"start":1714430555998,"stop":1714430555999,"duration":1}},{"uid":"c2ef781a61f292ae","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c2ef781a61f292ae","status":"passed","time":{"start":1714430344112,"stop":1714430344112,"duration":0}},{"uid":"c45b328ed35f044","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c45b328ed35f044","status":"passed","time":{"start":1714429520841,"stop":1714429520841,"duration":0}},{"uid":"f9ee6563c1519c63","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f9ee6563c1519c63","status":"passed","time":{"start":1714428655267,"stop":1714428655267,"duration":0}},{"uid":"ade54aab3cc1c227","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ade54aab3cc1c227","status":"passed","time":{"start":1714427432027,"stop":1714427432028,"duration":1}},{"uid":"2654dec02e8931f5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2654dec02e8931f5","status":"passed","time":{"start":1714427143087,"stop":1714427143087,"duration":0}},{"uid":"4c41474d8c18b770","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4c41474d8c18b770","status":"passed","time":{"start":1714426485120,"stop":1714426485120,"duration":0}},{"uid":"67f9225abe1ad935","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/67f9225abe1ad935","status":"broken","statusDetails":"window is not defined","time":{"start":1714424814911,"stop":1714424814912,"duration":1}},{"uid":"4d2a6bdbcba9ccbf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4d2a6bdbcba9ccbf","status":"passed","time":{"start":1714424973884,"stop":1714424973885,"duration":1}},{"uid":"b14135972cfde707","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b14135972cfde707","status":"passed","time":{"start":1714415128242,"stop":1714415128242,"duration":0}},{"uid":"653af76641ed2f51","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/653af76641ed2f51","status":"passed","time":{"start":1714415288027,"stop":1714415288028,"duration":1}},{"uid":"aa6adb846c1864fc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aa6adb846c1864fc","status":"passed","time":{"start":1714407495702,"stop":1714407495705,"duration":3}},{"uid":"de9275f4965da558","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/de9275f4965da558","status":"passed","time":{"start":1714406516591,"stop":1714406516591,"duration":0}},{"uid":"f823859fcdc475af","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f823859fcdc475af","status":"passed","time":{"start":1714404304969,"stop":1714404304969,"duration":0}}]},"5cfd4d42cd9175e8db0d84ac86eec799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66eeda46c49eef04","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/66eeda46c49eef04","status":"passed","time":{"start":1714169124221,"stop":1714169124222,"duration":1}}]},"f68e41d3d8c71929cdc513f990289d44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"282cce7c31490328","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/282cce7c31490328","status":"passed","time":{"start":1714432319358,"stop":1714432319359,"duration":1}}]},"d6174d2240059ba7086815208c0d0dff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5486afe2f04b8f9a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5486afe2f04b8f9a","status":"passed","time":{"start":1714432293607,"stop":1714432293608,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"e57afcd0ab8740ac","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e57afcd0ab8740ac","status":"passed","time":{"start":1714454507872,"stop":1714454507873,"duration":1}},{"uid":"83f9e331209fd009","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/83f9e331209fd009","status":"passed","time":{"start":1714436048741,"stop":1714436048742,"duration":1}},{"uid":"5751f62a71c3ec63","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5751f62a71c3ec63","status":"passed","time":{"start":1714435155722,"stop":1714435155723,"duration":1}},{"uid":"3cc6b528a422588a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3cc6b528a422588a","status":"passed","time":{"start":1714433815778,"stop":1714433815779,"duration":1}},{"uid":"761d4fe3fe57d229","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/761d4fe3fe57d229","status":"passed","time":{"start":1714432025705,"stop":1714432025705,"duration":0}},{"uid":"7055164c75a56c44","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7055164c75a56c44","status":"passed","time":{"start":1714432319328,"stop":1714432319328,"duration":0}},{"uid":"253fb467cdec8f41","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/253fb467cdec8f41","status":"passed","time":{"start":1714431035215,"stop":1714431035215,"duration":0}},{"uid":"39be406ada10710b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/39be406ada10710b","status":"passed","time":{"start":1714430851101,"stop":1714430851102,"duration":1}},{"uid":"1d3f9e9d47a79c90","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1d3f9e9d47a79c90","status":"passed","time":{"start":1714429998234,"stop":1714429998235,"duration":1}},{"uid":"6a44021a7b41fd35","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6a44021a7b41fd35","status":"passed","time":{"start":1714429123375,"stop":1714429123376,"duration":1}},{"uid":"3f88f3ae171eac61","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3f88f3ae171eac61","status":"passed","time":{"start":1714427908694,"stop":1714427908694,"duration":0}},{"uid":"19105b15e808bdce","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/19105b15e808bdce","status":"passed","time":{"start":1714427590233,"stop":1714427590234,"duration":1}},{"uid":"8558baf55b93b379","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8558baf55b93b379","status":"passed","time":{"start":1714426950345,"stop":1714426950345,"duration":0}},{"uid":"f752bc8281031c41","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f752bc8281031c41","status":"passed","time":{"start":1714425412995,"stop":1714425412996,"duration":1}},{"uid":"e0caf2920e9e4849","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e0caf2920e9e4849","status":"passed","time":{"start":1714425435604,"stop":1714425435604,"duration":0}},{"uid":"95e37b5ce7479770","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/95e37b5ce7479770","status":"passed","time":{"start":1714415590118,"stop":1714415590138,"duration":20}},{"uid":"1fbe0148fd74ff01","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1fbe0148fd74ff01","status":"passed","time":{"start":1714415739315,"stop":1714415739315,"duration":0}},{"uid":"9b1ff9c4f8301384","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b1ff9c4f8301384","status":"passed","time":{"start":1714407950097,"stop":1714407950098,"duration":1}},{"uid":"a5bcd57e2c8b4a7e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a5bcd57e2c8b4a7e","status":"passed","time":{"start":1714406978420,"stop":1714406978421,"duration":1}},{"uid":"62af013595fc0905","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/62af013595fc0905","status":"passed","time":{"start":1714404752132,"stop":1714404752133,"duration":1}}]},"f13119bc71604fc2f6c41e803e964605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"713a01055338197f","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/713a01055338197f","status":"passed","time":{"start":1714046252345,"stop":1714046252346,"duration":1}}]},"f6aa5326bd7285dc412722a5a6a06b51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f69569a6bb23ca2","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9f69569a6bb23ca2","status":"passed","time":{"start":1714383229454,"stop":1714383229454,"duration":0}}]},"9a9aa8bd04683143ff9d7aba9de6d777:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"bf6d59ad196e5ac6","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/bf6d59ad196e5ac6","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713989838507,"stop":1713989838507,"duration":0}}]},"67aa71859c352839c8d8c3eabc9b6e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"470ba0de96d505d4","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/470ba0de96d505d4","status":"passed","time":{"start":1714045954392,"stop":1714045954392,"duration":0}}]},"99ced7e188a3948eab2be91272307391:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e41eeb23629aa3ad","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/e41eeb23629aa3ad","status":"passed","time":{"start":1714384714578,"stop":1714384714579,"duration":1}}]},"e627c54e251b950fc9a625b7152d8a93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d2b0d115c42a764","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/4d2b0d115c42a764","status":"passed","time":{"start":1714139203753,"stop":1714139203754,"duration":1}}]},"b04e3e854ba908d35c327e33549b081e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb218f7173060f91","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/eb218f7173060f91","status":"passed","time":{"start":1714228985386,"stop":1714228985386,"duration":0}}]},"aa77530bbd35fc2f45d3970e10ffc7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7b044270be39dd16","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/7b044270be39dd16","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714140494726,"stop":1714140494726,"duration":0}}]},"0005e08934c04f95ad69fd8873c3ad6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"204825b1fb9619c1","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/204825b1fb9619c1","status":"passed","time":{"start":1714154241426,"stop":1714154241427,"duration":1}}]},"a12a013b2c657b7b9592c5e3d74891e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0d7d61e06212135","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/d0d7d61e06212135","status":"passed","time":{"start":1714129866542,"stop":1714129866542,"duration":0}}]},"63004a1ea8bdbe41b63977594469b1fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"434dd8c080bd2d31","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/434dd8c080bd2d31","status":"passed","time":{"start":1714086921422,"stop":1714086921423,"duration":1}}]},"531042cbf325218dceba553784c2a918:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"78cf9f9afefe4e50","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/78cf9f9afefe4e50","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511043,"stop":1714426511043,"duration":0}}]},"5cc855f4c9ad4aff912c86d07641cc07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"269c5865c9a5f36d","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/269c5865c9a5f36d","status":"passed","time":{"start":1714140507751,"stop":1714140507751,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f0656d12ecfd18d8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f0656d12ecfd18d8","status":"passed","time":{"start":1714453975116,"stop":1714453975117,"duration":1}},{"uid":"8d48546c61f4325b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8d48546c61f4325b","status":"passed","time":{"start":1714435534335,"stop":1714435534336,"duration":1}},{"uid":"2a374a3066f59da9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2a374a3066f59da9","status":"passed","time":{"start":1714434603450,"stop":1714434603452,"duration":2}},{"uid":"68ffe48ea862e31","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/68ffe48ea862e31","status":"passed","time":{"start":1714433299088,"stop":1714433299089,"duration":1}},{"uid":"7f7774f1843e116f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7f7774f1843e116f","status":"passed","time":{"start":1714431496196,"stop":1714431496197,"duration":1}},{"uid":"bc1ffcb2212b4782","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bc1ffcb2212b4782","status":"passed","time":{"start":1714431760038,"stop":1714431760039,"duration":1}},{"uid":"da57de98560135b2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/da57de98560135b2","status":"passed","time":{"start":1714430483519,"stop":1714430483520,"duration":1}},{"uid":"def4e72909a2f1dc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/def4e72909a2f1dc","status":"passed","time":{"start":1714430274075,"stop":1714430274076,"duration":1}},{"uid":"4df05eae2a1e585","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4df05eae2a1e585","status":"passed","time":{"start":1714429441300,"stop":1714429441301,"duration":1}},{"uid":"6439f9fa5a878c27","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6439f9fa5a878c27","status":"passed","time":{"start":1714428579299,"stop":1714428579300,"duration":1}},{"uid":"7c36277813e45fbd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7c36277813e45fbd","status":"passed","time":{"start":1714427357656,"stop":1714427357658,"duration":2}},{"uid":"a600e7d1db569ea1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a600e7d1db569ea1","status":"passed","time":{"start":1714427058849,"stop":1714427058862,"duration":13}},{"uid":"295b2cdde8bbd20c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/295b2cdde8bbd20c","status":"passed","time":{"start":1714426407925,"stop":1714426407927,"duration":2}},{"uid":"ee1044bac1c7781c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ee1044bac1c7781c","status":"passed","time":{"start":1714424510618,"stop":1714424510619,"duration":1}},{"uid":"d95bdcf03d67ed53","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d95bdcf03d67ed53","status":"passed","time":{"start":1714424901192,"stop":1714424901193,"duration":1}},{"uid":"4e80ad81c57bc497","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4e80ad81c57bc497","status":"passed","time":{"start":1714415054008,"stop":1714415054009,"duration":1}},{"uid":"979f65d700e4c267","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/979f65d700e4c267","status":"passed","time":{"start":1714415207109,"stop":1714415207109,"duration":0}},{"uid":"259fbacf5e6bbf8c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/259fbacf5e6bbf8c","status":"passed","time":{"start":1714407413660,"stop":1714407413661,"duration":1}},{"uid":"21dca840a8969570","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/21dca840a8969570","status":"passed","time":{"start":1714406441141,"stop":1714406441163,"duration":22}},{"uid":"5b1648c744aa1793","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5b1648c744aa1793","status":"passed","time":{"start":1714404231136,"stop":1714404231137,"duration":1}}]},"1ca379039e48199b5109489f80687d51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8eec92a7eaacef5e","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/8eec92a7eaacef5e","status":"passed","time":{"start":1714214772231,"stop":1714214772232,"duration":1}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"471251607050a193","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/471251607050a193","status":"passed","time":{"start":1714454530568,"stop":1714454530568,"duration":0}},{"uid":"8f5a4fb17f6e3b3f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8f5a4fb17f6e3b3f","status":"passed","time":{"start":1714436078487,"stop":1714436078487,"duration":0}},{"uid":"a3dbe97b6f7bb783","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a3dbe97b6f7bb783","status":"passed","time":{"start":1714435179753,"stop":1714435179754,"duration":1}},{"uid":"f4f02dd062215b6a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f4f02dd062215b6a","status":"passed","time":{"start":1714433840195,"stop":1714433840195,"duration":0}},{"uid":"a2d4efc813c7d1ea","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a2d4efc813c7d1ea","status":"passed","time":{"start":1714432050940,"stop":1714432050941,"duration":1}},{"uid":"c3ed2b8ab64c6191","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c3ed2b8ab64c6191","status":"passed","time":{"start":1714432354905,"stop":1714432354906,"duration":1}},{"uid":"7cdf954b548f42f1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7cdf954b548f42f1","status":"passed","time":{"start":1714431055631,"stop":1714431055631,"duration":0}},{"uid":"ca63ac2de04ec2de","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ca63ac2de04ec2de","status":"passed","time":{"start":1714430874349,"stop":1714430874349,"duration":0}},{"uid":"72667879b5d198db","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/72667879b5d198db","status":"passed","time":{"start":1714430022368,"stop":1714430022372,"duration":4}},{"uid":"b13deb00e8defee7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b13deb00e8defee7","status":"passed","time":{"start":1714429146148,"stop":1714429146148,"duration":0}},{"uid":"8d843a766d4197e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8d843a766d4197e","status":"passed","time":{"start":1714427920725,"stop":1714427920726,"duration":1}},{"uid":"9bd971590f9fa446","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9bd971590f9fa446","status":"passed","time":{"start":1714427612867,"stop":1714427612867,"duration":0}},{"uid":"85c94ea8cebbcbcc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/85c94ea8cebbcbcc","status":"passed","time":{"start":1714426973024,"stop":1714426973025,"duration":1}},{"uid":"cc76409b1bb73024","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cc76409b1bb73024","status":"passed","time":{"start":1714425686845,"stop":1714425686846,"duration":1}},{"uid":"d2226cccf0505166","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d2226cccf0505166","status":"passed","time":{"start":1714425460330,"stop":1714425460330,"duration":0}},{"uid":"cbc87cac95b91dd9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cbc87cac95b91dd9","status":"passed","time":{"start":1714415661079,"stop":1714415661080,"duration":1}},{"uid":"d38595041ad9f5f5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d38595041ad9f5f5","status":"passed","time":{"start":1714415765123,"stop":1714415765123,"duration":0}},{"uid":"49faa1bdc82ef1ba","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/49faa1bdc82ef1ba","status":"passed","time":{"start":1714407974262,"stop":1714407974263,"duration":1}},{"uid":"e97f38565bdcf15e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e97f38565bdcf15e","status":"passed","time":{"start":1714407005632,"stop":1714407005632,"duration":0}},{"uid":"56cc550b6ada4974","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/56cc550b6ada4974","status":"passed","time":{"start":1714404777760,"stop":1714404777760,"duration":0}}]},"88778dbff207a5fa3d0777d355c9bb68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90f60b7fabeec7ab","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/90f60b7fabeec7ab","status":"passed","time":{"start":1714082471269,"stop":1714082471274,"duration":5}}]},"3b4394a4c4b622201dda17a86bbf25da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e826d1e6979331db","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/e826d1e6979331db","status":"passed","time":{"start":1714033799783,"stop":1714033799783,"duration":0}}]},"b4e96089f23ffecf445f8d9ec7d4a57b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ca30632d64cd87","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/3ca30632d64cd87","status":"passed","time":{"start":1714381767584,"stop":1714381767585,"duration":1}}]},"78da5db6f06cc51fb3d161303aa496fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa3e48a81011725a","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/fa3e48a81011725a","status":"passed","time":{"start":1714045751219,"stop":1714045751220,"duration":1}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"2bd18019522168d9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2bd18019522168d9","status":"passed","time":{"start":1714454227469,"stop":1714454227470,"duration":1}},{"uid":"1353e771a68ff396","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1353e771a68ff396","status":"passed","time":{"start":1714435777403,"stop":1714435777404,"duration":1}},{"uid":"bb7ebde64ea8c695","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bb7ebde64ea8c695","status":"passed","time":{"start":1714434844499,"stop":1714434844500,"duration":1}},{"uid":"2ca775b4cc7a1927","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2ca775b4cc7a1927","status":"passed","time":{"start":1714433535970,"stop":1714433535971,"duration":1}},{"uid":"79450b7fd4e15a9c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/79450b7fd4e15a9c","status":"passed","time":{"start":1714431743524,"stop":1714431743524,"duration":0}},{"uid":"1c7a4bf2759e69f5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1c7a4bf2759e69f5","status":"passed","time":{"start":1714432002436,"stop":1714432002436,"duration":0}},{"uid":"8915922723ef439c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8915922723ef439c","status":"passed","time":{"start":1714430732680,"stop":1714430732680,"duration":0}},{"uid":"b590a367c697230f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b590a367c697230f","status":"passed","time":{"start":1714430508159,"stop":1714430508160,"duration":1}},{"uid":"b554600538368a8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b554600538368a8","status":"passed","time":{"start":1714429693104,"stop":1714429693104,"duration":0}},{"uid":"9ee65c5183966246","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9ee65c5183966246","status":"passed","time":{"start":1714428818256,"stop":1714428818256,"duration":0}},{"uid":"160d096a49b2c7b3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/160d096a49b2c7b3","status":"passed","time":{"start":1714427601307,"stop":1714427601313,"duration":6}},{"uid":"a191f4a3dc7d0d58","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a191f4a3dc7d0d58","status":"passed","time":{"start":1714427308825,"stop":1714427308825,"duration":0}},{"uid":"a5417bc9a4f3efb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a5417bc9a4f3efb","status":"passed","time":{"start":1714426655782,"stop":1714426655782,"duration":0}},{"uid":"1e637c28d9224ee6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1e637c28d9224ee6","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420739,"stop":1714425420740,"duration":1}},{"uid":"be2386a4306d6919","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/be2386a4306d6919","status":"passed","time":{"start":1714425137456,"stop":1714425137456,"duration":0}},{"uid":"a4e325aaef4ac6e6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a4e325aaef4ac6e6","status":"passed","time":{"start":1714415306376,"stop":1714415306376,"duration":0}},{"uid":"6412cf15ebc68a94","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6412cf15ebc68a94","status":"passed","time":{"start":1714415441031,"stop":1714415441031,"duration":0}},{"uid":"9f6033312a46daac","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9f6033312a46daac","status":"passed","time":{"start":1714407661420,"stop":1714407661420,"duration":0}},{"uid":"c075a56f2865ea05","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c075a56f2865ea05","status":"passed","time":{"start":1714406688867,"stop":1714406688868,"duration":1}},{"uid":"96eab3b509abd820","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/96eab3b509abd820","status":"passed","time":{"start":1714404480626,"stop":1714404480627,"duration":1}}]},"c21fbecaccf643909800f766d90e9ee5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db7380132cb11aff","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/db7380132cb11aff","status":"passed","time":{"start":1714144750667,"stop":1714144750667,"duration":0}}]},"61df8c7da8a1ed875772426b338eb657:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a02425086e9860f","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/5a02425086e9860f","status":"passed","time":{"start":1714007722367,"stop":1714007722368,"duration":1}}]},"5e1454dfd3a312cf58af549c0bd76f18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"247334021244dcb7","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/247334021244dcb7","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714140494725,"stop":1714140494726,"duration":1}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"6bec232bcfaf5fb9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6bec232bcfaf5fb9","status":"passed","time":{"start":1714454530135,"stop":1714454530136,"duration":1}},{"uid":"75081b5f5e5ab44c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/75081b5f5e5ab44c","status":"passed","time":{"start":1714436093937,"stop":1714436093937,"duration":0}},{"uid":"b9ecbfd5e26c699","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b9ecbfd5e26c699","status":"passed","time":{"start":1714435157476,"stop":1714435157479,"duration":3}},{"uid":"8ce81b81014a173f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8ce81b81014a173f","status":"passed","time":{"start":1714433840517,"stop":1714433840517,"duration":0}},{"uid":"7286f35710a37d1f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7286f35710a37d1f","status":"passed","time":{"start":1714432045261,"stop":1714432045262,"duration":1}},{"uid":"5f5ea2fde218ba6e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5f5ea2fde218ba6e","status":"passed","time":{"start":1714432344098,"stop":1714432344099,"duration":1}},{"uid":"fa99aa85cbbecf90","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fa99aa85cbbecf90","status":"passed","time":{"start":1714431036768,"stop":1714431036769,"duration":1}},{"uid":"fdade770192e028d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fdade770192e028d","status":"passed","time":{"start":1714430859703,"stop":1714430859707,"duration":4}},{"uid":"9d9b42ebfc39f5e4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9d9b42ebfc39f5e4","status":"passed","time":{"start":1714430007476,"stop":1714430007476,"duration":0}},{"uid":"d35e8e4cee64044b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d35e8e4cee64044b","status":"passed","time":{"start":1714429133181,"stop":1714429133183,"duration":2}},{"uid":"c884f37312caa8f0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c884f37312caa8f0","status":"passed","time":{"start":1714427891810,"stop":1714427891811,"duration":1}},{"uid":"1624498c4d96c13b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1624498c4d96c13b","status":"passed","time":{"start":1714427613501,"stop":1714427613501,"duration":0}},{"uid":"885c409774327b3e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/885c409774327b3e","status":"passed","time":{"start":1714426967426,"stop":1714426967427,"duration":1}},{"uid":"99003b4680b0c592","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/99003b4680b0c592","status":"passed","time":{"start":1714425663092,"stop":1714425663093,"duration":1}},{"uid":"1fd06da370aeb904","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1fd06da370aeb904","status":"passed","time":{"start":1714425451136,"stop":1714425451136,"duration":0}},{"uid":"6e98937fc603247e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6e98937fc603247e","status":"passed","time":{"start":1714415638846,"stop":1714415638846,"duration":0}},{"uid":"f10d857010b72f7f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f10d857010b72f7f","status":"passed","time":{"start":1714415763436,"stop":1714415763437,"duration":1}},{"uid":"2bc46fc232c86ccd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2bc46fc232c86ccd","status":"passed","time":{"start":1714407962984,"stop":1714407962985,"duration":1}},{"uid":"625dab0960aa381c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/625dab0960aa381c","status":"passed","time":{"start":1714407006181,"stop":1714407006182,"duration":1}},{"uid":"c6987ed536f0bbff","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c6987ed536f0bbff","status":"passed","time":{"start":1714404780879,"stop":1714404780879,"duration":0}}]},"abf3dbf27aedcae0272ba733525d3c31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"530c087fa7ca8608","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/530c087fa7ca8608","status":"passed","time":{"start":1714425536877,"stop":1714425536877,"duration":0}}]},"f4ecde96a0726acfcd134a9e4cac480f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb88c1cd7ea9fca6","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/bb88c1cd7ea9fca6","status":"passed","time":{"start":1714383356204,"stop":1714383356205,"duration":1}}]},"665a677dc4928c47eb31e4c5136e6f26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9fe7e698b72a87","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/e9fe7e698b72a87","status":"passed","time":{"start":1714123110401,"stop":1714123110401,"duration":0}}]},"b628a92c03b8feb1a8e94da5b6e9bf22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48104ab31be6c81c","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/48104ab31be6c81c","status":"passed","time":{"start":1714108982213,"stop":1714108982213,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"fbbe7248dd4b4334","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fbbe7248dd4b4334","status":"passed","time":{"start":1714454185398,"stop":1714454185398,"duration":0}},{"uid":"ddde24065073446b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ddde24065073446b","status":"passed","time":{"start":1714435735079,"stop":1714435735080,"duration":1}},{"uid":"bc3370b8bbe11f10","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bc3370b8bbe11f10","status":"passed","time":{"start":1714434806118,"stop":1714434806121,"duration":3}},{"uid":"29c0ec3e55659d4b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/29c0ec3e55659d4b","status":"passed","time":{"start":1714433499862,"stop":1714433499862,"duration":0}},{"uid":"280bf4d08db4e4a7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/280bf4d08db4e4a7","status":"passed","time":{"start":1714431708454,"stop":1714431708454,"duration":0}},{"uid":"885611fd2a3a73d6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/885611fd2a3a73d6","status":"passed","time":{"start":1714431973948,"stop":1714431973949,"duration":1}},{"uid":"9cd630039e73f826","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9cd630039e73f826","status":"passed","time":{"start":1714430712227,"stop":1714430712228,"duration":1}},{"uid":"528bd94047f99ab3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/528bd94047f99ab3","status":"passed","time":{"start":1714430495765,"stop":1714430495765,"duration":0}},{"uid":"bb780ba5cd59caac","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bb780ba5cd59caac","status":"passed","time":{"start":1714429658504,"stop":1714429658504,"duration":0}},{"uid":"12be6566a1af7935","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/12be6566a1af7935","status":"passed","time":{"start":1714428797055,"stop":1714428797055,"duration":0}},{"uid":"cbe8a129eebc0b2a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cbe8a129eebc0b2a","status":"passed","time":{"start":1714427574980,"stop":1714427574981,"duration":1}},{"uid":"bad6369d5ce890be","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bad6369d5ce890be","status":"passed","time":{"start":1714427265758,"stop":1714427265759,"duration":1}},{"uid":"bf9b692be9d4db25","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bf9b692be9d4db25","status":"passed","time":{"start":1714426629926,"stop":1714426629927,"duration":1}},{"uid":"d35668730df91cea","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d35668730df91cea","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424895,"stop":1714425424895,"duration":0}},{"uid":"b9fb73bc03a23233","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b9fb73bc03a23233","status":"passed","time":{"start":1714425110754,"stop":1714425110754,"duration":0}},{"uid":"b4c3a36918668ee3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b4c3a36918668ee3","status":"passed","time":{"start":1714415251480,"stop":1714415251481,"duration":1}},{"uid":"d37f63a21b211d67","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d37f63a21b211d67","status":"passed","time":{"start":1714415441990,"stop":1714415441993,"duration":3}},{"uid":"15436eb80d0983dc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/15436eb80d0983dc","status":"passed","time":{"start":1714407634795,"stop":1714407634795,"duration":0}},{"uid":"d688f6878d8e4e0d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d688f6878d8e4e0d","status":"passed","time":{"start":1714406654761,"stop":1714406654761,"duration":0}},{"uid":"83f83315dea22dd2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/83f83315dea22dd2","status":"passed","time":{"start":1714404452615,"stop":1714404452616,"duration":1}}]},"780c2c86a01e30dc30056a7e968f8037:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2226ccb7b756289","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/c2226ccb7b756289","status":"passed","time":{"start":1714046214968,"stop":1714046214968,"duration":0}}]},"d5a4357c6c6faf0b113d2a64d4682a9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a6ebad6e156f30e","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/4a6ebad6e156f30e","status":"passed","time":{"start":1714380112854,"stop":1714380112854,"duration":0}}]},"98a223df003fcc7b8317d54f2c5ebe96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4519847b1d83109f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4519847b1d83109f","status":"passed","time":{"start":1714415598518,"stop":1714415598518,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"c8fd325505dd090a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c8fd325505dd090a","status":"passed","time":{"start":1714454576888,"stop":1714454576888,"duration":0}},{"uid":"1a8dd05e8ca683ed","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1a8dd05e8ca683ed","status":"passed","time":{"start":1714436137173,"stop":1714436137173,"duration":0}},{"uid":"1e7ae1d4ce02aa1b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1e7ae1d4ce02aa1b","status":"passed","time":{"start":1714435211586,"stop":1714435211586,"duration":0}},{"uid":"1f1dd89e2e4b5734","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1f1dd89e2e4b5734","status":"passed","time":{"start":1714433886001,"stop":1714433886002,"duration":1}},{"uid":"6640156cc94618da","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6640156cc94618da","status":"passed","time":{"start":1714432097261,"stop":1714432097262,"duration":1}},{"uid":"a64c7ff077c1755a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a64c7ff077c1755a","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1714432488910,"stop":1714432488910,"duration":0}},{"uid":"fff91cb79bf39de2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fff91cb79bf39de2","status":"passed","time":{"start":1714431099663,"stop":1714431099663,"duration":0}},{"uid":"fe699a9330fda226","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fe699a9330fda226","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1714431008662,"stop":1714431008662,"duration":0}},{"uid":"6f69b35d03fdcec6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6f69b35d03fdcec6","status":"passed","time":{"start":1714430071916,"stop":1714430071916,"duration":0}},{"uid":"1a4b0e40a0a0fb03","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1a4b0e40a0a0fb03","status":"passed","time":{"start":1714429188202,"stop":1714429188202,"duration":0}},{"uid":"850e29ed66f552c2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/850e29ed66f552c2","status":"passed","time":{"start":1714427963971,"stop":1714427963971,"duration":0}},{"uid":"25183866ac288d66","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/25183866ac288d66","status":"passed","time":{"start":1714427664124,"stop":1714427664124,"duration":0}},{"uid":"24cbc200c748f468","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/24cbc200c748f468","status":"passed","time":{"start":1714427019007,"stop":1714427019008,"duration":1}},{"uid":"e0f426158386b0b0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e0f426158386b0b0","status":"passed","time":{"start":1714425767060,"stop":1714425767070,"duration":10}},{"uid":"53129bb6142dca07","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/53129bb6142dca07","status":"passed","time":{"start":1714425507198,"stop":1714425507198,"duration":0}},{"uid":"a5b36402ffb7db2f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a5b36402ffb7db2f","status":"passed","time":{"start":1714415710419,"stop":1714415710419,"duration":0}},{"uid":"c257092156d60b4c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c257092156d60b4c","status":"passed","time":{"start":1714415817190,"stop":1714415817190,"duration":0}},{"uid":"208216609a2fcbba","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/208216609a2fcbba","status":"passed","time":{"start":1714408026136,"stop":1714408026136,"duration":0}},{"uid":"9f4d879d20990b37","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9f4d879d20990b37","status":"passed","time":{"start":1714407055324,"stop":1714407055325,"duration":1}},{"uid":"e6ab0a682ba7ddb5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e6ab0a682ba7ddb5","status":"passed","time":{"start":1714404834262,"stop":1714404834263,"duration":1}}]},"2ea930e43b0f7c44b8b53447c5934630:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f216544131062fc8","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/f216544131062fc8","status":"passed","time":{"start":1714214772216,"stop":1714214772216,"duration":0}}]},"5b4eeb2f13cd3d84fdfa30b5c48dc433:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"603701f55be46ecd","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/603701f55be46ecd","status":"passed","time":{"start":1714178134985,"stop":1714178134985,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"680e45e7815e4847","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/680e45e7815e4847","status":"passed","time":{"start":1714454605547,"stop":1714454605547,"duration":0}},{"uid":"c8da5fdee36274df","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c8da5fdee36274df","status":"passed","time":{"start":1714436158730,"stop":1714436158730,"duration":0}},{"uid":"e35cc1793f5373d7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e35cc1793f5373d7","status":"passed","time":{"start":1714435237018,"stop":1714435237018,"duration":0}},{"uid":"b21551dd01f1c6cc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b21551dd01f1c6cc","status":"passed","time":{"start":1714433925103,"stop":1714433925103,"duration":0}},{"uid":"ccdd71f679fea0fe","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ccdd71f679fea0fe","status":"passed","time":{"start":1714432132889,"stop":1714432132889,"duration":0}},{"uid":"d6c0d8d8af075961","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d6c0d8d8af075961","status":"passed","time":{"start":1714432392981,"stop":1714432392981,"duration":0}},{"uid":"8de88d229919801a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8de88d229919801a","status":"passed","time":{"start":1714431131889,"stop":1714431131889,"duration":0}},{"uid":"3c63769521e71f47","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3c63769521e71f47","status":"passed","time":{"start":1714430918785,"stop":1714430918785,"duration":0}},{"uid":"fc1977f5c2547638","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fc1977f5c2547638","status":"passed","time":{"start":1714430104207,"stop":1714430104207,"duration":0}},{"uid":"298af07d862f8faa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/298af07d862f8faa","status":"passed","time":{"start":1714429213874,"stop":1714429213874,"duration":0}},{"uid":"ad399bcfb1184a0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ad399bcfb1184a0","status":"passed","time":{"start":1714427999031,"stop":1714427999031,"duration":0}},{"uid":"45e5d5a98e180203","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/45e5d5a98e180203","status":"passed","time":{"start":1714427702225,"stop":1714427702225,"duration":0}},{"uid":"f8e87ed49c663b6a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f8e87ed49c663b6a","status":"passed","time":{"start":1714427044025,"stop":1714427044025,"duration":0}},{"uid":"1440fba0e75c6b9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1440fba0e75c6b9","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699079,"stop":1714426699079,"duration":0}},{"uid":"f8d668aeabe2334e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f8d668aeabe2334e","status":"passed","time":{"start":1714425534889,"stop":1714425534889,"duration":0}},{"uid":"125291bdfe4c7ef6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/125291bdfe4c7ef6","status":"passed","time":{"start":1714415702289,"stop":1714415702289,"duration":0}},{"uid":"ec43eb7a95b0b48c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ec43eb7a95b0b48c","status":"passed","time":{"start":1714415850497,"stop":1714415850497,"duration":0}},{"uid":"a511f28c5789c299","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a511f28c5789c299","status":"passed","time":{"start":1714408049945,"stop":1714408049946,"duration":1}},{"uid":"c810d2a0f1ad2fb9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c810d2a0f1ad2fb9","status":"passed","time":{"start":1714407080669,"stop":1714407080670,"duration":1}},{"uid":"6d1c139738731da6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6d1c139738731da6","status":"passed","time":{"start":1714404860586,"stop":1714404860586,"duration":0}}]},"921f38541f1229a135d1374005a7bd86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c40f2fa5d9b641c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c40f2fa5d9b641c","status":"passed","time":{"start":1714430813956,"stop":1714430813956,"duration":0}}]},"efb37c502540ddf6217c61716b9403a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d37243938177126f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d37243938177126f","status":"passed","time":{"start":1714386693829,"stop":1714386693829,"duration":0}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"3ac3839c93a0da51","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ac3839c93a0da51","status":"passed","time":{"start":1714454407736,"stop":1714454407736,"duration":0}},{"uid":"efe0980a7d048aa3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/efe0980a7d048aa3","status":"passed","time":{"start":1714435965309,"stop":1714435965310,"duration":1}},{"uid":"fdf284356d40195b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fdf284356d40195b","status":"passed","time":{"start":1714435028490,"stop":1714435028490,"duration":0}},{"uid":"470adcdef0f6e534","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/470adcdef0f6e534","status":"passed","time":{"start":1714433715553,"stop":1714433715553,"duration":0}},{"uid":"eba9d49ff63a31ec","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/eba9d49ff63a31ec","status":"passed","time":{"start":1714431932494,"stop":1714431932495,"duration":1}},{"uid":"5736ee3ac5a594c1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5736ee3ac5a594c1","status":"passed","time":{"start":1714432213877,"stop":1714432213878,"duration":1}},{"uid":"e775061db2be8ad0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e775061db2be8ad0","status":"passed","time":{"start":1714430911544,"stop":1714430911544,"duration":0}},{"uid":"af97ca0442b68e03","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/af97ca0442b68e03","status":"passed","time":{"start":1714430735786,"stop":1714430735787,"duration":1}},{"uid":"55fa5ce16b20332a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/55fa5ce16b20332a","status":"passed","time":{"start":1714429887040,"stop":1714429887041,"duration":1}},{"uid":"de69b578ce9ea217","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/de69b578ce9ea217","status":"passed","time":{"start":1714429006364,"stop":1714429006364,"duration":0}},{"uid":"57430b9c86383a52","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/57430b9c86383a52","status":"passed","time":{"start":1714427738974,"stop":1714427738974,"duration":0}},{"uid":"3145abfa1e5690e2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3145abfa1e5690e2","status":"passed","time":{"start":1714427483321,"stop":1714427483321,"duration":0}},{"uid":"cb433ae9d727f5c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cb433ae9d727f5c","status":"passed","time":{"start":1714426832956,"stop":1714426832956,"duration":0}},{"uid":"c0ae741bcd3c0ca1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c0ae741bcd3c0ca1","status":"passed","time":{"start":1714425510852,"stop":1714425510852,"duration":0}},{"uid":"97a448a54bca1a71","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/97a448a54bca1a71","status":"passed","time":{"start":1714425321027,"stop":1714425321027,"duration":0}},{"uid":"bfc5839ce3b0d909","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bfc5839ce3b0d909","status":"passed","time":{"start":1714415518571,"stop":1714415518571,"duration":0}},{"uid":"7789c4246f2866d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7789c4246f2866d","status":"passed","time":{"start":1714415639562,"stop":1714415639562,"duration":0}},{"uid":"d184160a17253051","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d184160a17253051","status":"passed","time":{"start":1714407839127,"stop":1714407839127,"duration":0}},{"uid":"96bd7623f0eb369","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/96bd7623f0eb369","status":"passed","time":{"start":1714406876545,"stop":1714406876545,"duration":0}},{"uid":"44f21fdd5f1f2a4d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/44f21fdd5f1f2a4d","status":"passed","time":{"start":1714404658752,"stop":1714404658752,"duration":0}}]},"f0caa401640e0cbea0bcbcbb45b6a5e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77f89581523d7124","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/77f89581523d7124","status":"passed","time":{"start":1714221441307,"stop":1714221441308,"duration":1}}]},"b3d0822d763a235a21810c8c7ede9be0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86161336cf71e82c","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/86161336cf71e82c","status":"passed","time":{"start":1714262151953,"stop":1714262151953,"duration":0}}]},"93a9c5285a6c6691694bce3dbaa8b2af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ff4e45aa33a0f8cb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ff4e45aa33a0f8cb","status":"passed","time":{"start":1714453925073,"stop":1714453925073,"duration":0}},{"uid":"4623eae86d622754","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4623eae86d622754","status":"passed","time":{"start":1714435482982,"stop":1714435482982,"duration":0}},{"uid":"de5b1bc26273be0b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/de5b1bc26273be0b","status":"passed","time":{"start":1714434552018,"stop":1714434552018,"duration":0}},{"uid":"9fce2d8001a799b6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9fce2d8001a799b6","status":"passed","time":{"start":1714433247042,"stop":1714433247042,"duration":0}},{"uid":"4243b74022970246","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4243b74022970246","status":"passed","time":{"start":1714431444765,"stop":1714431444766,"duration":1}},{"uid":"cbfc3dd9f5bee12a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cbfc3dd9f5bee12a","status":"passed","time":{"start":1714431708305,"stop":1714431708305,"duration":0}},{"uid":"37de1f2f913d6152","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/37de1f2f913d6152","status":"passed","time":{"start":1714430430737,"stop":1714430430737,"duration":0}},{"uid":"b9633db21967e2d9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b9633db21967e2d9","status":"passed","time":{"start":1714430223193,"stop":1714430223193,"duration":0}},{"uid":"361de12ff9e7cd54","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/361de12ff9e7cd54","status":"passed","time":{"start":1714429383894,"stop":1714429383894,"duration":0}},{"uid":"e8bf311dd043dd37","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e8bf311dd043dd37","status":"passed","time":{"start":1714428528648,"stop":1714428528648,"duration":0}},{"uid":"d15984cfab1985da","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d15984cfab1985da","status":"passed","time":{"start":1714427305997,"stop":1714427305997,"duration":0}},{"uid":"d2934fddd360c52f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d2934fddd360c52f","status":"passed","time":{"start":1714427007391,"stop":1714427007391,"duration":0}},{"uid":"6b87dd923096a13f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6b87dd923096a13f","status":"passed","time":{"start":1714426355985,"stop":1714426355985,"duration":0}},{"uid":"9c482869530e558b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9c482869530e558b","status":"passed","time":{"start":1714424458799,"stop":1714424458799,"duration":0}},{"uid":"a8dd0c8f82ec7685","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a8dd0c8f82ec7685","status":"passed","time":{"start":1714424849027,"stop":1714424849031,"duration":4}},{"uid":"3b2908231d697857","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3b2908231d697857","status":"passed","time":{"start":1714415001462,"stop":1714415001462,"duration":0}},{"uid":"dda1688c2ff3ecf3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dda1688c2ff3ecf3","status":"passed","time":{"start":1714415154938,"stop":1714415154938,"duration":0}},{"uid":"9a8361da62da68d7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9a8361da62da68d7","status":"passed","time":{"start":1714407362061,"stop":1714407362061,"duration":0}},{"uid":"d72a9c2b52f1fdbe","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d72a9c2b52f1fdbe","status":"passed","time":{"start":1714406389354,"stop":1714406389354,"duration":0}},{"uid":"c036a339eff5f1c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c036a339eff5f1c","status":"passed","time":{"start":1714404179193,"stop":1714404179193,"duration":0}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"3190927bc793791d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3190927bc793791d","status":"passed","time":{"start":1714454576889,"stop":1714454576889,"duration":0}},{"uid":"d44254e1ee0be49a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d44254e1ee0be49a","status":"passed","time":{"start":1714436137174,"stop":1714436137174,"duration":0}},{"uid":"a265bfd47e1d70bb","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a265bfd47e1d70bb","status":"passed","time":{"start":1714435211587,"stop":1714435211587,"duration":0}},{"uid":"a22a6a6ab7ea0509","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a22a6a6ab7ea0509","status":"passed","time":{"start":1714433886003,"stop":1714433886003,"duration":0}},{"uid":"ca8058e6e6df024d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ca8058e6e6df024d","status":"passed","time":{"start":1714432097263,"stop":1714432097263,"duration":0}},{"uid":"a20c3bb12fc6ca62","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a20c3bb12fc6ca62","status":"passed","time":{"start":1714432488911,"stop":1714432488911,"duration":0}},{"uid":"b25cf1fad3c4eb9c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b25cf1fad3c4eb9c","status":"passed","time":{"start":1714431099664,"stop":1714431099664,"duration":0}},{"uid":"78c9a244b043ca8b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/78c9a244b043ca8b","status":"passed","time":{"start":1714431008663,"stop":1714431008663,"duration":0}},{"uid":"927020bbd2e3daa1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/927020bbd2e3daa1","status":"passed","time":{"start":1714430071917,"stop":1714430071917,"duration":0}},{"uid":"62c59fdaa3d34740","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/62c59fdaa3d34740","status":"passed","time":{"start":1714429188203,"stop":1714429188203,"duration":0}},{"uid":"850610010a2f979b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/850610010a2f979b","status":"passed","time":{"start":1714427963972,"stop":1714427963972,"duration":0}},{"uid":"50f344c573227ae5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/50f344c573227ae5","status":"passed","time":{"start":1714427664124,"stop":1714427664124,"duration":0}},{"uid":"96ecf55e2b00fc31","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/96ecf55e2b00fc31","status":"passed","time":{"start":1714427019008,"stop":1714427019009,"duration":1}},{"uid":"91d25c271ce99546","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/91d25c271ce99546","status":"passed","time":{"start":1714425767071,"stop":1714425767071,"duration":0}},{"uid":"9b4c4bd9c41fb2c3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9b4c4bd9c41fb2c3","status":"passed","time":{"start":1714425507198,"stop":1714425507199,"duration":1}},{"uid":"1cf4188a8a5ccbb8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1cf4188a8a5ccbb8","status":"passed","time":{"start":1714415710420,"stop":1714415710420,"duration":0}},{"uid":"4c4d71025f291888","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4c4d71025f291888","status":"passed","time":{"start":1714415817191,"stop":1714415817191,"duration":0}},{"uid":"c91b869d606e31f3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c91b869d606e31f3","status":"passed","time":{"start":1714408026137,"stop":1714408026137,"duration":0}},{"uid":"384945e9db59849e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/384945e9db59849e","status":"passed","time":{"start":1714407055325,"stop":1714407055326,"duration":1}},{"uid":"55499b5b0c1c7f6b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/55499b5b0c1c7f6b","status":"passed","time":{"start":1714404834263,"stop":1714404834264,"duration":1}}]},"8b71eaca1bedb64731dd2ad6c33bfaba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e6a6a68af63538","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/1e6a6a68af63538","status":"passed","time":{"start":1714383229458,"stop":1714383229459,"duration":1}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"3170cd6575f63649","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3170cd6575f63649","status":"passed","time":{"start":1714454429789,"stop":1714454429789,"duration":0}},{"uid":"eb0a42c633ac6fb2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/eb0a42c633ac6fb2","status":"passed","time":{"start":1714435983374,"stop":1714435983374,"duration":0}},{"uid":"4dcbfe7eb3d34484","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4dcbfe7eb3d34484","status":"passed","time":{"start":1714435051935,"stop":1714435051935,"duration":0}},{"uid":"aec831ecaf79e53d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/aec831ecaf79e53d","status":"passed","time":{"start":1714433741786,"stop":1714433741786,"duration":0}},{"uid":"e93d5ec8383c35bf","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e93d5ec8383c35bf","status":"passed","time":{"start":1714431944897,"stop":1714431944897,"duration":0}},{"uid":"d81d0a2cba1188f1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d81d0a2cba1188f1","status":"passed","time":{"start":1714432240083,"stop":1714432240084,"duration":1}},{"uid":"55548e53e121c7a1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/55548e53e121c7a1","status":"passed","time":{"start":1714430938911,"stop":1714430938913,"duration":2}},{"uid":"b7459e2e919ce7d3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b7459e2e919ce7d3","status":"passed","time":{"start":1714430755762,"stop":1714430755762,"duration":0}},{"uid":"fd433e03dd993665","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fd433e03dd993665","status":"passed","time":{"start":1714429913422,"stop":1714429913423,"duration":1}},{"uid":"d0e789744dce918","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d0e789744dce918","status":"passed","time":{"start":1714429034571,"stop":1714429034571,"duration":0}},{"uid":"4dade6598eea5c13","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4dade6598eea5c13","status":"passed","time":{"start":1714427765138,"stop":1714427765138,"duration":0}},{"uid":"98cccad4d5c02bb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/98cccad4d5c02bb","status":"passed","time":{"start":1714427509511,"stop":1714427509511,"duration":0}},{"uid":"3d6e0576f34122b2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3d6e0576f34122b2","status":"passed","time":{"start":1714426865262,"stop":1714426865264,"duration":2}},{"uid":"d6f55e671c277be2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d6f55e671c277be2","status":"passed","time":{"start":1714425536871,"stop":1714425536872,"duration":1}},{"uid":"2be967b67f3b9439","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2be967b67f3b9439","status":"passed","time":{"start":1714425348172,"stop":1714425348173,"duration":1}},{"uid":"b46f3384b99831c8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b46f3384b99831c8","status":"passed","time":{"start":1714415541641,"stop":1714415541641,"duration":0}},{"uid":"3201a6ce1bbde540","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3201a6ce1bbde540","status":"passed","time":{"start":1714415666671,"stop":1714415666671,"duration":0}},{"uid":"29f4d0a4f8f066ab","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/29f4d0a4f8f066ab","status":"passed","time":{"start":1714407867314,"stop":1714407867314,"duration":0}},{"uid":"b026cf1d16d425c6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b026cf1d16d425c6","status":"passed","time":{"start":1714406901740,"stop":1714406901741,"duration":1}},{"uid":"db5933b5f6780234","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/db5933b5f6780234","status":"passed","time":{"start":1714404685928,"stop":1714404685928,"duration":0}}]},"5c264038339593079ab711ec108b1b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2da32415c06da51c","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/2da32415c06da51c","status":"passed","time":{"start":1714082661066,"stop":1714082661066,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"fb5353c5b8ccf62f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fb5353c5b8ccf62f","status":"passed","time":{"start":1714454576890,"stop":1714454576891,"duration":1}},{"uid":"78accec44411577b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/78accec44411577b","status":"passed","time":{"start":1714436137175,"stop":1714436137176,"duration":1}},{"uid":"a1308e535e9fb64e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a1308e535e9fb64e","status":"passed","time":{"start":1714435211588,"stop":1714435211588,"duration":0}},{"uid":"441b17356f354a52","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/441b17356f354a52","status":"passed","time":{"start":1714433886007,"stop":1714433886007,"duration":0}},{"uid":"89a59a39c0659337","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/89a59a39c0659337","status":"passed","time":{"start":1714432097265,"stop":1714432097265,"duration":0}},{"uid":"ab6e0ffee618fe8e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ab6e0ffee618fe8e","status":"passed","time":{"start":1714432488912,"stop":1714432488912,"duration":0}},{"uid":"48a1143b0b285ca","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/48a1143b0b285ca","status":"passed","time":{"start":1714431099666,"stop":1714431099667,"duration":1}},{"uid":"a45082f9c663e1a7","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a45082f9c663e1a7","status":"passed","time":{"start":1714431008664,"stop":1714431008665,"duration":1}},{"uid":"efff195331662bb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/efff195331662bb","status":"passed","time":{"start":1714430071924,"stop":1714430071924,"duration":0}},{"uid":"ca5ef871aeb32660","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ca5ef871aeb32660","status":"passed","time":{"start":1714429188205,"stop":1714429188205,"duration":0}},{"uid":"ffaf26c6236c2fb7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ffaf26c6236c2fb7","status":"passed","time":{"start":1714427963974,"stop":1714427963975,"duration":1}},{"uid":"b27e627fb35b814a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b27e627fb35b814a","status":"passed","time":{"start":1714427664126,"stop":1714427664127,"duration":1}},{"uid":"bc6f1d9c6bcbf367","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bc6f1d9c6bcbf367","status":"passed","time":{"start":1714427019010,"stop":1714427019010,"duration":0}},{"uid":"416a59756277d9be","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/416a59756277d9be","status":"passed","time":{"start":1714425767072,"stop":1714425767073,"duration":1}},{"uid":"57098991119b07ef","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/57098991119b07ef","status":"passed","time":{"start":1714425507200,"stop":1714425507200,"duration":0}},{"uid":"8a2acdbb12ea48b4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8a2acdbb12ea48b4","status":"passed","time":{"start":1714415710422,"stop":1714415710422,"duration":0}},{"uid":"b84bcaa89221d0cf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b84bcaa89221d0cf","status":"passed","time":{"start":1714415817192,"stop":1714415817193,"duration":1}},{"uid":"2bc45f51160ced8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2bc45f51160ced8","status":"passed","time":{"start":1714408026139,"stop":1714408026139,"duration":0}},{"uid":"2bfc54196b9236f5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2bfc54196b9236f5","status":"passed","time":{"start":1714407055327,"stop":1714407055327,"duration":0}},{"uid":"fbccdfdc49ec18c8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fbccdfdc49ec18c8","status":"passed","time":{"start":1714404834265,"stop":1714404834266,"duration":1}}]},"abd1d4c055053f0212150181d9ae2aaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc3dcc5a5a6ecb76","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/fc3dcc5a5a6ecb76","status":"passed","time":{"start":1713996808987,"stop":1713996808987,"duration":0}}]},"453638721de95cfdd6bb4cacf7d06371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b90500e453820c","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/5b90500e453820c","status":"passed","time":{"start":1713977433089,"stop":1713977433089,"duration":0}}]},"247bb4dc3e5643032a751fb992ebdd5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef5049e88afb3ad3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ef5049e88afb3ad3","status":"passed","time":{"start":1714427561588,"stop":1714427561589,"duration":1}}]},"37b8807a9085f45d50778067e1c82cbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59034459fce87030","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/59034459fce87030","status":"passed","time":{"start":1714045821388,"stop":1714045821388,"duration":0}}]},"338a8208f9dfe61cd8e57f008c359210:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d4879a4620a1594","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/1d4879a4620a1594","status":"passed","time":{"start":1714004302840,"stop":1714004302840,"duration":0}}]},"4e46b561a359f36b33340304f2c438af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"712e654b6eba8e2e","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/712e654b6eba8e2e","status":"passed","time":{"start":1714109289258,"stop":1714109289260,"duration":2}}]},"ebe6fda64d3c530427d032cda33dd737:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3383d6aeee7dc7c6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3383d6aeee7dc7c6","status":"passed","time":{"start":1714429973505,"stop":1714429973505,"duration":0}}]},"dfc155637a4139ed38d2576935bc0fcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a03daa7239cb5db","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4a03daa7239cb5db","status":"passed","time":{"start":1714383536789,"stop":1714383536790,"duration":1}}]},"99b8e55215891e86240509f14798022e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"502099b6453c28a2","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/502099b6453c28a2","status":"passed","time":{"start":1714123110402,"stop":1714123110402,"duration":0}}]},"2c38522171e4f3e15e35054521b6530b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b38b1e5232ed58d6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b38b1e5232ed58d6","status":"passed","time":{"start":1714432201986,"stop":1714432201987,"duration":1}}]},"82182bdd43bf3e52eb41422177dd1783:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b46c856e1d6e7b3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9b46c856e1d6e7b3","status":"passed","time":{"start":1714435051945,"stop":1714435051945,"duration":0}}]},"84b98ce86b7fa80d7b4e4202f0a2bfe0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc424fd75ae0b243","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cc424fd75ae0b243","status":"passed","time":{"start":1714430988313,"stop":1714430988313,"duration":0}}]},"0ebd64daf2692722a2288b19b49ec001:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f11541925cbd130","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6f11541925cbd130","status":"passed","time":{"start":1714297352588,"stop":1714297352588,"duration":0}}]},"acb990c7a56091fc20f55f98d5d7712c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee69f1097f402cee","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/ee69f1097f402cee","status":"passed","time":{"start":1714142067868,"stop":1714142067869,"duration":1}}]},"9b89069bf5dbe306b17fea74cec8344b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"875a122a8795dbed","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/875a122a8795dbed","status":"passed","time":{"start":1714428989452,"stop":1714428989452,"duration":0}}]},"e58d5e6bb6ed120913742e1f01aa4ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21f09ff9b9cc2d28","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/21f09ff9b9cc2d28","status":"passed","time":{"start":1714039356317,"stop":1714039356317,"duration":0}}]},"4ec2a04bcf5b81da7b80f16be79c6eee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3debd0e47af8d760","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/3debd0e47af8d760","status":"passed","time":{"start":1714007981673,"stop":1714007981673,"duration":0}}]},"2d80633c71526aeede218c7597c20a00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e85c421b6668f735","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e85c421b6668f735","status":"passed","time":{"start":1714436043132,"stop":1714436043132,"duration":0}}]},"b758d2c16cbad663d6adbfcccb7477d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bec577bbcf3d0a9","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/1bec577bbcf3d0a9","status":"passed","time":{"start":1713977498200,"stop":1713977498200,"duration":0}}]},"af4a8db554ce3bf5ad4cea699f82759f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5320cf36fab00f9d","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/5320cf36fab00f9d","status":"passed","time":{"start":1714221461900,"stop":1714221461901,"duration":1}}]},"4fa8f66eb1e63e72b41a091e94da43ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5e0bdba68b237e8","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/d5e0bdba68b237e8","status":"passed","time":{"start":1713976971629,"stop":1713976971629,"duration":0}}]},"d88d60bc836915a0102530715b479705:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"36b8c4ab1e7f8682","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/36b8c4ab1e7f8682","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908893,"stop":1713976908893,"duration":0}}]},"c415064366424f30a5d6af637a5abafc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee5b8daecc8fce16","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ee5b8daecc8fce16","status":"passed","time":{"start":1714384633427,"stop":1714384633427,"duration":0}}]},"000e4d7c4216c9816a74aafbe44fdc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40b1047303b69e50","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/40b1047303b69e50","status":"passed","time":{"start":1714383229460,"stop":1714383229460,"duration":0}}]},"139b55d3aaad056aa02b98422013dcad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"444a502e67864bf6","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/444a502e67864bf6","status":"passed","time":{"start":1714080498799,"stop":1714080498799,"duration":0}}]},"09cd41673b7f9a90f709587b0a2642f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f0ccac81cb38682","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/6f0ccac81cb38682","status":"passed","time":{"start":1714178269838,"stop":1714178269840,"duration":2}}]},"d87f979fc8842f87f596608eedc1ee68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71abc662eb1a2ce7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/71abc662eb1a2ce7","status":"passed","time":{"start":1714415598519,"stop":1714415598519,"duration":0}}]},"3eb723406439d31b77cad1506d19cdc6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"619870a81be890be","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/619870a81be890be","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108299,"stop":1713969108299,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"8a95cd316b10809a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8a95cd316b10809a","status":"passed","time":{"start":1714454605550,"stop":1714454605551,"duration":1}},{"uid":"865f7dffa105f764","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/865f7dffa105f764","status":"passed","time":{"start":1714436158733,"stop":1714436158733,"duration":0}},{"uid":"2a1acbce87e19e9a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2a1acbce87e19e9a","status":"passed","time":{"start":1714435237021,"stop":1714435237021,"duration":0}},{"uid":"b138397bae081944","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b138397bae081944","status":"passed","time":{"start":1714433925105,"stop":1714433925106,"duration":1}},{"uid":"6ed5370b0007a006","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6ed5370b0007a006","status":"passed","time":{"start":1714432132891,"stop":1714432132891,"duration":0}},{"uid":"e2cedc0dfe88bc0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e2cedc0dfe88bc0","status":"passed","time":{"start":1714432392984,"stop":1714432392985,"duration":1}},{"uid":"196db7e44bc840f1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/196db7e44bc840f1","status":"passed","time":{"start":1714431131892,"stop":1714431131892,"duration":0}},{"uid":"491163883b5996c6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/491163883b5996c6","status":"passed","time":{"start":1714430918788,"stop":1714430918788,"duration":0}},{"uid":"199658a1a113e4be","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/199658a1a113e4be","status":"passed","time":{"start":1714430104209,"stop":1714430104210,"duration":1}},{"uid":"4806af554a541428","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4806af554a541428","status":"passed","time":{"start":1714429213877,"stop":1714429213877,"duration":0}},{"uid":"b407f61e0a89f087","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b407f61e0a89f087","status":"passed","time":{"start":1714427999033,"stop":1714427999034,"duration":1}},{"uid":"4725bb82150c7180","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4725bb82150c7180","status":"passed","time":{"start":1714427702228,"stop":1714427702228,"duration":0}},{"uid":"938fe4d06261b56b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/938fe4d06261b56b","status":"passed","time":{"start":1714427044027,"stop":1714427044027,"duration":0}},{"uid":"31e352d88ae04e5e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/31e352d88ae04e5e","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699086,"stop":1714426699086,"duration":0}},{"uid":"34deaa3593870d53","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/34deaa3593870d53","status":"passed","time":{"start":1714425534891,"stop":1714425534891,"duration":0}},{"uid":"53b1c29e194d4b03","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/53b1c29e194d4b03","status":"passed","time":{"start":1714415702292,"stop":1714415702292,"duration":0}},{"uid":"682498c2bd157ee8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/682498c2bd157ee8","status":"passed","time":{"start":1714415850500,"stop":1714415850500,"duration":0}},{"uid":"28471a59a3434a79","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/28471a59a3434a79","status":"passed","time":{"start":1714408049949,"stop":1714408049949,"duration":0}},{"uid":"9cbb0c4e93b1b4af","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9cbb0c4e93b1b4af","status":"passed","time":{"start":1714407080672,"stop":1714407080672,"duration":0}},{"uid":"b495d8d77047c466","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b495d8d77047c466","status":"passed","time":{"start":1714404860589,"stop":1714404860589,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"b27e6837887935eb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b27e6837887935eb","status":"passed","time":{"start":1714454431998,"stop":1714454431998,"duration":0}},{"uid":"8746282df10159a5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8746282df10159a5","status":"passed","time":{"start":1714435990629,"stop":1714435990630,"duration":1}},{"uid":"af4a841ff81bd675","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/af4a841ff81bd675","status":"passed","time":{"start":1714435062622,"stop":1714435062623,"duration":1}},{"uid":"5814e54f376d2730","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5814e54f376d2730","status":"passed","time":{"start":1714433747885,"stop":1714433747886,"duration":1}},{"uid":"4d4a50584fc701fa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4d4a50584fc701fa","status":"passed","time":{"start":1714431959192,"stop":1714431959193,"duration":1}},{"uid":"959b09e28093a9ca","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/959b09e28093a9ca","status":"passed","time":{"start":1714432238351,"stop":1714432238351,"duration":0}},{"uid":"f29e866cfeb2cf33","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f29e866cfeb2cf33","status":"passed","time":{"start":1714430946061,"stop":1714430946062,"duration":1}},{"uid":"bd19381a984b425e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bd19381a984b425e","status":"passed","time":{"start":1714430757779,"stop":1714430757779,"duration":0}},{"uid":"cf249f7832f4f88a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cf249f7832f4f88a","status":"passed","time":{"start":1714429917786,"stop":1714429917786,"duration":0}},{"uid":"847706ed3abc787a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/847706ed3abc787a","status":"passed","time":{"start":1714429038421,"stop":1714429038422,"duration":1}},{"uid":"a532f7f552b3b724","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a532f7f552b3b724","status":"passed","time":{"start":1714427794309,"stop":1714427794310,"duration":1}},{"uid":"eb64eea6d64fc9ac","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/eb64eea6d64fc9ac","status":"passed","time":{"start":1714427517460,"stop":1714427517461,"duration":1}},{"uid":"f5883fdd13128cbf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f5883fdd13128cbf","status":"passed","time":{"start":1714426868608,"stop":1714426868608,"duration":0}},{"uid":"3ef36dd180588d6e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3ef36dd180588d6e","status":"passed","time":{"start":1714425555007,"stop":1714425555008,"duration":1}},{"uid":"cb2e2bb826752c0c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cb2e2bb826752c0c","status":"passed","time":{"start":1714425349914,"stop":1714425349915,"duration":1}},{"uid":"3b1d75e0e2ef1da","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3b1d75e0e2ef1da","status":"passed","time":{"start":1714415539982,"stop":1714415539982,"duration":0}},{"uid":"1fd84625603effbf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1fd84625603effbf","status":"passed","time":{"start":1714415671321,"stop":1714415671322,"duration":1}},{"uid":"d3698b9d9e275065","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d3698b9d9e275065","status":"passed","time":{"start":1714407878088,"stop":1714407878089,"duration":1}},{"uid":"d8e7bebc3fcadba4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d8e7bebc3fcadba4","status":"passed","time":{"start":1714406907403,"stop":1714406907403,"duration":0}},{"uid":"da1b272321a6070","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/da1b272321a6070","status":"passed","time":{"start":1714404685461,"stop":1714404685461,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"9c5bf1d3fd8efcc6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9c5bf1d3fd8efcc6","status":"passed","time":{"start":1714454605552,"stop":1714454605553,"duration":1}},{"uid":"aa6a04cf502a1763","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/aa6a04cf502a1763","status":"passed","time":{"start":1714436158734,"stop":1714436158735,"duration":1}},{"uid":"7d958f1cf9ebbe9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7d958f1cf9ebbe9","status":"passed","time":{"start":1714435237023,"stop":1714435237024,"duration":1}},{"uid":"1ae230dc5509a7d1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1ae230dc5509a7d1","status":"passed","time":{"start":1714433925108,"stop":1714433925108,"duration":0}},{"uid":"7e2dce287181804f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7e2dce287181804f","status":"passed","time":{"start":1714432132893,"stop":1714432132893,"duration":0}},{"uid":"6df8b763b3e6f087","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6df8b763b3e6f087","status":"passed","time":{"start":1714432392992,"stop":1714432392993,"duration":1}},{"uid":"b17b5bcc4daa3586","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b17b5bcc4daa3586","status":"passed","time":{"start":1714431131894,"stop":1714431131895,"duration":1}},{"uid":"818de72eb0e4e72a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/818de72eb0e4e72a","status":"passed","time":{"start":1714430918790,"stop":1714430918790,"duration":0}},{"uid":"ee270fa9bb0e466d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ee270fa9bb0e466d","status":"passed","time":{"start":1714430104212,"stop":1714430104213,"duration":1}},{"uid":"9334cfafc42551fe","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9334cfafc42551fe","status":"passed","time":{"start":1714429213879,"stop":1714429213879,"duration":0}},{"uid":"d6fe851834645f91","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d6fe851834645f91","status":"passed","time":{"start":1714427999035,"stop":1714427999036,"duration":1}},{"uid":"88e7c0f2e97181d1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/88e7c0f2e97181d1","status":"passed","time":{"start":1714427702231,"stop":1714427702231,"duration":0}},{"uid":"b8f0fa8a18bde5aa","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b8f0fa8a18bde5aa","status":"passed","time":{"start":1714427044029,"stop":1714427044029,"duration":0}},{"uid":"271dac32be8300e3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/271dac32be8300e3","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699092,"stop":1714426699092,"duration":0}},{"uid":"f9d70135235ff588","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f9d70135235ff588","status":"passed","time":{"start":1714425534894,"stop":1714425534894,"duration":0}},{"uid":"cf84f331f0709ac2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cf84f331f0709ac2","status":"passed","time":{"start":1714415702294,"stop":1714415702295,"duration":1}},{"uid":"588a10ed28e0afe7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/588a10ed28e0afe7","status":"passed","time":{"start":1714415850502,"stop":1714415850502,"duration":0}},{"uid":"c82451fe1d1107ca","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c82451fe1d1107ca","status":"passed","time":{"start":1714408049952,"stop":1714408049952,"duration":0}},{"uid":"98c5967452da71bb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/98c5967452da71bb","status":"passed","time":{"start":1714407080674,"stop":1714407080674,"duration":0}},{"uid":"1cd163a28d18499e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1cd163a28d18499e","status":"passed","time":{"start":1714404860592,"stop":1714404860592,"duration":0}}]},"c3521b36cd4d987391fe4fd921f5c925:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80514bbc407cf3fd","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/80514bbc407cf3fd","status":"passed","time":{"start":1714381730481,"stop":1714381730482,"duration":1}}]},"fea1651f5cc167721656ddba32bb4281:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62f37eab4e1cedb4","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/62f37eab4e1cedb4","status":"passed","time":{"start":1714004302841,"stop":1714004302843,"duration":2}}]},"80b541039f294e001306cefb97184936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b65c40fd0c7eff09","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/b65c40fd0c7eff09","status":"passed","time":{"start":1714045859268,"stop":1714045859269,"duration":1}}]},"89892bb28ebe48eca6e6a7513439f550:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26d54b3ff3c22b85","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/26d54b3ff3c22b85","status":"passed","time":{"start":1713988983915,"stop":1713988983916,"duration":1}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":82,"unknown":0,"total":87},"items":[{"uid":"fccedd48d03b0f2d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fccedd48d03b0f2d","status":"passed","time":{"start":1714454006711,"stop":1714454006712,"duration":1}},{"uid":"41a57abfb8860b05","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/41a57abfb8860b05","status":"passed","time":{"start":1714435563379,"stop":1714435563380,"duration":1}},{"uid":"a400d308850b35b3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a400d308850b35b3","status":"passed","time":{"start":1714434646183,"stop":1714434646183,"duration":0}},{"uid":"8e3cd32e69858fa","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8e3cd32e69858fa","status":"passed","time":{"start":1714433335026,"stop":1714433335026,"duration":0}},{"uid":"b0ef65fdb60bdf90","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b0ef65fdb60bdf90","status":"passed","time":{"start":1714431525560,"stop":1714431525560,"duration":0}},{"uid":"bb778ef955dcbdac","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bb778ef955dcbdac","status":"passed","time":{"start":1714431821304,"stop":1714431821304,"duration":0}},{"uid":"b6ef70abaa29d94b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b6ef70abaa29d94b","status":"passed","time":{"start":1714430515426,"stop":1714430515426,"duration":0}},{"uid":"42f64d468fb57bd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/42f64d468fb57bd","status":"passed","time":{"start":1714430336497,"stop":1714430336498,"duration":1}},{"uid":"ce487976bf7d3f6a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ce487976bf7d3f6a","status":"passed","time":{"start":1714429476410,"stop":1714429476417,"duration":7}},{"uid":"d25d5a53e7471e69","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d25d5a53e7471e69","status":"passed","time":{"start":1714428621516,"stop":1714428621517,"duration":1}},{"uid":"3ce13823536009d6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3ce13823536009d6","status":"passed","time":{"start":1714427393037,"stop":1714427393038,"duration":1}},{"uid":"2e7d9038645dd391","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2e7d9038645dd391","status":"passed","time":{"start":1714427105837,"stop":1714427105837,"duration":0}},{"uid":"e04b8113c5c43da0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e04b8113c5c43da0","status":"passed","time":{"start":1714426438824,"stop":1714426438826,"duration":2}},{"uid":"bad7881593564d5b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bad7881593564d5b","status":"broken","statusDetails":"window is not defined","time":{"start":1714424625869,"stop":1714424625870,"duration":1}},{"uid":"5720b433f9b5a1c3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5720b433f9b5a1c3","status":"passed","time":{"start":1714424932296,"stop":1714424932297,"duration":1}},{"uid":"2458196081d2eb03","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2458196081d2eb03","status":"passed","time":{"start":1714415111105,"stop":1714415111106,"duration":1}},{"uid":"e481a500e3a377c8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e481a500e3a377c8","status":"passed","time":{"start":1714415239892,"stop":1714415239892,"duration":0}},{"uid":"b6051a33290feebe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b6051a33290feebe","status":"passed","time":{"start":1714407453967,"stop":1714407453968,"duration":1}},{"uid":"85271b4c6e245da0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/85271b4c6e245da0","status":"passed","time":{"start":1714406469293,"stop":1714406469293,"duration":0}},{"uid":"d69aa5cf78dae96e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d69aa5cf78dae96e","status":"passed","time":{"start":1714404265807,"stop":1714404265808,"duration":1}}]},"ae30b2e731d1f686f1c0dd73184af4c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac2fbe4d875375d9","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/ac2fbe4d875375d9","status":"passed","time":{"start":1714046099940,"stop":1714046099940,"duration":0}}]},"d3883805df9c9a6e3691c69f474bfcda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18ff3f0e8962bfd1","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/18ff3f0e8962bfd1","status":"passed","time":{"start":1714383168059,"stop":1714383168060,"duration":1}}]},"852bb69d7e3ce444c7da7792398d46e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc37ffa158bf8321","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/cc37ffa158bf8321","status":"passed","time":{"start":1713977340631,"stop":1713977340632,"duration":1}}]},"5d994f47631a5453512e20c9fd7ae219:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c78d2c1fb17daaea","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/c78d2c1fb17daaea","status":"passed","time":{"start":1713988983908,"stop":1713988983913,"duration":5}}]},"97a8a4734c1f4f8afaac5067db97b4ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dd205e8890cae84","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4dd205e8890cae84","status":"passed","time":{"start":1714429855268,"stop":1714429855268,"duration":0}}]},"f0e81564c49ffda0fbcb79145d10c5a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92d62842198d506d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/92d62842198d506d","status":"passed","time":{"start":1714426865269,"stop":1714426865269,"duration":0}}]},"7859f13a95ff2b1c4ac515d4e279a423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bfe3bd24846eb4f","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/bfe3bd24846eb4f","status":"passed","time":{"start":1714169433158,"stop":1714169433159,"duration":1}}]},"1dc62dfb6b53f0b35c012ee419ba2540:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"115f6fbf26f4f092","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/115f6fbf26f4f092","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714087021796,"stop":1714087021796,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"b5c5226e61f44ab9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b5c5226e61f44ab9","status":"passed","time":{"start":1714454185399,"stop":1714454185400,"duration":1}},{"uid":"e5a06f7c870f0193","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e5a06f7c870f0193","status":"passed","time":{"start":1714435735081,"stop":1714435735081,"duration":0}},{"uid":"7295b92055213715","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7295b92055213715","status":"passed","time":{"start":1714434806122,"stop":1714434806122,"duration":0}},{"uid":"1a3289f71d11f9b7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1a3289f71d11f9b7","status":"passed","time":{"start":1714433499864,"stop":1714433499865,"duration":1}},{"uid":"28954463e33d2c5c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/28954463e33d2c5c","status":"passed","time":{"start":1714431708457,"stop":1714431708457,"duration":0}},{"uid":"36310e2b30ce5ac5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/36310e2b30ce5ac5","status":"passed","time":{"start":1714431973951,"stop":1714431973951,"duration":0}},{"uid":"193445210dc7332a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/193445210dc7332a","status":"passed","time":{"start":1714430712229,"stop":1714430712230,"duration":1}},{"uid":"580366a99ff7d6bc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/580366a99ff7d6bc","status":"passed","time":{"start":1714430495766,"stop":1714430495766,"duration":0}},{"uid":"cbc6a42cf0f095e6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cbc6a42cf0f095e6","status":"passed","time":{"start":1714429658507,"stop":1714429658507,"duration":0}},{"uid":"48e62acda4f7be44","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/48e62acda4f7be44","status":"passed","time":{"start":1714428797057,"stop":1714428797057,"duration":0}},{"uid":"20579f815f053085","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/20579f815f053085","status":"passed","time":{"start":1714427574982,"stop":1714427574983,"duration":1}},{"uid":"24627e918628b8a6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/24627e918628b8a6","status":"passed","time":{"start":1714427265761,"stop":1714427265761,"duration":0}},{"uid":"4b1698ec04f54e04","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4b1698ec04f54e04","status":"passed","time":{"start":1714426629928,"stop":1714426629928,"duration":0}},{"uid":"6597781b13230deb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6597781b13230deb","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424901,"stop":1714425424901,"duration":0}},{"uid":"ab413029a26586fc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ab413029a26586fc","status":"passed","time":{"start":1714425110757,"stop":1714425110760,"duration":3}},{"uid":"ca4ebb61b1005be2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ca4ebb61b1005be2","status":"passed","time":{"start":1714415251482,"stop":1714415251483,"duration":1}},{"uid":"6c0ed9dac4b37b6b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6c0ed9dac4b37b6b","status":"passed","time":{"start":1714415441997,"stop":1714415441998,"duration":1}},{"uid":"6b2e833faab727ed","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6b2e833faab727ed","status":"passed","time":{"start":1714407634797,"stop":1714407634797,"duration":0}},{"uid":"e18ce29ea7d06ed","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e18ce29ea7d06ed","status":"passed","time":{"start":1714406654764,"stop":1714406654764,"duration":0}},{"uid":"bd632573e56aff","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bd632573e56aff","status":"passed","time":{"start":1714404452617,"stop":1714404452617,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"2d6cda14eb1087b5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d6cda14eb1087b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454133787,"stop":1714454133790,"duration":3}},{"uid":"cdbf28f541944417","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/cdbf28f541944417","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435697077,"stop":1714435697077,"duration":0}},{"uid":"da2048df1e8c2afb","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/da2048df1e8c2afb","status":"skipped","statusDetails":"Test ignored","time":{"start":1714434777719,"stop":1714434777719,"duration":0}},{"uid":"5e2228a4f1d7b273","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5e2228a4f1d7b273","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433468604,"stop":1714433468604,"duration":0}},{"uid":"2f5424cecdb62f38","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2f5424cecdb62f38","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431659904,"stop":1714431659904,"duration":0}},{"uid":"c958763f3b4553aa","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c958763f3b4553aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431917012,"stop":1714431917012,"duration":0}},{"uid":"550f4d276fac51ed","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/550f4d276fac51ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430652899,"stop":1714430652899,"duration":0}},{"uid":"a6b8e42a01c020ef","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a6b8e42a01c020ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430439957,"stop":1714430439957,"duration":0}},{"uid":"14843749b122ff8f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/14843749b122ff8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429618813,"stop":1714429618813,"duration":0}},{"uid":"2aa9607b606ebe46","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2aa9607b606ebe46","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428758245,"stop":1714428758245,"duration":0}},{"uid":"9f97d2e0eef3ecc5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9f97d2e0eef3ecc5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427532047,"stop":1714427532047,"duration":0}},{"uid":"a8fbecda32a72f78","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a8fbecda32a72f78","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427233664,"stop":1714427233664,"duration":0}},{"uid":"b033b6c7aeed7167","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b033b6c7aeed7167","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426576847,"stop":1714426576847,"duration":0}},{"uid":"d70c4011a9f9beb3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d70c4011a9f9beb3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425311956,"stop":1714425311956,"duration":0}},{"uid":"b233aef71fae21b7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b233aef71fae21b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425068158,"stop":1714425068160,"duration":2}},{"uid":"ebed97271941b647","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ebed97271941b647","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415236761,"stop":1714415236761,"duration":0}},{"uid":"3796f2b87998b6c9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3796f2b87998b6c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415370305,"stop":1714415370306,"duration":1}},{"uid":"58db12a10980f00d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/58db12a10980f00d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407592736,"stop":1714407592736,"duration":0}},{"uid":"6d7eb0efc709f200","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6d7eb0efc709f200","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406603032,"stop":1714406603033,"duration":1}},{"uid":"64a29a0f0dbec2e0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/64a29a0f0dbec2e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404403110,"stop":1714404403110,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"6ea2fb83e0de3f56","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6ea2fb83e0de3f56","status":"passed","time":{"start":1714453959966,"stop":1714453959967,"duration":1}},{"uid":"1898000ae792d13d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1898000ae792d13d","status":"passed","time":{"start":1714435518668,"stop":1714435518669,"duration":1}},{"uid":"6d4740a30cb9aa6c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6d4740a30cb9aa6c","status":"passed","time":{"start":1714434587770,"stop":1714434587770,"duration":0}},{"uid":"cff32733b04f444b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cff32733b04f444b","status":"passed","time":{"start":1714433282706,"stop":1714433282707,"duration":1}},{"uid":"f8b81b9093434d98","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f8b81b9093434d98","status":"passed","time":{"start":1714431480316,"stop":1714431480316,"duration":0}},{"uid":"a7d9c808b35b1946","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a7d9c808b35b1946","status":"passed","time":{"start":1714431744242,"stop":1714431744242,"duration":0}},{"uid":"b2f8cc8c38a3c02e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b2f8cc8c38a3c02e","status":"passed","time":{"start":1714430467279,"stop":1714430467279,"duration":0}},{"uid":"ff1568cbd17c1f9b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ff1568cbd17c1f9b","status":"passed","time":{"start":1714430258850,"stop":1714430258850,"duration":0}},{"uid":"a88e0e4841cd250c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a88e0e4841cd250c","status":"passed","time":{"start":1714429423227,"stop":1714429423227,"duration":0}},{"uid":"143e14eb67654d39","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/143e14eb67654d39","status":"passed","time":{"start":1714428564678,"stop":1714428564678,"duration":0}},{"uid":"357b6a2f83685441","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/357b6a2f83685441","status":"passed","time":{"start":1714427342553,"stop":1714427342553,"duration":0}},{"uid":"c67c8e96511d25ec","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c67c8e96511d25ec","status":"passed","time":{"start":1714427043349,"stop":1714427043349,"duration":0}},{"uid":"f2282a17c1a33f39","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f2282a17c1a33f39","status":"passed","time":{"start":1714426392843,"stop":1714426392843,"duration":0}},{"uid":"84dd26557f6e72fa","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/84dd26557f6e72fa","status":"passed","time":{"start":1714424494705,"stop":1714424494705,"duration":0}},{"uid":"7d37a28fe303cf4e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7d37a28fe303cf4e","status":"passed","time":{"start":1714424885245,"stop":1714424885246,"duration":1}},{"uid":"ada39fceb3c48239","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ada39fceb3c48239","status":"passed","time":{"start":1714415038011,"stop":1714415038011,"duration":0}},{"uid":"8fc41ebfbf711f86","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8fc41ebfbf711f86","status":"passed","time":{"start":1714415190821,"stop":1714415190822,"duration":1}},{"uid":"afe0c509d15b4952","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/afe0c509d15b4952","status":"passed","time":{"start":1714407398338,"stop":1714407398338,"duration":0}},{"uid":"fe21f517d1db9bbf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fe21f517d1db9bbf","status":"passed","time":{"start":1714406425616,"stop":1714406425616,"duration":0}},{"uid":"212397cd263fd6a6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/212397cd263fd6a6","status":"passed","time":{"start":1714404215318,"stop":1714404215318,"duration":0}}]},"cfb5292b72b7dfe8de97fe3bdecbf46e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad1c6b6620a63d72","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/ad1c6b6620a63d72","status":"passed","time":{"start":1714039363091,"stop":1714039363091,"duration":0}}]},"6c77c1a2f4b221b2999fe289665ea09f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"356e062ff9cd9323","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/356e062ff9cd9323","status":"passed","time":{"start":1713976971631,"stop":1713976971631,"duration":0}}]},"db3ef3248ef15d500abfef50ea88386c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83b52e6d6c874d63","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/83b52e6d6c874d63","status":"passed","time":{"start":1714404421549,"stop":1714404421549,"duration":0}}]},"5b7ace00c73fb29a61b42fa28e883252:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3a3af020a229295","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/c3a3af020a229295","status":"passed","time":{"start":1714033817394,"stop":1714033817395,"duration":1}}]},"f7e4fb1cce86363262530cbb41de3708:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"657a6a321d414e76","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/657a6a321d414e76","status":"passed","time":{"start":1714003550655,"stop":1714003550655,"duration":0}}]},"34f71b5e4ea32ce5d634e5f9fa965889:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a11e85135d30180d","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/a11e85135d30180d","status":"passed","time":{"start":1714178031359,"stop":1714178031359,"duration":0}}]},"fcf19c659f6b474646f6557304107e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39604fe50bab02a0","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/39604fe50bab02a0","status":"passed","time":{"start":1714140936381,"stop":1714140936381,"duration":0}}]},"72e533164d85a23e1d3b5c6237e26f2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80c596cecff507db","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/80c596cecff507db","status":"passed","time":{"start":1714221461901,"stop":1714221461902,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"794d8ae8dde3d4e7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/794d8ae8dde3d4e7","status":"passed","time":{"start":1714454429790,"stop":1714454429790,"duration":0}},{"uid":"f2cabe1b4c19546b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f2cabe1b4c19546b","status":"passed","time":{"start":1714435983375,"stop":1714435983375,"duration":0}},{"uid":"a5500cc4144106e4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a5500cc4144106e4","status":"passed","time":{"start":1714435051937,"stop":1714435051937,"duration":0}},{"uid":"834f6491de6adbc5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/834f6491de6adbc5","status":"passed","time":{"start":1714433741787,"stop":1714433741787,"duration":0}},{"uid":"4837da966807f067","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4837da966807f067","status":"passed","time":{"start":1714431944898,"stop":1714431944899,"duration":1}},{"uid":"1f600d2603164030","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1f600d2603164030","status":"passed","time":{"start":1714432240085,"stop":1714432240086,"duration":1}},{"uid":"19bcad95acfb8e2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/19bcad95acfb8e2","status":"passed","time":{"start":1714430938914,"stop":1714430938915,"duration":1}},{"uid":"699fd6f1063f4289","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/699fd6f1063f4289","status":"passed","time":{"start":1714430755763,"stop":1714430755763,"duration":0}},{"uid":"e5e1eac7b0f2e479","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e5e1eac7b0f2e479","status":"passed","time":{"start":1714429913423,"stop":1714429913423,"duration":0}},{"uid":"88673f4080b5a973","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/88673f4080b5a973","status":"passed","time":{"start":1714429034572,"stop":1714429034572,"duration":0}},{"uid":"9245579ade421d29","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9245579ade421d29","status":"passed","time":{"start":1714427765138,"stop":1714427765139,"duration":1}},{"uid":"eb56c92a39875e80","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/eb56c92a39875e80","status":"passed","time":{"start":1714427509512,"stop":1714427509512,"duration":0}},{"uid":"152d41c901853cbd","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/152d41c901853cbd","status":"passed","time":{"start":1714426865264,"stop":1714426865265,"duration":1}},{"uid":"eb43cfccd7d14a94","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/eb43cfccd7d14a94","status":"passed","time":{"start":1714425536872,"stop":1714425536872,"duration":0}},{"uid":"a192b33b88823918","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a192b33b88823918","status":"passed","time":{"start":1714425348175,"stop":1714425348177,"duration":2}},{"uid":"ac856ad31262c329","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ac856ad31262c329","status":"passed","time":{"start":1714415541642,"stop":1714415541642,"duration":0}},{"uid":"49e35f77763de51d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/49e35f77763de51d","status":"passed","time":{"start":1714415666672,"stop":1714415666673,"duration":1}},{"uid":"fca64feee63cbce7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fca64feee63cbce7","status":"passed","time":{"start":1714407867316,"stop":1714407867316,"duration":0}},{"uid":"6fe7d6dd9ad8483d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6fe7d6dd9ad8483d","status":"passed","time":{"start":1714406901742,"stop":1714406901743,"duration":1}},{"uid":"299eb08806dff488","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/299eb08806dff488","status":"passed","time":{"start":1714404685929,"stop":1714404685929,"duration":0}}]},"b023c9dd96bd906f9ee5aedfaaac222d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6126d03feedf75bb","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/6126d03feedf75bb","status":"passed","time":{"start":1714140936381,"stop":1714140936381,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"cf38d7efcc81a42a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cf38d7efcc81a42a","status":"passed","time":{"start":1714454563519,"stop":1714454563519,"duration":0}},{"uid":"be642a58ed03e08d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/be642a58ed03e08d","status":"passed","time":{"start":1714436124261,"stop":1714436124261,"duration":0}},{"uid":"1e4b5471c58c3b95","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1e4b5471c58c3b95","status":"passed","time":{"start":1714435198940,"stop":1714435198941,"duration":1}},{"uid":"8366881401a36ba","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8366881401a36ba","status":"passed","time":{"start":1714433881550,"stop":1714433881551,"duration":1}},{"uid":"9d0ef721f9eeda0d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9d0ef721f9eeda0d","status":"passed","time":{"start":1714432089942,"stop":1714432089942,"duration":0}},{"uid":"1489e8f50e07ea73","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1489e8f50e07ea73","status":"passed","time":{"start":1714432390559,"stop":1714432390559,"duration":0}},{"uid":"6e735c2b1e475136","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6e735c2b1e475136","status":"passed","time":{"start":1714431087766,"stop":1714431087766,"duration":0}},{"uid":"619524ba6cbec787","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/619524ba6cbec787","status":"passed","time":{"start":1714430905427,"stop":1714430905434,"duration":7}},{"uid":"ea54a39b10e8f803","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ea54a39b10e8f803","status":"passed","time":{"start":1714430058434,"stop":1714430058435,"duration":1}},{"uid":"6480104551c7537","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6480104551c7537","status":"passed","time":{"start":1714429175955,"stop":1714429175955,"duration":0}},{"uid":"4d4fa1fbcee842c3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4d4fa1fbcee842c3","status":"passed","time":{"start":1714427951728,"stop":1714427951728,"duration":0}},{"uid":"bebc2b01a1b10a9f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bebc2b01a1b10a9f","status":"passed","time":{"start":1714427658858,"stop":1714427658858,"duration":0}},{"uid":"afda9b0bb12fe122","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/afda9b0bb12fe122","status":"passed","time":{"start":1714427006278,"stop":1714427006278,"duration":0}},{"uid":"7ccdbf3d928dd394","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7ccdbf3d928dd394","status":"passed","time":{"start":1714425734125,"stop":1714425734125,"duration":0}},{"uid":"d1a9999ac7669525","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d1a9999ac7669525","status":"passed","time":{"start":1714425508070,"stop":1714425508070,"duration":0}},{"uid":"be1f96f28f3ac2b0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/be1f96f28f3ac2b0","status":"passed","time":{"start":1714415698746,"stop":1714415698746,"duration":0}},{"uid":"750514312b686b73","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/750514312b686b73","status":"passed","time":{"start":1714415803328,"stop":1714415803328,"duration":0}},{"uid":"137560d71ea66d9c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/137560d71ea66d9c","status":"passed","time":{"start":1714408015505,"stop":1714408015506,"duration":1}},{"uid":"9973c6a3b91f63ce","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9973c6a3b91f63ce","status":"passed","time":{"start":1714407046986,"stop":1714407046986,"duration":0}},{"uid":"908525ff626948ff","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/908525ff626948ff","status":"passed","time":{"start":1714404824581,"stop":1714404824582,"duration":1}}]},"de0673f6bb816def640060654398c589:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"264fe6d1ef4176ea","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/264fe6d1ef4176ea","status":"passed","time":{"start":1714404232324,"stop":1714404232325,"duration":1}}]},"afda1d84b375d5fc23eb8e96fab387fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"32682b024909db88","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/32682b024909db88","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579288,"stop":1713943579288,"duration":0}}]},"e26d2d72628e4bffbe0a6cb1a9101650:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1778d82f3530d5a5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1778d82f3530d5a5","status":"passed","time":{"start":1714454483205,"stop":1714454483205,"duration":0}}]},"b637ea8ee5cc5fd3d0750a006e516b67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b93f2f3b005519b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/3b93f2f3b005519b","status":"passed","time":{"start":1714383546701,"stop":1714383546701,"duration":0}}]},"a24b895d9b0a6ea03e1045709ee5464a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a12c3805e27a5d7","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/9a12c3805e27a5d7","status":"passed","time":{"start":1713997832223,"stop":1713997832223,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"c3e658179da8e401","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c3e658179da8e401","status":"passed","time":{"start":1714454365885,"stop":1714454365885,"duration":0}},{"uid":"ef2fe10ff42dd385","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ef2fe10ff42dd385","status":"passed","time":{"start":1714435932826,"stop":1714435932827,"duration":1}},{"uid":"7781b40a1232eb48","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7781b40a1232eb48","status":"passed","time":{"start":1714435006849,"stop":1714435006850,"duration":1}},{"uid":"25113f36d79fa3f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/25113f36d79fa3f","status":"passed","time":{"start":1714433693927,"stop":1714433693927,"duration":0}},{"uid":"5045c4c8abeab583","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5045c4c8abeab583","status":"passed","time":{"start":1714431888549,"stop":1714431888558,"duration":9}},{"uid":"260b7430d15ee7d2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/260b7430d15ee7d2","status":"passed","time":{"start":1714432201980,"stop":1714432201981,"duration":1}},{"uid":"237253b9289c3c30","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/237253b9289c3c30","status":"passed","time":{"start":1714430892457,"stop":1714430892458,"duration":1}},{"uid":"bd40758e9cd67348","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bd40758e9cd67348","status":"passed","time":{"start":1714430720936,"stop":1714430720936,"duration":0}},{"uid":"c67b0080737a6d53","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c67b0080737a6d53","status":"passed","time":{"start":1714429855261,"stop":1714429855261,"duration":0}},{"uid":"c113c48b38964951","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c113c48b38964951","status":"passed","time":{"start":1714428989443,"stop":1714428989448,"duration":5}},{"uid":"3b895b073f35e06","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3b895b073f35e06","status":"passed","time":{"start":1714427767180,"stop":1714427767180,"duration":0}},{"uid":"4ada26506c205136","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4ada26506c205136","status":"passed","time":{"start":1714427460524,"stop":1714427460524,"duration":0}},{"uid":"45394ca3d95bc710","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/45394ca3d95bc710","status":"passed","time":{"start":1714426812809,"stop":1714426812810,"duration":1}},{"uid":"35e6de145b0e43a5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/35e6de145b0e43a5","status":"passed","time":{"start":1714425528586,"stop":1714425528586,"duration":0}},{"uid":"90ae73ea2f74f28d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/90ae73ea2f74f28d","status":"passed","time":{"start":1714425301119,"stop":1714425301122,"duration":3}},{"uid":"eb43cf16e9bc6199","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eb43cf16e9bc6199","status":"passed","time":{"start":1714415473266,"stop":1714415473267,"duration":1}},{"uid":"4734c45f5873034e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4734c45f5873034e","status":"passed","time":{"start":1714415615363,"stop":1714415615363,"duration":0}},{"uid":"1581f1439194bfca","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1581f1439194bfca","status":"passed","time":{"start":1714407816870,"stop":1714407816870,"duration":0}},{"uid":"a556c9ce86cb8931","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a556c9ce86cb8931","status":"passed","time":{"start":1714406861593,"stop":1714406861593,"duration":0}},{"uid":"b63d7dc113a5ce8d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b63d7dc113a5ce8d","status":"passed","time":{"start":1714404628276,"stop":1714404628276,"duration":0}}]},"7cd8e739c32a44a6f247418560a4c85a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e64def1ae238b21b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e64def1ae238b21b","status":"passed","time":{"start":1714430713515,"stop":1714430713516,"duration":1}}]},"f19f554fe80388581eba83018d98918a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"604d1786ebb3e3f1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/604d1786ebb3e3f1","status":"passed","time":{"start":1714425425850,"stop":1714425425850,"duration":0}}]},"d0e45061a56545d530088f0bf4f12bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6aa390e4a42d431a","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/6aa390e4a42d431a","status":"passed","time":{"start":1714039405801,"stop":1714039405801,"duration":0}}]},"ff4922ab5533ed2739ae3ade063a1de6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f785935dbc89bf74","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f785935dbc89bf74","status":"passed","time":{"start":1714406978499,"stop":1714406978499,"duration":0}}]},"8997c32d9cf8677ea28c4a84e00248cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b21f9d099520a24","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/7b21f9d099520a24","status":"passed","time":{"start":1713987704965,"stop":1713987704965,"duration":0}}]},"39ff565498794327289465cb438aae58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f73ed8d63c18402d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f73ed8d63c18402d","status":"passed","time":{"start":1714145945756,"stop":1714145945756,"duration":0}}]},"7b0ba41f8dc2237a48886593acb55874:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14ea77a10374aed7","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/14ea77a10374aed7","status":"passed","time":{"start":1714109329173,"stop":1714109329173,"duration":0}}]},"7d610cf3751d3371953f03c75aa9eb06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb4adaaaefa23086","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/cb4adaaaefa23086","status":"passed","time":{"start":1714383490753,"stop":1714383490754,"duration":1}}]},"f85144648b0c783671d3304bdc85f212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f76a42663cb44ce1","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/f76a42663cb44ce1","status":"passed","time":{"start":1714214810755,"stop":1714214810755,"duration":0}}]},"3b4d90269caf59151c9d3a9a7d75e3ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c21b4619e178d80f","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c21b4619e178d80f","status":"passed","time":{"start":1714382927711,"stop":1714382927712,"duration":1}}]},"d80aab977d6b4615ea170bad71d875c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2ff6fc5f2e552a7","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/d2ff6fc5f2e552a7","status":"passed","time":{"start":1714114012082,"stop":1714114012082,"duration":0}}]},"24dcd3e0c7fd4739dbda940f6da28d42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb98c03a3555553f","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/eb98c03a3555553f","status":"passed","time":{"start":1713889475149,"stop":1713889475150,"duration":1}}]},"97954d0212554a8529fbc4cd2285d735:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"483603935dcab7bf","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/483603935dcab7bf","status":"passed","time":{"start":1714240486916,"stop":1714240486916,"duration":0}}]},"5bb75c24dbafab2bc24053b3776820b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38466c0a78a4d967","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/38466c0a78a4d967","status":"passed","time":{"start":1714113919510,"stop":1714113919510,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"e87ef7d0fa9561b8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e87ef7d0fa9561b8","status":"passed","time":{"start":1714454227472,"stop":1714454227472,"duration":0}},{"uid":"7950f999e2a87c12","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7950f999e2a87c12","status":"passed","time":{"start":1714435777406,"stop":1714435777406,"duration":0}},{"uid":"57c0e649e42bbed0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/57c0e649e42bbed0","status":"passed","time":{"start":1714434844501,"stop":1714434844502,"duration":1}},{"uid":"ceec26e16b746d99","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ceec26e16b746d99","status":"passed","time":{"start":1714433535973,"stop":1714433535973,"duration":0}},{"uid":"466d518cd9338c20","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/466d518cd9338c20","status":"passed","time":{"start":1714431743526,"stop":1714431743526,"duration":0}},{"uid":"92d7238164bd5ca5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/92d7238164bd5ca5","status":"passed","time":{"start":1714432002439,"stop":1714432002440,"duration":1}},{"uid":"8943a87c60bea497","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8943a87c60bea497","status":"passed","time":{"start":1714430732683,"stop":1714430732683,"duration":0}},{"uid":"4fdb70f351941024","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4fdb70f351941024","status":"passed","time":{"start":1714430508169,"stop":1714430508169,"duration":0}},{"uid":"2a99bfdbe121e6a3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2a99bfdbe121e6a3","status":"passed","time":{"start":1714429693166,"stop":1714429693167,"duration":1}},{"uid":"86e2b8cb4424e933","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/86e2b8cb4424e933","status":"passed","time":{"start":1714428818258,"stop":1714428818258,"duration":0}},{"uid":"fa61b8760f1d0243","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fa61b8760f1d0243","status":"passed","time":{"start":1714427601318,"stop":1714427601319,"duration":1}},{"uid":"6e4a4acf27b59e2a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6e4a4acf27b59e2a","status":"passed","time":{"start":1714427308827,"stop":1714427308828,"duration":1}},{"uid":"2fc2a5227bb3e878","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2fc2a5227bb3e878","status":"passed","time":{"start":1714426655784,"stop":1714426655785,"duration":1}},{"uid":"483cd4e6ab1ab856","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/483cd4e6ab1ab856","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420753,"stop":1714425420754,"duration":1}},{"uid":"8b23b528b5783b66","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8b23b528b5783b66","status":"passed","time":{"start":1714425137458,"stop":1714425137459,"duration":1}},{"uid":"88e4b6055056ac75","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/88e4b6055056ac75","status":"passed","time":{"start":1714415306379,"stop":1714415306379,"duration":0}},{"uid":"ea80970e8413aac5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ea80970e8413aac5","status":"passed","time":{"start":1714415441033,"stop":1714415441033,"duration":0}},{"uid":"40dacc83bccc9caf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/40dacc83bccc9caf","status":"passed","time":{"start":1714407661422,"stop":1714407661422,"duration":0}},{"uid":"d6d7783de7176db5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d6d7783de7176db5","status":"passed","time":{"start":1714406688870,"stop":1714406688871,"duration":1}},{"uid":"4e18e47b99ba3ac8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4e18e47b99ba3ac8","status":"passed","time":{"start":1714404480634,"stop":1714404480635,"duration":1}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"13cdc3054c2755bc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/13cdc3054c2755bc","status":"passed","time":{"start":1714454140406,"stop":1714454140407,"duration":1}},{"uid":"18c309f627c61a90","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/18c309f627c61a90","status":"passed","time":{"start":1714435687892,"stop":1714435687893,"duration":1}},{"uid":"2d1473f4a91df0ad","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2d1473f4a91df0ad","status":"passed","time":{"start":1714434773421,"stop":1714434773421,"duration":0}},{"uid":"7d99bb1b9051fb09","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7d99bb1b9051fb09","status":"passed","time":{"start":1714433450964,"stop":1714433450965,"duration":1}},{"uid":"bceb23be326180b8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bceb23be326180b8","status":"passed","time":{"start":1714431653495,"stop":1714431653495,"duration":0}},{"uid":"2a8049ce5f7b3a17","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2a8049ce5f7b3a17","status":"passed","time":{"start":1714431989797,"stop":1714431989797,"duration":0}},{"uid":"aecc70de15fa44a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/aecc70de15fa44a","status":"passed","time":{"start":1714430659383,"stop":1714430659384,"duration":1}},{"uid":"3670c396e1155689","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3670c396e1155689","status":"passed","time":{"start":1714430522105,"stop":1714430522105,"duration":0}},{"uid":"891fce83671d43f6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/891fce83671d43f6","status":"passed","time":{"start":1714429610400,"stop":1714429610400,"duration":0}},{"uid":"2cadaad79b2e9a21","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2cadaad79b2e9a21","status":"passed","time":{"start":1714428741353,"stop":1714428741353,"duration":0}},{"uid":"d6e5bd213951686e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d6e5bd213951686e","status":"passed","time":{"start":1714427513561,"stop":1714427513562,"duration":1}},{"uid":"46577696314d4c61","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/46577696314d4c61","status":"passed","time":{"start":1714427219334,"stop":1714427219335,"duration":1}},{"uid":"da80cf60b94a2ed","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/da80cf60b94a2ed","status":"passed","time":{"start":1714426573063,"stop":1714426573073,"duration":10}},{"uid":"4f7c33535b3a5ac8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4f7c33535b3a5ac8","status":"passed","time":{"start":1714424914267,"stop":1714424914267,"duration":0}},{"uid":"e2f3784c963aa0b4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e2f3784c963aa0b4","status":"passed","time":{"start":1714425071904,"stop":1714425071904,"duration":0}},{"uid":"44d38d4a1442ddfe","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/44d38d4a1442ddfe","status":"passed","time":{"start":1714415233307,"stop":1714415233309,"duration":2}},{"uid":"1094617a884cfa54","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1094617a884cfa54","status":"passed","time":{"start":1714415382635,"stop":1714415382635,"duration":0}},{"uid":"f82c696ab2a5f89b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f82c696ab2a5f89b","status":"passed","time":{"start":1714407575686,"stop":1714407575686,"duration":0}},{"uid":"2bd843e885590c0b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2bd843e885590c0b","status":"passed","time":{"start":1714406625156,"stop":1714406625156,"duration":0}},{"uid":"7f33a70d80458b03","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7f33a70d80458b03","status":"passed","time":{"start":1714404386186,"stop":1714404386187,"duration":1}}]},"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"a66b73cb91b159a7","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/a66b73cb91b159a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1713977095252,"stop":1713977095252,"duration":0}},{"uid":"5392dad3d2c63787","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/5392dad3d2c63787","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976297253,"stop":1713976297253,"duration":0}},{"uid":"21df19b24e89036b","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/21df19b24e89036b","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969285202,"stop":1713969285203,"duration":1}},{"uid":"c94fccd2ccd2d0ff","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/c94fccd2ccd2d0ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943776979,"stop":1713943776979,"duration":0}},{"uid":"96c41092c7d89a21","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/96c41092c7d89a21","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889601743,"stop":1713889601743,"duration":0}}]},"aac3acfcf9cfdd67aad39f4c68659939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f834e078da08c1e","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/8f834e078da08c1e","status":"passed","time":{"start":1714214828268,"stop":1714214828269,"duration":1}}]},"017ae867c33ce8095fdd153e73e087fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d03997df57cfe729","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/d03997df57cfe729","status":"passed","time":{"start":1714140936382,"stop":1714140936382,"duration":0}}]},"42a3974557fbf64f121f1af6722bda55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"771b4caf3446e0f6","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/771b4caf3446e0f6","status":"passed","time":{"start":1714142067873,"stop":1714142067873,"duration":0}}]},"16dc540356576c88fb61036fec560052:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abc0a8ad0ce9cc2e","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/abc0a8ad0ce9cc2e","status":"passed","time":{"start":1714144468119,"stop":1714144468119,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"3c851e01aec3ab98","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3c851e01aec3ab98","status":"passed","time":{"start":1714454140481,"stop":1714454140482,"duration":1}},{"uid":"e2ab2fd38262b970","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e2ab2fd38262b970","status":"passed","time":{"start":1714435687964,"stop":1714435687964,"duration":0}},{"uid":"76d10eac5926efc8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/76d10eac5926efc8","status":"passed","time":{"start":1714434773474,"stop":1714434773474,"duration":0}},{"uid":"a225c7b9ac022678","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a225c7b9ac022678","status":"passed","time":{"start":1714433450991,"stop":1714433450991,"duration":0}},{"uid":"2be9781300f2bc0f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2be9781300f2bc0f","status":"passed","time":{"start":1714431653524,"stop":1714431653524,"duration":0}},{"uid":"8774fc10bf788924","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8774fc10bf788924","status":"broken","statusDetails":"Property failed after 1 tests\n{ seed: 72297534, path: \"0:0\", endOnFailure: true }\nCounterexample: [1,0]\nShrunk 1 time(s)\nGot AssertionError: expected +0 to be at least 1\n at file:///home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts:520:49\n at async AsyncProperty.run (file:///home/runner/work/js-waku/js-waku/node_modules/fast-check/lib/esm/check/property/AsyncProperty.generic.js:46:28)\n at async asyncRunIt (file:///home/runner/work/js-waku/js-waku/node_modules/fast-check/lib/esm/check/runner/Runner.js:33:21)\n at async Context. (file:///home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts:509:13)\n\nEncountered failures were:\n- [6,0]\n- [1,0]","time":{"start":1714431989885,"stop":1714431989885,"duration":0}},{"uid":"2183949ae82eb45d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2183949ae82eb45d","status":"passed","time":{"start":1714430659447,"stop":1714430659447,"duration":0}},{"uid":"2e96fb3c51736057","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2e96fb3c51736057","status":"broken","statusDetails":"Property failed after 70 tests\n{ seed: 513296079, path: \"69:0\", endOnFailure: true }\nCounterexample: [1,0]\nShrunk 1 time(s)\nGot AssertionError: expected +0 to be at least 1\n at file:///home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts:520:49\n at async AsyncProperty.run (file:///home/runner/work/js-waku/js-waku/node_modules/fast-check/lib/esm/check/property/AsyncProperty.generic.js:46:28)\n at async asyncRunIt (file:///home/runner/work/js-waku/js-waku/node_modules/fast-check/lib/esm/check/runner/Runner.js:33:21)\n at async Context. (file:///home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts:509:13)\n\nEncountered failures were:\n- [97,0]\n- [1,0]","time":{"start":1714430522206,"stop":1714430522206,"duration":0}},{"uid":"d0ac6c1761ccf249","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d0ac6c1761ccf249","status":"passed","time":{"start":1714429610437,"stop":1714429610438,"duration":1}},{"uid":"cde0d0e2bf2fe8b7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cde0d0e2bf2fe8b7","status":"passed","time":{"start":1714428741377,"stop":1714428741377,"duration":0}},{"uid":"814c85706c6eb5d8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/814c85706c6eb5d8","status":"passed","time":{"start":1714427513592,"stop":1714427513592,"duration":0}},{"uid":"1421ea6246e183","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1421ea6246e183","status":"passed","time":{"start":1714427219373,"stop":1714427219374,"duration":1}},{"uid":"57dc80fdb14f3fa6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/57dc80fdb14f3fa6","status":"passed","time":{"start":1714426573131,"stop":1714426573132,"duration":1}},{"uid":"4418e66fab7ad4ea","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4418e66fab7ad4ea","status":"passed","time":{"start":1714424914288,"stop":1714424914289,"duration":1}},{"uid":"9eeff8243051a48","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9eeff8243051a48","status":"passed","time":{"start":1714425071987,"stop":1714425071988,"duration":1}},{"uid":"39ef6865f685f70c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/39ef6865f685f70c","status":"passed","time":{"start":1714415233353,"stop":1714415233353,"duration":0}},{"uid":"b34fec4c82b6e0fb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b34fec4c82b6e0fb","status":"passed","time":{"start":1714415382812,"stop":1714415382815,"duration":3}},{"uid":"9efffb1cc890fc97","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9efffb1cc890fc97","status":"passed","time":{"start":1714407575706,"stop":1714407575707,"duration":1}},{"uid":"dc671a4a2d7c0036","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dc671a4a2d7c0036","status":"passed","time":{"start":1714406625184,"stop":1714406625185,"duration":1}},{"uid":"72e077075132e926","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/72e077075132e926","status":"passed","time":{"start":1714404386221,"stop":1714404386221,"duration":0}}]},"1d9ffa1006e1fde1d5b8daeec5517fdd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a2360aea9eb3a14","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4a2360aea9eb3a14","status":"passed","time":{"start":1714415739342,"stop":1714415739343,"duration":1}}]},"4a0cc7f36f5500ade32697720a0182cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4332e20f8f242a54","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/4332e20f8f242a54","status":"passed","time":{"start":1713977385376,"stop":1713977385377,"duration":1}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"f311722b056e6909","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f311722b056e6909","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454401485,"stop":1714454401485,"duration":0}},{"uid":"fcce12410cfef48a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fcce12410cfef48a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435950171,"stop":1714435950171,"duration":0}},{"uid":"e729348020e693cf","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e729348020e693cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435011320,"stop":1714435011320,"duration":0}},{"uid":"400f325fc83f4875","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/400f325fc83f4875","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433698493,"stop":1714433698494,"duration":1}},{"uid":"5ca35ee9b4a11e98","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5ca35ee9b4a11e98","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431914448,"stop":1714431914448,"duration":0}},{"uid":"6ac4b13982c8aa9e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6ac4b13982c8aa9e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432232509,"stop":1714432232510,"duration":1}},{"uid":"cdada5bc7411143c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cdada5bc7411143c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430898546,"stop":1714430898547,"duration":1}},{"uid":"239fea52a1f396c0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/239fea52a1f396c0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430740488,"stop":1714430740488,"duration":0}},{"uid":"5619440c02e5677","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5619440c02e5677","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429868895,"stop":1714429868895,"duration":0}},{"uid":"a43efdc1bffbc23d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a43efdc1bffbc23d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428983148,"stop":1714428983148,"duration":0}},{"uid":"fa814a3b5431be02","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fa814a3b5431be02","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427767757,"stop":1714427767758,"duration":1}},{"uid":"a77791d75a01bea2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a77791d75a01bea2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427467288,"stop":1714427467289,"duration":1}},{"uid":"b07e12d8fa7eadf8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b07e12d8fa7eadf8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426818814,"stop":1714426818814,"duration":0}},{"uid":"86fe0d29e6da3d54","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/86fe0d29e6da3d54","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425576724,"stop":1714425576724,"duration":0}},{"uid":"93e358560b7ecbb0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/93e358560b7ecbb0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425298466,"stop":1714425298466,"duration":0}},{"uid":"15a7d26611fe281a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/15a7d26611fe281a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415747555,"stop":1714415747555,"duration":0}},{"uid":"cc3f962109d1cb04","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cc3f962109d1cb04","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415623568,"stop":1714415623568,"duration":0}},{"uid":"97c7aebc9232edf0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/97c7aebc9232edf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407820857,"stop":1714407820858,"duration":1}},{"uid":"fda347729d47fd61","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fda347729d47fd61","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406853254,"stop":1714406853254,"duration":0}},{"uid":"76543969a58fbb6e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/76543969a58fbb6e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404642821,"stop":1714404642821,"duration":0}}]},"f8bb6ece610f18eeb5bdf6db8d90f61b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a27bcd35c46205a3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a27bcd35c46205a3","status":"passed","time":{"start":1714415615368,"stop":1714415615375,"duration":7}}]},"e37fd3ddbd224a0769bb87c9509718e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5546bdbaa1e6ed3","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d5546bdbaa1e6ed3","status":"passed","time":{"start":1714383127012,"stop":1714383127012,"duration":0}}]},"3b08bc78c4876ed2173555a03559793b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab14897ebca3017b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ab14897ebca3017b","status":"passed","time":{"start":1714427765144,"stop":1714427765144,"duration":0}}]},"2c0a3c1e8b3b008e626b4da93e795015:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30d94335bc5df024","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/30d94335bc5df024","status":"passed","time":{"start":1714040343490,"stop":1714040343491,"duration":1}}]},"0cf4484a859b3ae95c13082fa7fbc6fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d37d85a2e694cfe5","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d37d85a2e694cfe5","status":"passed","time":{"start":1714382963593,"stop":1714382963593,"duration":0}}]},"80ab182664ab7e5c8f4c3525255dd7cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4455c35d6c43c50","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/f4455c35d6c43c50","status":"passed","time":{"start":1714139127621,"stop":1714139127622,"duration":1}}]},"c5fb614c6edb24865d138619370dbe23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c338567f22ebb835","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/c338567f22ebb835","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714004265509,"stop":1714004265509,"duration":0}}]},"1d4d7b48ed381920df0c21e0c394081a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f822a48a375a6d66","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f822a48a375a6d66","status":"passed","time":{"start":1714384714542,"stop":1714384714543,"duration":1}}]},"95bffe827c42637b4f62f66d2e58e336:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1719e6a53d995c32","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/1719e6a53d995c32","status":"passed","time":{"start":1714089729898,"stop":1714089729898,"duration":0}}]},"e9ea418b6179c836cee9cd712d07a36f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9355d477ddee7228","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9355d477ddee7228","status":"passed","time":{"start":1714435099722,"stop":1714435099722,"duration":0}}]},"7cc9d68e1e0b32d67fbd277b38a9e994:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b3ca28c8ea5608d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5b3ca28c8ea5608d","status":"passed","time":{"start":1714415598520,"stop":1714415598521,"duration":1}}]},"160682ae1a32f5a499fcd747eeb76684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d88a82bc6517e87","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7d88a82bc6517e87","status":"passed","time":{"start":1714383536788,"stop":1714383536788,"duration":0}}]},"b1b77be507d4e53e10037d1c5887c462:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5a5aeb0379f9d85","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/d5a5aeb0379f9d85","status":"passed","time":{"start":1714003550654,"stop":1714003550654,"duration":0}}]},"3b29fd86612d3afa5f7a7a7e6a416b33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c48b0152ad1869c9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c48b0152ad1869c9","status":"passed","time":{"start":1714404739431,"stop":1714404739431,"duration":0}}]},"8a4d305578f30b7cb8ab46ebf6ef515a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68b32839add4120d","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/68b32839add4120d","status":"passed","time":{"start":1714109368636,"stop":1714109368637,"duration":1}}]},"7dd6a5e143264bb1c8b96c06e97730be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50ea7bb8d3f4de7c","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/50ea7bb8d3f4de7c","status":"passed","time":{"start":1714178248452,"stop":1714178248453,"duration":1}}]},"6cdafb42e3c8436ba2d77a7f6936de52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92762ba17981fbd1","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/92762ba17981fbd1","status":"passed","time":{"start":1714169472815,"stop":1714169472815,"duration":0}}]},"75d95116e8481e5cc7a32204e2755850:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"314a858fdde50975","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/314a858fdde50975","status":"passed","time":{"start":1714140460007,"stop":1714140460008,"duration":1}}]},"c1184cb3ce68403c3b5cc57e203662c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"301836597ad18463","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/301836597ad18463","status":"passed","time":{"start":1714426875156,"stop":1714426875156,"duration":0}}]},"85792caec8104486f7f6c18e6648f50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4d8c0fdc7c31360","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/d4d8c0fdc7c31360","status":"passed","time":{"start":1714123406497,"stop":1714123406497,"duration":0}}]},"60043eb332db97f5901f3afb3baa21db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62d8da1d94f43303","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/62d8da1d94f43303","status":"passed","time":{"start":1714427590262,"stop":1714427590263,"duration":1}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"4268fea317aefe10","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4268fea317aefe10","status":"passed","time":{"start":1714454140451,"stop":1714454140451,"duration":0}},{"uid":"d3ee3f46fb6fe9e2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d3ee3f46fb6fe9e2","status":"passed","time":{"start":1714435687903,"stop":1714435687903,"duration":0}},{"uid":"257792dcff35d4eb","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/257792dcff35d4eb","status":"passed","time":{"start":1714434773460,"stop":1714434773460,"duration":0}},{"uid":"ff256ce4bf6f7dbf","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ff256ce4bf6f7dbf","status":"passed","time":{"start":1714433450973,"stop":1714433450973,"duration":0}},{"uid":"4d5b5af6485f5f07","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4d5b5af6485f5f07","status":"passed","time":{"start":1714431653502,"stop":1714431653503,"duration":1}},{"uid":"9193acfe100c976a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9193acfe100c976a","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714431989824,"stop":1714431989824,"duration":0}},{"uid":"22908ce5d45e4071","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/22908ce5d45e4071","status":"passed","time":{"start":1714430659404,"stop":1714430659405,"duration":1}},{"uid":"843b2148eba8c83f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/843b2148eba8c83f","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714430522145,"stop":1714430522145,"duration":0}},{"uid":"5f32073aea0bc99d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5f32073aea0bc99d","status":"passed","time":{"start":1714429610409,"stop":1714429610410,"duration":1}},{"uid":"634403dfec5196a2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/634403dfec5196a2","status":"passed","time":{"start":1714428741360,"stop":1714428741360,"duration":0}},{"uid":"2a5ca7c3f4add512","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2a5ca7c3f4add512","status":"passed","time":{"start":1714427513579,"stop":1714427513579,"duration":0}},{"uid":"5252c9848fdc6b2e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5252c9848fdc6b2e","status":"passed","time":{"start":1714427219352,"stop":1714427219353,"duration":1}},{"uid":"17d62ff32e6a95f3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/17d62ff32e6a95f3","status":"passed","time":{"start":1714426573085,"stop":1714426573094,"duration":9}},{"uid":"2b8550d9e519ff8d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2b8550d9e519ff8d","status":"passed","time":{"start":1714424914275,"stop":1714424914276,"duration":1}},{"uid":"8c680094d69110c6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8c680094d69110c6","status":"passed","time":{"start":1714425071915,"stop":1714425071915,"duration":0}},{"uid":"d2a7cb55b3961dfd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d2a7cb55b3961dfd","status":"passed","time":{"start":1714415233316,"stop":1714415233316,"duration":0}},{"uid":"748788fb7644d15b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/748788fb7644d15b","status":"passed","time":{"start":1714415382712,"stop":1714415382728,"duration":16}},{"uid":"da231e24fa06f482","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/da231e24fa06f482","status":"passed","time":{"start":1714407575693,"stop":1714407575694,"duration":1}},{"uid":"a3db47f26ef18081","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a3db47f26ef18081","status":"passed","time":{"start":1714406625164,"stop":1714406625164,"duration":0}},{"uid":"d31808ba66f5105e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d31808ba66f5105e","status":"passed","time":{"start":1714404386201,"stop":1714404386201,"duration":0}}]},"f1e06cfbde385f6a27b5eba220720948:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ecb69ad409c4519","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1ecb69ad409c4519","status":"passed","time":{"start":1714433741791,"stop":1714433741791,"duration":0}}]},"e81371883fa68a485c2301b62b3c3e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5a257fda21ba092","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/c5a257fda21ba092","status":"passed","time":{"start":1714240432914,"stop":1714240432914,"duration":0}}]},"d650abc95fcdb66fa788e5f1b72a0c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f493e31cdac4c8e","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/2f493e31cdac4c8e","status":"passed","time":{"start":1713977492669,"stop":1713977492669,"duration":0}}]},"099e1d2cb631ad5363e1cb40e03cfe27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db2469db47dfff77","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/db2469db47dfff77","status":"passed","time":{"start":1714145875267,"stop":1714145875267,"duration":0}}]},"fa8a2896bc92bfbfbdd9cbd57136277e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34ed44989b85c4da","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/34ed44989b85c4da","status":"passed","time":{"start":1714214828268,"stop":1714214828268,"duration":0}}]},"c5cca49d9049d0edeb6ae21d35b02c09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"863a05c5dd3083f8","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/863a05c5dd3083f8","status":"passed","time":{"start":1714297352589,"stop":1714297352590,"duration":1}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"16e508a5233d780a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/16e508a5233d780a","status":"passed","time":{"start":1714454140441,"stop":1714454140442,"duration":1}},{"uid":"82b3a903a4cb9018","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/82b3a903a4cb9018","status":"passed","time":{"start":1714435687895,"stop":1714435687895,"duration":0}},{"uid":"56ea7ac1c778e72","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/56ea7ac1c778e72","status":"passed","time":{"start":1714434773453,"stop":1714434773455,"duration":2}},{"uid":"a1b3e15e59cf7eca","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a1b3e15e59cf7eca","status":"passed","time":{"start":1714433450969,"stop":1714433450969,"duration":0}},{"uid":"808f2146ee930135","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/808f2146ee930135","status":"passed","time":{"start":1714431653498,"stop":1714431653498,"duration":0}},{"uid":"d7adcf66754a55d6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d7adcf66754a55d6","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714431989811,"stop":1714431989811,"duration":0}},{"uid":"f690e4886f7a4f76","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f690e4886f7a4f76","status":"passed","time":{"start":1714430659391,"stop":1714430659391,"duration":0}},{"uid":"e35ef07ae133a3cd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e35ef07ae133a3cd","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714430522128,"stop":1714430522129,"duration":1}},{"uid":"a6edba59662b720b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a6edba59662b720b","status":"passed","time":{"start":1714429610404,"stop":1714429610405,"duration":1}},{"uid":"be43c18ff23cc4d7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/be43c18ff23cc4d7","status":"passed","time":{"start":1714428741356,"stop":1714428741356,"duration":0}},{"uid":"e20cc05b314183f8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e20cc05b314183f8","status":"passed","time":{"start":1714427513571,"stop":1714427513572,"duration":1}},{"uid":"61b19e2bf12c2843","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/61b19e2bf12c2843","status":"passed","time":{"start":1714427219347,"stop":1714427219347,"duration":0}},{"uid":"46c763622f4cd7b5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/46c763622f4cd7b5","status":"passed","time":{"start":1714426573079,"stop":1714426573080,"duration":1}},{"uid":"9f82e27ebee65194","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9f82e27ebee65194","status":"passed","time":{"start":1714424914271,"stop":1714424914271,"duration":0}},{"uid":"f52fad0c44143d86","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f52fad0c44143d86","status":"passed","time":{"start":1714425071907,"stop":1714425071907,"duration":0}},{"uid":"18766f2f2f26c319","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/18766f2f2f26c319","status":"passed","time":{"start":1714415233312,"stop":1714415233312,"duration":0}},{"uid":"c32779fa82d7b00d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c32779fa82d7b00d","status":"passed","time":{"start":1714415382667,"stop":1714415382667,"duration":0}},{"uid":"f55cc6cea05aef1c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f55cc6cea05aef1c","status":"passed","time":{"start":1714407575689,"stop":1714407575690,"duration":1}},{"uid":"f8599e9ceeed927f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f8599e9ceeed927f","status":"passed","time":{"start":1714406625159,"stop":1714406625160,"duration":1}},{"uid":"311b1e0ee492b8a2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/311b1e0ee492b8a2","status":"passed","time":{"start":1714404386195,"stop":1714404386196,"duration":1}}]},"54b277d25f8262acebadc40906873790:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"183cc5a982474096","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/183cc5a982474096","status":"passed","time":{"start":1714123148402,"stop":1714123148403,"duration":1}}]},"5d2c5a7189b29e2634790ac1d4f8c740:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2afe7c1f9e7c5d68","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2afe7c1f9e7c5d68","status":"passed","time":{"start":1714430720941,"stop":1714430720941,"duration":0}}]},"279ef3f795135e9d5557ecf6cfeb89b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d4c8f8d960c0fed0","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/d4c8f8d960c0fed0","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413533,"stop":1713889413533,"duration":0}}]},"0daf8cbd758734cef3e82f367b866a28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b7f85bfb6574941","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3b7f85bfb6574941","status":"passed","time":{"start":1714430755767,"stop":1714430755767,"duration":0}}]},"8241e2698efd5d2215ed831e654d3a04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c80fe25defbb767","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/6c80fe25defbb767","status":"passed","time":{"start":1714296397561,"stop":1714296397562,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"f91574c33efc4a7b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f91574c33efc4a7b","status":"passed","time":{"start":1714454543145,"stop":1714454543146,"duration":1}},{"uid":"23888436c6499957","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/23888436c6499957","status":"passed","time":{"start":1714436104580,"stop":1714436104580,"duration":0}},{"uid":"b12cc7945aa0571","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b12cc7945aa0571","status":"passed","time":{"start":1714435165751,"stop":1714435165751,"duration":0}},{"uid":"9aea055673857fd9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9aea055673857fd9","status":"passed","time":{"start":1714433853743,"stop":1714433853743,"duration":0}},{"uid":"180823904f733aaa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/180823904f733aaa","status":"passed","time":{"start":1714432058506,"stop":1714432058506,"duration":0}},{"uid":"35749d014e04d65d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/35749d014e04d65d","status":"passed","time":{"start":1714432364373,"stop":1714432364373,"duration":0}},{"uid":"42bc2715a4359982","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/42bc2715a4359982","status":"passed","time":{"start":1714431063426,"stop":1714431063427,"duration":1}},{"uid":"8ef7593b54cb6859","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8ef7593b54cb6859","status":"passed","time":{"start":1714430877260,"stop":1714430877271,"duration":11}},{"uid":"2222c5dd04c88d51","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2222c5dd04c88d51","status":"passed","time":{"start":1714430032959,"stop":1714430032960,"duration":1}},{"uid":"f100654901cbcf6c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f100654901cbcf6c","status":"passed","time":{"start":1714429153588,"stop":1714429153589,"duration":1}},{"uid":"efc63e14c8456bc0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/efc63e14c8456bc0","status":"passed","time":{"start":1714427918968,"stop":1714427918968,"duration":0}},{"uid":"4e7cd9a49c434c15","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4e7cd9a49c434c15","status":"passed","time":{"start":1714427630817,"stop":1714427630817,"duration":0}},{"uid":"33e6e11d829ac9fb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/33e6e11d829ac9fb","status":"passed","time":{"start":1714426988095,"stop":1714426988096,"duration":1}},{"uid":"2b8fac172fbc0d15","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2b8fac172fbc0d15","status":"passed","time":{"start":1714425690512,"stop":1714425690512,"duration":0}},{"uid":"cabe434ebba8bea2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cabe434ebba8bea2","status":"passed","time":{"start":1714425467284,"stop":1714425467285,"duration":1}},{"uid":"772d084c6288b879","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/772d084c6288b879","status":"passed","time":{"start":1714415652330,"stop":1714415652331,"duration":1}},{"uid":"b1ba0fa990c2003a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b1ba0fa990c2003a","status":"passed","time":{"start":1714415786947,"stop":1714415786948,"duration":1}},{"uid":"699ab7f262b4afb3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/699ab7f262b4afb3","status":"passed","time":{"start":1714407994016,"stop":1714407994017,"duration":1}},{"uid":"2a56e3638b5b50df","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2a56e3638b5b50df","status":"passed","time":{"start":1714407017328,"stop":1714407017328,"duration":0}},{"uid":"c39e8c7b95a353f5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c39e8c7b95a353f5","status":"passed","time":{"start":1714404801234,"stop":1714404801234,"duration":0}}]},"eb09c3add9de1c791c1c9ef939f30ca3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25590b7dc3ffb666","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/25590b7dc3ffb666","status":"passed","time":{"start":1714214757450,"stop":1714214757452,"duration":2}}]},"e98d461ce46b660b6ff3c61f8c2c9ca0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1579a5e661c54f5","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/f1579a5e661c54f5","status":"passed","time":{"start":1714018153955,"stop":1714018153955,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"f3e8c9f0b15dd120","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f3e8c9f0b15dd120","status":"passed","time":{"start":1714454429790,"stop":1714454429790,"duration":0}},{"uid":"abe5d5ec24ca18ef","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/abe5d5ec24ca18ef","status":"passed","time":{"start":1714435983374,"stop":1714435983374,"duration":0}},{"uid":"6982135c9da839a0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6982135c9da839a0","status":"passed","time":{"start":1714435051935,"stop":1714435051937,"duration":2}},{"uid":"c03a65908f225fe9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c03a65908f225fe9","status":"passed","time":{"start":1714433741786,"stop":1714433741786,"duration":0}},{"uid":"f57cfb10bdfb1f18","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f57cfb10bdfb1f18","status":"passed","time":{"start":1714431944897,"stop":1714431944898,"duration":1}},{"uid":"5680c2e88842c760","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5680c2e88842c760","status":"passed","time":{"start":1714432240084,"stop":1714432240085,"duration":1}},{"uid":"c32889122f0233cf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c32889122f0233cf","status":"passed","time":{"start":1714430938913,"stop":1714430938914,"duration":1}},{"uid":"34094683032ae327","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/34094683032ae327","status":"passed","time":{"start":1714430755762,"stop":1714430755763,"duration":1}},{"uid":"29c0bb253ce7bb0c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/29c0bb253ce7bb0c","status":"passed","time":{"start":1714429913423,"stop":1714429913423,"duration":0}},{"uid":"4db20d162a27e80e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4db20d162a27e80e","status":"passed","time":{"start":1714429034571,"stop":1714429034572,"duration":1}},{"uid":"aa712a52a8dffc7b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aa712a52a8dffc7b","status":"passed","time":{"start":1714427765138,"stop":1714427765138,"duration":0}},{"uid":"223d108440ad8379","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/223d108440ad8379","status":"passed","time":{"start":1714427509512,"stop":1714427509512,"duration":0}},{"uid":"2dd257d61cb05414","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2dd257d61cb05414","status":"passed","time":{"start":1714426865264,"stop":1714426865264,"duration":0}},{"uid":"588a393c1694c3ad","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/588a393c1694c3ad","status":"passed","time":{"start":1714425536872,"stop":1714425536872,"duration":0}},{"uid":"af6e47c452fbc5af","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/af6e47c452fbc5af","status":"passed","time":{"start":1714425348174,"stop":1714425348175,"duration":1}},{"uid":"3e47a3b268c0dea7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3e47a3b268c0dea7","status":"passed","time":{"start":1714415541641,"stop":1714415541642,"duration":1}},{"uid":"1368181d572ef7e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1368181d572ef7e","status":"passed","time":{"start":1714415666672,"stop":1714415666672,"duration":0}},{"uid":"fcc99645489d0f27","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fcc99645489d0f27","status":"passed","time":{"start":1714407867315,"stop":1714407867315,"duration":0}},{"uid":"ed8cac4fbd5ba0ac","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ed8cac4fbd5ba0ac","status":"passed","time":{"start":1714406901741,"stop":1714406901742,"duration":1}},{"uid":"c108ca41eb679db","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c108ca41eb679db","status":"passed","time":{"start":1714404685928,"stop":1714404685929,"duration":1}}]},"e9b24246507999b6543659f22f9f0f08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb8dfb147def6ccb","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/fb8dfb147def6ccb","status":"passed","time":{"start":1714144826508,"stop":1714144826508,"duration":0}}]},"4b7e0a10e5d75d6574deb20513f90596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b53238e7057a04d","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/1b53238e7057a04d","status":"passed","time":{"start":1714008071090,"stop":1714008071090,"duration":0}}]},"735dfc2ff85e9afd98c9296a62c3470a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad9c2284a04ffc6f","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/ad9c2284a04ffc6f","status":"passed","time":{"start":1714262212388,"stop":1714262212389,"duration":1}}]},"09587fde98030124332722e54c85cedf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f663b772e94e5183","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/f663b772e94e5183","status":"passed","time":{"start":1714240478663,"stop":1714240478664,"duration":1}}]},"b76b8dcf7a5a7d4e032edfe821dc0818:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69ab5fd01b710a54","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/69ab5fd01b710a54","status":"passed","time":{"start":1714219167797,"stop":1714219167797,"duration":0}}]},"372609338df7af01978a7117aa516f0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6a708b8a463020b","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/c6a708b8a463020b","status":"passed","time":{"start":1713976058790,"stop":1713976058790,"duration":0}}]},"d91a347d121a3dcfeafff62792fbadd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3962c7b9ad15f9bf","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3962c7b9ad15f9bf","status":"passed","time":{"start":1714380091389,"stop":1714380091390,"duration":1}}]},"be331d3638338364189708286de422a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdb027ce60790c54","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fdb027ce60790c54","status":"passed","time":{"start":1714433693933,"stop":1714433693937,"duration":4}}]},"e2c1bc038021981f76d22b9b58c47483:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f4380a0f0a2137b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/4f4380a0f0a2137b","status":"passed","time":{"start":1714383335676,"stop":1714383335677,"duration":1}}]},"87551f65d5a87d9d549c7a05aaa8c103:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72980007b3f3d41d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/72980007b3f3d41d","status":"passed","time":{"start":1714435932832,"stop":1714435932832,"duration":0}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e1f3c0ad6c0c4972","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1f3c0ad6c0c4972","status":"passed","time":{"start":1714454530134,"stop":1714454530135,"duration":1}},{"uid":"24c1af914ebc2eb7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/24c1af914ebc2eb7","status":"passed","time":{"start":1714436093936,"stop":1714436093936,"duration":0}},{"uid":"e177781c990853b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e177781c990853b","status":"passed","time":{"start":1714435157475,"stop":1714435157476,"duration":1}},{"uid":"6948676a35112656","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6948676a35112656","status":"passed","time":{"start":1714433840516,"stop":1714433840516,"duration":0}},{"uid":"ac60f27371d17571","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ac60f27371d17571","status":"passed","time":{"start":1714432045260,"stop":1714432045260,"duration":0}},{"uid":"77516b923b991fef","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/77516b923b991fef","status":"passed","time":{"start":1714432344094,"stop":1714432344095,"duration":1}},{"uid":"9b6135cf67a505fe","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9b6135cf67a505fe","status":"passed","time":{"start":1714431036766,"stop":1714431036767,"duration":1}},{"uid":"decdbc99f75bda37","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/decdbc99f75bda37","status":"passed","time":{"start":1714430859702,"stop":1714430859702,"duration":0}},{"uid":"6520034e73b828a0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6520034e73b828a0","status":"passed","time":{"start":1714430007475,"stop":1714430007475,"duration":0}},{"uid":"34d726247572bc07","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/34d726247572bc07","status":"passed","time":{"start":1714429133179,"stop":1714429133180,"duration":1}},{"uid":"c8d416bb69732c58","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c8d416bb69732c58","status":"passed","time":{"start":1714427891809,"stop":1714427891810,"duration":1}},{"uid":"2d389d1dc3dc44da","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2d389d1dc3dc44da","status":"passed","time":{"start":1714427613500,"stop":1714427613500,"duration":0}},{"uid":"db21ea49163adfbf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/db21ea49163adfbf","status":"passed","time":{"start":1714426967426,"stop":1714426967426,"duration":0}},{"uid":"d57adf3a88bf8033","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d57adf3a88bf8033","status":"passed","time":{"start":1714425663092,"stop":1714425663092,"duration":0}},{"uid":"b781b792ea4c5afe","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b781b792ea4c5afe","status":"passed","time":{"start":1714425451134,"stop":1714425451134,"duration":0}},{"uid":"3e41f615dc16fa73","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3e41f615dc16fa73","status":"passed","time":{"start":1714415638839,"stop":1714415638839,"duration":0}},{"uid":"a3e558ba9e80e8ba","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a3e558ba9e80e8ba","status":"passed","time":{"start":1714415763435,"stop":1714415763435,"duration":0}},{"uid":"71ff3fe2365ec231","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/71ff3fe2365ec231","status":"passed","time":{"start":1714407962982,"stop":1714407962983,"duration":1}},{"uid":"90c221ff9e042127","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/90c221ff9e042127","status":"passed","time":{"start":1714407006175,"stop":1714407006178,"duration":3}},{"uid":"571cf7e2ce620ab2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/571cf7e2ce620ab2","status":"passed","time":{"start":1714404780878,"stop":1714404780878,"duration":0}}]},"335a9d3e2877981f8920099ce16a515d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ae393b2668cb884","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2ae393b2668cb884","status":"passed","time":{"start":1714429917736,"stop":1714429917737,"duration":1}}]},"c064ebb786eb48d809673b339c3ca6ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5a1c46525747b75","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d5a1c46525747b75","status":"passed","time":{"start":1714427584805,"stop":1714427584806,"duration":1}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"7afabe10515d0260","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7afabe10515d0260","status":"passed","time":{"start":1714454563517,"stop":1714454563518,"duration":1}},{"uid":"1aede5fdad054b23","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1aede5fdad054b23","status":"passed","time":{"start":1714436124259,"stop":1714436124260,"duration":1}},{"uid":"f88cdad8285f8782","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f88cdad8285f8782","status":"passed","time":{"start":1714435198937,"stop":1714435198937,"duration":0}},{"uid":"91b0651b4ffd4079","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/91b0651b4ffd4079","status":"passed","time":{"start":1714433881546,"stop":1714433881547,"duration":1}},{"uid":"30bf4481c6105d83","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/30bf4481c6105d83","status":"passed","time":{"start":1714432089940,"stop":1714432089941,"duration":1}},{"uid":"1bf12b3475689dd3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1bf12b3475689dd3","status":"passed","time":{"start":1714432390556,"stop":1714432390557,"duration":1}},{"uid":"d7ae0c975fd26fc6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d7ae0c975fd26fc6","status":"passed","time":{"start":1714431087763,"stop":1714431087763,"duration":0}},{"uid":"6ffcd98724625c40","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6ffcd98724625c40","status":"passed","time":{"start":1714430905424,"stop":1714430905425,"duration":1}},{"uid":"f0a28e4b138f19a2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f0a28e4b138f19a2","status":"passed","time":{"start":1714430058432,"stop":1714430058433,"duration":1}},{"uid":"e1c596716a68cbaa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e1c596716a68cbaa","status":"passed","time":{"start":1714429175952,"stop":1714429175953,"duration":1}},{"uid":"ddc1ffaa925ed43d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ddc1ffaa925ed43d","status":"passed","time":{"start":1714427951726,"stop":1714427951727,"duration":1}},{"uid":"c6aa4b4b4d3d5a2c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c6aa4b4b4d3d5a2c","status":"passed","time":{"start":1714427658856,"stop":1714427658857,"duration":1}},{"uid":"5c06706e9365c211","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5c06706e9365c211","status":"passed","time":{"start":1714427006276,"stop":1714427006276,"duration":0}},{"uid":"a955f02b9bc3a88e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a955f02b9bc3a88e","status":"passed","time":{"start":1714425734124,"stop":1714425734124,"duration":0}},{"uid":"dc0e3b6c6a945ee4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dc0e3b6c6a945ee4","status":"passed","time":{"start":1714425508069,"stop":1714425508069,"duration":0}},{"uid":"3c25a8d0dbff38de","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3c25a8d0dbff38de","status":"passed","time":{"start":1714415698744,"stop":1714415698745,"duration":1}},{"uid":"8c26c34e7f40d7f4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8c26c34e7f40d7f4","status":"passed","time":{"start":1714415803327,"stop":1714415803327,"duration":0}},{"uid":"3c16b699fa6a45ed","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3c16b699fa6a45ed","status":"passed","time":{"start":1714408015504,"stop":1714408015504,"duration":0}},{"uid":"ef670c0112309e34","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ef670c0112309e34","status":"passed","time":{"start":1714407046985,"stop":1714407046985,"duration":0}},{"uid":"86d17d7452d780d1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/86d17d7452d780d1","status":"passed","time":{"start":1714404824580,"stop":1714404824580,"duration":0}}]},"9ec9718e321c7818478aa11c667e56cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4eb33926f21a29cd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4eb33926f21a29cd","status":"passed","time":{"start":1714427584804,"stop":1714427584804,"duration":0}}]},"0f1bb21ab9fd611faa129d7c623d8e89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a63d180640e5e6ca","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a63d180640e5e6ca","status":"passed","time":{"start":1714383068449,"stop":1714383068449,"duration":0}}]},"7fd36822e2d3ad8bdffd55ab844a5fa0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4afdfde2078d1325","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4afdfde2078d1325","status":"passed","time":{"start":1714436048760,"stop":1714436048761,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"dfa8149ee8ed789c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dfa8149ee8ed789c","status":"passed","time":{"start":1714454434320,"stop":1714454434321,"duration":1}},{"uid":"c1b2b6df564d86e4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c1b2b6df564d86e4","status":"passed","time":{"start":1714436006535,"stop":1714436006535,"duration":0}},{"uid":"507bb671e3f600aa","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/507bb671e3f600aa","status":"passed","time":{"start":1714435054831,"stop":1714435054832,"duration":1}},{"uid":"e1f3536b00f17467","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e1f3536b00f17467","status":"passed","time":{"start":1714433761058,"stop":1714433761058,"duration":0}},{"uid":"ac01b2e2a907a908","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ac01b2e2a907a908","status":"passed","time":{"start":1714431966430,"stop":1714431966430,"duration":0}},{"uid":"ee024b72320700e9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ee024b72320700e9","status":"passed","time":{"start":1714432193273,"stop":1714432193273,"duration":0}},{"uid":"c9e154a31f4c1967","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c9e154a31f4c1967","status":"passed","time":{"start":1714430948536,"stop":1714430948536,"duration":0}},{"uid":"46d8b62ee2348691","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/46d8b62ee2348691","status":"passed","time":{"start":1714430713524,"stop":1714430713524,"duration":0}},{"uid":"a21dca666ac93243","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a21dca666ac93243","status":"passed","time":{"start":1714429917743,"stop":1714429917744,"duration":1}},{"uid":"725d33b26de2a3a0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/725d33b26de2a3a0","status":"passed","time":{"start":1714429040294,"stop":1714429040294,"duration":0}},{"uid":"7f5fd1db1a72672f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7f5fd1db1a72672f","status":"passed","time":{"start":1714427848682,"stop":1714427848682,"duration":0}},{"uid":"8050bbef99237399","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8050bbef99237399","status":"passed","time":{"start":1714427530064,"stop":1714427530065,"duration":1}},{"uid":"f9e38e5a23e08333","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f9e38e5a23e08333","status":"passed","time":{"start":1714426875136,"stop":1714426875143,"duration":7}},{"uid":"75269d546ba51d67","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/75269d546ba51d67","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511027,"stop":1714426511028,"duration":1}},{"uid":"6931082619b8fdd1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6931082619b8fdd1","status":"passed","time":{"start":1714425369958,"stop":1714425369960,"duration":2}},{"uid":"e2ef63f885a65fa9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e2ef63f885a65fa9","status":"passed","time":{"start":1714415516376,"stop":1714415516376,"duration":0}},{"uid":"2f6af4689cc80e2b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2f6af4689cc80e2b","status":"passed","time":{"start":1714415679029,"stop":1714415679030,"duration":1}},{"uid":"e0a188914b28b5fe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e0a188914b28b5fe","status":"passed","time":{"start":1714407884324,"stop":1714407884324,"duration":0}},{"uid":"80166782c80cc499","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/80166782c80cc499","status":"passed","time":{"start":1714406914313,"stop":1714406914314,"duration":1}},{"uid":"caf6d5252e06b76d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/caf6d5252e06b76d","status":"passed","time":{"start":1714404690109,"stop":1714404690109,"duration":0}}]},"c90cd62611b01fa8087c3c83f055d995:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d180dab825b3b60","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6d180dab825b3b60","status":"passed","time":{"start":1714214481859,"stop":1714214481864,"duration":5}}]},"4ece7799b1435eb2cd80ae282767ddfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50b69b327e47decd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/50b69b327e47decd","status":"passed","time":{"start":1714427833030,"stop":1714427833030,"duration":0}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"c008dfc7cb2ca5f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c008dfc7cb2ca5f","status":"passed","time":{"start":1714454015966,"stop":1714454015966,"duration":0}},{"uid":"b2cea0b2357be51a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b2cea0b2357be51a","status":"passed","time":{"start":1714435573548,"stop":1714435573548,"duration":0}},{"uid":"81ad925083a6e3e4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/81ad925083a6e3e4","status":"passed","time":{"start":1714434644054,"stop":1714434644054,"duration":0}},{"uid":"d9dac951a6f8ce8f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d9dac951a6f8ce8f","status":"passed","time":{"start":1714433338733,"stop":1714433338734,"duration":1}},{"uid":"cf42ee9e8b96c8ea","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cf42ee9e8b96c8ea","status":"passed","time":{"start":1714431536337,"stop":1714431536337,"duration":0}},{"uid":"595ed3e04981b26c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/595ed3e04981b26c","status":"passed","time":{"start":1714431800185,"stop":1714431800185,"duration":0}},{"uid":"d451eda1c8e92c0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d451eda1c8e92c0","status":"passed","time":{"start":1714430523385,"stop":1714430523385,"duration":0}},{"uid":"ba26ec1ca886ff4b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ba26ec1ca886ff4b","status":"passed","time":{"start":1714430313847,"stop":1714430313848,"duration":1}},{"uid":"8f21149a4356aced","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8f21149a4356aced","status":"passed","time":{"start":1714429481391,"stop":1714429481392,"duration":1}},{"uid":"8d4fa1e32c055e6b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8d4fa1e32c055e6b","status":"passed","time":{"start":1714428620102,"stop":1714428620102,"duration":0}},{"uid":"f7ca3e1b7306bc9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f7ca3e1b7306bc9","status":"passed","time":{"start":1714427398601,"stop":1714427398601,"duration":0}},{"uid":"3ec6cfbd22d8dc01","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3ec6cfbd22d8dc01","status":"passed","time":{"start":1714427098530,"stop":1714427098530,"duration":0}},{"uid":"be17166968a5af6a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/be17166968a5af6a","status":"passed","time":{"start":1714426448203,"stop":1714426448204,"duration":1}},{"uid":"7d932877f8b85d04","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7d932877f8b85d04","status":"passed","time":{"start":1714424551046,"stop":1714424551046,"duration":0}},{"uid":"cd07cd95d07224b7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cd07cd95d07224b7","status":"passed","time":{"start":1714424941436,"stop":1714424941436,"duration":0}},{"uid":"f31dd664a3c1fae5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f31dd664a3c1fae5","status":"passed","time":{"start":1714415094247,"stop":1714415094248,"duration":1}},{"uid":"eef3568389e1b745","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eef3568389e1b745","status":"passed","time":{"start":1714415247299,"stop":1714415247300,"duration":1}},{"uid":"39e4117455ae960c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/39e4117455ae960c","status":"passed","time":{"start":1714407454391,"stop":1714407454391,"duration":0}},{"uid":"44ebfcc5389544b3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/44ebfcc5389544b3","status":"passed","time":{"start":1714406481767,"stop":1714406481768,"duration":1}},{"uid":"710d06773e44af42","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/710d06773e44af42","status":"passed","time":{"start":1714404271556,"stop":1714404271556,"duration":0}}]},"997f839af9d5cb07d5ec4d4a654365ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96f31c0153d03905","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/96f31c0153d03905","status":"passed","time":{"start":1714010051226,"stop":1714010051227,"duration":1}}]},"5b8b54836749860db3682836fa6544e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1795dcba9bf09450","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/1795dcba9bf09450","status":"passed","time":{"start":1714383356207,"stop":1714383356208,"duration":1}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"3c18160e58227f1f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3c18160e58227f1f","status":"passed","time":{"start":1714454227465,"stop":1714454227465,"duration":0}},{"uid":"abef140a2070c39b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/abef140a2070c39b","status":"passed","time":{"start":1714435777393,"stop":1714435777393,"duration":0}},{"uid":"958668fd980a50cf","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/958668fd980a50cf","status":"passed","time":{"start":1714434844496,"stop":1714434844496,"duration":0}},{"uid":"510f10b49991f5ef","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/510f10b49991f5ef","status":"passed","time":{"start":1714433535966,"stop":1714433535967,"duration":1}},{"uid":"831ec630cf7a258c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/831ec630cf7a258c","status":"passed","time":{"start":1714431743516,"stop":1714431743516,"duration":0}},{"uid":"b9fc3e230bd606a1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b9fc3e230bd606a1","status":"passed","time":{"start":1714432002429,"stop":1714432002430,"duration":1}},{"uid":"975ab248880a3c39","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/975ab248880a3c39","status":"passed","time":{"start":1714430732675,"stop":1714430732675,"duration":0}},{"uid":"6eb30442cf9dcd49","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6eb30442cf9dcd49","status":"passed","time":{"start":1714430508155,"stop":1714430508155,"duration":0}},{"uid":"6718caf471f6ee01","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6718caf471f6ee01","status":"passed","time":{"start":1714429693097,"stop":1714429693097,"duration":0}},{"uid":"417f4b47bbd2245","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/417f4b47bbd2245","status":"passed","time":{"start":1714428818249,"stop":1714428818252,"duration":3}},{"uid":"da639fa128fac56f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/da639fa128fac56f","status":"passed","time":{"start":1714427601291,"stop":1714427601292,"duration":1}},{"uid":"5b7c8d46e9ccffa2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5b7c8d46e9ccffa2","status":"passed","time":{"start":1714427308818,"stop":1714427308819,"duration":1}},{"uid":"ded2e9d16eded865","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ded2e9d16eded865","status":"passed","time":{"start":1714426655762,"stop":1714426655763,"duration":1}},{"uid":"805e87ed07c30179","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/805e87ed07c30179","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420727,"stop":1714425420728,"duration":1}},{"uid":"e45c757ddd50663","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e45c757ddd50663","status":"passed","time":{"start":1714425137450,"stop":1714425137450,"duration":0}},{"uid":"e53870f2e4e608d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e53870f2e4e608d","status":"passed","time":{"start":1714415306373,"stop":1714415306373,"duration":0}},{"uid":"96ebc147ad842200","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/96ebc147ad842200","status":"passed","time":{"start":1714415441027,"stop":1714415441027,"duration":0}},{"uid":"119a5d612f810251","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/119a5d612f810251","status":"passed","time":{"start":1714407661409,"stop":1714407661409,"duration":0}},{"uid":"c2c17a5388e52204","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c2c17a5388e52204","status":"passed","time":{"start":1714406688864,"stop":1714406688864,"duration":0}},{"uid":"c8233434472a7e32","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c8233434472a7e32","status":"passed","time":{"start":1714404480616,"stop":1714404480617,"duration":1}}]},"6e24eb0a4615a05e969e49db6f5705c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c288eb6de0a868c4","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/c288eb6de0a868c4","status":"passed","time":{"start":1714229013657,"stop":1714229013665,"duration":8}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"d5f734611e14f643","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/d5f734611e14f643","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976749090,"stop":1713976749090,"duration":0}},{"uid":"b52c56f16c1f2767","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/b52c56f16c1f2767","status":"skipped","statusDetails":"Test ignored","time":{"start":1713975927378,"stop":1713975927380,"duration":2}},{"uid":"c24be42033a45464","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/c24be42033a45464","status":"skipped","statusDetails":"Test ignored","time":{"start":1713968926164,"stop":1713968926164,"duration":0}},{"uid":"ca8a15985a79a290","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/ca8a15985a79a290","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943416815,"stop":1713943416816,"duration":1}},{"uid":"1b601ce856f5aa1d","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/1b601ce856f5aa1d","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889233604,"stop":1713889233604,"duration":0}}]},"7c438a03b960c30952e90094a136f274:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a4b2de468c08a38f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a4b2de468c08a38f","status":"passed","time":{"start":1714453925062,"stop":1714453925063,"duration":1}},{"uid":"33d29cb09807fde0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/33d29cb09807fde0","status":"passed","time":{"start":1714435482971,"stop":1714435482971,"duration":0}},{"uid":"61b29d7aa7dcd428","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/61b29d7aa7dcd428","status":"passed","time":{"start":1714434552007,"stop":1714434552007,"duration":0}},{"uid":"88e9cba78e002d40","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/88e9cba78e002d40","status":"passed","time":{"start":1714433247031,"stop":1714433247031,"duration":0}},{"uid":"11bc8f586597824c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/11bc8f586597824c","status":"passed","time":{"start":1714431444752,"stop":1714431444752,"duration":0}},{"uid":"6fdbf133c1450977","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6fdbf133c1450977","status":"passed","time":{"start":1714431708293,"stop":1714431708293,"duration":0}},{"uid":"2d1b703f512986df","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2d1b703f512986df","status":"passed","time":{"start":1714430430725,"stop":1714430430725,"duration":0}},{"uid":"ff9db46a837c0037","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ff9db46a837c0037","status":"passed","time":{"start":1714430223185,"stop":1714430223185,"duration":0}},{"uid":"7f2fb23643ac876d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7f2fb23643ac876d","status":"passed","time":{"start":1714429383882,"stop":1714429383883,"duration":1}},{"uid":"9bca00f066a26b3d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9bca00f066a26b3d","status":"passed","time":{"start":1714428528637,"stop":1714428528637,"duration":0}},{"uid":"cfd28dae4cbcfb47","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cfd28dae4cbcfb47","status":"passed","time":{"start":1714427305988,"stop":1714427305988,"duration":0}},{"uid":"d5f6efa2a769f84a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d5f6efa2a769f84a","status":"passed","time":{"start":1714427007383,"stop":1714427007383,"duration":0}},{"uid":"755ffc818a144acf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/755ffc818a144acf","status":"passed","time":{"start":1714426355972,"stop":1714426355973,"duration":1}},{"uid":"911befef3e2fcfcf","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/911befef3e2fcfcf","status":"passed","time":{"start":1714424458786,"stop":1714424458786,"duration":0}},{"uid":"5273c909c9a5a9eb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5273c909c9a5a9eb","status":"passed","time":{"start":1714424849012,"stop":1714424849012,"duration":0}},{"uid":"2391ccfd6d1ae2e7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2391ccfd6d1ae2e7","status":"passed","time":{"start":1714415001451,"stop":1714415001451,"duration":0}},{"uid":"7d8780e458c3e0a3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7d8780e458c3e0a3","status":"passed","time":{"start":1714415154924,"stop":1714415154924,"duration":0}},{"uid":"2fb0e029406ca804","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2fb0e029406ca804","status":"passed","time":{"start":1714407362049,"stop":1714407362050,"duration":1}},{"uid":"d689bf217d44e02d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d689bf217d44e02d","status":"passed","time":{"start":1714406389343,"stop":1714406389343,"duration":0}},{"uid":"8dfd3015f8f009c3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8dfd3015f8f009c3","status":"passed","time":{"start":1714404179181,"stop":1714404179181,"duration":0}}]},"57f1e7595a00ff9a99e9a4c6df4396b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6aed310298cab5ef","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/6aed310298cab5ef","status":"passed","time":{"start":1714007981673,"stop":1714007981673,"duration":0}}]},"cf3f029d76d9e8805f36a6f0109fd359:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74a610a2c1551019","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/74a610a2c1551019","status":"passed","time":{"start":1713988905024,"stop":1713988905024,"duration":0}}]},"2f022b6a0af23095604c612dff8ad556:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad2c31b86dea0b82","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ad2c31b86dea0b82","status":"passed","time":{"start":1714435054826,"stop":1714435054826,"duration":0}}]},"0abec1c78b794575d12f7751649adc9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2d9a43ac2ef32d2","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f2d9a43ac2ef32d2","status":"passed","time":{"start":1714381730479,"stop":1714381730479,"duration":0}}]},"977cefe0d71a99010cb89cc0292e67ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"416e4754635b79b2","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/416e4754635b79b2","status":"passed","time":{"start":1714380535708,"stop":1714380535708,"duration":0}}]},"d8a34120562b6ff136f4b0db75bbf5d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"609a5bf3df21a117","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/609a5bf3df21a117","status":"passed","time":{"start":1714139910945,"stop":1714139910948,"duration":3}}]},"348390c462884766e8a31fb1eac15cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26b7abf4275e1931","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/26b7abf4275e1931","status":"passed","time":{"start":1714428989451,"stop":1714428989452,"duration":1}}]},"3b3cbabf2832be10236104803a337d13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"797dbac4224d5cd2","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/797dbac4224d5cd2","status":"passed","time":{"start":1714008071085,"stop":1714008071086,"duration":1}}]},"efa225ea00e18481732a39b449b06f08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc81819622f8936b","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/bc81819622f8936b","status":"passed","time":{"start":1713987613070,"stop":1713987613071,"duration":1}}]},"3def7b3526e5d19a307cf35bce5cfd30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd65d75da724ce58","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/cd65d75da724ce58","status":"passed","time":{"start":1714139217228,"stop":1714139217228,"duration":0}}]},"8c029f5063d619cc77d54f9c35cee960:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f9786d5e6d0df1d","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/9f9786d5e6d0df1d","status":"passed","time":{"start":1714139223728,"stop":1714139223728,"duration":0}}]},"7620059af1b27e57e376c6207fc39b87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67d4d23df582f7eb","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/67d4d23df582f7eb","status":"passed","time":{"start":1714404066561,"stop":1714404066562,"duration":1}}]},"d69a50f67976509ca69d5266781fb1d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9286cd08e1a8acf7","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9286cd08e1a8acf7","status":"passed","time":{"start":1714383127007,"stop":1714383127007,"duration":0}}]},"7893586418ac87d0517d7538071fe2f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ea64935ad1de125","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5ea64935ad1de125","status":"passed","time":{"start":1714435983381,"stop":1714435983381,"duration":0}}]},"4c91dc5fa4eeae00a6be420b663e1fc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9eced0e1025e3460","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9eced0e1025e3460","status":"passed","time":{"start":1714404179640,"stop":1714404179640,"duration":0}}]},"76a666693aa94f83637d85f5de5e8f6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78e1dfaf6bcd0f2c","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/78e1dfaf6bcd0f2c","status":"passed","time":{"start":1714010003113,"stop":1714010003113,"duration":0}}]},"284f274fde569da2e8a8af075e49df6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f251281d471807c","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/4f251281d471807c","status":"passed","time":{"start":1714123147369,"stop":1714123147369,"duration":0}}]},"325b39b85d3260a8fdd49d5c3f041f56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"239e604366d5490d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/239e604366d5490d","status":"passed","time":{"start":1714383335678,"stop":1714383335679,"duration":1}}]},"a2f6660ad86c7f9f2af575b5c1dec2da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"202c0431542af1ad","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/202c0431542af1ad","status":"passed","time":{"start":1714383335677,"stop":1714383335678,"duration":1}}]},"a163ce2b4477b68594640d9fcc639916:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad6bbf1c850792d7","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/ad6bbf1c850792d7","status":"passed","time":{"start":1713977433090,"stop":1713977433091,"duration":1}}]},"4076831c4762f6e66b8a8774193a5e64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc19bb8f67ea9066","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/bc19bb8f67ea9066","status":"passed","time":{"start":1714383127011,"stop":1714383127011,"duration":0}}]},"aa68f482e392dc5c3d61e9ef073ff8eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"e85475a0219a97e9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e85475a0219a97e9","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649857,"stop":1714382649860,"duration":3}}]},"19c1142f172fb5956792e25069441358:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec368caf87cdc262","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/ec368caf87cdc262","status":"passed","time":{"start":1714123147369,"stop":1714123147370,"duration":1}}]},"6d928579df9251d4d28e5aa113c46b12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb51169e8582556f","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/cb51169e8582556f","status":"passed","time":{"start":1714142067867,"stop":1714142067867,"duration":0}}]},"3f261fa11e4ba4c6b540bf90737b5b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2c80a4f4c16769d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f2c80a4f4c16769d","status":"passed","time":{"start":1714144815000,"stop":1714144815001,"duration":1}}]},"3b29d0e2d781b984f59b2539191ebe31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d40228a4150cddb2","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/d40228a4150cddb2","status":"passed","time":{"start":1713969158741,"stop":1713969158742,"duration":1}}]},"f82c428faabc1fef9564006274b6cddc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7db1d18c07b06ce6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7db1d18c07b06ce6","status":"passed","time":{"start":1714430713516,"stop":1714430713516,"duration":0}}]},"99c9e53dae2cc8284b36171bc29e6ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6ad7e5442f606a6","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/b6ad7e5442f606a6","status":"passed","time":{"start":1714169433161,"stop":1714169433162,"duration":1}}]},"92edf15ad8422cafa6360d0c726e7bfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3aad68fec1c594","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f3aad68fec1c594","status":"passed","time":{"start":1714406901765,"stop":1714406901765,"duration":0}}]},"e3eb93d89c6f44d02c46ddbfa3182a6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97f23a319ff7649a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/97f23a319ff7649a","status":"passed","time":{"start":1714432293603,"stop":1714432293604,"duration":1}}]},"4e7d177d6596f2400f8221bff9d0eefe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38114016a4e1ce25","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/38114016a4e1ce25","status":"passed","time":{"start":1714297212222,"stop":1714297212223,"duration":1}}]},"cf02882b7c11d40a5b0a0ed880d15134:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a853c2f1e9928739","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/a853c2f1e9928739","status":"passed","time":{"start":1714039363092,"stop":1714039363092,"duration":0}}]},"4b8509c8739b830c2b91b917d13e2496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abc26bfd80327366","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/abc26bfd80327366","status":"passed","time":{"start":1714404348900,"stop":1714404348900,"duration":0}}]},"d4b1a6a1a08473c889805852836da633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4aa856e3ee046f2","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/b4aa856e3ee046f2","status":"passed","time":{"start":1714142021598,"stop":1714142021599,"duration":1}}]},"2d82390a962d7196840e5bb552e3bb2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4ae070d20450752","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/a4ae070d20450752","status":"passed","time":{"start":1714139910948,"stop":1714139910948,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"3cf49bb602f87ad8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3cf49bb602f87ad8","status":"passed","time":{"start":1714454576891,"stop":1714454576891,"duration":0}},{"uid":"5945181800dc72e9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5945181800dc72e9","status":"passed","time":{"start":1714436137176,"stop":1714436137176,"duration":0}},{"uid":"c27a09f0025fff6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c27a09f0025fff6","status":"passed","time":{"start":1714435211588,"stop":1714435211589,"duration":1}},{"uid":"7d6373b55db87b6c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7d6373b55db87b6c","status":"passed","time":{"start":1714433886007,"stop":1714433886008,"duration":1}},{"uid":"9001efa4a788a30f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9001efa4a788a30f","status":"passed","time":{"start":1714432097265,"stop":1714432097265,"duration":0}},{"uid":"bc0a8c2aca2aa284","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bc0a8c2aca2aa284","status":"passed","time":{"start":1714432488912,"stop":1714432488913,"duration":1}},{"uid":"75188d08917c768e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/75188d08917c768e","status":"passed","time":{"start":1714431099667,"stop":1714431099667,"duration":0}},{"uid":"87f0a2872b2d32b7","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/87f0a2872b2d32b7","status":"passed","time":{"start":1714431008665,"stop":1714431008665,"duration":0}},{"uid":"ade464d16d37950d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ade464d16d37950d","status":"passed","time":{"start":1714430071924,"stop":1714430071924,"duration":0}},{"uid":"263297484ab8ef85","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/263297484ab8ef85","status":"passed","time":{"start":1714429188205,"stop":1714429188214,"duration":9}},{"uid":"1a4c2602db771c95","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1a4c2602db771c95","status":"passed","time":{"start":1714427963975,"stop":1714427963975,"duration":0}},{"uid":"cd260476055317fc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cd260476055317fc","status":"passed","time":{"start":1714427664127,"stop":1714427664127,"duration":0}},{"uid":"a22f7bf6c1370310","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a22f7bf6c1370310","status":"passed","time":{"start":1714427019010,"stop":1714427019010,"duration":0}},{"uid":"8ed6a0645eca6a30","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8ed6a0645eca6a30","status":"passed","time":{"start":1714425767073,"stop":1714425767073,"duration":0}},{"uid":"336167f6d0a22d55","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/336167f6d0a22d55","status":"passed","time":{"start":1714425507200,"stop":1714425507201,"duration":1}},{"uid":"2eb3076fe20088a8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2eb3076fe20088a8","status":"passed","time":{"start":1714415710422,"stop":1714415710422,"duration":0}},{"uid":"176354e405115a8b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/176354e405115a8b","status":"passed","time":{"start":1714415817193,"stop":1714415817193,"duration":0}},{"uid":"299fceba6f8c69d4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/299fceba6f8c69d4","status":"passed","time":{"start":1714408026140,"stop":1714408026140,"duration":0}},{"uid":"ed534e09969af5e0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ed534e09969af5e0","status":"passed","time":{"start":1714407055327,"stop":1714407055328,"duration":1}},{"uid":"382f3c982ae01cf","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/382f3c982ae01cf","status":"passed","time":{"start":1714404834266,"stop":1714404834266,"duration":0}}]},"9f09b8e6d4849269b59d267b20e91511:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f051a4fa509623b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/5f051a4fa509623b","status":"passed","time":{"start":1714380503466,"stop":1714380503467,"duration":1}}]},"4c1d34575e25f8dca7346313f56997dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e1dd9baa69ca500","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2e1dd9baa69ca500","status":"passed","time":{"start":1714404451750,"stop":1714404451750,"duration":0}}]},"9ecb01e4f04c7f31848481d5a0153b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9088d84c22aa31f","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/c9088d84c22aa31f","status":"passed","time":{"start":1714109303937,"stop":1714109303938,"duration":1}}]},"c38eb24c56d64c656d414be05b487da8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"511564bcade6560e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/511564bcade6560e","status":"passed","time":{"start":1714436006525,"stop":1714436006526,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":86,"passed":0,"unknown":0,"total":86},"items":[{"uid":"54fe9ecbfcd4b200","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/54fe9ecbfcd4b200","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454434313,"stop":1714454434313,"duration":0}},{"uid":"343c45796e49d68a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/343c45796e49d68a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714436006532,"stop":1714436006532,"duration":0}},{"uid":"bab4f4c0ce608d2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bab4f4c0ce608d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435054830,"stop":1714435054830,"duration":0}},{"uid":"897937c666f41580","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/897937c666f41580","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433761056,"stop":1714433761057,"duration":1}},{"uid":"c8d8dea4e5aa3075","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c8d8dea4e5aa3075","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431966428,"stop":1714431966428,"duration":0}},{"uid":"77063272d5f850c2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/77063272d5f850c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432193271,"stop":1714432193271,"duration":0}},{"uid":"134ee9c1c0042e20","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/134ee9c1c0042e20","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430948534,"stop":1714430948534,"duration":0}},{"uid":"dd8d2ad15e12de1b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/dd8d2ad15e12de1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430713521,"stop":1714430713522,"duration":1}},{"uid":"277e6788d24e8dfc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/277e6788d24e8dfc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429917741,"stop":1714429917742,"duration":1}},{"uid":"ce68f5191a407456","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ce68f5191a407456","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429040292,"stop":1714429040293,"duration":1}},{"uid":"b012443036216161","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b012443036216161","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427848680,"stop":1714427848681,"duration":1}},{"uid":"7b72de90d768c3ae","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7b72de90d768c3ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427530062,"stop":1714427530063,"duration":1}},{"uid":"942b7d0b80072fad","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/942b7d0b80072fad","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426875134,"stop":1714426875135,"duration":1}},{"uid":"90e036b68cfd692b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/90e036b68cfd692b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426511023,"stop":1714426511023,"duration":0}},{"uid":"40a8389ef1fda3d1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/40a8389ef1fda3d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425369956,"stop":1714425369957,"duration":1}},{"uid":"398ae98a6f9031cf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/398ae98a6f9031cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415516373,"stop":1714415516374,"duration":1}},{"uid":"de0cbc26f1a0a078","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/de0cbc26f1a0a078","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415679028,"stop":1714415679028,"duration":0}},{"uid":"9b10352f920d141e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b10352f920d141e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407884323,"stop":1714407884323,"duration":0}},{"uid":"b647ff1d64f798a4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b647ff1d64f798a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406914283,"stop":1714406914309,"duration":26}},{"uid":"a88af092fd98bddc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a88af092fd98bddc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404690107,"stop":1714404690108,"duration":1}}]},"f9d342988e894d73b6e097d7cd0ad7ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ac3fb410d92a997","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4ac3fb410d92a997","status":"passed","time":{"start":1714454507912,"stop":1714454507912,"duration":0}}]},"b1766519c624f31d816805181c390731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"616f2baffede08b2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/616f2baffede08b2","status":"passed","time":{"start":1714426927573,"stop":1714426927574,"duration":1}}]},"d3d776796e496d94006bd3a73089e8ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9edaa9c06858076","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/f9edaa9c06858076","status":"passed","time":{"start":1714109257054,"stop":1714109257055,"duration":1}}]},"820e20c3d31771fe6ce43e59531ec1e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e77617a3adce2f7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e77617a3adce2f7","status":"passed","time":{"start":1714432020149,"stop":1714432020149,"duration":0}}]},"dfaed0264a9d50a5375dd0911d17b001:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6ebb0adc6fd4910","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b6ebb0adc6fd4910","status":"passed","time":{"start":1714426927572,"stop":1714426927572,"duration":0}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"3e90d963d77c5295","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3e90d963d77c5295","status":"passed","time":{"start":1714454140446,"stop":1714454140447,"duration":1}},{"uid":"59f332b0c6287d32","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/59f332b0c6287d32","status":"passed","time":{"start":1714435687899,"stop":1714435687900,"duration":1}},{"uid":"f672be5e8275b55a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f672be5e8275b55a","status":"passed","time":{"start":1714434773458,"stop":1714434773459,"duration":1}},{"uid":"e3e382464747a01b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e3e382464747a01b","status":"passed","time":{"start":1714433450972,"stop":1714433450972,"duration":0}},{"uid":"b34ead8ecb1905de","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b34ead8ecb1905de","status":"passed","time":{"start":1714431653501,"stop":1714431653501,"duration":0}},{"uid":"65874c016d35d5ad","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/65874c016d35d5ad","status":"broken","statusDetails":"expected [] to have a length of 5 but got +0","time":{"start":1714431989819,"stop":1714431989819,"duration":0}},{"uid":"915171e31116b0ee","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/915171e31116b0ee","status":"passed","time":{"start":1714430659402,"stop":1714430659402,"duration":0}},{"uid":"621b4c29180f79f6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/621b4c29180f79f6","status":"broken","statusDetails":"expected [] to have a length of 5 but got +0","time":{"start":1714430522140,"stop":1714430522140,"duration":0}},{"uid":"69d70dcb3188ce18","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/69d70dcb3188ce18","status":"passed","time":{"start":1714429610407,"stop":1714429610408,"duration":1}},{"uid":"1db9d5c3d1d68c61","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1db9d5c3d1d68c61","status":"passed","time":{"start":1714428741359,"stop":1714428741359,"duration":0}},{"uid":"f0e341e227205bb1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f0e341e227205bb1","status":"passed","time":{"start":1714427513577,"stop":1714427513578,"duration":1}},{"uid":"54f161f453ecfcf1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/54f161f453ecfcf1","status":"passed","time":{"start":1714427219351,"stop":1714427219351,"duration":0}},{"uid":"1c30e37ae6ef497d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1c30e37ae6ef497d","status":"passed","time":{"start":1714426573083,"stop":1714426573084,"duration":1}},{"uid":"858763cca2478ce","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/858763cca2478ce","status":"passed","time":{"start":1714424914273,"stop":1714424914274,"duration":1}},{"uid":"93114b00ef1896d1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/93114b00ef1896d1","status":"passed","time":{"start":1714425071913,"stop":1714425071914,"duration":1}},{"uid":"c1bbd20b7993c369","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c1bbd20b7993c369","status":"passed","time":{"start":1714415233314,"stop":1714415233315,"duration":1}},{"uid":"32e7fd14157a8cf5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/32e7fd14157a8cf5","status":"passed","time":{"start":1714415382705,"stop":1714415382706,"duration":1}},{"uid":"5b2b4a9560e30bd8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5b2b4a9560e30bd8","status":"passed","time":{"start":1714407575692,"stop":1714407575692,"duration":0}},{"uid":"9b642bdf330da7ef","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9b642bdf330da7ef","status":"passed","time":{"start":1714406625162,"stop":1714406625162,"duration":0}},{"uid":"236a843005bce2a6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/236a843005bce2a6","status":"passed","time":{"start":1714404386198,"stop":1714404386198,"duration":0}}]},"145048082bd559f37e4f55afa8d98159:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b5fdcbc4d3f9069","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/2b5fdcbc4d3f9069","status":"passed","time":{"start":1714010003112,"stop":1714010003113,"duration":1}}]},"4b0059a990f77f964563af957f6fd865:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a86360f33f17d04d","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/a86360f33f17d04d","status":"passed","time":{"start":1713969158742,"stop":1713969158742,"duration":0}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"a423b9ceba6af956","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a423b9ceba6af956","status":"passed","time":{"start":1714454561530,"stop":1714454561531,"duration":1}},{"uid":"e38532d85940401","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e38532d85940401","status":"passed","time":{"start":1714436109837,"stop":1714436109838,"duration":1}},{"uid":"494024228f1bf408","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/494024228f1bf408","status":"passed","time":{"start":1714435189023,"stop":1714435189024,"duration":1}},{"uid":"bd7807e2619bdf1a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bd7807e2619bdf1a","status":"passed","time":{"start":1714433869896,"stop":1714433869896,"duration":0}},{"uid":"4436cf83cbfc23c9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4436cf83cbfc23c9","status":"passed","time":{"start":1714432075631,"stop":1714432075632,"duration":1}},{"uid":"e6b907d09507449","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e6b907d09507449","status":"passed","time":{"start":1714432375914,"stop":1714432375915,"duration":1}},{"uid":"cbdaa128fc236b1e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cbdaa128fc236b1e","status":"passed","time":{"start":1714431067884,"stop":1714431067884,"duration":0}},{"uid":"24b287773f13f1f3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/24b287773f13f1f3","status":"passed","time":{"start":1714430892404,"stop":1714430892404,"duration":0}},{"uid":"fbe7c49d090fbe57","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fbe7c49d090fbe57","status":"passed","time":{"start":1714430043389,"stop":1714430043390,"duration":1}},{"uid":"4370a29c1ce4ac95","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4370a29c1ce4ac95","status":"passed","time":{"start":1714429162570,"stop":1714429162570,"duration":0}},{"uid":"1993d45913cd9360","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1993d45913cd9360","status":"passed","time":{"start":1714427942601,"stop":1714427942602,"duration":1}},{"uid":"b846bd92ba8d13e4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b846bd92ba8d13e4","status":"passed","time":{"start":1714427647963,"stop":1714427647963,"duration":0}},{"uid":"9fc6ff22ef9a4776","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9fc6ff22ef9a4776","status":"passed","time":{"start":1714426999745,"stop":1714426999745,"duration":0}},{"uid":"3900843d5966e766","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3900843d5966e766","status":"passed","time":{"start":1714425725387,"stop":1714425725387,"duration":0}},{"uid":"73dc9aea1bba06ba","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/73dc9aea1bba06ba","status":"passed","time":{"start":1714425481553,"stop":1714425481553,"duration":0}},{"uid":"43c20080010dd857","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/43c20080010dd857","status":"passed","time":{"start":1714415686078,"stop":1714415686079,"duration":1}},{"uid":"fbd7d2dd844ddfa5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fbd7d2dd844ddfa5","status":"passed","time":{"start":1714415795612,"stop":1714415795612,"duration":0}},{"uid":"146dd48501540ea9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/146dd48501540ea9","status":"passed","time":{"start":1714407995021,"stop":1714407995021,"duration":0}},{"uid":"a53d035ac68b8eee","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a53d035ac68b8eee","status":"passed","time":{"start":1714407036729,"stop":1714407036730,"duration":1}},{"uid":"fa69187d5913ace8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fa69187d5913ace8","status":"passed","time":{"start":1714404808159,"stop":1714404808159,"duration":0}}]},"97791f14f270d5a2cdf0f1d384dfbb76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b0b4dcada3492d9","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/9b0b4dcada3492d9","status":"passed","time":{"start":1714169088043,"stop":1714169088043,"duration":0}}]},"feb8b52e024f850b06ed4d981c99bea9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"362099846c1cd101","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/362099846c1cd101","status":"passed","time":{"start":1714383127010,"stop":1714383127011,"duration":1}}]},"a9d56f7da7e88a83a24c42060e3dc894:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2371e9b2fd42880e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2371e9b2fd42880e","status":"passed","time":{"start":1714415516383,"stop":1714415516383,"duration":0}}]},"ffc4d3b7f98cefad49e94bfdab7a9619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6853f559fe92b3fc","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/6853f559fe92b3fc","status":"passed","time":{"start":1714384689788,"stop":1714384689790,"duration":2}}]},"6cab251730dfeaf10059a5fcd3f3ce74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d37447a0ec103ad","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d37447a0ec103ad","status":"passed","time":{"start":1714380049537,"stop":1714380049537,"duration":0}}]},"33a428f13e5a290341081f17ac8acb34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3733033ec6b5bb7","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/d3733033ec6b5bb7","status":"passed","time":{"start":1714144694766,"stop":1714144694766,"duration":0}}]},"0783d0b6e4484d6e59e948889b3dc04b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67cdb285c418e817","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/67cdb285c418e817","status":"passed","time":{"start":1714140518315,"stop":1714140518319,"duration":4}}]},"9732a11cf3ad4a8fae653c7eb9cf68cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"317d02322bce7464","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/317d02322bce7464","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713998725096,"stop":1713998725097,"duration":1}}]},"5425d409d4f604a0e95e24fabd6d6c02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a37a986d11a5afa4","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a37a986d11a5afa4","status":"passed","time":{"start":1714383229454,"stop":1714383229455,"duration":1}}]},"59efbc8574ca4ebfc054659d16f7150b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4ba1c63c86d6e98","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/c4ba1c63c86d6e98","status":"passed","time":{"start":1714046060137,"stop":1714046060137,"duration":0}}]},"3374c17ce80c6df9a9bdd381f480b2a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d467bd619cf8f3c","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/2d467bd619cf8f3c","status":"passed","time":{"start":1714045821387,"stop":1714045821387,"duration":0}}]},"67b608711ff512d86350eeec2019657f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f82ca625e02b261","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2f82ca625e02b261","status":"passed","time":{"start":1714433815802,"stop":1714433815802,"duration":0}}]},"e8c39aab2a22ada70d24d35fe77fd852:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"360e648e4cb7938b","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/360e648e4cb7938b","status":"passed","time":{"start":1714169466227,"stop":1714169466228,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"2121bc3d4dac1fda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2121bc3d4dac1fda","status":"passed","time":{"start":1714454563520,"stop":1714454563520,"duration":0}},{"uid":"86bf028691bdcb32","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/86bf028691bdcb32","status":"passed","time":{"start":1714436124263,"stop":1714436124263,"duration":0}},{"uid":"82e08efe9c076fef","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/82e08efe9c076fef","status":"passed","time":{"start":1714435198944,"stop":1714435198945,"duration":1}},{"uid":"7ae4a5e361db6789","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7ae4a5e361db6789","status":"passed","time":{"start":1714433881553,"stop":1714433881553,"duration":0}},{"uid":"651661103b09b34c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/651661103b09b34c","status":"passed","time":{"start":1714432089944,"stop":1714432089944,"duration":0}},{"uid":"155c3171d721c6de","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/155c3171d721c6de","status":"passed","time":{"start":1714432390560,"stop":1714432390560,"duration":0}},{"uid":"fba8ac26896fde21","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fba8ac26896fde21","status":"passed","time":{"start":1714431087770,"stop":1714431087770,"duration":0}},{"uid":"d83461bb9c479dc9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d83461bb9c479dc9","status":"passed","time":{"start":1714430905438,"stop":1714430905439,"duration":1}},{"uid":"40b8f99db284d872","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/40b8f99db284d872","status":"passed","time":{"start":1714430058437,"stop":1714430058437,"duration":0}},{"uid":"180ded24d28db45f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/180ded24d28db45f","status":"passed","time":{"start":1714429175957,"stop":1714429175957,"duration":0}},{"uid":"a9444b93c7e7e779","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a9444b93c7e7e779","status":"passed","time":{"start":1714427951729,"stop":1714427951730,"duration":1}},{"uid":"b0b5b0381a53f0aa","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b0b5b0381a53f0aa","status":"passed","time":{"start":1714427658860,"stop":1714427658860,"duration":0}},{"uid":"c9346557a08c508c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c9346557a08c508c","status":"passed","time":{"start":1714427006279,"stop":1714427006280,"duration":1}},{"uid":"40cc727ae6a3da16","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/40cc727ae6a3da16","status":"passed","time":{"start":1714425734133,"stop":1714425734133,"duration":0}},{"uid":"9478ed9dd7289ec5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9478ed9dd7289ec5","status":"passed","time":{"start":1714425508072,"stop":1714425508072,"duration":0}},{"uid":"982a1de5549ef70c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/982a1de5549ef70c","status":"passed","time":{"start":1714415698748,"stop":1714415698749,"duration":1}},{"uid":"6c5c03a3f573747b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6c5c03a3f573747b","status":"passed","time":{"start":1714415803330,"stop":1714415803330,"duration":0}},{"uid":"e35f1e32b00d6c0b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e35f1e32b00d6c0b","status":"passed","time":{"start":1714408015507,"stop":1714408015507,"duration":0}},{"uid":"9b4b72e07a82960f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9b4b72e07a82960f","status":"passed","time":{"start":1714407046988,"stop":1714407046988,"duration":0}},{"uid":"32344abf40abfb40","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/32344abf40abfb40","status":"passed","time":{"start":1714404824583,"stop":1714404824584,"duration":1}}]},"0ef7e981ad782f135be473e70f3b9b1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b4376685e123b7d","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/1b4376685e123b7d","status":"passed","time":{"start":1714177969712,"stop":1714177969712,"duration":0}}]},"44177168b665e1c60acee032613a32c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50b61f4faeb87f81","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/50b61f4faeb87f81","status":"passed","time":{"start":1714430988314,"stop":1714430988314,"duration":0}}]},"9f92667dedf0f74b5305b1f7173a834e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb9a4cba9cd53490","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/cb9a4cba9cd53490","status":"passed","time":{"start":1714139755294,"stop":1714139755295,"duration":1}}]},"26c9d114790305cf9cfd3f3bc0dcf4e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"569b52b02d055978","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/569b52b02d055978","status":"passed","time":{"start":1714385084333,"stop":1714385084333,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":5,"passed":78,"unknown":0,"total":86},"items":[{"uid":"9e0f356892cfb93a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9e0f356892cfb93a","status":"passed","time":{"start":1714454048336,"stop":1714454048336,"duration":0}},{"uid":"33779dc020ebaca8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/33779dc020ebaca8","status":"passed","time":{"start":1714435606850,"stop":1714435606850,"duration":0}},{"uid":"3e6f4818ff36c568","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3e6f4818ff36c568","status":"passed","time":{"start":1714434675157,"stop":1714434675158,"duration":1}},{"uid":"aa5326caa5d7acf5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/aa5326caa5d7acf5","status":"passed","time":{"start":1714433371586,"stop":1714433371586,"duration":0}},{"uid":"c403a06a18226af","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c403a06a18226af","status":"passed","time":{"start":1714431572729,"stop":1714431572730,"duration":1}},{"uid":"cc9e1a8400f8e5ed","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cc9e1a8400f8e5ed","status":"passed","time":{"start":1714431830835,"stop":1714431830835,"duration":0}},{"uid":"40004a5c5d4c1cd4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/40004a5c5d4c1cd4","status":"passed","time":{"start":1714430561835,"stop":1714430561835,"duration":0}},{"uid":"ef5d6eb806b252e6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ef5d6eb806b252e6","status":"passed","time":{"start":1714430339333,"stop":1714430339334,"duration":1}},{"uid":"b9833e6f5c0acc11","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b9833e6f5c0acc11","status":"passed","time":{"start":1714429522161,"stop":1714429522161,"duration":0}},{"uid":"c93700047c9a4dc6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c93700047c9a4dc6","status":"passed","time":{"start":1714428655954,"stop":1714428655954,"duration":0}},{"uid":"7a3572bd294f7770","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7a3572bd294f7770","status":"passed","time":{"start":1714427434617,"stop":1714427434618,"duration":1}},{"uid":"669bf28c6f06fe0f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/669bf28c6f06fe0f","status":"passed","time":{"start":1714427135389,"stop":1714427135389,"duration":0}},{"uid":"6f9ab4f3c52e4614","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6f9ab4f3c52e4614","status":"passed","time":{"start":1714426488666,"stop":1714426488666,"duration":0}},{"uid":"c3f04723548248bf","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c3f04723548248bf","status":"broken","statusDetails":"window is not defined","time":{"start":1714424744120,"stop":1714424744121,"duration":1}},{"uid":"3f9d7b6e65e9c77c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3f9d7b6e65e9c77c","status":"passed","time":{"start":1714424974896,"stop":1714424974896,"duration":0}},{"uid":"f444f1200f1b7c73","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f444f1200f1b7c73","status":"passed","time":{"start":1714415124867,"stop":1714415124868,"duration":1}},{"uid":"8dae5ef05f96a4b7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8dae5ef05f96a4b7","status":"passed","time":{"start":1714415287312,"stop":1714415287312,"duration":0}},{"uid":"4c7b641f5027d8ce","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4c7b641f5027d8ce","status":"passed","time":{"start":1714407489067,"stop":1714407489068,"duration":1}},{"uid":"6875584f0e763dc8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6875584f0e763dc8","status":"passed","time":{"start":1714406515689,"stop":1714406515690,"duration":1}},{"uid":"d84d2a7a63122b66","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d84d2a7a63122b66","status":"passed","time":{"start":1714404308199,"stop":1714404308199,"duration":0}}]},"8c0e788fad52455140f60a420e0436d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb630c53945f4a33","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/bb630c53945f4a33","status":"passed","time":{"start":1714386693832,"stop":1714386693832,"duration":0}}]},"f214c3eeb18934c34b8aba11446f85c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b1edd45acaf9a2ff","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/b1edd45acaf9a2ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579286,"stop":1713943579286,"duration":0}}]},"d7adb81c19c940816ba3ce2b1792406b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9ec3f1b8337108c","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/c9ec3f1b8337108c","status":"passed","time":{"start":1713977498200,"stop":1713977498200,"duration":0}}]},"f570c50f7e83b87dbef4a39e34dc6af0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7d5c61233f107df","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/d7d5c61233f107df","status":"passed","time":{"start":1714046099944,"stop":1714046099945,"duration":1}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"2a0c8c9aa73d902d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2a0c8c9aa73d902d","status":"passed","time":{"start":1714454133785,"stop":1714454133785,"duration":0}},{"uid":"369b31e1295f9d51","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/369b31e1295f9d51","status":"passed","time":{"start":1714435697070,"stop":1714435697071,"duration":1}},{"uid":"8f2715ed87df8a6d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8f2715ed87df8a6d","status":"passed","time":{"start":1714434777713,"stop":1714434777714,"duration":1}},{"uid":"5b75c050f791ebd3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5b75c050f791ebd3","status":"passed","time":{"start":1714433468599,"stop":1714433468601,"duration":2}},{"uid":"b33d49e4d5437351","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b33d49e4d5437351","status":"passed","time":{"start":1714431659901,"stop":1714431659902,"duration":1}},{"uid":"fdb7b4010b62c1c8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fdb7b4010b62c1c8","status":"passed","time":{"start":1714431917009,"stop":1714431917010,"duration":1}},{"uid":"33fca5d0125a99a9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/33fca5d0125a99a9","status":"passed","time":{"start":1714430652889,"stop":1714430652890,"duration":1}},{"uid":"7bc7cbad0727e99b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7bc7cbad0727e99b","status":"passed","time":{"start":1714430439956,"stop":1714430439956,"duration":0}},{"uid":"2e11210a89aaea36","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2e11210a89aaea36","status":"passed","time":{"start":1714429618793,"stop":1714429618794,"duration":1}},{"uid":"89faf9448901dbaf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/89faf9448901dbaf","status":"passed","time":{"start":1714428758243,"stop":1714428758243,"duration":0}},{"uid":"aca8879d483ca030","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aca8879d483ca030","status":"passed","time":{"start":1714427532045,"stop":1714427532045,"duration":0}},{"uid":"7a5e39c50e049c16","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7a5e39c50e049c16","status":"passed","time":{"start":1714427233661,"stop":1714427233661,"duration":0}},{"uid":"5f725f3916899dcb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5f725f3916899dcb","status":"passed","time":{"start":1714426576837,"stop":1714426576837,"duration":0}},{"uid":"38075f2fad7e8549","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/38075f2fad7e8549","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311947,"stop":1714425311948,"duration":1}},{"uid":"6cbeaa05d12d62fc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6cbeaa05d12d62fc","status":"passed","time":{"start":1714425068155,"stop":1714425068155,"duration":0}},{"uid":"bfd1ed0c38bf1dfa","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bfd1ed0c38bf1dfa","status":"passed","time":{"start":1714415236756,"stop":1714415236757,"duration":1}},{"uid":"eb9eb48213bc364c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eb9eb48213bc364c","status":"passed","time":{"start":1714415370295,"stop":1714415370296,"duration":1}},{"uid":"5f00ecd09379571a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5f00ecd09379571a","status":"passed","time":{"start":1714407592733,"stop":1714407592734,"duration":1}},{"uid":"c67c578ef640357d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c67c578ef640357d","status":"passed","time":{"start":1714406603029,"stop":1714406603030,"duration":1}},{"uid":"f27c89c520224622","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f27c89c520224622","status":"passed","time":{"start":1714404403104,"stop":1714404403105,"duration":1}}]},"3f154c6d428d1f538514e743d3967a51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb0ace6b98ccd3e5","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/fb0ace6b98ccd3e5","status":"passed","time":{"start":1714169380024,"stop":1714169380024,"duration":0}}]},"e1dc17386271f2ad1d5e032836b11d43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2456ba1d4e396d44","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/2456ba1d4e396d44","status":"passed","time":{"start":1714129484984,"stop":1714129484984,"duration":0}}]},"2ba388fc26c0f4e6fe3b527e2ac453d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7d7975fc350d1a50","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/7d7975fc350d1a50","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413533,"stop":1713889413533,"duration":0}}]},"b0ac7f0c7fa65dab31ea05d90007be6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b578c5c44136d08","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7b578c5c44136d08","status":"passed","time":{"start":1714430813955,"stop":1714430813956,"duration":1}}]},"1d62fc09566ce891b9e410257c1cd2b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"82718fc166de1ebc","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/82718fc166de1ebc","status":"passed","time":{"start":1714109329742,"stop":1714109329742,"duration":0}}]},"815712de383d6575d883202aab12d3e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d66355df62003a2f","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/d66355df62003a2f","status":"passed","time":{"start":1714008042030,"stop":1714008042030,"duration":0}}]},"9429bb2ecf7f5071d25d990c104bfc2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78916af2de678e22","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/78916af2de678e22","status":"passed","time":{"start":1714109202449,"stop":1714109202449,"duration":0}}]},"7266d77ff19eb7258dba3cfcf9ede807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8fea3f6704e60d77","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8fea3f6704e60d77","status":"passed","time":{"start":1714453925077,"stop":1714453925078,"duration":1}},{"uid":"8565522152a98abd","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8565522152a98abd","status":"passed","time":{"start":1714435482986,"stop":1714435482986,"duration":0}},{"uid":"8f972b653ac8cd1d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8f972b653ac8cd1d","status":"passed","time":{"start":1714434552023,"stop":1714434552023,"duration":0}},{"uid":"2ad148c46b53b3c1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2ad148c46b53b3c1","status":"passed","time":{"start":1714433247046,"stop":1714433247046,"duration":0}},{"uid":"2bd51ecdad0b92fe","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2bd51ecdad0b92fe","status":"passed","time":{"start":1714431444770,"stop":1714431444770,"duration":0}},{"uid":"3dced4b54116d867","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3dced4b54116d867","status":"passed","time":{"start":1714431708310,"stop":1714431708310,"duration":0}},{"uid":"ee596105fe224a4a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ee596105fe224a4a","status":"passed","time":{"start":1714430430740,"stop":1714430430741,"duration":1}},{"uid":"5801ac03413d516e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5801ac03413d516e","status":"passed","time":{"start":1714430223196,"stop":1714430223196,"duration":0}},{"uid":"8738f7e323501472","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8738f7e323501472","status":"passed","time":{"start":1714429383899,"stop":1714429383899,"duration":0}},{"uid":"6e5bf0a105ddeb46","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6e5bf0a105ddeb46","status":"passed","time":{"start":1714428528652,"stop":1714428528652,"duration":0}},{"uid":"2dbd4a8e916599d0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2dbd4a8e916599d0","status":"passed","time":{"start":1714427306001,"stop":1714427306001,"duration":0}},{"uid":"7c4646192aea9682","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7c4646192aea9682","status":"passed","time":{"start":1714427007394,"stop":1714427007394,"duration":0}},{"uid":"5204bbd575dbb304","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5204bbd575dbb304","status":"passed","time":{"start":1714426355989,"stop":1714426355990,"duration":1}},{"uid":"6027215a2ce9b63f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6027215a2ce9b63f","status":"passed","time":{"start":1714424458803,"stop":1714424458803,"duration":0}},{"uid":"6b1a8ff220e8cb65","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6b1a8ff220e8cb65","status":"passed","time":{"start":1714424849041,"stop":1714424849042,"duration":1}},{"uid":"d757ea965c2e9ea7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d757ea965c2e9ea7","status":"passed","time":{"start":1714415001466,"stop":1714415001466,"duration":0}},{"uid":"9e104ae01c818dbe","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9e104ae01c818dbe","status":"passed","time":{"start":1714415154943,"stop":1714415154943,"duration":0}},{"uid":"c47f8ced5dd3b378","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c47f8ced5dd3b378","status":"passed","time":{"start":1714407362065,"stop":1714407362065,"duration":0}},{"uid":"5948f9ded3192595","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5948f9ded3192595","status":"passed","time":{"start":1714406389358,"stop":1714406389358,"duration":0}},{"uid":"1d203d743d4b728e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1d203d743d4b728e","status":"passed","time":{"start":1714404179198,"stop":1714404179198,"duration":0}}]},"fcf30d2e4a5fbd7f1e601d6a1ec3a924:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80f81a57d703c320","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/80f81a57d703c320","status":"passed","time":{"start":1714427584805,"stop":1714427584805,"duration":0}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"c51cea92de0a8a0f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c51cea92de0a8a0f","status":"passed","time":{"start":1714454365878,"stop":1714454365878,"duration":0}},{"uid":"810df419c5f846e0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/810df419c5f846e0","status":"passed","time":{"start":1714435932817,"stop":1714435932818,"duration":1}},{"uid":"3e4fc4b22110bcfc","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3e4fc4b22110bcfc","status":"passed","time":{"start":1714435006834,"stop":1714435006835,"duration":1}},{"uid":"9c2ea2e12a5362b4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9c2ea2e12a5362b4","status":"passed","time":{"start":1714433693919,"stop":1714433693919,"duration":0}},{"uid":"db7c67c9e5ace08","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/db7c67c9e5ace08","status":"passed","time":{"start":1714431888540,"stop":1714431888540,"duration":0}},{"uid":"65d2fbe0b840e982","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/65d2fbe0b840e982","status":"passed","time":{"start":1714432201973,"stop":1714432201973,"duration":0}},{"uid":"dfe6472e479e1287","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/dfe6472e479e1287","status":"passed","time":{"start":1714430892444,"stop":1714430892446,"duration":2}},{"uid":"b514711ded09f62a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b514711ded09f62a","status":"passed","time":{"start":1714430720926,"stop":1714430720928,"duration":2}},{"uid":"7ea399e9c5fadf1f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7ea399e9c5fadf1f","status":"passed","time":{"start":1714429855249,"stop":1714429855250,"duration":1}},{"uid":"4d094b8049b9f559","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4d094b8049b9f559","status":"passed","time":{"start":1714428989406,"stop":1714428989406,"duration":0}},{"uid":"6b04657d08770f07","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6b04657d08770f07","status":"passed","time":{"start":1714427767170,"stop":1714427767171,"duration":1}},{"uid":"4bf36a9cfc78fc11","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4bf36a9cfc78fc11","status":"passed","time":{"start":1714427460517,"stop":1714427460517,"duration":0}},{"uid":"c2f1229ddfeb183","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c2f1229ddfeb183","status":"passed","time":{"start":1714426812797,"stop":1714426812797,"duration":0}},{"uid":"afe243f9b8208604","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/afe243f9b8208604","status":"passed","time":{"start":1714425528571,"stop":1714425528572,"duration":1}},{"uid":"633fed49d32c1dcf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/633fed49d32c1dcf","status":"passed","time":{"start":1714425301046,"stop":1714425301072,"duration":26}},{"uid":"c0cdb9de70ea6639","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c0cdb9de70ea6639","status":"passed","time":{"start":1714415473245,"stop":1714415473245,"duration":0}},{"uid":"d9d082400b38eac","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d9d082400b38eac","status":"passed","time":{"start":1714415615345,"stop":1714415615345,"duration":0}},{"uid":"8aaaf5dea0a988af","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8aaaf5dea0a988af","status":"passed","time":{"start":1714407816856,"stop":1714407816856,"duration":0}},{"uid":"6ca07f087a9c92c8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6ca07f087a9c92c8","status":"passed","time":{"start":1714406861568,"stop":1714406861569,"duration":1}},{"uid":"1205e59dc7dcaef8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1205e59dc7dcaef8","status":"passed","time":{"start":1714404628268,"stop":1714404628269,"duration":1}}]},"e16a6f26cd04dcb07ff0472f4fd51e7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a3d6f6a48eb7098","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8a3d6f6a48eb7098","status":"passed","time":{"start":1714404734770,"stop":1714404734771,"duration":1}}]},"c52b709f793784d292c313fae2b137a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96f8b56fa3d80e0b","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/96f8b56fa3d80e0b","status":"passed","time":{"start":1714219052511,"stop":1714219052511,"duration":0}}]},"1e5d5142f2122a6b378bfcd2d8b7b1e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f5e06bd3fc6a80f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4f5e06bd3fc6a80f","status":"passed","time":{"start":1714430789849,"stop":1714430789849,"duration":0}}]},"c194fda00afb38e826625794bbc0dcaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"4c7ad41831ceb9fa","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/4c7ad41831ceb9fa","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713989201031,"stop":1713989201031,"duration":0}}]},"d4da1b8e88467c7a7197ce205007c1ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0cb7c992493dc9c","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/a0cb7c992493dc9c","status":"passed","time":{"start":1714296402407,"stop":1714296402407,"duration":0}}]},"78720d1f21e87646a96780e40b0485e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b56924c55f73677","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8b56924c55f73677","status":"passed","time":{"start":1714385084332,"stop":1714385084333,"duration":1}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":80,"unknown":0,"total":88},"items":[{"uid":"a424ce4330773987","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a424ce4330773987","status":"passed","time":{"start":1714454394847,"stop":1714454394848,"duration":1}},{"uid":"405bdde531524749","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/405bdde531524749","status":"passed","time":{"start":1714435959226,"stop":1714435959226,"duration":0}},{"uid":"90e83a770a50d1bc","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/90e83a770a50d1bc","status":"passed","time":{"start":1714435035841,"stop":1714435035841,"duration":0}},{"uid":"3b3f1b6a0d5b2572","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3b3f1b6a0d5b2572","status":"passed","time":{"start":1714433722567,"stop":1714433722567,"duration":0}},{"uid":"ee4c5c16bf7df65c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ee4c5c16bf7df65c","status":"passed","time":{"start":1714431918659,"stop":1714431918659,"duration":0}},{"uid":"3ec37056bd3c54fb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3ec37056bd3c54fb","status":"passed","time":{"start":1714432214906,"stop":1714432214906,"duration":0}},{"uid":"798f458894b47f02","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/798f458894b47f02","status":"passed","time":{"start":1714430921009,"stop":1714430921009,"duration":0}},{"uid":"e918541de04ddd66","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e918541de04ddd66","status":"passed","time":{"start":1714430733525,"stop":1714430733525,"duration":0}},{"uid":"21871556d5b17f84","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/21871556d5b17f84","status":"passed","time":{"start":1714429888883,"stop":1714429888884,"duration":1}},{"uid":"f9cb409b02a9450c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f9cb409b02a9450c","status":"passed","time":{"start":1714429008636,"stop":1714429008636,"duration":0}},{"uid":"756d9b1f2c5434fe","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/756d9b1f2c5434fe","status":"passed","time":{"start":1714427722798,"stop":1714427722798,"duration":0}},{"uid":"a088870986181b39","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a088870986181b39","status":"passed","time":{"start":1714427490650,"stop":1714427490651,"duration":1}},{"uid":"3af979bdef210ca","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3af979bdef210ca","status":"passed","time":{"start":1714426842121,"stop":1714426842121,"duration":0}},{"uid":"21712e287ebe4289","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/21712e287ebe4289","status":"passed","time":{"start":1714425495806,"stop":1714425495807,"duration":1}},{"uid":"6edbfd946a3d6cdf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6edbfd946a3d6cdf","status":"passed","time":{"start":1714425325521,"stop":1714425325521,"duration":0}},{"uid":"32dd5a751f0b6721","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/32dd5a751f0b6721","status":"passed","time":{"start":1714415502496,"stop":1714415502496,"duration":0}},{"uid":"c20afde65e19403a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c20afde65e19403a","status":"passed","time":{"start":1714415644070,"stop":1714415644070,"duration":0}},{"uid":"bdd6cbf67e367d08","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bdd6cbf67e367d08","status":"passed","time":{"start":1714407847577,"stop":1714407847577,"duration":0}},{"uid":"5fb5a8b5b36934bb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5fb5a8b5b36934bb","status":"passed","time":{"start":1714406881772,"stop":1714406881773,"duration":1}},{"uid":"f8b5d54ba4d4101a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f8b5d54ba4d4101a","status":"passed","time":{"start":1714404661149,"stop":1714404661149,"duration":0}}]},"da0a59511730862ac13afa5b7f020f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e63422e996e8d21","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/2e63422e996e8d21","status":"passed","time":{"start":1714046211359,"stop":1714046211360,"duration":1}}]},"3135a011f94422a55c3092bd4ebe35bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bf65cbf9b00b3dc","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8bf65cbf9b00b3dc","status":"passed","time":{"start":1714297355222,"stop":1714297355223,"duration":1}}]},"ab1b262ad1a4cec5154f058a6f42332c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ae33fcc34f3f56","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/9ae33fcc34f3f56","status":"passed","time":{"start":1714010051225,"stop":1714010051225,"duration":0}}]},"ffab27192d50b444d8787242d2ffb758:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9877baafb962cd17","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9877baafb962cd17","status":"passed","time":{"start":1714415679024,"stop":1714415679024,"duration":0}}]},"3b6c897ead58ee612524135af084629c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ede6e2a4b37259e","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/9ede6e2a4b37259e","status":"passed","time":{"start":1714262098528,"stop":1714262098529,"duration":1}}]},"cb0c5cf2f79eb0897729691d6ba68025:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c5945afab7ce4e73","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/c5945afab7ce4e73","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098683,"stop":1713976098683,"duration":0}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"5550cb418fd645f8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5550cb418fd645f8","status":"passed","time":{"start":1714454546217,"stop":1714454546217,"duration":0}},{"uid":"abb719aab0c2d453","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/abb719aab0c2d453","status":"passed","time":{"start":1714436107870,"stop":1714436107871,"duration":1}},{"uid":"7c00174ab9410574","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7c00174ab9410574","status":"passed","time":{"start":1714435180387,"stop":1714435180387,"duration":0}},{"uid":"b641bf28ce22d076","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b641bf28ce22d076","status":"passed","time":{"start":1714433856828,"stop":1714433856828,"duration":0}},{"uid":"9d29d06cb4aae7b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9d29d06cb4aae7b","status":"passed","time":{"start":1714432066478,"stop":1714432066479,"duration":1}},{"uid":"ad0b708185daf0a2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ad0b708185daf0a2","status":"passed","time":{"start":1714432368619,"stop":1714432368619,"duration":0}},{"uid":"760ffd8c2f936bf0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/760ffd8c2f936bf0","status":"passed","time":{"start":1714431066355,"stop":1714431066355,"duration":0}},{"uid":"b7c99a3eeb92f3e5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b7c99a3eeb92f3e5","status":"passed","time":{"start":1714430889556,"stop":1714430889556,"duration":0}},{"uid":"d5f3016792fa4a3d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d5f3016792fa4a3d","status":"passed","time":{"start":1714430039516,"stop":1714430039516,"duration":0}},{"uid":"2c288e94fa7366a4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2c288e94fa7366a4","status":"passed","time":{"start":1714429160451,"stop":1714429160452,"duration":1}},{"uid":"4cbb456fb192772a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4cbb456fb192772a","status":"passed","time":{"start":1714427935081,"stop":1714427935082,"duration":1}},{"uid":"c0535c85882d63dd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c0535c85882d63dd","status":"passed","time":{"start":1714427627183,"stop":1714427627184,"duration":1}},{"uid":"136a84802c233f48","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/136a84802c233f48","status":"passed","time":{"start":1714426986247,"stop":1714426986247,"duration":0}},{"uid":"fd7eedc9f0002a5b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fd7eedc9f0002a5b","status":"passed","time":{"start":1714425711367,"stop":1714425711368,"duration":1}},{"uid":"8e390e56647967f1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8e390e56647967f1","status":"passed","time":{"start":1714425475358,"stop":1714425475359,"duration":1}},{"uid":"920721e5ceb29a56","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/920721e5ceb29a56","status":"passed","time":{"start":1714415675919,"stop":1714415675919,"duration":0}},{"uid":"2628ce397b8050c0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2628ce397b8050c0","status":"passed","time":{"start":1714415782100,"stop":1714415782100,"duration":0}},{"uid":"5da740c65e2bb6ee","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5da740c65e2bb6ee","status":"passed","time":{"start":1714407988883,"stop":1714407988883,"duration":0}},{"uid":"d281d0e4d05d80c7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d281d0e4d05d80c7","status":"passed","time":{"start":1714407021127,"stop":1714407021127,"duration":0}},{"uid":"de10c0ae9f89ae1d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/de10c0ae9f89ae1d","status":"passed","time":{"start":1714404795480,"stop":1714404795480,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2be863e591aa7720","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2be863e591aa7720","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"duration":0}},{"uid":"cd2f00043a60e357","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/cd2f00043a60e357","status":"passed","time":{"start":1714435491293,"stop":1714435491293,"duration":0}},{"uid":"b07a9d9f160201d4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b07a9d9f160201d4","status":"passed","time":{"start":1714434560399,"stop":1714434560400,"duration":1}},{"uid":"a1bfa8a601170436","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a1bfa8a601170436","status":"passed","time":{"start":1714433255380,"stop":1714433255380,"duration":0}},{"uid":"a84b20058c4cdb73","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a84b20058c4cdb73","status":"passed","time":{"start":1714431453275,"stop":1714431453275,"duration":0}},{"uid":"cb57505a764fa72b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cb57505a764fa72b","status":"passed","time":{"start":1714431716855,"stop":1714431716855,"duration":0}},{"uid":"6fbf933c4a8283e7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6fbf933c4a8283e7","status":"passed","time":{"start":1714430439316,"stop":1714430439316,"duration":0}},{"uid":"f1e119290bff306f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f1e119290bff306f","status":"passed","time":{"start":1714430231611,"stop":1714430231612,"duration":1}},{"uid":"69e4e6fe2ad09663","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/69e4e6fe2ad09663","status":"passed","time":{"start":1714429393357,"stop":1714429393357,"duration":0}},{"uid":"df92cfbf987f484","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/df92cfbf987f484","status":"passed","time":{"start":1714428537107,"stop":1714428537107,"duration":0}},{"uid":"d488ed46d4e40f40","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d488ed46d4e40f40","status":"passed","time":{"start":1714427314628,"stop":1714427314628,"duration":0}},{"uid":"dd1507c5ce52f2af","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dd1507c5ce52f2af","status":"passed","time":{"start":1714427015824,"stop":1714427015824,"duration":0}},{"uid":"1d8e9bd8e441b3a5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1d8e9bd8e441b3a5","status":"passed","time":{"start":1714426364742,"stop":1714426364742,"duration":0}},{"uid":"353af9f6fa5d6371","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/353af9f6fa5d6371","status":"passed","time":{"start":1714424467269,"stop":1714424467269,"duration":0}},{"uid":"dcd79d3a91610fbe","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dcd79d3a91610fbe","status":"passed","time":{"start":1714424857621,"stop":1714424857621,"duration":0}},{"uid":"6b5137775a2424c1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6b5137775a2424c1","status":"passed","time":{"start":1714415010229,"stop":1714415010229,"duration":0}},{"uid":"dc1097546998d057","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dc1097546998d057","status":"passed","time":{"start":1714415163527,"stop":1714415163527,"duration":0}},{"uid":"9e7702fcef6e3217","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9e7702fcef6e3217","status":"passed","time":{"start":1714407370714,"stop":1714407370714,"duration":0}},{"uid":"3bcc2a90e169424a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3bcc2a90e169424a","status":"passed","time":{"start":1714406397862,"stop":1714406397862,"duration":0}},{"uid":"4fe62c3ec4241169","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4fe62c3ec4241169","status":"passed","time":{"start":1714404187714,"stop":1714404187714,"duration":0}}]},"892f2fb4d810a2f1773c9e43e3c7ad89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ad7aa203061d2f4","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/1ad7aa203061d2f4","status":"passed","time":{"start":1714140681656,"stop":1714140681656,"duration":0}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":62,"unknown":0,"total":62},"items":[{"uid":"3b7bc096570ba6ac","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b7bc096570ba6ac","status":"passed","time":{"start":1714454024389,"stop":1714454024389,"duration":0}},{"uid":"1a5306c1b4ff7bda","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1a5306c1b4ff7bda","status":"passed","time":{"start":1714435578412,"stop":1714435578412,"duration":0}},{"uid":"bcc9af673bce9e3c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bcc9af673bce9e3c","status":"passed","time":{"start":1714434650403,"stop":1714434650403,"duration":0}},{"uid":"f14be66cb006c62a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f14be66cb006c62a","status":"passed","time":{"start":1714433346774,"stop":1714433346774,"duration":0}},{"uid":"d2e18952d4b3f480","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d2e18952d4b3f480","status":"passed","time":{"start":1714431543672,"stop":1714431543673,"duration":1}},{"uid":"25908258bd292ac8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/25908258bd292ac8","status":"passed","time":{"start":1714431805458,"stop":1714431805458,"duration":0}},{"uid":"5445b12d27325c6a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5445b12d27325c6a","status":"passed","time":{"start":1714430536438,"stop":1714430536440,"duration":2}},{"uid":"2feae65e5d5c1fcd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2feae65e5d5c1fcd","status":"passed","time":{"start":1714430322008,"stop":1714430322009,"duration":1}},{"uid":"a73d63a2d5e6bc42","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a73d63a2d5e6bc42","status":"passed","time":{"start":1714429493073,"stop":1714429493073,"duration":0}},{"uid":"ae99e3b6b7f137de","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ae99e3b6b7f137de","status":"passed","time":{"start":1714428631122,"stop":1714428631122,"duration":0}},{"uid":"e8683cc3920ebe1c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e8683cc3920ebe1c","status":"passed","time":{"start":1714427404960,"stop":1714427404960,"duration":0}},{"uid":"9402be6413e0ccb9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9402be6413e0ccb9","status":"passed","time":{"start":1714427101742,"stop":1714427101743,"duration":1}},{"uid":"d3d4d4223e17a05c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d3d4d4223e17a05c","status":"passed","time":{"start":1714426457656,"stop":1714426457657,"duration":1}},{"uid":"5ddd98d2c512e1bf","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5ddd98d2c512e1bf","status":"passed","time":{"start":1714424558656,"stop":1714424558656,"duration":0}},{"uid":"6e3987df23087d62","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6e3987df23087d62","status":"passed","time":{"start":1714424950492,"stop":1714424950493,"duration":1}},{"uid":"7ef1f6b64eb7e933","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7ef1f6b64eb7e933","status":"passed","time":{"start":1714415104765,"stop":1714415104766,"duration":1}},{"uid":"20245c8c09f4c639","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/20245c8c09f4c639","status":"passed","time":{"start":1714415250734,"stop":1714415250735,"duration":1}},{"uid":"82d00b940227cd8d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/82d00b940227cd8d","status":"passed","time":{"start":1714407463994,"stop":1714407463995,"duration":1}},{"uid":"63ca934edd249fc9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/63ca934edd249fc9","status":"passed","time":{"start":1714406496814,"stop":1714406496815,"duration":1}},{"uid":"1751a5b57fb87bd1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1751a5b57fb87bd1","status":"passed","time":{"start":1714404277940,"stop":1714404277941,"duration":1}}]},"bf7ff3b47b7fde0c2b4014f59cff274b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf34a7dc609f39ce","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/cf34a7dc609f39ce","status":"passed","time":{"start":1713982956491,"stop":1713982956491,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":87,"unknown":0,"total":87},"items":[{"uid":"8c6aea5b08dcc52","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8c6aea5b08dcc52","status":"passed","time":{"start":1714454443271,"stop":1714454443271,"duration":0}},{"uid":"339c94860b39a78f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/339c94860b39a78f","status":"passed","time":{"start":1714435994910,"stop":1714435994911,"duration":1}},{"uid":"4c1769a7f0f11a19","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4c1769a7f0f11a19","status":"passed","time":{"start":1714435067766,"stop":1714435067766,"duration":0}},{"uid":"a41cf48d38b95495","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a41cf48d38b95495","status":"passed","time":{"start":1714433759563,"stop":1714433759563,"duration":0}},{"uid":"f7201f77b70f7212","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f7201f77b70f7212","status":"passed","time":{"start":1714431967957,"stop":1714431967957,"duration":0}},{"uid":"168d7a9f195b5f14","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/168d7a9f195b5f14","status":"passed","time":{"start":1714432288777,"stop":1714432288777,"duration":0}},{"uid":"2c68c2a94c581784","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2c68c2a94c581784","status":"passed","time":{"start":1714430967042,"stop":1714430967043,"duration":1}},{"uid":"3b62adf5b1b46c7f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3b62adf5b1b46c7f","status":"passed","time":{"start":1714430807861,"stop":1714430807861,"duration":0}},{"uid":"8c4eddda09550b96","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8c4eddda09550b96","status":"passed","time":{"start":1714429922997,"stop":1714429922997,"duration":0}},{"uid":"862125d3923e693f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/862125d3923e693f","status":"passed","time":{"start":1714429045143,"stop":1714429045144,"duration":1}},{"uid":"e1ae3a8151860b19","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e1ae3a8151860b19","status":"passed","time":{"start":1714427692080,"stop":1714427692080,"duration":0}},{"uid":"dee6a7becd67acb3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dee6a7becd67acb3","status":"passed","time":{"start":1714427535674,"stop":1714427535675,"duration":1}},{"uid":"1a1424c228d1c316","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1a1424c228d1c316","status":"passed","time":{"start":1714426889317,"stop":1714426889322,"duration":5}},{"uid":"132314fcb3cb7521","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/132314fcb3cb7521","status":"passed","time":{"start":1714425610632,"stop":1714425610632,"duration":0}},{"uid":"132bcd7807706b55","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/132bcd7807706b55","status":"passed","time":{"start":1714425363887,"stop":1714425363887,"duration":0}},{"uid":"7c0ebd948a228d84","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7c0ebd948a228d84","status":"passed","time":{"start":1714415544819,"stop":1714415544820,"duration":1}},{"uid":"29f6ffaf38ea0935","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/29f6ffaf38ea0935","status":"passed","time":{"start":1714415689073,"stop":1714415689073,"duration":0}},{"uid":"fc993c5a0fe6283c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fc993c5a0fe6283c","status":"passed","time":{"start":1714407902538,"stop":1714407902539,"duration":1}},{"uid":"cff1683cfd42ce3f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cff1683cfd42ce3f","status":"passed","time":{"start":1714406920266,"stop":1714406920267,"duration":1}},{"uid":"a0846eb3d98354e1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a0846eb3d98354e1","status":"passed","time":{"start":1714404713589,"stop":1714404713589,"duration":0}}]},"3ba6952ed0c8954de1bc649586089318:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"928bbdafc8a5b2a6","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/928bbdafc8a5b2a6","status":"passed","time":{"start":1713977340626,"stop":1713977340627,"duration":1}}]},"bf59798645cd8cc2cfaf726329cb1e6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce70afe6b3965103","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/ce70afe6b3965103","status":"passed","time":{"start":1714169466227,"stop":1714169466227,"duration":0}}]},"c97ea39cefd22774a634e2139ee08bae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c690c10011eb8402","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/c690c10011eb8402","status":"passed","time":{"start":1714140507753,"stop":1714140507753,"duration":0}}]},"141b1ca5ee8a5125228d0bb8ad1b8e02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dc10160e9742fd9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6dc10160e9742fd9","status":"passed","time":{"start":1714435115852,"stop":1714435115852,"duration":0}}]},"97ce5e84a87986cf105b53674ffa1751:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"489ddd328fdd5de2","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/489ddd328fdd5de2","status":"passed","time":{"start":1714178024104,"stop":1714178024104,"duration":0}}]},"f0c4afc3fc3b8a716219e6403d7c2417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3d04d8d85b0ef30","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/d3d04d8d85b0ef30","status":"passed","time":{"start":1714169433158,"stop":1714169433158,"duration":0}}]},"e266d6ba355c5b32bfb272c83dffd625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":24,"skipped":0,"passed":64,"unknown":0,"total":88},"items":[{"uid":"b94cae4d742a1da9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b94cae4d742a1da9","status":"passed","time":{"start":1714453925074,"stop":1714453925074,"duration":0}},{"uid":"143fcf3b3e2818be","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/143fcf3b3e2818be","status":"passed","time":{"start":1714435482983,"stop":1714435482983,"duration":0}},{"uid":"5cacfb601ea0708c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5cacfb601ea0708c","status":"passed","time":{"start":1714434552019,"stop":1714434552020,"duration":1}},{"uid":"8bafba1d034e8748","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8bafba1d034e8748","status":"passed","time":{"start":1714433247043,"stop":1714433247043,"duration":0}},{"uid":"189f2fe46af2fafb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/189f2fe46af2fafb","status":"passed","time":{"start":1714431444767,"stop":1714431444767,"duration":0}},{"uid":"178b4b939dbe21e2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/178b4b939dbe21e2","status":"passed","time":{"start":1714431708306,"stop":1714431708307,"duration":1}},{"uid":"b6393d8a8e488eaa","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b6393d8a8e488eaa","status":"passed","time":{"start":1714430430738,"stop":1714430430738,"duration":0}},{"uid":"a0c13e98e8145b23","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a0c13e98e8145b23","status":"passed","time":{"start":1714430223194,"stop":1714430223194,"duration":0}},{"uid":"b5f9f696509fc364","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b5f9f696509fc364","status":"passed","time":{"start":1714429383896,"stop":1714429383896,"duration":0}},{"uid":"214ff9c791c1f0b9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/214ff9c791c1f0b9","status":"passed","time":{"start":1714428528649,"stop":1714428528649,"duration":0}},{"uid":"981adb1aa47b4916","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/981adb1aa47b4916","status":"passed","time":{"start":1714427305998,"stop":1714427305998,"duration":0}},{"uid":"b6226ffda0e528c6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b6226ffda0e528c6","status":"passed","time":{"start":1714427007392,"stop":1714427007392,"duration":0}},{"uid":"f32509c4a12f5fd","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f32509c4a12f5fd","status":"passed","time":{"start":1714426355986,"stop":1714426355986,"duration":0}},{"uid":"39b9636141b282e6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/39b9636141b282e6","status":"passed","time":{"start":1714424458800,"stop":1714424458800,"duration":0}},{"uid":"538d8c970e045fb0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/538d8c970e045fb0","status":"passed","time":{"start":1714424849032,"stop":1714424849032,"duration":0}},{"uid":"ae40b5f2442270c3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ae40b5f2442270c3","status":"passed","time":{"start":1714415001463,"stop":1714415001463,"duration":0}},{"uid":"f3b9a36fd524fc2b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f3b9a36fd524fc2b","status":"passed","time":{"start":1714415154939,"stop":1714415154940,"duration":1}},{"uid":"7c1d896e68dacbd4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7c1d896e68dacbd4","status":"passed","time":{"start":1714407362062,"stop":1714407362062,"duration":0}},{"uid":"a8644f2c7881212b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a8644f2c7881212b","status":"passed","time":{"start":1714406389355,"stop":1714406389355,"duration":0}},{"uid":"b16d2ba13be316fb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b16d2ba13be316fb","status":"passed","time":{"start":1714404179194,"stop":1714404179195,"duration":1}}]},"c25415ee84b9994942be4344ff2aaa84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35bb330ef6c9190d","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/35bb330ef6c9190d","status":"passed","time":{"start":1714169433160,"stop":1714169433160,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"682e29e2021b61d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/682e29e2021b61d0","status":"passed","time":{"start":1714454532108,"stop":1714454532109,"duration":1}},{"uid":"5f72c43ee200fe21","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5f72c43ee200fe21","status":"passed","time":{"start":1714436094195,"stop":1714436094195,"duration":0}},{"uid":"1a27ee16f1fbdb8b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1a27ee16f1fbdb8b","status":"passed","time":{"start":1714435163806,"stop":1714435163807,"duration":1}},{"uid":"ef5233e716c00113","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ef5233e716c00113","status":"passed","time":{"start":1714433852599,"stop":1714433852600,"duration":1}},{"uid":"9c1a1921e3f4bc44","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9c1a1921e3f4bc44","status":"passed","time":{"start":1714432063844,"stop":1714432063845,"duration":1}},{"uid":"e020418ea1d97bce","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e020418ea1d97bce","status":"passed","time":{"start":1714432359665,"stop":1714432359666,"duration":1}},{"uid":"dfd20bf2b88f5817","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/dfd20bf2b88f5817","status":"passed","time":{"start":1714431050885,"stop":1714431050886,"duration":1}},{"uid":"c45452ae63d12b4c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c45452ae63d12b4c","status":"passed","time":{"start":1714430874566,"stop":1714430874566,"duration":0}},{"uid":"b24306d123da6d6b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b24306d123da6d6b","status":"passed","time":{"start":1714430022710,"stop":1714430022713,"duration":3}},{"uid":"9d55b60659caf57c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9d55b60659caf57c","status":"passed","time":{"start":1714429144647,"stop":1714429144647,"duration":0}},{"uid":"9ab224631b745013","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9ab224631b745013","status":"passed","time":{"start":1714427925997,"stop":1714427925998,"duration":1}},{"uid":"ef36657e893f09ea","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ef36657e893f09ea","status":"passed","time":{"start":1714427629044,"stop":1714427629045,"duration":1}},{"uid":"610d452deacc9fcc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/610d452deacc9fcc","status":"passed","time":{"start":1714426975368,"stop":1714426975369,"duration":1}},{"uid":"76f0c09e042b4c49","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/76f0c09e042b4c49","status":"passed","time":{"start":1714425690217,"stop":1714425690218,"duration":1}},{"uid":"debaa27070839abd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/debaa27070839abd","status":"passed","time":{"start":1714425473186,"stop":1714425473186,"duration":0}},{"uid":"d2aaf15143cf193a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d2aaf15143cf193a","status":"passed","time":{"start":1714415666099,"stop":1714415666099,"duration":0}},{"uid":"79e0465e465712f3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/79e0465e465712f3","status":"passed","time":{"start":1714415773697,"stop":1714415773698,"duration":1}},{"uid":"d2321230c6173bdb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d2321230c6173bdb","status":"passed","time":{"start":1714407989497,"stop":1714407989498,"duration":1}},{"uid":"4ac5b29ae8801e48","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4ac5b29ae8801e48","status":"passed","time":{"start":1714407016607,"stop":1714407016608,"duration":1}},{"uid":"a524c62c29d82692","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a524c62c29d82692","status":"passed","time":{"start":1714404796525,"stop":1714404796526,"duration":1}}]},"e95910398874229c7ad082c65d6ea647:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1d25fdd805a4428","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/b1d25fdd805a4428","status":"passed","time":{"start":1714109313622,"stop":1714109313622,"duration":0}}]},"7ccfdfd772cac06247593c99854081aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4f850747019ddf","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/f4f850747019ddf","status":"passed","time":{"start":1714007939300,"stop":1714007939304,"duration":4}}]},"62f00b99cd6e377bb01eafb42a88fc24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"408c6f0e3ad87b5a","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/408c6f0e3ad87b5a","status":"passed","time":{"start":1714383490729,"stop":1714383490729,"duration":0}}]},"68e0285c1bf1460433a2a4e164f96dee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f906d38d05c71ee4","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/f906d38d05c71ee4","status":"passed","time":{"start":1714380503464,"stop":1714380503464,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"fba972ef52316a29","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fba972ef52316a29","status":"passed","time":{"start":1714454365887,"stop":1714454365887,"duration":0}},{"uid":"8b06171e862b406e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8b06171e862b406e","status":"passed","time":{"start":1714435932828,"stop":1714435932829,"duration":1}},{"uid":"f040cfb2e0d35367","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f040cfb2e0d35367","status":"passed","time":{"start":1714435006851,"stop":1714435006852,"duration":1}},{"uid":"9ef2137530889201","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9ef2137530889201","status":"passed","time":{"start":1714433693928,"stop":1714433693928,"duration":0}},{"uid":"641daaefa58ee6fa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/641daaefa58ee6fa","status":"passed","time":{"start":1714431888561,"stop":1714431888561,"duration":0}},{"uid":"615be5f9d1609199","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/615be5f9d1609199","status":"passed","time":{"start":1714432201982,"stop":1714432201983,"duration":1}},{"uid":"88e050077ba95942","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/88e050077ba95942","status":"passed","time":{"start":1714430892460,"stop":1714430892460,"duration":0}},{"uid":"9c2eab70e63c5786","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9c2eab70e63c5786","status":"passed","time":{"start":1714430720938,"stop":1714430720938,"duration":0}},{"uid":"2dcf1e05d6a596b6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2dcf1e05d6a596b6","status":"passed","time":{"start":1714429855263,"stop":1714429855263,"duration":0}},{"uid":"dbb171f841349f71","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dbb171f841349f71","status":"passed","time":{"start":1714428989449,"stop":1714428989449,"duration":0}},{"uid":"cbf2daf45bbc3f12","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cbf2daf45bbc3f12","status":"passed","time":{"start":1714427767182,"stop":1714427767182,"duration":0}},{"uid":"4ee2ab86c93d1b20","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4ee2ab86c93d1b20","status":"passed","time":{"start":1714427460526,"stop":1714427460526,"duration":0}},{"uid":"3d997531173ce5a4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3d997531173ce5a4","status":"passed","time":{"start":1714426812811,"stop":1714426812811,"duration":0}},{"uid":"c75830cf53f33386","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c75830cf53f33386","status":"passed","time":{"start":1714425528588,"stop":1714425528588,"duration":0}},{"uid":"46cd106f5448cc16","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/46cd106f5448cc16","status":"passed","time":{"start":1714425301140,"stop":1714425301140,"duration":0}},{"uid":"755dc95f74a0f01a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/755dc95f74a0f01a","status":"passed","time":{"start":1714415473270,"stop":1714415473271,"duration":1}},{"uid":"d81c431361767b03","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d81c431361767b03","status":"passed","time":{"start":1714415615365,"stop":1714415615365,"duration":0}},{"uid":"c3ee4c9908acda7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c3ee4c9908acda7","status":"passed","time":{"start":1714407816874,"stop":1714407816874,"duration":0}},{"uid":"185dacc65b13e505","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/185dacc65b13e505","status":"passed","time":{"start":1714406861594,"stop":1714406861594,"duration":0}},{"uid":"95f5ffe96a12b252","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/95f5ffe96a12b252","status":"passed","time":{"start":1714404628277,"stop":1714404628277,"duration":0}}]},"d6c78329e6d67fff5eaa0f4e2aa9dbeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"80c3ab2c116b345b","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/80c3ab2c116b345b","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579291,"stop":1713943579291,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"34725e5fd4dee5b7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34725e5fd4dee5b7","status":"passed","time":{"start":1714454434336,"stop":1714454434337,"duration":1}},{"uid":"40376f06a3be509d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/40376f06a3be509d","status":"passed","time":{"start":1714436006545,"stop":1714436006545,"duration":0}},{"uid":"e6450207798b6251","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e6450207798b6251","status":"passed","time":{"start":1714435054859,"stop":1714435054859,"duration":0}},{"uid":"2d381f6cd58a3404","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2d381f6cd58a3404","status":"passed","time":{"start":1714433761067,"stop":1714433761068,"duration":1}},{"uid":"b32ba58b10cdb676","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b32ba58b10cdb676","status":"passed","time":{"start":1714431966442,"stop":1714431966442,"duration":0}},{"uid":"ed9a424dbd9f0362","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ed9a424dbd9f0362","status":"passed","time":{"start":1714432193282,"stop":1714432193282,"duration":0}},{"uid":"bf67fc215d6ccaab","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bf67fc215d6ccaab","status":"passed","time":{"start":1714430948558,"stop":1714430948558,"duration":0}},{"uid":"eea99de588290777","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/eea99de588290777","status":"passed","time":{"start":1714430713568,"stop":1714430713568,"duration":0}},{"uid":"23b0a4f024714aa8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/23b0a4f024714aa8","status":"passed","time":{"start":1714429917755,"stop":1714429917756,"duration":1}},{"uid":"f9c670021e07099d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f9c670021e07099d","status":"passed","time":{"start":1714429040301,"stop":1714429040301,"duration":0}},{"uid":"e9d015b43e9f08ec","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e9d015b43e9f08ec","status":"passed","time":{"start":1714427848701,"stop":1714427848701,"duration":0}},{"uid":"350ab2c74353aed4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/350ab2c74353aed4","status":"passed","time":{"start":1714427530074,"stop":1714427530074,"duration":0}},{"uid":"95eb6ff13ea33a68","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/95eb6ff13ea33a68","status":"passed","time":{"start":1714426875157,"stop":1714426875157,"duration":0}},{"uid":"4dfff98b809285f6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4dfff98b809285f6","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511046,"stop":1714426511047,"duration":1}},{"uid":"222e82208ab0b45f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/222e82208ab0b45f","status":"passed","time":{"start":1714425369970,"stop":1714425369970,"duration":0}},{"uid":"368bbcb5825b54db","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/368bbcb5825b54db","status":"passed","time":{"start":1714415516385,"stop":1714415516385,"duration":0}},{"uid":"e76aba03ae5f7d95","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e76aba03ae5f7d95","status":"passed","time":{"start":1714415679035,"stop":1714415679035,"duration":0}},{"uid":"a45e7ebc48a9fd1d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a45e7ebc48a9fd1d","status":"passed","time":{"start":1714407884334,"stop":1714407884335,"duration":1}},{"uid":"e845f8b58b46c520","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e845f8b58b46c520","status":"passed","time":{"start":1714406914331,"stop":1714406914333,"duration":2}},{"uid":"cb33c5633e78dc59","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cb33c5633e78dc59","status":"passed","time":{"start":1714404690123,"stop":1714404690124,"duration":1}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"a8a5884ec5146f6d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a8a5884ec5146f6d","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"duration":0}},{"uid":"234b3e2246881798","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/234b3e2246881798","status":"passed","time":{"start":1714436158722,"stop":1714436158722,"duration":0}},{"uid":"efadef22d30547a8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/efadef22d30547a8","status":"passed","time":{"start":1714435237010,"stop":1714435237010,"duration":0}},{"uid":"3a48d5fcfc904e5a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3a48d5fcfc904e5a","status":"passed","time":{"start":1714433925094,"stop":1714433925095,"duration":1}},{"uid":"226f22fa6a7c3f1e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/226f22fa6a7c3f1e","status":"passed","time":{"start":1714432132881,"stop":1714432132882,"duration":1}},{"uid":"bad061b91f7afd84","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bad061b91f7afd84","status":"passed","time":{"start":1714432392961,"stop":1714432392961,"duration":0}},{"uid":"cbbca65cbefe4bad","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cbbca65cbefe4bad","status":"passed","time":{"start":1714431131879,"stop":1714431131880,"duration":1}},{"uid":"33f07ba29a160ea1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/33f07ba29a160ea1","status":"passed","time":{"start":1714430918772,"stop":1714430918772,"duration":0}},{"uid":"cdfc72ee1f26aaca","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cdfc72ee1f26aaca","status":"passed","time":{"start":1714430104198,"stop":1714430104199,"duration":1}},{"uid":"97cafe6056472f70","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/97cafe6056472f70","status":"passed","time":{"start":1714429213867,"stop":1714429213867,"duration":0}},{"uid":"9c87431b1807cf9c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9c87431b1807cf9c","status":"passed","time":{"start":1714427999021,"stop":1714427999022,"duration":1}},{"uid":"53c12297bf18b9bf","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/53c12297bf18b9bf","status":"passed","time":{"start":1714427702216,"stop":1714427702216,"duration":0}},{"uid":"e540e4510936f3f8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e540e4510936f3f8","status":"passed","time":{"start":1714427044017,"stop":1714427044018,"duration":1}},{"uid":"bbcb2739a8e63f08","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bbcb2739a8e63f08","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699058,"stop":1714426699058,"duration":0}},{"uid":"b10ef962a83b8d89","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b10ef962a83b8d89","status":"passed","time":{"start":1714425534881,"stop":1714425534882,"duration":1}},{"uid":"771db635c23981ae","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/771db635c23981ae","status":"passed","time":{"start":1714415702281,"stop":1714415702281,"duration":0}},{"uid":"3ed86dcfd982c676","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3ed86dcfd982c676","status":"passed","time":{"start":1714415850489,"stop":1714415850489,"duration":0}},{"uid":"92c2df9378dd0add","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/92c2df9378dd0add","status":"passed","time":{"start":1714408049938,"stop":1714408049938,"duration":0}},{"uid":"e81d52c38b682659","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e81d52c38b682659","status":"passed","time":{"start":1714407080662,"stop":1714407080662,"duration":0}},{"uid":"171922925185fc5d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/171922925185fc5d","status":"passed","time":{"start":1714404860576,"stop":1714404860576,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"d7be35af6bff9dd4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d7be35af6bff9dd4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454366018,"stop":1714454366019,"duration":1}},{"uid":"88a443ef7cd422b7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/88a443ef7cd422b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435933096,"stop":1714435933096,"duration":0}},{"uid":"dd091928030d0c4f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/dd091928030d0c4f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435007055,"stop":1714435007055,"duration":0}},{"uid":"a061a2ec830c6268","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a061a2ec830c6268","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433694171,"stop":1714433694171,"duration":0}},{"uid":"18cf8aaa8702b94f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/18cf8aaa8702b94f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431888739,"stop":1714431888739,"duration":0}},{"uid":"dc5be225256f16d1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dc5be225256f16d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432193548,"stop":1714432193549,"duration":1}},{"uid":"1fc80e12ed499a9a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1fc80e12ed499a9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430892641,"stop":1714430892641,"duration":0}},{"uid":"7997ba8589f6aa7b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7997ba8589f6aa7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430713702,"stop":1714430713702,"duration":0}},{"uid":"4289cd3d2712b9c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4289cd3d2712b9c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429855447,"stop":1714429855448,"duration":1}},{"uid":"9c4fec02eebe8223","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9c4fec02eebe8223","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428983403,"stop":1714428983403,"duration":0}},{"uid":"ab895f2d39eab545","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ab895f2d39eab545","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427692386,"stop":1714427692386,"duration":0}},{"uid":"3bb0cf3ac9f36f82","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3bb0cf3ac9f36f82","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427460683,"stop":1714427460683,"duration":0}},{"uid":"8b5b6b9f2c7ce089","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8b5b6b9f2c7ce089","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426813108,"stop":1714426813108,"duration":0}},{"uid":"ebdd255ade50d9c6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ebdd255ade50d9c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425470275,"stop":1714425470275,"duration":0}},{"uid":"879a538cd86cc569","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/879a538cd86cc569","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425298656,"stop":1714425298656,"duration":0}},{"uid":"4cbc87710f9b2d6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4cbc87710f9b2d6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415473452,"stop":1714415473452,"duration":0}},{"uid":"8e95f728099abfcf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8e95f728099abfcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415615566,"stop":1714415615567,"duration":1}},{"uid":"e6b3d37e096cb688","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e6b3d37e096cb688","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407817066,"stop":1714407817067,"duration":1}},{"uid":"66a167e4c15aef6d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/66a167e4c15aef6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406853458,"stop":1714406853458,"duration":0}},{"uid":"2d68a608773db431","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2d68a608773db431","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404628458,"stop":1714404628458,"duration":0}}]},"65e31867136e29e81c23a6a9c9a9e5a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85751daeb0134c71","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/85751daeb0134c71","status":"passed","time":{"start":1714009921730,"stop":1714009921731,"duration":1}}]},"da354bdb6abb8b3fc34d0a1a33ac185c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"faaccd1d2f27c6b4","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/faaccd1d2f27c6b4","status":"passed","time":{"start":1713987677073,"stop":1713987677073,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"be0ec04898c9b4cd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/be0ec04898c9b4cd","status":"passed","time":{"start":1714454479296,"stop":1714454479296,"duration":0}},{"uid":"544bc2e6bace80bc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/544bc2e6bace80bc","status":"passed","time":{"start":1714436048050,"stop":1714436048050,"duration":0}},{"uid":"fea9747f823a0086","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fea9747f823a0086","status":"passed","time":{"start":1714435103474,"stop":1714435103474,"duration":0}},{"uid":"6af4eefc7990ccb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6af4eefc7990ccb","status":"passed","time":{"start":1714433793526,"stop":1714433793526,"duration":0}},{"uid":"fd79ec37609dfb7e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fd79ec37609dfb7e","status":"passed","time":{"start":1714431998657,"stop":1714431998658,"duration":1}},{"uid":"e41f8a74f8d9e1ea","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e41f8a74f8d9e1ea","status":"passed","time":{"start":1714432332179,"stop":1714432332179,"duration":0}},{"uid":"2b54dd7f49b1ef37","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2b54dd7f49b1ef37","status":"passed","time":{"start":1714431002227,"stop":1714431002227,"duration":0}},{"uid":"d8c0a360ce823983","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d8c0a360ce823983","status":"passed","time":{"start":1714430831530,"stop":1714430831530,"duration":0}},{"uid":"e652f0c947653e95","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e652f0c947653e95","status":"passed","time":{"start":1714429955114,"stop":1714429955115,"duration":1}},{"uid":"1303933aabb85e62","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1303933aabb85e62","status":"passed","time":{"start":1714429082483,"stop":1714429082483,"duration":0}},{"uid":"516bd2a3089a459c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/516bd2a3089a459c","status":"passed","time":{"start":1714427873969,"stop":1714427873969,"duration":0}},{"uid":"a9bf6d96dcc6344","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a9bf6d96dcc6344","status":"passed","time":{"start":1714427572923,"stop":1714427572923,"duration":0}},{"uid":"901a354fdca85354","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/901a354fdca85354","status":"passed","time":{"start":1714426928331,"stop":1714426928331,"duration":0}},{"uid":"737a5642cb54fa94","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/737a5642cb54fa94","status":"passed","time":{"start":1714425626050,"stop":1714425626051,"duration":1}},{"uid":"85f2eb5d5a0a17ca","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/85f2eb5d5a0a17ca","status":"passed","time":{"start":1714425405875,"stop":1714425405878,"duration":3}},{"uid":"c3ca505bf97da865","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c3ca505bf97da865","status":"passed","time":{"start":1714415627131,"stop":1714415627132,"duration":1}},{"uid":"f3d5eca153263b08","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f3d5eca153263b08","status":"passed","time":{"start":1714415727608,"stop":1714415727609,"duration":1}},{"uid":"4966f6ab7351db6a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4966f6ab7351db6a","status":"passed","time":{"start":1714407946533,"stop":1714407946533,"duration":0}},{"uid":"53aa9d3940bcaf6b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/53aa9d3940bcaf6b","status":"passed","time":{"start":1714406957180,"stop":1714406957180,"duration":0}},{"uid":"324d34b578fefe28","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/324d34b578fefe28","status":"passed","time":{"start":1714404754331,"stop":1714404754332,"duration":1}}]},"9ac76c3e5584377051a58bda09984409:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a63f646eadaf5129","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a63f646eadaf5129","status":"passed","time":{"start":1714383536787,"stop":1714383536788,"duration":1}}]},"4a483a5d5f49ea8c4702222c7e814c7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c27856e202a081e","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/5c27856e202a081e","status":"passed","time":{"start":1713996822797,"stop":1713996822798,"duration":1}}]},"a2efbe83797886a438eb6e5d24d6be82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31e2be51e86a4b39","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/31e2be51e86a4b39","status":"passed","time":{"start":1714404247022,"stop":1714404247023,"duration":1}}]},"e36be70c2006391344f0ab2119ca998a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f72779f668549c30","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/f72779f668549c30","status":"passed","time":{"start":1713889475161,"stop":1713889475161,"duration":0}}]},"17d44a801f53fcb42705504a78cecfb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6141679d360dd662","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/6141679d360dd662","status":"passed","time":{"start":1714169057739,"stop":1714169057740,"duration":1}}]},"45bdafac15da97c0f4df76d79c60c759:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a077a45aa88a89a","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/5a077a45aa88a89a","status":"passed","time":{"start":1714145924572,"stop":1714145924572,"duration":0}}]},"b096b78d13566697f04a3ec291678c38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9d1a6803697d6c9","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/c9d1a6803697d6c9","status":"passed","time":{"start":1714383546702,"stop":1714383546703,"duration":1}}]},"ae5f8551965b622a61c9ab2c9f667b39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a91fda4e075fbab","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2a91fda4e075fbab","status":"passed","time":{"start":1714404734768,"stop":1714404734768,"duration":0}}]},"4f8419a3f404b57c88265f884927d62e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47631aba8c3c87e7","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/47631aba8c3c87e7","status":"passed","time":{"start":1714178248452,"stop":1714178248452,"duration":0}}]},"cc858129462a3319715abb7999d8c030:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b3c27d150e0df06","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/1b3c27d150e0df06","status":"passed","time":{"start":1714140410670,"stop":1714140410671,"duration":1}}]},"00a9bbbbdd0b6682b756c49570fcc1c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f29bc3a318c2abc","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/9f29bc3a318c2abc","status":"passed","time":{"start":1714219200737,"stop":1714219200738,"duration":1}}]},"7277f239a467301d869405712415cf3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"497d9437cb9491fa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/497d9437cb9491fa","status":"passed","time":{"start":1714415739343,"stop":1714415739343,"duration":0}}]},"0e3b7d3e184a27cfd1f5eead83e7222e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ced199cdc2fcac7c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/ced199cdc2fcac7c","status":"passed","time":{"start":1714383192272,"stop":1714383192272,"duration":0}}]},"43a7d3b6dd17f9249b20e7d69221151e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a9f664c766940ec","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1a9f664c766940ec","status":"passed","time":{"start":1714427460530,"stop":1714427460530,"duration":0}}]},"db46cc20132565607458f80af1c3b8fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a37d0bde4d41a1e0","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/a37d0bde4d41a1e0","status":"passed","time":{"start":1714139910945,"stop":1714139910945,"duration":0}}]},"b8b9013037b858a000da88f673f22c18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d821656a55078026","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/d821656a55078026","status":"passed","time":{"start":1714045821387,"stop":1714045821388,"duration":1}}]},"8550b8e78c44e14014b154ff239e539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e336596de759814b","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/e336596de759814b","status":"passed","time":{"start":1714140507754,"stop":1714140507754,"duration":0}}]},"12ac2854f39ff7ae6d7fccbf0f075ce3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f64a7bc7d9e970c1","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/f64a7bc7d9e970c1","status":"passed","time":{"start":1713969158744,"stop":1713969158745,"duration":1}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":82,"unknown":0,"total":87},"items":[{"uid":"91bdebb70e439511","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/91bdebb70e439511","status":"passed","time":{"start":1714454483200,"stop":1714454483200,"duration":0}},{"uid":"b7319ac45d9b32ea","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b7319ac45d9b32ea","status":"passed","time":{"start":1714436043127,"stop":1714436043128,"duration":1}},{"uid":"f953aa95cfd0f1b0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f953aa95cfd0f1b0","status":"passed","time":{"start":1714435099716,"stop":1714435099717,"duration":1}},{"uid":"ed8b23e9894bd20c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ed8b23e9894bd20c","status":"passed","time":{"start":1714433792289,"stop":1714433792290,"duration":1}},{"uid":"d4c470cc11e1b1a5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d4c470cc11e1b1a5","status":"passed","time":{"start":1714431997889,"stop":1714431997890,"duration":1}},{"uid":"16fff3fdd0a3755c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/16fff3fdd0a3755c","status":"passed","time":{"start":1714432293602,"stop":1714432293603,"duration":1}},{"uid":"bedc7cbeb8afad81","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bedc7cbeb8afad81","status":"passed","time":{"start":1714430988308,"stop":1714430988308,"duration":0}},{"uid":"f1a5a2576911ff63","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f1a5a2576911ff63","status":"passed","time":{"start":1714430789848,"stop":1714430789848,"duration":0}},{"uid":"2dfa250433fd0cab","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2dfa250433fd0cab","status":"passed","time":{"start":1714429967910,"stop":1714429967910,"duration":0}},{"uid":"e7daaae9491f2528","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e7daaae9491f2528","status":"passed","time":{"start":1714429091055,"stop":1714429091055,"duration":0}},{"uid":"cde093533e15ccc7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cde093533e15ccc7","status":"passed","time":{"start":1714427833028,"stop":1714427833029,"duration":1}},{"uid":"88f08ce6351b330b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/88f08ce6351b330b","status":"passed","time":{"start":1714427561586,"stop":1714427561586,"duration":0}},{"uid":"bc15bbc20fe1a893","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bc15bbc20fe1a893","status":"passed","time":{"start":1714426916047,"stop":1714426916047,"duration":0}},{"uid":"88ec60bb6cbb2be7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/88ec60bb6cbb2be7","status":"passed","time":{"start":1714425586964,"stop":1714425586964,"duration":0}},{"uid":"4271cb12df3126c3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4271cb12df3126c3","status":"passed","time":{"start":1714425396491,"stop":1714425396491,"duration":0}},{"uid":"a9f518744b8eb4e4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a9f518744b8eb4e4","status":"passed","time":{"start":1714415596682,"stop":1714415596683,"duration":1}},{"uid":"16bd193f7b77ead6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/16bd193f7b77ead6","status":"passed","time":{"start":1714415715307,"stop":1714415715310,"duration":3}},{"uid":"30c6139be1aafee7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/30c6139be1aafee7","status":"passed","time":{"start":1714407912871,"stop":1714407912872,"duration":1}},{"uid":"3734b5e96b40b514","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3734b5e96b40b514","status":"passed","time":{"start":1714406956957,"stop":1714406956958,"duration":1}},{"uid":"91ef2e231cc11e14","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/91ef2e231cc11e14","status":"passed","time":{"start":1714404734765,"stop":1714404734765,"duration":0}}]},"aa82c17331b727e91c396e8731eff9e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2c797fba71ab5d8","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/e2c797fba71ab5d8","status":"passed","time":{"start":1714082575483,"stop":1714082575484,"duration":1}}]},"3f58ac258d96f8c43be29077b0632226:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4aed833210a8dd5e","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/4aed833210a8dd5e","status":"passed","time":{"start":1713889413249,"stop":1713889413250,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"e477d8a9ecd81e52","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e477d8a9ecd81e52","status":"passed","time":{"start":1714454605548,"stop":1714454605548,"duration":0}},{"uid":"260479a4a9b16631","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/260479a4a9b16631","status":"passed","time":{"start":1714436158730,"stop":1714436158731,"duration":1}},{"uid":"a5cac5aca3d1f7e1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a5cac5aca3d1f7e1","status":"passed","time":{"start":1714435237019,"stop":1714435237019,"duration":0}},{"uid":"90c0332e9ae92c9b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/90c0332e9ae92c9b","status":"passed","time":{"start":1714433925103,"stop":1714433925103,"duration":0}},{"uid":"f858448508a15a01","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f858448508a15a01","status":"passed","time":{"start":1714432132889,"stop":1714432132889,"duration":0}},{"uid":"1ca824021b6afc3d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1ca824021b6afc3d","status":"passed","time":{"start":1714432392982,"stop":1714432392982,"duration":0}},{"uid":"5ee909514f8b621a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5ee909514f8b621a","status":"passed","time":{"start":1714431131889,"stop":1714431131890,"duration":1}},{"uid":"9d9b3f5035ffdaae","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9d9b3f5035ffdaae","status":"passed","time":{"start":1714430918786,"stop":1714430918786,"duration":0}},{"uid":"cdb59e084e33792e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cdb59e084e33792e","status":"passed","time":{"start":1714430104207,"stop":1714430104208,"duration":1}},{"uid":"a424915e5dd8674e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a424915e5dd8674e","status":"passed","time":{"start":1714429213874,"stop":1714429213874,"duration":0}},{"uid":"7538318824bb2b54","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7538318824bb2b54","status":"passed","time":{"start":1714427999032,"stop":1714427999032,"duration":0}},{"uid":"cc6829b5210cb753","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cc6829b5210cb753","status":"passed","time":{"start":1714427702225,"stop":1714427702225,"duration":0}},{"uid":"ca858ac404300f1b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ca858ac404300f1b","status":"passed","time":{"start":1714427044025,"stop":1714427044025,"duration":0}},{"uid":"fdef73432eb59be7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fdef73432eb59be7","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699080,"stop":1714426699081,"duration":1}},{"uid":"3217fd80792bb6c5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3217fd80792bb6c5","status":"passed","time":{"start":1714425534889,"stop":1714425534889,"duration":0}},{"uid":"9542f6b6ac71847c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9542f6b6ac71847c","status":"passed","time":{"start":1714415702290,"stop":1714415702290,"duration":0}},{"uid":"27306dfe0bc362bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/27306dfe0bc362bf","status":"passed","time":{"start":1714415850498,"stop":1714415850498,"duration":0}},{"uid":"ad3da079663cbd35","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ad3da079663cbd35","status":"passed","time":{"start":1714408049946,"stop":1714408049946,"duration":0}},{"uid":"856555edea56dba7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/856555edea56dba7","status":"passed","time":{"start":1714407080670,"stop":1714407080670,"duration":0}},{"uid":"a93bdb3dfbea1b4b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a93bdb3dfbea1b4b","status":"passed","time":{"start":1714404860586,"stop":1714404860587,"duration":1}}]},"70971009befb3cf5df228fb35fc3ca89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f11215bf477419f1","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f11215bf477419f1","status":"passed","time":{"start":1714145924565,"stop":1714145924567,"duration":2}}]},"0591ff7cd38f35675ea18fdf033e9dbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8ace9c0b612b2d5","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/f8ace9c0b612b2d5","status":"passed","time":{"start":1713987704963,"stop":1713987704964,"duration":1}}]},"b6a1cfee3a7e3d6a3ee0c2dfaf603ea2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69ba202016a48787","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/69ba202016a48787","status":"passed","time":{"start":1714432319359,"stop":1714432319359,"duration":0}}]},"9e55feac4c05e7f567bdb68d61bf7a82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcd659b6760d83cd","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/dcd659b6760d83cd","status":"passed","time":{"start":1714046285416,"stop":1714046285416,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"9f5931fbe953585a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9f5931fbe953585a","status":"passed","time":{"start":1714454568760,"stop":1714454568760,"duration":0}},{"uid":"74983190772c732c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/74983190772c732c","status":"passed","time":{"start":1714436126129,"stop":1714436126130,"duration":1}},{"uid":"fd09e34ecdb97cae","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fd09e34ecdb97cae","status":"passed","time":{"start":1714435206718,"stop":1714435206718,"duration":0}},{"uid":"b50de3a045caedd7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b50de3a045caedd7","status":"passed","time":{"start":1714433881351,"stop":1714433881351,"duration":0}},{"uid":"a11629d9b2b93196","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a11629d9b2b93196","status":"passed","time":{"start":1714432089192,"stop":1714432089193,"duration":1}},{"uid":"7ec03ade06f79c19","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7ec03ade06f79c19","status":"passed","time":{"start":1714432443241,"stop":1714432443242,"duration":1}},{"uid":"bcab6f11c6fe32ad","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bcab6f11c6fe32ad","status":"passed","time":{"start":1714431084050,"stop":1714431084051,"duration":1}},{"uid":"a19edaa1cb598376","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a19edaa1cb598376","status":"passed","time":{"start":1714430958551,"stop":1714430958551,"duration":0}},{"uid":"78ad56eaabbeb591","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/78ad56eaabbeb591","status":"passed","time":{"start":1714430059469,"stop":1714430059469,"duration":0}},{"uid":"3a062c1dc596615d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3a062c1dc596615d","status":"passed","time":{"start":1714429177598,"stop":1714429177598,"duration":0}},{"uid":"5adf11b61a617c10","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5adf11b61a617c10","status":"passed","time":{"start":1714427952240,"stop":1714427952241,"duration":1}},{"uid":"d9f210863de29bc3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d9f210863de29bc3","status":"passed","time":{"start":1714427654789,"stop":1714427654789,"duration":0}},{"uid":"9da83d0cce189a56","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9da83d0cce189a56","status":"passed","time":{"start":1714427013800,"stop":1714427013801,"duration":1}},{"uid":"9f74e71a1eb580f3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9f74e71a1eb580f3","status":"passed","time":{"start":1714425755812,"stop":1714425755812,"duration":0}},{"uid":"8f3f3c846b451549","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8f3f3c846b451549","status":"passed","time":{"start":1714425494507,"stop":1714425494507,"duration":0}},{"uid":"8e7b2e8eb090412a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8e7b2e8eb090412a","status":"passed","time":{"start":1714415703220,"stop":1714415703220,"duration":0}},{"uid":"69f1554deaa6c9c0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/69f1554deaa6c9c0","status":"passed","time":{"start":1714415807190,"stop":1714415807190,"duration":0}},{"uid":"91e8d35e844019f1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/91e8d35e844019f1","status":"passed","time":{"start":1714408011171,"stop":1714408011171,"duration":0}},{"uid":"d506d34e4086caa5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d506d34e4086caa5","status":"passed","time":{"start":1714407046591,"stop":1714407046591,"duration":0}},{"uid":"ed781ad2e9f56378","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ed781ad2e9f56378","status":"passed","time":{"start":1714404822521,"stop":1714404822522,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"3f270fc87c0055e8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3f270fc87c0055e8","status":"passed","time":{"start":1714454605556,"stop":1714454605556,"duration":0}},{"uid":"ef43d4852e91a48d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ef43d4852e91a48d","status":"passed","time":{"start":1714436158738,"stop":1714436158739,"duration":1}},{"uid":"3b5dd7a42cd635c5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3b5dd7a42cd635c5","status":"passed","time":{"start":1714435237028,"stop":1714435237028,"duration":0}},{"uid":"3b8a5004a3188307","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3b8a5004a3188307","status":"passed","time":{"start":1714433925113,"stop":1714433925113,"duration":0}},{"uid":"647f1ba823c8c394","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/647f1ba823c8c394","status":"passed","time":{"start":1714432132897,"stop":1714432132897,"duration":0}},{"uid":"e9ba9b7f6cf09e67","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e9ba9b7f6cf09e67","status":"passed","time":{"start":1714432392997,"stop":1714432392997,"duration":0}},{"uid":"ce7ce60304f725c4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ce7ce60304f725c4","status":"passed","time":{"start":1714431131899,"stop":1714431131900,"duration":1}},{"uid":"bfe82ee193221a36","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bfe82ee193221a36","status":"passed","time":{"start":1714430918795,"stop":1714430918795,"duration":0}},{"uid":"f310669c17625096","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f310669c17625096","status":"passed","time":{"start":1714430104218,"stop":1714430104218,"duration":0}},{"uid":"b910a4b530663711","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b910a4b530663711","status":"passed","time":{"start":1714429213882,"stop":1714429213883,"duration":1}},{"uid":"df41f9ec869867f6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/df41f9ec869867f6","status":"passed","time":{"start":1714427999040,"stop":1714427999041,"duration":1}},{"uid":"7446fbab8df6a836","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7446fbab8df6a836","status":"passed","time":{"start":1714427702236,"stop":1714427702236,"duration":0}},{"uid":"89bedc99cd4a1dda","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/89bedc99cd4a1dda","status":"passed","time":{"start":1714427044035,"stop":1714427044035,"duration":0}},{"uid":"75dbc5f4edad8f99","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/75dbc5f4edad8f99","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699105,"stop":1714426699105,"duration":0}},{"uid":"57e22aa947684f66","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/57e22aa947684f66","status":"passed","time":{"start":1714425534898,"stop":1714425534898,"duration":0}},{"uid":"6d2d1a2aef3b549f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6d2d1a2aef3b549f","status":"passed","time":{"start":1714415702298,"stop":1714415702299,"duration":1}},{"uid":"fe1b4f9d76d1f898","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fe1b4f9d76d1f898","status":"passed","time":{"start":1714415850506,"stop":1714415850506,"duration":0}},{"uid":"5517ddd91304105a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5517ddd91304105a","status":"passed","time":{"start":1714408049956,"stop":1714408049956,"duration":0}},{"uid":"22307472990fe773","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/22307472990fe773","status":"passed","time":{"start":1714407080678,"stop":1714407080678,"duration":0}},{"uid":"f6be609a52aef616","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f6be609a52aef616","status":"passed","time":{"start":1714404860596,"stop":1714404860596,"duration":0}}]},"874499f3714b42b9a73a2ce1a360d9be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b671d08fc26d3ed6","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/b671d08fc26d3ed6","status":"passed","time":{"start":1714123393467,"stop":1714123393471,"duration":4}}]},"6eec4acaccc059cfbf781829224b7afe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"919643367b1eeb3f","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/919643367b1eeb3f","status":"passed","time":{"start":1714004302839,"stop":1714004302840,"duration":1}}]},"84177a53f80944780eb74d4ebf83ad75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bee6e00af56e88b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2bee6e00af56e88b","status":"passed","time":{"start":1714404752166,"stop":1714404752166,"duration":0}}]},"79b57de344e249644707589c8844e4eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9ea9c14a29276ec","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/a9ea9c14a29276ec","status":"passed","time":{"start":1714123305903,"stop":1714123305904,"duration":1}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"51f6223c4088f1d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/51f6223c4088f1d5","status":"passed","time":{"start":1714454227473,"stop":1714454227478,"duration":5}},{"uid":"3c28d41a9d43e671","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3c28d41a9d43e671","status":"passed","time":{"start":1714435777410,"stop":1714435777411,"duration":1}},{"uid":"2b4e3859edddb639","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2b4e3859edddb639","status":"passed","time":{"start":1714434844517,"stop":1714434844518,"duration":1}},{"uid":"fdecec94aea5a39c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fdecec94aea5a39c","status":"passed","time":{"start":1714433535981,"stop":1714433535982,"duration":1}},{"uid":"26f34dfb56719bd5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/26f34dfb56719bd5","status":"passed","time":{"start":1714431743527,"stop":1714431743528,"duration":1}},{"uid":"98e5caedef224ba8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/98e5caedef224ba8","status":"passed","time":{"start":1714432002441,"stop":1714432002442,"duration":1}},{"uid":"b1a6ce87e71d3ba3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b1a6ce87e71d3ba3","status":"passed","time":{"start":1714430732684,"stop":1714430732686,"duration":2}},{"uid":"aacc7a5ae524d2cb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/aacc7a5ae524d2cb","status":"passed","time":{"start":1714430508170,"stop":1714430508171,"duration":1}},{"uid":"71d5362c669b2bc2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/71d5362c669b2bc2","status":"passed","time":{"start":1714429693168,"stop":1714429693168,"duration":0}},{"uid":"ddfcf0aff67f871","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ddfcf0aff67f871","status":"passed","time":{"start":1714428818269,"stop":1714428818270,"duration":1}},{"uid":"670148cf8ca46c28","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/670148cf8ca46c28","status":"passed","time":{"start":1714427601321,"stop":1714427601321,"duration":0}},{"uid":"3724b2d4e8010a62","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3724b2d4e8010a62","status":"passed","time":{"start":1714427308829,"stop":1714427308829,"duration":0}},{"uid":"68d50b499612207","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/68d50b499612207","status":"passed","time":{"start":1714426655791,"stop":1714426655792,"duration":1}},{"uid":"1b84ad61a2f2cad4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1b84ad61a2f2cad4","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420760,"stop":1714425420761,"duration":1}},{"uid":"4893c2970d593ffb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4893c2970d593ffb","status":"passed","time":{"start":1714425137466,"stop":1714425137467,"duration":1}},{"uid":"26f2100ca674a57","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/26f2100ca674a57","status":"passed","time":{"start":1714415306380,"stop":1714415306381,"duration":1}},{"uid":"888c64e71cc95757","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/888c64e71cc95757","status":"passed","time":{"start":1714415441035,"stop":1714415441035,"duration":0}},{"uid":"813428ff226f59f6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/813428ff226f59f6","status":"passed","time":{"start":1714407661424,"stop":1714407661424,"duration":0}},{"uid":"da8a8541e070b91b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/da8a8541e070b91b","status":"passed","time":{"start":1714406688873,"stop":1714406688873,"duration":0}},{"uid":"1d80f2126ce4369f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1d80f2126ce4369f","status":"passed","time":{"start":1714404480636,"stop":1714404480636,"duration":0}}]},"5946886b1d8074dcdbaec2e948326eeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcae366d20b0fa55","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/fcae366d20b0fa55","status":"passed","time":{"start":1714427460529,"stop":1714427460530,"duration":1}}]},"558bd4e615d754884bf591e19357c2ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"964648c1cd9dcde6","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/964648c1cd9dcde6","status":"passed","time":{"start":1714046285415,"stop":1714046285416,"duration":1}}]},"2fdebae9365af551c99d0d273b2fce12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88f8585a3f64651e","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/88f8585a3f64651e","status":"passed","time":{"start":1714089697948,"stop":1714089697949,"duration":1}}]},"b2e3babcd4dc6b0ba79d1c246edc9f29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98a13f77cb7da769","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/98a13f77cb7da769","status":"passed","time":{"start":1713988905025,"stop":1713988905025,"duration":0}}]},"09ea924b42bfe33c86dfb24e9a5396e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d080314e03284bce","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d080314e03284bce","status":"passed","time":{"start":1714406861600,"stop":1714406861600,"duration":0}}]},"72029f8e092231a412ce4d9f593b245b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd0ae5e75eae4d71","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fd0ae5e75eae4d71","status":"passed","time":{"start":1714383261459,"stop":1714383261460,"duration":1}}]},"25a8293c37c202747053a52b5a69834e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab9bf5d126c9aa67","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/ab9bf5d126c9aa67","status":"passed","time":{"start":1714004302841,"stop":1714004302841,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"5a034fe0e785b523","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5a034fe0e785b523","status":"passed","time":{"start":1714454431992,"stop":1714454431993,"duration":1}},{"uid":"9b79de082211a0f2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9b79de082211a0f2","status":"passed","time":{"start":1714435990622,"stop":1714435990623,"duration":1}},{"uid":"a18b322a36c4b656","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a18b322a36c4b656","status":"passed","time":{"start":1714435062611,"stop":1714435062611,"duration":0}},{"uid":"8b7fae2700c5f03a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8b7fae2700c5f03a","status":"passed","time":{"start":1714433747841,"stop":1714433747843,"duration":2}},{"uid":"6eaf6d371decb8db","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6eaf6d371decb8db","status":"passed","time":{"start":1714431959181,"stop":1714431959181,"duration":0}},{"uid":"a87b6f1672c8be","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a87b6f1672c8be","status":"passed","time":{"start":1714432238341,"stop":1714432238341,"duration":0}},{"uid":"51f50394bfa6c31","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/51f50394bfa6c31","status":"passed","time":{"start":1714430946041,"stop":1714430946041,"duration":0}},{"uid":"458f4f8852d9f41e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/458f4f8852d9f41e","status":"passed","time":{"start":1714430757773,"stop":1714430757773,"duration":0}},{"uid":"ea2f5060740c3705","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ea2f5060740c3705","status":"passed","time":{"start":1714429917774,"stop":1714429917775,"duration":1}},{"uid":"859b307549a9eed8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/859b307549a9eed8","status":"passed","time":{"start":1714429038416,"stop":1714429038416,"duration":0}},{"uid":"4af5a1732562ae06","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4af5a1732562ae06","status":"passed","time":{"start":1714427794302,"stop":1714427794302,"duration":0}},{"uid":"df5110e61d82e250","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/df5110e61d82e250","status":"passed","time":{"start":1714427517454,"stop":1714427517455,"duration":1}},{"uid":"b28f798ce3fc0601","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b28f798ce3fc0601","status":"passed","time":{"start":1714426868579,"stop":1714426868579,"duration":0}},{"uid":"60122a41f534b7f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/60122a41f534b7f","status":"passed","time":{"start":1714425555001,"stop":1714425555002,"duration":1}},{"uid":"675d2e01d648af7a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/675d2e01d648af7a","status":"passed","time":{"start":1714425349876,"stop":1714425349877,"duration":1}},{"uid":"dc33f29845946927","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dc33f29845946927","status":"passed","time":{"start":1714415539975,"stop":1714415539976,"duration":1}},{"uid":"da0684ca6f06d236","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/da0684ca6f06d236","status":"passed","time":{"start":1714415671314,"stop":1714415671315,"duration":1}},{"uid":"1f32ae79814dcaf3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1f32ae79814dcaf3","status":"passed","time":{"start":1714407878079,"stop":1714407878079,"duration":0}},{"uid":"f26d2c337b458598","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f26d2c337b458598","status":"passed","time":{"start":1714406907374,"stop":1714406907375,"duration":1}},{"uid":"1b15ce8e1671b030","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1b15ce8e1671b030","status":"passed","time":{"start":1714404685456,"stop":1714404685457,"duration":1}}]},"86a635af338376ae169b3a17a421d9a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c5c83ce96b39fc8","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/1c5c83ce96b39fc8","status":"passed","time":{"start":1713977433090,"stop":1713977433090,"duration":0}}]},"fda03cb1ba64013a6dcd7eb0409e02b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4eab7c79bccb786","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f4eab7c79bccb786","status":"passed","time":{"start":1714384745714,"stop":1714384745714,"duration":0}}]},"31383db738fa3d0738b413be0ba7987c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cfa81fa2b21fea4c","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/cfa81fa2b21fea4c","status":"passed","time":{"start":1713976948598,"stop":1713976948599,"duration":1}}]},"5049d3205dace835c2ee9639df17e248:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6201e41d894a8421","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/6201e41d894a8421","status":"passed","time":{"start":1714297352587,"stop":1714297352587,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":84,"unknown":0,"total":88},"items":[{"uid":"e1d7a120e82c5b90","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1d7a120e82c5b90","status":"passed","time":{"start":1714455040951,"stop":1714455040952,"duration":1}},{"uid":"2e15d083d2fa5684","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2e15d083d2fa5684","status":"passed","time":{"start":1714436268287,"stop":1714436268287,"duration":0}},{"uid":"6ba3de7bbd079b6c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6ba3de7bbd079b6c","status":"passed","time":{"start":1714435332510,"stop":1714435332511,"duration":1}},{"uid":"121ca70a8791ffcf","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/121ca70a8791ffcf","status":"passed","time":{"start":1714434024546,"stop":1714434024546,"duration":0}},{"uid":"91449b4b1b7bce6c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/91449b4b1b7bce6c","status":"passed","time":{"start":1714432565637,"stop":1714432565637,"duration":0}},{"uid":"f749e51437d1d3eb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f749e51437d1d3eb","status":"passed","time":{"start":1714432522120,"stop":1714432522120,"duration":0}},{"uid":"6b6bb75c2bdf37fd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6b6bb75c2bdf37fd","status":"passed","time":{"start":1714431292231,"stop":1714431292232,"duration":1}},{"uid":"31666015139819ee","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/31666015139819ee","status":"passed","time":{"start":1714431099568,"stop":1714431099568,"duration":0}},{"uid":"11aad00f1862cbd0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/11aad00f1862cbd0","status":"passed","time":{"start":1714430199274,"stop":1714430199274,"duration":0}},{"uid":"7c3cb9db5b083c59","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7c3cb9db5b083c59","status":"passed","time":{"start":1714429648115,"stop":1714429648115,"duration":0}},{"uid":"5bc8a947ac4f25a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5bc8a947ac4f25a","status":"passed","time":{"start":1714428049846,"stop":1714428049846,"duration":0}},{"uid":"cedf482707be9594","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cedf482707be9594","status":"passed","time":{"start":1714427797811,"stop":1714427797811,"duration":0}},{"uid":"4811758131ad8257","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4811758131ad8257","status":"passed","time":{"start":1714427149782,"stop":1714427149782,"duration":0}},{"uid":"6841cf85c411ce06","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6841cf85c411ce06","status":"passed","time":{"start":1714425847717,"stop":1714425847717,"duration":0}},{"uid":"be678d43a8ada583","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/be678d43a8ada583","status":"passed","time":{"start":1714425631836,"stop":1714425631837,"duration":1}},{"uid":"8a21f6f60614bda6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8a21f6f60614bda6","status":"broken","statusDetails":"expected +0 to equal 3","time":{"start":1714416880995,"stop":1714416880995,"duration":0}},{"uid":"11fe5e0503c0f65d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/11fe5e0503c0f65d","status":"passed","time":{"start":1714415951681,"stop":1714415951681,"duration":0}},{"uid":"987153e560de1c68","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/987153e560de1c68","status":"passed","time":{"start":1714408157232,"stop":1714408157232,"duration":0}},{"uid":"5cb3d4e0cc9df68c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5cb3d4e0cc9df68c","status":"passed","time":{"start":1714407185143,"stop":1714407185143,"duration":0}},{"uid":"aa86c11fa64e1dbf","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aa86c11fa64e1dbf","status":"passed","time":{"start":1714404964797,"stop":1714404964797,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"2fa994bdc9086411","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2fa994bdc9086411","status":"passed","time":{"start":1714454543150,"stop":1714454543156,"duration":6}},{"uid":"3f621a288e9f0c6a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3f621a288e9f0c6a","status":"passed","time":{"start":1714436104588,"stop":1714436104588,"duration":0}},{"uid":"964d86d3dc43c7b6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/964d86d3dc43c7b6","status":"passed","time":{"start":1714435165753,"stop":1714435165753,"duration":0}},{"uid":"a7a6d79ffbf66a6b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a7a6d79ffbf66a6b","status":"passed","time":{"start":1714433853745,"stop":1714433853746,"duration":1}},{"uid":"9b8cea3aa0f718ce","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9b8cea3aa0f718ce","status":"passed","time":{"start":1714432058508,"stop":1714432058508,"duration":0}},{"uid":"c4fa7da4a4882eba","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c4fa7da4a4882eba","status":"passed","time":{"start":1714432364375,"stop":1714432364375,"duration":0}},{"uid":"a3f49145fa33a291","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a3f49145fa33a291","status":"passed","time":{"start":1714431063431,"stop":1714431063432,"duration":1}},{"uid":"26c1220dc842ce38","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/26c1220dc842ce38","status":"passed","time":{"start":1714430877281,"stop":1714430877283,"duration":2}},{"uid":"f42a87f43daade98","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f42a87f43daade98","status":"passed","time":{"start":1714430032962,"stop":1714430032962,"duration":0}},{"uid":"4ce7815797456edd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4ce7815797456edd","status":"passed","time":{"start":1714429153596,"stop":1714429153596,"duration":0}},{"uid":"f97c678f9fb541e7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f97c678f9fb541e7","status":"passed","time":{"start":1714427918970,"stop":1714427918970,"duration":0}},{"uid":"788cc09fdce53d53","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/788cc09fdce53d53","status":"passed","time":{"start":1714427630819,"stop":1714427630819,"duration":0}},{"uid":"f744708c6de94c5c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f744708c6de94c5c","status":"passed","time":{"start":1714426988099,"stop":1714426988099,"duration":0}},{"uid":"532beba6e129da87","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/532beba6e129da87","status":"passed","time":{"start":1714425690514,"stop":1714425690514,"duration":0}},{"uid":"fac507d3fd180cde","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/fac507d3fd180cde","status":"passed","time":{"start":1714425467288,"stop":1714425467288,"duration":0}},{"uid":"8de71666732822a0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8de71666732822a0","status":"passed","time":{"start":1714415652338,"stop":1714415652339,"duration":1}},{"uid":"23c97c78d84e47da","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23c97c78d84e47da","status":"passed","time":{"start":1714415786953,"stop":1714415786953,"duration":0}},{"uid":"d77462e2c4594ff8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d77462e2c4594ff8","status":"passed","time":{"start":1714407994019,"stop":1714407994020,"duration":1}},{"uid":"6ebad383e6a0c053","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6ebad383e6a0c053","status":"passed","time":{"start":1714407017330,"stop":1714407017331,"duration":1}},{"uid":"ee9660c85f749cb8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ee9660c85f749cb8","status":"passed","time":{"start":1714404801241,"stop":1714404801250,"duration":9}}]},"8b92b6f344eaf7fd1ce22e56a3ba2b87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12d42e8701f23418","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/12d42e8701f23418","status":"passed","time":{"start":1714380503461,"stop":1714380503462,"duration":1}}]},"011a06830ca5be355b4f4374b3a32f72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29e3b2b6cc4afee","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/29e3b2b6cc4afee","status":"passed","time":{"start":1714130872621,"stop":1714130872621,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"107db3233676f4ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/107db3233676f4ee","status":"passed","time":{"start":1714454227469,"stop":1714454227469,"duration":0}},{"uid":"b4488c893dd5c7cc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b4488c893dd5c7cc","status":"passed","time":{"start":1714435777401,"stop":1714435777401,"duration":0}},{"uid":"393ab18b920d94a7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/393ab18b920d94a7","status":"passed","time":{"start":1714434844498,"stop":1714434844499,"duration":1}},{"uid":"cedde109c12ba08e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cedde109c12ba08e","status":"passed","time":{"start":1714433535969,"stop":1714433535970,"duration":1}},{"uid":"2b1cfc9bfae7a92b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2b1cfc9bfae7a92b","status":"passed","time":{"start":1714431743520,"stop":1714431743520,"duration":0}},{"uid":"d4101d9c80297918","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d4101d9c80297918","status":"passed","time":{"start":1714432002435,"stop":1714432002435,"duration":0}},{"uid":"11d726ae461d941a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/11d726ae461d941a","status":"passed","time":{"start":1714430732679,"stop":1714430732679,"duration":0}},{"uid":"b5d65a7be9b49906","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b5d65a7be9b49906","status":"passed","time":{"start":1714430508158,"stop":1714430508159,"duration":1}},{"uid":"17c7e3bde94e878f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/17c7e3bde94e878f","status":"passed","time":{"start":1714429693103,"stop":1714429693103,"duration":0}},{"uid":"a163f6c290cc9f52","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a163f6c290cc9f52","status":"passed","time":{"start":1714428818255,"stop":1714428818255,"duration":0}},{"uid":"a17f8fc4d4d2d1f2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a17f8fc4d4d2d1f2","status":"passed","time":{"start":1714427601305,"stop":1714427601306,"duration":1}},{"uid":"1ac7d7379907031f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1ac7d7379907031f","status":"passed","time":{"start":1714427308821,"stop":1714427308821,"duration":0}},{"uid":"640b3f5bff30d4f4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/640b3f5bff30d4f4","status":"passed","time":{"start":1714426655777,"stop":1714426655781,"duration":4}},{"uid":"f24857c6ecb0072c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f24857c6ecb0072c","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420737,"stop":1714425420737,"duration":0}},{"uid":"cb84bdbd0498add5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cb84bdbd0498add5","status":"passed","time":{"start":1714425137453,"stop":1714425137453,"duration":0}},{"uid":"5a58903d67452b33","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5a58903d67452b33","status":"passed","time":{"start":1714415306375,"stop":1714415306376,"duration":1}},{"uid":"f5c064dc8a3c5ba4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f5c064dc8a3c5ba4","status":"passed","time":{"start":1714415441030,"stop":1714415441030,"duration":0}},{"uid":"626ca705c11ec1bd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/626ca705c11ec1bd","status":"passed","time":{"start":1714407661419,"stop":1714407661419,"duration":0}},{"uid":"17d43280cbb5c058","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/17d43280cbb5c058","status":"passed","time":{"start":1714406688866,"stop":1714406688866,"duration":0}},{"uid":"9f3b649500256ba2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9f3b649500256ba2","status":"passed","time":{"start":1714404480624,"stop":1714404480625,"duration":1}}]},"e51f830d45decda04cc1e8a0aa4cd834:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc67ee69775c8e8c","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/fc67ee69775c8e8c","status":"passed","time":{"start":1714004335335,"stop":1714004335336,"duration":1}}]},"f318eba8949992fb6ab1e2f622ca1c56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca0c260259585310","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ca0c260259585310","status":"passed","time":{"start":1714385080724,"stop":1714385080724,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"535754dedc17a9c7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/535754dedc17a9c7","status":"passed","time":{"start":1714453952288,"stop":1714453952288,"duration":0}},{"uid":"c9678aa1912c86de","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c9678aa1912c86de","status":"passed","time":{"start":1714435510938,"stop":1714435510939,"duration":1}},{"uid":"e7d5c681cf268f32","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e7d5c681cf268f32","status":"passed","time":{"start":1714434580037,"stop":1714434580038,"duration":1}},{"uid":"f8a0eb28dff86b85","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f8a0eb28dff86b85","status":"passed","time":{"start":1714433274942,"stop":1714433274942,"duration":0}},{"uid":"9a1a4ec6a2e8d4b9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9a1a4ec6a2e8d4b9","status":"passed","time":{"start":1714431472598,"stop":1714431472599,"duration":1}},{"uid":"e636559532c06520","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e636559532c06520","status":"passed","time":{"start":1714431736477,"stop":1714431736478,"duration":1}},{"uid":"317875fb7550381c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/317875fb7550381c","status":"passed","time":{"start":1714430459328,"stop":1714430459329,"duration":1}},{"uid":"bd6d6370a3e54bf4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bd6d6370a3e54bf4","status":"passed","time":{"start":1714430251098,"stop":1714430251098,"duration":0}},{"uid":"c2e215fcfdea4e61","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c2e215fcfdea4e61","status":"passed","time":{"start":1714429414589,"stop":1714429414589,"duration":0}},{"uid":"6ceda3fee165efd1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6ceda3fee165efd1","status":"passed","time":{"start":1714428556952,"stop":1714428556953,"duration":1}},{"uid":"5258308c757715de","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5258308c757715de","status":"passed","time":{"start":1714427334699,"stop":1714427334700,"duration":1}},{"uid":"4ea88d38ef2d235e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4ea88d38ef2d235e","status":"passed","time":{"start":1714427035563,"stop":1714427035564,"duration":1}},{"uid":"bea1975060eebbca","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bea1975060eebbca","status":"passed","time":{"start":1714426384794,"stop":1714426384795,"duration":1}},{"uid":"b85a3a112937bc32","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b85a3a112937bc32","status":"passed","time":{"start":1714424486876,"stop":1714424486877,"duration":1}},{"uid":"a2193b4420dd1e4c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a2193b4420dd1e4c","status":"passed","time":{"start":1714424877425,"stop":1714424877426,"duration":1}},{"uid":"6e8c479a5d260e1b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6e8c479a5d260e1b","status":"passed","time":{"start":1714415030101,"stop":1714415030101,"duration":0}},{"uid":"8a23dbefd7ff30ae","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8a23dbefd7ff30ae","status":"passed","time":{"start":1714415183071,"stop":1714415183071,"duration":0}},{"uid":"5e6b88a55320c577","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5e6b88a55320c577","status":"passed","time":{"start":1714407390401,"stop":1714407390402,"duration":1}},{"uid":"5ef9de2221abfc29","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5ef9de2221abfc29","status":"passed","time":{"start":1714406417789,"stop":1714406417790,"duration":1}},{"uid":"392d20a23d8c38e5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/392d20a23d8c38e5","status":"passed","time":{"start":1714404207522,"stop":1714404207523,"duration":1}}]},"9a528a6c267f34c1a7418a1bf559fa1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bac0c8b22db936eb","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bac0c8b22db936eb","status":"passed","time":{"start":1714430892463,"stop":1714430892464,"duration":1}}]},"2de27474abc9b0ea9d12ebe720bfaa82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81ba95f43cc88a02","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/81ba95f43cc88a02","status":"passed","time":{"start":1714380112853,"stop":1714380112853,"duration":0}}]},"6d839ad984a50da69210dace549a8ca8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c40980cbad973a1d","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/c40980cbad973a1d","status":"passed","time":{"start":1714221389927,"stop":1714221389927,"duration":0}}]},"93b3b014d1a62936861a1e331711a19f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5beda95112fc995b","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/5beda95112fc995b","status":"passed","time":{"start":1714045729022,"stop":1714045729022,"duration":0}}]},"073ed9a1612c9e1342399429a3167411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb89ac9859a1d51a","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/fb89ac9859a1d51a","status":"passed","time":{"start":1714040273036,"stop":1714040273037,"duration":1}}]},"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":84,"unknown":0,"total":88},"items":[{"uid":"949ad993f0999974","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/949ad993f0999974","status":"passed","time":{"start":1714454253972,"stop":1714454253972,"duration":0}},{"uid":"4f53e24213bae31d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4f53e24213bae31d","status":"passed","time":{"start":1714435800546,"stop":1714435800547,"duration":1}},{"uid":"1ce606b226512d89","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1ce606b226512d89","status":"passed","time":{"start":1714434868887,"stop":1714434868888,"duration":1}},{"uid":"434e2710b673b48d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/434e2710b673b48d","status":"passed","time":{"start":1714433558965,"stop":1714433558965,"duration":0}},{"uid":"723c18a1e6ee7e08","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/723c18a1e6ee7e08","status":"passed","time":{"start":1714431775286,"stop":1714431775286,"duration":0}},{"uid":"f19434b9a3bbe5ed","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f19434b9a3bbe5ed","status":"passed","time":{"start":1714432112505,"stop":1714432112505,"duration":0}},{"uid":"4151bfc395a7c2b1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4151bfc395a7c2b1","status":"passed","time":{"start":1714430779497,"stop":1714430779497,"duration":0}},{"uid":"1cf83cefa400c853","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1cf83cefa400c853","status":"passed","time":{"start":1714430619818,"stop":1714430619818,"duration":0}},{"uid":"e6f47c25a067bf03","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e6f47c25a067bf03","status":"passed","time":{"start":1714429728494,"stop":1714429728494,"duration":0}},{"uid":"97541e473094d26c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/97541e473094d26c","status":"passed","time":{"start":1714428861499,"stop":1714428861499,"duration":0}},{"uid":"252435c4c164bf30","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/252435c4c164bf30","status":"passed","time":{"start":1714427639900,"stop":1714427639900,"duration":0}},{"uid":"d21a5a9c6a52e2a4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d21a5a9c6a52e2a4","status":"passed","time":{"start":1714427327894,"stop":1714427327894,"duration":0}},{"uid":"669ebb85a8ae39b2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/669ebb85a8ae39b2","status":"passed","time":{"start":1714426699054,"stop":1714426699054,"duration":0}},{"uid":"602305427700720a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/602305427700720a","status":"passed","time":{"start":1714425430100,"stop":1714425430101,"duration":1}},{"uid":"c250064f9b58e90e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c250064f9b58e90e","status":"passed","time":{"start":1714425175292,"stop":1714425175292,"duration":0}},{"uid":"f45b002c0fd9434","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f45b002c0fd9434","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714415341816,"stop":1714415341817,"duration":1}},{"uid":"54af33614b1c7591","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/54af33614b1c7591","status":"passed","time":{"start":1714415503253,"stop":1714415503254,"duration":1}},{"uid":"10858b59f7d0834a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/10858b59f7d0834a","status":"passed","time":{"start":1714407698911,"stop":1714407698911,"duration":0}},{"uid":"3a8a29712a49d4c5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3a8a29712a49d4c5","status":"passed","time":{"start":1714406727950,"stop":1714406727951,"duration":1}},{"uid":"6ea3a3335fd8428e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6ea3a3335fd8428e","status":"passed","time":{"start":1714404520028,"stop":1714404520029,"duration":1}}]},"9a59ab2009a303a11a43f308e2f0edad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0f3b9af0c5ec144","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e0f3b9af0c5ec144","status":"passed","time":{"start":1714404488171,"stop":1714404488171,"duration":0}}]},"28c2ab00adbfd8e0d1b1a14dc6061743:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7efbc6adc4237306","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/7efbc6adc4237306","status":"passed","time":{"start":1714169472815,"stop":1714169472815,"duration":0}}]},"0d2033b2daedb07f2b7213549b0ab85d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"946e8675c0ded857","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/946e8675c0ded857","status":"passed","time":{"start":1714018087433,"stop":1714018087433,"duration":0}}]},"89f1a9643f06dd20b2e5375bb261178e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f379e7317bccc1d","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/5f379e7317bccc1d","status":"passed","time":{"start":1714008071089,"stop":1714008071090,"duration":1}}]},"599118b22547e5e4fafae60f1ad0a3e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d49bf2e8f3558c4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4d49bf2e8f3558c4","status":"passed","time":{"start":1714426875130,"stop":1714426875131,"duration":1}}]},"ff10801d99cb8ad814e3da8c1101e3bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a06522c86502a55","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3a06522c86502a55","status":"passed","time":{"start":1714415236753,"stop":1714415236753,"duration":0}}]},"1e3173e62f468796a9f19b9fbca3e6b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65c6192e59031543","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/65c6192e59031543","status":"passed","time":{"start":1714381747120,"stop":1714381747121,"duration":1}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"bf64358b433daf75","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bf64358b433daf75","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"duration":0}},{"uid":"1607a08164a25abe","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1607a08164a25abe","status":"passed","time":{"start":1714435491293,"stop":1714435491293,"duration":0}},{"uid":"f8ec175291d982d9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f8ec175291d982d9","status":"passed","time":{"start":1714434560399,"stop":1714434560399,"duration":0}},{"uid":"3c8421234b81e3b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3c8421234b81e3b","status":"passed","time":{"start":1714433255380,"stop":1714433255380,"duration":0}},{"uid":"5ad7ec08692b690","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5ad7ec08692b690","status":"passed","time":{"start":1714431453275,"stop":1714431453275,"duration":0}},{"uid":"7394702d0cc7f469","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7394702d0cc7f469","status":"passed","time":{"start":1714431716854,"stop":1714431716855,"duration":1}},{"uid":"b053a61411b68a8e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b053a61411b68a8e","status":"passed","time":{"start":1714430439316,"stop":1714430439316,"duration":0}},{"uid":"85dfeba5aade5732","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/85dfeba5aade5732","status":"passed","time":{"start":1714430231611,"stop":1714430231611,"duration":0}},{"uid":"7476e66cdc2f299d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7476e66cdc2f299d","status":"passed","time":{"start":1714429393356,"stop":1714429393356,"duration":0}},{"uid":"e9c87eea7f799a65","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e9c87eea7f799a65","status":"passed","time":{"start":1714428537107,"stop":1714428537107,"duration":0}},{"uid":"10acac13714afc2a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/10acac13714afc2a","status":"passed","time":{"start":1714427314627,"stop":1714427314627,"duration":0}},{"uid":"42ad7a81b28950a9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/42ad7a81b28950a9","status":"passed","time":{"start":1714427015824,"stop":1714427015824,"duration":0}},{"uid":"59b8e1af565ee29a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/59b8e1af565ee29a","status":"passed","time":{"start":1714426364741,"stop":1714426364741,"duration":0}},{"uid":"1bfdd2e72bfde97d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1bfdd2e72bfde97d","status":"passed","time":{"start":1714424467269,"stop":1714424467269,"duration":0}},{"uid":"ac6050d981f77b65","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ac6050d981f77b65","status":"passed","time":{"start":1714424857621,"stop":1714424857621,"duration":0}},{"uid":"f3e917b9b8ef57a6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f3e917b9b8ef57a6","status":"passed","time":{"start":1714415010229,"stop":1714415010229,"duration":0}},{"uid":"62d28c4a5648137","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/62d28c4a5648137","status":"passed","time":{"start":1714415163527,"stop":1714415163527,"duration":0}},{"uid":"1caf609f4edc43d7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1caf609f4edc43d7","status":"passed","time":{"start":1714407370714,"stop":1714407370714,"duration":0}},{"uid":"1ace7979c8d73851","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1ace7979c8d73851","status":"passed","time":{"start":1714406397861,"stop":1714406397862,"duration":1}},{"uid":"b9249b93db563a82","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b9249b93db563a82","status":"passed","time":{"start":1714404187713,"stop":1714404187714,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"177075e0e50478e2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/177075e0e50478e2","status":"passed","time":{"start":1714453932711,"stop":1714453932711,"duration":0}},{"uid":"eb2d57224033a2f0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/eb2d57224033a2f0","status":"passed","time":{"start":1714435490590,"stop":1714435490590,"duration":0}},{"uid":"b95677e7c42f98d4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b95677e7c42f98d4","status":"passed","time":{"start":1714434559570,"stop":1714434559571,"duration":1}},{"uid":"cca78166a054aa68","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cca78166a054aa68","status":"passed","time":{"start":1714433254664,"stop":1714433254665,"duration":1}},{"uid":"495d113af0f1d984","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/495d113af0f1d984","status":"passed","time":{"start":1714431452652,"stop":1714431452652,"duration":0}},{"uid":"493460226f6cdcbb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/493460226f6cdcbb","status":"passed","time":{"start":1714431716090,"stop":1714431716091,"duration":1}},{"uid":"6ef41142c5aedf68","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6ef41142c5aedf68","status":"passed","time":{"start":1714430438510,"stop":1714430438511,"duration":1}},{"uid":"8996096b961bc5fc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8996096b961bc5fc","status":"passed","time":{"start":1714430230970,"stop":1714430230970,"duration":0}},{"uid":"697deac1a095e9ba","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/697deac1a095e9ba","status":"passed","time":{"start":1714429392684,"stop":1714429392684,"duration":0}},{"uid":"db66a1c582a960cd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/db66a1c582a960cd","status":"passed","time":{"start":1714428536306,"stop":1714428536306,"duration":0}},{"uid":"a5edd62fb2db7cbd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a5edd62fb2db7cbd","status":"passed","time":{"start":1714427313743,"stop":1714427313743,"duration":0}},{"uid":"8e3c0fcd9a6f09d5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8e3c0fcd9a6f09d5","status":"passed","time":{"start":1714427015247,"stop":1714427015248,"duration":1}},{"uid":"2aa86562a065347b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2aa86562a065347b","status":"passed","time":{"start":1714426364082,"stop":1714426364082,"duration":0}},{"uid":"b9b33500a99358d9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b9b33500a99358d9","status":"passed","time":{"start":1714424466617,"stop":1714424466617,"duration":0}},{"uid":"99bec59a807a38ca","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/99bec59a807a38ca","status":"passed","time":{"start":1714424856929,"stop":1714424856930,"duration":1}},{"uid":"48bb619e52b13f1a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/48bb619e52b13f1a","status":"passed","time":{"start":1714415009493,"stop":1714415009494,"duration":1}},{"uid":"63c8622c3cb60150","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/63c8622c3cb60150","status":"passed","time":{"start":1714415162815,"stop":1714415162816,"duration":1}},{"uid":"73e17d9ceed092ce","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/73e17d9ceed092ce","status":"passed","time":{"start":1714407369934,"stop":1714407369935,"duration":1}},{"uid":"b7f20679f33f2a7b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b7f20679f33f2a7b","status":"passed","time":{"start":1714406397067,"stop":1714406397067,"duration":0}},{"uid":"d4ae9d9807d99288","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d4ae9d9807d99288","status":"passed","time":{"start":1714404187043,"stop":1714404187044,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"6355d150384b23bb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6355d150384b23bb","status":"passed","time":{"start":1714454365882,"stop":1714454365882,"duration":0}},{"uid":"23388873fac16ccb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/23388873fac16ccb","status":"passed","time":{"start":1714435932822,"stop":1714435932823,"duration":1}},{"uid":"47354fd9c9ac2a3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/47354fd9c9ac2a3","status":"passed","time":{"start":1714435006842,"stop":1714435006842,"duration":0}},{"uid":"e56600ff34692cb2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e56600ff34692cb2","status":"passed","time":{"start":1714433693923,"stop":1714433693923,"duration":0}},{"uid":"70c1bb1170a08c7d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/70c1bb1170a08c7d","status":"passed","time":{"start":1714431888545,"stop":1714431888546,"duration":1}},{"uid":"a62c0cf40e4c93a2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a62c0cf40e4c93a2","status":"passed","time":{"start":1714432201976,"stop":1714432201977,"duration":1}},{"uid":"3a0d8488aef22328","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3a0d8488aef22328","status":"passed","time":{"start":1714430892449,"stop":1714430892450,"duration":1}},{"uid":"fdb867c46ac73480","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fdb867c46ac73480","status":"passed","time":{"start":1714430720932,"stop":1714430720933,"duration":1}},{"uid":"44f8d2f770eff2f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/44f8d2f770eff2f","status":"passed","time":{"start":1714429855255,"stop":1714429855256,"duration":1}},{"uid":"3b9378856e72ca9e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3b9378856e72ca9e","status":"passed","time":{"start":1714428989409,"stop":1714428989409,"duration":0}},{"uid":"4439c99850bcbb53","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4439c99850bcbb53","status":"passed","time":{"start":1714427767174,"stop":1714427767174,"duration":0}},{"uid":"15c1cb699682c7e4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/15c1cb699682c7e4","status":"passed","time":{"start":1714427460520,"stop":1714427460520,"duration":0}},{"uid":"d38af08d0b799ff5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d38af08d0b799ff5","status":"passed","time":{"start":1714426812801,"stop":1714426812801,"duration":0}},{"uid":"f7eb3283b2e61a39","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f7eb3283b2e61a39","status":"passed","time":{"start":1714425528582,"stop":1714425528583,"duration":1}},{"uid":"11856b5a8570b7b4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/11856b5a8570b7b4","status":"passed","time":{"start":1714425301085,"stop":1714425301088,"duration":3}},{"uid":"a4efde27aa93416","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a4efde27aa93416","status":"passed","time":{"start":1714415473249,"stop":1714415473250,"duration":1}},{"uid":"ce99353283e9a006","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ce99353283e9a006","status":"passed","time":{"start":1714415615348,"stop":1714415615348,"duration":0}},{"uid":"3a5083e93ab7ec02","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3a5083e93ab7ec02","status":"passed","time":{"start":1714407816862,"stop":1714407816862,"duration":0}},{"uid":"50479d4258bad4ed","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/50479d4258bad4ed","status":"passed","time":{"start":1714406861586,"stop":1714406861586,"duration":0}},{"uid":"8992126f34813114","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8992126f34813114","status":"passed","time":{"start":1714404628272,"stop":1714404628272,"duration":0}}]},"6e83ce1a2c85942012cd403905cd5ea1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abdf58c2c4764581","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/abdf58c2c4764581","status":"passed","time":{"start":1714145924571,"stop":1714145924571,"duration":0}}]},"0a8727c8fbc030e3d0be7fa3d4e74240:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8aaf9a7b08d4f3b3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8aaf9a7b08d4f3b3","status":"passed","time":{"start":1714427530058,"stop":1714427530058,"duration":0}}]},"6ff1a5afc42ca7a4e9bd7aa7d89ec634:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b985c6d1e73b86ea","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/b985c6d1e73b86ea","status":"passed","time":{"start":1713996785412,"stop":1713996785413,"duration":1}}]},"56d1169696c3fd90161967ba05990432:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c624d35c98e25725","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c624d35c98e25725","status":"passed","time":{"start":1714425586969,"stop":1714425586969,"duration":0}}]},"d00c2bab7ece18c1d4ab5fac5fcb0cc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96b1d434bcaa300f","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/96b1d434bcaa300f","status":"passed","time":{"start":1714296273403,"stop":1714296273403,"duration":0}}]},"5cff387c574f81d6058dbfa6d2df5fea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"198b305ae5771d87","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/198b305ae5771d87","status":"passed","time":{"start":1714033799785,"stop":1714033799786,"duration":1}}]},"8ff3648b6b3b79a197502959a5ccf502:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8a1f369ae02ede7","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e8a1f369ae02ede7","status":"passed","time":{"start":1714229013667,"stop":1714229013668,"duration":1}}]},"2694b796f18cc9caf7283643cccef7db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9d26a4619d3e7dd","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/b9d26a4619d3e7dd","status":"passed","time":{"start":1713987569561,"stop":1713987569562,"duration":1}}]},"c8a69fa4e12540c10b7b5fb2621978a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86f125fc15599b24","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/86f125fc15599b24","status":"passed","time":{"start":1714381639318,"stop":1714381639318,"duration":0}}]},"234c5a03bc3737e238ec4a89718f8af1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbd9bf6a2ca17a85","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/bbd9bf6a2ca17a85","status":"passed","time":{"start":1714169433161,"stop":1714169433161,"duration":0}}]},"cb68e1fe44a98f71776ca45dfa6914a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d442e1d2d910359","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/1d442e1d2d910359","status":"passed","time":{"start":1714383172378,"stop":1714383172381,"duration":3}}]},"92da226afb605baf1d13cf85e94023f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e50ec93b724697a1","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/e50ec93b724697a1","status":"passed","time":{"start":1713988983906,"stop":1713988983907,"duration":1}}]},"54521dd3ae1b26a4f0b9c82c76291dbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c508912dd85e1d02","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c508912dd85e1d02","status":"passed","time":{"start":1714297312888,"stop":1714297312889,"duration":1}}]},"814cb43f0690553834c4e03582f6a160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d17f59fb8f80efc","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/4d17f59fb8f80efc","status":"passed","time":{"start":1714123393508,"stop":1714123393509,"duration":1}}]},"5ec4cdeae16d7760c5a635844cd515aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d060d47b3cb9ae42","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/d060d47b3cb9ae42","status":"passed","time":{"start":1713987354768,"stop":1713987354769,"duration":1}}]},"bfd1b5d76c49eebd3c40481cd07ad757:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d28a3bcfecb44b6","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/4d28a3bcfecb44b6","status":"passed","time":{"start":1714080498796,"stop":1714080498797,"duration":1}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":83,"unknown":0,"total":86},"items":[{"uid":"bc89187ee8b9f93","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bc89187ee8b9f93","status":"passed","time":{"start":1714454048328,"stop":1714454048329,"duration":1}},{"uid":"98e35a344c258378","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/98e35a344c258378","status":"passed","time":{"start":1714435606848,"stop":1714435606848,"duration":0}},{"uid":"3e4372847ea8337a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3e4372847ea8337a","status":"passed","time":{"start":1714434675156,"stop":1714434675156,"duration":0}},{"uid":"6fc5f3d5620a0c30","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6fc5f3d5620a0c30","status":"passed","time":{"start":1714433371584,"stop":1714433371585,"duration":1}},{"uid":"c018bf805202dfee","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c018bf805202dfee","status":"passed","time":{"start":1714431572722,"stop":1714431572723,"duration":1}},{"uid":"33c691e768930439","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/33c691e768930439","status":"passed","time":{"start":1714431830833,"stop":1714431830834,"duration":1}},{"uid":"e8af89f208a36d99","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e8af89f208a36d99","status":"passed","time":{"start":1714430561833,"stop":1714430561833,"duration":0}},{"uid":"7f027424034822fd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7f027424034822fd","status":"passed","time":{"start":1714430339331,"stop":1714430339331,"duration":0}},{"uid":"4fa4d705b303d47b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4fa4d705b303d47b","status":"passed","time":{"start":1714429522159,"stop":1714429522160,"duration":1}},{"uid":"6d5b6c7c47004585","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6d5b6c7c47004585","status":"passed","time":{"start":1714428655952,"stop":1714428655953,"duration":1}},{"uid":"2e7a9ff3d6cfb55b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2e7a9ff3d6cfb55b","status":"passed","time":{"start":1714427434616,"stop":1714427434616,"duration":0}},{"uid":"ab12e529110a75a1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ab12e529110a75a1","status":"passed","time":{"start":1714427135387,"stop":1714427135387,"duration":0}},{"uid":"cf09e49e1696943c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cf09e49e1696943c","status":"passed","time":{"start":1714426488646,"stop":1714426488646,"duration":0}},{"uid":"8ac2428811580694","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8ac2428811580694","status":"broken","statusDetails":"window is not defined","time":{"start":1714424744108,"stop":1714424744108,"duration":0}},{"uid":"c3fd8c794759f517","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c3fd8c794759f517","status":"passed","time":{"start":1714424974893,"stop":1714424974894,"duration":1}},{"uid":"2c3dfa26f2a513f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2c3dfa26f2a513f1","status":"passed","time":{"start":1714415124865,"stop":1714415124865,"duration":0}},{"uid":"47c4f60a1f305802","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/47c4f60a1f305802","status":"passed","time":{"start":1714415287310,"stop":1714415287310,"duration":0}},{"uid":"72c4c1bed649dd57","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/72c4c1bed649dd57","status":"passed","time":{"start":1714407489066,"stop":1714407489066,"duration":0}},{"uid":"c0610e8be68eb05e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c0610e8be68eb05e","status":"passed","time":{"start":1714406515688,"stop":1714406515688,"duration":0}},{"uid":"5714aed0d8052cda","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5714aed0d8052cda","status":"passed","time":{"start":1714404308197,"stop":1714404308197,"duration":0}}]},"3f87636357880780bffb06b0a06170f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66970d05c24469c7","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/66970d05c24469c7","status":"passed","time":{"start":1714154294479,"stop":1714154294479,"duration":0}}]},"4610fd93e7d40274804baa0bdf4ce68b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3a7359abbc1f91","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/c3a7359abbc1f91","status":"passed","time":{"start":1714383216309,"stop":1714383216309,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"273c614a2e9fbf79","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/273c614a2e9fbf79","status":"passed","time":{"start":1714454532111,"stop":1714454532118,"duration":7}},{"uid":"c110e589db3eeb68","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c110e589db3eeb68","status":"passed","time":{"start":1714436094196,"stop":1714436094196,"duration":0}},{"uid":"a7ef242cae063a6e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a7ef242cae063a6e","status":"passed","time":{"start":1714435163807,"stop":1714435163808,"duration":1}},{"uid":"51bf9b69663bebcb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/51bf9b69663bebcb","status":"passed","time":{"start":1714433852600,"stop":1714433852601,"duration":1}},{"uid":"1ec2a4b3f8b77df8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1ec2a4b3f8b77df8","status":"passed","time":{"start":1714432063847,"stop":1714432063848,"duration":1}},{"uid":"c369ab9865106bd4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c369ab9865106bd4","status":"passed","time":{"start":1714432359668,"stop":1714432359668,"duration":0}},{"uid":"60225a8a2458d672","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/60225a8a2458d672","status":"passed","time":{"start":1714431050886,"stop":1714431050887,"duration":1}},{"uid":"64db6dc871d82b33","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/64db6dc871d82b33","status":"passed","time":{"start":1714430874567,"stop":1714430874567,"duration":0}},{"uid":"d223a558262a4ef9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d223a558262a4ef9","status":"passed","time":{"start":1714430022714,"stop":1714430022715,"duration":1}},{"uid":"dfee3028017ff6cc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dfee3028017ff6cc","status":"passed","time":{"start":1714429144648,"stop":1714429144648,"duration":0}},{"uid":"3674a8d462b23d7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3674a8d462b23d7","status":"passed","time":{"start":1714427925998,"stop":1714427925998,"duration":0}},{"uid":"f7905b0e564ac281","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f7905b0e564ac281","status":"passed","time":{"start":1714427629045,"stop":1714427629046,"duration":1}},{"uid":"9584f0045cb2772c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9584f0045cb2772c","status":"passed","time":{"start":1714426975370,"stop":1714426975370,"duration":0}},{"uid":"dba761cd6ef5298e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/dba761cd6ef5298e","status":"passed","time":{"start":1714425690219,"stop":1714425690220,"duration":1}},{"uid":"85d07ab921dd0731","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/85d07ab921dd0731","status":"passed","time":{"start":1714425473187,"stop":1714425473188,"duration":1}},{"uid":"462f284377312e55","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/462f284377312e55","status":"passed","time":{"start":1714415666100,"stop":1714415666100,"duration":0}},{"uid":"ea4168547ccb8812","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ea4168547ccb8812","status":"passed","time":{"start":1714415773700,"stop":1714415773700,"duration":0}},{"uid":"60b2955320b1c841","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/60b2955320b1c841","status":"passed","time":{"start":1714407989499,"stop":1714407989500,"duration":1}},{"uid":"b8b61d4fc81ba83f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b8b61d4fc81ba83f","status":"passed","time":{"start":1714407016608,"stop":1714407016609,"duration":1}},{"uid":"94e82d366d6c16c2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/94e82d366d6c16c2","status":"passed","time":{"start":1714404796527,"stop":1714404796529,"duration":2}}]},"9f880541d4aa2d62b67c4054b648f9c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46c97db65847f2b5","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/46c97db65847f2b5","status":"passed","time":{"start":1714240376926,"stop":1714240376926,"duration":0}}]},"2174614456f13cd4a724ee4689d342d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"516a7fbf3a602dd","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/516a7fbf3a602dd","status":"passed","time":{"start":1714214810757,"stop":1714214810757,"duration":0}}]},"71bfc44ed903510e83179823307df988:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6ba87fcefc87dde","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/c6ba87fcefc87dde","status":"passed","time":{"start":1713982981147,"stop":1713982981147,"duration":0}}]},"4ae523f63f9dddaa5fd772386119efbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"20c97dec52034510","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/20c97dec52034510","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908893,"stop":1713976908893,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"9dec738be8fe8cf0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9dec738be8fe8cf0","status":"passed","time":{"start":1714453937810,"stop":1714453937810,"duration":0}},{"uid":"614dfb400393308d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/614dfb400393308d","status":"passed","time":{"start":1714435495779,"stop":1714435495779,"duration":0}},{"uid":"108d850cced96daa","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/108d850cced96daa","status":"passed","time":{"start":1714434564970,"stop":1714434564971,"duration":1}},{"uid":"9aa5ea186cfe2b8c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9aa5ea186cfe2b8c","status":"passed","time":{"start":1714433260122,"stop":1714433260122,"duration":0}},{"uid":"4a0f3e544ed0899d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4a0f3e544ed0899d","status":"passed","time":{"start":1714431457877,"stop":1714431457877,"duration":0}},{"uid":"b707ec21356ef043","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b707ec21356ef043","status":"passed","time":{"start":1714431721495,"stop":1714431721495,"duration":0}},{"uid":"a25fe5b6d8b87797","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a25fe5b6d8b87797","status":"passed","time":{"start":1714430444016,"stop":1714430444016,"duration":0}},{"uid":"12125be098eb70c9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/12125be098eb70c9","status":"passed","time":{"start":1714430236204,"stop":1714430236205,"duration":1}},{"uid":"214cb69fd866b2ad","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/214cb69fd866b2ad","status":"passed","time":{"start":1714429398517,"stop":1714429398518,"duration":1}},{"uid":"273b1f9944570f83","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/273b1f9944570f83","status":"passed","time":{"start":1714428541716,"stop":1714428541717,"duration":1}},{"uid":"f7d8803803b5d994","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f7d8803803b5d994","status":"passed","time":{"start":1714427319288,"stop":1714427319288,"duration":0}},{"uid":"290e2f6a41d9297f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/290e2f6a41d9297f","status":"passed","time":{"start":1714427020495,"stop":1714427020496,"duration":1}},{"uid":"e0ce37550da80985","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e0ce37550da80985","status":"passed","time":{"start":1714426369558,"stop":1714426369558,"duration":0}},{"uid":"e4135220357261b3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e4135220357261b3","status":"passed","time":{"start":1714424472019,"stop":1714424472019,"duration":0}},{"uid":"d719edb843e5d251","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d719edb843e5d251","status":"passed","time":{"start":1714424862405,"stop":1714424862405,"duration":0}},{"uid":"46358adad72d53e4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/46358adad72d53e4","status":"passed","time":{"start":1714415015032,"stop":1714415015033,"duration":1}},{"uid":"23f73d92398c6df9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23f73d92398c6df9","status":"passed","time":{"start":1714415168406,"stop":1714415168406,"duration":0}},{"uid":"b7888cf68abe2514","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b7888cf68abe2514","status":"passed","time":{"start":1714407375375,"stop":1714407375376,"duration":1}},{"uid":"1121bd8060b8732f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1121bd8060b8732f","status":"passed","time":{"start":1714406402686,"stop":1714406402686,"duration":0}},{"uid":"11615d2761ab3ce6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/11615d2761ab3ce6","status":"passed","time":{"start":1714404192497,"stop":1714404192498,"duration":1}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"c025c083c5d3ea34","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c025c083c5d3ea34","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"duration":0}},{"uid":"ac8fa26f73735bb8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ac8fa26f73735bb8","status":"passed","time":{"start":1714436158722,"stop":1714436158722,"duration":0}},{"uid":"aaeaf30a1ab0feaa","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/aaeaf30a1ab0feaa","status":"passed","time":{"start":1714435237009,"stop":1714435237010,"duration":1}},{"uid":"26a54ea26d89df6c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/26a54ea26d89df6c","status":"passed","time":{"start":1714433925094,"stop":1714433925094,"duration":0}},{"uid":"2a88aa4c11bc02bd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2a88aa4c11bc02bd","status":"passed","time":{"start":1714432132881,"stop":1714432132881,"duration":0}},{"uid":"7257c507fc7517fa","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7257c507fc7517fa","status":"passed","time":{"start":1714432392960,"stop":1714432392961,"duration":1}},{"uid":"17b96bf2d92a9a15","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/17b96bf2d92a9a15","status":"passed","time":{"start":1714431131879,"stop":1714431131879,"duration":0}},{"uid":"354ba627c5f60c31","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/354ba627c5f60c31","status":"passed","time":{"start":1714430918771,"stop":1714430918771,"duration":0}},{"uid":"8c743e7016439f89","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8c743e7016439f89","status":"passed","time":{"start":1714430104198,"stop":1714430104198,"duration":0}},{"uid":"c609f9c0cee0ac4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c609f9c0cee0ac4","status":"passed","time":{"start":1714429213866,"stop":1714429213867,"duration":1}},{"uid":"b1c39f5eb08be28a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b1c39f5eb08be28a","status":"passed","time":{"start":1714427999021,"stop":1714427999021,"duration":0}},{"uid":"8dab0e6588a9513d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8dab0e6588a9513d","status":"passed","time":{"start":1714427702215,"stop":1714427702216,"duration":1}},{"uid":"4657cdc2c5a18f62","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4657cdc2c5a18f62","status":"passed","time":{"start":1714427044017,"stop":1714427044017,"duration":0}},{"uid":"bd78b8c051767fcb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bd78b8c051767fcb","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699057,"stop":1714426699057,"duration":0}},{"uid":"ab55471f182d6a18","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ab55471f182d6a18","status":"passed","time":{"start":1714425534881,"stop":1714425534881,"duration":0}},{"uid":"2daf216d993ea0f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2daf216d993ea0f","status":"passed","time":{"start":1714415702280,"stop":1714415702281,"duration":1}},{"uid":"1da7c7047772e2e1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1da7c7047772e2e1","status":"passed","time":{"start":1714415850489,"stop":1714415850489,"duration":0}},{"uid":"6e02248618018557","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6e02248618018557","status":"passed","time":{"start":1714408049938,"stop":1714408049938,"duration":0}},{"uid":"d40fcfd7b9d25d16","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d40fcfd7b9d25d16","status":"passed","time":{"start":1714407080661,"stop":1714407080662,"duration":1}},{"uid":"fa04981bf1c1ed69","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fa04981bf1c1ed69","status":"passed","time":{"start":1714404860576,"stop":1714404860576,"duration":0}}]},"a91648da99073ff7abb7de0788faad27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f12b6256803e40cb","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/f12b6256803e40cb","status":"passed","time":{"start":1714139128305,"stop":1714139128305,"duration":0}}]},"b13650c00245b65ddb506377e1ee7f3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c678ada186fc589","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8c678ada186fc589","status":"passed","time":{"start":1714415666677,"stop":1714415666678,"duration":1}}]},"6efb79640cbc192f1b28932d8cbbe249:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f42367bbe0e6466","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3f42367bbe0e6466","status":"passed","time":{"start":1714382918284,"stop":1714382918285,"duration":1}}]},"92f3b6de96c7576808d48b3ed9bfb350:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef50fe8ea536efc0","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/ef50fe8ea536efc0","status":"passed","time":{"start":1713982966148,"stop":1713982966148,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"3a39da6f2a4c905b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3a39da6f2a4c905b","status":"passed","time":{"start":1714453958107,"stop":1714453958107,"duration":0}},{"uid":"672c1d7c5007f34e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/672c1d7c5007f34e","status":"passed","time":{"start":1714435516876,"stop":1714435516876,"duration":0}},{"uid":"cace0e3401903b88","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cace0e3401903b88","status":"passed","time":{"start":1714434585836,"stop":1714434585837,"duration":1}},{"uid":"f8b4e79dea6df397","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f8b4e79dea6df397","status":"passed","time":{"start":1714433280770,"stop":1714433280770,"duration":0}},{"uid":"a4ce36e92bea8b72","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a4ce36e92bea8b72","status":"passed","time":{"start":1714431478453,"stop":1714431478454,"duration":1}},{"uid":"f83f0f43949bd6a9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f83f0f43949bd6a9","status":"passed","time":{"start":1714431742372,"stop":1714431742372,"duration":0}},{"uid":"ca90bfe9e374630f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ca90bfe9e374630f","status":"passed","time":{"start":1714430465322,"stop":1714430465322,"duration":0}},{"uid":"c5b6ad04491ac12a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c5b6ad04491ac12a","status":"passed","time":{"start":1714430256909,"stop":1714430256909,"duration":0}},{"uid":"11712157dd36027b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/11712157dd36027b","status":"passed","time":{"start":1714429421178,"stop":1714429421178,"duration":0}},{"uid":"d8af4cdbd3e2fb79","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d8af4cdbd3e2fb79","status":"passed","time":{"start":1714428562876,"stop":1714428562876,"duration":0}},{"uid":"86480ec39335ec32","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/86480ec39335ec32","status":"passed","time":{"start":1714427340550,"stop":1714427340551,"duration":1}},{"uid":"f1c2df5b292965e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f1c2df5b292965e","status":"passed","time":{"start":1714427041436,"stop":1714427041437,"duration":1}},{"uid":"2fd553a071d0bebe","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2fd553a071d0bebe","status":"passed","time":{"start":1714426390786,"stop":1714426390787,"duration":1}},{"uid":"eabf5e5eb322bf36","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/eabf5e5eb322bf36","status":"passed","time":{"start":1714424492791,"stop":1714424492791,"duration":0}},{"uid":"2eeb8ee6f62b14b7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2eeb8ee6f62b14b7","status":"passed","time":{"start":1714424883372,"stop":1714424883372,"duration":0}},{"uid":"ea449b656d4905e3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ea449b656d4905e3","status":"passed","time":{"start":1714415036084,"stop":1714415036084,"duration":0}},{"uid":"f6917a83c5561ad1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f6917a83c5561ad1","status":"passed","time":{"start":1714415188980,"stop":1714415188980,"duration":0}},{"uid":"bb87655ecafa89d8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bb87655ecafa89d8","status":"passed","time":{"start":1714407396337,"stop":1714407396337,"duration":0}},{"uid":"51a8c8dd281181f7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/51a8c8dd281181f7","status":"passed","time":{"start":1714406423706,"stop":1714406423707,"duration":1}},{"uid":"c88b3e37dd117078","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c88b3e37dd117078","status":"passed","time":{"start":1714404213336,"stop":1714404213337,"duration":1}}]},"57a19a2c2ff8c4ac3346ab1a58145f4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7832e5dc858f74c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a7832e5dc858f74c","status":"passed","time":{"start":1714425586969,"stop":1714425586970,"duration":1}}]},"75d83d4bc8445ef39876d831748ab6f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b500e4b8eee9b6f7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b500e4b8eee9b6f7","status":"passed","time":{"start":1714426916053,"stop":1714426916053,"duration":0}}]},"58f59a73b44f98568ec6fed0edd62aa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2b3d34f8cc2ba0b","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/d2b3d34f8cc2ba0b","status":"passed","time":{"start":1714109257053,"stop":1714109257054,"duration":1}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4379686570f85166","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4379686570f85166","status":"passed","time":{"start":1714454015967,"stop":1714454015967,"duration":0}},{"uid":"c381efb7b8fe7de8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c381efb7b8fe7de8","status":"passed","time":{"start":1714435573549,"stop":1714435573549,"duration":0}},{"uid":"5f8a4ce084bb7b28","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5f8a4ce084bb7b28","status":"passed","time":{"start":1714434644055,"stop":1714434644055,"duration":0}},{"uid":"92474164f707c407","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/92474164f707c407","status":"passed","time":{"start":1714433338735,"stop":1714433338735,"duration":0}},{"uid":"9e5c7d41df07d773","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9e5c7d41df07d773","status":"passed","time":{"start":1714431536339,"stop":1714431536339,"duration":0}},{"uid":"db751b9b0d6e193c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/db751b9b0d6e193c","status":"passed","time":{"start":1714431800186,"stop":1714431800187,"duration":1}},{"uid":"c753feca722ef22d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c753feca722ef22d","status":"passed","time":{"start":1714430523386,"stop":1714430523386,"duration":0}},{"uid":"2bdaafb68703e7a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2bdaafb68703e7a","status":"passed","time":{"start":1714430313849,"stop":1714430313849,"duration":0}},{"uid":"5e426f375f25b3c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5e426f375f25b3c","status":"passed","time":{"start":1714429481394,"stop":1714429481394,"duration":0}},{"uid":"780a3b7bbb0291dd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/780a3b7bbb0291dd","status":"passed","time":{"start":1714428620106,"stop":1714428620111,"duration":5}},{"uid":"3e12240e851b981a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3e12240e851b981a","status":"passed","time":{"start":1714427398602,"stop":1714427398603,"duration":1}},{"uid":"884d8c470f06c316","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/884d8c470f06c316","status":"passed","time":{"start":1714427098531,"stop":1714427098532,"duration":1}},{"uid":"de1ed91d1ff0ef3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/de1ed91d1ff0ef3","status":"passed","time":{"start":1714426448206,"stop":1714426448207,"duration":1}},{"uid":"aa9bfd83caece201","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/aa9bfd83caece201","status":"passed","time":{"start":1714424551047,"stop":1714424551048,"duration":1}},{"uid":"32c6a50bb994da6e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/32c6a50bb994da6e","status":"passed","time":{"start":1714424941437,"stop":1714424941438,"duration":1}},{"uid":"164c267ba74aca0e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/164c267ba74aca0e","status":"passed","time":{"start":1714415094251,"stop":1714415094251,"duration":0}},{"uid":"cd031137ea35adfb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cd031137ea35adfb","status":"passed","time":{"start":1714415247303,"stop":1714415247305,"duration":2}},{"uid":"c612f4592080cd37","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c612f4592080cd37","status":"passed","time":{"start":1714407454393,"stop":1714407454393,"duration":0}},{"uid":"a0b8973b11b84ed2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a0b8973b11b84ed2","status":"passed","time":{"start":1714406481769,"stop":1714406481770,"duration":1}},{"uid":"7a2fc9df6e850d37","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7a2fc9df6e850d37","status":"passed","time":{"start":1714404271557,"stop":1714404271557,"duration":0}}]},"7df253be9e64886a991ef3dff7022e8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b515dcc3cfdfc42e","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/b515dcc3cfdfc42e","status":"passed","time":{"start":1714109313626,"stop":1714109313627,"duration":1}}]},"cd7d7b63ea8991a654aa82c974263054:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2126a2bf5ffd5f58","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/2126a2bf5ffd5f58","status":"passed","time":{"start":1713997908343,"stop":1713997908343,"duration":0}}]},"316a73645a60fd842b468177f33a2e13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f1197be1bfc62ae","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/9f1197be1bfc62ae","status":"passed","time":{"start":1714139127621,"stop":1714139127621,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"de88d86f83fbd656","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/de88d86f83fbd656","status":"passed","time":{"start":1714454140406,"stop":1714454140406,"duration":0}},{"uid":"71a14b9ceb759460","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/71a14b9ceb759460","status":"passed","time":{"start":1714435687892,"stop":1714435687892,"duration":0}},{"uid":"56e3a02eda432f56","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/56e3a02eda432f56","status":"passed","time":{"start":1714434773421,"stop":1714434773421,"duration":0}},{"uid":"8e6d1d477a6439f8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8e6d1d477a6439f8","status":"passed","time":{"start":1714433450964,"stop":1714433450964,"duration":0}},{"uid":"c9fd4eb6c71e2d37","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c9fd4eb6c71e2d37","status":"passed","time":{"start":1714431653494,"stop":1714431653494,"duration":0}},{"uid":"8b3f8737e0beb3d5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8b3f8737e0beb3d5","status":"passed","time":{"start":1714431989796,"stop":1714431989797,"duration":1}},{"uid":"b76fae9d2840cd85","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b76fae9d2840cd85","status":"passed","time":{"start":1714430659381,"stop":1714430659383,"duration":2}},{"uid":"81ea6cac736bafcd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/81ea6cac736bafcd","status":"passed","time":{"start":1714430522104,"stop":1714430522104,"duration":0}},{"uid":"9ed6888d4c5c9471","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9ed6888d4c5c9471","status":"passed","time":{"start":1714429610400,"stop":1714429610400,"duration":0}},{"uid":"d7a974cbdead367b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d7a974cbdead367b","status":"passed","time":{"start":1714428741352,"stop":1714428741353,"duration":1}},{"uid":"e8b72cbce1f6a89f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e8b72cbce1f6a89f","status":"passed","time":{"start":1714427513560,"stop":1714427513561,"duration":1}},{"uid":"e488290bfef90fcf","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e488290bfef90fcf","status":"passed","time":{"start":1714427219334,"stop":1714427219334,"duration":0}},{"uid":"ad0f8ed22cfc32ab","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ad0f8ed22cfc32ab","status":"passed","time":{"start":1714426573063,"stop":1714426573063,"duration":0}},{"uid":"f3ac8789f76930d3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f3ac8789f76930d3","status":"passed","time":{"start":1714424914266,"stop":1714424914267,"duration":1}},{"uid":"56a71ed85f6452c4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/56a71ed85f6452c4","status":"passed","time":{"start":1714425071903,"stop":1714425071904,"duration":1}},{"uid":"8ac97410ec0659e3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8ac97410ec0659e3","status":"passed","time":{"start":1714415233307,"stop":1714415233307,"duration":0}},{"uid":"fe0b6b12f82b2f5b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fe0b6b12f82b2f5b","status":"passed","time":{"start":1714415382634,"stop":1714415382635,"duration":1}},{"uid":"4246adc8a424925a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4246adc8a424925a","status":"passed","time":{"start":1714407575685,"stop":1714407575686,"duration":1}},{"uid":"560ae9274dabbdc6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/560ae9274dabbdc6","status":"passed","time":{"start":1714406625156,"stop":1714406625156,"duration":0}},{"uid":"23a16ea561b6b259","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/23a16ea561b6b259","status":"passed","time":{"start":1714404386186,"stop":1714404386186,"duration":0}}]},"c14949f707c105bfc202faaddfa49802:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad1f6969f37dd4b3","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/ad1f6969f37dd4b3","status":"passed","time":{"start":1713982922481,"stop":1713982922482,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"f554367a4b78af4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f554367a4b78af4","status":"passed","time":{"start":1714454568760,"stop":1714454568761,"duration":1}},{"uid":"41364bf9b18156cc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/41364bf9b18156cc","status":"passed","time":{"start":1714436126130,"stop":1714436126130,"duration":0}},{"uid":"7fa5de783983fdfe","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7fa5de783983fdfe","status":"passed","time":{"start":1714435206719,"stop":1714435206719,"duration":0}},{"uid":"9d682412e599b91","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9d682412e599b91","status":"passed","time":{"start":1714433881352,"stop":1714433881352,"duration":0}},{"uid":"706b615f9a2c7e12","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/706b615f9a2c7e12","status":"passed","time":{"start":1714432089193,"stop":1714432089193,"duration":0}},{"uid":"894380397f598d44","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/894380397f598d44","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1714432443243,"stop":1714432443243,"duration":0}},{"uid":"34d6796e1c3d762d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/34d6796e1c3d762d","status":"passed","time":{"start":1714431084051,"stop":1714431084051,"duration":0}},{"uid":"fabfb87428a8579d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fabfb87428a8579d","status":"broken","statusDetails":"Timeout of 10000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1714430958552,"stop":1714430958552,"duration":0}},{"uid":"6e5b799496e768fd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6e5b799496e768fd","status":"passed","time":{"start":1714430059469,"stop":1714430059470,"duration":1}},{"uid":"64fabf78afab6319","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/64fabf78afab6319","status":"passed","time":{"start":1714429177599,"stop":1714429177599,"duration":0}},{"uid":"d6c01fb8eeb133cf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d6c01fb8eeb133cf","status":"passed","time":{"start":1714427952241,"stop":1714427952241,"duration":0}},{"uid":"e8f7ea26523bd5b1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e8f7ea26523bd5b1","status":"passed","time":{"start":1714427654789,"stop":1714427654790,"duration":1}},{"uid":"15a6c76f71924063","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/15a6c76f71924063","status":"passed","time":{"start":1714427013801,"stop":1714427013801,"duration":0}},{"uid":"f5998b005984580a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f5998b005984580a","status":"passed","time":{"start":1714425755812,"stop":1714425755812,"duration":0}},{"uid":"b9cee7c930569df","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b9cee7c930569df","status":"passed","time":{"start":1714425494508,"stop":1714425494508,"duration":0}},{"uid":"6f8e2b1bd3c2dea3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6f8e2b1bd3c2dea3","status":"passed","time":{"start":1714415703221,"stop":1714415703221,"duration":0}},{"uid":"3411c60cb47e9d62","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3411c60cb47e9d62","status":"passed","time":{"start":1714415807190,"stop":1714415807191,"duration":1}},{"uid":"3047d69993e359f7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3047d69993e359f7","status":"passed","time":{"start":1714408011172,"stop":1714408011172,"duration":0}},{"uid":"547d3e20f5ab2f4b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/547d3e20f5ab2f4b","status":"passed","time":{"start":1714407046592,"stop":1714407046592,"duration":0}},{"uid":"bb03a99a663dd482","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bb03a99a663dd482","status":"passed","time":{"start":1714404822522,"stop":1714404822523,"duration":1}}]},"34ac8e70691fbb2b7d4cd4940357a692:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fd779f80845eee5","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/7fd779f80845eee5","status":"passed","time":{"start":1714114012099,"stop":1714114012099,"duration":0}}]},"cdf7f866928b7fcc6e4c587756530f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bcb786f74c75de6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9bcb786f74c75de6","status":"passed","time":{"start":1714428758240,"stop":1714428758241,"duration":1}}]},"1dfc4a329dd30e97913e03cd41a28ecd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e4776c45c12c416","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/7e4776c45c12c416","status":"passed","time":{"start":1714140507750,"stop":1714140507751,"duration":1}}]},"9aa4d37f4bf1243fc8d75429a0572cb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"124f7392035d54c4","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/124f7392035d54c4","status":"passed","time":{"start":1714385048714,"stop":1714385048714,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"7e7aeffa72cddfed","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e7aeffa72cddfed","status":"passed","time":{"start":1714453932705,"stop":1714453932705,"duration":0}},{"uid":"d0de45c61ec59000","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d0de45c61ec59000","status":"passed","time":{"start":1714435490584,"stop":1714435490584,"duration":0}},{"uid":"e16c47e35e27301e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e16c47e35e27301e","status":"passed","time":{"start":1714434559559,"stop":1714434559560,"duration":1}},{"uid":"3adddb1244801db5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3adddb1244801db5","status":"passed","time":{"start":1714433254656,"stop":1714433254657,"duration":1}},{"uid":"899394d2f03b973f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/899394d2f03b973f","status":"passed","time":{"start":1714431452647,"stop":1714431452648,"duration":1}},{"uid":"8ea0ba9fb4d291df","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8ea0ba9fb4d291df","status":"passed","time":{"start":1714431716074,"stop":1714431716074,"duration":0}},{"uid":"57ec7603dc48017e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/57ec7603dc48017e","status":"passed","time":{"start":1714430438498,"stop":1714430438499,"duration":1}},{"uid":"bd5bf4df312b62fe","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bd5bf4df312b62fe","status":"passed","time":{"start":1714430230958,"stop":1714430230964,"duration":6}},{"uid":"33d2453431c7114c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/33d2453431c7114c","status":"passed","time":{"start":1714429392678,"stop":1714429392678,"duration":0}},{"uid":"9c0a1a2147311816","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9c0a1a2147311816","status":"passed","time":{"start":1714428536300,"stop":1714428536300,"duration":0}},{"uid":"208081053d84bc39","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/208081053d84bc39","status":"passed","time":{"start":1714427313736,"stop":1714427313737,"duration":1}},{"uid":"20bf1641d325250e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/20bf1641d325250e","status":"passed","time":{"start":1714427015238,"stop":1714427015238,"duration":0}},{"uid":"be959a3b4b45be08","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/be959a3b4b45be08","status":"passed","time":{"start":1714426364076,"stop":1714426364077,"duration":1}},{"uid":"264efe211d7b05a2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/264efe211d7b05a2","status":"passed","time":{"start":1714424466610,"stop":1714424466611,"duration":1}},{"uid":"e84bf0ad04065e84","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e84bf0ad04065e84","status":"passed","time":{"start":1714424856923,"stop":1714424856924,"duration":1}},{"uid":"c708512991872fdb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c708512991872fdb","status":"passed","time":{"start":1714415009488,"stop":1714415009488,"duration":0}},{"uid":"eae618254ae933e2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eae618254ae933e2","status":"passed","time":{"start":1714415162804,"stop":1714415162805,"duration":1}},{"uid":"c199ff25a34f07b4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c199ff25a34f07b4","status":"passed","time":{"start":1714407369926,"stop":1714407369927,"duration":1}},{"uid":"ebf5905786050a45","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ebf5905786050a45","status":"passed","time":{"start":1714406397061,"stop":1714406397061,"duration":0}},{"uid":"b65ad2993de09558","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b65ad2993de09558","status":"passed","time":{"start":1714404187026,"stop":1714404187027,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"38f3f028c823b6a4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/38f3f028c823b6a4","status":"passed","time":{"start":1714453987176,"stop":1714453987180,"duration":4}},{"uid":"8d5fe0cbc9e87c8f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8d5fe0cbc9e87c8f","status":"passed","time":{"start":1714435545814,"stop":1714435545814,"duration":0}},{"uid":"8370fa6384d64df","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8370fa6384d64df","status":"passed","time":{"start":1714434626132,"stop":1714434626133,"duration":1}},{"uid":"d463cddf73eb9d56","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d463cddf73eb9d56","status":"passed","time":{"start":1714433316403,"stop":1714433316404,"duration":1}},{"uid":"67a02eb17b976d06","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/67a02eb17b976d06","status":"passed","time":{"start":1714431506521,"stop":1714431506525,"duration":4}},{"uid":"906c1f073d2a0d0e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/906c1f073d2a0d0e","status":"passed","time":{"start":1714431770049,"stop":1714431770050,"duration":1}},{"uid":"6d7779522e0b2752","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6d7779522e0b2752","status":"passed","time":{"start":1714430495732,"stop":1714430495733,"duration":1}},{"uid":"a9fb881593bfe02","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a9fb881593bfe02","status":"passed","time":{"start":1714430283234,"stop":1714430283235,"duration":1}},{"uid":"d96fc627b8b7a990","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d96fc627b8b7a990","status":"passed","time":{"start":1714429454737,"stop":1714429454737,"duration":0}},{"uid":"8b3471d866d1b69f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8b3471d866d1b69f","status":"passed","time":{"start":1714428603024,"stop":1714428603024,"duration":0}},{"uid":"2e7ef2c04bfedf85","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2e7ef2c04bfedf85","status":"passed","time":{"start":1714427368863,"stop":1714427368864,"duration":1}},{"uid":"921d809b54460c8e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/921d809b54460c8e","status":"passed","time":{"start":1714427087107,"stop":1714427087107,"duration":0}},{"uid":"d47169fb57f9f94","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d47169fb57f9f94","status":"passed","time":{"start":1714426419003,"stop":1714426419004,"duration":1}},{"uid":"20b7022ee556658a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/20b7022ee556658a","status":"passed","time":{"start":1714424522173,"stop":1714424522173,"duration":0}},{"uid":"549d965f85e643ae","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/549d965f85e643ae","status":"passed","time":{"start":1714424912035,"stop":1714424912035,"duration":0}},{"uid":"627e0bb52277da1a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/627e0bb52277da1a","status":"passed","time":{"start":1714415063937,"stop":1714415063937,"duration":0}},{"uid":"66c25c267ae3068","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/66c25c267ae3068","status":"passed","time":{"start":1714415219584,"stop":1714415219584,"duration":0}},{"uid":"992fd613c909a919","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/992fd613c909a919","status":"passed","time":{"start":1714407435779,"stop":1714407435780,"duration":1}},{"uid":"8fbd6eb6e246b5fb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8fbd6eb6e246b5fb","status":"passed","time":{"start":1714406451895,"stop":1714406451896,"duration":1}},{"uid":"7b1f49f3f24209a5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7b1f49f3f24209a5","status":"passed","time":{"start":1714404244898,"stop":1714404244898,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"9af974e884daf598","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9af974e884daf598","status":"passed","time":{"start":1714454407736,"stop":1714454407736,"duration":0}},{"uid":"260d6be83e3df2a5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/260d6be83e3df2a5","status":"passed","time":{"start":1714435965310,"stop":1714435965310,"duration":0}},{"uid":"72e526590d883b91","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/72e526590d883b91","status":"passed","time":{"start":1714435028490,"stop":1714435028490,"duration":0}},{"uid":"3580609806510567","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3580609806510567","status":"passed","time":{"start":1714433715553,"stop":1714433715554,"duration":1}},{"uid":"9ce5ab9bd3514cdc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9ce5ab9bd3514cdc","status":"passed","time":{"start":1714431932495,"stop":1714431932495,"duration":0}},{"uid":"d3bb115ee4a00b59","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d3bb115ee4a00b59","status":"passed","time":{"start":1714432213878,"stop":1714432213878,"duration":0}},{"uid":"a9bf65e8657d8893","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a9bf65e8657d8893","status":"passed","time":{"start":1714430911544,"stop":1714430911544,"duration":0}},{"uid":"135455119a3ae7b8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/135455119a3ae7b8","status":"passed","time":{"start":1714430735787,"stop":1714430735787,"duration":0}},{"uid":"4b39a65dd5b0f2ec","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4b39a65dd5b0f2ec","status":"passed","time":{"start":1714429887041,"stop":1714429887041,"duration":0}},{"uid":"110c9e85a10db2f3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/110c9e85a10db2f3","status":"passed","time":{"start":1714429006364,"stop":1714429006364,"duration":0}},{"uid":"92cb888abcf07b4f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/92cb888abcf07b4f","status":"passed","time":{"start":1714427738974,"stop":1714427738975,"duration":1}},{"uid":"9515125033ed79c2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9515125033ed79c2","status":"passed","time":{"start":1714427483321,"stop":1714427483322,"duration":1}},{"uid":"310cc2dfdf8804c7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/310cc2dfdf8804c7","status":"passed","time":{"start":1714426832956,"stop":1714426832957,"duration":1}},{"uid":"1b223154cb44f9a1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1b223154cb44f9a1","status":"passed","time":{"start":1714425510852,"stop":1714425510853,"duration":1}},{"uid":"3b0c486ae4ce0979","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3b0c486ae4ce0979","status":"passed","time":{"start":1714425321027,"stop":1714425321027,"duration":0}},{"uid":"d326244f0a8176a6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d326244f0a8176a6","status":"passed","time":{"start":1714415518572,"stop":1714415518572,"duration":0}},{"uid":"ada9bf97d2029ac6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ada9bf97d2029ac6","status":"passed","time":{"start":1714415639562,"stop":1714415639563,"duration":1}},{"uid":"ff467ffbc2727f99","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ff467ffbc2727f99","status":"passed","time":{"start":1714407839127,"stop":1714407839128,"duration":1}},{"uid":"a525148a20ca56fc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a525148a20ca56fc","status":"passed","time":{"start":1714406876546,"stop":1714406876546,"duration":0}},{"uid":"29ef14cc50bd6765","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/29ef14cc50bd6765","status":"passed","time":{"start":1714404658752,"stop":1714404658753,"duration":1}}]},"5b12e9369de72f01d054e59377ffd0e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd8c4b7183aca91b","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/dd8c4b7183aca91b","status":"passed","time":{"start":1713976908375,"stop":1713976908375,"duration":0}}]},"66592b4a44f9fdbb59bb788adbff91e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d80ce9f64fcebc9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2d80ce9f64fcebc9","status":"passed","time":{"start":1714415728463,"stop":1714415728464,"duration":1}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"98a605494c1322d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/98a605494c1322d","status":"passed","time":{"start":1714454605556,"stop":1714454605556,"duration":0}},{"uid":"14993ac93d5a5925","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/14993ac93d5a5925","status":"passed","time":{"start":1714436158738,"stop":1714436158738,"duration":0}},{"uid":"8d467b4d8373f298","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8d467b4d8373f298","status":"passed","time":{"start":1714435237028,"stop":1714435237028,"duration":0}},{"uid":"e178e595e72a3e03","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e178e595e72a3e03","status":"passed","time":{"start":1714433925112,"stop":1714433925113,"duration":1}},{"uid":"ce960fd9470afc2f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ce960fd9470afc2f","status":"passed","time":{"start":1714432132897,"stop":1714432132897,"duration":0}},{"uid":"9a068264fc96e45c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9a068264fc96e45c","status":"passed","time":{"start":1714432392997,"stop":1714432392997,"duration":0}},{"uid":"15d147c40298c9f4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/15d147c40298c9f4","status":"passed","time":{"start":1714431131899,"stop":1714431131899,"duration":0}},{"uid":"135eade5718534a1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/135eade5718534a1","status":"passed","time":{"start":1714430918795,"stop":1714430918795,"duration":0}},{"uid":"1f48c5c603bc87a2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1f48c5c603bc87a2","status":"passed","time":{"start":1714430104218,"stop":1714430104218,"duration":0}},{"uid":"8b1ad5039589dae8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8b1ad5039589dae8","status":"passed","time":{"start":1714429213882,"stop":1714429213882,"duration":0}},{"uid":"51ab8e5f2601fddc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/51ab8e5f2601fddc","status":"passed","time":{"start":1714427999040,"stop":1714427999040,"duration":0}},{"uid":"ddc9ba6746e11bb0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ddc9ba6746e11bb0","status":"passed","time":{"start":1714427702236,"stop":1714427702236,"duration":0}},{"uid":"783fd6f5bf8eb692","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/783fd6f5bf8eb692","status":"passed","time":{"start":1714427044034,"stop":1714427044034,"duration":0}},{"uid":"ebd2acddeed124b0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ebd2acddeed124b0","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699104,"stop":1714426699104,"duration":0}},{"uid":"63e0a7e3386ac3dc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/63e0a7e3386ac3dc","status":"passed","time":{"start":1714425534898,"stop":1714425534898,"duration":0}},{"uid":"f1558e3d5077a1cd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f1558e3d5077a1cd","status":"passed","time":{"start":1714415702298,"stop":1714415702298,"duration":0}},{"uid":"ab09ea446c006af3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ab09ea446c006af3","status":"passed","time":{"start":1714415850506,"stop":1714415850506,"duration":0}},{"uid":"93a5d31cb1bb897a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/93a5d31cb1bb897a","status":"passed","time":{"start":1714408049956,"stop":1714408049956,"duration":0}},{"uid":"d484e361e1553b4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d484e361e1553b4","status":"passed","time":{"start":1714407080678,"stop":1714407080678,"duration":0}},{"uid":"705b2ab002a70f85","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/705b2ab002a70f85","status":"passed","time":{"start":1714404860596,"stop":1714404860596,"duration":0}}]},"3a8e0b9b3c154a9e0ba579a16025d44a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e2f7211dfb1b372","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7e2f7211dfb1b372","status":"passed","time":{"start":1714386707027,"stop":1714386707027,"duration":0}}]},"8cdc6318a7de3b64980db7f29be60058:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"dc93f69973bea3a6","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/dc93f69973bea3a6","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714080426202,"stop":1714080426203,"duration":1}}]},"23e88ea15d19baa2b41dbe33688f4157:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"822afcceac4980dc","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/822afcceac4980dc","status":"passed","time":{"start":1714261881442,"stop":1714261881442,"duration":0}}]},"95acecf642803fe8bdd6203ea898ade5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3234ad780fb79a89","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/3234ad780fb79a89","status":"passed","time":{"start":1714221461902,"stop":1714221461910,"duration":8}}]},"00b63aa2c82b7f15d0b5748d8ed4699c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23589dd55528c552","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/23589dd55528c552","status":"passed","time":{"start":1714169144257,"stop":1714169144257,"duration":0}}]},"f8642912d1f69fdb8edc4d89192c1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e5f7f7e9e22f92b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/9e5f7f7e9e22f92b","status":"passed","time":{"start":1714404451748,"stop":1714404451749,"duration":1}}]},"4993808af6af1791b87bcaaa0743818c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f13407250306ee14","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f13407250306ee14","status":"passed","time":{"start":1714427833034,"stop":1714427833034,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"2ffcb024f6ed47cc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2ffcb024f6ed47cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454401484,"stop":1714454401485,"duration":1}},{"uid":"8fce4336f7e61344","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8fce4336f7e61344","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435950171,"stop":1714435950171,"duration":0}},{"uid":"cdbd26e86ca8fc72","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cdbd26e86ca8fc72","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435011319,"stop":1714435011320,"duration":1}},{"uid":"4a85870241b709b5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4a85870241b709b5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433698493,"stop":1714433698493,"duration":0}},{"uid":"495ca3e6e63710e6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/495ca3e6e63710e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431914447,"stop":1714431914448,"duration":1}},{"uid":"2a2b029a3d5b310b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2a2b029a3d5b310b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432232501,"stop":1714432232509,"duration":8}},{"uid":"84196046827ff68","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/84196046827ff68","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430898546,"stop":1714430898546,"duration":0}},{"uid":"356d076457b02f47","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/356d076457b02f47","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430740487,"stop":1714430740488,"duration":1}},{"uid":"7a8e1279ee8d3657","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7a8e1279ee8d3657","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429868894,"stop":1714429868895,"duration":1}},{"uid":"537d0a836ae3ffc4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/537d0a836ae3ffc4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428983148,"stop":1714428983148,"duration":0}},{"uid":"165f33352d0e615f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/165f33352d0e615f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427767757,"stop":1714427767757,"duration":0}},{"uid":"adcc31de81d7c503","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/adcc31de81d7c503","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427467288,"stop":1714427467288,"duration":0}},{"uid":"80c9b22469b81149","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/80c9b22469b81149","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426818814,"stop":1714426818814,"duration":0}},{"uid":"eb1e230fa1c89479","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/eb1e230fa1c89479","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425576723,"stop":1714425576724,"duration":1}},{"uid":"a46f993e7cd58991","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a46f993e7cd58991","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425298465,"stop":1714425298466,"duration":1}},{"uid":"c2c60d1f7b719dcc","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c2c60d1f7b719dcc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415747554,"stop":1714415747554,"duration":0}},{"uid":"6900924cda39041f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6900924cda39041f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415623568,"stop":1714415623568,"duration":0}},{"uid":"9fe5c08953d51666","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9fe5c08953d51666","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407820857,"stop":1714407820857,"duration":0}},{"uid":"9c411a9497ec91c3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9c411a9497ec91c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406853253,"stop":1714406853253,"duration":0}},{"uid":"ad5c80d14ad29dff","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ad5c80d14ad29dff","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404642821,"stop":1714404642821,"duration":0}}]},"46014d1beb2000072c5dab84f2fe038a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24494b2ed87aecb2","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/24494b2ed87aecb2","status":"passed","time":{"start":1714039037194,"stop":1714039037194,"duration":0}}]},"af53f0b8846f3fe6a6bb98d59c5d8171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ad7eb90f34e2c9","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/3ad7eb90f34e2c9","status":"passed","time":{"start":1714003518580,"stop":1714003518580,"duration":0}}]},"aafa4ce01e870205eb63d39aeee6e9cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"4d2311034f047eb8","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/4d2311034f047eb8","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713997546346,"stop":1713997546346,"duration":0}}]},"093c5e66f95ed7539ce6153edf391fe1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cdf249d2253e1bb","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/9cdf249d2253e1bb","status":"passed","time":{"start":1714040213117,"stop":1714040213117,"duration":0}}]},"7ae11021e2fa12b85336be9c02761e15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"3bdb555df86f17bb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3bdb555df86f17bb","status":"passed","time":{"start":1714453925072,"stop":1714453925072,"duration":0}},{"uid":"24fa345b5c8fdb4e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/24fa345b5c8fdb4e","status":"passed","time":{"start":1714435482981,"stop":1714435482981,"duration":0}},{"uid":"674763b9384d3af3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/674763b9384d3af3","status":"passed","time":{"start":1714434552017,"stop":1714434552017,"duration":0}},{"uid":"cecfcfff0f7150d2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cecfcfff0f7150d2","status":"passed","time":{"start":1714433247041,"stop":1714433247041,"duration":0}},{"uid":"3adb15eb605821e3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3adb15eb605821e3","status":"passed","time":{"start":1714431444765,"stop":1714431444765,"duration":0}},{"uid":"fbc3831ed469d785","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fbc3831ed469d785","status":"passed","time":{"start":1714431708304,"stop":1714431708304,"duration":0}},{"uid":"737d7abfcd0d61c8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/737d7abfcd0d61c8","status":"passed","time":{"start":1714430430736,"stop":1714430430737,"duration":1}},{"uid":"131be7b59ab0bd47","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/131be7b59ab0bd47","status":"passed","time":{"start":1714430223192,"stop":1714430223192,"duration":0}},{"uid":"e2d6bdf19cf90f6f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e2d6bdf19cf90f6f","status":"passed","time":{"start":1714429383893,"stop":1714429383894,"duration":1}},{"uid":"d2301a4ab72ec017","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d2301a4ab72ec017","status":"passed","time":{"start":1714428528647,"stop":1714428528647,"duration":0}},{"uid":"2ff4ff2a3f207254","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2ff4ff2a3f207254","status":"passed","time":{"start":1714427305996,"stop":1714427305997,"duration":1}},{"uid":"7367cf72106eb74d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7367cf72106eb74d","status":"passed","time":{"start":1714427007390,"stop":1714427007390,"duration":0}},{"uid":"8cfd8deeb56c2ef","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8cfd8deeb56c2ef","status":"passed","time":{"start":1714426355984,"stop":1714426355984,"duration":0}},{"uid":"b825a0773ec2b755","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b825a0773ec2b755","status":"passed","time":{"start":1714424458798,"stop":1714424458798,"duration":0}},{"uid":"ef93b80c2f1044ca","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ef93b80c2f1044ca","status":"passed","time":{"start":1714424849026,"stop":1714424849026,"duration":0}},{"uid":"575000d09a42b96b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/575000d09a42b96b","status":"passed","time":{"start":1714415001461,"stop":1714415001461,"duration":0}},{"uid":"63c29a38c275590d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/63c29a38c275590d","status":"passed","time":{"start":1714415154937,"stop":1714415154937,"duration":0}},{"uid":"cfca5296a4627531","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cfca5296a4627531","status":"passed","time":{"start":1714407362060,"stop":1714407362060,"duration":0}},{"uid":"f4b6c3c93e967319","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f4b6c3c93e967319","status":"passed","time":{"start":1714406389353,"stop":1714406389353,"duration":0}},{"uid":"933ecee0eb90a429","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/933ecee0eb90a429","status":"passed","time":{"start":1714404179192,"stop":1714404179192,"duration":0}}]},"925aa1c8ba52bcb4236e4f5d160dd6d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7559d2e8bc9e2824","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/7559d2e8bc9e2824","status":"passed","time":{"start":1714169124236,"stop":1714169124237,"duration":1}}]},"1e464958fb7b616d568d35e71a74e5d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"682a4d82d4cfb1d2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/682a4d82d4cfb1d2","status":"passed","time":{"start":1714426916052,"stop":1714426916052,"duration":0}}]},"d0c44398f8fe8efeaf9818e6bc47410b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dc9b217736c3a11","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/8dc9b217736c3a11","status":"passed","time":{"start":1714114063322,"stop":1714114063322,"duration":0}}]},"ca323e3c79e55166b20655ec0fac9099:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bb6bee3667dffc9","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/2bb6bee3667dffc9","status":"passed","time":{"start":1713969145557,"stop":1713969145558,"duration":1}}]},"657be65bbe104cd90ec80273c2f4cad1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"722a96c2aded14c1","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/722a96c2aded14c1","status":"passed","time":{"start":1713889475158,"stop":1713889475159,"duration":1}}]},"9ec5ed2efc6b7b1e4d0491af9aa7f5c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5db0e7fbaa94d4f8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5db0e7fbaa94d4f8","status":"passed","time":{"start":1714415598514,"stop":1714415598515,"duration":1}}]},"05b7387d8d9b87cfa5c80e9c7f6ac783:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f617298ba63e6814","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f617298ba63e6814","status":"passed","time":{"start":1714383536791,"stop":1714383536792,"duration":1}}]},"62429c864a2158b57bb692e183e643da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81ee2da9fd6a6d0","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/81ee2da9fd6a6d0","status":"passed","time":{"start":1714109345158,"stop":1714109345158,"duration":0}}]},"31c1d32f2da75cbe393f1a616a1fc9bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88f140f7361e7ee3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/88f140f7361e7ee3","status":"passed","time":{"start":1714429098038,"stop":1714429098038,"duration":0}}]},"797d38045c57251c0c836b316422fd09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d991ea81ff170574","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/d991ea81ff170574","status":"passed","time":{"start":1714145815177,"stop":1714145815177,"duration":0}}]},"de82919dcbfa68c085606ae64200156d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f05dce66f5dd40f1","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f05dce66f5dd40f1","status":"passed","time":{"start":1714154241427,"stop":1714154241427,"duration":0}}]},"c1571934ddac836797987ac41b81e2ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdae15826ce3e258","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/fdae15826ce3e258","status":"passed","time":{"start":1714018144007,"stop":1714018144008,"duration":1}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"6416ed07ce907968","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6416ed07ce907968","status":"passed","time":{"start":1714454227464,"stop":1714454227465,"duration":1}},{"uid":"a94cee19badb909c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a94cee19badb909c","status":"passed","time":{"start":1714435777392,"stop":1714435777393,"duration":1}},{"uid":"7efa993020b2db5f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7efa993020b2db5f","status":"passed","time":{"start":1714434844495,"stop":1714434844495,"duration":0}},{"uid":"c2ed72d4db2f8a54","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c2ed72d4db2f8a54","status":"passed","time":{"start":1714433535964,"stop":1714433535965,"duration":1}},{"uid":"449493901da789c9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/449493901da789c9","status":"passed","time":{"start":1714431743515,"stop":1714431743515,"duration":0}},{"uid":"e9fa39c771b844c8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e9fa39c771b844c8","status":"passed","time":{"start":1714432002427,"stop":1714432002428,"duration":1}},{"uid":"3c0645fe27855d59","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3c0645fe27855d59","status":"passed","time":{"start":1714430732674,"stop":1714430732674,"duration":0}},{"uid":"9a7a15998c202309","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9a7a15998c202309","status":"passed","time":{"start":1714430508154,"stop":1714430508154,"duration":0}},{"uid":"1c2aa07444d3f91f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1c2aa07444d3f91f","status":"passed","time":{"start":1714429693093,"stop":1714429693094,"duration":1}},{"uid":"b93e034ddf951f7e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b93e034ddf951f7e","status":"passed","time":{"start":1714428818248,"stop":1714428818249,"duration":1}},{"uid":"61c0ebe1e8dc47a1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/61c0ebe1e8dc47a1","status":"passed","time":{"start":1714427601289,"stop":1714427601290,"duration":1}},{"uid":"e4b094b77616eae5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e4b094b77616eae5","status":"passed","time":{"start":1714427308818,"stop":1714427308818,"duration":0}},{"uid":"94f51b375f6efa9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/94f51b375f6efa9","status":"passed","time":{"start":1714426655758,"stop":1714426655759,"duration":1}},{"uid":"dce8132bc6f0e4f2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/dce8132bc6f0e4f2","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420723,"stop":1714425420724,"duration":1}},{"uid":"258cdb999b6c9b24","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/258cdb999b6c9b24","status":"passed","time":{"start":1714425137448,"stop":1714425137449,"duration":1}},{"uid":"a52e694d822d7321","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a52e694d822d7321","status":"passed","time":{"start":1714415306372,"stop":1714415306372,"duration":0}},{"uid":"c7e1cfb2e8142ddb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c7e1cfb2e8142ddb","status":"passed","time":{"start":1714415441026,"stop":1714415441026,"duration":0}},{"uid":"83e2f355db6afb02","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/83e2f355db6afb02","status":"passed","time":{"start":1714407661406,"stop":1714407661408,"duration":2}},{"uid":"608d288e5873742e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/608d288e5873742e","status":"passed","time":{"start":1714406688863,"stop":1714406688863,"duration":0}},{"uid":"b58bc20e0dc7e45c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b58bc20e0dc7e45c","status":"passed","time":{"start":1714404480614,"stop":1714404480615,"duration":1}}]},"8fec8ada7cdc525581194ffbeb3ed7b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14e20e786176b7f9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/14e20e786176b7f9","status":"passed","time":{"start":1714432193266,"stop":1714432193267,"duration":1}}]},"4d0af5e5e005ae373443dd6a52cfd677:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f85e5169fc834e32","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f85e5169fc834e32","status":"passed","time":{"start":1714430789851,"stop":1714430789851,"duration":0}}]},"8ec377e0e397189f504d42e54630ca9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae63968496014a63","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/ae63968496014a63","status":"passed","time":{"start":1714145875266,"stop":1714145875267,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"2a7fa1fbeaa472cb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2a7fa1fbeaa472cb","status":"passed","time":{"start":1714454365880,"stop":1714454365880,"duration":0}},{"uid":"710e55673e9eaaef","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/710e55673e9eaaef","status":"passed","time":{"start":1714435932819,"stop":1714435932820,"duration":1}},{"uid":"13a44105e92c45f8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/13a44105e92c45f8","status":"passed","time":{"start":1714435006836,"stop":1714435006837,"duration":1}},{"uid":"ef4d3736c5b6f04d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ef4d3736c5b6f04d","status":"passed","time":{"start":1714433693921,"stop":1714433693921,"duration":0}},{"uid":"ce22f912553dfeb3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ce22f912553dfeb3","status":"passed","time":{"start":1714431888542,"stop":1714431888542,"duration":0}},{"uid":"1b8d80de3b077073","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1b8d80de3b077073","status":"passed","time":{"start":1714432201975,"stop":1714432201975,"duration":0}},{"uid":"b8b42876e6e8fd0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b8b42876e6e8fd0","status":"passed","time":{"start":1714430892448,"stop":1714430892448,"duration":0}},{"uid":"59ffcee776ca4d52","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/59ffcee776ca4d52","status":"passed","time":{"start":1714430720931,"stop":1714430720931,"duration":0}},{"uid":"f15ba0972d01a50a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f15ba0972d01a50a","status":"passed","time":{"start":1714429855251,"stop":1714429855252,"duration":1}},{"uid":"83ca22fb426b7e99","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/83ca22fb426b7e99","status":"passed","time":{"start":1714428989407,"stop":1714428989407,"duration":0}},{"uid":"f99fa213016031f7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f99fa213016031f7","status":"passed","time":{"start":1714427767172,"stop":1714427767172,"duration":0}},{"uid":"89a4b9a6a03e9f93","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/89a4b9a6a03e9f93","status":"passed","time":{"start":1714427460518,"stop":1714427460519,"duration":1}},{"uid":"e47fda03e6a6b17e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e47fda03e6a6b17e","status":"passed","time":{"start":1714426812799,"stop":1714426812799,"duration":0}},{"uid":"2eb7b06d6946c88f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2eb7b06d6946c88f","status":"passed","time":{"start":1714425528573,"stop":1714425528573,"duration":0}},{"uid":"9811b63d8df256fc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9811b63d8df256fc","status":"passed","time":{"start":1714425301077,"stop":1714425301078,"duration":1}},{"uid":"d1cc77679eb8564f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d1cc77679eb8564f","status":"passed","time":{"start":1714415473247,"stop":1714415473247,"duration":0}},{"uid":"35dc333218368a56","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/35dc333218368a56","status":"passed","time":{"start":1714415615346,"stop":1714415615347,"duration":1}},{"uid":"34610a37fba73556","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/34610a37fba73556","status":"passed","time":{"start":1714407816860,"stop":1714407816860,"duration":0}},{"uid":"745ce9ce932695a3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/745ce9ce932695a3","status":"passed","time":{"start":1714406861574,"stop":1714406861584,"duration":10}},{"uid":"d84e1b770a65f13b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d84e1b770a65f13b","status":"passed","time":{"start":1714404628270,"stop":1714404628271,"duration":1}}]},"f5baa8193f556e1db90d1f1559cbd86b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91eaa368ba29278f","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/91eaa368ba29278f","status":"passed","time":{"start":1714297312885,"stop":1714297312885,"duration":0}}]},"5c9ec752c172e609594e778f2b51f209:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0a416811bb80233","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/e0a416811bb80233","status":"passed","time":{"start":1713943641561,"stop":1713943641561,"duration":0}}]},"42f58b8ca1809b1b0d2f52005130fe5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29fe31a6b7e1591e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/29fe31a6b7e1591e","status":"passed","time":{"start":1714407867320,"stop":1714407867320,"duration":0}}]},"960f2b6e13c360a54d82b9c41381b454:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d7256e11b669196","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1d7256e11b669196","status":"passed","time":{"start":1714406971785,"stop":1714406971788,"duration":3}}]},"409d31f6c68883df3da712d68931a0e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b18f968c0c6d56e","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/9b18f968c0c6d56e","status":"passed","time":{"start":1714240486915,"stop":1714240486916,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"5dccd4db2193d7eb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5dccd4db2193d7eb","status":"passed","time":{"start":1714454431994,"stop":1714454431994,"duration":0}},{"uid":"d877caf57019c1a0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d877caf57019c1a0","status":"passed","time":{"start":1714435990625,"stop":1714435990625,"duration":0}},{"uid":"98af89fe486a8086","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/98af89fe486a8086","status":"passed","time":{"start":1714435062618,"stop":1714435062618,"duration":0}},{"uid":"8284603bc2f69f40","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8284603bc2f69f40","status":"passed","time":{"start":1714433747855,"stop":1714433747856,"duration":1}},{"uid":"fb9e2d991cf5c94c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fb9e2d991cf5c94c","status":"passed","time":{"start":1714431959183,"stop":1714431959184,"duration":1}},{"uid":"b99c9eeae7347cba","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b99c9eeae7347cba","status":"passed","time":{"start":1714432238345,"stop":1714432238346,"duration":1}},{"uid":"8f225d7db5adaff8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8f225d7db5adaff8","status":"passed","time":{"start":1714430946043,"stop":1714430946043,"duration":0}},{"uid":"7b103790a2599311","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7b103790a2599311","status":"passed","time":{"start":1714430757775,"stop":1714430757775,"duration":0}},{"uid":"90f665e0bc32b99e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/90f665e0bc32b99e","status":"passed","time":{"start":1714429917782,"stop":1714429917782,"duration":0}},{"uid":"5db1b61badc40548","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5db1b61badc40548","status":"passed","time":{"start":1714429038418,"stop":1714429038419,"duration":1}},{"uid":"505455593a579cfd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/505455593a579cfd","status":"passed","time":{"start":1714427794306,"stop":1714427794306,"duration":0}},{"uid":"4026af09294028f4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4026af09294028f4","status":"passed","time":{"start":1714427517457,"stop":1714427517457,"duration":0}},{"uid":"a8de0f1ffb70e65e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a8de0f1ffb70e65e","status":"passed","time":{"start":1714426868598,"stop":1714426868598,"duration":0}},{"uid":"53564236965dde4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/53564236965dde4","status":"passed","time":{"start":1714425555004,"stop":1714425555004,"duration":0}},{"uid":"e48e0442e4b03c4c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e48e0442e4b03c4c","status":"passed","time":{"start":1714425349896,"stop":1714425349896,"duration":0}},{"uid":"87ecd210c1644ff7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/87ecd210c1644ff7","status":"passed","time":{"start":1714415539978,"stop":1714415539978,"duration":0}},{"uid":"81cfcea761975c30","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/81cfcea761975c30","status":"passed","time":{"start":1714415671318,"stop":1714415671318,"duration":0}},{"uid":"99f690fcfa404e99","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/99f690fcfa404e99","status":"passed","time":{"start":1714407878081,"stop":1714407878081,"duration":0}},{"uid":"1a8e8d15f55f5d91","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1a8e8d15f55f5d91","status":"passed","time":{"start":1714406907382,"stop":1714406907385,"duration":3}},{"uid":"68338ca863169350","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/68338ca863169350","status":"passed","time":{"start":1714404685458,"stop":1714404685458,"duration":0}}]},"36b6f6d14da5b54b80114bccbb9ea929:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2db3cb300696d3db","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/2db3cb300696d3db","status":"passed","time":{"start":1714046252340,"stop":1714046252342,"duration":2}}]},"ca5c3a5a33475a030c11c492bb510ce0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86355d0331445d78","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/86355d0331445d78","status":"passed","time":{"start":1714219167796,"stop":1714219167797,"duration":1}}]},"ac0e897bc7e18f4d98224cec7c97cc86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff8cf11586562763","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ff8cf11586562763","status":"passed","time":{"start":1714386707028,"stop":1714386707028,"duration":0}}]},"84daf2543883575514c2718730069a30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15a2b7829646870a","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/15a2b7829646870a","status":"passed","time":{"start":1714089729896,"stop":1714089729897,"duration":1}}]},"1eda4bd448d704cdd9a214d792cb5252:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a73720ffc94c3ac","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/a73720ffc94c3ac","status":"passed","time":{"start":1713996822798,"stop":1713996822798,"duration":0}}]},"f6aa892807e3ec8bdac4c7e859f4106b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da3877342130c5e0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/da3877342130c5e0","status":"passed","time":{"start":1714429091061,"stop":1714429091062,"duration":1}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"6dfb5d9fa6dc3879","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6dfb5d9fa6dc3879","status":"passed","time":{"start":1714454483206,"stop":1714454483206,"duration":0}},{"uid":"f0d39b382cb31d67","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f0d39b382cb31d67","status":"passed","time":{"start":1714436043134,"stop":1714436043134,"duration":0}},{"uid":"e706b5147d1942e8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e706b5147d1942e8","status":"passed","time":{"start":1714435099723,"stop":1714435099729,"duration":6}},{"uid":"31df4526f6ddb701","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/31df4526f6ddb701","status":"passed","time":{"start":1714433792296,"stop":1714433792296,"duration":0}},{"uid":"7f4949c62b3b6728","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7f4949c62b3b6728","status":"passed","time":{"start":1714431997897,"stop":1714431997898,"duration":1}},{"uid":"83b60b0d1270ceaa","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/83b60b0d1270ceaa","status":"passed","time":{"start":1714432293608,"stop":1714432293610,"duration":2}},{"uid":"ee215c5233a1ca7e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ee215c5233a1ca7e","status":"passed","time":{"start":1714430988315,"stop":1714430988315,"duration":0}},{"uid":"6d706483457fa0cb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6d706483457fa0cb","status":"passed","time":{"start":1714430789853,"stop":1714430789854,"duration":1}},{"uid":"7839dd6573cba4c6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7839dd6573cba4c6","status":"passed","time":{"start":1714429967918,"stop":1714429967918,"duration":0}},{"uid":"93c9f6a595180956","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/93c9f6a595180956","status":"passed","time":{"start":1714429091063,"stop":1714429091063,"duration":0}},{"uid":"daa30c0a5fc80951","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/daa30c0a5fc80951","status":"passed","time":{"start":1714427833034,"stop":1714427833034,"duration":0}},{"uid":"de19eb9154e3d231","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/de19eb9154e3d231","status":"passed","time":{"start":1714427561592,"stop":1714427561592,"duration":0}},{"uid":"d7df67fab6d4f5ab","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d7df67fab6d4f5ab","status":"passed","time":{"start":1714426916053,"stop":1714426916053,"duration":0}},{"uid":"12ab117dd3a9f3a0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/12ab117dd3a9f3a0","status":"passed","time":{"start":1714425586971,"stop":1714425586971,"duration":0}},{"uid":"3dcd8a7dadfb8749","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3dcd8a7dadfb8749","status":"passed","time":{"start":1714425396497,"stop":1714425396498,"duration":1}},{"uid":"abde930fb5e9bfcf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/abde930fb5e9bfcf","status":"passed","time":{"start":1714415596688,"stop":1714415596689,"duration":1}},{"uid":"e277ebfbaa7a6a1f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e277ebfbaa7a6a1f","status":"passed","time":{"start":1714415715318,"stop":1714415715318,"duration":0}},{"uid":"86c99bdac5607b8b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/86c99bdac5607b8b","status":"passed","time":{"start":1714407912884,"stop":1714407912885,"duration":1}},{"uid":"46bba691e7cc4884","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/46bba691e7cc4884","status":"passed","time":{"start":1714406956963,"stop":1714406956963,"duration":0}},{"uid":"4d00a5fc2d6c19dd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4d00a5fc2d6c19dd","status":"passed","time":{"start":1714404734771,"stop":1714404734772,"duration":1}}]},"11c5e3a19a137c90d0ad10328333f82c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"815632f2dd8e703","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/815632f2dd8e703","status":"passed","time":{"start":1714380091391,"stop":1714380091391,"duration":0}}]},"4967598ae21d7e061f6f4345696eb119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e00c7759d10942","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1e00c7759d10942","status":"passed","time":{"start":1714425413041,"stop":1714425413041,"duration":0}}]},"90889e01692b710df807959bf29f1f9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f298c6774054156","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/1f298c6774054156","status":"passed","time":{"start":1714139752232,"stop":1714139752233,"duration":1}}]},"d369c34e955bb7e2d0c22fb3d4643c00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"8dba47b77ab6eb34","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/8dba47b77ab6eb34","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714003480015,"stop":1714003480015,"duration":0}}]},"8fede45b74d2c2eba969318e33b46603:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"643faef300c8611b","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/643faef300c8611b","status":"passed","time":{"start":1714140979815,"stop":1714140979815,"duration":0}}]},"cbea1549a8e938b6e5bfe9550f1b5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"229f02f5840731bd","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/229f02f5840731bd","status":"passed","time":{"start":1713987704958,"stop":1713987704958,"duration":0}}]},"f75dc2e4960b4c40ff044098f5ce2612:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"987d266c6bf4aa4d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/987d266c6bf4aa4d","status":"passed","time":{"start":1714145957269,"stop":1714145957286,"duration":17}}]},"e1be0142d47b955998d4c5a6e104d775:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0473efd27ccf242","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/a0473efd27ccf242","status":"passed","time":{"start":1714046252351,"stop":1714046252352,"duration":1}}]},"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"25cdd960c29752e4","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/25cdd960c29752e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1713977095261,"stop":1713977095261,"duration":0}},{"uid":"e987d99111cc520","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/e987d99111cc520","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976297264,"stop":1713976297264,"duration":0}},{"uid":"6c0db69b13eba29f","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/6c0db69b13eba29f","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969285214,"stop":1713969285214,"duration":0}},{"uid":"42a958dd112a076c","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/42a958dd112a076c","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943776990,"stop":1713943776990,"duration":0}},{"uid":"18a4c7230efeae3a","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/18a4c7230efeae3a","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889601755,"stop":1713889601755,"duration":0}}]},"35a9d95f4e3fc072592303173121dffb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"963486e34145f7cd","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/963486e34145f7cd","status":"passed","time":{"start":1714129789829,"stop":1714129789830,"duration":1}}]},"db0f77430257f20596c359de12e53d18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9575ecf9af696188","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9575ecf9af696188","status":"passed","time":{"start":1714432201987,"stop":1714432201987,"duration":0}}]},"d2b830655f3968c13872c76649ba6d6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5db8283f9e14e2ee","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5db8283f9e14e2ee","status":"passed","time":{"start":1714425425853,"stop":1714425425853,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"9585b5a234034e49","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9585b5a234034e49","status":"passed","time":{"start":1714454532120,"stop":1714454532121,"duration":1}},{"uid":"343ba4c587d6500a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/343ba4c587d6500a","status":"passed","time":{"start":1714436094197,"stop":1714436094198,"duration":1}},{"uid":"20145116203736f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/20145116203736f","status":"passed","time":{"start":1714435163808,"stop":1714435163809,"duration":1}},{"uid":"874665304cbb3149","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/874665304cbb3149","status":"passed","time":{"start":1714433852602,"stop":1714433852602,"duration":0}},{"uid":"722b3ce4af35dba2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/722b3ce4af35dba2","status":"passed","time":{"start":1714432063849,"stop":1714432063850,"duration":1}},{"uid":"99bf4f60191372e1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/99bf4f60191372e1","status":"passed","time":{"start":1714432359670,"stop":1714432359670,"duration":0}},{"uid":"cc510713fb74224c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cc510713fb74224c","status":"passed","time":{"start":1714431050889,"stop":1714431050890,"duration":1}},{"uid":"3c53d8a1e027374","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3c53d8a1e027374","status":"passed","time":{"start":1714430874568,"stop":1714430874568,"duration":0}},{"uid":"13c662ecbc451ba4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/13c662ecbc451ba4","status":"passed","time":{"start":1714430022725,"stop":1714430022725,"duration":0}},{"uid":"e55a182551549ac7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e55a182551549ac7","status":"passed","time":{"start":1714429144650,"stop":1714429144650,"duration":0}},{"uid":"a03568917bb86d1a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a03568917bb86d1a","status":"passed","time":{"start":1714427925999,"stop":1714427925999,"duration":0}},{"uid":"3ffbda9268ded6ce","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3ffbda9268ded6ce","status":"passed","time":{"start":1714427629047,"stop":1714427629047,"duration":0}},{"uid":"fbd8d90d91da80a8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fbd8d90d91da80a8","status":"passed","time":{"start":1714426975371,"stop":1714426975371,"duration":0}},{"uid":"757facdcce019714","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/757facdcce019714","status":"passed","time":{"start":1714425690220,"stop":1714425690221,"duration":1}},{"uid":"b5289cd745dea29","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b5289cd745dea29","status":"passed","time":{"start":1714425473188,"stop":1714425473189,"duration":1}},{"uid":"ad778a9dc9178c65","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ad778a9dc9178c65","status":"passed","time":{"start":1714415666101,"stop":1714415666108,"duration":7}},{"uid":"e63e9df1c98dad6e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e63e9df1c98dad6e","status":"passed","time":{"start":1714415773701,"stop":1714415773701,"duration":0}},{"uid":"aae2eee8f3fe06c6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aae2eee8f3fe06c6","status":"passed","time":{"start":1714407989503,"stop":1714407989503,"duration":0}},{"uid":"a114616d8ab9fcd1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a114616d8ab9fcd1","status":"passed","time":{"start":1714407016610,"stop":1714407016611,"duration":1}},{"uid":"54b1acd3a84cc577","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/54b1acd3a84cc577","status":"passed","time":{"start":1714404796531,"stop":1714404796534,"duration":3}}]},"b1320fdb4f409f4e21f34cd388896de7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0208aa4cb06e05b","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/f0208aa4cb06e05b","status":"passed","time":{"start":1713982906719,"stop":1713982906719,"duration":0}}]},"98eb97d011a81192576dd43b4d27455d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3560e3a96476e506","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/3560e3a96476e506","status":"passed","time":{"start":1713969158744,"stop":1713969158744,"duration":0}}]},"f0c51413d9dd73a9f8d4ca2153e389be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"fe002c4399712ba2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fe002c4399712ba2","status":"passed","time":{"start":1714453925061,"stop":1714453925061,"duration":0}},{"uid":"d71376692a0a3936","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d71376692a0a3936","status":"passed","time":{"start":1714435482969,"stop":1714435482970,"duration":1}},{"uid":"637b8f04dfba4bce","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/637b8f04dfba4bce","status":"passed","time":{"start":1714434552005,"stop":1714434552006,"duration":1}},{"uid":"28026c035984869f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/28026c035984869f","status":"passed","time":{"start":1714433247030,"stop":1714433247030,"duration":0}},{"uid":"a23803b3b659482a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a23803b3b659482a","status":"passed","time":{"start":1714431444750,"stop":1714431444750,"duration":0}},{"uid":"21d2e82141da2156","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/21d2e82141da2156","status":"passed","time":{"start":1714431708292,"stop":1714431708292,"duration":0}},{"uid":"55f502011d05899f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/55f502011d05899f","status":"passed","time":{"start":1714430430723,"stop":1714430430724,"duration":1}},{"uid":"5170e3d3097027dc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5170e3d3097027dc","status":"passed","time":{"start":1714430223184,"stop":1714430223184,"duration":0}},{"uid":"20c748e29cc87b31","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/20c748e29cc87b31","status":"passed","time":{"start":1714429383880,"stop":1714429383881,"duration":1}},{"uid":"8d110227b377989c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8d110227b377989c","status":"passed","time":{"start":1714428528635,"stop":1714428528635,"duration":0}},{"uid":"f00adbde175b69dd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f00adbde175b69dd","status":"passed","time":{"start":1714427305987,"stop":1714427305987,"duration":0}},{"uid":"6bcefe97b353a5c2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6bcefe97b353a5c2","status":"passed","time":{"start":1714427007382,"stop":1714427007382,"duration":0}},{"uid":"15d988ef89ba94b6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/15d988ef89ba94b6","status":"passed","time":{"start":1714426355971,"stop":1714426355971,"duration":0}},{"uid":"4555d96640c747d1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4555d96640c747d1","status":"passed","time":{"start":1714424458784,"stop":1714424458785,"duration":1}},{"uid":"e15f528cdc6ab456","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e15f528cdc6ab456","status":"passed","time":{"start":1714424849010,"stop":1714424849010,"duration":0}},{"uid":"21f4c5c5b7a594bc","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/21f4c5c5b7a594bc","status":"passed","time":{"start":1714415001450,"stop":1714415001450,"duration":0}},{"uid":"ae018fd82ee4bf2f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ae018fd82ee4bf2f","status":"passed","time":{"start":1714415154922,"stop":1714415154922,"duration":0}},{"uid":"325211eae0444e70","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/325211eae0444e70","status":"passed","time":{"start":1714407362047,"stop":1714407362048,"duration":1}},{"uid":"fd40b916ef38864d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fd40b916ef38864d","status":"passed","time":{"start":1714406389341,"stop":1714406389341,"duration":0}},{"uid":"2094126ae833b107","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2094126ae833b107","status":"passed","time":{"start":1714404179179,"stop":1714404179179,"duration":0}}]},"1c2108780b5644a7c205e9411f3f3a20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db4bb97ea45c8052","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/db4bb97ea45c8052","status":"passed","time":{"start":1714435983381,"stop":1714435983381,"duration":0}}]},"254c21c0d85c8ed5b403dc88c88dd867:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"566347986092c62e","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/566347986092c62e","status":"passed","time":{"start":1714139217228,"stop":1714139217228,"duration":0}}]},"ead0563f469007f39d3bc730ff738d12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a26821457e6e5170","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/a26821457e6e5170","status":"passed","time":{"start":1713976155508,"stop":1713976155509,"duration":1}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ad71939287b6ef30","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ad71939287b6ef30","status":"passed","time":{"start":1714453949191,"stop":1714453949191,"duration":0}},{"uid":"2505c4d91b951edb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2505c4d91b951edb","status":"passed","time":{"start":1714435506838,"stop":1714435506838,"duration":0}},{"uid":"48f9946df8b244d9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/48f9946df8b244d9","status":"passed","time":{"start":1714434576209,"stop":1714434576209,"duration":0}},{"uid":"dea58e746cc975d6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dea58e746cc975d6","status":"passed","time":{"start":1714433271079,"stop":1714433271079,"duration":0}},{"uid":"78dafbf41678506c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/78dafbf41678506c","status":"passed","time":{"start":1714431469027,"stop":1714431469028,"duration":1}},{"uid":"87d5b0765422bcda","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/87d5b0765422bcda","status":"passed","time":{"start":1714431732700,"stop":1714431732701,"duration":1}},{"uid":"684744829510f204","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/684744829510f204","status":"passed","time":{"start":1714430455642,"stop":1714430455642,"duration":0}},{"uid":"eaa0369e3d1c28ab","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/eaa0369e3d1c28ab","status":"passed","time":{"start":1714430247321,"stop":1714430247321,"duration":0}},{"uid":"d857a6383d6e634c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d857a6383d6e634c","status":"passed","time":{"start":1714429410960,"stop":1714429410960,"duration":0}},{"uid":"1c4a4eccb575450d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1c4a4eccb575450d","status":"passed","time":{"start":1714428553099,"stop":1714428553099,"duration":0}},{"uid":"34ebfba9a5db9bd9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/34ebfba9a5db9bd9","status":"passed","time":{"start":1714427330822,"stop":1714427330823,"duration":1}},{"uid":"65af34bc85011246","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/65af34bc85011246","status":"passed","time":{"start":1714427031436,"stop":1714427031436,"duration":0}},{"uid":"2efc3061540360b5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2efc3061540360b5","status":"passed","time":{"start":1714426381043,"stop":1714426381043,"duration":0}},{"uid":"a2e4dd1fc37a59dc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a2e4dd1fc37a59dc","status":"passed","time":{"start":1714424483030,"stop":1714424483030,"duration":0}},{"uid":"a531505d31caa5a0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a531505d31caa5a0","status":"passed","time":{"start":1714424873553,"stop":1714424873554,"duration":1}},{"uid":"4b55265cc26d0213","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4b55265cc26d0213","status":"passed","time":{"start":1714415026651,"stop":1714415026651,"duration":0}},{"uid":"46ad0f07d57df121","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/46ad0f07d57df121","status":"passed","time":{"start":1714415179597,"stop":1714415179597,"duration":0}},{"uid":"f559876483db48fc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f559876483db48fc","status":"passed","time":{"start":1714407386566,"stop":1714407386566,"duration":0}},{"uid":"17af652242c9aa6d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/17af652242c9aa6d","status":"passed","time":{"start":1714406414100,"stop":1714406414100,"duration":0}},{"uid":"c45c32f638b68d48","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c45c32f638b68d48","status":"passed","time":{"start":1714404203703,"stop":1714404203703,"duration":0}}]},"eef5cb3524097c5216e9b02dff2d0843:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b06dcc256f1e54b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2b06dcc256f1e54b","status":"passed","time":{"start":1714425586968,"stop":1714425586968,"duration":0}}]},"0f2b0fa1b5d184b02e591303a4cd5542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"608f55118dd9d782","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/608f55118dd9d782","status":"passed","time":{"start":1714008071087,"stop":1714008071087,"duration":0}}]},"764f19224f6a8a32131ec9f4f678a049:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26881137a9917447","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/26881137a9917447","status":"passed","time":{"start":1714426812814,"stop":1714426812814,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"89d9985891e36821","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/89d9985891e36821","status":"passed","time":{"start":1714453952292,"stop":1714453952292,"duration":0}},{"uid":"81d5e083cce11c85","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/81d5e083cce11c85","status":"passed","time":{"start":1714435510942,"stop":1714435510942,"duration":0}},{"uid":"c7c51718bdf4905","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c7c51718bdf4905","status":"passed","time":{"start":1714434580041,"stop":1714434580041,"duration":0}},{"uid":"71e069cab33afeb3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/71e069cab33afeb3","status":"passed","time":{"start":1714433274945,"stop":1714433274946,"duration":1}},{"uid":"7e12f51463ac0e7b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7e12f51463ac0e7b","status":"passed","time":{"start":1714431472603,"stop":1714431472603,"duration":0}},{"uid":"6659c6643439a742","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6659c6643439a742","status":"passed","time":{"start":1714431736482,"stop":1714431736482,"duration":0}},{"uid":"c13377b82b1569a8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c13377b82b1569a8","status":"passed","time":{"start":1714430459333,"stop":1714430459333,"duration":0}},{"uid":"b5cc9fee213c2130","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b5cc9fee213c2130","status":"passed","time":{"start":1714430251102,"stop":1714430251102,"duration":0}},{"uid":"f8af3a1e49d5fd20","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f8af3a1e49d5fd20","status":"passed","time":{"start":1714429414593,"stop":1714429414593,"duration":0}},{"uid":"6e13cd612961913c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6e13cd612961913c","status":"passed","time":{"start":1714428556956,"stop":1714428556956,"duration":0}},{"uid":"3380b8d3a55bb09","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3380b8d3a55bb09","status":"passed","time":{"start":1714427334703,"stop":1714427334703,"duration":0}},{"uid":"ea02a4bae353a125","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ea02a4bae353a125","status":"passed","time":{"start":1714427035567,"stop":1714427035567,"duration":0}},{"uid":"a3312d0f74820a54","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a3312d0f74820a54","status":"passed","time":{"start":1714426384799,"stop":1714426384799,"duration":0}},{"uid":"87f79a766eb0a93","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/87f79a766eb0a93","status":"passed","time":{"start":1714424486880,"stop":1714424486880,"duration":0}},{"uid":"c8e6cc6b15b8cdf6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c8e6cc6b15b8cdf6","status":"passed","time":{"start":1714424877430,"stop":1714424877430,"duration":0}},{"uid":"4e91f4c76aec39f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4e91f4c76aec39f1","status":"passed","time":{"start":1714415030104,"stop":1714415030104,"duration":0}},{"uid":"5c1d3e7a398906b4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5c1d3e7a398906b4","status":"passed","time":{"start":1714415183075,"stop":1714415183075,"duration":0}},{"uid":"55419847fc91afaa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/55419847fc91afaa","status":"passed","time":{"start":1714407390405,"stop":1714407390405,"duration":0}},{"uid":"6bfdaf2857e3c402","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6bfdaf2857e3c402","status":"passed","time":{"start":1714406417793,"stop":1714406417793,"duration":0}},{"uid":"b0624eb8778aaf6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b0624eb8778aaf6","status":"passed","time":{"start":1714404207526,"stop":1714404207526,"duration":0}}]},"0e811767636088cf6f239323283df429:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e8f0f32b9eef15e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5e8f0f32b9eef15e","status":"passed","time":{"start":1714427530072,"stop":1714427530072,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"1cbf58175e256334","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1cbf58175e256334","status":"passed","time":{"start":1714453937585,"stop":1714453937587,"duration":2}},{"uid":"d2d90378b72a3da4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d2d90378b72a3da4","status":"passed","time":{"start":1714435495366,"stop":1714435495368,"duration":2}},{"uid":"84cd540c8ef7f5f5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/84cd540c8ef7f5f5","status":"passed","time":{"start":1714434564781,"stop":1714434564783,"duration":2}},{"uid":"ca18a33705b24611","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ca18a33705b24611","status":"passed","time":{"start":1714433259645,"stop":1714433259646,"duration":1}},{"uid":"35c555590f3a412a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/35c555590f3a412a","status":"passed","time":{"start":1714431457598,"stop":1714431457600,"duration":2}},{"uid":"959d3c0a90d167f2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/959d3c0a90d167f2","status":"passed","time":{"start":1714431721027,"stop":1714431721028,"duration":1}},{"uid":"86d577e64266802","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/86d577e64266802","status":"passed","time":{"start":1714430443752,"stop":1714430443753,"duration":1}},{"uid":"67cbe5f53f9d131","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/67cbe5f53f9d131","status":"passed","time":{"start":1714430235801,"stop":1714430235802,"duration":1}},{"uid":"dd6880bda3b39a23","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/dd6880bda3b39a23","status":"passed","time":{"start":1714429398091,"stop":1714429398093,"duration":2}},{"uid":"e4c0488b79581c8f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e4c0488b79581c8f","status":"passed","time":{"start":1714428541485,"stop":1714428541486,"duration":1}},{"uid":"24b10fc99bca076c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/24b10fc99bca076c","status":"passed","time":{"start":1714427318846,"stop":1714427318848,"duration":2}},{"uid":"eedfd8f47e6ced5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/eedfd8f47e6ced5","status":"passed","time":{"start":1714427020166,"stop":1714427020168,"duration":2}},{"uid":"3b5af8a076123905","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3b5af8a076123905","status":"passed","time":{"start":1714426369082,"stop":1714426369083,"duration":1}},{"uid":"e2d7532729527f3c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e2d7532729527f3c","status":"passed","time":{"start":1714424471387,"stop":1714424471388,"duration":1}},{"uid":"f41d60be5dc235cd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f41d60be5dc235cd","status":"passed","time":{"start":1714424861903,"stop":1714424861905,"duration":2}},{"uid":"508548decf928b1d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/508548decf928b1d","status":"passed","time":{"start":1714415014385,"stop":1714415014386,"duration":1}},{"uid":"f335d915f2e4bf3d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f335d915f2e4bf3d","status":"passed","time":{"start":1714415167739,"stop":1714415167741,"duration":2}},{"uid":"a0c53055e685e2e0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a0c53055e685e2e0","status":"passed","time":{"start":1714407374880,"stop":1714407374882,"duration":2}},{"uid":"790a849b8ff2cfba","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/790a849b8ff2cfba","status":"passed","time":{"start":1714406402154,"stop":1714406402156,"duration":2}},{"uid":"c2cbe517c075e425","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c2cbe517c075e425","status":"passed","time":{"start":1714404191962,"stop":1714404191963,"duration":1}}]},"a386a7296392f6f00aed8f37d5e29c28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cd938dbbe1d634","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7cd938dbbe1d634","status":"passed","time":{"start":1714415596687,"stop":1714415596688,"duration":1}}]},"68eca40d5868f0e5e2073f6a2369c96d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9fad13b8f0735fe","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/b9fad13b8f0735fe","status":"passed","time":{"start":1714141029645,"stop":1714141029645,"duration":0}}]},"dadd0e25556598dc57f0f1ce2d970899:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d9aa07dd9d0069a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d9aa07dd9d0069a","status":"passed","time":{"start":1714454429796,"stop":1714454429797,"duration":1}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"f463ee7f2075060","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f463ee7f2075060","status":"passed","time":{"start":1714454561532,"stop":1714454561532,"duration":0}},{"uid":"b13c6b7993ce7a00","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b13c6b7993ce7a00","status":"passed","time":{"start":1714436109839,"stop":1714436109840,"duration":1}},{"uid":"707599945b13740e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/707599945b13740e","status":"passed","time":{"start":1714435189024,"stop":1714435189025,"duration":1}},{"uid":"86386849581b9321","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/86386849581b9321","status":"passed","time":{"start":1714433869897,"stop":1714433869898,"duration":1}},{"uid":"e82f2fc93fbe9a6d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e82f2fc93fbe9a6d","status":"passed","time":{"start":1714432075632,"stop":1714432075633,"duration":1}},{"uid":"a23027baa5fb5710","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a23027baa5fb5710","status":"passed","time":{"start":1714432375916,"stop":1714432375917,"duration":1}},{"uid":"922a0e36955847d8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/922a0e36955847d8","status":"passed","time":{"start":1714431067885,"stop":1714431067885,"duration":0}},{"uid":"7a1335ca649fb301","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7a1335ca649fb301","status":"passed","time":{"start":1714430892405,"stop":1714430892405,"duration":0}},{"uid":"6d491fdaca4a23b7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6d491fdaca4a23b7","status":"passed","time":{"start":1714430043390,"stop":1714430043390,"duration":0}},{"uid":"daa3c4ee7d291ee6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/daa3c4ee7d291ee6","status":"passed","time":{"start":1714429162571,"stop":1714429162581,"duration":10}},{"uid":"af91785f9428a67c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/af91785f9428a67c","status":"passed","time":{"start":1714427942602,"stop":1714427942602,"duration":0}},{"uid":"86844289d06f7b15","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/86844289d06f7b15","status":"passed","time":{"start":1714427647964,"stop":1714427647964,"duration":0}},{"uid":"e3b97d3900245cf4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e3b97d3900245cf4","status":"passed","time":{"start":1714426999746,"stop":1714426999746,"duration":0}},{"uid":"cc98d5a35b2f3707","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cc98d5a35b2f3707","status":"passed","time":{"start":1714425725388,"stop":1714425725388,"duration":0}},{"uid":"18ee18bfe737398c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/18ee18bfe737398c","status":"passed","time":{"start":1714425481554,"stop":1714425481554,"duration":0}},{"uid":"30545e830d8677d0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/30545e830d8677d0","status":"passed","time":{"start":1714415686085,"stop":1714415686086,"duration":1}},{"uid":"b273618e96f8b3d5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b273618e96f8b3d5","status":"passed","time":{"start":1714415795613,"stop":1714415795613,"duration":0}},{"uid":"3f01968f089ef83d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3f01968f089ef83d","status":"passed","time":{"start":1714407995022,"stop":1714407995023,"duration":1}},{"uid":"518e2b905b0471fd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/518e2b905b0471fd","status":"passed","time":{"start":1714407036731,"stop":1714407036732,"duration":1}},{"uid":"9e9c1d860e57e5f5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9e9c1d860e57e5f5","status":"passed","time":{"start":1714404808160,"stop":1714404808160,"duration":0}}]},"b4a0fb507994fc04c3efc6785554df10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cc46800a38039a2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6cc46800a38039a2","status":"passed","time":{"start":1714433761053,"stop":1714433761053,"duration":0}}]},"dcfc36fdb908c0b4a08224e6f9b41f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"94a6e8f1210849fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/94a6e8f1210849fa","status":"passed","time":{"start":1714453925054,"stop":1714453925054,"duration":0}},{"uid":"99082b5e72697380","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/99082b5e72697380","status":"passed","time":{"start":1714435482962,"stop":1714435482962,"duration":0}},{"uid":"916834e76b64be0c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/916834e76b64be0c","status":"passed","time":{"start":1714434551997,"stop":1714434551998,"duration":1}},{"uid":"6dc7efa97e7038b6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6dc7efa97e7038b6","status":"passed","time":{"start":1714433247024,"stop":1714433247024,"duration":0}},{"uid":"68fedff9a5e53980","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/68fedff9a5e53980","status":"passed","time":{"start":1714431444744,"stop":1714431444744,"duration":0}},{"uid":"1777eb73e16b2100","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1777eb73e16b2100","status":"passed","time":{"start":1714431708284,"stop":1714431708284,"duration":0}},{"uid":"7a9cb353577ca14f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7a9cb353577ca14f","status":"passed","time":{"start":1714430430716,"stop":1714430430716,"duration":0}},{"uid":"4e117fb519959df6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4e117fb519959df6","status":"passed","time":{"start":1714430223178,"stop":1714430223178,"duration":0}},{"uid":"156fe46f5254be52","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/156fe46f5254be52","status":"passed","time":{"start":1714429383871,"stop":1714429383872,"duration":1}},{"uid":"59be0b855cec9da","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/59be0b855cec9da","status":"passed","time":{"start":1714428528627,"stop":1714428528627,"duration":0}},{"uid":"c30b96a933b0c248","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c30b96a933b0c248","status":"passed","time":{"start":1714427305980,"stop":1714427305980,"duration":0}},{"uid":"b7fe6cdf64d694cb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b7fe6cdf64d694cb","status":"passed","time":{"start":1714427007376,"stop":1714427007376,"duration":0}},{"uid":"25536cee495a0b18","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/25536cee495a0b18","status":"passed","time":{"start":1714426355962,"stop":1714426355963,"duration":1}},{"uid":"ee96683a9b13b27d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ee96683a9b13b27d","status":"passed","time":{"start":1714424458777,"stop":1714424458777,"duration":0}},{"uid":"562a5d2a44e52979","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/562a5d2a44e52979","status":"passed","time":{"start":1714424849001,"stop":1714424849002,"duration":1}},{"uid":"fe959db4ab0eb293","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fe959db4ab0eb293","status":"passed","time":{"start":1714415001442,"stop":1714415001443,"duration":1}},{"uid":"e31d4708ae8252f9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e31d4708ae8252f9","status":"passed","time":{"start":1714415154912,"stop":1714415154912,"duration":0}},{"uid":"ec37799e46eb2154","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ec37799e46eb2154","status":"passed","time":{"start":1714407362040,"stop":1714407362040,"duration":0}},{"uid":"b08504195b4a001d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b08504195b4a001d","status":"passed","time":{"start":1714406389333,"stop":1714406389333,"duration":0}},{"uid":"fd9ed463fd431250","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fd9ed463fd431250","status":"passed","time":{"start":1714404179170,"stop":1714404179170,"duration":0}}]},"1f59feb1576305741e612e9406a084b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b02f0ee01f44b3e","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/2b02f0ee01f44b3e","status":"passed","time":{"start":1714240376925,"stop":1714240376925,"duration":0}}]},"af7df8819cce568be7e749ddea62e9d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91260ee08236c91f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/91260ee08236c91f","status":"passed","time":{"start":1714454429796,"stop":1714454429796,"duration":0}}]},"402880412daf4a465e2eb25871095fb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de26db44ccc81f33","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/de26db44ccc81f33","status":"passed","time":{"start":1714386707028,"stop":1714386707029,"duration":1}}]},"e698081084392647b279a5c77c0f4fac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a91fdaa8ceba86e6","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/a91fdaa8ceba86e6","status":"passed","time":{"start":1714139910948,"stop":1714139910949,"duration":1}}]},"4a38af2e9ca6304a0b1340012c08f052:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61cd580051e181d7","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/61cd580051e181d7","status":"passed","time":{"start":1714382963591,"stop":1714382963591,"duration":0}}]},"3bd9e84b951170b8f4f86596dcc0cd98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6431c2f57297330","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/d6431c2f57297330","status":"passed","time":{"start":1714139128304,"stop":1714139128305,"duration":1}}]},"38434e16ecd22d416b37bb810ed1c3d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4eebc59c35b976b3","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/4eebc59c35b976b3","status":"passed","time":{"start":1713988983907,"stop":1713988983907,"duration":0}}]},"0160ed606ed857c34a184d986c917496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e884b79817b999cc","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/e884b79817b999cc","status":"passed","time":{"start":1714046128548,"stop":1714046128549,"duration":1}}]},"4952e18e4ad6647e896bec832ee72a58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cddb353bcb0e196","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/8cddb353bcb0e196","status":"passed","time":{"start":1714046065010,"stop":1714046065011,"duration":1}}]},"372b6f1d22edab95dd8d9972c3a02566:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9c745ae829e0012","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c9c745ae829e0012","status":"passed","time":{"start":1714383232260,"stop":1714383232261,"duration":1}}]},"34361893a860f09d54c12ace55568f43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3bdab39dfbafe5e6","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/3bdab39dfbafe5e6","status":"passed","time":{"start":1713969158745,"stop":1713969158746,"duration":1}}]},"796d2a1bb1b86d87d3a9ab0a77643116:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"899da668524a7cf6","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/899da668524a7cf6","status":"passed","time":{"start":1714169433158,"stop":1714169433158,"duration":0}}]},"855347851bfbf48640c6058978cbb67d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e770587e237f5b5","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6e770587e237f5b5","status":"passed","time":{"start":1714169472816,"stop":1714169472817,"duration":1}}]},"95e90688ddda9ae37196072619bfa014:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bfc1f6b93dfb5e9d","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/bfc1f6b93dfb5e9d","status":"passed","time":{"start":1713987704974,"stop":1713987704974,"duration":0}}]},"e8b37d12dcffcda8ba8879d64079b2a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"aa94f0ddaf53ab09","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/aa94f0ddaf53ab09","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908892,"stop":1713976908892,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"7d10c048738ce176","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7d10c048738ce176","status":"passed","time":{"start":1714453952291,"stop":1714453952292,"duration":1}},{"uid":"ab189173dc8da9eb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ab189173dc8da9eb","status":"passed","time":{"start":1714435510941,"stop":1714435510942,"duration":1}},{"uid":"99d74ccd6a5d8ef2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/99d74ccd6a5d8ef2","status":"passed","time":{"start":1714434580041,"stop":1714434580041,"duration":0}},{"uid":"31485bd7624ea44","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/31485bd7624ea44","status":"passed","time":{"start":1714433274945,"stop":1714433274945,"duration":0}},{"uid":"2cac53a75bef0e13","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2cac53a75bef0e13","status":"passed","time":{"start":1714431472602,"stop":1714431472603,"duration":1}},{"uid":"fd9abce19722b5c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fd9abce19722b5c","status":"passed","time":{"start":1714431736481,"stop":1714431736481,"duration":0}},{"uid":"8d55992a009dc3c2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8d55992a009dc3c2","status":"passed","time":{"start":1714430459332,"stop":1714430459333,"duration":1}},{"uid":"1136dfa288021173","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1136dfa288021173","status":"passed","time":{"start":1714430251101,"stop":1714430251102,"duration":1}},{"uid":"df9a0fc855f5ef3e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/df9a0fc855f5ef3e","status":"passed","time":{"start":1714429414593,"stop":1714429414593,"duration":0}},{"uid":"d23d55ae7aea40d9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d23d55ae7aea40d9","status":"passed","time":{"start":1714428556956,"stop":1714428556956,"duration":0}},{"uid":"2fffedd091823898","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2fffedd091823898","status":"passed","time":{"start":1714427334703,"stop":1714427334703,"duration":0}},{"uid":"8d093d52e2851d93","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8d093d52e2851d93","status":"passed","time":{"start":1714427035567,"stop":1714427035567,"duration":0}},{"uid":"67d573bd2d4f24b7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/67d573bd2d4f24b7","status":"passed","time":{"start":1714426384798,"stop":1714426384799,"duration":1}},{"uid":"6202a532030502f1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6202a532030502f1","status":"passed","time":{"start":1714424486880,"stop":1714424486880,"duration":0}},{"uid":"5f530eb2d26821bc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5f530eb2d26821bc","status":"passed","time":{"start":1714424877430,"stop":1714424877430,"duration":0}},{"uid":"ba06ef59bcbb4a2d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ba06ef59bcbb4a2d","status":"passed","time":{"start":1714415030104,"stop":1714415030104,"duration":0}},{"uid":"247fddb11a6a3250","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/247fddb11a6a3250","status":"passed","time":{"start":1714415183074,"stop":1714415183075,"duration":1}},{"uid":"d0f8ec9d7e5d0ebc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d0f8ec9d7e5d0ebc","status":"passed","time":{"start":1714407390404,"stop":1714407390405,"duration":1}},{"uid":"9a306a40609f4bf1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9a306a40609f4bf1","status":"passed","time":{"start":1714406417793,"stop":1714406417793,"duration":0}},{"uid":"76239455091dbac5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/76239455091dbac5","status":"passed","time":{"start":1714404207525,"stop":1714404207526,"duration":1}}]},"4d8cd3e62551e04d890a464e1dcf83f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e975ab0cabe1e0","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1e975ab0cabe1e0","status":"passed","time":{"start":1714380091389,"stop":1714380091389,"duration":0}}]},"0caf94a2b93fc3e3a2ec0466144b37bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a67098a8cf1d85c","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/7a67098a8cf1d85c","status":"passed","time":{"start":1713987704966,"stop":1713987704966,"duration":0}}]},"99d81d91faaf1991da13a2e352a18a84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60c65f222c2adb9d","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/60c65f222c2adb9d","status":"passed","time":{"start":1714140518313,"stop":1714140518314,"duration":1}}]},"f3ee07bbeb8fffc11424600c0e208271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99e8b7405c4f3fc2","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/99e8b7405c4f3fc2","status":"passed","time":{"start":1714384714543,"stop":1714384714544,"duration":1}}]},"803ea79e7f76e6b8b17d2afa8524647e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1081569159d94cc1","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/1081569159d94cc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908890,"stop":1713976908890,"duration":0}}]},"23227eb4ee5677cd837681718667fc25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78f9a31f2450c422","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/78f9a31f2450c422","status":"passed","time":{"start":1714427833032,"stop":1714427833032,"duration":0}}]},"70a01904d6db3d231b103a9802a932cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0fd2922a4845f38","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e0fd2922a4845f38","status":"passed","time":{"start":1714433761052,"stop":1714433761053,"duration":1}}]},"215f2839e0c11191e54bad5bd8f12c6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b9d7d1d7d2b9118","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4b9d7d1d7d2b9118","status":"passed","time":{"start":1714430997204,"stop":1714430997204,"duration":0}}]},"fa0e590ec83e548c843ec0af7f1b21b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"711a352432b0ae93","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/711a352432b0ae93","status":"passed","time":{"start":1714089697949,"stop":1714089697949,"duration":0}}]},"9886926cfcfd4d1d6256709a2ae13725:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9b1a95363555744","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b9b1a95363555744","status":"passed","time":{"start":1714386707025,"stop":1714386707025,"duration":0}}]},"e4d0cdd20f0f4cce2a060fd6b4892e47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa24ba085a5d0634","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/aa24ba085a5d0634","status":"passed","time":{"start":1714046252344,"stop":1714046252345,"duration":1}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"d362041d60108eee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d362041d60108eee","status":"passed","time":{"start":1714454530567,"stop":1714454530567,"duration":0}},{"uid":"40bfce352b7921f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/40bfce352b7921f","status":"passed","time":{"start":1714436078487,"stop":1714436078487,"duration":0}},{"uid":"c67a24ada5aa1dd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c67a24ada5aa1dd","status":"passed","time":{"start":1714435179752,"stop":1714435179753,"duration":1}},{"uid":"3244c865f05ae4d0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3244c865f05ae4d0","status":"passed","time":{"start":1714433840195,"stop":1714433840195,"duration":0}},{"uid":"8899af6f8611b9e4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8899af6f8611b9e4","status":"passed","time":{"start":1714432050938,"stop":1714432050939,"duration":1}},{"uid":"a9442f49b4a9e9d2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a9442f49b4a9e9d2","status":"passed","time":{"start":1714432354905,"stop":1714432354905,"duration":0}},{"uid":"be05278ec993674e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/be05278ec993674e","status":"passed","time":{"start":1714431055631,"stop":1714431055631,"duration":0}},{"uid":"c3cf0f3cc70db3c8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c3cf0f3cc70db3c8","status":"passed","time":{"start":1714430874349,"stop":1714430874349,"duration":0}},{"uid":"673bad30e6c2b88","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/673bad30e6c2b88","status":"passed","time":{"start":1714430022365,"stop":1714430022367,"duration":2}},{"uid":"c7f5b3d6e3079263","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c7f5b3d6e3079263","status":"passed","time":{"start":1714429146148,"stop":1714429146148,"duration":0}},{"uid":"f66864bec2c20e50","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f66864bec2c20e50","status":"passed","time":{"start":1714427920725,"stop":1714427920725,"duration":0}},{"uid":"e0dc3025c366bbcd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e0dc3025c366bbcd","status":"passed","time":{"start":1714427612866,"stop":1714427612867,"duration":1}},{"uid":"d60c2eb5b2458ac2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d60c2eb5b2458ac2","status":"passed","time":{"start":1714426973024,"stop":1714426973024,"duration":0}},{"uid":"166f15142ae35e4e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/166f15142ae35e4e","status":"passed","time":{"start":1714425686845,"stop":1714425686845,"duration":0}},{"uid":"86ae7eb04a78204c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/86ae7eb04a78204c","status":"passed","time":{"start":1714425460329,"stop":1714425460329,"duration":0}},{"uid":"d58c0debd94390b0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d58c0debd94390b0","status":"passed","time":{"start":1714415661079,"stop":1714415661079,"duration":0}},{"uid":"b3bc532914e946e7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b3bc532914e946e7","status":"passed","time":{"start":1714415765123,"stop":1714415765123,"duration":0}},{"uid":"91422a13b71f109","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/91422a13b71f109","status":"passed","time":{"start":1714407974262,"stop":1714407974262,"duration":0}},{"uid":"f0bc92868df68","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f0bc92868df68","status":"passed","time":{"start":1714407005631,"stop":1714407005632,"duration":1}},{"uid":"f346bb7c481ed41d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f346bb7c481ed41d","status":"passed","time":{"start":1714404777759,"stop":1714404777759,"duration":0}}]},"2be41ce3018009f1b965e31370d0239d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77a23b2daf9caa5e","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/77a23b2daf9caa5e","status":"passed","time":{"start":1714144814999,"stop":1714144814999,"duration":0}}]},"cfb2a9906d2f4134a7fe068c27af8811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7aab80eca3b51ca","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e7aab80eca3b51ca","status":"passed","time":{"start":1714228934335,"stop":1714228934335,"duration":0}}]},"78242e9c05a3d01779a61cb8034a9d46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e71ba6bbae91ad2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e71ba6bbae91ad2","status":"passed","time":{"start":1714454483204,"stop":1714454483204,"duration":0}}]},"2bb2268d7d8c9c4cf9714985a5deff6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28f8a4e26b79a0e3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/28f8a4e26b79a0e3","status":"passed","time":{"start":1714430652883,"stop":1714430652884,"duration":1}}]},"f0b1e3e181a67ef3932606df570a6226:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e493b25d8af5460","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1e493b25d8af5460","status":"passed","time":{"start":1714427856103,"stop":1714427856106,"duration":3}}]},"215cd7d5d8a873115563f23bd610fd0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"155ef8b8dc1b67c1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/155ef8b8dc1b67c1","status":"passed","time":{"start":1714435115850,"stop":1714435115851,"duration":1}}]},"bf016e78e67d417b3e07f19e910f82e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e7470648ac967fc","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/5e7470648ac967fc","status":"passed","time":{"start":1714214481858,"stop":1714214481859,"duration":1}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"4e0847641116460","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4e0847641116460","status":"passed","time":{"start":1714454365873,"stop":1714454365873,"duration":0}},{"uid":"f66ccedbe99d3a33","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f66ccedbe99d3a33","status":"passed","time":{"start":1714435932813,"stop":1714435932813,"duration":0}},{"uid":"e8ac6ffe765c340","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e8ac6ffe765c340","status":"passed","time":{"start":1714435006822,"stop":1714435006822,"duration":0}},{"uid":"754ab1b42c34325b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/754ab1b42c34325b","status":"passed","time":{"start":1714433693914,"stop":1714433693914,"duration":0}},{"uid":"895afdd7ba46439d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/895afdd7ba46439d","status":"passed","time":{"start":1714431888535,"stop":1714431888535,"duration":0}},{"uid":"4f8a8079e71f356c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4f8a8079e71f356c","status":"passed","time":{"start":1714432201961,"stop":1714432201963,"duration":2}},{"uid":"f10742f431f8fd85","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f10742f431f8fd85","status":"passed","time":{"start":1714430892424,"stop":1714430892431,"duration":7}},{"uid":"5be1c7f810568894","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5be1c7f810568894","status":"passed","time":{"start":1714430720915,"stop":1714430720916,"duration":1}},{"uid":"c4f4a7d4bba0219b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c4f4a7d4bba0219b","status":"passed","time":{"start":1714429855243,"stop":1714429855244,"duration":1}},{"uid":"c3436ac5bc064126","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c3436ac5bc064126","status":"passed","time":{"start":1714428989401,"stop":1714428989401,"duration":0}},{"uid":"861645ddd5d27a0e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/861645ddd5d27a0e","status":"passed","time":{"start":1714427767164,"stop":1714427767165,"duration":1}},{"uid":"52c8f487dcd4d31f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/52c8f487dcd4d31f","status":"passed","time":{"start":1714427460511,"stop":1714427460511,"duration":0}},{"uid":"f625adad8b162df9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f625adad8b162df9","status":"passed","time":{"start":1714426812790,"stop":1714426812791,"duration":1}},{"uid":"b17d1a08752498ca","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b17d1a08752498ca","status":"passed","time":{"start":1714425528566,"stop":1714425528567,"duration":1}},{"uid":"55332fb2845b1aaa","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/55332fb2845b1aaa","status":"passed","time":{"start":1714425301041,"stop":1714425301042,"duration":1}},{"uid":"ea3eeeaccc5b485c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ea3eeeaccc5b485c","status":"passed","time":{"start":1714415473239,"stop":1714415473240,"duration":1}},{"uid":"cefda87a284204ba","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cefda87a284204ba","status":"passed","time":{"start":1714415615334,"stop":1714415615334,"duration":0}},{"uid":"a8261bbf2e14daa4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a8261bbf2e14daa4","status":"passed","time":{"start":1714407816850,"stop":1714407816851,"duration":1}},{"uid":"b0afd55603ba749d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b0afd55603ba749d","status":"passed","time":{"start":1714406861540,"stop":1714406861552,"duration":12}},{"uid":"49bc1db9cb9f2b07","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/49bc1db9cb9f2b07","status":"passed","time":{"start":1714404628263,"stop":1714404628264,"duration":1}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"8ed2984a1ad2ff94","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8ed2984a1ad2ff94","status":"passed","time":{"start":1714454507880,"stop":1714454507881,"duration":1}},{"uid":"a0a0e73b8a4b72ff","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a0a0e73b8a4b72ff","status":"passed","time":{"start":1714436048752,"stop":1714436048752,"duration":0}},{"uid":"2bac9864dac4986a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2bac9864dac4986a","status":"passed","time":{"start":1714435155766,"stop":1714435155767,"duration":1}},{"uid":"aa5027f162112e0e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/aa5027f162112e0e","status":"passed","time":{"start":1714433815789,"stop":1714433815789,"duration":0}},{"uid":"18cd2dbb5057245a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/18cd2dbb5057245a","status":"passed","time":{"start":1714432025722,"stop":1714432025722,"duration":0}},{"uid":"b8373036ba7400fe","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b8373036ba7400fe","status":"passed","time":{"start":1714432319344,"stop":1714432319345,"duration":1}},{"uid":"59bb7ba70f2249f3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/59bb7ba70f2249f3","status":"passed","time":{"start":1714431035239,"stop":1714431035240,"duration":1}},{"uid":"7e35f1a600a10882","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7e35f1a600a10882","status":"passed","time":{"start":1714430851111,"stop":1714430851111,"duration":0}},{"uid":"68fa5c4832310e88","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/68fa5c4832310e88","status":"passed","time":{"start":1714429998273,"stop":1714429998274,"duration":1}},{"uid":"7f39aff5e7fd68c6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7f39aff5e7fd68c6","status":"passed","time":{"start":1714429123409,"stop":1714429123409,"duration":0}},{"uid":"723f7e1286bd3405","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/723f7e1286bd3405","status":"passed","time":{"start":1714427908722,"stop":1714427908722,"duration":0}},{"uid":"db7b3e6c713d448c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/db7b3e6c713d448c","status":"passed","time":{"start":1714427590254,"stop":1714427590254,"duration":0}},{"uid":"b148c091200796ea","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b148c091200796ea","status":"passed","time":{"start":1714426950358,"stop":1714426950358,"duration":0}},{"uid":"d9f6c53bccf088eb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d9f6c53bccf088eb","status":"passed","time":{"start":1714425413012,"stop":1714425413013,"duration":1}},{"uid":"6fb6bf6186b14092","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6fb6bf6186b14092","status":"passed","time":{"start":1714425435614,"stop":1714425435614,"duration":0}},{"uid":"db9033d49d1c0ef2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/db9033d49d1c0ef2","status":"passed","time":{"start":1714415590162,"stop":1714415590162,"duration":0}},{"uid":"68c743826effafba","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/68c743826effafba","status":"passed","time":{"start":1714415739328,"stop":1714415739328,"duration":0}},{"uid":"5a56f092451fa17c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5a56f092451fa17c","status":"passed","time":{"start":1714407950122,"stop":1714407950122,"duration":0}},{"uid":"3886913490869a62","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3886913490869a62","status":"passed","time":{"start":1714406978461,"stop":1714406978461,"duration":0}},{"uid":"c848941dd4218f7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c848941dd4218f7","status":"passed","time":{"start":1714404752146,"stop":1714404752146,"duration":0}}]},"0b19289f6e06f366f1f10a1f497ee12e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6a7832738303d72","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/d6a7832738303d72","status":"passed","time":{"start":1714404451751,"stop":1714404451752,"duration":1}}]},"7a128c0d1ed5aa59f909e9034015f57b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"891d25e3167aed98","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/891d25e3167aed98","status":"passed","time":{"start":1714385048710,"stop":1714385048711,"duration":1}}]},"ead25686523517ea9e7c7fc802a2a2dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bfdfe92ea04bdc5f","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/bfdfe92ea04bdc5f","status":"passed","time":{"start":1714109202449,"stop":1714109202450,"duration":1}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"4c6bf6d34efde39f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4c6bf6d34efde39f","status":"passed","time":{"start":1714454185397,"stop":1714454185397,"duration":0}},{"uid":"41fc23a8de78b19a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/41fc23a8de78b19a","status":"passed","time":{"start":1714435735078,"stop":1714435735079,"duration":1}},{"uid":"d50af6811ca4ff99","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d50af6811ca4ff99","status":"passed","time":{"start":1714434806117,"stop":1714434806117,"duration":0}},{"uid":"6c7812c5298c8ff","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6c7812c5298c8ff","status":"passed","time":{"start":1714433499857,"stop":1714433499861,"duration":4}},{"uid":"272ac533dd4aba4c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/272ac533dd4aba4c","status":"passed","time":{"start":1714431708452,"stop":1714431708453,"duration":1}},{"uid":"9382197af372eda4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9382197af372eda4","status":"passed","time":{"start":1714431973947,"stop":1714431973947,"duration":0}},{"uid":"a230c5b7f8796d98","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a230c5b7f8796d98","status":"passed","time":{"start":1714430712226,"stop":1714430712226,"duration":0}},{"uid":"41ffbc150279cfe0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/41ffbc150279cfe0","status":"passed","time":{"start":1714430495762,"stop":1714430495764,"duration":2}},{"uid":"4e29b6b8d1baba24","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4e29b6b8d1baba24","status":"passed","time":{"start":1714429658503,"stop":1714429658503,"duration":0}},{"uid":"3922cc30e6bb24ea","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3922cc30e6bb24ea","status":"passed","time":{"start":1714428797054,"stop":1714428797054,"duration":0}},{"uid":"1a3e600d3177e3d1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1a3e600d3177e3d1","status":"passed","time":{"start":1714427574979,"stop":1714427574979,"duration":0}},{"uid":"3995c2006d352875","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3995c2006d352875","status":"passed","time":{"start":1714427265756,"stop":1714427265757,"duration":1}},{"uid":"e4dd5bea3cfb32e5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e4dd5bea3cfb32e5","status":"passed","time":{"start":1714426629925,"stop":1714426629925,"duration":0}},{"uid":"a3ac0891a82e09d5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a3ac0891a82e09d5","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424891,"stop":1714425424891,"duration":0}},{"uid":"7cb07242dac4558a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7cb07242dac4558a","status":"passed","time":{"start":1714425110753,"stop":1714425110753,"duration":0}},{"uid":"9d3a73479b7edff3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9d3a73479b7edff3","status":"passed","time":{"start":1714415251477,"stop":1714415251477,"duration":0}},{"uid":"419fdf519160d7f4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/419fdf519160d7f4","status":"passed","time":{"start":1714415441984,"stop":1714415441988,"duration":4}},{"uid":"c7473d247ad90a91","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c7473d247ad90a91","status":"passed","time":{"start":1714407634793,"stop":1714407634793,"duration":0}},{"uid":"e8cf9718cafe4c3c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e8cf9718cafe4c3c","status":"passed","time":{"start":1714406654759,"stop":1714406654759,"duration":0}},{"uid":"4bcdc50d960fafa8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4bcdc50d960fafa8","status":"passed","time":{"start":1714404452614,"stop":1714404452615,"duration":1}}]},"1f3d1b4b403aadfc3936c537db259130:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca64b09daedc4cd3","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/ca64b09daedc4cd3","status":"passed","time":{"start":1714178024103,"stop":1714178024103,"duration":0}}]},"488a999f99078a4a3111dc3398821262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8ffb7cff644f9fd","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/c8ffb7cff644f9fd","status":"passed","time":{"start":1713982956494,"stop":1713982956495,"duration":1}}]},"ea8617ffc7b2542629f4922cb789f1d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b9ecfd71a02c8b00","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/b9ecfd71a02c8b00","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579282,"stop":1713943579284,"duration":2}}]},"ba9056d4ed89704e3aaa603e96cc59b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f6cf5ce6d236ac9","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/1f6cf5ce6d236ac9","status":"passed","time":{"start":1714003518579,"stop":1714003518580,"duration":1}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":86,"unknown":0,"total":87},"items":[{"uid":"82c82a0680f59272","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/82c82a0680f59272","status":"passed","time":{"start":1714454006712,"stop":1714454006712,"duration":0}},{"uid":"b3aac7b64aeba5ee","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b3aac7b64aeba5ee","status":"passed","time":{"start":1714435563381,"stop":1714435563381,"duration":0}},{"uid":"961be839ebb9ba34","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/961be839ebb9ba34","status":"passed","time":{"start":1714434646183,"stop":1714434646184,"duration":1}},{"uid":"23d119e4f998e8b0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/23d119e4f998e8b0","status":"passed","time":{"start":1714433335026,"stop":1714433335027,"duration":1}},{"uid":"656088888de2a70b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/656088888de2a70b","status":"passed","time":{"start":1714431525560,"stop":1714431525561,"duration":1}},{"uid":"a9f01cd16865cc3c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a9f01cd16865cc3c","status":"passed","time":{"start":1714431821304,"stop":1714431821305,"duration":1}},{"uid":"3226f7c11abb6764","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3226f7c11abb6764","status":"passed","time":{"start":1714430515426,"stop":1714430515427,"duration":1}},{"uid":"e2a903fabbadb79f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e2a903fabbadb79f","status":"passed","time":{"start":1714430336498,"stop":1714430336500,"duration":2}},{"uid":"46242e6b72e10aa4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/46242e6b72e10aa4","status":"passed","time":{"start":1714429476418,"stop":1714429476420,"duration":2}},{"uid":"ac519c596e1d0c8d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ac519c596e1d0c8d","status":"passed","time":{"start":1714428621517,"stop":1714428621517,"duration":0}},{"uid":"a25af4ec1f1000a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a25af4ec1f1000a","status":"passed","time":{"start":1714427393038,"stop":1714427393038,"duration":0}},{"uid":"680c6dfdc28b3e3b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/680c6dfdc28b3e3b","status":"passed","time":{"start":1714427105838,"stop":1714427105838,"duration":0}},{"uid":"6eae3ff008c38d3d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6eae3ff008c38d3d","status":"passed","time":{"start":1714426438826,"stop":1714426438826,"duration":0}},{"uid":"58b08804e38fbecc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/58b08804e38fbecc","status":"passed","time":{"start":1714424625870,"stop":1714424625871,"duration":1}},{"uid":"ee1824b7824a8af6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ee1824b7824a8af6","status":"passed","time":{"start":1714424932297,"stop":1714424932298,"duration":1}},{"uid":"79554c0c122356f9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/79554c0c122356f9","status":"passed","time":{"start":1714415111106,"stop":1714415111106,"duration":0}},{"uid":"49a39776b4e28aa6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/49a39776b4e28aa6","status":"passed","time":{"start":1714415239892,"stop":1714415239893,"duration":1}},{"uid":"cc3bf4a05cfc6a26","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cc3bf4a05cfc6a26","status":"passed","time":{"start":1714407453968,"stop":1714407453968,"duration":0}},{"uid":"98c726f318a2d9c9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/98c726f318a2d9c9","status":"passed","time":{"start":1714406469293,"stop":1714406469296,"duration":3}},{"uid":"92bb4136dc5967a2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/92bb4136dc5967a2","status":"passed","time":{"start":1714404265808,"stop":1714404265808,"duration":0}}]},"b171487ec4332725474c544e7b7c8a8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c4a81355ef189fb","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1c4a81355ef189fb","status":"passed","time":{"start":1714435006856,"stop":1714435006858,"duration":2}}]},"6598dc673d20bac1202da3c3deb302cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f57e3203e4e5ffb","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/6f57e3203e4e5ffb","status":"passed","time":{"start":1714139910944,"stop":1714139910944,"duration":0}}]},"db989c2b44418809912ee26b157608cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f297b31890986a37","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/f297b31890986a37","status":"passed","time":{"start":1713996808984,"stop":1713996808985,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8b8aead8e76b74f2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8b8aead8e76b74f2","status":"passed","time":{"start":1714453932856,"stop":1714453932857,"duration":1}},{"uid":"e04e074101f3a1d4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e04e074101f3a1d4","status":"passed","time":{"start":1714435490731,"stop":1714435490732,"duration":1}},{"uid":"1c0c0f8205e943bb","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1c0c0f8205e943bb","status":"passed","time":{"start":1714434559776,"stop":1714434559777,"duration":1}},{"uid":"90d7e8c79647bd65","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/90d7e8c79647bd65","status":"passed","time":{"start":1714433254796,"stop":1714433254796,"duration":0}},{"uid":"371702744c7b8ee4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/371702744c7b8ee4","status":"passed","time":{"start":1714431452566,"stop":1714431452568,"duration":2}},{"uid":"9b640eed6920ce81","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9b640eed6920ce81","status":"passed","time":{"start":1714431716187,"stop":1714431716188,"duration":1}},{"uid":"7d4be0059678b311","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7d4be0059678b311","status":"passed","time":{"start":1714430438601,"stop":1714430438601,"duration":0}},{"uid":"6c734c82689cf898","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6c734c82689cf898","status":"passed","time":{"start":1714430231055,"stop":1714430231056,"duration":1}},{"uid":"f18f1c39d4ea9c44","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f18f1c39d4ea9c44","status":"passed","time":{"start":1714429392661,"stop":1714429392663,"duration":2}},{"uid":"51658caa41e573c6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/51658caa41e573c6","status":"passed","time":{"start":1714428536453,"stop":1714428536454,"duration":1}},{"uid":"920a82639f779717","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/920a82639f779717","status":"passed","time":{"start":1714427313865,"stop":1714427313865,"duration":0}},{"uid":"bb1d9878e602efbf","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bb1d9878e602efbf","status":"passed","time":{"start":1714427015251,"stop":1714427015251,"duration":0}},{"uid":"31ae263bb775dca2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/31ae263bb775dca2","status":"passed","time":{"start":1714426364093,"stop":1714426364093,"duration":0}},{"uid":"b5d7b6acad20c763","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b5d7b6acad20c763","status":"passed","time":{"start":1714424466684,"stop":1714424466685,"duration":1}},{"uid":"21565ae3268fe846","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/21565ae3268fe846","status":"passed","time":{"start":1714424857073,"stop":1714424857073,"duration":0}},{"uid":"82d1d552a21a6b0d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/82d1d552a21a6b0d","status":"passed","time":{"start":1714415009476,"stop":1714415009478,"duration":2}},{"uid":"b017f28642b945df","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b017f28642b945df","status":"passed","time":{"start":1714415162953,"stop":1714415162954,"duration":1}},{"uid":"be18efd9c9ce26f0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/be18efd9c9ce26f0","status":"passed","time":{"start":1714407369991,"stop":1714407369991,"duration":0}},{"uid":"df09e2ae0a04e0f6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/df09e2ae0a04e0f6","status":"passed","time":{"start":1714406397216,"stop":1714406397217,"duration":1}},{"uid":"1711d7ebd57a4821","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1711d7ebd57a4821","status":"passed","time":{"start":1714404187113,"stop":1714404187113,"duration":0}}]},"1d4a729685dbacb255714af358feb6e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f7d1abf372c7503","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/9f7d1abf372c7503","status":"passed","time":{"start":1714296397560,"stop":1714296397560,"duration":0}}]},"778baedc6a882ddfa1c0a3be50d0b70d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2303ff02b98ff358","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/2303ff02b98ff358","status":"passed","time":{"start":1714296368559,"stop":1714296368560,"duration":1}}]},"a8c7629e0623c083923097397e4db86e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbbf6c131d373e83","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/bbbf6c131d373e83","status":"passed","time":{"start":1714010049394,"stop":1714010049394,"duration":0}}]},"305739ee59fbbfe795d89bff698a3bdb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81a4e3d9defd149e","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/81a4e3d9defd149e","status":"passed","time":{"start":1714033761817,"stop":1714033761818,"duration":1}}]},"b1c6d5fd2fbce719d8ce68773d523991:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f12d069c58120eb","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/4f12d069c58120eb","status":"passed","time":{"start":1714386653741,"stop":1714386653741,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"44fde4dbf2a455cc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/44fde4dbf2a455cc","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0}},{"uid":"68438b43ffe17447","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/68438b43ffe17447","status":"passed","time":{"start":1714435491289,"stop":1714435491290,"duration":1}},{"uid":"700d411665e57ca0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/700d411665e57ca0","status":"passed","time":{"start":1714434560396,"stop":1714434560397,"duration":1}},{"uid":"94171cedfceac707","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/94171cedfceac707","status":"passed","time":{"start":1714433255376,"stop":1714433255377,"duration":1}},{"uid":"926f18a73d7747cb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/926f18a73d7747cb","status":"passed","time":{"start":1714431453272,"stop":1714431453272,"duration":0}},{"uid":"bbd3ad5a88249001","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bbd3ad5a88249001","status":"passed","time":{"start":1714431716852,"stop":1714431716852,"duration":0}},{"uid":"e1b9a7ea909b77d1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e1b9a7ea909b77d1","status":"passed","time":{"start":1714430439313,"stop":1714430439313,"duration":0}},{"uid":"29858a2ed43e2920","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/29858a2ed43e2920","status":"passed","time":{"start":1714430231608,"stop":1714430231608,"duration":0}},{"uid":"37b14020a21084b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/37b14020a21084b","status":"passed","time":{"start":1714429393353,"stop":1714429393353,"duration":0}},{"uid":"9d704dcde71d3c5e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9d704dcde71d3c5e","status":"passed","time":{"start":1714428537104,"stop":1714428537104,"duration":0}},{"uid":"9457e3d7931c88ef","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9457e3d7931c88ef","status":"passed","time":{"start":1714427314624,"stop":1714427314624,"duration":0}},{"uid":"2ea2bde36bf75b18","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2ea2bde36bf75b18","status":"passed","time":{"start":1714427015820,"stop":1714427015821,"duration":1}},{"uid":"badf1d0664072ffb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/badf1d0664072ffb","status":"passed","time":{"start":1714426364738,"stop":1714426364738,"duration":0}},{"uid":"e7e77b7ce57108a0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e7e77b7ce57108a0","status":"passed","time":{"start":1714424467266,"stop":1714424467266,"duration":0}},{"uid":"9461db594b802eb4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9461db594b802eb4","status":"passed","time":{"start":1714424857618,"stop":1714424857618,"duration":0}},{"uid":"add7af69d7def041","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/add7af69d7def041","status":"passed","time":{"start":1714415010225,"stop":1714415010225,"duration":0}},{"uid":"f87fc246b4c186c1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f87fc246b4c186c1","status":"passed","time":{"start":1714415163524,"stop":1714415163524,"duration":0}},{"uid":"79233add27c40cc1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/79233add27c40cc1","status":"passed","time":{"start":1714407370711,"stop":1714407370712,"duration":1}},{"uid":"823cc7b0cc072482","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/823cc7b0cc072482","status":"passed","time":{"start":1714406397858,"stop":1714406397858,"duration":0}},{"uid":"129b02e4bc156fd7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/129b02e4bc156fd7","status":"passed","time":{"start":1714404187710,"stop":1714404187710,"duration":0}}]},"3a86f3084b4e7ea42c7d30ff465642d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b97aa5cb5828130","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/1b97aa5cb5828130","status":"passed","time":{"start":1714380535714,"stop":1714380535715,"duration":1}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"cc226b5c47a82ded","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cc226b5c47a82ded","status":"passed","time":{"start":1714454365879,"stop":1714454365879,"duration":0}},{"uid":"2340965b51c7b034","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2340965b51c7b034","status":"passed","time":{"start":1714435932818,"stop":1714435932818,"duration":0}},{"uid":"f57b31b10bb3656c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f57b31b10bb3656c","status":"passed","time":{"start":1714435006835,"stop":1714435006835,"duration":0}},{"uid":"edc2899a5d44cf8e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/edc2899a5d44cf8e","status":"passed","time":{"start":1714433693919,"stop":1714433693920,"duration":1}},{"uid":"379c823dcb97963c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/379c823dcb97963c","status":"passed","time":{"start":1714431888540,"stop":1714431888541,"duration":1}},{"uid":"5ff7b5d505df8efb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5ff7b5d505df8efb","status":"passed","time":{"start":1714432201973,"stop":1714432201973,"duration":0}},{"uid":"c8af9cbb4d1f2ae3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c8af9cbb4d1f2ae3","status":"passed","time":{"start":1714430892446,"stop":1714430892446,"duration":0}},{"uid":"ec3decbfc5c71b5e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ec3decbfc5c71b5e","status":"passed","time":{"start":1714430720928,"stop":1714430720929,"duration":1}},{"uid":"c5349f1734f00da2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c5349f1734f00da2","status":"passed","time":{"start":1714429855250,"stop":1714429855250,"duration":0}},{"uid":"50afdb770e6fb391","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/50afdb770e6fb391","status":"passed","time":{"start":1714428989406,"stop":1714428989406,"duration":0}},{"uid":"b08d347d681c96d4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b08d347d681c96d4","status":"passed","time":{"start":1714427767171,"stop":1714427767171,"duration":0}},{"uid":"1a55d3e85b56c3a9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1a55d3e85b56c3a9","status":"passed","time":{"start":1714427460517,"stop":1714427460517,"duration":0}},{"uid":"4d48507102fa3d27","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4d48507102fa3d27","status":"passed","time":{"start":1714426812797,"stop":1714426812798,"duration":1}},{"uid":"d7587f820d593c4c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d7587f820d593c4c","status":"passed","time":{"start":1714425528572,"stop":1714425528572,"duration":0}},{"uid":"45fc21223c9fcec","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/45fc21223c9fcec","status":"passed","time":{"start":1714425301072,"stop":1714425301072,"duration":0}},{"uid":"bc0731d2756b1389","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bc0731d2756b1389","status":"passed","time":{"start":1714415473245,"stop":1714415473246,"duration":1}},{"uid":"624a7b5665409169","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/624a7b5665409169","status":"passed","time":{"start":1714415615345,"stop":1714415615345,"duration":0}},{"uid":"aca0d304ac844d3c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aca0d304ac844d3c","status":"passed","time":{"start":1714407816856,"stop":1714407816857,"duration":1}},{"uid":"fff4ca421f5bf0a4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fff4ca421f5bf0a4","status":"passed","time":{"start":1714406861569,"stop":1714406861569,"duration":0}},{"uid":"8520ef21ec21361d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8520ef21ec21361d","status":"passed","time":{"start":1714404628269,"stop":1714404628269,"duration":0}}]},"27a6047b1251301ffb03c73166057af1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cb3b45df4584663","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/3cb3b45df4584663","status":"passed","time":{"start":1713977385376,"stop":1713977385376,"duration":0}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"96e0b3e1e7e28fa1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/96e0b3e1e7e28fa1","status":"passed","time":{"start":1714454365877,"stop":1714454365878,"duration":1}},{"uid":"bee0eeb9de4ac8db","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bee0eeb9de4ac8db","status":"passed","time":{"start":1714435932817,"stop":1714435932817,"duration":0}},{"uid":"c2104439d94ffe60","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c2104439d94ffe60","status":"passed","time":{"start":1714435006833,"stop":1714435006833,"duration":0}},{"uid":"9f96f3a9fbe7ffa5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9f96f3a9fbe7ffa5","status":"passed","time":{"start":1714433693918,"stop":1714433693918,"duration":0}},{"uid":"2a10cb72222d8ab3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2a10cb72222d8ab3","status":"passed","time":{"start":1714431888539,"stop":1714431888539,"duration":0}},{"uid":"9b716d29bbfb78f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9b716d29bbfb78f","status":"passed","time":{"start":1714432201972,"stop":1714432201972,"duration":0}},{"uid":"52f003f1c1482f8b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/52f003f1c1482f8b","status":"passed","time":{"start":1714430892443,"stop":1714430892443,"duration":0}},{"uid":"c3518c7063969c7a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c3518c7063969c7a","status":"passed","time":{"start":1714430720924,"stop":1714430720925,"duration":1}},{"uid":"f46e2e286fc0241a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f46e2e286fc0241a","status":"passed","time":{"start":1714429855248,"stop":1714429855249,"duration":1}},{"uid":"4ce07bb988b08d87","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4ce07bb988b08d87","status":"passed","time":{"start":1714428989405,"stop":1714428989405,"duration":0}},{"uid":"b12718e0b0c75dcc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b12718e0b0c75dcc","status":"passed","time":{"start":1714427767169,"stop":1714427767170,"duration":1}},{"uid":"61dfe4a36c402e85","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/61dfe4a36c402e85","status":"passed","time":{"start":1714427460516,"stop":1714427460516,"duration":0}},{"uid":"5b87b3694199f61b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5b87b3694199f61b","status":"passed","time":{"start":1714426812796,"stop":1714426812796,"duration":0}},{"uid":"92c893fd7fc36dcb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/92c893fd7fc36dcb","status":"passed","time":{"start":1714425528570,"stop":1714425528571,"duration":1}},{"uid":"d091753ca8efb2f3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d091753ca8efb2f3","status":"passed","time":{"start":1714425301046,"stop":1714425301046,"duration":0}},{"uid":"9287ae811886fbf2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9287ae811886fbf2","status":"passed","time":{"start":1714415473244,"stop":1714415473244,"duration":0}},{"uid":"ca8375cb78a71753","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ca8375cb78a71753","status":"passed","time":{"start":1714415615342,"stop":1714415615343,"duration":1}},{"uid":"9fdf35b68bb45cf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9fdf35b68bb45cf","status":"passed","time":{"start":1714407816855,"stop":1714407816855,"duration":0}},{"uid":"8bd9463b5b0d64e1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8bd9463b5b0d64e1","status":"passed","time":{"start":1714406861566,"stop":1714406861567,"duration":1}},{"uid":"e55f9345ce832d8b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e55f9345ce832d8b","status":"passed","time":{"start":1714404628268,"stop":1714404628268,"duration":0}}]},"1fa28e0eff24d3854804f8be01423e03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17c35a8e7929d0f7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/17c35a8e7929d0f7","status":"passed","time":{"start":1714415596688,"stop":1714415596688,"duration":0}}]},"b800c7a98604e1479c21ba5ac4c2bf1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2eaba0109fbbc9d5","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/2eaba0109fbbc9d5","status":"passed","time":{"start":1714380548898,"stop":1714380548898,"duration":0}}]},"e9bb3c2fce34aed3a4b4d39c7cc7f6e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34a1a7e3685dd61b","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/34a1a7e3685dd61b","status":"passed","time":{"start":1714219113967,"stop":1714219113968,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"1511a39543aae2da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1511a39543aae2da","status":"passed","time":{"start":1714453949192,"stop":1714453949192,"duration":0}},{"uid":"9d94819487b6bc0d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9d94819487b6bc0d","status":"passed","time":{"start":1714435506839,"stop":1714435506840,"duration":1}},{"uid":"8162e2150c8b08f8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8162e2150c8b08f8","status":"passed","time":{"start":1714434576210,"stop":1714434576210,"duration":0}},{"uid":"7369e4fab9b85cc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7369e4fab9b85cc","status":"passed","time":{"start":1714433271081,"stop":1714433271081,"duration":0}},{"uid":"d18a613baf63f55a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d18a613baf63f55a","status":"passed","time":{"start":1714431469029,"stop":1714431469029,"duration":0}},{"uid":"d20b7a9614b05fa4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d20b7a9614b05fa4","status":"passed","time":{"start":1714431732702,"stop":1714431732702,"duration":0}},{"uid":"76adbfef54253b0d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/76adbfef54253b0d","status":"passed","time":{"start":1714430455643,"stop":1714430455643,"duration":0}},{"uid":"243ea1a999a5e3cc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/243ea1a999a5e3cc","status":"passed","time":{"start":1714430247322,"stop":1714430247323,"duration":1}},{"uid":"a74281b5ddbd0113","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a74281b5ddbd0113","status":"passed","time":{"start":1714429410961,"stop":1714429410961,"duration":0}},{"uid":"501143368ea5c2b6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/501143368ea5c2b6","status":"passed","time":{"start":1714428553100,"stop":1714428553101,"duration":1}},{"uid":"998d705bc54ed501","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/998d705bc54ed501","status":"passed","time":{"start":1714427330824,"stop":1714427330824,"duration":0}},{"uid":"21c44c1a75424319","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/21c44c1a75424319","status":"passed","time":{"start":1714427031438,"stop":1714427031438,"duration":0}},{"uid":"46bdac47c2c78dd2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/46bdac47c2c78dd2","status":"passed","time":{"start":1714426381044,"stop":1714426381045,"duration":1}},{"uid":"7b87e1601feee8c1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7b87e1601feee8c1","status":"passed","time":{"start":1714424483031,"stop":1714424483031,"duration":0}},{"uid":"f8183512086b664e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f8183512086b664e","status":"passed","time":{"start":1714424873555,"stop":1714424873555,"duration":0}},{"uid":"d27cd4f3f07dfd26","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d27cd4f3f07dfd26","status":"passed","time":{"start":1714415026652,"stop":1714415026652,"duration":0}},{"uid":"c191695e20dbcf9f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c191695e20dbcf9f","status":"passed","time":{"start":1714415179599,"stop":1714415179599,"duration":0}},{"uid":"3e212559e8198ec1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3e212559e8198ec1","status":"passed","time":{"start":1714407386567,"stop":1714407386567,"duration":0}},{"uid":"480fe5d9d5045e48","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/480fe5d9d5045e48","status":"passed","time":{"start":1714406414101,"stop":1714406414101,"duration":0}},{"uid":"ef12f5d817799ab7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ef12f5d817799ab7","status":"passed","time":{"start":1714404203704,"stop":1714404203704,"duration":0}}]},"61a467e42aefb4f36389b27715317cd4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95825c5e3a55aea1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/95825c5e3a55aea1","status":"passed","time":{"start":1714427833033,"stop":1714427833033,"duration":0}}]},"d5f3d1e8865366ccd55eca847cad876e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3c9ea8177248340","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/b3c9ea8177248340","status":"passed","time":{"start":1713968848295,"stop":1713968848295,"duration":0}}]},"d9be0b0430a1bc3710f321ad9626412d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf160cd746f53d63","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/bf160cd746f53d63","status":"passed","time":{"start":1714221410743,"stop":1714221410743,"duration":0}}]},"4f2d51d2318d525a959a59c802b10cdb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61c45545e69753b6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/61c45545e69753b6","status":"passed","time":{"start":1714432303170,"stop":1714432303170,"duration":0}}]},"296179850752fa909836e935e6ec161e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8086fa324f5fe665","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/8086fa324f5fe665","status":"passed","time":{"start":1714169159821,"stop":1714169159822,"duration":1}}]},"42619e073d7c134ea027df59257965cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1a5a83cca951cc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b1a5a83cca951cc","status":"passed","time":{"start":1714432201987,"stop":1714432201988,"duration":1}}]},"b87f0e501d6eed69a81470e01f45f023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac4b7ad7844cb8db","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/ac4b7ad7844cb8db","status":"passed","time":{"start":1713977498202,"stop":1713977498202,"duration":0}}]},"c8c8e47eb8b10890593d30a80e7ed0fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3728689318c966b4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3728689318c966b4","status":"passed","time":{"start":1714432293605,"stop":1714432293605,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"d03213d8e857f439","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d03213d8e857f439","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0}},{"uid":"1ccf5ce09724142f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1ccf5ce09724142f","status":"passed","time":{"start":1714435491288,"stop":1714435491289,"duration":1}},{"uid":"83d9f46d5fb14add","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/83d9f46d5fb14add","status":"passed","time":{"start":1714434560395,"stop":1714434560396,"duration":1}},{"uid":"363273f018296cfa","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/363273f018296cfa","status":"passed","time":{"start":1714433255375,"stop":1714433255375,"duration":0}},{"uid":"973405a341fb9236","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/973405a341fb9236","status":"passed","time":{"start":1714431453271,"stop":1714431453271,"duration":0}},{"uid":"337a6c8a7ec37ed2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/337a6c8a7ec37ed2","status":"passed","time":{"start":1714431716851,"stop":1714431716851,"duration":0}},{"uid":"ad3de8e133ed4a25","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ad3de8e133ed4a25","status":"passed","time":{"start":1714430439312,"stop":1714430439312,"duration":0}},{"uid":"f6c515db538ce309","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f6c515db538ce309","status":"passed","time":{"start":1714430231607,"stop":1714430231607,"duration":0}},{"uid":"bf1a0317394bee9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bf1a0317394bee9","status":"passed","time":{"start":1714429393351,"stop":1714429393352,"duration":1}},{"uid":"f0cb54d8e19d1f51","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f0cb54d8e19d1f51","status":"passed","time":{"start":1714428537102,"stop":1714428537103,"duration":1}},{"uid":"4eb05a05d725e25b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4eb05a05d725e25b","status":"passed","time":{"start":1714427314623,"stop":1714427314623,"duration":0}},{"uid":"627cda6251bd40b0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/627cda6251bd40b0","status":"passed","time":{"start":1714427015819,"stop":1714427015819,"duration":0}},{"uid":"8247c09031e2f2e9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8247c09031e2f2e9","status":"passed","time":{"start":1714426364737,"stop":1714426364737,"duration":0}},{"uid":"d23b77c438a944c3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d23b77c438a944c3","status":"passed","time":{"start":1714424467264,"stop":1714424467265,"duration":1}},{"uid":"3254a16e3761964d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3254a16e3761964d","status":"passed","time":{"start":1714424857617,"stop":1714424857617,"duration":0}},{"uid":"b7f938fd08191e4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b7f938fd08191e4","status":"passed","time":{"start":1714415010224,"stop":1714415010224,"duration":0}},{"uid":"5531b9295ded5485","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5531b9295ded5485","status":"passed","time":{"start":1714415163523,"stop":1714415163523,"duration":0}},{"uid":"cbacf545aa43db6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cbacf545aa43db6","status":"passed","time":{"start":1714407370710,"stop":1714407370711,"duration":1}},{"uid":"6f8d5e4622b638c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6f8d5e4622b638c","status":"passed","time":{"start":1714406397857,"stop":1714406397857,"duration":0}},{"uid":"b0b340073f843637","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b0b340073f843637","status":"passed","time":{"start":1714404187709,"stop":1714404187709,"duration":0}}]},"fafa2a5202cff8b54b860278a7c6fcd6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62f82832680c880e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/62f82832680c880e","status":"passed","time":{"start":1714386693833,"stop":1714386693834,"duration":1}}]},"dc2fde7a5b67f30a56b2608a874c7534:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3579039deeb5b51","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/3579039deeb5b51","status":"passed","time":{"start":1714039412687,"stop":1714039412687,"duration":0}}]},"4ed261de0d5a1bb13947a2468ff204b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"761117af34ec72e9","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/761117af34ec72e9","status":"passed","time":{"start":1713987569562,"stop":1713987569563,"duration":1}}]},"dc59877548edfce9c097ac807729cc8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd85ac8b1e48f380","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/dd85ac8b1e48f380","status":"passed","time":{"start":1714130811770,"stop":1714130811770,"duration":0}}]},"f7c80b3647f46945e5cd94c786466808:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9548ff9b660c3b66","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/9548ff9b660c3b66","status":"passed","time":{"start":1714169334766,"stop":1714169334766,"duration":0}}]},"f1d88a2baf6dcc77094a51514efa7ed9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b065d06396a02717","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b065d06396a02717","status":"passed","time":{"start":1714382963591,"stop":1714382963592,"duration":1}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ab7ce96b27b0cd01","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab7ce96b27b0cd01","status":"passed","time":{"start":1714453975110,"stop":1714453975113,"duration":3}},{"uid":"c7a2dcf7428922c0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c7a2dcf7428922c0","status":"passed","time":{"start":1714435534329,"stop":1714435534331,"duration":2}},{"uid":"28460861625af0ba","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/28460861625af0ba","status":"passed","time":{"start":1714434603445,"stop":1714434603447,"duration":2}},{"uid":"11a0ac9022627924","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/11a0ac9022627924","status":"passed","time":{"start":1714433299084,"stop":1714433299086,"duration":2}},{"uid":"128b25bc02deb6e0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/128b25bc02deb6e0","status":"passed","time":{"start":1714431496193,"stop":1714431496195,"duration":2}},{"uid":"165506a2a8f55c52","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/165506a2a8f55c52","status":"passed","time":{"start":1714431760031,"stop":1714431760033,"duration":2}},{"uid":"5c43f6183180c4b2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5c43f6183180c4b2","status":"passed","time":{"start":1714430483515,"stop":1714430483518,"duration":3}},{"uid":"df2304eca5b18498","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/df2304eca5b18498","status":"passed","time":{"start":1714430274064,"stop":1714430274073,"duration":9}},{"uid":"d6c89eba8e476f1a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d6c89eba8e476f1a","status":"passed","time":{"start":1714429441291,"stop":1714429441293,"duration":2}},{"uid":"8550f6a09637121d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8550f6a09637121d","status":"passed","time":{"start":1714428579294,"stop":1714428579297,"duration":3}},{"uid":"8b88d96c9b9b9d31","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8b88d96c9b9b9d31","status":"passed","time":{"start":1714427357643,"stop":1714427357646,"duration":3}},{"uid":"1582244d0cb28c77","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1582244d0cb28c77","status":"passed","time":{"start":1714427058845,"stop":1714427058847,"duration":2}},{"uid":"fbb2e9985055fcb6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fbb2e9985055fcb6","status":"passed","time":{"start":1714426407913,"stop":1714426407921,"duration":8}},{"uid":"561ded7607650cbd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/561ded7607650cbd","status":"passed","time":{"start":1714424510614,"stop":1714424510616,"duration":2}},{"uid":"16c80935be3720d3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/16c80935be3720d3","status":"passed","time":{"start":1714424901184,"stop":1714424901187,"duration":3}},{"uid":"2913560b1b33c8eb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2913560b1b33c8eb","status":"passed","time":{"start":1714415054006,"stop":1714415054007,"duration":1}},{"uid":"74ec1acd38e3171","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/74ec1acd38e3171","status":"passed","time":{"start":1714415207105,"stop":1714415207107,"duration":2}},{"uid":"d83dcc29188ed0e8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d83dcc29188ed0e8","status":"passed","time":{"start":1714407413654,"stop":1714407413659,"duration":5}},{"uid":"2561703e1000a501","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2561703e1000a501","status":"passed","time":{"start":1714406441137,"stop":1714406441139,"duration":2}},{"uid":"37a500f361e0cd8b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/37a500f361e0cd8b","status":"passed","time":{"start":1714404231103,"stop":1714404231128,"duration":25}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"be1cc6a3eac27677","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/be1cc6a3eac27677","status":"passed","time":{"start":1714454605542,"stop":1714454605542,"duration":0}},{"uid":"ff63f15a46ec1c2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ff63f15a46ec1c2","status":"passed","time":{"start":1714436158725,"stop":1714436158725,"duration":0}},{"uid":"4ebe6f70f2038b6a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4ebe6f70f2038b6a","status":"passed","time":{"start":1714435237013,"stop":1714435237013,"duration":0}},{"uid":"e2d775a98f712b7c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e2d775a98f712b7c","status":"passed","time":{"start":1714433925098,"stop":1714433925098,"duration":0}},{"uid":"dd86baabe218559d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/dd86baabe218559d","status":"passed","time":{"start":1714432132884,"stop":1714432132884,"duration":0}},{"uid":"71cce0c95225833d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/71cce0c95225833d","status":"passed","time":{"start":1714432392966,"stop":1714432392967,"duration":1}},{"uid":"7f15a064140611b4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7f15a064140611b4","status":"passed","time":{"start":1714431131883,"stop":1714431131883,"duration":0}},{"uid":"6d867fb4e659e33","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6d867fb4e659e33","status":"passed","time":{"start":1714430918776,"stop":1714430918777,"duration":1}},{"uid":"9da7152d1f1173dd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9da7152d1f1173dd","status":"passed","time":{"start":1714430104201,"stop":1714430104202,"duration":1}},{"uid":"968e7b5708525e24","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/968e7b5708525e24","status":"passed","time":{"start":1714429213869,"stop":1714429213870,"duration":1}},{"uid":"46d9f0e4a47d1cc6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/46d9f0e4a47d1cc6","status":"passed","time":{"start":1714427999025,"stop":1714427999025,"duration":0}},{"uid":"62585062b24d6ddf","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/62585062b24d6ddf","status":"passed","time":{"start":1714427702219,"stop":1714427702219,"duration":0}},{"uid":"ecd36cb3e8be7af5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ecd36cb3e8be7af5","status":"passed","time":{"start":1714427044020,"stop":1714427044020,"duration":0}},{"uid":"526857521a6addce","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/526857521a6addce","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699065,"stop":1714426699065,"duration":0}},{"uid":"7733e386ed1c8cf3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7733e386ed1c8cf3","status":"passed","time":{"start":1714425534884,"stop":1714425534884,"duration":0}},{"uid":"4215578bd3b4f604","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4215578bd3b4f604","status":"passed","time":{"start":1714415702284,"stop":1714415702284,"duration":0}},{"uid":"3acc3eb354e609f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3acc3eb354e609f","status":"passed","time":{"start":1714415850492,"stop":1714415850493,"duration":1}},{"uid":"11f9636e6859c499","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/11f9636e6859c499","status":"passed","time":{"start":1714408049941,"stop":1714408049941,"duration":0}},{"uid":"11371f191a0a3edb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/11371f191a0a3edb","status":"passed","time":{"start":1714407080664,"stop":1714407080665,"duration":1}},{"uid":"3306588e3eb5a934","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3306588e3eb5a934","status":"passed","time":{"start":1714404860580,"stop":1714404860580,"duration":0}}]},"c2033af3a576dba493def5a04075bade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d076b36159e224bc","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/d076b36159e224bc","status":"passed","time":{"start":1713976971627,"stop":1713976971628,"duration":1}}]},"03287048febb8f79922fc19199195fa0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77c6c56bc43a7f75","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/77c6c56bc43a7f75","status":"passed","time":{"start":1714384633427,"stop":1714384633427,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"dc77af7a324f720a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc77af7a324f720a","status":"passed","time":{"start":1714454429799,"stop":1714454429799,"duration":0}},{"uid":"93c880bc4dd24c7d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/93c880bc4dd24c7d","status":"passed","time":{"start":1714435983387,"stop":1714435983387,"duration":0}},{"uid":"d566974c6fd62f0d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d566974c6fd62f0d","status":"passed","time":{"start":1714435051948,"stop":1714435051948,"duration":0}},{"uid":"c9cd6682eb9c92f1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c9cd6682eb9c92f1","status":"passed","time":{"start":1714433741794,"stop":1714433741795,"duration":1}},{"uid":"24bbac44032e2710","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/24bbac44032e2710","status":"passed","time":{"start":1714431944911,"stop":1714431944911,"duration":0}},{"uid":"cf05c60f0248e4d3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cf05c60f0248e4d3","status":"passed","time":{"start":1714432240114,"stop":1714432240115,"duration":1}},{"uid":"7d736db50b649b4e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7d736db50b649b4e","status":"passed","time":{"start":1714430938923,"stop":1714430938923,"duration":0}},{"uid":"26a1182071c6b3af","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/26a1182071c6b3af","status":"passed","time":{"start":1714430755768,"stop":1714430755768,"duration":0}},{"uid":"4c9f674e94da2eb3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4c9f674e94da2eb3","status":"passed","time":{"start":1714429913443,"stop":1714429913456,"duration":13}},{"uid":"d4c4907031d3a4da","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d4c4907031d3a4da","status":"passed","time":{"start":1714429034577,"stop":1714429034578,"duration":1}},{"uid":"27e1ee79bb55e149","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/27e1ee79bb55e149","status":"passed","time":{"start":1714427765147,"stop":1714427765148,"duration":1}},{"uid":"8cf573d383ed6fe0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8cf573d383ed6fe0","status":"passed","time":{"start":1714427509519,"stop":1714427509520,"duration":1}},{"uid":"c6d50d96659154be","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c6d50d96659154be","status":"passed","time":{"start":1714426865271,"stop":1714426865271,"duration":0}},{"uid":"4997cc54cfb20d56","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4997cc54cfb20d56","status":"passed","time":{"start":1714425536879,"stop":1714425536879,"duration":0}},{"uid":"4953e2b6e1a05157","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4953e2b6e1a05157","status":"passed","time":{"start":1714425348192,"stop":1714425348192,"duration":0}},{"uid":"6a67eb66485db011","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6a67eb66485db011","status":"passed","time":{"start":1714415541649,"stop":1714415541651,"duration":2}},{"uid":"7e671894fc54672a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7e671894fc54672a","status":"passed","time":{"start":1714415666681,"stop":1714415666681,"duration":0}},{"uid":"17c84f13d5d5bb54","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/17c84f13d5d5bb54","status":"passed","time":{"start":1714407867322,"stop":1714407867322,"duration":0}},{"uid":"6615cc6f54069b1a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6615cc6f54069b1a","status":"passed","time":{"start":1714406901767,"stop":1714406901768,"duration":1}},{"uid":"85014f4b6d42a1ea","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/85014f4b6d42a1ea","status":"passed","time":{"start":1714404685937,"stop":1714404685937,"duration":0}}]},"e06d7966c79dec0c8c405d99cc875879:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"240b337457c2f197","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/240b337457c2f197","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'subscribe')","time":{"start":1714080401560,"stop":1714080401560,"duration":0}}]},"8cb7e1a4c1f54369dbb3cfef243bbdd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b95d9cb47cfbf1fd","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/b95d9cb47cfbf1fd","status":"passed","time":{"start":1714178134984,"stop":1714178134984,"duration":0}}]},"0d163f1408b5c3a0a7877c27406d588f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa9997b50deb446","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/fa9997b50deb446","status":"passed","time":{"start":1714045859269,"stop":1714045859269,"duration":0}}]},"c7d4a35e304d6ae1a70dd2fd58d74b83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbd45464975d84d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bbd45464975d84d","status":"passed","time":{"start":1714431997895,"stop":1714431997895,"duration":0}}]},"268775d01dee3c105512a25590d97b3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15bb04938b7596de","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/15bb04938b7596de","status":"passed","time":{"start":1714109010420,"stop":1714109010420,"duration":0}}]},"b2bf4d0519321bc851ef292c043c60a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8b1e70eba9ce853","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/b8b1e70eba9ce853","status":"passed","time":{"start":1714080398845,"stop":1714080398846,"duration":1}}]},"9216c1c00c7546fd352d1f77f9155923:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"331021c64fb93ae7","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/331021c64fb93ae7","status":"passed","time":{"start":1713996684276,"stop":1713996684276,"duration":0}}]},"477caf97b2e61ce3315688a793e93bc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23a0596e52ed1b0c","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/23a0596e52ed1b0c","status":"passed","time":{"start":1714145924568,"stop":1714145924569,"duration":1}}]},"3f763475ac6636556172865a916d3735:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"339eebf205377429","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/339eebf205377429","status":"passed","time":{"start":1714383172375,"stop":1714383172375,"duration":0}}]},"29443560b6ddfea28eba7c76634ce3ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1debb325be3115dd","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1debb325be3115dd","status":"passed","time":{"start":1714380124169,"stop":1714380124169,"duration":0}}]},"11ba7fce38e76cfdd69dba06d5e6f79f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba9be2bba3b9fb20","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/ba9be2bba3b9fb20","status":"passed","time":{"start":1714046214967,"stop":1714046214967,"duration":0}}]},"92329fda418af0eff3f8600159f80818:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b88df0ed174d86e6","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/b88df0ed174d86e6","status":"passed","time":{"start":1714228954327,"stop":1714228954331,"duration":4}}]},"828521d6c9d82e85dcab37e7d00f1b58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e4803b90aab0ae0","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/4e4803b90aab0ae0","status":"passed","time":{"start":1714385080724,"stop":1714385080724,"duration":0}}]},"a0dc0fdc36d7a822486d8c7eb3a6f56b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a5fa9ff96d3be26","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/7a5fa9ff96d3be26","status":"passed","time":{"start":1714169159804,"stop":1714169159814,"duration":10}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"779b4d1d3514cdc8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/779b4d1d3514cdc8","status":"passed","time":{"start":1714454434323,"stop":1714454434323,"duration":0}},{"uid":"f3dee7344f8abf15","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f3dee7344f8abf15","status":"passed","time":{"start":1714436006538,"stop":1714436006538,"duration":0}},{"uid":"b2dd14586d795d21","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b2dd14586d795d21","status":"passed","time":{"start":1714435054855,"stop":1714435054855,"duration":0}},{"uid":"abdd2ae30ddd2fc3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/abdd2ae30ddd2fc3","status":"passed","time":{"start":1714433761061,"stop":1714433761062,"duration":1}},{"uid":"6cb5f3ea94244ff6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6cb5f3ea94244ff6","status":"passed","time":{"start":1714431966432,"stop":1714431966433,"duration":1}},{"uid":"79b69b81409d126c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/79b69b81409d126c","status":"passed","time":{"start":1714432193276,"stop":1714432193276,"duration":0}},{"uid":"795b346c76127356","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/795b346c76127356","status":"passed","time":{"start":1714430948540,"stop":1714430948540,"duration":0}},{"uid":"3048a3020c41ecc9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3048a3020c41ecc9","status":"passed","time":{"start":1714430713546,"stop":1714430713546,"duration":0}},{"uid":"805c66951951a886","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/805c66951951a886","status":"passed","time":{"start":1714429917746,"stop":1714429917747,"duration":1}},{"uid":"9812cbb58d807aff","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9812cbb58d807aff","status":"passed","time":{"start":1714429040297,"stop":1714429040297,"duration":0}},{"uid":"4999f89ae32b1a31","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4999f89ae32b1a31","status":"passed","time":{"start":1714427848686,"stop":1714427848686,"duration":0}},{"uid":"6b15dde8bb8cae5e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6b15dde8bb8cae5e","status":"passed","time":{"start":1714427530068,"stop":1714427530068,"duration":0}},{"uid":"feaf4dfeef7ed055","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/feaf4dfeef7ed055","status":"passed","time":{"start":1714426875149,"stop":1714426875150,"duration":1}},{"uid":"6ffc7b3a84dc1d18","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6ffc7b3a84dc1d18","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511035,"stop":1714426511035,"duration":0}},{"uid":"643c679183e0eed3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/643c679183e0eed3","status":"passed","time":{"start":1714425369964,"stop":1714425369964,"duration":0}},{"uid":"20299b3dd0c76cd3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/20299b3dd0c76cd3","status":"passed","time":{"start":1714415516379,"stop":1714415516380,"duration":1}},{"uid":"286b99d23b9e2699","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/286b99d23b9e2699","status":"passed","time":{"start":1714415679032,"stop":1714415679032,"duration":0}},{"uid":"27264c1314c0871","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/27264c1314c0871","status":"passed","time":{"start":1714407884328,"stop":1714407884328,"duration":0}},{"uid":"d7d368a5821cb8e3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d7d368a5821cb8e3","status":"passed","time":{"start":1714406914327,"stop":1714406914327,"duration":0}},{"uid":"edee69ed3a3c17d7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/edee69ed3a3c17d7","status":"passed","time":{"start":1714404690112,"stop":1714404690117,"duration":5}}]},"a7f7171a82c36b27aed522029403a8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3f8e6c1d77ebe22","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f3f8e6c1d77ebe22","status":"passed","time":{"start":1714406971788,"stop":1714406971788,"duration":0}}]},"44e0090c0ac7c99d00a8a9a9acbdfd5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3c4e1ff5b9eaf86","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/a3c4e1ff5b9eaf86","status":"passed","time":{"start":1714140177907,"stop":1714140177908,"duration":1}}]},"2a8173a41be8a8f4d9989fa89ac3c04c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"254f2c708ed60cd0","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/254f2c708ed60cd0","status":"passed","time":{"start":1714228878482,"stop":1714228878482,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":13,"skipped":0,"passed":74,"unknown":0,"total":87},"items":[{"uid":"2d4499723c47916f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d4499723c47916f","status":"passed","time":{"start":1714454554065,"stop":1714454554065,"duration":0}},{"uid":"78801c75e2f510fa","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/78801c75e2f510fa","status":"passed","time":{"start":1714436117026,"stop":1714436117027,"duration":1}},{"uid":"e66890ce661df563","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e66890ce661df563","status":"passed","time":{"start":1714435191894,"stop":1714435191894,"duration":0}},{"uid":"2f254f3844c761f1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2f254f3844c761f1","status":"passed","time":{"start":1714433865816,"stop":1714433865817,"duration":1}},{"uid":"63f3771941c4bca9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/63f3771941c4bca9","status":"passed","time":{"start":1714432076574,"stop":1714432076575,"duration":1}},{"uid":"6a6da1c954628c82","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6a6da1c954628c82","status":"passed","time":{"start":1714432377877,"stop":1714432377878,"duration":1}},{"uid":"b08ef746a88ddfb1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b08ef746a88ddfb1","status":"passed","time":{"start":1714431076631,"stop":1714431076631,"duration":0}},{"uid":"ede6e8a24e3d9709","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ede6e8a24e3d9709","status":"passed","time":{"start":1714430888901,"stop":1714430888901,"duration":0}},{"uid":"afd8a32b0ca93809","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/afd8a32b0ca93809","status":"passed","time":{"start":1714430045808,"stop":1714430045808,"duration":0}},{"uid":"13dd2fbc4c2ca7a9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/13dd2fbc4c2ca7a9","status":"passed","time":{"start":1714429164793,"stop":1714429164794,"duration":1}},{"uid":"ca27d7135e3ea1fa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ca27d7135e3ea1fa","status":"passed","time":{"start":1714427937757,"stop":1714427937758,"duration":1}},{"uid":"82441b846aecc993","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/82441b846aecc993","status":"passed","time":{"start":1714427639968,"stop":1714427639968,"duration":0}},{"uid":"b234bb8cd6320f3c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b234bb8cd6320f3c","status":"passed","time":{"start":1714426998036,"stop":1714426998036,"duration":0}},{"uid":"b1a16079ce5f8855","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b1a16079ce5f8855","status":"broken","statusDetails":"window is not defined","time":{"start":1714425773010,"stop":1714425773010,"duration":0}},{"uid":"f5721d2c85daa79f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f5721d2c85daa79f","status":"passed","time":{"start":1714425485200,"stop":1714425485200,"duration":0}},{"uid":"701adfd2e7c116b4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/701adfd2e7c116b4","status":"passed","time":{"start":1714415687170,"stop":1714415687171,"duration":1}},{"uid":"416a36aa55c82d94","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/416a36aa55c82d94","status":"passed","time":{"start":1714415793734,"stop":1714415793734,"duration":0}},{"uid":"f601c25b21a569a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f601c25b21a569a","status":"passed","time":{"start":1714408002652,"stop":1714408002653,"duration":1}},{"uid":"7965d7b23982803f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7965d7b23982803f","status":"passed","time":{"start":1714407029876,"stop":1714407029876,"duration":0}},{"uid":"cbcb5cfbc7ba6f94","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cbcb5cfbc7ba6f94","status":"passed","time":{"start":1714404807069,"stop":1714404807069,"duration":0}}]},"08119c637fde11eaa6c91c50f703670b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7290a58a39b4fc6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a7290a58a39b4fc6","status":"passed","time":{"start":1714404734769,"stop":1714404734770,"duration":1}}]},"6e18d94b0c2c97b4a4f90703c4bd9c43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b9fd98cf9b11aa68","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/b9fd98cf9b11aa68","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714082619688,"stop":1714082619689,"duration":1}}]},"ff90e743d42c7ca8576f59b5c1d1792f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3a7646d37ad7e217","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/3a7646d37ad7e217","status":"broken","statusDetails":"window is not defined","time":{"start":1714382649845,"stop":1714382649845,"duration":0}}]},"0976bba8abd9a3d334de8c15bb26aed0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"26a7dcc5e79a725e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/26a7dcc5e79a725e","status":"passed","time":{"start":1714453925068,"stop":1714453925069,"duration":1}},{"uid":"13b4a08883dfb29b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/13b4a08883dfb29b","status":"passed","time":{"start":1714435482977,"stop":1714435482977,"duration":0}},{"uid":"1580fd4b122a8b28","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1580fd4b122a8b28","status":"passed","time":{"start":1714434552013,"stop":1714434552014,"duration":1}},{"uid":"89c841c2f0706991","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/89c841c2f0706991","status":"passed","time":{"start":1714433247037,"stop":1714433247038,"duration":1}},{"uid":"ba1d1f94460575e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ba1d1f94460575e","status":"passed","time":{"start":1714431444761,"stop":1714431444761,"duration":0}},{"uid":"9fd5a2601658e3ad","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9fd5a2601658e3ad","status":"passed","time":{"start":1714431708300,"stop":1714431708300,"duration":0}},{"uid":"5bc6bddce6a67776","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5bc6bddce6a67776","status":"passed","time":{"start":1714430430732,"stop":1714430430732,"duration":0}},{"uid":"d269e3f33d55456d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d269e3f33d55456d","status":"passed","time":{"start":1714430223189,"stop":1714430223190,"duration":1}},{"uid":"effeab5ccd892b7e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/effeab5ccd892b7e","status":"passed","time":{"start":1714429383889,"stop":1714429383889,"duration":0}},{"uid":"d07f82a413933538","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d07f82a413933538","status":"passed","time":{"start":1714428528643,"stop":1714428528643,"duration":0}},{"uid":"6772d5ff548603fd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6772d5ff548603fd","status":"passed","time":{"start":1714427305993,"stop":1714427305994,"duration":1}},{"uid":"a8f8ef393b806d52","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a8f8ef393b806d52","status":"passed","time":{"start":1714427007387,"stop":1714427007388,"duration":1}},{"uid":"c363504703991e87","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c363504703991e87","status":"passed","time":{"start":1714426355979,"stop":1714426355980,"duration":1}},{"uid":"df4ff3a08a4a430b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/df4ff3a08a4a430b","status":"passed","time":{"start":1714424458794,"stop":1714424458794,"duration":0}},{"uid":"b3b93e8ddf2d6c08","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b3b93e8ddf2d6c08","status":"passed","time":{"start":1714424849019,"stop":1714424849020,"duration":1}},{"uid":"f1bfcff1925d5492","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f1bfcff1925d5492","status":"passed","time":{"start":1714415001457,"stop":1714415001457,"duration":0}},{"uid":"4f071df84c79c0a2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4f071df84c79c0a2","status":"passed","time":{"start":1714415154932,"stop":1714415154933,"duration":1}},{"uid":"c833fc1d18a05ee6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c833fc1d18a05ee6","status":"passed","time":{"start":1714407362056,"stop":1714407362056,"duration":0}},{"uid":"e928426d742ba4c4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e928426d742ba4c4","status":"passed","time":{"start":1714406389349,"stop":1714406389349,"duration":0}},{"uid":"d45c88e5c673f275","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d45c88e5c673f275","status":"passed","time":{"start":1714404179188,"stop":1714404179188,"duration":0}}]},"13bd9b4aa5bfcaf7d511571e07b45fab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b7f7863cd08ba5d","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/3b7f7863cd08ba5d","status":"passed","time":{"start":1714139752227,"stop":1714139752228,"duration":1}}]},"12042dc552cb92cdba231844b17e75b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e055d5c28f219a1","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/4e055d5c28f219a1","status":"passed","time":{"start":1714004335342,"stop":1714004335343,"duration":1}}]},"cb8a333beb5a06b743d3ac79c19d56ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c77e08b06153590","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/3c77e08b06153590","status":"passed","time":{"start":1714139203756,"stop":1714139203757,"duration":1}}]},"dca8905a390e601b0ff78ed060bf9dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46f111d1b5dc64b9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/46f111d1b5dc64b9","status":"passed","time":{"start":1714435099721,"stop":1714435099721,"duration":0}}]},"22b1cb1f5507ae479be49a7ca7f6603a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62ed7498ae5ea9e9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/62ed7498ae5ea9e9","status":"passed","time":{"start":1714425435631,"stop":1714425435631,"duration":0}}]},"401247f40a98cb6f682645e00a76a07c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e901bd1f5bbeac49","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/e901bd1f5bbeac49","status":"passed","time":{"start":1714046285416,"stop":1714046285416,"duration":0}}]},"1196664435deb299f57ceb88a3a8a78e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"23d1635548ff1b62","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/23d1635548ff1b62","status":"passed","time":{"start":1714453925071,"stop":1714453925071,"duration":0}},{"uid":"6e035e0ec19d33cb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6e035e0ec19d33cb","status":"passed","time":{"start":1714435482979,"stop":1714435482979,"duration":0}},{"uid":"cdc81ca4a134122","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cdc81ca4a134122","status":"passed","time":{"start":1714434552016,"stop":1714434552016,"duration":0}},{"uid":"42157a7a5af9b6bb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/42157a7a5af9b6bb","status":"passed","time":{"start":1714433247040,"stop":1714433247040,"duration":0}},{"uid":"7ac6cedd462cc8aa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7ac6cedd462cc8aa","status":"passed","time":{"start":1714431444763,"stop":1714431444763,"duration":0}},{"uid":"9d0fa64f47a5d718","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9d0fa64f47a5d718","status":"passed","time":{"start":1714431708302,"stop":1714431708303,"duration":1}},{"uid":"619a2b4de5cd5593","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/619a2b4de5cd5593","status":"passed","time":{"start":1714430430734,"stop":1714430430735,"duration":1}},{"uid":"4f74f9ffed5cfdf3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4f74f9ffed5cfdf3","status":"passed","time":{"start":1714430223191,"stop":1714430223191,"duration":0}},{"uid":"77479d0afb2486b1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/77479d0afb2486b1","status":"passed","time":{"start":1714429383891,"stop":1714429383892,"duration":1}},{"uid":"74bfbf465cbd7dc2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/74bfbf465cbd7dc2","status":"passed","time":{"start":1714428528645,"stop":1714428528645,"duration":0}},{"uid":"a6d0b04016bed481","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a6d0b04016bed481","status":"passed","time":{"start":1714427305995,"stop":1714427305995,"duration":0}},{"uid":"6d54cda8b51ecf9f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6d54cda8b51ecf9f","status":"passed","time":{"start":1714427007389,"stop":1714427007389,"duration":0}},{"uid":"fa9220224915007a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fa9220224915007a","status":"passed","time":{"start":1714426355982,"stop":1714426355982,"duration":0}},{"uid":"62acbf591afcef51","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/62acbf591afcef51","status":"passed","time":{"start":1714424458796,"stop":1714424458796,"duration":0}},{"uid":"8d108055a69e3674","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8d108055a69e3674","status":"passed","time":{"start":1714424849023,"stop":1714424849024,"duration":1}},{"uid":"216dbd69361bbeb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/216dbd69361bbeb","status":"passed","time":{"start":1714415001459,"stop":1714415001459,"duration":0}},{"uid":"9c85723676cff4bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9c85723676cff4bf","status":"passed","time":{"start":1714415154935,"stop":1714415154935,"duration":0}},{"uid":"fa66400916994725","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fa66400916994725","status":"passed","time":{"start":1714407362058,"stop":1714407362058,"duration":0}},{"uid":"f459dea373bbbec","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f459dea373bbbec","status":"passed","time":{"start":1714406389351,"stop":1714406389351,"duration":0}},{"uid":"556cf44ca3ba262a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/556cf44ca3ba262a","status":"passed","time":{"start":1714404179190,"stop":1714404179191,"duration":1}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"d1400ddfc844d1a7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d1400ddfc844d1a7","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0}},{"uid":"b4710613ac9e366a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b4710613ac9e366a","status":"passed","time":{"start":1714435491288,"stop":1714435491288,"duration":0}},{"uid":"84a8eac66a120b94","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/84a8eac66a120b94","status":"passed","time":{"start":1714434560395,"stop":1714434560395,"duration":0}},{"uid":"66166b3ed73ccc52","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/66166b3ed73ccc52","status":"passed","time":{"start":1714433255375,"stop":1714433255375,"duration":0}},{"uid":"2e4212d765426660","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2e4212d765426660","status":"passed","time":{"start":1714431453271,"stop":1714431453271,"duration":0}},{"uid":"488c118d1634bd71","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/488c118d1634bd71","status":"passed","time":{"start":1714431716850,"stop":1714431716851,"duration":1}},{"uid":"4324224ac26c9b14","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4324224ac26c9b14","status":"passed","time":{"start":1714430439312,"stop":1714430439312,"duration":0}},{"uid":"38fafa1dd8bb222f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/38fafa1dd8bb222f","status":"passed","time":{"start":1714430231606,"stop":1714430231606,"duration":0}},{"uid":"7017acf66f8d269a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7017acf66f8d269a","status":"passed","time":{"start":1714429393351,"stop":1714429393351,"duration":0}},{"uid":"2a47b21253a9f9ec","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2a47b21253a9f9ec","status":"passed","time":{"start":1714428537102,"stop":1714428537102,"duration":0}},{"uid":"92ba692a552c79a7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/92ba692a552c79a7","status":"passed","time":{"start":1714427314622,"stop":1714427314622,"duration":0}},{"uid":"8b96d8bb2fe4a6ad","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8b96d8bb2fe4a6ad","status":"passed","time":{"start":1714427015819,"stop":1714427015819,"duration":0}},{"uid":"6e7b9a2df48ca398","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6e7b9a2df48ca398","status":"passed","time":{"start":1714426364736,"stop":1714426364737,"duration":1}},{"uid":"e42356d1766a8397","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e42356d1766a8397","status":"passed","time":{"start":1714424467264,"stop":1714424467264,"duration":0}},{"uid":"abd856ddb73ae888","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/abd856ddb73ae888","status":"passed","time":{"start":1714424857617,"stop":1714424857617,"duration":0}},{"uid":"31f432bc1ba2a810","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/31f432bc1ba2a810","status":"passed","time":{"start":1714415010224,"stop":1714415010224,"duration":0}},{"uid":"60502501b892fa9a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/60502501b892fa9a","status":"passed","time":{"start":1714415163522,"stop":1714415163522,"duration":0}},{"uid":"e73450dba1f69c1d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e73450dba1f69c1d","status":"passed","time":{"start":1714407370710,"stop":1714407370710,"duration":0}},{"uid":"e6579d4727285ec5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e6579d4727285ec5","status":"passed","time":{"start":1714406397856,"stop":1714406397857,"duration":1}},{"uid":"428c3d4ab06f4449","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/428c3d4ab06f4449","status":"passed","time":{"start":1714404187709,"stop":1714404187709,"duration":0}}]},"691cf367f5d475ec634a2b1c979666b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae63e40afeca500a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ae63e40afeca500a","status":"passed","time":{"start":1714381747121,"stop":1714381747121,"duration":0}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"b1f97fbb6fa26907","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b1f97fbb6fa26907","status":"passed","time":{"start":1714454431991,"stop":1714454431991,"duration":0}},{"uid":"977e359b44a7e8a3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/977e359b44a7e8a3","status":"passed","time":{"start":1714435990620,"stop":1714435990621,"duration":1}},{"uid":"6463de983a5f437e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6463de983a5f437e","status":"passed","time":{"start":1714435062609,"stop":1714435062609,"duration":0}},{"uid":"d0d755e9d3e46dbd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d0d755e9d3e46dbd","status":"passed","time":{"start":1714433747832,"stop":1714433747835,"duration":3}},{"uid":"8f7295d326f0265e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8f7295d326f0265e","status":"passed","time":{"start":1714431959175,"stop":1714431959179,"duration":4}},{"uid":"e1889b9879856f57","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e1889b9879856f57","status":"passed","time":{"start":1714432238339,"stop":1714432238339,"duration":0}},{"uid":"537f22a7b990ead3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/537f22a7b990ead3","status":"passed","time":{"start":1714430946039,"stop":1714430946039,"duration":0}},{"uid":"c9c99532308168fd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c9c99532308168fd","status":"passed","time":{"start":1714430757771,"stop":1714430757771,"duration":0}},{"uid":"ee39982f3cde0447","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ee39982f3cde0447","status":"passed","time":{"start":1714429917771,"stop":1714429917771,"duration":0}},{"uid":"ce896b2600ca411f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ce896b2600ca411f","status":"passed","time":{"start":1714429038414,"stop":1714429038414,"duration":0}},{"uid":"d9533abffe1bcb15","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d9533abffe1bcb15","status":"passed","time":{"start":1714427794299,"stop":1714427794300,"duration":1}},{"uid":"1f74e43ed75553e9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1f74e43ed75553e9","status":"passed","time":{"start":1714427517451,"stop":1714427517452,"duration":1}},{"uid":"a21e47314a9b2058","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a21e47314a9b2058","status":"passed","time":{"start":1714426868571,"stop":1714426868571,"duration":0}},{"uid":"cd7e114efb5abc29","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cd7e114efb5abc29","status":"passed","time":{"start":1714425555000,"stop":1714425555000,"duration":0}},{"uid":"9632f9f9ff4dcd5f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9632f9f9ff4dcd5f","status":"passed","time":{"start":1714425349851,"stop":1714425349859,"duration":8}},{"uid":"9a3f16e23e266dcf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9a3f16e23e266dcf","status":"passed","time":{"start":1714415539973,"stop":1714415539974,"duration":1}},{"uid":"2b8f05f5f6ed84b2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2b8f05f5f6ed84b2","status":"passed","time":{"start":1714415671313,"stop":1714415671313,"duration":0}},{"uid":"8e83d36f5c980759","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8e83d36f5c980759","status":"passed","time":{"start":1714407878077,"stop":1714407878077,"duration":0}},{"uid":"c7b68e481c047beb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c7b68e481c047beb","status":"passed","time":{"start":1714406907370,"stop":1714406907371,"duration":1}},{"uid":"8462a1ad768af595","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8462a1ad768af595","status":"passed","time":{"start":1714404685455,"stop":1714404685455,"duration":0}}]},"bfc4e601aec9c27be78147a01a7c97b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a80366f0808fdb4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7a80366f0808fdb4","status":"passed","time":{"start":1714415473276,"stop":1714415473276,"duration":0}}]},"3027838038ec2385e362f1c9deddfe95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39b89b1ca48c271","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/39b89b1ca48c271","status":"passed","time":{"start":1714109345126,"stop":1714109345127,"duration":1}}]},"525a63be8e57e227e796c59ba003a2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a4f67e0c4da51fc","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/7a4f67e0c4da51fc","status":"passed","time":{"start":1713987677072,"stop":1713987677072,"duration":0}}]},"8acb42b16d8cea5732b9be877d9c9731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2ebb69614cbce2b4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2ebb69614cbce2b4","status":"passed","time":{"start":1714453925078,"stop":1714453925078,"duration":0}},{"uid":"dc21f3b6882a949a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dc21f3b6882a949a","status":"passed","time":{"start":1714435482987,"stop":1714435482987,"duration":0}},{"uid":"ad71ae775c2830c0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ad71ae775c2830c0","status":"passed","time":{"start":1714434552023,"stop":1714434552024,"duration":1}},{"uid":"7a625dbd167f5ff7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7a625dbd167f5ff7","status":"passed","time":{"start":1714433247047,"stop":1714433247047,"duration":0}},{"uid":"c04c424cfe0b6c93","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c04c424cfe0b6c93","status":"passed","time":{"start":1714431444770,"stop":1714431444770,"duration":0}},{"uid":"8f01003f8b729ff7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8f01003f8b729ff7","status":"passed","time":{"start":1714431708310,"stop":1714431708311,"duration":1}},{"uid":"2595dc474caafc0d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2595dc474caafc0d","status":"passed","time":{"start":1714430430741,"stop":1714430430741,"duration":0}},{"uid":"b05e0b00012452f1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b05e0b00012452f1","status":"passed","time":{"start":1714430223197,"stop":1714430223197,"duration":0}},{"uid":"aa5104aab747140","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/aa5104aab747140","status":"passed","time":{"start":1714429383900,"stop":1714429383900,"duration":0}},{"uid":"2e88be990e54e253","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2e88be990e54e253","status":"passed","time":{"start":1714428528653,"stop":1714428528653,"duration":0}},{"uid":"5df48dba84806684","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5df48dba84806684","status":"passed","time":{"start":1714427306002,"stop":1714427306002,"duration":0}},{"uid":"22e18491efb1b203","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/22e18491efb1b203","status":"passed","time":{"start":1714427007394,"stop":1714427007395,"duration":1}},{"uid":"f61a0b76da09f41d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f61a0b76da09f41d","status":"passed","time":{"start":1714426355990,"stop":1714426355990,"duration":0}},{"uid":"8bc96c221c7898b3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8bc96c221c7898b3","status":"passed","time":{"start":1714424458804,"stop":1714424458804,"duration":0}},{"uid":"15b20e95e42d7988","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/15b20e95e42d7988","status":"passed","time":{"start":1714424849042,"stop":1714424849042,"duration":0}},{"uid":"6103f1991104c692","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6103f1991104c692","status":"passed","time":{"start":1714415001467,"stop":1714415001467,"duration":0}},{"uid":"8cc574267606e8f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8cc574267606e8f","status":"passed","time":{"start":1714415154943,"stop":1714415154944,"duration":1}},{"uid":"dc65ea90d253154f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dc65ea90d253154f","status":"passed","time":{"start":1714407362065,"stop":1714407362066,"duration":1}},{"uid":"446f4dd609ffb3b6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/446f4dd609ffb3b6","status":"passed","time":{"start":1714406389359,"stop":1714406389359,"duration":0}},{"uid":"8d86adad2f14c7c7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8d86adad2f14c7c7","status":"passed","time":{"start":1714404179199,"stop":1714404179199,"duration":0}}]},"215341d589fcac971ecbf6e48879f8ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e87dc9c1ddeefbd","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/9e87dc9c1ddeefbd","status":"passed","time":{"start":1714039405804,"stop":1714039405807,"duration":3}}]},"3738fb7a17de393feb8c5c8fc3036c1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88e9cfa31c98107b","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/88e9cfa31c98107b","status":"passed","time":{"start":1714018100849,"stop":1714018100849,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"184c5fa7aa6e70ad","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/184c5fa7aa6e70ad","status":"passed","time":{"start":1714453952292,"stop":1714453952293,"duration":1}},{"uid":"4b18f6cb3741e5f1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4b18f6cb3741e5f1","status":"passed","time":{"start":1714435510942,"stop":1714435510942,"duration":0}},{"uid":"c0e5bce40124acc7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c0e5bce40124acc7","status":"passed","time":{"start":1714434580042,"stop":1714434580042,"duration":0}},{"uid":"35446ca00078557e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/35446ca00078557e","status":"passed","time":{"start":1714433274946,"stop":1714433274946,"duration":0}},{"uid":"9b5a4bb49f4a930","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9b5a4bb49f4a930","status":"passed","time":{"start":1714431472603,"stop":1714431472604,"duration":1}},{"uid":"3d539229de05046f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3d539229de05046f","status":"passed","time":{"start":1714431736482,"stop":1714431736482,"duration":0}},{"uid":"510fbbdc22e98415","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/510fbbdc22e98415","status":"passed","time":{"start":1714430459333,"stop":1714430459333,"duration":0}},{"uid":"33d3925293abc72a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/33d3925293abc72a","status":"passed","time":{"start":1714430251102,"stop":1714430251102,"duration":0}},{"uid":"fc0ba21e34a70d36","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fc0ba21e34a70d36","status":"passed","time":{"start":1714429414593,"stop":1714429414594,"duration":1}},{"uid":"898d07168ccb4710","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/898d07168ccb4710","status":"passed","time":{"start":1714428556956,"stop":1714428556957,"duration":1}},{"uid":"4f87554e917cbd1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4f87554e917cbd1","status":"passed","time":{"start":1714427334704,"stop":1714427334704,"duration":0}},{"uid":"728db3370d06a04d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/728db3370d06a04d","status":"passed","time":{"start":1714427035567,"stop":1714427035568,"duration":1}},{"uid":"a8282ea5c827ca6f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a8282ea5c827ca6f","status":"passed","time":{"start":1714426384799,"stop":1714426384800,"duration":1}},{"uid":"75493739c0238a40","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/75493739c0238a40","status":"passed","time":{"start":1714424486881,"stop":1714424486881,"duration":0}},{"uid":"2244ca6a284b6c2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2244ca6a284b6c2","status":"passed","time":{"start":1714424877430,"stop":1714424877431,"duration":1}},{"uid":"2e969b6be89768f9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e969b6be89768f9","status":"passed","time":{"start":1714415030104,"stop":1714415030105,"duration":1}},{"uid":"2152942e7c1727e8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2152942e7c1727e8","status":"passed","time":{"start":1714415183075,"stop":1714415183075,"duration":0}},{"uid":"938a9ccfa741a4c7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/938a9ccfa741a4c7","status":"passed","time":{"start":1714407390405,"stop":1714407390405,"duration":0}},{"uid":"f00018085a44f64f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f00018085a44f64f","status":"passed","time":{"start":1714406417793,"stop":1714406417794,"duration":1}},{"uid":"e592232ed3965239","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e592232ed3965239","status":"passed","time":{"start":1714404207526,"stop":1714404207526,"duration":0}}]},"8749b8137e4bced6d4a38d8e5658eca7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2215cba33e31eee","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/a2215cba33e31eee","status":"passed","time":{"start":1713969107861,"stop":1713969107861,"duration":0}}]},"434a4fefb62686e58f23ba413b372f05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bf5f32d8e58f3a4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9bf5f32d8e58f3a4","status":"passed","time":{"start":1714430813954,"stop":1714430813955,"duration":1}}]},"68c1ab982716bc91949e04d9a580f7db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e24d2c3c1a517904","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/e24d2c3c1a517904","status":"passed","time":{"start":1714082661064,"stop":1714082661065,"duration":1}}]},"41e8648e16bf60a569c21a9e19a5deb5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bae266c34f3607a","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/bae266c34f3607a","status":"passed","time":{"start":1714130872617,"stop":1714130872617,"duration":0}}]},"b456e21654538b4fddaf86fdff95d4df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8565fde59a396636","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/8565fde59a396636","status":"passed","time":{"start":1714046214966,"stop":1714046214966,"duration":0}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"dbd3192d891a738c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dbd3192d891a738c","status":"passed","time":{"start":1714453987174,"stop":1714453987175,"duration":1}},{"uid":"4761f048c09694e8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4761f048c09694e8","status":"passed","time":{"start":1714435545812,"stop":1714435545813,"duration":1}},{"uid":"dfc591270f72470e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/dfc591270f72470e","status":"passed","time":{"start":1714434626130,"stop":1714434626131,"duration":1}},{"uid":"d7be70bbba57b93a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d7be70bbba57b93a","status":"passed","time":{"start":1714433316402,"stop":1714433316403,"duration":1}},{"uid":"ee0caa0471e46a0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ee0caa0471e46a0","status":"passed","time":{"start":1714431506519,"stop":1714431506520,"duration":1}},{"uid":"b92defbbfbd97ce8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b92defbbfbd97ce8","status":"passed","time":{"start":1714431770041,"stop":1714431770047,"duration":6}},{"uid":"d26fd5d16a8a7f02","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d26fd5d16a8a7f02","status":"passed","time":{"start":1714430495731,"stop":1714430495731,"duration":0}},{"uid":"6facea40d437a9f7","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6facea40d437a9f7","status":"passed","time":{"start":1714430283227,"stop":1714430283232,"duration":5}},{"uid":"8387a16a975173df","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8387a16a975173df","status":"passed","time":{"start":1714429454735,"stop":1714429454736,"duration":1}},{"uid":"9f59250512b3062d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9f59250512b3062d","status":"passed","time":{"start":1714428603023,"stop":1714428603023,"duration":0}},{"uid":"b8e42073016bae9d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b8e42073016bae9d","status":"passed","time":{"start":1714427368859,"stop":1714427368860,"duration":1}},{"uid":"9cf7cab07fa83f03","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9cf7cab07fa83f03","status":"passed","time":{"start":1714427087106,"stop":1714427087106,"duration":0}},{"uid":"3c5510b45a09c768","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3c5510b45a09c768","status":"passed","time":{"start":1714426419000,"stop":1714426419002,"duration":2}},{"uid":"50ace3bbb49b91b2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/50ace3bbb49b91b2","status":"passed","time":{"start":1714424522172,"stop":1714424522172,"duration":0}},{"uid":"f3f7377194f0aa1d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f3f7377194f0aa1d","status":"passed","time":{"start":1714424912031,"stop":1714424912031,"duration":0}},{"uid":"22f9f7ae080b2533","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/22f9f7ae080b2533","status":"passed","time":{"start":1714415063936,"stop":1714415063936,"duration":0}},{"uid":"b067b8799dc24f2a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b067b8799dc24f2a","status":"passed","time":{"start":1714415219583,"stop":1714415219583,"duration":0}},{"uid":"fb29184070040d87","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fb29184070040d87","status":"passed","time":{"start":1714407435777,"stop":1714407435778,"duration":1}},{"uid":"c67650de32a95c07","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c67650de32a95c07","status":"passed","time":{"start":1714406451894,"stop":1714406451895,"duration":1}},{"uid":"6634bc289e76135e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6634bc289e76135e","status":"passed","time":{"start":1714404244889,"stop":1714404244889,"duration":0}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2c6554d6352592f5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c6554d6352592f5","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0}},{"uid":"2afba6988e35bf1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2afba6988e35bf1","status":"passed","time":{"start":1714435491290,"stop":1714435491290,"duration":0}},{"uid":"471532bb1b08de34","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/471532bb1b08de34","status":"passed","time":{"start":1714434560397,"stop":1714434560397,"duration":0}},{"uid":"1033f42aacb6b4f7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1033f42aacb6b4f7","status":"passed","time":{"start":1714433255377,"stop":1714433255377,"duration":0}},{"uid":"964d3dfc2fbee87a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/964d3dfc2fbee87a","status":"passed","time":{"start":1714431453273,"stop":1714431453273,"duration":0}},{"uid":"3f69fd60fda7618e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3f69fd60fda7618e","status":"passed","time":{"start":1714431716852,"stop":1714431716852,"duration":0}},{"uid":"e68ea7c18b9cbe3c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e68ea7c18b9cbe3c","status":"passed","time":{"start":1714430439313,"stop":1714430439314,"duration":1}},{"uid":"d6cb5a440d231fa2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d6cb5a440d231fa2","status":"passed","time":{"start":1714430231608,"stop":1714430231608,"duration":0}},{"uid":"58aa4614c4ad73dd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/58aa4614c4ad73dd","status":"passed","time":{"start":1714429393353,"stop":1714429393353,"duration":0}},{"uid":"62b3ce4496b3f5b7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/62b3ce4496b3f5b7","status":"passed","time":{"start":1714428537104,"stop":1714428537104,"duration":0}},{"uid":"f7af343788bb62d8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f7af343788bb62d8","status":"passed","time":{"start":1714427314624,"stop":1714427314625,"duration":1}},{"uid":"2217ee338c684c3b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2217ee338c684c3b","status":"passed","time":{"start":1714427015821,"stop":1714427015821,"duration":0}},{"uid":"9092580400fb8a77","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9092580400fb8a77","status":"passed","time":{"start":1714426364738,"stop":1714426364739,"duration":1}},{"uid":"f2d2312592002ed9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f2d2312592002ed9","status":"passed","time":{"start":1714424467266,"stop":1714424467266,"duration":0}},{"uid":"6f51af63381fb76a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6f51af63381fb76a","status":"passed","time":{"start":1714424857618,"stop":1714424857618,"duration":0}},{"uid":"414d245ce96f1305","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/414d245ce96f1305","status":"passed","time":{"start":1714415010226,"stop":1714415010226,"duration":0}},{"uid":"e6e6e85b4a44fa4e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e6e6e85b4a44fa4e","status":"passed","time":{"start":1714415163524,"stop":1714415163524,"duration":0}},{"uid":"61c949731740e7df","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/61c949731740e7df","status":"passed","time":{"start":1714407370712,"stop":1714407370712,"duration":0}},{"uid":"705ead0651da6e94","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/705ead0651da6e94","status":"passed","time":{"start":1714406397858,"stop":1714406397859,"duration":1}},{"uid":"289ef8f3aa357326","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/289ef8f3aa357326","status":"passed","time":{"start":1714404187711,"stop":1714404187711,"duration":0}}]},"878abe00bbe64c8a8431bceb67dccf20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fac1ac4f669d012","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5fac1ac4f669d012","status":"passed","time":{"start":1714435697066,"stop":1714435697066,"duration":0}}]},"aa3aa6d916e395640492a29324eff100:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed89c3c51766ec5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/ed89c3c51766ec5","status":"passed","time":{"start":1714297312886,"stop":1714297312886,"duration":0}}]},"8866bca5057d5e6da1a59b09922fbb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3505abd024ad4b90","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/3505abd024ad4b90","status":"passed","time":{"start":1714109230074,"stop":1714109230074,"duration":0}}]},"52608c57c0df9a6ad1854f29a8f0ea32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"298ca5f5f3ae439d","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/298ca5f5f3ae439d","status":"passed","time":{"start":1714114005815,"stop":1714114005815,"duration":0}}]},"31ccf2eb3b9b8da2fd61ec7592555d49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83e74a654aec956d","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/83e74a654aec956d","status":"passed","time":{"start":1714296402406,"stop":1714296402407,"duration":1}}]},"600d2817c8de52eea6b11092b3e47adb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c3ae6cb34eb7f0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2c3ae6cb34eb7f0","status":"passed","time":{"start":1714406901765,"stop":1714406901766,"duration":1}}]},"a3c678d6c2ee112ede109c7e25a9bbac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"2b526350fffe27c6","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/2b526350fffe27c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413535,"stop":1713889413535,"duration":0}}]},"a54009e5e589084094ce069284f1dd6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5333917a358e47ab","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5333917a358e47ab","status":"passed","time":{"start":1714425396495,"stop":1714425396495,"duration":0}}]},"4b47b83963278c1999ef98b997d57bde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc80618e9c3e907c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dc80618e9c3e907c","status":"passed","time":{"start":1714415596685,"stop":1714415596686,"duration":1}}]},"4e0cf2888100d50852db1c2bb79833ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"656ccd320e30dfbb","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/656ccd320e30dfbb","status":"passed","time":{"start":1714046214968,"stop":1714046214969,"duration":1}}]},"40f1f551f9bbdbea9f10edfa527d9a38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d50ea7eb819190e2","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d50ea7eb819190e2","status":"passed","time":{"start":1714385757960,"stop":1714385757961,"duration":1}}]},"99b33ce59cf24350644a8f594b7c5765:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15fe9fd73584153f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/15fe9fd73584153f","status":"passed","time":{"start":1714454483206,"stop":1714454483206,"duration":0}}]},"8191528251f9548874ed2113dd922c04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66b013150930035c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/66b013150930035c","status":"passed","time":{"start":1714406971794,"stop":1714406971794,"duration":0}}]},"604cbae16fe768e2362354b2fa10ad02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d068235d41d4b6a8","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/d068235d41d4b6a8","status":"passed","time":{"start":1714040301535,"stop":1714040301536,"duration":1}}]},"bd646bf9ed6dfac0e0412623097ee918:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4e58de1c2e924c3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a4e58de1c2e924c3","status":"passed","time":{"start":1714436043128,"stop":1714436043129,"duration":1}}]},"a6a7659f7fdbdb9a12552d53af303d89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e6abe1560d63997","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/4e6abe1560d63997","status":"passed","time":{"start":1714169159819,"stop":1714169159819,"duration":0}}]},"575cf7228f0acbe64f44230d52d5e870:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3838246ab5bd6258","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/3838246ab5bd6258","status":"passed","time":{"start":1713996808987,"stop":1713996808988,"duration":1}}]},"e5d91568d376be785c593407e29975b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0d9f81e66f039ca","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c0d9f81e66f039ca","status":"passed","time":{"start":1714404739432,"stop":1714404739432,"duration":0}}]},"b7e76aed25d5312bd925b07a71c804f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ef2f886eaca33c0","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/9ef2f886eaca33c0","status":"passed","time":{"start":1714082690895,"stop":1714082690895,"duration":0}}]},"522c279075e896171b42007db1be5cc5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab149ddf1727304f","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/ab149ddf1727304f","status":"passed","time":{"start":1714010049393,"stop":1714010049393,"duration":0}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"7c7e16d19bcdf01a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7c7e16d19bcdf01a","status":"passed","time":{"start":1714453949191,"stop":1714453949192,"duration":1}},{"uid":"52ca361af0fa9fc5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/52ca361af0fa9fc5","status":"passed","time":{"start":1714435506839,"stop":1714435506839,"duration":0}},{"uid":"d20338aa8a7b4847","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d20338aa8a7b4847","status":"passed","time":{"start":1714434576210,"stop":1714434576210,"duration":0}},{"uid":"245c337e5530d740","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/245c337e5530d740","status":"passed","time":{"start":1714433271080,"stop":1714433271081,"duration":1}},{"uid":"2829f6b2ba7126e6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2829f6b2ba7126e6","status":"passed","time":{"start":1714431469028,"stop":1714431469029,"duration":1}},{"uid":"76ec16e908b25252","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/76ec16e908b25252","status":"passed","time":{"start":1714431732701,"stop":1714431732702,"duration":1}},{"uid":"894f5aa0f9d7c6fa","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/894f5aa0f9d7c6fa","status":"passed","time":{"start":1714430455643,"stop":1714430455643,"duration":0}},{"uid":"be81a5dbccdab409","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/be81a5dbccdab409","status":"passed","time":{"start":1714430247322,"stop":1714430247322,"duration":0}},{"uid":"eab0bbba592b0759","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/eab0bbba592b0759","status":"passed","time":{"start":1714429410961,"stop":1714429410961,"duration":0}},{"uid":"89d898e4bc9ebf72","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/89d898e4bc9ebf72","status":"passed","time":{"start":1714428553100,"stop":1714428553100,"duration":0}},{"uid":"6c42d760b571e644","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6c42d760b571e644","status":"passed","time":{"start":1714427330824,"stop":1714427330824,"duration":0}},{"uid":"1be59a7e5cb94756","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1be59a7e5cb94756","status":"passed","time":{"start":1714427031437,"stop":1714427031437,"duration":0}},{"uid":"a6ceead358d4a6f9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a6ceead358d4a6f9","status":"passed","time":{"start":1714426381044,"stop":1714426381044,"duration":0}},{"uid":"e366962ef0a63529","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e366962ef0a63529","status":"passed","time":{"start":1714424483031,"stop":1714424483031,"duration":0}},{"uid":"826be731be2fc2f7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/826be731be2fc2f7","status":"passed","time":{"start":1714424873554,"stop":1714424873554,"duration":0}},{"uid":"c2a02b0501845361","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c2a02b0501845361","status":"passed","time":{"start":1714415026652,"stop":1714415026652,"duration":0}},{"uid":"547a0441f9753052","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/547a0441f9753052","status":"passed","time":{"start":1714415179598,"stop":1714415179598,"duration":0}},{"uid":"47c173affa57ec57","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/47c173affa57ec57","status":"passed","time":{"start":1714407386567,"stop":1714407386567,"duration":0}},{"uid":"6726bd0105a1da69","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6726bd0105a1da69","status":"passed","time":{"start":1714406414101,"stop":1714406414101,"duration":0}},{"uid":"aa4c9d488315e969","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aa4c9d488315e969","status":"passed","time":{"start":1714404203704,"stop":1714404203704,"duration":0}}]},"d18686edbe2c4c06a3e4c337eb78a680:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"747db957ab702732","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/747db957ab702732","status":"passed","time":{"start":1714432240096,"stop":1714432240096,"duration":0}}]},"48036bcb8595e43dc45c203b424c17bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6812f7766e003a4","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/d6812f7766e003a4","status":"passed","time":{"start":1714089729896,"stop":1714089729896,"duration":0}}]},"9251a00c415daf8bdd8375cd93d66b63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a8b6843ff6a4750","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1a8b6843ff6a4750","status":"passed","time":{"start":1714436043131,"stop":1714436043132,"duration":1}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"270bb73d64b6b15b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/270bb73d64b6b15b","status":"passed","time":{"start":1714454434305,"stop":1714454434305,"duration":0}},{"uid":"c6cb757b29d36be9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c6cb757b29d36be9","status":"passed","time":{"start":1714436006523,"stop":1714436006523,"duration":0}},{"uid":"70108f1619e729c0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/70108f1619e729c0","status":"passed","time":{"start":1714435054821,"stop":1714435054822,"duration":1}},{"uid":"b8361b1448dc8d5b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b8361b1448dc8d5b","status":"passed","time":{"start":1714433761051,"stop":1714433761051,"duration":0}},{"uid":"ba3bcf1555662fbb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ba3bcf1555662fbb","status":"passed","time":{"start":1714431966422,"stop":1714431966422,"duration":0}},{"uid":"86075a53205aa4de","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/86075a53205aa4de","status":"passed","time":{"start":1714432193260,"stop":1714432193264,"duration":4}},{"uid":"1b8f00cc6630badf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1b8f00cc6630badf","status":"passed","time":{"start":1714430948523,"stop":1714430948524,"duration":1}},{"uid":"5e43701416b4d2c3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5e43701416b4d2c3","status":"passed","time":{"start":1714430713513,"stop":1714430713513,"duration":0}},{"uid":"5b88c70b996c0c3c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5b88c70b996c0c3c","status":"passed","time":{"start":1714429917730,"stop":1714429917731,"duration":1}},{"uid":"fded140d3e373b09","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fded140d3e373b09","status":"passed","time":{"start":1714429040285,"stop":1714429040285,"duration":0}},{"uid":"978fd84fd18d20fd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/978fd84fd18d20fd","status":"passed","time":{"start":1714427848670,"stop":1714427848672,"duration":2}},{"uid":"b02d263bcd57e33e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b02d263bcd57e33e","status":"passed","time":{"start":1714427530055,"stop":1714427530055,"duration":0}},{"uid":"1a472f80655b50b3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1a472f80655b50b3","status":"passed","time":{"start":1714426875123,"stop":1714426875123,"duration":0}},{"uid":"616392d76eee1902","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/616392d76eee1902","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511010,"stop":1714426511010,"duration":0}},{"uid":"222cb418fa31b589","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/222cb418fa31b589","status":"passed","time":{"start":1714425369937,"stop":1714425369938,"duration":1}},{"uid":"86d8ce1c02ebf7e5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/86d8ce1c02ebf7e5","status":"passed","time":{"start":1714415516366,"stop":1714415516367,"duration":1}},{"uid":"a47058579196f628","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a47058579196f628","status":"passed","time":{"start":1714415679021,"stop":1714415679022,"duration":1}},{"uid":"9b329fdfc26ba79b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b329fdfc26ba79b","status":"passed","time":{"start":1714407884315,"stop":1714407884315,"duration":0}},{"uid":"1be7b5e393943e9d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1be7b5e393943e9d","status":"passed","time":{"start":1714406914277,"stop":1714406914277,"duration":0}},{"uid":"9f28fc1d6fe61d24","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9f28fc1d6fe61d24","status":"passed","time":{"start":1714404690101,"stop":1714404690101,"duration":0}}]},"5330d3c2463d58603ab120e854047226:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d79bcb5147407cb5","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/d79bcb5147407cb5","status":"passed","time":{"start":1713976155907,"stop":1713976155908,"duration":1}}]},"5e60e3faa49722bb7f650de357ba86d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb9782bf0c047f55","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/bb9782bf0c047f55","status":"passed","time":{"start":1713982956492,"stop":1713982956492,"duration":0}}]},"8733a9e6f83b92be5bbb319f2ba52c34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c5fe20c8324759b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1c5fe20c8324759b","status":"passed","time":{"start":1714415596686,"stop":1714415596686,"duration":0}}]},"556853e3f00b0b91b8ffc3d30e7f48c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a21988b19a05a6e2","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/a21988b19a05a6e2","status":"passed","time":{"start":1714262212384,"stop":1714262212385,"duration":1}}]},"9db3bb42623ca0848bd1cf15612c523d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15027d2f24e18303","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/15027d2f24e18303","status":"passed","time":{"start":1714228985386,"stop":1714228985387,"duration":1}}]},"6f03a67f9f0bbf1490173979d1a89568:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e412427465a6779","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e412427465a6779","status":"passed","time":{"start":1714221497814,"stop":1714221497814,"duration":0}}]},"941dd2817cff6c16cbdf2ac297c3bc7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d24d4f4a997dda6","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/6d24d4f4a997dda6","status":"passed","time":{"start":1714046154772,"stop":1714046154773,"duration":1}}]},"c02337ec5b150e15bd1770ddf40598d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ffda1b964322e3ae","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ffda1b964322e3ae","status":"passed","time":{"start":1714404451752,"stop":1714404451752,"duration":0}}]},"edd2fd182a4d8f112f00f14434b48baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23523ce1397050d6","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/23523ce1397050d6","status":"passed","time":{"start":1713976155896,"stop":1713976155897,"duration":1}}]},"433c3115c176b3d064b98f8e0ebaf7da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84744b5121e82dd1","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/84744b5121e82dd1","status":"passed","time":{"start":1714140518322,"stop":1714140518322,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":84,"unknown":0,"total":86},"items":[{"uid":"812f81fa9e3ebbf8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/812f81fa9e3ebbf8","status":"passed","time":{"start":1714454507913,"stop":1714454507915,"duration":2}},{"uid":"3631f6f69e844435","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3631f6f69e844435","status":"passed","time":{"start":1714436048761,"stop":1714436048763,"duration":2}},{"uid":"c22e8bc41d290081","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c22e8bc41d290081","status":"passed","time":{"start":1714435155788,"stop":1714435155788,"duration":0}},{"uid":"4175a7a392d3cae9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4175a7a392d3cae9","status":"passed","time":{"start":1714433815802,"stop":1714433815802,"duration":0}},{"uid":"a1ff9e613f3b6ecc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a1ff9e613f3b6ecc","status":"passed","time":{"start":1714432025731,"stop":1714432025731,"duration":0}},{"uid":"b801f3c9a8e350b0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b801f3c9a8e350b0","status":"passed","time":{"start":1714432319360,"stop":1714432319361,"duration":1}},{"uid":"ce30a2b6e745470b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ce30a2b6e745470b","status":"passed","time":{"start":1714431035253,"stop":1714431035254,"duration":1}},{"uid":"62e3c3db43ad7911","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/62e3c3db43ad7911","status":"passed","time":{"start":1714430851129,"stop":1714430851130,"duration":1}},{"uid":"cbe8d2007c473ba4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cbe8d2007c473ba4","status":"passed","time":{"start":1714429998326,"stop":1714429998327,"duration":1}},{"uid":"d681c1b25feb9a31","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d681c1b25feb9a31","status":"passed","time":{"start":1714429123421,"stop":1714429123422,"duration":1}},{"uid":"23f74558e50262f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/23f74558e50262f","status":"passed","time":{"start":1714427908766,"stop":1714427908766,"duration":0}},{"uid":"d059f094a50daf1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d059f094a50daf1","status":"passed","time":{"start":1714427590264,"stop":1714427590264,"duration":0}},{"uid":"fdc994f902bc0c27","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fdc994f902bc0c27","status":"passed","time":{"start":1714426950367,"stop":1714426950367,"duration":0}},{"uid":"181387bff82062c9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/181387bff82062c9","status":"passed","time":{"start":1714425413041,"stop":1714425413041,"duration":0}},{"uid":"422eeb0f4e81dc79","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/422eeb0f4e81dc79","status":"passed","time":{"start":1714425435632,"stop":1714425435632,"duration":0}},{"uid":"6fbbbae5c91953d9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6fbbbae5c91953d9","status":"passed","time":{"start":1714415590179,"stop":1714415590180,"duration":1}},{"uid":"2a8b545df62744b8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2a8b545df62744b8","status":"passed","time":{"start":1714415739343,"stop":1714415739344,"duration":1}},{"uid":"1ad23167c88bfb66","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1ad23167c88bfb66","status":"passed","time":{"start":1714407950146,"stop":1714407950147,"duration":1}},{"uid":"643d52e5508e579c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/643d52e5508e579c","status":"passed","time":{"start":1714406978499,"stop":1714406978501,"duration":2}},{"uid":"ca03a97aff8278b0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ca03a97aff8278b0","status":"passed","time":{"start":1714404752167,"stop":1714404752168,"duration":1}}]},"235c2003ad1a24be33c0a61524c004f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b73d7c779c74128d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b73d7c779c74128d","status":"passed","time":{"start":1714415596687,"stop":1714415596687,"duration":0}}]},"0e20a0164e7623e3db65cda304e7ff89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ad7c1a6cad8e43c","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/2ad7c1a6cad8e43c","status":"passed","time":{"start":1714123305904,"stop":1714123305904,"duration":0}}]},"2be073f34a279db18d48153082c0f917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0ee0b4514a835af","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e0ee0b4514a835af","status":"passed","time":{"start":1714404137296,"stop":1714404137297,"duration":1}}]},"7f3f015b0edc71e016c28121265e59ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"806d2d597143092c","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/806d2d597143092c","status":"passed","time":{"start":1714177913643,"stop":1714177913644,"duration":1}}]},"88dee56a0af95a45ca0f6596e7868e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51881d2e7bf961fc","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/51881d2e7bf961fc","status":"passed","time":{"start":1714089697946,"stop":1714089697947,"duration":1}}]},"d771076ece6275f6b091eb1be0fc7de8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3c01d7301ed7abb6","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/3c01d7301ed7abb6","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908891,"stop":1713976908891,"duration":0}}]},"34f8ab7be3131b0e75ed1dd3eb6f48a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a0f9c4efa83611b4","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/a0f9c4efa83611b4","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714090523465,"stop":1714090523465,"duration":0}}]},"a405195615602dceaa11460d912b78dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c06eaba21f9d275","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/5c06eaba21f9d275","status":"passed","time":{"start":1714214828256,"stop":1714214828257,"duration":1}}]},"03a4d8b9052ac8970d921664270803fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d11ec785ec9201f6","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/d11ec785ec9201f6","status":"passed","time":{"start":1714033799782,"stop":1714033799782,"duration":0}}]},"2d72322fcb2d3c88ab20c44ec26e2a28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8a5dabbdac517e3","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/b8a5dabbdac517e3","status":"passed","time":{"start":1713976971629,"stop":1713976971630,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a6b9f837f97ccbdc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a6b9f837f97ccbdc","status":"passed","time":{"start":1714453959968,"stop":1714453959968,"duration":0}},{"uid":"10616979e45b84b6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/10616979e45b84b6","status":"passed","time":{"start":1714435518670,"stop":1714435518670,"duration":0}},{"uid":"7c209660fffad710","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7c209660fffad710","status":"passed","time":{"start":1714434587771,"stop":1714434587772,"duration":1}},{"uid":"8a5c7ca3cc198195","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8a5c7ca3cc198195","status":"passed","time":{"start":1714433282708,"stop":1714433282708,"duration":0}},{"uid":"a83ac8befcc5faf5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a83ac8befcc5faf5","status":"passed","time":{"start":1714431480317,"stop":1714431480318,"duration":1}},{"uid":"f12ed8ee488e96fc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f12ed8ee488e96fc","status":"passed","time":{"start":1714431744244,"stop":1714431744244,"duration":0}},{"uid":"e44adc4a5e2bb0ef","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e44adc4a5e2bb0ef","status":"passed","time":{"start":1714430467280,"stop":1714430467281,"duration":1}},{"uid":"3792a3827e7ca177","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3792a3827e7ca177","status":"passed","time":{"start":1714430258851,"stop":1714430258851,"duration":0}},{"uid":"83a6a67caf659698","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/83a6a67caf659698","status":"passed","time":{"start":1714429423229,"stop":1714429423229,"duration":0}},{"uid":"338380cf7f2d6bda","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/338380cf7f2d6bda","status":"passed","time":{"start":1714428564679,"stop":1714428564679,"duration":0}},{"uid":"b9d82c003f5d4357","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b9d82c003f5d4357","status":"passed","time":{"start":1714427342555,"stop":1714427342555,"duration":0}},{"uid":"8f93730e7a3a1427","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8f93730e7a3a1427","status":"passed","time":{"start":1714427043350,"stop":1714427043351,"duration":1}},{"uid":"558466f5e2e555d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/558466f5e2e555d","status":"passed","time":{"start":1714426392844,"stop":1714426392844,"duration":0}},{"uid":"a4f27ce253f87567","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a4f27ce253f87567","status":"passed","time":{"start":1714424494706,"stop":1714424494707,"duration":1}},{"uid":"f7865328612da6ce","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f7865328612da6ce","status":"passed","time":{"start":1714424885247,"stop":1714424885247,"duration":0}},{"uid":"a59395c9ce7d0b5a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a59395c9ce7d0b5a","status":"passed","time":{"start":1714415038012,"stop":1714415038013,"duration":1}},{"uid":"1c76e173603324f4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1c76e173603324f4","status":"passed","time":{"start":1714415190823,"stop":1714415190823,"duration":0}},{"uid":"e3f32573badab49e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e3f32573badab49e","status":"passed","time":{"start":1714407398339,"stop":1714407398339,"duration":0}},{"uid":"47ac85d03a25975e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/47ac85d03a25975e","status":"passed","time":{"start":1714406425617,"stop":1714406425618,"duration":1}},{"uid":"d56619c168c920d7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d56619c168c920d7","status":"passed","time":{"start":1714404215320,"stop":1714404215320,"duration":0}}]},"7bbca365fa022418ce4467126815d65b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ca0a2380b6a6672","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/2ca0a2380b6a6672","status":"passed","time":{"start":1714404247013,"stop":1714404247013,"duration":0}}]},"3a77c424c10af75fdd6bd2e1de08fbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fa0e7983ad79736","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/6fa0e7983ad79736","status":"passed","time":{"start":1714040336333,"stop":1714040336334,"duration":1}}]},"cdebca8b9697ae64843efda91b9412be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8787fbdbaa2a9067","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8787fbdbaa2a9067","status":"passed","time":{"start":1714382918288,"stop":1714382918288,"duration":0}}]},"8301c9e37818443193c7d619b3c416c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48bb7564ff23190c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/48bb7564ff23190c","status":"passed","time":{"start":1714380535710,"stop":1714380535711,"duration":1}}]},"33280a352f00443cf069d64301615730:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e797c9bbcdf52a8a","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e797c9bbcdf52a8a","status":"passed","time":{"start":1714384689790,"stop":1714384689790,"duration":0}}]},"31b97c54f54f5640f62aa0b810b5313d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d9cfc971b46e558","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/3d9cfc971b46e558","status":"passed","time":{"start":1714383172381,"stop":1714383172381,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a10685214d07a916","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a10685214d07a916","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"duration":0}},{"uid":"1650235b01d8240a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1650235b01d8240a","status":"passed","time":{"start":1714435491292,"stop":1714435491293,"duration":1}},{"uid":"3616d72f80d24b6e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3616d72f80d24b6e","status":"passed","time":{"start":1714434560399,"stop":1714434560399,"duration":0}},{"uid":"61fdf0ede57808fc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/61fdf0ede57808fc","status":"passed","time":{"start":1714433255379,"stop":1714433255380,"duration":1}},{"uid":"db7bdb42cfcc122a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/db7bdb42cfcc122a","status":"passed","time":{"start":1714431453275,"stop":1714431453275,"duration":0}},{"uid":"3703a9888f1309eb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3703a9888f1309eb","status":"passed","time":{"start":1714431716854,"stop":1714431716854,"duration":0}},{"uid":"119d1f59d8be251e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/119d1f59d8be251e","status":"passed","time":{"start":1714430439316,"stop":1714430439316,"duration":0}},{"uid":"1d1a39ea494bc66c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1d1a39ea494bc66c","status":"passed","time":{"start":1714430231611,"stop":1714430231611,"duration":0}},{"uid":"bc5d76902d5a959a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bc5d76902d5a959a","status":"passed","time":{"start":1714429393356,"stop":1714429393356,"duration":0}},{"uid":"b90826a2757a6751","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b90826a2757a6751","status":"passed","time":{"start":1714428537106,"stop":1714428537107,"duration":1}},{"uid":"7e2e85ec11430278","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7e2e85ec11430278","status":"passed","time":{"start":1714427314627,"stop":1714427314627,"duration":0}},{"uid":"f905a205efa2f190","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f905a205efa2f190","status":"passed","time":{"start":1714427015823,"stop":1714427015823,"duration":0}},{"uid":"b957f7f06ef6da3e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b957f7f06ef6da3e","status":"passed","time":{"start":1714426364741,"stop":1714426364741,"duration":0}},{"uid":"2b60338f855e9d8d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2b60338f855e9d8d","status":"passed","time":{"start":1714424467269,"stop":1714424467269,"duration":0}},{"uid":"521964efec0b287a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/521964efec0b287a","status":"passed","time":{"start":1714424857620,"stop":1714424857621,"duration":1}},{"uid":"4710e8575f4d5b9e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4710e8575f4d5b9e","status":"passed","time":{"start":1714415010228,"stop":1714415010228,"duration":0}},{"uid":"518407e7cae875b8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/518407e7cae875b8","status":"passed","time":{"start":1714415163527,"stop":1714415163527,"duration":0}},{"uid":"912c790f653139fd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/912c790f653139fd","status":"passed","time":{"start":1714407370714,"stop":1714407370714,"duration":0}},{"uid":"28a17fc3efd9b09f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/28a17fc3efd9b09f","status":"passed","time":{"start":1714406397861,"stop":1714406397861,"duration":0}},{"uid":"28a1e070f1b131a5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/28a1e070f1b131a5","status":"passed","time":{"start":1714404187713,"stop":1714404187713,"duration":0}}]},"e5bf8edd0c98e330cde6b6efbf3a4690:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2d27815002d1a8a4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d27815002d1a8a4","status":"passed","time":{"start":1714453925068,"stop":1714453925068,"duration":0}},{"uid":"71830e17d9b88c1f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/71830e17d9b88c1f","status":"passed","time":{"start":1714435482977,"stop":1714435482977,"duration":0}},{"uid":"d83b7d86cd0e5860","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d83b7d86cd0e5860","status":"passed","time":{"start":1714434552013,"stop":1714434552013,"duration":0}},{"uid":"bc76cd793732986c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bc76cd793732986c","status":"passed","time":{"start":1714433247037,"stop":1714433247037,"duration":0}},{"uid":"69ba6abb464a44f8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/69ba6abb464a44f8","status":"passed","time":{"start":1714431444760,"stop":1714431444761,"duration":1}},{"uid":"7a95709b8187decd","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7a95709b8187decd","status":"passed","time":{"start":1714431708300,"stop":1714431708300,"duration":0}},{"uid":"467f9e80ad79ab03","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/467f9e80ad79ab03","status":"passed","time":{"start":1714430430732,"stop":1714430430732,"duration":0}},{"uid":"a5aae0dd203ff201","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a5aae0dd203ff201","status":"passed","time":{"start":1714430223189,"stop":1714430223189,"duration":0}},{"uid":"1756b8ca20afe938","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1756b8ca20afe938","status":"passed","time":{"start":1714429383889,"stop":1714429383889,"duration":0}},{"uid":"a90dcb37dc68d2bd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a90dcb37dc68d2bd","status":"passed","time":{"start":1714428528642,"stop":1714428528643,"duration":1}},{"uid":"8072b93a08eb1a41","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8072b93a08eb1a41","status":"passed","time":{"start":1714427305993,"stop":1714427305993,"duration":0}},{"uid":"9f2793be3b1359e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9f2793be3b1359e","status":"passed","time":{"start":1714427007387,"stop":1714427007387,"duration":0}},{"uid":"78208a3b06ed69c6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/78208a3b06ed69c6","status":"passed","time":{"start":1714426355979,"stop":1714426355979,"duration":0}},{"uid":"febc2497a41e1ad9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/febc2497a41e1ad9","status":"passed","time":{"start":1714424458793,"stop":1714424458793,"duration":0}},{"uid":"de0d316412e97cfd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/de0d316412e97cfd","status":"passed","time":{"start":1714424849019,"stop":1714424849019,"duration":0}},{"uid":"39682117552a2f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/39682117552a2f1","status":"passed","time":{"start":1714415001457,"stop":1714415001457,"duration":0}},{"uid":"6eeb439f72f167aa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6eeb439f72f167aa","status":"passed","time":{"start":1714415154932,"stop":1714415154932,"duration":0}},{"uid":"ee31872f3ef85f83","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ee31872f3ef85f83","status":"passed","time":{"start":1714407362056,"stop":1714407362056,"duration":0}},{"uid":"1f7af5e0e9a2cf05","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1f7af5e0e9a2cf05","status":"passed","time":{"start":1714406389349,"stop":1714406389349,"duration":0}},{"uid":"58016f0c676fbcc0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/58016f0c676fbcc0","status":"passed","time":{"start":1714404179187,"stop":1714404179188,"duration":1}}]},"19c2670cd89283fcbf40d88d085a823b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f42d7bf12021354a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f42d7bf12021354a","status":"passed","time":{"start":1714407938520,"stop":1714407938520,"duration":0}}]},"00d96174f9fbedde244a6b8143f3a14f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"493d1dabdecef27a","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/493d1dabdecef27a","status":"passed","time":{"start":1714130521410,"stop":1714130521411,"duration":1}}]},"2603d5222bdbf28c29d9419a2e6aa523:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"713b18d8802b6418","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/713b18d8802b6418","status":"passed","time":{"start":1714383356206,"stop":1714383356206,"duration":0}}]},"e60cbbabe73775cd133afc75fd05ba8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d49b0cca89cbbdeb","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/d49b0cca89cbbdeb","status":"passed","time":{"start":1713988983906,"stop":1713988983906,"duration":0}}]},"f88fe451d2eac11026ffb9905366774e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4d48d760e02e6c","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/d4d48d760e02e6c","status":"passed","time":{"start":1713889154719,"stop":1713889154720,"duration":1}}]},"a52989844d5c50b5b048ac99d94053f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a56930e64be6a9e5","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/a56930e64be6a9e5","status":"passed","time":{"start":1713889475156,"stop":1713889475157,"duration":1}}]},"2bc9cab15b969f1ca74a07182ba34234:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23afbb77eb12844d","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/23afbb77eb12844d","status":"passed","time":{"start":1714045905450,"stop":1714045905450,"duration":0}}]},"85ade0a9b02f6b70589029235b67308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"255661d02714dc46","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/255661d02714dc46","status":"passed","time":{"start":1714046128547,"stop":1714046128547,"duration":0}}]},"633f34159d6dd1ddf840987bc0857560:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de997253ec4379d5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/de997253ec4379d5","status":"passed","time":{"start":1714429967913,"stop":1714429967913,"duration":0}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2129a5256a01352f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2129a5256a01352f","status":"passed","time":{"start":1714453938219,"stop":1714453938220,"duration":1}},{"uid":"1526269fde2aa9d5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1526269fde2aa9d5","status":"passed","time":{"start":1714435496168,"stop":1714435496168,"duration":0}},{"uid":"c30a371dddffd5b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c30a371dddffd5b","status":"passed","time":{"start":1714434565241,"stop":1714434565241,"duration":0}},{"uid":"da3b1d50f9bc78f5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/da3b1d50f9bc78f5","status":"passed","time":{"start":1714433260210,"stop":1714433260210,"duration":0}},{"uid":"76fea940ff926a9a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/76fea940ff926a9a","status":"passed","time":{"start":1714431458122,"stop":1714431458122,"duration":0}},{"uid":"f8fb3b4840c98b30","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f8fb3b4840c98b30","status":"passed","time":{"start":1714431721825,"stop":1714431721825,"duration":0}},{"uid":"11d593b06931d65d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/11d593b06931d65d","status":"passed","time":{"start":1714430444362,"stop":1714430444362,"duration":0}},{"uid":"917c39ea24fa363f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/917c39ea24fa363f","status":"passed","time":{"start":1714430236443,"stop":1714430236444,"duration":1}},{"uid":"f0b8fa79f5e69cab","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f0b8fa79f5e69cab","status":"passed","time":{"start":1714429398777,"stop":1714429398777,"duration":0}},{"uid":"9c6605b8734af2d5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9c6605b8734af2d5","status":"passed","time":{"start":1714428542066,"stop":1714428542066,"duration":0}},{"uid":"973454c2c64c82e2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/973454c2c64c82e2","status":"passed","time":{"start":1714427319660,"stop":1714427319660,"duration":0}},{"uid":"7b649a7651e02961","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7b649a7651e02961","status":"passed","time":{"start":1714427020639,"stop":1714427020639,"duration":0}},{"uid":"d5edbece560ba9e3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d5edbece560ba9e3","status":"passed","time":{"start":1714426369789,"stop":1714426369789,"duration":0}},{"uid":"dada34478e0ed782","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/dada34478e0ed782","status":"passed","time":{"start":1714424472146,"stop":1714424472146,"duration":0}},{"uid":"befb1cc152a95e47","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/befb1cc152a95e47","status":"passed","time":{"start":1714424862500,"stop":1714424862501,"duration":1}},{"uid":"8c36b6308fe821ae","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8c36b6308fe821ae","status":"passed","time":{"start":1714415015289,"stop":1714415015289,"duration":0}},{"uid":"ae07928b0f494d04","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ae07928b0f494d04","status":"passed","time":{"start":1714415168413,"stop":1714415168414,"duration":1}},{"uid":"860b0fec6e007659","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/860b0fec6e007659","status":"passed","time":{"start":1714407375569,"stop":1714407375569,"duration":0}},{"uid":"922f5b3400a53bcd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/922f5b3400a53bcd","status":"passed","time":{"start":1714406402867,"stop":1714406402867,"duration":0}},{"uid":"7ec2d32c98067cce","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7ec2d32c98067cce","status":"passed","time":{"start":1714404192630,"stop":1714404192630,"duration":0}}]},"d94d7d4ba083210df71c3cb34d26a1c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"595e58ba2d0b29fe","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/595e58ba2d0b29fe","status":"passed","time":{"start":1714430988312,"stop":1714430988312,"duration":0}}]},"3ae079aa2f2d0cf9cd47655b7ab34e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ce336570703003f","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/9ce336570703003f","status":"passed","time":{"start":1714139794953,"stop":1714139794954,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a84df6108fc7175c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a84df6108fc7175c","status":"passed","time":{"start":1714454431990,"stop":1714454431991,"duration":1}},{"uid":"73f5ee01f6cf9110","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/73f5ee01f6cf9110","status":"passed","time":{"start":1714435990619,"stop":1714435990619,"duration":0}},{"uid":"c857d8e81459c436","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c857d8e81459c436","status":"passed","time":{"start":1714435062607,"stop":1714435062608,"duration":1}},{"uid":"9c12aa796c5b6c52","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9c12aa796c5b6c52","status":"passed","time":{"start":1714433747829,"stop":1714433747829,"duration":0}},{"uid":"3ed69c71e5b6825b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3ed69c71e5b6825b","status":"passed","time":{"start":1714431959172,"stop":1714431959172,"duration":0}},{"uid":"52b2864612c85fe0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/52b2864612c85fe0","status":"passed","time":{"start":1714432238338,"stop":1714432238339,"duration":1}},{"uid":"eaac8b540f1daa72","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eaac8b540f1daa72","status":"passed","time":{"start":1714430946038,"stop":1714430946038,"duration":0}},{"uid":"e39713b0c347fcae","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e39713b0c347fcae","status":"passed","time":{"start":1714430757770,"stop":1714430757770,"duration":0}},{"uid":"ffa0974d10794daf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ffa0974d10794daf","status":"passed","time":{"start":1714429917768,"stop":1714429917769,"duration":1}},{"uid":"ed31bc22fe1119d8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ed31bc22fe1119d8","status":"passed","time":{"start":1714429038414,"stop":1714429038414,"duration":0}},{"uid":"3b1305ebf70af61","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3b1305ebf70af61","status":"passed","time":{"start":1714427794298,"stop":1714427794299,"duration":1}},{"uid":"f96ec60ee3aba11c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f96ec60ee3aba11c","status":"passed","time":{"start":1714427517449,"stop":1714427517450,"duration":1}},{"uid":"9e9ec0503394425b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9e9ec0503394425b","status":"passed","time":{"start":1714426868568,"stop":1714426868569,"duration":1}},{"uid":"b0836e6502fdbf61","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b0836e6502fdbf61","status":"passed","time":{"start":1714425554999,"stop":1714425554999,"duration":0}},{"uid":"92bbf7e9f1ea27c8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/92bbf7e9f1ea27c8","status":"passed","time":{"start":1714425349850,"stop":1714425349851,"duration":1}},{"uid":"95123db423fce28e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/95123db423fce28e","status":"passed","time":{"start":1714415539972,"stop":1714415539973,"duration":1}},{"uid":"7d0dfad3fd0e7226","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7d0dfad3fd0e7226","status":"passed","time":{"start":1714415671312,"stop":1714415671312,"duration":0}},{"uid":"db30345e509895af","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/db30345e509895af","status":"passed","time":{"start":1714407878076,"stop":1714407878077,"duration":1}},{"uid":"72c2196df4791356","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/72c2196df4791356","status":"passed","time":{"start":1714406907369,"stop":1714406907369,"duration":0}},{"uid":"c8402195b736b1b3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c8402195b736b1b3","status":"passed","time":{"start":1714404685454,"stop":1714404685454,"duration":0}}]},"e6a8e816aca648a3c1d12df2cb5cf1aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"437963c7c61c272f","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/437963c7c61c272f","status":"passed","time":{"start":1714129484983,"stop":1714129484983,"duration":0}}]},"da952e96da9b8daf797b53046a0b4123:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"495b885467bab251","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/495b885467bab251","status":"passed","time":{"start":1714431966437,"stop":1714431966439,"duration":2}}]},"d4b0dd05d15fa4fdd336bae87235f776:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a116a712232152b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9a116a712232152b","status":"passed","time":{"start":1714383536786,"stop":1714383536787,"duration":1}}]},"ac94295484b7d309ed31ea9e2fb60369:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2eca4aafa1ef9f4c","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2eca4aafa1ef9f4c","status":"passed","time":{"start":1714144815002,"stop":1714144815002,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"22c2e457700ce5f7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22c2e457700ce5f7","status":"passed","time":{"start":1714453932704,"stop":1714453932704,"duration":0}},{"uid":"c17113769cdb9fed","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c17113769cdb9fed","status":"passed","time":{"start":1714435490582,"stop":1714435490583,"duration":1}},{"uid":"2affabf46d4a19a5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2affabf46d4a19a5","status":"passed","time":{"start":1714434559557,"stop":1714434559558,"duration":1}},{"uid":"60e2c60697758871","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/60e2c60697758871","status":"passed","time":{"start":1714433254655,"stop":1714433254655,"duration":0}},{"uid":"525a22d705f1c87e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/525a22d705f1c87e","status":"passed","time":{"start":1714431452646,"stop":1714431452646,"duration":0}},{"uid":"90a15ae897843d2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/90a15ae897843d2","status":"passed","time":{"start":1714431716072,"stop":1714431716073,"duration":1}},{"uid":"7f986de859b65838","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7f986de859b65838","status":"passed","time":{"start":1714430438496,"stop":1714430438497,"duration":1}},{"uid":"15c88beceb514a0d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/15c88beceb514a0d","status":"passed","time":{"start":1714430230957,"stop":1714430230957,"duration":0}},{"uid":"6d26c2edb8fe26a1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6d26c2edb8fe26a1","status":"passed","time":{"start":1714429392676,"stop":1714429392677,"duration":1}},{"uid":"2789b4f0c837f471","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2789b4f0c837f471","status":"passed","time":{"start":1714428536299,"stop":1714428536299,"duration":0}},{"uid":"266e21f8b2bb2bc2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/266e21f8b2bb2bc2","status":"passed","time":{"start":1714427313735,"stop":1714427313736,"duration":1}},{"uid":"81206d3a7982a6c0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/81206d3a7982a6c0","status":"passed","time":{"start":1714427015236,"stop":1714427015237,"duration":1}},{"uid":"41d5010732a2119c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/41d5010732a2119c","status":"passed","time":{"start":1714426364075,"stop":1714426364075,"duration":0}},{"uid":"5709fd305268da47","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5709fd305268da47","status":"passed","time":{"start":1714424466605,"stop":1714424466605,"duration":0}},{"uid":"1dff6900ec387aa","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1dff6900ec387aa","status":"passed","time":{"start":1714424856922,"stop":1714424856922,"duration":0}},{"uid":"b20e4a40aa3ab31f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b20e4a40aa3ab31f","status":"passed","time":{"start":1714415009487,"stop":1714415009487,"duration":0}},{"uid":"59463f4004ae84df","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/59463f4004ae84df","status":"passed","time":{"start":1714415162802,"stop":1714415162803,"duration":1}},{"uid":"60b8d6b2bc9c6146","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/60b8d6b2bc9c6146","status":"passed","time":{"start":1714407369924,"stop":1714407369925,"duration":1}},{"uid":"80bd3bbd43c0bc6f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/80bd3bbd43c0bc6f","status":"passed","time":{"start":1714406397059,"stop":1714406397060,"duration":1}},{"uid":"dd5e21ed0130958","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dd5e21ed0130958","status":"passed","time":{"start":1714404187025,"stop":1714404187026,"duration":1}}]},"7a338f08bb5a21e114b341ff2a40569e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bee4964c2c397629","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bee4964c2c397629","status":"passed","time":{"start":1714427584820,"stop":1714427584820,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"57df6038c586e17e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/57df6038c586e17e","status":"passed","time":{"start":1714454227467,"stop":1714454227468,"duration":1}},{"uid":"8ec083dc968557a9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8ec083dc968557a9","status":"passed","time":{"start":1714435777398,"stop":1714435777399,"duration":1}},{"uid":"c6ee79aad6a0bd2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c6ee79aad6a0bd2","status":"passed","time":{"start":1714434844497,"stop":1714434844497,"duration":0}},{"uid":"d263d80516e99b1b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d263d80516e99b1b","status":"passed","time":{"start":1714433535968,"stop":1714433535968,"duration":0}},{"uid":"d390c3f00d6b2d2d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d390c3f00d6b2d2d","status":"passed","time":{"start":1714431743517,"stop":1714431743517,"duration":0}},{"uid":"7e2b4803ab07bece","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7e2b4803ab07bece","status":"passed","time":{"start":1714432002433,"stop":1714432002433,"duration":0}},{"uid":"88834b7ac8cc0dcc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/88834b7ac8cc0dcc","status":"passed","time":{"start":1714430732676,"stop":1714430732677,"duration":1}},{"uid":"2de701ee62d553a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2de701ee62d553a","status":"passed","time":{"start":1714430508156,"stop":1714430508157,"duration":1}},{"uid":"fbfccacc922fbe65","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fbfccacc922fbe65","status":"passed","time":{"start":1714429693099,"stop":1714429693101,"duration":2}},{"uid":"fbabf5327e9a390c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fbabf5327e9a390c","status":"passed","time":{"start":1714428818253,"stop":1714428818254,"duration":1}},{"uid":"1e1ec7c4f5278192","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1e1ec7c4f5278192","status":"passed","time":{"start":1714427601294,"stop":1714427601294,"duration":0}},{"uid":"835bdcd96a36cacf","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/835bdcd96a36cacf","status":"passed","time":{"start":1714427308820,"stop":1714427308820,"duration":0}},{"uid":"871ccf756108b903","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/871ccf756108b903","status":"passed","time":{"start":1714426655766,"stop":1714426655767,"duration":1}},{"uid":"f558459e055cadb4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f558459e055cadb4","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420732,"stop":1714425420733,"duration":1}},{"uid":"a92b5530a56056bb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a92b5530a56056bb","status":"passed","time":{"start":1714425137451,"stop":1714425137452,"duration":1}},{"uid":"2b5cd6345f1bab67","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2b5cd6345f1bab67","status":"passed","time":{"start":1714415306374,"stop":1714415306374,"duration":0}},{"uid":"cb05dc2af97c3ea0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cb05dc2af97c3ea0","status":"passed","time":{"start":1714415441028,"stop":1714415441028,"duration":0}},{"uid":"58dbe399bb4809db","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/58dbe399bb4809db","status":"passed","time":{"start":1714407661410,"stop":1714407661411,"duration":1}},{"uid":"38f97a9a9e22c18c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/38f97a9a9e22c18c","status":"passed","time":{"start":1714406688865,"stop":1714406688865,"duration":0}},{"uid":"fdfa44f20c56b565","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fdfa44f20c56b565","status":"passed","time":{"start":1714404480621,"stop":1714404480622,"duration":1}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":85,"unknown":0,"total":88},"items":[{"uid":"58686c45e2f3094d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/58686c45e2f3094d","status":"passed","time":{"start":1714454227463,"stop":1714454227463,"duration":0}},{"uid":"1ad1a85fe9f39937","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1ad1a85fe9f39937","status":"passed","time":{"start":1714435777391,"stop":1714435777391,"duration":0}},{"uid":"774198076175248d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/774198076175248d","status":"passed","time":{"start":1714434844491,"stop":1714434844492,"duration":1}},{"uid":"46e9828aad3ddd9c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/46e9828aad3ddd9c","status":"passed","time":{"start":1714433535961,"stop":1714433535962,"duration":1}},{"uid":"4168226eda5a041e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4168226eda5a041e","status":"passed","time":{"start":1714431743512,"stop":1714431743512,"duration":0}},{"uid":"5dcfeecc12970bb7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5dcfeecc12970bb7","status":"passed","time":{"start":1714432002425,"stop":1714432002425,"duration":0}},{"uid":"64f0191cbf77d261","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/64f0191cbf77d261","status":"passed","time":{"start":1714430732671,"stop":1714430732671,"duration":0}},{"uid":"90fcfbc9e6291477","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/90fcfbc9e6291477","status":"passed","time":{"start":1714430508152,"stop":1714430508153,"duration":1}},{"uid":"1db6cd3a04075caf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1db6cd3a04075caf","status":"passed","time":{"start":1714429693091,"stop":1714429693092,"duration":1}},{"uid":"1ffbbbbf0b9d8e23","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1ffbbbbf0b9d8e23","status":"passed","time":{"start":1714428818243,"stop":1714428818246,"duration":3}},{"uid":"891ddf9330a3c878","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/891ddf9330a3c878","status":"passed","time":{"start":1714427601260,"stop":1714427601260,"duration":0}},{"uid":"ffc7b285e5545fe6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ffc7b285e5545fe6","status":"passed","time":{"start":1714427308815,"stop":1714427308816,"duration":1}},{"uid":"f307e8f5dc082471","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f307e8f5dc082471","status":"passed","time":{"start":1714426655754,"stop":1714426655756,"duration":2}},{"uid":"8dd3543d7947e049","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8dd3543d7947e049","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420717,"stop":1714425420718,"duration":1}},{"uid":"ad03cee0840f05ab","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ad03cee0840f05ab","status":"passed","time":{"start":1714425137442,"stop":1714425137442,"duration":0}},{"uid":"18b6fbec7d77e830","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/18b6fbec7d77e830","status":"passed","time":{"start":1714415306370,"stop":1714415306371,"duration":1}},{"uid":"46decb6e1488b691","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/46decb6e1488b691","status":"passed","time":{"start":1714415441024,"stop":1714415441024,"duration":0}},{"uid":"41e03433c8b76795","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/41e03433c8b76795","status":"passed","time":{"start":1714407661400,"stop":1714407661401,"duration":1}},{"uid":"691610a993dd656d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/691610a993dd656d","status":"passed","time":{"start":1714406688861,"stop":1714406688862,"duration":1}},{"uid":"e4cfe8df4e91b865","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e4cfe8df4e91b865","status":"passed","time":{"start":1714404480611,"stop":1714404480612,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"b56a06462fa380ed","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b56a06462fa380ed","status":"passed","time":{"start":1714454432000,"stop":1714454432000,"duration":0}},{"uid":"b28d2051d3045057","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b28d2051d3045057","status":"passed","time":{"start":1714435990631,"stop":1714435990632,"duration":1}},{"uid":"6d0c7537c76eb93a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6d0c7537c76eb93a","status":"passed","time":{"start":1714435062628,"stop":1714435062628,"duration":0}},{"uid":"3ee78937055766bf","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3ee78937055766bf","status":"passed","time":{"start":1714433747887,"stop":1714433747904,"duration":17}},{"uid":"860de73f89ffc799","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/860de73f89ffc799","status":"passed","time":{"start":1714431959194,"stop":1714431959195,"duration":1}},{"uid":"ea653fee7c157773","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ea653fee7c157773","status":"passed","time":{"start":1714432238355,"stop":1714432238355,"duration":0}},{"uid":"3d9c272cf999c327","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3d9c272cf999c327","status":"passed","time":{"start":1714430946068,"stop":1714430946069,"duration":1}},{"uid":"146f92e5325072a1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/146f92e5325072a1","status":"passed","time":{"start":1714430757781,"stop":1714430757781,"duration":0}},{"uid":"6d14e11cf2e76dae","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6d14e11cf2e76dae","status":"passed","time":{"start":1714429917795,"stop":1714429917796,"duration":1}},{"uid":"661a349753c3a9f6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/661a349753c3a9f6","status":"passed","time":{"start":1714429038423,"stop":1714429038423,"duration":0}},{"uid":"d7e5ee1478bf9eee","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d7e5ee1478bf9eee","status":"passed","time":{"start":1714427794312,"stop":1714427794313,"duration":1}},{"uid":"252ad13bf288303f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/252ad13bf288303f","status":"passed","time":{"start":1714427517463,"stop":1714427517463,"duration":0}},{"uid":"4a309ced54511826","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4a309ced54511826","status":"passed","time":{"start":1714426868610,"stop":1714426868610,"duration":0}},{"uid":"1577557c772e920f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1577557c772e920f","status":"passed","time":{"start":1714425555009,"stop":1714425555009,"duration":0}},{"uid":"c25aa904cee0947d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c25aa904cee0947d","status":"passed","time":{"start":1714425349920,"stop":1714425349920,"duration":0}},{"uid":"a1c3ec9a9f3651bb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a1c3ec9a9f3651bb","status":"passed","time":{"start":1714415539983,"stop":1714415539984,"duration":1}},{"uid":"23c6e1d63dfa0e6c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23c6e1d63dfa0e6c","status":"passed","time":{"start":1714415671323,"stop":1714415671323,"duration":0}},{"uid":"700ba64a4622e0ab","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/700ba64a4622e0ab","status":"passed","time":{"start":1714407878092,"stop":1714407878092,"duration":0}},{"uid":"2fa146c444465e15","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2fa146c444465e15","status":"passed","time":{"start":1714406907410,"stop":1714406907410,"duration":0}},{"uid":"32791f456ffa899","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/32791f456ffa899","status":"passed","time":{"start":1714404685463,"stop":1714404685463,"duration":0}}]},"61258855fde06048b020cddf893c5ab4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"22ab9faaff7c253a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22ab9faaff7c253a","status":"passed","time":{"start":1714453925070,"stop":1714453925070,"duration":0}},{"uid":"c0b88bba8ef3f3e8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c0b88bba8ef3f3e8","status":"passed","time":{"start":1714435482979,"stop":1714435482979,"duration":0}},{"uid":"a4cd6a0f0f8c88ad","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a4cd6a0f0f8c88ad","status":"passed","time":{"start":1714434552015,"stop":1714434552015,"duration":0}},{"uid":"f557530c8a63f7ad","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f557530c8a63f7ad","status":"passed","time":{"start":1714433247039,"stop":1714433247039,"duration":0}},{"uid":"e67cc7d16eba90e4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e67cc7d16eba90e4","status":"passed","time":{"start":1714431444763,"stop":1714431444763,"duration":0}},{"uid":"8ba54873de6e95e0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8ba54873de6e95e0","status":"passed","time":{"start":1714431708302,"stop":1714431708302,"duration":0}},{"uid":"2cdd49155a3d35db","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2cdd49155a3d35db","status":"passed","time":{"start":1714430430734,"stop":1714430430734,"duration":0}},{"uid":"ddf5202a615856cc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ddf5202a615856cc","status":"passed","time":{"start":1714430223191,"stop":1714430223191,"duration":0}},{"uid":"175a837271efeec9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/175a837271efeec9","status":"passed","time":{"start":1714429383891,"stop":1714429383891,"duration":0}},{"uid":"244e5f2924048ff1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/244e5f2924048ff1","status":"passed","time":{"start":1714428528645,"stop":1714428528645,"duration":0}},{"uid":"33186345197fe4a7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/33186345197fe4a7","status":"passed","time":{"start":1714427305995,"stop":1714427305995,"duration":0}},{"uid":"150bff07a0eb5b84","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/150bff07a0eb5b84","status":"passed","time":{"start":1714427007389,"stop":1714427007389,"duration":0}},{"uid":"820d82ee36b24ebd","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/820d82ee36b24ebd","status":"passed","time":{"start":1714426355981,"stop":1714426355982,"duration":1}},{"uid":"cdf18d67e7e84cc3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cdf18d67e7e84cc3","status":"passed","time":{"start":1714424458796,"stop":1714424458796,"duration":0}},{"uid":"516fda60ab107f95","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/516fda60ab107f95","status":"passed","time":{"start":1714424849023,"stop":1714424849023,"duration":0}},{"uid":"fbc98f2b0d8aecdf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fbc98f2b0d8aecdf","status":"passed","time":{"start":1714415001459,"stop":1714415001459,"duration":0}},{"uid":"3d443983b47af5a9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3d443983b47af5a9","status":"passed","time":{"start":1714415154935,"stop":1714415154935,"duration":0}},{"uid":"3fe16c2527fa5be8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3fe16c2527fa5be8","status":"passed","time":{"start":1714407362058,"stop":1714407362058,"duration":0}},{"uid":"7c2570097ae15870","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7c2570097ae15870","status":"passed","time":{"start":1714406389351,"stop":1714406389351,"duration":0}},{"uid":"569460f2d32c9d21","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/569460f2d32c9d21","status":"passed","time":{"start":1714404179190,"stop":1714404179190,"duration":0}}]},"6eaf31692f57f9fb688aefc92c1bf18b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26ace8c2d2718940","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/26ace8c2d2718940","status":"passed","time":{"start":1714168818006,"stop":1714168818007,"duration":1}}]},"6fbe001f318015db29559efa64bcd8a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4acb5a09834aaabe","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/4acb5a09834aaabe","status":"passed","time":{"start":1714154306846,"stop":1714154306847,"duration":1}}]},"87ca023dd5f5e9f77e3021c503729ef4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f3dba7d4855c57e","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/2f3dba7d4855c57e","status":"passed","time":{"start":1714089559688,"stop":1714089559688,"duration":0}}]},"6b8588ecf2b5b37835fc6026b56ddb27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4027860b694da009","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/4027860b694da009","status":"passed","time":{"start":1714297212224,"stop":1714297212224,"duration":0}}]},"41b7bbcacd2cf7a66ceee1a926e740b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f2269bc178c955f","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/1f2269bc178c955f","status":"passed","time":{"start":1714003518582,"stop":1714003518582,"duration":0}}]},"b6d309ee3a72594c4d3821fd96c400d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b09bb6c18df20a6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7b09bb6c18df20a6","status":"passed","time":{"start":1714415715317,"stop":1714415715318,"duration":1}}]},"69b7fc3f8fb4bc01eaecd218ee45d44f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18bade848ffdad07","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/18bade848ffdad07","status":"passed","time":{"start":1714406978498,"stop":1714406978499,"duration":1}}]},"59e187591d8bd456df1e6b54d9343382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"238c7c6c26aaac69","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/238c7c6c26aaac69","status":"passed","time":{"start":1714384783938,"stop":1714384783938,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"b440b652388dbb15","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b440b652388dbb15","status":"passed","time":{"start":1714454365885,"stop":1714454365886,"duration":1}},{"uid":"fec974f187c4fab8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fec974f187c4fab8","status":"passed","time":{"start":1714435932827,"stop":1714435932827,"duration":0}},{"uid":"9abd214329d8990a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9abd214329d8990a","status":"passed","time":{"start":1714435006850,"stop":1714435006850,"duration":0}},{"uid":"dfd596d24b1eefa9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dfd596d24b1eefa9","status":"passed","time":{"start":1714433693927,"stop":1714433693927,"duration":0}},{"uid":"14ea991208738094","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/14ea991208738094","status":"passed","time":{"start":1714431888558,"stop":1714431888558,"duration":0}},{"uid":"fcbbd1a9a61a2853","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fcbbd1a9a61a2853","status":"passed","time":{"start":1714432201981,"stop":1714432201981,"duration":0}},{"uid":"bb1e69fc3f263933","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bb1e69fc3f263933","status":"passed","time":{"start":1714430892458,"stop":1714430892459,"duration":1}},{"uid":"ad57cad8d38e030a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ad57cad8d38e030a","status":"passed","time":{"start":1714430720936,"stop":1714430720936,"duration":0}},{"uid":"73f93da8f6b116fd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/73f93da8f6b116fd","status":"passed","time":{"start":1714429855261,"stop":1714429855262,"duration":1}},{"uid":"12a59bc6ec75b88c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/12a59bc6ec75b88c","status":"passed","time":{"start":1714428989448,"stop":1714428989448,"duration":0}},{"uid":"eef3b7bea83b7aa6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eef3b7bea83b7aa6","status":"passed","time":{"start":1714427767180,"stop":1714427767181,"duration":1}},{"uid":"74d4b46e5751c51f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/74d4b46e5751c51f","status":"passed","time":{"start":1714427460525,"stop":1714427460525,"duration":0}},{"uid":"2e46092755027361","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2e46092755027361","status":"passed","time":{"start":1714426812810,"stop":1714426812810,"duration":0}},{"uid":"ffe831dd50e9a692","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ffe831dd50e9a692","status":"passed","time":{"start":1714425528586,"stop":1714425528587,"duration":1}},{"uid":"6d24632a1363cb2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6d24632a1363cb2","status":"passed","time":{"start":1714425301122,"stop":1714425301124,"duration":2}},{"uid":"6c10a46c6cd3accf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6c10a46c6cd3accf","status":"passed","time":{"start":1714415473267,"stop":1714415473268,"duration":1}},{"uid":"46d2f35461e60878","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/46d2f35461e60878","status":"passed","time":{"start":1714415615363,"stop":1714415615363,"duration":0}},{"uid":"d25f26e5cd0a104a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d25f26e5cd0a104a","status":"passed","time":{"start":1714407816873,"stop":1714407816873,"duration":0}},{"uid":"5b5e5bcde54ee6e5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5b5e5bcde54ee6e5","status":"passed","time":{"start":1714406861593,"stop":1714406861593,"duration":0}},{"uid":"ed3584c66fa5afcb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ed3584c66fa5afcb","status":"passed","time":{"start":1714404628276,"stop":1714404628276,"duration":0}}]},"9d1b0bdebe6d2f9d099372007c2d73f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29fa007ffa3b7068","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/29fa007ffa3b7068","status":"passed","time":{"start":1714139928167,"stop":1714139928168,"duration":1}}]},"ef553699eadd84c2b6bfe184479d8f4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56309cdddfb8905c","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/56309cdddfb8905c","status":"passed","time":{"start":1714130857758,"stop":1714130857759,"duration":1}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"5c0db5554655ccb5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5c0db5554655ccb5","status":"passed","time":{"start":1714453938217,"stop":1714453938218,"duration":1}},{"uid":"412612b2a2c7991e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/412612b2a2c7991e","status":"passed","time":{"start":1714435496166,"stop":1714435496166,"duration":0}},{"uid":"8da734934751b4ab","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8da734934751b4ab","status":"passed","time":{"start":1714434565239,"stop":1714434565239,"duration":0}},{"uid":"903deec9921dbc67","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/903deec9921dbc67","status":"passed","time":{"start":1714433260208,"stop":1714433260208,"duration":0}},{"uid":"4f2437f9691967fd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4f2437f9691967fd","status":"passed","time":{"start":1714431458120,"stop":1714431458120,"duration":0}},{"uid":"84addda751ac6dc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/84addda751ac6dc","status":"passed","time":{"start":1714431721823,"stop":1714431721823,"duration":0}},{"uid":"4bb135c0d39bdebe","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4bb135c0d39bdebe","status":"passed","time":{"start":1714430444360,"stop":1714430444360,"duration":0}},{"uid":"be889b3a4558e021","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/be889b3a4558e021","status":"passed","time":{"start":1714430236441,"stop":1714430236442,"duration":1}},{"uid":"443c90183c7fd9b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/443c90183c7fd9b","status":"passed","time":{"start":1714429398775,"stop":1714429398775,"duration":0}},{"uid":"9065abd100d58a3e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9065abd100d58a3e","status":"passed","time":{"start":1714428542064,"stop":1714428542064,"duration":0}},{"uid":"bb80d1649ab150c7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bb80d1649ab150c7","status":"passed","time":{"start":1714427319657,"stop":1714427319658,"duration":1}},{"uid":"cc69a6ad112b5e03","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cc69a6ad112b5e03","status":"passed","time":{"start":1714427020637,"stop":1714427020637,"duration":0}},{"uid":"cd5dd99de5042884","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cd5dd99de5042884","status":"passed","time":{"start":1714426369787,"stop":1714426369787,"duration":0}},{"uid":"71d5d1fa2dbd2459","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/71d5d1fa2dbd2459","status":"passed","time":{"start":1714424472144,"stop":1714424472144,"duration":0}},{"uid":"f26edbddf74fa214","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f26edbddf74fa214","status":"passed","time":{"start":1714424862498,"stop":1714424862499,"duration":1}},{"uid":"d05f860c47154502","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d05f860c47154502","status":"passed","time":{"start":1714415015287,"stop":1714415015287,"duration":0}},{"uid":"92a60bd6f5b591b7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/92a60bd6f5b591b7","status":"passed","time":{"start":1714415168411,"stop":1714415168411,"duration":0}},{"uid":"daa79a893439e94b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/daa79a893439e94b","status":"passed","time":{"start":1714407375567,"stop":1714407375567,"duration":0}},{"uid":"9d1c24074344415","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9d1c24074344415","status":"passed","time":{"start":1714406402865,"stop":1714406402865,"duration":0}},{"uid":"4258ee815c9f7a49","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4258ee815c9f7a49","status":"passed","time":{"start":1714404192628,"stop":1714404192628,"duration":0}}]},"2c740047e59d59a583bad2a10cde3f05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c7256caed9f315d","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/7c7256caed9f315d","status":"passed","time":{"start":1714123110398,"stop":1714123110398,"duration":0}}]},"a4f9896c662eedaff39783dc9772db28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58ff0ff4db57ce7b","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/58ff0ff4db57ce7b","status":"passed","time":{"start":1714229013655,"stop":1714229013656,"duration":1}}]},"6c719d34380b655d9b00c7b32f6ce87f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12aeca298effd1be","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/12aeca298effd1be","status":"passed","time":{"start":1714240432902,"stop":1714240432903,"duration":1}}]},"4dfdd3a27cf59265d613fb1ce987aa6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fce2240392dd1999","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/fce2240392dd1999","status":"passed","time":{"start":1714145890437,"stop":1714145890437,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"dbb6237e8cfe43f2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dbb6237e8cfe43f2","status":"passed","time":{"start":1714454605549,"stop":1714454605549,"duration":0}},{"uid":"729762ccb89088b6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/729762ccb89088b6","status":"passed","time":{"start":1714436158732,"stop":1714436158732,"duration":0}},{"uid":"edc9822c68df81","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/edc9822c68df81","status":"passed","time":{"start":1714435237020,"stop":1714435237020,"duration":0}},{"uid":"11a229f22f9cfbbb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/11a229f22f9cfbbb","status":"passed","time":{"start":1714433925105,"stop":1714433925105,"duration":0}},{"uid":"37ce23df47f273e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/37ce23df47f273e","status":"passed","time":{"start":1714432132891,"stop":1714432132891,"duration":0}},{"uid":"adf9a008b5e6f678","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/adf9a008b5e6f678","status":"passed","time":{"start":1714432392983,"stop":1714432392984,"duration":1}},{"uid":"e17f3eae1f490650","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e17f3eae1f490650","status":"passed","time":{"start":1714431131891,"stop":1714431131891,"duration":0}},{"uid":"fe589441d5977f0c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fe589441d5977f0c","status":"passed","time":{"start":1714430918787,"stop":1714430918787,"duration":0}},{"uid":"40e9f7d2b5c4c12f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/40e9f7d2b5c4c12f","status":"passed","time":{"start":1714430104209,"stop":1714430104209,"duration":0}},{"uid":"a9ea237c48905863","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a9ea237c48905863","status":"passed","time":{"start":1714429213876,"stop":1714429213876,"duration":0}},{"uid":"2df08de6e2dbcc82","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2df08de6e2dbcc82","status":"passed","time":{"start":1714427999033,"stop":1714427999033,"duration":0}},{"uid":"d35d34e14da46ddc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d35d34e14da46ddc","status":"passed","time":{"start":1714427702227,"stop":1714427702227,"duration":0}},{"uid":"cfce16fd0b200465","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cfce16fd0b200465","status":"passed","time":{"start":1714427044026,"stop":1714427044026,"duration":0}},{"uid":"9d15b45ed482a4b9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9d15b45ed482a4b9","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699084,"stop":1714426699084,"duration":0}},{"uid":"6e7774bd53b0b7c6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6e7774bd53b0b7c6","status":"passed","time":{"start":1714425534890,"stop":1714425534891,"duration":1}},{"uid":"3850aaf18b60f763","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3850aaf18b60f763","status":"passed","time":{"start":1714415702291,"stop":1714415702292,"duration":1}},{"uid":"dcb4fd02be8359a3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dcb4fd02be8359a3","status":"passed","time":{"start":1714415850499,"stop":1714415850499,"duration":0}},{"uid":"7eaa695c147d9702","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7eaa695c147d9702","status":"passed","time":{"start":1714408049948,"stop":1714408049948,"duration":0}},{"uid":"39f4ce247b94d0a4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/39f4ce247b94d0a4","status":"passed","time":{"start":1714407080671,"stop":1714407080671,"duration":0}},{"uid":"a72f23acc17f816a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a72f23acc17f816a","status":"passed","time":{"start":1714404860588,"stop":1714404860589,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"4cfb07bfa45cf2bd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4cfb07bfa45cf2bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454429801,"stop":1714454429801,"duration":0}},{"uid":"7c7cd64c82acb085","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7c7cd64c82acb085","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435983389,"stop":1714435983389,"duration":0}},{"uid":"935be8ef53adef1d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/935be8ef53adef1d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435051950,"stop":1714435051950,"duration":0}},{"uid":"5ced44bc3112aa7e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5ced44bc3112aa7e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433741796,"stop":1714433741796,"duration":0}},{"uid":"c5e86658483e7ad7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c5e86658483e7ad7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431944916,"stop":1714431944916,"duration":0}},{"uid":"1213590943a3630a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1213590943a3630a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432240118,"stop":1714432240119,"duration":1}},{"uid":"f03a8406fe75cb66","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f03a8406fe75cb66","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430938925,"stop":1714430938925,"duration":0}},{"uid":"5c75ed046f28efb6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5c75ed046f28efb6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430755770,"stop":1714430755770,"duration":0}},{"uid":"317fa18378ed5f8c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/317fa18378ed5f8c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429913463,"stop":1714429913463,"duration":0}},{"uid":"9f3d529f3a87732a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9f3d529f3a87732a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429034579,"stop":1714429034589,"duration":10}},{"uid":"59732f29dc5654f2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/59732f29dc5654f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427765151,"stop":1714427765151,"duration":0}},{"uid":"ddc4e6961e6c3e04","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ddc4e6961e6c3e04","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427509521,"stop":1714427509521,"duration":0}},{"uid":"4db0311b9fb50df1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4db0311b9fb50df1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426865273,"stop":1714426865273,"duration":0}},{"uid":"afa0f2e0000ec21b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/afa0f2e0000ec21b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425536881,"stop":1714425536881,"duration":0}},{"uid":"3a7f36ebcce1943c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3a7f36ebcce1943c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425348194,"stop":1714425348194,"duration":0}},{"uid":"610aa36b2eaef1f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/610aa36b2eaef1f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415541652,"stop":1714415541652,"duration":0}},{"uid":"40754d56de66d50c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/40754d56de66d50c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415666686,"stop":1714415666686,"duration":0}},{"uid":"b401193822a9d1d2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b401193822a9d1d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407867323,"stop":1714407867323,"duration":0}},{"uid":"244258678631752","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/244258678631752","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406901770,"stop":1714406901770,"duration":0}},{"uid":"ce4f26f8c47d6143","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ce4f26f8c47d6143","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685939,"stop":1714404685939,"duration":0}}]},"9ac2cc6a6b8277ea27182771b36ba6ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c62c1552add2d21","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/3c62c1552add2d21","status":"passed","time":{"start":1714381747121,"stop":1714381747122,"duration":1}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8a633af914ad7cba","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8a633af914ad7cba","status":"passed","time":{"start":1714453949191,"stop":1714453949191,"duration":0}},{"uid":"38605dd73bf0fbc0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/38605dd73bf0fbc0","status":"passed","time":{"start":1714435506839,"stop":1714435506839,"duration":0}},{"uid":"912c7688c4cf4dde","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/912c7688c4cf4dde","status":"passed","time":{"start":1714434576209,"stop":1714434576210,"duration":1}},{"uid":"b5998476f2c0e854","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b5998476f2c0e854","status":"passed","time":{"start":1714433271080,"stop":1714433271080,"duration":0}},{"uid":"5aaf5510777ecf51","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5aaf5510777ecf51","status":"passed","time":{"start":1714431469028,"stop":1714431469028,"duration":0}},{"uid":"794f3f37ae4ccf14","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/794f3f37ae4ccf14","status":"passed","time":{"start":1714431732701,"stop":1714431732701,"duration":0}},{"uid":"5caab9731a5410b3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5caab9731a5410b3","status":"passed","time":{"start":1714430455642,"stop":1714430455643,"duration":1}},{"uid":"766111408e525559","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/766111408e525559","status":"passed","time":{"start":1714430247322,"stop":1714430247322,"duration":0}},{"uid":"5583188bdaa15865","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5583188bdaa15865","status":"passed","time":{"start":1714429410960,"stop":1714429410961,"duration":1}},{"uid":"16ad8a55e73fa8a7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/16ad8a55e73fa8a7","status":"passed","time":{"start":1714428553100,"stop":1714428553100,"duration":0}},{"uid":"6b7b91f5319c7fb4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6b7b91f5319c7fb4","status":"passed","time":{"start":1714427330823,"stop":1714427330824,"duration":1}},{"uid":"e28251769b117946","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e28251769b117946","status":"passed","time":{"start":1714427031437,"stop":1714427031437,"duration":0}},{"uid":"9867ed3579e9f052","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9867ed3579e9f052","status":"passed","time":{"start":1714426381044,"stop":1714426381044,"duration":0}},{"uid":"6e466eef0042d848","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6e466eef0042d848","status":"passed","time":{"start":1714424483030,"stop":1714424483031,"duration":1}},{"uid":"89e172029a55a344","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/89e172029a55a344","status":"passed","time":{"start":1714424873554,"stop":1714424873554,"duration":0}},{"uid":"e70351fe6a8bcd03","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e70351fe6a8bcd03","status":"passed","time":{"start":1714415026652,"stop":1714415026652,"duration":0}},{"uid":"290b8c88c5093c9f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/290b8c88c5093c9f","status":"passed","time":{"start":1714415179598,"stop":1714415179598,"duration":0}},{"uid":"9e7bc97944cc23f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9e7bc97944cc23f","status":"passed","time":{"start":1714407386566,"stop":1714407386567,"duration":1}},{"uid":"bffb13619b0b66c6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bffb13619b0b66c6","status":"passed","time":{"start":1714406414100,"stop":1714406414100,"duration":0}},{"uid":"1e54790919f6b1dc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1e54790919f6b1dc","status":"passed","time":{"start":1714404203704,"stop":1714404203704,"duration":0}}]},"5bc45c64307e24e6f59a9e063cecd732:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9eef9aec7646eb36","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/9eef9aec7646eb36","status":"passed","time":{"start":1714045859267,"stop":1714045859267,"duration":0}}]},"090e9186081c0faf37ab26aab123ad0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"2911a22315c17e0f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2911a22315c17e0f","status":"passed","time":{"start":1714453925075,"stop":1714453925075,"duration":0}},{"uid":"14f230c7aac0ba12","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/14f230c7aac0ba12","status":"passed","time":{"start":1714435482983,"stop":1714435482984,"duration":1}},{"uid":"b22dac3b8a212db6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b22dac3b8a212db6","status":"passed","time":{"start":1714434552020,"stop":1714434552020,"duration":0}},{"uid":"aa10a60ff60964b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/aa10a60ff60964b","status":"passed","time":{"start":1714433247043,"stop":1714433247044,"duration":1}},{"uid":"25f1738d9cf2077e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/25f1738d9cf2077e","status":"passed","time":{"start":1714431444767,"stop":1714431444767,"duration":0}},{"uid":"6c7193877a950c0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6c7193877a950c0","status":"passed","time":{"start":1714431708307,"stop":1714431708307,"duration":0}},{"uid":"90311c7afbb08ed8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/90311c7afbb08ed8","status":"passed","time":{"start":1714430430738,"stop":1714430430739,"duration":1}},{"uid":"94d8e4a3640b404b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/94d8e4a3640b404b","status":"passed","time":{"start":1714430223194,"stop":1714430223194,"duration":0}},{"uid":"d3b519c674ec0a57","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d3b519c674ec0a57","status":"passed","time":{"start":1714429383896,"stop":1714429383896,"duration":0}},{"uid":"702e70f436a18dd4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/702e70f436a18dd4","status":"passed","time":{"start":1714428528649,"stop":1714428528649,"duration":0}},{"uid":"f2a7a0ca4668994d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f2a7a0ca4668994d","status":"passed","time":{"start":1714427305998,"stop":1714427305999,"duration":1}},{"uid":"6a086be31927bcc8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6a086be31927bcc8","status":"passed","time":{"start":1714427007392,"stop":1714427007392,"duration":0}},{"uid":"37556692e34cdd46","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/37556692e34cdd46","status":"passed","time":{"start":1714426355986,"stop":1714426355987,"duration":1}},{"uid":"6aac076dc53d2f6a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6aac076dc53d2f6a","status":"passed","time":{"start":1714424458800,"stop":1714424458800,"duration":0}},{"uid":"a66b6a9182c43cfa","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a66b6a9182c43cfa","status":"passed","time":{"start":1714424849032,"stop":1714424849032,"duration":0}},{"uid":"881e309c5cf269cb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/881e309c5cf269cb","status":"passed","time":{"start":1714415001464,"stop":1714415001464,"duration":0}},{"uid":"3f22efc7779b2bd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3f22efc7779b2bd","status":"passed","time":{"start":1714415154940,"stop":1714415154940,"duration":0}},{"uid":"6c8fb806c2de297c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6c8fb806c2de297c","status":"passed","time":{"start":1714407362062,"stop":1714407362062,"duration":0}},{"uid":"c7a011805557d21b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c7a011805557d21b","status":"passed","time":{"start":1714406389355,"stop":1714406389356,"duration":1}},{"uid":"7d453b727d4c4bfe","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7d453b727d4c4bfe","status":"passed","time":{"start":1714404179195,"stop":1714404179195,"duration":0}}]},"1332e34924a7d1c411c9da397f50873a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58493722004cb6b9","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/58493722004cb6b9","status":"passed","time":{"start":1714404137270,"stop":1714404137272,"duration":2}}]},"c343a69f25e490b5f3763f6c4c236e28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8d5df027df474ac","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/f8d5df027df474ac","status":"passed","time":{"start":1714221349874,"stop":1714221349875,"duration":1}}]},"7aa90116fb21a7ffbb022617292b080b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1f95215f78b3816e","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/1f95215f78b3816e","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713997067463,"stop":1713997067463,"duration":0}}]},"835c04c6d0bd3a2bfe0fb9ec33476792:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd7fda88bb90291e","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/cd7fda88bb90291e","status":"passed","time":{"start":1714296316689,"stop":1714296316689,"duration":0}}]},"4ebda998bea43a97b4141bb7c38fad53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5da884860d404470","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5da884860d404470","status":"passed","time":{"start":1714433811165,"stop":1714433811165,"duration":0}}]},"db6fd49ed86494d01349977346a5332e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c04043b3f62ef1e","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/1c04043b3f62ef1e","status":"passed","time":{"start":1714296397563,"stop":1714296397564,"duration":1}}]},"f09fbdef10169206f33f52b03e4419b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6548d82f878612f","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/b6548d82f878612f","status":"passed","time":{"start":1714033817392,"stop":1714033817393,"duration":1}}]},"82081abf7843563a71b06c2b68edd2e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea223c9440238f0c","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/ea223c9440238f0c","status":"passed","time":{"start":1714113691513,"stop":1714113691513,"duration":0}}]},"77556b059ee80a9bc5ce0a9667716206:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"acc60fc18106e7a8","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/acc60fc18106e7a8","status":"passed","time":{"start":1714383172376,"stop":1714383172376,"duration":0}}]},"76f5c4ef6a4a6eba451bddbb7575a8ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"feb80ffc77b444c","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/feb80ffc77b444c","status":"passed","time":{"start":1714404379790,"stop":1714404379791,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"24f53d033f11f313","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24f53d033f11f313","status":"passed","time":{"start":1714453952289,"stop":1714453952289,"duration":0}},{"uid":"a69195b47b5b0675","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a69195b47b5b0675","status":"passed","time":{"start":1714435510939,"stop":1714435510939,"duration":0}},{"uid":"3c5a9e9f5f27783f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3c5a9e9f5f27783f","status":"passed","time":{"start":1714434580039,"stop":1714434580039,"duration":0}},{"uid":"d3a128fa68262bb5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d3a128fa68262bb5","status":"passed","time":{"start":1714433274943,"stop":1714433274943,"duration":0}},{"uid":"d5c1a83487bf298f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d5c1a83487bf298f","status":"passed","time":{"start":1714431472599,"stop":1714431472600,"duration":1}},{"uid":"7ffc37d24b35d0fe","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7ffc37d24b35d0fe","status":"passed","time":{"start":1714431736478,"stop":1714431736479,"duration":1}},{"uid":"5772facc332a6b07","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5772facc332a6b07","status":"passed","time":{"start":1714430459329,"stop":1714430459330,"duration":1}},{"uid":"9a1623251115390d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9a1623251115390d","status":"passed","time":{"start":1714430251099,"stop":1714430251099,"duration":0}},{"uid":"f2a51687c0528806","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f2a51687c0528806","status":"passed","time":{"start":1714429414590,"stop":1714429414590,"duration":0}},{"uid":"adefd69587f5c1a6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/adefd69587f5c1a6","status":"passed","time":{"start":1714428556953,"stop":1714428556953,"duration":0}},{"uid":"bfb498760fe68834","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bfb498760fe68834","status":"passed","time":{"start":1714427334700,"stop":1714427334701,"duration":1}},{"uid":"9a6106569776eabd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9a6106569776eabd","status":"passed","time":{"start":1714427035564,"stop":1714427035565,"duration":1}},{"uid":"aa2a667c79e8b50e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/aa2a667c79e8b50e","status":"passed","time":{"start":1714426384795,"stop":1714426384796,"duration":1}},{"uid":"47bd483e2318b6a0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/47bd483e2318b6a0","status":"passed","time":{"start":1714424486877,"stop":1714424486877,"duration":0}},{"uid":"d03fb81df8d9a26b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d03fb81df8d9a26b","status":"passed","time":{"start":1714424877427,"stop":1714424877427,"duration":0}},{"uid":"77fc13be0949d513","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/77fc13be0949d513","status":"passed","time":{"start":1714415030102,"stop":1714415030102,"duration":0}},{"uid":"53d0233b72607de9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/53d0233b72607de9","status":"passed","time":{"start":1714415183072,"stop":1714415183072,"duration":0}},{"uid":"a98f4f4067a7410f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a98f4f4067a7410f","status":"passed","time":{"start":1714407390402,"stop":1714407390402,"duration":0}},{"uid":"500b02641e15628f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/500b02641e15628f","status":"passed","time":{"start":1714406417791,"stop":1714406417791,"duration":0}},{"uid":"d46b817ec2047e00","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d46b817ec2047e00","status":"passed","time":{"start":1714404207523,"stop":1714404207524,"duration":1}}]},"6fe6df5fcbb92b8bb76cfb11a0e81370:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d09c3db181839ed3","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/d09c3db181839ed3","status":"passed","time":{"start":1714169159802,"stop":1714169159802,"duration":0}}]},"6c8de0db8b4bc21e2f1062d8d95fba37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"208188d410b05e1e","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/208188d410b05e1e","status":"passed","time":{"start":1714139752230,"stop":1714139752231,"duration":1}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a749995bcd759a68","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a749995bcd759a68","status":"passed","time":{"start":1714453938218,"stop":1714453938218,"duration":0}},{"uid":"9f29bfa568b94783","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9f29bfa568b94783","status":"passed","time":{"start":1714435496166,"stop":1714435496166,"duration":0}},{"uid":"6bdf7b4dc1efaec3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6bdf7b4dc1efaec3","status":"passed","time":{"start":1714434565239,"stop":1714434565239,"duration":0}},{"uid":"2d83d024a9056a7b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2d83d024a9056a7b","status":"passed","time":{"start":1714433260208,"stop":1714433260208,"duration":0}},{"uid":"4d5560f3b0a5b2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4d5560f3b0a5b2","status":"passed","time":{"start":1714431458120,"stop":1714431458121,"duration":1}},{"uid":"9913d92c6a2969f9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9913d92c6a2969f9","status":"passed","time":{"start":1714431721824,"stop":1714431721824,"duration":0}},{"uid":"dfe33dedb6170828","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/dfe33dedb6170828","status":"passed","time":{"start":1714430444360,"stop":1714430444361,"duration":1}},{"uid":"a43fb6d4ac763a0f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a43fb6d4ac763a0f","status":"passed","time":{"start":1714430236442,"stop":1714430236442,"duration":0}},{"uid":"6715bcceed71b81d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6715bcceed71b81d","status":"passed","time":{"start":1714429398775,"stop":1714429398775,"duration":0}},{"uid":"c29c9dbfdcbb4c4f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c29c9dbfdcbb4c4f","status":"passed","time":{"start":1714428542064,"stop":1714428542065,"duration":1}},{"uid":"c65094981ce24ef1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c65094981ce24ef1","status":"passed","time":{"start":1714427319658,"stop":1714427319658,"duration":0}},{"uid":"3a68247e71be706f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3a68247e71be706f","status":"passed","time":{"start":1714427020638,"stop":1714427020638,"duration":0}},{"uid":"baea970eb7192534","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/baea970eb7192534","status":"passed","time":{"start":1714426369787,"stop":1714426369787,"duration":0}},{"uid":"ff046f0eb9ba6565","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ff046f0eb9ba6565","status":"passed","time":{"start":1714424472144,"stop":1714424472144,"duration":0}},{"uid":"49a3aa8871a94f89","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/49a3aa8871a94f89","status":"passed","time":{"start":1714424862499,"stop":1714424862499,"duration":0}},{"uid":"ec25d7996cd66aa","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ec25d7996cd66aa","status":"passed","time":{"start":1714415015287,"stop":1714415015287,"duration":0}},{"uid":"f6cf61e3e0aa36ab","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f6cf61e3e0aa36ab","status":"passed","time":{"start":1714415168411,"stop":1714415168412,"duration":1}},{"uid":"600339a3c6707039","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/600339a3c6707039","status":"passed","time":{"start":1714407375567,"stop":1714407375567,"duration":0}},{"uid":"7c2c5974fbc69b75","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7c2c5974fbc69b75","status":"passed","time":{"start":1714406402865,"stop":1714406402865,"duration":0}},{"uid":"32e89c37bfa7337c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/32e89c37bfa7337c","status":"passed","time":{"start":1714404192628,"stop":1714404192629,"duration":1}}]},"6934fe78fc41082b1b661155f4390ef8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e109b7ec29d86fdf","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/e109b7ec29d86fdf","status":"passed","time":{"start":1713996822798,"stop":1713996822799,"duration":1}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"ad601e5eab0248ce","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ad601e5eab0248ce","status":"passed","time":{"start":1714454434310,"stop":1714454434311,"duration":1}},{"uid":"a1825f54ee4cbcce","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a1825f54ee4cbcce","status":"passed","time":{"start":1714436006529,"stop":1714436006529,"duration":0}},{"uid":"1f2972f78bf834e8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1f2972f78bf834e8","status":"passed","time":{"start":1714435054828,"stop":1714435054828,"duration":0}},{"uid":"7cdea14cc1de4bc5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7cdea14cc1de4bc5","status":"passed","time":{"start":1714433761054,"stop":1714433761055,"duration":1}},{"uid":"10112def23ad5532","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/10112def23ad5532","status":"passed","time":{"start":1714431966426,"stop":1714431966426,"duration":0}},{"uid":"5eb3edeffae9c046","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5eb3edeffae9c046","status":"passed","time":{"start":1714432193269,"stop":1714432193269,"duration":0}},{"uid":"1476eef892ba227d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1476eef892ba227d","status":"passed","time":{"start":1714430948531,"stop":1714430948531,"duration":0}},{"uid":"3452e6c985322f97","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3452e6c985322f97","status":"passed","time":{"start":1714430713518,"stop":1714430713518,"duration":0}},{"uid":"8fac7a1a2d5268f7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8fac7a1a2d5268f7","status":"passed","time":{"start":1714429917739,"stop":1714429917739,"duration":0}},{"uid":"28c851b9b1408155","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/28c851b9b1408155","status":"passed","time":{"start":1714429040290,"stop":1714429040290,"duration":0}},{"uid":"d49f0d79a62eb05f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d49f0d79a62eb05f","status":"passed","time":{"start":1714427848678,"stop":1714427848678,"duration":0}},{"uid":"60dbac37af159546","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/60dbac37af159546","status":"passed","time":{"start":1714427530059,"stop":1714427530060,"duration":1}},{"uid":"1ea5aea28690e989","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1ea5aea28690e989","status":"passed","time":{"start":1714426875132,"stop":1714426875132,"duration":0}},{"uid":"23793ee628617b57","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/23793ee628617b57","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511019,"stop":1714426511019,"duration":0}},{"uid":"74f5d73c57d51273","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/74f5d73c57d51273","status":"passed","time":{"start":1714425369951,"stop":1714425369952,"duration":1}},{"uid":"1fb63d9ac9a5caea","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1fb63d9ac9a5caea","status":"passed","time":{"start":1714415516371,"stop":1714415516372,"duration":1}},{"uid":"c08a41bcdd60feff","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c08a41bcdd60feff","status":"passed","time":{"start":1714415679026,"stop":1714415679026,"duration":0}},{"uid":"d89c5c4b454d51da","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d89c5c4b454d51da","status":"passed","time":{"start":1714407884320,"stop":1714407884320,"duration":0}},{"uid":"19d824b6e837e23d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/19d824b6e837e23d","status":"passed","time":{"start":1714406914281,"stop":1714406914281,"duration":0}},{"uid":"2b31a3e2c65f45fb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2b31a3e2c65f45fb","status":"passed","time":{"start":1714404690105,"stop":1714404690106,"duration":1}}]},"ed586f6d32a302987f414fcd18150ccb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"215d4688bcb84fc4","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/215d4688bcb84fc4","status":"passed","time":{"start":1714089661491,"stop":1714089661491,"duration":0}}]},"f850bd9896244fff54cec943e867872f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b887d5212cdf3db","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b887d5212cdf3db","status":"passed","time":{"start":1714407938513,"stop":1714407938513,"duration":0}}]},"f097d48f0baf0f943d46d1c2348292dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e752166ed5db5e5b","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/e752166ed5db5e5b","status":"passed","time":{"start":1714045859265,"stop":1714045859266,"duration":1}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"f67bd0dd7ca5b883","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f67bd0dd7ca5b883","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"duration":0}},{"uid":"dd64b3dcaf9fc5a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dd64b3dcaf9fc5a","status":"passed","time":{"start":1714436158736,"stop":1714436158736,"duration":0}},{"uid":"9816822d82552f24","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9816822d82552f24","status":"passed","time":{"start":1714435237025,"stop":1714435237026,"duration":1}},{"uid":"fb46d05c5602e77","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fb46d05c5602e77","status":"passed","time":{"start":1714433925110,"stop":1714433925110,"duration":0}},{"uid":"e274dd40d1acd193","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e274dd40d1acd193","status":"passed","time":{"start":1714432132895,"stop":1714432132895,"duration":0}},{"uid":"32a74dee85db0687","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/32a74dee85db0687","status":"passed","time":{"start":1714432392995,"stop":1714432392995,"duration":0}},{"uid":"bd148395811ebb92","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bd148395811ebb92","status":"passed","time":{"start":1714431131897,"stop":1714431131897,"duration":0}},{"uid":"2de94c80b2ce967b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2de94c80b2ce967b","status":"passed","time":{"start":1714430918792,"stop":1714430918792,"duration":0}},{"uid":"ea25421f68770e67","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ea25421f68770e67","status":"passed","time":{"start":1714430104215,"stop":1714430104215,"duration":0}},{"uid":"47cc432f54a02cf9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/47cc432f54a02cf9","status":"passed","time":{"start":1714429213880,"stop":1714429213881,"duration":1}},{"uid":"30f996a6b47c16e8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/30f996a6b47c16e8","status":"passed","time":{"start":1714427999037,"stop":1714427999038,"duration":1}},{"uid":"79530f99da77a898","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/79530f99da77a898","status":"passed","time":{"start":1714427702233,"stop":1714427702233,"duration":0}},{"uid":"da13f681be4c3c48","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/da13f681be4c3c48","status":"passed","time":{"start":1714427044032,"stop":1714427044032,"duration":0}},{"uid":"b915da31f0433bcf","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b915da31f0433bcf","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699098,"stop":1714426699098,"duration":0}},{"uid":"ca6736aa26c5a821","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ca6736aa26c5a821","status":"passed","time":{"start":1714425534896,"stop":1714425534896,"duration":0}},{"uid":"bc11a4df953fa321","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bc11a4df953fa321","status":"passed","time":{"start":1714415702296,"stop":1714415702296,"duration":0}},{"uid":"e8ac88dc53f7ad56","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e8ac88dc53f7ad56","status":"passed","time":{"start":1714415850504,"stop":1714415850504,"duration":0}},{"uid":"6eb021e8edd843b2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6eb021e8edd843b2","status":"passed","time":{"start":1714408049954,"stop":1714408049954,"duration":0}},{"uid":"93f5f5fe5fbadeea","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/93f5f5fe5fbadeea","status":"passed","time":{"start":1714407080676,"stop":1714407080676,"duration":0}},{"uid":"77983bfb313b8680","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/77983bfb313b8680","status":"passed","time":{"start":1714404860594,"stop":1714404860594,"duration":0}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"b1470b467b07695d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b1470b467b07695d","status":"passed","time":{"start":1714454365886,"stop":1714454365887,"duration":1}},{"uid":"a881fa0e3110d526","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a881fa0e3110d526","status":"passed","time":{"start":1714435932828,"stop":1714435932828,"duration":0}},{"uid":"8f3cfd5dbca9f342","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8f3cfd5dbca9f342","status":"passed","time":{"start":1714435006851,"stop":1714435006851,"duration":0}},{"uid":"fa478d2f8f22890","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fa478d2f8f22890","status":"passed","time":{"start":1714433693928,"stop":1714433693928,"duration":0}},{"uid":"b09a350c86f863e3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b09a350c86f863e3","status":"passed","time":{"start":1714431888560,"stop":1714431888561,"duration":1}},{"uid":"d994b11476b410dc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d994b11476b410dc","status":"passed","time":{"start":1714432201982,"stop":1714432201982,"duration":0}},{"uid":"6efe37185d7976d7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6efe37185d7976d7","status":"passed","time":{"start":1714430892460,"stop":1714430892460,"duration":0}},{"uid":"7050a5d2629b1631","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7050a5d2629b1631","status":"passed","time":{"start":1714430720937,"stop":1714430720938,"duration":1}},{"uid":"6b5f4fa7ea06fe72","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6b5f4fa7ea06fe72","status":"passed","time":{"start":1714429855263,"stop":1714429855263,"duration":0}},{"uid":"3fd13fbcb6b92513","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3fd13fbcb6b92513","status":"passed","time":{"start":1714428989449,"stop":1714428989449,"duration":0}},{"uid":"3abd264b1bfcaf83","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3abd264b1bfcaf83","status":"passed","time":{"start":1714427767181,"stop":1714427767182,"duration":1}},{"uid":"73a38328638265f3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/73a38328638265f3","status":"passed","time":{"start":1714427460526,"stop":1714427460526,"duration":0}},{"uid":"52659011e5c0e286","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/52659011e5c0e286","status":"passed","time":{"start":1714426812811,"stop":1714426812811,"duration":0}},{"uid":"13232797fc346bbd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/13232797fc346bbd","status":"passed","time":{"start":1714425528587,"stop":1714425528588,"duration":1}},{"uid":"6390d5fdb7add3fb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6390d5fdb7add3fb","status":"passed","time":{"start":1714425301127,"stop":1714425301139,"duration":12}},{"uid":"aec5ecac485c6946","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/aec5ecac485c6946","status":"passed","time":{"start":1714415473269,"stop":1714415473270,"duration":1}},{"uid":"c9437073ccbd9319","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c9437073ccbd9319","status":"passed","time":{"start":1714415615364,"stop":1714415615364,"duration":0}},{"uid":"da6f72d1f732dd72","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/da6f72d1f732dd72","status":"passed","time":{"start":1714407816874,"stop":1714407816874,"duration":0}},{"uid":"f37403418f1ff598","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f37403418f1ff598","status":"passed","time":{"start":1714406861594,"stop":1714406861594,"duration":0}},{"uid":"742a27539af20e4f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/742a27539af20e4f","status":"passed","time":{"start":1714404628277,"stop":1714404628277,"duration":0}}]},"e67281830bca3490a87780e007567256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6567af16047c1d27","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6567af16047c1d27","status":"passed","time":{"start":1714435155788,"stop":1714435155788,"duration":0}}]},"c64c9983763fc0f7908f67e633cdf38d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9bbedc940e3517eb","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/9bbedc940e3517eb","status":"passed","time":{"start":1714046099950,"stop":1714046099950,"duration":0}}]},"b6434bbaaae822aef72ffde2b61fefcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca364408ba3c3233","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ca364408ba3c3233","status":"passed","time":{"start":1714432020141,"stop":1714432020141,"duration":0}}]},"0f36e2e742b665c172929c5fc29d4747:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a67b485fb9968d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a67b485fb9968d5","status":"passed","time":{"start":1714453925065,"stop":1714453925065,"duration":0}},{"uid":"8c11f0ba3eabcbf","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8c11f0ba3eabcbf","status":"passed","time":{"start":1714435482974,"stop":1714435482974,"duration":0}},{"uid":"fdcacc85c70d9d43","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fdcacc85c70d9d43","status":"passed","time":{"start":1714434552010,"stop":1714434552010,"duration":0}},{"uid":"2f49ed4a1bd2454e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2f49ed4a1bd2454e","status":"passed","time":{"start":1714433247034,"stop":1714433247034,"duration":0}},{"uid":"e478a4723182f37","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e478a4723182f37","status":"passed","time":{"start":1714431444754,"stop":1714431444755,"duration":1}},{"uid":"7795eba4df9ab609","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7795eba4df9ab609","status":"passed","time":{"start":1714431708296,"stop":1714431708296,"duration":0}},{"uid":"5ec8d391ceb38da","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5ec8d391ceb38da","status":"passed","time":{"start":1714430430728,"stop":1714430430728,"duration":0}},{"uid":"b2cf47cf584ee224","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b2cf47cf584ee224","status":"passed","time":{"start":1714430223187,"stop":1714430223187,"duration":0}},{"uid":"278c1aafffdca15d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/278c1aafffdca15d","status":"passed","time":{"start":1714429383886,"stop":1714429383886,"duration":0}},{"uid":"db03e651c20d400f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/db03e651c20d400f","status":"passed","time":{"start":1714428528639,"stop":1714428528640,"duration":1}},{"uid":"eceece633de28190","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eceece633de28190","status":"passed","time":{"start":1714427305991,"stop":1714427305991,"duration":0}},{"uid":"8c236b98faef14a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8c236b98faef14a","status":"passed","time":{"start":1714427007385,"stop":1714427007385,"duration":0}},{"uid":"3df65cfdf4f8605e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3df65cfdf4f8605e","status":"passed","time":{"start":1714426355975,"stop":1714426355976,"duration":1}},{"uid":"41bef7a704b034db","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/41bef7a704b034db","status":"passed","time":{"start":1714424458789,"stop":1714424458789,"duration":0}},{"uid":"dd2c644f28cd729b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dd2c644f28cd729b","status":"passed","time":{"start":1714424849015,"stop":1714424849015,"duration":0}},{"uid":"8517e7c519d994d9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8517e7c519d994d9","status":"passed","time":{"start":1714415001454,"stop":1714415001454,"duration":0}},{"uid":"cd550e3bedb61fd1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cd550e3bedb61fd1","status":"passed","time":{"start":1714415154928,"stop":1714415154928,"duration":0}},{"uid":"85078ee004fc18a9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/85078ee004fc18a9","status":"passed","time":{"start":1714407362052,"stop":1714407362052,"duration":0}},{"uid":"45b1192a49ea25ef","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/45b1192a49ea25ef","status":"passed","time":{"start":1714406389345,"stop":1714406389346,"duration":1}},{"uid":"8f8f44c47adb6f62","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8f8f44c47adb6f62","status":"passed","time":{"start":1714404179183,"stop":1714404179184,"duration":1}}]},"9a0f0b4cc5c693a8dc28af72054309b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81625550ff3230e5","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/81625550ff3230e5","status":"passed","time":{"start":1714404389187,"stop":1714404389187,"duration":0}}]},"8d871bce7d633aacbf84c754da03b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a930579188981ee8","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/a930579188981ee8","status":"passed","time":{"start":1714177988723,"stop":1714177988723,"duration":0}}]},"66f3f052a3e4970891220ceac94abc47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1188832f25ce843a","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/1188832f25ce843a","status":"passed","time":{"start":1714040301533,"stop":1714040301533,"duration":0}}]},"4a18a033528f50f9e6bbb591df9edd59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1f35646bd53792b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f1f35646bd53792b","status":"passed","time":{"start":1714383229459,"stop":1714383229459,"duration":0}}]},"7e50971398b6dffab58677127471c026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c20a5ebb8f3e8a74","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/c20a5ebb8f3e8a74","status":"passed","time":{"start":1714144804248,"stop":1714144804249,"duration":1}}]},"16bd3727bcbc0fd3978d49eeb8fc8d43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83b56659b2e76eef","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/83b56659b2e76eef","status":"passed","time":{"start":1714046214968,"stop":1714046214968,"duration":0}}]},"a4c6e219b080950a6e9638e36ec8ccc6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d8264c71aa718e2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2d8264c71aa718e2","status":"passed","time":{"start":1714429091060,"stop":1714429091060,"duration":0}}]},"ee53cec0e41b3d2e4b8514f152be5607:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c3425f2fbb9214e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/7c3425f2fbb9214e","status":"passed","time":{"start":1714386356551,"stop":1714386356551,"duration":0}}]},"9eb9a5a5d3b26819e6defe8081ed5523:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ed76be6557d0898","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/5ed76be6557d0898","status":"passed","time":{"start":1714089661490,"stop":1714089661490,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":83,"unknown":0,"total":86},"items":[{"uid":"f6298b5b5c546838","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f6298b5b5c546838","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"duration":0}},{"uid":"a6abbd1136411801","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a6abbd1136411801","status":"passed","time":{"start":1714436158733,"stop":1714436158733,"duration":0}},{"uid":"be3bfe3de1827e6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/be3bfe3de1827e6","status":"passed","time":{"start":1714435237022,"stop":1714435237022,"duration":0}},{"uid":"b35d7bdb9bc7af7e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b35d7bdb9bc7af7e","status":"passed","time":{"start":1714433925106,"stop":1714433925106,"duration":0}},{"uid":"9121a2121df3dc1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9121a2121df3dc1","status":"passed","time":{"start":1714432132892,"stop":1714432132892,"duration":0}},{"uid":"243e2b160b6d8201","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/243e2b160b6d8201","status":"passed","time":{"start":1714432392985,"stop":1714432392985,"duration":0}},{"uid":"9b7a046f2f56e5c3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9b7a046f2f56e5c3","status":"passed","time":{"start":1714431131893,"stop":1714431131893,"duration":0}},{"uid":"6c28ff9a9df9ca58","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6c28ff9a9df9ca58","status":"passed","time":{"start":1714430918788,"stop":1714430918789,"duration":1}},{"uid":"cd8359b261123247","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cd8359b261123247","status":"passed","time":{"start":1714430104210,"stop":1714430104211,"duration":1}},{"uid":"9d185a0b8ca06377","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9d185a0b8ca06377","status":"passed","time":{"start":1714429213877,"stop":1714429213877,"duration":0}},{"uid":"82649afe68b46ae8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/82649afe68b46ae8","status":"passed","time":{"start":1714427999034,"stop":1714427999034,"duration":0}},{"uid":"ea1a05feffca85ca","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ea1a05feffca85ca","status":"passed","time":{"start":1714427702228,"stop":1714427702229,"duration":1}},{"uid":"9ca74145c9bd9f2c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9ca74145c9bd9f2c","status":"passed","time":{"start":1714427044027,"stop":1714427044028,"duration":1}},{"uid":"37775ee5ab931875","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/37775ee5ab931875","status":"passed","time":{"start":1714426699087,"stop":1714426699088,"duration":1}},{"uid":"7e26e23568abe8c0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7e26e23568abe8c0","status":"passed","time":{"start":1714425534892,"stop":1714425534892,"duration":0}},{"uid":"542e8e6a50a4cb77","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/542e8e6a50a4cb77","status":"passed","time":{"start":1714415702293,"stop":1714415702293,"duration":0}},{"uid":"9a96586efb4676f6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9a96586efb4676f6","status":"passed","time":{"start":1714415850500,"stop":1714415850501,"duration":1}},{"uid":"e73155183aff7ffb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e73155183aff7ffb","status":"passed","time":{"start":1714408049950,"stop":1714408049950,"duration":0}},{"uid":"66992fe570bad444","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/66992fe570bad444","status":"passed","time":{"start":1714407080672,"stop":1714407080673,"duration":1}},{"uid":"292edf9f93231e2a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/292edf9f93231e2a","status":"passed","time":{"start":1714404860590,"stop":1714404860590,"duration":0}}]},"0e241a4761a20989786544891336e970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6adb8e37e2165de","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e6adb8e37e2165de","status":"passed","time":{"start":1714431659898,"stop":1714431659898,"duration":0}}]},"2b1e1ff84ae1259028b68312ab413319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3dd093002a3d5b8","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/c3dd093002a3d5b8","status":"passed","time":{"start":1714003518578,"stop":1714003518578,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"a39bd8284dc3baa7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a39bd8284dc3baa7","status":"passed","time":{"start":1714454365877,"stop":1714454365877,"duration":0}},{"uid":"3f6df5c7739ab259","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3f6df5c7739ab259","status":"passed","time":{"start":1714435932816,"stop":1714435932816,"duration":0}},{"uid":"16228becd88c777a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/16228becd88c777a","status":"passed","time":{"start":1714435006832,"stop":1714435006833,"duration":1}},{"uid":"2aa641adf1035f93","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2aa641adf1035f93","status":"passed","time":{"start":1714433693918,"stop":1714433693918,"duration":0}},{"uid":"5a483c3fcd1ef539","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5a483c3fcd1ef539","status":"passed","time":{"start":1714431888538,"stop":1714431888539,"duration":1}},{"uid":"136081b795b968e5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/136081b795b968e5","status":"passed","time":{"start":1714432201971,"stop":1714432201972,"duration":1}},{"uid":"b0bfe4d95435be23","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b0bfe4d95435be23","status":"passed","time":{"start":1714430892443,"stop":1714430892443,"duration":0}},{"uid":"d478b49af35deff6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d478b49af35deff6","status":"passed","time":{"start":1714430720923,"stop":1714430720923,"duration":0}},{"uid":"17d3bc5a970c0587","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/17d3bc5a970c0587","status":"passed","time":{"start":1714429855248,"stop":1714429855248,"duration":0}},{"uid":"5e58f12811704e19","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5e58f12811704e19","status":"passed","time":{"start":1714428989404,"stop":1714428989405,"duration":1}},{"uid":"f3de6520e3105417","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f3de6520e3105417","status":"passed","time":{"start":1714427767169,"stop":1714427767169,"duration":0}},{"uid":"4b6d31677df4bb89","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4b6d31677df4bb89","status":"passed","time":{"start":1714427460515,"stop":1714427460516,"duration":1}},{"uid":"42a92fbc97c3f3e0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/42a92fbc97c3f3e0","status":"passed","time":{"start":1714426812796,"stop":1714426812796,"duration":0}},{"uid":"c2d0f650d040c341","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c2d0f650d040c341","status":"passed","time":{"start":1714425528570,"stop":1714425528570,"duration":0}},{"uid":"23aee9b5930c78f5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/23aee9b5930c78f5","status":"passed","time":{"start":1714425301045,"stop":1714425301045,"duration":0}},{"uid":"487457d59de2fa15","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/487457d59de2fa15","status":"passed","time":{"start":1714415473244,"stop":1714415473244,"duration":0}},{"uid":"20192eeddb821716","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/20192eeddb821716","status":"passed","time":{"start":1714415615341,"stop":1714415615342,"duration":1}},{"uid":"5f6967083ce37fd0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5f6967083ce37fd0","status":"passed","time":{"start":1714407816854,"stop":1714407816855,"duration":1}},{"uid":"b68ebf401e15cf1b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b68ebf401e15cf1b","status":"passed","time":{"start":1714406861566,"stop":1714406861566,"duration":0}},{"uid":"c5a4d27758e40458","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c5a4d27758e40458","status":"passed","time":{"start":1714404628267,"stop":1714404628268,"duration":1}}]},"320e5195d49a2a0c00b64fdaaa343ba1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5da2f49769c8e0ba","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/5da2f49769c8e0ba","status":"passed","time":{"start":1713943641564,"stop":1713943641564,"duration":0}}]},"ece1a3e00a4005f74619ad2835a5ea5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93f8bec52e604c39","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/93f8bec52e604c39","status":"passed","time":{"start":1713943641563,"stop":1713943641563,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"911d0e08ce1e8bad","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/911d0e08ce1e8bad","status":"passed","time":{"start":1714453933330,"stop":1714453933330,"duration":0}},{"uid":"a5649e91d0e767a8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a5649e91d0e767a8","status":"passed","time":{"start":1714435491278,"stop":1714435491278,"duration":0}},{"uid":"50b1125d78218452","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/50b1125d78218452","status":"passed","time":{"start":1714434560389,"stop":1714434560390,"duration":1}},{"uid":"bc721704ee707d13","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bc721704ee707d13","status":"passed","time":{"start":1714433255369,"stop":1714433255370,"duration":1}},{"uid":"b8bb1e5fecd61435","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b8bb1e5fecd61435","status":"passed","time":{"start":1714431453257,"stop":1714431453257,"duration":0}},{"uid":"891c58bb920c4d73","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/891c58bb920c4d73","status":"passed","time":{"start":1714431716846,"stop":1714431716846,"duration":0}},{"uid":"68c9e390b728780a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/68c9e390b728780a","status":"passed","time":{"start":1714430439300,"stop":1714430439300,"duration":0}},{"uid":"62311c0bf5fa0807","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/62311c0bf5fa0807","status":"passed","time":{"start":1714430231597,"stop":1714430231597,"duration":0}},{"uid":"3e1ebe4512cad1f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3e1ebe4512cad1f","status":"passed","time":{"start":1714429393341,"stop":1714429393341,"duration":0}},{"uid":"f229baeb71a55586","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f229baeb71a55586","status":"passed","time":{"start":1714428537097,"stop":1714428537097,"duration":0}},{"uid":"f5ee0a94a0d22d28","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f5ee0a94a0d22d28","status":"passed","time":{"start":1714427314613,"stop":1714427314614,"duration":1}},{"uid":"d918c9fbe8b8bff","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d918c9fbe8b8bff","status":"passed","time":{"start":1714427015809,"stop":1714427015809,"duration":0}},{"uid":"1858154ad75c1e16","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1858154ad75c1e16","status":"passed","time":{"start":1714426364727,"stop":1714426364727,"duration":0}},{"uid":"500d43379ba63d55","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/500d43379ba63d55","status":"passed","time":{"start":1714424467254,"stop":1714424467255,"duration":1}},{"uid":"f09be10999cfb420","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f09be10999cfb420","status":"passed","time":{"start":1714424857613,"stop":1714424857613,"duration":0}},{"uid":"3f9063554d1549ad","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3f9063554d1549ad","status":"passed","time":{"start":1714415010214,"stop":1714415010214,"duration":0}},{"uid":"88740ba52c2d6720","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/88740ba52c2d6720","status":"passed","time":{"start":1714415163509,"stop":1714415163510,"duration":1}},{"uid":"8a2b401a140d175a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8a2b401a140d175a","status":"passed","time":{"start":1714407370698,"stop":1714407370706,"duration":8}},{"uid":"8d93121f31c81328","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8d93121f31c81328","status":"passed","time":{"start":1714406397847,"stop":1714406397848,"duration":1}},{"uid":"5d8e33755d18d7ae","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5d8e33755d18d7ae","status":"passed","time":{"start":1714404187699,"stop":1714404187699,"duration":0}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f88416f091948627","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f88416f091948627","status":"passed","time":{"start":1714453933333,"stop":1714453933333,"duration":0}},{"uid":"524608c34c4d7b93","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/524608c34c4d7b93","status":"passed","time":{"start":1714435491287,"stop":1714435491287,"duration":0}},{"uid":"c2a4f079dae31964","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c2a4f079dae31964","status":"passed","time":{"start":1714434560393,"stop":1714434560394,"duration":1}},{"uid":"a84ca3354fee0fba","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a84ca3354fee0fba","status":"passed","time":{"start":1714433255373,"stop":1714433255373,"duration":0}},{"uid":"6062e8816cbce04f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6062e8816cbce04f","status":"passed","time":{"start":1714431453269,"stop":1714431453270,"duration":1}},{"uid":"35f2b3fcc5e31828","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/35f2b3fcc5e31828","status":"passed","time":{"start":1714431716849,"stop":1714431716849,"duration":0}},{"uid":"b7f6db11fe497d35","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b7f6db11fe497d35","status":"passed","time":{"start":1714430439310,"stop":1714430439311,"duration":1}},{"uid":"eba96511d69fce27","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/eba96511d69fce27","status":"passed","time":{"start":1714430231605,"stop":1714430231605,"duration":0}},{"uid":"99675b08cd9489f2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/99675b08cd9489f2","status":"passed","time":{"start":1714429393349,"stop":1714429393350,"duration":1}},{"uid":"d657bafea52623c0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d657bafea52623c0","status":"passed","time":{"start":1714428537100,"stop":1714428537101,"duration":1}},{"uid":"aef91ab78291ef93","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aef91ab78291ef93","status":"passed","time":{"start":1714427314621,"stop":1714427314621,"duration":0}},{"uid":"70d3805c9366b257","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/70d3805c9366b257","status":"passed","time":{"start":1714427015817,"stop":1714427015818,"duration":1}},{"uid":"ce5dc32c6d66c01a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ce5dc32c6d66c01a","status":"passed","time":{"start":1714426364735,"stop":1714426364735,"duration":0}},{"uid":"675c5cb88facc7b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/675c5cb88facc7b","status":"passed","time":{"start":1714424467263,"stop":1714424467263,"duration":0}},{"uid":"5ceed51649f902e5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5ceed51649f902e5","status":"passed","time":{"start":1714424857616,"stop":1714424857616,"duration":0}},{"uid":"eff1e7271acdaa18","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eff1e7271acdaa18","status":"passed","time":{"start":1714415010222,"stop":1714415010222,"duration":0}},{"uid":"3cbd0f50b28fe326","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3cbd0f50b28fe326","status":"passed","time":{"start":1714415163521,"stop":1714415163521,"duration":0}},{"uid":"649cf1626631b936","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/649cf1626631b936","status":"passed","time":{"start":1714407370709,"stop":1714407370709,"duration":0}},{"uid":"169c2eab43e02cbd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/169c2eab43e02cbd","status":"passed","time":{"start":1714406397855,"stop":1714406397855,"duration":0}},{"uid":"1308111fb97a3bd1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1308111fb97a3bd1","status":"passed","time":{"start":1714404187707,"stop":1714404187707,"duration":0}}]},"7fffb31fdf3fbbc52213af0ace0fdbd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5b99db25aa622ce","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/f5b99db25aa622ce","status":"passed","time":{"start":1714139696742,"stop":1714139696742,"duration":0}}]},"07b52f9029c11d549e3b532d7a705f72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9c8aea50a96985a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d9c8aea50a96985a","status":"passed","time":{"start":1714380481156,"stop":1714380481156,"duration":0}}]},"9ad7b51e12dabd3fb1ac87c9108532ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"459fb57e4d2c52ff","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/459fb57e4d2c52ff","status":"passed","time":{"start":1714139868547,"stop":1714139868548,"duration":1}}]},"da6d234a94473c2e0f7082b7d159ab81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8164658015dfa43","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/e8164658015dfa43","status":"passed","time":{"start":1713997832226,"stop":1713997832226,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"48d627556b6292be","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/48d627556b6292be","status":"passed","time":{"start":1714454605542,"stop":1714454605542,"duration":0}},{"uid":"c13da530e8e8e048","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c13da530e8e8e048","status":"passed","time":{"start":1714436158725,"stop":1714436158725,"duration":0}},{"uid":"272796be2ee70e93","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/272796be2ee70e93","status":"passed","time":{"start":1714435237013,"stop":1714435237013,"duration":0}},{"uid":"c27dd204e3a135e1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c27dd204e3a135e1","status":"passed","time":{"start":1714433925097,"stop":1714433925097,"duration":0}},{"uid":"9be2c19888d628a9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9be2c19888d628a9","status":"passed","time":{"start":1714432132884,"stop":1714432132884,"duration":0}},{"uid":"8bbcd84ee81e8887","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8bbcd84ee81e8887","status":"passed","time":{"start":1714432392966,"stop":1714432392966,"duration":0}},{"uid":"98156243d282c15d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/98156243d282c15d","status":"passed","time":{"start":1714431131883,"stop":1714431131883,"duration":0}},{"uid":"70f87765de2fb2d0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/70f87765de2fb2d0","status":"passed","time":{"start":1714430918776,"stop":1714430918776,"duration":0}},{"uid":"21dc18aff601f4d0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/21dc18aff601f4d0","status":"passed","time":{"start":1714430104201,"stop":1714430104201,"duration":0}},{"uid":"408e6eaa15d49047","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/408e6eaa15d49047","status":"passed","time":{"start":1714429213869,"stop":1714429213869,"duration":0}},{"uid":"91a5a5181db41b40","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/91a5a5181db41b40","status":"passed","time":{"start":1714427999024,"stop":1714427999025,"duration":1}},{"uid":"37f7c1d0dafe6e26","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/37f7c1d0dafe6e26","status":"passed","time":{"start":1714427702219,"stop":1714427702219,"duration":0}},{"uid":"d7dbde6036229fcc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d7dbde6036229fcc","status":"passed","time":{"start":1714427044020,"stop":1714427044020,"duration":0}},{"uid":"adabcda4c845a3f1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/adabcda4c845a3f1","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699064,"stop":1714426699064,"duration":0}},{"uid":"8c81ef39891c1b98","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8c81ef39891c1b98","status":"passed","time":{"start":1714425534884,"stop":1714425534884,"duration":0}},{"uid":"2c5295133a19aa53","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2c5295133a19aa53","status":"passed","time":{"start":1714415702283,"stop":1714415702283,"duration":0}},{"uid":"6e6afc9a373d01d2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6e6afc9a373d01d2","status":"passed","time":{"start":1714415850492,"stop":1714415850492,"duration":0}},{"uid":"1eda90eb4e127eb5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1eda90eb4e127eb5","status":"passed","time":{"start":1714408049940,"stop":1714408049940,"duration":0}},{"uid":"b819b80cc5bb0ae5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b819b80cc5bb0ae5","status":"passed","time":{"start":1714407080664,"stop":1714407080664,"duration":0}},{"uid":"d06c939820933328","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d06c939820933328","status":"passed","time":{"start":1714404860579,"stop":1714404860580,"duration":1}}]},"53c46928f2e89f76bfe9f762ea7fe9f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bbf02c858b96e71","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/5bbf02c858b96e71","status":"passed","time":{"start":1714123425564,"stop":1714123425564,"duration":0}}]},"1e9fe7045419858aeddce246d725bd1e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2baad63dc7cbc43","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f2baad63dc7cbc43","status":"passed","time":{"start":1714435054857,"stop":1714435054858,"duration":1}}]},"281c7f9ea8fe7d6b6b1612cf29ab23c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4491b0ecfc8fcf2e","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/4491b0ecfc8fcf2e","status":"passed","time":{"start":1714080464429,"stop":1714080464429,"duration":0}}]},"3f07122e2eb402f6611cbda889a61195:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8ca1eb7f815af59","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f8ca1eb7f815af59","status":"passed","time":{"start":1714404685934,"stop":1714404685934,"duration":0}}]},"ab72a073bd3e407e6eceee7c4bc4d6b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46af2897e0b57fb5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/46af2897e0b57fb5","status":"passed","time":{"start":1714385757959,"stop":1714385757960,"duration":1}}]},"9253519624dcb4b1561befddc4563ae9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"bdeaa69c35f18905","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/bdeaa69c35f18905","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579287,"stop":1713943579287,"duration":0}}]},"7d5361ebda39aee45a8e4a5078d7dc56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46adf6dc5ac25411","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/46adf6dc5ac25411","status":"passed","time":{"start":1714404451752,"stop":1714404451752,"duration":0}}]},"136a79fa027ded7d0cecbc265f6e868f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"96c0524c73e853d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/96c0524c73e853d5","status":"passed","time":{"start":1714453925063,"stop":1714453925063,"duration":0}},{"uid":"c39261e5a95c4d96","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c39261e5a95c4d96","status":"passed","time":{"start":1714435482972,"stop":1714435482972,"duration":0}},{"uid":"74c1984f22af4c7e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/74c1984f22af4c7e","status":"passed","time":{"start":1714434552008,"stop":1714434552008,"duration":0}},{"uid":"ec9a16561e9917e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ec9a16561e9917e","status":"passed","time":{"start":1714433247032,"stop":1714433247032,"duration":0}},{"uid":"2691724f4a7f9a67","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2691724f4a7f9a67","status":"passed","time":{"start":1714431444752,"stop":1714431444752,"duration":0}},{"uid":"6fdf66deadf669e8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6fdf66deadf669e8","status":"passed","time":{"start":1714431708294,"stop":1714431708294,"duration":0}},{"uid":"b850ec941c19c868","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b850ec941c19c868","status":"passed","time":{"start":1714430430726,"stop":1714430430726,"duration":0}},{"uid":"398e353a477b1624","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/398e353a477b1624","status":"passed","time":{"start":1714430223185,"stop":1714430223185,"duration":0}},{"uid":"fb9a8d082540eee1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fb9a8d082540eee1","status":"passed","time":{"start":1714429383883,"stop":1714429383884,"duration":1}},{"uid":"a2fedb80240312ba","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a2fedb80240312ba","status":"passed","time":{"start":1714428528637,"stop":1714428528638,"duration":1}},{"uid":"bfb72ff4721f3bd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bfb72ff4721f3bd","status":"passed","time":{"start":1714427305989,"stop":1714427305989,"duration":0}},{"uid":"f51a3e1d6704f171","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f51a3e1d6704f171","status":"passed","time":{"start":1714427007383,"stop":1714427007383,"duration":0}},{"uid":"3ed99360d6b9ae7b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3ed99360d6b9ae7b","status":"passed","time":{"start":1714426355973,"stop":1714426355973,"duration":0}},{"uid":"48c392aa864bb962","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/48c392aa864bb962","status":"passed","time":{"start":1714424458787,"stop":1714424458787,"duration":0}},{"uid":"407bd723d442f94","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/407bd723d442f94","status":"passed","time":{"start":1714424849013,"stop":1714424849013,"duration":0}},{"uid":"2e776dfd2b0f74e4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e776dfd2b0f74e4","status":"passed","time":{"start":1714415001452,"stop":1714415001452,"duration":0}},{"uid":"eb284e9ffd6c1d00","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eb284e9ffd6c1d00","status":"passed","time":{"start":1714415154925,"stop":1714415154925,"duration":0}},{"uid":"b2998096aac508fd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b2998096aac508fd","status":"passed","time":{"start":1714407362050,"stop":1714407362050,"duration":0}},{"uid":"122c6b90e9e930b8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/122c6b90e9e930b8","status":"passed","time":{"start":1714406389343,"stop":1714406389344,"duration":1}},{"uid":"eacffa12d55c5c55","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/eacffa12d55c5c55","status":"passed","time":{"start":1714404179181,"stop":1714404179182,"duration":1}}]},"28fef7aec95dbad69d9aafe4708091f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9da9cbb1dabbce64","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9da9cbb1dabbce64","status":"passed","time":{"start":1714435099719,"stop":1714435099720,"duration":1}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"ed8b37c600129423","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ed8b37c600129423","status":"passed","time":{"start":1714454530565,"stop":1714454530565,"duration":0}},{"uid":"a14228f3fa50b7cf","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a14228f3fa50b7cf","status":"passed","time":{"start":1714436078485,"stop":1714436078485,"duration":0}},{"uid":"5f70b57434bd8c85","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5f70b57434bd8c85","status":"passed","time":{"start":1714435179750,"stop":1714435179750,"duration":0}},{"uid":"d4c2971aeaa37add","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d4c2971aeaa37add","status":"passed","time":{"start":1714433840193,"stop":1714433840193,"duration":0}},{"uid":"edc7ef0b3ac186a4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/edc7ef0b3ac186a4","status":"passed","time":{"start":1714432050934,"stop":1714432050935,"duration":1}},{"uid":"7bf349fb5a1bc64d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7bf349fb5a1bc64d","status":"passed","time":{"start":1714432354903,"stop":1714432354903,"duration":0}},{"uid":"7b7d0f0534b0a22b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7b7d0f0534b0a22b","status":"passed","time":{"start":1714431055625,"stop":1714431055626,"duration":1}},{"uid":"25322678196cea25","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/25322678196cea25","status":"passed","time":{"start":1714430874347,"stop":1714430874347,"duration":0}},{"uid":"e59fa0c12678f37b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e59fa0c12678f37b","status":"passed","time":{"start":1714430022355,"stop":1714430022355,"duration":0}},{"uid":"cf61f6f06a23776e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cf61f6f06a23776e","status":"passed","time":{"start":1714429146142,"stop":1714429146142,"duration":0}},{"uid":"2f382dc2bed42ec5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2f382dc2bed42ec5","status":"passed","time":{"start":1714427920723,"stop":1714427920724,"duration":1}},{"uid":"40784df5bb346d30","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/40784df5bb346d30","status":"passed","time":{"start":1714427612863,"stop":1714427612863,"duration":0}},{"uid":"3ecaf182397fbda2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3ecaf182397fbda2","status":"passed","time":{"start":1714426973022,"stop":1714426973022,"duration":0}},{"uid":"1ba5e80ecceec957","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1ba5e80ecceec957","status":"passed","time":{"start":1714425686843,"stop":1714425686843,"duration":0}},{"uid":"91e37f1ecdbe6b19","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/91e37f1ecdbe6b19","status":"passed","time":{"start":1714425460323,"stop":1714425460324,"duration":1}},{"uid":"c62f151138f02620","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c62f151138f02620","status":"passed","time":{"start":1714415661077,"stop":1714415661077,"duration":0}},{"uid":"1fea481d036159ea","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1fea481d036159ea","status":"passed","time":{"start":1714415765119,"stop":1714415765119,"duration":0}},{"uid":"d9fa7a912b1c5c15","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d9fa7a912b1c5c15","status":"passed","time":{"start":1714407974260,"stop":1714407974260,"duration":0}},{"uid":"1a73508bf2ec9faa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1a73508bf2ec9faa","status":"passed","time":{"start":1714407005629,"stop":1714407005630,"duration":1}},{"uid":"2e8a402beaa20da2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2e8a402beaa20da2","status":"passed","time":{"start":1714404777757,"stop":1714404777758,"duration":1}}]},"fa51a4e0ea17266ca00f80181db3e7aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26e6e8384100240c","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/26e6e8384100240c","status":"passed","time":{"start":1713997908350,"stop":1713997908350,"duration":0}}]},"1d7a51a01b7136492eefaeb0f22c7878:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"10847f88b1fc293f","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/10847f88b1fc293f","status":"passed","time":{"start":1713977433090,"stop":1713977433090,"duration":0}}]},"21b8971881d75066b7e7023561355ada:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca03619ef53bfac3","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/ca03619ef53bfac3","status":"passed","time":{"start":1714046060132,"stop":1714046060133,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ddadf397e724f9a4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ddadf397e724f9a4","status":"passed","time":{"start":1714454407731,"stop":1714454407732,"duration":1}},{"uid":"4099ad4110ff1f2f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4099ad4110ff1f2f","status":"passed","time":{"start":1714435965305,"stop":1714435965305,"duration":0}},{"uid":"395526803f579dad","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/395526803f579dad","status":"passed","time":{"start":1714435028464,"stop":1714435028465,"duration":1}},{"uid":"142c8a802256f83f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/142c8a802256f83f","status":"passed","time":{"start":1714433715548,"stop":1714433715549,"duration":1}},{"uid":"90563a0f3ae5d886","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/90563a0f3ae5d886","status":"passed","time":{"start":1714431932489,"stop":1714431932490,"duration":1}},{"uid":"1cf10d54aff40480","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1cf10d54aff40480","status":"passed","time":{"start":1714432213873,"stop":1714432213873,"duration":0}},{"uid":"16de65a3549a590d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/16de65a3549a590d","status":"passed","time":{"start":1714430911539,"stop":1714430911539,"duration":0}},{"uid":"9bf5971e606cdf1f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9bf5971e606cdf1f","status":"passed","time":{"start":1714430735780,"stop":1714430735781,"duration":1}},{"uid":"621caa3032bd5779","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/621caa3032bd5779","status":"passed","time":{"start":1714429887035,"stop":1714429887036,"duration":1}},{"uid":"58cd27eb3c52d924","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/58cd27eb3c52d924","status":"passed","time":{"start":1714429006355,"stop":1714429006360,"duration":5}},{"uid":"8ae505540a8e484f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8ae505540a8e484f","status":"passed","time":{"start":1714427738969,"stop":1714427738970,"duration":1}},{"uid":"f5ac0a28c5fcd1de","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f5ac0a28c5fcd1de","status":"passed","time":{"start":1714427483304,"stop":1714427483310,"duration":6}},{"uid":"2a3dc0537a24384","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2a3dc0537a24384","status":"passed","time":{"start":1714426832948,"stop":1714426832949,"duration":1}},{"uid":"8c05cc5674c2fdae","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8c05cc5674c2fdae","status":"passed","time":{"start":1714425510848,"stop":1714425510848,"duration":0}},{"uid":"2332401b476e0bbe","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2332401b476e0bbe","status":"passed","time":{"start":1714425321021,"stop":1714425321022,"duration":1}},{"uid":"e75cc7930271ac9e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e75cc7930271ac9e","status":"passed","time":{"start":1714415518566,"stop":1714415518566,"duration":0}},{"uid":"d9b7dee4c40eef7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d9b7dee4c40eef7","status":"passed","time":{"start":1714415639555,"stop":1714415639556,"duration":1}},{"uid":"e8989bff2e287aa7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e8989bff2e287aa7","status":"passed","time":{"start":1714407839122,"stop":1714407839122,"duration":0}},{"uid":"4ff4161099f5632b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4ff4161099f5632b","status":"passed","time":{"start":1714406876537,"stop":1714406876537,"duration":0}},{"uid":"235074fb481943de","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/235074fb481943de","status":"passed","time":{"start":1714404658745,"stop":1714404658746,"duration":1}}]},"67f8879c73379eb409d32f7302ff2958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"141dc899fd547ccd","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/141dc899fd547ccd","status":"passed","time":{"start":1714296368562,"stop":1714296368562,"duration":0}}]},"067dd7cc3bc8c750f44ab130025978b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cf66b60433ea82b","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/5cf66b60433ea82b","status":"passed","time":{"start":1714262212387,"stop":1714262212387,"duration":0}}]},"933bc01117ce52fe3bddf10fb2a87cad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba904b47b778fbfe","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/ba904b47b778fbfe","status":"passed","time":{"start":1714262246469,"stop":1714262246469,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"7c29e5d3e267f362","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7c29e5d3e267f362","status":"passed","time":{"start":1714454543144,"stop":1714454543145,"duration":1}},{"uid":"df88464bfbf777d9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/df88464bfbf777d9","status":"passed","time":{"start":1714436104580,"stop":1714436104580,"duration":0}},{"uid":"88c59d044e1ea371","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/88c59d044e1ea371","status":"passed","time":{"start":1714435165750,"stop":1714435165751,"duration":1}},{"uid":"33c80f2702f2ff95","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/33c80f2702f2ff95","status":"passed","time":{"start":1714433853742,"stop":1714433853743,"duration":1}},{"uid":"ea4729c431077bc8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ea4729c431077bc8","status":"passed","time":{"start":1714432058505,"stop":1714432058505,"duration":0}},{"uid":"a274f05f4e43910c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a274f05f4e43910c","status":"passed","time":{"start":1714432364372,"stop":1714432364373,"duration":1}},{"uid":"7b20d77819bb4308","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7b20d77819bb4308","status":"passed","time":{"start":1714431063426,"stop":1714431063426,"duration":0}},{"uid":"4e88358e147d12e4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4e88358e147d12e4","status":"passed","time":{"start":1714430877259,"stop":1714430877260,"duration":1}},{"uid":"9ce70ec2fe96bdae","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9ce70ec2fe96bdae","status":"passed","time":{"start":1714430032959,"stop":1714430032959,"duration":0}},{"uid":"31b9c8e3919b9d14","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/31b9c8e3919b9d14","status":"passed","time":{"start":1714429153586,"stop":1714429153588,"duration":2}},{"uid":"82b67935d7a2848e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/82b67935d7a2848e","status":"passed","time":{"start":1714427918967,"stop":1714427918967,"duration":0}},{"uid":"698e53d2c540af46","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/698e53d2c540af46","status":"passed","time":{"start":1714427630814,"stop":1714427630816,"duration":2}},{"uid":"80773b396c71cd89","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/80773b396c71cd89","status":"passed","time":{"start":1714426988095,"stop":1714426988095,"duration":0}},{"uid":"f2c782d6f5a2892c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f2c782d6f5a2892c","status":"passed","time":{"start":1714425690511,"stop":1714425690512,"duration":1}},{"uid":"493f05e7f428d749","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/493f05e7f428d749","status":"passed","time":{"start":1714425467283,"stop":1714425467283,"duration":0}},{"uid":"e380e797d2283df7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e380e797d2283df7","status":"passed","time":{"start":1714415652329,"stop":1714415652330,"duration":1}},{"uid":"e4aa9a01b86b49d7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e4aa9a01b86b49d7","status":"passed","time":{"start":1714415786947,"stop":1714415786947,"duration":0}},{"uid":"34e1c31ececedfdb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/34e1c31ececedfdb","status":"passed","time":{"start":1714407994016,"stop":1714407994016,"duration":0}},{"uid":"33e6a142a01e341d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/33e6a142a01e341d","status":"passed","time":{"start":1714407017327,"stop":1714407017328,"duration":1}},{"uid":"add3eae3382930af","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/add3eae3382930af","status":"passed","time":{"start":1714404801233,"stop":1714404801233,"duration":0}}]},"8903ca242068e241a8ef071b1154d342:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44287777873293fd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/44287777873293fd","status":"passed","time":{"start":1714429098038,"stop":1714429098038,"duration":0}}]},"45beba4cef906412b177ba274af3d1f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"126764a42eabcb5b","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/126764a42eabcb5b","status":"passed","time":{"start":1714404232326,"stop":1714404232326,"duration":0}}]},"c3bcdaba24672681134f7edd6819d5e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c13692b49487e03","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7c13692b49487e03","status":"passed","time":{"start":1714415728454,"stop":1714415728454,"duration":0}}]},"4641211e5ee5c4ef86d5990e61f9d654:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba3fc2289ea87a07","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/ba3fc2289ea87a07","status":"passed","time":{"start":1714008071091,"stop":1714008071091,"duration":0}}]},"7a60345fc3e1a7e1e4c4b7d1c107a417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a258743bde11db8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7a258743bde11db8","status":"passed","time":{"start":1714380173243,"stop":1714380173243,"duration":0}}]},"486d0af731bd653ef5dce1affbbff65e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7fba27bc1f7169","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/c7fba27bc1f7169","status":"passed","time":{"start":1714140518319,"stop":1714140518320,"duration":1}}]},"73c3a05219f3f70f1a52c3c610a77ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a178a61a7b254d83","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a178a61a7b254d83","status":"passed","time":{"start":1714453925073,"stop":1714453925074,"duration":1}},{"uid":"8bb1ab2d592529a1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8bb1ab2d592529a1","status":"passed","time":{"start":1714435482982,"stop":1714435482982,"duration":0}},{"uid":"1c65c2e3ff20285f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1c65c2e3ff20285f","status":"passed","time":{"start":1714434552018,"stop":1714434552019,"duration":1}},{"uid":"484257b0e2c5def7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/484257b0e2c5def7","status":"passed","time":{"start":1714433247042,"stop":1714433247043,"duration":1}},{"uid":"78fa04ec3c9bcdd2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/78fa04ec3c9bcdd2","status":"passed","time":{"start":1714431444766,"stop":1714431444766,"duration":0}},{"uid":"14e041ddde5b6df7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/14e041ddde5b6df7","status":"passed","time":{"start":1714431708306,"stop":1714431708306,"duration":0}},{"uid":"d532a25c3b9fe805","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d532a25c3b9fe805","status":"passed","time":{"start":1714430430738,"stop":1714430430738,"duration":0}},{"uid":"ad5bd4b4df6762c8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ad5bd4b4df6762c8","status":"passed","time":{"start":1714430223193,"stop":1714430223193,"duration":0}},{"uid":"e0f96963816e9e7e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e0f96963816e9e7e","status":"passed","time":{"start":1714429383895,"stop":1714429383895,"duration":0}},{"uid":"9a9a6bc20dcac1d7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9a9a6bc20dcac1d7","status":"passed","time":{"start":1714428528648,"stop":1714428528648,"duration":0}},{"uid":"d1f5f132df402ac","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d1f5f132df402ac","status":"passed","time":{"start":1714427305997,"stop":1714427305998,"duration":1}},{"uid":"73aada7891990b76","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/73aada7891990b76","status":"passed","time":{"start":1714427007391,"stop":1714427007391,"duration":0}},{"uid":"59c2e2a3f8077ac9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/59c2e2a3f8077ac9","status":"passed","time":{"start":1714426355985,"stop":1714426355985,"duration":0}},{"uid":"f1fc2e892aa003d4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f1fc2e892aa003d4","status":"passed","time":{"start":1714424458799,"stop":1714424458799,"duration":0}},{"uid":"12b90ce946b6098d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/12b90ce946b6098d","status":"passed","time":{"start":1714424849031,"stop":1714424849031,"duration":0}},{"uid":"e9f25a26a481033a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e9f25a26a481033a","status":"passed","time":{"start":1714415001462,"stop":1714415001463,"duration":1}},{"uid":"837e9fcca8761789","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/837e9fcca8761789","status":"passed","time":{"start":1714415154938,"stop":1714415154939,"duration":1}},{"uid":"3234e3d6f3afa395","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3234e3d6f3afa395","status":"passed","time":{"start":1714407362061,"stop":1714407362061,"duration":0}},{"uid":"dc2932cb51622c37","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dc2932cb51622c37","status":"passed","time":{"start":1714406389354,"stop":1714406389355,"duration":1}},{"uid":"17d44d88c87ce6b0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/17d44d88c87ce6b0","status":"passed","time":{"start":1714404179194,"stop":1714404179194,"duration":0}}]},"09a0bb4be6c5c743122c0833f1fac3bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85e84f0322f5d4d4","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/85e84f0322f5d4d4","status":"passed","time":{"start":1714381390682,"stop":1714381390683,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"2b34701fa0b19cf1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b34701fa0b19cf1","status":"passed","time":{"start":1714454434321,"stop":1714454434321,"duration":0}},{"uid":"f9ec716c43f43a2b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f9ec716c43f43a2b","status":"passed","time":{"start":1714436006535,"stop":1714436006536,"duration":1}},{"uid":"2a21b9df8ee973c2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2a21b9df8ee973c2","status":"passed","time":{"start":1714435054832,"stop":1714435054832,"duration":0}},{"uid":"3817bf17ea199a1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3817bf17ea199a1","status":"passed","time":{"start":1714433761059,"stop":1714433761059,"duration":0}},{"uid":"32c69c2f0d3bf18f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/32c69c2f0d3bf18f","status":"passed","time":{"start":1714431966430,"stop":1714431966430,"duration":0}},{"uid":"bc8c17a4d2c5f6cf","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bc8c17a4d2c5f6cf","status":"passed","time":{"start":1714432193273,"stop":1714432193273,"duration":0}},{"uid":"ee55c5bf0453dfd7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ee55c5bf0453dfd7","status":"passed","time":{"start":1714430948536,"stop":1714430948537,"duration":1}},{"uid":"142e79705be43f4b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/142e79705be43f4b","status":"passed","time":{"start":1714430713524,"stop":1714430713525,"duration":1}},{"uid":"1ff81c993c5227ad","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1ff81c993c5227ad","status":"passed","time":{"start":1714429917744,"stop":1714429917744,"duration":0}},{"uid":"e0aded650832092","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e0aded650832092","status":"passed","time":{"start":1714429040294,"stop":1714429040294,"duration":0}},{"uid":"29cd99e22a6cb58a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/29cd99e22a6cb58a","status":"passed","time":{"start":1714427848682,"stop":1714427848683,"duration":1}},{"uid":"44bc0b7a06ebe432","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/44bc0b7a06ebe432","status":"passed","time":{"start":1714427530065,"stop":1714427530065,"duration":0}},{"uid":"dc3cbd0b6c958b38","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/dc3cbd0b6c958b38","status":"passed","time":{"start":1714426875144,"stop":1714426875144,"duration":0}},{"uid":"f3e82f6f4ccb14ee","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f3e82f6f4ccb14ee","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511028,"stop":1714426511029,"duration":1}},{"uid":"5454393acf87606b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5454393acf87606b","status":"passed","time":{"start":1714425369960,"stop":1714425369960,"duration":0}},{"uid":"e6c3cc52acaa008c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e6c3cc52acaa008c","status":"passed","time":{"start":1714415516376,"stop":1714415516376,"duration":0}},{"uid":"c59ea9f970680ad2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c59ea9f970680ad2","status":"passed","time":{"start":1714415679030,"stop":1714415679030,"duration":0}},{"uid":"539c70ad8c9da00c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/539c70ad8c9da00c","status":"passed","time":{"start":1714407884325,"stop":1714407884325,"duration":0}},{"uid":"fa824131a6eeb26f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fa824131a6eeb26f","status":"passed","time":{"start":1714406914314,"stop":1714406914315,"duration":1}},{"uid":"77a583cbdd3b712f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/77a583cbdd3b712f","status":"passed","time":{"start":1714404690109,"stop":1714404690109,"duration":0}}]},"6fba4a559c3e8307b243f83e6d67d97c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f2594daab32969e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5f2594daab32969e","status":"passed","time":{"start":1714386707026,"stop":1714386707026,"duration":0}}]},"3232decf45176dd54e15829656d9f91f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48c06214e331c959","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/48c06214e331c959","status":"passed","time":{"start":1714385048712,"stop":1714385048712,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"3e4a510800c948f3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3e4a510800c948f3","status":"passed","time":{"start":1714454365875,"stop":1714454365875,"duration":0}},{"uid":"7dae96fcfd89c933","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7dae96fcfd89c933","status":"passed","time":{"start":1714435932815,"stop":1714435932815,"duration":0}},{"uid":"21df5ca1d1f2c460","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/21df5ca1d1f2c460","status":"passed","time":{"start":1714435006831,"stop":1714435006831,"duration":0}},{"uid":"6f67c8c0f757c2fe","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6f67c8c0f757c2fe","status":"passed","time":{"start":1714433693916,"stop":1714433693917,"duration":1}},{"uid":"9ed5d3f35c4e30f8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9ed5d3f35c4e30f8","status":"passed","time":{"start":1714431888537,"stop":1714431888537,"duration":0}},{"uid":"8b9cb9579e24bc96","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8b9cb9579e24bc96","status":"passed","time":{"start":1714432201970,"stop":1714432201970,"duration":0}},{"uid":"42ad6877ae5f31fe","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/42ad6877ae5f31fe","status":"passed","time":{"start":1714430892437,"stop":1714430892442,"duration":5}},{"uid":"1719b143b7460e97","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1719b143b7460e97","status":"passed","time":{"start":1714430720920,"stop":1714430720921,"duration":1}},{"uid":"e3cc26b761f453b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e3cc26b761f453b","status":"passed","time":{"start":1714429855246,"stop":1714429855247,"duration":1}},{"uid":"38e5cbde916b28aa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/38e5cbde916b28aa","status":"passed","time":{"start":1714428989403,"stop":1714428989404,"duration":1}},{"uid":"34f6f59c6391af60","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/34f6f59c6391af60","status":"passed","time":{"start":1714427767168,"stop":1714427767168,"duration":0}},{"uid":"d092e33462aa12dc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d092e33462aa12dc","status":"passed","time":{"start":1714427460514,"stop":1714427460514,"duration":0}},{"uid":"babe5cc8014fa5a6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/babe5cc8014fa5a6","status":"passed","time":{"start":1714426812794,"stop":1714426812795,"duration":1}},{"uid":"90c2be6da235e327","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/90c2be6da235e327","status":"passed","time":{"start":1714425528569,"stop":1714425528569,"duration":0}},{"uid":"1a643bdde48c878","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1a643bdde48c878","status":"passed","time":{"start":1714425301044,"stop":1714425301044,"duration":0}},{"uid":"3b53708f82b25417","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3b53708f82b25417","status":"passed","time":{"start":1714415473242,"stop":1714415473242,"duration":0}},{"uid":"b4e96c89fe837670","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b4e96c89fe837670","status":"passed","time":{"start":1714415615338,"stop":1714415615339,"duration":1}},{"uid":"a272caedff8f669e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a272caedff8f669e","status":"passed","time":{"start":1714407816853,"stop":1714407816853,"duration":0}},{"uid":"30a63c08a0067620","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/30a63c08a0067620","status":"passed","time":{"start":1714406861554,"stop":1714406861554,"duration":0}},{"uid":"b8d2625f5fe84aaf","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b8d2625f5fe84aaf","status":"passed","time":{"start":1714404628266,"stop":1714404628266,"duration":0}}]},"0cb20f5ca9feb05fc3a18c12ae398c65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4b637ae923e96be","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/f4b637ae923e96be","status":"passed","time":{"start":1714046214969,"stop":1714046214970,"duration":1}}]},"3ac28934ee72b2a1d7d4d14a8f35e0e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc2ebef7be58f9ed","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cc2ebef7be58f9ed","status":"passed","time":{"start":1714430988315,"stop":1714430988315,"duration":0}}]},"3b1a3c6a5c82394003b58a7d0c749672:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d2d230a63db2a695","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/d2d230a63db2a695","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714087900425,"stop":1714087900425,"duration":0}}]},"b0f209860ab54593a7dd6348113f3180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6e9fd970dfe2c5e","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/a6e9fd970dfe2c5e","status":"passed","time":{"start":1713976878058,"stop":1713976878058,"duration":0}}]},"81f544f16c6401cd092dbe75144fb0bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9bc0eacac2dabd4","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/e9bc0eacac2dabd4","status":"passed","time":{"start":1713997832223,"stop":1713997832224,"duration":1}}]},"88036acde9be2439401e0b1b0f5af55d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e816ee4ba84ee4c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7e816ee4ba84ee4c","status":"passed","time":{"start":1714427561589,"stop":1714427561589,"duration":0}}]},"b7887c484ae287ae9209090f3f3e049c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41a51d09d65154e","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/41a51d09d65154e","status":"passed","time":{"start":1713977422658,"stop":1713977422658,"duration":0}}]},"7837c89d5156bc5b9649464d6c1862f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2dbf17c5edcc65b0","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/2dbf17c5edcc65b0","status":"passed","time":{"start":1714039405802,"stop":1714039405803,"duration":1}}]},"dac3ae861a9a28242bfaaf0a785d5a5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbf5fc7f671b0873","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/bbf5fc7f671b0873","status":"passed","time":{"start":1714139223729,"stop":1714139223729,"duration":0}}]},"9a6b3bb29cc341af9e233357a226a5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88be69a1ead8607f","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/88be69a1ead8607f","status":"passed","time":{"start":1714382735212,"stop":1714382735213,"duration":1}}]},"06b95602f9693a3123c2f9b222804189:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c65d1d0c4dd38fc","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/1c65d1d0c4dd38fc","status":"passed","time":{"start":1714039356329,"stop":1714039356329,"duration":0}}]},"8f5be5bb645af54f3d33fa55f0264214:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11c7a4639e0a509","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/11c7a4639e0a509","status":"passed","time":{"start":1714431997895,"stop":1714431997895,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"334461603bed8848","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/334461603bed8848","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"duration":0}},{"uid":"3b4de7556502f08b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3b4de7556502f08b","status":"passed","time":{"start":1714436158734,"stop":1714436158734,"duration":0}},{"uid":"bd3cbb4be4e72333","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bd3cbb4be4e72333","status":"passed","time":{"start":1714435237023,"stop":1714435237023,"duration":0}},{"uid":"4c63ce97be5d42fe","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4c63ce97be5d42fe","status":"passed","time":{"start":1714433925107,"stop":1714433925107,"duration":0}},{"uid":"687b7dbb1117ce31","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/687b7dbb1117ce31","status":"passed","time":{"start":1714432132892,"stop":1714432132893,"duration":1}},{"uid":"59a19a08738db229","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/59a19a08738db229","status":"passed","time":{"start":1714432392986,"stop":1714432392992,"duration":6}},{"uid":"f1f58651714f3492","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f1f58651714f3492","status":"passed","time":{"start":1714431131894,"stop":1714431131894,"duration":0}},{"uid":"6f61de1a6b7d6599","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6f61de1a6b7d6599","status":"passed","time":{"start":1714430918789,"stop":1714430918790,"duration":1}},{"uid":"5ddbbc638de361e2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5ddbbc638de361e2","status":"passed","time":{"start":1714430104212,"stop":1714430104212,"duration":0}},{"uid":"a63055f5b862a1c1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a63055f5b862a1c1","status":"passed","time":{"start":1714429213878,"stop":1714429213878,"duration":0}},{"uid":"96a5e581a792a529","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/96a5e581a792a529","status":"passed","time":{"start":1714427999035,"stop":1714427999035,"duration":0}},{"uid":"ac262c8c0f39f564","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ac262c8c0f39f564","status":"passed","time":{"start":1714427702230,"stop":1714427702230,"duration":0}},{"uid":"8ff349a0e9e543ac","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8ff349a0e9e543ac","status":"passed","time":{"start":1714427044028,"stop":1714427044029,"duration":1}},{"uid":"c17093d0308d8edc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c17093d0308d8edc","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699090,"stop":1714426699090,"duration":0}},{"uid":"9e6d3da206c94de9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9e6d3da206c94de9","status":"passed","time":{"start":1714425534893,"stop":1714425534893,"duration":0}},{"uid":"8fd5a51911ebe6ea","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8fd5a51911ebe6ea","status":"passed","time":{"start":1714415702294,"stop":1714415702294,"duration":0}},{"uid":"3b6e9932f33b8546","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3b6e9932f33b8546","status":"passed","time":{"start":1714415850501,"stop":1714415850501,"duration":0}},{"uid":"4cc83e106e74f322","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4cc83e106e74f322","status":"passed","time":{"start":1714408049951,"stop":1714408049951,"duration":0}},{"uid":"4f7096367e13d26b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4f7096367e13d26b","status":"passed","time":{"start":1714407080673,"stop":1714407080674,"duration":1}},{"uid":"af331e6186fc240c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/af331e6186fc240c","status":"passed","time":{"start":1714404860591,"stop":1714404860591,"duration":0}}]},"0e0e902a338dcd9b943f5ec7b0172c40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c62434bf32ebf404","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/c62434bf32ebf404","status":"passed","time":{"start":1714141025853,"stop":1714141025854,"duration":1}}]},"0105a7de296e9ac9cd12584cdc8dc4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0e692b4bda3fa0a","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/a0e692b4bda3fa0a","status":"passed","time":{"start":1714141029643,"stop":1714141029644,"duration":1}}]},"8cc7aaa077ad5035f0a5a112aa59c3ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc4def4b44fc9a75","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/cc4def4b44fc9a75","status":"passed","time":{"start":1714139701165,"stop":1714139701165,"duration":0}}]},"e6e9ce169e262c3329af6b7b58beed5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"501a4225be131cf9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/501a4225be131cf9","status":"passed","time":{"start":1714406914279,"stop":1714406914279,"duration":0}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"4a366561f388923e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4a366561f388923e","status":"passed","time":{"start":1714454561531,"stop":1714454561531,"duration":0}},{"uid":"f0efde673864565b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f0efde673864565b","status":"passed","time":{"start":1714436109838,"stop":1714436109839,"duration":1}},{"uid":"ea5e659119c590c0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ea5e659119c590c0","status":"passed","time":{"start":1714435189024,"stop":1714435189024,"duration":0}},{"uid":"e7701d82f4c4492f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e7701d82f4c4492f","status":"passed","time":{"start":1714433869897,"stop":1714433869897,"duration":0}},{"uid":"f73d14a01fcde1ca","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f73d14a01fcde1ca","status":"passed","time":{"start":1714432075632,"stop":1714432075632,"duration":0}},{"uid":"c7185aa95a7cf35e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c7185aa95a7cf35e","status":"passed","time":{"start":1714432375915,"stop":1714432375916,"duration":1}},{"uid":"2e0687b1c0962577","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2e0687b1c0962577","status":"passed","time":{"start":1714431067884,"stop":1714431067884,"duration":0}},{"uid":"d925c0d50720f729","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d925c0d50720f729","status":"passed","time":{"start":1714430892404,"stop":1714430892405,"duration":1}},{"uid":"c3c720f9116dc55e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c3c720f9116dc55e","status":"passed","time":{"start":1714430043390,"stop":1714430043390,"duration":0}},{"uid":"97e8f421c6855953","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/97e8f421c6855953","status":"passed","time":{"start":1714429162571,"stop":1714429162571,"duration":0}},{"uid":"cbf8264e05517a49","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cbf8264e05517a49","status":"passed","time":{"start":1714427942602,"stop":1714427942602,"duration":0}},{"uid":"8dbf86d02c69fffb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8dbf86d02c69fffb","status":"passed","time":{"start":1714427647963,"stop":1714427647964,"duration":1}},{"uid":"f15bfd22dac3645e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f15bfd22dac3645e","status":"passed","time":{"start":1714426999745,"stop":1714426999746,"duration":1}},{"uid":"ab7b2848392ef08e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ab7b2848392ef08e","status":"passed","time":{"start":1714425725387,"stop":1714425725388,"duration":1}},{"uid":"f6903da2c87e05e5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f6903da2c87e05e5","status":"passed","time":{"start":1714425481553,"stop":1714425481553,"duration":0}},{"uid":"85000a5272104a9d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/85000a5272104a9d","status":"passed","time":{"start":1714415686081,"stop":1714415686084,"duration":3}},{"uid":"1fbc066b27d3dab9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1fbc066b27d3dab9","status":"passed","time":{"start":1714415795612,"stop":1714415795613,"duration":1}},{"uid":"5733ba36ddde192a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5733ba36ddde192a","status":"passed","time":{"start":1714407995022,"stop":1714407995022,"duration":0}},{"uid":"f94299c7bf8cce57","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f94299c7bf8cce57","status":"passed","time":{"start":1714407036730,"stop":1714407036731,"duration":1}},{"uid":"8f04ab9c39a32fbc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8f04ab9c39a32fbc","status":"passed","time":{"start":1714404808159,"stop":1714404808160,"duration":1}}]},"39f5cc36b774762fb54ca0df9879fcb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b64dc5fd5ddd86bf","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/b64dc5fd5ddd86bf","status":"passed","time":{"start":1714384745714,"stop":1714384745715,"duration":1}}]},"d1caa42119b74b6b632864a67ae12025:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9fb155cd4c27d9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a9fb155cd4c27d9","status":"passed","time":{"start":1714427532041,"stop":1714427532042,"duration":1}}]},"bfb5ba474d253921b1c771649c6bfcda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa7a1d3b39f01cc5","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/fa7a1d3b39f01cc5","status":"passed","time":{"start":1714178248449,"stop":1714178248449,"duration":0}}]},"5919cae8f49970b73c554032741f4f12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24d874f559b9cc5c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/24d874f559b9cc5c","status":"passed","time":{"start":1714429618785,"stop":1714429618786,"duration":1}}]},"95c28025728fa9a06feebec838e056d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b92e7b471e6c1e4","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/b92e7b471e6c1e4","status":"passed","time":{"start":1713889447045,"stop":1713889447046,"duration":1}}]},"24efec30426915f51189c76383fa37c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"499b5bd984043c3","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/499b5bd984043c3","status":"passed","time":{"start":1713988905023,"stop":1713988905023,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"bdc5b8c3f646637d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bdc5b8c3f646637d","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"duration":0}},{"uid":"e2915966ca21238a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e2915966ca21238a","status":"passed","time":{"start":1714435491279,"stop":1714435491280,"duration":1}},{"uid":"ddffb4992332fd17","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ddffb4992332fd17","status":"passed","time":{"start":1714434560391,"stop":1714434560391,"duration":0}},{"uid":"f10188fcc3cbb618","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f10188fcc3cbb618","status":"passed","time":{"start":1714433255370,"stop":1714433255371,"duration":1}},{"uid":"16053c1cc175a3a9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/16053c1cc175a3a9","status":"passed","time":{"start":1714431453260,"stop":1714431453260,"duration":0}},{"uid":"ba4a05716c62faf8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ba4a05716c62faf8","status":"passed","time":{"start":1714431716847,"stop":1714431716847,"duration":0}},{"uid":"7019fe939456381f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7019fe939456381f","status":"passed","time":{"start":1714430439301,"stop":1714430439301,"duration":0}},{"uid":"e81e8edaaa182c57","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e81e8edaaa182c57","status":"passed","time":{"start":1714430231598,"stop":1714430231598,"duration":0}},{"uid":"f5ceabf476cc3ad1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f5ceabf476cc3ad1","status":"passed","time":{"start":1714429393342,"stop":1714429393342,"duration":0}},{"uid":"cc41a0975cfe7e47","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cc41a0975cfe7e47","status":"passed","time":{"start":1714428537098,"stop":1714428537098,"duration":0}},{"uid":"2e8ea3ef9908cf96","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2e8ea3ef9908cf96","status":"passed","time":{"start":1714427314614,"stop":1714427314615,"duration":1}},{"uid":"8ef0297beca26dd0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8ef0297beca26dd0","status":"passed","time":{"start":1714427015810,"stop":1714427015810,"duration":0}},{"uid":"7184bc6b0aa739df","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7184bc6b0aa739df","status":"passed","time":{"start":1714426364728,"stop":1714426364728,"duration":0}},{"uid":"dce398da8e8fb606","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/dce398da8e8fb606","status":"passed","time":{"start":1714424467256,"stop":1714424467256,"duration":0}},{"uid":"e8dfd17e58d26f5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e8dfd17e58d26f5","status":"passed","time":{"start":1714424857614,"stop":1714424857614,"duration":0}},{"uid":"5dace14075dec137","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5dace14075dec137","status":"passed","time":{"start":1714415010215,"stop":1714415010215,"duration":0}},{"uid":"de7e5763050f4694","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/de7e5763050f4694","status":"passed","time":{"start":1714415163510,"stop":1714415163511,"duration":1}},{"uid":"5858fc13240ed3fa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5858fc13240ed3fa","status":"passed","time":{"start":1714407370707,"stop":1714407370707,"duration":0}},{"uid":"fada050254a4e2e6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fada050254a4e2e6","status":"passed","time":{"start":1714406397848,"stop":1714406397849,"duration":1}},{"uid":"a7e5340474a2fafe","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a7e5340474a2fafe","status":"passed","time":{"start":1714404187700,"stop":1714404187700,"duration":0}}]},"83d0ffc9be8714c1169b0d74aeced5c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e98877fe44aba8a5","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/e98877fe44aba8a5","status":"passed","time":{"start":1714383335678,"stop":1714383335678,"duration":0}}]},"4542dff9b209b83c39cfae8c1092b159:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5844813cb9b935f0","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/5844813cb9b935f0","status":"passed","time":{"start":1714296368562,"stop":1714296368563,"duration":1}}]},"55821792b91dd0574996e9959173afe4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bdd18d6a8313a78","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/5bdd18d6a8313a78","status":"passed","time":{"start":1714045729023,"stop":1714045729023,"duration":0}}]},"b6d6297c5174318c3421d4ab2ccb49dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e94e750937c42ac5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e94e750937c42ac5","status":"passed","time":{"start":1714436043131,"stop":1714436043131,"duration":0}}]},"8d179fbf62923f2be8ef8f07f2ce6a3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"317a3f8dcd9b2e0","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/317a3f8dcd9b2e0","status":"passed","time":{"start":1714040336332,"stop":1714040336332,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"c3aa88a5a72d00f4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c3aa88a5a72d00f4","status":"passed","time":{"start":1714454140480,"stop":1714454140481,"duration":1}},{"uid":"3aa491f76fc0f80f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3aa491f76fc0f80f","status":"passed","time":{"start":1714435687957,"stop":1714435687957,"duration":0}},{"uid":"7a8aea1ab986a939","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7a8aea1ab986a939","status":"passed","time":{"start":1714434773473,"stop":1714434773473,"duration":0}},{"uid":"e15eae0e0a7f8cb9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e15eae0e0a7f8cb9","status":"passed","time":{"start":1714433450990,"stop":1714433450990,"duration":0}},{"uid":"ffd044e08ac102c1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ffd044e08ac102c1","status":"passed","time":{"start":1714431653522,"stop":1714431653523,"duration":1}},{"uid":"ffe287adb901c881","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ffe287adb901c881","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714431989877,"stop":1714431989877,"duration":0}},{"uid":"1156d86195c527c1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1156d86195c527c1","status":"passed","time":{"start":1714430659445,"stop":1714430659445,"duration":0}},{"uid":"532a1778f1626a0a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/532a1778f1626a0a","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714430522190,"stop":1714430522190,"duration":0}},{"uid":"41572fae5b44c9d0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/41572fae5b44c9d0","status":"passed","time":{"start":1714429610434,"stop":1714429610434,"duration":0}},{"uid":"f6fb89d1928b641e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f6fb89d1928b641e","status":"passed","time":{"start":1714428741376,"stop":1714428741376,"duration":0}},{"uid":"c40f75ab2467c7dc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c40f75ab2467c7dc","status":"passed","time":{"start":1714427513590,"stop":1714427513591,"duration":1}},{"uid":"f525c353167e1a8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f525c353167e1a8","status":"passed","time":{"start":1714427219370,"stop":1714427219371,"duration":1}},{"uid":"eb125d4dc78accf7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/eb125d4dc78accf7","status":"passed","time":{"start":1714426573129,"stop":1714426573129,"duration":0}},{"uid":"2aa7c3534f10f2f9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2aa7c3534f10f2f9","status":"passed","time":{"start":1714424914287,"stop":1714424914287,"duration":0}},{"uid":"861acf9b9d0f7ace","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/861acf9b9d0f7ace","status":"passed","time":{"start":1714425071971,"stop":1714425071972,"duration":1}},{"uid":"9f4377f3f33a0d0f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9f4377f3f33a0d0f","status":"passed","time":{"start":1714415233351,"stop":1714415233352,"duration":1}},{"uid":"1ad8aea9a068f055","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1ad8aea9a068f055","status":"passed","time":{"start":1714415382806,"stop":1714415382808,"duration":2}},{"uid":"82a1074077c078b5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/82a1074077c078b5","status":"passed","time":{"start":1714407575705,"stop":1714407575705,"duration":0}},{"uid":"909eae46a7e694d5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/909eae46a7e694d5","status":"passed","time":{"start":1714406625183,"stop":1714406625183,"duration":0}},{"uid":"33868aeda1457d31","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/33868aeda1457d31","status":"passed","time":{"start":1714404386215,"stop":1714404386220,"duration":5}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"cb6de39c524db29a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cb6de39c524db29a","status":"passed","time":{"start":1714454140466,"stop":1714454140466,"duration":0}},{"uid":"f55aba4c472a1acc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f55aba4c472a1acc","status":"passed","time":{"start":1714435687936,"stop":1714435687937,"duration":1}},{"uid":"d6ea96ba5dbdd063","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d6ea96ba5dbdd063","status":"passed","time":{"start":1714434773462,"stop":1714434773462,"duration":0}},{"uid":"7c61a2f7af30fef","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7c61a2f7af30fef","status":"passed","time":{"start":1714433450975,"stop":1714433450976,"duration":1}},{"uid":"f9529271861e665","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f9529271861e665","status":"passed","time":{"start":1714431653505,"stop":1714431653505,"duration":0}},{"uid":"66d7462f0bd623df","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/66d7462f0bd623df","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714431989836,"stop":1714431989837,"duration":1}},{"uid":"cd8cd635a6e01283","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cd8cd635a6e01283","status":"passed","time":{"start":1714430659407,"stop":1714430659407,"duration":0}},{"uid":"70c36b32a2730fc1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/70c36b32a2730fc1","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714430522152,"stop":1714430522152,"duration":0}},{"uid":"3c79c40895cd27eb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3c79c40895cd27eb","status":"passed","time":{"start":1714429610412,"stop":1714429610412,"duration":0}},{"uid":"51cf89be5951b191","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/51cf89be5951b191","status":"passed","time":{"start":1714428741362,"stop":1714428741362,"duration":0}},{"uid":"919c3ed4bd3c4952","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/919c3ed4bd3c4952","status":"passed","time":{"start":1714427513581,"stop":1714427513581,"duration":0}},{"uid":"1022468f9c37fb0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1022468f9c37fb0","status":"passed","time":{"start":1714427219354,"stop":1714427219355,"duration":1}},{"uid":"972577d7d178aa05","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/972577d7d178aa05","status":"passed","time":{"start":1714426573098,"stop":1714426573098,"duration":0}},{"uid":"cd07171a7e231d29","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cd07171a7e231d29","status":"passed","time":{"start":1714424914278,"stop":1714424914278,"duration":0}},{"uid":"5cdfd75b2933fa1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5cdfd75b2933fa1","status":"passed","time":{"start":1714425071920,"stop":1714425071921,"duration":1}},{"uid":"58854f250e58f669","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/58854f250e58f669","status":"passed","time":{"start":1714415233322,"stop":1714415233322,"duration":0}},{"uid":"ae690783bde3d9c2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ae690783bde3d9c2","status":"passed","time":{"start":1714415382753,"stop":1714415382754,"duration":1}},{"uid":"8e786aefab60e675","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8e786aefab60e675","status":"passed","time":{"start":1714407575696,"stop":1714407575696,"duration":0}},{"uid":"67daae1375e24803","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/67daae1375e24803","status":"passed","time":{"start":1714406625166,"stop":1714406625166,"duration":0}},{"uid":"b5366beaffcdc398","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b5366beaffcdc398","status":"passed","time":{"start":1714404386206,"stop":1714404386206,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"3ee1b8e25a53b9a3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ee1b8e25a53b9a3","status":"passed","time":{"start":1714453932707,"stop":1714453932707,"duration":0}},{"uid":"120510f11b646c3a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/120510f11b646c3a","status":"passed","time":{"start":1714435490586,"stop":1714435490586,"duration":0}},{"uid":"63bece59a6cf1068","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/63bece59a6cf1068","status":"passed","time":{"start":1714434559562,"stop":1714434559563,"duration":1}},{"uid":"4296f5da87e62ccb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4296f5da87e62ccb","status":"passed","time":{"start":1714433254660,"stop":1714433254660,"duration":0}},{"uid":"cbf3fbe788ef7864","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cbf3fbe788ef7864","status":"passed","time":{"start":1714431452649,"stop":1714431452650,"duration":1}},{"uid":"14da791e20628fa5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/14da791e20628fa5","status":"passed","time":{"start":1714431716076,"stop":1714431716076,"duration":0}},{"uid":"aff8e237bada3be1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/aff8e237bada3be1","status":"passed","time":{"start":1714430438502,"stop":1714430438503,"duration":1}},{"uid":"c628dd0a15a42d37","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c628dd0a15a42d37","status":"passed","time":{"start":1714430230966,"stop":1714430230966,"duration":0}},{"uid":"b8b5496c0ead739e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b8b5496c0ead739e","status":"passed","time":{"start":1714429392680,"stop":1714429392680,"duration":0}},{"uid":"8f4b406aa234c495","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8f4b406aa234c495","status":"passed","time":{"start":1714428536302,"stop":1714428536302,"duration":0}},{"uid":"d96cafd736ae15e8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d96cafd736ae15e8","status":"passed","time":{"start":1714427313739,"stop":1714427313739,"duration":0}},{"uid":"55d22d9700225e9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/55d22d9700225e9","status":"passed","time":{"start":1714427015240,"stop":1714427015240,"duration":0}},{"uid":"9b9dece41115ac29","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9b9dece41115ac29","status":"passed","time":{"start":1714426364078,"stop":1714426364079,"duration":1}},{"uid":"2f5d441938d27041","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2f5d441938d27041","status":"passed","time":{"start":1714424466612,"stop":1714424466612,"duration":0}},{"uid":"cc3c430ee87406e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cc3c430ee87406e","status":"passed","time":{"start":1714424856925,"stop":1714424856926,"duration":1}},{"uid":"515ffb2494cf7712","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/515ffb2494cf7712","status":"passed","time":{"start":1714415009490,"stop":1714415009490,"duration":0}},{"uid":"fbbd662c5e1e8ce6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fbbd662c5e1e8ce6","status":"passed","time":{"start":1714415162808,"stop":1714415162809,"duration":1}},{"uid":"c6846e514828af21","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c6846e514828af21","status":"passed","time":{"start":1714407369928,"stop":1714407369929,"duration":1}},{"uid":"398d69303d9aa14f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/398d69303d9aa14f","status":"passed","time":{"start":1714406397063,"stop":1714406397063,"duration":0}},{"uid":"5b247a90df9689fb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5b247a90df9689fb","status":"passed","time":{"start":1714404187039,"stop":1714404187040,"duration":1}}]},"6e1381ac200671b08c9707a8643fc79e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"55f9b9e03bf0d166","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/55f9b9e03bf0d166","status":"passed","time":{"start":1714453925074,"stop":1714453925074,"duration":0}},{"uid":"7e81ba773b1d86af","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7e81ba773b1d86af","status":"passed","time":{"start":1714435482983,"stop":1714435482983,"duration":0}},{"uid":"fc1de8533348d58b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fc1de8533348d58b","status":"passed","time":{"start":1714434552019,"stop":1714434552019,"duration":0}},{"uid":"85c6e7ec2a706ae6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/85c6e7ec2a706ae6","status":"passed","time":{"start":1714433247043,"stop":1714433247043,"duration":0}},{"uid":"59f802db72505a70","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/59f802db72505a70","status":"passed","time":{"start":1714431444766,"stop":1714431444767,"duration":1}},{"uid":"c81f8de1f7e42fd6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c81f8de1f7e42fd6","status":"passed","time":{"start":1714431708306,"stop":1714431708306,"duration":0}},{"uid":"d2ac0ecbfad28ca1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d2ac0ecbfad28ca1","status":"passed","time":{"start":1714430430738,"stop":1714430430738,"duration":0}},{"uid":"55329c7d2dfa9390","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/55329c7d2dfa9390","status":"passed","time":{"start":1714430223193,"stop":1714430223194,"duration":1}},{"uid":"b906fcf1028e6c44","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b906fcf1028e6c44","status":"passed","time":{"start":1714429383895,"stop":1714429383895,"duration":0}},{"uid":"4dff0cb33fc039a7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4dff0cb33fc039a7","status":"passed","time":{"start":1714428528648,"stop":1714428528649,"duration":1}},{"uid":"8fa72e33eea1ac73","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8fa72e33eea1ac73","status":"passed","time":{"start":1714427305998,"stop":1714427305998,"duration":0}},{"uid":"68b2b4f90491de41","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/68b2b4f90491de41","status":"passed","time":{"start":1714427007391,"stop":1714427007392,"duration":1}},{"uid":"19525bd28c1641cc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/19525bd28c1641cc","status":"passed","time":{"start":1714426355986,"stop":1714426355986,"duration":0}},{"uid":"25021a0437831723","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/25021a0437831723","status":"passed","time":{"start":1714424458799,"stop":1714424458800,"duration":1}},{"uid":"3253f87eecc65479","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3253f87eecc65479","status":"passed","time":{"start":1714424849031,"stop":1714424849032,"duration":1}},{"uid":"15f71d74ee90cd3d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/15f71d74ee90cd3d","status":"passed","time":{"start":1714415001463,"stop":1714415001463,"duration":0}},{"uid":"400b0718342b6532","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/400b0718342b6532","status":"passed","time":{"start":1714415154939,"stop":1714415154939,"duration":0}},{"uid":"29c2151bbee41c1e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/29c2151bbee41c1e","status":"passed","time":{"start":1714407362061,"stop":1714407362062,"duration":1}},{"uid":"160147359cb827a7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/160147359cb827a7","status":"passed","time":{"start":1714406389355,"stop":1714406389355,"duration":0}},{"uid":"e0945af4bf7ae20f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e0945af4bf7ae20f","status":"passed","time":{"start":1714404179194,"stop":1714404179194,"duration":0}}]},"156af0e37fe7f5c4b36091a54f731f21:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72571b0049f19771","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/72571b0049f19771","status":"passed","time":{"start":1714429098037,"stop":1714429098037,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"dc09e913abdfe17f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc09e913abdfe17f","status":"passed","time":{"start":1714454563520,"stop":1714454563520,"duration":0}},{"uid":"8b0f528555c6a930","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8b0f528555c6a930","status":"passed","time":{"start":1714436124262,"stop":1714436124262,"duration":0}},{"uid":"df943affade3e361","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/df943affade3e361","status":"passed","time":{"start":1714435198943,"stop":1714435198944,"duration":1}},{"uid":"9564e62efc5db272","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9564e62efc5db272","status":"passed","time":{"start":1714433881553,"stop":1714433881553,"duration":0}},{"uid":"9474ed1ccc0e4f5a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9474ed1ccc0e4f5a","status":"passed","time":{"start":1714432089943,"stop":1714432089944,"duration":1}},{"uid":"45b86c8f3d06669e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/45b86c8f3d06669e","status":"passed","time":{"start":1714432390560,"stop":1714432390560,"duration":0}},{"uid":"4eb562e8b962dd36","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4eb562e8b962dd36","status":"passed","time":{"start":1714431087769,"stop":1714431087770,"duration":1}},{"uid":"33e381c75b8997f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/33e381c75b8997f","status":"passed","time":{"start":1714430905437,"stop":1714430905438,"duration":1}},{"uid":"4ec0cacbc35e51de","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4ec0cacbc35e51de","status":"passed","time":{"start":1714430058437,"stop":1714430058437,"duration":0}},{"uid":"38f972a9a715d49","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/38f972a9a715d49","status":"passed","time":{"start":1714429175956,"stop":1714429175957,"duration":1}},{"uid":"cad9c27c8a8f6ee5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cad9c27c8a8f6ee5","status":"passed","time":{"start":1714427951729,"stop":1714427951729,"duration":0}},{"uid":"f30421b94cf1dee1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f30421b94cf1dee1","status":"passed","time":{"start":1714427658859,"stop":1714427658860,"duration":1}},{"uid":"b450cbc5eebe4cd9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b450cbc5eebe4cd9","status":"passed","time":{"start":1714427006279,"stop":1714427006279,"duration":0}},{"uid":"8c6afa10549216b1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8c6afa10549216b1","status":"passed","time":{"start":1714425734132,"stop":1714425734133,"duration":1}},{"uid":"75f523f06818f857","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/75f523f06818f857","status":"passed","time":{"start":1714425508072,"stop":1714425508072,"duration":0}},{"uid":"961ed4f00ec7f520","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/961ed4f00ec7f520","status":"passed","time":{"start":1714415698748,"stop":1714415698748,"duration":0}},{"uid":"c1e1395353878c3f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c1e1395353878c3f","status":"passed","time":{"start":1714415803330,"stop":1714415803330,"duration":0}},{"uid":"5e67b0a175f00945","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5e67b0a175f00945","status":"passed","time":{"start":1714408015507,"stop":1714408015507,"duration":0}},{"uid":"1b1498c0f0b4c91a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1b1498c0f0b4c91a","status":"passed","time":{"start":1714407046988,"stop":1714407046988,"duration":0}},{"uid":"5adcbbdbd86921c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5adcbbdbd86921c","status":"passed","time":{"start":1714404824583,"stop":1714404824583,"duration":0}}]},"8cf3094c627ea8c78f5e351ba7fc44c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ab4eae2d2b1f99f","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/3ab4eae2d2b1f99f","status":"passed","time":{"start":1714087126241,"stop":1714087126241,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"b804799c670fe26d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b804799c670fe26d","status":"passed","time":{"start":1714454365884,"stop":1714454365884,"duration":0}},{"uid":"43cb747cf0b73f01","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/43cb747cf0b73f01","status":"passed","time":{"start":1714435932825,"stop":1714435932825,"duration":0}},{"uid":"dbac907c5f748a7b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/dbac907c5f748a7b","status":"passed","time":{"start":1714435006846,"stop":1714435006847,"duration":1}},{"uid":"c57577cbf2fdf72a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c57577cbf2fdf72a","status":"passed","time":{"start":1714433693925,"stop":1714433693926,"duration":1}},{"uid":"1c767dabf35c50fc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1c767dabf35c50fc","status":"passed","time":{"start":1714431888548,"stop":1714431888549,"duration":1}},{"uid":"1dc689019bddb30e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1dc689019bddb30e","status":"passed","time":{"start":1714432201979,"stop":1714432201979,"duration":0}},{"uid":"f513a54a2af28ae8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f513a54a2af28ae8","status":"passed","time":{"start":1714430892451,"stop":1714430892452,"duration":1}},{"uid":"2091c0e0fb1c54cd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2091c0e0fb1c54cd","status":"passed","time":{"start":1714430720934,"stop":1714430720934,"duration":0}},{"uid":"d0ef3a0aa702d09e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d0ef3a0aa702d09e","status":"passed","time":{"start":1714429855259,"stop":1714429855260,"duration":1}},{"uid":"be18fc9f2770da0e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/be18fc9f2770da0e","status":"passed","time":{"start":1714428989439,"stop":1714428989439,"duration":0}},{"uid":"6e002f728250a267","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6e002f728250a267","status":"passed","time":{"start":1714427767176,"stop":1714427767179,"duration":3}},{"uid":"a7806563b7df9fc9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a7806563b7df9fc9","status":"passed","time":{"start":1714427460522,"stop":1714427460523,"duration":1}},{"uid":"ab19f16dd55eb1f7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ab19f16dd55eb1f7","status":"passed","time":{"start":1714426812808,"stop":1714426812808,"duration":0}},{"uid":"546e29b3ebcea884","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/546e29b3ebcea884","status":"passed","time":{"start":1714425528585,"stop":1714425528585,"duration":0}},{"uid":"90aed3096de1b2d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/90aed3096de1b2d","status":"passed","time":{"start":1714425301109,"stop":1714425301111,"duration":2}},{"uid":"aa25e4cb9ef60e44","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/aa25e4cb9ef60e44","status":"passed","time":{"start":1714415473263,"stop":1714415473264,"duration":1}},{"uid":"3df62b176cca829f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3df62b176cca829f","status":"passed","time":{"start":1714415615361,"stop":1714415615362,"duration":1}},{"uid":"5a4f8677551c11a6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5a4f8677551c11a6","status":"passed","time":{"start":1714407816868,"stop":1714407816868,"duration":0}},{"uid":"44e1796066ff2cde","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/44e1796066ff2cde","status":"passed","time":{"start":1714406861591,"stop":1714406861591,"duration":0}},{"uid":"3f380fdefbe47e67","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3f380fdefbe47e67","status":"passed","time":{"start":1714404628275,"stop":1714404628275,"duration":0}}]},"ec136e2caf027a962af6cbdba1bb880f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"2250c63347437652","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/2250c63347437652","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'subscribe')","time":{"start":1714003547119,"stop":1714003547119,"duration":0}}]},"421516634859b9787352d7b5e95b8866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85c1ef36c4c648d4","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/85c1ef36c4c648d4","status":"passed","time":{"start":1714129789805,"stop":1714129789806,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"73fc7ac1628ba423","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/73fc7ac1628ba423","status":"passed","time":{"start":1714454429792,"stop":1714454429792,"duration":0}},{"uid":"7b1d9d3e1c7ed74b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7b1d9d3e1c7ed74b","status":"passed","time":{"start":1714435983378,"stop":1714435983378,"duration":0}},{"uid":"656ec3491e000718","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/656ec3491e000718","status":"passed","time":{"start":1714435051942,"stop":1714435051942,"duration":0}},{"uid":"32403433fa656135","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/32403433fa656135","status":"passed","time":{"start":1714433741788,"stop":1714433741789,"duration":1}},{"uid":"8d33924db8d4567a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8d33924db8d4567a","status":"passed","time":{"start":1714431944902,"stop":1714431944902,"duration":0}},{"uid":"3d433daa920c190d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3d433daa920c190d","status":"passed","time":{"start":1714432240088,"stop":1714432240089,"duration":1}},{"uid":"eb6044545293df43","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eb6044545293df43","status":"passed","time":{"start":1714430938917,"stop":1714430938917,"duration":0}},{"uid":"df6f28986028ca57","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/df6f28986028ca57","status":"passed","time":{"start":1714430755764,"stop":1714430755764,"duration":0}},{"uid":"5a0b07975edfd6bb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5a0b07975edfd6bb","status":"passed","time":{"start":1714429913425,"stop":1714429913426,"duration":1}},{"uid":"79507746369678c0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/79507746369678c0","status":"passed","time":{"start":1714429034573,"stop":1714429034573,"duration":0}},{"uid":"28acaad170764138","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/28acaad170764138","status":"passed","time":{"start":1714427765140,"stop":1714427765140,"duration":0}},{"uid":"5a63d42c0a25e497","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5a63d42c0a25e497","status":"passed","time":{"start":1714427509513,"stop":1714427509514,"duration":1}},{"uid":"e8bf6ea97b3c55d5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e8bf6ea97b3c55d5","status":"passed","time":{"start":1714426865266,"stop":1714426865266,"duration":0}},{"uid":"ed0d14526afd8fd3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ed0d14526afd8fd3","status":"passed","time":{"start":1714425536874,"stop":1714425536874,"duration":0}},{"uid":"811989732545fa80","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/811989732545fa80","status":"passed","time":{"start":1714425348179,"stop":1714425348179,"duration":0}},{"uid":"4e77a0a3d4b35fdb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4e77a0a3d4b35fdb","status":"passed","time":{"start":1714415541644,"stop":1714415541644,"duration":0}},{"uid":"516de72d76a79436","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/516de72d76a79436","status":"passed","time":{"start":1714415666674,"stop":1714415666675,"duration":1}},{"uid":"734a3461912936c7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/734a3461912936c7","status":"passed","time":{"start":1714407867317,"stop":1714407867317,"duration":0}},{"uid":"9b4adcf088a6ccbc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9b4adcf088a6ccbc","status":"passed","time":{"start":1714406901745,"stop":1714406901746,"duration":1}},{"uid":"737dcfccfc2e744c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/737dcfccfc2e744c","status":"passed","time":{"start":1714404685930,"stop":1714404685931,"duration":1}}]},"628d864bd5f7965989026a600ab277dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22d131245a1c6459","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/22d131245a1c6459","status":"passed","time":{"start":1714008042030,"stop":1714008042031,"duration":1}}]},"7d321a97e95354e15ff7749f6938eea6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40e5cdd50e347f56","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/40e5cdd50e347f56","status":"passed","time":{"start":1714432193267,"stop":1714432193267,"duration":0}}]},"cbe828a412bf90b906a6cf8fe0ce2022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b16f6eb7844c6b05","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/b16f6eb7844c6b05","status":"passed","time":{"start":1714080498797,"stop":1714080498798,"duration":1}}]},"7d054a92b3c0b8f7ddd88be71e206ac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc831f2d2f91aade","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/cc831f2d2f91aade","status":"passed","time":{"start":1714087070365,"stop":1714087070366,"duration":1}}]},"45e3ed97c42662ee4bf0b77f0cc7dbb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"532af222d2e37e2d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/532af222d2e37e2d","status":"passed","time":{"start":1714383546702,"stop":1714383546702,"duration":0}}]},"38361a6f3d9c3ff71f0f292cc73a3432:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4922594fca969ff1","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/4922594fca969ff1","status":"passed","time":{"start":1713997832222,"stop":1713997832222,"duration":0}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"a202d63d4eb93af4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a202d63d4eb93af4","status":"passed","time":{"start":1714454434320,"stop":1714454434320,"duration":0}},{"uid":"3e9a73f02789b605","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3e9a73f02789b605","status":"passed","time":{"start":1714436006534,"stop":1714436006534,"duration":0}},{"uid":"50477165897278b8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/50477165897278b8","status":"passed","time":{"start":1714435054831,"stop":1714435054831,"duration":0}},{"uid":"8a987606ac85cf9f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8a987606ac85cf9f","status":"passed","time":{"start":1714433761058,"stop":1714433761058,"duration":0}},{"uid":"2a87a39b6faa90f1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2a87a39b6faa90f1","status":"passed","time":{"start":1714431966429,"stop":1714431966429,"duration":0}},{"uid":"f3c18f7b6ae6bbcc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f3c18f7b6ae6bbcc","status":"passed","time":{"start":1714432193272,"stop":1714432193272,"duration":0}},{"uid":"63e49a7311b74fcc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/63e49a7311b74fcc","status":"passed","time":{"start":1714430948535,"stop":1714430948535,"duration":0}},{"uid":"5c126d7c31d70f83","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5c126d7c31d70f83","status":"passed","time":{"start":1714430713523,"stop":1714430713524,"duration":1}},{"uid":"6ad40d5c7cc6c912","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6ad40d5c7cc6c912","status":"passed","time":{"start":1714429917743,"stop":1714429917743,"duration":0}},{"uid":"42f8892662935694","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/42f8892662935694","status":"passed","time":{"start":1714429040293,"stop":1714429040294,"duration":1}},{"uid":"cb27331577d5856a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cb27331577d5856a","status":"passed","time":{"start":1714427848682,"stop":1714427848682,"duration":0}},{"uid":"106f5693a69a6fff","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/106f5693a69a6fff","status":"passed","time":{"start":1714427530064,"stop":1714427530064,"duration":0}},{"uid":"36d7cbd87016b18b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/36d7cbd87016b18b","status":"passed","time":{"start":1714426875135,"stop":1714426875136,"duration":1}},{"uid":"b405de0ab39091eb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b405de0ab39091eb","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511026,"stop":1714426511026,"duration":0}},{"uid":"291fc6a058056464","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/291fc6a058056464","status":"passed","time":{"start":1714425369957,"stop":1714425369958,"duration":1}},{"uid":"5fa1df3cb4446ccf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5fa1df3cb4446ccf","status":"passed","time":{"start":1714415516375,"stop":1714415516375,"duration":0}},{"uid":"11028313eb9d580b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/11028313eb9d580b","status":"passed","time":{"start":1714415679029,"stop":1714415679029,"duration":0}},{"uid":"8f95103fa13a8b1a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8f95103fa13a8b1a","status":"passed","time":{"start":1714407884324,"stop":1714407884324,"duration":0}},{"uid":"ed5f44394da605c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ed5f44394da605c","status":"passed","time":{"start":1714406914313,"stop":1714406914313,"duration":0}},{"uid":"7d7512728d4e48d3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7d7512728d4e48d3","status":"passed","time":{"start":1714404690108,"stop":1714404690109,"duration":1}}]},"36c9aa127d6044d73019746f21bc904e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b927263d89c0423a","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/b927263d89c0423a","status":"passed","time":{"start":1713969158743,"stop":1713969158743,"duration":0}}]},"8ff0e04826febe342262c4e0f4996892:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed332a30e99c3376","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/ed332a30e99c3376","status":"passed","time":{"start":1714045770689,"stop":1714045770690,"duration":1}}]},"dfef46e9ef3daadf5e67108f4dbd515c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e251d55b8aad3848","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e251d55b8aad3848","status":"passed","time":{"start":1714169472812,"stop":1714169472812,"duration":0}}]},"8a33ed1d8536e5ffe762bcf72d432ea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c28cf24ddd21b73","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/5c28cf24ddd21b73","status":"passed","time":{"start":1713943641560,"stop":1713943641560,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"16d2f708d2a201df","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/16d2f708d2a201df","status":"passed","time":{"start":1714453932710,"stop":1714453932710,"duration":0}},{"uid":"d8a982630affb72a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d8a982630affb72a","status":"passed","time":{"start":1714435490589,"stop":1714435490589,"duration":0}},{"uid":"ef6bda8a5d84e66e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ef6bda8a5d84e66e","status":"passed","time":{"start":1714434559568,"stop":1714434559569,"duration":1}},{"uid":"64af94fed1b03a9d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/64af94fed1b03a9d","status":"passed","time":{"start":1714433254663,"stop":1714433254664,"duration":1}},{"uid":"6d8cdaf42c6fa9d2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6d8cdaf42c6fa9d2","status":"passed","time":{"start":1714431452652,"stop":1714431452652,"duration":0}},{"uid":"afc43987d44680a4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/afc43987d44680a4","status":"passed","time":{"start":1714431716079,"stop":1714431716079,"duration":0}},{"uid":"fb4b28be0538255d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fb4b28be0538255d","status":"passed","time":{"start":1714430438508,"stop":1714430438509,"duration":1}},{"uid":"e9852d864a30de92","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e9852d864a30de92","status":"passed","time":{"start":1714430230969,"stop":1714430230969,"duration":0}},{"uid":"d83c8603fa3332ae","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d83c8603fa3332ae","status":"passed","time":{"start":1714429392683,"stop":1714429392683,"duration":0}},{"uid":"a4219109b85b007","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a4219109b85b007","status":"passed","time":{"start":1714428536305,"stop":1714428536305,"duration":0}},{"uid":"5d42dcbe37c4ed4b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5d42dcbe37c4ed4b","status":"passed","time":{"start":1714427313742,"stop":1714427313742,"duration":0}},{"uid":"35a38e2e5761d6c1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/35a38e2e5761d6c1","status":"passed","time":{"start":1714427015245,"stop":1714427015246,"duration":1}},{"uid":"6edb5cdd3cf6a4f1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6edb5cdd3cf6a4f1","status":"passed","time":{"start":1714426364081,"stop":1714426364081,"duration":0}},{"uid":"d9375718e0a14c1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d9375718e0a14c1","status":"passed","time":{"start":1714424466616,"stop":1714424466616,"duration":0}},{"uid":"787093aa16f4fc3d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/787093aa16f4fc3d","status":"passed","time":{"start":1714424856928,"stop":1714424856929,"duration":1}},{"uid":"422d92475612954e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/422d92475612954e","status":"passed","time":{"start":1714415009492,"stop":1714415009493,"duration":1}},{"uid":"d85f6f0a46855aa3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d85f6f0a46855aa3","status":"passed","time":{"start":1714415162813,"stop":1714415162814,"duration":1}},{"uid":"f532efb970ebb6e2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f532efb970ebb6e2","status":"passed","time":{"start":1714407369933,"stop":1714407369933,"duration":0}},{"uid":"ec4a862624306793","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ec4a862624306793","status":"passed","time":{"start":1714406397066,"stop":1714406397066,"duration":0}},{"uid":"1bd22efdd96a6993","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1bd22efdd96a6993","status":"passed","time":{"start":1714404187042,"stop":1714404187043,"duration":1}}]},"d5c71004ac249775fe30043d4e6190b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa4cf4bcd8af4d0a","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/fa4cf4bcd8af4d0a","status":"passed","time":{"start":1714382918288,"stop":1714382918288,"duration":0}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":87,"unknown":0,"total":87},"items":[{"uid":"fc7d391cf12af8a9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fc7d391cf12af8a9","status":"passed","time":{"start":1714454246975,"stop":1714454246975,"duration":0}},{"uid":"d9162a0326b4f136","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d9162a0326b4f136","status":"passed","time":{"start":1714435795187,"stop":1714435795188,"duration":1}},{"uid":"fe7ee6bb1996806f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fe7ee6bb1996806f","status":"passed","time":{"start":1714434861609,"stop":1714434861609,"duration":0}},{"uid":"1f6686dc0147001f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1f6686dc0147001f","status":"passed","time":{"start":1714433551076,"stop":1714433551077,"duration":1}},{"uid":"f40b17c0ffbcaa93","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f40b17c0ffbcaa93","status":"passed","time":{"start":1714431768813,"stop":1714431768814,"duration":1}},{"uid":"38c06944e0c527d4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/38c06944e0c527d4","status":"passed","time":{"start":1714432061425,"stop":1714432061425,"duration":0}},{"uid":"4262836cabe2c764","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4262836cabe2c764","status":"passed","time":{"start":1714430772725,"stop":1714430772725,"duration":0}},{"uid":"4f3857928169928a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4f3857928169928a","status":"passed","time":{"start":1714430577556,"stop":1714430577556,"duration":0}},{"uid":"2b8d61dc03603a42","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2b8d61dc03603a42","status":"passed","time":{"start":1714429721254,"stop":1714429721254,"duration":0}},{"uid":"1e6694eb0a09ee5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1e6694eb0a09ee5","status":"passed","time":{"start":1714428857768,"stop":1714428857769,"duration":1}},{"uid":"8f135165170866af","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8f135165170866af","status":"passed","time":{"start":1714427634504,"stop":1714427634505,"duration":1}},{"uid":"22496bb2673e2faf","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/22496bb2673e2faf","status":"passed","time":{"start":1714427320392,"stop":1714427320392,"duration":0}},{"uid":"7a260e4fe5a2e067","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7a260e4fe5a2e067","status":"passed","time":{"start":1714426692197,"stop":1714426692197,"duration":0}},{"uid":"7a243ef96ad1e3e7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7a243ef96ad1e3e7","status":"passed","time":{"start":1714425469963,"stop":1714425469963,"duration":0}},{"uid":"3c26db6781d57fee","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3c26db6781d57fee","status":"passed","time":{"start":1714425170479,"stop":1714425170479,"duration":0}},{"uid":"acece2c9ffcb50fa","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/acece2c9ffcb50fa","status":"passed","time":{"start":1714415308005,"stop":1714415308005,"duration":0}},{"uid":"b754c56e7c0295b1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b754c56e7c0295b1","status":"passed","time":{"start":1714415498401,"stop":1714415498402,"duration":1}},{"uid":"908d57ec00ccbc4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/908d57ec00ccbc4","status":"passed","time":{"start":1714407691767,"stop":1714407691767,"duration":0}},{"uid":"effebd9bf1ceb353","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/effebd9bf1ceb353","status":"passed","time":{"start":1714406721593,"stop":1714406721594,"duration":1}},{"uid":"39045fe184448a2b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/39045fe184448a2b","status":"passed","time":{"start":1714404515364,"stop":1714404515364,"duration":0}}]},"3b342164a0ad11d953fac15da8ac6552:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8b19657d04e9da3","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/b8b19657d04e9da3","status":"passed","time":{"start":1714178248452,"stop":1714178248452,"duration":0}}]},"862d7b74381c69ad1e79ffa62d8ae9e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcb4ee256f971ccb","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/dcb4ee256f971ccb","status":"passed","time":{"start":1714177969696,"stop":1714177969696,"duration":0}}]},"7c06a4980fae46cd4cdfc0b683ddf5a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9d881a6c192d543","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f9d881a6c192d543","status":"passed","time":{"start":1714429098034,"stop":1714429098035,"duration":1}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"c6ea6ff5a4b463fb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c6ea6ff5a4b463fb","status":"passed","time":{"start":1714454429802,"stop":1714454429802,"duration":0}},{"uid":"49514f9f99684cea","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/49514f9f99684cea","status":"passed","time":{"start":1714435983390,"stop":1714435983390,"duration":0}},{"uid":"522c423c6cc49193","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/522c423c6cc49193","status":"passed","time":{"start":1714435051950,"stop":1714435051951,"duration":1}},{"uid":"34eac712354d9a17","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/34eac712354d9a17","status":"passed","time":{"start":1714433741797,"stop":1714433741797,"duration":0}},{"uid":"68d6fe73c5660afd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/68d6fe73c5660afd","status":"passed","time":{"start":1714431944917,"stop":1714431944918,"duration":1}},{"uid":"2474ed81baede703","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2474ed81baede703","status":"passed","time":{"start":1714432240120,"stop":1714432240120,"duration":0}},{"uid":"fd8b331410a9fb03","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fd8b331410a9fb03","status":"passed","time":{"start":1714430938926,"stop":1714430938926,"duration":0}},{"uid":"8b311b9ef586aa61","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8b311b9ef586aa61","status":"passed","time":{"start":1714430755771,"stop":1714430755771,"duration":0}},{"uid":"a05a313cf5c2402f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a05a313cf5c2402f","status":"passed","time":{"start":1714429913464,"stop":1714429913464,"duration":0}},{"uid":"e3ab8ba7cc4ad390","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e3ab8ba7cc4ad390","status":"passed","time":{"start":1714429034590,"stop":1714429034590,"duration":0}},{"uid":"505ad1f5df654ce7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/505ad1f5df654ce7","status":"passed","time":{"start":1714427765153,"stop":1714427765153,"duration":0}},{"uid":"f3e062976eb3afb7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f3e062976eb3afb7","status":"passed","time":{"start":1714427509522,"stop":1714427509522,"duration":0}},{"uid":"550fddcb2aecf605","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/550fddcb2aecf605","status":"passed","time":{"start":1714426865274,"stop":1714426865274,"duration":0}},{"uid":"74f68b85682a509f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/74f68b85682a509f","status":"passed","time":{"start":1714425536881,"stop":1714425536882,"duration":1}},{"uid":"3a253fb027196c27","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3a253fb027196c27","status":"passed","time":{"start":1714425348201,"stop":1714425348202,"duration":1}},{"uid":"ec88757f3ce2f68d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ec88757f3ce2f68d","status":"passed","time":{"start":1714415541653,"stop":1714415541653,"duration":0}},{"uid":"e3477d4fb593008e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e3477d4fb593008e","status":"passed","time":{"start":1714415666687,"stop":1714415666688,"duration":1}},{"uid":"a957fc2f2be394f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a957fc2f2be394f","status":"passed","time":{"start":1714407867325,"stop":1714407867325,"duration":0}},{"uid":"9456eea2db53eab1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9456eea2db53eab1","status":"passed","time":{"start":1714406901771,"stop":1714406901771,"duration":0}},{"uid":"a739b7da450194c7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a739b7da450194c7","status":"passed","time":{"start":1714404685940,"stop":1714404685940,"duration":0}}]},"bf9cce04f651c59ee8f4da80d3fc1b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d49449e0c53591e3","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d49449e0c53591e3","status":"passed","time":{"start":1714404232321,"stop":1714404232322,"duration":1}}]},"0d65f5222c90d24fd8cf4a26254ad9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9efd0626232e6bc0","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/9efd0626232e6bc0","status":"passed","time":{"start":1714140518320,"stop":1714140518320,"duration":0}}]},"7614652b3d4a835fa49637156f940bdd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c8f886789231c80","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8c8f886789231c80","status":"passed","time":{"start":1714433792293,"stop":1714433792293,"duration":0}}]},"1934eaaf62e93e1798686650bbdde185:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d63c9649b4ed9561","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/d63c9649b4ed9561","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108296,"stop":1713969108297,"duration":1}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2f18c74bf5c2821f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2f18c74bf5c2821f","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0}},{"uid":"5c7e19fe5ca13266","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5c7e19fe5ca13266","status":"passed","time":{"start":1714435491290,"stop":1714435491290,"duration":0}},{"uid":"7c137c5ff1d4db2f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7c137c5ff1d4db2f","status":"passed","time":{"start":1714434560397,"stop":1714434560397,"duration":0}},{"uid":"93d55cdd95d6804e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/93d55cdd95d6804e","status":"passed","time":{"start":1714433255377,"stop":1714433255377,"duration":0}},{"uid":"6e3d4ad0658b861c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6e3d4ad0658b861c","status":"passed","time":{"start":1714431453273,"stop":1714431453273,"duration":0}},{"uid":"7913fde4616774e1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7913fde4616774e1","status":"passed","time":{"start":1714431716852,"stop":1714431716853,"duration":1}},{"uid":"9bb9ca007fe5c7f2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9bb9ca007fe5c7f2","status":"passed","time":{"start":1714430439314,"stop":1714430439314,"duration":0}},{"uid":"31d6e639df3f4f8a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/31d6e639df3f4f8a","status":"passed","time":{"start":1714430231609,"stop":1714430231609,"duration":0}},{"uid":"e302dd2fd3f9d716","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e302dd2fd3f9d716","status":"passed","time":{"start":1714429393353,"stop":1714429393354,"duration":1}},{"uid":"b1446f8ca894fc6a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b1446f8ca894fc6a","status":"passed","time":{"start":1714428537104,"stop":1714428537105,"duration":1}},{"uid":"120565547920b5c1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/120565547920b5c1","status":"passed","time":{"start":1714427314625,"stop":1714427314625,"duration":0}},{"uid":"9b67a55561b7dea6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9b67a55561b7dea6","status":"passed","time":{"start":1714427015821,"stop":1714427015821,"duration":0}},{"uid":"554e62c6c849a7d0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/554e62c6c849a7d0","status":"passed","time":{"start":1714426364739,"stop":1714426364739,"duration":0}},{"uid":"2ccaa80773ec3c9d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2ccaa80773ec3c9d","status":"passed","time":{"start":1714424467266,"stop":1714424467267,"duration":1}},{"uid":"78e59cc4ab342e7c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/78e59cc4ab342e7c","status":"passed","time":{"start":1714424857619,"stop":1714424857619,"duration":0}},{"uid":"3430c5c2cd11bc2b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3430c5c2cd11bc2b","status":"passed","time":{"start":1714415010226,"stop":1714415010226,"duration":0}},{"uid":"ea9b717286ff10b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ea9b717286ff10b","status":"passed","time":{"start":1714415163524,"stop":1714415163525,"duration":1}},{"uid":"a51c0ccf46303bb6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a51c0ccf46303bb6","status":"passed","time":{"start":1714407370712,"stop":1714407370712,"duration":0}},{"uid":"a37bbff35cc63555","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a37bbff35cc63555","status":"passed","time":{"start":1714406397859,"stop":1714406397859,"duration":0}},{"uid":"97100643448eaf9a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/97100643448eaf9a","status":"passed","time":{"start":1714404187711,"stop":1714404187711,"duration":0}}]},"47c53d5d88b541dee57029165d7176b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"296cac74d7bb370","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/296cac74d7bb370","status":"passed","time":{"start":1714178024126,"stop":1714178024126,"duration":0}}]},"f22238357dfc09323fa20447b837cacf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ff1afd77c3b8d639","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ff1afd77c3b8d639","status":"passed","time":{"start":1714453925062,"stop":1714453925062,"duration":0}},{"uid":"25241bbd2e98001e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/25241bbd2e98001e","status":"passed","time":{"start":1714435482971,"stop":1714435482971,"duration":0}},{"uid":"a9c451b405d3bd55","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a9c451b405d3bd55","status":"passed","time":{"start":1714434552007,"stop":1714434552007,"duration":0}},{"uid":"a928184e483278f8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a928184e483278f8","status":"passed","time":{"start":1714433247031,"stop":1714433247031,"duration":0}},{"uid":"3740648ed3320762","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3740648ed3320762","status":"passed","time":{"start":1714431444751,"stop":1714431444751,"duration":0}},{"uid":"b0bab2c0c3c4bf6f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b0bab2c0c3c4bf6f","status":"passed","time":{"start":1714431708293,"stop":1714431708293,"duration":0}},{"uid":"ddecd11b2746f80a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ddecd11b2746f80a","status":"passed","time":{"start":1714430430725,"stop":1714430430725,"duration":0}},{"uid":"2eb3427fca68ba7e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2eb3427fca68ba7e","status":"passed","time":{"start":1714430223184,"stop":1714430223185,"duration":1}},{"uid":"48f79a5db138c5bb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/48f79a5db138c5bb","status":"passed","time":{"start":1714429383882,"stop":1714429383882,"duration":0}},{"uid":"c5469d94d9f563fa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c5469d94d9f563fa","status":"passed","time":{"start":1714428528636,"stop":1714428528636,"duration":0}},{"uid":"9c8980bc59c34749","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9c8980bc59c34749","status":"passed","time":{"start":1714427305988,"stop":1714427305988,"duration":0}},{"uid":"4244b9ff898c12a2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4244b9ff898c12a2","status":"passed","time":{"start":1714427007382,"stop":1714427007383,"duration":1}},{"uid":"37f71d4059a833f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/37f71d4059a833f","status":"passed","time":{"start":1714426355972,"stop":1714426355972,"duration":0}},{"uid":"2f376485a385e3d9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2f376485a385e3d9","status":"passed","time":{"start":1714424458786,"stop":1714424458786,"duration":0}},{"uid":"68116e31b8ce901","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/68116e31b8ce901","status":"passed","time":{"start":1714424849011,"stop":1714424849012,"duration":1}},{"uid":"4102e1b24436a97c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4102e1b24436a97c","status":"passed","time":{"start":1714415001451,"stop":1714415001451,"duration":0}},{"uid":"740f2070c23b0c99","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/740f2070c23b0c99","status":"passed","time":{"start":1714415154923,"stop":1714415154924,"duration":1}},{"uid":"f02b370e004c041f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f02b370e004c041f","status":"passed","time":{"start":1714407362049,"stop":1714407362049,"duration":0}},{"uid":"ac7905827de719ec","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ac7905827de719ec","status":"passed","time":{"start":1714406389342,"stop":1714406389342,"duration":0}},{"uid":"d804db2964920bb6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d804db2964920bb6","status":"passed","time":{"start":1714404179180,"stop":1714404179181,"duration":1}}]},"a62102982d9a702c23148cea0e3d048e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3a9909a5040713","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f3a9909a5040713","status":"passed","time":{"start":1714425425858,"stop":1714425425858,"duration":0}}]},"071134ce365b45bb229fc697559df4a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ab63bd8e7f489a6","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/1ab63bd8e7f489a6","status":"passed","time":{"start":1714139752229,"stop":1714139752229,"duration":0}}]},"b7d980712463301837b1541199cba80c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d7ff5d78ea3724f","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/3d7ff5d78ea3724f","status":"passed","time":{"start":1713943549155,"stop":1713943549155,"duration":0}}]},"ee72bf6c5793cf4c79f9730797e005a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2150154d96429f69","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/2150154d96429f69","status":"passed","time":{"start":1714380450807,"stop":1714380450807,"duration":0}}]},"0a08257815436ea37529e8057445132b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34bc35204df09f68","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/34bc35204df09f68","status":"passed","time":{"start":1714139394357,"stop":1714139394360,"duration":3}}]},"85da0964eb0b0873b5682f5d84a4e86e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53eaf88b6267db17","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/53eaf88b6267db17","status":"passed","time":{"start":1714384939257,"stop":1714384939257,"duration":0}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"18e11e911cf90622","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/18e11e911cf90622","status":"passed","time":{"start":1714454431991,"stop":1714454431991,"duration":0}},{"uid":"29f776fbf2a88a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/29f776fbf2a88a","status":"passed","time":{"start":1714435990620,"stop":1714435990620,"duration":0}},{"uid":"10c0a99cfb01dd65","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/10c0a99cfb01dd65","status":"passed","time":{"start":1714435062608,"stop":1714435062608,"duration":0}},{"uid":"dde0d64c6078bd29","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dde0d64c6078bd29","status":"passed","time":{"start":1714433747830,"stop":1714433747832,"duration":2}},{"uid":"d8710a3b848271c5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d8710a3b848271c5","status":"passed","time":{"start":1714431959174,"stop":1714431959174,"duration":0}},{"uid":"606e0da08ad6499d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/606e0da08ad6499d","status":"passed","time":{"start":1714432238339,"stop":1714432238339,"duration":0}},{"uid":"39e98d207e086999","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/39e98d207e086999","status":"passed","time":{"start":1714430946038,"stop":1714430946038,"duration":0}},{"uid":"62eab03fe19dd486","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/62eab03fe19dd486","status":"passed","time":{"start":1714430757770,"stop":1714430757771,"duration":1}},{"uid":"aba727e413e02e08","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/aba727e413e02e08","status":"passed","time":{"start":1714429917769,"stop":1714429917769,"duration":0}},{"uid":"8e62aa953578fe87","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8e62aa953578fe87","status":"passed","time":{"start":1714429038414,"stop":1714429038414,"duration":0}},{"uid":"af4f10153533a8f1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/af4f10153533a8f1","status":"passed","time":{"start":1714427794299,"stop":1714427794299,"duration":0}},{"uid":"1ddef03fd2c3e1c8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1ddef03fd2c3e1c8","status":"passed","time":{"start":1714427517450,"stop":1714427517451,"duration":1}},{"uid":"7b1868cf917fc70a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7b1868cf917fc70a","status":"passed","time":{"start":1714426868569,"stop":1714426868570,"duration":1}},{"uid":"7ad8b4f503b3610a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7ad8b4f503b3610a","status":"passed","time":{"start":1714425554999,"stop":1714425554999,"duration":0}},{"uid":"699fe80dfed5656a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/699fe80dfed5656a","status":"passed","time":{"start":1714425349851,"stop":1714425349851,"duration":0}},{"uid":"b743532f86d0f009","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b743532f86d0f009","status":"passed","time":{"start":1714415539973,"stop":1714415539973,"duration":0}},{"uid":"a6d8e5d53fc05d94","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a6d8e5d53fc05d94","status":"passed","time":{"start":1714415671312,"stop":1714415671313,"duration":1}},{"uid":"7d96fb55bad75ace","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7d96fb55bad75ace","status":"passed","time":{"start":1714407878077,"stop":1714407878077,"duration":0}},{"uid":"b1ca36ddeb736277","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b1ca36ddeb736277","status":"passed","time":{"start":1714406907370,"stop":1714406907370,"duration":0}},{"uid":"7272f6e9f792d8aa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7272f6e9f792d8aa","status":"passed","time":{"start":1714404685454,"stop":1714404685455,"duration":1}}]},"c002419f7727b32c5138561917fe5423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"953163942409ecc3","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/953163942409ecc3","status":"passed","time":{"start":1714404247019,"stop":1714404247019,"duration":0}}]},"12509e2859907c30c45a2a0532080fe4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"922d281cb02570ae","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/922d281cb02570ae","status":"passed","time":{"start":1714297302878,"stop":1714297302879,"duration":1}}]},"547d927859338daf959792cfb3c62fbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac178d26ac8999d4","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/ac178d26ac8999d4","status":"passed","time":{"start":1714139910944,"stop":1714139910944,"duration":0}}]},"236deefcd63aa5f7b7cba17b3a62b2e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c75a588a63a4cc","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/12c75a588a63a4cc","status":"passed","time":{"start":1713977114448,"stop":1713977114449,"duration":1}}]},"0ffe00eff42d1f0e3a38a58b66c442a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"577e0dee86ffa80d","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/577e0dee86ffa80d","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714003785382,"stop":1714003785382,"duration":0}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"ed52e6f25675fb56","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ed52e6f25675fb56","status":"passed","time":{"start":1714454434308,"stop":1714454434309,"duration":1}},{"uid":"c4227fad73c58bd7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c4227fad73c58bd7","status":"passed","time":{"start":1714436006526,"stop":1714436006527,"duration":1}},{"uid":"be8f8dc4410785a9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/be8f8dc4410785a9","status":"passed","time":{"start":1714435054826,"stop":1714435054827,"duration":1}},{"uid":"aace4dd48dae2f2c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/aace4dd48dae2f2c","status":"passed","time":{"start":1714433761053,"stop":1714433761054,"duration":1}},{"uid":"a10755bfc2a2cdb6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a10755bfc2a2cdb6","status":"passed","time":{"start":1714431966425,"stop":1714431966425,"duration":0}},{"uid":"e5e3099e0e5ef077","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e5e3099e0e5ef077","status":"passed","time":{"start":1714432193267,"stop":1714432193268,"duration":1}},{"uid":"d4fdff90287f82fe","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d4fdff90287f82fe","status":"passed","time":{"start":1714430948529,"stop":1714430948529,"duration":0}},{"uid":"52f9ce05c3be3407","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/52f9ce05c3be3407","status":"passed","time":{"start":1714430713516,"stop":1714430713517,"duration":1}},{"uid":"93e20ecf557b7ec6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/93e20ecf557b7ec6","status":"passed","time":{"start":1714429917737,"stop":1714429917738,"duration":1}},{"uid":"9e0383725eaa5559","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9e0383725eaa5559","status":"passed","time":{"start":1714429040288,"stop":1714429040288,"duration":0}},{"uid":"55c95835ae5beea8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/55c95835ae5beea8","status":"passed","time":{"start":1714427848677,"stop":1714427848677,"duration":0}},{"uid":"e2ac40835e680d73","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e2ac40835e680d73","status":"passed","time":{"start":1714427530058,"stop":1714427530058,"duration":0}},{"uid":"318cdb501e862cd7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/318cdb501e862cd7","status":"passed","time":{"start":1714426875131,"stop":1714426875131,"duration":0}},{"uid":"d27d3ae8e1f54ee","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d27d3ae8e1f54ee","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511016,"stop":1714426511017,"duration":1}},{"uid":"4b5e4efcf4bf6b99","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4b5e4efcf4bf6b99","status":"passed","time":{"start":1714425369950,"stop":1714425369950,"duration":0}},{"uid":"b334aa3a27c95481","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b334aa3a27c95481","status":"passed","time":{"start":1714415516370,"stop":1714415516370,"duration":0}},{"uid":"d087cbd255df995d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d087cbd255df995d","status":"passed","time":{"start":1714415679024,"stop":1714415679025,"duration":1}},{"uid":"9896f806e31d6a07","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9896f806e31d6a07","status":"passed","time":{"start":1714407884319,"stop":1714407884319,"duration":0}},{"uid":"da26ead7cef388c8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/da26ead7cef388c8","status":"passed","time":{"start":1714406914280,"stop":1714406914280,"duration":0}},{"uid":"17fc252ce257a180","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/17fc252ce257a180","status":"passed","time":{"start":1714404690104,"stop":1714404690104,"duration":0}}]},"0740ed250997c69c21c3528da6ced173:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c48e89144708c649","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c48e89144708c649","status":"passed","time":{"start":1714433815801,"stop":1714433815801,"duration":0}}]},"4378cdbf16977f379f47387dd162b00e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bcd12279dc555f9","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/7bcd12279dc555f9","status":"passed","time":{"start":1714130811769,"stop":1714130811769,"duration":0}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"9879f1d88b61ff7e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9879f1d88b61ff7e","status":"passed","time":{"start":1714454507873,"stop":1714454507873,"duration":0}},{"uid":"38c8593493ae563","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/38c8593493ae563","status":"passed","time":{"start":1714436048742,"stop":1714436048743,"duration":1}},{"uid":"4aa1314eb661450c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4aa1314eb661450c","status":"passed","time":{"start":1714435155723,"stop":1714435155727,"duration":4}},{"uid":"ea89e24d7b133bc9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ea89e24d7b133bc9","status":"passed","time":{"start":1714433815779,"stop":1714433815780,"duration":1}},{"uid":"1d84bbcd143b3ded","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1d84bbcd143b3ded","status":"passed","time":{"start":1714432025705,"stop":1714432025705,"duration":0}},{"uid":"a5a52e8377b9b011","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a5a52e8377b9b011","status":"passed","time":{"start":1714432319329,"stop":1714432319329,"duration":0}},{"uid":"aa7fc543c79763d6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/aa7fc543c79763d6","status":"passed","time":{"start":1714431035216,"stop":1714431035216,"duration":0}},{"uid":"dd721cf40afdc65a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/dd721cf40afdc65a","status":"passed","time":{"start":1714430851102,"stop":1714430851102,"duration":0}},{"uid":"193a71bd21438e12","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/193a71bd21438e12","status":"passed","time":{"start":1714429998235,"stop":1714429998237,"duration":2}},{"uid":"1b62dcf306eb010c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1b62dcf306eb010c","status":"passed","time":{"start":1714429123376,"stop":1714429123379,"duration":3}},{"uid":"ed69494e96819cd4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ed69494e96819cd4","status":"passed","time":{"start":1714427908694,"stop":1714427908694,"duration":0}},{"uid":"41141acbb123197e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/41141acbb123197e","status":"passed","time":{"start":1714427590234,"stop":1714427590234,"duration":0}},{"uid":"562c2b769115d089","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/562c2b769115d089","status":"passed","time":{"start":1714426950346,"stop":1714426950346,"duration":0}},{"uid":"8cb879894e3ee4df","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8cb879894e3ee4df","status":"passed","time":{"start":1714425412996,"stop":1714425412997,"duration":1}},{"uid":"c2990754d6fb9e5e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c2990754d6fb9e5e","status":"passed","time":{"start":1714425435605,"stop":1714425435605,"duration":0}},{"uid":"aef5b90addfc4b8d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/aef5b90addfc4b8d","status":"passed","time":{"start":1714415590138,"stop":1714415590143,"duration":5}},{"uid":"af1843ab067728b4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/af1843ab067728b4","status":"passed","time":{"start":1714415739316,"stop":1714415739316,"duration":0}},{"uid":"d6027dd10368d9c0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d6027dd10368d9c0","status":"passed","time":{"start":1714407950098,"stop":1714407950098,"duration":0}},{"uid":"5f60ade4381c8782","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5f60ade4381c8782","status":"passed","time":{"start":1714406978421,"stop":1714406978424,"duration":3}},{"uid":"bc34f697936f794b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bc34f697936f794b","status":"passed","time":{"start":1714404752133,"stop":1714404752134,"duration":1}}]},"35564e0032e11fa25d23d4f1a38edbd6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b67cf570d695029","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/b67cf570d695029","status":"passed","time":{"start":1713982966147,"stop":1713982966148,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":83,"unknown":0,"total":86},"items":[{"uid":"7e27df1c492fc8f5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e27df1c492fc8f5","status":"passed","time":{"start":1714454048341,"stop":1714454048342,"duration":1}},{"uid":"e942a9c77633492f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e942a9c77633492f","status":"passed","time":{"start":1714435606852,"stop":1714435606852,"duration":0}},{"uid":"4a14fe67d9aeaff7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4a14fe67d9aeaff7","status":"passed","time":{"start":1714434675160,"stop":1714434675160,"duration":0}},{"uid":"caf0338157779b6c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/caf0338157779b6c","status":"passed","time":{"start":1714433371588,"stop":1714433371589,"duration":1}},{"uid":"2dc2532c9b3de779","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2dc2532c9b3de779","status":"passed","time":{"start":1714431572736,"stop":1714431572736,"duration":0}},{"uid":"644802b24fe9db80","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/644802b24fe9db80","status":"passed","time":{"start":1714431830837,"stop":1714431830838,"duration":1}},{"uid":"73bd30d94bde1c57","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/73bd30d94bde1c57","status":"passed","time":{"start":1714430561839,"stop":1714430561840,"duration":1}},{"uid":"6df88074e6c71513","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6df88074e6c71513","status":"passed","time":{"start":1714430339337,"stop":1714430339337,"duration":0}},{"uid":"c1a6a9ccf4e0493c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c1a6a9ccf4e0493c","status":"passed","time":{"start":1714429522163,"stop":1714429522163,"duration":0}},{"uid":"3e4da372d22ec389","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3e4da372d22ec389","status":"passed","time":{"start":1714428655956,"stop":1714428655956,"duration":0}},{"uid":"497809cbc6f36828","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/497809cbc6f36828","status":"passed","time":{"start":1714427434624,"stop":1714427434624,"duration":0}},{"uid":"9bf6e36c174936f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9bf6e36c174936f","status":"passed","time":{"start":1714427135391,"stop":1714427135391,"duration":0}},{"uid":"5a6ffdc6be30f04b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5a6ffdc6be30f04b","status":"passed","time":{"start":1714426488668,"stop":1714426488669,"duration":1}},{"uid":"f1e24936e03221c9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f1e24936e03221c9","status":"broken","statusDetails":"window is not defined","time":{"start":1714424744128,"stop":1714424744129,"duration":1}},{"uid":"7236aece0e0828a4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7236aece0e0828a4","status":"passed","time":{"start":1714424974898,"stop":1714424974898,"duration":0}},{"uid":"4a8d4ea15d242f03","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4a8d4ea15d242f03","status":"passed","time":{"start":1714415124869,"stop":1714415124870,"duration":1}},{"uid":"97cc6081e1ee9557","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/97cc6081e1ee9557","status":"passed","time":{"start":1714415287314,"stop":1714415287315,"duration":1}},{"uid":"30bb2101b72ab54f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/30bb2101b72ab54f","status":"passed","time":{"start":1714407489069,"stop":1714407489070,"duration":1}},{"uid":"f8d017e67315e435","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f8d017e67315e435","status":"passed","time":{"start":1714406515694,"stop":1714406515694,"duration":0}},{"uid":"98d1ef0d4f64bf6d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/98d1ef0d4f64bf6d","status":"passed","time":{"start":1714404308206,"stop":1714404308207,"duration":1}}]},"3170a52ee847cfa73ac12a70f7cfd521:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b064774329f41532","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/b064774329f41532","status":"passed","time":{"start":1714045821386,"stop":1714045821387,"duration":1}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"73b947c9791e2441","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/73b947c9791e2441","status":"passed","time":{"start":1714454507870,"stop":1714454507871,"duration":1}},{"uid":"965a548f28e3b95","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/965a548f28e3b95","status":"passed","time":{"start":1714436048738,"stop":1714436048739,"duration":1}},{"uid":"c62a16c837a009be","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c62a16c837a009be","status":"passed","time":{"start":1714435155719,"stop":1714435155720,"duration":1}},{"uid":"5b582422ff978727","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5b582422ff978727","status":"passed","time":{"start":1714433815775,"stop":1714433815776,"duration":1}},{"uid":"43432f038b1034a1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/43432f038b1034a1","status":"passed","time":{"start":1714432025703,"stop":1714432025704,"duration":1}},{"uid":"a3faf084f6fa3251","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a3faf084f6fa3251","status":"passed","time":{"start":1714432319327,"stop":1714432319327,"duration":0}},{"uid":"2e3b01d6145d6fbb","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2e3b01d6145d6fbb","status":"passed","time":{"start":1714431035211,"stop":1714431035212,"duration":1}},{"uid":"a864094d7da0c0db","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a864094d7da0c0db","status":"passed","time":{"start":1714430851100,"stop":1714430851100,"duration":0}},{"uid":"eafecb75b09571b5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/eafecb75b09571b5","status":"passed","time":{"start":1714429998225,"stop":1714429998229,"duration":4}},{"uid":"5e7b2096489ab09c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5e7b2096489ab09c","status":"passed","time":{"start":1714429123347,"stop":1714429123355,"duration":8}},{"uid":"e56761eaf6004f8f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e56761eaf6004f8f","status":"passed","time":{"start":1714427908692,"stop":1714427908693,"duration":1}},{"uid":"5daf4da87316dd63","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5daf4da87316dd63","status":"passed","time":{"start":1714427590232,"stop":1714427590232,"duration":0}},{"uid":"e0f88fe8f6a63b4a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e0f88fe8f6a63b4a","status":"passed","time":{"start":1714426950342,"stop":1714426950342,"duration":0}},{"uid":"8bcc9c8df70af5ad","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8bcc9c8df70af5ad","status":"passed","time":{"start":1714425412991,"stop":1714425412992,"duration":1}},{"uid":"3789e3d01489d929","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3789e3d01489d929","status":"passed","time":{"start":1714425435601,"stop":1714425435602,"duration":1}},{"uid":"97a963da57af7f03","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/97a963da57af7f03","status":"passed","time":{"start":1714415590112,"stop":1714415590115,"duration":3}},{"uid":"4ddd35c2e34d43db","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4ddd35c2e34d43db","status":"passed","time":{"start":1714415739311,"stop":1714415739312,"duration":1}},{"uid":"5dc7863706685c1d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5dc7863706685c1d","status":"passed","time":{"start":1714407950095,"stop":1714407950096,"duration":1}},{"uid":"9ba3658173899a67","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9ba3658173899a67","status":"passed","time":{"start":1714406978410,"stop":1714406978411,"duration":1}},{"uid":"47771a7d3330dfef","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/47771a7d3330dfef","status":"passed","time":{"start":1714404752129,"stop":1714404752129,"duration":0}}]},"0f26c04347279d103cde32e84daa8458:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb5cd8f34ed53055","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/eb5cd8f34ed53055","status":"passed","time":{"start":1714425586967,"stop":1714425586967,"duration":0}}]},"548ca29cb115e71bd4d806d4d4f72bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"164925fb5489ceed","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/164925fb5489ceed","status":"passed","time":{"start":1714404488170,"stop":1714404488171,"duration":1}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"d354daf77595a7d4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d354daf77595a7d4","status":"passed","time":{"start":1714454605544,"stop":1714454605545,"duration":1}},{"uid":"3eb684db87347893","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3eb684db87347893","status":"passed","time":{"start":1714436158727,"stop":1714436158728,"duration":1}},{"uid":"2f990e10ceb76381","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2f990e10ceb76381","status":"passed","time":{"start":1714435237016,"stop":1714435237016,"duration":0}},{"uid":"ade4b57ee73ef6f2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ade4b57ee73ef6f2","status":"passed","time":{"start":1714433925100,"stop":1714433925101,"duration":1}},{"uid":"28afb0117ac845c5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/28afb0117ac845c5","status":"passed","time":{"start":1714432132886,"stop":1714432132887,"duration":1}},{"uid":"a0645ef4e2930a34","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a0645ef4e2930a34","status":"passed","time":{"start":1714432392978,"stop":1714432392978,"duration":0}},{"uid":"692992b3f68ba707","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/692992b3f68ba707","status":"passed","time":{"start":1714431131886,"stop":1714431131886,"duration":0}},{"uid":"a8ff5c6294bb161b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a8ff5c6294bb161b","status":"passed","time":{"start":1714430918780,"stop":1714430918780,"duration":0}},{"uid":"e9f790fcdd141d82","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e9f790fcdd141d82","status":"passed","time":{"start":1714430104204,"stop":1714430104204,"duration":0}},{"uid":"175343b9a1e255a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/175343b9a1e255a","status":"passed","time":{"start":1714429213872,"stop":1714429213872,"duration":0}},{"uid":"ef56959a376fb1ae","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ef56959a376fb1ae","status":"passed","time":{"start":1714427999028,"stop":1714427999028,"duration":0}},{"uid":"b876acd593b38a4d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b876acd593b38a4d","status":"passed","time":{"start":1714427702222,"stop":1714427702222,"duration":0}},{"uid":"9e31cdb73fcd0aa6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9e31cdb73fcd0aa6","status":"passed","time":{"start":1714427044023,"stop":1714427044023,"duration":0}},{"uid":"e40afa8da76389e5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e40afa8da76389e5","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699071,"stop":1714426699071,"duration":0}},{"uid":"ddf39b08422fe42a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ddf39b08422fe42a","status":"passed","time":{"start":1714425534886,"stop":1714425534887,"duration":1}},{"uid":"f5d7e959a6ab039c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f5d7e959a6ab039c","status":"passed","time":{"start":1714415702286,"stop":1714415702287,"duration":1}},{"uid":"d2506b42cbfc17a6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d2506b42cbfc17a6","status":"passed","time":{"start":1714415850495,"stop":1714415850495,"duration":0}},{"uid":"b6bbc5ecb52107bc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b6bbc5ecb52107bc","status":"passed","time":{"start":1714408049943,"stop":1714408049943,"duration":0}},{"uid":"9ae034d340d82799","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9ae034d340d82799","status":"passed","time":{"start":1714407080667,"stop":1714407080667,"duration":0}},{"uid":"dbb9d06daa97274e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dbb9d06daa97274e","status":"passed","time":{"start":1714404860583,"stop":1714404860583,"duration":0}}]},"d355ec5378ffc1e5456816f97b9bd346:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9fd80f247655d79","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/c9fd80f247655d79","status":"passed","time":{"start":1714141025854,"stop":1714141025854,"duration":0}}]},"76dce5a128c1173a30ab42f795a9e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8cea5daf6686ff0e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8cea5daf6686ff0e","status":"passed","time":{"start":1714453925077,"stop":1714453925077,"duration":0}},{"uid":"1beb3beaf0c8206e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1beb3beaf0c8206e","status":"passed","time":{"start":1714435482986,"stop":1714435482986,"duration":0}},{"uid":"3115a6e043fe057c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3115a6e043fe057c","status":"passed","time":{"start":1714434552022,"stop":1714434552022,"duration":0}},{"uid":"d369cf64a53ce8ed","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d369cf64a53ce8ed","status":"passed","time":{"start":1714433247046,"stop":1714433247046,"duration":0}},{"uid":"ad052b6ac016f9f3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ad052b6ac016f9f3","status":"passed","time":{"start":1714431444769,"stop":1714431444769,"duration":0}},{"uid":"d8b2762aab8876d2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d8b2762aab8876d2","status":"passed","time":{"start":1714431708309,"stop":1714431708309,"duration":0}},{"uid":"5cf7eb12f76dde27","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5cf7eb12f76dde27","status":"passed","time":{"start":1714430430740,"stop":1714430430740,"duration":0}},{"uid":"6fb0d698d60bfd6f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6fb0d698d60bfd6f","status":"passed","time":{"start":1714430223196,"stop":1714430223196,"duration":0}},{"uid":"c97b06a1fdee3b50","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c97b06a1fdee3b50","status":"passed","time":{"start":1714429383899,"stop":1714429383899,"duration":0}},{"uid":"e559eaadc224d1d3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e559eaadc224d1d3","status":"passed","time":{"start":1714428528652,"stop":1714428528652,"duration":0}},{"uid":"6116aa640a771906","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6116aa640a771906","status":"passed","time":{"start":1714427306001,"stop":1714427306001,"duration":0}},{"uid":"b7cbd8ce4bb66dfa","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b7cbd8ce4bb66dfa","status":"passed","time":{"start":1714427007394,"stop":1714427007394,"duration":0}},{"uid":"ca82735b23d0ee94","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ca82735b23d0ee94","status":"passed","time":{"start":1714426355989,"stop":1714426355989,"duration":0}},{"uid":"aae04ba529575281","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/aae04ba529575281","status":"passed","time":{"start":1714424458803,"stop":1714424458803,"duration":0}},{"uid":"1e3dd55a3890b0bc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1e3dd55a3890b0bc","status":"passed","time":{"start":1714424849041,"stop":1714424849041,"duration":0}},{"uid":"37c4282e0d3619f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/37c4282e0d3619f1","status":"passed","time":{"start":1714415001466,"stop":1714415001466,"duration":0}},{"uid":"ba43bf8498b2dbeb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ba43bf8498b2dbeb","status":"passed","time":{"start":1714415154942,"stop":1714415154943,"duration":1}},{"uid":"bb9bf5243265aefb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bb9bf5243265aefb","status":"passed","time":{"start":1714407362064,"stop":1714407362065,"duration":1}},{"uid":"6ed2901b5aef04a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6ed2901b5aef04a","status":"passed","time":{"start":1714406389358,"stop":1714406389358,"duration":0}},{"uid":"d479c07905da4a13","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d479c07905da4a13","status":"passed","time":{"start":1714404179197,"stop":1714404179198,"duration":1}}]},"fa59f4c8575a9dbba37a0eb8ce63613e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dab41aa55f51332","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/8dab41aa55f51332","status":"passed","time":{"start":1714228934335,"stop":1714228934335,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"529435cc406dbe79","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/529435cc406dbe79","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976749091,"stop":1713976749091,"duration":0}},{"uid":"23e2d01e369831c9","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/23e2d01e369831c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1713975927381,"stop":1713975927381,"duration":0}},{"uid":"7f6c0c9600c580bb","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/7f6c0c9600c580bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1713968926165,"stop":1713968926165,"duration":0}},{"uid":"d7c03b2a76c378","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/d7c03b2a76c378","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943416816,"stop":1713943416817,"duration":1}},{"uid":"f76706af094ca646","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/f76706af094ca646","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889233605,"stop":1713889233605,"duration":0}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"78a2ad174cdf22c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/78a2ad174cdf22c8","status":"passed","time":{"start":1714453952291,"stop":1714453952291,"duration":0}},{"uid":"e451fd7a82cb1c34","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e451fd7a82cb1c34","status":"passed","time":{"start":1714435510941,"stop":1714435510941,"duration":0}},{"uid":"1e9978776117a739","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1e9978776117a739","status":"passed","time":{"start":1714434580040,"stop":1714434580040,"duration":0}},{"uid":"f4df28a6a8a98b39","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f4df28a6a8a98b39","status":"passed","time":{"start":1714433274944,"stop":1714433274945,"duration":1}},{"uid":"d0aa52a1293ae81f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d0aa52a1293ae81f","status":"passed","time":{"start":1714431472601,"stop":1714431472602,"duration":1}},{"uid":"f9ddb5e42ae8505a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f9ddb5e42ae8505a","status":"passed","time":{"start":1714431736480,"stop":1714431736480,"duration":0}},{"uid":"3a76875c3cbab4c6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3a76875c3cbab4c6","status":"passed","time":{"start":1714430459331,"stop":1714430459332,"duration":1}},{"uid":"9f28f7d5b784d7ca","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9f28f7d5b784d7ca","status":"passed","time":{"start":1714430251101,"stop":1714430251101,"duration":0}},{"uid":"884be12cf39e388d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/884be12cf39e388d","status":"passed","time":{"start":1714429414592,"stop":1714429414592,"duration":0}},{"uid":"673c2f5d91cd1561","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/673c2f5d91cd1561","status":"passed","time":{"start":1714428556955,"stop":1714428556955,"duration":0}},{"uid":"859168603031b191","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/859168603031b191","status":"passed","time":{"start":1714427334702,"stop":1714427334702,"duration":0}},{"uid":"4fe9774e79ccecd3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4fe9774e79ccecd3","status":"passed","time":{"start":1714427035566,"stop":1714427035566,"duration":0}},{"uid":"73ddcba03c3602f9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/73ddcba03c3602f9","status":"passed","time":{"start":1714426384797,"stop":1714426384798,"duration":1}},{"uid":"33f5b4bef3c3cb88","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/33f5b4bef3c3cb88","status":"passed","time":{"start":1714424486879,"stop":1714424486879,"duration":0}},{"uid":"6386502c4b49e6bc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6386502c4b49e6bc","status":"passed","time":{"start":1714424877429,"stop":1714424877429,"duration":0}},{"uid":"4e2bbe4745dc022a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4e2bbe4745dc022a","status":"passed","time":{"start":1714415030103,"stop":1714415030103,"duration":0}},{"uid":"1f54903c03f85e7e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1f54903c03f85e7e","status":"passed","time":{"start":1714415183073,"stop":1714415183074,"duration":1}},{"uid":"f45966c0c5681307","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f45966c0c5681307","status":"passed","time":{"start":1714407390404,"stop":1714407390404,"duration":0}},{"uid":"c441ede3fc97bfe3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c441ede3fc97bfe3","status":"passed","time":{"start":1714406417792,"stop":1714406417792,"duration":0}},{"uid":"49f4c1573cf97e15","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/49f4c1573cf97e15","status":"passed","time":{"start":1714404207525,"stop":1714404207525,"duration":0}}]},"3447234380bce633ccd8b164f8eccdaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afb7de241fab91f9","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/afb7de241fab91f9","status":"passed","time":{"start":1714404421547,"stop":1714404421547,"duration":0}}]},"6307c944dd0528ca2ffb9b266cacaa0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c28be7b7fb82e400","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c28be7b7fb82e400","status":"passed","time":{"start":1714426875129,"stop":1714426875130,"duration":1}}]},"6b683fa0b2fcc6509092ed00aa15374a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ce09d3cba3a4e34a","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/ce09d3cba3a4e34a","status":"passed","time":{"start":1714033761843,"stop":1714033761844,"duration":1}}]},"3ec07c539796b73507a0ee662ffbd52d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"daf76d3af122b84b","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/daf76d3af122b84b","status":"passed","time":{"start":1713969137054,"stop":1713969137054,"duration":0}}]},"899ac676002f013c5d4081c1a9a96e11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"344fde58630cb686","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/344fde58630cb686","status":"passed","time":{"start":1714009921731,"stop":1714009921731,"duration":0}}]},"705110a6190a4d905467748f213dbc71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d8967c20eb92174","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/3d8967c20eb92174","status":"passed","time":{"start":1714114005815,"stop":1714114005815,"duration":0}}]},"301873950451259b886c914449e4aecb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"21017a38a9a3dbc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/21017a38a9a3dbc","status":"passed","time":{"start":1714453925067,"stop":1714453925067,"duration":0}},{"uid":"c1f959eceb67d207","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c1f959eceb67d207","status":"passed","time":{"start":1714435482976,"stop":1714435482976,"duration":0}},{"uid":"50a3a1b124b1a9d5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/50a3a1b124b1a9d5","status":"passed","time":{"start":1714434552012,"stop":1714434552012,"duration":0}},{"uid":"928bb7bb96e832da","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/928bb7bb96e832da","status":"passed","time":{"start":1714433247036,"stop":1714433247036,"duration":0}},{"uid":"347acdc06acda5b2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/347acdc06acda5b2","status":"passed","time":{"start":1714431444759,"stop":1714431444760,"duration":1}},{"uid":"ddaec399aa82be69","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ddaec399aa82be69","status":"passed","time":{"start":1714431708298,"stop":1714431708299,"duration":1}},{"uid":"574000211310dba7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/574000211310dba7","status":"passed","time":{"start":1714430430730,"stop":1714430430731,"duration":1}},{"uid":"208232071f49a554","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/208232071f49a554","status":"passed","time":{"start":1714430223188,"stop":1714430223188,"duration":0}},{"uid":"cefac0a66077852a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cefac0a66077852a","status":"passed","time":{"start":1714429383887,"stop":1714429383888,"duration":1}},{"uid":"a66ae2269a9e593b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a66ae2269a9e593b","status":"passed","time":{"start":1714428528641,"stop":1714428528642,"duration":1}},{"uid":"ce2cde07dd01fd4c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ce2cde07dd01fd4c","status":"passed","time":{"start":1714427305992,"stop":1714427305992,"duration":0}},{"uid":"97875bffec84a49","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/97875bffec84a49","status":"passed","time":{"start":1714427007386,"stop":1714427007386,"duration":0}},{"uid":"67633f4a09af100a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/67633f4a09af100a","status":"passed","time":{"start":1714426355978,"stop":1714426355978,"duration":0}},{"uid":"807be55354ae4e1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/807be55354ae4e1","status":"passed","time":{"start":1714424458791,"stop":1714424458792,"duration":1}},{"uid":"e8f6c29c071471d3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e8f6c29c071471d3","status":"passed","time":{"start":1714424849018,"stop":1714424849018,"duration":0}},{"uid":"85ef089fe7184524","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/85ef089fe7184524","status":"passed","time":{"start":1714415001456,"stop":1714415001456,"duration":0}},{"uid":"103d739a9dcb1f18","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/103d739a9dcb1f18","status":"passed","time":{"start":1714415154930,"stop":1714415154931,"duration":1}},{"uid":"b4b8dfea365ee3fc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b4b8dfea365ee3fc","status":"passed","time":{"start":1714407362054,"stop":1714407362055,"duration":1}},{"uid":"ccfa3226fe97ccbc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ccfa3226fe97ccbc","status":"passed","time":{"start":1714406389348,"stop":1714406389348,"duration":0}},{"uid":"b9bbff73010f1b1b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b9bbff73010f1b1b","status":"passed","time":{"start":1714404179186,"stop":1714404179187,"duration":1}}]},"172b5f371e148002154df7da4865c8e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ae2dd63a4a43c69","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/4ae2dd63a4a43c69","status":"passed","time":{"start":1714214714552,"stop":1714214714553,"duration":1}}]},"a10fd4b8609fb4cc3857968c59dabd0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c666f0b4e99ede1","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/2c666f0b4e99ede1","status":"passed","time":{"start":1714109313628,"stop":1714109313629,"duration":1}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"bf0ce7cfb5745d64","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bf0ce7cfb5745d64","status":"passed","time":{"start":1714454507878,"stop":1714454507878,"duration":0}},{"uid":"bfc4b151630a15c0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bfc4b151630a15c0","status":"passed","time":{"start":1714436048750,"stop":1714436048750,"duration":0}},{"uid":"6421032a9bba2396","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6421032a9bba2396","status":"passed","time":{"start":1714435155761,"stop":1714435155762,"duration":1}},{"uid":"d3343721a4086ee7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d3343721a4086ee7","status":"passed","time":{"start":1714433815784,"stop":1714433815785,"duration":1}},{"uid":"af0af9e6d211dd75","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/af0af9e6d211dd75","status":"passed","time":{"start":1714432025719,"stop":1714432025719,"duration":0}},{"uid":"4ca26ea080a3301b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4ca26ea080a3301b","status":"passed","time":{"start":1714432319334,"stop":1714432319334,"duration":0}},{"uid":"9fa120626e518b96","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9fa120626e518b96","status":"passed","time":{"start":1714431035230,"stop":1714431035236,"duration":6}},{"uid":"c8981575070eb89e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c8981575070eb89e","status":"passed","time":{"start":1714430851107,"stop":1714430851108,"duration":1}},{"uid":"99adeebfb07e14d8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/99adeebfb07e14d8","status":"passed","time":{"start":1714429998268,"stop":1714429998268,"duration":0}},{"uid":"aadabe1a2406ce9d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aadabe1a2406ce9d","status":"passed","time":{"start":1714429123400,"stop":1714429123405,"duration":5}},{"uid":"cd6cf466e651a98f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cd6cf466e651a98f","status":"passed","time":{"start":1714427908706,"stop":1714427908707,"duration":1}},{"uid":"ff3d08411403427b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ff3d08411403427b","status":"passed","time":{"start":1714427590248,"stop":1714427590248,"duration":0}},{"uid":"adbeb498114340c9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/adbeb498114340c9","status":"passed","time":{"start":1714426950351,"stop":1714426950356,"duration":5}},{"uid":"39b801f599a8ceb5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/39b801f599a8ceb5","status":"passed","time":{"start":1714425413005,"stop":1714425413006,"duration":1}},{"uid":"9dffbdae028ac024","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9dffbdae028ac024","status":"passed","time":{"start":1714425435610,"stop":1714425435611,"duration":1}},{"uid":"48be714099c7b957","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/48be714099c7b957","status":"passed","time":{"start":1714415590157,"stop":1714415590158,"duration":1}},{"uid":"851908fb251dbfed","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/851908fb251dbfed","status":"passed","time":{"start":1714415739325,"stop":1714415739325,"duration":0}},{"uid":"9fd2b1e63c5cfb98","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9fd2b1e63c5cfb98","status":"passed","time":{"start":1714407950110,"stop":1714407950111,"duration":1}},{"uid":"9009def11c8de8b7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9009def11c8de8b7","status":"passed","time":{"start":1714406978445,"stop":1714406978450,"duration":5}},{"uid":"ca0125750a29ffa0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ca0125750a29ffa0","status":"passed","time":{"start":1714404752143,"stop":1714404752144,"duration":1}}]},"5ba85ef0a42b8f323d34d546ce7a3011:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ebcd0685ce0f0ca","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6ebcd0685ce0f0ca","status":"passed","time":{"start":1714169433159,"stop":1714169433160,"duration":1}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"a2e49e93251e4cea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a2e49e93251e4cea","status":"passed","time":{"start":1714454140479,"stop":1714454140480,"duration":1}},{"uid":"c3d4da3416be3fe7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c3d4da3416be3fe7","status":"passed","time":{"start":1714435687956,"stop":1714435687956,"duration":0}},{"uid":"569c891a4e61bca5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/569c891a4e61bca5","status":"passed","time":{"start":1714434773472,"stop":1714434773472,"duration":0}},{"uid":"5e252a86ccb40b34","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5e252a86ccb40b34","status":"passed","time":{"start":1714433450988,"stop":1714433450989,"duration":1}},{"uid":"2b51872068f230e8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2b51872068f230e8","status":"passed","time":{"start":1714431653521,"stop":1714431653521,"duration":0}},{"uid":"c6e234eebc96f6fb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c6e234eebc96f6fb","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714431989872,"stop":1714431989873,"duration":1}},{"uid":"ac86fabbcaba5fb9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ac86fabbcaba5fb9","status":"passed","time":{"start":1714430659444,"stop":1714430659444,"duration":0}},{"uid":"153560fd07bfc10f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/153560fd07bfc10f","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714430522187,"stop":1714430522187,"duration":0}},{"uid":"fe18ba0b5bf4cb91","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fe18ba0b5bf4cb91","status":"passed","time":{"start":1714429610432,"stop":1714429610433,"duration":1}},{"uid":"cdb5920350434454","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cdb5920350434454","status":"passed","time":{"start":1714428741375,"stop":1714428741375,"duration":0}},{"uid":"df9405b634e05b3b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/df9405b634e05b3b","status":"passed","time":{"start":1714427513590,"stop":1714427513590,"duration":0}},{"uid":"ab121edd615c937b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ab121edd615c937b","status":"passed","time":{"start":1714427219368,"stop":1714427219369,"duration":1}},{"uid":"c0ee1c5908f26980","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c0ee1c5908f26980","status":"passed","time":{"start":1714426573128,"stop":1714426573128,"duration":0}},{"uid":"c5a8f228635679","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c5a8f228635679","status":"passed","time":{"start":1714424914285,"stop":1714424914286,"duration":1}},{"uid":"1a18147987c25528","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1a18147987c25528","status":"passed","time":{"start":1714425071970,"stop":1714425071970,"duration":0}},{"uid":"f3f05dc5c67e5e7a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f3f05dc5c67e5e7a","status":"passed","time":{"start":1714415233349,"stop":1714415233350,"duration":1}},{"uid":"8e79d0007db1b1f0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8e79d0007db1b1f0","status":"passed","time":{"start":1714415382805,"stop":1714415382805,"duration":0}},{"uid":"b21b0196264a4bf8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b21b0196264a4bf8","status":"passed","time":{"start":1714407575704,"stop":1714407575704,"duration":0}},{"uid":"a981df483be9f65d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a981df483be9f65d","status":"passed","time":{"start":1714406625182,"stop":1714406625182,"duration":0}},{"uid":"d5b46f5d86badd78","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d5b46f5d86badd78","status":"passed","time":{"start":1714404386214,"stop":1714404386214,"duration":0}}]},"399b6fbad1958db2085ce181c5fb8042:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8615abd9a6dda012","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/8615abd9a6dda012","status":"passed","time":{"start":1714004335344,"stop":1714004335345,"duration":1}}]},"bf669de23a6ce3e4fad5515efdf6a3c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf66ecf76f1fd2ff","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cf66ecf76f1fd2ff","status":"passed","time":{"start":1714435115849,"stop":1714435115849,"duration":0}}]},"0f0ce5e2a74d522679cb1f576fc2e127:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fe870b15c284eae","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6fe870b15c284eae","status":"passed","time":{"start":1714382856572,"stop":1714382856572,"duration":0}}]},"9c88a3077d878a968a0f21bae81c8f88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3479c8d9ffb8e995","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/3479c8d9ffb8e995","status":"passed","time":{"start":1714129725373,"stop":1714129725374,"duration":1}}]},"709ec0fac496e27ee4fe40642aee4232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"c57bd4b8d988b562","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c57bd4b8d988b562","status":"passed","time":{"start":1714453925076,"stop":1714453925076,"duration":0}},{"uid":"e18b73702198f530","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e18b73702198f530","status":"passed","time":{"start":1714435482984,"stop":1714435482985,"duration":1}},{"uid":"df74865ef9c9acdf","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/df74865ef9c9acdf","status":"passed","time":{"start":1714434552021,"stop":1714434552021,"duration":0}},{"uid":"9c3c9baa4776511f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9c3c9baa4776511f","status":"passed","time":{"start":1714433247045,"stop":1714433247045,"duration":0}},{"uid":"bdf523b1ff3a618e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bdf523b1ff3a618e","status":"passed","time":{"start":1714431444768,"stop":1714431444768,"duration":0}},{"uid":"f993ed79dc9dfbae","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f993ed79dc9dfbae","status":"passed","time":{"start":1714431708308,"stop":1714431708308,"duration":0}},{"uid":"7b516033857a7c6d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7b516033857a7c6d","status":"passed","time":{"start":1714430430739,"stop":1714430430739,"duration":0}},{"uid":"46165ef626cb34b5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/46165ef626cb34b5","status":"passed","time":{"start":1714430223195,"stop":1714430223195,"duration":0}},{"uid":"594b3ce2c8fe89c0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/594b3ce2c8fe89c0","status":"passed","time":{"start":1714429383897,"stop":1714429383898,"duration":1}},{"uid":"a6c84b0d246b01d2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a6c84b0d246b01d2","status":"passed","time":{"start":1714428528650,"stop":1714428528651,"duration":1}},{"uid":"98157d4b6106e61b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/98157d4b6106e61b","status":"passed","time":{"start":1714427306000,"stop":1714427306000,"duration":0}},{"uid":"2c0bfd7eec03196e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2c0bfd7eec03196e","status":"passed","time":{"start":1714427007393,"stop":1714427007393,"duration":0}},{"uid":"23eab1d58720ae50","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/23eab1d58720ae50","status":"passed","time":{"start":1714426355988,"stop":1714426355988,"duration":0}},{"uid":"13bf79aeaa76c2d7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/13bf79aeaa76c2d7","status":"passed","time":{"start":1714424458801,"stop":1714424458802,"duration":1}},{"uid":"5293e618c95feb5e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5293e618c95feb5e","status":"passed","time":{"start":1714424849034,"stop":1714424849040,"duration":6}},{"uid":"f483dff0a81ab7de","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f483dff0a81ab7de","status":"passed","time":{"start":1714415001465,"stop":1714415001465,"duration":0}},{"uid":"9378c2e42691ecd3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9378c2e42691ecd3","status":"passed","time":{"start":1714415154941,"stop":1714415154941,"duration":0}},{"uid":"1826269a029087d7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1826269a029087d7","status":"passed","time":{"start":1714407362063,"stop":1714407362064,"duration":1}},{"uid":"277a582dcedf47f0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/277a582dcedf47f0","status":"passed","time":{"start":1714406389357,"stop":1714406389357,"duration":0}},{"uid":"a13a5fa9368ebf16","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a13a5fa9368ebf16","status":"passed","time":{"start":1714404179196,"stop":1714404179196,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":83,"unknown":0,"total":86},"items":[{"uid":"93780d81c9f8f1ef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/93780d81c9f8f1ef","status":"passed","time":{"start":1714454605540,"stop":1714454605541,"duration":1}},{"uid":"2089875be7471abb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2089875be7471abb","status":"passed","time":{"start":1714436158723,"stop":1714436158723,"duration":0}},{"uid":"a6469b16b68f4779","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a6469b16b68f4779","status":"passed","time":{"start":1714435237011,"stop":1714435237011,"duration":0}},{"uid":"e8793e564ebac4b8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e8793e564ebac4b8","status":"passed","time":{"start":1714433925096,"stop":1714433925096,"duration":0}},{"uid":"60cb8915f953bef","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/60cb8915f953bef","status":"passed","time":{"start":1714432132883,"stop":1714432132883,"duration":0}},{"uid":"ad999de2f45ea403","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ad999de2f45ea403","status":"passed","time":{"start":1714432392962,"stop":1714432392962,"duration":0}},{"uid":"d3e24c3a80417059","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d3e24c3a80417059","status":"passed","time":{"start":1714431131881,"stop":1714431131881,"duration":0}},{"uid":"8544136189ee10e4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8544136189ee10e4","status":"passed","time":{"start":1714430918773,"stop":1714430918773,"duration":0}},{"uid":"a44a3be8fe1a28f6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a44a3be8fe1a28f6","status":"passed","time":{"start":1714430104200,"stop":1714430104200,"duration":0}},{"uid":"40a772cca36ae7bf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/40a772cca36ae7bf","status":"passed","time":{"start":1714429213868,"stop":1714429213868,"duration":0}},{"uid":"e967e175738e4490","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e967e175738e4490","status":"passed","time":{"start":1714427999023,"stop":1714427999023,"duration":0}},{"uid":"d39c6530d4b7bbd0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d39c6530d4b7bbd0","status":"passed","time":{"start":1714427702217,"stop":1714427702217,"duration":0}},{"uid":"9eff3bda3df9b47d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9eff3bda3df9b47d","status":"passed","time":{"start":1714427044018,"stop":1714427044018,"duration":0}},{"uid":"592bc9ca57767579","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/592bc9ca57767579","status":"passed","time":{"start":1714426699060,"stop":1714426699060,"duration":0}},{"uid":"e4d5d3e4eb02e025","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e4d5d3e4eb02e025","status":"passed","time":{"start":1714425534882,"stop":1714425534883,"duration":1}},{"uid":"92019f5e0755719f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/92019f5e0755719f","status":"passed","time":{"start":1714415702282,"stop":1714415702282,"duration":0}},{"uid":"7d1ab32fda5a3576","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7d1ab32fda5a3576","status":"passed","time":{"start":1714415850490,"stop":1714415850490,"duration":0}},{"uid":"9b2cf6b664992a4e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9b2cf6b664992a4e","status":"passed","time":{"start":1714408049939,"stop":1714408049939,"duration":0}},{"uid":"ab5a0dc5d3a7f2a3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ab5a0dc5d3a7f2a3","status":"passed","time":{"start":1714407080663,"stop":1714407080663,"duration":0}},{"uid":"3bf7bf506db3b2c2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3bf7bf506db3b2c2","status":"passed","time":{"start":1714404860577,"stop":1714404860578,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"7b99fc4a013d77fb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7b99fc4a013d77fb","status":"passed","time":{"start":1714453933339,"stop":1714453933339,"duration":0}},{"uid":"9bda9ac4ee919a4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9bda9ac4ee919a4","status":"passed","time":{"start":1714435491294,"stop":1714435491294,"duration":0}},{"uid":"74c6487eec3038be","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/74c6487eec3038be","status":"passed","time":{"start":1714434560400,"stop":1714434560400,"duration":0}},{"uid":"ca092d09d4203f57","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ca092d09d4203f57","status":"passed","time":{"start":1714433255381,"stop":1714433255381,"duration":0}},{"uid":"ce1b2d51801944c9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ce1b2d51801944c9","status":"passed","time":{"start":1714431453276,"stop":1714431453276,"duration":0}},{"uid":"3ff838d97598f79c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3ff838d97598f79c","status":"passed","time":{"start":1714431716855,"stop":1714431716855,"duration":0}},{"uid":"26b2717d1b9eceb7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/26b2717d1b9eceb7","status":"passed","time":{"start":1714430439317,"stop":1714430439317,"duration":0}},{"uid":"4fd7330e59576c5c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4fd7330e59576c5c","status":"passed","time":{"start":1714430231612,"stop":1714430231612,"duration":0}},{"uid":"85495cde93a83019","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/85495cde93a83019","status":"passed","time":{"start":1714429393357,"stop":1714429393358,"duration":1}},{"uid":"7ff03143ba629780","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7ff03143ba629780","status":"passed","time":{"start":1714428537108,"stop":1714428537108,"duration":0}},{"uid":"7c4e9fe1446f5a4a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7c4e9fe1446f5a4a","status":"passed","time":{"start":1714427314628,"stop":1714427314629,"duration":1}},{"uid":"b18b9e3fa453c053","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b18b9e3fa453c053","status":"passed","time":{"start":1714427015825,"stop":1714427015825,"duration":0}},{"uid":"784a618291627db0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/784a618291627db0","status":"passed","time":{"start":1714426364742,"stop":1714426364743,"duration":1}},{"uid":"6ce71b4afd6baa1f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6ce71b4afd6baa1f","status":"passed","time":{"start":1714424467270,"stop":1714424467270,"duration":0}},{"uid":"f1ab16cafe3139db","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f1ab16cafe3139db","status":"passed","time":{"start":1714424857622,"stop":1714424857622,"duration":0}},{"uid":"4fe2134012440bf6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4fe2134012440bf6","status":"passed","time":{"start":1714415010230,"stop":1714415010230,"duration":0}},{"uid":"1e00d45f3635ccaa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1e00d45f3635ccaa","status":"passed","time":{"start":1714415163528,"stop":1714415163528,"duration":0}},{"uid":"9ccd32e0ee9fe1d4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9ccd32e0ee9fe1d4","status":"passed","time":{"start":1714407370715,"stop":1714407370715,"duration":0}},{"uid":"4f35596cf0d799fa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4f35596cf0d799fa","status":"passed","time":{"start":1714406397862,"stop":1714406397863,"duration":1}},{"uid":"5c4147bedcb1ea06","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5c4147bedcb1ea06","status":"passed","time":{"start":1714404187715,"stop":1714404187715,"duration":0}}]},"6f509f2c9c901eb62e2006fbf6fc8d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ca2e04c79fb9978","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7ca2e04c79fb9978","status":"passed","time":{"start":1714383335675,"stop":1714383335675,"duration":0}}]},"9ab1d654e249ed953a84c2880c7429a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"85c278eadb8addb0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/85c278eadb8addb0","status":"passed","time":{"start":1714453925052,"stop":1714453925052,"duration":0}},{"uid":"55291140b3bd4253","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/55291140b3bd4253","status":"passed","time":{"start":1714435482960,"stop":1714435482960,"duration":0}},{"uid":"e9ee1fc3221f13a3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e9ee1fc3221f13a3","status":"passed","time":{"start":1714434551996,"stop":1714434551996,"duration":0}},{"uid":"31d6af879097e56a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/31d6af879097e56a","status":"passed","time":{"start":1714433247022,"stop":1714433247023,"duration":1}},{"uid":"47598715268bfcc5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/47598715268bfcc5","status":"passed","time":{"start":1714431444743,"stop":1714431444743,"duration":0}},{"uid":"9afa98c1482b9270","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9afa98c1482b9270","status":"passed","time":{"start":1714431708282,"stop":1714431708282,"duration":0}},{"uid":"e75fdba41708e984","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e75fdba41708e984","status":"passed","time":{"start":1714430430713,"stop":1714430430714,"duration":1}},{"uid":"71a2e96cabd3cf9e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/71a2e96cabd3cf9e","status":"passed","time":{"start":1714430223177,"stop":1714430223177,"duration":0}},{"uid":"f942617ba593c3d6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f942617ba593c3d6","status":"passed","time":{"start":1714429383869,"stop":1714429383869,"duration":0}},{"uid":"6ab18d69ed8eb7dd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6ab18d69ed8eb7dd","status":"passed","time":{"start":1714428528625,"stop":1714428528626,"duration":1}},{"uid":"5f45e104b4ccb5d7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5f45e104b4ccb5d7","status":"passed","time":{"start":1714427305979,"stop":1714427305979,"duration":0}},{"uid":"87e37b35436bc398","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/87e37b35436bc398","status":"passed","time":{"start":1714427007375,"stop":1714427007375,"duration":0}},{"uid":"88d64ceda57e260a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/88d64ceda57e260a","status":"passed","time":{"start":1714426355960,"stop":1714426355961,"duration":1}},{"uid":"3a9366e6c2a54aa9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3a9366e6c2a54aa9","status":"passed","time":{"start":1714424458775,"stop":1714424458775,"duration":0}},{"uid":"6caec7ed53eb053e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6caec7ed53eb053e","status":"passed","time":{"start":1714424848999,"stop":1714424849000,"duration":1}},{"uid":"d6d144c570adc138","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d6d144c570adc138","status":"passed","time":{"start":1714415001440,"stop":1714415001441,"duration":1}},{"uid":"cc25b022c1bf2be1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cc25b022c1bf2be1","status":"passed","time":{"start":1714415154910,"stop":1714415154910,"duration":0}},{"uid":"b659f21cc30e568e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b659f21cc30e568e","status":"passed","time":{"start":1714407362038,"stop":1714407362038,"duration":0}},{"uid":"28ca8e6ddc506925","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/28ca8e6ddc506925","status":"passed","time":{"start":1714406389331,"stop":1714406389331,"duration":0}},{"uid":"4fcb1e571fc7ccbf","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4fcb1e571fc7ccbf","status":"passed","time":{"start":1714404179167,"stop":1714404179168,"duration":1}}]},"0e68f2a5c02f1004cb4d0d41d352c865:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b9bd996ae6853e9","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/6b9bd996ae6853e9","status":"passed","time":{"start":1714109368639,"stop":1714109368639,"duration":0}}]},"17f4417b3082ee2c1a3f39498ca7f993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c0832a9da1e4b30","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/9c0832a9da1e4b30","status":"passed","time":{"start":1714109271987,"stop":1714109271987,"duration":0}}]},"e3f3020f003f9e40d0de1fc6cfadb252:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70b24f0264d33cf8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/70b24f0264d33cf8","status":"passed","time":{"start":1714380535707,"stop":1714380535708,"duration":1}}]},"abb0afc6656ca7eed7dc7caa41919e98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a418126edab8b78a","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/a418126edab8b78a","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714082887556,"stop":1714082887557,"duration":1}}]},"d215fc1c0ee3e467fd9a186a64678c8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e02c66c38c64c66","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6e02c66c38c64c66","status":"passed","time":{"start":1714429973508,"stop":1714429973508,"duration":0}}]},"c8fb9bbbb094a371f2f881ed6b19ded1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e004db4ba9e026d5","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/e004db4ba9e026d5","status":"passed","time":{"start":1714296397559,"stop":1714296397559,"duration":0}}]},"48e1f7d7206f032c01b4543811f0302c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e9ec04054b82e3a","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/3e9ec04054b82e3a","status":"passed","time":{"start":1714383125908,"stop":1714383125909,"duration":1}}]},"668b184e0147b35d3e2fbd1491cf2a9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41c3304e5d0a77e6","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/41c3304e5d0a77e6","status":"passed","time":{"start":1714145890437,"stop":1714145890437,"duration":0}}]},"ccade041fe634ffb6b6a80748220dd34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7c7c205f2d5d4b5","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/d7c7c205f2d5d4b5","status":"passed","time":{"start":1714240486915,"stop":1714240486915,"duration":0}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"5cbebff8b3c1731b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5cbebff8b3c1731b","status":"passed","time":{"start":1714454365882,"stop":1714454365883,"duration":1}},{"uid":"cf6fa3c7343a50ad","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/cf6fa3c7343a50ad","status":"passed","time":{"start":1714435932823,"stop":1714435932823,"duration":0}},{"uid":"4f01b7574738c921","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4f01b7574738c921","status":"passed","time":{"start":1714435006842,"stop":1714435006843,"duration":1}},{"uid":"d237f6db314bc93d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d237f6db314bc93d","status":"passed","time":{"start":1714433693923,"stop":1714433693924,"duration":1}},{"uid":"28f1d2e925bbcedd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/28f1d2e925bbcedd","status":"passed","time":{"start":1714431888546,"stop":1714431888546,"duration":0}},{"uid":"f469ace97b6575ac","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f469ace97b6575ac","status":"passed","time":{"start":1714432201977,"stop":1714432201977,"duration":0}},{"uid":"ac58818b15ca36b7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ac58818b15ca36b7","status":"passed","time":{"start":1714430892450,"stop":1714430892450,"duration":0}},{"uid":"4cf353b95b0f70bc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4cf353b95b0f70bc","status":"passed","time":{"start":1714430720933,"stop":1714430720933,"duration":0}},{"uid":"e8aa3668ae7023b6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e8aa3668ae7023b6","status":"passed","time":{"start":1714429855256,"stop":1714429855257,"duration":1}},{"uid":"127f05a7076818f4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/127f05a7076818f4","status":"passed","time":{"start":1714428989409,"stop":1714428989409,"duration":0}},{"uid":"7277344fbc100ab9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7277344fbc100ab9","status":"passed","time":{"start":1714427767174,"stop":1714427767174,"duration":0}},{"uid":"cfcc85c2625bb66","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cfcc85c2625bb66","status":"passed","time":{"start":1714427460520,"stop":1714427460521,"duration":1}},{"uid":"f143417750f963a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f143417750f963a","status":"passed","time":{"start":1714426812801,"stop":1714426812802,"duration":1}},{"uid":"279f1d5d8501821","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/279f1d5d8501821","status":"passed","time":{"start":1714425528583,"stop":1714425528583,"duration":0}},{"uid":"b27af0b08c41e015","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b27af0b08c41e015","status":"passed","time":{"start":1714425301100,"stop":1714425301103,"duration":3}},{"uid":"9c6ed7cdb54d26a1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9c6ed7cdb54d26a1","status":"passed","time":{"start":1714415473259,"stop":1714415473260,"duration":1}},{"uid":"bcaefcd64c4e882c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bcaefcd64c4e882c","status":"passed","time":{"start":1714415615355,"stop":1714415615355,"duration":0}},{"uid":"1616c00836e4b61","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1616c00836e4b61","status":"passed","time":{"start":1714407816862,"stop":1714407816863,"duration":1}},{"uid":"68caa580cd003fd0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/68caa580cd003fd0","status":"passed","time":{"start":1714406861586,"stop":1714406861586,"duration":0}},{"uid":"51a04ba2792fd7a7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/51a04ba2792fd7a7","status":"passed","time":{"start":1714404628272,"stop":1714404628272,"duration":0}}]},"c7f76aa0a5ba30bfb4e3323848705440:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df462559e9ad68a0","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/df462559e9ad68a0","status":"passed","time":{"start":1714229013654,"stop":1714229013654,"duration":0}}]},"04f7cb7e46d8f2a169a2644222935330:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6b4750a4bff70a5","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/e6b4750a4bff70a5","status":"passed","time":{"start":1714154299665,"stop":1714154299665,"duration":0}}]},"c84065017cbebb20c6184c15f5a548ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eae6e82dfde3c32c","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/eae6e82dfde3c32c","status":"passed","time":{"start":1714262254740,"stop":1714262254741,"duration":1}}]},"75139e692b5e9c6fe40ede63a7d57fe9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f85fde089a4a1de","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/3f85fde089a4a1de","status":"passed","time":{"start":1714219167797,"stop":1714219167797,"duration":0}}]},"3f4dc2da6aab3af7f4565d37dbbf53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d893e7d362cb64b3","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/d893e7d362cb64b3","status":"passed","time":{"start":1714169472817,"stop":1714169472817,"duration":0}}]},"585178d6113ef4d7b1b8957b1bca989c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da5dca5f841ac9b8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/da5dca5f841ac9b8","status":"passed","time":{"start":1714429967911,"stop":1714429967912,"duration":1}}]},"ff0e3161cd57f43630ac041990ca39ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32cf2fcb2366ae9a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/32cf2fcb2366ae9a","status":"passed","time":{"start":1714454483202,"stop":1714454483203,"duration":1}}]},"b15c85d1fdf27116e63fbb553007c239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4caea0356689c41b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4caea0356689c41b","status":"passed","time":{"start":1714454507913,"stop":1714454507913,"duration":0}}]},"206fe28252a3861284c951a000473820:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42caa16baff7c891","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/42caa16baff7c891","status":"passed","time":{"start":1714426927574,"stop":1714426927574,"duration":0}}]},"03d27e164da839d05cb2aa7c7ca85642:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b06d4495b592751e","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/b06d4495b592751e","status":"passed","time":{"start":1714010003116,"stop":1714010003116,"duration":0}}]},"4c9d980b5ac5a6267e4838857f7ec0c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4f3bb9ddc12c28","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e4f3bb9ddc12c28","status":"passed","time":{"start":1714415541647,"stop":1714415541647,"duration":0}}]},"0c2293bae22f66d50d0d409931755994:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d4af4d4224e9dcf","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/d4af4d4224e9dcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108302,"stop":1713969108302,"duration":0}}]},"89aab8596b3c3e189979c3c1b2532182:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed4e9dc70e018864","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ed4e9dc70e018864","status":"passed","time":{"start":1714385080722,"stop":1714385080723,"duration":1}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"d7b3f569bfd8c4f6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d7b3f569bfd8c4f6","status":"passed","time":{"start":1714454282972,"stop":1714454282972,"duration":0}},{"uid":"2ec9aad7d08a7c95","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2ec9aad7d08a7c95","status":"passed","time":{"start":1714435826664,"stop":1714435826664,"duration":0}},{"uid":"2256346514f5f4af","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2256346514f5f4af","status":"passed","time":{"start":1714434891417,"stop":1714434891418,"duration":1}},{"uid":"caa4365cf641a904","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/caa4365cf641a904","status":"passed","time":{"start":1714433579165,"stop":1714433579165,"duration":0}},{"uid":"35961d832acc1983","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/35961d832acc1983","status":"passed","time":{"start":1714431790087,"stop":1714431790087,"duration":0}},{"uid":"b6b237ab198fe64a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b6b237ab198fe64a","status":"passed","time":{"start":1714432108462,"stop":1714432108464,"duration":2}},{"uid":"633e5ee1f0aaf563","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/633e5ee1f0aaf563","status":"passed","time":{"start":1714430776812,"stop":1714430776813,"duration":1}},{"uid":"c36cb204fd784474","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c36cb204fd784474","status":"passed","time":{"start":1714430614407,"stop":1714430614407,"duration":0}},{"uid":"80a8e5a5cb5cd26e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/80a8e5a5cb5cd26e","status":"passed","time":{"start":1714429746730,"stop":1714429746730,"duration":0}},{"uid":"6532ddbe3ba45aec","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6532ddbe3ba45aec","status":"passed","time":{"start":1714428854423,"stop":1714428854423,"duration":0}},{"uid":"68ea2f705aeb7b73","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/68ea2f705aeb7b73","status":"passed","time":{"start":1714427646204,"stop":1714427646206,"duration":2}},{"uid":"e36e052b5fc73a37","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e36e052b5fc73a37","status":"passed","time":{"start":1714427346921,"stop":1714427346921,"duration":0}},{"uid":"6400f7fc9ecc8cf6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6400f7fc9ecc8cf6","status":"passed","time":{"start":1714426697035,"stop":1714426697035,"duration":0}},{"uid":"c222a4b6fb38f540","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c222a4b6fb38f540","status":"passed","time":{"start":1714425456657,"stop":1714425456658,"duration":1}},{"uid":"c7c52b0d3d97d7b6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c7c52b0d3d97d7b6","status":"passed","time":{"start":1714425178900,"stop":1714425178901,"duration":1}},{"uid":"512f81f59d6558ce","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/512f81f59d6558ce","status":"passed","time":{"start":1714415356781,"stop":1714415356781,"duration":0}},{"uid":"25b0bee4dc874c50","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/25b0bee4dc874c50","status":"passed","time":{"start":1714415495569,"stop":1714415495569,"duration":0}},{"uid":"2c865807b1d5dfb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2c865807b1d5dfb","status":"passed","time":{"start":1714407697669,"stop":1714407697669,"duration":0}},{"uid":"9ab36a8b6ab50a59","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9ab36a8b6ab50a59","status":"passed","time":{"start":1714406727362,"stop":1714406727362,"duration":0}},{"uid":"ac08816d2ef8d35e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ac08816d2ef8d35e","status":"passed","time":{"start":1714404518831,"stop":1714404518832,"duration":1}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"8c1f181afc3391c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8c1f181afc3391c","status":"passed","time":{"start":1714454507905,"stop":1714454507906,"duration":1}},{"uid":"e16ff588c55b221","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e16ff588c55b221","status":"passed","time":{"start":1714436048755,"stop":1714436048755,"duration":0}},{"uid":"b84553f14bca3ecc","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b84553f14bca3ecc","status":"passed","time":{"start":1714435155776,"stop":1714435155777,"duration":1}},{"uid":"6fe7a03fa7cadd09","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6fe7a03fa7cadd09","status":"passed","time":{"start":1714433815796,"stop":1714433815796,"duration":0}},{"uid":"599a9e0f191284aa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/599a9e0f191284aa","status":"passed","time":{"start":1714432025724,"stop":1714432025724,"duration":0}},{"uid":"7bb8a6cf1c5947e2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7bb8a6cf1c5947e2","status":"passed","time":{"start":1714432319347,"stop":1714432319348,"duration":1}},{"uid":"92b52b7afa3c8bb4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/92b52b7afa3c8bb4","status":"passed","time":{"start":1714431035242,"stop":1714431035243,"duration":1}},{"uid":"fea9b777badb2472","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fea9b777badb2472","status":"passed","time":{"start":1714430851121,"stop":1714430851123,"duration":2}},{"uid":"bc765e7ca7f5c8f5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bc765e7ca7f5c8f5","status":"passed","time":{"start":1714429998292,"stop":1714429998293,"duration":1}},{"uid":"1bdae6e8f9d1235c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1bdae6e8f9d1235c","status":"passed","time":{"start":1714429123414,"stop":1714429123414,"duration":0}},{"uid":"facf5cd4244d142e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/facf5cd4244d142e","status":"passed","time":{"start":1714427908740,"stop":1714427908740,"duration":0}},{"uid":"342580f79fd04104","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/342580f79fd04104","status":"passed","time":{"start":1714427590257,"stop":1714427590257,"duration":0}},{"uid":"6b78b6553aa8b5b1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6b78b6553aa8b5b1","status":"passed","time":{"start":1714426950361,"stop":1714426950361,"duration":0}},{"uid":"930e1bc8ec19c8db","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/930e1bc8ec19c8db","status":"passed","time":{"start":1714425413016,"stop":1714425413016,"duration":0}},{"uid":"2b2f96cd9f940631","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2b2f96cd9f940631","status":"passed","time":{"start":1714425435620,"stop":1714425435621,"duration":1}},{"uid":"7f30af567c5c0925","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7f30af567c5c0925","status":"passed","time":{"start":1714415590167,"stop":1714415590168,"duration":1}},{"uid":"c331dc80130d56dd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c331dc80130d56dd","status":"passed","time":{"start":1714415739331,"stop":1714415739331,"duration":0}},{"uid":"ccc3c4eda52790bb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ccc3c4eda52790bb","status":"passed","time":{"start":1714407950127,"stop":1714407950128,"duration":1}},{"uid":"100cd138a6b078f3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/100cd138a6b078f3","status":"passed","time":{"start":1714406978475,"stop":1714406978475,"duration":0}},{"uid":"b05fd42f3345fb42","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b05fd42f3345fb42","status":"passed","time":{"start":1714404752155,"stop":1714404752159,"duration":4}}]},"17902a4d7fd5bf248f768eb0fac6ea16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9d079dae100bc89","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/e9d079dae100bc89","status":"passed","time":{"start":1713987677070,"stop":1713987677071,"duration":1}}]},"c5f06ebbf11f69cf6c5896f249899eea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d02e238b1f13d42","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/9d02e238b1f13d42","status":"passed","time":{"start":1714386642377,"stop":1714386642377,"duration":0}}]},"1d86b87c0c58960cd1ee49983348ca72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ae8cad44661c9cc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9ae8cad44661c9cc","status":"passed","time":{"start":1714426916049,"stop":1714426916050,"duration":1}}]},"ee045a56ecfcab3a4aae0dfda4ac5876:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d6a09979bfad977","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/5d6a09979bfad977","status":"passed","time":{"start":1714109313621,"stop":1714109313621,"duration":0}}]},"86718961ff8b4fc46f03f2e01705aa87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd2626ad30de791c","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/dd2626ad30de791c","status":"passed","time":{"start":1714383335676,"stop":1714383335676,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"706c8093a8b07e62","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/706c8093a8b07e62","status":"passed","time":{"start":1714454407734,"stop":1714454407735,"duration":1}},{"uid":"90dcc41fb2526af1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/90dcc41fb2526af1","status":"passed","time":{"start":1714435965308,"stop":1714435965308,"duration":0}},{"uid":"981b73dad1112a97","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/981b73dad1112a97","status":"passed","time":{"start":1714435028467,"stop":1714435028468,"duration":1}},{"uid":"26690e28cc6a408c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/26690e28cc6a408c","status":"passed","time":{"start":1714433715551,"stop":1714433715552,"duration":1}},{"uid":"99cc6457164e3483","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/99cc6457164e3483","status":"passed","time":{"start":1714431932493,"stop":1714431932493,"duration":0}},{"uid":"1ce74d87c6ad7638","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1ce74d87c6ad7638","status":"passed","time":{"start":1714432213876,"stop":1714432213876,"duration":0}},{"uid":"57863fc48cf46315","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/57863fc48cf46315","status":"passed","time":{"start":1714430911542,"stop":1714430911543,"duration":1}},{"uid":"4c1c8baad064748b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4c1c8baad064748b","status":"passed","time":{"start":1714430735785,"stop":1714430735785,"duration":0}},{"uid":"bfe9150792c878f7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bfe9150792c878f7","status":"passed","time":{"start":1714429887039,"stop":1714429887039,"duration":0}},{"uid":"4b2a0e35e7bc54e2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4b2a0e35e7bc54e2","status":"passed","time":{"start":1714429006362,"stop":1714429006362,"duration":0}},{"uid":"b1eb4879880693d0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b1eb4879880693d0","status":"passed","time":{"start":1714427738972,"stop":1714427738972,"duration":0}},{"uid":"3c4005690c599a73","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3c4005690c599a73","status":"passed","time":{"start":1714427483319,"stop":1714427483319,"duration":0}},{"uid":"f744bb0d9d001263","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f744bb0d9d001263","status":"passed","time":{"start":1714426832955,"stop":1714426832955,"duration":0}},{"uid":"8e945fc31a9309d3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8e945fc31a9309d3","status":"passed","time":{"start":1714425510850,"stop":1714425510850,"duration":0}},{"uid":"3217dad41051e165","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3217dad41051e165","status":"passed","time":{"start":1714425321025,"stop":1714425321025,"duration":0}},{"uid":"4ce843cb9c57319e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4ce843cb9c57319e","status":"passed","time":{"start":1714415518569,"stop":1714415518569,"duration":0}},{"uid":"c8a34122961bdb1a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c8a34122961bdb1a","status":"passed","time":{"start":1714415639560,"stop":1714415639561,"duration":1}},{"uid":"d4d5425259ddfd4b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d4d5425259ddfd4b","status":"passed","time":{"start":1714407839125,"stop":1714407839125,"duration":0}},{"uid":"52e112c62dbb963e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/52e112c62dbb963e","status":"passed","time":{"start":1714406876543,"stop":1714406876544,"duration":1}},{"uid":"da67789c590c84aa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/da67789c590c84aa","status":"passed","time":{"start":1714404658751,"stop":1714404658751,"duration":0}}]},"2fbcb37e3191c2854bc54e8cc64c1545:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25974dbc707e404e","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/25974dbc707e404e","status":"passed","time":{"start":1714385421487,"stop":1714385421488,"duration":1}}]},"0f5759c79d4e60613a444e5a2a06a3da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cff35c330a53394","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/4cff35c330a53394","status":"passed","time":{"start":1713969107861,"stop":1713969107862,"duration":1}}]},"3b41c740bd2b19b25a35121a33e84488:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c4fd3aa90e6293","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/7c4fd3aa90e6293","status":"passed","time":{"start":1714089330766,"stop":1714089330766,"duration":0}}]},"756dcee00b7476c1b7407af766de7021:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f291b5141580832","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3f291b5141580832","status":"passed","time":{"start":1714404752167,"stop":1714404752167,"duration":0}}]},"acfc19e30065bc0f548082095362e654:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31893bd27dcd8686","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/31893bd27dcd8686","status":"passed","time":{"start":1714380091393,"stop":1714380091393,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"365784bbddcc2ab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/365784bbddcc2ab","status":"passed","time":{"start":1714454015966,"stop":1714454015967,"duration":1}},{"uid":"6dd092698045a62","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6dd092698045a62","status":"passed","time":{"start":1714435573548,"stop":1714435573549,"duration":1}},{"uid":"5cb7ffb6ac7b063e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5cb7ffb6ac7b063e","status":"passed","time":{"start":1714434644054,"stop":1714434644054,"duration":0}},{"uid":"dab4440935353bd4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dab4440935353bd4","status":"passed","time":{"start":1714433338734,"stop":1714433338734,"duration":0}},{"uid":"4ecfcc97a1cb1aca","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4ecfcc97a1cb1aca","status":"passed","time":{"start":1714431536337,"stop":1714431536337,"duration":0}},{"uid":"2dba07f06a86888d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2dba07f06a86888d","status":"passed","time":{"start":1714431800185,"stop":1714431800186,"duration":1}},{"uid":"151f3957bfaf9b8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/151f3957bfaf9b8","status":"passed","time":{"start":1714430523385,"stop":1714430523385,"duration":0}},{"uid":"e83199387270af56","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e83199387270af56","status":"passed","time":{"start":1714430313848,"stop":1714430313848,"duration":0}},{"uid":"b733196ac1e3516a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b733196ac1e3516a","status":"passed","time":{"start":1714429481392,"stop":1714429481393,"duration":1}},{"uid":"e8a9200fe8340b3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e8a9200fe8340b3","status":"passed","time":{"start":1714428620103,"stop":1714428620104,"duration":1}},{"uid":"faba62424e1670f4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/faba62424e1670f4","status":"passed","time":{"start":1714427398601,"stop":1714427398602,"duration":1}},{"uid":"492f6a9295178dcd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/492f6a9295178dcd","status":"passed","time":{"start":1714427098530,"stop":1714427098531,"duration":1}},{"uid":"c7f9bbe57a6a151","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c7f9bbe57a6a151","status":"passed","time":{"start":1714426448204,"stop":1714426448205,"duration":1}},{"uid":"e9b28fffe759f2b8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e9b28fffe759f2b8","status":"passed","time":{"start":1714424551046,"stop":1714424551047,"duration":1}},{"uid":"9f63ad66145608f3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9f63ad66145608f3","status":"passed","time":{"start":1714424941437,"stop":1714424941437,"duration":0}},{"uid":"10689df422201293","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/10689df422201293","status":"passed","time":{"start":1714415094248,"stop":1714415094249,"duration":1}},{"uid":"b403e7e4ffafd1de","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b403e7e4ffafd1de","status":"passed","time":{"start":1714415247300,"stop":1714415247301,"duration":1}},{"uid":"2ec3d4fbd3308ac","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2ec3d4fbd3308ac","status":"passed","time":{"start":1714407454392,"stop":1714407454392,"duration":0}},{"uid":"2f8b26ae52e68294","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2f8b26ae52e68294","status":"passed","time":{"start":1714406481768,"stop":1714406481769,"duration":1}},{"uid":"f11e0ad4bfc7c72b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f11e0ad4bfc7c72b","status":"passed","time":{"start":1714404271556,"stop":1714404271556,"duration":0}}]},"4ba227715e6dabe91e6044a99483b506:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37f05c5abaf37e2f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/37f05c5abaf37e2f","status":"passed","time":{"start":1714425644072,"stop":1714425644073,"duration":1}}]},"3522160661c8cb229ce58929ff75a8d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"982dedd620e24e7a","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/982dedd620e24e7a","status":"passed","time":{"start":1714219200736,"stop":1714219200737,"duration":1}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"8e1d205d79fad5b0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e1d205d79fad5b0","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"duration":0}},{"uid":"141f67cf16a1011c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/141f67cf16a1011c","status":"passed","time":{"start":1714436158737,"stop":1714436158737,"duration":0}},{"uid":"77d0a314e0fdf6fb","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/77d0a314e0fdf6fb","status":"passed","time":{"start":1714435237027,"stop":1714435237027,"duration":0}},{"uid":"6097e4d81224d921","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6097e4d81224d921","status":"passed","time":{"start":1714433925111,"stop":1714433925111,"duration":0}},{"uid":"28cadc54a55b1b24","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/28cadc54a55b1b24","status":"passed","time":{"start":1714432132896,"stop":1714432132896,"duration":0}},{"uid":"19dd6adf80530a4b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/19dd6adf80530a4b","status":"passed","time":{"start":1714432392996,"stop":1714432392996,"duration":0}},{"uid":"1c980b2dffaaed56","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1c980b2dffaaed56","status":"passed","time":{"start":1714431131898,"stop":1714431131898,"duration":0}},{"uid":"79c78d65749c0e99","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/79c78d65749c0e99","status":"passed","time":{"start":1714430918793,"stop":1714430918794,"duration":1}},{"uid":"face751dea4d10ec","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/face751dea4d10ec","status":"passed","time":{"start":1714430104216,"stop":1714430104217,"duration":1}},{"uid":"8401748b4a794465","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8401748b4a794465","status":"passed","time":{"start":1714429213881,"stop":1714429213881,"duration":0}},{"uid":"e315cd443384c514","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e315cd443384c514","status":"passed","time":{"start":1714427999039,"stop":1714427999039,"duration":0}},{"uid":"393dd1db0e053e0b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/393dd1db0e053e0b","status":"passed","time":{"start":1714427702234,"stop":1714427702235,"duration":1}},{"uid":"bf249d0b61e7ce64","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bf249d0b61e7ce64","status":"passed","time":{"start":1714427044033,"stop":1714427044033,"duration":0}},{"uid":"741929c56f4dd576","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/741929c56f4dd576","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699101,"stop":1714426699101,"duration":0}},{"uid":"dad97e4b2959d47","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dad97e4b2959d47","status":"passed","time":{"start":1714425534897,"stop":1714425534897,"duration":0}},{"uid":"49254265c19f74e3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/49254265c19f74e3","status":"passed","time":{"start":1714415702297,"stop":1714415702297,"duration":0}},{"uid":"ff2f5f9f37524c1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ff2f5f9f37524c1","status":"passed","time":{"start":1714415850505,"stop":1714415850505,"duration":0}},{"uid":"ef269c3a179092aa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ef269c3a179092aa","status":"passed","time":{"start":1714408049955,"stop":1714408049955,"duration":0}},{"uid":"cd2f5aa51bc45224","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cd2f5aa51bc45224","status":"passed","time":{"start":1714407080677,"stop":1714407080677,"duration":0}},{"uid":"6cda8adbdc3455d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6cda8adbdc3455d","status":"passed","time":{"start":1714404860595,"stop":1714404860595,"duration":0}}]},"bf2ec0f719ce6598eb14e4ae94b3924a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"528c1b120a5334e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/528c1b120a5334e","status":"passed","time":{"start":1714415596687,"stop":1714415596687,"duration":0}}]},"c8a1fc5ef55d7ead598e6f6c2b59a591:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a1761e12c6f74ab","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/6a1761e12c6f74ab","status":"passed","time":{"start":1714140980013,"stop":1714140980013,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"74d129034fce1caf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/74d129034fce1caf","status":"passed","time":{"start":1714453985446,"stop":1714453985446,"duration":0}},{"uid":"1a5113aaafc4d6c6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1a5113aaafc4d6c6","status":"passed","time":{"start":1714435542752,"stop":1714435542752,"duration":0}},{"uid":"d4d37857882e963d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d4d37857882e963d","status":"passed","time":{"start":1714434612761,"stop":1714434612761,"duration":0}},{"uid":"7572b168024c3948","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7572b168024c3948","status":"passed","time":{"start":1714433308178,"stop":1714433308178,"duration":0}},{"uid":"deb9d707e3f7bad9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/deb9d707e3f7bad9","status":"passed","time":{"start":1714431506873,"stop":1714431506873,"duration":0}},{"uid":"60412ca44e842735","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/60412ca44e842735","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/enr.node.spec.ts)","time":{"start":1714432105414,"stop":1714432105414,"duration":0}},{"uid":"70875a482b285b08","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/70875a482b285b08","status":"passed","time":{"start":1714430492851,"stop":1714430492851,"duration":0}},{"uid":"b1d63023ec0b7a5a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b1d63023ec0b7a5a","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/enr.node.spec.ts)","time":{"start":1714430622334,"stop":1714430622334,"duration":0}},{"uid":"a60800a621141646","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a60800a621141646","status":"passed","time":{"start":1714429449944,"stop":1714429449944,"duration":0}},{"uid":"6be996af1644c1e5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6be996af1644c1e5","status":"passed","time":{"start":1714428589524,"stop":1714428589524,"duration":0}},{"uid":"b8a3a822d1f44a96","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b8a3a822d1f44a96","status":"passed","time":{"start":1714427369120,"stop":1714427369120,"duration":0}},{"uid":"22112d0edb008c51","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/22112d0edb008c51","status":"passed","time":{"start":1714427069476,"stop":1714427069476,"duration":0}},{"uid":"a29b1dd4a0de9c18","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a29b1dd4a0de9c18","status":"passed","time":{"start":1714426418557,"stop":1714426418557,"duration":0}},{"uid":"a54d714d4ac4d6b8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a54d714d4ac4d6b8","status":"passed","time":{"start":1714424519597,"stop":1714424519597,"duration":0}},{"uid":"7263dfc8490a871","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7263dfc8490a871","status":"passed","time":{"start":1714424910637,"stop":1714424910638,"duration":1}},{"uid":"3e54180ad86bcaa0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3e54180ad86bcaa0","status":"passed","time":{"start":1714415063342,"stop":1714415063343,"duration":1}},{"uid":"36df867854d5ee17","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/36df867854d5ee17","status":"passed","time":{"start":1714415216631,"stop":1714415216632,"duration":1}},{"uid":"9d9715ae3bd1656f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9d9715ae3bd1656f","status":"passed","time":{"start":1714407423287,"stop":1714407423287,"duration":0}},{"uid":"9fae3ed3321ac9e9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9fae3ed3321ac9e9","status":"passed","time":{"start":1714406451751,"stop":1714406451752,"duration":1}},{"uid":"34f9e83742a31b0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/34f9e83742a31b0","status":"passed","time":{"start":1714404241576,"stop":1714404241576,"duration":0}}]},"2394089686353d948f7817f4389852ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75541b384cb260b5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/75541b384cb260b5","status":"passed","time":{"start":1714435115852,"stop":1714435115853,"duration":1}}]},"e32aaafacb3ef5735a114ca6af7922b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8aa3187413aa78e","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/b8aa3187413aa78e","status":"passed","time":{"start":1714040301534,"stop":1714040301534,"duration":0}}]},"5570fff84ee6bb922dbedc3dcb23d136:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8fe408378c3c5e25","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/8fe408378c3c5e25","status":"passed","time":{"start":1714219113967,"stop":1714219113967,"duration":0}}]},"e02a1ba3ce1a6ecbceaca3c17a3732ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e767e493951c221","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/8e767e493951c221","status":"passed","time":{"start":1714033775464,"stop":1714033775464,"duration":0}}]},"f43ae22e74de76eeb3ec382f0a2bde72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae9f026dd332c112","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/ae9f026dd332c112","status":"passed","time":{"start":1714384939255,"stop":1714384939256,"duration":1}}]},"809991c90ac62c5c7a81cea02b7e9796:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"127393b9d2301b1e","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/127393b9d2301b1e","status":"passed","time":{"start":1714386356551,"stop":1714386356551,"duration":0}}]},"f2d4c3a7b5ec726d1308dabe805bce1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac2e094a93315578","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ac2e094a93315578","status":"passed","time":{"start":1714386693830,"stop":1714386693831,"duration":1}}]},"dceeebf92c39e426fec5374736a104e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac8624ce08a87499","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ac8624ce08a87499","status":"passed","time":{"start":1714415596684,"stop":1714415596685,"duration":1}}]},"8686bdb935a7c3ec08bb3e8eef8cd6fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbb27cb3158768ee","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bbb27cb3158768ee","status":"passed","time":{"start":1714406971793,"stop":1714406971793,"duration":0}}]},"7c8f3529b47614055929c693a444d238:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a5b9109dc9d8d2c","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/9a5b9109dc9d8d2c","status":"passed","time":{"start":1714382888222,"stop":1714382888223,"duration":1}}]},"8b4d5b11587c177e7c5c97015038f114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"990dc2b8d1c20e68","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/990dc2b8d1c20e68","status":"passed","time":{"start":1714080498798,"stop":1714080498798,"duration":0}}]},"39dbe11c506b49b68658977dd894650e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cedc682b0fe82fc","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/4cedc682b0fe82fc","status":"passed","time":{"start":1714010003114,"stop":1714010003114,"duration":0}}]},"0abee2d18b75df6cea64a183c7d0ca62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83c76856a1f41c8a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/83c76856a1f41c8a","status":"passed","time":{"start":1714415473276,"stop":1714415473277,"duration":1}}]},"8b21fabb2b81658704250091ca4ee391:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a151b460808adf4a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a151b460808adf4a","status":"passed","time":{"start":1714436052998,"stop":1714436052998,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"1a3def65471817f7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1a3def65471817f7","status":"passed","time":{"start":1714454605543,"stop":1714454605544,"duration":1}},{"uid":"d326fc68d74c37f6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d326fc68d74c37f6","status":"passed","time":{"start":1714436158726,"stop":1714436158727,"duration":1}},{"uid":"b97d81d4d2123316","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b97d81d4d2123316","status":"passed","time":{"start":1714435237015,"stop":1714435237015,"duration":0}},{"uid":"f203bdf8eaebf9cc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f203bdf8eaebf9cc","status":"passed","time":{"start":1714433925099,"stop":1714433925100,"duration":1}},{"uid":"78a3782ab50a3bc6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/78a3782ab50a3bc6","status":"passed","time":{"start":1714432132885,"stop":1714432132886,"duration":1}},{"uid":"28031acbedf19501","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/28031acbedf19501","status":"passed","time":{"start":1714432392976,"stop":1714432392977,"duration":1}},{"uid":"e1360aa104ad265f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e1360aa104ad265f","status":"passed","time":{"start":1714431131885,"stop":1714431131885,"duration":0}},{"uid":"5a46b86453639fde","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5a46b86453639fde","status":"passed","time":{"start":1714430918778,"stop":1714430918779,"duration":1}},{"uid":"eb1f2f3db7fa867e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/eb1f2f3db7fa867e","status":"passed","time":{"start":1714430104203,"stop":1714430104203,"duration":0}},{"uid":"b57ff2dc15b0da04","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b57ff2dc15b0da04","status":"passed","time":{"start":1714429213871,"stop":1714429213871,"duration":0}},{"uid":"dd489c6364da28d8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dd489c6364da28d8","status":"passed","time":{"start":1714427999026,"stop":1714427999027,"duration":1}},{"uid":"1468cd6cf100a5f6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1468cd6cf100a5f6","status":"passed","time":{"start":1714427702221,"stop":1714427702221,"duration":0}},{"uid":"1af4fc5621c8e57","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1af4fc5621c8e57","status":"passed","time":{"start":1714427044021,"stop":1714427044022,"duration":1}},{"uid":"80dc89c3a93c7788","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/80dc89c3a93c7788","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699068,"stop":1714426699068,"duration":0}},{"uid":"752d1f8f5b503ef6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/752d1f8f5b503ef6","status":"passed","time":{"start":1714425534885,"stop":1714425534886,"duration":1}},{"uid":"1e7c56bf31bed2d0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1e7c56bf31bed2d0","status":"passed","time":{"start":1714415702285,"stop":1714415702285,"duration":0}},{"uid":"5b32e74ef6a52de","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5b32e74ef6a52de","status":"passed","time":{"start":1714415850494,"stop":1714415850494,"duration":0}},{"uid":"51803013fbddf0fd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/51803013fbddf0fd","status":"passed","time":{"start":1714408049942,"stop":1714408049942,"duration":0}},{"uid":"d3fb85bda02f90e0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d3fb85bda02f90e0","status":"passed","time":{"start":1714407080666,"stop":1714407080666,"duration":0}},{"uid":"d690c34986b7ed96","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d690c34986b7ed96","status":"passed","time":{"start":1714404860582,"stop":1714404860582,"duration":0}}]},"631181e931617b07db768fad7a75ea30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97af2b2eb38edbd4","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/97af2b2eb38edbd4","status":"passed","time":{"start":1714385794766,"stop":1714385794766,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"c66ae5011ba225ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c66ae5011ba225ee","status":"passed","time":{"start":1714454140467,"stop":1714454140467,"duration":0}},{"uid":"15219ddd4b761e2d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/15219ddd4b761e2d","status":"passed","time":{"start":1714435687937,"stop":1714435687938,"duration":1}},{"uid":"9f070b68d8211efd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9f070b68d8211efd","status":"passed","time":{"start":1714434773463,"stop":1714434773463,"duration":0}},{"uid":"286c5bb4f6f531f5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/286c5bb4f6f531f5","status":"passed","time":{"start":1714433450976,"stop":1714433450976,"duration":0}},{"uid":"2d6a7b2486bb214a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2d6a7b2486bb214a","status":"passed","time":{"start":1714431653505,"stop":1714431653506,"duration":1}},{"uid":"2f4b37a01873398a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2f4b37a01873398a","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714431989838,"stop":1714431989838,"duration":0}},{"uid":"d1909d5e09f63702","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d1909d5e09f63702","status":"passed","time":{"start":1714430659408,"stop":1714430659409,"duration":1}},{"uid":"16498db306e2afa8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/16498db306e2afa8","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714430522154,"stop":1714430522154,"duration":0}},{"uid":"362d32d0e8f6ea50","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/362d32d0e8f6ea50","status":"passed","time":{"start":1714429610412,"stop":1714429610413,"duration":1}},{"uid":"3a61a6e8be06d2a2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3a61a6e8be06d2a2","status":"passed","time":{"start":1714428741362,"stop":1714428741363,"duration":1}},{"uid":"3ab0d7084983be2d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3ab0d7084983be2d","status":"passed","time":{"start":1714427513582,"stop":1714427513582,"duration":0}},{"uid":"dc58ce910427bfee","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dc58ce910427bfee","status":"passed","time":{"start":1714427219355,"stop":1714427219355,"duration":0}},{"uid":"ca630821f0873a42","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ca630821f0873a42","status":"passed","time":{"start":1714426573098,"stop":1714426573098,"duration":0}},{"uid":"2b02a518365e487a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2b02a518365e487a","status":"passed","time":{"start":1714424914278,"stop":1714424914278,"duration":0}},{"uid":"1e4c326b296614d6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1e4c326b296614d6","status":"passed","time":{"start":1714425071921,"stop":1714425071921,"duration":0}},{"uid":"ecd6fb9b7dae2faf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ecd6fb9b7dae2faf","status":"passed","time":{"start":1714415233322,"stop":1714415233334,"duration":12}},{"uid":"e29eb89876c16f7c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e29eb89876c16f7c","status":"passed","time":{"start":1714415382754,"stop":1714415382755,"duration":1}},{"uid":"c99b03fbe22ace67","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c99b03fbe22ace67","status":"passed","time":{"start":1714407575697,"stop":1714407575697,"duration":0}},{"uid":"447976e3b42d1258","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/447976e3b42d1258","status":"passed","time":{"start":1714406625166,"stop":1714406625166,"duration":0}},{"uid":"e5c54c9070491699","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e5c54c9070491699","status":"passed","time":{"start":1714404386206,"stop":1714404386207,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":80,"unknown":0,"total":86},"items":[{"uid":"c537b29e3e3509c0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c537b29e3e3509c0","status":"passed","time":{"start":1714454053294,"stop":1714454053294,"duration":0}},{"uid":"1290755d7be9b93c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1290755d7be9b93c","status":"passed","time":{"start":1714435613229,"stop":1714435613229,"duration":0}},{"uid":"eb8bdef9a0b24873","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/eb8bdef9a0b24873","status":"passed","time":{"start":1714434679103,"stop":1714434679104,"duration":1}},{"uid":"9de410df3c6661c8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9de410df3c6661c8","status":"passed","time":{"start":1714433372668,"stop":1714433372669,"duration":1}},{"uid":"970bb0d4fcfd5634","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/970bb0d4fcfd5634","status":"passed","time":{"start":1714431568997,"stop":1714431568998,"duration":1}},{"uid":"58e0ee79f1043bc6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/58e0ee79f1043bc6","status":"passed","time":{"start":1714431828081,"stop":1714431828081,"duration":0}},{"uid":"71f49d2320042835","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/71f49d2320042835","status":"passed","time":{"start":1714430556000,"stop":1714430556000,"duration":0}},{"uid":"e87cbc8177e51273","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e87cbc8177e51273","status":"passed","time":{"start":1714430344113,"stop":1714430344113,"duration":0}},{"uid":"b32bed61cb08ff96","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b32bed61cb08ff96","status":"passed","time":{"start":1714429520842,"stop":1714429520842,"duration":0}},{"uid":"eb496a70432d0bd8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eb496a70432d0bd8","status":"passed","time":{"start":1714428655268,"stop":1714428655268,"duration":0}},{"uid":"8a9c84ca2f74b944","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8a9c84ca2f74b944","status":"passed","time":{"start":1714427432029,"stop":1714427432029,"duration":0}},{"uid":"600cd7821619d7fe","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/600cd7821619d7fe","status":"passed","time":{"start":1714427143088,"stop":1714427143088,"duration":0}},{"uid":"27698b70c1752b4c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/27698b70c1752b4c","status":"passed","time":{"start":1714426485121,"stop":1714426485124,"duration":3}},{"uid":"5409f1cebe58b6e8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5409f1cebe58b6e8","status":"broken","statusDetails":"window is not defined","time":{"start":1714424814916,"stop":1714424814916,"duration":0}},{"uid":"b41b5000dfa529f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b41b5000dfa529f","status":"passed","time":{"start":1714424973886,"stop":1714424973887,"duration":1}},{"uid":"761221ba16b1644f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/761221ba16b1644f","status":"passed","time":{"start":1714415128243,"stop":1714415128243,"duration":0}},{"uid":"15f90866d6b84e03","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/15f90866d6b84e03","status":"passed","time":{"start":1714415288028,"stop":1714415288030,"duration":2}},{"uid":"ce5d276be72dbd1a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ce5d276be72dbd1a","status":"passed","time":{"start":1714407495706,"stop":1714407495706,"duration":0}},{"uid":"f930c013b2204f78","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f930c013b2204f78","status":"passed","time":{"start":1714406516592,"stop":1714406516592,"duration":0}},{"uid":"66503c73d10316ec","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/66503c73d10316ec","status":"passed","time":{"start":1714404304970,"stop":1714404304973,"duration":3}}]},"6f251c09a9d497350f72eeebc5c340cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e24d3aba15783c9f","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e24d3aba15783c9f","status":"passed","time":{"start":1714214828255,"stop":1714214828255,"duration":0}}]},"ab949a192399643cb2d06a92bb1c697a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5ce7243b9eaba014","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/5ce7243b9eaba014","status":"passed","time":{"start":1714221441306,"stop":1714221441307,"duration":1}}]},"fcef08c344a16c8ff1be91e0d364dade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5ba88eca7695559","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b5ba88eca7695559","status":"passed","time":{"start":1714426812813,"stop":1714426812814,"duration":1}}]},"2d006acc8c33c26997b3431cac10a3a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"beb64cda745c6917","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/beb64cda745c6917","status":"passed","time":{"start":1714178248451,"stop":1714178248451,"duration":0}}]},"6835190b75187a7d3e7e0b204590f9fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57524ea049073420","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/57524ea049073420","status":"passed","time":{"start":1714425396496,"stop":1714425396497,"duration":1}}]},"a91380328abc90cbb75f0a16683b16e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db808fad2757ec53","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/db808fad2757ec53","status":"passed","time":{"start":1714046099942,"stop":1714046099943,"duration":1}}]},"2696a9636d88e513824589ef2a600932:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73e07aa53b5cbf47","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/73e07aa53b5cbf47","status":"passed","time":{"start":1714380503465,"stop":1714380503466,"duration":1}}]},"36cb83b4803259c247da417cfc3f0f24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95014fcf2fd69e04","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/95014fcf2fd69e04","status":"passed","time":{"start":1714297352589,"stop":1714297352589,"duration":0}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"841e25efbaf31fab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/841e25efbaf31fab","status":"passed","time":{"start":1714453932706,"stop":1714453932706,"duration":0}},{"uid":"435ac940152adf1c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/435ac940152adf1c","status":"passed","time":{"start":1714435490584,"stop":1714435490585,"duration":1}},{"uid":"e421137c49a0efea","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e421137c49a0efea","status":"passed","time":{"start":1714434559560,"stop":1714434559561,"duration":1}},{"uid":"93ecdefd0af9e879","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/93ecdefd0af9e879","status":"passed","time":{"start":1714433254657,"stop":1714433254657,"duration":0}},{"uid":"be5499aa78ee0861","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/be5499aa78ee0861","status":"passed","time":{"start":1714431452648,"stop":1714431452648,"duration":0}},{"uid":"91a8689d95451840","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/91a8689d95451840","status":"passed","time":{"start":1714431716074,"stop":1714431716075,"duration":1}},{"uid":"e7d8bb6b06967b92","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e7d8bb6b06967b92","status":"passed","time":{"start":1714430438500,"stop":1714430438501,"duration":1}},{"uid":"b650a81dec8fe67","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b650a81dec8fe67","status":"passed","time":{"start":1714430230964,"stop":1714430230965,"duration":1}},{"uid":"ad3d209872883602","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ad3d209872883602","status":"passed","time":{"start":1714429392678,"stop":1714429392679,"duration":1}},{"uid":"d96e2c5d88398d3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d96e2c5d88398d3","status":"passed","time":{"start":1714428536300,"stop":1714428536301,"duration":1}},{"uid":"56a125fe9afe456c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/56a125fe9afe456c","status":"passed","time":{"start":1714427313737,"stop":1714427313738,"duration":1}},{"uid":"766f26141a9722f4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/766f26141a9722f4","status":"passed","time":{"start":1714427015239,"stop":1714427015239,"duration":0}},{"uid":"b3d2201d83fe808","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b3d2201d83fe808","status":"passed","time":{"start":1714426364077,"stop":1714426364077,"duration":0}},{"uid":"bd9a72a283d07e3e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bd9a72a283d07e3e","status":"passed","time":{"start":1714424466611,"stop":1714424466611,"duration":0}},{"uid":"27b2dd924d991ac4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/27b2dd924d991ac4","status":"passed","time":{"start":1714424856924,"stop":1714424856924,"duration":0}},{"uid":"4a899d06587db723","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4a899d06587db723","status":"passed","time":{"start":1714415009489,"stop":1714415009489,"duration":0}},{"uid":"85914afa17bc6e7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/85914afa17bc6e7","status":"passed","time":{"start":1714415162805,"stop":1714415162806,"duration":1}},{"uid":"55221e25cc762c86","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/55221e25cc762c86","status":"passed","time":{"start":1714407369927,"stop":1714407369927,"duration":0}},{"uid":"3818c3a53d963caa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3818c3a53d963caa","status":"passed","time":{"start":1714406397061,"stop":1714406397062,"duration":1}},{"uid":"29afc2e6add9bb9a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/29afc2e6add9bb9a","status":"passed","time":{"start":1714404187027,"stop":1714404187028,"duration":1}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":5,"passed":78,"unknown":0,"total":86},"items":[{"uid":"58d527055cf2e164","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/58d527055cf2e164","status":"passed","time":{"start":1714454048338,"stop":1714454048339,"duration":1}},{"uid":"c59f8cbdfb5cd689","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c59f8cbdfb5cd689","status":"passed","time":{"start":1714435606851,"stop":1714435606851,"duration":0}},{"uid":"d0b15671cdad09a5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d0b15671cdad09a5","status":"passed","time":{"start":1714434675159,"stop":1714434675159,"duration":0}},{"uid":"28f84d04b1a8d457","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/28f84d04b1a8d457","status":"passed","time":{"start":1714433371587,"stop":1714433371587,"duration":0}},{"uid":"f08860fefb927394","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f08860fefb927394","status":"passed","time":{"start":1714431572731,"stop":1714431572732,"duration":1}},{"uid":"34cfd498ecee8c45","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/34cfd498ecee8c45","status":"passed","time":{"start":1714431830836,"stop":1714431830836,"duration":0}},{"uid":"7a0f77c43c4b43e5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7a0f77c43c4b43e5","status":"passed","time":{"start":1714430561836,"stop":1714430561838,"duration":2}},{"uid":"45031e0b902bd4d3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/45031e0b902bd4d3","status":"passed","time":{"start":1714430339335,"stop":1714430339335,"duration":0}},{"uid":"80ed7c015227fd8d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/80ed7c015227fd8d","status":"passed","time":{"start":1714429522162,"stop":1714429522162,"duration":0}},{"uid":"36452f463b2bd899","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/36452f463b2bd899","status":"passed","time":{"start":1714428655955,"stop":1714428655955,"duration":0}},{"uid":"a8de5a5c50fc2e1e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a8de5a5c50fc2e1e","status":"passed","time":{"start":1714427434619,"stop":1714427434620,"duration":1}},{"uid":"bd5ab9072839bd0c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bd5ab9072839bd0c","status":"passed","time":{"start":1714427135390,"stop":1714427135390,"duration":0}},{"uid":"23974c98a92816c3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/23974c98a92816c3","status":"passed","time":{"start":1714426488667,"stop":1714426488667,"duration":0}},{"uid":"4cbcc374dd97cfff","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4cbcc374dd97cfff","status":"broken","statusDetails":"window is not defined","time":{"start":1714424744125,"stop":1714424744126,"duration":1}},{"uid":"86a83ec87828262b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/86a83ec87828262b","status":"passed","time":{"start":1714424974897,"stop":1714424974897,"duration":0}},{"uid":"d53b18761dee9f84","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d53b18761dee9f84","status":"passed","time":{"start":1714415124868,"stop":1714415124869,"duration":1}},{"uid":"edf5cb454482bf5d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/edf5cb454482bf5d","status":"passed","time":{"start":1714415287313,"stop":1714415287313,"duration":0}},{"uid":"896bb4b8c5c108b9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/896bb4b8c5c108b9","status":"passed","time":{"start":1714407489068,"stop":1714407489069,"duration":1}},{"uid":"b0ffb0831999dcb6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b0ffb0831999dcb6","status":"passed","time":{"start":1714406515690,"stop":1714406515691,"duration":1}},{"uid":"c4c863571e3b83ca","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c4c863571e3b83ca","status":"passed","time":{"start":1714404308203,"stop":1714404308204,"duration":1}}]},"28af8329df95c6ee04b22a1153e91187:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61502d214053c164","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/61502d214053c164","status":"passed","time":{"start":1714087070361,"stop":1714087070362,"duration":1}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"9f10808592c79f71","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9f10808592c79f71","status":"passed","time":{"start":1714454140405,"stop":1714454140405,"duration":0}},{"uid":"1269e07c6a104d6a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1269e07c6a104d6a","status":"passed","time":{"start":1714435687891,"stop":1714435687891,"duration":0}},{"uid":"3b5cd07060913dac","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3b5cd07060913dac","status":"passed","time":{"start":1714434773419,"stop":1714434773419,"duration":0}},{"uid":"dca2a73ec678684f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dca2a73ec678684f","status":"passed","time":{"start":1714433450963,"stop":1714433450963,"duration":0}},{"uid":"e4e16477cd3c485","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e4e16477cd3c485","status":"passed","time":{"start":1714431653492,"stop":1714431653492,"duration":0}},{"uid":"b7560cb1dbb1d949","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b7560cb1dbb1d949","status":"passed","time":{"start":1714431989795,"stop":1714431989796,"duration":1}},{"uid":"5dc98badfa72e138","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5dc98badfa72e138","status":"passed","time":{"start":1714430659380,"stop":1714430659381,"duration":1}},{"uid":"ea82b71962f0317b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ea82b71962f0317b","status":"passed","time":{"start":1714430522104,"stop":1714430522104,"duration":0}},{"uid":"1ec6adf7b4d4620a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1ec6adf7b4d4620a","status":"passed","time":{"start":1714429610399,"stop":1714429610399,"duration":0}},{"uid":"7156bf7cc952c92e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7156bf7cc952c92e","status":"passed","time":{"start":1714428741351,"stop":1714428741352,"duration":1}},{"uid":"6f0acbc3881ddeab","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6f0acbc3881ddeab","status":"passed","time":{"start":1714427513555,"stop":1714427513556,"duration":1}},{"uid":"872c451a32c2307","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/872c451a32c2307","status":"passed","time":{"start":1714427219333,"stop":1714427219333,"duration":0}},{"uid":"416c80922db8e50d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/416c80922db8e50d","status":"passed","time":{"start":1714426573061,"stop":1714426573061,"duration":0}},{"uid":"61d8852ef0adef3d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/61d8852ef0adef3d","status":"passed","time":{"start":1714424914265,"stop":1714424914265,"duration":0}},{"uid":"9a699fb95c3aa789","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9a699fb95c3aa789","status":"passed","time":{"start":1714425071901,"stop":1714425071901,"duration":0}},{"uid":"f24b0861f7ef3bf2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f24b0861f7ef3bf2","status":"passed","time":{"start":1714415233306,"stop":1714415233306,"duration":0}},{"uid":"fe6b803341d6d9fb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fe6b803341d6d9fb","status":"passed","time":{"start":1714415382624,"stop":1714415382624,"duration":0}},{"uid":"4ab7fa47127e7c7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4ab7fa47127e7c7","status":"passed","time":{"start":1714407575684,"stop":1714407575685,"duration":1}},{"uid":"8b4480f74d3ff4ea","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8b4480f74d3ff4ea","status":"passed","time":{"start":1714406625155,"stop":1714406625155,"duration":0}},{"uid":"aa3f505b3bf563be","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aa3f505b3bf563be","status":"passed","time":{"start":1714404386185,"stop":1714404386185,"duration":0}}]},"5007d95a64b096c4baed2ab840856145:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae640d97a7614490","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ae640d97a7614490","status":"passed","time":{"start":1714415541647,"stop":1714415541647,"duration":0}}]},"0a20b905f9609c67c60d24bc98902719:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46813e50daa23995","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/46813e50daa23995","status":"passed","time":{"start":1714429973509,"stop":1714429973509,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"63c8feb48d539bee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63c8feb48d539bee","status":"passed","time":{"start":1714454434307,"stop":1714454434307,"duration":0}},{"uid":"89d51d6df903aa2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/89d51d6df903aa2","status":"passed","time":{"start":1714436006525,"stop":1714436006525,"duration":0}},{"uid":"1767265682202544","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1767265682202544","status":"passed","time":{"start":1714435054823,"stop":1714435054824,"duration":1}},{"uid":"618a30b6ba3f2b65","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/618a30b6ba3f2b65","status":"passed","time":{"start":1714433761052,"stop":1714433761052,"duration":0}},{"uid":"f6018835eb883679","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f6018835eb883679","status":"passed","time":{"start":1714431966423,"stop":1714431966424,"duration":1}},{"uid":"552887a39010a5ef","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/552887a39010a5ef","status":"passed","time":{"start":1714432193266,"stop":1714432193266,"duration":0}},{"uid":"94a5f919a0f3fcd6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/94a5f919a0f3fcd6","status":"passed","time":{"start":1714430948526,"stop":1714430948526,"duration":0}},{"uid":"934f9393dcf5ebcb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/934f9393dcf5ebcb","status":"passed","time":{"start":1714430713515,"stop":1714430713515,"duration":0}},{"uid":"334a5594f7d62c3d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/334a5594f7d62c3d","status":"passed","time":{"start":1714429917736,"stop":1714429917736,"duration":0}},{"uid":"c222cf22f8dd0f3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c222cf22f8dd0f3","status":"passed","time":{"start":1714429040286,"stop":1714429040287,"duration":1}},{"uid":"d4d7b661a34c5a1b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d4d7b661a34c5a1b","status":"passed","time":{"start":1714427848674,"stop":1714427848674,"duration":0}},{"uid":"39facaff133749a2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/39facaff133749a2","status":"passed","time":{"start":1714427530057,"stop":1714427530057,"duration":0}},{"uid":"c20c39b2ec5a173f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c20c39b2ec5a173f","status":"passed","time":{"start":1714426875129,"stop":1714426875129,"duration":0}},{"uid":"5c3095e44f7c9864","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5c3095e44f7c9864","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511014,"stop":1714426511014,"duration":0}},{"uid":"2c4fb7d06b470d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2c4fb7d06b470d","status":"passed","time":{"start":1714425369948,"stop":1714425369949,"duration":1}},{"uid":"2adf6bc2fbe3d2da","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2adf6bc2fbe3d2da","status":"passed","time":{"start":1714415516369,"stop":1714415516369,"duration":0}},{"uid":"6d5a060109d1ff55","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6d5a060109d1ff55","status":"passed","time":{"start":1714415679023,"stop":1714415679023,"duration":0}},{"uid":"a7f88fb50239cec1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a7f88fb50239cec1","status":"passed","time":{"start":1714407884318,"stop":1714407884318,"duration":0}},{"uid":"c34526df0ead4c63","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c34526df0ead4c63","status":"passed","time":{"start":1714406914279,"stop":1714406914279,"duration":0}},{"uid":"527f5175f4aea017","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/527f5175f4aea017","status":"passed","time":{"start":1714404690103,"stop":1714404690103,"duration":0}}]},"4d41d86f1a5252adc66f56a049c9bc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0d21f149d1fdb95","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/c0d21f149d1fdb95","status":"passed","time":{"start":1714141029643,"stop":1714141029643,"duration":0}}]},"9da15a5543bd16035dc025512650fa92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"39005f787f62efd1","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/39005f787f62efd1","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413531,"stop":1713889413531,"duration":0}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"5aacec4f998f630b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5aacec4f998f630b","status":"passed","time":{"start":1714454365878,"stop":1714454365878,"duration":0}},{"uid":"4f3d8f670d32c8df","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4f3d8f670d32c8df","status":"passed","time":{"start":1714435932817,"stop":1714435932817,"duration":0}},{"uid":"df86713d13184743","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/df86713d13184743","status":"passed","time":{"start":1714435006834,"stop":1714435006834,"duration":0}},{"uid":"7f07b94b6ac67990","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7f07b94b6ac67990","status":"passed","time":{"start":1714433693918,"stop":1714433693919,"duration":1}},{"uid":"63f038879f25834e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/63f038879f25834e","status":"passed","time":{"start":1714431888539,"stop":1714431888539,"duration":0}},{"uid":"1aa1f765c069d118","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1aa1f765c069d118","status":"passed","time":{"start":1714432201972,"stop":1714432201973,"duration":1}},{"uid":"ee3cbe555daf80f7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ee3cbe555daf80f7","status":"passed","time":{"start":1714430892443,"stop":1714430892444,"duration":1}},{"uid":"91003de9a60071f4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/91003de9a60071f4","status":"passed","time":{"start":1714430720925,"stop":1714430720926,"duration":1}},{"uid":"3d96a4d6786154e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3d96a4d6786154e","status":"passed","time":{"start":1714429855249,"stop":1714429855249,"duration":0}},{"uid":"c16cef500425416","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c16cef500425416","status":"passed","time":{"start":1714428989405,"stop":1714428989405,"duration":0}},{"uid":"8f247da8b16c3cf9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8f247da8b16c3cf9","status":"passed","time":{"start":1714427767170,"stop":1714427767170,"duration":0}},{"uid":"56691f0ecfe0542c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/56691f0ecfe0542c","status":"passed","time":{"start":1714427460516,"stop":1714427460516,"duration":0}},{"uid":"dc68626bee0ce65","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/dc68626bee0ce65","status":"passed","time":{"start":1714426812797,"stop":1714426812797,"duration":0}},{"uid":"2284999cf194e314","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2284999cf194e314","status":"passed","time":{"start":1714425528571,"stop":1714425528571,"duration":0}},{"uid":"76e3d6ccd01b5e87","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/76e3d6ccd01b5e87","status":"passed","time":{"start":1714425301046,"stop":1714425301046,"duration":0}},{"uid":"395a3185327959c3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/395a3185327959c3","status":"passed","time":{"start":1714415473245,"stop":1714415473245,"duration":0}},{"uid":"453f6a8cc887fbe3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/453f6a8cc887fbe3","status":"passed","time":{"start":1714415615343,"stop":1714415615344,"duration":1}},{"uid":"3edc9f5cd8f2bdb0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3edc9f5cd8f2bdb0","status":"passed","time":{"start":1714407816855,"stop":1714407816856,"duration":1}},{"uid":"fd26088949794eaa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fd26088949794eaa","status":"passed","time":{"start":1714406861567,"stop":1714406861567,"duration":0}},{"uid":"a694b9164c8aafb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a694b9164c8aafb","status":"passed","time":{"start":1714404628268,"stop":1714404628268,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e1fa59cd66f361ed","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1fa59cd66f361ed","status":"passed","time":{"start":1714454532130,"stop":1714454532131,"duration":1}},{"uid":"666a25cf53a18129","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/666a25cf53a18129","status":"passed","time":{"start":1714436094198,"stop":1714436094199,"duration":1}},{"uid":"444043acb1eb4cd0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/444043acb1eb4cd0","status":"passed","time":{"start":1714435163809,"stop":1714435163811,"duration":2}},{"uid":"3ca49419920bf75f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3ca49419920bf75f","status":"passed","time":{"start":1714433852603,"stop":1714433852603,"duration":0}},{"uid":"7471b6cf822e06df","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7471b6cf822e06df","status":"passed","time":{"start":1714432063851,"stop":1714432063851,"duration":0}},{"uid":"8deb634009db571e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8deb634009db571e","status":"passed","time":{"start":1714432359671,"stop":1714432359671,"duration":0}},{"uid":"9f31849a3284e792","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9f31849a3284e792","status":"passed","time":{"start":1714431050892,"stop":1714431050893,"duration":1}},{"uid":"30e802fd8d5974d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/30e802fd8d5974d","status":"passed","time":{"start":1714430874570,"stop":1714430874570,"duration":0}},{"uid":"1b1eb3cde6b6dca8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1b1eb3cde6b6dca8","status":"passed","time":{"start":1714430022726,"stop":1714430022727,"duration":1}},{"uid":"7e425a04e052a4b0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7e425a04e052a4b0","status":"passed","time":{"start":1714429144651,"stop":1714429144651,"duration":0}},{"uid":"bcd2fddf68810b82","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bcd2fddf68810b82","status":"passed","time":{"start":1714427926000,"stop":1714427926000,"duration":0}},{"uid":"87c900de84fa637f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/87c900de84fa637f","status":"passed","time":{"start":1714427629048,"stop":1714427629051,"duration":3}},{"uid":"b99e5e980674ec53","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b99e5e980674ec53","status":"passed","time":{"start":1714426975373,"stop":1714426975373,"duration":0}},{"uid":"f2f670715c0e42ac","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f2f670715c0e42ac","status":"passed","time":{"start":1714425690222,"stop":1714425690222,"duration":0}},{"uid":"db902a030d289462","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/db902a030d289462","status":"passed","time":{"start":1714425473189,"stop":1714425473190,"duration":1}},{"uid":"35c01f28a7ced85d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/35c01f28a7ced85d","status":"passed","time":{"start":1714415666109,"stop":1714415666109,"duration":0}},{"uid":"d59125f76d5aa637","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d59125f76d5aa637","status":"passed","time":{"start":1714415773703,"stop":1714415773703,"duration":0}},{"uid":"739defe941f00760","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/739defe941f00760","status":"passed","time":{"start":1714407989506,"stop":1714407989506,"duration":0}},{"uid":"43a786efcb8ff6ae","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/43a786efcb8ff6ae","status":"passed","time":{"start":1714407016617,"stop":1714407016617,"duration":0}},{"uid":"310d0bae53dc3c16","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/310d0bae53dc3c16","status":"passed","time":{"start":1714404796536,"stop":1714404796537,"duration":1}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"d8ebbf1eef227af2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8ebbf1eef227af2","status":"passed","time":{"start":1714454365875,"stop":1714454365875,"duration":0}},{"uid":"2d487c4b147dd8e0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2d487c4b147dd8e0","status":"passed","time":{"start":1714435932814,"stop":1714435932815,"duration":1}},{"uid":"76bf6ac7ab3ce534","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/76bf6ac7ab3ce534","status":"passed","time":{"start":1714435006826,"stop":1714435006827,"duration":1}},{"uid":"16664d60b5ca65e5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/16664d60b5ca65e5","status":"passed","time":{"start":1714433693916,"stop":1714433693916,"duration":0}},{"uid":"89ebcd4746bafe5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/89ebcd4746bafe5","status":"passed","time":{"start":1714431888537,"stop":1714431888537,"duration":0}},{"uid":"af1320027566dceb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/af1320027566dceb","status":"passed","time":{"start":1714432201969,"stop":1714432201970,"duration":1}},{"uid":"cc74cf4a262fe26c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cc74cf4a262fe26c","status":"passed","time":{"start":1714430892436,"stop":1714430892437,"duration":1}},{"uid":"b32427973b56aaeb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b32427973b56aaeb","status":"passed","time":{"start":1714430720919,"stop":1714430720920,"duration":1}},{"uid":"2f98b12a4bf0cc59","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2f98b12a4bf0cc59","status":"passed","time":{"start":1714429855246,"stop":1714429855246,"duration":0}},{"uid":"cb350ee9636b0ee6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cb350ee9636b0ee6","status":"passed","time":{"start":1714428989403,"stop":1714428989403,"duration":0}},{"uid":"b03f82150584408d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b03f82150584408d","status":"passed","time":{"start":1714427767167,"stop":1714427767168,"duration":1}},{"uid":"2a530af1dd504836","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2a530af1dd504836","status":"passed","time":{"start":1714427460513,"stop":1714427460514,"duration":1}},{"uid":"21db8b59c5dccb04","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/21db8b59c5dccb04","status":"passed","time":{"start":1714426812794,"stop":1714426812794,"duration":0}},{"uid":"d31e9da2295eecb3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d31e9da2295eecb3","status":"passed","time":{"start":1714425528568,"stop":1714425528568,"duration":0}},{"uid":"a7add0a0ed4a96b0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a7add0a0ed4a96b0","status":"passed","time":{"start":1714425301043,"stop":1714425301044,"duration":1}},{"uid":"cd9125ee76d6a41","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cd9125ee76d6a41","status":"passed","time":{"start":1714415473242,"stop":1714415473242,"duration":0}},{"uid":"fedff8f91584ff1b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fedff8f91584ff1b","status":"passed","time":{"start":1714415615338,"stop":1714415615338,"duration":0}},{"uid":"90f12d0789665ea8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/90f12d0789665ea8","status":"passed","time":{"start":1714407816853,"stop":1714407816853,"duration":0}},{"uid":"dbfe91941274e7dd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dbfe91941274e7dd","status":"passed","time":{"start":1714406861553,"stop":1714406861553,"duration":0}},{"uid":"4d40b8b59f4e5212","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4d40b8b59f4e5212","status":"passed","time":{"start":1714404628266,"stop":1714404628266,"duration":0}}]},"c425d9dbb122825ffb83e67f039f0d0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"724fcccee7169f38","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/724fcccee7169f38","status":"passed","time":{"start":1714154294480,"stop":1714154294480,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":5,"passed":79,"unknown":0,"total":88},"items":[{"uid":"cc865e4c4c2d3d5f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cc865e4c4c2d3d5f","status":"passed","time":{"start":1714455040954,"stop":1714455040954,"duration":0}},{"uid":"377356679c23b185","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/377356679c23b185","status":"passed","time":{"start":1714436268288,"stop":1714436268288,"duration":0}},{"uid":"62e1139ef98ed1d0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/62e1139ef98ed1d0","status":"passed","time":{"start":1714435332512,"stop":1714435332512,"duration":0}},{"uid":"a6e71f5204971545","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a6e71f5204971545","status":"passed","time":{"start":1714434024548,"stop":1714434024548,"duration":0}},{"uid":"20e64efc61403454","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/20e64efc61403454","status":"passed","time":{"start":1714432565639,"stop":1714432565640,"duration":1}},{"uid":"8fd19b538bdb8cb3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8fd19b538bdb8cb3","status":"passed","time":{"start":1714432522121,"stop":1714432522122,"duration":1}},{"uid":"15a136dfa7d282f7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/15a136dfa7d282f7","status":"passed","time":{"start":1714431292233,"stop":1714431292233,"duration":0}},{"uid":"50f9da25deb6a787","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/50f9da25deb6a787","status":"passed","time":{"start":1714431099570,"stop":1714431099570,"duration":0}},{"uid":"17df6eaf94884f9e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/17df6eaf94884f9e","status":"passed","time":{"start":1714430199276,"stop":1714430199277,"duration":1}},{"uid":"2267adaf9ff22a16","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2267adaf9ff22a16","status":"passed","time":{"start":1714429648117,"stop":1714429648117,"duration":0}},{"uid":"b9116539e6008da5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b9116539e6008da5","status":"passed","time":{"start":1714428049847,"stop":1714428049847,"duration":0}},{"uid":"b915f742f23a8c1c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b915f742f23a8c1c","status":"passed","time":{"start":1714427797813,"stop":1714427797813,"duration":0}},{"uid":"ff5977300d9f2215","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ff5977300d9f2215","status":"passed","time":{"start":1714427149783,"stop":1714427149784,"duration":1}},{"uid":"18eaa13f3d6c098","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/18eaa13f3d6c098","status":"passed","time":{"start":1714425847719,"stop":1714425847719,"duration":0}},{"uid":"29c93eaa248321b5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/29c93eaa248321b5","status":"passed","time":{"start":1714425631838,"stop":1714425631839,"duration":1}},{"uid":"8b9cc3f0a2c24d9a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8b9cc3f0a2c24d9a","status":"broken","statusDetails":"expected +0 to equal 2","time":{"start":1714416880998,"stop":1714416880999,"duration":1}},{"uid":"b8908a79e7c0735e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b8908a79e7c0735e","status":"passed","time":{"start":1714415951682,"stop":1714415951682,"duration":0}},{"uid":"b6fb8f196ea6c936","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b6fb8f196ea6c936","status":"passed","time":{"start":1714408157233,"stop":1714408157234,"duration":1}},{"uid":"e086e7360682563a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e086e7360682563a","status":"passed","time":{"start":1714407185145,"stop":1714407185145,"duration":0}},{"uid":"944c123fda2d5879","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/944c123fda2d5879","status":"passed","time":{"start":1714404964798,"stop":1714404964799,"duration":1}}]},"8ae62b89741605ce744162637c4c6087:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13b8107dfaa30847","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/13b8107dfaa30847","status":"passed","time":{"start":1714177913644,"stop":1714177913644,"duration":0}}]},"25a74f695f7f44927d356a39a7be3091:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"666a03e7da046fb2","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/666a03e7da046fb2","status":"passed","time":{"start":1713982966140,"stop":1713982966147,"duration":7}}]},"83840dcafce9f287b3ac4d3f69cee82c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c2873a740fd5f83","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/5c2873a740fd5f83","status":"passed","time":{"start":1713997908343,"stop":1713997908343,"duration":0}}]},"2d9c716a3e37bd14d837d6b7fd11ff15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1db71b509fc2fa5d","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/1db71b509fc2fa5d","status":"passed","time":{"start":1714008042027,"stop":1714008042027,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"4900aca55f82f272","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4900aca55f82f272","status":"passed","time":{"start":1714454140470,"stop":1714454140470,"duration":0}},{"uid":"dcf306a86f812724","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dcf306a86f812724","status":"passed","time":{"start":1714435687947,"stop":1714435687947,"duration":0}},{"uid":"ae9669a67bd7a467","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ae9669a67bd7a467","status":"passed","time":{"start":1714434773468,"stop":1714434773468,"duration":0}},{"uid":"16ef1446c4feffdd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/16ef1446c4feffdd","status":"passed","time":{"start":1714433450980,"stop":1714433450981,"duration":1}},{"uid":"e4508cf29d8b9bf1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e4508cf29d8b9bf1","status":"passed","time":{"start":1714431653510,"stop":1714431653511,"duration":1}},{"uid":"650c6643f992d254","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/650c6643f992d254","status":"broken","statusDetails":"expected [] to have a length of 6 but got +0","time":{"start":1714431989853,"stop":1714431989853,"duration":0}},{"uid":"c0ed484da623f6d7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c0ed484da623f6d7","status":"passed","time":{"start":1714430659435,"stop":1714430659436,"duration":1}},{"uid":"3449d5382246c257","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3449d5382246c257","status":"broken","statusDetails":"expected [] to have a length of 6 but got +0","time":{"start":1714430522170,"stop":1714430522175,"duration":5}},{"uid":"5082d28cf047e9fb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5082d28cf047e9fb","status":"passed","time":{"start":1714429610417,"stop":1714429610424,"duration":7}},{"uid":"99b00e49b24193b8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/99b00e49b24193b8","status":"passed","time":{"start":1714428741365,"stop":1714428741366,"duration":1}},{"uid":"8c69ff5e8a73a6a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8c69ff5e8a73a6a","status":"passed","time":{"start":1714427513586,"stop":1714427513586,"duration":0}},{"uid":"8671b83cac105ad4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8671b83cac105ad4","status":"passed","time":{"start":1714427219359,"stop":1714427219359,"duration":0}},{"uid":"eb4a3a7cbe121306","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/eb4a3a7cbe121306","status":"passed","time":{"start":1714426573102,"stop":1714426573103,"duration":1}},{"uid":"687dfa44b250ba63","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/687dfa44b250ba63","status":"passed","time":{"start":1714424914282,"stop":1714424914282,"duration":0}},{"uid":"a679ef02a078fc0a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a679ef02a078fc0a","status":"passed","time":{"start":1714425071924,"stop":1714425071925,"duration":1}},{"uid":"3ae16a163fa38f06","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3ae16a163fa38f06","status":"passed","time":{"start":1714415233340,"stop":1714415233340,"duration":0}},{"uid":"f943fcb469d553e1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f943fcb469d553e1","status":"passed","time":{"start":1714415382787,"stop":1714415382789,"duration":2}},{"uid":"a387dad945161529","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a387dad945161529","status":"passed","time":{"start":1714407575700,"stop":1714407575701,"duration":1}},{"uid":"54ef439be7e45de4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/54ef439be7e45de4","status":"passed","time":{"start":1714406625178,"stop":1714406625178,"duration":0}},{"uid":"c4447447af8b4a97","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c4447447af8b4a97","status":"passed","time":{"start":1714404386210,"stop":1714404386211,"duration":1}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":80,"unknown":0,"total":86},"items":[{"uid":"a121347414f39a69","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a121347414f39a69","status":"passed","time":{"start":1714454053297,"stop":1714454053297,"duration":0}},{"uid":"4451e9cb79ae1e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4451e9cb79ae1e","status":"passed","time":{"start":1714435613232,"stop":1714435613233,"duration":1}},{"uid":"cd38aa8fc432b9d8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cd38aa8fc432b9d8","status":"passed","time":{"start":1714434679105,"stop":1714434679106,"duration":1}},{"uid":"291d903d70c72203","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/291d903d70c72203","status":"passed","time":{"start":1714433372670,"stop":1714433372671,"duration":1}},{"uid":"ed4faa9489550df6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ed4faa9489550df6","status":"passed","time":{"start":1714431568999,"stop":1714431569000,"duration":1}},{"uid":"1b392a43ebe2a675","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1b392a43ebe2a675","status":"passed","time":{"start":1714431828083,"stop":1714431828083,"duration":0}},{"uid":"caa8c3834009a566","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/caa8c3834009a566","status":"passed","time":{"start":1714430556002,"stop":1714430556002,"duration":0}},{"uid":"bb42beb685162861","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bb42beb685162861","status":"passed","time":{"start":1714430344115,"stop":1714430344116,"duration":1}},{"uid":"ddd65278fe97083d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ddd65278fe97083d","status":"passed","time":{"start":1714429520844,"stop":1714429520844,"duration":0}},{"uid":"87be2461192fd25b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/87be2461192fd25b","status":"passed","time":{"start":1714428655269,"stop":1714428655270,"duration":1}},{"uid":"ef2f767b9a00aa03","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ef2f767b9a00aa03","status":"passed","time":{"start":1714427432033,"stop":1714427432033,"duration":0}},{"uid":"2687398bc26f06f0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2687398bc26f06f0","status":"passed","time":{"start":1714427143090,"stop":1714427143090,"duration":0}},{"uid":"2c5383b764cf1e05","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2c5383b764cf1e05","status":"passed","time":{"start":1714426485126,"stop":1714426485126,"duration":0}},{"uid":"ce85fd2b7b979b6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ce85fd2b7b979b6","status":"broken","statusDetails":"window is not defined","time":{"start":1714424814927,"stop":1714424814928,"duration":1}},{"uid":"c4f5edc66bc65b82","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c4f5edc66bc65b82","status":"passed","time":{"start":1714424973889,"stop":1714424973890,"duration":1}},{"uid":"7332cf9fc440ab1a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7332cf9fc440ab1a","status":"passed","time":{"start":1714415128245,"stop":1714415128245,"duration":0}},{"uid":"a0153a8158da7dde","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a0153a8158da7dde","status":"passed","time":{"start":1714415288032,"stop":1714415288032,"duration":0}},{"uid":"736f1a0133cde11b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/736f1a0133cde11b","status":"passed","time":{"start":1714407495708,"stop":1714407495713,"duration":5}},{"uid":"2b9c42428ed94695","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2b9c42428ed94695","status":"passed","time":{"start":1714406516594,"stop":1714406516595,"duration":1}},{"uid":"cc0d20d6669b67f3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cc0d20d6669b67f3","status":"passed","time":{"start":1714404304974,"stop":1714404304975,"duration":1}}]},"1b31f612b42388d20e5fd131e91e15e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9946cfdb62b6086e","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/9946cfdb62b6086e","status":"passed","time":{"start":1713982906718,"stop":1713982906719,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"62d3ead9b9aeee80","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/62d3ead9b9aeee80","status":"passed","time":{"start":1714454185399,"stop":1714454185399,"duration":0}},{"uid":"1ade83c920ad8b92","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1ade83c920ad8b92","status":"passed","time":{"start":1714435735081,"stop":1714435735081,"duration":0}},{"uid":"35982d74557e3d93","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/35982d74557e3d93","status":"passed","time":{"start":1714434806122,"stop":1714434806122,"duration":0}},{"uid":"3fd5ca7081e9b9c3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3fd5ca7081e9b9c3","status":"passed","time":{"start":1714433499864,"stop":1714433499864,"duration":0}},{"uid":"6bbdd3e2480e51ac","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6bbdd3e2480e51ac","status":"passed","time":{"start":1714431708456,"stop":1714431708456,"duration":0}},{"uid":"c38c722987623c1a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c38c722987623c1a","status":"passed","time":{"start":1714431973950,"stop":1714431973950,"duration":0}},{"uid":"5bb5476721da56b3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5bb5476721da56b3","status":"passed","time":{"start":1714430712229,"stop":1714430712229,"duration":0}},{"uid":"9b74bb0ad1ce5746","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9b74bb0ad1ce5746","status":"passed","time":{"start":1714430495766,"stop":1714430495766,"duration":0}},{"uid":"cc32e8d9f9896d6a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cc32e8d9f9896d6a","status":"passed","time":{"start":1714429658507,"stop":1714429658507,"duration":0}},{"uid":"dbf7e61ef953cd84","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dbf7e61ef953cd84","status":"passed","time":{"start":1714428797057,"stop":1714428797057,"duration":0}},{"uid":"c3ad79de66c6970e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c3ad79de66c6970e","status":"passed","time":{"start":1714427574982,"stop":1714427574982,"duration":0}},{"uid":"cbba35c357dc0e00","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cbba35c357dc0e00","status":"passed","time":{"start":1714427265760,"stop":1714427265760,"duration":0}},{"uid":"9cf1b4b266ad8410","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9cf1b4b266ad8410","status":"passed","time":{"start":1714426629927,"stop":1714426629928,"duration":1}},{"uid":"4f8e4b3772bea372","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4f8e4b3772bea372","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424899,"stop":1714425424900,"duration":1}},{"uid":"a41355d56db4edea","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a41355d56db4edea","status":"passed","time":{"start":1714425110756,"stop":1714425110757,"duration":1}},{"uid":"161dbc355b11c78b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/161dbc355b11c78b","status":"passed","time":{"start":1714415251482,"stop":1714415251482,"duration":0}},{"uid":"1742119b5203b39f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1742119b5203b39f","status":"passed","time":{"start":1714415441995,"stop":1714415441997,"duration":2}},{"uid":"8360cb33ef09be5b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8360cb33ef09be5b","status":"passed","time":{"start":1714407634796,"stop":1714407634796,"duration":0}},{"uid":"8856fe958ef34fe4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8856fe958ef34fe4","status":"passed","time":{"start":1714406654764,"stop":1714406654764,"duration":0}},{"uid":"913b596fadced593","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/913b596fadced593","status":"passed","time":{"start":1714404452617,"stop":1714404452617,"duration":0}}]},"908d9e1074f9eca3ffbd031d31d85c30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6a2c53913c54c9f","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/b6a2c53913c54c9f","status":"passed","time":{"start":1713987658210,"stop":1713987658210,"duration":0}}]},"7d6da86522967d0cabc5536a670d7fa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42448ae7b108a7bb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/42448ae7b108a7bb","status":"passed","time":{"start":1714433811163,"stop":1714433811163,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e11b09c32e4245e3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e11b09c32e4245e3","status":"passed","time":{"start":1714454282970,"stop":1714454282971,"duration":1}},{"uid":"97230268a3356312","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/97230268a3356312","status":"passed","time":{"start":1714435826663,"stop":1714435826663,"duration":0}},{"uid":"a35f5215edd713a0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a35f5215edd713a0","status":"passed","time":{"start":1714434891416,"stop":1714434891416,"duration":0}},{"uid":"4178fd6d81c411c9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4178fd6d81c411c9","status":"passed","time":{"start":1714433579163,"stop":1714433579163,"duration":0}},{"uid":"835471d0a8db5b67","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/835471d0a8db5b67","status":"passed","time":{"start":1714431790085,"stop":1714431790085,"duration":0}},{"uid":"cda2e4bf19314123","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cda2e4bf19314123","status":"passed","time":{"start":1714432108456,"stop":1714432108458,"duration":2}},{"uid":"95ffa059658e046a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/95ffa059658e046a","status":"passed","time":{"start":1714430776808,"stop":1714430776810,"duration":2}},{"uid":"45c903f53ec29e37","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/45c903f53ec29e37","status":"passed","time":{"start":1714429746728,"stop":1714429746729,"duration":1}},{"uid":"4833e89225f76c3d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4833e89225f76c3d","status":"passed","time":{"start":1714415356779,"stop":1714415356779,"duration":0}},{"uid":"c3befc67dd89c6c6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c3befc67dd89c6c6","status":"passed","time":{"start":1714415495566,"stop":1714415495566,"duration":0}}]},"cf6949c97f14b4bb268bd6d55e93c158:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1cc3642826d8797e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1cc3642826d8797e","status":"passed","time":{"start":1714406956962,"stop":1714406956963,"duration":1}}]},"2343c941ff3f12881e4824d1718f2ba7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9dd5ed0d0cb012e9","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/9dd5ed0d0cb012e9","status":"passed","time":{"start":1714169088044,"stop":1714169088045,"duration":1}}]},"b5d65d34e16b978403d44602a6bdbefc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65a758c435c2e12f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/65a758c435c2e12f","status":"passed","time":{"start":1714429973506,"stop":1714429973506,"duration":0}}]},"2df760598b475e6d068d3b3f2e692714:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fec26b86f7ba025c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fec26b86f7ba025c","status":"passed","time":{"start":1714407938511,"stop":1714407938511,"duration":0}}]},"e6e9bc110ed14e887b13ab2970dfa061:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cc87ef47f0bf899","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/7cc87ef47f0bf899","status":"passed","time":{"start":1714082690896,"stop":1714082690896,"duration":0}}]},"4d7e3765f4a7dc0d0e8750079a9e720f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c7085c537d2ecf","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/1c7085c537d2ecf","status":"passed","time":{"start":1714229013656,"stop":1714229013657,"duration":1}}]},"85d3aa9f410af755794ccf155f72672b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78b9395a537004d3","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/78b9395a537004d3","status":"passed","time":{"start":1713996785413,"stop":1713996785414,"duration":1}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"9e9974055955c41c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9e9974055955c41c","status":"passed","time":{"start":1714454434304,"stop":1714454434304,"duration":0}},{"uid":"24fd760f8608ebf2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/24fd760f8608ebf2","status":"passed","time":{"start":1714436006521,"stop":1714436006522,"duration":1}},{"uid":"8777fbf85dd85e41","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8777fbf85dd85e41","status":"passed","time":{"start":1714435054820,"stop":1714435054820,"duration":0}},{"uid":"63f044add5094d66","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/63f044add5094d66","status":"passed","time":{"start":1714433761049,"stop":1714433761050,"duration":1}},{"uid":"1407e367e512df6f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1407e367e512df6f","status":"passed","time":{"start":1714431966420,"stop":1714431966421,"duration":1}},{"uid":"34997d852b56be56","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/34997d852b56be56","status":"passed","time":{"start":1714432193258,"stop":1714432193259,"duration":1}},{"uid":"274cd7a3068c5493","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/274cd7a3068c5493","status":"passed","time":{"start":1714430948522,"stop":1714430948522,"duration":0}},{"uid":"121a84cb91d99d6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/121a84cb91d99d6","status":"passed","time":{"start":1714430713511,"stop":1714430713512,"duration":1}},{"uid":"dec94f5fdf002508","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/dec94f5fdf002508","status":"passed","time":{"start":1714429917729,"stop":1714429917729,"duration":0}},{"uid":"9ce71e18bdcb6388","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9ce71e18bdcb6388","status":"passed","time":{"start":1714429040283,"stop":1714429040283,"duration":0}},{"uid":"63dbcfc6ecee021f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/63dbcfc6ecee021f","status":"passed","time":{"start":1714427848668,"stop":1714427848669,"duration":1}},{"uid":"875c530266ce2644","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/875c530266ce2644","status":"passed","time":{"start":1714427530054,"stop":1714427530054,"duration":0}},{"uid":"c22ff8d610b6ef4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c22ff8d610b6ef4","status":"passed","time":{"start":1714426875122,"stop":1714426875122,"duration":0}},{"uid":"74e4ca5d0edbf9d8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/74e4ca5d0edbf9d8","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511006,"stop":1714426511006,"duration":0}},{"uid":"24672bea66bbd202","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/24672bea66bbd202","status":"passed","time":{"start":1714425369934,"stop":1714425369935,"duration":1}},{"uid":"deb7581fed9c1a02","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/deb7581fed9c1a02","status":"passed","time":{"start":1714415516363,"stop":1714415516364,"duration":1}},{"uid":"4edc06c95bd112ad","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4edc06c95bd112ad","status":"passed","time":{"start":1714415679020,"stop":1714415679020,"duration":0}},{"uid":"1b747d812ca4bed4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1b747d812ca4bed4","status":"passed","time":{"start":1714407884314,"stop":1714407884314,"duration":0}},{"uid":"579617c94f89457a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/579617c94f89457a","status":"passed","time":{"start":1714406914275,"stop":1714406914276,"duration":1}},{"uid":"7ec900410f66946b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7ec900410f66946b","status":"passed","time":{"start":1714404690100,"stop":1714404690100,"duration":0}}]},"a1e351a16d36f772a76bdfdd542a911e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"138c8c00870934da","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/138c8c00870934da","status":"passed","time":{"start":1714240145923,"stop":1714240145923,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"50002bb0313fa728","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/50002bb0313fa728","status":"passed","time":{"start":1714454365881,"stop":1714454365881,"duration":0}},{"uid":"84c627d297b1c4df","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/84c627d297b1c4df","status":"passed","time":{"start":1714435932821,"stop":1714435932821,"duration":0}},{"uid":"1758ac712d9c73d0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1758ac712d9c73d0","status":"passed","time":{"start":1714435006838,"stop":1714435006838,"duration":0}},{"uid":"6d5f4e7e4cc3d11a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6d5f4e7e4cc3d11a","status":"passed","time":{"start":1714433693922,"stop":1714433693922,"duration":0}},{"uid":"a20ef5e0202a296f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a20ef5e0202a296f","status":"passed","time":{"start":1714431888544,"stop":1714431888545,"duration":1}},{"uid":"36b23857d416eb7f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/36b23857d416eb7f","status":"passed","time":{"start":1714432201975,"stop":1714432201976,"duration":1}},{"uid":"d9c48278e7a44d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d9c48278e7a44d","status":"passed","time":{"start":1714430892449,"stop":1714430892449,"duration":0}},{"uid":"a1152e93ba99954b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a1152e93ba99954b","status":"passed","time":{"start":1714430720932,"stop":1714430720932,"duration":0}},{"uid":"2a7ed00cc2f73347","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2a7ed00cc2f73347","status":"passed","time":{"start":1714429855252,"stop":1714429855253,"duration":1}},{"uid":"d35db08f32703926","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d35db08f32703926","status":"passed","time":{"start":1714428989408,"stop":1714428989408,"duration":0}},{"uid":"d4e2c1510bd8c487","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d4e2c1510bd8c487","status":"passed","time":{"start":1714427767173,"stop":1714427767173,"duration":0}},{"uid":"736ebe8c5010b066","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/736ebe8c5010b066","status":"passed","time":{"start":1714427460519,"stop":1714427460519,"duration":0}},{"uid":"ccbdb33210022754","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ccbdb33210022754","status":"passed","time":{"start":1714426812800,"stop":1714426812800,"duration":0}},{"uid":"1f86346b295c36d2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1f86346b295c36d2","status":"passed","time":{"start":1714425528574,"stop":1714425528581,"duration":7}},{"uid":"8e67c448f7d181ee","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8e67c448f7d181ee","status":"passed","time":{"start":1714425301081,"stop":1714425301082,"duration":1}},{"uid":"a778d3b28ec5a63e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a778d3b28ec5a63e","status":"passed","time":{"start":1714415473248,"stop":1714415473248,"duration":0}},{"uid":"7beaaa2fe4dbd244","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7beaaa2fe4dbd244","status":"passed","time":{"start":1714415615347,"stop":1714415615347,"duration":0}},{"uid":"b6fc81bc6671598","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b6fc81bc6671598","status":"passed","time":{"start":1714407816861,"stop":1714407816861,"duration":0}},{"uid":"bf98d294069fe9c0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bf98d294069fe9c0","status":"passed","time":{"start":1714406861585,"stop":1714406861585,"duration":0}},{"uid":"5c226c7093c5ce9d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5c226c7093c5ce9d","status":"passed","time":{"start":1714404628271,"stop":1714404628271,"duration":0}}]},"ef0c0d5289a12932002923778c40b5a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99a826d65a340b52","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/99a826d65a340b52","status":"passed","time":{"start":1714426927571,"stop":1714426927571,"duration":0}}]},"1c3f775dd9a0b0cb80a2d3c527dd56ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8315984b161db5d4","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/8315984b161db5d4","status":"passed","time":{"start":1714297312889,"stop":1714297312889,"duration":0}}]},"d9982541d65dafab3858bfeca7fe49b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c475fb11ce378812","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/c475fb11ce378812","status":"passed","time":{"start":1714229013665,"stop":1714229013666,"duration":1}}]},"a50eed26866bc3b37306cf52ef6e331b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ddccd2f30d0c77e0","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/ddccd2f30d0c77e0","status":"passed","time":{"start":1713943641562,"stop":1713943641563,"duration":1}}]},"b8d6d4160c2d242594f8d21055997e07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7525933eb8354f96","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/7525933eb8354f96","status":"passed","time":{"start":1714169208334,"stop":1714169208334,"duration":0}}]},"d865c2001a9dd9bc88d9dd5b85c6be86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7b1480c9e709f22","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/c7b1480c9e709f22","status":"passed","time":{"start":1714139701179,"stop":1714139701180,"duration":1}}]},"15a61d5750f35506cf68e46b52bbc428:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9f7aab9ce4c3357","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d9f7aab9ce4c3357","status":"passed","time":{"start":1714436043129,"stop":1714436043129,"duration":0}}]},"b8f737077bd42bdb3f2f59c8a11d6ce7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a7624e91b3a725b","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/5a7624e91b3a725b","status":"passed","time":{"start":1714123052781,"stop":1714123052783,"duration":2}}]},"65f33c29457cab66f2ae0e456f3f6870:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e11c0bef4e8fbfc5","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e11c0bef4e8fbfc5","status":"passed","time":{"start":1714404247014,"stop":1714404247014,"duration":0}}]},"04dc43e064ef06b4f743fc6a1bcaa67a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d2ef3d690f8a8a2","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/3d2ef3d690f8a8a2","status":"passed","time":{"start":1713943635279,"stop":1713943635280,"duration":1}}]},"089eab11360be8eaa5d66e4b93004c95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3999aea8e53a603c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3999aea8e53a603c","status":"passed","time":{"start":1714425425852,"stop":1714425425852,"duration":0}}]},"38b0699618578b629fd167225c2143c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f1ea88773cd5a82","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/5f1ea88773cd5a82","status":"passed","time":{"start":1714130759389,"stop":1714130759389,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"7ec7c9a15854a258","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7ec7c9a15854a258","status":"passed","time":{"start":1714454563519,"stop":1714454563520,"duration":1}},{"uid":"df7906d1ef0d5f8f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/df7906d1ef0d5f8f","status":"passed","time":{"start":1714436124262,"stop":1714436124262,"duration":0}},{"uid":"34875fb15da8882b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/34875fb15da8882b","status":"passed","time":{"start":1714435198942,"stop":1714435198943,"duration":1}},{"uid":"775450cbef7a350c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/775450cbef7a350c","status":"passed","time":{"start":1714433881552,"stop":1714433881552,"duration":0}},{"uid":"32e6c2820fac9ed7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/32e6c2820fac9ed7","status":"passed","time":{"start":1714432089943,"stop":1714432089943,"duration":0}},{"uid":"fb4649a57168b8ed","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fb4649a57168b8ed","status":"passed","time":{"start":1714432390559,"stop":1714432390560,"duration":1}},{"uid":"cc2f971ca8253f0f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cc2f971ca8253f0f","status":"passed","time":{"start":1714431087768,"stop":1714431087769,"duration":1}},{"uid":"f35a5345b4837ab4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f35a5345b4837ab4","status":"passed","time":{"start":1714430905436,"stop":1714430905437,"duration":1}},{"uid":"9312fb5a51ab77","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9312fb5a51ab77","status":"passed","time":{"start":1714430058436,"stop":1714430058436,"duration":0}},{"uid":"d2f0c793df88c292","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d2f0c793df88c292","status":"passed","time":{"start":1714429175956,"stop":1714429175956,"duration":0}},{"uid":"86599ad3fd09be14","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/86599ad3fd09be14","status":"passed","time":{"start":1714427951728,"stop":1714427951729,"duration":1}},{"uid":"cb87da463b97cc2b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cb87da463b97cc2b","status":"passed","time":{"start":1714427658859,"stop":1714427658859,"duration":0}},{"uid":"f1df2b34443e618","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f1df2b34443e618","status":"passed","time":{"start":1714427006278,"stop":1714427006279,"duration":1}},{"uid":"a5984bf782a8c1bd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a5984bf782a8c1bd","status":"passed","time":{"start":1714425734132,"stop":1714425734132,"duration":0}},{"uid":"8c9f5312ce7348e9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8c9f5312ce7348e9","status":"passed","time":{"start":1714425508071,"stop":1714425508071,"duration":0}},{"uid":"da3527271dd81f44","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/da3527271dd81f44","status":"passed","time":{"start":1714415698747,"stop":1714415698748,"duration":1}},{"uid":"be9c0f99b7573ad4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/be9c0f99b7573ad4","status":"passed","time":{"start":1714415803329,"stop":1714415803330,"duration":1}},{"uid":"c1271b7b35592e20","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c1271b7b35592e20","status":"passed","time":{"start":1714408015506,"stop":1714408015507,"duration":1}},{"uid":"b0ff1c6865a09ddf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b0ff1c6865a09ddf","status":"passed","time":{"start":1714407046987,"stop":1714407046987,"duration":0}},{"uid":"baf1022b7d41fc94","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/baf1022b7d41fc94","status":"passed","time":{"start":1714404824582,"stop":1714404824583,"duration":1}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"cab688b50a76686b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cab688b50a76686b","status":"passed","time":{"start":1714453949189,"stop":1714453949190,"duration":1}},{"uid":"b47326c1d723d41b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b47326c1d723d41b","status":"passed","time":{"start":1714435506837,"stop":1714435506837,"duration":0}},{"uid":"e42984348cd6ea65","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e42984348cd6ea65","status":"passed","time":{"start":1714434576208,"stop":1714434576208,"duration":0}},{"uid":"5c1e1d7b8ba93049","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5c1e1d7b8ba93049","status":"passed","time":{"start":1714433271078,"stop":1714433271078,"duration":0}},{"uid":"2b4b4bc84039b407","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2b4b4bc84039b407","status":"passed","time":{"start":1714431469026,"stop":1714431469026,"duration":0}},{"uid":"b438efe989633942","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b438efe989633942","status":"passed","time":{"start":1714431732699,"stop":1714431732700,"duration":1}},{"uid":"6ff78c68617c5b5e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6ff78c68617c5b5e","status":"passed","time":{"start":1714430455640,"stop":1714430455641,"duration":1}},{"uid":"3d5f0201469b86df","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3d5f0201469b86df","status":"passed","time":{"start":1714430247320,"stop":1714430247320,"duration":0}},{"uid":"26a520abdf307d28","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/26a520abdf307d28","status":"passed","time":{"start":1714429410959,"stop":1714429410959,"duration":0}},{"uid":"a85d38135aeca68c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a85d38135aeca68c","status":"passed","time":{"start":1714428553098,"stop":1714428553098,"duration":0}},{"uid":"94096983da0fc9c7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/94096983da0fc9c7","status":"passed","time":{"start":1714427330821,"stop":1714427330822,"duration":1}},{"uid":"64a0cce044a860f0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/64a0cce044a860f0","status":"passed","time":{"start":1714427031434,"stop":1714427031435,"duration":1}},{"uid":"c1e4adaedadd5880","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c1e4adaedadd5880","status":"passed","time":{"start":1714426381042,"stop":1714426381042,"duration":0}},{"uid":"ff795cba3f3d3dba","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ff795cba3f3d3dba","status":"passed","time":{"start":1714424483029,"stop":1714424483029,"duration":0}},{"uid":"381fe1fcb2dfdb6b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/381fe1fcb2dfdb6b","status":"passed","time":{"start":1714424873552,"stop":1714424873553,"duration":1}},{"uid":"ea210a7a48d93bb9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ea210a7a48d93bb9","status":"passed","time":{"start":1714415026650,"stop":1714415026650,"duration":0}},{"uid":"84564edff85c96d6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/84564edff85c96d6","status":"passed","time":{"start":1714415179596,"stop":1714415179596,"duration":0}},{"uid":"345f0b7e5777ef7b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/345f0b7e5777ef7b","status":"passed","time":{"start":1714407386565,"stop":1714407386565,"duration":0}},{"uid":"22453ca62b694465","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/22453ca62b694465","status":"passed","time":{"start":1714406414099,"stop":1714406414099,"duration":0}},{"uid":"b0280d1285532e7e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b0280d1285532e7e","status":"passed","time":{"start":1714404203702,"stop":1714404203702,"duration":0}}]},"4dad1f2e8b39f5b11c442a18359d0772:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30f4f1c6d2644ab6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/30f4f1c6d2644ab6","status":"passed","time":{"start":1714436052994,"stop":1714436052994,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"682770c0b64e5c92","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/682770c0b64e5c92","status":"passed","time":{"start":1714454140404,"stop":1714454140404,"duration":0}},{"uid":"dbec62d5429c6737","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dbec62d5429c6737","status":"passed","time":{"start":1714435687890,"stop":1714435687890,"duration":0}},{"uid":"dbfe87d1ec36136c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/dbfe87d1ec36136c","status":"passed","time":{"start":1714434773417,"stop":1714434773418,"duration":1}},{"uid":"db84f871bc4c2874","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/db84f871bc4c2874","status":"passed","time":{"start":1714433450962,"stop":1714433450963,"duration":1}},{"uid":"2ad5299baa007145","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2ad5299baa007145","status":"passed","time":{"start":1714431653491,"stop":1714431653492,"duration":1}},{"uid":"ec62135f6a1e43c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ec62135f6a1e43c","status":"passed","time":{"start":1714431989794,"stop":1714431989795,"duration":1}},{"uid":"84683a4399febb","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/84683a4399febb","status":"passed","time":{"start":1714430659380,"stop":1714430659380,"duration":0}},{"uid":"df57b8aa5be5c75a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/df57b8aa5be5c75a","status":"passed","time":{"start":1714430522103,"stop":1714430522103,"duration":0}},{"uid":"feb1829de1262719","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/feb1829de1262719","status":"passed","time":{"start":1714429610399,"stop":1714429610399,"duration":0}},{"uid":"50375635494c8a79","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/50375635494c8a79","status":"passed","time":{"start":1714428741351,"stop":1714428741351,"duration":0}},{"uid":"cd301aa95de2d908","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cd301aa95de2d908","status":"passed","time":{"start":1714427513554,"stop":1714427513555,"duration":1}},{"uid":"67960379b7949a0c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/67960379b7949a0c","status":"passed","time":{"start":1714427219332,"stop":1714427219332,"duration":0}},{"uid":"532870b5fc4f38a6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/532870b5fc4f38a6","status":"passed","time":{"start":1714426573061,"stop":1714426573061,"duration":0}},{"uid":"b41481b646a4914e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b41481b646a4914e","status":"passed","time":{"start":1714424914264,"stop":1714424914264,"duration":0}},{"uid":"2e7d37e0cf0c325c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2e7d37e0cf0c325c","status":"passed","time":{"start":1714425071900,"stop":1714425071901,"duration":1}},{"uid":"6983cf5808208238","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6983cf5808208238","status":"passed","time":{"start":1714415233305,"stop":1714415233305,"duration":0}},{"uid":"291c89939bd16a6e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/291c89939bd16a6e","status":"passed","time":{"start":1714415382623,"stop":1714415382623,"duration":0}},{"uid":"73a980cbfe0097a1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/73a980cbfe0097a1","status":"passed","time":{"start":1714407575683,"stop":1714407575684,"duration":1}},{"uid":"45e2ff75d2b23ddd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/45e2ff75d2b23ddd","status":"passed","time":{"start":1714406625154,"stop":1714406625155,"duration":1}},{"uid":"e643d4c7a9640a33","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e643d4c7a9640a33","status":"passed","time":{"start":1714404386184,"stop":1714404386184,"duration":0}}]},"8826536f05d6a7fd1d308eda47a39681:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1c10f6d76a7f0fd","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/c1c10f6d76a7f0fd","status":"passed","time":{"start":1713996684277,"stop":1713996684277,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"dbb0d67216c4e9b6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dbb0d67216c4e9b6","status":"passed","time":{"start":1714453958109,"stop":1714453958109,"duration":0}},{"uid":"93e9a60dcd22e4de","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/93e9a60dcd22e4de","status":"passed","time":{"start":1714435516877,"stop":1714435516878,"duration":1}},{"uid":"594ffba7c6b9021b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/594ffba7c6b9021b","status":"passed","time":{"start":1714434585839,"stop":1714434585840,"duration":1}},{"uid":"2752b94ffde69bcb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2752b94ffde69bcb","status":"passed","time":{"start":1714433280772,"stop":1714433280772,"duration":0}},{"uid":"fcbf77dae6867993","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fcbf77dae6867993","status":"passed","time":{"start":1714431478455,"stop":1714431478456,"duration":1}},{"uid":"377f05d1758f80cc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/377f05d1758f80cc","status":"passed","time":{"start":1714431742373,"stop":1714431742374,"duration":1}},{"uid":"83e48ea348563ed0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/83e48ea348563ed0","status":"passed","time":{"start":1714430465324,"stop":1714430465324,"duration":0}},{"uid":"eb38de1c1b4d9333","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/eb38de1c1b4d9333","status":"passed","time":{"start":1714430256911,"stop":1714430256911,"duration":0}},{"uid":"5572acdb47b6761f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5572acdb47b6761f","status":"passed","time":{"start":1714429421180,"stop":1714429421180,"duration":0}},{"uid":"ddae3b3efcdaaf6a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ddae3b3efcdaaf6a","status":"passed","time":{"start":1714428562878,"stop":1714428562878,"duration":0}},{"uid":"92d9167dcf79d486","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/92d9167dcf79d486","status":"passed","time":{"start":1714427340552,"stop":1714427340553,"duration":1}},{"uid":"6e4a4cad018f2a58","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6e4a4cad018f2a58","status":"passed","time":{"start":1714427041439,"stop":1714427041439,"duration":0}},{"uid":"88862a4c1c7c84bb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/88862a4c1c7c84bb","status":"passed","time":{"start":1714426390788,"stop":1714426390789,"duration":1}},{"uid":"b28a5a359ea9b14a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b28a5a359ea9b14a","status":"passed","time":{"start":1714424492793,"stop":1714424492793,"duration":0}},{"uid":"bb3c34b87178e2cb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bb3c34b87178e2cb","status":"passed","time":{"start":1714424883373,"stop":1714424883374,"duration":1}},{"uid":"1c1e522aad52f38c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1c1e522aad52f38c","status":"passed","time":{"start":1714415036085,"stop":1714415036086,"duration":1}},{"uid":"111359154b2be4a3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/111359154b2be4a3","status":"passed","time":{"start":1714415188982,"stop":1714415188982,"duration":0}},{"uid":"d3007750dbf82fb6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d3007750dbf82fb6","status":"passed","time":{"start":1714407396339,"stop":1714407396339,"duration":0}},{"uid":"783d6b4cdf13917b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/783d6b4cdf13917b","status":"passed","time":{"start":1714406423708,"stop":1714406423709,"duration":1}},{"uid":"86b732886b296d5c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/86b732886b296d5c","status":"passed","time":{"start":1714404213338,"stop":1714404213339,"duration":1}}]},"51e01ce505eee11261ae32107ee0a125:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7001ee3a1b27e8a5","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/7001ee3a1b27e8a5","status":"passed","time":{"start":1714169208333,"stop":1714169208333,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"236206fe7564f7a5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/236206fe7564f7a5","status":"passed","time":{"start":1714454434336,"stop":1714454434336,"duration":0}},{"uid":"624806ecb83ca811","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/624806ecb83ca811","status":"passed","time":{"start":1714436006544,"stop":1714436006544,"duration":0}},{"uid":"4a0a642ca100f35f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4a0a642ca100f35f","status":"passed","time":{"start":1714435054858,"stop":1714435054858,"duration":0}},{"uid":"b6d8f0ea3a71bcba","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b6d8f0ea3a71bcba","status":"passed","time":{"start":1714433761067,"stop":1714433761067,"duration":0}},{"uid":"886542e6e50a2f16","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/886542e6e50a2f16","status":"passed","time":{"start":1714431966439,"stop":1714431966441,"duration":2}},{"uid":"16b67b52a1892ea1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/16b67b52a1892ea1","status":"passed","time":{"start":1714432193281,"stop":1714432193281,"duration":0}},{"uid":"c62ca21a551dab7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c62ca21a551dab7","status":"passed","time":{"start":1714430948557,"stop":1714430948557,"duration":0}},{"uid":"b1bbf84868182488","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b1bbf84868182488","status":"passed","time":{"start":1714430713567,"stop":1714430713567,"duration":0}},{"uid":"ddfe2327af95327b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ddfe2327af95327b","status":"passed","time":{"start":1714429917755,"stop":1714429917755,"duration":0}},{"uid":"28bd9b83c18135d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/28bd9b83c18135d","status":"passed","time":{"start":1714429040300,"stop":1714429040301,"duration":1}},{"uid":"755844f068a57328","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/755844f068a57328","status":"passed","time":{"start":1714427848700,"stop":1714427848700,"duration":0}},{"uid":"685112bd5f70b116","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/685112bd5f70b116","status":"passed","time":{"start":1714427530073,"stop":1714427530073,"duration":0}},{"uid":"44dc872a0fef0633","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/44dc872a0fef0633","status":"passed","time":{"start":1714426875156,"stop":1714426875156,"duration":0}},{"uid":"835985bd34129067","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/835985bd34129067","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511044,"stop":1714426511045,"duration":1}},{"uid":"15f6faefc94ad3e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/15f6faefc94ad3e","status":"passed","time":{"start":1714425369969,"stop":1714425369969,"duration":0}},{"uid":"a4e2d0be994caad4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a4e2d0be994caad4","status":"passed","time":{"start":1714415516383,"stop":1714415516384,"duration":1}},{"uid":"408a6a0d6e3680b9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/408a6a0d6e3680b9","status":"passed","time":{"start":1714415679034,"stop":1714415679035,"duration":1}},{"uid":"2ccbd441e722badd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2ccbd441e722badd","status":"passed","time":{"start":1714407884333,"stop":1714407884333,"duration":0}},{"uid":"f9ad42d8c2c3f6ba","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f9ad42d8c2c3f6ba","status":"passed","time":{"start":1714406914330,"stop":1714406914331,"duration":1}},{"uid":"1c214ad64ae2012a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1c214ad64ae2012a","status":"passed","time":{"start":1714404690121,"stop":1714404690122,"duration":1}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"7746ba6cc102b180","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7746ba6cc102b180","status":"passed","time":{"start":1714453948531,"stop":1714453948531,"duration":0}},{"uid":"1e3adb701630ee7c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1e3adb701630ee7c","status":"passed","time":{"start":1714435506550,"stop":1714435506550,"duration":0}},{"uid":"e38a009ba8054884","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e38a009ba8054884","status":"passed","time":{"start":1714434575827,"stop":1714434575827,"duration":0}},{"uid":"706523deee2dee3c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/706523deee2dee3c","status":"passed","time":{"start":1714433270423,"stop":1714433270423,"duration":0}},{"uid":"fa964c70124e71ec","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fa964c70124e71ec","status":"passed","time":{"start":1714431468526,"stop":1714431468526,"duration":0}},{"uid":"6b069d792ec70b65","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6b069d792ec70b65","status":"passed","time":{"start":1714431732411,"stop":1714431732411,"duration":0}},{"uid":"52c48cb6c2af7370","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/52c48cb6c2af7370","status":"passed","time":{"start":1714430455166,"stop":1714430455166,"duration":0}},{"uid":"49194592362bee6b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/49194592362bee6b","status":"passed","time":{"start":1714430246590,"stop":1714430246590,"duration":0}},{"uid":"6f865bfb5bad1d64","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6f865bfb5bad1d64","status":"passed","time":{"start":1714429410631,"stop":1714429410631,"duration":0}},{"uid":"5dbeea5cc3861fb6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5dbeea5cc3861fb6","status":"passed","time":{"start":1714428552431,"stop":1714428552432,"duration":1}},{"uid":"a175a389a04aadc5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a175a389a04aadc5","status":"passed","time":{"start":1714427330632,"stop":1714427330632,"duration":0}},{"uid":"f8ad2cd747f9efc5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f8ad2cd747f9efc5","status":"passed","time":{"start":1714427031186,"stop":1714427031186,"duration":0}},{"uid":"3c0f5a4e4d80d7bb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3c0f5a4e4d80d7bb","status":"passed","time":{"start":1714426380773,"stop":1714426380773,"duration":0}},{"uid":"77c3c19dffb5c0b0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/77c3c19dffb5c0b0","status":"passed","time":{"start":1714424482809,"stop":1714424482809,"duration":0}},{"uid":"a8346e2d750138ff","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a8346e2d750138ff","status":"passed","time":{"start":1714424873158,"stop":1714424873158,"duration":0}},{"uid":"f8baa1bf13c19e07","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f8baa1bf13c19e07","status":"passed","time":{"start":1714415025730,"stop":1714415025730,"duration":0}},{"uid":"fbd49b70c87a0170","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fbd49b70c87a0170","status":"passed","time":{"start":1714415179118,"stop":1714415179118,"duration":0}},{"uid":"e482e4ca4d9024fe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e482e4ca4d9024fe","status":"passed","time":{"start":1714407386251,"stop":1714407386251,"duration":0}},{"uid":"edfb21a2afe43a42","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/edfb21a2afe43a42","status":"passed","time":{"start":1714406413704,"stop":1714406413704,"duration":0}},{"uid":"379c80e5b84c9228","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/379c80e5b84c9228","status":"passed","time":{"start":1714404203311,"stop":1714404203312,"duration":1}}]},"aad582517ef6b77f3ccc7a7be028e503:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7814f1aee767090","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/e7814f1aee767090","status":"passed","time":{"start":1713977422644,"stop":1713977422644,"duration":0}}]},"9054c578c6f884b5293489abbf2448b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"82f9b6dd3ce0b504","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/82f9b6dd3ce0b504","status":"passed","time":{"start":1714429091060,"stop":1714429091060,"duration":0}}]},"1c7c997829bd7ebd15da773158d2514b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a350c7b29b1ac9e0","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/a350c7b29b1ac9e0","status":"passed","time":{"start":1714123099873,"stop":1714123099874,"duration":1}}]},"0b3c7412621f9cc06117a16124770bcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e246f6646dc09590","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/e246f6646dc09590","status":"passed","time":{"start":1714142021597,"stop":1714142021597,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":86,"passed":0,"unknown":0,"total":86},"items":[{"uid":"83a6ef733c616c84","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/83a6ef733c616c84","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454434345,"stop":1714454434345,"duration":0}},{"uid":"27159b08611da03e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/27159b08611da03e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714436006552,"stop":1714436006552,"duration":0}},{"uid":"a8fab3dcd3e0a550","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a8fab3dcd3e0a550","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435054861,"stop":1714435054861,"duration":0}},{"uid":"bc5a4250a04d6c47","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bc5a4250a04d6c47","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433761070,"stop":1714433761074,"duration":4}},{"uid":"922ebff79cf7bda0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/922ebff79cf7bda0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431966444,"stop":1714431966444,"duration":0}},{"uid":"f1b2c1394932322e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f1b2c1394932322e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432193287,"stop":1714432193287,"duration":0}},{"uid":"f46e9853396cec6b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f46e9853396cec6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430948560,"stop":1714430948564,"duration":4}},{"uid":"a9f563aa9b614e75","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a9f563aa9b614e75","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430713571,"stop":1714430713571,"duration":0}},{"uid":"57262261f526b381","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/57262261f526b381","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429917758,"stop":1714429917758,"duration":0}},{"uid":"35cf5673b3d56522","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/35cf5673b3d56522","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429040304,"stop":1714429040304,"duration":0}},{"uid":"59ec0f0c0b37e814","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/59ec0f0c0b37e814","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427848704,"stop":1714427848704,"duration":0}},{"uid":"28040fda3170f037","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/28040fda3170f037","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427530076,"stop":1714427530077,"duration":1}},{"uid":"7d4724148616f5c0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7d4724148616f5c0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426875159,"stop":1714426875159,"duration":0}},{"uid":"d1e13d8e1c837ade","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d1e13d8e1c837ade","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426511051,"stop":1714426511051,"duration":0}},{"uid":"66d492a4509a8545","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/66d492a4509a8545","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425369972,"stop":1714425369973,"duration":1}},{"uid":"d59bcb3b9407beaf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d59bcb3b9407beaf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415516387,"stop":1714415516387,"duration":0}},{"uid":"449f997bb155fdd9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/449f997bb155fdd9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415679037,"stop":1714415679037,"duration":0}},{"uid":"f05f716740c5663d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f05f716740c5663d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407884337,"stop":1714407884337,"duration":0}},{"uid":"257344c0da1279b6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/257344c0da1279b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406914343,"stop":1714406914343,"duration":0}},{"uid":"3ec3ac77ddf3602d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3ec3ac77ddf3602d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404690126,"stop":1714404690126,"duration":0}}]},"769585aa7cefee3632246f0b157e4056:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b4ae53b3c3c6c70","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5b4ae53b3c3c6c70","status":"passed","time":{"start":1714433815801,"stop":1714433815802,"duration":1}}]},"abb2eab707f7c79ca1a6b068e96751da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d9a5ca817ad2176","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/5d9a5ca817ad2176","status":"passed","time":{"start":1714109345157,"stop":1714109345158,"duration":1}}]},"868a7247bbb22f047ddb01499f66706d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7a605861b63b83a","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/f7a605861b63b83a","status":"passed","time":{"start":1714007939304,"stop":1714007939305,"duration":1}}]},"3b809c5e248a3351dc588512ddbba3f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1126ebd8b4b55fe4","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/1126ebd8b4b55fe4","status":"passed","time":{"start":1714178222349,"stop":1714178222349,"duration":0}}]},"5d2d15697ccdf30d8051ccd88e628555:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f80a01a9bea6664","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7f80a01a9bea6664","status":"passed","time":{"start":1714385080723,"stop":1714385080723,"duration":0}}]},"2ca4a4a7cf3bb1ab8c3e90cad30f5c85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90bcd6a95a5dfd35","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/90bcd6a95a5dfd35","status":"passed","time":{"start":1714214714553,"stop":1714214714553,"duration":0}}]},"129fb665bc40d58bc17fcdadd2b5fe59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"2e7f4a1fc9e5353a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2e7f4a1fc9e5353a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454429954,"stop":1714454429954,"duration":0}},{"uid":"47bc9f4a8820fa1d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/47bc9f4a8820fa1d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435983508,"stop":1714435983508,"duration":0}},{"uid":"79329918572862c2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/79329918572862c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435052071,"stop":1714435052071,"duration":0}},{"uid":"e86ab9e32db58dfe","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e86ab9e32db58dfe","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433741881,"stop":1714433741881,"duration":0}},{"uid":"60093382c2a7e797","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/60093382c2a7e797","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431945153,"stop":1714431945153,"duration":0}},{"uid":"6c5d29780391f0ce","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6c5d29780391f0ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432232717,"stop":1714432232717,"duration":0}},{"uid":"1442a568515a0bcf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1442a568515a0bcf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430939085,"stop":1714430939086,"duration":1}},{"uid":"35c73dc8f9a9f86d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/35c73dc8f9a9f86d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430740787,"stop":1714430740787,"duration":0}},{"uid":"78752b6fd2b4acee","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/78752b6fd2b4acee","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429913665,"stop":1714429913665,"duration":0}},{"uid":"67192f0e64cd65ab","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/67192f0e64cd65ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429034730,"stop":1714429034731,"duration":1}},{"uid":"ef9a9ac29f49514e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ef9a9ac29f49514e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427767347,"stop":1714427767348,"duration":1}},{"uid":"e8b654b900c10a12","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e8b654b900c10a12","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427509635,"stop":1714427509635,"duration":0}},{"uid":"55c9e68306c36ee6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/55c9e68306c36ee6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426865392,"stop":1714426865393,"duration":1}},{"uid":"c69f594e9648d382","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c69f594e9648d382","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425537004,"stop":1714425537004,"duration":0}},{"uid":"ed3a2012ca87e924","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ed3a2012ca87e924","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425348541,"stop":1714425348541,"duration":0}},{"uid":"be7b792ca9e82666","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/be7b792ca9e82666","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415540160,"stop":1714415540160,"duration":0}},{"uid":"ea5934ff38eba26","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ea5934ff38eba26","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415666828,"stop":1714415666829,"duration":1}},{"uid":"9db04a4d6f7d8d1e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9db04a4d6f7d8d1e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407867445,"stop":1714407867445,"duration":0}},{"uid":"1d9033fc5633cbf9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1d9033fc5633cbf9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406902039,"stop":1714406902039,"duration":0}},{"uid":"583056726bce94aa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/583056726bce94aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685577,"stop":1714404685577,"duration":0}}]},"e3fe48ce719949d90eecdb2781675b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47062b73b5c138bd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/47062b73b5c138bd","status":"passed","time":{"start":1714454133775,"stop":1714454133776,"duration":1}}]},"5cde10e7d659ccb2a86d8f059624f147:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27198df497d95021","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/27198df497d95021","status":"passed","time":{"start":1714129844755,"stop":1714129844756,"duration":1}}]},"9034dc3a2f43ff3380d847125ce151b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"282a3fc64aca7ae8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/282a3fc64aca7ae8","status":"passed","time":{"start":1714430997199,"stop":1714430997200,"duration":1}}]},"5526dd943e6477d04efe83b877b5159a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3f3ac023c52ff70","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f3f3ac023c52ff70","status":"passed","time":{"start":1714404734768,"stop":1714404734769,"duration":1}}]},"122d002f283d817024d2962f09cc920d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abc45c0a87d228a9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/abc45c0a87d228a9","status":"passed","time":{"start":1714385794773,"stop":1714385794773,"duration":0}}]},"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"d39ad8f8b3091908","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/d39ad8f8b3091908","status":"passed","time":{"start":1714177787751,"stop":1714177787751,"duration":0}},{"uid":"f88630b7b2e9590e","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/f88630b7b2e9590e","status":"passed","time":{"start":1714177564559,"stop":1714177564559,"duration":0}},{"uid":"fd0bff9638f16f52","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/fd0bff9638f16f52","status":"passed","time":{"start":1714129379421,"stop":1714129379422,"duration":1}},{"uid":"31bb1124c4057313","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/31bb1124c4057313","status":"passed","time":{"start":1714122967645,"stop":1714122967645,"duration":0}},{"uid":"92606acdf843558f","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/92606acdf843558f","status":"passed","time":{"start":1714122677602,"stop":1714122677602,"duration":0}},{"uid":"2027c366df2743c7","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/2027c366df2743c7","status":"passed","time":{"start":1714113589073,"stop":1714113589073,"duration":0}},{"uid":"3b6141c3c63193ea","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/3b6141c3c63193ea","status":"passed","time":{"start":1714108895406,"stop":1714108895407,"duration":1}},{"uid":"4731f0408525e9a8","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/4731f0408525e9a8","status":"passed","time":{"start":1714108850737,"stop":1714108850737,"duration":0}},{"uid":"4f3f772a8cee3950","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/4f3f772a8cee3950","status":"passed","time":{"start":1714045782774,"stop":1714045782776,"duration":2}},{"uid":"c74f1b1956344357","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/c74f1b1956344357","status":"passed","time":{"start":1714045635098,"stop":1714045635098,"duration":0}},{"uid":"2cd927153a804345","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/2cd927153a804345","status":"passed","time":{"start":1714045401650,"stop":1714045401650,"duration":0}},{"uid":"35820b6d4f575f42","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/35820b6d4f575f42","status":"passed","time":{"start":1714039863357,"stop":1714039863358,"duration":1}},{"uid":"1a980ec5595d6879","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/1a980ec5595d6879","status":"passed","time":{"start":1714038932443,"stop":1714038932444,"duration":1}},{"uid":"b35b7ed54936b08c","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/b35b7ed54936b08c","status":"passed","time":{"start":1714033344230,"stop":1714033344230,"duration":0}},{"uid":"9f7641a469951261","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/9f7641a469951261","status":"passed","time":{"start":1714017670015,"stop":1714017670016,"duration":1}},{"uid":"8d07a0ee9a66c02f","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/8d07a0ee9a66c02f","status":"passed","time":{"start":1714009571971,"stop":1714009571971,"duration":0}},{"uid":"f3d9781eb6fd198c","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/f3d9781eb6fd198c","status":"passed","time":{"start":1714007612816,"stop":1714007612816,"duration":0}},{"uid":"5963f2ad5a19168a","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/5963f2ad5a19168a","status":"passed","time":{"start":1713996355301,"stop":1713996355301,"duration":0}},{"uid":"561bb23329b846b0","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/561bb23329b846b0","status":"passed","time":{"start":1713987246018,"stop":1713987246018,"duration":0}},{"uid":"cc4fba58ef4e01a5","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/cc4fba58ef4e01a5","status":"passed","time":{"start":1713982516208,"stop":1713982516208,"duration":0}}]},"0b9abd5f6f8fcf4c136e930b9bc55218:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95319e198d1c07d5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/95319e198d1c07d5","status":"passed","time":{"start":1714385705599,"stop":1714385705600,"duration":1}}]},"e9fbf1ae23ce015146c3e41953be7ab9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5212a6e0a7d0770","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c5212a6e0a7d0770","status":"passed","time":{"start":1714407912881,"stop":1714407912882,"duration":1}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"52067d21d3b9b02e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/52067d21d3b9b02e","status":"passed","time":{"start":1714454568761,"stop":1714454568761,"duration":0}},{"uid":"5006065d2d80e901","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5006065d2d80e901","status":"passed","time":{"start":1714436126131,"stop":1714436126131,"duration":0}},{"uid":"4eb0c2065403b1e7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4eb0c2065403b1e7","status":"passed","time":{"start":1714435206719,"stop":1714435206720,"duration":1}},{"uid":"7c3f111ee791fa76","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7c3f111ee791fa76","status":"passed","time":{"start":1714433881352,"stop":1714433881352,"duration":0}},{"uid":"943866326b689cd6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/943866326b689cd6","status":"passed","time":{"start":1714432089194,"stop":1714432089194,"duration":0}},{"uid":"86803f704640c0f7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/86803f704640c0f7","status":"passed","time":{"start":1714432443243,"stop":1714432443244,"duration":1}},{"uid":"a1677da95e1afe95","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a1677da95e1afe95","status":"passed","time":{"start":1714431084052,"stop":1714431084052,"duration":0}},{"uid":"397ce0eca578bd58","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/397ce0eca578bd58","status":"passed","time":{"start":1714430958553,"stop":1714430958553,"duration":0}},{"uid":"79f165b0a5ecce66","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/79f165b0a5ecce66","status":"passed","time":{"start":1714430059470,"stop":1714430059470,"duration":0}},{"uid":"c347e829f969ac7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c347e829f969ac7","status":"passed","time":{"start":1714429177600,"stop":1714429177600,"duration":0}},{"uid":"9750688c5aa18314","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9750688c5aa18314","status":"passed","time":{"start":1714427952242,"stop":1714427952242,"duration":0}},{"uid":"39f705aab60e4d29","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/39f705aab60e4d29","status":"passed","time":{"start":1714427654790,"stop":1714427654790,"duration":0}},{"uid":"9628affa94d96117","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9628affa94d96117","status":"passed","time":{"start":1714427013802,"stop":1714427013802,"duration":0}},{"uid":"43e5e429e2b0445b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/43e5e429e2b0445b","status":"passed","time":{"start":1714425755813,"stop":1714425755813,"duration":0}},{"uid":"a0b69cfdc41de8a7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a0b69cfdc41de8a7","status":"passed","time":{"start":1714425494508,"stop":1714425494509,"duration":1}},{"uid":"349e2d7fdf3d654","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/349e2d7fdf3d654","status":"passed","time":{"start":1714415703221,"stop":1714415703221,"duration":0}},{"uid":"7fd87ffab9bd207b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7fd87ffab9bd207b","status":"passed","time":{"start":1714415807191,"stop":1714415807191,"duration":0}},{"uid":"1ec93148fb3ddb2e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1ec93148fb3ddb2e","status":"passed","time":{"start":1714408011172,"stop":1714408011173,"duration":1}},{"uid":"a7d1b4767eaf22a1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a7d1b4767eaf22a1","status":"passed","time":{"start":1714407046592,"stop":1714407046593,"duration":1}},{"uid":"f1a43304fc3cfc5e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f1a43304fc3cfc5e","status":"passed","time":{"start":1714404822523,"stop":1714404822523,"duration":0}}]},"0e575718481a734313da49edf1743a5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5693972f4eabfe2e","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/5693972f4eabfe2e","status":"passed","time":{"start":1713943635266,"stop":1713943635266,"duration":0}}]},"2441743a2f6e107e2151ac0a6ba6cffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fc6d537ac8a7ef2","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/7fc6d537ac8a7ef2","status":"passed","time":{"start":1714129816668,"stop":1714129816668,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"1649de1693046db8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1649de1693046db8","status":"passed","time":{"start":1714454605548,"stop":1714454605548,"duration":0}},{"uid":"40f446bcd3e133fc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/40f446bcd3e133fc","status":"passed","time":{"start":1714436158731,"stop":1714436158731,"duration":0}},{"uid":"71f99ba2a82cf82d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/71f99ba2a82cf82d","status":"passed","time":{"start":1714435237019,"stop":1714435237019,"duration":0}},{"uid":"ecbc92eebd3171df","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ecbc92eebd3171df","status":"passed","time":{"start":1714433925104,"stop":1714433925104,"duration":0}},{"uid":"1c9d7393e3e1389c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1c9d7393e3e1389c","status":"passed","time":{"start":1714432132890,"stop":1714432132890,"duration":0}},{"uid":"dc52b9744e404c59","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dc52b9744e404c59","status":"passed","time":{"start":1714432392982,"stop":1714432392982,"duration":0}},{"uid":"477e67d9acf42ac8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/477e67d9acf42ac8","status":"passed","time":{"start":1714431131890,"stop":1714431131890,"duration":0}},{"uid":"7d3168ee481d8a01","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7d3168ee481d8a01","status":"passed","time":{"start":1714430918786,"stop":1714430918786,"duration":0}},{"uid":"d04c7f2c0debcc9d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d04c7f2c0debcc9d","status":"passed","time":{"start":1714430104208,"stop":1714430104208,"duration":0}},{"uid":"55d43be6e5fbf49d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/55d43be6e5fbf49d","status":"passed","time":{"start":1714429213875,"stop":1714429213875,"duration":0}},{"uid":"e64902212e396964","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e64902212e396964","status":"passed","time":{"start":1714427999032,"stop":1714427999032,"duration":0}},{"uid":"90bcb75944f73061","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/90bcb75944f73061","status":"passed","time":{"start":1714427702226,"stop":1714427702226,"duration":0}},{"uid":"678513b11dd096f5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/678513b11dd096f5","status":"passed","time":{"start":1714427044025,"stop":1714427044026,"duration":1}},{"uid":"719b510c273947c3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/719b510c273947c3","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699081,"stop":1714426699081,"duration":0}},{"uid":"f12ee7563ec04cf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f12ee7563ec04cf","status":"passed","time":{"start":1714425534889,"stop":1714425534890,"duration":1}},{"uid":"1630350cfcbfdcf4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1630350cfcbfdcf4","status":"passed","time":{"start":1714415702290,"stop":1714415702291,"duration":1}},{"uid":"d9f83f83a8660884","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d9f83f83a8660884","status":"passed","time":{"start":1714415850498,"stop":1714415850498,"duration":0}},{"uid":"73fa10e700a08ec0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/73fa10e700a08ec0","status":"passed","time":{"start":1714408049947,"stop":1714408049947,"duration":0}},{"uid":"8c93203bb5799836","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8c93203bb5799836","status":"passed","time":{"start":1714407080670,"stop":1714407080670,"duration":0}},{"uid":"6f0707fb84b9630e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6f0707fb84b9630e","status":"passed","time":{"start":1714404860587,"stop":1714404860587,"duration":0}}]},"e940751864243e941aa89ebda9e682f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85e2776c846a8569","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/85e2776c846a8569","status":"passed","time":{"start":1714003550653,"stop":1714003550653,"duration":0}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"e46647fae114face","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e46647fae114face","status":"passed","time":{"start":1714454429788,"stop":1714454429788,"duration":0}},{"uid":"8f7a79b00f1eda89","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8f7a79b00f1eda89","status":"passed","time":{"start":1714435983372,"stop":1714435983373,"duration":1}},{"uid":"25432e7a2204ec03","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/25432e7a2204ec03","status":"passed","time":{"start":1714435051927,"stop":1714435051933,"duration":6}},{"uid":"17dcd5a84f4a54e8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/17dcd5a84f4a54e8","status":"passed","time":{"start":1714433741784,"stop":1714433741785,"duration":1}},{"uid":"9c0c13ff8b97e16c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9c0c13ff8b97e16c","status":"passed","time":{"start":1714431944894,"stop":1714431944895,"duration":1}},{"uid":"c05741c77878b121","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c05741c77878b121","status":"passed","time":{"start":1714432240082,"stop":1714432240082,"duration":0}},{"uid":"72fb67beddce843","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/72fb67beddce843","status":"passed","time":{"start":1714430938910,"stop":1714430938910,"duration":0}},{"uid":"21f063bc69dd0fd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/21f063bc69dd0fd","status":"passed","time":{"start":1714430755761,"stop":1714430755761,"duration":0}},{"uid":"63b702dc67c4706","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/63b702dc67c4706","status":"passed","time":{"start":1714429913420,"stop":1714429913421,"duration":1}},{"uid":"641fc2cb994d9889","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/641fc2cb994d9889","status":"passed","time":{"start":1714429034569,"stop":1714429034569,"duration":0}},{"uid":"80c7511c676195c1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/80c7511c676195c1","status":"passed","time":{"start":1714427765136,"stop":1714427765137,"duration":1}},{"uid":"ecf4ec3e08480290","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ecf4ec3e08480290","status":"passed","time":{"start":1714427509510,"stop":1714427509510,"duration":0}},{"uid":"870ec827b3b1f39a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/870ec827b3b1f39a","status":"passed","time":{"start":1714426865261,"stop":1714426865261,"duration":0}},{"uid":"ea4d5f8daaac2ea4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ea4d5f8daaac2ea4","status":"passed","time":{"start":1714425536870,"stop":1714425536870,"duration":0}},{"uid":"efa86b445172e0ff","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/efa86b445172e0ff","status":"passed","time":{"start":1714425348167,"stop":1714425348169,"duration":2}},{"uid":"f528b8578945671c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f528b8578945671c","status":"passed","time":{"start":1714415541639,"stop":1714415541639,"duration":0}},{"uid":"c81484fde6fd0892","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c81484fde6fd0892","status":"passed","time":{"start":1714415666668,"stop":1714415666669,"duration":1}},{"uid":"d4c9d2c5bd4b50d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d4c9d2c5bd4b50d","status":"passed","time":{"start":1714407867313,"stop":1714407867313,"duration":0}},{"uid":"1998d86987075b5f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1998d86987075b5f","status":"passed","time":{"start":1714406901733,"stop":1714406901734,"duration":1}},{"uid":"72c83e8b98b8d9bc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/72c83e8b98b8d9bc","status":"passed","time":{"start":1714404685927,"stop":1714404685927,"duration":0}}]},"b8a38c496dccccc62b4e62f2a4222b87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24242124ecc9a7e7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/24242124ecc9a7e7","status":"passed","time":{"start":1714433741792,"stop":1714433741792,"duration":0}}]},"6558379154f908a42e0b0908d66ea47a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"884a8b7e190e94ea","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/884a8b7e190e94ea","status":"passed","time":{"start":1714045821390,"stop":1714045821390,"duration":0}}]},"74d107e02bc9e615e4f89d9943f1d578:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d593a4a773dae5d7","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/d593a4a773dae5d7","status":"passed","time":{"start":1714089729899,"stop":1714089729900,"duration":1}}]},"01fb6ec2773a1c7837714afe83f6af22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa38c09ff9d21f7d","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/aa38c09ff9d21f7d","status":"passed","time":{"start":1714018144005,"stop":1714018144005,"duration":0}}]},"1c92ba630e5f001ea4a3c04fadc90f5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58f1345ecc048011","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/58f1345ecc048011","status":"passed","time":{"start":1714380035068,"stop":1714380035068,"duration":0}}]},"cff432dd520d53f570953c7d82f56804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d882dc6295ea6c8f","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/d882dc6295ea6c8f","status":"passed","time":{"start":1714296397561,"stop":1714296397561,"duration":0}}]},"068a270dd6b40107e80f989e9a1e1024:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"699e63e687c9a565","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/699e63e687c9a565","status":"passed","time":{"start":1714018100849,"stop":1714018100850,"duration":1}}]},"3731f37c9b4e25689c3c6de02b004918:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"d0fc060167965271","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d0fc060167965271","status":"passed","time":{"start":1714453925078,"stop":1714453925079,"duration":1}},{"uid":"dbe67d0f6f32f3d2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dbe67d0f6f32f3d2","status":"passed","time":{"start":1714435482987,"stop":1714435482987,"duration":0}},{"uid":"ad692f951f4730db","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ad692f951f4730db","status":"passed","time":{"start":1714434552024,"stop":1714434552024,"duration":0}},{"uid":"ba84fbd3e5e62030","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ba84fbd3e5e62030","status":"passed","time":{"start":1714433247047,"stop":1714433247047,"duration":0}},{"uid":"238fa426ff2ddbcd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/238fa426ff2ddbcd","status":"passed","time":{"start":1714431444771,"stop":1714431444771,"duration":0}},{"uid":"8516ac34fe326883","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8516ac34fe326883","status":"passed","time":{"start":1714431708311,"stop":1714431708311,"duration":0}},{"uid":"1ed34310b2cc61fc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1ed34310b2cc61fc","status":"passed","time":{"start":1714430430741,"stop":1714430430742,"duration":1}},{"uid":"ed5510b5c82dd7f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ed5510b5c82dd7f","status":"passed","time":{"start":1714430223197,"stop":1714430223197,"duration":0}},{"uid":"c783c654fa71fc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c783c654fa71fc","status":"passed","time":{"start":1714429383900,"stop":1714429383900,"duration":0}},{"uid":"d030038b06b680cf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d030038b06b680cf","status":"passed","time":{"start":1714428528653,"stop":1714428528653,"duration":0}},{"uid":"cfa3594c4788d052","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cfa3594c4788d052","status":"passed","time":{"start":1714427306002,"stop":1714427306002,"duration":0}},{"uid":"3e09f67b255977cd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3e09f67b255977cd","status":"passed","time":{"start":1714427007395,"stop":1714427007395,"duration":0}},{"uid":"384cf849b05ef5f3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/384cf849b05ef5f3","status":"passed","time":{"start":1714426355990,"stop":1714426355991,"duration":1}},{"uid":"ac318f7b5b14525d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ac318f7b5b14525d","status":"passed","time":{"start":1714424458804,"stop":1714424458804,"duration":0}},{"uid":"b94363f6b9f998e0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b94363f6b9f998e0","status":"passed","time":{"start":1714424849043,"stop":1714424849043,"duration":0}},{"uid":"f72e132f937e5279","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f72e132f937e5279","status":"passed","time":{"start":1714415001467,"stop":1714415001467,"duration":0}},{"uid":"7b65596705f74445","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7b65596705f74445","status":"passed","time":{"start":1714415154944,"stop":1714415154944,"duration":0}},{"uid":"80ac32604c169b48","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/80ac32604c169b48","status":"passed","time":{"start":1714407362066,"stop":1714407362066,"duration":0}},{"uid":"9c7a6c5fde1d4226","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9c7a6c5fde1d4226","status":"passed","time":{"start":1714406389359,"stop":1714406389360,"duration":1}},{"uid":"f62865d516a94ef3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f62865d516a94ef3","status":"passed","time":{"start":1714404179199,"stop":1714404179199,"duration":0}}]},"2a28ae11ccda93b9afc74a011e1a2214:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b64cb36775b1287e","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/b64cb36775b1287e","status":"passed","time":{"start":1714033457437,"stop":1714033457437,"duration":0}}]},"4f4ab983e6a107a4b6bf02cf6677d0e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a1489659722e2d9","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/4a1489659722e2d9","status":"passed","time":{"start":1713969158745,"stop":1713969158745,"duration":0}}]},"e5ea44722c4ec799be4a8661e728a385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df892fcebcdd2514","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/df892fcebcdd2514","status":"passed","time":{"start":1714384745713,"stop":1714384745713,"duration":0}}]},"b8fbc4b6107999a089ded57ff4425717:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"8a293e1327da9d40","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/8a293e1327da9d40","status":"passed","time":{"start":1713976897150,"stop":1713976897150,"duration":0}},{"uid":"dbc8307d2f75932b","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/dbc8307d2f75932b","status":"passed","time":{"start":1713976088052,"stop":1713976088052,"duration":0}},{"uid":"cc97e7c6e48a3034","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/cc97e7c6e48a3034","status":"passed","time":{"start":1713969096478,"stop":1713969096478,"duration":0}},{"uid":"5a755d866f834417","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/5a755d866f834417","status":"passed","time":{"start":1713943563650,"stop":1713943563651,"duration":1}},{"uid":"4c822ad9eb12b43c","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/4c822ad9eb12b43c","status":"passed","time":{"start":1713889400901,"stop":1713889400901,"duration":0}}]},"872d631871db3d2bf09e541dfb8d6da0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"e04cf63152fff04a","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/e04cf63152fff04a","status":"broken","statusDetails":"expected +0 to equal 3","time":{"start":1713989843826,"stop":1713989843826,"duration":0}}]},"1c2276da6e0366cd076b138568910eb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32bbf02d713d8ef7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/32bbf02d713d8ef7","status":"passed","time":{"start":1714415679024,"stop":1714415679024,"duration":0}}]},"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":0,"unknown":0,"total":5},"items":[{"uid":"b651f9a4a10fba2e","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/b651f9a4a10fba2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1713977095262,"stop":1713977095262,"duration":0}},{"uid":"c3ab13d1afef9368","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/c3ab13d1afef9368","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976297265,"stop":1713976297265,"duration":0}},{"uid":"25285c992bf17774","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/25285c992bf17774","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969285215,"stop":1713969285215,"duration":0}},{"uid":"8fabb831eaa9a07a","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/8fabb831eaa9a07a","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943776991,"stop":1713943776991,"duration":0}},{"uid":"1494e06324ada209","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/1494e06324ada209","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889601756,"stop":1713889601756,"duration":0}}]},"235d460c554ec1ae1a4b4caf0878a09f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d974017e690c05b","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/3d974017e690c05b","status":"passed","time":{"start":1714296368560,"stop":1714296368561,"duration":1}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"4b77e3a7dfb812c1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4b77e3a7dfb812c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454366018,"stop":1714454366018,"duration":0}},{"uid":"3259a5aabb6bde6c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3259a5aabb6bde6c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435933095,"stop":1714435933096,"duration":1}},{"uid":"81120c145d2e67df","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/81120c145d2e67df","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435007054,"stop":1714435007054,"duration":0}},{"uid":"7ffe32d669c50a0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7ffe32d669c50a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433694170,"stop":1714433694171,"duration":1}},{"uid":"beb3a34571ab0f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/beb3a34571ab0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431888738,"stop":1714431888739,"duration":1}},{"uid":"94bbb35e8b9037a2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/94bbb35e8b9037a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432193548,"stop":1714432193548,"duration":0}},{"uid":"d9f72b6cb5dd699c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d9f72b6cb5dd699c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430892640,"stop":1714430892640,"duration":0}},{"uid":"e16c05ef0476f6ea","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e16c05ef0476f6ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430713702,"stop":1714430713702,"duration":0}},{"uid":"ca097a5dc3b075de","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ca097a5dc3b075de","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429855447,"stop":1714429855447,"duration":0}},{"uid":"a0bb8be8fde6faee","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a0bb8be8fde6faee","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428983402,"stop":1714428983403,"duration":1}},{"uid":"14113d4475c5b4e0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/14113d4475c5b4e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427692386,"stop":1714427692386,"duration":0}},{"uid":"2293f8b25e769b79","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2293f8b25e769b79","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427460683,"stop":1714427460683,"duration":0}},{"uid":"9fbfcc71625440db","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9fbfcc71625440db","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426813108,"stop":1714426813108,"duration":0}},{"uid":"15eead669296ae9a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/15eead669296ae9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425470274,"stop":1714425470274,"duration":0}},{"uid":"abb03a8d9b257ae4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/abb03a8d9b257ae4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425298655,"stop":1714425298656,"duration":1}},{"uid":"d55b69fed3bf8d35","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d55b69fed3bf8d35","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415473452,"stop":1714415473452,"duration":0}},{"uid":"942265f8acdeeacc","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/942265f8acdeeacc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415615566,"stop":1714415615566,"duration":0}},{"uid":"dbe4d237fcf4c0a6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dbe4d237fcf4c0a6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407817066,"stop":1714407817066,"duration":0}},{"uid":"1448261cd098f492","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1448261cd098f492","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406853457,"stop":1714406853458,"duration":1}},{"uid":"6f1029258fad4255","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6f1029258fad4255","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404628457,"stop":1714404628457,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"bcce7888304a3191","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bcce7888304a3191","status":"passed","time":{"start":1714454434313,"stop":1714454434320,"duration":7}},{"uid":"57ec2df0b53a2689","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/57ec2df0b53a2689","status":"passed","time":{"start":1714436006534,"stop":1714436006534,"duration":0}},{"uid":"bd2a16adbe21bd4d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bd2a16adbe21bd4d","status":"passed","time":{"start":1714435054830,"stop":1714435054831,"duration":1}},{"uid":"796f42dc09042cb5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/796f42dc09042cb5","status":"passed","time":{"start":1714433761057,"stop":1714433761058,"duration":1}},{"uid":"ab11922aeea7497f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ab11922aeea7497f","status":"passed","time":{"start":1714431966429,"stop":1714431966429,"duration":0}},{"uid":"72ef9c8127382b39","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/72ef9c8127382b39","status":"passed","time":{"start":1714432193272,"stop":1714432193272,"duration":0}},{"uid":"12f4f71c9bd7e2f3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/12f4f71c9bd7e2f3","status":"passed","time":{"start":1714430948534,"stop":1714430948535,"duration":1}},{"uid":"2da41bac088c02fb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2da41bac088c02fb","status":"passed","time":{"start":1714430713522,"stop":1714430713523,"duration":1}},{"uid":"4bc87197c6ed1578","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4bc87197c6ed1578","status":"passed","time":{"start":1714429917742,"stop":1714429917743,"duration":1}},{"uid":"3a54a660e8bc5db4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3a54a660e8bc5db4","status":"passed","time":{"start":1714429040293,"stop":1714429040293,"duration":0}},{"uid":"2b9ce358e0dac4d2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2b9ce358e0dac4d2","status":"passed","time":{"start":1714427848681,"stop":1714427848681,"duration":0}},{"uid":"667e8530fa92ba2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/667e8530fa92ba2","status":"passed","time":{"start":1714427530063,"stop":1714427530063,"duration":0}},{"uid":"7a59c9f17bb6d3ed","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7a59c9f17bb6d3ed","status":"passed","time":{"start":1714426875135,"stop":1714426875135,"duration":0}},{"uid":"9e493dea170fe3e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9e493dea170fe3e","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511025,"stop":1714426511025,"duration":0}},{"uid":"b8a5e56f335089f7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b8a5e56f335089f7","status":"passed","time":{"start":1714425369957,"stop":1714425369957,"duration":0}},{"uid":"47f823aa2b5934f6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/47f823aa2b5934f6","status":"passed","time":{"start":1714415516375,"stop":1714415516375,"duration":0}},{"uid":"18bea6ac693dfb82","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/18bea6ac693dfb82","status":"passed","time":{"start":1714415679029,"stop":1714415679029,"duration":0}},{"uid":"380c97687f52ec5a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/380c97687f52ec5a","status":"passed","time":{"start":1714407884323,"stop":1714407884323,"duration":0}},{"uid":"9cfb0e36c2410d2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9cfb0e36c2410d2","status":"passed","time":{"start":1714406914312,"stop":1714406914313,"duration":1}},{"uid":"203238bfeeb96938","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/203238bfeeb96938","status":"passed","time":{"start":1714404690108,"stop":1714404690108,"duration":0}}]},"c1b47d005178a5f708f2f94a4265c8f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6893ba33841be180","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/6893ba33841be180","status":"passed","time":{"start":1714139629763,"stop":1714139629763,"duration":0}}]},"78b5758a5e159862116bd52c3a9fc163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee3406394d89d881","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/ee3406394d89d881","status":"passed","time":{"start":1714130811770,"stop":1714130811770,"duration":0}}]},"137522c9e79e9928c1027918e18482fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e1cd95e3214d9f0","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/7e1cd95e3214d9f0","status":"passed","time":{"start":1714008071086,"stop":1714008071086,"duration":0}}]},"3eeaa3aa30a5efb4ebddb2b0b8f2d87a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75810777b7b34a27","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/75810777b7b34a27","status":"passed","time":{"start":1714383490754,"stop":1714383490754,"duration":0}}]},"695d7eaab70f54c083d70ad7aa604f6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93eb995916023d0a","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/93eb995916023d0a","status":"passed","time":{"start":1714129816670,"stop":1714129816671,"duration":1}}]},"f5e29f58dd7b23a3831c2d734b315dea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dae6b1dc44fda258","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/dae6b1dc44fda258","status":"passed","time":{"start":1714082690895,"stop":1714082690895,"duration":0}}]},"0848a7c17f6901f7e5faf1c15de6c76a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f608ac5a00c4d27","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/f608ac5a00c4d27","status":"passed","time":{"start":1714018046573,"stop":1714018046573,"duration":0}}]},"012338ad4fe4b87caf187a45a5268d67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd1d566a9ff98fc3","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/fd1d566a9ff98fc3","status":"passed","time":{"start":1714385757963,"stop":1714385757963,"duration":0}}]},"d7e97c21b8d7d9119bb4edf04a59c8e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18cb4c7b5a3a17fc","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/18cb4c7b5a3a17fc","status":"passed","time":{"start":1714045859265,"stop":1714045859265,"duration":0}}]},"8d239785df5c243e3499ba63f9efafbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5608a9043297acf","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b5608a9043297acf","status":"passed","time":{"start":1714436043132,"stop":1714436043132,"duration":0}}]},"cdf67a7bfa67b176cc225ba348c16602:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7d01b210dd6315a","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c7d01b210dd6315a","status":"passed","time":{"start":1714380548899,"stop":1714380548899,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"2f20ec857c7f94a4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2f20ec857c7f94a4","status":"passed","time":{"start":1714454429791,"stop":1714454429791,"duration":0}},{"uid":"e9b273e030bdd608","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e9b273e030bdd608","status":"passed","time":{"start":1714435983375,"stop":1714435983375,"duration":0}},{"uid":"328642f9260c8d0d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/328642f9260c8d0d","status":"passed","time":{"start":1714435051937,"stop":1714435051941,"duration":4}},{"uid":"6870dacbdb19deab","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6870dacbdb19deab","status":"passed","time":{"start":1714433741787,"stop":1714433741787,"duration":0}},{"uid":"9951ec3377eadd49","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9951ec3377eadd49","status":"passed","time":{"start":1714431944899,"stop":1714431944901,"duration":2}},{"uid":"938961fab393b1db","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/938961fab393b1db","status":"passed","time":{"start":1714432240086,"stop":1714432240087,"duration":1}},{"uid":"f1ea1b5bd17132c2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f1ea1b5bd17132c2","status":"passed","time":{"start":1714430938915,"stop":1714430938916,"duration":1}},{"uid":"cb4a422e08708c7d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cb4a422e08708c7d","status":"passed","time":{"start":1714430755763,"stop":1714430755763,"duration":0}},{"uid":"2002d7d76233e8ea","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2002d7d76233e8ea","status":"passed","time":{"start":1714429913424,"stop":1714429913424,"duration":0}},{"uid":"9d191af288efb4d5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9d191af288efb4d5","status":"passed","time":{"start":1714429034572,"stop":1714429034572,"duration":0}},{"uid":"2c6cc693883c8c75","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2c6cc693883c8c75","status":"passed","time":{"start":1714427765139,"stop":1714427765139,"duration":0}},{"uid":"d2f65c998ef7c71f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d2f65c998ef7c71f","status":"passed","time":{"start":1714427509512,"stop":1714427509513,"duration":1}},{"uid":"a55d72dd1cad7dbc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a55d72dd1cad7dbc","status":"passed","time":{"start":1714426865265,"stop":1714426865265,"duration":0}},{"uid":"f7dd19802808fac7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f7dd19802808fac7","status":"passed","time":{"start":1714425536873,"stop":1714425536873,"duration":0}},{"uid":"2d4e8100d2cb202e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2d4e8100d2cb202e","status":"passed","time":{"start":1714425348177,"stop":1714425348178,"duration":1}},{"uid":"cd7d4d3df7db3847","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cd7d4d3df7db3847","status":"passed","time":{"start":1714415541643,"stop":1714415541643,"duration":0}},{"uid":"4d7ddec341e001a8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4d7ddec341e001a8","status":"passed","time":{"start":1714415666673,"stop":1714415666673,"duration":0}},{"uid":"1688c14948b6a276","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1688c14948b6a276","status":"passed","time":{"start":1714407867316,"stop":1714407867316,"duration":0}},{"uid":"d448b59339a64fc5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d448b59339a64fc5","status":"passed","time":{"start":1714406901743,"stop":1714406901744,"duration":1}},{"uid":"94f0fc4a2ddd9297","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/94f0fc4a2ddd9297","status":"passed","time":{"start":1714404685929,"stop":1714404685930,"duration":1}}]},"58f4e660d4e9ce9ccda2e4069c9a5638:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c69ac4a455ec456d","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/c69ac4a455ec456d","status":"passed","time":{"start":1714010049390,"stop":1714010049390,"duration":0}}]},"1a8312d09183ffc36d2d6d591753556a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f02f87064d3c8461","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f02f87064d3c8461","status":"passed","time":{"start":1714381730479,"stop":1714381730479,"duration":0}}]},"f0b8b08d2104ddf004af886965138d4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee26d6158ccdf9f8","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/ee26d6158ccdf9f8","status":"passed","time":{"start":1714296368564,"stop":1714296368564,"duration":0}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"633fadaf17dd5d6b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/633fadaf17dd5d6b","status":"passed","time":{"start":1714453925051,"stop":1714453925051,"duration":0}},{"uid":"292cf1263fa565e2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/292cf1263fa565e2","status":"passed","time":{"start":1714435482959,"stop":1714435482959,"duration":0}},{"uid":"1d56fda887d1cf24","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1d56fda887d1cf24","status":"passed","time":{"start":1714434551994,"stop":1714434551995,"duration":1}},{"uid":"a0006ee249083b06","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a0006ee249083b06","status":"passed","time":{"start":1714433247021,"stop":1714433247022,"duration":1}},{"uid":"c0313b732c5c0acb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c0313b732c5c0acb","status":"passed","time":{"start":1714431444742,"stop":1714431444742,"duration":0}},{"uid":"283bcb977a2acb5e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/283bcb977a2acb5e","status":"passed","time":{"start":1714431708281,"stop":1714431708281,"duration":0}},{"uid":"cb3df26f4a4b359b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cb3df26f4a4b359b","status":"passed","time":{"start":1714430430710,"stop":1714430430710,"duration":0}},{"uid":"c5bf3f295300079f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c5bf3f295300079f","status":"passed","time":{"start":1714430223176,"stop":1714430223176,"duration":0}},{"uid":"8a37bd4a4c17c7ec","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8a37bd4a4c17c7ec","status":"passed","time":{"start":1714429383867,"stop":1714429383867,"duration":0}},{"uid":"c60d94742e49cc38","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c60d94742e49cc38","status":"passed","time":{"start":1714428528624,"stop":1714428528624,"duration":0}},{"uid":"e6db5cb504db011b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e6db5cb504db011b","status":"passed","time":{"start":1714427305978,"stop":1714427305978,"duration":0}},{"uid":"b1b286f1a7a8806a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b1b286f1a7a8806a","status":"passed","time":{"start":1714427007374,"stop":1714427007374,"duration":0}},{"uid":"d7a63daee1cf45b5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d7a63daee1cf45b5","status":"passed","time":{"start":1714426355959,"stop":1714426355959,"duration":0}},{"uid":"b22f97bb6e897767","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b22f97bb6e897767","status":"passed","time":{"start":1714424458774,"stop":1714424458774,"duration":0}},{"uid":"bff86ba48295e924","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bff86ba48295e924","status":"passed","time":{"start":1714424848998,"stop":1714424848998,"duration":0}},{"uid":"91973bfb838fbc29","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/91973bfb838fbc29","status":"passed","time":{"start":1714415001439,"stop":1714415001439,"duration":0}},{"uid":"a08cd570bd106e80","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a08cd570bd106e80","status":"passed","time":{"start":1714415154908,"stop":1714415154908,"duration":0}},{"uid":"6ebbaba692f28be8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6ebbaba692f28be8","status":"passed","time":{"start":1714407362037,"stop":1714407362037,"duration":0}},{"uid":"5e3640ad6cab35b8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5e3640ad6cab35b8","status":"passed","time":{"start":1714406389330,"stop":1714406389330,"duration":0}},{"uid":"7557f09bf6adf65f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7557f09bf6adf65f","status":"passed","time":{"start":1714404179166,"stop":1714404179167,"duration":1}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"1355394a226fc052","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1355394a226fc052","status":"passed","time":{"start":1714453925058,"stop":1714453925058,"duration":0}},{"uid":"ebda37ae6bc3e70d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ebda37ae6bc3e70d","status":"passed","time":{"start":1714435482966,"stop":1714435482966,"duration":0}},{"uid":"604d62208862943a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/604d62208862943a","status":"passed","time":{"start":1714434552001,"stop":1714434552002,"duration":1}},{"uid":"423bf760deebe81a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/423bf760deebe81a","status":"passed","time":{"start":1714433247027,"stop":1714433247027,"duration":0}},{"uid":"959e22d4cfca88d0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/959e22d4cfca88d0","status":"passed","time":{"start":1714431444747,"stop":1714431444747,"duration":0}},{"uid":"2c4b4bfca8364b2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2c4b4bfca8364b2","status":"passed","time":{"start":1714431708288,"stop":1714431708288,"duration":0}},{"uid":"a6e99a9020575409","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a6e99a9020575409","status":"passed","time":{"start":1714430430719,"stop":1714430430720,"duration":1}},{"uid":"72febbafa3be9fb8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/72febbafa3be9fb8","status":"passed","time":{"start":1714430223181,"stop":1714430223181,"duration":0}},{"uid":"50291c1e2c2e16e2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/50291c1e2c2e16e2","status":"passed","time":{"start":1714429383876,"stop":1714429383876,"duration":0}},{"uid":"4d4cb9b2e4db061d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4d4cb9b2e4db061d","status":"passed","time":{"start":1714428528631,"stop":1714428528631,"duration":0}},{"uid":"558341293cd4c1c0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/558341293cd4c1c0","status":"passed","time":{"start":1714427305983,"stop":1714427305984,"duration":1}},{"uid":"e9bcc43025bcb67e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e9bcc43025bcb67e","status":"passed","time":{"start":1714427007379,"stop":1714427007379,"duration":0}},{"uid":"9abaf651af290199","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9abaf651af290199","status":"passed","time":{"start":1714426355967,"stop":1714426355967,"duration":0}},{"uid":"822f50e8630897a5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/822f50e8630897a5","status":"passed","time":{"start":1714424458780,"stop":1714424458781,"duration":1}},{"uid":"4335fce3664254e3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4335fce3664254e3","status":"passed","time":{"start":1714424849006,"stop":1714424849006,"duration":0}},{"uid":"547b746b3fe03749","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/547b746b3fe03749","status":"passed","time":{"start":1714415001446,"stop":1714415001446,"duration":0}},{"uid":"428fb5e6aec17204","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/428fb5e6aec17204","status":"passed","time":{"start":1714415154917,"stop":1714415154917,"duration":0}},{"uid":"e2146dcad3bca6c1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e2146dcad3bca6c1","status":"passed","time":{"start":1714407362044,"stop":1714407362044,"duration":0}},{"uid":"9345d2e3e634dca1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9345d2e3e634dca1","status":"passed","time":{"start":1714406389337,"stop":1714406389337,"duration":0}},{"uid":"a106bd636e03b244","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a106bd636e03b244","status":"passed","time":{"start":1714404179175,"stop":1714404179176,"duration":1}}]},"8e1d3b47033d999a5bad3feb0af4f8ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d193bbebedd4ec0","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/d193bbebedd4ec0","status":"passed","time":{"start":1714169159820,"stop":1714169159821,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":81,"unknown":0,"total":86},"items":[{"uid":"94473e77ab33d81b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/94473e77ab33d81b","status":"passed","time":{"start":1714454048339,"stop":1714454048340,"duration":1}},{"uid":"127a5616f5eaf77c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/127a5616f5eaf77c","status":"passed","time":{"start":1714435606851,"stop":1714435606851,"duration":0}},{"uid":"3ba0ddbbfb0785b9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3ba0ddbbfb0785b9","status":"passed","time":{"start":1714434675159,"stop":1714434675159,"duration":0}},{"uid":"10e85c48a8c03587","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/10e85c48a8c03587","status":"passed","time":{"start":1714433371588,"stop":1714433371588,"duration":0}},{"uid":"d4d4a1a14da29a0d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d4d4a1a14da29a0d","status":"passed","time":{"start":1714431572732,"stop":1714431572733,"duration":1}},{"uid":"a84e53d1749b974","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a84e53d1749b974","status":"passed","time":{"start":1714431830837,"stop":1714431830837,"duration":0}},{"uid":"f693a40c3bc1545e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f693a40c3bc1545e","status":"passed","time":{"start":1714430561838,"stop":1714430561839,"duration":1}},{"uid":"2349e3b8718d0831","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2349e3b8718d0831","status":"passed","time":{"start":1714430339335,"stop":1714430339336,"duration":1}},{"uid":"6cb3d1afe206f515","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6cb3d1afe206f515","status":"passed","time":{"start":1714429522162,"stop":1714429522163,"duration":1}},{"uid":"48a242a6fe99e6a4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/48a242a6fe99e6a4","status":"passed","time":{"start":1714428655955,"stop":1714428655956,"duration":1}},{"uid":"58c6ff2eca68efeb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/58c6ff2eca68efeb","status":"passed","time":{"start":1714427434622,"stop":1714427434622,"duration":0}},{"uid":"2ecff1df0c06b086","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2ecff1df0c06b086","status":"passed","time":{"start":1714427135390,"stop":1714427135391,"duration":1}},{"uid":"f8408faa8981e435","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f8408faa8981e435","status":"passed","time":{"start":1714426488667,"stop":1714426488668,"duration":1}},{"uid":"ec308e39a4ede5c2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ec308e39a4ede5c2","status":"passed","time":{"start":1714424744126,"stop":1714424744127,"duration":1}},{"uid":"9d53cdf181e7ea53","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9d53cdf181e7ea53","status":"passed","time":{"start":1714424974897,"stop":1714424974897,"duration":0}},{"uid":"6cd4e02ce943bf0e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6cd4e02ce943bf0e","status":"passed","time":{"start":1714415124869,"stop":1714415124869,"duration":0}},{"uid":"f14684000328640d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f14684000328640d","status":"passed","time":{"start":1714415287314,"stop":1714415287314,"duration":0}},{"uid":"5e268333bfc17ba3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5e268333bfc17ba3","status":"passed","time":{"start":1714407489069,"stop":1714407489069,"duration":0}},{"uid":"7ffbe2f14dd5cc0d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7ffbe2f14dd5cc0d","status":"passed","time":{"start":1714406515692,"stop":1714406515693,"duration":1}},{"uid":"fabb72fc656ee9db","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fabb72fc656ee9db","status":"passed","time":{"start":1714404308204,"stop":1714404308205,"duration":1}}]},"f72e2af83222ae45d62ffae6fb47141f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7aa7c20a0dc961a5","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/7aa7c20a0dc961a5","status":"passed","time":{"start":1714080464430,"stop":1714080464430,"duration":0}}]},"20563b7f184c91ab1a968bf9cfe796d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"92265612435ed9dc","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/92265612435ed9dc","status":"passed","time":{"start":1714178269847,"stop":1714178269848,"duration":1}}]},"c5085dfc99fc922a0b02aba6d06533da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74c3e2dc79559292","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/74c3e2dc79559292","status":"passed","time":{"start":1714114012100,"stop":1714114012100,"duration":0}}]},"b84b2767995eff80da413dff13ba8e6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1411291fb779510","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/b1411291fb779510","status":"passed","time":{"start":1714114012099,"stop":1714114012100,"duration":1}}]},"c2e6d78b7006c0019fe9741c10c1973f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b60e870294a1fb28","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/b60e870294a1fb28","status":"passed","time":{"start":1714109368631,"stop":1714109368632,"duration":1}}]},"7d477bf89f2f30633cf278bbdc951bf5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cc27c203ca762ba","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7cc27c203ca762ba","status":"passed","time":{"start":1714383376695,"stop":1714383376695,"duration":0}}]},"fa41a87302e776a1fe0d33dccb677888:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16dc0c400c4c8dad","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/16dc0c400c4c8dad","status":"passed","time":{"start":1714080398846,"stop":1714080398847,"duration":1}}]},"ae2247f8a4dd528e5035837907efef7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7be0176eb2fce1db","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/7be0176eb2fce1db","status":"passed","time":{"start":1714262212389,"stop":1714262212390,"duration":1}}]},"1400e3956bf3acdf500625710e0486ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68f33dd6adbb136","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/68f33dd6adbb136","status":"passed","time":{"start":1714169103128,"stop":1714169103156,"duration":28}}]},"128685bf3b1bc3a2e18b4cb2b80e06f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"398fec4fa5ae0519","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/398fec4fa5ae0519","status":"passed","time":{"start":1714139928166,"stop":1714139928167,"duration":1}}]},"d1283f8e42661fb592d27649b52c5b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5328060c70082cdc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5328060c70082cdc","status":"passed","time":{"start":1714427584808,"stop":1714427584819,"duration":11}}]},"9f6e062ce3f88645c6443e76c758ffce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a64a4d5d1f539c0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a64a4d5d1f539c0","status":"passed","time":{"start":1714425586969,"stop":1714425586969,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"ae2e6cab1f6e11c3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ae2e6cab1f6e11c3","status":"passed","time":{"start":1714454429787,"stop":1714454429787,"duration":0}},{"uid":"2ff0851a9ac2ee64","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2ff0851a9ac2ee64","status":"passed","time":{"start":1714435983371,"stop":1714435983371,"duration":0}},{"uid":"1b9047849367b374","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1b9047849367b374","status":"passed","time":{"start":1714435051926,"stop":1714435051926,"duration":0}},{"uid":"9f95eb5a4358342","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9f95eb5a4358342","status":"passed","time":{"start":1714433741783,"stop":1714433741783,"duration":0}},{"uid":"b0583cbcdfc16fa7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b0583cbcdfc16fa7","status":"passed","time":{"start":1714431944893,"stop":1714431944893,"duration":0}},{"uid":"a55986a6f526fd8d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a55986a6f526fd8d","status":"passed","time":{"start":1714432240081,"stop":1714432240081,"duration":0}},{"uid":"5e8e78c306d93fe3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5e8e78c306d93fe3","status":"passed","time":{"start":1714430938909,"stop":1714430938909,"duration":0}},{"uid":"7337ac66968c0a9a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7337ac66968c0a9a","status":"passed","time":{"start":1714430755760,"stop":1714430755760,"duration":0}},{"uid":"d6452e1c9a984110","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d6452e1c9a984110","status":"passed","time":{"start":1714429913419,"stop":1714429913419,"duration":0}},{"uid":"1c43f55fef4367a8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1c43f55fef4367a8","status":"passed","time":{"start":1714429034568,"stop":1714429034569,"duration":1}},{"uid":"83d8bcc641aac575","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/83d8bcc641aac575","status":"passed","time":{"start":1714427765135,"stop":1714427765136,"duration":1}},{"uid":"52dcb3a24201a2de","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/52dcb3a24201a2de","status":"passed","time":{"start":1714427509509,"stop":1714427509509,"duration":0}},{"uid":"d5a6c7205918fe69","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d5a6c7205918fe69","status":"passed","time":{"start":1714426865260,"stop":1714426865261,"duration":1}},{"uid":"c3d12c45f8a0f21","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c3d12c45f8a0f21","status":"passed","time":{"start":1714425536869,"stop":1714425536869,"duration":0}},{"uid":"bf9cabfde15e3306","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bf9cabfde15e3306","status":"passed","time":{"start":1714425348156,"stop":1714425348163,"duration":7}},{"uid":"8a21ba903fe7d6ab","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8a21ba903fe7d6ab","status":"passed","time":{"start":1714415541638,"stop":1714415541638,"duration":0}},{"uid":"1b50a195754548ff","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1b50a195754548ff","status":"passed","time":{"start":1714415666667,"stop":1714415666668,"duration":1}},{"uid":"463e9c6316e760df","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/463e9c6316e760df","status":"passed","time":{"start":1714407867312,"stop":1714407867312,"duration":0}},{"uid":"7263317a7aab3074","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7263317a7aab3074","status":"passed","time":{"start":1714406901732,"stop":1714406901733,"duration":1}},{"uid":"c344be5e8765d50","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c344be5e8765d50","status":"passed","time":{"start":1714404685926,"stop":1714404685926,"duration":0}}]},"311e6992344d093854e7dcfcf42181d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af2083a4dbceba53","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/af2083a4dbceba53","status":"passed","time":{"start":1714425068152,"stop":1714425068152,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"27ae06f16454653c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/27ae06f16454653c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454429801,"stop":1714454429801,"duration":0}},{"uid":"5acaa65b6af26501","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5acaa65b6af26501","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435983389,"stop":1714435983389,"duration":0}},{"uid":"1b52d0c1f43c1209","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1b52d0c1f43c1209","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435051949,"stop":1714435051950,"duration":1}},{"uid":"b1fd9d131ea8dd4d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b1fd9d131ea8dd4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433741796,"stop":1714433741796,"duration":0}},{"uid":"635377061566e63f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/635377061566e63f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431944915,"stop":1714431944915,"duration":0}},{"uid":"795755b20388c5bb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/795755b20388c5bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432240116,"stop":1714432240117,"duration":1}},{"uid":"89b9ab7df1fbd719","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/89b9ab7df1fbd719","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430938924,"stop":1714430938925,"duration":1}},{"uid":"69cca8e92c26b45e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/69cca8e92c26b45e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430755769,"stop":1714430755770,"duration":1}},{"uid":"9380cebb584f4536","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9380cebb584f4536","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429913457,"stop":1714429913457,"duration":0}},{"uid":"a29a40c5ed9dc4d2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a29a40c5ed9dc4d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429034579,"stop":1714429034579,"duration":0}},{"uid":"34431fe2622f9730","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/34431fe2622f9730","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427765150,"stop":1714427765151,"duration":1}},{"uid":"d52bad4674aef1ff","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d52bad4674aef1ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427509521,"stop":1714427509521,"duration":0}},{"uid":"a89ca4fcd2bb539c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a89ca4fcd2bb539c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426865273,"stop":1714426865273,"duration":0}},{"uid":"bc30b543850dd423","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bc30b543850dd423","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425536880,"stop":1714425536881,"duration":1}},{"uid":"926e873b7034c03e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/926e873b7034c03e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425348193,"stop":1714425348194,"duration":1}},{"uid":"357e9c952d24eca4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/357e9c952d24eca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415541652,"stop":1714415541652,"duration":0}},{"uid":"159a4801bf7a3fa8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/159a4801bf7a3fa8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415666685,"stop":1714415666685,"duration":0}},{"uid":"bd313c7498e56ee4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bd313c7498e56ee4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407867323,"stop":1714407867323,"duration":0}},{"uid":"f729c04fae0939b1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f729c04fae0939b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406901769,"stop":1714406901770,"duration":1}},{"uid":"3a3a2789ecd2390f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3a3a2789ecd2390f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685939,"stop":1714404685939,"duration":0}}]},"2f82704dcefd54df2a281bc157146c84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e08666405081e7fe","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/e08666405081e7fe","status":"passed","time":{"start":1714144770789,"stop":1714144770789,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":86,"passed":0,"unknown":0,"total":86},"items":[{"uid":"e92bbd9d39f969db","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e92bbd9d39f969db","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454434313,"stop":1714454434313,"duration":0}},{"uid":"d8dc60fbc62a053c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d8dc60fbc62a053c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714436006532,"stop":1714436006532,"duration":0}},{"uid":"48bdd057a077d49a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/48bdd057a077d49a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435054829,"stop":1714435054829,"duration":0}},{"uid":"957b585f69baca1f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/957b585f69baca1f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433761056,"stop":1714433761056,"duration":0}},{"uid":"ce0625780ba87472","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ce0625780ba87472","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431966428,"stop":1714431966428,"duration":0}},{"uid":"b933a0cddeb69270","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b933a0cddeb69270","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432193271,"stop":1714432193271,"duration":0}},{"uid":"8458df63400b4ddc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8458df63400b4ddc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430948533,"stop":1714430948533,"duration":0}},{"uid":"e45a63b25b9824bc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e45a63b25b9824bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430713521,"stop":1714430713521,"duration":0}},{"uid":"2478400f9bb074a3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2478400f9bb074a3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429917741,"stop":1714429917741,"duration":0}},{"uid":"aa93c02805baadbb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aa93c02805baadbb","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429040292,"stop":1714429040292,"duration":0}},{"uid":"687ec7a925bcf32a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/687ec7a925bcf32a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427848680,"stop":1714427848680,"duration":0}},{"uid":"4af48a9906ba5028","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4af48a9906ba5028","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427530062,"stop":1714427530062,"duration":0}},{"uid":"a4aef8ede2718c32","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a4aef8ede2718c32","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426875134,"stop":1714426875134,"duration":0}},{"uid":"8f672738e86d132a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8f672738e86d132a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426511023,"stop":1714426511023,"duration":0}},{"uid":"fdf1edbf676a3c48","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/fdf1edbf676a3c48","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425369955,"stop":1714425369956,"duration":1}},{"uid":"647818c0fe2cd839","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/647818c0fe2cd839","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415516373,"stop":1714415516373,"duration":0}},{"uid":"c9903153ac03ec6d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c9903153ac03ec6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415679028,"stop":1714415679028,"duration":0}},{"uid":"f7070bf74f2d4a8a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f7070bf74f2d4a8a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407884322,"stop":1714407884323,"duration":1}},{"uid":"ca6ca01f0ec7a370","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ca6ca01f0ec7a370","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406914283,"stop":1714406914283,"duration":0}},{"uid":"a00de240d041f6fc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a00de240d041f6fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404690107,"stop":1714404690107,"duration":0}}]},"aca2c063df9dade6fc66ebf3c0f9ae6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d25818dffc5af7bd","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d25818dffc5af7bd","status":"passed","time":{"start":1714383060302,"stop":1714383060302,"duration":0}}]},"3065d5fbf9b7f94bfb5ca6a98ac377e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e557a238aa11a4f5","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/e557a238aa11a4f5","status":"passed","time":{"start":1714109329743,"stop":1714109329744,"duration":1}}]},"6d195d1a74bec794eae4a3c172ab83a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76886ce0809bbf32","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/76886ce0809bbf32","status":"passed","time":{"start":1714425528595,"stop":1714425528595,"duration":0}}]},"ff6c02071a436879063cbdb69995fd46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e51680faf7e5b9d9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e51680faf7e5b9d9","status":"passed","time":{"start":1714436052997,"stop":1714436052998,"duration":1}}]},"1bce05e435c6fc8d185d3e65e644e08c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c66d5f169cac3374","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/c66d5f169cac3374","status":"passed","time":{"start":1714296337547,"stop":1714296337547,"duration":0}}]},"89826db9994e5a25be218aca6484ee40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f53e62af1e6fbcd","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5f53e62af1e6fbcd","status":"passed","time":{"start":1714385048715,"stop":1714385048715,"duration":0}}]},"c4d72cdedd2fee51ca2b306408359c2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14edd0c1676564ec","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/14edd0c1676564ec","status":"passed","time":{"start":1714130857759,"stop":1714130857759,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"10de672e42011c50","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/10de672e42011c50","status":"passed","time":{"start":1714453933333,"stop":1714453933334,"duration":1}},{"uid":"684a83cd720f280a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/684a83cd720f280a","status":"passed","time":{"start":1714435491287,"stop":1714435491288,"duration":1}},{"uid":"fda0ec3b1f3acff8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fda0ec3b1f3acff8","status":"passed","time":{"start":1714434560394,"stop":1714434560395,"duration":1}},{"uid":"433b696224751e32","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/433b696224751e32","status":"passed","time":{"start":1714433255374,"stop":1714433255374,"duration":0}},{"uid":"1bd24b1f7a5e788b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1bd24b1f7a5e788b","status":"passed","time":{"start":1714431453270,"stop":1714431453270,"duration":0}},{"uid":"dc22e181354c3808","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dc22e181354c3808","status":"passed","time":{"start":1714431716850,"stop":1714431716850,"duration":0}},{"uid":"aab4cebd7863430f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/aab4cebd7863430f","status":"passed","time":{"start":1714430439311,"stop":1714430439311,"duration":0}},{"uid":"f01a4d6c152beab","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f01a4d6c152beab","status":"passed","time":{"start":1714430231606,"stop":1714430231606,"duration":0}},{"uid":"a4fed3c4e2f3a509","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a4fed3c4e2f3a509","status":"passed","time":{"start":1714429393350,"stop":1714429393351,"duration":1}},{"uid":"1758460f4434776f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1758460f4434776f","status":"passed","time":{"start":1714428537102,"stop":1714428537102,"duration":0}},{"uid":"aa893bb8c9f8752","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aa893bb8c9f8752","status":"passed","time":{"start":1714427314622,"stop":1714427314622,"duration":0}},{"uid":"5fdbb982ac45594f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5fdbb982ac45594f","status":"passed","time":{"start":1714427015818,"stop":1714427015819,"duration":1}},{"uid":"8659608ce9acf298","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8659608ce9acf298","status":"passed","time":{"start":1714426364736,"stop":1714426364736,"duration":0}},{"uid":"5d9667760e6abb86","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5d9667760e6abb86","status":"passed","time":{"start":1714424467264,"stop":1714424467264,"duration":0}},{"uid":"423881bd3222dd1e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/423881bd3222dd1e","status":"passed","time":{"start":1714424857616,"stop":1714424857617,"duration":1}},{"uid":"addf52354165b8c4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/addf52354165b8c4","status":"passed","time":{"start":1714415010223,"stop":1714415010223,"duration":0}},{"uid":"44fdc42c18a64804","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44fdc42c18a64804","status":"passed","time":{"start":1714415163522,"stop":1714415163522,"duration":0}},{"uid":"412c6f0bcc4d78e8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/412c6f0bcc4d78e8","status":"passed","time":{"start":1714407370710,"stop":1714407370710,"duration":0}},{"uid":"2540fcc20b518c08","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2540fcc20b518c08","status":"passed","time":{"start":1714406397856,"stop":1714406397856,"duration":0}},{"uid":"fdf5de6c5f73b85c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fdf5de6c5f73b85c","status":"passed","time":{"start":1714404187708,"stop":1714404187708,"duration":0}}]},"799df77933a71f33aea8c227000258a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e183e47eb8c6b28","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7e183e47eb8c6b28","status":"passed","time":{"start":1714415728453,"stop":1714415728453,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"448420bd4f22f484","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/448420bd4f22f484","status":"passed","time":{"start":1714454576888,"stop":1714454576889,"duration":1}},{"uid":"d8f56a89ae1b7ea1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d8f56a89ae1b7ea1","status":"passed","time":{"start":1714436137174,"stop":1714436137174,"duration":0}},{"uid":"b623265a212a7434","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b623265a212a7434","status":"passed","time":{"start":1714435211586,"stop":1714435211586,"duration":0}},{"uid":"e47cae360c064fa7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e47cae360c064fa7","status":"passed","time":{"start":1714433886002,"stop":1714433886002,"duration":0}},{"uid":"20af4984d08c7ed0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/20af4984d08c7ed0","status":"passed","time":{"start":1714432097263,"stop":1714432097263,"duration":0}},{"uid":"b6cce4f529c2da73","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b6cce4f529c2da73","status":"passed","time":{"start":1714432488910,"stop":1714432488910,"duration":0}},{"uid":"12b2096eaac648f1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/12b2096eaac648f1","status":"passed","time":{"start":1714431099664,"stop":1714431099664,"duration":0}},{"uid":"6584f1f558ade85e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6584f1f558ade85e","status":"passed","time":{"start":1714431008662,"stop":1714431008663,"duration":1}},{"uid":"be37ab8870449d6f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/be37ab8870449d6f","status":"passed","time":{"start":1714430071917,"stop":1714430071917,"duration":0}},{"uid":"4e2010cfccae8845","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4e2010cfccae8845","status":"passed","time":{"start":1714429188202,"stop":1714429188203,"duration":1}},{"uid":"df70b6c43a8448","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/df70b6c43a8448","status":"passed","time":{"start":1714427963972,"stop":1714427963972,"duration":0}},{"uid":"bc7298a63beed996","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bc7298a63beed996","status":"passed","time":{"start":1714427664124,"stop":1714427664124,"duration":0}},{"uid":"550b550e045bf2d3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/550b550e045bf2d3","status":"passed","time":{"start":1714427019008,"stop":1714427019008,"duration":0}},{"uid":"87557c3b31edc091","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/87557c3b31edc091","status":"passed","time":{"start":1714425767070,"stop":1714425767070,"duration":0}},{"uid":"6aa0270f75308de5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6aa0270f75308de5","status":"passed","time":{"start":1714425507198,"stop":1714425507198,"duration":0}},{"uid":"395603aa3c4d6bab","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/395603aa3c4d6bab","status":"passed","time":{"start":1714415710419,"stop":1714415710419,"duration":0}},{"uid":"9eb132dd5ed74b7c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9eb132dd5ed74b7c","status":"passed","time":{"start":1714415817190,"stop":1714415817190,"duration":0}},{"uid":"cde89411724b6d85","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cde89411724b6d85","status":"passed","time":{"start":1714408026137,"stop":1714408026137,"duration":0}},{"uid":"e806cf345fc32d98","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e806cf345fc32d98","status":"passed","time":{"start":1714407055325,"stop":1714407055325,"duration":0}},{"uid":"61b03104e1d378b2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/61b03104e1d378b2","status":"passed","time":{"start":1714404834263,"stop":1714404834263,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"a889015c43487494","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a889015c43487494","status":"passed","time":{"start":1714454605556,"stop":1714454605557,"duration":1}},{"uid":"5b119a9ac2bed774","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5b119a9ac2bed774","status":"passed","time":{"start":1714436158739,"stop":1714436158739,"duration":0}},{"uid":"8bb6448373e647c2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8bb6448373e647c2","status":"passed","time":{"start":1714435237028,"stop":1714435237029,"duration":1}},{"uid":"16d91cea54a82ed4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/16d91cea54a82ed4","status":"passed","time":{"start":1714433925113,"stop":1714433925113,"duration":0}},{"uid":"d295c687f79c2708","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d295c687f79c2708","status":"passed","time":{"start":1714432132897,"stop":1714432132897,"duration":0}},{"uid":"c2e9466862b4ce2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c2e9466862b4ce2","status":"passed","time":{"start":1714432392998,"stop":1714432392998,"duration":0}},{"uid":"ab65fe77b3fb74da","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ab65fe77b3fb74da","status":"passed","time":{"start":1714431131900,"stop":1714431131900,"duration":0}},{"uid":"124c26a6390bd15f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/124c26a6390bd15f","status":"passed","time":{"start":1714430918795,"stop":1714430918796,"duration":1}},{"uid":"f4f0f294119f4b17","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f4f0f294119f4b17","status":"passed","time":{"start":1714430104218,"stop":1714430104219,"duration":1}},{"uid":"2dc858954818b850","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2dc858954818b850","status":"passed","time":{"start":1714429213883,"stop":1714429213883,"duration":0}},{"uid":"afe6dfe4975b2a27","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/afe6dfe4975b2a27","status":"passed","time":{"start":1714427999041,"stop":1714427999041,"duration":0}},{"uid":"28948a48398fcb57","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/28948a48398fcb57","status":"passed","time":{"start":1714427702237,"stop":1714427702237,"duration":0}},{"uid":"e311b04de82a0c69","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e311b04de82a0c69","status":"passed","time":{"start":1714427044035,"stop":1714427044035,"duration":0}},{"uid":"9239e65dc45e3886","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9239e65dc45e3886","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699106,"stop":1714426699106,"duration":0}},{"uid":"3c078a0f925bb0b1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3c078a0f925bb0b1","status":"passed","time":{"start":1714425534899,"stop":1714425534899,"duration":0}},{"uid":"9f67e9ba9cbbdb9e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9f67e9ba9cbbdb9e","status":"passed","time":{"start":1714415702299,"stop":1714415702299,"duration":0}},{"uid":"d3176f56f4dbf0af","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d3176f56f4dbf0af","status":"passed","time":{"start":1714415850506,"stop":1714415850507,"duration":1}},{"uid":"e89ef2607be2ea0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e89ef2607be2ea0","status":"passed","time":{"start":1714408049956,"stop":1714408049957,"duration":1}},{"uid":"4cca7bd55dd12bc1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4cca7bd55dd12bc1","status":"passed","time":{"start":1714407080678,"stop":1714407080679,"duration":1}},{"uid":"1b2fbe67498246d9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1b2fbe67498246d9","status":"passed","time":{"start":1714404860596,"stop":1714404860596,"duration":0}}]},"c63583c84e619ce9911561906e432bcf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcfb2329204b789e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bcfb2329204b789e","status":"passed","time":{"start":1714436053000,"stop":1714436053000,"duration":0}}]},"5e18f8b6c23f3a269b982fbf9b1166e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e6192c0d1b6faae","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/5e6192c0d1b6faae","status":"passed","time":{"start":1714385048713,"stop":1714385048714,"duration":1}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"cc672f02c0f6693d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cc672f02c0f6693d","status":"passed","time":{"start":1714454365891,"stop":1714454365891,"duration":0}},{"uid":"819503d2c21acab5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/819503d2c21acab5","status":"passed","time":{"start":1714435932833,"stop":1714435932833,"duration":0}},{"uid":"edc4e3aeb3dacd95","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/edc4e3aeb3dacd95","status":"passed","time":{"start":1714435006858,"stop":1714435006858,"duration":0}},{"uid":"fe82f7448f760e79","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fe82f7448f760e79","status":"passed","time":{"start":1714433693937,"stop":1714433693938,"duration":1}},{"uid":"19f19aefb1fd44d5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/19f19aefb1fd44d5","status":"passed","time":{"start":1714431888570,"stop":1714431888570,"duration":0}},{"uid":"ae297cf7884b5be9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ae297cf7884b5be9","status":"passed","time":{"start":1714432201988,"stop":1714432201988,"duration":0}},{"uid":"7d9eef3844c384ce","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7d9eef3844c384ce","status":"passed","time":{"start":1714430892464,"stop":1714430892464,"duration":0}},{"uid":"df1032d347010a14","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/df1032d347010a14","status":"passed","time":{"start":1714430720942,"stop":1714430720943,"duration":1}},{"uid":"7d4e159f9c9fe6c2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7d4e159f9c9fe6c2","status":"passed","time":{"start":1714429855268,"stop":1714429855269,"duration":1}},{"uid":"7f7e85584d7404a7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7f7e85584d7404a7","status":"passed","time":{"start":1714428989453,"stop":1714428989453,"duration":0}},{"uid":"8b192d123982bd47","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8b192d123982bd47","status":"passed","time":{"start":1714427767185,"stop":1714427767185,"duration":0}},{"uid":"9f9e55fc3b361b1b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9f9e55fc3b361b1b","status":"passed","time":{"start":1714427460533,"stop":1714427460538,"duration":5}},{"uid":"2e4989742b614d71","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2e4989742b614d71","status":"passed","time":{"start":1714426812814,"stop":1714426812815,"duration":1}},{"uid":"b2729a97a8f0da2a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b2729a97a8f0da2a","status":"passed","time":{"start":1714425528599,"stop":1714425528599,"duration":0}},{"uid":"15559340315c0c33","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/15559340315c0c33","status":"passed","time":{"start":1714425301156,"stop":1714425301156,"duration":0}},{"uid":"d79f71e19ad0258d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d79f71e19ad0258d","status":"passed","time":{"start":1714415473277,"stop":1714415473278,"duration":1}},{"uid":"86c126e5a898404f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/86c126e5a898404f","status":"passed","time":{"start":1714415615375,"stop":1714415615375,"duration":0}},{"uid":"2c68c7553fe59186","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2c68c7553fe59186","status":"passed","time":{"start":1714407816878,"stop":1714407816879,"duration":1}},{"uid":"fa9e5abde3b2d3d8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fa9e5abde3b2d3d8","status":"passed","time":{"start":1714406861600,"stop":1714406861600,"duration":0}},{"uid":"5fc2ced90ec57010","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5fc2ced90ec57010","status":"passed","time":{"start":1714404628284,"stop":1714404628284,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2349a45d58f61b6d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2349a45d58f61b6d","status":"passed","time":{"start":1714453932841,"stop":1714453932841,"duration":0}},{"uid":"ec5e89db2dd0db7f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ec5e89db2dd0db7f","status":"passed","time":{"start":1714435490735,"stop":1714435490735,"duration":0}},{"uid":"e99cba04305949e2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e99cba04305949e2","status":"passed","time":{"start":1714434559956,"stop":1714434559956,"duration":0}},{"uid":"69a961dc9bb80f27","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/69a961dc9bb80f27","status":"passed","time":{"start":1714433254822,"stop":1714433254823,"duration":1}},{"uid":"2f7fb5227b258f6c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2f7fb5227b258f6c","status":"passed","time":{"start":1714431452660,"stop":1714431452660,"duration":0}},{"uid":"730b2348bb5ea39d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/730b2348bb5ea39d","status":"passed","time":{"start":1714431716106,"stop":1714431716106,"duration":0}},{"uid":"f281c15a32cadf46","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f281c15a32cadf46","status":"passed","time":{"start":1714430438779,"stop":1714430438779,"duration":0}},{"uid":"d7d72033367be12b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d7d72033367be12b","status":"passed","time":{"start":1714430231085,"stop":1714430231085,"duration":0}},{"uid":"1a7b1834133aca24","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1a7b1834133aca24","status":"passed","time":{"start":1714429392738,"stop":1714429392739,"duration":1}},{"uid":"93c898fcdb39f876","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/93c898fcdb39f876","status":"passed","time":{"start":1714428536504,"stop":1714428536505,"duration":1}},{"uid":"13eef6ec98b17327","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/13eef6ec98b17327","status":"passed","time":{"start":1714427313922,"stop":1714427313923,"duration":1}},{"uid":"8fb2d23a3479a320","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8fb2d23a3479a320","status":"passed","time":{"start":1714427015307,"stop":1714427015307,"duration":0}},{"uid":"de905756a54a3655","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/de905756a54a3655","status":"passed","time":{"start":1714426364241,"stop":1714426364242,"duration":1}},{"uid":"f0f49d5b65e8c1dc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f0f49d5b65e8c1dc","status":"passed","time":{"start":1714424466757,"stop":1714424466757,"duration":0}},{"uid":"818e8d8d8b52c113","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/818e8d8d8b52c113","status":"passed","time":{"start":1714424857106,"stop":1714424857106,"duration":0}},{"uid":"1ed4e710c5333060","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1ed4e710c5333060","status":"passed","time":{"start":1714415009635,"stop":1714415009635,"duration":0}},{"uid":"576c8d2e660e976","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/576c8d2e660e976","status":"passed","time":{"start":1714415162991,"stop":1714415162992,"duration":1}},{"uid":"b2fe50546fc4bd2c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b2fe50546fc4bd2c","status":"passed","time":{"start":1714407370113,"stop":1714407370113,"duration":0}},{"uid":"468d29a8a842196d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/468d29a8a842196d","status":"passed","time":{"start":1714406397248,"stop":1714406397248,"duration":0}},{"uid":"b3e8f12aff2838f8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b3e8f12aff2838f8","status":"passed","time":{"start":1714404187155,"stop":1714404187156,"duration":1}}]},"1947bf4abab6aa3292cb0208d85da81d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf77ada0f2bbddfb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cf77ada0f2bbddfb","status":"passed","time":{"start":1714429618781,"stop":1714429618784,"duration":3}}]},"01273af24db6bcfac6e56a176fe9d923:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8d88bc014d31ae","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/a8d88bc014d31ae","status":"passed","time":{"start":1714039363092,"stop":1714039363092,"duration":0}}]},"ac752214c5e233c723214a5333854f2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e33a0733b1bb23cb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e33a0733b1bb23cb","status":"passed","time":{"start":1714453925069,"stop":1714453925070,"duration":1}},{"uid":"eeb12c0a97e1d61c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/eeb12c0a97e1d61c","status":"passed","time":{"start":1714435482978,"stop":1714435482978,"duration":0}},{"uid":"4de6bd15640aa517","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4de6bd15640aa517","status":"passed","time":{"start":1714434552014,"stop":1714434552015,"duration":1}},{"uid":"f6ff4ec6ad024f5e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f6ff4ec6ad024f5e","status":"passed","time":{"start":1714433247039,"stop":1714433247039,"duration":0}},{"uid":"897794889b2a798b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/897794889b2a798b","status":"passed","time":{"start":1714431444762,"stop":1714431444762,"duration":0}},{"uid":"dc6ab480c72c1e8e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dc6ab480c72c1e8e","status":"passed","time":{"start":1714431708301,"stop":1714431708301,"duration":0}},{"uid":"1cfb64ce0d97b7c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1cfb64ce0d97b7c","status":"passed","time":{"start":1714430430733,"stop":1714430430733,"duration":0}},{"uid":"bdf857668e5fbd78","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bdf857668e5fbd78","status":"passed","time":{"start":1714430223190,"stop":1714430223190,"duration":0}},{"uid":"cfe250c839ae00e2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cfe250c839ae00e2","status":"passed","time":{"start":1714429383890,"stop":1714429383890,"duration":0}},{"uid":"9fb5e0ef71b636dd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9fb5e0ef71b636dd","status":"passed","time":{"start":1714428528644,"stop":1714428528644,"duration":0}},{"uid":"8f55d1e9fc54d83","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8f55d1e9fc54d83","status":"passed","time":{"start":1714427305994,"stop":1714427305994,"duration":0}},{"uid":"7f31013457e638cd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7f31013457e638cd","status":"passed","time":{"start":1714427007388,"stop":1714427007388,"duration":0}},{"uid":"98ff1eb2fc3c001f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/98ff1eb2fc3c001f","status":"passed","time":{"start":1714426355981,"stop":1714426355981,"duration":0}},{"uid":"47f82c263d0d05e8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/47f82c263d0d05e8","status":"passed","time":{"start":1714424458795,"stop":1714424458795,"duration":0}},{"uid":"b9c5d048c895e924","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b9c5d048c895e924","status":"passed","time":{"start":1714424849022,"stop":1714424849022,"duration":0}},{"uid":"c5262d9c39990287","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c5262d9c39990287","status":"passed","time":{"start":1714415001458,"stop":1714415001458,"duration":0}},{"uid":"47afcdee384cdee","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/47afcdee384cdee","status":"passed","time":{"start":1714415154934,"stop":1714415154934,"duration":0}},{"uid":"ea273a7e7ce24081","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ea273a7e7ce24081","status":"passed","time":{"start":1714407362057,"stop":1714407362057,"duration":0}},{"uid":"5026aef4237c89c4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5026aef4237c89c4","status":"passed","time":{"start":1714406389350,"stop":1714406389350,"duration":0}},{"uid":"27dfbe1ef66fa25","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/27dfbe1ef66fa25","status":"passed","time":{"start":1714404179189,"stop":1714404179189,"duration":0}}]},"c55e069bc7ac7d48cbd288834adbbadd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70edb30b0c8bc945","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/70edb30b0c8bc945","status":"passed","time":{"start":1714404734767,"stop":1714404734767,"duration":0}}]},"35bcb26ae6e88b2a49d2862f988f4002:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b5722f5f76e0638","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/9b5722f5f76e0638","status":"passed","time":{"start":1714040273049,"stop":1714040273049,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"8645fb71d432457d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8645fb71d432457d","status":"passed","time":{"start":1714454140437,"stop":1714454140438,"duration":1}},{"uid":"28d80f0df2515159","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/28d80f0df2515159","status":"passed","time":{"start":1714435687894,"stop":1714435687894,"duration":0}},{"uid":"c8edb226dda43909","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c8edb226dda43909","status":"passed","time":{"start":1714434773452,"stop":1714434773452,"duration":0}},{"uid":"8626ad6787b243c4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8626ad6787b243c4","status":"passed","time":{"start":1714433450967,"stop":1714433450967,"duration":0}},{"uid":"f81049504a9dce1e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f81049504a9dce1e","status":"passed","time":{"start":1714431653497,"stop":1714431653497,"duration":0}},{"uid":"716dfd0a24ac402","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/716dfd0a24ac402","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714431989803,"stop":1714431989808,"duration":5}},{"uid":"a14c554be6fe10cc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a14c554be6fe10cc","status":"passed","time":{"start":1714430659389,"stop":1714430659390,"duration":1}},{"uid":"e46215026e58e9f4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e46215026e58e9f4","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714430522122,"stop":1714430522123,"duration":1}},{"uid":"215eedd18f604b50","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/215eedd18f604b50","status":"passed","time":{"start":1714429610402,"stop":1714429610403,"duration":1}},{"uid":"d3b1abae64df4590","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d3b1abae64df4590","status":"passed","time":{"start":1714428741354,"stop":1714428741355,"duration":1}},{"uid":"ba073147f4ffface","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ba073147f4ffface","status":"passed","time":{"start":1714427513570,"stop":1714427513570,"duration":0}},{"uid":"2521cefaa0396cec","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2521cefaa0396cec","status":"passed","time":{"start":1714427219345,"stop":1714427219346,"duration":1}},{"uid":"bb81af5d777b86b8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bb81af5d777b86b8","status":"passed","time":{"start":1714426573075,"stop":1714426573078,"duration":3}},{"uid":"81b2a9fddbc4e9c7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/81b2a9fddbc4e9c7","status":"passed","time":{"start":1714424914269,"stop":1714424914270,"duration":1}},{"uid":"14d684c7367bda90","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/14d684c7367bda90","status":"passed","time":{"start":1714425071906,"stop":1714425071906,"duration":0}},{"uid":"2880dc5120827c81","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2880dc5120827c81","status":"passed","time":{"start":1714415233310,"stop":1714415233310,"duration":0}},{"uid":"57e5e28180252082","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/57e5e28180252082","status":"passed","time":{"start":1714415382666,"stop":1714415382666,"duration":0}},{"uid":"fd0124716074eb96","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fd0124716074eb96","status":"passed","time":{"start":1714407575688,"stop":1714407575688,"duration":0}},{"uid":"3ca9829566aff820","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3ca9829566aff820","status":"passed","time":{"start":1714406625158,"stop":1714406625158,"duration":0}},{"uid":"81526ae732819d9f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/81526ae732819d9f","status":"passed","time":{"start":1714404386188,"stop":1714404386190,"duration":2}}]},"a6b569bf5c8e237282893d23ddabae6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8794f4727baf5b8b","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/8794f4727baf5b8b","status":"passed","time":{"start":1714262205383,"stop":1714262205383,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"e5fa9624633014a9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e5fa9624633014a9","status":"passed","time":{"start":1714454053295,"stop":1714454053295,"duration":0}},{"uid":"34ba541757f62da6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/34ba541757f62da6","status":"passed","time":{"start":1714435613231,"stop":1714435613231,"duration":0}},{"uid":"70bb792995afbda6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/70bb792995afbda6","status":"passed","time":{"start":1714434679104,"stop":1714434679105,"duration":1}},{"uid":"e1098c02493c5d8b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e1098c02493c5d8b","status":"passed","time":{"start":1714433372669,"stop":1714433372670,"duration":1}},{"uid":"945bcefc9deae5df","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/945bcefc9deae5df","status":"passed","time":{"start":1714431568998,"stop":1714431568999,"duration":1}},{"uid":"cbdbf04638717a7d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cbdbf04638717a7d","status":"passed","time":{"start":1714431828082,"stop":1714431828082,"duration":0}},{"uid":"ca04b76c9d427d1b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ca04b76c9d427d1b","status":"passed","time":{"start":1714430556001,"stop":1714430556001,"duration":0}},{"uid":"e990230fbf2631ae","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e990230fbf2631ae","status":"passed","time":{"start":1714430344114,"stop":1714430344115,"duration":1}},{"uid":"5611128485d3e16","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5611128485d3e16","status":"passed","time":{"start":1714429520843,"stop":1714429520843,"duration":0}},{"uid":"9527fbac6a9126e2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9527fbac6a9126e2","status":"passed","time":{"start":1714428655269,"stop":1714428655269,"duration":0}},{"uid":"691edebbdb7de3b3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/691edebbdb7de3b3","status":"passed","time":{"start":1714427432031,"stop":1714427432032,"duration":1}},{"uid":"9703fb1f8122dbf2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9703fb1f8122dbf2","status":"passed","time":{"start":1714427143089,"stop":1714427143089,"duration":0}},{"uid":"240b899d192bd472","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/240b899d192bd472","status":"passed","time":{"start":1714426485125,"stop":1714426485125,"duration":0}},{"uid":"39a5fbe9929d842d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/39a5fbe9929d842d","status":"broken","statusDetails":"window is not defined","time":{"start":1714424814924,"stop":1714424814924,"duration":0}},{"uid":"d1f822133060dcb4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d1f822133060dcb4","status":"passed","time":{"start":1714424973888,"stop":1714424973889,"duration":1}},{"uid":"c79098f4afa455d4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c79098f4afa455d4","status":"passed","time":{"start":1714415128244,"stop":1714415128244,"duration":0}},{"uid":"23c3d2d49272989","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23c3d2d49272989","status":"passed","time":{"start":1714415288031,"stop":1714415288031,"duration":0}},{"uid":"71ba3a5d2b044ad3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/71ba3a5d2b044ad3","status":"passed","time":{"start":1714407495707,"stop":1714407495707,"duration":0}},{"uid":"a0863e9ed4cefd8c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a0863e9ed4cefd8c","status":"passed","time":{"start":1714406516593,"stop":1714406516594,"duration":1}},{"uid":"3708efa99a3b4f2e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3708efa99a3b4f2e","status":"passed","time":{"start":1714404304973,"stop":1714404304974,"duration":1}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"80ea932d94737aea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/80ea932d94737aea","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"duration":0}},{"uid":"1aa7004cc2fc356c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1aa7004cc2fc356c","status":"passed","time":{"start":1714436158735,"stop":1714436158736,"duration":1}},{"uid":"a8f4bf332bea1409","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a8f4bf332bea1409","status":"passed","time":{"start":1714435237024,"stop":1714435237025,"duration":1}},{"uid":"4789ac52eaf52a0c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4789ac52eaf52a0c","status":"passed","time":{"start":1714433925109,"stop":1714433925109,"duration":0}},{"uid":"6c7d42155ccb9a9b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6c7d42155ccb9a9b","status":"passed","time":{"start":1714432132894,"stop":1714432132894,"duration":0}},{"uid":"710e00bbbc5b7e6f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/710e00bbbc5b7e6f","status":"passed","time":{"start":1714432392993,"stop":1714432392994,"duration":1}},{"uid":"c7ba18b9b0e05af2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c7ba18b9b0e05af2","status":"passed","time":{"start":1714431131895,"stop":1714431131896,"duration":1}},{"uid":"7f7cc9a3179a93e5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7f7cc9a3179a93e5","status":"passed","time":{"start":1714430918791,"stop":1714430918791,"duration":0}},{"uid":"695c82e1e3dcb66","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/695c82e1e3dcb66","status":"passed","time":{"start":1714430104214,"stop":1714430104214,"duration":0}},{"uid":"7a62294e76121429","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7a62294e76121429","status":"passed","time":{"start":1714429213880,"stop":1714429213880,"duration":0}},{"uid":"765dc77b61bc3561","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/765dc77b61bc3561","status":"passed","time":{"start":1714427999036,"stop":1714427999037,"duration":1}},{"uid":"82c8023291f01fde","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/82c8023291f01fde","status":"passed","time":{"start":1714427702232,"stop":1714427702232,"duration":0}},{"uid":"cf06c337b08e0e63","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cf06c337b08e0e63","status":"passed","time":{"start":1714427044030,"stop":1714427044031,"duration":1}},{"uid":"d13f868ef0622e79","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d13f868ef0622e79","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699095,"stop":1714426699095,"duration":0}},{"uid":"9ef9ce15d1d2cdf9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9ef9ce15d1d2cdf9","status":"passed","time":{"start":1714425534895,"stop":1714425534895,"duration":0}},{"uid":"636c4eee3f40a461","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/636c4eee3f40a461","status":"passed","time":{"start":1714415702295,"stop":1714415702295,"duration":0}},{"uid":"9f382e24e2d183a2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9f382e24e2d183a2","status":"passed","time":{"start":1714415850503,"stop":1714415850503,"duration":0}},{"uid":"2254960fed5d682","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2254960fed5d682","status":"passed","time":{"start":1714408049953,"stop":1714408049953,"duration":0}},{"uid":"8ccc1587319c2a19","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8ccc1587319c2a19","status":"passed","time":{"start":1714407080675,"stop":1714407080675,"duration":0}},{"uid":"340df0af701c9af9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/340df0af701c9af9","status":"passed","time":{"start":1714404860593,"stop":1714404860593,"duration":0}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"9210bb3f98bb49e2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9210bb3f98bb49e2","status":"passed","time":{"start":1714453948528,"stop":1714453948529,"duration":1}},{"uid":"42cbf444000d3894","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/42cbf444000d3894","status":"passed","time":{"start":1714435506548,"stop":1714435506548,"duration":0}},{"uid":"99364547108664b1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/99364547108664b1","status":"passed","time":{"start":1714434575825,"stop":1714434575826,"duration":1}},{"uid":"471a0bb9155aa6fd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/471a0bb9155aa6fd","status":"passed","time":{"start":1714433270421,"stop":1714433270422,"duration":1}},{"uid":"2eb687f15b593702","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2eb687f15b593702","status":"passed","time":{"start":1714431468524,"stop":1714431468524,"duration":0}},{"uid":"37323a32581e5b35","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/37323a32581e5b35","status":"passed","time":{"start":1714431732409,"stop":1714431732410,"duration":1}},{"uid":"7c79e1686305bd33","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7c79e1686305bd33","status":"passed","time":{"start":1714430455161,"stop":1714430455161,"duration":0}},{"uid":"2f67d72c2f397a93","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2f67d72c2f397a93","status":"passed","time":{"start":1714430246587,"stop":1714430246588,"duration":1}},{"uid":"753ee4672336eb3d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/753ee4672336eb3d","status":"passed","time":{"start":1714429410628,"stop":1714429410629,"duration":1}},{"uid":"4ce0c8848491fe5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4ce0c8848491fe5","status":"passed","time":{"start":1714428552429,"stop":1714428552430,"duration":1}},{"uid":"1e727ef395024d20","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1e727ef395024d20","status":"passed","time":{"start":1714427330630,"stop":1714427330630,"duration":0}},{"uid":"e4a2c89cf2fdab20","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e4a2c89cf2fdab20","status":"passed","time":{"start":1714427031184,"stop":1714427031185,"duration":1}},{"uid":"bcb8d1b2e9e98355","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bcb8d1b2e9e98355","status":"passed","time":{"start":1714426380772,"stop":1714426380772,"duration":0}},{"uid":"ff790db64f5a8289","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ff790db64f5a8289","status":"passed","time":{"start":1714424482807,"stop":1714424482807,"duration":0}},{"uid":"42fa5c11463ba3c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/42fa5c11463ba3c","status":"passed","time":{"start":1714424873157,"stop":1714424873157,"duration":0}},{"uid":"f39829f009bf6a4c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f39829f009bf6a4c","status":"passed","time":{"start":1714415025728,"stop":1714415025728,"duration":0}},{"uid":"978eaa630be69b0e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/978eaa630be69b0e","status":"passed","time":{"start":1714415179116,"stop":1714415179117,"duration":1}},{"uid":"e69a0d5c5c7a88d5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e69a0d5c5c7a88d5","status":"passed","time":{"start":1714407386249,"stop":1714407386250,"duration":1}},{"uid":"7f5f7d03b730856b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7f5f7d03b730856b","status":"passed","time":{"start":1714406413701,"stop":1714406413702,"duration":1}},{"uid":"b52f30f2213c806e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b52f30f2213c806e","status":"passed","time":{"start":1714404203309,"stop":1714404203310,"duration":1}}]},"1f1a611be3375b92ae996468678814ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38deedb8cb819f14","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/38deedb8cb819f14","status":"passed","time":{"start":1714382963589,"stop":1714382963589,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"6b0f674fb69a64a0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6b0f674fb69a64a0","status":"passed","time":{"start":1714454507908,"stop":1714454507909,"duration":1}},{"uid":"7ef5e4cbebb300a5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7ef5e4cbebb300a5","status":"passed","time":{"start":1714436048757,"stop":1714436048757,"duration":0}},{"uid":"24f149bda9188d2f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/24f149bda9188d2f","status":"passed","time":{"start":1714435155781,"stop":1714435155782,"duration":1}},{"uid":"a295186a329fec1b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a295186a329fec1b","status":"passed","time":{"start":1714433815798,"stop":1714433815798,"duration":0}},{"uid":"9aedc4eac18ad9ea","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9aedc4eac18ad9ea","status":"passed","time":{"start":1714432025727,"stop":1714432025727,"duration":0}},{"uid":"f8e94b783bc8f8ab","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f8e94b783bc8f8ab","status":"passed","time":{"start":1714432319350,"stop":1714432319355,"duration":5}},{"uid":"d9114c17f036026f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d9114c17f036026f","status":"passed","time":{"start":1714431035246,"stop":1714431035247,"duration":1}},{"uid":"4508b61982c246e1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4508b61982c246e1","status":"passed","time":{"start":1714430851125,"stop":1714430851125,"duration":0}},{"uid":"59c0a3d4a372e9d6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/59c0a3d4a372e9d6","status":"passed","time":{"start":1714429998317,"stop":1714429998317,"duration":0}},{"uid":"125fab2d7b701f52","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/125fab2d7b701f52","status":"passed","time":{"start":1714429123417,"stop":1714429123417,"duration":0}},{"uid":"4b11a035ab968751","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4b11a035ab968751","status":"passed","time":{"start":1714427908752,"stop":1714427908752,"duration":0}},{"uid":"618835baf8e9e1f2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/618835baf8e9e1f2","status":"passed","time":{"start":1714427590260,"stop":1714427590260,"duration":0}},{"uid":"c78a41cae12be2a1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c78a41cae12be2a1","status":"passed","time":{"start":1714426950363,"stop":1714426950363,"duration":0}},{"uid":"c6ed80510f67540f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c6ed80510f67540f","status":"passed","time":{"start":1714425413020,"stop":1714425413020,"duration":0}},{"uid":"757e9658f9935d5c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/757e9658f9935d5c","status":"passed","time":{"start":1714425435628,"stop":1714425435628,"duration":0}},{"uid":"bf604bfaf87b6d5b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bf604bfaf87b6d5b","status":"passed","time":{"start":1714415590172,"stop":1714415590173,"duration":1}},{"uid":"1b0d5498624061df","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1b0d5498624061df","status":"passed","time":{"start":1714415739335,"stop":1714415739335,"duration":0}},{"uid":"7b3f1ba44c00d9f8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7b3f1ba44c00d9f8","status":"passed","time":{"start":1714407950139,"stop":1714407950140,"duration":1}},{"uid":"13f24e68032e5f32","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/13f24e68032e5f32","status":"passed","time":{"start":1714406978494,"stop":1714406978494,"duration":0}},{"uid":"82d4847afb7f0d76","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/82d4847afb7f0d76","status":"passed","time":{"start":1714404752163,"stop":1714404752163,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"d915625ee6ea5a47","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d915625ee6ea5a47","status":"passed","time":{"start":1714454431998,"stop":1714454431999,"duration":1}},{"uid":"21eed2e4fefe09ca","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/21eed2e4fefe09ca","status":"passed","time":{"start":1714435990630,"stop":1714435990631,"duration":1}},{"uid":"4cd1039e297f0cc1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4cd1039e297f0cc1","status":"passed","time":{"start":1714435062625,"stop":1714435062626,"duration":1}},{"uid":"83b92cf809801720","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/83b92cf809801720","status":"passed","time":{"start":1714433747886,"stop":1714433747886,"duration":0}},{"uid":"db2521282e7e5ac9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/db2521282e7e5ac9","status":"passed","time":{"start":1714431959193,"stop":1714431959194,"duration":1}},{"uid":"dec038ef75e12d45","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dec038ef75e12d45","status":"passed","time":{"start":1714432238353,"stop":1714432238354,"duration":1}},{"uid":"2f7361f02cbbb861","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2f7361f02cbbb861","status":"passed","time":{"start":1714430946063,"stop":1714430946066,"duration":3}},{"uid":"a89a6d7ab7e9a6ac","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a89a6d7ab7e9a6ac","status":"passed","time":{"start":1714430757780,"stop":1714430757780,"duration":0}},{"uid":"75d47f1eca9b3a2f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/75d47f1eca9b3a2f","status":"passed","time":{"start":1714429917787,"stop":1714429917787,"duration":0}},{"uid":"c6034ec2feff8e27","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c6034ec2feff8e27","status":"passed","time":{"start":1714429038422,"stop":1714429038422,"duration":0}},{"uid":"6980b27196c382c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6980b27196c382c","status":"passed","time":{"start":1714427794311,"stop":1714427794312,"duration":1}},{"uid":"87bab17f0d2962aa","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/87bab17f0d2962aa","status":"passed","time":{"start":1714427517462,"stop":1714427517463,"duration":1}},{"uid":"28aa9ac2743656fc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/28aa9ac2743656fc","status":"passed","time":{"start":1714426868609,"stop":1714426868609,"duration":0}},{"uid":"80e4635eab435348","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/80e4635eab435348","status":"passed","time":{"start":1714425555008,"stop":1714425555008,"duration":0}},{"uid":"312ee36d64fc5d75","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/312ee36d64fc5d75","status":"passed","time":{"start":1714425349919,"stop":1714425349919,"duration":0}},{"uid":"fdd37ad36f724211","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fdd37ad36f724211","status":"passed","time":{"start":1714415539982,"stop":1714415539983,"duration":1}},{"uid":"6704a01a57ec1228","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6704a01a57ec1228","status":"passed","time":{"start":1714415671322,"stop":1714415671322,"duration":0}},{"uid":"31162d4791513e5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/31162d4791513e5","status":"passed","time":{"start":1714407878090,"stop":1714407878091,"duration":1}},{"uid":"a2d9a5eced2bab4f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a2d9a5eced2bab4f","status":"passed","time":{"start":1714406907405,"stop":1714406907409,"duration":4}},{"uid":"39525227c728042d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/39525227c728042d","status":"passed","time":{"start":1714404685462,"stop":1714404685462,"duration":0}}]},"c411a9c0540e68c551bdf071d872341b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ec28ba5bbc6b6f1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7ec28ba5bbc6b6f1","status":"passed","time":{"start":1714427561589,"stop":1714427561590,"duration":1}}]},"cd193ada5521cbe25136bf6ca6ab176b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a882fa0b8a9f0699","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/a882fa0b8a9f0699","status":"passed","time":{"start":1714045874396,"stop":1714045874396,"duration":0}}]},"36d1cca2b12e4541e08cd964894fbab8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5804ce3d9e36dbde","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/5804ce3d9e36dbde","status":"passed","time":{"start":1714214757452,"stop":1714214757452,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"7cf47c3e133619b9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7cf47c3e133619b9","status":"passed","time":{"start":1714453952288,"stop":1714453952289,"duration":1}},{"uid":"9a384b86407a039e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9a384b86407a039e","status":"passed","time":{"start":1714435510939,"stop":1714435510939,"duration":0}},{"uid":"6940667b2511891b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6940667b2511891b","status":"passed","time":{"start":1714434580038,"stop":1714434580038,"duration":0}},{"uid":"8aed66e854a1393a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8aed66e854a1393a","status":"passed","time":{"start":1714433274943,"stop":1714433274943,"duration":0}},{"uid":"7e64efe9c5544eed","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7e64efe9c5544eed","status":"passed","time":{"start":1714431472599,"stop":1714431472599,"duration":0}},{"uid":"f0ebf4d1c3f52306","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f0ebf4d1c3f52306","status":"passed","time":{"start":1714431736478,"stop":1714431736478,"duration":0}},{"uid":"457a1d2ef1e9a459","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/457a1d2ef1e9a459","status":"passed","time":{"start":1714430459329,"stop":1714430459329,"duration":0}},{"uid":"86335d3c04c230d1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/86335d3c04c230d1","status":"passed","time":{"start":1714430251099,"stop":1714430251099,"duration":0}},{"uid":"5a7cf7be93fafa9f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5a7cf7be93fafa9f","status":"passed","time":{"start":1714429414590,"stop":1714429414590,"duration":0}},{"uid":"8e2ccb5434dc54f9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8e2ccb5434dc54f9","status":"passed","time":{"start":1714428556953,"stop":1714428556953,"duration":0}},{"uid":"68953ddd94552adb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/68953ddd94552adb","status":"passed","time":{"start":1714427334700,"stop":1714427334700,"duration":0}},{"uid":"2b06244406bb35ee","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2b06244406bb35ee","status":"passed","time":{"start":1714427035564,"stop":1714427035564,"duration":0}},{"uid":"72cbd5cb3e0234ae","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/72cbd5cb3e0234ae","status":"passed","time":{"start":1714426384795,"stop":1714426384795,"duration":0}},{"uid":"cfd965fd9e8edc67","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cfd965fd9e8edc67","status":"passed","time":{"start":1714424486877,"stop":1714424486877,"duration":0}},{"uid":"d4347bee9b41838c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d4347bee9b41838c","status":"passed","time":{"start":1714424877426,"stop":1714424877426,"duration":0}},{"uid":"2e2ed8b192c3d7f2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e2ed8b192c3d7f2","status":"passed","time":{"start":1714415030101,"stop":1714415030101,"duration":0}},{"uid":"743075132487db35","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/743075132487db35","status":"passed","time":{"start":1714415183071,"stop":1714415183072,"duration":1}},{"uid":"e92e0fb0fd6d6a8c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e92e0fb0fd6d6a8c","status":"passed","time":{"start":1714407390402,"stop":1714407390402,"duration":0}},{"uid":"aaafc9e87ad678de","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/aaafc9e87ad678de","status":"passed","time":{"start":1714406417790,"stop":1714406417790,"duration":0}},{"uid":"472a187ca0ef50eb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/472a187ca0ef50eb","status":"passed","time":{"start":1714404207523,"stop":1714404207523,"duration":0}}]},"280b8fd15f783f47505b3b2c8c2018a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3376424a296a7ea6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3376424a296a7ea6","status":"passed","time":{"start":1714427765144,"stop":1714427765145,"duration":1}}]},"0d5ad1031d9042582826a11e78266909:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7958963604c17183","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/7958963604c17183","status":"passed","time":{"start":1714214714553,"stop":1714214714553,"duration":0}}]},"90379ee9c9b4806657aa670af5cedf2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"364e7e94ab1e6d61","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/364e7e94ab1e6d61","status":"passed","time":{"start":1713976878057,"stop":1713976878058,"duration":1}}]},"df8fd1496e2dc9571af478e24c6c487a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4a7c698b900e04b","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/d4a7c698b900e04b","status":"passed","time":{"start":1714141054747,"stop":1714141054748,"duration":1}}]},"678856b856dd9ae98bf0c6833778803a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"9a8e896068593997","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/9a8e896068593997","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714140628700,"stop":1714140628701,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"6a9202d0003fbad8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6a9202d0003fbad8","status":"passed","time":{"start":1714453938217,"stop":1714453938217,"duration":0}},{"uid":"e74d2485b7af0f6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e74d2485b7af0f6","status":"passed","time":{"start":1714435496165,"stop":1714435496166,"duration":1}},{"uid":"ac4574670bcd8ada","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ac4574670bcd8ada","status":"passed","time":{"start":1714434565238,"stop":1714434565239,"duration":1}},{"uid":"607bf24505fcc04c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/607bf24505fcc04c","status":"passed","time":{"start":1714433260207,"stop":1714433260207,"duration":0}},{"uid":"a27ae5f61b5bca85","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a27ae5f61b5bca85","status":"passed","time":{"start":1714431458119,"stop":1714431458120,"duration":1}},{"uid":"7ea8f1938126f5ed","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7ea8f1938126f5ed","status":"passed","time":{"start":1714431721823,"stop":1714431721823,"duration":0}},{"uid":"14705d976a096b4f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/14705d976a096b4f","status":"passed","time":{"start":1714430444359,"stop":1714430444360,"duration":1}},{"uid":"8713d165142e6207","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8713d165142e6207","status":"passed","time":{"start":1714430236441,"stop":1714430236441,"duration":0}},{"uid":"50156d36d23a3257","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/50156d36d23a3257","status":"passed","time":{"start":1714429398774,"stop":1714429398774,"duration":0}},{"uid":"f7741408a75491f5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f7741408a75491f5","status":"passed","time":{"start":1714428542063,"stop":1714428542064,"duration":1}},{"uid":"e35110ac4dc7cad6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e35110ac4dc7cad6","status":"passed","time":{"start":1714427319657,"stop":1714427319657,"duration":0}},{"uid":"e7bd1b675f5b133","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e7bd1b675f5b133","status":"passed","time":{"start":1714427020637,"stop":1714427020637,"duration":0}},{"uid":"37bbefaacd7d3b20","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/37bbefaacd7d3b20","status":"passed","time":{"start":1714426369786,"stop":1714426369786,"duration":0}},{"uid":"bf1a9ec94ffb7f7a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bf1a9ec94ffb7f7a","status":"passed","time":{"start":1714424472143,"stop":1714424472144,"duration":1}},{"uid":"57ae6b80d7d8b74d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/57ae6b80d7d8b74d","status":"passed","time":{"start":1714424862498,"stop":1714424862498,"duration":0}},{"uid":"26bc5e81f1256525","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/26bc5e81f1256525","status":"passed","time":{"start":1714415015286,"stop":1714415015286,"duration":0}},{"uid":"65d31972037645e9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/65d31972037645e9","status":"passed","time":{"start":1714415168411,"stop":1714415168411,"duration":0}},{"uid":"bb86d199903f8944","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bb86d199903f8944","status":"passed","time":{"start":1714407375566,"stop":1714407375566,"duration":0}},{"uid":"4eee6e704919f757","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4eee6e704919f757","status":"passed","time":{"start":1714406402864,"stop":1714406402865,"duration":1}},{"uid":"40eab85cbd83274","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/40eab85cbd83274","status":"passed","time":{"start":1714404192627,"stop":1714404192628,"duration":1}}]},"0777e4314c781939bd31f3f910f4f618:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"687e8978b920b31e","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/687e8978b920b31e","status":"passed","time":{"start":1714142077702,"stop":1714142077703,"duration":1}}]},"f288c9215665565e13912a5f7b1986ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3549042d1e8bbb5","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/c3549042d1e8bbb5","status":"passed","time":{"start":1714082661065,"stop":1714082661065,"duration":0}}]},"1b4477875a2c0161aefb4626a0696d6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f442265a201c9bbc","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/f442265a201c9bbc","status":"passed","time":{"start":1714123110400,"stop":1714123110401,"duration":1}}]},"3f68d8d2ca84495fafd5d88e240667b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c13279a59404fce2","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/c13279a59404fce2","status":"passed","time":{"start":1714123346810,"stop":1714123346810,"duration":0}}]},"9e6bda0dc1aa7ed9c0df9640a03933d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5d2fe04267022d0","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/d5d2fe04267022d0","status":"passed","time":{"start":1714089697950,"stop":1714089697950,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"cc677e6c19076f0b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cc677e6c19076f0b","status":"passed","time":{"start":1714454407732,"stop":1714454407732,"duration":0}},{"uid":"1b996883089c59ab","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1b996883089c59ab","status":"passed","time":{"start":1714435965305,"stop":1714435965306,"duration":1}},{"uid":"d5d31cc31593d8a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d5d31cc31593d8a","status":"passed","time":{"start":1714435028465,"stop":1714435028465,"duration":0}},{"uid":"cf3602ba0cbfb780","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cf3602ba0cbfb780","status":"passed","time":{"start":1714433715549,"stop":1714433715550,"duration":1}},{"uid":"2e7eba78fe0bc6f5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2e7eba78fe0bc6f5","status":"passed","time":{"start":1714431932490,"stop":1714431932491,"duration":1}},{"uid":"829c6c6272416f56","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/829c6c6272416f56","status":"passed","time":{"start":1714432213874,"stop":1714432213874,"duration":0}},{"uid":"789902433e3ef6b5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/789902433e3ef6b5","status":"passed","time":{"start":1714430911539,"stop":1714430911540,"duration":1}},{"uid":"b5e306bd4fc24943","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b5e306bd4fc24943","status":"passed","time":{"start":1714430735782,"stop":1714430735782,"duration":0}},{"uid":"88500a5aa1d54785","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/88500a5aa1d54785","status":"passed","time":{"start":1714429887037,"stop":1714429887037,"duration":0}},{"uid":"c42ea6ba758251c1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c42ea6ba758251c1","status":"passed","time":{"start":1714429006360,"stop":1714429006360,"duration":0}},{"uid":"69f77906a46cf6d5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/69f77906a46cf6d5","status":"passed","time":{"start":1714427738970,"stop":1714427738970,"duration":0}},{"uid":"e0280fe24b5b5996","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e0280fe24b5b5996","status":"passed","time":{"start":1714427483310,"stop":1714427483310,"duration":0}},{"uid":"cd61bfc627167b71","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cd61bfc627167b71","status":"passed","time":{"start":1714426832949,"stop":1714426832950,"duration":1}},{"uid":"4124d3c9d2a6684","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4124d3c9d2a6684","status":"passed","time":{"start":1714425510848,"stop":1714425510848,"duration":0}},{"uid":"7d16121f81e24f88","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7d16121f81e24f88","status":"passed","time":{"start":1714425321022,"stop":1714425321022,"duration":0}},{"uid":"13ce401549859cc6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/13ce401549859cc6","status":"passed","time":{"start":1714415518566,"stop":1714415518566,"duration":0}},{"uid":"edbc21c2e0ab5692","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/edbc21c2e0ab5692","status":"passed","time":{"start":1714415639556,"stop":1714415639556,"duration":0}},{"uid":"eb6c96e2f7c28069","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/eb6c96e2f7c28069","status":"passed","time":{"start":1714407839122,"stop":1714407839122,"duration":0}},{"uid":"5d1f030c7e1a2dba","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5d1f030c7e1a2dba","status":"passed","time":{"start":1714406876537,"stop":1714406876537,"duration":0}},{"uid":"d0c1986215a0cef8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d0c1986215a0cef8","status":"passed","time":{"start":1714404658746,"stop":1714404658747,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"88370a19eabce987","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/88370a19eabce987","status":"passed","time":{"start":1714454605538,"stop":1714454605538,"duration":0}},{"uid":"60bbf5bc17cfb0bd","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/60bbf5bc17cfb0bd","status":"passed","time":{"start":1714436158720,"stop":1714436158721,"duration":1}},{"uid":"ba3c9b1815dfe47","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ba3c9b1815dfe47","status":"passed","time":{"start":1714435237008,"stop":1714435237008,"duration":0}},{"uid":"3e2fd3d346311d55","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3e2fd3d346311d55","status":"passed","time":{"start":1714433925092,"stop":1714433925093,"duration":1}},{"uid":"8ad225f81df355cc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8ad225f81df355cc","status":"passed","time":{"start":1714432132880,"stop":1714432132880,"duration":0}},{"uid":"a5fb798c28114799","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a5fb798c28114799","status":"passed","time":{"start":1714432392943,"stop":1714432392959,"duration":16}},{"uid":"12791a19a6f00439","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/12791a19a6f00439","status":"passed","time":{"start":1714431131877,"stop":1714431131878,"duration":1}},{"uid":"c1afbdb6b402bf8b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c1afbdb6b402bf8b","status":"passed","time":{"start":1714430918769,"stop":1714430918769,"duration":0}},{"uid":"fd8ca588883108ad","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fd8ca588883108ad","status":"passed","time":{"start":1714430104196,"stop":1714430104197,"duration":1}},{"uid":"d27ece6ef967a865","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d27ece6ef967a865","status":"passed","time":{"start":1714429213865,"stop":1714429213865,"duration":0}},{"uid":"c76f7d5d6a7cbc64","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c76f7d5d6a7cbc64","status":"passed","time":{"start":1714427999020,"stop":1714427999020,"duration":0}},{"uid":"4df8bee83faa8756","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4df8bee83faa8756","status":"passed","time":{"start":1714427702213,"stop":1714427702214,"duration":1}},{"uid":"2521da8538f85f1d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2521da8538f85f1d","status":"passed","time":{"start":1714427044015,"stop":1714427044016,"duration":1}},{"uid":"1bf691b7cf15ec2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1bf691b7cf15ec2","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699051,"stop":1714426699052,"duration":1}},{"uid":"bcb27ea7c5db99b8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bcb27ea7c5db99b8","status":"passed","time":{"start":1714425534880,"stop":1714425534880,"duration":0}},{"uid":"b1bc22ec7197866f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b1bc22ec7197866f","status":"passed","time":{"start":1714415702279,"stop":1714415702279,"duration":0}},{"uid":"3d534ebf172005d9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3d534ebf172005d9","status":"passed","time":{"start":1714415850487,"stop":1714415850487,"duration":0}},{"uid":"7aa020fdd8ba0cd9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7aa020fdd8ba0cd9","status":"passed","time":{"start":1714408049936,"stop":1714408049937,"duration":1}},{"uid":"5f1073595dfb20ae","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5f1073595dfb20ae","status":"passed","time":{"start":1714407080660,"stop":1714407080660,"duration":0}},{"uid":"cfcae186c5942e4c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cfcae186c5942e4c","status":"passed","time":{"start":1714404860574,"stop":1714404860574,"duration":0}}]},"f16b72aa13bcb40b7447e5c5d3d69365:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb033aed3d53241f","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/bb033aed3d53241f","status":"passed","time":{"start":1714214810757,"stop":1714214810764,"duration":7}}]},"5b70de7b0e646b873f638b6b7ef12aad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d24fab52db34f8e3","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/d24fab52db34f8e3","status":"passed","time":{"start":1713987729928,"stop":1713987729929,"duration":1}}]},"9e5227b58e541c36d89b33e48ae009dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9b3f3a43ec94e5c","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/e9b3f3a43ec94e5c","status":"passed","time":{"start":1714046065011,"stop":1714046065011,"duration":0}}]},"c7974f7384c6c416a4c2d4dbf3c76832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae4defb525b6d4ce","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ae4defb525b6d4ce","status":"passed","time":{"start":1714406914330,"stop":1714406914330,"duration":0}}]},"86ea3b7e48fba3db27481d3e637e3adb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"558fd8c9f2c7a41f","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/558fd8c9f2c7a41f","status":"passed","time":{"start":1714123147375,"stop":1714123147375,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"7952cb5ecae3961","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7952cb5ecae3961","status":"passed","time":{"start":1714454365892,"stop":1714454365892,"duration":0}},{"uid":"7899b9bf1badf520","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7899b9bf1badf520","status":"passed","time":{"start":1714435932833,"stop":1714435932833,"duration":0}},{"uid":"750a15f3d39db4d2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/750a15f3d39db4d2","status":"passed","time":{"start":1714435006859,"stop":1714435006859,"duration":0}},{"uid":"526f2e03fc273edf","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/526f2e03fc273edf","status":"passed","time":{"start":1714433693938,"stop":1714433693939,"duration":1}},{"uid":"2686eed1cc325de2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2686eed1cc325de2","status":"passed","time":{"start":1714431888570,"stop":1714431888571,"duration":1}},{"uid":"fed8a48b7dbd84ee","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fed8a48b7dbd84ee","status":"passed","time":{"start":1714432201989,"stop":1714432201989,"duration":0}},{"uid":"21a97835773449e4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/21a97835773449e4","status":"passed","time":{"start":1714430892464,"stop":1714430892464,"duration":0}},{"uid":"69857e702c840ad7","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/69857e702c840ad7","status":"passed","time":{"start":1714430720943,"stop":1714430720943,"duration":0}},{"uid":"ed4bd67dab9591c2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ed4bd67dab9591c2","status":"passed","time":{"start":1714429855269,"stop":1714429855269,"duration":0}},{"uid":"ce4350957e214869","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ce4350957e214869","status":"passed","time":{"start":1714428989453,"stop":1714428989453,"duration":0}},{"uid":"b71c3448549ee5d7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b71c3448549ee5d7","status":"passed","time":{"start":1714427767186,"stop":1714427767186,"duration":0}},{"uid":"b00635b5a7c17955","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b00635b5a7c17955","status":"passed","time":{"start":1714427460538,"stop":1714427460539,"duration":1}},{"uid":"bde77b493af46a1d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bde77b493af46a1d","status":"passed","time":{"start":1714426812815,"stop":1714426812815,"duration":0}},{"uid":"aacb79c02820ce95","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/aacb79c02820ce95","status":"passed","time":{"start":1714425528600,"stop":1714425528602,"duration":2}},{"uid":"cd0dd4e1c211657d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cd0dd4e1c211657d","status":"passed","time":{"start":1714425301157,"stop":1714425301157,"duration":0}},{"uid":"b560ccce3901b8d4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b560ccce3901b8d4","status":"passed","time":{"start":1714415473278,"stop":1714415473279,"duration":1}},{"uid":"8ae3997132dd4757","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8ae3997132dd4757","status":"passed","time":{"start":1714415615375,"stop":1714415615376,"duration":1}},{"uid":"5788ac9d5e3600a8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5788ac9d5e3600a8","status":"passed","time":{"start":1714407816879,"stop":1714407816879,"duration":0}},{"uid":"4ea77390c2d35bc9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4ea77390c2d35bc9","status":"passed","time":{"start":1714406861601,"stop":1714406861601,"duration":0}},{"uid":"62d2b62c269ab87b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/62d2b62c269ab87b","status":"passed","time":{"start":1714404628284,"stop":1714404628285,"duration":1}}]},"fa21cfa768e4e5cd762c191c5de3e931:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c30393f2f9c1ec85","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/c30393f2f9c1ec85","status":"passed","time":{"start":1714154244189,"stop":1714154244190,"duration":1}}]},"53e6536c30b1027c8e907040c8135443:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7492f0451db73cf2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7492f0451db73cf2","status":"passed","time":{"start":1714432240094,"stop":1714432240095,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":84,"unknown":0,"total":88},"items":[{"uid":"60ebd24e08061e3d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60ebd24e08061e3d","status":"passed","time":{"start":1714453983003,"stop":1714453983004,"duration":1}},{"uid":"fb418bb045da4948","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fb418bb045da4948","status":"passed","time":{"start":1714435542198,"stop":1714435542198,"duration":0}},{"uid":"e417b0beb5030ced","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e417b0beb5030ced","status":"passed","time":{"start":1714434611447,"stop":1714434611447,"duration":0}},{"uid":"1f77382111676d4b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1f77382111676d4b","status":"passed","time":{"start":1714433306630,"stop":1714433306630,"duration":0}},{"uid":"ced20b40f33f44f3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ced20b40f33f44f3","status":"passed","time":{"start":1714431503273,"stop":1714431503273,"duration":0}},{"uid":"755e36d4d223bd42","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/755e36d4d223bd42","status":"passed","time":{"start":1714431767484,"stop":1714431767484,"duration":0}},{"uid":"a82a9f27f1f734e0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a82a9f27f1f734e0","status":"passed","time":{"start":1714430490970,"stop":1714430490970,"duration":0}},{"uid":"8c9c350d9a651634","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8c9c350d9a651634","status":"passed","time":{"start":1714430281529,"stop":1714430281530,"duration":1}},{"uid":"130c3210d9e89bac","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/130c3210d9e89bac","status":"passed","time":{"start":1714429447907,"stop":1714429447908,"duration":1}},{"uid":"fe21bf85df96319c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fe21bf85df96319c","status":"passed","time":{"start":1714428587548,"stop":1714428587548,"duration":0}},{"uid":"fdb92908dbdcabe6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fdb92908dbdcabe6","status":"passed","time":{"start":1714427365277,"stop":1714427365278,"duration":1}},{"uid":"ba73d5bf157c717b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ba73d5bf157c717b","status":"passed","time":{"start":1714427066871,"stop":1714427066871,"duration":0}},{"uid":"502bf6fe8638bab9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/502bf6fe8638bab9","status":"passed","time":{"start":1714426415808,"stop":1714426415809,"duration":1}},{"uid":"994a9fe4a0939c38","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/994a9fe4a0939c38","status":"passed","time":{"start":1714424517677,"stop":1714424517678,"duration":1}},{"uid":"b1fdd95d85d7fd05","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b1fdd95d85d7fd05","status":"passed","time":{"start":1714424908589,"stop":1714424908590,"duration":1}},{"uid":"4e9fc84cd71fa31c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4e9fc84cd71fa31c","status":"broken","statusDetails":"dialPeer should be called for bootstrap peers: expected +0 to equal 1","time":{"start":1714415091537,"stop":1714415091538,"duration":1}},{"uid":"5c3fc3cdbe27816f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5c3fc3cdbe27816f","status":"passed","time":{"start":1714415214827,"stop":1714415214828,"duration":1}},{"uid":"e235777efb786617","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e235777efb786617","status":"passed","time":{"start":1714407421236,"stop":1714407421237,"duration":1}},{"uid":"5538689f5f5261a2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5538689f5f5261a2","status":"passed","time":{"start":1714406448900,"stop":1714406448900,"duration":0}},{"uid":"5f3abe06fbdab365","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5f3abe06fbdab365","status":"passed","time":{"start":1714404238078,"stop":1714404238079,"duration":1}}]},"88e5e6ffd8ead195122f1843df4f1c3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7610a3aa730c8d93","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/7610a3aa730c8d93","status":"passed","time":{"start":1714240432913,"stop":1714240432914,"duration":1}}]},"3d1b149988eec10dfc2ab27dd00652bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7885100f7d67fff5","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/7885100f7d67fff5","status":"passed","time":{"start":1714219167798,"stop":1714219167798,"duration":0}}]},"18dae2e798044282a9a8ea93c9de6825:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ef5b8484e5a51e","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/4ef5b8484e5a51e","status":"passed","time":{"start":1713976162561,"stop":1713976162561,"duration":0}}]},"54a8df3fcfbcd26d7ba6bf1380cd944f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14f7e6d6ad69cc93","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/14f7e6d6ad69cc93","status":"passed","time":{"start":1714454483205,"stop":1714454483205,"duration":0}}]},"e4cc3371871df62778302a7c5a837346:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ea8b3412ea573e2","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/2ea8b3412ea573e2","status":"passed","time":{"start":1714129816670,"stop":1714129816670,"duration":0}}]},"93adf11d3a53e3ac1372e7322252cc0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"457402f293cc596","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/457402f293cc596","status":"passed","time":{"start":1714429123419,"stop":1714429123419,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":82,"unknown":0,"total":86},"items":[{"uid":"7b08ba6b451966ba","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7b08ba6b451966ba","status":"passed","time":{"start":1714454048342,"stop":1714454048343,"duration":1}},{"uid":"be81b6a2ded7ab8b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/be81b6a2ded7ab8b","status":"passed","time":{"start":1714435606852,"stop":1714435606853,"duration":1}},{"uid":"4cbdbd0eec9f10ac","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4cbdbd0eec9f10ac","status":"passed","time":{"start":1714434675160,"stop":1714434675163,"duration":3}},{"uid":"84f4ad1ee3a25bd3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/84f4ad1ee3a25bd3","status":"passed","time":{"start":1714433371589,"stop":1714433371589,"duration":0}},{"uid":"76bdf91b85da3a05","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/76bdf91b85da3a05","status":"passed","time":{"start":1714431572736,"stop":1714431572737,"duration":1}},{"uid":"87c74e508aed00b0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/87c74e508aed00b0","status":"passed","time":{"start":1714431830838,"stop":1714431830838,"duration":0}},{"uid":"e9ff63a4f137541c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e9ff63a4f137541c","status":"passed","time":{"start":1714430561840,"stop":1714430561841,"duration":1}},{"uid":"f21eab024ec4888a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f21eab024ec4888a","status":"passed","time":{"start":1714430339337,"stop":1714430339337,"duration":0}},{"uid":"b106ebb538105422","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b106ebb538105422","status":"passed","time":{"start":1714429522164,"stop":1714429522164,"duration":0}},{"uid":"e2b513f1508beef0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e2b513f1508beef0","status":"passed","time":{"start":1714428655956,"stop":1714428655957,"duration":1}},{"uid":"8319f46d7209a837","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8319f46d7209a837","status":"passed","time":{"start":1714427434624,"stop":1714427434625,"duration":1}},{"uid":"a45860113e96c6f9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a45860113e96c6f9","status":"passed","time":{"start":1714427135392,"stop":1714427135392,"duration":0}},{"uid":"c8075ebfc0ba9254","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c8075ebfc0ba9254","status":"passed","time":{"start":1714426488669,"stop":1714426488669,"duration":0}},{"uid":"c6b6d53c9040916a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c6b6d53c9040916a","status":"broken","statusDetails":"window is not defined","time":{"start":1714424744130,"stop":1714424744130,"duration":0}},{"uid":"4216b5bbb24cf3f4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4216b5bbb24cf3f4","status":"passed","time":{"start":1714424974898,"stop":1714424974899,"duration":1}},{"uid":"bc942541a80ea798","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bc942541a80ea798","status":"passed","time":{"start":1714415124870,"stop":1714415124870,"duration":0}},{"uid":"6fe1a95e7b189fd9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6fe1a95e7b189fd9","status":"passed","time":{"start":1714415287315,"stop":1714415287315,"duration":0}},{"uid":"c5d397f082c99630","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c5d397f082c99630","status":"passed","time":{"start":1714407489070,"stop":1714407489070,"duration":0}},{"uid":"da296b4614bb79aa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/da296b4614bb79aa","status":"passed","time":{"start":1714406515695,"stop":1714406515696,"duration":1}},{"uid":"3a58e19315cc3fc7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3a58e19315cc3fc7","status":"passed","time":{"start":1714404308207,"stop":1714404308208,"duration":1}}]},"d95bfc385edc644e60b60ce9e849f046:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe600680992c06ae","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/fe600680992c06ae","status":"passed","time":{"start":1713943549154,"stop":1713943549155,"duration":1}}]},"e7bdf051b813eca41bddf5ec4dabf1d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e82ad965301db3e3","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/e82ad965301db3e3","status":"passed","time":{"start":1714262246468,"stop":1714262246468,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"97051404c203f14e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/97051404c203f14e","status":"passed","time":{"start":1714454048344,"stop":1714454048345,"duration":1}},{"uid":"8a2a604ecd0a6d0d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8a2a604ecd0a6d0d","status":"passed","time":{"start":1714435606853,"stop":1714435606853,"duration":0}},{"uid":"9941040c687e08c9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9941040c687e08c9","status":"passed","time":{"start":1714434675164,"stop":1714434675164,"duration":0}},{"uid":"477b9216096b2fc4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/477b9216096b2fc4","status":"passed","time":{"start":1714433371590,"stop":1714433371591,"duration":1}},{"uid":"a67fb0e32129691a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a67fb0e32129691a","status":"passed","time":{"start":1714431572737,"stop":1714431572738,"duration":1}},{"uid":"60418b8a797f986","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/60418b8a797f986","status":"passed","time":{"start":1714431830839,"stop":1714431830839,"duration":0}},{"uid":"db3ecb1c40dffd50","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/db3ecb1c40dffd50","status":"passed","time":{"start":1714430561842,"stop":1714430561842,"duration":0}},{"uid":"3782ae78411fdf90","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3782ae78411fdf90","status":"passed","time":{"start":1714430339338,"stop":1714430339338,"duration":0}},{"uid":"c20dc004e2ec5c27","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c20dc004e2ec5c27","status":"passed","time":{"start":1714429522166,"stop":1714429522166,"duration":0}},{"uid":"424030b4695ce4a6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/424030b4695ce4a6","status":"passed","time":{"start":1714428655957,"stop":1714428655958,"duration":1}},{"uid":"cedf9a39b3b2e59e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cedf9a39b3b2e59e","status":"passed","time":{"start":1714427434626,"stop":1714427434627,"duration":1}},{"uid":"8856f9c41b55ce96","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8856f9c41b55ce96","status":"passed","time":{"start":1714427135393,"stop":1714427135393,"duration":0}},{"uid":"66ef3ed3dd09f119","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/66ef3ed3dd09f119","status":"passed","time":{"start":1714426488670,"stop":1714426488670,"duration":0}},{"uid":"c0f1eb970927f789","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c0f1eb970927f789","status":"passed","time":{"start":1714424744131,"stop":1714424744132,"duration":1}},{"uid":"8d3f309726465ec2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8d3f309726465ec2","status":"passed","time":{"start":1714424974899,"stop":1714424974900,"duration":1}},{"uid":"a107a1c878c83fe6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a107a1c878c83fe6","status":"passed","time":{"start":1714415124871,"stop":1714415124871,"duration":0}},{"uid":"fdc9a100a47b52e4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fdc9a100a47b52e4","status":"passed","time":{"start":1714415287316,"stop":1714415287316,"duration":0}},{"uid":"dad7cf4804054e22","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dad7cf4804054e22","status":"passed","time":{"start":1714407489071,"stop":1714407489071,"duration":0}},{"uid":"9f181c43587fbcb9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9f181c43587fbcb9","status":"passed","time":{"start":1714406515721,"stop":1714406515721,"duration":0}},{"uid":"167ceb11da327eb1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/167ceb11da327eb1","status":"passed","time":{"start":1714404308209,"stop":1714404308209,"duration":0}}]},"c24eafc2e22be2f643e81d681a6f79f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b3a5a3e339fed71","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7b3a5a3e339fed71","status":"passed","time":{"start":1714384714559,"stop":1714384714559,"duration":0}}]},"2947780e7acde2e98e85daa0443cf39b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5404d7cba757d5a","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/a5404d7cba757d5a","status":"passed","time":{"start":1713889447091,"stop":1713889447091,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":80,"unknown":0,"total":88},"items":[{"uid":"a577700760d1e408","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a577700760d1e408","status":"passed","time":{"start":1714454394849,"stop":1714454394849,"duration":0}},{"uid":"6be86f6f98498321","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6be86f6f98498321","status":"passed","time":{"start":1714435959226,"stop":1714435959227,"duration":1}},{"uid":"fbf869625973d888","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fbf869625973d888","status":"passed","time":{"start":1714435035841,"stop":1714435035841,"duration":0}},{"uid":"e45034f87bd042ae","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e45034f87bd042ae","status":"passed","time":{"start":1714433722567,"stop":1714433722568,"duration":1}},{"uid":"7f6bf0e0a67f7fa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7f6bf0e0a67f7fa","status":"passed","time":{"start":1714431918659,"stop":1714431918660,"duration":1}},{"uid":"6bc340824102ad6a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6bc340824102ad6a","status":"passed","time":{"start":1714432214907,"stop":1714432214908,"duration":1}},{"uid":"636d034023edb60c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/636d034023edb60c","status":"passed","time":{"start":1714430921010,"stop":1714430921010,"duration":0}},{"uid":"d775ad55c3a14cc9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d775ad55c3a14cc9","status":"passed","time":{"start":1714430733525,"stop":1714430733525,"duration":0}},{"uid":"d278f94c7f1ae1e8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d278f94c7f1ae1e8","status":"passed","time":{"start":1714429888884,"stop":1714429888885,"duration":1}},{"uid":"b6ec71f4b6e14577","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b6ec71f4b6e14577","status":"passed","time":{"start":1714429008636,"stop":1714429008636,"duration":0}},{"uid":"b15787b58fecc9d9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b15787b58fecc9d9","status":"passed","time":{"start":1714427722799,"stop":1714427722799,"duration":0}},{"uid":"df7bd7c2ed5c939e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/df7bd7c2ed5c939e","status":"passed","time":{"start":1714427490651,"stop":1714427490651,"duration":0}},{"uid":"3f9533747e565053","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3f9533747e565053","status":"passed","time":{"start":1714426842122,"stop":1714426842122,"duration":0}},{"uid":"2b1bc71077bfa712","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2b1bc71077bfa712","status":"passed","time":{"start":1714425495807,"stop":1714425495807,"duration":0}},{"uid":"e8fb5cffc060cbc4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e8fb5cffc060cbc4","status":"passed","time":{"start":1714425325521,"stop":1714425325521,"duration":0}},{"uid":"a977eae6243e1695","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a977eae6243e1695","status":"passed","time":{"start":1714415502497,"stop":1714415502497,"duration":0}},{"uid":"827bc0f9de71f462","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/827bc0f9de71f462","status":"passed","time":{"start":1714415644070,"stop":1714415644070,"duration":0}},{"uid":"9112866e70ceb0f3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9112866e70ceb0f3","status":"passed","time":{"start":1714407847578,"stop":1714407847583,"duration":5}},{"uid":"82a3d335b7bb8f60","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/82a3d335b7bb8f60","status":"passed","time":{"start":1714406881773,"stop":1714406881773,"duration":0}},{"uid":"2e943e6b8ecc9d72","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2e943e6b8ecc9d72","status":"passed","time":{"start":1714404661149,"stop":1714404661150,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"fdab4c0cb8ae6c76","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fdab4c0cb8ae6c76","status":"passed","time":{"start":1714454434324,"stop":1714454434324,"duration":0}},{"uid":"a643d25ccbf49633","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a643d25ccbf49633","status":"passed","time":{"start":1714436006539,"stop":1714436006539,"duration":0}},{"uid":"6b15d07498f63131","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6b15d07498f63131","status":"passed","time":{"start":1714435054855,"stop":1714435054856,"duration":1}},{"uid":"5c71ac6253fa53a2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5c71ac6253fa53a2","status":"passed","time":{"start":1714433761063,"stop":1714433761063,"duration":0}},{"uid":"efddcf438abd2008","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/efddcf438abd2008","status":"passed","time":{"start":1714431966433,"stop":1714431966433,"duration":0}},{"uid":"bff21526b2f7d9a6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bff21526b2f7d9a6","status":"passed","time":{"start":1714432193277,"stop":1714432193277,"duration":0}},{"uid":"4219feb463c7c457","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4219feb463c7c457","status":"passed","time":{"start":1714430948540,"stop":1714430948554,"duration":14}},{"uid":"4ffa7ae596052163","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4ffa7ae596052163","status":"passed","time":{"start":1714430713550,"stop":1714430713550,"duration":0}},{"uid":"c97e5959e16d9fe5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c97e5959e16d9fe5","status":"passed","time":{"start":1714429917751,"stop":1714429917751,"duration":0}},{"uid":"2c6e91aee46f0ad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2c6e91aee46f0ad","status":"passed","time":{"start":1714429040297,"stop":1714429040298,"duration":1}},{"uid":"19b93cb86e6afc01","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/19b93cb86e6afc01","status":"passed","time":{"start":1714427848692,"stop":1714427848693,"duration":1}},{"uid":"f13dced36ef9fc95","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f13dced36ef9fc95","status":"passed","time":{"start":1714427530069,"stop":1714427530070,"duration":1}},{"uid":"32cb8288b5ba83bb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/32cb8288b5ba83bb","status":"passed","time":{"start":1714426875150,"stop":1714426875151,"duration":1}},{"uid":"e6433d9b3d07661c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e6433d9b3d07661c","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511037,"stop":1714426511037,"duration":0}},{"uid":"18b8d61f9974ccea","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/18b8d61f9974ccea","status":"passed","time":{"start":1714425369966,"stop":1714425369966,"duration":0}},{"uid":"dfad8a0f8f8d9dbb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dfad8a0f8f8d9dbb","status":"passed","time":{"start":1714415516380,"stop":1714415516380,"duration":0}},{"uid":"4e1fb6a8723cf664","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4e1fb6a8723cf664","status":"passed","time":{"start":1714415679032,"stop":1714415679033,"duration":1}},{"uid":"98df5302f91b80aa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/98df5302f91b80aa","status":"passed","time":{"start":1714407884329,"stop":1714407884330,"duration":1}},{"uid":"6d1b4155aa95db69","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6d1b4155aa95db69","status":"passed","time":{"start":1714406914328,"stop":1714406914328,"duration":0}},{"uid":"ad57f62e42dd8805","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ad57f62e42dd8805","status":"passed","time":{"start":1714404690118,"stop":1714404690119,"duration":1}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"1b300338292455c0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1b300338292455c0","status":"passed","time":{"start":1714454140467,"stop":1714454140467,"duration":0}},{"uid":"71a0cd894108a12e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/71a0cd894108a12e","status":"passed","time":{"start":1714435687938,"stop":1714435687938,"duration":0}},{"uid":"302395840b108aa0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/302395840b108aa0","status":"passed","time":{"start":1714434773463,"stop":1714434773464,"duration":1}},{"uid":"54df6e0518aa440e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/54df6e0518aa440e","status":"passed","time":{"start":1714433450976,"stop":1714433450977,"duration":1}},{"uid":"f9088265bad6211b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f9088265bad6211b","status":"passed","time":{"start":1714431653506,"stop":1714431653506,"duration":0}},{"uid":"b0442c9df77cfc2c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b0442c9df77cfc2c","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714431989839,"stop":1714431989842,"duration":3}},{"uid":"d30b8a0c6443b107","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d30b8a0c6443b107","status":"passed","time":{"start":1714430659409,"stop":1714430659413,"duration":4}},{"uid":"6cad21f7fac22892","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6cad21f7fac22892","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714430522155,"stop":1714430522156,"duration":1}},{"uid":"dfe7aa034046687a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/dfe7aa034046687a","status":"passed","time":{"start":1714429610413,"stop":1714429610413,"duration":0}},{"uid":"e069650978003239","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e069650978003239","status":"passed","time":{"start":1714428741363,"stop":1714428741363,"duration":0}},{"uid":"d792f78da78c6e6f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d792f78da78c6e6f","status":"passed","time":{"start":1714427513582,"stop":1714427513582,"duration":0}},{"uid":"44ed2bb7cb8535b1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/44ed2bb7cb8535b1","status":"passed","time":{"start":1714427219355,"stop":1714427219356,"duration":1}},{"uid":"650d31a904e0f994","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/650d31a904e0f994","status":"passed","time":{"start":1714426573099,"stop":1714426573099,"duration":0}},{"uid":"1a4f9797c51bc586","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1a4f9797c51bc586","status":"passed","time":{"start":1714424914279,"stop":1714424914279,"duration":0}},{"uid":"40b553100c9332bc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/40b553100c9332bc","status":"passed","time":{"start":1714425071922,"stop":1714425071922,"duration":0}},{"uid":"5ad351e99a7a0a4c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5ad351e99a7a0a4c","status":"passed","time":{"start":1714415233334,"stop":1714415233334,"duration":0}},{"uid":"49ee341a61f9ae6c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/49ee341a61f9ae6c","status":"passed","time":{"start":1714415382755,"stop":1714415382760,"duration":5}},{"uid":"d66acfecc620a51c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d66acfecc620a51c","status":"passed","time":{"start":1714407575698,"stop":1714407575698,"duration":0}},{"uid":"8d737c24d8c30aa5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8d737c24d8c30aa5","status":"passed","time":{"start":1714406625167,"stop":1714406625167,"duration":0}},{"uid":"ecef62affc8b6281","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ecef62affc8b6281","status":"passed","time":{"start":1714404386207,"stop":1714404386207,"duration":0}}]},"092f9f2fba2c10751e09b0777bea9167:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"527721409771606a","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/527721409771606a","status":"passed","time":{"start":1714140464589,"stop":1714140464589,"duration":0}}]},"3d8ffee689b1829460ede50ec282c37d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c1540ba2f83e0f96","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c1540ba2f83e0f96","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067721,"stop":1714384067721,"duration":0}}]},"5c538741a4fe43c30d2c41f77abf3d9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e40ea6443acf093","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/9e40ea6443acf093","status":"passed","time":{"start":1714080464429,"stop":1714080464429,"duration":0}}]},"f0bcdc055a7d02fff7831eb0bb02926e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d621e47f685d287c","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/d621e47f685d287c","status":"passed","time":{"start":1714123425562,"stop":1714123425563,"duration":1}}]},"3b54e9239fef424b6d754dc7586adabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cea8d8ec220f4e40","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/cea8d8ec220f4e40","status":"passed","time":{"start":1714018087433,"stop":1714018087434,"duration":1}}]},"b3cd164ff5cbd6183ad0cb649a663130:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66da7230d1032cb4","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/66da7230d1032cb4","status":"passed","time":{"start":1714045802149,"stop":1714045802149,"duration":0}}]},"c2c0717291844b2ed30e02d7fd8e8544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94348cb1eb401853","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/94348cb1eb401853","status":"passed","time":{"start":1714010049389,"stop":1714010049390,"duration":1}}]},"7c9651d3e5460810ba434f9d89327895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a99fab9797909f89","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/a99fab9797909f89","status":"passed","time":{"start":1714045859270,"stop":1714045859270,"duration":0}}]},"5f7b2a5e3730f4f26541614bd847ffc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"518e993ee905e32c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/518e993ee905e32c","status":"passed","time":{"start":1714383573259,"stop":1714383573260,"duration":1}}]},"cef864bb5d6116c4cd7d2c750dc0a266:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"bbcd1519caba64ba","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/bbcd1519caba64ba","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713997546344,"stop":1713997546344,"duration":0}}]},"598b178d8ed561babb26e7d56c86aa14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd1ca9c81ecca584","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fd1ca9c81ecca584","status":"passed","time":{"start":1714430997200,"stop":1714430997201,"duration":1}}]},"fd028ab04c395c427e48b6c32ec6d3d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac4529e31aa2e9be","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/ac4529e31aa2e9be","status":"passed","time":{"start":1714109289260,"stop":1714109289261,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"601453b951bf8882","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/601453b951bf8882","status":"passed","time":{"start":1714454185400,"stop":1714454185401,"duration":1}},{"uid":"635187b0522e36a9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/635187b0522e36a9","status":"passed","time":{"start":1714435735082,"stop":1714435735082,"duration":0}},{"uid":"6d2ce4c8a15483b2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6d2ce4c8a15483b2","status":"passed","time":{"start":1714434806123,"stop":1714434806123,"duration":0}},{"uid":"4f64ad0acfab732f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4f64ad0acfab732f","status":"passed","time":{"start":1714433499865,"stop":1714433499865,"duration":0}},{"uid":"80b15697875a67da","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/80b15697875a67da","status":"passed","time":{"start":1714431708457,"stop":1714431708457,"duration":0}},{"uid":"f78ab08bb2bf69c4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f78ab08bb2bf69c4","status":"passed","time":{"start":1714431973951,"stop":1714431973951,"duration":0}},{"uid":"fbd4ae92bfcb3932","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fbd4ae92bfcb3932","status":"passed","time":{"start":1714430712230,"stop":1714430712233,"duration":3}},{"uid":"bb8fd24b5ab51ce2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bb8fd24b5ab51ce2","status":"passed","time":{"start":1714430495766,"stop":1714430495767,"duration":1}},{"uid":"93970f5a981cf5aa","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/93970f5a981cf5aa","status":"passed","time":{"start":1714429658508,"stop":1714429658508,"duration":0}},{"uid":"62cecb98a187e747","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/62cecb98a187e747","status":"passed","time":{"start":1714428797058,"stop":1714428797058,"duration":0}},{"uid":"4e11b3f55241283","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4e11b3f55241283","status":"passed","time":{"start":1714427574983,"stop":1714427574984,"duration":1}},{"uid":"866e91f9c3dc802a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/866e91f9c3dc802a","status":"passed","time":{"start":1714427265761,"stop":1714427265761,"duration":0}},{"uid":"4e35d79e13b845b6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4e35d79e13b845b6","status":"passed","time":{"start":1714426629928,"stop":1714426629929,"duration":1}},{"uid":"6d955491ef275a90","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6d955491ef275a90","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424903,"stop":1714425424903,"duration":0}},{"uid":"cc033cc65ddeb73e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cc033cc65ddeb73e","status":"passed","time":{"start":1714425110760,"stop":1714425110760,"duration":0}},{"uid":"7c80441fed2c34f9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7c80441fed2c34f9","status":"passed","time":{"start":1714415251483,"stop":1714415251484,"duration":1}},{"uid":"7f9ba3abf03534e5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7f9ba3abf03534e5","status":"passed","time":{"start":1714415441998,"stop":1714415442001,"duration":3}},{"uid":"b9319ef6a90c9e6e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b9319ef6a90c9e6e","status":"passed","time":{"start":1714407634797,"stop":1714407634798,"duration":1}},{"uid":"26f5fb07ea430214","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/26f5fb07ea430214","status":"passed","time":{"start":1714406654765,"stop":1714406654765,"duration":0}},{"uid":"71c5d0ed23d9dfd8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/71c5d0ed23d9dfd8","status":"passed","time":{"start":1714404452617,"stop":1714404452618,"duration":1}}]},"6310d9ae46fb486f5895935c02f53e03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61aec5f01dc90685","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/61aec5f01dc90685","status":"passed","time":{"start":1714010003115,"stop":1714010003115,"duration":0}}]},"c48e2fcee39ee5b1ce23242354e892ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e235c9e7440885bc","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/e235c9e7440885bc","status":"passed","time":{"start":1714404421548,"stop":1714404421548,"duration":0}}]},"a91c7c75a226835a9825fe0abe54d497:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6aeb040391d18828","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6aeb040391d18828","status":"passed","time":{"start":1714229027960,"stop":1714229027962,"duration":2}}]},"cb329ceb315aae752f4394073111df52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b9e89ade5f34f6ee","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/b9e89ade5f34f6ee","status":"passed","time":{"start":1714382963588,"stop":1714382963588,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"a69a0eb229744db6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a69a0eb229744db6","status":"passed","time":{"start":1714454431998,"stop":1714454431998,"duration":0}},{"uid":"3ddb163fcb8c2010","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3ddb163fcb8c2010","status":"passed","time":{"start":1714435990630,"stop":1714435990630,"duration":0}},{"uid":"27b487154b218c2a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/27b487154b218c2a","status":"passed","time":{"start":1714435062624,"stop":1714435062625,"duration":1}},{"uid":"17006b2a732293a0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/17006b2a732293a0","status":"passed","time":{"start":1714433747886,"stop":1714433747886,"duration":0}},{"uid":"31aaaef71fe46c40","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/31aaaef71fe46c40","status":"passed","time":{"start":1714431959193,"stop":1714431959193,"duration":0}},{"uid":"7393e4e2ee6314c2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7393e4e2ee6314c2","status":"passed","time":{"start":1714432238353,"stop":1714432238353,"duration":0}},{"uid":"6fa36220d1c7ca59","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6fa36220d1c7ca59","status":"passed","time":{"start":1714430946062,"stop":1714430946062,"duration":0}},{"uid":"e897f7927390adad","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e897f7927390adad","status":"passed","time":{"start":1714430757779,"stop":1714430757780,"duration":1}},{"uid":"4230a812185f9aac","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4230a812185f9aac","status":"passed","time":{"start":1714429917786,"stop":1714429917787,"duration":1}},{"uid":"1c694ee6f8d04fbe","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1c694ee6f8d04fbe","status":"passed","time":{"start":1714429038422,"stop":1714429038422,"duration":0}},{"uid":"f359f9365b6230f3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f359f9365b6230f3","status":"passed","time":{"start":1714427794311,"stop":1714427794311,"duration":0}},{"uid":"b71bb7a7fc78210c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b71bb7a7fc78210c","status":"passed","time":{"start":1714427517462,"stop":1714427517462,"duration":0}},{"uid":"6f847c44706df23f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6f847c44706df23f","status":"passed","time":{"start":1714426868608,"stop":1714426868608,"duration":0}},{"uid":"d8c184876e3e98c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d8c184876e3e98c","status":"passed","time":{"start":1714425555008,"stop":1714425555008,"duration":0}},{"uid":"146097ca03d09dbf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/146097ca03d09dbf","status":"passed","time":{"start":1714425349918,"stop":1714425349918,"duration":0}},{"uid":"f6fdbbb124e09bcd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f6fdbbb124e09bcd","status":"passed","time":{"start":1714415539982,"stop":1714415539982,"duration":0}},{"uid":"a1c719c20d0f6134","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a1c719c20d0f6134","status":"passed","time":{"start":1714415671322,"stop":1714415671322,"duration":0}},{"uid":"26c7798a8ddac5e4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/26c7798a8ddac5e4","status":"passed","time":{"start":1714407878089,"stop":1714407878090,"duration":1}},{"uid":"4572220ccbfffc2d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4572220ccbfffc2d","status":"passed","time":{"start":1714406907404,"stop":1714406907405,"duration":1}},{"uid":"3fa653ce22b21d02","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3fa653ce22b21d02","status":"passed","time":{"start":1714404685461,"stop":1714404685462,"duration":1}}]},"9c6c6fcc185ba66cb393054605ba8d90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c0abe901662413c","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/1c0abe901662413c","status":"passed","time":{"start":1714178248451,"stop":1714178248451,"duration":0}}]},"a0b84052ba022498473ac52cecd2e855:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b4045140dadc96f","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5b4045140dadc96f","status":"passed","time":{"start":1714386653720,"stop":1714386653720,"duration":0}}]},"ac1fa09b9d4add4a0a13f73e3d7f985c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8eaa87f10a58583","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/f8eaa87f10a58583","status":"passed","time":{"start":1714080498795,"stop":1714080498795,"duration":0}}]},"89e3cf5b823915c4d4d4079b2c52b651:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44473dd848f12db","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/44473dd848f12db","status":"passed","time":{"start":1714033672540,"stop":1714033672540,"duration":0}}]},"49d7505403930a8ac9b6e569e598fe6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5cf5a7917e63f06","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d5cf5a7917e63f06","status":"passed","time":{"start":1714380548899,"stop":1714380548899,"duration":0}}]},"4168e7c09177103ac93093aa7b809c47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a17254e24118d6eb","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/a17254e24118d6eb","status":"passed","time":{"start":1714169144256,"stop":1714169144256,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"18ac2c9ceb0ed553","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/18ac2c9ceb0ed553","status":"passed","time":{"start":1714454140405,"stop":1714454140405,"duration":0}},{"uid":"31613cd0a5b52d90","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/31613cd0a5b52d90","status":"passed","time":{"start":1714435687891,"stop":1714435687891,"duration":0}},{"uid":"6f5e176ffc4026cd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6f5e176ffc4026cd","status":"passed","time":{"start":1714434773419,"stop":1714434773420,"duration":1}},{"uid":"ff8e9a8cf40714f4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ff8e9a8cf40714f4","status":"passed","time":{"start":1714433450963,"stop":1714433450964,"duration":1}},{"uid":"3d50f2b7f72a23db","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3d50f2b7f72a23db","status":"passed","time":{"start":1714431653492,"stop":1714431653493,"duration":1}},{"uid":"23c2d50357846b85","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/23c2d50357846b85","status":"passed","time":{"start":1714431989796,"stop":1714431989796,"duration":0}},{"uid":"e68b7867ae341569","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e68b7867ae341569","status":"passed","time":{"start":1714430659381,"stop":1714430659381,"duration":0}},{"uid":"f9edd782799c7589","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f9edd782799c7589","status":"passed","time":{"start":1714430522104,"stop":1714430522104,"duration":0}},{"uid":"69a0341e1d5d1309","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/69a0341e1d5d1309","status":"passed","time":{"start":1714429610399,"stop":1714429610400,"duration":1}},{"uid":"9c0a1ad911a70eb0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9c0a1ad911a70eb0","status":"passed","time":{"start":1714428741352,"stop":1714428741352,"duration":0}},{"uid":"2305b41da7b634ab","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2305b41da7b634ab","status":"passed","time":{"start":1714427513559,"stop":1714427513559,"duration":0}},{"uid":"bbe648cf7466f6e6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bbe648cf7466f6e6","status":"passed","time":{"start":1714427219333,"stop":1714427219334,"duration":1}},{"uid":"bf8e32050547b834","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bf8e32050547b834","status":"passed","time":{"start":1714426573062,"stop":1714426573062,"duration":0}},{"uid":"4d5403353be8aad8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4d5403353be8aad8","status":"passed","time":{"start":1714424914265,"stop":1714424914266,"duration":1}},{"uid":"7befcd2de9a6bd1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7befcd2de9a6bd1","status":"passed","time":{"start":1714425071901,"stop":1714425071903,"duration":2}},{"uid":"715715319ffedd81","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/715715319ffedd81","status":"passed","time":{"start":1714415233306,"stop":1714415233307,"duration":1}},{"uid":"ebf3e487c3dfbd40","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ebf3e487c3dfbd40","status":"passed","time":{"start":1714415382624,"stop":1714415382624,"duration":0}},{"uid":"b4abdf246575e40c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b4abdf246575e40c","status":"passed","time":{"start":1714407575685,"stop":1714407575685,"duration":0}},{"uid":"cc4bc8da0f637fb6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cc4bc8da0f637fb6","status":"passed","time":{"start":1714406625156,"stop":1714406625156,"duration":0}},{"uid":"df210f0d78a89fef","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/df210f0d78a89fef","status":"passed","time":{"start":1714404386185,"stop":1714404386185,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"8ca53bb690110d14","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8ca53bb690110d14","status":"passed","time":{"start":1714454429794,"stop":1714454429794,"duration":0}},{"uid":"300528bd0f246536","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/300528bd0f246536","status":"passed","time":{"start":1714435983380,"stop":1714435983380,"duration":0}},{"uid":"26b0be24c4aecd8a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/26b0be24c4aecd8a","status":"passed","time":{"start":1714435051944,"stop":1714435051944,"duration":0}},{"uid":"92a5f92640fe667f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/92a5f92640fe667f","status":"passed","time":{"start":1714433741790,"stop":1714433741791,"duration":1}},{"uid":"5fca70af0c232817","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5fca70af0c232817","status":"passed","time":{"start":1714431944905,"stop":1714431944905,"duration":0}},{"uid":"9ad3272b5ada2d96","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9ad3272b5ada2d96","status":"passed","time":{"start":1714432240092,"stop":1714432240092,"duration":0}},{"uid":"96b8758840635709","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/96b8758840635709","status":"passed","time":{"start":1714430938919,"stop":1714430938919,"duration":0}},{"uid":"5821370312c41f65","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5821370312c41f65","status":"passed","time":{"start":1714430755765,"stop":1714430755766,"duration":1}},{"uid":"47bb684fe107283b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/47bb684fe107283b","status":"passed","time":{"start":1714429913430,"stop":1714429913430,"duration":0}},{"uid":"24e6160fcd2feb5e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/24e6160fcd2feb5e","status":"passed","time":{"start":1714429034574,"stop":1714429034575,"duration":1}},{"uid":"39b64f608824bd35","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/39b64f608824bd35","status":"passed","time":{"start":1714427765143,"stop":1714427765143,"duration":0}},{"uid":"56f31bd877d98952","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/56f31bd877d98952","status":"passed","time":{"start":1714427509516,"stop":1714427509516,"duration":0}},{"uid":"d972f4ad1233cfde","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d972f4ad1233cfde","status":"passed","time":{"start":1714426865267,"stop":1714426865268,"duration":1}},{"uid":"605128f279743cb6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/605128f279743cb6","status":"passed","time":{"start":1714425536876,"stop":1714425536876,"duration":0}},{"uid":"1b03a5c7cfa23f75","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1b03a5c7cfa23f75","status":"passed","time":{"start":1714425348181,"stop":1714425348181,"duration":0}},{"uid":"fff6991ec7f6f4dd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fff6991ec7f6f4dd","status":"passed","time":{"start":1714415541645,"stop":1714415541646,"duration":1}},{"uid":"69835c904d9502ed","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/69835c904d9502ed","status":"passed","time":{"start":1714415666676,"stop":1714415666677,"duration":1}},{"uid":"49ee2ccb5303eb2c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/49ee2ccb5303eb2c","status":"passed","time":{"start":1714407867319,"stop":1714407867319,"duration":0}},{"uid":"455f66bc08569edb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/455f66bc08569edb","status":"passed","time":{"start":1714406901760,"stop":1714406901762,"duration":2}},{"uid":"d296d4b852766a67","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d296d4b852766a67","status":"passed","time":{"start":1714404685933,"stop":1714404685933,"duration":0}}]},"c50077d43399b277fee80452d9a36298:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff4ceeedb6544c95","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/ff4ceeedb6544c95","status":"passed","time":{"start":1714039306306,"stop":1714039306307,"duration":1}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"45d9da11f7dfebc3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/45d9da11f7dfebc3","status":"passed","time":{"start":1714454140435,"stop":1714454140436,"duration":1}},{"uid":"4a9229de60e20add","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4a9229de60e20add","status":"passed","time":{"start":1714435687893,"stop":1714435687894,"duration":1}},{"uid":"31aa10fe91c7e511","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/31aa10fe91c7e511","status":"passed","time":{"start":1714434773423,"stop":1714434773450,"duration":27}},{"uid":"52fdd8825c6e6044","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/52fdd8825c6e6044","status":"passed","time":{"start":1714433450966,"stop":1714433450966,"duration":0}},{"uid":"a72909219f2bb2f8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a72909219f2bb2f8","status":"passed","time":{"start":1714431653496,"stop":1714431653496,"duration":0}},{"uid":"1809d9fb0f6476c0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1809d9fb0f6476c0","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714431989800,"stop":1714431989801,"duration":1}},{"uid":"c9b37dbef4ceb894","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c9b37dbef4ceb894","status":"passed","time":{"start":1714430659389,"stop":1714430659389,"duration":0}},{"uid":"b541ef14bfdf6a1b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b541ef14bfdf6a1b","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714430522120,"stop":1714430522121,"duration":1}},{"uid":"257f134c17eb625b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/257f134c17eb625b","status":"passed","time":{"start":1714429610402,"stop":1714429610402,"duration":0}},{"uid":"9ad3de022058ee1b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9ad3de022058ee1b","status":"passed","time":{"start":1714428741354,"stop":1714428741354,"duration":0}},{"uid":"62ba776bcb8a7a1e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/62ba776bcb8a7a1e","status":"passed","time":{"start":1714427513567,"stop":1714427513570,"duration":3}},{"uid":"7b44b106114e4e5e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7b44b106114e4e5e","status":"passed","time":{"start":1714427219345,"stop":1714427219345,"duration":0}},{"uid":"d0d289b2f1ed5244","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d0d289b2f1ed5244","status":"passed","time":{"start":1714426573074,"stop":1714426573075,"duration":1}},{"uid":"c55668393b3374ae","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c55668393b3374ae","status":"passed","time":{"start":1714424914269,"stop":1714424914269,"duration":0}},{"uid":"ec00b2e8427b1197","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ec00b2e8427b1197","status":"passed","time":{"start":1714425071905,"stop":1714425071905,"duration":0}},{"uid":"984d9a67b5bc66b5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/984d9a67b5bc66b5","status":"passed","time":{"start":1714415233310,"stop":1714415233310,"duration":0}},{"uid":"9d98bcb36209ed15","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9d98bcb36209ed15","status":"passed","time":{"start":1714415382665,"stop":1714415382665,"duration":0}},{"uid":"35d0e4ba2af1b7dd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/35d0e4ba2af1b7dd","status":"passed","time":{"start":1714407575687,"stop":1714407575688,"duration":1}},{"uid":"56aab3559d4b82c7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/56aab3559d4b82c7","status":"passed","time":{"start":1714406625157,"stop":1714406625158,"duration":1}},{"uid":"43b98cfa71a6f450","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/43b98cfa71a6f450","status":"passed","time":{"start":1714404386187,"stop":1714404386188,"duration":1}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"93fae3a94dd87ae7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/93fae3a94dd87ae7","status":"passed","time":{"start":1714454133734,"stop":1714454133735,"duration":1}},{"uid":"37a6d3f5d54c5ba8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/37a6d3f5d54c5ba8","status":"passed","time":{"start":1714435697056,"stop":1714435697057,"duration":1}},{"uid":"a89249c63c14d6b1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a89249c63c14d6b1","status":"passed","time":{"start":1714434777698,"stop":1714434777698,"duration":0}},{"uid":"73bb65aaa6eb5b38","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/73bb65aaa6eb5b38","status":"passed","time":{"start":1714433468577,"stop":1714433468577,"duration":0}},{"uid":"f4f2a7692f6db6ef","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f4f2a7692f6db6ef","status":"passed","time":{"start":1714431659891,"stop":1714431659891,"duration":0}},{"uid":"810ecc58179e94c1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/810ecc58179e94c1","status":"passed","time":{"start":1714431917001,"stop":1714431917002,"duration":1}},{"uid":"fb58218a82ed362d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fb58218a82ed362d","status":"passed","time":{"start":1714430652867,"stop":1714430652869,"duration":2}},{"uid":"5113402120664016","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5113402120664016","status":"passed","time":{"start":1714430439929,"stop":1714430439929,"duration":0}},{"uid":"9b970ddb696731e0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9b970ddb696731e0","status":"passed","time":{"start":1714429618761,"stop":1714429618763,"duration":2}},{"uid":"5560098b1e4a80d5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5560098b1e4a80d5","status":"passed","time":{"start":1714428758233,"stop":1714428758234,"duration":1}},{"uid":"212629ff3283c76b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/212629ff3283c76b","status":"passed","time":{"start":1714427532032,"stop":1714427532032,"duration":0}},{"uid":"f3ec499fdd6171dd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f3ec499fdd6171dd","status":"passed","time":{"start":1714427233647,"stop":1714427233647,"duration":0}},{"uid":"6ce345d473c247c0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6ce345d473c247c0","status":"passed","time":{"start":1714426576821,"stop":1714426576821,"duration":0}},{"uid":"83758f568e2a1db4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/83758f568e2a1db4","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311919,"stop":1714425311920,"duration":1}},{"uid":"410de12db4fe8208","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/410de12db4fe8208","status":"passed","time":{"start":1714425068146,"stop":1714425068146,"duration":0}},{"uid":"3cf3298febeb75cd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3cf3298febeb75cd","status":"passed","time":{"start":1714415236746,"stop":1714415236746,"duration":0}},{"uid":"2b1b6ef581a3705b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2b1b6ef581a3705b","status":"passed","time":{"start":1714415370284,"stop":1714415370284,"duration":0}},{"uid":"8f19d8381388be4c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8f19d8381388be4c","status":"passed","time":{"start":1714407592720,"stop":1714407592721,"duration":1}},{"uid":"7daee5bd044e6ef9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7daee5bd044e6ef9","status":"passed","time":{"start":1714406603009,"stop":1714406603010,"duration":1}},{"uid":"76bdc8163bfcb38b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/76bdc8163bfcb38b","status":"passed","time":{"start":1714404403080,"stop":1714404403081,"duration":1}}]},"a49cfa2fdb9888e01e859d7f05495130:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c3066b1db2d6634","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/4c3066b1db2d6634","status":"passed","time":{"start":1714139928164,"stop":1714139928164,"duration":0}}]},"34bab16019894ed5cf24123963d86197:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ed9cdc484928c94","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/7ed9cdc484928c94","status":"passed","time":{"start":1713943574870,"stop":1713943574870,"duration":0}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"c9dd827e4d4c6d7e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c9dd827e4d4c6d7e","status":"passed","time":{"start":1714454546217,"stop":1714454546218,"duration":1}},{"uid":"f32a36e72112c4f3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f32a36e72112c4f3","status":"passed","time":{"start":1714436107871,"stop":1714436107871,"duration":0}},{"uid":"bfce7bd82c0aac49","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bfce7bd82c0aac49","status":"passed","time":{"start":1714435180387,"stop":1714435180388,"duration":1}},{"uid":"b4a00f08f1105b12","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b4a00f08f1105b12","status":"passed","time":{"start":1714433856829,"stop":1714433856829,"duration":0}},{"uid":"823cb783d599abc1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/823cb783d599abc1","status":"passed","time":{"start":1714432066479,"stop":1714432066479,"duration":0}},{"uid":"33e9f0595d869903","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/33e9f0595d869903","status":"passed","time":{"start":1714432368620,"stop":1714432368620,"duration":0}},{"uid":"5de0b0eba5a6c152","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5de0b0eba5a6c152","status":"passed","time":{"start":1714431066355,"stop":1714431066356,"duration":1}},{"uid":"c9ac4a2787310dfa","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c9ac4a2787310dfa","status":"passed","time":{"start":1714430889556,"stop":1714430889556,"duration":0}},{"uid":"d6eb72ceb9f20c50","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d6eb72ceb9f20c50","status":"passed","time":{"start":1714430039516,"stop":1714430039517,"duration":1}},{"uid":"57d5f4ae93b3680c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/57d5f4ae93b3680c","status":"passed","time":{"start":1714429160452,"stop":1714429160452,"duration":0}},{"uid":"7967891cb1479fd5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7967891cb1479fd5","status":"passed","time":{"start":1714427935082,"stop":1714427935082,"duration":0}},{"uid":"5dccbbfd85fef9ab","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5dccbbfd85fef9ab","status":"passed","time":{"start":1714427627184,"stop":1714427627184,"duration":0}},{"uid":"80db52edf5fa6aa4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/80db52edf5fa6aa4","status":"passed","time":{"start":1714426986247,"stop":1714426986247,"duration":0}},{"uid":"8e81d4d4e535c0eb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8e81d4d4e535c0eb","status":"passed","time":{"start":1714425711369,"stop":1714425711369,"duration":0}},{"uid":"c96924c15e3ac089","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c96924c15e3ac089","status":"passed","time":{"start":1714425475359,"stop":1714425475359,"duration":0}},{"uid":"2c9d1789d23bc97d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2c9d1789d23bc97d","status":"passed","time":{"start":1714415675920,"stop":1714415675920,"duration":0}},{"uid":"6dcc9e7a7f86c8b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6dcc9e7a7f86c8b","status":"passed","time":{"start":1714415782100,"stop":1714415782100,"duration":0}},{"uid":"ca809fc7f500485e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ca809fc7f500485e","status":"passed","time":{"start":1714407988883,"stop":1714407988884,"duration":1}},{"uid":"41a745aa403dc4df","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/41a745aa403dc4df","status":"passed","time":{"start":1714407021127,"stop":1714407021128,"duration":1}},{"uid":"949e9bf2549e69c8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/949e9bf2549e69c8","status":"passed","time":{"start":1714404795480,"stop":1714404795481,"duration":1}}]},"a5e1245e630eb05324e985aab9dc50c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca8c45a31dadef6f","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/ca8c45a31dadef6f","status":"passed","time":{"start":1714033775464,"stop":1714033775464,"duration":0}}]},"580ad1323be242a147f5065acf805cba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"af8dbc8bdac2b1fc","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/af8dbc8bdac2b1fc","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714004265512,"stop":1714004265512,"duration":0}}]},"6b227d1958427e442b0e236db5e28128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69de0c6e1db7a297","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/69de0c6e1db7a297","status":"passed","time":{"start":1714380091392,"stop":1714380091393,"duration":1}}]},"337883c75f21affa5ae4823a8b9b30b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db7b3717cc99bc1d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/db7b3717cc99bc1d","status":"passed","time":{"start":1714433792293,"stop":1714433792294,"duration":1}}]},"7705c56735298997b2c5912776cc6423:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c648f9b2448427ff","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c648f9b2448427ff","status":"passed","time":{"start":1714425425852,"stop":1714425425853,"duration":1}}]},"bd7e78eb9911f2821087af55a3645929:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ecc4747014f4ffd6","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/ecc4747014f4ffd6","status":"passed","time":{"start":1713976657597,"stop":1713976657598,"duration":1}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"cdfd92e1d0a584e4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cdfd92e1d0a584e4","status":"passed","time":{"start":1714454365874,"stop":1714454365875,"duration":1}},{"uid":"7edb0e493e27e958","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7edb0e493e27e958","status":"passed","time":{"start":1714435932814,"stop":1714435932814,"duration":0}},{"uid":"d159c526d4118807","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d159c526d4118807","status":"passed","time":{"start":1714435006825,"stop":1714435006826,"duration":1}},{"uid":"75d2f9f2e50a0782","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/75d2f9f2e50a0782","status":"passed","time":{"start":1714433693916,"stop":1714433693916,"duration":0}},{"uid":"c0f81b50c53230aa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c0f81b50c53230aa","status":"passed","time":{"start":1714431888536,"stop":1714431888536,"duration":0}},{"uid":"6cb2878c17d0a98e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6cb2878c17d0a98e","status":"passed","time":{"start":1714432201969,"stop":1714432201969,"duration":0}},{"uid":"fe326105d8292c17","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fe326105d8292c17","status":"passed","time":{"start":1714430892434,"stop":1714430892435,"duration":1}},{"uid":"f8ed36d2edd48f90","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f8ed36d2edd48f90","status":"passed","time":{"start":1714430720917,"stop":1714430720919,"duration":2}},{"uid":"19980787b18b8448","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/19980787b18b8448","status":"passed","time":{"start":1714429855245,"stop":1714429855246,"duration":1}},{"uid":"bf21e798199eeba5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bf21e798199eeba5","status":"passed","time":{"start":1714428989403,"stop":1714428989403,"duration":0}},{"uid":"7470576163152ad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7470576163152ad","status":"passed","time":{"start":1714427767167,"stop":1714427767167,"duration":0}},{"uid":"346f388eb489067f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/346f388eb489067f","status":"passed","time":{"start":1714427460513,"stop":1714427460513,"duration":0}},{"uid":"2e2d94018e76af26","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2e2d94018e76af26","status":"passed","time":{"start":1714426812792,"stop":1714426812794,"duration":2}},{"uid":"d9751267542dcac4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d9751267542dcac4","status":"passed","time":{"start":1714425528568,"stop":1714425528568,"duration":0}},{"uid":"653ca94f2d9a1bd7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/653ca94f2d9a1bd7","status":"passed","time":{"start":1714425301043,"stop":1714425301043,"duration":0}},{"uid":"4fc20803701e9b5f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4fc20803701e9b5f","status":"passed","time":{"start":1714415473241,"stop":1714415473242,"duration":1}},{"uid":"761d3e068b713ca","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/761d3e068b713ca","status":"passed","time":{"start":1714415615336,"stop":1714415615338,"duration":2}},{"uid":"9fb60de017863f8a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9fb60de017863f8a","status":"passed","time":{"start":1714407816852,"stop":1714407816852,"duration":0}},{"uid":"5d51f0aac8b6b94e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5d51f0aac8b6b94e","status":"passed","time":{"start":1714406861553,"stop":1714406861553,"duration":0}},{"uid":"bc7d0a071192af59","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bc7d0a071192af59","status":"passed","time":{"start":1714404628265,"stop":1714404628265,"duration":0}}]},"2b3b190e247815cfb9e0f93755912154:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72bdab3b14ef392f","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/72bdab3b14ef392f","status":"passed","time":{"start":1714139696743,"stop":1714139696743,"duration":0}}]},"248160eb79863e33a53710af3550aa9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22f95a1ae495965c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/22f95a1ae495965c","status":"passed","time":{"start":1714407950145,"stop":1714407950146,"duration":1}}]},"4b2bf988ab1fe8756b3627db49a06304:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bf8b19a15bcd1f4","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/7bf8b19a15bcd1f4","status":"passed","time":{"start":1714214810757,"stop":1714214810757,"duration":0}}]},"430bce114adaad0cc9b2622fe00276cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7510a49cc23f9c0","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/a7510a49cc23f9c0","status":"passed","time":{"start":1713997832224,"stop":1713997832224,"duration":0}}]},"ab28135796591d42b165298428dab6fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91fbe98da17a911f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/91fbe98da17a911f","status":"passed","time":{"start":1714407912875,"stop":1714407912875,"duration":0}}]},"55f711162e3bfffa876b710023aaa985:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"193be6add7580b3f","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/193be6add7580b3f","status":"passed","time":{"start":1714129816671,"stop":1714129816671,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"b41f4d5e18d7cd90","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b41f4d5e18d7cd90","status":"passed","time":{"start":1714454434324,"stop":1714454434324,"duration":0}},{"uid":"84ddb5341115657a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/84ddb5341115657a","status":"passed","time":{"start":1714436006540,"stop":1714436006540,"duration":0}},{"uid":"c9884cecceae78bd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c9884cecceae78bd","status":"passed","time":{"start":1714435054856,"stop":1714435054856,"duration":0}},{"uid":"e0cbd94282a64be2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e0cbd94282a64be2","status":"passed","time":{"start":1714433761063,"stop":1714433761063,"duration":0}},{"uid":"c7318725a26ef0f0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c7318725a26ef0f0","status":"passed","time":{"start":1714431966433,"stop":1714431966434,"duration":1}},{"uid":"c1b06280ec390d8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c1b06280ec390d8","status":"passed","time":{"start":1714432193277,"stop":1714432193278,"duration":1}},{"uid":"fd656425b305aaf0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fd656425b305aaf0","status":"passed","time":{"start":1714430948554,"stop":1714430948554,"duration":0}},{"uid":"2c3671672a62dbb1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2c3671672a62dbb1","status":"passed","time":{"start":1714430713564,"stop":1714430713564,"duration":0}},{"uid":"1f5e83a2289fc035","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1f5e83a2289fc035","status":"passed","time":{"start":1714429917752,"stop":1714429917752,"duration":0}},{"uid":"ad0d496b2575aae0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ad0d496b2575aae0","status":"passed","time":{"start":1714429040298,"stop":1714429040298,"duration":0}},{"uid":"36a250cd1cb1abdd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/36a250cd1cb1abdd","status":"passed","time":{"start":1714427848694,"stop":1714427848694,"duration":0}},{"uid":"b99f5c0f92b50da","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b99f5c0f92b50da","status":"passed","time":{"start":1714427530070,"stop":1714427530070,"duration":0}},{"uid":"565e89cd0ad1f96","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/565e89cd0ad1f96","status":"passed","time":{"start":1714426875151,"stop":1714426875152,"duration":1}},{"uid":"b62b6e54fc77ba72","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b62b6e54fc77ba72","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511038,"stop":1714426511038,"duration":0}},{"uid":"c9448fbab837805e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c9448fbab837805e","status":"passed","time":{"start":1714425369967,"stop":1714425369967,"duration":0}},{"uid":"bc612a9cdc3eefe8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bc612a9cdc3eefe8","status":"passed","time":{"start":1714415516381,"stop":1714415516381,"duration":0}},{"uid":"e5051e4fa4c16d03","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e5051e4fa4c16d03","status":"passed","time":{"start":1714415679033,"stop":1714415679033,"duration":0}},{"uid":"eab50b259f964529","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/eab50b259f964529","status":"passed","time":{"start":1714407884330,"stop":1714407884330,"duration":0}},{"uid":"b5052ef006877784","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b5052ef006877784","status":"passed","time":{"start":1714406914328,"stop":1714406914328,"duration":0}},{"uid":"72a108233e6e2b4b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/72a108233e6e2b4b","status":"passed","time":{"start":1714404690119,"stop":1714404690119,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"a7d1d034949e657a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a7d1d034949e657a","status":"passed","time":{"start":1714454530567,"stop":1714454530567,"duration":0}},{"uid":"9605c28873895444","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9605c28873895444","status":"passed","time":{"start":1714436078486,"stop":1714436078486,"duration":0}},{"uid":"bfc463ecef8785ba","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bfc463ecef8785ba","status":"passed","time":{"start":1714435179752,"stop":1714435179752,"duration":0}},{"uid":"1beb9dc6aa568807","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1beb9dc6aa568807","status":"passed","time":{"start":1714433840194,"stop":1714433840194,"duration":0}},{"uid":"6a81283994a6ece1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6a81283994a6ece1","status":"passed","time":{"start":1714432050937,"stop":1714432050938,"duration":1}},{"uid":"a4fbd7e7f1e6d803","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a4fbd7e7f1e6d803","status":"passed","time":{"start":1714432354905,"stop":1714432354905,"duration":0}},{"uid":"f117d743da88377b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f117d743da88377b","status":"passed","time":{"start":1714431055630,"stop":1714431055630,"duration":0}},{"uid":"67db9534dbb700df","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/67db9534dbb700df","status":"passed","time":{"start":1714430874348,"stop":1714430874349,"duration":1}},{"uid":"8d42096d3d0e03c0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8d42096d3d0e03c0","status":"passed","time":{"start":1714430022361,"stop":1714430022365,"duration":4}},{"uid":"1e140df841dd00e2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1e140df841dd00e2","status":"passed","time":{"start":1714429146147,"stop":1714429146147,"duration":0}},{"uid":"9a566e7e4b2dfa13","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9a566e7e4b2dfa13","status":"passed","time":{"start":1714427920725,"stop":1714427920725,"duration":0}},{"uid":"69a6863effebaf49","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/69a6863effebaf49","status":"passed","time":{"start":1714427612864,"stop":1714427612864,"duration":0}},{"uid":"39fc87e3093e51ad","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/39fc87e3093e51ad","status":"passed","time":{"start":1714426973024,"stop":1714426973024,"duration":0}},{"uid":"3c35bf39b1363e4c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3c35bf39b1363e4c","status":"passed","time":{"start":1714425686844,"stop":1714425686845,"duration":1}},{"uid":"f2827a03d70b4d8d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f2827a03d70b4d8d","status":"passed","time":{"start":1714425460328,"stop":1714425460329,"duration":1}},{"uid":"d84fb6906882ecda","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d84fb6906882ecda","status":"passed","time":{"start":1714415661078,"stop":1714415661079,"duration":1}},{"uid":"9e42820015c41a50","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9e42820015c41a50","status":"passed","time":{"start":1714415765122,"stop":1714415765122,"duration":0}},{"uid":"af2f0dee14fe5a28","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/af2f0dee14fe5a28","status":"passed","time":{"start":1714407974261,"stop":1714407974261,"duration":0}},{"uid":"344d381035207ab0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/344d381035207ab0","status":"passed","time":{"start":1714407005631,"stop":1714407005631,"duration":0}},{"uid":"46d12b108e4ee498","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/46d12b108e4ee498","status":"passed","time":{"start":1714404777759,"stop":1714404777759,"duration":0}}]},"d862d4c07a15bddac91a93cb458c5b26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15bbd4ae6992fa8b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/15bbd4ae6992fa8b","status":"passed","time":{"start":1714383536791,"stop":1714383536791,"duration":0}}]},"99a24000db6e7a101581b32e75d07d4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2959c8e61adb129","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/2959c8e61adb129","status":"passed","time":{"start":1714214810756,"stop":1714214810757,"duration":1}}]},"b6b46d045486468cfafa3a3dce705eba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16ca92ed9b43b2cf","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/16ca92ed9b43b2cf","status":"passed","time":{"start":1714144804255,"stop":1714144804255,"duration":0}}]},"0c6b863c3f794d20b84c7c6481018e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c3dd455e0d2866","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/12c3dd455e0d2866","status":"passed","time":{"start":1714380535712,"stop":1714380535713,"duration":1}}]},"ef76e098a49d85f3fcdb58155f61a8fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e94004509cd449b","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/9e94004509cd449b","status":"passed","time":{"start":1714169159803,"stop":1714169159803,"duration":0}}]},"6ec1bf83e21a921480a74b46007be3f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68e2eb810dc36def","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/68e2eb810dc36def","status":"passed","time":{"start":1714404348901,"stop":1714404348901,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"c81bbce22cf1e82a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c81bbce22cf1e82a","status":"passed","time":{"start":1714454576887,"stop":1714454576888,"duration":1}},{"uid":"e0e74b62c2a5a871","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e0e74b62c2a5a871","status":"passed","time":{"start":1714436137173,"stop":1714436137173,"duration":0}},{"uid":"ef1bb96c4c0dfb65","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ef1bb96c4c0dfb65","status":"passed","time":{"start":1714435211585,"stop":1714435211586,"duration":1}},{"uid":"bc4c3a04dcbf2d52","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bc4c3a04dcbf2d52","status":"passed","time":{"start":1714433885999,"stop":1714433885999,"duration":0}},{"uid":"16bde79d12aa5227","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/16bde79d12aa5227","status":"passed","time":{"start":1714432097260,"stop":1714432097261,"duration":1}},{"uid":"7c402012194e0ccf","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7c402012194e0ccf","status":"passed","time":{"start":1714432488908,"stop":1714432488909,"duration":1}},{"uid":"9cb1c73e65c8de1b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9cb1c73e65c8de1b","status":"passed","time":{"start":1714431099663,"stop":1714431099663,"duration":0}},{"uid":"736aedc0a2df2b1a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/736aedc0a2df2b1a","status":"passed","time":{"start":1714431008660,"stop":1714431008661,"duration":1}},{"uid":"549f5ec501de9c3b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/549f5ec501de9c3b","status":"passed","time":{"start":1714430071916,"stop":1714430071916,"duration":0}},{"uid":"38b31a14c11ea864","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/38b31a14c11ea864","status":"passed","time":{"start":1714429188202,"stop":1714429188202,"duration":0}},{"uid":"2f03610666a52a4c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2f03610666a52a4c","status":"passed","time":{"start":1714427963971,"stop":1714427963971,"duration":0}},{"uid":"45be0eec90e6c6de","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/45be0eec90e6c6de","status":"passed","time":{"start":1714427664123,"stop":1714427664123,"duration":0}},{"uid":"2ac97d9492259bbe","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2ac97d9492259bbe","status":"passed","time":{"start":1714427019007,"stop":1714427019007,"duration":0}},{"uid":"1d7870eafb2edda4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1d7870eafb2edda4","status":"passed","time":{"start":1714425767057,"stop":1714425767058,"duration":1}},{"uid":"2ce88c1500dd040","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2ce88c1500dd040","status":"passed","time":{"start":1714425507197,"stop":1714425507197,"duration":0}},{"uid":"9e160e23968fba74","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9e160e23968fba74","status":"passed","time":{"start":1714415710418,"stop":1714415710418,"duration":0}},{"uid":"bfac3b7d2732431a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bfac3b7d2732431a","status":"passed","time":{"start":1714415817189,"stop":1714415817190,"duration":1}},{"uid":"fdb229a53143972e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fdb229a53143972e","status":"passed","time":{"start":1714408026136,"stop":1714408026136,"duration":0}},{"uid":"a0f84915afe82526","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a0f84915afe82526","status":"passed","time":{"start":1714407055324,"stop":1714407055324,"duration":0}},{"uid":"fcaa0de3ff9e4da0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fcaa0de3ff9e4da0","status":"passed","time":{"start":1714404834262,"stop":1714404834262,"duration":0}}]},"2c519845cb6e85ee05a6c6c1273e74a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e15b992587e8a829","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/e15b992587e8a829","status":"passed","time":{"start":1714046252350,"stop":1714046252351,"duration":1}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"f2fa6ff8d7d2b535","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f2fa6ff8d7d2b535","status":"passed","time":{"start":1714454434336,"stop":1714454434336,"duration":0}},{"uid":"5203bd6392a27d51","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5203bd6392a27d51","status":"passed","time":{"start":1714436006544,"stop":1714436006545,"duration":1}},{"uid":"8b9325d122f419ef","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8b9325d122f419ef","status":"passed","time":{"start":1714435054859,"stop":1714435054859,"duration":0}},{"uid":"b45df2000491b508","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b45df2000491b508","status":"passed","time":{"start":1714433761067,"stop":1714433761067,"duration":0}},{"uid":"1ae897010420def3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1ae897010420def3","status":"passed","time":{"start":1714431966441,"stop":1714431966442,"duration":1}},{"uid":"a9e891ce5e86d2b1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a9e891ce5e86d2b1","status":"passed","time":{"start":1714432193281,"stop":1714432193281,"duration":0}},{"uid":"41a5eb1dcf189d7e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/41a5eb1dcf189d7e","status":"passed","time":{"start":1714430948558,"stop":1714430948558,"duration":0}},{"uid":"80a2f65441b772fa","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/80a2f65441b772fa","status":"passed","time":{"start":1714430713567,"stop":1714430713568,"duration":1}},{"uid":"6e7b7faec7bef348","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6e7b7faec7bef348","status":"passed","time":{"start":1714429917755,"stop":1714429917755,"duration":0}},{"uid":"751a1d43df574775","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/751a1d43df574775","status":"passed","time":{"start":1714429040301,"stop":1714429040301,"duration":0}},{"uid":"392fed8b151105c8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/392fed8b151105c8","status":"passed","time":{"start":1714427848700,"stop":1714427848701,"duration":1}},{"uid":"b0fdb04ba1cb0689","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b0fdb04ba1cb0689","status":"passed","time":{"start":1714427530074,"stop":1714427530074,"duration":0}},{"uid":"7296b4bb95ae8033","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7296b4bb95ae8033","status":"passed","time":{"start":1714426875157,"stop":1714426875157,"duration":0}},{"uid":"5c62fc0f296319ac","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5c62fc0f296319ac","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511045,"stop":1714426511046,"duration":1}},{"uid":"2730758c5f565372","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2730758c5f565372","status":"passed","time":{"start":1714425369970,"stop":1714425369970,"duration":0}},{"uid":"e8f8971e293a40fe","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e8f8971e293a40fe","status":"passed","time":{"start":1714415516384,"stop":1714415516384,"duration":0}},{"uid":"b893010c10fb9bd2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b893010c10fb9bd2","status":"passed","time":{"start":1714415679035,"stop":1714415679035,"duration":0}},{"uid":"5bfc81e6c8cb4219","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5bfc81e6c8cb4219","status":"passed","time":{"start":1714407884334,"stop":1714407884334,"duration":0}},{"uid":"a3be84e65f15fedf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a3be84e65f15fedf","status":"passed","time":{"start":1714406914331,"stop":1714406914331,"duration":0}},{"uid":"e938ec38a9b3764e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e938ec38a9b3764e","status":"passed","time":{"start":1714404690122,"stop":1714404690122,"duration":0}}]},"927f741ee8e97453b85b9873cedca384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"510df18db139d421","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/510df18db139d421","status":"passed","time":{"start":1714296397565,"stop":1714296397565,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"86db4a2e7194d6de","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/86db4a2e7194d6de","status":"passed","time":{"start":1714454227628,"stop":1714454227629,"duration":1}},{"uid":"35b55763e7c4f624","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/35b55763e7c4f624","status":"passed","time":{"start":1714435777768,"stop":1714435777768,"duration":0}},{"uid":"21b05e26c67824c3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/21b05e26c67824c3","status":"passed","time":{"start":1714434844580,"stop":1714434844580,"duration":0}},{"uid":"796e693f2e398f85","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/796e693f2e398f85","status":"passed","time":{"start":1714433536132,"stop":1714433536133,"duration":1}},{"uid":"6d0dc49e2ae4e78d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6d0dc49e2ae4e78d","status":"passed","time":{"start":1714431743696,"stop":1714431743697,"duration":1}},{"uid":"729a7c8036944a6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/729a7c8036944a6","status":"passed","time":{"start":1714432061612,"stop":1714432061612,"duration":0}},{"uid":"3007bc0f89e5263d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3007bc0f89e5263d","status":"passed","time":{"start":1714430732792,"stop":1714430732792,"duration":0}},{"uid":"44053e979e8d3e7f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/44053e979e8d3e7f","status":"passed","time":{"start":1714430577777,"stop":1714430577778,"duration":1}},{"uid":"ba14173ff22d9947","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ba14173ff22d9947","status":"passed","time":{"start":1714429693309,"stop":1714429693310,"duration":1}},{"uid":"f28800e25b70d7be","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f28800e25b70d7be","status":"passed","time":{"start":1714428818330,"stop":1714428818330,"duration":0}},{"uid":"bd68be5c37ddc744","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bd68be5c37ddc744","status":"passed","time":{"start":1714427601547,"stop":1714427601548,"duration":1}},{"uid":"124659f335ccfac","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/124659f335ccfac","status":"passed","time":{"start":1714427309011,"stop":1714427309011,"duration":0}},{"uid":"d5a16bc886fc66e4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d5a16bc886fc66e4","status":"passed","time":{"start":1714426655920,"stop":1714426655920,"duration":0}},{"uid":"3768c56f63eea855","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3768c56f63eea855","status":"passed","time":{"start":1714425420810,"stop":1714425420810,"duration":0}},{"uid":"935ee22e13b6805f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/935ee22e13b6805f","status":"passed","time":{"start":1714425137575,"stop":1714425137576,"duration":1}},{"uid":"85b8e5ec1dfcfb16","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/85b8e5ec1dfcfb16","status":"passed","time":{"start":1714415306505,"stop":1714415306506,"duration":1}},{"uid":"56c8ad807303ff7a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/56c8ad807303ff7a","status":"passed","time":{"start":1714415442172,"stop":1714415442173,"duration":1}},{"uid":"12fa9077907ef86c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/12fa9077907ef86c","status":"passed","time":{"start":1714407661549,"stop":1714407661549,"duration":0}},{"uid":"6823f753794b5cd1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6823f753794b5cd1","status":"passed","time":{"start":1714406688993,"stop":1714406688993,"duration":0}},{"uid":"4f6c2496bcfaf6a0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4f6c2496bcfaf6a0","status":"passed","time":{"start":1714404480733,"stop":1714404480734,"duration":1}}]},"c6dc99c00b3106e88988f8d946c26811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e62ffb911f68caa9","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/e62ffb911f68caa9","status":"passed","time":{"start":1714080498799,"stop":1714080498799,"duration":0}}]},"e007a3722981df35853980c3386dda46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"569c799980aec09","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/569c799980aec09","status":"passed","time":{"start":1714381390683,"stop":1714381390683,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"6ee8a999b0372610","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6ee8a999b0372610","status":"passed","time":{"start":1714454227466,"stop":1714454227467,"duration":1}},{"uid":"1251c209c6f53d1f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1251c209c6f53d1f","status":"passed","time":{"start":1714435777394,"stop":1714435777396,"duration":2}},{"uid":"b665b9ed63a5155e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b665b9ed63a5155e","status":"passed","time":{"start":1714434844497,"stop":1714434844497,"duration":0}},{"uid":"363f3ac508e0755b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/363f3ac508e0755b","status":"passed","time":{"start":1714433535968,"stop":1714433535968,"duration":0}},{"uid":"436baeee6fd13aae","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/436baeee6fd13aae","status":"passed","time":{"start":1714431743517,"stop":1714431743517,"duration":0}},{"uid":"76fb46ddf37c83d0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/76fb46ddf37c83d0","status":"passed","time":{"start":1714432002432,"stop":1714432002433,"duration":1}},{"uid":"36c95995ac083015","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/36c95995ac083015","status":"passed","time":{"start":1714430732676,"stop":1714430732676,"duration":0}},{"uid":"7978c3e165ed7cf9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7978c3e165ed7cf9","status":"passed","time":{"start":1714430508156,"stop":1714430508156,"duration":0}},{"uid":"91c4d1b6489c6cb5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/91c4d1b6489c6cb5","status":"passed","time":{"start":1714429693099,"stop":1714429693099,"duration":0}},{"uid":"18624496c4011759","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/18624496c4011759","status":"passed","time":{"start":1714428818253,"stop":1714428818253,"duration":0}},{"uid":"de08ef620eb7a846","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/de08ef620eb7a846","status":"passed","time":{"start":1714427601293,"stop":1714427601294,"duration":1}},{"uid":"d939565525e24e1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d939565525e24e1","status":"passed","time":{"start":1714427308819,"stop":1714427308820,"duration":1}},{"uid":"8d74d182c5a23e7b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8d74d182c5a23e7b","status":"passed","time":{"start":1714426655766,"stop":1714426655766,"duration":0}},{"uid":"83a763cf3f9ac644","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/83a763cf3f9ac644","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420730,"stop":1714425420730,"duration":0}},{"uid":"447954d7d297e81e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/447954d7d297e81e","status":"passed","time":{"start":1714425137451,"stop":1714425137451,"duration":0}},{"uid":"3c45adcab8b3c2ae","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3c45adcab8b3c2ae","status":"passed","time":{"start":1714415306373,"stop":1714415306374,"duration":1}},{"uid":"93f65d9f11d8f06","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/93f65d9f11d8f06","status":"passed","time":{"start":1714415441028,"stop":1714415441028,"duration":0}},{"uid":"7cac5e444c166b37","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7cac5e444c166b37","status":"passed","time":{"start":1714407661410,"stop":1714407661410,"duration":0}},{"uid":"76cf80993f1dedc5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/76cf80993f1dedc5","status":"passed","time":{"start":1714406688865,"stop":1714406688865,"duration":0}},{"uid":"a4feacaafa5b25b7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a4feacaafa5b25b7","status":"passed","time":{"start":1714404480620,"stop":1714404480621,"duration":1}}]},"74c73deaa8300cdddd34495cdf2f5062:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"872b80554aad305a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/872b80554aad305a","status":"passed","time":{"start":1714435932832,"stop":1714435932833,"duration":1}}]},"05efc3c47e673c11bde246d9d5ef0e28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49d295b5fe9fe0f5","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/49d295b5fe9fe0f5","status":"passed","time":{"start":1714228985387,"stop":1714228985388,"duration":1}}]},"f9d84f4e790b6b3c7f1cf8447272b5e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95a95bf9c6189a22","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/95a95bf9c6189a22","status":"passed","time":{"start":1714087126237,"stop":1714087126237,"duration":0}}]},"5057595c8302e125706218b7ae790d91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dbe3b1ffd93109e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8dbe3b1ffd93109e","status":"passed","time":{"start":1714430948556,"stop":1714430948556,"duration":0}}]},"7125f50e805578bc076498e64ccd2847:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91e6a4eac3eec7f7","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/91e6a4eac3eec7f7","status":"passed","time":{"start":1714008071087,"stop":1714008071087,"duration":0}}]},"ded1ecf74c7d761b803a9f44e35d3de2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d6dd14b0f24e98b","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/4d6dd14b0f24e98b","status":"passed","time":{"start":1714382963589,"stop":1714382963590,"duration":1}}]},"c5e06d0ed3bd172a1d4818bd8f74aa40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27c3b46ba85557ab","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/27c3b46ba85557ab","status":"passed","time":{"start":1714129866539,"stop":1714129866539,"duration":0}}]},"d9cd34974e6538c379789c20f432438a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"d45041c72c63df9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d45041c72c63df9","status":"passed","time":{"start":1714453925059,"stop":1714453925060,"duration":1}},{"uid":"8b1b0ea6ac6f5190","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8b1b0ea6ac6f5190","status":"passed","time":{"start":1714435482967,"stop":1714435482967,"duration":0}},{"uid":"9b86d5c86d850768","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9b86d5c86d850768","status":"passed","time":{"start":1714434552003,"stop":1714434552003,"duration":0}},{"uid":"916ffa6a5c5f4842","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/916ffa6a5c5f4842","status":"passed","time":{"start":1714433247028,"stop":1714433247028,"duration":0}},{"uid":"7eaf6f62663f4840","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7eaf6f62663f4840","status":"passed","time":{"start":1714431444748,"stop":1714431444748,"duration":0}},{"uid":"d3bc74820b4c888b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d3bc74820b4c888b","status":"passed","time":{"start":1714431708289,"stop":1714431708290,"duration":1}},{"uid":"4a8ac71fd7f365e3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4a8ac71fd7f365e3","status":"passed","time":{"start":1714430430721,"stop":1714430430721,"duration":0}},{"uid":"78da0f38089f6b4c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/78da0f38089f6b4c","status":"passed","time":{"start":1714430223182,"stop":1714430223182,"duration":0}},{"uid":"ad2f319c85f222dd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ad2f319c85f222dd","status":"passed","time":{"start":1714429383878,"stop":1714429383878,"duration":0}},{"uid":"1dd04ea678dc99dc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1dd04ea678dc99dc","status":"passed","time":{"start":1714428528633,"stop":1714428528633,"duration":0}},{"uid":"f51d5f933290f108","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f51d5f933290f108","status":"passed","time":{"start":1714427305984,"stop":1714427305985,"duration":1}},{"uid":"5f9c95801e1ea2ec","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5f9c95801e1ea2ec","status":"passed","time":{"start":1714427007380,"stop":1714427007380,"duration":0}},{"uid":"eb7da3facf1e9987","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/eb7da3facf1e9987","status":"passed","time":{"start":1714426355968,"stop":1714426355968,"duration":0}},{"uid":"6ec1fcc4104765e4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6ec1fcc4104765e4","status":"passed","time":{"start":1714424458782,"stop":1714424458782,"duration":0}},{"uid":"78ec3771423c9a71","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/78ec3771423c9a71","status":"passed","time":{"start":1714424849007,"stop":1714424849008,"duration":1}},{"uid":"3570568da06107c4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3570568da06107c4","status":"passed","time":{"start":1714415001447,"stop":1714415001448,"duration":1}},{"uid":"cf9c97b1618f00e9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cf9c97b1618f00e9","status":"passed","time":{"start":1714415154919,"stop":1714415154919,"duration":0}},{"uid":"9d56f285fe4213c5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9d56f285fe4213c5","status":"passed","time":{"start":1714407362045,"stop":1714407362045,"duration":0}},{"uid":"883ebdc2082b4ee9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/883ebdc2082b4ee9","status":"passed","time":{"start":1714406389338,"stop":1714406389339,"duration":1}},{"uid":"c74b023234542ca0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c74b023234542ca0","status":"passed","time":{"start":1714404179177,"stop":1714404179177,"duration":0}}]},"7665ba6d62f9d40c0bc19c622cd9929c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7be663f4c5fcf053","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/7be663f4c5fcf053","status":"passed","time":{"start":1714109329749,"stop":1714109329750,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"3f3d2c06f80823b8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3f3d2c06f80823b8","status":"passed","time":{"start":1714454066545,"stop":1714454066546,"duration":1}},{"uid":"819dcc795827e911","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/819dcc795827e911","status":"passed","time":{"start":1714435618123,"stop":1714435618123,"duration":0}},{"uid":"8b08042fe69dfe59","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8b08042fe69dfe59","status":"passed","time":{"start":1714434690684,"stop":1714434690685,"duration":1}},{"uid":"799b057d8b932e2f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/799b057d8b932e2f","status":"passed","time":{"start":1714433384082,"stop":1714433384083,"duration":1}},{"uid":"2ccde66f9b3e0327","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2ccde66f9b3e0327","status":"passed","time":{"start":1714431579358,"stop":1714431579358,"duration":0}},{"uid":"3dc373bcb993b866","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3dc373bcb993b866","status":"passed","time":{"start":1714431864684,"stop":1714431864685,"duration":1}},{"uid":"54d3f08588c1f811","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/54d3f08588c1f811","status":"passed","time":{"start":1714430575909,"stop":1714430575909,"duration":0}},{"uid":"99fa5896581ac5ed","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/99fa5896581ac5ed","status":"passed","time":{"start":1714430373691,"stop":1714430373691,"duration":0}},{"uid":"8c96a1cc4f9d2e7d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8c96a1cc4f9d2e7d","status":"passed","time":{"start":1714429534239,"stop":1714429534240,"duration":1}},{"uid":"29f4c7a30ce34aea","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/29f4c7a30ce34aea","status":"passed","time":{"start":1714428670172,"stop":1714428670172,"duration":0}},{"uid":"e4c4acf434eb980a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e4c4acf434eb980a","status":"passed","time":{"start":1714427443739,"stop":1714427443739,"duration":0}},{"uid":"7460632d860fec64","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7460632d860fec64","status":"passed","time":{"start":1714427145031,"stop":1714427145031,"duration":0}},{"uid":"2778e9ef93abf797","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2778e9ef93abf797","status":"passed","time":{"start":1714426498103,"stop":1714426498104,"duration":1}},{"uid":"1bd2a0e1f7e7214b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1bd2a0e1f7e7214b","status":"broken","statusDetails":"window is not defined","time":{"start":1714424769774,"stop":1714424769775,"duration":1}},{"uid":"6d6afb074380220d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6d6afb074380220d","status":"passed","time":{"start":1714424993186,"stop":1714424993187,"duration":1}},{"uid":"2c2a127c0f033792","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2c2a127c0f033792","status":"passed","time":{"start":1714415152956,"stop":1714415152961,"duration":5}},{"uid":"6c1083558302d44f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6c1083558302d44f","status":"passed","time":{"start":1714415288105,"stop":1714415288105,"duration":0}},{"uid":"e01ac5eff02c7ed7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e01ac5eff02c7ed7","status":"passed","time":{"start":1714407506455,"stop":1714407506456,"duration":1}},{"uid":"93ecbcb5b89aae","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/93ecbcb5b89aae","status":"passed","time":{"start":1714406539226,"stop":1714406539226,"duration":0}},{"uid":"fb30b5bda2646ce","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fb30b5bda2646ce","status":"passed","time":{"start":1714404316292,"stop":1714404316293,"duration":1}}]},"7885e38cb17576b4fb7b3fb6c2d0223c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44481e308aa8344b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/44481e308aa8344b","status":"passed","time":{"start":1714432303171,"stop":1714432303172,"duration":1}}]},"7d1b5caf26aec71d8d04a23e44acfd40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5532e4c567e4c219","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/5532e4c567e4c219","status":"passed","time":{"start":1714123393509,"stop":1714123393510,"duration":1}}]},"5e08557807689a9963c200dca0254cba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6e884ca99f6cb3","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/f6e884ca99f6cb3","status":"passed","time":{"start":1714114012083,"stop":1714114012083,"duration":0}}]},"748289b3acb952f28216538c330203b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88dfbf92e34bd779","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/88dfbf92e34bd779","status":"passed","time":{"start":1714089638330,"stop":1714089638331,"duration":1}}]},"5cf72f13539a4a2b7aba423de060b100:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6c7f42fa347ac9d","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a6c7f42fa347ac9d","status":"passed","time":{"start":1714383068450,"stop":1714383068452,"duration":2}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"79b12bfc3d50a780","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/79b12bfc3d50a780","status":"passed","time":{"start":1714454133735,"stop":1714454133735,"duration":0}},{"uid":"fb6ed119857a57f2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fb6ed119857a57f2","status":"passed","time":{"start":1714435697057,"stop":1714435697057,"duration":0}},{"uid":"6ba85f655280dd3c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6ba85f655280dd3c","status":"passed","time":{"start":1714434777699,"stop":1714434777699,"duration":0}},{"uid":"6663c20d3636abf1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6663c20d3636abf1","status":"passed","time":{"start":1714433468577,"stop":1714433468578,"duration":1}},{"uid":"714d95c1361ab722","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/714d95c1361ab722","status":"passed","time":{"start":1714431659891,"stop":1714431659891,"duration":0}},{"uid":"9c5beab67631e689","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9c5beab67631e689","status":"passed","time":{"start":1714431917002,"stop":1714431917002,"duration":0}},{"uid":"700ba592a0764d76","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/700ba592a0764d76","status":"passed","time":{"start":1714430652869,"stop":1714430652870,"duration":1}},{"uid":"e1cc0fc373328580","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e1cc0fc373328580","status":"passed","time":{"start":1714430439929,"stop":1714430439930,"duration":1}},{"uid":"8130a842d637c3c2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8130a842d637c3c2","status":"passed","time":{"start":1714429618763,"stop":1714429618764,"duration":1}},{"uid":"fb950bc64ebfb6fa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fb950bc64ebfb6fa","status":"passed","time":{"start":1714428758234,"stop":1714428758234,"duration":0}},{"uid":"ada9545e61e6e343","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ada9545e61e6e343","status":"passed","time":{"start":1714427532033,"stop":1714427532033,"duration":0}},{"uid":"b1b06b737f64d7b4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b1b06b737f64d7b4","status":"passed","time":{"start":1714427233648,"stop":1714427233648,"duration":0}},{"uid":"2fdda47dc25ecd4b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2fdda47dc25ecd4b","status":"passed","time":{"start":1714426576821,"stop":1714426576822,"duration":1}},{"uid":"53ea7acd8f00b695","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/53ea7acd8f00b695","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311921,"stop":1714425311921,"duration":0}},{"uid":"b9ec13257a341c34","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b9ec13257a341c34","status":"passed","time":{"start":1714425068146,"stop":1714425068147,"duration":1}},{"uid":"e20a1d8b6c13e12c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e20a1d8b6c13e12c","status":"passed","time":{"start":1714415236746,"stop":1714415236747,"duration":1}},{"uid":"e7472a953ba6d129","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e7472a953ba6d129","status":"passed","time":{"start":1714415370284,"stop":1714415370285,"duration":1}},{"uid":"5de1d4818584aa44","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5de1d4818584aa44","status":"passed","time":{"start":1714407592721,"stop":1714407592722,"duration":1}},{"uid":"2b721c08d8501517","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2b721c08d8501517","status":"passed","time":{"start":1714406603010,"stop":1714406603011,"duration":1}},{"uid":"db37a9ab6e17e278","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/db37a9ab6e17e278","status":"passed","time":{"start":1714404403081,"stop":1714404403082,"duration":1}}]},"09efe419800ca4b9d6fa6d41a05b3ca6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cc8d71033882422","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7cc8d71033882422","status":"passed","time":{"start":1714426576831,"stop":1714426576832,"duration":1}}]},"d192aed019b13efa965dc97ad17616b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"672442a396705990","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/672442a396705990","status":"passed","time":{"start":1714383007957,"stop":1714383007957,"duration":0}}]},"bd46848a94cd87fb4f35ad682d518ac9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3ef78cd41c70d0b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d3ef78cd41c70d0b","status":"passed","time":{"start":1714406956959,"stop":1714406956959,"duration":0}}]},"7b099f0211090875a01ce4d0c1ba9034:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33496a30de68b51c","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/33496a30de68b51c","status":"passed","time":{"start":1714383546704,"stop":1714383546704,"duration":0}}]},"4327d160c7847cd9b45512c54424b9e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb5c877621a0334c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cb5c877621a0334c","status":"passed","time":{"start":1714429098040,"stop":1714429098040,"duration":0}}]},"d8e81abfcd231f9940213c62d2e0ec33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4549fca0ff70775","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d4549fca0ff70775","status":"passed","time":{"start":1714385024714,"stop":1714385024714,"duration":0}}]},"8d5a38d10fbb751950b057d029ec21af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2277399692d07708","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/2277399692d07708","status":"passed","time":{"start":1714087070369,"stop":1714087070369,"duration":0}}]},"ffbc1a6c5c9f3fc85e5fb0533504a7da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4adeebfae3505d59","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/4adeebfae3505d59","status":"passed","time":{"start":1714018014392,"stop":1714018014392,"duration":0}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4ed6328ff3c93b6a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4ed6328ff3c93b6a","status":"passed","time":{"start":1714453925050,"stop":1714453925050,"duration":0}},{"uid":"1d494032cc3b4317","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1d494032cc3b4317","status":"passed","time":{"start":1714435482957,"stop":1714435482958,"duration":1}},{"uid":"e2816ffd8aec237e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e2816ffd8aec237e","status":"passed","time":{"start":1714434551993,"stop":1714434551994,"duration":1}},{"uid":"72770fd8a51c7d04","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/72770fd8a51c7d04","status":"passed","time":{"start":1714433247021,"stop":1714433247021,"duration":0}},{"uid":"ae4541539c61e91d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ae4541539c61e91d","status":"passed","time":{"start":1714431444741,"stop":1714431444741,"duration":0}},{"uid":"8bde6965a380c72e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8bde6965a380c72e","status":"passed","time":{"start":1714431708279,"stop":1714431708280,"duration":1}},{"uid":"2993d97b193ae7a3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2993d97b193ae7a3","status":"passed","time":{"start":1714430430708,"stop":1714430430709,"duration":1}},{"uid":"19fd8a2e9a1f3110","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/19fd8a2e9a1f3110","status":"passed","time":{"start":1714430223175,"stop":1714430223175,"duration":0}},{"uid":"e79d8dd19ac21aa8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e79d8dd19ac21aa8","status":"passed","time":{"start":1714429383865,"stop":1714429383866,"duration":1}},{"uid":"11e964fee3f0a2a8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/11e964fee3f0a2a8","status":"passed","time":{"start":1714428528623,"stop":1714428528623,"duration":0}},{"uid":"e442b45c56150856","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e442b45c56150856","status":"passed","time":{"start":1714427305977,"stop":1714427305978,"duration":1}},{"uid":"8a85a798d329d548","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8a85a798d329d548","status":"passed","time":{"start":1714427007373,"stop":1714427007373,"duration":0}},{"uid":"dd87a2f4f27e378f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/dd87a2f4f27e378f","status":"passed","time":{"start":1714426355957,"stop":1714426355958,"duration":1}},{"uid":"833338c91cd72a8b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/833338c91cd72a8b","status":"passed","time":{"start":1714424458772,"stop":1714424458773,"duration":1}},{"uid":"826bed8e64506b54","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/826bed8e64506b54","status":"passed","time":{"start":1714424848997,"stop":1714424848997,"duration":0}},{"uid":"41fcdbd14b663179","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/41fcdbd14b663179","status":"passed","time":{"start":1714415001438,"stop":1714415001438,"duration":0}},{"uid":"9b7e89f56c8746af","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9b7e89f56c8746af","status":"passed","time":{"start":1714415154907,"stop":1714415154907,"duration":0}},{"uid":"806b23cba00e518","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/806b23cba00e518","status":"passed","time":{"start":1714407362035,"stop":1714407362036,"duration":1}},{"uid":"bcb4640420b7de39","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bcb4640420b7de39","status":"passed","time":{"start":1714406389329,"stop":1714406389329,"duration":0}},{"uid":"172385ff9a9d413e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/172385ff9a9d413e","status":"passed","time":{"start":1714404179165,"stop":1714404179165,"duration":0}}]},"9030affe9c9bcea1fc1ccc7e6e2095b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"540b65999bb91795","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/540b65999bb91795","status":"passed","time":{"start":1714169159815,"stop":1714169159815,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"d56ed5abe262dab0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d56ed5abe262dab0","status":"passed","time":{"start":1714454227470,"stop":1714454227471,"duration":1}},{"uid":"b4db97402fe70cba","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b4db97402fe70cba","status":"passed","time":{"start":1714435777405,"stop":1714435777405,"duration":0}},{"uid":"6052f7ec95a6824c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6052f7ec95a6824c","status":"passed","time":{"start":1714434844500,"stop":1714434844500,"duration":0}},{"uid":"9c641466dbab7886","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9c641466dbab7886","status":"passed","time":{"start":1714433535971,"stop":1714433535971,"duration":0}},{"uid":"f2544d85516565c5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f2544d85516565c5","status":"passed","time":{"start":1714431743525,"stop":1714431743525,"duration":0}},{"uid":"9f46be7f83503409","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9f46be7f83503409","status":"passed","time":{"start":1714432002438,"stop":1714432002438,"duration":0}},{"uid":"6fcb1f45ba872575","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6fcb1f45ba872575","status":"passed","time":{"start":1714430732681,"stop":1714430732681,"duration":0}},{"uid":"1157f34f62fb0cd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1157f34f62fb0cd","status":"passed","time":{"start":1714430508165,"stop":1714430508166,"duration":1}},{"uid":"a330cfdff1013e95","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a330cfdff1013e95","status":"passed","time":{"start":1714429693105,"stop":1714429693165,"duration":60}},{"uid":"f6cbcc914d2e0093","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f6cbcc914d2e0093","status":"passed","time":{"start":1714428818257,"stop":1714428818257,"duration":0}},{"uid":"6098194ec1621b73","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6098194ec1621b73","status":"passed","time":{"start":1714427601316,"stop":1714427601317,"duration":1}},{"uid":"e01b8a06469d37a5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e01b8a06469d37a5","status":"passed","time":{"start":1714427308826,"stop":1714427308826,"duration":0}},{"uid":"59503bc555781024","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/59503bc555781024","status":"passed","time":{"start":1714426655783,"stop":1714426655783,"duration":0}},{"uid":"849f31d3a400e7bc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/849f31d3a400e7bc","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420746,"stop":1714425420746,"duration":0}},{"uid":"906c104c2abb87ec","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/906c104c2abb87ec","status":"passed","time":{"start":1714425137456,"stop":1714425137457,"duration":1}},{"uid":"23e0b421c812bc48","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/23e0b421c812bc48","status":"passed","time":{"start":1714415306377,"stop":1714415306377,"duration":0}},{"uid":"f3014be4e2b0b797","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f3014be4e2b0b797","status":"passed","time":{"start":1714415441032,"stop":1714415441032,"duration":0}},{"uid":"7ef18c14212d9fd3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7ef18c14212d9fd3","status":"passed","time":{"start":1714407661421,"stop":1714407661421,"duration":0}},{"uid":"70dadb4566c346c2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/70dadb4566c346c2","status":"passed","time":{"start":1714406688868,"stop":1714406688869,"duration":1}},{"uid":"37d5e47ec2799df","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/37d5e47ec2799df","status":"passed","time":{"start":1714404480629,"stop":1714404480631,"duration":2}}]},"0d59f4cfdf6886a02b958caf60ce522a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6546f9bb5e15d607","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/6546f9bb5e15d607","status":"passed","time":{"start":1714385757962,"stop":1714385757962,"duration":0}}]},"bb69246cc30f1e862aa575509b940a63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7446b15c6014057","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/e7446b15c6014057","status":"passed","time":{"start":1714142077700,"stop":1714142077701,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"14c66ff69319547e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/14c66ff69319547e","status":"passed","time":{"start":1714454140450,"stop":1714454140450,"duration":0}},{"uid":"f9a554776ac5cdb3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f9a554776ac5cdb3","status":"passed","time":{"start":1714435687902,"stop":1714435687903,"duration":1}},{"uid":"ce6531c28bcb18db","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ce6531c28bcb18db","status":"passed","time":{"start":1714434773460,"stop":1714434773460,"duration":0}},{"uid":"feb1ff779b0b16fa","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/feb1ff779b0b16fa","status":"passed","time":{"start":1714433450973,"stop":1714433450973,"duration":0}},{"uid":"34a91e422b868e05","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/34a91e422b868e05","status":"passed","time":{"start":1714431653502,"stop":1714431653502,"duration":0}},{"uid":"d2c18f602bf4dbed","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d2c18f602bf4dbed","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714431989822,"stop":1714431989823,"duration":1}},{"uid":"1b7fb50157e7c517","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1b7fb50157e7c517","status":"passed","time":{"start":1714430659403,"stop":1714430659404,"duration":1}},{"uid":"8f11e9b1aed41f22","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8f11e9b1aed41f22","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714430522143,"stop":1714430522144,"duration":1}},{"uid":"d2ae2283404377fd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d2ae2283404377fd","status":"passed","time":{"start":1714429610409,"stop":1714429610409,"duration":0}},{"uid":"b494669f7ae97e31","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b494669f7ae97e31","status":"passed","time":{"start":1714428741360,"stop":1714428741360,"duration":0}},{"uid":"6a1c1eeff4c2d55c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6a1c1eeff4c2d55c","status":"passed","time":{"start":1714427513579,"stop":1714427513579,"duration":0}},{"uid":"765d8ce95b113f64","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/765d8ce95b113f64","status":"passed","time":{"start":1714427219352,"stop":1714427219352,"duration":0}},{"uid":"18c2dc763f4c6d1a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/18c2dc763f4c6d1a","status":"passed","time":{"start":1714426573084,"stop":1714426573085,"duration":1}},{"uid":"2f015e99976d5b34","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2f015e99976d5b34","status":"passed","time":{"start":1714424914275,"stop":1714424914275,"duration":0}},{"uid":"7f30b64e3083faaf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7f30b64e3083faaf","status":"passed","time":{"start":1714425071914,"stop":1714425071915,"duration":1}},{"uid":"eecb1de66a28c491","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eecb1de66a28c491","status":"passed","time":{"start":1714415233315,"stop":1714415233316,"duration":1}},{"uid":"8eb4475c1422ea9d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8eb4475c1422ea9d","status":"passed","time":{"start":1714415382708,"stop":1714415382709,"duration":1}},{"uid":"2adcd4f4b7316548","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2adcd4f4b7316548","status":"passed","time":{"start":1714407575693,"stop":1714407575693,"duration":0}},{"uid":"27238018fa285bbb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/27238018fa285bbb","status":"passed","time":{"start":1714406625163,"stop":1714406625164,"duration":1}},{"uid":"f29051c22f1f6807","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f29051c22f1f6807","status":"passed","time":{"start":1714404386200,"stop":1714404386201,"duration":1}}]},"67a8aa1a496f58ccbf135c53fd232237:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"342c808fe0a96132","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/342c808fe0a96132","status":"passed","time":{"start":1714178269846,"stop":1714178269847,"duration":1}}]},"4e10636568dc3ed0ff8116e375715403:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15177e420031cf20","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/15177e420031cf20","status":"passed","time":{"start":1714454507913,"stop":1714454507913,"duration":0}}]},"527af6ff322be5fea786afd0b8fabf56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0ef8869c3a1dd00","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b0ef8869c3a1dd00","status":"passed","time":{"start":1714430851129,"stop":1714430851129,"duration":0}}]},"4038d518f4eee714df0178fddaee5ac7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aed4cbe24c7e4160","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/aed4cbe24c7e4160","status":"passed","time":{"start":1714228985388,"stop":1714228985388,"duration":0}}]},"a25aa8c62bdaf39f7ac78fc7cf3f7f7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef7f987fde0039cf","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/ef7f987fde0039cf","status":"passed","time":{"start":1714382918285,"stop":1714382918286,"duration":1}}]},"8f9188555a0c568e7ac05c4c188879a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14b958f62f07da87","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/14b958f62f07da87","status":"passed","time":{"start":1714080498796,"stop":1714080498796,"duration":0}}]},"f64dd01b7988f5cf97596353672386fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e1fe3b95f5b6c73","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9e1fe3b95f5b6c73","status":"passed","time":{"start":1714407912882,"stop":1714407912883,"duration":1}}]},"c960ea77484d649acfadaa9954630564:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3262229513fcdd7","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/f3262229513fcdd7","status":"passed","time":{"start":1713889462263,"stop":1713889462264,"duration":1}}]},"4b4b346e0a3d0325c4a7e26d5598b6de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aacd0b04853134c4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/aacd0b04853134c4","status":"passed","time":{"start":1714435099717,"stop":1714435099718,"duration":1}}]},"263f1610310492fc0e85114222d9de89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c06a357c8b49e724","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/c06a357c8b49e724","status":"passed","time":{"start":1713976971630,"stop":1713976971630,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"5c3209cfa50c2406","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5c3209cfa50c2406","status":"passed","time":{"start":1714454507911,"stop":1714454507912,"duration":1}},{"uid":"517a8523d4c709a7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/517a8523d4c709a7","status":"passed","time":{"start":1714436048759,"stop":1714436048759,"duration":0}},{"uid":"6e9a457c35b9f52c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6e9a457c35b9f52c","status":"passed","time":{"start":1714435155784,"stop":1714435155784,"duration":0}},{"uid":"1bf64222de7a1c2f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1bf64222de7a1c2f","status":"passed","time":{"start":1714433815800,"stop":1714433815800,"duration":0}},{"uid":"48467129d16a3d5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/48467129d16a3d5","status":"passed","time":{"start":1714432025729,"stop":1714432025729,"duration":0}},{"uid":"2179524f2524a29","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2179524f2524a29","status":"passed","time":{"start":1714432319357,"stop":1714432319357,"duration":0}},{"uid":"922fe9045a528f77","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/922fe9045a528f77","status":"passed","time":{"start":1714431035250,"stop":1714431035251,"duration":1}},{"uid":"bb60cd409a447935","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bb60cd409a447935","status":"passed","time":{"start":1714430851127,"stop":1714430851128,"duration":1}},{"uid":"e2dad96a7ea53c41","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e2dad96a7ea53c41","status":"passed","time":{"start":1714429998321,"stop":1714429998322,"duration":1}},{"uid":"8fb067985d1e14a7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8fb067985d1e14a7","status":"passed","time":{"start":1714429123418,"stop":1714429123418,"duration":0}},{"uid":"8fd319cb0621b248","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8fd319cb0621b248","status":"passed","time":{"start":1714427908753,"stop":1714427908754,"duration":1}},{"uid":"10967d425983cf47","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/10967d425983cf47","status":"passed","time":{"start":1714427590261,"stop":1714427590262,"duration":1}},{"uid":"cd75ee6b37abf412","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cd75ee6b37abf412","status":"passed","time":{"start":1714426950365,"stop":1714426950365,"duration":0}},{"uid":"ce8491b813d81f29","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ce8491b813d81f29","status":"passed","time":{"start":1714425413027,"stop":1714425413028,"duration":1}},{"uid":"6426f240a74027aa","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6426f240a74027aa","status":"passed","time":{"start":1714425435630,"stop":1714425435630,"duration":0}},{"uid":"2f1b15b4f9a444b0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2f1b15b4f9a444b0","status":"passed","time":{"start":1714415590175,"stop":1714415590176,"duration":1}},{"uid":"21266d4ac585e124","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/21266d4ac585e124","status":"passed","time":{"start":1714415739337,"stop":1714415739337,"duration":0}},{"uid":"ce5860bac69aed27","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ce5860bac69aed27","status":"passed","time":{"start":1714407950143,"stop":1714407950144,"duration":1}},{"uid":"9c8bf739e7b6f7bd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9c8bf739e7b6f7bd","status":"passed","time":{"start":1714406978496,"stop":1714406978497,"duration":1}},{"uid":"2b6ad817323a9d8b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2b6ad817323a9d8b","status":"passed","time":{"start":1714404752165,"stop":1714404752165,"duration":0}}]},"e414f5d1ca8e766df656c59947758ece:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8d57502d6e15a36","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/c8d57502d6e15a36","status":"passed","time":{"start":1713943635280,"stop":1713943635280,"duration":0}}]},"c8f2e01063f9a933b922fad1653574f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5ab216e216501cc","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/e5ab216e216501cc","status":"passed","time":{"start":1714384745712,"stop":1714384745712,"duration":0}}]},"8038292fe561eb5acb1aa598ad15dcac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"793df4d01a21c7b8","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/793df4d01a21c7b8","status":"passed","time":{"start":1714139562674,"stop":1714139562674,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":62,"unknown":0,"total":62},"items":[{"uid":"a995320871416e47","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a995320871416e47","status":"passed","time":{"start":1714454024387,"stop":1714454024388,"duration":1}},{"uid":"8cf9158e88a62963","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8cf9158e88a62963","status":"passed","time":{"start":1714435578410,"stop":1714435578410,"duration":0}},{"uid":"8ecff40cb57926c0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8ecff40cb57926c0","status":"passed","time":{"start":1714434650401,"stop":1714434650401,"duration":0}},{"uid":"dcde27cfd72ba4f6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dcde27cfd72ba4f6","status":"passed","time":{"start":1714433346769,"stop":1714433346770,"duration":1}},{"uid":"3dec45df2091eb69","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3dec45df2091eb69","status":"passed","time":{"start":1714431543668,"stop":1714431543668,"duration":0}},{"uid":"88dcde373be992c4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/88dcde373be992c4","status":"passed","time":{"start":1714431805456,"stop":1714431805456,"duration":0}},{"uid":"c0296c74702eb02d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c0296c74702eb02d","status":"passed","time":{"start":1714430536425,"stop":1714430536426,"duration":1}},{"uid":"750038a08a0e17c9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/750038a08a0e17c9","status":"passed","time":{"start":1714430322006,"stop":1714430322006,"duration":0}},{"uid":"89eb8ebfcdfaa5dc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/89eb8ebfcdfaa5dc","status":"passed","time":{"start":1714429493070,"stop":1714429493070,"duration":0}},{"uid":"bd881f19fa295956","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bd881f19fa295956","status":"passed","time":{"start":1714428631120,"stop":1714428631120,"duration":0}},{"uid":"b35596662894bf21","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b35596662894bf21","status":"passed","time":{"start":1714427404958,"stop":1714427404958,"duration":0}},{"uid":"4d9eb0152b520531","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4d9eb0152b520531","status":"passed","time":{"start":1714427101739,"stop":1714427101739,"duration":0}},{"uid":"9c0f198c2b2b673c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9c0f198c2b2b673c","status":"passed","time":{"start":1714426457654,"stop":1714426457655,"duration":1}},{"uid":"3c38d6bce247d5bc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3c38d6bce247d5bc","status":"passed","time":{"start":1714424558654,"stop":1714424558654,"duration":0}},{"uid":"1e98273353ce8a17","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1e98273353ce8a17","status":"passed","time":{"start":1714424950489,"stop":1714424950490,"duration":1}},{"uid":"76bda23ba43749bb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/76bda23ba43749bb","status":"passed","time":{"start":1714415104763,"stop":1714415104763,"duration":0}},{"uid":"ec2c56d509a737f9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ec2c56d509a737f9","status":"passed","time":{"start":1714415250732,"stop":1714415250733,"duration":1}},{"uid":"de75fecfc5337a0b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/de75fecfc5337a0b","status":"passed","time":{"start":1714407463992,"stop":1714407463992,"duration":0}},{"uid":"e96bf32ebfccac3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e96bf32ebfccac3","status":"passed","time":{"start":1714406496808,"stop":1714406496809,"duration":1}},{"uid":"f721960ea9ea0a70","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f721960ea9ea0a70","status":"passed","time":{"start":1714404277936,"stop":1714404277938,"duration":2}}]},"2b473afec8fb41b1896c2492af8db71e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5d0256802150828","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/a5d0256802150828","status":"passed","time":{"start":1714129844752,"stop":1714129844754,"duration":2}}]},"a18ccecf2445a32b684e5486130e2708:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c2d0f17688dd63b","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/5c2d0f17688dd63b","status":"passed","time":{"start":1714040213117,"stop":1714040213118,"duration":1}}]},"cd13c1a92ddfc30253ebd5b0eea35df8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4810493767acf235","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/4810493767acf235","status":"passed","time":{"start":1714109313627,"stop":1714109313628,"duration":1}}]},"4bdfd31a5e0b41fafabbc5f0768d6f83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5df2c7b79c10775b","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/5df2c7b79c10775b","status":"passed","time":{"start":1713982922446,"stop":1713982922446,"duration":0}}]},"430e0c63a9a7780d83c62699cf945739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"431a27efca78a04e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/431a27efca78a04e","status":"passed","time":{"start":1714430439953,"stop":1714430439954,"duration":1}}]},"0313bb1712df22229d4f6646093f51cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"824e8f7d8029501c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/824e8f7d8029501c","status":"passed","time":{"start":1714425301149,"stop":1714425301149,"duration":0}}]},"40ae386a231c716bd41305d8990889ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8df22751373ad64","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/8df22751373ad64","status":"passed","time":{"start":1713977498202,"stop":1713977498202,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"44ab962d18821101","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/44ab962d18821101","status":"passed","time":{"start":1714454434304,"stop":1714454434304,"duration":0}},{"uid":"e6a6c126e36da25a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e6a6c126e36da25a","status":"passed","time":{"start":1714436006522,"stop":1714436006522,"duration":0}},{"uid":"24e5425a1d8997dc","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/24e5425a1d8997dc","status":"passed","time":{"start":1714435054820,"stop":1714435054821,"duration":1}},{"uid":"da0927d10000ed57","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/da0927d10000ed57","status":"passed","time":{"start":1714433761050,"stop":1714433761050,"duration":0}},{"uid":"bb09ab4e83708fee","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bb09ab4e83708fee","status":"passed","time":{"start":1714431966421,"stop":1714431966421,"duration":0}},{"uid":"816f6a3df40e3c4f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/816f6a3df40e3c4f","status":"passed","time":{"start":1714432193259,"stop":1714432193259,"duration":0}},{"uid":"3abb78eda907c340","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3abb78eda907c340","status":"passed","time":{"start":1714430948523,"stop":1714430948523,"duration":0}},{"uid":"9b7acf199a035574","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9b7acf199a035574","status":"passed","time":{"start":1714430713512,"stop":1714430713512,"duration":0}},{"uid":"dcfa0e3ccf363285","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/dcfa0e3ccf363285","status":"passed","time":{"start":1714429917729,"stop":1714429917730,"duration":1}},{"uid":"8340d8f0e9c3e47e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8340d8f0e9c3e47e","status":"passed","time":{"start":1714429040284,"stop":1714429040284,"duration":0}},{"uid":"40ba439785d6fa17","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/40ba439785d6fa17","status":"passed","time":{"start":1714427848669,"stop":1714427848669,"duration":0}},{"uid":"2f6121a6684099bb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2f6121a6684099bb","status":"passed","time":{"start":1714427530054,"stop":1714427530054,"duration":0}},{"uid":"2e9a0e3b01b7f6e5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2e9a0e3b01b7f6e5","status":"passed","time":{"start":1714426875122,"stop":1714426875122,"duration":0}},{"uid":"60f2c7d16d9cffc1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/60f2c7d16d9cffc1","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511008,"stop":1714426511008,"duration":0}},{"uid":"bee7d345cb11cad7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bee7d345cb11cad7","status":"passed","time":{"start":1714425369935,"stop":1714425369936,"duration":1}},{"uid":"9cfdb06d79762e4c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9cfdb06d79762e4c","status":"passed","time":{"start":1714415516364,"stop":1714415516365,"duration":1}},{"uid":"3270a2263b44b0c9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3270a2263b44b0c9","status":"passed","time":{"start":1714415679021,"stop":1714415679021,"duration":0}},{"uid":"a76fd12c25d5d97a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a76fd12c25d5d97a","status":"passed","time":{"start":1714407884314,"stop":1714407884314,"duration":0}},{"uid":"362e265ad528daa8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/362e265ad528daa8","status":"passed","time":{"start":1714406914276,"stop":1714406914276,"duration":0}},{"uid":"106384dd508d65cd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/106384dd508d65cd","status":"passed","time":{"start":1714404690100,"stop":1714404690101,"duration":1}}]},"8823136b5d6e6ada7971b089ed4c6ec5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dfec6ab95d552146","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/dfec6ab95d552146","status":"passed","time":{"start":1714089729895,"stop":1714089729896,"duration":1}}]},"7d575ec8a5bb405006336401de614dec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d64316d21266fac0","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/d64316d21266fac0","status":"passed","time":{"start":1714045997643,"stop":1714045997643,"duration":0}}]},"a6baa94c728fbec6de9b4594ece8c25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"acc8e686f36583c4","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/acc8e686f36583c4","status":"passed","time":{"start":1714404379772,"stop":1714404379772,"duration":0}}]},"552b073ec14c1fd4c99bdd012fa6c322:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bfc7ecac97ca520","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/4bfc7ecac97ca520","status":"passed","time":{"start":1714039405803,"stop":1714039405803,"duration":0}}]},"cb70ed22edef46b6383a907df6d0126d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"660b66cc26ecc43e","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/660b66cc26ecc43e","status":"passed","time":{"start":1714046060135,"stop":1714046060136,"duration":1}}]},"50f0c04e94c7b3c47329ffcdbe2db699:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57230aef21fcd9b","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/57230aef21fcd9b","status":"passed","time":{"start":1713943638556,"stop":1713943638556,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"49dc5076c9a4ab47","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/49dc5076c9a4ab47","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"duration":0}},{"uid":"940a22dbd1a0ee09","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/940a22dbd1a0ee09","status":"passed","time":{"start":1714436158723,"stop":1714436158723,"duration":0}},{"uid":"29361a3e1fddc760","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/29361a3e1fddc760","status":"passed","time":{"start":1714435237010,"stop":1714435237010,"duration":0}},{"uid":"3979efc1f67991c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3979efc1f67991c","status":"passed","time":{"start":1714433925095,"stop":1714433925095,"duration":0}},{"uid":"dcde73ecb8b30578","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/dcde73ecb8b30578","status":"passed","time":{"start":1714432132882,"stop":1714432132882,"duration":0}},{"uid":"6ab725fba9cec508","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6ab725fba9cec508","status":"passed","time":{"start":1714432392961,"stop":1714432392961,"duration":0}},{"uid":"e814907dd225b7e5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e814907dd225b7e5","status":"passed","time":{"start":1714431131880,"stop":1714431131880,"duration":0}},{"uid":"ac584b15608e779","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ac584b15608e779","status":"passed","time":{"start":1714430918772,"stop":1714430918772,"duration":0}},{"uid":"be271298e8e52ac0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/be271298e8e52ac0","status":"passed","time":{"start":1714430104199,"stop":1714430104199,"duration":0}},{"uid":"7870a4892eb11d4b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7870a4892eb11d4b","status":"passed","time":{"start":1714429213867,"stop":1714429213867,"duration":0}},{"uid":"d86070e56ee05ed7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d86070e56ee05ed7","status":"passed","time":{"start":1714427999022,"stop":1714427999022,"duration":0}},{"uid":"52cc7990622e755","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/52cc7990622e755","status":"passed","time":{"start":1714427702216,"stop":1714427702216,"duration":0}},{"uid":"ebdf78f3d6fbd8de","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ebdf78f3d6fbd8de","status":"passed","time":{"start":1714427044018,"stop":1714427044018,"duration":0}},{"uid":"945f16f68ec78c6f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/945f16f68ec78c6f","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699059,"stop":1714426699059,"duration":0}},{"uid":"d9a4146093b02871","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d9a4146093b02871","status":"passed","time":{"start":1714425534882,"stop":1714425534882,"duration":0}},{"uid":"ef0245a325bf8030","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ef0245a325bf8030","status":"passed","time":{"start":1714415702281,"stop":1714415702281,"duration":0}},{"uid":"e82fdd66b24f614f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e82fdd66b24f614f","status":"passed","time":{"start":1714415850489,"stop":1714415850490,"duration":1}},{"uid":"4f3e699ec65867b0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4f3e699ec65867b0","status":"passed","time":{"start":1714408049938,"stop":1714408049939,"duration":1}},{"uid":"2bdb8d2d0abee8a9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2bdb8d2d0abee8a9","status":"passed","time":{"start":1714407080662,"stop":1714407080662,"duration":0}},{"uid":"2a23bb13e606cc55","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2a23bb13e606cc55","status":"passed","time":{"start":1714404860577,"stop":1714404860577,"duration":0}}]},"05d0c0b29c6edfd685d5c14954249c64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a9889f64bbce614","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/1a9889f64bbce614","status":"passed","time":{"start":1714018100846,"stop":1714018100847,"duration":1}}]},"3ed9b66e45c94b179dff35bf2fe88201:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"9dfe5eee17543369","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9dfe5eee17543369","status":"passed","time":{"start":1714453925065,"stop":1714453925066,"duration":1}},{"uid":"fa97f6c51537b75f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fa97f6c51537b75f","status":"passed","time":{"start":1714435482974,"stop":1714435482974,"duration":0}},{"uid":"67af49d2567527ab","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/67af49d2567527ab","status":"passed","time":{"start":1714434552010,"stop":1714434552010,"duration":0}},{"uid":"89a3c2e828a45234","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/89a3c2e828a45234","status":"passed","time":{"start":1714433247034,"stop":1714433247035,"duration":1}},{"uid":"2d83664c05aeded1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2d83664c05aeded1","status":"passed","time":{"start":1714431444755,"stop":1714431444756,"duration":1}},{"uid":"ef97ee8fb6dda44","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ef97ee8fb6dda44","status":"passed","time":{"start":1714431708296,"stop":1714431708297,"duration":1}},{"uid":"962996a8681167f5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/962996a8681167f5","status":"passed","time":{"start":1714430430728,"stop":1714430430729,"duration":1}},{"uid":"6e5d45374c33c1f2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6e5d45374c33c1f2","status":"passed","time":{"start":1714430223187,"stop":1714430223187,"duration":0}},{"uid":"708bd355f72e0bb2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/708bd355f72e0bb2","status":"passed","time":{"start":1714429383886,"stop":1714429383886,"duration":0}},{"uid":"b93caf659197978e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b93caf659197978e","status":"passed","time":{"start":1714428528640,"stop":1714428528640,"duration":0}},{"uid":"56512a15236c63ee","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/56512a15236c63ee","status":"passed","time":{"start":1714427305991,"stop":1714427305991,"duration":0}},{"uid":"3c14843591221a1d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3c14843591221a1d","status":"passed","time":{"start":1714427007385,"stop":1714427007385,"duration":0}},{"uid":"70561c8a6e9b49cf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/70561c8a6e9b49cf","status":"passed","time":{"start":1714426355976,"stop":1714426355976,"duration":0}},{"uid":"281c62e918a14916","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/281c62e918a14916","status":"passed","time":{"start":1714424458789,"stop":1714424458789,"duration":0}},{"uid":"d2c86cea80edd781","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d2c86cea80edd781","status":"passed","time":{"start":1714424849015,"stop":1714424849015,"duration":0}},{"uid":"d1643f49e4b86427","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d1643f49e4b86427","status":"passed","time":{"start":1714415001454,"stop":1714415001454,"duration":0}},{"uid":"6e78b1427075109a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6e78b1427075109a","status":"passed","time":{"start":1714415154928,"stop":1714415154928,"duration":0}},{"uid":"23bd55bdaf900c55","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/23bd55bdaf900c55","status":"passed","time":{"start":1714407362053,"stop":1714407362053,"duration":0}},{"uid":"25af5e939d0b742b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/25af5e939d0b742b","status":"passed","time":{"start":1714406389346,"stop":1714406389346,"duration":0}},{"uid":"ba88cdb72bda8920","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ba88cdb72bda8920","status":"passed","time":{"start":1714404179184,"stop":1714404179184,"duration":0}}]},"5473e951e4eccfc9f0052f2f934b3718:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"214bf66126f446fa","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/214bf66126f446fa","status":"passed","time":{"start":1714123010192,"stop":1714123010193,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"7a5508f488d65048","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7a5508f488d65048","status":"passed","time":{"start":1714454185395,"stop":1714454185395,"duration":0}},{"uid":"71e993ad6915d036","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/71e993ad6915d036","status":"passed","time":{"start":1714435735076,"stop":1714435735076,"duration":0}},{"uid":"b6fe595a3d23de5b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b6fe595a3d23de5b","status":"passed","time":{"start":1714434806115,"stop":1714434806115,"duration":0}},{"uid":"783405a54973c66c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/783405a54973c66c","status":"passed","time":{"start":1714433499854,"stop":1714433499855,"duration":1}},{"uid":"2b5de0f888e57c90","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2b5de0f888e57c90","status":"passed","time":{"start":1714431708448,"stop":1714431708450,"duration":2}},{"uid":"47be094ccd7f657e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/47be094ccd7f657e","status":"passed","time":{"start":1714431973943,"stop":1714431973943,"duration":0}},{"uid":"48141fcc61ecc0c1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/48141fcc61ecc0c1","status":"passed","time":{"start":1714430712221,"stop":1714430712222,"duration":1}},{"uid":"7cdd5d2471468c43","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7cdd5d2471468c43","status":"passed","time":{"start":1714430495760,"stop":1714430495761,"duration":1}},{"uid":"7d705cba82a9089d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7d705cba82a9089d","status":"passed","time":{"start":1714429658500,"stop":1714429658500,"duration":0}},{"uid":"44c06e2b7a71a327","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/44c06e2b7a71a327","status":"passed","time":{"start":1714428797046,"stop":1714428797047,"duration":1}},{"uid":"f365a2290adcb6c4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f365a2290adcb6c4","status":"passed","time":{"start":1714427574975,"stop":1714427574976,"duration":1}},{"uid":"9c930e6e635d462a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9c930e6e635d462a","status":"passed","time":{"start":1714427265744,"stop":1714427265752,"duration":8}},{"uid":"66469b10aff141ed","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/66469b10aff141ed","status":"passed","time":{"start":1714426629922,"stop":1714426629923,"duration":1}},{"uid":"68805728a2ad3449","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/68805728a2ad3449","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424881,"stop":1714425424882,"duration":1}},{"uid":"a7406807508fba38","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a7406807508fba38","status":"passed","time":{"start":1714425110751,"stop":1714425110752,"duration":1}},{"uid":"cf505e60440d8212","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cf505e60440d8212","status":"passed","time":{"start":1714415251475,"stop":1714415251476,"duration":1}},{"uid":"f01673c29e6a679f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f01673c29e6a679f","status":"passed","time":{"start":1714415441978,"stop":1714415441981,"duration":3}},{"uid":"b79ba5b0934e9f75","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b79ba5b0934e9f75","status":"passed","time":{"start":1714407634791,"stop":1714407634791,"duration":0}},{"uid":"4813c8fc0518df85","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4813c8fc0518df85","status":"passed","time":{"start":1714406654757,"stop":1714406654757,"duration":0}},{"uid":"718236e620d3be55","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/718236e620d3be55","status":"passed","time":{"start":1714404452606,"stop":1714404452607,"duration":1}}]},"a029928699b1b51e25f2391b5b7a4964:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d36c9c21600d7e53","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/d36c9c21600d7e53","status":"passed","time":{"start":1714154294482,"stop":1714154294483,"duration":1}}]},"fd649058fece0dfea392df3cbe011eac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5fdc72e42cbd30e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/a5fdc72e42cbd30e","status":"passed","time":{"start":1714404179639,"stop":1714404179639,"duration":0}}]},"b3a50aceebe4c68c9981ca564168221e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fef7ed304c33cb1b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/fef7ed304c33cb1b","status":"passed","time":{"start":1714381747128,"stop":1714381747128,"duration":0}}]},"66d82da4f4128039f6a0d281a33537aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c281d2194e8ab2d","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/c281d2194e8ab2d","status":"passed","time":{"start":1714139861703,"stop":1714139861703,"duration":0}}]},"46687ecd6b3066f66e1398c1a07ea2ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"162a4b9e849d650b","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/162a4b9e849d650b","status":"passed","time":{"start":1714140507752,"stop":1714140507752,"duration":0}}]},"f4f4dd88e2d88101d6bc5086c9a148ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8dbe2bfa58d702","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/f8dbe2bfa58d702","status":"passed","time":{"start":1714178134984,"stop":1714178134985,"duration":1}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"248736087726a566","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/248736087726a566","status":"passed","time":{"start":1714453949190,"stop":1714453949190,"duration":0}},{"uid":"c4643d93b429b158","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c4643d93b429b158","status":"passed","time":{"start":1714435506837,"stop":1714435506837,"duration":0}},{"uid":"b9f5a77092a98a77","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b9f5a77092a98a77","status":"passed","time":{"start":1714434576208,"stop":1714434576208,"duration":0}},{"uid":"777e9a791bf3b4be","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/777e9a791bf3b4be","status":"passed","time":{"start":1714433271078,"stop":1714433271079,"duration":1}},{"uid":"1cc7886480f1f36","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1cc7886480f1f36","status":"passed","time":{"start":1714431469026,"stop":1714431469027,"duration":1}},{"uid":"c91e6795df5bf85c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c91e6795df5bf85c","status":"passed","time":{"start":1714431732700,"stop":1714431732700,"duration":0}},{"uid":"a11741e53972c78d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a11741e53972c78d","status":"passed","time":{"start":1714430455641,"stop":1714430455641,"duration":0}},{"uid":"ba5700dca336c4de","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ba5700dca336c4de","status":"passed","time":{"start":1714430247321,"stop":1714430247321,"duration":0}},{"uid":"c4829165fdfd68f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c4829165fdfd68f","status":"passed","time":{"start":1714429410959,"stop":1714429410959,"duration":0}},{"uid":"e9ce0ffb8074f962","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e9ce0ffb8074f962","status":"passed","time":{"start":1714428553099,"stop":1714428553099,"duration":0}},{"uid":"cf0ff784a6e37dae","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cf0ff784a6e37dae","status":"passed","time":{"start":1714427330822,"stop":1714427330822,"duration":0}},{"uid":"9e9adb3eb0f28be8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9e9adb3eb0f28be8","status":"passed","time":{"start":1714427031435,"stop":1714427031435,"duration":0}},{"uid":"d2c59ff282998514","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d2c59ff282998514","status":"passed","time":{"start":1714426381042,"stop":1714426381043,"duration":1}},{"uid":"a5cee389d1678b6e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a5cee389d1678b6e","status":"passed","time":{"start":1714424483029,"stop":1714424483029,"duration":0}},{"uid":"2ed27a6d8a9a6e22","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2ed27a6d8a9a6e22","status":"passed","time":{"start":1714424873553,"stop":1714424873553,"duration":0}},{"uid":"eb63bc21238905fc","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eb63bc21238905fc","status":"passed","time":{"start":1714415026650,"stop":1714415026650,"duration":0}},{"uid":"c8b93072a9e49f2a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c8b93072a9e49f2a","status":"passed","time":{"start":1714415179596,"stop":1714415179597,"duration":1}},{"uid":"e3c393a7ff8a369c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e3c393a7ff8a369c","status":"passed","time":{"start":1714407386565,"stop":1714407386565,"duration":0}},{"uid":"74f98bc9dd44e5d6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/74f98bc9dd44e5d6","status":"passed","time":{"start":1714406414099,"stop":1714406414099,"duration":0}},{"uid":"ecf0e7927efdcad8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ecf0e7927efdcad8","status":"passed","time":{"start":1714404203702,"stop":1714404203702,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8635295706a2da1b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8635295706a2da1b","status":"passed","time":{"start":1714454407735,"stop":1714454407736,"duration":1}},{"uid":"686eb3466bed7887","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/686eb3466bed7887","status":"passed","time":{"start":1714435965309,"stop":1714435965309,"duration":0}},{"uid":"6e86468127bf5392","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6e86468127bf5392","status":"passed","time":{"start":1714435028489,"stop":1714435028489,"duration":0}},{"uid":"7cbfb8a28a7390c6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7cbfb8a28a7390c6","status":"passed","time":{"start":1714433715553,"stop":1714433715553,"duration":0}},{"uid":"930f51872a60c30c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/930f51872a60c30c","status":"passed","time":{"start":1714431932494,"stop":1714431932494,"duration":0}},{"uid":"6d7ead11e9e6e70f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6d7ead11e9e6e70f","status":"passed","time":{"start":1714432213877,"stop":1714432213877,"duration":0}},{"uid":"38bb9c4d88381fee","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/38bb9c4d88381fee","status":"passed","time":{"start":1714430911543,"stop":1714430911544,"duration":1}},{"uid":"5b57320f1e5b0164","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5b57320f1e5b0164","status":"passed","time":{"start":1714430735786,"stop":1714430735786,"duration":0}},{"uid":"9981c0e227c4321d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9981c0e227c4321d","status":"passed","time":{"start":1714429887040,"stop":1714429887040,"duration":0}},{"uid":"df2742cc0b1715e8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/df2742cc0b1715e8","status":"passed","time":{"start":1714429006363,"stop":1714429006363,"duration":0}},{"uid":"c695fbfed5571a33","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c695fbfed5571a33","status":"passed","time":{"start":1714427738973,"stop":1714427738974,"duration":1}},{"uid":"252efc715b4be05e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/252efc715b4be05e","status":"passed","time":{"start":1714427483320,"stop":1714427483320,"duration":0}},{"uid":"418bb24685a66b6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/418bb24685a66b6","status":"passed","time":{"start":1714426832956,"stop":1714426832956,"duration":0}},{"uid":"55c91a107be0b159","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/55c91a107be0b159","status":"passed","time":{"start":1714425510851,"stop":1714425510851,"duration":0}},{"uid":"8d3119f2e0bcfff2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8d3119f2e0bcfff2","status":"passed","time":{"start":1714425321026,"stop":1714425321026,"duration":0}},{"uid":"dcce8d914a969414","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dcce8d914a969414","status":"passed","time":{"start":1714415518570,"stop":1714415518571,"duration":1}},{"uid":"6d20aec541963966","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6d20aec541963966","status":"passed","time":{"start":1714415639561,"stop":1714415639562,"duration":1}},{"uid":"7bd8cd8d55a534db","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7bd8cd8d55a534db","status":"passed","time":{"start":1714407839126,"stop":1714407839127,"duration":1}},{"uid":"fae1b05591430290","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fae1b05591430290","status":"passed","time":{"start":1714406876545,"stop":1714406876545,"duration":0}},{"uid":"ea67d97a3379527b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ea67d97a3379527b","status":"passed","time":{"start":1714404658752,"stop":1714404658752,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":5,"passed":78,"unknown":0,"total":86},"items":[{"uid":"e6bde31a36086432","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e6bde31a36086432","status":"passed","time":{"start":1714454048337,"stop":1714454048338,"duration":1}},{"uid":"74df5701d553214","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/74df5701d553214","status":"passed","time":{"start":1714435606850,"stop":1714435606851,"duration":1}},{"uid":"c59f84c26fba1cd8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c59f84c26fba1cd8","status":"passed","time":{"start":1714434675158,"stop":1714434675158,"duration":0}},{"uid":"49bc4f369132ee69","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/49bc4f369132ee69","status":"passed","time":{"start":1714433371587,"stop":1714433371587,"duration":0}},{"uid":"d60e32080861213d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d60e32080861213d","status":"passed","time":{"start":1714431572730,"stop":1714431572731,"duration":1}},{"uid":"db09b912ebaea1bb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/db09b912ebaea1bb","status":"passed","time":{"start":1714431830836,"stop":1714431830836,"duration":0}},{"uid":"828a805cf9709265","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/828a805cf9709265","status":"passed","time":{"start":1714430561836,"stop":1714430561836,"duration":0}},{"uid":"ef6e1074621df08e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ef6e1074621df08e","status":"passed","time":{"start":1714430339334,"stop":1714430339335,"duration":1}},{"uid":"67242d41537cbf2b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/67242d41537cbf2b","status":"passed","time":{"start":1714429522161,"stop":1714429522161,"duration":0}},{"uid":"3f7f83f938320562","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3f7f83f938320562","status":"passed","time":{"start":1714428655954,"stop":1714428655955,"duration":1}},{"uid":"73103cfe2476888c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/73103cfe2476888c","status":"passed","time":{"start":1714427434618,"stop":1714427434619,"duration":1}},{"uid":"b3a537cf8dcee83b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b3a537cf8dcee83b","status":"passed","time":{"start":1714427135389,"stop":1714427135390,"duration":1}},{"uid":"b649daec1d2a00a4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b649daec1d2a00a4","status":"passed","time":{"start":1714426488666,"stop":1714426488667,"duration":1}},{"uid":"d81034397669c89e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d81034397669c89e","status":"broken","statusDetails":"window is not defined","time":{"start":1714424744122,"stop":1714424744123,"duration":1}},{"uid":"fae42f7103d0093a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/fae42f7103d0093a","status":"passed","time":{"start":1714424974896,"stop":1714424974896,"duration":0}},{"uid":"c67429aee76bfd75","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c67429aee76bfd75","status":"passed","time":{"start":1714415124868,"stop":1714415124868,"duration":0}},{"uid":"4dc443e00f15b943","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4dc443e00f15b943","status":"passed","time":{"start":1714415287312,"stop":1714415287313,"duration":1}},{"uid":"aef9d7126e9d7d39","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aef9d7126e9d7d39","status":"passed","time":{"start":1714407489068,"stop":1714407489068,"duration":0}},{"uid":"6032fa8428cd3e4a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6032fa8428cd3e4a","status":"passed","time":{"start":1714406515690,"stop":1714406515690,"duration":0}},{"uid":"bfca803bfc9f3ab","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bfca803bfc9f3ab","status":"passed","time":{"start":1714404308201,"stop":1714404308203,"duration":2}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"1db6e2d04e385095","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1db6e2d04e385095","status":"passed","time":{"start":1714454140404,"stop":1714454140404,"duration":0}},{"uid":"f6ea944ab2ddcf52","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f6ea944ab2ddcf52","status":"passed","time":{"start":1714435687890,"stop":1714435687890,"duration":0}},{"uid":"5fb4eecbace81eb9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5fb4eecbace81eb9","status":"passed","time":{"start":1714434773417,"stop":1714434773417,"duration":0}},{"uid":"7e54fb069f14f1f9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7e54fb069f14f1f9","status":"passed","time":{"start":1714433450962,"stop":1714433450962,"duration":0}},{"uid":"e0312d585d1eb643","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e0312d585d1eb643","status":"passed","time":{"start":1714431653489,"stop":1714431653491,"duration":2}},{"uid":"bf038965c2057ca7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bf038965c2057ca7","status":"passed","time":{"start":1714431989794,"stop":1714431989794,"duration":0}},{"uid":"b4a60879901712c1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b4a60879901712c1","status":"passed","time":{"start":1714430659379,"stop":1714430659380,"duration":1}},{"uid":"5ad1eabc54e3b83e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5ad1eabc54e3b83e","status":"passed","time":{"start":1714430522103,"stop":1714430522103,"duration":0}},{"uid":"2a330704a4fb73e2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2a330704a4fb73e2","status":"passed","time":{"start":1714429610398,"stop":1714429610398,"duration":0}},{"uid":"22e000afbad8540c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/22e000afbad8540c","status":"passed","time":{"start":1714428741350,"stop":1714428741351,"duration":1}},{"uid":"8cd3c66d5321e50a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8cd3c66d5321e50a","status":"passed","time":{"start":1714427513553,"stop":1714427513554,"duration":1}},{"uid":"9d94a9ad5e8024a9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9d94a9ad5e8024a9","status":"passed","time":{"start":1714427219332,"stop":1714427219332,"duration":0}},{"uid":"aa97eff29d0d62e9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/aa97eff29d0d62e9","status":"passed","time":{"start":1714426573060,"stop":1714426573060,"duration":0}},{"uid":"8e2fd98773e75086","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8e2fd98773e75086","status":"passed","time":{"start":1714424914263,"stop":1714424914264,"duration":1}},{"uid":"f6909323c400e755","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f6909323c400e755","status":"passed","time":{"start":1714425071900,"stop":1714425071900,"duration":0}},{"uid":"ee2e33780212e050","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ee2e33780212e050","status":"passed","time":{"start":1714415233304,"stop":1714415233305,"duration":1}},{"uid":"f22dbabe836240f6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f22dbabe836240f6","status":"passed","time":{"start":1714415382622,"stop":1714415382623,"duration":1}},{"uid":"937cf92d75cb7bdd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/937cf92d75cb7bdd","status":"passed","time":{"start":1714407575683,"stop":1714407575683,"duration":0}},{"uid":"5fa37c7b998a73dc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5fa37c7b998a73dc","status":"passed","time":{"start":1714406625153,"stop":1714406625154,"duration":1}},{"uid":"3afdb43a2c301ad6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3afdb43a2c301ad6","status":"passed","time":{"start":1714404386183,"stop":1714404386184,"duration":1}}]},"17ba44e9f927eeb064398a18d2d79738:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"549f395b60f58b36","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/549f395b60f58b36","status":"passed","time":{"start":1714240486919,"stop":1714240486919,"duration":0}}]},"e954fb9e93dac14496d69a73c6f95ed1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b5b607dc8133714","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/2b5b607dc8133714","status":"passed","time":{"start":1714086921424,"stop":1714086921425,"duration":1}}]},"36fd7ca64fcb2a2dd035a6562d93ebb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"428925d5e6412b0e","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/428925d5e6412b0e","status":"passed","time":{"start":1714109345129,"stop":1714109345130,"duration":1}}]},"89762c5ca0e8e5b1d52b67caaf7ad9b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2760d27786912704","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/2760d27786912704","status":"passed","time":{"start":1714039985361,"stop":1714039985362,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"345e66d32fbcd6a4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/345e66d32fbcd6a4","status":"passed","time":{"start":1714454365876,"stop":1714454365876,"duration":0}},{"uid":"efbd3f0bcfdde792","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/efbd3f0bcfdde792","status":"passed","time":{"start":1714435932815,"stop":1714435932816,"duration":1}},{"uid":"d3f9996c01ad9ec5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d3f9996c01ad9ec5","status":"passed","time":{"start":1714435006831,"stop":1714435006832,"duration":1}},{"uid":"cec64b0db4760a49","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cec64b0db4760a49","status":"passed","time":{"start":1714433693917,"stop":1714433693917,"duration":0}},{"uid":"4272643a675c43c3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4272643a675c43c3","status":"passed","time":{"start":1714431888537,"stop":1714431888538,"duration":1}},{"uid":"efd1b11743f7a195","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/efd1b11743f7a195","status":"passed","time":{"start":1714432201970,"stop":1714432201971,"duration":1}},{"uid":"1b9394411cb597aa","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1b9394411cb597aa","status":"passed","time":{"start":1714430892442,"stop":1714430892442,"duration":0}},{"uid":"473bc80b8c048118","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/473bc80b8c048118","status":"passed","time":{"start":1714430720921,"stop":1714430720921,"duration":0}},{"uid":"cfcce9e8f3677a45","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cfcce9e8f3677a45","status":"passed","time":{"start":1714429855247,"stop":1714429855247,"duration":0}},{"uid":"a534b9fd77b14ea8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a534b9fd77b14ea8","status":"passed","time":{"start":1714428989404,"stop":1714428989404,"duration":0}},{"uid":"2302e27c900be8c4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2302e27c900be8c4","status":"passed","time":{"start":1714427767168,"stop":1714427767169,"duration":1}},{"uid":"be35b472f1abe285","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/be35b472f1abe285","status":"passed","time":{"start":1714427460514,"stop":1714427460515,"duration":1}},{"uid":"962e6bb40491098","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/962e6bb40491098","status":"passed","time":{"start":1714426812795,"stop":1714426812795,"duration":0}},{"uid":"7c4911a14b53e992","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7c4911a14b53e992","status":"passed","time":{"start":1714425528569,"stop":1714425528569,"duration":0}},{"uid":"eed667e34df9f0b7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/eed667e34df9f0b7","status":"passed","time":{"start":1714425301044,"stop":1714425301045,"duration":1}},{"uid":"e05866b50c3e4512","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e05866b50c3e4512","status":"passed","time":{"start":1714415473243,"stop":1714415473243,"duration":0}},{"uid":"2cc02a20dfc7394f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2cc02a20dfc7394f","status":"passed","time":{"start":1714415615339,"stop":1714415615339,"duration":0}},{"uid":"3ed2342656bfb2c0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3ed2342656bfb2c0","status":"passed","time":{"start":1714407816853,"stop":1714407816854,"duration":1}},{"uid":"a06651dc9e9a7f6a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a06651dc9e9a7f6a","status":"passed","time":{"start":1714406861554,"stop":1714406861565,"duration":11}},{"uid":"21bebadfa5970184","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/21bebadfa5970184","status":"passed","time":{"start":1714404628266,"stop":1714404628267,"duration":1}}]},"f97baf5aec886970270d769fb3363d6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4d51ae60335912f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c4d51ae60335912f","status":"passed","time":{"start":1714430789849,"stop":1714430789850,"duration":1}}]},"b0ac5d3c6ce45baee8760da7d8296126:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a76cc535c78368bb","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/a76cc535c78368bb","status":"passed","time":{"start":1714040301536,"stop":1714040301537,"duration":1}}]},"f938d1b0819d655b82d3112e8102f9ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f592a6b5513b24a","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/7f592a6b5513b24a","status":"passed","time":{"start":1714129816661,"stop":1714129816661,"duration":0}}]},"e386773bca449c3ee4f884915d2b292b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6e403d037b7b833","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/d6e403d037b7b833","status":"passed","time":{"start":1714178024103,"stop":1714178024103,"duration":0}}]},"d56ccadcae3e2eee36deb194573bf207:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e32371ac21e6a42f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e32371ac21e6a42f","status":"passed","time":{"start":1714380124170,"stop":1714380124170,"duration":0}}]},"049c81b96bb0ad8ba333b69d2241c009:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8eacc7b7173aefd9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8eacc7b7173aefd9","status":"passed","time":{"start":1714407592730,"stop":1714407592731,"duration":1}}]},"79f4db2cd87feaa984746358e5d78f58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b06bde734b1e8c6","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/7b06bde734b1e8c6","status":"passed","time":{"start":1714384783939,"stop":1714384783939,"duration":0}}]},"12d397be7c85d20de66e1ce4f859abed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d1b6f8138a2bfb","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/7d1b6f8138a2bfb","status":"passed","time":{"start":1713977114448,"stop":1713977114448,"duration":0}}]},"a36fc96007688bc38699c492c3f11d24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3c6c9ab183568a5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e3c6c9ab183568a5","status":"passed","time":{"start":1714430988312,"stop":1714430988313,"duration":1}}]},"6f59085549df98b96c2bbfae3027ff3b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38f015e081d8b3ea","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/38f015e081d8b3ea","status":"passed","time":{"start":1714140507752,"stop":1714140507752,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"3c3f702aa2bdd046","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3c3f702aa2bdd046","status":"passed","time":{"start":1714454563518,"stop":1714454563518,"duration":0}},{"uid":"1358ac742c530d11","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1358ac742c530d11","status":"passed","time":{"start":1714436124260,"stop":1714436124260,"duration":0}},{"uid":"c6a3e8992ce1cde9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c6a3e8992ce1cde9","status":"passed","time":{"start":1714435198938,"stop":1714435198938,"duration":0}},{"uid":"1670a7abe4192168","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1670a7abe4192168","status":"passed","time":{"start":1714433881548,"stop":1714433881549,"duration":1}},{"uid":"a05eb9ef697ad262","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a05eb9ef697ad262","status":"passed","time":{"start":1714432089941,"stop":1714432089941,"duration":0}},{"uid":"71210759e54963ef","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/71210759e54963ef","status":"passed","time":{"start":1714432390557,"stop":1714432390558,"duration":1}},{"uid":"1d48579de2796fa","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1d48579de2796fa","status":"passed","time":{"start":1714431087763,"stop":1714431087764,"duration":1}},{"uid":"51960828da545553","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/51960828da545553","status":"passed","time":{"start":1714430905425,"stop":1714430905426,"duration":1}},{"uid":"da8a049b8e1eaf3d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/da8a049b8e1eaf3d","status":"passed","time":{"start":1714430058433,"stop":1714430058433,"duration":0}},{"uid":"4ce39846a953929a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4ce39846a953929a","status":"passed","time":{"start":1714429175954,"stop":1714429175954,"duration":0}},{"uid":"a2386ead9bc9bdb8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a2386ead9bc9bdb8","status":"passed","time":{"start":1714427951727,"stop":1714427951727,"duration":0}},{"uid":"a08412375be2fb3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a08412375be2fb3","status":"passed","time":{"start":1714427658857,"stop":1714427658857,"duration":0}},{"uid":"6b001756e5f18c45","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6b001756e5f18c45","status":"passed","time":{"start":1714427006277,"stop":1714427006277,"duration":0}},{"uid":"9aca90c517e7a54f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9aca90c517e7a54f","status":"passed","time":{"start":1714425734124,"stop":1714425734125,"duration":1}},{"uid":"17b811676a27dea1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/17b811676a27dea1","status":"passed","time":{"start":1714425508069,"stop":1714425508070,"duration":1}},{"uid":"515e8ade6d5dac20","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/515e8ade6d5dac20","status":"passed","time":{"start":1714415698745,"stop":1714415698745,"duration":0}},{"uid":"257b5486229a7884","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/257b5486229a7884","status":"passed","time":{"start":1714415803327,"stop":1714415803328,"duration":1}},{"uid":"1a702bedfbeff52b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1a702bedfbeff52b","status":"passed","time":{"start":1714408015504,"stop":1714408015504,"duration":0}},{"uid":"d5dcd1af342d6981","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d5dcd1af342d6981","status":"passed","time":{"start":1714407046985,"stop":1714407046986,"duration":1}},{"uid":"c286b5b46e0f0a8c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c286b5b46e0f0a8c","status":"passed","time":{"start":1714404824581,"stop":1714404824581,"duration":0}}]},"3a8c2e34c1c3ba3e8022ffcec5780846:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5bbbb1493a2cd8b","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/b5bbbb1493a2cd8b","status":"passed","time":{"start":1714039985361,"stop":1714039985361,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ab25e40647917517","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab25e40647917517","status":"passed","time":{"start":1714454024388,"stop":1714454024388,"duration":0}},{"uid":"34bcdb500b60c888","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/34bcdb500b60c888","status":"passed","time":{"start":1714435578411,"stop":1714435578411,"duration":0}},{"uid":"facc17ab838d9d90","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/facc17ab838d9d90","status":"passed","time":{"start":1714434650402,"stop":1714434650402,"duration":0}},{"uid":"cecad1ef792e5d15","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cecad1ef792e5d15","status":"passed","time":{"start":1714433346771,"stop":1714433346772,"duration":1}},{"uid":"415e8483a333fddc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/415e8483a333fddc","status":"passed","time":{"start":1714431543671,"stop":1714431543671,"duration":0}},{"uid":"dfd471dc5dc7affb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dfd471dc5dc7affb","status":"passed","time":{"start":1714431805457,"stop":1714431805457,"duration":0}},{"uid":"abb9d6485238d439","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/abb9d6485238d439","status":"passed","time":{"start":1714430536431,"stop":1714430536436,"duration":5}},{"uid":"5ae4c83c7d5ef89a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5ae4c83c7d5ef89a","status":"passed","time":{"start":1714430322007,"stop":1714430322008,"duration":1}},{"uid":"240bc4c94eb5788","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/240bc4c94eb5788","status":"passed","time":{"start":1714429493071,"stop":1714429493072,"duration":1}},{"uid":"d17dd7f432d4398","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d17dd7f432d4398","status":"passed","time":{"start":1714428631121,"stop":1714428631121,"duration":0}},{"uid":"ec1933e9a8bea403","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ec1933e9a8bea403","status":"passed","time":{"start":1714427404959,"stop":1714427404959,"duration":0}},{"uid":"54947b5184fd9d50","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/54947b5184fd9d50","status":"passed","time":{"start":1714427101741,"stop":1714427101741,"duration":0}},{"uid":"2732b116ea12ba63","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2732b116ea12ba63","status":"passed","time":{"start":1714426457655,"stop":1714426457656,"duration":1}},{"uid":"bb0084099181e543","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bb0084099181e543","status":"passed","time":{"start":1714424558655,"stop":1714424558655,"duration":0}},{"uid":"806b388f9ce1ee87","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/806b388f9ce1ee87","status":"passed","time":{"start":1714424950491,"stop":1714424950492,"duration":1}},{"uid":"40c26ee3142fda4b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/40c26ee3142fda4b","status":"passed","time":{"start":1714415104764,"stop":1714415104764,"duration":0}},{"uid":"dc33eee922820d61","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dc33eee922820d61","status":"passed","time":{"start":1714415250733,"stop":1714415250734,"duration":1}},{"uid":"771ae1d93a5e356c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/771ae1d93a5e356c","status":"passed","time":{"start":1714407463993,"stop":1714407463993,"duration":0}},{"uid":"c78e4b3acbcd270a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c78e4b3acbcd270a","status":"passed","time":{"start":1714406496811,"stop":1714406496812,"duration":1}},{"uid":"5f830ea4e73fe470","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5f830ea4e73fe470","status":"passed","time":{"start":1714404277939,"stop":1714404277940,"duration":1}}]},"454c467574b2064b6b2930288721eee5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"ebfb94bceaa2390c","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/ebfb94bceaa2390c","status":"broken","statusDetails":"expected +0 to equal 3","time":{"start":1713998721452,"stop":1713998721452,"duration":0}}]},"2f73cdb10faeddb50d7021226e117f71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2f5f9c0e1b99c80","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d2f5f9c0e1b99c80","status":"passed","time":{"start":1714406861599,"stop":1714406861599,"duration":0}}]},"3997a8543038ad042d60005d2be8d2b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"891aa39b91fdc0bc","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/891aa39b91fdc0bc","status":"passed","time":{"start":1713996808988,"stop":1713996808988,"duration":0}}]},"493c8460711062596474157ee3ee449b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"987fc570422c053a","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/987fc570422c053a","status":"passed","time":{"start":1714383335675,"stop":1714383335675,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"c42d6cc84b13578a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c42d6cc84b13578a","status":"passed","time":{"start":1714454543143,"stop":1714454543144,"duration":1}},{"uid":"515c18ffba0ffda","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/515c18ffba0ffda","status":"passed","time":{"start":1714436104579,"stop":1714436104579,"duration":0}},{"uid":"a24b69c39c9bbd4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a24b69c39c9bbd4","status":"passed","time":{"start":1714435165750,"stop":1714435165750,"duration":0}},{"uid":"4229902ab2d673dd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4229902ab2d673dd","status":"passed","time":{"start":1714433853742,"stop":1714433853742,"duration":0}},{"uid":"b2a6898de13eae15","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b2a6898de13eae15","status":"passed","time":{"start":1714432058505,"stop":1714432058505,"duration":0}},{"uid":"2ebd064ac01b9745","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2ebd064ac01b9745","status":"passed","time":{"start":1714432364372,"stop":1714432364372,"duration":0}},{"uid":"1f374490bf448a10","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1f374490bf448a10","status":"passed","time":{"start":1714431063425,"stop":1714431063425,"duration":0}},{"uid":"ddcab9791d520dbf","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ddcab9791d520dbf","status":"passed","time":{"start":1714430877253,"stop":1714430877259,"duration":6}},{"uid":"e728e67b16c3d898","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e728e67b16c3d898","status":"passed","time":{"start":1714430032958,"stop":1714430032959,"duration":1}},{"uid":"4db3007b4b192a2f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4db3007b4b192a2f","status":"passed","time":{"start":1714429153584,"stop":1714429153585,"duration":1}},{"uid":"9ae6008c6d3f53f3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9ae6008c6d3f53f3","status":"passed","time":{"start":1714427918966,"stop":1714427918967,"duration":1}},{"uid":"6f32dd67b5be0256","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6f32dd67b5be0256","status":"passed","time":{"start":1714427630813,"stop":1714427630814,"duration":1}},{"uid":"9e7f418790d0f2ae","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9e7f418790d0f2ae","status":"passed","time":{"start":1714426988094,"stop":1714426988095,"duration":1}},{"uid":"bffe982b53fbd1b0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bffe982b53fbd1b0","status":"passed","time":{"start":1714425690511,"stop":1714425690511,"duration":0}},{"uid":"c6d921feeae3ad5e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c6d921feeae3ad5e","status":"passed","time":{"start":1714425467282,"stop":1714425467283,"duration":1}},{"uid":"5a58f10949c6c445","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5a58f10949c6c445","status":"passed","time":{"start":1714415652329,"stop":1714415652329,"duration":0}},{"uid":"bbac74cad1b6c9be","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bbac74cad1b6c9be","status":"passed","time":{"start":1714415786946,"stop":1714415786947,"duration":1}},{"uid":"7b715de0be6b6b78","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7b715de0be6b6b78","status":"passed","time":{"start":1714407994015,"stop":1714407994016,"duration":1}},{"uid":"abcc8da6516f9038","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/abcc8da6516f9038","status":"passed","time":{"start":1714407017326,"stop":1714407017327,"duration":1}},{"uid":"3f85e18014f92825","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3f85e18014f92825","status":"passed","time":{"start":1714404801233,"stop":1714404801233,"duration":0}}]},"d45e60161c848a4eba9bc49dec659428:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"542e2aed3085f033","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/542e2aed3085f033","status":"passed","time":{"start":1714139223728,"stop":1714139223729,"duration":1}}]},"57ba6436672432b738eab53600c9abb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f19bc06ecfc8124","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/1f19bc06ecfc8124","status":"passed","time":{"start":1714040301537,"stop":1714040301537,"duration":0}}]},"a07203565fb0c0580fc263345ec6c495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"840b01c3c16df835","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/840b01c3c16df835","status":"passed","time":{"start":1714045729022,"stop":1714045729022,"duration":0}}]},"c90a73f4c58a33e5fc090ef5a3235960:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61c62ab53844dcac","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/61c62ab53844dcac","status":"passed","time":{"start":1713976155895,"stop":1713976155896,"duration":1}}]},"b425da6330a332f6c91e223be1f56233:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"269e640cd9a55f92","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/269e640cd9a55f92","status":"passed","time":{"start":1714145957287,"stop":1714145957287,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":83,"unknown":0,"total":83},"items":[{"uid":"62af1eaa8c0cf397","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/62af1eaa8c0cf397","status":"passed","time":{"start":1714454407734,"stop":1714454407734,"duration":0}},{"uid":"5a74a763acb687fc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5a74a763acb687fc","status":"passed","time":{"start":1714435965307,"stop":1714435965308,"duration":1}},{"uid":"e10687fabefa35c8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e10687fabefa35c8","status":"passed","time":{"start":1714435028467,"stop":1714435028467,"duration":0}},{"uid":"587dad8123029fa8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/587dad8123029fa8","status":"passed","time":{"start":1714433715551,"stop":1714433715551,"duration":0}},{"uid":"532460be382682a2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/532460be382682a2","status":"passed","time":{"start":1714431932492,"stop":1714431932493,"duration":1}},{"uid":"5b5b52b2936ae43c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5b5b52b2936ae43c","status":"passed","time":{"start":1714432213875,"stop":1714432213876,"duration":1}},{"uid":"19ff0eb684094778","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/19ff0eb684094778","status":"passed","time":{"start":1714430911542,"stop":1714430911542,"duration":0}},{"uid":"eee041b192c4697b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/eee041b192c4697b","status":"passed","time":{"start":1714430735784,"stop":1714430735785,"duration":1}},{"uid":"e779b964495f4d27","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e779b964495f4d27","status":"passed","time":{"start":1714429887038,"stop":1714429887039,"duration":1}},{"uid":"cc213d10443b2a87","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cc213d10443b2a87","status":"passed","time":{"start":1714429006362,"stop":1714429006362,"duration":0}},{"uid":"a82d9db0cb059eec","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a82d9db0cb059eec","status":"passed","time":{"start":1714427738972,"stop":1714427738972,"duration":0}},{"uid":"c646a32cccfc549e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c646a32cccfc549e","status":"passed","time":{"start":1714427483318,"stop":1714427483318,"duration":0}},{"uid":"271e1d4bf9411514","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/271e1d4bf9411514","status":"passed","time":{"start":1714426832954,"stop":1714426832955,"duration":1}},{"uid":"4928eb8a8b3d37c2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4928eb8a8b3d37c2","status":"passed","time":{"start":1714425510850,"stop":1714425510850,"duration":0}},{"uid":"43d48fae02f5d4d6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/43d48fae02f5d4d6","status":"passed","time":{"start":1714425321025,"stop":1714425321025,"duration":0}},{"uid":"3ee9aa2dcb52202a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3ee9aa2dcb52202a","status":"passed","time":{"start":1714415518568,"stop":1714415518569,"duration":1}},{"uid":"ef6817316cd066a3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ef6817316cd066a3","status":"passed","time":{"start":1714415639560,"stop":1714415639560,"duration":0}},{"uid":"90408bdbe6718c69","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/90408bdbe6718c69","status":"passed","time":{"start":1714407839125,"stop":1714407839125,"duration":0}},{"uid":"ed1b85db5e6dd68d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ed1b85db5e6dd68d","status":"passed","time":{"start":1714406876542,"stop":1714406876542,"duration":0}},{"uid":"4f0ee16250f49538","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4f0ee16250f49538","status":"passed","time":{"start":1714404658750,"stop":1714404658750,"duration":0}}]},"3102ac4d2dd74a67eaf0cf0b821f2db9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8304ea7d099986c6","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/8304ea7d099986c6","status":"passed","time":{"start":1714221441309,"stop":1714221441309,"duration":0}}]},"ba9d2a92b3866320cd380023875c29f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c044340deb3dcc3","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/3c044340deb3dcc3","status":"passed","time":{"start":1714379984455,"stop":1714379984456,"duration":1}}]},"9b36eb2d5bd80224a815a7e36bcab7d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3b832fd95c13e34","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/e3b832fd95c13e34","status":"passed","time":{"start":1714381639319,"stop":1714381639319,"duration":0}}]},"a7b86a4e90aac1dfc8721d8158320b24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b52b5cd41a6e373","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/1b52b5cd41a6e373","status":"passed","time":{"start":1713969145592,"stop":1713969145592,"duration":0}}]},"ef8ef636d9051d36e6372edc58999e54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdc63b7ffb32ed88","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cdc63b7ffb32ed88","status":"passed","time":{"start":1714427584820,"stop":1714427584821,"duration":1}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"b20b71879f77492f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b20b71879f77492f","status":"passed","time":{"start":1714454507909,"stop":1714454507909,"duration":0}},{"uid":"da673076c5b851a2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/da673076c5b851a2","status":"passed","time":{"start":1714436048758,"stop":1714436048758,"duration":0}},{"uid":"9b3b0a8586f4d675","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9b3b0a8586f4d675","status":"passed","time":{"start":1714435155782,"stop":1714435155782,"duration":0}},{"uid":"73d303fbabcb30c0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/73d303fbabcb30c0","status":"passed","time":{"start":1714433815799,"stop":1714433815799,"duration":0}},{"uid":"a7ef9afb1869a425","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a7ef9afb1869a425","status":"passed","time":{"start":1714432025728,"stop":1714432025728,"duration":0}},{"uid":"f92faf652b6bd717","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f92faf652b6bd717","status":"passed","time":{"start":1714432319355,"stop":1714432319356,"duration":1}},{"uid":"216679e2fcb0d461","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/216679e2fcb0d461","status":"passed","time":{"start":1714431035248,"stop":1714431035248,"duration":0}},{"uid":"a6039453ca3c8012","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a6039453ca3c8012","status":"passed","time":{"start":1714430851126,"stop":1714430851126,"duration":0}},{"uid":"9c0b5c2ea19bab5d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9c0b5c2ea19bab5d","status":"passed","time":{"start":1714429998318,"stop":1714429998320,"duration":2}},{"uid":"21e48ee7860abf60","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/21e48ee7860abf60","status":"passed","time":{"start":1714429123417,"stop":1714429123417,"duration":0}},{"uid":"984ec3b9b9fbd80e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/984ec3b9b9fbd80e","status":"passed","time":{"start":1714427908752,"stop":1714427908752,"duration":0}},{"uid":"580be2a6c86f3716","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/580be2a6c86f3716","status":"passed","time":{"start":1714427590260,"stop":1714427590260,"duration":0}},{"uid":"be13823336a1ba50","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/be13823336a1ba50","status":"passed","time":{"start":1714426950364,"stop":1714426950364,"duration":0}},{"uid":"e67c42ed487caa61","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e67c42ed487caa61","status":"passed","time":{"start":1714425413020,"stop":1714425413020,"duration":0}},{"uid":"3c45c44c4f8925d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3c45c44c4f8925d","status":"passed","time":{"start":1714425435628,"stop":1714425435629,"duration":1}},{"uid":"9ed8a5838cacdfe0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9ed8a5838cacdfe0","status":"passed","time":{"start":1714415590173,"stop":1714415590173,"duration":0}},{"uid":"43dd9c052d11deef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/43dd9c052d11deef","status":"passed","time":{"start":1714415739335,"stop":1714415739335,"duration":0}},{"uid":"69a1af514936f45a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/69a1af514936f45a","status":"passed","time":{"start":1714407950140,"stop":1714407950141,"duration":1}},{"uid":"d0f1f651bbdb9daa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d0f1f651bbdb9daa","status":"passed","time":{"start":1714406978495,"stop":1714406978495,"duration":0}},{"uid":"d6f4ac15b642d1c5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d6f4ac15b642d1c5","status":"passed","time":{"start":1714404752163,"stop":1714404752164,"duration":1}}]},"f648228d8a68c1aa4a57d8beda4a5670:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78b7c569ae97bf7e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/78b7c569ae97bf7e","status":"passed","time":{"start":1714426875155,"stop":1714426875156,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"b5172eabcef5af28","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b5172eabcef5af28","status":"passed","time":{"start":1714454530566,"stop":1714454530567,"duration":1}},{"uid":"300d20274d8b1326","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/300d20274d8b1326","status":"passed","time":{"start":1714436078486,"stop":1714436078486,"duration":0}},{"uid":"a812d4c9fd62f3c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a812d4c9fd62f3c","status":"passed","time":{"start":1714435179751,"stop":1714435179751,"duration":0}},{"uid":"ef4b52d3d944ae67","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ef4b52d3d944ae67","status":"passed","time":{"start":1714433840194,"stop":1714433840194,"duration":0}},{"uid":"708fd159b6c38d75","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/708fd159b6c38d75","status":"passed","time":{"start":1714432050936,"stop":1714432050937,"duration":1}},{"uid":"a6765eadb1959c8d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a6765eadb1959c8d","status":"passed","time":{"start":1714432354904,"stop":1714432354904,"duration":0}},{"uid":"acf167425905e232","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/acf167425905e232","status":"passed","time":{"start":1714431055626,"stop":1714431055627,"duration":1}},{"uid":"60e6e6d8db114448","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/60e6e6d8db114448","status":"passed","time":{"start":1714430874348,"stop":1714430874348,"duration":0}},{"uid":"9c967f9131a932a9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9c967f9131a932a9","status":"passed","time":{"start":1714430022356,"stop":1714430022357,"duration":1}},{"uid":"77db95dde131be50","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/77db95dde131be50","status":"passed","time":{"start":1714429146143,"stop":1714429146147,"duration":4}},{"uid":"c6ec7e281c8abdeb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c6ec7e281c8abdeb","status":"passed","time":{"start":1714427920724,"stop":1714427920724,"duration":0}},{"uid":"f4728df4cebaecd9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f4728df4cebaecd9","status":"passed","time":{"start":1714427612864,"stop":1714427612864,"duration":0}},{"uid":"9c4eac6a13563583","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9c4eac6a13563583","status":"passed","time":{"start":1714426973023,"stop":1714426973023,"duration":0}},{"uid":"c532191ebcf2ea9d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c532191ebcf2ea9d","status":"passed","time":{"start":1714425686844,"stop":1714425686844,"duration":0}},{"uid":"c14239f9f729d127","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c14239f9f729d127","status":"passed","time":{"start":1714425460327,"stop":1714425460328,"duration":1}},{"uid":"85d9ed1d6bb860b1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/85d9ed1d6bb860b1","status":"passed","time":{"start":1714415661078,"stop":1714415661078,"duration":0}},{"uid":"6b956ffcf4eb758d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6b956ffcf4eb758d","status":"passed","time":{"start":1714415765122,"stop":1714415765122,"duration":0}},{"uid":"e3a97f0eaa4f1d30","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e3a97f0eaa4f1d30","status":"passed","time":{"start":1714407974261,"stop":1714407974261,"duration":0}},{"uid":"711191d62ef4c801","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/711191d62ef4c801","status":"passed","time":{"start":1714407005631,"stop":1714407005631,"duration":0}},{"uid":"774d6b73a3edf960","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/774d6b73a3edf960","status":"passed","time":{"start":1714404777758,"stop":1714404777759,"duration":1}}]},"1539edefe8aecc3d5b5d17b56dd1fd04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d189dd486c9d3c9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3d189dd486c9d3c9","status":"passed","time":{"start":1714427908765,"stop":1714427908765,"duration":0}}]},"75ca9794fdb51fecb8351b3bdc211259:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b9ca844448dadf9","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2b9ca844448dadf9","status":"passed","time":{"start":1714145875267,"stop":1714145875268,"duration":1}}]},"eba44d86542b4301868529bcb764a422:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9886b1f0823c57a2","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/9886b1f0823c57a2","status":"passed","time":{"start":1714141025851,"stop":1714141025852,"duration":1}}]},"9a11c0342815da947e3d87a6b3c70d20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f48f7587b2e83704","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/f48f7587b2e83704","status":"passed","time":{"start":1714033775466,"stop":1714033775467,"duration":1}}]},"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":26,"unknown":0,"total":26},"items":[{"uid":"54f05b2f48a88f7c","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/54f05b2f48a88f7c","status":"passed","time":{"start":1714177787752,"stop":1714177787753,"duration":1}},{"uid":"842ffcb6626ec3b9","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/842ffcb6626ec3b9","status":"passed","time":{"start":1714177564561,"stop":1714177564561,"duration":0}},{"uid":"da25dd41de5ae1c7","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/da25dd41de5ae1c7","status":"passed","time":{"start":1714129379448,"stop":1714129379448,"duration":0}},{"uid":"98d956fdd1750620","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/98d956fdd1750620","status":"passed","time":{"start":1714122967647,"stop":1714122967648,"duration":1}},{"uid":"208e9d2e6ba3599","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/208e9d2e6ba3599","status":"passed","time":{"start":1714122677605,"stop":1714122677605,"duration":0}},{"uid":"c58274c2458e899e","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/c58274c2458e899e","status":"passed","time":{"start":1714113589075,"stop":1714113589076,"duration":1}},{"uid":"4f5ddf6054aefbe","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/4f5ddf6054aefbe","status":"passed","time":{"start":1714108895411,"stop":1714108895411,"duration":0}},{"uid":"a9da08acead88f19","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/a9da08acead88f19","status":"passed","time":{"start":1714108850738,"stop":1714108850739,"duration":1}},{"uid":"4916346e8d6e06a4","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/4916346e8d6e06a4","status":"passed","time":{"start":1714045782777,"stop":1714045782778,"duration":1}},{"uid":"3cc1f13001cbf6e0","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/3cc1f13001cbf6e0","status":"passed","time":{"start":1714045635100,"stop":1714045635101,"duration":1}},{"uid":"502dea0d4b8a2cf1","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/502dea0d4b8a2cf1","status":"passed","time":{"start":1714045401652,"stop":1714045401653,"duration":1}},{"uid":"634811ab09aede64","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/634811ab09aede64","status":"passed","time":{"start":1714039863359,"stop":1714039863359,"duration":0}},{"uid":"d20a47fcedffc955","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/d20a47fcedffc955","status":"passed","time":{"start":1714038932446,"stop":1714038932446,"duration":0}},{"uid":"b9f5b43572c4509c","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/b9f5b43572c4509c","status":"passed","time":{"start":1714033344233,"stop":1714033344234,"duration":1}},{"uid":"5686998a2591e698","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/5686998a2591e698","status":"passed","time":{"start":1714017670018,"stop":1714017670019,"duration":1}},{"uid":"f7321e05d6cc2b9","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/f7321e05d6cc2b9","status":"passed","time":{"start":1714009571973,"stop":1714009571974,"duration":1}},{"uid":"3e2c39af76bd5e1a","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/3e2c39af76bd5e1a","status":"passed","time":{"start":1714007612819,"stop":1714007612819,"duration":0}},{"uid":"6bac6a9659894fca","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/6bac6a9659894fca","status":"passed","time":{"start":1713996355303,"stop":1713996355303,"duration":0}},{"uid":"afa3c8a3a9fead27","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/afa3c8a3a9fead27","status":"passed","time":{"start":1713987246019,"stop":1713987246020,"duration":1}},{"uid":"7482d7c28e1fef21","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/7482d7c28e1fef21","status":"passed","time":{"start":1713982516210,"stop":1713982516210,"duration":0}}]},"d4317c3ed38d1164e4120eb70ed0b6a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98615a935a5be506","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/98615a935a5be506","status":"passed","time":{"start":1713982644341,"stop":1713982644344,"duration":3}}]},"91c7caa47e70b931b1c3a391093deec9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a090d2092cdf2643","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/a090d2092cdf2643","status":"passed","time":{"start":1714240426754,"stop":1714240426760,"duration":6}}]},"7a530fcb0868717b6bc85867d99d28e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"64de5226ea9a1249","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/64de5226ea9a1249","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413530,"stop":1713889413531,"duration":1}}]},"656735c6325a778512260e92d5f80a17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9709a16141b0c973","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9709a16141b0c973","status":"passed","time":{"start":1714435054824,"stop":1714435054826,"duration":2}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"7b887c14a7518f0b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7b887c14a7518f0b","status":"passed","time":{"start":1714454530132,"stop":1714454530133,"duration":1}},{"uid":"2649c85a21e819a5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2649c85a21e819a5","status":"passed","time":{"start":1714436093935,"stop":1714436093935,"duration":0}},{"uid":"1b7aeb373420b710","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1b7aeb373420b710","status":"passed","time":{"start":1714435157474,"stop":1714435157475,"duration":1}},{"uid":"4186c66b551d3856","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4186c66b551d3856","status":"passed","time":{"start":1714433840510,"stop":1714433840513,"duration":3}},{"uid":"3dbc4760dc18b07d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3dbc4760dc18b07d","status":"passed","time":{"start":1714432045259,"stop":1714432045260,"duration":1}},{"uid":"db58685d491ece85","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/db58685d491ece85","status":"passed","time":{"start":1714432344089,"stop":1714432344090,"duration":1}},{"uid":"e871de0d5f7da650","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e871de0d5f7da650","status":"passed","time":{"start":1714431036764,"stop":1714431036765,"duration":1}},{"uid":"572501c8b55cd1b1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/572501c8b55cd1b1","status":"passed","time":{"start":1714430859694,"stop":1714430859694,"duration":0}},{"uid":"9f127238dd914ccc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9f127238dd914ccc","status":"passed","time":{"start":1714430007473,"stop":1714430007474,"duration":1}},{"uid":"10db280483b6271c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/10db280483b6271c","status":"passed","time":{"start":1714429133177,"stop":1714429133178,"duration":1}},{"uid":"f2c4fe47025e7759","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f2c4fe47025e7759","status":"passed","time":{"start":1714427891808,"stop":1714427891809,"duration":1}},{"uid":"20848b4ea2e95279","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/20848b4ea2e95279","status":"passed","time":{"start":1714427613491,"stop":1714427613491,"duration":0}},{"uid":"303dabce69942dba","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/303dabce69942dba","status":"passed","time":{"start":1714426967422,"stop":1714426967425,"duration":3}},{"uid":"67299492b82a6ca","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/67299492b82a6ca","status":"passed","time":{"start":1714425663091,"stop":1714425663091,"duration":0}},{"uid":"7472fcd8beed32ce","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7472fcd8beed32ce","status":"passed","time":{"start":1714425451132,"stop":1714425451133,"duration":1}},{"uid":"44c3b3daf538723e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/44c3b3daf538723e","status":"passed","time":{"start":1714415638838,"stop":1714415638838,"duration":0}},{"uid":"37e06223aa9187b7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/37e06223aa9187b7","status":"passed","time":{"start":1714415763434,"stop":1714415763434,"duration":0}},{"uid":"3a1109993538ac37","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3a1109993538ac37","status":"passed","time":{"start":1714407962981,"stop":1714407962981,"duration":0}},{"uid":"669782c14f896d14","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/669782c14f896d14","status":"passed","time":{"start":1714407006173,"stop":1714407006174,"duration":1}},{"uid":"e08a0fb565d65ab5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e08a0fb565d65ab5","status":"passed","time":{"start":1714404780877,"stop":1714404780877,"duration":0}}]},"0644bb152ab06d9438ab5500d1e62d1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4febf61c6dff6767","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4febf61c6dff6767","status":"passed","time":{"start":1714454429797,"stop":1714454429797,"duration":0}}]},"aee6d3b4e52fdddd7d5b40dd97181c38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3649a48f852a2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f3649a48f852a2","status":"passed","time":{"start":1714406971794,"stop":1714406971794,"duration":0}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"64fa5366db1f23ff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/64fa5366db1f23ff","status":"passed","time":{"start":1714453975164,"stop":1714453975166,"duration":2}},{"uid":"55cf75b2022132a1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/55cf75b2022132a1","status":"passed","time":{"start":1714435534338,"stop":1714435534339,"duration":1}},{"uid":"89b24b168b65ccd1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/89b24b168b65ccd1","status":"passed","time":{"start":1714434603456,"stop":1714434603456,"duration":0}},{"uid":"63e83dd2a7602bc9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/63e83dd2a7602bc9","status":"passed","time":{"start":1714433299091,"stop":1714433299093,"duration":2}},{"uid":"65e6b52e269baf43","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/65e6b52e269baf43","status":"passed","time":{"start":1714431496198,"stop":1714431496199,"duration":1}},{"uid":"dc2d45c55865a709","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dc2d45c55865a709","status":"passed","time":{"start":1714431760040,"stop":1714431760041,"duration":1}},{"uid":"43b4fe6d882a297","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/43b4fe6d882a297","status":"passed","time":{"start":1714430483521,"stop":1714430483522,"duration":1}},{"uid":"65357f072425f91d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/65357f072425f91d","status":"passed","time":{"start":1714430274089,"stop":1714430274095,"duration":6}},{"uid":"aad150c117e4ec9f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/aad150c117e4ec9f","status":"passed","time":{"start":1714429441302,"stop":1714429441303,"duration":1}},{"uid":"17e666fddda0fd9d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/17e666fddda0fd9d","status":"passed","time":{"start":1714428579303,"stop":1714428579304,"duration":1}},{"uid":"d72b7fa765059f8c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d72b7fa765059f8c","status":"passed","time":{"start":1714427357669,"stop":1714427357670,"duration":1}},{"uid":"c8f9862d7f23e090","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c8f9862d7f23e090","status":"passed","time":{"start":1714427058863,"stop":1714427058864,"duration":1}},{"uid":"deaad46310cf807b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/deaad46310cf807b","status":"passed","time":{"start":1714426407933,"stop":1714426407934,"duration":1}},{"uid":"b1f9fc04160501a7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b1f9fc04160501a7","status":"passed","time":{"start":1714424510620,"stop":1714424510621,"duration":1}},{"uid":"d34db638029c1bf2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d34db638029c1bf2","status":"passed","time":{"start":1714424901194,"stop":1714424901198,"duration":4}},{"uid":"11a3ee38e10b3961","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/11a3ee38e10b3961","status":"passed","time":{"start":1714415054010,"stop":1714415054010,"duration":0}},{"uid":"d56feffaecbcd1db","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d56feffaecbcd1db","status":"passed","time":{"start":1714415207110,"stop":1714415207111,"duration":1}},{"uid":"bbdb21e039b26444","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bbdb21e039b26444","status":"passed","time":{"start":1714407413662,"stop":1714407413668,"duration":6}},{"uid":"2831065823abfe2b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2831065823abfe2b","status":"passed","time":{"start":1714406441169,"stop":1714406441174,"duration":5}},{"uid":"aabf4c41d71ba575","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aabf4c41d71ba575","status":"passed","time":{"start":1714404231138,"stop":1714404231140,"duration":2}}]},"aa06f0100f4e7cd00a18c81db35893a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d1cbee3313ff7a6","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/6d1cbee3313ff7a6","status":"passed","time":{"start":1714381767583,"stop":1714381767584,"duration":1}}]},"585f3942bde9ab22f4eec57610b0d0b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98e4bf328fd274cb","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/98e4bf328fd274cb","status":"passed","time":{"start":1714385794767,"stop":1714385794770,"duration":3}}]},"374b086c8c730f621750133269f3ba38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de88878fd005224c","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/de88878fd005224c","status":"passed","time":{"start":1714033718325,"stop":1714033718325,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"4c87aaa6abea2431","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4c87aaa6abea2431","status":"passed","time":{"start":1714454429794,"stop":1714454429795,"duration":1}},{"uid":"dd075f902f55d821","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dd075f902f55d821","status":"passed","time":{"start":1714435983380,"stop":1714435983381,"duration":1}},{"uid":"17b8f2f30b504c81","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/17b8f2f30b504c81","status":"passed","time":{"start":1714435051944,"stop":1714435051945,"duration":1}},{"uid":"cc05666ecfd3c050","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cc05666ecfd3c050","status":"passed","time":{"start":1714433741791,"stop":1714433741791,"duration":0}},{"uid":"82b8f2c104af2715","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/82b8f2c104af2715","status":"passed","time":{"start":1714431944905,"stop":1714431944906,"duration":1}},{"uid":"f487aca6245a9b1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f487aca6245a9b1","status":"passed","time":{"start":1714432240092,"stop":1714432240093,"duration":1}},{"uid":"5a0ae7173163e69c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5a0ae7173163e69c","status":"passed","time":{"start":1714430938919,"stop":1714430938920,"duration":1}},{"uid":"7288af6c08e97666","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7288af6c08e97666","status":"passed","time":{"start":1714430755766,"stop":1714430755766,"duration":0}},{"uid":"455a1cc65b7a00a7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/455a1cc65b7a00a7","status":"passed","time":{"start":1714429913431,"stop":1714429913432,"duration":1}},{"uid":"251d888384245d84","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/251d888384245d84","status":"passed","time":{"start":1714429034575,"stop":1714429034575,"duration":0}},{"uid":"27deee8c86439ea1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/27deee8c86439ea1","status":"passed","time":{"start":1714427765143,"stop":1714427765144,"duration":1}},{"uid":"8c0080bcf79ac94d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8c0080bcf79ac94d","status":"passed","time":{"start":1714427509516,"stop":1714427509517,"duration":1}},{"uid":"15ee6b81418a5a36","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/15ee6b81418a5a36","status":"passed","time":{"start":1714426865268,"stop":1714426865268,"duration":0}},{"uid":"36f13e2c2bc96f7b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/36f13e2c2bc96f7b","status":"passed","time":{"start":1714425536876,"stop":1714425536876,"duration":0}},{"uid":"4f7c52f7f89c5438","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4f7c52f7f89c5438","status":"passed","time":{"start":1714425348181,"stop":1714425348189,"duration":8}},{"uid":"df6bbb004db57cc0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/df6bbb004db57cc0","status":"passed","time":{"start":1714415541646,"stop":1714415541646,"duration":0}},{"uid":"4da83bf3abf9e4e1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4da83bf3abf9e4e1","status":"passed","time":{"start":1714415666677,"stop":1714415666677,"duration":0}},{"uid":"776e86313ed7baa2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/776e86313ed7baa2","status":"passed","time":{"start":1714407867319,"stop":1714407867319,"duration":0}},{"uid":"44a0740ae4dbe15","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/44a0740ae4dbe15","status":"passed","time":{"start":1714406901762,"stop":1714406901764,"duration":2}},{"uid":"513240e93645192d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/513240e93645192d","status":"passed","time":{"start":1714404685933,"stop":1714404685933,"duration":0}}]},"10006f18f0ac436af99bfb6713f01d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6459f000eb3e0f7e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6459f000eb3e0f7e","status":"passed","time":{"start":1714415679034,"stop":1714415679034,"duration":0}}]},"b2f01b346dd3ae2a794ac24b69afa1ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d598962dcf293660","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d598962dcf293660","status":"passed","time":{"start":1714380535708,"stop":1714380535710,"duration":2}}]},"3a4e5e60e1ba4932192f2812154befe7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75823b2ce9433a67","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/75823b2ce9433a67","status":"passed","time":{"start":1714384714577,"stop":1714384714578,"duration":1}}]},"6fdb03023ce74401adb922437db48e4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"870c279e1e839c8c","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/870c279e1e839c8c","status":"passed","time":{"start":1714082661068,"stop":1714082661069,"duration":1}}]},"38d013dc8f7dd2baf5c8fc546e303a0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d39b953a7ec0f3aa","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/d39b953a7ec0f3aa","status":"passed","time":{"start":1713976971622,"stop":1713976971627,"duration":5}}]},"56c71cace57f2c946ad98bffc79b1449:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"5428eb347fc45013","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5428eb347fc45013","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511015,"stop":1714426511015,"duration":0}}]},"0c54ffaada9d5fcdbddea8c359bf27ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b81fdaa253ff1ed0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b81fdaa253ff1ed0","status":"passed","time":{"start":1714429967915,"stop":1714429967915,"duration":0}}]},"8fab9df293eddb772d0c1f28d390d105:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cb2ca1d4a977b9","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/8cb2ca1d4a977b9","status":"passed","time":{"start":1714382918284,"stop":1714382918284,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":82,"unknown":0,"total":87},"items":[{"uid":"a599ad9bfeb412ff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a599ad9bfeb412ff","status":"passed","time":{"start":1714454246976,"stop":1714454246977,"duration":1}},{"uid":"c89a7a84d07053c0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c89a7a84d07053c0","status":"passed","time":{"start":1714435795188,"stop":1714435795188,"duration":0}},{"uid":"eeb436bd4eb78a0b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/eeb436bd4eb78a0b","status":"passed","time":{"start":1714434861611,"stop":1714434861611,"duration":0}},{"uid":"17a03b76c4df502b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/17a03b76c4df502b","status":"passed","time":{"start":1714433551077,"stop":1714433551078,"duration":1}},{"uid":"607be514ff4f7259","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/607be514ff4f7259","status":"passed","time":{"start":1714431768814,"stop":1714431768814,"duration":0}},{"uid":"7ec34323a4dfbd9f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7ec34323a4dfbd9f","status":"passed","time":{"start":1714432061426,"stop":1714432061426,"duration":0}},{"uid":"a0f7267fcb92865c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a0f7267fcb92865c","status":"passed","time":{"start":1714430772726,"stop":1714430772726,"duration":0}},{"uid":"9c16f3e0d72dcf20","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9c16f3e0d72dcf20","status":"passed","time":{"start":1714430577556,"stop":1714430577557,"duration":1}},{"uid":"67daebfa9f17ae12","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/67daebfa9f17ae12","status":"passed","time":{"start":1714429721255,"stop":1714429721255,"duration":0}},{"uid":"140df61b4c7fab56","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/140df61b4c7fab56","status":"passed","time":{"start":1714428857769,"stop":1714428857770,"duration":1}},{"uid":"a4a111b639af8bac","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a4a111b639af8bac","status":"passed","time":{"start":1714427634505,"stop":1714427634505,"duration":0}},{"uid":"8bf7dc6c20db55e8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8bf7dc6c20db55e8","status":"passed","time":{"start":1714427320392,"stop":1714427320393,"duration":1}},{"uid":"c3322585a1797c16","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c3322585a1797c16","status":"passed","time":{"start":1714426692198,"stop":1714426692199,"duration":1}},{"uid":"f79f5bdc3abaea16","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f79f5bdc3abaea16","status":"passed","time":{"start":1714425469964,"stop":1714425469964,"duration":0}},{"uid":"4ed2022e87a91aff","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4ed2022e87a91aff","status":"passed","time":{"start":1714425170480,"stop":1714425170480,"duration":0}},{"uid":"c8c6a5556ac17d63","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c8c6a5556ac17d63","status":"passed","time":{"start":1714415308006,"stop":1714415308006,"duration":0}},{"uid":"2a8a6f8150f9c5cb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2a8a6f8150f9c5cb","status":"passed","time":{"start":1714415498403,"stop":1714415498405,"duration":2}},{"uid":"724839f551cc4ace","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/724839f551cc4ace","status":"passed","time":{"start":1714407691767,"stop":1714407691768,"duration":1}},{"uid":"f02ef32a46049be1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f02ef32a46049be1","status":"passed","time":{"start":1714406721594,"stop":1714406721594,"duration":0}},{"uid":"d2f645f28ae3ebd0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d2f645f28ae3ebd0","status":"passed","time":{"start":1714404515365,"stop":1714404515365,"duration":0}}]},"1e337dd9fb3526a4fc59be65d8f387b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbab29abffeedaee","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/bbab29abffeedaee","status":"passed","time":{"start":1714142067879,"stop":1714142067879,"duration":0}}]},"0b94f08711ae30c2e24fdbe1032e06f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abc6d31d526429af","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/abc6d31d526429af","status":"passed","time":{"start":1714039405799,"stop":1714039405799,"duration":0}}]},"514cdfef0ad9894568f6ce088d6a600d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80db4f93a15751d6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/80db4f93a15751d6","status":"passed","time":{"start":1714426916048,"stop":1714426916048,"duration":0}}]},"bb4ba84e898cf74b8d11916ee3496387:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a10f5ff635c551df","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/a10f5ff635c551df","status":"passed","time":{"start":1714214828254,"stop":1714214828254,"duration":0}}]},"66c6cba4b9514c82295c817772de5858:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d86f4d7fe250cd7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7d86f4d7fe250cd7","status":"passed","time":{"start":1714406914330,"stop":1714406914330,"duration":0}}]},"8ee78c4c56e76082d109b9345d476da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90746d2e3fd633c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/90746d2e3fd633c","status":"passed","time":{"start":1714426950367,"stop":1714426950367,"duration":0}}]},"bcc3935580c9ebab89c86d7ace45ff23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71f791821a85c823","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/71f791821a85c823","status":"passed","time":{"start":1714425425854,"stop":1714425425854,"duration":0}}]},"70e1d929c33141f856e55a795506ddb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1248025e8e724499","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1248025e8e724499","status":"passed","time":{"start":1714432293604,"stop":1714432293604,"duration":0}}]},"f56639dd1c9f9c5b1fca6cfefa00848a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b06cb5b928b2cda","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4b06cb5b928b2cda","status":"passed","time":{"start":1714432025730,"stop":1714432025731,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":87,"unknown":0,"total":87},"items":[{"uid":"ede29f0ec7067cfa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ede29f0ec7067cfa","status":"passed","time":{"start":1714454246980,"stop":1714454246980,"duration":0}},{"uid":"b4ef53979cec4088","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b4ef53979cec4088","status":"passed","time":{"start":1714435795190,"stop":1714435795190,"duration":0}},{"uid":"315b90bb4270bc99","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/315b90bb4270bc99","status":"passed","time":{"start":1714434861613,"stop":1714434861613,"duration":0}},{"uid":"d936d88bb123544e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d936d88bb123544e","status":"passed","time":{"start":1714433551079,"stop":1714433551079,"duration":0}},{"uid":"293212e10bf46b95","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/293212e10bf46b95","status":"passed","time":{"start":1714431768816,"stop":1714431768816,"duration":0}},{"uid":"c4a5670a2436fb42","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c4a5670a2436fb42","status":"passed","time":{"start":1714432061427,"stop":1714432061428,"duration":1}},{"uid":"397bc4f8faa7c389","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/397bc4f8faa7c389","status":"passed","time":{"start":1714430772727,"stop":1714430772727,"duration":0}},{"uid":"7f4cc18463db2d31","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7f4cc18463db2d31","status":"passed","time":{"start":1714430577558,"stop":1714430577571,"duration":13}},{"uid":"78e1f74b9ca680ff","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/78e1f74b9ca680ff","status":"passed","time":{"start":1714429721256,"stop":1714429721257,"duration":1}},{"uid":"18b811cffbf53543","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/18b811cffbf53543","status":"passed","time":{"start":1714428857771,"stop":1714428857771,"duration":0}},{"uid":"404080fd6778ca11","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/404080fd6778ca11","status":"passed","time":{"start":1714427634508,"stop":1714427634509,"duration":1}},{"uid":"36661dd507ad2809","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/36661dd507ad2809","status":"passed","time":{"start":1714427320396,"stop":1714427320396,"duration":0}},{"uid":"8556e4fcedf21888","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8556e4fcedf21888","status":"passed","time":{"start":1714426692200,"stop":1714426692200,"duration":0}},{"uid":"e9c24d58015902ed","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e9c24d58015902ed","status":"passed","time":{"start":1714425469967,"stop":1714425469967,"duration":0}},{"uid":"c7ec8e7485fa3962","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c7ec8e7485fa3962","status":"passed","time":{"start":1714425170481,"stop":1714425170482,"duration":1}},{"uid":"d7e4176a5ff2126c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d7e4176a5ff2126c","status":"passed","time":{"start":1714415308007,"stop":1714415308007,"duration":0}},{"uid":"6e5d20bd4fb562ae","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6e5d20bd4fb562ae","status":"passed","time":{"start":1714415498410,"stop":1714415498413,"duration":3}},{"uid":"14822c4e2a8f215a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/14822c4e2a8f215a","status":"passed","time":{"start":1714407691769,"stop":1714407691769,"duration":0}},{"uid":"56ac85d94f65169d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/56ac85d94f65169d","status":"passed","time":{"start":1714406721596,"stop":1714406721596,"duration":0}},{"uid":"8eb06af64a4434b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8eb06af64a4434b","status":"passed","time":{"start":1714404515366,"stop":1714404515366,"duration":0}}]},"4634fc7c735b6d7e522d3efb07db3ff7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3b4e21fe04d08cc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a3b4e21fe04d08cc","status":"passed","time":{"start":1714433792291,"stop":1714433792291,"duration":0}}]},"686358f83dc6c0c5c25cd13e6f7cbc4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44814caaf034d1bc","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/44814caaf034d1bc","status":"passed","time":{"start":1714046252347,"stop":1714046252349,"duration":2}}]},"0995c64052c3fa5ca54ffc24af0d7b57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a6de4924f1044ffa","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/a6de4924f1044ffa","status":"broken","statusDetails":"expected +0 to equal 3","time":{"start":1713998721454,"stop":1713998721454,"duration":0}}]},"e0e505aa7ccf294485134f3ef39061d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"644165b1384b0314","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/644165b1384b0314","status":"passed","time":{"start":1714240510019,"stop":1714240510019,"duration":0}}]},"e6412b9ea69a0714cf78cb956ef1f6dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1049771f9c71f10","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/c1049771f9c71f10","status":"passed","time":{"start":1714385421488,"stop":1714385421489,"duration":1}}]},"52c41ae3794b87496ef31c92d3e05d80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c285ee77959e2234","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c285ee77959e2234","status":"passed","time":{"start":1714429998325,"stop":1714429998325,"duration":0}}]},"efd6ccf2b9e4bc50c185f2a62a544b76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d8b7657384aca05","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/6d8b7657384aca05","status":"passed","time":{"start":1714382918287,"stop":1714382918287,"duration":0}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"69215ffe8c76cc83","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/69215ffe8c76cc83","status":"passed","time":{"start":1714454429800,"stop":1714454429800,"duration":0}},{"uid":"90f28ec0b48366f8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/90f28ec0b48366f8","status":"passed","time":{"start":1714435983388,"stop":1714435983389,"duration":1}},{"uid":"6e988f584b9b631d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6e988f584b9b631d","status":"passed","time":{"start":1714435051949,"stop":1714435051949,"duration":0}},{"uid":"3d8d0d9dc5a394b4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3d8d0d9dc5a394b4","status":"passed","time":{"start":1714433741795,"stop":1714433741795,"duration":0}},{"uid":"5f08b2f3a49602d5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5f08b2f3a49602d5","status":"passed","time":{"start":1714431944912,"stop":1714431944913,"duration":1}},{"uid":"f4a8b0e7dde466f3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f4a8b0e7dde466f3","status":"passed","time":{"start":1714432240115,"stop":1714432240116,"duration":1}},{"uid":"a91e9b7deb612a73","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a91e9b7deb612a73","status":"passed","time":{"start":1714430938923,"stop":1714430938924,"duration":1}},{"uid":"3235e65f60a89a42","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3235e65f60a89a42","status":"passed","time":{"start":1714430755769,"stop":1714430755769,"duration":0}},{"uid":"9ee28a0befd5c072","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9ee28a0befd5c072","status":"passed","time":{"start":1714429913456,"stop":1714429913456,"duration":0}},{"uid":"1599d6f62a280e58","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1599d6f62a280e58","status":"passed","time":{"start":1714429034578,"stop":1714429034578,"duration":0}},{"uid":"6b9a541cec23bfa1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6b9a541cec23bfa1","status":"passed","time":{"start":1714427765149,"stop":1714427765150,"duration":1}},{"uid":"2cafca4b69e95fb9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2cafca4b69e95fb9","status":"passed","time":{"start":1714427509520,"stop":1714427509521,"duration":1}},{"uid":"7fbdc944a833c7d7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7fbdc944a833c7d7","status":"passed","time":{"start":1714426865272,"stop":1714426865272,"duration":0}},{"uid":"981104fef23944a9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/981104fef23944a9","status":"passed","time":{"start":1714425536880,"stop":1714425536880,"duration":0}},{"uid":"1b5b02ef401490e0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1b5b02ef401490e0","status":"passed","time":{"start":1714425348193,"stop":1714425348193,"duration":0}},{"uid":"b810ee8f5c78c80","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b810ee8f5c78c80","status":"passed","time":{"start":1714415541651,"stop":1714415541651,"duration":0}},{"uid":"5d5b484dbbcd314","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5d5b484dbbcd314","status":"passed","time":{"start":1714415666682,"stop":1714415666682,"duration":0}},{"uid":"53419df7119353d2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/53419df7119353d2","status":"passed","time":{"start":1714407867323,"stop":1714407867323,"duration":0}},{"uid":"1551efd27db3e7a2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1551efd27db3e7a2","status":"passed","time":{"start":1714406901768,"stop":1714406901768,"duration":0}},{"uid":"e92bd04f772b2693","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e92bd04f772b2693","status":"passed","time":{"start":1714404685938,"stop":1714404685938,"duration":0}}]},"e370c64efb44c4db8c48713d4fa53922:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1077abcabbe3f494","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1077abcabbe3f494","status":"passed","time":{"start":1714404734766,"stop":1714404734766,"duration":0}}]},"ab7f60a5b8d7dcf1f0470ada23ba9012:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e1af936338b535d","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/8e1af936338b535d","status":"passed","time":{"start":1714219167800,"stop":1714219167800,"duration":0}}]},"42a7581c960398ae7da4859d48064db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e92f959330a6971e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e92f959330a6971e","status":"passed","time":{"start":1714435099718,"stop":1714435099719,"duration":1}}]},"e932991f17a4c73fef20949b6a32c008:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0b54f7d10fda3e8","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/c0b54f7d10fda3e8","status":"passed","time":{"start":1714297302896,"stop":1714297302896,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"b91a5877a0e65321","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b91a5877a0e65321","status":"passed","time":{"start":1714453925096,"stop":1714453925097,"duration":1}},{"uid":"11f16e332cab6be7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/11f16e332cab6be7","status":"passed","time":{"start":1714435483016,"stop":1714435483016,"duration":0}},{"uid":"768559259e9b6c0d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/768559259e9b6c0d","status":"passed","time":{"start":1714434552107,"stop":1714434552107,"duration":0}},{"uid":"3e181cc0ba9f83fd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3e181cc0ba9f83fd","status":"passed","time":{"start":1714433247000,"stop":1714433247000,"duration":0}},{"uid":"d1fa7e79f6eeab09","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d1fa7e79f6eeab09","status":"passed","time":{"start":1714431444909,"stop":1714431444909,"duration":0}},{"uid":"8c62a4dc1c1304e8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8c62a4dc1c1304e8","status":"passed","time":{"start":1714431708427,"stop":1714431708428,"duration":1}},{"uid":"81b2366743d9b606","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/81b2366743d9b606","status":"passed","time":{"start":1714430430745,"stop":1714430430746,"duration":1}},{"uid":"2d1878e5b3eafbe5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2d1878e5b3eafbe5","status":"passed","time":{"start":1714430223155,"stop":1714430223155,"duration":0}},{"uid":"53a94d9acebea560","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/53a94d9acebea560","status":"passed","time":{"start":1714429383919,"stop":1714429383919,"duration":0}},{"uid":"ba1b42562b40d58c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ba1b42562b40d58c","status":"passed","time":{"start":1714428528726,"stop":1714428528726,"duration":0}},{"uid":"9f8436b92432086","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9f8436b92432086","status":"passed","time":{"start":1714427305811,"stop":1714427305811,"duration":0}},{"uid":"76534d1abed8e943","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/76534d1abed8e943","status":"passed","time":{"start":1714427007304,"stop":1714427007304,"duration":0}},{"uid":"cd55f6f723389e15","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cd55f6f723389e15","status":"passed","time":{"start":1714426356108,"stop":1714426356108,"duration":0}},{"uid":"d8a26afac176d2a9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d8a26afac176d2a9","status":"passed","time":{"start":1714424458875,"stop":1714424458875,"duration":0}},{"uid":"ed5d1a8c1a04426d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ed5d1a8c1a04426d","status":"passed","time":{"start":1714424849200,"stop":1714424849200,"duration":0}},{"uid":"deef658a299eb5dd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/deef658a299eb5dd","status":"passed","time":{"start":1714415001505,"stop":1714415001506,"duration":1}},{"uid":"dc0d1c0460de9561","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dc0d1c0460de9561","status":"passed","time":{"start":1714415155038,"stop":1714415155038,"duration":0}},{"uid":"9315cfd8552e7551","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9315cfd8552e7551","status":"passed","time":{"start":1714407362313,"stop":1714407362313,"duration":0}},{"uid":"c97e0eda666252e9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c97e0eda666252e9","status":"passed","time":{"start":1714406389402,"stop":1714406389403,"duration":1}},{"uid":"5a7f20b2940f7804","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5a7f20b2940f7804","status":"passed","time":{"start":1714404179275,"stop":1714404179275,"duration":0}}]},"1ccf1661219c0fe4cbb8c008d8e86fad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5201adf67ac17a0","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/a5201adf67ac17a0","status":"passed","time":{"start":1714228954304,"stop":1714228954305,"duration":1}}]},"b50d74a232232e69834a3f6c392da73e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5380b27c4791358","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/e5380b27c4791358","status":"passed","time":{"start":1714082661067,"stop":1714082661067,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"320819ff5bfbd74b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/320819ff5bfbd74b","status":"passed","time":{"start":1714453932703,"stop":1714453932704,"duration":1}},{"uid":"a1df7fc1e9cb965b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a1df7fc1e9cb965b","status":"passed","time":{"start":1714435490582,"stop":1714435490582,"duration":0}},{"uid":"b126835a00b1736c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b126835a00b1736c","status":"passed","time":{"start":1714434559556,"stop":1714434559557,"duration":1}},{"uid":"250279dbe7e18256","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/250279dbe7e18256","status":"passed","time":{"start":1714433254654,"stop":1714433254654,"duration":0}},{"uid":"3745e9547b9e7e66","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3745e9547b9e7e66","status":"passed","time":{"start":1714431452645,"stop":1714431452646,"duration":1}},{"uid":"d00a7a5c3bf38ba7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d00a7a5c3bf38ba7","status":"passed","time":{"start":1714431716072,"stop":1714431716072,"duration":0}},{"uid":"1ad38f8a1bebbbe8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1ad38f8a1bebbbe8","status":"passed","time":{"start":1714430438494,"stop":1714430438495,"duration":1}},{"uid":"b1c64716f1930bd9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b1c64716f1930bd9","status":"passed","time":{"start":1714430230956,"stop":1714430230956,"duration":0}},{"uid":"87b7c53aaa7b0359","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/87b7c53aaa7b0359","status":"passed","time":{"start":1714429392676,"stop":1714429392676,"duration":0}},{"uid":"eb4829963b27e68f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eb4829963b27e68f","status":"passed","time":{"start":1714428536298,"stop":1714428536298,"duration":0}},{"uid":"2006ff24bd09244a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2006ff24bd09244a","status":"passed","time":{"start":1714427313734,"stop":1714427313735,"duration":1}},{"uid":"e9ee434e4b70b6d6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e9ee434e4b70b6d6","status":"passed","time":{"start":1714427015235,"stop":1714427015236,"duration":1}},{"uid":"76f7f7bcfa7a8c41","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/76f7f7bcfa7a8c41","status":"passed","time":{"start":1714426364073,"stop":1714426364074,"duration":1}},{"uid":"1bf54a3aa1bf7a3a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1bf54a3aa1bf7a3a","status":"passed","time":{"start":1714424466604,"stop":1714424466605,"duration":1}},{"uid":"faea2fe1432e019f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/faea2fe1432e019f","status":"passed","time":{"start":1714424856921,"stop":1714424856922,"duration":1}},{"uid":"976a577de6ad73e6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/976a577de6ad73e6","status":"passed","time":{"start":1714415009486,"stop":1714415009487,"duration":1}},{"uid":"e4f51a3ecbdafe86","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e4f51a3ecbdafe86","status":"passed","time":{"start":1714415162801,"stop":1714415162802,"duration":1}},{"uid":"697962fcbf38901a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/697962fcbf38901a","status":"passed","time":{"start":1714407369923,"stop":1714407369924,"duration":1}},{"uid":"f434ef9bb9b750","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f434ef9bb9b750","status":"passed","time":{"start":1714406397059,"stop":1714406397059,"duration":0}},{"uid":"b2bf660aad8c4bcc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b2bf660aad8c4bcc","status":"passed","time":{"start":1714404187024,"stop":1714404187025,"duration":1}}]},"02a620677bd5c776268737870ccb6ec5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edad54e6500dfe4f","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/edad54e6500dfe4f","status":"passed","time":{"start":1714008029491,"stop":1714008029492,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"783501477060d35c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/783501477060d35c","status":"passed","time":{"start":1714454024387,"stop":1714454024387,"duration":0}},{"uid":"c8205f22be7b0bce","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c8205f22be7b0bce","status":"passed","time":{"start":1714435578409,"stop":1714435578410,"duration":1}},{"uid":"72b17b72026f4530","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/72b17b72026f4530","status":"passed","time":{"start":1714434650401,"stop":1714434650401,"duration":0}},{"uid":"c131b79809d7138b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c131b79809d7138b","status":"passed","time":{"start":1714433346768,"stop":1714433346769,"duration":1}},{"uid":"665c0f3abbae73f9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/665c0f3abbae73f9","status":"passed","time":{"start":1714431543662,"stop":1714431543668,"duration":6}},{"uid":"2cbbe34d95f22326","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2cbbe34d95f22326","status":"passed","time":{"start":1714431805456,"stop":1714431805456,"duration":0}},{"uid":"bd35e4eaadca4b90","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bd35e4eaadca4b90","status":"passed","time":{"start":1714430536424,"stop":1714430536425,"duration":1}},{"uid":"7d59c1789590bdee","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7d59c1789590bdee","status":"passed","time":{"start":1714430322005,"stop":1714430322006,"duration":1}},{"uid":"eb5e03a5fcaedd01","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/eb5e03a5fcaedd01","status":"passed","time":{"start":1714429493069,"stop":1714429493070,"duration":1}},{"uid":"e00f8d2a45d40bd0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e00f8d2a45d40bd0","status":"passed","time":{"start":1714428631119,"stop":1714428631120,"duration":1}},{"uid":"aba1679f6a16e1ae","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aba1679f6a16e1ae","status":"passed","time":{"start":1714427404957,"stop":1714427404957,"duration":0}},{"uid":"b0652c5c7ac52036","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b0652c5c7ac52036","status":"passed","time":{"start":1714427101738,"stop":1714427101739,"duration":1}},{"uid":"eb16107459dc3623","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/eb16107459dc3623","status":"passed","time":{"start":1714426457653,"stop":1714426457654,"duration":1}},{"uid":"c956a1a25710cf4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c956a1a25710cf4","status":"passed","time":{"start":1714424558653,"stop":1714424558654,"duration":1}},{"uid":"80d43f2eadc156bc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/80d43f2eadc156bc","status":"passed","time":{"start":1714424950486,"stop":1714424950489,"duration":3}},{"uid":"dddee3191e4b5e81","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dddee3191e4b5e81","status":"passed","time":{"start":1714415104762,"stop":1714415104763,"duration":1}},{"uid":"f774a9086c557c5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f774a9086c557c5","status":"passed","time":{"start":1714415250731,"stop":1714415250731,"duration":0}},{"uid":"11625108a837985a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/11625108a837985a","status":"passed","time":{"start":1714407463992,"stop":1714407463992,"duration":0}},{"uid":"9c7d9713efa6661a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9c7d9713efa6661a","status":"passed","time":{"start":1714406496807,"stop":1714406496808,"duration":1}},{"uid":"f6187171f30f2487","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f6187171f30f2487","status":"passed","time":{"start":1714404277936,"stop":1714404277936,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"fd977fcef1c27b76","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fd977fcef1c27b76","status":"passed","time":{"start":1714454530129,"stop":1714454530130,"duration":1}},{"uid":"8ca6f2f4104c5389","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8ca6f2f4104c5389","status":"passed","time":{"start":1714436093933,"stop":1714436093934,"duration":1}},{"uid":"2ac21f03d14e8fe1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2ac21f03d14e8fe1","status":"passed","time":{"start":1714435157473,"stop":1714435157473,"duration":0}},{"uid":"d2be61fceb9651d6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d2be61fceb9651d6","status":"passed","time":{"start":1714433840503,"stop":1714433840504,"duration":1}},{"uid":"7ca8325270062656","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7ca8325270062656","status":"passed","time":{"start":1714432045258,"stop":1714432045258,"duration":0}},{"uid":"97698010b1bc22b0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/97698010b1bc22b0","status":"passed","time":{"start":1714432344087,"stop":1714432344087,"duration":0}},{"uid":"362f3114c194fdef","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/362f3114c194fdef","status":"passed","time":{"start":1714431036760,"stop":1714431036761,"duration":1}},{"uid":"3d87e5e28c1a7ece","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3d87e5e28c1a7ece","status":"passed","time":{"start":1714430859692,"stop":1714430859693,"duration":1}},{"uid":"4c615dec3c69b36d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4c615dec3c69b36d","status":"passed","time":{"start":1714430007469,"stop":1714430007472,"duration":3}},{"uid":"d541bdc66fc6e6e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d541bdc66fc6e6e","status":"passed","time":{"start":1714429133171,"stop":1714429133172,"duration":1}},{"uid":"1b102e72f18f2bef","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1b102e72f18f2bef","status":"passed","time":{"start":1714427891807,"stop":1714427891807,"duration":0}},{"uid":"996d54081dc55816","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/996d54081dc55816","status":"passed","time":{"start":1714427613482,"stop":1714427613489,"duration":7}},{"uid":"c97c86265e042ec5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c97c86265e042ec5","status":"passed","time":{"start":1714426967420,"stop":1714426967421,"duration":1}},{"uid":"e268a0382c181668","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e268a0382c181668","status":"passed","time":{"start":1714425663089,"stop":1714425663090,"duration":1}},{"uid":"1e0690167ee7986d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1e0690167ee7986d","status":"passed","time":{"start":1714425451129,"stop":1714425451130,"duration":1}},{"uid":"f7b2a178ee4cade3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f7b2a178ee4cade3","status":"passed","time":{"start":1714415638836,"stop":1714415638837,"duration":1}},{"uid":"128f302cf5b96ff3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/128f302cf5b96ff3","status":"passed","time":{"start":1714415763432,"stop":1714415763433,"duration":1}},{"uid":"9ca4ecab4989c669","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9ca4ecab4989c669","status":"passed","time":{"start":1714407962978,"stop":1714407962979,"duration":1}},{"uid":"baae5f128d7639c2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/baae5f128d7639c2","status":"passed","time":{"start":1714407006168,"stop":1714407006171,"duration":3}},{"uid":"2644d41aca16b889","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2644d41aca16b889","status":"passed","time":{"start":1714404780875,"stop":1714404780876,"duration":1}}]},"5f6da0ec6b0ec362f0919a8200dc5349:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46a84686d649d30","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/46a84686d649d30","status":"passed","time":{"start":1714010051226,"stop":1714010051226,"duration":0}}]},"1a81cf7d87d333b841b6a11ab442e046:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"672cd8f97a3b52d5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/672cd8f97a3b52d5","status":"passed","time":{"start":1714427460529,"stop":1714427460529,"duration":0}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"dd4fe7483e0a151b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dd4fe7483e0a151b","status":"passed","time":{"start":1714453948680,"stop":1714453948680,"duration":0}},{"uid":"d98f1b736543a21e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d98f1b736543a21e","status":"passed","time":{"start":1714435506556,"stop":1714435506557,"duration":1}},{"uid":"90a1298ea70c54e7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/90a1298ea70c54e7","status":"passed","time":{"start":1714434575698,"stop":1714434575698,"duration":0}},{"uid":"b718af75375255f5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b718af75375255f5","status":"passed","time":{"start":1714433270292,"stop":1714433270292,"duration":0}},{"uid":"dae7ca0fc61e960","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/dae7ca0fc61e960","status":"passed","time":{"start":1714431468643,"stop":1714431468644,"duration":1}},{"uid":"5e8f2a6a07bb6df6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5e8f2a6a07bb6df6","status":"passed","time":{"start":1714431732340,"stop":1714431732340,"duration":0}},{"uid":"4dff3757f6aaf7a2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4dff3757f6aaf7a2","status":"passed","time":{"start":1714430455367,"stop":1714430455367,"duration":0}},{"uid":"5b94c9843250e650","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5b94c9843250e650","status":"passed","time":{"start":1714430246805,"stop":1714430246805,"duration":0}},{"uid":"b7d5af2993e465d3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b7d5af2993e465d3","status":"passed","time":{"start":1714429410653,"stop":1714429410653,"duration":0}},{"uid":"f7a142635b02ac83","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f7a142635b02ac83","status":"passed","time":{"start":1714428552782,"stop":1714428552782,"duration":0}},{"uid":"58dd6318441f7daf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/58dd6318441f7daf","status":"passed","time":{"start":1714427330590,"stop":1714427330590,"duration":0}},{"uid":"ca59aaf6763c4801","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ca59aaf6763c4801","status":"passed","time":{"start":1714427031095,"stop":1714427031096,"duration":1}},{"uid":"6d2a0c323e262b9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6d2a0c323e262b9","status":"passed","time":{"start":1714426380207,"stop":1714426380208,"duration":1}},{"uid":"7d37157039273a65","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7d37157039273a65","status":"passed","time":{"start":1714424482577,"stop":1714424482577,"duration":0}},{"uid":"96338350db6bc2a4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/96338350db6bc2a4","status":"passed","time":{"start":1714424873146,"stop":1714424873147,"duration":1}},{"uid":"471e7a437ff09ada","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/471e7a437ff09ada","status":"passed","time":{"start":1714415026104,"stop":1714415026104,"duration":0}},{"uid":"7bd71dc7f014534f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7bd71dc7f014534f","status":"passed","time":{"start":1714415179179,"stop":1714415179179,"duration":0}},{"uid":"755db461dedb60af","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/755db461dedb60af","status":"passed","time":{"start":1714407386159,"stop":1714407386159,"duration":0}},{"uid":"91cb0f7df3beb169","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/91cb0f7df3beb169","status":"passed","time":{"start":1714406413852,"stop":1714406413852,"duration":0}},{"uid":"1339175c1ad655d1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1339175c1ad655d1","status":"passed","time":{"start":1714404203417,"stop":1714404203418,"duration":1}}]},"10e45ae1b28734014266caff3cc93ad0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7f74fdc0267c955","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e7f74fdc0267c955","status":"passed","time":{"start":1714386653741,"stop":1714386653741,"duration":0}}]},"fd37acee1d1466ed07c6116d13e13c84:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"143608e895824d73","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/143608e895824d73","status":"passed","time":{"start":1714430938920,"stop":1714430938921,"duration":1}}]},"3d16356b666c675d4ad13618865f4d9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"84b51a457dfbaf14","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/84b51a457dfbaf14","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'subscribe')","time":{"start":1714003547118,"stop":1714003547118,"duration":0}}]},"a915270803ccd7fdb982e1612bdda721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0473c603f127b83","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/b0473c603f127b83","status":"passed","time":{"start":1714145890416,"stop":1714145890417,"duration":1}}]},"0ee316147834c88288e639cb3530f856:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2fa94024291463cb","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2fa94024291463cb","status":"passed","time":{"start":1714154244191,"stop":1714154244191,"duration":0}}]},"770063a7f8ecba872422224f0834bbbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6c815cc80fd5ab3","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/a6c815cc80fd5ab3","status":"passed","time":{"start":1714109345146,"stop":1714109345157,"duration":11}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"3bdb71a1f7c762c4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3bdb71a1f7c762c4","status":"passed","time":{"start":1714453958106,"stop":1714453958106,"duration":0}},{"uid":"b6a29ea73bbe42ff","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b6a29ea73bbe42ff","status":"passed","time":{"start":1714435516875,"stop":1714435516875,"duration":0}},{"uid":"7dea6b6a30cb9d31","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7dea6b6a30cb9d31","status":"passed","time":{"start":1714434585835,"stop":1714434585836,"duration":1}},{"uid":"2bec29821e9b244e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2bec29821e9b244e","status":"passed","time":{"start":1714433280769,"stop":1714433280769,"duration":0}},{"uid":"46d2ff112b8e2f1d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/46d2ff112b8e2f1d","status":"passed","time":{"start":1714431478452,"stop":1714431478453,"duration":1}},{"uid":"a60e9364fe42742d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a60e9364fe42742d","status":"passed","time":{"start":1714431742371,"stop":1714431742371,"duration":0}},{"uid":"4f0ae8b2d7e01c1b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4f0ae8b2d7e01c1b","status":"passed","time":{"start":1714430465321,"stop":1714430465321,"duration":0}},{"uid":"c327ebfd38928dfa","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c327ebfd38928dfa","status":"passed","time":{"start":1714430256907,"stop":1714430256908,"duration":1}},{"uid":"a2025fda785becc0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a2025fda785becc0","status":"passed","time":{"start":1714429421177,"stop":1714429421177,"duration":0}},{"uid":"3b953152519ccdc9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3b953152519ccdc9","status":"passed","time":{"start":1714428562875,"stop":1714428562875,"duration":0}},{"uid":"74bb1dc1c65ec31","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/74bb1dc1c65ec31","status":"passed","time":{"start":1714427340550,"stop":1714427340550,"duration":0}},{"uid":"8347c701e3df1b3b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8347c701e3df1b3b","status":"passed","time":{"start":1714427041434,"stop":1714427041435,"duration":1}},{"uid":"5503fec686f94a0d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5503fec686f94a0d","status":"passed","time":{"start":1714426390785,"stop":1714426390786,"duration":1}},{"uid":"b75cd3101cc9b317","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b75cd3101cc9b317","status":"passed","time":{"start":1714424492790,"stop":1714424492790,"duration":0}},{"uid":"8ed726377018f13a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8ed726377018f13a","status":"passed","time":{"start":1714424883370,"stop":1714424883371,"duration":1}},{"uid":"d77e7711c104c683","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d77e7711c104c683","status":"passed","time":{"start":1714415036083,"stop":1714415036083,"duration":0}},{"uid":"263ae6ca7f1884fc","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/263ae6ca7f1884fc","status":"passed","time":{"start":1714415188979,"stop":1714415188979,"duration":0}},{"uid":"665d8f9219c45909","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/665d8f9219c45909","status":"passed","time":{"start":1714407396336,"stop":1714407396336,"duration":0}},{"uid":"f6459be871a08b90","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f6459be871a08b90","status":"passed","time":{"start":1714406423705,"stop":1714406423706,"duration":1}},{"uid":"31c2b07989f04dcd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/31c2b07989f04dcd","status":"passed","time":{"start":1714404213335,"stop":1714404213336,"duration":1}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"cc31056d5cd1476a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cc31056d5cd1476a","status":"passed","time":{"start":1714453932701,"stop":1714453932703,"duration":2}},{"uid":"fb05ed9231db760f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fb05ed9231db760f","status":"passed","time":{"start":1714435490579,"stop":1714435490581,"duration":2}},{"uid":"9e36cad51f977f3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9e36cad51f977f3","status":"passed","time":{"start":1714434559553,"stop":1714434559555,"duration":2}},{"uid":"a081fc05e438f1d5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a081fc05e438f1d5","status":"passed","time":{"start":1714433254651,"stop":1714433254653,"duration":2}},{"uid":"b1d45be6fc5fd787","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b1d45be6fc5fd787","status":"passed","time":{"start":1714431452644,"stop":1714431452645,"duration":1}},{"uid":"90ca535faa50e91c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/90ca535faa50e91c","status":"passed","time":{"start":1714431716069,"stop":1714431716071,"duration":2}},{"uid":"56dd5f1c23ad04d5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/56dd5f1c23ad04d5","status":"passed","time":{"start":1714430438491,"stop":1714430438494,"duration":3}},{"uid":"8d819300401d4f80","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8d819300401d4f80","status":"passed","time":{"start":1714430230954,"stop":1714430230956,"duration":2}},{"uid":"42300da0157866ec","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/42300da0157866ec","status":"passed","time":{"start":1714429392675,"stop":1714429392675,"duration":0}},{"uid":"b714efd0d49b163","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b714efd0d49b163","status":"passed","time":{"start":1714428536295,"stop":1714428536297,"duration":2}},{"uid":"f9acc17be76cc92","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f9acc17be76cc92","status":"passed","time":{"start":1714427313732,"stop":1714427313734,"duration":2}},{"uid":"1be0147597d73bb2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1be0147597d73bb2","status":"passed","time":{"start":1714427015232,"stop":1714427015235,"duration":3}},{"uid":"2204ae983d5bb9f1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2204ae983d5bb9f1","status":"passed","time":{"start":1714426364055,"stop":1714426364073,"duration":18}},{"uid":"230f7047f6f92c9d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/230f7047f6f92c9d","status":"passed","time":{"start":1714424466601,"stop":1714424466604,"duration":3}},{"uid":"12a93e7d4c988b6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/12a93e7d4c988b6","status":"passed","time":{"start":1714424856919,"stop":1714424856921,"duration":2}},{"uid":"8100ac8f1c9df201","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8100ac8f1c9df201","status":"passed","time":{"start":1714415009485,"stop":1714415009486,"duration":1}},{"uid":"ff9c774930040c71","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ff9c774930040c71","status":"passed","time":{"start":1714415162798,"stop":1714415162801,"duration":3}},{"uid":"e19754f73b064cf5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e19754f73b064cf5","status":"passed","time":{"start":1714407369921,"stop":1714407369923,"duration":2}},{"uid":"3caa7b2f44171c9d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3caa7b2f44171c9d","status":"passed","time":{"start":1714406397056,"stop":1714406397058,"duration":2}},{"uid":"29f6f1a7884e35ec","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/29f6f1a7884e35ec","status":"passed","time":{"start":1714404187022,"stop":1714404187024,"duration":2}}]},"6fd1b3ffee5756b9c7bf5549b768bf7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33d056f04cd52a23","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/33d056f04cd52a23","status":"passed","time":{"start":1714385794770,"stop":1714385794771,"duration":1}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"7f734fb21cacc777","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7f734fb21cacc777","status":"passed","time":{"start":1714453924717,"stop":1714453924718,"duration":1}},{"uid":"ddc1a1a48436101a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ddc1a1a48436101a","status":"passed","time":{"start":1714435482438,"stop":1714435482440,"duration":2}},{"uid":"e69fbb09f78aaf55","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e69fbb09f78aaf55","status":"passed","time":{"start":1714434551691,"stop":1714434551693,"duration":2}},{"uid":"771c2e62808d5b62","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/771c2e62808d5b62","status":"passed","time":{"start":1714433246543,"stop":1714433246544,"duration":1}},{"uid":"51bc412e4ae2336a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/51bc412e4ae2336a","status":"passed","time":{"start":1714431444461,"stop":1714431444462,"duration":1}},{"uid":"7534539aa0e0b4c5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7534539aa0e0b4c5","status":"passed","time":{"start":1714431707936,"stop":1714431707938,"duration":2}},{"uid":"ddfe98dbc280cb49","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ddfe98dbc280cb49","status":"passed","time":{"start":1714430430349,"stop":1714430430350,"duration":1}},{"uid":"5e4d2c63563820e7","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5e4d2c63563820e7","status":"passed","time":{"start":1714430222768,"stop":1714430222769,"duration":1}},{"uid":"7ad5dc7b012797f2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7ad5dc7b012797f2","status":"passed","time":{"start":1714429383456,"stop":1714429383470,"duration":14}},{"uid":"3a9d84a2cd01543f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3a9d84a2cd01543f","status":"passed","time":{"start":1714428528280,"stop":1714428528281,"duration":1}},{"uid":"f4ce6307139e3453","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f4ce6307139e3453","status":"passed","time":{"start":1714427305619,"stop":1714427305621,"duration":2}},{"uid":"61abdeccdf956e9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/61abdeccdf956e9","status":"passed","time":{"start":1714427007063,"stop":1714427007067,"duration":4}},{"uid":"48e3b833949be1ca","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/48e3b833949be1ca","status":"passed","time":{"start":1714426355767,"stop":1714426355770,"duration":3}},{"uid":"45ac7150721cfb25","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/45ac7150721cfb25","status":"passed","time":{"start":1714424458366,"stop":1714424458368,"duration":2}},{"uid":"11c1062a1a0fda51","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/11c1062a1a0fda51","status":"passed","time":{"start":1714424848618,"stop":1714424848620,"duration":2}},{"uid":"e56e7e0d7293dda7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e56e7e0d7293dda7","status":"passed","time":{"start":1714415001003,"stop":1714415001004,"duration":1}},{"uid":"1f47be9d1d7c8165","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1f47be9d1d7c8165","status":"passed","time":{"start":1714415154675,"stop":1714415154677,"duration":2}},{"uid":"578e63f02ea4b233","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/578e63f02ea4b233","status":"passed","time":{"start":1714407362003,"stop":1714407362009,"duration":6}},{"uid":"6f14439fd19c85b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6f14439fd19c85b","status":"passed","time":{"start":1714406388911,"stop":1714406388915,"duration":4}},{"uid":"542a99eb04f8b099","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/542a99eb04f8b099","status":"passed","time":{"start":1714404179087,"stop":1714404179089,"duration":2}}]},"3ef28f1d4ce7c91224d90683aa6b2ef7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbff3edc7fbf80d1","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/fbff3edc7fbf80d1","status":"passed","time":{"start":1714141025855,"stop":1714141025855,"duration":0}}]},"fb727947848dede235aa595f5a5debd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7e87eb550a62494","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/d7e87eb550a62494","status":"passed","time":{"start":1714144804250,"stop":1714144804251,"duration":1}}]},"9e04617cfb8011e7d363badcc0652e3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b9137f4aee52ced","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/5b9137f4aee52ced","status":"passed","time":{"start":1714386693832,"stop":1714386693833,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"8f1c9dcc1f6d8be1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8f1c9dcc1f6d8be1","status":"passed","time":{"start":1714454185396,"stop":1714454185396,"duration":0}},{"uid":"f1481003ded65d1d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f1481003ded65d1d","status":"passed","time":{"start":1714435735077,"stop":1714435735077,"duration":0}},{"uid":"4c17b05ee7e42f97","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4c17b05ee7e42f97","status":"passed","time":{"start":1714434806116,"stop":1714434806116,"duration":0}},{"uid":"e04d6825e4c4efdf","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e04d6825e4c4efdf","status":"passed","time":{"start":1714433499856,"stop":1714433499856,"duration":0}},{"uid":"868e20faf7d5e518","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/868e20faf7d5e518","status":"passed","time":{"start":1714431708451,"stop":1714431708451,"duration":0}},{"uid":"3bd8a0e79cb1ce42","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3bd8a0e79cb1ce42","status":"passed","time":{"start":1714431973946,"stop":1714431973946,"duration":0}},{"uid":"7b4c7bab1ad57c5d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7b4c7bab1ad57c5d","status":"passed","time":{"start":1714430712225,"stop":1714430712225,"duration":0}},{"uid":"b4d96623d1cca363","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b4d96623d1cca363","status":"passed","time":{"start":1714430495761,"stop":1714430495762,"duration":1}},{"uid":"7df8f8afb03f8448","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7df8f8afb03f8448","status":"passed","time":{"start":1714429658501,"stop":1714429658502,"duration":1}},{"uid":"6b4a29e1cb0f630c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6b4a29e1cb0f630c","status":"passed","time":{"start":1714428797052,"stop":1714428797053,"duration":1}},{"uid":"c25b61d0e13aa480","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c25b61d0e13aa480","status":"passed","time":{"start":1714427574977,"stop":1714427574977,"duration":0}},{"uid":"2ff3176d369d0394","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2ff3176d369d0394","status":"passed","time":{"start":1714427265754,"stop":1714427265755,"duration":1}},{"uid":"2630034383c69372","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2630034383c69372","status":"passed","time":{"start":1714426629924,"stop":1714426629924,"duration":0}},{"uid":"ea7bde3815984250","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ea7bde3815984250","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424887,"stop":1714425424888,"duration":1}},{"uid":"658541d3e9d2f16e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/658541d3e9d2f16e","status":"passed","time":{"start":1714425110752,"stop":1714425110753,"duration":1}},{"uid":"5733b7c18f0bf028","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5733b7c18f0bf028","status":"passed","time":{"start":1714415251476,"stop":1714415251476,"duration":0}},{"uid":"8c85e4b8875a250d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8c85e4b8875a250d","status":"passed","time":{"start":1714415441982,"stop":1714415441983,"duration":1}},{"uid":"fd5b335fce6118b3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fd5b335fce6118b3","status":"passed","time":{"start":1714407634792,"stop":1714407634792,"duration":0}},{"uid":"861f7dc10d9e229","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/861f7dc10d9e229","status":"passed","time":{"start":1714406654758,"stop":1714406654758,"duration":0}},{"uid":"c05e2962ca05c83d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c05e2962ca05c83d","status":"passed","time":{"start":1714404452607,"stop":1714404452608,"duration":1}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"cdfc1c2e0e5b226a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cdfc1c2e0e5b226a","status":"passed","time":{"start":1714454507907,"stop":1714454507907,"duration":0}},{"uid":"39df89b6a4aca5b8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/39df89b6a4aca5b8","status":"passed","time":{"start":1714436048756,"stop":1714436048756,"duration":0}},{"uid":"e5433458391a7cfd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e5433458391a7cfd","status":"passed","time":{"start":1714435155779,"stop":1714435155780,"duration":1}},{"uid":"201e1e755b816e5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/201e1e755b816e5","status":"passed","time":{"start":1714433815797,"stop":1714433815797,"duration":0}},{"uid":"96edc0a5aff954b4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/96edc0a5aff954b4","status":"passed","time":{"start":1714432025726,"stop":1714432025726,"duration":0}},{"uid":"57336f2fffddbe8f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/57336f2fffddbe8f","status":"passed","time":{"start":1714432319349,"stop":1714432319349,"duration":0}},{"uid":"d438ed582c1ffea7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d438ed582c1ffea7","status":"passed","time":{"start":1714431035244,"stop":1714431035245,"duration":1}},{"uid":"247e44ba237e074e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/247e44ba237e074e","status":"passed","time":{"start":1714430851124,"stop":1714430851124,"duration":0}},{"uid":"a42ee57781715a64","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a42ee57781715a64","status":"passed","time":{"start":1714429998310,"stop":1714429998311,"duration":1}},{"uid":"85c1f21562ad8894","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/85c1f21562ad8894","status":"passed","time":{"start":1714429123415,"stop":1714429123416,"duration":1}},{"uid":"3b5bc3ac952c4149","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3b5bc3ac952c4149","status":"passed","time":{"start":1714427908741,"stop":1714427908742,"duration":1}},{"uid":"2782d1b557060db8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2782d1b557060db8","status":"passed","time":{"start":1714427590258,"stop":1714427590258,"duration":0}},{"uid":"97f556f52e657e96","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/97f556f52e657e96","status":"passed","time":{"start":1714426950362,"stop":1714426950362,"duration":0}},{"uid":"f08238c5624cfd71","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f08238c5624cfd71","status":"passed","time":{"start":1714425413017,"stop":1714425413017,"duration":0}},{"uid":"2ee475cf5635b2ae","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2ee475cf5635b2ae","status":"passed","time":{"start":1714425435622,"stop":1714425435622,"duration":0}},{"uid":"58ff3f0ab3d6ab59","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/58ff3f0ab3d6ab59","status":"passed","time":{"start":1714415590171,"stop":1714415590171,"duration":0}},{"uid":"c59493bc379227fe","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c59493bc379227fe","status":"passed","time":{"start":1714415739332,"stop":1714415739332,"duration":0}},{"uid":"ed6cebc74b5ef2a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ed6cebc74b5ef2a","status":"passed","time":{"start":1714407950136,"stop":1714407950137,"duration":1}},{"uid":"387298d6241e4b40","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/387298d6241e4b40","status":"passed","time":{"start":1714406978478,"stop":1714406978479,"duration":1}},{"uid":"d7f0c27b5c11729f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d7f0c27b5c11729f","status":"passed","time":{"start":1714404752161,"stop":1714404752162,"duration":1}}]},"5ae50ae9ea8e97b7a3cf949a82a249d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec932e7b58893967","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/ec932e7b58893967","status":"passed","time":{"start":1714123453145,"stop":1714123453146,"duration":1}}]},"1c047f173b4fbd93129ed72f5c9f1edb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c06b3dbf43c71ed3","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/c06b3dbf43c71ed3","status":"passed","time":{"start":1714142077697,"stop":1714142077698,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"9dd038a6eb40c75c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9dd038a6eb40c75c","status":"passed","time":{"start":1714454133786,"stop":1714454133787,"duration":1}},{"uid":"7f1ecfc2390723e2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7f1ecfc2390723e2","status":"passed","time":{"start":1714435697072,"stop":1714435697076,"duration":4}},{"uid":"5ca8d6b5da616d8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5ca8d6b5da616d8","status":"passed","time":{"start":1714434777716,"stop":1714434777717,"duration":1}},{"uid":"ed39261cb04a5ec4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ed39261cb04a5ec4","status":"passed","time":{"start":1714433468602,"stop":1714433468603,"duration":1}},{"uid":"60d068b3a620c82d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/60d068b3a620c82d","status":"passed","time":{"start":1714431659903,"stop":1714431659903,"duration":0}},{"uid":"c16f97dbf171798c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c16f97dbf171798c","status":"passed","time":{"start":1714431917011,"stop":1714431917011,"duration":0}},{"uid":"c67e4e401393f21","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c67e4e401393f21","status":"passed","time":{"start":1714430652892,"stop":1714430652892,"duration":0}},{"uid":"83fd686fde6dfa90","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/83fd686fde6dfa90","status":"passed","time":{"start":1714430439957,"stop":1714430439957,"duration":0}},{"uid":"8886858a4862e906","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8886858a4862e906","status":"passed","time":{"start":1714429618797,"stop":1714429618798,"duration":1}},{"uid":"9a12043be391a211","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9a12043be391a211","status":"passed","time":{"start":1714428758244,"stop":1714428758245,"duration":1}},{"uid":"f94d2b08e8f5d06b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f94d2b08e8f5d06b","status":"passed","time":{"start":1714427532046,"stop":1714427532047,"duration":1}},{"uid":"e5fb7acfb6c7076f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e5fb7acfb6c7076f","status":"passed","time":{"start":1714427233662,"stop":1714427233663,"duration":1}},{"uid":"64aa17ded60dd7f3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/64aa17ded60dd7f3","status":"passed","time":{"start":1714426576841,"stop":1714426576842,"duration":1}},{"uid":"d495c0ddf3cc440b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d495c0ddf3cc440b","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311951,"stop":1714425311952,"duration":1}},{"uid":"e9472e677e120741","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e9472e677e120741","status":"passed","time":{"start":1714425068157,"stop":1714425068157,"duration":0}},{"uid":"652dab749f0b5227","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/652dab749f0b5227","status":"passed","time":{"start":1714415236760,"stop":1714415236760,"duration":0}},{"uid":"43aa6571ffc4e978","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/43aa6571ffc4e978","status":"passed","time":{"start":1714415370297,"stop":1714415370298,"duration":1}},{"uid":"844ff8f32ecc1d7e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/844ff8f32ecc1d7e","status":"passed","time":{"start":1714407592735,"stop":1714407592735,"duration":0}},{"uid":"70bf3beebbbc5cc5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/70bf3beebbbc5cc5","status":"passed","time":{"start":1714406603031,"stop":1714406603031,"duration":0}},{"uid":"49c564f62e4ef992","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/49c564f62e4ef992","status":"passed","time":{"start":1714404403108,"stop":1714404403109,"duration":1}}]},"c874396a0ceaf730e92b52453e677c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c936461616832e7","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7c936461616832e7","status":"passed","time":{"start":1714383427878,"stop":1714383427879,"duration":1}}]},"c64fb46c225194bc50f12e3aa7fe5962:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"759b924b8beac3be","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/759b924b8beac3be","status":"passed","time":{"start":1714177988725,"stop":1714177988726,"duration":1}}]},"bf179a307c2bec09b9a86acab1d7aef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5c6544799c1dc93","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/e5c6544799c1dc93","status":"passed","time":{"start":1714178269850,"stop":1714178269851,"duration":1}}]},"19d68e7a12ebaaaedec2139add54706d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aaf675f9bd630f13","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/aaf675f9bd630f13","status":"passed","time":{"start":1714432293606,"stop":1714432293607,"duration":1}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"fca7a2cd599806c4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fca7a2cd599806c4","status":"passed","time":{"start":1714453948676,"stop":1714453948676,"duration":0}},{"uid":"80c02992d6ace885","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/80c02992d6ace885","status":"passed","time":{"start":1714435506554,"stop":1714435506554,"duration":0}},{"uid":"3766098e8a7e43e3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3766098e8a7e43e3","status":"passed","time":{"start":1714434575695,"stop":1714434575696,"duration":1}},{"uid":"7ec1c1206dbdb6ee","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7ec1c1206dbdb6ee","status":"passed","time":{"start":1714433270289,"stop":1714433270290,"duration":1}},{"uid":"66db13d2143c8aae","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/66db13d2143c8aae","status":"passed","time":{"start":1714431468642,"stop":1714431468642,"duration":0}},{"uid":"e646618feac8a96","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e646618feac8a96","status":"passed","time":{"start":1714431732337,"stop":1714431732338,"duration":1}},{"uid":"b17705ea46476524","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b17705ea46476524","status":"passed","time":{"start":1714430455364,"stop":1714430455365,"duration":1}},{"uid":"f7418fcc5d89d5d8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f7418fcc5d89d5d8","status":"passed","time":{"start":1714430246802,"stop":1714430246803,"duration":1}},{"uid":"50a47ea8b014bd8c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/50a47ea8b014bd8c","status":"passed","time":{"start":1714429410650,"stop":1714429410650,"duration":0}},{"uid":"4efbc5eb8fdf9762","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4efbc5eb8fdf9762","status":"passed","time":{"start":1714428552778,"stop":1714428552778,"duration":0}},{"uid":"83bc42e1f24d9699","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/83bc42e1f24d9699","status":"passed","time":{"start":1714427330587,"stop":1714427330588,"duration":1}},{"uid":"46eac33350ef4cb1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/46eac33350ef4cb1","status":"passed","time":{"start":1714427031091,"stop":1714427031092,"duration":1}},{"uid":"c42f525c75ad93a6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c42f525c75ad93a6","status":"passed","time":{"start":1714426380205,"stop":1714426380205,"duration":0}},{"uid":"df936f5e729e3c63","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/df936f5e729e3c63","status":"passed","time":{"start":1714424482574,"stop":1714424482575,"duration":1}},{"uid":"503a390126ebbcec","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/503a390126ebbcec","status":"passed","time":{"start":1714424873144,"stop":1714424873144,"duration":0}},{"uid":"93227299c56c11ed","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/93227299c56c11ed","status":"passed","time":{"start":1714415026101,"stop":1714415026101,"duration":0}},{"uid":"c74874af9e85ef33","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c74874af9e85ef33","status":"passed","time":{"start":1714415179176,"stop":1714415179177,"duration":1}},{"uid":"7a3f12319052d61e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7a3f12319052d61e","status":"passed","time":{"start":1714407386156,"stop":1714407386157,"duration":1}},{"uid":"7461ffc76fd8730b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7461ffc76fd8730b","status":"passed","time":{"start":1714406413850,"stop":1714406413850,"duration":0}},{"uid":"a4559f5f55fce9cf","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a4559f5f55fce9cf","status":"passed","time":{"start":1714404203415,"stop":1714404203416,"duration":1}}]},"ea71ea5f8e3112c67f51c787af15aee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3b2622b59b31dc1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e3b2622b59b31dc1","status":"passed","time":{"start":1714430997201,"stop":1714430997201,"duration":0}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"916667c65dd8f36b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/916667c65dd8f36b","status":"passed","time":{"start":1714453948681,"stop":1714453948682,"duration":1}},{"uid":"ed585b19a55811c4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ed585b19a55811c4","status":"passed","time":{"start":1714435506557,"stop":1714435506558,"duration":1}},{"uid":"197f6c338d9511d8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/197f6c338d9511d8","status":"passed","time":{"start":1714434575699,"stop":1714434575699,"duration":0}},{"uid":"7cbc9b44291ea365","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7cbc9b44291ea365","status":"passed","time":{"start":1714433270294,"stop":1714433270294,"duration":0}},{"uid":"c23c4c0f8f169187","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c23c4c0f8f169187","status":"passed","time":{"start":1714431468644,"stop":1714431468645,"duration":1}},{"uid":"38153b0b312951ee","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/38153b0b312951ee","status":"passed","time":{"start":1714431732341,"stop":1714431732342,"duration":1}},{"uid":"711f380caa6e96b6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/711f380caa6e96b6","status":"passed","time":{"start":1714430455368,"stop":1714430455368,"duration":0}},{"uid":"f77d65edbd4a6f58","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f77d65edbd4a6f58","status":"passed","time":{"start":1714430246806,"stop":1714430246806,"duration":0}},{"uid":"31b3003960dc2d6c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/31b3003960dc2d6c","status":"passed","time":{"start":1714429410654,"stop":1714429410654,"duration":0}},{"uid":"224ede2ff281acaa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/224ede2ff281acaa","status":"passed","time":{"start":1714428552784,"stop":1714428552785,"duration":1}},{"uid":"ac5c1d9cdef4ae21","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ac5c1d9cdef4ae21","status":"passed","time":{"start":1714427330591,"stop":1714427330591,"duration":0}},{"uid":"db2e5ffda4f081b0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/db2e5ffda4f081b0","status":"passed","time":{"start":1714427031097,"stop":1714427031098,"duration":1}},{"uid":"9ac0629f7e6ba324","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9ac0629f7e6ba324","status":"passed","time":{"start":1714426380209,"stop":1714426380209,"duration":0}},{"uid":"f9bc3cfe8e3a44f5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f9bc3cfe8e3a44f5","status":"passed","time":{"start":1714424482578,"stop":1714424482579,"duration":1}},{"uid":"6a3e1b4649e69db0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6a3e1b4649e69db0","status":"passed","time":{"start":1714424873148,"stop":1714424873148,"duration":0}},{"uid":"a0f4c661c16c5711","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a0f4c661c16c5711","status":"passed","time":{"start":1714415026105,"stop":1714415026105,"duration":0}},{"uid":"d44ed9971658cbbd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d44ed9971658cbbd","status":"passed","time":{"start":1714415179180,"stop":1714415179181,"duration":1}},{"uid":"6dd9fc2ee79e118c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6dd9fc2ee79e118c","status":"passed","time":{"start":1714407386160,"stop":1714407386161,"duration":1}},{"uid":"668189cdcf11d354","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/668189cdcf11d354","status":"passed","time":{"start":1714406413853,"stop":1714406413853,"duration":0}},{"uid":"7bad9291d0268aa1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7bad9291d0268aa1","status":"passed","time":{"start":1714404203418,"stop":1714404203419,"duration":1}}]},"239b0f7a414e23c2636ba5fd9bce6f42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b04d9bdb777e1b82","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b04d9bdb777e1b82","status":"passed","time":{"start":1714415598520,"stop":1714415598520,"duration":0}}]},"64128cb1a9a89f904b8471f89501b56b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"411cb9191aa6797f","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/411cb9191aa6797f","status":"passed","time":{"start":1714139203755,"stop":1714139203756,"duration":1}}]},"0b7a79614471f0ba82211b6f880b8d72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d96f89768a66f7a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6d96f89768a66f7a","status":"passed","time":{"start":1714427833030,"stop":1714427833031,"duration":1}}]},"fb951f5243ef36917af7336dcc88e4cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b57d8728c3179676","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/b57d8728c3179676","status":"passed","time":{"start":1713987704973,"stop":1713987704974,"duration":1}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"fdc38db838ef3c19","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fdc38db838ef3c19","status":"passed","time":{"start":1714453938219,"stop":1714453938219,"duration":0}},{"uid":"751b44382785b60d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/751b44382785b60d","status":"passed","time":{"start":1714435496167,"stop":1714435496168,"duration":1}},{"uid":"56d961f0ce9f4cff","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/56d961f0ce9f4cff","status":"passed","time":{"start":1714434565240,"stop":1714434565241,"duration":1}},{"uid":"27d57f415620ffa7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/27d57f415620ffa7","status":"passed","time":{"start":1714433260209,"stop":1714433260210,"duration":1}},{"uid":"4b987ac39fe0ab54","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4b987ac39fe0ab54","status":"passed","time":{"start":1714431458122,"stop":1714431458122,"duration":0}},{"uid":"60382ae73216f6ca","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/60382ae73216f6ca","status":"passed","time":{"start":1714431721825,"stop":1714431721825,"duration":0}},{"uid":"92a3f1a1605d7f8b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/92a3f1a1605d7f8b","status":"passed","time":{"start":1714430444362,"stop":1714430444362,"duration":0}},{"uid":"d01dc49def025f9c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d01dc49def025f9c","status":"passed","time":{"start":1714430236443,"stop":1714430236443,"duration":0}},{"uid":"a5d3b5db00947248","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a5d3b5db00947248","status":"passed","time":{"start":1714429398776,"stop":1714429398777,"duration":1}},{"uid":"6e0ffedb637a34eb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6e0ffedb637a34eb","status":"passed","time":{"start":1714428542066,"stop":1714428542066,"duration":0}},{"uid":"2c5a56a2613c3dbb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2c5a56a2613c3dbb","status":"passed","time":{"start":1714427319659,"stop":1714427319659,"duration":0}},{"uid":"e53f9be3a07f886c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e53f9be3a07f886c","status":"passed","time":{"start":1714427020639,"stop":1714427020639,"duration":0}},{"uid":"90e3ab3eec0e3336","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/90e3ab3eec0e3336","status":"passed","time":{"start":1714426369788,"stop":1714426369789,"duration":1}},{"uid":"23436467060af02b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/23436467060af02b","status":"passed","time":{"start":1714424472146,"stop":1714424472146,"duration":0}},{"uid":"3ec71539475f242d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3ec71539475f242d","status":"passed","time":{"start":1714424862500,"stop":1714424862500,"duration":0}},{"uid":"679cbb8118483a6f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/679cbb8118483a6f","status":"passed","time":{"start":1714415015288,"stop":1714415015289,"duration":1}},{"uid":"ae0be13266478637","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ae0be13266478637","status":"passed","time":{"start":1714415168413,"stop":1714415168413,"duration":0}},{"uid":"b2d4f2eedeca8e7c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b2d4f2eedeca8e7c","status":"passed","time":{"start":1714407375568,"stop":1714407375568,"duration":0}},{"uid":"ea097d77e4531e0a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ea097d77e4531e0a","status":"passed","time":{"start":1714406402867,"stop":1714406402867,"duration":0}},{"uid":"101723e82ec2aea4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/101723e82ec2aea4","status":"passed","time":{"start":1714404192630,"stop":1714404192630,"duration":0}}]},"587069fa4a883c5379471d6b6c80c87e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d20c339c107b55b","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/9d20c339c107b55b","status":"passed","time":{"start":1714296273403,"stop":1714296273403,"duration":0}}]},"b31f8408da4576cfa92bec17df9b5bad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f277a4ba86f35432","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/f277a4ba86f35432","status":"passed","time":{"start":1714381688743,"stop":1714381688743,"duration":0}}]},"3b9194b676a20c1ba53917ca32ffbefc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2a5b66f19b42e8a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a2a5b66f19b42e8a","status":"passed","time":{"start":1714429998323,"stop":1714429998323,"duration":0}}]},"23cfa00c4c888761bc4f1917ec51baab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c890aa73d486b82","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9c890aa73d486b82","status":"passed","time":{"start":1714436052996,"stop":1714436052996,"duration":0}}]},"5b7d81f2bef9fd68c911cd5454c7a9e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4517ec4c98da44bd","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4517ec4c98da44bd","status":"passed","time":{"start":1714385705599,"stop":1714385705599,"duration":0}}]},"b0c45a8646c926bac48c631c6c349537:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"5396758f91b6517f","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/5396758f91b6517f","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714087021793,"stop":1714087021794,"duration":1}}]},"236fd25a8f8dcce12816543d41e7bf2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5064d3a3ee75ae84","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/5064d3a3ee75ae84","status":"passed","time":{"start":1714384745711,"stop":1714384745711,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"22cf455a753cb9e8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22cf455a753cb9e8","status":"passed","time":{"start":1714453925049,"stop":1714453925049,"duration":0}},{"uid":"26dc2eab6513fadc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/26dc2eab6513fadc","status":"passed","time":{"start":1714435482957,"stop":1714435482957,"duration":0}},{"uid":"3d91f4ef93803788","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3d91f4ef93803788","status":"passed","time":{"start":1714434551992,"stop":1714434551992,"duration":0}},{"uid":"33678fe23640cb2f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/33678fe23640cb2f","status":"passed","time":{"start":1714433247020,"stop":1714433247020,"duration":0}},{"uid":"37e003174003f9d5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/37e003174003f9d5","status":"passed","time":{"start":1714431444740,"stop":1714431444740,"duration":0}},{"uid":"e859f4fb12c45b9f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e859f4fb12c45b9f","status":"passed","time":{"start":1714431708278,"stop":1714431708278,"duration":0}},{"uid":"91ab02e2143513ea","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/91ab02e2143513ea","status":"passed","time":{"start":1714430430707,"stop":1714430430708,"duration":1}},{"uid":"b937f9ed6ae47ba2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b937f9ed6ae47ba2","status":"passed","time":{"start":1714430223174,"stop":1714430223175,"duration":1}},{"uid":"fc895dd6b90ac031","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fc895dd6b90ac031","status":"passed","time":{"start":1714429383864,"stop":1714429383864,"duration":0}},{"uid":"f8f07e11e8d451d2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f8f07e11e8d451d2","status":"passed","time":{"start":1714428528621,"stop":1714428528622,"duration":1}},{"uid":"92d849325a2791e9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/92d849325a2791e9","status":"passed","time":{"start":1714427305977,"stop":1714427305977,"duration":0}},{"uid":"aabd26165fc7e224","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/aabd26165fc7e224","status":"passed","time":{"start":1714427007372,"stop":1714427007372,"duration":0}},{"uid":"fe407f6f2152e54a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fe407f6f2152e54a","status":"passed","time":{"start":1714426355956,"stop":1714426355956,"duration":0}},{"uid":"35d3c8fc6eb7f24","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/35d3c8fc6eb7f24","status":"passed","time":{"start":1714424458771,"stop":1714424458772,"duration":1}},{"uid":"79c1608d11da933e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/79c1608d11da933e","status":"passed","time":{"start":1714424848996,"stop":1714424848996,"duration":0}},{"uid":"f072fc2ca2f7f1d9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f072fc2ca2f7f1d9","status":"passed","time":{"start":1714415001437,"stop":1714415001437,"duration":0}},{"uid":"a399742a23934cdf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a399742a23934cdf","status":"passed","time":{"start":1714415154905,"stop":1714415154906,"duration":1}},{"uid":"7b9e25021220ebdf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7b9e25021220ebdf","status":"passed","time":{"start":1714407362034,"stop":1714407362035,"duration":1}},{"uid":"706b5518699e9449","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/706b5518699e9449","status":"passed","time":{"start":1714406389327,"stop":1714406389327,"duration":0}},{"uid":"66045abf68d1bf5a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/66045abf68d1bf5a","status":"passed","time":{"start":1714404179163,"stop":1714404179163,"duration":0}}]},"b553cfd9cebdc4dd77a7c74586fccee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f8685ee5fe1a9e0","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/3f8685ee5fe1a9e0","status":"passed","time":{"start":1713996785411,"stop":1713996785412,"duration":1}}]},"4951907d7ca4ed330fc91a888c490f2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cfde321af5743322","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/cfde321af5743322","status":"passed","time":{"start":1714089697947,"stop":1714089697948,"duration":1}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"75c123815b343483","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/75c123815b343483","status":"passed","time":{"start":1714454133778,"stop":1714454133782,"duration":4}},{"uid":"15997c7c128fde40","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/15997c7c128fde40","status":"passed","time":{"start":1714435697070,"stop":1714435697070,"duration":0}},{"uid":"6a2580a10c1a1973","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6a2580a10c1a1973","status":"passed","time":{"start":1714434777712,"stop":1714434777713,"duration":1}},{"uid":"f18f7f969ec105fc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f18f7f969ec105fc","status":"passed","time":{"start":1714433468596,"stop":1714433468598,"duration":2}},{"uid":"8a6d859abe7e15f3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8a6d859abe7e15f3","status":"passed","time":{"start":1714431659901,"stop":1714431659901,"duration":0}},{"uid":"5547a5f13e6d3894","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5547a5f13e6d3894","status":"passed","time":{"start":1714431917009,"stop":1714431917009,"duration":0}},{"uid":"e2117976b4ff79f5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e2117976b4ff79f5","status":"passed","time":{"start":1714430652888,"stop":1714430652889,"duration":1}},{"uid":"f234762e1e96979f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f234762e1e96979f","status":"passed","time":{"start":1714430439955,"stop":1714430439955,"duration":0}},{"uid":"cfc3020f46f53c46","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cfc3020f46f53c46","status":"passed","time":{"start":1714429618792,"stop":1714429618793,"duration":1}},{"uid":"de82910c83d03f77","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/de82910c83d03f77","status":"passed","time":{"start":1714428758243,"stop":1714428758243,"duration":0}},{"uid":"96b9ff21797e57a5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/96b9ff21797e57a5","status":"passed","time":{"start":1714427532044,"stop":1714427532045,"duration":1}},{"uid":"f719014c73423270","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f719014c73423270","status":"passed","time":{"start":1714427233660,"stop":1714427233661,"duration":1}},{"uid":"9fc430612d177f94","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9fc430612d177f94","status":"passed","time":{"start":1714426576836,"stop":1714426576836,"duration":0}},{"uid":"e5857871e339578f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e5857871e339578f","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311946,"stop":1714425311946,"duration":0}},{"uid":"78e1cc915b3ec568","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/78e1cc915b3ec568","status":"passed","time":{"start":1714425068154,"stop":1714425068155,"duration":1}},{"uid":"4fce75161c31a9fd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4fce75161c31a9fd","status":"passed","time":{"start":1714415236755,"stop":1714415236756,"duration":1}},{"uid":"75bca0de6b291be9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/75bca0de6b291be9","status":"passed","time":{"start":1714415370295,"stop":1714415370295,"duration":0}},{"uid":"752155ac56c4ae6b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/752155ac56c4ae6b","status":"passed","time":{"start":1714407592733,"stop":1714407592733,"duration":0}},{"uid":"539532adc909e300","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/539532adc909e300","status":"passed","time":{"start":1714406603020,"stop":1714406603029,"duration":9}},{"uid":"e90a5b0ae9a159a2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e90a5b0ae9a159a2","status":"passed","time":{"start":1714404403103,"stop":1714404403104,"duration":1}}]},"6b93e9e30d13763deb00ba754c4113cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b617531aa998e00","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b617531aa998e00","status":"passed","time":{"start":1714429967916,"stop":1714429967916,"duration":0}}]},"7c5fce6c19110c7bc2c29f8343e2b9e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b52039fc6d9fb95","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4b52039fc6d9fb95","status":"passed","time":{"start":1714406914279,"stop":1714406914280,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"90d88435719f78c5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/90d88435719f78c5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714453987204,"stop":1714453987204,"duration":0}},{"uid":"fdc780ded8aa15c2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fdc780ded8aa15c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435545819,"stop":1714435545819,"duration":0}},{"uid":"26d96a294e833cea","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/26d96a294e833cea","status":"skipped","statusDetails":"Test ignored","time":{"start":1714434626136,"stop":1714434626136,"duration":0}},{"uid":"aea1db2a510cfe93","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/aea1db2a510cfe93","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433316407,"stop":1714433316407,"duration":0}},{"uid":"857c39c9d4853f66","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/857c39c9d4853f66","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431506528,"stop":1714431506528,"duration":0}},{"uid":"2955fcc0e626207a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2955fcc0e626207a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431770057,"stop":1714431770058,"duration":1}},{"uid":"8bada2da3c6d7ba7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8bada2da3c6d7ba7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430495736,"stop":1714430495736,"duration":0}},{"uid":"17acc196bc4d383a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/17acc196bc4d383a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430283244,"stop":1714430283244,"duration":0}},{"uid":"ec7efc0193a2489f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ec7efc0193a2489f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429454741,"stop":1714429454741,"duration":0}},{"uid":"323da6998d49ec84","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/323da6998d49ec84","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428603030,"stop":1714428603030,"duration":0}},{"uid":"716fd1d155805d9c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/716fd1d155805d9c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427368869,"stop":1714427368870,"duration":1}},{"uid":"66791e476672bdc6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/66791e476672bdc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427087111,"stop":1714427087111,"duration":0}},{"uid":"aed94bd4193d9d33","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/aed94bd4193d9d33","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426419038,"stop":1714426419039,"duration":1}},{"uid":"1908716909e0583f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1908716909e0583f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714424522177,"stop":1714424522178,"duration":1}},{"uid":"b3c812b31d85873b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b3c812b31d85873b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714424912040,"stop":1714424912040,"duration":0}},{"uid":"7a63d82150877417","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7a63d82150877417","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415063945,"stop":1714415063945,"duration":0}},{"uid":"cf530ebe2a72bfc9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cf530ebe2a72bfc9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415219588,"stop":1714415219589,"duration":1}},{"uid":"5f599cd79ab0e4a5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5f599cd79ab0e4a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407435784,"stop":1714407435784,"duration":0}},{"uid":"15d21ab361127b4d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/15d21ab361127b4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406451899,"stop":1714406451899,"duration":0}},{"uid":"ff743de0a6b4e54a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ff743de0a6b4e54a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404244904,"stop":1714404244904,"duration":0}}]},"18e65825e1899f59f363068f97e01f05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e49de3c8b026f1da","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/e49de3c8b026f1da","status":"passed","time":{"start":1714177988723,"stop":1714177988723,"duration":0}}]},"f583543bdd512c0af5a4bc39d1bfc425:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c90b98627cbd827","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5c90b98627cbd827","status":"passed","time":{"start":1714426927570,"stop":1714426927571,"duration":1}}]},"d8ae2ae5312fdb7d993f76ff070a4edd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5bec89a6837d8931","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5bec89a6837d8931","status":"passed","time":{"start":1714415615368,"stop":1714415615368,"duration":0}}]},"031aaab76487b3b1012ac59a78d1c335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c86b2f47276fd942","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c86b2f47276fd942","status":"passed","time":{"start":1714427590263,"stop":1714427590263,"duration":0}}]},"29a709056a7f4ccaef1e7d776c5c1f74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17f5ac4ff2aad44c","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/17f5ac4ff2aad44c","status":"passed","time":{"start":1714140526496,"stop":1714140526496,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"3a05758f5fcc383f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3a05758f5fcc383f","status":"passed","time":{"start":1714454140469,"stop":1714454140470,"duration":1}},{"uid":"fd61559fc87bd615","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fd61559fc87bd615","status":"passed","time":{"start":1714435687946,"stop":1714435687946,"duration":0}},{"uid":"73387c034ec99a85","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/73387c034ec99a85","status":"passed","time":{"start":1714434773466,"stop":1714434773468,"duration":2}},{"uid":"180cf6b52968a528","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/180cf6b52968a528","status":"passed","time":{"start":1714433450980,"stop":1714433450980,"duration":0}},{"uid":"203d30929afe6cba","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/203d30929afe6cba","status":"passed","time":{"start":1714431653510,"stop":1714431653510,"duration":0}},{"uid":"69a1e2c4d40e0e1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/69a1e2c4d40e0e1","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714431989851,"stop":1714431989852,"duration":1}},{"uid":"71682215f85b4cd7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/71682215f85b4cd7","status":"passed","time":{"start":1714430659434,"stop":1714430659435,"duration":1}},{"uid":"b3801c8291d7883f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b3801c8291d7883f","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714430522168,"stop":1714430522168,"duration":0}},{"uid":"34a44937a900ffe6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/34a44937a900ffe6","status":"passed","time":{"start":1714429610416,"stop":1714429610417,"duration":1}},{"uid":"2f75f9a2c91b387","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2f75f9a2c91b387","status":"passed","time":{"start":1714428741365,"stop":1714428741365,"duration":0}},{"uid":"fa88f49aef7780ae","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fa88f49aef7780ae","status":"passed","time":{"start":1714427513585,"stop":1714427513586,"duration":1}},{"uid":"e60662dd0667db42","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e60662dd0667db42","status":"passed","time":{"start":1714427219358,"stop":1714427219359,"duration":1}},{"uid":"3ed6f1279ca65ffd","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3ed6f1279ca65ffd","status":"passed","time":{"start":1714426573101,"stop":1714426573102,"duration":1}},{"uid":"11a46aeb105dcab3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/11a46aeb105dcab3","status":"passed","time":{"start":1714424914281,"stop":1714424914281,"duration":0}},{"uid":"d452b4c8be6564cd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d452b4c8be6564cd","status":"passed","time":{"start":1714425071924,"stop":1714425071924,"duration":0}},{"uid":"16a1a4b54c53ec7e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/16a1a4b54c53ec7e","status":"passed","time":{"start":1714415233338,"stop":1714415233339,"duration":1}},{"uid":"a7094dfc3c0147f0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a7094dfc3c0147f0","status":"passed","time":{"start":1714415382785,"stop":1714415382786,"duration":1}},{"uid":"5f15ceb85428c51c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5f15ceb85428c51c","status":"passed","time":{"start":1714407575700,"stop":1714407575700,"duration":0}},{"uid":"a4c3464167780600","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a4c3464167780600","status":"passed","time":{"start":1714406625177,"stop":1714406625177,"duration":0}},{"uid":"994b41b43a262021","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/994b41b43a262021","status":"passed","time":{"start":1714404386210,"stop":1714404386210,"duration":0}}]},"cd334c3eecc26a52861fff9a74402596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d3f357b2665eddb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9d3f357b2665eddb","status":"passed","time":{"start":1714425644076,"stop":1714425644077,"duration":1}}]},"bc1857f3d9d4bfcaf480cff3d4cc437e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68cf9aa41b0bb138","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/68cf9aa41b0bb138","status":"passed","time":{"start":1714130857759,"stop":1714130857759,"duration":0}}]},"cfab3d78aab6eb2bb23261bd6fec246b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd6913d47f679ddd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cd6913d47f679ddd","status":"passed","time":{"start":1714435099720,"stop":1714435099720,"duration":0}}]},"626c4d3f4a78d4fec0736fd8881a78ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e063d071c93d7f37","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/e063d071c93d7f37","status":"passed","time":{"start":1714383176781,"stop":1714383176782,"duration":1}}]},"c31f26a1437a4780fc35651dd768c02b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7dc21292e5e15f5b","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/7dc21292e5e15f5b","status":"passed","time":{"start":1713976948599,"stop":1713976948599,"duration":0}}]},"616c5ded4ff82a6e8a7083c5924e94d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97751bcddf077d7e","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/97751bcddf077d7e","status":"passed","time":{"start":1714010049388,"stop":1714010049389,"duration":1}}]},"078ce5e01106ec8e5c6b692bdcf880bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ac390bac2b6dc85","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/6ac390bac2b6dc85","status":"passed","time":{"start":1714383127009,"stop":1714383127010,"duration":1}}]},"a3a6abb751db3b7ce82880fcdd31ab61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42e70b91299b7ef3","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/42e70b91299b7ef3","status":"passed","time":{"start":1714383127008,"stop":1714383127008,"duration":0}}]},"0d440e68a7470633c3bcea76eb7a119b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a83902fac5cbf522","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/a83902fac5cbf522","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413531,"stop":1713889413532,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"9173833b3de9b1b3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9173833b3de9b1b3","status":"passed","time":{"start":1714454140468,"stop":1714454140468,"duration":0}},{"uid":"2f7a143da97d8c15","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2f7a143da97d8c15","status":"passed","time":{"start":1714435687940,"stop":1714435687940,"duration":0}},{"uid":"7a5477d875a4f6c6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7a5477d875a4f6c6","status":"passed","time":{"start":1714434773465,"stop":1714434773465,"duration":0}},{"uid":"7c26511625c8b749","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7c26511625c8b749","status":"passed","time":{"start":1714433450978,"stop":1714433450978,"duration":0}},{"uid":"cfab3b8e0efcd963","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cfab3b8e0efcd963","status":"passed","time":{"start":1714431653507,"stop":1714431653508,"duration":1}},{"uid":"98f07f372ea2f7de","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/98f07f372ea2f7de","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714431989846,"stop":1714431989846,"duration":0}},{"uid":"86e0ca873c19684","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/86e0ca873c19684","status":"passed","time":{"start":1714430659426,"stop":1714430659426,"duration":0}},{"uid":"3109e5acb0d9b351","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3109e5acb0d9b351","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714430522160,"stop":1714430522163,"duration":3}},{"uid":"b239696a80915f96","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b239696a80915f96","status":"passed","time":{"start":1714429610414,"stop":1714429610415,"duration":1}},{"uid":"23240dc19c916d7e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/23240dc19c916d7e","status":"passed","time":{"start":1714428741364,"stop":1714428741364,"duration":0}},{"uid":"e9087c4ed9ab4f16","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e9087c4ed9ab4f16","status":"passed","time":{"start":1714427513583,"stop":1714427513584,"duration":1}},{"uid":"ca04ac2165bda279","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ca04ac2165bda279","status":"passed","time":{"start":1714427219356,"stop":1714427219357,"duration":1}},{"uid":"f9d74c9b47fb612b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f9d74c9b47fb612b","status":"passed","time":{"start":1714426573100,"stop":1714426573100,"duration":0}},{"uid":"fc9887dc460579cc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fc9887dc460579cc","status":"passed","time":{"start":1714424914280,"stop":1714424914280,"duration":0}},{"uid":"8a1467a01644d0bc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8a1467a01644d0bc","status":"passed","time":{"start":1714425071923,"stop":1714425071923,"duration":0}},{"uid":"6e43b01d2240d95d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6e43b01d2240d95d","status":"passed","time":{"start":1714415233336,"stop":1714415233337,"duration":1}},{"uid":"c991826de64d7c1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c991826de64d7c1","status":"passed","time":{"start":1714415382768,"stop":1714415382769,"duration":1}},{"uid":"af5b1630d93c1b3f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/af5b1630d93c1b3f","status":"passed","time":{"start":1714407575699,"stop":1714407575699,"duration":0}},{"uid":"4f6870bffe6cc3d7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4f6870bffe6cc3d7","status":"passed","time":{"start":1714406625175,"stop":1714406625175,"duration":0}},{"uid":"796cd6d13278778a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/796cd6d13278778a","status":"passed","time":{"start":1714404386208,"stop":1714404386208,"duration":0}}]},"427d1ced2048f782fb3782a4303e146c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da90ed509992b255","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/da90ed509992b255","status":"passed","time":{"start":1714141025854,"stop":1714141025855,"duration":1}}]},"d8f262cdffd33aa27082f606abc08822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23b19b6104e65d40","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/23b19b6104e65d40","status":"passed","time":{"start":1714404734767,"stop":1714404734767,"duration":0}}]},"2c8f4612400f7b6bed9972f777402306:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97f7cfd7b1cd33ce","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/97f7cfd7b1cd33ce","status":"passed","time":{"start":1714427561590,"stop":1714427561590,"duration":0}}]},"c7963a7f57745ac933ee13ab8ba4fed0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7ae05d33a263a2e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a7ae05d33a263a2e","status":"passed","time":{"start":1714385084332,"stop":1714385084332,"duration":0}}]},"f9c6e0bc1c79918239b167f59d5c391f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"daccaeccc36fbaa0","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/daccaeccc36fbaa0","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714004560358,"stop":1714004560358,"duration":0}}]},"4c6932316dd8540ded3dea18130383f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7eecb13f2c38837","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/a7eecb13f2c38837","status":"passed","time":{"start":1714382864761,"stop":1714382864762,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"9b59e339fb20b71","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9b59e339fb20b71","status":"passed","time":{"start":1714454432000,"stop":1714454432000,"duration":0}},{"uid":"b82569a6ea769714","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b82569a6ea769714","status":"passed","time":{"start":1714435990632,"stop":1714435990632,"duration":0}},{"uid":"a614b9fbbb942e90","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a614b9fbbb942e90","status":"passed","time":{"start":1714435062628,"stop":1714435062629,"duration":1}},{"uid":"f282297551455981","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f282297551455981","status":"passed","time":{"start":1714433747905,"stop":1714433747906,"duration":1}},{"uid":"d9129863ee546220","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d9129863ee546220","status":"passed","time":{"start":1714431959195,"stop":1714431959195,"duration":0}},{"uid":"79d08630fcf8e36f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/79d08630fcf8e36f","status":"passed","time":{"start":1714432238356,"stop":1714432238356,"duration":0}},{"uid":"d138c815158f89a1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d138c815158f89a1","status":"passed","time":{"start":1714430946069,"stop":1714430946070,"duration":1}},{"uid":"3e9b83b022363269","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3e9b83b022363269","status":"passed","time":{"start":1714430757781,"stop":1714430757781,"duration":0}},{"uid":"adf386c363c205db","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/adf386c363c205db","status":"passed","time":{"start":1714429917796,"stop":1714429917798,"duration":2}},{"uid":"8728ef24af9473bd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8728ef24af9473bd","status":"passed","time":{"start":1714429038423,"stop":1714429038423,"duration":0}},{"uid":"436a0f01ad8cca3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/436a0f01ad8cca3","status":"passed","time":{"start":1714427794313,"stop":1714427794314,"duration":1}},{"uid":"6aefff987f23af74","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6aefff987f23af74","status":"passed","time":{"start":1714427517464,"stop":1714427517464,"duration":0}},{"uid":"12530d9a4c3c94a3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/12530d9a4c3c94a3","status":"passed","time":{"start":1714426868610,"stop":1714426868611,"duration":1}},{"uid":"b4a650e4756b0518","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b4a650e4756b0518","status":"passed","time":{"start":1714425555009,"stop":1714425555010,"duration":1}},{"uid":"f15a90ae02a84de4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f15a90ae02a84de4","status":"passed","time":{"start":1714425349920,"stop":1714425349920,"duration":0}},{"uid":"2e49a72dac7032f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e49a72dac7032f1","status":"passed","time":{"start":1714415539984,"stop":1714415539984,"duration":0}},{"uid":"cf8d5e84d158793a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cf8d5e84d158793a","status":"passed","time":{"start":1714415671323,"stop":1714415671323,"duration":0}},{"uid":"8625c66283aac5cd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8625c66283aac5cd","status":"passed","time":{"start":1714407878093,"stop":1714407878093,"duration":0}},{"uid":"b59d83f5feba4b30","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b59d83f5feba4b30","status":"passed","time":{"start":1714406907410,"stop":1714406907411,"duration":1}},{"uid":"79ca15e1d9dabc9c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/79ca15e1d9dabc9c","status":"passed","time":{"start":1714404685463,"stop":1714404685463,"duration":0}}]},"5b3cf7ee530a7c4e1bfc1103d9628f09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cbc709ede81be74","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/8cbc709ede81be74","status":"passed","time":{"start":1714383172375,"stop":1714383172375,"duration":0}}]},"de8b633a5951152cb1a1df3aba1f254a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"ba22ea1275240a4a","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/ba22ea1275240a4a","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714003480016,"stop":1714003480017,"duration":1}}]},"d1e899bb77cffe1b4eac08cc549c7c8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"b546bbc8e797654d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b546bbc8e797654d","status":"passed","time":{"start":1714453925062,"stop":1714453925062,"duration":0}},{"uid":"3ebe5bfd47982580","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3ebe5bfd47982580","status":"passed","time":{"start":1714435482970,"stop":1714435482971,"duration":1}},{"uid":"146c66db7f6f85b1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/146c66db7f6f85b1","status":"passed","time":{"start":1714434552006,"stop":1714434552006,"duration":0}},{"uid":"ef1b93b9768f5aec","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ef1b93b9768f5aec","status":"passed","time":{"start":1714433247031,"stop":1714433247031,"duration":0}},{"uid":"646b360d023766f3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/646b360d023766f3","status":"passed","time":{"start":1714431444751,"stop":1714431444751,"duration":0}},{"uid":"c0898403c26cf1b7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c0898403c26cf1b7","status":"passed","time":{"start":1714431708292,"stop":1714431708293,"duration":1}},{"uid":"3d6a7b19208083cd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3d6a7b19208083cd","status":"passed","time":{"start":1714430430724,"stop":1714430430725,"duration":1}},{"uid":"fca87863166c21cc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fca87863166c21cc","status":"passed","time":{"start":1714430223184,"stop":1714430223184,"duration":0}},{"uid":"5326946cf4f36061","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5326946cf4f36061","status":"passed","time":{"start":1714429383881,"stop":1714429383882,"duration":1}},{"uid":"9f00f4976437110e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9f00f4976437110e","status":"passed","time":{"start":1714428528636,"stop":1714428528636,"duration":0}},{"uid":"d9706fbdca0ce7c1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d9706fbdca0ce7c1","status":"passed","time":{"start":1714427305987,"stop":1714427305987,"duration":0}},{"uid":"1c5f657a7508fb1c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1c5f657a7508fb1c","status":"passed","time":{"start":1714427007382,"stop":1714427007382,"duration":0}},{"uid":"a4bc722b43458bbf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a4bc722b43458bbf","status":"passed","time":{"start":1714426355972,"stop":1714426355972,"duration":0}},{"uid":"79f1061aa405460b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/79f1061aa405460b","status":"passed","time":{"start":1714424458785,"stop":1714424458785,"duration":0}},{"uid":"56d9f7a1ecc04872","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/56d9f7a1ecc04872","status":"passed","time":{"start":1714424849011,"stop":1714424849011,"duration":0}},{"uid":"b256d0315ee3ff36","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b256d0315ee3ff36","status":"passed","time":{"start":1714415001450,"stop":1714415001451,"duration":1}},{"uid":"fc8e6505524d03ed","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fc8e6505524d03ed","status":"passed","time":{"start":1714415154923,"stop":1714415154923,"duration":0}},{"uid":"f0028a1a8055ef1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f0028a1a8055ef1","status":"passed","time":{"start":1714407362048,"stop":1714407362049,"duration":1}},{"uid":"392e500a9e04f827","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/392e500a9e04f827","status":"passed","time":{"start":1714406389342,"stop":1714406389342,"duration":0}},{"uid":"dc732e749780e717","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dc732e749780e717","status":"passed","time":{"start":1714404179180,"stop":1714404179180,"duration":0}}]},"70a767e4b930526214fbc0ed1d3d34cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"e911eca885dcdcf2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e911eca885dcdcf2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454429954,"stop":1714454429954,"duration":0}},{"uid":"1fc35c95b7a0ca8e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1fc35c95b7a0ca8e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435983508,"stop":1714435983508,"duration":0}},{"uid":"16952e348281db2e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/16952e348281db2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435052070,"stop":1714435052070,"duration":0}},{"uid":"8b43aed8799ec21c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8b43aed8799ec21c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433741880,"stop":1714433741880,"duration":0}},{"uid":"c4a293b0447a9a8c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c4a293b0447a9a8c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431945152,"stop":1714431945153,"duration":1}},{"uid":"9c2f48b0f429b836","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9c2f48b0f429b836","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432232717,"stop":1714432232717,"duration":0}},{"uid":"6b3d3516929e8294","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6b3d3516929e8294","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430939085,"stop":1714430939085,"duration":0}},{"uid":"fd97aa5c0cc67a9a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fd97aa5c0cc67a9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430740787,"stop":1714430740787,"duration":0}},{"uid":"788d6cfe4a32d408","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/788d6cfe4a32d408","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429913665,"stop":1714429913665,"duration":0}},{"uid":"f4577e96d861a94","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f4577e96d861a94","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429034730,"stop":1714429034730,"duration":0}},{"uid":"3710988da80893b3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3710988da80893b3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427767347,"stop":1714427767347,"duration":0}},{"uid":"a08cbf448084fc4d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a08cbf448084fc4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427509635,"stop":1714427509635,"duration":0}},{"uid":"46c84ae8dde75421","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/46c84ae8dde75421","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426865391,"stop":1714426865392,"duration":1}},{"uid":"cab029df450e4743","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cab029df450e4743","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425537004,"stop":1714425537004,"duration":0}},{"uid":"b8e0299b71230a85","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b8e0299b71230a85","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425348541,"stop":1714425348541,"duration":0}},{"uid":"a38721d4431f36dc","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a38721d4431f36dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415540160,"stop":1714415540160,"duration":0}},{"uid":"9e6948329026913f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9e6948329026913f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415666828,"stop":1714415666828,"duration":0}},{"uid":"75c6f187946d9b29","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/75c6f187946d9b29","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407867444,"stop":1714407867445,"duration":1}},{"uid":"aefccad7330ae3f6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/aefccad7330ae3f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406902038,"stop":1714406902038,"duration":0}},{"uid":"6b3f3f9a13dcc78a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6b3f3f9a13dcc78a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685577,"stop":1714404685577,"duration":0}}]},"ebeee84fd259d1808ef700d7f6754c85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"104a1f9194540a28","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/104a1f9194540a28","status":"passed","time":{"start":1714046252343,"stop":1714046252344,"duration":1}}]},"1593d31502b55f5eafaa51d0f1b7f869:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55c11171948c72d2","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/55c11171948c72d2","status":"passed","time":{"start":1714214772232,"stop":1714214772232,"duration":0}}]},"21fcf72cb3c094851b3b15a301069f4a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5db3e08fb0f3c3f","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/d5db3e08fb0f3c3f","status":"passed","time":{"start":1714089729897,"stop":1714089729898,"duration":1}}]},"4f0785f08e9d17e0724013009ad774b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c7c9aac6715369b","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/5c7c9aac6715369b","status":"passed","time":{"start":1714123406498,"stop":1714123406499,"duration":1}}]},"3ffe812f89d4eb78012c430b340bcd86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3959ba3f3b3a9215","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/3959ba3f3b3a9215","status":"passed","time":{"start":1714040336334,"stop":1714040336334,"duration":0}}]},"3c018a4306be49f29daa25e27ba4654b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fca0459c0f1e2a6","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/5fca0459c0f1e2a6","status":"passed","time":{"start":1714017797562,"stop":1714017797562,"duration":0}}]},"bdfdd45969877379b6703d39e0008f1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcd491f45ca4ea50","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/bcd491f45ca4ea50","status":"passed","time":{"start":1714087070364,"stop":1714087070365,"duration":1}}]},"86c9d90b0e94f6d57a5deeb3f8c7bc7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bea38f9d7f6619ed","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/bea38f9d7f6619ed","status":"passed","time":{"start":1714383300577,"stop":1714383300578,"duration":1}}]},"4a3d4902dc97eab1794f79e019c0e261:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ed3c62b5b25b140","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/2ed3c62b5b25b140","status":"passed","time":{"start":1714297355222,"stop":1714297355222,"duration":0}}]},"211a653c3b66e2d37e38532cf39cf39b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d03991d63124e5c0","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/d03991d63124e5c0","status":"passed","time":{"start":1714221461916,"stop":1714221461918,"duration":2}}]},"e0e3b61f8351c7cf561d478e9066d3d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39056beb8f9abd3f","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/39056beb8f9abd3f","status":"passed","time":{"start":1713889382228,"stop":1713889382229,"duration":1}}]},"f89c88b568c7ab6712940c264a2094b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d1020e8a4cbd40e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8d1020e8a4cbd40e","status":"passed","time":{"start":1714406971790,"stop":1714406971791,"duration":1}}]},"5fb8e65e258a66643e462048c083344c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc62701a57e24448","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/cc62701a57e24448","status":"passed","time":{"start":1714123148401,"stop":1714123148402,"duration":1}}]},"b4b9dcb295cebe22a6362b5c8d8e4c10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23b5a903aa708bb6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/23b5a903aa708bb6","status":"passed","time":{"start":1714426927575,"stop":1714426927575,"duration":0}}]},"351eb68437a084f04bbb976f7a7c4dec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdb70fbbbd775d7f","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/cdb70fbbbd775d7f","status":"passed","time":{"start":1714139203756,"stop":1714139203756,"duration":0}}]},"922aaea2b994956ad87db0bb280d3e93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97343194b0e574c9","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/97343194b0e574c9","status":"passed","time":{"start":1713889462264,"stop":1713889462264,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"329209713ce6040b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/329209713ce6040b","status":"passed","time":{"start":1714454133753,"stop":1714454133756,"duration":3}},{"uid":"c193b992355a9de9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c193b992355a9de9","status":"passed","time":{"start":1714435697061,"stop":1714435697063,"duration":2}},{"uid":"6e4b5425a8c092bf","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6e4b5425a8c092bf","status":"passed","time":{"start":1714434777703,"stop":1714434777703,"duration":0}},{"uid":"e69213e45d73acc5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e69213e45d73acc5","status":"passed","time":{"start":1714433468587,"stop":1714433468588,"duration":1}},{"uid":"948418d2c44e8711","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/948418d2c44e8711","status":"passed","time":{"start":1714431659896,"stop":1714431659896,"duration":0}},{"uid":"1c035bb2dcd7543","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1c035bb2dcd7543","status":"passed","time":{"start":1714431917004,"stop":1714431917005,"duration":1}},{"uid":"d28d2f7ee5a857d2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d28d2f7ee5a857d2","status":"passed","time":{"start":1714430652879,"stop":1714430652880,"duration":1}},{"uid":"acec861ab17446a9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/acec861ab17446a9","status":"passed","time":{"start":1714430439950,"stop":1714430439951,"duration":1}},{"uid":"3582497e26eb2531","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3582497e26eb2531","status":"passed","time":{"start":1714429618777,"stop":1714429618778,"duration":1}},{"uid":"5898b61d998e7d8f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5898b61d998e7d8f","status":"passed","time":{"start":1714428758238,"stop":1714428758238,"duration":0}},{"uid":"1413b0f9171996b2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1413b0f9171996b2","status":"passed","time":{"start":1714427532039,"stop":1714427532039,"duration":0}},{"uid":"34b86438ec21fb9c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/34b86438ec21fb9c","status":"passed","time":{"start":1714427233655,"stop":1714427233655,"duration":0}},{"uid":"de24864746560c9d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/de24864746560c9d","status":"passed","time":{"start":1714426576826,"stop":1714426576827,"duration":1}},{"uid":"3769ea183a1ec65f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3769ea183a1ec65f","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311933,"stop":1714425311933,"duration":0}},{"uid":"2bf95a3090f4a11f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2bf95a3090f4a11f","status":"passed","time":{"start":1714425068150,"stop":1714425068150,"duration":0}},{"uid":"28cafa4cbc0d5901","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/28cafa4cbc0d5901","status":"passed","time":{"start":1714415236750,"stop":1714415236750,"duration":0}},{"uid":"428b8ac9ce6f6ed6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/428b8ac9ce6f6ed6","status":"passed","time":{"start":1714415370290,"stop":1714415370290,"duration":0}},{"uid":"bf71d8b0663e3ede","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bf71d8b0663e3ede","status":"passed","time":{"start":1714407592728,"stop":1714407592729,"duration":1}},{"uid":"7c63d1fd39df815f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7c63d1fd39df815f","status":"passed","time":{"start":1714406603015,"stop":1714406603015,"duration":0}},{"uid":"7b29cc0a0cb02891","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7b29cc0a0cb02891","status":"passed","time":{"start":1714404403094,"stop":1714404403095,"duration":1}}]},"09f66e246e237d1a2257e4fb94ca8e54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f978b956746087df","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f978b956746087df","status":"passed","time":{"start":1714425644074,"stop":1714425644075,"duration":1}}]},"63855e53e625eef54d97382a82317531:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74b24c3242f586b9","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/74b24c3242f586b9","status":"passed","time":{"start":1714139868548,"stop":1714139868548,"duration":0}}]},"b9808ec98d7b9cd9d173600ec2f12f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93a12f597ad67a5e","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/93a12f597ad67a5e","status":"passed","time":{"start":1713969145591,"stop":1713969145591,"duration":0}}]},"c5f2f14f260b63501797934fa4cacba2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cb901bc95c9f2f","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8cb901bc95c9f2f","status":"passed","time":{"start":1714381688732,"stop":1714381688732,"duration":0}}]},"9dced6889210ab6847e8d411d592982c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"e7a6f3fc9e052025","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/e7a6f3fc9e052025","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714080698435,"stop":1714080698435,"duration":0}}]},"292fe86465276bb75712f68a329c02c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6bf500091c79e76","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f6bf500091c79e76","status":"passed","time":{"start":1714431966435,"stop":1714431966437,"duration":2}}]},"c4f1213f6924a9e296d60f75c256b092:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1acfc9079ae9f2d1","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/1acfc9079ae9f2d1","status":"passed","time":{"start":1714139127622,"stop":1714139127622,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"a1b22b2fcb4aa473","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a1b22b2fcb4aa473","status":"passed","time":{"start":1714454479294,"stop":1714454479294,"duration":0}},{"uid":"3a74e69a03e88f77","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3a74e69a03e88f77","status":"passed","time":{"start":1714436048048,"stop":1714436048048,"duration":0}},{"uid":"4440d33857023036","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4440d33857023036","status":"passed","time":{"start":1714435103472,"stop":1714435103473,"duration":1}},{"uid":"ed0dd17975231e05","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ed0dd17975231e05","status":"passed","time":{"start":1714433793524,"stop":1714433793524,"duration":0}},{"uid":"5b7dadf4a88bf37","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5b7dadf4a88bf37","status":"passed","time":{"start":1714431998654,"stop":1714431998655,"duration":1}},{"uid":"1e010e1ecf39e28a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1e010e1ecf39e28a","status":"passed","time":{"start":1714432332177,"stop":1714432332177,"duration":0}},{"uid":"a9b5f0ccbb1e77eb","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a9b5f0ccbb1e77eb","status":"passed","time":{"start":1714431002223,"stop":1714431002224,"duration":1}},{"uid":"df8fe8bfe007e0d0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/df8fe8bfe007e0d0","status":"passed","time":{"start":1714430831526,"stop":1714430831526,"duration":0}},{"uid":"94732c3c354d20f7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/94732c3c354d20f7","status":"passed","time":{"start":1714429955109,"stop":1714429955110,"duration":1}},{"uid":"c9f35ba991c2ffce","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c9f35ba991c2ffce","status":"passed","time":{"start":1714429082478,"stop":1714429082478,"duration":0}},{"uid":"1a1802a744d11258","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1a1802a744d11258","status":"passed","time":{"start":1714427873965,"stop":1714427873965,"duration":0}},{"uid":"717c403777f12546","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/717c403777f12546","status":"passed","time":{"start":1714427572920,"stop":1714427572921,"duration":1}},{"uid":"4d50961700b2b218","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4d50961700b2b218","status":"passed","time":{"start":1714426928329,"stop":1714426928329,"duration":0}},{"uid":"1b62d55bbe07ed36","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1b62d55bbe07ed36","status":"passed","time":{"start":1714425626047,"stop":1714425626048,"duration":1}},{"uid":"968b88f738ad4baa","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/968b88f738ad4baa","status":"passed","time":{"start":1714425405870,"stop":1714425405872,"duration":2}},{"uid":"132d0cc441705165","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/132d0cc441705165","status":"passed","time":{"start":1714415627117,"stop":1714415627117,"duration":0}},{"uid":"b4abd9f7b829feb4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b4abd9f7b829feb4","status":"passed","time":{"start":1714415727607,"stop":1714415727607,"duration":0}},{"uid":"b0dbfb6d6365b534","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b0dbfb6d6365b534","status":"passed","time":{"start":1714407946531,"stop":1714407946532,"duration":1}},{"uid":"6baa23276e877aa6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6baa23276e877aa6","status":"passed","time":{"start":1714406957178,"stop":1714406957178,"duration":0}},{"uid":"220face4234fbf1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/220face4234fbf1","status":"passed","time":{"start":1714404754329,"stop":1714404754329,"duration":0}}]},"68925348dce199ca120b56b05fcbe279:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"56df8b2079e2522e","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/56df8b2079e2522e","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714087900423,"stop":1714087900423,"duration":0}}]},"23c6fd14a315dc2fa3e17847b582aa93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc332ac812b49959","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fc332ac812b49959","status":"passed","time":{"start":1714436048761,"stop":1714436048761,"duration":0}}]},"714c8f987f2a0c7d2e5d7c0971bbc8e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14a5c99b8dec1483","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/14a5c99b8dec1483","status":"passed","time":{"start":1714141029642,"stop":1714141029642,"duration":0}}]},"c7d27b3d8c19759b14b6ed23a94694e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"643641fe93c67676","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/643641fe93c67676","status":"passed","time":{"start":1714426950366,"stop":1714426950366,"duration":0}}]},"255ad34145312b381e0213d81354cc67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fe4db03d915812d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5fe4db03d915812d","status":"passed","time":{"start":1714406956961,"stop":1714406956962,"duration":1}}]},"6d9c747f452b2844ee8ce4d58f81c8dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58477aaaded2c002","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/58477aaaded2c002","status":"passed","time":{"start":1713996760659,"stop":1713996760659,"duration":0}}]},"2e787e190b69a9436095a7c42414bc87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa2c34efe4e2729f","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/fa2c34efe4e2729f","status":"passed","time":{"start":1714046060134,"stop":1714046060134,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"484e513fd35776d3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/484e513fd35776d3","status":"passed","time":{"start":1714454561533,"stop":1714454561533,"duration":0}},{"uid":"ac65b42cd324b608","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ac65b42cd324b608","status":"passed","time":{"start":1714436109840,"stop":1714436109841,"duration":1}},{"uid":"59b0a7d6b7da8261","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/59b0a7d6b7da8261","status":"passed","time":{"start":1714435189025,"stop":1714435189025,"duration":0}},{"uid":"e1ab5335e7110753","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e1ab5335e7110753","status":"passed","time":{"start":1714433869898,"stop":1714433869898,"duration":0}},{"uid":"a500bb60e863a228","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a500bb60e863a228","status":"passed","time":{"start":1714432075633,"stop":1714432075633,"duration":0}},{"uid":"9cd6760556acd2d6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9cd6760556acd2d6","status":"passed","time":{"start":1714432375917,"stop":1714432375917,"duration":0}},{"uid":"3f1341c1720fd2d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3f1341c1720fd2d","status":"passed","time":{"start":1714431067885,"stop":1714431067885,"duration":0}},{"uid":"3f11bf1f5829771c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3f11bf1f5829771c","status":"passed","time":{"start":1714430892405,"stop":1714430892405,"duration":0}},{"uid":"6aff24a572eca06e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6aff24a572eca06e","status":"passed","time":{"start":1714430043391,"stop":1714430043391,"duration":0}},{"uid":"385a9cea5d49b336","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/385a9cea5d49b336","status":"passed","time":{"start":1714429162581,"stop":1714429162582,"duration":1}},{"uid":"17eee1b408ced7f7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/17eee1b408ced7f7","status":"passed","time":{"start":1714427942603,"stop":1714427942603,"duration":0}},{"uid":"652b560d603d651f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/652b560d603d651f","status":"passed","time":{"start":1714427647964,"stop":1714427647965,"duration":1}},{"uid":"bf82613e138d64","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bf82613e138d64","status":"passed","time":{"start":1714426999746,"stop":1714426999747,"duration":1}},{"uid":"d720fad95deae71c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d720fad95deae71c","status":"passed","time":{"start":1714425725388,"stop":1714425725389,"duration":1}},{"uid":"9b3d88cb9bf07c5d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9b3d88cb9bf07c5d","status":"passed","time":{"start":1714425481554,"stop":1714425481554,"duration":0}},{"uid":"29594b01f17bc745","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/29594b01f17bc745","status":"passed","time":{"start":1714415686086,"stop":1714415686087,"duration":1}},{"uid":"3289d57e4685e2db","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3289d57e4685e2db","status":"passed","time":{"start":1714415795613,"stop":1714415795613,"duration":0}},{"uid":"fbba195be0ab699a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fbba195be0ab699a","status":"passed","time":{"start":1714407995023,"stop":1714407995023,"duration":0}},{"uid":"627c014e241f028","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/627c014e241f028","status":"passed","time":{"start":1714407036732,"stop":1714407036732,"duration":0}},{"uid":"3e69fd582151d586","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3e69fd582151d586","status":"passed","time":{"start":1714404808160,"stop":1714404808161,"duration":1}}]},"3476bf521c41fc0158c97f4a53a5425d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1274b41aea7660a","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/f1274b41aea7660a","status":"passed","time":{"start":1714046252349,"stop":1714046252350,"duration":1}}]},"f92a138c9a0b8b9a4cf4142a7eec7979:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c3eaaae9bd5ddbe3","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/c3eaaae9bd5ddbe3","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579297,"stop":1713943579303,"duration":6}}]},"93d75e3c33d0fbc0a0b59d9274517511:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d62df7e3767905dd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d62df7e3767905dd","status":"passed","time":{"start":1714407884332,"stop":1714407884332,"duration":0}}]},"0385f4eccf8331a41faf19bcabd78ac6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a16c7ae92abc13","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/a16c7ae92abc13","status":"passed","time":{"start":1714144804249,"stop":1714144804250,"duration":1}}]},"64e6abda7bf6b628cbb19a78bdcceca1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2248c6757bb61be9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2248c6757bb61be9","status":"passed","time":{"start":1714430755766,"stop":1714430755766,"duration":0}}]},"e5b9081ebd516f01c04a4c5a3aad3d1e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20f42b3011bf588d","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/20f42b3011bf588d","status":"passed","time":{"start":1714386693831,"stop":1714386693831,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"d6b61b1b22c1f123","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d6b61b1b22c1f123","status":"passed","time":{"start":1714454507904,"stop":1714454507905,"duration":1}},{"uid":"bcf79ebb9532d22f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bcf79ebb9532d22f","status":"passed","time":{"start":1714436048754,"stop":1714436048754,"duration":0}},{"uid":"9adabd52f58ea1d3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9adabd52f58ea1d3","status":"passed","time":{"start":1714435155771,"stop":1714435155772,"duration":1}},{"uid":"95e88bba6662ca","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/95e88bba6662ca","status":"passed","time":{"start":1714433815795,"stop":1714433815795,"duration":0}},{"uid":"1d89926226c0761d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1d89926226c0761d","status":"passed","time":{"start":1714432025723,"stop":1714432025724,"duration":1}},{"uid":"6ba434bfe520d398","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6ba434bfe520d398","status":"passed","time":{"start":1714432319346,"stop":1714432319347,"duration":1}},{"uid":"23d85cc9f0689327","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/23d85cc9f0689327","status":"passed","time":{"start":1714431035241,"stop":1714431035241,"duration":0}},{"uid":"8f17dcd2f7473c09","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8f17dcd2f7473c09","status":"passed","time":{"start":1714430851113,"stop":1714430851113,"duration":0}},{"uid":"5f0f873d6763e7d3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5f0f873d6763e7d3","status":"passed","time":{"start":1714429998290,"stop":1714429998290,"duration":0}},{"uid":"fe46abb4962a7229","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fe46abb4962a7229","status":"passed","time":{"start":1714429123411,"stop":1714429123411,"duration":0}},{"uid":"37e33206c6a7f083","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/37e33206c6a7f083","status":"passed","time":{"start":1714427908735,"stop":1714427908737,"duration":2}},{"uid":"a448a1c35805cdda","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a448a1c35805cdda","status":"passed","time":{"start":1714427590256,"stop":1714427590256,"duration":0}},{"uid":"9c35ce7d49331c58","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9c35ce7d49331c58","status":"passed","time":{"start":1714426950360,"stop":1714426950360,"duration":0}},{"uid":"957f770965a5a533","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/957f770965a5a533","status":"passed","time":{"start":1714425413015,"stop":1714425413015,"duration":0}},{"uid":"21ebdd715c028cab","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/21ebdd715c028cab","status":"passed","time":{"start":1714425435619,"stop":1714425435620,"duration":1}},{"uid":"228ed1643e6534d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/228ed1643e6534d","status":"passed","time":{"start":1714415590165,"stop":1714415590166,"duration":1}},{"uid":"b99ef8efe9be3aa0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b99ef8efe9be3aa0","status":"passed","time":{"start":1714415739330,"stop":1714415739330,"duration":0}},{"uid":"9387e6a90e4db5da","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9387e6a90e4db5da","status":"passed","time":{"start":1714407950124,"stop":1714407950124,"duration":0}},{"uid":"b17e6a4c7ddd06c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b17e6a4c7ddd06c","status":"passed","time":{"start":1714406978474,"stop":1714406978474,"duration":0}},{"uid":"23230d4fdffc495a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/23230d4fdffc495a","status":"passed","time":{"start":1714404752147,"stop":1714404752148,"duration":1}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e96f2339435f0ca6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e96f2339435f0ca6","status":"passed","time":{"start":1714453987181,"stop":1714453987182,"duration":1}},{"uid":"ff0913f38f6afa69","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ff0913f38f6afa69","status":"passed","time":{"start":1714435545815,"stop":1714435545815,"duration":0}},{"uid":"44d64bc44335197a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/44d64bc44335197a","status":"passed","time":{"start":1714434626133,"stop":1714434626133,"duration":0}},{"uid":"b0cefdf205edec8b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b0cefdf205edec8b","status":"passed","time":{"start":1714433316404,"stop":1714433316404,"duration":0}},{"uid":"499a8cd07f16b0bd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/499a8cd07f16b0bd","status":"passed","time":{"start":1714431506525,"stop":1714431506525,"duration":0}},{"uid":"b50b9b6842ec40db","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b50b9b6842ec40db","status":"passed","time":{"start":1714431770050,"stop":1714431770051,"duration":1}},{"uid":"35eead6a7cf83570","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/35eead6a7cf83570","status":"passed","time":{"start":1714430495733,"stop":1714430495733,"duration":0}},{"uid":"e30c0f9c880a1e08","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e30c0f9c880a1e08","status":"passed","time":{"start":1714430283236,"stop":1714430283237,"duration":1}},{"uid":"4c9f15b309d13eb9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4c9f15b309d13eb9","status":"passed","time":{"start":1714429454737,"stop":1714429454737,"duration":0}},{"uid":"be965f8010415a02","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/be965f8010415a02","status":"passed","time":{"start":1714428603025,"stop":1714428603025,"duration":0}},{"uid":"ca60572732a281a4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ca60572732a281a4","status":"passed","time":{"start":1714427368864,"stop":1714427368865,"duration":1}},{"uid":"d7f3ff44ca617eed","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d7f3ff44ca617eed","status":"passed","time":{"start":1714427087108,"stop":1714427087108,"duration":0}},{"uid":"6f44f2db1b05042f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6f44f2db1b05042f","status":"passed","time":{"start":1714426419004,"stop":1714426419005,"duration":1}},{"uid":"7889a4acd9b6f30c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7889a4acd9b6f30c","status":"passed","time":{"start":1714424522174,"stop":1714424522175,"duration":1}},{"uid":"27a74daf29485a92","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/27a74daf29485a92","status":"passed","time":{"start":1714424912035,"stop":1714424912036,"duration":1}},{"uid":"4c180447e6faccf2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4c180447e6faccf2","status":"passed","time":{"start":1714415063937,"stop":1714415063938,"duration":1}},{"uid":"a5c20508f53e51e1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a5c20508f53e51e1","status":"passed","time":{"start":1714415219586,"stop":1714415219586,"duration":0}},{"uid":"3c14898ac93a2d0d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3c14898ac93a2d0d","status":"passed","time":{"start":1714407435780,"stop":1714407435781,"duration":1}},{"uid":"b32ed7be4d2f20c9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b32ed7be4d2f20c9","status":"passed","time":{"start":1714406451896,"stop":1714406451896,"duration":0}},{"uid":"71699680e6a66c5f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/71699680e6a66c5f","status":"passed","time":{"start":1714404244899,"stop":1714404244899,"duration":0}}]},"2c48b88598a71fbafc13f0b0eb931f10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f44f22a24f66f28a","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/f44f22a24f66f28a","status":"passed","time":{"start":1714177895998,"stop":1714177895998,"duration":0}}]},"87c563bff9e21da47e104826e5af3971:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d1813307b98719a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4d1813307b98719a","status":"passed","time":{"start":1714385733946,"stop":1714385733946,"duration":0}}]},"feaa465c12e16e3327a4a62290c344c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8648599cdca09035","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8648599cdca09035","status":"passed","time":{"start":1714404232326,"stop":1714404232326,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"8f340b4099f0ed49","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8f340b4099f0ed49","status":"passed","time":{"start":1714454605541,"stop":1714454605541,"duration":0}},{"uid":"5c3729e3d6e20074","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5c3729e3d6e20074","status":"passed","time":{"start":1714436158724,"stop":1714436158724,"duration":0}},{"uid":"5efb254aac935bd6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5efb254aac935bd6","status":"passed","time":{"start":1714435237012,"stop":1714435237012,"duration":0}},{"uid":"f7eeec4a6fdde0be","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f7eeec4a6fdde0be","status":"passed","time":{"start":1714433925096,"stop":1714433925097,"duration":1}},{"uid":"741340524b7fcf48","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/741340524b7fcf48","status":"passed","time":{"start":1714432132883,"stop":1714432132883,"duration":0}},{"uid":"ac27aaef5611075c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ac27aaef5611075c","status":"passed","time":{"start":1714432392965,"stop":1714432392965,"duration":0}},{"uid":"667c3a1fc9c4e4cb","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/667c3a1fc9c4e4cb","status":"passed","time":{"start":1714431131881,"stop":1714431131882,"duration":1}},{"uid":"c305426ad40e6f4a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c305426ad40e6f4a","status":"passed","time":{"start":1714430918775,"stop":1714430918775,"duration":0}},{"uid":"753a80516035f4e8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/753a80516035f4e8","status":"passed","time":{"start":1714430104200,"stop":1714430104200,"duration":0}},{"uid":"2a11ede87f5328b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2a11ede87f5328b","status":"passed","time":{"start":1714429213868,"stop":1714429213868,"duration":0}},{"uid":"2810f2bd913ab671","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2810f2bd913ab671","status":"passed","time":{"start":1714427999023,"stop":1714427999024,"duration":1}},{"uid":"99e0acfc650b9adb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/99e0acfc650b9adb","status":"passed","time":{"start":1714427702218,"stop":1714427702218,"duration":0}},{"uid":"131b80eae80b1213","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/131b80eae80b1213","status":"passed","time":{"start":1714427044019,"stop":1714427044019,"duration":0}},{"uid":"c0274a12b4fcfaf9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c0274a12b4fcfaf9","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699062,"stop":1714426699062,"duration":0}},{"uid":"4be9100c11c27f36","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4be9100c11c27f36","status":"passed","time":{"start":1714425534883,"stop":1714425534883,"duration":0}},{"uid":"ee0b522ddbe10c14","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ee0b522ddbe10c14","status":"passed","time":{"start":1714415702282,"stop":1714415702283,"duration":1}},{"uid":"6d980abb4b3b29e8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6d980abb4b3b29e8","status":"passed","time":{"start":1714415850491,"stop":1714415850492,"duration":1}},{"uid":"25fcfc03d3451a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/25fcfc03d3451a","status":"passed","time":{"start":1714408049940,"stop":1714408049940,"duration":0}},{"uid":"ac75a9903f5f631a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ac75a9903f5f631a","status":"passed","time":{"start":1714407080663,"stop":1714407080664,"duration":1}},{"uid":"f5b1b09b4f7470e9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f5b1b09b4f7470e9","status":"passed","time":{"start":1714404860578,"stop":1714404860578,"duration":0}}]},"5379dcfccfa4f54426b189e22f73773a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8863141f5342878c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/8863141f5342878c","status":"passed","time":{"start":1714380112851,"stop":1714380112852,"duration":1}}]},"cb84c653f36d53101d5edf65b221c671:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b6d406a4dc68417","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/8b6d406a4dc68417","status":"passed","time":{"start":1714123406502,"stop":1714123406503,"duration":1}}]},"13084d9cbd4f6f0400f4b8e4d25e2785:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8694c97f89818b42","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8694c97f89818b42","status":"passed","time":{"start":1714415598516,"stop":1714415598516,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"aa639e7f722ae19e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aa639e7f722ae19e","status":"passed","time":{"start":1714453948529,"stop":1714453948530,"duration":1}},{"uid":"467d77679cbdc322","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/467d77679cbdc322","status":"passed","time":{"start":1714435506548,"stop":1714435506549,"duration":1}},{"uid":"ac75851cbee2b3c7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ac75851cbee2b3c7","status":"passed","time":{"start":1714434575826,"stop":1714434575826,"duration":0}},{"uid":"c297067c626d1c9a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c297067c626d1c9a","status":"passed","time":{"start":1714433270422,"stop":1714433270422,"duration":0}},{"uid":"ada757b221d052a1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ada757b221d052a1","status":"passed","time":{"start":1714431468524,"stop":1714431468525,"duration":1}},{"uid":"fe9d6f76b5390915","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fe9d6f76b5390915","status":"passed","time":{"start":1714431732410,"stop":1714431732410,"duration":0}},{"uid":"de26b84277eb18c7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/de26b84277eb18c7","status":"passed","time":{"start":1714430455161,"stop":1714430455162,"duration":1}},{"uid":"ed693328983f3886","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ed693328983f3886","status":"passed","time":{"start":1714430246588,"stop":1714430246589,"duration":1}},{"uid":"ee0a23ac3dedaef1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ee0a23ac3dedaef1","status":"passed","time":{"start":1714429410629,"stop":1714429410630,"duration":1}},{"uid":"e249e6b9cde4a810","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e249e6b9cde4a810","status":"passed","time":{"start":1714428552430,"stop":1714428552430,"duration":0}},{"uid":"513dcfa256d52988","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/513dcfa256d52988","status":"passed","time":{"start":1714427330631,"stop":1714427330631,"duration":0}},{"uid":"9d21029c1def4536","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9d21029c1def4536","status":"passed","time":{"start":1714427031185,"stop":1714427031185,"duration":0}},{"uid":"7bd82f2059ca1bf3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7bd82f2059ca1bf3","status":"passed","time":{"start":1714426380772,"stop":1714426380773,"duration":1}},{"uid":"18196bac8d93deba","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/18196bac8d93deba","status":"passed","time":{"start":1714424482808,"stop":1714424482808,"duration":0}},{"uid":"7f6df931bedccf80","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7f6df931bedccf80","status":"passed","time":{"start":1714424873158,"stop":1714424873158,"duration":0}},{"uid":"bec6fbae0e8ec961","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bec6fbae0e8ec961","status":"passed","time":{"start":1714415025729,"stop":1714415025729,"duration":0}},{"uid":"812a5700a0932d26","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/812a5700a0932d26","status":"passed","time":{"start":1714415179117,"stop":1714415179117,"duration":0}},{"uid":"1b54cf73b475a201","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1b54cf73b475a201","status":"passed","time":{"start":1714407386250,"stop":1714407386250,"duration":0}},{"uid":"114cc310a63c444d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/114cc310a63c444d","status":"passed","time":{"start":1714406413702,"stop":1714406413703,"duration":1}},{"uid":"20d50c83bf534cde","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/20d50c83bf534cde","status":"passed","time":{"start":1714404203310,"stop":1714404203310,"duration":0}}]},"5d286bdd99e39bcb8eccbe98fc475816:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2eb991a689f1274f","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/2eb991a689f1274f","status":"passed","time":{"start":1714123147373,"stop":1714123147374,"duration":1}}]},"c0a870c142b297f4892434f517fac56f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a441637149534f70","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/a441637149534f70","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713998139056,"stop":1713998139056,"duration":0}}]},"a242419fac6ef12d0334d5d9c4d2e840:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b513e423378d9c02","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/b513e423378d9c02","status":"passed","time":{"start":1714228878483,"stop":1714228878483,"duration":0}}]},"91688de9997a6082a0da30e7795c1797:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f13580d5ac66e479","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f13580d5ac66e479","status":"passed","time":{"start":1714427590263,"stop":1714427590263,"duration":0}}]},"61d594549fb2a9de1c00df628229aee2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1366ff3faa293a47","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1366ff3faa293a47","status":"passed","time":{"start":1714430813958,"stop":1714430813959,"duration":1}}]},"7b5b35fe06a14fdb06015cbf06cb9ec3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"583cf2b5457b75d8","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/583cf2b5457b75d8","status":"passed","time":{"start":1714380535713,"stop":1714380535714,"duration":1}}]},"6af301070ec613ce4287f345257ebb05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c72190d1c53a1859","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/c72190d1c53a1859","status":"passed","time":{"start":1714214828254,"stop":1714214828255,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"60fb6708ee3c5d8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60fb6708ee3c5d8","status":"passed","time":{"start":1714453958105,"stop":1714453958106,"duration":1}},{"uid":"74cf5cc41581e869","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/74cf5cc41581e869","status":"passed","time":{"start":1714435516874,"stop":1714435516874,"duration":0}},{"uid":"4488c94fdd814f47","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4488c94fdd814f47","status":"passed","time":{"start":1714434585834,"stop":1714434585835,"duration":1}},{"uid":"8fce7a808c340ccf","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8fce7a808c340ccf","status":"passed","time":{"start":1714433280768,"stop":1714433280768,"duration":0}},{"uid":"4c55bab96098aa39","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4c55bab96098aa39","status":"passed","time":{"start":1714431478452,"stop":1714431478452,"duration":0}},{"uid":"e932d80173a5fee4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e932d80173a5fee4","status":"passed","time":{"start":1714431742370,"stop":1714431742370,"duration":0}},{"uid":"9de4e8ec77b46219","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9de4e8ec77b46219","status":"passed","time":{"start":1714430465320,"stop":1714430465321,"duration":1}},{"uid":"a15af8a3249c1372","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a15af8a3249c1372","status":"passed","time":{"start":1714430256907,"stop":1714430256907,"duration":0}},{"uid":"a291449dbc3c21e4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a291449dbc3c21e4","status":"passed","time":{"start":1714429421176,"stop":1714429421177,"duration":1}},{"uid":"4bcfaab505e92dbe","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4bcfaab505e92dbe","status":"passed","time":{"start":1714428562874,"stop":1714428562875,"duration":1}},{"uid":"8c38c8d8e898b15b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8c38c8d8e898b15b","status":"passed","time":{"start":1714427340549,"stop":1714427340549,"duration":0}},{"uid":"be030e1df6ee0d88","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/be030e1df6ee0d88","status":"passed","time":{"start":1714427041434,"stop":1714427041434,"duration":0}},{"uid":"d81afa94d84395f2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d81afa94d84395f2","status":"passed","time":{"start":1714426390782,"stop":1714426390782,"duration":0}},{"uid":"c3ebcba3f3ff134c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c3ebcba3f3ff134c","status":"passed","time":{"start":1714424492789,"stop":1714424492790,"duration":1}},{"uid":"cf1a449d45701322","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cf1a449d45701322","status":"passed","time":{"start":1714424883370,"stop":1714424883370,"duration":0}},{"uid":"6ddac3f73119102c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6ddac3f73119102c","status":"passed","time":{"start":1714415036082,"stop":1714415036082,"duration":0}},{"uid":"44500f79b8472ca6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44500f79b8472ca6","status":"passed","time":{"start":1714415188978,"stop":1714415188979,"duration":1}},{"uid":"32ea96907e0c97af","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/32ea96907e0c97af","status":"passed","time":{"start":1714407396335,"stop":1714407396335,"duration":0}},{"uid":"796065a5a8be156f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/796065a5a8be156f","status":"passed","time":{"start":1714406423705,"stop":1714406423705,"duration":0}},{"uid":"114c5087f3f07be9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/114c5087f3f07be9","status":"passed","time":{"start":1714404213334,"stop":1714404213335,"duration":1}}]},"1226caa53324f5d93127cfdd2eb3de7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50a97456020bec1d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/50a97456020bec1d","status":"passed","time":{"start":1714430997203,"stop":1714430997203,"duration":0}}]},"3ee691658df950d51736e654ea8715f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dda2d107fe42186a","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/dda2d107fe42186a","status":"passed","time":{"start":1714296337524,"stop":1714296337524,"duration":0}}]},"3198ddb64e110e01bdf9bd1db571b5cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e671671c5e407d55","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/e671671c5e407d55","status":"passed","time":{"start":1714139629764,"stop":1714139629764,"duration":0}}]},"aedef265b81acdddc7241e1532db4c63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a0c325cfa508bd7","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/6a0c325cfa508bd7","status":"passed","time":{"start":1714145890417,"stop":1714145890417,"duration":0}}]},"f2b0775bd0d2c7341f4b48401d74f974:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4406ad30c99e0fa0","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/4406ad30c99e0fa0","status":"passed","time":{"start":1714240478663,"stop":1714240478663,"duration":0}}]},"de604a9ec55d1ed674d6faaa398042f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4020b6cc8a50224f","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/4020b6cc8a50224f","status":"passed","time":{"start":1714039363094,"stop":1714039363095,"duration":1}}]},"9f6559e3898a2f8d068eca2ce44fd08c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d755ba6e891525","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/1d755ba6e891525","status":"passed","time":{"start":1714221410724,"stop":1714221410724,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"4df129b61f360582","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4df129b61f360582","status":"passed","time":{"start":1714454605550,"stop":1714454605550,"duration":0}},{"uid":"c27fefd9f8654660","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c27fefd9f8654660","status":"passed","time":{"start":1714436158732,"stop":1714436158732,"duration":0}},{"uid":"1a5997e9318c9fc8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1a5997e9318c9fc8","status":"passed","time":{"start":1714435237021,"stop":1714435237021,"duration":0}},{"uid":"a804d35fd327decd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a804d35fd327decd","status":"passed","time":{"start":1714433925105,"stop":1714433925105,"duration":0}},{"uid":"d675cd87e8e0f543","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d675cd87e8e0f543","status":"passed","time":{"start":1714432132891,"stop":1714432132891,"duration":0}},{"uid":"3623d82b9322ffb3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3623d82b9322ffb3","status":"passed","time":{"start":1714432392984,"stop":1714432392984,"duration":0}},{"uid":"eecc56e67dc6d057","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eecc56e67dc6d057","status":"passed","time":{"start":1714431131891,"stop":1714431131892,"duration":1}},{"uid":"8e4c7087ace617ca","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8e4c7087ace617ca","status":"passed","time":{"start":1714430918788,"stop":1714430918788,"duration":0}},{"uid":"fcf585e96dcd7f16","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fcf585e96dcd7f16","status":"passed","time":{"start":1714430104209,"stop":1714430104209,"duration":0}},{"uid":"c689e042025025a9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c689e042025025a9","status":"passed","time":{"start":1714429213876,"stop":1714429213876,"duration":0}},{"uid":"a70eee9794aa5397","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a70eee9794aa5397","status":"passed","time":{"start":1714427999033,"stop":1714427999033,"duration":0}},{"uid":"e3ae3f62ac79bd8b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e3ae3f62ac79bd8b","status":"passed","time":{"start":1714427702227,"stop":1714427702227,"duration":0}},{"uid":"870424474af5c970","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/870424474af5c970","status":"passed","time":{"start":1714427044027,"stop":1714427044027,"duration":0}},{"uid":"98080826efb7ac4c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/98080826efb7ac4c","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699085,"stop":1714426699085,"duration":0}},{"uid":"99aac69672a093ca","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/99aac69672a093ca","status":"passed","time":{"start":1714425534891,"stop":1714425534891,"duration":0}},{"uid":"3192376fda2a86ff","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3192376fda2a86ff","status":"passed","time":{"start":1714415702292,"stop":1714415702292,"duration":0}},{"uid":"542face9dcdbf37","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/542face9dcdbf37","status":"passed","time":{"start":1714415850499,"stop":1714415850500,"duration":1}},{"uid":"26eb1b2ce28fac36","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/26eb1b2ce28fac36","status":"passed","time":{"start":1714408049948,"stop":1714408049948,"duration":0}},{"uid":"18d26bdcef9865b7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/18d26bdcef9865b7","status":"passed","time":{"start":1714407080671,"stop":1714407080672,"duration":1}},{"uid":"7d7e06705125b123","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7d7e06705125b123","status":"passed","time":{"start":1714404860589,"stop":1714404860589,"duration":0}}]},"ff0de206f003095e073037090799a792:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80540fc455f5cf3b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/80540fc455f5cf3b","status":"passed","time":{"start":1714383335677,"stop":1714383335677,"duration":0}}]},"51fdccfe2706296270bca9806a248a09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d63cc892915c3ad","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/7d63cc892915c3ad","status":"passed","time":{"start":1713977422644,"stop":1713977422645,"duration":1}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"4ffbb2ec5fbf22ff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4ffbb2ec5fbf22ff","status":"passed","time":{"start":1714454227463,"stop":1714454227463,"duration":0}},{"uid":"3062c36a57255564","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3062c36a57255564","status":"passed","time":{"start":1714435777391,"stop":1714435777391,"duration":0}},{"uid":"c5dcff252df2d6bb","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c5dcff252df2d6bb","status":"passed","time":{"start":1714434844490,"stop":1714434844491,"duration":1}},{"uid":"dd82a259ceaed8de","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dd82a259ceaed8de","status":"passed","time":{"start":1714433535958,"stop":1714433535960,"duration":2}},{"uid":"fca311a839a3bfeb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fca311a839a3bfeb","status":"passed","time":{"start":1714431743511,"stop":1714431743511,"duration":0}},{"uid":"2dd3018170ad8d9e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2dd3018170ad8d9e","status":"passed","time":{"start":1714432002424,"stop":1714432002425,"duration":1}},{"uid":"96092f8eecbcb07c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/96092f8eecbcb07c","status":"passed","time":{"start":1714430732671,"stop":1714430732671,"duration":0}},{"uid":"3b4b42fd12549544","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3b4b42fd12549544","status":"passed","time":{"start":1714430508152,"stop":1714430508152,"duration":0}},{"uid":"337e2b584daf65e7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/337e2b584daf65e7","status":"passed","time":{"start":1714429693091,"stop":1714429693091,"duration":0}},{"uid":"553089d50379acdd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/553089d50379acdd","status":"passed","time":{"start":1714428818243,"stop":1714428818243,"duration":0}},{"uid":"88b23be5701c2a44","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/88b23be5701c2a44","status":"passed","time":{"start":1714427601258,"stop":1714427601260,"duration":2}},{"uid":"3bda748c2e6949c5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3bda748c2e6949c5","status":"passed","time":{"start":1714427308815,"stop":1714427308815,"duration":0}},{"uid":"d2dd04a29c724b82","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d2dd04a29c724b82","status":"passed","time":{"start":1714426655752,"stop":1714426655754,"duration":2}},{"uid":"e85d2861cfbae2af","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e85d2861cfbae2af","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420715,"stop":1714425420716,"duration":1}},{"uid":"efbddfb2e39dddab","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/efbddfb2e39dddab","status":"passed","time":{"start":1714425137441,"stop":1714425137442,"duration":1}},{"uid":"69d689bc352b1656","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/69d689bc352b1656","status":"passed","time":{"start":1714415306370,"stop":1714415306370,"duration":0}},{"uid":"a30c730e118ba779","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a30c730e118ba779","status":"passed","time":{"start":1714415441023,"stop":1714415441024,"duration":1}},{"uid":"cfbbd72c0d44ad5e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cfbbd72c0d44ad5e","status":"passed","time":{"start":1714407661394,"stop":1714407661400,"duration":6}},{"uid":"23c3312810c0148c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/23c3312810c0148c","status":"passed","time":{"start":1714406688861,"stop":1714406688861,"duration":0}},{"uid":"71a13f34d920ad15","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/71a13f34d920ad15","status":"passed","time":{"start":1714404480610,"stop":1714404480611,"duration":1}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"885004a40e588723","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/885004a40e588723","status":"passed","time":{"start":1714453959969,"stop":1714453959969,"duration":0}},{"uid":"1651cdb2250f5bac","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1651cdb2250f5bac","status":"passed","time":{"start":1714435518671,"stop":1714435518671,"duration":0}},{"uid":"da7bc5c9978cb9d9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/da7bc5c9978cb9d9","status":"passed","time":{"start":1714434587773,"stop":1714434587773,"duration":0}},{"uid":"cb771f741c002ab5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cb771f741c002ab5","status":"passed","time":{"start":1714433282709,"stop":1714433282709,"duration":0}},{"uid":"6ad4e637985145d7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6ad4e637985145d7","status":"passed","time":{"start":1714431480318,"stop":1714431480319,"duration":1}},{"uid":"57ea0dd6a9e6474c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/57ea0dd6a9e6474c","status":"passed","time":{"start":1714431744245,"stop":1714431744245,"duration":0}},{"uid":"a6043db1bcd31c7c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a6043db1bcd31c7c","status":"passed","time":{"start":1714430467281,"stop":1714430467282,"duration":1}},{"uid":"67653ab7fa7105f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/67653ab7fa7105f","status":"passed","time":{"start":1714430258852,"stop":1714430258852,"duration":0}},{"uid":"ab4ae6812cc850b8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ab4ae6812cc850b8","status":"passed","time":{"start":1714429423230,"stop":1714429423230,"duration":0}},{"uid":"8d428840ad0a3e9f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8d428840ad0a3e9f","status":"passed","time":{"start":1714428564680,"stop":1714428564680,"duration":0}},{"uid":"b564321d5e85fcaf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b564321d5e85fcaf","status":"passed","time":{"start":1714427342556,"stop":1714427342556,"duration":0}},{"uid":"f2b598fcb20f8a1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f2b598fcb20f8a1","status":"passed","time":{"start":1714427043352,"stop":1714427043352,"duration":0}},{"uid":"43cd590dbffa0b4f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/43cd590dbffa0b4f","status":"passed","time":{"start":1714426392845,"stop":1714426392846,"duration":1}},{"uid":"5a8199a6cf99207b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5a8199a6cf99207b","status":"passed","time":{"start":1714424494708,"stop":1714424494708,"duration":0}},{"uid":"f4eee3634a0c6c66","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f4eee3634a0c6c66","status":"passed","time":{"start":1714424885248,"stop":1714424885248,"duration":0}},{"uid":"9270984a8638b382","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9270984a8638b382","status":"passed","time":{"start":1714415038013,"stop":1714415038014,"duration":1}},{"uid":"91b0a66b75a76925","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/91b0a66b75a76925","status":"passed","time":{"start":1714415190824,"stop":1714415190824,"duration":0}},{"uid":"be756b1ad3871d60","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/be756b1ad3871d60","status":"passed","time":{"start":1714407398340,"stop":1714407398340,"duration":0}},{"uid":"9e7d396e7a9db169","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9e7d396e7a9db169","status":"passed","time":{"start":1714406425618,"stop":1714406425619,"duration":1}},{"uid":"a5d49fe98649423a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a5d49fe98649423a","status":"passed","time":{"start":1714404215321,"stop":1714404215321,"duration":0}}]},"549d576e923f5ca74808e4443627d1be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b8d7fc942f2f057","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/8b8d7fc942f2f057","status":"passed","time":{"start":1714080464427,"stop":1714080464428,"duration":1}}]},"9bc9a6b6a75216e8d9d6f86f3307409d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55e02818b03da119","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/55e02818b03da119","status":"passed","time":{"start":1713977498198,"stop":1713977498198,"duration":0}}]},"c8ec394dd8a2303d4b9116096f854f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b18867017a956770","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b18867017a956770","status":"passed","time":{"start":1714433792294,"stop":1714433792295,"duration":1}}]},"174cbed33bd17d552256995c8625a664:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2305dc309fdba226","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/2305dc309fdba226","status":"passed","time":{"start":1714114057878,"stop":1714114057878,"duration":0}}]},"5ff1f991cea4d22620adc718da225884:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21a00daedc11e823","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/21a00daedc11e823","status":"passed","time":{"start":1714114057874,"stop":1714114057874,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"c88341182d8ab926","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c88341182d8ab926","status":"passed","time":{"start":1714454227468,"stop":1714454227468,"duration":0}},{"uid":"26ca6ec27ee9afca","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/26ca6ec27ee9afca","status":"passed","time":{"start":1714435777400,"stop":1714435777401,"duration":1}},{"uid":"9ba019cfdd803c39","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9ba019cfdd803c39","status":"passed","time":{"start":1714434844498,"stop":1714434844498,"duration":0}},{"uid":"ccb6680203b2411c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ccb6680203b2411c","status":"passed","time":{"start":1714433535969,"stop":1714433535969,"duration":0}},{"uid":"9957576ce061cae7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9957576ce061cae7","status":"passed","time":{"start":1714431743519,"stop":1714431743520,"duration":1}},{"uid":"b933dda5ad0646a5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b933dda5ad0646a5","status":"passed","time":{"start":1714432002434,"stop":1714432002435,"duration":1}},{"uid":"8fa57a854bf89c16","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8fa57a854bf89c16","status":"passed","time":{"start":1714430732678,"stop":1714430732679,"duration":1}},{"uid":"f29bdbc9781704bb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f29bdbc9781704bb","status":"passed","time":{"start":1714430508158,"stop":1714430508158,"duration":0}},{"uid":"7b4de8a05124592","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7b4de8a05124592","status":"passed","time":{"start":1714429693102,"stop":1714429693103,"duration":1}},{"uid":"e13c4e851f2029e2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e13c4e851f2029e2","status":"passed","time":{"start":1714428818254,"stop":1714428818255,"duration":1}},{"uid":"3be99d96ce72a194","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3be99d96ce72a194","status":"passed","time":{"start":1714427601304,"stop":1714427601305,"duration":1}},{"uid":"9f9463554532bf4b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9f9463554532bf4b","status":"passed","time":{"start":1714427308821,"stop":1714427308821,"duration":0}},{"uid":"6a84a23d47d70186","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6a84a23d47d70186","status":"passed","time":{"start":1714426655775,"stop":1714426655777,"duration":2}},{"uid":"f11c38399c6258cd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f11c38399c6258cd","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420735,"stop":1714425420736,"duration":1}},{"uid":"a6013a03b5e599c6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a6013a03b5e599c6","status":"passed","time":{"start":1714425137452,"stop":1714425137452,"duration":0}},{"uid":"ec5ede795d5e2a9d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ec5ede795d5e2a9d","status":"passed","time":{"start":1714415306375,"stop":1714415306375,"duration":0}},{"uid":"85adef30c343a2f3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/85adef30c343a2f3","status":"passed","time":{"start":1714415441029,"stop":1714415441030,"duration":1}},{"uid":"d799d282763ccc3e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d799d282763ccc3e","status":"passed","time":{"start":1714407661419,"stop":1714407661419,"duration":0}},{"uid":"33fcefde20c06d92","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/33fcefde20c06d92","status":"passed","time":{"start":1714406688866,"stop":1714406688866,"duration":0}},{"uid":"5d4526083d0f396e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5d4526083d0f396e","status":"passed","time":{"start":1714404480623,"stop":1714404480624,"duration":1}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"7f1a1524a3c0ba7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7f1a1524a3c0ba7","status":"passed","time":{"start":1714454140466,"stop":1714454140466,"duration":0}},{"uid":"50c8da253bdd3521","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/50c8da253bdd3521","status":"passed","time":{"start":1714435687924,"stop":1714435687935,"duration":11}},{"uid":"a863cfae7ce2f58d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a863cfae7ce2f58d","status":"passed","time":{"start":1714434773462,"stop":1714434773462,"duration":0}},{"uid":"2ff4672de0918042","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2ff4672de0918042","status":"passed","time":{"start":1714433450975,"stop":1714433450975,"duration":0}},{"uid":"682fa1d10e6f80e9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/682fa1d10e6f80e9","status":"passed","time":{"start":1714431653504,"stop":1714431653505,"duration":1}},{"uid":"6c98a39947fb776b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6c98a39947fb776b","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714431989829,"stop":1714431989829,"duration":0}},{"uid":"f6894c62aa2acf17","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f6894c62aa2acf17","status":"passed","time":{"start":1714430659407,"stop":1714430659407,"duration":0}},{"uid":"6119db32efa0854d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6119db32efa0854d","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714430522150,"stop":1714430522151,"duration":1}},{"uid":"4e7d9515ab29bca5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4e7d9515ab29bca5","status":"passed","time":{"start":1714429610411,"stop":1714429610411,"duration":0}},{"uid":"ce672826914f1dac","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ce672826914f1dac","status":"passed","time":{"start":1714428741362,"stop":1714428741362,"duration":0}},{"uid":"460f7d89f6de19a5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/460f7d89f6de19a5","status":"passed","time":{"start":1714427513581,"stop":1714427513581,"duration":0}},{"uid":"cc93c7c7f3349791","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cc93c7c7f3349791","status":"passed","time":{"start":1714427219354,"stop":1714427219354,"duration":0}},{"uid":"e2da1b93c545b438","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e2da1b93c545b438","status":"passed","time":{"start":1714426573097,"stop":1714426573097,"duration":0}},{"uid":"eaa25d84054150c9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/eaa25d84054150c9","status":"passed","time":{"start":1714424914277,"stop":1714424914277,"duration":0}},{"uid":"f036b8ed21c32ff0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f036b8ed21c32ff0","status":"passed","time":{"start":1714425071920,"stop":1714425071920,"duration":0}},{"uid":"4d8da7cba212c16f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4d8da7cba212c16f","status":"passed","time":{"start":1714415233321,"stop":1714415233322,"duration":1}},{"uid":"a7db0fbb6e80c347","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a7db0fbb6e80c347","status":"passed","time":{"start":1714415382750,"stop":1714415382753,"duration":3}},{"uid":"d3456b81ebccec88","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d3456b81ebccec88","status":"passed","time":{"start":1714407575696,"stop":1714407575696,"duration":0}},{"uid":"141ea116c933e875","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/141ea116c933e875","status":"passed","time":{"start":1714406625165,"stop":1714406625166,"duration":1}},{"uid":"2ba884d7b1baf0ab","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2ba884d7b1baf0ab","status":"passed","time":{"start":1714404386205,"stop":1714404386206,"duration":1}}]},"1feadf3e2e73cdb74a4e67aaea108185:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebfe432b5c0fa30","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ebfe432b5c0fa30","status":"passed","time":{"start":1714383007957,"stop":1714383007957,"duration":0}}]},"d443a77b88841bfdf8b83351cc2ac6f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"205bebef7ccb225","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/205bebef7ccb225","status":"passed","time":{"start":1714142067876,"stop":1714142067876,"duration":0}}]},"6aa7f4755d1a81f85cb65bf1da4692c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d128116d38acdd9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5d128116d38acdd9","status":"passed","time":{"start":1714433811167,"stop":1714433811168,"duration":1}}]},"fefa74ed971b231ea41b2a0a0a176ed8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b1c3608be864736","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/1b1c3608be864736","status":"passed","time":{"start":1714130759389,"stop":1714130759390,"duration":1}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"8dceb0a79abf3c83","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8dceb0a79abf3c83","status":"passed","time":{"start":1714454434305,"stop":1714454434306,"duration":1}},{"uid":"ca593cecf7013368","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ca593cecf7013368","status":"passed","time":{"start":1714436006524,"stop":1714436006524,"duration":0}},{"uid":"8aca18d45c29e4d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8aca18d45c29e4d","status":"passed","time":{"start":1714435054822,"stop":1714435054822,"duration":0}},{"uid":"a1179ff765432493","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a1179ff765432493","status":"passed","time":{"start":1714433761051,"stop":1714433761051,"duration":0}},{"uid":"79e7b9fdb3e55cc2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/79e7b9fdb3e55cc2","status":"passed","time":{"start":1714431966422,"stop":1714431966422,"duration":0}},{"uid":"4f3778f611d58d15","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4f3778f611d58d15","status":"passed","time":{"start":1714432193264,"stop":1714432193265,"duration":1}},{"uid":"1d1f2c67cce02a79","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1d1f2c67cce02a79","status":"passed","time":{"start":1714430948524,"stop":1714430948524,"duration":0}},{"uid":"520f6e742bf419fd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/520f6e742bf419fd","status":"passed","time":{"start":1714430713514,"stop":1714430713514,"duration":0}},{"uid":"2ddbd89f6ebf9d0f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2ddbd89f6ebf9d0f","status":"passed","time":{"start":1714429917731,"stop":1714429917731,"duration":0}},{"uid":"d9bbba91be39bb50","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d9bbba91be39bb50","status":"passed","time":{"start":1714429040285,"stop":1714429040285,"duration":0}},{"uid":"7b299a51097b9036","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7b299a51097b9036","status":"passed","time":{"start":1714427848672,"stop":1714427848672,"duration":0}},{"uid":"a878f695e089f280","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a878f695e089f280","status":"passed","time":{"start":1714427530055,"stop":1714427530056,"duration":1}},{"uid":"5512bb3d65d80e5a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5512bb3d65d80e5a","status":"passed","time":{"start":1714426875124,"stop":1714426875124,"duration":0}},{"uid":"1fbe18be04355b48","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1fbe18be04355b48","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511011,"stop":1714426511011,"duration":0}},{"uid":"96b66d34c902a4c6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/96b66d34c902a4c6","status":"passed","time":{"start":1714425369938,"stop":1714425369939,"duration":1}},{"uid":"46f7429967b6bfe2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/46f7429967b6bfe2","status":"passed","time":{"start":1714415516367,"stop":1714415516368,"duration":1}},{"uid":"a1ff4deba51a753","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a1ff4deba51a753","status":"passed","time":{"start":1714415679022,"stop":1714415679022,"duration":0}},{"uid":"fff9354bf4b6fdc1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fff9354bf4b6fdc1","status":"passed","time":{"start":1714407884315,"stop":1714407884316,"duration":1}},{"uid":"15573d88c4203f66","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/15573d88c4203f66","status":"passed","time":{"start":1714406914277,"stop":1714406914277,"duration":0}},{"uid":"a72d7ada71e15e8f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a72d7ada71e15e8f","status":"passed","time":{"start":1714404690102,"stop":1714404690102,"duration":0}}]},"58b563483c518022a0c103b48fdf911c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61eae3ffb20b463d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/61eae3ffb20b463d","status":"passed","time":{"start":1714145945757,"stop":1714145945757,"duration":0}}]},"c254bc8d585cf0d6ab69ae4a72809fb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7cb97f648984ea1","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/d7cb97f648984ea1","status":"passed","time":{"start":1714018087419,"stop":1714018087420,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":13,"skipped":0,"passed":74,"unknown":0,"total":87},"items":[{"uid":"98247afe3b59bc07","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/98247afe3b59bc07","status":"passed","time":{"start":1714454246981,"stop":1714454246981,"duration":0}},{"uid":"6167bc85f9aa77c3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6167bc85f9aa77c3","status":"passed","time":{"start":1714435795191,"stop":1714435795191,"duration":0}},{"uid":"d37565b8cab549ca","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d37565b8cab549ca","status":"passed","time":{"start":1714434861613,"stop":1714434861614,"duration":1}},{"uid":"486fc655c1ad4764","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/486fc655c1ad4764","status":"passed","time":{"start":1714433551080,"stop":1714433551080,"duration":0}},{"uid":"f26af1baf309c58d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f26af1baf309c58d","status":"passed","time":{"start":1714431768816,"stop":1714431768817,"duration":1}},{"uid":"f1b00fb09f6bb0f8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f1b00fb09f6bb0f8","status":"passed","time":{"start":1714432061429,"stop":1714432061430,"duration":1}},{"uid":"e19d4d56c392d534","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e19d4d56c392d534","status":"passed","time":{"start":1714430772727,"stop":1714430772728,"duration":1}},{"uid":"1f3712e35b97b255","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1f3712e35b97b255","status":"passed","time":{"start":1714430577575,"stop":1714430577575,"duration":0}},{"uid":"76d314697d531cb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/76d314697d531cb","status":"passed","time":{"start":1714429721257,"stop":1714429721258,"duration":1}},{"uid":"c3015d94ec1919e1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c3015d94ec1919e1","status":"passed","time":{"start":1714428857772,"stop":1714428857772,"duration":0}},{"uid":"439b178cac6d475b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/439b178cac6d475b","status":"passed","time":{"start":1714427634510,"stop":1714427634511,"duration":1}},{"uid":"d51a86c084ad7683","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d51a86c084ad7683","status":"passed","time":{"start":1714427320397,"stop":1714427320397,"duration":0}},{"uid":"d19b7237ab83d708","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d19b7237ab83d708","status":"passed","time":{"start":1714426692201,"stop":1714426692202,"duration":1}},{"uid":"e9c4d913788be247","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e9c4d913788be247","status":"passed","time":{"start":1714425469968,"stop":1714425469968,"duration":0}},{"uid":"c4acdbcad47cd319","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c4acdbcad47cd319","status":"passed","time":{"start":1714425170483,"stop":1714425170483,"duration":0}},{"uid":"dbe5173e98b9df","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dbe5173e98b9df","status":"passed","time":{"start":1714415308008,"stop":1714415308008,"duration":0}},{"uid":"a0927e46cbe8d985","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a0927e46cbe8d985","status":"passed","time":{"start":1714415498425,"stop":1714415498425,"duration":0}},{"uid":"697a16d8bccfcfc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/697a16d8bccfcfc","status":"passed","time":{"start":1714407691770,"stop":1714407691770,"duration":0}},{"uid":"da5fae9b3dad1467","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/da5fae9b3dad1467","status":"passed","time":{"start":1714406721597,"stop":1714406721597,"duration":0}},{"uid":"a663db2dbdd054ae","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a663db2dbdd054ae","status":"passed","time":{"start":1714404515367,"stop":1714404515367,"duration":0}}]},"9881ed9f12a5fd082aa78b0514581989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e3defb93b4530eb","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/3e3defb93b4530eb","status":"passed","time":{"start":1714004302844,"stop":1714004302844,"duration":0}}]},"ae0fe152653dfaf9fbd6872f982d307c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8dc2aa233cca421e","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/8dc2aa233cca421e","status":"passed","time":{"start":1713996808983,"stop":1713996808984,"duration":1}}]},"fe60db020ae61632ddeaa0be8cbb8b62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5a6ecde395f0f52","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/c5a6ecde395f0f52","status":"passed","time":{"start":1714380535706,"stop":1714380535707,"duration":1}}]},"d2abf72a4dcbec330c0ae966fcc258e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59bd772f8a56bed2","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/59bd772f8a56bed2","status":"passed","time":{"start":1714003518576,"stop":1714003518577,"duration":1}}]},"9a381b688a3674250a589ff363c21b7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e45b2c8a7a48043","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/4e45b2c8a7a48043","status":"passed","time":{"start":1714404247020,"stop":1714404247020,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"695d8f01740fb80f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/695d8f01740fb80f","status":"passed","time":{"start":1714454015968,"stop":1714454015971,"duration":3}},{"uid":"4c8d0b8eb77b6b95","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4c8d0b8eb77b6b95","status":"passed","time":{"start":1714435573550,"stop":1714435573551,"duration":1}},{"uid":"ae850eac9d688e32","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ae850eac9d688e32","status":"passed","time":{"start":1714434644056,"stop":1714434644056,"duration":0}},{"uid":"9318785e351af82c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9318785e351af82c","status":"passed","time":{"start":1714433338737,"stop":1714433338738,"duration":1}},{"uid":"125bcef53de453b4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/125bcef53de453b4","status":"passed","time":{"start":1714431536340,"stop":1714431536341,"duration":1}},{"uid":"51b8c4bd466aacf0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/51b8c4bd466aacf0","status":"passed","time":{"start":1714431800188,"stop":1714431800188,"duration":0}},{"uid":"1d6358bed0959066","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1d6358bed0959066","status":"passed","time":{"start":1714430523387,"stop":1714430523389,"duration":2}},{"uid":"bfc90ef43175f088","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bfc90ef43175f088","status":"passed","time":{"start":1714430313850,"stop":1714430313850,"duration":0}},{"uid":"2f012b82cfdbc827","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2f012b82cfdbc827","status":"passed","time":{"start":1714429481395,"stop":1714429481396,"duration":1}},{"uid":"1fbfdf742b9bbd41","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1fbfdf742b9bbd41","status":"passed","time":{"start":1714428620112,"stop":1714428620112,"duration":0}},{"uid":"1eb83f0460386844","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1eb83f0460386844","status":"passed","time":{"start":1714427398604,"stop":1714427398604,"duration":0}},{"uid":"649ce7214c587e2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/649ce7214c587e2","status":"passed","time":{"start":1714427098533,"stop":1714427098533,"duration":0}},{"uid":"357a3a1d2f28b7a5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/357a3a1d2f28b7a5","status":"passed","time":{"start":1714426448209,"stop":1714426448212,"duration":3}},{"uid":"68ddd7800ae834f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/68ddd7800ae834f","status":"passed","time":{"start":1714424551049,"stop":1714424551049,"duration":0}},{"uid":"71ca866faf6bcd7d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/71ca866faf6bcd7d","status":"passed","time":{"start":1714424941438,"stop":1714424941439,"duration":1}},{"uid":"2f5cb7403c6dab7a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2f5cb7403c6dab7a","status":"passed","time":{"start":1714415094253,"stop":1714415094253,"duration":0}},{"uid":"9b88ffca0c840f88","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9b88ffca0c840f88","status":"passed","time":{"start":1714415247308,"stop":1714415247311,"duration":3}},{"uid":"fb9c0ab52d8ae6df","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fb9c0ab52d8ae6df","status":"passed","time":{"start":1714407454396,"stop":1714407454396,"duration":0}},{"uid":"12cf3d58811ab244","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/12cf3d58811ab244","status":"passed","time":{"start":1714406481771,"stop":1714406481772,"duration":1}},{"uid":"62f77254c24fa082","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/62f77254c24fa082","status":"passed","time":{"start":1714404271558,"stop":1714404271560,"duration":2}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"ce60afd6c7939703","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ce60afd6c7939703","status":"passed","time":{"start":1714454133777,"stop":1714454133778,"duration":1}},{"uid":"f773cbe6c3faa546","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f773cbe6c3faa546","status":"passed","time":{"start":1714435697068,"stop":1714435697069,"duration":1}},{"uid":"e8de828361a06ad0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e8de828361a06ad0","status":"passed","time":{"start":1714434777712,"stop":1714434777712,"duration":0}},{"uid":"1b93768e6dc27092","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1b93768e6dc27092","status":"passed","time":{"start":1714433468596,"stop":1714433468596,"duration":0}},{"uid":"c07d2e4af9a7a16b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c07d2e4af9a7a16b","status":"passed","time":{"start":1714431659900,"stop":1714431659901,"duration":1}},{"uid":"70f6bca916b9bdc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/70f6bca916b9bdc","status":"passed","time":{"start":1714431917008,"stop":1714431917009,"duration":1}},{"uid":"1d9bd0677cd407ce","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1d9bd0677cd407ce","status":"passed","time":{"start":1714430652887,"stop":1714430652888,"duration":1}},{"uid":"567b7f904b0fcd3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/567b7f904b0fcd3","status":"passed","time":{"start":1714430439955,"stop":1714430439955,"duration":0}},{"uid":"d7d1e438dc6ad97b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d7d1e438dc6ad97b","status":"passed","time":{"start":1714429618788,"stop":1714429618791,"duration":3}},{"uid":"18a3d8d257bb1bcc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/18a3d8d257bb1bcc","status":"passed","time":{"start":1714428758242,"stop":1714428758243,"duration":1}},{"uid":"c9a072e9a7a7138","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c9a072e9a7a7138","status":"passed","time":{"start":1714427532044,"stop":1714427532044,"duration":0}},{"uid":"c443e44f313291a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c443e44f313291a","status":"passed","time":{"start":1714427233660,"stop":1714427233660,"duration":0}},{"uid":"4353c91937651670","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4353c91937651670","status":"passed","time":{"start":1714426576835,"stop":1714426576835,"duration":0}},{"uid":"d30bdf7173e08502","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d30bdf7173e08502","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311944,"stop":1714425311944,"duration":0}},{"uid":"3b73dc6b9316dca6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3b73dc6b9316dca6","status":"passed","time":{"start":1714425068154,"stop":1714425068154,"duration":0}},{"uid":"41a5487351917fbd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/41a5487351917fbd","status":"passed","time":{"start":1714415236754,"stop":1714415236754,"duration":0}},{"uid":"d33079c1d6f76519","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d33079c1d6f76519","status":"passed","time":{"start":1714415370294,"stop":1714415370294,"duration":0}},{"uid":"491790b682e2da6f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/491790b682e2da6f","status":"passed","time":{"start":1714407592733,"stop":1714407592733,"duration":0}},{"uid":"7bef3db12b435a8b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7bef3db12b435a8b","status":"passed","time":{"start":1714406603020,"stop":1714406603020,"duration":0}},{"uid":"7e4b79fcfb17a05e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7e4b79fcfb17a05e","status":"passed","time":{"start":1714404403098,"stop":1714404403103,"duration":5}}]},"ef05c18079c4b5596f095af726929d95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9737e2a39a27abe","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a9737e2a39a27abe","status":"passed","time":{"start":1714429973509,"stop":1714429973510,"duration":1}}]},"9049651c04b5644ff40738c43390c1d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15a2ad0f0d72c208","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/15a2ad0f0d72c208","status":"passed","time":{"start":1714010049391,"stop":1714010049392,"duration":1}}]},"548537704974d8e645775b6933381b15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f60897cf015361ca","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/f60897cf015361ca","status":"passed","time":{"start":1713982981147,"stop":1713982981147,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"c1e2a111fa2b3ebd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c1e2a111fa2b3ebd","status":"passed","time":{"start":1714454434303,"stop":1714454434304,"duration":1}},{"uid":"be591b77d41e7e6a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/be591b77d41e7e6a","status":"passed","time":{"start":1714436006521,"stop":1714436006521,"duration":0}},{"uid":"3d72fd47f7634eda","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3d72fd47f7634eda","status":"passed","time":{"start":1714435054819,"stop":1714435054820,"duration":1}},{"uid":"e3de24f4fb0ccbf3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e3de24f4fb0ccbf3","status":"passed","time":{"start":1714433761048,"stop":1714433761049,"duration":1}},{"uid":"266edf81d860fa12","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/266edf81d860fa12","status":"passed","time":{"start":1714431966420,"stop":1714431966420,"duration":0}},{"uid":"d93fc86212a59555","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d93fc86212a59555","status":"passed","time":{"start":1714432193258,"stop":1714432193258,"duration":0}},{"uid":"e76b2974d39147a9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e76b2974d39147a9","status":"passed","time":{"start":1714430948521,"stop":1714430948522,"duration":1}},{"uid":"618b4eb2a66f671","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/618b4eb2a66f671","status":"passed","time":{"start":1714430713511,"stop":1714430713511,"duration":0}},{"uid":"75f6318722b0e3bf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/75f6318722b0e3bf","status":"passed","time":{"start":1714429917729,"stop":1714429917729,"duration":0}},{"uid":"b55e143781740780","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b55e143781740780","status":"passed","time":{"start":1714429040282,"stop":1714429040283,"duration":1}},{"uid":"e65c61b54afddb80","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e65c61b54afddb80","status":"passed","time":{"start":1714427848668,"stop":1714427848668,"duration":0}},{"uid":"7f2a1d822c920cb0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7f2a1d822c920cb0","status":"passed","time":{"start":1714427530053,"stop":1714427530053,"duration":0}},{"uid":"9ec4d6f87eca4bce","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9ec4d6f87eca4bce","status":"passed","time":{"start":1714426875121,"stop":1714426875122,"duration":1}},{"uid":"f67e97b06f307823","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f67e97b06f307823","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511005,"stop":1714426511005,"duration":0}},{"uid":"3a7a069c95b3a8f8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3a7a069c95b3a8f8","status":"passed","time":{"start":1714425369933,"stop":1714425369934,"duration":1}},{"uid":"904fe532197b8e6c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/904fe532197b8e6c","status":"passed","time":{"start":1714415516362,"stop":1714415516362,"duration":0}},{"uid":"b6c1e7415b890de9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b6c1e7415b890de9","status":"passed","time":{"start":1714415679017,"stop":1714415679020,"duration":3}},{"uid":"98f0b09191207698","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/98f0b09191207698","status":"passed","time":{"start":1714407884313,"stop":1714407884314,"duration":1}},{"uid":"9af842b3e442ad3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9af842b3e442ad3","status":"passed","time":{"start":1714406914275,"stop":1714406914275,"duration":0}},{"uid":"6d0bc0f8d0b1aeb3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6d0bc0f8d0b1aeb3","status":"passed","time":{"start":1714404690098,"stop":1714404690099,"duration":1}}]},"07ccb3e8eb80830010a1bb4badba3fac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b71bfdc505be35c6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b71bfdc505be35c6","status":"passed","time":{"start":1714407816878,"stop":1714407816878,"duration":0}}]},"f6bca30bf479420139251973c4c86e4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e33c2ed5375c2cb","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/2e33c2ed5375c2cb","status":"passed","time":{"start":1713987613071,"stop":1713987613071,"duration":0}}]},"ffa1e33d9c4b10b61553c866ace7cd9a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ae470edf5414e70","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/2ae470edf5414e70","status":"passed","time":{"start":1714089729894,"stop":1714089729895,"duration":1}}]},"3de2eba7a62ee9ed5cdf8a86f8718f30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"450b1975b20eb2f1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/450b1975b20eb2f1","status":"passed","time":{"start":1714453925053,"stop":1714453925054,"duration":1}},{"uid":"6666da9964e720bf","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6666da9964e720bf","status":"passed","time":{"start":1714435482961,"stop":1714435482962,"duration":1}},{"uid":"44b0d7ffc232cccf","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/44b0d7ffc232cccf","status":"passed","time":{"start":1714434551997,"stop":1714434551997,"duration":0}},{"uid":"22874a2db914bd0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/22874a2db914bd0","status":"passed","time":{"start":1714433247023,"stop":1714433247023,"duration":0}},{"uid":"3d3885a96a46557a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3d3885a96a46557a","status":"passed","time":{"start":1714431444744,"stop":1714431444744,"duration":0}},{"uid":"e7f7ade9f066b01f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e7f7ade9f066b01f","status":"passed","time":{"start":1714431708283,"stop":1714431708284,"duration":1}},{"uid":"e07f17b29e4fc05f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e07f17b29e4fc05f","status":"passed","time":{"start":1714430430714,"stop":1714430430715,"duration":1}},{"uid":"bd5c06e4998d69b1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bd5c06e4998d69b1","status":"passed","time":{"start":1714430223177,"stop":1714430223178,"duration":1}},{"uid":"5711a53cf385a66c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5711a53cf385a66c","status":"passed","time":{"start":1714429383871,"stop":1714429383871,"duration":0}},{"uid":"c42a5010c6e61fb8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c42a5010c6e61fb8","status":"passed","time":{"start":1714428528627,"stop":1714428528627,"duration":0}},{"uid":"2c6e5b60eefaff9e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2c6e5b60eefaff9e","status":"passed","time":{"start":1714427305980,"stop":1714427305980,"duration":0}},{"uid":"7d83cb5d1d54c42a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7d83cb5d1d54c42a","status":"passed","time":{"start":1714427007375,"stop":1714427007376,"duration":1}},{"uid":"f9bb530f04e90352","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f9bb530f04e90352","status":"passed","time":{"start":1714426355962,"stop":1714426355962,"duration":0}},{"uid":"aacab21a5ff9fe91","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/aacab21a5ff9fe91","status":"passed","time":{"start":1714424458776,"stop":1714424458777,"duration":1}},{"uid":"1c67eaed125ac173","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1c67eaed125ac173","status":"passed","time":{"start":1714424849001,"stop":1714424849001,"duration":0}},{"uid":"569dd1aa0c30ad3b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/569dd1aa0c30ad3b","status":"passed","time":{"start":1714415001442,"stop":1714415001442,"duration":0}},{"uid":"fa95560cfadb5114","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fa95560cfadb5114","status":"passed","time":{"start":1714415154911,"stop":1714415154912,"duration":1}},{"uid":"bbe6bbfbf742da35","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bbe6bbfbf742da35","status":"passed","time":{"start":1714407362039,"stop":1714407362040,"duration":1}},{"uid":"7229751a4a422de2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7229751a4a422de2","status":"passed","time":{"start":1714406389332,"stop":1714406389333,"duration":1}},{"uid":"897bb93e1d993fdd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/897bb93e1d993fdd","status":"passed","time":{"start":1714404179169,"stop":1714404179170,"duration":1}}]},"6ae343143aa2fc175d59dfcd51ca0e0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cb3beaced07583","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/4cb3beaced07583","status":"passed","time":{"start":1714144826507,"stop":1714144826507,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"1c1c020ea7f8e0e5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1c1c020ea7f8e0e5","status":"passed","time":{"start":1714454053297,"stop":1714454053297,"duration":0}},{"uid":"d0d8b81721ba72ab","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d0d8b81721ba72ab","status":"passed","time":{"start":1714435613233,"stop":1714435613233,"duration":0}},{"uid":"5bcb3edca1fe2c6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5bcb3edca1fe2c6","status":"passed","time":{"start":1714434679106,"stop":1714434679106,"duration":0}},{"uid":"f3aef7d26bf5a0bc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f3aef7d26bf5a0bc","status":"passed","time":{"start":1714433372671,"stop":1714433372672,"duration":1}},{"uid":"e383bac2ccc68261","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e383bac2ccc68261","status":"passed","time":{"start":1714431569000,"stop":1714431569000,"duration":0}},{"uid":"e74f9b3959890fb8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e74f9b3959890fb8","status":"passed","time":{"start":1714431828083,"stop":1714431828083,"duration":0}},{"uid":"78f1ac13009a9942","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/78f1ac13009a9942","status":"passed","time":{"start":1714430556002,"stop":1714430556002,"duration":0}},{"uid":"e60ec317c8050d22","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e60ec317c8050d22","status":"passed","time":{"start":1714430344116,"stop":1714430344116,"duration":0}},{"uid":"bac2bf7cd283fa11","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bac2bf7cd283fa11","status":"passed","time":{"start":1714429520844,"stop":1714429520844,"duration":0}},{"uid":"fb4629a8f3c4da7f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fb4629a8f3c4da7f","status":"passed","time":{"start":1714428655270,"stop":1714428655270,"duration":0}},{"uid":"18388d4b0ce720e4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/18388d4b0ce720e4","status":"passed","time":{"start":1714427432033,"stop":1714427432034,"duration":1}},{"uid":"ce8015a3b9196610","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ce8015a3b9196610","status":"passed","time":{"start":1714427143104,"stop":1714427143104,"duration":0}},{"uid":"d51ef6153ccb84a8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d51ef6153ccb84a8","status":"passed","time":{"start":1714426485127,"stop":1714426485127,"duration":0}},{"uid":"31dc5e7a5ab02aa9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/31dc5e7a5ab02aa9","status":"broken","statusDetails":"window is not defined","time":{"start":1714424814929,"stop":1714424814930,"duration":1}},{"uid":"6004405e6ed3a424","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6004405e6ed3a424","status":"passed","time":{"start":1714424973890,"stop":1714424973890,"duration":0}},{"uid":"fc369fa56c738cd8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fc369fa56c738cd8","status":"passed","time":{"start":1714415128245,"stop":1714415128246,"duration":1}},{"uid":"75c632781045ca19","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/75c632781045ca19","status":"passed","time":{"start":1714415288032,"stop":1714415288033,"duration":1}},{"uid":"ca21ea76e211932f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ca21ea76e211932f","status":"passed","time":{"start":1714407495713,"stop":1714407495714,"duration":1}},{"uid":"fc44d914f7f3b64","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fc44d914f7f3b64","status":"passed","time":{"start":1714406516595,"stop":1714406516596,"duration":1}},{"uid":"3c910cc5f5ec0df9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3c910cc5f5ec0df9","status":"passed","time":{"start":1714404304975,"stop":1714404304975,"duration":0}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"d3f278d43222a8fb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d3f278d43222a8fb","status":"passed","time":{"start":1714454434309,"stop":1714454434310,"duration":1}},{"uid":"81cb83398ac18822","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/81cb83398ac18822","status":"passed","time":{"start":1714436006528,"stop":1714436006528,"duration":0}},{"uid":"962ba642cd601b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/962ba642cd601b","status":"passed","time":{"start":1714435054827,"stop":1714435054827,"duration":0}},{"uid":"48c9c635c12f697a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/48c9c635c12f697a","status":"passed","time":{"start":1714433761054,"stop":1714433761054,"duration":0}},{"uid":"4247efb1d89de932","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4247efb1d89de932","status":"passed","time":{"start":1714431966425,"stop":1714431966426,"duration":1}},{"uid":"9de86cc81de5831","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9de86cc81de5831","status":"passed","time":{"start":1714432193268,"stop":1714432193268,"duration":0}},{"uid":"92917fbed122cc18","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/92917fbed122cc18","status":"passed","time":{"start":1714430948530,"stop":1714430948530,"duration":0}},{"uid":"64489b57f8906dcb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/64489b57f8906dcb","status":"passed","time":{"start":1714430713517,"stop":1714430713518,"duration":1}},{"uid":"cb80cbf06e339411","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cb80cbf06e339411","status":"passed","time":{"start":1714429917739,"stop":1714429917739,"duration":0}},{"uid":"53b781c65fb2b35f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/53b781c65fb2b35f","status":"passed","time":{"start":1714429040289,"stop":1714429040290,"duration":1}},{"uid":"1ffa745be8a2be04","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1ffa745be8a2be04","status":"passed","time":{"start":1714427848677,"stop":1714427848678,"duration":1}},{"uid":"75dff0373c30070d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/75dff0373c30070d","status":"passed","time":{"start":1714427530059,"stop":1714427530059,"duration":0}},{"uid":"e06d73ffb394dce8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e06d73ffb394dce8","status":"passed","time":{"start":1714426875132,"stop":1714426875132,"duration":0}},{"uid":"5d65c0b821e12f0c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5d65c0b821e12f0c","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511018,"stop":1714426511018,"duration":0}},{"uid":"b9e0b2e3a2a96f30","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b9e0b2e3a2a96f30","status":"passed","time":{"start":1714425369951,"stop":1714425369951,"duration":0}},{"uid":"450c98ed2e9badfe","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/450c98ed2e9badfe","status":"passed","time":{"start":1714415516371,"stop":1714415516371,"duration":0}},{"uid":"e7856f324b44e1a7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e7856f324b44e1a7","status":"passed","time":{"start":1714415679025,"stop":1714415679026,"duration":1}},{"uid":"1b3112eee2861fa5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1b3112eee2861fa5","status":"passed","time":{"start":1714407884319,"stop":1714407884320,"duration":1}},{"uid":"46d8de8f8db1488a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/46d8de8f8db1488a","status":"passed","time":{"start":1714406914281,"stop":1714406914281,"duration":0}},{"uid":"faad961061e41505","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/faad961061e41505","status":"passed","time":{"start":1714404690105,"stop":1714404690105,"duration":0}}]},"3039505918950dacbf6501c38c2da371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5076a4c1e7d8901a","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/5076a4c1e7d8901a","status":"passed","time":{"start":1714139752228,"stop":1714139752228,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"3edd193aadebec16","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3edd193aadebec16","status":"passed","time":{"start":1714453983002,"stop":1714453983003,"duration":1}},{"uid":"2d9c080e7729dd46","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2d9c080e7729dd46","status":"passed","time":{"start":1714435542197,"stop":1714435542198,"duration":1}},{"uid":"f28cebb4f8e18a9b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f28cebb4f8e18a9b","status":"passed","time":{"start":1714434611446,"stop":1714434611446,"duration":0}},{"uid":"4ae5d53330f35346","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4ae5d53330f35346","status":"passed","time":{"start":1714433306628,"stop":1714433306629,"duration":1}},{"uid":"eb3aab25aa0941c9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/eb3aab25aa0941c9","status":"passed","time":{"start":1714431503272,"stop":1714431503272,"duration":0}},{"uid":"60744171cff955a0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/60744171cff955a0","status":"passed","time":{"start":1714431767483,"stop":1714431767483,"duration":0}},{"uid":"23b15dffb024ccc8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/23b15dffb024ccc8","status":"passed","time":{"start":1714430490969,"stop":1714430490969,"duration":0}},{"uid":"e018a3ccf572835a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e018a3ccf572835a","status":"passed","time":{"start":1714430281528,"stop":1714430281529,"duration":1}},{"uid":"9d5fb9c083fd7277","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9d5fb9c083fd7277","status":"passed","time":{"start":1714429447906,"stop":1714429447906,"duration":0}},{"uid":"e15088f94ced8fed","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e15088f94ced8fed","status":"passed","time":{"start":1714428587547,"stop":1714428587548,"duration":1}},{"uid":"742ffd1261ea70b8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/742ffd1261ea70b8","status":"passed","time":{"start":1714427365276,"stop":1714427365277,"duration":1}},{"uid":"f71a4dd90af4442e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f71a4dd90af4442e","status":"passed","time":{"start":1714427066869,"stop":1714427066870,"duration":1}},{"uid":"e4865fcdcca5b129","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e4865fcdcca5b129","status":"passed","time":{"start":1714426415805,"stop":1714426415806,"duration":1}},{"uid":"78c9b9f7aa386ee0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/78c9b9f7aa386ee0","status":"passed","time":{"start":1714424517676,"stop":1714424517677,"duration":1}},{"uid":"eda03c61f0be0f70","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/eda03c61f0be0f70","status":"passed","time":{"start":1714424908588,"stop":1714424908589,"duration":1}},{"uid":"b193b73278f37f82","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b193b73278f37f82","status":"passed","time":{"start":1714415091534,"stop":1714415091535,"duration":1}},{"uid":"2a551a24888a1432","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2a551a24888a1432","status":"passed","time":{"start":1714415214826,"stop":1714415214826,"duration":0}},{"uid":"e6913c4f4b5e82f6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e6913c4f4b5e82f6","status":"passed","time":{"start":1714407421234,"stop":1714407421235,"duration":1}},{"uid":"87d5ed6b7c7bdcce","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/87d5ed6b7c7bdcce","status":"passed","time":{"start":1714406448899,"stop":1714406448899,"duration":0}},{"uid":"3dd9b1838a31ff2a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3dd9b1838a31ff2a","status":"passed","time":{"start":1714404238077,"stop":1714404238078,"duration":1}}]},"c5925a8f05e1103a0e3fa61ce8eac574:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43fb8ba0fdacbfc8","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/43fb8ba0fdacbfc8","status":"passed","time":{"start":1714228649297,"stop":1714228649297,"duration":0}}]},"dd44b5f506313d81d761f5d8d45c9722:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"527c27afb1d2b471","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/527c27afb1d2b471","status":"passed","time":{"start":1714221389926,"stop":1714221389927,"duration":1}}]},"6b3966fdd8b0b90b80e732ab73ba3679:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fc2a2f662e668a0","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/5fc2a2f662e668a0","status":"passed","time":{"start":1714262212385,"stop":1714262212386,"duration":1}}]},"6b07ae8ad3f9efbbd872e3de9f5b7109:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2517bb9b0c315ea","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/f2517bb9b0c315ea","status":"passed","time":{"start":1714129844757,"stop":1714129844758,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"ccf0dc3fb083edd8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ccf0dc3fb083edd8","status":"passed","time":{"start":1714454434321,"stop":1714454434321,"duration":0}},{"uid":"f9c03531c6faf0f4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f9c03531c6faf0f4","status":"passed","time":{"start":1714436006536,"stop":1714436006536,"duration":0}},{"uid":"90f89604b5925f47","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/90f89604b5925f47","status":"passed","time":{"start":1714435054832,"stop":1714435054832,"duration":0}},{"uid":"a5d786d1c799a590","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a5d786d1c799a590","status":"passed","time":{"start":1714433761059,"stop":1714433761059,"duration":0}},{"uid":"1e4f2a080e3eb9de","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1e4f2a080e3eb9de","status":"passed","time":{"start":1714431966430,"stop":1714431966431,"duration":1}},{"uid":"cb3cea9d7ecca19d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cb3cea9d7ecca19d","status":"passed","time":{"start":1714432193273,"stop":1714432193274,"duration":1}},{"uid":"1873a7aaa09563f8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1873a7aaa09563f8","status":"passed","time":{"start":1714430948537,"stop":1714430948537,"duration":0}},{"uid":"6523eecb0a9aab5a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6523eecb0a9aab5a","status":"passed","time":{"start":1714430713525,"stop":1714430713525,"duration":0}},{"uid":"4b90307470a91fc3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4b90307470a91fc3","status":"passed","time":{"start":1714429917744,"stop":1714429917744,"duration":0}},{"uid":"ea51e08b636d5436","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ea51e08b636d5436","status":"passed","time":{"start":1714429040295,"stop":1714429040295,"duration":0}},{"uid":"e68e2451494a6dc5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e68e2451494a6dc5","status":"passed","time":{"start":1714427848683,"stop":1714427848683,"duration":0}},{"uid":"c9d398caf35d2afb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c9d398caf35d2afb","status":"passed","time":{"start":1714427530065,"stop":1714427530066,"duration":1}},{"uid":"4d30381e55aaeb53","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4d30381e55aaeb53","status":"passed","time":{"start":1714426875144,"stop":1714426875145,"duration":1}},{"uid":"c0a4ea7307419da","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c0a4ea7307419da","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511029,"stop":1714426511030,"duration":1}},{"uid":"ab8d16465330ad04","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ab8d16465330ad04","status":"passed","time":{"start":1714425369960,"stop":1714425369961,"duration":1}},{"uid":"7f734b8aad26ee81","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7f734b8aad26ee81","status":"passed","time":{"start":1714415516376,"stop":1714415516377,"duration":1}},{"uid":"bef8e5ba467a556d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bef8e5ba467a556d","status":"passed","time":{"start":1714415679030,"stop":1714415679030,"duration":0}},{"uid":"48c5255cea488709","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/48c5255cea488709","status":"passed","time":{"start":1714407884325,"stop":1714407884325,"duration":0}},{"uid":"2af0697d6329494c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2af0697d6329494c","status":"passed","time":{"start":1714406914316,"stop":1714406914316,"duration":0}},{"uid":"d8038e21b84fe2bd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d8038e21b84fe2bd","status":"passed","time":{"start":1714404690110,"stop":1714404690110,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"88ea70751a6632d3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/88ea70751a6632d3","status":"passed","time":{"start":1714453958108,"stop":1714453958109,"duration":1}},{"uid":"b41e0c7015bfb849","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b41e0c7015bfb849","status":"passed","time":{"start":1714435516877,"stop":1714435516877,"duration":0}},{"uid":"5dc89926faa089cf","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5dc89926faa089cf","status":"passed","time":{"start":1714434585838,"stop":1714434585839,"duration":1}},{"uid":"eba2bb559b0c19fb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/eba2bb559b0c19fb","status":"passed","time":{"start":1714433280771,"stop":1714433280771,"duration":0}},{"uid":"4d70a34d23e20e93","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4d70a34d23e20e93","status":"passed","time":{"start":1714431478455,"stop":1714431478455,"duration":0}},{"uid":"3d8a1a1e02948d42","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3d8a1a1e02948d42","status":"passed","time":{"start":1714431742373,"stop":1714431742373,"duration":0}},{"uid":"e883ba16abab51cc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e883ba16abab51cc","status":"passed","time":{"start":1714430465323,"stop":1714430465323,"duration":0}},{"uid":"7558f662b7158099","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7558f662b7158099","status":"passed","time":{"start":1714430256910,"stop":1714430256910,"duration":0}},{"uid":"bc00536fb7b33607","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bc00536fb7b33607","status":"passed","time":{"start":1714429421179,"stop":1714429421180,"duration":1}},{"uid":"d840504229b287fb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d840504229b287fb","status":"passed","time":{"start":1714428562877,"stop":1714428562878,"duration":1}},{"uid":"e274e3decf79aa76","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e274e3decf79aa76","status":"passed","time":{"start":1714427340552,"stop":1714427340552,"duration":0}},{"uid":"8bfa75f07b5ace5b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8bfa75f07b5ace5b","status":"passed","time":{"start":1714427041438,"stop":1714427041438,"duration":0}},{"uid":"e50ea417be1be6c8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e50ea417be1be6c8","status":"passed","time":{"start":1714426390788,"stop":1714426390788,"duration":0}},{"uid":"a8b3b29f446cba84","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a8b3b29f446cba84","status":"passed","time":{"start":1714424492792,"stop":1714424492792,"duration":0}},{"uid":"b8429a40cb67f0ca","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b8429a40cb67f0ca","status":"passed","time":{"start":1714424883373,"stop":1714424883373,"duration":0}},{"uid":"efb2ae0ca989291","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/efb2ae0ca989291","status":"passed","time":{"start":1714415036085,"stop":1714415036085,"duration":0}},{"uid":"d26190bf1dc2853f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d26190bf1dc2853f","status":"passed","time":{"start":1714415188981,"stop":1714415188982,"duration":1}},{"uid":"f7045367414ef562","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f7045367414ef562","status":"passed","time":{"start":1714407396338,"stop":1714407396338,"duration":0}},{"uid":"40c8b26c12d1fbfa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/40c8b26c12d1fbfa","status":"passed","time":{"start":1714406423708,"stop":1714406423708,"duration":0}},{"uid":"46b37d387c4f4dd6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/46b37d387c4f4dd6","status":"passed","time":{"start":1714404213338,"stop":1714404213338,"duration":0}}]},"21e8bf83b2a32610781eda30dc135b6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4beffb5f20bd8b64","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/4beffb5f20bd8b64","status":"passed","time":{"start":1714089559686,"stop":1714089559687,"duration":1}}]},"41c012b29d8d6b08630b31e3fbe12ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99ae40bf343e0486","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/99ae40bf343e0486","status":"passed","time":{"start":1714046099946,"stop":1714046099946,"duration":0}}]},"b6d13049a8112b10f5473a00222a2898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e41cc0d00dd6c41d","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/e41cc0d00dd6c41d","status":"passed","time":{"start":1714003550654,"stop":1714003550655,"duration":1}}]},"34a5ad71b322e8d9f9d7e3491fd9ed30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"fadfa25a11028a89","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fadfa25a11028a89","status":"passed","time":{"start":1714453925066,"stop":1714453925066,"duration":0}},{"uid":"a1a8dc0560b84e5f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a1a8dc0560b84e5f","status":"passed","time":{"start":1714435482974,"stop":1714435482974,"duration":0}},{"uid":"e19100891e55fcd1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e19100891e55fcd1","status":"passed","time":{"start":1714434552011,"stop":1714434552011,"duration":0}},{"uid":"3d12721f1d643b82","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3d12721f1d643b82","status":"passed","time":{"start":1714433247035,"stop":1714433247035,"duration":0}},{"uid":"22f9e3cac9f1021e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/22f9e3cac9f1021e","status":"passed","time":{"start":1714431444756,"stop":1714431444757,"duration":1}},{"uid":"42cb7ccd0496fc36","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/42cb7ccd0496fc36","status":"passed","time":{"start":1714431708297,"stop":1714431708297,"duration":0}},{"uid":"228ac033f7331dce","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/228ac033f7331dce","status":"passed","time":{"start":1714430430729,"stop":1714430430729,"duration":0}},{"uid":"df4b05b6bce9ba3c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/df4b05b6bce9ba3c","status":"passed","time":{"start":1714430223187,"stop":1714430223187,"duration":0}},{"uid":"f68c8e9af21f30cd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f68c8e9af21f30cd","status":"passed","time":{"start":1714429383886,"stop":1714429383886,"duration":0}},{"uid":"a8bb191a4e096ea5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a8bb191a4e096ea5","status":"passed","time":{"start":1714428528640,"stop":1714428528640,"duration":0}},{"uid":"146e463b8a2dfad0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/146e463b8a2dfad0","status":"passed","time":{"start":1714427305991,"stop":1714427305991,"duration":0}},{"uid":"76fcde06bf50bb8b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/76fcde06bf50bb8b","status":"passed","time":{"start":1714427007385,"stop":1714427007385,"duration":0}},{"uid":"fedbbbc0044e99ec","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fedbbbc0044e99ec","status":"passed","time":{"start":1714426355976,"stop":1714426355976,"duration":0}},{"uid":"96685f2f121720ed","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/96685f2f121720ed","status":"passed","time":{"start":1714424458789,"stop":1714424458790,"duration":1}},{"uid":"b7916891d6edbb7f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b7916891d6edbb7f","status":"passed","time":{"start":1714424849015,"stop":1714424849016,"duration":1}},{"uid":"ec28fbbe28f3a9e3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ec28fbbe28f3a9e3","status":"passed","time":{"start":1714415001454,"stop":1714415001455,"duration":1}},{"uid":"49f521845ba294f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/49f521845ba294f","status":"passed","time":{"start":1714415154929,"stop":1714415154929,"duration":0}},{"uid":"3e1cf766e55c028a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3e1cf766e55c028a","status":"passed","time":{"start":1714407362053,"stop":1714407362053,"duration":0}},{"uid":"308133ecfaedcff2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/308133ecfaedcff2","status":"passed","time":{"start":1714406389346,"stop":1714406389346,"duration":0}},{"uid":"1427b43b036879ad","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1427b43b036879ad","status":"passed","time":{"start":1714404179184,"stop":1714404179184,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e0f5c50d9c8b1602","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e0f5c50d9c8b1602","status":"passed","time":{"start":1714453941572,"stop":1714453941573,"duration":1}},{"uid":"e162757a088b1fd4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e162757a088b1fd4","status":"passed","time":{"start":1714435499506,"stop":1714435499507,"duration":1}},{"uid":"c954ba78f740f703","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c954ba78f740f703","status":"passed","time":{"start":1714434568625,"stop":1714434568625,"duration":0}},{"uid":"f25de4fb3cf25b36","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f25de4fb3cf25b36","status":"passed","time":{"start":1714433263560,"stop":1714433263560,"duration":0}},{"uid":"c9132c7ffcfb14c1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c9132c7ffcfb14c1","status":"passed","time":{"start":1714431461470,"stop":1714431461470,"duration":0}},{"uid":"3756d04782c89337","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3756d04782c89337","status":"passed","time":{"start":1714431725194,"stop":1714431725194,"duration":0}},{"uid":"9f2e92aaa2f210ce","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9f2e92aaa2f210ce","status":"passed","time":{"start":1714430447851,"stop":1714430447851,"duration":0}},{"uid":"f08336b09fa3378e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f08336b09fa3378e","status":"passed","time":{"start":1714430239841,"stop":1714430239841,"duration":0}},{"uid":"e24510dd5ac8de9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e24510dd5ac8de9","status":"passed","time":{"start":1714429402522,"stop":1714429402523,"duration":1}},{"uid":"d5f5d6f5a2f36354","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d5f5d6f5a2f36354","status":"passed","time":{"start":1714428545526,"stop":1714428545526,"duration":0}},{"uid":"221136341caf452e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/221136341caf452e","status":"passed","time":{"start":1714427323150,"stop":1714427323150,"duration":0}},{"uid":"679fc19abc7c0550","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/679fc19abc7c0550","status":"passed","time":{"start":1714427024012,"stop":1714427024013,"duration":1}},{"uid":"f22fd109d7fcb282","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f22fd109d7fcb282","status":"passed","time":{"start":1714426373248,"stop":1714426373248,"duration":0}},{"uid":"58312ab3146a2523","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/58312ab3146a2523","status":"passed","time":{"start":1714424475525,"stop":1714424475526,"duration":1}},{"uid":"e0ac7b4bdcf66fe1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e0ac7b4bdcf66fe1","status":"passed","time":{"start":1714424865875,"stop":1714424865875,"duration":0}},{"uid":"8d8023051b86728","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8d8023051b86728","status":"passed","time":{"start":1714415018822,"stop":1714415018822,"duration":0}},{"uid":"e7aae357a0950d63","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e7aae357a0950d63","status":"passed","time":{"start":1714415171817,"stop":1714415171817,"duration":0}},{"uid":"b2d2de5413a3d0ca","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b2d2de5413a3d0ca","status":"passed","time":{"start":1714407378983,"stop":1714407378983,"duration":0}},{"uid":"b76866924ac13f8d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b76866924ac13f8d","status":"passed","time":{"start":1714406406270,"stop":1714406406271,"duration":1}},{"uid":"7a7e949c820cf00e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7a7e949c820cf00e","status":"passed","time":{"start":1714404196040,"stop":1714404196040,"duration":0}}]},"efd27f8ec92d904a9ae06c0204bf85a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"765a11932a588618","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/765a11932a588618","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714080698438,"stop":1714080698439,"duration":1}}]},"396ca382d137b330f3873847d8e42938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5b0b143e8237d4e","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/c5b0b143e8237d4e","status":"passed","time":{"start":1713996785414,"stop":1713996785414,"duration":0}}]},"54792f90aa57bc6404cf551ae9ebfc89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"351053eae9e30bed","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/351053eae9e30bed","status":"passed","time":{"start":1714144770806,"stop":1714144770806,"duration":0}}]},"d8ea51ba5162ac56a42069e5b6679119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f235ce8b8ff406d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f235ce8b8ff406d","status":"passed","time":{"start":1714453925054,"stop":1714453925055,"duration":1}},{"uid":"9005c386e41301","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9005c386e41301","status":"passed","time":{"start":1714435482962,"stop":1714435482963,"duration":1}},{"uid":"2485b9ed0f67937b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2485b9ed0f67937b","status":"passed","time":{"start":1714434551998,"stop":1714434551998,"duration":0}},{"uid":"932b40e0679da405","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/932b40e0679da405","status":"passed","time":{"start":1714433247024,"stop":1714433247024,"duration":0}},{"uid":"17fb96c4f56f8e24","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/17fb96c4f56f8e24","status":"passed","time":{"start":1714431444745,"stop":1714431444745,"duration":0}},{"uid":"7c21a1b930345784","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7c21a1b930345784","status":"passed","time":{"start":1714431708284,"stop":1714431708285,"duration":1}},{"uid":"f67f640426a0e3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f67f640426a0e3","status":"passed","time":{"start":1714430430716,"stop":1714430430716,"duration":0}},{"uid":"f3c163f1b2a2dacd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f3c163f1b2a2dacd","status":"passed","time":{"start":1714430223178,"stop":1714430223178,"duration":0}},{"uid":"462451b551d83c48","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/462451b551d83c48","status":"passed","time":{"start":1714429383872,"stop":1714429383872,"duration":0}},{"uid":"dba2d16afe6b9c29","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dba2d16afe6b9c29","status":"passed","time":{"start":1714428528627,"stop":1714428528628,"duration":1}},{"uid":"af464e4c6777c7d6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/af464e4c6777c7d6","status":"passed","time":{"start":1714427305981,"stop":1714427305981,"duration":0}},{"uid":"563e47ccecf12ac5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/563e47ccecf12ac5","status":"passed","time":{"start":1714427007376,"stop":1714427007376,"duration":0}},{"uid":"9cd7cd735cd2dd22","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9cd7cd735cd2dd22","status":"passed","time":{"start":1714426355963,"stop":1714426355963,"duration":0}},{"uid":"f79e898eb9c8c550","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f79e898eb9c8c550","status":"passed","time":{"start":1714424458777,"stop":1714424458777,"duration":0}},{"uid":"4ea8aed9fa92695b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4ea8aed9fa92695b","status":"passed","time":{"start":1714424849002,"stop":1714424849002,"duration":0}},{"uid":"9e27114ba17613c5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9e27114ba17613c5","status":"passed","time":{"start":1714415001443,"stop":1714415001443,"duration":0}},{"uid":"d6b553eb840f7f96","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d6b553eb840f7f96","status":"passed","time":{"start":1714415154912,"stop":1714415154913,"duration":1}},{"uid":"dcebec6e28cbc783","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dcebec6e28cbc783","status":"passed","time":{"start":1714407362040,"stop":1714407362040,"duration":0}},{"uid":"47a74ccecd953529","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/47a74ccecd953529","status":"passed","time":{"start":1714406389333,"stop":1714406389334,"duration":1}},{"uid":"44e39a49fb68e6e7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/44e39a49fb68e6e7","status":"passed","time":{"start":1714404179170,"stop":1714404179171,"duration":1}}]},"7cd51ee768e3557874f150ea887977e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"164b6c8b3daf72f5","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/164b6c8b3daf72f5","status":"passed","time":{"start":1714381639319,"stop":1714381639320,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ec1f06b9e075c5cd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ec1f06b9e075c5cd","status":"passed","time":{"start":1714453987175,"stop":1714453987175,"duration":0}},{"uid":"97c6c5c2bed568c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/97c6c5c2bed568c","status":"passed","time":{"start":1714435545813,"stop":1714435545813,"duration":0}},{"uid":"dc5090750083abb2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/dc5090750083abb2","status":"passed","time":{"start":1714434626131,"stop":1714434626132,"duration":1}},{"uid":"551c615b8f171778","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/551c615b8f171778","status":"passed","time":{"start":1714433316403,"stop":1714433316403,"duration":0}},{"uid":"2e43a2206b2e0703","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2e43a2206b2e0703","status":"passed","time":{"start":1714431506520,"stop":1714431506521,"duration":1}},{"uid":"ef5aeec50f26fed","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ef5aeec50f26fed","status":"passed","time":{"start":1714431770047,"stop":1714431770049,"duration":2}},{"uid":"caf9ba8579a4b7ec","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/caf9ba8579a4b7ec","status":"passed","time":{"start":1714430495731,"stop":1714430495732,"duration":1}},{"uid":"3bd59204ef77bd67","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3bd59204ef77bd67","status":"passed","time":{"start":1714430283233,"stop":1714430283234,"duration":1}},{"uid":"add42790245980b0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/add42790245980b0","status":"passed","time":{"start":1714429454736,"stop":1714429454736,"duration":0}},{"uid":"f57150afde583c79","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f57150afde583c79","status":"passed","time":{"start":1714428603023,"stop":1714428603024,"duration":1}},{"uid":"a5ac8013a1ab2e3f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a5ac8013a1ab2e3f","status":"passed","time":{"start":1714427368860,"stop":1714427368862,"duration":2}},{"uid":"e9cc234366d3f6bf","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e9cc234366d3f6bf","status":"passed","time":{"start":1714427087106,"stop":1714427087107,"duration":1}},{"uid":"156b5d1f965154a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/156b5d1f965154a","status":"passed","time":{"start":1714426419002,"stop":1714426419003,"duration":1}},{"uid":"56ab29b765146705","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/56ab29b765146705","status":"passed","time":{"start":1714424522173,"stop":1714424522173,"duration":0}},{"uid":"239dc857dc518a93","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/239dc857dc518a93","status":"passed","time":{"start":1714424912032,"stop":1714424912032,"duration":0}},{"uid":"f066806267d34cda","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f066806267d34cda","status":"passed","time":{"start":1714415063936,"stop":1714415063937,"duration":1}},{"uid":"15695ed05fb04f0c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/15695ed05fb04f0c","status":"passed","time":{"start":1714415219583,"stop":1714415219584,"duration":1}},{"uid":"54d50c383c590f51","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/54d50c383c590f51","status":"passed","time":{"start":1714407435778,"stop":1714407435779,"duration":1}},{"uid":"1c5fa6b3a17bd9ff","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1c5fa6b3a17bd9ff","status":"passed","time":{"start":1714406451895,"stop":1714406451895,"duration":0}},{"uid":"8a81147d1b9f0215","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8a81147d1b9f0215","status":"passed","time":{"start":1714404244889,"stop":1714404244898,"duration":9}}]},"5a4d8e041a21a3eda369b15eff7963c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e0007a432a3db5a","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/3e0007a432a3db5a","status":"passed","time":{"start":1714138901018,"stop":1714138901018,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"d4d899213be6ad3d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d4d899213be6ad3d","status":"passed","time":{"start":1714454429801,"stop":1714454429802,"duration":1}},{"uid":"64da14a40a458311","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/64da14a40a458311","status":"passed","time":{"start":1714435983390,"stop":1714435983390,"duration":0}},{"uid":"437adaf5d5d72048","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/437adaf5d5d72048","status":"passed","time":{"start":1714435051950,"stop":1714435051950,"duration":0}},{"uid":"f16f8c4009bcb2ec","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f16f8c4009bcb2ec","status":"passed","time":{"start":1714433741797,"stop":1714433741797,"duration":0}},{"uid":"d29200707cbba2aa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d29200707cbba2aa","status":"passed","time":{"start":1714431944916,"stop":1714431944917,"duration":1}},{"uid":"c9ab28612cf92157","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c9ab28612cf92157","status":"passed","time":{"start":1714432240120,"stop":1714432240120,"duration":0}},{"uid":"9304d8cb2951f121","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9304d8cb2951f121","status":"passed","time":{"start":1714430938925,"stop":1714430938926,"duration":1}},{"uid":"f43e4695a2a3acae","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f43e4695a2a3acae","status":"passed","time":{"start":1714430755770,"stop":1714430755770,"duration":0}},{"uid":"ef1f517d02db8fab","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ef1f517d02db8fab","status":"passed","time":{"start":1714429913463,"stop":1714429913464,"duration":1}},{"uid":"e1294d3280a43c48","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e1294d3280a43c48","status":"passed","time":{"start":1714429034589,"stop":1714429034589,"duration":0}},{"uid":"150ab682f710540b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/150ab682f710540b","status":"passed","time":{"start":1714427765151,"stop":1714427765152,"duration":1}},{"uid":"34fcb0219e0bd609","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/34fcb0219e0bd609","status":"passed","time":{"start":1714427509522,"stop":1714427509522,"duration":0}},{"uid":"4a9b6c54b5d55218","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4a9b6c54b5d55218","status":"passed","time":{"start":1714426865273,"stop":1714426865274,"duration":1}},{"uid":"f39db9504799f3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f39db9504799f3","status":"passed","time":{"start":1714425536881,"stop":1714425536881,"duration":0}},{"uid":"83b2e399c9abe95d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/83b2e399c9abe95d","status":"passed","time":{"start":1714425348194,"stop":1714425348201,"duration":7}},{"uid":"732fbf85a7bab106","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/732fbf85a7bab106","status":"passed","time":{"start":1714415541653,"stop":1714415541653,"duration":0}},{"uid":"2c818636fbbfdfeb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2c818636fbbfdfeb","status":"passed","time":{"start":1714415666687,"stop":1714415666687,"duration":0}},{"uid":"ee044f0535eec721","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ee044f0535eec721","status":"passed","time":{"start":1714407867324,"stop":1714407867324,"duration":0}},{"uid":"ced53ac7a2dca02b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ced53ac7a2dca02b","status":"passed","time":{"start":1714406901770,"stop":1714406901770,"duration":0}},{"uid":"26a264a339453601","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/26a264a339453601","status":"passed","time":{"start":1714404685939,"stop":1714404685940,"duration":1}}]},"c518ff5c5fde40beb9a6fb31d6b7fb46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e283c6933d598d2","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/5e283c6933d598d2","status":"passed","time":{"start":1714178266906,"stop":1714178266906,"duration":0}}]},"239bb4ba5e78e11f96312d152beb8b7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a96719e4b0ecc94c","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/a96719e4b0ecc94c","status":"passed","time":{"start":1714144815000,"stop":1714144815000,"duration":0}}]},"1441c84b97941881e5dabb1ba5a657d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c370a6ed91dcf21c","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/c370a6ed91dcf21c","status":"passed","time":{"start":1714087070363,"stop":1714087070364,"duration":1}}]},"cdbe96f17dc095325d1e0930e39ac01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efb8b33e049c013c","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/efb8b33e049c013c","status":"passed","time":{"start":1714140507750,"stop":1714140507750,"duration":0}}]},"8afe57955855344fc7f8e0abb3b43378:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ed4489dcd35af0f","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/4ed4489dcd35af0f","status":"passed","time":{"start":1714142016943,"stop":1714142016943,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"4b9f8eccee694fa5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4b9f8eccee694fa5","status":"passed","time":{"start":1714454605546,"stop":1714454605546,"duration":0}},{"uid":"85d33c099cefbe5c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/85d33c099cefbe5c","status":"passed","time":{"start":1714436158729,"stop":1714436158729,"duration":0}},{"uid":"4881f833753ab390","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4881f833753ab390","status":"passed","time":{"start":1714435237017,"stop":1714435237018,"duration":1}},{"uid":"5f51ef0d5a9059f2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5f51ef0d5a9059f2","status":"passed","time":{"start":1714433925102,"stop":1714433925102,"duration":0}},{"uid":"5c19905dcf54c0f4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5c19905dcf54c0f4","status":"passed","time":{"start":1714432132888,"stop":1714432132888,"duration":0}},{"uid":"1bfd2aac2f909264","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1bfd2aac2f909264","status":"passed","time":{"start":1714432392980,"stop":1714432392980,"duration":0}},{"uid":"13bdc4618df6f885","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/13bdc4618df6f885","status":"passed","time":{"start":1714431131888,"stop":1714431131888,"duration":0}},{"uid":"37a2e2300c90ebeb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/37a2e2300c90ebeb","status":"passed","time":{"start":1714430918784,"stop":1714430918785,"duration":1}},{"uid":"c359f959ff8c95da","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c359f959ff8c95da","status":"passed","time":{"start":1714430104206,"stop":1714430104206,"duration":0}},{"uid":"cede5f2732c52bd9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cede5f2732c52bd9","status":"passed","time":{"start":1714429213873,"stop":1714429213873,"duration":0}},{"uid":"61b25c162fceb078","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/61b25c162fceb078","status":"passed","time":{"start":1714427999030,"stop":1714427999030,"duration":0}},{"uid":"92ebac39cd7355b6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/92ebac39cd7355b6","status":"passed","time":{"start":1714427702224,"stop":1714427702224,"duration":0}},{"uid":"8ef25ededd5dbefc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8ef25ededd5dbefc","status":"passed","time":{"start":1714427044024,"stop":1714427044024,"duration":0}},{"uid":"fbf61e28fba12049","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fbf61e28fba12049","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699077,"stop":1714426699077,"duration":0}},{"uid":"350b1869763e69b5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/350b1869763e69b5","status":"passed","time":{"start":1714425534888,"stop":1714425534888,"duration":0}},{"uid":"e0f55f907de102b5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e0f55f907de102b5","status":"passed","time":{"start":1714415702288,"stop":1714415702289,"duration":1}},{"uid":"8693303d20586fa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8693303d20586fa","status":"passed","time":{"start":1714415850496,"stop":1714415850497,"duration":1}},{"uid":"1e316a61092ab78","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1e316a61092ab78","status":"passed","time":{"start":1714408049945,"stop":1714408049945,"duration":0}},{"uid":"e518089648f58c68","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e518089648f58c68","status":"passed","time":{"start":1714407080669,"stop":1714407080669,"duration":0}},{"uid":"134bf9a460194653","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/134bf9a460194653","status":"passed","time":{"start":1714404860585,"stop":1714404860585,"duration":0}}]},"459997bb332728deac96d9d25931d4bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd7952adedcc160","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/dd7952adedcc160","status":"passed","time":{"start":1713975836010,"stop":1713975836010,"duration":0}}]},"8add0d48b04ac2567fccadec8c0900e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e0248f3f2107967","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5e0248f3f2107967","status":"passed","time":{"start":1714430789852,"stop":1714430789853,"duration":1}}]},"954a5df4db3ff43610698d1928b40902:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"111936ea15d0d0f8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/111936ea15d0d0f8","status":"passed","time":{"start":1714415596686,"stop":1714415596686,"duration":0}}]},"8775a223aca8e20834fc2b62b8eba9fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a79fd462fc91c83","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8a79fd462fc91c83","status":"passed","time":{"start":1714381730481,"stop":1714381730481,"duration":0}}]},"96db3c454794c62733f17ddac3b00de6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7c41c3ae70b12ec5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7c41c3ae70b12ec5","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511016,"stop":1714426511016,"duration":0}}]},"218ba77d7812f9cbb6a64d5bb4e46a7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8f82938d1ef4781","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/c8f82938d1ef4781","status":"passed","time":{"start":1714139696742,"stop":1714139696742,"duration":0}}]},"bb56ed486a99d25f87c4e275cd66a8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"600bffb89927dea6","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/600bffb89927dea6","status":"passed","time":{"start":1714404379772,"stop":1714404379772,"duration":0}}]},"164754e9b36adab09d8c9a7dc69d7bcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efd67774389e14a9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/efd67774389e14a9","status":"passed","time":{"start":1714430789853,"stop":1714430789853,"duration":0}}]},"0e25ba494eb028dca2ba8b8c89c18e87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d114c0f8cdf18a5","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/4d114c0f8cdf18a5","status":"passed","time":{"start":1714045954393,"stop":1714045954393,"duration":0}}]},"368759caa0716e8d098b971945a44e26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d5f3e564e7f91a63","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/d5f3e564e7f91a63","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714003785385,"stop":1714003785385,"duration":0}}]},"566bcc0b4d11d3ba77b70fd2ef48cb51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2b6872b752c874c","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f2b6872b752c874c","status":"passed","time":{"start":1714154299663,"stop":1714154299664,"duration":1}}]},"f09e9a7db9c7d98f2c5480c27e2593a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84b5a1e1977f31f8","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/84b5a1e1977f31f8","status":"passed","time":{"start":1714033817393,"stop":1714033817394,"duration":1}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":84,"unknown":0,"total":88},"items":[{"uid":"1577a134e21deabe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1577a134e21deabe","status":"passed","time":{"start":1714453983006,"stop":1714453983006,"duration":0}},{"uid":"6ec4a5e542187aaa","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6ec4a5e542187aaa","status":"passed","time":{"start":1714435542200,"stop":1714435542200,"duration":0}},{"uid":"16aee455156a9bed","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/16aee455156a9bed","status":"passed","time":{"start":1714434611449,"stop":1714434611449,"duration":0}},{"uid":"dc24d7f3de8bbe0b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dc24d7f3de8bbe0b","status":"passed","time":{"start":1714433306631,"stop":1714433306632,"duration":1}},{"uid":"1b120f98ef3f8f16","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1b120f98ef3f8f16","status":"passed","time":{"start":1714431503276,"stop":1714431503276,"duration":0}},{"uid":"f2ab19ca89a05d3d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f2ab19ca89a05d3d","status":"passed","time":{"start":1714431767486,"stop":1714431767486,"duration":0}},{"uid":"93d3df2f35c0cdfb","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/93d3df2f35c0cdfb","status":"passed","time":{"start":1714430490972,"stop":1714430490973,"duration":1}},{"uid":"98eda243e0e31eef","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/98eda243e0e31eef","status":"passed","time":{"start":1714430281531,"stop":1714430281532,"duration":1}},{"uid":"27d05e19d416af7d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/27d05e19d416af7d","status":"passed","time":{"start":1714429447910,"stop":1714429447911,"duration":1}},{"uid":"af2c794e63e79655","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/af2c794e63e79655","status":"passed","time":{"start":1714428587550,"stop":1714428587550,"duration":0}},{"uid":"6c7e1b00f762dd77","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6c7e1b00f762dd77","status":"passed","time":{"start":1714427365280,"stop":1714427365280,"duration":0}},{"uid":"fc6591a90e4a21e6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/fc6591a90e4a21e6","status":"passed","time":{"start":1714427066873,"stop":1714427066874,"duration":1}},{"uid":"65703fb7560ffea6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/65703fb7560ffea6","status":"passed","time":{"start":1714426415811,"stop":1714426415811,"duration":0}},{"uid":"b9885dec1e27d70d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b9885dec1e27d70d","status":"passed","time":{"start":1714424517679,"stop":1714424517680,"duration":1}},{"uid":"de5167c17a4983d1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/de5167c17a4983d1","status":"passed","time":{"start":1714424908591,"stop":1714424908591,"duration":0}},{"uid":"3fc0273bacde3028","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3fc0273bacde3028","status":"broken","statusDetails":"expected +0 to equal 5","time":{"start":1714415091544,"stop":1714415091544,"duration":0}},{"uid":"86d88bd181a7221c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/86d88bd181a7221c","status":"passed","time":{"start":1714415214830,"stop":1714415214830,"duration":0}},{"uid":"74d3fed734aa659b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/74d3fed734aa659b","status":"passed","time":{"start":1714407421239,"stop":1714407421239,"duration":0}},{"uid":"7e82bc19032768be","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7e82bc19032768be","status":"passed","time":{"start":1714406448902,"stop":1714406448902,"duration":0}},{"uid":"abd9e545347a006b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/abd9e545347a006b","status":"passed","time":{"start":1714404238080,"stop":1714404238080,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"844baa4ccc96a85e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/844baa4ccc96a85e","status":"passed","time":{"start":1714454227470,"stop":1714454227470,"duration":0}},{"uid":"23ffd8e7b28c1397","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/23ffd8e7b28c1397","status":"passed","time":{"start":1714435777404,"stop":1714435777405,"duration":1}},{"uid":"660dad997ca0fd27","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/660dad997ca0fd27","status":"passed","time":{"start":1714434844500,"stop":1714434844500,"duration":0}},{"uid":"3ea664c42a632664","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3ea664c42a632664","status":"passed","time":{"start":1714433535971,"stop":1714433535971,"duration":0}},{"uid":"4632dbe410be0e94","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4632dbe410be0e94","status":"passed","time":{"start":1714431743524,"stop":1714431743525,"duration":1}},{"uid":"1ba1464ee23a9d0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1ba1464ee23a9d0","status":"passed","time":{"start":1714432002437,"stop":1714432002438,"duration":1}},{"uid":"94e9b0c099581ee","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/94e9b0c099581ee","status":"passed","time":{"start":1714430732680,"stop":1714430732681,"duration":1}},{"uid":"5dac44a31bbfe64a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5dac44a31bbfe64a","status":"passed","time":{"start":1714430508160,"stop":1714430508165,"duration":5}},{"uid":"8337ef9e54f49d2c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8337ef9e54f49d2c","status":"passed","time":{"start":1714429693105,"stop":1714429693105,"duration":0}},{"uid":"63db59c9f1c015aa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/63db59c9f1c015aa","status":"passed","time":{"start":1714428818256,"stop":1714428818257,"duration":1}},{"uid":"601fd5e4d7893943","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/601fd5e4d7893943","status":"passed","time":{"start":1714427601313,"stop":1714427601316,"duration":3}},{"uid":"b241777e23188bb5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b241777e23188bb5","status":"passed","time":{"start":1714427308825,"stop":1714427308825,"duration":0}},{"uid":"8c96df2d7bfa274","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8c96df2d7bfa274","status":"passed","time":{"start":1714426655782,"stop":1714426655783,"duration":1}},{"uid":"7f9d174d8faf743a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7f9d174d8faf743a","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420744,"stop":1714425420744,"duration":0}},{"uid":"31be008a038c7132","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/31be008a038c7132","status":"passed","time":{"start":1714425137456,"stop":1714425137456,"duration":0}},{"uid":"bb5fbe3026ef87c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bb5fbe3026ef87c","status":"passed","time":{"start":1714415306377,"stop":1714415306377,"duration":0}},{"uid":"a757231e025cf836","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a757231e025cf836","status":"passed","time":{"start":1714415441031,"stop":1714415441031,"duration":0}},{"uid":"c663c940b009c739","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c663c940b009c739","status":"passed","time":{"start":1714407661420,"stop":1714407661421,"duration":1}},{"uid":"5066cca9b6cc8344","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5066cca9b6cc8344","status":"passed","time":{"start":1714406688868,"stop":1714406688868,"duration":0}},{"uid":"efd3bcb7e35ee8b6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/efd3bcb7e35ee8b6","status":"passed","time":{"start":1714404480627,"stop":1714404480628,"duration":1}}]},"84967612bc72d599986304717cc22996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cfc16d4c0f296818","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/cfc16d4c0f296818","status":"passed","time":{"start":1714385651948,"stop":1714385651949,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"7e397afae7d85244","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e397afae7d85244","status":"passed","time":{"start":1714453948677,"stop":1714453948677,"duration":0}},{"uid":"97d5dae985282f21","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/97d5dae985282f21","status":"passed","time":{"start":1714435506554,"stop":1714435506555,"duration":1}},{"uid":"3935a9b7db1c2c9d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3935a9b7db1c2c9d","status":"passed","time":{"start":1714434575696,"stop":1714434575697,"duration":1}},{"uid":"c2d9aadf26f8def3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c2d9aadf26f8def3","status":"passed","time":{"start":1714433270290,"stop":1714433270291,"duration":1}},{"uid":"baaf0e9b2946bc59","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/baaf0e9b2946bc59","status":"passed","time":{"start":1714431468642,"stop":1714431468643,"duration":1}},{"uid":"829d814a29187f01","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/829d814a29187f01","status":"passed","time":{"start":1714431732338,"stop":1714431732339,"duration":1}},{"uid":"f851d9016c1e6d09","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f851d9016c1e6d09","status":"passed","time":{"start":1714430455365,"stop":1714430455366,"duration":1}},{"uid":"cc33d3d2ac32a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cc33d3d2ac32a","status":"passed","time":{"start":1714430246803,"stop":1714430246804,"duration":1}},{"uid":"223211b45f2fbf83","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/223211b45f2fbf83","status":"passed","time":{"start":1714429410651,"stop":1714429410651,"duration":0}},{"uid":"bc79fe3a3c9cab9f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bc79fe3a3c9cab9f","status":"passed","time":{"start":1714428552778,"stop":1714428552779,"duration":1}},{"uid":"beb5434aafae612b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/beb5434aafae612b","status":"passed","time":{"start":1714427330588,"stop":1714427330588,"duration":0}},{"uid":"254d1793d7038444","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/254d1793d7038444","status":"passed","time":{"start":1714427031092,"stop":1714427031093,"duration":1}},{"uid":"8e6892f5cc62e5bc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8e6892f5cc62e5bc","status":"passed","time":{"start":1714426380205,"stop":1714426380206,"duration":1}},{"uid":"678afa55ee1d7020","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/678afa55ee1d7020","status":"passed","time":{"start":1714424482575,"stop":1714424482575,"duration":0}},{"uid":"cea5f0822c2c8d24","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cea5f0822c2c8d24","status":"passed","time":{"start":1714424873145,"stop":1714424873145,"duration":0}},{"uid":"5d6bef1656ecb728","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5d6bef1656ecb728","status":"passed","time":{"start":1714415026102,"stop":1714415026102,"duration":0}},{"uid":"4b63690f5e7a43a3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4b63690f5e7a43a3","status":"passed","time":{"start":1714415179177,"stop":1714415179178,"duration":1}},{"uid":"f1849177ff6e6e8f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f1849177ff6e6e8f","status":"passed","time":{"start":1714407386157,"stop":1714407386158,"duration":1}},{"uid":"d90c1010b1df4ffa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d90c1010b1df4ffa","status":"passed","time":{"start":1714406413850,"stop":1714406413851,"duration":1}},{"uid":"fbac99412ef5d089","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fbac99412ef5d089","status":"passed","time":{"start":1714404203416,"stop":1714404203416,"duration":0}}]},"de6a89968e0ad92f8d120025b00a874b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8da8bc191e299686","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/8da8bc191e299686","status":"passed","time":{"start":1714214772215,"stop":1714214772216,"duration":1}}]},"0a492f7612d7294b024101f58ab3b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54f9f6154c7d7e9","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/54f9f6154c7d7e9","status":"passed","time":{"start":1714010049390,"stop":1714010049391,"duration":1}}]},"5aa032f9469740f3111e563c4489fe2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a05226e812a0c46d","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/a05226e812a0c46d","status":"passed","time":{"start":1714089729899,"stop":1714089729899,"duration":0}}]},"ae4d8d6829835a03681f374921a390e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aba433923579d425","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/aba433923579d425","status":"passed","time":{"start":1714221349876,"stop":1714221349877,"duration":1}}]},"d2690eee494bdc8d7e22df4a4eca7e8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"503fce741a40fa1d","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/503fce741a40fa1d","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714082619690,"stop":1714082619690,"duration":0}}]},"d1d3e25d3d97529d15d2051c94cf5988:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fc232252578a490","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/1fc232252578a490","status":"passed","time":{"start":1714383573260,"stop":1714383573260,"duration":0}}]},"50ee82e19643ae128347949a2bf821da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"95a8d84b3cee42cd","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/95a8d84b3cee42cd","status":"passed","time":{"start":1714178269849,"stop":1714178269850,"duration":1}}]},"18a4f825c8ee5a7de94f9759e0a01050:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e6d52c43da9a02f","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/3e6d52c43da9a02f","status":"passed","time":{"start":1714169466226,"stop":1714169466226,"duration":0}}]},"0d3750149962d102e8435170281133cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d661f7cc34e54b8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d661f7cc34e54b8","status":"passed","time":{"start":1714428758241,"stop":1714428758241,"duration":0}}]},"8623ab7ce5aba5a856fd8194eb03b92c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f7b9b8505e25be9","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/4f7b9b8505e25be9","status":"passed","time":{"start":1714008071088,"stop":1714008071088,"duration":0}}]},"161056fbb90be0a07eeb7a5bbad9cadb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"9da90bdb77f4214","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/9da90bdb77f4214","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098682,"stop":1713976098682,"duration":0}}]},"cfee09427c215f743ac3383a394b09ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"e0ad2b60b0f4a98c","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/e0ad2b60b0f4a98c","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713988607598,"stop":1713988607599,"duration":1}}]},"7385f714181a7c731aae4f03c87baad0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"da4b964803b9b4a0","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/da4b964803b9b4a0","status":"passed","time":{"start":1714177969697,"stop":1714177969697,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"fc96fdc720d91514","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fc96fdc720d91514","status":"passed","time":{"start":1714453937812,"stop":1714453937812,"duration":0}},{"uid":"994a066175b10343","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/994a066175b10343","status":"passed","time":{"start":1714435495781,"stop":1714435495781,"duration":0}},{"uid":"794aca2d558186d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/794aca2d558186d","status":"passed","time":{"start":1714434564972,"stop":1714434564972,"duration":0}},{"uid":"364d1d146a5d7968","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/364d1d146a5d7968","status":"passed","time":{"start":1714433260124,"stop":1714433260124,"duration":0}},{"uid":"dba6640012bac40b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/dba6640012bac40b","status":"passed","time":{"start":1714431457879,"stop":1714431457879,"duration":0}},{"uid":"235ffb1513003307","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/235ffb1513003307","status":"passed","time":{"start":1714431721497,"stop":1714431721497,"duration":0}},{"uid":"b2d5a195157cea5a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b2d5a195157cea5a","status":"passed","time":{"start":1714430444017,"stop":1714430444018,"duration":1}},{"uid":"23bc86b944dc3ca5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/23bc86b944dc3ca5","status":"passed","time":{"start":1714430236207,"stop":1714430236207,"duration":0}},{"uid":"5694ae63fa955dc2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5694ae63fa955dc2","status":"passed","time":{"start":1714429398519,"stop":1714429398519,"duration":0}},{"uid":"81a9bd115228f252","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/81a9bd115228f252","status":"passed","time":{"start":1714428541718,"stop":1714428541719,"duration":1}},{"uid":"fbbeff15f13ee2fe","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fbbeff15f13ee2fe","status":"passed","time":{"start":1714427319290,"stop":1714427319291,"duration":1}},{"uid":"4c6e4215418c0a5c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4c6e4215418c0a5c","status":"passed","time":{"start":1714427020497,"stop":1714427020498,"duration":1}},{"uid":"7bbaeff7b01b60ef","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7bbaeff7b01b60ef","status":"passed","time":{"start":1714426369560,"stop":1714426369560,"duration":0}},{"uid":"eb3589b6817f1ffc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/eb3589b6817f1ffc","status":"passed","time":{"start":1714424472021,"stop":1714424472021,"duration":0}},{"uid":"261ed507e2b3828c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/261ed507e2b3828c","status":"passed","time":{"start":1714424862407,"stop":1714424862407,"duration":0}},{"uid":"d809b9cecabf91f7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d809b9cecabf91f7","status":"passed","time":{"start":1714415015034,"stop":1714415015035,"duration":1}},{"uid":"eea39d6655780672","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eea39d6655780672","status":"passed","time":{"start":1714415168408,"stop":1714415168409,"duration":1}},{"uid":"3717493054791266","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3717493054791266","status":"passed","time":{"start":1714407375377,"stop":1714407375378,"duration":1}},{"uid":"b6a8970bf5ca1514","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b6a8970bf5ca1514","status":"passed","time":{"start":1714406402688,"stop":1714406402688,"duration":0}},{"uid":"72d839787c065eea","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/72d839787c065eea","status":"passed","time":{"start":1714404192499,"stop":1714404192500,"duration":1}}]},"b578dc2e35869f7abe8edbc5a97ce1ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89ece4e7b87b2de5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/89ece4e7b87b2de5","status":"passed","time":{"start":1714385048709,"stop":1714385048710,"duration":1}}]},"585524dc7d8af0fc5728cf64fbe3b5fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fd0b6ff379f7d6d2","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/fd0b6ff379f7d6d2","status":"passed","time":{"start":1714109289258,"stop":1714109289258,"duration":0}}]},"bda8e476c327377b81a004a90bab0e54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1dd96121fd996c9","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/a1dd96121fd996c9","status":"passed","time":{"start":1714040213118,"stop":1714040213118,"duration":0}}]},"d0a3ae6029821f1e53672afc476f1222:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b9a186daea3e941","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/2b9a186daea3e941","status":"passed","time":{"start":1714080464427,"stop":1714080464427,"duration":0}}]},"b49f66bb0a63a09832cf9a17cdde4a53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6f0307862d5cf2b","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/c6f0307862d5cf2b","status":"passed","time":{"start":1714228985389,"stop":1714228985389,"duration":0}}]},"2a6a407c5d6bdc4f8c06d68d14518e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5df6ec497b60db3f","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/5df6ec497b60db3f","status":"passed","time":{"start":1714221389926,"stop":1714221389926,"duration":0}}]},"c14a94474ac938e61794e29498d83fe8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67318242b104b753","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/67318242b104b753","status":"passed","time":{"start":1714004335339,"stop":1714004335340,"duration":1}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":86,"passed":0,"unknown":0,"total":86},"items":[{"uid":"5f47d6d378130518","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5f47d6d378130518","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454434346,"stop":1714454434346,"duration":0}},{"uid":"217cc7cdb4b18f0c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/217cc7cdb4b18f0c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714436006553,"stop":1714436006553,"duration":0}},{"uid":"bbedd4e3334a7104","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bbedd4e3334a7104","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435054861,"stop":1714435054862,"duration":1}},{"uid":"f7ecc35fa96d0c96","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f7ecc35fa96d0c96","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433761074,"stop":1714433761074,"duration":0}},{"uid":"43ccdb2b740dca52","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/43ccdb2b740dca52","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431966444,"stop":1714431966444,"duration":0}},{"uid":"dd83857a3c30447f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dd83857a3c30447f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432193287,"stop":1714432193287,"duration":0}},{"uid":"5a195ce81f1aa0e5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5a195ce81f1aa0e5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430948564,"stop":1714430948564,"duration":0}},{"uid":"f65c96ec430c59bf","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f65c96ec430c59bf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430713571,"stop":1714430713571,"duration":0}},{"uid":"1888b3519b9f9e1c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1888b3519b9f9e1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429917759,"stop":1714429917759,"duration":0}},{"uid":"53a1e291e6c79562","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/53a1e291e6c79562","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429040304,"stop":1714429040304,"duration":0}},{"uid":"2ab7629ff5429d1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2ab7629ff5429d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427848705,"stop":1714427848707,"duration":2}},{"uid":"4448a76bbcfcff3c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4448a76bbcfcff3c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427530077,"stop":1714427530077,"duration":0}},{"uid":"af1111c66c1ba687","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/af1111c66c1ba687","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426875159,"stop":1714426875160,"duration":1}},{"uid":"a2ae98a8bd0a02ad","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a2ae98a8bd0a02ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426511052,"stop":1714426511052,"duration":0}},{"uid":"51c4eb6ffe9520f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/51c4eb6ffe9520f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425369973,"stop":1714425369973,"duration":0}},{"uid":"ee3ecb127e4160c5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ee3ecb127e4160c5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415516388,"stop":1714415516388,"duration":0}},{"uid":"8a5f99f84c3f5acb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8a5f99f84c3f5acb","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415679038,"stop":1714415679038,"duration":0}},{"uid":"cd97038ec40e3314","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cd97038ec40e3314","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407884337,"stop":1714407884337,"duration":0}},{"uid":"73586d85d7f2f2e6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/73586d85d7f2f2e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406914343,"stop":1714406914344,"duration":1}},{"uid":"3472c9fd74b1f3aa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3472c9fd74b1f3aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404690127,"stop":1714404690127,"duration":0}}]},"f77fb81142f1a1cfaf2063be0c874700:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9ed2d672726bf97","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/e9ed2d672726bf97","status":"passed","time":{"start":1714109329741,"stop":1714109329742,"duration":1}}]},"2afa41a8921badf986747cc47d05e067:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f262e37be079c55","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/1f262e37be079c55","status":"passed","time":{"start":1713889462264,"stop":1713889462265,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"254abb0ad0bf6c39","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/254abb0ad0bf6c39","status":"passed","time":{"start":1714454507904,"stop":1714454507904,"duration":0}},{"uid":"98c6260583ae193b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/98c6260583ae193b","status":"passed","time":{"start":1714436048753,"stop":1714436048754,"duration":1}},{"uid":"409ef5d151d19bed","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/409ef5d151d19bed","status":"passed","time":{"start":1714435155770,"stop":1714435155771,"duration":1}},{"uid":"96192a8e5b55d486","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/96192a8e5b55d486","status":"passed","time":{"start":1714433815794,"stop":1714433815794,"duration":0}},{"uid":"2c0ebfa1ed530b2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2c0ebfa1ed530b2","status":"passed","time":{"start":1714432025723,"stop":1714432025723,"duration":0}},{"uid":"a6980493d719c83e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a6980493d719c83e","status":"passed","time":{"start":1714432319346,"stop":1714432319346,"duration":0}},{"uid":"b13fb69abcbb8397","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b13fb69abcbb8397","status":"passed","time":{"start":1714431035240,"stop":1714431035241,"duration":1}},{"uid":"37efc648c7966d64","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/37efc648c7966d64","status":"passed","time":{"start":1714430851112,"stop":1714430851112,"duration":0}},{"uid":"45240cf2011678a8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/45240cf2011678a8","status":"passed","time":{"start":1714429998281,"stop":1714429998282,"duration":1}},{"uid":"63cbb93d17344eaa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/63cbb93d17344eaa","status":"passed","time":{"start":1714429123410,"stop":1714429123411,"duration":1}},{"uid":"6ed2966088546316","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6ed2966088546316","status":"passed","time":{"start":1714427908730,"stop":1714427908731,"duration":1}},{"uid":"90658fbcba101b76","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/90658fbcba101b76","status":"passed","time":{"start":1714427590255,"stop":1714427590256,"duration":1}},{"uid":"9e4e55e201fbd053","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9e4e55e201fbd053","status":"passed","time":{"start":1714426950359,"stop":1714426950360,"duration":1}},{"uid":"bd3268ecb3621676","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bd3268ecb3621676","status":"passed","time":{"start":1714425413014,"stop":1714425413015,"duration":1}},{"uid":"b8b068f222d20459","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b8b068f222d20459","status":"passed","time":{"start":1714425435616,"stop":1714425435619,"duration":3}},{"uid":"f57cc3fcd6e0663a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f57cc3fcd6e0663a","status":"passed","time":{"start":1714415590164,"stop":1714415590165,"duration":1}},{"uid":"7ed0ebf7d62d635c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7ed0ebf7d62d635c","status":"passed","time":{"start":1714415739329,"stop":1714415739330,"duration":1}},{"uid":"27d71611fa33c6c0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/27d71611fa33c6c0","status":"passed","time":{"start":1714407950123,"stop":1714407950124,"duration":1}},{"uid":"63abbde1228d66d7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/63abbde1228d66d7","status":"passed","time":{"start":1714406978474,"stop":1714406978474,"duration":0}},{"uid":"4b4432e8212aed4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4b4432e8212aed4","status":"passed","time":{"start":1714404752147,"stop":1714404752147,"duration":0}}]},"4e3734869900205c1d25b2a0ff04620b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6791f3e8bb9aba2b","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/6791f3e8bb9aba2b","status":"passed","time":{"start":1714139223727,"stop":1714139223728,"duration":1}}]},"a0a3d5d23378e2187af689dd9d1d9920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f03379aebe0ba887","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/f03379aebe0ba887","status":"passed","time":{"start":1714219052512,"stop":1714219052512,"duration":0}}]},"b88f6aadbd8a96640bc956abcd0eb064:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6e70a4cb1888692","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d6e70a4cb1888692","status":"passed","time":{"start":1714415728455,"stop":1714415728455,"duration":0}}]},"1bf130902d77a8f092fb3b71faf31a52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c29f427d91779af","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c29f427d91779af","status":"passed","time":{"start":1714430755766,"stop":1714430755767,"duration":1}}]},"e7cdc1f9c8049e7b868fb97b92cef5d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5d0b2fc5ec62e3b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/b5d0b2fc5ec62e3b","status":"passed","time":{"start":1714404451749,"stop":1714404451749,"duration":0}}]},"6ef4293d0eada64f4f13571a790a186b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94161911af5016df","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/94161911af5016df","status":"passed","time":{"start":1714040249646,"stop":1714040249647,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"99bcaacf0bc86bd5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/99bcaacf0bc86bd5","status":"passed","time":{"start":1714453959968,"stop":1714453959968,"duration":0}},{"uid":"4f49046f61240517","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4f49046f61240517","status":"passed","time":{"start":1714435518670,"stop":1714435518671,"duration":1}},{"uid":"4d4b92ca4548b620","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4d4b92ca4548b620","status":"passed","time":{"start":1714434587772,"stop":1714434587772,"duration":0}},{"uid":"85a469e318086079","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/85a469e318086079","status":"passed","time":{"start":1714433282708,"stop":1714433282708,"duration":0}},{"uid":"93788b829a09cf47","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/93788b829a09cf47","status":"passed","time":{"start":1714431480318,"stop":1714431480318,"duration":0}},{"uid":"7b058dc71978498","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7b058dc71978498","status":"passed","time":{"start":1714431744244,"stop":1714431744244,"duration":0}},{"uid":"da441788b36035c5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/da441788b36035c5","status":"passed","time":{"start":1714430467281,"stop":1714430467281,"duration":0}},{"uid":"853a1d47e6698bdd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/853a1d47e6698bdd","status":"passed","time":{"start":1714430258851,"stop":1714430258852,"duration":1}},{"uid":"43d3b1046df9e1df","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/43d3b1046df9e1df","status":"passed","time":{"start":1714429423229,"stop":1714429423229,"duration":0}},{"uid":"258ef15c73cdb53c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/258ef15c73cdb53c","status":"passed","time":{"start":1714428564679,"stop":1714428564680,"duration":1}},{"uid":"db028f1ab60ec270","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/db028f1ab60ec270","status":"passed","time":{"start":1714427342555,"stop":1714427342555,"duration":0}},{"uid":"3f8c64fa2f12bf4d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3f8c64fa2f12bf4d","status":"passed","time":{"start":1714427043351,"stop":1714427043351,"duration":0}},{"uid":"a7231091021dceff","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a7231091021dceff","status":"passed","time":{"start":1714426392845,"stop":1714426392845,"duration":0}},{"uid":"49df29fb6c059db7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/49df29fb6c059db7","status":"passed","time":{"start":1714424494707,"stop":1714424494707,"duration":0}},{"uid":"1c0c2fd4133d5e71","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1c0c2fd4133d5e71","status":"passed","time":{"start":1714424885247,"stop":1714424885248,"duration":1}},{"uid":"25bb90fb76900a57","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/25bb90fb76900a57","status":"passed","time":{"start":1714415038013,"stop":1714415038013,"duration":0}},{"uid":"730c44de791e74a7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/730c44de791e74a7","status":"passed","time":{"start":1714415190823,"stop":1714415190824,"duration":1}},{"uid":"877e9af2b2f0bebf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/877e9af2b2f0bebf","status":"passed","time":{"start":1714407398340,"stop":1714407398340,"duration":0}},{"uid":"8b3a95cabbdd16ed","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8b3a95cabbdd16ed","status":"passed","time":{"start":1714406425618,"stop":1714406425618,"duration":0}},{"uid":"7afc148695a8388","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7afc148695a8388","status":"passed","time":{"start":1714404215320,"stop":1714404215320,"duration":0}}]},"61b39aa913f755909bde23ffa27c956d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d316fa27c609cf81","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d316fa27c609cf81","status":"passed","time":{"start":1714407912876,"stop":1714407912876,"duration":0}}]},"cc35645597bc543294bde6bf9a54ce6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4b6dcda7dcda2eb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c4b6dcda7dcda2eb","status":"passed","time":{"start":1714427530072,"stop":1714427530073,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"bcea2ebd0247fbe8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bcea2ebd0247fbe8","status":"passed","time":{"start":1714454365872,"stop":1714454365873,"duration":1}},{"uid":"29e7085c5446794b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/29e7085c5446794b","status":"passed","time":{"start":1714435932812,"stop":1714435932812,"duration":0}},{"uid":"ee8e2c16e674dab","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ee8e2c16e674dab","status":"passed","time":{"start":1714435006820,"stop":1714435006821,"duration":1}},{"uid":"5d7fbf1d639d6f42","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5d7fbf1d639d6f42","status":"passed","time":{"start":1714433693914,"stop":1714433693914,"duration":0}},{"uid":"237df5655bbbaa01","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/237df5655bbbaa01","status":"passed","time":{"start":1714431888534,"stop":1714431888535,"duration":1}},{"uid":"41a1211fa7939141","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/41a1211fa7939141","status":"passed","time":{"start":1714432201960,"stop":1714432201961,"duration":1}},{"uid":"95b46561fa949edc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/95b46561fa949edc","status":"passed","time":{"start":1714430892424,"stop":1714430892424,"duration":0}},{"uid":"9a033dea4bb598f6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9a033dea4bb598f6","status":"passed","time":{"start":1714430720914,"stop":1714430720915,"duration":1}},{"uid":"a574301a820786c3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a574301a820786c3","status":"passed","time":{"start":1714429855243,"stop":1714429855243,"duration":0}},{"uid":"31ccaf85414ce503","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/31ccaf85414ce503","status":"passed","time":{"start":1714428989400,"stop":1714428989401,"duration":1}},{"uid":"3c748a9af0afb331","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3c748a9af0afb331","status":"passed","time":{"start":1714427767163,"stop":1714427767164,"duration":1}},{"uid":"433198350d69bac6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/433198350d69bac6","status":"passed","time":{"start":1714427460510,"stop":1714427460511,"duration":1}},{"uid":"d33485bf03bc79fa","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d33485bf03bc79fa","status":"passed","time":{"start":1714426812790,"stop":1714426812790,"duration":0}},{"uid":"6821695a172cc786","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6821695a172cc786","status":"passed","time":{"start":1714425528566,"stop":1714425528566,"duration":0}},{"uid":"81ec0b62b54904e4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/81ec0b62b54904e4","status":"passed","time":{"start":1714425301041,"stop":1714425301041,"duration":0}},{"uid":"64743e1fc158e921","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/64743e1fc158e921","status":"passed","time":{"start":1714415473238,"stop":1714415473239,"duration":1}},{"uid":"661e528684a5efdc","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/661e528684a5efdc","status":"passed","time":{"start":1714415615333,"stop":1714415615333,"duration":0}},{"uid":"132787df6fe20547","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/132787df6fe20547","status":"passed","time":{"start":1714407816850,"stop":1714407816850,"duration":0}},{"uid":"dac202876f01105b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dac202876f01105b","status":"passed","time":{"start":1714406861540,"stop":1714406861540,"duration":0}},{"uid":"374ef1be33acfc9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/374ef1be33acfc9","status":"passed","time":{"start":1714404628263,"stop":1714404628263,"duration":0}}]},"a9647c8e5d68ba30495cfb9bfcbeeb1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9dc7c497484cd5c","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d9dc7c497484cd5c","status":"passed","time":{"start":1714380049520,"stop":1714380049522,"duration":2}}]},"2e5dd22a91926c21ebdb15226e44f3e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47b41800ffdacc9e","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/47b41800ffdacc9e","status":"passed","time":{"start":1714018100847,"stop":1714018100847,"duration":0}}]},"e9220b1b40c1324abf3d9ba97cb0185c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d23d0124435195a","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/d23d0124435195a","status":"passed","time":{"start":1714045751220,"stop":1714045751221,"duration":1}}]},"6d528fb2d68e7bf988eca924036fd13e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3955a89f5af5c046","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/3955a89f5af5c046","status":"passed","time":{"start":1714039356329,"stop":1714039356330,"duration":1}}]},"fa511fba6e0d38fbdd1aec00714594a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ecddd509538f101f","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/ecddd509538f101f","status":"passed","time":{"start":1713969071442,"stop":1713969071443,"duration":1}}]},"94437b4eb671f1dcb69791b19f17e40b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36a0c08e1830c64d","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/36a0c08e1830c64d","status":"passed","time":{"start":1714214828256,"stop":1714214828256,"duration":0}}]},"fad9a1ffa55553f9ebb21200f1da4ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93469d92ddc1db0c","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/93469d92ddc1db0c","status":"passed","time":{"start":1714045802121,"stop":1714045802121,"duration":0}}]},"46536cd04d9eedb4e8355931c6bc6376:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e38f3a240cd7643f","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/e38f3a240cd7643f","status":"passed","time":{"start":1714154294480,"stop":1714154294480,"duration":0}}]},"2e479274bc61b7617f0a2a9191e43ed6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0f35610fe3eaa27","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/d0f35610fe3eaa27","status":"passed","time":{"start":1714229013666,"stop":1714229013666,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"9a9e0d2133a25055","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9a9e0d2133a25055","status":"passed","time":{"start":1714454561529,"stop":1714454561530,"duration":1}},{"uid":"c564cecbb0a7139","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c564cecbb0a7139","status":"passed","time":{"start":1714436109835,"stop":1714436109836,"duration":1}},{"uid":"7587b7d28f4f4f0c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7587b7d28f4f4f0c","status":"passed","time":{"start":1714435189020,"stop":1714435189021,"duration":1}},{"uid":"cd465dee0f886325","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cd465dee0f886325","status":"passed","time":{"start":1714433869894,"stop":1714433869895,"duration":1}},{"uid":"17047b6c2b89e4a2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/17047b6c2b89e4a2","status":"passed","time":{"start":1714432075629,"stop":1714432075630,"duration":1}},{"uid":"1bf2f3bc9e2d0a87","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1bf2f3bc9e2d0a87","status":"passed","time":{"start":1714432375912,"stop":1714432375912,"duration":0}},{"uid":"4cf6324dfa1d8521","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4cf6324dfa1d8521","status":"passed","time":{"start":1714431067882,"stop":1714431067883,"duration":1}},{"uid":"6761a021b8a09543","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6761a021b8a09543","status":"passed","time":{"start":1714430892403,"stop":1714430892403,"duration":0}},{"uid":"a674489e7cfdeb75","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a674489e7cfdeb75","status":"passed","time":{"start":1714430043388,"stop":1714430043389,"duration":1}},{"uid":"97f27f86b7026c61","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/97f27f86b7026c61","status":"passed","time":{"start":1714429162569,"stop":1714429162569,"duration":0}},{"uid":"f2a4c7a342a4c3d8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f2a4c7a342a4c3d8","status":"passed","time":{"start":1714427942600,"stop":1714427942601,"duration":1}},{"uid":"d7be3682bd2a9139","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d7be3682bd2a9139","status":"passed","time":{"start":1714427647961,"stop":1714427647962,"duration":1}},{"uid":"5fe26be3b01219be","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5fe26be3b01219be","status":"passed","time":{"start":1714426999743,"stop":1714426999744,"duration":1}},{"uid":"f06e016b62ffa68a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f06e016b62ffa68a","status":"passed","time":{"start":1714425725386,"stop":1714425725386,"duration":0}},{"uid":"be040181df1c7f74","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/be040181df1c7f74","status":"passed","time":{"start":1714425481552,"stop":1714425481552,"duration":0}},{"uid":"e80189aeadac6a54","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e80189aeadac6a54","status":"passed","time":{"start":1714415686074,"stop":1714415686074,"duration":0}},{"uid":"23327b5feec9359e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23327b5feec9359e","status":"passed","time":{"start":1714415795611,"stop":1714415795611,"duration":0}},{"uid":"4d6107443e017f83","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4d6107443e017f83","status":"passed","time":{"start":1714407995020,"stop":1714407995020,"duration":0}},{"uid":"28e7cc60bc4ba622","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/28e7cc60bc4ba622","status":"passed","time":{"start":1714407036728,"stop":1714407036729,"duration":1}},{"uid":"75b83cf29c3faf32","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/75b83cf29c3faf32","status":"passed","time":{"start":1714404808158,"stop":1714404808158,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"5a2ca3839c0646f9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5a2ca3839c0646f9","status":"passed","time":{"start":1714454066545,"stop":1714454066545,"duration":0}},{"uid":"c92674ca7f783446","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c92674ca7f783446","status":"passed","time":{"start":1714435618122,"stop":1714435618122,"duration":0}},{"uid":"98372675359a9474","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/98372675359a9474","status":"passed","time":{"start":1714434690684,"stop":1714434690684,"duration":0}},{"uid":"80be2b66f2474b39","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/80be2b66f2474b39","status":"passed","time":{"start":1714433384081,"stop":1714433384082,"duration":1}},{"uid":"4e3ec3a4630b0f3e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4e3ec3a4630b0f3e","status":"passed","time":{"start":1714431579357,"stop":1714431579357,"duration":0}},{"uid":"f7a0a64235bde1b9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f7a0a64235bde1b9","status":"passed","time":{"start":1714431864683,"stop":1714431864684,"duration":1}},{"uid":"309da9dcd9b2c27b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/309da9dcd9b2c27b","status":"passed","time":{"start":1714430575908,"stop":1714430575909,"duration":1}},{"uid":"6b556e4ceb29878b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6b556e4ceb29878b","status":"passed","time":{"start":1714430373690,"stop":1714430373691,"duration":1}},{"uid":"e08228b62c04daed","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e08228b62c04daed","status":"passed","time":{"start":1714429534238,"stop":1714429534239,"duration":1}},{"uid":"f79fca0a5b304b32","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f79fca0a5b304b32","status":"passed","time":{"start":1714428670171,"stop":1714428670172,"duration":1}},{"uid":"7c386cfde085fd2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7c386cfde085fd2","status":"passed","time":{"start":1714427443736,"stop":1714427443738,"duration":2}},{"uid":"75d72606cf636f74","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/75d72606cf636f74","status":"passed","time":{"start":1714427145030,"stop":1714427145030,"duration":0}},{"uid":"45a94bcd6ba0e10f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/45a94bcd6ba0e10f","status":"passed","time":{"start":1714426498103,"stop":1714426498103,"duration":0}},{"uid":"9b7629901d8dc422","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9b7629901d8dc422","status":"broken","statusDetails":"window is not defined","time":{"start":1714424769773,"stop":1714424769773,"duration":0}},{"uid":"c31e6d145f8b2f94","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c31e6d145f8b2f94","status":"passed","time":{"start":1714424993185,"stop":1714424993186,"duration":1}},{"uid":"5fcc89028559a0fa","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5fcc89028559a0fa","status":"passed","time":{"start":1714415152952,"stop":1714415152954,"duration":2}},{"uid":"c47e0b951038da7b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c47e0b951038da7b","status":"passed","time":{"start":1714415288104,"stop":1714415288105,"duration":1}},{"uid":"73965f2c01e13843","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/73965f2c01e13843","status":"passed","time":{"start":1714407506455,"stop":1714407506455,"duration":0}},{"uid":"23f7288baf781eb2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/23f7288baf781eb2","status":"passed","time":{"start":1714406539225,"stop":1714406539225,"duration":0}},{"uid":"9b1e554e7874dcf7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9b1e554e7874dcf7","status":"passed","time":{"start":1714404316292,"stop":1714404316292,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e94cd70fb1228d3e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e94cd70fb1228d3e","status":"passed","time":{"start":1714453958695,"stop":1714453958695,"duration":0}},{"uid":"75533d351979a0ec","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/75533d351979a0ec","status":"passed","time":{"start":1714435517239,"stop":1714435517239,"duration":0}},{"uid":"8da07140ed1dc1a9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8da07140ed1dc1a9","status":"passed","time":{"start":1714434586482,"stop":1714434586482,"duration":0}},{"uid":"ba324b54e1b3bd97","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ba324b54e1b3bd97","status":"passed","time":{"start":1714433281359,"stop":1714433281359,"duration":0}},{"uid":"cc3cef40cd581bd2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cc3cef40cd581bd2","status":"passed","time":{"start":1714431478911,"stop":1714431478911,"duration":0}},{"uid":"d8b8dc6120cd1587","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d8b8dc6120cd1587","status":"passed","time":{"start":1714431742835,"stop":1714431742836,"duration":1}},{"uid":"ffc0aa91580fefc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ffc0aa91580fefc","status":"passed","time":{"start":1714430465902,"stop":1714430465902,"duration":0}},{"uid":"1a4b586925137d07","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1a4b586925137d07","status":"passed","time":{"start":1714430257495,"stop":1714430257495,"duration":0}},{"uid":"e5c4c3ef70e5555f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e5c4c3ef70e5555f","status":"passed","time":{"start":1714429421699,"stop":1714429421699,"duration":0}},{"uid":"b5ce454a75e4c006","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b5ce454a75e4c006","status":"passed","time":{"start":1714428563330,"stop":1714428563331,"duration":1}},{"uid":"9cf56909625625db","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9cf56909625625db","status":"passed","time":{"start":1714427341189,"stop":1714427341190,"duration":1}},{"uid":"9878b061e80e5fa9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9878b061e80e5fa9","status":"passed","time":{"start":1714427042068,"stop":1714427042068,"duration":0}},{"uid":"db57e3c7edfeb382","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/db57e3c7edfeb382","status":"passed","time":{"start":1714426391363,"stop":1714426391363,"duration":0}},{"uid":"95cddcd69cbcbabd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/95cddcd69cbcbabd","status":"passed","time":{"start":1714424493349,"stop":1714424493350,"duration":1}},{"uid":"a07fc7e3f1ea3c07","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a07fc7e3f1ea3c07","status":"passed","time":{"start":1714424883950,"stop":1714424883950,"duration":0}},{"uid":"baeec68bf7553073","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/baeec68bf7553073","status":"passed","time":{"start":1714415036736,"stop":1714415036736,"duration":0}},{"uid":"6afafd6ee01f8c32","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6afafd6ee01f8c32","status":"passed","time":{"start":1714415189548,"stop":1714415189548,"duration":0}},{"uid":"d6e8eaf7ef705b10","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d6e8eaf7ef705b10","status":"passed","time":{"start":1714407396922,"stop":1714407396923,"duration":1}},{"uid":"f7f3bc1de3181b1d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f7f3bc1de3181b1d","status":"passed","time":{"start":1714406424276,"stop":1714406424276,"duration":0}},{"uid":"686dac5355ba1c5c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/686dac5355ba1c5c","status":"passed","time":{"start":1714404214007,"stop":1714404214007,"duration":0}}]},"d97febb4dea7dfacd32984af0d9019df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edcfbecef3b30c55","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/edcfbecef3b30c55","status":"passed","time":{"start":1714415715312,"stop":1714415715313,"duration":1}}]},"0104d7d55196ee9f7624322729e4a17f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e3d0e9a541d4eaa","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/2e3d0e9a541d4eaa","status":"passed","time":{"start":1714385080727,"stop":1714385080727,"duration":0}}]},"9a28a0973c56e546f5cfd6daa44a6f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5730f67a4249b344","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/5730f67a4249b344","status":"passed","time":{"start":1714045859267,"stop":1714045859267,"duration":0}}]},"a537efeb1721d171077f54304cc614c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"82a469549118c663","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/82a469549118c663","status":"passed","time":{"start":1713976948580,"stop":1713976948580,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":79,"unknown":0,"total":87},"items":[{"uid":"c5be782bb853c4d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c5be782bb853c4d","status":"passed","time":{"start":1714454006713,"stop":1714454006713,"duration":0}},{"uid":"19c30be25bdd1331","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/19c30be25bdd1331","status":"passed","time":{"start":1714435563381,"stop":1714435563381,"duration":0}},{"uid":"3796621fd914778d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3796621fd914778d","status":"passed","time":{"start":1714434646184,"stop":1714434646184,"duration":0}},{"uid":"79586abd6f677ca9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/79586abd6f677ca9","status":"passed","time":{"start":1714433335027,"stop":1714433335027,"duration":0}},{"uid":"77cf1a6cf22889ce","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/77cf1a6cf22889ce","status":"passed","time":{"start":1714431525561,"stop":1714431525561,"duration":0}},{"uid":"51f6bcb77a2b38d5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/51f6bcb77a2b38d5","status":"passed","time":{"start":1714431821305,"stop":1714431821305,"duration":0}},{"uid":"55f8528f9fac0d41","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/55f8528f9fac0d41","status":"passed","time":{"start":1714430515427,"stop":1714430515427,"duration":0}},{"uid":"1f8c78e02fb5d04c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1f8c78e02fb5d04c","status":"passed","time":{"start":1714430336500,"stop":1714430336501,"duration":1}},{"uid":"9148ceac3cf42277","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9148ceac3cf42277","status":"passed","time":{"start":1714429476420,"stop":1714429476423,"duration":3}},{"uid":"74e5a05198440b12","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/74e5a05198440b12","status":"passed","time":{"start":1714428621517,"stop":1714428621518,"duration":1}},{"uid":"5d7c4bb87e821d98","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5d7c4bb87e821d98","status":"passed","time":{"start":1714427393038,"stop":1714427393039,"duration":1}},{"uid":"237974414b2c73ee","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/237974414b2c73ee","status":"passed","time":{"start":1714427105839,"stop":1714427105839,"duration":0}},{"uid":"2978f9fe2a469cf6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2978f9fe2a469cf6","status":"passed","time":{"start":1714426438826,"stop":1714426438827,"duration":1}},{"uid":"bb367b279691a7c5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bb367b279691a7c5","status":"broken","statusDetails":"window is not defined","time":{"start":1714424625872,"stop":1714424625873,"duration":1}},{"uid":"69391bfe5b49183","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/69391bfe5b49183","status":"passed","time":{"start":1714424932298,"stop":1714424932298,"duration":0}},{"uid":"fa0c63a8bfdb2fd1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fa0c63a8bfdb2fd1","status":"passed","time":{"start":1714415111106,"stop":1714415111107,"duration":1}},{"uid":"776dc23cfb56bd3d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/776dc23cfb56bd3d","status":"passed","time":{"start":1714415239893,"stop":1714415239893,"duration":0}},{"uid":"3a6fb0719ad9285","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3a6fb0719ad9285","status":"passed","time":{"start":1714407453969,"stop":1714407453970,"duration":1}},{"uid":"8364a63fd8f7dea5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8364a63fd8f7dea5","status":"passed","time":{"start":1714406469297,"stop":1714406469298,"duration":1}},{"uid":"4283725fcb94bf2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4283725fcb94bf2","status":"passed","time":{"start":1714404265808,"stop":1714404265809,"duration":1}}]},"1f90d16f06414161b10cf6dc667c9c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"8d1bfb917666f1d5","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/8d1bfb917666f1d5","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714139986149,"stop":1714139986149,"duration":0}}]},"38b4d9bd3dcfb8a19dda7f1dc2760275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b25a1b36b7f76d3","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/7b25a1b36b7f76d3","status":"passed","time":{"start":1714383427880,"stop":1714383427881,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"5aacc4ac67efce99","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5aacc4ac67efce99","status":"passed","time":{"start":1714454434312,"stop":1714454434312,"duration":0}},{"uid":"4b849209087b8fc7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4b849209087b8fc7","status":"passed","time":{"start":1714436006530,"stop":1714436006530,"duration":0}},{"uid":"4caa293563a56685","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4caa293563a56685","status":"passed","time":{"start":1714435054828,"stop":1714435054829,"duration":1}},{"uid":"dea7e68222fca646","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dea7e68222fca646","status":"passed","time":{"start":1714433761055,"stop":1714433761055,"duration":0}},{"uid":"c1f070ba257fd8a9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c1f070ba257fd8a9","status":"passed","time":{"start":1714431966427,"stop":1714431966427,"duration":0}},{"uid":"6651ccdbef06ce77","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6651ccdbef06ce77","status":"passed","time":{"start":1714432193270,"stop":1714432193270,"duration":0}},{"uid":"c3ea4b7932b1233b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c3ea4b7932b1233b","status":"passed","time":{"start":1714430948532,"stop":1714430948533,"duration":1}},{"uid":"80337d2bf0095ae5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/80337d2bf0095ae5","status":"passed","time":{"start":1714430713519,"stop":1714430713519,"duration":0}},{"uid":"8057f1ebfc8e1d1a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8057f1ebfc8e1d1a","status":"passed","time":{"start":1714429917740,"stop":1714429917740,"duration":0}},{"uid":"c354f81d7b079571","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c354f81d7b079571","status":"passed","time":{"start":1714429040291,"stop":1714429040291,"duration":0}},{"uid":"ef3ac3f8aff99e0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ef3ac3f8aff99e0","status":"passed","time":{"start":1714427848679,"stop":1714427848679,"duration":0}},{"uid":"7bd04addb68fac5e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7bd04addb68fac5e","status":"passed","time":{"start":1714427530060,"stop":1714427530061,"duration":1}},{"uid":"338cc61c96cef336","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/338cc61c96cef336","status":"passed","time":{"start":1714426875133,"stop":1714426875133,"duration":0}},{"uid":"f459c91fb0897d6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f459c91fb0897d6","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511021,"stop":1714426511021,"duration":0}},{"uid":"4b537cf96cc3e3e4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4b537cf96cc3e3e4","status":"passed","time":{"start":1714425369952,"stop":1714425369953,"duration":1}},{"uid":"40b35935a1de2304","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/40b35935a1de2304","status":"passed","time":{"start":1714415516372,"stop":1714415516372,"duration":0}},{"uid":"3d755dbbe3a35f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3d755dbbe3a35f","status":"passed","time":{"start":1714415679027,"stop":1714415679027,"duration":0}},{"uid":"3c32bd5c7e4b2fa7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3c32bd5c7e4b2fa7","status":"passed","time":{"start":1714407884321,"stop":1714407884321,"duration":0}},{"uid":"ab0f3ef9ecc64c27","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ab0f3ef9ecc64c27","status":"passed","time":{"start":1714406914282,"stop":1714406914282,"duration":0}},{"uid":"1a65e65adf4574a6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1a65e65adf4574a6","status":"passed","time":{"start":1714404690106,"stop":1714404690106,"duration":0}}]},"f1bddbd7833c13cc31ed36b7539b2e64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f18b74af7c89946","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5f18b74af7c89946","status":"passed","time":{"start":1714430997204,"stop":1714430997206,"duration":2}}]},"752016e420ca1cf6be8188677c2bb813:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa3ec09929209854","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/aa3ec09929209854","status":"passed","time":{"start":1714429973510,"stop":1714429973510,"duration":0}}]},"aa58cd6db3cb49a3ad35dcd88664e426:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d1fdaf1813084dfb","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/d1fdaf1813084dfb","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713998725097,"stop":1713998725098,"duration":1}}]},"b79151d864b16587969b311e058bbdd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba794888b87226cb","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/ba794888b87226cb","status":"passed","time":{"start":1714142077696,"stop":1714142077696,"duration":0}}]},"20c7e2b23f076dcaaf237f69240ff1bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d80a08393221ef45","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/d80a08393221ef45","status":"passed","time":{"start":1714109271963,"stop":1714109271963,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"83a1465acc1917a7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/83a1465acc1917a7","status":"passed","time":{"start":1714454605540,"stop":1714454605540,"duration":0}},{"uid":"796d715d6ca1cdc6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/796d715d6ca1cdc6","status":"passed","time":{"start":1714436158723,"stop":1714436158723,"duration":0}},{"uid":"1cc6d40673e7bee9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1cc6d40673e7bee9","status":"passed","time":{"start":1714435237011,"stop":1714435237011,"duration":0}},{"uid":"53dbf79cb1bf2a87","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/53dbf79cb1bf2a87","status":"passed","time":{"start":1714433925095,"stop":1714433925095,"duration":0}},{"uid":"e821cea3215fdba0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e821cea3215fdba0","status":"passed","time":{"start":1714432132882,"stop":1714432132882,"duration":0}},{"uid":"aea62fd459c56356","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/aea62fd459c56356","status":"passed","time":{"start":1714432392962,"stop":1714432392962,"duration":0}},{"uid":"dc25b210eb2f3210","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/dc25b210eb2f3210","status":"passed","time":{"start":1714431131880,"stop":1714431131880,"duration":0}},{"uid":"e6c1f42b2c3ba26c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e6c1f42b2c3ba26c","status":"passed","time":{"start":1714430918772,"stop":1714430918773,"duration":1}},{"uid":"5171f8ad563a441","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5171f8ad563a441","status":"passed","time":{"start":1714430104199,"stop":1714430104199,"duration":0}},{"uid":"122ded4500ffc0aa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/122ded4500ffc0aa","status":"passed","time":{"start":1714429213867,"stop":1714429213868,"duration":1}},{"uid":"2771b66f4c13f1ab","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2771b66f4c13f1ab","status":"passed","time":{"start":1714427999022,"stop":1714427999023,"duration":1}},{"uid":"83d2aee2dcbdb748","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/83d2aee2dcbdb748","status":"passed","time":{"start":1714427702217,"stop":1714427702217,"duration":0}},{"uid":"93de38401fcef252","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/93de38401fcef252","status":"passed","time":{"start":1714427044018,"stop":1714427044018,"duration":0}},{"uid":"614433a1eb9cb1ce","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/614433a1eb9cb1ce","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699060,"stop":1714426699060,"duration":0}},{"uid":"ed932ae31d2b7e69","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ed932ae31d2b7e69","status":"passed","time":{"start":1714425534882,"stop":1714425534882,"duration":0}},{"uid":"f0205b4c558fa7e3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f0205b4c558fa7e3","status":"passed","time":{"start":1714415702281,"stop":1714415702282,"duration":1}},{"uid":"d37aa012ca5d61cb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d37aa012ca5d61cb","status":"passed","time":{"start":1714415850490,"stop":1714415850490,"duration":0}},{"uid":"cb10cfbc3ddfba7e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cb10cfbc3ddfba7e","status":"passed","time":{"start":1714408049939,"stop":1714408049939,"duration":0}},{"uid":"898087966fa8570e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/898087966fa8570e","status":"passed","time":{"start":1714407080662,"stop":1714407080663,"duration":1}},{"uid":"9c256a948f1c1b26","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9c256a948f1c1b26","status":"passed","time":{"start":1714404860577,"stop":1714404860577,"duration":0}}]},"9a9d3b962e7d97eb6efed0a9ad0aa86b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d1f14de57d60118","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2d1f14de57d60118","status":"passed","time":{"start":1714145815176,"stop":1714145815176,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a719eb3221e49cff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a719eb3221e49cff","status":"passed","time":{"start":1714453952289,"stop":1714453952289,"duration":0}},{"uid":"5d31250d334573fc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5d31250d334573fc","status":"passed","time":{"start":1714435510940,"stop":1714435510940,"duration":0}},{"uid":"a4d1a357fc2d16f9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a4d1a357fc2d16f9","status":"passed","time":{"start":1714434580039,"stop":1714434580039,"duration":0}},{"uid":"804b2939d261100a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/804b2939d261100a","status":"passed","time":{"start":1714433274943,"stop":1714433274944,"duration":1}},{"uid":"c7063c45cbc20838","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c7063c45cbc20838","status":"passed","time":{"start":1714431472600,"stop":1714431472600,"duration":0}},{"uid":"1cd92b91e7088aba","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1cd92b91e7088aba","status":"passed","time":{"start":1714431736479,"stop":1714431736479,"duration":0}},{"uid":"f9ce3e19cf2b86b0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f9ce3e19cf2b86b0","status":"passed","time":{"start":1714430459330,"stop":1714430459330,"duration":0}},{"uid":"7a9885b43f538692","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7a9885b43f538692","status":"passed","time":{"start":1714430251099,"stop":1714430251100,"duration":1}},{"uid":"b276073810ba3e92","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b276073810ba3e92","status":"passed","time":{"start":1714429414590,"stop":1714429414591,"duration":1}},{"uid":"998766c52a36ad98","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/998766c52a36ad98","status":"passed","time":{"start":1714428556954,"stop":1714428556954,"duration":0}},{"uid":"bc18ced335d7c981","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bc18ced335d7c981","status":"passed","time":{"start":1714427334701,"stop":1714427334701,"duration":0}},{"uid":"d5f2c546e3d4851e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d5f2c546e3d4851e","status":"passed","time":{"start":1714427035565,"stop":1714427035565,"duration":0}},{"uid":"7e04f5060aa4b9f8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7e04f5060aa4b9f8","status":"passed","time":{"start":1714426384796,"stop":1714426384796,"duration":0}},{"uid":"a68f3a72b95e305b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a68f3a72b95e305b","status":"passed","time":{"start":1714424486878,"stop":1714424486878,"duration":0}},{"uid":"200576456e2f7df5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/200576456e2f7df5","status":"passed","time":{"start":1714424877427,"stop":1714424877427,"duration":0}},{"uid":"e50b3990a60034f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e50b3990a60034f1","status":"passed","time":{"start":1714415030102,"stop":1714415030102,"duration":0}},{"uid":"616f59d506c60b9c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/616f59d506c60b9c","status":"passed","time":{"start":1714415183072,"stop":1714415183073,"duration":1}},{"uid":"86701d328b1b8966","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/86701d328b1b8966","status":"passed","time":{"start":1714407390403,"stop":1714407390403,"duration":0}},{"uid":"696882b3c0ced1d5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/696882b3c0ced1d5","status":"passed","time":{"start":1714406417791,"stop":1714406417791,"duration":0}},{"uid":"d20737e74b00becf","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d20737e74b00becf","status":"passed","time":{"start":1714404207524,"stop":1714404207524,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"2b726e2fb17db9be","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b726e2fb17db9be","status":"passed","time":{"start":1714454365879,"stop":1714454365879,"duration":0}},{"uid":"40a0a47c616554d9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/40a0a47c616554d9","status":"passed","time":{"start":1714435932818,"stop":1714435932819,"duration":1}},{"uid":"64218ab4b2f3ad0a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/64218ab4b2f3ad0a","status":"passed","time":{"start":1714435006835,"stop":1714435006836,"duration":1}},{"uid":"e09a21bc6acce1aa","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e09a21bc6acce1aa","status":"passed","time":{"start":1714433693920,"stop":1714433693920,"duration":0}},{"uid":"c082499f34187ada","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c082499f34187ada","status":"passed","time":{"start":1714431888541,"stop":1714431888542,"duration":1}},{"uid":"ecb5004c2a6fdb7e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ecb5004c2a6fdb7e","status":"passed","time":{"start":1714432201974,"stop":1714432201974,"duration":0}},{"uid":"d40f7ed2282389fa","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d40f7ed2282389fa","status":"passed","time":{"start":1714430892447,"stop":1714430892447,"duration":0}},{"uid":"406356952ad35209","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/406356952ad35209","status":"passed","time":{"start":1714430720929,"stop":1714430720930,"duration":1}},{"uid":"d8e6030ac0ca0ce0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d8e6030ac0ca0ce0","status":"passed","time":{"start":1714429855250,"stop":1714429855251,"duration":1}},{"uid":"90492e6b1126ebdc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/90492e6b1126ebdc","status":"passed","time":{"start":1714428989406,"stop":1714428989407,"duration":1}},{"uid":"f0daae0b06fb17ba","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f0daae0b06fb17ba","status":"passed","time":{"start":1714427767171,"stop":1714427767171,"duration":0}},{"uid":"96f2536a83361733","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/96f2536a83361733","status":"passed","time":{"start":1714427460518,"stop":1714427460518,"duration":0}},{"uid":"14e4c21601d13b88","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/14e4c21601d13b88","status":"passed","time":{"start":1714426812798,"stop":1714426812798,"duration":0}},{"uid":"d6799faee93c4db9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d6799faee93c4db9","status":"passed","time":{"start":1714425528572,"stop":1714425528572,"duration":0}},{"uid":"ff1eec8057117f05","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ff1eec8057117f05","status":"passed","time":{"start":1714425301072,"stop":1714425301074,"duration":2}},{"uid":"f867ee1ea261c72e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f867ee1ea261c72e","status":"passed","time":{"start":1714415473246,"stop":1714415473246,"duration":0}},{"uid":"98fc269f53e429be","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/98fc269f53e429be","status":"passed","time":{"start":1714415615345,"stop":1714415615346,"duration":1}},{"uid":"5be74ce2df94ea9f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5be74ce2df94ea9f","status":"passed","time":{"start":1714407816857,"stop":1714407816859,"duration":2}},{"uid":"e87d7cc643e5928e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e87d7cc643e5928e","status":"passed","time":{"start":1714406861570,"stop":1714406861570,"duration":0}},{"uid":"933cf6cf832c49c3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/933cf6cf832c49c3","status":"passed","time":{"start":1714404628269,"stop":1714404628269,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"4bdc1498c12cbfb0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4bdc1498c12cbfb0","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"duration":0}},{"uid":"8d410410fb820058","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8d410410fb820058","status":"passed","time":{"start":1714436158737,"stop":1714436158738,"duration":1}},{"uid":"5352a9ee045a2351","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5352a9ee045a2351","status":"passed","time":{"start":1714435237027,"stop":1714435237027,"duration":0}},{"uid":"fd1c65fffacbe171","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fd1c65fffacbe171","status":"passed","time":{"start":1714433925112,"stop":1714433925112,"duration":0}},{"uid":"bb8d806759e5e6a9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bb8d806759e5e6a9","status":"passed","time":{"start":1714432132896,"stop":1714432132896,"duration":0}},{"uid":"8e9bdd81cbc75c4a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8e9bdd81cbc75c4a","status":"passed","time":{"start":1714432392996,"stop":1714432392996,"duration":0}},{"uid":"ea791986ebe9c4c1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ea791986ebe9c4c1","status":"passed","time":{"start":1714431131898,"stop":1714431131898,"duration":0}},{"uid":"f12f9a005cdb0c77","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f12f9a005cdb0c77","status":"passed","time":{"start":1714430918794,"stop":1714430918794,"duration":0}},{"uid":"fb1470617fab5079","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fb1470617fab5079","status":"passed","time":{"start":1714430104217,"stop":1714430104217,"duration":0}},{"uid":"48bb59858738c5b7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/48bb59858738c5b7","status":"passed","time":{"start":1714429213882,"stop":1714429213882,"duration":0}},{"uid":"9ac31ab721d7474b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9ac31ab721d7474b","status":"passed","time":{"start":1714427999039,"stop":1714427999039,"duration":0}},{"uid":"97e1e263d656196b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/97e1e263d656196b","status":"passed","time":{"start":1714427702235,"stop":1714427702235,"duration":0}},{"uid":"81dab06338a5dfd2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/81dab06338a5dfd2","status":"passed","time":{"start":1714427044033,"stop":1714427044034,"duration":1}},{"uid":"b825ae965e6b5d98","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b825ae965e6b5d98","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699102,"stop":1714426699102,"duration":0}},{"uid":"a9b5c4d9babf11e1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a9b5c4d9babf11e1","status":"passed","time":{"start":1714425534897,"stop":1714425534897,"duration":0}},{"uid":"9cfd87a18f02732f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9cfd87a18f02732f","status":"passed","time":{"start":1714415702297,"stop":1714415702298,"duration":1}},{"uid":"7ae97f0782c0ceae","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7ae97f0782c0ceae","status":"passed","time":{"start":1714415850505,"stop":1714415850505,"duration":0}},{"uid":"4f3dafd87e0312a1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4f3dafd87e0312a1","status":"passed","time":{"start":1714408049955,"stop":1714408049955,"duration":0}},{"uid":"6520ddac3202638","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6520ddac3202638","status":"passed","time":{"start":1714407080677,"stop":1714407080677,"duration":0}},{"uid":"a0c5e27d224a4623","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a0c5e27d224a4623","status":"passed","time":{"start":1714404860595,"stop":1714404860595,"duration":0}}]},"2cbdc60b8685e27d03b7548b0fb31edf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94d3a4110f1f44b7","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/94d3a4110f1f44b7","status":"passed","time":{"start":1714109271963,"stop":1714109271963,"duration":0}}]},"6919537f10214c8951eda685703d6ac2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcf59002ac22f734","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/fcf59002ac22f734","status":"passed","time":{"start":1713943322407,"stop":1713943322407,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":84,"unknown":0,"total":88},"items":[{"uid":"2cf0c6efa3a9353b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2cf0c6efa3a9353b","status":"passed","time":{"start":1714453985197,"stop":1714453985198,"duration":1}},{"uid":"f929264530dae385","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f929264530dae385","status":"passed","time":{"start":1714435547162,"stop":1714435547162,"duration":0}},{"uid":"c2a4eaeefc9573be","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c2a4eaeefc9573be","status":"passed","time":{"start":1714434613347,"stop":1714434613348,"duration":1}},{"uid":"8564bcb05122afc9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8564bcb05122afc9","status":"passed","time":{"start":1714433308776,"stop":1714433308777,"duration":1}},{"uid":"adfcf3fa3c9bd4ac","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/adfcf3fa3c9bd4ac","status":"passed","time":{"start":1714431506764,"stop":1714431506764,"duration":0}},{"uid":"3390113151c23bfa","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3390113151c23bfa","status":"passed","time":{"start":1714431770131,"stop":1714431770131,"duration":0}},{"uid":"b7e9b5d647f6dab3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b7e9b5d647f6dab3","status":"passed","time":{"start":1714430497203,"stop":1714430497204,"duration":1}},{"uid":"1b701ac403fd4c0e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1b701ac403fd4c0e","status":"passed","time":{"start":1714430282460,"stop":1714430282461,"duration":1}},{"uid":"1f9e60260935f3c2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1f9e60260935f3c2","status":"passed","time":{"start":1714429453985,"stop":1714429453985,"duration":0}},{"uid":"e1446a7eeb01a28c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e1446a7eeb01a28c","status":"passed","time":{"start":1714428593473,"stop":1714428593473,"duration":0}},{"uid":"6deb020b7526535a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6deb020b7526535a","status":"passed","time":{"start":1714427369000,"stop":1714427369001,"duration":1}},{"uid":"995f3139676b2c7e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/995f3139676b2c7e","status":"passed","time":{"start":1714427072985,"stop":1714427072986,"duration":1}},{"uid":"5d1f94ebf90df1f7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5d1f94ebf90df1f7","status":"passed","time":{"start":1714426418915,"stop":1714426418916,"duration":1}},{"uid":"b9411463dbf5e428","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b9411463dbf5e428","status":"broken","statusDetails":"window is not defined","time":{"start":1714424574766,"stop":1714424574766,"duration":0}},{"uid":"74cf579812b97ee","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/74cf579812b97ee","status":"passed","time":{"start":1714424910823,"stop":1714424910824,"duration":1}},{"uid":"9770222d29e538c0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9770222d29e538c0","status":"passed","time":{"start":1714415063920,"stop":1714415063921,"duration":1}},{"uid":"6c557162bf317016","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6c557162bf317016","status":"passed","time":{"start":1714415223101,"stop":1714415223101,"duration":0}},{"uid":"c9cab7ac2287e348","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c9cab7ac2287e348","status":"passed","time":{"start":1714407427333,"stop":1714407427333,"duration":0}},{"uid":"bdcf81fd8ae1b29e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bdcf81fd8ae1b29e","status":"passed","time":{"start":1714406451147,"stop":1714406451147,"duration":0}},{"uid":"4ef804d0f5338aa9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4ef804d0f5338aa9","status":"passed","time":{"start":1714404241460,"stop":1714404241461,"duration":1}}]},"07d06ded9b10cdd21505caaad50ca715:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bcdf3957b3c2a9","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/7bcdf3957b3c2a9","status":"passed","time":{"start":1714108982214,"stop":1714108982214,"duration":0}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"dd395b0f82b2c404","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dd395b0f82b2c404","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454429952,"stop":1714454429953,"duration":1}},{"uid":"4e1a3abf7f8ccb1a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4e1a3abf7f8ccb1a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435983507,"stop":1714435983507,"duration":0}},{"uid":"646cf804eda8b948","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/646cf804eda8b948","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435052069,"stop":1714435052070,"duration":1}},{"uid":"f349bbb90f5904fc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f349bbb90f5904fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433741879,"stop":1714433741879,"duration":0}},{"uid":"fba046e38292fdea","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fba046e38292fdea","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431945152,"stop":1714431945152,"duration":0}},{"uid":"7e935653252afd81","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7e935653252afd81","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432232716,"stop":1714432232716,"duration":0}},{"uid":"244b3ecc72c1eac4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/244b3ecc72c1eac4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430939084,"stop":1714430939084,"duration":0}},{"uid":"5127c2f0fb969d5d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5127c2f0fb969d5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430740785,"stop":1714430740785,"duration":0}},{"uid":"fccfe799e97280b8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fccfe799e97280b8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429913664,"stop":1714429913664,"duration":0}},{"uid":"308bf93ef40aa96e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/308bf93ef40aa96e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429034729,"stop":1714429034729,"duration":0}},{"uid":"bbcde9e2d5c5c6bd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bbcde9e2d5c5c6bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427767346,"stop":1714427767346,"duration":0}},{"uid":"8755d77e0b916610","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8755d77e0b916610","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427509634,"stop":1714427509634,"duration":0}},{"uid":"4adf70711d01f7d3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4adf70711d01f7d3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426865390,"stop":1714426865391,"duration":1}},{"uid":"5d8188788d36d44f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5d8188788d36d44f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425537003,"stop":1714425537003,"duration":0}},{"uid":"be3fb11e9efcd2eb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/be3fb11e9efcd2eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425348540,"stop":1714425348540,"duration":0}},{"uid":"741ecd90ce8b0b7a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/741ecd90ce8b0b7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415540159,"stop":1714415540159,"duration":0}},{"uid":"ff7c208d17b5863","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ff7c208d17b5863","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415666827,"stop":1714415666827,"duration":0}},{"uid":"c141382897f15903","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c141382897f15903","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407867442,"stop":1714407867444,"duration":2}},{"uid":"16ab26eec30705c5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/16ab26eec30705c5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406902037,"stop":1714406902038,"duration":1}},{"uid":"59920cffac188ea6","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/59920cffac188ea6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685576,"stop":1714404685576,"duration":0}}]},"d3d7aae0942423b31c202109b274d4ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3a45d75bb46e017","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d3a45d75bb46e017","status":"passed","time":{"start":1714407912879,"stop":1714407912880,"duration":1}}]},"44662ab6b07604b5f18762dfc76401e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf13598b72e8613a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bf13598b72e8613a","status":"passed","time":{"start":1714429091056,"stop":1714429091057,"duration":1}}]},"dc70e41ac3c3328377b207a35e7cce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"494c3cb705eff93c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/494c3cb705eff93c","status":"passed","time":{"start":1714381747123,"stop":1714381747123,"duration":0}}]},"867471aec0787cba7055ed4c9475cce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f889b6e4f7483f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5f889b6e4f7483f","status":"passed","time":{"start":1714407592731,"stop":1714407592731,"duration":0}}]},"a9189e599a76044553cea45375c163ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f08eddc38fc05602","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/f08eddc38fc05602","status":"passed","time":{"start":1714046064993,"stop":1714046064993,"duration":0}}]},"9faea11ccec23e3673fa363669c0f237:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc4e4457ca39d85b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/fc4e4457ca39d85b","status":"passed","time":{"start":1714380173242,"stop":1714380173243,"duration":1}}]},"7057b552f08ed92fb16c892628080b79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d45003ccf9d6ee32","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d45003ccf9d6ee32","status":"passed","time":{"start":1714404739434,"stop":1714404739434,"duration":0}}]},"21bdbb0907441aea2123af42277e91aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec63fe12aef776b4","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/ec63fe12aef776b4","status":"passed","time":{"start":1714178222308,"stop":1714178222308,"duration":0}}]},"f7ad10ca81b65a15fb37a6c8e7f71335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62993e593fb01313","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/62993e593fb01313","status":"passed","time":{"start":1714008071091,"stop":1714008071092,"duration":1}}]},"24b93f912ac09b1d106bda0493326165:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a2ebc5413949889","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/5a2ebc5413949889","status":"passed","time":{"start":1714140518321,"stop":1714140518321,"duration":0}}]},"07f532284d44aa2b55f9418390cadd87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2725e195db31d2c5","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/2725e195db31d2c5","status":"passed","time":{"start":1714008042029,"stop":1714008042029,"duration":0}}]},"f694ffc8a6e4596414581e1e3a5654ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"2d6786b6c65754e4","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/2d6786b6c65754e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579296,"stop":1713943579296,"duration":0}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"3ca436425d851713","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ca436425d851713","status":"passed","time":{"start":1714454507878,"stop":1714454507879,"duration":1}},{"uid":"6395855a9c7de8fc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6395855a9c7de8fc","status":"passed","time":{"start":1714436048750,"stop":1714436048751,"duration":1}},{"uid":"482a1d2911ef4913","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/482a1d2911ef4913","status":"passed","time":{"start":1714435155762,"stop":1714435155763,"duration":1}},{"uid":"4ebe11ab72d1e36a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4ebe11ab72d1e36a","status":"passed","time":{"start":1714433815785,"stop":1714433815786,"duration":1}},{"uid":"a5cd23150e5a756b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a5cd23150e5a756b","status":"passed","time":{"start":1714432025719,"stop":1714432025720,"duration":1}},{"uid":"c19b78211c438f8d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c19b78211c438f8d","status":"passed","time":{"start":1714432319334,"stop":1714432319335,"duration":1}},{"uid":"90f18159eb475dea","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/90f18159eb475dea","status":"passed","time":{"start":1714431035237,"stop":1714431035237,"duration":0}},{"uid":"b583030d20360c70","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b583030d20360c70","status":"passed","time":{"start":1714430851108,"stop":1714430851109,"duration":1}},{"uid":"b9eae8031c9a5944","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b9eae8031c9a5944","status":"passed","time":{"start":1714429998268,"stop":1714429998268,"duration":0}},{"uid":"85f72871c4eb6f99","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/85f72871c4eb6f99","status":"passed","time":{"start":1714429123406,"stop":1714429123406,"duration":0}},{"uid":"316582b223b7f2d7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/316582b223b7f2d7","status":"passed","time":{"start":1714427908707,"stop":1714427908707,"duration":0}},{"uid":"542f65deaa1a64dd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/542f65deaa1a64dd","status":"passed","time":{"start":1714427590249,"stop":1714427590249,"duration":0}},{"uid":"7190d6ae50c1e65e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7190d6ae50c1e65e","status":"passed","time":{"start":1714426950356,"stop":1714426950356,"duration":0}},{"uid":"16c7f965e0fb3d8a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/16c7f965e0fb3d8a","status":"passed","time":{"start":1714425413006,"stop":1714425413010,"duration":4}},{"uid":"8efee5852b133063","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8efee5852b133063","status":"passed","time":{"start":1714425435611,"stop":1714425435612,"duration":1}},{"uid":"9049f79e05eb4523","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9049f79e05eb4523","status":"passed","time":{"start":1714415590158,"stop":1714415590159,"duration":1}},{"uid":"3652dc5179398629","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3652dc5179398629","status":"passed","time":{"start":1714415739325,"stop":1714415739326,"duration":1}},{"uid":"d4bbf2ef24c56617","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d4bbf2ef24c56617","status":"passed","time":{"start":1714407950111,"stop":1714407950112,"duration":1}},{"uid":"bda52e6b59dff825","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bda52e6b59dff825","status":"passed","time":{"start":1714406978450,"stop":1714406978450,"duration":0}},{"uid":"d716a13c9c33597d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d716a13c9c33597d","status":"passed","time":{"start":1714404752144,"stop":1714404752144,"duration":0}}]},"e5624eadd00c47eaedb8d9013ed36cb1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7556c9d1d1e82d","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/c7556c9d1d1e82d","status":"passed","time":{"start":1714123425561,"stop":1714123425561,"duration":0}}]},"0e798692db9e0c4bdf8acdf0a27c8bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13c4a0a0acbc012e","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/13c4a0a0acbc012e","status":"passed","time":{"start":1714082661067,"stop":1714082661068,"duration":1}}]},"44318554e75994288fc8ab99577d0438:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b98179641554814d","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/b98179641554814d","status":"passed","time":{"start":1714221461915,"stop":1714221461915,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"c39cddbcef6e5a21","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c39cddbcef6e5a21","status":"passed","time":{"start":1714454140467,"stop":1714454140468,"duration":1}},{"uid":"45a63bb870d3a60c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/45a63bb870d3a60c","status":"passed","time":{"start":1714435687939,"stop":1714435687939,"duration":0}},{"uid":"6b2efd8248595e65","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6b2efd8248595e65","status":"passed","time":{"start":1714434773464,"stop":1714434773464,"duration":0}},{"uid":"3857690bd8cbdee0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3857690bd8cbdee0","status":"passed","time":{"start":1714433450977,"stop":1714433450977,"duration":0}},{"uid":"30eb2cec6d9a5a7c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/30eb2cec6d9a5a7c","status":"passed","time":{"start":1714431653506,"stop":1714431653507,"duration":1}},{"uid":"2918897ab5fbc110","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2918897ab5fbc110","status":"broken","statusDetails":"expected [] to have a length of 6 but got +0","time":{"start":1714431989843,"stop":1714431989844,"duration":1}},{"uid":"d5f2830c88cda56f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d5f2830c88cda56f","status":"passed","time":{"start":1714430659424,"stop":1714430659425,"duration":1}},{"uid":"ae48808e42463af2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ae48808e42463af2","status":"broken","statusDetails":"expected [] to have a length of 6 but got +0","time":{"start":1714430522157,"stop":1714430522157,"duration":0}},{"uid":"d119fedf5674aae4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d119fedf5674aae4","status":"passed","time":{"start":1714429610413,"stop":1714429610414,"duration":1}},{"uid":"f391a5ab48e870be","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f391a5ab48e870be","status":"passed","time":{"start":1714428741363,"stop":1714428741363,"duration":0}},{"uid":"82568c4a692611ad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/82568c4a692611ad","status":"passed","time":{"start":1714427513583,"stop":1714427513583,"duration":0}},{"uid":"f8e39bbac57c8873","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f8e39bbac57c8873","status":"passed","time":{"start":1714427219356,"stop":1714427219356,"duration":0}},{"uid":"150dc24591c926d1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/150dc24591c926d1","status":"passed","time":{"start":1714426573099,"stop":1714426573099,"duration":0}},{"uid":"f2dbcdd941905646","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f2dbcdd941905646","status":"passed","time":{"start":1714424914279,"stop":1714424914279,"duration":0}},{"uid":"428c5cbcf1c33c90","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/428c5cbcf1c33c90","status":"passed","time":{"start":1714425071922,"stop":1714425071922,"duration":0}},{"uid":"8822dd3c6aca8dfd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8822dd3c6aca8dfd","status":"passed","time":{"start":1714415233335,"stop":1714415233335,"duration":0}},{"uid":"b114534841380d01","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b114534841380d01","status":"passed","time":{"start":1714415382760,"stop":1714415382765,"duration":5}},{"uid":"bcb0699b1bd8788e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bcb0699b1bd8788e","status":"passed","time":{"start":1714407575698,"stop":1714407575699,"duration":1}},{"uid":"9a5256763ac08d5e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9a5256763ac08d5e","status":"passed","time":{"start":1714406625174,"stop":1714406625175,"duration":1}},{"uid":"8a262337d33d760a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8a262337d33d760a","status":"passed","time":{"start":1714404386207,"stop":1714404386208,"duration":1}}]},"377d0099a7dfe03d5e7798adca7c8172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9d55630a32385d4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c9d55630a32385d4","status":"passed","time":{"start":1714432303173,"stop":1714432303173,"duration":0}}]},"6253f48b29d3a9f9fe0022b38ce182a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d0c6d57a0b714237","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/d0c6d57a0b714237","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713998139058,"stop":1713998139058,"duration":0}}]},"1a0fb446de2c6ef2f0f2b42935699d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"13db8fb6746f84d1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/13db8fb6746f84d1","status":"passed","time":{"start":1714453925059,"stop":1714453925059,"duration":0}},{"uid":"db54a2f30984c420","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/db54a2f30984c420","status":"passed","time":{"start":1714435482967,"stop":1714435482967,"duration":0}},{"uid":"bd536c468fd02564","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bd536c468fd02564","status":"passed","time":{"start":1714434552003,"stop":1714434552003,"duration":0}},{"uid":"1808b051983c125b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1808b051983c125b","status":"passed","time":{"start":1714433247027,"stop":1714433247028,"duration":1}},{"uid":"e40ffee5ee928658","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e40ffee5ee928658","status":"passed","time":{"start":1714431444748,"stop":1714431444748,"duration":0}},{"uid":"965d3c39bbb126e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/965d3c39bbb126e","status":"passed","time":{"start":1714431708289,"stop":1714431708289,"duration":0}},{"uid":"e3af7cb01f4d96c2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e3af7cb01f4d96c2","status":"passed","time":{"start":1714430430721,"stop":1714430430721,"duration":0}},{"uid":"9f9b82cea0dfc73b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9f9b82cea0dfc73b","status":"passed","time":{"start":1714430223181,"stop":1714430223182,"duration":1}},{"uid":"d515b525ff5d7683","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d515b525ff5d7683","status":"passed","time":{"start":1714429383877,"stop":1714429383878,"duration":1}},{"uid":"710c3a320d6752a8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/710c3a320d6752a8","status":"passed","time":{"start":1714428528632,"stop":1714428528632,"duration":0}},{"uid":"c06088a8578390db","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c06088a8578390db","status":"passed","time":{"start":1714427305984,"stop":1714427305984,"duration":0}},{"uid":"bcc4590f38be605b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bcc4590f38be605b","status":"passed","time":{"start":1714427007379,"stop":1714427007380,"duration":1}},{"uid":"8c2fc3b1eb18be66","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8c2fc3b1eb18be66","status":"passed","time":{"start":1714426355968,"stop":1714426355968,"duration":0}},{"uid":"da78de2b3c84fbb0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/da78de2b3c84fbb0","status":"passed","time":{"start":1714424458782,"stop":1714424458782,"duration":0}},{"uid":"7d018b795fa5e101","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7d018b795fa5e101","status":"passed","time":{"start":1714424849007,"stop":1714424849007,"duration":0}},{"uid":"b648912312b12513","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b648912312b12513","status":"passed","time":{"start":1714415001447,"stop":1714415001447,"duration":0}},{"uid":"c5abcb5dc9a8c12f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c5abcb5dc9a8c12f","status":"passed","time":{"start":1714415154918,"stop":1714415154918,"duration":0}},{"uid":"90d4eb929e15e01","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/90d4eb929e15e01","status":"passed","time":{"start":1714407362045,"stop":1714407362045,"duration":0}},{"uid":"4d84a007d35b4d3b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4d84a007d35b4d3b","status":"passed","time":{"start":1714406389338,"stop":1714406389338,"duration":0}},{"uid":"4f2387a29244046d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4f2387a29244046d","status":"passed","time":{"start":1714404179176,"stop":1714404179177,"duration":1}}]},"3c74496c55b57097851c23378e456c64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e88a2a06f104dcd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3e88a2a06f104dcd","status":"passed","time":{"start":1714429855266,"stop":1714429855266,"duration":0}}]},"877075d69d663fce6b7473ac7878e79e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0f8be3d96d6aff2","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/c0f8be3d96d6aff2","status":"passed","time":{"start":1714130872618,"stop":1714130872618,"duration":0}}]},"113888d001160fe74a44d2ebcc64e07c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c7ca8b2bb1ea8b3","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/1c7ca8b2bb1ea8b3","status":"passed","time":{"start":1714404264852,"stop":1714404264852,"duration":0}}]},"f4c723a352e52629c757b1ab650a50c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c687b73479eb471e","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c687b73479eb471e","status":"passed","time":{"start":1714381688732,"stop":1714381688733,"duration":1}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":75,"unknown":0,"total":76},"items":[{"uid":"4df98a4e1e852160","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4df98a4e1e852160","status":"passed","time":{"start":1714453938220,"stop":1714453938221,"duration":1}},{"uid":"2b4a6b751f6c4549","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2b4a6b751f6c4549","status":"passed","time":{"start":1714435496169,"stop":1714435496169,"duration":0}},{"uid":"38cbc334d5b99697","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/38cbc334d5b99697","status":"passed","time":{"start":1714434565242,"stop":1714434565242,"duration":0}},{"uid":"71033163fcdf5ce5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/71033163fcdf5ce5","status":"passed","time":{"start":1714433260211,"stop":1714433260211,"duration":0}},{"uid":"d32aa739061c8437","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d32aa739061c8437","status":"passed","time":{"start":1714431458123,"stop":1714431458123,"duration":0}},{"uid":"6ddf228e1b2ba149","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6ddf228e1b2ba149","status":"passed","time":{"start":1714431721826,"stop":1714431721826,"duration":0}},{"uid":"a4132380835023d8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a4132380835023d8","status":"passed","time":{"start":1714430444363,"stop":1714430444363,"duration":0}},{"uid":"11bd29731170285a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/11bd29731170285a","status":"passed","time":{"start":1714430236444,"stop":1714430236445,"duration":1}},{"uid":"1898dccee7d464d0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1898dccee7d464d0","status":"passed","time":{"start":1714429398778,"stop":1714429398778,"duration":0}},{"uid":"b3d7157b3f663f94","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b3d7157b3f663f94","status":"passed","time":{"start":1714428542067,"stop":1714428542067,"duration":0}},{"uid":"c40c038a48047856","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c40c038a48047856","status":"passed","time":{"start":1714427319661,"stop":1714427319661,"duration":0}},{"uid":"583eb4549222d6ff","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/583eb4549222d6ff","status":"passed","time":{"start":1714427020640,"stop":1714427020640,"duration":0}},{"uid":"497691daafa67442","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/497691daafa67442","status":"passed","time":{"start":1714426369790,"stop":1714426369790,"duration":0}},{"uid":"d09b6fe58d0dff3a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d09b6fe58d0dff3a","status":"passed","time":{"start":1714424472147,"stop":1714424472148,"duration":1}},{"uid":"deb1ed5d924f37bf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/deb1ed5d924f37bf","status":"passed","time":{"start":1714424862501,"stop":1714424862502,"duration":1}},{"uid":"2f065b8609290cf1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2f065b8609290cf1","status":"passed","time":{"start":1714415015290,"stop":1714415015290,"duration":0}},{"uid":"f2b3cc63bc513624","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f2b3cc63bc513624","status":"passed","time":{"start":1714415168414,"stop":1714415168415,"duration":1}},{"uid":"cc135c70e3052a2e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cc135c70e3052a2e","status":"passed","time":{"start":1714407375570,"stop":1714407375570,"duration":0}},{"uid":"72208cc68542d1ce","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/72208cc68542d1ce","status":"passed","time":{"start":1714406402868,"stop":1714406402868,"duration":0}},{"uid":"9be9dc15afbf94b0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9be9dc15afbf94b0","status":"passed","time":{"start":1714404192631,"stop":1714404192631,"duration":0}}]},"aac81fd0ef7bf944f58a7a36f95eaf7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b41d4e599b9cfb5b","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/b41d4e599b9cfb5b","status":"passed","time":{"start":1713976657597,"stop":1713976657597,"duration":0}}]},"b980607a7c7973ab25317befb1a3ee73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa1ae16d6e98a318","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/aa1ae16d6e98a318","status":"passed","time":{"start":1714046214966,"stop":1714046214966,"duration":0}}]},"ad2fcd304082ae72ecc767d20ac9f344:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a401ee86914c0212","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/a401ee86914c0212","status":"passed","time":{"start":1714123147371,"stop":1714123147371,"duration":0}}]},"2c59a1f2cb718704d91835ced6b10960:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93621738d1f5ae2e","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/93621738d1f5ae2e","status":"passed","time":{"start":1714040273025,"stop":1714040273036,"duration":11}}]},"fec8bb8bd01aafce7927424e769dc0f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9364fe10442e366","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/9364fe10442e366","status":"passed","time":{"start":1713943635266,"stop":1713943635267,"duration":1}}]},"9fe95ed311f6882ab033c1c652222c80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"87175b85b94ec107","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/87175b85b94ec107","status":"passed","time":{"start":1714297302895,"stop":1714297302896,"duration":1}}]},"90744d63df51cf16b01347a960a8e714:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"118a037f753ec372","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/118a037f753ec372","status":"passed","time":{"start":1714109303950,"stop":1714109303950,"duration":0}}]},"bf1138ef7d265b4c50de593f3cf3710f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9382dac1b7fc41eb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9382dac1b7fc41eb","status":"passed","time":{"start":1714429040300,"stop":1714429040300,"duration":0}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"27824d3505a5984c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/27824d3505a5984c","status":"passed","time":{"start":1714453948679,"stop":1714453948679,"duration":0}},{"uid":"bd81f43a06626c18","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bd81f43a06626c18","status":"passed","time":{"start":1714435506556,"stop":1714435506556,"duration":0}},{"uid":"57439714a77003f0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/57439714a77003f0","status":"passed","time":{"start":1714434575697,"stop":1714434575698,"duration":1}},{"uid":"b6d4dddb8cb8cb6d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b6d4dddb8cb8cb6d","status":"passed","time":{"start":1714433270291,"stop":1714433270292,"duration":1}},{"uid":"92909a6d04adf494","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/92909a6d04adf494","status":"passed","time":{"start":1714431468643,"stop":1714431468643,"duration":0}},{"uid":"6d3ac4d11f1b909d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6d3ac4d11f1b909d","status":"passed","time":{"start":1714431732339,"stop":1714431732340,"duration":1}},{"uid":"170a0a409620622","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/170a0a409620622","status":"passed","time":{"start":1714430455366,"stop":1714430455367,"duration":1}},{"uid":"8a32f6934d7616","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8a32f6934d7616","status":"passed","time":{"start":1714430246804,"stop":1714430246805,"duration":1}},{"uid":"6eb6ef9ff03c41aa","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6eb6ef9ff03c41aa","status":"passed","time":{"start":1714429410652,"stop":1714429410652,"duration":0}},{"uid":"278a75eb9d311863","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/278a75eb9d311863","status":"passed","time":{"start":1714428552781,"stop":1714428552781,"duration":0}},{"uid":"1faec21e5810cea2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1faec21e5810cea2","status":"passed","time":{"start":1714427330589,"stop":1714427330589,"duration":0}},{"uid":"5052cfdc9d54cab4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5052cfdc9d54cab4","status":"passed","time":{"start":1714427031094,"stop":1714427031095,"duration":1}},{"uid":"c7083c4a53314a1a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c7083c4a53314a1a","status":"passed","time":{"start":1714426380207,"stop":1714426380207,"duration":0}},{"uid":"1a23150f29c51f38","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1a23150f29c51f38","status":"passed","time":{"start":1714424482576,"stop":1714424482577,"duration":1}},{"uid":"e522d1b9b8d883c0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e522d1b9b8d883c0","status":"passed","time":{"start":1714424873146,"stop":1714424873146,"duration":0}},{"uid":"e2e2e4ef8a67e530","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e2e2e4ef8a67e530","status":"passed","time":{"start":1714415026103,"stop":1714415026103,"duration":0}},{"uid":"40276e3892a149a0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/40276e3892a149a0","status":"passed","time":{"start":1714415179179,"stop":1714415179179,"duration":0}},{"uid":"3be035c74196c949","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3be035c74196c949","status":"passed","time":{"start":1714407386158,"stop":1714407386159,"duration":1}},{"uid":"3287dd33f270f5a1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3287dd33f270f5a1","status":"passed","time":{"start":1714406413852,"stop":1714406413852,"duration":0}},{"uid":"22fe1993dff97a50","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/22fe1993dff97a50","status":"passed","time":{"start":1714404203417,"stop":1714404203417,"duration":0}}]},"e62cc28af145119f33dc59884c3f2783:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"506c239dc8e2d95d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/506c239dc8e2d95d","status":"passed","time":{"start":1714415679034,"stop":1714415679034,"duration":0}}]},"60732250e01e314924fdca0cc7750da4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a20ab2551a3cdce8","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/a20ab2551a3cdce8","status":"passed","time":{"start":1714109313622,"stop":1714109313622,"duration":0}}]},"b04c376c3ce2823834bce494d5c197f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4633440d571cf62","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/a4633440d571cf62","status":"passed","time":{"start":1714219207556,"stop":1714219207556,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"ad3c7e506dc51f8b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ad3c7e506dc51f8b","status":"passed","time":{"start":1714454431994,"stop":1714454431994,"duration":0}},{"uid":"3178117f7f37bd01","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3178117f7f37bd01","status":"passed","time":{"start":1714435990624,"stop":1714435990625,"duration":1}},{"uid":"cc84b8be1f8c525","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cc84b8be1f8c525","status":"passed","time":{"start":1714435062615,"stop":1714435062618,"duration":3}},{"uid":"d1487db7c070b26d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d1487db7c070b26d","status":"passed","time":{"start":1714433747854,"stop":1714433747854,"duration":0}},{"uid":"71bca5e15699d7a9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/71bca5e15699d7a9","status":"passed","time":{"start":1714431959182,"stop":1714431959183,"duration":1}},{"uid":"14f42b31bbff3b82","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/14f42b31bbff3b82","status":"passed","time":{"start":1714432238344,"stop":1714432238345,"duration":1}},{"uid":"aa6b4baff04177b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/aa6b4baff04177b","status":"passed","time":{"start":1714430946042,"stop":1714430946043,"duration":1}},{"uid":"2ba30380c143992f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2ba30380c143992f","status":"passed","time":{"start":1714430757775,"stop":1714430757775,"duration":0}},{"uid":"a826fe2078b49858","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a826fe2078b49858","status":"passed","time":{"start":1714429917776,"stop":1714429917776,"duration":0}},{"uid":"2bfc2ecc323808aa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2bfc2ecc323808aa","status":"passed","time":{"start":1714429038418,"stop":1714429038418,"duration":0}},{"uid":"9a0025b69449a059","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9a0025b69449a059","status":"passed","time":{"start":1714427794305,"stop":1714427794305,"duration":0}},{"uid":"3b8c1c9d1b2afd51","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3b8c1c9d1b2afd51","status":"passed","time":{"start":1714427517456,"stop":1714427517456,"duration":0}},{"uid":"d6c1beb75925045d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d6c1beb75925045d","status":"passed","time":{"start":1714426868581,"stop":1714426868598,"duration":17}},{"uid":"534558b2213c9cfd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/534558b2213c9cfd","status":"passed","time":{"start":1714425555003,"stop":1714425555003,"duration":0}},{"uid":"396bf9c2a761b11e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/396bf9c2a761b11e","status":"passed","time":{"start":1714425349892,"stop":1714425349895,"duration":3}},{"uid":"927f2b696b689bf4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/927f2b696b689bf4","status":"passed","time":{"start":1714415539977,"stop":1714415539978,"duration":1}},{"uid":"3521b30abc956fa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3521b30abc956fa","status":"passed","time":{"start":1714415671316,"stop":1714415671318,"duration":2}},{"uid":"fa2470d0d765cd18","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fa2470d0d765cd18","status":"passed","time":{"start":1714407878081,"stop":1714407878081,"duration":0}},{"uid":"e305554d6720fe66","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e305554d6720fe66","status":"passed","time":{"start":1714406907381,"stop":1714406907382,"duration":1}},{"uid":"f5f8e5bcad4c6856","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f5f8e5bcad4c6856","status":"passed","time":{"start":1714404685458,"stop":1714404685458,"duration":0}}]},"82f4c5f89900a74c68ff455912ea91d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb2d30544e430105","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/fb2d30544e430105","status":"passed","time":{"start":1714139223730,"stop":1714139223731,"duration":1}}]},"b415cfcc18cc30998c38453c77f1668d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b32237fed71b02c","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/4b32237fed71b02c","status":"passed","time":{"start":1714296368560,"stop":1714296368560,"duration":0}}]},"4bf82091c08d1ca9cc04adeca5c6affe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"beb9f44a83c49024","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/beb9f44a83c49024","status":"passed","time":{"start":1713997908344,"stop":1713997908345,"duration":1}}]},"70d3be9d9f664ed06435c89c4c3f99d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4bb7e885b209482","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/e4bb7e885b209482","status":"passed","time":{"start":1714296397564,"stop":1714296397564,"duration":0}}]},"2d704fe82a560755dd9f5e6ceb760797:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c6e83c6499f0399","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2c6e83c6499f0399","status":"passed","time":{"start":1714433468594,"stop":1714433468595,"duration":1}}]},"3fac4e6000543e4bcbbfe7f2d6488e4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"721ade9453f6970","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/721ade9453f6970","status":"passed","time":{"start":1714141029643,"stop":1714141029643,"duration":0}}]},"1322cfafa45b94420cfd6a03f63c909c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e17006bab7287e1e","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/e17006bab7287e1e","status":"passed","time":{"start":1714033775466,"stop":1714033775466,"duration":0}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"bd47b74a9713ab08","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bd47b74a9713ab08","status":"passed","time":{"start":1714453958104,"stop":1714453958105,"duration":1}},{"uid":"798b9c80a07c7708","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/798b9c80a07c7708","status":"passed","time":{"start":1714435516872,"stop":1714435516874,"duration":2}},{"uid":"f866588d0db330aa","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f866588d0db330aa","status":"passed","time":{"start":1714434585832,"stop":1714434585834,"duration":2}},{"uid":"c98966be12eda2f4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c98966be12eda2f4","status":"passed","time":{"start":1714433280766,"stop":1714433280767,"duration":1}},{"uid":"4ef61fef97b65dbe","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4ef61fef97b65dbe","status":"passed","time":{"start":1714431478450,"stop":1714431478451,"duration":1}},{"uid":"9907d55a827dd983","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9907d55a827dd983","status":"passed","time":{"start":1714431742367,"stop":1714431742369,"duration":2}},{"uid":"c4fc7a735cececc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c4fc7a735cececc","status":"passed","time":{"start":1714430465318,"stop":1714430465320,"duration":2}},{"uid":"62b7973abea2ca60","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/62b7973abea2ca60","status":"passed","time":{"start":1714430256905,"stop":1714430256906,"duration":1}},{"uid":"e79e9e451a6af00c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e79e9e451a6af00c","status":"passed","time":{"start":1714429421175,"stop":1714429421176,"duration":1}},{"uid":"e1f9169f2923d843","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e1f9169f2923d843","status":"passed","time":{"start":1714428562872,"stop":1714428562874,"duration":2}},{"uid":"eb61ad4cdd14d02a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eb61ad4cdd14d02a","status":"passed","time":{"start":1714427340548,"stop":1714427340549,"duration":1}},{"uid":"c7dd1ac851dfc9dd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c7dd1ac851dfc9dd","status":"passed","time":{"start":1714427041431,"stop":1714427041433,"duration":2}},{"uid":"279f9c3d348b4f49","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/279f9c3d348b4f49","status":"passed","time":{"start":1714426390780,"stop":1714426390781,"duration":1}},{"uid":"5065da388037826b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5065da388037826b","status":"passed","time":{"start":1714424492788,"stop":1714424492789,"duration":1}},{"uid":"cecfc0a1c2529487","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cecfc0a1c2529487","status":"passed","time":{"start":1714424883368,"stop":1714424883369,"duration":1}},{"uid":"883e54d5b99bd92d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/883e54d5b99bd92d","status":"passed","time":{"start":1714415036080,"stop":1714415036082,"duration":2}},{"uid":"c2dff79af873b3aa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c2dff79af873b3aa","status":"passed","time":{"start":1714415188977,"stop":1714415188978,"duration":1}},{"uid":"b14c3f9e30891313","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b14c3f9e30891313","status":"passed","time":{"start":1714407396333,"stop":1714407396334,"duration":1}},{"uid":"cb57ea4a1497c428","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cb57ea4a1497c428","status":"passed","time":{"start":1714406423703,"stop":1714406423705,"duration":2}},{"uid":"ba13502e596ea82b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ba13502e596ea82b","status":"passed","time":{"start":1714404213332,"stop":1714404213334,"duration":2}}]},"6c4eacfa560cfaaf54b4cf91562b30e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d34713894d85bc50","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/d34713894d85bc50","status":"passed","time":{"start":1714039363091,"stop":1714039363092,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"d88950b501cec473","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d88950b501cec473","status":"passed","time":{"start":1714454140445,"stop":1714454140446,"duration":1}},{"uid":"3cb7fe64962f77d9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3cb7fe64962f77d9","status":"passed","time":{"start":1714435687896,"stop":1714435687896,"duration":0}},{"uid":"6716b8bcc3851eb3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6716b8bcc3851eb3","status":"passed","time":{"start":1714434773455,"stop":1714434773457,"duration":2}},{"uid":"9b585e3443e940c1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9b585e3443e940c1","status":"passed","time":{"start":1714433450970,"stop":1714433450970,"duration":0}},{"uid":"3c240cd3f2c3b43c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3c240cd3f2c3b43c","status":"passed","time":{"start":1714431653499,"stop":1714431653500,"duration":1}},{"uid":"ab1a656d95346e25","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ab1a656d95346e25","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714431989815,"stop":1714431989815,"duration":0}},{"uid":"98a217133483ad47","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/98a217133483ad47","status":"passed","time":{"start":1714430659392,"stop":1714430659392,"duration":0}},{"uid":"37789fcbce9018bd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/37789fcbce9018bd","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714430522132,"stop":1714430522133,"duration":1}},{"uid":"45059c64b0aa8a92","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/45059c64b0aa8a92","status":"passed","time":{"start":1714429610406,"stop":1714429610406,"duration":0}},{"uid":"e19835982189a0a9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e19835982189a0a9","status":"passed","time":{"start":1714428741357,"stop":1714428741357,"duration":0}},{"uid":"780070222b04a5e7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/780070222b04a5e7","status":"passed","time":{"start":1714427513575,"stop":1714427513575,"duration":0}},{"uid":"704deda8fe5e8ee8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/704deda8fe5e8ee8","status":"passed","time":{"start":1714427219349,"stop":1714427219349,"duration":0}},{"uid":"4b4e1217362a0912","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4b4e1217362a0912","status":"passed","time":{"start":1714426573081,"stop":1714426573081,"duration":0}},{"uid":"a751a7a972d362e4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a751a7a972d362e4","status":"passed","time":{"start":1714424914272,"stop":1714424914272,"duration":0}},{"uid":"744b62986c0ced9b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/744b62986c0ced9b","status":"passed","time":{"start":1714425071912,"stop":1714425071912,"duration":0}},{"uid":"ca6a6726d6f068b8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ca6a6726d6f068b8","status":"passed","time":{"start":1714415233313,"stop":1714415233313,"duration":0}},{"uid":"23d5875f516365c3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23d5875f516365c3","status":"passed","time":{"start":1714415382668,"stop":1714415382701,"duration":33}},{"uid":"b35a62945f500f46","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b35a62945f500f46","status":"passed","time":{"start":1714407575690,"stop":1714407575691,"duration":1}},{"uid":"4f6dc24046b7fe39","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4f6dc24046b7fe39","status":"passed","time":{"start":1714406625160,"stop":1714406625161,"duration":1}},{"uid":"2148467d7fac2731","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2148467d7fac2731","status":"passed","time":{"start":1714404386197,"stop":1714404386197,"duration":0}}]},"408aeb807af4a247ef95bba895d13520:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"b7616af520187478","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b7616af520187478","status":"passed","time":{"start":1714453925053,"stop":1714453925053,"duration":0}},{"uid":"f8b3c644048bd096","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f8b3c644048bd096","status":"passed","time":{"start":1714435482961,"stop":1714435482961,"duration":0}},{"uid":"aede21e5dc3911c8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/aede21e5dc3911c8","status":"passed","time":{"start":1714434551996,"stop":1714434551997,"duration":1}},{"uid":"8476f2f8bb9123f2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8476f2f8bb9123f2","status":"passed","time":{"start":1714433247023,"stop":1714433247023,"duration":0}},{"uid":"72b4e095d767be09","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/72b4e095d767be09","status":"passed","time":{"start":1714431444744,"stop":1714431444744,"duration":0}},{"uid":"97ceed8b2151527f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/97ceed8b2151527f","status":"passed","time":{"start":1714431708283,"stop":1714431708283,"duration":0}},{"uid":"7b56b0818cdff4f2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7b56b0818cdff4f2","status":"passed","time":{"start":1714430430714,"stop":1714430430714,"duration":0}},{"uid":"18b712b4dbfd3c33","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/18b712b4dbfd3c33","status":"passed","time":{"start":1714430223177,"stop":1714430223177,"duration":0}},{"uid":"982397335b92274c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/982397335b92274c","status":"passed","time":{"start":1714429383870,"stop":1714429383870,"duration":0}},{"uid":"3d0274897fe79aee","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3d0274897fe79aee","status":"passed","time":{"start":1714428528626,"stop":1714428528626,"duration":0}},{"uid":"bbf66c70c4e2f292","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bbf66c70c4e2f292","status":"passed","time":{"start":1714427305980,"stop":1714427305980,"duration":0}},{"uid":"a7c66e7a983b9061","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a7c66e7a983b9061","status":"passed","time":{"start":1714427007375,"stop":1714427007375,"duration":0}},{"uid":"692274da2ed5e28d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/692274da2ed5e28d","status":"passed","time":{"start":1714426355961,"stop":1714426355962,"duration":1}},{"uid":"539b1d405ec8b9ed","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/539b1d405ec8b9ed","status":"passed","time":{"start":1714424458776,"stop":1714424458776,"duration":0}},{"uid":"e6db2b730caed230","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e6db2b730caed230","status":"passed","time":{"start":1714424849000,"stop":1714424849001,"duration":1}},{"uid":"4d3988780662ac","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4d3988780662ac","status":"passed","time":{"start":1714415001441,"stop":1714415001442,"duration":1}},{"uid":"62aab879d70728c4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/62aab879d70728c4","status":"passed","time":{"start":1714415154911,"stop":1714415154911,"duration":0}},{"uid":"4fde899fc6cf9040","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4fde899fc6cf9040","status":"passed","time":{"start":1714407362039,"stop":1714407362039,"duration":0}},{"uid":"a0af38fd47966aa6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a0af38fd47966aa6","status":"passed","time":{"start":1714406389332,"stop":1714406389332,"duration":0}},{"uid":"7b38ef159c090d1c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7b38ef159c090d1c","status":"passed","time":{"start":1714404179168,"stop":1714404179169,"duration":1}}]},"33f1b768078c044a42d17a66e7347017:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"404636aef431ef3a","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/404636aef431ef3a","status":"passed","time":{"start":1714123147370,"stop":1714123147371,"duration":1}}]},"b50ffbe77ecf95c75bb7de216b66972d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff41e0944aa2a5b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/ff41e0944aa2a5b","status":"passed","time":{"start":1714383216309,"stop":1714383216310,"duration":1}}]},"4e3947bfc19d51ee31062bc6a5f99add:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ea242ba027ae316","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2ea242ba027ae316","status":"passed","time":{"start":1714382963592,"stop":1714382963592,"duration":0}}]},"bb739baa97ece17f2fb5da4576683547:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"6132fdce66961742","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6132fdce66961742","status":"passed","time":{"start":1714453925077,"stop":1714453925077,"duration":0}},{"uid":"a478074ee941250b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a478074ee941250b","status":"passed","time":{"start":1714435482986,"stop":1714435482986,"duration":0}},{"uid":"44d725c4f93bd41e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/44d725c4f93bd41e","status":"passed","time":{"start":1714434552022,"stop":1714434552022,"duration":0}},{"uid":"3a692013635d6f0f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3a692013635d6f0f","status":"passed","time":{"start":1714433247045,"stop":1714433247046,"duration":1}},{"uid":"7cbada02ea5f5943","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7cbada02ea5f5943","status":"passed","time":{"start":1714431444769,"stop":1714431444769,"duration":0}},{"uid":"ceb751de2fda0d3e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ceb751de2fda0d3e","status":"passed","time":{"start":1714431708309,"stop":1714431708309,"duration":0}},{"uid":"9dedd55ea915889d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9dedd55ea915889d","status":"passed","time":{"start":1714430430740,"stop":1714430430740,"duration":0}},{"uid":"3c0fd15d9ee3e754","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3c0fd15d9ee3e754","status":"passed","time":{"start":1714430223195,"stop":1714430223196,"duration":1}},{"uid":"eddaad3ff7abeebd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/eddaad3ff7abeebd","status":"passed","time":{"start":1714429383898,"stop":1714429383898,"duration":0}},{"uid":"19174b35c7f33683","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/19174b35c7f33683","status":"passed","time":{"start":1714428528651,"stop":1714428528651,"duration":0}},{"uid":"e3110d663207e56a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e3110d663207e56a","status":"passed","time":{"start":1714427306000,"stop":1714427306001,"duration":1}},{"uid":"88246b09ccec709e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/88246b09ccec709e","status":"passed","time":{"start":1714427007393,"stop":1714427007394,"duration":1}},{"uid":"1d829b83e1f2da50","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1d829b83e1f2da50","status":"passed","time":{"start":1714426355988,"stop":1714426355989,"duration":1}},{"uid":"3bdf8bc9603d3360","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3bdf8bc9603d3360","status":"passed","time":{"start":1714424458802,"stop":1714424458802,"duration":0}},{"uid":"5123a93ff7a23807","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5123a93ff7a23807","status":"passed","time":{"start":1714424849041,"stop":1714424849041,"duration":0}},{"uid":"10646f03b42e425e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/10646f03b42e425e","status":"passed","time":{"start":1714415001465,"stop":1714415001466,"duration":1}},{"uid":"24326892eccf774d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/24326892eccf774d","status":"passed","time":{"start":1714415154942,"stop":1714415154942,"duration":0}},{"uid":"13944df5cef4d9a1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/13944df5cef4d9a1","status":"passed","time":{"start":1714407362064,"stop":1714407362064,"duration":0}},{"uid":"3e25f3ccdcc69a6e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3e25f3ccdcc69a6e","status":"passed","time":{"start":1714406389358,"stop":1714406389358,"duration":0}},{"uid":"c4df50c461562873","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c4df50c461562873","status":"passed","time":{"start":1714404179197,"stop":1714404179197,"duration":0}}]},"9a86f1c9424af618a2d2ddeccbd5cc7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2cb16a890fe3d0ab","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2cb16a890fe3d0ab","status":"passed","time":{"start":1714384759611,"stop":1714384759612,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":13,"skipped":0,"passed":74,"unknown":0,"total":87},"items":[{"uid":"736b53aa5bad9e09","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/736b53aa5bad9e09","status":"passed","time":{"start":1714454554064,"stop":1714454554065,"duration":1}},{"uid":"948515128cf0689e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/948515128cf0689e","status":"passed","time":{"start":1714436117026,"stop":1714436117026,"duration":0}},{"uid":"b0694c30a9142f07","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b0694c30a9142f07","status":"passed","time":{"start":1714435191893,"stop":1714435191894,"duration":1}},{"uid":"e0fa53b3d67f9155","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e0fa53b3d67f9155","status":"passed","time":{"start":1714433865816,"stop":1714433865816,"duration":0}},{"uid":"aaa6f29478d0ffa9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/aaa6f29478d0ffa9","status":"passed","time":{"start":1714432076574,"stop":1714432076574,"duration":0}},{"uid":"a9ce73a586f10caf","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a9ce73a586f10caf","status":"passed","time":{"start":1714432377876,"stop":1714432377877,"duration":1}},{"uid":"cde3af0a80bf8e4f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cde3af0a80bf8e4f","status":"passed","time":{"start":1714431076631,"stop":1714431076631,"duration":0}},{"uid":"c9e1ea21f9a4bd9e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c9e1ea21f9a4bd9e","status":"passed","time":{"start":1714430888900,"stop":1714430888901,"duration":1}},{"uid":"7eeaff96d8d8886f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7eeaff96d8d8886f","status":"passed","time":{"start":1714430045807,"stop":1714430045808,"duration":1}},{"uid":"815e76c9bebf9f3b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/815e76c9bebf9f3b","status":"passed","time":{"start":1714429164793,"stop":1714429164793,"duration":0}},{"uid":"f58676d6f8f3949d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f58676d6f8f3949d","status":"passed","time":{"start":1714427937757,"stop":1714427937757,"duration":0}},{"uid":"4378047f066b0228","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4378047f066b0228","status":"passed","time":{"start":1714427639967,"stop":1714427639968,"duration":1}},{"uid":"faf67b07ed6a2169","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/faf67b07ed6a2169","status":"passed","time":{"start":1714426998035,"stop":1714426998036,"duration":1}},{"uid":"c1673cc22bce5393","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c1673cc22bce5393","status":"broken","statusDetails":"window is not defined","time":{"start":1714425773008,"stop":1714425773008,"duration":0}},{"uid":"632ffb533285bd4b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/632ffb533285bd4b","status":"passed","time":{"start":1714425485200,"stop":1714425485200,"duration":0}},{"uid":"fb32b4692057f8f4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fb32b4692057f8f4","status":"passed","time":{"start":1714415687170,"stop":1714415687170,"duration":0}},{"uid":"427e3d5f9752315c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/427e3d5f9752315c","status":"passed","time":{"start":1714415793733,"stop":1714415793733,"duration":0}},{"uid":"d8be35347a49c328","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d8be35347a49c328","status":"passed","time":{"start":1714408002652,"stop":1714408002652,"duration":0}},{"uid":"74a52625520ef9fe","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/74a52625520ef9fe","status":"passed","time":{"start":1714407029874,"stop":1714407029875,"duration":1}},{"uid":"dccd16b90c840bca","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dccd16b90c840bca","status":"passed","time":{"start":1714404807068,"stop":1714404807068,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"70cd68626942b1d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70cd68626942b1d0","status":"passed","time":{"start":1714454365884,"stop":1714454365884,"duration":0}},{"uid":"66e14815ae64c3b4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/66e14815ae64c3b4","status":"passed","time":{"start":1714435932825,"stop":1714435932826,"duration":1}},{"uid":"844bef0acbe77d2c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/844bef0acbe77d2c","status":"passed","time":{"start":1714435006847,"stop":1714435006848,"duration":1}},{"uid":"89dcc8ab8735e097","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/89dcc8ab8735e097","status":"passed","time":{"start":1714433693926,"stop":1714433693926,"duration":0}},{"uid":"9b3e71b4ba16381","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9b3e71b4ba16381","status":"passed","time":{"start":1714431888549,"stop":1714431888549,"duration":0}},{"uid":"635eac97bea1af74","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/635eac97bea1af74","status":"passed","time":{"start":1714432201980,"stop":1714432201980,"duration":0}},{"uid":"3c5ab0bdc52bb2bb","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3c5ab0bdc52bb2bb","status":"passed","time":{"start":1714430892452,"stop":1714430892454,"duration":2}},{"uid":"1e39f0cc8bf9e20a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1e39f0cc8bf9e20a","status":"passed","time":{"start":1714430720934,"stop":1714430720935,"duration":1}},{"uid":"45411574ae90d80b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/45411574ae90d80b","status":"passed","time":{"start":1714429855260,"stop":1714429855260,"duration":0}},{"uid":"897b2152c21972dc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/897b2152c21972dc","status":"passed","time":{"start":1714428989440,"stop":1714428989440,"duration":0}},{"uid":"201dff5ee5b97f2a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/201dff5ee5b97f2a","status":"passed","time":{"start":1714427767179,"stop":1714427767180,"duration":1}},{"uid":"3b661ec85dce6b72","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3b661ec85dce6b72","status":"passed","time":{"start":1714427460523,"stop":1714427460524,"duration":1}},{"uid":"8e1db7234b8d769d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8e1db7234b8d769d","status":"passed","time":{"start":1714426812808,"stop":1714426812809,"duration":1}},{"uid":"720733e5480c3a82","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/720733e5480c3a82","status":"passed","time":{"start":1714425528585,"stop":1714425528585,"duration":0}},{"uid":"a0e0d48ba7003817","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a0e0d48ba7003817","status":"passed","time":{"start":1714425301111,"stop":1714425301117,"duration":6}},{"uid":"a21bf45559264b8b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a21bf45559264b8b","status":"passed","time":{"start":1714415473264,"stop":1714415473265,"duration":1}},{"uid":"6fdf57de1eff5e06","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6fdf57de1eff5e06","status":"passed","time":{"start":1714415615362,"stop":1714415615362,"duration":0}},{"uid":"eaa5873e6bdea75f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/eaa5873e6bdea75f","status":"passed","time":{"start":1714407816868,"stop":1714407816869,"duration":1}},{"uid":"fb1a1c69f1836fb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fb1a1c69f1836fb","status":"passed","time":{"start":1714406861591,"stop":1714406861592,"duration":1}},{"uid":"2bdaf1b8b24e9145","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2bdaf1b8b24e9145","status":"passed","time":{"start":1714404628275,"stop":1714404628275,"duration":0}}]},"f5b8879b0b83d36ed1d3aed6e6716563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ddf75b90ee0971b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1ddf75b90ee0971b","status":"passed","time":{"start":1714425413039,"stop":1714425413040,"duration":1}}]},"73d3e38d37d07609230a8cc79d96757d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3602f778f6999c16","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/3602f778f6999c16","status":"passed","time":{"start":1714145815176,"stop":1714145815177,"duration":1}}]},"78d2c7518a6159da1cac743e0ad68067:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b9e5ca804c5724","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7b9e5ca804c5724","status":"passed","time":{"start":1714454485751,"stop":1714454485752,"duration":1}}]},"e1e4457a0095221326c31a5c7457fa5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b983fd3734dabc86","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/b983fd3734dabc86","status":"passed","time":{"start":1714297352591,"stop":1714297352591,"duration":0}}]},"1e926b172e6040deb15ef51f25cfd043:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5c0f9c5ce4c3da6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f5c0f9c5ce4c3da6","status":"passed","time":{"start":1714432020140,"stop":1714432020140,"duration":0}}]},"01b432292b24ef18ae1b4d657433288b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b30d3a3fa4e4c7e2","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/b30d3a3fa4e4c7e2","status":"passed","time":{"start":1714109357873,"stop":1714109357873,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":87,"unknown":0,"total":88},"items":[{"uid":"5112b462c3ee8c8b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5112b462c3ee8c8b","status":"passed","time":{"start":1714454485749,"stop":1714454485749,"duration":0}},{"uid":"5212d00776661cd5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5212d00776661cd5","status":"passed","time":{"start":1714436052993,"stop":1714436052994,"duration":1}},{"uid":"f0054586a40589e1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f0054586a40589e1","status":"passed","time":{"start":1714435115848,"stop":1714435115849,"duration":1}},{"uid":"ba6f375582c4e079","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ba6f375582c4e079","status":"passed","time":{"start":1714433811163,"stop":1714433811163,"duration":0}},{"uid":"dff8d788dd1efdc9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/dff8d788dd1efdc9","status":"passed","time":{"start":1714432020133,"stop":1714432020139,"duration":6}},{"uid":"5d07a5ddf32fc3ec","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5d07a5ddf32fc3ec","status":"passed","time":{"start":1714432303167,"stop":1714432303168,"duration":1}},{"uid":"7dfa74f093f9d390","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7dfa74f093f9d390","status":"passed","time":{"start":1714430997198,"stop":1714430997198,"duration":0}},{"uid":"abf5872dbb5c618f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/abf5872dbb5c618f","status":"passed","time":{"start":1714430813946,"stop":1714430813951,"duration":5}},{"uid":"2e259d16742f9d05","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2e259d16742f9d05","status":"passed","time":{"start":1714429973504,"stop":1714429973505,"duration":1}},{"uid":"d83f108fdd3f6581","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d83f108fdd3f6581","status":"passed","time":{"start":1714429098034,"stop":1714429098034,"duration":0}},{"uid":"da57cea4379feed7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/da57cea4379feed7","status":"passed","time":{"start":1714427856102,"stop":1714427856103,"duration":1}},{"uid":"aab02e75e3c74ddc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/aab02e75e3c74ddc","status":"passed","time":{"start":1714427584804,"stop":1714427584804,"duration":0}},{"uid":"5f4553143eb785ca","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5f4553143eb785ca","status":"passed","time":{"start":1714426927569,"stop":1714426927570,"duration":1}},{"uid":"22d3c6bbef2ddab6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/22d3c6bbef2ddab6","status":"passed","time":{"start":1714425644057,"stop":1714425644070,"duration":13}},{"uid":"9909d7964408bcd9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9909d7964408bcd9","status":"passed","time":{"start":1714425425849,"stop":1714425425849,"duration":0}},{"uid":"a91264f99999f73f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a91264f99999f73f","status":"passed","time":{"start":1714415598514,"stop":1714415598514,"duration":0}},{"uid":"44f18a872d34bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44f18a872d34bf","status":"passed","time":{"start":1714415728451,"stop":1714415728451,"duration":0}},{"uid":"f0fb9ff3d3101f7a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f0fb9ff3d3101f7a","status":"passed","time":{"start":1714407938511,"stop":1714407938511,"duration":0}},{"uid":"f5d91a3d4e8eee5f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f5d91a3d4e8eee5f","status":"passed","time":{"start":1714406971784,"stop":1714406971785,"duration":1}},{"uid":"a1f9188202aa4435","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a1f9188202aa4435","status":"passed","time":{"start":1714404739424,"stop":1714404739424,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"ea69942a51369027","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea69942a51369027","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"duration":0}},{"uid":"9593b0f0a52dd32d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9593b0f0a52dd32d","status":"passed","time":{"start":1714436158728,"stop":1714436158728,"duration":0}},{"uid":"c325934c9443e24b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c325934c9443e24b","status":"passed","time":{"start":1714435237016,"stop":1714435237016,"duration":0}},{"uid":"d4cf3fa88e7380d5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d4cf3fa88e7380d5","status":"passed","time":{"start":1714433925101,"stop":1714433925101,"duration":0}},{"uid":"234b8cbb07162b6c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/234b8cbb07162b6c","status":"passed","time":{"start":1714432132887,"stop":1714432132887,"duration":0}},{"uid":"2455b689fee1de38","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2455b689fee1de38","status":"passed","time":{"start":1714432392978,"stop":1714432392978,"duration":0}},{"uid":"744898c608b7bf6e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/744898c608b7bf6e","status":"passed","time":{"start":1714431131886,"stop":1714431131887,"duration":1}},{"uid":"c85f3cef3d45656d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c85f3cef3d45656d","status":"passed","time":{"start":1714430918780,"stop":1714430918783,"duration":3}},{"uid":"b26be0122dee9784","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b26be0122dee9784","status":"passed","time":{"start":1714430104205,"stop":1714430104205,"duration":0}},{"uid":"d0656512fe74821e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d0656512fe74821e","status":"passed","time":{"start":1714429213872,"stop":1714429213872,"duration":0}},{"uid":"b41458439d7efd46","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b41458439d7efd46","status":"passed","time":{"start":1714427999028,"stop":1714427999028,"duration":0}},{"uid":"38f5ab5d9be49b48","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/38f5ab5d9be49b48","status":"passed","time":{"start":1714427702222,"stop":1714427702223,"duration":1}},{"uid":"6b7ffd75984409b7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6b7ffd75984409b7","status":"passed","time":{"start":1714427044023,"stop":1714427044023,"duration":0}},{"uid":"d129805d5224b810","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d129805d5224b810","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699072,"stop":1714426699072,"duration":0}},{"uid":"e5acd5d7e6f40c51","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e5acd5d7e6f40c51","status":"passed","time":{"start":1714425534887,"stop":1714425534887,"duration":0}},{"uid":"68993a4bd585ed0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/68993a4bd585ed0","status":"passed","time":{"start":1714415702287,"stop":1714415702287,"duration":0}},{"uid":"59f0cebd5e29445c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/59f0cebd5e29445c","status":"passed","time":{"start":1714415850495,"stop":1714415850495,"duration":0}},{"uid":"6954d0e0658a456d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6954d0e0658a456d","status":"passed","time":{"start":1714408049943,"stop":1714408049944,"duration":1}},{"uid":"ee741c5d054c343d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ee741c5d054c343d","status":"passed","time":{"start":1714407080668,"stop":1714407080668,"duration":0}},{"uid":"4323db378abd8e9e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4323db378abd8e9e","status":"passed","time":{"start":1714404860583,"stop":1714404860584,"duration":1}}]},"17e9d2b12e02ffcac6ca6a777870a5d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9415d65ea9bd181b","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/9415d65ea9bd181b","status":"passed","time":{"start":1714382927712,"stop":1714382927713,"duration":1}}]},"290203d57b3e1e77c9caca102d99c5cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a154e25f7e829bc","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/4a154e25f7e829bc","status":"passed","time":{"start":1714262212391,"stop":1714262212391,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"65e4dbe094e430aa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/65e4dbe094e430aa","status":"passed","time":{"start":1714453932704,"stop":1714453932705,"duration":1}},{"uid":"1510c71f28e2097e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1510c71f28e2097e","status":"passed","time":{"start":1714435490583,"stop":1714435490584,"duration":1}},{"uid":"59f7752a1afbc06b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/59f7752a1afbc06b","status":"passed","time":{"start":1714434559558,"stop":1714434559559,"duration":1}},{"uid":"4b12902a44dcf397","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4b12902a44dcf397","status":"passed","time":{"start":1714433254655,"stop":1714433254656,"duration":1}},{"uid":"ad68da8211e435e9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ad68da8211e435e9","status":"passed","time":{"start":1714431452647,"stop":1714431452647,"duration":0}},{"uid":"d9b5adbc367a4005","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d9b5adbc367a4005","status":"passed","time":{"start":1714431716073,"stop":1714431716073,"duration":0}},{"uid":"e50ba20d7b00891","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e50ba20d7b00891","status":"passed","time":{"start":1714430438497,"stop":1714430438498,"duration":1}},{"uid":"205b76f879ecf487","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/205b76f879ecf487","status":"passed","time":{"start":1714430230957,"stop":1714430230958,"duration":1}},{"uid":"8d081a73504b4360","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8d081a73504b4360","status":"passed","time":{"start":1714429392677,"stop":1714429392678,"duration":1}},{"uid":"26307e4b3112a19f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/26307e4b3112a19f","status":"passed","time":{"start":1714428536299,"stop":1714428536300,"duration":1}},{"uid":"ad5d329b58afdf91","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ad5d329b58afdf91","status":"passed","time":{"start":1714427313736,"stop":1714427313736,"duration":0}},{"uid":"819d9a0dd474b72a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/819d9a0dd474b72a","status":"passed","time":{"start":1714427015237,"stop":1714427015238,"duration":1}},{"uid":"84f645a642d092e7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/84f645a642d092e7","status":"passed","time":{"start":1714426364075,"stop":1714426364076,"duration":1}},{"uid":"7aa8b30979669a48","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7aa8b30979669a48","status":"passed","time":{"start":1714424466606,"stop":1714424466610,"duration":4}},{"uid":"22b3afce9015398e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/22b3afce9015398e","status":"passed","time":{"start":1714424856922,"stop":1714424856923,"duration":1}},{"uid":"1b13d2520f4ade6b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1b13d2520f4ade6b","status":"passed","time":{"start":1714415009487,"stop":1714415009488,"duration":1}},{"uid":"d8131fe894e6ceb0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d8131fe894e6ceb0","status":"passed","time":{"start":1714415162803,"stop":1714415162804,"duration":1}},{"uid":"535301ea36fb76ba","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/535301ea36fb76ba","status":"passed","time":{"start":1714407369925,"stop":1714407369926,"duration":1}},{"uid":"91b65e538e9442a5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/91b65e538e9442a5","status":"passed","time":{"start":1714406397060,"stop":1714406397061,"duration":1}},{"uid":"71219f13c34216cb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/71219f13c34216cb","status":"passed","time":{"start":1714404187026,"stop":1714404187026,"duration":0}}]},"832543fb2fd91d3c27cff3b5255528f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a78876b68cf95a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2a78876b68cf95a","status":"passed","time":{"start":1714425425851,"stop":1714425425851,"duration":0}}]},"1e646ad47165dc783996d5f9881cc0d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76cebcc5e8fe6bbf","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/76cebcc5e8fe6bbf","status":"passed","time":{"start":1714404232323,"stop":1714404232324,"duration":1}}]},"1f6d24c44e09525b99502d9c38f8b8c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b464b28f4e048595","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/b464b28f4e048595","status":"passed","time":{"start":1714046060133,"stop":1714046060134,"duration":1}}]},"71d7e2dadca9f3f6bc55edc7ab91f9ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dab97d2765eae757","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/dab97d2765eae757","status":"passed","time":{"start":1714169409574,"stop":1714169409574,"duration":0}}]},"2f48a66ce57eebe0d33ebeb4072ef0aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d8dc9609e475a8e","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/7d8dc9609e475a8e","status":"passed","time":{"start":1714385048715,"stop":1714385048715,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"790b2d22581f4d68","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/790b2d22581f4d68","status":"passed","time":{"start":1714453949192,"stop":1714453949192,"duration":0}},{"uid":"66767f23e300012d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/66767f23e300012d","status":"passed","time":{"start":1714435506840,"stop":1714435506840,"duration":0}},{"uid":"1025818244d5282e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1025818244d5282e","status":"passed","time":{"start":1714434576210,"stop":1714434576211,"duration":1}},{"uid":"a4f443840050672c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a4f443840050672c","status":"passed","time":{"start":1714433271081,"stop":1714433271081,"duration":0}},{"uid":"3c47ac666a6d257b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3c47ac666a6d257b","status":"passed","time":{"start":1714431469029,"stop":1714431469029,"duration":0}},{"uid":"e0da7993b3739705","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e0da7993b3739705","status":"passed","time":{"start":1714431732702,"stop":1714431732702,"duration":0}},{"uid":"353eacdd0cd6540f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/353eacdd0cd6540f","status":"passed","time":{"start":1714430455643,"stop":1714430455644,"duration":1}},{"uid":"7790bbfddbd98789","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7790bbfddbd98789","status":"passed","time":{"start":1714430247323,"stop":1714430247323,"duration":0}},{"uid":"bcb73df0ccfedb2d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bcb73df0ccfedb2d","status":"passed","time":{"start":1714429410962,"stop":1714429410962,"duration":0}},{"uid":"23d20246cf0755be","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/23d20246cf0755be","status":"passed","time":{"start":1714428553101,"stop":1714428553101,"duration":0}},{"uid":"57af7b28ccaf8b6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/57af7b28ccaf8b6","status":"passed","time":{"start":1714427330824,"stop":1714427330825,"duration":1}},{"uid":"9477e70c3711350e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9477e70c3711350e","status":"passed","time":{"start":1714427031438,"stop":1714427031439,"duration":1}},{"uid":"9879d69a7de722fd","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9879d69a7de722fd","status":"passed","time":{"start":1714426381045,"stop":1714426381045,"duration":0}},{"uid":"b2561f65ada60e4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b2561f65ada60e4","status":"passed","time":{"start":1714424483031,"stop":1714424483032,"duration":1}},{"uid":"c10a62edf3b5c156","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c10a62edf3b5c156","status":"passed","time":{"start":1714424873555,"stop":1714424873555,"duration":0}},{"uid":"1964213d769e78a1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1964213d769e78a1","status":"passed","time":{"start":1714415026653,"stop":1714415026653,"duration":0}},{"uid":"11ef1e3a0600179c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/11ef1e3a0600179c","status":"passed","time":{"start":1714415179599,"stop":1714415179599,"duration":0}},{"uid":"75f52fed1a6e0091","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/75f52fed1a6e0091","status":"passed","time":{"start":1714407386567,"stop":1714407386568,"duration":1}},{"uid":"ea7310b70baf081f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ea7310b70baf081f","status":"passed","time":{"start":1714406414101,"stop":1714406414101,"duration":0}},{"uid":"d97d7938b4a1c631","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d97d7938b4a1c631","status":"passed","time":{"start":1714404203705,"stop":1714404203705,"duration":0}}]},"3583c9ffaff09ae193dd40baf8ad5a54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db407562bd6fe53c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/db407562bd6fe53c","status":"passed","time":{"start":1714431944907,"stop":1714431944908,"duration":1}}]},"ef014d250d0bdfe0a5d8675c220473c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaedaef107792d82","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eaedaef107792d82","status":"passed","time":{"start":1714430938921,"stop":1714430938921,"duration":0}}]},"4ecc1fdecd2921e70bf26b859796e532:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c111bff4dbb920e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c111bff4dbb920e","status":"passed","time":{"start":1714425528597,"stop":1714425528597,"duration":0}}]},"22a97c636571fd34cf82ec359bbf3e5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3819b6e1a3b253d9","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/3819b6e1a3b253d9","status":"passed","time":{"start":1714139223724,"stop":1714139223724,"duration":0}}]},"387c7e7f54c6c51eec968eb5f4342405:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7d2c22878855c565","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/7d2c22878855c565","status":"passed","time":{"start":1713996808983,"stop":1713996808983,"duration":0}}]},"8d4fd778b6fe503524b5a9d98a2399b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67ce480ca24a0b7b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/67ce480ca24a0b7b","status":"passed","time":{"start":1714429098039,"stop":1714429098039,"duration":0}}]},"fd187f02100b94764670bfeb9b8abac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"447bd47d067323ea","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/447bd47d067323ea","status":"passed","time":{"start":1714407867319,"stop":1714407867320,"duration":1}}]},"a074e8fe3b2aefb332a063da35d1920e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8163470e57986513","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/8163470e57986513","status":"passed","time":{"start":1714381747125,"stop":1714381747126,"duration":1}}]},"349bd176e577d3d6e2dc4783dd3ed96b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"561b3249d5a18c2e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/561b3249d5a18c2e","status":"passed","time":{"start":1714427561588,"stop":1714427561588,"duration":0}}]},"bb62b41f0fc70d86a8b21828e49b833f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc163470768e32c2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bc163470768e32c2","status":"passed","time":{"start":1714425425857,"stop":1714425425857,"duration":0}}]},"bdca6def49c32588a4c9869c3ffe002d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db4ad05f030f9dd1","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/db4ad05f030f9dd1","status":"passed","time":{"start":1714008091541,"stop":1714008091541,"duration":0}}]},"e159970385900195a3b14ceb06be2803:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd8f2894427e203c","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/cd8f2894427e203c","status":"passed","time":{"start":1714039261316,"stop":1714039261317,"duration":1}}]},"e3aad6ee6a8af196aff3b0e6dffd367b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c9c15bb660f7071","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8c9c15bb660f7071","status":"passed","time":{"start":1714433811167,"stop":1714433811167,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"8027cf929ebba3b7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8027cf929ebba3b7","status":"passed","time":{"start":1714454431995,"stop":1714454431995,"duration":0}},{"uid":"921a63c036b5fb14","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/921a63c036b5fb14","status":"passed","time":{"start":1714435990626,"stop":1714435990627,"duration":1}},{"uid":"f7280620385f2b2f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f7280620385f2b2f","status":"passed","time":{"start":1714435062619,"stop":1714435062620,"duration":1}},{"uid":"85bfaed8a9711434","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/85bfaed8a9711434","status":"passed","time":{"start":1714433747857,"stop":1714433747858,"duration":1}},{"uid":"671f1ce218571fca","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/671f1ce218571fca","status":"passed","time":{"start":1714431959185,"stop":1714431959189,"duration":4}},{"uid":"e97dacd2551da1b7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e97dacd2551da1b7","status":"passed","time":{"start":1714432238348,"stop":1714432238348,"duration":0}},{"uid":"7d2afe9b10f2d6f6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7d2afe9b10f2d6f6","status":"passed","time":{"start":1714430946044,"stop":1714430946045,"duration":1}},{"uid":"a61b3050312aefb6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a61b3050312aefb6","status":"passed","time":{"start":1714430757776,"stop":1714430757776,"duration":0}},{"uid":"bd93ce9a36f859f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bd93ce9a36f859f","status":"passed","time":{"start":1714429917783,"stop":1714429917783,"duration":0}},{"uid":"eed0b9623b74183a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eed0b9623b74183a","status":"passed","time":{"start":1714429038419,"stop":1714429038420,"duration":1}},{"uid":"9cfe7071c12871d7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9cfe7071c12871d7","status":"passed","time":{"start":1714427794306,"stop":1714427794307,"duration":1}},{"uid":"b8097d39facae082","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b8097d39facae082","status":"passed","time":{"start":1714427517457,"stop":1714427517458,"duration":1}},{"uid":"3c8f41ca0f49a449","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3c8f41ca0f49a449","status":"passed","time":{"start":1714426868599,"stop":1714426868599,"duration":0}},{"uid":"42698a07655ba4f7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/42698a07655ba4f7","status":"passed","time":{"start":1714425555004,"stop":1714425555005,"duration":1}},{"uid":"56f1a86ff41c1f96","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/56f1a86ff41c1f96","status":"passed","time":{"start":1714425349902,"stop":1714425349908,"duration":6}},{"uid":"cd93da0d82ca7543","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cd93da0d82ca7543","status":"passed","time":{"start":1714415539979,"stop":1714415539979,"duration":0}},{"uid":"f9036a10c9c38920","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f9036a10c9c38920","status":"passed","time":{"start":1714415671319,"stop":1714415671319,"duration":0}},{"uid":"f5c9ea3a2e62491b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f5c9ea3a2e62491b","status":"passed","time":{"start":1714407878082,"stop":1714407878082,"duration":0}},{"uid":"121aeb5c023072d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/121aeb5c023072d","status":"passed","time":{"start":1714406907400,"stop":1714406907401,"duration":1}},{"uid":"d86981f0631616dd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d86981f0631616dd","status":"passed","time":{"start":1714404685459,"stop":1714404685459,"duration":0}}]},"ceefaa59b6b1461e4a759cda9ea7e782:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d676b899674e88bf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d676b899674e88bf","status":"passed","time":{"start":1714427848699,"stop":1714427848700,"duration":1}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f4b894b1ff5fc042","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f4b894b1ff5fc042","status":"passed","time":{"start":1714454015968,"stop":1714454015968,"duration":0}},{"uid":"60d4a8ae83437d3e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/60d4a8ae83437d3e","status":"passed","time":{"start":1714435573550,"stop":1714435573550,"duration":0}},{"uid":"41a801ac4abfdea8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/41a801ac4abfdea8","status":"passed","time":{"start":1714434644055,"stop":1714434644056,"duration":1}},{"uid":"ec9a9971b5e45f07","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ec9a9971b5e45f07","status":"passed","time":{"start":1714433338736,"stop":1714433338737,"duration":1}},{"uid":"38c48bcdb1de3937","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/38c48bcdb1de3937","status":"passed","time":{"start":1714431536340,"stop":1714431536340,"duration":0}},{"uid":"97553e6bc8209f30","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/97553e6bc8209f30","status":"passed","time":{"start":1714431800187,"stop":1714431800187,"duration":0}},{"uid":"e51a200113d00fdc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e51a200113d00fdc","status":"passed","time":{"start":1714430523387,"stop":1714430523387,"duration":0}},{"uid":"8a54e4710f43663d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8a54e4710f43663d","status":"passed","time":{"start":1714430313850,"stop":1714430313850,"duration":0}},{"uid":"a769d22be95e3d2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a769d22be95e3d2","status":"passed","time":{"start":1714429481395,"stop":1714429481395,"duration":0}},{"uid":"b02de83efcde69a4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b02de83efcde69a4","status":"passed","time":{"start":1714428620112,"stop":1714428620112,"duration":0}},{"uid":"836e171674039fd5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/836e171674039fd5","status":"passed","time":{"start":1714427398603,"stop":1714427398603,"duration":0}},{"uid":"583b1572961c93ec","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/583b1572961c93ec","status":"passed","time":{"start":1714427098532,"stop":1714427098533,"duration":1}},{"uid":"1b87fbb6e62a7842","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1b87fbb6e62a7842","status":"passed","time":{"start":1714426448208,"stop":1714426448209,"duration":1}},{"uid":"7d1349c43e06743e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7d1349c43e06743e","status":"passed","time":{"start":1714424551048,"stop":1714424551049,"duration":1}},{"uid":"e53e55b43f1ee9b6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e53e55b43f1ee9b6","status":"passed","time":{"start":1714424941438,"stop":1714424941438,"duration":0}},{"uid":"de7db9f498dfb5b6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/de7db9f498dfb5b6","status":"passed","time":{"start":1714415094252,"stop":1714415094253,"duration":1}},{"uid":"b80cf7e84f8a695c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b80cf7e84f8a695c","status":"passed","time":{"start":1714415247307,"stop":1714415247308,"duration":1}},{"uid":"2b8a503503b5b0fe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2b8a503503b5b0fe","status":"passed","time":{"start":1714407454394,"stop":1714407454395,"duration":1}},{"uid":"ec71b37a79c51786","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ec71b37a79c51786","status":"passed","time":{"start":1714406481770,"stop":1714406481771,"duration":1}},{"uid":"edb4d2eccefda1ac","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/edb4d2eccefda1ac","status":"passed","time":{"start":1714404271558,"stop":1714404271558,"duration":0}}]},"45dc94ba188fad328926d4187e333e8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23d12ca10f6e85e6","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/23d12ca10f6e85e6","status":"passed","time":{"start":1714039306306,"stop":1714039306306,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"b71d567b89d3c557","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b71d567b89d3c557","status":"passed","time":{"start":1714454282971,"stop":1714454282971,"duration":0}},{"uid":"5b0b79b22ce52c35","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5b0b79b22ce52c35","status":"passed","time":{"start":1714435826663,"stop":1714435826663,"duration":0}},{"uid":"feb11ed1371228c3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/feb11ed1371228c3","status":"passed","time":{"start":1714434891417,"stop":1714434891417,"duration":0}},{"uid":"32d80a384258bd30","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/32d80a384258bd30","status":"passed","time":{"start":1714433579164,"stop":1714433579164,"duration":0}},{"uid":"e9d017365d3cab34","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e9d017365d3cab34","status":"passed","time":{"start":1714431790086,"stop":1714431790086,"duration":0}},{"uid":"e23a91a49a55aa2f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e23a91a49a55aa2f","status":"passed","time":{"start":1714432108459,"stop":1714432108459,"duration":0}},{"uid":"b012aceb62abaaec","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b012aceb62abaaec","status":"passed","time":{"start":1714430776811,"stop":1714430776812,"duration":1}},{"uid":"dd147313e9f9c9fb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/dd147313e9f9c9fb","status":"passed","time":{"start":1714430614407,"stop":1714430614407,"duration":0}},{"uid":"c08b2b22e6120095","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c08b2b22e6120095","status":"passed","time":{"start":1714429746729,"stop":1714429746729,"duration":0}},{"uid":"46066da2e8fc7af0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/46066da2e8fc7af0","status":"passed","time":{"start":1714428854422,"stop":1714428854422,"duration":0}},{"uid":"41b78de9a8b75fc3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/41b78de9a8b75fc3","status":"passed","time":{"start":1714427646203,"stop":1714427646204,"duration":1}},{"uid":"90616ff511a10a20","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/90616ff511a10a20","status":"passed","time":{"start":1714427346920,"stop":1714427346920,"duration":0}},{"uid":"1ec3b065ce6b3e8d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1ec3b065ce6b3e8d","status":"passed","time":{"start":1714426697034,"stop":1714426697034,"duration":0}},{"uid":"cffbdf49822a1531","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cffbdf49822a1531","status":"passed","time":{"start":1714425456656,"stop":1714425456656,"duration":0}},{"uid":"17c53cf9aa01f617","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/17c53cf9aa01f617","status":"passed","time":{"start":1714425178900,"stop":1714425178900,"duration":0}},{"uid":"eeec3d2435aca987","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eeec3d2435aca987","status":"passed","time":{"start":1714415356780,"stop":1714415356780,"duration":0}},{"uid":"53cf66d32506dfff","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/53cf66d32506dfff","status":"passed","time":{"start":1714415495568,"stop":1714415495568,"duration":0}},{"uid":"bacef58ee0c6876c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bacef58ee0c6876c","status":"passed","time":{"start":1714407697668,"stop":1714407697668,"duration":0}},{"uid":"64407f2703ba8940","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/64407f2703ba8940","status":"passed","time":{"start":1714406727361,"stop":1714406727362,"duration":1}},{"uid":"76fc413ef3f4c0f1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/76fc413ef3f4c0f1","status":"passed","time":{"start":1714404518829,"stop":1714404518829,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"7e8a5db98dc2cbab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e8a5db98dc2cbab","status":"passed","time":{"start":1714454429789,"stop":1714454429789,"duration":0}},{"uid":"be0e90b155bdbaaf","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/be0e90b155bdbaaf","status":"passed","time":{"start":1714435983373,"stop":1714435983374,"duration":1}},{"uid":"c94ac0b554fcdf62","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c94ac0b554fcdf62","status":"passed","time":{"start":1714435051935,"stop":1714435051935,"duration":0}},{"uid":"7d848cebfd57b030","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7d848cebfd57b030","status":"passed","time":{"start":1714433741785,"stop":1714433741786,"duration":1}},{"uid":"dcdc21eaf465cb93","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/dcdc21eaf465cb93","status":"passed","time":{"start":1714431944895,"stop":1714431944896,"duration":1}},{"uid":"5327df0c814e930d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5327df0c814e930d","status":"passed","time":{"start":1714432240082,"stop":1714432240083,"duration":1}},{"uid":"e494e945e5ed1f22","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e494e945e5ed1f22","status":"passed","time":{"start":1714430938911,"stop":1714430938911,"duration":0}},{"uid":"f149cc10f2f763b9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f149cc10f2f763b9","status":"passed","time":{"start":1714430755762,"stop":1714430755762,"duration":0}},{"uid":"9cb6fadd379f6601","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9cb6fadd379f6601","status":"passed","time":{"start":1714429913422,"stop":1714429913422,"duration":0}},{"uid":"21bb710f810900e8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/21bb710f810900e8","status":"passed","time":{"start":1714429034570,"stop":1714429034571,"duration":1}},{"uid":"a6da10edfcff1fca","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a6da10edfcff1fca","status":"passed","time":{"start":1714427765137,"stop":1714427765137,"duration":0}},{"uid":"997f8006ca6f3d00","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/997f8006ca6f3d00","status":"passed","time":{"start":1714427509511,"stop":1714427509511,"duration":0}},{"uid":"b2c06996cb10cc4f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b2c06996cb10cc4f","status":"passed","time":{"start":1714426865262,"stop":1714426865262,"duration":0}},{"uid":"f1e7d32da583c9cd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f1e7d32da583c9cd","status":"passed","time":{"start":1714425536871,"stop":1714425536871,"duration":0}},{"uid":"7ebd11380a01304b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7ebd11380a01304b","status":"passed","time":{"start":1714425348171,"stop":1714425348172,"duration":1}},{"uid":"60e39ba6b1c78277","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/60e39ba6b1c78277","status":"passed","time":{"start":1714415541640,"stop":1714415541640,"duration":0}},{"uid":"84d5e249fe60b2dd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/84d5e249fe60b2dd","status":"passed","time":{"start":1714415666670,"stop":1714415666670,"duration":0}},{"uid":"42fccaad0d14990e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/42fccaad0d14990e","status":"passed","time":{"start":1714407867314,"stop":1714407867314,"duration":0}},{"uid":"bd3c7178c84e2ed7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bd3c7178c84e2ed7","status":"passed","time":{"start":1714406901735,"stop":1714406901739,"duration":4}},{"uid":"374acf9f78717bed","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/374acf9f78717bed","status":"passed","time":{"start":1714404685928,"stop":1714404685928,"duration":0}}]},"10652d288c8b9ed592d3a6e679a28f2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"770e12f82b6d54f1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/770e12f82b6d54f1","status":"passed","time":{"start":1714430789852,"stop":1714430789852,"duration":0}}]},"03b7c38873b1f917372f35d8b1727d64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bed262885fdf526a","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/bed262885fdf526a","status":"passed","time":{"start":1714046214966,"stop":1714046214966,"duration":0}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e1237131e461ba8b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1237131e461ba8b","status":"passed","time":{"start":1714453925050,"stop":1714453925051,"duration":1}},{"uid":"96065a7911cd581f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/96065a7911cd581f","status":"passed","time":{"start":1714435482958,"stop":1714435482959,"duration":1}},{"uid":"e2b54fd07b341d99","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e2b54fd07b341d99","status":"passed","time":{"start":1714434551994,"stop":1714434551994,"duration":0}},{"uid":"8b7c043b3a6b66cb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8b7c043b3a6b66cb","status":"passed","time":{"start":1714433247021,"stop":1714433247021,"duration":0}},{"uid":"214168295cc5918d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/214168295cc5918d","status":"passed","time":{"start":1714431444741,"stop":1714431444742,"duration":1}},{"uid":"1ce572469de8563","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1ce572469de8563","status":"passed","time":{"start":1714431708280,"stop":1714431708281,"duration":1}},{"uid":"59dce625a6600b74","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/59dce625a6600b74","status":"passed","time":{"start":1714430430709,"stop":1714430430709,"duration":0}},{"uid":"82f4f18ac0f7a3e3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/82f4f18ac0f7a3e3","status":"passed","time":{"start":1714430223175,"stop":1714430223176,"duration":1}},{"uid":"f574e0e463ab9389","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f574e0e463ab9389","status":"passed","time":{"start":1714429383866,"stop":1714429383867,"duration":1}},{"uid":"718d36026da7caa2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/718d36026da7caa2","status":"passed","time":{"start":1714428528624,"stop":1714428528624,"duration":0}},{"uid":"6c56b8f8a7a4db15","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6c56b8f8a7a4db15","status":"passed","time":{"start":1714427305978,"stop":1714427305978,"duration":0}},{"uid":"7d55e30a7bdc2f47","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7d55e30a7bdc2f47","status":"passed","time":{"start":1714427007373,"stop":1714427007374,"duration":1}},{"uid":"3884892f5dcf2635","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3884892f5dcf2635","status":"passed","time":{"start":1714426355958,"stop":1714426355959,"duration":1}},{"uid":"b65489e1d7de0691","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b65489e1d7de0691","status":"passed","time":{"start":1714424458773,"stop":1714424458774,"duration":1}},{"uid":"35d6ff5fe6ed4dc8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/35d6ff5fe6ed4dc8","status":"passed","time":{"start":1714424848998,"stop":1714424848998,"duration":0}},{"uid":"767c47d199b96457","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/767c47d199b96457","status":"passed","time":{"start":1714415001438,"stop":1714415001439,"duration":1}},{"uid":"978f93907ab5f44e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/978f93907ab5f44e","status":"passed","time":{"start":1714415154907,"stop":1714415154908,"duration":1}},{"uid":"96461d89256f9b3c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/96461d89256f9b3c","status":"passed","time":{"start":1714407362036,"stop":1714407362036,"duration":0}},{"uid":"794a801e5ee3f951","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/794a801e5ee3f951","status":"passed","time":{"start":1714406389329,"stop":1714406389330,"duration":1}},{"uid":"5b2bbc8ddcce754a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5b2bbc8ddcce754a","status":"passed","time":{"start":1714404179166,"stop":1714404179166,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":80,"unknown":0,"total":88},"items":[{"uid":"63ca4d840510b808","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63ca4d840510b808","status":"passed","time":{"start":1714454368452,"stop":1714454368453,"duration":1}},{"uid":"26a3cd189140eaab","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/26a3cd189140eaab","status":"passed","time":{"start":1714435936658,"stop":1714435936658,"duration":0}},{"uid":"a37f8ff14cc53d1e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a37f8ff14cc53d1e","status":"passed","time":{"start":1714435009586,"stop":1714435009587,"duration":1}},{"uid":"45947320b7c910d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/45947320b7c910d","status":"passed","time":{"start":1714433697550,"stop":1714433697550,"duration":0}},{"uid":"c316f845340ed9e5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c316f845340ed9e5","status":"passed","time":{"start":1714431891183,"stop":1714431891183,"duration":0}},{"uid":"6dd9669617692775","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6dd9669617692775","status":"passed","time":{"start":1714432197014,"stop":1714432197015,"duration":1}},{"uid":"d0d06794a4a71bb1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d0d06794a4a71bb1","status":"passed","time":{"start":1714430895303,"stop":1714430895303,"duration":0}},{"uid":"843ba109a77f97c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/843ba109a77f97c","status":"passed","time":{"start":1714430716052,"stop":1714430716052,"duration":0}},{"uid":"63151f5395ffad2e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/63151f5395ffad2e","status":"passed","time":{"start":1714429858917,"stop":1714429858917,"duration":0}},{"uid":"eb48d534b1bac44b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eb48d534b1bac44b","status":"passed","time":{"start":1714428985701,"stop":1714428985701,"duration":0}},{"uid":"a7f18fe7472df194","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a7f18fe7472df194","status":"passed","time":{"start":1714427694964,"stop":1714427694964,"duration":0}},{"uid":"de6604290cf15495","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/de6604290cf15495","status":"passed","time":{"start":1714427464192,"stop":1714427464192,"duration":0}},{"uid":"e14056fb3fbc1dbb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e14056fb3fbc1dbb","status":"passed","time":{"start":1714426815528,"stop":1714426815528,"duration":0}},{"uid":"984306c0f6be92de","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/984306c0f6be92de","status":"passed","time":{"start":1714425474835,"stop":1714425474835,"duration":0}},{"uid":"64aa9a36605880d2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/64aa9a36605880d2","status":"passed","time":{"start":1714425302084,"stop":1714425302084,"duration":0}},{"uid":"a7e957181d543bb0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a7e957181d543bb0","status":"passed","time":{"start":1714415477076,"stop":1714415477077,"duration":1}},{"uid":"d78f909f7e4df75a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d78f909f7e4df75a","status":"passed","time":{"start":1714415618098,"stop":1714415618098,"duration":0}},{"uid":"536fa197f813f6e0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/536fa197f813f6e0","status":"passed","time":{"start":1714407819445,"stop":1714407819446,"duration":1}},{"uid":"2c8f484191210d2f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2c8f484191210d2f","status":"passed","time":{"start":1714406855814,"stop":1714406855814,"duration":0}},{"uid":"88ec3d19d014164f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/88ec3d19d014164f","status":"passed","time":{"start":1714404631860,"stop":1714404631860,"duration":0}}]},"e10a56e510eb7f8a75c79533e3b1fa74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f336962a050c80b6","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/f336962a050c80b6","status":"passed","time":{"start":1713976155510,"stop":1713976155510,"duration":0}}]},"558740ba9a55eb008be8f2746ec48c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f43919fa50a5194e","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/f43919fa50a5194e","status":"passed","time":{"start":1714221497813,"stop":1714221497813,"duration":0}}]},"ee3f521afffc8dfa9a11c274429efe6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c91032d892da1ef","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/3c91032d892da1ef","status":"passed","time":{"start":1714130822087,"stop":1714130822088,"duration":1}}]},"18f15d2d6e959fccf2a582caea7cc566:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1fa9456948943902","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/1fa9456948943902","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713998725128,"stop":1713998725128,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ce14cf8db4c30f17","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ce14cf8db4c30f17","status":"passed","time":{"start":1714454015965,"stop":1714454015965,"duration":0}},{"uid":"f70e1849b21a12da","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f70e1849b21a12da","status":"passed","time":{"start":1714435573548,"stop":1714435573548,"duration":0}},{"uid":"c8024ce6b20a6024","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c8024ce6b20a6024","status":"passed","time":{"start":1714434644053,"stop":1714434644054,"duration":1}},{"uid":"48e5f09458d4efcb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/48e5f09458d4efcb","status":"passed","time":{"start":1714433338732,"stop":1714433338733,"duration":1}},{"uid":"f1fce3912c559804","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f1fce3912c559804","status":"passed","time":{"start":1714431536336,"stop":1714431536337,"duration":1}},{"uid":"724a92a5ba936db4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/724a92a5ba936db4","status":"passed","time":{"start":1714431800184,"stop":1714431800184,"duration":0}},{"uid":"5e6915bc70c7a823","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5e6915bc70c7a823","status":"passed","time":{"start":1714430523384,"stop":1714430523384,"duration":0}},{"uid":"aae1c8a6ecfc611c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/aae1c8a6ecfc611c","status":"passed","time":{"start":1714430313846,"stop":1714430313847,"duration":1}},{"uid":"ab8cada1bf5bcb04","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ab8cada1bf5bcb04","status":"passed","time":{"start":1714429481391,"stop":1714429481391,"duration":0}},{"uid":"494d997adacf7b7b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/494d997adacf7b7b","status":"passed","time":{"start":1714428620100,"stop":1714428620101,"duration":1}},{"uid":"daf2b3d8d7e886be","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/daf2b3d8d7e886be","status":"passed","time":{"start":1714427398600,"stop":1714427398601,"duration":1}},{"uid":"1d2d46bd68576750","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1d2d46bd68576750","status":"passed","time":{"start":1714427098529,"stop":1714427098530,"duration":1}},{"uid":"76648f6ab26e8541","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/76648f6ab26e8541","status":"passed","time":{"start":1714426448201,"stop":1714426448203,"duration":2}},{"uid":"a0d2b7453c476dd2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a0d2b7453c476dd2","status":"passed","time":{"start":1714424551045,"stop":1714424551046,"duration":1}},{"uid":"17dde9b11c63419","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/17dde9b11c63419","status":"passed","time":{"start":1714424941436,"stop":1714424941436,"duration":0}},{"uid":"fcd24ace8e59d965","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fcd24ace8e59d965","status":"passed","time":{"start":1714415094246,"stop":1714415094247,"duration":1}},{"uid":"230538fb67dee63","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/230538fb67dee63","status":"passed","time":{"start":1714415247297,"stop":1714415247299,"duration":2}},{"uid":"5ab39d420c9def3c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5ab39d420c9def3c","status":"passed","time":{"start":1714407454390,"stop":1714407454391,"duration":1}},{"uid":"955b0eccfd58f1d4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/955b0eccfd58f1d4","status":"passed","time":{"start":1714406481767,"stop":1714406481767,"duration":0}},{"uid":"5aa65da55b7817bc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5aa65da55b7817bc","status":"passed","time":{"start":1714404271555,"stop":1714404271555,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":13,"skipped":0,"passed":74,"unknown":0,"total":87},"items":[{"uid":"8778fef67418c927","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8778fef67418c927","status":"passed","time":{"start":1714454554065,"stop":1714454554065,"duration":0}},{"uid":"8f749ccd777668c7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8f749ccd777668c7","status":"passed","time":{"start":1714436117027,"stop":1714436117027,"duration":0}},{"uid":"5481961f8713ffe","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5481961f8713ffe","status":"passed","time":{"start":1714435191895,"stop":1714435191895,"duration":0}},{"uid":"6ede9a47202090b7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6ede9a47202090b7","status":"passed","time":{"start":1714433865817,"stop":1714433865817,"duration":0}},{"uid":"e3ebce4939001cfa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e3ebce4939001cfa","status":"passed","time":{"start":1714432076575,"stop":1714432076576,"duration":1}},{"uid":"7d066bc56c4fcc59","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7d066bc56c4fcc59","status":"passed","time":{"start":1714432377878,"stop":1714432377879,"duration":1}},{"uid":"f46aae16d09aec39","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f46aae16d09aec39","status":"passed","time":{"start":1714431076632,"stop":1714431076632,"duration":0}},{"uid":"88265725b88afa69","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/88265725b88afa69","status":"passed","time":{"start":1714430888901,"stop":1714430888902,"duration":1}},{"uid":"e6d9c70e376f12cc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e6d9c70e376f12cc","status":"passed","time":{"start":1714430045808,"stop":1714430045809,"duration":1}},{"uid":"ad40a32174a89d43","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ad40a32174a89d43","status":"passed","time":{"start":1714429164794,"stop":1714429164794,"duration":0}},{"uid":"be293cd3157d07c0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/be293cd3157d07c0","status":"passed","time":{"start":1714427937758,"stop":1714427937759,"duration":1}},{"uid":"880899e78b88f5a3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/880899e78b88f5a3","status":"passed","time":{"start":1714427639968,"stop":1714427639969,"duration":1}},{"uid":"6fe78697b5e2b468","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6fe78697b5e2b468","status":"passed","time":{"start":1714426998038,"stop":1714426998038,"duration":0}},{"uid":"bee98913da23b683","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bee98913da23b683","status":"broken","statusDetails":"window is not defined","time":{"start":1714425773011,"stop":1714425773011,"duration":0}},{"uid":"84c3311743d2fdbe","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/84c3311743d2fdbe","status":"passed","time":{"start":1714425485200,"stop":1714425485201,"duration":1}},{"uid":"c8bc7eb6f7f1730","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c8bc7eb6f7f1730","status":"passed","time":{"start":1714415687171,"stop":1714415687171,"duration":0}},{"uid":"fdf24131dad94654","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fdf24131dad94654","status":"passed","time":{"start":1714415793734,"stop":1714415793734,"duration":0}},{"uid":"166ee220dea5a1cc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/166ee220dea5a1cc","status":"passed","time":{"start":1714408002653,"stop":1714408002653,"duration":0}},{"uid":"7e3695d4a3dd9435","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7e3695d4a3dd9435","status":"passed","time":{"start":1714407029876,"stop":1714407029876,"duration":0}},{"uid":"ab2a6b8cb63e7695","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ab2a6b8cb63e7695","status":"passed","time":{"start":1714404807069,"stop":1714404807069,"duration":0}}]},"a8031553459702b75f23d0a06df50e9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"781eb6cb17055e53","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/781eb6cb17055e53","status":"passed","time":{"start":1714435115853,"stop":1714435115853,"duration":0}}]},"7d57e6400660766b9418a50ad3ca9514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efa963364d8bafe6","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/efa963364d8bafe6","status":"passed","time":{"start":1714385757963,"stop":1714385757963,"duration":0}}]},"5bc6075fcc19c0fe4c281bf35fea3cea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9920c589f02e7eff","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/9920c589f02e7eff","status":"passed","time":{"start":1714218826858,"stop":1714218826859,"duration":1}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"720a5ad4e0e15e1e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/720a5ad4e0e15e1e","status":"passed","time":{"start":1714454133737,"stop":1714454133737,"duration":0}},{"uid":"e3bb581c21b0e33c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e3bb581c21b0e33c","status":"passed","time":{"start":1714435697059,"stop":1714435697060,"duration":1}},{"uid":"40dac426516ae22f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/40dac426516ae22f","status":"passed","time":{"start":1714434777701,"stop":1714434777702,"duration":1}},{"uid":"e36dfeb6cf296e3a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e36dfeb6cf296e3a","status":"passed","time":{"start":1714433468580,"stop":1714433468580,"duration":0}},{"uid":"f302dd49ad89be55","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f302dd49ad89be55","status":"passed","time":{"start":1714431659894,"stop":1714431659894,"duration":0}},{"uid":"51268342a2625bae","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/51268342a2625bae","status":"passed","time":{"start":1714431917004,"stop":1714431917004,"duration":0}},{"uid":"4a783b4d09624017","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4a783b4d09624017","status":"passed","time":{"start":1714430652874,"stop":1714430652876,"duration":2}},{"uid":"9e3a005f8bf5d1f0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9e3a005f8bf5d1f0","status":"passed","time":{"start":1714430439934,"stop":1714430439934,"duration":0}},{"uid":"1e7eeaf22ce54c2a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1e7eeaf22ce54c2a","status":"passed","time":{"start":1714429618773,"stop":1714429618774,"duration":1}},{"uid":"96cd43fe01fb83f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/96cd43fe01fb83f","status":"passed","time":{"start":1714428758236,"stop":1714428758236,"duration":0}},{"uid":"53c487ba086c21e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/53c487ba086c21e","status":"passed","time":{"start":1714427532038,"stop":1714427532038,"duration":0}},{"uid":"eb2aa75d3c0cd7b6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/eb2aa75d3c0cd7b6","status":"passed","time":{"start":1714427233654,"stop":1714427233654,"duration":0}},{"uid":"e8dad0f949678d51","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e8dad0f949678d51","status":"passed","time":{"start":1714426576824,"stop":1714426576824,"duration":0}},{"uid":"338256a8215d3cb4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/338256a8215d3cb4","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311928,"stop":1714425311929,"duration":1}},{"uid":"f1133207cb9b351f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f1133207cb9b351f","status":"passed","time":{"start":1714425068149,"stop":1714425068149,"duration":0}},{"uid":"5df8487d3dbdddfd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5df8487d3dbdddfd","status":"passed","time":{"start":1714415236748,"stop":1714415236749,"duration":1}},{"uid":"ba3c34be50a746ef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ba3c34be50a746ef","status":"passed","time":{"start":1714415370288,"stop":1714415370288,"duration":0}},{"uid":"632cb78c163a2530","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/632cb78c163a2530","status":"passed","time":{"start":1714407592727,"stop":1714407592727,"duration":0}},{"uid":"b50af4e3c9a0771e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b50af4e3c9a0771e","status":"passed","time":{"start":1714406603013,"stop":1714406603014,"duration":1}},{"uid":"a6d79b82889f0034","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a6d79b82889f0034","status":"passed","time":{"start":1714404403092,"stop":1714404403093,"duration":1}}]},"7466fa9f0a381be374460f73d07fae5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48566af88144cbe6","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/48566af88144cbe6","status":"passed","time":{"start":1714385757959,"stop":1714385757959,"duration":0}}]},"7b664761b73c0e3839411beb40f79ecb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2686e3425d8128dd","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/2686e3425d8128dd","status":"passed","time":{"start":1714383356211,"stop":1714383356212,"duration":1}}]},"687684233b712c7ea3d18c79116f4d94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"252bfcd1469f3904","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/252bfcd1469f3904","status":"passed","time":{"start":1714154299663,"stop":1714154299663,"duration":0}}]},"a50fbb99bc8772db0f44b1fae410774f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f386ed12451212a6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f386ed12451212a6","status":"passed","time":{"start":1714454365890,"stop":1714454365890,"duration":0}}]},"10f82c53d49820849f7d8c288c5cfcfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f84442762adae153","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f84442762adae153","status":"passed","time":{"start":1714141054748,"stop":1714141054748,"duration":0}}]},"de2fce559f69bbd645b5690e8c6164aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"332d0f761fc645d0","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/332d0f761fc645d0","status":"passed","time":{"start":1714384745712,"stop":1714384745712,"duration":0}}]},"11ded858e1fd39c6da4f951ff3da9dc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ac5c72a45becd1e","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/9ac5c72a45becd1e","status":"passed","time":{"start":1714178191416,"stop":1714178191417,"duration":1}}]},"67e7cfd802ebb4e6796f61910c198d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fed9c88122ca953","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6fed9c88122ca953","status":"passed","time":{"start":1714404488169,"stop":1714404488170,"duration":1}}]},"66109c938802bbc592c210d259ecf148:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0482a4a7a6eba4e","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/e0482a4a7a6eba4e","status":"passed","time":{"start":1714140460007,"stop":1714140460007,"duration":0}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4d11e2eadf9244fd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4d11e2eadf9244fd","status":"passed","time":{"start":1714453948684,"stop":1714453948686,"duration":2}},{"uid":"bdc5e627cb869102","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bdc5e627cb869102","status":"passed","time":{"start":1714435506558,"stop":1714435506559,"duration":1}},{"uid":"467baf1995727e66","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/467baf1995727e66","status":"passed","time":{"start":1714434575700,"stop":1714434575700,"duration":0}},{"uid":"95667a6554df2131","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/95667a6554df2131","status":"passed","time":{"start":1714433270295,"stop":1714433270295,"duration":0}},{"uid":"862cb99fc7b24b35","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/862cb99fc7b24b35","status":"passed","time":{"start":1714431468646,"stop":1714431468646,"duration":0}},{"uid":"4a8cd45bd7ef0124","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4a8cd45bd7ef0124","status":"passed","time":{"start":1714431732343,"stop":1714431732343,"duration":0}},{"uid":"d3c7ec9cd7a143e5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d3c7ec9cd7a143e5","status":"passed","time":{"start":1714430455369,"stop":1714430455369,"duration":0}},{"uid":"80e3258f6d54aa9c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/80e3258f6d54aa9c","status":"passed","time":{"start":1714430246807,"stop":1714430246807,"duration":0}},{"uid":"85e144e47ea05ee","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/85e144e47ea05ee","status":"passed","time":{"start":1714429410654,"stop":1714429410655,"duration":1}},{"uid":"6eb0cf89730a024a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6eb0cf89730a024a","status":"passed","time":{"start":1714428552786,"stop":1714428552786,"duration":0}},{"uid":"41edecc7f3318055","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/41edecc7f3318055","status":"passed","time":{"start":1714427330594,"stop":1714427330594,"duration":0}},{"uid":"bbd504b9251ea97b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bbd504b9251ea97b","status":"passed","time":{"start":1714427031100,"stop":1714427031101,"duration":1}},{"uid":"4143fcef1e8ffdf0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4143fcef1e8ffdf0","status":"passed","time":{"start":1714426380210,"stop":1714426380210,"duration":0}},{"uid":"b6a3413e21ee4847","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b6a3413e21ee4847","status":"passed","time":{"start":1714424482579,"stop":1714424482580,"duration":1}},{"uid":"e1e6dfb30ceff646","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e1e6dfb30ceff646","status":"passed","time":{"start":1714424873149,"stop":1714424873149,"duration":0}},{"uid":"66cdba5a6634a6c8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/66cdba5a6634a6c8","status":"passed","time":{"start":1714415026106,"stop":1714415026106,"duration":0}},{"uid":"c4725740483f1987","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c4725740483f1987","status":"passed","time":{"start":1714415179181,"stop":1714415179182,"duration":1}},{"uid":"909db255b504fcb7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/909db255b504fcb7","status":"passed","time":{"start":1714407386161,"stop":1714407386162,"duration":1}},{"uid":"7a7571137e8bcc27","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7a7571137e8bcc27","status":"passed","time":{"start":1714406413853,"stop":1714406413854,"duration":1}},{"uid":"bc523d6294d934ba","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bc523d6294d934ba","status":"passed","time":{"start":1714404203419,"stop":1714404203420,"duration":1}}]},"a807f8e0f9978b50dc63c33b96781baa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a3d18d2876749cb","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/6a3d18d2876749cb","status":"passed","time":{"start":1714109257054,"stop":1714109257054,"duration":0}}]},"923dacd3dcee2e4640db5457010d379e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"deaf3cc0eeaeeb01","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/deaf3cc0eeaeeb01","status":"passed","time":{"start":1714130857757,"stop":1714130857758,"duration":1}}]},"804e71b66c78a12a43109b92b11087a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17f7e640f4f85e40","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/17f7e640f4f85e40","status":"passed","time":{"start":1713996785409,"stop":1713996785410,"duration":1}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"251f091b2540f221","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/251f091b2540f221","status":"passed","time":{"start":1714453925048,"stop":1714453925048,"duration":0}},{"uid":"bde90f7cfd85eab4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bde90f7cfd85eab4","status":"passed","time":{"start":1714435482955,"stop":1714435482955,"duration":0}},{"uid":"59c17c4b96a40acd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/59c17c4b96a40acd","status":"passed","time":{"start":1714434551990,"stop":1714434551991,"duration":1}},{"uid":"e1ba905cb080557c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e1ba905cb080557c","status":"passed","time":{"start":1714433247018,"stop":1714433247018,"duration":0}},{"uid":"d57294208a0697","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d57294208a0697","status":"passed","time":{"start":1714431444738,"stop":1714431444739,"duration":1}},{"uid":"e78b4e0c8140a2b6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e78b4e0c8140a2b6","status":"passed","time":{"start":1714431708276,"stop":1714431708276,"duration":0}},{"uid":"76801758947d9ca8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/76801758947d9ca8","status":"passed","time":{"start":1714430430705,"stop":1714430430706,"duration":1}},{"uid":"6a20d593e8eb92da","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6a20d593e8eb92da","status":"passed","time":{"start":1714430223173,"stop":1714430223173,"duration":0}},{"uid":"e579ac90636461c1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e579ac90636461c1","status":"passed","time":{"start":1714429383861,"stop":1714429383862,"duration":1}},{"uid":"7a46b0390b736efe","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7a46b0390b736efe","status":"passed","time":{"start":1714428528619,"stop":1714428528620,"duration":1}},{"uid":"1e46d2612a233c85","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1e46d2612a233c85","status":"passed","time":{"start":1714427305975,"stop":1714427305976,"duration":1}},{"uid":"9c250d96a8cf44c1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9c250d96a8cf44c1","status":"passed","time":{"start":1714427007370,"stop":1714427007371,"duration":1}},{"uid":"6ba598652bafd071","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6ba598652bafd071","status":"passed","time":{"start":1714426355953,"stop":1714426355953,"duration":0}},{"uid":"5fd3b489fee8462d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5fd3b489fee8462d","status":"passed","time":{"start":1714424458770,"stop":1714424458770,"duration":0}},{"uid":"d8d1f832e0d15d6e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d8d1f832e0d15d6e","status":"passed","time":{"start":1714424848994,"stop":1714424848994,"duration":0}},{"uid":"77f95fe156d2ac4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/77f95fe156d2ac4","status":"passed","time":{"start":1714415001436,"stop":1714415001436,"duration":0}},{"uid":"33cba7c7efed7cbd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/33cba7c7efed7cbd","status":"passed","time":{"start":1714415154904,"stop":1714415154904,"duration":0}},{"uid":"cb5ce381bc80345","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cb5ce381bc80345","status":"passed","time":{"start":1714407362032,"stop":1714407362033,"duration":1}},{"uid":"6758c0e428655558","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6758c0e428655558","status":"passed","time":{"start":1714406389325,"stop":1714406389326,"duration":1}},{"uid":"eaa8a2049919f24f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/eaa8a2049919f24f","status":"passed","time":{"start":1714404179161,"stop":1714404179161,"duration":0}}]},"569a4b46905f71bb626ef9097a72c747:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf19aef2cfcd924b","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/cf19aef2cfcd924b","status":"passed","time":{"start":1714383168059,"stop":1714383168059,"duration":0}}]},"a8405c34e8f97ab53271f51c053fd107:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a09817ae4d2f2ce","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4a09817ae4d2f2ce","status":"passed","time":{"start":1714436052995,"stop":1714436052995,"duration":0}}]},"301a03c7cbe4a6677dd8d3f750a3edfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9acc29a19c0389e","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/c9acc29a19c0389e","status":"passed","time":{"start":1714404247015,"stop":1714404247015,"duration":0}}]},"94990f8fff5998dd7fa75f8341110b0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abbadf86a5f12dd6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/abbadf86a5f12dd6","status":"passed","time":{"start":1714454365891,"stop":1714454365891,"duration":0}}]},"5c090aad7e3d5ed7c688890793e83616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d91576a9e8f11ce0","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/d91576a9e8f11ce0","status":"passed","time":{"start":1714018087420,"stop":1714018087420,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"64b8bccdb90d6a15","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/64b8bccdb90d6a15","status":"passed","time":{"start":1714454429786,"stop":1714454429787,"duration":1}},{"uid":"7e16b306c87197c5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7e16b306c87197c5","status":"passed","time":{"start":1714435983370,"stop":1714435983371,"duration":1}},{"uid":"f00e0f00425298b8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f00e0f00425298b8","status":"passed","time":{"start":1714435051925,"stop":1714435051926,"duration":1}},{"uid":"e0c1f2d491610969","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e0c1f2d491610969","status":"passed","time":{"start":1714433741782,"stop":1714433741782,"duration":0}},{"uid":"3b4632f1a4472010","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3b4632f1a4472010","status":"passed","time":{"start":1714431944892,"stop":1714431944893,"duration":1}},{"uid":"b96439c06a775400","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b96439c06a775400","status":"passed","time":{"start":1714432240080,"stop":1714432240080,"duration":0}},{"uid":"1b14f1ef22221f62","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1b14f1ef22221f62","status":"passed","time":{"start":1714430938909,"stop":1714430938909,"duration":0}},{"uid":"85a33af31f83eb22","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/85a33af31f83eb22","status":"passed","time":{"start":1714430755759,"stop":1714430755760,"duration":1}},{"uid":"9825be96a3fbe8bf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9825be96a3fbe8bf","status":"passed","time":{"start":1714429913418,"stop":1714429913419,"duration":1}},{"uid":"f3ac962bac0aaca4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f3ac962bac0aaca4","status":"passed","time":{"start":1714429034568,"stop":1714429034568,"duration":0}},{"uid":"6baf3aa6eedfc352","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6baf3aa6eedfc352","status":"passed","time":{"start":1714427765135,"stop":1714427765135,"duration":0}},{"uid":"9371a2875315b2aa","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9371a2875315b2aa","status":"passed","time":{"start":1714427509508,"stop":1714427509508,"duration":0}},{"uid":"261b64a83d36222f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/261b64a83d36222f","status":"passed","time":{"start":1714426865260,"stop":1714426865260,"duration":0}},{"uid":"b12b8212cc37d8b5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b12b8212cc37d8b5","status":"passed","time":{"start":1714425536868,"stop":1714425536869,"duration":1}},{"uid":"898cf4420bbcdfdf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/898cf4420bbcdfdf","status":"passed","time":{"start":1714425348138,"stop":1714425348155,"duration":17}},{"uid":"acfd7df5aa9c54fb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/acfd7df5aa9c54fb","status":"passed","time":{"start":1714415541637,"stop":1714415541637,"duration":0}},{"uid":"4990e1f4a5c15e98","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4990e1f4a5c15e98","status":"passed","time":{"start":1714415666667,"stop":1714415666667,"duration":0}},{"uid":"ae628c4a64fe0c21","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ae628c4a64fe0c21","status":"passed","time":{"start":1714407867311,"stop":1714407867312,"duration":1}},{"uid":"cdd0f38bf9ded64","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cdd0f38bf9ded64","status":"passed","time":{"start":1714406901732,"stop":1714406901732,"duration":0}},{"uid":"4ca9fd700ce49161","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4ca9fd700ce49161","status":"passed","time":{"start":1714404685925,"stop":1714404685925,"duration":0}}]},"78c6253b54a4d3e9d6e82eca8553fd2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dae80bb225b3b12","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/1dae80bb225b3b12","status":"passed","time":{"start":1714169433160,"stop":1714169433160,"duration":0}}]},"0ea33a128f1b7d850fe2eb376404d7e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2bf3d2b9045ca20","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/f2bf3d2b9045ca20","status":"passed","time":{"start":1714040343489,"stop":1714040343490,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":80,"unknown":0,"total":85},"items":[{"uid":"43ffd9bee8343b65","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/43ffd9bee8343b65","status":"passed","time":{"start":1714454006713,"stop":1714454006713,"duration":0}},{"uid":"7fbeff4508c71604","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7fbeff4508c71604","status":"passed","time":{"start":1714435563382,"stop":1714435563383,"duration":1}},{"uid":"f4b81abcda80dcdc","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f4b81abcda80dcdc","status":"passed","time":{"start":1714434646185,"stop":1714434646185,"duration":0}},{"uid":"d5be725dec4f1394","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d5be725dec4f1394","status":"passed","time":{"start":1714433335027,"stop":1714433335028,"duration":1}},{"uid":"34d6d3c7efc09354","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/34d6d3c7efc09354","status":"passed","time":{"start":1714431525562,"stop":1714431525562,"duration":0}},{"uid":"b85c210c34a85a64","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b85c210c34a85a64","status":"passed","time":{"start":1714431821305,"stop":1714431821306,"duration":1}},{"uid":"9ec8a83410672bea","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9ec8a83410672bea","status":"passed","time":{"start":1714430515427,"stop":1714430515428,"duration":1}},{"uid":"8d86c5b1386e736d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8d86c5b1386e736d","status":"passed","time":{"start":1714430336501,"stop":1714430336510,"duration":9}},{"uid":"c8a5e5b9a13e6ee0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c8a5e5b9a13e6ee0","status":"passed","time":{"start":1714429476423,"stop":1714429476424,"duration":1}},{"uid":"8aea2438ee12a3a9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8aea2438ee12a3a9","status":"passed","time":{"start":1714428621518,"stop":1714428621518,"duration":0}},{"uid":"b14b890c51cdecb2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b14b890c51cdecb2","status":"passed","time":{"start":1714427393039,"stop":1714427393040,"duration":1}},{"uid":"eedc7aa462d30872","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/eedc7aa462d30872","status":"passed","time":{"start":1714427105839,"stop":1714427105839,"duration":0}},{"uid":"a7d1ee4ca543e099","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a7d1ee4ca543e099","status":"passed","time":{"start":1714426438827,"stop":1714426438827,"duration":0}},{"uid":"aca23c73ebdcca90","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/aca23c73ebdcca90","status":"broken","statusDetails":"window is not defined","time":{"start":1714424625876,"stop":1714424625876,"duration":0}},{"uid":"79d945aa1a252ea4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/79d945aa1a252ea4","status":"passed","time":{"start":1714424932298,"stop":1714424932299,"duration":1}},{"uid":"b5d1e7ee78e6f4b1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b5d1e7ee78e6f4b1","status":"passed","time":{"start":1714415111107,"stop":1714415111107,"duration":0}},{"uid":"e2b38461e4c5482b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e2b38461e4c5482b","status":"passed","time":{"start":1714415239893,"stop":1714415239894,"duration":1}},{"uid":"cf1714c483b2d6c0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cf1714c483b2d6c0","status":"passed","time":{"start":1714407453970,"stop":1714407453971,"duration":1}},{"uid":"84a7b5b88af4b84e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/84a7b5b88af4b84e","status":"passed","time":{"start":1714406469298,"stop":1714406469302,"duration":4}},{"uid":"cd4777f1519e8b0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cd4777f1519e8b0","status":"passed","time":{"start":1714404265809,"stop":1714404265809,"duration":0}}]},"46084957696082bab71a09bc39764e3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"754c2e0c8a97f91c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/754c2e0c8a97f91c","status":"passed","time":{"start":1714435006855,"stop":1714435006855,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"9aa84bf9c7572f61","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9aa84bf9c7572f61","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454366019,"stop":1714454366019,"duration":0}},{"uid":"4f3a17e61acd5b46","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4f3a17e61acd5b46","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435933097,"stop":1714435933097,"duration":0}},{"uid":"4d30e2c36656f51e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4d30e2c36656f51e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435007055,"stop":1714435007056,"duration":1}},{"uid":"61effabc310b04aa","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/61effabc310b04aa","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433694172,"stop":1714433694172,"duration":0}},{"uid":"43c5ae94442e0947","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/43c5ae94442e0947","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431888740,"stop":1714431888740,"duration":0}},{"uid":"bfc8568147edf7b6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bfc8568147edf7b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432193549,"stop":1714432193549,"duration":0}},{"uid":"9d4a4804aa9929e4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9d4a4804aa9929e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430892641,"stop":1714430892641,"duration":0}},{"uid":"1014897085289ef1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1014897085289ef1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430713703,"stop":1714430713703,"duration":0}},{"uid":"d206f57d7e65079a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d206f57d7e65079a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429855448,"stop":1714429855448,"duration":0}},{"uid":"ab8bca5f25b5690","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ab8bca5f25b5690","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428983404,"stop":1714428983404,"duration":0}},{"uid":"32a418674b554325","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/32a418674b554325","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427692387,"stop":1714427692389,"duration":2}},{"uid":"86ff5719cbc967ec","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/86ff5719cbc967ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427460684,"stop":1714427460684,"duration":0}},{"uid":"80e97438c2d28f25","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/80e97438c2d28f25","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426813109,"stop":1714426813109,"duration":0}},{"uid":"885a22d64eb2b5e1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/885a22d64eb2b5e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425470275,"stop":1714425470276,"duration":1}},{"uid":"351f65e16bc65635","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/351f65e16bc65635","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425298657,"stop":1714425298657,"duration":0}},{"uid":"80e63f199e634b2c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/80e63f199e634b2c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415473453,"stop":1714415473453,"duration":0}},{"uid":"a1f22a9ed5307696","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a1f22a9ed5307696","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415615567,"stop":1714415615567,"duration":0}},{"uid":"2a7b69988e9cdc87","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2a7b69988e9cdc87","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407817067,"stop":1714407817067,"duration":0}},{"uid":"77d823325b13cdc0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/77d823325b13cdc0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406853459,"stop":1714406853459,"duration":0}},{"uid":"6f8d326d4846f040","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6f8d326d4846f040","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404628458,"stop":1714404628459,"duration":1}}]},"8ff68886c5fa88109e55ac191d03427e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f38107236304b29","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/8f38107236304b29","status":"passed","time":{"start":1713943641558,"stop":1713943641558,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"78cea8e2858631b9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/78cea8e2858631b9","status":"passed","time":{"start":1714454140440,"stop":1714454140440,"duration":0}},{"uid":"65a8a8d575beaf7d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/65a8a8d575beaf7d","status":"passed","time":{"start":1714435687894,"stop":1714435687894,"duration":0}},{"uid":"6f2deee3e5e8193f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6f2deee3e5e8193f","status":"passed","time":{"start":1714434773452,"stop":1714434773452,"duration":0}},{"uid":"a4b16702c908dac1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a4b16702c908dac1","status":"passed","time":{"start":1714433450967,"stop":1714433450968,"duration":1}},{"uid":"2b9208a0cc94a919","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2b9208a0cc94a919","status":"passed","time":{"start":1714431653497,"stop":1714431653497,"duration":0}},{"uid":"c1e695eaff4b00fe","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c1e695eaff4b00fe","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714431989809,"stop":1714431989809,"duration":0}},{"uid":"d2ed5f2e6f3b0fb4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d2ed5f2e6f3b0fb4","status":"passed","time":{"start":1714430659390,"stop":1714430659390,"duration":0}},{"uid":"6b9af97f06147ef5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6b9af97f06147ef5","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714430522125,"stop":1714430522125,"duration":0}},{"uid":"31462963a89a8f4d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/31462963a89a8f4d","status":"passed","time":{"start":1714429610403,"stop":1714429610403,"duration":0}},{"uid":"335b9e9effa71d42","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/335b9e9effa71d42","status":"passed","time":{"start":1714428741355,"stop":1714428741355,"duration":0}},{"uid":"ba6726d59f06302b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ba6726d59f06302b","status":"passed","time":{"start":1714427513570,"stop":1714427513571,"duration":1}},{"uid":"818d264ab87f96d0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/818d264ab87f96d0","status":"passed","time":{"start":1714427219346,"stop":1714427219347,"duration":1}},{"uid":"6c4cc8ba3d975471","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6c4cc8ba3d975471","status":"passed","time":{"start":1714426573078,"stop":1714426573079,"duration":1}},{"uid":"61fee34a68ded196","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/61fee34a68ded196","status":"passed","time":{"start":1714424914270,"stop":1714424914270,"duration":0}},{"uid":"bb6f0dd102395a1a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bb6f0dd102395a1a","status":"passed","time":{"start":1714425071906,"stop":1714425071906,"duration":0}},{"uid":"8f7843abf60c9cd5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8f7843abf60c9cd5","status":"passed","time":{"start":1714415233311,"stop":1714415233311,"duration":0}},{"uid":"d2d2abaa59794b53","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d2d2abaa59794b53","status":"passed","time":{"start":1714415382666,"stop":1714415382666,"duration":0}},{"uid":"4c22a5177924ea89","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4c22a5177924ea89","status":"passed","time":{"start":1714407575688,"stop":1714407575689,"duration":1}},{"uid":"b39113970c8cc59e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b39113970c8cc59e","status":"passed","time":{"start":1714406625158,"stop":1714406625159,"duration":1}},{"uid":"bd842c78bdb60208","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bd842c78bdb60208","status":"passed","time":{"start":1714404386190,"stop":1714404386190,"duration":0}}]},"5e83529103e4be23791a982f3c4e24b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb995573046d3c","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/bb995573046d3c","status":"passed","time":{"start":1714169144254,"stop":1714169144254,"duration":0}}]},"44108ebccf10aa26386adc61c41706e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"547b5c234d14249f","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/547b5c234d14249f","status":"passed","time":{"start":1714154299664,"stop":1714154299665,"duration":1}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"36da131d15ffb329","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36da131d15ffb329","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"duration":0}},{"uid":"f2db962298be9f02","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f2db962298be9f02","status":"passed","time":{"start":1714435491292,"stop":1714435491292,"duration":0}},{"uid":"589b1394bb19344e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/589b1394bb19344e","status":"passed","time":{"start":1714434560399,"stop":1714434560399,"duration":0}},{"uid":"1978f92828b862b3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1978f92828b862b3","status":"passed","time":{"start":1714433255379,"stop":1714433255379,"duration":0}},{"uid":"c4a359bffeab0e85","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c4a359bffeab0e85","status":"passed","time":{"start":1714431453274,"stop":1714431453274,"duration":0}},{"uid":"16279f1a9f6fedbd","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/16279f1a9f6fedbd","status":"passed","time":{"start":1714431716854,"stop":1714431716854,"duration":0}},{"uid":"de56b1796d3648d3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/de56b1796d3648d3","status":"passed","time":{"start":1714430439315,"stop":1714430439315,"duration":0}},{"uid":"95b8e2372253150f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/95b8e2372253150f","status":"passed","time":{"start":1714430231610,"stop":1714430231611,"duration":1}},{"uid":"3068a2c6a9043cce","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3068a2c6a9043cce","status":"passed","time":{"start":1714429393355,"stop":1714429393356,"duration":1}},{"uid":"85333f2187d0737e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/85333f2187d0737e","status":"passed","time":{"start":1714428537106,"stop":1714428537106,"duration":0}},{"uid":"db50dfd38d50fbc9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/db50dfd38d50fbc9","status":"passed","time":{"start":1714427314627,"stop":1714427314627,"duration":0}},{"uid":"918c1c82f1a580b4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/918c1c82f1a580b4","status":"passed","time":{"start":1714427015823,"stop":1714427015823,"duration":0}},{"uid":"a966817d9152ef81","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a966817d9152ef81","status":"passed","time":{"start":1714426364740,"stop":1714426364741,"duration":1}},{"uid":"53b2ac453edfec48","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/53b2ac453edfec48","status":"passed","time":{"start":1714424467268,"stop":1714424467268,"duration":0}},{"uid":"9258988b94cd2f80","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9258988b94cd2f80","status":"passed","time":{"start":1714424857620,"stop":1714424857620,"duration":0}},{"uid":"6961b9d19ab37221","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6961b9d19ab37221","status":"passed","time":{"start":1714415010228,"stop":1714415010228,"duration":0}},{"uid":"dbf8ae50445db108","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dbf8ae50445db108","status":"passed","time":{"start":1714415163526,"stop":1714415163526,"duration":0}},{"uid":"babdb1f4145b9c95","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/babdb1f4145b9c95","status":"passed","time":{"start":1714407370713,"stop":1714407370714,"duration":1}},{"uid":"5537b9e7095d76e0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5537b9e7095d76e0","status":"passed","time":{"start":1714406397861,"stop":1714406397861,"duration":0}},{"uid":"c7acfcdbacb2f797","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c7acfcdbacb2f797","status":"passed","time":{"start":1714404187713,"stop":1714404187713,"duration":0}}]},"6e270ef0f34b2672f6ce4c7ca968787e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f898dab324526aa","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/f898dab324526aa","status":"passed","time":{"start":1714219140607,"stop":1714219140608,"duration":1}}]},"ddf1a493823e0cb761db3c526767b233:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54e31f99b4e33459","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/54e31f99b4e33459","status":"passed","time":{"start":1714123406499,"stop":1714123406499,"duration":0}}]},"4838edfd897ca9cf2ad8cd661afd4d5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51b48b192ffb3f7d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/51b48b192ffb3f7d","status":"passed","time":{"start":1714407816877,"stop":1714407816877,"duration":0}}]},"17865b8684b4b43e0f8bf2fd74068ce4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4957d5e82426e30","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a4957d5e82426e30","status":"passed","time":{"start":1714415370292,"stop":1714415370292,"duration":0}}]},"bbe0791ae9d5cf277e44dec54a793d2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"888de5a31a86af63","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/888de5a31a86af63","status":"passed","time":{"start":1714385001597,"stop":1714385001597,"duration":0}}]},"c8e4a419a0932e3225e55c21b357d5e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"109a795647a150b4","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/109a795647a150b4","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'subscribe')","time":{"start":1714082595088,"stop":1714082595089,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"8cb05ff20a15d150","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8cb05ff20a15d150","status":"passed","time":{"start":1714454227471,"stop":1714454227471,"duration":0}},{"uid":"fc5cf71861fadf5c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fc5cf71861fadf5c","status":"passed","time":{"start":1714435777405,"stop":1714435777406,"duration":1}},{"uid":"7c1c0bd0c641313a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7c1c0bd0c641313a","status":"passed","time":{"start":1714434844501,"stop":1714434844501,"duration":0}},{"uid":"9e9484482327a716","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9e9484482327a716","status":"passed","time":{"start":1714433535972,"stop":1714433535972,"duration":0}},{"uid":"ba11627935117485","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ba11627935117485","status":"passed","time":{"start":1714431743525,"stop":1714431743525,"duration":0}},{"uid":"92ec29a1919caf0e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/92ec29a1919caf0e","status":"passed","time":{"start":1714432002438,"stop":1714432002439,"duration":1}},{"uid":"7b966de92c579e7e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7b966de92c579e7e","status":"passed","time":{"start":1714430732682,"stop":1714430732682,"duration":0}},{"uid":"cef7e83c458fb7ff","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cef7e83c458fb7ff","status":"passed","time":{"start":1714430508166,"stop":1714430508168,"duration":2}},{"uid":"5d3375dd860db497","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5d3375dd860db497","status":"passed","time":{"start":1714429693165,"stop":1714429693166,"duration":1}},{"uid":"2377162179f8b76f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2377162179f8b76f","status":"passed","time":{"start":1714428818257,"stop":1714428818258,"duration":1}},{"uid":"31c24028ebb5fbff","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/31c24028ebb5fbff","status":"passed","time":{"start":1714427601317,"stop":1714427601318,"duration":1}},{"uid":"7c3c9562a150a5fa","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7c3c9562a150a5fa","status":"passed","time":{"start":1714427308826,"stop":1714427308827,"duration":1}},{"uid":"8f89768a0729615f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8f89768a0729615f","status":"passed","time":{"start":1714426655783,"stop":1714426655784,"duration":1}},{"uid":"d24385a1c698a741","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d24385a1c698a741","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420750,"stop":1714425420751,"duration":1}},{"uid":"dd92b762144157fd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dd92b762144157fd","status":"passed","time":{"start":1714425137457,"stop":1714425137457,"duration":0}},{"uid":"8d7b62520eac7c98","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8d7b62520eac7c98","status":"passed","time":{"start":1714415306378,"stop":1714415306378,"duration":0}},{"uid":"35e8da642b539ffb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/35e8da642b539ffb","status":"passed","time":{"start":1714415441032,"stop":1714415441032,"duration":0}},{"uid":"f568d3392ec30b52","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f568d3392ec30b52","status":"passed","time":{"start":1714407661421,"stop":1714407661422,"duration":1}},{"uid":"ba417cbb50b931a9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ba417cbb50b931a9","status":"passed","time":{"start":1714406688869,"stop":1714406688869,"duration":0}},{"uid":"45ffdbc884d1417f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/45ffdbc884d1417f","status":"passed","time":{"start":1714404480632,"stop":1714404480632,"duration":0}}]},"ef11468a7307c1bdf7e34e76b57c6c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"77833f1f53fe7b36","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/77833f1f53fe7b36","status":"passed","time":{"start":1714140979796,"stop":1714140979796,"duration":0}}]},"a5d9c3a84b0a89e3f699984a58ba44c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ea5e159048116b3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/1ea5e159048116b3","status":"passed","time":{"start":1714384759607,"stop":1714384759607,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4c4e44b14de62d31","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4c4e44b14de62d31","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"duration":0}},{"uid":"12086bbf77c823fa","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/12086bbf77c823fa","status":"passed","time":{"start":1714435483015,"stop":1714435483015,"duration":0}},{"uid":"21c390e607793661","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/21c390e607793661","status":"passed","time":{"start":1714434552107,"stop":1714434552107,"duration":0}},{"uid":"b412880aa6583611","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b412880aa6583611","status":"passed","time":{"start":1714433246998,"stop":1714433246999,"duration":1}},{"uid":"ffe7b000f7acc651","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ffe7b000f7acc651","status":"passed","time":{"start":1714431444909,"stop":1714431444909,"duration":0}},{"uid":"72c21010fbba302","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/72c21010fbba302","status":"passed","time":{"start":1714431708427,"stop":1714431708427,"duration":0}},{"uid":"7ef341df38af67ff","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7ef341df38af67ff","status":"passed","time":{"start":1714430430745,"stop":1714430430745,"duration":0}},{"uid":"4f205f00ef357b69","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4f205f00ef357b69","status":"passed","time":{"start":1714430223154,"stop":1714430223154,"duration":0}},{"uid":"16b9b142d63a7b16","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/16b9b142d63a7b16","status":"passed","time":{"start":1714429383918,"stop":1714429383918,"duration":0}},{"uid":"76e7e706773f23cd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/76e7e706773f23cd","status":"passed","time":{"start":1714428528725,"stop":1714428528725,"duration":0}},{"uid":"ce42ab70ce5cc49d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ce42ab70ce5cc49d","status":"passed","time":{"start":1714427305810,"stop":1714427305810,"duration":0}},{"uid":"bc6e8990816d7a42","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bc6e8990816d7a42","status":"passed","time":{"start":1714427007302,"stop":1714427007303,"duration":1}},{"uid":"f49a0466595558f3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f49a0466595558f3","status":"passed","time":{"start":1714426356108,"stop":1714426356108,"duration":0}},{"uid":"54a8074c66ebe86b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/54a8074c66ebe86b","status":"passed","time":{"start":1714424458874,"stop":1714424458875,"duration":1}},{"uid":"3eb3fda960b85d14","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3eb3fda960b85d14","status":"passed","time":{"start":1714424849199,"stop":1714424849200,"duration":1}},{"uid":"5e2cc5052ec1d2d0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5e2cc5052ec1d2d0","status":"passed","time":{"start":1714415001505,"stop":1714415001505,"duration":0}},{"uid":"d5a8b03923dd254f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d5a8b03923dd254f","status":"passed","time":{"start":1714415155037,"stop":1714415155037,"duration":0}},{"uid":"b367fde05c855888","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b367fde05c855888","status":"passed","time":{"start":1714407362312,"stop":1714407362312,"duration":0}},{"uid":"99887e379b043256","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/99887e379b043256","status":"passed","time":{"start":1714406389402,"stop":1714406389402,"duration":0}},{"uid":"c13e60bc0cd15233","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c13e60bc0cd15233","status":"passed","time":{"start":1714404179274,"stop":1714404179274,"duration":0}}]},"0f6827c9494ae86e8da083a56970b1bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cb970e84df79bb6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3cb970e84df79bb6","status":"passed","time":{"start":1714431035252,"stop":1714431035252,"duration":0}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"458717fdec14a00d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/458717fdec14a00d","status":"passed","time":{"start":1714454429793,"stop":1714454429793,"duration":0}},{"uid":"bf3dcad0799b5614","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bf3dcad0799b5614","status":"passed","time":{"start":1714435983379,"stop":1714435983379,"duration":0}},{"uid":"169bb8ed60c72165","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/169bb8ed60c72165","status":"passed","time":{"start":1714435051943,"stop":1714435051943,"duration":0}},{"uid":"bb13c89849e94525","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bb13c89849e94525","status":"passed","time":{"start":1714433741789,"stop":1714433741790,"duration":1}},{"uid":"d6efe8b6ac0978c4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d6efe8b6ac0978c4","status":"passed","time":{"start":1714431944903,"stop":1714431944904,"duration":1}},{"uid":"6327bebe954bb42e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6327bebe954bb42e","status":"passed","time":{"start":1714432240090,"stop":1714432240090,"duration":0}},{"uid":"5d2cde9ce375ed43","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5d2cde9ce375ed43","status":"passed","time":{"start":1714430938918,"stop":1714430938918,"duration":0}},{"uid":"a6e9a44c1b266f84","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a6e9a44c1b266f84","status":"passed","time":{"start":1714430755765,"stop":1714430755765,"duration":0}},{"uid":"cd30f34eab05b900","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cd30f34eab05b900","status":"passed","time":{"start":1714429913428,"stop":1714429913428,"duration":0}},{"uid":"7f32ecfdba50f204","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7f32ecfdba50f204","status":"passed","time":{"start":1714429034574,"stop":1714429034574,"duration":0}},{"uid":"6f7562abf30cf960","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6f7562abf30cf960","status":"passed","time":{"start":1714427765141,"stop":1714427765142,"duration":1}},{"uid":"5c50c83c4c950b4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5c50c83c4c950b4","status":"passed","time":{"start":1714427509515,"stop":1714427509515,"duration":0}},{"uid":"6bca365c7b3f23a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6bca365c7b3f23a","status":"passed","time":{"start":1714426865267,"stop":1714426865267,"duration":0}},{"uid":"457d40810b989f2a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/457d40810b989f2a","status":"passed","time":{"start":1714425536875,"stop":1714425536875,"duration":0}},{"uid":"9e7d5ce8ebbc8045","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9e7d5ce8ebbc8045","status":"passed","time":{"start":1714425348180,"stop":1714425348180,"duration":0}},{"uid":"a8a4120441ecf4ea","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a8a4120441ecf4ea","status":"passed","time":{"start":1714415541644,"stop":1714415541645,"duration":1}},{"uid":"6a5e6b792e287874","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6a5e6b792e287874","status":"passed","time":{"start":1714415666675,"stop":1714415666676,"duration":1}},{"uid":"591a98d7ca9d4a71","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/591a98d7ca9d4a71","status":"passed","time":{"start":1714407867318,"stop":1714407867318,"duration":0}},{"uid":"3f513d9a4190cc30","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3f513d9a4190cc30","status":"passed","time":{"start":1714406901759,"stop":1714406901760,"duration":1}},{"uid":"e50b8ab95377e11a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e50b8ab95377e11a","status":"passed","time":{"start":1714404685931,"stop":1714404685932,"duration":1}}]},"9ca53de425cd5988e786e3b697972c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86c4fce1c3c22334","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/86c4fce1c3c22334","status":"passed","time":{"start":1714432319360,"stop":1714432319360,"duration":0}}]},"057482f22be622b03f7d19d8e67b72a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"677bcb7a78a895a9","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/677bcb7a78a895a9","status":"passed","time":{"start":1714141054748,"stop":1714141054749,"duration":1}}]},"81826782835ebc30ae4a5d91dfb76129:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4fd36230f72bde9","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/4fd36230f72bde9","status":"passed","time":{"start":1714082661067,"stop":1714082661067,"duration":0}}]},"65e276946f21231c39c9d531d811d1e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4ff94a8a2afa98e","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e4ff94a8a2afa98e","status":"passed","time":{"start":1714169433157,"stop":1714169433157,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"dab3404b5da8b511","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dab3404b5da8b511","status":"passed","time":{"start":1714453949189,"stop":1714453949189,"duration":0}},{"uid":"2368ddf55d3dd08b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2368ddf55d3dd08b","status":"passed","time":{"start":1714435506836,"stop":1714435506837,"duration":1}},{"uid":"bd756bb5f54a7174","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bd756bb5f54a7174","status":"passed","time":{"start":1714434576207,"stop":1714434576208,"duration":1}},{"uid":"4bc1209b4133e6d6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4bc1209b4133e6d6","status":"passed","time":{"start":1714433271078,"stop":1714433271078,"duration":0}},{"uid":"1a24b8a08aa66fb3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1a24b8a08aa66fb3","status":"passed","time":{"start":1714431469025,"stop":1714431469025,"duration":0}},{"uid":"7fece4f1d7a97b3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7fece4f1d7a97b3","status":"passed","time":{"start":1714431732699,"stop":1714431732699,"duration":0}},{"uid":"fac486d51ff1ff56","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fac486d51ff1ff56","status":"passed","time":{"start":1714430455640,"stop":1714430455640,"duration":0}},{"uid":"f8308c3b5fa5fb0e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f8308c3b5fa5fb0e","status":"passed","time":{"start":1714430247320,"stop":1714430247320,"duration":0}},{"uid":"d8757ea3d177c976","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d8757ea3d177c976","status":"passed","time":{"start":1714429410958,"stop":1714429410959,"duration":1}},{"uid":"258a4d16106d25e2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/258a4d16106d25e2","status":"passed","time":{"start":1714428553098,"stop":1714428553098,"duration":0}},{"uid":"fd4364625b81e712","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fd4364625b81e712","status":"passed","time":{"start":1714427330821,"stop":1714427330821,"duration":0}},{"uid":"5a8caeecd76745f0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5a8caeecd76745f0","status":"passed","time":{"start":1714427031434,"stop":1714427031434,"duration":0}},{"uid":"d5be81b2a10370e8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d5be81b2a10370e8","status":"passed","time":{"start":1714426381042,"stop":1714426381042,"duration":0}},{"uid":"7ddbaacdb5492d9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7ddbaacdb5492d9","status":"passed","time":{"start":1714424483028,"stop":1714424483029,"duration":1}},{"uid":"df13b3644c3037f4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/df13b3644c3037f4","status":"passed","time":{"start":1714424873552,"stop":1714424873552,"duration":0}},{"uid":"fa45e7951b8e5e8b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fa45e7951b8e5e8b","status":"passed","time":{"start":1714415026649,"stop":1714415026650,"duration":1}},{"uid":"df97c746995b9336","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/df97c746995b9336","status":"passed","time":{"start":1714415179595,"stop":1714415179596,"duration":1}},{"uid":"d773e1341e55d382","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d773e1341e55d382","status":"passed","time":{"start":1714407386564,"stop":1714407386565,"duration":1}},{"uid":"30b1f2e6a1b013fb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/30b1f2e6a1b013fb","status":"passed","time":{"start":1714406414098,"stop":1714406414098,"duration":0}},{"uid":"c0171b13fba66854","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c0171b13fba66854","status":"passed","time":{"start":1714404203701,"stop":1714404203702,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"93218fb3db6a5ca1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/93218fb3db6a5ca1","status":"passed","time":{"start":1714453932712,"stop":1714453932712,"duration":0}},{"uid":"ebdf4475260b5760","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ebdf4475260b5760","status":"passed","time":{"start":1714435490591,"stop":1714435490591,"duration":0}},{"uid":"ce0f053ca40ab18","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ce0f053ca40ab18","status":"passed","time":{"start":1714434559572,"stop":1714434559573,"duration":1}},{"uid":"a391e175a543ef40","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a391e175a543ef40","status":"passed","time":{"start":1714433254666,"stop":1714433254666,"duration":0}},{"uid":"6c1a4704f6ab7933","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6c1a4704f6ab7933","status":"passed","time":{"start":1714431452653,"stop":1714431452653,"duration":0}},{"uid":"bff8426b4bc4151","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bff8426b4bc4151","status":"passed","time":{"start":1714431716091,"stop":1714431716092,"duration":1}},{"uid":"a7c06dfaf507a0a2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a7c06dfaf507a0a2","status":"passed","time":{"start":1714430438513,"stop":1714430438514,"duration":1}},{"uid":"d37a671e6fd5ba9c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d37a671e6fd5ba9c","status":"passed","time":{"start":1714430230971,"stop":1714430230971,"duration":0}},{"uid":"923b3a6bd131b3b5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/923b3a6bd131b3b5","status":"passed","time":{"start":1714429392685,"stop":1714429392685,"duration":0}},{"uid":"d9c4cd77e227b791","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d9c4cd77e227b791","status":"passed","time":{"start":1714428536307,"stop":1714428536307,"duration":0}},{"uid":"2f8a373ab5468ce6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2f8a373ab5468ce6","status":"passed","time":{"start":1714427313744,"stop":1714427313744,"duration":0}},{"uid":"1e2b49936a35d83e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1e2b49936a35d83e","status":"passed","time":{"start":1714427015249,"stop":1714427015249,"duration":0}},{"uid":"b11def1fb9b6b3fb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b11def1fb9b6b3fb","status":"passed","time":{"start":1714426364083,"stop":1714426364083,"duration":0}},{"uid":"e5e0ac253ee160d6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e5e0ac253ee160d6","status":"passed","time":{"start":1714424466618,"stop":1714424466618,"duration":0}},{"uid":"dab69c170184ea3d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dab69c170184ea3d","status":"passed","time":{"start":1714424856930,"stop":1714424856931,"duration":1}},{"uid":"f687890d86fa728c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f687890d86fa728c","status":"passed","time":{"start":1714415009494,"stop":1714415009495,"duration":1}},{"uid":"903a2355d8024568","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/903a2355d8024568","status":"passed","time":{"start":1714415162818,"stop":1714415162819,"duration":1}},{"uid":"1985db8fda246f1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1985db8fda246f1","status":"passed","time":{"start":1714407369936,"stop":1714407369936,"duration":0}},{"uid":"8ff863220ddfb3f8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8ff863220ddfb3f8","status":"passed","time":{"start":1714406397068,"stop":1714406397069,"duration":1}},{"uid":"1c7fa5b412c4de87","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1c7fa5b412c4de87","status":"passed","time":{"start":1714404187044,"stop":1714404187045,"duration":1}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ea27bc63ec332f7e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea27bc63ec332f7e","status":"passed","time":{"start":1714453952293,"stop":1714453952293,"duration":0}},{"uid":"8ccd41db12901448","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8ccd41db12901448","status":"passed","time":{"start":1714435510943,"stop":1714435510943,"duration":0}},{"uid":"f3bb4079423cd97f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f3bb4079423cd97f","status":"passed","time":{"start":1714434580042,"stop":1714434580042,"duration":0}},{"uid":"8c672f84b830fe27","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8c672f84b830fe27","status":"passed","time":{"start":1714433274946,"stop":1714433274946,"duration":0}},{"uid":"50decca1c78e5f5f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/50decca1c78e5f5f","status":"passed","time":{"start":1714431472604,"stop":1714431472604,"duration":0}},{"uid":"3c1f2ad8cbda6eb1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3c1f2ad8cbda6eb1","status":"passed","time":{"start":1714431736482,"stop":1714431736483,"duration":1}},{"uid":"163ddb377ec7db59","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/163ddb377ec7db59","status":"passed","time":{"start":1714430459334,"stop":1714430459334,"duration":0}},{"uid":"6577ec82079cf9f9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6577ec82079cf9f9","status":"passed","time":{"start":1714430251103,"stop":1714430251103,"duration":0}},{"uid":"732be3953c393e1d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/732be3953c393e1d","status":"passed","time":{"start":1714429414594,"stop":1714429414594,"duration":0}},{"uid":"a6bb33085edf8b0f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a6bb33085edf8b0f","status":"passed","time":{"start":1714428556957,"stop":1714428556957,"duration":0}},{"uid":"3e1ada937628118f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3e1ada937628118f","status":"passed","time":{"start":1714427334704,"stop":1714427334704,"duration":0}},{"uid":"87246194cb6ff9c5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/87246194cb6ff9c5","status":"passed","time":{"start":1714427035568,"stop":1714427035568,"duration":0}},{"uid":"52e0f8113bd464a1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/52e0f8113bd464a1","status":"passed","time":{"start":1714426384800,"stop":1714426384800,"duration":0}},{"uid":"ed9aa5b9d48b898e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ed9aa5b9d48b898e","status":"passed","time":{"start":1714424486881,"stop":1714424486881,"duration":0}},{"uid":"cef15cf025da03f9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cef15cf025da03f9","status":"passed","time":{"start":1714424877431,"stop":1714424877431,"duration":0}},{"uid":"55600dd327d6fefd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/55600dd327d6fefd","status":"passed","time":{"start":1714415030105,"stop":1714415030105,"duration":0}},{"uid":"8a5259d208ad9dff","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8a5259d208ad9dff","status":"passed","time":{"start":1714415183075,"stop":1714415183076,"duration":1}},{"uid":"d1117d5dbfc6fce7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d1117d5dbfc6fce7","status":"passed","time":{"start":1714407390405,"stop":1714407390405,"duration":0}},{"uid":"b4e47c96ddf7879a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b4e47c96ddf7879a","status":"passed","time":{"start":1714406417794,"stop":1714406417794,"duration":0}},{"uid":"cd2a4193d3b9d677","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cd2a4193d3b9d677","status":"passed","time":{"start":1714404207527,"stop":1714404207527,"duration":0}}]},"cdd394c8f213c655389709d21e3bf5e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c7d0f5196773c7e","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/5c7d0f5196773c7e","status":"passed","time":{"start":1714089661491,"stop":1714089661491,"duration":0}}]},"ee58a68cb4cff3dea5edf1dfad35d068:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b342ee998651b5b","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/b342ee998651b5b","status":"passed","time":{"start":1714033718325,"stop":1714033718325,"duration":0}}]},"e56a604bf0dea65f3e807a49729fcb8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f83bb4503eea8436","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/f83bb4503eea8436","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108297,"stop":1713969108297,"duration":0}}]},"87e2545449a19be62949845561e2600f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e4fd3a97e9524f9","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/9e4fd3a97e9524f9","status":"passed","time":{"start":1714404247012,"stop":1714404247012,"duration":0}}]},"d09ed82c853dbec3459169788a6a2e9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cfca7a6ee29ae553","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/cfca7a6ee29ae553","status":"passed","time":{"start":1714141029645,"stop":1714141029645,"duration":0}}]},"0a3b4a07a956f6da56d6603d20f486ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12a878d72972dd9d","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/12a878d72972dd9d","status":"passed","time":{"start":1714240478663,"stop":1714240478663,"duration":0}}]},"902d9212d7a5e66ce79526e6ce19beab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c93af36f714bdda3","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/c93af36f714bdda3","status":"passed","time":{"start":1714221410742,"stop":1714221410742,"duration":0}}]},"4450db82880522b3ff3a9ffd3f21f934:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79eba16b03f3a42b","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/79eba16b03f3a42b","status":"passed","time":{"start":1714129844752,"stop":1714129844752,"duration":0}}]},"a6d0ef7018a4f9f7ad8525e42d32cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6beb1e0470a8491e","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/6beb1e0470a8491e","status":"passed","time":{"start":1714145957286,"stop":1714145957286,"duration":0}}]},"c39a9f9ef8476d146449662fb0a2845c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ba017ea31c9dd8d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3ba017ea31c9dd8d","status":"passed","time":{"start":1714430892463,"stop":1714430892463,"duration":0}}]},"34d2b3f78adeeb173bca025a18e9afc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29a57bb9be9e32c0","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/29a57bb9be9e32c0","status":"passed","time":{"start":1714144814997,"stop":1714144814997,"duration":0}}]},"737af45e8b016eb77fc5eef914367839:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"665fe59610ce5e65","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/665fe59610ce5e65","status":"passed","time":{"start":1714109329742,"stop":1714109329743,"duration":1}}]},"b4a1fb6cd2aa19b57e07fefefde48566:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a7bd58b47e83d72","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2a7bd58b47e83d72","status":"passed","time":{"start":1714415236752,"stop":1714415236752,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"d751093e0a8ca0b4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d751093e0a8ca0b4","status":"passed","time":{"start":1714454532131,"stop":1714454532131,"duration":0}},{"uid":"dcbeb8ab6f66bb5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dcbeb8ab6f66bb5","status":"passed","time":{"start":1714436094199,"stop":1714436094199,"duration":0}},{"uid":"8d902e6788df6a83","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8d902e6788df6a83","status":"passed","time":{"start":1714435163811,"stop":1714435163811,"duration":0}},{"uid":"ec79f8367f70b8c3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ec79f8367f70b8c3","status":"passed","time":{"start":1714433852604,"stop":1714433852604,"duration":0}},{"uid":"d5dd0f13df490707","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d5dd0f13df490707","status":"passed","time":{"start":1714432063851,"stop":1714432063852,"duration":1}},{"uid":"332650aef4a9d37e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/332650aef4a9d37e","status":"passed","time":{"start":1714432359671,"stop":1714432359672,"duration":1}},{"uid":"785867d933108635","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/785867d933108635","status":"passed","time":{"start":1714431050893,"stop":1714431050894,"duration":1}},{"uid":"80d2f1e76216de6a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/80d2f1e76216de6a","status":"passed","time":{"start":1714430874571,"stop":1714430874571,"duration":0}},{"uid":"e0ae3cbb9937b86","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e0ae3cbb9937b86","status":"passed","time":{"start":1714430022727,"stop":1714430022727,"duration":0}},{"uid":"2b59367725d14753","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2b59367725d14753","status":"passed","time":{"start":1714429144651,"stop":1714429144651,"duration":0}},{"uid":"145dc3ec49f6a380","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/145dc3ec49f6a380","status":"passed","time":{"start":1714427926000,"stop":1714427926000,"duration":0}},{"uid":"42c7ca31a383e2cf","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/42c7ca31a383e2cf","status":"passed","time":{"start":1714427629051,"stop":1714427629051,"duration":0}},{"uid":"a57d85a49708c2ca","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a57d85a49708c2ca","status":"passed","time":{"start":1714426975374,"stop":1714426975374,"duration":0}},{"uid":"ed32c99ff888135e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ed32c99ff888135e","status":"passed","time":{"start":1714425690222,"stop":1714425690223,"duration":1}},{"uid":"7f2bdafccbd9cffb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7f2bdafccbd9cffb","status":"passed","time":{"start":1714425473190,"stop":1714425473190,"duration":0}},{"uid":"8bdb686c822f0a1d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8bdb686c822f0a1d","status":"passed","time":{"start":1714415666109,"stop":1714415666109,"duration":0}},{"uid":"3e8e2a1305830adb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3e8e2a1305830adb","status":"passed","time":{"start":1714415773704,"stop":1714415773704,"duration":0}},{"uid":"3d5ab17d7a8bc8ad","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3d5ab17d7a8bc8ad","status":"passed","time":{"start":1714407989507,"stop":1714407989507,"duration":0}},{"uid":"1d90e94148368102","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1d90e94148368102","status":"passed","time":{"start":1714407016617,"stop":1714407016617,"duration":0}},{"uid":"e48a02589fab55f4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e48a02589fab55f4","status":"passed","time":{"start":1714404796537,"stop":1714404796538,"duration":1}}]},"35da96b047181bf731ce698d3ee43f90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"82aa805168d488b1","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/82aa805168d488b1","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714003785383,"stop":1714003785383,"duration":0}}]},"e6caa6d0c26b41755ddef16dd4a2c0d0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c18d12625e48e6c","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/7c18d12625e48e6c","status":"passed","time":{"start":1714178269845,"stop":1714178269846,"duration":1}}]},"769f0a5bc28d4858cedb033bb0042e2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1fb254ecd2219a2","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/c1fb254ecd2219a2","status":"passed","time":{"start":1714145945759,"stop":1714145945759,"duration":0}}]},"fee094fc091b57bea01b9757384ed55f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98bcc123858ec0a1","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/98bcc123858ec0a1","status":"passed","time":{"start":1714385757961,"stop":1714385757962,"duration":1}}]},"6899824d51f692375e47ca8a320f7a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1b1e985e0b3cca0","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/b1b1e985e0b3cca0","status":"passed","time":{"start":1714009921732,"stop":1714009921732,"duration":0}}]},"cb8e1b2749f515ef8af00f1ae257beeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64a44942ac2ba4e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/64a44942ac2ba4e","status":"passed","time":{"start":1714427833032,"stop":1714427833032,"duration":0}}]},"5d2577afed5d7fd0d01e91aa1dd439cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3106aa5b31981a65","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3106aa5b31981a65","status":"passed","time":{"start":1714432020148,"stop":1714432020148,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"1bbb477805e7b323","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1bbb477805e7b323","status":"passed","time":{"start":1714454429798,"stop":1714454429798,"duration":0}},{"uid":"a7eba9a1269cd283","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a7eba9a1269cd283","status":"passed","time":{"start":1714435983382,"stop":1714435983386,"duration":4}},{"uid":"46d3fa451c4d4582","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/46d3fa451c4d4582","status":"passed","time":{"start":1714435051947,"stop":1714435051947,"duration":0}},{"uid":"73134138a03cc57b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/73134138a03cc57b","status":"passed","time":{"start":1714433741793,"stop":1714433741793,"duration":0}},{"uid":"84daab1a0133297c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/84daab1a0133297c","status":"passed","time":{"start":1714431944909,"stop":1714431944910,"duration":1}},{"uid":"ca75e0161762e7d1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ca75e0161762e7d1","status":"passed","time":{"start":1714432240097,"stop":1714432240098,"duration":1}},{"uid":"ee2ecb04391cf6ca","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ee2ecb04391cf6ca","status":"passed","time":{"start":1714430938922,"stop":1714430938922,"duration":0}},{"uid":"60d1ec9915886b27","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/60d1ec9915886b27","status":"passed","time":{"start":1714430755767,"stop":1714430755768,"duration":1}},{"uid":"54acd5aa035d24ed","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/54acd5aa035d24ed","status":"passed","time":{"start":1714429913441,"stop":1714429913442,"duration":1}},{"uid":"d8461112a8ae10c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d8461112a8ae10c","status":"passed","time":{"start":1714429034577,"stop":1714429034577,"duration":0}},{"uid":"52714909c48f7169","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/52714909c48f7169","status":"passed","time":{"start":1714427765146,"stop":1714427765146,"duration":0}},{"uid":"24958846ebedfded","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/24958846ebedfded","status":"passed","time":{"start":1714427509518,"stop":1714427509519,"duration":1}},{"uid":"bfba6e1144d3f864","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bfba6e1144d3f864","status":"passed","time":{"start":1714426865270,"stop":1714426865270,"duration":0}},{"uid":"93049acc591a7116","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/93049acc591a7116","status":"passed","time":{"start":1714425536878,"stop":1714425536879,"duration":1}},{"uid":"d25e7dbcb9893c55","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d25e7dbcb9893c55","status":"passed","time":{"start":1714425348191,"stop":1714425348192,"duration":1}},{"uid":"fa7b09717c3921e7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fa7b09717c3921e7","status":"passed","time":{"start":1714415541648,"stop":1714415541648,"duration":0}},{"uid":"be565c8c66529bf9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/be565c8c66529bf9","status":"passed","time":{"start":1714415666679,"stop":1714415666680,"duration":1}},{"uid":"74b5153cd5be007c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/74b5153cd5be007c","status":"passed","time":{"start":1714407867321,"stop":1714407867321,"duration":0}},{"uid":"973a2ab8233f6d32","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/973a2ab8233f6d32","status":"passed","time":{"start":1714406901766,"stop":1714406901767,"duration":1}},{"uid":"f7cb19d0cfaf723d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f7cb19d0cfaf723d","status":"passed","time":{"start":1714404685936,"stop":1714404685936,"duration":0}}]},"e5959357956e324f8b19c1fff8089e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a379ab976fcad3fe","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/a379ab976fcad3fe","status":"passed","time":{"start":1714219052511,"stop":1714219052512,"duration":1}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":84,"unknown":0,"total":88},"items":[{"uid":"9af69e385e26a129","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9af69e385e26a129","status":"passed","time":{"start":1714454401484,"stop":1714454401484,"duration":0}},{"uid":"8bebe3503acd20b0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8bebe3503acd20b0","status":"passed","time":{"start":1714435950170,"stop":1714435950171,"duration":1}},{"uid":"db24c9d3bbb7483b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/db24c9d3bbb7483b","status":"passed","time":{"start":1714435011319,"stop":1714435011319,"duration":0}},{"uid":"2fbc5d8656947dac","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2fbc5d8656947dac","status":"passed","time":{"start":1714433698492,"stop":1714433698493,"duration":1}},{"uid":"82362d9f970692a0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/82362d9f970692a0","status":"passed","time":{"start":1714431914447,"stop":1714431914447,"duration":0}},{"uid":"919926059c5ff54e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/919926059c5ff54e","status":"passed","time":{"start":1714432232501,"stop":1714432232501,"duration":0}},{"uid":"c792fe17631c5cc5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c792fe17631c5cc5","status":"passed","time":{"start":1714430898545,"stop":1714430898546,"duration":1}},{"uid":"30782365f8e6bf0a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/30782365f8e6bf0a","status":"passed","time":{"start":1714430740487,"stop":1714430740487,"duration":0}},{"uid":"38d4e3321353b6a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/38d4e3321353b6a","status":"passed","time":{"start":1714429868894,"stop":1714429868894,"duration":0}},{"uid":"51e075db17201fc3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/51e075db17201fc3","status":"passed","time":{"start":1714428983147,"stop":1714428983147,"duration":0}},{"uid":"d1c1b537b4394645","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d1c1b537b4394645","status":"passed","time":{"start":1714427767756,"stop":1714427767757,"duration":1}},{"uid":"8e0dc8c61e6a177f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8e0dc8c61e6a177f","status":"passed","time":{"start":1714427467287,"stop":1714427467288,"duration":1}},{"uid":"faaaf5e37e7c0fea","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/faaaf5e37e7c0fea","status":"passed","time":{"start":1714426818813,"stop":1714426818814,"duration":1}},{"uid":"9559667f359b67b8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9559667f359b67b8","status":"passed","time":{"start":1714425576719,"stop":1714425576722,"duration":3}},{"uid":"c5862c672a234f21","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c5862c672a234f21","status":"passed","time":{"start":1714425298465,"stop":1714425298465,"duration":0}},{"uid":"9357a7438f755e68","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9357a7438f755e68","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714415747554,"stop":1714415747554,"duration":0}},{"uid":"6ec39e178fd36a8f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6ec39e178fd36a8f","status":"passed","time":{"start":1714415623567,"stop":1714415623567,"duration":0}},{"uid":"d7c44343c60bf17","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d7c44343c60bf17","status":"passed","time":{"start":1714407820856,"stop":1714407820857,"duration":1}},{"uid":"35f250eaced6a1c0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/35f250eaced6a1c0","status":"passed","time":{"start":1714406853253,"stop":1714406853253,"duration":0}},{"uid":"f96aeba98cf6712f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f96aeba98cf6712f","status":"passed","time":{"start":1714404642820,"stop":1714404642821,"duration":1}}]},"e2e1bb4563aa48e16a418e2bf784c7b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"362bad577d39dc44","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/362bad577d39dc44","status":"passed","time":{"start":1714039405804,"stop":1714039405804,"duration":0}}]},"2c4b974e691b69726e273e445d2750eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"371ce2d688506b69","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/371ce2d688506b69","status":"passed","time":{"start":1713976971631,"stop":1713976971632,"duration":1}}]},"5b79a686b04304bc4e9744a919ba7da2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f5c5608e36bcaad","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5f5c5608e36bcaad","status":"passed","time":{"start":1714426916050,"stop":1714426916050,"duration":0}}]},"3ce7410b77179f585a3703a34ab38f11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d344b2fe1819c729","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d344b2fe1819c729","status":"passed","time":{"start":1714427856109,"stop":1714427856110,"duration":1}}]},"b24526577621a67ba30c95d8563d2d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52c4b58cdb03a80","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/52c4b58cdb03a80","status":"passed","time":{"start":1713889413250,"stop":1713889413251,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e4d601f875f52637","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e4d601f875f52637","status":"passed","time":{"start":1714453924719,"stop":1714453924719,"duration":0}},{"uid":"84b01075e862814a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/84b01075e862814a","status":"passed","time":{"start":1714435482441,"stop":1714435482441,"duration":0}},{"uid":"84d5eb90b58865c7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/84d5eb90b58865c7","status":"passed","time":{"start":1714434551693,"stop":1714434551694,"duration":1}},{"uid":"f574db1e83989a32","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f574db1e83989a32","status":"passed","time":{"start":1714433246545,"stop":1714433246545,"duration":0}},{"uid":"f410ec50c279c7df","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f410ec50c279c7df","status":"passed","time":{"start":1714431444463,"stop":1714431444463,"duration":0}},{"uid":"6e3a1db34cc45109","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6e3a1db34cc45109","status":"passed","time":{"start":1714431707938,"stop":1714431707939,"duration":1}},{"uid":"c7c216289b03281e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c7c216289b03281e","status":"passed","time":{"start":1714430430350,"stop":1714430430351,"duration":1}},{"uid":"ed972cbafbb96b10","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ed972cbafbb96b10","status":"passed","time":{"start":1714430222770,"stop":1714430222770,"duration":0}},{"uid":"60f7eb6e9775b2cd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/60f7eb6e9775b2cd","status":"passed","time":{"start":1714429383470,"stop":1714429383471,"duration":1}},{"uid":"e25637355029721f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e25637355029721f","status":"passed","time":{"start":1714428528282,"stop":1714428528282,"duration":0}},{"uid":"733c949409891847","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/733c949409891847","status":"passed","time":{"start":1714427305622,"stop":1714427305622,"duration":0}},{"uid":"300fb9d01837880","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/300fb9d01837880","status":"passed","time":{"start":1714427007068,"stop":1714427007068,"duration":0}},{"uid":"92ffe78ebcfdd816","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/92ffe78ebcfdd816","status":"passed","time":{"start":1714426355770,"stop":1714426355775,"duration":5}},{"uid":"83654b2a307342e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/83654b2a307342e","status":"passed","time":{"start":1714424458368,"stop":1714424458369,"duration":1}},{"uid":"9a060805f53e18d4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9a060805f53e18d4","status":"passed","time":{"start":1714424848620,"stop":1714424848620,"duration":0}},{"uid":"d1e2a7131518b343","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d1e2a7131518b343","status":"passed","time":{"start":1714415001005,"stop":1714415001005,"duration":0}},{"uid":"713d8a66d1fc0132","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/713d8a66d1fc0132","status":"passed","time":{"start":1714415154677,"stop":1714415154678,"duration":1}},{"uid":"63d4f052f4a4c280","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/63d4f052f4a4c280","status":"passed","time":{"start":1714407362010,"stop":1714407362010,"duration":0}},{"uid":"82ec6f3cf54bbf8f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/82ec6f3cf54bbf8f","status":"passed","time":{"start":1714406388916,"stop":1714406388916,"duration":0}},{"uid":"30a110866272176d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/30a110866272176d","status":"passed","time":{"start":1714404179089,"stop":1714404179090,"duration":1}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"142da8326336c4a8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/142da8326336c4a8","status":"passed","time":{"start":1714454485766,"stop":1714454485766,"duration":0}},{"uid":"9675ccfd9bc4f1cc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9675ccfd9bc4f1cc","status":"passed","time":{"start":1714436053001,"stop":1714436053001,"duration":0}},{"uid":"15456befa7f09799","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/15456befa7f09799","status":"passed","time":{"start":1714435115855,"stop":1714435115856,"duration":1}},{"uid":"5b32f8605b122817","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5b32f8605b122817","status":"passed","time":{"start":1714433811169,"stop":1714433811169,"duration":0}},{"uid":"57e17ffbd542e50f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/57e17ffbd542e50f","status":"passed","time":{"start":1714432020151,"stop":1714432020151,"duration":0}},{"uid":"f984e563d64b0460","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f984e563d64b0460","status":"passed","time":{"start":1714432303174,"stop":1714432303176,"duration":2}},{"uid":"7fa29ff62cc671cd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7fa29ff62cc671cd","status":"passed","time":{"start":1714430997207,"stop":1714430997207,"duration":0}},{"uid":"d8a7c1f42433fda1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d8a7c1f42433fda1","status":"passed","time":{"start":1714430813959,"stop":1714430813960,"duration":1}},{"uid":"7a5edf44767a1551","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7a5edf44767a1551","status":"passed","time":{"start":1714429973511,"stop":1714429973512,"duration":1}},{"uid":"89eb1394897d073d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/89eb1394897d073d","status":"passed","time":{"start":1714429098040,"stop":1714429098041,"duration":1}},{"uid":"847370d55a5b8ad3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/847370d55a5b8ad3","status":"passed","time":{"start":1714427856112,"stop":1714427856113,"duration":1}},{"uid":"282a5f5d3c9e187","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/282a5f5d3c9e187","status":"passed","time":{"start":1714427584821,"stop":1714427584824,"duration":3}},{"uid":"bab27f91eb79e80","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bab27f91eb79e80","status":"passed","time":{"start":1714426927576,"stop":1714426927577,"duration":1}},{"uid":"5334bb3b31a7429a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5334bb3b31a7429a","status":"passed","time":{"start":1714425644084,"stop":1714425644084,"duration":0}},{"uid":"13b295771d5d0b33","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/13b295771d5d0b33","status":"passed","time":{"start":1714425425862,"stop":1714425425863,"duration":1}},{"uid":"980bf1a21e1ad9a1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/980bf1a21e1ad9a1","status":"passed","time":{"start":1714415598522,"stop":1714415598522,"duration":0}},{"uid":"c916cf1b1f5b861f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c916cf1b1f5b861f","status":"passed","time":{"start":1714415728466,"stop":1714415728466,"duration":0}},{"uid":"2ea069eaebddfcd4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2ea069eaebddfcd4","status":"passed","time":{"start":1714407938521,"stop":1714407938521,"duration":0}},{"uid":"7c1acb4cb7cf548b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7c1acb4cb7cf548b","status":"passed","time":{"start":1714406971795,"stop":1714406971795,"duration":0}},{"uid":"2223ccf146e18411","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2223ccf146e18411","status":"passed","time":{"start":1714404739437,"stop":1714404739437,"duration":0}}]},"db57fd120e149a204615744e7af784b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"767ebb59a9d9e8fb","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/767ebb59a9d9e8fb","status":"passed","time":{"start":1714123346810,"stop":1714123346810,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"f56de170d5ae8ddf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f56de170d5ae8ddf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714453987221,"stop":1714453987222,"duration":1}},{"uid":"b7690291e200097a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b7690291e200097a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435545819,"stop":1714435545819,"duration":0}},{"uid":"6f596633aba40f3e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6f596633aba40f3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714434626137,"stop":1714434626137,"duration":0}},{"uid":"2092f32b79b6a584","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2092f32b79b6a584","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433316407,"stop":1714433316407,"duration":0}},{"uid":"af3df505ad366e44","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/af3df505ad366e44","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431506528,"stop":1714431506529,"duration":1}},{"uid":"571c38e015a628ec","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/571c38e015a628ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431770058,"stop":1714431770059,"duration":1}},{"uid":"eaf07739cea2f930","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eaf07739cea2f930","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430495736,"stop":1714430495736,"duration":0}},{"uid":"f89d27d05266e13","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f89d27d05266e13","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430283244,"stop":1714430283244,"duration":0}},{"uid":"596511dc8674df92","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/596511dc8674df92","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429454741,"stop":1714429454741,"duration":0}},{"uid":"7f83fb83c34ee1eb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7f83fb83c34ee1eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428603031,"stop":1714428603031,"duration":0}},{"uid":"645682417073b5f6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/645682417073b5f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427368870,"stop":1714427368870,"duration":0}},{"uid":"bee4e99b810a475b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bee4e99b810a475b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427087111,"stop":1714427087112,"duration":1}},{"uid":"6512cf444a1ffcce","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6512cf444a1ffcce","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426419041,"stop":1714426419041,"duration":0}},{"uid":"8d1f94eeb480623e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8d1f94eeb480623e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714424522178,"stop":1714424522178,"duration":0}},{"uid":"36523a60a6510421","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/36523a60a6510421","status":"skipped","statusDetails":"Test ignored","time":{"start":1714424912041,"stop":1714424912041,"duration":0}},{"uid":"86c209ab3e4ac5af","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/86c209ab3e4ac5af","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415063946,"stop":1714415063946,"duration":0}},{"uid":"4a79dbc11aa066b3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4a79dbc11aa066b3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415219589,"stop":1714415219589,"duration":0}},{"uid":"9db78caa8117a3d9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9db78caa8117a3d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407435785,"stop":1714407435785,"duration":0}},{"uid":"958aada217a9c2fd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/958aada217a9c2fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406451900,"stop":1714406451900,"duration":0}},{"uid":"b8ff8448cb96e81f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b8ff8448cb96e81f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404244904,"stop":1714404244904,"duration":0}}]},"1b2f1143ccfc5b4d53e250302b30fa35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c66b540beff0323","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/5c66b540beff0323","status":"passed","time":{"start":1714123099900,"stop":1714123099900,"duration":0}}]},"820fd65a5fea42ebd6cac3dff87e5d24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dba6498c8a75547a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dba6498c8a75547a","status":"passed","time":{"start":1714425396493,"stop":1714425396493,"duration":0}}]},"9d6ff928ffd0e7a5289096896ca69d2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e30f4a6a8fd5acd7","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/e30f4a6a8fd5acd7","status":"passed","time":{"start":1714082471244,"stop":1714082471244,"duration":0}}]},"91455ee5563dbfadadbc623d019054fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e609312eeb5e4a37","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/e609312eeb5e4a37","status":"passed","time":{"start":1714039412686,"stop":1714039412686,"duration":0}}]},"4a0f0d09b001038f47875d4caea32fe1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"125fd678208c552","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/125fd678208c552","status":"passed","time":{"start":1714109329744,"stop":1714109329749,"duration":5}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"5252f7a98a1e4085","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5252f7a98a1e4085","status":"passed","time":{"start":1714454434301,"stop":1714454434301,"duration":0}},{"uid":"83af4386a0699bab","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/83af4386a0699bab","status":"passed","time":{"start":1714436006512,"stop":1714436006515,"duration":3}},{"uid":"a5be145bd2aa52b5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a5be145bd2aa52b5","status":"passed","time":{"start":1714435054817,"stop":1714435054818,"duration":1}},{"uid":"8d29cc6305ff42ea","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8d29cc6305ff42ea","status":"passed","time":{"start":1714433761043,"stop":1714433761043,"duration":0}},{"uid":"b7470567419c6732","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b7470567419c6732","status":"passed","time":{"start":1714431966418,"stop":1714431966418,"duration":0}},{"uid":"7a80f9211ca21005","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7a80f9211ca21005","status":"passed","time":{"start":1714432193255,"stop":1714432193255,"duration":0}},{"uid":"5d599bc567f4ae38","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5d599bc567f4ae38","status":"passed","time":{"start":1714430948516,"stop":1714430948516,"duration":0}},{"uid":"5d1dd9bef32a19f9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5d1dd9bef32a19f9","status":"passed","time":{"start":1714430713508,"stop":1714430713508,"duration":0}},{"uid":"179a775619eb0359","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/179a775619eb0359","status":"passed","time":{"start":1714429917723,"stop":1714429917723,"duration":0}},{"uid":"86d4da825cbf37b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/86d4da825cbf37b","status":"passed","time":{"start":1714429040280,"stop":1714429040280,"duration":0}},{"uid":"a86dc2e89bbd5d8b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a86dc2e89bbd5d8b","status":"passed","time":{"start":1714427848665,"stop":1714427848666,"duration":1}},{"uid":"d3839bfd0603128b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d3839bfd0603128b","status":"passed","time":{"start":1714427530049,"stop":1714427530049,"duration":0}},{"uid":"63074672f3bb67b5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/63074672f3bb67b5","status":"passed","time":{"start":1714426875119,"stop":1714426875120,"duration":1}},{"uid":"d08616724ecb9135","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d08616724ecb9135","status":"broken","statusDetails":"window is not defined","time":{"start":1714426510998,"stop":1714426510998,"duration":0}},{"uid":"903bbc9f843a75d3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/903bbc9f843a75d3","status":"passed","time":{"start":1714425369915,"stop":1714425369928,"duration":13}},{"uid":"83740e8e4878df1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/83740e8e4878df1","status":"passed","time":{"start":1714415516352,"stop":1714415516352,"duration":0}},{"uid":"6fc243fbaff84941","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6fc243fbaff84941","status":"passed","time":{"start":1714415679013,"stop":1714415679014,"duration":1}},{"uid":"645e6bae0970f995","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/645e6bae0970f995","status":"passed","time":{"start":1714407884311,"stop":1714407884311,"duration":0}},{"uid":"dab6aa8a1d002ac1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dab6aa8a1d002ac1","status":"passed","time":{"start":1714406914266,"stop":1714406914267,"duration":1}},{"uid":"bc88f1ce58af4f3c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bc88f1ce58af4f3c","status":"passed","time":{"start":1714404690096,"stop":1714404690096,"duration":0}}]},"f352b7c6eefb7b142a9e6fc01c7a6b0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20eea140629c1b9e","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/20eea140629c1b9e","status":"passed","time":{"start":1714384745713,"stop":1714384745713,"duration":0}}]},"6c27b91ae1f73f4f459805559ff74789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75042fd89b42472e","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/75042fd89b42472e","status":"passed","time":{"start":1714080270416,"stop":1714080270417,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"c7d9413f90c4386","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c7d9413f90c4386","status":"passed","time":{"start":1714454434323,"stop":1714454434323,"duration":0}},{"uid":"4864fcec38985fda","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4864fcec38985fda","status":"passed","time":{"start":1714436006538,"stop":1714436006538,"duration":0}},{"uid":"8cdf6c673d242d77","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8cdf6c673d242d77","status":"passed","time":{"start":1714435054850,"stop":1714435054851,"duration":1}},{"uid":"225eeb7896d7167c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/225eeb7896d7167c","status":"passed","time":{"start":1714433761061,"stop":1714433761061,"duration":0}},{"uid":"967d90bc46b17ff5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/967d90bc46b17ff5","status":"passed","time":{"start":1714431966432,"stop":1714431966432,"duration":0}},{"uid":"d95014cb751576ba","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d95014cb751576ba","status":"passed","time":{"start":1714432193276,"stop":1714432193276,"duration":0}},{"uid":"74c698277a906fe2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/74c698277a906fe2","status":"passed","time":{"start":1714430948539,"stop":1714430948539,"duration":0}},{"uid":"879155b8e98446c4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/879155b8e98446c4","status":"passed","time":{"start":1714430713545,"stop":1714430713546,"duration":1}},{"uid":"9f33d09d7d81327e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9f33d09d7d81327e","status":"passed","time":{"start":1714429917746,"stop":1714429917746,"duration":0}},{"uid":"78f9dd418018d058","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/78f9dd418018d058","status":"passed","time":{"start":1714429040296,"stop":1714429040296,"duration":0}},{"uid":"898965478f5dc2eb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/898965478f5dc2eb","status":"passed","time":{"start":1714427848685,"stop":1714427848685,"duration":0}},{"uid":"dc13bea5ea17138b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dc13bea5ea17138b","status":"passed","time":{"start":1714427530067,"stop":1714427530068,"duration":1}},{"uid":"e44b1541ebb7fb1b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e44b1541ebb7fb1b","status":"passed","time":{"start":1714426875148,"stop":1714426875149,"duration":1}},{"uid":"33e6ac5f70a48506","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/33e6ac5f70a48506","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511034,"stop":1714426511034,"duration":0}},{"uid":"7c7a707e5deb02d6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7c7a707e5deb02d6","status":"passed","time":{"start":1714425369963,"stop":1714425369963,"duration":0}},{"uid":"5caa13e4514a4c82","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5caa13e4514a4c82","status":"passed","time":{"start":1714415516379,"stop":1714415516379,"duration":0}},{"uid":"8502d804a73fc801","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8502d804a73fc801","status":"passed","time":{"start":1714415679031,"stop":1714415679032,"duration":1}},{"uid":"c1b04ee4fa0fa95d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c1b04ee4fa0fa95d","status":"passed","time":{"start":1714407884327,"stop":1714407884327,"duration":0}},{"uid":"a483a18b3e144118","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a483a18b3e144118","status":"passed","time":{"start":1714406914326,"stop":1714406914327,"duration":1}},{"uid":"ae7235d30faee0c0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ae7235d30faee0c0","status":"passed","time":{"start":1714404690111,"stop":1714404690112,"duration":1}}]},"d58451cb49fbae823acd8ffbb10b87b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e0603b98380bc9b","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/3e0603b98380bc9b","status":"passed","time":{"start":1714221461912,"stop":1714221461913,"duration":1}}]},"6ff69a9fd0313b7cb0bbaf3489e550ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48d3431620eb7ea5","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/48d3431620eb7ea5","status":"passed","time":{"start":1714145924569,"stop":1714145924569,"duration":0}}]},"f4ff3fa2f9edc5f26c4cbfe55af10c02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"9ad334ba27e764f7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9ad334ba27e764f7","status":"passed","time":{"start":1714454485767,"stop":1714454485768,"duration":1}},{"uid":"8172264e5cbd7065","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8172264e5cbd7065","status":"passed","time":{"start":1714436053002,"stop":1714436053002,"duration":0}},{"uid":"b1d9751e3bc91d7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b1d9751e3bc91d7","status":"passed","time":{"start":1714435115857,"stop":1714435115858,"duration":1}},{"uid":"c9fca44abc51f9b9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c9fca44abc51f9b9","status":"passed","time":{"start":1714433811170,"stop":1714433811170,"duration":0}},{"uid":"604e6a4e6b919af8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/604e6a4e6b919af8","status":"passed","time":{"start":1714432020160,"stop":1714432020160,"duration":0}},{"uid":"230a9d29ecd3b63a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/230a9d29ecd3b63a","status":"passed","time":{"start":1714432303177,"stop":1714432303177,"duration":0}},{"uid":"d20c71b2e66714fd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d20c71b2e66714fd","status":"passed","time":{"start":1714430997215,"stop":1714430997215,"duration":0}},{"uid":"b492ba81bdab63d9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b492ba81bdab63d9","status":"passed","time":{"start":1714430813963,"stop":1714430813963,"duration":0}},{"uid":"7b5bd086a4a86891","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7b5bd086a4a86891","status":"passed","time":{"start":1714429973514,"stop":1714429973514,"duration":0}},{"uid":"6bbc49e45a143f52","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6bbc49e45a143f52","status":"passed","time":{"start":1714429098042,"stop":1714429098042,"duration":0}},{"uid":"d61560a42836f1c9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d61560a42836f1c9","status":"passed","time":{"start":1714427856114,"stop":1714427856115,"duration":1}},{"uid":"d9b00d40009e2ae9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d9b00d40009e2ae9","status":"passed","time":{"start":1714427584825,"stop":1714427584825,"duration":0}},{"uid":"2b3bd53c93605f9f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2b3bd53c93605f9f","status":"passed","time":{"start":1714426927579,"stop":1714426927579,"duration":0}},{"uid":"dadf9a69af8df4a9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/dadf9a69af8df4a9","status":"passed","time":{"start":1714425644087,"stop":1714425644088,"duration":1}},{"uid":"8862e0704363b773","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8862e0704363b773","status":"passed","time":{"start":1714425425865,"stop":1714425425866,"duration":1}},{"uid":"fea312a26427967","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fea312a26427967","status":"passed","time":{"start":1714415598523,"stop":1714415598523,"duration":0}},{"uid":"23eaa37e9fed1927","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23eaa37e9fed1927","status":"passed","time":{"start":1714415728468,"stop":1714415728468,"duration":0}},{"uid":"8db35f13c1d82ddc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8db35f13c1d82ddc","status":"passed","time":{"start":1714407938522,"stop":1714407938523,"duration":1}},{"uid":"e9382c387a5870b1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e9382c387a5870b1","status":"passed","time":{"start":1714406971800,"stop":1714406971801,"duration":1}},{"uid":"3c8e087bdf12c657","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3c8e087bdf12c657","status":"passed","time":{"start":1714404739438,"stop":1714404739439,"duration":1}}]},"e3890f16e2a671e5573b74c0d3ca637c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e761aad2408fbf82","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e761aad2408fbf82","status":"passed","time":{"start":1714404734771,"stop":1714404734771,"duration":0}}]},"1294d7057f87f34ac9180da81653e46f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccee9ef386071d9d","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/ccee9ef386071d9d","status":"passed","time":{"start":1714219200734,"stop":1714219200735,"duration":1}}]},"06d9086417c1b1a9f3c6c928e40fcb99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac36cf2da9df6fcf","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/ac36cf2da9df6fcf","status":"passed","time":{"start":1714089638346,"stop":1714089638346,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"8d0e405bc346e19b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8d0e405bc346e19b","status":"passed","time":{"start":1714454365880,"stop":1714454365881,"duration":1}},{"uid":"7910ef288383020f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7910ef288383020f","status":"passed","time":{"start":1714435932820,"stop":1714435932821,"duration":1}},{"uid":"d82fcdd64f2f7f91","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d82fcdd64f2f7f91","status":"passed","time":{"start":1714435006837,"stop":1714435006837,"duration":0}},{"uid":"bce1ba0d14e2102b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bce1ba0d14e2102b","status":"passed","time":{"start":1714433693921,"stop":1714433693922,"duration":1}},{"uid":"89feeb07d609f2fe","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/89feeb07d609f2fe","status":"passed","time":{"start":1714431888543,"stop":1714431888544,"duration":1}},{"uid":"7ba5822c2217977c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7ba5822c2217977c","status":"passed","time":{"start":1714432201975,"stop":1714432201975,"duration":0}},{"uid":"3cb0a9b3a061f7e8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3cb0a9b3a061f7e8","status":"passed","time":{"start":1714430892448,"stop":1714430892448,"duration":0}},{"uid":"765440bacbd1b446","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/765440bacbd1b446","status":"passed","time":{"start":1714430720931,"stop":1714430720932,"duration":1}},{"uid":"a4cea2ed593c6369","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a4cea2ed593c6369","status":"passed","time":{"start":1714429855252,"stop":1714429855252,"duration":0}},{"uid":"f82de06fba8c3779","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f82de06fba8c3779","status":"passed","time":{"start":1714428989408,"stop":1714428989408,"duration":0}},{"uid":"8878e72a5795beaf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8878e72a5795beaf","status":"passed","time":{"start":1714427767172,"stop":1714427767173,"duration":1}},{"uid":"38481b1b072a2af0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/38481b1b072a2af0","status":"passed","time":{"start":1714427460519,"stop":1714427460519,"duration":0}},{"uid":"5623dce1eac5f2f5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5623dce1eac5f2f5","status":"passed","time":{"start":1714426812799,"stop":1714426812800,"duration":1}},{"uid":"bed7cdbd7322dc73","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bed7cdbd7322dc73","status":"passed","time":{"start":1714425528574,"stop":1714425528574,"duration":0}},{"uid":"ffa3e080172b5c79","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ffa3e080172b5c79","status":"passed","time":{"start":1714425301078,"stop":1714425301081,"duration":3}},{"uid":"ab21e6dd990796fe","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ab21e6dd990796fe","status":"passed","time":{"start":1714415473247,"stop":1714415473248,"duration":1}},{"uid":"f5d50f2b79095095","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f5d50f2b79095095","status":"passed","time":{"start":1714415615347,"stop":1714415615347,"duration":0}},{"uid":"c18afa44616aab43","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c18afa44616aab43","status":"passed","time":{"start":1714407816860,"stop":1714407816860,"duration":0}},{"uid":"a7d7551de7f671a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a7d7551de7f671a","status":"passed","time":{"start":1714406861584,"stop":1714406861585,"duration":1}},{"uid":"b390bc05644cae17","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b390bc05644cae17","status":"passed","time":{"start":1714404628271,"stop":1714404628271,"duration":0}}]},"3bae76637149f83a4bdda48487afcdfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff9b556ceaf3664f","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/ff9b556ceaf3664f","status":"passed","time":{"start":1714109313625,"stop":1714109313626,"duration":1}}]},"c883f966fe3c0d0f3151986c4b28608b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec7555bda265e3ff","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/ec7555bda265e3ff","status":"passed","time":{"start":1713997832225,"stop":1713997832225,"duration":0}}]},"6bcb707853f5a0875a601ce34ef57256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7a86b5d8ee3b5c88","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/7a86b5d8ee3b5c88","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714082887554,"stop":1714082887555,"duration":1}}]},"3a7b9a1b43558d602beaaf0969b8ccce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a9fdb22ac8227be","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/4a9fdb22ac8227be","status":"passed","time":{"start":1714385794772,"stop":1714385794772,"duration":0}}]},"79fee6820b02fce5e1176efb7f59073d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd0870fa35ebd07","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/dd0870fa35ebd07","status":"passed","time":{"start":1713987704973,"stop":1713987704973,"duration":0}}]},"d47c2b3b647cced8555bcae03c7e2f67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdeae7ee82ec7f3a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fdeae7ee82ec7f3a","status":"passed","time":{"start":1714429123420,"stop":1714429123420,"duration":0}}]},"46822a9bf40a559f1046ba5821d50a82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"2b4628951ef8db53","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/2b4628951ef8db53","status":"broken","statusDetails":"expected +0 to equal 3","time":{"start":1713989843827,"stop":1713989843827,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"95ec738bcbe5908f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/95ec738bcbe5908f","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0}},{"uid":"a19d5ca375e113e4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a19d5ca375e113e4","status":"passed","time":{"start":1714435491281,"stop":1714435491282,"duration":1}},{"uid":"bc7ed5fd7b71fbb7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bc7ed5fd7b71fbb7","status":"passed","time":{"start":1714434560392,"stop":1714434560392,"duration":0}},{"uid":"b2502d083909e378","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b2502d083909e378","status":"passed","time":{"start":1714433255372,"stop":1714433255372,"duration":0}},{"uid":"3780476d6495b932","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3780476d6495b932","status":"passed","time":{"start":1714431453262,"stop":1714431453262,"duration":0}},{"uid":"236b13955bced875","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/236b13955bced875","status":"passed","time":{"start":1714431716848,"stop":1714431716848,"duration":0}},{"uid":"30cda00a49d46e87","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/30cda00a49d46e87","status":"passed","time":{"start":1714430439302,"stop":1714430439302,"duration":0}},{"uid":"a086b8d99c04812","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a086b8d99c04812","status":"passed","time":{"start":1714430231600,"stop":1714430231604,"duration":4}},{"uid":"4a12a163525469ec","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4a12a163525469ec","status":"passed","time":{"start":1714429393343,"stop":1714429393349,"duration":6}},{"uid":"f7fce62c29aca40a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f7fce62c29aca40a","status":"passed","time":{"start":1714428537099,"stop":1714428537100,"duration":1}},{"uid":"6dbbbc52f2fe2b0e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6dbbbc52f2fe2b0e","status":"passed","time":{"start":1714427314616,"stop":1714427314620,"duration":4}},{"uid":"f3a916a5e7fe2205","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f3a916a5e7fe2205","status":"passed","time":{"start":1714427015816,"stop":1714427015817,"duration":1}},{"uid":"2c4235126d4e79b2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2c4235126d4e79b2","status":"passed","time":{"start":1714426364730,"stop":1714426364730,"duration":0}},{"uid":"143a0ba92dbbe57a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/143a0ba92dbbe57a","status":"passed","time":{"start":1714424467258,"stop":1714424467258,"duration":0}},{"uid":"8e1bcd76ea544579","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8e1bcd76ea544579","status":"passed","time":{"start":1714424857615,"stop":1714424857615,"duration":0}},{"uid":"684487c1b034a550","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/684487c1b034a550","status":"passed","time":{"start":1714415010217,"stop":1714415010217,"duration":0}},{"uid":"dbc2d3ed612837f7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dbc2d3ed612837f7","status":"passed","time":{"start":1714415163520,"stop":1714415163520,"duration":0}},{"uid":"397e86c46a69d883","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/397e86c46a69d883","status":"passed","time":{"start":1714407370708,"stop":1714407370708,"duration":0}},{"uid":"d9d2fe9075e59108","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d9d2fe9075e59108","status":"passed","time":{"start":1714406397854,"stop":1714406397854,"duration":0}},{"uid":"7c88544aa9afb8cb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7c88544aa9afb8cb","status":"passed","time":{"start":1714404187706,"stop":1714404187706,"duration":0}}]},"9c605b28201bec9130434edaeaa437b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d675e56ece19f4d4","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d675e56ece19f4d4","status":"passed","time":{"start":1714379752790,"stop":1714379752791,"duration":1}}]},"a56e97626341f72016561ac10838a286:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46b2d1368e21e80a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/46b2d1368e21e80a","status":"passed","time":{"start":1714435054858,"stop":1714435054858,"duration":0}}]},"5121ab7b0834348750ea82b2071eaac7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f98b25411cc16a84","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/f98b25411cc16a84","status":"passed","time":{"start":1714262151950,"stop":1714262151950,"duration":0}}]},"d02a1b1b3ae6bbc5c3688c7488e7bd3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f102b686cd39d811","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/f102b686cd39d811","status":"passed","time":{"start":1714109202450,"stop":1714109202450,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"e2986bd955e4b154","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e2986bd955e4b154","status":"passed","time":{"start":1714454479295,"stop":1714454479296,"duration":1}},{"uid":"ad4c828db2ca5129","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ad4c828db2ca5129","status":"passed","time":{"start":1714436048049,"stop":1714436048050,"duration":1}},{"uid":"958a16555de1c3c8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/958a16555de1c3c8","status":"passed","time":{"start":1714435103474,"stop":1714435103474,"duration":0}},{"uid":"671902d7734983d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/671902d7734983d","status":"passed","time":{"start":1714433793525,"stop":1714433793525,"duration":0}},{"uid":"44bcd4f69c115efe","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/44bcd4f69c115efe","status":"passed","time":{"start":1714431998656,"stop":1714431998656,"duration":0}},{"uid":"e6e72ee5cd05091f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e6e72ee5cd05091f","status":"passed","time":{"start":1714432332179,"stop":1714432332179,"duration":0}},{"uid":"c2b0838fad1ca9ee","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c2b0838fad1ca9ee","status":"passed","time":{"start":1714431002226,"stop":1714431002227,"duration":1}},{"uid":"402f62950cbac2fe","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/402f62950cbac2fe","status":"passed","time":{"start":1714430831530,"stop":1714430831530,"duration":0}},{"uid":"4fdbe4fb112bb6be","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4fdbe4fb112bb6be","status":"passed","time":{"start":1714429955113,"stop":1714429955114,"duration":1}},{"uid":"63291f25000ce4f9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/63291f25000ce4f9","status":"passed","time":{"start":1714429082482,"stop":1714429082483,"duration":1}},{"uid":"feb048b56548c2bb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/feb048b56548c2bb","status":"passed","time":{"start":1714427873966,"stop":1714427873969,"duration":3}},{"uid":"a5350bbe9e4efb86","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a5350bbe9e4efb86","status":"passed","time":{"start":1714427572922,"stop":1714427572922,"duration":0}},{"uid":"8b90e2424998bab3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8b90e2424998bab3","status":"passed","time":{"start":1714426928331,"stop":1714426928331,"duration":0}},{"uid":"699711d4762d4f93","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/699711d4762d4f93","status":"passed","time":{"start":1714425626049,"stop":1714425626050,"duration":1}},{"uid":"518139400fc4885f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/518139400fc4885f","status":"passed","time":{"start":1714425405874,"stop":1714425405875,"duration":1}},{"uid":"8751d08290c07c6d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8751d08290c07c6d","status":"passed","time":{"start":1714415627118,"stop":1714415627120,"duration":2}},{"uid":"8048789d6dd915e2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8048789d6dd915e2","status":"passed","time":{"start":1714415727608,"stop":1714415727608,"duration":0}},{"uid":"367ef7824e1d5f0a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/367ef7824e1d5f0a","status":"passed","time":{"start":1714407946533,"stop":1714407946533,"duration":0}},{"uid":"2dd1e56375004f5a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2dd1e56375004f5a","status":"passed","time":{"start":1714406957180,"stop":1714406957180,"duration":0}},{"uid":"5a48f2e48643080e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5a48f2e48643080e","status":"passed","time":{"start":1714404754331,"stop":1714404754331,"duration":0}}]},"6777e32b2d5668a5d6455a631f6bd08c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"368ff3d7e128e38","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/368ff3d7e128e38","status":"passed","time":{"start":1714177895997,"stop":1714177895998,"duration":1}}]},"b09b5bc2bb4a8bbde95cdb411a24a076:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a059ef40d531e9f4","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/a059ef40d531e9f4","status":"passed","time":{"start":1713982877766,"stop":1713982877766,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"d331e42afaebe844","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d331e42afaebe844","status":"passed","time":{"start":1714454507876,"stop":1714454507876,"duration":0}},{"uid":"5e284c563c3cc15e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5e284c563c3cc15e","status":"passed","time":{"start":1714436048747,"stop":1714436048747,"duration":0}},{"uid":"7d2363e71c0f5746","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7d2363e71c0f5746","status":"passed","time":{"start":1714435155731,"stop":1714435155732,"duration":1}},{"uid":"efe0eeade7c2f28c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/efe0eeade7c2f28c","status":"passed","time":{"start":1714433815781,"stop":1714433815782,"duration":1}},{"uid":"c17dbabafdef61d9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c17dbabafdef61d9","status":"passed","time":{"start":1714432025713,"stop":1714432025713,"duration":0}},{"uid":"e6b11933e6665c23","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e6b11933e6665c23","status":"passed","time":{"start":1714432319331,"stop":1714432319331,"duration":0}},{"uid":"dbec4fa04ec9905f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/dbec4fa04ec9905f","status":"passed","time":{"start":1714431035222,"stop":1714431035223,"duration":1}},{"uid":"f1bab9e852077a0c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f1bab9e852077a0c","status":"passed","time":{"start":1714430851105,"stop":1714430851105,"duration":0}},{"uid":"5fda68731e4bc616","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5fda68731e4bc616","status":"passed","time":{"start":1714429998251,"stop":1714429998253,"duration":2}},{"uid":"706f5475c79c828e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/706f5475c79c828e","status":"passed","time":{"start":1714429123390,"stop":1714429123392,"duration":2}},{"uid":"d53baaff620c2989","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d53baaff620c2989","status":"passed","time":{"start":1714427908704,"stop":1714427908704,"duration":0}},{"uid":"157e3384b81d78d3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/157e3384b81d78d3","status":"passed","time":{"start":1714427590236,"stop":1714427590236,"duration":0}},{"uid":"7725260dc9ff34d8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7725260dc9ff34d8","status":"passed","time":{"start":1714426950348,"stop":1714426950348,"duration":0}},{"uid":"a6ac1d6f4bb3003a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a6ac1d6f4bb3003a","status":"passed","time":{"start":1714425413001,"stop":1714425413001,"duration":0}},{"uid":"4f37d116630cb4d5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4f37d116630cb4d5","status":"passed","time":{"start":1714425435607,"stop":1714425435607,"duration":0}},{"uid":"645809172f951a34","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/645809172f951a34","status":"passed","time":{"start":1714415590152,"stop":1714415590153,"duration":1}},{"uid":"19a7b9017e1d5a61","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/19a7b9017e1d5a61","status":"passed","time":{"start":1714415739320,"stop":1714415739320,"duration":0}},{"uid":"ffd4d22cc4956e14","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ffd4d22cc4956e14","status":"passed","time":{"start":1714407950101,"stop":1714407950101,"duration":0}},{"uid":"87fc839608a7d457","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/87fc839608a7d457","status":"passed","time":{"start":1714406978434,"stop":1714406978435,"duration":1}},{"uid":"69d36f21d5b68afb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/69d36f21d5b68afb","status":"passed","time":{"start":1714404752139,"stop":1714404752140,"duration":1}}]},"453ab94963d546e842acd55088cf7d54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67a8af1f0083e5c2","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/67a8af1f0083e5c2","status":"passed","time":{"start":1714145924571,"stop":1714145924571,"duration":0}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"efd0428b12fec0ed","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/efd0428b12fec0ed","status":"passed","time":{"start":1714454365883,"stop":1714454365884,"duration":1}},{"uid":"d9da353c127096bf","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d9da353c127096bf","status":"passed","time":{"start":1714435932824,"stop":1714435932825,"duration":1}},{"uid":"2e4a2fc67b1d7dcd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2e4a2fc67b1d7dcd","status":"passed","time":{"start":1714435006845,"stop":1714435006846,"duration":1}},{"uid":"e8ac74ab0f51a6a6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e8ac74ab0f51a6a6","status":"passed","time":{"start":1714433693925,"stop":1714433693925,"duration":0}},{"uid":"27e1618510e5315a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/27e1618510e5315a","status":"passed","time":{"start":1714431888548,"stop":1714431888548,"duration":0}},{"uid":"e1693ed21e73ee2c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e1693ed21e73ee2c","status":"passed","time":{"start":1714432201979,"stop":1714432201979,"duration":0}},{"uid":"81a70461d739ba9e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/81a70461d739ba9e","status":"passed","time":{"start":1714430892451,"stop":1714430892451,"duration":0}},{"uid":"155c6c59ebce29c6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/155c6c59ebce29c6","status":"passed","time":{"start":1714430720934,"stop":1714430720934,"duration":0}},{"uid":"aad0f1efa4347c1f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/aad0f1efa4347c1f","status":"passed","time":{"start":1714429855259,"stop":1714429855259,"duration":0}},{"uid":"d7b314649cc907f5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d7b314649cc907f5","status":"passed","time":{"start":1714428989438,"stop":1714428989438,"duration":0}},{"uid":"c98b6d3e444d25ad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c98b6d3e444d25ad","status":"passed","time":{"start":1714427767176,"stop":1714427767176,"duration":0}},{"uid":"a7348eda7880cec8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a7348eda7880cec8","status":"passed","time":{"start":1714427460522,"stop":1714427460522,"duration":0}},{"uid":"e43209adbe02c806","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e43209adbe02c806","status":"passed","time":{"start":1714426812803,"stop":1714426812808,"duration":5}},{"uid":"743a6dc9a38a3ee5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/743a6dc9a38a3ee5","status":"passed","time":{"start":1714425528584,"stop":1714425528584,"duration":0}},{"uid":"cf3f8cbdda006702","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cf3f8cbdda006702","status":"passed","time":{"start":1714425301106,"stop":1714425301109,"duration":3}},{"uid":"73cfa482de6b1a5c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/73cfa482de6b1a5c","status":"passed","time":{"start":1714415473262,"stop":1714415473263,"duration":1}},{"uid":"92702cef37fd03d8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/92702cef37fd03d8","status":"passed","time":{"start":1714415615361,"stop":1714415615361,"duration":0}},{"uid":"2f729e284e8c7d2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2f729e284e8c7d2","status":"passed","time":{"start":1714407816868,"stop":1714407816868,"duration":0}},{"uid":"5ab63552d392e00f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5ab63552d392e00f","status":"passed","time":{"start":1714406861591,"stop":1714406861591,"duration":0}},{"uid":"9ee2c30f01b2db10","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9ee2c30f01b2db10","status":"passed","time":{"start":1714404628274,"stop":1714404628274,"duration":0}}]},"9cd949e4f7b52ec7943b5df81288c168:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbbb3b5e6af0bc5e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/cbbb3b5e6af0bc5e","status":"passed","time":{"start":1714404421546,"stop":1714404421547,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"553b78278a8ed105","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/553b78278a8ed105","status":"passed","time":{"start":1714454429798,"stop":1714454429798,"duration":0}},{"uid":"157ccf15e9770e37","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/157ccf15e9770e37","status":"passed","time":{"start":1714435983382,"stop":1714435983382,"duration":0}},{"uid":"8f1140b465c94b15","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8f1140b465c94b15","status":"passed","time":{"start":1714435051946,"stop":1714435051947,"duration":1}},{"uid":"d79bfff1d01e2971","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d79bfff1d01e2971","status":"passed","time":{"start":1714433741792,"stop":1714433741793,"duration":1}},{"uid":"5e6ef5d0b6a6fff6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5e6ef5d0b6a6fff6","status":"passed","time":{"start":1714431944909,"stop":1714431944909,"duration":0}},{"uid":"64576783130eea08","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/64576783130eea08","status":"passed","time":{"start":1714432240097,"stop":1714432240097,"duration":0}},{"uid":"3d72dbc92772d7ab","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3d72dbc92772d7ab","status":"passed","time":{"start":1714430938921,"stop":1714430938922,"duration":1}},{"uid":"5bfbd7763f9a75d8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5bfbd7763f9a75d8","status":"passed","time":{"start":1714430755767,"stop":1714430755767,"duration":0}},{"uid":"fd22e8abcfe80ea5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fd22e8abcfe80ea5","status":"passed","time":{"start":1714429913440,"stop":1714429913441,"duration":1}},{"uid":"3a26bcf09e01e15c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3a26bcf09e01e15c","status":"passed","time":{"start":1714429034576,"stop":1714429034577,"duration":1}},{"uid":"2bf406772fd90d59","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2bf406772fd90d59","status":"passed","time":{"start":1714427765145,"stop":1714427765146,"duration":1}},{"uid":"93e30f8572d04eb6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/93e30f8572d04eb6","status":"passed","time":{"start":1714427509518,"stop":1714427509518,"duration":0}},{"uid":"389034d922db0b8a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/389034d922db0b8a","status":"passed","time":{"start":1714426865269,"stop":1714426865270,"duration":1}},{"uid":"69a449cd7857cd29","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/69a449cd7857cd29","status":"passed","time":{"start":1714425536878,"stop":1714425536878,"duration":0}},{"uid":"a9229769b079beb9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a9229769b079beb9","status":"passed","time":{"start":1714425348191,"stop":1714425348191,"duration":0}},{"uid":"b944903b568d03f6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b944903b568d03f6","status":"passed","time":{"start":1714415541648,"stop":1714415541648,"duration":0}},{"uid":"e5d503f62f501cb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e5d503f62f501cb","status":"passed","time":{"start":1714415666679,"stop":1714415666679,"duration":0}},{"uid":"2d336a9e3d72d55d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2d336a9e3d72d55d","status":"passed","time":{"start":1714407867321,"stop":1714407867321,"duration":0}},{"uid":"3e1ca4539e721cff","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3e1ca4539e721cff","status":"passed","time":{"start":1714406901766,"stop":1714406901766,"duration":0}},{"uid":"a1712175ac41270c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a1712175ac41270c","status":"passed","time":{"start":1714404685935,"stop":1714404685936,"duration":1}}]},"f437abc9e4feb164aa02e08826c449b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd095f5dc50f8806","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/cd095f5dc50f8806","status":"passed","time":{"start":1714007939300,"stop":1714007939300,"duration":0}}]},"713038053772042bc5fd5e30499ab19c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7efbb8aa2fe38b1d","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/7efbb8aa2fe38b1d","status":"passed","time":{"start":1714296368563,"stop":1714296368563,"duration":0}}]},"1b336f4338f5dd4772e39274c63f41be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcc0893d79e50c4c","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/bcc0893d79e50c4c","status":"passed","time":{"start":1714229027962,"stop":1714229027962,"duration":0}}]},"6479a8835e81f97e957256a09bdf4bf8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80e58a0eea7362b9","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/80e58a0eea7362b9","status":"passed","time":{"start":1713988905027,"stop":1713988905027,"duration":0}}]},"b6decc76ec0c47a9d2c90cfb88b23205:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb77f9c65831f002","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/cb77f9c65831f002","status":"passed","time":{"start":1714039363096,"stop":1714039363098,"duration":2}}]},"e48809ec6851b2cc0dcb2076fa0e19f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56115d5c8b730bd0","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/56115d5c8b730bd0","status":"passed","time":{"start":1714080464429,"stop":1714080464429,"duration":0}}]},"e6ce0a76893a41412a0f47ec77771f93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f8486a8aa03bffa","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/1f8486a8aa03bffa","status":"passed","time":{"start":1714154241394,"stop":1714154241394,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"bccefa013f371888","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bccefa013f371888","status":"passed","time":{"start":1714454048332,"stop":1714454048333,"duration":1}},{"uid":"caf81766b76da29","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/caf81766b76da29","status":"passed","time":{"start":1714435606849,"stop":1714435606849,"duration":0}},{"uid":"5ea582d3aefa85fe","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5ea582d3aefa85fe","status":"passed","time":{"start":1714434675157,"stop":1714434675157,"duration":0}},{"uid":"49fbf83af77a1a97","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/49fbf83af77a1a97","status":"passed","time":{"start":1714433371585,"stop":1714433371586,"duration":1}},{"uid":"8e3d7e330fc0b3f2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8e3d7e330fc0b3f2","status":"passed","time":{"start":1714431572724,"stop":1714431572726,"duration":2}},{"uid":"a2a86f6a5a628b6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a2a86f6a5a628b6","status":"passed","time":{"start":1714431830835,"stop":1714431830835,"duration":0}},{"uid":"351b43c382f930f8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/351b43c382f930f8","status":"passed","time":{"start":1714430561834,"stop":1714430561835,"duration":1}},{"uid":"28c7029f67528134","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/28c7029f67528134","status":"passed","time":{"start":1714430339333,"stop":1714430339333,"duration":0}},{"uid":"a5c41efaf372049a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a5c41efaf372049a","status":"passed","time":{"start":1714429522160,"stop":1714429522160,"duration":0}},{"uid":"e667b54b21a3e657","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e667b54b21a3e657","status":"passed","time":{"start":1714428655953,"stop":1714428655954,"duration":1}},{"uid":"87c595871414298f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/87c595871414298f","status":"passed","time":{"start":1714427434617,"stop":1714427434617,"duration":0}},{"uid":"988830c6c68712b8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/988830c6c68712b8","status":"passed","time":{"start":1714427135388,"stop":1714427135388,"duration":0}},{"uid":"b2e5e1a493e85414","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b2e5e1a493e85414","status":"passed","time":{"start":1714426488647,"stop":1714426488647,"duration":0}},{"uid":"f9c7827200793db1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f9c7827200793db1","status":"passed","time":{"start":1714424744111,"stop":1714424744111,"duration":0}},{"uid":"ea75d061bd4d86d6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ea75d061bd4d86d6","status":"passed","time":{"start":1714424974894,"stop":1714424974895,"duration":1}},{"uid":"d113ad1c923fd01e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d113ad1c923fd01e","status":"passed","time":{"start":1714415124866,"stop":1714415124866,"duration":0}},{"uid":"5a6730945aafe0b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5a6730945aafe0b","status":"passed","time":{"start":1714415287311,"stop":1714415287311,"duration":0}},{"uid":"5c439bac7518d121","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5c439bac7518d121","status":"passed","time":{"start":1714407489067,"stop":1714407489067,"duration":0}},{"uid":"52f173110239d08f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/52f173110239d08f","status":"passed","time":{"start":1714406515689,"stop":1714406515689,"duration":0}},{"uid":"33404ace992818e5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/33404ace992818e5","status":"passed","time":{"start":1714404308198,"stop":1714404308199,"duration":1}}]},"e6799f8b06baf349c818ede282b52a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe2492d4250c35b8","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/fe2492d4250c35b8","status":"passed","time":{"start":1714144694765,"stop":1714144694765,"duration":0}}]},"e17548811cde720c06a8f305c3ad382f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4eeb19f1528ce880","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/4eeb19f1528ce880","status":"passed","time":{"start":1714380450802,"stop":1714380450802,"duration":0}}]},"1202dda0bb603ddf82cbfeecea0ddb2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6de2aaac6342093a","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6de2aaac6342093a","status":"passed","time":{"start":1714221441305,"stop":1714221441305,"duration":0}}]},"efded5fd0e28525dc542b7f85c27df1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8a0540984bffe63","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/8a0540984bffe63","status":"passed","time":{"start":1714141029644,"stop":1714141029644,"duration":0}}]},"80e9d3ed660b671768d0c92154eca756:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1c57d87dcbc1b8fc","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/1c57d87dcbc1b8fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908893,"stop":1713976908894,"duration":1}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"7fbbe738036c2fe8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7fbbe738036c2fe8","status":"passed","time":{"start":1714454568759,"stop":1714454568760,"duration":1}},{"uid":"b5a7deb5bbe1c73c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b5a7deb5bbe1c73c","status":"passed","time":{"start":1714436126129,"stop":1714436126129,"duration":0}},{"uid":"45d995c049b6bacd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/45d995c049b6bacd","status":"passed","time":{"start":1714435206718,"stop":1714435206718,"duration":0}},{"uid":"8536eb77bee7dde8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8536eb77bee7dde8","status":"passed","time":{"start":1714433881350,"stop":1714433881351,"duration":1}},{"uid":"ba3c843e2057c56c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ba3c843e2057c56c","status":"passed","time":{"start":1714432089192,"stop":1714432089192,"duration":0}},{"uid":"dcfed046e935a833","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dcfed046e935a833","status":"passed","time":{"start":1714432443241,"stop":1714432443241,"duration":0}},{"uid":"e2d9d3dd7a35c66e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e2d9d3dd7a35c66e","status":"passed","time":{"start":1714431084050,"stop":1714431084050,"duration":0}},{"uid":"62ce6fcfd5613fcc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/62ce6fcfd5613fcc","status":"passed","time":{"start":1714430958550,"stop":1714430958550,"duration":0}},{"uid":"f5a26261e7596c2a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f5a26261e7596c2a","status":"passed","time":{"start":1714430059468,"stop":1714430059469,"duration":1}},{"uid":"a019fd74a90a3cb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a019fd74a90a3cb","status":"passed","time":{"start":1714429177598,"stop":1714429177598,"duration":0}},{"uid":"90b0d03d41118528","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/90b0d03d41118528","status":"passed","time":{"start":1714427952240,"stop":1714427952240,"duration":0}},{"uid":"6c9f8498944ef422","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6c9f8498944ef422","status":"passed","time":{"start":1714427654788,"stop":1714427654788,"duration":0}},{"uid":"8924fd350f511558","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8924fd350f511558","status":"passed","time":{"start":1714427013800,"stop":1714427013800,"duration":0}},{"uid":"2f5fbe34328cbe53","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2f5fbe34328cbe53","status":"passed","time":{"start":1714425755811,"stop":1714425755812,"duration":1}},{"uid":"c174a42b646583d9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c174a42b646583d9","status":"passed","time":{"start":1714425494507,"stop":1714425494507,"duration":0}},{"uid":"83164a1c1369d8f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/83164a1c1369d8f1","status":"passed","time":{"start":1714415703220,"stop":1714415703220,"duration":0}},{"uid":"4f792ffd9c348a6c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4f792ffd9c348a6c","status":"passed","time":{"start":1714415807189,"stop":1714415807190,"duration":1}},{"uid":"b762cc7eaccca156","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b762cc7eaccca156","status":"passed","time":{"start":1714408011170,"stop":1714408011170,"duration":0}},{"uid":"b4358aa0b6ef6b35","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b4358aa0b6ef6b35","status":"passed","time":{"start":1714407046591,"stop":1714407046591,"duration":0}},{"uid":"9383eeaf322cf975","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9383eeaf322cf975","status":"passed","time":{"start":1714404822521,"stop":1714404822521,"duration":0}}]},"5d313c07accddde030a31204d2804424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3f6c1f5d741cb84","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a3f6c1f5d741cb84","status":"passed","time":{"start":1714430713566,"stop":1714430713567,"duration":1}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"87b922b93e32d905","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/87b922b93e32d905","status":"passed","time":{"start":1714453933333,"stop":1714453933333,"duration":0}},{"uid":"d9e1c5b9db6297b0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d9e1c5b9db6297b0","status":"passed","time":{"start":1714435491287,"stop":1714435491287,"duration":0}},{"uid":"b2da150ba18dab06","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b2da150ba18dab06","status":"passed","time":{"start":1714434560394,"stop":1714434560394,"duration":0}},{"uid":"4f38d4ec22791b7c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4f38d4ec22791b7c","status":"passed","time":{"start":1714433255374,"stop":1714433255374,"duration":0}},{"uid":"b55ea304921321a5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b55ea304921321a5","status":"passed","time":{"start":1714431453270,"stop":1714431453270,"duration":0}},{"uid":"5f823969927d3900","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5f823969927d3900","status":"passed","time":{"start":1714431716850,"stop":1714431716850,"duration":0}},{"uid":"e8943d158da56445","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e8943d158da56445","status":"passed","time":{"start":1714430439311,"stop":1714430439311,"duration":0}},{"uid":"510f274202903dfe","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/510f274202903dfe","status":"passed","time":{"start":1714430231605,"stop":1714430231606,"duration":1}},{"uid":"78c708b0159edc41","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/78c708b0159edc41","status":"passed","time":{"start":1714429393350,"stop":1714429393350,"duration":0}},{"uid":"26c118dd4f0c4967","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/26c118dd4f0c4967","status":"passed","time":{"start":1714428537101,"stop":1714428537101,"duration":0}},{"uid":"524b090e354af7c5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/524b090e354af7c5","status":"passed","time":{"start":1714427314622,"stop":1714427314622,"duration":0}},{"uid":"e6cb1a36c0d4a00c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e6cb1a36c0d4a00c","status":"passed","time":{"start":1714427015818,"stop":1714427015818,"duration":0}},{"uid":"1b3a1ad82652678e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1b3a1ad82652678e","status":"passed","time":{"start":1714426364736,"stop":1714426364736,"duration":0}},{"uid":"f65e8b0aea8d15af","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f65e8b0aea8d15af","status":"passed","time":{"start":1714424467263,"stop":1714424467264,"duration":1}},{"uid":"11083f9c7028c4d7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/11083f9c7028c4d7","status":"passed","time":{"start":1714424857616,"stop":1714424857616,"duration":0}},{"uid":"9cdb0f1e18229d2c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9cdb0f1e18229d2c","status":"passed","time":{"start":1714415010223,"stop":1714415010223,"duration":0}},{"uid":"92536948e67af0d8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/92536948e67af0d8","status":"passed","time":{"start":1714415163521,"stop":1714415163522,"duration":1}},{"uid":"4e94e48b3524b172","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4e94e48b3524b172","status":"passed","time":{"start":1714407370709,"stop":1714407370710,"duration":1}},{"uid":"45a1cd87a79954a0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/45a1cd87a79954a0","status":"passed","time":{"start":1714406397856,"stop":1714406397856,"duration":0}},{"uid":"b935b863cd8fde8b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b935b863cd8fde8b","status":"passed","time":{"start":1714404187708,"stop":1714404187708,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"3c1d3070999fb87f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3c1d3070999fb87f","status":"passed","time":{"start":1714454066547,"stop":1714454066548,"duration":1}},{"uid":"c3875caae553466c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c3875caae553466c","status":"passed","time":{"start":1714435618125,"stop":1714435618125,"duration":0}},{"uid":"581dbd3e62af3edf","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/581dbd3e62af3edf","status":"passed","time":{"start":1714434690688,"stop":1714434690688,"duration":0}},{"uid":"5399cbd651cc0df","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5399cbd651cc0df","status":"passed","time":{"start":1714433384084,"stop":1714433384085,"duration":1}},{"uid":"debe34957b3a45cf","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/debe34957b3a45cf","status":"passed","time":{"start":1714431579362,"stop":1714431579362,"duration":0}},{"uid":"4a7ba44ed774c616","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4a7ba44ed774c616","status":"passed","time":{"start":1714431864687,"stop":1714431864687,"duration":0}},{"uid":"db2631ee6e6c0b47","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/db2631ee6e6c0b47","status":"passed","time":{"start":1714430575911,"stop":1714430575911,"duration":0}},{"uid":"e272fc33ba884774","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e272fc33ba884774","status":"passed","time":{"start":1714430373693,"stop":1714430373693,"duration":0}},{"uid":"298a88c1aca940e6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/298a88c1aca940e6","status":"passed","time":{"start":1714429534242,"stop":1714429534242,"duration":0}},{"uid":"e4e1d9811e686d31","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e4e1d9811e686d31","status":"passed","time":{"start":1714428670174,"stop":1714428670174,"duration":0}},{"uid":"f5c32aa8ef3972ea","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f5c32aa8ef3972ea","status":"passed","time":{"start":1714427443742,"stop":1714427443742,"duration":0}},{"uid":"3e3608842a747d48","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3e3608842a747d48","status":"passed","time":{"start":1714427145033,"stop":1714427145033,"duration":0}},{"uid":"b7265cb503b052f5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b7265cb503b052f5","status":"passed","time":{"start":1714426498105,"stop":1714426498106,"duration":1}},{"uid":"df1742eb2294b0f7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/df1742eb2294b0f7","status":"broken","statusDetails":"window is not defined","time":{"start":1714424769781,"stop":1714424769783,"duration":2}},{"uid":"79148325a4024fdd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/79148325a4024fdd","status":"passed","time":{"start":1714424993189,"stop":1714424993189,"duration":0}},{"uid":"7fcdc520d6b325e2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7fcdc520d6b325e2","status":"passed","time":{"start":1714415152963,"stop":1714415152965,"duration":2}},{"uid":"64b689f3a9bace6e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/64b689f3a9bace6e","status":"passed","time":{"start":1714415288107,"stop":1714415288107,"duration":0}},{"uid":"2130e904cb41aeb8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2130e904cb41aeb8","status":"passed","time":{"start":1714407506459,"stop":1714407506460,"duration":1}},{"uid":"2e3ddac3e3d0449f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2e3ddac3e3d0449f","status":"passed","time":{"start":1714406539227,"stop":1714406539228,"duration":1}},{"uid":"248238c96f179bc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/248238c96f179bc","status":"passed","time":{"start":1714404316294,"stop":1714404316294,"duration":0}}]},"e0c715c0ad276d5576ba6a58c1ae1525:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5044aebe4b1410ce","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5044aebe4b1410ce","status":"passed","time":{"start":1714430813952,"stop":1714430813953,"duration":1}}]},"40cec67c93ba34b64c9a1dac0cd234d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa5d3346403f83cd","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/aa5d3346403f83cd","status":"passed","time":{"start":1714169433161,"stop":1714169433161,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"953b84f7113846e1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/953b84f7113846e1","status":"passed","time":{"start":1714454431995,"stop":1714454431995,"duration":0}},{"uid":"85697e9f0923756d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/85697e9f0923756d","status":"passed","time":{"start":1714435990625,"stop":1714435990626,"duration":1}},{"uid":"574af785b551d071","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/574af785b551d071","status":"passed","time":{"start":1714435062618,"stop":1714435062619,"duration":1}},{"uid":"75ad3bcb97a47d3f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/75ad3bcb97a47d3f","status":"passed","time":{"start":1714433747857,"stop":1714433747857,"duration":0}},{"uid":"9f9ec6ed4440dd5a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9f9ec6ed4440dd5a","status":"passed","time":{"start":1714431959184,"stop":1714431959184,"duration":0}},{"uid":"1892910f82c2660a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1892910f82c2660a","status":"passed","time":{"start":1714432238347,"stop":1714432238347,"duration":0}},{"uid":"a3bd414a9457b58d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a3bd414a9457b58d","status":"passed","time":{"start":1714430946043,"stop":1714430946044,"duration":1}},{"uid":"b218e122626b7d73","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b218e122626b7d73","status":"passed","time":{"start":1714430757775,"stop":1714430757776,"duration":1}},{"uid":"67742a1d242189a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/67742a1d242189a","status":"passed","time":{"start":1714429917783,"stop":1714429917783,"duration":0}},{"uid":"5dd8c3e03bc9dc66","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5dd8c3e03bc9dc66","status":"passed","time":{"start":1714429038419,"stop":1714429038419,"duration":0}},{"uid":"3d2dc76822ee2083","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3d2dc76822ee2083","status":"passed","time":{"start":1714427794306,"stop":1714427794306,"duration":0}},{"uid":"2950e5d47c674d2a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2950e5d47c674d2a","status":"passed","time":{"start":1714427517457,"stop":1714427517457,"duration":0}},{"uid":"9a3353a9e77ca9da","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9a3353a9e77ca9da","status":"passed","time":{"start":1714426868598,"stop":1714426868599,"duration":1}},{"uid":"2df2481a3bbcb7a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2df2481a3bbcb7a","status":"passed","time":{"start":1714425555004,"stop":1714425555004,"duration":0}},{"uid":"42dd9466b37bc908","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/42dd9466b37bc908","status":"passed","time":{"start":1714425349897,"stop":1714425349901,"duration":4}},{"uid":"eae5ffda55d00bb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eae5ffda55d00bb","status":"passed","time":{"start":1714415539978,"stop":1714415539979,"duration":1}},{"uid":"e1bd1ba82363f898","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e1bd1ba82363f898","status":"passed","time":{"start":1714415671318,"stop":1714415671318,"duration":0}},{"uid":"f0827377d7e54496","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f0827377d7e54496","status":"passed","time":{"start":1714407878081,"stop":1714407878082,"duration":1}},{"uid":"10cc0fb4c1b46610","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/10cc0fb4c1b46610","status":"passed","time":{"start":1714406907385,"stop":1714406907400,"duration":15}},{"uid":"57f54a142680a0d4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/57f54a142680a0d4","status":"passed","time":{"start":1714404685458,"stop":1714404685459,"duration":1}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"80762d6d33e53eab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/80762d6d33e53eab","status":"passed","time":{"start":1714454434305,"stop":1714454434305,"duration":0}},{"uid":"b52e5b1c507adff7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b52e5b1c507adff7","status":"passed","time":{"start":1714436006523,"stop":1714436006523,"duration":0}},{"uid":"13f72a79a3c375ab","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/13f72a79a3c375ab","status":"passed","time":{"start":1714435054821,"stop":1714435054821,"duration":0}},{"uid":"4c4daf00c423fb5f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4c4daf00c423fb5f","status":"passed","time":{"start":1714433761050,"stop":1714433761050,"duration":0}},{"uid":"ebb36746e7eda2e9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ebb36746e7eda2e9","status":"passed","time":{"start":1714431966421,"stop":1714431966422,"duration":1}},{"uid":"31ec3118091fb29a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/31ec3118091fb29a","status":"passed","time":{"start":1714432193259,"stop":1714432193260,"duration":1}},{"uid":"2740c012ce0acd19","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2740c012ce0acd19","status":"passed","time":{"start":1714430948523,"stop":1714430948523,"duration":0}},{"uid":"cc2913a497016180","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cc2913a497016180","status":"passed","time":{"start":1714430713513,"stop":1714430713513,"duration":0}},{"uid":"6f6e6fa8cdc15ad","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6f6e6fa8cdc15ad","status":"passed","time":{"start":1714429917730,"stop":1714429917730,"duration":0}},{"uid":"c11a678ca3e17659","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c11a678ca3e17659","status":"passed","time":{"start":1714429040284,"stop":1714429040284,"duration":0}},{"uid":"532917fa108e757","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/532917fa108e757","status":"passed","time":{"start":1714427848669,"stop":1714427848670,"duration":1}},{"uid":"9bff20ae77e90077","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9bff20ae77e90077","status":"passed","time":{"start":1714427530054,"stop":1714427530055,"duration":1}},{"uid":"a66f880193736aa6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a66f880193736aa6","status":"passed","time":{"start":1714426875123,"stop":1714426875123,"duration":0}},{"uid":"c059cf8e701702ff","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c059cf8e701702ff","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511009,"stop":1714426511009,"duration":0}},{"uid":"476917bd61b4637","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/476917bd61b4637","status":"passed","time":{"start":1714425369936,"stop":1714425369937,"duration":1}},{"uid":"c0b39afc12166824","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c0b39afc12166824","status":"passed","time":{"start":1714415516365,"stop":1714415516366,"duration":1}},{"uid":"1ef8531a51ce34ab","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1ef8531a51ce34ab","status":"passed","time":{"start":1714415679021,"stop":1714415679021,"duration":0}},{"uid":"13e0ac4f22a0ac0f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/13e0ac4f22a0ac0f","status":"passed","time":{"start":1714407884314,"stop":1714407884315,"duration":1}},{"uid":"c7048ed6cc72b171","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c7048ed6cc72b171","status":"passed","time":{"start":1714406914276,"stop":1714406914276,"duration":0}},{"uid":"353966f0aab7e845","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/353966f0aab7e845","status":"passed","time":{"start":1714404690101,"stop":1714404690101,"duration":0}}]},"eac36a439e7fb2f52ae2065f6997882e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b0ce8f68d93a75a","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2b0ce8f68d93a75a","status":"passed","time":{"start":1714142077698,"stop":1714142077698,"duration":0}}]},"5f22a95dc7efdc73764bf5e75d30e743:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc560b018ae00439","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fc560b018ae00439","status":"passed","time":{"start":1714404690121,"stop":1714404690121,"duration":0}}]},"e09c7644556f42a23de0779eac993fbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80127620b768222e","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/80127620b768222e","status":"passed","time":{"start":1714139755293,"stop":1714139755294,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"5aa1adc76e0e8394","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5aa1adc76e0e8394","status":"passed","time":{"start":1714453932706,"stop":1714453932707,"duration":1}},{"uid":"2bd2d8b0d3e38f75","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2bd2d8b0d3e38f75","status":"passed","time":{"start":1714435490585,"stop":1714435490586,"duration":1}},{"uid":"d6271aaf0bc30f3a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d6271aaf0bc30f3a","status":"passed","time":{"start":1714434559561,"stop":1714434559562,"duration":1}},{"uid":"5f7f6f009e4cfec7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5f7f6f009e4cfec7","status":"passed","time":{"start":1714433254658,"stop":1714433254660,"duration":2}},{"uid":"b7a7836dbf3995f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b7a7836dbf3995f","status":"passed","time":{"start":1714431452648,"stop":1714431452649,"duration":1}},{"uid":"b609ec35342dc9d7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b609ec35342dc9d7","status":"passed","time":{"start":1714431716075,"stop":1714431716076,"duration":1}},{"uid":"704a53bc59d62d8c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/704a53bc59d62d8c","status":"passed","time":{"start":1714430438501,"stop":1714430438502,"duration":1}},{"uid":"dde838cb655dc50c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/dde838cb655dc50c","status":"passed","time":{"start":1714430230965,"stop":1714430230965,"duration":0}},{"uid":"6f6ff4a38dfe6f1a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6f6ff4a38dfe6f1a","status":"passed","time":{"start":1714429392679,"stop":1714429392680,"duration":1}},{"uid":"58356e5d5a01c214","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/58356e5d5a01c214","status":"passed","time":{"start":1714428536301,"stop":1714428536302,"duration":1}},{"uid":"529d5ff2c71f6a7c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/529d5ff2c71f6a7c","status":"passed","time":{"start":1714427313738,"stop":1714427313738,"duration":0}},{"uid":"4561d89ec9e787e0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4561d89ec9e787e0","status":"passed","time":{"start":1714427015239,"stop":1714427015240,"duration":1}},{"uid":"c69384be95b369fe","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c69384be95b369fe","status":"passed","time":{"start":1714426364077,"stop":1714426364078,"duration":1}},{"uid":"380e0b82c44075ba","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/380e0b82c44075ba","status":"passed","time":{"start":1714424466611,"stop":1714424466612,"duration":1}},{"uid":"97f4b57c0462c1e4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/97f4b57c0462c1e4","status":"passed","time":{"start":1714424856925,"stop":1714424856925,"duration":0}},{"uid":"b8c47a9adcbddfa1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b8c47a9adcbddfa1","status":"passed","time":{"start":1714415009489,"stop":1714415009490,"duration":1}},{"uid":"a16d5cc13ceeaed7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a16d5cc13ceeaed7","status":"passed","time":{"start":1714415162806,"stop":1714415162807,"duration":1}},{"uid":"f1c80a80709b7509","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f1c80a80709b7509","status":"passed","time":{"start":1714407369928,"stop":1714407369928,"duration":0}},{"uid":"2eae12850efd812d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2eae12850efd812d","status":"passed","time":{"start":1714406397062,"stop":1714406397063,"duration":1}},{"uid":"6ccb7b28caa9b9db","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6ccb7b28caa9b9db","status":"passed","time":{"start":1714404187028,"stop":1714404187039,"duration":11}}]},"8791ed915d06976b3e9130f358351384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86f960bd1bf16d88","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/86f960bd1bf16d88","status":"passed","time":{"start":1714144815001,"stop":1714144815001,"duration":0}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"50813197f18914e4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/50813197f18914e4","status":"passed","time":{"start":1714453948682,"stop":1714453948684,"duration":2}},{"uid":"84593af44d5f88c8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/84593af44d5f88c8","status":"passed","time":{"start":1714435506558,"stop":1714435506558,"duration":0}},{"uid":"b4306f1c911c3591","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b4306f1c911c3591","status":"passed","time":{"start":1714434575699,"stop":1714434575700,"duration":1}},{"uid":"748a0be7c26def4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/748a0be7c26def4","status":"passed","time":{"start":1714433270295,"stop":1714433270295,"duration":0}},{"uid":"b07c81e5c7bca8af","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b07c81e5c7bca8af","status":"passed","time":{"start":1714431468645,"stop":1714431468646,"duration":1}},{"uid":"1c45b87f231f1845","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1c45b87f231f1845","status":"passed","time":{"start":1714431732342,"stop":1714431732342,"duration":0}},{"uid":"ba8adba56c4d2c29","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ba8adba56c4d2c29","status":"passed","time":{"start":1714430455368,"stop":1714430455369,"duration":1}},{"uid":"16f4f969b82782ee","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/16f4f969b82782ee","status":"passed","time":{"start":1714430246806,"stop":1714430246807,"duration":1}},{"uid":"9648786bfd3b3b7a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9648786bfd3b3b7a","status":"passed","time":{"start":1714429410654,"stop":1714429410654,"duration":0}},{"uid":"b5f321b10487e27c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b5f321b10487e27c","status":"passed","time":{"start":1714428552785,"stop":1714428552786,"duration":1}},{"uid":"134acaf14be0658d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/134acaf14be0658d","status":"passed","time":{"start":1714427330593,"stop":1714427330593,"duration":0}},{"uid":"6574aaa414db491c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6574aaa414db491c","status":"passed","time":{"start":1714427031099,"stop":1714427031100,"duration":1}},{"uid":"15008a44820d7886","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/15008a44820d7886","status":"passed","time":{"start":1714426380209,"stop":1714426380210,"duration":1}},{"uid":"14cb49f50b49a384","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/14cb49f50b49a384","status":"passed","time":{"start":1714424482579,"stop":1714424482579,"duration":0}},{"uid":"266faa490ae26738","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/266faa490ae26738","status":"passed","time":{"start":1714424873148,"stop":1714424873149,"duration":1}},{"uid":"800aa00130315e7c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/800aa00130315e7c","status":"passed","time":{"start":1714415026105,"stop":1714415026106,"duration":1}},{"uid":"2ee43f01531dff2a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2ee43f01531dff2a","status":"passed","time":{"start":1714415179181,"stop":1714415179181,"duration":0}},{"uid":"a0e127860dba97e2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a0e127860dba97e2","status":"passed","time":{"start":1714407386161,"stop":1714407386161,"duration":0}},{"uid":"7bf48e83d40e5e39","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7bf48e83d40e5e39","status":"passed","time":{"start":1714406413853,"stop":1714406413853,"duration":0}},{"uid":"27e5439d1d4f9dc1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/27e5439d1d4f9dc1","status":"passed","time":{"start":1714404203419,"stop":1714404203419,"duration":0}}]},"252d9db5da3e91d180201c1bbbfda364:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c03ec284b1fd5d00","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/c03ec284b1fd5d00","status":"passed","time":{"start":1713969137053,"stop":1713969137053,"duration":0}}]},"d43773118830d307ba05e7134a32b346:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db18a88ccffd23ec","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/db18a88ccffd23ec","status":"passed","time":{"start":1714431997892,"stop":1714431997893,"duration":1}}]},"8e5ad8f939d679b5572f49965fde679f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f426db756e909c9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3f426db756e909c9","status":"passed","time":{"start":1714429913433,"stop":1714429913434,"duration":1}}]},"cca1bf087811c5f52df90667b987483c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0e28493740245d2","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/a0e28493740245d2","status":"passed","time":{"start":1714385651949,"stop":1714385651950,"duration":1}}]},"dca7694bda92e3435a4565544b9bc1e3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74c1e0213dae46ae","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/74c1e0213dae46ae","status":"passed","time":{"start":1714129844756,"stop":1714129844756,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"34aa7725de24f6d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34aa7725de24f6d","status":"passed","time":{"start":1714454365882,"stop":1714454365882,"duration":0}},{"uid":"1baa31c4c44c14aa","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1baa31c4c44c14aa","status":"passed","time":{"start":1714435932821,"stop":1714435932821,"duration":0}},{"uid":"c9214b8ea12387cd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c9214b8ea12387cd","status":"passed","time":{"start":1714435006838,"stop":1714435006839,"duration":1}},{"uid":"80aad69fcce604fe","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/80aad69fcce604fe","status":"passed","time":{"start":1714433693923,"stop":1714433693923,"duration":0}},{"uid":"e4022123f4a85e63","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e4022123f4a85e63","status":"passed","time":{"start":1714431888545,"stop":1714431888545,"duration":0}},{"uid":"500389ea45c19dc7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/500389ea45c19dc7","status":"passed","time":{"start":1714432201976,"stop":1714432201976,"duration":0}},{"uid":"fd04e05100e2ba58","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fd04e05100e2ba58","status":"passed","time":{"start":1714430892449,"stop":1714430892449,"duration":0}},{"uid":"cce5ce23025d0652","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cce5ce23025d0652","status":"passed","time":{"start":1714430720932,"stop":1714430720932,"duration":0}},{"uid":"10ee6d733e332295","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/10ee6d733e332295","status":"passed","time":{"start":1714429855253,"stop":1714429855254,"duration":1}},{"uid":"feddbb28cf21a474","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/feddbb28cf21a474","status":"passed","time":{"start":1714428989408,"stop":1714428989408,"duration":0}},{"uid":"ca45a9df3b95425a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ca45a9df3b95425a","status":"passed","time":{"start":1714427767173,"stop":1714427767173,"duration":0}},{"uid":"a93bcc89020d52ac","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a93bcc89020d52ac","status":"passed","time":{"start":1714427460520,"stop":1714427460520,"duration":0}},{"uid":"71783ec382916571","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/71783ec382916571","status":"passed","time":{"start":1714426812800,"stop":1714426812800,"duration":0}},{"uid":"13604fa6db93f537","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/13604fa6db93f537","status":"passed","time":{"start":1714425528581,"stop":1714425528582,"duration":1}},{"uid":"9bcf9ec5a046b46b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9bcf9ec5a046b46b","status":"passed","time":{"start":1714425301082,"stop":1714425301084,"duration":2}},{"uid":"942f42c5962d226","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/942f42c5962d226","status":"passed","time":{"start":1714415473248,"stop":1714415473249,"duration":1}},{"uid":"c0c4ee5530bb95ad","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c0c4ee5530bb95ad","status":"passed","time":{"start":1714415615348,"stop":1714415615348,"duration":0}},{"uid":"49819227b296dc2e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/49819227b296dc2e","status":"passed","time":{"start":1714407816861,"stop":1714407816861,"duration":0}},{"uid":"95be8ce924fbe2b4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/95be8ce924fbe2b4","status":"passed","time":{"start":1714406861585,"stop":1714406861586,"duration":1}},{"uid":"dee3d2ed364c3e9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dee3d2ed364c3e9","status":"passed","time":{"start":1714404628271,"stop":1714404628272,"duration":1}}]},"b67f4036440eaea5bd7e6b226719d01c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"174ea96fb1a3d089","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/174ea96fb1a3d089","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098681,"stop":1713976098682,"duration":1}}]},"6644ddcd2f22c9293c1fcf60b2d2a649:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2edf9c964b52e392","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2edf9c964b52e392","status":"passed","time":{"start":1714425586970,"stop":1714425586971,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"9046eaffdbfc122b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9046eaffdbfc122b","status":"passed","time":{"start":1714454530137,"stop":1714454530137,"duration":0}},{"uid":"486e9c99a75aece2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/486e9c99a75aece2","status":"passed","time":{"start":1714436093938,"stop":1714436093938,"duration":0}},{"uid":"452f15dfcd981680","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/452f15dfcd981680","status":"passed","time":{"start":1714435157481,"stop":1714435157481,"duration":0}},{"uid":"46cf4f913f5b904e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/46cf4f913f5b904e","status":"passed","time":{"start":1714433840518,"stop":1714433840519,"duration":1}},{"uid":"8bf531ae0788e443","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8bf531ae0788e443","status":"passed","time":{"start":1714432045263,"stop":1714432045264,"duration":1}},{"uid":"46fe9355b36fd605","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/46fe9355b36fd605","status":"passed","time":{"start":1714432344100,"stop":1714432344105,"duration":5}},{"uid":"20520aa6a41bbff9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/20520aa6a41bbff9","status":"passed","time":{"start":1714431036770,"stop":1714431036770,"duration":0}},{"uid":"2ac5994565e06142","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2ac5994565e06142","status":"passed","time":{"start":1714430859709,"stop":1714430859710,"duration":1}},{"uid":"d124338613cd680d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d124338613cd680d","status":"passed","time":{"start":1714430007477,"stop":1714430007478,"duration":1}},{"uid":"5fcf59051baf35cc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5fcf59051baf35cc","status":"passed","time":{"start":1714429133186,"stop":1714429133190,"duration":4}},{"uid":"c6004be5a8cae739","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c6004be5a8cae739","status":"passed","time":{"start":1714427891814,"stop":1714427891814,"duration":0}},{"uid":"6f74713eee00ad6d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6f74713eee00ad6d","status":"passed","time":{"start":1714427613502,"stop":1714427613503,"duration":1}},{"uid":"5696a12ed6c77bf6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5696a12ed6c77bf6","status":"passed","time":{"start":1714426967435,"stop":1714426967435,"duration":0}},{"uid":"a064f367b3343bed","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a064f367b3343bed","status":"passed","time":{"start":1714425663094,"stop":1714425663094,"duration":0}},{"uid":"a897b1402f860e4a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a897b1402f860e4a","status":"passed","time":{"start":1714425451139,"stop":1714425451140,"duration":1}},{"uid":"bbce07f3eb6769be","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bbce07f3eb6769be","status":"passed","time":{"start":1714415638847,"stop":1714415638848,"duration":1}},{"uid":"3f8d7544d52e9ea6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3f8d7544d52e9ea6","status":"passed","time":{"start":1714415763440,"stop":1714415763441,"duration":1}},{"uid":"85bd82c7bdad2f5a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/85bd82c7bdad2f5a","status":"passed","time":{"start":1714407962989,"stop":1714407962990,"duration":1}},{"uid":"51f2a482d825b77b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/51f2a482d825b77b","status":"passed","time":{"start":1714407006187,"stop":1714407006188,"duration":1}},{"uid":"9f1357258484ca9b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9f1357258484ca9b","status":"passed","time":{"start":1714404780882,"stop":1714404780882,"duration":0}}]},"de173d3aee2ec9ce717bb439e6b5a081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d89554382791201b","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/d89554382791201b","status":"passed","time":{"start":1714086991878,"stop":1714086991878,"duration":0}}]},"267ebca97ac97167c3f0498ce3b7ce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7e524be28e8f340","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e7e524be28e8f340","status":"passed","time":{"start":1714214831991,"stop":1714214831992,"duration":1}}]},"205cdbeca5709063c68be1af20ad704a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"34ee0987623884fb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/34ee0987623884fb","status":"passed","time":{"start":1714415715315,"stop":1714415715316,"duration":1}}]},"fad5b5d515374a5956e909ddcd60e5f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af0d3bc1040ec825","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/af0d3bc1040ec825","status":"passed","time":{"start":1714139910949,"stop":1714139910950,"duration":1}}]},"80e10aa6506106ee7362aa117d48d726:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"469cdb260d5dc0c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/469cdb260d5dc0c","status":"passed","time":{"start":1714407912884,"stop":1714407912884,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"93e0214dd64c40cf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/93e0214dd64c40cf","status":"passed","time":{"start":1714454576889,"stop":1714454576889,"duration":0}},{"uid":"bd481e3e77c59304","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bd481e3e77c59304","status":"passed","time":{"start":1714436137174,"stop":1714436137175,"duration":1}},{"uid":"aff5bd18506e1f56","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/aff5bd18506e1f56","status":"passed","time":{"start":1714435211587,"stop":1714435211587,"duration":0}},{"uid":"3a6993a80bd86bd3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3a6993a80bd86bd3","status":"passed","time":{"start":1714433886004,"stop":1714433886004,"duration":0}},{"uid":"c46537f24faf4f5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c46537f24faf4f5","status":"passed","time":{"start":1714432097264,"stop":1714432097264,"duration":0}},{"uid":"62c769c7d7f21bbb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/62c769c7d7f21bbb","status":"passed","time":{"start":1714432488911,"stop":1714432488911,"duration":0}},{"uid":"d988d248d80251ce","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d988d248d80251ce","status":"passed","time":{"start":1714431099665,"stop":1714431099665,"duration":0}},{"uid":"8cd1dd757b19eaa6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8cd1dd757b19eaa6","status":"passed","time":{"start":1714431008663,"stop":1714431008663,"duration":0}},{"uid":"1f7325c056e4f04a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1f7325c056e4f04a","status":"passed","time":{"start":1714430071918,"stop":1714430071919,"duration":1}},{"uid":"60fa89e8c760f17b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/60fa89e8c760f17b","status":"passed","time":{"start":1714429188203,"stop":1714429188204,"duration":1}},{"uid":"822b453971a3f9df","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/822b453971a3f9df","status":"passed","time":{"start":1714427963973,"stop":1714427963973,"duration":0}},{"uid":"29896358d331e4c0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/29896358d331e4c0","status":"passed","time":{"start":1714427664124,"stop":1714427664125,"duration":1}},{"uid":"a342f753e0924620","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a342f753e0924620","status":"passed","time":{"start":1714427019009,"stop":1714427019009,"duration":0}},{"uid":"797b68512feefe3e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/797b68512feefe3e","status":"passed","time":{"start":1714425767071,"stop":1714425767071,"duration":0}},{"uid":"97897f5cbf9ddabd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/97897f5cbf9ddabd","status":"passed","time":{"start":1714425507199,"stop":1714425507199,"duration":0}},{"uid":"b9f45a2d91287c56","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b9f45a2d91287c56","status":"passed","time":{"start":1714415710420,"stop":1714415710421,"duration":1}},{"uid":"1e4b921d739640da","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1e4b921d739640da","status":"passed","time":{"start":1714415817191,"stop":1714415817191,"duration":0}},{"uid":"db3db5a6526b7eb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/db3db5a6526b7eb","status":"passed","time":{"start":1714408026138,"stop":1714408026138,"duration":0}},{"uid":"4b6fdc5158528ce8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4b6fdc5158528ce8","status":"passed","time":{"start":1714407055326,"stop":1714407055326,"duration":0}},{"uid":"737cb63a360f138f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/737cb63a360f138f","status":"passed","time":{"start":1714404834264,"stop":1714404834264,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"e6ad9b3c67e127f8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e6ad9b3c67e127f8","status":"passed","time":{"start":1714454365885,"stop":1714454365885,"duration":0}},{"uid":"134ab758f1b64089","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/134ab758f1b64089","status":"passed","time":{"start":1714435932826,"stop":1714435932826,"duration":0}},{"uid":"cd2f57b260a74d46","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cd2f57b260a74d46","status":"passed","time":{"start":1714435006848,"stop":1714435006849,"duration":1}},{"uid":"9d2e84a6a02a022b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9d2e84a6a02a022b","status":"passed","time":{"start":1714433693926,"stop":1714433693926,"duration":0}},{"uid":"c562111698d186ec","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c562111698d186ec","status":"passed","time":{"start":1714431888549,"stop":1714431888549,"duration":0}},{"uid":"668b559da162e1ff","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/668b559da162e1ff","status":"passed","time":{"start":1714432201980,"stop":1714432201980,"duration":0}},{"uid":"1e6db135a38d933f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1e6db135a38d933f","status":"passed","time":{"start":1714430892456,"stop":1714430892457,"duration":1}},{"uid":"714c63445d3b90f5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/714c63445d3b90f5","status":"passed","time":{"start":1714430720935,"stop":1714430720935,"duration":0}},{"uid":"64244be8d6b36ded","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/64244be8d6b36ded","status":"passed","time":{"start":1714429855260,"stop":1714429855261,"duration":1}},{"uid":"dc5b9c624b2e734d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dc5b9c624b2e734d","status":"passed","time":{"start":1714428989441,"stop":1714428989441,"duration":0}},{"uid":"4af0ba5fc340dd8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4af0ba5fc340dd8","status":"passed","time":{"start":1714427767180,"stop":1714427767180,"duration":0}},{"uid":"da76805feebb3aec","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/da76805feebb3aec","status":"passed","time":{"start":1714427460524,"stop":1714427460524,"duration":0}},{"uid":"57a4eb61400b654b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/57a4eb61400b654b","status":"passed","time":{"start":1714426812809,"stop":1714426812809,"duration":0}},{"uid":"6c33671e8522be19","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6c33671e8522be19","status":"passed","time":{"start":1714425528586,"stop":1714425528586,"duration":0}},{"uid":"d52a031b3492187","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d52a031b3492187","status":"passed","time":{"start":1714425301118,"stop":1714425301119,"duration":1}},{"uid":"742c3460194e5497","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/742c3460194e5497","status":"passed","time":{"start":1714415473265,"stop":1714415473266,"duration":1}},{"uid":"78a2daf950b1771c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/78a2daf950b1771c","status":"passed","time":{"start":1714415615362,"stop":1714415615363,"duration":1}},{"uid":"3ccb3c9fdeaab24b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3ccb3c9fdeaab24b","status":"passed","time":{"start":1714407816869,"stop":1714407816869,"duration":0}},{"uid":"df965e644c09395f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/df965e644c09395f","status":"passed","time":{"start":1714406861592,"stop":1714406861593,"duration":1}},{"uid":"7582a61d17c45592","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7582a61d17c45592","status":"passed","time":{"start":1714404628275,"stop":1714404628276,"duration":1}}]},"11fecfcc5d5dc2128f2f5546759dd474:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbd88e04060de453","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/fbd88e04060de453","status":"passed","time":{"start":1714129816668,"stop":1714129816668,"duration":0}}]},"42838bf956a29e60b0552b578c3fe1bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"415886e0a48c0a90","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/415886e0a48c0a90","status":"passed","time":{"start":1713969158741,"stop":1713969158741,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"725d8e9fe4945f41","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/725d8e9fe4945f41","status":"passed","time":{"start":1714454365887,"stop":1714454365888,"duration":1}},{"uid":"df98d2a7260f4f9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/df98d2a7260f4f9","status":"passed","time":{"start":1714435932829,"stop":1714435932830,"duration":1}},{"uid":"690058e238ec8752","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/690058e238ec8752","status":"passed","time":{"start":1714435006853,"stop":1714435006853,"duration":0}},{"uid":"dc668a04e54fbdf2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dc668a04e54fbdf2","status":"passed","time":{"start":1714433693929,"stop":1714433693929,"duration":0}},{"uid":"5381b9a62b5fc67d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5381b9a62b5fc67d","status":"passed","time":{"start":1714431888562,"stop":1714431888562,"duration":0}},{"uid":"d58f94ba07ccd27","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d58f94ba07ccd27","status":"passed","time":{"start":1714432201984,"stop":1714432201985,"duration":1}},{"uid":"7eca2240e619c0d3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7eca2240e619c0d3","status":"passed","time":{"start":1714430892461,"stop":1714430892461,"duration":0}},{"uid":"51804296132968c8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/51804296132968c8","status":"passed","time":{"start":1714430720939,"stop":1714430720939,"duration":0}},{"uid":"56e2999de78847e9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/56e2999de78847e9","status":"passed","time":{"start":1714429855264,"stop":1714429855264,"duration":0}},{"uid":"18febb68dbecb8ac","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/18febb68dbecb8ac","status":"passed","time":{"start":1714428989450,"stop":1714428989450,"duration":0}},{"uid":"45e084d822c45dab","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/45e084d822c45dab","status":"passed","time":{"start":1714427767182,"stop":1714427767183,"duration":1}},{"uid":"3c66ab6533da1eb9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3c66ab6533da1eb9","status":"passed","time":{"start":1714427460527,"stop":1714427460527,"duration":0}},{"uid":"70e6014ff36f0a9c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/70e6014ff36f0a9c","status":"passed","time":{"start":1714426812812,"stop":1714426812812,"duration":0}},{"uid":"a1fbd83eccb1f88a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a1fbd83eccb1f88a","status":"passed","time":{"start":1714425528589,"stop":1714425528589,"duration":0}},{"uid":"1ace22036797fbd1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1ace22036797fbd1","status":"passed","time":{"start":1714425301142,"stop":1714425301142,"duration":0}},{"uid":"7c379f614fc3d46","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7c379f614fc3d46","status":"passed","time":{"start":1714415473272,"stop":1714415473273,"duration":1}},{"uid":"1f5ae240d7c2d8c9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1f5ae240d7c2d8c9","status":"passed","time":{"start":1714415615366,"stop":1714415615366,"duration":0}},{"uid":"9e713d12bc8aa492","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9e713d12bc8aa492","status":"passed","time":{"start":1714407816875,"stop":1714407816875,"duration":0}},{"uid":"ff85b6883f12cdb6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ff85b6883f12cdb6","status":"passed","time":{"start":1714406861595,"stop":1714406861598,"duration":3}},{"uid":"55a967b557eee724","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/55a967b557eee724","status":"passed","time":{"start":1714404628281,"stop":1714404628281,"duration":0}}]},"f97b925c63bbc08f5ae5595650879899:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3367c6b75be1231","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/c3367c6b75be1231","status":"passed","time":{"start":1714145583445,"stop":1714145583445,"duration":0}}]},"a32aa2491185c2cd267491e0f64ab599:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"524aad60d11f7cb0","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/524aad60d11f7cb0","status":"passed","time":{"start":1714040343491,"stop":1714040343493,"duration":2}}]},"628ac592643b4637809bd74dc190ab92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1e91768e693e8f7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f1e91768e693e8f7","status":"passed","time":{"start":1714425396494,"stop":1714425396495,"duration":1}}]},"d0abe0e9caca53a45fec0589916bfcb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6daa9cd7c49203e","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/c6daa9cd7c49203e","status":"passed","time":{"start":1714004302844,"stop":1714004302844,"duration":0}}]},"a6039f66ccdecc7e46fafe72b09b2992:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f18be6437925a052","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/f18be6437925a052","status":"passed","time":{"start":1714296337547,"stop":1714296337548,"duration":1}}]},"5e202e13856a70d6a0881302ac44082c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9a944bc4c91416","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/e9a944bc4c91416","status":"passed","time":{"start":1714109313624,"stop":1714109313624,"duration":0}}]},"bf5342462a0bf33df43604e2de51450c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccc2ad0dba39a2fb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ccc2ad0dba39a2fb","status":"passed","time":{"start":1714433693931,"stop":1714433693932,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"80ddf2de593139fd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/80ddf2de593139fd","status":"passed","time":{"start":1714454605543,"stop":1714454605543,"duration":0}},{"uid":"59708fbc30232008","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/59708fbc30232008","status":"passed","time":{"start":1714436158726,"stop":1714436158726,"duration":0}},{"uid":"28c93f2b2c1ae484","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/28c93f2b2c1ae484","status":"passed","time":{"start":1714435237014,"stop":1714435237015,"duration":1}},{"uid":"965c86cd83ff669d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/965c86cd83ff669d","status":"passed","time":{"start":1714433925099,"stop":1714433925099,"duration":0}},{"uid":"4997077b9429393f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4997077b9429393f","status":"passed","time":{"start":1714432132885,"stop":1714432132885,"duration":0}},{"uid":"cd2730c1e14eb851","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cd2730c1e14eb851","status":"passed","time":{"start":1714432392976,"stop":1714432392976,"duration":0}},{"uid":"3f2d5141d992adb1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3f2d5141d992adb1","status":"passed","time":{"start":1714431131884,"stop":1714431131885,"duration":1}},{"uid":"b3e61b5eda368f68","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b3e61b5eda368f68","status":"passed","time":{"start":1714430918778,"stop":1714430918778,"duration":0}},{"uid":"776e45294c220e67","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/776e45294c220e67","status":"passed","time":{"start":1714430104202,"stop":1714430104203,"duration":1}},{"uid":"43bc018f5fd50c7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/43bc018f5fd50c7","status":"passed","time":{"start":1714429213870,"stop":1714429213871,"duration":1}},{"uid":"16809103cfb1bd4d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/16809103cfb1bd4d","status":"passed","time":{"start":1714427999026,"stop":1714427999026,"duration":0}},{"uid":"dd542b2070d6bf49","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dd542b2070d6bf49","status":"passed","time":{"start":1714427702220,"stop":1714427702221,"duration":1}},{"uid":"7a62e3aa1d4e06cb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7a62e3aa1d4e06cb","status":"passed","time":{"start":1714427044021,"stop":1714427044021,"duration":0}},{"uid":"30da29c0aa8d0d9c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/30da29c0aa8d0d9c","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699067,"stop":1714426699067,"duration":0}},{"uid":"c276ac4b0c5c54c0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c276ac4b0c5c54c0","status":"passed","time":{"start":1714425534885,"stop":1714425534885,"duration":0}},{"uid":"deebff713381f6d9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/deebff713381f6d9","status":"passed","time":{"start":1714415702285,"stop":1714415702285,"duration":0}},{"uid":"455579f6181a3d46","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/455579f6181a3d46","status":"passed","time":{"start":1714415850493,"stop":1714415850494,"duration":1}},{"uid":"5f930b75cee78261","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5f930b75cee78261","status":"passed","time":{"start":1714408049942,"stop":1714408049942,"duration":0}},{"uid":"67d6feb3f9e83d0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/67d6feb3f9e83d0","status":"passed","time":{"start":1714407080665,"stop":1714407080666,"duration":1}},{"uid":"65f8d9b89d6d7365","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/65f8d9b89d6d7365","status":"passed","time":{"start":1714404860581,"stop":1714404860581,"duration":0}}]},"48a2c63d3aae63210ec1d4bb723391dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"637c4c1e3bd390e6","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/637c4c1e3bd390e6","status":"passed","time":{"start":1714003550650,"stop":1714003550651,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"152f5c1f4a593388","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/152f5c1f4a593388","status":"passed","time":{"start":1714453927579,"stop":1714453927579,"duration":0}},{"uid":"1c05b122c3242b3c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1c05b122c3242b3c","status":"passed","time":{"start":1714435485496,"stop":1714435485496,"duration":0}},{"uid":"f2fa9fcbb6354b57","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f2fa9fcbb6354b57","status":"passed","time":{"start":1714434554607,"stop":1714434554607,"duration":0}},{"uid":"f42208cbaf8d25da","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f42208cbaf8d25da","status":"passed","time":{"start":1714433249522,"stop":1714433249522,"duration":0}},{"uid":"94df4481c0491dc4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/94df4481c0491dc4","status":"passed","time":{"start":1714431447417,"stop":1714431447417,"duration":0}},{"uid":"e1cfcc877dc138c1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e1cfcc877dc138c1","status":"passed","time":{"start":1714431710923,"stop":1714431710924,"duration":1}},{"uid":"c4284f505ff8dde7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c4284f505ff8dde7","status":"passed","time":{"start":1714430433313,"stop":1714430433313,"duration":0}},{"uid":"5ee4ef2f3026986d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5ee4ef2f3026986d","status":"passed","time":{"start":1714430225826,"stop":1714430225826,"duration":0}},{"uid":"2775c48db3d5c76c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2775c48db3d5c76c","status":"passed","time":{"start":1714429386800,"stop":1714429386800,"duration":0}},{"uid":"7f3be420c80fa87","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7f3be420c80fa87","status":"passed","time":{"start":1714428531247,"stop":1714428531247,"duration":0}},{"uid":"e81cd67e92602387","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e81cd67e92602387","status":"passed","time":{"start":1714427308587,"stop":1714427308588,"duration":1}},{"uid":"bbeb2c9a898d7e2c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bbeb2c9a898d7e2c","status":"passed","time":{"start":1714427009920,"stop":1714427009920,"duration":0}},{"uid":"5a699c2cfd04f08e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5a699c2cfd04f08e","status":"passed","time":{"start":1714426358686,"stop":1714426358687,"duration":1}},{"uid":"e4dbcbd5602f3224","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e4dbcbd5602f3224","status":"passed","time":{"start":1714424461436,"stop":1714424461436,"duration":0}},{"uid":"7ca4fc570fcea72a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7ca4fc570fcea72a","status":"passed","time":{"start":1714424851718,"stop":1714424851719,"duration":1}},{"uid":"2e7f96fa984b2dba","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e7f96fa984b2dba","status":"passed","time":{"start":1714415004113,"stop":1714415004114,"duration":1}},{"uid":"d5b28a16bfd1cdcc","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d5b28a16bfd1cdcc","status":"passed","time":{"start":1714415157584,"stop":1714415157585,"duration":1}},{"uid":"b42b717fdb1603c8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b42b717fdb1603c8","status":"passed","time":{"start":1714407364834,"stop":1714407364834,"duration":0}},{"uid":"a270954dec3f511c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a270954dec3f511c","status":"passed","time":{"start":1714406391942,"stop":1714406391942,"duration":0}},{"uid":"b4305abff853b9cb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b4305abff853b9cb","status":"passed","time":{"start":1714404181789,"stop":1714404181789,"duration":0}}]},"ff9e123ac6adc7c152f429944b3a6998:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bb88fd60961f585","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/4bb88fd60961f585","status":"passed","time":{"start":1714046064993,"stop":1714046064993,"duration":0}}]},"5ef895032f2781616a0dd036148c2e86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48ca8dc09b18b30","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/48ca8dc09b18b30","status":"passed","time":{"start":1714008042028,"stop":1714008042028,"duration":0}}]},"1713255713c06c3cf0ecaa77a22ba4df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48cd1346effdc28d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/48cd1346effdc28d","status":"passed","time":{"start":1714145924567,"stop":1714145924568,"duration":1}}]},"651b1b668f27ded01a73a2a6bd2dcc89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4b63a296e6f4cb0","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/b4b63a296e6f4cb0","status":"passed","time":{"start":1713943638554,"stop":1713943638556,"duration":2}}]},"80ee5b19860013f55b8e5410b69f7c87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e443aac735f4750","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/7e443aac735f4750","status":"passed","time":{"start":1714123406496,"stop":1714123406497,"duration":1}}]},"1a6ecd7de28de674b1cd51c3f10b9e41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4743878a69f3487e","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/4743878a69f3487e","status":"passed","time":{"start":1713943641559,"stop":1713943641559,"duration":0}}]},"976b8230b716cffdbedc5131aa8db740:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6134779ab74ecca","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/6134779ab74ecca","status":"passed","time":{"start":1714154299666,"stop":1714154299667,"duration":1}}]},"7ccabb007bd08b141e9cff162c9d6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab35c2d43abda20f","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/ab35c2d43abda20f","status":"passed","time":{"start":1713987729929,"stop":1713987729929,"duration":0}}]},"26306981f55598ed0ded5da534642134:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8580b115bd56caf","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/8580b115bd56caf","status":"passed","time":{"start":1714383261460,"stop":1714383261460,"duration":0}}]},"b4046cf24904609a6b47f8c49831d776:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72d3dbe93c5404b5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/72d3dbe93c5404b5","status":"passed","time":{"start":1714436006526,"stop":1714436006526,"duration":0}}]},"3605e7489629770094e5166cc6ff8c4b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dff925687221bc63","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dff925687221bc63","status":"passed","time":{"start":1714436006542,"stop":1714436006542,"duration":0}}]},"2380169ffcebd54ea462d831a42090ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c494f73bc5a7464e","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/c494f73bc5a7464e","status":"passed","time":{"start":1714039363093,"stop":1714039363094,"duration":1}}]},"3c4cc890b027499dfe48f81e750f9d7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"174ff44b7940f6a7","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/174ff44b7940f6a7","status":"passed","time":{"start":1714010003116,"stop":1714010003116,"duration":0}}]},"e7f125f0a490f99fc03a3c5147fd6f7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"610645d27d4c796","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/610645d27d4c796","status":"passed","time":{"start":1714144750669,"stop":1714144750669,"duration":0}}]},"df32a43035b3a35917fa5ba0482842c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57975c5d2014b9ff","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/57975c5d2014b9ff","status":"passed","time":{"start":1714240510019,"stop":1714240510019,"duration":0}}]},"529af5dc8d3c810bbaeecfaf5737e25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa760468ef32b6e6","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/fa760468ef32b6e6","status":"passed","time":{"start":1714142077701,"stop":1714142077701,"duration":0}}]},"c8f04128dad1a9f7f1137c0e88061d3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"592880dcaebabb1e","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/592880dcaebabb1e","status":"passed","time":{"start":1714045997643,"stop":1714045997644,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"c3a2ea0b927787e5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c3a2ea0b927787e5","status":"passed","time":{"start":1714454227469,"stop":1714454227469,"duration":0}},{"uid":"13ad83ed77a43103","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/13ad83ed77a43103","status":"passed","time":{"start":1714435777401,"stop":1714435777402,"duration":1}},{"uid":"9d5fe49de1f59de","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9d5fe49de1f59de","status":"passed","time":{"start":1714434844499,"stop":1714434844499,"duration":0}},{"uid":"d8e361e4f7c32124","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d8e361e4f7c32124","status":"passed","time":{"start":1714433535970,"stop":1714433535970,"duration":0}},{"uid":"b9637dcb339edfbd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b9637dcb339edfbd","status":"passed","time":{"start":1714431743520,"stop":1714431743524,"duration":4}},{"uid":"3247c1b4d1c0e400","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3247c1b4d1c0e400","status":"passed","time":{"start":1714432002435,"stop":1714432002436,"duration":1}},{"uid":"d2fe141b61e7ae87","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d2fe141b61e7ae87","status":"passed","time":{"start":1714430732679,"stop":1714430732680,"duration":1}},{"uid":"f105b321e66b7182","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f105b321e66b7182","status":"passed","time":{"start":1714430508159,"stop":1714430508159,"duration":0}},{"uid":"3c3d7da2332c54c0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3c3d7da2332c54c0","status":"passed","time":{"start":1714429693104,"stop":1714429693104,"duration":0}},{"uid":"1d4039fe717797c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1d4039fe717797c","status":"passed","time":{"start":1714428818255,"stop":1714428818256,"duration":1}},{"uid":"7be08ee4c7b98b8b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7be08ee4c7b98b8b","status":"passed","time":{"start":1714427601306,"stop":1714427601307,"duration":1}},{"uid":"20b308296a47fb94","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/20b308296a47fb94","status":"passed","time":{"start":1714427308824,"stop":1714427308824,"duration":0}},{"uid":"fa03de50036924cf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fa03de50036924cf","status":"passed","time":{"start":1714426655781,"stop":1714426655782,"duration":1}},{"uid":"3e2794b55e48e503","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3e2794b55e48e503","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420738,"stop":1714425420738,"duration":0}},{"uid":"d5d7274797a5ad81","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d5d7274797a5ad81","status":"passed","time":{"start":1714425137453,"stop":1714425137455,"duration":2}},{"uid":"ae5bd2b7c4387141","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ae5bd2b7c4387141","status":"passed","time":{"start":1714415306376,"stop":1714415306376,"duration":0}},{"uid":"4fbf0f18c41179b8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4fbf0f18c41179b8","status":"passed","time":{"start":1714415441030,"stop":1714415441031,"duration":1}},{"uid":"281147827c6ffd74","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/281147827c6ffd74","status":"passed","time":{"start":1714407661420,"stop":1714407661420,"duration":0}},{"uid":"d5e677abf76c462a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d5e677abf76c462a","status":"passed","time":{"start":1714406688867,"stop":1714406688867,"duration":0}},{"uid":"b24b726b022edf64","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b24b726b022edf64","status":"passed","time":{"start":1714404480625,"stop":1714404480626,"duration":1}}]},"1c9dfab74576508f630dacff07044285:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"37ab29c6159148d7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/37ab29c6159148d7","status":"passed","time":{"start":1714453925067,"stop":1714453925068,"duration":1}},{"uid":"bd64feb2967c5c3e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bd64feb2967c5c3e","status":"passed","time":{"start":1714435482976,"stop":1714435482976,"duration":0}},{"uid":"caec3912c16a0eed","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/caec3912c16a0eed","status":"passed","time":{"start":1714434552012,"stop":1714434552013,"duration":1}},{"uid":"e655bedb43b058c3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e655bedb43b058c3","status":"passed","time":{"start":1714433247036,"stop":1714433247037,"duration":1}},{"uid":"5c7e11c2f3f8aac","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5c7e11c2f3f8aac","status":"passed","time":{"start":1714431444760,"stop":1714431444760,"duration":0}},{"uid":"41e9569959e36122","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/41e9569959e36122","status":"passed","time":{"start":1714431708299,"stop":1714431708299,"duration":0}},{"uid":"387bd9334013d3f9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/387bd9334013d3f9","status":"passed","time":{"start":1714430430731,"stop":1714430430731,"duration":0}},{"uid":"21380b9de6c31180","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/21380b9de6c31180","status":"passed","time":{"start":1714430223189,"stop":1714430223189,"duration":0}},{"uid":"2a6d885cddbb816e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2a6d885cddbb816e","status":"passed","time":{"start":1714429383888,"stop":1714429383888,"duration":0}},{"uid":"4d73de0996287e1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4d73de0996287e1","status":"passed","time":{"start":1714428528642,"stop":1714428528642,"duration":0}},{"uid":"b68319eb8edf0025","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b68319eb8edf0025","status":"passed","time":{"start":1714427305993,"stop":1714427305993,"duration":0}},{"uid":"7370acad3cc74126","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7370acad3cc74126","status":"passed","time":{"start":1714427007387,"stop":1714427007387,"duration":0}},{"uid":"3cf12ad86f18470","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3cf12ad86f18470","status":"passed","time":{"start":1714426355978,"stop":1714426355978,"duration":0}},{"uid":"98d88281f5499dd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/98d88281f5499dd","status":"passed","time":{"start":1714424458792,"stop":1714424458793,"duration":1}},{"uid":"a6c3a3ac1dc97d1f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a6c3a3ac1dc97d1f","status":"passed","time":{"start":1714424849018,"stop":1714424849018,"duration":0}},{"uid":"585dc81b32e669f0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/585dc81b32e669f0","status":"passed","time":{"start":1714415001456,"stop":1714415001456,"duration":0}},{"uid":"2ea1e387ab511a12","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2ea1e387ab511a12","status":"passed","time":{"start":1714415154931,"stop":1714415154931,"duration":0}},{"uid":"f2cbde68db2e2072","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f2cbde68db2e2072","status":"passed","time":{"start":1714407362055,"stop":1714407362055,"duration":0}},{"uid":"3e68beabd3fefb37","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3e68beabd3fefb37","status":"passed","time":{"start":1714406389348,"stop":1714406389348,"duration":0}},{"uid":"49431dcee5ffe21","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/49431dcee5ffe21","status":"passed","time":{"start":1714404179187,"stop":1714404179187,"duration":0}}]},"798c921b4aea601c3abac26712bbde46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1742d4757cccbfa","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/f1742d4757cccbfa","status":"passed","time":{"start":1714010003116,"stop":1714010003117,"duration":1}}]},"b30c64889552e6c4c3996fed31968664:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dd64ca7b1739d91","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/6dd64ca7b1739d91","status":"passed","time":{"start":1714177988726,"stop":1714177988726,"duration":0}}]},"5a197249e1d4e7a49ccaa3c22252cc17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"628296c5cbd474d7","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/628296c5cbd474d7","status":"passed","time":{"start":1713982966148,"stop":1713982966149,"duration":1}}]},"38bb0979543b9cb02d52b1ba8c6fabf7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9404308a8a460f1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d9404308a8a460f1","status":"passed","time":{"start":1714433792291,"stop":1714433792291,"duration":0}}]},"4cf70b14250666c4941e82834a3d36aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9891a4205a7be7f","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/9891a4205a7be7f","status":"passed","time":{"start":1713982966149,"stop":1713982966150,"duration":1}}]},"51c1c23f5b36192832b166f874edbf75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"71d18cf9abfd6e19","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/71d18cf9abfd6e19","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714139986148,"stop":1714139986148,"duration":0}}]},"beb433c0573d7cae19bcfd4c0002aab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fea6d66b248c00b4","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/fea6d66b248c00b4","status":"passed","time":{"start":1714009947956,"stop":1714009947956,"duration":0}}]},"532926b95c11751cd53d7c4d52bc935a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43300da5dd3a262a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/43300da5dd3a262a","status":"passed","time":{"start":1714380112850,"stop":1714380112850,"duration":0}}]},"94ef41b3476025f475ddadffe9a120ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c034fc362925306","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/9c034fc362925306","status":"passed","time":{"start":1714145945758,"stop":1714145945758,"duration":0}}]},"8ca7d8ee40fbef3335a5e115512b6b63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c61811c9f06390d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2c61811c9f06390d","status":"passed","time":{"start":1714144814999,"stop":1714144815000,"duration":1}}]},"ee8ee0f3bd2a565a1d6b35409c0cee57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf57e1c32256bcbf","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/bf57e1c32256bcbf","status":"passed","time":{"start":1714039412687,"stop":1714039412687,"duration":0}}]},"de205aa01d915dfe708b86c293b43005:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65e7fb2f9d5e9c2a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/65e7fb2f9d5e9c2a","status":"passed","time":{"start":1714383060303,"stop":1714383060303,"duration":0}}]},"4329b3d8154c5173fd7dd722f2b7b6f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9af1c7f571af086a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/9af1c7f571af086a","status":"passed","time":{"start":1714380112855,"stop":1714380112856,"duration":1}}]},"0edf2888230cd8249f48b1682d751d16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"967e9d3c25a0d5d1","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/967e9d3c25a0d5d1","status":"passed","time":{"start":1714383068449,"stop":1714383068450,"duration":1}}]},"44f7e710277778381a8907cbdf820acb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a515e76d28b7744c","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/a515e76d28b7744c","status":"passed","time":{"start":1714240486920,"stop":1714240486920,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"f56e9332a5b3cfed","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f56e9332a5b3cfed","status":"passed","time":{"start":1714454434323,"stop":1714454434324,"duration":1}},{"uid":"adb7db3350d23e9f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/adb7db3350d23e9f","status":"passed","time":{"start":1714436006539,"stop":1714436006539,"duration":0}},{"uid":"abb1a3f1da1baff1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/abb1a3f1da1baff1","status":"passed","time":{"start":1714435054855,"stop":1714435054855,"duration":0}},{"uid":"e08d55b6e9a094eb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e08d55b6e9a094eb","status":"passed","time":{"start":1714433761062,"stop":1714433761063,"duration":1}},{"uid":"b5e58abaf3a9151e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b5e58abaf3a9151e","status":"passed","time":{"start":1714431966433,"stop":1714431966433,"duration":0}},{"uid":"60843bed5159bdac","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/60843bed5159bdac","status":"passed","time":{"start":1714432193277,"stop":1714432193277,"duration":0}},{"uid":"d1afdcea8a2f6cd2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d1afdcea8a2f6cd2","status":"passed","time":{"start":1714430948540,"stop":1714430948540,"duration":0}},{"uid":"b51f0ccacf1b34dc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b51f0ccacf1b34dc","status":"passed","time":{"start":1714430713549,"stop":1714430713550,"duration":1}},{"uid":"c753a2e3ca7d2904","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c753a2e3ca7d2904","status":"passed","time":{"start":1714429917747,"stop":1714429917750,"duration":3}},{"uid":"bd51f5c630452cbc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bd51f5c630452cbc","status":"passed","time":{"start":1714429040297,"stop":1714429040297,"duration":0}},{"uid":"95fe8c6c586b4449","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/95fe8c6c586b4449","status":"passed","time":{"start":1714427848686,"stop":1714427848692,"duration":6}},{"uid":"bb5883a17eb3240","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bb5883a17eb3240","status":"passed","time":{"start":1714427530068,"stop":1714427530069,"duration":1}},{"uid":"911caf3deb81df0f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/911caf3deb81df0f","status":"passed","time":{"start":1714426875150,"stop":1714426875150,"duration":0}},{"uid":"d490e1a45226d348","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d490e1a45226d348","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511036,"stop":1714426511036,"duration":0}},{"uid":"c703c8998d41c29f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c703c8998d41c29f","status":"passed","time":{"start":1714425369965,"stop":1714425369965,"duration":0}},{"uid":"887abb7965781f34","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/887abb7965781f34","status":"passed","time":{"start":1714415516380,"stop":1714415516380,"duration":0}},{"uid":"ab70b893ebcd8139","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ab70b893ebcd8139","status":"passed","time":{"start":1714415679032,"stop":1714415679032,"duration":0}},{"uid":"2cc64de04a75bfbf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2cc64de04a75bfbf","status":"passed","time":{"start":1714407884329,"stop":1714407884329,"duration":0}},{"uid":"a262011ecfda2676","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a262011ecfda2676","status":"passed","time":{"start":1714406914327,"stop":1714406914328,"duration":1}},{"uid":"ede8cb9b04e33631","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ede8cb9b04e33631","status":"passed","time":{"start":1714404690117,"stop":1714404690118,"duration":1}}]},"f82e29f55b13eab0edf84a3e591182cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab5335bd7cdbc425","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/ab5335bd7cdbc425","status":"passed","time":{"start":1714123406499,"stop":1714123406501,"duration":2}}]},"16fda7bdeebc0995bffda3d31a7f2009:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94cfaeb1e9e6d3d1","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/94cfaeb1e9e6d3d1","status":"passed","time":{"start":1714240510018,"stop":1714240510019,"duration":1}}]},"4965284a7a2c412e2f7188c319b30c45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"563a5aeb26131641","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/563a5aeb26131641","status":"passed","time":{"start":1714425068152,"stop":1714425068153,"duration":1}}]},"bdc01a5db7e8f48bc9d6c2ecb5a1b648:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23c385ac5819faa8","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/23c385ac5819faa8","status":"passed","time":{"start":1714154306843,"stop":1714154306845,"duration":2}}]},"52cae9e1936feda6afa9a9e74ab123c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c24f5300bb739548","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/c24f5300bb739548","status":"passed","time":{"start":1714139861703,"stop":1714139861703,"duration":0}}]},"bc15557b0b49b7899138098626ee5d50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20b98c7e1f359fdc","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/20b98c7e1f359fdc","status":"passed","time":{"start":1714385733959,"stop":1714385733960,"duration":1}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"495ef014f9517999","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/495ef014f9517999","status":"passed","time":{"start":1714454605542,"stop":1714454605543,"duration":1}},{"uid":"54b8e46dc1600514","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/54b8e46dc1600514","status":"passed","time":{"start":1714436158725,"stop":1714436158726,"duration":1}},{"uid":"922376ab6d0df18b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/922376ab6d0df18b","status":"passed","time":{"start":1714435237014,"stop":1714435237014,"duration":0}},{"uid":"dc5581d567bc9e25","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dc5581d567bc9e25","status":"passed","time":{"start":1714433925098,"stop":1714433925098,"duration":0}},{"uid":"e7dc495cc0af0d3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e7dc495cc0af0d3","status":"passed","time":{"start":1714432132885,"stop":1714432132885,"duration":0}},{"uid":"22751f02ffa062e7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/22751f02ffa062e7","status":"passed","time":{"start":1714432392967,"stop":1714432392975,"duration":8}},{"uid":"78d0e109cc38b972","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/78d0e109cc38b972","status":"passed","time":{"start":1714431131884,"stop":1714431131884,"duration":0}},{"uid":"e594a3549bc2c8e7","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e594a3549bc2c8e7","status":"passed","time":{"start":1714430918777,"stop":1714430918777,"duration":0}},{"uid":"ac7c7c3f3813c2ce","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ac7c7c3f3813c2ce","status":"passed","time":{"start":1714430104202,"stop":1714430104202,"duration":0}},{"uid":"3db931e0d93bc4b8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3db931e0d93bc4b8","status":"passed","time":{"start":1714429213870,"stop":1714429213870,"duration":0}},{"uid":"efc6f8eef2650708","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/efc6f8eef2650708","status":"passed","time":{"start":1714427999025,"stop":1714427999025,"duration":0}},{"uid":"fd5a67339fd85069","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/fd5a67339fd85069","status":"passed","time":{"start":1714427702220,"stop":1714427702220,"duration":0}},{"uid":"597a7c220f141d45","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/597a7c220f141d45","status":"passed","time":{"start":1714427044020,"stop":1714427044020,"duration":0}},{"uid":"96d2d62f919de303","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/96d2d62f919de303","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699065,"stop":1714426699066,"duration":1}},{"uid":"de2fc4bcd714d72a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/de2fc4bcd714d72a","status":"passed","time":{"start":1714425534884,"stop":1714425534884,"duration":0}},{"uid":"5669cd704091e6ce","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5669cd704091e6ce","status":"passed","time":{"start":1714415702284,"stop":1714415702284,"duration":0}},{"uid":"23bba7048af22865","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23bba7048af22865","status":"passed","time":{"start":1714415850493,"stop":1714415850493,"duration":0}},{"uid":"35231b896670131e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/35231b896670131e","status":"passed","time":{"start":1714408049941,"stop":1714408049941,"duration":0}},{"uid":"c6d2076b861e2599","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c6d2076b861e2599","status":"passed","time":{"start":1714407080665,"stop":1714407080665,"duration":0}},{"uid":"a30e9414af541b7b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a30e9414af541b7b","status":"passed","time":{"start":1714404860580,"stop":1714404860581,"duration":1}}]},"736f982ede46c41397228b8296f63ba9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3710b54895c59619","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3710b54895c59619","status":"passed","time":{"start":1714435155787,"stop":1714435155787,"duration":0}}]},"ec4a29831cc3752bc417e44caf8ded32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"819563c71e364304","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/819563c71e364304","status":"passed","time":{"start":1714087070360,"stop":1714087070361,"duration":1}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":30,"unknown":0,"total":30},"items":[{"uid":"a22d15c1c91f72cb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a22d15c1c91f72cb","status":"passed","time":{"start":1714453927576,"stop":1714453927578,"duration":2}},{"uid":"ea1fb708405f9202","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ea1fb708405f9202","status":"passed","time":{"start":1714435485494,"stop":1714435485495,"duration":1}},{"uid":"90608007c0c6a3d9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/90608007c0c6a3d9","status":"passed","time":{"start":1714434554604,"stop":1714434554605,"duration":1}},{"uid":"7d0d5d972e96e644","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7d0d5d972e96e644","status":"passed","time":{"start":1714433249519,"stop":1714433249520,"duration":1}},{"uid":"d4991764c85be3e0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d4991764c85be3e0","status":"passed","time":{"start":1714431447415,"stop":1714431447416,"duration":1}},{"uid":"449257ce521bac4a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/449257ce521bac4a","status":"passed","time":{"start":1714431710921,"stop":1714431710922,"duration":1}},{"uid":"633cb608d0290743","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/633cb608d0290743","status":"passed","time":{"start":1714430433311,"stop":1714430433312,"duration":1}},{"uid":"77ab69c4911c85c5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/77ab69c4911c85c5","status":"passed","time":{"start":1714430225823,"stop":1714430225824,"duration":1}},{"uid":"2bf0a0d4e4db86ed","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2bf0a0d4e4db86ed","status":"passed","time":{"start":1714429386797,"stop":1714429386798,"duration":1}},{"uid":"ac32fd9b6c1075","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ac32fd9b6c1075","status":"passed","time":{"start":1714428531245,"stop":1714428531246,"duration":1}},{"uid":"653f9aa2690fa1c5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/653f9aa2690fa1c5","status":"passed","time":{"start":1714427308585,"stop":1714427308586,"duration":1}},{"uid":"dcd47bf346763b7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dcd47bf346763b7","status":"passed","time":{"start":1714427009918,"stop":1714427009919,"duration":1}},{"uid":"a46ee5b891941289","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a46ee5b891941289","status":"passed","time":{"start":1714426358684,"stop":1714426358685,"duration":1}},{"uid":"c6e769c85123db5b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c6e769c85123db5b","status":"passed","time":{"start":1714424461434,"stop":1714424461435,"duration":1}},{"uid":"57fe2c64ad20c72e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/57fe2c64ad20c72e","status":"passed","time":{"start":1714424851716,"stop":1714424851717,"duration":1}},{"uid":"53ffd14488dbc1a8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/53ffd14488dbc1a8","status":"passed","time":{"start":1714415004111,"stop":1714415004112,"duration":1}},{"uid":"4ce468297e5967c4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4ce468297e5967c4","status":"passed","time":{"start":1714415157582,"stop":1714415157583,"duration":1}},{"uid":"8c11328ef4fce7d7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8c11328ef4fce7d7","status":"passed","time":{"start":1714407364831,"stop":1714407364832,"duration":1}},{"uid":"cb0b9b7d9f73eed1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cb0b9b7d9f73eed1","status":"passed","time":{"start":1714406391939,"stop":1714406391940,"duration":1}},{"uid":"c9c217c972d9731f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c9c217c972d9731f","status":"passed","time":{"start":1714404181786,"stop":1714404181787,"duration":1}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":30,"unknown":0,"total":30},"items":[{"uid":"7468e6aa08025773","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7468e6aa08025773","status":"passed","time":{"start":1714453927578,"stop":1714453927578,"duration":0}},{"uid":"996bde61fe3870cb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/996bde61fe3870cb","status":"passed","time":{"start":1714435485495,"stop":1714435485495,"duration":0}},{"uid":"b5c5f5f29fdd4e48","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b5c5f5f29fdd4e48","status":"passed","time":{"start":1714434554606,"stop":1714434554606,"duration":0}},{"uid":"45070db3218b4570","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/45070db3218b4570","status":"passed","time":{"start":1714433249521,"stop":1714433249521,"duration":0}},{"uid":"cf04311346a013d5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cf04311346a013d5","status":"passed","time":{"start":1714431447416,"stop":1714431447417,"duration":1}},{"uid":"91e1c38132b8fcb8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/91e1c38132b8fcb8","status":"passed","time":{"start":1714431710923,"stop":1714431710923,"duration":0}},{"uid":"651cfdf4322337a9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/651cfdf4322337a9","status":"passed","time":{"start":1714430433312,"stop":1714430433313,"duration":1}},{"uid":"907aa7606372b384","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/907aa7606372b384","status":"passed","time":{"start":1714430225825,"stop":1714430225825,"duration":0}},{"uid":"715597d72008457","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/715597d72008457","status":"passed","time":{"start":1714429386799,"stop":1714429386799,"duration":0}},{"uid":"2de0df6b2df795dc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2de0df6b2df795dc","status":"passed","time":{"start":1714428531246,"stop":1714428531246,"duration":0}},{"uid":"5dbd7135ea76f510","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5dbd7135ea76f510","status":"passed","time":{"start":1714427308586,"stop":1714427308587,"duration":1}},{"uid":"11b310372a3acd62","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/11b310372a3acd62","status":"passed","time":{"start":1714427009919,"stop":1714427009919,"duration":0}},{"uid":"89b918cb0c38eb86","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/89b918cb0c38eb86","status":"passed","time":{"start":1714426358685,"stop":1714426358686,"duration":1}},{"uid":"901ca4f419cb248e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/901ca4f419cb248e","status":"passed","time":{"start":1714424461435,"stop":1714424461436,"duration":1}},{"uid":"549f8fde72639f4f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/549f8fde72639f4f","status":"passed","time":{"start":1714424851718,"stop":1714424851718,"duration":0}},{"uid":"22bae03713fb1dd2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/22bae03713fb1dd2","status":"passed","time":{"start":1714415004112,"stop":1714415004113,"duration":1}},{"uid":"da7b19601b56ce57","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/da7b19601b56ce57","status":"passed","time":{"start":1714415157583,"stop":1714415157584,"duration":1}},{"uid":"53dff386c9c787fd","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/53dff386c9c787fd","status":"passed","time":{"start":1714407364833,"stop":1714407364833,"duration":0}},{"uid":"63617a7fd13b0e32","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/63617a7fd13b0e32","status":"passed","time":{"start":1714406391941,"stop":1714406391941,"duration":0}},{"uid":"6f0ae4c7a3d4ad19","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6f0ae4c7a3d4ad19","status":"passed","time":{"start":1714404181788,"stop":1714404181788,"duration":0}}]},"419d9e813a8411a6ed9c899b6df05892:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52d94a68427e0997","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/52d94a68427e0997","status":"passed","time":{"start":1714109368629,"stop":1714109368629,"duration":0}}]},"c92660d045a52fdd85f005086cdf8293:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4274b24c44d11a8","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/f4274b24c44d11a8","status":"passed","time":{"start":1714214831992,"stop":1714214831993,"duration":1}}]},"39625e1db10740fcfd6b3305799964a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"95e1726ec3c9fb28","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/95e1726ec3c9fb28","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713997546342,"stop":1713997546342,"duration":0}}]},"41fd159848e4ead36b290d83c218960a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68a74abff87313d4","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/68a74abff87313d4","status":"passed","time":{"start":1714383216310,"stop":1714383216310,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"7877262849c54037","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7877262849c54037","status":"passed","time":{"start":1714454185398,"stop":1714454185398,"duration":0}},{"uid":"2eeeaedbdaf32990","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2eeeaedbdaf32990","status":"passed","time":{"start":1714435735080,"stop":1714435735080,"duration":0}},{"uid":"3dffc521bc312763","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3dffc521bc312763","status":"passed","time":{"start":1714434806121,"stop":1714434806121,"duration":0}},{"uid":"2132637a3488e547","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2132637a3488e547","status":"passed","time":{"start":1714433499862,"stop":1714433499862,"duration":0}},{"uid":"f3c679f256705497","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f3c679f256705497","status":"passed","time":{"start":1714431708454,"stop":1714431708455,"duration":1}},{"uid":"487b4ff5974bcb57","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/487b4ff5974bcb57","status":"passed","time":{"start":1714431973949,"stop":1714431973949,"duration":0}},{"uid":"bc8628a47e15707b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bc8628a47e15707b","status":"passed","time":{"start":1714430712228,"stop":1714430712228,"duration":0}},{"uid":"6ea700fad31e349c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6ea700fad31e349c","status":"passed","time":{"start":1714430495765,"stop":1714430495765,"duration":0}},{"uid":"5804210352df8a76","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5804210352df8a76","status":"passed","time":{"start":1714429658506,"stop":1714429658506,"duration":0}},{"uid":"728510901236bf87","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/728510901236bf87","status":"passed","time":{"start":1714428797055,"stop":1714428797056,"duration":1}},{"uid":"d1173d5bfaa6e574","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d1173d5bfaa6e574","status":"passed","time":{"start":1714427574981,"stop":1714427574981,"duration":0}},{"uid":"962e7bcf81c8f996","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/962e7bcf81c8f996","status":"passed","time":{"start":1714427265759,"stop":1714427265760,"duration":1}},{"uid":"e100bcca43ce04e9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e100bcca43ce04e9","status":"passed","time":{"start":1714426629927,"stop":1714426629927,"duration":0}},{"uid":"28cd84e8c6879ef3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/28cd84e8c6879ef3","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424896,"stop":1714425424897,"duration":1}},{"uid":"f792bd44f5598b69","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f792bd44f5598b69","status":"passed","time":{"start":1714425110754,"stop":1714425110755,"duration":1}},{"uid":"90e3c2e6c74e5446","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/90e3c2e6c74e5446","status":"passed","time":{"start":1714415251481,"stop":1714415251481,"duration":0}},{"uid":"4fb8cca680c15eac","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4fb8cca680c15eac","status":"passed","time":{"start":1714415441993,"stop":1714415441994,"duration":1}},{"uid":"2818d91fc899069e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2818d91fc899069e","status":"passed","time":{"start":1714407634795,"stop":1714407634796,"duration":1}},{"uid":"5be549be2b8d2762","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5be549be2b8d2762","status":"passed","time":{"start":1714406654761,"stop":1714406654762,"duration":1}},{"uid":"4fc0cfdbbbf9819b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4fc0cfdbbbf9819b","status":"passed","time":{"start":1714404452616,"stop":1714404452616,"duration":0}}]},"7330178050277ac45cea1f900c855e73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dee7e5a1fc97b8a2","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/dee7e5a1fc97b8a2","status":"passed","time":{"start":1713889475152,"stop":1713889475153,"duration":1}}]},"452d0ff859349cb572348ca451506354:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4320850c884404c8","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/4320850c884404c8","status":"passed","time":{"start":1714040249645,"stop":1714040249646,"duration":1}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"f9092ecf976cce75","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f9092ecf976cce75","status":"passed","time":{"start":1714454543147,"stop":1714454543148,"duration":1}},{"uid":"c556999a78221413","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c556999a78221413","status":"passed","time":{"start":1714436104583,"stop":1714436104586,"duration":3}},{"uid":"ee693af7bc1ba0ff","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ee693af7bc1ba0ff","status":"passed","time":{"start":1714435165752,"stop":1714435165752,"duration":0}},{"uid":"d621a9b156e90e80","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d621a9b156e90e80","status":"passed","time":{"start":1714433853744,"stop":1714433853745,"duration":1}},{"uid":"37a7f5ffd58cc7fd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/37a7f5ffd58cc7fd","status":"passed","time":{"start":1714432058507,"stop":1714432058507,"duration":0}},{"uid":"5fa27d2737990840","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5fa27d2737990840","status":"passed","time":{"start":1714432364374,"stop":1714432364374,"duration":0}},{"uid":"732a1cb1b1a2b92f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/732a1cb1b1a2b92f","status":"passed","time":{"start":1714431063429,"stop":1714431063430,"duration":1}},{"uid":"61eb0346e3748894","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/61eb0346e3748894","status":"passed","time":{"start":1714430877275,"stop":1714430877276,"duration":1}},{"uid":"7c9cb0afd21e7002","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7c9cb0afd21e7002","status":"passed","time":{"start":1714430032961,"stop":1714430032961,"duration":0}},{"uid":"6f87c0b9c816055a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6f87c0b9c816055a","status":"passed","time":{"start":1714429153592,"stop":1714429153593,"duration":1}},{"uid":"42f9bf7104ffe3ed","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/42f9bf7104ffe3ed","status":"passed","time":{"start":1714427918969,"stop":1714427918969,"duration":0}},{"uid":"f081b6c4204c4237","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f081b6c4204c4237","status":"passed","time":{"start":1714427630818,"stop":1714427630818,"duration":0}},{"uid":"68756873f2e1182e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/68756873f2e1182e","status":"passed","time":{"start":1714426988097,"stop":1714426988097,"duration":0}},{"uid":"5d6820ba38b1ca01","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5d6820ba38b1ca01","status":"passed","time":{"start":1714425690513,"stop":1714425690513,"duration":0}},{"uid":"16efbe8816b9d682","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/16efbe8816b9d682","status":"passed","time":{"start":1714425467287,"stop":1714425467287,"duration":0}},{"uid":"3f4d8b3318ead7e3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3f4d8b3318ead7e3","status":"passed","time":{"start":1714415652336,"stop":1714415652337,"duration":1}},{"uid":"c83e534ce6cf964","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c83e534ce6cf964","status":"passed","time":{"start":1714415786950,"stop":1714415786952,"duration":2}},{"uid":"2f1010450605fe3a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2f1010450605fe3a","status":"passed","time":{"start":1714407994018,"stop":1714407994019,"duration":1}},{"uid":"e6b21481a3f6e028","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e6b21481a3f6e028","status":"passed","time":{"start":1714407017330,"stop":1714407017330,"duration":0}},{"uid":"392ceee475661c8a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/392ceee475661c8a","status":"passed","time":{"start":1714404801239,"stop":1714404801239,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"f15cff6392f257e3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f15cff6392f257e3","status":"passed","time":{"start":1714454140472,"stop":1714454140472,"duration":0}},{"uid":"e61e4827ed2f751c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e61e4827ed2f751c","status":"passed","time":{"start":1714435687954,"stop":1714435687955,"duration":1}},{"uid":"a3a12feb921c7522","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a3a12feb921c7522","status":"passed","time":{"start":1714434773471,"stop":1714434773471,"duration":0}},{"uid":"fc9e1f8f77e02ce4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fc9e1f8f77e02ce4","status":"passed","time":{"start":1714433450985,"stop":1714433450985,"duration":0}},{"uid":"bbbffebb94169ed","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bbbffebb94169ed","status":"passed","time":{"start":1714431653519,"stop":1714431653520,"duration":1}},{"uid":"fd18910b0879e425","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fd18910b0879e425","status":"broken","statusDetails":"expected [] to have a length of 6 but got +0","time":{"start":1714431989869,"stop":1714431989869,"duration":0}},{"uid":"7e9601b045cc60da","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7e9601b045cc60da","status":"passed","time":{"start":1714430659440,"stop":1714430659440,"duration":0}},{"uid":"2826de7a2bd2ef68","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2826de7a2bd2ef68","status":"broken","statusDetails":"expected [] to have a length of 6 but got +0","time":{"start":1714430522183,"stop":1714430522183,"duration":0}},{"uid":"b2630119f06d5867","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b2630119f06d5867","status":"passed","time":{"start":1714429610431,"stop":1714429610432,"duration":1}},{"uid":"e1f6ca83807d2247","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e1f6ca83807d2247","status":"passed","time":{"start":1714428741374,"stop":1714428741374,"duration":0}},{"uid":"810a168b286fa132","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/810a168b286fa132","status":"passed","time":{"start":1714427513589,"stop":1714427513589,"duration":0}},{"uid":"dfc3a81ae46ba861","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dfc3a81ae46ba861","status":"passed","time":{"start":1714427219361,"stop":1714427219366,"duration":5}},{"uid":"555618472bdd3183","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/555618472bdd3183","status":"passed","time":{"start":1714426573106,"stop":1714426573126,"duration":20}},{"uid":"a770ad7b4fcb8b3f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a770ad7b4fcb8b3f","status":"passed","time":{"start":1714424914284,"stop":1714424914284,"duration":0}},{"uid":"879ff922c07b79ff","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/879ff922c07b79ff","status":"passed","time":{"start":1714425071966,"stop":1714425071967,"duration":1}},{"uid":"99c539586df81ee5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/99c539586df81ee5","status":"passed","time":{"start":1714415233347,"stop":1714415233348,"duration":1}},{"uid":"3be6fbbc70f21119","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3be6fbbc70f21119","status":"passed","time":{"start":1714415382802,"stop":1714415382803,"duration":1}},{"uid":"a42f5f220bc52e8d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a42f5f220bc52e8d","status":"passed","time":{"start":1714407575703,"stop":1714407575703,"duration":0}},{"uid":"d7726b75be50e8d8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d7726b75be50e8d8","status":"passed","time":{"start":1714406625181,"stop":1714406625181,"duration":0}},{"uid":"72a2112057e9145a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/72a2112057e9145a","status":"passed","time":{"start":1714404386213,"stop":1714404386213,"duration":0}}]},"894163225180ceb835b8db6bd3e442e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ff8b05078e5b3f3d","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/ff8b05078e5b3f3d","status":"passed","time":{"start":1713976908375,"stop":1713976908375,"duration":0}}]},"0a8e7824d2f448230cf997804f196c04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a66e8cb362e83b0","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/6a66e8cb362e83b0","status":"passed","time":{"start":1714383546703,"stop":1714383546703,"duration":0}}]},"f74f50c7b564c5ff3687c643c811547f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a493da694e41af2","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/6a493da694e41af2","status":"passed","time":{"start":1714139755304,"stop":1714139755304,"duration":0}}]},"02fdf2dfd946e2f881e7a50ab8551d63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae15df68d590f217","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/ae15df68d590f217","status":"passed","time":{"start":1714039261315,"stop":1714039261316,"duration":1}}]},"93586109d3ae8e0a45dfef0f0fdd4f26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12f444a96985cae1","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/12f444a96985cae1","status":"passed","time":{"start":1713982922446,"stop":1713982922447,"duration":1}}]},"757dc7975e37d1e9a49f6b1d55931fd1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"948154af94a96592","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/948154af94a96592","status":"passed","time":{"start":1714045997644,"stop":1714045997644,"duration":0}}]},"e4b4ffccd66119cc30e6f36cbe377a04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4428bf9226a6f75a","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/4428bf9226a6f75a","status":"passed","time":{"start":1713987704964,"stop":1713987704965,"duration":1}}]},"cabca3de7ace2ce50a9f237e9bf60f11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2be1783e452e432","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/e2be1783e452e432","status":"passed","time":{"start":1714045802149,"stop":1714045802149,"duration":0}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"44c72fa50b273120","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/44c72fa50b273120","status":"passed","time":{"start":1714454282971,"stop":1714454282972,"duration":1}},{"uid":"566a476bcdc3624","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/566a476bcdc3624","status":"passed","time":{"start":1714435826664,"stop":1714435826664,"duration":0}},{"uid":"ac52094d87792a96","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ac52094d87792a96","status":"passed","time":{"start":1714434891417,"stop":1714434891417,"duration":0}},{"uid":"2722a80104dd57e8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2722a80104dd57e8","status":"passed","time":{"start":1714433579164,"stop":1714433579164,"duration":0}},{"uid":"2bcc92d098029c4c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2bcc92d098029c4c","status":"passed","time":{"start":1714431790086,"stop":1714431790087,"duration":1}},{"uid":"cf9e587f1c4b10af","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cf9e587f1c4b10af","status":"passed","time":{"start":1714432108460,"stop":1714432108462,"duration":2}},{"uid":"1c1418a25a24cf71","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1c1418a25a24cf71","status":"passed","time":{"start":1714430776812,"stop":1714430776812,"duration":0}},{"uid":"163b8e7dda88e851","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/163b8e7dda88e851","status":"passed","time":{"start":1714430614407,"stop":1714430614407,"duration":0}},{"uid":"d95a08636a9697ee","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d95a08636a9697ee","status":"passed","time":{"start":1714429746730,"stop":1714429746730,"duration":0}},{"uid":"eb5fcae224189c8f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eb5fcae224189c8f","status":"passed","time":{"start":1714428854422,"stop":1714428854423,"duration":1}},{"uid":"caca416ddec45973","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/caca416ddec45973","status":"passed","time":{"start":1714427646204,"stop":1714427646204,"duration":0}},{"uid":"253db8b53db11e67","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/253db8b53db11e67","status":"passed","time":{"start":1714427346920,"stop":1714427346921,"duration":1}},{"uid":"f21b937511a9ddda","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f21b937511a9ddda","status":"passed","time":{"start":1714426697034,"stop":1714426697035,"duration":1}},{"uid":"9412b0d6d3a6ee56","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9412b0d6d3a6ee56","status":"passed","time":{"start":1714425456657,"stop":1714425456657,"duration":0}},{"uid":"5a911f705284523b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5a911f705284523b","status":"passed","time":{"start":1714425178900,"stop":1714425178900,"duration":0}},{"uid":"bf6a7ffd3a8b16ab","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bf6a7ffd3a8b16ab","status":"passed","time":{"start":1714415356780,"stop":1714415356780,"duration":0}},{"uid":"8d6cbf70874e1333","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8d6cbf70874e1333","status":"passed","time":{"start":1714415495568,"stop":1714415495569,"duration":1}},{"uid":"a209fcb66a88799e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a209fcb66a88799e","status":"passed","time":{"start":1714407697668,"stop":1714407697669,"duration":1}},{"uid":"46ef2b2a5dae0fb6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/46ef2b2a5dae0fb6","status":"passed","time":{"start":1714406727362,"stop":1714406727362,"duration":0}},{"uid":"24c3ea23061c363b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/24c3ea23061c363b","status":"passed","time":{"start":1714404518830,"stop":1714404518831,"duration":1}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"348242e87072cabf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/348242e87072cabf","status":"passed","time":{"start":1714454227464,"stop":1714454227464,"duration":0}},{"uid":"46713df0a69768f1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/46713df0a69768f1","status":"passed","time":{"start":1714435777392,"stop":1714435777392,"duration":0}},{"uid":"6302ca06a307e0c2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6302ca06a307e0c2","status":"passed","time":{"start":1714434844493,"stop":1714434844493,"duration":0}},{"uid":"4a89aa67859d4a66","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4a89aa67859d4a66","status":"passed","time":{"start":1714433535962,"stop":1714433535962,"duration":0}},{"uid":"21f6b6c1ba8e4d4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/21f6b6c1ba8e4d4","status":"passed","time":{"start":1714431743512,"stop":1714431743513,"duration":1}},{"uid":"ea45752244cd87cf","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ea45752244cd87cf","status":"passed","time":{"start":1714432002425,"stop":1714432002425,"duration":0}},{"uid":"21f959f7042e057f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/21f959f7042e057f","status":"passed","time":{"start":1714430732672,"stop":1714430732672,"duration":0}},{"uid":"7289e5c192373159","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7289e5c192373159","status":"passed","time":{"start":1714430508153,"stop":1714430508153,"duration":0}},{"uid":"d534e5b30151b76b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d534e5b30151b76b","status":"passed","time":{"start":1714429693092,"stop":1714429693092,"duration":0}},{"uid":"d738a7a3e4e8f05f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d738a7a3e4e8f05f","status":"passed","time":{"start":1714428818246,"stop":1714428818247,"duration":1}},{"uid":"138f7f2f331b16fb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/138f7f2f331b16fb","status":"passed","time":{"start":1714427601263,"stop":1714427601263,"duration":0}},{"uid":"53a9cbbc94a566a9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/53a9cbbc94a566a9","status":"passed","time":{"start":1714427308816,"stop":1714427308817,"duration":1}},{"uid":"8d44ca1b5a1d6597","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8d44ca1b5a1d6597","status":"passed","time":{"start":1714426655756,"stop":1714426655757,"duration":1}},{"uid":"c3eac9ea895502a3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c3eac9ea895502a3","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420719,"stop":1714425420720,"duration":1}},{"uid":"5e5961b24cc4a422","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5e5961b24cc4a422","status":"passed","time":{"start":1714425137442,"stop":1714425137448,"duration":6}},{"uid":"1907d9976d77fc06","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1907d9976d77fc06","status":"passed","time":{"start":1714415306371,"stop":1714415306371,"duration":0}},{"uid":"1743557bafc12e7b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1743557bafc12e7b","status":"passed","time":{"start":1714415441024,"stop":1714415441025,"duration":1}},{"uid":"4951614f59866707","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4951614f59866707","status":"passed","time":{"start":1714407661401,"stop":1714407661405,"duration":4}},{"uid":"2bfe8914d7bc8a2c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2bfe8914d7bc8a2c","status":"passed","time":{"start":1714406688862,"stop":1714406688862,"duration":0}},{"uid":"afb8ec4334b86879","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/afb8ec4334b86879","status":"passed","time":{"start":1714404480612,"stop":1714404480613,"duration":1}}]},"0b7623b136fec742bc97c8d549587b7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dffc7e57e951a302","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dffc7e57e951a302","status":"passed","time":{"start":1714427765145,"stop":1714427765145,"duration":0}}]},"797cf4c0f3223de99152a1ac655ca3c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"82d0e37632c3e0cc","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/82d0e37632c3e0cc","status":"passed","time":{"start":1714154294481,"stop":1714154294481,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"3e09396f8002a3a8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3e09396f8002a3a8","status":"passed","time":{"start":1714453933337,"stop":1714453933337,"duration":0}},{"uid":"5dd1d14045e7240","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5dd1d14045e7240","status":"passed","time":{"start":1714435491292,"stop":1714435491292,"duration":0}},{"uid":"f5f35d8a1ecb77e7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f5f35d8a1ecb77e7","status":"passed","time":{"start":1714434560398,"stop":1714434560398,"duration":0}},{"uid":"95724a6d3778c357","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/95724a6d3778c357","status":"passed","time":{"start":1714433255379,"stop":1714433255379,"duration":0}},{"uid":"8c034c0aa35009dc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8c034c0aa35009dc","status":"passed","time":{"start":1714431453274,"stop":1714431453274,"duration":0}},{"uid":"dd4260147e005bb1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dd4260147e005bb1","status":"passed","time":{"start":1714431716853,"stop":1714431716854,"duration":1}},{"uid":"72da3194480f1712","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/72da3194480f1712","status":"passed","time":{"start":1714430439315,"stop":1714430439315,"duration":0}},{"uid":"86cf9c6afbddc230","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/86cf9c6afbddc230","status":"passed","time":{"start":1714430231610,"stop":1714430231610,"duration":0}},{"uid":"c09aa257d0806e4a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c09aa257d0806e4a","status":"passed","time":{"start":1714429393355,"stop":1714429393355,"duration":0}},{"uid":"83a91fda93a1c8bf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/83a91fda93a1c8bf","status":"passed","time":{"start":1714428537106,"stop":1714428537106,"duration":0}},{"uid":"2081f476643e73e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2081f476643e73e","status":"passed","time":{"start":1714427314626,"stop":1714427314626,"duration":0}},{"uid":"816a7c3c3cf6be9a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/816a7c3c3cf6be9a","status":"passed","time":{"start":1714427015823,"stop":1714427015823,"duration":0}},{"uid":"28d45b571b821fb2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/28d45b571b821fb2","status":"passed","time":{"start":1714426364740,"stop":1714426364740,"duration":0}},{"uid":"858018cc02daa295","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/858018cc02daa295","status":"passed","time":{"start":1714424467268,"stop":1714424467268,"duration":0}},{"uid":"f5dacf0250a53cea","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f5dacf0250a53cea","status":"passed","time":{"start":1714424857620,"stop":1714424857620,"duration":0}},{"uid":"1c71d0069a13d118","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1c71d0069a13d118","status":"passed","time":{"start":1714415010227,"stop":1714415010228,"duration":1}},{"uid":"903d561c4fe69e7a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/903d561c4fe69e7a","status":"passed","time":{"start":1714415163526,"stop":1714415163526,"duration":0}},{"uid":"1f4c0c9beef5931","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1f4c0c9beef5931","status":"passed","time":{"start":1714407370713,"stop":1714407370713,"duration":0}},{"uid":"d1227e196177e94f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d1227e196177e94f","status":"passed","time":{"start":1714406397860,"stop":1714406397860,"duration":0}},{"uid":"97264dc221aac214","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/97264dc221aac214","status":"passed","time":{"start":1714404187712,"stop":1714404187713,"duration":1}}]},"8d0ea05d19143b3fceaf380de66a4e2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc3c8697511e7e0a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cc3c8697511e7e0a","status":"passed","time":{"start":1714427561591,"stop":1714427561592,"duration":1}}]},"7b7601ae278051df54653c77f82b53bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e354741db8116eaf","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/e354741db8116eaf","status":"passed","time":{"start":1714113956132,"stop":1714113956133,"duration":1}}]},"6bd949b34ec2291c995ffff7b17de144:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"968dad25ddfafd29","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/968dad25ddfafd29","status":"passed","time":{"start":1714144814997,"stop":1714144814997,"duration":0}}]},"3f51049cb821ba271a7213d34e5a2b09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c3c67f96befc530","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/9c3c67f96befc530","status":"passed","time":{"start":1713987677071,"stop":1713987677072,"duration":1}}]},"8d6d230a9c92fbfc59585327f822b8df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"42488287f65e8a","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/42488287f65e8a","status":"passed","time":{"start":1714383356206,"stop":1714383356207,"duration":1}}]},"cf6f1a20cc7784730d13a7915b40c480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d244030034ac1f34","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/d244030034ac1f34","status":"passed","time":{"start":1714383281578,"stop":1714383281579,"duration":1}}]},"5375867995ab968c8c665ff022188088:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b691f3ab7fd49ffa","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/b691f3ab7fd49ffa","status":"passed","time":{"start":1714123406496,"stop":1714123406496,"duration":0}}]},"83858de5e60dc445f487fd332d149fd7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4fa4b782e36258f7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4fa4b782e36258f7","status":"passed","time":{"start":1714453925071,"stop":1714453925071,"duration":0}},{"uid":"a095ebe5239c0925","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a095ebe5239c0925","status":"passed","time":{"start":1714435482980,"stop":1714435482980,"duration":0}},{"uid":"27d9d70a68ff4391","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/27d9d70a68ff4391","status":"passed","time":{"start":1714434552016,"stop":1714434552016,"duration":0}},{"uid":"4ecf9e2a620be138","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4ecf9e2a620be138","status":"passed","time":{"start":1714433247040,"stop":1714433247040,"duration":0}},{"uid":"161fc51cb46bbdf2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/161fc51cb46bbdf2","status":"passed","time":{"start":1714431444763,"stop":1714431444764,"duration":1}},{"uid":"f1ca3f2a640b93ee","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f1ca3f2a640b93ee","status":"passed","time":{"start":1714431708303,"stop":1714431708303,"duration":0}},{"uid":"471a40df5d1ff2f7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/471a40df5d1ff2f7","status":"passed","time":{"start":1714430430735,"stop":1714430430735,"duration":0}},{"uid":"a7227f6de1c64986","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a7227f6de1c64986","status":"passed","time":{"start":1714430223191,"stop":1714430223191,"duration":0}},{"uid":"ca15cd6ce38e3b9f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ca15cd6ce38e3b9f","status":"passed","time":{"start":1714429383892,"stop":1714429383892,"duration":0}},{"uid":"778f9f415e0ae3d3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/778f9f415e0ae3d3","status":"passed","time":{"start":1714428528645,"stop":1714428528646,"duration":1}},{"uid":"631191793b1a4805","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/631191793b1a4805","status":"passed","time":{"start":1714427305995,"stop":1714427305996,"duration":1}},{"uid":"2e616c3289edbb66","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2e616c3289edbb66","status":"passed","time":{"start":1714427007389,"stop":1714427007389,"duration":0}},{"uid":"c6a7e21fc04beb3c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c6a7e21fc04beb3c","status":"passed","time":{"start":1714426355982,"stop":1714426355983,"duration":1}},{"uid":"2f94a84eb9930e80","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2f94a84eb9930e80","status":"passed","time":{"start":1714424458796,"stop":1714424458797,"duration":1}},{"uid":"b102a84ab175ad96","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b102a84ab175ad96","status":"passed","time":{"start":1714424849024,"stop":1714424849024,"duration":0}},{"uid":"6155ad3ff71f0b88","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6155ad3ff71f0b88","status":"passed","time":{"start":1714415001459,"stop":1714415001460,"duration":1}},{"uid":"7f3319ffbc97b198","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7f3319ffbc97b198","status":"passed","time":{"start":1714415154935,"stop":1714415154936,"duration":1}},{"uid":"7df2b4c4365dc209","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7df2b4c4365dc209","status":"passed","time":{"start":1714407362058,"stop":1714407362059,"duration":1}},{"uid":"7b098b2c39b8ae79","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7b098b2c39b8ae79","status":"passed","time":{"start":1714406389352,"stop":1714406389352,"duration":0}},{"uid":"431b5bf869a03129","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/431b5bf869a03129","status":"passed","time":{"start":1714404179191,"stop":1714404179191,"duration":0}}]},"0597c6dcbf5f66afd75446289eb2856f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"617d3120cd642b82","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/617d3120cd642b82","status":"passed","time":{"start":1714240426760,"stop":1714240426760,"duration":0}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"a28d93c2ed2dcbae","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a28d93c2ed2dcbae","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"duration":0}},{"uid":"b3466da7a1745b5f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b3466da7a1745b5f","status":"passed","time":{"start":1714436158735,"stop":1714436158735,"duration":0}},{"uid":"b499b2c2b0dc6fff","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b499b2c2b0dc6fff","status":"passed","time":{"start":1714435237024,"stop":1714435237024,"duration":0}},{"uid":"e0c22e356e93bca7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e0c22e356e93bca7","status":"passed","time":{"start":1714433925108,"stop":1714433925108,"duration":0}},{"uid":"600f840466478c0a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/600f840466478c0a","status":"passed","time":{"start":1714432132893,"stop":1714432132893,"duration":0}},{"uid":"d79b23456c4e404d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d79b23456c4e404d","status":"passed","time":{"start":1714432392993,"stop":1714432392993,"duration":0}},{"uid":"20fb43d782921544","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/20fb43d782921544","status":"passed","time":{"start":1714431131895,"stop":1714431131895,"duration":0}},{"uid":"618ac96392cdd91c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/618ac96392cdd91c","status":"passed","time":{"start":1714430918790,"stop":1714430918791,"duration":1}},{"uid":"588e6859454aef65","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/588e6859454aef65","status":"passed","time":{"start":1714430104213,"stop":1714430104213,"duration":0}},{"uid":"5b75e024d414d3b3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5b75e024d414d3b3","status":"passed","time":{"start":1714429213879,"stop":1714429213879,"duration":0}},{"uid":"51caee1d154d2c4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/51caee1d154d2c4","status":"passed","time":{"start":1714427999036,"stop":1714427999036,"duration":0}},{"uid":"461a4a8306640fb7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/461a4a8306640fb7","status":"passed","time":{"start":1714427702231,"stop":1714427702231,"duration":0}},{"uid":"ba2d04757be86292","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ba2d04757be86292","status":"passed","time":{"start":1714427044029,"stop":1714427044030,"duration":1}},{"uid":"83be25a0af76c7da","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/83be25a0af76c7da","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699093,"stop":1714426699093,"duration":0}},{"uid":"3ef8154b7e6ba7ed","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3ef8154b7e6ba7ed","status":"passed","time":{"start":1714425534894,"stop":1714425534894,"duration":0}},{"uid":"362c7a0755068d3b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/362c7a0755068d3b","status":"passed","time":{"start":1714415702295,"stop":1714415702295,"duration":0}},{"uid":"4673a7db9d4a5a84","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4673a7db9d4a5a84","status":"passed","time":{"start":1714415850502,"stop":1714415850502,"duration":0}},{"uid":"2963a2c0bbf3d29","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2963a2c0bbf3d29","status":"passed","time":{"start":1714408049952,"stop":1714408049952,"duration":0}},{"uid":"8e71fb28fb6c93f1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8e71fb28fb6c93f1","status":"passed","time":{"start":1714407080674,"stop":1714407080675,"duration":1}},{"uid":"84db9ea8b79f37c1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/84db9ea8b79f37c1","status":"passed","time":{"start":1714404860592,"stop":1714404860592,"duration":0}}]},"12c15cf756e0e8ce2171a11c42af9ea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22899b4ab7438c70","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/22899b4ab7438c70","status":"passed","time":{"start":1714381767584,"stop":1714381767584,"duration":0}}]},"920fb81db3068abd4a8d668f9708bd17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2dca3758d0d72148","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2dca3758d0d72148","status":"passed","time":{"start":1714141025856,"stop":1714141025856,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"6e05bedbf6bcd01b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6e05bedbf6bcd01b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454431993,"stop":1714454431993,"duration":0}},{"uid":"3bfb9225c71dd24a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3bfb9225c71dd24a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435990623,"stop":1714435990623,"duration":0}},{"uid":"6c8cd6f89c29d19b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6c8cd6f89c29d19b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435062611,"stop":1714435062611,"duration":0}},{"uid":"c70311b16f90c57c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c70311b16f90c57c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433747844,"stop":1714433747845,"duration":1}},{"uid":"f9b01ef4be03fc05","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f9b01ef4be03fc05","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431959181,"stop":1714431959181,"duration":0}},{"uid":"43ac9a285ebc02e2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/43ac9a285ebc02e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432238341,"stop":1714432238341,"duration":0}},{"uid":"755199dbc7139baf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/755199dbc7139baf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430946041,"stop":1714430946041,"duration":0}},{"uid":"41ff915f1a397827","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/41ff915f1a397827","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430757773,"stop":1714430757773,"duration":0}},{"uid":"a66a762a5a486cac","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a66a762a5a486cac","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429917775,"stop":1714429917775,"duration":0}},{"uid":"5d0405d30db9dafc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5d0405d30db9dafc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429038416,"stop":1714429038417,"duration":1}},{"uid":"e82b170837558217","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e82b170837558217","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427794303,"stop":1714427794303,"duration":0}},{"uid":"9b4125e8a6f036c3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9b4125e8a6f036c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427517455,"stop":1714427517455,"duration":0}},{"uid":"a7dc132b1464c439","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a7dc132b1464c439","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426868580,"stop":1714426868580,"duration":0}},{"uid":"d2aa2e9a12839a77","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d2aa2e9a12839a77","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425555002,"stop":1714425555002,"duration":0}},{"uid":"97fc839641ab590e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/97fc839641ab590e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425349877,"stop":1714425349878,"duration":1}},{"uid":"12ab7dd60a0405b0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/12ab7dd60a0405b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415539976,"stop":1714415539976,"duration":0}},{"uid":"987845b75b803b55","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/987845b75b803b55","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415671315,"stop":1714415671315,"duration":0}},{"uid":"35433e3f5f11cc5d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/35433e3f5f11cc5d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407878079,"stop":1714407878080,"duration":1}},{"uid":"a3cdf1d2438a9991","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a3cdf1d2438a9991","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406907375,"stop":1714406907375,"duration":0}},{"uid":"b05ea12a087577f3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b05ea12a087577f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685457,"stop":1714404685457,"duration":0}}]},"867c54979fe4f535de4a0a0552eaeb00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63946eaf923a39d6","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/63946eaf923a39d6","status":"passed","time":{"start":1714089638346,"stop":1714089638346,"duration":0}}]},"1222acc0aa2d393b31bbe042d37e69b3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a144d2b95fe5ec2d","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/a144d2b95fe5ec2d","status":"passed","time":{"start":1714082471274,"stop":1714082471274,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4c050b5c8cd2bbfe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4c050b5c8cd2bbfe","status":"passed","time":{"start":1714453958108,"stop":1714453958108,"duration":0}},{"uid":"4074ce2f9f068372","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4074ce2f9f068372","status":"passed","time":{"start":1714435516876,"stop":1714435516877,"duration":1}},{"uid":"be91f1aba946873b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/be91f1aba946873b","status":"passed","time":{"start":1714434585837,"stop":1714434585838,"duration":1}},{"uid":"8d754b3f0042d21a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8d754b3f0042d21a","status":"passed","time":{"start":1714433280770,"stop":1714433280771,"duration":1}},{"uid":"5ff578aff690009a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5ff578aff690009a","status":"passed","time":{"start":1714431478454,"stop":1714431478455,"duration":1}},{"uid":"d81971e12f996c1d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d81971e12f996c1d","status":"passed","time":{"start":1714431742372,"stop":1714431742373,"duration":1}},{"uid":"2d0a812a9fbe4ca","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2d0a812a9fbe4ca","status":"passed","time":{"start":1714430465322,"stop":1714430465323,"duration":1}},{"uid":"9a2463f0855befd4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9a2463f0855befd4","status":"passed","time":{"start":1714430256909,"stop":1714430256910,"duration":1}},{"uid":"d80d842aeaabe058","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d80d842aeaabe058","status":"passed","time":{"start":1714429421178,"stop":1714429421179,"duration":1}},{"uid":"fcad85e7a7b21ba9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fcad85e7a7b21ba9","status":"passed","time":{"start":1714428562877,"stop":1714428562877,"duration":0}},{"uid":"839de93b737e36c9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/839de93b737e36c9","status":"passed","time":{"start":1714427340551,"stop":1714427340551,"duration":0}},{"uid":"7f61461e4648962a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7f61461e4648962a","status":"passed","time":{"start":1714427041437,"stop":1714427041437,"duration":0}},{"uid":"c92ebb23140ada53","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c92ebb23140ada53","status":"passed","time":{"start":1714426390787,"stop":1714426390788,"duration":1}},{"uid":"5f98c835d7816bb0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5f98c835d7816bb0","status":"passed","time":{"start":1714424492791,"stop":1714424492792,"duration":1}},{"uid":"95be2d91ef221568","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/95be2d91ef221568","status":"passed","time":{"start":1714424883372,"stop":1714424883373,"duration":1}},{"uid":"be53d02418aa2168","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/be53d02418aa2168","status":"passed","time":{"start":1714415036084,"stop":1714415036085,"duration":1}},{"uid":"52c7cbffb7b70a30","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/52c7cbffb7b70a30","status":"passed","time":{"start":1714415188981,"stop":1714415188981,"duration":0}},{"uid":"11596c259b0e75ad","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/11596c259b0e75ad","status":"passed","time":{"start":1714407396337,"stop":1714407396338,"duration":1}},{"uid":"dd94d5cb13ef20c5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dd94d5cb13ef20c5","status":"passed","time":{"start":1714406423707,"stop":1714406423708,"duration":1}},{"uid":"c2944c6edfb27f28","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c2944c6edfb27f28","status":"passed","time":{"start":1714404213337,"stop":1714404213337,"duration":0}}]},"f8f18c7632e9ce27b5a2e202b0759d71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d5ec3f4cb10ae41","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8d5ec3f4cb10ae41","status":"passed","time":{"start":1714406956962,"stop":1714406956962,"duration":0}}]},"2067b7fccdf8198d1ed757f949131b00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac8147536a68feed","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/ac8147536a68feed","status":"passed","time":{"start":1714219140607,"stop":1714219140607,"duration":0}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":84,"unknown":0,"total":88},"items":[{"uid":"34f5f1819da7cc3d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34f5f1819da7cc3d","status":"passed","time":{"start":1714453983004,"stop":1714453983005,"duration":1}},{"uid":"ac865ff54e2c08ae","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ac865ff54e2c08ae","status":"passed","time":{"start":1714435542199,"stop":1714435542199,"duration":0}},{"uid":"e8bbe59c94baf326","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e8bbe59c94baf326","status":"passed","time":{"start":1714434611447,"stop":1714434611448,"duration":1}},{"uid":"b1c3e8e763d4320e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b1c3e8e763d4320e","status":"passed","time":{"start":1714433306630,"stop":1714433306631,"duration":1}},{"uid":"a59720fcc9f2a3c3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a59720fcc9f2a3c3","status":"passed","time":{"start":1714431503274,"stop":1714431503274,"duration":0}},{"uid":"bfdc7b2e13dea4df","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bfdc7b2e13dea4df","status":"passed","time":{"start":1714431767484,"stop":1714431767485,"duration":1}},{"uid":"e02cb272f872adce","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e02cb272f872adce","status":"passed","time":{"start":1714430490971,"stop":1714430490971,"duration":0}},{"uid":"760d3014519d5a32","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/760d3014519d5a32","status":"passed","time":{"start":1714430281530,"stop":1714430281530,"duration":0}},{"uid":"19c2cf5e21f4fa20","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/19c2cf5e21f4fa20","status":"passed","time":{"start":1714429447908,"stop":1714429447909,"duration":1}},{"uid":"f60cc7213ad25fc3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f60cc7213ad25fc3","status":"passed","time":{"start":1714428587549,"stop":1714428587549,"duration":0}},{"uid":"64cacfe76f05d450","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/64cacfe76f05d450","status":"passed","time":{"start":1714427365278,"stop":1714427365279,"duration":1}},{"uid":"196b1e9e01fe665e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/196b1e9e01fe665e","status":"passed","time":{"start":1714427066871,"stop":1714427066872,"duration":1}},{"uid":"4aaaaecf57faf263","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4aaaaecf57faf263","status":"passed","time":{"start":1714426415809,"stop":1714426415810,"duration":1}},{"uid":"5d01579c66d61523","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5d01579c66d61523","status":"passed","time":{"start":1714424517678,"stop":1714424517678,"duration":0}},{"uid":"f58384ce38461ff0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f58384ce38461ff0","status":"passed","time":{"start":1714424908590,"stop":1714424908590,"duration":0}},{"uid":"93a0881fc2e19f2e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/93a0881fc2e19f2e","status":"broken","statusDetails":"dialPeer should not be called more than once for bootstrap peers: expected +0 to equal 1","time":{"start":1714415091539,"stop":1714415091539,"duration":0}},{"uid":"a9749686d1829c26","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a9749686d1829c26","status":"passed","time":{"start":1714415214828,"stop":1714415214829,"duration":1}},{"uid":"d49f84de8dd2eadc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d49f84de8dd2eadc","status":"passed","time":{"start":1714407421237,"stop":1714407421237,"duration":0}},{"uid":"b029a3d67e119886","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b029a3d67e119886","status":"passed","time":{"start":1714406448900,"stop":1714406448901,"duration":1}},{"uid":"aa54a7fb86dcfebe","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aa54a7fb86dcfebe","status":"passed","time":{"start":1714404238079,"stop":1714404238079,"duration":0}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8277228402516e10","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8277228402516e10","status":"passed","time":{"start":1714454401485,"stop":1714454401486,"duration":1}},{"uid":"406daf92c96c7e3b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/406daf92c96c7e3b","status":"passed","time":{"start":1714435950172,"stop":1714435950172,"duration":0}},{"uid":"738bf986837bc7e8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/738bf986837bc7e8","status":"passed","time":{"start":1714435011320,"stop":1714435011320,"duration":0}},{"uid":"ea3f8b88c391162c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ea3f8b88c391162c","status":"passed","time":{"start":1714433698494,"stop":1714433698494,"duration":0}},{"uid":"dbd26ebe35d5b651","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/dbd26ebe35d5b651","status":"passed","time":{"start":1714431914448,"stop":1714431914449,"duration":1}},{"uid":"fef370ede963cbf3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fef370ede963cbf3","status":"passed","time":{"start":1714432232510,"stop":1714432232511,"duration":1}},{"uid":"2f9ac7356cee0b86","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2f9ac7356cee0b86","status":"passed","time":{"start":1714430898547,"stop":1714430898547,"duration":0}},{"uid":"e70894ab10e16baa","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e70894ab10e16baa","status":"passed","time":{"start":1714430740488,"stop":1714430740488,"duration":0}},{"uid":"9e3662f18f25ab8e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9e3662f18f25ab8e","status":"passed","time":{"start":1714429868895,"stop":1714429868896,"duration":1}},{"uid":"84159831495a2e2f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/84159831495a2e2f","status":"passed","time":{"start":1714428983148,"stop":1714428983149,"duration":1}},{"uid":"1c4dae67ce875ecd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1c4dae67ce875ecd","status":"passed","time":{"start":1714427767758,"stop":1714427767758,"duration":0}},{"uid":"ccafc11e9f9f52de","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ccafc11e9f9f52de","status":"passed","time":{"start":1714427467289,"stop":1714427467289,"duration":0}},{"uid":"f3152f1dc89671d1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f3152f1dc89671d1","status":"passed","time":{"start":1714426818815,"stop":1714426818815,"duration":0}},{"uid":"71635a3bb59fe2a9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/71635a3bb59fe2a9","status":"passed","time":{"start":1714425576724,"stop":1714425576724,"duration":0}},{"uid":"522dccb9f72d5d43","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/522dccb9f72d5d43","status":"passed","time":{"start":1714425298466,"stop":1714425298466,"duration":0}},{"uid":"29fe54f477b8b51d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/29fe54f477b8b51d","status":"passed","time":{"start":1714415747555,"stop":1714415747555,"duration":0}},{"uid":"e0e6cb0cfebd609","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e0e6cb0cfebd609","status":"passed","time":{"start":1714415623568,"stop":1714415623569,"duration":1}},{"uid":"a4f16c4677a559e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a4f16c4677a559e","status":"passed","time":{"start":1714407820858,"stop":1714407820858,"duration":0}},{"uid":"d56a0e4b5d49f86f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d56a0e4b5d49f86f","status":"passed","time":{"start":1714406853254,"stop":1714406853254,"duration":0}},{"uid":"fa2113872230b82b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fa2113872230b82b","status":"passed","time":{"start":1714404642822,"stop":1714404642823,"duration":1}}]},"26fe27ffe0e6070ee1e6c7e283674d3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efc01e69de1b0160","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/efc01e69de1b0160","status":"passed","time":{"start":1714430988309,"stop":1714430988310,"duration":1}}]},"43bd6a2d22ecb56f93f97afe5a4c6cc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17b0f927f2259c5","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/17b0f927f2259c5","status":"passed","time":{"start":1714139755293,"stop":1714139755293,"duration":0}}]},"36c3926347da303d99df633b37abbd82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d76663e03ba15f23","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d76663e03ba15f23","status":"passed","time":{"start":1714427833031,"stop":1714427833031,"duration":0}}]},"dda5ea5198db0211fa718b4bd7e20c60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54cf2550cb389eb9","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/54cf2550cb389eb9","status":"passed","time":{"start":1714008029492,"stop":1714008029493,"duration":1}}]},"7906eb1105b02f80fbebcc36d7c7bf6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eb19205481912b16","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/eb19205481912b16","status":"passed","time":{"start":1714123406495,"stop":1714123406496,"duration":1}}]},"17cb10ef9b8a4e13a59cacc8dad97509:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d876788fac96ab99","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d876788fac96ab99","status":"passed","time":{"start":1714380049520,"stop":1714380049520,"duration":0}}]},"5993e0b79fbb00b459a232f0551573d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"427774bf8c355cf5","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/427774bf8c355cf5","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714082619687,"stop":1714082619687,"duration":0}}]},"ce17ae3d336d0a2579d25cf369d81bd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e56f652588d63d11","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/e56f652588d63d11","status":"passed","time":{"start":1713996808984,"stop":1713996808984,"duration":0}}]},"c35dc28546916651efb239ac4db25b99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"897395b2290f56f9","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/897395b2290f56f9","status":"passed","time":{"start":1714040301536,"stop":1714040301536,"duration":0}}]},"f8ad0d0890881542ca52eac701f27b86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc29ed26dc36c0b0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fc29ed26dc36c0b0","status":"passed","time":{"start":1714406956961,"stop":1714406956961,"duration":0}}]},"043935b5ef14b60a581a49aee4f7af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec1951886ad89c9a","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/ec1951886ad89c9a","status":"passed","time":{"start":1713976155908,"stop":1713976155908,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"260f110eb8f28957","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/260f110eb8f28957","status":"passed","time":{"start":1714454434322,"stop":1714454434322,"duration":0}},{"uid":"a856f7e5796653ff","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a856f7e5796653ff","status":"passed","time":{"start":1714436006537,"stop":1714436006538,"duration":1}},{"uid":"ff270333c2a52b3a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ff270333c2a52b3a","status":"passed","time":{"start":1714435054849,"stop":1714435054850,"duration":1}},{"uid":"4eee4f2f65e8c5bb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4eee4f2f65e8c5bb","status":"passed","time":{"start":1714433761060,"stop":1714433761060,"duration":0}},{"uid":"8ea79578012af993","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8ea79578012af993","status":"passed","time":{"start":1714431966432,"stop":1714431966432,"duration":0}},{"uid":"d3047fc98a83976","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d3047fc98a83976","status":"passed","time":{"start":1714432193275,"stop":1714432193275,"duration":0}},{"uid":"a5e2421bebe2ced6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a5e2421bebe2ced6","status":"passed","time":{"start":1714430948539,"stop":1714430948539,"duration":0}},{"uid":"45e14d9e76df7c51","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/45e14d9e76df7c51","status":"passed","time":{"start":1714430713545,"stop":1714430713545,"duration":0}},{"uid":"bf8bf10c7af88710","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bf8bf10c7af88710","status":"passed","time":{"start":1714429917746,"stop":1714429917746,"duration":0}},{"uid":"7df7a5744cc03bd4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7df7a5744cc03bd4","status":"passed","time":{"start":1714429040296,"stop":1714429040296,"duration":0}},{"uid":"9257f01833764762","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9257f01833764762","status":"passed","time":{"start":1714427848685,"stop":1714427848685,"duration":0}},{"uid":"e95985216054dbcc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e95985216054dbcc","status":"passed","time":{"start":1714427530067,"stop":1714427530067,"duration":0}},{"uid":"88db85fc5d717d21","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/88db85fc5d717d21","status":"passed","time":{"start":1714426875146,"stop":1714426875147,"duration":1}},{"uid":"459cf09b85dea6a2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/459cf09b85dea6a2","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511033,"stop":1714426511033,"duration":0}},{"uid":"da583ee16c5217a1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/da583ee16c5217a1","status":"passed","time":{"start":1714425369962,"stop":1714425369962,"duration":0}},{"uid":"6cefc2621da009aa","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6cefc2621da009aa","status":"passed","time":{"start":1714415516378,"stop":1714415516379,"duration":1}},{"uid":"189de9fa44351b7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/189de9fa44351b7","status":"passed","time":{"start":1714415679031,"stop":1714415679031,"duration":0}},{"uid":"e22d909531b67ac0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e22d909531b67ac0","status":"passed","time":{"start":1714407884327,"stop":1714407884327,"duration":0}},{"uid":"6b872001a118d1ef","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6b872001a118d1ef","status":"passed","time":{"start":1714406914319,"stop":1714406914326,"duration":7}},{"uid":"4679215b5d7d011c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4679215b5d7d011c","status":"passed","time":{"start":1714404690111,"stop":1714404690111,"duration":0}}]},"1834fa8df69184ac3f01de3047f50c29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac41d932ff00bcde","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/ac41d932ff00bcde","status":"passed","time":{"start":1714045506631,"stop":1714045506631,"duration":0}}]},"b77b8f2415e78bfaf12aa02f488bb88f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3baab43b4d63d21f","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/3baab43b4d63d21f","status":"passed","time":{"start":1714380503467,"stop":1714380503467,"duration":0}}]},"f4fd5ddf1250adcf604481e6e2f8938b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"613911cb9323c531","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/613911cb9323c531","status":"passed","time":{"start":1714033761843,"stop":1714033761843,"duration":0}}]},"29aa49c92b03750f596aedf8bea32d33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28f164f1c07e54d8","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/28f164f1c07e54d8","status":"passed","time":{"start":1714114012083,"stop":1714114012083,"duration":0}}]},"c47781f46e783c77e2c89a186c30c53f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"76068e6eba89ed55","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/76068e6eba89ed55","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840456,"stop":1714383840456,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"632faa9461f93af2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/632faa9461f93af2","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0}},{"uid":"782ccbd2162715ce","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/782ccbd2162715ce","status":"passed","time":{"start":1714435491282,"stop":1714435491282,"duration":0}},{"uid":"be7aeefce9d66e2a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/be7aeefce9d66e2a","status":"passed","time":{"start":1714434560393,"stop":1714434560393,"duration":0}},{"uid":"ea312dd30cebc045","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ea312dd30cebc045","status":"passed","time":{"start":1714433255372,"stop":1714433255373,"duration":1}},{"uid":"1a47cb7e90433bc9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1a47cb7e90433bc9","status":"passed","time":{"start":1714431453262,"stop":1714431453269,"duration":7}},{"uid":"c08d6dbc7c53a85d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c08d6dbc7c53a85d","status":"passed","time":{"start":1714431716849,"stop":1714431716849,"duration":0}},{"uid":"b89085e50905f3b0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b89085e50905f3b0","status":"passed","time":{"start":1714430439302,"stop":1714430439310,"duration":8}},{"uid":"79d2bf0f9d90b660","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/79d2bf0f9d90b660","status":"passed","time":{"start":1714430231604,"stop":1714430231605,"duration":1}},{"uid":"195919fd07d3a258","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/195919fd07d3a258","status":"passed","time":{"start":1714429393349,"stop":1714429393349,"duration":0}},{"uid":"586e92df01427d99","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/586e92df01427d99","status":"passed","time":{"start":1714428537100,"stop":1714428537100,"duration":0}},{"uid":"bd1e2d75f67420f9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bd1e2d75f67420f9","status":"passed","time":{"start":1714427314620,"stop":1714427314621,"duration":1}},{"uid":"3fe6fbebf42e28aa","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3fe6fbebf42e28aa","status":"passed","time":{"start":1714427015817,"stop":1714427015817,"duration":0}},{"uid":"88658b2436e9786b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/88658b2436e9786b","status":"passed","time":{"start":1714426364730,"stop":1714426364730,"duration":0}},{"uid":"a60395e20aba0faa","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a60395e20aba0faa","status":"passed","time":{"start":1714424467258,"stop":1714424467262,"duration":4}},{"uid":"f680a494b6b518e2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f680a494b6b518e2","status":"passed","time":{"start":1714424857615,"stop":1714424857615,"duration":0}},{"uid":"72a450829fb98d92","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/72a450829fb98d92","status":"passed","time":{"start":1714415010217,"stop":1714415010217,"duration":0}},{"uid":"68431b8a0515283c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/68431b8a0515283c","status":"passed","time":{"start":1714415163520,"stop":1714415163520,"duration":0}},{"uid":"b0179cb644a822c2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b0179cb644a822c2","status":"passed","time":{"start":1714407370708,"stop":1714407370709,"duration":1}},{"uid":"1777a314f33e8aa8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1777a314f33e8aa8","status":"passed","time":{"start":1714406397854,"stop":1714406397855,"duration":1}},{"uid":"350992992aaf11cb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/350992992aaf11cb","status":"passed","time":{"start":1714404187707,"stop":1714404187707,"duration":0}}]},"08c0cd8fdaa71e8f4233bd7c0d6844ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e173eeb43709397","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e173eeb43709397","status":"passed","time":{"start":1714430948556,"stop":1714430948556,"duration":0}}]},"3184c2de49fbd4a38e2b66967cdda5f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df93850037e0bb9b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/df93850037e0bb9b","status":"passed","time":{"start":1714427532041,"stop":1714427532041,"duration":0}}]},"76af26d0f24b67cb38c09e6cc23c1355:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"125d6d1932ca391a","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/125d6d1932ca391a","status":"passed","time":{"start":1714383172377,"stop":1714383172378,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"8c7b4a06ed58fac0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8c7b4a06ed58fac0","status":"passed","time":{"start":1714454479296,"stop":1714454479297,"duration":1}},{"uid":"a2608a172726e216","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a2608a172726e216","status":"passed","time":{"start":1714436048050,"stop":1714436048050,"duration":0}},{"uid":"172f62eb295efe5f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/172f62eb295efe5f","status":"passed","time":{"start":1714435103474,"stop":1714435103475,"duration":1}},{"uid":"85c96a0d4f775d69","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/85c96a0d4f775d69","status":"passed","time":{"start":1714433793526,"stop":1714433793526,"duration":0}},{"uid":"f12f4310fb6618d6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f12f4310fb6618d6","status":"passed","time":{"start":1714431998658,"stop":1714431998659,"duration":1}},{"uid":"4b884057ba6a9841","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4b884057ba6a9841","status":"passed","time":{"start":1714432332179,"stop":1714432332180,"duration":1}},{"uid":"5cbf5acef8e854cf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5cbf5acef8e854cf","status":"passed","time":{"start":1714431002227,"stop":1714431002227,"duration":0}},{"uid":"fc9a1c2c5982a0cc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fc9a1c2c5982a0cc","status":"passed","time":{"start":1714430831531,"stop":1714430831531,"duration":0}},{"uid":"4cebdd5049650432","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4cebdd5049650432","status":"passed","time":{"start":1714429955115,"stop":1714429955116,"duration":1}},{"uid":"8c9b65eaf062a171","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8c9b65eaf062a171","status":"passed","time":{"start":1714429082487,"stop":1714429082488,"duration":1}},{"uid":"f2b6228d3f24de1d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f2b6228d3f24de1d","status":"passed","time":{"start":1714427873969,"stop":1714427873970,"duration":1}},{"uid":"44384a8a62030ad1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/44384a8a62030ad1","status":"passed","time":{"start":1714427572923,"stop":1714427572923,"duration":0}},{"uid":"195a7e898b3bf39c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/195a7e898b3bf39c","status":"passed","time":{"start":1714426928331,"stop":1714426928332,"duration":1}},{"uid":"a90c41d10670f10a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a90c41d10670f10a","status":"passed","time":{"start":1714425626051,"stop":1714425626051,"duration":0}},{"uid":"ed057bbdad1f0cb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ed057bbdad1f0cb","status":"passed","time":{"start":1714425405879,"stop":1714425405879,"duration":0}},{"uid":"49977d10a07d983e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/49977d10a07d983e","status":"passed","time":{"start":1714415627132,"stop":1714415627132,"duration":0}},{"uid":"a7d330d7210bf9d0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a7d330d7210bf9d0","status":"passed","time":{"start":1714415727609,"stop":1714415727610,"duration":1}},{"uid":"5d26c2a17a569f0f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5d26c2a17a569f0f","status":"passed","time":{"start":1714407946533,"stop":1714407946534,"duration":1}},{"uid":"211d50514fb317c7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/211d50514fb317c7","status":"passed","time":{"start":1714406957180,"stop":1714406957181,"duration":1}},{"uid":"4627e11ae7c94804","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4627e11ae7c94804","status":"passed","time":{"start":1714404754332,"stop":1714404754332,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"8858ecaca373b2e6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8858ecaca373b2e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714453949194,"stop":1714453949194,"duration":0}},{"uid":"d0151a8f51a1f66","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d0151a8f51a1f66","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435506842,"stop":1714435506842,"duration":0}},{"uid":"60d3558ee6ee7083","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/60d3558ee6ee7083","status":"skipped","statusDetails":"Test ignored","time":{"start":1714434576212,"stop":1714434576212,"duration":0}},{"uid":"6f800e31d9c31ed7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6f800e31d9c31ed7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433271083,"stop":1714433271083,"duration":0}},{"uid":"339aae10ca7a7f0a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/339aae10ca7a7f0a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431469031,"stop":1714431469031,"duration":0}},{"uid":"32d59d8c78d0fdde","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/32d59d8c78d0fdde","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431732703,"stop":1714431732704,"duration":1}},{"uid":"b26bedd63c7bbd92","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b26bedd63c7bbd92","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430455645,"stop":1714430455646,"duration":1}},{"uid":"201a0c4ac068f563","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/201a0c4ac068f563","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430247324,"stop":1714430247324,"duration":0}},{"uid":"a397d566db6a630d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a397d566db6a630d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429410963,"stop":1714429410963,"duration":0}},{"uid":"8dca787d535d7dd5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8dca787d535d7dd5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428553102,"stop":1714428553102,"duration":0}},{"uid":"c717b641bad20d62","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c717b641bad20d62","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427330826,"stop":1714427330826,"duration":0}},{"uid":"dd902c782353bc79","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dd902c782353bc79","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427031440,"stop":1714427031440,"duration":0}},{"uid":"c2fb96b60a96a7c6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c2fb96b60a96a7c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426381046,"stop":1714426381046,"duration":0}},{"uid":"997c054d21262686","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/997c054d21262686","status":"skipped","statusDetails":"Test ignored","time":{"start":1714424483033,"stop":1714424483033,"duration":0}},{"uid":"5096667f94875c22","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5096667f94875c22","status":"skipped","statusDetails":"Test ignored","time":{"start":1714424873556,"stop":1714424873557,"duration":1}},{"uid":"6805447df070419f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6805447df070419f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415026654,"stop":1714415026654,"duration":0}},{"uid":"fc029b4609df1a76","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fc029b4609df1a76","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415179601,"stop":1714415179601,"duration":0}},{"uid":"b2a10d763268c61f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b2a10d763268c61f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407386569,"stop":1714407386569,"duration":0}},{"uid":"a9681fea95af3c9d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a9681fea95af3c9d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406414103,"stop":1714406414103,"duration":0}},{"uid":"4867937bb1a1acf7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4867937bb1a1acf7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404203706,"stop":1714404203706,"duration":0}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"39bfb46788072db1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/39bfb46788072db1","status":"passed","time":{"start":1714454227472,"stop":1714454227472,"duration":0}},{"uid":"5e541d6e95a431ec","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5e541d6e95a431ec","status":"passed","time":{"start":1714435777407,"stop":1714435777407,"duration":0}},{"uid":"1883af9b46b4e943","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1883af9b46b4e943","status":"passed","time":{"start":1714434844502,"stop":1714434844516,"duration":14}},{"uid":"8050941bb36dc5a7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8050941bb36dc5a7","status":"passed","time":{"start":1714433535973,"stop":1714433535979,"duration":6}},{"uid":"762143dbfd9686e1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/762143dbfd9686e1","status":"passed","time":{"start":1714431743527,"stop":1714431743527,"duration":0}},{"uid":"5b03e747f3976b00","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5b03e747f3976b00","status":"passed","time":{"start":1714432002440,"stop":1714432002440,"duration":0}},{"uid":"51218616fccf3aa2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/51218616fccf3aa2","status":"passed","time":{"start":1714430732683,"stop":1714430732684,"duration":1}},{"uid":"de89f2d9429d747b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/de89f2d9429d747b","status":"passed","time":{"start":1714430508169,"stop":1714430508170,"duration":1}},{"uid":"e98bf7f8fd2f9e9c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e98bf7f8fd2f9e9c","status":"passed","time":{"start":1714429693167,"stop":1714429693167,"duration":0}},{"uid":"18eda9505f5e0ca1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/18eda9505f5e0ca1","status":"passed","time":{"start":1714428818259,"stop":1714428818259,"duration":0}},{"uid":"b5ebc1dac8213e75","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b5ebc1dac8213e75","status":"passed","time":{"start":1714427601319,"stop":1714427601319,"duration":0}},{"uid":"3e5af1c6eb5325f6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3e5af1c6eb5325f6","status":"passed","time":{"start":1714427308828,"stop":1714427308828,"duration":0}},{"uid":"e0d8e6b5b50088ad","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e0d8e6b5b50088ad","status":"passed","time":{"start":1714426655785,"stop":1714426655785,"duration":0}},{"uid":"6c35fc80dd176135","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6c35fc80dd176135","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420755,"stop":1714425420757,"duration":2}},{"uid":"e49a91bb7dc95112","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e49a91bb7dc95112","status":"passed","time":{"start":1714425137459,"stop":1714425137460,"duration":1}},{"uid":"bdb855dc17944630","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bdb855dc17944630","status":"passed","time":{"start":1714415306379,"stop":1714415306380,"duration":1}},{"uid":"670e050634e40d8f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/670e050634e40d8f","status":"passed","time":{"start":1714415441034,"stop":1714415441034,"duration":0}},{"uid":"ce7aca65f4fd1fc7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ce7aca65f4fd1fc7","status":"passed","time":{"start":1714407661423,"stop":1714407661423,"duration":0}},{"uid":"b8adbb4c044e142e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b8adbb4c044e142e","status":"passed","time":{"start":1714406688871,"stop":1714406688872,"duration":1}},{"uid":"80366caa476ebeaa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/80366caa476ebeaa","status":"passed","time":{"start":1714404480635,"stop":1714404480635,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"dd5ca5408b30e879","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dd5ca5408b30e879","status":"passed","time":{"start":1714454429792,"stop":1714454429793,"duration":1}},{"uid":"47b037db1c959b08","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/47b037db1c959b08","status":"passed","time":{"start":1714435983379,"stop":1714435983379,"duration":0}},{"uid":"c79e29b8a5f9d8e5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c79e29b8a5f9d8e5","status":"passed","time":{"start":1714435051942,"stop":1714435051943,"duration":1}},{"uid":"934a3fa2b06e8dda","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/934a3fa2b06e8dda","status":"passed","time":{"start":1714433741789,"stop":1714433741789,"duration":0}},{"uid":"f19a421655882c66","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f19a421655882c66","status":"passed","time":{"start":1714431944902,"stop":1714431944903,"duration":1}},{"uid":"56dbcd74576870b0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/56dbcd74576870b0","status":"passed","time":{"start":1714432240089,"stop":1714432240089,"duration":0}},{"uid":"d9e753cbdb8ef8ac","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d9e753cbdb8ef8ac","status":"passed","time":{"start":1714430938918,"stop":1714430938918,"duration":0}},{"uid":"bc46edcc4559044d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bc46edcc4559044d","status":"passed","time":{"start":1714430755764,"stop":1714430755764,"duration":0}},{"uid":"3f33cc788272c117","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3f33cc788272c117","status":"passed","time":{"start":1714429913427,"stop":1714429913427,"duration":0}},{"uid":"a0212c577ba976d6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a0212c577ba976d6","status":"passed","time":{"start":1714429034573,"stop":1714429034573,"duration":0}},{"uid":"368ea0d2a6f93f34","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/368ea0d2a6f93f34","status":"passed","time":{"start":1714427765140,"stop":1714427765141,"duration":1}},{"uid":"3058e15a4ba52e42","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3058e15a4ba52e42","status":"passed","time":{"start":1714427509514,"stop":1714427509515,"duration":1}},{"uid":"eb3d4af290a1c0e0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/eb3d4af290a1c0e0","status":"passed","time":{"start":1714426865266,"stop":1714426865266,"duration":0}},{"uid":"f0e2ae45cd3e7046","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f0e2ae45cd3e7046","status":"passed","time":{"start":1714425536874,"stop":1714425536875,"duration":1}},{"uid":"a7649de451f55d64","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a7649de451f55d64","status":"passed","time":{"start":1714425348179,"stop":1714425348180,"duration":1}},{"uid":"a1b9025c206ecd4e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a1b9025c206ecd4e","status":"passed","time":{"start":1714415541644,"stop":1714415541644,"duration":0}},{"uid":"8955f0767d00d8d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8955f0767d00d8d","status":"passed","time":{"start":1714415666675,"stop":1714415666675,"duration":0}},{"uid":"5439599d9eca9e70","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5439599d9eca9e70","status":"passed","time":{"start":1714407867317,"stop":1714407867318,"duration":1}},{"uid":"8618976c25cfad38","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8618976c25cfad38","status":"passed","time":{"start":1714406901746,"stop":1714406901747,"duration":1}},{"uid":"916e3f17023335a7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/916e3f17023335a7","status":"passed","time":{"start":1714404685931,"stop":1714404685931,"duration":0}}]},"054a341646459c2e0fb6fd65fd1a3f2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"10e84e71623b92dc","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/10e84e71623b92dc","status":"passed","time":{"start":1714168818007,"stop":1714168818007,"duration":0}}]},"0754cac5b412a38160a7f48c2f11f92a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"41161fa03e05269f","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/41161fa03e05269f","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713989838536,"stop":1713989838537,"duration":1}}]},"50095920b77ca99e54b9219dfcda256e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65301d5e91d61c17","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/65301d5e91d61c17","status":"passed","time":{"start":1714383376698,"stop":1714383376698,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"c891f1146b37df47","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c891f1146b37df47","status":"passed","time":{"start":1714454605541,"stop":1714454605542,"duration":1}},{"uid":"2280f9934b4bdef","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2280f9934b4bdef","status":"passed","time":{"start":1714436158724,"stop":1714436158725,"duration":1}},{"uid":"ed59034a1385c57d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ed59034a1385c57d","status":"passed","time":{"start":1714435237012,"stop":1714435237013,"duration":1}},{"uid":"858ac73c640547a2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/858ac73c640547a2","status":"passed","time":{"start":1714433925097,"stop":1714433925097,"duration":0}},{"uid":"20a8163c37a40cdc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/20a8163c37a40cdc","status":"passed","time":{"start":1714432132884,"stop":1714432132884,"duration":0}},{"uid":"b01310c1054b71f2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b01310c1054b71f2","status":"passed","time":{"start":1714432392965,"stop":1714432392966,"duration":1}},{"uid":"c34d27f47d22b5d3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c34d27f47d22b5d3","status":"passed","time":{"start":1714431131882,"stop":1714431131882,"duration":0}},{"uid":"ec7c61bd6697927d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ec7c61bd6697927d","status":"passed","time":{"start":1714430918775,"stop":1714430918776,"duration":1}},{"uid":"edb230fb5f32bb91","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/edb230fb5f32bb91","status":"passed","time":{"start":1714430104201,"stop":1714430104201,"duration":0}},{"uid":"e968a560e28d00c4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e968a560e28d00c4","status":"passed","time":{"start":1714429213869,"stop":1714429213869,"duration":0}},{"uid":"9e381894f5b4a3c8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9e381894f5b4a3c8","status":"passed","time":{"start":1714427999024,"stop":1714427999024,"duration":0}},{"uid":"80f9f1faf9442b36","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/80f9f1faf9442b36","status":"passed","time":{"start":1714427702218,"stop":1714427702218,"duration":0}},{"uid":"19aad59ac12d52df","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/19aad59ac12d52df","status":"passed","time":{"start":1714427044019,"stop":1714427044019,"duration":0}},{"uid":"ca2667de55777cdf","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ca2667de55777cdf","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699063,"stop":1714426699063,"duration":0}},{"uid":"6349c3733a7c11f1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6349c3733a7c11f1","status":"passed","time":{"start":1714425534883,"stop":1714425534884,"duration":1}},{"uid":"eb546372f7ec458a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eb546372f7ec458a","status":"passed","time":{"start":1714415702283,"stop":1714415702283,"duration":0}},{"uid":"4b0036c5fd64d5d6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4b0036c5fd64d5d6","status":"passed","time":{"start":1714415850492,"stop":1714415850492,"duration":0}},{"uid":"8583bf4ab0a3d5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8583bf4ab0a3d5","status":"passed","time":{"start":1714408049940,"stop":1714408049940,"duration":0}},{"uid":"8d65c0f9d2e9e447","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8d65c0f9d2e9e447","status":"passed","time":{"start":1714407080664,"stop":1714407080664,"duration":0}},{"uid":"873dfe2d972db5a2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/873dfe2d972db5a2","status":"passed","time":{"start":1714404860579,"stop":1714404860579,"duration":0}}]},"3b0b774757429e744325b66a23d39c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"9fc4f29fd6f08b18","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/9fc4f29fd6f08b18","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'subscribe')","time":{"start":1714080401558,"stop":1714080401558,"duration":0}}]},"db6a51cf2311d39fd9784049f3bfa735:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7eb192b04111eb2b","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/7eb192b04111eb2b","status":"passed","time":{"start":1714297259181,"stop":1714297259182,"duration":1}}]},"68412ec98f672ce7ba0839ef09ae4571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f54c7c481b0804d5","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/f54c7c481b0804d5","status":"passed","time":{"start":1714109357871,"stop":1714109357872,"duration":1}}]},"1dd006d59e72f718cf3f7b183a32311c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e896f28ba493237","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/9e896f28ba493237","status":"passed","time":{"start":1713982877766,"stop":1713982877767,"duration":1}}]},"f322d5eaa78c8baa659c3d44321ff372:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54544e5e2712c37","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/54544e5e2712c37","status":"passed","time":{"start":1714427856111,"stop":1714427856111,"duration":0}}]},"8e7fe0136a613e3e24d3d2c176cddb2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c471a3f36fa30ed","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/6c471a3f36fa30ed","status":"passed","time":{"start":1713975836009,"stop":1713975836010,"duration":1}}]},"b0fec777d4460560207512c6076ff3f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66a797c7b5f00cee","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/66a797c7b5f00cee","status":"passed","time":{"start":1714432303169,"stop":1714432303169,"duration":0}}]},"5aea7396b243c948f688e5fb25dee5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37e910a4054d6c15","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/37e910a4054d6c15","status":"passed","time":{"start":1714140507751,"stop":1714140507751,"duration":0}}]},"4ec0cf8f05cef2f9cd9c363391a71ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"af48ee0afbb13183","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/af48ee0afbb13183","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714131710558,"stop":1714131710558,"duration":0}}]},"05cfdfe1d46a78e2b78044e96a525695:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f1a0d7269bb0bd1","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/5f1a0d7269bb0bd1","status":"passed","time":{"start":1714089559687,"stop":1714089559688,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"75664724777d73a6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/75664724777d73a6","status":"passed","time":{"start":1714454431997,"stop":1714454431997,"duration":0}},{"uid":"f1fd9864e9fac585","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f1fd9864e9fac585","status":"passed","time":{"start":1714435990629,"stop":1714435990629,"duration":0}},{"uid":"cebde47a62fb33d2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cebde47a62fb33d2","status":"passed","time":{"start":1714435062622,"stop":1714435062622,"duration":0}},{"uid":"93128c54eff62837","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/93128c54eff62837","status":"passed","time":{"start":1714433747884,"stop":1714433747885,"duration":1}},{"uid":"463dc771ea61123e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/463dc771ea61123e","status":"passed","time":{"start":1714431959192,"stop":1714431959192,"duration":0}},{"uid":"5ca6b62ec94eaec7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5ca6b62ec94eaec7","status":"passed","time":{"start":1714432238350,"stop":1714432238351,"duration":1}},{"uid":"de8b1d7f1d7dd9b8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/de8b1d7f1d7dd9b8","status":"passed","time":{"start":1714430946061,"stop":1714430946061,"duration":0}},{"uid":"4a1e4d1bb20915e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4a1e4d1bb20915e","status":"passed","time":{"start":1714430757778,"stop":1714430757779,"duration":1}},{"uid":"f57571204247d87","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f57571204247d87","status":"passed","time":{"start":1714429917785,"stop":1714429917786,"duration":1}},{"uid":"3af232f86cac0181","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3af232f86cac0181","status":"passed","time":{"start":1714429038421,"stop":1714429038421,"duration":0}},{"uid":"3bf14760d328478e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3bf14760d328478e","status":"passed","time":{"start":1714427794309,"stop":1714427794309,"duration":0}},{"uid":"8dc5ff2047015da1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8dc5ff2047015da1","status":"passed","time":{"start":1714427517460,"stop":1714427517460,"duration":0}},{"uid":"106f7c442563a9f4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/106f7c442563a9f4","status":"passed","time":{"start":1714426868606,"stop":1714426868607,"duration":1}},{"uid":"c215b91015e01825","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c215b91015e01825","status":"passed","time":{"start":1714425555007,"stop":1714425555007,"duration":0}},{"uid":"29d18be105d5b0ac","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/29d18be105d5b0ac","status":"passed","time":{"start":1714425349909,"stop":1714425349910,"duration":1}},{"uid":"77b16ffa6f13723a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/77b16ffa6f13723a","status":"passed","time":{"start":1714415539981,"stop":1714415539981,"duration":0}},{"uid":"e8efcd54b33e82d5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e8efcd54b33e82d5","status":"passed","time":{"start":1714415671321,"stop":1714415671321,"duration":0}},{"uid":"c32db967890c9939","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c32db967890c9939","status":"passed","time":{"start":1714407878087,"stop":1714407878088,"duration":1}},{"uid":"a47948948ce0984d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a47948948ce0984d","status":"passed","time":{"start":1714406907402,"stop":1714406907403,"duration":1}},{"uid":"7228010688141ba2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7228010688141ba2","status":"passed","time":{"start":1714404685460,"stop":1714404685461,"duration":1}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f0b8ed3591934862","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f0b8ed3591934862","status":"passed","time":{"start":1714453949188,"stop":1714453949189,"duration":1}},{"uid":"e50f509fb90c3752","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e50f509fb90c3752","status":"passed","time":{"start":1714435506835,"stop":1714435506836,"duration":1}},{"uid":"e5bfb283bc6257f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e5bfb283bc6257f","status":"passed","time":{"start":1714434576207,"stop":1714434576207,"duration":0}},{"uid":"face2d10d8e9e26d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/face2d10d8e9e26d","status":"passed","time":{"start":1714433271077,"stop":1714433271077,"duration":0}},{"uid":"2077a276e28582c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2077a276e28582c","status":"passed","time":{"start":1714431469024,"stop":1714431469025,"duration":1}},{"uid":"57292573b15baf06","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/57292573b15baf06","status":"passed","time":{"start":1714431732698,"stop":1714431732699,"duration":1}},{"uid":"960c770d050ce70f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/960c770d050ce70f","status":"passed","time":{"start":1714430455639,"stop":1714430455640,"duration":1}},{"uid":"1d849b6585114189","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1d849b6585114189","status":"passed","time":{"start":1714430247319,"stop":1714430247320,"duration":1}},{"uid":"1c274414128cd6eb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1c274414128cd6eb","status":"passed","time":{"start":1714429410957,"stop":1714429410958,"duration":1}},{"uid":"55fd85d10548e715","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/55fd85d10548e715","status":"passed","time":{"start":1714428553097,"stop":1714428553098,"duration":1}},{"uid":"8a0ed6f041df3f58","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8a0ed6f041df3f58","status":"passed","time":{"start":1714427330820,"stop":1714427330821,"duration":1}},{"uid":"f1f2ecbf68fed58f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f1f2ecbf68fed58f","status":"passed","time":{"start":1714427031433,"stop":1714427031433,"duration":0}},{"uid":"3d34998bc996aa52","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3d34998bc996aa52","status":"passed","time":{"start":1714426381041,"stop":1714426381042,"duration":1}},{"uid":"c79b4c1f65d8ce86","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c79b4c1f65d8ce86","status":"passed","time":{"start":1714424483028,"stop":1714424483028,"duration":0}},{"uid":"b94a5a532fd06fba","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b94a5a532fd06fba","status":"passed","time":{"start":1714424873551,"stop":1714424873552,"duration":1}},{"uid":"54b776c9c9f5c2e2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/54b776c9c9f5c2e2","status":"passed","time":{"start":1714415026649,"stop":1714415026649,"duration":0}},{"uid":"ecbe34eba0cbe938","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ecbe34eba0cbe938","status":"passed","time":{"start":1714415179595,"stop":1714415179595,"duration":0}},{"uid":"7891bf3c1f35384","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7891bf3c1f35384","status":"passed","time":{"start":1714407386563,"stop":1714407386564,"duration":1}},{"uid":"67d779d96de182c3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/67d779d96de182c3","status":"passed","time":{"start":1714406414097,"stop":1714406414098,"duration":1}},{"uid":"449a36340820a5cd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/449a36340820a5cd","status":"passed","time":{"start":1714404203701,"stop":1714404203701,"duration":0}}]},"ebac08f2e6f7d23238753f5e42c62578:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c8a9bb89e1e5870","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6c8a9bb89e1e5870","status":"passed","time":{"start":1714431997897,"stop":1714431997897,"duration":0}}]},"64d309f54f88755b3877db6e35253e48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b6ddcd3d75e1e94","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4b6ddcd3d75e1e94","status":"passed","time":{"start":1714435099718,"stop":1714435099718,"duration":0}}]},"97b3bc94565be3b4ca8e65e57d6a8021:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de978051e17dcb33","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/de978051e17dcb33","status":"passed","time":{"start":1714297312889,"stop":1714297312890,"duration":1}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"3c05ec57f7e41d95","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3c05ec57f7e41d95","status":"passed","time":{"start":1714454227468,"stop":1714454227468,"duration":0}},{"uid":"e6926089581fb660","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e6926089581fb660","status":"passed","time":{"start":1714435777399,"stop":1714435777400,"duration":1}},{"uid":"63baf9ad007ff28e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/63baf9ad007ff28e","status":"passed","time":{"start":1714434844497,"stop":1714434844498,"duration":1}},{"uid":"d6b24563a1810bb0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d6b24563a1810bb0","status":"passed","time":{"start":1714433535969,"stop":1714433535969,"duration":0}},{"uid":"cd8680f9f22859d5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cd8680f9f22859d5","status":"passed","time":{"start":1714431743519,"stop":1714431743519,"duration":0}},{"uid":"b803ad4ab4e6782a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b803ad4ab4e6782a","status":"passed","time":{"start":1714432002433,"stop":1714432002434,"duration":1}},{"uid":"b7412871520e1f29","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b7412871520e1f29","status":"passed","time":{"start":1714430732677,"stop":1714430732677,"duration":0}},{"uid":"9ed24c9f6599245","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9ed24c9f6599245","status":"passed","time":{"start":1714430508157,"stop":1714430508158,"duration":1}},{"uid":"68649d263de44969","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/68649d263de44969","status":"passed","time":{"start":1714429693102,"stop":1714429693102,"duration":0}},{"uid":"50624b05673f318","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/50624b05673f318","status":"passed","time":{"start":1714428818254,"stop":1714428818254,"duration":0}},{"uid":"29d035fd632189c5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/29d035fd632189c5","status":"passed","time":{"start":1714427601302,"stop":1714427601303,"duration":1}},{"uid":"95b896bf1f2c30c3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/95b896bf1f2c30c3","status":"passed","time":{"start":1714427308820,"stop":1714427308821,"duration":1}},{"uid":"a65f46ebe2be2dda","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a65f46ebe2be2dda","status":"passed","time":{"start":1714426655772,"stop":1714426655775,"duration":3}},{"uid":"d3922fa5ac5da83a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d3922fa5ac5da83a","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420734,"stop":1714425420734,"duration":0}},{"uid":"c1f788b2e861f929","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c1f788b2e861f929","status":"passed","time":{"start":1714425137452,"stop":1714425137452,"duration":0}},{"uid":"c87ed8d9b039543b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c87ed8d9b039543b","status":"passed","time":{"start":1714415306374,"stop":1714415306375,"duration":1}},{"uid":"b0d18089dc87336a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b0d18089dc87336a","status":"passed","time":{"start":1714415441028,"stop":1714415441029,"duration":1}},{"uid":"5d9c426b788bb20d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5d9c426b788bb20d","status":"passed","time":{"start":1714407661411,"stop":1714407661418,"duration":7}},{"uid":"9ba1e0b05f658d1d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9ba1e0b05f658d1d","status":"passed","time":{"start":1714406688865,"stop":1714406688866,"duration":1}},{"uid":"f5ce7962d3dff39a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f5ce7962d3dff39a","status":"passed","time":{"start":1714404480622,"stop":1714404480623,"duration":1}}]},"9ec90e61c32665a1f4a0ef101230fe82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25cdcc611b1cf2a9","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/25cdcc611b1cf2a9","status":"passed","time":{"start":1714003550651,"stop":1714003550652,"duration":1}}]},"2e15dcf753a96bc8564742adde80f49c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6c5a375b2dea904","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/d6c5a375b2dea904","status":"passed","time":{"start":1714139701180,"stop":1714139701180,"duration":0}}]},"bb635ed02b4ca91e5ac4e2c448522179:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fff759228dbbb9bb","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/fff759228dbbb9bb","status":"passed","time":{"start":1714040336336,"stop":1714040336336,"duration":0}}]},"e258d57b70c3794c60a60bb7247caa25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e613791c11744647","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/e613791c11744647","status":"passed","time":{"start":1714386707024,"stop":1714386707025,"duration":1}}]},"86edede8cdf97fe6fb44a89d952148a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4fb9cd36fe71a3b","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/e4fb9cd36fe71a3b","status":"passed","time":{"start":1714240432902,"stop":1714240432902,"duration":0}}]},"db24a9ddda86d92386abaf9539297dc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6dde708d07bf85c2","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/6dde708d07bf85c2","status":"passed","time":{"start":1714082690896,"stop":1714082690897,"duration":1}}]},"0f879139ef9c52f751701d7988b3c410:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3b25018ffbf5373","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f3b25018ffbf5373","status":"passed","time":{"start":1714384783939,"stop":1714384783939,"duration":0}}]},"d17da5c36de0c61fc6e8dbed812002df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"736d2820f1d31360","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/736d2820f1d31360","status":"passed","time":{"start":1714407912876,"stop":1714407912879,"duration":3}}]},"d8bf5a1811ce75f3534cbbe3e5ea8e3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"689368bfaeb0557b","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/689368bfaeb0557b","status":"passed","time":{"start":1714178248448,"stop":1714178248448,"duration":0}}]},"62206cd1981e304812371a38a1220b7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbd65f555df3f0c7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fbd65f555df3f0c7","status":"passed","time":{"start":1714435099722,"stop":1714435099722,"duration":0}}]},"6c0ac856add9acfad379b42056341b5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b881063bfa48c6c","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/7b881063bfa48c6c","status":"passed","time":{"start":1714130872617,"stop":1714130872618,"duration":1}}]},"47305fd4f842cbdd05b6eaffdbdfe810:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39bbe3e94ee263f5","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/39bbe3e94ee263f5","status":"passed","time":{"start":1714229027959,"stop":1714229027960,"duration":1}}]},"49a87d3254326ced0e02388f0f7f6d93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d88c1bad06026151","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/d88c1bad06026151","status":"passed","time":{"start":1713982966151,"stop":1713982966152,"duration":1}}]},"75534ac47ce07535fdf0d7bb538d1c63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"811ab1314debdc7d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/811ab1314debdc7d","status":"passed","time":{"start":1714426576830,"stop":1714426576831,"duration":1}}]},"f05f93f41cb9a583d1535ba0fc0a5f62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6c0a5a1a2344d6c","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/c6c0a5a1a2344d6c","status":"passed","time":{"start":1714296273405,"stop":1714296273405,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"552a27866dd01fc4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/552a27866dd01fc4","status":"passed","time":{"start":1714454507911,"stop":1714454507911,"duration":0}},{"uid":"a688d9cde162ff25","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a688d9cde162ff25","status":"passed","time":{"start":1714436048758,"stop":1714436048759,"duration":1}},{"uid":"cfb89f95817d87da","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cfb89f95817d87da","status":"passed","time":{"start":1714435155783,"stop":1714435155784,"duration":1}},{"uid":"1369908e71b61050","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1369908e71b61050","status":"passed","time":{"start":1714433815800,"stop":1714433815800,"duration":0}},{"uid":"29eaa7ffd850070f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/29eaa7ffd850070f","status":"passed","time":{"start":1714432025728,"stop":1714432025729,"duration":1}},{"uid":"eccf554393f3eddb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/eccf554393f3eddb","status":"passed","time":{"start":1714432319356,"stop":1714432319357,"duration":1}},{"uid":"7be4735416e0525f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7be4735416e0525f","status":"passed","time":{"start":1714431035250,"stop":1714431035250,"duration":0}},{"uid":"c5e138ca1ec8a529","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c5e138ca1ec8a529","status":"passed","time":{"start":1714430851126,"stop":1714430851127,"duration":1}},{"uid":"f2206e93fdfbe923","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f2206e93fdfbe923","status":"passed","time":{"start":1714429998320,"stop":1714429998321,"duration":1}},{"uid":"df7f2812459c8d3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/df7f2812459c8d3","status":"passed","time":{"start":1714429123418,"stop":1714429123418,"duration":0}},{"uid":"fd1e20e46822f65f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fd1e20e46822f65f","status":"passed","time":{"start":1714427908753,"stop":1714427908753,"duration":0}},{"uid":"e7f8510db619ee55","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e7f8510db619ee55","status":"passed","time":{"start":1714427590261,"stop":1714427590261,"duration":0}},{"uid":"55f6d62bb360ba53","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/55f6d62bb360ba53","status":"passed","time":{"start":1714426950364,"stop":1714426950365,"duration":1}},{"uid":"b34e4a07bb0b245f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b34e4a07bb0b245f","status":"passed","time":{"start":1714425413026,"stop":1714425413027,"duration":1}},{"uid":"734f07f603e1efaf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/734f07f603e1efaf","status":"passed","time":{"start":1714425435629,"stop":1714425435629,"duration":0}},{"uid":"58b5d7ee8cea701a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/58b5d7ee8cea701a","status":"passed","time":{"start":1714415590174,"stop":1714415590175,"duration":1}},{"uid":"a24abb8126f8b1eb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a24abb8126f8b1eb","status":"passed","time":{"start":1714415739336,"stop":1714415739336,"duration":0}},{"uid":"59aadcbccb34074","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/59aadcbccb34074","status":"passed","time":{"start":1714407950143,"stop":1714407950143,"duration":0}},{"uid":"5c671a9e3547d7ef","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5c671a9e3547d7ef","status":"passed","time":{"start":1714406978496,"stop":1714406978496,"duration":0}},{"uid":"96c94a67185aa883","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/96c94a67185aa883","status":"passed","time":{"start":1714404752165,"stop":1714404752165,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"64930ecfacd402be","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/64930ecfacd402be","status":"passed","time":{"start":1714454434300,"stop":1714454434300,"duration":0}},{"uid":"ae12cb2c704f9804","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ae12cb2c704f9804","status":"passed","time":{"start":1714436006510,"stop":1714436006511,"duration":1}},{"uid":"7aed19dcabe1deb6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7aed19dcabe1deb6","status":"passed","time":{"start":1714435054814,"stop":1714435054817,"duration":3}},{"uid":"69a766a2a6a1a43c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/69a766a2a6a1a43c","status":"passed","time":{"start":1714433761042,"stop":1714433761042,"duration":0}},{"uid":"b367ddc8757e9c24","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b367ddc8757e9c24","status":"passed","time":{"start":1714431966417,"stop":1714431966417,"duration":0}},{"uid":"af17e37ee75eede7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/af17e37ee75eede7","status":"passed","time":{"start":1714432193251,"stop":1714432193254,"duration":3}},{"uid":"e239c952ea392e8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e239c952ea392e8","status":"passed","time":{"start":1714430948514,"stop":1714430948515,"duration":1}},{"uid":"77f23b9302bdf6fa","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/77f23b9302bdf6fa","status":"passed","time":{"start":1714430713507,"stop":1714430713507,"duration":0}},{"uid":"daa99389da175318","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/daa99389da175318","status":"passed","time":{"start":1714429917722,"stop":1714429917722,"duration":0}},{"uid":"4b978f677dca00c9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4b978f677dca00c9","status":"passed","time":{"start":1714429040279,"stop":1714429040279,"duration":0}},{"uid":"4e652bb6589c7755","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4e652bb6589c7755","status":"passed","time":{"start":1714427848662,"stop":1714427848662,"duration":0}},{"uid":"a37b042f9ca657c9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a37b042f9ca657c9","status":"passed","time":{"start":1714427530048,"stop":1714427530048,"duration":0}},{"uid":"37c67b13dac658a6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/37c67b13dac658a6","status":"passed","time":{"start":1714426875118,"stop":1714426875119,"duration":1}},{"uid":"3a7e7fe342297f97","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3a7e7fe342297f97","status":"broken","statusDetails":"window is not defined","time":{"start":1714426510995,"stop":1714426510995,"duration":0}},{"uid":"bbd39d95cf6e5729","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bbd39d95cf6e5729","status":"passed","time":{"start":1714425369909,"stop":1714425369910,"duration":1}},{"uid":"76b5abb0b0c173d1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/76b5abb0b0c173d1","status":"passed","time":{"start":1714415516351,"stop":1714415516351,"duration":0}},{"uid":"a796682e84f28c8f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a796682e84f28c8f","status":"passed","time":{"start":1714415679012,"stop":1714415679013,"duration":1}},{"uid":"61c1d6d701519ed","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/61c1d6d701519ed","status":"passed","time":{"start":1714407884309,"stop":1714407884310,"duration":1}},{"uid":"d868b708987b7e9f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d868b708987b7e9f","status":"passed","time":{"start":1714406914265,"stop":1714406914265,"duration":0}},{"uid":"e1f8c83b02a8a512","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e1f8c83b02a8a512","status":"passed","time":{"start":1714404690095,"stop":1714404690095,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"d4b7867c9186a581","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d4b7867c9186a581","status":"passed","time":{"start":1714454133735,"stop":1714454133736,"duration":1}},{"uid":"451497c6dad08ef6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/451497c6dad08ef6","status":"passed","time":{"start":1714435697057,"stop":1714435697058,"duration":1}},{"uid":"5af200f5adfbcdd1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5af200f5adfbcdd1","status":"passed","time":{"start":1714434777700,"stop":1714434777700,"duration":0}},{"uid":"4074ca945882acf4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4074ca945882acf4","status":"passed","time":{"start":1714433468578,"stop":1714433468578,"duration":0}},{"uid":"51a24bdd1dce31a4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/51a24bdd1dce31a4","status":"passed","time":{"start":1714431659892,"stop":1714431659892,"duration":0}},{"uid":"7380a28c2adfdb35","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7380a28c2adfdb35","status":"passed","time":{"start":1714431917002,"stop":1714431917002,"duration":0}},{"uid":"463c4fef739f5da2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/463c4fef739f5da2","status":"passed","time":{"start":1714430652870,"stop":1714430652871,"duration":1}},{"uid":"8239d3589a4bf5df","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8239d3589a4bf5df","status":"passed","time":{"start":1714430439931,"stop":1714430439932,"duration":1}},{"uid":"45377b7de641a2c2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/45377b7de641a2c2","status":"passed","time":{"start":1714429618764,"stop":1714429618766,"duration":2}},{"uid":"2538519d1bf45b6a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2538519d1bf45b6a","status":"passed","time":{"start":1714428758234,"stop":1714428758235,"duration":1}},{"uid":"f52fd0182e5b0a04","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f52fd0182e5b0a04","status":"passed","time":{"start":1714427532033,"stop":1714427532033,"duration":0}},{"uid":"ed98f093e45b59f8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ed98f093e45b59f8","status":"passed","time":{"start":1714427233648,"stop":1714427233652,"duration":4}},{"uid":"9297c273a2dfdb77","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9297c273a2dfdb77","status":"passed","time":{"start":1714426576822,"stop":1714426576822,"duration":0}},{"uid":"dac27d8446a48419","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/dac27d8446a48419","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311922,"stop":1714425311922,"duration":0}},{"uid":"d4560d4f3a7bcea7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d4560d4f3a7bcea7","status":"passed","time":{"start":1714425068147,"stop":1714425068147,"duration":0}},{"uid":"512a1a8cee6b4ba2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/512a1a8cee6b4ba2","status":"passed","time":{"start":1714415236747,"stop":1714415236747,"duration":0}},{"uid":"b448591c045d7430","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b448591c045d7430","status":"passed","time":{"start":1714415370285,"stop":1714415370286,"duration":1}},{"uid":"36cc084a4e83451f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/36cc084a4e83451f","status":"passed","time":{"start":1714407592722,"stop":1714407592725,"duration":3}},{"uid":"6840ab4db72cabe3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6840ab4db72cabe3","status":"passed","time":{"start":1714406603011,"stop":1714406603011,"duration":0}},{"uid":"6c8a718d24774e1b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6c8a718d24774e1b","status":"passed","time":{"start":1714404403082,"stop":1714404403085,"duration":3}}]},"b1efbe8625225900a1a575e6add557f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6ca650455b58ee1","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/a6ca650455b58ee1","status":"passed","time":{"start":1713976948581,"stop":1713976948581,"duration":0}}]},"e54a4138d00b8ab24b905f8befc39806:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c1d1c8a75013c3cf","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/c1d1c8a75013c3cf","status":"passed","time":{"start":1714383172382,"stop":1714383172382,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8b53ae16e9abd831","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8b53ae16e9abd831","status":"passed","time":{"start":1714454015964,"stop":1714454015965,"duration":1}},{"uid":"4ab46952eea2bfc4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4ab46952eea2bfc4","status":"passed","time":{"start":1714435573547,"stop":1714435573547,"duration":0}},{"uid":"41a708ede0a469e2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/41a708ede0a469e2","status":"passed","time":{"start":1714434644053,"stop":1714434644053,"duration":0}},{"uid":"6150d77a48b16628","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6150d77a48b16628","status":"passed","time":{"start":1714433338732,"stop":1714433338732,"duration":0}},{"uid":"8639a8494439fab","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8639a8494439fab","status":"passed","time":{"start":1714431536336,"stop":1714431536336,"duration":0}},{"uid":"ab7d762b95e66311","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ab7d762b95e66311","status":"passed","time":{"start":1714431800183,"stop":1714431800184,"duration":1}},{"uid":"4766a325e95e4627","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4766a325e95e4627","status":"passed","time":{"start":1714430523384,"stop":1714430523384,"duration":0}},{"uid":"6f09f0fa59eeb909","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6f09f0fa59eeb909","status":"passed","time":{"start":1714430313846,"stop":1714430313846,"duration":0}},{"uid":"2689f10f8358c7f7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2689f10f8358c7f7","status":"passed","time":{"start":1714429481390,"stop":1714429481391,"duration":1}},{"uid":"b7a3b0e7fd60d411","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b7a3b0e7fd60d411","status":"passed","time":{"start":1714428620099,"stop":1714428620100,"duration":1}},{"uid":"bc9d84ac026b4fce","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bc9d84ac026b4fce","status":"passed","time":{"start":1714427398600,"stop":1714427398600,"duration":0}},{"uid":"e8dcf1336becf955","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e8dcf1336becf955","status":"passed","time":{"start":1714427098529,"stop":1714427098529,"duration":0}},{"uid":"e61675bbe038dc3b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e61675bbe038dc3b","status":"passed","time":{"start":1714426448200,"stop":1714426448201,"duration":1}},{"uid":"968ac9e74e3a05de","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/968ac9e74e3a05de","status":"passed","time":{"start":1714424551045,"stop":1714424551045,"duration":0}},{"uid":"2909a092436f8b7e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2909a092436f8b7e","status":"passed","time":{"start":1714424941435,"stop":1714424941436,"duration":1}},{"uid":"19ce6186c79f9a49","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/19ce6186c79f9a49","status":"passed","time":{"start":1714415094245,"stop":1714415094246,"duration":1}},{"uid":"d34e6d08f3091bd9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d34e6d08f3091bd9","status":"passed","time":{"start":1714415247295,"stop":1714415247297,"duration":2}},{"uid":"77310e0a51b0293b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/77310e0a51b0293b","status":"passed","time":{"start":1714407454389,"stop":1714407454390,"duration":1}},{"uid":"32a04d8b6530218e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/32a04d8b6530218e","status":"passed","time":{"start":1714406481766,"stop":1714406481766,"duration":0}},{"uid":"70638ea4dc3bfacd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/70638ea4dc3bfacd","status":"passed","time":{"start":1714404271554,"stop":1714404271554,"duration":0}}]},"a3fc81830a2cab09e92f183e07917e6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"284a23bd57d54bb","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/284a23bd57d54bb","status":"passed","time":{"start":1714114057874,"stop":1714114057875,"duration":1}}]},"92e89ebec283e005cecc00d43e1fcc71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1396eff9aadf5bc5","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/1396eff9aadf5bc5","status":"passed","time":{"start":1714003518579,"stop":1714003518579,"duration":0}}]},"7d101edfb5294918511af2bfbc80b37f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d6f3228b2e8d88d","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/3d6f3228b2e8d88d","status":"passed","time":{"start":1714130872614,"stop":1714130872615,"duration":1}}]},"b660804d3ade1b3605682d238ad23136:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41fde5393edf8f5c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/41fde5393edf8f5c","status":"passed","time":{"start":1714404232324,"stop":1714404232324,"duration":0}}]},"647e9699ee74bd09096ad62f745ed903:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f871aa54921ec795","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f871aa54921ec795","status":"passed","time":{"start":1714383216305,"stop":1714383216306,"duration":1}}]},"76da22b45412183f35af54653a38f46c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"504d26f873ac87aa","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/504d26f873ac87aa","status":"passed","time":{"start":1714296316690,"stop":1714296316691,"duration":1}}]},"477931a4b432c2baa33c9de6bf04b680:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a98b67832bafce29","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a98b67832bafce29","status":"passed","time":{"start":1714386718983,"stop":1714386718987,"duration":4}}]},"b1ad6d0aed134cabfe999d6a8bccf698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b27ded72f7d15226","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/b27ded72f7d15226","status":"passed","time":{"start":1713988983914,"stop":1713988983914,"duration":0}}]},"5a0e97a7dcff767614d5dff73f039802:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e9439391316d37","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/8e9439391316d37","status":"passed","time":{"start":1714154294483,"stop":1714154294483,"duration":0}}]},"c5efb03a0cb106fd6db30f86c394f006:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cff468e718ac5a41","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cff468e718ac5a41","status":"passed","time":{"start":1714415541646,"stop":1714415541647,"duration":1}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"bde8d5ea77d01645","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bde8d5ea77d01645","status":"passed","time":{"start":1714454282970,"stop":1714454282970,"duration":0}},{"uid":"27cfb6ceb77fbc62","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/27cfb6ceb77fbc62","status":"passed","time":{"start":1714435826662,"stop":1714435826662,"duration":0}},{"uid":"ce77a806fd16659b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ce77a806fd16659b","status":"passed","time":{"start":1714434891416,"stop":1714434891416,"duration":0}},{"uid":"12cb29c178bde83f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/12cb29c178bde83f","status":"passed","time":{"start":1714433579162,"stop":1714433579163,"duration":1}},{"uid":"ab3fe54c89f822fc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ab3fe54c89f822fc","status":"passed","time":{"start":1714431790085,"stop":1714431790085,"duration":0}},{"uid":"64c1e9b0fdf8007a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/64c1e9b0fdf8007a","status":"passed","time":{"start":1714432108447,"stop":1714432108456,"duration":9}},{"uid":"17666eb3236359d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/17666eb3236359d","status":"passed","time":{"start":1714430776808,"stop":1714430776808,"duration":0}},{"uid":"c93bb7a9d719e0c0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c93bb7a9d719e0c0","status":"passed","time":{"start":1714430614406,"stop":1714430614406,"duration":0}},{"uid":"2e0e64bc0b65381e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2e0e64bc0b65381e","status":"passed","time":{"start":1714429746728,"stop":1714429746728,"duration":0}},{"uid":"2ddce70b9ac0d5d9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2ddce70b9ac0d5d9","status":"passed","time":{"start":1714428854421,"stop":1714428854422,"duration":1}},{"uid":"a857354b0e86ef9a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a857354b0e86ef9a","status":"passed","time":{"start":1714427646203,"stop":1714427646203,"duration":0}},{"uid":"38ae1e3b1a62823b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/38ae1e3b1a62823b","status":"passed","time":{"start":1714427346918,"stop":1714427346920,"duration":2}},{"uid":"f4011717b58d463c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f4011717b58d463c","status":"passed","time":{"start":1714426697033,"stop":1714426697033,"duration":0}},{"uid":"d228e409eee4b396","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d228e409eee4b396","status":"passed","time":{"start":1714425456655,"stop":1714425456656,"duration":1}},{"uid":"7dd0f772d8d647ad","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7dd0f772d8d647ad","status":"passed","time":{"start":1714425178897,"stop":1714425178899,"duration":2}},{"uid":"a192533ff6d7a431","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a192533ff6d7a431","status":"passed","time":{"start":1714415356778,"stop":1714415356779,"duration":1}},{"uid":"b6df12409b00458c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b6df12409b00458c","status":"passed","time":{"start":1714415495565,"stop":1714415495565,"duration":0}},{"uid":"c6f140400e37cbe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c6f140400e37cbe","status":"passed","time":{"start":1714407697667,"stop":1714407697668,"duration":1}},{"uid":"9810ed0f1e4ef6ff","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9810ed0f1e4ef6ff","status":"passed","time":{"start":1714406727361,"stop":1714406727361,"duration":0}},{"uid":"8d8b2bc759fd3d1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8d8b2bc759fd3d1","status":"passed","time":{"start":1714404518828,"stop":1714404518829,"duration":1}}]},"d219a6d8b2a1331618047776648cffca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"784ffba919e58193","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/784ffba919e58193","status":"passed","time":{"start":1714382927712,"stop":1714382927712,"duration":0}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"88aab81e5b7a0cbf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/88aab81e5b7a0cbf","status":"passed","time":{"start":1714454365883,"stop":1714454365883,"duration":0}},{"uid":"f40c1a5dbae6036b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f40c1a5dbae6036b","status":"passed","time":{"start":1714435932824,"stop":1714435932824,"duration":0}},{"uid":"f0db1ae230fd9bf8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f0db1ae230fd9bf8","status":"passed","time":{"start":1714435006844,"stop":1714435006845,"duration":1}},{"uid":"8a7248a62ddf233c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8a7248a62ddf233c","status":"passed","time":{"start":1714433693924,"stop":1714433693925,"duration":1}},{"uid":"aa790f8523dc6b92","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/aa790f8523dc6b92","status":"passed","time":{"start":1714431888547,"stop":1714431888548,"duration":1}},{"uid":"7e1b98a747496309","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7e1b98a747496309","status":"passed","time":{"start":1714432201978,"stop":1714432201978,"duration":0}},{"uid":"72662022ece291c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/72662022ece291c","status":"passed","time":{"start":1714430892451,"stop":1714430892451,"duration":0}},{"uid":"3e471927b199b237","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3e471927b199b237","status":"passed","time":{"start":1714430720933,"stop":1714430720933,"duration":0}},{"uid":"f1150872220f11cf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f1150872220f11cf","status":"passed","time":{"start":1714429855258,"stop":1714429855259,"duration":1}},{"uid":"968ff1087ab1c5da","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/968ff1087ab1c5da","status":"passed","time":{"start":1714428989415,"stop":1714428989415,"duration":0}},{"uid":"4e5af8b9ce95f62e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4e5af8b9ce95f62e","status":"passed","time":{"start":1714427767175,"stop":1714427767175,"duration":0}},{"uid":"c95abdfc4e918905","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c95abdfc4e918905","status":"passed","time":{"start":1714427460521,"stop":1714427460522,"duration":1}},{"uid":"fe8baf54d42d02c9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fe8baf54d42d02c9","status":"passed","time":{"start":1714426812802,"stop":1714426812802,"duration":0}},{"uid":"38c5c945ac1ce4bc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/38c5c945ac1ce4bc","status":"passed","time":{"start":1714425528584,"stop":1714425528584,"duration":0}},{"uid":"5ca6b98a94d76d32","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5ca6b98a94d76d32","status":"passed","time":{"start":1714425301104,"stop":1714425301105,"duration":1}},{"uid":"9f8e3657c59b3d73","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9f8e3657c59b3d73","status":"passed","time":{"start":1714415473261,"stop":1714415473262,"duration":1}},{"uid":"a300d56d3fa8d9e2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a300d56d3fa8d9e2","status":"passed","time":{"start":1714415615356,"stop":1714415615356,"duration":0}},{"uid":"2015a3f049adb32","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2015a3f049adb32","status":"passed","time":{"start":1714407816864,"stop":1714407816867,"duration":3}},{"uid":"e1c0449a7d838d41","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e1c0449a7d838d41","status":"passed","time":{"start":1714406861587,"stop":1714406861590,"duration":3}},{"uid":"217cc720b93e27c5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/217cc720b93e27c5","status":"passed","time":{"start":1714404628274,"stop":1714404628274,"duration":0}}]},"3fc55d9ff57d73619de11c33d80fcff7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb41bce00bbf612c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/bb41bce00bbf612c","status":"passed","time":{"start":1714385024697,"stop":1714385024697,"duration":0}}]},"e831325e724a8b2742da61ad7312d518:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cc4c928e584dce4","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/4cc4c928e584dce4","status":"passed","time":{"start":1714139928170,"stop":1714139928170,"duration":0}}]},"a44955225b95be23edf408bdfa66ad14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a11108365a57751","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5a11108365a57751","status":"passed","time":{"start":1714432025731,"stop":1714432025731,"duration":0}}]},"b169ad7ed229da580736427d6f7f1170:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a69d7927fc3a7c32","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a69d7927fc3a7c32","status":"passed","time":{"start":1714383176767,"stop":1714383176767,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"857460668633a4b5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/857460668633a4b5","status":"passed","time":{"start":1714454431996,"stop":1714454431997,"duration":1}},{"uid":"614e3aa881d3fdcb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/614e3aa881d3fdcb","status":"passed","time":{"start":1714435990628,"stop":1714435990628,"duration":0}},{"uid":"f353309eaa72400f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f353309eaa72400f","status":"passed","time":{"start":1714435062621,"stop":1714435062621,"duration":0}},{"uid":"92bcc3809e126560","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/92bcc3809e126560","status":"passed","time":{"start":1714433747875,"stop":1714433747880,"duration":5}},{"uid":"1cef509eea1da7b6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1cef509eea1da7b6","status":"passed","time":{"start":1714431959191,"stop":1714431959191,"duration":0}},{"uid":"c29a50a7b69b51ce","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c29a50a7b69b51ce","status":"passed","time":{"start":1714432238349,"stop":1714432238350,"duration":1}},{"uid":"62ace9eb71bdaaa0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/62ace9eb71bdaaa0","status":"passed","time":{"start":1714430946046,"stop":1714430946046,"duration":0}},{"uid":"aff80507105b6194","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/aff80507105b6194","status":"passed","time":{"start":1714430757777,"stop":1714430757778,"duration":1}},{"uid":"322119dc9f5eb950","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/322119dc9f5eb950","status":"passed","time":{"start":1714429917784,"stop":1714429917785,"duration":1}},{"uid":"91418fe42a2a5d5e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/91418fe42a2a5d5e","status":"passed","time":{"start":1714429038420,"stop":1714429038421,"duration":1}},{"uid":"e93836783d3f1c6f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e93836783d3f1c6f","status":"passed","time":{"start":1714427794308,"stop":1714427794308,"duration":0}},{"uid":"9d64cbb48e32a27b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9d64cbb48e32a27b","status":"passed","time":{"start":1714427517459,"stop":1714427517459,"duration":0}},{"uid":"fdf5d59006a95541","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fdf5d59006a95541","status":"passed","time":{"start":1714426868600,"stop":1714426868601,"duration":1}},{"uid":"990d75561b872bad","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/990d75561b872bad","status":"passed","time":{"start":1714425555006,"stop":1714425555006,"duration":0}},{"uid":"34944f92fe536b7a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/34944f92fe536b7a","status":"passed","time":{"start":1714425349909,"stop":1714425349909,"duration":0}},{"uid":"cea41207b372a6e4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cea41207b372a6e4","status":"passed","time":{"start":1714415539980,"stop":1714415539980,"duration":0}},{"uid":"73ec4738434f2d4d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/73ec4738434f2d4d","status":"passed","time":{"start":1714415671320,"stop":1714415671320,"duration":0}},{"uid":"7779a3649671216","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7779a3649671216","status":"passed","time":{"start":1714407878084,"stop":1714407878085,"duration":1}},{"uid":"5b26404338d99fa7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5b26404338d99fa7","status":"passed","time":{"start":1714406907402,"stop":1714406907402,"duration":0}},{"uid":"ee0bfc73a510c1ee","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ee0bfc73a510c1ee","status":"passed","time":{"start":1714404685460,"stop":1714404685460,"duration":0}}]},"7ad2e930aa49bbeb15809192e0a811c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9287b1476cf04e0e","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/9287b1476cf04e0e","status":"passed","time":{"start":1713997832222,"stop":1713997832222,"duration":0}}]},"24c6c779fdab916713283e3b7e095957:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c9d2ae2d5da5b4f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3c9d2ae2d5da5b4f","status":"passed","time":{"start":1714429034575,"stop":1714429034575,"duration":0}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"9d690a09d6a0f453","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9d690a09d6a0f453","status":"passed","time":{"start":1714453933332,"stop":1714453933332,"duration":0}},{"uid":"f485211c95708c41","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f485211c95708c41","status":"passed","time":{"start":1714435491282,"stop":1714435491286,"duration":4}},{"uid":"793f39cbe994e78e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/793f39cbe994e78e","status":"passed","time":{"start":1714434560393,"stop":1714434560393,"duration":0}},{"uid":"56b79501e9f6991f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/56b79501e9f6991f","status":"passed","time":{"start":1714433255373,"stop":1714433255373,"duration":0}},{"uid":"a99228db08eb969b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a99228db08eb969b","status":"passed","time":{"start":1714431453269,"stop":1714431453269,"duration":0}},{"uid":"c43344de1b45fa59","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c43344de1b45fa59","status":"passed","time":{"start":1714431716849,"stop":1714431716849,"duration":0}},{"uid":"d7b1a0549ebd0312","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d7b1a0549ebd0312","status":"passed","time":{"start":1714430439310,"stop":1714430439310,"duration":0}},{"uid":"789b5c66e7eb70e3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/789b5c66e7eb70e3","status":"passed","time":{"start":1714430231605,"stop":1714430231605,"duration":0}},{"uid":"83a87dbdfe2475dc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/83a87dbdfe2475dc","status":"passed","time":{"start":1714429393349,"stop":1714429393349,"duration":0}},{"uid":"4697892d2a9813e6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4697892d2a9813e6","status":"passed","time":{"start":1714428537100,"stop":1714428537100,"duration":0}},{"uid":"79fe2fa91ca033f5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/79fe2fa91ca033f5","status":"passed","time":{"start":1714427314621,"stop":1714427314621,"duration":0}},{"uid":"1d6a89004f5a4222","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1d6a89004f5a4222","status":"passed","time":{"start":1714427015817,"stop":1714427015817,"duration":0}},{"uid":"26a6b7d3726eb5cb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/26a6b7d3726eb5cb","status":"passed","time":{"start":1714426364735,"stop":1714426364735,"duration":0}},{"uid":"31198868bbaf8db1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/31198868bbaf8db1","status":"passed","time":{"start":1714424467263,"stop":1714424467263,"duration":0}},{"uid":"7686d16b9eb61356","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7686d16b9eb61356","status":"passed","time":{"start":1714424857615,"stop":1714424857616,"duration":1}},{"uid":"42aa83f80ba6f33","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/42aa83f80ba6f33","status":"passed","time":{"start":1714415010217,"stop":1714415010222,"duration":5}},{"uid":"c5d3a5240fcad63c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c5d3a5240fcad63c","status":"passed","time":{"start":1714415163520,"stop":1714415163521,"duration":1}},{"uid":"d4401be7907fc8b7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d4401be7907fc8b7","status":"passed","time":{"start":1714407370709,"stop":1714407370709,"duration":0}},{"uid":"d12281b4132c2725","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d12281b4132c2725","status":"passed","time":{"start":1714406397855,"stop":1714406397855,"duration":0}},{"uid":"68697aa436112351","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/68697aa436112351","status":"passed","time":{"start":1714404187707,"stop":1714404187707,"duration":0}}]},"b44ecb049db10b151da57e52af0bb930:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe209af074cd87a4","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/fe209af074cd87a4","status":"passed","time":{"start":1714004302843,"stop":1714004302844,"duration":1}}]},"4b8eb4043f69c0bf46c21f61cd85e144:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"120d54b6f1963959","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/120d54b6f1963959","status":"passed","time":{"start":1714404232325,"stop":1714404232325,"duration":0}}]},"a00cdc9b78748662ae1f34087b899708:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"835ff803b7e0a6b9","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/835ff803b7e0a6b9","status":"passed","time":{"start":1713943574870,"stop":1713943574870,"duration":0}}]},"961ef4cc068f103685217a975bab2118:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"72d5f2f99c9b2c76","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/72d5f2f99c9b2c76","status":"passed","time":{"start":1714431888569,"stop":1714431888569,"duration":0}}]},"bc0d63b1467900ce8137630ccc0c9f53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d2c1647d78dc88e","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/1d2c1647d78dc88e","status":"passed","time":{"start":1714109303950,"stop":1714109303951,"duration":1}}]},"6678e30ae2748ff83d19d9c1c1c2a813:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2eb3e784a3bbff75","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/2eb3e784a3bbff75","status":"passed","time":{"start":1714018100846,"stop":1714018100846,"duration":0}}]},"af506a147abcb11414c63db34a5fbd3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8665aa3bbf57f9ae","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8665aa3bbf57f9ae","status":"passed","time":{"start":1714406956961,"stop":1714406956961,"duration":0}}]},"ab5071019641f77b572fc168a84842ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d5b8650a92b972d","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9d5b8650a92b972d","status":"passed","time":{"start":1714383335674,"stop":1714383335674,"duration":0}}]},"fc0bf17fd0f5813282e8a7cb1549d2e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de7682bd5cdc1711","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/de7682bd5cdc1711","status":"passed","time":{"start":1714141029646,"stop":1714141029646,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"14ebea972904cc90","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/14ebea972904cc90","status":"passed","time":{"start":1714454185396,"stop":1714454185397,"duration":1}},{"uid":"38263c662e02d41","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/38263c662e02d41","status":"passed","time":{"start":1714435735077,"stop":1714435735078,"duration":1}},{"uid":"361b025d95675812","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/361b025d95675812","status":"passed","time":{"start":1714434806116,"stop":1714434806117,"duration":1}},{"uid":"f3d2f3bb044a27ae","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f3d2f3bb044a27ae","status":"passed","time":{"start":1714433499857,"stop":1714433499857,"duration":0}},{"uid":"60e0472e96495061","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/60e0472e96495061","status":"passed","time":{"start":1714431708452,"stop":1714431708452,"duration":0}},{"uid":"fd8e1deddcda7bf8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fd8e1deddcda7bf8","status":"passed","time":{"start":1714431973947,"stop":1714431973947,"duration":0}},{"uid":"feee10cbd8839dfc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/feee10cbd8839dfc","status":"passed","time":{"start":1714430712226,"stop":1714430712226,"duration":0}},{"uid":"cd66b33f3d654949","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cd66b33f3d654949","status":"passed","time":{"start":1714430495762,"stop":1714430495762,"duration":0}},{"uid":"25c3431101a383","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/25c3431101a383","status":"passed","time":{"start":1714429658502,"stop":1714429658503,"duration":1}},{"uid":"bf016c6e65c52495","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bf016c6e65c52495","status":"passed","time":{"start":1714428797053,"stop":1714428797053,"duration":0}},{"uid":"24cd164dac109bc2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/24cd164dac109bc2","status":"passed","time":{"start":1714427574978,"stop":1714427574979,"duration":1}},{"uid":"c2bfd47ebf6a1535","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c2bfd47ebf6a1535","status":"passed","time":{"start":1714427265755,"stop":1714427265756,"duration":1}},{"uid":"a73dedcfb0c7a65a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a73dedcfb0c7a65a","status":"passed","time":{"start":1714426629924,"stop":1714426629925,"duration":1}},{"uid":"d463ddc12755d78f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d463ddc12755d78f","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424889,"stop":1714425424890,"duration":1}},{"uid":"3a3a96770092f0df","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3a3a96770092f0df","status":"passed","time":{"start":1714425110753,"stop":1714425110753,"duration":0}},{"uid":"9b797a7c8f695d9d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9b797a7c8f695d9d","status":"passed","time":{"start":1714415251477,"stop":1714415251477,"duration":0}},{"uid":"365fa9ad7de42023","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/365fa9ad7de42023","status":"passed","time":{"start":1714415441983,"stop":1714415441984,"duration":1}},{"uid":"a5cfdad4d58b0b2b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a5cfdad4d58b0b2b","status":"passed","time":{"start":1714407634792,"stop":1714407634793,"duration":1}},{"uid":"1f3b15e48c4bae08","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1f3b15e48c4bae08","status":"passed","time":{"start":1714406654759,"stop":1714406654759,"duration":0}},{"uid":"d730d42900f739f2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d730d42900f739f2","status":"passed","time":{"start":1714404452614,"stop":1714404452614,"duration":0}}]},"f9cbe30acacbdd82319af75da0e00719:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b65e0034f45fcee","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1b65e0034f45fcee","status":"passed","time":{"start":1714406603018,"stop":1714406603018,"duration":0}}]},"b8abffb6be86d5d0341acde6ebecb0e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f6a194916725b1b","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/3f6a194916725b1b","status":"passed","time":{"start":1714240478660,"stop":1714240478660,"duration":0}}]},"1b82240d31934554a65889bacdd91e1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e4b24887424bef8","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/2e4b24887424bef8","status":"passed","time":{"start":1714177936104,"stop":1714177936105,"duration":1}}]},"61ac3f468d1bfdd7c2dad529433e3d51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"9436b0fcfe3a15ca","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/9436b0fcfe3a15ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108302,"stop":1713969108302,"duration":0}}]},"af380234fbda074d1557f254826ccf30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf1c815d5c02d0d4","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/cf1c815d5c02d0d4","status":"passed","time":{"start":1714109329173,"stop":1714109329173,"duration":0}}]},"12522999b8db16562a306ab93e802a5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88b12a950e54dbcb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/88b12a950e54dbcb","status":"passed","time":{"start":1714432303172,"stop":1714432303172,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"4ab6da241dea098d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4ab6da241dea098d","status":"passed","time":{"start":1714454431996,"stop":1714454431996,"duration":0}},{"uid":"fef9b546cc72ff15","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fef9b546cc72ff15","status":"passed","time":{"start":1714435990627,"stop":1714435990627,"duration":0}},{"uid":"21097c4f99d9d693","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/21097c4f99d9d693","status":"passed","time":{"start":1714435062620,"stop":1714435062620,"duration":0}},{"uid":"f6154a7d83085b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f6154a7d83085b","status":"passed","time":{"start":1714433747858,"stop":1714433747858,"duration":0}},{"uid":"9ad8aa17c7211724","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9ad8aa17c7211724","status":"passed","time":{"start":1714431959189,"stop":1714431959190,"duration":1}},{"uid":"ea705b8a788a0270","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ea705b8a788a0270","status":"passed","time":{"start":1714432238348,"stop":1714432238349,"duration":1}},{"uid":"78abd42e95f20d96","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/78abd42e95f20d96","status":"passed","time":{"start":1714430946045,"stop":1714430946045,"duration":0}},{"uid":"a8e8238796b9de9d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a8e8238796b9de9d","status":"passed","time":{"start":1714430757777,"stop":1714430757777,"duration":0}},{"uid":"958614564cb3ab37","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/958614564cb3ab37","status":"passed","time":{"start":1714429917783,"stop":1714429917784,"duration":1}},{"uid":"f1a8bbb596a2ded8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f1a8bbb596a2ded8","status":"passed","time":{"start":1714429038420,"stop":1714429038420,"duration":0}},{"uid":"75cad236d8085e18","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/75cad236d8085e18","status":"passed","time":{"start":1714427794307,"stop":1714427794307,"duration":0}},{"uid":"1bf69ca8268ab0cc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1bf69ca8268ab0cc","status":"passed","time":{"start":1714427517458,"stop":1714427517458,"duration":0}},{"uid":"e63a65c705d86493","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e63a65c705d86493","status":"passed","time":{"start":1714426868599,"stop":1714426868600,"duration":1}},{"uid":"bae61c6ff27218ad","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bae61c6ff27218ad","status":"passed","time":{"start":1714425555005,"stop":1714425555005,"duration":0}},{"uid":"5400e1d566773e1f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5400e1d566773e1f","status":"passed","time":{"start":1714425349908,"stop":1714425349908,"duration":0}},{"uid":"7b3b9bfab802acd5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7b3b9bfab802acd5","status":"passed","time":{"start":1714415539979,"stop":1714415539979,"duration":0}},{"uid":"3cc1ab18c27adbde","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3cc1ab18c27adbde","status":"passed","time":{"start":1714415671319,"stop":1714415671319,"duration":0}},{"uid":"353a44a587b57f0e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/353a44a587b57f0e","status":"passed","time":{"start":1714407878083,"stop":1714407878083,"duration":0}},{"uid":"4943809b6c1e2a5d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4943809b6c1e2a5d","status":"passed","time":{"start":1714406907401,"stop":1714406907401,"duration":0}},{"uid":"f07e463d4710ff14","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f07e463d4710ff14","status":"passed","time":{"start":1714404685459,"stop":1714404685459,"duration":0}}]},"245671a809f2613e5f7a72790fc29de2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f307414b367b44cd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f307414b367b44cd","status":"passed","time":{"start":1714427509517,"stop":1714427509517,"duration":0}}]},"e95dfb996a226fc59c18f30b2c9a8b9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"809de4fb49f3073f","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/809de4fb49f3073f","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108302,"stop":1713969108303,"duration":1}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"6fca1ad0b0e751c6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6fca1ad0b0e751c6","status":"passed","time":{"start":1714454530130,"stop":1714454530131,"duration":1}},{"uid":"b0defb707020348c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b0defb707020348c","status":"passed","time":{"start":1714436093934,"stop":1714436093934,"duration":0}},{"uid":"394a96fb8d7ec65a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/394a96fb8d7ec65a","status":"passed","time":{"start":1714435157474,"stop":1714435157474,"duration":0}},{"uid":"2481c36957302683","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2481c36957302683","status":"passed","time":{"start":1714433840504,"stop":1714433840509,"duration":5}},{"uid":"c74ecda6d381a983","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c74ecda6d381a983","status":"passed","time":{"start":1714432045258,"stop":1714432045259,"duration":1}},{"uid":"a5f4a97a17333c5d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a5f4a97a17333c5d","status":"passed","time":{"start":1714432344087,"stop":1714432344088,"duration":1}},{"uid":"2388df8d882a9780","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2388df8d882a9780","status":"passed","time":{"start":1714431036762,"stop":1714431036763,"duration":1}},{"uid":"763c09a9e5098841","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/763c09a9e5098841","status":"passed","time":{"start":1714430859693,"stop":1714430859693,"duration":0}},{"uid":"ca9ca7ad4025333d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ca9ca7ad4025333d","status":"passed","time":{"start":1714430007472,"stop":1714430007473,"duration":1}},{"uid":"8e140b45fe2eafac","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8e140b45fe2eafac","status":"passed","time":{"start":1714429133172,"stop":1714429133173,"duration":1}},{"uid":"1e0528c25c46f942","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1e0528c25c46f942","status":"passed","time":{"start":1714427891807,"stop":1714427891808,"duration":1}},{"uid":"bade5f2a9fc217d3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bade5f2a9fc217d3","status":"passed","time":{"start":1714427613489,"stop":1714427613490,"duration":1}},{"uid":"5cb4ad54d1fe96dd","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5cb4ad54d1fe96dd","status":"passed","time":{"start":1714426967421,"stop":1714426967422,"duration":1}},{"uid":"ac44436a84acd5d6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ac44436a84acd5d6","status":"passed","time":{"start":1714425663090,"stop":1714425663090,"duration":0}},{"uid":"bf639162f98179d7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/bf639162f98179d7","status":"passed","time":{"start":1714425451130,"stop":1714425451131,"duration":1}},{"uid":"752f98009f4945e0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/752f98009f4945e0","status":"passed","time":{"start":1714415638837,"stop":1714415638837,"duration":0}},{"uid":"e6e90cc3569422bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e6e90cc3569422bf","status":"passed","time":{"start":1714415763433,"stop":1714415763433,"duration":0}},{"uid":"d51fe01c2dba5457","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d51fe01c2dba5457","status":"passed","time":{"start":1714407962979,"stop":1714407962979,"duration":0}},{"uid":"a4c15b6b7efd893a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a4c15b6b7efd893a","status":"passed","time":{"start":1714407006171,"stop":1714407006172,"duration":1}},{"uid":"76f9b26b47088192","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/76f9b26b47088192","status":"passed","time":{"start":1714404780876,"stop":1714404780876,"duration":0}}]},"1f2720d641ea0e4b6a00080be8d22b89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afe13fab5ecea1aa","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/afe13fab5ecea1aa","status":"passed","time":{"start":1714262212390,"stop":1714262212391,"duration":1}}]},"41fa4bf0a5e944f7b6b1652c7f77d0a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d06b1fc774e910ad","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/d06b1fc774e910ad","status":"passed","time":{"start":1714113919509,"stop":1714113919509,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"ad29bd016a2bb619","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ad29bd016a2bb619","status":"passed","time":{"start":1714454227462,"stop":1714454227462,"duration":0}},{"uid":"f4fbb027f37fcab8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f4fbb027f37fcab8","status":"passed","time":{"start":1714435777390,"stop":1714435777390,"duration":0}},{"uid":"9e98d98bd35e1b7d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9e98d98bd35e1b7d","status":"passed","time":{"start":1714434844488,"stop":1714434844489,"duration":1}},{"uid":"a8b9ec78104a3b43","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a8b9ec78104a3b43","status":"passed","time":{"start":1714433535957,"stop":1714433535958,"duration":1}},{"uid":"962d8e846641c336","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/962d8e846641c336","status":"passed","time":{"start":1714431743510,"stop":1714431743510,"duration":0}},{"uid":"1dde4111c0dc3882","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1dde4111c0dc3882","status":"passed","time":{"start":1714432002424,"stop":1714432002424,"duration":0}},{"uid":"4c9167fd89240a18","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4c9167fd89240a18","status":"passed","time":{"start":1714430732670,"stop":1714430732670,"duration":0}},{"uid":"cec8ca2795bc3e8f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cec8ca2795bc3e8f","status":"passed","time":{"start":1714430508151,"stop":1714430508152,"duration":1}},{"uid":"59ffced52df52aa3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/59ffced52df52aa3","status":"passed","time":{"start":1714429693090,"stop":1714429693090,"duration":0}},{"uid":"1fa5f40972b1d895","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1fa5f40972b1d895","status":"passed","time":{"start":1714428818242,"stop":1714428818242,"duration":0}},{"uid":"bc39196c94ada635","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bc39196c94ada635","status":"passed","time":{"start":1714427601258,"stop":1714427601258,"duration":0}},{"uid":"8c342b6930e31f6d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8c342b6930e31f6d","status":"passed","time":{"start":1714427308814,"stop":1714427308815,"duration":1}},{"uid":"4c785a8ab789589","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4c785a8ab789589","status":"passed","time":{"start":1714426655747,"stop":1714426655752,"duration":5}},{"uid":"fb3e4959f236fdfb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fb3e4959f236fdfb","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420713,"stop":1714425420713,"duration":0}},{"uid":"cc6164fe9bf655cd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cc6164fe9bf655cd","status":"passed","time":{"start":1714425137441,"stop":1714425137441,"duration":0}},{"uid":"fb3e756440c10f2a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fb3e756440c10f2a","status":"passed","time":{"start":1714415306369,"stop":1714415306369,"duration":0}},{"uid":"51643aa0b8efca78","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/51643aa0b8efca78","status":"passed","time":{"start":1714415441023,"stop":1714415441023,"duration":0}},{"uid":"271efcfe6ea92c4b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/271efcfe6ea92c4b","status":"passed","time":{"start":1714407661393,"stop":1714407661394,"duration":1}},{"uid":"98b0dc0d58370a26","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/98b0dc0d58370a26","status":"passed","time":{"start":1714406688860,"stop":1714406688860,"duration":0}},{"uid":"c4602b26188196d1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c4602b26188196d1","status":"passed","time":{"start":1714404480609,"stop":1714404480610,"duration":1}}]},"f8c586a269b2359dcc3ef5a1d97115a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db5f95c31273b58a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/db5f95c31273b58a","status":"passed","time":{"start":1714430652884,"stop":1714430652885,"duration":1}}]},"3dcc2ddf70a86f950a784cc9d5e4c44f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dabae0882de155b0","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/dabae0882de155b0","status":"passed","time":{"start":1714140177907,"stop":1714140177907,"duration":0}}]},"7fb2dd210462fa1731ed8f0a95fbfb25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d69c97af1625f41b","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/d69c97af1625f41b","status":"passed","time":{"start":1713943641564,"stop":1713943641564,"duration":0}}]},"e7766c9f20d75f2408a3ff62d8506762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d39aeb1c04d3f648","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/d39aeb1c04d3f648","status":"passed","time":{"start":1713988983907,"stop":1713988983908,"duration":1}}]},"4b3925486deee9e4b9e2713221720bc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c7fb2b6d6cce28a","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/3c7fb2b6d6cce28a","status":"passed","time":{"start":1714169144256,"stop":1714169144256,"duration":0}}]},"b4508e474c860c231bce53098a173373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c0a5c2c0240c142","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/3c0a5c2c0240c142","status":"passed","time":{"start":1714385733945,"stop":1714385733946,"duration":1}}]},"faf8b7bc8120dfec2a6508665a827bc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"c515402771bd81e8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c515402771bd81e8","status":"passed","time":{"start":1714453925064,"stop":1714453925064,"duration":0}},{"uid":"b5f8e55807fe91db","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b5f8e55807fe91db","status":"passed","time":{"start":1714435482972,"stop":1714435482972,"duration":0}},{"uid":"62faefc0b0a68ad2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/62faefc0b0a68ad2","status":"passed","time":{"start":1714434552008,"stop":1714434552008,"duration":0}},{"uid":"83091fb1b1e0712","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/83091fb1b1e0712","status":"passed","time":{"start":1714433247032,"stop":1714433247032,"duration":0}},{"uid":"10f8a0e9a59ae660","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/10f8a0e9a59ae660","status":"passed","time":{"start":1714431444753,"stop":1714431444753,"duration":0}},{"uid":"8ef0c80855b13774","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8ef0c80855b13774","status":"passed","time":{"start":1714431708294,"stop":1714431708294,"duration":0}},{"uid":"c36b1c0949936edc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c36b1c0949936edc","status":"passed","time":{"start":1714430430726,"stop":1714430430727,"duration":1}},{"uid":"ab1c287f80d039c5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ab1c287f80d039c5","status":"passed","time":{"start":1714430223185,"stop":1714430223186,"duration":1}},{"uid":"944812dd3d558eae","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/944812dd3d558eae","status":"passed","time":{"start":1714429383884,"stop":1714429383884,"duration":0}},{"uid":"9ea537dee7cf691e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9ea537dee7cf691e","status":"passed","time":{"start":1714428528638,"stop":1714428528638,"duration":0}},{"uid":"f166296fd117515f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f166296fd117515f","status":"passed","time":{"start":1714427305989,"stop":1714427305989,"duration":0}},{"uid":"62a96fbc95793f2c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/62a96fbc95793f2c","status":"passed","time":{"start":1714427007383,"stop":1714427007384,"duration":1}},{"uid":"491e8f86c987e7ef","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/491e8f86c987e7ef","status":"passed","time":{"start":1714426355974,"stop":1714426355974,"duration":0}},{"uid":"bf44731becb72f6b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bf44731becb72f6b","status":"passed","time":{"start":1714424458787,"stop":1714424458787,"duration":0}},{"uid":"40834687a9793bfc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/40834687a9793bfc","status":"passed","time":{"start":1714424849013,"stop":1714424849013,"duration":0}},{"uid":"a7b41fb42bffb360","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a7b41fb42bffb360","status":"passed","time":{"start":1714415001452,"stop":1714415001452,"duration":0}},{"uid":"d985cbd79d62b51c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d985cbd79d62b51c","status":"passed","time":{"start":1714415154925,"stop":1714415154925,"duration":0}},{"uid":"b8acdd1ef444ef26","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b8acdd1ef444ef26","status":"passed","time":{"start":1714407362050,"stop":1714407362051,"duration":1}},{"uid":"f1588d41a1b09237","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f1588d41a1b09237","status":"passed","time":{"start":1714406389344,"stop":1714406389344,"duration":0}},{"uid":"b3784831bbea8f58","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b3784831bbea8f58","status":"passed","time":{"start":1714404179182,"stop":1714404179182,"duration":0}}]},"66f6f3b3f96d7e1cc36257565fa7b9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8b282da8cca9ec5","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/b8b282da8cca9ec5","status":"passed","time":{"start":1713943641558,"stop":1713943641559,"duration":1}}]},"27fdf25c899a05e0409188eec0655853:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9a595846e634f96","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/f9a595846e634f96","status":"passed","time":{"start":1714219200742,"stop":1714219200742,"duration":0}}]},"a76baa51e44df9d02183ae1c9acfd857:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61d55a746980142","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/61d55a746980142","status":"passed","time":{"start":1714129844751,"stop":1714129844751,"duration":0}}]},"284e19edbc8a5432d48afdb6af5da7ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b29fc1b2b89aa9e","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/b29fc1b2b89aa9e","status":"passed","time":{"start":1713889475153,"stop":1713889475154,"duration":1}}]},"78f405977e5fcad803d4c7beb131e295:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"933ae76eb1146886","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/933ae76eb1146886","status":"passed","time":{"start":1714429091061,"stop":1714429091061,"duration":0}}]},"80f1c4300fd87ec9fcb14c8845a3978c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7835bb3fcf5f85bf","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/7835bb3fcf5f85bf","status":"passed","time":{"start":1714139223727,"stop":1714139223727,"duration":0}}]},"801ad8b23c59fabab6f32f098ac6fc9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"935545a271c2cc3","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/935545a271c2cc3","status":"passed","time":{"start":1714154299651,"stop":1714154299651,"duration":0}}]},"ce0bf449a39fef652338fe8ef912cdb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b93c29a04bb15d4b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/b93c29a04bb15d4b","status":"passed","time":{"start":1714386718968,"stop":1714386718968,"duration":0}}]},"819eb98bae0d3aa3ac05bee33e6561ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fee8ec9e1141f2ec","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/fee8ec9e1141f2ec","status":"passed","time":{"start":1714139755295,"stop":1714139755295,"duration":0}}]},"fb4afbd5c1333ace99ecb0591ccfda16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbb53f5635e2ef11","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/fbb53f5635e2ef11","status":"passed","time":{"start":1714139755294,"stop":1714139755294,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4fa1c71ef517914c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4fa1c71ef517914c","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"duration":0}},{"uid":"9340455247582438","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9340455247582438","status":"passed","time":{"start":1714435491280,"stop":1714435491280,"duration":0}},{"uid":"8d696a35999aaa6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8d696a35999aaa6","status":"passed","time":{"start":1714434560391,"stop":1714434560391,"duration":0}},{"uid":"f9eb06cbb05271e6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f9eb06cbb05271e6","status":"passed","time":{"start":1714433255371,"stop":1714433255371,"duration":0}},{"uid":"1dbb857720960dbc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1dbb857720960dbc","status":"passed","time":{"start":1714431453260,"stop":1714431453260,"duration":0}},{"uid":"8e5addc88baa9f18","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8e5addc88baa9f18","status":"passed","time":{"start":1714431716847,"stop":1714431716847,"duration":0}},{"uid":"ca20b3960e438dc1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ca20b3960e438dc1","status":"passed","time":{"start":1714430439301,"stop":1714430439301,"duration":0}},{"uid":"761b931eabdf2b64","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/761b931eabdf2b64","status":"passed","time":{"start":1714430231599,"stop":1714430231599,"duration":0}},{"uid":"d0e92146da9e350d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d0e92146da9e350d","status":"passed","time":{"start":1714429393342,"stop":1714429393342,"duration":0}},{"uid":"4cdbe94ec8c664a1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4cdbe94ec8c664a1","status":"passed","time":{"start":1714428537098,"stop":1714428537098,"duration":0}},{"uid":"749c25d1bbb9ace3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/749c25d1bbb9ace3","status":"passed","time":{"start":1714427314615,"stop":1714427314615,"duration":0}},{"uid":"c83879825470ce05","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c83879825470ce05","status":"passed","time":{"start":1714427015811,"stop":1714427015815,"duration":4}},{"uid":"32347847ef538ab3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/32347847ef538ab3","status":"passed","time":{"start":1714426364728,"stop":1714426364729,"duration":1}},{"uid":"e1ee72ad6a8863b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e1ee72ad6a8863b","status":"passed","time":{"start":1714424467256,"stop":1714424467256,"duration":0}},{"uid":"582681591324594c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/582681591324594c","status":"passed","time":{"start":1714424857614,"stop":1714424857614,"duration":0}},{"uid":"586ee92bb0a87321","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/586ee92bb0a87321","status":"passed","time":{"start":1714415010215,"stop":1714415010216,"duration":1}},{"uid":"45f5f2a0131674d6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/45f5f2a0131674d6","status":"passed","time":{"start":1714415163511,"stop":1714415163511,"duration":0}},{"uid":"ac16abecb57c60b6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ac16abecb57c60b6","status":"passed","time":{"start":1714407370707,"stop":1714407370707,"duration":0}},{"uid":"66f760d08f837f73","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/66f760d08f837f73","status":"passed","time":{"start":1714406397853,"stop":1714406397853,"duration":0}},{"uid":"afa44f254d885612","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/afa44f254d885612","status":"passed","time":{"start":1714404187700,"stop":1714404187701,"duration":1}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"c26fbc04ccbd6cc8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c26fbc04ccbd6cc8","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"duration":0}},{"uid":"679a40949495b58d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/679a40949495b58d","status":"passed","time":{"start":1714435483015,"stop":1714435483015,"duration":0}},{"uid":"47ac7b4884cc86e8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/47ac7b4884cc86e8","status":"passed","time":{"start":1714434552106,"stop":1714434552106,"duration":0}},{"uid":"e03656f2dfaa3b95","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e03656f2dfaa3b95","status":"passed","time":{"start":1714433246998,"stop":1714433246998,"duration":0}},{"uid":"ca8326d9fd394094","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ca8326d9fd394094","status":"passed","time":{"start":1714431444908,"stop":1714431444908,"duration":0}},{"uid":"8d3d1a3e886cc338","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8d3d1a3e886cc338","status":"passed","time":{"start":1714431708426,"stop":1714431708427,"duration":1}},{"uid":"51cb5cc0aad39183","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/51cb5cc0aad39183","status":"passed","time":{"start":1714430430745,"stop":1714430430745,"duration":0}},{"uid":"bce1d4024d9d4a38","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bce1d4024d9d4a38","status":"passed","time":{"start":1714430223153,"stop":1714430223154,"duration":1}},{"uid":"8996b0504a0f10e7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8996b0504a0f10e7","status":"passed","time":{"start":1714429383918,"stop":1714429383918,"duration":0}},{"uid":"7b5075fd6625d55c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7b5075fd6625d55c","status":"passed","time":{"start":1714428528725,"stop":1714428528725,"duration":0}},{"uid":"7347fa6f17cc4cb7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7347fa6f17cc4cb7","status":"passed","time":{"start":1714427305809,"stop":1714427305809,"duration":0}},{"uid":"53f023bac676662d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/53f023bac676662d","status":"passed","time":{"start":1714427007301,"stop":1714427007302,"duration":1}},{"uid":"62826862f7c8d7ee","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/62826862f7c8d7ee","status":"passed","time":{"start":1714426356107,"stop":1714426356107,"duration":0}},{"uid":"e826f36d9d34fda2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e826f36d9d34fda2","status":"passed","time":{"start":1714424458874,"stop":1714424458874,"duration":0}},{"uid":"c1778cdd91848dd6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c1778cdd91848dd6","status":"passed","time":{"start":1714424849199,"stop":1714424849199,"duration":0}},{"uid":"cef9ba7b1565f3c8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cef9ba7b1565f3c8","status":"passed","time":{"start":1714415001504,"stop":1714415001505,"duration":1}},{"uid":"b295407543d51df8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b295407543d51df8","status":"passed","time":{"start":1714415155036,"stop":1714415155037,"duration":1}},{"uid":"33b28b855f91858c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/33b28b855f91858c","status":"passed","time":{"start":1714407362312,"stop":1714407362312,"duration":0}},{"uid":"5b8896dcd8d7a178","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5b8896dcd8d7a178","status":"passed","time":{"start":1714406389402,"stop":1714406389402,"duration":0}},{"uid":"2c8b622aae4c1305","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2c8b622aae4c1305","status":"passed","time":{"start":1714404179274,"stop":1714404179274,"duration":0}}]},"2090a33623b641ae6028cb75cfc3b539:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c47e9ae895dbc98","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/5c47e9ae895dbc98","status":"passed","time":{"start":1714214810755,"stop":1714214810756,"duration":1}}]},"2d85ddeb42f7cef2ae2f96155c3810ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b22917f77a2d3f55","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/b22917f77a2d3f55","status":"passed","time":{"start":1714114005842,"stop":1714114005842,"duration":0}}]},"2a301f72f0eb26657ea1572cdaf0a3ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"11db50dac742049a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/11db50dac742049a","status":"passed","time":{"start":1714404690104,"stop":1714404690104,"duration":0}}]},"dd2d82478411112a55bac858ce326687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"210f69a3a32aaaba","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/210f69a3a32aaaba","status":"passed","time":{"start":1714123110399,"stop":1714123110399,"duration":0}}]},"158ea183b0657dced0d4562d96d07a8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f98db0d449d5ca2","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/4f98db0d449d5ca2","status":"passed","time":{"start":1714046211360,"stop":1714046211360,"duration":0}}]},"06b4d249cbeaf6e1648246b9e2279f6e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c3d69bfc0db9d13","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1c3d69bfc0db9d13","status":"passed","time":{"start":1714430997201,"stop":1714430997202,"duration":1}}]},"82fd48b5707092b23177c53de9470f28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"547dba90b94540f3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/547dba90b94540f3","status":"passed","time":{"start":1714430789850,"stop":1714430789850,"duration":0}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2f3ea35f6b6456d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2f3ea35f6b6456d5","status":"passed","time":{"start":1714453975167,"stop":1714453975168,"duration":1}},{"uid":"3eb5baf1fb6d7c0b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3eb5baf1fb6d7c0b","status":"passed","time":{"start":1714435534341,"stop":1714435534342,"duration":1}},{"uid":"42202d97d3c85d83","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/42202d97d3c85d83","status":"passed","time":{"start":1714434603457,"stop":1714434603457,"duration":0}},{"uid":"d903fdecea7cf594","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d903fdecea7cf594","status":"passed","time":{"start":1714433299093,"stop":1714433299094,"duration":1}},{"uid":"63be5d6f88b4b50b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/63be5d6f88b4b50b","status":"passed","time":{"start":1714431496199,"stop":1714431496199,"duration":0}},{"uid":"3e71cf3d3d959f6e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3e71cf3d3d959f6e","status":"passed","time":{"start":1714431760041,"stop":1714431760042,"duration":1}},{"uid":"c3a5bae6d5c72080","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c3a5bae6d5c72080","status":"passed","time":{"start":1714430483522,"stop":1714430483523,"duration":1}},{"uid":"ca4b7baa146bfe0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ca4b7baa146bfe0","status":"passed","time":{"start":1714430274096,"stop":1714430274097,"duration":1}},{"uid":"96d2fa84cf5c8d51","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/96d2fa84cf5c8d51","status":"passed","time":{"start":1714429441305,"stop":1714429441305,"duration":0}},{"uid":"c1a6acd10403b60a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c1a6acd10403b60a","status":"passed","time":{"start":1714428579305,"stop":1714428579306,"duration":1}},{"uid":"cd39d0f8ae59a14f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cd39d0f8ae59a14f","status":"passed","time":{"start":1714427357672,"stop":1714427357673,"duration":1}},{"uid":"767df26e3b79c430","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/767df26e3b79c430","status":"passed","time":{"start":1714427058864,"stop":1714427058865,"duration":1}},{"uid":"beb6b045cfb0e787","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/beb6b045cfb0e787","status":"passed","time":{"start":1714426407934,"stop":1714426407935,"duration":1}},{"uid":"3687e03f5a83a821","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3687e03f5a83a821","status":"passed","time":{"start":1714424510621,"stop":1714424510622,"duration":1}},{"uid":"12e2caf7ad511c12","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/12e2caf7ad511c12","status":"passed","time":{"start":1714424901199,"stop":1714424901199,"duration":0}},{"uid":"b56d4e6f2008464","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b56d4e6f2008464","status":"passed","time":{"start":1714415054011,"stop":1714415054011,"duration":0}},{"uid":"5355fdf060d2aaf7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5355fdf060d2aaf7","status":"passed","time":{"start":1714415207111,"stop":1714415207112,"duration":1}},{"uid":"5c2cecd31e0e33d9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5c2cecd31e0e33d9","status":"passed","time":{"start":1714407413668,"stop":1714407413669,"duration":1}},{"uid":"2e98d41c4bc043b7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2e98d41c4bc043b7","status":"passed","time":{"start":1714406441174,"stop":1714406441175,"duration":1}},{"uid":"382067e875281f07","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/382067e875281f07","status":"passed","time":{"start":1714404231140,"stop":1714404231141,"duration":1}}]},"0955c03da4e84a594c94f307d881c188:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad5b9cee52dbc5d0","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/ad5b9cee52dbc5d0","status":"passed","time":{"start":1714154299662,"stop":1714154299662,"duration":0}}]},"5a5ef3f021b791a2a7d31868ec6774a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c68022c0e4ae5eb1","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/c68022c0e4ae5eb1","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714131710555,"stop":1714131710555,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"59353287c04c7ee5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/59353287c04c7ee5","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"duration":0}},{"uid":"e901ed650b2d5b7e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e901ed650b2d5b7e","status":"passed","time":{"start":1714436158733,"stop":1714436158734,"duration":1}},{"uid":"6445d175d2c6d150","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6445d175d2c6d150","status":"passed","time":{"start":1714435237022,"stop":1714435237022,"duration":0}},{"uid":"cb683ac7e1fe7a75","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cb683ac7e1fe7a75","status":"passed","time":{"start":1714433925106,"stop":1714433925107,"duration":1}},{"uid":"7f36657bd1fe657","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7f36657bd1fe657","status":"passed","time":{"start":1714432132892,"stop":1714432132892,"duration":0}},{"uid":"dd02f5d0833d9eef","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dd02f5d0833d9eef","status":"passed","time":{"start":1714432392985,"stop":1714432392986,"duration":1}},{"uid":"ee932b291a71f304","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ee932b291a71f304","status":"passed","time":{"start":1714431131893,"stop":1714431131893,"duration":0}},{"uid":"9b2722d0f8796bfb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9b2722d0f8796bfb","status":"passed","time":{"start":1714430918789,"stop":1714430918789,"duration":0}},{"uid":"3d3bd33a1907987e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3d3bd33a1907987e","status":"passed","time":{"start":1714430104211,"stop":1714430104211,"duration":0}},{"uid":"3a4e686e41d6e0d1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3a4e686e41d6e0d1","status":"passed","time":{"start":1714429213877,"stop":1714429213878,"duration":1}},{"uid":"e24989c7d0637aa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e24989c7d0637aa","status":"passed","time":{"start":1714427999034,"stop":1714427999034,"duration":0}},{"uid":"6bc8bbaf9734fb5d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6bc8bbaf9734fb5d","status":"passed","time":{"start":1714427702229,"stop":1714427702229,"duration":0}},{"uid":"7f6f8157b2816a49","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7f6f8157b2816a49","status":"passed","time":{"start":1714427044028,"stop":1714427044028,"duration":0}},{"uid":"9984a08236f636b9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/9984a08236f636b9","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699088,"stop":1714426699089,"duration":1}},{"uid":"58c79b569f995159","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/58c79b569f995159","status":"passed","time":{"start":1714425534892,"stop":1714425534893,"duration":1}},{"uid":"e3281c15becf07e9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e3281c15becf07e9","status":"passed","time":{"start":1714415702293,"stop":1714415702293,"duration":0}},{"uid":"1d1d4782797e08b5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1d1d4782797e08b5","status":"passed","time":{"start":1714415850501,"stop":1714415850501,"duration":0}},{"uid":"1f126ce6476a07cc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1f126ce6476a07cc","status":"passed","time":{"start":1714408049950,"stop":1714408049950,"duration":0}},{"uid":"cb5f407c532707f8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cb5f407c532707f8","status":"passed","time":{"start":1714407080673,"stop":1714407080673,"duration":0}},{"uid":"2f2a39af4c83a856","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2f2a39af4c83a856","status":"passed","time":{"start":1714404860590,"stop":1714404860590,"duration":0}}]},"265d8804dc51ae72e441edbeaec85d6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb6d97b83fd06056","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/fb6d97b83fd06056","status":"passed","time":{"start":1713988905023,"stop":1713988905023,"duration":0}}]},"39849c6b65623833a4c19b7f60f9e0c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4dbfc2c19ecc4260","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4dbfc2c19ecc4260","status":"passed","time":{"start":1714435932831,"stop":1714435932831,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"10f2665a148e1890","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/10f2665a148e1890","status":"passed","time":{"start":1714454605544,"stop":1714454605544,"duration":0}},{"uid":"c7182eeba665f294","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c7182eeba665f294","status":"passed","time":{"start":1714436158727,"stop":1714436158727,"duration":0}},{"uid":"1572b593453186d1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1572b593453186d1","status":"passed","time":{"start":1714435237015,"stop":1714435237016,"duration":1}},{"uid":"a939476533390c23","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a939476533390c23","status":"passed","time":{"start":1714433925100,"stop":1714433925100,"duration":0}},{"uid":"fc817c8c14bc0fac","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fc817c8c14bc0fac","status":"passed","time":{"start":1714432132886,"stop":1714432132886,"duration":0}},{"uid":"dfe418c16b848980","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dfe418c16b848980","status":"passed","time":{"start":1714432392977,"stop":1714432392977,"duration":0}},{"uid":"f5ac0c1577f91d8a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f5ac0c1577f91d8a","status":"passed","time":{"start":1714431131886,"stop":1714431131886,"duration":0}},{"uid":"409f0144204272c7","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/409f0144204272c7","status":"passed","time":{"start":1714430918779,"stop":1714430918780,"duration":1}},{"uid":"8b53ba160893edc8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8b53ba160893edc8","status":"passed","time":{"start":1714430104204,"stop":1714430104204,"duration":0}},{"uid":"14ed2917921ba1de","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/14ed2917921ba1de","status":"passed","time":{"start":1714429213871,"stop":1714429213872,"duration":1}},{"uid":"7c543c4e55acfb71","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7c543c4e55acfb71","status":"passed","time":{"start":1714427999027,"stop":1714427999028,"duration":1}},{"uid":"798175e633e36d2a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/798175e633e36d2a","status":"passed","time":{"start":1714427702222,"stop":1714427702222,"duration":0}},{"uid":"13ffec1380cebf30","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/13ffec1380cebf30","status":"passed","time":{"start":1714427044022,"stop":1714427044022,"duration":0}},{"uid":"afee3df9074be4c4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/afee3df9074be4c4","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699070,"stop":1714426699070,"duration":0}},{"uid":"3662bcd153bf2ee9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3662bcd153bf2ee9","status":"passed","time":{"start":1714425534886,"stop":1714425534886,"duration":0}},{"uid":"9353de0436b58fff","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9353de0436b58fff","status":"passed","time":{"start":1714415702286,"stop":1714415702286,"duration":0}},{"uid":"4e05f438e76e0d9d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4e05f438e76e0d9d","status":"passed","time":{"start":1714415850494,"stop":1714415850495,"duration":1}},{"uid":"72dc86a7804a4b53","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/72dc86a7804a4b53","status":"passed","time":{"start":1714408049943,"stop":1714408049943,"duration":0}},{"uid":"16feb21f4d2d306f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/16feb21f4d2d306f","status":"passed","time":{"start":1714407080667,"stop":1714407080667,"duration":0}},{"uid":"3964e43dd8aebe95","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3964e43dd8aebe95","status":"passed","time":{"start":1714404860582,"stop":1714404860583,"duration":1}}]},"d4bd1e02b5c45316bc74edc0b9c1c025:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f210bd0737b7db","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9f210bd0737b7db","status":"passed","time":{"start":1714429034576,"stop":1714429034576,"duration":0}}]},"b77fec579c548843be5be9f69c2922bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41c1b3e100b2aa94","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/41c1b3e100b2aa94","status":"passed","time":{"start":1714433811168,"stop":1714433811168,"duration":0}}]},"2d661ac320c4009c51b0fae5fde64411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d200662f037cb82","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/3d200662f037cb82","status":"passed","time":{"start":1713996785415,"stop":1713996785415,"duration":0}}]},"a9461e7de5e3b95f7da1a00439638e9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"444fdd0096dae492","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/444fdd0096dae492","status":"passed","time":{"start":1713969145557,"stop":1713969145557,"duration":0}}]},"e99630173918178888549ea2fbf9b3bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"325a51f2542950d2","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/325a51f2542950d2","status":"passed","time":{"start":1714169334766,"stop":1714169334766,"duration":0}}]},"4065a9a9768e0cccd26e0b27660ed4a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e1981e12d194c6b","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/4e1981e12d194c6b","status":"passed","time":{"start":1714010003115,"stop":1714010003115,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":85,"unknown":0,"total":88},"items":[{"uid":"13102f2416e8cb8b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/13102f2416e8cb8b","status":"passed","time":{"start":1714453985199,"stop":1714453985199,"duration":0}},{"uid":"cddfa180f51035c2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/cddfa180f51035c2","status":"passed","time":{"start":1714435547162,"stop":1714435547163,"duration":1}},{"uid":"f96b9d645732e65f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f96b9d645732e65f","status":"passed","time":{"start":1714434613349,"stop":1714434613350,"duration":1}},{"uid":"945dcf698b7b45d0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/945dcf698b7b45d0","status":"passed","time":{"start":1714433308777,"stop":1714433308778,"duration":1}},{"uid":"8579d2c989106cd9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8579d2c989106cd9","status":"passed","time":{"start":1714431506765,"stop":1714431506765,"duration":0}},{"uid":"76869b476f6f9f6e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/76869b476f6f9f6e","status":"passed","time":{"start":1714431770131,"stop":1714431770132,"duration":1}},{"uid":"b44a1dcad99b8988","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b44a1dcad99b8988","status":"passed","time":{"start":1714430497204,"stop":1714430497204,"duration":0}},{"uid":"b05cb15d8f6b13ed","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b05cb15d8f6b13ed","status":"passed","time":{"start":1714430282461,"stop":1714430282461,"duration":0}},{"uid":"ec152a5722cca7f4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ec152a5722cca7f4","status":"passed","time":{"start":1714429453985,"stop":1714429453986,"duration":1}},{"uid":"4f09b34b8093df60","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4f09b34b8093df60","status":"passed","time":{"start":1714428593473,"stop":1714428593474,"duration":1}},{"uid":"e8b7ad30c5b7b22c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e8b7ad30c5b7b22c","status":"passed","time":{"start":1714427369001,"stop":1714427369001,"duration":0}},{"uid":"3568e144b953c855","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3568e144b953c855","status":"passed","time":{"start":1714427072986,"stop":1714427072986,"duration":0}},{"uid":"7a55d94ea12403d8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7a55d94ea12403d8","status":"passed","time":{"start":1714426418916,"stop":1714426418916,"duration":0}},{"uid":"598ed3f459fcfb1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/598ed3f459fcfb1","status":"broken","statusDetails":"window is not defined","time":{"start":1714424574767,"stop":1714424574768,"duration":1}},{"uid":"2a5a6e1579ba2453","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2a5a6e1579ba2453","status":"passed","time":{"start":1714424910824,"stop":1714424910824,"duration":0}},{"uid":"c59a5631b78e2a8c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c59a5631b78e2a8c","status":"passed","time":{"start":1714415063921,"stop":1714415063921,"duration":0}},{"uid":"1a9b2f86e0f2e410","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1a9b2f86e0f2e410","status":"passed","time":{"start":1714415223101,"stop":1714415223101,"duration":0}},{"uid":"74db0c9910385b34","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/74db0c9910385b34","status":"passed","time":{"start":1714407427334,"stop":1714407427334,"duration":0}},{"uid":"85c0b87941ffe40c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/85c0b87941ffe40c","status":"passed","time":{"start":1714406451147,"stop":1714406451148,"duration":1}},{"uid":"c6225841f42de1b0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c6225841f42de1b0","status":"passed","time":{"start":1714404241461,"stop":1714404241461,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"88d11e551cf3b08f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/88d11e551cf3b08f","status":"passed","time":{"start":1714454133757,"stop":1714454133758,"duration":1}},{"uid":"d09cc1a0ce0a252b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d09cc1a0ce0a252b","status":"passed","time":{"start":1714435697064,"stop":1714435697065,"duration":1}},{"uid":"f735e092d65c2b86","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f735e092d65c2b86","status":"passed","time":{"start":1714434777706,"stop":1714434777707,"duration":1}},{"uid":"dd53559549c7e82","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dd53559549c7e82","status":"passed","time":{"start":1714433468588,"stop":1714433468589,"duration":1}},{"uid":"551d5cba566d185d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/551d5cba566d185d","status":"passed","time":{"start":1714431659897,"stop":1714431659897,"duration":0}},{"uid":"fd78df23206e220e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fd78df23206e220e","status":"passed","time":{"start":1714431917005,"stop":1714431917005,"duration":0}},{"uid":"d362dae689b4e343","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d362dae689b4e343","status":"passed","time":{"start":1714430652881,"stop":1714430652882,"duration":1}},{"uid":"2674cf9f54540d35","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2674cf9f54540d35","status":"passed","time":{"start":1714430439951,"stop":1714430439952,"duration":1}},{"uid":"7100d989c7a892b2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7100d989c7a892b2","status":"passed","time":{"start":1714429618779,"stop":1714429618780,"duration":1}},{"uid":"ac0d3b991b780a1d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ac0d3b991b780a1d","status":"passed","time":{"start":1714428758239,"stop":1714428758240,"duration":1}},{"uid":"a4c7e98b44cb6648","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a4c7e98b44cb6648","status":"passed","time":{"start":1714427532040,"stop":1714427532040,"duration":0}},{"uid":"4c91d6e1ea713f3d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4c91d6e1ea713f3d","status":"passed","time":{"start":1714427233656,"stop":1714427233656,"duration":0}},{"uid":"4238b55c2c94e3b2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4238b55c2c94e3b2","status":"passed","time":{"start":1714426576828,"stop":1714426576829,"duration":1}},{"uid":"f6b1991885ed227d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f6b1991885ed227d","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311935,"stop":1714425311935,"duration":0}},{"uid":"fca0590dfb8c9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/fca0590dfb8c9","status":"passed","time":{"start":1714425068151,"stop":1714425068151,"duration":0}},{"uid":"6bc1b03b277ebf8c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6bc1b03b277ebf8c","status":"passed","time":{"start":1714415236751,"stop":1714415236751,"duration":0}},{"uid":"a404a97573d55037","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a404a97573d55037","status":"passed","time":{"start":1714415370291,"stop":1714415370291,"duration":0}},{"uid":"aad7b05781e1bf7c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aad7b05781e1bf7c","status":"passed","time":{"start":1714407592729,"stop":1714407592730,"duration":1}},{"uid":"1e14bf45d722cba8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1e14bf45d722cba8","status":"passed","time":{"start":1714406603016,"stop":1714406603016,"duration":0}},{"uid":"8a6ea4da9430ecf0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8a6ea4da9430ecf0","status":"passed","time":{"start":1714404403095,"stop":1714404403096,"duration":1}}]},"991fcaa4cbcd8a4b59a46072143bc8af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"290e43808b7f282e","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/290e43808b7f282e","status":"passed","time":{"start":1714169144257,"stop":1714169144257,"duration":0}}]},"7644eccb23ee7ea96b8db943b3919565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d5f7696a75b1d26","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/2d5f7696a75b1d26","status":"passed","time":{"start":1713976155902,"stop":1713976155902,"duration":0}}]},"64faffd5219849b44f42d31d15b1c4ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"debca05689a870cf","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/debca05689a870cf","status":"passed","time":{"start":1714384745710,"stop":1714384745711,"duration":1}}]},"d7bec746158536de6047f8545d0bbea9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec0817c138a66b28","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/ec0817c138a66b28","status":"passed","time":{"start":1714033672539,"stop":1714033672540,"duration":1}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"b75757847885d762","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b75757847885d762","status":"passed","time":{"start":1714454365883,"stop":1714454365883,"duration":0}},{"uid":"6ea896ad090bda39","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6ea896ad090bda39","status":"passed","time":{"start":1714435932823,"stop":1714435932824,"duration":1}},{"uid":"c5a478618bc79570","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c5a478618bc79570","status":"passed","time":{"start":1714435006843,"stop":1714435006844,"duration":1}},{"uid":"794966828db411","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/794966828db411","status":"passed","time":{"start":1714433693924,"stop":1714433693924,"duration":0}},{"uid":"a42bd5ee1d7d40b8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a42bd5ee1d7d40b8","status":"passed","time":{"start":1714431888547,"stop":1714431888547,"duration":0}},{"uid":"c1201fea9121c32","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c1201fea9121c32","status":"passed","time":{"start":1714432201978,"stop":1714432201978,"duration":0}},{"uid":"cfc8505ca8c2f1fc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cfc8505ca8c2f1fc","status":"passed","time":{"start":1714430892450,"stop":1714430892450,"duration":0}},{"uid":"f8d255fb7f5dcc67","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f8d255fb7f5dcc67","status":"passed","time":{"start":1714430720933,"stop":1714430720933,"duration":0}},{"uid":"fbf4126379fa932","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fbf4126379fa932","status":"passed","time":{"start":1714429855258,"stop":1714429855258,"duration":0}},{"uid":"2207dab0139df82","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2207dab0139df82","status":"passed","time":{"start":1714428989409,"stop":1714428989415,"duration":6}},{"uid":"dcf0ffd58d12a531","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dcf0ffd58d12a531","status":"passed","time":{"start":1714427767174,"stop":1714427767175,"duration":1}},{"uid":"bf175a5e54a3541d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bf175a5e54a3541d","status":"passed","time":{"start":1714427460521,"stop":1714427460521,"duration":0}},{"uid":"338e3bfa7c057f4e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/338e3bfa7c057f4e","status":"passed","time":{"start":1714426812802,"stop":1714426812802,"duration":0}},{"uid":"b391d97becadfb35","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b391d97becadfb35","status":"passed","time":{"start":1714425528583,"stop":1714425528584,"duration":1}},{"uid":"39b1ae9434855c77","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/39b1ae9434855c77","status":"passed","time":{"start":1714425301103,"stop":1714425301104,"duration":1}},{"uid":"7075d023dfaf0ef2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7075d023dfaf0ef2","status":"passed","time":{"start":1714415473260,"stop":1714415473261,"duration":1}},{"uid":"f94248deb9e1588b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f94248deb9e1588b","status":"passed","time":{"start":1714415615355,"stop":1714415615355,"duration":0}},{"uid":"c02beae0bba6c77e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c02beae0bba6c77e","status":"passed","time":{"start":1714407816863,"stop":1714407816863,"duration":0}},{"uid":"89bf6d932ba9cf20","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/89bf6d932ba9cf20","status":"passed","time":{"start":1714406861587,"stop":1714406861587,"duration":0}},{"uid":"a5e0b4645f2be4cc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a5e0b4645f2be4cc","status":"passed","time":{"start":1714404628273,"stop":1714404628274,"duration":1}}]},"3a3cb21fa197c45801352dc5a35abb45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a37500d3e670694c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a37500d3e670694c","status":"passed","time":{"start":1714453925065,"stop":1714453925065,"duration":0}},{"uid":"a1621f5665dd1a15","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a1621f5665dd1a15","status":"passed","time":{"start":1714435482973,"stop":1714435482973,"duration":0}},{"uid":"e7f152d64474deb1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e7f152d64474deb1","status":"passed","time":{"start":1714434552009,"stop":1714434552010,"duration":1}},{"uid":"8ec5029b5ab1083f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8ec5029b5ab1083f","status":"passed","time":{"start":1714433247034,"stop":1714433247034,"duration":0}},{"uid":"73983341e4b73cfd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/73983341e4b73cfd","status":"passed","time":{"start":1714431444754,"stop":1714431444754,"duration":0}},{"uid":"502380713e7166ef","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/502380713e7166ef","status":"passed","time":{"start":1714431708296,"stop":1714431708296,"duration":0}},{"uid":"1af8548feef39c98","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1af8548feef39c98","status":"passed","time":{"start":1714430430728,"stop":1714430430728,"duration":0}},{"uid":"67f72806b8abab46","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/67f72806b8abab46","status":"passed","time":{"start":1714430223186,"stop":1714430223187,"duration":1}},{"uid":"ede9bc94de92c49e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ede9bc94de92c49e","status":"passed","time":{"start":1714429383885,"stop":1714429383885,"duration":0}},{"uid":"650b9343d2e811a3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/650b9343d2e811a3","status":"passed","time":{"start":1714428528639,"stop":1714428528639,"duration":0}},{"uid":"726a467ceee18431","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/726a467ceee18431","status":"passed","time":{"start":1714427305990,"stop":1714427305990,"duration":0}},{"uid":"2342acb33d4e5ba6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2342acb33d4e5ba6","status":"passed","time":{"start":1714427007384,"stop":1714427007385,"duration":1}},{"uid":"485ba6f2744466ca","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/485ba6f2744466ca","status":"passed","time":{"start":1714426355975,"stop":1714426355975,"duration":0}},{"uid":"bfcc96ca38b84e28","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bfcc96ca38b84e28","status":"passed","time":{"start":1714424458788,"stop":1714424458789,"duration":1}},{"uid":"4b9d819b6e468c8f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4b9d819b6e468c8f","status":"passed","time":{"start":1714424849014,"stop":1714424849015,"duration":1}},{"uid":"a84a22bdd6b64d79","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a84a22bdd6b64d79","status":"passed","time":{"start":1714415001453,"stop":1714415001453,"duration":0}},{"uid":"d5e014f820cbcf66","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d5e014f820cbcf66","status":"passed","time":{"start":1714415154927,"stop":1714415154927,"duration":0}},{"uid":"f1e8e6c4982bb828","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f1e8e6c4982bb828","status":"passed","time":{"start":1714407362052,"stop":1714407362052,"duration":0}},{"uid":"5f040004a03f1d15","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5f040004a03f1d15","status":"passed","time":{"start":1714406389345,"stop":1714406389345,"duration":0}},{"uid":"cdfe413d4aea6736","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cdfe413d4aea6736","status":"passed","time":{"start":1714404179183,"stop":1714404179183,"duration":0}}]},"b564052ddc8d1a447e2911fd1ded75a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"485f036ca4e7e950","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/485f036ca4e7e950","status":"passed","time":{"start":1714386585865,"stop":1714386585866,"duration":1}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f3e8683d8c910fb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f3e8683d8c910fb","status":"passed","time":{"start":1714453932708,"stop":1714453932709,"duration":1}},{"uid":"92d07ca90d6fd737","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/92d07ca90d6fd737","status":"passed","time":{"start":1714435490587,"stop":1714435490587,"duration":0}},{"uid":"c4170be1f812603c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c4170be1f812603c","status":"passed","time":{"start":1714434559564,"stop":1714434559566,"duration":2}},{"uid":"f6bff5b67521084d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f6bff5b67521084d","status":"passed","time":{"start":1714433254661,"stop":1714433254662,"duration":1}},{"uid":"1a9d810aa05791f9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1a9d810aa05791f9","status":"passed","time":{"start":1714431452650,"stop":1714431452650,"duration":0}},{"uid":"bd8a344888fd3f0d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bd8a344888fd3f0d","status":"passed","time":{"start":1714431716077,"stop":1714431716077,"duration":0}},{"uid":"b36a14ef7bb91039","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b36a14ef7bb91039","status":"passed","time":{"start":1714430438504,"stop":1714430438505,"duration":1}},{"uid":"52eb74edb75382f2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/52eb74edb75382f2","status":"passed","time":{"start":1714430230967,"stop":1714430230967,"duration":0}},{"uid":"db66b329412c6e9b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/db66b329412c6e9b","status":"passed","time":{"start":1714429392681,"stop":1714429392681,"duration":0}},{"uid":"48a777d78f9cd652","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/48a777d78f9cd652","status":"passed","time":{"start":1714428536303,"stop":1714428536303,"duration":0}},{"uid":"1ee4b61570dd3935","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1ee4b61570dd3935","status":"passed","time":{"start":1714427313739,"stop":1714427313740,"duration":1}},{"uid":"632849c58330bd5c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/632849c58330bd5c","status":"passed","time":{"start":1714427015241,"stop":1714427015242,"duration":1}},{"uid":"b212a4a346c25025","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b212a4a346c25025","status":"passed","time":{"start":1714426364079,"stop":1714426364080,"duration":1}},{"uid":"78a07d0b225bada7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/78a07d0b225bada7","status":"passed","time":{"start":1714424466613,"stop":1714424466614,"duration":1}},{"uid":"75293a7fc6e55361","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/75293a7fc6e55361","status":"passed","time":{"start":1714424856926,"stop":1714424856927,"duration":1}},{"uid":"1c4bc58a1b36e364","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1c4bc58a1b36e364","status":"passed","time":{"start":1714415009491,"stop":1714415009491,"duration":0}},{"uid":"4a462d5ddc839f66","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4a462d5ddc839f66","status":"passed","time":{"start":1714415162810,"stop":1714415162811,"duration":1}},{"uid":"28987b2ac627d842","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/28987b2ac627d842","status":"passed","time":{"start":1714407369930,"stop":1714407369931,"duration":1}},{"uid":"4b2ed10dc1a2f007","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4b2ed10dc1a2f007","status":"passed","time":{"start":1714406397064,"stop":1714406397064,"duration":0}},{"uid":"12596ac911f53335","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/12596ac911f53335","status":"passed","time":{"start":1714404187040,"stop":1714404187041,"duration":1}}]},"7004cff0180ece3b4310bb9bff254ad7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57a10e27a946b8a1","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/57a10e27a946b8a1","status":"passed","time":{"start":1714087126240,"stop":1714087126240,"duration":0}}]},"5856f5afa3b704cf0f0615e1f85ec253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7666e09f86977fac","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/7666e09f86977fac","status":"passed","time":{"start":1713982644341,"stop":1713982644341,"duration":0}}]},"5af8a3c586b36a65aa6832c045605c12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"231668eab2a1e1f2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/231668eab2a1e1f2","status":"passed","time":{"start":1714404403096,"stop":1714404403097,"duration":1}}]},"5390dee57048238672b7ac3e1db00a9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ba8c46b2090a4d2","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/2ba8c46b2090a4d2","status":"passed","time":{"start":1714214810765,"stop":1714214810765,"duration":0}}]},"646e09ef8201313e68e4476da7b7ff75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c05b8293f7e673e","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/9c05b8293f7e673e","status":"passed","time":{"start":1714007722367,"stop":1714007722367,"duration":0}}]},"cf101409cf7f919f932f914fa5203536:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a04b97d6db59ff3","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/4a04b97d6db59ff3","status":"passed","time":{"start":1714033761818,"stop":1714033761818,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":83,"unknown":0,"total":86},"items":[{"uid":"22adbb8becab1e01","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22adbb8becab1e01","status":"passed","time":{"start":1714454605548,"stop":1714454605549,"duration":1}},{"uid":"3dda2a48966d27e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3dda2a48966d27e","status":"passed","time":{"start":1714436158731,"stop":1714436158731,"duration":0}},{"uid":"cda93d1bdcb9a9ee","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cda93d1bdcb9a9ee","status":"passed","time":{"start":1714435237020,"stop":1714435237020,"duration":0}},{"uid":"caf1d7251bbeb3fc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/caf1d7251bbeb3fc","status":"passed","time":{"start":1714433925104,"stop":1714433925104,"duration":0}},{"uid":"2acec14e1c522ecb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2acec14e1c522ecb","status":"passed","time":{"start":1714432132890,"stop":1714432132890,"duration":0}},{"uid":"d8d2192652d861b8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d8d2192652d861b8","status":"passed","time":{"start":1714432392982,"stop":1714432392983,"duration":1}},{"uid":"3aa8e8ef4f6afbc8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3aa8e8ef4f6afbc8","status":"passed","time":{"start":1714431131890,"stop":1714431131891,"duration":1}},{"uid":"a1f0ea626846df28","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a1f0ea626846df28","status":"passed","time":{"start":1714430918787,"stop":1714430918787,"duration":0}},{"uid":"55a6349ca11cc7cc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/55a6349ca11cc7cc","status":"passed","time":{"start":1714430104208,"stop":1714430104208,"duration":0}},{"uid":"ec88a786fb2d52ca","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ec88a786fb2d52ca","status":"passed","time":{"start":1714429213875,"stop":1714429213875,"duration":0}},{"uid":"d0c24e0d6acc6800","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d0c24e0d6acc6800","status":"passed","time":{"start":1714427999032,"stop":1714427999032,"duration":0}},{"uid":"f18f37279a7f9084","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f18f37279a7f9084","status":"passed","time":{"start":1714427702226,"stop":1714427702226,"duration":0}},{"uid":"6d1b70a618eadb26","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6d1b70a618eadb26","status":"passed","time":{"start":1714427044026,"stop":1714427044026,"duration":0}},{"uid":"69316d0be9c524a2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/69316d0be9c524a2","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699082,"stop":1714426699082,"duration":0}},{"uid":"8d2f96e47dfec958","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8d2f96e47dfec958","status":"passed","time":{"start":1714425534890,"stop":1714425534890,"duration":0}},{"uid":"6aebacd0ec283f1f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6aebacd0ec283f1f","status":"passed","time":{"start":1714415702291,"stop":1714415702291,"duration":0}},{"uid":"ed856c417bc1237a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ed856c417bc1237a","status":"passed","time":{"start":1714415850499,"stop":1714415850499,"duration":0}},{"uid":"c3d1d1e0e6e61d99","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c3d1d1e0e6e61d99","status":"passed","time":{"start":1714408049947,"stop":1714408049947,"duration":0}},{"uid":"b14effe632e964ff","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b14effe632e964ff","status":"passed","time":{"start":1714407080670,"stop":1714407080671,"duration":1}},{"uid":"a83704cc1094859b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a83704cc1094859b","status":"passed","time":{"start":1714404860587,"stop":1714404860587,"duration":0}}]},"acdf6395fc373b7d4527fa8feacbcec9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"719b59fed1530144","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/719b59fed1530144","status":"passed","time":{"start":1714080464426,"stop":1714080464426,"duration":0}}]},"7ec4b6735f92eba1f09e194e949843f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f5cc6e72f612f55","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2f5cc6e72f612f55","status":"passed","time":{"start":1714383490730,"stop":1714383490730,"duration":0}}]},"231e04039bbee0dab704255d78781d72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d78c82de30242b9d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/d78c82de30242b9d","status":"passed","time":{"start":1714383168060,"stop":1714383168060,"duration":0}}]},"183b0b51c3d57525a899f1665fd401d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a21e3c6fed587ae1","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/a21e3c6fed587ae1","status":"passed","time":{"start":1714033775465,"stop":1714033775466,"duration":1}}]},"39ebb1e21fc46fbba31a69451a6478c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a1b5fe48019b5a3","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/7a1b5fe48019b5a3","status":"passed","time":{"start":1714262254739,"stop":1714262254739,"duration":0}}]},"a51b2923c5656350b5f8b8aef6d651e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a3b23a4d69546ab","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7a3b23a4d69546ab","status":"passed","time":{"start":1714425301150,"stop":1714425301156,"duration":6}}]},"82bca5d0a249d4f052978ab8339ce60d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c962d880eadc28f","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/6c962d880eadc28f","status":"passed","time":{"start":1713889447091,"stop":1713889447091,"duration":0}}]},"73e0d363da2daa2d1a24eea548ce8ff2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c546f3bf5369251b","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/c546f3bf5369251b","status":"passed","time":{"start":1714045859266,"stop":1714045859266,"duration":0}}]},"2c857980bbbcd1ba59ca6c65618234b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"fb253dde6ac9a41d","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/fb253dde6ac9a41d","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713998139039,"stop":1713998139039,"duration":0}}]},"0b0810a34a0e9f2a0267990f50ae841e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e3d75be66200835","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e3d75be66200835","status":"passed","time":{"start":1714453925080,"stop":1714453925080,"duration":0}},{"uid":"f8ff577e92ff41ec","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f8ff577e92ff41ec","status":"passed","time":{"start":1714435482988,"stop":1714435482988,"duration":0}},{"uid":"f80642cb4f7a781a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f80642cb4f7a781a","status":"passed","time":{"start":1714434552025,"stop":1714434552025,"duration":0}},{"uid":"c4706f7c82f4ef90","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c4706f7c82f4ef90","status":"passed","time":{"start":1714433247049,"stop":1714433247049,"duration":0}},{"uid":"c10b878516561377","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c10b878516561377","status":"passed","time":{"start":1714431444772,"stop":1714431444772,"duration":0}},{"uid":"b3bbdcee9ef1bf19","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b3bbdcee9ef1bf19","status":"passed","time":{"start":1714431708312,"stop":1714431708313,"duration":1}},{"uid":"f80fc6fad2d13fe3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f80fc6fad2d13fe3","status":"passed","time":{"start":1714430430743,"stop":1714430430743,"duration":0}},{"uid":"f4c20be1e626ea27","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f4c20be1e626ea27","status":"passed","time":{"start":1714430223199,"stop":1714430223199,"duration":0}},{"uid":"e2a5fd4e317d2d2e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e2a5fd4e317d2d2e","status":"passed","time":{"start":1714429383902,"stop":1714429383902,"duration":0}},{"uid":"4a5e5daaeaf401fc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4a5e5daaeaf401fc","status":"passed","time":{"start":1714428528655,"stop":1714428528655,"duration":0}},{"uid":"974ebb30b3ed527e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/974ebb30b3ed527e","status":"passed","time":{"start":1714427306004,"stop":1714427306004,"duration":0}},{"uid":"637d61a7d05951fc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/637d61a7d05951fc","status":"passed","time":{"start":1714427007396,"stop":1714427007396,"duration":0}},{"uid":"114d36e9f2b3479e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/114d36e9f2b3479e","status":"passed","time":{"start":1714426355992,"stop":1714426355992,"duration":0}},{"uid":"7a9dde52a0885821","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7a9dde52a0885821","status":"passed","time":{"start":1714424458806,"stop":1714424458806,"duration":0}},{"uid":"84a11915762a0943","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/84a11915762a0943","status":"passed","time":{"start":1714424849044,"stop":1714424849044,"duration":0}},{"uid":"90dec694d094ffac","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/90dec694d094ffac","status":"passed","time":{"start":1714415001469,"stop":1714415001469,"duration":0}},{"uid":"77a81365f65b47cf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/77a81365f65b47cf","status":"passed","time":{"start":1714415154946,"stop":1714415154946,"duration":0}},{"uid":"22e2975a2da613e1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/22e2975a2da613e1","status":"passed","time":{"start":1714407362067,"stop":1714407362068,"duration":1}},{"uid":"89ff99736e504ec3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/89ff99736e504ec3","status":"passed","time":{"start":1714406389361,"stop":1714406389361,"duration":0}},{"uid":"be478c67a8dec4fa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/be478c67a8dec4fa","status":"passed","time":{"start":1714404179201,"stop":1714404179201,"duration":0}}]},"d621b18aab3033951559141a9f11de77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c18d5894f2767562","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/c18d5894f2767562","status":"passed","time":{"start":1714087126237,"stop":1714087126237,"duration":0}}]},"44a12749e183152622524840bce518ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"117267e040551b61","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/117267e040551b61","status":"passed","time":{"start":1714383536790,"stop":1714383536791,"duration":1}}]},"399400b03ae09078a85dbb61d7908c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26b362cc8c51ebd7","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/26b362cc8c51ebd7","status":"passed","time":{"start":1714046060134,"stop":1714046060134,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"655884fd8b8ad3fd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/655884fd8b8ad3fd","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"duration":0}},{"uid":"e14ffa4d1a5c65cb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e14ffa4d1a5c65cb","status":"passed","time":{"start":1714435990622,"stop":1714435990622,"duration":0}},{"uid":"a3a68e49fbc2921c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a3a68e49fbc2921c","status":"passed","time":{"start":1714435062610,"stop":1714435062610,"duration":0}},{"uid":"fa01aec11f2909f4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fa01aec11f2909f4","status":"passed","time":{"start":1714433747840,"stop":1714433747841,"duration":1}},{"uid":"eb15dbcd3a39158b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/eb15dbcd3a39158b","status":"passed","time":{"start":1714431959180,"stop":1714431959180,"duration":0}},{"uid":"2a77d43b7e2ac9d6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2a77d43b7e2ac9d6","status":"passed","time":{"start":1714432238340,"stop":1714432238341,"duration":1}},{"uid":"5c1679b4a0e7420f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5c1679b4a0e7420f","status":"passed","time":{"start":1714430946040,"stop":1714430946041,"duration":1}},{"uid":"6852681392611f9a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6852681392611f9a","status":"passed","time":{"start":1714430757772,"stop":1714430757772,"duration":0}},{"uid":"774d45d6f8ead914","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/774d45d6f8ead914","status":"passed","time":{"start":1714429917773,"stop":1714429917774,"duration":1}},{"uid":"eb37d16eed883a1b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eb37d16eed883a1b","status":"passed","time":{"start":1714429038415,"stop":1714429038415,"duration":0}},{"uid":"ba246bf3dac116a4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ba246bf3dac116a4","status":"passed","time":{"start":1714427794302,"stop":1714427794302,"duration":0}},{"uid":"6d446ae433de5abb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6d446ae433de5abb","status":"passed","time":{"start":1714427517454,"stop":1714427517454,"duration":0}},{"uid":"491c44cac6194a20","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/491c44cac6194a20","status":"passed","time":{"start":1714426868579,"stop":1714426868579,"duration":0}},{"uid":"6b17d81c4d4dc651","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6b17d81c4d4dc651","status":"passed","time":{"start":1714425555001,"stop":1714425555001,"duration":0}},{"uid":"dfdd1f7c81c5d12","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dfdd1f7c81c5d12","status":"passed","time":{"start":1714425349860,"stop":1714425349876,"duration":16}},{"uid":"e60fb748699c2eb8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e60fb748699c2eb8","status":"passed","time":{"start":1714415539975,"stop":1714415539975,"duration":0}},{"uid":"42253a6139a3719b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/42253a6139a3719b","status":"passed","time":{"start":1714415671314,"stop":1714415671314,"duration":0}},{"uid":"cd70b55c5a0ad679","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cd70b55c5a0ad679","status":"passed","time":{"start":1714407878079,"stop":1714407878079,"duration":0}},{"uid":"e6e4f0fb26efb094","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e6e4f0fb26efb094","status":"passed","time":{"start":1714406907373,"stop":1714406907373,"duration":0}},{"uid":"9258d455cc58e418","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9258d455cc58e418","status":"passed","time":{"start":1714404685456,"stop":1714404685456,"duration":0}}]},"1a3a85c9bd7cfc515b973b95d1a17e3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7386f3f5f8e2fbe7","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/7386f3f5f8e2fbe7","status":"passed","time":{"start":1714087126239,"stop":1714087126239,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"b4ef28de9cffb070","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b4ef28de9cffb070","status":"passed","time":{"start":1714454133717,"stop":1714454133734,"duration":17}},{"uid":"9974d3a4b8a41fc8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9974d3a4b8a41fc8","status":"passed","time":{"start":1714435697055,"stop":1714435697055,"duration":0}},{"uid":"6e683d7388f504bd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6e683d7388f504bd","status":"passed","time":{"start":1714434777697,"stop":1714434777697,"duration":0}},{"uid":"ab8e5331818c00d2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ab8e5331818c00d2","status":"passed","time":{"start":1714433468574,"stop":1714433468574,"duration":0}},{"uid":"e4dbdde1b2a205b3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e4dbdde1b2a205b3","status":"passed","time":{"start":1714431659890,"stop":1714431659890,"duration":0}},{"uid":"ac91ca147e96b86e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ac91ca147e96b86e","status":"passed","time":{"start":1714431917001,"stop":1714431917001,"duration":0}},{"uid":"12e289816a56e528","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/12e289816a56e528","status":"passed","time":{"start":1714430652866,"stop":1714430652866,"duration":0}},{"uid":"bca810c9b9715de6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bca810c9b9715de6","status":"passed","time":{"start":1714430439927,"stop":1714430439927,"duration":0}},{"uid":"53fef281c6927574","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/53fef281c6927574","status":"passed","time":{"start":1714429618760,"stop":1714429618760,"duration":0}},{"uid":"bec6e18ec7871077","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bec6e18ec7871077","status":"passed","time":{"start":1714428758231,"stop":1714428758231,"duration":0}},{"uid":"bdd5c4f8bf036bb0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bdd5c4f8bf036bb0","status":"passed","time":{"start":1714427532031,"stop":1714427532031,"duration":0}},{"uid":"5f826709bdab4adc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5f826709bdab4adc","status":"passed","time":{"start":1714427233646,"stop":1714427233646,"duration":0}},{"uid":"98723eaf41ef2cfc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/98723eaf41ef2cfc","status":"passed","time":{"start":1714426576820,"stop":1714426576820,"duration":0}},{"uid":"e74b9c644051a258","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e74b9c644051a258","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311915,"stop":1714425311916,"duration":1}},{"uid":"564ef85c79c12761","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/564ef85c79c12761","status":"passed","time":{"start":1714425068138,"stop":1714425068139,"duration":1}},{"uid":"a51049184bdc248d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a51049184bdc248d","status":"passed","time":{"start":1714415236744,"stop":1714415236744,"duration":0}},{"uid":"1ba3d002fad6587","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1ba3d002fad6587","status":"passed","time":{"start":1714415370282,"stop":1714415370283,"duration":1}},{"uid":"c3fc333cb4544e71","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c3fc333cb4544e71","status":"passed","time":{"start":1714407592718,"stop":1714407592719,"duration":1}},{"uid":"c22ff1862761418b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c22ff1862761418b","status":"passed","time":{"start":1714406603008,"stop":1714406603009,"duration":1}},{"uid":"5408182c50ec4066","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5408182c50ec4066","status":"passed","time":{"start":1714404403078,"stop":1714404403079,"duration":1}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"4dd0362e2086d317","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4dd0362e2086d317","status":"passed","time":{"start":1714454507915,"stop":1714454507916,"duration":1}},{"uid":"fc1d972e176ff2c5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fc1d972e176ff2c5","status":"passed","time":{"start":1714436048763,"stop":1714436048764,"duration":1}},{"uid":"300e4bae5261464","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/300e4bae5261464","status":"passed","time":{"start":1714435155788,"stop":1714435155789,"duration":1}},{"uid":"bc84811d205ab020","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bc84811d205ab020","status":"passed","time":{"start":1714433815803,"stop":1714433815803,"duration":0}},{"uid":"49c58a3b664b849b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/49c58a3b664b849b","status":"passed","time":{"start":1714432025732,"stop":1714432025732,"duration":0}},{"uid":"7726a1d562673a9c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7726a1d562673a9c","status":"passed","time":{"start":1714432319361,"stop":1714432319361,"duration":0}},{"uid":"c1162667139d6774","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c1162667139d6774","status":"passed","time":{"start":1714431035254,"stop":1714431035254,"duration":0}},{"uid":"3a218cd502dec229","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3a218cd502dec229","status":"passed","time":{"start":1714430851130,"stop":1714430851130,"duration":0}},{"uid":"65df983a1beaaa4e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/65df983a1beaaa4e","status":"passed","time":{"start":1714429998327,"stop":1714429998327,"duration":0}},{"uid":"4f17564b7e352bc1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4f17564b7e352bc1","status":"passed","time":{"start":1714429123422,"stop":1714429123422,"duration":0}},{"uid":"e66c09b449236f49","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e66c09b449236f49","status":"passed","time":{"start":1714427908766,"stop":1714427908766,"duration":0}},{"uid":"1b0606819465eeec","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1b0606819465eeec","status":"passed","time":{"start":1714427590264,"stop":1714427590264,"duration":0}},{"uid":"9f2ff99b4c999413","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9f2ff99b4c999413","status":"passed","time":{"start":1714426950367,"stop":1714426950368,"duration":1}},{"uid":"424c1445c753ad58","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/424c1445c753ad58","status":"passed","time":{"start":1714425413042,"stop":1714425413042,"duration":0}},{"uid":"14d6f690f5f7d55","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/14d6f690f5f7d55","status":"passed","time":{"start":1714425435632,"stop":1714425435633,"duration":1}},{"uid":"31835ca0e92d215c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/31835ca0e92d215c","status":"passed","time":{"start":1714415590180,"stop":1714415590180,"duration":0}},{"uid":"aad48a210fdb027e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/aad48a210fdb027e","status":"passed","time":{"start":1714415739344,"stop":1714415739344,"duration":0}},{"uid":"b6f8335014c4d272","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b6f8335014c4d272","status":"passed","time":{"start":1714407950147,"stop":1714407950147,"duration":0}},{"uid":"26e0804c3ab34ae1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/26e0804c3ab34ae1","status":"passed","time":{"start":1714406978501,"stop":1714406978502,"duration":1}},{"uid":"fefc3dde55552872","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fefc3dde55552872","status":"passed","time":{"start":1714404752168,"stop":1714404752168,"duration":0}}]},"199ccb90564c9e65875476e92e9ac9e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1062bfc34ef86715","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1062bfc34ef86715","status":"passed","time":{"start":1714382918287,"stop":1714382918287,"duration":0}}]},"3693df7e17d09b86729ef1a6eea423f3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e057b997ef54e28","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/e057b997ef54e28","status":"passed","time":{"start":1714130857757,"stop":1714130857757,"duration":0}}]},"050ee169e5f1f68ae6a03b492b1f1ad8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8cedc49bc6ccd5f","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/f8cedc49bc6ccd5f","status":"passed","time":{"start":1714214757452,"stop":1714214757453,"duration":1}}]},"d6d73afeb5573950dd88f1f799379ddf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f898189c3e63e9a","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/6f898189c3e63e9a","status":"passed","time":{"start":1714046117303,"stop":1714046117303,"duration":0}}]},"b66f233cf1d3b8d0b2b0afc64993ff8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1c3ee96642ac414c","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/1c3ee96642ac414c","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714087900424,"stop":1714087900424,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"610eb8a6f3d1bbde","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/610eb8a6f3d1bbde","status":"passed","time":{"start":1714453985445,"stop":1714453985445,"duration":0}},{"uid":"9ee0066489beafb9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9ee0066489beafb9","status":"passed","time":{"start":1714435542751,"stop":1714435542752,"duration":1}},{"uid":"9ff2508c89993b16","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9ff2508c89993b16","status":"passed","time":{"start":1714434612760,"stop":1714434612760,"duration":0}},{"uid":"d7b70cc8b8bf3cbb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d7b70cc8b8bf3cbb","status":"passed","time":{"start":1714433308177,"stop":1714433308178,"duration":1}},{"uid":"f68744ea003098ff","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f68744ea003098ff","status":"passed","time":{"start":1714431506872,"stop":1714431506872,"duration":0}},{"uid":"850ecbe8bee2e5f7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/850ecbe8bee2e5f7","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/enr.node.spec.ts)","time":{"start":1714432105413,"stop":1714432105413,"duration":0}},{"uid":"224f9b763661e20f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/224f9b763661e20f","status":"passed","time":{"start":1714430492850,"stop":1714430492851,"duration":1}},{"uid":"209ac4a899073c9c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/209ac4a899073c9c","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/enr.node.spec.ts)","time":{"start":1714430622333,"stop":1714430622333,"duration":0}},{"uid":"e7f9902fb251ec8d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e7f9902fb251ec8d","status":"passed","time":{"start":1714429449943,"stop":1714429449944,"duration":1}},{"uid":"56934f098c0da3e9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/56934f098c0da3e9","status":"passed","time":{"start":1714428589523,"stop":1714428589524,"duration":1}},{"uid":"1483b613a525217d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1483b613a525217d","status":"passed","time":{"start":1714427369118,"stop":1714427369118,"duration":0}},{"uid":"e537248e53abc9e2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e537248e53abc9e2","status":"passed","time":{"start":1714427069472,"stop":1714427069476,"duration":4}},{"uid":"d01483dd4ca2e0f0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d01483dd4ca2e0f0","status":"passed","time":{"start":1714426418557,"stop":1714426418557,"duration":0}},{"uid":"4e1e41f243ea5c67","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4e1e41f243ea5c67","status":"passed","time":{"start":1714424519596,"stop":1714424519596,"duration":0}},{"uid":"4355673ecae8f019","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4355673ecae8f019","status":"passed","time":{"start":1714424910637,"stop":1714424910637,"duration":0}},{"uid":"5df0f3379d6f667","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5df0f3379d6f667","status":"passed","time":{"start":1714415063341,"stop":1714415063342,"duration":1}},{"uid":"6a526592d6057365","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6a526592d6057365","status":"passed","time":{"start":1714415216630,"stop":1714415216631,"duration":1}},{"uid":"e025d1404d8fa26c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e025d1404d8fa26c","status":"passed","time":{"start":1714407423287,"stop":1714407423287,"duration":0}},{"uid":"1d087a97f2fe0818","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1d087a97f2fe0818","status":"passed","time":{"start":1714406451751,"stop":1714406451751,"duration":0}},{"uid":"891e957005d1191b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/891e957005d1191b","status":"passed","time":{"start":1714404241575,"stop":1714404241576,"duration":1}}]},"33a4f464db9ad2d200733a2c2499490d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"483da2db54718e07","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/483da2db54718e07","status":"passed","time":{"start":1713977433092,"stop":1713977433092,"duration":0}}]},"3eb1430e8a96443c0a0f37da612c4aef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"689d2c4de0bdccd1","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/689d2c4de0bdccd1","status":"passed","time":{"start":1714139928168,"stop":1714139928168,"duration":0}}]},"5f2b25c2044978eb485b174335bb4381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8eb3c463c58eacd","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/8eb3c463c58eacd","status":"passed","time":{"start":1714404137295,"stop":1714404137296,"duration":1}}]},"6a6729cef29a57be1af09fe6e12660d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a53fd15801bbf991","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/a53fd15801bbf991","status":"passed","time":{"start":1714114012081,"stop":1714114012081,"duration":0}}]},"45be8b80ecf481e49fdb08f2c5bb8f11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6c0fc6e00b3cab7","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/a6c0fc6e00b3cab7","status":"passed","time":{"start":1714383300546,"stop":1714383300546,"duration":0}}]},"7094925166da08588596c9985eb529f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"796a6ea49e3a51c3","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/796a6ea49e3a51c3","status":"passed","time":{"start":1713982981146,"stop":1713982981147,"duration":1}}]},"c8c206c0f6db4fce2bb10573ddd3e5cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65b92a776d8dd6ba","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/65b92a776d8dd6ba","status":"passed","time":{"start":1714219200735,"stop":1714219200735,"duration":0}}]},"e05d344a72e1b676685c884402be049b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40569fff43002a36","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/40569fff43002a36","status":"passed","time":{"start":1714123425563,"stop":1714123425563,"duration":0}}]},"b77bfce740667cf3c65502cd65159ce3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a610353e9b87ab40","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/a610353e9b87ab40","status":"passed","time":{"start":1714177936105,"stop":1714177936106,"duration":1}}]},"30728882b2a0518e4d67c76100d6bc8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4f8f028a8f74247","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/c4f8f028a8f74247","status":"passed","time":{"start":1714384759609,"stop":1714384759609,"duration":0}}]},"7e505ebe41d29cd00022506f645dc6d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d088f5f6f905e364","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/d088f5f6f905e364","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714139986147,"stop":1714139986147,"duration":0}}]},"c85c08e16b8feeef30e7cec2e9d75f53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d26c0cdf9b587c32","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d26c0cdf9b587c32","status":"passed","time":{"start":1714425369969,"stop":1714425369969,"duration":0}}]},"fdc254fd4944dbf148ff8ac11d62d9cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37391ab993a9cfa","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/37391ab993a9cfa","status":"passed","time":{"start":1714178248448,"stop":1714178248449,"duration":1}}]},"c9d274859cfacb9edb86c97273e90f2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f8cacb55db0f59c2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f8cacb55db0f59c2","status":"passed","time":{"start":1714435051945,"stop":1714435051946,"duration":1}}]},"367707a8e00f1ddf9499596c58c1a2a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c98b6657e0f9062c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c98b6657e0f9062c","status":"passed","time":{"start":1714407938512,"stop":1714407938512,"duration":0}}]},"488efb8bfa28797654e57f08e3f6ad73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e8057a7ae939239e","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/e8057a7ae939239e","status":"passed","time":{"start":1713976908375,"stop":1713976908376,"duration":1}}]},"b98052ccfbac6f65d1f677b93841772e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a01b455bbc90d8e5","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a01b455bbc90d8e5","status":"passed","time":{"start":1714297352591,"stop":1714297352591,"duration":0}}]},"646a9b3205e606f05f89a1361a9139e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"177e7d0aac37a70d","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/177e7d0aac37a70d","status":"passed","time":{"start":1713987354769,"stop":1713987354769,"duration":0}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8d60fca85892100c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8d60fca85892100c","status":"passed","time":{"start":1714453958693,"stop":1714453958694,"duration":1}},{"uid":"2e4e7d7de576f705","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2e4e7d7de576f705","status":"passed","time":{"start":1714435517238,"stop":1714435517238,"duration":0}},{"uid":"cc9c7530db497e63","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cc9c7530db497e63","status":"passed","time":{"start":1714434586480,"stop":1714434586481,"duration":1}},{"uid":"350a17b93adcc386","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/350a17b93adcc386","status":"passed","time":{"start":1714433281357,"stop":1714433281357,"duration":0}},{"uid":"873ab136942b00d8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/873ab136942b00d8","status":"passed","time":{"start":1714431478908,"stop":1714431478909,"duration":1}},{"uid":"7978458fdcf0ee42","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7978458fdcf0ee42","status":"passed","time":{"start":1714431742833,"stop":1714431742834,"duration":1}},{"uid":"fee6b0cb96e5aeb0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fee6b0cb96e5aeb0","status":"passed","time":{"start":1714430465900,"stop":1714430465901,"duration":1}},{"uid":"148330c3b0c4b525","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/148330c3b0c4b525","status":"passed","time":{"start":1714430257493,"stop":1714430257494,"duration":1}},{"uid":"42f3d57f30516062","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/42f3d57f30516062","status":"passed","time":{"start":1714429421697,"stop":1714429421698,"duration":1}},{"uid":"f8d6d813b3fcb62e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f8d6d813b3fcb62e","status":"passed","time":{"start":1714428563329,"stop":1714428563329,"duration":0}},{"uid":"84c1f05c93e1c50b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/84c1f05c93e1c50b","status":"passed","time":{"start":1714427341188,"stop":1714427341188,"duration":0}},{"uid":"6753cc1544031acb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6753cc1544031acb","status":"passed","time":{"start":1714427042066,"stop":1714427042066,"duration":0}},{"uid":"7c18015ee38ba612","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7c18015ee38ba612","status":"passed","time":{"start":1714426391361,"stop":1714426391361,"duration":0}},{"uid":"5cba87fc9c3664a8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5cba87fc9c3664a8","status":"passed","time":{"start":1714424493347,"stop":1714424493348,"duration":1}},{"uid":"3e49f21d10c17efb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3e49f21d10c17efb","status":"passed","time":{"start":1714424883948,"stop":1714424883949,"duration":1}},{"uid":"97203d16b8c325a4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/97203d16b8c325a4","status":"passed","time":{"start":1714415036734,"stop":1714415036734,"duration":0}},{"uid":"d75d63aaa0157ae0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d75d63aaa0157ae0","status":"passed","time":{"start":1714415189546,"stop":1714415189547,"duration":1}},{"uid":"da398ef29f880e08","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/da398ef29f880e08","status":"passed","time":{"start":1714407396921,"stop":1714407396921,"duration":0}},{"uid":"577d3114ee4dc20b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/577d3114ee4dc20b","status":"passed","time":{"start":1714406424274,"stop":1714406424274,"duration":0}},{"uid":"2c15c737cd109f76","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2c15c737cd109f76","status":"passed","time":{"start":1714404214005,"stop":1714404214005,"duration":0}}]},"6357f61bfcfda599e7239e3bcb867370:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5431522302a6683c","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/5431522302a6683c","status":"passed","time":{"start":1713982922481,"stop":1713982922481,"duration":0}}]},"4ce660379f5d5d3c82d4a53529ba4433:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97c1fd339b12f282","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/97c1fd339b12f282","status":"passed","time":{"start":1714087126239,"stop":1714087126239,"duration":0}}]},"da70e350d338b8c78de5b783193b4d0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"492688235fb1f839","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/492688235fb1f839","status":"passed","time":{"start":1714040336334,"stop":1714040336335,"duration":1}}]},"a645d5a6f7083216b6d1a2a8b2e98fdd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f975cbb6e183b25","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7f975cbb6e183b25","status":"passed","time":{"start":1714404232323,"stop":1714404232323,"duration":0}}]},"a2cbaa5dd740f221be6b07d1bd5d0ce1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"b84df16735a00a4f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b84df16735a00a4f","status":"passed","time":{"start":1714453925067,"stop":1714453925067,"duration":0}},{"uid":"1470f0f737614eab","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1470f0f737614eab","status":"passed","time":{"start":1714435482975,"stop":1714435482976,"duration":1}},{"uid":"104f42a031b3c41c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/104f42a031b3c41c","status":"passed","time":{"start":1714434552012,"stop":1714434552012,"duration":0}},{"uid":"95ffbe957dfb529b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/95ffbe957dfb529b","status":"passed","time":{"start":1714433247036,"stop":1714433247036,"duration":0}},{"uid":"97f94aa22202e27","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/97f94aa22202e27","status":"passed","time":{"start":1714431444758,"stop":1714431444759,"duration":1}},{"uid":"c412f4290ca0d0e9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c412f4290ca0d0e9","status":"passed","time":{"start":1714431708298,"stop":1714431708298,"duration":0}},{"uid":"7eda0ef6806bb925","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7eda0ef6806bb925","status":"passed","time":{"start":1714430430730,"stop":1714430430730,"duration":0}},{"uid":"d6f80d78e6a1ff7c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d6f80d78e6a1ff7c","status":"passed","time":{"start":1714430223188,"stop":1714430223188,"duration":0}},{"uid":"be867962e1f6a2bf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/be867962e1f6a2bf","status":"passed","time":{"start":1714429383887,"stop":1714429383887,"duration":0}},{"uid":"ae6a8374801bfb46","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ae6a8374801bfb46","status":"passed","time":{"start":1714428528641,"stop":1714428528641,"duration":0}},{"uid":"8a0dd318333a5523","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8a0dd318333a5523","status":"passed","time":{"start":1714427305992,"stop":1714427305992,"duration":0}},{"uid":"1ea75971efdd8f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1ea75971efdd8f","status":"passed","time":{"start":1714427007386,"stop":1714427007386,"duration":0}},{"uid":"f1dc8f37fafd2e24","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f1dc8f37fafd2e24","status":"passed","time":{"start":1714426355977,"stop":1714426355978,"duration":1}},{"uid":"ab8db8153bdce2a1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ab8db8153bdce2a1","status":"passed","time":{"start":1714424458791,"stop":1714424458791,"duration":0}},{"uid":"3930351090fb4f56","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3930351090fb4f56","status":"passed","time":{"start":1714424849016,"stop":1714424849017,"duration":1}},{"uid":"49c612dd517179cf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/49c612dd517179cf","status":"passed","time":{"start":1714415001455,"stop":1714415001456,"duration":1}},{"uid":"b452a79b453972e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b452a79b453972e","status":"passed","time":{"start":1714415154930,"stop":1714415154930,"duration":0}},{"uid":"62b6aab7c0aecf94","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/62b6aab7c0aecf94","status":"passed","time":{"start":1714407362054,"stop":1714407362054,"duration":0}},{"uid":"610c5bf292507e53","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/610c5bf292507e53","status":"passed","time":{"start":1714406389347,"stop":1714406389347,"duration":0}},{"uid":"d11ec7fb794350c2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d11ec7fb794350c2","status":"passed","time":{"start":1714404179186,"stop":1714404179186,"duration":0}}]},"5f5703942d39898da39cf1ce9d03992e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db0d03453878ed94","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/db0d03453878ed94","status":"passed","time":{"start":1714404690121,"stop":1714404690121,"duration":0}}]},"01295face034bc1f63de084a4e41af95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4fc4f2e83753c7ea","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/4fc4f2e83753c7ea","status":"passed","time":{"start":1713977433091,"stop":1713977433091,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ab461a2e4a75ae8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab461a2e4a75ae8","status":"passed","time":{"start":1714453925057,"stop":1714453925057,"duration":0}},{"uid":"8f1eb5cb999a1016","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8f1eb5cb999a1016","status":"passed","time":{"start":1714435482965,"stop":1714435482965,"duration":0}},{"uid":"ca9cf67ac1105b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ca9cf67ac1105b","status":"passed","time":{"start":1714434552001,"stop":1714434552001,"duration":0}},{"uid":"808fe3288be251fa","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/808fe3288be251fa","status":"passed","time":{"start":1714433247026,"stop":1714433247026,"duration":0}},{"uid":"d7f2fc26c4a654dd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d7f2fc26c4a654dd","status":"passed","time":{"start":1714431444747,"stop":1714431444747,"duration":0}},{"uid":"1f836b0739e80701","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1f836b0739e80701","status":"passed","time":{"start":1714431708287,"stop":1714431708288,"duration":1}},{"uid":"9b4df547147747d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9b4df547147747d","status":"passed","time":{"start":1714430430719,"stop":1714430430719,"duration":0}},{"uid":"999ad1a4c8b3915d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/999ad1a4c8b3915d","status":"passed","time":{"start":1714430223180,"stop":1714430223180,"duration":0}},{"uid":"ad66e6d0e6fbfa62","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ad66e6d0e6fbfa62","status":"passed","time":{"start":1714429383875,"stop":1714429383876,"duration":1}},{"uid":"66db96ada911b030","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/66db96ada911b030","status":"passed","time":{"start":1714428528630,"stop":1714428528631,"duration":1}},{"uid":"5416f443c4f3ded6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5416f443c4f3ded6","status":"passed","time":{"start":1714427305983,"stop":1714427305983,"duration":0}},{"uid":"da0c7b7be1fb7130","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/da0c7b7be1fb7130","status":"passed","time":{"start":1714427007378,"stop":1714427007378,"duration":0}},{"uid":"c2d85d7732a1a89a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c2d85d7732a1a89a","status":"passed","time":{"start":1714426355966,"stop":1714426355966,"duration":0}},{"uid":"529f46b0c60b96c7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/529f46b0c60b96c7","status":"passed","time":{"start":1714424458780,"stop":1714424458780,"duration":0}},{"uid":"ec891da4ded4b475","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ec891da4ded4b475","status":"passed","time":{"start":1714424849005,"stop":1714424849005,"duration":0}},{"uid":"faa9b13a2afdc20","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/faa9b13a2afdc20","status":"passed","time":{"start":1714415001445,"stop":1714415001445,"duration":0}},{"uid":"adddaf4738c8872e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/adddaf4738c8872e","status":"passed","time":{"start":1714415154916,"stop":1714415154916,"duration":0}},{"uid":"85903df0bfcb763d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/85903df0bfcb763d","status":"passed","time":{"start":1714407362043,"stop":1714407362043,"duration":0}},{"uid":"63684f66689cdb05","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/63684f66689cdb05","status":"passed","time":{"start":1714406389336,"stop":1714406389337,"duration":1}},{"uid":"12f006f1ff0ea27b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/12f006f1ff0ea27b","status":"passed","time":{"start":1714404179175,"stop":1714404179175,"duration":0}}]},"c7515a4b49a515b925ae2673c5294763:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b6072ae8eb8d17","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/3b6072ae8eb8d17","status":"passed","time":{"start":1714214828272,"stop":1714214828273,"duration":1}}]},"60da8242b83ec208721e918ff9cb6477:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"981451b03e269d98","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/981451b03e269d98","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908891,"stop":1713976908891,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"2ee48248c9103084","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2ee48248c9103084","status":"passed","time":{"start":1714454140469,"stop":1714454140469,"duration":0}},{"uid":"3aea35ee087797b4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3aea35ee087797b4","status":"passed","time":{"start":1714435687943,"stop":1714435687946,"duration":3}},{"uid":"f25888c4c5e59194","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f25888c4c5e59194","status":"passed","time":{"start":1714434773466,"stop":1714434773466,"duration":0}},{"uid":"766fafaa76224f72","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/766fafaa76224f72","status":"passed","time":{"start":1714433450979,"stop":1714433450980,"duration":1}},{"uid":"6ab5a5929efcc21b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6ab5a5929efcc21b","status":"passed","time":{"start":1714431653508,"stop":1714431653508,"duration":0}},{"uid":"1e3d00e7a473d143","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1e3d00e7a473d143","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714431989849,"stop":1714431989850,"duration":1}},{"uid":"815c03a2e44a90c3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/815c03a2e44a90c3","status":"passed","time":{"start":1714430659432,"stop":1714430659433,"duration":1}},{"uid":"58ee5a2b04d62913","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/58ee5a2b04d62913","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714430522166,"stop":1714430522166,"duration":0}},{"uid":"f98684e930f285ac","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f98684e930f285ac","status":"passed","time":{"start":1714429610416,"stop":1714429610416,"duration":0}},{"uid":"f7e495738ee21c00","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f7e495738ee21c00","status":"passed","time":{"start":1714428741365,"stop":1714428741365,"duration":0}},{"uid":"c4905d1e3472fed3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c4905d1e3472fed3","status":"passed","time":{"start":1714427513584,"stop":1714427513585,"duration":1}},{"uid":"ba767e7874503b14","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ba767e7874503b14","status":"passed","time":{"start":1714427219358,"stop":1714427219358,"duration":0}},{"uid":"29b023048f55f752","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/29b023048f55f752","status":"passed","time":{"start":1714426573101,"stop":1714426573101,"duration":0}},{"uid":"64295b496e6da524","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/64295b496e6da524","status":"passed","time":{"start":1714424914281,"stop":1714424914281,"duration":0}},{"uid":"6a491641db855a5a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6a491641db855a5a","status":"passed","time":{"start":1714425071923,"stop":1714425071924,"duration":1}},{"uid":"5f0530a6070db9f0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5f0530a6070db9f0","status":"passed","time":{"start":1714415233338,"stop":1714415233338,"duration":0}},{"uid":"8775dc8723375131","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8775dc8723375131","status":"passed","time":{"start":1714415382778,"stop":1714415382785,"duration":7}},{"uid":"83c3d8a667f70260","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/83c3d8a667f70260","status":"passed","time":{"start":1714407575700,"stop":1714407575700,"duration":0}},{"uid":"fe74c5f7f2e8e064","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fe74c5f7f2e8e064","status":"passed","time":{"start":1714406625176,"stop":1714406625177,"duration":1}},{"uid":"2d7a0c153871750d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2d7a0c153871750d","status":"passed","time":{"start":1714404386209,"stop":1714404386210,"duration":1}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"58c0bc7abfd2cb0d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/58c0bc7abfd2cb0d","status":"passed","time":{"start":1714454133734,"stop":1714454133734,"duration":0}},{"uid":"ab0addcb63d1d41f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ab0addcb63d1d41f","status":"passed","time":{"start":1714435697056,"stop":1714435697056,"duration":0}},{"uid":"897e9d3f451feb99","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/897e9d3f451feb99","status":"passed","time":{"start":1714434777698,"stop":1714434777698,"duration":0}},{"uid":"331182fac4c35ed","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/331182fac4c35ed","status":"passed","time":{"start":1714433468574,"stop":1714433468577,"duration":3}},{"uid":"eabc7f161d2d1cc9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/eabc7f161d2d1cc9","status":"passed","time":{"start":1714431659890,"stop":1714431659890,"duration":0}},{"uid":"5a2e1adde77b2fe0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5a2e1adde77b2fe0","status":"passed","time":{"start":1714431917001,"stop":1714431917001,"duration":0}},{"uid":"aa202d679805a983","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/aa202d679805a983","status":"passed","time":{"start":1714430652867,"stop":1714430652867,"duration":0}},{"uid":"931bb692d964d52a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/931bb692d964d52a","status":"passed","time":{"start":1714430439928,"stop":1714430439929,"duration":1}},{"uid":"a57bd408c35d107b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a57bd408c35d107b","status":"passed","time":{"start":1714429618760,"stop":1714429618761,"duration":1}},{"uid":"b2111e7cccd8bc22","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b2111e7cccd8bc22","status":"passed","time":{"start":1714428758233,"stop":1714428758233,"duration":0}},{"uid":"831ca441522abdc9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/831ca441522abdc9","status":"passed","time":{"start":1714427532032,"stop":1714427532032,"duration":0}},{"uid":"26745b44d1776989","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/26745b44d1776989","status":"passed","time":{"start":1714427233647,"stop":1714427233647,"duration":0}},{"uid":"dd369f1b3e22efd1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/dd369f1b3e22efd1","status":"passed","time":{"start":1714426576820,"stop":1714426576821,"duration":1}},{"uid":"69e4d8c0cc486039","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/69e4d8c0cc486039","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311918,"stop":1714425311918,"duration":0}},{"uid":"2af0d1ab598f3c72","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2af0d1ab598f3c72","status":"passed","time":{"start":1714425068139,"stop":1714425068144,"duration":5}},{"uid":"f6bb82375f48795d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f6bb82375f48795d","status":"passed","time":{"start":1714415236744,"stop":1714415236745,"duration":1}},{"uid":"da3653781b4aae8f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/da3653781b4aae8f","status":"passed","time":{"start":1714415370283,"stop":1714415370284,"duration":1}},{"uid":"e9db68fda94537dc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e9db68fda94537dc","status":"passed","time":{"start":1714407592719,"stop":1714407592720,"duration":1}},{"uid":"7897a08eb336e630","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7897a08eb336e630","status":"passed","time":{"start":1714406603009,"stop":1714406603009,"duration":0}},{"uid":"22fc45e0a08cd134","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/22fc45e0a08cd134","status":"passed","time":{"start":1714404403079,"stop":1714404403080,"duration":1}}]},"8c3032885ec8240addc8b1cabcd4ea94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27d7dd6df52ab7d5","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/27d7dd6df52ab7d5","status":"passed","time":{"start":1713977498198,"stop":1713977498198,"duration":0}}]},"09bbbaa945279d1844051cc64c041d7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d35662b4e1162e25","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/d35662b4e1162e25","status":"passed","time":{"start":1714221441306,"stop":1714221441306,"duration":0}}]},"6c726304fe9c37ccbfd1d71af8392cb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a3ce931418bbe64","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4a3ce931418bbe64","status":"passed","time":{"start":1714427856107,"stop":1714427856107,"duration":0}}]},"ccc3cf057fe8e82bc92708220572a003:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f27f5bf17a6dd914","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f27f5bf17a6dd914","status":"passed","time":{"start":1714430988310,"stop":1714430988311,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"9c3d6a714804c48a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9c3d6a714804c48a","status":"passed","time":{"start":1714454605553,"stop":1714454605553,"duration":0}},{"uid":"aeefc1e7add5cb94","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/aeefc1e7add5cb94","status":"passed","time":{"start":1714436158735,"stop":1714436158735,"duration":0}},{"uid":"b3d09412000bba19","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b3d09412000bba19","status":"passed","time":{"start":1714435237024,"stop":1714435237024,"duration":0}},{"uid":"76e695c47cfff33c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/76e695c47cfff33c","status":"passed","time":{"start":1714433925109,"stop":1714433925109,"duration":0}},{"uid":"76bb8c17a531ad1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/76bb8c17a531ad1","status":"passed","time":{"start":1714432132894,"stop":1714432132894,"duration":0}},{"uid":"ce80f009757eaddd","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ce80f009757eaddd","status":"passed","time":{"start":1714432392993,"stop":1714432392993,"duration":0}},{"uid":"89f7942e32e4e884","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/89f7942e32e4e884","status":"passed","time":{"start":1714431131895,"stop":1714431131895,"duration":0}},{"uid":"980fd30a645ada49","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/980fd30a645ada49","status":"passed","time":{"start":1714430918791,"stop":1714430918791,"duration":0}},{"uid":"bbaf7c2787429604","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bbaf7c2787429604","status":"passed","time":{"start":1714430104213,"stop":1714430104214,"duration":1}},{"uid":"9768db81f542ab2c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9768db81f542ab2c","status":"passed","time":{"start":1714429213879,"stop":1714429213879,"duration":0}},{"uid":"260230e952a9b0ac","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/260230e952a9b0ac","status":"passed","time":{"start":1714427999036,"stop":1714427999036,"duration":0}},{"uid":"c623df80cfdc2e18","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c623df80cfdc2e18","status":"passed","time":{"start":1714427702231,"stop":1714427702232,"duration":1}},{"uid":"c891df9203cc80c4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c891df9203cc80c4","status":"passed","time":{"start":1714427044030,"stop":1714427044030,"duration":0}},{"uid":"d0c31958c527c6d7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d0c31958c527c6d7","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699094,"stop":1714426699094,"duration":0}},{"uid":"6051b927f8982ff2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6051b927f8982ff2","status":"passed","time":{"start":1714425534894,"stop":1714425534895,"duration":1}},{"uid":"7d12af1b45d6a2d3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7d12af1b45d6a2d3","status":"passed","time":{"start":1714415702295,"stop":1714415702295,"duration":0}},{"uid":"79cf6dbcf7ee2956","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/79cf6dbcf7ee2956","status":"passed","time":{"start":1714415850502,"stop":1714415850503,"duration":1}},{"uid":"d3c476daa56557f5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d3c476daa56557f5","status":"passed","time":{"start":1714408049952,"stop":1714408049952,"duration":0}},{"uid":"86706fd2d5ed8293","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/86706fd2d5ed8293","status":"passed","time":{"start":1714407080675,"stop":1714407080675,"duration":0}},{"uid":"747a0682079438da","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/747a0682079438da","status":"passed","time":{"start":1714404860592,"stop":1714404860593,"duration":1}}]},"8f62c25ea1f5201fe5db29c0b9fa7daa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4433da0a53e128d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/b4433da0a53e128d","status":"passed","time":{"start":1714145945758,"stop":1714145945759,"duration":1}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"27dbeb104c845fbc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/27dbeb104c845fbc","status":"passed","time":{"start":1714454434337,"stop":1714454434337,"duration":0}},{"uid":"6bf54789740e458b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6bf54789740e458b","status":"passed","time":{"start":1714436006551,"stop":1714436006551,"duration":0}},{"uid":"b38272a56693bb43","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b38272a56693bb43","status":"passed","time":{"start":1714435054860,"stop":1714435054860,"duration":0}},{"uid":"4c53520080915b2c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4c53520080915b2c","status":"passed","time":{"start":1714433761068,"stop":1714433761069,"duration":1}},{"uid":"97d0638736414e9d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/97d0638736414e9d","status":"passed","time":{"start":1714431966443,"stop":1714431966443,"duration":0}},{"uid":"f942ee106424e103","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f942ee106424e103","status":"passed","time":{"start":1714432193283,"stop":1714432193283,"duration":0}},{"uid":"17fbf04cfb62d337","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/17fbf04cfb62d337","status":"passed","time":{"start":1714430948559,"stop":1714430948559,"duration":0}},{"uid":"69a6e5ce73387a50","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/69a6e5ce73387a50","status":"passed","time":{"start":1714430713569,"stop":1714430713569,"duration":0}},{"uid":"820963d3baff7ba2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/820963d3baff7ba2","status":"passed","time":{"start":1714429917757,"stop":1714429917757,"duration":0}},{"uid":"d3ae8f0a5701094c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d3ae8f0a5701094c","status":"passed","time":{"start":1714429040302,"stop":1714429040303,"duration":1}},{"uid":"e7f98242c51adc4c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e7f98242c51adc4c","status":"passed","time":{"start":1714427848702,"stop":1714427848703,"duration":1}},{"uid":"3dd13922ea765fca","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3dd13922ea765fca","status":"passed","time":{"start":1714427530075,"stop":1714427530075,"duration":0}},{"uid":"b975b8dc96478cc1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b975b8dc96478cc1","status":"passed","time":{"start":1714426875158,"stop":1714426875158,"duration":0}},{"uid":"857b35469d2d4b09","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/857b35469d2d4b09","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511049,"stop":1714426511049,"duration":0}},{"uid":"d93ea9ba824fb6fa","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d93ea9ba824fb6fa","status":"passed","time":{"start":1714425369971,"stop":1714425369971,"duration":0}},{"uid":"b662503f2ddc9686","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b662503f2ddc9686","status":"passed","time":{"start":1714415516386,"stop":1714415516386,"duration":0}},{"uid":"7a927c2376cab3aa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7a927c2376cab3aa","status":"passed","time":{"start":1714415679036,"stop":1714415679036,"duration":0}},{"uid":"a58290a4a4fb529b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a58290a4a4fb529b","status":"passed","time":{"start":1714407884335,"stop":1714407884335,"duration":0}},{"uid":"bd6f73f8748955ef","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bd6f73f8748955ef","status":"passed","time":{"start":1714406914333,"stop":1714406914333,"duration":0}},{"uid":"a9fcb198f1be61bd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a9fcb198f1be61bd","status":"passed","time":{"start":1714404690125,"stop":1714404690125,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":83,"unknown":0,"total":86},"items":[{"uid":"552b4eaa39538363","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/552b4eaa39538363","status":"passed","time":{"start":1714454048329,"stop":1714454048332,"duration":3}},{"uid":"104385d6360d71bf","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/104385d6360d71bf","status":"passed","time":{"start":1714435606848,"stop":1714435606849,"duration":1}},{"uid":"6265dc947ad22480","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6265dc947ad22480","status":"passed","time":{"start":1714434675156,"stop":1714434675157,"duration":1}},{"uid":"b8571fd057501324","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b8571fd057501324","status":"passed","time":{"start":1714433371585,"stop":1714433371585,"duration":0}},{"uid":"1b564f0ba51810c4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1b564f0ba51810c4","status":"passed","time":{"start":1714431572723,"stop":1714431572724,"duration":1}},{"uid":"98311c0fb1950374","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/98311c0fb1950374","status":"passed","time":{"start":1714431830834,"stop":1714431830834,"duration":0}},{"uid":"5025c417ebbb34d9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5025c417ebbb34d9","status":"passed","time":{"start":1714430561833,"stop":1714430561833,"duration":0}},{"uid":"d1ecf61d8e19c0fb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d1ecf61d8e19c0fb","status":"passed","time":{"start":1714430339332,"stop":1714430339332,"duration":0}},{"uid":"d30107185dad0d45","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d30107185dad0d45","status":"passed","time":{"start":1714429522160,"stop":1714429522160,"duration":0}},{"uid":"9c23c0d96cf3ba4f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9c23c0d96cf3ba4f","status":"passed","time":{"start":1714428655953,"stop":1714428655953,"duration":0}},{"uid":"3920b4eae8cffafc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3920b4eae8cffafc","status":"passed","time":{"start":1714427434616,"stop":1714427434616,"duration":0}},{"uid":"edc78dc441a8907a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/edc78dc441a8907a","status":"passed","time":{"start":1714427135387,"stop":1714427135388,"duration":1}},{"uid":"7f0fca12613f561f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7f0fca12613f561f","status":"passed","time":{"start":1714426488646,"stop":1714426488647,"duration":1}},{"uid":"d1c6ac5be446a632","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d1c6ac5be446a632","status":"broken","statusDetails":"window is not defined","time":{"start":1714424744110,"stop":1714424744110,"duration":0}},{"uid":"482aefb07ccab5cc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/482aefb07ccab5cc","status":"passed","time":{"start":1714424974894,"stop":1714424974894,"duration":0}},{"uid":"3394172d11d97005","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3394172d11d97005","status":"passed","time":{"start":1714415124866,"stop":1714415124866,"duration":0}},{"uid":"32315d0b1a40ae7f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/32315d0b1a40ae7f","status":"passed","time":{"start":1714415287310,"stop":1714415287311,"duration":1}},{"uid":"ff404c9657ab69c0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ff404c9657ab69c0","status":"passed","time":{"start":1714407489066,"stop":1714407489066,"duration":0}},{"uid":"657494fd96d62985","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/657494fd96d62985","status":"passed","time":{"start":1714406515688,"stop":1714406515689,"duration":1}},{"uid":"a3e3349a5ac098d3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a3e3349a5ac098d3","status":"passed","time":{"start":1714404308198,"stop":1714404308198,"duration":0}}]},"e9b45519d3cc2b5f737a1dc45c03971b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d84c0d8ed70acc34","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d84c0d8ed70acc34","status":"passed","time":{"start":1714407884318,"stop":1714407884319,"duration":1}}]},"d1831a7a8abbc28a4463e680c413edfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d224fb2f680bdca8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d224fb2f680bdca8","status":"passed","time":{"start":1714429967916,"stop":1714429967917,"duration":1}}]},"21f93269fc0639778551db69fc3fecc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b79c9ee99b2cab6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4b79c9ee99b2cab6","status":"passed","time":{"start":1714427561587,"stop":1714427561588,"duration":1}}]},"5786dcb6b2e47fbd1238862248a7b850:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab16d7b169ebede","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/ab16d7b169ebede","status":"passed","time":{"start":1713889382229,"stop":1713889382229,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"c0b02c4a46b9c4b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c0b02c4a46b9c4b","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"duration":0}},{"uid":"6200be154475515a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6200be154475515a","status":"passed","time":{"start":1714435990621,"stop":1714435990621,"duration":0}},{"uid":"9dfa96bb799c1222","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9dfa96bb799c1222","status":"passed","time":{"start":1714435062609,"stop":1714435062609,"duration":0}},{"uid":"64b751c1da73691a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/64b751c1da73691a","status":"passed","time":{"start":1714433747836,"stop":1714433747837,"duration":1}},{"uid":"12dc65eb294eb4f3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/12dc65eb294eb4f3","status":"passed","time":{"start":1714431959179,"stop":1714431959180,"duration":1}},{"uid":"fb13cffd0b9b5060","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fb13cffd0b9b5060","status":"passed","time":{"start":1714432238339,"stop":1714432238340,"duration":1}},{"uid":"5d2f2ddb2afd2c38","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5d2f2ddb2afd2c38","status":"passed","time":{"start":1714430946039,"stop":1714430946040,"duration":1}},{"uid":"1e1e26e9c9e5a7","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1e1e26e9c9e5a7","status":"passed","time":{"start":1714430757771,"stop":1714430757772,"duration":1}},{"uid":"4ca27d6d1b889bf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4ca27d6d1b889bf","status":"passed","time":{"start":1714429917771,"stop":1714429917772,"duration":1}},{"uid":"6d2635c57d35f75a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6d2635c57d35f75a","status":"passed","time":{"start":1714429038415,"stop":1714429038415,"duration":0}},{"uid":"6361629b2ae9984b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6361629b2ae9984b","status":"passed","time":{"start":1714427794300,"stop":1714427794301,"duration":1}},{"uid":"9cb26315b95bc57","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9cb26315b95bc57","status":"passed","time":{"start":1714427517452,"stop":1714427517453,"duration":1}},{"uid":"fbb179a19162aa37","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fbb179a19162aa37","status":"passed","time":{"start":1714426868571,"stop":1714426868571,"duration":0}},{"uid":"374d0debd1b0523c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/374d0debd1b0523c","status":"passed","time":{"start":1714425555000,"stop":1714425555000,"duration":0}},{"uid":"3b5d460fc713d646","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3b5d460fc713d646","status":"passed","time":{"start":1714425349859,"stop":1714425349859,"duration":0}},{"uid":"fc57e83af958197c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fc57e83af958197c","status":"passed","time":{"start":1714415539974,"stop":1714415539974,"duration":0}},{"uid":"b6c08b81b8d1ed97","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b6c08b81b8d1ed97","status":"passed","time":{"start":1714415671313,"stop":1714415671313,"duration":0}},{"uid":"32b3bb32ba250db4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/32b3bb32ba250db4","status":"passed","time":{"start":1714407878078,"stop":1714407878078,"duration":0}},{"uid":"3d0eb4c104095944","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3d0eb4c104095944","status":"passed","time":{"start":1714406907371,"stop":1714406907371,"duration":0}},{"uid":"3540d1c44c08b027","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3540d1c44c08b027","status":"passed","time":{"start":1714404685455,"stop":1714404685455,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"db2f09f632b54913","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/db2f09f632b54913","status":"passed","time":{"start":1714454532109,"stop":1714454532111,"duration":2}},{"uid":"e6a0d8d8420acd14","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e6a0d8d8420acd14","status":"passed","time":{"start":1714436094196,"stop":1714436094196,"duration":0}},{"uid":"4a81b2cfa5010caa","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4a81b2cfa5010caa","status":"passed","time":{"start":1714435163807,"stop":1714435163807,"duration":0}},{"uid":"a01966482a668aa7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a01966482a668aa7","status":"passed","time":{"start":1714433852600,"stop":1714433852600,"duration":0}},{"uid":"58287193b49b9225","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/58287193b49b9225","status":"passed","time":{"start":1714432063846,"stop":1714432063847,"duration":1}},{"uid":"9b05019e1a6096a0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9b05019e1a6096a0","status":"passed","time":{"start":1714432359666,"stop":1714432359666,"duration":0}},{"uid":"769e87175cf8a4f3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/769e87175cf8a4f3","status":"passed","time":{"start":1714431050886,"stop":1714431050886,"duration":0}},{"uid":"410bdffece7125f4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/410bdffece7125f4","status":"passed","time":{"start":1714430874566,"stop":1714430874566,"duration":0}},{"uid":"35ed0d0f12ee3d0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/35ed0d0f12ee3d0","status":"passed","time":{"start":1714430022713,"stop":1714430022714,"duration":1}},{"uid":"7f45931f83513d82","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7f45931f83513d82","status":"passed","time":{"start":1714429144648,"stop":1714429144648,"duration":0}},{"uid":"64fd00aa2e371af5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/64fd00aa2e371af5","status":"passed","time":{"start":1714427925998,"stop":1714427925998,"duration":0}},{"uid":"eb93ad9f9723f504","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/eb93ad9f9723f504","status":"passed","time":{"start":1714427629045,"stop":1714427629045,"duration":0}},{"uid":"a672888d6d3d4910","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a672888d6d3d4910","status":"passed","time":{"start":1714426975369,"stop":1714426975369,"duration":0}},{"uid":"66cf86f85d0a3c13","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/66cf86f85d0a3c13","status":"passed","time":{"start":1714425690219,"stop":1714425690219,"duration":0}},{"uid":"e60af4b66a501d1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e60af4b66a501d1","status":"passed","time":{"start":1714425473187,"stop":1714425473187,"duration":0}},{"uid":"39f5c11910977df8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/39f5c11910977df8","status":"passed","time":{"start":1714415666099,"stop":1714415666100,"duration":1}},{"uid":"151435fe15ae4c3d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/151435fe15ae4c3d","status":"passed","time":{"start":1714415773699,"stop":1714415773700,"duration":1}},{"uid":"408a395e871b3fb8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/408a395e871b3fb8","status":"passed","time":{"start":1714407989499,"stop":1714407989499,"duration":0}},{"uid":"621d38558149041d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/621d38558149041d","status":"passed","time":{"start":1714407016608,"stop":1714407016608,"duration":0}},{"uid":"99dc22a4886f75e2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/99dc22a4886f75e2","status":"passed","time":{"start":1714404796526,"stop":1714404796527,"duration":1}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"c179e9116260b630","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c179e9116260b630","status":"passed","time":{"start":1714454507880,"stop":1714454507880,"duration":0}},{"uid":"a963fcfedddfb709","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a963fcfedddfb709","status":"passed","time":{"start":1714436048752,"stop":1714436048752,"duration":0}},{"uid":"96fc87d6c613a119","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/96fc87d6c613a119","status":"passed","time":{"start":1714435155765,"stop":1714435155766,"duration":1}},{"uid":"19a0ac8b1246e987","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/19a0ac8b1246e987","status":"passed","time":{"start":1714433815788,"stop":1714433815788,"duration":0}},{"uid":"1022106dff981c01","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1022106dff981c01","status":"passed","time":{"start":1714432025721,"stop":1714432025721,"duration":0}},{"uid":"48cd345302654839","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/48cd345302654839","status":"passed","time":{"start":1714432319344,"stop":1714432319344,"duration":0}},{"uid":"363d3de68fe0628b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/363d3de68fe0628b","status":"passed","time":{"start":1714431035239,"stop":1714431035239,"duration":0}},{"uid":"c434aa0ae0b2bf13","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c434aa0ae0b2bf13","status":"passed","time":{"start":1714430851110,"stop":1714430851111,"duration":1}},{"uid":"d2dcc217ecaa7a4e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d2dcc217ecaa7a4e","status":"passed","time":{"start":1714429998273,"stop":1714429998273,"duration":0}},{"uid":"71d780f4e46993ba","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/71d780f4e46993ba","status":"passed","time":{"start":1714429123407,"stop":1714429123408,"duration":1}},{"uid":"1bd166f7f93a47a6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1bd166f7f93a47a6","status":"passed","time":{"start":1714427908722,"stop":1714427908722,"duration":0}},{"uid":"7af6a1acb4acf17e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7af6a1acb4acf17e","status":"passed","time":{"start":1714427590254,"stop":1714427590254,"duration":0}},{"uid":"6af9482b71ff59e0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6af9482b71ff59e0","status":"passed","time":{"start":1714426950357,"stop":1714426950357,"duration":0}},{"uid":"8e3fcf7ee02366e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8e3fcf7ee02366e","status":"passed","time":{"start":1714425413011,"stop":1714425413012,"duration":1}},{"uid":"c9eae2b0aab8f438","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c9eae2b0aab8f438","status":"passed","time":{"start":1714425435613,"stop":1714425435614,"duration":1}},{"uid":"b94edc1707b80734","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b94edc1707b80734","status":"passed","time":{"start":1714415590161,"stop":1714415590161,"duration":0}},{"uid":"d3be3972e6c0e1a4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d3be3972e6c0e1a4","status":"passed","time":{"start":1714415739327,"stop":1714415739328,"duration":1}},{"uid":"f0726089aec4090b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f0726089aec4090b","status":"passed","time":{"start":1714407950121,"stop":1714407950122,"duration":1}},{"uid":"7825b19f8dd1e04a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7825b19f8dd1e04a","status":"passed","time":{"start":1714406978461,"stop":1714406978461,"duration":0}},{"uid":"986ed0e1e7df721e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/986ed0e1e7df721e","status":"passed","time":{"start":1714404752145,"stop":1714404752146,"duration":1}}]},"3c4c855e204f54cf63f0db5c293fa382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4ace3623321d540","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/a4ace3623321d540","status":"passed","time":{"start":1714178024127,"stop":1714178024127,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"db7e2b5fe80db9ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/db7e2b5fe80db9ee","status":"passed","time":{"start":1714454561530,"stop":1714454561530,"duration":0}},{"uid":"b2d6a8c747007d76","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b2d6a8c747007d76","status":"passed","time":{"start":1714436109836,"stop":1714436109837,"duration":1}},{"uid":"6a5148215900f802","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6a5148215900f802","status":"passed","time":{"start":1714435189021,"stop":1714435189023,"duration":2}},{"uid":"7ec7d04bca8ef40e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7ec7d04bca8ef40e","status":"passed","time":{"start":1714433869895,"stop":1714433869896,"duration":1}},{"uid":"ce832e888becfc4c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ce832e888becfc4c","status":"passed","time":{"start":1714432075630,"stop":1714432075631,"duration":1}},{"uid":"a48e8770e9a3319d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a48e8770e9a3319d","status":"passed","time":{"start":1714432375913,"stop":1714432375913,"duration":0}},{"uid":"11b2ae0ffa220b2e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/11b2ae0ffa220b2e","status":"passed","time":{"start":1714431067883,"stop":1714431067883,"duration":0}},{"uid":"a3d51c6bd224b456","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a3d51c6bd224b456","status":"passed","time":{"start":1714430892403,"stop":1714430892404,"duration":1}},{"uid":"6fdf39c02553e609","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6fdf39c02553e609","status":"passed","time":{"start":1714430043389,"stop":1714430043389,"duration":0}},{"uid":"f6b10c333bb97dee","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f6b10c333bb97dee","status":"passed","time":{"start":1714429162569,"stop":1714429162570,"duration":1}},{"uid":"7570393e9549ddd0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7570393e9549ddd0","status":"passed","time":{"start":1714427942601,"stop":1714427942601,"duration":0}},{"uid":"621c6eb05627118b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/621c6eb05627118b","status":"passed","time":{"start":1714427647963,"stop":1714427647963,"duration":0}},{"uid":"d2e236ff0ae6a321","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d2e236ff0ae6a321","status":"passed","time":{"start":1714426999744,"stop":1714426999745,"duration":1}},{"uid":"a0fe41bbaea8544a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a0fe41bbaea8544a","status":"passed","time":{"start":1714425725386,"stop":1714425725387,"duration":1}},{"uid":"66940e104f9ad363","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/66940e104f9ad363","status":"passed","time":{"start":1714425481552,"stop":1714425481553,"duration":1}},{"uid":"fff7ca9d46b57ea6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fff7ca9d46b57ea6","status":"passed","time":{"start":1714415686074,"stop":1714415686078,"duration":4}},{"uid":"2efd351b5b730eb4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2efd351b5b730eb4","status":"passed","time":{"start":1714415795612,"stop":1714415795612,"duration":0}},{"uid":"42495c7d2224da32","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/42495c7d2224da32","status":"passed","time":{"start":1714407995021,"stop":1714407995021,"duration":0}},{"uid":"56f90c06bc48ed1b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/56f90c06bc48ed1b","status":"passed","time":{"start":1714407036729,"stop":1714407036729,"duration":0}},{"uid":"a2522d7ba9b0d674","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a2522d7ba9b0d674","status":"passed","time":{"start":1714404808158,"stop":1714404808159,"duration":1}}]},"abcc4fc907f0bcf9b99f2ba2210e153f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6effc8214b21e3f3","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/6effc8214b21e3f3","status":"passed","time":{"start":1714169057739,"stop":1714169057739,"duration":0}}]},"f9cb8168c3f253936890dfd90967a2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5a60879998ba0ce","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/f5a60879998ba0ce","status":"passed","time":{"start":1714008042027,"stop":1714008042028,"duration":1}}]},"4f49663a4b5b696d2f01f4bc415c40e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9cf82bc64a5639f","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/a9cf82bc64a5639f","status":"passed","time":{"start":1713969137053,"stop":1713969137054,"duration":1}}]},"63579ae780a62fb87d230f845bc5fb55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"ab7a13e404677766","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab7a13e404677766","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454429953,"stop":1714454429953,"duration":0}},{"uid":"d18a039f67dd122f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d18a039f67dd122f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435983507,"stop":1714435983507,"duration":0}},{"uid":"e6276659227ecf0b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e6276659227ecf0b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435052070,"stop":1714435052070,"duration":0}},{"uid":"f4e74a64c46bf9fa","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f4e74a64c46bf9fa","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433741879,"stop":1714433741880,"duration":1}},{"uid":"4bd1197fb13c2187","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4bd1197fb13c2187","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431945152,"stop":1714431945152,"duration":0}},{"uid":"9854b45ca6f8ac6b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9854b45ca6f8ac6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432232716,"stop":1714432232717,"duration":1}},{"uid":"3e14f4f91ed591a9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3e14f4f91ed591a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430939085,"stop":1714430939085,"duration":0}},{"uid":"120c047ed08330b6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/120c047ed08330b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430740786,"stop":1714430740786,"duration":0}},{"uid":"572aa457b75eb4e9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/572aa457b75eb4e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429913664,"stop":1714429913664,"duration":0}},{"uid":"f1868416c0292196","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f1868416c0292196","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429034730,"stop":1714429034730,"duration":0}},{"uid":"2c50fbfb1c642d13","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2c50fbfb1c642d13","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427767347,"stop":1714427767347,"duration":0}},{"uid":"8add27d3644e9bf9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8add27d3644e9bf9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427509634,"stop":1714427509634,"duration":0}},{"uid":"7d32000645d3ffdd","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7d32000645d3ffdd","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426865391,"stop":1714426865391,"duration":0}},{"uid":"79a9b13fd1336bef","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/79a9b13fd1336bef","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425537003,"stop":1714425537003,"duration":0}},{"uid":"515a1d4c1cdaa4c1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/515a1d4c1cdaa4c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425348540,"stop":1714425348541,"duration":1}},{"uid":"8db53195cacab0cf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8db53195cacab0cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415540159,"stop":1714415540160,"duration":1}},{"uid":"d451cb61ddeacf61","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d451cb61ddeacf61","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415666828,"stop":1714415666828,"duration":0}},{"uid":"a768144533109ea6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a768144533109ea6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407867444,"stop":1714407867444,"duration":0}},{"uid":"bd1bccea864b3f73","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bd1bccea864b3f73","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406902038,"stop":1714406902038,"duration":0}},{"uid":"96a92a773856cbc2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/96a92a773856cbc2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685576,"stop":1714404685576,"duration":0}}]},"df03e9bf8fabd18fc3a9aec4032a45e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cdf342e1cedf998","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/cdf342e1cedf998","status":"passed","time":{"start":1714169409573,"stop":1714169409573,"duration":0}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"e1251203e83bc953","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1251203e83bc953","status":"passed","time":{"start":1714454605549,"stop":1714454605549,"duration":0}},{"uid":"d8e245270655538c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d8e245270655538c","status":"passed","time":{"start":1714436158732,"stop":1714436158732,"duration":0}},{"uid":"175804e9551e7c4b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/175804e9551e7c4b","status":"passed","time":{"start":1714435237020,"stop":1714435237020,"duration":0}},{"uid":"6109bc04a5d5c4e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6109bc04a5d5c4e","status":"passed","time":{"start":1714433925104,"stop":1714433925104,"duration":0}},{"uid":"4bcbabb36bdc770b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4bcbabb36bdc770b","status":"passed","time":{"start":1714432132890,"stop":1714432132890,"duration":0}},{"uid":"c5d657e968b93226","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c5d657e968b93226","status":"passed","time":{"start":1714432392983,"stop":1714432392983,"duration":0}},{"uid":"62e609701c2d5b53","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/62e609701c2d5b53","status":"passed","time":{"start":1714431131891,"stop":1714431131891,"duration":0}},{"uid":"cb7d8843f708798b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cb7d8843f708798b","status":"passed","time":{"start":1714430918787,"stop":1714430918787,"duration":0}},{"uid":"e084354665ba8be6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e084354665ba8be6","status":"passed","time":{"start":1714430104208,"stop":1714430104209,"duration":1}},{"uid":"ec5b3e717ed5f982","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ec5b3e717ed5f982","status":"passed","time":{"start":1714429213875,"stop":1714429213876,"duration":1}},{"uid":"6c70149c77ce1116","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6c70149c77ce1116","status":"passed","time":{"start":1714427999032,"stop":1714427999033,"duration":1}},{"uid":"3fc14a167bc0c520","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3fc14a167bc0c520","status":"passed","time":{"start":1714427702226,"stop":1714427702227,"duration":1}},{"uid":"9d08a6d3b9ef565b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9d08a6d3b9ef565b","status":"passed","time":{"start":1714427044026,"stop":1714427044026,"duration":0}},{"uid":"ced56edd8f5b6b7b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ced56edd8f5b6b7b","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699083,"stop":1714426699083,"duration":0}},{"uid":"c7224824cfbd504d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c7224824cfbd504d","status":"passed","time":{"start":1714425534890,"stop":1714425534890,"duration":0}},{"uid":"c0c1dc9ed7c1403b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c0c1dc9ed7c1403b","status":"passed","time":{"start":1714415702291,"stop":1714415702291,"duration":0}},{"uid":"2c5316fb67cffd44","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2c5316fb67cffd44","status":"passed","time":{"start":1714415850499,"stop":1714415850499,"duration":0}},{"uid":"9cd255dd2eab4294","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9cd255dd2eab4294","status":"passed","time":{"start":1714408049947,"stop":1714408049948,"duration":1}},{"uid":"c150e35cad03f85d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c150e35cad03f85d","status":"passed","time":{"start":1714407080671,"stop":1714407080671,"duration":0}},{"uid":"b915a4e08a31afc9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b915a4e08a31afc9","status":"passed","time":{"start":1714404860588,"stop":1714404860588,"duration":0}}]},"bb856026e0add9b7c937751737cb6ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e1504dfa625bb10","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/8e1504dfa625bb10","status":"passed","time":{"start":1714080464428,"stop":1714080464428,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8486d7c936c16c86","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8486d7c936c16c86","status":"passed","time":{"start":1714453959967,"stop":1714453959967,"duration":0}},{"uid":"6f5447e3fb6665f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6f5447e3fb6665f","status":"passed","time":{"start":1714435518669,"stop":1714435518669,"duration":0}},{"uid":"5dbdf76dd3eb1dc4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5dbdf76dd3eb1dc4","status":"passed","time":{"start":1714434587770,"stop":1714434587771,"duration":1}},{"uid":"bca3211bb6d88de7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bca3211bb6d88de7","status":"passed","time":{"start":1714433282707,"stop":1714433282707,"duration":0}},{"uid":"59891903d4da5669","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/59891903d4da5669","status":"passed","time":{"start":1714431480316,"stop":1714431480317,"duration":1}},{"uid":"1d70549b7527063e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1d70549b7527063e","status":"passed","time":{"start":1714431744243,"stop":1714431744243,"duration":0}},{"uid":"d64577aa71a5dbc2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d64577aa71a5dbc2","status":"passed","time":{"start":1714430467279,"stop":1714430467280,"duration":1}},{"uid":"278e4ad838f15972","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/278e4ad838f15972","status":"passed","time":{"start":1714430258850,"stop":1714430258850,"duration":0}},{"uid":"a7de9e7abd2cd890","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a7de9e7abd2cd890","status":"passed","time":{"start":1714429423227,"stop":1714429423228,"duration":1}},{"uid":"25f67a5a12b33cda","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/25f67a5a12b33cda","status":"passed","time":{"start":1714428564678,"stop":1714428564678,"duration":0}},{"uid":"1e301d481226a4da","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1e301d481226a4da","status":"passed","time":{"start":1714427342554,"stop":1714427342554,"duration":0}},{"uid":"634cdfee76c84538","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/634cdfee76c84538","status":"passed","time":{"start":1714427043349,"stop":1714427043350,"duration":1}},{"uid":"8ae047c207b3e311","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8ae047c207b3e311","status":"passed","time":{"start":1714426392843,"stop":1714426392844,"duration":1}},{"uid":"538d5961fc4a5ebc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/538d5961fc4a5ebc","status":"passed","time":{"start":1714424494705,"stop":1714424494706,"duration":1}},{"uid":"2dfea3ad84521669","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2dfea3ad84521669","status":"passed","time":{"start":1714424885246,"stop":1714424885246,"duration":0}},{"uid":"bd16ee199950aabe","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bd16ee199950aabe","status":"passed","time":{"start":1714415038011,"stop":1714415038012,"duration":1}},{"uid":"b6264e84994570ec","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b6264e84994570ec","status":"passed","time":{"start":1714415190822,"stop":1714415190822,"duration":0}},{"uid":"2e7fe2da15fbe7d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2e7fe2da15fbe7d","status":"passed","time":{"start":1714407398338,"stop":1714407398338,"duration":0}},{"uid":"ea4ad8628ff8e16d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ea4ad8628ff8e16d","status":"passed","time":{"start":1714406425616,"stop":1714406425616,"duration":0}},{"uid":"6d7b208a12a228e7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6d7b208a12a228e7","status":"passed","time":{"start":1714404215319,"stop":1714404215319,"duration":0}}]},"f683c0cd9acab1a6fa41a255b5c6c776:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"68606759555e9a2e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/68606759555e9a2e","status":"passed","time":{"start":1714426927573,"stop":1714426927573,"duration":0}}]},"43865acf7a500a3260f8cee15d7dfdc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6d93d6a6e6a9786","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e6d93d6a6e6a9786","status":"passed","time":{"start":1714432025730,"stop":1714432025730,"duration":0}}]},"5f76c04c8da7ced88545252d728478a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ddd91297b4c392b0","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/ddd91297b4c392b0","status":"passed","time":{"start":1714384759605,"stop":1714384759606,"duration":1}}]},"976b66b84bd6480ccf1245a9d8c90f1e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"93a2c3c5f10982ef","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/93a2c3c5f10982ef","status":"passed","time":{"start":1714404451748,"stop":1714404451748,"duration":0}}]},"378ed6e86398c6cb97687a3aadac4dd5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c75bcece7a958704","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/c75bcece7a958704","status":"passed","time":{"start":1714080498796,"stop":1714080498796,"duration":0}}]},"3fe0101b65bf12657a25532a1a8159a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3dbff869cc31bdcd","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/3dbff869cc31bdcd","status":"passed","time":{"start":1714139203753,"stop":1714139203753,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"3ef6e3bd4d25eeaf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ef6e3bd4d25eeaf","status":"passed","time":{"start":1714454140445,"stop":1714454140445,"duration":0}},{"uid":"bfd20ab7382aa95","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bfd20ab7382aa95","status":"passed","time":{"start":1714435687896,"stop":1714435687896,"duration":0}},{"uid":"87929c9feac4e00b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/87929c9feac4e00b","status":"passed","time":{"start":1714434773455,"stop":1714434773455,"duration":0}},{"uid":"60668ebe46b2f6e8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/60668ebe46b2f6e8","status":"passed","time":{"start":1714433450970,"stop":1714433450970,"duration":0}},{"uid":"ca2a7119fcec27c0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ca2a7119fcec27c0","status":"passed","time":{"start":1714431653499,"stop":1714431653499,"duration":0}},{"uid":"7904eccaaf11181b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7904eccaaf11181b","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714431989813,"stop":1714431989813,"duration":0}},{"uid":"59bed9d89c90bd32","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/59bed9d89c90bd32","status":"passed","time":{"start":1714430659391,"stop":1714430659392,"duration":1}},{"uid":"cd4ae5fdc7a559db","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cd4ae5fdc7a559db","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714430522130,"stop":1714430522131,"duration":1}},{"uid":"7f51d8d4592390c6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7f51d8d4592390c6","status":"passed","time":{"start":1714429610405,"stop":1714429610405,"duration":0}},{"uid":"4da9ce4169e4f58d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4da9ce4169e4f58d","status":"passed","time":{"start":1714428741356,"stop":1714428741357,"duration":1}},{"uid":"d08866ff0a762346","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d08866ff0a762346","status":"passed","time":{"start":1714427513574,"stop":1714427513574,"duration":0}},{"uid":"ca8e9e80e65be805","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ca8e9e80e65be805","status":"passed","time":{"start":1714427219348,"stop":1714427219348,"duration":0}},{"uid":"7911935440170e6a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7911935440170e6a","status":"passed","time":{"start":1714426573080,"stop":1714426573080,"duration":0}},{"uid":"4f042970ad9705ce","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4f042970ad9705ce","status":"passed","time":{"start":1714424914271,"stop":1714424914272,"duration":1}},{"uid":"74b88b95a4aab9e1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/74b88b95a4aab9e1","status":"passed","time":{"start":1714425071911,"stop":1714425071912,"duration":1}},{"uid":"5fa4a5ad12604df6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5fa4a5ad12604df6","status":"passed","time":{"start":1714415233312,"stop":1714415233313,"duration":1}},{"uid":"954748b3ce443787","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/954748b3ce443787","status":"passed","time":{"start":1714415382668,"stop":1714415382668,"duration":0}},{"uid":"97804104ba5feeaa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/97804104ba5feeaa","status":"passed","time":{"start":1714407575690,"stop":1714407575690,"duration":0}},{"uid":"616f9fd4183535d5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/616f9fd4183535d5","status":"passed","time":{"start":1714406625160,"stop":1714406625160,"duration":0}},{"uid":"73606bd2288343cc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/73606bd2288343cc","status":"passed","time":{"start":1714404386196,"stop":1714404386196,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"1e2600fa072d8c68","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1e2600fa072d8c68","status":"passed","time":{"start":1714454434334,"stop":1714454434334,"duration":0}},{"uid":"133edd0a9224c9d2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/133edd0a9224c9d2","status":"passed","time":{"start":1714436006541,"stop":1714436006541,"duration":0}},{"uid":"3e576e4be9de56b7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3e576e4be9de56b7","status":"passed","time":{"start":1714435054857,"stop":1714435054857,"duration":0}},{"uid":"764eece717a923","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/764eece717a923","status":"passed","time":{"start":1714433761064,"stop":1714433761065,"duration":1}},{"uid":"5d1a505838a2be54","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5d1a505838a2be54","status":"passed","time":{"start":1714431966434,"stop":1714431966435,"duration":1}},{"uid":"ad3f398030265068","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ad3f398030265068","status":"passed","time":{"start":1714432193278,"stop":1714432193279,"duration":1}},{"uid":"65354e52740a6013","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/65354e52740a6013","status":"passed","time":{"start":1714430948555,"stop":1714430948555,"duration":0}},{"uid":"6ea8bf7acf33db19","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6ea8bf7acf33db19","status":"passed","time":{"start":1714430713565,"stop":1714430713565,"duration":0}},{"uid":"451afc64e20cbd84","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/451afc64e20cbd84","status":"passed","time":{"start":1714429917753,"stop":1714429917753,"duration":0}},{"uid":"c913ee782843c342","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c913ee782843c342","status":"passed","time":{"start":1714429040299,"stop":1714429040299,"duration":0}},{"uid":"cf4a151200cb841a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cf4a151200cb841a","status":"passed","time":{"start":1714427848695,"stop":1714427848696,"duration":1}},{"uid":"655ebbe6c3fcc1b4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/655ebbe6c3fcc1b4","status":"passed","time":{"start":1714427530071,"stop":1714427530071,"duration":0}},{"uid":"48734cb5f10022e2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/48734cb5f10022e2","status":"passed","time":{"start":1714426875154,"stop":1714426875155,"duration":1}},{"uid":"950c21732a8e5e01","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/950c21732a8e5e01","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511040,"stop":1714426511040,"duration":0}},{"uid":"dbb6816f2dd15b0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dbb6816f2dd15b0","status":"passed","time":{"start":1714425369968,"stop":1714425369968,"duration":0}},{"uid":"4c718e1ea74a4b04","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4c718e1ea74a4b04","status":"passed","time":{"start":1714415516381,"stop":1714415516382,"duration":1}},{"uid":"9f4054c20c2516f7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9f4054c20c2516f7","status":"passed","time":{"start":1714415679033,"stop":1714415679033,"duration":0}},{"uid":"a69b81e70448096","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a69b81e70448096","status":"passed","time":{"start":1714407884331,"stop":1714407884331,"duration":0}},{"uid":"1a5793c126b618cf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1a5793c126b618cf","status":"passed","time":{"start":1714406914329,"stop":1714406914329,"duration":0}},{"uid":"6336cdb61bb1df24","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6336cdb61bb1df24","status":"passed","time":{"start":1714404690120,"stop":1714404690120,"duration":0}}]},"54d0c14fba56b8150298ec368559f53d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f9d0db72ac9eb77f","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/f9d0db72ac9eb77f","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713989838537,"stop":1713989838538,"duration":1}}]},"45bbceaabc27fa3dfd2e5160e98d77dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5fe9fe18aa848dc","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f5fe9fe18aa848dc","status":"passed","time":{"start":1714415598515,"stop":1714415598515,"duration":0}}]},"94380c5df9ce3f385966fc5c6c9b0031:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1087d9a1980c1375","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/1087d9a1980c1375","status":"passed","time":{"start":1714262246470,"stop":1714262246470,"duration":0}}]},"a7ffef8a9cb457f1ac61f758bc560430:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2372865f7d896b0","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/d2372865f7d896b0","status":"passed","time":{"start":1714178031358,"stop":1714178031358,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"74c1525140a0cc70","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/74c1525140a0cc70","status":"passed","time":{"start":1714454429799,"stop":1714454429799,"duration":0}},{"uid":"cd5f16d5391c74b4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/cd5f16d5391c74b4","status":"passed","time":{"start":1714435983386,"stop":1714435983386,"duration":0}},{"uid":"513499ba005a5304","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/513499ba005a5304","status":"passed","time":{"start":1714435051947,"stop":1714435051947,"duration":0}},{"uid":"aaed773671fd6507","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/aaed773671fd6507","status":"passed","time":{"start":1714433741793,"stop":1714433741794,"duration":1}},{"uid":"e5ce0fbb3f0c4260","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e5ce0fbb3f0c4260","status":"passed","time":{"start":1714431944910,"stop":1714431944910,"duration":0}},{"uid":"81b0b2c4396e70","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/81b0b2c4396e70","status":"passed","time":{"start":1714432240098,"stop":1714432240114,"duration":16}},{"uid":"c578ff9013e7e9b3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c578ff9013e7e9b3","status":"passed","time":{"start":1714430938922,"stop":1714430938922,"duration":0}},{"uid":"2079d66d088f704d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2079d66d088f704d","status":"passed","time":{"start":1714430755768,"stop":1714430755768,"duration":0}},{"uid":"53b812d893ba2fc9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/53b812d893ba2fc9","status":"passed","time":{"start":1714429913442,"stop":1714429913443,"duration":1}},{"uid":"100c7d4d3c1bb0c5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/100c7d4d3c1bb0c5","status":"passed","time":{"start":1714429034577,"stop":1714429034577,"duration":0}},{"uid":"5121269e5d920eae","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5121269e5d920eae","status":"passed","time":{"start":1714427765146,"stop":1714427765147,"duration":1}},{"uid":"45ee6a2cea4d2316","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/45ee6a2cea4d2316","status":"passed","time":{"start":1714427509519,"stop":1714427509519,"duration":0}},{"uid":"7aed3aa41f52c8ba","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7aed3aa41f52c8ba","status":"passed","time":{"start":1714426865270,"stop":1714426865271,"duration":1}},{"uid":"772672d7ade9182d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/772672d7ade9182d","status":"passed","time":{"start":1714425536879,"stop":1714425536879,"duration":0}},{"uid":"445cca2564ef98d8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/445cca2564ef98d8","status":"passed","time":{"start":1714425348192,"stop":1714425348192,"duration":0}},{"uid":"1d89aeeb73e75ca5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1d89aeeb73e75ca5","status":"passed","time":{"start":1714415541649,"stop":1714415541649,"duration":0}},{"uid":"87997ada937bd4a9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/87997ada937bd4a9","status":"passed","time":{"start":1714415666680,"stop":1714415666681,"duration":1}},{"uid":"71a2c89b264b7d0e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/71a2c89b264b7d0e","status":"passed","time":{"start":1714407867321,"stop":1714407867322,"duration":1}},{"uid":"c152248b63f5ef93","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c152248b63f5ef93","status":"passed","time":{"start":1714406901767,"stop":1714406901767,"duration":0}},{"uid":"2c4fc634330355bc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2c4fc634330355bc","status":"passed","time":{"start":1714404685936,"stop":1714404685937,"duration":1}}]},"70893047620f2c6cf6922421b8e76146:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"852afe208227f300","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/852afe208227f300","status":"passed","time":{"start":1714262254740,"stop":1714262254740,"duration":0}}]},"21e04b6d67b8715f3b077313edb55fcc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7993579957dcd0e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/7993579957dcd0e","status":"passed","time":{"start":1714383376699,"stop":1714383376699,"duration":0}}]},"8fe7a9dfca1b3fd6b7ded98dc5e2be80:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"71e25b96f6454d46","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/71e25b96f6454d46","status":"passed","time":{"start":1714089729895,"stop":1714089729895,"duration":0}}]},"472ccbccfd68516dfdc882ee2a846482:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f813dc9a63592de","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/4f813dc9a63592de","status":"passed","time":{"start":1713988905025,"stop":1713988905026,"duration":1}}]},"621aad2036b821c2f7bf0f06c501e12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e91d211ea418f89b","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/e91d211ea418f89b","status":"passed","time":{"start":1713976878058,"stop":1713976878058,"duration":0}}]},"e89c5ebed6a4f0a7daa778799b6a29ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"6ca4f0eb63e35a43","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/6ca4f0eb63e35a43","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579292,"stop":1713943579292,"duration":0}}]},"deaa324180e7267bfe19c1a4e8437c65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6639275b8a3191a4","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/6639275b8a3191a4","status":"passed","time":{"start":1714386693833,"stop":1714386693833,"duration":0}}]},"afcfae460510ab5e0b5c4fc6e92e2f35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"946589ee827b3cf6","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/946589ee827b3cf6","status":"passed","time":{"start":1714178269844,"stop":1714178269845,"duration":1}}]},"b03aab8d3dfac86a3cb8566abeed758f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d1b89602dbee9b5","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/8d1b89602dbee9b5","status":"passed","time":{"start":1714385001596,"stop":1714385001596,"duration":0}}]},"aa533a1d9ce2032dc48c93a81b4ecd50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98aab7116968f33a","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/98aab7116968f33a","status":"passed","time":{"start":1714123110398,"stop":1714123110398,"duration":0}}]},"0e6569cc329123e5e666c1131a84730c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ce9327ede72b28","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/7ce9327ede72b28","status":"passed","time":{"start":1714404194537,"stop":1714404194538,"duration":1}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"11485742e92a5325","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/11485742e92a5325","status":"passed","time":{"start":1714454532119,"stop":1714454532120,"duration":1}},{"uid":"73cdf6df583b5878","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/73cdf6df583b5878","status":"passed","time":{"start":1714436094197,"stop":1714436094197,"duration":0}},{"uid":"111eae17dc1cb373","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/111eae17dc1cb373","status":"passed","time":{"start":1714435163808,"stop":1714435163808,"duration":0}},{"uid":"cf33d740a5ce6d3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cf33d740a5ce6d3","status":"passed","time":{"start":1714433852601,"stop":1714433852602,"duration":1}},{"uid":"f7de26a5eeef6eb0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f7de26a5eeef6eb0","status":"passed","time":{"start":1714432063848,"stop":1714432063849,"duration":1}},{"uid":"b1431652e708fb84","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b1431652e708fb84","status":"passed","time":{"start":1714432359668,"stop":1714432359669,"duration":1}},{"uid":"96190c30b9e18812","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/96190c30b9e18812","status":"passed","time":{"start":1714431050888,"stop":1714431050889,"duration":1}},{"uid":"a54fcbd449f95bac","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a54fcbd449f95bac","status":"passed","time":{"start":1714430874567,"stop":1714430874568,"duration":1}},{"uid":"6ea60cf4cbe50cdc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6ea60cf4cbe50cdc","status":"passed","time":{"start":1714430022718,"stop":1714430022725,"duration":7}},{"uid":"cf4b7575cccc98e6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cf4b7575cccc98e6","status":"passed","time":{"start":1714429144649,"stop":1714429144649,"duration":0}},{"uid":"27a0ada6d522c612","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/27a0ada6d522c612","status":"passed","time":{"start":1714427925998,"stop":1714427925999,"duration":1}},{"uid":"947f415e05f3bf37","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/947f415e05f3bf37","status":"passed","time":{"start":1714427629046,"stop":1714427629047,"duration":1}},{"uid":"b2317caa180bbece","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b2317caa180bbece","status":"passed","time":{"start":1714426975370,"stop":1714426975371,"duration":1}},{"uid":"43b25aa194a73d7a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/43b25aa194a73d7a","status":"passed","time":{"start":1714425690220,"stop":1714425690220,"duration":0}},{"uid":"f052e8bdca7ea636","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f052e8bdca7ea636","status":"passed","time":{"start":1714425473188,"stop":1714425473188,"duration":0}},{"uid":"9e380948ace5a940","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9e380948ace5a940","status":"passed","time":{"start":1714415666101,"stop":1714415666101,"duration":0}},{"uid":"b0d3313455508b31","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b0d3313455508b31","status":"passed","time":{"start":1714415773701,"stop":1714415773701,"duration":0}},{"uid":"3564bd3d0e169a21","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3564bd3d0e169a21","status":"passed","time":{"start":1714407989502,"stop":1714407989502,"duration":0}},{"uid":"fe864691c37a4b61","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fe864691c37a4b61","status":"passed","time":{"start":1714407016609,"stop":1714407016609,"duration":0}},{"uid":"eee762721e7c4379","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/eee762721e7c4379","status":"passed","time":{"start":1714404796530,"stop":1714404796531,"duration":1}}]},"605484241e48a8adca496bef833c6d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9647d6fed1cee0b6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9647d6fed1cee0b6","status":"passed","time":{"start":1714427856111,"stop":1714427856112,"duration":1}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"167b52438eea132c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/167b52438eea132c","status":"passed","time":{"start":1714454605555,"stop":1714454605555,"duration":0}},{"uid":"497c5280df6499d2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/497c5280df6499d2","status":"passed","time":{"start":1714436158737,"stop":1714436158737,"duration":0}},{"uid":"69150c8676a97293","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/69150c8676a97293","status":"passed","time":{"start":1714435237026,"stop":1714435237027,"duration":1}},{"uid":"c7bd48cc163a5978","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c7bd48cc163a5978","status":"passed","time":{"start":1714433925111,"stop":1714433925111,"duration":0}},{"uid":"d96448f7857f0c78","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d96448f7857f0c78","status":"passed","time":{"start":1714432132895,"stop":1714432132896,"duration":1}},{"uid":"73013024d77bb4b7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/73013024d77bb4b7","status":"passed","time":{"start":1714432392995,"stop":1714432392996,"duration":1}},{"uid":"daf6ee5a6bccce8c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/daf6ee5a6bccce8c","status":"passed","time":{"start":1714431131897,"stop":1714431131898,"duration":1}},{"uid":"efcac77e6fc3024a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/efcac77e6fc3024a","status":"passed","time":{"start":1714430918793,"stop":1714430918793,"duration":0}},{"uid":"55f4367008b7ebb8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/55f4367008b7ebb8","status":"passed","time":{"start":1714430104216,"stop":1714430104216,"duration":0}},{"uid":"3446467327d1a757","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3446467327d1a757","status":"passed","time":{"start":1714429213881,"stop":1714429213881,"duration":0}},{"uid":"fa9f83ed0c0676f5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fa9f83ed0c0676f5","status":"passed","time":{"start":1714427999038,"stop":1714427999038,"duration":0}},{"uid":"871ee3ac153bc511","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/871ee3ac153bc511","status":"passed","time":{"start":1714427702234,"stop":1714427702234,"duration":0}},{"uid":"d83a4c9310122154","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d83a4c9310122154","status":"passed","time":{"start":1714427044032,"stop":1714427044033,"duration":1}},{"uid":"3a6de88994fa1d1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3a6de88994fa1d1","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699100,"stop":1714426699100,"duration":0}},{"uid":"45f883f985d8946a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/45f883f985d8946a","status":"passed","time":{"start":1714425534897,"stop":1714425534897,"duration":0}},{"uid":"fa5bd3666bb5d01e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fa5bd3666bb5d01e","status":"passed","time":{"start":1714415702297,"stop":1714415702297,"duration":0}},{"uid":"449c8ba9c6677bbe","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/449c8ba9c6677bbe","status":"passed","time":{"start":1714415850504,"stop":1714415850505,"duration":1}},{"uid":"a1e588de7cce11f4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a1e588de7cce11f4","status":"passed","time":{"start":1714408049955,"stop":1714408049955,"duration":0}},{"uid":"13f67cc2cf6ed681","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/13f67cc2cf6ed681","status":"passed","time":{"start":1714407080676,"stop":1714407080677,"duration":1}},{"uid":"61814e5da7be712","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/61814e5da7be712","status":"passed","time":{"start":1714404860594,"stop":1714404860594,"duration":0}}]},"6cd593b8548e3e27ed29f0b76b5013d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b092ec8e56529372","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/b092ec8e56529372","status":"passed","time":{"start":1714039405800,"stop":1714039405800,"duration":0}}]},"054249b0d443cc573a3f744e9d7104e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96c5deb07acb33a8","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/96c5deb07acb33a8","status":"passed","time":{"start":1714240486913,"stop":1714240486914,"duration":1}}]},"8ada427fe3f17beef8c86a1a760227fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8eb492592e8677c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d8eb492592e8677c","status":"passed","time":{"start":1714436052994,"stop":1714436052994,"duration":0}}]},"5f4ad213d7c0c94fe0b29f55de7cce41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57702729cfc4a56c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/57702729cfc4a56c","status":"passed","time":{"start":1714435099719,"stop":1714435099719,"duration":0}}]},"2840f4d04bf5b7d3acf1a918f5ef4dc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"287cf73b94cdce63","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/287cf73b94cdce63","status":"passed","time":{"start":1714178024128,"stop":1714178024128,"duration":0}}]},"23d671e3aea1cfb5c9b6d0f42200f7ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9c72d99458a6286","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f9c72d99458a6286","status":"passed","time":{"start":1714144468119,"stop":1714144468126,"duration":7}}]},"c8d258984fc0e17b512b2a65d4cf3c01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48a6f84b1469b0ef","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/48a6f84b1469b0ef","status":"passed","time":{"start":1714114057877,"stop":1714114057878,"duration":1}}]},"3d11a9c31b1d5eea011bcdcfdc1d9904:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdb0a53954c7b37b","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/fdb0a53954c7b37b","status":"passed","time":{"start":1714178024105,"stop":1714178024105,"duration":0}}]},"22a1ba20ce71732a00780285c3455ea8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc7a70cce74ff7fe","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/fc7a70cce74ff7fe","status":"passed","time":{"start":1714018144006,"stop":1714018144006,"duration":0}}]},"707f26c1ef5676ccdede05ace88ee574:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47d8407229c3fa9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/47d8407229c3fa9","status":"passed","time":{"start":1714415596684,"stop":1714415596684,"duration":0}}]},"135e717ac4b3614349ce5b6b35553193:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"4a96ee4b6a503c08","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/4a96ee4b6a503c08","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098685,"stop":1713976098685,"duration":0}}]},"8543a5accb5292a5be141c125ddbefef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ff3bd8bac32d45e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7ff3bd8bac32d45e","status":"passed","time":{"start":1714435115854,"stop":1714435115854,"duration":0}}]},"e5c1deda188ed2f50fe5039304a66dd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"180051924807dd8c","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/180051924807dd8c","status":"passed","time":{"start":1714404264852,"stop":1714404264853,"duration":1}}]},"15d0078927d17529acd6f5ff4b841bb0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b0f299786b970d9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2b0f299786b970d9","status":"passed","time":{"start":1714427584806,"stop":1714427584806,"duration":0}}]},"52f13fa0105a2ddfebd357fe7c392c27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a70ac3b6da8e16d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5a70ac3b6da8e16d","status":"passed","time":{"start":1714436043129,"stop":1714436043130,"duration":1}}]},"6a71782ec474c59b2841fe9db1e587cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1979d9da10476110","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/1979d9da10476110","status":"passed","time":{"start":1714178248451,"stop":1714178248451,"duration":0}}]},"53b65dbbbd8551b867093617b19298ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e92a0665204f9d6b","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/e92a0665204f9d6b","status":"passed","time":{"start":1714380112855,"stop":1714380112855,"duration":0}}]},"24b00895cce0da0ff5ac99db4f5a4048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de22785694b593e5","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/de22785694b593e5","status":"passed","time":{"start":1714153938728,"stop":1714153938728,"duration":0}}]},"279c97aa3b43d1f0c35016ef75f979fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6e70fa448d7f422","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/b6e70fa448d7f422","status":"passed","time":{"start":1714017797562,"stop":1714017797562,"duration":0}}]},"9f53177f45ea73bb68cda9bc2868cc8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0e873ff46882a4a","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/e0e873ff46882a4a","status":"passed","time":{"start":1714385705600,"stop":1714385705600,"duration":0}}]},"52486d8e510082f67a724fe39837f187:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2931a0bb84b50618","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/2931a0bb84b50618","status":"passed","time":{"start":1714040336332,"stop":1714040336332,"duration":0}}]},"d083ff8032280749b8493fc51e3e53c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"614c4250babadc81","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/614c4250babadc81","status":"passed","time":{"start":1714426865268,"stop":1714426865268,"duration":0}}]},"88ea4663024f1b9855ecd394b5bb2bda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a893a12167a8fef","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/4a893a12167a8fef","status":"passed","time":{"start":1713996808986,"stop":1713996808986,"duration":0}}]},"79a0ef910c7217aa1ead882ce4dc6d11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d91b9432d623092","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/4d91b9432d623092","status":"passed","time":{"start":1713996785415,"stop":1713996785415,"duration":0}}]},"05926a7ec1ad9c6932bc46e3598f7041:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e30070f6d66d855a","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/e30070f6d66d855a","status":"passed","time":{"start":1714039363095,"stop":1714039363096,"duration":1}}]},"c367fba6e2500c2ade680598617e0fcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21271525160a5c6c","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/21271525160a5c6c","status":"passed","time":{"start":1714045954392,"stop":1714045954392,"duration":0}}]},"dfac58e2a606de646e254708e2eac137:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b5a9142a8757291","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/3b5a9142a8757291","status":"passed","time":{"start":1714140980013,"stop":1714140980013,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ee533373a8271683","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ee533373a8271683","status":"passed","time":{"start":1714453932857,"stop":1714453932857,"duration":0}},{"uid":"16fcf3ae2aadfe57","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/16fcf3ae2aadfe57","status":"passed","time":{"start":1714435490732,"stop":1714435490732,"duration":0}},{"uid":"ddf46464047a077a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ddf46464047a077a","status":"passed","time":{"start":1714434559777,"stop":1714434559777,"duration":0}},{"uid":"6352ab3f1d04b582","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6352ab3f1d04b582","status":"passed","time":{"start":1714433254796,"stop":1714433254796,"duration":0}},{"uid":"dbeff6b70b82a25e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/dbeff6b70b82a25e","status":"passed","time":{"start":1714431452568,"stop":1714431452568,"duration":0}},{"uid":"3ae27611fbbe733e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3ae27611fbbe733e","status":"passed","time":{"start":1714431716188,"stop":1714431716188,"duration":0}},{"uid":"3e86e19a3fdc800","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3e86e19a3fdc800","status":"passed","time":{"start":1714430438601,"stop":1714430438602,"duration":1}},{"uid":"5647eaf50fdd8951","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5647eaf50fdd8951","status":"passed","time":{"start":1714430231056,"stop":1714430231056,"duration":0}},{"uid":"3b6a27512997f346","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3b6a27512997f346","status":"passed","time":{"start":1714429392664,"stop":1714429392664,"duration":0}},{"uid":"83aba7693cc91d12","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/83aba7693cc91d12","status":"passed","time":{"start":1714428536454,"stop":1714428536454,"duration":0}},{"uid":"bb1370e5196a9832","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bb1370e5196a9832","status":"passed","time":{"start":1714427313865,"stop":1714427313865,"duration":0}},{"uid":"1cb01a0c11fd4b50","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1cb01a0c11fd4b50","status":"passed","time":{"start":1714427015251,"stop":1714427015252,"duration":1}},{"uid":"a7247e06b0b8422a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a7247e06b0b8422a","status":"passed","time":{"start":1714426364093,"stop":1714426364094,"duration":1}},{"uid":"ac9d1cae80c08394","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ac9d1cae80c08394","status":"passed","time":{"start":1714424466685,"stop":1714424466685,"duration":0}},{"uid":"208a64f9a79fa271","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/208a64f9a79fa271","status":"passed","time":{"start":1714424857073,"stop":1714424857074,"duration":1}},{"uid":"63e4df0969206a7c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/63e4df0969206a7c","status":"passed","time":{"start":1714415009478,"stop":1714415009479,"duration":1}},{"uid":"8578be9c2aa026a9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8578be9c2aa026a9","status":"passed","time":{"start":1714415162954,"stop":1714415162954,"duration":0}},{"uid":"2be37577904bdc58","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2be37577904bdc58","status":"passed","time":{"start":1714407369991,"stop":1714407369992,"duration":1}},{"uid":"f00814d0887749fd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f00814d0887749fd","status":"passed","time":{"start":1714406397217,"stop":1714406397217,"duration":0}},{"uid":"a2467b38758a5610","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a2467b38758a5610","status":"passed","time":{"start":1714404187113,"stop":1714404187114,"duration":1}}]},"f996b296d62c3717f9fe5c8a3480d356:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4099afb26416f36e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4099afb26416f36e","status":"passed","time":{"start":1714429967917,"stop":1714429967917,"duration":0}}]},"a410f60f0b79a9b69034b0b3638d34cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c879c2521adc3d5","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/c879c2521adc3d5","status":"passed","time":{"start":1714379984456,"stop":1714379984457,"duration":1}}]},"f6a818ffdd6e2e77cd31979493cda089:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"52bc8112e3fb9ef5","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/52bc8112e3fb9ef5","status":"passed","time":{"start":1713976897150,"stop":1713976897150,"duration":0}},{"uid":"61edd4d08eee6c67","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/61edd4d08eee6c67","status":"passed","time":{"start":1713976088053,"stop":1713976088053,"duration":0}},{"uid":"c3db3825c60776d9","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/c3db3825c60776d9","status":"passed","time":{"start":1713969096478,"stop":1713969096478,"duration":0}},{"uid":"d7b0bc784343b66a","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/d7b0bc784343b66a","status":"passed","time":{"start":1713943563652,"stop":1713943563652,"duration":0}},{"uid":"12249a666cdb8def","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/12249a666cdb8def","status":"passed","time":{"start":1713889400902,"stop":1713889400902,"duration":0}}]},"03b77c929ea89fa5f46305c99fec6223:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7fd9638cc9c9326","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/e7fd9638cc9c9326","status":"passed","time":{"start":1714040301535,"stop":1714040301535,"duration":0}}]},"6f828416146dc0b7ba9d1e53221ad013:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a538e5147b56918","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3a538e5147b56918","status":"passed","time":{"start":1714427561591,"stop":1714427561591,"duration":0}}]},"639efa3fb8271b214fcc7bb32716f6e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd58f0abd5d08dba","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/dd58f0abd5d08dba","status":"passed","time":{"start":1714381685743,"stop":1714381685743,"duration":0}}]},"101945ad07180874e90310edeae81911:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9ffdc28d79b2f78","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/d9ffdc28d79b2f78","status":"passed","time":{"start":1713977433089,"stop":1713977433089,"duration":0}}]},"2f07ea8d6448d7a5ae5eb946fdcbbddc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1214b969d262aca6","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/1214b969d262aca6","status":"passed","time":{"start":1714033799774,"stop":1714033799774,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"32d513c4e4365c39","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/32d513c4e4365c39","status":"passed","time":{"start":1714454434321,"stop":1714454434322,"duration":1}},{"uid":"df58bbd88829164a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/df58bbd88829164a","status":"passed","time":{"start":1714436006536,"stop":1714436006537,"duration":1}},{"uid":"e78418f2a480c0df","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e78418f2a480c0df","status":"passed","time":{"start":1714435054833,"stop":1714435054846,"duration":13}},{"uid":"814c0e0676ccbc4a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/814c0e0676ccbc4a","status":"passed","time":{"start":1714433761059,"stop":1714433761060,"duration":1}},{"uid":"9510adf2a5171856","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9510adf2a5171856","status":"passed","time":{"start":1714431966431,"stop":1714431966431,"duration":0}},{"uid":"e9cd22455741a6eb","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e9cd22455741a6eb","status":"passed","time":{"start":1714432193274,"stop":1714432193275,"duration":1}},{"uid":"183a99d65253950d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/183a99d65253950d","status":"passed","time":{"start":1714430948537,"stop":1714430948538,"duration":1}},{"uid":"f0732b362d700ece","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f0732b362d700ece","status":"passed","time":{"start":1714430713525,"stop":1714430713544,"duration":19}},{"uid":"5db9395132cda9de","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5db9395132cda9de","status":"passed","time":{"start":1714429917745,"stop":1714429917745,"duration":0}},{"uid":"1dd1f3a1d6d44ea5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1dd1f3a1d6d44ea5","status":"passed","time":{"start":1714429040295,"stop":1714429040295,"duration":0}},{"uid":"4e21e06a8c78ea71","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4e21e06a8c78ea71","status":"passed","time":{"start":1714427848684,"stop":1714427848684,"duration":0}},{"uid":"79a331dd5046a9b3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/79a331dd5046a9b3","status":"passed","time":{"start":1714427530066,"stop":1714427530066,"duration":0}},{"uid":"8fe9d8594852dd2c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8fe9d8594852dd2c","status":"passed","time":{"start":1714426875145,"stop":1714426875145,"duration":0}},{"uid":"185e63276dc1e1ac","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/185e63276dc1e1ac","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511031,"stop":1714426511031,"duration":0}},{"uid":"cb7c620b68a28dd7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cb7c620b68a28dd7","status":"passed","time":{"start":1714425369961,"stop":1714425369961,"duration":0}},{"uid":"67190874cd4f90e7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/67190874cd4f90e7","status":"passed","time":{"start":1714415516377,"stop":1714415516377,"duration":0}},{"uid":"149ab7449c9c9f2d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/149ab7449c9c9f2d","status":"passed","time":{"start":1714415679030,"stop":1714415679030,"duration":0}},{"uid":"5c687225127b7ac1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5c687225127b7ac1","status":"passed","time":{"start":1714407884326,"stop":1714407884326,"duration":0}},{"uid":"8c951ba60f0dbac","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8c951ba60f0dbac","status":"passed","time":{"start":1714406914316,"stop":1714406914316,"duration":0}},{"uid":"53ef5532ef66a037","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/53ef5532ef66a037","status":"passed","time":{"start":1714404690110,"stop":1714404690110,"duration":0}}]},"2c9581463f7aa326ee532dc0c81c7440:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1775d6f5b0a9260d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1775d6f5b0a9260d","status":"passed","time":{"start":1714407884332,"stop":1714407884332,"duration":0}}]},"19c5f944739da07a3f823f8a14b4918d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24727651cd7adb3f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/24727651cd7adb3f","status":"passed","time":{"start":1714432020149,"stop":1714432020149,"duration":0}}]},"8bb9dd096dbe88d8ece4b8cc13732d58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"439d522dc79bee05","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/439d522dc79bee05","status":"passed","time":{"start":1714382735212,"stop":1714382735212,"duration":0}}]},"958601f72ae265694e2f63bd1dd9f88b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1746d50015a78684","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/1746d50015a78684","status":"passed","time":{"start":1714142096595,"stop":1714142096595,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"75e14a87ff799f1f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/75e14a87ff799f1f","status":"passed","time":{"start":1714454227478,"stop":1714454227478,"duration":0}},{"uid":"2a5e392e5b78c867","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2a5e392e5b78c867","status":"passed","time":{"start":1714435777411,"stop":1714435777411,"duration":0}},{"uid":"20254176f2ffa55d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/20254176f2ffa55d","status":"passed","time":{"start":1714434844518,"stop":1714434844518,"duration":0}},{"uid":"99ccad63a8d1c785","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/99ccad63a8d1c785","status":"passed","time":{"start":1714433535982,"stop":1714433535982,"duration":0}},{"uid":"a21113f12b941c82","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a21113f12b941c82","status":"passed","time":{"start":1714431743533,"stop":1714431743539,"duration":6}},{"uid":"a5f440433f3772cf","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a5f440433f3772cf","status":"passed","time":{"start":1714432002442,"stop":1714432002443,"duration":1}},{"uid":"30113010b237b55a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/30113010b237b55a","status":"passed","time":{"start":1714430732686,"stop":1714430732687,"duration":1}},{"uid":"ade14333c78d5a59","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ade14333c78d5a59","status":"passed","time":{"start":1714430508171,"stop":1714430508171,"duration":0}},{"uid":"f86947cce7306fae","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f86947cce7306fae","status":"passed","time":{"start":1714429693168,"stop":1714429693169,"duration":1}},{"uid":"77845e6d1c4ec21e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/77845e6d1c4ec21e","status":"passed","time":{"start":1714428818270,"stop":1714428818271,"duration":1}},{"uid":"98dee79e888962b3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/98dee79e888962b3","status":"passed","time":{"start":1714427601321,"stop":1714427601321,"duration":0}},{"uid":"5cb341669df8d365","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5cb341669df8d365","status":"passed","time":{"start":1714427308830,"stop":1714427308830,"duration":0}},{"uid":"2db8f6a422352a05","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2db8f6a422352a05","status":"passed","time":{"start":1714426655795,"stop":1714426655796,"duration":1}},{"uid":"4881bff0d514186a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4881bff0d514186a","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420762,"stop":1714425420763,"duration":1}},{"uid":"4b79ac9d6e678db2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4b79ac9d6e678db2","status":"passed","time":{"start":1714425137467,"stop":1714425137467,"duration":0}},{"uid":"c689f0f774d0a81f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c689f0f774d0a81f","status":"passed","time":{"start":1714415306381,"stop":1714415306381,"duration":0}},{"uid":"6075291a27859048","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6075291a27859048","status":"passed","time":{"start":1714415441035,"stop":1714415441035,"duration":0}},{"uid":"1b1732131c25b75c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1b1732131c25b75c","status":"passed","time":{"start":1714407661424,"stop":1714407661424,"duration":0}},{"uid":"fcc3f42c9699be6d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fcc3f42c9699be6d","status":"passed","time":{"start":1714406688873,"stop":1714406688874,"duration":1}},{"uid":"4f72b9d0b6e2a642","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4f72b9d0b6e2a642","status":"passed","time":{"start":1714404480636,"stop":1714404480637,"duration":1}}]},"62896437093d34b454eb73df31917f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"82704bd32d0ec98e","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/82704bd32d0ec98e","status":"passed","time":{"start":1714018100848,"stop":1714018100848,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"b0866868a2728cdc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b0866868a2728cdc","status":"passed","time":{"start":1714454253971,"stop":1714454253971,"duration":0}},{"uid":"570a098e0cbfa2ef","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/570a098e0cbfa2ef","status":"passed","time":{"start":1714435800545,"stop":1714435800545,"duration":0}},{"uid":"ec921d44de6a22b0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ec921d44de6a22b0","status":"passed","time":{"start":1714434868887,"stop":1714434868887,"duration":0}},{"uid":"c2e416be35499d7b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c2e416be35499d7b","status":"passed","time":{"start":1714433558964,"stop":1714433558965,"duration":1}},{"uid":"76820d992f541998","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/76820d992f541998","status":"passed","time":{"start":1714431775286,"stop":1714431775286,"duration":0}},{"uid":"70cb6fb4f23bf9a0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/70cb6fb4f23bf9a0","status":"passed","time":{"start":1714432112504,"stop":1714432112505,"duration":1}},{"uid":"1506ebe9ef5b439e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1506ebe9ef5b439e","status":"passed","time":{"start":1714430779496,"stop":1714430779496,"duration":0}},{"uid":"2e8e04cb4ee76fc1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2e8e04cb4ee76fc1","status":"passed","time":{"start":1714430619817,"stop":1714430619817,"duration":0}},{"uid":"9cec63a051a793e6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9cec63a051a793e6","status":"passed","time":{"start":1714429728493,"stop":1714429728494,"duration":1}},{"uid":"3e079de3cb232a79","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3e079de3cb232a79","status":"passed","time":{"start":1714428861498,"stop":1714428861499,"duration":1}},{"uid":"f926dff94aa6d1de","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f926dff94aa6d1de","status":"passed","time":{"start":1714427639899,"stop":1714427639899,"duration":0}},{"uid":"445420f2225b2f57","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/445420f2225b2f57","status":"passed","time":{"start":1714427327893,"stop":1714427327893,"duration":0}},{"uid":"1440920dec99164e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1440920dec99164e","status":"passed","time":{"start":1714426699053,"stop":1714426699054,"duration":1}},{"uid":"b1835dee87d55b09","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b1835dee87d55b09","status":"passed","time":{"start":1714425430100,"stop":1714425430100,"duration":0}},{"uid":"7b416910f0d8abda","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7b416910f0d8abda","status":"passed","time":{"start":1714425175291,"stop":1714425175292,"duration":1}},{"uid":"8a08633fa34b27c8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8a08633fa34b27c8","status":"passed","time":{"start":1714415341813,"stop":1714415341814,"duration":1}},{"uid":"8fe8fc8da6920d94","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8fe8fc8da6920d94","status":"passed","time":{"start":1714415503253,"stop":1714415503253,"duration":0}},{"uid":"f70546e5bac662e2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f70546e5bac662e2","status":"passed","time":{"start":1714407698910,"stop":1714407698910,"duration":0}},{"uid":"5ce5b4d1eb5fbf2a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5ce5b4d1eb5fbf2a","status":"passed","time":{"start":1714406727950,"stop":1714406727950,"duration":0}},{"uid":"837f6b65211a7276","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/837f6b65211a7276","status":"passed","time":{"start":1714404520027,"stop":1714404520028,"duration":1}}]},"32d8a28f25df11bbc712db21f8eeb902:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e7380a60187f2f2","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/6e7380a60187f2f2","status":"passed","time":{"start":1714383176781,"stop":1714383176781,"duration":0}}]},"c753024ccbcad445fa220a342dc38dfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7060cf6b0a8231d9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7060cf6b0a8231d9","status":"passed","time":{"start":1714425396494,"stop":1714425396494,"duration":0}}]},"0fe9fdc3deb38918580cdfbc8083af2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ece39db8bd3e90eb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ece39db8bd3e90eb","status":"passed","time":{"start":1714436043133,"stop":1714436043133,"duration":0}}]},"bb62a49a4301bebbe7a88e526766781d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea6cdb28412fded","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea6cdb28412fded","status":"passed","time":{"start":1714454485750,"stop":1714454485751,"duration":1}}]},"8c84782e1c681208a1c8e4e40123aa1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53bec7594ae0d1ba","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/53bec7594ae0d1ba","status":"passed","time":{"start":1714429967915,"stop":1714429967916,"duration":1}}]},"3f8b8473379371579200dd5ceceb70c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56b66150ff80c3e5","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/56b66150ff80c3e5","status":"passed","time":{"start":1714139752231,"stop":1714139752231,"duration":0}}]},"85a666a8f893fa82c1ac29e969e00fd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97f1eb73a9bbccf1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/97f1eb73a9bbccf1","status":"passed","time":{"start":1714406956960,"stop":1714406956960,"duration":0}}]},"ad884d12f12808f7a44cd99d7269df91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af0c7d5fd5781d2f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/af0c7d5fd5781d2f","status":"passed","time":{"start":1714435006855,"stop":1714435006856,"duration":1}}]},"1e9c19865c1a295d1b9a4d7590f95380:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26385a235ac648e5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/26385a235ac648e5","status":"passed","time":{"start":1714454485765,"stop":1714454485765,"duration":0}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"a07d2bba4bd5a39f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a07d2bba4bd5a39f","status":"passed","time":{"start":1714454140468,"stop":1714454140469,"duration":1}},{"uid":"32b67d27651fe60b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/32b67d27651fe60b","status":"passed","time":{"start":1714435687941,"stop":1714435687943,"duration":2}},{"uid":"f35cb064e9d368b2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f35cb064e9d368b2","status":"passed","time":{"start":1714434773465,"stop":1714434773465,"duration":0}},{"uid":"5151b1898fc66860","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5151b1898fc66860","status":"passed","time":{"start":1714433450978,"stop":1714433450979,"duration":1}},{"uid":"6156187d9611d48d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6156187d9611d48d","status":"passed","time":{"start":1714431653508,"stop":1714431653508,"duration":0}},{"uid":"29560a0076dd4821","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/29560a0076dd4821","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714431989847,"stop":1714431989848,"duration":1}},{"uid":"4722bbf7eeb94ea","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4722bbf7eeb94ea","status":"passed","time":{"start":1714430659426,"stop":1714430659427,"duration":1}},{"uid":"efaf9157a4f5f8e8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/efaf9157a4f5f8e8","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1714430522164,"stop":1714430522164,"duration":0}},{"uid":"8d6bc16dc04340b4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8d6bc16dc04340b4","status":"passed","time":{"start":1714429610415,"stop":1714429610415,"duration":0}},{"uid":"21fc395cb9a7e4ab","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/21fc395cb9a7e4ab","status":"passed","time":{"start":1714428741364,"stop":1714428741364,"duration":0}},{"uid":"d7eea6c4d099c6fb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d7eea6c4d099c6fb","status":"passed","time":{"start":1714427513584,"stop":1714427513584,"duration":0}},{"uid":"a70637a22b16e556","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a70637a22b16e556","status":"passed","time":{"start":1714427219357,"stop":1714427219358,"duration":1}},{"uid":"d0ed27a33c863c73","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d0ed27a33c863c73","status":"passed","time":{"start":1714426573100,"stop":1714426573101,"duration":1}},{"uid":"c6e5baffde67343","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c6e5baffde67343","status":"passed","time":{"start":1714424914280,"stop":1714424914280,"duration":0}},{"uid":"f196e9e7f9ddaa0f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f196e9e7f9ddaa0f","status":"passed","time":{"start":1714425071923,"stop":1714425071923,"duration":0}},{"uid":"e7cef572f1a71765","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e7cef572f1a71765","status":"passed","time":{"start":1714415233337,"stop":1714415233337,"duration":0}},{"uid":"1e25b1713a72ef94","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1e25b1713a72ef94","status":"passed","time":{"start":1714415382777,"stop":1714415382778,"duration":1}},{"uid":"89c19d6b8a900580","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/89c19d6b8a900580","status":"passed","time":{"start":1714407575699,"stop":1714407575700,"duration":1}},{"uid":"7d3b327f01f2bf9e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7d3b327f01f2bf9e","status":"passed","time":{"start":1714406625176,"stop":1714406625176,"duration":0}},{"uid":"1093412a38c38c58","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1093412a38c38c58","status":"passed","time":{"start":1714404386208,"stop":1714404386209,"duration":1}}]},"7a69d1ebee760cf3ce25dae77f83a866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9196068885d3fffa","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/9196068885d3fffa","status":"passed","time":{"start":1714262205363,"stop":1714262205364,"duration":1}}]},"e4cad29787df20ab976ae44be8283145:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc33df56c2bf57e7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dc33df56c2bf57e7","status":"passed","time":{"start":1714427848674,"stop":1714427848674,"duration":0}}]},"2c9093a3790d630302d58b585c772999:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52b4c620253b6a43","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/52b4c620253b6a43","status":"passed","time":{"start":1714003518579,"stop":1714003518579,"duration":0}}]},"b661b642936b2242e34ee715c4504875:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fef2df657cbec76e","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/fef2df657cbec76e","status":"passed","time":{"start":1713982956495,"stop":1713982956495,"duration":0}}]},"654ea7e37e190bbcb7c198838a9b8b93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53807989766d45ce","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/53807989766d45ce","status":"passed","time":{"start":1714383229457,"stop":1714383229457,"duration":0}}]},"bb06d463e7d64a4f5f1c40bdbd631f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89951613d8a3753b","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/89951613d8a3753b","status":"passed","time":{"start":1714039405799,"stop":1714039405800,"duration":1}}]},"d51c72c5561619c96f73ed73611e8291:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f0b702ac36e4d3a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/9f0b702ac36e4d3a","status":"passed","time":{"start":1714297212223,"stop":1714297212223,"duration":0}}]},"b99886709af898df445188fabe583e26:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7b4cc96fc88e9d90","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/7b4cc96fc88e9d90","status":"passed","time":{"start":1714089697951,"stop":1714089697951,"duration":0}}]},"8df5da3b36b68ad6d7ef260699d825af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37a3a1bace0d7f69","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/37a3a1bace0d7f69","status":"passed","time":{"start":1714430851129,"stop":1714430851129,"duration":0}}]},"254cd70ca7e619821755d5fb9d242f05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"540a3d7e412e03ce","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/540a3d7e412e03ce","status":"passed","time":{"start":1714219200737,"stop":1714219200737,"duration":0}}]},"922c37d30b9a24499e7219f46f8a0d0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3824a470d3bced7f","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/3824a470d3bced7f","status":"passed","time":{"start":1714004335336,"stop":1714004335336,"duration":0}}]},"208e01fbb54544bca8cd4cc0f8c4ac61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"fef64eb1c6a49ef9","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/fef64eb1c6a49ef9","status":"broken","statusDetails":"expected +0 to equal 3","time":{"start":1713989843825,"stop":1713989843825,"duration":0}}]},"3a024e3440e82aaed209c13c5977f8d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28c3060ed42faec2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/28c3060ed42faec2","status":"passed","time":{"start":1714427233657,"stop":1714427233657,"duration":0}}]},"72d094b56d17e2837d9628e94d1490ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"601cd99efab7084d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/601cd99efab7084d","status":"passed","time":{"start":1714407938512,"stop":1714407938512,"duration":0}}]},"c29071f3c19697121f337f09baafdab9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"152dcea773f3d280","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/152dcea773f3d280","status":"passed","time":{"start":1714040336337,"stop":1714040336337,"duration":0}}]},"9965dcca6547dd3474aa5b7b678ce201:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4043fc79e96fb0cd","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/4043fc79e96fb0cd","status":"passed","time":{"start":1714221441309,"stop":1714221441309,"duration":0}}]},"3f2dc56ff30b40935b847723608fbc0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0092f3b66faa63e","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/e0092f3b66faa63e","status":"passed","time":{"start":1714139752229,"stop":1714139752229,"duration":0}}]},"ccee53cc1644eba0255e21c050df19d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8d721aed1390cbb7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8d721aed1390cbb7","status":"passed","time":{"start":1714425644079,"stop":1714425644080,"duration":1}}]},"8bf679e39c8568da2e702c2253fd516b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"670d79909dc7f0ca","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/670d79909dc7f0ca","status":"passed","time":{"start":1714169159822,"stop":1714169159822,"duration":0}}]},"a4f40e77a2877756c0812f8ba3d98c0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dbbb9a8d591dc5d4","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/dbbb9a8d591dc5d4","status":"passed","time":{"start":1713976155898,"stop":1713976155898,"duration":0}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"f7f34db7d4dbcba6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f7f34db7d4dbcba6","status":"passed","time":{"start":1714454483207,"stop":1714454483207,"duration":0}},{"uid":"dd6918b5e6b5cf13","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dd6918b5e6b5cf13","status":"passed","time":{"start":1714436043135,"stop":1714436043136,"duration":1}},{"uid":"53f602934efe8d76","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/53f602934efe8d76","status":"passed","time":{"start":1714435099730,"stop":1714435099730,"duration":0}},{"uid":"9c3d87752ec6d3c7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9c3d87752ec6d3c7","status":"passed","time":{"start":1714433792297,"stop":1714433792297,"duration":0}},{"uid":"2eb7db70c8e1a7b5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2eb7db70c8e1a7b5","status":"passed","time":{"start":1714431997898,"stop":1714431997898,"duration":0}},{"uid":"ab68f4e85b977380","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ab68f4e85b977380","status":"passed","time":{"start":1714432293610,"stop":1714432293611,"duration":1}},{"uid":"6d45a27686c5fd94","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6d45a27686c5fd94","status":"passed","time":{"start":1714430988316,"stop":1714430988316,"duration":0}},{"uid":"e0edfa165ddc85d8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e0edfa165ddc85d8","status":"passed","time":{"start":1714430789854,"stop":1714430789854,"duration":0}},{"uid":"400ec19b0f76cca9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/400ec19b0f76cca9","status":"passed","time":{"start":1714429967918,"stop":1714429967919,"duration":1}},{"uid":"10ebeee6cde9d5ad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/10ebeee6cde9d5ad","status":"passed","time":{"start":1714429091064,"stop":1714429091064,"duration":0}},{"uid":"e6e89911139ddfc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e6e89911139ddfc","status":"passed","time":{"start":1714427833034,"stop":1714427833034,"duration":0}},{"uid":"dac6569c8e18d4cf","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dac6569c8e18d4cf","status":"passed","time":{"start":1714427561593,"stop":1714427561593,"duration":0}},{"uid":"444d9a3035ed5015","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/444d9a3035ed5015","status":"passed","time":{"start":1714426916054,"stop":1714426916054,"duration":0}},{"uid":"21b36575fed79df4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/21b36575fed79df4","status":"passed","time":{"start":1714425586971,"stop":1714425586972,"duration":1}},{"uid":"1f78cd95c308e6ee","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1f78cd95c308e6ee","status":"passed","time":{"start":1714425396498,"stop":1714425396498,"duration":0}},{"uid":"7fb9e05bfcc9205e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7fb9e05bfcc9205e","status":"passed","time":{"start":1714415596690,"stop":1714415596690,"duration":0}},{"uid":"a74e3fc1c317c6f5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a74e3fc1c317c6f5","status":"passed","time":{"start":1714415715319,"stop":1714415715319,"duration":0}},{"uid":"2943e95b7e06465d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2943e95b7e06465d","status":"passed","time":{"start":1714407912885,"stop":1714407912886,"duration":1}},{"uid":"79dfd50159a36622","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/79dfd50159a36622","status":"passed","time":{"start":1714406956963,"stop":1714406956964,"duration":1}},{"uid":"111a716c805c801a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/111a716c805c801a","status":"passed","time":{"start":1714404734772,"stop":1714404734772,"duration":0}}]},"b3fd7510d0c6dedef53777e55790c405:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fc5ccd2c798c1e8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7fc5ccd2c798c1e8","status":"passed","time":{"start":1714436053000,"stop":1714436053000,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"db5c9f40c9fecb1c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/db5c9f40c9fecb1c","status":"passed","time":{"start":1714454227479,"stop":1714454227479,"duration":0}},{"uid":"1e9fe3889cd9609a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1e9fe3889cd9609a","status":"passed","time":{"start":1714435777411,"stop":1714435777416,"duration":5}},{"uid":"f12516299517dbc7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f12516299517dbc7","status":"passed","time":{"start":1714434844518,"stop":1714434844518,"duration":0}},{"uid":"77acb685465a08d3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/77acb685465a08d3","status":"passed","time":{"start":1714433535982,"stop":1714433535983,"duration":1}},{"uid":"c0ad4dbdd671624e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c0ad4dbdd671624e","status":"passed","time":{"start":1714431743540,"stop":1714431743545,"duration":5}},{"uid":"c19d51d6d2eeb3b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c19d51d6d2eeb3b","status":"passed","time":{"start":1714432002443,"stop":1714432002443,"duration":0}},{"uid":"2e6a8c4918188ffd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2e6a8c4918188ffd","status":"passed","time":{"start":1714430732687,"stop":1714430732688,"duration":1}},{"uid":"50a8966fe949f235","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/50a8966fe949f235","status":"passed","time":{"start":1714430508171,"stop":1714430508173,"duration":2}},{"uid":"a91df9aeaaa0d4d4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a91df9aeaaa0d4d4","status":"passed","time":{"start":1714429693169,"stop":1714429693169,"duration":0}},{"uid":"b5754d43f85805f2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b5754d43f85805f2","status":"passed","time":{"start":1714428818271,"stop":1714428818271,"duration":0}},{"uid":"50510d31d8a25e18","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/50510d31d8a25e18","status":"passed","time":{"start":1714427601321,"stop":1714427601322,"duration":1}},{"uid":"e4f5fe990cb26468","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e4f5fe990cb26468","status":"passed","time":{"start":1714427308830,"stop":1714427308831,"duration":1}},{"uid":"d2f3b9292e5af530","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d2f3b9292e5af530","status":"passed","time":{"start":1714426655796,"stop":1714426655797,"duration":1}},{"uid":"6bbb3e37ce5d4830","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6bbb3e37ce5d4830","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420764,"stop":1714425420764,"duration":0}},{"uid":"1868f720124a8902","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1868f720124a8902","status":"passed","time":{"start":1714425137467,"stop":1714425137468,"duration":1}},{"uid":"713c105f0bc21381","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/713c105f0bc21381","status":"passed","time":{"start":1714415306381,"stop":1714415306382,"duration":1}},{"uid":"9086de38c033961e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9086de38c033961e","status":"passed","time":{"start":1714415441035,"stop":1714415441036,"duration":1}},{"uid":"7d5dfbc4659c1cd9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7d5dfbc4659c1cd9","status":"passed","time":{"start":1714407661424,"stop":1714407661425,"duration":1}},{"uid":"4e35962563321dfc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4e35962563321dfc","status":"passed","time":{"start":1714406688874,"stop":1714406688874,"duration":0}},{"uid":"26d4b948ab966be3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/26d4b948ab966be3","status":"passed","time":{"start":1714404480637,"stop":1714404480638,"duration":1}}]},"c9484d9ff7573e62cf425ddc3d68364e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e76bb68899b003","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6e76bb68899b003","status":"passed","time":{"start":1714430997198,"stop":1714430997199,"duration":1}}]},"63b0c865a7f49f23e67160e82b32194a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b75235192b27752d","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/b75235192b27752d","status":"passed","time":{"start":1714045506632,"stop":1714045506632,"duration":0}}]},"8f4ec1ce7856a5463423e88accfeeb18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"11704ebd374ec6a0","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/11704ebd374ec6a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098684,"stop":1713976098684,"duration":0}}]},"0bdcebc049cecad68ad37c0dff9d42be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a743e593d9af9972","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/a743e593d9af9972","status":"passed","time":{"start":1714129816661,"stop":1714129816662,"duration":1}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"1d6b5811ab3f0333","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1d6b5811ab3f0333","status":"passed","time":{"start":1714454227472,"stop":1714454227473,"duration":1}},{"uid":"f50263679255fc5e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f50263679255fc5e","status":"passed","time":{"start":1714435777407,"stop":1714435777410,"duration":3}},{"uid":"82bae29d9a8140f5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/82bae29d9a8140f5","status":"passed","time":{"start":1714434844517,"stop":1714434844517,"duration":0}},{"uid":"5963eaabf76a684","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5963eaabf76a684","status":"passed","time":{"start":1714433535979,"stop":1714433535981,"duration":2}},{"uid":"f2d4fff12b9120bc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f2d4fff12b9120bc","status":"passed","time":{"start":1714431743527,"stop":1714431743527,"duration":0}},{"uid":"1f3f292676dec809","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1f3f292676dec809","status":"passed","time":{"start":1714432002441,"stop":1714432002441,"duration":0}},{"uid":"631513863d62bf15","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/631513863d62bf15","status":"passed","time":{"start":1714430732684,"stop":1714430732684,"duration":0}},{"uid":"a05a5cb289707ee5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a05a5cb289707ee5","status":"passed","time":{"start":1714430508170,"stop":1714430508170,"duration":0}},{"uid":"f03f2716608fae7f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f03f2716608fae7f","status":"passed","time":{"start":1714429693167,"stop":1714429693168,"duration":1}},{"uid":"9ed7a4f570375a2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9ed7a4f570375a2","status":"passed","time":{"start":1714428818259,"stop":1714428818259,"duration":0}},{"uid":"2c0a895e0b69b763","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2c0a895e0b69b763","status":"passed","time":{"start":1714427601319,"stop":1714427601320,"duration":1}},{"uid":"5ac8f554c3a6048b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5ac8f554c3a6048b","status":"passed","time":{"start":1714427308828,"stop":1714427308828,"duration":0}},{"uid":"fa78894e865d0ab0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fa78894e865d0ab0","status":"passed","time":{"start":1714426655789,"stop":1714426655790,"duration":1}},{"uid":"1a68773e0f6c59b1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1a68773e0f6c59b1","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420758,"stop":1714425420758,"duration":0}},{"uid":"1a10e06f404a79dd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1a10e06f404a79dd","status":"passed","time":{"start":1714425137466,"stop":1714425137466,"duration":0}},{"uid":"7849162890f37ac2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7849162890f37ac2","status":"passed","time":{"start":1714415306380,"stop":1714415306380,"duration":0}},{"uid":"b590d62dec920ed4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b590d62dec920ed4","status":"passed","time":{"start":1714415441034,"stop":1714415441034,"duration":0}},{"uid":"74f163aae3c18261","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/74f163aae3c18261","status":"passed","time":{"start":1714407661423,"stop":1714407661423,"duration":0}},{"uid":"3a41aa53c771d8c1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3a41aa53c771d8c1","status":"passed","time":{"start":1714406688872,"stop":1714406688873,"duration":1}},{"uid":"51e9c5b5e3bcf26c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/51e9c5b5e3bcf26c","status":"passed","time":{"start":1714404480635,"stop":1714404480636,"duration":1}}]},"96598d781cd4d3a8481f7df03f779282:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c837c0e3a5d83020","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/c837c0e3a5d83020","status":"passed","time":{"start":1714383281578,"stop":1714383281578,"duration":0}}]},"c79fed0257e9ab3ed917a00564e2be38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"498284c45977e646","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/498284c45977e646","status":"passed","time":{"start":1714003518577,"stop":1714003518578,"duration":1}}]},"9e0a9c1a8ab643e1ce8ccd7615c82752:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f974828c8fbe64e6","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f974828c8fbe64e6","status":"passed","time":{"start":1714383356209,"stop":1714383356210,"duration":1}}]},"d1fa80a8e634d971e9085aa596893f42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"811c74de6d1d2477","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/811c74de6d1d2477","status":"passed","time":{"start":1714139868547,"stop":1714139868547,"duration":0}}]},"d27622fc25c12fc9309cff2c94bd6188:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"202e712c40e6ed6a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/202e712c40e6ed6a","status":"passed","time":{"start":1714454434335,"stop":1714454434335,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"194f6290ae9e2aa9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/194f6290ae9e2aa9","status":"passed","time":{"start":1714454394847,"stop":1714454394847,"duration":0}},{"uid":"2a084a00a0215fad","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2a084a00a0215fad","status":"passed","time":{"start":1714435959225,"stop":1714435959226,"duration":1}},{"uid":"e817bac3958db917","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e817bac3958db917","status":"passed","time":{"start":1714435035839,"stop":1714435035840,"duration":1}},{"uid":"47b19899a3e31281","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/47b19899a3e31281","status":"passed","time":{"start":1714433722566,"stop":1714433722567,"duration":1}},{"uid":"98d15980a869204d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/98d15980a869204d","status":"passed","time":{"start":1714431918658,"stop":1714431918659,"duration":1}},{"uid":"5aac26782617948c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5aac26782617948c","status":"passed","time":{"start":1714432214905,"stop":1714432214906,"duration":1}},{"uid":"c89c1b9b6afd5eb4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c89c1b9b6afd5eb4","status":"passed","time":{"start":1714430921008,"stop":1714430921009,"duration":1}},{"uid":"cb61134744e707fd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cb61134744e707fd","status":"passed","time":{"start":1714430733524,"stop":1714430733524,"duration":0}},{"uid":"394bc1e7a98b84f8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/394bc1e7a98b84f8","status":"passed","time":{"start":1714429888881,"stop":1714429888881,"duration":0}},{"uid":"db82a1349b0c25c0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/db82a1349b0c25c0","status":"passed","time":{"start":1714429008635,"stop":1714429008636,"duration":1}},{"uid":"935fb0a96a9baf13","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/935fb0a96a9baf13","status":"passed","time":{"start":1714427722798,"stop":1714427722798,"duration":0}},{"uid":"981bba223cb9518b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/981bba223cb9518b","status":"passed","time":{"start":1714427490649,"stop":1714427490650,"duration":1}},{"uid":"f490d6388b96317b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f490d6388b96317b","status":"passed","time":{"start":1714426842120,"stop":1714426842121,"duration":1}},{"uid":"3ccb518a26dba2ba","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3ccb518a26dba2ba","status":"passed","time":{"start":1714425495802,"stop":1714425495806,"duration":4}},{"uid":"c53243247372982e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c53243247372982e","status":"passed","time":{"start":1714425325520,"stop":1714425325520,"duration":0}},{"uid":"3e51b8cffabd3a4d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3e51b8cffabd3a4d","status":"passed","time":{"start":1714415502495,"stop":1714415502496,"duration":1}},{"uid":"868bfb62c65b3ed7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/868bfb62c65b3ed7","status":"passed","time":{"start":1714415644069,"stop":1714415644070,"duration":1}},{"uid":"bfe016e1dd12294c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bfe016e1dd12294c","status":"passed","time":{"start":1714407847577,"stop":1714407847577,"duration":0}},{"uid":"c53b2eeb8e9948aa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c53b2eeb8e9948aa","status":"passed","time":{"start":1714406881772,"stop":1714406881772,"duration":0}},{"uid":"8fe0e14070defb5e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8fe0e14070defb5e","status":"passed","time":{"start":1714404661148,"stop":1714404661149,"duration":1}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":82,"unknown":0,"total":87},"items":[{"uid":"7158792a1d171752","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7158792a1d171752","status":"passed","time":{"start":1714454246978,"stop":1714454246979,"duration":1}},{"uid":"6c613a41a262e4b3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6c613a41a262e4b3","status":"passed","time":{"start":1714435795189,"stop":1714435795189,"duration":0}},{"uid":"d770f242be89f8cc","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d770f242be89f8cc","status":"passed","time":{"start":1714434861612,"stop":1714434861612,"duration":0}},{"uid":"69235cde54670b0e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/69235cde54670b0e","status":"passed","time":{"start":1714433551078,"stop":1714433551079,"duration":1}},{"uid":"c1518157748b3b5f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c1518157748b3b5f","status":"passed","time":{"start":1714431768815,"stop":1714431768815,"duration":0}},{"uid":"5c42732d92a68798","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5c42732d92a68798","status":"passed","time":{"start":1714432061427,"stop":1714432061427,"duration":0}},{"uid":"e0ee057c9b7e8787","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e0ee057c9b7e8787","status":"passed","time":{"start":1714430772726,"stop":1714430772727,"duration":1}},{"uid":"957087b8a453fdb6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/957087b8a453fdb6","status":"passed","time":{"start":1714430577557,"stop":1714430577558,"duration":1}},{"uid":"f8530bbde507552b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f8530bbde507552b","status":"passed","time":{"start":1714429721256,"stop":1714429721256,"duration":0}},{"uid":"843ab0fe0d2ce160","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/843ab0fe0d2ce160","status":"passed","time":{"start":1714428857770,"stop":1714428857770,"duration":0}},{"uid":"ef432372333787ad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ef432372333787ad","status":"passed","time":{"start":1714427634506,"stop":1714427634506,"duration":0}},{"uid":"9ff3dff2d448c128","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9ff3dff2d448c128","status":"passed","time":{"start":1714427320395,"stop":1714427320396,"duration":1}},{"uid":"fcc3af7697ef249d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fcc3af7697ef249d","status":"passed","time":{"start":1714426692199,"stop":1714426692200,"duration":1}},{"uid":"e6b88e217edd588e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e6b88e217edd588e","status":"passed","time":{"start":1714425469966,"stop":1714425469967,"duration":1}},{"uid":"904c04ed00c86beb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/904c04ed00c86beb","status":"passed","time":{"start":1714425170481,"stop":1714425170481,"duration":0}},{"uid":"cae4add01ae296f7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cae4add01ae296f7","status":"passed","time":{"start":1714415308006,"stop":1714415308007,"duration":1}},{"uid":"1332fe2d78b22f09","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1332fe2d78b22f09","status":"passed","time":{"start":1714415498406,"stop":1714415498407,"duration":1}},{"uid":"e1c51b6ef3985eab","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e1c51b6ef3985eab","status":"passed","time":{"start":1714407691768,"stop":1714407691769,"duration":1}},{"uid":"3328560c63c194e3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3328560c63c194e3","status":"passed","time":{"start":1714406721595,"stop":1714406721595,"duration":0}},{"uid":"6de6a56a4e0e2e17","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6de6a56a4e0e2e17","status":"passed","time":{"start":1714404515365,"stop":1714404515365,"duration":0}}]},"ddf338b45639b130febb3620b2ff5f3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcc33d4f6416544f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fcc33d4f6416544f","status":"passed","time":{"start":1714407884318,"stop":1714407884318,"duration":0}}]},"b8d2b88e734e2626b999316bb073d086:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b82d379014e57757","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/b82d379014e57757","status":"passed","time":{"start":1714009695312,"stop":1714009695312,"duration":0}}]},"9791f11905947daaf288488e5085d0d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"83a0473da9fab507","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/83a0473da9fab507","status":"passed","time":{"start":1714435051946,"stop":1714435051946,"duration":0}}]},"6293626d7071aa37a789c41388527758:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47ff2c73212c8f50","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/47ff2c73212c8f50","status":"passed","time":{"start":1714430938920,"stop":1714430938920,"duration":0}}]},"9d5378269fdbe980a06c11db5157ee8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bd23ff9d42ba638","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/6bd23ff9d42ba638","status":"passed","time":{"start":1714123099873,"stop":1714123099873,"duration":0}}]},"4dd4c3f16a20b96b9ec095555f02253c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96efe0d8390c88ee","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/96efe0d8390c88ee","status":"passed","time":{"start":1714415728465,"stop":1714415728465,"duration":0}}]},"f7e896928a77bd243cb3d5a9f2724326:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e59840fdbe622bc","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5e59840fdbe622bc","status":"passed","time":{"start":1714415516369,"stop":1714415516370,"duration":1}}]},"44fa3bd58461ba3ddc5cdb85c640faae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f3edff3c3998a20e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f3edff3c3998a20e","status":"passed","time":{"start":1714453925063,"stop":1714453925063,"duration":0}},{"uid":"f66e118c3ab6a59b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f66e118c3ab6a59b","status":"passed","time":{"start":1714435482971,"stop":1714435482972,"duration":1}},{"uid":"42b3710d4c4450ef","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/42b3710d4c4450ef","status":"passed","time":{"start":1714434552007,"stop":1714434552008,"duration":1}},{"uid":"e696a9b61860f488","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e696a9b61860f488","status":"passed","time":{"start":1714433247032,"stop":1714433247032,"duration":0}},{"uid":"66187b6ffaea49e6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/66187b6ffaea49e6","status":"passed","time":{"start":1714431444752,"stop":1714431444752,"duration":0}},{"uid":"b19c2dc033b5f3e6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b19c2dc033b5f3e6","status":"passed","time":{"start":1714431708294,"stop":1714431708294,"duration":0}},{"uid":"e0ed8f769225db5d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e0ed8f769225db5d","status":"passed","time":{"start":1714430430726,"stop":1714430430726,"duration":0}},{"uid":"2b073ce1fcc9cc79","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2b073ce1fcc9cc79","status":"passed","time":{"start":1714430223185,"stop":1714430223185,"duration":0}},{"uid":"f093d550ca18db8b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f093d550ca18db8b","status":"passed","time":{"start":1714429383883,"stop":1714429383883,"duration":0}},{"uid":"cb80df147879062c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cb80df147879062c","status":"passed","time":{"start":1714428528637,"stop":1714428528637,"duration":0}},{"uid":"7138bd2c57d39019","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7138bd2c57d39019","status":"passed","time":{"start":1714427305988,"stop":1714427305988,"duration":0}},{"uid":"a1e06b264ee90d66","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a1e06b264ee90d66","status":"passed","time":{"start":1714427007383,"stop":1714427007383,"duration":0}},{"uid":"37efbfda76801539","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/37efbfda76801539","status":"passed","time":{"start":1714426355973,"stop":1714426355973,"duration":0}},{"uid":"94c1c5208d6ae4cb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/94c1c5208d6ae4cb","status":"passed","time":{"start":1714424458786,"stop":1714424458787,"duration":1}},{"uid":"3860605ede88bb06","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3860605ede88bb06","status":"passed","time":{"start":1714424849012,"stop":1714424849012,"duration":0}},{"uid":"17960a7a3d9b0c32","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/17960a7a3d9b0c32","status":"passed","time":{"start":1714415001451,"stop":1714415001452,"duration":1}},{"uid":"3036681c344d6b29","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3036681c344d6b29","status":"passed","time":{"start":1714415154924,"stop":1714415154925,"duration":1}},{"uid":"a06b1ab68a8caa0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a06b1ab68a8caa0","status":"passed","time":{"start":1714407362050,"stop":1714407362050,"duration":0}},{"uid":"e59fb21c86b5b83b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e59fb21c86b5b83b","status":"passed","time":{"start":1714406389343,"stop":1714406389343,"duration":0}},{"uid":"91c6afd27c354835","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/91c6afd27c354835","status":"passed","time":{"start":1714404179181,"stop":1714404179181,"duration":0}}]},"26774387bc643a8e98e192e6e3ac8c7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47170d82be8206c1","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/47170d82be8206c1","status":"passed","time":{"start":1713977385377,"stop":1713977385377,"duration":0}}]},"d125deda50fe34630311dd7bfc0f5583:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8174902640abd5a","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/c8174902640abd5a","status":"passed","time":{"start":1714381747122,"stop":1714381747122,"duration":0}}]},"871543f8817be91928459efd26f85c9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"823055d7b2b12174","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/823055d7b2b12174","status":"passed","time":{"start":1713996731443,"stop":1713996731443,"duration":0}}]},"25bdaa95869dff07053dbf446d61f673:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54b2b66ff2d8bc4f","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/54b2b66ff2d8bc4f","status":"passed","time":{"start":1714080270446,"stop":1714080270447,"duration":1}}]},"b1659798b0fe2fa204637ea5f4d16043:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd78939829dbde97","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bd78939829dbde97","status":"passed","time":{"start":1714425586967,"stop":1714425586967,"duration":0}}]},"09d78f139554b941e618004643d31708:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45c6472cfdd3cc08","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/45c6472cfdd3cc08","status":"passed","time":{"start":1714427833029,"stop":1714427833030,"duration":1}}]},"f5131c56b718daaa0817456a007da96c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6e42235aa4b51c9f","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6e42235aa4b51c9f","status":"passed","time":{"start":1714221441305,"stop":1714221441306,"duration":1}}]},"4b16ba1349f40b3cde84ee0f3121ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d08b3e07a961bd36","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/d08b3e07a961bd36","status":"passed","time":{"start":1714142067881,"stop":1714142067881,"duration":0}}]},"378df65bc8937e255d81bdb1e661f477:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b6f5a2893589498","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4b6f5a2893589498","status":"passed","time":{"start":1714426927570,"stop":1714426927570,"duration":0}}]},"200999a78cdb213bade3826896228870:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c7968073ef3267d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8c7968073ef3267d","status":"passed","time":{"start":1714427530057,"stop":1714427530058,"duration":1}}]},"e0b4f907217cbc0fc347d3cc14438219:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"bc2e918cffad92c9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bc2e918cffad92c9","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311938,"stop":1714425311938,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"69208f71730b93b8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/69208f71730b93b8","status":"passed","time":{"start":1714453959967,"stop":1714453959968,"duration":1}},{"uid":"fc1df45cff09238c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fc1df45cff09238c","status":"passed","time":{"start":1714435518669,"stop":1714435518670,"duration":1}},{"uid":"ec7175c983bdab1c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ec7175c983bdab1c","status":"passed","time":{"start":1714434587771,"stop":1714434587771,"duration":0}},{"uid":"592235db1ba7480e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/592235db1ba7480e","status":"passed","time":{"start":1714433282707,"stop":1714433282708,"duration":1}},{"uid":"d1052c083dbb95a2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d1052c083dbb95a2","status":"passed","time":{"start":1714431480317,"stop":1714431480317,"duration":0}},{"uid":"22827d0c5d9c5570","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/22827d0c5d9c5570","status":"passed","time":{"start":1714431744243,"stop":1714431744243,"duration":0}},{"uid":"64ee43fd541e6e53","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/64ee43fd541e6e53","status":"passed","time":{"start":1714430467280,"stop":1714430467280,"duration":0}},{"uid":"c727b1c8ba145d44","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c727b1c8ba145d44","status":"passed","time":{"start":1714430258851,"stop":1714430258851,"duration":0}},{"uid":"7db1399b5815892f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7db1399b5815892f","status":"passed","time":{"start":1714429423228,"stop":1714429423228,"duration":0}},{"uid":"801334647aab00e0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/801334647aab00e0","status":"passed","time":{"start":1714428564678,"stop":1714428564679,"duration":1}},{"uid":"d10610863e1f621d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d10610863e1f621d","status":"passed","time":{"start":1714427342554,"stop":1714427342554,"duration":0}},{"uid":"e7c805cb36039b61","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/e7c805cb36039b61","status":"passed","time":{"start":1714427043350,"stop":1714427043350,"duration":0}},{"uid":"9f307152d3574e7f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9f307152d3574e7f","status":"passed","time":{"start":1714426392844,"stop":1714426392844,"duration":0}},{"uid":"8062d59d3a1db1b9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8062d59d3a1db1b9","status":"passed","time":{"start":1714424494706,"stop":1714424494706,"duration":0}},{"uid":"1256b63d7c819d9f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1256b63d7c819d9f","status":"passed","time":{"start":1714424885246,"stop":1714424885247,"duration":1}},{"uid":"d2723b3922cc494","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d2723b3922cc494","status":"passed","time":{"start":1714415038012,"stop":1714415038012,"duration":0}},{"uid":"4f181a9d7c421298","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4f181a9d7c421298","status":"passed","time":{"start":1714415190822,"stop":1714415190823,"duration":1}},{"uid":"2b1ce0561fc79063","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2b1ce0561fc79063","status":"passed","time":{"start":1714407398339,"stop":1714407398339,"duration":0}},{"uid":"37cbfd8c433d9972","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/37cbfd8c433d9972","status":"passed","time":{"start":1714406425617,"stop":1714406425617,"duration":0}},{"uid":"1aa6a8e5a9f64e37","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1aa6a8e5a9f64e37","status":"passed","time":{"start":1714404215319,"stop":1714404215319,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"222f09296d0a0685","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/222f09296d0a0685","status":"passed","time":{"start":1714454443270,"stop":1714454443270,"duration":0}},{"uid":"515665d0257ff123","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/515665d0257ff123","status":"passed","time":{"start":1714435994908,"stop":1714435994909,"duration":1}},{"uid":"7aab437311fb74b3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7aab437311fb74b3","status":"passed","time":{"start":1714435067764,"stop":1714435067764,"duration":0}},{"uid":"33d627b918c9e3d4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/33d627b918c9e3d4","status":"passed","time":{"start":1714433759561,"stop":1714433759561,"duration":0}},{"uid":"cf2a9d8f3cd23e02","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/cf2a9d8f3cd23e02","status":"passed","time":{"start":1714431967955,"stop":1714431967956,"duration":1}},{"uid":"d46b2832922bad97","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d46b2832922bad97","status":"passed","time":{"start":1714432288775,"stop":1714432288776,"duration":1}},{"uid":"6bb000852b0ff04e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6bb000852b0ff04e","status":"passed","time":{"start":1714430967040,"stop":1714430967041,"duration":1}},{"uid":"f431f5eeb12ccd71","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f431f5eeb12ccd71","status":"passed","time":{"start":1714430807859,"stop":1714430807859,"duration":0}},{"uid":"8a644c9a2ed09ea5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8a644c9a2ed09ea5","status":"passed","time":{"start":1714429922995,"stop":1714429922995,"duration":0}},{"uid":"3ec3edb0d2809d29","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3ec3edb0d2809d29","status":"passed","time":{"start":1714429045141,"stop":1714429045142,"duration":1}},{"uid":"8ea432c0adc1cee4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8ea432c0adc1cee4","status":"passed","time":{"start":1714427692076,"stop":1714427692077,"duration":1}},{"uid":"eb5f17068df49add","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/eb5f17068df49add","status":"passed","time":{"start":1714427535672,"stop":1714427535673,"duration":1}},{"uid":"26f0e391c54b7220","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/26f0e391c54b7220","status":"passed","time":{"start":1714426889314,"stop":1714426889315,"duration":1}},{"uid":"67bd664065873e85","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/67bd664065873e85","status":"passed","time":{"start":1714425610631,"stop":1714425610631,"duration":0}},{"uid":"e09621b2aa1e3a1c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e09621b2aa1e3a1c","status":"passed","time":{"start":1714425363885,"stop":1714425363885,"duration":0}},{"uid":"21759b0a57489865","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/21759b0a57489865","status":"passed","time":{"start":1714415544815,"stop":1714415544818,"duration":3}},{"uid":"daaa019afcf4ec17","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/daaa019afcf4ec17","status":"passed","time":{"start":1714415689071,"stop":1714415689072,"duration":1}},{"uid":"4cab8f08715a7400","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4cab8f08715a7400","status":"passed","time":{"start":1714407902534,"stop":1714407902535,"duration":1}},{"uid":"3007fe59ed961175","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3007fe59ed961175","status":"passed","time":{"start":1714406920265,"stop":1714406920265,"duration":0}},{"uid":"de1fe3195e859f30","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/de1fe3195e859f30","status":"passed","time":{"start":1714404713587,"stop":1714404713588,"duration":1}}]},"5d3a4a1528a08f973c46c1ad849f08cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73608c1155fd66f5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/73608c1155fd66f5","status":"passed","time":{"start":1714407938519,"stop":1714407938519,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":84,"unknown":0,"total":88},"items":[{"uid":"6d30717ecb68d96c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6d30717ecb68d96c","status":"passed","time":{"start":1714453983005,"stop":1714453983005,"duration":0}},{"uid":"bb7421b1fa207292","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/bb7421b1fa207292","status":"passed","time":{"start":1714435542199,"stop":1714435542200,"duration":1}},{"uid":"1f9a69541aed74ba","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1f9a69541aed74ba","status":"passed","time":{"start":1714434611448,"stop":1714434611448,"duration":0}},{"uid":"6d5a7fe464db194a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6d5a7fe464db194a","status":"passed","time":{"start":1714433306631,"stop":1714433306631,"duration":0}},{"uid":"7ff01a59f5af8b31","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7ff01a59f5af8b31","status":"passed","time":{"start":1714431503275,"stop":1714431503275,"duration":0}},{"uid":"7a10b4c563262315","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7a10b4c563262315","status":"passed","time":{"start":1714431767485,"stop":1714431767485,"duration":0}},{"uid":"c766154c9e3d0f2d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c766154c9e3d0f2d","status":"passed","time":{"start":1714430490972,"stop":1714430490972,"duration":0}},{"uid":"a274e614da7e7500","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a274e614da7e7500","status":"passed","time":{"start":1714430281531,"stop":1714430281531,"duration":0}},{"uid":"732c307d43655cfb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/732c307d43655cfb","status":"passed","time":{"start":1714429447909,"stop":1714429447910,"duration":1}},{"uid":"ffdebe7403e673e5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ffdebe7403e673e5","status":"passed","time":{"start":1714428587549,"stop":1714428587550,"duration":1}},{"uid":"2924703571bb6696","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2924703571bb6696","status":"passed","time":{"start":1714427365279,"stop":1714427365280,"duration":1}},{"uid":"4a6fe8f12ebac909","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4a6fe8f12ebac909","status":"passed","time":{"start":1714427066872,"stop":1714427066873,"duration":1}},{"uid":"dc88a66c31102e87","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/dc88a66c31102e87","status":"passed","time":{"start":1714426415810,"stop":1714426415811,"duration":1}},{"uid":"96fcb51a0cc151db","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/96fcb51a0cc151db","status":"passed","time":{"start":1714424517679,"stop":1714424517679,"duration":0}},{"uid":"703c34fb85d7a9e0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/703c34fb85d7a9e0","status":"passed","time":{"start":1714424908591,"stop":1714424908591,"duration":0}},{"uid":"79d4317a87557836","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/79d4317a87557836","status":"broken","statusDetails":"dialPeer should be called for peers with PEER_EXCHANGE tags: expected +0 to equal 1","time":{"start":1714415091541,"stop":1714415091541,"duration":0}},{"uid":"b5af6c102df0c23e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b5af6c102df0c23e","status":"passed","time":{"start":1714415214829,"stop":1714415214829,"duration":0}},{"uid":"3706031f56bfaf2d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3706031f56bfaf2d","status":"passed","time":{"start":1714407421238,"stop":1714407421239,"duration":1}},{"uid":"5d6464f2a7e5377a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5d6464f2a7e5377a","status":"passed","time":{"start":1714406448901,"stop":1714406448902,"duration":1}},{"uid":"b4820e191dfd3b6e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b4820e191dfd3b6e","status":"passed","time":{"start":1714404238080,"stop":1714404238080,"duration":0}}]},"28a5f4e1102490e71e8c99cbce972642:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d7fbff0f571ff7e","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/1d7fbff0f571ff7e","status":"passed","time":{"start":1714296041012,"stop":1714296041012,"duration":0}}]},"80a90e83ff5bfd290c2050616b22005e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"612fbda387f8d7ed","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/612fbda387f8d7ed","status":"passed","time":{"start":1714297352588,"stop":1714297352588,"duration":0}}]},"ff305f7e26f82de814ba0f3dab35e7b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea5f70c123a0424a","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/ea5f70c123a0424a","status":"passed","time":{"start":1714154299667,"stop":1714154299667,"duration":0}}]},"d639f075674c0aefe838799a41cfe5db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"746254282a5ab1e6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/746254282a5ab1e6","status":"passed","time":{"start":1714382888222,"stop":1714382888222,"duration":0}}]},"9416825c6d0acb17d4f6a49a139ae381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"615713601df24526","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/615713601df24526","status":"passed","time":{"start":1714228985385,"stop":1714228985385,"duration":0}}]},"9cd255534ddfcb46fbe095da3006fb70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94047c87e817de8d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/94047c87e817de8d","status":"passed","time":{"start":1714142077702,"stop":1714142077702,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"ae1a2ed372f5e873","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ae1a2ed372f5e873","status":"passed","time":{"start":1714454543148,"stop":1714454543149,"duration":1}},{"uid":"89bc56ab212ff5aa","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/89bc56ab212ff5aa","status":"passed","time":{"start":1714436104586,"stop":1714436104588,"duration":2}},{"uid":"9ce4a58a558a6656","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9ce4a58a558a6656","status":"passed","time":{"start":1714435165752,"stop":1714435165752,"duration":0}},{"uid":"59aebcd6b365b15d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/59aebcd6b365b15d","status":"passed","time":{"start":1714433853745,"stop":1714433853745,"duration":0}},{"uid":"f947d4dd4128fb85","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f947d4dd4128fb85","status":"passed","time":{"start":1714432058507,"stop":1714432058508,"duration":1}},{"uid":"f938a5b5308219e3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f938a5b5308219e3","status":"passed","time":{"start":1714432364374,"stop":1714432364375,"duration":1}},{"uid":"6df4f99509cbc55d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6df4f99509cbc55d","status":"passed","time":{"start":1714431063430,"stop":1714431063431,"duration":1}},{"uid":"72beb9509e9c3a5e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/72beb9509e9c3a5e","status":"passed","time":{"start":1714430877277,"stop":1714430877281,"duration":4}},{"uid":"372fa65001103dbe","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/372fa65001103dbe","status":"passed","time":{"start":1714430032961,"stop":1714430032962,"duration":1}},{"uid":"704267117ecf9994","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/704267117ecf9994","status":"passed","time":{"start":1714429153595,"stop":1714429153596,"duration":1}},{"uid":"f93f1fb26a823ab1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f93f1fb26a823ab1","status":"passed","time":{"start":1714427918969,"stop":1714427918970,"duration":1}},{"uid":"d2642babc73bb51b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d2642babc73bb51b","status":"passed","time":{"start":1714427630819,"stop":1714427630819,"duration":0}},{"uid":"21d6867675db2a65","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/21d6867675db2a65","status":"passed","time":{"start":1714426988097,"stop":1714426988098,"duration":1}},{"uid":"6cbd9366769c894d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6cbd9366769c894d","status":"passed","time":{"start":1714425690514,"stop":1714425690514,"duration":0}},{"uid":"fa84e5b9ccae7866","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/fa84e5b9ccae7866","status":"passed","time":{"start":1714425467287,"stop":1714425467288,"duration":1}},{"uid":"6c3280f797f8c33","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6c3280f797f8c33","status":"passed","time":{"start":1714415652337,"stop":1714415652338,"duration":1}},{"uid":"5cdb64b2edd26e2b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5cdb64b2edd26e2b","status":"passed","time":{"start":1714415786952,"stop":1714415786953,"duration":1}},{"uid":"2d209a39904861dc","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2d209a39904861dc","status":"passed","time":{"start":1714407994019,"stop":1714407994019,"duration":0}},{"uid":"e74385817e37fb1b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e74385817e37fb1b","status":"passed","time":{"start":1714407017330,"stop":1714407017330,"duration":0}},{"uid":"3bf70b66bdfdccd3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3bf70b66bdfdccd3","status":"passed","time":{"start":1714404801240,"stop":1714404801240,"duration":0}}]},"fb2cec33508fdaa886ee24cd309f8923:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"740f018d93b66c09","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/740f018d93b66c09","status":"passed","time":{"start":1714454485753,"stop":1714454485754,"duration":1}}]},"7e992bab14abdbcc87eb20ae9ed2f2dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c5b278cc4c1aaa2","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/2c5b278cc4c1aaa2","status":"passed","time":{"start":1714082471244,"stop":1714082471245,"duration":1}}]},"dc778fd4cb5f504496cbc232c9ed120f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"74ae1b61cd589616","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/74ae1b61cd589616","status":"passed","time":{"start":1714130857755,"stop":1714130857755,"duration":0}}]},"0194fb4f7fdc601e6a4399075f4e9d8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e3f9306d682fc000","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/e3f9306d682fc000","status":"passed","time":{"start":1714296983640,"stop":1714296983640,"duration":0}}]},"884f85b12bff728cd54dc3df102f8bf1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"ac910c7461f5b8b5","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/ac910c7461f5b8b5","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714004560357,"stop":1714004560357,"duration":0}}]},"4b2e4ebc9a990dc15b6bed21fb568689:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ec0b9ad157622ac","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9ec0b9ad157622ac","status":"passed","time":{"start":1714406956958,"stop":1714406956959,"duration":1}}]},"2c10458a143b16482c852f92d983c27e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f464fa6c16192d29","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f464fa6c16192d29","status":"passed","time":{"start":1714144770806,"stop":1714144770807,"duration":1}}]},"068881218e0c3b86e6fd937e5829b243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6e6a9cf3e11be47","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/a6e6a9cf3e11be47","status":"passed","time":{"start":1714383172376,"stop":1714383172376,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a07e742b3bebc9aa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a07e742b3bebc9aa","status":"passed","time":{"start":1714453952290,"stop":1714453952290,"duration":0}},{"uid":"38e63c30c7900552","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/38e63c30c7900552","status":"passed","time":{"start":1714435510940,"stop":1714435510941,"duration":1}},{"uid":"371675978be400e8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/371675978be400e8","status":"passed","time":{"start":1714434580040,"stop":1714434580040,"duration":0}},{"uid":"23f6dc72a00bc136","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/23f6dc72a00bc136","status":"passed","time":{"start":1714433274944,"stop":1714433274944,"duration":0}},{"uid":"fd8f7c31b63fee36","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fd8f7c31b63fee36","status":"passed","time":{"start":1714431472601,"stop":1714431472601,"duration":0}},{"uid":"26cd515fb3988043","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/26cd515fb3988043","status":"passed","time":{"start":1714431736480,"stop":1714431736480,"duration":0}},{"uid":"4b1a61eda28bc8bd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4b1a61eda28bc8bd","status":"passed","time":{"start":1714430459331,"stop":1714430459331,"duration":0}},{"uid":"2736d3fb2450583b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2736d3fb2450583b","status":"passed","time":{"start":1714430251100,"stop":1714430251100,"duration":0}},{"uid":"4a5b8f18c938780d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4a5b8f18c938780d","status":"passed","time":{"start":1714429414591,"stop":1714429414592,"duration":1}},{"uid":"8e78d6d60f9f1efa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8e78d6d60f9f1efa","status":"passed","time":{"start":1714428556954,"stop":1714428556955,"duration":1}},{"uid":"a51211682c402424","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a51211682c402424","status":"passed","time":{"start":1714427334702,"stop":1714427334702,"duration":0}},{"uid":"7fdf6aa7babf9ffd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7fdf6aa7babf9ffd","status":"passed","time":{"start":1714427035565,"stop":1714427035566,"duration":1}},{"uid":"95df92a14d4c2390","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/95df92a14d4c2390","status":"passed","time":{"start":1714426384797,"stop":1714426384797,"duration":0}},{"uid":"a7d24c7162e13c8f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a7d24c7162e13c8f","status":"passed","time":{"start":1714424486878,"stop":1714424486879,"duration":1}},{"uid":"de31ffdbb6cb4e59","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/de31ffdbb6cb4e59","status":"passed","time":{"start":1714424877428,"stop":1714424877428,"duration":0}},{"uid":"7ed9aa228f55f376","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7ed9aa228f55f376","status":"passed","time":{"start":1714415030103,"stop":1714415030103,"duration":0}},{"uid":"39c0deb30d3f89f5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/39c0deb30d3f89f5","status":"passed","time":{"start":1714415183073,"stop":1714415183073,"duration":0}},{"uid":"6f79a8f274b04a0d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6f79a8f274b04a0d","status":"passed","time":{"start":1714407390403,"stop":1714407390403,"duration":0}},{"uid":"908a28b74075d28d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/908a28b74075d28d","status":"passed","time":{"start":1714406417792,"stop":1714406417792,"duration":0}},{"uid":"8ad4f9b4a6919df3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8ad4f9b4a6919df3","status":"passed","time":{"start":1714404207524,"stop":1714404207525,"duration":1}}]},"42b73642d24ca2df86719b1cf58074ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5390325d3881d0b","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/e5390325d3881d0b","status":"passed","time":{"start":1714178031358,"stop":1714178031359,"duration":1}}]},"f116f84a28d929b401198c7ad0613bd5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b140a659c3a2b231","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/b140a659c3a2b231","status":"passed","time":{"start":1714040249646,"stop":1714040249646,"duration":0}}]},"aa667aabf6345fbe4e97a8e67952bb75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"19a3714f0480676d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/19a3714f0480676d","status":"passed","time":{"start":1714454483208,"stop":1714454483208,"duration":0}},{"uid":"85bd32fe63239cd","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/85bd32fe63239cd","status":"passed","time":{"start":1714436043136,"stop":1714436043137,"duration":1}},{"uid":"704b7a4672213c24","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/704b7a4672213c24","status":"passed","time":{"start":1714435099736,"stop":1714435099738,"duration":2}},{"uid":"667f0ea753980220","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/667f0ea753980220","status":"passed","time":{"start":1714433792298,"stop":1714433792298,"duration":0}},{"uid":"69e441a028520501","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/69e441a028520501","status":"passed","time":{"start":1714431997899,"stop":1714431997900,"duration":1}},{"uid":"d421cc3cb02b58fa","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d421cc3cb02b58fa","status":"passed","time":{"start":1714432293611,"stop":1714432293611,"duration":0}},{"uid":"e1539ca5f92ff2fb","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e1539ca5f92ff2fb","status":"passed","time":{"start":1714430988317,"stop":1714430988317,"duration":0}},{"uid":"7790fdda7fddce12","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7790fdda7fddce12","status":"passed","time":{"start":1714430789855,"stop":1714430789855,"duration":0}},{"uid":"de2f2f60a345f9b1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/de2f2f60a345f9b1","status":"passed","time":{"start":1714429967919,"stop":1714429967920,"duration":1}},{"uid":"24c20b92aa8bdca9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/24c20b92aa8bdca9","status":"passed","time":{"start":1714429091064,"stop":1714429091065,"duration":1}},{"uid":"2b02ba2ee98f1064","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2b02ba2ee98f1064","status":"passed","time":{"start":1714427833036,"stop":1714427833036,"duration":0}},{"uid":"fe12a9b9278e5ffa","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/fe12a9b9278e5ffa","status":"passed","time":{"start":1714427561594,"stop":1714427561595,"duration":1}},{"uid":"4667e6305209e02f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4667e6305209e02f","status":"passed","time":{"start":1714426916055,"stop":1714426916055,"duration":0}},{"uid":"478403e4d3991914","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/478403e4d3991914","status":"passed","time":{"start":1714425586972,"stop":1714425586972,"duration":0}},{"uid":"ae06345a6ed5af93","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ae06345a6ed5af93","status":"passed","time":{"start":1714425396499,"stop":1714425396499,"duration":0}},{"uid":"5ee34dd1a0c245de","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5ee34dd1a0c245de","status":"passed","time":{"start":1714415596691,"stop":1714415596691,"duration":0}},{"uid":"a8bc1135d08f26bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a8bc1135d08f26bf","status":"passed","time":{"start":1714415715320,"stop":1714415715320,"duration":0}},{"uid":"6f23aa01e60365e4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6f23aa01e60365e4","status":"passed","time":{"start":1714407912886,"stop":1714407912887,"duration":1}},{"uid":"fd128e932889e98f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fd128e932889e98f","status":"passed","time":{"start":1714406956964,"stop":1714406956964,"duration":0}},{"uid":"6d28b8aebbe1895b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6d28b8aebbe1895b","status":"passed","time":{"start":1714404734773,"stop":1714404734773,"duration":0}}]},"69818366b3c7a189a187dee69a4e59c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dc1623f39b94744","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/dc1623f39b94744","status":"passed","time":{"start":1713997908342,"stop":1713997908342,"duration":0}}]},"f0724aa6bef0696087c111a85f01add4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"229bde93d9b35b31","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/229bde93d9b35b31","status":"passed","time":{"start":1714431966424,"stop":1714431966424,"duration":0}}]},"90f1568b3a9b36012bef0fee5cb53863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"164bc5642ef834fb","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/164bc5642ef834fb","status":"passed","time":{"start":1714384759610,"stop":1714384759610,"duration":0}}]},"a8d780476e7e292cf7c63adf9ad93c29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b44d052408f6829","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/5b44d052408f6829","status":"passed","time":{"start":1714178191417,"stop":1714178191417,"duration":0}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"88f07c7e6a66ef20","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/88f07c7e6a66ef20","status":"passed","time":{"start":1714454140446,"stop":1714454140446,"duration":0}},{"uid":"5cb53116e5c3e90f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5cb53116e5c3e90f","status":"passed","time":{"start":1714435687898,"stop":1714435687899,"duration":1}},{"uid":"d7d438c0040d5d24","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d7d438c0040d5d24","status":"passed","time":{"start":1714434773458,"stop":1714434773458,"duration":0}},{"uid":"eedcdb917eedf048","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/eedcdb917eedf048","status":"passed","time":{"start":1714433450971,"stop":1714433450971,"duration":0}},{"uid":"5eb23c9d6be093e3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5eb23c9d6be093e3","status":"passed","time":{"start":1714431653500,"stop":1714431653500,"duration":0}},{"uid":"422841ce7f60a6b7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/422841ce7f60a6b7","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714431989817,"stop":1714431989818,"duration":1}},{"uid":"e08aeb9d77bb01b3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e08aeb9d77bb01b3","status":"passed","time":{"start":1714430659393,"stop":1714430659393,"duration":0}},{"uid":"98185620141e3d00","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/98185620141e3d00","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714430522138,"stop":1714430522138,"duration":0}},{"uid":"8d94b17ecba635c8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8d94b17ecba635c8","status":"passed","time":{"start":1714429610407,"stop":1714429610407,"duration":0}},{"uid":"69f147f304a0c7b6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/69f147f304a0c7b6","status":"passed","time":{"start":1714428741358,"stop":1714428741358,"duration":0}},{"uid":"a62a4dc69fdfd23","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a62a4dc69fdfd23","status":"passed","time":{"start":1714427513576,"stop":1714427513576,"duration":0}},{"uid":"6c27fc78b5e101fd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6c27fc78b5e101fd","status":"passed","time":{"start":1714427219350,"stop":1714427219350,"duration":0}},{"uid":"170d5fd05c0ab604","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/170d5fd05c0ab604","status":"passed","time":{"start":1714426573083,"stop":1714426573083,"duration":0}},{"uid":"f27a91ccf8b6fede","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f27a91ccf8b6fede","status":"passed","time":{"start":1714424914273,"stop":1714424914273,"duration":0}},{"uid":"b39fa24fd8a8028b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b39fa24fd8a8028b","status":"passed","time":{"start":1714425071913,"stop":1714425071913,"duration":0}},{"uid":"edc046b6ca86d1c1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/edc046b6ca86d1c1","status":"passed","time":{"start":1714415233314,"stop":1714415233314,"duration":0}},{"uid":"6b267a41df2b08a9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6b267a41df2b08a9","status":"passed","time":{"start":1714415382704,"stop":1714415382705,"duration":1}},{"uid":"c3a630ddba71e020","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c3a630ddba71e020","status":"passed","time":{"start":1714407575691,"stop":1714407575692,"duration":1}},{"uid":"772018967d0a1a5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/772018967d0a1a5","status":"passed","time":{"start":1714406625161,"stop":1714406625162,"duration":1}},{"uid":"aae57c05f410e189","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aae57c05f410e189","status":"passed","time":{"start":1714404386198,"stop":1714404386198,"duration":0}}]},"e2c3b3d4100fc931d4d884c523acd666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"33b7779bb0ee2a46","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/33b7779bb0ee2a46","status":"passed","time":{"start":1714380112853,"stop":1714380112853,"duration":0}}]},"bf3f16fb31c2b48b664ad0a05867a98d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc528bff3a15063d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/fc528bff3a15063d","status":"passed","time":{"start":1714140980013,"stop":1714140980014,"duration":1}}]},"4ae1e6a892051a18468617df736a5317:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0b3ddec9ade56f7","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/c0b3ddec9ade56f7","status":"passed","time":{"start":1714109303937,"stop":1714109303937,"duration":0}}]},"e685d021094a8867806cb3b5ca5454db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66721498c8c2e8d","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/66721498c8c2e8d","status":"passed","time":{"start":1714109329741,"stop":1714109329741,"duration":0}}]},"8a5c3d70c3c373e6a46558ac672ad732:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1c8124d79ab5b10c","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/1c8124d79ab5b10c","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976908891,"stop":1713976908891,"duration":0}}]},"6888c59d6cc5494af22e5bce52e66134:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"daa8edbbead1dc82","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/daa8edbbead1dc82","status":"passed","time":{"start":1714228985384,"stop":1714228985385,"duration":1}}]},"81e022ae06c9c5270f4b216154322948:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c218406aab532fb9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c218406aab532fb9","status":"passed","time":{"start":1714429967913,"stop":1714429967913,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"36cf5a52944417c7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36cf5a52944417c7","status":"passed","time":{"start":1714454434325,"stop":1714454434334,"duration":9}},{"uid":"c32f8434c8b2ba04","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c32f8434c8b2ba04","status":"passed","time":{"start":1714436006540,"stop":1714436006540,"duration":0}},{"uid":"5cb15a902132e3fa","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5cb15a902132e3fa","status":"passed","time":{"start":1714435054856,"stop":1714435054857,"duration":1}},{"uid":"82198c8ac2e8e14f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/82198c8ac2e8e14f","status":"passed","time":{"start":1714433761064,"stop":1714433761064,"duration":0}},{"uid":"f72e93e7c3c6b79c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f72e93e7c3c6b79c","status":"passed","time":{"start":1714431966434,"stop":1714431966434,"duration":0}},{"uid":"3f272ec735a4beb8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3f272ec735a4beb8","status":"passed","time":{"start":1714432193278,"stop":1714432193278,"duration":0}},{"uid":"931e170cc1f84da4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/931e170cc1f84da4","status":"passed","time":{"start":1714430948554,"stop":1714430948555,"duration":1}},{"uid":"2076bc96ec3aa218","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2076bc96ec3aa218","status":"passed","time":{"start":1714430713564,"stop":1714430713565,"duration":1}},{"uid":"cc1c1b3a32da7c92","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cc1c1b3a32da7c92","status":"passed","time":{"start":1714429917752,"stop":1714429917752,"duration":0}},{"uid":"1b574e5e8ba415fe","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1b574e5e8ba415fe","status":"passed","time":{"start":1714429040298,"stop":1714429040298,"duration":0}},{"uid":"7a9d3cce529a650f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7a9d3cce529a650f","status":"passed","time":{"start":1714427848694,"stop":1714427848695,"duration":1}},{"uid":"efc2bbfcc013bd82","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/efc2bbfcc013bd82","status":"passed","time":{"start":1714427530070,"stop":1714427530071,"duration":1}},{"uid":"337bc849d0f5f804","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/337bc849d0f5f804","status":"passed","time":{"start":1714426875152,"stop":1714426875153,"duration":1}},{"uid":"28b59ad53092e4cf","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/28b59ad53092e4cf","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511039,"stop":1714426511039,"duration":0}},{"uid":"9693c95b832f7dbd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9693c95b832f7dbd","status":"passed","time":{"start":1714425369967,"stop":1714425369967,"duration":0}},{"uid":"4769ad1c34664201","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4769ad1c34664201","status":"passed","time":{"start":1714415516381,"stop":1714415516381,"duration":0}},{"uid":"39c959d66bb3759d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/39c959d66bb3759d","status":"passed","time":{"start":1714415679033,"stop":1714415679033,"duration":0}},{"uid":"7e5dfd86b6a1b368","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7e5dfd86b6a1b368","status":"passed","time":{"start":1714407884330,"stop":1714407884331,"duration":1}},{"uid":"1d6e8c7a7268671a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1d6e8c7a7268671a","status":"passed","time":{"start":1714406914328,"stop":1714406914329,"duration":1}},{"uid":"2876064a5e95475e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2876064a5e95475e","status":"passed","time":{"start":1714404690119,"stop":1714404690119,"duration":0}}]},"b7fcaf0cef7c13dddad83e3c954fc541:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ccc7c4f32d3668d","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/3ccc7c4f32d3668d","status":"passed","time":{"start":1714169124236,"stop":1714169124236,"duration":0}}]},"a8405c6e7898c68b9a6ab092da6521dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaa06f5340e01cb3","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/eaa06f5340e01cb3","status":"passed","time":{"start":1713977498201,"stop":1713977498201,"duration":0}}]},"1169c556655a45abaad5daea9dd957f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"516f6bc5a31faaf8","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/516f6bc5a31faaf8","status":"passed","time":{"start":1714114012082,"stop":1714114012082,"duration":0}}]},"d6cc1e73e0d756eb866e289201c41145:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f39a7c578e81da3","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/9f39a7c578e81da3","status":"passed","time":{"start":1714384745713,"stop":1714384745714,"duration":1}}]},"a1d107803718466bac46ba16343b7080:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a7858511d16f42","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/4a7858511d16f42","status":"passed","time":{"start":1713996808985,"stop":1713996808985,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"7908cd0f6bebde96","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7908cd0f6bebde96","status":"passed","time":{"start":1714454133737,"stop":1714454133737,"duration":0}},{"uid":"4891bc71cc1291d6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4891bc71cc1291d6","status":"passed","time":{"start":1714435697059,"stop":1714435697059,"duration":0}},{"uid":"66e5624911233bc2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/66e5624911233bc2","status":"passed","time":{"start":1714434777701,"stop":1714434777701,"duration":0}},{"uid":"8b6df6b0994953f0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8b6df6b0994953f0","status":"passed","time":{"start":1714433468579,"stop":1714433468580,"duration":1}},{"uid":"ae18674472cea750","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ae18674472cea750","status":"passed","time":{"start":1714431659893,"stop":1714431659893,"duration":0}},{"uid":"d3b4bad60c3ef469","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d3b4bad60c3ef469","status":"passed","time":{"start":1714431917003,"stop":1714431917003,"duration":0}},{"uid":"803d6cad866a3ef3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/803d6cad866a3ef3","status":"passed","time":{"start":1714430652873,"stop":1714430652874,"duration":1}},{"uid":"68fa260500965d60","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/68fa260500965d60","status":"passed","time":{"start":1714430439934,"stop":1714430439934,"duration":0}},{"uid":"cd83b9fa99692d41","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cd83b9fa99692d41","status":"passed","time":{"start":1714429618772,"stop":1714429618773,"duration":1}},{"uid":"cfef954602c4edbd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cfef954602c4edbd","status":"passed","time":{"start":1714428758236,"stop":1714428758236,"duration":0}},{"uid":"21de57f81efc5bb9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/21de57f81efc5bb9","status":"passed","time":{"start":1714427532037,"stop":1714427532037,"duration":0}},{"uid":"df4d040f9288a855","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/df4d040f9288a855","status":"passed","time":{"start":1714427233653,"stop":1714427233653,"duration":0}},{"uid":"5fcdfaf6b3dec54c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5fcdfaf6b3dec54c","status":"passed","time":{"start":1714426576823,"stop":1714426576824,"duration":1}},{"uid":"32330c4d398c5deb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/32330c4d398c5deb","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311927,"stop":1714425311927,"duration":0}},{"uid":"ef835545c26bd68d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ef835545c26bd68d","status":"passed","time":{"start":1714425068148,"stop":1714425068148,"duration":0}},{"uid":"6fde9ae5cb62f2da","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6fde9ae5cb62f2da","status":"passed","time":{"start":1714415236748,"stop":1714415236748,"duration":0}},{"uid":"92fb0f79ea567190","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/92fb0f79ea567190","status":"passed","time":{"start":1714415370287,"stop":1714415370287,"duration":0}},{"uid":"d9d8a22fc6203a34","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d9d8a22fc6203a34","status":"passed","time":{"start":1714407592726,"stop":1714407592727,"duration":1}},{"uid":"32e7c8aa901908d1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/32e7c8aa901908d1","status":"passed","time":{"start":1714406603013,"stop":1714406603013,"duration":0}},{"uid":"97cee5ad91dce969","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/97cee5ad91dce969","status":"passed","time":{"start":1714404403092,"stop":1714404403092,"duration":0}}]},"ccfe03d77b192d14421d3491cd6aa56e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56a2ffc4b8ca0f5a","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/56a2ffc4b8ca0f5a","status":"passed","time":{"start":1714383335676,"stop":1714383335676,"duration":0}}]},"ef34e57bd2967e79aa9d1d408d89bd70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fac1b95db919968c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fac1b95db919968c","status":"passed","time":{"start":1714425644077,"stop":1714425644078,"duration":1}}]},"c67e92fd6cb50d44985783b4b3314783:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c7a95733e7e98f63","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c7a95733e7e98f63","status":"passed","time":{"start":1714432293606,"stop":1714432293606,"duration":0}}]},"3ddcd91757b7b25cabbbd07b963cbb60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a6e6a6e2e1a4068","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2a6e6a6e2e1a4068","status":"passed","time":{"start":1714141025852,"stop":1714141025853,"duration":1}}]},"a0c37f3a1b99bfa68a02b452c60d2791:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e69337bb6cdc051d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/e69337bb6cdc051d","status":"passed","time":{"start":1714141029644,"stop":1714141029644,"duration":0}}]},"9b912eb17e0cc806bd9aa68887eb10b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f18deb9e3b0bbaf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f18deb9e3b0bbaf","status":"passed","time":{"start":1714453925052,"stop":1714453925053,"duration":1}},{"uid":"cbf86702ce666240","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/cbf86702ce666240","status":"passed","time":{"start":1714435482961,"stop":1714435482961,"duration":0}},{"uid":"3198039c09949478","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3198039c09949478","status":"passed","time":{"start":1714434551996,"stop":1714434551996,"duration":0}},{"uid":"11c9c0fad2de7339","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/11c9c0fad2de7339","status":"passed","time":{"start":1714433247023,"stop":1714433247023,"duration":0}},{"uid":"927113b59d68345","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/927113b59d68345","status":"passed","time":{"start":1714431444743,"stop":1714431444743,"duration":0}},{"uid":"288e8cb13c67f644","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/288e8cb13c67f644","status":"passed","time":{"start":1714431708283,"stop":1714431708283,"duration":0}},{"uid":"131e8534c6a9ab38","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/131e8534c6a9ab38","status":"passed","time":{"start":1714430430714,"stop":1714430430714,"duration":0}},{"uid":"ca8ad4846acf0786","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ca8ad4846acf0786","status":"passed","time":{"start":1714430223177,"stop":1714430223177,"duration":0}},{"uid":"4f0645a1ba6bdf5a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4f0645a1ba6bdf5a","status":"passed","time":{"start":1714429383869,"stop":1714429383870,"duration":1}},{"uid":"8ac116d9c938b593","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8ac116d9c938b593","status":"passed","time":{"start":1714428528626,"stop":1714428528626,"duration":0}},{"uid":"145b0c95d8462793","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/145b0c95d8462793","status":"passed","time":{"start":1714427305979,"stop":1714427305980,"duration":1}},{"uid":"c72ea0102dc9139d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c72ea0102dc9139d","status":"passed","time":{"start":1714427007375,"stop":1714427007375,"duration":0}},{"uid":"b4558f809aec6d9f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b4558f809aec6d9f","status":"passed","time":{"start":1714426355961,"stop":1714426355961,"duration":0}},{"uid":"cfb13f6477c5cd9a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cfb13f6477c5cd9a","status":"passed","time":{"start":1714424458775,"stop":1714424458776,"duration":1}},{"uid":"9913fb264df4fb97","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9913fb264df4fb97","status":"passed","time":{"start":1714424849000,"stop":1714424849000,"duration":0}},{"uid":"2276faa53e2d7650","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2276faa53e2d7650","status":"passed","time":{"start":1714415001441,"stop":1714415001441,"duration":0}},{"uid":"d38bd855d55218f4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d38bd855d55218f4","status":"passed","time":{"start":1714415154910,"stop":1714415154910,"duration":0}},{"uid":"5adf6b607ed065cf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5adf6b607ed065cf","status":"passed","time":{"start":1714407362038,"stop":1714407362039,"duration":1}},{"uid":"5633aa9b7f50fba1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5633aa9b7f50fba1","status":"passed","time":{"start":1714406389332,"stop":1714406389332,"duration":0}},{"uid":"76d02a8465f3043e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/76d02a8465f3043e","status":"passed","time":{"start":1714404179168,"stop":1714404179168,"duration":0}}]},"82ec7945386a5c50410445ab16b3fb50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7c053088bfa7d388","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/7c053088bfa7d388","status":"passed","time":{"start":1713976155896,"stop":1713976155896,"duration":0}}]},"ea101d61e8057cd0355d11ea1c62c307:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad0af96c3089179c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ad0af96c3089179c","status":"passed","time":{"start":1714404739435,"stop":1714404739435,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"324ebb1e0275b911","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/324ebb1e0275b911","status":"passed","time":{"start":1714454365874,"stop":1714454365874,"duration":0}},{"uid":"84716cee59e78df7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/84716cee59e78df7","status":"passed","time":{"start":1714435932814,"stop":1714435932814,"duration":0}},{"uid":"47a70a2f5dd26b31","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/47a70a2f5dd26b31","status":"passed","time":{"start":1714435006824,"stop":1714435006825,"duration":1}},{"uid":"7239c22d199ee8b6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7239c22d199ee8b6","status":"passed","time":{"start":1714433693915,"stop":1714433693915,"duration":0}},{"uid":"dc86ef92eefa1d37","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/dc86ef92eefa1d37","status":"passed","time":{"start":1714431888536,"stop":1714431888536,"duration":0}},{"uid":"28169c6c9acc9ee","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/28169c6c9acc9ee","status":"passed","time":{"start":1714432201969,"stop":1714432201969,"duration":0}},{"uid":"eaac95def08ef2d9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eaac95def08ef2d9","status":"passed","time":{"start":1714430892433,"stop":1714430892434,"duration":1}},{"uid":"992180fa0409db86","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/992180fa0409db86","status":"passed","time":{"start":1714430720916,"stop":1714430720917,"duration":1}},{"uid":"6f86d8a206736899","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6f86d8a206736899","status":"passed","time":{"start":1714429855245,"stop":1714429855245,"duration":0}},{"uid":"3c7c3bf58ace61a5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3c7c3bf58ace61a5","status":"passed","time":{"start":1714428989402,"stop":1714428989402,"duration":0}},{"uid":"73abbd5826525a7b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/73abbd5826525a7b","status":"passed","time":{"start":1714427767166,"stop":1714427767167,"duration":1}},{"uid":"94369a0011f38671","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/94369a0011f38671","status":"passed","time":{"start":1714427460512,"stop":1714427460512,"duration":0}},{"uid":"8ea027309632e95f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8ea027309632e95f","status":"passed","time":{"start":1714426812791,"stop":1714426812792,"duration":1}},{"uid":"b462eb7893df2549","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b462eb7893df2549","status":"passed","time":{"start":1714425528567,"stop":1714425528568,"duration":1}},{"uid":"b6d3b046354c0d5c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b6d3b046354c0d5c","status":"passed","time":{"start":1714425301042,"stop":1714425301043,"duration":1}},{"uid":"dcb0851e55e13d91","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/dcb0851e55e13d91","status":"passed","time":{"start":1714415473241,"stop":1714415473241,"duration":0}},{"uid":"756fb9f3a2f70d72","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/756fb9f3a2f70d72","status":"passed","time":{"start":1714415615335,"stop":1714415615335,"duration":0}},{"uid":"ffa649db54abe190","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ffa649db54abe190","status":"passed","time":{"start":1714407816851,"stop":1714407816852,"duration":1}},{"uid":"a588e1f0ae59ba3a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a588e1f0ae59ba3a","status":"passed","time":{"start":1714406861552,"stop":1714406861553,"duration":1}},{"uid":"aaa5d37608a3f50e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aaa5d37608a3f50e","status":"passed","time":{"start":1714404628265,"stop":1714404628265,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"fa708f7264fbc5b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fa708f7264fbc5b2","status":"passed","time":{"start":1714454434311,"stop":1714454434312,"duration":1}},{"uid":"4d01cb216a12b644","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4d01cb216a12b644","status":"passed","time":{"start":1714436006529,"stop":1714436006530,"duration":1}},{"uid":"24e3fb9c2cd97770","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/24e3fb9c2cd97770","status":"passed","time":{"start":1714435054828,"stop":1714435054828,"duration":0}},{"uid":"ad360c5521a89271","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ad360c5521a89271","status":"passed","time":{"start":1714433761055,"stop":1714433761055,"duration":0}},{"uid":"1566b9167e2904a8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1566b9167e2904a8","status":"passed","time":{"start":1714431966426,"stop":1714431966426,"duration":0}},{"uid":"4a1435613009e9e7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4a1435613009e9e7","status":"passed","time":{"start":1714432193269,"stop":1714432193269,"duration":0}},{"uid":"e36eb095ae670bcd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e36eb095ae670bcd","status":"passed","time":{"start":1714430948531,"stop":1714430948532,"duration":1}},{"uid":"5350f75169e76f11","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5350f75169e76f11","status":"passed","time":{"start":1714430713518,"stop":1714430713519,"duration":1}},{"uid":"940ae8ef699c2e61","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/940ae8ef699c2e61","status":"passed","time":{"start":1714429917739,"stop":1714429917740,"duration":1}},{"uid":"ff5b25047c26937d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ff5b25047c26937d","status":"passed","time":{"start":1714429040290,"stop":1714429040291,"duration":1}},{"uid":"86eaa4bdef3510ce","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/86eaa4bdef3510ce","status":"passed","time":{"start":1714427848678,"stop":1714427848679,"duration":1}},{"uid":"3a17eb231ac34df5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3a17eb231ac34df5","status":"passed","time":{"start":1714427530060,"stop":1714427530060,"duration":0}},{"uid":"d71cd03a34f4c742","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d71cd03a34f4c742","status":"passed","time":{"start":1714426875133,"stop":1714426875133,"duration":0}},{"uid":"a5d96c5b7fadfbb2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a5d96c5b7fadfbb2","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511020,"stop":1714426511020,"duration":0}},{"uid":"446ecca731e3b755","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/446ecca731e3b755","status":"passed","time":{"start":1714425369952,"stop":1714425369952,"duration":0}},{"uid":"fdc6f8c6e5e7140f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fdc6f8c6e5e7140f","status":"passed","time":{"start":1714415516372,"stop":1714415516372,"duration":0}},{"uid":"d837eaae4950d48a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d837eaae4950d48a","status":"passed","time":{"start":1714415679026,"stop":1714415679027,"duration":1}},{"uid":"3225e97dc952e205","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3225e97dc952e205","status":"passed","time":{"start":1714407884320,"stop":1714407884320,"duration":0}},{"uid":"5b9ec6d04bc851e9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5b9ec6d04bc851e9","status":"passed","time":{"start":1714406914282,"stop":1714406914282,"duration":0}},{"uid":"f21d3eb2b4cbea44","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f21d3eb2b4cbea44","status":"passed","time":{"start":1714404690106,"stop":1714404690106,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"62a10a3722152fa4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/62a10a3722152fa4","status":"passed","time":{"start":1714454254053,"stop":1714454254055,"duration":2}},{"uid":"de692ca464b203df","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/de692ca464b203df","status":"passed","time":{"start":1714435800602,"stop":1714435800602,"duration":0}},{"uid":"fb36a425e6d56b98","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fb36a425e6d56b98","status":"passed","time":{"start":1714434868964,"stop":1714434868964,"duration":0}},{"uid":"27aa5d4ab0c1c1e7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/27aa5d4ab0c1c1e7","status":"passed","time":{"start":1714433559048,"stop":1714433559048,"duration":0}},{"uid":"c0925e2997af13cc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c0925e2997af13cc","status":"passed","time":{"start":1714431775487,"stop":1714431775487,"duration":0}},{"uid":"fda1a0813f2c3213","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fda1a0813f2c3213","status":"passed","time":{"start":1714432108555,"stop":1714432108556,"duration":1}},{"uid":"712a9d0291f29dc3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/712a9d0291f29dc3","status":"passed","time":{"start":1714430776918,"stop":1714430776919,"duration":1}},{"uid":"1a91d1015aaacf18","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1a91d1015aaacf18","status":"passed","time":{"start":1714430619966,"stop":1714430619967,"duration":1}},{"uid":"2443e1ab2c11bba7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2443e1ab2c11bba7","status":"passed","time":{"start":1714429728572,"stop":1714429728573,"duration":1}},{"uid":"82b77dc5162d061e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/82b77dc5162d061e","status":"passed","time":{"start":1714428857831,"stop":1714428857832,"duration":1}},{"uid":"c2f57be3300716ed","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c2f57be3300716ed","status":"passed","time":{"start":1714427640221,"stop":1714427640224,"duration":3}},{"uid":"2501d49aa5ad342b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2501d49aa5ad342b","status":"passed","time":{"start":1714427327953,"stop":1714427327953,"duration":0}},{"uid":"e164e595982e4e07","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e164e595982e4e07","status":"passed","time":{"start":1714426697138,"stop":1714426697138,"duration":0}},{"uid":"c8a0805638f66548","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c8a0805638f66548","status":"passed","time":{"start":1714425430164,"stop":1714425430164,"duration":0}},{"uid":"9f96ab08ceef33ed","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9f96ab08ceef33ed","status":"passed","time":{"start":1714425175461,"stop":1714425175461,"duration":0}},{"uid":"55a9dd742536c024","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/55a9dd742536c024","status":"passed","time":{"start":1714415341986,"stop":1714415341986,"duration":0}},{"uid":"d8488142fef0bef7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d8488142fef0bef7","status":"passed","time":{"start":1714415498565,"stop":1714415498565,"duration":0}},{"uid":"d0ac549cc9b3104a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d0ac549cc9b3104a","status":"passed","time":{"start":1714407697837,"stop":1714407697837,"duration":0}},{"uid":"b523226c5d3ea264","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b523226c5d3ea264","status":"passed","time":{"start":1714406727480,"stop":1714406727480,"duration":0}},{"uid":"8af22a9dc94cfecc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8af22a9dc94cfecc","status":"passed","time":{"start":1714404518985,"stop":1714404518985,"duration":0}}]},"18d74a2f4712bb1e703d299e142d489c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4bdbf7bf50290855","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/4bdbf7bf50290855","status":"passed","time":{"start":1714123110397,"stop":1714123110398,"duration":1}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":26,"unknown":0,"total":34},"items":[{"uid":"fdead40a67d78847","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/fdead40a67d78847","status":"passed","time":{"start":1714178164919,"stop":1714178164920,"duration":1}},{"uid":"761b0c74fed4667d","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/761b0c74fed4667d","status":"passed","time":{"start":1714177931094,"stop":1714177931095,"duration":1}},{"uid":"bbff7243027048b1","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/bbff7243027048b1","status":"passed","time":{"start":1714129756718,"stop":1714129756718,"duration":0}},{"uid":"b85fda1a047c775e","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/b85fda1a047c775e","status":"passed","time":{"start":1714123336304,"stop":1714123336305,"duration":1}},{"uid":"4447c049835ca0b4","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/4447c049835ca0b4","status":"passed","time":{"start":1714123041166,"stop":1714123041167,"duration":1}},{"uid":"77397c406d7fca8","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/77397c406d7fca8","status":"passed","time":{"start":1714113949694,"stop":1714113949694,"duration":0}},{"uid":"f754021bdc1706a3","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/f754021bdc1706a3","status":"passed","time":{"start":1714109262074,"stop":1714109262075,"duration":1}},{"uid":"406f154488902327","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/406f154488902327","status":"passed","time":{"start":1714109232813,"stop":1714109232814,"duration":1}},{"uid":"e5b0d3d0a88519c4","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/e5b0d3d0a88519c4","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/relay/interop.node.spec.ts)","time":{"start":1714089898718,"stop":1714089898719,"duration":1}},{"uid":"52c464ec20dffaaa","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/52c464ec20dffaaa","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/relay/interop.node.spec.ts)","time":{"start":1714087259640,"stop":1714087259641,"duration":1}},{"uid":"cbc16b68f3f0d516","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/cbc16b68f3f0d516","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/relay/interop.node.spec.ts)","time":{"start":1714082861223,"stop":1714082861223,"duration":0}},{"uid":"f1850c68d17ae927","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/f1850c68d17ae927","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/relay/interop.node.spec.ts)","time":{"start":1714080678408,"stop":1714080678409,"duration":1}},{"uid":"23c5ebaf9d651c2f","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/23c5ebaf9d651c2f","status":"passed","time":{"start":1714046155536,"stop":1714046155536,"duration":0}},{"uid":"eb542f9d851a6e4e","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/eb542f9d851a6e4e","status":"passed","time":{"start":1714045986284,"stop":1714045986284,"duration":0}},{"uid":"8744382f75fda097","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/8744382f75fda097","status":"passed","time":{"start":1714045758488,"stop":1714045758488,"duration":0}},{"uid":"6f8d4504d64b6b3f","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/6f8d4504d64b6b3f","status":"passed","time":{"start":1714040245385,"stop":1714040245386,"duration":1}},{"uid":"313d952204dcc6aa","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/313d952204dcc6aa","status":"passed","time":{"start":1714039294180,"stop":1714039294180,"duration":0}},{"uid":"283b440f033c2980","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/283b440f033c2980","status":"passed","time":{"start":1714033703914,"stop":1714033703914,"duration":0}},{"uid":"e0803d1c9e53419d","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/e0803d1c9e53419d","status":"passed","time":{"start":1714018046251,"stop":1714018046251,"duration":0}},{"uid":"f525ee5d152a3a63","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/f525ee5d152a3a63","status":"passed","time":{"start":1714009944319,"stop":1714009944319,"duration":0}}]},"e1de3614fb229ed6fa9bc21c6183be4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c400402312da479","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/9c400402312da479","status":"passed","time":{"start":1713987704959,"stop":1713987704959,"duration":0}}]},"e6eb7ced3e68ebb3563f4bfaa2d14d73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"580c9aad71cb117","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/580c9aad71cb117","status":"passed","time":{"start":1714109368640,"stop":1714109368640,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"c07f8a6274673f80","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c07f8a6274673f80","status":"passed","time":{"start":1714454227480,"stop":1714454227480,"duration":0}},{"uid":"3eba5027cb6ffd9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3eba5027cb6ffd9","status":"passed","time":{"start":1714435777417,"stop":1714435777417,"duration":0}},{"uid":"bf4a814e1e22c0c1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bf4a814e1e22c0c1","status":"passed","time":{"start":1714434844520,"stop":1714434844520,"duration":0}},{"uid":"bbfc564aa5f2194","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bbfc564aa5f2194","status":"passed","time":{"start":1714433535985,"stop":1714433535985,"duration":0}},{"uid":"7615b624069dc97a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7615b624069dc97a","status":"passed","time":{"start":1714431743549,"stop":1714431743549,"duration":0}},{"uid":"24b1ff830ba8bdda","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/24b1ff830ba8bdda","status":"passed","time":{"start":1714432002445,"stop":1714432002445,"duration":0}},{"uid":"35cbad147c57f619","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/35cbad147c57f619","status":"passed","time":{"start":1714430732689,"stop":1714430732690,"duration":1}},{"uid":"e945003f8fd3df3c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e945003f8fd3df3c","status":"passed","time":{"start":1714430508177,"stop":1714430508178,"duration":1}},{"uid":"ce81584c033e7be4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ce81584c033e7be4","status":"passed","time":{"start":1714429693178,"stop":1714429693178,"duration":0}},{"uid":"a5d49d0491643106","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a5d49d0491643106","status":"passed","time":{"start":1714428818280,"stop":1714428818282,"duration":2}},{"uid":"8c4a42fad6fa958c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8c4a42fad6fa958c","status":"passed","time":{"start":1714427601354,"stop":1714427601383,"duration":29}},{"uid":"87740e673fb70a64","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/87740e673fb70a64","status":"passed","time":{"start":1714427308832,"stop":1714427308833,"duration":1}},{"uid":"e173e46a923718b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e173e46a923718b","status":"passed","time":{"start":1714426655799,"stop":1714426655800,"duration":1}},{"uid":"dbfe6b4190dd942d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/dbfe6b4190dd942d","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420774,"stop":1714425420775,"duration":1}},{"uid":"65c80b91b6ee0a6a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/65c80b91b6ee0a6a","status":"passed","time":{"start":1714425137470,"stop":1714425137471,"duration":1}},{"uid":"b6f970ae63b6700f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b6f970ae63b6700f","status":"passed","time":{"start":1714415306383,"stop":1714415306383,"duration":0}},{"uid":"39b4c45a10b94fe9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/39b4c45a10b94fe9","status":"passed","time":{"start":1714415441037,"stop":1714415441037,"duration":0}},{"uid":"7e96d4882fe09925","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7e96d4882fe09925","status":"passed","time":{"start":1714407661426,"stop":1714407661426,"duration":0}},{"uid":"66bc9dfdf7d8ca63","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/66bc9dfdf7d8ca63","status":"passed","time":{"start":1714406688876,"stop":1714406688876,"duration":0}},{"uid":"e436fe8dbf507722","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e436fe8dbf507722","status":"passed","time":{"start":1714404480649,"stop":1714404480650,"duration":1}}]},"078cbfc9917063f0499aee52e92cc343:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12139f224e0729ff","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/12139f224e0729ff","status":"passed","time":{"start":1714432020147,"stop":1714432020147,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e2310273037cb329","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e2310273037cb329","status":"passed","time":{"start":1714453987196,"stop":1714453987198,"duration":2}},{"uid":"a13006bdf1b8d18","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a13006bdf1b8d18","status":"passed","time":{"start":1714435545816,"stop":1714435545817,"duration":1}},{"uid":"f13d116ce54a5187","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f13d116ce54a5187","status":"passed","time":{"start":1714434626134,"stop":1714434626135,"duration":1}},{"uid":"bff032fc84b76fab","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bff032fc84b76fab","status":"passed","time":{"start":1714433316405,"stop":1714433316405,"duration":0}},{"uid":"9b0a3934c9214123","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9b0a3934c9214123","status":"passed","time":{"start":1714431506526,"stop":1714431506526,"duration":0}},{"uid":"822a3885f60e5faa","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/822a3885f60e5faa","status":"passed","time":{"start":1714431770053,"stop":1714431770053,"duration":0}},{"uid":"26390a7ec2bae365","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/26390a7ec2bae365","status":"passed","time":{"start":1714430495734,"stop":1714430495734,"duration":0}},{"uid":"49b48677c9b4a5d6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/49b48677c9b4a5d6","status":"passed","time":{"start":1714430283239,"stop":1714430283241,"duration":2}},{"uid":"9f2b14c8ea3ff296","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9f2b14c8ea3ff296","status":"passed","time":{"start":1714429454738,"stop":1714429454739,"duration":1}},{"uid":"6be3789a0420d368","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6be3789a0420d368","status":"passed","time":{"start":1714428603026,"stop":1714428603026,"duration":0}},{"uid":"b4cd35fe1c555df6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b4cd35fe1c555df6","status":"passed","time":{"start":1714427368866,"stop":1714427368867,"duration":1}},{"uid":"58541986f4734de7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/58541986f4734de7","status":"passed","time":{"start":1714427087109,"stop":1714427087109,"duration":0}},{"uid":"3c9a1a5dac62e37a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3c9a1a5dac62e37a","status":"passed","time":{"start":1714426419007,"stop":1714426419008,"duration":1}},{"uid":"23afcdf6895daaed","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/23afcdf6895daaed","status":"passed","time":{"start":1714424522175,"stop":1714424522176,"duration":1}},{"uid":"861725140df4d58a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/861725140df4d58a","status":"passed","time":{"start":1714424912036,"stop":1714424912037,"duration":1}},{"uid":"bd62f51565b691ae","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bd62f51565b691ae","status":"passed","time":{"start":1714415063938,"stop":1714415063939,"duration":1}},{"uid":"a05e16c41ca8702a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a05e16c41ca8702a","status":"passed","time":{"start":1714415219587,"stop":1714415219587,"duration":0}},{"uid":"73bf9d85e2635e7a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/73bf9d85e2635e7a","status":"passed","time":{"start":1714407435782,"stop":1714407435783,"duration":1}},{"uid":"36d03e27abc031fe","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/36d03e27abc031fe","status":"passed","time":{"start":1714406451897,"stop":1714406451897,"duration":0}},{"uid":"cb849e121834730e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cb849e121834730e","status":"passed","time":{"start":1714404244902,"stop":1714404244902,"duration":0}}]},"7be7c73918dcbef56c4f01f28ceb310f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"973c037f91be5472","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/973c037f91be5472","status":"passed","time":{"start":1714427584808,"stop":1714427584808,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"769c037935a1f35a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/769c037935a1f35a","status":"passed","time":{"start":1714454507907,"stop":1714454507908,"duration":1}},{"uid":"ab6e9d4728516561","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ab6e9d4728516561","status":"passed","time":{"start":1714436048756,"stop":1714436048757,"duration":1}},{"uid":"85ee9964fd17dfb3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/85ee9964fd17dfb3","status":"passed","time":{"start":1714435155780,"stop":1714435155781,"duration":1}},{"uid":"bb000b1b049a8ae9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bb000b1b049a8ae9","status":"passed","time":{"start":1714433815797,"stop":1714433815798,"duration":1}},{"uid":"482dbc769287ec3a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/482dbc769287ec3a","status":"passed","time":{"start":1714432025726,"stop":1714432025727,"duration":1}},{"uid":"6e6b5516612742b4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6e6b5516612742b4","status":"passed","time":{"start":1714432319349,"stop":1714432319349,"duration":0}},{"uid":"b5120e1381bc14c0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b5120e1381bc14c0","status":"passed","time":{"start":1714431035245,"stop":1714431035246,"duration":1}},{"uid":"5c8eb82585c63550","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5c8eb82585c63550","status":"passed","time":{"start":1714430851124,"stop":1714430851124,"duration":0}},{"uid":"6050da4d33ede4ee","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6050da4d33ede4ee","status":"passed","time":{"start":1714429998312,"stop":1714429998316,"duration":4}},{"uid":"88ceae5796890f1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/88ceae5796890f1","status":"passed","time":{"start":1714429123416,"stop":1714429123416,"duration":0}},{"uid":"7a3528db5fd08a65","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7a3528db5fd08a65","status":"passed","time":{"start":1714427908742,"stop":1714427908742,"duration":0}},{"uid":"777772886dc8dce0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/777772886dc8dce0","status":"passed","time":{"start":1714427590258,"stop":1714427590259,"duration":1}},{"uid":"84ceac8270bd736e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/84ceac8270bd736e","status":"passed","time":{"start":1714426950362,"stop":1714426950363,"duration":1}},{"uid":"7a8b98ecd771ec18","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7a8b98ecd771ec18","status":"passed","time":{"start":1714425413019,"stop":1714425413019,"duration":0}},{"uid":"6e1bcd2c4fa043f3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6e1bcd2c4fa043f3","status":"passed","time":{"start":1714425435622,"stop":1714425435622,"duration":0}},{"uid":"ce1c966e0ac5b329","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ce1c966e0ac5b329","status":"passed","time":{"start":1714415590171,"stop":1714415590172,"duration":1}},{"uid":"c6edb141d97756f4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c6edb141d97756f4","status":"passed","time":{"start":1714415739333,"stop":1714415739334,"duration":1}},{"uid":"5e2ae6c282c0541e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5e2ae6c282c0541e","status":"passed","time":{"start":1714407950137,"stop":1714407950138,"duration":1}},{"uid":"b4469b0148ba4024","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b4469b0148ba4024","status":"passed","time":{"start":1714406978479,"stop":1714406978480,"duration":1}},{"uid":"6ba484d000ef94a8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6ba484d000ef94a8","status":"passed","time":{"start":1714404752162,"stop":1714404752162,"duration":0}}]},"38277a4e4a1f404baa18f059cdbdd445:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6171220a94d442c4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6171220a94d442c4","status":"passed","time":{"start":1714415728455,"stop":1714415728456,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"5f0c94faab0b1963","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5f0c94faab0b1963","status":"passed","time":{"start":1714454507912,"stop":1714454507912,"duration":0}},{"uid":"d35f3de5a6bef1e3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d35f3de5a6bef1e3","status":"passed","time":{"start":1714436048759,"stop":1714436048760,"duration":1}},{"uid":"96fe04d809153cc2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/96fe04d809153cc2","status":"passed","time":{"start":1714435155784,"stop":1714435155785,"duration":1}},{"uid":"b97531e34797b11f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b97531e34797b11f","status":"passed","time":{"start":1714433815800,"stop":1714433815801,"duration":1}},{"uid":"8ba3da4a97dcf9a8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8ba3da4a97dcf9a8","status":"passed","time":{"start":1714432025729,"stop":1714432025730,"duration":1}},{"uid":"5cba12a6615c0d03","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5cba12a6615c0d03","status":"passed","time":{"start":1714432319357,"stop":1714432319358,"duration":1}},{"uid":"f43b61fdbde22bcf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f43b61fdbde22bcf","status":"passed","time":{"start":1714431035251,"stop":1714431035251,"duration":0}},{"uid":"a20af70ededbf84a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a20af70ededbf84a","status":"passed","time":{"start":1714430851128,"stop":1714430851128,"duration":0}},{"uid":"8c2f79c93d6e0e12","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8c2f79c93d6e0e12","status":"passed","time":{"start":1714429998322,"stop":1714429998323,"duration":1}},{"uid":"d49914db5936f75f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d49914db5936f75f","status":"passed","time":{"start":1714429123418,"stop":1714429123419,"duration":1}},{"uid":"a8bd95b058480c37","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a8bd95b058480c37","status":"passed","time":{"start":1714427908754,"stop":1714427908754,"duration":0}},{"uid":"710348dda29c4b9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/710348dda29c4b9","status":"passed","time":{"start":1714427590262,"stop":1714427590262,"duration":0}},{"uid":"f40bb4acfb15ea57","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f40bb4acfb15ea57","status":"passed","time":{"start":1714426950365,"stop":1714426950366,"duration":1}},{"uid":"2e84b784cf359f2d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2e84b784cf359f2d","status":"passed","time":{"start":1714425413028,"stop":1714425413038,"duration":10}},{"uid":"8563a6c13fd36474","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8563a6c13fd36474","status":"passed","time":{"start":1714425435630,"stop":1714425435630,"duration":0}},{"uid":"ee2f2a6978cc15f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ee2f2a6978cc15f","status":"passed","time":{"start":1714415590176,"stop":1714415590176,"duration":0}},{"uid":"5d6fa2e3e8dd65d9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5d6fa2e3e8dd65d9","status":"passed","time":{"start":1714415739337,"stop":1714415739337,"duration":0}},{"uid":"dd5d4eab0dd1d3f7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dd5d4eab0dd1d3f7","status":"passed","time":{"start":1714407950144,"stop":1714407950144,"duration":0}},{"uid":"9b37818455e4fb53","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9b37818455e4fb53","status":"passed","time":{"start":1714406978498,"stop":1714406978498,"duration":0}},{"uid":"23d245f982dbca2d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/23d245f982dbca2d","status":"passed","time":{"start":1714404752165,"stop":1714404752166,"duration":1}}]},"7e7e5dc5e2ae5b2beebebfe4df0c88c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1552d5cf7f0c6826","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/1552d5cf7f0c6826","status":"passed","time":{"start":1714384405998,"stop":1714384405998,"duration":0}}]},"c5df8fe45bdced830756a34e9062ed07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ed9c841c774f282","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/1ed9c841c774f282","status":"passed","time":{"start":1714380091390,"stop":1714380091390,"duration":0}}]},"c15f5b7cd8c97b175f04d12e60124a36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"292a530d20fe0900","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/292a530d20fe0900","status":"passed","time":{"start":1713982956490,"stop":1713982956490,"duration":0}}]},"59a5edb1bbe0069fe283a02758c221fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e664f743266c016","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/4e664f743266c016","status":"passed","time":{"start":1714082690894,"stop":1714082690894,"duration":0}}]},"6d3e709e98c521eb4dc1db03fad4ae93:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3048e14b0396c0b4","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/3048e14b0396c0b4","status":"passed","time":{"start":1714109010415,"stop":1714109010420,"duration":5}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"1b824c1d129967f6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1b824c1d129967f6","status":"passed","time":{"start":1714454024388,"stop":1714454024388,"duration":0}},{"uid":"1d2624a269dc98c1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1d2624a269dc98c1","status":"passed","time":{"start":1714435578410,"stop":1714435578411,"duration":1}},{"uid":"78bae82d73a9ce92","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/78bae82d73a9ce92","status":"passed","time":{"start":1714434650401,"stop":1714434650402,"duration":1}},{"uid":"27901bb79f2fba4e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/27901bb79f2fba4e","status":"passed","time":{"start":1714433346770,"stop":1714433346771,"duration":1}},{"uid":"3a8d196fe14a24e5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3a8d196fe14a24e5","status":"passed","time":{"start":1714431543669,"stop":1714431543671,"duration":2}},{"uid":"16134663ffb26d48","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/16134663ffb26d48","status":"passed","time":{"start":1714431805456,"stop":1714431805457,"duration":1}},{"uid":"278643105d498d9a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/278643105d498d9a","status":"passed","time":{"start":1714430536426,"stop":1714430536431,"duration":5}},{"uid":"17b18a8baa18afdd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/17b18a8baa18afdd","status":"passed","time":{"start":1714430322006,"stop":1714430322007,"duration":1}},{"uid":"df01b0653a48140e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/df01b0653a48140e","status":"passed","time":{"start":1714429493070,"stop":1714429493071,"duration":1}},{"uid":"da41c4da2037def5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/da41c4da2037def5","status":"passed","time":{"start":1714428631120,"stop":1714428631121,"duration":1}},{"uid":"a06d775374cc6c72","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a06d775374cc6c72","status":"passed","time":{"start":1714427404958,"stop":1714427404958,"duration":0}},{"uid":"c1ae996f371a8621","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c1ae996f371a8621","status":"passed","time":{"start":1714427101739,"stop":1714427101741,"duration":2}},{"uid":"6187a7745d055f0b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6187a7745d055f0b","status":"passed","time":{"start":1714426457655,"stop":1714426457655,"duration":0}},{"uid":"76a0bb2930893542","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/76a0bb2930893542","status":"passed","time":{"start":1714424558654,"stop":1714424558655,"duration":1}},{"uid":"d29bc1534a5f13b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d29bc1534a5f13b","status":"passed","time":{"start":1714424950490,"stop":1714424950491,"duration":1}},{"uid":"7782fd68d5cb0880","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7782fd68d5cb0880","status":"passed","time":{"start":1714415104763,"stop":1714415104764,"duration":1}},{"uid":"e6dfad616e18ae10","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e6dfad616e18ae10","status":"passed","time":{"start":1714415250733,"stop":1714415250733,"duration":0}},{"uid":"bea076a6cc5b6d03","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bea076a6cc5b6d03","status":"passed","time":{"start":1714407463993,"stop":1714407463993,"duration":0}},{"uid":"b3021a3ef52e5d1d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b3021a3ef52e5d1d","status":"passed","time":{"start":1714406496810,"stop":1714406496810,"duration":0}},{"uid":"e4267e1d2f58615e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e4267e1d2f58615e","status":"passed","time":{"start":1714404277939,"stop":1714404277939,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"81702d5eac4343f6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/81702d5eac4343f6","status":"passed","time":{"start":1714453933338,"stop":1714453933338,"duration":0}},{"uid":"6237b6bb5c287d3c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6237b6bb5c287d3c","status":"passed","time":{"start":1714435491293,"stop":1714435491294,"duration":1}},{"uid":"8111ef30e7f3ba1c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8111ef30e7f3ba1c","status":"passed","time":{"start":1714434560400,"stop":1714434560400,"duration":0}},{"uid":"a9b30c2333a5f49b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a9b30c2333a5f49b","status":"passed","time":{"start":1714433255380,"stop":1714433255381,"duration":1}},{"uid":"205112064d4d2117","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/205112064d4d2117","status":"passed","time":{"start":1714431453275,"stop":1714431453276,"duration":1}},{"uid":"846ce36d2ae550de","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/846ce36d2ae550de","status":"passed","time":{"start":1714431716855,"stop":1714431716855,"duration":0}},{"uid":"fd0767ce105385f4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fd0767ce105385f4","status":"passed","time":{"start":1714430439316,"stop":1714430439317,"duration":1}},{"uid":"7bddacc8b2ca5332","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7bddacc8b2ca5332","status":"passed","time":{"start":1714430231612,"stop":1714430231612,"duration":0}},{"uid":"60eb4ea45a6f432b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/60eb4ea45a6f432b","status":"passed","time":{"start":1714429393357,"stop":1714429393357,"duration":0}},{"uid":"12cb89bf50ef9f4a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/12cb89bf50ef9f4a","status":"passed","time":{"start":1714428537108,"stop":1714428537108,"duration":0}},{"uid":"eba6795354a8d9c2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eba6795354a8d9c2","status":"passed","time":{"start":1714427314628,"stop":1714427314628,"duration":0}},{"uid":"4da7c5665b2d7ede","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4da7c5665b2d7ede","status":"passed","time":{"start":1714427015824,"stop":1714427015824,"duration":0}},{"uid":"eaca70fa5c4eec6d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/eaca70fa5c4eec6d","status":"passed","time":{"start":1714426364742,"stop":1714426364742,"duration":0}},{"uid":"195978abc5c4a0db","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/195978abc5c4a0db","status":"passed","time":{"start":1714424467270,"stop":1714424467270,"duration":0}},{"uid":"5b8a5e833031ee06","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5b8a5e833031ee06","status":"passed","time":{"start":1714424857621,"stop":1714424857621,"duration":0}},{"uid":"c78c89a03697eaab","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c78c89a03697eaab","status":"passed","time":{"start":1714415010229,"stop":1714415010229,"duration":0}},{"uid":"eef6be10a092f908","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eef6be10a092f908","status":"passed","time":{"start":1714415163528,"stop":1714415163528,"duration":0}},{"uid":"9c0fe4b35b0f0b9a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9c0fe4b35b0f0b9a","status":"passed","time":{"start":1714407370715,"stop":1714407370715,"duration":0}},{"uid":"95a5b2679aec7253","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/95a5b2679aec7253","status":"passed","time":{"start":1714406397862,"stop":1714406397862,"duration":0}},{"uid":"6d004456df2007a8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6d004456df2007a8","status":"passed","time":{"start":1714404187714,"stop":1714404187714,"duration":0}}]},"29caf96701e1244ea4b57c3a87a5a406:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e89427ec54ac57fe","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/e89427ec54ac57fe","status":"passed","time":{"start":1714089638331,"stop":1714089638331,"duration":0}}]},"bb403895369c060bc96dfeaa6bc70dce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3bc97172f8f108c","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/d3bc97172f8f108c","status":"passed","time":{"start":1714039405800,"stop":1714039405801,"duration":1}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":82,"unknown":0,"total":87},"items":[{"uid":"bbc1f65dd042b50f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bbc1f65dd042b50f","status":"passed","time":{"start":1714454246977,"stop":1714454246978,"duration":1}},{"uid":"58a48cfd527b6b39","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/58a48cfd527b6b39","status":"passed","time":{"start":1714435795188,"stop":1714435795189,"duration":1}},{"uid":"276db4da44e7eba9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/276db4da44e7eba9","status":"passed","time":{"start":1714434861611,"stop":1714434861611,"duration":0}},{"uid":"4ca495996d0b2340","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4ca495996d0b2340","status":"passed","time":{"start":1714433551078,"stop":1714433551078,"duration":0}},{"uid":"12442b1ad5453fb0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/12442b1ad5453fb0","status":"passed","time":{"start":1714431768815,"stop":1714431768815,"duration":0}},{"uid":"b72db26010451ef9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b72db26010451ef9","status":"passed","time":{"start":1714432061426,"stop":1714432061426,"duration":0}},{"uid":"816be6bbc1d72c9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/816be6bbc1d72c9","status":"passed","time":{"start":1714430772726,"stop":1714430772726,"duration":0}},{"uid":"5d2740e140c729e5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5d2740e140c729e5","status":"passed","time":{"start":1714430577557,"stop":1714430577557,"duration":0}},{"uid":"3d120c69c2a38e0c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3d120c69c2a38e0c","status":"passed","time":{"start":1714429721255,"stop":1714429721256,"duration":1}},{"uid":"bdb8a4cc38678e2f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bdb8a4cc38678e2f","status":"passed","time":{"start":1714428857770,"stop":1714428857770,"duration":0}},{"uid":"fca43f841af782c2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fca43f841af782c2","status":"passed","time":{"start":1714427634506,"stop":1714427634506,"duration":0}},{"uid":"d53bf333541b4675","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d53bf333541b4675","status":"passed","time":{"start":1714427320393,"stop":1714427320395,"duration":2}},{"uid":"ba8846e255a3d7ea","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ba8846e255a3d7ea","status":"passed","time":{"start":1714426692199,"stop":1714426692199,"duration":0}},{"uid":"605af1aaf5bad5be","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/605af1aaf5bad5be","status":"passed","time":{"start":1714425469964,"stop":1714425469966,"duration":2}},{"uid":"73ced9d22be9a095","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/73ced9d22be9a095","status":"passed","time":{"start":1714425170480,"stop":1714425170481,"duration":1}},{"uid":"3707d4c23a771ac5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3707d4c23a771ac5","status":"passed","time":{"start":1714415308006,"stop":1714415308006,"duration":0}},{"uid":"10e1c1d103f4d55e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/10e1c1d103f4d55e","status":"passed","time":{"start":1714415498405,"stop":1714415498406,"duration":1}},{"uid":"4d6f62a23b1b77a5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4d6f62a23b1b77a5","status":"passed","time":{"start":1714407691768,"stop":1714407691768,"duration":0}},{"uid":"7b9e781ef2c48008","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7b9e781ef2c48008","status":"passed","time":{"start":1714406721595,"stop":1714406721595,"duration":0}},{"uid":"1fde18237a491d44","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1fde18237a491d44","status":"passed","time":{"start":1714404515365,"stop":1714404515365,"duration":0}}]},"e86a1fee09959dbf0a3afd6ae18c2ed5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"29a4a522fa898f28","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/29a4a522fa898f28","status":"passed","time":{"start":1714087070370,"stop":1714087070371,"duration":1}}]},"615e502a00551bc99d5c26f2776e5cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65acb6980a48b516","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/65acb6980a48b516","status":"passed","time":{"start":1714425586965,"stop":1714425586965,"duration":0}}]},"c6b46c8bcd9a90dc3c879b7517f43e35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a9edf4775824b36","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/6a9edf4775824b36","status":"passed","time":{"start":1714404421550,"stop":1714404421550,"duration":0}}]},"0ef235c50667823b2d124c88f7506324:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"58264f3c544ecf7b","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/58264f3c544ecf7b","status":"passed","time":{"start":1714139223726,"stop":1714139223726,"duration":0}}]},"68879e7b257dd86b5c34367f6f1cffaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1fe94cc74dbdbdd","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/d1fe94cc74dbdbdd","status":"passed","time":{"start":1714382918285,"stop":1714382918285,"duration":0}}]},"7a81de52b4c2681890413dbdd2b02a6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"8380aed7473ba128","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/8380aed7473ba128","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413534,"stop":1713889413534,"duration":0}}]},"6f9b8facd3ab33e26bd609df8f0e4b8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2a2ab5e37b98f125","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2a2ab5e37b98f125","status":"passed","time":{"start":1714453925060,"stop":1714453925061,"duration":1}},{"uid":"fc0580d8cbb7abff","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fc0580d8cbb7abff","status":"passed","time":{"start":1714435482969,"stop":1714435482969,"duration":0}},{"uid":"2b16cd4738189472","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2b16cd4738189472","status":"passed","time":{"start":1714434552004,"stop":1714434552005,"duration":1}},{"uid":"6c4145d18cb61bf8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6c4145d18cb61bf8","status":"passed","time":{"start":1714433247029,"stop":1714433247029,"duration":0}},{"uid":"65499a9889c9ef5c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/65499a9889c9ef5c","status":"passed","time":{"start":1714431444749,"stop":1714431444749,"duration":0}},{"uid":"3aa8775181413c05","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3aa8775181413c05","status":"passed","time":{"start":1714431708291,"stop":1714431708291,"duration":0}},{"uid":"e03a979f05b80118","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e03a979f05b80118","status":"passed","time":{"start":1714430430723,"stop":1714430430723,"duration":0}},{"uid":"9bc0889e58083742","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9bc0889e58083742","status":"passed","time":{"start":1714430223183,"stop":1714430223183,"duration":0}},{"uid":"23d5ac8b364174ef","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/23d5ac8b364174ef","status":"passed","time":{"start":1714429383879,"stop":1714429383880,"duration":1}},{"uid":"554e828966653967","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/554e828966653967","status":"passed","time":{"start":1714428528634,"stop":1714428528634,"duration":0}},{"uid":"7588c31298facd13","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7588c31298facd13","status":"passed","time":{"start":1714427305986,"stop":1714427305986,"duration":0}},{"uid":"471efe379dfb4ef7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/471efe379dfb4ef7","status":"passed","time":{"start":1714427007381,"stop":1714427007381,"duration":0}},{"uid":"fc0ee0df99b98313","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fc0ee0df99b98313","status":"passed","time":{"start":1714426355970,"stop":1714426355970,"duration":0}},{"uid":"78e974e1b793452b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/78e974e1b793452b","status":"passed","time":{"start":1714424458783,"stop":1714424458784,"duration":1}},{"uid":"dd824219ac6ffb96","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dd824219ac6ffb96","status":"passed","time":{"start":1714424849009,"stop":1714424849009,"duration":0}},{"uid":"7e68e53cd0cfd41a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7e68e53cd0cfd41a","status":"passed","time":{"start":1714415001449,"stop":1714415001449,"duration":0}},{"uid":"14c00a3100c7bfad","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/14c00a3100c7bfad","status":"passed","time":{"start":1714415154921,"stop":1714415154921,"duration":0}},{"uid":"6d65ec29691f6d2e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6d65ec29691f6d2e","status":"passed","time":{"start":1714407362047,"stop":1714407362047,"duration":0}},{"uid":"493da053aecf3684","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/493da053aecf3684","status":"passed","time":{"start":1714406389340,"stop":1714406389340,"duration":0}},{"uid":"694e69e146a84825","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/694e69e146a84825","status":"passed","time":{"start":1714404179178,"stop":1714404179179,"duration":1}}]},"84fe8e423120848a1ef84200c1ead3f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"853dea34818276c5","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/853dea34818276c5","status":"passed","time":{"start":1714123425562,"stop":1714123425562,"duration":0}}]},"931bd7aa7c11e5f548f831dc208fd06e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1ee9516ca79f5706","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1ee9516ca79f5706","status":"passed","time":{"start":1714427767184,"stop":1714427767185,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"641defe93b04859a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/641defe93b04859a","status":"passed","time":{"start":1714454532126,"stop":1714454532128,"duration":2}},{"uid":"145f185df03b11c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/145f185df03b11c","status":"passed","time":{"start":1714436094198,"stop":1714436094198,"duration":0}},{"uid":"d5af249c2c68563f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d5af249c2c68563f","status":"passed","time":{"start":1714435163809,"stop":1714435163809,"duration":0}},{"uid":"4dd9a32e9b09e91c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4dd9a32e9b09e91c","status":"passed","time":{"start":1714433852602,"stop":1714433852603,"duration":1}},{"uid":"27751669f71f5ca0","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/27751669f71f5ca0","status":"passed","time":{"start":1714432063850,"stop":1714432063850,"duration":0}},{"uid":"e37efc498c01584e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e37efc498c01584e","status":"passed","time":{"start":1714432359670,"stop":1714432359670,"duration":0}},{"uid":"7491e35d13ea7f9f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7491e35d13ea7f9f","status":"passed","time":{"start":1714431050890,"stop":1714431050891,"duration":1}},{"uid":"99a159fa49b7df6c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/99a159fa49b7df6c","status":"passed","time":{"start":1714430874568,"stop":1714430874569,"duration":1}},{"uid":"7acac72af0c077ec","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7acac72af0c077ec","status":"passed","time":{"start":1714430022726,"stop":1714430022726,"duration":0}},{"uid":"30b6cd889f297a17","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/30b6cd889f297a17","status":"passed","time":{"start":1714429144650,"stop":1714429144650,"duration":0}},{"uid":"8aab3be3305531ad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8aab3be3305531ad","status":"passed","time":{"start":1714427925999,"stop":1714427926000,"duration":1}},{"uid":"697c7d86d8b6f02e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/697c7d86d8b6f02e","status":"passed","time":{"start":1714427629047,"stop":1714427629048,"duration":1}},{"uid":"7bcdfc43d9d26625","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7bcdfc43d9d26625","status":"passed","time":{"start":1714426975372,"stop":1714426975373,"duration":1}},{"uid":"7c040cc64e30cecc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7c040cc64e30cecc","status":"passed","time":{"start":1714425690221,"stop":1714425690221,"duration":0}},{"uid":"accd216ea2aab638","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/accd216ea2aab638","status":"passed","time":{"start":1714425473189,"stop":1714425473189,"duration":0}},{"uid":"d303b7e6e49e81a2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d303b7e6e49e81a2","status":"passed","time":{"start":1714415666108,"stop":1714415666108,"duration":0}},{"uid":"e45796275f8abf87","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e45796275f8abf87","status":"passed","time":{"start":1714415773701,"stop":1714415773702,"duration":1}},{"uid":"92e73d986354f149","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/92e73d986354f149","status":"passed","time":{"start":1714407989504,"stop":1714407989504,"duration":0}},{"uid":"f66b2316de1596b5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f66b2316de1596b5","status":"passed","time":{"start":1714407016611,"stop":1714407016616,"duration":5}},{"uid":"337d4d12b5ac7d89","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/337d4d12b5ac7d89","status":"passed","time":{"start":1714404796534,"stop":1714404796535,"duration":1}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"c762a912d3437679","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c762a912d3437679","status":"passed","time":{"start":1714453925096,"stop":1714453925096,"duration":0}},{"uid":"6245987442342625","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6245987442342625","status":"passed","time":{"start":1714435483015,"stop":1714435483016,"duration":1}},{"uid":"cb259596d909c909","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cb259596d909c909","status":"passed","time":{"start":1714434552107,"stop":1714434552107,"duration":0}},{"uid":"877843681b294775","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/877843681b294775","status":"passed","time":{"start":1714433246999,"stop":1714433247000,"duration":1}},{"uid":"9ad8e8116838845f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9ad8e8116838845f","status":"passed","time":{"start":1714431444909,"stop":1714431444909,"duration":0}},{"uid":"ab671f6aa4d2bd6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ab671f6aa4d2bd6","status":"passed","time":{"start":1714431708427,"stop":1714431708427,"duration":0}},{"uid":"2baf12b97cd8b5af","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2baf12b97cd8b5af","status":"passed","time":{"start":1714430430745,"stop":1714430430745,"duration":0}},{"uid":"6730a05c69bcaf4b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6730a05c69bcaf4b","status":"passed","time":{"start":1714430223154,"stop":1714430223155,"duration":1}},{"uid":"2fdeb7272fa24fc4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2fdeb7272fa24fc4","status":"passed","time":{"start":1714429383919,"stop":1714429383919,"duration":0}},{"uid":"71e089fab9f6fcdb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/71e089fab9f6fcdb","status":"passed","time":{"start":1714428528726,"stop":1714428528726,"duration":0}},{"uid":"8fd5381d507e5594","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8fd5381d507e5594","status":"passed","time":{"start":1714427305810,"stop":1714427305811,"duration":1}},{"uid":"14cc32d2b1b0aeab","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/14cc32d2b1b0aeab","status":"passed","time":{"start":1714427007303,"stop":1714427007304,"duration":1}},{"uid":"b78f353d6626fa00","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b78f353d6626fa00","status":"passed","time":{"start":1714426356108,"stop":1714426356108,"duration":0}},{"uid":"f6d5538c2624616e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f6d5538c2624616e","status":"passed","time":{"start":1714424458875,"stop":1714424458875,"duration":0}},{"uid":"5471877f433d5998","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5471877f433d5998","status":"passed","time":{"start":1714424849200,"stop":1714424849200,"duration":0}},{"uid":"4e9c6bedb35d3275","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4e9c6bedb35d3275","status":"passed","time":{"start":1714415001505,"stop":1714415001505,"duration":0}},{"uid":"ab728ecceb784ea","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ab728ecceb784ea","status":"passed","time":{"start":1714415155037,"stop":1714415155037,"duration":0}},{"uid":"b0658d29814c6507","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b0658d29814c6507","status":"passed","time":{"start":1714407362312,"stop":1714407362313,"duration":1}},{"uid":"8de764a69dcfed51","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8de764a69dcfed51","status":"passed","time":{"start":1714406389402,"stop":1714406389402,"duration":0}},{"uid":"a1e8580133088e5b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a1e8580133088e5b","status":"passed","time":{"start":1714404179275,"stop":1714404179275,"duration":0}}]},"2f7a8c3bf666e172a7ee6401c5fcdce9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a1486c4c05bd489","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9a1486c4c05bd489","status":"passed","time":{"start":1714436052995,"stop":1714436052995,"duration":0}}]},"b303a4d48b8d50212087ea626cfc9ca5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a79c6e36039eeb71","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/a79c6e36039eeb71","status":"passed","time":{"start":1713996785414,"stop":1713996785414,"duration":0}}]},"8ac4868adef29e1dfaadd92db3e98749:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b24370c34ae3c83","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/b24370c34ae3c83","status":"passed","time":{"start":1714114057876,"stop":1714114057877,"duration":1}}]},"98082c3459a7d972e6e4f0f7a4ba4f0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"762ed5a2f9d7bf72","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/762ed5a2f9d7bf72","status":"passed","time":{"start":1714427848698,"stop":1714427848699,"duration":1}}]},"c35ccaecd56068854c15b2478b4929cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea8ff0432d6f2bd3","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ea8ff0432d6f2bd3","status":"passed","time":{"start":1714404421550,"stop":1714404421550,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"e8d22242ba14c6e5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e8d22242ba14c6e5","status":"passed","time":{"start":1714454434312,"stop":1714454434312,"duration":0}},{"uid":"5e172da8ca449812","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5e172da8ca449812","status":"passed","time":{"start":1714436006531,"stop":1714436006531,"duration":0}},{"uid":"20b65a1682b20238","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/20b65a1682b20238","status":"passed","time":{"start":1714435054829,"stop":1714435054829,"duration":0}},{"uid":"6ed352e2500937b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6ed352e2500937b","status":"passed","time":{"start":1714433761056,"stop":1714433761056,"duration":0}},{"uid":"c101bd3e38c71fdd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c101bd3e38c71fdd","status":"passed","time":{"start":1714431966427,"stop":1714431966427,"duration":0}},{"uid":"1e6a6f3bb054b5ca","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1e6a6f3bb054b5ca","status":"passed","time":{"start":1714432193270,"stop":1714432193270,"duration":0}},{"uid":"a1d1ba700dc23937","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a1d1ba700dc23937","status":"passed","time":{"start":1714430948533,"stop":1714430948533,"duration":0}},{"uid":"a2f638298b3a181c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a2f638298b3a181c","status":"passed","time":{"start":1714430713520,"stop":1714430713521,"duration":1}},{"uid":"a2539a5e1cb31e8a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a2539a5e1cb31e8a","status":"passed","time":{"start":1714429917740,"stop":1714429917741,"duration":1}},{"uid":"acec5346a31f18cf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/acec5346a31f18cf","status":"passed","time":{"start":1714429040292,"stop":1714429040292,"duration":0}},{"uid":"2b9299aab04817ef","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2b9299aab04817ef","status":"passed","time":{"start":1714427848680,"stop":1714427848680,"duration":0}},{"uid":"5b41d3035310a284","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5b41d3035310a284","status":"passed","time":{"start":1714427530061,"stop":1714427530062,"duration":1}},{"uid":"c1a297d7190b0b7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c1a297d7190b0b7","status":"passed","time":{"start":1714426875134,"stop":1714426875134,"duration":0}},{"uid":"3b6254e4548a8b6d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3b6254e4548a8b6d","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511022,"stop":1714426511022,"duration":0}},{"uid":"586c1458d22c6779","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/586c1458d22c6779","status":"passed","time":{"start":1714425369953,"stop":1714425369955,"duration":2}},{"uid":"565d53834b5f2dab","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/565d53834b5f2dab","status":"passed","time":{"start":1714415516373,"stop":1714415516373,"duration":0}},{"uid":"f27ade14fa238e54","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f27ade14fa238e54","status":"passed","time":{"start":1714415679027,"stop":1714415679027,"duration":0}},{"uid":"de1f55dbccd3dc6d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/de1f55dbccd3dc6d","status":"passed","time":{"start":1714407884322,"stop":1714407884322,"duration":0}},{"uid":"54d5d01f79e3d34d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/54d5d01f79e3d34d","status":"passed","time":{"start":1714406914282,"stop":1714406914283,"duration":1}},{"uid":"147bbd6568ae6479","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/147bbd6568ae6479","status":"passed","time":{"start":1714404690107,"stop":1714404690107,"duration":0}}]},"f80523f863e1fbd112a406bddf10140d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"609323159295c4c3","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/609323159295c4c3","status":"passed","time":{"start":1714386707027,"stop":1714386707028,"duration":1}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"5fcb1bc994175490","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5fcb1bc994175490","status":"passed","time":{"start":1714454140447,"stop":1714454140449,"duration":2}},{"uid":"7fed6ef7e4f0bcc8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7fed6ef7e4f0bcc8","status":"passed","time":{"start":1714435687900,"stop":1714435687902,"duration":2}},{"uid":"2ae0cc5781a24b55","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2ae0cc5781a24b55","status":"passed","time":{"start":1714434773459,"stop":1714434773459,"duration":0}},{"uid":"3a95012c7d996770","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3a95012c7d996770","status":"passed","time":{"start":1714433450972,"stop":1714433450972,"duration":0}},{"uid":"587d1e8638b06fb6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/587d1e8638b06fb6","status":"passed","time":{"start":1714431653501,"stop":1714431653502,"duration":1}},{"uid":"19412daf0b5d27d9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/19412daf0b5d27d9","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714431989821,"stop":1714431989821,"duration":0}},{"uid":"c834320502f241e8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c834320502f241e8","status":"passed","time":{"start":1714430659403,"stop":1714430659403,"duration":0}},{"uid":"987cb12f7c35df80","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/987cb12f7c35df80","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714430522141,"stop":1714430522142,"duration":1}},{"uid":"87bc98cff2a2976b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/87bc98cff2a2976b","status":"passed","time":{"start":1714429610408,"stop":1714429610408,"duration":0}},{"uid":"5d3fd38e37b77a15","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5d3fd38e37b77a15","status":"passed","time":{"start":1714428741359,"stop":1714428741360,"duration":1}},{"uid":"577eccace23c9a86","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/577eccace23c9a86","status":"passed","time":{"start":1714427513578,"stop":1714427513578,"duration":0}},{"uid":"4fd8b930aa00e022","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4fd8b930aa00e022","status":"passed","time":{"start":1714427219351,"stop":1714427219352,"duration":1}},{"uid":"9ab7194faf4391b2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9ab7194faf4391b2","status":"passed","time":{"start":1714426573084,"stop":1714426573084,"duration":0}},{"uid":"45b7ed4e281a6d4c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/45b7ed4e281a6d4c","status":"passed","time":{"start":1714424914274,"stop":1714424914274,"duration":0}},{"uid":"e28758a001d688f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e28758a001d688f","status":"passed","time":{"start":1714425071914,"stop":1714425071914,"duration":0}},{"uid":"899c3e94ebc081b0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/899c3e94ebc081b0","status":"passed","time":{"start":1714415233315,"stop":1714415233315,"duration":0}},{"uid":"55dd1f1dd9cabce4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/55dd1f1dd9cabce4","status":"passed","time":{"start":1714415382707,"stop":1714415382708,"duration":1}},{"uid":"3a0b4f445e4dfd8d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3a0b4f445e4dfd8d","status":"passed","time":{"start":1714407575692,"stop":1714407575693,"duration":1}},{"uid":"be2484c5a446c6d2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/be2484c5a446c6d2","status":"passed","time":{"start":1714406625162,"stop":1714406625163,"duration":1}},{"uid":"dbbfd94914b26d17","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/dbbfd94914b26d17","status":"passed","time":{"start":1714404386198,"stop":1714404386200,"duration":2}}]},"d8cf50ed5a766c2116421f586135be0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b8d3218c113f6336","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b8d3218c113f6336","status":"passed","time":{"start":1714385757958,"stop":1714385757958,"duration":0}}]},"8a7ed18425e1cc867b854a97f2911425:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9854282f9ba9b8b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e9854282f9ba9b8b","status":"passed","time":{"start":1714433811166,"stop":1714433811166,"duration":0}}]},"693745fb0e5aa5a1c0b97d92d64b33e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1913f3e32f06bc0e","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/1913f3e32f06bc0e","status":"passed","time":{"start":1714114057879,"stop":1714114057880,"duration":1}}]},"717b384ea6c6c1661b771032ba472110:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f84f8fc699277f53","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/f84f8fc699277f53","status":"passed","time":{"start":1714178269843,"stop":1714178269844,"duration":1}}]},"7645b752097f942f418c1b2075516a59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6bb597ad0744d6b","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/d6bb597ad0744d6b","status":"passed","time":{"start":1714386693831,"stop":1714386693832,"duration":1}}]},"e7dc01d61bcb45e1f6ccd94fa9373762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51e4a072fa70322a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/51e4a072fa70322a","status":"passed","time":{"start":1714433761066,"stop":1714433761067,"duration":1}}]},"2e5b4cd69a7bebbfd4e11a04deac7914:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae9f6aa7366ab9f1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ae9f6aa7366ab9f1","status":"passed","time":{"start":1714425644070,"stop":1714425644071,"duration":1}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"29c46322bd4c8c1f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/29c46322bd4c8c1f","status":"passed","time":{"start":1714453959969,"stop":1714453959969,"duration":0}},{"uid":"cc306e341c9ad23c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/cc306e341c9ad23c","status":"passed","time":{"start":1714435518671,"stop":1714435518671,"duration":0}},{"uid":"3115215942b054e1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3115215942b054e1","status":"passed","time":{"start":1714434587772,"stop":1714434587773,"duration":1}},{"uid":"bd6ed466531710ba","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bd6ed466531710ba","status":"passed","time":{"start":1714433282709,"stop":1714433282709,"duration":0}},{"uid":"979b9399cc916224","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/979b9399cc916224","status":"passed","time":{"start":1714431480318,"stop":1714431480318,"duration":0}},{"uid":"8304b2182b507394","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8304b2182b507394","status":"passed","time":{"start":1714431744245,"stop":1714431744245,"duration":0}},{"uid":"796209a076c7529e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/796209a076c7529e","status":"passed","time":{"start":1714430467281,"stop":1714430467281,"duration":0}},{"uid":"568b7645279fe9dc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/568b7645279fe9dc","status":"passed","time":{"start":1714430258852,"stop":1714430258852,"duration":0}},{"uid":"4f626a7c033300f2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4f626a7c033300f2","status":"passed","time":{"start":1714429423230,"stop":1714429423230,"duration":0}},{"uid":"519fecb1149578d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/519fecb1149578d","status":"passed","time":{"start":1714428564680,"stop":1714428564680,"duration":0}},{"uid":"c63d4801ce084d39","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c63d4801ce084d39","status":"passed","time":{"start":1714427342556,"stop":1714427342556,"duration":0}},{"uid":"915a795f2e1d0c37","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/915a795f2e1d0c37","status":"passed","time":{"start":1714427043351,"stop":1714427043351,"duration":0}},{"uid":"8d56429aed01a400","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8d56429aed01a400","status":"passed","time":{"start":1714426392845,"stop":1714426392845,"duration":0}},{"uid":"282c3979444e781a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/282c3979444e781a","status":"passed","time":{"start":1714424494707,"stop":1714424494708,"duration":1}},{"uid":"42b70c4fe24e9166","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/42b70c4fe24e9166","status":"passed","time":{"start":1714424885248,"stop":1714424885248,"duration":0}},{"uid":"229d65fe9f0b7109","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/229d65fe9f0b7109","status":"passed","time":{"start":1714415038013,"stop":1714415038013,"duration":0}},{"uid":"bfc5dc55ad5ad865","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bfc5dc55ad5ad865","status":"passed","time":{"start":1714415190824,"stop":1714415190824,"duration":0}},{"uid":"b29a9dfa00ffa1b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b29a9dfa00ffa1b","status":"passed","time":{"start":1714407398340,"stop":1714407398340,"duration":0}},{"uid":"94cdc9e7142abc53","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/94cdc9e7142abc53","status":"passed","time":{"start":1714406425618,"stop":1714406425618,"duration":0}},{"uid":"4e9c5eba9db9d34f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4e9c5eba9db9d34f","status":"passed","time":{"start":1714404215320,"stop":1714404215321,"duration":1}}]},"47a4ff34b0db9f42af2f600427d29318:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44cef4b8aaac826a","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/44cef4b8aaac826a","status":"passed","time":{"start":1713889475154,"stop":1713889475155,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"9e55301b5dfcc7a8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9e55301b5dfcc7a8","status":"passed","time":{"start":1714454365888,"stop":1714454365888,"duration":0}},{"uid":"6a2c521c4c61d5f5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6a2c521c4c61d5f5","status":"passed","time":{"start":1714435932830,"stop":1714435932830,"duration":0}},{"uid":"fdf1bf5357e8e486","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fdf1bf5357e8e486","status":"passed","time":{"start":1714435006853,"stop":1714435006853,"duration":0}},{"uid":"e45420fb18e6780c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e45420fb18e6780c","status":"passed","time":{"start":1714433693930,"stop":1714433693930,"duration":0}},{"uid":"d0024a54031ab457","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d0024a54031ab457","status":"passed","time":{"start":1714431888562,"stop":1714431888563,"duration":1}},{"uid":"d84d748727b18ba5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d84d748727b18ba5","status":"passed","time":{"start":1714432201985,"stop":1714432201985,"duration":0}},{"uid":"c886461bdd183e70","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c886461bdd183e70","status":"passed","time":{"start":1714430892461,"stop":1714430892462,"duration":1}},{"uid":"95c24e060afefb9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/95c24e060afefb9","status":"passed","time":{"start":1714430720939,"stop":1714430720940,"duration":1}},{"uid":"eb13c941fe023bff","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/eb13c941fe023bff","status":"passed","time":{"start":1714429855265,"stop":1714429855265,"duration":0}},{"uid":"b5622a3a830e98f6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b5622a3a830e98f6","status":"passed","time":{"start":1714428989450,"stop":1714428989450,"duration":0}},{"uid":"e21b4d350c91518e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e21b4d350c91518e","status":"passed","time":{"start":1714427767183,"stop":1714427767183,"duration":0}},{"uid":"51111f84abd1a233","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/51111f84abd1a233","status":"passed","time":{"start":1714427460527,"stop":1714427460528,"duration":1}},{"uid":"2b9ede8804ac2f4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2b9ede8804ac2f4","status":"passed","time":{"start":1714426812812,"stop":1714426812812,"duration":0}},{"uid":"7b56534d1bae6def","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7b56534d1bae6def","status":"passed","time":{"start":1714425528589,"stop":1714425528589,"duration":0}},{"uid":"9c3b650da9279244","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9c3b650da9279244","status":"passed","time":{"start":1714425301143,"stop":1714425301143,"duration":0}},{"uid":"3a404aacc50428f0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3a404aacc50428f0","status":"passed","time":{"start":1714415473273,"stop":1714415473274,"duration":1}},{"uid":"256b3e849e4cf926","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/256b3e849e4cf926","status":"passed","time":{"start":1714415615366,"stop":1714415615366,"duration":0}},{"uid":"25043d4d80981642","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/25043d4d80981642","status":"passed","time":{"start":1714407816875,"stop":1714407816876,"duration":1}},{"uid":"2f93c5ea85e88108","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2f93c5ea85e88108","status":"passed","time":{"start":1714406861598,"stop":1714406861598,"duration":0}},{"uid":"f186dd7cce9bff1d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f186dd7cce9bff1d","status":"passed","time":{"start":1714404628281,"stop":1714404628281,"duration":0}}]},"ff8dc5adefa0972aece88ead06ac3d91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30d2832f5712eb34","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/30d2832f5712eb34","status":"passed","time":{"start":1714142067883,"stop":1714142067883,"duration":0}}]},"96bcdbed15bb49017e15a9770e85fb29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3da8da580de9cc7a","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/3da8da580de9cc7a","status":"passed","time":{"start":1714178269840,"stop":1714178269841,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"1f741534f97503bf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1f741534f97503bf","status":"passed","time":{"start":1714453933331,"stop":1714453933331,"duration":0}},{"uid":"95af89819003bbc","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/95af89819003bbc","status":"passed","time":{"start":1714435491280,"stop":1714435491281,"duration":1}},{"uid":"367af1e1c575676c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/367af1e1c575676c","status":"passed","time":{"start":1714434560391,"stop":1714434560392,"duration":1}},{"uid":"9712012b4cad8400","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9712012b4cad8400","status":"passed","time":{"start":1714433255371,"stop":1714433255371,"duration":0}},{"uid":"135537e301197222","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/135537e301197222","status":"passed","time":{"start":1714431453260,"stop":1714431453261,"duration":1}},{"uid":"eab8f6d4b82d71a9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/eab8f6d4b82d71a9","status":"passed","time":{"start":1714431716848,"stop":1714431716848,"duration":0}},{"uid":"99b158891e14d7f3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/99b158891e14d7f3","status":"passed","time":{"start":1714430439301,"stop":1714430439301,"duration":0}},{"uid":"b3722180efc923eb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b3722180efc923eb","status":"passed","time":{"start":1714430231599,"stop":1714430231599,"duration":0}},{"uid":"fc66c77f71e4e4f6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fc66c77f71e4e4f6","status":"passed","time":{"start":1714429393342,"stop":1714429393343,"duration":1}},{"uid":"61be56a1b7fa19ea","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/61be56a1b7fa19ea","status":"passed","time":{"start":1714428537099,"stop":1714428537099,"duration":0}},{"uid":"9c876e93bed5913","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9c876e93bed5913","status":"passed","time":{"start":1714427314615,"stop":1714427314615,"duration":0}},{"uid":"23c8e3778bf792ba","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/23c8e3778bf792ba","status":"passed","time":{"start":1714427015816,"stop":1714427015816,"duration":0}},{"uid":"3e5096c443bf2f1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3e5096c443bf2f1","status":"passed","time":{"start":1714426364729,"stop":1714426364729,"duration":0}},{"uid":"8576886b34fa0610","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8576886b34fa0610","status":"passed","time":{"start":1714424467257,"stop":1714424467257,"duration":0}},{"uid":"81c456b429037762","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/81c456b429037762","status":"passed","time":{"start":1714424857614,"stop":1714424857614,"duration":0}},{"uid":"fe7c3852ac20eeaa","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fe7c3852ac20eeaa","status":"passed","time":{"start":1714415010216,"stop":1714415010216,"duration":0}},{"uid":"39dbca96d194242a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/39dbca96d194242a","status":"passed","time":{"start":1714415163511,"stop":1714415163511,"duration":0}},{"uid":"885182c9f9e5284b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/885182c9f9e5284b","status":"passed","time":{"start":1714407370707,"stop":1714407370708,"duration":1}},{"uid":"8338a1e5c241ebf8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8338a1e5c241ebf8","status":"passed","time":{"start":1714406397853,"stop":1714406397853,"duration":0}},{"uid":"20d2620b64f674c9","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/20d2620b64f674c9","status":"passed","time":{"start":1714404187701,"stop":1714404187706,"duration":5}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"8bc933dcda60a0a3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8bc933dcda60a0a3","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"duration":0}},{"uid":"2f2aea11b1e61137","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2f2aea11b1e61137","status":"passed","time":{"start":1714436158737,"stop":1714436158737,"duration":0}},{"uid":"548739fc4ceb1d27","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/548739fc4ceb1d27","status":"passed","time":{"start":1714435237026,"stop":1714435237026,"duration":0}},{"uid":"e8ff692ee52df6f4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e8ff692ee52df6f4","status":"passed","time":{"start":1714433925110,"stop":1714433925111,"duration":1}},{"uid":"b99e3a66c609e3b2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b99e3a66c609e3b2","status":"passed","time":{"start":1714432132895,"stop":1714432132895,"duration":0}},{"uid":"fe4b8d59e7348571","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/fe4b8d59e7348571","status":"passed","time":{"start":1714432392995,"stop":1714432392995,"duration":0}},{"uid":"4944861a5d23ebd4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4944861a5d23ebd4","status":"passed","time":{"start":1714431131897,"stop":1714431131897,"duration":0}},{"uid":"c42b0916b3a70325","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c42b0916b3a70325","status":"passed","time":{"start":1714430918793,"stop":1714430918793,"duration":0}},{"uid":"f7421ecedac1c177","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f7421ecedac1c177","status":"passed","time":{"start":1714430104215,"stop":1714430104216,"duration":1}},{"uid":"7c1beda921c1ac7b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7c1beda921c1ac7b","status":"passed","time":{"start":1714429213881,"stop":1714429213881,"duration":0}},{"uid":"ed4e0ca56290ea79","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ed4e0ca56290ea79","status":"passed","time":{"start":1714427999038,"stop":1714427999038,"duration":0}},{"uid":"822139a85c087fe0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/822139a85c087fe0","status":"passed","time":{"start":1714427702233,"stop":1714427702234,"duration":1}},{"uid":"2d8c62e5ab5da720","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2d8c62e5ab5da720","status":"passed","time":{"start":1714427044032,"stop":1714427044032,"duration":0}},{"uid":"f7dea527e8b96fa0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f7dea527e8b96fa0","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699099,"stop":1714426699099,"duration":0}},{"uid":"286f983f8f23c05a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/286f983f8f23c05a","status":"passed","time":{"start":1714425534896,"stop":1714425534896,"duration":0}},{"uid":"46bdde0b7e944023","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/46bdde0b7e944023","status":"passed","time":{"start":1714415702296,"stop":1714415702297,"duration":1}},{"uid":"cb40fa475264ef3d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cb40fa475264ef3d","status":"passed","time":{"start":1714415850504,"stop":1714415850504,"duration":0}},{"uid":"8e381b2a5fb3922e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8e381b2a5fb3922e","status":"passed","time":{"start":1714408049954,"stop":1714408049954,"duration":0}},{"uid":"26afaebbb76c6b26","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/26afaebbb76c6b26","status":"passed","time":{"start":1714407080676,"stop":1714407080676,"duration":0}},{"uid":"bb1d44d103d5633e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bb1d44d103d5633e","status":"passed","time":{"start":1714404860594,"stop":1714404860594,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"5f8b8b623a1f8c54","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5f8b8b623a1f8c54","status":"passed","time":{"start":1714454576890,"stop":1714454576890,"duration":0}},{"uid":"d3c4486e5cf66246","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d3c4486e5cf66246","status":"passed","time":{"start":1714436137175,"stop":1714436137175,"duration":0}},{"uid":"a593e740ac344226","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a593e740ac344226","status":"passed","time":{"start":1714435211587,"stop":1714435211588,"duration":1}},{"uid":"20cb2cd7b2afc78c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/20cb2cd7b2afc78c","status":"passed","time":{"start":1714433886005,"stop":1714433886005,"duration":0}},{"uid":"727e4546c2092853","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/727e4546c2092853","status":"passed","time":{"start":1714432097264,"stop":1714432097264,"duration":0}},{"uid":"ab3769fd8d7479fa","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ab3769fd8d7479fa","status":"passed","time":{"start":1714432488911,"stop":1714432488912,"duration":1}},{"uid":"bd462a8404f8bb75","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bd462a8404f8bb75","status":"passed","time":{"start":1714431099665,"stop":1714431099665,"duration":0}},{"uid":"9dc31f05bab85e7c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9dc31f05bab85e7c","status":"passed","time":{"start":1714431008664,"stop":1714431008664,"duration":0}},{"uid":"d92dc19c51a992a4","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d92dc19c51a992a4","status":"passed","time":{"start":1714430071921,"stop":1714430071922,"duration":1}},{"uid":"9760c3ad371f2b4d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9760c3ad371f2b4d","status":"passed","time":{"start":1714429188204,"stop":1714429188204,"duration":0}},{"uid":"d82edea2ed8a7d3f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d82edea2ed8a7d3f","status":"passed","time":{"start":1714427963973,"stop":1714427963974,"duration":1}},{"uid":"f87e09f22b8e0f3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f87e09f22b8e0f3","status":"passed","time":{"start":1714427664125,"stop":1714427664125,"duration":0}},{"uid":"9e84537984244d6b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9e84537984244d6b","status":"passed","time":{"start":1714427019009,"stop":1714427019009,"duration":0}},{"uid":"b6a32f3c1fba217e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b6a32f3c1fba217e","status":"passed","time":{"start":1714425767071,"stop":1714425767072,"duration":1}},{"uid":"a5ec769e3c6eecb2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a5ec769e3c6eecb2","status":"passed","time":{"start":1714425507199,"stop":1714425507199,"duration":0}},{"uid":"7705dfdb403e25d1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7705dfdb403e25d1","status":"passed","time":{"start":1714415710421,"stop":1714415710421,"duration":0}},{"uid":"2fea1eaf20f7ff9b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2fea1eaf20f7ff9b","status":"passed","time":{"start":1714415817192,"stop":1714415817192,"duration":0}},{"uid":"fccc0b9b24f26613","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fccc0b9b24f26613","status":"passed","time":{"start":1714408026138,"stop":1714408026139,"duration":1}},{"uid":"d7008200c09fe254","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d7008200c09fe254","status":"passed","time":{"start":1714407055326,"stop":1714407055326,"duration":0}},{"uid":"1cdf91c5297c1f09","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1cdf91c5297c1f09","status":"passed","time":{"start":1714404834265,"stop":1714404834265,"duration":0}}]},"cd36600be83356bc8c97b7dfb09e6d64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"e432d71c65e76519","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/e432d71c65e76519","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098682,"stop":1713976098682,"duration":0}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":54,"unknown":0,"total":54},"items":[{"uid":"3dc094901eed865d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3dc094901eed865d","status":"passed","time":{"start":1714454394849,"stop":1714454394849,"duration":0}},{"uid":"9a531db891cefd47","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9a531db891cefd47","status":"passed","time":{"start":1714435959227,"stop":1714435959227,"duration":0}},{"uid":"1be3178ec208771a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1be3178ec208771a","status":"passed","time":{"start":1714435035842,"stop":1714435035842,"duration":0}},{"uid":"fa20d3d45f9211ea","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fa20d3d45f9211ea","status":"passed","time":{"start":1714433722568,"stop":1714433722569,"duration":1}},{"uid":"d182c93dd286a241","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d182c93dd286a241","status":"passed","time":{"start":1714431918660,"stop":1714431918660,"duration":0}},{"uid":"ebc1345a55eab45e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ebc1345a55eab45e","status":"passed","time":{"start":1714432214908,"stop":1714432214909,"duration":1}},{"uid":"e18ab6a945f658cc","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e18ab6a945f658cc","status":"passed","time":{"start":1714430921010,"stop":1714430921016,"duration":6}},{"uid":"3523721468af7841","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3523721468af7841","status":"passed","time":{"start":1714430733525,"stop":1714430733526,"duration":1}},{"uid":"57979cf009919b01","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/57979cf009919b01","status":"passed","time":{"start":1714429888885,"stop":1714429888885,"duration":0}},{"uid":"b22c745e7d0bbe53","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b22c745e7d0bbe53","status":"passed","time":{"start":1714429008637,"stop":1714429008637,"duration":0}},{"uid":"6ec5cc7306a29793","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6ec5cc7306a29793","status":"passed","time":{"start":1714427722799,"stop":1714427722800,"duration":1}},{"uid":"467842464ad4cee9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/467842464ad4cee9","status":"passed","time":{"start":1714427490651,"stop":1714427490652,"duration":1}},{"uid":"31f490f1ddc33128","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/31f490f1ddc33128","status":"passed","time":{"start":1714426842122,"stop":1714426842122,"duration":0}},{"uid":"5db66058e346d0f3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5db66058e346d0f3","status":"passed","time":{"start":1714425495807,"stop":1714425495808,"duration":1}},{"uid":"f6dfe2ade27893c1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f6dfe2ade27893c1","status":"passed","time":{"start":1714425325521,"stop":1714425325522,"duration":1}},{"uid":"3feba5685056844f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3feba5685056844f","status":"passed","time":{"start":1714415502497,"stop":1714415502499,"duration":2}},{"uid":"d68f271349cb15e6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d68f271349cb15e6","status":"passed","time":{"start":1714415644071,"stop":1714415644071,"duration":0}},{"uid":"e21ad2cac0aebf9c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e21ad2cac0aebf9c","status":"passed","time":{"start":1714407847583,"stop":1714407847583,"duration":0}},{"uid":"e09194954f22e592","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e09194954f22e592","status":"passed","time":{"start":1714406881773,"stop":1714406881773,"duration":0}},{"uid":"185de003b03016f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/185de003b03016f","status":"passed","time":{"start":1714404661150,"stop":1714404661162,"duration":12}}]},"37b5fea5a5dcea5cc938dae25632b842:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97c803abf1abc276","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/97c803abf1abc276","status":"passed","time":{"start":1714109313623,"stop":1714109313624,"duration":1}}]},"94331542f0a8276f52ba66cc92736916:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be2edd48944a1fe8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/be2edd48944a1fe8","status":"passed","time":{"start":1714425425850,"stop":1714425425850,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"8477fa36e8d62ab2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8477fa36e8d62ab2","status":"passed","time":{"start":1714454365887,"stop":1714454365887,"duration":0}},{"uid":"1ab36f7023b898d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1ab36f7023b898d","status":"passed","time":{"start":1714435932829,"stop":1714435932829,"duration":0}},{"uid":"4a9c8cadb9e5149e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4a9c8cadb9e5149e","status":"passed","time":{"start":1714435006852,"stop":1714435006852,"duration":0}},{"uid":"8afaf11e70e60b51","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8afaf11e70e60b51","status":"passed","time":{"start":1714433693929,"stop":1714433693929,"duration":0}},{"uid":"2772b861b83bd155","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2772b861b83bd155","status":"passed","time":{"start":1714431888561,"stop":1714431888562,"duration":1}},{"uid":"b9e316a2f829e3db","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b9e316a2f829e3db","status":"passed","time":{"start":1714432201983,"stop":1714432201984,"duration":1}},{"uid":"63a1abb4086d7e59","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/63a1abb4086d7e59","status":"passed","time":{"start":1714430892460,"stop":1714430892461,"duration":1}},{"uid":"496be9f1f8576c9d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/496be9f1f8576c9d","status":"passed","time":{"start":1714430720938,"stop":1714430720938,"duration":0}},{"uid":"d53836309f0d6bf5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d53836309f0d6bf5","status":"passed","time":{"start":1714429855264,"stop":1714429855264,"duration":0}},{"uid":"2ce5d5375d173bd1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2ce5d5375d173bd1","status":"passed","time":{"start":1714428989449,"stop":1714428989450,"duration":1}},{"uid":"d064978e3ecc68eb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d064978e3ecc68eb","status":"passed","time":{"start":1714427767182,"stop":1714427767182,"duration":0}},{"uid":"a83409a488a52dad","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a83409a488a52dad","status":"passed","time":{"start":1714427460526,"stop":1714427460527,"duration":1}},{"uid":"875c627273460a5c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/875c627273460a5c","status":"passed","time":{"start":1714426812811,"stop":1714426812812,"duration":1}},{"uid":"7d50f0a1eff9bbe2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7d50f0a1eff9bbe2","status":"passed","time":{"start":1714425528588,"stop":1714425528588,"duration":0}},{"uid":"15ac457d10b05c91","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/15ac457d10b05c91","status":"passed","time":{"start":1714425301141,"stop":1714425301141,"duration":0}},{"uid":"8055c4060528969c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8055c4060528969c","status":"passed","time":{"start":1714415473271,"stop":1714415473272,"duration":1}},{"uid":"3f04c56f3e9b302e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3f04c56f3e9b302e","status":"passed","time":{"start":1714415615365,"stop":1714415615366,"duration":1}},{"uid":"593d0e28bb2a189d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/593d0e28bb2a189d","status":"passed","time":{"start":1714407816875,"stop":1714407816875,"duration":0}},{"uid":"79579fc21403bfd5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/79579fc21403bfd5","status":"passed","time":{"start":1714406861594,"stop":1714406861595,"duration":1}},{"uid":"cd2223e96cb66580","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cd2223e96cb66580","status":"passed","time":{"start":1714404628280,"stop":1714404628280,"duration":0}}]},"2cd88a275502c00a61a6c863169a41a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"ebe5af77674cbb7a","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/ebe5af77674cbb7a","status":"broken","statusDetails":"Unexpected end of JSON input","time":{"start":1714090523468,"stop":1714090523468,"duration":0}}]},"d3320c60c2ab6efa10a063f7757fb373:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23ccda26605f6376","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/23ccda26605f6376","status":"passed","time":{"start":1714383216311,"stop":1714383216311,"duration":0}}]},"a334588072a6eb3e91bc0eca2bb7d844:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"323bba5d446237b7","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/323bba5d446237b7","status":"passed","time":{"start":1714385024696,"stop":1714385024696,"duration":0}}]},"069ef625e2518be0b0e4bc1f1a380f13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac853aba8a70a84b","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/ac853aba8a70a84b","status":"passed","time":{"start":1714383356208,"stop":1714383356208,"duration":0}}]},"ac19090935da4486de69e8f4c58b7406:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d4a45675185aef4","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/3d4a45675185aef4","status":"passed","time":{"start":1714177668225,"stop":1714177668225,"duration":0}}]},"01ac2bd9008685d92a275c1635d1573d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"450c1621647c8a30","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/450c1621647c8a30","status":"passed","time":{"start":1714429855267,"stop":1714429855267,"duration":0}}]},"c03be0481647a9932ec60a7271b9678a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ead18cd5336f128d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ead18cd5336f128d","status":"passed","time":{"start":1714433761066,"stop":1714433761066,"duration":0}}]},"50c5a18c94f819bf2e9150d8c77e9f0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d9eaf577e741ba6f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d9eaf577e741ba6f","status":"passed","time":{"start":1714415598518,"stop":1714415598519,"duration":1}}]},"c1a8d233f59b8f2557c952b83adc42d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f8176e361c8a113","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/2f8176e361c8a113","status":"passed","time":{"start":1714297302878,"stop":1714297302878,"duration":0}}]},"92c83684ca7402021ab68f34b9f3b5a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3116ec216502ef0a","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/3116ec216502ef0a","status":"passed","time":{"start":1714040273048,"stop":1714040273049,"duration":1}}]},"4ed92a636a89d7bb66936800678ddb24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d2d4d864012209e6","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/d2d4d864012209e6","status":"passed","time":{"start":1713976959988,"stop":1713976959988,"duration":0}}]},"e7f3cbb47dc2319788b2026111144fd2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41cfb78847c3e7b1","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/41cfb78847c3e7b1","status":"passed","time":{"start":1714046252352,"stop":1714046252362,"duration":10}}]},"049756094786dbb003fe917c0dbc0459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d1117e4256197bf","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/2d1117e4256197bf","status":"passed","time":{"start":1714123305904,"stop":1714123305904,"duration":0}}]},"8095a31c50a54d7b8ff35820e3c116ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5dafaac3791e8ff9","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/5dafaac3791e8ff9","status":"passed","time":{"start":1714089697950,"stop":1714089697950,"duration":0}}]},"262bfb6950cf3e4e0b89ddc41ae29436:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f0173304eaea3c58","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f0173304eaea3c58","status":"passed","time":{"start":1714453925055,"stop":1714453925055,"duration":0}},{"uid":"cf757a11831203e0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/cf757a11831203e0","status":"passed","time":{"start":1714435482963,"stop":1714435482963,"duration":0}},{"uid":"31b8974b9b8abd17","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/31b8974b9b8abd17","status":"passed","time":{"start":1714434551999,"stop":1714434551999,"duration":0}},{"uid":"89fac681301ae391","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/89fac681301ae391","status":"passed","time":{"start":1714433247024,"stop":1714433247025,"duration":1}},{"uid":"d137c67a49a57927","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d137c67a49a57927","status":"passed","time":{"start":1714431444745,"stop":1714431444745,"duration":0}},{"uid":"16e33f157c9145b8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/16e33f157c9145b8","status":"passed","time":{"start":1714431708285,"stop":1714431708285,"duration":0}},{"uid":"65293d275b581e8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/65293d275b581e8","status":"passed","time":{"start":1714430430717,"stop":1714430430717,"duration":0}},{"uid":"1033105b8abca7aa","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1033105b8abca7aa","status":"passed","time":{"start":1714430223179,"stop":1714430223179,"duration":0}},{"uid":"2c2d09496d56dc0f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2c2d09496d56dc0f","status":"passed","time":{"start":1714429383873,"stop":1714429383873,"duration":0}},{"uid":"276b605d01f631d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/276b605d01f631d","status":"passed","time":{"start":1714428528628,"stop":1714428528629,"duration":1}},{"uid":"911904a9942aa8a4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/911904a9942aa8a4","status":"passed","time":{"start":1714427305981,"stop":1714427305981,"duration":0}},{"uid":"f7fa34c1e5ceb615","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f7fa34c1e5ceb615","status":"passed","time":{"start":1714427007377,"stop":1714427007377,"duration":0}},{"uid":"1d29556d5347ed41","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1d29556d5347ed41","status":"passed","time":{"start":1714426355964,"stop":1714426355964,"duration":0}},{"uid":"3d72310b8f8acd8d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3d72310b8f8acd8d","status":"passed","time":{"start":1714424458778,"stop":1714424458778,"duration":0}},{"uid":"c43022d2580eb51b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c43022d2580eb51b","status":"passed","time":{"start":1714424849003,"stop":1714424849003,"duration":0}},{"uid":"e9f2914b7a1cd757","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e9f2914b7a1cd757","status":"passed","time":{"start":1714415001444,"stop":1714415001444,"duration":0}},{"uid":"30ac5e3a413e1713","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/30ac5e3a413e1713","status":"passed","time":{"start":1714415154914,"stop":1714415154914,"duration":0}},{"uid":"ec90714a2262004e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ec90714a2262004e","status":"passed","time":{"start":1714407362041,"stop":1714407362041,"duration":0}},{"uid":"70159cea7682201a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/70159cea7682201a","status":"passed","time":{"start":1714406389334,"stop":1714406389334,"duration":0}},{"uid":"37d1caa336bd6f0d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/37d1caa336bd6f0d","status":"passed","time":{"start":1714404179172,"stop":1714404179172,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"458b989a037dcd52","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/458b989a037dcd52","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"duration":0}},{"uid":"7b38361dd27aa01a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7b38361dd27aa01a","status":"passed","time":{"start":1714436158722,"stop":1714436158722,"duration":0}},{"uid":"70fe785e48a44555","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/70fe785e48a44555","status":"passed","time":{"start":1714435237009,"stop":1714435237009,"duration":0}},{"uid":"fcbffa42390901f2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fcbffa42390901f2","status":"passed","time":{"start":1714433925094,"stop":1714433925094,"duration":0}},{"uid":"9e62361e87597a2f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9e62361e87597a2f","status":"passed","time":{"start":1714432132881,"stop":1714432132881,"duration":0}},{"uid":"3c458a65d75fe3b6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3c458a65d75fe3b6","status":"passed","time":{"start":1714432392960,"stop":1714432392960,"duration":0}},{"uid":"a93328686d7838df","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a93328686d7838df","status":"passed","time":{"start":1714431131879,"stop":1714431131879,"duration":0}},{"uid":"ed4cebdfb1c3fb44","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ed4cebdfb1c3fb44","status":"passed","time":{"start":1714430918770,"stop":1714430918771,"duration":1}},{"uid":"91269d85f9fa1467","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/91269d85f9fa1467","status":"passed","time":{"start":1714430104198,"stop":1714430104198,"duration":0}},{"uid":"cd35ea2d27c7727f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cd35ea2d27c7727f","status":"passed","time":{"start":1714429213866,"stop":1714429213866,"duration":0}},{"uid":"c95912e8b31d2c23","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c95912e8b31d2c23","status":"passed","time":{"start":1714427999021,"stop":1714427999021,"duration":0}},{"uid":"50a97133a6d3dfe","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/50a97133a6d3dfe","status":"passed","time":{"start":1714427702215,"stop":1714427702215,"duration":0}},{"uid":"ed715de6808a980a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ed715de6808a980a","status":"passed","time":{"start":1714427044017,"stop":1714427044017,"duration":0}},{"uid":"83adb34d2884923f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/83adb34d2884923f","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699056,"stop":1714426699056,"duration":0}},{"uid":"14264edd5ee7e318","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/14264edd5ee7e318","status":"passed","time":{"start":1714425534881,"stop":1714425534881,"duration":0}},{"uid":"6cb3f74c77d08d02","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6cb3f74c77d08d02","status":"passed","time":{"start":1714415702280,"stop":1714415702280,"duration":0}},{"uid":"87a775e8720ca1d4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/87a775e8720ca1d4","status":"passed","time":{"start":1714415850488,"stop":1714415850488,"duration":0}},{"uid":"dc85b54a07cad9b2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/dc85b54a07cad9b2","status":"passed","time":{"start":1714408049937,"stop":1714408049938,"duration":1}},{"uid":"908e74e285e9a57b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/908e74e285e9a57b","status":"passed","time":{"start":1714407080661,"stop":1714407080661,"duration":0}},{"uid":"5e49fd5b61c0daae","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5e49fd5b61c0daae","status":"passed","time":{"start":1714404860575,"stop":1714404860576,"duration":1}}]},"70c07a714db5afd3e40927085fcaea59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e2fc1b11ada6d9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/7e2fc1b11ada6d9","status":"passed","time":{"start":1714385794765,"stop":1714385794765,"duration":0}}]},"1b6eaf165fa3e6e4031093c2cdf972e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba995309d714b71d","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/ba995309d714b71d","status":"passed","time":{"start":1714010003114,"stop":1714010003115,"duration":1}}]},"52411ad1d1e07876e12e6183d0f668ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23dd09e2e5c5bfc3","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/23dd09e2e5c5bfc3","status":"passed","time":{"start":1714123110397,"stop":1714123110397,"duration":0}}]},"18fc8cfdcd720a9c9658eb3ad9b0e703:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"516515e019aa1c4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/516515e019aa1c4","status":"passed","time":{"start":1714415728452,"stop":1714415728452,"duration":0}}]},"2a5f29c0bfa8a691d4671f978ff69608:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c35d6eb08e9ae6d","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/1c35d6eb08e9ae6d","status":"passed","time":{"start":1714129844755,"stop":1714129844755,"duration":0}}]},"9d15377757ca2b290455a062b9eee968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0946f140c47c288","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b0946f140c47c288","status":"passed","time":{"start":1714415596685,"stop":1714415596685,"duration":0}}]},"0ca55dd18b32f3d3ec75dafd0cd45b11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b5e2889ea7de6d9","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/9b5e2889ea7de6d9","status":"passed","time":{"start":1714139910945,"stop":1714139910945,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"482fab1e1b49fba3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/482fab1e1b49fba3","status":"passed","time":{"start":1714454133775,"stop":1714454133775,"duration":0}},{"uid":"2ea2109e16503ff5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2ea2109e16503ff5","status":"passed","time":{"start":1714435697065,"stop":1714435697065,"duration":0}},{"uid":"6c52fc849baa25b4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6c52fc849baa25b4","status":"passed","time":{"start":1714434777707,"stop":1714434777708,"duration":1}},{"uid":"6af9384c6ebbc386","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6af9384c6ebbc386","status":"passed","time":{"start":1714433468589,"stop":1714433468594,"duration":5}},{"uid":"efff8f3aab9314bd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/efff8f3aab9314bd","status":"passed","time":{"start":1714431659897,"stop":1714431659897,"duration":0}},{"uid":"eedc61257de3111","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/eedc61257de3111","status":"passed","time":{"start":1714431917005,"stop":1714431917006,"duration":1}},{"uid":"9a3aab519ffa1eb3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9a3aab519ffa1eb3","status":"passed","time":{"start":1714430652882,"stop":1714430652883,"duration":1}},{"uid":"abee8a859664e8d1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/abee8a859664e8d1","status":"passed","time":{"start":1714430439952,"stop":1714430439953,"duration":1}},{"uid":"e3c68543ce355141","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e3c68543ce355141","status":"passed","time":{"start":1714429618780,"stop":1714429618781,"duration":1}},{"uid":"6170bfebb5bf759c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6170bfebb5bf759c","status":"passed","time":{"start":1714428758240,"stop":1714428758240,"duration":0}},{"uid":"6f52ba319e11c632","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6f52ba319e11c632","status":"passed","time":{"start":1714427532040,"stop":1714427532041,"duration":1}},{"uid":"ae42a3d3bd11368c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ae42a3d3bd11368c","status":"passed","time":{"start":1714427233657,"stop":1714427233657,"duration":0}},{"uid":"4002a8e85d2e6211","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4002a8e85d2e6211","status":"passed","time":{"start":1714426576829,"stop":1714426576830,"duration":1}},{"uid":"c7266b1bc0dcf35f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c7266b1bc0dcf35f","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311936,"stop":1714425311937,"duration":1}},{"uid":"3308cc22c363c5e9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3308cc22c363c5e9","status":"passed","time":{"start":1714425068151,"stop":1714425068152,"duration":1}},{"uid":"fb644a8e087b4737","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fb644a8e087b4737","status":"passed","time":{"start":1714415236752,"stop":1714415236752,"duration":0}},{"uid":"7e6f2466a957530a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7e6f2466a957530a","status":"passed","time":{"start":1714415370291,"stop":1714415370291,"duration":0}},{"uid":"99cd0e716f213fa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/99cd0e716f213fa","status":"passed","time":{"start":1714407592730,"stop":1714407592730,"duration":0}},{"uid":"673e83899526aa41","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/673e83899526aa41","status":"passed","time":{"start":1714406603017,"stop":1714406603017,"duration":0}},{"uid":"3a62eb8ce7205074","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3a62eb8ce7205074","status":"passed","time":{"start":1714404403096,"stop":1714404403096,"duration":0}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"c954686625503a99","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c954686625503a99","status":"passed","time":{"start":1714453947389,"stop":1714453947389,"duration":0}},{"uid":"f080bf86e7aa6537","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f080bf86e7aa6537","status":"passed","time":{"start":1714435505491,"stop":1714435505491,"duration":0}},{"uid":"e329ea12eee91f44","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e329ea12eee91f44","status":"passed","time":{"start":1714434575565,"stop":1714434575565,"duration":0}},{"uid":"ea53eb7409b5bb94","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ea53eb7409b5bb94","status":"passed","time":{"start":1714433270092,"stop":1714433270093,"duration":1}},{"uid":"c5fc9a46d39e441d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c5fc9a46d39e441d","status":"passed","time":{"start":1714431467722,"stop":1714431467722,"duration":0}},{"uid":"5063ea206bf53f03","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5063ea206bf53f03","status":"passed","time":{"start":1714431731403,"stop":1714431731404,"duration":1}},{"uid":"4ff4a841829e4861","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4ff4a841829e4861","status":"passed","time":{"start":1714430454539,"stop":1714430454539,"duration":0}},{"uid":"84631a9fdf4c6683","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/84631a9fdf4c6683","status":"passed","time":{"start":1714430246369,"stop":1714430246369,"duration":0}},{"uid":"9a675b55c8254374","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9a675b55c8254374","status":"passed","time":{"start":1714429409760,"stop":1714429409761,"duration":1}},{"uid":"12e3cfc6ead62b53","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/12e3cfc6ead62b53","status":"passed","time":{"start":1714428552379,"stop":1714428552380,"duration":1}},{"uid":"dcfffa1ee063a383","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dcfffa1ee063a383","status":"passed","time":{"start":1714427329989,"stop":1714427329989,"duration":0}},{"uid":"feab766ebd4f8c9c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/feab766ebd4f8c9c","status":"passed","time":{"start":1714427030500,"stop":1714427030500,"duration":0}},{"uid":"ec273163bfd4ee51","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ec273163bfd4ee51","status":"passed","time":{"start":1714426380038,"stop":1714426380041,"duration":3}},{"uid":"5c55123419860007","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5c55123419860007","status":"passed","time":{"start":1714424482133,"stop":1714424482133,"duration":0}},{"uid":"f3c846d999296502","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f3c846d999296502","status":"passed","time":{"start":1714424872189,"stop":1714424872190,"duration":1}},{"uid":"7b40bc0392e1f2a6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7b40bc0392e1f2a6","status":"passed","time":{"start":1714415025426,"stop":1714415025427,"duration":1}},{"uid":"3b68da9f3d4ef808","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3b68da9f3d4ef808","status":"passed","time":{"start":1714415177729,"stop":1714415177730,"duration":1}},{"uid":"26d85008aa5a435e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/26d85008aa5a435e","status":"passed","time":{"start":1714407385548,"stop":1714407385549,"duration":1}},{"uid":"f4dd1fd3b2ef66be","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f4dd1fd3b2ef66be","status":"passed","time":{"start":1714406413002,"stop":1714406413003,"duration":1}},{"uid":"4e2ac7f5ea3774d8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4e2ac7f5ea3774d8","status":"passed","time":{"start":1714404202723,"stop":1714404202723,"duration":0}}]},"f5b22fd29702074fba08733ff426279f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"fdd7425299411ec5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fdd7425299411ec5","status":"passed","time":{"start":1714453925078,"stop":1714453925078,"duration":0}},{"uid":"41e032270f5c04bb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/41e032270f5c04bb","status":"passed","time":{"start":1714435482986,"stop":1714435482987,"duration":1}},{"uid":"a7c4229f738e7f85","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a7c4229f738e7f85","status":"passed","time":{"start":1714434552023,"stop":1714434552023,"duration":0}},{"uid":"dcd3b96e8043b0df","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dcd3b96e8043b0df","status":"passed","time":{"start":1714433247046,"stop":1714433247047,"duration":1}},{"uid":"3c3b72c6fe1d8f48","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3c3b72c6fe1d8f48","status":"passed","time":{"start":1714431444770,"stop":1714431444770,"duration":0}},{"uid":"d7f0096060c7fd50","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d7f0096060c7fd50","status":"passed","time":{"start":1714431708310,"stop":1714431708310,"duration":0}},{"uid":"446c985d52b4365f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/446c985d52b4365f","status":"passed","time":{"start":1714430430741,"stop":1714430430741,"duration":0}},{"uid":"91d0ff96d8631678","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/91d0ff96d8631678","status":"passed","time":{"start":1714430223196,"stop":1714430223197,"duration":1}},{"uid":"ba6e408bf432e9da","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ba6e408bf432e9da","status":"passed","time":{"start":1714429383899,"stop":1714429383900,"duration":1}},{"uid":"6ae11626a9aac7db","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6ae11626a9aac7db","status":"passed","time":{"start":1714428528652,"stop":1714428528653,"duration":1}},{"uid":"60630cae4750e4b9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/60630cae4750e4b9","status":"passed","time":{"start":1714427306001,"stop":1714427306002,"duration":1}},{"uid":"7e989d6502eb7fd6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7e989d6502eb7fd6","status":"passed","time":{"start":1714427007394,"stop":1714427007394,"duration":0}},{"uid":"31af1b08b10b0bf0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/31af1b08b10b0bf0","status":"passed","time":{"start":1714426355990,"stop":1714426355990,"duration":0}},{"uid":"bb0bf3030abd3ba3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bb0bf3030abd3ba3","status":"passed","time":{"start":1714424458803,"stop":1714424458804,"duration":1}},{"uid":"c02fcd0737210a80","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c02fcd0737210a80","status":"passed","time":{"start":1714424849042,"stop":1714424849042,"duration":0}},{"uid":"cd51b812034a34ec","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cd51b812034a34ec","status":"passed","time":{"start":1714415001466,"stop":1714415001467,"duration":1}},{"uid":"ea03e369fe49e589","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ea03e369fe49e589","status":"passed","time":{"start":1714415154943,"stop":1714415154943,"duration":0}},{"uid":"e8538b63e0027236","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e8538b63e0027236","status":"passed","time":{"start":1714407362065,"stop":1714407362065,"duration":0}},{"uid":"64b99ff3af33e58e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/64b99ff3af33e58e","status":"passed","time":{"start":1714406389359,"stop":1714406389359,"duration":0}},{"uid":"702d7718848ed94e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/702d7718848ed94e","status":"passed","time":{"start":1714404179198,"stop":1714404179198,"duration":0}}]},"728fdc28cea25fb5463049c1c4c3bf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"48d0abbee0a0a6b9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/48d0abbee0a0a6b9","status":"passed","time":{"start":1714453925073,"stop":1714453925073,"duration":0}},{"uid":"1d1dcc0460becda2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1d1dcc0460becda2","status":"passed","time":{"start":1714435482981,"stop":1714435482982,"duration":1}},{"uid":"dcc1bc6898d3c3cc","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/dcc1bc6898d3c3cc","status":"passed","time":{"start":1714434552017,"stop":1714434552018,"duration":1}},{"uid":"4a1f96a8898f61bb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4a1f96a8898f61bb","status":"passed","time":{"start":1714433247041,"stop":1714433247042,"duration":1}},{"uid":"267757dfecdc4d16","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/267757dfecdc4d16","status":"passed","time":{"start":1714431444765,"stop":1714431444765,"duration":0}},{"uid":"c2025e2da381ee26","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c2025e2da381ee26","status":"passed","time":{"start":1714431708305,"stop":1714431708305,"duration":0}},{"uid":"48cd96957684954","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/48cd96957684954","status":"passed","time":{"start":1714430430737,"stop":1714430430737,"duration":0}},{"uid":"d4a554bec51271fb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d4a554bec51271fb","status":"passed","time":{"start":1714430223192,"stop":1714430223193,"duration":1}},{"uid":"6c310da996b0e21b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6c310da996b0e21b","status":"passed","time":{"start":1714429383894,"stop":1714429383894,"duration":0}},{"uid":"b063c5ac9e98b8c0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b063c5ac9e98b8c0","status":"passed","time":{"start":1714428528647,"stop":1714428528647,"duration":0}},{"uid":"f5d05e9da890aaad","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f5d05e9da890aaad","status":"passed","time":{"start":1714427305997,"stop":1714427305997,"duration":0}},{"uid":"72233b8b163bfd8b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/72233b8b163bfd8b","status":"passed","time":{"start":1714427007391,"stop":1714427007391,"duration":0}},{"uid":"9af8532263fd71b2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9af8532263fd71b2","status":"passed","time":{"start":1714426355984,"stop":1714426355984,"duration":0}},{"uid":"8554849f8d51c7ac","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8554849f8d51c7ac","status":"passed","time":{"start":1714424458798,"stop":1714424458798,"duration":0}},{"uid":"eba3b14536255351","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/eba3b14536255351","status":"passed","time":{"start":1714424849027,"stop":1714424849027,"duration":0}},{"uid":"1a36fdf413e0e839","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1a36fdf413e0e839","status":"passed","time":{"start":1714415001462,"stop":1714415001462,"duration":0}},{"uid":"c460b60516ab7723","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c460b60516ab7723","status":"passed","time":{"start":1714415154937,"stop":1714415154938,"duration":1}},{"uid":"913500783957bc19","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/913500783957bc19","status":"passed","time":{"start":1714407362060,"stop":1714407362060,"duration":0}},{"uid":"443d40c013a9c342","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/443d40c013a9c342","status":"passed","time":{"start":1714406389353,"stop":1714406389354,"duration":1}},{"uid":"8053284acc104176","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8053284acc104176","status":"passed","time":{"start":1714404179193,"stop":1714404179193,"duration":0}}]},"6358a70301559dac1ef3cc41b853b206:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"621cd49e306b10d9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/621cd49e306b10d9","status":"passed","time":{"start":1714427767185,"stop":1714427767185,"duration":0}}]},"84412b5757b9aa656f2a663f411b88d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad0d09471084fede","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/ad0d09471084fede","status":"passed","time":{"start":1714228985387,"stop":1714228985387,"duration":0}}]},"666373592ec4f7ede55cfc18de6ab20b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b991205456ee1bab","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b991205456ee1bab","status":"passed","time":{"start":1714436043130,"stop":1714436043131,"duration":1}}]},"cec4dfe616497e86fdebf005f413ddf7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d52db93f01a53f9","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/1d52db93f01a53f9","status":"passed","time":{"start":1714169144253,"stop":1714169144253,"duration":0}}]},"8a2116e95fac9e663e93f11d088a1e6a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e02e7f954497fc87","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/e02e7f954497fc87","status":"passed","time":{"start":1714080464426,"stop":1714080464427,"duration":1}}]},"e1348ca6db1a2114f2a5d3c1c1cecad8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80c838d6e4dd076b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/80c838d6e4dd076b","status":"passed","time":{"start":1714383479969,"stop":1714383479969,"duration":0}}]},"9d50dc5c27bb908134b04309c1e2c1ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d76305d620ebf5","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/2d76305d620ebf5","status":"passed","time":{"start":1713987677071,"stop":1713987677071,"duration":0}}]},"11254fb7a94b44f0bf16fe0fb86f4d66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20c116521c9e3f41","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/20c116521c9e3f41","status":"passed","time":{"start":1713977422658,"stop":1713977422658,"duration":0}}]},"987e2140d62b3972e84b6c169d22d5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a12675d57ac24ec","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/7a12675d57ac24ec","status":"passed","time":{"start":1714045821390,"stop":1714045821391,"duration":1}}]},"cfe0780ea60663eb0ac6a03ee6b5c45e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28c91caa761fc88e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/28c91caa761fc88e","status":"passed","time":{"start":1714415728452,"stop":1714415728452,"duration":0}}]},"17721ab3a38cc010a0268254e2244961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c67e0ec3686003","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4c67e0ec3686003","status":"passed","time":{"start":1714383546700,"stop":1714383546701,"duration":1}}]},"3f30904577eb2cb37a144bf110b5c137:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d0123c4a2c47afea","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d0123c4a2c47afea","status":"passed","time":{"start":1714426927571,"stop":1714426927572,"duration":1}}]},"b43be50da857ce052ca8b927f7c80de9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17e56995d7b6637e","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/17e56995d7b6637e","status":"passed","time":{"start":1714129816670,"stop":1714129816670,"duration":0}}]},"4f5f183d2608f3417cb3954e99c4235f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2de10ff52906d08a","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/2de10ff52906d08a","status":"passed","time":{"start":1714123147374,"stop":1714123147374,"duration":0}}]},"3b61f4aa72027835f2e1c18867d71aae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ffa5a3165b01c96c","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/ffa5a3165b01c96c","status":"passed","time":{"start":1714045770691,"stop":1714045770691,"duration":0}}]},"1ad5bf22f50cb725561ae7dc5d19d642:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69b00c3086c2d90f","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/69b00c3086c2d90f","status":"passed","time":{"start":1714046154774,"stop":1714046154775,"duration":1}}]},"5e90386294ebeed5dcc3cc043317f017:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7cec9d837ef70ed","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/e7cec9d837ef70ed","status":"passed","time":{"start":1714383536790,"stop":1714383536790,"duration":0}}]},"40e17490b94298a493a9b07290aa71ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"117c00bebf33ade4","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/117c00bebf33ade4","status":"passed","time":{"start":1714123110399,"stop":1714123110399,"duration":0}}]},"a6ffd2c05f905af2feb9af62cfd81c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"10221a0d3365de94","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/10221a0d3365de94","status":"passed","time":{"start":1714033775471,"stop":1714033775471,"duration":0}}]},"961d3022cdb80b65eccb5b4ba0f326d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"221fcd07ec7f25fc","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/221fcd07ec7f25fc","status":"passed","time":{"start":1714415370292,"stop":1714415370292,"duration":0}}]},"2c0e4c834ab29e04e40f3beadd364e71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1f85512d59e88e0","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/d1f85512d59e88e0","status":"passed","time":{"start":1714129789830,"stop":1714129789830,"duration":0}}]},"ddb9244aec87916db72f98e2ead14fa9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"38493759ecafcd54","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/38493759ecafcd54","status":"passed","time":{"start":1714454434308,"stop":1714454434308,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"ca4d78625681bfd8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ca4d78625681bfd8","status":"passed","time":{"start":1714454140407,"stop":1714454140407,"duration":0}},{"uid":"71b1c7984f142aee","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/71b1c7984f142aee","status":"passed","time":{"start":1714435687893,"stop":1714435687893,"duration":0}},{"uid":"aa5cf0524449f6a9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/aa5cf0524449f6a9","status":"passed","time":{"start":1714434773422,"stop":1714434773422,"duration":0}},{"uid":"cfbc9290c7fd6a08","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cfbc9290c7fd6a08","status":"passed","time":{"start":1714433450965,"stop":1714433450966,"duration":1}},{"uid":"ef887c92d924bdd8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ef887c92d924bdd8","status":"passed","time":{"start":1714431653495,"stop":1714431653495,"duration":0}},{"uid":"6ccbe03d19f0c473","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6ccbe03d19f0c473","status":"passed","time":{"start":1714431989797,"stop":1714431989798,"duration":1}},{"uid":"26c43846075a738","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/26c43846075a738","status":"passed","time":{"start":1714430659384,"stop":1714430659384,"duration":0}},{"uid":"e10910341b1f1852","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e10910341b1f1852","status":"passed","time":{"start":1714430522105,"stop":1714430522105,"duration":0}},{"uid":"5f16f8c317ebc429","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5f16f8c317ebc429","status":"passed","time":{"start":1714429610401,"stop":1714429610401,"duration":0}},{"uid":"db38fe5ffc1e935d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/db38fe5ffc1e935d","status":"passed","time":{"start":1714428741353,"stop":1714428741353,"duration":0}},{"uid":"b96ef8fd4313ab39","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b96ef8fd4313ab39","status":"passed","time":{"start":1714427513562,"stop":1714427513563,"duration":1}},{"uid":"276bcf5c4df6c6e8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/276bcf5c4df6c6e8","status":"passed","time":{"start":1714427219344,"stop":1714427219344,"duration":0}},{"uid":"84ba13fec37e2408","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/84ba13fec37e2408","status":"passed","time":{"start":1714426573074,"stop":1714426573074,"duration":0}},{"uid":"3e77b94c19d1e894","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3e77b94c19d1e894","status":"passed","time":{"start":1714424914267,"stop":1714424914268,"duration":1}},{"uid":"dd662a4ec09f3fc6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dd662a4ec09f3fc6","status":"passed","time":{"start":1714425071904,"stop":1714425071905,"duration":1}},{"uid":"43ac16b031a2462a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/43ac16b031a2462a","status":"passed","time":{"start":1714415233309,"stop":1714415233309,"duration":0}},{"uid":"6b77bd65223f18c7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6b77bd65223f18c7","status":"passed","time":{"start":1714415382636,"stop":1714415382636,"duration":0}},{"uid":"b7f556f42d2dc12b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b7f556f42d2dc12b","status":"passed","time":{"start":1714407575687,"stop":1714407575687,"duration":0}},{"uid":"10de9d2638b7c6ca","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/10de9d2638b7c6ca","status":"passed","time":{"start":1714406625157,"stop":1714406625157,"duration":0}},{"uid":"865ca3658943b0ec","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/865ca3658943b0ec","status":"passed","time":{"start":1714404386187,"stop":1714404386187,"duration":0}}]},"e9a68eb7ab6717e0e829e318f8f72adc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f463994c422e9b93","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/f463994c422e9b93","status":"passed","time":{"start":1714383300576,"stop":1714383300577,"duration":1}}]},"006ccda742837219a6d87645f1c6d5b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df4e5c6fe1213ecb","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/df4e5c6fe1213ecb","status":"passed","time":{"start":1714141948438,"stop":1714141948439,"duration":1}}]},"b7bf446fad41a68052f57b2b1a918459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6767caf5a9ebc75","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/a6767caf5a9ebc75","status":"passed","time":{"start":1713996684278,"stop":1713996684278,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":86,"unknown":0,"total":86},"items":[{"uid":"425327f5c3ddfcf8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/425327f5c3ddfcf8","status":"passed","time":{"start":1714454443273,"stop":1714454443273,"duration":0}},{"uid":"d93af8b3d49a6a25","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d93af8b3d49a6a25","status":"passed","time":{"start":1714435994912,"stop":1714435994913,"duration":1}},{"uid":"164b722157869822","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/164b722157869822","status":"passed","time":{"start":1714435067767,"stop":1714435067768,"duration":1}},{"uid":"10de7f4f912691ec","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/10de7f4f912691ec","status":"passed","time":{"start":1714433759564,"stop":1714433759565,"duration":1}},{"uid":"210f0aa8a4441da8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/210f0aa8a4441da8","status":"passed","time":{"start":1714431967958,"stop":1714431967958,"duration":0}},{"uid":"f1900161a2aa9ed9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f1900161a2aa9ed9","status":"passed","time":{"start":1714432288778,"stop":1714432288779,"duration":1}},{"uid":"6d9ed7879814046c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6d9ed7879814046c","status":"passed","time":{"start":1714430967044,"stop":1714430967045,"duration":1}},{"uid":"3e4671498039d88d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3e4671498039d88d","status":"passed","time":{"start":1714430807863,"stop":1714430807863,"duration":0}},{"uid":"dd94e28bceae0484","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/dd94e28bceae0484","status":"passed","time":{"start":1714429923000,"stop":1714429923000,"duration":0}},{"uid":"e032e17eb8dee1ba","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e032e17eb8dee1ba","status":"passed","time":{"start":1714429045145,"stop":1714429045146,"duration":1}},{"uid":"470a5007d03e517","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/470a5007d03e517","status":"passed","time":{"start":1714427535678,"stop":1714427535678,"duration":0}},{"uid":"1d56385d2ee3677c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1d56385d2ee3677c","status":"passed","time":{"start":1714426889329,"stop":1714426889336,"duration":7}},{"uid":"da90333b4eecce0d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/da90333b4eecce0d","status":"passed","time":{"start":1714425610634,"stop":1714425610634,"duration":0}},{"uid":"b5563c540e343d0c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b5563c540e343d0c","status":"passed","time":{"start":1714425363888,"stop":1714425363889,"duration":1}},{"uid":"72a765a6adae2f35","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/72a765a6adae2f35","status":"passed","time":{"start":1714415544821,"stop":1714415544821,"duration":0}},{"uid":"a65b73eb40fd02f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a65b73eb40fd02f","status":"passed","time":{"start":1714415689074,"stop":1714415689075,"duration":1}},{"uid":"aece8a74e983d48b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aece8a74e983d48b","status":"passed","time":{"start":1714407902541,"stop":1714407902541,"duration":0}},{"uid":"d9c714ad95daebed","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d9c714ad95daebed","status":"passed","time":{"start":1714406920268,"stop":1714406920268,"duration":0}},{"uid":"374ef656a6d05339","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/374ef656a6d05339","status":"passed","time":{"start":1714404713591,"stop":1714404713591,"duration":0}},{"uid":"944cfbf35e6cd607","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/944cfbf35e6cd607","status":"passed","time":{"start":1714404404538,"stop":1714404404538,"duration":0}}]},"d79a9927451ee2e736404a1b9e622a29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e1d31f19d29fce","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/4e1d31f19d29fce","status":"passed","time":{"start":1714129761230,"stop":1714129761231,"duration":1}}]},"515959deab0887d3a9cc6ab91ba7e5ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5298b5e3c5c169d","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/e5298b5e3c5c169d","status":"passed","time":{"start":1714382856572,"stop":1714382856573,"duration":1}}]},"e17ef9dfd8283d2aef320ae9e76784f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab6a341c3f4c845c","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/ab6a341c3f4c845c","status":"passed","time":{"start":1714087126238,"stop":1714087126238,"duration":0}}]},"62b04506d0afe5d7eca7befd0b284cd5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"755aa27f40f1f30a","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/755aa27f40f1f30a","status":"passed","time":{"start":1714139629763,"stop":1714139629763,"duration":0}}]},"438b9cc4effeb1d358d57f15ef01b004:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ea87f46c88e1283","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/7ea87f46c88e1283","status":"passed","time":{"start":1714033457437,"stop":1714033457438,"duration":1}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"b661498e731835b0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b661498e731835b0","status":"passed","time":{"start":1714454507875,"stop":1714454507875,"duration":0}},{"uid":"1c58a23d7260ac2d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1c58a23d7260ac2d","status":"passed","time":{"start":1714436048746,"stop":1714436048746,"duration":0}},{"uid":"c702c848795e65f8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c702c848795e65f8","status":"passed","time":{"start":1714435155730,"stop":1714435155731,"duration":1}},{"uid":"d6bfb09405e49fb4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d6bfb09405e49fb4","status":"passed","time":{"start":1714433815781,"stop":1714433815781,"duration":0}},{"uid":"32db9e281e730441","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/32db9e281e730441","status":"passed","time":{"start":1714432025712,"stop":1714432025713,"duration":1}},{"uid":"81e96b906ceba6b8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/81e96b906ceba6b8","status":"passed","time":{"start":1714432319330,"stop":1714432319331,"duration":1}},{"uid":"2bc96a7939314351","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2bc96a7939314351","status":"passed","time":{"start":1714431035222,"stop":1714431035222,"duration":0}},{"uid":"78beb53c455d857e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/78beb53c455d857e","status":"passed","time":{"start":1714430851104,"stop":1714430851104,"duration":0}},{"uid":"304e6ac69143ed49","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/304e6ac69143ed49","status":"passed","time":{"start":1714429998250,"stop":1714429998251,"duration":1}},{"uid":"5abdf5d668cee01e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5abdf5d668cee01e","status":"passed","time":{"start":1714429123384,"stop":1714429123390,"duration":6}},{"uid":"51f79bad11187eeb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/51f79bad11187eeb","status":"passed","time":{"start":1714427908704,"stop":1714427908704,"duration":0}},{"uid":"18327ec7d41f9f45","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/18327ec7d41f9f45","status":"passed","time":{"start":1714427590235,"stop":1714427590235,"duration":0}},{"uid":"f121988c62ff597d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f121988c62ff597d","status":"passed","time":{"start":1714426950347,"stop":1714426950348,"duration":1}},{"uid":"8453ca82be0ce2ad","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8453ca82be0ce2ad","status":"passed","time":{"start":1714425413000,"stop":1714425413000,"duration":0}},{"uid":"fdb1ff5bbdbb6e53","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/fdb1ff5bbdbb6e53","status":"passed","time":{"start":1714425435606,"stop":1714425435607,"duration":1}},{"uid":"657492467669bc4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/657492467669bc4","status":"passed","time":{"start":1714415590150,"stop":1714415590152,"duration":2}},{"uid":"56dc2646ced0192a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/56dc2646ced0192a","status":"passed","time":{"start":1714415739319,"stop":1714415739319,"duration":0}},{"uid":"6fd8d655c403e425","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6fd8d655c403e425","status":"passed","time":{"start":1714407950100,"stop":1714407950101,"duration":1}},{"uid":"3f94e84d8f4e519d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3f94e84d8f4e519d","status":"passed","time":{"start":1714406978432,"stop":1714406978432,"duration":0}},{"uid":"fb2f35f21115954","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fb2f35f21115954","status":"passed","time":{"start":1714404752138,"stop":1714404752139,"duration":1}}]},"095a45b286b93477141319b2c0eb4f73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3b3d811599f28bf","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/c3b3d811599f28bf","status":"passed","time":{"start":1714145945754,"stop":1714145945754,"duration":0}}]},"5d62218b1ff120c4e83dfc0a9d616d49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61826e5b2f9b5c0e","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/61826e5b2f9b5c0e","status":"passed","time":{"start":1714383356211,"stop":1714383356211,"duration":0}}]},"d732e9f92ac9276f9e48f9c68c852f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49189402b1ceb476","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/49189402b1ceb476","status":"passed","time":{"start":1714262246472,"stop":1714262246472,"duration":0}}]},"7efca4359b5ae4c6ebba5f809ed6205a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"371f975914183f9","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/371f975914183f9","status":"passed","time":{"start":1714129866542,"stop":1714129866542,"duration":0}}]},"bbf06729350d7e57fd01b049da68fc3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"99457193cceaa31d","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/99457193cceaa31d","status":"passed","time":{"start":1714003518582,"stop":1714003518582,"duration":0}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"54b44fca46498582","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/54b44fca46498582","status":"passed","time":{"start":1714454546218,"stop":1714454546219,"duration":1}},{"uid":"17c79009f8146920","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/17c79009f8146920","status":"passed","time":{"start":1714436107872,"stop":1714436107873,"duration":1}},{"uid":"9ca63bd1bac2be64","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9ca63bd1bac2be64","status":"passed","time":{"start":1714435180389,"stop":1714435180389,"duration":0}},{"uid":"ddb49abce1dd8bb3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ddb49abce1dd8bb3","status":"passed","time":{"start":1714433856830,"stop":1714433856830,"duration":0}},{"uid":"48d5c872a6f9dc6f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/48d5c872a6f9dc6f","status":"passed","time":{"start":1714432066480,"stop":1714432066480,"duration":0}},{"uid":"f1b45345a339fbee","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f1b45345a339fbee","status":"passed","time":{"start":1714432368621,"stop":1714432368621,"duration":0}},{"uid":"d94a70a0a1b9157f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d94a70a0a1b9157f","status":"passed","time":{"start":1714431066357,"stop":1714431066357,"duration":0}},{"uid":"b49a30a360a0d1ac","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b49a30a360a0d1ac","status":"passed","time":{"start":1714430889557,"stop":1714430889557,"duration":0}},{"uid":"a6b10686cabc7d55","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a6b10686cabc7d55","status":"passed","time":{"start":1714430039517,"stop":1714430039518,"duration":1}},{"uid":"a25dbb308a0c0978","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a25dbb308a0c0978","status":"passed","time":{"start":1714429160454,"stop":1714429160454,"duration":0}},{"uid":"80d5af1800fa1274","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/80d5af1800fa1274","status":"passed","time":{"start":1714427935084,"stop":1714427935092,"duration":8}},{"uid":"4e00a0770e22c11b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4e00a0770e22c11b","status":"passed","time":{"start":1714427627185,"stop":1714427627185,"duration":0}},{"uid":"cef38321a2809385","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cef38321a2809385","status":"passed","time":{"start":1714426986249,"stop":1714426986249,"duration":0}},{"uid":"8ae84c704c0942ca","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8ae84c704c0942ca","status":"passed","time":{"start":1714425711370,"stop":1714425711370,"duration":0}},{"uid":"a81134bea8600857","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a81134bea8600857","status":"passed","time":{"start":1714425475360,"stop":1714425475360,"duration":0}},{"uid":"d11d41e817a2fce2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d11d41e817a2fce2","status":"passed","time":{"start":1714415675921,"stop":1714415675922,"duration":1}},{"uid":"9ad38f017eead627","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9ad38f017eead627","status":"passed","time":{"start":1714415782101,"stop":1714415782101,"duration":0}},{"uid":"eb002cdd46a57dba","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/eb002cdd46a57dba","status":"passed","time":{"start":1714407988884,"stop":1714407988885,"duration":1}},{"uid":"eccc56d0e3d358f8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/eccc56d0e3d358f8","status":"passed","time":{"start":1714407021129,"stop":1714407021129,"duration":0}},{"uid":"9c2b9d7284cc8a49","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9c2b9d7284cc8a49","status":"passed","time":{"start":1714404795481,"stop":1714404795481,"duration":0}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"d5c87ac4700c8a6a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d5c87ac4700c8a6a","status":"passed","time":{"start":1714453937810,"stop":1714453937811,"duration":1}},{"uid":"83addaba6fb4d68e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/83addaba6fb4d68e","status":"passed","time":{"start":1714435495780,"stop":1714435495780,"duration":0}},{"uid":"733e88e255280c6b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/733e88e255280c6b","status":"passed","time":{"start":1714434564971,"stop":1714434564971,"duration":0}},{"uid":"543c2b1604fac1ea","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/543c2b1604fac1ea","status":"passed","time":{"start":1714433260122,"stop":1714433260123,"duration":1}},{"uid":"aea31b1a6e92a7d4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/aea31b1a6e92a7d4","status":"passed","time":{"start":1714431457878,"stop":1714431457878,"duration":0}},{"uid":"6d99edfab75f5bad","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6d99edfab75f5bad","status":"passed","time":{"start":1714431721496,"stop":1714431721496,"duration":0}},{"uid":"fda74f9cec534bd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fda74f9cec534bd","status":"passed","time":{"start":1714430444016,"stop":1714430444017,"duration":1}},{"uid":"7195de19738e845e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7195de19738e845e","status":"passed","time":{"start":1714430236205,"stop":1714430236206,"duration":1}},{"uid":"29407922d60ee29c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/29407922d60ee29c","status":"passed","time":{"start":1714429398518,"stop":1714429398518,"duration":0}},{"uid":"108802f08d986720","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/108802f08d986720","status":"passed","time":{"start":1714428541717,"stop":1714428541718,"duration":1}},{"uid":"bad24c9630fe9a6e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bad24c9630fe9a6e","status":"passed","time":{"start":1714427319289,"stop":1714427319289,"duration":0}},{"uid":"d2470c496f76f32b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d2470c496f76f32b","status":"passed","time":{"start":1714427020496,"stop":1714427020497,"duration":1}},{"uid":"d21b1d5680b15e27","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d21b1d5680b15e27","status":"passed","time":{"start":1714426369558,"stop":1714426369559,"duration":1}},{"uid":"68e1f32fdf2c8cd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/68e1f32fdf2c8cd","status":"passed","time":{"start":1714424472019,"stop":1714424472020,"duration":1}},{"uid":"b203017382083113","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b203017382083113","status":"passed","time":{"start":1714424862405,"stop":1714424862406,"duration":1}},{"uid":"e9ac23e518bd4237","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e9ac23e518bd4237","status":"passed","time":{"start":1714415015033,"stop":1714415015034,"duration":1}},{"uid":"44518ab96763428d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44518ab96763428d","status":"passed","time":{"start":1714415168407,"stop":1714415168407,"duration":0}},{"uid":"e54f6d8690d71130","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e54f6d8690d71130","status":"passed","time":{"start":1714407375376,"stop":1714407375376,"duration":0}},{"uid":"f726612a87428258","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f726612a87428258","status":"passed","time":{"start":1714406402686,"stop":1714406402687,"duration":1}},{"uid":"6a2527b0ce137965","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6a2527b0ce137965","status":"passed","time":{"start":1714404192498,"stop":1714404192498,"duration":0}}]},"fc4b355820ca508c67dd416608485861:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1dd7366cc4ee35c","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/d1dd7366cc4ee35c","status":"passed","time":{"start":1714296316690,"stop":1714296316690,"duration":0}}]},"6af7657d422b52cb7085d1b197d8b28e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86aabd8cc673ecff","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/86aabd8cc673ecff","status":"passed","time":{"start":1714219140593,"stop":1714219140594,"duration":1}}]},"1fae5243dfbd7c01002ee7bcb0f2d5fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d90f2f66f9ff72b1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d90f2f66f9ff72b1","status":"passed","time":{"start":1714454483201,"stop":1714454483201,"duration":0}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2979dc9eeb885010","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2979dc9eeb885010","status":"passed","time":{"start":1714453975118,"stop":1714453975119,"duration":1}},{"uid":"1cae3f6bd32e79b4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1cae3f6bd32e79b4","status":"passed","time":{"start":1714435534337,"stop":1714435534338,"duration":1}},{"uid":"d45f083487e96a85","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d45f083487e96a85","status":"passed","time":{"start":1714434603452,"stop":1714434603455,"duration":3}},{"uid":"994e289c708e3cba","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/994e289c708e3cba","status":"passed","time":{"start":1714433299089,"stop":1714433299091,"duration":2}},{"uid":"50dac24908250433","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/50dac24908250433","status":"passed","time":{"start":1714431496197,"stop":1714431496197,"duration":0}},{"uid":"5c2566670b11489e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5c2566670b11489e","status":"passed","time":{"start":1714431760039,"stop":1714431760040,"duration":1}},{"uid":"e4d80b2f0d745d60","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e4d80b2f0d745d60","status":"passed","time":{"start":1714430483520,"stop":1714430483521,"duration":1}},{"uid":"1bb0ea12afcb4623","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1bb0ea12afcb4623","status":"passed","time":{"start":1714430274076,"stop":1714430274076,"duration":0}},{"uid":"7bd8f9ed76604f65","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7bd8f9ed76604f65","status":"passed","time":{"start":1714429441301,"stop":1714429441301,"duration":0}},{"uid":"cbf2112a078689ac","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cbf2112a078689ac","status":"passed","time":{"start":1714428579301,"stop":1714428579302,"duration":1}},{"uid":"5407bd4887bf31f0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5407bd4887bf31f0","status":"passed","time":{"start":1714427357658,"stop":1714427357667,"duration":9}},{"uid":"5ed7a172f6faebed","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5ed7a172f6faebed","status":"passed","time":{"start":1714427058862,"stop":1714427058863,"duration":1}},{"uid":"489ccff83197eac9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/489ccff83197eac9","status":"passed","time":{"start":1714426407927,"stop":1714426407930,"duration":3}},{"uid":"23b3497971a6e6b6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/23b3497971a6e6b6","status":"passed","time":{"start":1714424510619,"stop":1714424510619,"duration":0}},{"uid":"a997be6913e4a534","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a997be6913e4a534","status":"passed","time":{"start":1714424901193,"stop":1714424901193,"duration":0}},{"uid":"34a80979b1b13f66","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/34a80979b1b13f66","status":"passed","time":{"start":1714415054009,"stop":1714415054009,"duration":0}},{"uid":"dfb6e18616c3bf7e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dfb6e18616c3bf7e","status":"passed","time":{"start":1714415207109,"stop":1714415207110,"duration":1}},{"uid":"7fbb8e96ae602190","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7fbb8e96ae602190","status":"passed","time":{"start":1714407413661,"stop":1714407413662,"duration":1}},{"uid":"80e07fe9b01a6184","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/80e07fe9b01a6184","status":"passed","time":{"start":1714406441166,"stop":1714406441169,"duration":3}},{"uid":"14cf65a7010f63bb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/14cf65a7010f63bb","status":"passed","time":{"start":1714404231137,"stop":1714404231137,"duration":0}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"ec56c91814540405","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ec56c91814540405","status":"passed","time":{"start":1714454140470,"stop":1714454140471,"duration":1}},{"uid":"fdc32a684a3598da","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fdc32a684a3598da","status":"passed","time":{"start":1714435687948,"stop":1714435687952,"duration":4}},{"uid":"94aa8b779ec86a72","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/94aa8b779ec86a72","status":"passed","time":{"start":1714434773469,"stop":1714434773469,"duration":0}},{"uid":"b21848df4b5254a8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b21848df4b5254a8","status":"passed","time":{"start":1714433450981,"stop":1714433450981,"duration":0}},{"uid":"9d8f57f4c9504dcf","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9d8f57f4c9504dcf","status":"passed","time":{"start":1714431653511,"stop":1714431653511,"duration":0}},{"uid":"9ddc8dd2c899fe8c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9ddc8dd2c899fe8c","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714431989855,"stop":1714431989855,"duration":0}},{"uid":"9b7dec8ffb823429","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9b7dec8ffb823429","status":"passed","time":{"start":1714430659436,"stop":1714430659436,"duration":0}},{"uid":"257d5e09497e2c95","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/257d5e09497e2c95","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714430522176,"stop":1714430522177,"duration":1}},{"uid":"32f2a92a0b776c1b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/32f2a92a0b776c1b","status":"passed","time":{"start":1714429610425,"stop":1714429610426,"duration":1}},{"uid":"10b3b801983f4a6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/10b3b801983f4a6","status":"passed","time":{"start":1714428741366,"stop":1714428741366,"duration":0}},{"uid":"18da46276855c2d0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/18da46276855c2d0","status":"passed","time":{"start":1714427513587,"stop":1714427513587,"duration":0}},{"uid":"23cd8e9b6927e58c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/23cd8e9b6927e58c","status":"passed","time":{"start":1714427219359,"stop":1714427219360,"duration":1}},{"uid":"6890a1e881a2aa2c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6890a1e881a2aa2c","status":"passed","time":{"start":1714426573104,"stop":1714426573104,"duration":0}},{"uid":"81a279787bbe453","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/81a279787bbe453","status":"passed","time":{"start":1714424914282,"stop":1714424914283,"duration":1}},{"uid":"9f38e705ac8ff223","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9f38e705ac8ff223","status":"passed","time":{"start":1714425071925,"stop":1714425071925,"duration":0}},{"uid":"4987cd803dbb3a64","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4987cd803dbb3a64","status":"passed","time":{"start":1714415233341,"stop":1714415233342,"duration":1}},{"uid":"4eb6a5f2134ce17b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4eb6a5f2134ce17b","status":"passed","time":{"start":1714415382792,"stop":1714415382793,"duration":1}},{"uid":"b2fce1d5f1f51e3a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b2fce1d5f1f51e3a","status":"passed","time":{"start":1714407575701,"stop":1714407575701,"duration":0}},{"uid":"8c21c248e222fbdb","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8c21c248e222fbdb","status":"passed","time":{"start":1714406625178,"stop":1714406625179,"duration":1}},{"uid":"cd05aa517f8cad9a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cd05aa517f8cad9a","status":"passed","time":{"start":1714404386211,"stop":1714404386211,"duration":0}}]},"9bcce50493481e2f0ab99a0ba0f136a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57105efd2130df02","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/57105efd2130df02","status":"passed","time":{"start":1714436052996,"stop":1714436052997,"duration":1}}]},"a349b1bae3c73e9b79e9d007e0838b16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23c834b79cff2d77","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/23c834b79cff2d77","status":"passed","time":{"start":1713982956490,"stop":1713982956490,"duration":0}}]},"b6194c124247ce516be6ce45a69a443d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a2a0f73082bcf052","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/a2a0f73082bcf052","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108301,"stop":1713969108302,"duration":1}}]},"432d988728240036652a4b75ce6c96bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"fb32a42297e3ef9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fb32a42297e3ef9","status":"passed","time":{"start":1714453925064,"stop":1714453925065,"duration":1}},{"uid":"30c6685a6ea646c8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/30c6685a6ea646c8","status":"passed","time":{"start":1714435482973,"stop":1714435482973,"duration":0}},{"uid":"f8c0a295e29fe4f9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f8c0a295e29fe4f9","status":"passed","time":{"start":1714434552009,"stop":1714434552009,"duration":0}},{"uid":"4e5ddbb4c7559396","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4e5ddbb4c7559396","status":"passed","time":{"start":1714433247033,"stop":1714433247033,"duration":0}},{"uid":"8201e26226b20327","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8201e26226b20327","status":"passed","time":{"start":1714431444754,"stop":1714431444754,"duration":0}},{"uid":"6099b7b59c6023fd","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6099b7b59c6023fd","status":"passed","time":{"start":1714431708295,"stop":1714431708295,"duration":0}},{"uid":"71cd2e17e4ffa7c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/71cd2e17e4ffa7c","status":"passed","time":{"start":1714430430727,"stop":1714430430727,"duration":0}},{"uid":"b1e330e1fa5a1a32","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b1e330e1fa5a1a32","status":"passed","time":{"start":1714430223186,"stop":1714430223186,"duration":0}},{"uid":"e696ebd9c04c15cf","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e696ebd9c04c15cf","status":"passed","time":{"start":1714429383885,"stop":1714429383885,"duration":0}},{"uid":"dc023d481409f918","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dc023d481409f918","status":"passed","time":{"start":1714428528639,"stop":1714428528639,"duration":0}},{"uid":"4e3f9e0c807b1d5f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4e3f9e0c807b1d5f","status":"passed","time":{"start":1714427305990,"stop":1714427305990,"duration":0}},{"uid":"b7f99ab7e4fce169","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b7f99ab7e4fce169","status":"passed","time":{"start":1714427007384,"stop":1714427007384,"duration":0}},{"uid":"9497f2899f297095","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9497f2899f297095","status":"passed","time":{"start":1714426355975,"stop":1714426355975,"duration":0}},{"uid":"8dff00782d429f0a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8dff00782d429f0a","status":"passed","time":{"start":1714424458788,"stop":1714424458788,"duration":0}},{"uid":"97dedce94e6a793f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/97dedce94e6a793f","status":"passed","time":{"start":1714424849014,"stop":1714424849014,"duration":0}},{"uid":"c5e05443082d638a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c5e05443082d638a","status":"passed","time":{"start":1714415001453,"stop":1714415001453,"duration":0}},{"uid":"22539ae7bd815e2d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/22539ae7bd815e2d","status":"passed","time":{"start":1714415154927,"stop":1714415154927,"duration":0}},{"uid":"100831be185d2874","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/100831be185d2874","status":"passed","time":{"start":1714407362051,"stop":1714407362052,"duration":1}},{"uid":"d4f28596e91143a9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d4f28596e91143a9","status":"passed","time":{"start":1714406389345,"stop":1714406389345,"duration":0}},{"uid":"b606b0223770444b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b606b0223770444b","status":"passed","time":{"start":1714404179183,"stop":1714404179183,"duration":0}}]},"98582b01dfa8c902ef79a57ef1f458d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2198ff9a23fbae1d","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/2198ff9a23fbae1d","status":"passed","time":{"start":1713996468385,"stop":1713996468386,"duration":1}}]},"a97b7a73803fff0b4472253512822faa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b89306f85cde5341","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/b89306f85cde5341","status":"passed","time":{"start":1714130872615,"stop":1714130872616,"duration":1}}]},"ad4bc32a3c197c32cc64339f0b346fde:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e37cd1b08bf7f276","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e37cd1b08bf7f276","status":"passed","time":{"start":1714169472816,"stop":1714169472816,"duration":0}}]},"f276d34928b65c74132a91cf5bb00cb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"5d70c687122ae965","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/5d70c687122ae965","status":"broken","statusDetails":"window is not defined","time":{"start":1714383840420,"stop":1714383840420,"duration":0}}]},"51c7566f89245416aa0cade0953c6a56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5693e7be1e50af19","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/5693e7be1e50af19","status":"passed","time":{"start":1713976971628,"stop":1713976971628,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"e60bf3cd0831c243","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e60bf3cd0831c243","status":"passed","time":{"start":1714454053294,"stop":1714454053295,"duration":1}},{"uid":"3a9b1e3a188d17ec","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3a9b1e3a188d17ec","status":"passed","time":{"start":1714435613230,"stop":1714435613230,"duration":0}},{"uid":"16d9033ecdb53152","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/16d9033ecdb53152","status":"passed","time":{"start":1714434679104,"stop":1714434679104,"duration":0}},{"uid":"f3db5e01b9497990","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f3db5e01b9497990","status":"passed","time":{"start":1714433372669,"stop":1714433372669,"duration":0}},{"uid":"bd49b18492e2ace9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bd49b18492e2ace9","status":"passed","time":{"start":1714431568998,"stop":1714431568998,"duration":0}},{"uid":"e218b4951005b2ca","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e218b4951005b2ca","status":"passed","time":{"start":1714431828081,"stop":1714431828081,"duration":0}},{"uid":"50bf0f3bc6b56c79","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/50bf0f3bc6b56c79","status":"passed","time":{"start":1714430556001,"stop":1714430556001,"duration":0}},{"uid":"5ae8493cec486f77","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5ae8493cec486f77","status":"passed","time":{"start":1714430344114,"stop":1714430344114,"duration":0}},{"uid":"9c255e58948179c2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9c255e58948179c2","status":"passed","time":{"start":1714429520842,"stop":1714429520843,"duration":1}},{"uid":"9cdb70b48daeda02","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9cdb70b48daeda02","status":"passed","time":{"start":1714428655268,"stop":1714428655268,"duration":0}},{"uid":"e493c653b5759f52","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e493c653b5759f52","status":"passed","time":{"start":1714427432030,"stop":1714427432030,"duration":0}},{"uid":"6c47999e3b2cf963","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6c47999e3b2cf963","status":"passed","time":{"start":1714427143088,"stop":1714427143089,"duration":1}},{"uid":"33b11853cfbfd8c9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/33b11853cfbfd8c9","status":"passed","time":{"start":1714426485125,"stop":1714426485125,"duration":0}},{"uid":"a999f19d0dd050fb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a999f19d0dd050fb","status":"broken","statusDetails":"window is not defined","time":{"start":1714424814920,"stop":1714424814921,"duration":1}},{"uid":"283a6b6d98141fde","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/283a6b6d98141fde","status":"passed","time":{"start":1714424973887,"stop":1714424973887,"duration":0}},{"uid":"1549b1f8e3f1e54e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1549b1f8e3f1e54e","status":"passed","time":{"start":1714415128243,"stop":1714415128244,"duration":1}},{"uid":"e383930efde52a0b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e383930efde52a0b","status":"passed","time":{"start":1714415288030,"stop":1714415288030,"duration":0}},{"uid":"5815eeae7d662356","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5815eeae7d662356","status":"passed","time":{"start":1714407495706,"stop":1714407495707,"duration":1}},{"uid":"e679869ef5c07c1b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e679869ef5c07c1b","status":"passed","time":{"start":1714406516592,"stop":1714406516593,"duration":1}},{"uid":"892e0c623f4bbce7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/892e0c623f4bbce7","status":"passed","time":{"start":1714404304973,"stop":1714404304973,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"d8c85e6a5df7e2b3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8c85e6a5df7e2b3","status":"passed","time":{"start":1714453952290,"stop":1714453952290,"duration":0}},{"uid":"19f727a1e0690077","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/19f727a1e0690077","status":"passed","time":{"start":1714435510940,"stop":1714435510940,"duration":0}},{"uid":"57cee354f5e7ab8e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/57cee354f5e7ab8e","status":"passed","time":{"start":1714434580039,"stop":1714434580040,"duration":1}},{"uid":"d64609f45f066b86","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d64609f45f066b86","status":"passed","time":{"start":1714433274944,"stop":1714433274944,"duration":0}},{"uid":"be1805e5326f33bf","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/be1805e5326f33bf","status":"passed","time":{"start":1714431472600,"stop":1714431472601,"duration":1}},{"uid":"6558d0d03a0a74f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6558d0d03a0a74f","status":"passed","time":{"start":1714431736479,"stop":1714431736480,"duration":1}},{"uid":"44c635190dba620","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/44c635190dba620","status":"passed","time":{"start":1714430459330,"stop":1714430459331,"duration":1}},{"uid":"206f4a9e4ab9029e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/206f4a9e4ab9029e","status":"passed","time":{"start":1714430251100,"stop":1714430251100,"duration":0}},{"uid":"ad6acc55c6f69497","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ad6acc55c6f69497","status":"passed","time":{"start":1714429414591,"stop":1714429414591,"duration":0}},{"uid":"11c115139379f77d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/11c115139379f77d","status":"passed","time":{"start":1714428556954,"stop":1714428556954,"duration":0}},{"uid":"40986a065839bc27","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/40986a065839bc27","status":"passed","time":{"start":1714427334701,"stop":1714427334701,"duration":0}},{"uid":"ca75fb09449ea28c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ca75fb09449ea28c","status":"passed","time":{"start":1714427035565,"stop":1714427035565,"duration":0}},{"uid":"b06afd1f0aee9507","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b06afd1f0aee9507","status":"passed","time":{"start":1714426384796,"stop":1714426384797,"duration":1}},{"uid":"a4117dd3d2f7d75d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a4117dd3d2f7d75d","status":"passed","time":{"start":1714424486878,"stop":1714424486878,"duration":0}},{"uid":"6e850a3c52fd12f0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6e850a3c52fd12f0","status":"passed","time":{"start":1714424877428,"stop":1714424877428,"duration":0}},{"uid":"1012099d8f03a53b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1012099d8f03a53b","status":"passed","time":{"start":1714415030102,"stop":1714415030102,"duration":0}},{"uid":"f6cbe60b92c19494","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f6cbe60b92c19494","status":"passed","time":{"start":1714415183073,"stop":1714415183073,"duration":0}},{"uid":"1ef608297ecbbd2b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1ef608297ecbbd2b","status":"passed","time":{"start":1714407390403,"stop":1714407390403,"duration":0}},{"uid":"79b3910983996455","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/79b3910983996455","status":"passed","time":{"start":1714406417791,"stop":1714406417792,"duration":1}},{"uid":"5224109702b72781","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5224109702b72781","status":"passed","time":{"start":1714404207524,"stop":1714404207524,"duration":0}}]},"7b1d1c393d49a566234b2035ce203f05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab1d0057647bc60f","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/ab1d0057647bc60f","status":"passed","time":{"start":1714087070367,"stop":1714087070368,"duration":1}}]},"4411c3aa0ee1252dec206476ff37f59c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5c5e45acb766a30","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e5c5e45acb766a30","status":"passed","time":{"start":1714433741792,"stop":1714433741792,"duration":0}}]},"49d6fefad6a40747ad4f389ad05ae2e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"61875bc22ff1305c","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/61875bc22ff1305c","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413532,"stop":1713889413532,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e366f77a739fae54","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e366f77a739fae54","status":"passed","time":{"start":1714453932709,"stop":1714453932709,"duration":0}},{"uid":"3faeea1b434406d4","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3faeea1b434406d4","status":"passed","time":{"start":1714435490587,"stop":1714435490588,"duration":1}},{"uid":"262c8f84b02a3ec9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/262c8f84b02a3ec9","status":"passed","time":{"start":1714434559566,"stop":1714434559567,"duration":1}},{"uid":"17d14054f34a96f4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/17d14054f34a96f4","status":"passed","time":{"start":1714433254662,"stop":1714433254662,"duration":0}},{"uid":"4a2075cd110d4961","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4a2075cd110d4961","status":"passed","time":{"start":1714431452651,"stop":1714431452651,"duration":0}},{"uid":"32a06d3a57591289","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/32a06d3a57591289","status":"passed","time":{"start":1714431716077,"stop":1714431716078,"duration":1}},{"uid":"652e1dab84fb96a3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/652e1dab84fb96a3","status":"passed","time":{"start":1714430438505,"stop":1714430438506,"duration":1}},{"uid":"ebdde0916d3dc5f1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ebdde0916d3dc5f1","status":"passed","time":{"start":1714430230967,"stop":1714430230968,"duration":1}},{"uid":"8bfc947484ffd62a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8bfc947484ffd62a","status":"passed","time":{"start":1714429392681,"stop":1714429392682,"duration":1}},{"uid":"28e5f47d89178428","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/28e5f47d89178428","status":"passed","time":{"start":1714428536303,"stop":1714428536304,"duration":1}},{"uid":"3c5bb9db512bce86","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3c5bb9db512bce86","status":"passed","time":{"start":1714427313740,"stop":1714427313741,"duration":1}},{"uid":"6614c6b49364d03c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6614c6b49364d03c","status":"passed","time":{"start":1714427015242,"stop":1714427015243,"duration":1}},{"uid":"cb280fd0862b60ab","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cb280fd0862b60ab","status":"passed","time":{"start":1714426364080,"stop":1714426364080,"duration":0}},{"uid":"b142f0f35dc0e5f3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b142f0f35dc0e5f3","status":"passed","time":{"start":1714424466614,"stop":1714424466615,"duration":1}},{"uid":"dba5a863a290685","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dba5a863a290685","status":"passed","time":{"start":1714424856927,"stop":1714424856927,"duration":0}},{"uid":"278e78644a75ae5e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/278e78644a75ae5e","status":"passed","time":{"start":1714415009491,"stop":1714415009492,"duration":1}},{"uid":"499b7d30097da8de","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/499b7d30097da8de","status":"passed","time":{"start":1714415162811,"stop":1714415162812,"duration":1}},{"uid":"f103e1f9b6ff9c19","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f103e1f9b6ff9c19","status":"passed","time":{"start":1714407369931,"stop":1714407369932,"duration":1}},{"uid":"ba9536b814dfef7c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ba9536b814dfef7c","status":"passed","time":{"start":1714406397065,"stop":1714406397065,"duration":0}},{"uid":"5db3614f1182a3b5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5db3614f1182a3b5","status":"passed","time":{"start":1714404187041,"stop":1714404187041,"duration":0}}]},"7e30fd5050a7f4f982e6dd83024f82a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb9f1e97a07a3ef","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/cb9f1e97a07a3ef","status":"passed","time":{"start":1714009947956,"stop":1714009947956,"duration":0}}]},"2ff238e14f10d02d8435f18efc708993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea8ea5a289006cdf","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/ea8ea5a289006cdf","status":"passed","time":{"start":1714154186386,"stop":1714154186386,"duration":0}}]},"9f1cd7f1f51710c5a9b5ac0374f12555:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db8d46c2d613adfd","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/db8d46c2d613adfd","status":"passed","time":{"start":1714296397559,"stop":1714296397560,"duration":1}}]},"3b298dfe0522fa9548a8f905d7b36033:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66157e141cf027ad","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/66157e141cf027ad","status":"passed","time":{"start":1714144804247,"stop":1714144804248,"duration":1}}]},"57f45b758b48c0fefededda9bb2b1e53:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fc7f8a083568319","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/1fc7f8a083568319","status":"passed","time":{"start":1714229013668,"stop":1714229013668,"duration":0}}]},"d15f32f7e812efc1f9de51d0c041f21f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f154dece09e8e49","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/9f154dece09e8e49","status":"passed","time":{"start":1714018100846,"stop":1714018100846,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"5456f646cc0f7e5e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5456f646cc0f7e5e","status":"passed","time":{"start":1714454185395,"stop":1714454185396,"duration":1}},{"uid":"fb4eda0013d2f0da","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fb4eda0013d2f0da","status":"passed","time":{"start":1714435735076,"stop":1714435735077,"duration":1}},{"uid":"53fafca32fe0e19f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/53fafca32fe0e19f","status":"passed","time":{"start":1714434806116,"stop":1714434806116,"duration":0}},{"uid":"fac2b104bbbe1cdf","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/fac2b104bbbe1cdf","status":"passed","time":{"start":1714433499855,"stop":1714433499856,"duration":1}},{"uid":"930257bc6b028eea","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/930257bc6b028eea","status":"passed","time":{"start":1714431708450,"stop":1714431708451,"duration":1}},{"uid":"67acc4b88702861a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/67acc4b88702861a","status":"passed","time":{"start":1714431973943,"stop":1714431973946,"duration":3}},{"uid":"eb1f55018073ca9d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eb1f55018073ca9d","status":"passed","time":{"start":1714430712222,"stop":1714430712225,"duration":3}},{"uid":"385f955345e5971d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/385f955345e5971d","status":"passed","time":{"start":1714430495761,"stop":1714430495761,"duration":0}},{"uid":"f33b95d702c8436a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f33b95d702c8436a","status":"passed","time":{"start":1714429658501,"stop":1714429658501,"duration":0}},{"uid":"a2728eba9318f5ef","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a2728eba9318f5ef","status":"passed","time":{"start":1714428797047,"stop":1714428797047,"duration":0}},{"uid":"8f87db833788bf31","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8f87db833788bf31","status":"passed","time":{"start":1714427574976,"stop":1714427574977,"duration":1}},{"uid":"157255dcfa042489","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/157255dcfa042489","status":"passed","time":{"start":1714427265752,"stop":1714427265753,"duration":1}},{"uid":"e25d4a56c6155","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e25d4a56c6155","status":"passed","time":{"start":1714426629923,"stop":1714426629923,"duration":0}},{"uid":"65d741733fedaa9a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/65d741733fedaa9a","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424883,"stop":1714425424883,"duration":0}},{"uid":"ac1e922f5b8702d9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ac1e922f5b8702d9","status":"passed","time":{"start":1714425110752,"stop":1714425110752,"duration":0}},{"uid":"3b82bd57cf3c1e2d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3b82bd57cf3c1e2d","status":"passed","time":{"start":1714415251476,"stop":1714415251476,"duration":0}},{"uid":"4028e19d260058d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4028e19d260058d","status":"passed","time":{"start":1714415441981,"stop":1714415441982,"duration":1}},{"uid":"e82ca95bff536da3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e82ca95bff536da3","status":"passed","time":{"start":1714407634791,"stop":1714407634792,"duration":1}},{"uid":"958724673ab5ce8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/958724673ab5ce8","status":"passed","time":{"start":1714406654758,"stop":1714406654758,"duration":0}},{"uid":"41cf795d0ff02bce","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/41cf795d0ff02bce","status":"passed","time":{"start":1714404452607,"stop":1714404452607,"duration":0}}]},"4b6074292b4c263cd7efc31331fdacbc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"adf89c78d950f7a1","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/adf89c78d950f7a1","status":"passed","time":{"start":1714039306307,"stop":1714039306308,"duration":1}}]},"dc7122120fa0a315415437abbd1ba84d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2454ab58f6f47c35","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/2454ab58f6f47c35","status":"passed","time":{"start":1714262098527,"stop":1714262098528,"duration":1}}]},"b5d49ea0e1a34f25d77e796a27495d4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"285254c331ee3fdf","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/285254c331ee3fdf","status":"passed","time":{"start":1714009695311,"stop":1714009695311,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"ba49a0f6a0fee7e0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ba49a0f6a0fee7e0","status":"passed","time":{"start":1714454133786,"stop":1714454133786,"duration":0}},{"uid":"33f6c62028868cf8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/33f6c62028868cf8","status":"passed","time":{"start":1714435697071,"stop":1714435697071,"duration":0}},{"uid":"8db79b26e1363686","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8db79b26e1363686","status":"passed","time":{"start":1714434777715,"stop":1714434777716,"duration":1}},{"uid":"a008a755a5eedf1e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a008a755a5eedf1e","status":"passed","time":{"start":1714433468602,"stop":1714433468602,"duration":0}},{"uid":"66c77c72f38ae923","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/66c77c72f38ae923","status":"passed","time":{"start":1714431659903,"stop":1714431659903,"duration":0}},{"uid":"4004c075e9d7ab86","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4004c075e9d7ab86","status":"passed","time":{"start":1714431917010,"stop":1714431917011,"duration":1}},{"uid":"ea6d6ac78805f364","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ea6d6ac78805f364","status":"passed","time":{"start":1714430652891,"stop":1714430652892,"duration":1}},{"uid":"869a43d57fa2d31b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/869a43d57fa2d31b","status":"passed","time":{"start":1714430439956,"stop":1714430439957,"duration":1}},{"uid":"de2ed0921f06149a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/de2ed0921f06149a","status":"passed","time":{"start":1714429618796,"stop":1714429618797,"duration":1}},{"uid":"48060e00f09055d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/48060e00f09055d","status":"passed","time":{"start":1714428758244,"stop":1714428758244,"duration":0}},{"uid":"c4db04bae65bc68a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c4db04bae65bc68a","status":"passed","time":{"start":1714427532046,"stop":1714427532046,"duration":0}},{"uid":"a9bc15764af71202","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a9bc15764af71202","status":"passed","time":{"start":1714427233662,"stop":1714427233662,"duration":0}},{"uid":"1fae8db181b9ac75","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1fae8db181b9ac75","status":"passed","time":{"start":1714426576840,"stop":1714426576841,"duration":1}},{"uid":"c60bbfb5aee49db9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c60bbfb5aee49db9","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311950,"stop":1714425311950,"duration":0}},{"uid":"cfa6c1bc99da131f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cfa6c1bc99da131f","status":"passed","time":{"start":1714425068156,"stop":1714425068157,"duration":1}},{"uid":"9a9b8e30402b9694","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9a9b8e30402b9694","status":"passed","time":{"start":1714415236758,"stop":1714415236759,"duration":1}},{"uid":"af55baa873478be7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/af55baa873478be7","status":"passed","time":{"start":1714415370297,"stop":1714415370297,"duration":0}},{"uid":"bff967d4e186dd64","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bff967d4e186dd64","status":"passed","time":{"start":1714407592734,"stop":1714407592734,"duration":0}},{"uid":"f0aefa368fda9d58","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f0aefa368fda9d58","status":"passed","time":{"start":1714406603030,"stop":1714406603031,"duration":1}},{"uid":"6fbea181137c9542","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6fbea181137c9542","status":"passed","time":{"start":1714404403106,"stop":1714404403107,"duration":1}}]},"c8f520fc9534158068b607c20fb4c73d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4cfccfa49087c586","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/4cfccfa49087c586","status":"passed","time":{"start":1714139755302,"stop":1714139755302,"duration":0}}]},"a29d9655c66a0e7d9f28614b8d2b1e0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7fd307fac2de20c5","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7fd307fac2de20c5","status":"passed","time":{"start":1714381730480,"stop":1714381730480,"duration":0}}]},"9ed4475c4e93aa25ddba66263fb8b062:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c974b94b2429449","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/3c974b94b2429449","status":"passed","time":{"start":1714262205361,"stop":1714262205361,"duration":0}}]},"436e1e5235632d607d218c0ce809ded1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28478a8423712791","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/28478a8423712791","status":"passed","time":{"start":1714139562674,"stop":1714139562675,"duration":1}}]},"b3a3d56fb0e760e0ba6ef21b7c6fc3e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4268dbe3cbdfadad","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/4268dbe3cbdfadad","status":"passed","time":{"start":1714109368628,"stop":1714109368629,"duration":1}}]},"865b250fcd3cb5bd108c375fb32e307b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"716ebb4bdf2c5f80","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/716ebb4bdf2c5f80","status":"passed","time":{"start":1714383300545,"stop":1714383300546,"duration":1}}]},"b4d9519d018d3bcf2f4014ec17ab4332:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79bcf43e7fe598e3","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/79bcf43e7fe598e3","status":"passed","time":{"start":1714382918288,"stop":1714382918289,"duration":1}}]},"3de876e29d81d3ef4ba4e5b727db7be6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a900e080e03e0ebf","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a900e080e03e0ebf","status":"passed","time":{"start":1714404685935,"stop":1714404685935,"duration":0}}]},"27998c4c07931b5115ad6c5a380945bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0e61769efe6c3e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c0e61769efe6c3e","status":"passed","time":{"start":1714427233658,"stop":1714427233659,"duration":1}}]},"99e1c4819fbed23b075456e0de662bbe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9f5c2f5058eb3ea","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f9f5c2f5058eb3ea","status":"passed","time":{"start":1714380091391,"stop":1714380091391,"duration":0}}]},"3d71c4d687aaa49933bf3a2a46305bef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b67767f6a2f7074","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/9b67767f6a2f7074","status":"passed","time":{"start":1714140464590,"stop":1714140464590,"duration":0}}]},"c4f15d396c77a3d7643ec04698e20504:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e28c59823ee8cad8","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/e28c59823ee8cad8","status":"passed","time":{"start":1713987677072,"stop":1713987677073,"duration":1}}]},"a847cce72fa6eeb275b6ddee83898c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c13f43f585c1df4","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/1c13f43f585c1df4","status":"passed","time":{"start":1714087126236,"stop":1714087126236,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"e014b23c14045743","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e014b23c14045743","status":"passed","time":{"start":1714454140481,"stop":1714454140481,"duration":0}},{"uid":"82f5740aa9c9526e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/82f5740aa9c9526e","status":"passed","time":{"start":1714435687958,"stop":1714435687963,"duration":5}},{"uid":"c3d12029f31bbef1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c3d12029f31bbef1","status":"passed","time":{"start":1714434773473,"stop":1714434773473,"duration":0}},{"uid":"44d387f4dcddca0e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/44d387f4dcddca0e","status":"passed","time":{"start":1714433450990,"stop":1714433450990,"duration":0}},{"uid":"c0116e43f015facb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c0116e43f015facb","status":"passed","time":{"start":1714431653523,"stop":1714431653523,"duration":0}},{"uid":"6b0b14ded002a47f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6b0b14ded002a47f","status":"broken","statusDetails":"expected [] to have a length of 6 but got +0","time":{"start":1714431989883,"stop":1714431989883,"duration":0}},{"uid":"7485070684a2482a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7485070684a2482a","status":"passed","time":{"start":1714430659445,"stop":1714430659446,"duration":1}},{"uid":"b014bf5fca6df4b9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b014bf5fca6df4b9","status":"broken","statusDetails":"expected [] to have a length of 6 but got +0","time":{"start":1714430522192,"stop":1714430522192,"duration":0}},{"uid":"709d006dee461cf5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/709d006dee461cf5","status":"passed","time":{"start":1714429610435,"stop":1714429610437,"duration":2}},{"uid":"9de322deb1865dbb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9de322deb1865dbb","status":"passed","time":{"start":1714428741376,"stop":1714428741376,"duration":0}},{"uid":"1e60bd8bcc6d695b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1e60bd8bcc6d695b","status":"passed","time":{"start":1714427513591,"stop":1714427513591,"duration":0}},{"uid":"8a972b468cd7f0c7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8a972b468cd7f0c7","status":"passed","time":{"start":1714427219371,"stop":1714427219372,"duration":1}},{"uid":"3e5fe37b666a22f5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3e5fe37b666a22f5","status":"passed","time":{"start":1714426573129,"stop":1714426573129,"duration":0}},{"uid":"d4ceb9b5039caebf","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d4ceb9b5039caebf","status":"passed","time":{"start":1714424914287,"stop":1714424914288,"duration":1}},{"uid":"f54958b008885f44","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f54958b008885f44","status":"passed","time":{"start":1714425071972,"stop":1714425071985,"duration":13}},{"uid":"1174ee5fd06c1f05","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1174ee5fd06c1f05","status":"passed","time":{"start":1714415233352,"stop":1714415233353,"duration":1}},{"uid":"42a6031d6fc53d91","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/42a6031d6fc53d91","status":"passed","time":{"start":1714415382808,"stop":1714415382811,"duration":3}},{"uid":"20fe6de940e251b6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/20fe6de940e251b6","status":"passed","time":{"start":1714407575706,"stop":1714407575706,"duration":0}},{"uid":"363dd106f0d0253a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/363dd106f0d0253a","status":"passed","time":{"start":1714406625184,"stop":1714406625184,"duration":0}},{"uid":"17736c9ef0409d4b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/17736c9ef0409d4b","status":"passed","time":{"start":1714404386220,"stop":1714404386221,"duration":1}}]},"b4ed61ad2e4f43bb75d33e107a98a926:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4be4736d2d9cd0","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/b4be4736d2d9cd0","status":"passed","time":{"start":1714219200738,"stop":1714219200738,"duration":0}}]},"50edbd3a251f226dfaf9d61387a91139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"396dfed903f921c6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/396dfed903f921c6","status":"passed","time":{"start":1714431035252,"stop":1714431035253,"duration":1}}]},"9df98fa45384e5ca9a7c6dc7546126e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cbcfe0a43cb2296","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3cbcfe0a43cb2296","status":"passed","time":{"start":1714415715313,"stop":1714415715314,"duration":1}}]},"cad82608aced60c677aa179db3078ad1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f655d5a46d389ab","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/2f655d5a46d389ab","status":"passed","time":{"start":1714381730481,"stop":1714381730481,"duration":0}}]},"ad9b4a43c6c9bc571dd1f175fb4a2281:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d7249a0eb610d43","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/9d7249a0eb610d43","status":"passed","time":{"start":1714123073888,"stop":1714123073888,"duration":0}}]},"d69f2589bdb748f00ce3c5c9446e35e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b60549830a00410","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/3b60549830a00410","status":"passed","time":{"start":1714086700481,"stop":1714086700481,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"a2f2ab911097bc77","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a2f2ab911097bc77","status":"passed","time":{"start":1714454530131,"stop":1714454530132,"duration":1}},{"uid":"dd463f04f8bb2e8c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dd463f04f8bb2e8c","status":"passed","time":{"start":1714436093934,"stop":1714436093935,"duration":1}},{"uid":"e9bfbb15d4d6855a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e9bfbb15d4d6855a","status":"passed","time":{"start":1714435157474,"stop":1714435157474,"duration":0}},{"uid":"2b3136445feda9fa","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2b3136445feda9fa","status":"passed","time":{"start":1714433840509,"stop":1714433840510,"duration":1}},{"uid":"9ea173d0163fa8b3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9ea173d0163fa8b3","status":"passed","time":{"start":1714432045259,"stop":1714432045259,"duration":0}},{"uid":"7a8817e73fdc1685","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7a8817e73fdc1685","status":"passed","time":{"start":1714432344088,"stop":1714432344089,"duration":1}},{"uid":"be83b8c4733ea26d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/be83b8c4733ea26d","status":"passed","time":{"start":1714431036763,"stop":1714431036764,"duration":1}},{"uid":"b2f6d59e958cd7be","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b2f6d59e958cd7be","status":"passed","time":{"start":1714430859693,"stop":1714430859694,"duration":1}},{"uid":"6ebdf2c486d120cc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6ebdf2c486d120cc","status":"passed","time":{"start":1714430007473,"stop":1714430007473,"duration":0}},{"uid":"36ea6218fdf7b6d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/36ea6218fdf7b6d","status":"passed","time":{"start":1714429133173,"stop":1714429133177,"duration":4}},{"uid":"cc0c75d7d6180e60","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cc0c75d7d6180e60","status":"passed","time":{"start":1714427891808,"stop":1714427891808,"duration":0}},{"uid":"d77ce4582a234802","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d77ce4582a234802","status":"passed","time":{"start":1714427613490,"stop":1714427613491,"duration":1}},{"uid":"bcba4f418a465f1c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bcba4f418a465f1c","status":"passed","time":{"start":1714426967422,"stop":1714426967422,"duration":0}},{"uid":"296b2e79ba52dc7a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/296b2e79ba52dc7a","status":"passed","time":{"start":1714425663090,"stop":1714425663091,"duration":1}},{"uid":"a05b86fbd465618a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a05b86fbd465618a","status":"passed","time":{"start":1714425451131,"stop":1714425451132,"duration":1}},{"uid":"105b33a42d7b92ad","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/105b33a42d7b92ad","status":"passed","time":{"start":1714415638838,"stop":1714415638838,"duration":0}},{"uid":"f8b096cb1041ac04","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f8b096cb1041ac04","status":"passed","time":{"start":1714415763433,"stop":1714415763434,"duration":1}},{"uid":"93245c1a38b5c3fa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/93245c1a38b5c3fa","status":"passed","time":{"start":1714407962979,"stop":1714407962980,"duration":1}},{"uid":"82c1361c0bfefbb7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/82c1361c0bfefbb7","status":"passed","time":{"start":1714407006172,"stop":1714407006173,"duration":1}},{"uid":"8b6f87a83bf13b87","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8b6f87a83bf13b87","status":"passed","time":{"start":1714404780876,"stop":1714404780877,"duration":1}}]},"38351f42d6cafaa85b51cb1a71f29fd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"839e2a5257ef47d7","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/839e2a5257ef47d7","status":"passed","time":{"start":1714297312890,"stop":1714297312890,"duration":0}}]},"991497b2cf84f795d5865d179a3642ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf69f10d503551f2","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/cf69f10d503551f2","status":"passed","time":{"start":1714140518314,"stop":1714140518314,"duration":0}}]},"5e192abeef365665b83494bbb5851a63:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d74daecbace3c1bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d74daecbace3c1bf","status":"passed","time":{"start":1714415666678,"stop":1714415666678,"duration":0}}]},"ed015dd9db182a9dd2229ceb68570dad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8afb70fb7b40878","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d8afb70fb7b40878","status":"passed","time":{"start":1714425396493,"stop":1714425396493,"duration":0}}]},"2bf55ef72382b73b16e9823ab4803fcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dbe7d2a03c688f70","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/dbe7d2a03c688f70","status":"passed","time":{"start":1713969158743,"stop":1713969158744,"duration":1}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"3729d0cebba73a7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3729d0cebba73a7","status":"passed","time":{"start":1714454434334,"stop":1714454434335,"duration":1}},{"uid":"4a58c8a29b5ceae0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4a58c8a29b5ceae0","status":"passed","time":{"start":1714436006541,"stop":1714436006541,"duration":0}},{"uid":"58fa1a2bfa46f31d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/58fa1a2bfa46f31d","status":"passed","time":{"start":1714435054857,"stop":1714435054857,"duration":0}},{"uid":"486a611d5f10b856","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/486a611d5f10b856","status":"passed","time":{"start":1714433761065,"stop":1714433761066,"duration":1}},{"uid":"223241fa7206f699","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/223241fa7206f699","status":"passed","time":{"start":1714431966435,"stop":1714431966435,"duration":0}},{"uid":"2e6caf78cc36cbb8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2e6caf78cc36cbb8","status":"passed","time":{"start":1714432193279,"stop":1714432193279,"duration":0}},{"uid":"eac23c4b9e01d0df","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eac23c4b9e01d0df","status":"passed","time":{"start":1714430948555,"stop":1714430948556,"duration":1}},{"uid":"24dcc9aefd35acab","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/24dcc9aefd35acab","status":"passed","time":{"start":1714430713565,"stop":1714430713566,"duration":1}},{"uid":"4ba623fd32703fd0","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4ba623fd32703fd0","status":"passed","time":{"start":1714429917753,"stop":1714429917753,"duration":0}},{"uid":"708b9edd672f0236","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/708b9edd672f0236","status":"passed","time":{"start":1714429040299,"stop":1714429040299,"duration":0}},{"uid":"d86c321c9ba66dcf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d86c321c9ba66dcf","status":"passed","time":{"start":1714427848697,"stop":1714427848698,"duration":1}},{"uid":"ed0edc64b3badda","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ed0edc64b3badda","status":"passed","time":{"start":1714427530071,"stop":1714427530072,"duration":1}},{"uid":"55f469004ed704c9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/55f469004ed704c9","status":"passed","time":{"start":1714426875155,"stop":1714426875155,"duration":0}},{"uid":"17e65fa1fb0bc8db","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/17e65fa1fb0bc8db","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511041,"stop":1714426511041,"duration":0}},{"uid":"5722420a7324786e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5722420a7324786e","status":"passed","time":{"start":1714425369968,"stop":1714425369968,"duration":0}},{"uid":"9b8360f6081ae1d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9b8360f6081ae1d","status":"passed","time":{"start":1714415516382,"stop":1714415516382,"duration":0}},{"uid":"2a78b2d775f33029","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2a78b2d775f33029","status":"passed","time":{"start":1714415679034,"stop":1714415679034,"duration":0}},{"uid":"ded7e9667d1f2eb5","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ded7e9667d1f2eb5","status":"passed","time":{"start":1714407884331,"stop":1714407884331,"duration":0}},{"uid":"c25c187ed090c2c4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c25c187ed090c2c4","status":"passed","time":{"start":1714406914329,"stop":1714406914329,"duration":0}},{"uid":"c80c8fadb00e4ae2","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c80c8fadb00e4ae2","status":"passed","time":{"start":1714404690120,"stop":1714404690120,"duration":0}}]},"27d219d3e8f31f714042d2b8e52d50c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a15f4928269f0fc","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/5a15f4928269f0fc","status":"passed","time":{"start":1714004302840,"stop":1714004302840,"duration":0}}]},"4801da0c2dc9ad387b3017bb0b941dfd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80a933278273e944","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/80a933278273e944","status":"passed","time":{"start":1714221461901,"stop":1714221461901,"duration":0}}]},"905c17351dfdc72e883f420d07e6d1f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6d794c826bbe00b7","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/6d794c826bbe00b7","status":"passed","time":{"start":1714145583445,"stop":1714145583445,"duration":0}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"9a932b70851738f9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9a932b70851738f9","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"duration":0}},{"uid":"dbd47c08022832e8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/dbd47c08022832e8","status":"passed","time":{"start":1714436158734,"stop":1714436158734,"duration":0}},{"uid":"8abcc5fc4023bd04","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8abcc5fc4023bd04","status":"passed","time":{"start":1714435237022,"stop":1714435237023,"duration":1}},{"uid":"cf815a3f1477027b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cf815a3f1477027b","status":"passed","time":{"start":1714433925107,"stop":1714433925107,"duration":0}},{"uid":"eb741d166c24838d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/eb741d166c24838d","status":"passed","time":{"start":1714432132892,"stop":1714432132892,"duration":0}},{"uid":"f5c4c3cd80a1c999","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f5c4c3cd80a1c999","status":"passed","time":{"start":1714432392986,"stop":1714432392986,"duration":0}},{"uid":"b1bde2c68c973fe3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b1bde2c68c973fe3","status":"passed","time":{"start":1714431131893,"stop":1714431131894,"duration":1}},{"uid":"f9463336d205352b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f9463336d205352b","status":"passed","time":{"start":1714430918789,"stop":1714430918789,"duration":0}},{"uid":"c2ddd2daf3ff180c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c2ddd2daf3ff180c","status":"passed","time":{"start":1714430104211,"stop":1714430104211,"duration":0}},{"uid":"28572799efb4d6e7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/28572799efb4d6e7","status":"passed","time":{"start":1714429213878,"stop":1714429213878,"duration":0}},{"uid":"b26c6852e2787df1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b26c6852e2787df1","status":"passed","time":{"start":1714427999035,"stop":1714427999035,"duration":0}},{"uid":"17df61fb0040ad80","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/17df61fb0040ad80","status":"passed","time":{"start":1714427702229,"stop":1714427702230,"duration":1}},{"uid":"fca519f8aa86b7d9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fca519f8aa86b7d9","status":"passed","time":{"start":1714427044028,"stop":1714427044028,"duration":0}},{"uid":"db6598e771527115","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/db6598e771527115","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699089,"stop":1714426699089,"duration":0}},{"uid":"ca898821670c9cf1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ca898821670c9cf1","status":"passed","time":{"start":1714425534893,"stop":1714425534893,"duration":0}},{"uid":"b56963f0e8fa1574","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b56963f0e8fa1574","status":"passed","time":{"start":1714415702293,"stop":1714415702294,"duration":1}},{"uid":"fec1500afe8a9ad2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fec1500afe8a9ad2","status":"passed","time":{"start":1714415850501,"stop":1714415850501,"duration":0}},{"uid":"5e9cc64ec89ddcf7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5e9cc64ec89ddcf7","status":"passed","time":{"start":1714408049950,"stop":1714408049951,"duration":1}},{"uid":"e5cb6ef67454a40c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e5cb6ef67454a40c","status":"passed","time":{"start":1714407080673,"stop":1714407080673,"duration":0}},{"uid":"c7dc8a03a9e8e646","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c7dc8a03a9e8e646","status":"passed","time":{"start":1714404860590,"stop":1714404860591,"duration":1}}]},"f099c7578afc9732b6e7bb6a96b0be33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a7ddcfe039509d3","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/7a7ddcfe039509d3","status":"passed","time":{"start":1714380535707,"stop":1714380535707,"duration":0}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"81115b534c84157c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/81115b534c84157c","status":"passed","time":{"start":1714454365889,"stop":1714454365889,"duration":0}},{"uid":"3387503c0bf7a3f8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3387503c0bf7a3f8","status":"passed","time":{"start":1714435932831,"stop":1714435932831,"duration":0}},{"uid":"b35e6cfe01fecef5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b35e6cfe01fecef5","status":"passed","time":{"start":1714435006854,"stop":1714435006855,"duration":1}},{"uid":"9c813f76fb928e39","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9c813f76fb928e39","status":"passed","time":{"start":1714433693931,"stop":1714433693931,"duration":0}},{"uid":"77a32eeb70a5b0a5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/77a32eeb70a5b0a5","status":"passed","time":{"start":1714431888567,"stop":1714431888567,"duration":0}},{"uid":"368c6f97808478a9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/368c6f97808478a9","status":"passed","time":{"start":1714432201986,"stop":1714432201986,"duration":0}},{"uid":"a8206928dff93948","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a8206928dff93948","status":"passed","time":{"start":1714430892462,"stop":1714430892462,"duration":0}},{"uid":"428e4431c008eaa0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/428e4431c008eaa0","status":"passed","time":{"start":1714430720940,"stop":1714430720941,"duration":1}},{"uid":"5fd9e43816fb9157","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5fd9e43816fb9157","status":"passed","time":{"start":1714429855266,"stop":1714429855266,"duration":0}},{"uid":"9392eab7ad0b5ba4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9392eab7ad0b5ba4","status":"passed","time":{"start":1714428989451,"stop":1714428989451,"duration":0}},{"uid":"91660d48d0aa3482","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/91660d48d0aa3482","status":"passed","time":{"start":1714427767184,"stop":1714427767184,"duration":0}},{"uid":"873478c52e97b26a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/873478c52e97b26a","status":"passed","time":{"start":1714427460528,"stop":1714427460529,"duration":1}},{"uid":"eff839a9c745d8ec","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/eff839a9c745d8ec","status":"passed","time":{"start":1714426812813,"stop":1714426812813,"duration":0}},{"uid":"dedef70108e6ccdd","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/dedef70108e6ccdd","status":"passed","time":{"start":1714425528594,"stop":1714425528595,"duration":1}},{"uid":"63f7ce040c0f98d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/63f7ce040c0f98d","status":"passed","time":{"start":1714425301147,"stop":1714425301148,"duration":1}},{"uid":"2bd0a07bde64f21f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2bd0a07bde64f21f","status":"passed","time":{"start":1714415473275,"stop":1714415473275,"duration":0}},{"uid":"9f9b6951f7dc2cb8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9f9b6951f7dc2cb8","status":"passed","time":{"start":1714415615367,"stop":1714415615367,"duration":0}},{"uid":"f446da4d59e3e8e1","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f446da4d59e3e8e1","status":"passed","time":{"start":1714407816876,"stop":1714407816877,"duration":1}},{"uid":"1c0d311ff577fe5c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1c0d311ff577fe5c","status":"passed","time":{"start":1714406861599,"stop":1714406861599,"duration":0}},{"uid":"e3111afd8b144455","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e3111afd8b144455","status":"passed","time":{"start":1714404628282,"stop":1714404628282,"duration":0}}]},"367bf9fed9f11a89a1596d7208270a39:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efc4dc2180f99891","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/efc4dc2180f99891","status":"passed","time":{"start":1714229013667,"stop":1714229013667,"duration":0}}]},"03f1af0b0527c93c65c3578a5745fbe7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a890b66584608ab2","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a890b66584608ab2","status":"passed","time":{"start":1714430720941,"stop":1714430720942,"duration":1}}]},"3d3522e99428cd1edbe86d6e91f938bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a73ae9f3d9a99144","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/a73ae9f3d9a99144","status":"passed","time":{"start":1714383479969,"stop":1714383479970,"duration":1}}]},"cb3984f7a12edbc927dbf01173c9b25b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5beeb510712989d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/f5beeb510712989d","status":"passed","time":{"start":1714383546703,"stop":1714383546703,"duration":0}}]},"cc4705777e3a862bae6bd5e1c2f60218:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"15d187e9aa67437f","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/15d187e9aa67437f","status":"passed","time":{"start":1714109230071,"stop":1714109230071,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"495dfab5cc54205d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/495dfab5cc54205d","status":"passed","time":{"start":1714454407733,"stop":1714454407733,"duration":0}},{"uid":"14375b7634b4629b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/14375b7634b4629b","status":"passed","time":{"start":1714435965307,"stop":1714435965307,"duration":0}},{"uid":"67b1d513c9089eaa","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/67b1d513c9089eaa","status":"passed","time":{"start":1714435028466,"stop":1714435028466,"duration":0}},{"uid":"be9b2dc5a52345f1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/be9b2dc5a52345f1","status":"passed","time":{"start":1714433715550,"stop":1714433715550,"duration":0}},{"uid":"739fc6e1db77f1dc","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/739fc6e1db77f1dc","status":"passed","time":{"start":1714431932491,"stop":1714431932492,"duration":1}},{"uid":"194cff014278142","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/194cff014278142","status":"passed","time":{"start":1714432213874,"stop":1714432213875,"duration":1}},{"uid":"6871b48c58f4fa6b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6871b48c58f4fa6b","status":"passed","time":{"start":1714430911541,"stop":1714430911541,"duration":0}},{"uid":"63d58ab573bca927","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/63d58ab573bca927","status":"passed","time":{"start":1714430735783,"stop":1714430735783,"duration":0}},{"uid":"c0462748f8abb642","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c0462748f8abb642","status":"passed","time":{"start":1714429887037,"stop":1714429887038,"duration":1}},{"uid":"3d2435405c81f94f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3d2435405c81f94f","status":"passed","time":{"start":1714429006361,"stop":1714429006361,"duration":0}},{"uid":"49436fe8a3c669e2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/49436fe8a3c669e2","status":"passed","time":{"start":1714427738971,"stop":1714427738971,"duration":0}},{"uid":"9a25d1ba929dac50","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9a25d1ba929dac50","status":"passed","time":{"start":1714427483317,"stop":1714427483317,"duration":0}},{"uid":"c8e252cc86c83216","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c8e252cc86c83216","status":"passed","time":{"start":1714426832951,"stop":1714426832952,"duration":1}},{"uid":"89f6188426e1eda2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/89f6188426e1eda2","status":"passed","time":{"start":1714425510849,"stop":1714425510849,"duration":0}},{"uid":"6ed9633b228c6157","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6ed9633b228c6157","status":"passed","time":{"start":1714425321023,"stop":1714425321024,"duration":1}},{"uid":"7785ac437b4ef1bb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/7785ac437b4ef1bb","status":"passed","time":{"start":1714415518567,"stop":1714415518567,"duration":0}},{"uid":"b530086c37b7076b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b530086c37b7076b","status":"passed","time":{"start":1714415639557,"stop":1714415639559,"duration":2}},{"uid":"cea471a1feaac695","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cea471a1feaac695","status":"passed","time":{"start":1714407839124,"stop":1714407839124,"duration":0}},{"uid":"857ae0d0beba1306","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/857ae0d0beba1306","status":"passed","time":{"start":1714406876541,"stop":1714406876542,"duration":1}},{"uid":"442885a35010e1c3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/442885a35010e1c3","status":"passed","time":{"start":1714404658748,"stop":1714404658748,"duration":0}}]},"010d7e726a09ac4787a4a1c72979c63f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c4a664033cbc7479","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/c4a664033cbc7479","status":"passed","time":{"start":1714082661068,"stop":1714082661068,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"cca2592e92624d9a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cca2592e92624d9a","status":"passed","time":{"start":1714453932709,"stop":1714453932710,"duration":1}},{"uid":"a8223ee3e26e957d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a8223ee3e26e957d","status":"passed","time":{"start":1714435490588,"stop":1714435490589,"duration":1}},{"uid":"d01d082c005add7b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d01d082c005add7b","status":"passed","time":{"start":1714434559567,"stop":1714434559568,"duration":1}},{"uid":"ff975f501ed3aeab","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ff975f501ed3aeab","status":"passed","time":{"start":1714433254663,"stop":1714433254663,"duration":0}},{"uid":"e9370fbf707c4f34","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e9370fbf707c4f34","status":"passed","time":{"start":1714431452651,"stop":1714431452651,"duration":0}},{"uid":"31f7e107f006904b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/31f7e107f006904b","status":"passed","time":{"start":1714431716078,"stop":1714431716078,"duration":0}},{"uid":"c13c3fb72aa2d0ff","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c13c3fb72aa2d0ff","status":"passed","time":{"start":1714430438507,"stop":1714430438508,"duration":1}},{"uid":"91652c784489747","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/91652c784489747","status":"passed","time":{"start":1714430230968,"stop":1714430230968,"duration":0}},{"uid":"e470554840b3701e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e470554840b3701e","status":"passed","time":{"start":1714429392682,"stop":1714429392682,"duration":0}},{"uid":"8e2477981c985be0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8e2477981c985be0","status":"passed","time":{"start":1714428536304,"stop":1714428536304,"duration":0}},{"uid":"9808c625d8c4d9a0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9808c625d8c4d9a0","status":"passed","time":{"start":1714427313741,"stop":1714427313741,"duration":0}},{"uid":"656aeacf7cdd0f4d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/656aeacf7cdd0f4d","status":"passed","time":{"start":1714427015244,"stop":1714427015245,"duration":1}},{"uid":"23ed33e5d517e161","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/23ed33e5d517e161","status":"passed","time":{"start":1714426364080,"stop":1714426364081,"duration":1}},{"uid":"d600173069e10fe6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d600173069e10fe6","status":"passed","time":{"start":1714424466615,"stop":1714424466615,"duration":0}},{"uid":"c58f9b5bb278c7ca","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c58f9b5bb278c7ca","status":"passed","time":{"start":1714424856928,"stop":1714424856928,"duration":0}},{"uid":"d7c1a1fbc29d01ed","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d7c1a1fbc29d01ed","status":"passed","time":{"start":1714415009492,"stop":1714415009492,"duration":0}},{"uid":"bbf25a0ff9f096a3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bbf25a0ff9f096a3","status":"passed","time":{"start":1714415162812,"stop":1714415162813,"duration":1}},{"uid":"6fb41215e9fc14aa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6fb41215e9fc14aa","status":"passed","time":{"start":1714407369932,"stop":1714407369932,"duration":0}},{"uid":"a40f5a2be4c3273f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a40f5a2be4c3273f","status":"passed","time":{"start":1714406397065,"stop":1714406397066,"duration":1}},{"uid":"7d384bd67a6ba0c4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7d384bd67a6ba0c4","status":"passed","time":{"start":1714404187042,"stop":1714404187042,"duration":0}}]},"fb60844bcaf041ff6fed3dd83ee4de06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edcc623df3f9c72c","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/edcc623df3f9c72c","status":"passed","time":{"start":1714380450808,"stop":1714380450808,"duration":0}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"e823c0e19f01a261","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e823c0e19f01a261","status":"passed","time":{"start":1714454605554,"stop":1714454605554,"duration":0}},{"uid":"b4611fc3ffb12792","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b4611fc3ffb12792","status":"passed","time":{"start":1714436158736,"stop":1714436158736,"duration":0}},{"uid":"a02053ab09c2ce91","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a02053ab09c2ce91","status":"passed","time":{"start":1714435237025,"stop":1714435237025,"duration":0}},{"uid":"3954b9ff33dc12d7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3954b9ff33dc12d7","status":"passed","time":{"start":1714433925110,"stop":1714433925110,"duration":0}},{"uid":"4333ba3beac2ee3f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4333ba3beac2ee3f","status":"passed","time":{"start":1714432132895,"stop":1714432132895,"duration":0}},{"uid":"3f027d490e3bed4d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3f027d490e3bed4d","status":"passed","time":{"start":1714432392994,"stop":1714432392995,"duration":1}},{"uid":"e5b221b670b68f94","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e5b221b670b68f94","status":"passed","time":{"start":1714431131896,"stop":1714431131896,"duration":0}},{"uid":"4edd4ac1129d0869","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4edd4ac1129d0869","status":"passed","time":{"start":1714430918792,"stop":1714430918792,"duration":0}},{"uid":"8a1709f4f9e534aa","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8a1709f4f9e534aa","status":"passed","time":{"start":1714430104215,"stop":1714430104215,"duration":0}},{"uid":"e2da138f007359ee","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e2da138f007359ee","status":"passed","time":{"start":1714429213880,"stop":1714429213880,"duration":0}},{"uid":"1a138fee4d814286","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1a138fee4d814286","status":"passed","time":{"start":1714427999037,"stop":1714427999037,"duration":0}},{"uid":"bf14092852d66a75","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bf14092852d66a75","status":"passed","time":{"start":1714427702233,"stop":1714427702233,"duration":0}},{"uid":"8007b4e422bc7e1f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8007b4e422bc7e1f","status":"passed","time":{"start":1714427044031,"stop":1714427044031,"duration":0}},{"uid":"5c6295ea0bdb5e53","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5c6295ea0bdb5e53","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699097,"stop":1714426699097,"duration":0}},{"uid":"5053f54003b5cb7f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5053f54003b5cb7f","status":"passed","time":{"start":1714425534896,"stop":1714425534896,"duration":0}},{"uid":"70a8cfbf10164811","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/70a8cfbf10164811","status":"passed","time":{"start":1714415702296,"stop":1714415702296,"duration":0}},{"uid":"1f07c261dae547cd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1f07c261dae547cd","status":"passed","time":{"start":1714415850503,"stop":1714415850503,"duration":0}},{"uid":"bdef4fe74d5b7081","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bdef4fe74d5b7081","status":"passed","time":{"start":1714408049953,"stop":1714408049954,"duration":1}},{"uid":"ce47bcab0a6d925","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ce47bcab0a6d925","status":"passed","time":{"start":1714407080676,"stop":1714407080676,"duration":0}},{"uid":"978722647470e08d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/978722647470e08d","status":"passed","time":{"start":1714404860593,"stop":1714404860594,"duration":1}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2fe886026f753cf8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2fe886026f753cf8","status":"passed","time":{"start":1714453948681,"stop":1714453948681,"duration":0}},{"uid":"39e3c2f107041b6e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/39e3c2f107041b6e","status":"passed","time":{"start":1714435506557,"stop":1714435506557,"duration":0}},{"uid":"59b5f59a03b4c442","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/59b5f59a03b4c442","status":"passed","time":{"start":1714434575698,"stop":1714434575699,"duration":1}},{"uid":"3f2f020da93f7946","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3f2f020da93f7946","status":"passed","time":{"start":1714433270292,"stop":1714433270293,"duration":1}},{"uid":"ba0bdc28c2f4920e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ba0bdc28c2f4920e","status":"passed","time":{"start":1714431468644,"stop":1714431468644,"duration":0}},{"uid":"dfcce38e28cb6c59","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dfcce38e28cb6c59","status":"passed","time":{"start":1714431732341,"stop":1714431732341,"duration":0}},{"uid":"701727f384dd0f50","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/701727f384dd0f50","status":"passed","time":{"start":1714430455367,"stop":1714430455368,"duration":1}},{"uid":"fca0ac80d99809bd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fca0ac80d99809bd","status":"passed","time":{"start":1714430246805,"stop":1714430246806,"duration":1}},{"uid":"2f0d9849ee030dc1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2f0d9849ee030dc1","status":"passed","time":{"start":1714429410653,"stop":1714429410653,"duration":0}},{"uid":"d9eb165337d1a503","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d9eb165337d1a503","status":"passed","time":{"start":1714428552782,"stop":1714428552782,"duration":0}},{"uid":"e1990b9cd8cb438f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e1990b9cd8cb438f","status":"passed","time":{"start":1714427330590,"stop":1714427330591,"duration":1}},{"uid":"65a3daae6c205758","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/65a3daae6c205758","status":"passed","time":{"start":1714427031096,"stop":1714427031097,"duration":1}},{"uid":"4ba54aa506e9ab56","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4ba54aa506e9ab56","status":"passed","time":{"start":1714426380208,"stop":1714426380208,"duration":0}},{"uid":"921aea8dfdd68d7c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/921aea8dfdd68d7c","status":"passed","time":{"start":1714424482577,"stop":1714424482578,"duration":1}},{"uid":"b3fb9dd033eb89fb","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b3fb9dd033eb89fb","status":"passed","time":{"start":1714424873147,"stop":1714424873148,"duration":1}},{"uid":"3a9e5d078699eede","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3a9e5d078699eede","status":"passed","time":{"start":1714415026104,"stop":1714415026104,"duration":0}},{"uid":"dddb5c91a9f7e371","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dddb5c91a9f7e371","status":"passed","time":{"start":1714415179180,"stop":1714415179180,"duration":0}},{"uid":"2b3ec693913c058b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2b3ec693913c058b","status":"passed","time":{"start":1714407386159,"stop":1714407386160,"duration":1}},{"uid":"ec6ce44ddb16b1e3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ec6ce44ddb16b1e3","status":"passed","time":{"start":1714406413852,"stop":1714406413853,"duration":1}},{"uid":"ed86f9157dd960c0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ed86f9157dd960c0","status":"passed","time":{"start":1714404203418,"stop":1714404203418,"duration":0}}]},"a0a8205219b7970f1026c60f81e3703f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1dfc9c3e9680c9a6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1dfc9c3e9680c9a6","status":"passed","time":{"start":1714430892463,"stop":1714430892463,"duration":0}}]},"20be6f90eac824a4e65d4d04a061753e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fc15ae6a07014bd","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/1fc15ae6a07014bd","status":"passed","time":{"start":1714386707030,"stop":1714386707030,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"50408345c4a70e38","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/50408345c4a70e38","status":"passed","time":{"start":1714454133736,"stop":1714454133736,"duration":0}},{"uid":"83767ed10f3eb341","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/83767ed10f3eb341","status":"passed","time":{"start":1714435697058,"stop":1714435697058,"duration":0}},{"uid":"a150274ac8ccee42","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a150274ac8ccee42","status":"passed","time":{"start":1714434777700,"stop":1714434777700,"duration":0}},{"uid":"ea6ac487a223b56a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ea6ac487a223b56a","status":"passed","time":{"start":1714433468578,"stop":1714433468579,"duration":1}},{"uid":"66a74954e33ef89f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/66a74954e33ef89f","status":"passed","time":{"start":1714431659892,"stop":1714431659893,"duration":1}},{"uid":"6b8613a111dcd6b2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6b8613a111dcd6b2","status":"passed","time":{"start":1714431917002,"stop":1714431917003,"duration":1}},{"uid":"83a8e1be961b1e1a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/83a8e1be961b1e1a","status":"passed","time":{"start":1714430652871,"stop":1714430652872,"duration":1}},{"uid":"db78b40f6b330ea6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/db78b40f6b330ea6","status":"passed","time":{"start":1714430439932,"stop":1714430439932,"duration":0}},{"uid":"bc077e308e75e1e5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bc077e308e75e1e5","status":"passed","time":{"start":1714429618766,"stop":1714429618770,"duration":4}},{"uid":"ef6e0efa380b8cca","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ef6e0efa380b8cca","status":"passed","time":{"start":1714428758235,"stop":1714428758235,"duration":0}},{"uid":"72a8dfc301c288b6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/72a8dfc301c288b6","status":"passed","time":{"start":1714427532033,"stop":1714427532034,"duration":1}},{"uid":"ba53b26a0bf784ae","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ba53b26a0bf784ae","status":"passed","time":{"start":1714427233652,"stop":1714427233652,"duration":0}},{"uid":"612fd61b13949c9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/612fd61b13949c9","status":"passed","time":{"start":1714426576822,"stop":1714426576823,"duration":1}},{"uid":"69ecfc91dd132270","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/69ecfc91dd132270","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311924,"stop":1714425311924,"duration":0}},{"uid":"11445ffd26ef9dd7","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/11445ffd26ef9dd7","status":"passed","time":{"start":1714425068147,"stop":1714425068148,"duration":1}},{"uid":"9b3bf8f6b0caeac1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9b3bf8f6b0caeac1","status":"passed","time":{"start":1714415236747,"stop":1714415236747,"duration":0}},{"uid":"4e4eceec992a8b1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4e4eceec992a8b1","status":"passed","time":{"start":1714415370286,"stop":1714415370286,"duration":0}},{"uid":"3ecb906938ea09d4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3ecb906938ea09d4","status":"passed","time":{"start":1714407592725,"stop":1714407592725,"duration":0}},{"uid":"2df1888be9aedd4d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2df1888be9aedd4d","status":"passed","time":{"start":1714406603011,"stop":1714406603012,"duration":1}},{"uid":"779148e92faac80b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/779148e92faac80b","status":"passed","time":{"start":1714404403086,"stop":1714404403091,"duration":5}}]},"10d1a2f655db6e72fb7c07fd09b5c4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d18e9081f01ba66","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/d18e9081f01ba66","status":"passed","time":{"start":1714139203752,"stop":1714139203752,"duration":0}}]},"737184971ac8b2bca7eff279d10ff9f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d17947513c0347f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2d17947513c0347f","status":"passed","time":{"start":1714431997896,"stop":1714431997897,"duration":1}}]},"87b6ffd39c3644fab1075d7bbe815264:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c9dd7c217b687f1","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2c9dd7c217b687f1","status":"passed","time":{"start":1714145945752,"stop":1714145945753,"duration":1}}]},"3f2416a12cd96e1febd3e1f2a28ea745:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"91e02ea9ac416791","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/91e02ea9ac416791","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713988142229,"stop":1713988142230,"duration":1}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"6f4ac4a5dbb07841","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6f4ac4a5dbb07841","status":"passed","time":{"start":1714454431990,"stop":1714454431990,"duration":0}},{"uid":"ec682cfbaf19c1a8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ec682cfbaf19c1a8","status":"passed","time":{"start":1714435990619,"stop":1714435990619,"duration":0}},{"uid":"bf3a3c51dd0895d7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bf3a3c51dd0895d7","status":"passed","time":{"start":1714435062607,"stop":1714435062607,"duration":0}},{"uid":"f7e247d3e858403b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f7e247d3e858403b","status":"passed","time":{"start":1714433747827,"stop":1714433747828,"duration":1}},{"uid":"54fb5ac8385bbcef","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/54fb5ac8385bbcef","status":"passed","time":{"start":1714431959172,"stop":1714431959172,"duration":0}},{"uid":"d77d29202cfa4dc1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d77d29202cfa4dc1","status":"passed","time":{"start":1714432238337,"stop":1714432238338,"duration":1}},{"uid":"4edce2dcce062a0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4edce2dcce062a0","status":"passed","time":{"start":1714430946037,"stop":1714430946038,"duration":1}},{"uid":"c62a9b1094e98449","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c62a9b1094e98449","status":"passed","time":{"start":1714430757769,"stop":1714430757770,"duration":1}},{"uid":"7ceb0c3116a7c6d2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7ceb0c3116a7c6d2","status":"passed","time":{"start":1714429917768,"stop":1714429917768,"duration":0}},{"uid":"c2c21a28cf66771f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c2c21a28cf66771f","status":"passed","time":{"start":1714429038413,"stop":1714429038413,"duration":0}},{"uid":"80fef7fa86bc0984","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/80fef7fa86bc0984","status":"passed","time":{"start":1714427794298,"stop":1714427794298,"duration":0}},{"uid":"529b579f64cbb9c8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/529b579f64cbb9c8","status":"passed","time":{"start":1714427517447,"stop":1714427517449,"duration":2}},{"uid":"93a4383838b823d0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/93a4383838b823d0","status":"passed","time":{"start":1714426868567,"stop":1714426868568,"duration":1}},{"uid":"b76520c6ffc96e25","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b76520c6ffc96e25","status":"passed","time":{"start":1714425554998,"stop":1714425554999,"duration":1}},{"uid":"956e97a9fba1701b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/956e97a9fba1701b","status":"passed","time":{"start":1714425349849,"stop":1714425349849,"duration":0}},{"uid":"161b701e2edd396a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/161b701e2edd396a","status":"passed","time":{"start":1714415539972,"stop":1714415539972,"duration":0}},{"uid":"15b2011cd6485f41","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/15b2011cd6485f41","status":"passed","time":{"start":1714415671311,"stop":1714415671312,"duration":1}},{"uid":"a4e788faea123052","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a4e788faea123052","status":"passed","time":{"start":1714407878076,"stop":1714407878076,"duration":0}},{"uid":"b126abf96d17b7b9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b126abf96d17b7b9","status":"passed","time":{"start":1714406907367,"stop":1714406907368,"duration":1}},{"uid":"b8e74e92ee20ffdc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b8e74e92ee20ffdc","status":"passed","time":{"start":1714404685453,"stop":1714404685454,"duration":1}}]},"16ffdce59ff1721d7428049d0fc3109a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fed89ecb8b16bad4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fed89ecb8b16bad4","status":"passed","time":{"start":1714407938520,"stop":1714407938520,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"24097be2e48270b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24097be2e48270b","status":"passed","time":{"start":1714454568758,"stop":1714454568759,"duration":1}},{"uid":"788715ecafe7490e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/788715ecafe7490e","status":"passed","time":{"start":1714436126128,"stop":1714436126128,"duration":0}},{"uid":"429db9170c7c1b50","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/429db9170c7c1b50","status":"passed","time":{"start":1714435206717,"stop":1714435206717,"duration":0}},{"uid":"3f3d9f822cacd753","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3f3d9f822cacd753","status":"passed","time":{"start":1714433881350,"stop":1714433881350,"duration":0}},{"uid":"bca264a31298a001","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bca264a31298a001","status":"passed","time":{"start":1714432089191,"stop":1714432089192,"duration":1}},{"uid":"3aa6069b0a67dfb3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3aa6069b0a67dfb3","status":"passed","time":{"start":1714432443241,"stop":1714432443241,"duration":0}},{"uid":"aa9b949c14c2c309","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/aa9b949c14c2c309","status":"passed","time":{"start":1714431084049,"stop":1714431084049,"duration":0}},{"uid":"d0e235127431accf","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d0e235127431accf","status":"passed","time":{"start":1714430958550,"stop":1714430958550,"duration":0}},{"uid":"80066d804f0c26c7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/80066d804f0c26c7","status":"passed","time":{"start":1714430059468,"stop":1714430059468,"duration":0}},{"uid":"85adc0240336430c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/85adc0240336430c","status":"passed","time":{"start":1714429177597,"stop":1714429177597,"duration":0}},{"uid":"e80be149c1b0b91c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e80be149c1b0b91c","status":"passed","time":{"start":1714427952239,"stop":1714427952240,"duration":1}},{"uid":"8328882329971d25","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8328882329971d25","status":"passed","time":{"start":1714427654787,"stop":1714427654788,"duration":1}},{"uid":"42d16b6b61126379","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/42d16b6b61126379","status":"passed","time":{"start":1714427013799,"stop":1714427013799,"duration":0}},{"uid":"4193d269fadbfd3b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4193d269fadbfd3b","status":"passed","time":{"start":1714425755811,"stop":1714425755811,"duration":0}},{"uid":"50d803b36a5eed72","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/50d803b36a5eed72","status":"passed","time":{"start":1714425494506,"stop":1714425494506,"duration":0}},{"uid":"a8f732acf431f86c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a8f732acf431f86c","status":"passed","time":{"start":1714415703219,"stop":1714415703219,"duration":0}},{"uid":"ce278506e1e9929f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ce278506e1e9929f","status":"passed","time":{"start":1714415807189,"stop":1714415807189,"duration":0}},{"uid":"e944ffc2320ebb0b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e944ffc2320ebb0b","status":"passed","time":{"start":1714408011169,"stop":1714408011170,"duration":1}},{"uid":"ccf9a39a9df4c68f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ccf9a39a9df4c68f","status":"passed","time":{"start":1714407046590,"stop":1714407046591,"duration":1}},{"uid":"3e7784cb0274720","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3e7784cb0274720","status":"passed","time":{"start":1714404822521,"stop":1714404822521,"duration":0}}]},"e4368a48437a2bb3d8d9042c22a9f870:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e381ab620de8a8e","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/2e381ab620de8a8e","status":"passed","time":{"start":1714404066562,"stop":1714404066562,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"cf0d629c4ef6e89e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cf0d629c4ef6e89e","status":"passed","time":{"start":1714454507871,"stop":1714454507871,"duration":0}},{"uid":"9b88a29b7f489349","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9b88a29b7f489349","status":"passed","time":{"start":1714436048739,"stop":1714436048739,"duration":0}},{"uid":"1c6786260186b8ed","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1c6786260186b8ed","status":"passed","time":{"start":1714435155720,"stop":1714435155721,"duration":1}},{"uid":"dfc29e8130ba8a34","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dfc29e8130ba8a34","status":"passed","time":{"start":1714433815776,"stop":1714433815777,"duration":1}},{"uid":"7bca7ea0b6e22126","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7bca7ea0b6e22126","status":"passed","time":{"start":1714432025704,"stop":1714432025704,"duration":0}},{"uid":"eb6af81a707f7eea","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/eb6af81a707f7eea","status":"passed","time":{"start":1714432319327,"stop":1714432319328,"duration":1}},{"uid":"dc340f1c7f727000","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/dc340f1c7f727000","status":"passed","time":{"start":1714431035213,"stop":1714431035214,"duration":1}},{"uid":"6a485b91c24277bc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6a485b91c24277bc","status":"passed","time":{"start":1714430851100,"stop":1714430851101,"duration":1}},{"uid":"46af79639a13d858","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/46af79639a13d858","status":"passed","time":{"start":1714429998229,"stop":1714429998233,"duration":4}},{"uid":"bd83f9a968fb2404","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bd83f9a968fb2404","status":"passed","time":{"start":1714429123356,"stop":1714429123362,"duration":6}},{"uid":"e88a457213f13431","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e88a457213f13431","status":"passed","time":{"start":1714427908693,"stop":1714427908693,"duration":0}},{"uid":"f9473402c8418185","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f9473402c8418185","status":"passed","time":{"start":1714427590232,"stop":1714427590233,"duration":1}},{"uid":"81f8874a755e51b7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/81f8874a755e51b7","status":"passed","time":{"start":1714426950343,"stop":1714426950344,"duration":1}},{"uid":"2761138e3c41584b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2761138e3c41584b","status":"passed","time":{"start":1714425412992,"stop":1714425412993,"duration":1}},{"uid":"6590c9c1186e9e78","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6590c9c1186e9e78","status":"passed","time":{"start":1714425435602,"stop":1714425435603,"duration":1}},{"uid":"1e3b94fc6095a9c7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1e3b94fc6095a9c7","status":"passed","time":{"start":1714415590116,"stop":1714415590117,"duration":1}},{"uid":"44ddd0d779c306a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44ddd0d779c306a","status":"passed","time":{"start":1714415739313,"stop":1714415739313,"duration":0}},{"uid":"4e7013938dbeb7d3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4e7013938dbeb7d3","status":"passed","time":{"start":1714407950096,"stop":1714407950097,"duration":1}},{"uid":"664dd5a1444bef45","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/664dd5a1444bef45","status":"passed","time":{"start":1714406978412,"stop":1714406978418,"duration":6}},{"uid":"d8ff80f98d479322","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d8ff80f98d479322","status":"passed","time":{"start":1714404752130,"stop":1714404752131,"duration":1}}]},"16cd4793f1b3ee15269843518ba304db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57375903bf0abd47","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/57375903bf0abd47","status":"passed","time":{"start":1714018144005,"stop":1714018144005,"duration":0}}]},"be7db61fbf7aeddcd29dd170658dddf3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cf9a13c7683a3e9","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/7cf9a13c7683a3e9","status":"passed","time":{"start":1714089697951,"stop":1714089697952,"duration":1}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"2cc2420e7469c1ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2cc2420e7469c1ee","status":"passed","time":{"start":1714454479295,"stop":1714454479295,"duration":0}},{"uid":"b8a2b5a4c511e96f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b8a2b5a4c511e96f","status":"passed","time":{"start":1714436048049,"stop":1714436048049,"duration":0}},{"uid":"2fff658bda5640c2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2fff658bda5640c2","status":"passed","time":{"start":1714435103473,"stop":1714435103473,"duration":0}},{"uid":"a28897dc79c456da","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a28897dc79c456da","status":"passed","time":{"start":1714433793525,"stop":1714433793525,"duration":0}},{"uid":"92ea954b4302927a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/92ea954b4302927a","status":"passed","time":{"start":1714431998655,"stop":1714431998656,"duration":1}},{"uid":"3e375be4cc799f76","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3e375be4cc799f76","status":"passed","time":{"start":1714432332178,"stop":1714432332178,"duration":0}},{"uid":"70f5eb34e94ae046","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/70f5eb34e94ae046","status":"passed","time":{"start":1714431002225,"stop":1714431002226,"duration":1}},{"uid":"cbe592d9e914b48a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cbe592d9e914b48a","status":"passed","time":{"start":1714430831529,"stop":1714430831529,"duration":0}},{"uid":"55f446c0d17ca4d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/55f446c0d17ca4d","status":"passed","time":{"start":1714429955112,"stop":1714429955113,"duration":1}},{"uid":"72f514c08724284c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/72f514c08724284c","status":"passed","time":{"start":1714429082479,"stop":1714429082482,"duration":3}},{"uid":"4cd727796736ba5d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4cd727796736ba5d","status":"passed","time":{"start":1714427873966,"stop":1714427873966,"duration":0}},{"uid":"28ba27895f868178","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/28ba27895f868178","status":"passed","time":{"start":1714427572922,"stop":1714427572922,"duration":0}},{"uid":"a148317b507a47a7","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a148317b507a47a7","status":"passed","time":{"start":1714426928330,"stop":1714426928330,"duration":0}},{"uid":"299ae1bb7640a271","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/299ae1bb7640a271","status":"passed","time":{"start":1714425626048,"stop":1714425626049,"duration":1}},{"uid":"1551fc84e83437a3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1551fc84e83437a3","status":"passed","time":{"start":1714425405873,"stop":1714425405874,"duration":1}},{"uid":"1eaec062ca739d6a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1eaec062ca739d6a","status":"passed","time":{"start":1714415627118,"stop":1714415627118,"duration":0}},{"uid":"c95a24999a18e4b4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c95a24999a18e4b4","status":"passed","time":{"start":1714415727608,"stop":1714415727608,"duration":0}},{"uid":"23fdf80f2db5143a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/23fdf80f2db5143a","status":"passed","time":{"start":1714407946532,"stop":1714407946532,"duration":0}},{"uid":"765b59fbd04ff5f9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/765b59fbd04ff5f9","status":"passed","time":{"start":1714406957179,"stop":1714406957179,"duration":0}},{"uid":"546ff48b44334754","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/546ff48b44334754","status":"passed","time":{"start":1714404754330,"stop":1714404754330,"duration":0}}]},"87c67af31a0ecc0ae71c2b90d8d5c773:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41b4f7a8bdeb8ea","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/41b4f7a8bdeb8ea","status":"passed","time":{"start":1714140518323,"stop":1714140518323,"duration":0}}]},"00ce1909edc7acc27bf3fd43e3850345:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b698d2116f6c025e","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/b698d2116f6c025e","status":"passed","time":{"start":1714144694766,"stop":1714144694766,"duration":0}}]},"cd8dbf80e7f2b035fa9d3f81e5b86892:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"78c06c93b31fb68e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/78c06c93b31fb68e","status":"passed","time":{"start":1714404690103,"stop":1714404690104,"duration":1}}]},"7ae19ea711828c118cf05e9fadc0807e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26e44ffe64450498","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/26e44ffe64450498","status":"passed","time":{"start":1714114005842,"stop":1714114005843,"duration":1}}]},"c310c4a3c0f31647c33dbc8c2f533499:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7f28528c884aa6dc","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/7f28528c884aa6dc","status":"passed","time":{"start":1714033799787,"stop":1714033799788,"duration":1}}]},"48f191ca373f7423efca6869fa3972dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"83a2333635d43f50","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/83a2333635d43f50","status":"passed","time":{"start":1714453925066,"stop":1714453925067,"duration":1}},{"uid":"8bdd743c4cf71bbf","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8bdd743c4cf71bbf","status":"passed","time":{"start":1714435482975,"stop":1714435482975,"duration":0}},{"uid":"89d2f59737763161","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/89d2f59737763161","status":"passed","time":{"start":1714434552011,"stop":1714434552012,"duration":1}},{"uid":"776d1c7221ac96ff","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/776d1c7221ac96ff","status":"passed","time":{"start":1714433247035,"stop":1714433247036,"duration":1}},{"uid":"10334dac4c2bb5ad","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/10334dac4c2bb5ad","status":"passed","time":{"start":1714431444758,"stop":1714431444758,"duration":0}},{"uid":"dbab090d59f29f9c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dbab090d59f29f9c","status":"passed","time":{"start":1714431708298,"stop":1714431708298,"duration":0}},{"uid":"a02a10ae1d5b6d09","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a02a10ae1d5b6d09","status":"passed","time":{"start":1714430430730,"stop":1714430430730,"duration":0}},{"uid":"d5816cd44b76ae56","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d5816cd44b76ae56","status":"passed","time":{"start":1714430223188,"stop":1714430223188,"duration":0}},{"uid":"30b75b905386bee6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/30b75b905386bee6","status":"passed","time":{"start":1714429383887,"stop":1714429383887,"duration":0}},{"uid":"7b5d256d4c5db398","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7b5d256d4c5db398","status":"passed","time":{"start":1714428528641,"stop":1714428528641,"duration":0}},{"uid":"b1ce47a35813a21d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b1ce47a35813a21d","status":"passed","time":{"start":1714427305992,"stop":1714427305992,"duration":0}},{"uid":"65c14707eff692","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/65c14707eff692","status":"passed","time":{"start":1714427007386,"stop":1714427007386,"duration":0}},{"uid":"b123548954137365","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b123548954137365","status":"passed","time":{"start":1714426355977,"stop":1714426355977,"duration":0}},{"uid":"47c8b05a43848857","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/47c8b05a43848857","status":"passed","time":{"start":1714424458790,"stop":1714424458790,"duration":0}},{"uid":"a6c2af209c457962","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a6c2af209c457962","status":"passed","time":{"start":1714424849016,"stop":1714424849016,"duration":0}},{"uid":"99613e53558c997f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/99613e53558c997f","status":"passed","time":{"start":1714415001455,"stop":1714415001455,"duration":0}},{"uid":"d2faf12330e10617","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d2faf12330e10617","status":"passed","time":{"start":1714415154929,"stop":1714415154930,"duration":1}},{"uid":"ca5f02ec51e56040","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ca5f02ec51e56040","status":"passed","time":{"start":1714407362054,"stop":1714407362054,"duration":0}},{"uid":"2b4d0063d37d193b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2b4d0063d37d193b","status":"passed","time":{"start":1714406389347,"stop":1714406389347,"duration":0}},{"uid":"6bd6dfc3a208c00c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6bd6dfc3a208c00c","status":"passed","time":{"start":1714404179186,"stop":1714404179186,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"38ee74cff7891b07","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/38ee74cff7891b07","status":"passed","time":{"start":1714454066547,"stop":1714454066547,"duration":0}},{"uid":"e636324e1b0ed154","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e636324e1b0ed154","status":"passed","time":{"start":1714435618124,"stop":1714435618125,"duration":1}},{"uid":"acc2f1b80f0ee5f2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/acc2f1b80f0ee5f2","status":"passed","time":{"start":1714434690687,"stop":1714434690688,"duration":1}},{"uid":"79c0f3001fcf7cfb","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/79c0f3001fcf7cfb","status":"passed","time":{"start":1714433384084,"stop":1714433384084,"duration":0}},{"uid":"46a87c371cdec7d8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/46a87c371cdec7d8","status":"passed","time":{"start":1714431579361,"stop":1714431579362,"duration":1}},{"uid":"e905585d35de865f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e905585d35de865f","status":"passed","time":{"start":1714431864687,"stop":1714431864687,"duration":0}},{"uid":"f7d0c71c49b6c3b8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f7d0c71c49b6c3b8","status":"passed","time":{"start":1714430575910,"stop":1714430575910,"duration":0}},{"uid":"99f9dfadda87276b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/99f9dfadda87276b","status":"passed","time":{"start":1714430373693,"stop":1714430373693,"duration":0}},{"uid":"3b522f4d1bf7e3d7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3b522f4d1bf7e3d7","status":"passed","time":{"start":1714429534241,"stop":1714429534242,"duration":1}},{"uid":"f7729ce1a96e8bd6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f7729ce1a96e8bd6","status":"passed","time":{"start":1714428670174,"stop":1714428670174,"duration":0}},{"uid":"a7d5bb50024ce6e6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a7d5bb50024ce6e6","status":"passed","time":{"start":1714427443741,"stop":1714427443741,"duration":0}},{"uid":"9b0976c3eca3eaee","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9b0976c3eca3eaee","status":"passed","time":{"start":1714427145032,"stop":1714427145032,"duration":0}},{"uid":"d8de9a0bd31f216d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d8de9a0bd31f216d","status":"passed","time":{"start":1714426498105,"stop":1714426498105,"duration":0}},{"uid":"f630089d6d39ef9c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f630089d6d39ef9c","status":"broken","statusDetails":"window is not defined","time":{"start":1714424769780,"stop":1714424769780,"duration":0}},{"uid":"9f294f761764c5c8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9f294f761764c5c8","status":"passed","time":{"start":1714424993188,"stop":1714424993188,"duration":0}},{"uid":"802330d9b0db0bb4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/802330d9b0db0bb4","status":"passed","time":{"start":1714415152962,"stop":1714415152963,"duration":1}},{"uid":"44ae06d736fcfae9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44ae06d736fcfae9","status":"passed","time":{"start":1714415288107,"stop":1714415288107,"duration":0}},{"uid":"b2246f0412df6d35","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b2246f0412df6d35","status":"passed","time":{"start":1714407506459,"stop":1714407506459,"duration":0}},{"uid":"16db9437c5bfb6bd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/16db9437c5bfb6bd","status":"passed","time":{"start":1714406539227,"stop":1714406539227,"duration":0}},{"uid":"c66a788704d20878","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c66a788704d20878","status":"passed","time":{"start":1714404316293,"stop":1714404316294,"duration":1}}]},"6b9e075fef71dd55cae9b0b2b636c1ff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c67c221d86d7c840","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/c67c221d86d7c840","status":"passed","time":{"start":1714177969712,"stop":1714177969712,"duration":0}}]},"f819f31e4a9636c75310887484a60d67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"53e8751db57cf796","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/53e8751db57cf796","status":"passed","time":{"start":1714039405807,"stop":1714039405807,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"1b49c683620b8e8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1b49c683620b8e8","status":"passed","time":{"start":1714453932710,"stop":1714453932711,"duration":1}},{"uid":"a832965599f96923","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a832965599f96923","status":"passed","time":{"start":1714435490589,"stop":1714435490590,"duration":1}},{"uid":"1b0d2f02363f6b07","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1b0d2f02363f6b07","status":"passed","time":{"start":1714434559569,"stop":1714434559570,"duration":1}},{"uid":"b9d1f6458879cb49","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b9d1f6458879cb49","status":"passed","time":{"start":1714433254664,"stop":1714433254664,"duration":0}},{"uid":"ebb1e88481da171a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ebb1e88481da171a","status":"passed","time":{"start":1714431452652,"stop":1714431452652,"duration":0}},{"uid":"ed0e872c69197e0c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ed0e872c69197e0c","status":"passed","time":{"start":1714431716079,"stop":1714431716090,"duration":11}},{"uid":"539bdcaaf97931c7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/539bdcaaf97931c7","status":"passed","time":{"start":1714430438509,"stop":1714430438510,"duration":1}},{"uid":"834dc0b99ebcddc1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/834dc0b99ebcddc1","status":"passed","time":{"start":1714430230969,"stop":1714430230970,"duration":1}},{"uid":"27518ee6a55b8dd5","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/27518ee6a55b8dd5","status":"passed","time":{"start":1714429392683,"stop":1714429392684,"duration":1}},{"uid":"3c8259b2ba039c85","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3c8259b2ba039c85","status":"passed","time":{"start":1714428536305,"stop":1714428536306,"duration":1}},{"uid":"4552fe812c3cf880","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4552fe812c3cf880","status":"passed","time":{"start":1714427313742,"stop":1714427313743,"duration":1}},{"uid":"51d13988ce3c67a9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/51d13988ce3c67a9","status":"passed","time":{"start":1714427015246,"stop":1714427015247,"duration":1}},{"uid":"92c59414f019cb34","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/92c59414f019cb34","status":"passed","time":{"start":1714426364081,"stop":1714426364082,"duration":1}},{"uid":"ec8d22d077cbe023","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ec8d22d077cbe023","status":"passed","time":{"start":1714424466616,"stop":1714424466617,"duration":1}},{"uid":"a800e1a67d690091","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a800e1a67d690091","status":"passed","time":{"start":1714424856929,"stop":1714424856929,"duration":0}},{"uid":"6cf23acf13e86304","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6cf23acf13e86304","status":"passed","time":{"start":1714415009493,"stop":1714415009493,"duration":0}},{"uid":"52e67221ab187220","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/52e67221ab187220","status":"passed","time":{"start":1714415162814,"stop":1714415162815,"duration":1}},{"uid":"f8dbd3af02ccbbc7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f8dbd3af02ccbbc7","status":"passed","time":{"start":1714407369933,"stop":1714407369934,"duration":1}},{"uid":"6916582274cd4bbe","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6916582274cd4bbe","status":"passed","time":{"start":1714406397066,"stop":1714406397067,"duration":1}},{"uid":"3231bd98bb12b704","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3231bd98bb12b704","status":"passed","time":{"start":1714404187043,"stop":1714404187043,"duration":0}}]},"3a84f03b58a7f26f916fa3f9c0c738b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"906958e29da3e98a","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/906958e29da3e98a","status":"passed","time":{"start":1714040301534,"stop":1714040301534,"duration":0}}]},"7bcb9215bcdb0e456b9ac494d6a51731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"e814faebf44e4c5d","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/e814faebf44e4c5d","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'subscribe')","time":{"start":1714004329832,"stop":1714004329832,"duration":0}}]},"832cc0df70bcc4326d95aac5bd3b8c45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"c5412e1660a6dc56","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c5412e1660a6dc56","status":"passed","time":{"start":1714453925072,"stop":1714453925072,"duration":0}},{"uid":"b8968bb2f532a0e2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b8968bb2f532a0e2","status":"passed","time":{"start":1714435482980,"stop":1714435482981,"duration":1}},{"uid":"6f69d335b64a4c69","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6f69d335b64a4c69","status":"passed","time":{"start":1714434552017,"stop":1714434552017,"duration":0}},{"uid":"145929971238a78","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/145929971238a78","status":"passed","time":{"start":1714433247041,"stop":1714433247041,"duration":0}},{"uid":"3b3b83865d28759c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3b3b83865d28759c","status":"passed","time":{"start":1714431444764,"stop":1714431444764,"duration":0}},{"uid":"7e5ebe57d4da0aed","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/7e5ebe57d4da0aed","status":"passed","time":{"start":1714431708304,"stop":1714431708304,"duration":0}},{"uid":"ab1c3aa6e95dea27","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ab1c3aa6e95dea27","status":"passed","time":{"start":1714430430736,"stop":1714430430736,"duration":0}},{"uid":"b9c684b09cfce66a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/b9c684b09cfce66a","status":"passed","time":{"start":1714430223192,"stop":1714430223192,"duration":0}},{"uid":"ce0a400c0efe2d4a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ce0a400c0efe2d4a","status":"passed","time":{"start":1714429383893,"stop":1714429383893,"duration":0}},{"uid":"4104787234bf0ce3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4104787234bf0ce3","status":"passed","time":{"start":1714428528646,"stop":1714428528646,"duration":0}},{"uid":"890df5884d715ec7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/890df5884d715ec7","status":"passed","time":{"start":1714427305996,"stop":1714427305996,"duration":0}},{"uid":"eb196cfbe49b6991","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/eb196cfbe49b6991","status":"passed","time":{"start":1714427007390,"stop":1714427007390,"duration":0}},{"uid":"300004c620539d1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/300004c620539d1","status":"passed","time":{"start":1714426355983,"stop":1714426355983,"duration":0}},{"uid":"c06e6a3a5adf1922","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c06e6a3a5adf1922","status":"passed","time":{"start":1714424458797,"stop":1714424458797,"duration":0}},{"uid":"d2cbfd634aabea5b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d2cbfd634aabea5b","status":"passed","time":{"start":1714424849025,"stop":1714424849026,"duration":1}},{"uid":"2d80adfbd2acf1bb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2d80adfbd2acf1bb","status":"passed","time":{"start":1714415001460,"stop":1714415001460,"duration":0}},{"uid":"3e36e348bd8f0efc","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3e36e348bd8f0efc","status":"passed","time":{"start":1714415154936,"stop":1714415154937,"duration":1}},{"uid":"8561cb63464b95b4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8561cb63464b95b4","status":"passed","time":{"start":1714407362059,"stop":1714407362060,"duration":1}},{"uid":"17c46c184b9d43a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/17c46c184b9d43a","status":"passed","time":{"start":1714406389352,"stop":1714406389353,"duration":1}},{"uid":"877c52d9e2653694","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/877c52d9e2653694","status":"passed","time":{"start":1714404179192,"stop":1714404179192,"duration":0}}]},"10f960b3734ae20f77a6c5f3c0248285:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b0da622ae0d27722","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/b0da622ae0d27722","status":"passed","time":{"start":1714380091393,"stop":1714380091394,"duration":1}}]},"77765c8a50cdb52990c205c87b9b6cfc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ac3a5e106c962458","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/ac3a5e106c962458","status":"passed","time":{"start":1714240478662,"stop":1714240478662,"duration":0}}]},"987ff145fe6454d79585f705b2d1b097:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"274213a0ff78a9fc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/274213a0ff78a9fc","status":"passed","time":{"start":1714453925055,"stop":1714453925055,"duration":0}},{"uid":"8a2b212e4b6c32a7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8a2b212e4b6c32a7","status":"passed","time":{"start":1714435482963,"stop":1714435482963,"duration":0}},{"uid":"614e08222e1c86c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/614e08222e1c86c","status":"passed","time":{"start":1714434551998,"stop":1714434551998,"duration":0}},{"uid":"37d1895f21556666","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/37d1895f21556666","status":"passed","time":{"start":1714433247024,"stop":1714433247024,"duration":0}},{"uid":"28d52243dd2b3cfb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/28d52243dd2b3cfb","status":"passed","time":{"start":1714431444745,"stop":1714431444745,"duration":0}},{"uid":"faf10b1afe2c351","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/faf10b1afe2c351","status":"passed","time":{"start":1714431708285,"stop":1714431708285,"duration":0}},{"uid":"5d6a6d9d2b5aa577","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5d6a6d9d2b5aa577","status":"passed","time":{"start":1714430430717,"stop":1714430430717,"duration":0}},{"uid":"1898153d9c93b71b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1898153d9c93b71b","status":"passed","time":{"start":1714430223178,"stop":1714430223178,"duration":0}},{"uid":"69a378484b332285","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/69a378484b332285","status":"passed","time":{"start":1714429383872,"stop":1714429383873,"duration":1}},{"uid":"d8a626e022830ab2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d8a626e022830ab2","status":"passed","time":{"start":1714428528628,"stop":1714428528628,"duration":0}},{"uid":"77d29901277cb931","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/77d29901277cb931","status":"passed","time":{"start":1714427305981,"stop":1714427305981,"duration":0}},{"uid":"46fc653b79edb264","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/46fc653b79edb264","status":"passed","time":{"start":1714427007376,"stop":1714427007376,"duration":0}},{"uid":"5323092020e312d5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5323092020e312d5","status":"passed","time":{"start":1714426355963,"stop":1714426355964,"duration":1}},{"uid":"5095f5e16e8ea5c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5095f5e16e8ea5c","status":"passed","time":{"start":1714424458777,"stop":1714424458778,"duration":1}},{"uid":"9104a92da412b471","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9104a92da412b471","status":"passed","time":{"start":1714424849002,"stop":1714424849003,"duration":1}},{"uid":"2b8be54bf92dd0d2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2b8be54bf92dd0d2","status":"passed","time":{"start":1714415001443,"stop":1714415001444,"duration":1}},{"uid":"a2b17dbeced8d122","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a2b17dbeced8d122","status":"passed","time":{"start":1714415154913,"stop":1714415154913,"duration":0}},{"uid":"5f0406ee87121242","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5f0406ee87121242","status":"passed","time":{"start":1714407362040,"stop":1714407362041,"duration":1}},{"uid":"ab51c03b3829a206","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ab51c03b3829a206","status":"passed","time":{"start":1714406389334,"stop":1714406389334,"duration":0}},{"uid":"76275a79a085d149","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/76275a79a085d149","status":"passed","time":{"start":1714404179171,"stop":1714404179171,"duration":0}}]},"7ade8f2bb9ba56d1c0d18578cdb2fdc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"adbd1c1b7d15afcf","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/adbd1c1b7d15afcf","status":"passed","time":{"start":1714003550656,"stop":1714003550656,"duration":0}}]},"dd16c7a74c346c62ff543040ae9ba204:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb9f2f44471574b5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bb9f2f44471574b5","status":"passed","time":{"start":1714427833031,"stop":1714427833032,"duration":1}}]},"efe1e98af7f116afc5c3d10bbf7d0b01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4049ba0a4d9c5361","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/4049ba0a4d9c5361","status":"passed","time":{"start":1714004335345,"stop":1714004335346,"duration":1}}]},"1e498d889ea565a0ed4b00b117d8ccee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"232187b69cf60c17","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/232187b69cf60c17","status":"passed","time":{"start":1714385802616,"stop":1714385802617,"duration":1}}]},"ce26c144c9e54e398fb37da4a726ba9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2be1991a771a32e1","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/2be1991a771a32e1","status":"passed","time":{"start":1714169159820,"stop":1714169159820,"duration":0}}]},"b374e60c7c348c63033627ca58cdcc7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"822321f444fe9a61","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/822321f444fe9a61","status":"passed","time":{"start":1714142096595,"stop":1714142096595,"duration":0}}]},"3029fe7dac7b101c9d60d9d55e5b466b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f60b56a5cb6500a3","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/f60b56a5cb6500a3","status":"passed","time":{"start":1713976058789,"stop":1713976058790,"duration":1}}]},"02d9a8e4d07dd307e57ce4397dec0baa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40b8b720a002e9f7","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/40b8b720a002e9f7","status":"passed","time":{"start":1714018144008,"stop":1714018144008,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f8d5ffc61033009c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f8d5ffc61033009c","status":"passed","time":{"start":1714454530133,"stop":1714454530134,"duration":1}},{"uid":"5b21ad6c2ce4adac","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5b21ad6c2ce4adac","status":"passed","time":{"start":1714436093935,"stop":1714436093936,"duration":1}},{"uid":"87c9a331435dbe3c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/87c9a331435dbe3c","status":"passed","time":{"start":1714435157475,"stop":1714435157475,"duration":0}},{"uid":"e04542094f16f017","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e04542094f16f017","status":"passed","time":{"start":1714433840515,"stop":1714433840516,"duration":1}},{"uid":"5b0236b8e6ecafd7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5b0236b8e6ecafd7","status":"passed","time":{"start":1714432045260,"stop":1714432045260,"duration":0}},{"uid":"45d9ad28c3043302","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/45d9ad28c3043302","status":"passed","time":{"start":1714432344091,"stop":1714432344094,"duration":3}},{"uid":"81cf7cd3090d5b50","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/81cf7cd3090d5b50","status":"passed","time":{"start":1714431036765,"stop":1714431036766,"duration":1}},{"uid":"65ae8554b759dad6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/65ae8554b759dad6","status":"passed","time":{"start":1714430859700,"stop":1714430859702,"duration":2}},{"uid":"64dc26030dce2b89","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/64dc26030dce2b89","status":"passed","time":{"start":1714430007474,"stop":1714430007475,"duration":1}},{"uid":"e88ea20d4c920ed3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e88ea20d4c920ed3","status":"passed","time":{"start":1714429133178,"stop":1714429133179,"duration":1}},{"uid":"709e0262d5693402","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/709e0262d5693402","status":"passed","time":{"start":1714427891809,"stop":1714427891809,"duration":0}},{"uid":"54d8ee14caa4a6ec","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/54d8ee14caa4a6ec","status":"passed","time":{"start":1714427613491,"stop":1714427613500,"duration":9}},{"uid":"29eb3918aa9ffcc0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/29eb3918aa9ffcc0","status":"passed","time":{"start":1714426967425,"stop":1714426967425,"duration":0}},{"uid":"802edcc9dd355832","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/802edcc9dd355832","status":"passed","time":{"start":1714425663091,"stop":1714425663091,"duration":0}},{"uid":"56b96a35eb5f46f9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/56b96a35eb5f46f9","status":"passed","time":{"start":1714425451133,"stop":1714425451133,"duration":0}},{"uid":"1974a6a2add02e52","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1974a6a2add02e52","status":"passed","time":{"start":1714415638839,"stop":1714415638839,"duration":0}},{"uid":"c38df0be90c6b0ef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c38df0be90c6b0ef","status":"passed","time":{"start":1714415763434,"stop":1714415763435,"duration":1}},{"uid":"5db3bf5f6778e4d0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5db3bf5f6778e4d0","status":"passed","time":{"start":1714407962981,"stop":1714407962982,"duration":1}},{"uid":"747c4397247b49c5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/747c4397247b49c5","status":"passed","time":{"start":1714407006174,"stop":1714407006175,"duration":1}},{"uid":"82ea6e3a3d5797db","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/82ea6e3a3d5797db","status":"passed","time":{"start":1714404780877,"stop":1714404780878,"duration":1}}]},"8a49342d5f62c16b6ecccdc1831c5429:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3fe0aaad1cfa991f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3fe0aaad1cfa991f","status":"passed","time":{"start":1714429913432,"stop":1714429913433,"duration":1}}]},"e1ce8d705be952062604d159f281f316:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3348faca32baac43","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/3348faca32baac43","status":"passed","time":{"start":1714385080726,"stop":1714385080726,"duration":0}}]},"d0c1e723dc1f97cb044a3966ee414456:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eed173ca1eace78c","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/eed173ca1eace78c","status":"passed","time":{"start":1714008042028,"stop":1714008042029,"duration":1}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"2a2b3549fc0e71d8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2a2b3549fc0e71d8","status":"passed","time":{"start":1714454140440,"stop":1714454140441,"duration":1}},{"uid":"512564bb2bf1a2bb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/512564bb2bf1a2bb","status":"passed","time":{"start":1714435687895,"stop":1714435687895,"duration":0}},{"uid":"2092d1ddbce0b1ac","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/2092d1ddbce0b1ac","status":"passed","time":{"start":1714434773453,"stop":1714434773453,"duration":0}},{"uid":"a64623147b426fa5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a64623147b426fa5","status":"passed","time":{"start":1714433450968,"stop":1714433450969,"duration":1}},{"uid":"ba3de70146cabdc4","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ba3de70146cabdc4","status":"passed","time":{"start":1714431653498,"stop":1714431653498,"duration":0}},{"uid":"a4e2795e4cd24162","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a4e2795e4cd24162","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714431989810,"stop":1714431989810,"duration":0}},{"uid":"a3a402ce875dca66","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a3a402ce875dca66","status":"passed","time":{"start":1714430659390,"stop":1714430659391,"duration":1}},{"uid":"250736da6a215ba8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/250736da6a215ba8","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714430522127,"stop":1714430522127,"duration":0}},{"uid":"9e0182fbd0fcf06c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9e0182fbd0fcf06c","status":"passed","time":{"start":1714429610404,"stop":1714429610404,"duration":0}},{"uid":"9f5ecdaa12ec89bb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9f5ecdaa12ec89bb","status":"passed","time":{"start":1714428741355,"stop":1714428741356,"duration":1}},{"uid":"4f3419692275460a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4f3419692275460a","status":"passed","time":{"start":1714427513571,"stop":1714427513571,"duration":0}},{"uid":"4b044afc4adb2c5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4b044afc4adb2c5","status":"passed","time":{"start":1714427219347,"stop":1714427219347,"duration":0}},{"uid":"6798b3fe0b68c021","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/6798b3fe0b68c021","status":"passed","time":{"start":1714426573079,"stop":1714426573079,"duration":0}},{"uid":"d4903ddd7896eb43","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d4903ddd7896eb43","status":"passed","time":{"start":1714424914270,"stop":1714424914270,"duration":0}},{"uid":"16dd052056aba72d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/16dd052056aba72d","status":"passed","time":{"start":1714425071907,"stop":1714425071907,"duration":0}},{"uid":"f6ded14b888f1383","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f6ded14b888f1383","status":"passed","time":{"start":1714415233311,"stop":1714415233311,"duration":0}},{"uid":"6dd008ef91722462","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6dd008ef91722462","status":"passed","time":{"start":1714415382667,"stop":1714415382667,"duration":0}},{"uid":"cb79e409429b4245","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cb79e409429b4245","status":"passed","time":{"start":1714407575689,"stop":1714407575689,"duration":0}},{"uid":"621a0a31357799cf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/621a0a31357799cf","status":"passed","time":{"start":1714406625159,"stop":1714406625159,"duration":0}},{"uid":"407dd46a7bc15495","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/407dd46a7bc15495","status":"passed","time":{"start":1714404386191,"stop":1714404386195,"duration":4}}]},"a0a5b688617f08cd5270b68d9cebcd2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d97b2e678dff856","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3d97b2e678dff856","status":"passed","time":{"start":1714429098035,"stop":1714429098035,"duration":0}}]},"d1b31319411ff48138388a0e1b474b11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a6de02e661088df6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a6de02e661088df6","status":"passed","time":{"start":1714407912880,"stop":1714407912881,"duration":1}}]},"842cdef96394591a819bd44def41edcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75144d1e69b86631","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/75144d1e69b86631","status":"passed","time":{"start":1714262212390,"stop":1714262212390,"duration":0}}]},"1a6fb339009fd2f7d8c1cbc791b07678:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"6f1cccf1375d2a04","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6f1cccf1375d2a04","status":"passed","time":{"start":1714453925079,"stop":1714453925079,"duration":0}},{"uid":"1cec70e04cbc1bd3","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1cec70e04cbc1bd3","status":"passed","time":{"start":1714435482987,"stop":1714435482987,"duration":0}},{"uid":"f3b112f3e0317c80","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f3b112f3e0317c80","status":"passed","time":{"start":1714434552024,"stop":1714434552024,"duration":0}},{"uid":"b5e051e4c690f88b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/b5e051e4c690f88b","status":"passed","time":{"start":1714433247048,"stop":1714433247048,"duration":0}},{"uid":"3d9c29ace55d5302","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3d9c29ace55d5302","status":"passed","time":{"start":1714431444771,"stop":1714431444771,"duration":0}},{"uid":"30e6f6d1fdaf286c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/30e6f6d1fdaf286c","status":"passed","time":{"start":1714431708311,"stop":1714431708312,"duration":1}},{"uid":"e0618409a09537f5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e0618409a09537f5","status":"passed","time":{"start":1714430430742,"stop":1714430430742,"duration":0}},{"uid":"5cd799045e8ead8a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5cd799045e8ead8a","status":"passed","time":{"start":1714430223198,"stop":1714430223198,"duration":0}},{"uid":"c38b238813c10ce1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c38b238813c10ce1","status":"passed","time":{"start":1714429383901,"stop":1714429383901,"duration":0}},{"uid":"e0bf540fe0e1ae51","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e0bf540fe0e1ae51","status":"passed","time":{"start":1714428528654,"stop":1714428528654,"duration":0}},{"uid":"119bd67521e0af99","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/119bd67521e0af99","status":"passed","time":{"start":1714427306003,"stop":1714427306003,"duration":0}},{"uid":"554fcb6ccafd3099","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/554fcb6ccafd3099","status":"passed","time":{"start":1714427007395,"stop":1714427007395,"duration":0}},{"uid":"467f413c364f8d95","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/467f413c364f8d95","status":"passed","time":{"start":1714426355991,"stop":1714426355991,"duration":0}},{"uid":"da87e2029a9bfef5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/da87e2029a9bfef5","status":"passed","time":{"start":1714424458805,"stop":1714424458805,"duration":0}},{"uid":"f10279b21ab7be51","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f10279b21ab7be51","status":"passed","time":{"start":1714424849043,"stop":1714424849043,"duration":0}},{"uid":"cfbb9f6ff1ef4489","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cfbb9f6ff1ef4489","status":"passed","time":{"start":1714415001468,"stop":1714415001468,"duration":0}},{"uid":"4aa12a4d9305251d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4aa12a4d9305251d","status":"passed","time":{"start":1714415154945,"stop":1714415154945,"duration":0}},{"uid":"114f0008d54a15ee","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/114f0008d54a15ee","status":"passed","time":{"start":1714407362066,"stop":1714407362067,"duration":1}},{"uid":"fe4e129283ea0437","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fe4e129283ea0437","status":"passed","time":{"start":1714406389360,"stop":1714406389360,"duration":0}},{"uid":"1069f9b3b7a68ef5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1069f9b3b7a68ef5","status":"passed","time":{"start":1714404179199,"stop":1714404179200,"duration":1}}]},"b70174b5ff89f80080d9c3d3ddc5fd76:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22023dffc1eb3d0c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/22023dffc1eb3d0c","status":"passed","time":{"start":1714425396495,"stop":1714425396496,"duration":1}}]},"7644e095ea488baaa3fde3c3692cef54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7ddbef4081d1da5d","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/7ddbef4081d1da5d","status":"passed","time":{"start":1713977498203,"stop":1713977498203,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"6d33b6931123a9e6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6d33b6931123a9e6","status":"passed","time":{"start":1714453925049,"stop":1714453925049,"duration":0}},{"uid":"3927e84ce90d78f9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3927e84ce90d78f9","status":"passed","time":{"start":1714435482956,"stop":1714435482956,"duration":0}},{"uid":"1cef0cc375e3ef45","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1cef0cc375e3ef45","status":"passed","time":{"start":1714434551992,"stop":1714434551992,"duration":0}},{"uid":"9c5a3cdae1f369b7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9c5a3cdae1f369b7","status":"passed","time":{"start":1714433247019,"stop":1714433247020,"duration":1}},{"uid":"54def41650f71032","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/54def41650f71032","status":"passed","time":{"start":1714431444740,"stop":1714431444740,"duration":0}},{"uid":"770dc125c18cb3f7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/770dc125c18cb3f7","status":"passed","time":{"start":1714431708277,"stop":1714431708278,"duration":1}},{"uid":"5e754209275a299b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5e754209275a299b","status":"passed","time":{"start":1714430430707,"stop":1714430430707,"duration":0}},{"uid":"573eb987bac27916","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/573eb987bac27916","status":"passed","time":{"start":1714430223174,"stop":1714430223174,"duration":0}},{"uid":"dc75996b514a0586","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/dc75996b514a0586","status":"passed","time":{"start":1714429383863,"stop":1714429383863,"duration":0}},{"uid":"109060e68a1abd73","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/109060e68a1abd73","status":"passed","time":{"start":1714428528621,"stop":1714428528621,"duration":0}},{"uid":"8d624c31514bc549","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8d624c31514bc549","status":"passed","time":{"start":1714427305976,"stop":1714427305976,"duration":0}},{"uid":"9c567e8aae5c6cb9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9c567e8aae5c6cb9","status":"passed","time":{"start":1714427007371,"stop":1714427007372,"duration":1}},{"uid":"ce75f0943e7111b0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ce75f0943e7111b0","status":"passed","time":{"start":1714426355955,"stop":1714426355955,"duration":0}},{"uid":"841e15c2d9b0601e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/841e15c2d9b0601e","status":"passed","time":{"start":1714424458771,"stop":1714424458771,"duration":0}},{"uid":"dbe10c5e01f961fd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/dbe10c5e01f961fd","status":"passed","time":{"start":1714424848995,"stop":1714424848996,"duration":1}},{"uid":"22b2e2a0dfc9178b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/22b2e2a0dfc9178b","status":"passed","time":{"start":1714415001437,"stop":1714415001437,"duration":0}},{"uid":"f969eaeb234a7382","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f969eaeb234a7382","status":"passed","time":{"start":1714415154905,"stop":1714415154905,"duration":0}},{"uid":"d4ffd983f6ba037","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d4ffd983f6ba037","status":"passed","time":{"start":1714407362034,"stop":1714407362034,"duration":0}},{"uid":"f7e5abe42cdf231c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f7e5abe42cdf231c","status":"passed","time":{"start":1714406389326,"stop":1714406389327,"duration":1}},{"uid":"2099d9652dadb882","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2099d9652dadb882","status":"passed","time":{"start":1714404179162,"stop":1714404179162,"duration":0}}]},"f38f5a7764cbf5da45efa51e34827749:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd5f67121639415f","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/cd5f67121639415f","status":"passed","time":{"start":1714129816669,"stop":1714129816669,"duration":0}}]},"27d24b22d8c698ae4918d25b58b9d042:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32395e4b5cf04ae5","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/32395e4b5cf04ae5","status":"passed","time":{"start":1714177988724,"stop":1714177988724,"duration":0}}]},"2dba59dd367a874f59ae25311c2c2d06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65886c250c4f332f","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/65886c250c4f332f","status":"passed","time":{"start":1714046154773,"stop":1714046154774,"duration":1}}]},"3bcc29faa359943cc94fb47b44c30fb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1a63cc7017fdca16","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/1a63cc7017fdca16","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108303,"stop":1713969108303,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e1eeae8b1b591047","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1eeae8b1b591047","status":"passed","time":{"start":1714453933331,"stop":1714453933332,"duration":1}},{"uid":"3626e1482ea9836","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3626e1482ea9836","status":"passed","time":{"start":1714435491281,"stop":1714435491281,"duration":0}},{"uid":"d4ac946750e6e58","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d4ac946750e6e58","status":"passed","time":{"start":1714434560392,"stop":1714434560392,"duration":0}},{"uid":"21ccbb19e5670f9b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/21ccbb19e5670f9b","status":"passed","time":{"start":1714433255371,"stop":1714433255372,"duration":1}},{"uid":"a8bd2513e350f1aa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a8bd2513e350f1aa","status":"passed","time":{"start":1714431453261,"stop":1714431453261,"duration":0}},{"uid":"915338a9b7d95ce","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/915338a9b7d95ce","status":"passed","time":{"start":1714431716848,"stop":1714431716848,"duration":0}},{"uid":"f6c5e30ff1434e03","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f6c5e30ff1434e03","status":"passed","time":{"start":1714430439302,"stop":1714430439302,"duration":0}},{"uid":"57a06c65e7a3f1b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/57a06c65e7a3f1b","status":"passed","time":{"start":1714430231599,"stop":1714430231600,"duration":1}},{"uid":"1488136f52c5ba97","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1488136f52c5ba97","status":"passed","time":{"start":1714429393343,"stop":1714429393343,"duration":0}},{"uid":"f8fff7c5bdd4963","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f8fff7c5bdd4963","status":"passed","time":{"start":1714428537099,"stop":1714428537099,"duration":0}},{"uid":"6a87f38358aed0bc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6a87f38358aed0bc","status":"passed","time":{"start":1714427314616,"stop":1714427314616,"duration":0}},{"uid":"71e4ea63a3787913","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/71e4ea63a3787913","status":"passed","time":{"start":1714427015816,"stop":1714427015816,"duration":0}},{"uid":"33616b3072c1cc8a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/33616b3072c1cc8a","status":"passed","time":{"start":1714426364729,"stop":1714426364729,"duration":0}},{"uid":"5cb93bb94b64af63","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5cb93bb94b64af63","status":"passed","time":{"start":1714424467257,"stop":1714424467257,"duration":0}},{"uid":"46ad585fe77944e9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/46ad585fe77944e9","status":"passed","time":{"start":1714424857614,"stop":1714424857615,"duration":1}},{"uid":"e07d6713ea84fa4d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e07d6713ea84fa4d","status":"passed","time":{"start":1714415010216,"stop":1714415010216,"duration":0}},{"uid":"5f63026fdcad76fb","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5f63026fdcad76fb","status":"passed","time":{"start":1714415163511,"stop":1714415163519,"duration":8}},{"uid":"da3a4be91d032c21","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/da3a4be91d032c21","status":"passed","time":{"start":1714407370708,"stop":1714407370708,"duration":0}},{"uid":"223fc2bee43e2176","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/223fc2bee43e2176","status":"passed","time":{"start":1714406397854,"stop":1714406397854,"duration":0}},{"uid":"2eda4d8fc7a28ad1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2eda4d8fc7a28ad1","status":"passed","time":{"start":1714404187706,"stop":1714404187706,"duration":0}}]},"87902936424ee9b0f50f6a7da9ca1be7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa08d219e4134fa1","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/aa08d219e4134fa1","status":"passed","time":{"start":1714140979795,"stop":1714140979795,"duration":0}}]},"fd8593d0b151aad5b4294e990aa57b17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f997d0b147315f6d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f997d0b147315f6d","status":"passed","time":{"start":1714404628283,"stop":1714404628283,"duration":0}}]},"9d5a687fb667205cdaa4efb8c212cc8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b28b481ac0b6e121","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/b28b481ac0b6e121","status":"passed","time":{"start":1714004335337,"stop":1714004335338,"duration":1}}]},"1884b2bf654baa7207e552639cda1268:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c8397bdb8530005","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2c8397bdb8530005","status":"passed","time":{"start":1714154241394,"stop":1714154241395,"duration":1}}]},"28ea98f87c346e39450001f6c5a86b92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"982bd4a11f60d554","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/982bd4a11f60d554","status":"passed","time":{"start":1714380112854,"stop":1714380112855,"duration":1}}]},"50b986ab0ce7830df436c405efe79bae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8f9bd10b4d624b7a","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/8f9bd10b4d624b7a","status":"passed","time":{"start":1714380049536,"stop":1714380049536,"duration":0}}]},"f7a3e35f71f0ed44ee62286a48938d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c9ee2f2cec228f9","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/3c9ee2f2cec228f9","status":"passed","time":{"start":1714139861730,"stop":1714139861730,"duration":0}}]},"6283c507454df7631b85520c67ad4674:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7708722d96687af4","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/7708722d96687af4","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714003480017,"stop":1714003480018,"duration":1}}]},"e27163251816e113df52502f19d80997:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"712ce9ce02b487f0","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/712ce9ce02b487f0","status":"passed","time":{"start":1713976155470,"stop":1713976155471,"duration":1}}]},"06b54567fd50f1e1964454e3963ac808:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18dde3db1fdd4a58","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/18dde3db1fdd4a58","status":"passed","time":{"start":1713996760639,"stop":1713996760639,"duration":0}}]},"0f7e9f6f6a4e3bb0d26825ce85e66e36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d3b84ba39e4d213","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/5d3b84ba39e4d213","status":"passed","time":{"start":1714114057875,"stop":1714114057876,"duration":1}}]},"b935d0a0080a5818788f978d916fbff8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee785136fce88e54","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/ee785136fce88e54","status":"passed","time":{"start":1713977433088,"stop":1713977433089,"duration":1}}]},"dcbee1f0af3a30c0188a15a51159c314:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12117e7ca38560b5","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/12117e7ca38560b5","status":"passed","time":{"start":1714386642377,"stop":1714386642377,"duration":0}}]},"3212ccb0fa3c35a440501d2d3980d75b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4c780c23c8f424d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a4c780c23c8f424d","status":"passed","time":{"start":1714432193280,"stop":1714432193280,"duration":0}}]},"a164d6937477cb717813e3ed1a7ec85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7831eea7cde13fa0","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/7831eea7cde13fa0","status":"passed","time":{"start":1714381747124,"stop":1714381747124,"duration":0}}]},"90cf9e8681068bfade5e8021ab508e7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"55cac740d9313e28","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/55cac740d9313e28","status":"passed","time":{"start":1714228649297,"stop":1714228649304,"duration":7}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"53138ca4f3570f27","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/53138ca4f3570f27","status":"passed","time":{"start":1714454365876,"stop":1714454365877,"duration":1}},{"uid":"5d0cdff7d2a52757","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5d0cdff7d2a52757","status":"passed","time":{"start":1714435932816,"stop":1714435932816,"duration":0}},{"uid":"a0f3afaad9e5ac91","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a0f3afaad9e5ac91","status":"passed","time":{"start":1714435006832,"stop":1714435006832,"duration":0}},{"uid":"cca9123ac6ac978e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cca9123ac6ac978e","status":"passed","time":{"start":1714433693917,"stop":1714433693917,"duration":0}},{"uid":"f480784a14a031d6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f480784a14a031d6","status":"passed","time":{"start":1714431888538,"stop":1714431888538,"duration":0}},{"uid":"44196c91d19990fa","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/44196c91d19990fa","status":"passed","time":{"start":1714432201971,"stop":1714432201971,"duration":0}},{"uid":"688704080feca5f0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/688704080feca5f0","status":"passed","time":{"start":1714430892442,"stop":1714430892443,"duration":1}},{"uid":"a0b94a0620d8d8ea","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a0b94a0620d8d8ea","status":"passed","time":{"start":1714430720922,"stop":1714430720922,"duration":0}},{"uid":"6ba015ce46ca6f9f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6ba015ce46ca6f9f","status":"passed","time":{"start":1714429855247,"stop":1714429855248,"duration":1}},{"uid":"4b6dca6fdc303d2d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4b6dca6fdc303d2d","status":"passed","time":{"start":1714428989404,"stop":1714428989404,"duration":0}},{"uid":"d29dad8d093fb17a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d29dad8d093fb17a","status":"passed","time":{"start":1714427767169,"stop":1714427767169,"duration":0}},{"uid":"cdc32d8a869d3cf7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cdc32d8a869d3cf7","status":"passed","time":{"start":1714427460515,"stop":1714427460515,"duration":0}},{"uid":"580699cf4253df7e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/580699cf4253df7e","status":"passed","time":{"start":1714426812795,"stop":1714426812796,"duration":1}},{"uid":"979f61ce57d7e7e9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/979f61ce57d7e7e9","status":"passed","time":{"start":1714425528569,"stop":1714425528570,"duration":1}},{"uid":"2980b5f56f00e8bf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2980b5f56f00e8bf","status":"passed","time":{"start":1714425301045,"stop":1714425301045,"duration":0}},{"uid":"d4991031d7200bd9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d4991031d7200bd9","status":"passed","time":{"start":1714415473243,"stop":1714415473243,"duration":0}},{"uid":"b203431941134ed4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b203431941134ed4","status":"passed","time":{"start":1714415615339,"stop":1714415615341,"duration":2}},{"uid":"cf98889a8dfc1efe","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cf98889a8dfc1efe","status":"passed","time":{"start":1714407816854,"stop":1714407816854,"duration":0}},{"uid":"a32464abae46464e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a32464abae46464e","status":"passed","time":{"start":1714406861565,"stop":1714406861566,"duration":1}},{"uid":"9155b10b2c350a89","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/9155b10b2c350a89","status":"passed","time":{"start":1714404628267,"stop":1714404628267,"duration":0}}]},"1b381fb08e862ca6a6c2045a426a4c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8c2f0d8b52bbddfb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8c2f0d8b52bbddfb","status":"passed","time":{"start":1714429091059,"stop":1714429091060,"duration":1}}]},"d71ba505a2f5dc2e7e5ee0d26e0576ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af5441e02d351abf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/af5441e02d351abf","status":"passed","time":{"start":1714426916049,"stop":1714426916049,"duration":0}}]},"3e24960ec550d27c5957b1bc679a2241:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bd7a4e6351e7971e","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/bd7a4e6351e7971e","status":"passed","time":{"start":1714008042029,"stop":1714008042029,"duration":0}}]},"3939497a67d3974aae58745cf44036e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fed6a6b07113d78b","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/fed6a6b07113d78b","status":"passed","time":{"start":1713943641557,"stop":1713943641557,"duration":0}}]},"470f1abb9dc2000ed13016a4c90c5039:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c35a638b48bcda8d","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/c35a638b48bcda8d","status":"passed","time":{"start":1714109345128,"stop":1714109345129,"duration":1}}]},"0ec1cbbe96c5919ef401dc3c14f6cc44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c98dea5f001c65f0","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/c98dea5f001c65f0","status":"passed","time":{"start":1714142077696,"stop":1714142077697,"duration":1}}]},"5a715009a25df2f5bb89bb77883c2954:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aef8b6963e581e59","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/aef8b6963e581e59","status":"passed","time":{"start":1714139928169,"stop":1714139928169,"duration":0}}]},"50fc47573bddcc5ef0337ad5319594dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51382ca968ab439d","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/51382ca968ab439d","status":"passed","time":{"start":1713987613070,"stop":1713987613070,"duration":0}}]},"8efc173692449db3659e6cc916adcf6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6387652de78e129","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d6387652de78e129","status":"passed","time":{"start":1714384759610,"stop":1714384759610,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":86,"unknown":0,"total":87},"items":[{"uid":"b19a1613c82f16f9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b19a1613c82f16f9","status":"passed","time":{"start":1714454443271,"stop":1714454443272,"duration":1}},{"uid":"c2c4dfdd5f8cd02c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c2c4dfdd5f8cd02c","status":"passed","time":{"start":1714435994911,"stop":1714435994912,"duration":1}},{"uid":"b737c3082ec9c6bc","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b737c3082ec9c6bc","status":"passed","time":{"start":1714435067766,"stop":1714435067766,"duration":0}},{"uid":"55ee638738322337","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/55ee638738322337","status":"passed","time":{"start":1714433759563,"stop":1714433759563,"duration":0}},{"uid":"a31a943cd07b56da","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a31a943cd07b56da","status":"passed","time":{"start":1714431967957,"stop":1714431967957,"duration":0}},{"uid":"108a72e221991b04","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/108a72e221991b04","status":"passed","time":{"start":1714432288777,"stop":1714432288778,"duration":1}},{"uid":"cae326c003be1dde","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/cae326c003be1dde","status":"passed","time":{"start":1714430967043,"stop":1714430967043,"duration":0}},{"uid":"118f234f039f86a3","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/118f234f039f86a3","status":"passed","time":{"start":1714430807862,"stop":1714430807862,"duration":0}},{"uid":"9bb92e583865d710","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9bb92e583865d710","status":"passed","time":{"start":1714429922998,"stop":1714429922999,"duration":1}},{"uid":"a4b3764f8fef0e7f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a4b3764f8fef0e7f","status":"passed","time":{"start":1714429045144,"stop":1714429045144,"duration":0}},{"uid":"602f7e9bc8c216d5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/602f7e9bc8c216d5","status":"broken","statusDetails":"fetch failed","time":{"start":1714427692080,"stop":1714427692092,"duration":12}},{"uid":"6de05b13fcc74c9b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6de05b13fcc74c9b","status":"passed","time":{"start":1714427535676,"stop":1714427535676,"duration":0}},{"uid":"ea65faa7afa7a2d4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ea65faa7afa7a2d4","status":"passed","time":{"start":1714426889322,"stop":1714426889323,"duration":1}},{"uid":"731a654e0be50e70","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/731a654e0be50e70","status":"passed","time":{"start":1714425610633,"stop":1714425610633,"duration":0}},{"uid":"6356a3328e7cc51b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6356a3328e7cc51b","status":"passed","time":{"start":1714425363887,"stop":1714425363888,"duration":1}},{"uid":"669656575823b7c2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/669656575823b7c2","status":"passed","time":{"start":1714415544820,"stop":1714415544820,"duration":0}},{"uid":"f4499e35010bf4b4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f4499e35010bf4b4","status":"passed","time":{"start":1714415689073,"stop":1714415689074,"duration":1}},{"uid":"35fe2806c39a6578","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/35fe2806c39a6578","status":"passed","time":{"start":1714407902540,"stop":1714407902540,"duration":0}},{"uid":"84b370c9887faf2b","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/84b370c9887faf2b","status":"passed","time":{"start":1714406920267,"stop":1714406920267,"duration":0}},{"uid":"77cf3159910f301b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/77cf3159910f301b","status":"passed","time":{"start":1714404713589,"stop":1714404713590,"duration":1}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"9b05cb219f7c1485","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9b05cb219f7c1485","status":"passed","time":{"start":1714454434302,"stop":1714454434302,"duration":0}},{"uid":"c259a74f9fe91114","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c259a74f9fe91114","status":"passed","time":{"start":1714436006515,"stop":1714436006516,"duration":1}},{"uid":"d0af726d01b84d6e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d0af726d01b84d6e","status":"passed","time":{"start":1714435054818,"stop":1714435054818,"duration":0}},{"uid":"98f210206bb4916c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/98f210206bb4916c","status":"passed","time":{"start":1714433761043,"stop":1714433761044,"duration":1}},{"uid":"a8e9c9da48dff6da","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a8e9c9da48dff6da","status":"passed","time":{"start":1714431966419,"stop":1714431966419,"duration":0}},{"uid":"12ad975ef3420f4a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/12ad975ef3420f4a","status":"passed","time":{"start":1714432193256,"stop":1714432193256,"duration":0}},{"uid":"ee529439164f66d9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ee529439164f66d9","status":"passed","time":{"start":1714430948519,"stop":1714430948520,"duration":1}},{"uid":"9ca76f2377523936","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9ca76f2377523936","status":"passed","time":{"start":1714430713509,"stop":1714430713509,"duration":0}},{"uid":"b0a4db0f53867fd6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b0a4db0f53867fd6","status":"passed","time":{"start":1714429917724,"stop":1714429917724,"duration":0}},{"uid":"d35bad6810cd2f3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d35bad6810cd2f3","status":"passed","time":{"start":1714429040281,"stop":1714429040281,"duration":0}},{"uid":"b3248715ed53d010","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b3248715ed53d010","status":"passed","time":{"start":1714427848666,"stop":1714427848667,"duration":1}},{"uid":"276a350b34db8008","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/276a350b34db8008","status":"passed","time":{"start":1714427530050,"stop":1714427530052,"duration":2}},{"uid":"8bac93e0bb1cc712","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8bac93e0bb1cc712","status":"passed","time":{"start":1714426875120,"stop":1714426875120,"duration":0}},{"uid":"a0861c0f97a566b6","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a0861c0f97a566b6","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511000,"stop":1714426511001,"duration":1}},{"uid":"c7a9e1899e73d910","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c7a9e1899e73d910","status":"passed","time":{"start":1714425369930,"stop":1714425369931,"duration":1}},{"uid":"a975eeb0e07365ce","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a975eeb0e07365ce","status":"passed","time":{"start":1714415516353,"stop":1714415516353,"duration":0}},{"uid":"3ad2f1b90a005a1b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3ad2f1b90a005a1b","status":"passed","time":{"start":1714415679014,"stop":1714415679015,"duration":1}},{"uid":"ab058f06c767197","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ab058f06c767197","status":"passed","time":{"start":1714407884312,"stop":1714407884312,"duration":0}},{"uid":"f6bcb7498996a9a4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f6bcb7498996a9a4","status":"passed","time":{"start":1714406914267,"stop":1714406914268,"duration":1}},{"uid":"353db8de62a01a19","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/353db8de62a01a19","status":"passed","time":{"start":1714404690097,"stop":1714404690097,"duration":0}}]},"b3d2fd24530062f29de5e76f9a893e5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d62eccc0d534306d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d62eccc0d534306d","status":"passed","time":{"start":1714431944908,"stop":1714431944908,"duration":0}}]},"8169689cbb853b2b1796d8e16494a905:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"182b1f9c15136925","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/182b1f9c15136925","status":"passed","time":{"start":1714430988311,"stop":1714430988312,"duration":1}}]},"c9c7d7712d9b2a1f57329d314ec8fc31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b5d98a4c05f4772","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/2b5d98a4c05f4772","status":"passed","time":{"start":1714018014413,"stop":1714018014413,"duration":0}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"67b005b80e4fcacd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/67b005b80e4fcacd","status":"passed","time":{"start":1714454227479,"stop":1714454227480,"duration":1}},{"uid":"9b5f024850cfa6ca","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9b5f024850cfa6ca","status":"passed","time":{"start":1714435777416,"stop":1714435777417,"duration":1}},{"uid":"cab2ed77cc691125","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cab2ed77cc691125","status":"passed","time":{"start":1714434844519,"stop":1714434844519,"duration":0}},{"uid":"712a4e035a8caf36","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/712a4e035a8caf36","status":"passed","time":{"start":1714433535984,"stop":1714433535985,"duration":1}},{"uid":"3b92cef55c5789b1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3b92cef55c5789b1","status":"passed","time":{"start":1714431743548,"stop":1714431743549,"duration":1}},{"uid":"c75c31675585b0a9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c75c31675585b0a9","status":"passed","time":{"start":1714432002444,"stop":1714432002444,"duration":0}},{"uid":"c0d687c14fdeee86","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c0d687c14fdeee86","status":"passed","time":{"start":1714430732689,"stop":1714430732689,"duration":0}},{"uid":"81c249940a619e83","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/81c249940a619e83","status":"passed","time":{"start":1714430508174,"stop":1714430508177,"duration":3}},{"uid":"fd0599bceef39036","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fd0599bceef39036","status":"passed","time":{"start":1714429693175,"stop":1714429693175,"duration":0}},{"uid":"d7d7b17566b7b0a1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d7d7b17566b7b0a1","status":"passed","time":{"start":1714428818272,"stop":1714428818280,"duration":8}},{"uid":"27b017c0a92c0427","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/27b017c0a92c0427","status":"passed","time":{"start":1714427601353,"stop":1714427601354,"duration":1}},{"uid":"172f8c430ad14e2e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/172f8c430ad14e2e","status":"passed","time":{"start":1714427308832,"stop":1714427308832,"duration":0}},{"uid":"d23f17dcab2f3663","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d23f17dcab2f3663","status":"passed","time":{"start":1714426655798,"stop":1714426655799,"duration":1}},{"uid":"5e13d29879bdffd9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5e13d29879bdffd9","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420767,"stop":1714425420767,"duration":0}},{"uid":"c09f2a749185ca2c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c09f2a749185ca2c","status":"passed","time":{"start":1714425137470,"stop":1714425137470,"duration":0}},{"uid":"1aa052329641f4dd","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1aa052329641f4dd","status":"passed","time":{"start":1714415306382,"stop":1714415306382,"duration":0}},{"uid":"5862a54da18ed1d1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5862a54da18ed1d1","status":"passed","time":{"start":1714415441036,"stop":1714415441037,"duration":1}},{"uid":"6d4619639655588d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6d4619639655588d","status":"passed","time":{"start":1714407661425,"stop":1714407661426,"duration":1}},{"uid":"31341982cd14f36f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/31341982cd14f36f","status":"passed","time":{"start":1714406688875,"stop":1714406688876,"duration":1}},{"uid":"4d006f64e47c41d4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4d006f64e47c41d4","status":"passed","time":{"start":1714404480648,"stop":1714404480649,"duration":1}}]},"d81126b51ea4c62d75471f61d301854a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bbdeb3ab9acf632c","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/bbdeb3ab9acf632c","status":"passed","time":{"start":1714262205383,"stop":1714262205383,"duration":0}}]},"b14383e0610eee32cf691e6e601e32d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c6860eb46f09ae8","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/6c6860eb46f09ae8","status":"passed","time":{"start":1714003550653,"stop":1714003550653,"duration":0}}]},"3c7af029f69c48a932b8c6eafa669b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"731f6a623759805","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/731f6a623759805","status":"passed","time":{"start":1713997832224,"stop":1713997832224,"duration":0}}]},"d14b7d3c2ba9fd8604c4d1db25b3a71c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"b2f10cf391e02f86","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b2f10cf391e02f86","status":"passed","time":{"start":1714453925069,"stop":1714453925069,"duration":0}},{"uid":"2eb66a491106ee05","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2eb66a491106ee05","status":"passed","time":{"start":1714435482978,"stop":1714435482978,"duration":0}},{"uid":"eb0e8e1075f0c9e3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/eb0e8e1075f0c9e3","status":"passed","time":{"start":1714434552014,"stop":1714434552014,"duration":0}},{"uid":"2feb7164c73f4088","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2feb7164c73f4088","status":"passed","time":{"start":1714433247038,"stop":1714433247038,"duration":0}},{"uid":"c3ac02de6e19b9a1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c3ac02de6e19b9a1","status":"passed","time":{"start":1714431444762,"stop":1714431444762,"duration":0}},{"uid":"ef49d8187e0eb36f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ef49d8187e0eb36f","status":"passed","time":{"start":1714431708301,"stop":1714431708301,"duration":0}},{"uid":"483837329f66cf31","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/483837329f66cf31","status":"passed","time":{"start":1714430430733,"stop":1714430430733,"duration":0}},{"uid":"117f1fe9297cdbe8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/117f1fe9297cdbe8","status":"passed","time":{"start":1714430223190,"stop":1714430223190,"duration":0}},{"uid":"8a7c4c8b0819725","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8a7c4c8b0819725","status":"passed","time":{"start":1714429383890,"stop":1714429383890,"duration":0}},{"uid":"cf69d7b6ae59ec3f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cf69d7b6ae59ec3f","status":"passed","time":{"start":1714428528644,"stop":1714428528644,"duration":0}},{"uid":"91407eb4e2eca8a8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/91407eb4e2eca8a8","status":"passed","time":{"start":1714427305994,"stop":1714427305994,"duration":0}},{"uid":"1a069c6f9c6a3401","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1a069c6f9c6a3401","status":"passed","time":{"start":1714427007388,"stop":1714427007388,"duration":0}},{"uid":"a408cd53d3749d7b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a408cd53d3749d7b","status":"passed","time":{"start":1714426355980,"stop":1714426355980,"duration":0}},{"uid":"8e5dccada2a013c3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8e5dccada2a013c3","status":"passed","time":{"start":1714424458794,"stop":1714424458795,"duration":1}},{"uid":"5010ce009e221a18","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5010ce009e221a18","status":"passed","time":{"start":1714424849020,"stop":1714424849021,"duration":1}},{"uid":"36fa39dcc827f55","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/36fa39dcc827f55","status":"passed","time":{"start":1714415001458,"stop":1714415001458,"duration":0}},{"uid":"848ce6a31932d601","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/848ce6a31932d601","status":"passed","time":{"start":1714415154933,"stop":1714415154934,"duration":1}},{"uid":"11cc79e72e24f771","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/11cc79e72e24f771","status":"passed","time":{"start":1714407362057,"stop":1714407362057,"duration":0}},{"uid":"f7e47dce610d9231","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f7e47dce610d9231","status":"passed","time":{"start":1714406389350,"stop":1714406389350,"duration":0}},{"uid":"a7ec210f73258e18","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a7ec210f73258e18","status":"passed","time":{"start":1714404179189,"stop":1714404179189,"duration":0}}]},"376b43dba10d9122772f9f9c6bedf726:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d5481f67103eafc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5d5481f67103eafc","status":"passed","time":{"start":1714404752167,"stop":1714404752167,"duration":0}}]},"d08051c4cd0fb841f51de931f94cc82a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"197eb8cfed057f3d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/197eb8cfed057f3d","status":"passed","time":{"start":1714140979816,"stop":1714140979816,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"86aa425568eb79fb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/86aa425568eb79fb","status":"passed","time":{"start":1714454365879,"stop":1714454365880,"duration":1}},{"uid":"b32a4830b52f0a57","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b32a4830b52f0a57","status":"passed","time":{"start":1714435932819,"stop":1714435932819,"duration":0}},{"uid":"97dfb07714fb8b48","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/97dfb07714fb8b48","status":"passed","time":{"start":1714435006836,"stop":1714435006836,"duration":0}},{"uid":"1770abe02021a839","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1770abe02021a839","status":"passed","time":{"start":1714433693920,"stop":1714433693921,"duration":1}},{"uid":"35401f657f7b1d15","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/35401f657f7b1d15","status":"passed","time":{"start":1714431888542,"stop":1714431888542,"duration":0}},{"uid":"d5b03b8d3065529b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d5b03b8d3065529b","status":"passed","time":{"start":1714432201974,"stop":1714432201974,"duration":0}},{"uid":"9cae1142dfa69b1a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9cae1142dfa69b1a","status":"passed","time":{"start":1714430892447,"stop":1714430892447,"duration":0}},{"uid":"ca27cffa4ea6e9a8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ca27cffa4ea6e9a8","status":"passed","time":{"start":1714430720930,"stop":1714430720931,"duration":1}},{"uid":"ea1a7ded05193e68","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ea1a7ded05193e68","status":"passed","time":{"start":1714429855251,"stop":1714429855251,"duration":0}},{"uid":"f96e67cd1f0acfe5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f96e67cd1f0acfe5","status":"passed","time":{"start":1714428989407,"stop":1714428989407,"duration":0}},{"uid":"fbbbad8e10a44a0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fbbbad8e10a44a0","status":"passed","time":{"start":1714427767172,"stop":1714427767172,"duration":0}},{"uid":"ad7b6b1418f6377b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ad7b6b1418f6377b","status":"passed","time":{"start":1714427460518,"stop":1714427460518,"duration":0}},{"uid":"1d50e05d9b60d014","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1d50e05d9b60d014","status":"passed","time":{"start":1714426812798,"stop":1714426812799,"duration":1}},{"uid":"3601aa8b542ce852","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3601aa8b542ce852","status":"passed","time":{"start":1714425528573,"stop":1714425528573,"duration":0}},{"uid":"ce5616fa5eaff715","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ce5616fa5eaff715","status":"passed","time":{"start":1714425301075,"stop":1714425301077,"duration":2}},{"uid":"eea90ad6ef14db93","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eea90ad6ef14db93","status":"passed","time":{"start":1714415473246,"stop":1714415473247,"duration":1}},{"uid":"86c7b5c789dec2b8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/86c7b5c789dec2b8","status":"passed","time":{"start":1714415615346,"stop":1714415615346,"duration":0}},{"uid":"170b197b534e00b2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/170b197b534e00b2","status":"passed","time":{"start":1714407816859,"stop":1714407816860,"duration":1}},{"uid":"a09ef678b5a2eec5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a09ef678b5a2eec5","status":"passed","time":{"start":1714406861570,"stop":1714406861571,"duration":1}},{"uid":"ce85a67e3aa95c39","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ce85a67e3aa95c39","status":"passed","time":{"start":1714404628270,"stop":1714404628270,"duration":0}}]},"4ef7118afaac8880b04ffa764bdbc1cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bb049464e4958f1a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bb049464e4958f1a","status":"passed","time":{"start":1714429098036,"stop":1714429098036,"duration":0}}]},"d60d426ac830b4d64dbd402c7e9b96e7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ac25c166014662d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4ac25c166014662d","status":"passed","time":{"start":1714431997895,"stop":1714431997896,"duration":1}}]},"454a5bd90e44989cb1a62ac992f1d522:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3063db5bba7bd715","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/3063db5bba7bd715","status":"passed","time":{"start":1714009992297,"stop":1714009992298,"duration":1}}]},"50f7d6d33fb4e42deeb53bcdf5ace184:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bed81ec5e5c4b2a2","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/bed81ec5e5c4b2a2","status":"passed","time":{"start":1714123052779,"stop":1714123052781,"duration":2}}]},"b794cf655a071f057041b44840fde51d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a10a2f0ee25ec820","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a10a2f0ee25ec820","status":"passed","time":{"start":1714386693829,"stop":1714386693830,"duration":1}}]},"215535a93b4ec80b814b55da3d66de12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"181dc43f0f7891e9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/181dc43f0f7891e9","status":"passed","time":{"start":1714429917754,"stop":1714429917754,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"baed2d319d6c77e9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/baed2d319d6c77e9","status":"passed","time":{"start":1714454546218,"stop":1714454546218,"duration":0}},{"uid":"3e8d7fcfdb7326de","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3e8d7fcfdb7326de","status":"passed","time":{"start":1714436107871,"stop":1714436107872,"duration":1}},{"uid":"315c765e168d8b85","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/315c765e168d8b85","status":"passed","time":{"start":1714435180388,"stop":1714435180388,"duration":0}},{"uid":"5583dac937eaa65d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5583dac937eaa65d","status":"passed","time":{"start":1714433856829,"stop":1714433856829,"duration":0}},{"uid":"3c7845de3e90d099","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3c7845de3e90d099","status":"passed","time":{"start":1714432066479,"stop":1714432066480,"duration":1}},{"uid":"ddc0e8bcda399c17","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ddc0e8bcda399c17","status":"passed","time":{"start":1714432368620,"stop":1714432368621,"duration":1}},{"uid":"bf4dbf986fc9e695","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bf4dbf986fc9e695","status":"passed","time":{"start":1714431066356,"stop":1714431066356,"duration":0}},{"uid":"12f6ca651400ff4c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/12f6ca651400ff4c","status":"passed","time":{"start":1714430889557,"stop":1714430889557,"duration":0}},{"uid":"c043987001409673","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c043987001409673","status":"passed","time":{"start":1714430039517,"stop":1714430039517,"duration":0}},{"uid":"c8be7aa5ac53802e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c8be7aa5ac53802e","status":"passed","time":{"start":1714429160452,"stop":1714429160454,"duration":2}},{"uid":"b6797945481a82e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b6797945481a82e","status":"passed","time":{"start":1714427935082,"stop":1714427935083,"duration":1}},{"uid":"16cf835ab0efd07f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/16cf835ab0efd07f","status":"passed","time":{"start":1714427627184,"stop":1714427627185,"duration":1}},{"uid":"d1cae325003706d0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d1cae325003706d0","status":"passed","time":{"start":1714426986248,"stop":1714426986249,"duration":1}},{"uid":"723a9a419f0ab684","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/723a9a419f0ab684","status":"passed","time":{"start":1714425711370,"stop":1714425711370,"duration":0}},{"uid":"139337549d6b39e1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/139337549d6b39e1","status":"passed","time":{"start":1714425475359,"stop":1714425475360,"duration":1}},{"uid":"68af9a86eb4719cf","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/68af9a86eb4719cf","status":"passed","time":{"start":1714415675920,"stop":1714415675921,"duration":1}},{"uid":"279cf8c0403788b9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/279cf8c0403788b9","status":"passed","time":{"start":1714415782101,"stop":1714415782101,"duration":0}},{"uid":"722996d8dda36690","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/722996d8dda36690","status":"passed","time":{"start":1714407988884,"stop":1714407988884,"duration":0}},{"uid":"4673e772688f2277","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4673e772688f2277","status":"passed","time":{"start":1714407021128,"stop":1714407021128,"duration":0}},{"uid":"8ca5efed26060bcd","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/8ca5efed26060bcd","status":"passed","time":{"start":1714404795481,"stop":1714404795481,"duration":0}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"ebb1826b4abf9f65","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ebb1826b4abf9f65","status":"passed","time":{"start":1714454140446,"stop":1714454140446,"duration":0}},{"uid":"974a96292a50f916","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/974a96292a50f916","status":"passed","time":{"start":1714435687897,"stop":1714435687898,"duration":1}},{"uid":"fae2fd534db0f7df","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fae2fd534db0f7df","status":"passed","time":{"start":1714434773457,"stop":1714434773458,"duration":1}},{"uid":"d6498a90806266c8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d6498a90806266c8","status":"passed","time":{"start":1714433450971,"stop":1714433450971,"duration":0}},{"uid":"9301f26598776b41","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9301f26598776b41","status":"passed","time":{"start":1714431653500,"stop":1714431653500,"duration":0}},{"uid":"e99b2d14f92c674b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e99b2d14f92c674b","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714431989816,"stop":1714431989816,"duration":0}},{"uid":"3a1200dfedc7cab3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3a1200dfedc7cab3","status":"passed","time":{"start":1714430659392,"stop":1714430659393,"duration":1}},{"uid":"3fd8f090bdbb3f05","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3fd8f090bdbb3f05","status":"broken","statusDetails":"expected [] to have a length of 3 but got +0","time":{"start":1714430522134,"stop":1714430522135,"duration":1}},{"uid":"6c3f3456e013a82d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6c3f3456e013a82d","status":"passed","time":{"start":1714429610406,"stop":1714429610406,"duration":0}},{"uid":"2632965349090665","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2632965349090665","status":"passed","time":{"start":1714428741357,"stop":1714428741357,"duration":0}},{"uid":"4d0a38dbb0de974d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4d0a38dbb0de974d","status":"passed","time":{"start":1714427513575,"stop":1714427513576,"duration":1}},{"uid":"c7f9989da974ffc9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c7f9989da974ffc9","status":"passed","time":{"start":1714427219349,"stop":1714427219350,"duration":1}},{"uid":"df01bd1078ff30a3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/df01bd1078ff30a3","status":"passed","time":{"start":1714426573081,"stop":1714426573083,"duration":2}},{"uid":"68df4f019feaac7d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/68df4f019feaac7d","status":"passed","time":{"start":1714424914272,"stop":1714424914272,"duration":0}},{"uid":"f1b189cf9d109e86","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f1b189cf9d109e86","status":"passed","time":{"start":1714425071912,"stop":1714425071913,"duration":1}},{"uid":"72ab29e932077f45","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/72ab29e932077f45","status":"passed","time":{"start":1714415233313,"stop":1714415233314,"duration":1}},{"uid":"dc93169d34872dee","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dc93169d34872dee","status":"passed","time":{"start":1714415382702,"stop":1714415382704,"duration":2}},{"uid":"b5c31a5a0aef781a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b5c31a5a0aef781a","status":"passed","time":{"start":1714407575691,"stop":1714407575691,"duration":0}},{"uid":"fb5cc470bb381c5a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fb5cc470bb381c5a","status":"passed","time":{"start":1714406625161,"stop":1714406625161,"duration":0}},{"uid":"76057c78d5957f49","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/76057c78d5957f49","status":"passed","time":{"start":1714404386197,"stop":1714404386197,"duration":0}}]},"30494a2a4051c2b3eb413a81b766c128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a437e21af47eaf0","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/7a437e21af47eaf0","status":"passed","time":{"start":1714383216310,"stop":1714383216311,"duration":1}}]},"dbb8ab17d366ec3227563f516f01ee45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0c040818d24ca0b","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/f0c040818d24ca0b","status":"passed","time":{"start":1714018100848,"stop":1714018100848,"duration":0}}]},"f62af232de7d96aa5dc4dc3d96d8b27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5cb8b6862d338fe","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/a5cb8b6862d338fe","status":"passed","time":{"start":1714114012081,"stop":1714114012082,"duration":1}}]},"36025673281776ea32c87438871f2b48:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1023bed95852f842","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1023bed95852f842","status":"passed","time":{"start":1714382963592,"stop":1714382963593,"duration":1}}]},"baf9222e3c13e9dfe1e141644b9ea360:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c5db7da07b9c9868","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c5db7da07b9c9868","status":"passed","time":{"start":1714433792294,"stop":1714433792294,"duration":0}}]},"a96cadbf7b6dd620ed531ea132cbd30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70dd9c713ab097f4","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/70dd9c713ab097f4","status":"passed","time":{"start":1714040336338,"stop":1714040336339,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"601ef7664453d0a9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/601ef7664453d0a9","status":"passed","time":{"start":1714454434300,"stop":1714454434301,"duration":1}},{"uid":"c8eeadc71b964107","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c8eeadc71b964107","status":"passed","time":{"start":1714436006512,"stop":1714436006512,"duration":0}},{"uid":"bfd29b3bb8189de7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bfd29b3bb8189de7","status":"passed","time":{"start":1714435054817,"stop":1714435054817,"duration":0}},{"uid":"2a18edb2d0c08e9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2a18edb2d0c08e9","status":"passed","time":{"start":1714433761042,"stop":1714433761042,"duration":0}},{"uid":"7a3aaa72bf380d29","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7a3aaa72bf380d29","status":"passed","time":{"start":1714431966417,"stop":1714431966418,"duration":1}},{"uid":"4acaeeaf6787deb1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4acaeeaf6787deb1","status":"passed","time":{"start":1714432193254,"stop":1714432193254,"duration":0}},{"uid":"5b6e23860db9d0f2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5b6e23860db9d0f2","status":"passed","time":{"start":1714430948515,"stop":1714430948515,"duration":0}},{"uid":"bcb811e1887b74c7","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bcb811e1887b74c7","status":"passed","time":{"start":1714430713508,"stop":1714430713508,"duration":0}},{"uid":"b8458c7f8a7d1e60","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b8458c7f8a7d1e60","status":"passed","time":{"start":1714429917722,"stop":1714429917722,"duration":0}},{"uid":"cc7765f7bd583127","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cc7765f7bd583127","status":"passed","time":{"start":1714429040280,"stop":1714429040280,"duration":0}},{"uid":"d63d004a1a704a59","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d63d004a1a704a59","status":"passed","time":{"start":1714427848662,"stop":1714427848664,"duration":2}},{"uid":"1746d0bf0b954f0e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1746d0bf0b954f0e","status":"passed","time":{"start":1714427530049,"stop":1714427530049,"duration":0}},{"uid":"d25955fbf2e2c489","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d25955fbf2e2c489","status":"passed","time":{"start":1714426875119,"stop":1714426875119,"duration":0}},{"uid":"a05b89ca5b22a933","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a05b89ca5b22a933","status":"broken","statusDetails":"window is not defined","time":{"start":1714426510997,"stop":1714426510997,"duration":0}},{"uid":"f4718abdf89d6aba","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f4718abdf89d6aba","status":"passed","time":{"start":1714425369910,"stop":1714425369915,"duration":5}},{"uid":"219f2f204c78ee19","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/219f2f204c78ee19","status":"passed","time":{"start":1714415516351,"stop":1714415516352,"duration":1}},{"uid":"4a641fdc77980421","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4a641fdc77980421","status":"passed","time":{"start":1714415679013,"stop":1714415679013,"duration":0}},{"uid":"566e2f3ee155144","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/566e2f3ee155144","status":"passed","time":{"start":1714407884310,"stop":1714407884311,"duration":1}},{"uid":"5430c7c427045131","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5430c7c427045131","status":"passed","time":{"start":1714406914266,"stop":1714406914266,"duration":0}},{"uid":"c54294f6551e54a4","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c54294f6551e54a4","status":"passed","time":{"start":1714404690095,"stop":1714404690096,"duration":1}}]},"d1eb56e2743db83c206a16d03975a347:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa7a824a8dcbd80a","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/fa7a824a8dcbd80a","status":"passed","time":{"start":1714046252346,"stop":1714046252347,"duration":1}}]},"773925971cb8f74692020b92291db27f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d1d36ab180e2950","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2d1d36ab180e2950","status":"passed","time":{"start":1714404734769,"stop":1714404734769,"duration":0}}]},"707bd7fda4989980847a76103957735a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c6a27bb2a1a18be","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/1c6a27bb2a1a18be","status":"passed","time":{"start":1714383232259,"stop":1714383232260,"duration":1}}]},"4aca3d75e51a77802c614f87651ceae2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b8c54ae80af3a4ec","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/b8c54ae80af3a4ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108297,"stop":1713969108297,"duration":0}}]},"c43611f1c47524dd752daac345796138:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c30ecb7c679b1b01","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c30ecb7c679b1b01","status":"passed","time":{"start":1714404739430,"stop":1714404739430,"duration":0}}]},"ffc8b647d9c8515493958b0dcd3bfbda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27085fd7bbe51e6f","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/27085fd7bbe51e6f","status":"passed","time":{"start":1714385802616,"stop":1714385802616,"duration":0}}]},"839464677b0824b40f4348a2e1294897:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b0495033f9e633a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/4b0495033f9e633a","status":"passed","time":{"start":1714430948526,"stop":1714430948526,"duration":0}}]},"01c58f2f70e0551ee19da3fa1ec02035:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b9e3c941b8d8660","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5b9e3c941b8d8660","status":"passed","time":{"start":1714428989452,"stop":1714428989452,"duration":0}}]},"94dd420906820a02ca288a15a3e3cea9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50f94da587068ae4","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/50f94da587068ae4","status":"passed","time":{"start":1714240486915,"stop":1714240486915,"duration":0}}]},"09a8cd513009cfb6ac34529560f998ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c5dec23ebc08006e","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/c5dec23ebc08006e","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713989201033,"stop":1713989201033,"duration":0}}]},"dd7ccf2b55c4f9e3210950b910384047:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"75e415e4f584ec4c","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/75e415e4f584ec4c","status":"passed","time":{"start":1714296368561,"stop":1714296368561,"duration":0}}]},"0c76570cf16f42c3a77a08e346d077b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f913a8dd2d27ffcb","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f913a8dd2d27ffcb","status":"passed","time":{"start":1714383229455,"stop":1714383229455,"duration":0}}]},"c5d0df9ad4f7cd5bed0abed3e8dde2b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b1784c64e7e92845","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/b1784c64e7e92845","status":"passed","time":{"start":1714141948439,"stop":1714141948440,"duration":1}}]},"2f475e34eeef1528f239d7daaac7cc10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"711b3b50304326fe","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/711b3b50304326fe","status":"passed","time":{"start":1714432240093,"stop":1714432240094,"duration":1}}]},"f5da0ae910a278e39fe298fc74c0ede8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44ebb3d026e33af2","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/44ebb3d026e33af2","status":"passed","time":{"start":1714033775465,"stop":1714033775465,"duration":0}}]},"3a5a74964e76ebbc3e967878fa9e6751:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c537402b853c6bf","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2c537402b853c6bf","status":"passed","time":{"start":1714427584806,"stop":1714427584807,"duration":1}}]},"a427ec225377267e10e6f7e46f149f6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c4823404669f8dd","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1c4823404669f8dd","status":"passed","time":{"start":1714425396496,"stop":1714425396496,"duration":0}}]},"cf2f9cb7da793877022ef44e66cf8fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54ef46e8166a3ff8","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/54ef46e8166a3ff8","status":"passed","time":{"start":1714415590177,"stop":1714415590178,"duration":1}}]},"4a0bfaa347d33d74e51c41dc709eedda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f14165e40122a1eb","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/f14165e40122a1eb","status":"passed","time":{"start":1714123425562,"stop":1714123425562,"duration":0}}]},"a432a2792c56cddb0356cd8362824320:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea10a532f260beb9","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ea10a532f260beb9","status":"passed","time":{"start":1714404451749,"stop":1714404451750,"duration":1}}]},"fe9f817b73d690848c756f1f2c057416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9b5af580e5d859c2","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9b5af580e5d859c2","status":"passed","time":{"start":1714435115854,"stop":1714435115855,"duration":1}}]},"65ce24f7ddebdce8000f2cdf0b22393d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"44611cbf780fa7f6","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/44611cbf780fa7f6","status":"passed","time":{"start":1714169088046,"stop":1714169088046,"duration":0}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":83,"unknown":0,"total":83},"items":[{"uid":"22131f39d6081398","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22131f39d6081398","status":"passed","time":{"start":1714454407733,"stop":1714454407734,"duration":1}},{"uid":"2ed8a228ace70c1f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2ed8a228ace70c1f","status":"passed","time":{"start":1714435965307,"stop":1714435965307,"duration":0}},{"uid":"b3ac080d4e87b094","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b3ac080d4e87b094","status":"passed","time":{"start":1714435028467,"stop":1714435028467,"duration":0}},{"uid":"9deed0572741ce0d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9deed0572741ce0d","status":"passed","time":{"start":1714433715551,"stop":1714433715551,"duration":0}},{"uid":"76cd3231cd09dfb9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/76cd3231cd09dfb9","status":"passed","time":{"start":1714431932492,"stop":1714431932492,"duration":0}},{"uid":"35500572acf940e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/35500572acf940e","status":"passed","time":{"start":1714432213875,"stop":1714432213875,"duration":0}},{"uid":"3a2b98e6c35953e3","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3a2b98e6c35953e3","status":"passed","time":{"start":1714430911541,"stop":1714430911542,"duration":1}},{"uid":"f6a17b500b0af096","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f6a17b500b0af096","status":"passed","time":{"start":1714430735784,"stop":1714430735784,"duration":0}},{"uid":"45711f99b38e2f8b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/45711f99b38e2f8b","status":"passed","time":{"start":1714429887038,"stop":1714429887038,"duration":0}},{"uid":"1af4d0cfa62b7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1af4d0cfa62b7","status":"passed","time":{"start":1714429006361,"stop":1714429006362,"duration":1}},{"uid":"f0e93a97e2c9d671","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f0e93a97e2c9d671","status":"passed","time":{"start":1714427738971,"stop":1714427738972,"duration":1}},{"uid":"c09509805d4170f6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c09509805d4170f6","status":"passed","time":{"start":1714427483318,"stop":1714427483318,"duration":0}},{"uid":"61abbc4d587175eb","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/61abbc4d587175eb","status":"passed","time":{"start":1714426832954,"stop":1714426832954,"duration":0}},{"uid":"6c302551fe2bdb03","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6c302551fe2bdb03","status":"passed","time":{"start":1714425510849,"stop":1714425510850,"duration":1}},{"uid":"23f6bb78f29939b5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/23f6bb78f29939b5","status":"passed","time":{"start":1714425321024,"stop":1714425321025,"duration":1}},{"uid":"508f4e1c2cf2e5c6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/508f4e1c2cf2e5c6","status":"passed","time":{"start":1714415518568,"stop":1714415518568,"duration":0}},{"uid":"ad89b762bb060bfd","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ad89b762bb060bfd","status":"passed","time":{"start":1714415639559,"stop":1714415639560,"duration":1}},{"uid":"a4ca8f8218d7562c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a4ca8f8218d7562c","status":"passed","time":{"start":1714407839124,"stop":1714407839124,"duration":0}},{"uid":"1834b82ecd5fe58","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1834b82ecd5fe58","status":"passed","time":{"start":1714406876542,"stop":1714406876542,"duration":0}},{"uid":"2870526571101b37","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/2870526571101b37","status":"passed","time":{"start":1714404658749,"stop":1714404658749,"duration":0}}]},"51ddb326791602c23745b039c37d21ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6ad8f1e128aebd","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/e6ad8f1e128aebd","status":"passed","time":{"start":1714221497813,"stop":1714221497813,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8073810db91e3b78","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8073810db91e3b78","status":"passed","time":{"start":1714454024386,"stop":1714454024386,"duration":0}},{"uid":"a7fa8cb5675b8b8f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a7fa8cb5675b8b8f","status":"passed","time":{"start":1714435578400,"stop":1714435578407,"duration":7}},{"uid":"b866f83c36169113","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b866f83c36169113","status":"passed","time":{"start":1714434650400,"stop":1714434650400,"duration":0}},{"uid":"ee45e1ee5ceda6b4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ee45e1ee5ceda6b4","status":"passed","time":{"start":1714433346767,"stop":1714433346768,"duration":1}},{"uid":"6ef7d2c0295b3c3d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6ef7d2c0295b3c3d","status":"passed","time":{"start":1714431543644,"stop":1714431543662,"duration":18}},{"uid":"d0ae297e4a84c10f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d0ae297e4a84c10f","status":"passed","time":{"start":1714431805455,"stop":1714431805455,"duration":0}},{"uid":"2307a2b37fb2bd86","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2307a2b37fb2bd86","status":"passed","time":{"start":1714430536422,"stop":1714430536423,"duration":1}},{"uid":"1dfaa8196a657e85","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/1dfaa8196a657e85","status":"passed","time":{"start":1714430322004,"stop":1714430322005,"duration":1}},{"uid":"3679661c10c39a0d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/3679661c10c39a0d","status":"passed","time":{"start":1714429493069,"stop":1714429493069,"duration":0}},{"uid":"9045ceb9fbede8b1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9045ceb9fbede8b1","status":"passed","time":{"start":1714428631119,"stop":1714428631119,"duration":0}},{"uid":"8e6bbbd2cd663617","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8e6bbbd2cd663617","status":"passed","time":{"start":1714427404957,"stop":1714427404957,"duration":0}},{"uid":"483fc99b71a53d96","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/483fc99b71a53d96","status":"passed","time":{"start":1714427101736,"stop":1714427101737,"duration":1}},{"uid":"58f26bb33dbc1ec2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/58f26bb33dbc1ec2","status":"passed","time":{"start":1714426457652,"stop":1714426457653,"duration":1}},{"uid":"b69fa7cc2ab94a54","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b69fa7cc2ab94a54","status":"passed","time":{"start":1714424558653,"stop":1714424558653,"duration":0}},{"uid":"a5a079af0494ac1c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a5a079af0494ac1c","status":"passed","time":{"start":1714424950485,"stop":1714424950486,"duration":1}},{"uid":"3ea340a56fb8199","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3ea340a56fb8199","status":"passed","time":{"start":1714415104761,"stop":1714415104762,"duration":1}},{"uid":"59c8e236c316bc24","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/59c8e236c316bc24","status":"passed","time":{"start":1714415250730,"stop":1714415250731,"duration":1}},{"uid":"3a42f709edaee723","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3a42f709edaee723","status":"passed","time":{"start":1714407463991,"stop":1714407463991,"duration":0}},{"uid":"6e6ec3836d383aa1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/6e6ec3836d383aa1","status":"passed","time":{"start":1714406496804,"stop":1714406496806,"duration":2}},{"uid":"55d6ab6040de7759","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/55d6ab6040de7759","status":"passed","time":{"start":1714404277935,"stop":1714404277935,"duration":0}}]},"caa352c320f05f64b55941ac61dd9691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc1a68bd24e99e49","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/cc1a68bd24e99e49","status":"passed","time":{"start":1714123453147,"stop":1714123453147,"duration":0}}]},"6bce49ac208e27a2a8d3bc6211376775:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5fd398822068b287","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/5fd398822068b287","status":"passed","time":{"start":1714169208332,"stop":1714169208333,"duration":1}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"76a860dbc78313ed","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/76a860dbc78313ed","status":"passed","time":{"start":1714453947385,"stop":1714453947388,"duration":3}},{"uid":"173228c01194fbd1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/173228c01194fbd1","status":"passed","time":{"start":1714435505489,"stop":1714435505490,"duration":1}},{"uid":"dc65d44444452f58","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/dc65d44444452f58","status":"passed","time":{"start":1714434575559,"stop":1714434575565,"duration":6}},{"uid":"6f82c19066499703","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6f82c19066499703","status":"passed","time":{"start":1714433270090,"stop":1714433270092,"duration":2}},{"uid":"b5558001c75ef23d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b5558001c75ef23d","status":"passed","time":{"start":1714431467708,"stop":1714431467721,"duration":13}},{"uid":"ee2b454fc55144f3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ee2b454fc55144f3","status":"passed","time":{"start":1714431731401,"stop":1714431731403,"duration":2}},{"uid":"f49124f9526794c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f49124f9526794c","status":"passed","time":{"start":1714430454537,"stop":1714430454538,"duration":1}},{"uid":"7619b4d5ec8cba6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7619b4d5ec8cba6","status":"passed","time":{"start":1714430246367,"stop":1714430246368,"duration":1}},{"uid":"59230e8b9ab6ea2a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/59230e8b9ab6ea2a","status":"passed","time":{"start":1714429409758,"stop":1714429409760,"duration":2}},{"uid":"8734164102c6050f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8734164102c6050f","status":"passed","time":{"start":1714428552376,"stop":1714428552379,"duration":3}},{"uid":"a5950833cdfe9b41","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a5950833cdfe9b41","status":"passed","time":{"start":1714427329981,"stop":1714427329988,"duration":7}},{"uid":"cf696514cffb48f8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cf696514cffb48f8","status":"passed","time":{"start":1714427030497,"stop":1714427030499,"duration":2}},{"uid":"cbe8863ed43bc9d4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cbe8863ed43bc9d4","status":"passed","time":{"start":1714426380035,"stop":1714426380037,"duration":2}},{"uid":"7218847b59ac4747","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7218847b59ac4747","status":"passed","time":{"start":1714424482130,"stop":1714424482132,"duration":2}},{"uid":"e8c8df0bef3dc384","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/e8c8df0bef3dc384","status":"passed","time":{"start":1714424872187,"stop":1714424872189,"duration":2}},{"uid":"679f5df692bf6e59","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/679f5df692bf6e59","status":"passed","time":{"start":1714415025424,"stop":1714415025426,"duration":2}},{"uid":"e759f85f63edebc2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e759f85f63edebc2","status":"passed","time":{"start":1714415177725,"stop":1714415177729,"duration":4}},{"uid":"fb158089c91adf42","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/fb158089c91adf42","status":"passed","time":{"start":1714407385538,"stop":1714407385547,"duration":9}},{"uid":"ce7bc6630f86bedc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ce7bc6630f86bedc","status":"passed","time":{"start":1714406412999,"stop":1714406413001,"duration":2}},{"uid":"52b9304475b6ad75","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/52b9304475b6ad75","status":"passed","time":{"start":1714404202720,"stop":1714404202722,"duration":2}}]},"9723d59530b951a3d8563e4610f94d08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4a1425b7ad39dcd","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/e4a1425b7ad39dcd","status":"passed","time":{"start":1714403911552,"stop":1714403911552,"duration":0}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"9cff0f5777c113a5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9cff0f5777c113a5","status":"passed","time":{"start":1714453925049,"stop":1714453925050,"duration":1}},{"uid":"184cc7184d2d6112","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/184cc7184d2d6112","status":"passed","time":{"start":1714435482957,"stop":1714435482957,"duration":0}},{"uid":"d2186edbd03fa354","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d2186edbd03fa354","status":"passed","time":{"start":1714434551993,"stop":1714434551993,"duration":0}},{"uid":"f172d83ae35802ac","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f172d83ae35802ac","status":"passed","time":{"start":1714433247020,"stop":1714433247021,"duration":1}},{"uid":"9071d1482198c6eb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9071d1482198c6eb","status":"passed","time":{"start":1714431444741,"stop":1714431444741,"duration":0}},{"uid":"b0747ddc97239ae0","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b0747ddc97239ae0","status":"passed","time":{"start":1714431708279,"stop":1714431708279,"duration":0}},{"uid":"eee124c594bb79bd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/eee124c594bb79bd","status":"passed","time":{"start":1714430430708,"stop":1714430430708,"duration":0}},{"uid":"f025a08bffe252bf","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f025a08bffe252bf","status":"passed","time":{"start":1714430223175,"stop":1714430223175,"duration":0}},{"uid":"ba5ba3e283b3354b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ba5ba3e283b3354b","status":"passed","time":{"start":1714429383864,"stop":1714429383865,"duration":1}},{"uid":"8c5a4d74d2ce144a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8c5a4d74d2ce144a","status":"passed","time":{"start":1714428528622,"stop":1714428528623,"duration":1}},{"uid":"74d9e5b4d1482dea","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/74d9e5b4d1482dea","status":"passed","time":{"start":1714427305977,"stop":1714427305977,"duration":0}},{"uid":"f649a5a73428e189","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f649a5a73428e189","status":"passed","time":{"start":1714427007373,"stop":1714427007373,"duration":0}},{"uid":"a9d0b26da925ec57","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a9d0b26da925ec57","status":"passed","time":{"start":1714426355956,"stop":1714426355957,"duration":1}},{"uid":"25c349ebb336abca","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/25c349ebb336abca","status":"passed","time":{"start":1714424458772,"stop":1714424458772,"duration":0}},{"uid":"54e41ac437109009","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/54e41ac437109009","status":"passed","time":{"start":1714424848996,"stop":1714424848997,"duration":1}},{"uid":"637f4cf067983611","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/637f4cf067983611","status":"passed","time":{"start":1714415001437,"stop":1714415001438,"duration":1}},{"uid":"41035aaa9215b6f1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/41035aaa9215b6f1","status":"passed","time":{"start":1714415154906,"stop":1714415154906,"duration":0}},{"uid":"6bf6cfe8cdc184f2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6bf6cfe8cdc184f2","status":"passed","time":{"start":1714407362035,"stop":1714407362035,"duration":0}},{"uid":"5a69499acf6681e5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5a69499acf6681e5","status":"passed","time":{"start":1714406389328,"stop":1714406389328,"duration":0}},{"uid":"6643969aa4be88f7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6643969aa4be88f7","status":"passed","time":{"start":1714404179164,"stop":1714404179164,"duration":0}}]},"8fdaa0d02fac427c58f973c4ee9ada8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a0030d77791f5fcc","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/a0030d77791f5fcc","status":"passed","time":{"start":1714385080725,"stop":1714385080725,"duration":0}}]},"830c2561371d3585f47b44976a1d048b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"136c428b7881c396","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/136c428b7881c396","status":"passed","time":{"start":1714177988725,"stop":1714177988725,"duration":0}}]},"9a205e077714dbbc4aeb6f736fb46186:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3fd4a85c9adec2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b3fd4a85c9adec2","status":"passed","time":{"start":1714432020146,"stop":1714432020147,"duration":1}}]},"43526e71cfc792fb69a87c9a26d339c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f81ee7ca3cbc588f","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f81ee7ca3cbc588f","status":"passed","time":{"start":1714142067865,"stop":1714142067866,"duration":1}}]},"8114cfde9382d2f7583cf5d9e9754850:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5c93b625cd20b50","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/a5c93b625cd20b50","status":"passed","time":{"start":1714140460020,"stop":1714140460021,"duration":1}}]},"d7b7d94dc903fb365b50f8dc6c9cebc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7b12142ef105d5d","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f7b12142ef105d5d","status":"passed","time":{"start":1714144814998,"stop":1714144814998,"duration":0}}]},"78957c9c98f83144e57b38049195a746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e36e29c710a3ca5","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2e36e29c710a3ca5","status":"passed","time":{"start":1714154294481,"stop":1714154294481,"duration":0}}]},"03d974cd10650f9ca7b4bd70a131f4fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bceabab1ffa8f8cc","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bceabab1ffa8f8cc","status":"passed","time":{"start":1714406978498,"stop":1714406978498,"duration":0}}]},"979813926e8a93ea139f3122ec91b401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de227d7774bf22f6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/de227d7774bf22f6","status":"passed","time":{"start":1714383216306,"stop":1714383216307,"duration":1}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"9eb826e00b1d0eed","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9eb826e00b1d0eed","status":"passed","time":{"start":1714454431993,"stop":1714454431994,"duration":1}},{"uid":"a916cd8dc0dfe197","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a916cd8dc0dfe197","status":"passed","time":{"start":1714435990623,"stop":1714435990624,"duration":1}},{"uid":"788acb1e4592cb4e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/788acb1e4592cb4e","status":"passed","time":{"start":1714435062615,"stop":1714435062615,"duration":0}},{"uid":"f6f6fda4754a6f8f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f6f6fda4754a6f8f","status":"passed","time":{"start":1714433747847,"stop":1714433747848,"duration":1}},{"uid":"8edcb9069cc2e2e3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8edcb9069cc2e2e3","status":"passed","time":{"start":1714431959182,"stop":1714431959182,"duration":0}},{"uid":"bda7dbbfb934308e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bda7dbbfb934308e","status":"passed","time":{"start":1714432238343,"stop":1714432238344,"duration":1}},{"uid":"9e7ae72cf875420d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9e7ae72cf875420d","status":"passed","time":{"start":1714430946042,"stop":1714430946042,"duration":0}},{"uid":"c138700451931b09","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c138700451931b09","status":"passed","time":{"start":1714430757774,"stop":1714430757774,"duration":0}},{"uid":"1c5ee6762bbfc5f9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1c5ee6762bbfc5f9","status":"passed","time":{"start":1714429917776,"stop":1714429917776,"duration":0}},{"uid":"22b859e29e9790da","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/22b859e29e9790da","status":"passed","time":{"start":1714429038417,"stop":1714429038417,"duration":0}},{"uid":"c5988b4ac35a5f45","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c5988b4ac35a5f45","status":"passed","time":{"start":1714427794305,"stop":1714427794305,"duration":0}},{"uid":"77a8dacbdafca654","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/77a8dacbdafca654","status":"passed","time":{"start":1714427517456,"stop":1714427517456,"duration":0}},{"uid":"86f86a69d1ccc7b2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/86f86a69d1ccc7b2","status":"passed","time":{"start":1714426868580,"stop":1714426868581,"duration":1}},{"uid":"7c9ff55b13ec7ad2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7c9ff55b13ec7ad2","status":"passed","time":{"start":1714425555003,"stop":1714425555003,"duration":0}},{"uid":"ed805f66be4f5b96","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ed805f66be4f5b96","status":"passed","time":{"start":1714425349890,"stop":1714425349892,"duration":2}},{"uid":"3be3ef9f23db468e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3be3ef9f23db468e","status":"passed","time":{"start":1714415539977,"stop":1714415539977,"duration":0}},{"uid":"c4c0ba2b8bd927d8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c4c0ba2b8bd927d8","status":"passed","time":{"start":1714415671315,"stop":1714415671316,"duration":1}},{"uid":"da093b7b2441748","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/da093b7b2441748","status":"passed","time":{"start":1714407878080,"stop":1714407878080,"duration":0}},{"uid":"3f47109566c87064","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/3f47109566c87064","status":"passed","time":{"start":1714406907381,"stop":1714406907381,"duration":0}},{"uid":"ed6e3a7e40e17542","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ed6e3a7e40e17542","status":"passed","time":{"start":1714404685457,"stop":1714404685457,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"69d78185ed2aa63","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/69d78185ed2aa63","status":"passed","time":{"start":1714454605552,"stop":1714454605552,"duration":0}},{"uid":"6ccff2104acb71b9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6ccff2104acb71b9","status":"passed","time":{"start":1714436158734,"stop":1714436158734,"duration":0}},{"uid":"a6f591cc909eb5ce","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a6f591cc909eb5ce","status":"passed","time":{"start":1714435237023,"stop":1714435237023,"duration":0}},{"uid":"871a7e9a2a10ad8c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/871a7e9a2a10ad8c","status":"passed","time":{"start":1714433925107,"stop":1714433925108,"duration":1}},{"uid":"8f83bdbbd11c9b43","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8f83bdbbd11c9b43","status":"passed","time":{"start":1714432132893,"stop":1714432132893,"duration":0}},{"uid":"ab974ff4ee7b28c1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ab974ff4ee7b28c1","status":"passed","time":{"start":1714432392992,"stop":1714432392992,"duration":0}},{"uid":"41b5b93b05edd5f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/41b5b93b05edd5f","status":"passed","time":{"start":1714431131894,"stop":1714431131894,"duration":0}},{"uid":"67e24e2d31bed462","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/67e24e2d31bed462","status":"passed","time":{"start":1714430918790,"stop":1714430918790,"duration":0}},{"uid":"5c88aa038e146e3f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5c88aa038e146e3f","status":"passed","time":{"start":1714430104212,"stop":1714430104212,"duration":0}},{"uid":"98dd89c74d06a53c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/98dd89c74d06a53c","status":"passed","time":{"start":1714429213878,"stop":1714429213878,"duration":0}},{"uid":"2cecdeb4af7203dd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2cecdeb4af7203dd","status":"passed","time":{"start":1714427999035,"stop":1714427999035,"duration":0}},{"uid":"cb727a871c5823ab","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cb727a871c5823ab","status":"passed","time":{"start":1714427702230,"stop":1714427702230,"duration":0}},{"uid":"a6124cacb1cc245d","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a6124cacb1cc245d","status":"passed","time":{"start":1714427044029,"stop":1714427044029,"duration":0}},{"uid":"d16385dbdf1bda7f","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d16385dbdf1bda7f","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699091,"stop":1714426699091,"duration":0}},{"uid":"fc32ffad1dc3fcb8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/fc32ffad1dc3fcb8","status":"passed","time":{"start":1714425534893,"stop":1714425534894,"duration":1}},{"uid":"1bd7c5df712fde04","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1bd7c5df712fde04","status":"passed","time":{"start":1714415702294,"stop":1714415702294,"duration":0}},{"uid":"f77dad9d985addd4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f77dad9d985addd4","status":"passed","time":{"start":1714415850502,"stop":1714415850502,"duration":0}},{"uid":"f3c3bfabe0176336","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f3c3bfabe0176336","status":"passed","time":{"start":1714408049951,"stop":1714408049951,"duration":0}},{"uid":"626818e051a94de4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/626818e051a94de4","status":"passed","time":{"start":1714407080674,"stop":1714407080674,"duration":0}},{"uid":"930cf39cfb1eef4b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/930cf39cfb1eef4b","status":"passed","time":{"start":1714404860591,"stop":1714404860591,"duration":0}}]},"f86144651a9f6bc5baecfecfd51cf01a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5758d1e124fd69e5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5758d1e124fd69e5","status":"passed","time":{"start":1714430997203,"stop":1714430997203,"duration":0}}]},"fb1a869a31b1aa4c5595faccce49bbb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"312abcd77787ee4a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/312abcd77787ee4a","status":"passed","time":{"start":1714429973508,"stop":1714429973508,"duration":0}}]},"1327dffedee12139c93c5b7380d0760e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b476e4036b85afe3","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/b476e4036b85afe3","status":"passed","time":{"start":1714142016929,"stop":1714142016929,"duration":0}}]},"e02d066ce72afb6445f34b3283ed5119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3362fbef02dd4f11","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/3362fbef02dd4f11","status":"passed","time":{"start":1713982966149,"stop":1713982966149,"duration":0}}]},"d1e7ec5d4f0af6039c0ed16230605634:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2a5cc0f64dc6287f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2a5cc0f64dc6287f","status":"passed","time":{"start":1714415666678,"stop":1714415666678,"duration":0}}]},"0ed70c39798cbc13af1c28d63ba1ced4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e426f934634b133","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/5e426f934634b133","status":"passed","time":{"start":1714178248449,"stop":1714178248450,"duration":1}}]},"73f2782b5ab4ec6e3d7f09d00ee782a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2887c837dc45541c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2887c837dc45541c","status":"passed","time":{"start":1714453925079,"stop":1714453925079,"duration":0}},{"uid":"8e4a758cbf2e8665","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8e4a758cbf2e8665","status":"passed","time":{"start":1714435482987,"stop":1714435482988,"duration":1}},{"uid":"38c4dba6dd54e1c1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/38c4dba6dd54e1c1","status":"passed","time":{"start":1714434552025,"stop":1714434552025,"duration":0}},{"uid":"42eb3cd2e4a1f777","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/42eb3cd2e4a1f777","status":"passed","time":{"start":1714433247048,"stop":1714433247048,"duration":0}},{"uid":"8fa63e66a73ace2f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8fa63e66a73ace2f","status":"passed","time":{"start":1714431444771,"stop":1714431444772,"duration":1}},{"uid":"2ab88dee355d0bb2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2ab88dee355d0bb2","status":"passed","time":{"start":1714431708312,"stop":1714431708312,"duration":0}},{"uid":"a30139e31e1263a2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a30139e31e1263a2","status":"passed","time":{"start":1714430430742,"stop":1714430430743,"duration":1}},{"uid":"cd7ca9b3153fb6cf","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cd7ca9b3153fb6cf","status":"passed","time":{"start":1714430223198,"stop":1714430223198,"duration":0}},{"uid":"374841800085f097","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/374841800085f097","status":"passed","time":{"start":1714429383901,"stop":1714429383901,"duration":0}},{"uid":"ffa52a5fe8898827","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ffa52a5fe8898827","status":"passed","time":{"start":1714428528654,"stop":1714428528654,"duration":0}},{"uid":"433ea3c09f4e0b9a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/433ea3c09f4e0b9a","status":"passed","time":{"start":1714427306003,"stop":1714427306003,"duration":0}},{"uid":"ded68e4befa2fb1c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ded68e4befa2fb1c","status":"passed","time":{"start":1714427007395,"stop":1714427007396,"duration":1}},{"uid":"14004aed933d9ed2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/14004aed933d9ed2","status":"passed","time":{"start":1714426355991,"stop":1714426355991,"duration":0}},{"uid":"3fb84d01e3abae01","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3fb84d01e3abae01","status":"passed","time":{"start":1714424458805,"stop":1714424458805,"duration":0}},{"uid":"233d38af2af1e6ac","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/233d38af2af1e6ac","status":"passed","time":{"start":1714424849043,"stop":1714424849044,"duration":1}},{"uid":"5fb804120553ba9f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5fb804120553ba9f","status":"passed","time":{"start":1714415001468,"stop":1714415001468,"duration":0}},{"uid":"de1a1c7b1be07333","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/de1a1c7b1be07333","status":"passed","time":{"start":1714415154945,"stop":1714415154945,"duration":0}},{"uid":"96848939c43fa9ab","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/96848939c43fa9ab","status":"passed","time":{"start":1714407362067,"stop":1714407362067,"duration":0}},{"uid":"77420336cad1d3f5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/77420336cad1d3f5","status":"passed","time":{"start":1714406389360,"stop":1714406389361,"duration":1}},{"uid":"939063a43271d328","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/939063a43271d328","status":"passed","time":{"start":1714404179200,"stop":1714404179200,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"acdae15864adfb6d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/acdae15864adfb6d","status":"passed","time":{"start":1714453947390,"stop":1714453947390,"duration":0}},{"uid":"d006de1923bd0f5c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d006de1923bd0f5c","status":"passed","time":{"start":1714435505492,"stop":1714435505493,"duration":1}},{"uid":"ca49b3dee5369381","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ca49b3dee5369381","status":"passed","time":{"start":1714434575566,"stop":1714434575566,"duration":0}},{"uid":"87d818567b02ad26","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/87d818567b02ad26","status":"passed","time":{"start":1714433270093,"stop":1714433270093,"duration":0}},{"uid":"aaf7f4dda8d7a74f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/aaf7f4dda8d7a74f","status":"passed","time":{"start":1714431467723,"stop":1714431467723,"duration":0}},{"uid":"bba2271f876ad35c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bba2271f876ad35c","status":"passed","time":{"start":1714431731404,"stop":1714431731404,"duration":0}},{"uid":"770d584db203ee55","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/770d584db203ee55","status":"passed","time":{"start":1714430454540,"stop":1714430454540,"duration":0}},{"uid":"3b7133c64ab49fb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3b7133c64ab49fb","status":"passed","time":{"start":1714430246370,"stop":1714430246370,"duration":0}},{"uid":"62c6c331075096e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/62c6c331075096e","status":"passed","time":{"start":1714429409761,"stop":1714429409761,"duration":0}},{"uid":"707f3a4e2f3781b3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/707f3a4e2f3781b3","status":"passed","time":{"start":1714428552380,"stop":1714428552381,"duration":1}},{"uid":"1012f21033c94f84","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1012f21033c94f84","status":"passed","time":{"start":1714427329989,"stop":1714427329990,"duration":1}},{"uid":"ab8a5652c93f3d61","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ab8a5652c93f3d61","status":"passed","time":{"start":1714427030500,"stop":1714427030501,"duration":1}},{"uid":"a95c95faecc15095","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a95c95faecc15095","status":"passed","time":{"start":1714426380041,"stop":1714426380042,"duration":1}},{"uid":"af5439d85873f9b8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/af5439d85873f9b8","status":"passed","time":{"start":1714424482133,"stop":1714424482134,"duration":1}},{"uid":"2b3754b38c7d9e74","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2b3754b38c7d9e74","status":"passed","time":{"start":1714424872190,"stop":1714424872191,"duration":1}},{"uid":"373ee1dab753b1c0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/373ee1dab753b1c0","status":"passed","time":{"start":1714415025427,"stop":1714415025427,"duration":0}},{"uid":"87f274136179c26","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/87f274136179c26","status":"passed","time":{"start":1714415177730,"stop":1714415177731,"duration":1}},{"uid":"ff58554ea9b356a6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ff58554ea9b356a6","status":"passed","time":{"start":1714407385549,"stop":1714407385550,"duration":1}},{"uid":"cec45bef96b3956a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cec45bef96b3956a","status":"passed","time":{"start":1714406413004,"stop":1714406413005,"duration":1}},{"uid":"f69cb12b1c1c2746","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f69cb12b1c1c2746","status":"passed","time":{"start":1714404202723,"stop":1714404202724,"duration":1}}]},"2f2db98e4bc5ba614e8fae1d0313b557:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a41a49ecbe3d9fff","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a41a49ecbe3d9fff","status":"passed","time":{"start":1714432020146,"stop":1714432020146,"duration":0}}]},"6472428228acc5fb89fea4adedfeed5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c00c9ff6356dc282","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/c00c9ff6356dc282","status":"passed","time":{"start":1714039363090,"stop":1714039363091,"duration":1}}]},"0d430cf86bfb3e8ba0d7357e0db58fa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7023a30f78a98101","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/7023a30f78a98101","status":"passed","time":{"start":1714240376926,"stop":1714240376926,"duration":0}}]},"7c075727a616f5187a951a6312852a97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b98fc1496ac40750","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/b98fc1496ac40750","status":"passed","time":{"start":1714385024714,"stop":1714385024716,"duration":2}}]},"95b629ee20f351be7aa6e76340a48121:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5bacf29f457aec","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/b5bacf29f457aec","status":"passed","time":{"start":1713889475160,"stop":1713889475160,"duration":0}}]},"6cbcfd22472683ee4049739810eb2cd7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f918da700b21a73d","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/f918da700b21a73d","status":"passed","time":{"start":1714297312888,"stop":1714297312888,"duration":0}}]},"29ee5acba1293a751107c14b182ba7b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaa8b5d8796b3514","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/eaa8b5d8796b3514","status":"passed","time":{"start":1714228934336,"stop":1714228934336,"duration":0}}]},"daf34d6b7dcd188369927c94a344ff88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2613f4021c359764","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/2613f4021c359764","status":"passed","time":{"start":1714296397562,"stop":1714296397562,"duration":0}}]},"def0c3201191183a6d460311f923ca31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ccda048dc9298e6","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/8ccda048dc9298e6","status":"passed","time":{"start":1714144804251,"stop":1714144804252,"duration":1}}]},"aa27720154aef125ac00e2915bc6e557:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b08567cedfe51cf7","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/b08567cedfe51cf7","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713988607594,"stop":1713988607594,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"f844de063955df2c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f844de063955df2c","status":"passed","time":{"start":1714454434338,"stop":1714454434343,"duration":5}},{"uid":"beffc8b7facfde88","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/beffc8b7facfde88","status":"passed","time":{"start":1714436006551,"stop":1714436006551,"duration":0}},{"uid":"8b9d582ba052ca9e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8b9d582ba052ca9e","status":"passed","time":{"start":1714435054860,"stop":1714435054861,"duration":1}},{"uid":"c1b03d7e4ec1d002","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c1b03d7e4ec1d002","status":"passed","time":{"start":1714433761069,"stop":1714433761069,"duration":0}},{"uid":"fbc1a48db91ba0ac","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fbc1a48db91ba0ac","status":"passed","time":{"start":1714431966443,"stop":1714431966443,"duration":0}},{"uid":"ec4049fe7f9b247","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ec4049fe7f9b247","status":"passed","time":{"start":1714432193283,"stop":1714432193283,"duration":0}},{"uid":"c0a71d6db138cecf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c0a71d6db138cecf","status":"passed","time":{"start":1714430948559,"stop":1714430948560,"duration":1}},{"uid":"a2abee33bb6d98c0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a2abee33bb6d98c0","status":"passed","time":{"start":1714430713569,"stop":1714430713570,"duration":1}},{"uid":"990ca27cc4bf2b3d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/990ca27cc4bf2b3d","status":"passed","time":{"start":1714429917757,"stop":1714429917758,"duration":1}},{"uid":"442cfcef4ab3480c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/442cfcef4ab3480c","status":"passed","time":{"start":1714429040303,"stop":1714429040303,"duration":0}},{"uid":"d689598dca640930","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d689598dca640930","status":"passed","time":{"start":1714427848703,"stop":1714427848703,"duration":0}},{"uid":"33d556d7e3069cfc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/33d556d7e3069cfc","status":"passed","time":{"start":1714427530075,"stop":1714427530076,"duration":1}},{"uid":"f3b8329ecbd591d3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f3b8329ecbd591d3","status":"passed","time":{"start":1714426875158,"stop":1714426875158,"duration":0}},{"uid":"da66bd673e7e05dc","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/da66bd673e7e05dc","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511050,"stop":1714426511050,"duration":0}},{"uid":"a43cf0eaab06f363","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a43cf0eaab06f363","status":"passed","time":{"start":1714425369972,"stop":1714425369972,"duration":0}},{"uid":"95461ce58ff708b2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/95461ce58ff708b2","status":"passed","time":{"start":1714415516386,"stop":1714415516386,"duration":0}},{"uid":"c05191e44131759b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c05191e44131759b","status":"passed","time":{"start":1714415679036,"stop":1714415679037,"duration":1}},{"uid":"7122c0f54c8237ce","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7122c0f54c8237ce","status":"passed","time":{"start":1714407884336,"stop":1714407884336,"duration":0}},{"uid":"e6df09b724287216","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e6df09b724287216","status":"passed","time":{"start":1714406914342,"stop":1714406914342,"duration":0}},{"uid":"893da05b6ecddc7a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/893da05b6ecddc7a","status":"passed","time":{"start":1714404690125,"stop":1714404690126,"duration":1}}]},"a3f5acec0e9271ad8d1be30a6bf1f440:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"be18c1d0e4c369ab","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/be18c1d0e4c369ab","status":"passed","time":{"start":1714018100847,"stop":1714018100848,"duration":1}}]},"99202e818f0430a0757f9c5aa382a9fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5a10a6f737a87349","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5a10a6f737a87349","status":"passed","time":{"start":1714432020141,"stop":1714432020142,"duration":1}}]},"b1c0a5568cae00dbf6c2e868351ca876:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96d85095c96d35a5","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/96d85095c96d35a5","status":"passed","time":{"start":1714228954326,"stop":1714228954327,"duration":1}}]},"59a72b685ea325473a079197242db492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc6c2c9fb331ab0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fc6c2c9fb331ab0","status":"passed","time":{"start":1714427856106,"stop":1714427856106,"duration":0}}]},"6cf49ecb75b2e5fca921f1a26c20d6f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c3e3aa0bffb8694","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/9c3e3aa0bffb8694","status":"passed","time":{"start":1713996731443,"stop":1713996731444,"duration":1}}]},"9105e74e7e07b23938c197acc58cb895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2395d1af9fb16451","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/2395d1af9fb16451","status":"passed","time":{"start":1714383192272,"stop":1714383192273,"duration":1}}]},"54229bf1cdf54d8e6362c73ea5d0745f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e2a102a9c0c110d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e2a102a9c0c110d0","status":"passed","time":{"start":1714453925064,"stop":1714453925064,"duration":0}},{"uid":"d30ab894e6ded256","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d30ab894e6ded256","status":"passed","time":{"start":1714435482972,"stop":1714435482973,"duration":1}},{"uid":"4a40166b514bf4e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4a40166b514bf4e","status":"passed","time":{"start":1714434552008,"stop":1714434552009,"duration":1}},{"uid":"4a3be305a017fa0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4a3be305a017fa0","status":"passed","time":{"start":1714433247033,"stop":1714433247033,"duration":0}},{"uid":"6b307730aae58dce","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6b307730aae58dce","status":"passed","time":{"start":1714431444753,"stop":1714431444753,"duration":0}},{"uid":"23af46a55a004c51","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/23af46a55a004c51","status":"passed","time":{"start":1714431708294,"stop":1714431708295,"duration":1}},{"uid":"3f817216f7b3e261","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3f817216f7b3e261","status":"passed","time":{"start":1714430430727,"stop":1714430430727,"duration":0}},{"uid":"4f4e7a58c541d4b8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4f4e7a58c541d4b8","status":"passed","time":{"start":1714430223186,"stop":1714430223186,"duration":0}},{"uid":"2ad340715c4ef368","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2ad340715c4ef368","status":"passed","time":{"start":1714429383884,"stop":1714429383884,"duration":0}},{"uid":"65db5f7ea8939b23","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/65db5f7ea8939b23","status":"passed","time":{"start":1714428528638,"stop":1714428528638,"duration":0}},{"uid":"c1b905e09f19b8a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c1b905e09f19b8a","status":"passed","time":{"start":1714427305989,"stop":1714427305990,"duration":1}},{"uid":"bcb57bf4a20e956d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bcb57bf4a20e956d","status":"passed","time":{"start":1714427007384,"stop":1714427007384,"duration":0}},{"uid":"9067148b954f5974","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9067148b954f5974","status":"passed","time":{"start":1714426355974,"stop":1714426355974,"duration":0}},{"uid":"e7d66227c34e0ff5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e7d66227c34e0ff5","status":"passed","time":{"start":1714424458787,"stop":1714424458788,"duration":1}},{"uid":"c015d9b996aef5ea","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c015d9b996aef5ea","status":"passed","time":{"start":1714424849013,"stop":1714424849014,"duration":1}},{"uid":"9de67d19ca846460","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9de67d19ca846460","status":"passed","time":{"start":1714415001452,"stop":1714415001453,"duration":1}},{"uid":"a1c9d9f671316afc","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a1c9d9f671316afc","status":"passed","time":{"start":1714415154926,"stop":1714415154926,"duration":0}},{"uid":"be584d2f455d2248","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/be584d2f455d2248","status":"passed","time":{"start":1714407362051,"stop":1714407362051,"duration":0}},{"uid":"2e87ac1dc7825bd8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2e87ac1dc7825bd8","status":"passed","time":{"start":1714406389344,"stop":1714406389344,"duration":0}},{"uid":"d7ea51e4e41da2dc","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d7ea51e4e41da2dc","status":"passed","time":{"start":1714404179182,"stop":1714404179182,"duration":0}}]},"337a1c9b51a06760c25d01fb2a0fd91b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6876a32dc3999a4c","reportUrl":"https://waku-org.github.io/js-waku/6889//#testresult/6876a32dc3999a4c","status":"passed","time":{"start":1714009992312,"stop":1714009992312,"duration":0}}]},"6615200a0a21beae0e43b4c53ce75653:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a685170392051b2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6a685170392051b2","status":"passed","time":{"start":1714427509517,"stop":1714427509517,"duration":0}}]},"8ddbba10ec86362657650335c7c08747:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e14fff65b9b89cee","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/e14fff65b9b89cee","status":"passed","time":{"start":1714139203754,"stop":1714139203755,"duration":1}}]},"804e7a9eb4211647b2de7ff9e5a34549:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9364214b7a102eb","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/9364214b7a102eb","status":"passed","time":{"start":1714114057880,"stop":1714114057880,"duration":0}}]},"fb4b54a58b5895285d1f500773a9ad0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"729210030d5523f7","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/729210030d5523f7","status":"passed","time":{"start":1714082690893,"stop":1714082690893,"duration":0}}]},"1b54016cd86dd99256745a1c8149674c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4fc1dc270bc3b82c","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/4fc1dc270bc3b82c","status":"passed","time":{"start":1714296983639,"stop":1714296983640,"duration":1}}]},"fe0daaa934a1d49aa89561bcdcb610ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f1817251e3b0e9b","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/3f1817251e3b0e9b","status":"passed","time":{"start":1714240486919,"stop":1714240486920,"duration":1}}]},"d6f773862585e532dcd2c3a26deecae2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f9674acd3645a2e7","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/f9674acd3645a2e7","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714082887551,"stop":1714082887552,"duration":1}}]},"4a59bc57a8a4053ef0e5cdb995eabc2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"218e5dbcaf998ab9","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/218e5dbcaf998ab9","status":"passed","time":{"start":1714385794771,"stop":1714385794771,"duration":0}}]},"f1c76a6d6b2eff3ae4ca60e32dd6f6c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88e79c7acfe7bc0d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/88e79c7acfe7bc0d","status":"passed","time":{"start":1714432303171,"stop":1714432303171,"duration":0}}]},"ba104035b0394ddb4e9e57d502ae3ad4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dbf5449eddc19f54","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/dbf5449eddc19f54","status":"passed","time":{"start":1714139752231,"stop":1714139752232,"duration":1}}]},"29963ed4fe01daa978e1062be4538e8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98e7007c2ee57eee","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/98e7007c2ee57eee","status":"passed","time":{"start":1714141029642,"stop":1714141029642,"duration":0}}]},"ddf86789280a2d1f4bb5283b31275415:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"8c9632fb796e7f6c","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/8c9632fb796e7f6c","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714004265511,"stop":1714004265511,"duration":0}}]},"c32cedc2b11fb5cb7176063b3bb8ec55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba7a8365cc746fa5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ba7a8365cc746fa5","status":"passed","time":{"start":1714431966424,"stop":1714431966424,"duration":0}}]},"10994cd1d42e6833d844ea96adb694b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"242965064b00ca7e","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/242965064b00ca7e","status":"passed","time":{"start":1714018100845,"stop":1714018100845,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"8184cf130790bd91","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8184cf130790bd91","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"duration":0}},{"uid":"52f885e2ca303407","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/52f885e2ca303407","status":"passed","time":{"start":1714436158728,"stop":1714436158729,"duration":1}},{"uid":"c9f360085b866943","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c9f360085b866943","status":"passed","time":{"start":1714435237017,"stop":1714435237017,"duration":0}},{"uid":"398eed06a7ebef7b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/398eed06a7ebef7b","status":"passed","time":{"start":1714433925101,"stop":1714433925102,"duration":1}},{"uid":"f4e20107c184be76","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f4e20107c184be76","status":"passed","time":{"start":1714432132887,"stop":1714432132888,"duration":1}},{"uid":"4d5a2461f7128893","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4d5a2461f7128893","status":"passed","time":{"start":1714432392979,"stop":1714432392979,"duration":0}},{"uid":"9df7d257e15c9af7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/9df7d257e15c9af7","status":"passed","time":{"start":1714431131887,"stop":1714431131887,"duration":0}},{"uid":"29cc4bce3525c19f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/29cc4bce3525c19f","status":"passed","time":{"start":1714430918784,"stop":1714430918784,"duration":0}},{"uid":"efae8131cca08f38","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/efae8131cca08f38","status":"passed","time":{"start":1714430104206,"stop":1714430104206,"duration":0}},{"uid":"3a98e4923595f8fd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3a98e4923595f8fd","status":"passed","time":{"start":1714429213873,"stop":1714429213873,"duration":0}},{"uid":"167cf365c938f905","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/167cf365c938f905","status":"passed","time":{"start":1714427999029,"stop":1714427999029,"duration":0}},{"uid":"d166946ab3f1be47","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/d166946ab3f1be47","status":"passed","time":{"start":1714427702223,"stop":1714427702223,"duration":0}},{"uid":"7ea3ca485faeb776","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7ea3ca485faeb776","status":"passed","time":{"start":1714427044023,"stop":1714427044024,"duration":1}},{"uid":"4b61abc9f1b6750e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4b61abc9f1b6750e","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699075,"stop":1714426699075,"duration":0}},{"uid":"f6aca670b22014e1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f6aca670b22014e1","status":"passed","time":{"start":1714425534887,"stop":1714425534887,"duration":0}},{"uid":"53377255f191b350","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/53377255f191b350","status":"passed","time":{"start":1714415702288,"stop":1714415702288,"duration":0}},{"uid":"4873517ce4b0ad6d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4873517ce4b0ad6d","status":"passed","time":{"start":1714415850496,"stop":1714415850496,"duration":0}},{"uid":"c388b9e99f2e132e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c388b9e99f2e132e","status":"passed","time":{"start":1714408049944,"stop":1714408049944,"duration":0}},{"uid":"e2c598eb4f671b4d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e2c598eb4f671b4d","status":"passed","time":{"start":1714407080668,"stop":1714407080668,"duration":0}},{"uid":"d8520161b1e66de8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d8520161b1e66de8","status":"passed","time":{"start":1714404860584,"stop":1714404860584,"duration":0}}]},"ec5113d1f596c9866ff71284a6fb3887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"caa399909cb4828d","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/caa399909cb4828d","status":"passed","time":{"start":1714383546699,"stop":1714383546699,"duration":0}}]},"d2ca7ee62fe8a2edc1369e336c887dad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c556d3366a22f8f","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/5c556d3366a22f8f","status":"passed","time":{"start":1714082690897,"stop":1714082690897,"duration":0}}]},"1fd033057b8372269aad6842853533f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b348459d9db32b1","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2b348459d9db32b1","status":"passed","time":{"start":1714144804254,"stop":1714144804254,"duration":0}}]},"eeb8194a505d9d3d491aeec97c6bef4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"778f4a4cfeecb23b","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/778f4a4cfeecb23b","status":"passed","time":{"start":1714089330765,"stop":1714089330766,"duration":1}}]},"ab32a1db60be7d5ee8965d24fa8c7972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ef8aa6f4a2e6d4c","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/9ef8aa6f4a2e6d4c","status":"passed","time":{"start":1714385001597,"stop":1714385001597,"duration":0}}]},"06662fba5a8f6eb1932dfbc379a5bea2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7afc1fb49bcfb5f8","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/7afc1fb49bcfb5f8","status":"passed","time":{"start":1714123425563,"stop":1714123425563,"duration":0}}]},"e6329f1966b1549bdbc7fd5cf9478743:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a443142eb0392290","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/a443142eb0392290","status":"passed","time":{"start":1714297259182,"stop":1714297259183,"duration":1}}]},"33501fd92fc00c78dd93ffe953b0e75f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a7b8ab13365a877","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6a7b8ab13365a877","status":"passed","time":{"start":1714219167798,"stop":1714219167799,"duration":1}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"d2fee9df710e76fc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d2fee9df710e76fc","status":"passed","time":{"start":1714454483208,"stop":1714454483209,"duration":1}},{"uid":"e5b054ab7060f9c9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e5b054ab7060f9c9","status":"passed","time":{"start":1714436043142,"stop":1714436043146,"duration":4}},{"uid":"fdd92f3b60de7640","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fdd92f3b60de7640","status":"passed","time":{"start":1714435099738,"stop":1714435099738,"duration":0}},{"uid":"f3129149081bcd8a","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f3129149081bcd8a","status":"passed","time":{"start":1714433792299,"stop":1714433792299,"duration":0}},{"uid":"84a4c6c093df3a62","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/84a4c6c093df3a62","status":"passed","time":{"start":1714431997900,"stop":1714431997900,"duration":0}},{"uid":"4898acd2348df252","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4898acd2348df252","status":"passed","time":{"start":1714432293612,"stop":1714432293612,"duration":0}},{"uid":"3ec99b0640182456","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3ec99b0640182456","status":"passed","time":{"start":1714430988317,"stop":1714430988318,"duration":1}},{"uid":"6faba7d8d5c53732","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6faba7d8d5c53732","status":"passed","time":{"start":1714430789855,"stop":1714430789856,"duration":1}},{"uid":"f30c7605e88d6f41","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f30c7605e88d6f41","status":"passed","time":{"start":1714429967920,"stop":1714429967920,"duration":0}},{"uid":"a68678d9184ed9f0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a68678d9184ed9f0","status":"passed","time":{"start":1714429091065,"stop":1714429091065,"duration":0}},{"uid":"573681a17649574b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/573681a17649574b","status":"passed","time":{"start":1714427833037,"stop":1714427833037,"duration":0}},{"uid":"33b0dc11597a8f32","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/33b0dc11597a8f32","status":"passed","time":{"start":1714427561599,"stop":1714427561599,"duration":0}},{"uid":"dc4d0af20673dd8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/dc4d0af20673dd8","status":"passed","time":{"start":1714426916059,"stop":1714426916059,"duration":0}},{"uid":"623a79e0b3f6490d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/623a79e0b3f6490d","status":"passed","time":{"start":1714425586973,"stop":1714425586973,"duration":0}},{"uid":"86c062e778f99c92","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/86c062e778f99c92","status":"passed","time":{"start":1714425396499,"stop":1714425396504,"duration":5}},{"uid":"c435e89b3f0091f6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c435e89b3f0091f6","status":"passed","time":{"start":1714415596691,"stop":1714415596692,"duration":1}},{"uid":"7f5a1931af3b96fe","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7f5a1931af3b96fe","status":"passed","time":{"start":1714415715320,"stop":1714415715320,"duration":0}},{"uid":"30e5a9e2c4dcd183","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/30e5a9e2c4dcd183","status":"passed","time":{"start":1714407912887,"stop":1714407912887,"duration":0}},{"uid":"e24235cd185892a6","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e24235cd185892a6","status":"passed","time":{"start":1714406956964,"stop":1714406956965,"duration":1}},{"uid":"d1f4fd31685f54ff","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d1f4fd31685f54ff","status":"passed","time":{"start":1714404734773,"stop":1714404734774,"duration":1}}]},"16ddce4a121e7a271d1589e32fc40853:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"310ab9257cb43872","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/310ab9257cb43872","status":"passed","time":{"start":1714386642377,"stop":1714386642378,"duration":1}}]},"c7db2b4764f33dca34ed2c8aff1f29a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dee507612fc36be8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dee507612fc36be8","status":"passed","time":{"start":1714429091063,"stop":1714429091063,"duration":0}}]},"062df08a8a0016e22af75d58785af918:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebcb00f19096cb10","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/ebcb00f19096cb10","status":"passed","time":{"start":1714380392372,"stop":1714380392373,"duration":1}}]},"adda73cc0280cca443b50c204cc1dc1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f57ba9f9999d19bc","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f57ba9f9999d19bc","status":"passed","time":{"start":1714383216307,"stop":1714383216309,"duration":2}}]},"83649e3fb61ff3d8a1ab5c348551808b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d8bf5e12f702ce1d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d8bf5e12f702ce1d","status":"passed","time":{"start":1714407938513,"stop":1714407938513,"duration":0}}]},"f49fd9433cce399267a5b510bd46f704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62214ec321b1d6cc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/62214ec321b1d6cc","status":"passed","time":{"start":1714454485753,"stop":1714454485753,"duration":0}}]},"a6d6f1dd78cf93bb61a19a92759a5f07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"746b6d97f7d2832","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/746b6d97f7d2832","status":"passed","time":{"start":1714404264853,"stop":1714404264853,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"d0d58013e6fd25bc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d0d58013e6fd25bc","status":"passed","time":{"start":1714454507881,"stop":1714454507903,"duration":22}},{"uid":"1d0c729e56f4bbdf","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1d0c729e56f4bbdf","status":"passed","time":{"start":1714436048752,"stop":1714436048753,"duration":1}},{"uid":"df2a9c4a099dadc1","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/df2a9c4a099dadc1","status":"passed","time":{"start":1714435155768,"stop":1714435155769,"duration":1}},{"uid":"a09ceede5f8f4470","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a09ceede5f8f4470","status":"passed","time":{"start":1714433815789,"stop":1714433815790,"duration":1}},{"uid":"a96ecf0db21db2c6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a96ecf0db21db2c6","status":"passed","time":{"start":1714432025722,"stop":1714432025722,"duration":0}},{"uid":"cec6f5b4d8c160d6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cec6f5b4d8c160d6","status":"passed","time":{"start":1714432319345,"stop":1714432319345,"duration":0}},{"uid":"96094816576c6bc4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/96094816576c6bc4","status":"passed","time":{"start":1714431035240,"stop":1714431035240,"duration":0}},{"uid":"75ef631f82f8874d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/75ef631f82f8874d","status":"passed","time":{"start":1714430851111,"stop":1714430851112,"duration":1}},{"uid":"cb2f7ea1d02b0c07","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/cb2f7ea1d02b0c07","status":"passed","time":{"start":1714429998274,"stop":1714429998279,"duration":5}},{"uid":"8a97dcb914b8c94a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8a97dcb914b8c94a","status":"passed","time":{"start":1714429123409,"stop":1714429123410,"duration":1}},{"uid":"146d624b1e3824e6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/146d624b1e3824e6","status":"passed","time":{"start":1714427908722,"stop":1714427908723,"duration":1}},{"uid":"ffbab8fec17b2ac8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ffbab8fec17b2ac8","status":"passed","time":{"start":1714427590255,"stop":1714427590255,"duration":0}},{"uid":"38273e1368b0fdf2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/38273e1368b0fdf2","status":"passed","time":{"start":1714426950358,"stop":1714426950358,"duration":0}},{"uid":"68122ca0ea69e83d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/68122ca0ea69e83d","status":"passed","time":{"start":1714425413013,"stop":1714425413013,"duration":0}},{"uid":"702705a5ed07a3f9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/702705a5ed07a3f9","status":"passed","time":{"start":1714425435615,"stop":1714425435616,"duration":1}},{"uid":"977330df538f33b7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/977330df538f33b7","status":"passed","time":{"start":1714415590162,"stop":1714415590163,"duration":1}},{"uid":"619eee6c6b3bf405","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/619eee6c6b3bf405","status":"passed","time":{"start":1714415739328,"stop":1714415739329,"duration":1}},{"uid":"973829ecc0d6a293","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/973829ecc0d6a293","status":"passed","time":{"start":1714407950122,"stop":1714407950123,"duration":1}},{"uid":"a6ca829ae5a39c76","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a6ca829ae5a39c76","status":"passed","time":{"start":1714406978462,"stop":1714406978462,"duration":0}},{"uid":"4e756c9a319d07da","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4e756c9a319d07da","status":"passed","time":{"start":1714404752146,"stop":1714404752146,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":5,"passed":83,"unknown":0,"total":88},"items":[{"uid":"58d7e30b4979337c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/58d7e30b4979337c","status":"passed","time":{"start":1714454483207,"stop":1714454483208,"duration":1}},{"uid":"ba241bafbee770a1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ba241bafbee770a1","status":"passed","time":{"start":1714436043136,"stop":1714436043136,"duration":0}},{"uid":"3c9376d330fc2c93","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3c9376d330fc2c93","status":"passed","time":{"start":1714435099730,"stop":1714435099734,"duration":4}},{"uid":"89d09dd074fb8e1b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/89d09dd074fb8e1b","status":"passed","time":{"start":1714433792297,"stop":1714433792298,"duration":1}},{"uid":"fde41e6058d4753e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fde41e6058d4753e","status":"passed","time":{"start":1714431997899,"stop":1714431997899,"duration":0}},{"uid":"5cb06e99d173c990","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5cb06e99d173c990","status":"passed","time":{"start":1714432293611,"stop":1714432293611,"duration":0}},{"uid":"fe331eadee40450b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/fe331eadee40450b","status":"passed","time":{"start":1714430988316,"stop":1714430988317,"duration":1}},{"uid":"cbe21f99f0a820e1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cbe21f99f0a820e1","status":"passed","time":{"start":1714430789855,"stop":1714430789855,"duration":0}},{"uid":"4fafa37ff5b7cf1e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4fafa37ff5b7cf1e","status":"passed","time":{"start":1714429967919,"stop":1714429967919,"duration":0}},{"uid":"9331dba28be8f272","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9331dba28be8f272","status":"passed","time":{"start":1714429091064,"stop":1714429091064,"duration":0}},{"uid":"7d7f088923022972","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7d7f088923022972","status":"passed","time":{"start":1714427833035,"stop":1714427833035,"duration":0}},{"uid":"f11b49d80bd7f801","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f11b49d80bd7f801","status":"passed","time":{"start":1714427561593,"stop":1714427561593,"duration":0}},{"uid":"4e45604e234fe0fc","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4e45604e234fe0fc","status":"passed","time":{"start":1714426916054,"stop":1714426916055,"duration":1}},{"uid":"585c150d30d94bba","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/585c150d30d94bba","status":"passed","time":{"start":1714425586972,"stop":1714425586972,"duration":0}},{"uid":"6dc443418c297faa","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6dc443418c297faa","status":"passed","time":{"start":1714425396498,"stop":1714425396499,"duration":1}},{"uid":"a13228d208213709","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a13228d208213709","status":"passed","time":{"start":1714415596690,"stop":1714415596690,"duration":0}},{"uid":"e4404554408b5d81","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e4404554408b5d81","status":"passed","time":{"start":1714415715319,"stop":1714415715320,"duration":1}},{"uid":"8aa65035db2f72ac","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8aa65035db2f72ac","status":"passed","time":{"start":1714407912886,"stop":1714407912886,"duration":0}},{"uid":"76c53940b17a9d1e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/76c53940b17a9d1e","status":"passed","time":{"start":1714406956964,"stop":1714406956964,"duration":0}},{"uid":"4dec7d4b7bf1dd5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4dec7d4b7bf1dd5","status":"passed","time":{"start":1714404734772,"stop":1714404734773,"duration":1}}]},"e4bdf5ff27ab12e521e7861c19a32fa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a9548b11bcfae868","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/a9548b11bcfae868","status":"passed","time":{"start":1714123147372,"stop":1714123147373,"duration":1}}]},"6b1cdc744579c42e132babbf213dba77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21b42fb9e9b61160","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/21b42fb9e9b61160","status":"passed","time":{"start":1714415715313,"stop":1714415715313,"duration":0}}]},"bdc8f01134122d70d16b113fadcdadbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"cb64b79c205fcb44","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/cb64b79c205fcb44","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714080698437,"stop":1714080698437,"duration":0}}]},"92c446c689a06e8cb80efd3174c351cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"251f3acf862c2354","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/251f3acf862c2354","status":"passed","time":{"start":1714129844757,"stop":1714129844757,"duration":0}}]},"51d694ed9974a7a73f37e08b0020ecee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef921c10343d00e9","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/ef921c10343d00e9","status":"passed","time":{"start":1714386707029,"stop":1714386707029,"duration":0}}]},"dc92b4d05fdae779ab48a76ef1025bfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0b8845b0ba8698a","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/c0b8845b0ba8698a","status":"passed","time":{"start":1714139928169,"stop":1714139928169,"duration":0}}]},"6d890c48921e7bfaf287cd15ccd3e8af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a378f1fcd638fd84","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/a378f1fcd638fd84","status":"passed","time":{"start":1714383125909,"stop":1714383125910,"duration":1}}]},"4911325f35060c566aee80144f6497d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c222ad5fe1d0ef02","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c222ad5fe1d0ef02","status":"passed","time":{"start":1714415728456,"stop":1714415728456,"duration":0}}]},"327f68c513c6499f7429cce27109e9a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47c135cee46cd96b","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/47c135cee46cd96b","status":"passed","time":{"start":1714262246469,"stop":1714262246470,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"a0aeee07ed856dff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a0aeee07ed856dff","status":"passed","time":{"start":1714454185399,"stop":1714454185399,"duration":0}},{"uid":"e06fd547d33bb9c2","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e06fd547d33bb9c2","status":"passed","time":{"start":1714435735080,"stop":1714435735081,"duration":1}},{"uid":"fa842175af261609","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fa842175af261609","status":"passed","time":{"start":1714434806121,"stop":1714434806122,"duration":1}},{"uid":"60ed7ca2a44da1af","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/60ed7ca2a44da1af","status":"passed","time":{"start":1714433499863,"stop":1714433499864,"duration":1}},{"uid":"d3a1cfaffcb99e06","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/d3a1cfaffcb99e06","status":"passed","time":{"start":1714431708455,"stop":1714431708455,"duration":0}},{"uid":"c59bbe987d979b0f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c59bbe987d979b0f","status":"passed","time":{"start":1714431973950,"stop":1714431973950,"duration":0}},{"uid":"f12e5ba0683e0f5a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f12e5ba0683e0f5a","status":"passed","time":{"start":1714430712228,"stop":1714430712229,"duration":1}},{"uid":"7a9eb1200f43c312","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7a9eb1200f43c312","status":"passed","time":{"start":1714430495765,"stop":1714430495766,"duration":1}},{"uid":"bea1cebc0cb94c14","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bea1cebc0cb94c14","status":"passed","time":{"start":1714429658506,"stop":1714429658506,"duration":0}},{"uid":"d456cf3f8ca0c809","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d456cf3f8ca0c809","status":"passed","time":{"start":1714428797056,"stop":1714428797056,"duration":0}},{"uid":"490685c7d28ef37d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/490685c7d28ef37d","status":"passed","time":{"start":1714427574981,"stop":1714427574981,"duration":0}},{"uid":"83b60d0482b5e4ee","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/83b60d0482b5e4ee","status":"passed","time":{"start":1714427265760,"stop":1714427265760,"duration":0}},{"uid":"8396f53b0a056b25","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8396f53b0a056b25","status":"passed","time":{"start":1714426629927,"stop":1714426629927,"duration":0}},{"uid":"6be798a5bd81b25e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6be798a5bd81b25e","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424898,"stop":1714425424898,"duration":0}},{"uid":"88f6e23e2e130a2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/88f6e23e2e130a2","status":"passed","time":{"start":1714425110756,"stop":1714425110756,"duration":0}},{"uid":"d084a04fabbcfa65","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d084a04fabbcfa65","status":"passed","time":{"start":1714415251481,"stop":1714415251482,"duration":1}},{"uid":"24a202783547a479","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/24a202783547a479","status":"passed","time":{"start":1714415441994,"stop":1714415441995,"duration":1}},{"uid":"a62006e12e867b59","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a62006e12e867b59","status":"passed","time":{"start":1714407634796,"stop":1714407634796,"duration":0}},{"uid":"38228d84219b0262","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/38228d84219b0262","status":"passed","time":{"start":1714406654762,"stop":1714406654763,"duration":1}},{"uid":"e975d69da94b2acf","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e975d69da94b2acf","status":"passed","time":{"start":1714404452616,"stop":1714404452617,"duration":1}}]},"625dc34f0b31eef1e03a739a51739596:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df462c23f9a3826f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/df462c23f9a3826f","status":"passed","time":{"start":1714415715314,"stop":1714415715315,"duration":1}}]},"670589a2b74c4445168a09f7f83742ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"248cc7796960b396","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/248cc7796960b396","status":"passed","time":{"start":1714432193279,"stop":1714432193280,"duration":1}}]},"91d62d2c94d0f686604fb6aa0f859bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1e27bb2e6bfae7e3","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/1e27bb2e6bfae7e3","status":"passed","time":{"start":1714086991878,"stop":1714086991878,"duration":0}}]},"5e68637df75a5af1d3b693818216dd13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8270070da7be5245","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8270070da7be5245","status":"passed","time":{"start":1714454485750,"stop":1714454485750,"duration":0}}]},"9d4b9a79eb3649a568682501af927107:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bdd4b1e738235717","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/bdd4b1e738235717","status":"passed","time":{"start":1714221461920,"stop":1714221461920,"duration":0}}]},"0ceb374f6ab510f002ad5351c536d726:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"edfcf55ecd8992ef","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/edfcf55ecd8992ef","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713988142231,"stop":1713988142231,"duration":0}}]},"8cad3d1b14265a3954691191c0dd5cae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2284b2b073ef3e89","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/2284b2b073ef3e89","status":"passed","time":{"start":1714384633428,"stop":1714384633428,"duration":0}}]},"bc963a31d2f7e854256b9140e512ae3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a300724eee17d819","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/a300724eee17d819","status":"passed","time":{"start":1713977433088,"stop":1713977433088,"duration":0}}]},"e53a48a5ad9f9d08b192902a8f5c8bce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"567ea202a953282","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/567ea202a953282","status":"passed","time":{"start":1714430948527,"stop":1714430948529,"duration":2}}]},"dc814b7b89d280dddd200129b2d5932c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"46ff8f762a063207","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/46ff8f762a063207","status":"passed","time":{"start":1714425425851,"stop":1714425425851,"duration":0}}]},"8390d025419f3f61f9bc5a08e8f7b08f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c3c87309fa90cf5e","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/c3c87309fa90cf5e","status":"passed","time":{"start":1714214828270,"stop":1714214828271,"duration":1}}]},"5f2783f082861b5d9d558e93782aba55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"16e54c461db3d1de","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/16e54c461db3d1de","status":"passed","time":{"start":1714086991865,"stop":1714086991866,"duration":1}}]},"0eb9d08219b648eb4c75d264eef8376f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4a7bbd1eb6121857","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4a7bbd1eb6121857","status":"passed","time":{"start":1714453925075,"stop":1714453925075,"duration":0}},{"uid":"9e2232689393e452","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9e2232689393e452","status":"passed","time":{"start":1714435482984,"stop":1714435482984,"duration":0}},{"uid":"561f745eaa5930d3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/561f745eaa5930d3","status":"passed","time":{"start":1714434552020,"stop":1714434552020,"duration":0}},{"uid":"e70bac4e269cbdc7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e70bac4e269cbdc7","status":"passed","time":{"start":1714433247044,"stop":1714433247044,"duration":0}},{"uid":"78eae9dcf14834bf","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/78eae9dcf14834bf","status":"passed","time":{"start":1714431444767,"stop":1714431444768,"duration":1}},{"uid":"b6ff7a650c5a55f8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b6ff7a650c5a55f8","status":"passed","time":{"start":1714431708307,"stop":1714431708307,"duration":0}},{"uid":"6ec8013e1d92df60","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6ec8013e1d92df60","status":"passed","time":{"start":1714430430739,"stop":1714430430739,"duration":0}},{"uid":"22cb694622e8573f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/22cb694622e8573f","status":"passed","time":{"start":1714430223194,"stop":1714430223194,"duration":0}},{"uid":"e5540bee73eade5f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e5540bee73eade5f","status":"passed","time":{"start":1714429383896,"stop":1714429383897,"duration":1}},{"uid":"da53727f6cc5941a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/da53727f6cc5941a","status":"passed","time":{"start":1714428528650,"stop":1714428528650,"duration":0}},{"uid":"be2116550b0f2563","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/be2116550b0f2563","status":"passed","time":{"start":1714427305999,"stop":1714427305999,"duration":0}},{"uid":"a7257a9de6e4964","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/a7257a9de6e4964","status":"passed","time":{"start":1714427007392,"stop":1714427007392,"duration":0}},{"uid":"ccfed2e8112651f3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ccfed2e8112651f3","status":"passed","time":{"start":1714426355987,"stop":1714426355987,"duration":0}},{"uid":"b3321d7589bed577","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b3321d7589bed577","status":"passed","time":{"start":1714424458801,"stop":1714424458801,"duration":0}},{"uid":"257a41c16dafa988","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/257a41c16dafa988","status":"passed","time":{"start":1714424849033,"stop":1714424849033,"duration":0}},{"uid":"5506b386aaec3e53","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5506b386aaec3e53","status":"passed","time":{"start":1714415001464,"stop":1714415001464,"duration":0}},{"uid":"f6bd5d557bff745b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f6bd5d557bff745b","status":"passed","time":{"start":1714415154940,"stop":1714415154940,"duration":0}},{"uid":"354eb2a9af56c8f6","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/354eb2a9af56c8f6","status":"passed","time":{"start":1714407362063,"stop":1714407362063,"duration":0}},{"uid":"cf32bf6e88e1adab","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/cf32bf6e88e1adab","status":"passed","time":{"start":1714406389356,"stop":1714406389356,"duration":0}},{"uid":"4f79e9cf880ca6c1","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4f79e9cf880ca6c1","status":"passed","time":{"start":1714404179195,"stop":1714404179195,"duration":0}}]},"69dd5856f77811d84090a70b5bf669a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fc4a4e3a933a1f5","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/1fc4a4e3a933a1f5","status":"passed","time":{"start":1714262246466,"stop":1714262246466,"duration":0}}]},"c0985dd76c4d64a1e77865127c038aac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"30cfbf12f574ee11","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/30cfbf12f574ee11","status":"passed","time":{"start":1714144804252,"stop":1714144804253,"duration":1}}]},"05291c0f7309ab5065751b14b91b7ec7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f02e7017d6b4628","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/2f02e7017d6b4628","status":"passed","time":{"start":1714382864762,"stop":1714382864762,"duration":0}}]},"b92091b04276a2f8c6ab4dc38ae058f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fcc56273c9b09d92","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/fcc56273c9b09d92","status":"passed","time":{"start":1714145945753,"stop":1714145945754,"duration":1}}]},"2baa013304b0b3f87d32bb0de14ce01f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b44d4fbdccd6d8f5","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/b44d4fbdccd6d8f5","status":"passed","time":{"start":1713987677070,"stop":1713987677070,"duration":0}}]},"bc089a1ecee68537f8cae2c40ffd9bdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e832afb33344c71","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/3e832afb33344c71","status":"passed","time":{"start":1714033799780,"stop":1714033799780,"duration":0}}]},"183d520ad6921e3b1fe6c9816cf3dcf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"daf20eedd7b571ca","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/daf20eedd7b571ca","status":"passed","time":{"start":1714018014407,"stop":1714018014413,"duration":6}}]},"a1c06838542b3abe26e8c6bd9d318496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40fa5da6fbaeb2fd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/40fa5da6fbaeb2fd","status":"passed","time":{"start":1714435155786,"stop":1714435155787,"duration":1}}]},"90a544fd06b7a5999f9de04cbbbd1e2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7053d1d0ea02f838","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/7053d1d0ea02f838","status":"passed","time":{"start":1714139910943,"stop":1714139910944,"duration":1}}]},"9ed7803242b4ad0ee11e52157350008a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d7f7dea7ed000045","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d7f7dea7ed000045","status":"passed","time":{"start":1714406956962,"stop":1714406956962,"duration":0}}]},"63eb3f745cc1ca1497ed70b019ebf03a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"709639ac0b0caa38","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/709639ac0b0caa38","status":"passed","time":{"start":1714379752789,"stop":1714379752790,"duration":1}}]},"58283348d05ad3b8ed5aafaa08893f8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a8bb3613058af0d9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a8bb3613058af0d9","status":"passed","time":{"start":1714430813957,"stop":1714430813958,"duration":1}}]},"0fc738a1b73b9b2ee1f8e8f5f025e1c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9c8c3473e8e572a","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/f9c8c3473e8e572a","status":"passed","time":{"start":1714129761229,"stop":1714129761230,"duration":1}}]},"ca816edc7349039f6c8899da83eadcfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa903a5c954f3379","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/fa903a5c954f3379","status":"passed","time":{"start":1714046099949,"stop":1714046099950,"duration":1}}]},"ce9f6de01eed172dbf767cc8a7c95633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"471c91bd582fe001","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/471c91bd582fe001","status":"passed","time":{"start":1714430720942,"stop":1714430720942,"duration":0}}]},"d11a798efc8c422ac06e08033507cfc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"13bfa4721b90f6ae","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/13bfa4721b90f6ae","status":"passed","time":{"start":1714381747127,"stop":1714381747127,"duration":0}}]},"028711f20721f157c0f82ea193d2df77:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c4e13807d0ff2fe","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/3c4e13807d0ff2fe","status":"passed","time":{"start":1714262246467,"stop":1714262246467,"duration":0}}]},"14f2d3abd69af0e68f8d4d713a2a3fa7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e8274257d6f14f","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/4e8274257d6f14f","status":"passed","time":{"start":1714178024125,"stop":1714178024125,"duration":0}}]},"7f6092d20e2136256056583bfad21e8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b958209e2e2a801f","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/b958209e2e2a801f","status":"passed","time":{"start":1714080398846,"stop":1714080398846,"duration":0}}]},"8bf8ba43e7225442e15b90bb4af75168:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6327da3c7f487629","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6327da3c7f487629","status":"passed","time":{"start":1714219167798,"stop":1714219167798,"duration":0}}]},"976ec4d54908913aa005c087001bf8ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bec0aff15d02b4b8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bec0aff15d02b4b8","status":"passed","time":{"start":1714427584807,"stop":1714427584807,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f94eabf3ee2e344a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f94eabf3ee2e344a","status":"passed","time":{"start":1714454485767,"stop":1714454485767,"duration":0}},{"uid":"216cea61b491dcf7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/216cea61b491dcf7","status":"passed","time":{"start":1714436053002,"stop":1714436053002,"duration":0}},{"uid":"9407156b96242302","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9407156b96242302","status":"passed","time":{"start":1714435115857,"stop":1714435115857,"duration":0}},{"uid":"aaf1958769184051","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/aaf1958769184051","status":"passed","time":{"start":1714433811169,"stop":1714433811170,"duration":1}},{"uid":"e9fda90e4b67c4d6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e9fda90e4b67c4d6","status":"passed","time":{"start":1714432020154,"stop":1714432020155,"duration":1}},{"uid":"ca21ade6bd6ede25","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ca21ade6bd6ede25","status":"passed","time":{"start":1714432303176,"stop":1714432303177,"duration":1}},{"uid":"76ab1a3b100283f5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/76ab1a3b100283f5","status":"passed","time":{"start":1714430997208,"stop":1714430997208,"duration":0}},{"uid":"cfbb415a2b225732","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cfbb415a2b225732","status":"passed","time":{"start":1714430813960,"stop":1714430813961,"duration":1}},{"uid":"82bc3874dc322c22","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/82bc3874dc322c22","status":"passed","time":{"start":1714429973513,"stop":1714429973514,"duration":1}},{"uid":"9b9202451b5699f0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9b9202451b5699f0","status":"passed","time":{"start":1714429098041,"stop":1714429098041,"duration":0}},{"uid":"e0ad154ec777ebc1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e0ad154ec777ebc1","status":"passed","time":{"start":1714427856113,"stop":1714427856113,"duration":0}},{"uid":"48a383c8d878b5d0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/48a383c8d878b5d0","status":"passed","time":{"start":1714427584824,"stop":1714427584824,"duration":0}},{"uid":"c6feada3a232ff4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c6feada3a232ff4","status":"passed","time":{"start":1714426927578,"stop":1714426927578,"duration":0}},{"uid":"fb1da70714e35b75","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fb1da70714e35b75","status":"passed","time":{"start":1714425644086,"stop":1714425644086,"duration":0}},{"uid":"ea862fd6c00f83b2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ea862fd6c00f83b2","status":"passed","time":{"start":1714425425864,"stop":1714425425865,"duration":1}},{"uid":"53432e5903f83d23","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/53432e5903f83d23","status":"passed","time":{"start":1714415598522,"stop":1714415598523,"duration":1}},{"uid":"98f12e7e5a4cd958","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/98f12e7e5a4cd958","status":"passed","time":{"start":1714415728466,"stop":1714415728467,"duration":1}},{"uid":"bb9cd1009082f47f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bb9cd1009082f47f","status":"passed","time":{"start":1714407938522,"stop":1714407938522,"duration":0}},{"uid":"4e1366eb024b8b7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4e1366eb024b8b7","status":"passed","time":{"start":1714406971796,"stop":1714406971800,"duration":4}},{"uid":"b874f1d7df80ddb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b874f1d7df80ddb","status":"passed","time":{"start":1714404739437,"stop":1714404739438,"duration":1}}]},"c26eaacdf88b7944ec950085c8d37005:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e61af96bf58a2696","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/e61af96bf58a2696","status":"passed","time":{"start":1714169144255,"stop":1714169144255,"duration":0}}]},"faee2cc8b04a2f5cff6892e93693cc67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"86279c7a7ebb3efd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/86279c7a7ebb3efd","status":"passed","time":{"start":1714453925059,"stop":1714453925059,"duration":0}},{"uid":"c7094e3fe881240","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c7094e3fe881240","status":"passed","time":{"start":1714435482966,"stop":1714435482967,"duration":1}},{"uid":"4a30e68a0520dd97","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4a30e68a0520dd97","status":"passed","time":{"start":1714434552002,"stop":1714434552002,"duration":0}},{"uid":"dfd67e674d25bc44","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dfd67e674d25bc44","status":"passed","time":{"start":1714433247027,"stop":1714433247027,"duration":0}},{"uid":"275be6956516c24","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/275be6956516c24","status":"passed","time":{"start":1714431444748,"stop":1714431444748,"duration":0}},{"uid":"12058f975c6599e5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/12058f975c6599e5","status":"passed","time":{"start":1714431708289,"stop":1714431708289,"duration":0}},{"uid":"6a40d3b0a37d0486","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6a40d3b0a37d0486","status":"passed","time":{"start":1714430430720,"stop":1714430430721,"duration":1}},{"uid":"bb02d0218b4f8857","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bb02d0218b4f8857","status":"passed","time":{"start":1714430223181,"stop":1714430223181,"duration":0}},{"uid":"9bc7bfa4e228d289","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9bc7bfa4e228d289","status":"passed","time":{"start":1714429383877,"stop":1714429383877,"duration":0}},{"uid":"aec428e8ecce7bab","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aec428e8ecce7bab","status":"passed","time":{"start":1714428528632,"stop":1714428528632,"duration":0}},{"uid":"8e54169524331875","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8e54169524331875","status":"passed","time":{"start":1714427305984,"stop":1714427305984,"duration":0}},{"uid":"84a90baeff15aafb","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/84a90baeff15aafb","status":"passed","time":{"start":1714427007379,"stop":1714427007379,"duration":0}},{"uid":"47a386c1f8c87d28","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/47a386c1f8c87d28","status":"passed","time":{"start":1714426355967,"stop":1714426355968,"duration":1}},{"uid":"82895a6082be60a9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/82895a6082be60a9","status":"passed","time":{"start":1714424458781,"stop":1714424458781,"duration":0}},{"uid":"cc50404ecc2f388c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cc50404ecc2f388c","status":"passed","time":{"start":1714424849007,"stop":1714424849007,"duration":0}},{"uid":"6623a6f71c4c997c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6623a6f71c4c997c","status":"passed","time":{"start":1714415001447,"stop":1714415001447,"duration":0}},{"uid":"288630677e12ce87","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/288630677e12ce87","status":"passed","time":{"start":1714415154918,"stop":1714415154918,"duration":0}},{"uid":"430b14f5166c21de","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/430b14f5166c21de","status":"passed","time":{"start":1714407362044,"stop":1714407362045,"duration":1}},{"uid":"a9dcfc95b27ef54c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a9dcfc95b27ef54c","status":"passed","time":{"start":1714406389338,"stop":1714406389338,"duration":0}},{"uid":"45dd4a9bcbb9443b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/45dd4a9bcbb9443b","status":"passed","time":{"start":1714404179176,"stop":1714404179176,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"8438a27c06408ef7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8438a27c06408ef7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714453987203,"stop":1714453987203,"duration":0}},{"uid":"8c0b0cfb11f07aff","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8c0b0cfb11f07aff","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435545818,"stop":1714435545819,"duration":1}},{"uid":"a4c9d246d3d81352","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a4c9d246d3d81352","status":"skipped","statusDetails":"Test ignored","time":{"start":1714434626136,"stop":1714434626136,"duration":0}},{"uid":"9264f5e756c3ddd5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9264f5e756c3ddd5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433316407,"stop":1714433316407,"duration":0}},{"uid":"3f4497e5eef07ead","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3f4497e5eef07ead","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431506528,"stop":1714431506528,"duration":0}},{"uid":"482b202d7d8db257","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/482b202d7d8db257","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431770056,"stop":1714431770057,"duration":1}},{"uid":"8cc3832852a53a82","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8cc3832852a53a82","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430495735,"stop":1714430495736,"duration":1}},{"uid":"3d90a2cffef98b1f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3d90a2cffef98b1f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430283243,"stop":1714430283244,"duration":1}},{"uid":"843d957fbf620cd7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/843d957fbf620cd7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429454740,"stop":1714429454740,"duration":0}},{"uid":"344843f2a6da5027","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/344843f2a6da5027","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428603030,"stop":1714428603030,"duration":0}},{"uid":"dfb318375b6cd99d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/dfb318375b6cd99d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427368869,"stop":1714427368869,"duration":0}},{"uid":"c76c2424e979bb7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c76c2424e979bb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427087111,"stop":1714427087111,"duration":0}},{"uid":"a4064d657156916a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/a4064d657156916a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426419014,"stop":1714426419038,"duration":24}},{"uid":"35f617de58d41475","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/35f617de58d41475","status":"skipped","statusDetails":"Test ignored","time":{"start":1714424522177,"stop":1714424522177,"duration":0}},{"uid":"2c04268c6f503e69","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2c04268c6f503e69","status":"skipped","statusDetails":"Test ignored","time":{"start":1714424912040,"stop":1714424912040,"duration":0}},{"uid":"3b4bfe567e43fb69","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3b4bfe567e43fb69","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415063945,"stop":1714415063945,"duration":0}},{"uid":"5c4e461d34bd69cf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5c4e461d34bd69cf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415219588,"stop":1714415219588,"duration":0}},{"uid":"af9060b4a9a8a6df","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/af9060b4a9a8a6df","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407435784,"stop":1714407435784,"duration":0}},{"uid":"4c3eb6068046b8a2","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4c3eb6068046b8a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406451899,"stop":1714406451899,"duration":0}},{"uid":"e99bb82fb1e30b19","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e99bb82fb1e30b19","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404244903,"stop":1714404244903,"duration":0}}]},"a0824b40fb5394caf3b9644dd731f4a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1146d5df48ed5a9","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/d1146d5df48ed5a9","status":"passed","time":{"start":1714177988724,"stop":1714177988724,"duration":0}}]},"e074d54581ec82ace5e2b6c56af4f5c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a60f6fe08e0ac8bd","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/a60f6fe08e0ac8bd","status":"passed","time":{"start":1714169144254,"stop":1714169144255,"duration":1}}]},"cefab6a287af47a94c5181866bbdcb22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"753ea5d60e1463c","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/753ea5d60e1463c","status":"passed","time":{"start":1714381688744,"stop":1714381688744,"duration":0}}]},"d4fe8e996f2613ddca7a7492c873feb7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a1df7eb85e3f5e89","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/a1df7eb85e3f5e89","status":"passed","time":{"start":1714139794954,"stop":1714139794955,"duration":1}}]},"380ba459e7a096f25287e95e9330559a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5433bd0b70499bc","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/5433bd0b70499bc","status":"passed","time":{"start":1714169380025,"stop":1714169380025,"duration":0}}]},"e939093745f16886b75abc400df2a0ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fb6fe464b68c7e8","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/1fb6fe464b68c7e8","status":"passed","time":{"start":1714145924572,"stop":1714145924572,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":6,"skipped":0,"passed":82,"unknown":0,"total":88},"items":[{"uid":"93eec2e256dcae48","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/93eec2e256dcae48","status":"passed","time":{"start":1714454365886,"stop":1714454365886,"duration":0}},{"uid":"34df2c4b7c1a2ca1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/34df2c4b7c1a2ca1","status":"passed","time":{"start":1714435932827,"stop":1714435932828,"duration":1}},{"uid":"512297f845859562","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/512297f845859562","status":"passed","time":{"start":1714435006850,"stop":1714435006851,"duration":1}},{"uid":"dd661f58b9993684","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dd661f58b9993684","status":"passed","time":{"start":1714433693927,"stop":1714433693928,"duration":1}},{"uid":"89d4828b9fb7c730","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/89d4828b9fb7c730","status":"passed","time":{"start":1714431888560,"stop":1714431888560,"duration":0}},{"uid":"d6df35f48b81c142","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d6df35f48b81c142","status":"passed","time":{"start":1714432201981,"stop":1714432201982,"duration":1}},{"uid":"f43a101c2476a1d4","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f43a101c2476a1d4","status":"passed","time":{"start":1714430892459,"stop":1714430892459,"duration":0}},{"uid":"5dc36c1b06ae9e30","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5dc36c1b06ae9e30","status":"passed","time":{"start":1714430720936,"stop":1714430720937,"duration":1}},{"uid":"9eef9517ce54e8ad","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9eef9517ce54e8ad","status":"passed","time":{"start":1714429855262,"stop":1714429855262,"duration":0}},{"uid":"62a7e119203d5c54","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/62a7e119203d5c54","status":"passed","time":{"start":1714428989448,"stop":1714428989448,"duration":0}},{"uid":"9be1784c7b7d8b90","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9be1784c7b7d8b90","status":"passed","time":{"start":1714427767181,"stop":1714427767181,"duration":0}},{"uid":"9c7f5ee7d4764d4c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9c7f5ee7d4764d4c","status":"passed","time":{"start":1714427460525,"stop":1714427460525,"duration":0}},{"uid":"1cc19fe8029d277c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1cc19fe8029d277c","status":"passed","time":{"start":1714426812810,"stop":1714426812810,"duration":0}},{"uid":"17b5987f6e5b20bb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/17b5987f6e5b20bb","status":"passed","time":{"start":1714425528587,"stop":1714425528587,"duration":0}},{"uid":"28b4b70d70bf3e02","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/28b4b70d70bf3e02","status":"passed","time":{"start":1714425301125,"stop":1714425301126,"duration":1}},{"uid":"1d7cfb61b014399e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1d7cfb61b014399e","status":"passed","time":{"start":1714415473268,"stop":1714415473269,"duration":1}},{"uid":"fae6191c0b2f8a9a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/fae6191c0b2f8a9a","status":"passed","time":{"start":1714415615364,"stop":1714415615364,"duration":0}},{"uid":"f7360e0c9db22b18","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f7360e0c9db22b18","status":"passed","time":{"start":1714407816873,"stop":1714407816874,"duration":1}},{"uid":"eb06ab93576cf9a3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/eb06ab93576cf9a3","status":"passed","time":{"start":1714406861593,"stop":1714406861594,"duration":1}},{"uid":"ba753c5f7e4c00a7","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ba753c5f7e4c00a7","status":"passed","time":{"start":1714404628276,"stop":1714404628277,"duration":1}}]},"7d4d22ddc87f07f40d8bd9209c1e1625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"49bcd9a71259d218","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/49bcd9a71259d218","status":"passed","time":{"start":1714404421548,"stop":1714404421548,"duration":0}}]},"95f4bd15fadfef15261870d20471a397:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"303d3eced2714959","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/303d3eced2714959","status":"passed","time":{"start":1714297355222,"stop":1714297355222,"duration":0}}]},"a0930743cb6fcecad687502837e26075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8aa863b0e038ffa0","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/8aa863b0e038ffa0","status":"passed","time":{"start":1714018046574,"stop":1714018046574,"duration":0}}]},"024b3399dd905e3d2f826b3a8813a375:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18254ecdebab8165","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/18254ecdebab8165","status":"passed","time":{"start":1714169380024,"stop":1714169380024,"duration":0}}]},"ac0a0c0ed68f3fe068f5ed9d9d3090f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"515a6573898aa00","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/515a6573898aa00","status":"passed","time":{"start":1714040336331,"stop":1714040336331,"duration":0}}]},"5d06f291ff041a3549ce087a4e221322:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b4c29191cef4bb03","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b4c29191cef4bb03","status":"passed","time":{"start":1714454483204,"stop":1714454483205,"duration":1}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"db1849652f5bc06d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/db1849652f5bc06d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454366019,"stop":1714454366019,"duration":0}},{"uid":"3aae65366485daf9","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3aae65366485daf9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435933096,"stop":1714435933096,"duration":0}},{"uid":"bb782529e50678c4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bb782529e50678c4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435007055,"stop":1714435007055,"duration":0}},{"uid":"56bda38ca561e52d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/56bda38ca561e52d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433694171,"stop":1714433694171,"duration":0}},{"uid":"ae0ffb9715d3bf83","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ae0ffb9715d3bf83","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431888739,"stop":1714431888739,"duration":0}},{"uid":"a7e819f0e76d0cf4","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a7e819f0e76d0cf4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432193549,"stop":1714432193549,"duration":0}},{"uid":"1ad56a2d871a7297","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1ad56a2d871a7297","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430892641,"stop":1714430892641,"duration":0}},{"uid":"9ac1d130cf860d8d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9ac1d130cf860d8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430713703,"stop":1714430713703,"duration":0}},{"uid":"b9ace42ec11fe8bd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/b9ace42ec11fe8bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429855448,"stop":1714429855448,"duration":0}},{"uid":"f5fb827a11491ed4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f5fb827a11491ed4","status":"skipped","statusDetails":"Test ignored","time":{"start":1714428983403,"stop":1714428983404,"duration":1}},{"uid":"cf71479ea0fbfbf1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cf71479ea0fbfbf1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427692387,"stop":1714427692387,"duration":0}},{"uid":"8ad3a6d26aba1833","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8ad3a6d26aba1833","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427460683,"stop":1714427460684,"duration":1}},{"uid":"d56b641f9b84a0a8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d56b641f9b84a0a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426813109,"stop":1714426813109,"duration":0}},{"uid":"30196c46bb019d23","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/30196c46bb019d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425470275,"stop":1714425470275,"duration":0}},{"uid":"9fb7d59073442607","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9fb7d59073442607","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425298656,"stop":1714425298656,"duration":0}},{"uid":"ea82270ce3b794ac","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ea82270ce3b794ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415473453,"stop":1714415473453,"duration":0}},{"uid":"2c445e57af50a5f1","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2c445e57af50a5f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415615567,"stop":1714415615567,"duration":0}},{"uid":"93a06a0dcef283c0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/93a06a0dcef283c0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407817067,"stop":1714407817067,"duration":0}},{"uid":"8f2eda161c5b918e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8f2eda161c5b918e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406853458,"stop":1714406853458,"duration":0}},{"uid":"f1da88ee1b2c15bb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f1da88ee1b2c15bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404628458,"stop":1714404628458,"duration":0}}]},"a242d1f679d17baff3f4f91a56d231bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"f6c5c5027f8a1242","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f6c5c5027f8a1242","status":"passed","time":{"start":1714453925066,"stop":1714453925066,"duration":0}},{"uid":"ae5eeabd9f495fc7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ae5eeabd9f495fc7","status":"passed","time":{"start":1714435482975,"stop":1714435482975,"duration":0}},{"uid":"dc03fb80478eece","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/dc03fb80478eece","status":"passed","time":{"start":1714434552011,"stop":1714434552011,"duration":0}},{"uid":"e9647973fd2c9887","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e9647973fd2c9887","status":"passed","time":{"start":1714433247035,"stop":1714433247035,"duration":0}},{"uid":"93bf507682131681","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/93bf507682131681","status":"passed","time":{"start":1714431444757,"stop":1714431444757,"duration":0}},{"uid":"3e49337aa846e982","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3e49337aa846e982","status":"passed","time":{"start":1714431708297,"stop":1714431708297,"duration":0}},{"uid":"bc959a448759ec69","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/bc959a448759ec69","status":"passed","time":{"start":1714430430729,"stop":1714430430729,"duration":0}},{"uid":"5786829328f16995","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5786829328f16995","status":"passed","time":{"start":1714430223187,"stop":1714430223188,"duration":1}},{"uid":"9ec3f56fc18672e1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9ec3f56fc18672e1","status":"passed","time":{"start":1714429383886,"stop":1714429383887,"duration":1}},{"uid":"4f02b71211df06d4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4f02b71211df06d4","status":"passed","time":{"start":1714428528640,"stop":1714428528641,"duration":1}},{"uid":"232c6979625cc2b8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/232c6979625cc2b8","status":"passed","time":{"start":1714427305991,"stop":1714427305992,"duration":1}},{"uid":"2376c72a1d338b4e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2376c72a1d338b4e","status":"passed","time":{"start":1714427007386,"stop":1714427007386,"duration":0}},{"uid":"94676ef5738452aa","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/94676ef5738452aa","status":"passed","time":{"start":1714426355977,"stop":1714426355977,"duration":0}},{"uid":"fe4618599a002002","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fe4618599a002002","status":"passed","time":{"start":1714424458790,"stop":1714424458790,"duration":0}},{"uid":"9e9bff516d32c715","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9e9bff516d32c715","status":"passed","time":{"start":1714424849016,"stop":1714424849016,"duration":0}},{"uid":"c4527e985c200a04","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c4527e985c200a04","status":"passed","time":{"start":1714415001455,"stop":1714415001455,"duration":0}},{"uid":"dae9f1e04d452824","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/dae9f1e04d452824","status":"passed","time":{"start":1714415154929,"stop":1714415154929,"duration":0}},{"uid":"69108ee46a81b7e7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/69108ee46a81b7e7","status":"passed","time":{"start":1714407362053,"stop":1714407362054,"duration":1}},{"uid":"fd01387c1ad91c84","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fd01387c1ad91c84","status":"passed","time":{"start":1714406389346,"stop":1714406389347,"duration":1}},{"uid":"7518e8c9aeaf820d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7518e8c9aeaf820d","status":"passed","time":{"start":1714404179184,"stop":1714404179185,"duration":1}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":16,"passed":72,"unknown":0,"total":88},"items":[{"uid":"93961b8980769455","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/93961b8980769455","status":"passed","time":{"start":1714454485748,"stop":1714454485748,"duration":0}},{"uid":"b0b67fc19cdbe0ab","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b0b67fc19cdbe0ab","status":"passed","time":{"start":1714436052993,"stop":1714436052993,"duration":0}},{"uid":"73e2992a9fd718f7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/73e2992a9fd718f7","status":"passed","time":{"start":1714435115848,"stop":1714435115848,"duration":0}},{"uid":"8bd1122892edc793","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8bd1122892edc793","status":"passed","time":{"start":1714433811162,"stop":1714433811162,"duration":0}},{"uid":"ccba9712d0b2296","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ccba9712d0b2296","status":"passed","time":{"start":1714432020133,"stop":1714432020133,"duration":0}},{"uid":"dad5943795552c2d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dad5943795552c2d","status":"passed","time":{"start":1714432303162,"stop":1714432303163,"duration":1}},{"uid":"be7579131e349f62","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/be7579131e349f62","status":"passed","time":{"start":1714430997197,"stop":1714430997198,"duration":1}},{"uid":"fbe165fadbd7fec9","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fbe165fadbd7fec9","status":"passed","time":{"start":1714430813945,"stop":1714430813946,"duration":1}},{"uid":"7e4f30c828bf8a01","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/7e4f30c828bf8a01","status":"passed","time":{"start":1714429973504,"stop":1714429973504,"duration":0}},{"uid":"e1e2bd253c99d768","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e1e2bd253c99d768","status":"passed","time":{"start":1714429098033,"stop":1714429098034,"duration":1}},{"uid":"f30849a233f036c6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f30849a233f036c6","status":"passed","time":{"start":1714427856102,"stop":1714427856102,"duration":0}},{"uid":"62e5052f9210c755","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/62e5052f9210c755","status":"passed","time":{"start":1714427584803,"stop":1714427584803,"duration":0}},{"uid":"c709e3f673656d80","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c709e3f673656d80","status":"passed","time":{"start":1714426927569,"stop":1714426927569,"duration":0}},{"uid":"2550e6369c4b5aa4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2550e6369c4b5aa4","status":"passed","time":{"start":1714425644056,"stop":1714425644057,"duration":1}},{"uid":"4e47c708d31cdb09","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4e47c708d31cdb09","status":"passed","time":{"start":1714425425849,"stop":1714425425849,"duration":0}},{"uid":"ec9b8d048a57e43c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ec9b8d048a57e43c","status":"passed","time":{"start":1714415598511,"stop":1714415598513,"duration":2}},{"uid":"81104488b8895a89","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/81104488b8895a89","status":"passed","time":{"start":1714415728450,"stop":1714415728451,"duration":1}},{"uid":"8670c0c86e85b6c8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8670c0c86e85b6c8","status":"passed","time":{"start":1714407938510,"stop":1714407938511,"duration":1}},{"uid":"9814db8f19ebc7ed","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9814db8f19ebc7ed","status":"passed","time":{"start":1714406971784,"stop":1714406971784,"duration":0}},{"uid":"29342b93415cba5a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/29342b93415cba5a","status":"passed","time":{"start":1714404739423,"stop":1714404739424,"duration":1}}]},"743ffddb4afb1b6b489d9554396e86f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a62ebd9e49379dd9","reportUrl":"https://waku-org.github.io/js-waku/6879//#testresult/a62ebd9e49379dd9","status":"passed","time":{"start":1713977492667,"stop":1713977492668,"duration":1}}]},"102b72f027596fa366a265c273a0888f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afc9d78e5df3caba","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/afc9d78e5df3caba","status":"passed","time":{"start":1714139203752,"stop":1714139203752,"duration":0}}]},"3dc884f22eeef92bbd8e0f4e6e3851fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"747b06c823f9dfde","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/747b06c823f9dfde","status":"passed","time":{"start":1713997908343,"stop":1713997908344,"duration":1}}]},"e5960ee4b086a01de21e7c0a843647ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35c8c03b311f36a7","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/35c8c03b311f36a7","status":"passed","time":{"start":1714433693932,"stop":1714433693932,"duration":0}}]},"d8ab47457f19f990ff3ca3460cfede1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"43d48a42526eb67","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/43d48a42526eb67","status":"passed","time":{"start":1714403911551,"stop":1714403911552,"duration":1}}]},"dfed576c781131e14a2ddb582bd2693a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1560cc4212dc50e","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/f1560cc4212dc50e","status":"passed","time":{"start":1713982966152,"stop":1713982966153,"duration":1}}]},"7e8952d3f51e7247838ef98f0bc01b49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"5dfa942e11b934b0","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/5dfa942e11b934b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098683,"stop":1713976098684,"duration":1}}]},"1b7de4939977b76363e21d0291b0b8bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c854f18d7c22e661","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c854f18d7c22e661","status":"passed","time":{"start":1714426812814,"stop":1714426812814,"duration":0}}]},"a006bf63de10ace6fd98c821b5072552:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7e11ba7cc716fcd1","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/7e11ba7cc716fcd1","status":"passed","time":{"start":1714139128305,"stop":1714139128305,"duration":0}}]},"88ecfc2b4284aa5c0e201ec094bc5843:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"94b19a57d922ed7c","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/94b19a57d922ed7c","status":"passed","time":{"start":1714129761230,"stop":1714129761230,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"4e5744d05aee5ec6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4e5744d05aee5ec6","status":"passed","time":{"start":1714454227465,"stop":1714454227465,"duration":0}},{"uid":"84e3e08647086a25","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/84e3e08647086a25","status":"passed","time":{"start":1714435777393,"stop":1714435777393,"duration":0}},{"uid":"158725b03b5344fa","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/158725b03b5344fa","status":"passed","time":{"start":1714434844495,"stop":1714434844496,"duration":1}},{"uid":"d9f3a24a12c2d72b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d9f3a24a12c2d72b","status":"passed","time":{"start":1714433535965,"stop":1714433535966,"duration":1}},{"uid":"ef896ef4a5caacd3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ef896ef4a5caacd3","status":"passed","time":{"start":1714431743516,"stop":1714431743516,"duration":0}},{"uid":"4b50a93b1c5ce3f2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4b50a93b1c5ce3f2","status":"passed","time":{"start":1714432002428,"stop":1714432002429,"duration":1}},{"uid":"e4302a2ded256208","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e4302a2ded256208","status":"passed","time":{"start":1714430732674,"stop":1714430732674,"duration":0}},{"uid":"97ff4a2d5d8d3fdd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/97ff4a2d5d8d3fdd","status":"passed","time":{"start":1714430508154,"stop":1714430508155,"duration":1}},{"uid":"9eb607e9fe32d713","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/9eb607e9fe32d713","status":"passed","time":{"start":1714429693097,"stop":1714429693097,"duration":0}},{"uid":"63f12cbcfb959329","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/63f12cbcfb959329","status":"passed","time":{"start":1714428818249,"stop":1714428818249,"duration":0}},{"uid":"d7952d0d4a1fdf06","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d7952d0d4a1fdf06","status":"passed","time":{"start":1714427601290,"stop":1714427601291,"duration":1}},{"uid":"456ebb7f424ba381","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/456ebb7f424ba381","status":"passed","time":{"start":1714427308818,"stop":1714427308818,"duration":0}},{"uid":"2db84957c7ca6f4f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2db84957c7ca6f4f","status":"passed","time":{"start":1714426655759,"stop":1714426655762,"duration":3}},{"uid":"14d6b0b3f66dd2c2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/14d6b0b3f66dd2c2","status":"broken","statusDetails":"window is not defined","time":{"start":1714425420725,"stop":1714425420725,"duration":0}},{"uid":"b2fde6306bc5d41a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b2fde6306bc5d41a","status":"passed","time":{"start":1714425137449,"stop":1714425137450,"duration":1}},{"uid":"6bef0697b43adfe6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6bef0697b43adfe6","status":"passed","time":{"start":1714415306372,"stop":1714415306372,"duration":0}},{"uid":"8766bf389d5d3716","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8766bf389d5d3716","status":"passed","time":{"start":1714415441026,"stop":1714415441026,"duration":0}},{"uid":"7a9c9c25757014b2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7a9c9c25757014b2","status":"passed","time":{"start":1714407661408,"stop":1714407661409,"duration":1}},{"uid":"d96dec9586d2c059","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d96dec9586d2c059","status":"passed","time":{"start":1714406688863,"stop":1714406688864,"duration":1}},{"uid":"96682341cb163b95","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/96682341cb163b95","status":"passed","time":{"start":1714404480615,"stop":1714404480616,"duration":1}}]},"7aeabddc1a4aa9dba757a720b3e2428a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db5f39136a5f7ea0","reportUrl":"https://waku-org.github.io/js-waku/6893//#testresult/db5f39136a5f7ea0","status":"passed","time":{"start":1714040301533,"stop":1714040301533,"duration":0}}]},"080433dc4ec6db84af0cc6c1747f3ea3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"189065852df67ab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/189065852df67ab","status":"passed","time":{"start":1714454485751,"stop":1714454485751,"duration":0}}]},"684ff18042cd759eb377471b6349557c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7b350462d3c42f5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f7b350462d3c42f5","status":"passed","time":{"start":1714431917006,"stop":1714431917007,"duration":1}}]},"0b9348e1fb58ae785d8af52a2527a06b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b3a4b4b2f23911f","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/5b3a4b4b2f23911f","status":"passed","time":{"start":1713968848295,"stop":1713968848295,"duration":0}}]},"0b01858ab19e320a01ba7b865252f82e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"d80cf24564043e9e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d80cf24564043e9e","status":"passed","time":{"start":1714453925068,"stop":1714453925068,"duration":0}},{"uid":"6010d201aca8d420","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6010d201aca8d420","status":"passed","time":{"start":1714435482976,"stop":1714435482977,"duration":1}},{"uid":"fdc0b3d84d90c106","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fdc0b3d84d90c106","status":"passed","time":{"start":1714434552013,"stop":1714434552013,"duration":0}},{"uid":"1ce064717cd7b481","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1ce064717cd7b481","status":"passed","time":{"start":1714433247037,"stop":1714433247037,"duration":0}},{"uid":"3d36060f7408f79","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/3d36060f7408f79","status":"passed","time":{"start":1714431444760,"stop":1714431444760,"duration":0}},{"uid":"eda63640c5127e3b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/eda63640c5127e3b","status":"passed","time":{"start":1714431708299,"stop":1714431708299,"duration":0}},{"uid":"2df5a0c57a5a93f5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2df5a0c57a5a93f5","status":"passed","time":{"start":1714430430731,"stop":1714430430731,"duration":0}},{"uid":"831390eb2db87d36","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/831390eb2db87d36","status":"passed","time":{"start":1714430223189,"stop":1714430223189,"duration":0}},{"uid":"86e122a4517a0b5c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/86e122a4517a0b5c","status":"passed","time":{"start":1714429383888,"stop":1714429383888,"duration":0}},{"uid":"7d02e234c2da1a05","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7d02e234c2da1a05","status":"passed","time":{"start":1714428528642,"stop":1714428528642,"duration":0}},{"uid":"5a8d394db822fce2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5a8d394db822fce2","status":"passed","time":{"start":1714427305993,"stop":1714427305993,"duration":0}},{"uid":"751ea318611ff345","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/751ea318611ff345","status":"passed","time":{"start":1714427007387,"stop":1714427007387,"duration":0}},{"uid":"edebb5472f69fb11","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/edebb5472f69fb11","status":"passed","time":{"start":1714426355979,"stop":1714426355979,"duration":0}},{"uid":"4262e8de32bdb33","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4262e8de32bdb33","status":"passed","time":{"start":1714424458793,"stop":1714424458793,"duration":0}},{"uid":"456aef67ac32213f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/456aef67ac32213f","status":"passed","time":{"start":1714424849018,"stop":1714424849019,"duration":1}},{"uid":"9f797be10bcf83a5","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9f797be10bcf83a5","status":"passed","time":{"start":1714415001456,"stop":1714415001457,"duration":1}},{"uid":"5080a55714649d44","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5080a55714649d44","status":"passed","time":{"start":1714415154931,"stop":1714415154932,"duration":1}},{"uid":"aad476d83d081def","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aad476d83d081def","status":"passed","time":{"start":1714407362055,"stop":1714407362055,"duration":0}},{"uid":"756d06e5b8951de1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/756d06e5b8951de1","status":"passed","time":{"start":1714406389348,"stop":1714406389349,"duration":1}},{"uid":"35b9b61ddef7ea20","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/35b9b61ddef7ea20","status":"passed","time":{"start":1714404179187,"stop":1714404179187,"duration":0}}]},"544ee7d88d37d961ae17f7e5b2ce500e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"526c9ec7da110c2a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/526c9ec7da110c2a","status":"passed","time":{"start":1714454483201,"stop":1714454483202,"duration":1}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"d9f915c3242b668e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d9f915c3242b668e","status":"passed","time":{"start":1714454563518,"stop":1714454563518,"duration":0}},{"uid":"a01a207725d10fea","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a01a207725d10fea","status":"passed","time":{"start":1714436124260,"stop":1714436124260,"duration":0}},{"uid":"221907d3aeb0e648","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/221907d3aeb0e648","status":"passed","time":{"start":1714435198938,"stop":1714435198940,"duration":2}},{"uid":"1908588f3f61173","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1908588f3f61173","status":"passed","time":{"start":1714433881549,"stop":1714433881550,"duration":1}},{"uid":"b34a6df5f97b90e9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b34a6df5f97b90e9","status":"passed","time":{"start":1714432089942,"stop":1714432089942,"duration":0}},{"uid":"ad948b442c1b6a8a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ad948b442c1b6a8a","status":"passed","time":{"start":1714432390558,"stop":1714432390558,"duration":0}},{"uid":"6778c48208e6a69c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6778c48208e6a69c","status":"passed","time":{"start":1714431087765,"stop":1714431087765,"duration":0}},{"uid":"d638ac148c9d19e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d638ac148c9d19e","status":"passed","time":{"start":1714430905426,"stop":1714430905427,"duration":1}},{"uid":"bb03907c19236e67","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/bb03907c19236e67","status":"passed","time":{"start":1714430058433,"stop":1714430058433,"duration":0}},{"uid":"22c752b780e2ca32","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/22c752b780e2ca32","status":"passed","time":{"start":1714429175954,"stop":1714429175955,"duration":1}},{"uid":"1b90119b9b1304f7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1b90119b9b1304f7","status":"passed","time":{"start":1714427951727,"stop":1714427951728,"duration":1}},{"uid":"b89412c791d4cfde","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b89412c791d4cfde","status":"passed","time":{"start":1714427658857,"stop":1714427658858,"duration":1}},{"uid":"75030a315e7461db","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/75030a315e7461db","status":"passed","time":{"start":1714427006277,"stop":1714427006277,"duration":0}},{"uid":"8ad4f6e974b46b0c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8ad4f6e974b46b0c","status":"passed","time":{"start":1714425734125,"stop":1714425734125,"duration":0}},{"uid":"3e335caf8ca9a497","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/3e335caf8ca9a497","status":"passed","time":{"start":1714425508070,"stop":1714425508070,"duration":0}},{"uid":"acfcddc996a0e626","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/acfcddc996a0e626","status":"passed","time":{"start":1714415698745,"stop":1714415698746,"duration":1}},{"uid":"1beb12e79dd026e8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1beb12e79dd026e8","status":"passed","time":{"start":1714415803328,"stop":1714415803328,"duration":0}},{"uid":"b4c1270f3690964c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b4c1270f3690964c","status":"passed","time":{"start":1714408015505,"stop":1714408015505,"duration":0}},{"uid":"f7414c6d9634d125","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f7414c6d9634d125","status":"passed","time":{"start":1714407046986,"stop":1714407046986,"duration":0}},{"uid":"ed93dbbc45ef7725","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ed93dbbc45ef7725","status":"passed","time":{"start":1714404824581,"stop":1714404824581,"duration":0}}]},"57cd307c27d4df04d4f1359748f410cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23fbef4165c599fc","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/23fbef4165c599fc","status":"passed","time":{"start":1714380112852,"stop":1714380112852,"duration":0}}]},"cd0d6e1935c456215fe14046ff9fd7d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b48d6dc6356224d5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b48d6dc6356224d5","status":"passed","time":{"start":1714404739432,"stop":1714404739433,"duration":1}}]},"943ef8e6282644389a010ac997af9c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7b477c9697926ba","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/e7b477c9697926ba","status":"passed","time":{"start":1713996468386,"stop":1713996468387,"duration":1}}]},"e6ea898d772203116554965ac9e58353:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21c946949252089a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/21c946949252089a","status":"passed","time":{"start":1714454483202,"stop":1714454483202,"duration":0}}]},"cba8f03c48e5df319e832e4ba74bf6af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9586265da73067a","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/e9586265da73067a","status":"passed","time":{"start":1714141025855,"stop":1714141025856,"duration":1}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"b17a27ff7b6939c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b17a27ff7b6939c","status":"passed","time":{"start":1714454066546,"stop":1714454066546,"duration":0}},{"uid":"b1ba9297cc1a5db0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b1ba9297cc1a5db0","status":"passed","time":{"start":1714435618123,"stop":1714435618124,"duration":1}},{"uid":"48d4468cfcac519b","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/48d4468cfcac519b","status":"passed","time":{"start":1714434690687,"stop":1714434690687,"duration":0}},{"uid":"60edfc2f04d9571e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/60edfc2f04d9571e","status":"passed","time":{"start":1714433384083,"stop":1714433384083,"duration":0}},{"uid":"e5a912ce5a0b94b7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e5a912ce5a0b94b7","status":"passed","time":{"start":1714431579360,"stop":1714431579361,"duration":1}},{"uid":"291bd8c4e0d55d52","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/291bd8c4e0d55d52","status":"passed","time":{"start":1714431864686,"stop":1714431864686,"duration":0}},{"uid":"60120000af5118b1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/60120000af5118b1","status":"passed","time":{"start":1714430575909,"stop":1714430575910,"duration":1}},{"uid":"999bc59f2d688f9d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/999bc59f2d688f9d","status":"passed","time":{"start":1714430373692,"stop":1714430373692,"duration":0}},{"uid":"2d555f57801a7bef","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2d555f57801a7bef","status":"passed","time":{"start":1714429534240,"stop":1714429534240,"duration":0}},{"uid":"bcce8a4f11cf14e8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/bcce8a4f11cf14e8","status":"passed","time":{"start":1714428670172,"stop":1714428670173,"duration":1}},{"uid":"8d7bcc011b2bfe84","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8d7bcc011b2bfe84","status":"passed","time":{"start":1714427443740,"stop":1714427443740,"duration":0}},{"uid":"4ae8d5f7a7f16036","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4ae8d5f7a7f16036","status":"passed","time":{"start":1714427145031,"stop":1714427145031,"duration":0}},{"uid":"b9b60e3f2899265c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b9b60e3f2899265c","status":"passed","time":{"start":1714426498104,"stop":1714426498104,"duration":0}},{"uid":"2946785b268c4f7a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2946785b268c4f7a","status":"broken","statusDetails":"window is not defined","time":{"start":1714424769776,"stop":1714424769776,"duration":0}},{"uid":"144bdbf88ddbcb4a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/144bdbf88ddbcb4a","status":"passed","time":{"start":1714424993187,"stop":1714424993187,"duration":0}},{"uid":"8c0fc2796a674cf4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8c0fc2796a674cf4","status":"passed","time":{"start":1714415152961,"stop":1714415152962,"duration":1}},{"uid":"7442bbdc1cc980e5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7442bbdc1cc980e5","status":"passed","time":{"start":1714415288106,"stop":1714415288106,"duration":0}},{"uid":"22245e646f741b98","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/22245e646f741b98","status":"passed","time":{"start":1714407506456,"stop":1714407506457,"duration":1}},{"uid":"7de43d22988f0bfa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7de43d22988f0bfa","status":"passed","time":{"start":1714406539226,"stop":1714406539226,"duration":0}},{"uid":"72c848f5511c9822","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/72c848f5511c9822","status":"passed","time":{"start":1714404316293,"stop":1714404316293,"duration":0}}]},"cec2465808542290d9f5603fc6c83295:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bffc5020442c54a4","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/bffc5020442c54a4","status":"passed","time":{"start":1713997832225,"stop":1713997832225,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"d8d86956b226a407","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8d86956b226a407","status":"passed","time":{"start":1714454507877,"stop":1714454507877,"duration":0}},{"uid":"a11869ea24562970","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a11869ea24562970","status":"passed","time":{"start":1714436048749,"stop":1714436048749,"duration":0}},{"uid":"759faf521ad103e7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/759faf521ad103e7","status":"passed","time":{"start":1714435155748,"stop":1714435155749,"duration":1}},{"uid":"72938669945f1cea","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/72938669945f1cea","status":"passed","time":{"start":1714433815783,"stop":1714433815783,"duration":0}},{"uid":"9b956fd3b9bb4351","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9b956fd3b9bb4351","status":"passed","time":{"start":1714432025718,"stop":1714432025718,"duration":0}},{"uid":"9eb8b7e6cd05ae55","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/9eb8b7e6cd05ae55","status":"passed","time":{"start":1714432319333,"stop":1714432319333,"duration":0}},{"uid":"c1f6dc05fc0897dd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c1f6dc05fc0897dd","status":"passed","time":{"start":1714431035224,"stop":1714431035227,"duration":3}},{"uid":"87d70287183b4b18","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/87d70287183b4b18","status":"passed","time":{"start":1714430851106,"stop":1714430851107,"duration":1}},{"uid":"ad5ab12910234b62","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ad5ab12910234b62","status":"passed","time":{"start":1714429998266,"stop":1714429998267,"duration":1}},{"uid":"135fee3c676373e3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/135fee3c676373e3","status":"passed","time":{"start":1714429123393,"stop":1714429123394,"duration":1}},{"uid":"4c89de5de659f141","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4c89de5de659f141","status":"passed","time":{"start":1714427908706,"stop":1714427908706,"duration":0}},{"uid":"f79f3514ce5a0d2d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f79f3514ce5a0d2d","status":"passed","time":{"start":1714427590242,"stop":1714427590242,"duration":0}},{"uid":"df5d35e7d1d1f918","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/df5d35e7d1d1f918","status":"passed","time":{"start":1714426950350,"stop":1714426950350,"duration":0}},{"uid":"a1664db7c0d9ecd9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a1664db7c0d9ecd9","status":"passed","time":{"start":1714425413004,"stop":1714425413004,"duration":0}},{"uid":"1231fb6b61f286b4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1231fb6b61f286b4","status":"passed","time":{"start":1714425435609,"stop":1714425435610,"duration":1}},{"uid":"2cbe621e292d513","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2cbe621e292d513","status":"passed","time":{"start":1714415590155,"stop":1714415590156,"duration":1}},{"uid":"a37fd0feb2275a54","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a37fd0feb2275a54","status":"passed","time":{"start":1714415739324,"stop":1714415739324,"duration":0}},{"uid":"bf639f5066fdd526","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/bf639f5066fdd526","status":"passed","time":{"start":1714407950107,"stop":1714407950108,"duration":1}},{"uid":"98bdc67fb0f6cc9f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/98bdc67fb0f6cc9f","status":"passed","time":{"start":1714406978444,"stop":1714406978444,"duration":0}},{"uid":"1aa7d41e950a62b8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1aa7d41e950a62b8","status":"passed","time":{"start":1714404752143,"stop":1714404752143,"duration":0}}]},"79e533977bd46f554d1c49cc50d7c717:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2ab534cbeb15b7ae","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/2ab534cbeb15b7ae","status":"passed","time":{"start":1714145924570,"stop":1714145924570,"duration":0}}]},"ece15055a6fb495262ba4a7f67caf16f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e950f33c6c8b6ee6","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/e950f33c6c8b6ee6","status":"passed","time":{"start":1714154299651,"stop":1714154299660,"duration":9}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"623b30e2668ba1c2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/623b30e2668ba1c2","status":"passed","time":{"start":1714454133785,"stop":1714454133785,"duration":0}},{"uid":"3d5e52b97462b029","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3d5e52b97462b029","status":"passed","time":{"start":1714435697071,"stop":1714435697071,"duration":0}},{"uid":"ea107ca6054f0ad6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ea107ca6054f0ad6","status":"passed","time":{"start":1714434777714,"stop":1714434777715,"duration":1}},{"uid":"411298a58fc314a8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/411298a58fc314a8","status":"passed","time":{"start":1714433468601,"stop":1714433468602,"duration":1}},{"uid":"b32dc327ea9ac21c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b32dc327ea9ac21c","status":"passed","time":{"start":1714431659902,"stop":1714431659902,"duration":0}},{"uid":"e97b12a3bd3282f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e97b12a3bd3282f","status":"passed","time":{"start":1714431917010,"stop":1714431917010,"duration":0}},{"uid":"90a7b5643dcca770","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/90a7b5643dcca770","status":"passed","time":{"start":1714430652890,"stop":1714430652891,"duration":1}},{"uid":"ab387cf8de5f6d9b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ab387cf8de5f6d9b","status":"passed","time":{"start":1714430439956,"stop":1714430439956,"duration":0}},{"uid":"2879e9a42bbc8883","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2879e9a42bbc8883","status":"passed","time":{"start":1714429618794,"stop":1714429618796,"duration":2}},{"uid":"2ecf1292945c0ce8","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2ecf1292945c0ce8","status":"passed","time":{"start":1714428758244,"stop":1714428758244,"duration":0}},{"uid":"420a35d9eae585ed","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/420a35d9eae585ed","status":"passed","time":{"start":1714427532045,"stop":1714427532046,"duration":1}},{"uid":"784270b3e035d486","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/784270b3e035d486","status":"passed","time":{"start":1714427233661,"stop":1714427233662,"duration":1}},{"uid":"86ee12c2dfddeb41","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/86ee12c2dfddeb41","status":"passed","time":{"start":1714426576838,"stop":1714426576840,"duration":2}},{"uid":"a3209d46072b956c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a3209d46072b956c","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311948,"stop":1714425311949,"duration":1}},{"uid":"ce496c16d7248241","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ce496c16d7248241","status":"passed","time":{"start":1714425068156,"stop":1714425068156,"duration":0}},{"uid":"c484c0d4c48da827","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/c484c0d4c48da827","status":"passed","time":{"start":1714415236757,"stop":1714415236758,"duration":1}},{"uid":"f0bb3b2507a0439c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f0bb3b2507a0439c","status":"passed","time":{"start":1714415370296,"stop":1714415370297,"duration":1}},{"uid":"d1a5435547ccaab4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d1a5435547ccaab4","status":"passed","time":{"start":1714407592734,"stop":1714407592734,"duration":0}},{"uid":"c37f27dafa649d11","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c37f27dafa649d11","status":"passed","time":{"start":1714406603030,"stop":1714406603030,"duration":0}},{"uid":"5b4abdd678a05c54","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5b4abdd678a05c54","status":"passed","time":{"start":1714404403105,"stop":1714404403106,"duration":1}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"644bf9020a51a244","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/644bf9020a51a244","status":"passed","time":{"start":1714454605555,"stop":1714454605556,"duration":1}},{"uid":"9d4f3d54ee053794","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9d4f3d54ee053794","status":"passed","time":{"start":1714436158738,"stop":1714436158738,"duration":0}},{"uid":"23393a9b3192c7e4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/23393a9b3192c7e4","status":"passed","time":{"start":1714435237027,"stop":1714435237028,"duration":1}},{"uid":"ffe7705a0e938fd9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ffe7705a0e938fd9","status":"passed","time":{"start":1714433925112,"stop":1714433925112,"duration":0}},{"uid":"30df16ee2e7d2fec","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/30df16ee2e7d2fec","status":"passed","time":{"start":1714432132896,"stop":1714432132896,"duration":0}},{"uid":"a7dc74f027aec787","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a7dc74f027aec787","status":"passed","time":{"start":1714432392996,"stop":1714432392997,"duration":1}},{"uid":"234ee336e56c92ec","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/234ee336e56c92ec","status":"passed","time":{"start":1714431131899,"stop":1714431131899,"duration":0}},{"uid":"3264062e0af2e415","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3264062e0af2e415","status":"passed","time":{"start":1714430918794,"stop":1714430918794,"duration":0}},{"uid":"c2b529891446d425","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c2b529891446d425","status":"passed","time":{"start":1714430104217,"stop":1714430104217,"duration":0}},{"uid":"8d2de1f7c8546d2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8d2de1f7c8546d2","status":"passed","time":{"start":1714429213882,"stop":1714429213882,"duration":0}},{"uid":"697f8349865d19fd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/697f8349865d19fd","status":"passed","time":{"start":1714427999039,"stop":1714427999040,"duration":1}},{"uid":"f9b818ba06f727dc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f9b818ba06f727dc","status":"passed","time":{"start":1714427702235,"stop":1714427702236,"duration":1}},{"uid":"be207ef682342b81","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/be207ef682342b81","status":"passed","time":{"start":1714427044034,"stop":1714427044034,"duration":0}},{"uid":"dff635adc4e5970","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/dff635adc4e5970","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699103,"stop":1714426699103,"duration":0}},{"uid":"ff1ba0a98ea883f3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ff1ba0a98ea883f3","status":"passed","time":{"start":1714425534898,"stop":1714425534898,"duration":0}},{"uid":"529ed1869ac428cc","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/529ed1869ac428cc","status":"passed","time":{"start":1714415702298,"stop":1714415702298,"duration":0}},{"uid":"2d735bf81d78cce5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2d735bf81d78cce5","status":"passed","time":{"start":1714415850505,"stop":1714415850506,"duration":1}},{"uid":"64cfff97e4da89de","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/64cfff97e4da89de","status":"passed","time":{"start":1714408049956,"stop":1714408049956,"duration":0}},{"uid":"10aedbc93248fc8c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/10aedbc93248fc8c","status":"passed","time":{"start":1714407080677,"stop":1714407080677,"duration":0}},{"uid":"c007f81d08298059","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c007f81d08298059","status":"passed","time":{"start":1714404860595,"stop":1714404860595,"duration":0}}]},"9405474ab7ce9c046f2ee0ac980103e3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fadbdf7ef92d149d","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/fadbdf7ef92d149d","status":"passed","time":{"start":1714383229456,"stop":1714383229457,"duration":1}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"87d9b1eba3314455","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/87d9b1eba3314455","status":"passed","time":{"start":1714454479297,"stop":1714454479297,"duration":0}},{"uid":"ea4277aea095f53f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/ea4277aea095f53f","status":"passed","time":{"start":1714436048050,"stop":1714436048051,"duration":1}},{"uid":"c885df14b305870d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c885df14b305870d","status":"passed","time":{"start":1714435103475,"stop":1714435103475,"duration":0}},{"uid":"44a5f711e216d654","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/44a5f711e216d654","status":"passed","time":{"start":1714433793527,"stop":1714433793527,"duration":0}},{"uid":"986466b142758ee3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/986466b142758ee3","status":"passed","time":{"start":1714431998659,"stop":1714431998659,"duration":0}},{"uid":"76e2f2977320caa3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/76e2f2977320caa3","status":"passed","time":{"start":1714432332180,"stop":1714432332180,"duration":0}},{"uid":"777ec583c18d5a1","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/777ec583c18d5a1","status":"passed","time":{"start":1714431002228,"stop":1714431002233,"duration":5}},{"uid":"9c2d33fc4071a05e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9c2d33fc4071a05e","status":"passed","time":{"start":1714430831531,"stop":1714430831531,"duration":0}},{"uid":"582c327b79109f06","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/582c327b79109f06","status":"passed","time":{"start":1714429955116,"stop":1714429955117,"duration":1}},{"uid":"d06ac3c76a0d8a14","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d06ac3c76a0d8a14","status":"passed","time":{"start":1714429082488,"stop":1714429082491,"duration":3}},{"uid":"4b25f7048ecc2f17","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4b25f7048ecc2f17","status":"passed","time":{"start":1714427873970,"stop":1714427873970,"duration":0}},{"uid":"5f304e0b7838a5a2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5f304e0b7838a5a2","status":"passed","time":{"start":1714427572924,"stop":1714427572924,"duration":0}},{"uid":"1b3682697676826a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1b3682697676826a","status":"passed","time":{"start":1714426928332,"stop":1714426928332,"duration":0}},{"uid":"8c05602cd2031be","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8c05602cd2031be","status":"passed","time":{"start":1714425626051,"stop":1714425626052,"duration":1}},{"uid":"f49c671dd57cd993","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f49c671dd57cd993","status":"passed","time":{"start":1714425405879,"stop":1714425405880,"duration":1}},{"uid":"49755da4b981ae23","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/49755da4b981ae23","status":"passed","time":{"start":1714415627132,"stop":1714415627133,"duration":1}},{"uid":"9dcc18614f1857f0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9dcc18614f1857f0","status":"passed","time":{"start":1714415727610,"stop":1714415727610,"duration":0}},{"uid":"ea546a58195a273c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ea546a58195a273c","status":"passed","time":{"start":1714407946534,"stop":1714407946534,"duration":0}},{"uid":"a4dd1ebd6116d8c5","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a4dd1ebd6116d8c5","status":"passed","time":{"start":1714406957181,"stop":1714406957181,"duration":0}},{"uid":"5f2a97b87cf02f74","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/5f2a97b87cf02f74","status":"passed","time":{"start":1714404754332,"stop":1714404754332,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"76c77909e1f65c0c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/76c77909e1f65c0c","status":"passed","time":{"start":1714454605551,"stop":1714454605551,"duration":0}},{"uid":"b3a2ae74dff503e0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b3a2ae74dff503e0","status":"passed","time":{"start":1714436158733,"stop":1714436158733,"duration":0}},{"uid":"bcb0b4a8aadb37d3","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bcb0b4a8aadb37d3","status":"passed","time":{"start":1714435237021,"stop":1714435237022,"duration":1}},{"uid":"50be1e871a775b5e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/50be1e871a775b5e","status":"passed","time":{"start":1714433925106,"stop":1714433925106,"duration":0}},{"uid":"94d545b9d146e42","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/94d545b9d146e42","status":"passed","time":{"start":1714432132891,"stop":1714432132892,"duration":1}},{"uid":"2c6e5ce98a057841","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2c6e5ce98a057841","status":"passed","time":{"start":1714432392985,"stop":1714432392985,"duration":0}},{"uid":"660ef35ea37bdcec","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/660ef35ea37bdcec","status":"passed","time":{"start":1714431131892,"stop":1714431131892,"duration":0}},{"uid":"8f4b75fe55a5db01","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/8f4b75fe55a5db01","status":"passed","time":{"start":1714430918788,"stop":1714430918788,"duration":0}},{"uid":"d448ae6d32c6c70f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d448ae6d32c6c70f","status":"passed","time":{"start":1714430104210,"stop":1714430104210,"duration":0}},{"uid":"43e7abe858366812","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/43e7abe858366812","status":"passed","time":{"start":1714429213877,"stop":1714429213877,"duration":0}},{"uid":"9d34cf5e44b191b3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9d34cf5e44b191b3","status":"passed","time":{"start":1714427999034,"stop":1714427999034,"duration":0}},{"uid":"3a4a861a8c8fde1d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3a4a861a8c8fde1d","status":"passed","time":{"start":1714427702228,"stop":1714427702228,"duration":0}},{"uid":"d2660c10b728fbb1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d2660c10b728fbb1","status":"passed","time":{"start":1714427044027,"stop":1714427044027,"duration":0}},{"uid":"a21f9efb50d73d3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a21f9efb50d73d3","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699087,"stop":1714426699087,"duration":0}},{"uid":"76e8b93a23376e06","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/76e8b93a23376e06","status":"passed","time":{"start":1714425534891,"stop":1714425534892,"duration":1}},{"uid":"1659a4820b485c21","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1659a4820b485c21","status":"passed","time":{"start":1714415702292,"stop":1714415702292,"duration":0}},{"uid":"5fc5d351d89d5a0c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5fc5d351d89d5a0c","status":"passed","time":{"start":1714415850500,"stop":1714415850500,"duration":0}},{"uid":"d3908db0530810f0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d3908db0530810f0","status":"passed","time":{"start":1714408049949,"stop":1714408049949,"duration":0}},{"uid":"92823f867919a733","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/92823f867919a733","status":"passed","time":{"start":1714407080672,"stop":1714407080672,"duration":0}},{"uid":"e48a135d643d8927","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e48a135d643d8927","status":"passed","time":{"start":1714404860589,"stop":1714404860590,"duration":1}}]},"61f0940d7b99843edea8076180f3365c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"124876784237369f","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/124876784237369f","status":"passed","time":{"start":1714385048714,"stop":1714385048714,"duration":0}}]},"2aada934f4d8d83df96e949abe243891:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e6d2b1d87af94e4d","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/e6d2b1d87af94e4d","status":"passed","time":{"start":1714113956131,"stop":1714113956132,"duration":1}}]},"d279e7308d0c3cc175cad9e682718054:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca3e6f16effc31e8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ca3e6f16effc31e8","status":"passed","time":{"start":1714431917007,"stop":1714431917007,"duration":0}}]},"5d792ad23626f21de3f434d1e4d108bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3ae0f765544b4618","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/3ae0f765544b4618","status":"passed","time":{"start":1714262246471,"stop":1714262246471,"duration":0}}]},"0709fc94ad581363b1ee1f4ffeb389a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"773fd010de76e250","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/773fd010de76e250","status":"passed","time":{"start":1713988905026,"stop":1713988905026,"duration":0}}]},"ccf9a0effe882961c735f106349535f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ae70002627d51bfc","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/ae70002627d51bfc","status":"passed","time":{"start":1714142077697,"stop":1714142077697,"duration":0}}]},"4c47bd2e23955e7116a4cf42a96a5b15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fbc2af27f6f41137","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/fbc2af27f6f41137","status":"passed","time":{"start":1714008071088,"stop":1714008071088,"duration":0}}]},"1916456b72d23df0109905e58b2d6d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"925b6fb15d4c3057","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/925b6fb15d4c3057","status":"passed","time":{"start":1714240478661,"stop":1714240478661,"duration":0}}]},"e865df742c8628275359c50fa36fc135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3b1ee4402a717b4f","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/3b1ee4402a717b4f","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713997067462,"stop":1713997067462,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"a5116bf3ad2295c1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a5116bf3ad2295c1","status":"passed","time":{"start":1714454568758,"stop":1714454568758,"duration":0}},{"uid":"e12e7a69828fef8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e12e7a69828fef8","status":"passed","time":{"start":1714436126127,"stop":1714436126128,"duration":1}},{"uid":"cf7d1dc9413d6531","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cf7d1dc9413d6531","status":"passed","time":{"start":1714435206717,"stop":1714435206717,"duration":0}},{"uid":"f2361ee1fd8717b1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f2361ee1fd8717b1","status":"passed","time":{"start":1714433881349,"stop":1714433881350,"duration":1}},{"uid":"caed40d17e676449","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/caed40d17e676449","status":"passed","time":{"start":1714432089191,"stop":1714432089191,"duration":0}},{"uid":"d45712f6ef74fd7e","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d45712f6ef74fd7e","status":"passed","time":{"start":1714432443240,"stop":1714432443240,"duration":0}},{"uid":"77d96c73cc225bcd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/77d96c73cc225bcd","status":"passed","time":{"start":1714431084048,"stop":1714431084049,"duration":1}},{"uid":"45826542e3cd8650","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/45826542e3cd8650","status":"passed","time":{"start":1714430958549,"stop":1714430958549,"duration":0}},{"uid":"c10603988478aeb2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c10603988478aeb2","status":"passed","time":{"start":1714430059467,"stop":1714430059468,"duration":1}},{"uid":"88827ceb684e77dd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/88827ceb684e77dd","status":"passed","time":{"start":1714429177596,"stop":1714429177597,"duration":1}},{"uid":"40d613d5c9496cfa","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/40d613d5c9496cfa","status":"passed","time":{"start":1714427952239,"stop":1714427952239,"duration":0}},{"uid":"f977421f591c1a3c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/f977421f591c1a3c","status":"passed","time":{"start":1714427654786,"stop":1714427654787,"duration":1}},{"uid":"cfa55228135d476e","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cfa55228135d476e","status":"passed","time":{"start":1714427013799,"stop":1714427013799,"duration":0}},{"uid":"f874bad27d3140fa","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f874bad27d3140fa","status":"passed","time":{"start":1714425755810,"stop":1714425755811,"duration":1}},{"uid":"a978cf8ec67d1e4c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a978cf8ec67d1e4c","status":"passed","time":{"start":1714425494506,"stop":1714425494506,"duration":0}},{"uid":"4462dfef23345f9e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4462dfef23345f9e","status":"passed","time":{"start":1714415703219,"stop":1714415703219,"duration":0}},{"uid":"6c245725c7233848","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6c245725c7233848","status":"passed","time":{"start":1714415807188,"stop":1714415807189,"duration":1}},{"uid":"49ecde164c791a3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/49ecde164c791a3","status":"passed","time":{"start":1714408011169,"stop":1714408011169,"duration":0}},{"uid":"553de40ac7454589","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/553de40ac7454589","status":"passed","time":{"start":1714407046590,"stop":1714407046590,"duration":0}},{"uid":"ae993cefce538382","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ae993cefce538382","status":"passed","time":{"start":1714404822520,"stop":1714404822520,"duration":0}}]},"d13b6523daa1041b5a2c0947b9c29e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6740acd8b59ca02","reportUrl":"https://waku-org.github.io/js-waku/6911//#testresult/c6740acd8b59ca02","status":"passed","time":{"start":1714140460019,"stop":1714140460020,"duration":1}}]},"2afccf94509bfce9831e4d1dc10f3c07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"733bcb332598b0b1","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/733bcb332598b0b1","status":"passed","time":{"start":1714383176767,"stop":1714383176768,"duration":1}}]},"06afe703de92486d212820e2bb7c0c88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8713fbac62ea9f62","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/8713fbac62ea9f62","status":"passed","time":{"start":1714240478661,"stop":1714240478662,"duration":1}}]},"05bccc0b06b07535f69506df95931ed9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a83c5ab499a415db","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/a83c5ab499a415db","status":"passed","time":{"start":1714113691513,"stop":1714113691514,"duration":1}}]},"775b937271c85956db3bc6296bd72c13:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"bac87429bd42d6c6","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/bac87429bd42d6c6","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413532,"stop":1713889413532,"duration":0}}]},"a4a7f4e63365253409128a77b7a8c83a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2fae11bbd37efd8b","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2fae11bbd37efd8b","status":"passed","time":{"start":1714431997891,"stop":1714431997892,"duration":1}}]},"7e08d97f53d1476934d4489b94d343f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"eb10ac9dbe133bb0","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/eb10ac9dbe133bb0","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067765,"stop":1714384067766,"duration":1}}]},"2fbd0347885ea48ba9a2ba436764c5cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"ce008fe4c8599b9b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ce008fe4c8599b9b","status":"passed","time":{"start":1714453925057,"stop":1714453925057,"duration":0}},{"uid":"58d7aaec4ff592b5","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/58d7aaec4ff592b5","status":"passed","time":{"start":1714435482965,"stop":1714435482965,"duration":0}},{"uid":"8cb7e26238920e0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8cb7e26238920e0","status":"passed","time":{"start":1714434552000,"stop":1714434552001,"duration":1}},{"uid":"3b84a10c51fc04bf","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3b84a10c51fc04bf","status":"passed","time":{"start":1714433247026,"stop":1714433247026,"duration":0}},{"uid":"9eb28468fdc7f5b7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9eb28468fdc7f5b7","status":"passed","time":{"start":1714431444746,"stop":1714431444747,"duration":1}},{"uid":"3924a5e46e92c105","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3924a5e46e92c105","status":"passed","time":{"start":1714431708287,"stop":1714431708287,"duration":0}},{"uid":"895e309881987d87","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/895e309881987d87","status":"passed","time":{"start":1714430430719,"stop":1714430430719,"duration":0}},{"uid":"3384cb55bc2576be","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3384cb55bc2576be","status":"passed","time":{"start":1714430223180,"stop":1714430223180,"duration":0}},{"uid":"f48a2454db10acd8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f48a2454db10acd8","status":"passed","time":{"start":1714429383875,"stop":1714429383875,"duration":0}},{"uid":"6a0c6c4b13353739","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6a0c6c4b13353739","status":"passed","time":{"start":1714428528630,"stop":1714428528630,"duration":0}},{"uid":"cab39f794d05747a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cab39f794d05747a","status":"passed","time":{"start":1714427305983,"stop":1714427305983,"duration":0}},{"uid":"32cde9de9ec034ae","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/32cde9de9ec034ae","status":"passed","time":{"start":1714427007378,"stop":1714427007378,"duration":0}},{"uid":"dd070a75bc682779","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/dd070a75bc682779","status":"passed","time":{"start":1714426355966,"stop":1714426355966,"duration":0}},{"uid":"de5002cbe2caea22","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/de5002cbe2caea22","status":"passed","time":{"start":1714424458779,"stop":1714424458780,"duration":1}},{"uid":"cc058a5233128306","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cc058a5233128306","status":"passed","time":{"start":1714424849005,"stop":1714424849005,"duration":0}},{"uid":"5a54b26759db022","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5a54b26759db022","status":"passed","time":{"start":1714415001445,"stop":1714415001445,"duration":0}},{"uid":"d81b9f977172f629","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d81b9f977172f629","status":"passed","time":{"start":1714415154916,"stop":1714415154916,"duration":0}},{"uid":"a44abd75e19d41ff","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a44abd75e19d41ff","status":"passed","time":{"start":1714407362043,"stop":1714407362043,"duration":0}},{"uid":"38cc8d6ad72a9968","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/38cc8d6ad72a9968","status":"passed","time":{"start":1714406389336,"stop":1714406389336,"duration":0}},{"uid":"509ca91ae6d9c413","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/509ca91ae6d9c413","status":"passed","time":{"start":1714404179174,"stop":1714404179175,"duration":1}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":58,"unknown":0,"total":58},"items":[{"uid":"d975049c04927907","reportUrl":"https://waku-org.github.io/js-waku/6933//#testresult/d975049c04927907","status":"passed","time":{"start":1714384506392,"stop":1714384506393,"duration":1}},{"uid":"d201ffd96561ea46","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d201ffd96561ea46","status":"passed","time":{"start":1714381999252,"stop":1714381999253,"duration":1}},{"uid":"550c769b3cbac865","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/550c769b3cbac865","status":"passed","time":{"start":1714381810256,"stop":1714381810257,"duration":1}},{"uid":"9a10aad53caff9c4","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/9a10aad53caff9c4","status":"passed","time":{"start":1714382795614,"stop":1714382795615,"duration":1}},{"uid":"ded1ef4f07afb72b","reportUrl":"https://waku-org.github.io/js-waku/6926//#testresult/ded1ef4f07afb72b","status":"passed","time":{"start":1714381179322,"stop":1714381179324,"duration":2}},{"uid":"d07cb2e4c4943d8b","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/d07cb2e4c4943d8b","status":"passed","time":{"start":1714379964615,"stop":1714379964617,"duration":2}},{"uid":"d8df37446acb540","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/d8df37446acb540","status":"passed","time":{"start":1714379535791,"stop":1714379535792,"duration":1}},{"uid":"316142dd80af5095","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/316142dd80af5095","status":"passed","time":{"start":1714296765863,"stop":1714296765864,"duration":1}},{"uid":"9748880f9ed2d6eb","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/9748880f9ed2d6eb","status":"passed","time":{"start":1714295808850,"stop":1714295808851,"duration":1}},{"uid":"16927cbdb7a89862","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/16927cbdb7a89862","status":"passed","time":{"start":1714261669345,"stop":1714261669346,"duration":1}},{"uid":"fc1f886c44596cba","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/fc1f886c44596cba","status":"passed","time":{"start":1714239928573,"stop":1714239928574,"duration":1}},{"uid":"bb31ae21f72eb8cf","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/bb31ae21f72eb8cf","status":"passed","time":{"start":1714228434406,"stop":1714228434407,"duration":1}},{"uid":"7d50e7fe87671659","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/7d50e7fe87671659","status":"passed","time":{"start":1714220899232,"stop":1714220899233,"duration":1}},{"uid":"c27333f2beb249fa","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/c27333f2beb249fa","status":"passed","time":{"start":1714218622771,"stop":1714218622772,"duration":1}},{"uid":"c7b4ccefe1613225","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/c7b4ccefe1613225","status":"passed","time":{"start":1714214258682,"stop":1714214258683,"duration":1}},{"uid":"e1170e9bfc173adc","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/e1170e9bfc173adc","status":"passed","time":{"start":1714177688099,"stop":1714177688100,"duration":1}},{"uid":"a5eea602f3e49154","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/a5eea602f3e49154","status":"passed","time":{"start":1714177467147,"stop":1714177467148,"duration":1}},{"uid":"fd9a65883d3bdf6","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/fd9a65883d3bdf6","status":"passed","time":{"start":1714168883816,"stop":1714168883817,"duration":1}},{"uid":"9b465b5599dc3225","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/9b465b5599dc3225","status":"passed","time":{"start":1714168598129,"stop":1714168598130,"duration":1}},{"uid":"d7d07bf32221e041","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/d7d07bf32221e041","status":"passed","time":{"start":1714153722095,"stop":1714153722096,"duration":1}}]},"846022664d89435d83117f4b0a48c5e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4c5b0699a6e1228c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/4c5b0699a6e1228c","status":"passed","time":{"start":1714406901764,"stop":1714406901765,"duration":1}}]},"5e2758ae875322b3449c98064457993c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"37c0a392af5f70d5","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/37c0a392af5f70d5","status":"passed","time":{"start":1714141716709,"stop":1714141716709,"duration":0}}]},"2607b61e739ebb34bc191a2925568bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bd3b3c53099e0fa","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/8bd3b3c53099e0fa","status":"passed","time":{"start":1714240478660,"stop":1714240478661,"duration":1}}]},"91874e7d7f1a71eb225a3f1788563508:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9600884795394b1","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/f9600884795394b1","status":"passed","time":{"start":1713976971621,"stop":1713976971622,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"63166007e027e072","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63166007e027e072","status":"passed","time":{"start":1714454407737,"stop":1714454407737,"duration":0}},{"uid":"5e3441413ccdaa76","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5e3441413ccdaa76","status":"passed","time":{"start":1714435965310,"stop":1714435965310,"duration":0}},{"uid":"807c2ca4665fadbf","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/807c2ca4665fadbf","status":"passed","time":{"start":1714435028506,"stop":1714435028506,"duration":0}},{"uid":"7a8abc845bd394d9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/7a8abc845bd394d9","status":"passed","time":{"start":1714433715554,"stop":1714433715554,"duration":0}},{"uid":"ad0752d012775ddf","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ad0752d012775ddf","status":"passed","time":{"start":1714431932495,"stop":1714431932495,"duration":0}},{"uid":"f9b2242d808b370c","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f9b2242d808b370c","status":"passed","time":{"start":1714432213878,"stop":1714432213878,"duration":0}},{"uid":"ecbc2b9685ec42a","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ecbc2b9685ec42a","status":"passed","time":{"start":1714430911545,"stop":1714430911545,"duration":0}},{"uid":"81b05a7c4dcd04ba","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/81b05a7c4dcd04ba","status":"passed","time":{"start":1714430735787,"stop":1714430735788,"duration":1}},{"uid":"91d770415198e838","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/91d770415198e838","status":"passed","time":{"start":1714429887041,"stop":1714429887042,"duration":1}},{"uid":"49461ced9a3e91fd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/49461ced9a3e91fd","status":"passed","time":{"start":1714429006364,"stop":1714429006365,"duration":1}},{"uid":"6232544c7be4509d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6232544c7be4509d","status":"passed","time":{"start":1714427738975,"stop":1714427738975,"duration":0}},{"uid":"c6387477c2aa887b","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/c6387477c2aa887b","status":"passed","time":{"start":1714427483322,"stop":1714427483323,"duration":1}},{"uid":"86d6eb2c7307b7ee","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/86d6eb2c7307b7ee","status":"passed","time":{"start":1714426832957,"stop":1714426832957,"duration":0}},{"uid":"c16cdd674d868214","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c16cdd674d868214","status":"passed","time":{"start":1714425510853,"stop":1714425510853,"duration":0}},{"uid":"a5b695058cd0a62c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a5b695058cd0a62c","status":"passed","time":{"start":1714425321027,"stop":1714425321028,"duration":1}},{"uid":"d618b46b8b62d1b2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d618b46b8b62d1b2","status":"passed","time":{"start":1714415518572,"stop":1714415518573,"duration":1}},{"uid":"1a1c6d723a2b1140","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1a1c6d723a2b1140","status":"passed","time":{"start":1714415639563,"stop":1714415639563,"duration":0}},{"uid":"5d9d549422f3a679","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5d9d549422f3a679","status":"passed","time":{"start":1714407839129,"stop":1714407839130,"duration":1}},{"uid":"b2b4580ec77e1af9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b2b4580ec77e1af9","status":"passed","time":{"start":1714406876546,"stop":1714406876552,"duration":6}},{"uid":"d7bc7ddc6baeab2b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d7bc7ddc6baeab2b","status":"passed","time":{"start":1714404658753,"stop":1714404658753,"duration":0}}]},"d6ecd254821bea9e003bbac1b06c6cae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"116d37abc393e8a2","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/116d37abc393e8a2","status":"passed","time":{"start":1714380535716,"stop":1714380535716,"duration":0}}]},"cce99154ccf73da8c9076eeff05ce155:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"403757cd1b133aea","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/403757cd1b133aea","status":"passed","time":{"start":1714007981672,"stop":1714007981673,"duration":1}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"f2ed7094606a655e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f2ed7094606a655e","status":"passed","time":{"start":1714454133738,"stop":1714454133749,"duration":11}},{"uid":"c84bbcbdbfdc6e97","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/c84bbcbdbfdc6e97","status":"passed","time":{"start":1714435697060,"stop":1714435697060,"duration":0}},{"uid":"8e280af8f77946d8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8e280af8f77946d8","status":"passed","time":{"start":1714434777702,"stop":1714434777702,"duration":0}},{"uid":"4e873d3a54f35b2d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4e873d3a54f35b2d","status":"passed","time":{"start":1714433468580,"stop":1714433468581,"duration":1}},{"uid":"57a8c643a46517d3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/57a8c643a46517d3","status":"passed","time":{"start":1714431659894,"stop":1714431659894,"duration":0}},{"uid":"cedba087b093695f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/cedba087b093695f","status":"passed","time":{"start":1714431917004,"stop":1714431917004,"duration":0}},{"uid":"3e63404882009152","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3e63404882009152","status":"passed","time":{"start":1714430652876,"stop":1714430652877,"duration":1}},{"uid":"68cf6c07cc36fde6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/68cf6c07cc36fde6","status":"passed","time":{"start":1714430439935,"stop":1714430439950,"duration":15}},{"uid":"4a9b30edbe6e76b3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4a9b30edbe6e76b3","status":"passed","time":{"start":1714429618774,"stop":1714429618775,"duration":1}},{"uid":"2f00b9c3ceffb6dc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2f00b9c3ceffb6dc","status":"passed","time":{"start":1714428758237,"stop":1714428758237,"duration":0}},{"uid":"910545d151f83c90","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/910545d151f83c90","status":"passed","time":{"start":1714427532038,"stop":1714427532038,"duration":0}},{"uid":"1ef21f0c1ef54ee1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1ef21f0c1ef54ee1","status":"passed","time":{"start":1714427233654,"stop":1714427233655,"duration":1}},{"uid":"58ae276b09b5ac69","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/58ae276b09b5ac69","status":"passed","time":{"start":1714426576824,"stop":1714426576825,"duration":1}},{"uid":"caa8de90aa61bf71","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/caa8de90aa61bf71","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311930,"stop":1714425311930,"duration":0}},{"uid":"d63053303b97400a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d63053303b97400a","status":"passed","time":{"start":1714425068149,"stop":1714425068149,"duration":0}},{"uid":"727b0fd86928ebea","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/727b0fd86928ebea","status":"passed","time":{"start":1714415236749,"stop":1714415236749,"duration":0}},{"uid":"bcb84e076aa8e1ef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/bcb84e076aa8e1ef","status":"passed","time":{"start":1714415370288,"stop":1714415370289,"duration":1}},{"uid":"7c2af02450e34d3f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/7c2af02450e34d3f","status":"passed","time":{"start":1714407592727,"stop":1714407592728,"duration":1}},{"uid":"5bd14b3b45ee1977","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5bd14b3b45ee1977","status":"passed","time":{"start":1714406603014,"stop":1714406603014,"duration":0}},{"uid":"fa925d53230e9314","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fa925d53230e9314","status":"passed","time":{"start":1714404403093,"stop":1714404403093,"duration":0}}]},"0fccd8cfa2dd86e6e77583b477392a50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6c09eb6f483e2a7","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f6c09eb6f483e2a7","status":"passed","time":{"start":1714145945754,"stop":1714145945755,"duration":1}}]},"a201b1a98069d39b955f9dd3adf8618d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"5403a058bcc01f75","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/5403a058bcc01f75","status":"skipped","statusDetails":"Test ignored","time":{"start":1713976098684,"stop":1713976098684,"duration":0}}]},"ce1f28703990690344def0edf884fbe3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c628236d64ca95d7","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/c628236d64ca95d7","status":"passed","time":{"start":1713997832222,"stop":1713997832223,"duration":1}}]},"6c1d662ecc2be008822b8b0ef897f9e8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f312e7f1f4149fd8","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/f312e7f1f4149fd8","status":"passed","time":{"start":1714384759604,"stop":1714384759605,"duration":1}}]},"e2175453c24f6c8006a6ec7858eae6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6643e57f9c9c7497","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/6643e57f9c9c7497","status":"passed","time":{"start":1714380503466,"stop":1714380503466,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"9bbd359325e5566f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9bbd359325e5566f","status":"passed","time":{"start":1714454434306,"stop":1714454434307,"duration":1}},{"uid":"181cf7cd0cba256a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/181cf7cd0cba256a","status":"passed","time":{"start":1714436006524,"stop":1714436006525,"duration":1}},{"uid":"6af194b5c197cda6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/6af194b5c197cda6","status":"passed","time":{"start":1714435054823,"stop":1714435054823,"duration":0}},{"uid":"8e23aa8991536d4c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8e23aa8991536d4c","status":"passed","time":{"start":1714433761052,"stop":1714433761052,"duration":0}},{"uid":"4ca19d1179e7d4de","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4ca19d1179e7d4de","status":"passed","time":{"start":1714431966423,"stop":1714431966423,"duration":0}},{"uid":"464a0f76f4f58d98","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/464a0f76f4f58d98","status":"passed","time":{"start":1714432193265,"stop":1714432193266,"duration":1}},{"uid":"ad79cedbacaaa5a7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ad79cedbacaaa5a7","status":"passed","time":{"start":1714430948525,"stop":1714430948525,"duration":0}},{"uid":"3981db963d2e2997","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3981db963d2e2997","status":"passed","time":{"start":1714430713515,"stop":1714430713515,"duration":0}},{"uid":"dcee875e72a5f27b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/dcee875e72a5f27b","status":"passed","time":{"start":1714429917735,"stop":1714429917735,"duration":0}},{"uid":"104a413a84556d21","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/104a413a84556d21","status":"passed","time":{"start":1714429040286,"stop":1714429040286,"duration":0}},{"uid":"8cc2694bde0e5443","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8cc2694bde0e5443","status":"passed","time":{"start":1714427848673,"stop":1714427848673,"duration":0}},{"uid":"2e59277e1a6250db","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2e59277e1a6250db","status":"passed","time":{"start":1714427530056,"stop":1714427530057,"duration":1}},{"uid":"11566c3e445b2d5f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/11566c3e445b2d5f","status":"passed","time":{"start":1714426875128,"stop":1714426875128,"duration":0}},{"uid":"274455a158342d97","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/274455a158342d97","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511013,"stop":1714426511013,"duration":0}},{"uid":"c3c2a0c9f4973720","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/c3c2a0c9f4973720","status":"passed","time":{"start":1714425369946,"stop":1714425369948,"duration":2}},{"uid":"95240e9bd02f95fb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/95240e9bd02f95fb","status":"passed","time":{"start":1714415516368,"stop":1714415516369,"duration":1}},{"uid":"649592f8da733997","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/649592f8da733997","status":"passed","time":{"start":1714415679023,"stop":1714415679023,"duration":0}},{"uid":"ad1dc7eeee8f3a33","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ad1dc7eeee8f3a33","status":"passed","time":{"start":1714407884317,"stop":1714407884317,"duration":0}},{"uid":"76192965256e1479","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/76192965256e1479","status":"passed","time":{"start":1714406914278,"stop":1714406914279,"duration":1}},{"uid":"b98b695c8b9f7121","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/b98b695c8b9f7121","status":"passed","time":{"start":1714404690102,"stop":1714404690103,"duration":1}}]},"e54f6962c38683141339599713ebaaa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee004b23735cba46","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ee004b23735cba46","status":"passed","time":{"start":1714432303173,"stop":1714432303174,"duration":1}}]},"5de5482f40a2b54c1ac7ae87c28c3cd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c529cf784655654e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c529cf784655654e","status":"passed","time":{"start":1714429098036,"stop":1714429098037,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"4210b61d3d5e6220","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4210b61d3d5e6220","status":"passed","time":{"start":1714454479297,"stop":1714454479298,"duration":1}},{"uid":"63d8ff38bdd72b0f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/63d8ff38bdd72b0f","status":"passed","time":{"start":1714436048051,"stop":1714436048063,"duration":12}},{"uid":"34b9b77cc2ba9a0","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/34b9b77cc2ba9a0","status":"passed","time":{"start":1714435103476,"stop":1714435103476,"duration":0}},{"uid":"376a72cec51287ec","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/376a72cec51287ec","status":"passed","time":{"start":1714433793527,"stop":1714433793528,"duration":1}},{"uid":"67466bd78c01ae34","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/67466bd78c01ae34","status":"passed","time":{"start":1714431998661,"stop":1714431998661,"duration":0}},{"uid":"d1b98e49e6e5ed66","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d1b98e49e6e5ed66","status":"passed","time":{"start":1714432332181,"stop":1714432332181,"duration":0}},{"uid":"d4618d7aafb0d6e2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d4618d7aafb0d6e2","status":"passed","time":{"start":1714431002234,"stop":1714431002234,"duration":0}},{"uid":"2e4431eb6ca814a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/2e4431eb6ca814a","status":"passed","time":{"start":1714430831534,"stop":1714430831535,"duration":1}},{"uid":"294f36cbe0307b4f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/294f36cbe0307b4f","status":"passed","time":{"start":1714429955118,"stop":1714429955119,"duration":1}},{"uid":"2a283ff6b6505c4c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2a283ff6b6505c4c","status":"passed","time":{"start":1714429082501,"stop":1714429082508,"duration":7}},{"uid":"22649aa3d53eb4b6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/22649aa3d53eb4b6","status":"passed","time":{"start":1714427873971,"stop":1714427873971,"duration":0}},{"uid":"9f902c37c9cd01b0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9f902c37c9cd01b0","status":"passed","time":{"start":1714427572925,"stop":1714427572925,"duration":0}},{"uid":"be35fbe0790b5f87","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/be35fbe0790b5f87","status":"passed","time":{"start":1714426928333,"stop":1714426928333,"duration":0}},{"uid":"102037085ba5a5c5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/102037085ba5a5c5","status":"passed","time":{"start":1714425626052,"stop":1714425626053,"duration":1}},{"uid":"ed8b230cdda7f590","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ed8b230cdda7f590","status":"passed","time":{"start":1714425405880,"stop":1714425405880,"duration":0}},{"uid":"6f0a1f2a78fa0161","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6f0a1f2a78fa0161","status":"passed","time":{"start":1714415627133,"stop":1714415627133,"duration":0}},{"uid":"5c3e62317b1c8c87","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5c3e62317b1c8c87","status":"passed","time":{"start":1714415727610,"stop":1714415727610,"duration":0}},{"uid":"978e4b71f8a8ec95","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/978e4b71f8a8ec95","status":"passed","time":{"start":1714407946535,"stop":1714407946535,"duration":0}},{"uid":"5fdbeb7c6f69a6c4","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5fdbeb7c6f69a6c4","status":"passed","time":{"start":1714406957182,"stop":1714406957182,"duration":0}},{"uid":"36874d47f43fe886","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/36874d47f43fe886","status":"passed","time":{"start":1714404754333,"stop":1714404754334,"duration":1}}]},"86746ab4aa5182df26180232b8a29481:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c8df3a8dc8b7482","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/2c8df3a8dc8b7482","status":"passed","time":{"start":1714431888567,"stop":1714431888569,"duration":2}}]},"9e57c5860ef892ed48f5d116d8d2921c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b2e1c0b69a8b3e71","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b2e1c0b69a8b3e71","status":"passed","time":{"start":1714426927575,"stop":1714426927576,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":83,"unknown":0,"total":88},"items":[{"uid":"8e45a16baec4e262","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e45a16baec4e262","status":"passed","time":{"start":1714454185397,"stop":1714454185397,"duration":0}},{"uid":"33ce81833190bf8c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/33ce81833190bf8c","status":"passed","time":{"start":1714435735079,"stop":1714435735079,"duration":0}},{"uid":"dec79ea75189ca58","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/dec79ea75189ca58","status":"passed","time":{"start":1714434806117,"stop":1714434806117,"duration":0}},{"uid":"f16950b132a3c99d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f16950b132a3c99d","status":"passed","time":{"start":1714433499861,"stop":1714433499861,"duration":0}},{"uid":"f005a3b9e6017dfb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f005a3b9e6017dfb","status":"passed","time":{"start":1714431708453,"stop":1714431708453,"duration":0}},{"uid":"e78a4729b1347845","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e78a4729b1347845","status":"passed","time":{"start":1714431973948,"stop":1714431973948,"duration":0}},{"uid":"5bc0cc951cb74542","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5bc0cc951cb74542","status":"passed","time":{"start":1714430712226,"stop":1714430712227,"duration":1}},{"uid":"df7fe9953fd57fd1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/df7fe9953fd57fd1","status":"passed","time":{"start":1714430495764,"stop":1714430495764,"duration":0}},{"uid":"5f2acd3e7c0bb5ce","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5f2acd3e7c0bb5ce","status":"passed","time":{"start":1714429658503,"stop":1714429658504,"duration":1}},{"uid":"ce9a10414a3a4d8a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ce9a10414a3a4d8a","status":"passed","time":{"start":1714428797054,"stop":1714428797054,"duration":0}},{"uid":"97d65b5611d35167","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/97d65b5611d35167","status":"passed","time":{"start":1714427574980,"stop":1714427574980,"duration":0}},{"uid":"b774dae0cf9028b4","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b774dae0cf9028b4","status":"passed","time":{"start":1714427265757,"stop":1714427265758,"duration":1}},{"uid":"9febd7033c96b4d3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9febd7033c96b4d3","status":"passed","time":{"start":1714426629926,"stop":1714426629926,"duration":0}},{"uid":"12f4bba66fda3bb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/12f4bba66fda3bb","status":"broken","statusDetails":"window is not defined","time":{"start":1714425424893,"stop":1714425424893,"duration":0}},{"uid":"57afb3f6ae8570d0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/57afb3f6ae8570d0","status":"passed","time":{"start":1714425110753,"stop":1714425110754,"duration":1}},{"uid":"4ee9bd23edb99d26","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/4ee9bd23edb99d26","status":"passed","time":{"start":1714415251480,"stop":1714415251480,"duration":0}},{"uid":"42652b3a20a551f6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/42652b3a20a551f6","status":"passed","time":{"start":1714415441988,"stop":1714415441989,"duration":1}},{"uid":"79ae1bfcad593ab7","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/79ae1bfcad593ab7","status":"passed","time":{"start":1714407634793,"stop":1714407634795,"duration":2}},{"uid":"ded8ccd934a253ec","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ded8ccd934a253ec","status":"passed","time":{"start":1714406654760,"stop":1714406654760,"duration":0}},{"uid":"816831a4c04448a5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/816831a4c04448a5","status":"passed","time":{"start":1714404452615,"stop":1714404452615,"duration":0}}]},"404871ab74ad5e4bc2a87d452d0735c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"adfb4506c76d6e65","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/adfb4506c76d6e65","status":"passed","time":{"start":1714046060136,"stop":1714046060137,"duration":1}}]},"994d52c5baba63ea9765e53f87c03760:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7e35e6df8ab328f","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/b7e35e6df8ab328f","status":"passed","time":{"start":1714154244190,"stop":1714154244191,"duration":1}}]},"6c6c8f3fa8b01ec04fa5fb529be81d42:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39c371cd7e2b28a5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/39c371cd7e2b28a5","status":"passed","time":{"start":1714385802615,"stop":1714385802615,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"370da373122a2277","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/370da373122a2277","status":"passed","time":{"start":1714454133749,"stop":1714454133752,"duration":3}},{"uid":"507ad3d29db97b30","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/507ad3d29db97b30","status":"passed","time":{"start":1714435697060,"stop":1714435697061,"duration":1}},{"uid":"746f6cc441c44fa7","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/746f6cc441c44fa7","status":"passed","time":{"start":1714434777702,"stop":1714434777703,"duration":1}},{"uid":"e9bdc4f6caa4bb6c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e9bdc4f6caa4bb6c","status":"passed","time":{"start":1714433468581,"stop":1714433468587,"duration":6}},{"uid":"8572ea98b21423ab","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8572ea98b21423ab","status":"passed","time":{"start":1714431659895,"stop":1714431659896,"duration":1}},{"uid":"c70d6fd64279a3d9","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c70d6fd64279a3d9","status":"passed","time":{"start":1714431917004,"stop":1714431917004,"duration":0}},{"uid":"a6a95e1d007f927e","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a6a95e1d007f927e","status":"passed","time":{"start":1714430652877,"stop":1714430652879,"duration":2}},{"uid":"df8b14ce7e86d235","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/df8b14ce7e86d235","status":"passed","time":{"start":1714430439950,"stop":1714430439950,"duration":0}},{"uid":"d469701d44394e55","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d469701d44394e55","status":"passed","time":{"start":1714429618775,"stop":1714429618776,"duration":1}},{"uid":"68fa3d1dd3bdc059","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/68fa3d1dd3bdc059","status":"passed","time":{"start":1714428758237,"stop":1714428758237,"duration":0}},{"uid":"40e6b71a7b739121","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/40e6b71a7b739121","status":"passed","time":{"start":1714427532039,"stop":1714427532039,"duration":0}},{"uid":"9979c02de5c25244","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9979c02de5c25244","status":"passed","time":{"start":1714427233655,"stop":1714427233655,"duration":0}},{"uid":"509739787888dd3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/509739787888dd3","status":"passed","time":{"start":1714426576825,"stop":1714426576825,"duration":0}},{"uid":"1a0f5e2214606b4a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1a0f5e2214606b4a","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311931,"stop":1714425311932,"duration":1}},{"uid":"21f33ab73477454a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/21f33ab73477454a","status":"passed","time":{"start":1714425068149,"stop":1714425068150,"duration":1}},{"uid":"e0afa50293f93a48","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e0afa50293f93a48","status":"passed","time":{"start":1714415236749,"stop":1714415236750,"duration":1}},{"uid":"ae5e217cd268b10d","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ae5e217cd268b10d","status":"passed","time":{"start":1714415370289,"stop":1714415370290,"duration":1}},{"uid":"b4e5588028a70714","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b4e5588028a70714","status":"passed","time":{"start":1714407592728,"stop":1714407592728,"duration":0}},{"uid":"2bb0e576f4fbd628","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2bb0e576f4fbd628","status":"passed","time":{"start":1714406603014,"stop":1714406603015,"duration":1}},{"uid":"f50ae9af430ca5f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f50ae9af430ca5f","status":"passed","time":{"start":1714404403093,"stop":1714404403093,"duration":0}}]},"c1831a39e67440bcd3459de1adb07a7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc7c8c7190a9ce22","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bc7c8c7190a9ce22","status":"passed","time":{"start":1714406956960,"stop":1714406956960,"duration":0}}]},"8af5acc2af1619b964fd4f4427c4eb7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0125a19fd81949f","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/f0125a19fd81949f","status":"passed","time":{"start":1714383216311,"stop":1714383216316,"duration":5}}]},"29d157db64e9360bbd00d1cb39524dd5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb3c71b663128b36","reportUrl":"https://waku-org.github.io/js-waku/6906//#testresult/cb3c71b663128b36","status":"passed","time":{"start":1714129844758,"stop":1714129844758,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"20f36617bdf81683","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/20f36617bdf81683","status":"passed","time":{"start":1714454434302,"stop":1714454434303,"duration":1}},{"uid":"e7e807f3eeeea02f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/e7e807f3eeeea02f","status":"passed","time":{"start":1714436006516,"stop":1714436006516,"duration":0}},{"uid":"4833016e2adbb526","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/4833016e2adbb526","status":"passed","time":{"start":1714435054819,"stop":1714435054819,"duration":0}},{"uid":"1fc14a57deb38ac3","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/1fc14a57deb38ac3","status":"passed","time":{"start":1714433761045,"stop":1714433761046,"duration":1}},{"uid":"bcedcfb1f1e8f586","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bcedcfb1f1e8f586","status":"passed","time":{"start":1714431966419,"stop":1714431966420,"duration":1}},{"uid":"2d2831953634cd23","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2d2831953634cd23","status":"passed","time":{"start":1714432193256,"stop":1714432193257,"duration":1}},{"uid":"2feb24046c4d4954","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2feb24046c4d4954","status":"passed","time":{"start":1714430948520,"stop":1714430948520,"duration":0}},{"uid":"e4c732456b56267b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e4c732456b56267b","status":"passed","time":{"start":1714430713510,"stop":1714430713510,"duration":0}},{"uid":"ca9b0ae2277d1929","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/ca9b0ae2277d1929","status":"passed","time":{"start":1714429917724,"stop":1714429917727,"duration":3}},{"uid":"e77e7204a86a36b3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e77e7204a86a36b3","status":"passed","time":{"start":1714429040281,"stop":1714429040282,"duration":1}},{"uid":"31b1ef004ebc7e0e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/31b1ef004ebc7e0e","status":"passed","time":{"start":1714427848667,"stop":1714427848667,"duration":0}},{"uid":"8239b0e39aac7456","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8239b0e39aac7456","status":"passed","time":{"start":1714427530052,"stop":1714427530052,"duration":0}},{"uid":"358b84ebe349840c","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/358b84ebe349840c","status":"passed","time":{"start":1714426875121,"stop":1714426875121,"duration":0}},{"uid":"6016226efe8119b2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6016226efe8119b2","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511002,"stop":1714426511002,"duration":0}},{"uid":"1c7cddebb19bca85","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1c7cddebb19bca85","status":"passed","time":{"start":1714425369931,"stop":1714425369932,"duration":1}},{"uid":"e9334b29e12b92a2","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e9334b29e12b92a2","status":"passed","time":{"start":1714415516353,"stop":1714415516354,"duration":1}},{"uid":"9405b8f3cadd96f6","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9405b8f3cadd96f6","status":"passed","time":{"start":1714415679015,"stop":1714415679015,"duration":0}},{"uid":"74169723c0561a25","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/74169723c0561a25","status":"passed","time":{"start":1714407884312,"stop":1714407884312,"duration":0}},{"uid":"86c9eec8641473dd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/86c9eec8641473dd","status":"passed","time":{"start":1714406914268,"stop":1714406914268,"duration":0}},{"uid":"632f39f58c92fc8e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/632f39f58c92fc8e","status":"passed","time":{"start":1714404690097,"stop":1714404690097,"duration":0}}]},"024a870cf68d6256180bf0c42b456cb4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7a9337edbc49611f","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/7a9337edbc49611f","status":"passed","time":{"start":1713988983915,"stop":1713988983915,"duration":0}}]},"da83eaa4aca97d9c9360f3e6cea0aab1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3e22e82ae49f2028","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/3e22e82ae49f2028","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714087021802,"stop":1714087021802,"duration":0}}]},"dd5f3fc22ae64447c9ab250e19a5713e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b86a8fbe5329a922","reportUrl":"https://waku-org.github.io/js-waku/6930//#testresult/b86a8fbe5329a922","status":"passed","time":{"start":1714383232261,"stop":1714383232262,"duration":1}}]},"173b7a649eae5d70c0c11fadbaae7d1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c0f0ac0066b3911","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/3c0f0ac0066b3911","status":"passed","time":{"start":1714144804245,"stop":1714144804246,"duration":1}}]},"f6c0ab611e6261c6dcea7d12165a2cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ebdd6197cbd130f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9ebdd6197cbd130f","status":"passed","time":{"start":1714407912883,"stop":1714407912884,"duration":1}}]},"59f06ad6dceff0fdfc4166507d843cd4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c0f84ed7d47af2d2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c0f84ed7d47af2d2","status":"passed","time":{"start":1714431035251,"stop":1714431035252,"duration":1}}]},"439bf0f02f6c9e24f19b40a6cffbace6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"380ca0f064e7a8f5","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/380ca0f064e7a8f5","status":"passed","time":{"start":1714384405998,"stop":1714384405998,"duration":0}}]},"9229f366ef14b352533975d27dbac1e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91b055144d72cc80","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/91b055144d72cc80","status":"passed","time":{"start":1714144770789,"stop":1714144770789,"duration":0}}]},"cc1f4dc9f2f5f73b14fa2dbbe3f10fac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d821b04d82675fb","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/d821b04d82675fb","status":"passed","time":{"start":1714154299666,"stop":1714154299666,"duration":0}}]},"553f19c3fc56bfaf3dc4b7d1eef0cf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a53bc65e3b05972c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a53bc65e3b05972c","status":"passed","time":{"start":1714406971789,"stop":1714406971790,"duration":1}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"a4f0f7c95844166e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a4f0f7c95844166e","status":"passed","time":{"start":1714454431992,"stop":1714454431992,"duration":0}},{"uid":"fcd7b44e2d09475d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fcd7b44e2d09475d","status":"passed","time":{"start":1714435990621,"stop":1714435990622,"duration":1}},{"uid":"c53d1607c6d1c1fd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c53d1607c6d1c1fd","status":"passed","time":{"start":1714435062610,"stop":1714435062610,"duration":0}},{"uid":"485ad70595658e6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/485ad70595658e6","status":"passed","time":{"start":1714433747838,"stop":1714433747838,"duration":0}},{"uid":"9469ada727d60a5c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9469ada727d60a5c","status":"passed","time":{"start":1714431959180,"stop":1714431959180,"duration":0}},{"uid":"a02cd04da1529c20","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a02cd04da1529c20","status":"passed","time":{"start":1714432238340,"stop":1714432238340,"duration":0}},{"uid":"867527cb9de51297","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/867527cb9de51297","status":"passed","time":{"start":1714430946040,"stop":1714430946040,"duration":0}},{"uid":"96c45868a8894524","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/96c45868a8894524","status":"passed","time":{"start":1714430757772,"stop":1714430757772,"duration":0}},{"uid":"f534236234df3703","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f534236234df3703","status":"passed","time":{"start":1714429917772,"stop":1714429917772,"duration":0}},{"uid":"84be7409693d970e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/84be7409693d970e","status":"passed","time":{"start":1714429038415,"stop":1714429038415,"duration":0}},{"uid":"e270514d7db2b58c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e270514d7db2b58c","status":"passed","time":{"start":1714427794301,"stop":1714427794301,"duration":0}},{"uid":"2caa0c21bf8e8e08","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2caa0c21bf8e8e08","status":"passed","time":{"start":1714427517454,"stop":1714427517454,"duration":0}},{"uid":"fbb6bdbff6739577","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fbb6bdbff6739577","status":"passed","time":{"start":1714426868572,"stop":1714426868572,"duration":0}},{"uid":"c34753e025013d9e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c34753e025013d9e","status":"passed","time":{"start":1714425555000,"stop":1714425555001,"duration":1}},{"uid":"1df11ce304b7724f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1df11ce304b7724f","status":"passed","time":{"start":1714425349859,"stop":1714425349860,"duration":1}},{"uid":"55d4d533b560ab56","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/55d4d533b560ab56","status":"passed","time":{"start":1714415539974,"stop":1714415539974,"duration":0}},{"uid":"58c8f3b6ea09f29f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/58c8f3b6ea09f29f","status":"passed","time":{"start":1714415671314,"stop":1714415671314,"duration":0}},{"uid":"1412dfa6226b032c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1412dfa6226b032c","status":"passed","time":{"start":1714407878078,"stop":1714407878078,"duration":0}},{"uid":"da4a0548f0e0d7a9","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/da4a0548f0e0d7a9","status":"passed","time":{"start":1714406907372,"stop":1714406907372,"duration":0}},{"uid":"81fad73f129ead52","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/81fad73f129ead52","status":"passed","time":{"start":1714404685455,"stop":1714404685456,"duration":1}}]},"b6b74cc9d701d58c735fd006caa25368:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"638f4f6a86da2700","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/638f4f6a86da2700","status":"passed","time":{"start":1714130822116,"stop":1714130822116,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"b7049958848ea998","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b7049958848ea998","status":"passed","time":{"start":1714454434309,"stop":1714454434309,"duration":0}},{"uid":"5a5dbcfd7f8d5239","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5a5dbcfd7f8d5239","status":"passed","time":{"start":1714436006527,"stop":1714436006528,"duration":1}},{"uid":"40efceaa89f30564","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/40efceaa89f30564","status":"passed","time":{"start":1714435054827,"stop":1714435054827,"duration":0}},{"uid":"a821939c7dcc800c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a821939c7dcc800c","status":"passed","time":{"start":1714433761054,"stop":1714433761054,"duration":0}},{"uid":"69980e6013798677","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/69980e6013798677","status":"passed","time":{"start":1714431966425,"stop":1714431966425,"duration":0}},{"uid":"35ad17ab2016c46b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/35ad17ab2016c46b","status":"passed","time":{"start":1714432193268,"stop":1714432193268,"duration":0}},{"uid":"35681450758aae81","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/35681450758aae81","status":"passed","time":{"start":1714430948530,"stop":1714430948530,"duration":0}},{"uid":"d44eca754c962d52","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d44eca754c962d52","status":"passed","time":{"start":1714430713517,"stop":1714430713517,"duration":0}},{"uid":"de40857c8d976140","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/de40857c8d976140","status":"passed","time":{"start":1714429917738,"stop":1714429917738,"duration":0}},{"uid":"3d5aaf2539682751","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3d5aaf2539682751","status":"passed","time":{"start":1714429040289,"stop":1714429040289,"duration":0}},{"uid":"7740713483f71034","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7740713483f71034","status":"passed","time":{"start":1714427848677,"stop":1714427848677,"duration":0}},{"uid":"dfc18b7f8c3ffa8f","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/dfc18b7f8c3ffa8f","status":"passed","time":{"start":1714427530059,"stop":1714427530059,"duration":0}},{"uid":"397d4032772214b0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/397d4032772214b0","status":"passed","time":{"start":1714426875131,"stop":1714426875132,"duration":1}},{"uid":"c3688ff6b33b6e65","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c3688ff6b33b6e65","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511017,"stop":1714426511018,"duration":1}},{"uid":"4bb261821bcf4b53","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/4bb261821bcf4b53","status":"passed","time":{"start":1714425369950,"stop":1714425369951,"duration":1}},{"uid":"ca4fa3e9fad72c0f","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ca4fa3e9fad72c0f","status":"passed","time":{"start":1714415516371,"stop":1714415516371,"duration":0}},{"uid":"12bdca2e151d96d4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/12bdca2e151d96d4","status":"passed","time":{"start":1714415679025,"stop":1714415679025,"duration":0}},{"uid":"acb6cac0e68ab980","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/acb6cac0e68ab980","status":"passed","time":{"start":1714407884319,"stop":1714407884319,"duration":0}},{"uid":"1d4cb1a904254158","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1d4cb1a904254158","status":"passed","time":{"start":1714406914280,"stop":1714406914281,"duration":1}},{"uid":"1874da4d2692aa","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1874da4d2692aa","status":"passed","time":{"start":1714404690104,"stop":1714404690105,"duration":1}}]},"7a2d1085fbd201ca16a6b367e886496a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4d016e34233bec7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d4d016e34233bec7","status":"passed","time":{"start":1714429034576,"stop":1714429034576,"duration":0}}]},"7bbb8783f21e9264966a4c40a372347b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"740206db7658d194","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/740206db7658d194","status":"passed","time":{"start":1714426950366,"stop":1714426950366,"duration":0}}]},"98a41b770fcb7823aca97758f02d7ea6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bbe88e683b72b0f","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/6bbe88e683b72b0f","status":"passed","time":{"start":1714379984456,"stop":1714379984456,"duration":0}}]},"fc054bb7cc6b6fe9b6db213a0db689cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"62094401042ac7d1","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/62094401042ac7d1","status":"passed","time":{"start":1714380392373,"stop":1714380392374,"duration":1}}]},"58481703874c8173b3b4d6c7a0ca8b3a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee242cfc75671e00","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ee242cfc75671e00","status":"passed","time":{"start":1714404403097,"stop":1714404403097,"duration":0}}]},"42299010d47c571732c7564870833b1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b71321ecb8ba2479","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/b71321ecb8ba2479","status":"passed","time":{"start":1713988983913,"stop":1713988983913,"duration":0}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"423211a438c5838f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/423211a438c5838f","status":"passed","time":{"start":1714454576890,"stop":1714454576890,"duration":0}},{"uid":"10fe325b6e40889d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/10fe325b6e40889d","status":"passed","time":{"start":1714436137175,"stop":1714436137175,"duration":0}},{"uid":"a92f8176a1f53a62","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a92f8176a1f53a62","status":"passed","time":{"start":1714435211588,"stop":1714435211588,"duration":0}},{"uid":"cf19f4a71471eb30","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/cf19f4a71471eb30","status":"passed","time":{"start":1714433886005,"stop":1714433886007,"duration":2}},{"uid":"f19df92720b2acda","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f19df92720b2acda","status":"passed","time":{"start":1714432097265,"stop":1714432097265,"duration":0}},{"uid":"5b5d34111278491a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/5b5d34111278491a","status":"passed","time":{"start":1714432488912,"stop":1714432488912,"duration":0}},{"uid":"66049a105328f8f7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/66049a105328f8f7","status":"passed","time":{"start":1714431099665,"stop":1714431099666,"duration":1}},{"uid":"41fac49ce4b99bfe","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/41fac49ce4b99bfe","status":"passed","time":{"start":1714431008664,"stop":1714431008664,"duration":0}},{"uid":"43db6e6dfa58ce49","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/43db6e6dfa58ce49","status":"passed","time":{"start":1714430071922,"stop":1714430071923,"duration":1}},{"uid":"e92af2c81044254c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e92af2c81044254c","status":"passed","time":{"start":1714429188204,"stop":1714429188205,"duration":1}},{"uid":"35ff365a3dd731cc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/35ff365a3dd731cc","status":"passed","time":{"start":1714427963974,"stop":1714427963974,"duration":0}},{"uid":"802bfe5b5aed5823","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/802bfe5b5aed5823","status":"passed","time":{"start":1714427664125,"stop":1714427664126,"duration":1}},{"uid":"85036d1daccf899b","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/85036d1daccf899b","status":"passed","time":{"start":1714427019009,"stop":1714427019010,"duration":1}},{"uid":"c3052e7593283d9b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c3052e7593283d9b","status":"passed","time":{"start":1714425767072,"stop":1714425767072,"duration":0}},{"uid":"cd4423ee414c5c67","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/cd4423ee414c5c67","status":"passed","time":{"start":1714425507200,"stop":1714425507200,"duration":0}},{"uid":"5a2dfac8754eb302","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/5a2dfac8754eb302","status":"passed","time":{"start":1714415710421,"stop":1714415710421,"duration":0}},{"uid":"a6ded86b080f23c4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/a6ded86b080f23c4","status":"passed","time":{"start":1714415817192,"stop":1714415817192,"duration":0}},{"uid":"5a13103aab18006c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5a13103aab18006c","status":"passed","time":{"start":1714408026139,"stop":1714408026139,"duration":0}},{"uid":"b17d58d9e7e78430","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b17d58d9e7e78430","status":"passed","time":{"start":1714407055327,"stop":1714407055327,"duration":0}},{"uid":"83c0177db1a0950","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/83c0177db1a0950","status":"passed","time":{"start":1714404834265,"stop":1714404834265,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"b7d9fb57ce9aff92","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b7d9fb57ce9aff92","status":"passed","time":{"start":1714454507877,"stop":1714454507877,"duration":0}},{"uid":"7cdce5876a6d81b0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/7cdce5876a6d81b0","status":"passed","time":{"start":1714436048748,"stop":1714436048749,"duration":1}},{"uid":"5b37fdbe0bcc0d47","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5b37fdbe0bcc0d47","status":"passed","time":{"start":1714435155747,"stop":1714435155748,"duration":1}},{"uid":"ac552ea2bc04f411","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ac552ea2bc04f411","status":"passed","time":{"start":1714433815783,"stop":1714433815783,"duration":0}},{"uid":"a4ec1e74705bd1ec","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a4ec1e74705bd1ec","status":"passed","time":{"start":1714432025717,"stop":1714432025717,"duration":0}},{"uid":"8a346ceb25288088","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8a346ceb25288088","status":"passed","time":{"start":1714432319332,"stop":1714432319333,"duration":1}},{"uid":"343138fe1c9bd7b5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/343138fe1c9bd7b5","status":"passed","time":{"start":1714431035224,"stop":1714431035224,"duration":0}},{"uid":"18fbb0e9bbf45584","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/18fbb0e9bbf45584","status":"passed","time":{"start":1714430851106,"stop":1714430851106,"duration":0}},{"uid":"a6e6cc385983aba","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a6e6cc385983aba","status":"passed","time":{"start":1714429998266,"stop":1714429998266,"duration":0}},{"uid":"d114c8e2475dcf74","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d114c8e2475dcf74","status":"passed","time":{"start":1714429123393,"stop":1714429123393,"duration":0}},{"uid":"71574819ec1774e3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/71574819ec1774e3","status":"passed","time":{"start":1714427908705,"stop":1714427908706,"duration":1}},{"uid":"cf3a8ad34b1582d5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/cf3a8ad34b1582d5","status":"passed","time":{"start":1714427590242,"stop":1714427590242,"duration":0}},{"uid":"8cee47229899b5cd","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/8cee47229899b5cd","status":"passed","time":{"start":1714426950349,"stop":1714426950350,"duration":1}},{"uid":"aab71a0bdb7e0de7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/aab71a0bdb7e0de7","status":"passed","time":{"start":1714425413003,"stop":1714425413004,"duration":1}},{"uid":"a2f0bfe3286b1b0e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a2f0bfe3286b1b0e","status":"passed","time":{"start":1714425435609,"stop":1714425435609,"duration":0}},{"uid":"f1b4b7809172b534","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f1b4b7809172b534","status":"passed","time":{"start":1714415590154,"stop":1714415590155,"duration":1}},{"uid":"8f1dcd59a879518e","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8f1dcd59a879518e","status":"passed","time":{"start":1714415739322,"stop":1714415739324,"duration":2}},{"uid":"5d3a8cbd36f6b032","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5d3a8cbd36f6b032","status":"passed","time":{"start":1714407950105,"stop":1714407950107,"duration":2}},{"uid":"2e2cfdc344e2e0f3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2e2cfdc344e2e0f3","status":"passed","time":{"start":1714406978443,"stop":1714406978444,"duration":1}},{"uid":"71eb0f9702d7b062","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/71eb0f9702d7b062","status":"passed","time":{"start":1714404752142,"stop":1714404752142,"duration":0}}]},"65c9f24798ca2a3d72f8bf9b997af8e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"79f7a2def24eb546","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/79f7a2def24eb546","status":"passed","time":{"start":1714154186386,"stop":1714154186386,"duration":0}}]},"0d030767d9cc72de46c328bc376a02fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4185f2b2555a9327","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/4185f2b2555a9327","status":"passed","time":{"start":1714296368563,"stop":1714296368564,"duration":1}}]},"b3f0831653bbfff9ce0325ebaa622425:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61ea99e798966f75","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/61ea99e798966f75","status":"passed","time":{"start":1714141025851,"stop":1714141025851,"duration":0}}]},"ae81e95a5a1b86e9b0609cb928234d3c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d5d1c1ed057d6bc","reportUrl":"https://waku-org.github.io/js-waku/6914//#testresult/5d5d1c1ed057d6bc","status":"passed","time":{"start":1714169144257,"stop":1714169144258,"duration":1}}]},"d31ada76f9da9f2a823e9a6fb962eb18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b861bbd050cbef28","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/b861bbd050cbef28","status":"passed","time":{"start":1714404194552,"stop":1714404194553,"duration":1}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"5b6be3a2944485ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5b6be3a2944485ea","status":"passed","time":{"start":1714453925048,"stop":1714453925048,"duration":0}},{"uid":"9fc4fdd8a353847d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9fc4fdd8a353847d","status":"passed","time":{"start":1714435482955,"stop":1714435482956,"duration":1}},{"uid":"fbe18879a8c9a129","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/fbe18879a8c9a129","status":"passed","time":{"start":1714434551991,"stop":1714434551991,"duration":0}},{"uid":"dd413a8c7c6ca33f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dd413a8c7c6ca33f","status":"passed","time":{"start":1714433247018,"stop":1714433247019,"duration":1}},{"uid":"4be145cc0255977a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/4be145cc0255977a","status":"passed","time":{"start":1714431444739,"stop":1714431444739,"duration":0}},{"uid":"712e71431340dac6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/712e71431340dac6","status":"passed","time":{"start":1714431708277,"stop":1714431708277,"duration":0}},{"uid":"f2a086ff2a6db2ff","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f2a086ff2a6db2ff","status":"passed","time":{"start":1714430430706,"stop":1714430430707,"duration":1}},{"uid":"49fa6fb792f0e83e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/49fa6fb792f0e83e","status":"passed","time":{"start":1714430223173,"stop":1714430223174,"duration":1}},{"uid":"640a16e3be219012","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/640a16e3be219012","status":"passed","time":{"start":1714429383862,"stop":1714429383863,"duration":1}},{"uid":"7a0b2294a27b61a4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7a0b2294a27b61a4","status":"passed","time":{"start":1714428528620,"stop":1714428528620,"duration":0}},{"uid":"85d9150f33e17c9e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/85d9150f33e17c9e","status":"passed","time":{"start":1714427305976,"stop":1714427305976,"duration":0}},{"uid":"726549e45fefc9c1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/726549e45fefc9c1","status":"passed","time":{"start":1714427007371,"stop":1714427007371,"duration":0}},{"uid":"cd969770cc480c96","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cd969770cc480c96","status":"passed","time":{"start":1714426355954,"stop":1714426355954,"duration":0}},{"uid":"8df86fff0e1b0512","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8df86fff0e1b0512","status":"passed","time":{"start":1714424458770,"stop":1714424458771,"duration":1}},{"uid":"6a7577d4c4784f9e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6a7577d4c4784f9e","status":"passed","time":{"start":1714424848995,"stop":1714424848995,"duration":0}},{"uid":"a1764abeb4ed0c45","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a1764abeb4ed0c45","status":"passed","time":{"start":1714415001436,"stop":1714415001437,"duration":1}},{"uid":"f5497efd5e7d7db0","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/f5497efd5e7d7db0","status":"passed","time":{"start":1714415154904,"stop":1714415154905,"duration":1}},{"uid":"d6765b31e86a37b8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d6765b31e86a37b8","status":"passed","time":{"start":1714407362033,"stop":1714407362034,"duration":1}},{"uid":"7fdba4dfb542a1aa","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7fdba4dfb542a1aa","status":"passed","time":{"start":1714406389326,"stop":1714406389326,"duration":0}},{"uid":"fc993d88fc012dd8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/fc993d88fc012dd8","status":"passed","time":{"start":1714404179161,"stop":1714404179162,"duration":1}}]},"2b241405b158c5d05ca9c322a69692c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ece40609e3f97a8b","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/ece40609e3f97a8b","status":"passed","time":{"start":1714404379791,"stop":1714404379791,"duration":0}}]},"6e09f4e8cc6be21e5805277545b4b992:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5c8fed3f4f0cc5d6","reportUrl":"https://waku-org.github.io/js-waku/6929//#testresult/5c8fed3f4f0cc5d6","status":"passed","time":{"start":1714383229455,"stop":1714383229456,"duration":1}}]},"5e32d77b2a75984e2b44c08c2d12e4be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31ea44b54c1b0337","reportUrl":"https://waku-org.github.io/js-waku/6924//#testresult/31ea44b54c1b0337","status":"passed","time":{"start":1714380503464,"stop":1714380503465,"duration":1}}]},"806ddef790f307802bff07d132aedabd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f3b83a02036c30aa","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/f3b83a02036c30aa","status":"passed","time":{"start":1714004335341,"stop":1714004335341,"duration":0}}]},"cc07ee5d5095972db27b0f869b2a576d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d948f9b315c62fe2","reportUrl":"https://waku-org.github.io/js-waku/6936//#testresult/d948f9b315c62fe2","status":"passed","time":{"start":1714404232327,"stop":1714404232328,"duration":1}}]},"f332264963931cbfcb6edb0f258f023b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f342e53e16aec31","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/2f342e53e16aec31","status":"passed","time":{"start":1714221112262,"stop":1714221112262,"duration":0}}]},"a464fe147a3304adbfd3be0e9c035203:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5e59bea5b29eadb","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/e5e59bea5b29eadb","status":"passed","time":{"start":1714045770685,"stop":1714045770689,"duration":4}}]},"835033e7e8f2eda51e4f3058fae7cd74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a184db131c2dfc37","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/a184db131c2dfc37","status":"passed","time":{"start":1714139861729,"stop":1714139861729,"duration":0}}]},"58250db2c215c9e5cb493762639554b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee1658937939e202","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/ee1658937939e202","status":"passed","time":{"start":1714219200742,"stop":1714219200743,"duration":1}}]},"ed988f566459982c6cb53f703a03a5eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbc6d0f88d61386d","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/cbc6d0f88d61386d","status":"passed","time":{"start":1714114063315,"stop":1714114063315,"duration":0}}]},"ab396482c13f1e1db40f86c73e23feda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7e08166dc2d5866","reportUrl":"https://waku-org.github.io/js-waku/6905//#testresult/a7e08166dc2d5866","status":"passed","time":{"start":1714123406503,"stop":1714123406504,"duration":1}}]},"b38f05a79ad693e04108b530516444c3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bad9ca7c1a04bb65","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/bad9ca7c1a04bb65","status":"passed","time":{"start":1714130521409,"stop":1714130521410,"duration":1}}]},"02e837ce93e6374ce6998d3556aa61cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f55fbece1b1bba5","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/1f55fbece1b1bba5","status":"passed","time":{"start":1714045874395,"stop":1714045874395,"duration":0}}]},"bcc26ca757f7808bb95333a2c9367531:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca1394eb2299e7fb","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/ca1394eb2299e7fb","status":"passed","time":{"start":1713982956491,"stop":1713982956491,"duration":0}}]},"3a5b2af9423da38e1fa37adfb6439d15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc7eb1011d7ff66b","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/cc7eb1011d7ff66b","status":"passed","time":{"start":1714153938728,"stop":1714153938729,"duration":1}}]},"e76178dae9287da4baa75a7743cfcb62:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e9542ad5cceb575a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e9542ad5cceb575a","status":"passed","time":{"start":1714426916050,"stop":1714426916050,"duration":0}}]},"bb0b749b44b54df39c8a3d19b70813f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a41966f4e137e23","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/6a41966f4e137e23","status":"passed","time":{"start":1714033775467,"stop":1714033775470,"duration":3}}]},"c0a6bf1cde5369ebacd7554cb27de77e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f341be0cfeb90ef","reportUrl":"https://waku-org.github.io/js-waku/6937//#testresult/1f341be0cfeb90ef","status":"passed","time":{"start":1714404421549,"stop":1714404421549,"duration":0}}]},"3676731b71c347a8622e35c80982e6d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b70b99e6f6403f22","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/b70b99e6f6403f22","status":"passed","time":{"start":1713997908345,"stop":1713997908347,"duration":2}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":83,"unknown":0,"total":86},"items":[{"uid":"8ffdf75a21eca4a3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8ffdf75a21eca4a3","status":"passed","time":{"start":1714454605539,"stop":1714454605539,"duration":0}},{"uid":"96e01762025770df","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/96e01762025770df","status":"passed","time":{"start":1714436158721,"stop":1714436158721,"duration":0}},{"uid":"a9622bbf7c15e588","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a9622bbf7c15e588","status":"passed","time":{"start":1714435237009,"stop":1714435237009,"duration":0}},{"uid":"5d2e72cbb28394ed","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5d2e72cbb28394ed","status":"passed","time":{"start":1714433925093,"stop":1714433925093,"duration":0}},{"uid":"46016fbaa73a738a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/46016fbaa73a738a","status":"passed","time":{"start":1714432132880,"stop":1714432132881,"duration":1}},{"uid":"d2d55d431a4f59a1","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d2d55d431a4f59a1","status":"passed","time":{"start":1714432392959,"stop":1714432392960,"duration":1}},{"uid":"73be1dc9b50d62f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/73be1dc9b50d62f","status":"passed","time":{"start":1714431131878,"stop":1714431131879,"duration":1}},{"uid":"d702063de25d078e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d702063de25d078e","status":"passed","time":{"start":1714430918770,"stop":1714430918770,"duration":0}},{"uid":"f2b689dd47b33ecc","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/f2b689dd47b33ecc","status":"passed","time":{"start":1714430104197,"stop":1714430104198,"duration":1}},{"uid":"f25fd6a1e33fea0c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f25fd6a1e33fea0c","status":"passed","time":{"start":1714429213866,"stop":1714429213866,"duration":0}},{"uid":"1b5008ba4ea8c0e9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1b5008ba4ea8c0e9","status":"passed","time":{"start":1714427999020,"stop":1714427999021,"duration":1}},{"uid":"3aa41f2bb7fd2f0d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3aa41f2bb7fd2f0d","status":"passed","time":{"start":1714427702214,"stop":1714427702215,"duration":1}},{"uid":"c8e64a5a804b94ed","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c8e64a5a804b94ed","status":"passed","time":{"start":1714427044016,"stop":1714427044017,"duration":1}},{"uid":"d35c1b7706846f57","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d35c1b7706846f57","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699054,"stop":1714426699055,"duration":1}},{"uid":"78456918c9a770b6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/78456918c9a770b6","status":"passed","time":{"start":1714425534880,"stop":1714425534881,"duration":1}},{"uid":"360fc2b36259ac0a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/360fc2b36259ac0a","status":"passed","time":{"start":1714415702280,"stop":1714415702280,"duration":0}},{"uid":"9f9a14d383b580bf","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/9f9a14d383b580bf","status":"passed","time":{"start":1714415850488,"stop":1714415850488,"duration":0}},{"uid":"c25748cbb5f4df4e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c25748cbb5f4df4e","status":"passed","time":{"start":1714408049937,"stop":1714408049937,"duration":0}},{"uid":"d300554b2c0e2c13","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/d300554b2c0e2c13","status":"passed","time":{"start":1714407080661,"stop":1714407080661,"duration":0}},{"uid":"6f503feb49c5bb7d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6f503feb49c5bb7d","status":"passed","time":{"start":1714404860575,"stop":1714404860575,"duration":0}}]},"37c73ddce08526254a6f5bb8a24e1086:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef849e09fe7adb5","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/ef849e09fe7adb5","status":"passed","time":{"start":1714385757958,"stop":1714385757959,"duration":1}}]},"b922d9bbab5e209fb41511e5096fb322:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d7b29f2b45fb9a5","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/9d7b29f2b45fb9a5","status":"passed","time":{"start":1714383479970,"stop":1714383479970,"duration":0}}]},"f19930f4ce4b08e54da202c4d731f6e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ed176dde4394024a","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/ed176dde4394024a","status":"passed","time":{"start":1714221410723,"stop":1714221410723,"duration":0}}]},"7316136d5b5c6705080e9cdb05308125:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4c5b47f6ca1bbd0","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/a4c5b47f6ca1bbd0","status":"passed","time":{"start":1714080498798,"stop":1714080498798,"duration":0}}]},"1ddf2e639a105dfff568c8bbd39ed98f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2bda791c03f0b7a7","reportUrl":"https://waku-org.github.io/js-waku/6884//#testresult/2bda791c03f0b7a7","status":"passed","time":{"start":1713996785411,"stop":1713996785411,"duration":0}}]},"f4e0fed22a0407cbdf5768b649d3ed22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7cee38241a608e1f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7cee38241a608e1f","status":"passed","time":{"start":1714425435630,"stop":1714425435631,"duration":1}}]},"29018e889271dba9eef663c7be17c9f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51b0e1815b449170","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/51b0e1815b449170","status":"passed","time":{"start":1714425348189,"stop":1714425348190,"duration":1}}]},"446bb634f23adaae5c85c13b0c74214c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2fce20878058fb7","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/2fce20878058fb7","status":"passed","time":{"start":1714221461902,"stop":1714221461902,"duration":0}}]},"579630c0e78ab6539faa4282edbac452:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"879a744d64067ba4","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/879a744d64067ba4","status":"passed","time":{"start":1714429091062,"stop":1714429091062,"duration":0}}]},"f8959c12bd88b0c173549cb78828f0ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1b2595b329d28825","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1b2595b329d28825","status":"passed","time":{"start":1714415728453,"stop":1714415728454,"duration":1}}]},"01b32c7c6b83e69f270a11d8747646c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"578c090cc4709615","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/578c090cc4709615","status":"passed","time":{"start":1714433792290,"stop":1714433792291,"duration":1}}]},"e618b3368e379027c257244e326e51d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b4b05cf4f659959","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/6b4b05cf4f659959","status":"passed","time":{"start":1714177668226,"stop":1714177668226,"duration":0}}]},"736e59b6d2825429a4ab1322e5344a74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3f64a950cc37242","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/d3f64a950cc37242","status":"passed","time":{"start":1714178222348,"stop":1714178222349,"duration":1}}]},"cdd0cef14d4035c7f61a619e32054a50:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f0ac46568583546e","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/f0ac46568583546e","status":"passed","time":{"start":1714142077698,"stop":1714142077699,"duration":1}}]},"02b855bc22277e3fadd4a7af1649a952:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4ab4180859ba99d2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4ab4180859ba99d2","status":"passed","time":{"start":1714453925060,"stop":1714453925060,"duration":0}},{"uid":"cb01616a1d6f24ee","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/cb01616a1d6f24ee","status":"passed","time":{"start":1714435482968,"stop":1714435482968,"duration":0}},{"uid":"b1535f3e540a72de","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b1535f3e540a72de","status":"passed","time":{"start":1714434552003,"stop":1714434552004,"duration":1}},{"uid":"6dd585b38f149b95","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6dd585b38f149b95","status":"passed","time":{"start":1714433247028,"stop":1714433247028,"duration":0}},{"uid":"8912d1561f7f7d03","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8912d1561f7f7d03","status":"passed","time":{"start":1714431444749,"stop":1714431444749,"duration":0}},{"uid":"64fdf69d84690065","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/64fdf69d84690065","status":"passed","time":{"start":1714431708290,"stop":1714431708290,"duration":0}},{"uid":"2de62ee80302f35d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/2de62ee80302f35d","status":"passed","time":{"start":1714430430722,"stop":1714430430722,"duration":0}},{"uid":"dbaa074b16fea81e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/dbaa074b16fea81e","status":"passed","time":{"start":1714430223182,"stop":1714430223182,"duration":0}},{"uid":"134c705e1b9b2232","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/134c705e1b9b2232","status":"passed","time":{"start":1714429383878,"stop":1714429383879,"duration":1}},{"uid":"791751b9585cc106","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/791751b9585cc106","status":"passed","time":{"start":1714428528633,"stop":1714428528633,"duration":0}},{"uid":"9e41e134d35cffd2","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/9e41e134d35cffd2","status":"passed","time":{"start":1714427305985,"stop":1714427305985,"duration":0}},{"uid":"853d47d65b413933","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/853d47d65b413933","status":"passed","time":{"start":1714427007380,"stop":1714427007380,"duration":0}},{"uid":"c23982ddb12684f6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c23982ddb12684f6","status":"passed","time":{"start":1714426355969,"stop":1714426355969,"duration":0}},{"uid":"27174f045354ad27","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/27174f045354ad27","status":"passed","time":{"start":1714424458782,"stop":1714424458783,"duration":1}},{"uid":"a5ff41feef6f4953","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a5ff41feef6f4953","status":"passed","time":{"start":1714424849008,"stop":1714424849008,"duration":0}},{"uid":"6f31086edf4d6be1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6f31086edf4d6be1","status":"passed","time":{"start":1714415001448,"stop":1714415001448,"duration":0}},{"uid":"c757fb98dc3e03c9","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c757fb98dc3e03c9","status":"passed","time":{"start":1714415154919,"stop":1714415154920,"duration":1}},{"uid":"b61dcac95e1da7ce","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b61dcac95e1da7ce","status":"passed","time":{"start":1714407362046,"stop":1714407362046,"duration":0}},{"uid":"43870d647718072a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/43870d647718072a","status":"passed","time":{"start":1714406389339,"stop":1714406389339,"duration":0}},{"uid":"caa6415e2ef0306b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/caa6415e2ef0306b","status":"passed","time":{"start":1714404179177,"stop":1714404179178,"duration":1}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"50846528f87440f9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/50846528f87440f9","status":"passed","time":{"start":1714454133757,"stop":1714454133757,"duration":0}},{"uid":"9370276f0c51883c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9370276f0c51883c","status":"passed","time":{"start":1714435697064,"stop":1714435697064,"duration":0}},{"uid":"f194ea804d914026","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f194ea804d914026","status":"passed","time":{"start":1714434777703,"stop":1714434777706,"duration":3}},{"uid":"9c9c93fba6bcebb0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/9c9c93fba6bcebb0","status":"passed","time":{"start":1714433468588,"stop":1714433468588,"duration":0}},{"uid":"235365c7bc233412","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/235365c7bc233412","status":"passed","time":{"start":1714431659896,"stop":1714431659896,"duration":0}},{"uid":"3c7126121d046735","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3c7126121d046735","status":"passed","time":{"start":1714431917005,"stop":1714431917005,"duration":0}},{"uid":"1c59a711569c1ac6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/1c59a711569c1ac6","status":"passed","time":{"start":1714430652880,"stop":1714430652881,"duration":1}},{"uid":"4cb887f8981d3a4d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/4cb887f8981d3a4d","status":"passed","time":{"start":1714430439951,"stop":1714430439951,"duration":0}},{"uid":"8cd1bfc50f3574e1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8cd1bfc50f3574e1","status":"passed","time":{"start":1714429618778,"stop":1714429618779,"duration":1}},{"uid":"d258c05e489b66eb","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d258c05e489b66eb","status":"passed","time":{"start":1714428758238,"stop":1714428758239,"duration":1}},{"uid":"52fab8cabdd2cb2e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/52fab8cabdd2cb2e","status":"passed","time":{"start":1714427532040,"stop":1714427532040,"duration":0}},{"uid":"3be256dc5ca90dc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/3be256dc5ca90dc","status":"passed","time":{"start":1714427233656,"stop":1714427233656,"duration":0}},{"uid":"52cee5d92ccec1cf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/52cee5d92ccec1cf","status":"passed","time":{"start":1714426576827,"stop":1714426576828,"duration":1}},{"uid":"bf3ccbff19f7cfda","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/bf3ccbff19f7cfda","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311934,"stop":1714425311934,"duration":0}},{"uid":"faa041db946cb010","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/faa041db946cb010","status":"passed","time":{"start":1714425068150,"stop":1714425068151,"duration":1}},{"uid":"93b7a170bdfd8b9c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/93b7a170bdfd8b9c","status":"passed","time":{"start":1714415236750,"stop":1714415236750,"duration":0}},{"uid":"44d9ccef154d71aa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/44d9ccef154d71aa","status":"passed","time":{"start":1714415370290,"stop":1714415370290,"duration":0}},{"uid":"6471dfb881c44f6f","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/6471dfb881c44f6f","status":"passed","time":{"start":1714407592729,"stop":1714407592729,"duration":0}},{"uid":"efce29b79c2a736e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/efce29b79c2a736e","status":"passed","time":{"start":1714406603016,"stop":1714406603016,"duration":0}},{"uid":"7759ae18a95545de","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/7759ae18a95545de","status":"passed","time":{"start":1714404403095,"stop":1714404403095,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"150082852497d5c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/150082852497d5c","status":"passed","time":{"start":1714453987198,"stop":1714453987200,"duration":2}},{"uid":"4b4004cb416a5173","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4b4004cb416a5173","status":"passed","time":{"start":1714435545817,"stop":1714435545818,"duration":1}},{"uid":"77dfd95be0692707","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/77dfd95be0692707","status":"passed","time":{"start":1714434626135,"stop":1714434626135,"duration":0}},{"uid":"e6a3097241f1103e","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e6a3097241f1103e","status":"passed","time":{"start":1714433316406,"stop":1714433316406,"duration":0}},{"uid":"16eb69ce86c86c18","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/16eb69ce86c86c18","status":"passed","time":{"start":1714431506527,"stop":1714431506527,"duration":0}},{"uid":"eb091cee7683d6a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/eb091cee7683d6a","status":"passed","time":{"start":1714431770054,"stop":1714431770054,"duration":0}},{"uid":"532cd617afd29a29","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/532cd617afd29a29","status":"passed","time":{"start":1714430495734,"stop":1714430495735,"duration":1}},{"uid":"6f9557b7dc36b37c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6f9557b7dc36b37c","status":"passed","time":{"start":1714430283242,"stop":1714430283243,"duration":1}},{"uid":"75bdeedfc6df0378","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/75bdeedfc6df0378","status":"passed","time":{"start":1714429454739,"stop":1714429454739,"duration":0}},{"uid":"6913a08747066c7a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6913a08747066c7a","status":"passed","time":{"start":1714428603027,"stop":1714428603028,"duration":1}},{"uid":"3d6c407103ecc40f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3d6c407103ecc40f","status":"passed","time":{"start":1714427368867,"stop":1714427368868,"duration":1}},{"uid":"5af292ffe0cd987a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5af292ffe0cd987a","status":"passed","time":{"start":1714427087109,"stop":1714427087110,"duration":1}},{"uid":"115f9a1ae3b2c445","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/115f9a1ae3b2c445","status":"passed","time":{"start":1714426419008,"stop":1714426419012,"duration":4}},{"uid":"5c0bac3c77c3bbf4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/5c0bac3c77c3bbf4","status":"passed","time":{"start":1714424522176,"stop":1714424522176,"duration":0}},{"uid":"aefd0a1ee31873f9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/aefd0a1ee31873f9","status":"passed","time":{"start":1714424912037,"stop":1714424912038,"duration":1}},{"uid":"2e2c417165292f0d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2e2c417165292f0d","status":"passed","time":{"start":1714415063939,"stop":1714415063944,"duration":5}},{"uid":"edcff84191cf7c0c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/edcff84191cf7c0c","status":"passed","time":{"start":1714415219587,"stop":1714415219588,"duration":1}},{"uid":"669b488c121eca47","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/669b488c121eca47","status":"passed","time":{"start":1714407435783,"stop":1714407435783,"duration":0}},{"uid":"a36603a07f312dda","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a36603a07f312dda","status":"passed","time":{"start":1714406451897,"stop":1714406451898,"duration":1}},{"uid":"3b782eb13eb2c670","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3b782eb13eb2c670","status":"passed","time":{"start":1714404244902,"stop":1714404244902,"duration":0}}]},"d6c800239cb68000ab096e30d5027f30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"808fa243de52f98d","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/808fa243de52f98d","status":"passed","time":{"start":1714082661066,"stop":1714082661066,"duration":0}}]},"c08af461ce329dab3ad15c4466f0906a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"36d237931fca8426","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/36d237931fca8426","status":"passed","time":{"start":1714004335343,"stop":1714004335344,"duration":1}}]},"bc554f87a5713c594f1faf31f2942887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b6694bb30169a7e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/4b6694bb30169a7e","status":"passed","time":{"start":1714407950145,"stop":1714407950145,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"8e825648015175c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e825648015175c8","status":"passed","time":{"start":1714453933334,"stop":1714453933334,"duration":0}},{"uid":"1de7d545dc408427","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1de7d545dc408427","status":"passed","time":{"start":1714435491289,"stop":1714435491289,"duration":0}},{"uid":"58fc8b219dcaa767","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/58fc8b219dcaa767","status":"passed","time":{"start":1714434560396,"stop":1714434560396,"duration":0}},{"uid":"417617d42a2fd21f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/417617d42a2fd21f","status":"passed","time":{"start":1714433255375,"stop":1714433255376,"duration":1}},{"uid":"dfc50d1392734180","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/dfc50d1392734180","status":"passed","time":{"start":1714431453272,"stop":1714431453272,"duration":0}},{"uid":"c993918436afbcf6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c993918436afbcf6","status":"passed","time":{"start":1714431716851,"stop":1714431716851,"duration":0}},{"uid":"567874b1528c0204","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/567874b1528c0204","status":"passed","time":{"start":1714430439312,"stop":1714430439313,"duration":1}},{"uid":"27577ec540fc07d5","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/27577ec540fc07d5","status":"passed","time":{"start":1714430231607,"stop":1714430231607,"duration":0}},{"uid":"5ff0899db2b47d4a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5ff0899db2b47d4a","status":"passed","time":{"start":1714429393352,"stop":1714429393352,"duration":0}},{"uid":"ccde203eeb130df0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ccde203eeb130df0","status":"passed","time":{"start":1714428537103,"stop":1714428537103,"duration":0}},{"uid":"5cf57abc17bbc5e7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5cf57abc17bbc5e7","status":"passed","time":{"start":1714427314623,"stop":1714427314623,"duration":0}},{"uid":"94188189b79ecc06","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/94188189b79ecc06","status":"passed","time":{"start":1714427015820,"stop":1714427015820,"duration":0}},{"uid":"e2fa2dc684fc66b5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e2fa2dc684fc66b5","status":"passed","time":{"start":1714426364737,"stop":1714426364737,"duration":0}},{"uid":"b33ec4e4941c269d","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b33ec4e4941c269d","status":"passed","time":{"start":1714424467265,"stop":1714424467265,"duration":0}},{"uid":"423c18e13a275ddc","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/423c18e13a275ddc","status":"passed","time":{"start":1714424857617,"stop":1714424857618,"duration":1}},{"uid":"8273c8eb0a6bdb37","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8273c8eb0a6bdb37","status":"passed","time":{"start":1714415010224,"stop":1714415010225,"duration":1}},{"uid":"89f9d41f84b6cd97","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/89f9d41f84b6cd97","status":"passed","time":{"start":1714415163523,"stop":1714415163523,"duration":0}},{"uid":"b1aa69ab7b2e271c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b1aa69ab7b2e271c","status":"passed","time":{"start":1714407370711,"stop":1714407370711,"duration":0}},{"uid":"f55956438f7fb794","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f55956438f7fb794","status":"passed","time":{"start":1714406397857,"stop":1714406397857,"duration":0}},{"uid":"86e241a350e13c27","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/86e241a350e13c27","status":"passed","time":{"start":1714404187709,"stop":1714404187710,"duration":1}}]},"46c935c3914d3bf5cb6ad8f3f6d3a286:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"b08c65b77d52bba9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b08c65b77d52bba9","status":"passed","time":{"start":1714453925061,"stop":1714453925062,"duration":1}},{"uid":"29265c40375d368d","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/29265c40375d368d","status":"passed","time":{"start":1714435482970,"stop":1714435482970,"duration":0}},{"uid":"71974112e64fba72","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/71974112e64fba72","status":"passed","time":{"start":1714434552006,"stop":1714434552006,"duration":0}},{"uid":"6c29f090ff77c79","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6c29f090ff77c79","status":"passed","time":{"start":1714433247030,"stop":1714433247030,"duration":0}},{"uid":"6173d3fd87de11f2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6173d3fd87de11f2","status":"passed","time":{"start":1714431444750,"stop":1714431444751,"duration":1}},{"uid":"79396f08b8758efa","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/79396f08b8758efa","status":"passed","time":{"start":1714431708292,"stop":1714431708292,"duration":0}},{"uid":"ff4be3e42f517611","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ff4be3e42f517611","status":"passed","time":{"start":1714430430724,"stop":1714430430724,"duration":0}},{"uid":"f3c61632658a3df1","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f3c61632658a3df1","status":"passed","time":{"start":1714430223184,"stop":1714430223184,"duration":0}},{"uid":"2df2dfcd69fe1ab8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2df2dfcd69fe1ab8","status":"passed","time":{"start":1714429383881,"stop":1714429383881,"duration":0}},{"uid":"a1808a62cf3d2d3e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a1808a62cf3d2d3e","status":"passed","time":{"start":1714428528635,"stop":1714428528636,"duration":1}},{"uid":"b84908bd495b69f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b84908bd495b69f","status":"passed","time":{"start":1714427305987,"stop":1714427305987,"duration":0}},{"uid":"b0f27da2cbe3c4c1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b0f27da2cbe3c4c1","status":"passed","time":{"start":1714427007382,"stop":1714427007382,"duration":0}},{"uid":"e9bc52935805e415","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e9bc52935805e415","status":"passed","time":{"start":1714426355971,"stop":1714426355971,"duration":0}},{"uid":"4085b35383c6b148","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4085b35383c6b148","status":"passed","time":{"start":1714424458785,"stop":1714424458785,"duration":0}},{"uid":"7c579a5f362fed6d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7c579a5f362fed6d","status":"passed","time":{"start":1714424849010,"stop":1714424849011,"duration":1}},{"uid":"a8b6a63a567c4396","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a8b6a63a567c4396","status":"passed","time":{"start":1714415001450,"stop":1714415001450,"duration":0}},{"uid":"8ab6a3a73826e510","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/8ab6a3a73826e510","status":"passed","time":{"start":1714415154922,"stop":1714415154923,"duration":1}},{"uid":"aa11d4015dfc5886","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/aa11d4015dfc5886","status":"passed","time":{"start":1714407362048,"stop":1714407362048,"duration":0}},{"uid":"e89562e1e0a52c2e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e89562e1e0a52c2e","status":"passed","time":{"start":1714406389341,"stop":1714406389342,"duration":1}},{"uid":"39363006ffad3205","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/39363006ffad3205","status":"passed","time":{"start":1714404179180,"stop":1714404179180,"duration":0}}]},"a7b38a6fe2b2dc40606b8f71b30a6ffd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c830ff22c610bfd4","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c830ff22c610bfd4","status":"passed","time":{"start":1714435115850,"stop":1714435115850,"duration":0}}]},"2fb3297fd8aa78d9a359f7d4981cb51b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6f89cb26160c0e1e","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/6f89cb26160c0e1e","status":"passed","time":{"start":1714008042027,"stop":1714008042027,"duration":0}}]},"e0328ddf9f8838be4838a9bd91215f9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd433b856c5cdcc","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/cd433b856c5cdcc","status":"passed","time":{"start":1714240426760,"stop":1714240426761,"duration":1}}]},"41bcb304b97c4a2c6a2aa24654714ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7e22aef598f5f26","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/b7e22aef598f5f26","status":"passed","time":{"start":1714144826506,"stop":1714144826507,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"67c6a9e80a14fa09","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/67c6a9e80a14fa09","status":"passed","time":{"start":1714454605545,"stop":1714454605545,"duration":0}},{"uid":"f9d60c89c409b1f1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f9d60c89c409b1f1","status":"passed","time":{"start":1714436158728,"stop":1714436158728,"duration":0}},{"uid":"a23c2608d18c1835","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a23c2608d18c1835","status":"passed","time":{"start":1714435237016,"stop":1714435237017,"duration":1}},{"uid":"156c101ba51d6c62","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/156c101ba51d6c62","status":"passed","time":{"start":1714433925101,"stop":1714433925101,"duration":0}},{"uid":"67ce6219e181a2d1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/67ce6219e181a2d1","status":"passed","time":{"start":1714432132887,"stop":1714432132887,"duration":0}},{"uid":"bf26cf9fb73c24a6","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/bf26cf9fb73c24a6","status":"passed","time":{"start":1714432392978,"stop":1714432392979,"duration":1}},{"uid":"739adb7c08a20c16","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/739adb7c08a20c16","status":"passed","time":{"start":1714431131887,"stop":1714431131887,"duration":0}},{"uid":"7caa34e75288cfce","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7caa34e75288cfce","status":"passed","time":{"start":1714430918783,"stop":1714430918784,"duration":1}},{"uid":"c96b37e70f2662f6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c96b37e70f2662f6","status":"passed","time":{"start":1714430104205,"stop":1714430104205,"duration":0}},{"uid":"b98d4b9630c0471e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/b98d4b9630c0471e","status":"passed","time":{"start":1714429213872,"stop":1714429213872,"duration":0}},{"uid":"c6e0e19cbfc4e670","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c6e0e19cbfc4e670","status":"passed","time":{"start":1714427999029,"stop":1714427999029,"duration":0}},{"uid":"1e20bbaf3fbd339a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1e20bbaf3fbd339a","status":"passed","time":{"start":1714427702223,"stop":1714427702223,"duration":0}},{"uid":"e63bf8f444d402e0","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e63bf8f444d402e0","status":"passed","time":{"start":1714427044023,"stop":1714427044023,"duration":0}},{"uid":"28c56d1bae3f2690","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/28c56d1bae3f2690","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699074,"stop":1714426699074,"duration":0}},{"uid":"8fe9090947bcbff0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8fe9090947bcbff0","status":"passed","time":{"start":1714425534887,"stop":1714425534887,"duration":0}},{"uid":"1f91342bb875db1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/1f91342bb875db1","status":"passed","time":{"start":1714415702287,"stop":1714415702287,"duration":0}},{"uid":"ea6fdbce0203dc90","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ea6fdbce0203dc90","status":"passed","time":{"start":1714415850495,"stop":1714415850496,"duration":1}},{"uid":"a97619425e23c41b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a97619425e23c41b","status":"passed","time":{"start":1714408049944,"stop":1714408049944,"duration":0}},{"uid":"b859f8b29e93d9ab","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b859f8b29e93d9ab","status":"passed","time":{"start":1714407080668,"stop":1714407080668,"duration":0}},{"uid":"d9a2b077402e2cd3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d9a2b077402e2cd3","status":"passed","time":{"start":1714404860584,"stop":1714404860584,"duration":0}}]},"3346b1ae2108bfd1bce37149820d0be4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd285e733daef263","reportUrl":"https://waku-org.github.io/js-waku/6908//#testresult/dd285e733daef263","status":"passed","time":{"start":1714139203755,"stop":1714139203755,"duration":0}}]},"e687351dfdb891483079eafe633a4884:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b3dddf1c2f592a8","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/5b3dddf1c2f592a8","status":"passed","time":{"start":1713889413244,"stop":1713889413244,"duration":0}}]},"4a0a2f3e39c0e028d67ba35b741c2e2b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c682c12aff95507f","reportUrl":"https://waku-org.github.io/js-waku/6916//#testresult/c682c12aff95507f","status":"passed","time":{"start":1714177936102,"stop":1714177936104,"duration":2}}]},"e904c30b46f8519d631b4f9911bd9bfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"991ae961cde3531a","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/991ae961cde3531a","status":"passed","time":{"start":1714430813957,"stop":1714430813957,"duration":0}}]},"c8111ceb04d3bac6ce635d4c94648888:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3e166beba409592","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/3e166beba409592","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311939,"stop":1714425311940,"duration":1}}]},"ddd52a7375049c5f2b4c11fe287c9d19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"980855ffcdf6925c","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/980855ffcdf6925c","status":"passed","time":{"start":1714219200741,"stop":1714219200741,"duration":0}}]},"dfd6ac374e76c227fba9db83f0ad5c3d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"efa90573d76117d8","reportUrl":"https://waku-org.github.io/js-waku/6901//#testresult/efa90573d76117d8","status":"passed","time":{"start":1714109313621,"stop":1714109313622,"duration":1}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"2c14904a2be498f8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c14904a2be498f8","status":"passed","time":{"start":1714453948530,"stop":1714453948530,"duration":0}},{"uid":"92253d0c5355904","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/92253d0c5355904","status":"passed","time":{"start":1714435506549,"stop":1714435506549,"duration":0}},{"uid":"d8efd144f1207db6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d8efd144f1207db6","status":"passed","time":{"start":1714434575826,"stop":1714434575827,"duration":1}},{"uid":"a65c79d5648bc5f1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a65c79d5648bc5f1","status":"passed","time":{"start":1714433270422,"stop":1714433270423,"duration":1}},{"uid":"ff6510d266fdd767","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ff6510d266fdd767","status":"passed","time":{"start":1714431468525,"stop":1714431468526,"duration":1}},{"uid":"8f983c8a6dbfc3e5","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/8f983c8a6dbfc3e5","status":"passed","time":{"start":1714431732410,"stop":1714431732411,"duration":1}},{"uid":"b96d17e724ab802c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b96d17e724ab802c","status":"passed","time":{"start":1714430455162,"stop":1714430455165,"duration":3}},{"uid":"fb12541bc6c66d4f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/fb12541bc6c66d4f","status":"passed","time":{"start":1714430246589,"stop":1714430246589,"duration":0}},{"uid":"5de2399d37b321b7","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5de2399d37b321b7","status":"passed","time":{"start":1714429410630,"stop":1714429410631,"duration":1}},{"uid":"f06608b241ad83d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/f06608b241ad83d","status":"passed","time":{"start":1714428552431,"stop":1714428552431,"duration":0}},{"uid":"6ce03d6b7e476c5d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6ce03d6b7e476c5d","status":"passed","time":{"start":1714427330631,"stop":1714427330631,"duration":0}},{"uid":"aa0f84390d8b6b2c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/aa0f84390d8b6b2c","status":"passed","time":{"start":1714427031186,"stop":1714427031186,"duration":0}},{"uid":"d67a943a3a401b92","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d67a943a3a401b92","status":"passed","time":{"start":1714426380773,"stop":1714426380773,"duration":0}},{"uid":"fe11109142f66179","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fe11109142f66179","status":"passed","time":{"start":1714424482808,"stop":1714424482809,"duration":1}},{"uid":"d02ec4f18b8a2b8b","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d02ec4f18b8a2b8b","status":"passed","time":{"start":1714424873158,"stop":1714424873158,"duration":0}},{"uid":"bc728a1ea601456b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/bc728a1ea601456b","status":"passed","time":{"start":1714415025730,"stop":1714415025730,"duration":0}},{"uid":"618b37c1580332ca","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/618b37c1580332ca","status":"passed","time":{"start":1714415179118,"stop":1714415179118,"duration":0}},{"uid":"2e4e952633dd9c14","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2e4e952633dd9c14","status":"passed","time":{"start":1714407386250,"stop":1714407386251,"duration":1}},{"uid":"7d9b6f382a4bd45","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/7d9b6f382a4bd45","status":"passed","time":{"start":1714406413703,"stop":1714406413703,"duration":0}},{"uid":"84639c3fbc679413","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/84639c3fbc679413","status":"passed","time":{"start":1714404203311,"stop":1714404203311,"duration":0}}]},"3819ae9f6512a09e57311f3bfbdd68d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fa1935ebe235835","reportUrl":"https://waku-org.github.io/js-waku/6927//#testresult/1fa1935ebe235835","status":"passed","time":{"start":1714382918284,"stop":1714382918284,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"dd1b6f6d5cb91a83","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dd1b6f6d5cb91a83","status":"passed","time":{"start":1714454140472,"stop":1714454140472,"duration":0}},{"uid":"402f7b4f22d23c58","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/402f7b4f22d23c58","status":"passed","time":{"start":1714435687954,"stop":1714435687954,"duration":0}},{"uid":"7216cfbdc3a75428","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/7216cfbdc3a75428","status":"passed","time":{"start":1714434773470,"stop":1714434773470,"duration":0}},{"uid":"217f5ea576ceb76","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/217f5ea576ceb76","status":"passed","time":{"start":1714433450984,"stop":1714433450984,"duration":0}},{"uid":"b7eddf436ce526e7","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b7eddf436ce526e7","status":"passed","time":{"start":1714431653519,"stop":1714431653519,"duration":0}},{"uid":"541714f61a606e65","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/541714f61a606e65","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714431989861,"stop":1714431989864,"duration":3}},{"uid":"13526f33d77c224b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/13526f33d77c224b","status":"passed","time":{"start":1714430659439,"stop":1714430659440,"duration":1}},{"uid":"cea87f3f02818f7f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cea87f3f02818f7f","status":"broken","statusDetails":"expected [] to have a length of 4 but got +0","time":{"start":1714430522181,"stop":1714430522182,"duration":1}},{"uid":"e1cb61e3527224ba","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e1cb61e3527224ba","status":"passed","time":{"start":1714429610429,"stop":1714429610429,"duration":0}},{"uid":"ad92e2d40f5b6520","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ad92e2d40f5b6520","status":"passed","time":{"start":1714428741373,"stop":1714428741373,"duration":0}},{"uid":"db9a355d2306bc2d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/db9a355d2306bc2d","status":"passed","time":{"start":1714427513588,"stop":1714427513588,"duration":0}},{"uid":"4c6181641b60503a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/4c6181641b60503a","status":"passed","time":{"start":1714427219361,"stop":1714427219361,"duration":0}},{"uid":"412f7477280b5ebf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/412f7477280b5ebf","status":"passed","time":{"start":1714426573105,"stop":1714426573106,"duration":1}},{"uid":"7679edab7c8faeef","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/7679edab7c8faeef","status":"passed","time":{"start":1714424914284,"stop":1714424914284,"duration":0}},{"uid":"9ae253fd09964c11","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/9ae253fd09964c11","status":"passed","time":{"start":1714425071926,"stop":1714425071927,"duration":1}},{"uid":"6069e581723e63ec","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6069e581723e63ec","status":"passed","time":{"start":1714415233344,"stop":1714415233347,"duration":3}},{"uid":"e46b0d4c45ec0c3f","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e46b0d4c45ec0c3f","status":"passed","time":{"start":1714415382799,"stop":1714415382802,"duration":3}},{"uid":"f2990b1a0da15727","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f2990b1a0da15727","status":"passed","time":{"start":1714407575702,"stop":1714407575703,"duration":1}},{"uid":"62044ac80dd9d283","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/62044ac80dd9d283","status":"passed","time":{"start":1714406625180,"stop":1714406625180,"duration":0}},{"uid":"d329bf2a3f5447cb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d329bf2a3f5447cb","status":"passed","time":{"start":1714404386213,"stop":1714404386213,"duration":0}}]},"fd933b3c03c748bacccce1903c02f34c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3a22886132961b6","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/a3a22886132961b6","status":"passed","time":{"start":1714240486918,"stop":1714240486919,"duration":1}}]},"74af77bc8ee6d9266322280a62368ac3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"716c6e28aa547645","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/716c6e28aa547645","status":"passed","time":{"start":1714109345127,"stop":1714109345128,"duration":1}}]},"36268cf3863e821850c449f28114d91c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c830902ffa0a629","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/9c830902ffa0a629","status":"passed","time":{"start":1714141716709,"stop":1714141716710,"duration":1}}]},"dd43981226c991ce197b7519862e9cba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d730a4edb85372ae","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/d730a4edb85372ae","status":"passed","time":{"start":1713982956489,"stop":1713982956490,"duration":1}}]},"91de97097753321d04f3d9e3dab08fbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de8cc0703833e54b","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/de8cc0703833e54b","status":"passed","time":{"start":1714045821385,"stop":1714045821386,"duration":1}}]},"87e65fc97ec6761b1c745f9795bd5045:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b6bf487f16cfc24","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/2b6bf487f16cfc24","status":"passed","time":{"start":1713988983913,"stop":1713988983914,"duration":1}}]},"bb53e547ca1972b602245cdf7a9ea2ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"2c676a08f00ecf00","reportUrl":"https://waku-org.github.io/js-waku/6875//#testresult/2c676a08f00ecf00","status":"skipped","statusDetails":"Test ignored","time":{"start":1713943579293,"stop":1713943579295,"duration":2}}]},"6caf69530e26e5cba47382ef87f7de7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c854944502ebe26","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1c854944502ebe26","status":"passed","time":{"start":1714454485752,"stop":1714454485753,"duration":1}}]},"b40173c92830799c6e270563eff05951:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7329ecc9976b863","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a7329ecc9976b863","status":"passed","time":{"start":1714429967912,"stop":1714429967913,"duration":1}}]},"5a4c30aa4dea8906672356d7586c8137:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4276ff18a2fb56b","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/4276ff18a2fb56b","status":"passed","time":{"start":1714383573260,"stop":1714383573261,"duration":1}}]},"aa8d02eedda977ba837daac0d9eca514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"afd8fbdf164172c3","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/afd8fbdf164172c3","status":"passed","time":{"start":1714142016929,"stop":1714142016930,"duration":1}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"9ca8fb5f560bc585","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9ca8fb5f560bc585","status":"passed","time":{"start":1714454140479,"stop":1714454140479,"duration":0}},{"uid":"1b8e96df3e7a6872","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1b8e96df3e7a6872","status":"passed","time":{"start":1714435687955,"stop":1714435687955,"duration":0}},{"uid":"97188aa795418e13","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/97188aa795418e13","status":"passed","time":{"start":1714434773471,"stop":1714434773472,"duration":1}},{"uid":"6b7a1121722607ab","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6b7a1121722607ab","status":"passed","time":{"start":1714433450988,"stop":1714433450988,"duration":0}},{"uid":"b294256d7cd53b5f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/b294256d7cd53b5f","status":"passed","time":{"start":1714431653520,"stop":1714431653521,"duration":1}},{"uid":"f89e639c0dd0f788","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f89e639c0dd0f788","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714431989871,"stop":1714431989871,"duration":0}},{"uid":"c1aec9fa7774d3dd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c1aec9fa7774d3dd","status":"passed","time":{"start":1714430659440,"stop":1714430659441,"duration":1}},{"uid":"60c8aaee42fdfb4f","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/60c8aaee42fdfb4f","status":"broken","statusDetails":"expected [] to have a length of 1 but got +0","time":{"start":1714430522185,"stop":1714430522185,"duration":0}},{"uid":"2fb30db38531d349","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2fb30db38531d349","status":"passed","time":{"start":1714429610432,"stop":1714429610432,"duration":0}},{"uid":"42c5b6355ee24b3f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/42c5b6355ee24b3f","status":"passed","time":{"start":1714428741374,"stop":1714428741374,"duration":0}},{"uid":"fd05f277b623d526","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fd05f277b623d526","status":"passed","time":{"start":1714427513589,"stop":1714427513589,"duration":0}},{"uid":"83e295d2f9ffcddc","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/83e295d2f9ffcddc","status":"passed","time":{"start":1714427219366,"stop":1714427219367,"duration":1}},{"uid":"90bc31ada9b783b8","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/90bc31ada9b783b8","status":"passed","time":{"start":1714426573127,"stop":1714426573127,"duration":0}},{"uid":"67953bffd415ac3b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/67953bffd415ac3b","status":"passed","time":{"start":1714424914285,"stop":1714424914285,"duration":0}},{"uid":"7bb90a2f35820c48","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/7bb90a2f35820c48","status":"passed","time":{"start":1714425071969,"stop":1714425071969,"duration":0}},{"uid":"2aec1e1bc41528c4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2aec1e1bc41528c4","status":"passed","time":{"start":1714415233348,"stop":1714415233349,"duration":1}},{"uid":"cbfce7017f1eded5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/cbfce7017f1eded5","status":"passed","time":{"start":1714415382804,"stop":1714415382804,"duration":0}},{"uid":"cc34295bedcca811","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cc34295bedcca811","status":"passed","time":{"start":1714407575703,"stop":1714407575704,"duration":1}},{"uid":"c2260a7a4d32f23e","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c2260a7a4d32f23e","status":"passed","time":{"start":1714406625181,"stop":1714406625182,"duration":1}},{"uid":"1637f3f659155862","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/1637f3f659155862","status":"passed","time":{"start":1714404386214,"stop":1714404386214,"duration":0}}]},"2e459b225dfaf7cb686342360fd56270:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5348340a4165056","reportUrl":"https://waku-org.github.io/js-waku/6909//#testresult/b5348340a4165056","status":"passed","time":{"start":1714139752229,"stop":1714139752230,"duration":1}}]},"5ad6a5fd64dd48ecc4358c9bc2e65f2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9cad492ce99847d","reportUrl":"https://waku-org.github.io/js-waku/6907//#testresult/9cad492ce99847d","status":"passed","time":{"start":1714130759389,"stop":1714130759389,"duration":0}}]},"d890c9043748924285729d683e9ca9da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a7afe9f540fc1549","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a7afe9f540fc1549","status":"passed","time":{"start":1714406971792,"stop":1714406971793,"duration":1}}]},"cd52f0b14363d7d739960b427743a436:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dd2f39ca2d2c5662","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dd2f39ca2d2c5662","status":"passed","time":{"start":1714432293605,"stop":1714432293605,"duration":0}}]},"a344c4ddecb9c77a3f39f09cb960ae32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3bca9e2217ca23b8","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/3bca9e2217ca23b8","status":"passed","time":{"start":1714218826859,"stop":1714218826860,"duration":1}}]},"baf906cc64d4c8f7bf14e7c8f9dd8391:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"1f5e9bccf9aaf521","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/1f5e9bccf9aaf521","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713988607592,"stop":1713988607593,"duration":1}}]},"d561d7481218b7d65777aa0a2020c4e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a89a5729ec09f658","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/a89a5729ec09f658","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'subscribe')","time":{"start":1714004329825,"stop":1714004329831,"duration":6}}]},"2a71d4645663eac87d91d9f1f16342d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e77b0f50501152e","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/9e77b0f50501152e","status":"passed","time":{"start":1714221441308,"stop":1714221441308,"duration":0}}]},"974a1e70314e38736b548bb985218b06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b2d626e544263ee","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/6b2d626e544263ee","status":"passed","time":{"start":1714046060136,"stop":1714046060136,"duration":0}}]},"3d9508ce5dbdf9794b991b0b88aeafce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6fcb4b5df37f559c","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/6fcb4b5df37f559c","status":"passed","time":{"start":1714109368633,"stop":1714109368633,"duration":0}}]},"a3fa2c4b5550f9a84857c2baab5d5664:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"81c8a79c7e98d939","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/81c8a79c7e98d939","status":"passed","time":{"start":1714086991860,"stop":1714086991865,"duration":5}}]},"a6c6aa15358298e7bd0591d957f636cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"329e56fd87465e0e","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/329e56fd87465e0e","status":"passed","time":{"start":1714018144009,"stop":1714018144009,"duration":0}}]},"250c0068ed27fa210b601c4c8f84b893:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8bf150fb0c73d67b","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/8bf150fb0c73d67b","status":"passed","time":{"start":1713889447045,"stop":1713889447045,"duration":0}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"e305159f5283acab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e305159f5283acab","status":"passed","time":{"start":1714454015968,"stop":1714454015968,"duration":0}},{"uid":"a88687db6e089c08","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a88687db6e089c08","status":"passed","time":{"start":1714435573550,"stop":1714435573550,"duration":0}},{"uid":"bacd29b62d4c812","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/bacd29b62d4c812","status":"passed","time":{"start":1714434644055,"stop":1714434644055,"duration":0}},{"uid":"ab1fbe62af9bb312","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ab1fbe62af9bb312","status":"passed","time":{"start":1714433338735,"stop":1714433338736,"duration":1}},{"uid":"c73c53ddcf8e69fe","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c73c53ddcf8e69fe","status":"passed","time":{"start":1714431536339,"stop":1714431536340,"duration":1}},{"uid":"689bf95b2e93ad72","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/689bf95b2e93ad72","status":"passed","time":{"start":1714431800187,"stop":1714431800187,"duration":0}},{"uid":"b4a84bb785526cf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/b4a84bb785526cf","status":"passed","time":{"start":1714430523386,"stop":1714430523386,"duration":0}},{"uid":"11216268b7c1b411","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/11216268b7c1b411","status":"passed","time":{"start":1714430313849,"stop":1714430313850,"duration":1}},{"uid":"fb1fedd5db71804b","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fb1fedd5db71804b","status":"passed","time":{"start":1714429481394,"stop":1714429481394,"duration":0}},{"uid":"fe08b8c6d8e10720","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fe08b8c6d8e10720","status":"passed","time":{"start":1714428620111,"stop":1714428620111,"duration":0}},{"uid":"c60431469947f312","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c60431469947f312","status":"passed","time":{"start":1714427398603,"stop":1714427398603,"duration":0}},{"uid":"254162c96679ea9c","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/254162c96679ea9c","status":"passed","time":{"start":1714427098532,"stop":1714427098532,"duration":0}},{"uid":"ce1baf6707fc2b53","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ce1baf6707fc2b53","status":"passed","time":{"start":1714426448207,"stop":1714426448208,"duration":1}},{"uid":"607e1978af3d00c9","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/607e1978af3d00c9","status":"passed","time":{"start":1714424551048,"stop":1714424551048,"duration":0}},{"uid":"39436e0e5614f545","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/39436e0e5614f545","status":"passed","time":{"start":1714424941438,"stop":1714424941438,"duration":0}},{"uid":"9aa00540083c5d68","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9aa00540083c5d68","status":"passed","time":{"start":1714415094252,"stop":1714415094252,"duration":0}},{"uid":"d1d999b8143ad5ac","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d1d999b8143ad5ac","status":"passed","time":{"start":1714415247305,"stop":1714415247307,"duration":2}},{"uid":"cdbbff08faad6b7d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/cdbbff08faad6b7d","status":"passed","time":{"start":1714407454394,"stop":1714407454394,"duration":0}},{"uid":"2901183ad5936ff7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/2901183ad5936ff7","status":"passed","time":{"start":1714406481770,"stop":1714406481770,"duration":0}},{"uid":"e071f04e268c18a5","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e071f04e268c18a5","status":"passed","time":{"start":1714404271557,"stop":1714404271558,"duration":1}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":87,"unknown":0,"total":88},"items":[{"uid":"4dbf053e2c4c05f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4dbf053e2c4c05f","status":"passed","time":{"start":1714454443271,"stop":1714454443271,"duration":0}},{"uid":"b316b699154ec3fa","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b316b699154ec3fa","status":"passed","time":{"start":1714435994910,"stop":1714435994910,"duration":0}},{"uid":"b7b64f2b6f347891","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b7b64f2b6f347891","status":"passed","time":{"start":1714435067765,"stop":1714435067765,"duration":0}},{"uid":"4daebc1cb36a29dc","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4daebc1cb36a29dc","status":"passed","time":{"start":1714433759562,"stop":1714433759562,"duration":0}},{"uid":"6717b4cd927c3561","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/6717b4cd927c3561","status":"passed","time":{"start":1714431967956,"stop":1714431967956,"duration":0}},{"uid":"d69d012bf9d5309d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d69d012bf9d5309d","status":"passed","time":{"start":1714432288776,"stop":1714432288777,"duration":1}},{"uid":"af686dcee42af084","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/af686dcee42af084","status":"passed","time":{"start":1714430967042,"stop":1714430967042,"duration":0}},{"uid":"6e6ac143c8f72b22","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6e6ac143c8f72b22","status":"passed","time":{"start":1714430807860,"stop":1714430807860,"duration":0}},{"uid":"fe0ab84ddf10695d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/fe0ab84ddf10695d","status":"passed","time":{"start":1714429922997,"stop":1714429922997,"duration":0}},{"uid":"212834e7178ab007","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/212834e7178ab007","status":"passed","time":{"start":1714429045143,"stop":1714429045143,"duration":0}},{"uid":"5b14cdeae2b34983","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5b14cdeae2b34983","status":"passed","time":{"start":1714427692079,"stop":1714427692079,"duration":0}},{"uid":"b19a40f7c858675a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b19a40f7c858675a","status":"passed","time":{"start":1714427535674,"stop":1714427535674,"duration":0}},{"uid":"b685d72a35744b99","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/b685d72a35744b99","status":"passed","time":{"start":1714426889316,"stop":1714426889317,"duration":1}},{"uid":"f5e70deeaa4003f8","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/f5e70deeaa4003f8","status":"passed","time":{"start":1714425610632,"stop":1714425610632,"duration":0}},{"uid":"d4ed0a09e149ff8c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/d4ed0a09e149ff8c","status":"passed","time":{"start":1714425363886,"stop":1714425363887,"duration":1}},{"uid":"835fe624f81683df","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/835fe624f81683df","status":"passed","time":{"start":1714415544819,"stop":1714415544819,"duration":0}},{"uid":"40215527fde3a1e5","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/40215527fde3a1e5","status":"passed","time":{"start":1714415689073,"stop":1714415689073,"duration":0}},{"uid":"559968ea6d833aa4","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/559968ea6d833aa4","status":"passed","time":{"start":1714407902536,"stop":1714407902538,"duration":2}},{"uid":"966f633c90930541","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/966f633c90930541","status":"passed","time":{"start":1714406920266,"stop":1714406920266,"duration":0}},{"uid":"be2076c3fcbf2ebb","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/be2076c3fcbf2ebb","status":"passed","time":{"start":1714404713588,"stop":1714404713589,"duration":1}}]},"c2c96513b0cf71f5c4b5907a4b64e532:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"597276bc476386cd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/597276bc476386cd","status":"passed","time":{"start":1714429917736,"stop":1714429917736,"duration":0}}]},"3de131e62c5fa17d572f0ffc18da655e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ceeceb443249a056","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/ceeceb443249a056","status":"passed","time":{"start":1714140681655,"stop":1714140681655,"duration":0}}]},"ccc8d4af817e0857016e0bb539dfe2a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5dfae3a3a226a3c","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/a5dfae3a3a226a3c","status":"passed","time":{"start":1714144814998,"stop":1714144814998,"duration":0}}]},"71ed8268dbb88d99d847f831dab9fabc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d2d21de7a1f0e1b5","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/d2d21de7a1f0e1b5","status":"broken","statusDetails":"window is not defined","time":{"start":1714384067764,"stop":1714384067764,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"21f150444f2c2a0d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/21f150444f2c2a0d","status":"passed","time":{"start":1714454434337,"stop":1714454434337,"duration":0}},{"uid":"35d100faeaf8efda","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/35d100faeaf8efda","status":"passed","time":{"start":1714436006546,"stop":1714436006546,"duration":0}},{"uid":"cf5a5574ec81d5ea","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/cf5a5574ec81d5ea","status":"passed","time":{"start":1714435054859,"stop":1714435054860,"duration":1}},{"uid":"2332679ca1182937","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/2332679ca1182937","status":"passed","time":{"start":1714433761068,"stop":1714433761068,"duration":0}},{"uid":"a4cc64943c5fc3c6","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a4cc64943c5fc3c6","status":"passed","time":{"start":1714431966442,"stop":1714431966443,"duration":1}},{"uid":"d18ca138a33bce49","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d18ca138a33bce49","status":"passed","time":{"start":1714432193282,"stop":1714432193282,"duration":0}},{"uid":"3e46c98c3f91618f","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3e46c98c3f91618f","status":"passed","time":{"start":1714430948558,"stop":1714430948559,"duration":1}},{"uid":"f3fe2813d0fb1249","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f3fe2813d0fb1249","status":"passed","time":{"start":1714430713568,"stop":1714430713568,"duration":0}},{"uid":"986f4436ba2c844c","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/986f4436ba2c844c","status":"passed","time":{"start":1714429917756,"stop":1714429917757,"duration":1}},{"uid":"fccecbdff3fea025","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fccecbdff3fea025","status":"passed","time":{"start":1714429040302,"stop":1714429040302,"duration":0}},{"uid":"42c5e898c91bab49","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/42c5e898c91bab49","status":"passed","time":{"start":1714427848701,"stop":1714427848702,"duration":1}},{"uid":"ba03d504d22e38dd","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ba03d504d22e38dd","status":"passed","time":{"start":1714427530074,"stop":1714427530075,"duration":1}},{"uid":"c79b1b7484a507c6","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/c79b1b7484a507c6","status":"passed","time":{"start":1714426875157,"stop":1714426875158,"duration":1}},{"uid":"d90e6526731b02e1","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d90e6526731b02e1","status":"broken","statusDetails":"window is not defined","time":{"start":1714426511048,"stop":1714426511048,"duration":0}},{"uid":"a89f90842aabfde8","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a89f90842aabfde8","status":"passed","time":{"start":1714425369970,"stop":1714425369971,"duration":1}},{"uid":"b956802db3382fa0","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b956802db3382fa0","status":"passed","time":{"start":1714415516385,"stop":1714415516386,"duration":1}},{"uid":"e4d68c6264a4d005","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e4d68c6264a4d005","status":"passed","time":{"start":1714415679035,"stop":1714415679036,"duration":1}},{"uid":"ead4e5080ddeea1e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/ead4e5080ddeea1e","status":"passed","time":{"start":1714407884335,"stop":1714407884335,"duration":0}},{"uid":"f799f0c06d7c673a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f799f0c06d7c673a","status":"passed","time":{"start":1714406914333,"stop":1714406914333,"duration":0}},{"uid":"abfd4908fccc52e0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/abfd4908fccc52e0","status":"passed","time":{"start":1714404690124,"stop":1714404690125,"duration":1}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":4,"skipped":0,"passed":82,"unknown":0,"total":86},"items":[{"uid":"f84e02868fe0ffa4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f84e02868fe0ffa4","status":"passed","time":{"start":1714454048343,"stop":1714454048344,"duration":1}},{"uid":"9f6ee52edd115427","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9f6ee52edd115427","status":"passed","time":{"start":1714435606853,"stop":1714435606853,"duration":0}},{"uid":"d02f498016878b95","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d02f498016878b95","status":"passed","time":{"start":1714434675163,"stop":1714434675164,"duration":1}},{"uid":"af3c53ffa7f481f0","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/af3c53ffa7f481f0","status":"passed","time":{"start":1714433371589,"stop":1714433371590,"duration":1}},{"uid":"8235735c0c510f38","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/8235735c0c510f38","status":"passed","time":{"start":1714431572737,"stop":1714431572737,"duration":0}},{"uid":"13535f0650e82944","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/13535f0650e82944","status":"passed","time":{"start":1714431830838,"stop":1714431830838,"duration":0}},{"uid":"459623c88f235ab9","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/459623c88f235ab9","status":"passed","time":{"start":1714430561841,"stop":1714430561841,"duration":0}},{"uid":"a2d7ecb1a07aa22c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/a2d7ecb1a07aa22c","status":"passed","time":{"start":1714430339338,"stop":1714430339338,"duration":0}},{"uid":"abeacdf63e2a468d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/abeacdf63e2a468d","status":"passed","time":{"start":1714429522164,"stop":1714429522164,"duration":0}},{"uid":"4ecfdf1cdd984466","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4ecfdf1cdd984466","status":"passed","time":{"start":1714428655957,"stop":1714428655957,"duration":0}},{"uid":"6cc117b2cc23890e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6cc117b2cc23890e","status":"passed","time":{"start":1714427434625,"stop":1714427434625,"duration":0}},{"uid":"38dfa7415d487ba7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/38dfa7415d487ba7","status":"passed","time":{"start":1714427135392,"stop":1714427135392,"duration":0}},{"uid":"e7e8ae6f8a56846f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e7e8ae6f8a56846f","status":"passed","time":{"start":1714426488669,"stop":1714426488670,"duration":1}},{"uid":"8ba32b03a57a58bb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8ba32b03a57a58bb","status":"broken","statusDetails":"window is not defined","time":{"start":1714424744131,"stop":1714424744131,"duration":0}},{"uid":"831cc3d943a8000e","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/831cc3d943a8000e","status":"passed","time":{"start":1714424974899,"stop":1714424974899,"duration":0}},{"uid":"b166a96ab0c0bfe7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b166a96ab0c0bfe7","status":"passed","time":{"start":1714415124870,"stop":1714415124871,"duration":1}},{"uid":"2c870d7a4852f8b3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2c870d7a4852f8b3","status":"passed","time":{"start":1714415287315,"stop":1714415287315,"duration":0}},{"uid":"1672e1a1abf70451","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1672e1a1abf70451","status":"passed","time":{"start":1714407489070,"stop":1714407489071,"duration":1}},{"uid":"edbd5a1372220c4f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/edbd5a1372220c4f","status":"passed","time":{"start":1714406515697,"stop":1714406515721,"duration":24}},{"uid":"d06109144ea39002","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d06109144ea39002","status":"passed","time":{"start":1714404308208,"stop":1714404308209,"duration":1}}]},"890ef0d5f86c82f2e1f759021cd2edb8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2391fce90354d337","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2391fce90354d337","status":"passed","time":{"start":1714407816877,"stop":1714407816877,"duration":0}}]},"011b6a0b8e3f88b784c80b60258e932f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d5a3e629d21d59a","reportUrl":"https://waku-org.github.io/js-waku/6922//#testresult/d5a3e629d21d59a","status":"passed","time":{"start":1714297352588,"stop":1714297352589,"duration":1}}]},"918271e6016d97391fa99115a16fcf99:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f0f41dcb7429965","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4f0f41dcb7429965","status":"passed","time":{"start":1714425644078,"stop":1714425644079,"duration":1}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"d6e6a3f076ba6a3c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d6e6a3f076ba6a3c","status":"passed","time":{"start":1714454429787,"stop":1714454429788,"duration":1}},{"uid":"de4e260f5055621c","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/de4e260f5055621c","status":"passed","time":{"start":1714435983371,"stop":1714435983372,"duration":1}},{"uid":"8a0c549802dda54e","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8a0c549802dda54e","status":"passed","time":{"start":1714435051927,"stop":1714435051927,"duration":0}},{"uid":"6dafe3548176e153","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6dafe3548176e153","status":"passed","time":{"start":1714433741783,"stop":1714433741784,"duration":1}},{"uid":"1d230d16acf7c74f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1d230d16acf7c74f","status":"passed","time":{"start":1714431944893,"stop":1714431944894,"duration":1}},{"uid":"36cb53f6ef70a003","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/36cb53f6ef70a003","status":"passed","time":{"start":1714432240081,"stop":1714432240081,"duration":0}},{"uid":"324eb5228325ad96","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/324eb5228325ad96","status":"passed","time":{"start":1714430938910,"stop":1714430938910,"duration":0}},{"uid":"92342f66dc800c72","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/92342f66dc800c72","status":"passed","time":{"start":1714430755760,"stop":1714430755761,"duration":1}},{"uid":"e60f05da8eed89b2","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e60f05da8eed89b2","status":"passed","time":{"start":1714429913419,"stop":1714429913420,"duration":1}},{"uid":"2e15892e8533abed","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2e15892e8533abed","status":"passed","time":{"start":1714429034569,"stop":1714429034569,"duration":0}},{"uid":"40f5d6716cc1cdd","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/40f5d6716cc1cdd","status":"passed","time":{"start":1714427765136,"stop":1714427765136,"duration":0}},{"uid":"1920a3eb6c38c158","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/1920a3eb6c38c158","status":"passed","time":{"start":1714427509509,"stop":1714427509510,"duration":1}},{"uid":"9526cb07e84b97c5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/9526cb07e84b97c5","status":"passed","time":{"start":1714426865261,"stop":1714426865261,"duration":0}},{"uid":"2d4bde05d49b39be","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2d4bde05d49b39be","status":"passed","time":{"start":1714425536870,"stop":1714425536870,"duration":0}},{"uid":"72aa46084140af40","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/72aa46084140af40","status":"passed","time":{"start":1714425348163,"stop":1714425348166,"duration":3}},{"uid":"d7f24c591c28d2d6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d7f24c591c28d2d6","status":"passed","time":{"start":1714415541638,"stop":1714415541639,"duration":1}},{"uid":"2c8aaa9438860add","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/2c8aaa9438860add","status":"passed","time":{"start":1714415666668,"stop":1714415666668,"duration":0}},{"uid":"d675d0ac8ae32d8e","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d675d0ac8ae32d8e","status":"passed","time":{"start":1714407867312,"stop":1714407867312,"duration":0}},{"uid":"1505f98b22013c18","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1505f98b22013c18","status":"passed","time":{"start":1714406901733,"stop":1714406901733,"duration":0}},{"uid":"3c4c5a7a6d382396","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3c4c5a7a6d382396","status":"passed","time":{"start":1714404685926,"stop":1714404685926,"duration":0}}]},"bfd35e9b45f8ced0ec86b2a62e43af18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9f5aef63064bdd3e","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/9f5aef63064bdd3e","status":"passed","time":{"start":1713889475155,"stop":1713889475156,"duration":1}}]},"5d0090a8e02f7ca9ae3c9597f0563aa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba3cbba88eda94b7","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/ba3cbba88eda94b7","status":"passed","time":{"start":1714114057875,"stop":1714114057875,"duration":0}}]},"c13331244979dc90bf0d5e765b138e9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"591db20378054910","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/591db20378054910","status":"passed","time":{"start":1714219140594,"stop":1714219140594,"duration":0}}]},"9908a6d8f28c78daa54461506083b631:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6815f0bdf66eedfe","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/6815f0bdf66eedfe","status":"passed","time":{"start":1714219167799,"stop":1714219167800,"duration":1}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4e03ee2bc096ebfa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4e03ee2bc096ebfa","status":"passed","time":{"start":1714453938220,"stop":1714453938220,"duration":0}},{"uid":"fcce9e50c3316089","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fcce9e50c3316089","status":"passed","time":{"start":1714435496168,"stop":1714435496168,"duration":0}},{"uid":"beb2ff7e2b5d2131","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/beb2ff7e2b5d2131","status":"passed","time":{"start":1714434565241,"stop":1714434565241,"duration":0}},{"uid":"af6db829cb6ad8d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/af6db829cb6ad8d","status":"passed","time":{"start":1714433260210,"stop":1714433260211,"duration":1}},{"uid":"1b6dcdc6c7fa852d","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/1b6dcdc6c7fa852d","status":"passed","time":{"start":1714431458122,"stop":1714431458123,"duration":1}},{"uid":"497dab80a3dee9bf","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/497dab80a3dee9bf","status":"passed","time":{"start":1714431721826,"stop":1714431721826,"duration":0}},{"uid":"8f06b2e41bf1a6aa","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/8f06b2e41bf1a6aa","status":"passed","time":{"start":1714430444362,"stop":1714430444363,"duration":1}},{"uid":"6fdccef34cbde89c","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/6fdccef34cbde89c","status":"passed","time":{"start":1714430236444,"stop":1714430236444,"duration":0}},{"uid":"1900cd9de6cbbc17","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1900cd9de6cbbc17","status":"passed","time":{"start":1714429398777,"stop":1714429398777,"duration":0}},{"uid":"cccb5366e1cb6ed6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/cccb5366e1cb6ed6","status":"passed","time":{"start":1714428542066,"stop":1714428542067,"duration":1}},{"uid":"de7b4fe9f3b71e99","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/de7b4fe9f3b71e99","status":"passed","time":{"start":1714427319660,"stop":1714427319660,"duration":0}},{"uid":"46ac6946bad52b8a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/46ac6946bad52b8a","status":"passed","time":{"start":1714427020640,"stop":1714427020640,"duration":0}},{"uid":"2049b83bddfaa863","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/2049b83bddfaa863","status":"passed","time":{"start":1714426369789,"stop":1714426369789,"duration":0}},{"uid":"68581f7a605fe729","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/68581f7a605fe729","status":"passed","time":{"start":1714424472147,"stop":1714424472147,"duration":0}},{"uid":"2e3ba83692caed9c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2e3ba83692caed9c","status":"passed","time":{"start":1714424862501,"stop":1714424862501,"duration":0}},{"uid":"b8856103cb15b1eb","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b8856103cb15b1eb","status":"passed","time":{"start":1714415015289,"stop":1714415015289,"duration":0}},{"uid":"eff2b2743e4b8f81","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eff2b2743e4b8f81","status":"passed","time":{"start":1714415168414,"stop":1714415168414,"duration":0}},{"uid":"2cbc5b0d31f9bcec","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/2cbc5b0d31f9bcec","status":"passed","time":{"start":1714407375569,"stop":1714407375569,"duration":0}},{"uid":"f06360662482eb7a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f06360662482eb7a","status":"passed","time":{"start":1714406402867,"stop":1714406402868,"duration":1}},{"uid":"f7c94ce098bcde07","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/f7c94ce098bcde07","status":"passed","time":{"start":1714404192630,"stop":1714404192631,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"d8fef94c72714df6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8fef94c72714df6","status":"passed","time":{"start":1714453937811,"stop":1714453937812,"duration":1}},{"uid":"b6ccd500d21e4288","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/b6ccd500d21e4288","status":"passed","time":{"start":1714435495780,"stop":1714435495781,"duration":1}},{"uid":"621d3cec3d838ef8","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/621d3cec3d838ef8","status":"passed","time":{"start":1714434564972,"stop":1714434564972,"duration":0}},{"uid":"e02aa79b0357c17c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e02aa79b0357c17c","status":"passed","time":{"start":1714433260123,"stop":1714433260124,"duration":1}},{"uid":"f862069bca1dabac","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/f862069bca1dabac","status":"passed","time":{"start":1714431457878,"stop":1714431457879,"duration":1}},{"uid":"c5d3ae4a054d1755","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/c5d3ae4a054d1755","status":"passed","time":{"start":1714431721496,"stop":1714431721497,"duration":1}},{"uid":"ec0864545e971ffd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ec0864545e971ffd","status":"passed","time":{"start":1714430444017,"stop":1714430444017,"duration":0}},{"uid":"695bab0c96c7cb31","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/695bab0c96c7cb31","status":"passed","time":{"start":1714430236206,"stop":1714430236206,"duration":0}},{"uid":"e4fbe22cf4da028a","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e4fbe22cf4da028a","status":"passed","time":{"start":1714429398518,"stop":1714429398519,"duration":1}},{"uid":"6f0080adbde01cda","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6f0080adbde01cda","status":"passed","time":{"start":1714428541718,"stop":1714428541718,"duration":0}},{"uid":"a7b0eccdc129e667","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a7b0eccdc129e667","status":"passed","time":{"start":1714427319289,"stop":1714427319290,"duration":1}},{"uid":"5d5322c205d60ee3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/5d5322c205d60ee3","status":"passed","time":{"start":1714427020497,"stop":1714427020497,"duration":0}},{"uid":"f02d3ed3a1d16f02","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/f02d3ed3a1d16f02","status":"passed","time":{"start":1714426369559,"stop":1714426369560,"duration":1}},{"uid":"45cf3a9a60dd158a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/45cf3a9a60dd158a","status":"passed","time":{"start":1714424472020,"stop":1714424472021,"duration":1}},{"uid":"39f58d9a5215596d","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/39f58d9a5215596d","status":"passed","time":{"start":1714424862406,"stop":1714424862406,"duration":0}},{"uid":"f253b93450974807","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/f253b93450974807","status":"passed","time":{"start":1714415015034,"stop":1714415015034,"duration":0}},{"uid":"5565513d00104c74","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5565513d00104c74","status":"passed","time":{"start":1714415168408,"stop":1714415168408,"duration":0}},{"uid":"b583571fab19e8c3","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b583571fab19e8c3","status":"passed","time":{"start":1714407375377,"stop":1714407375377,"duration":0}},{"uid":"f3e8da38d408c937","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f3e8da38d408c937","status":"passed","time":{"start":1714406402687,"stop":1714406402687,"duration":0}},{"uid":"ec86a7ec111aa702","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ec86a7ec111aa702","status":"passed","time":{"start":1714404192499,"stop":1714404192499,"duration":0}}]},"89b9f821fbc414ce1746535d3aa00b6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"63396def106935c3","reportUrl":"https://waku-org.github.io/js-waku/6885//#testresult/63396def106935c3","status":"passed","time":{"start":1714003550651,"stop":1714003550651,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"886b50bdae21943","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/886b50bdae21943","status":"passed","time":{"start":1714454015967,"stop":1714454015967,"duration":0}},{"uid":"cf607ac505657b70","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/cf607ac505657b70","status":"passed","time":{"start":1714435573549,"stop":1714435573549,"duration":0}},{"uid":"487d3d13728405c9","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/487d3d13728405c9","status":"passed","time":{"start":1714434644055,"stop":1714434644055,"duration":0}},{"uid":"5cb04811c35749e9","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5cb04811c35749e9","status":"passed","time":{"start":1714433338734,"stop":1714433338735,"duration":1}},{"uid":"e32a022538e14662","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e32a022538e14662","status":"passed","time":{"start":1714431536338,"stop":1714431536339,"duration":1}},{"uid":"60e3c71345d88b27","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/60e3c71345d88b27","status":"passed","time":{"start":1714431800186,"stop":1714431800186,"duration":0}},{"uid":"44e6adf14ce37af8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/44e6adf14ce37af8","status":"passed","time":{"start":1714430523385,"stop":1714430523386,"duration":1}},{"uid":"f77b382ad2665ff4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/f77b382ad2665ff4","status":"passed","time":{"start":1714430313849,"stop":1714430313849,"duration":0}},{"uid":"5fa471044d9805f6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/5fa471044d9805f6","status":"passed","time":{"start":1714429481393,"stop":1714429481393,"duration":0}},{"uid":"a935a9a649b80770","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/a935a9a649b80770","status":"passed","time":{"start":1714428620104,"stop":1714428620106,"duration":2}},{"uid":"217b8ce909ecd3a1","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/217b8ce909ecd3a1","status":"passed","time":{"start":1714427398602,"stop":1714427398602,"duration":0}},{"uid":"65c6cfd42e0fbb3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/65c6cfd42e0fbb3","status":"passed","time":{"start":1714427098531,"stop":1714427098531,"duration":0}},{"uid":"4a9e088dbc69afe5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4a9e088dbc69afe5","status":"passed","time":{"start":1714426448205,"stop":1714426448206,"duration":1}},{"uid":"6faded8bb455f4ec","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/6faded8bb455f4ec","status":"passed","time":{"start":1714424551047,"stop":1714424551047,"duration":0}},{"uid":"8420a384a79e759f","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8420a384a79e759f","status":"passed","time":{"start":1714424941437,"stop":1714424941437,"duration":0}},{"uid":"d2e458b9e9239e6e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d2e458b9e9239e6e","status":"passed","time":{"start":1714415094250,"stop":1714415094250,"duration":0}},{"uid":"c137c260e274a05","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c137c260e274a05","status":"passed","time":{"start":1714415247301,"stop":1714415247303,"duration":2}},{"uid":"e704d8e08c8635fb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e704d8e08c8635fb","status":"passed","time":{"start":1714407454392,"stop":1714407454393,"duration":1}},{"uid":"dff6360f42996287","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/dff6360f42996287","status":"passed","time":{"start":1714406481769,"stop":1714406481769,"duration":0}},{"uid":"de6a21e9c245a44c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/de6a21e9c245a44c","status":"passed","time":{"start":1714404271557,"stop":1714404271557,"duration":0}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"43895c6c4eafe50","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/43895c6c4eafe50","status":"passed","time":{"start":1714453925047,"stop":1714453925047,"duration":0}},{"uid":"9959329e085ec40e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/9959329e085ec40e","status":"passed","time":{"start":1714435482954,"stop":1714435482955,"duration":1}},{"uid":"890e8988086aa937","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/890e8988086aa937","status":"passed","time":{"start":1714434551989,"stop":1714434551990,"duration":1}},{"uid":"40692f24c7301115","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/40692f24c7301115","status":"passed","time":{"start":1714433247017,"stop":1714433247018,"duration":1}},{"uid":"802df19968155fdf","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/802df19968155fdf","status":"passed","time":{"start":1714431444738,"stop":1714431444738,"duration":0}},{"uid":"6a3553b9442969c8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6a3553b9442969c8","status":"passed","time":{"start":1714431708275,"stop":1714431708276,"duration":1}},{"uid":"13bffae33b061eb7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/13bffae33b061eb7","status":"passed","time":{"start":1714430430704,"stop":1714430430705,"duration":1}},{"uid":"9d3b9882b2b9d54","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9d3b9882b2b9d54","status":"passed","time":{"start":1714430223173,"stop":1714430223173,"duration":0}},{"uid":"4fc589cdcc0132f1","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/4fc589cdcc0132f1","status":"passed","time":{"start":1714429383860,"stop":1714429383861,"duration":1}},{"uid":"2494c2ed387f53de","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2494c2ed387f53de","status":"passed","time":{"start":1714428528617,"stop":1714428528618,"duration":1}},{"uid":"4a00b817f4142f0b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4a00b817f4142f0b","status":"passed","time":{"start":1714427305975,"stop":1714427305975,"duration":0}},{"uid":"181a96cc6e326e81","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/181a96cc6e326e81","status":"passed","time":{"start":1714427007370,"stop":1714427007370,"duration":0}},{"uid":"7c02a38b62660d68","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7c02a38b62660d68","status":"passed","time":{"start":1714426355952,"stop":1714426355952,"duration":0}},{"uid":"4d7d2b258da03310","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4d7d2b258da03310","status":"passed","time":{"start":1714424458769,"stop":1714424458769,"duration":0}},{"uid":"f1d999831eab8df5","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f1d999831eab8df5","status":"passed","time":{"start":1714424848993,"stop":1714424848994,"duration":1}},{"uid":"b40034c3cd35a211","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/b40034c3cd35a211","status":"passed","time":{"start":1714415001435,"stop":1714415001436,"duration":1}},{"uid":"c0a391dfa18cf61b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/c0a391dfa18cf61b","status":"passed","time":{"start":1714415154903,"stop":1714415154903,"duration":0}},{"uid":"c485bc4cabe7cfc0","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c485bc4cabe7cfc0","status":"passed","time":{"start":1714407362032,"stop":1714407362032,"duration":0}},{"uid":"b37cfb43737e091d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b37cfb43737e091d","status":"passed","time":{"start":1714406389324,"stop":1714406389325,"duration":1}},{"uid":"539baf8e13e8f01a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/539baf8e13e8f01a","status":"passed","time":{"start":1714404179160,"stop":1714404179160,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":88,"passed":0,"unknown":0,"total":88},"items":[{"uid":"5517e26426f217ec","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5517e26426f217ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1714454431993,"stop":1714454431993,"duration":0}},{"uid":"103469821a170433","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/103469821a170433","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435990623,"stop":1714435990623,"duration":0}},{"uid":"ffa48c154cdc6439","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ffa48c154cdc6439","status":"skipped","statusDetails":"Test ignored","time":{"start":1714435062614,"stop":1714435062614,"duration":0}},{"uid":"e1d1687a55cb4072","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e1d1687a55cb4072","status":"skipped","statusDetails":"Test ignored","time":{"start":1714433747847,"stop":1714433747847,"duration":0}},{"uid":"aac42b68d7280dd1","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/aac42b68d7280dd1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714431959181,"stop":1714431959182,"duration":1}},{"uid":"ff1c2be9db0afb2a","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/ff1c2be9db0afb2a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714432238342,"stop":1714432238343,"duration":1}},{"uid":"d717b9492fcb852d","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/d717b9492fcb852d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430946042,"stop":1714430946042,"duration":0}},{"uid":"d447062e81fd9eab","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/d447062e81fd9eab","status":"skipped","statusDetails":"Test ignored","time":{"start":1714430757773,"stop":1714430757774,"duration":1}},{"uid":"17e466b5d3cb5f3","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/17e466b5d3cb5f3","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429917775,"stop":1714429917776,"duration":1}},{"uid":"aad9df6776ebd46e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/aad9df6776ebd46e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714429038417,"stop":1714429038417,"duration":0}},{"uid":"8ec2142a15432560","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8ec2142a15432560","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427794304,"stop":1714427794305,"duration":1}},{"uid":"33588217332e58c7","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/33588217332e58c7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714427517455,"stop":1714427517456,"duration":1}},{"uid":"e972a754e82715a9","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/e972a754e82715a9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714426868580,"stop":1714426868580,"duration":0}},{"uid":"c5d07618e1fd24eb","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c5d07618e1fd24eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425555002,"stop":1714425555003,"duration":1}},{"uid":"f7efaca665310211","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f7efaca665310211","status":"skipped","statusDetails":"Test ignored","time":{"start":1714425349878,"stop":1714425349890,"duration":12}},{"uid":"2227a6f1e7affa4a","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/2227a6f1e7affa4a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415539977,"stop":1714415539977,"duration":0}},{"uid":"3b8861db1c4a2838","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3b8861db1c4a2838","status":"skipped","statusDetails":"Test ignored","time":{"start":1714415671315,"stop":1714415671315,"duration":0}},{"uid":"8a0f1570599193ff","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/8a0f1570599193ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1714407878080,"stop":1714407878080,"duration":0}},{"uid":"ae806c2058a4088a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/ae806c2058a4088a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714406907380,"stop":1714406907381,"duration":1}},{"uid":"c55f0df4c1bbaa0d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/c55f0df4c1bbaa0d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714404685457,"stop":1714404685457,"duration":0}}]},"ca5205613dc090e242125b67c7bc1e7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"65d5b0c9507d9d64","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/65d5b0c9507d9d64","status":"passed","time":{"start":1713889475157,"stop":1713889475158,"duration":1}}]},"16e69ffa7614203d5082529d11f54e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"14211c0bc1eb7066","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/14211c0bc1eb7066","status":"passed","time":{"start":1714142021598,"stop":1714142021598,"duration":0}}]},"e2ebe07890b89c845711b132b8aa3c54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"982950984403cf6c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/982950984403cf6c","status":"passed","time":{"start":1714406603017,"stop":1714406603018,"duration":1}}]},"5463d1ca9c8d257bb68c12229bd12dce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aa44bbcd5608b17f","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/aa44bbcd5608b17f","status":"passed","time":{"start":1714296337524,"stop":1714296337525,"duration":1}}]},"fa5393fd7a64cb8f16169ecf7e698124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d91c516ddda510d2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/d91c516ddda510d2","status":"passed","time":{"start":1714433792292,"stop":1714433792293,"duration":1}}]},"b04597be08d04dae835db318996e2378:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"734636c2e333c2e2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/734636c2e333c2e2","status":"passed","time":{"start":1714453925070,"stop":1714453925070,"duration":0}},{"uid":"5e4ee3db8fa8270e","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/5e4ee3db8fa8270e","status":"passed","time":{"start":1714435482978,"stop":1714435482979,"duration":1}},{"uid":"57158bcd207e353d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/57158bcd207e353d","status":"passed","time":{"start":1714434552015,"stop":1714434552015,"duration":0}},{"uid":"dee2718531636fb4","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/dee2718531636fb4","status":"passed","time":{"start":1714433247039,"stop":1714433247039,"duration":0}},{"uid":"bd0ca2e6cbc0f7eb","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bd0ca2e6cbc0f7eb","status":"passed","time":{"start":1714431444762,"stop":1714431444763,"duration":1}},{"uid":"4b7992e62d0218c3","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/4b7992e62d0218c3","status":"passed","time":{"start":1714431708302,"stop":1714431708302,"duration":0}},{"uid":"238cc4d753d75f97","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/238cc4d753d75f97","status":"passed","time":{"start":1714430430734,"stop":1714430430734,"duration":0}},{"uid":"e30f01fbd1d67413","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e30f01fbd1d67413","status":"passed","time":{"start":1714430223190,"stop":1714430223191,"duration":1}},{"uid":"d263d74cf681e867","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d263d74cf681e867","status":"passed","time":{"start":1714429383891,"stop":1714429383891,"duration":0}},{"uid":"d24b9f18ea9af927","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d24b9f18ea9af927","status":"passed","time":{"start":1714428528644,"stop":1714428528645,"duration":1}},{"uid":"1c3a8cb525332768","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1c3a8cb525332768","status":"passed","time":{"start":1714427305995,"stop":1714427305995,"duration":0}},{"uid":"9cc6635c6db6ceb3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9cc6635c6db6ceb3","status":"passed","time":{"start":1714427007389,"stop":1714427007389,"duration":0}},{"uid":"4877585664c1f633","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4877585664c1f633","status":"passed","time":{"start":1714426355981,"stop":1714426355981,"duration":0}},{"uid":"2f1a26b3630fc567","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2f1a26b3630fc567","status":"passed","time":{"start":1714424458795,"stop":1714424458795,"duration":0}},{"uid":"5d5bbe7c447075a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5d5bbe7c447075a","status":"passed","time":{"start":1714424849022,"stop":1714424849023,"duration":1}},{"uid":"12fd1393b3ae023e","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/12fd1393b3ae023e","status":"passed","time":{"start":1714415001458,"stop":1714415001458,"duration":0}},{"uid":"b14f0fb83de63516","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/b14f0fb83de63516","status":"passed","time":{"start":1714415154934,"stop":1714415154934,"duration":0}},{"uid":"907e1d09f5b8db22","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/907e1d09f5b8db22","status":"passed","time":{"start":1714407362057,"stop":1714407362058,"duration":1}},{"uid":"591719659be2ca0","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/591719659be2ca0","status":"passed","time":{"start":1714406389351,"stop":1714406389351,"duration":0}},{"uid":"597e87c7a1d0a0e8","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/597e87c7a1d0a0e8","status":"passed","time":{"start":1714404179189,"stop":1714404179190,"duration":1}}]},"0d7a68d3d13341c78fe672189c55c683:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d17bd22d7ed5cd54","reportUrl":"https://waku-org.github.io/js-waku/6932//#testresult/d17bd22d7ed5cd54","status":"passed","time":{"start":1714384714559,"stop":1714384714560,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"c6d2df2ab0d656ba","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c6d2df2ab0d656ba","status":"passed","time":{"start":1714454431999,"stop":1714454431999,"duration":0}},{"uid":"f9760453cda60f64","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/f9760453cda60f64","status":"passed","time":{"start":1714435990631,"stop":1714435990631,"duration":0}},{"uid":"8b49fb50d497e5a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/8b49fb50d497e5a","status":"passed","time":{"start":1714435062626,"stop":1714435062627,"duration":1}},{"uid":"3237f08047fb8d8b","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/3237f08047fb8d8b","status":"passed","time":{"start":1714433747887,"stop":1714433747887,"duration":0}},{"uid":"5ffb2c6f974e5de9","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/5ffb2c6f974e5de9","status":"passed","time":{"start":1714431959194,"stop":1714431959194,"duration":0}},{"uid":"1f298502d60dc6b8","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1f298502d60dc6b8","status":"passed","time":{"start":1714432238354,"stop":1714432238355,"duration":1}},{"uid":"a498d31d56abbb25","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a498d31d56abbb25","status":"passed","time":{"start":1714430946066,"stop":1714430946067,"duration":1}},{"uid":"ae4209a1a0a9cfbd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ae4209a1a0a9cfbd","status":"passed","time":{"start":1714430757780,"stop":1714430757781,"duration":1}},{"uid":"e64c6c02cdc05ffd","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e64c6c02cdc05ffd","status":"passed","time":{"start":1714429917794,"stop":1714429917795,"duration":1}},{"uid":"8e9333153a00aa80","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8e9333153a00aa80","status":"passed","time":{"start":1714429038422,"stop":1714429038422,"duration":0}},{"uid":"71aad72c7524f6d0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/71aad72c7524f6d0","status":"passed","time":{"start":1714427794312,"stop":1714427794312,"duration":0}},{"uid":"7ec37b4c260845d2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7ec37b4c260845d2","status":"passed","time":{"start":1714427517463,"stop":1714427517463,"duration":0}},{"uid":"adba7803cf9df581","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/adba7803cf9df581","status":"passed","time":{"start":1714426868609,"stop":1714426868610,"duration":1}},{"uid":"b4428ce66ea1121e","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b4428ce66ea1121e","status":"passed","time":{"start":1714425555008,"stop":1714425555009,"duration":1}},{"uid":"a70e486ca04e1b9a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a70e486ca04e1b9a","status":"passed","time":{"start":1714425349919,"stop":1714425349919,"duration":0}},{"uid":"28d1b50f945c1715","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/28d1b50f945c1715","status":"passed","time":{"start":1714415539983,"stop":1714415539983,"duration":0}},{"uid":"4d247d19d00492d2","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4d247d19d00492d2","status":"passed","time":{"start":1714415671322,"stop":1714415671323,"duration":1}},{"uid":"32eb3a9f4468254c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/32eb3a9f4468254c","status":"passed","time":{"start":1714407878091,"stop":1714407878092,"duration":1}},{"uid":"e8d50000e6445dc3","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/e8d50000e6445dc3","status":"passed","time":{"start":1714406907410,"stop":1714406907410,"duration":0}},{"uid":"e1860cecce3b5fa3","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e1860cecce3b5fa3","status":"passed","time":{"start":1714404685462,"stop":1714404685463,"duration":1}}]},"159ddf4c51b5fe23c3eef6bbac5628b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cc3a07289e0ecbe9","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/cc3a07289e0ecbe9","status":"passed","time":{"start":1714114012094,"stop":1714114012098,"duration":4}}]},"c2d73227dc4385ddad0b8d4a57acdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a87af96efda6c57c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/a87af96efda6c57c","status":"passed","time":{"start":1714415516370,"stop":1714415516370,"duration":0}}]},"daef762b27ccbf5ddfa3f8bd8294879f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60df40d04cd673ad","reportUrl":"https://waku-org.github.io/js-waku/6878//#testresult/60df40d04cd673ad","status":"passed","time":{"start":1713976959988,"stop":1713976959988,"duration":0}}]},"7b904e9cf569ffcea6b8ed41a860bec8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"3f937de8bb5940b1","reportUrl":"https://waku-org.github.io/js-waku/6898//#testresult/3f937de8bb5940b1","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'subscribe')","time":{"start":1714082595085,"stop":1714082595085,"duration":0}}]},"419803e0c162f7d34e88d08f3610afe2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"240962480b991487","reportUrl":"https://waku-org.github.io/js-waku/6920//#testresult/240962480b991487","status":"passed","time":{"start":1714296368562,"stop":1714296368562,"duration":0}}]},"9c91f6579c3bac5eb1e7d71abe5fef52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56ca62b65524ae07","reportUrl":"https://waku-org.github.io/js-waku/6899//#testresult/56ca62b65524ae07","status":"passed","time":{"start":1714086700481,"stop":1714086700481,"duration":0}}]},"aa36de023b51578d22d831a2bc704668:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"79cc7ecb103e55c1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/79cc7ecb103e55c1","status":"passed","time":{"start":1714453925056,"stop":1714453925056,"duration":0}},{"uid":"4ad4a5a864964036","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4ad4a5a864964036","status":"passed","time":{"start":1714435482964,"stop":1714435482964,"duration":0}},{"uid":"e63cdb227f0747f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/e63cdb227f0747f","status":"passed","time":{"start":1714434551999,"stop":1714434552000,"duration":1}},{"uid":"5bc164b5c124b9e6","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/5bc164b5c124b9e6","status":"passed","time":{"start":1714433247025,"stop":1714433247025,"duration":0}},{"uid":"ca8d4b68cdedb024","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/ca8d4b68cdedb024","status":"passed","time":{"start":1714431444746,"stop":1714431444746,"duration":0}},{"uid":"58f50fc2c2d59948","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/58f50fc2c2d59948","status":"passed","time":{"start":1714431708286,"stop":1714431708286,"duration":0}},{"uid":"ed30a0a0b0af1ae0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ed30a0a0b0af1ae0","status":"passed","time":{"start":1714430430718,"stop":1714430430718,"duration":0}},{"uid":"e17f458b0e4bd64b","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e17f458b0e4bd64b","status":"passed","time":{"start":1714430223179,"stop":1714430223179,"duration":0}},{"uid":"304416b231dfbea6","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/304416b231dfbea6","status":"passed","time":{"start":1714429383874,"stop":1714429383874,"duration":0}},{"uid":"4fa7e8a838662674","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4fa7e8a838662674","status":"passed","time":{"start":1714428528629,"stop":1714428528629,"duration":0}},{"uid":"5eb24987152e9899","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5eb24987152e9899","status":"passed","time":{"start":1714427305982,"stop":1714427305982,"duration":0}},{"uid":"be2b052600827ee0","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/be2b052600827ee0","status":"passed","time":{"start":1714427007377,"stop":1714427007377,"duration":0}},{"uid":"357ea3fbb6cfd536","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/357ea3fbb6cfd536","status":"passed","time":{"start":1714426355965,"stop":1714426355965,"duration":0}},{"uid":"1106a5f6a61d54a7","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/1106a5f6a61d54a7","status":"passed","time":{"start":1714424458778,"stop":1714424458779,"duration":1}},{"uid":"93dcb9fc167558d6","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/93dcb9fc167558d6","status":"passed","time":{"start":1714424849003,"stop":1714424849004,"duration":1}},{"uid":"df670944a0f99687","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/df670944a0f99687","status":"passed","time":{"start":1714415001444,"stop":1714415001444,"duration":0}},{"uid":"41212992f92a3ef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/41212992f92a3ef","status":"passed","time":{"start":1714415154914,"stop":1714415154915,"duration":1}},{"uid":"41a112b13db9de90","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/41a112b13db9de90","status":"passed","time":{"start":1714407362042,"stop":1714407362042,"duration":0}},{"uid":"fca56dd8e3f44d81","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/fca56dd8e3f44d81","status":"passed","time":{"start":1714406389335,"stop":1714406389335,"duration":0}},{"uid":"911a7298fa0c703e","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/911a7298fa0c703e","status":"passed","time":{"start":1714404179173,"stop":1714404179173,"duration":0}}]},"6c70fb6ea8bcc496228de1b806bdd63d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59dadb037dd50bd0","reportUrl":"https://waku-org.github.io/js-waku/6886//#testresult/59dadb037dd50bd0","status":"passed","time":{"start":1714004302839,"stop":1714004302839,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":3,"skipped":0,"passed":85,"unknown":0,"total":88},"items":[{"uid":"b2ad88fa893ae2f5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b2ad88fa893ae2f5","status":"passed","time":{"start":1714454227466,"stop":1714454227466,"duration":0}},{"uid":"4a03d132760f2b26","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4a03d132760f2b26","status":"passed","time":{"start":1714435777394,"stop":1714435777394,"duration":0}},{"uid":"3570ab197ec787e5","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3570ab197ec787e5","status":"passed","time":{"start":1714434844496,"stop":1714434844496,"duration":0}},{"uid":"ce831af68a9751da","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ce831af68a9751da","status":"passed","time":{"start":1714433535967,"stop":1714433535967,"duration":0}},{"uid":"28dc0360bf6b9e5a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/28dc0360bf6b9e5a","status":"passed","time":{"start":1714431743516,"stop":1714431743517,"duration":1}},{"uid":"b54cfa24f97b4f83","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/b54cfa24f97b4f83","status":"passed","time":{"start":1714432002430,"stop":1714432002431,"duration":1}},{"uid":"7b6d57745f3bd0a0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7b6d57745f3bd0a0","status":"passed","time":{"start":1714430732675,"stop":1714430732676,"duration":1}},{"uid":"97a85d2c09bd9830","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/97a85d2c09bd9830","status":"passed","time":{"start":1714430508155,"stop":1714430508156,"duration":1}},{"uid":"d2a9edec55d46cd9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/d2a9edec55d46cd9","status":"passed","time":{"start":1714429693098,"stop":1714429693098,"duration":0}},{"uid":"af4d7721cb7c5e66","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/af4d7721cb7c5e66","status":"passed","time":{"start":1714428818252,"stop":1714428818253,"duration":1}},{"uid":"458fff98c3be782f","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/458fff98c3be782f","status":"passed","time":{"start":1714427601292,"stop":1714427601293,"duration":1}},{"uid":"481c7d591e22f5d9","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/481c7d591e22f5d9","status":"passed","time":{"start":1714427308819,"stop":1714427308819,"duration":0}},{"uid":"1ac6f641b3360b04","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1ac6f641b3360b04","status":"passed","time":{"start":1714426655763,"stop":1714426655765,"duration":2}},{"uid":"c732f945517e8486","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/c732f945517e8486","status":"passed","time":{"start":1714425420728,"stop":1714425420729,"duration":1}},{"uid":"eecc8322216b71bf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/eecc8322216b71bf","status":"passed","time":{"start":1714425137450,"stop":1714425137451,"duration":1}},{"uid":"6c37ea8a9a973324","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6c37ea8a9a973324","status":"passed","time":{"start":1714415306373,"stop":1714415306373,"duration":0}},{"uid":"d2cb9d77b77afd0a","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d2cb9d77b77afd0a","status":"passed","time":{"start":1714415441027,"stop":1714415441027,"duration":0}},{"uid":"3c58c51b8955b46b","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/3c58c51b8955b46b","status":"passed","time":{"start":1714407661409,"stop":1714407661410,"duration":1}},{"uid":"9147932da0c9ddd8","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9147932da0c9ddd8","status":"passed","time":{"start":1714406688864,"stop":1714406688864,"duration":0}},{"uid":"a6fb42ac48fc3a24","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/a6fb42ac48fc3a24","status":"passed","time":{"start":1714404480619,"stop":1714404480620,"duration":1}}]},"5e52352fe1614d2caee48b9f952f71df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96890d1500be1be0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/96890d1500be1be0","status":"passed","time":{"start":1714427908754,"stop":1714427908755,"duration":1}}]},"4c70942eecf8bc7d0a217908c7f07c7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a44d14d5f9774c49","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/a44d14d5f9774c49","status":"passed","time":{"start":1714386653720,"stop":1714386653721,"duration":1}}]},"423233aa943f990d6eeb0deee6e6124f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a412741f404c950","reportUrl":"https://waku-org.github.io/js-waku/6902//#testresult/1a412741f404c950","status":"passed","time":{"start":1714109357872,"stop":1714109357873,"duration":1}}]},"7dee636131b78d39c25dbc56ec55338e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d4742a8b10025343","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d4742a8b10025343","status":"passed","time":{"start":1714429040300,"stop":1714429040300,"duration":0}}]},"5b087e1cb4aa9da284081ba59df18aa6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3011588375ad2f48","reportUrl":"https://waku-org.github.io/js-waku/6917//#testresult/3011588375ad2f48","status":"passed","time":{"start":1714178266907,"stop":1714178266908,"duration":1}}]},"c71a3b88c92e62401c9437e8026fcfc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bef7d66243c01f6c","reportUrl":"https://waku-org.github.io/js-waku/6912//#testresult/bef7d66243c01f6c","status":"passed","time":{"start":1714142016943,"stop":1714142016943,"duration":0}}]},"666e37bde63b5cc6b03e233a3604aa22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"273866fbfc4570e4","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/273866fbfc4570e4","status":"passed","time":{"start":1714425413039,"stop":1714425413039,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"81f3bf36253786c3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/81f3bf36253786c3","status":"passed","time":{"start":1714453933330,"stop":1714453933330,"duration":0}},{"uid":"6795bfb2f8490e82","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/6795bfb2f8490e82","status":"passed","time":{"start":1714435491278,"stop":1714435491279,"duration":1}},{"uid":"b9101cbe54754eae","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b9101cbe54754eae","status":"passed","time":{"start":1714434560390,"stop":1714434560390,"duration":0}},{"uid":"67df424191a9d93c","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/67df424191a9d93c","status":"passed","time":{"start":1714433255370,"stop":1714433255370,"duration":0}},{"uid":"fdb805c5fb276335","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/fdb805c5fb276335","status":"passed","time":{"start":1714431453257,"stop":1714431453258,"duration":1}},{"uid":"dc78050e10c8d9ea","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/dc78050e10c8d9ea","status":"passed","time":{"start":1714431716847,"stop":1714431716847,"duration":0}},{"uid":"7a8c9a8e2f5653b7","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/7a8c9a8e2f5653b7","status":"passed","time":{"start":1714430439300,"stop":1714430439300,"duration":0}},{"uid":"3c77f6eb27aaacbe","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3c77f6eb27aaacbe","status":"passed","time":{"start":1714430231598,"stop":1714430231598,"duration":0}},{"uid":"183c4e897ad48362","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/183c4e897ad48362","status":"passed","time":{"start":1714429393341,"stop":1714429393342,"duration":1}},{"uid":"e124e0f081350cfe","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e124e0f081350cfe","status":"passed","time":{"start":1714428537097,"stop":1714428537098,"duration":1}},{"uid":"4e2aa93d2fff0efc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4e2aa93d2fff0efc","status":"passed","time":{"start":1714427314614,"stop":1714427314614,"duration":0}},{"uid":"8489f1a85f2a1174","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/8489f1a85f2a1174","status":"passed","time":{"start":1714427015810,"stop":1714427015810,"duration":0}},{"uid":"fa4395c405ec7de1","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fa4395c405ec7de1","status":"passed","time":{"start":1714426364727,"stop":1714426364728,"duration":1}},{"uid":"72d52f5533554bab","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/72d52f5533554bab","status":"passed","time":{"start":1714424467255,"stop":1714424467255,"duration":0}},{"uid":"b3b1fbdd51882499","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b3b1fbdd51882499","status":"passed","time":{"start":1714424857613,"stop":1714424857613,"duration":0}},{"uid":"8df696b5f1fb69b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/8df696b5f1fb69b","status":"passed","time":{"start":1714415010214,"stop":1714415010215,"duration":1}},{"uid":"d453e528e00e3207","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d453e528e00e3207","status":"passed","time":{"start":1714415163510,"stop":1714415163510,"duration":0}},{"uid":"b8f9f55ddd12c429","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/b8f9f55ddd12c429","status":"passed","time":{"start":1714407370706,"stop":1714407370707,"duration":1}},{"uid":"964e8aa71810ec68","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/964e8aa71810ec68","status":"passed","time":{"start":1714406397848,"stop":1714406397848,"duration":0}},{"uid":"4752dc8f8e715153","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/4752dc8f8e715153","status":"passed","time":{"start":1714404187699,"stop":1714404187700,"duration":1}}]},"386614ee1c3672bc59782b5d78c2c2a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"8616bbfd1a679822","reportUrl":"https://waku-org.github.io/js-waku/6874//#testresult/8616bbfd1a679822","status":"skipped","statusDetails":"Test ignored","time":{"start":1713889413534,"stop":1713889413534,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"500228db3e6aa166","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/500228db3e6aa166","status":"passed","time":{"start":1714454133736,"stop":1714454133737,"duration":1}},{"uid":"fa70327b6baa81ec","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fa70327b6baa81ec","status":"passed","time":{"start":1714435697058,"stop":1714435697059,"duration":1}},{"uid":"a1721912c5ea8a8d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/a1721912c5ea8a8d","status":"passed","time":{"start":1714434777701,"stop":1714434777701,"duration":0}},{"uid":"e99249fae7a01a28","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e99249fae7a01a28","status":"passed","time":{"start":1714433468579,"stop":1714433468579,"duration":0}},{"uid":"9af82efb68ef6b7a","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9af82efb68ef6b7a","status":"passed","time":{"start":1714431659893,"stop":1714431659893,"duration":0}},{"uid":"6a9f2649a6939b99","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/6a9f2649a6939b99","status":"passed","time":{"start":1714431917003,"stop":1714431917003,"duration":0}},{"uid":"e5cd65285698869b","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e5cd65285698869b","status":"passed","time":{"start":1714430652872,"stop":1714430652873,"duration":1}},{"uid":"41381e7f1e162106","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/41381e7f1e162106","status":"passed","time":{"start":1714430439932,"stop":1714430439933,"duration":1}},{"uid":"1682ba3b61509b27","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1682ba3b61509b27","status":"passed","time":{"start":1714429618770,"stop":1714429618771,"duration":1}},{"uid":"1a115ad5619f9516","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1a115ad5619f9516","status":"passed","time":{"start":1714428758235,"stop":1714428758236,"duration":1}},{"uid":"203159a10cf3f9dc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/203159a10cf3f9dc","status":"passed","time":{"start":1714427532034,"stop":1714427532037,"duration":3}},{"uid":"703c27e78d9d1a1a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/703c27e78d9d1a1a","status":"passed","time":{"start":1714427233653,"stop":1714427233653,"duration":0}},{"uid":"3d78a7e6b83601a5","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3d78a7e6b83601a5","status":"passed","time":{"start":1714426576823,"stop":1714426576823,"duration":0}},{"uid":"4cfbbf34ed8b61ec","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4cfbbf34ed8b61ec","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311925,"stop":1714425311925,"duration":0}},{"uid":"a0b12f1153b4c248","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a0b12f1153b4c248","status":"passed","time":{"start":1714425068148,"stop":1714425068148,"duration":0}},{"uid":"d33a1bbbb1cd65f1","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/d33a1bbbb1cd65f1","status":"passed","time":{"start":1714415236748,"stop":1714415236748,"duration":0}},{"uid":"ceafa8c57f163247","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/ceafa8c57f163247","status":"passed","time":{"start":1714415370286,"stop":1714415370287,"duration":1}},{"uid":"82f4019b1b89c04a","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/82f4019b1b89c04a","status":"passed","time":{"start":1714407592725,"stop":1714407592726,"duration":1}},{"uid":"45a83ef68d264eda","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/45a83ef68d264eda","status":"passed","time":{"start":1714406603012,"stop":1714406603012,"duration":0}},{"uid":"d9d60c3fe11ab32d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d9d60c3fe11ab32d","status":"passed","time":{"start":1714404403091,"stop":1714404403092,"duration":1}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":86,"unknown":0,"total":88},"items":[{"uid":"7a1a3e203790ce33","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7a1a3e203790ce33","status":"passed","time":{"start":1714453985446,"stop":1714453985447,"duration":1}},{"uid":"19d757125cd6b5b","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/19d757125cd6b5b","status":"passed","time":{"start":1714435542753,"stop":1714435542753,"duration":0}},{"uid":"841b7838037976dc","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/841b7838037976dc","status":"passed","time":{"start":1714434612761,"stop":1714434612762,"duration":1}},{"uid":"8bce30b2fbef475f","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/8bce30b2fbef475f","status":"passed","time":{"start":1714433308179,"stop":1714433308179,"duration":0}},{"uid":"bcb9968910cfa453","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bcb9968910cfa453","status":"passed","time":{"start":1714431506873,"stop":1714431506873,"duration":0}},{"uid":"24049094d3ad1eef","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/24049094d3ad1eef","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/enr.node.spec.ts)","time":{"start":1714432105415,"stop":1714432105415,"duration":0}},{"uid":"a245d23f84515dd6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/a245d23f84515dd6","status":"passed","time":{"start":1714430492851,"stop":1714430492853,"duration":2}},{"uid":"bb13e042bf177f30","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/bb13e042bf177f30","status":"broken","statusDetails":"Timeout of 20000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/enr.node.spec.ts)","time":{"start":1714430622336,"stop":1714430622337,"duration":1}},{"uid":"e1a1cb97a2444322","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e1a1cb97a2444322","status":"passed","time":{"start":1714429449945,"stop":1714429449945,"duration":0}},{"uid":"79efd07cee6c1181","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/79efd07cee6c1181","status":"passed","time":{"start":1714428589525,"stop":1714428589525,"duration":0}},{"uid":"e96e12f9735b92f3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e96e12f9735b92f3","status":"passed","time":{"start":1714427369120,"stop":1714427369120,"duration":0}},{"uid":"7c98f2bf56adffac","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/7c98f2bf56adffac","status":"passed","time":{"start":1714427069477,"stop":1714427069477,"duration":0}},{"uid":"3663d2afd43e4105","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/3663d2afd43e4105","status":"passed","time":{"start":1714426418558,"stop":1714426418558,"duration":0}},{"uid":"a36ae81637fb624b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/a36ae81637fb624b","status":"passed","time":{"start":1714424519597,"stop":1714424519597,"duration":0}},{"uid":"659f32707b77b1a3","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/659f32707b77b1a3","status":"passed","time":{"start":1714424910638,"stop":1714424910638,"duration":0}},{"uid":"ebc83da40f4b0ce9","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ebc83da40f4b0ce9","status":"passed","time":{"start":1714415063343,"stop":1714415063343,"duration":0}},{"uid":"3134ed10d6a7f21c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3134ed10d6a7f21c","status":"passed","time":{"start":1714415216632,"stop":1714415216632,"duration":0}},{"uid":"f55b50ee961acff9","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f55b50ee961acff9","status":"passed","time":{"start":1714407423288,"stop":1714407423288,"duration":0}},{"uid":"8cfef2a8f10c2207","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8cfef2a8f10c2207","status":"passed","time":{"start":1714406451752,"stop":1714406451753,"duration":1}},{"uid":"afae65287f884526","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/afae65287f884526","status":"passed","time":{"start":1714404241576,"stop":1714404241576,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":85,"unknown":0,"total":86},"items":[{"uid":"6109428a37ce9ad2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6109428a37ce9ad2","status":"passed","time":{"start":1714454053295,"stop":1714454053296,"duration":1}},{"uid":"24f62ea25968c841","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/24f62ea25968c841","status":"passed","time":{"start":1714435613232,"stop":1714435613232,"duration":0}},{"uid":"ca916360182f8838","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/ca916360182f8838","status":"passed","time":{"start":1714434679105,"stop":1714434679105,"duration":0}},{"uid":"ed20472f54c0fe20","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/ed20472f54c0fe20","status":"passed","time":{"start":1714433372670,"stop":1714433372670,"duration":0}},{"uid":"a83cd12f3a703b66","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a83cd12f3a703b66","status":"passed","time":{"start":1714431568999,"stop":1714431568999,"duration":0}},{"uid":"3ef53ec0ace8d891","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/3ef53ec0ace8d891","status":"passed","time":{"start":1714431828082,"stop":1714431828082,"duration":0}},{"uid":"c453942fe4a28641","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c453942fe4a28641","status":"passed","time":{"start":1714430556002,"stop":1714430556002,"duration":0}},{"uid":"9bf414cd13714b33","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9bf414cd13714b33","status":"passed","time":{"start":1714430344115,"stop":1714430344115,"duration":0}},{"uid":"6c5d720fa1553dab","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6c5d720fa1553dab","status":"passed","time":{"start":1714429520843,"stop":1714429520844,"duration":1}},{"uid":"773f79d9b694c3d6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/773f79d9b694c3d6","status":"passed","time":{"start":1714428655269,"stop":1714428655269,"duration":0}},{"uid":"14461612b0c9e55c","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/14461612b0c9e55c","status":"passed","time":{"start":1714427432032,"stop":1714427432032,"duration":0}},{"uid":"638b36907116c35a","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/638b36907116c35a","status":"passed","time":{"start":1714427143090,"stop":1714427143090,"duration":0}},{"uid":"ac10250a6373bdd4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/ac10250a6373bdd4","status":"passed","time":{"start":1714426485126,"stop":1714426485126,"duration":0}},{"uid":"e2d4a61f5a5fb897","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e2d4a61f5a5fb897","status":"passed","time":{"start":1714424814925,"stop":1714424814925,"duration":0}},{"uid":"a12da80072ec7be1","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a12da80072ec7be1","status":"passed","time":{"start":1714424973889,"stop":1714424973889,"duration":0}},{"uid":"fe3d46db4c6778c7","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/fe3d46db4c6778c7","status":"passed","time":{"start":1714415128244,"stop":1714415128245,"duration":1}},{"uid":"d918087b22e53ba7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/d918087b22e53ba7","status":"passed","time":{"start":1714415288031,"stop":1714415288032,"duration":1}},{"uid":"d16b61705134b23c","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d16b61705134b23c","status":"passed","time":{"start":1714407495708,"stop":1714407495708,"duration":0}},{"uid":"a1a73ae09bcfed2c","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a1a73ae09bcfed2c","status":"passed","time":{"start":1714406516594,"stop":1714406516594,"duration":0}},{"uid":"aaf6461677aebb04","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/aaf6461677aebb04","status":"passed","time":{"start":1714404304974,"stop":1714404304974,"duration":0}}]},"24cb1b972045af456ce5410f2eb23b67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"536e118c1472b5c1","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/536e118c1472b5c1","status":"passed","time":{"start":1714123010193,"stop":1714123010193,"duration":0}}]},"79a040877cdec17a2c5df09d6c4a1232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66b9ad19d2ae6c8a","reportUrl":"https://waku-org.github.io/js-waku/6881//#testresult/66b9ad19d2ae6c8a","status":"passed","time":{"start":1713987658231,"stop":1713987658231,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"9300e0413272eff7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9300e0413272eff7","status":"passed","time":{"start":1714454530136,"stop":1714454530136,"duration":0}},{"uid":"4eb2ecc1c6f565fb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4eb2ecc1c6f565fb","status":"passed","time":{"start":1714436093937,"stop":1714436093938,"duration":1}},{"uid":"df045fe362b3025c","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/df045fe362b3025c","status":"passed","time":{"start":1714435157479,"stop":1714435157480,"duration":1}},{"uid":"43ca9d41162595b5","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/43ca9d41162595b5","status":"passed","time":{"start":1714433840517,"stop":1714433840518,"duration":1}},{"uid":"9137b022a750b6c2","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/9137b022a750b6c2","status":"passed","time":{"start":1714432045262,"stop":1714432045263,"duration":1}},{"uid":"95fbe1f1bcf8cd6b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/95fbe1f1bcf8cd6b","status":"passed","time":{"start":1714432344099,"stop":1714432344099,"duration":0}},{"uid":"af7146d3eae9b5cd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/af7146d3eae9b5cd","status":"passed","time":{"start":1714431036769,"stop":1714431036770,"duration":1}},{"uid":"9cf443a5bf99daca","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/9cf443a5bf99daca","status":"passed","time":{"start":1714430859707,"stop":1714430859708,"duration":1}},{"uid":"1f0b12c8693c6015","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/1f0b12c8693c6015","status":"passed","time":{"start":1714430007476,"stop":1714430007477,"duration":1}},{"uid":"7cb41b78c728d2b9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7cb41b78c728d2b9","status":"passed","time":{"start":1714429133183,"stop":1714429133184,"duration":1}},{"uid":"6f62884ef4a73d94","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/6f62884ef4a73d94","status":"passed","time":{"start":1714427891811,"stop":1714427891812,"duration":1}},{"uid":"19e651cb61d019ce","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/19e651cb61d019ce","status":"passed","time":{"start":1714427613501,"stop":1714427613502,"duration":1}},{"uid":"d9dc5c5758d445dd","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/d9dc5c5758d445dd","status":"passed","time":{"start":1714426967427,"stop":1714426967433,"duration":6}},{"uid":"620f56fc248119f5","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/620f56fc248119f5","status":"passed","time":{"start":1714425663093,"stop":1714425663093,"duration":0}},{"uid":"acc348a8bf5ccd48","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/acc348a8bf5ccd48","status":"passed","time":{"start":1714425451136,"stop":1714425451137,"duration":1}},{"uid":"e1fe0d01a17c08d4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e1fe0d01a17c08d4","status":"passed","time":{"start":1714415638846,"stop":1714415638846,"duration":0}},{"uid":"4d42b7e904ac8530","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4d42b7e904ac8530","status":"passed","time":{"start":1714415763437,"stop":1714415763439,"duration":2}},{"uid":"c5773252e50e1269","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/c5773252e50e1269","status":"passed","time":{"start":1714407962985,"stop":1714407962987,"duration":2}},{"uid":"9e708748a2cd4679","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/9e708748a2cd4679","status":"passed","time":{"start":1714407006182,"stop":1714407006183,"duration":1}},{"uid":"cf1ba06b4f33c5ad","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/cf1ba06b4f33c5ad","status":"passed","time":{"start":1714404780879,"stop":1714404780881,"duration":2}}]},"c35ebe1236369721816f08f290e6feed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9032bb9ad5af7ba7","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/9032bb9ad5af7ba7","status":"passed","time":{"start":1714219167800,"stop":1714219167801,"duration":1}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"a5de0bca57562b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a5de0bca57562b2","status":"passed","time":{"start":1714454507906,"stop":1714454507906,"duration":0}},{"uid":"992ff8bbe8d9ef39","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/992ff8bbe8d9ef39","status":"passed","time":{"start":1714436048755,"stop":1714436048755,"duration":0}},{"uid":"18a53f7da6309c27","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/18a53f7da6309c27","status":"passed","time":{"start":1714435155777,"stop":1714435155778,"duration":1}},{"uid":"6066c3ad1b7fc641","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/6066c3ad1b7fc641","status":"passed","time":{"start":1714433815796,"stop":1714433815796,"duration":0}},{"uid":"10365153f524e3e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/10365153f524e3e","status":"passed","time":{"start":1714432025725,"stop":1714432025725,"duration":0}},{"uid":"71a871f08185ee7f","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/71a871f08185ee7f","status":"passed","time":{"start":1714432319348,"stop":1714432319348,"duration":0}},{"uid":"80349372df67b736","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/80349372df67b736","status":"passed","time":{"start":1714431035243,"stop":1714431035243,"duration":0}},{"uid":"7000381405188afb","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/7000381405188afb","status":"passed","time":{"start":1714430851123,"stop":1714430851123,"duration":0}},{"uid":"2eff5df7dc8f679f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/2eff5df7dc8f679f","status":"passed","time":{"start":1714429998308,"stop":1714429998309,"duration":1}},{"uid":"927d4bbed362b2cf","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/927d4bbed362b2cf","status":"passed","time":{"start":1714429123414,"stop":1714429123415,"duration":1}},{"uid":"d8b9717b9e607cf7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d8b9717b9e607cf7","status":"passed","time":{"start":1714427908740,"stop":1714427908741,"duration":1}},{"uid":"b3ca0dfd893333b1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/b3ca0dfd893333b1","status":"passed","time":{"start":1714427590257,"stop":1714427590257,"duration":0}},{"uid":"5c69492dff8a1780","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/5c69492dff8a1780","status":"passed","time":{"start":1714426950361,"stop":1714426950361,"duration":0}},{"uid":"d811ce599b3bddf2","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/d811ce599b3bddf2","status":"passed","time":{"start":1714425413016,"stop":1714425413016,"duration":0}},{"uid":"b9b65a906848095c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b9b65a906848095c","status":"passed","time":{"start":1714425435621,"stop":1714425435621,"duration":0}},{"uid":"abc0a6d0381dee45","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/abc0a6d0381dee45","status":"passed","time":{"start":1714415590168,"stop":1714415590170,"duration":2}},{"uid":"5857f376c3b2151c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/5857f376c3b2151c","status":"passed","time":{"start":1714415739331,"stop":1714415739332,"duration":1}},{"uid":"9280b2cee25877f2","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9280b2cee25877f2","status":"passed","time":{"start":1714407950130,"stop":1714407950131,"duration":1}},{"uid":"115144b4b1dd773d","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/115144b4b1dd773d","status":"passed","time":{"start":1714406978475,"stop":1714406978476,"duration":1}},{"uid":"61850fb3a0c66cae","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/61850fb3a0c66cae","status":"passed","time":{"start":1714404752160,"stop":1714404752161,"duration":1}}]},"c9ddda9910ded34db4a4069286cf836a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d597e23e6038d658","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/d597e23e6038d658","status":"passed","time":{"start":1714045859269,"stop":1714045859270,"duration":1}}]},"2556fe948f1902cce4c3d7b5ea487845:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a75f7344183279e","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/3a75f7344183279e","status":"passed","time":{"start":1714122791321,"stop":1714122791322,"duration":1}}]},"34b2dd358db1cbf22bee1d94186128a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e67ca283943ad40","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/e67ca283943ad40","status":"passed","time":{"start":1714046099947,"stop":1714046099948,"duration":1}}]},"e745fba74d8bdf66c7b945f53df4c921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e082b167517bdaa","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/e082b167517bdaa","status":"passed","time":{"start":1713988905024,"stop":1713988905025,"duration":1}}]},"4a6e14baf88230ec47bdbc110210b2e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"734ef12af19b89ea","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/734ef12af19b89ea","status":"passed","time":{"start":1714436048760,"stop":1714436048760,"duration":0}}]},"f42df90be7f2801c2d67ee1f8dc58e46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":1,"passed":0,"unknown":0,"total":1},"items":[{"uid":"5211fbd6a9804ded","reportUrl":"https://waku-org.github.io/js-waku/6876//#testresult/5211fbd6a9804ded","status":"skipped","statusDetails":"Test ignored","time":{"start":1713969108303,"stop":1713969108303,"duration":0}}]},"f1421fa1cccdad97364064d82a5d2261:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5553bda8a4c66a36","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5553bda8a4c66a36","status":"passed","time":{"start":1714454434335,"stop":1714454434335,"duration":0}}]},"eb91487ac40480455129b5385b1e47e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"41d2939529d225aa","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/41d2939529d225aa","status":"passed","time":{"start":1714080270446,"stop":1714080270446,"duration":0}}]},"77e044ea6ceec1ce926842982781b798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d73c96cd471e611","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/9d73c96cd471e611","status":"passed","time":{"start":1713997908348,"stop":1713997908349,"duration":1}}]},"a8b4aaba8dfdcf19ed96c08a3ff77606:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"40d52b67fe0648e2","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/40d52b67fe0648e2","status":"passed","time":{"start":1714432303170,"stop":1714432303171,"duration":1}}]},"cfd128b4a34c2691c3ae886dbd998451:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f27a421ffb657fe0","reportUrl":"https://waku-org.github.io/js-waku/6923//#testresult/f27a421ffb657fe0","status":"passed","time":{"start":1714380035068,"stop":1714380035069,"duration":1}}]},"2ba98fef4f1091e9b65983b6e9fc1d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e148ba0dd72a079a","reportUrl":"https://waku-org.github.io/js-waku/6896//#testresult/e148ba0dd72a079a","status":"passed","time":{"start":1714046211330,"stop":1714046211330,"duration":0}}]},"2b23d75541011ced1ebf141a4ade7d69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b426a90476a53978","reportUrl":"https://waku-org.github.io/js-waku/6894//#testresult/b426a90476a53978","status":"passed","time":{"start":1714045859264,"stop":1714045859264,"duration":0}}]},"1e00da08896775ebd0f25d4fe56fa346:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e03b046a3c4269ea","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/e03b046a3c4269ea","status":"passed","time":{"start":1714430813953,"stop":1714430813953,"duration":0}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"3371c8a123abc729","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3371c8a123abc729","status":"passed","time":{"start":1714454530135,"stop":1714454530135,"duration":0}},{"uid":"8e6165b191d9f9f6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/8e6165b191d9f9f6","status":"passed","time":{"start":1714436093937,"stop":1714436093937,"duration":0}},{"uid":"3a8e94065cee275","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/3a8e94065cee275","status":"passed","time":{"start":1714435157476,"stop":1714435157476,"duration":0}},{"uid":"c60dc88e52050c99","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c60dc88e52050c99","status":"passed","time":{"start":1714433840516,"stop":1714433840517,"duration":1}},{"uid":"7faa0a3729dd6526","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/7faa0a3729dd6526","status":"passed","time":{"start":1714432045261,"stop":1714432045261,"duration":0}},{"uid":"2b4d5ad1f0554e1d","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/2b4d5ad1f0554e1d","status":"passed","time":{"start":1714432344098,"stop":1714432344098,"duration":0}},{"uid":"6822036007c86ca8","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6822036007c86ca8","status":"passed","time":{"start":1714431036768,"stop":1714431036768,"duration":0}},{"uid":"cc3a7fe58fbcd7df","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/cc3a7fe58fbcd7df","status":"passed","time":{"start":1714430859702,"stop":1714430859703,"duration":1}},{"uid":"16d6e783ace0ac92","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/16d6e783ace0ac92","status":"passed","time":{"start":1714430007475,"stop":1714430007476,"duration":1}},{"uid":"2231a72c7e1b493b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/2231a72c7e1b493b","status":"passed","time":{"start":1714429133180,"stop":1714429133181,"duration":1}},{"uid":"c79bc9b3beaf7850","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c79bc9b3beaf7850","status":"passed","time":{"start":1714427891810,"stop":1714427891810,"duration":0}},{"uid":"bd8a95fefd3d133e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/bd8a95fefd3d133e","status":"passed","time":{"start":1714427613500,"stop":1714427613501,"duration":1}},{"uid":"912a497257133b8f","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/912a497257133b8f","status":"passed","time":{"start":1714426967426,"stop":1714426967426,"duration":0}},{"uid":"b2e0b338d4e83a77","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/b2e0b338d4e83a77","status":"passed","time":{"start":1714425663092,"stop":1714425663092,"duration":0}},{"uid":"a9183da34c4004b2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/a9183da34c4004b2","status":"passed","time":{"start":1714425451134,"stop":1714425451135,"duration":1}},{"uid":"3a163f1ed87ab419","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3a163f1ed87ab419","status":"passed","time":{"start":1714415638840,"stop":1714415638845,"duration":5}},{"uid":"4ee8328514f845e8","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/4ee8328514f845e8","status":"passed","time":{"start":1714415763435,"stop":1714415763436,"duration":1}},{"uid":"5be0b4cb78f15f7d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/5be0b4cb78f15f7d","status":"passed","time":{"start":1714407962983,"stop":1714407962984,"duration":1}},{"uid":"bc14480aaead1acf","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/bc14480aaead1acf","status":"passed","time":{"start":1714407006178,"stop":1714407006181,"duration":3}},{"uid":"d99af951739c9520","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/d99af951739c9520","status":"passed","time":{"start":1714404780879,"stop":1714404780879,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"3d3b31a8f55795d2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3d3b31a8f55795d2","status":"passed","time":{"start":1714453933336,"stop":1714453933336,"duration":0}},{"uid":"df82b44bbad27bb0","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/df82b44bbad27bb0","status":"passed","time":{"start":1714435491291,"stop":1714435491291,"duration":0}},{"uid":"f4c82ccbe059c34f","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f4c82ccbe059c34f","status":"passed","time":{"start":1714434560398,"stop":1714434560398,"duration":0}},{"uid":"4d27b15da91999dd","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/4d27b15da91999dd","status":"passed","time":{"start":1714433255378,"stop":1714433255378,"duration":0}},{"uid":"690dc93764b157fa","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/690dc93764b157fa","status":"passed","time":{"start":1714431453273,"stop":1714431453273,"duration":0}},{"uid":"a300d8f8d13510e7","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/a300d8f8d13510e7","status":"passed","time":{"start":1714431716853,"stop":1714431716853,"duration":0}},{"uid":"71254b54cfe657f2","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/71254b54cfe657f2","status":"passed","time":{"start":1714430439314,"stop":1714430439314,"duration":0}},{"uid":"320f427efd88f949","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/320f427efd88f949","status":"passed","time":{"start":1714430231609,"stop":1714430231609,"duration":0}},{"uid":"59d617a6c1bc7795","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/59d617a6c1bc7795","status":"passed","time":{"start":1714429393354,"stop":1714429393354,"duration":0}},{"uid":"1c47cde376393287","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1c47cde376393287","status":"passed","time":{"start":1714428537105,"stop":1714428537105,"duration":0}},{"uid":"4bc8fa3352037403","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4bc8fa3352037403","status":"passed","time":{"start":1714427314625,"stop":1714427314626,"duration":1}},{"uid":"39f649e1ab8d9450","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/39f649e1ab8d9450","status":"passed","time":{"start":1714427015822,"stop":1714427015822,"duration":0}},{"uid":"60a4fd181a5b9ebf","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/60a4fd181a5b9ebf","status":"passed","time":{"start":1714426364739,"stop":1714426364740,"duration":1}},{"uid":"af1369f5e7198ef","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/af1369f5e7198ef","status":"passed","time":{"start":1714424467267,"stop":1714424467267,"duration":0}},{"uid":"b06f6360b01c07d9","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/b06f6360b01c07d9","status":"passed","time":{"start":1714424857619,"stop":1714424857619,"duration":0}},{"uid":"aed9616e7ecb3544","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/aed9616e7ecb3544","status":"passed","time":{"start":1714415010227,"stop":1714415010227,"duration":0}},{"uid":"703b4b342faa422c","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/703b4b342faa422c","status":"passed","time":{"start":1714415163525,"stop":1714415163525,"duration":0}},{"uid":"201a4cb11a479625","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/201a4cb11a479625","status":"passed","time":{"start":1714407370713,"stop":1714407370713,"duration":0}},{"uid":"5146785bcb7feb49","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5146785bcb7feb49","status":"passed","time":{"start":1714406397859,"stop":1714406397860,"duration":1}},{"uid":"efedca6588cf283","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/efedca6588cf283","status":"passed","time":{"start":1714404187712,"stop":1714404187712,"duration":0}}]},"34c0fea312aea3afa3a2ff3b07aa7a2a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4822e593490e8ea1","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/4822e593490e8ea1","status":"passed","time":{"start":1714435697065,"stop":1714435697066,"duration":1}}]},"383d72a60587af97d82479d4d5eb0fec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a367ee15016978c9","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/a367ee15016978c9","status":"passed","time":{"start":1714429973510,"stop":1714429973511,"duration":1}}]},"ec4bd7a44d4a5e82e8234bf0e5685f41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3fe19c0d3be291e0","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/3fe19c0d3be291e0","status":"passed","time":{"start":1714262098528,"stop":1714262098528,"duration":0}}]},"a02b4b1cbff8f26b8559cb1d0bd5bb24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e1ce447ac36dd6e8","reportUrl":"https://waku-org.github.io/js-waku/6919//#testresult/e1ce447ac36dd6e8","status":"passed","time":{"start":1714262212391,"stop":1714262212391,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":7,"skipped":0,"passed":81,"unknown":0,"total":88},"items":[{"uid":"544721888cbb5c68","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/544721888cbb5c68","status":"passed","time":{"start":1714454429791,"stop":1714454429791,"duration":0}},{"uid":"d0eed6f8c22e140f","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/d0eed6f8c22e140f","status":"passed","time":{"start":1714435983375,"stop":1714435983378,"duration":3}},{"uid":"c6a4d6098f9dde07","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c6a4d6098f9dde07","status":"passed","time":{"start":1714435051941,"stop":1714435051942,"duration":1}},{"uid":"a8b5bcc37d8dc734","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/a8b5bcc37d8dc734","status":"passed","time":{"start":1714433741787,"stop":1714433741788,"duration":1}},{"uid":"c672e3146f133829","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/c672e3146f133829","status":"passed","time":{"start":1714431944901,"stop":1714431944902,"duration":1}},{"uid":"1d1a0d5b2f1d5066","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/1d1a0d5b2f1d5066","status":"passed","time":{"start":1714432240087,"stop":1714432240088,"duration":1}},{"uid":"e252adfb1d020bec","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/e252adfb1d020bec","status":"passed","time":{"start":1714430938916,"stop":1714430938917,"duration":1}},{"uid":"c66d41746ef36df0","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/c66d41746ef36df0","status":"passed","time":{"start":1714430755763,"stop":1714430755764,"duration":1}},{"uid":"6103fcdb74cddca8","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/6103fcdb74cddca8","status":"passed","time":{"start":1714429913424,"stop":1714429913424,"duration":0}},{"uid":"7ab69f018f4441d0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7ab69f018f4441d0","status":"passed","time":{"start":1714429034572,"stop":1714429034573,"duration":1}},{"uid":"41cd960e107c0249","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/41cd960e107c0249","status":"passed","time":{"start":1714427765139,"stop":1714427765140,"duration":1}},{"uid":"ea8bc12b60660db5","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ea8bc12b60660db5","status":"passed","time":{"start":1714427509513,"stop":1714427509513,"duration":0}},{"uid":"7926649fd07b82fa","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/7926649fd07b82fa","status":"passed","time":{"start":1714426865265,"stop":1714426865266,"duration":1}},{"uid":"8a17e4f3ad23e501","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/8a17e4f3ad23e501","status":"passed","time":{"start":1714425536873,"stop":1714425536874,"duration":1}},{"uid":"ec0e14a47ea3ae05","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/ec0e14a47ea3ae05","status":"passed","time":{"start":1714425348179,"stop":1714425348179,"duration":0}},{"uid":"3a60525fd92fa4a4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/3a60525fd92fa4a4","status":"passed","time":{"start":1714415541643,"stop":1714415541643,"duration":0}},{"uid":"3f23b8a949f53b08","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/3f23b8a949f53b08","status":"passed","time":{"start":1714415666674,"stop":1714415666674,"duration":0}},{"uid":"a0ae56d1c15ffb3d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a0ae56d1c15ffb3d","status":"passed","time":{"start":1714407867316,"stop":1714407867317,"duration":1}},{"uid":"953587a23afcee98","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/953587a23afcee98","status":"passed","time":{"start":1714406901744,"stop":1714406901745,"duration":1}},{"uid":"ad14f18ec8176a9d","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/ad14f18ec8176a9d","status":"passed","time":{"start":1714404685930,"stop":1714404685930,"duration":0}}]},"985f4977b9c30d8bc7e158a731f569e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b20697178e69dc83","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/b20697178e69dc83","status":"passed","time":{"start":1714385733966,"stop":1714385733967,"duration":1}}]},"5df5c9bc8d126f60c708c92048aac4d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d54f5039eb7d0b06","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/d54f5039eb7d0b06","status":"passed","time":{"start":1713976155470,"stop":1713976155470,"duration":0}}]},"38d2b643b827fc4166c718768721a1a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19ddea207e60da59","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/19ddea207e60da59","status":"passed","time":{"start":1714406861600,"stop":1714406861600,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"b47384f4ebcd3e3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b47384f4ebcd3e3","status":"passed","time":{"start":1714453949190,"stop":1714453949190,"duration":0}},{"uid":"a8c4393ad17700ce","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/a8c4393ad17700ce","status":"passed","time":{"start":1714435506838,"stop":1714435506838,"duration":0}},{"uid":"983d130dd159e333","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/983d130dd159e333","status":"passed","time":{"start":1714434576208,"stop":1714434576209,"duration":1}},{"uid":"c5e12311e027ed41","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c5e12311e027ed41","status":"passed","time":{"start":1714433271079,"stop":1714433271079,"duration":0}},{"uid":"428b1defe92f29c8","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/428b1defe92f29c8","status":"passed","time":{"start":1714431469027,"stop":1714431469027,"duration":0}},{"uid":"de3f0fa8048c78ff","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/de3f0fa8048c78ff","status":"passed","time":{"start":1714431732700,"stop":1714431732700,"duration":0}},{"uid":"6cac6df5235776a0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/6cac6df5235776a0","status":"passed","time":{"start":1714430455641,"stop":1714430455641,"duration":0}},{"uid":"3627bf858c30c3d","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3627bf858c30c3d","status":"passed","time":{"start":1714430247321,"stop":1714430247321,"duration":0}},{"uid":"69eaff16786c641d","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/69eaff16786c641d","status":"passed","time":{"start":1714429410959,"stop":1714429410960,"duration":1}},{"uid":"3b8adf2d8793e131","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/3b8adf2d8793e131","status":"passed","time":{"start":1714428553099,"stop":1714428553099,"duration":0}},{"uid":"d01dd63f72a6c76e","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d01dd63f72a6c76e","status":"passed","time":{"start":1714427330822,"stop":1714427330822,"duration":0}},{"uid":"fdaeb60a9f415d1","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/fdaeb60a9f415d1","status":"passed","time":{"start":1714427031435,"stop":1714427031436,"duration":1}},{"uid":"fd5933e2645741a3","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/fd5933e2645741a3","status":"passed","time":{"start":1714426381043,"stop":1714426381043,"duration":0}},{"uid":"4b1083e328b7ca4c","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/4b1083e328b7ca4c","status":"passed","time":{"start":1714424483029,"stop":1714424483030,"duration":1}},{"uid":"2c91c928af8062c0","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2c91c928af8062c0","status":"passed","time":{"start":1714424873553,"stop":1714424873553,"duration":0}},{"uid":"10d5d07343223233","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/10d5d07343223233","status":"passed","time":{"start":1714415026650,"stop":1714415026651,"duration":1}},{"uid":"30f259db5246d3ef","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/30f259db5246d3ef","status":"passed","time":{"start":1714415179597,"stop":1714415179597,"duration":0}},{"uid":"e01d6e19bd319fdb","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/e01d6e19bd319fdb","status":"passed","time":{"start":1714407386565,"stop":1714407386566,"duration":1}},{"uid":"25798dd684e408a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/25798dd684e408a","status":"passed","time":{"start":1714406414099,"stop":1714406414099,"duration":0}},{"uid":"e3577ffc86845fbe","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e3577ffc86845fbe","status":"passed","time":{"start":1714404203703,"stop":1714404203703,"duration":0}}]},"7fa39daa2d1ee7af47244c9cecc6f998:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5927bf7bf42e87e7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/5927bf7bf42e87e7","status":"passed","time":{"start":1714427856108,"stop":1714427856108,"duration":0}}]},"0e55bc0d84518fccea90ae559a8f869c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c14efd44877805ad","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/c14efd44877805ad","status":"passed","time":{"start":1714435115849,"stop":1714435115850,"duration":1}}]},"60ff614109c99e7f31ddabca026daa6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f7d25161b7c7090","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/5f7d25161b7c7090","status":"passed","time":{"start":1714406971791,"stop":1714406971792,"duration":1}}]},"944d238121ddabcbd39b0a4b6c7da63c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21357bae6d1daa82","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/21357bae6d1daa82","status":"passed","time":{"start":1714139910949,"stop":1714139910949,"duration":0}}]},"401837cfbbdc4370e47b4cd3988c6014:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"22c8dd54be5d1e6d","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/22c8dd54be5d1e6d","status":"passed","time":{"start":1714385794765,"stop":1714385794765,"duration":0}}]},"0018265be8043c16b03e718a69407037:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c9ba9b95d86c6f","reportUrl":"https://waku-org.github.io/js-waku/6882//#testresult/c9ba9b95d86c6f","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1713989201030,"stop":1713989201030,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"4b32203bcaed95b7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4b32203bcaed95b7","status":"passed","time":{"start":1714453948678,"stop":1714453948678,"duration":0}},{"uid":"fe8cb6c202fd3584","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/fe8cb6c202fd3584","status":"passed","time":{"start":1714435506555,"stop":1714435506556,"duration":1}},{"uid":"d5d3a022dcd92904","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/d5d3a022dcd92904","status":"passed","time":{"start":1714434575697,"stop":1714434575697,"duration":0}},{"uid":"c456fb78a85f1063","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/c456fb78a85f1063","status":"passed","time":{"start":1714433270291,"stop":1714433270291,"duration":0}},{"uid":"a6e5c5ed9659f081","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a6e5c5ed9659f081","status":"passed","time":{"start":1714431468643,"stop":1714431468643,"duration":0}},{"uid":"41354521c9178dc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/41354521c9178dc","status":"passed","time":{"start":1714431732339,"stop":1714431732339,"duration":0}},{"uid":"504c55831086e1dd","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/504c55831086e1dd","status":"passed","time":{"start":1714430455366,"stop":1714430455366,"duration":0}},{"uid":"ba449bc3ef6b7ae6","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/ba449bc3ef6b7ae6","status":"passed","time":{"start":1714430246804,"stop":1714430246804,"duration":0}},{"uid":"99f543256ed9436e","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/99f543256ed9436e","status":"passed","time":{"start":1714429410651,"stop":1714429410652,"duration":1}},{"uid":"c5921a83c69401d0","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c5921a83c69401d0","status":"passed","time":{"start":1714428552779,"stop":1714428552779,"duration":0}},{"uid":"fcd3c3b6a6d42850","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/fcd3c3b6a6d42850","status":"passed","time":{"start":1714427330589,"stop":1714427330589,"duration":0}},{"uid":"ffbbbd3dc97fb1c3","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ffbbbd3dc97fb1c3","status":"passed","time":{"start":1714427031093,"stop":1714427031094,"duration":1}},{"uid":"35dee374f51d6298","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/35dee374f51d6298","status":"passed","time":{"start":1714426380206,"stop":1714426380207,"duration":1}},{"uid":"ec83f92e25867110","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/ec83f92e25867110","status":"passed","time":{"start":1714424482576,"stop":1714424482576,"duration":0}},{"uid":"88966988db2f28c","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/88966988db2f28c","status":"passed","time":{"start":1714424873145,"stop":1714424873146,"duration":1}},{"uid":"9726f560d877f6f3","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/9726f560d877f6f3","status":"passed","time":{"start":1714415026102,"stop":1714415026103,"duration":1}},{"uid":"94a7be54bcf264e3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/94a7be54bcf264e3","status":"passed","time":{"start":1714415179178,"stop":1714415179178,"duration":0}},{"uid":"83f2cb75a1ac0d03","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/83f2cb75a1ac0d03","status":"passed","time":{"start":1714407386158,"stop":1714407386158,"duration":0}},{"uid":"8a94a512a7923ae","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/8a94a512a7923ae","status":"passed","time":{"start":1714406413851,"stop":1714406413851,"duration":0}},{"uid":"6dd0c4d259f3414a","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/6dd0c4d259f3414a","status":"passed","time":{"start":1714404203417,"stop":1714404203417,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":8,"skipped":0,"passed":78,"unknown":0,"total":86},"items":[{"uid":"d11c7eb94b0582e1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d11c7eb94b0582e1","status":"passed","time":{"start":1714454507879,"stop":1714454507880,"duration":1}},{"uid":"eb994a7de40df0dd","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/eb994a7de40df0dd","status":"passed","time":{"start":1714436048751,"stop":1714436048751,"duration":0}},{"uid":"5ac56668f866359d","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5ac56668f866359d","status":"passed","time":{"start":1714435155764,"stop":1714435155765,"duration":1}},{"uid":"80ec5cb8389d3828","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/80ec5cb8389d3828","status":"passed","time":{"start":1714433815787,"stop":1714433815788,"duration":1}},{"uid":"aa54c38576aab6cd","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/aa54c38576aab6cd","status":"passed","time":{"start":1714432025721,"stop":1714432025721,"duration":0}},{"uid":"f70fb6922309db13","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/f70fb6922309db13","status":"passed","time":{"start":1714432319344,"stop":1714432319344,"duration":0}},{"uid":"f8f3332cc68b13bf","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/f8f3332cc68b13bf","status":"passed","time":{"start":1714431035239,"stop":1714431035239,"duration":0}},{"uid":"3b0454470d336bc8","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/3b0454470d336bc8","status":"passed","time":{"start":1714430851110,"stop":1714430851110,"duration":0}},{"uid":"de93d0372e6e336f","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/de93d0372e6e336f","status":"passed","time":{"start":1714429998269,"stop":1714429998269,"duration":0}},{"uid":"4bca47cebc7e051d","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/4bca47cebc7e051d","status":"passed","time":{"start":1714429123406,"stop":1714429123407,"duration":1}},{"uid":"da77b73ddb690e48","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/da77b73ddb690e48","status":"passed","time":{"start":1714427908721,"stop":1714427908721,"duration":0}},{"uid":"ef27db03b07b060e","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/ef27db03b07b060e","status":"passed","time":{"start":1714427590249,"stop":1714427590250,"duration":1}},{"uid":"bf4f7b4ea1ee52bd","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/bf4f7b4ea1ee52bd","status":"passed","time":{"start":1714426950357,"stop":1714426950357,"duration":0}},{"uid":"cd74a8f96a1c2c7b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cd74a8f96a1c2c7b","status":"passed","time":{"start":1714425413011,"stop":1714425413011,"duration":0}},{"uid":"24c01436c93985d2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/24c01436c93985d2","status":"passed","time":{"start":1714425435613,"stop":1714425435613,"duration":0}},{"uid":"57cb31cd8beec521","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/57cb31cd8beec521","status":"passed","time":{"start":1714415590160,"stop":1714415590161,"duration":1}},{"uid":"e1e469fc55fb09d7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/e1e469fc55fb09d7","status":"passed","time":{"start":1714415739327,"stop":1714415739327,"duration":0}},{"uid":"a2f65b76a8a412bf","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/a2f65b76a8a412bf","status":"passed","time":{"start":1714407950112,"stop":1714407950121,"duration":9}},{"uid":"12f99b85229369b7","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/12f99b85229369b7","status":"passed","time":{"start":1714406978451,"stop":1714406978461,"duration":10}},{"uid":"bc07724c6e2f9fb0","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bc07724c6e2f9fb0","status":"passed","time":{"start":1714404752145,"stop":1714404752145,"duration":0}}]},"87f65eefc4cc21ef43052e4a4114ae6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"cb3fb51aaab49757","reportUrl":"https://waku-org.github.io/js-waku/6883//#testresult/cb3fb51aaab49757","status":"broken","statusDetails":"Pubsub topic not configured: decoder is configured for pubsub topic /waku/2/rs/1/4 but this subscription is for pubsub topic /waku/2/default-waku/proto. Please create a new Subscription for the different pubsub topic.","time":{"start":1713998725128,"stop":1713998725129,"duration":1}}]},"02709088c534d00446adce6b44c12eb5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6eee1f4fac5a0b7","reportUrl":"https://waku-org.github.io/js-waku/6892//#testresult/d6eee1f4fac5a0b7","status":"passed","time":{"start":1714039037193,"stop":1714039037194,"duration":1}}]},"d44696f46c00a2c6119896ad50a71434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0a6354f4372b884","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/e0a6354f4372b884","status":"passed","time":{"start":1714139794952,"stop":1714139794953,"duration":1}}]},"c3a9cb0e0035d9389e6ebbb94ce00137:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccc1b4c4f648f90","reportUrl":"https://waku-org.github.io/js-waku/6900//#testresult/ccc1b4c4f648f90","status":"passed","time":{"start":1714089729897,"stop":1714089729897,"duration":0}}]},"bafce3191e2025cfb59f2d2e0cfe33e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"480f5aff688c11cd","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/480f5aff688c11cd","status":"passed","time":{"start":1713976162561,"stop":1713976162561,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"6d5f5e1dc6624474","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6d5f5e1dc6624474","status":"passed","time":{"start":1714453933335,"stop":1714453933335,"duration":0}},{"uid":"502a87bcee74324a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/502a87bcee74324a","status":"passed","time":{"start":1714435491289,"stop":1714435491289,"duration":0}},{"uid":"80bb1ed36d3c097a","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/80bb1ed36d3c097a","status":"passed","time":{"start":1714434560396,"stop":1714434560396,"duration":0}},{"uid":"137bbd77bd8eb598","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/137bbd77bd8eb598","status":"passed","time":{"start":1714433255376,"stop":1714433255376,"duration":0}},{"uid":"295a6f0c081028e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/295a6f0c081028e","status":"passed","time":{"start":1714431453272,"stop":1714431453272,"duration":0}},{"uid":"d9dab4cc6be13b7b","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d9dab4cc6be13b7b","status":"passed","time":{"start":1714431716852,"stop":1714431716852,"duration":0}},{"uid":"ca20e60a2b738af6","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ca20e60a2b738af6","status":"passed","time":{"start":1714430439313,"stop":1714430439313,"duration":0}},{"uid":"883e534c42ca7fbc","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/883e534c42ca7fbc","status":"passed","time":{"start":1714430231608,"stop":1714430231608,"duration":0}},{"uid":"17ebb3fc10dec188","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/17ebb3fc10dec188","status":"passed","time":{"start":1714429393352,"stop":1714429393353,"duration":1}},{"uid":"ea4c8d87ba4b00da","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/ea4c8d87ba4b00da","status":"passed","time":{"start":1714428537103,"stop":1714428537104,"duration":1}},{"uid":"d0f91122390f62bc","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/d0f91122390f62bc","status":"passed","time":{"start":1714427314624,"stop":1714427314624,"duration":0}},{"uid":"81506c86f615f5e8","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/81506c86f615f5e8","status":"passed","time":{"start":1714427015820,"stop":1714427015820,"duration":0}},{"uid":"cba05f2ff6789e34","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/cba05f2ff6789e34","status":"passed","time":{"start":1714426364738,"stop":1714426364738,"duration":0}},{"uid":"e865417482b7153a","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e865417482b7153a","status":"passed","time":{"start":1714424467265,"stop":1714424467266,"duration":1}},{"uid":"f7cafbca1e134a29","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/f7cafbca1e134a29","status":"passed","time":{"start":1714424857618,"stop":1714424857618,"duration":0}},{"uid":"6fe16ba0ae260a8b","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/6fe16ba0ae260a8b","status":"passed","time":{"start":1714415010225,"stop":1714415010225,"duration":0}},{"uid":"23480e80f96c459b","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/23480e80f96c459b","status":"passed","time":{"start":1714415163523,"stop":1714415163524,"duration":1}},{"uid":"1341480d5a3a3055","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/1341480d5a3a3055","status":"passed","time":{"start":1714407370711,"stop":1714407370711,"duration":0}},{"uid":"f0359993b6c5a84f","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/f0359993b6c5a84f","status":"passed","time":{"start":1714406397858,"stop":1714406397858,"duration":0}},{"uid":"bf801311adcd5c8c","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/bf801311adcd5c8c","status":"passed","time":{"start":1714404187710,"stop":1714404187710,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":5,"skipped":0,"passed":81,"unknown":0,"total":86},"items":[{"uid":"358acd15f77aeb3c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/358acd15f77aeb3c","status":"passed","time":{"start":1714454605538,"stop":1714454605538,"duration":0}},{"uid":"3a9721c22511b1a6","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3a9721c22511b1a6","status":"passed","time":{"start":1714436158721,"stop":1714436158721,"duration":0}},{"uid":"1600a510459ec770","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/1600a510459ec770","status":"passed","time":{"start":1714435237008,"stop":1714435237009,"duration":1}},{"uid":"57c9b450f8a5ea76","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/57c9b450f8a5ea76","status":"passed","time":{"start":1714433925093,"stop":1714433925093,"duration":0}},{"uid":"91486ed3f38546d3","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/91486ed3f38546d3","status":"passed","time":{"start":1714432132880,"stop":1714432132880,"duration":0}},{"uid":"e9cfa9bae72ce634","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/e9cfa9bae72ce634","status":"passed","time":{"start":1714432392959,"stop":1714432392959,"duration":0}},{"uid":"3f4cf0194ce55ece","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/3f4cf0194ce55ece","status":"passed","time":{"start":1714431131878,"stop":1714431131878,"duration":0}},{"uid":"5fca8b12e9756a12","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/5fca8b12e9756a12","status":"passed","time":{"start":1714430918769,"stop":1714430918770,"duration":1}},{"uid":"c7aa5cff42d43d97","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c7aa5cff42d43d97","status":"passed","time":{"start":1714430104197,"stop":1714430104197,"duration":0}},{"uid":"c01b1865698826a6","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/c01b1865698826a6","status":"passed","time":{"start":1714429213865,"stop":1714429213866,"duration":1}},{"uid":"8ac544e1fc87f0d9","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/8ac544e1fc87f0d9","status":"passed","time":{"start":1714427999020,"stop":1714427999020,"duration":0}},{"uid":"2bd210d72025e7a2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/2bd210d72025e7a2","status":"passed","time":{"start":1714427702214,"stop":1714427702214,"duration":0}},{"uid":"1928e886d4e7197a","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1928e886d4e7197a","status":"passed","time":{"start":1714427044016,"stop":1714427044016,"duration":0}},{"uid":"fd1d7bb1f68ceb32","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/fd1d7bb1f68ceb32","status":"broken","statusDetails":"window is not defined","time":{"start":1714426699053,"stop":1714426699053,"duration":0}},{"uid":"55e02b02f09acebf","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/55e02b02f09acebf","status":"passed","time":{"start":1714425534880,"stop":1714425534880,"duration":0}},{"uid":"eafa6dadf5911ef6","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eafa6dadf5911ef6","status":"passed","time":{"start":1714415702279,"stop":1714415702279,"duration":0}},{"uid":"6b08f9f70bdd21a7","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/6b08f9f70bdd21a7","status":"passed","time":{"start":1714415850487,"stop":1714415850488,"duration":1}},{"uid":"9bbe0c9d1e9c4ae8","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/9bbe0c9d1e9c4ae8","status":"passed","time":{"start":1714408049937,"stop":1714408049937,"duration":0}},{"uid":"c669c24bbc14dd8a","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/c669c24bbc14dd8a","status":"passed","time":{"start":1714407080660,"stop":1714407080661,"duration":1}},{"uid":"e37d8e7c91728d7f","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/e37d8e7c91728d7f","status":"passed","time":{"start":1714404860575,"stop":1714404860575,"duration":0}}]},"7f392d620523598a9a392348440dff97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c012a9b47e68cf4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/1c012a9b47e68cf4","status":"passed","time":{"start":1714415615367,"stop":1714415615368,"duration":1}}]},"ef59f9662e837674c905d623d6023f4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d55d6d31e84b6f12","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/d55d6d31e84b6f12","status":"passed","time":{"start":1714385794772,"stop":1714385794773,"duration":1}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":88,"unknown":0,"total":88},"items":[{"uid":"396cdb0623f12452","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/396cdb0623f12452","status":"passed","time":{"start":1714453975114,"stop":1714453975115,"duration":1}},{"uid":"1cee98453f3c00c8","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/1cee98453f3c00c8","status":"passed","time":{"start":1714435534332,"stop":1714435534333,"duration":1}},{"uid":"f18a43df7dd883df","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/f18a43df7dd883df","status":"passed","time":{"start":1714434603448,"stop":1714434603449,"duration":1}},{"uid":"bb12402324c43ef1","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/bb12402324c43ef1","status":"passed","time":{"start":1714433299087,"stop":1714433299087,"duration":0}},{"uid":"e7ef1a4929b2dfb5","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/e7ef1a4929b2dfb5","status":"passed","time":{"start":1714431496195,"stop":1714431496196,"duration":1}},{"uid":"aeda240fda4fdbbc","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/aeda240fda4fdbbc","status":"passed","time":{"start":1714431760033,"stop":1714431760034,"duration":1}},{"uid":"c174aa9e6069a41c","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c174aa9e6069a41c","status":"passed","time":{"start":1714430483518,"stop":1714430483519,"duration":1}},{"uid":"961e5c159f53dfd","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/961e5c159f53dfd","status":"passed","time":{"start":1714430274074,"stop":1714430274074,"duration":0}},{"uid":"e7550a0bbd68b8da","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/e7550a0bbd68b8da","status":"passed","time":{"start":1714429441299,"stop":1714429441299,"duration":0}},{"uid":"7853573dce10b3ac","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7853573dce10b3ac","status":"passed","time":{"start":1714428579297,"stop":1714428579298,"duration":1}},{"uid":"7dda634890d771b7","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7dda634890d771b7","status":"passed","time":{"start":1714427357646,"stop":1714427357647,"duration":1}},{"uid":"6cb3016e18969f1d","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/6cb3016e18969f1d","status":"passed","time":{"start":1714427058848,"stop":1714427058849,"duration":1}},{"uid":"1cd0415499567ba4","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/1cd0415499567ba4","status":"passed","time":{"start":1714426407922,"stop":1714426407923,"duration":1}},{"uid":"77917188a40ffdea","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/77917188a40ffdea","status":"passed","time":{"start":1714424510616,"stop":1714424510617,"duration":1}},{"uid":"2f2a3551ebb40fb2","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/2f2a3551ebb40fb2","status":"passed","time":{"start":1714424901190,"stop":1714424901191,"duration":1}},{"uid":"cb969f4a30a5af4d","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/cb969f4a30a5af4d","status":"passed","time":{"start":1714415054007,"stop":1714415054008,"duration":1}},{"uid":"239e06ae99de7cd4","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/239e06ae99de7cd4","status":"passed","time":{"start":1714415207108,"stop":1714415207108,"duration":0}},{"uid":"59619325880df210","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/59619325880df210","status":"passed","time":{"start":1714407413659,"stop":1714407413660,"duration":1}},{"uid":"b5cc25f6e40acffd","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/b5cc25f6e40acffd","status":"passed","time":{"start":1714406441140,"stop":1714406441140,"duration":0}},{"uid":"82bcf8b005f21425","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/82bcf8b005f21425","status":"passed","time":{"start":1714404231128,"stop":1714404231135,"duration":7}}]},"3ccfb862cad471850a5b2d3d1ae58a68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8cb6a1a5b319ca4","reportUrl":"https://waku-org.github.io/js-waku/6931//#testresult/8cb6a1a5b319ca4","status":"passed","time":{"start":1714383536786,"stop":1714383536786,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"3175466a28a0d37c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3175466a28a0d37c","status":"passed","time":{"start":1714454543142,"stop":1714454543143,"duration":1}},{"uid":"3294793e5da0eebb","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/3294793e5da0eebb","status":"passed","time":{"start":1714436104578,"stop":1714436104579,"duration":1}},{"uid":"5f8b1c28a3479b19","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/5f8b1c28a3479b19","status":"passed","time":{"start":1714435165749,"stop":1714435165750,"duration":1}},{"uid":"f087f9051b24d8c8","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/f087f9051b24d8c8","status":"passed","time":{"start":1714433853741,"stop":1714433853742,"duration":1}},{"uid":"bca5bbee3500e37f","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bca5bbee3500e37f","status":"passed","time":{"start":1714432058504,"stop":1714432058504,"duration":0}},{"uid":"278e012fa2228d92","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/278e012fa2228d92","status":"passed","time":{"start":1714432364372,"stop":1714432364372,"duration":0}},{"uid":"c96aa7c458e53ef5","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/c96aa7c458e53ef5","status":"passed","time":{"start":1714431063424,"stop":1714431063424,"duration":0}},{"uid":"73cd458e0e784c8e","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/73cd458e0e784c8e","status":"passed","time":{"start":1714430877251,"stop":1714430877252,"duration":1}},{"uid":"c9a76aae853181fb","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/c9a76aae853181fb","status":"passed","time":{"start":1714430032958,"stop":1714430032958,"duration":0}},{"uid":"e9e432ad9ad4b6b","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/e9e432ad9ad4b6b","status":"passed","time":{"start":1714429153583,"stop":1714429153583,"duration":0}},{"uid":"199c57f54703c6b3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/199c57f54703c6b3","status":"passed","time":{"start":1714427918965,"stop":1714427918966,"duration":1}},{"uid":"829c1b48e71e6a51","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/829c1b48e71e6a51","status":"passed","time":{"start":1714427630812,"stop":1714427630813,"duration":1}},{"uid":"245bdd201a15e646","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/245bdd201a15e646","status":"passed","time":{"start":1714426988094,"stop":1714426988094,"duration":0}},{"uid":"2e2c78136965832b","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/2e2c78136965832b","status":"passed","time":{"start":1714425690510,"stop":1714425690510,"duration":0}},{"uid":"6985788e5c011658","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/6985788e5c011658","status":"passed","time":{"start":1714425467282,"stop":1714425467282,"duration":0}},{"uid":"eae1ab80f3dcfad4","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/eae1ab80f3dcfad4","status":"passed","time":{"start":1714415652328,"stop":1714415652329,"duration":1}},{"uid":"7aeff8178cdd4c19","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/7aeff8178cdd4c19","status":"passed","time":{"start":1714415786945,"stop":1714415786946,"duration":1}},{"uid":"f02224ee0e60b2fa","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/f02224ee0e60b2fa","status":"passed","time":{"start":1714407994015,"stop":1714407994015,"duration":0}},{"uid":"82a383ea55c23cb1","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/82a383ea55c23cb1","status":"passed","time":{"start":1714407017325,"stop":1714407017326,"duration":1}},{"uid":"81512e8ba22fb169","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/81512e8ba22fb169","status":"passed","time":{"start":1714404801232,"stop":1714404801232,"duration":0}}]},"4686f563506560723ae25d9cb4c93e83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"57c602e389734cfb","reportUrl":"https://waku-org.github.io/js-waku/6915//#testresult/57c602e389734cfb","status":"passed","time":{"start":1714228878482,"stop":1714228878483,"duration":1}}]},"7e31bb50cc77ed72a79530904e839ced:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39e196aa2aa5b3f9","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/39e196aa2aa5b3f9","status":"passed","time":{"start":1713982906718,"stop":1713982906718,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"f1d75d60f771cd52","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f1d75d60f771cd52","status":"passed","time":{"start":1714454543146,"stop":1714454543146,"duration":0}},{"uid":"abdb85023c68c53a","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/abdb85023c68c53a","status":"passed","time":{"start":1714436104581,"stop":1714436104581,"duration":0}},{"uid":"9c253a4e4597b5cd","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/9c253a4e4597b5cd","status":"passed","time":{"start":1714435165751,"stop":1714435165751,"duration":0}},{"uid":"e9cede402dad344d","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/e9cede402dad344d","status":"passed","time":{"start":1714433853743,"stop":1714433853744,"duration":1}},{"uid":"bb4c8a95dd8df40c","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/bb4c8a95dd8df40c","status":"passed","time":{"start":1714432058506,"stop":1714432058507,"duration":1}},{"uid":"d6d5654e954db293","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/d6d5654e954db293","status":"passed","time":{"start":1714432364373,"stop":1714432364373,"duration":0}},{"uid":"5a623e6e2e3835b0","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/5a623e6e2e3835b0","status":"passed","time":{"start":1714431063427,"stop":1714431063428,"duration":1}},{"uid":"be5f2e2b87b8cad4","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/be5f2e2b87b8cad4","status":"passed","time":{"start":1714430877271,"stop":1714430877272,"duration":1}},{"uid":"70f483840bec1fe","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/70f483840bec1fe","status":"passed","time":{"start":1714430032960,"stop":1714430032960,"duration":0}},{"uid":"eb0332023dd0e9ab","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/eb0332023dd0e9ab","status":"passed","time":{"start":1714429153589,"stop":1714429153589,"duration":0}},{"uid":"7542d452159420a","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/7542d452159420a","status":"passed","time":{"start":1714427918968,"stop":1714427918968,"duration":0}},{"uid":"96a4b75129a39c2","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/96a4b75129a39c2","status":"passed","time":{"start":1714427630817,"stop":1714427630818,"duration":1}},{"uid":"22dbd34606ecf5b2","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/22dbd34606ecf5b2","status":"passed","time":{"start":1714426988096,"stop":1714426988096,"duration":0}},{"uid":"750205277bc60c93","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/750205277bc60c93","status":"passed","time":{"start":1714425690512,"stop":1714425690513,"duration":1}},{"uid":"1d10d20c77d7df04","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/1d10d20c77d7df04","status":"passed","time":{"start":1714425467285,"stop":1714425467286,"duration":1}},{"uid":"ed3b6e9370525408","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/ed3b6e9370525408","status":"passed","time":{"start":1714415652331,"stop":1714415652335,"duration":4}},{"uid":"eba843a81e12c8b3","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/eba843a81e12c8b3","status":"passed","time":{"start":1714415786948,"stop":1714415786948,"duration":0}},{"uid":"d1e826f864a53480","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d1e826f864a53480","status":"passed","time":{"start":1714407994017,"stop":1714407994017,"duration":0}},{"uid":"a6957cfcb7d1b017","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/a6957cfcb7d1b017","status":"passed","time":{"start":1714407017328,"stop":1714407017329,"duration":1}},{"uid":"3946d4cccb1336be","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/3946d4cccb1336be","status":"passed","time":{"start":1714404801234,"stop":1714404801234,"duration":0}}]},"beffaaa66786384c775a4bd2ef9dfb65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9da8c6e2b54e99c","reportUrl":"https://waku-org.github.io/js-waku/6877//#testresult/9da8c6e2b54e99c","status":"passed","time":{"start":1713976098354,"stop":1713976098354,"duration":0}}]},"bc12b6cb816dc6893b7c3418cb793123:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aeb70a3d88e26d","reportUrl":"https://waku-org.github.io/js-waku/6928//#testresult/aeb70a3d88e26d","status":"passed","time":{"start":1714383127009,"stop":1714383127009,"duration":0}}]},"ed04c8835619a3bae5accba5fd20f7a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"90915e1b8092b7c7","reportUrl":"https://waku-org.github.io/js-waku/6880//#testresult/90915e1b8092b7c7","status":"passed","time":{"start":1713982956492,"stop":1713982956493,"duration":1}}]},"543c1157ffdf69a2673187fe37deb857:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cb9743a75d59ef55","reportUrl":"https://waku-org.github.io/js-waku/6934//#testresult/cb9743a75d59ef55","status":"passed","time":{"start":1714385794766,"stop":1714385794766,"duration":0}}]},"d6c86b35dca1dcc90cfe29bdcdfd89a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"243950fdf7474df3","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/243950fdf7474df3","status":"passed","time":{"start":1714425586966,"stop":1714425586966,"duration":0}}]},"b44294852e941ace975251f97353e70b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3da9ae767ac5e99c","reportUrl":"https://waku-org.github.io/js-waku/6903//#testresult/3da9ae767ac5e99c","status":"passed","time":{"start":1714114057879,"stop":1714114057879,"duration":0}}]},"51313e51d8f6e669f56507e767701aeb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"54dc13c16b2840bd","reportUrl":"https://waku-org.github.io/js-waku/6888//#testresult/54dc13c16b2840bd","status":"passed","time":{"start":1714008042032,"stop":1714008042032,"duration":0}}]},"4233e2bb82d297bfce63311e67632260:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"157d63bb027a21df","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/157d63bb027a21df","status":"passed","time":{"start":1714431997896,"stop":1714431997896,"duration":0}}]},"c178e1d5156c48b34fa5d301ed45be20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ece95f156b45d32","reportUrl":"https://waku-org.github.io/js-waku/6910//#testresult/4ece95f156b45d32","status":"passed","time":{"start":1714139928164,"stop":1714139928165,"duration":1}}]},"3647baaffe440f60be71ba338c8840d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"a365c72ab71ba457","reportUrl":"https://waku-org.github.io/js-waku/6897//#testresult/a365c72ab71ba457","status":"broken","statusDetails":"expected +0 to equal 1","time":{"start":1714080426204,"stop":1714080426205,"duration":1}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":9,"skipped":0,"passed":79,"unknown":0,"total":88},"items":[{"uid":"dd4be3caab96835c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dd4be3caab96835c","status":"passed","time":{"start":1714454133777,"stop":1714454133777,"duration":0}},{"uid":"2d248fcf9217eee7","reportUrl":"https://waku-org.github.io/js-waku/6961//#testresult/2d248fcf9217eee7","status":"passed","time":{"start":1714435697067,"stop":1714435697068,"duration":1}},{"uid":"b52952b6335025f6","reportUrl":"https://waku-org.github.io/js-waku/6960//#testresult/b52952b6335025f6","status":"passed","time":{"start":1714434777711,"stop":1714434777711,"duration":0}},{"uid":"361e6303141185d2","reportUrl":"https://waku-org.github.io/js-waku/6959//#testresult/361e6303141185d2","status":"passed","time":{"start":1714433468595,"stop":1714433468596,"duration":1}},{"uid":"a03a152b9ead5d4e","reportUrl":"https://waku-org.github.io/js-waku/6958//#testresult/a03a152b9ead5d4e","status":"passed","time":{"start":1714431659900,"stop":1714431659900,"duration":0}},{"uid":"84e376d1faf2f215","reportUrl":"https://waku-org.github.io/js-waku/6957//#testresult/84e376d1faf2f215","status":"passed","time":{"start":1714431917008,"stop":1714431917008,"duration":0}},{"uid":"ace9774a89483599","reportUrl":"https://waku-org.github.io/js-waku/6956//#testresult/ace9774a89483599","status":"passed","time":{"start":1714430652886,"stop":1714430652887,"duration":1}},{"uid":"69e96b7332eaaf58","reportUrl":"https://waku-org.github.io/js-waku/6955//#testresult/69e96b7332eaaf58","status":"passed","time":{"start":1714430439954,"stop":1714430439955,"duration":1}},{"uid":"8361ea31a9085235","reportUrl":"https://waku-org.github.io/js-waku/6949//#testresult/8361ea31a9085235","status":"passed","time":{"start":1714429618787,"stop":1714429618788,"duration":1}},{"uid":"399d7eaf2c4b03d5","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/399d7eaf2c4b03d5","status":"passed","time":{"start":1714428758242,"stop":1714428758242,"duration":0}},{"uid":"1ec6b3c58de624a3","reportUrl":"https://waku-org.github.io/js-waku/6948//#testresult/1ec6b3c58de624a3","status":"passed","time":{"start":1714427532042,"stop":1714427532044,"duration":2}},{"uid":"9968781d88563ea6","reportUrl":"https://waku-org.github.io/js-waku/6947//#testresult/9968781d88563ea6","status":"passed","time":{"start":1714427233659,"stop":1714427233660,"duration":1}},{"uid":"4bbe1d4f5b6d7b80","reportUrl":"https://waku-org.github.io/js-waku/6946//#testresult/4bbe1d4f5b6d7b80","status":"passed","time":{"start":1714426576834,"stop":1714426576835,"duration":1}},{"uid":"cc5867d03d2b4437","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/cc5867d03d2b4437","status":"broken","statusDetails":"window is not defined","time":{"start":1714425311942,"stop":1714425311943,"duration":1}},{"uid":"8942bf8a62fc419a","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/8942bf8a62fc419a","status":"passed","time":{"start":1714425068153,"stop":1714425068154,"duration":1}},{"uid":"16ee7f0573020006","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/16ee7f0573020006","status":"passed","time":{"start":1714415236753,"stop":1714415236754,"duration":1}},{"uid":"260a519dd7ce4ffa","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/260a519dd7ce4ffa","status":"passed","time":{"start":1714415370293,"stop":1714415370294,"duration":1}},{"uid":"d8466dab791f581d","reportUrl":"https://waku-org.github.io/js-waku/6940//#testresult/d8466dab791f581d","status":"passed","time":{"start":1714407592732,"stop":1714407592732,"duration":0}},{"uid":"1a2f016c60c531da","reportUrl":"https://waku-org.github.io/js-waku/6939//#testresult/1a2f016c60c531da","status":"passed","time":{"start":1714406603019,"stop":1714406603020,"duration":1}},{"uid":"42e2070c984c8b0b","reportUrl":"https://waku-org.github.io/js-waku/6938//#testresult/42e2070c984c8b0b","status":"passed","time":{"start":1714404403098,"stop":1714404403098,"duration":0}}]},"8e5978969c39fb7da5bbfe4adcf4c968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"97b40c60c90076bf","reportUrl":"https://waku-org.github.io/js-waku/6890//#testresult/97b40c60c90076bf","status":"passed","time":{"start":1714018046573,"stop":1714018046573,"duration":0}}]},"e902344050a0a756af19cf571ebad658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e255554bba4094c0","reportUrl":"https://waku-org.github.io/js-waku/6943//#testresult/e255554bba4094c0","status":"passed","time":{"start":1714425644081,"stop":1714425644082,"duration":1}}]},"cf808e40cf3e90de8f2bbf5c0349ac0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5b75f5fe4ca412c","reportUrl":"https://waku-org.github.io/js-waku/6941//#testresult/e5b75f5fe4ca412c","status":"passed","time":{"start":1714415473277,"stop":1714415473277,"duration":0}}]},"bd9605e39c8fe67faf3fa31d7b1f9c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"235e8342b59ebf30","reportUrl":"https://waku-org.github.io/js-waku/6942//#testresult/235e8342b59ebf30","status":"passed","time":{"start":1714415715311,"stop":1714415715311,"duration":0}}]},"905f78dc4df4ff610aff5918cb4a6401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fb5785cdbf6b495","reportUrl":"https://waku-org.github.io/js-waku/6904//#testresult/fb5785cdbf6b495","status":"passed","time":{"start":1714122791324,"stop":1714122791330,"duration":6}}]},"814d1ad538cbbce7f3194205fda6debe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec1a0dcf6a4de74e","reportUrl":"https://waku-org.github.io/js-waku/6891//#testresult/ec1a0dcf6a4de74e","status":"passed","time":{"start":1714033799786,"stop":1714033799786,"duration":0}}]},"cf329ff5a667af5f0938dce86aca89bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f2d8633e4166fd4","reportUrl":"https://waku-org.github.io/js-waku/6944//#testresult/5f2d8633e4166fd4","status":"passed","time":{"start":1714425369968,"stop":1714425369969,"duration":1}}]},"b7cd455fbaa8d1e667bfe14c1fa259c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"797fd6a965321929","reportUrl":"https://waku-org.github.io/js-waku/6935//#testresult/797fd6a965321929","status":"passed","time":{"start":1714386707026,"stop":1714386707026,"duration":0}}]},"7099743d175fce15def99cf5e30be5b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b856efdf6d71344","reportUrl":"https://waku-org.github.io/js-waku/6895//#testresult/8b856efdf6d71344","status":"passed","time":{"start":1714046099943,"stop":1714046099943,"duration":0}}]}} \ No newline at end of file +{"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"415906f30b70ec3e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/415906f30b70ec3e","status":"passed","time":{"start":1714500850422,"stop":1714500850422,"duration":0}},{"uid":"93ae7a6d4c64ba64","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93ae7a6d4c64ba64","status":"passed","time":{"start":1714494602308,"stop":1714494602308,"duration":0}},{"uid":"d4511c3a270d28f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4511c3a270d28f0","status":"passed","time":{"start":1714492686140,"stop":1714492686141,"duration":1}}]},"23ce82d154f37ea4f5a1b9b5294d72c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48ba88acb59c5a30","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48ba88acb59c5a30","status":"passed","time":{"start":1714494848654,"stop":1714494848655,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbc8a50ec1ecd5d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fbc8a50ec1ecd5d5","status":"passed","time":{"start":1714500976530,"stop":1714500976531,"duration":1}},{"uid":"9fcaa302d017a029","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9fcaa302d017a029","status":"passed","time":{"start":1714494735258,"stop":1714494735258,"duration":0}},{"uid":"25455a43e10160a3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/25455a43e10160a3","status":"passed","time":{"start":1714492814937,"stop":1714492814939,"duration":2}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bceab8cf7a9f6b10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bceab8cf7a9f6b10","status":"passed","time":{"start":1714494279631,"stop":1714494279632,"duration":1}},{"uid":"d9fc45b73a4a2413","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d9fc45b73a4a2413","status":"passed","time":{"start":1714492383511,"stop":1714492383511,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"209d3a7bf06afc1e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/209d3a7bf06afc1e","status":"passed","time":{"start":1714500525332,"stop":1714500525332,"duration":0}},{"uid":"d72c70cde481f105","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d72c70cde481f105","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"efd0221709627626","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/efd0221709627626","status":"passed","time":{"start":1714492380863,"stop":1714492380863,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"90c1555411cb95d6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/90c1555411cb95d6","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"duration":0}},{"uid":"ab49b4134e76a73c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ab49b4134e76a73c","status":"passed","time":{"start":1714494482347,"stop":1714494482347,"duration":0}},{"uid":"d3830b3f14180d9f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3830b3f14180d9f","status":"passed","time":{"start":1714492591360,"stop":1714492591360,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"774f311be489f502","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/774f311be489f502","status":"passed","time":{"start":1714500735358,"stop":1714500735359,"duration":1}},{"uid":"36ed72b33d11493e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36ed72b33d11493e","status":"passed","time":{"start":1714494500284,"stop":1714494500285,"duration":1}},{"uid":"e1a69d9ab9956493","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e1a69d9ab9956493","status":"passed","time":{"start":1714492591436,"stop":1714492591440,"duration":4}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7d7eededbe4db1ec","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7d7eededbe4db1ec","status":"passed","time":{"start":1714500534110,"stop":1714500534111,"duration":1}},{"uid":"489732c1923aaa60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/489732c1923aaa60","status":"passed","time":{"start":1714494285532,"stop":1714494285532,"duration":0}},{"uid":"e0f51e1f7a58697e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0f51e1f7a58697e","status":"passed","time":{"start":1714492389346,"stop":1714492389346,"duration":0}}]},"a4be64084c93e29babbcfded90bc2613:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7ac4269dd7509b8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7ac4269dd7509b8","status":"passed","time":{"start":1714494840006,"stop":1714494840006,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"812ede73f802491d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/812ede73f802491d","status":"passed","time":{"start":1714501184622,"stop":1714501184623,"duration":1}},{"uid":"f01dc7aef9d64b7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f01dc7aef9d64b7c","status":"passed","time":{"start":1714494914008,"stop":1714494914008,"duration":0}},{"uid":"62c46b116683fa32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/62c46b116683fa32","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b296a995253412c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b296a995253412c","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"duration":0}},{"uid":"95e0615e5338ae0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/95e0615e5338ae0e","status":"passed","time":{"start":1714494373389,"stop":1714494373389,"duration":0}},{"uid":"4ac035de3319f5dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ac035de3319f5dc","status":"passed","time":{"start":1714492481134,"stop":1714492481135,"duration":1}}]},"30e87c759a9f71b3ba0fd59501f781d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"848188bfba41e624","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/848188bfba41e624","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"duration":0}},{"uid":"393c11bebe4b7b79","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/393c11bebe4b7b79","status":"passed","time":{"start":1714494276808,"stop":1714494276808,"duration":0}},{"uid":"a25cf4d7fae55cb8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a25cf4d7fae55cb8","status":"passed","time":{"start":1714492380861,"stop":1714492380862,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ce5d9125f8a7b7c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1ce5d9125f8a7b7c","status":"passed","time":{"start":1714500533180,"stop":1714500533181,"duration":1}},{"uid":"1ee06998edfd3496","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ee06998edfd3496","status":"passed","time":{"start":1714494284816,"stop":1714494284817,"duration":1}},{"uid":"73526fb0f114e6b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/73526fb0f114e6b2","status":"passed","time":{"start":1714492388605,"stop":1714492388606,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"43cc55e4e75e674b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/43cc55e4e75e674b","status":"passed","time":{"start":1714500976546,"stop":1714500976547,"duration":1}},{"uid":"587393bed6cd02db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/587393bed6cd02db","status":"passed","time":{"start":1714494735289,"stop":1714494735290,"duration":1}},{"uid":"954025ad227ba581","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/954025ad227ba581","status":"passed","time":{"start":1714492814958,"stop":1714492814960,"duration":2}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"31a3b4ceb0c07786","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/31a3b4ceb0c07786","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"duration":0}},{"uid":"8a6da2a671baeb3b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8a6da2a671baeb3b","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"50a623cc7f180408","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50a623cc7f180408","status":"passed","time":{"start":1714493052143,"stop":1714493052143,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"68be6295677261bd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/68be6295677261bd","status":"passed","time":{"start":1714501153787,"stop":1714501153788,"duration":1}},{"uid":"9cc62506a96cd2a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9cc62506a96cd2a2","status":"passed","time":{"start":1714494896479,"stop":1714494896479,"duration":0}},{"uid":"df0507905e54450","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/df0507905e54450","status":"passed","time":{"start":1714492987115,"stop":1714492987115,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a93fd04356c30f1e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a93fd04356c30f1e","status":"passed","time":{"start":1714501050457,"stop":1714501050458,"duration":1}},{"uid":"367585a5c676661e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/367585a5c676661e","status":"passed","time":{"start":1714494785917,"stop":1714494785917,"duration":0}},{"uid":"f1978cec8032f28d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1978cec8032f28d","status":"passed","time":{"start":1714492898573,"stop":1714492898573,"duration":0}}]},"3d9d4a3dce6a244d7046e8c5717a3e31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"576eecf9c8532a81","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/576eecf9c8532a81","status":"passed","time":{"start":1714494500293,"stop":1714494500293,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b50883f3244cd1f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9b50883f3244cd1f","status":"passed","time":{"start":1714500654289,"stop":1714500654290,"duration":1}},{"uid":"11ac4f93cf54f302","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/11ac4f93cf54f302","status":"passed","time":{"start":1714494402830,"stop":1714494402835,"duration":5}},{"uid":"4d27f88d1087de83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4d27f88d1087de83","status":"passed","time":{"start":1714492502952,"stop":1714492502955,"duration":3}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"98a9773d30f4c16c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/98a9773d30f4c16c","status":"passed","time":{"start":1714501123760,"stop":1714501123760,"duration":0}},{"uid":"f05b04883ab193ba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f05b04883ab193ba","status":"passed","time":{"start":1714494838836,"stop":1714494838838,"duration":2}},{"uid":"aebd3b21540b5324","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aebd3b21540b5324","status":"passed","time":{"start":1714492985727,"stop":1714492985727,"duration":0}}]},"540e6733d3dba5f040ff38805ddd20ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e659d8875c84020","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e659d8875c84020","status":"passed","time":{"start":1714501050437,"stop":1714501050437,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8d3322cd4e92ce2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8d3322cd4e92ce2","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"duration":0}},{"uid":"e287aea21c108c8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e287aea21c108c8a","status":"passed","time":{"start":1714494760924,"stop":1714494760924,"duration":0}},{"uid":"496c600c6792fcc0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/496c600c6792fcc0","status":"passed","time":{"start":1714492834198,"stop":1714492834199,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"708fbdd20c11dd32","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/708fbdd20c11dd32","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"duration":0}},{"uid":"64425eb3b56484f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/64425eb3b56484f0","status":"passed","time":{"start":1714494954438,"stop":1714494954438,"duration":0}},{"uid":"f1e0144a6f0281b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1e0144a6f0281b0","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8bac4d68906490b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e8bac4d68906490b","status":"passed","time":{"start":1714501150903,"stop":1714501150903,"duration":0}},{"uid":"7b29195c4b8abab0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b29195c4b8abab0","status":"passed","time":{"start":1714494883916,"stop":1714494883917,"duration":1}},{"uid":"42c75d7e6c0dfdd4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/42c75d7e6c0dfdd4","status":"passed","time":{"start":1714492982048,"stop":1714492982048,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70b09b2aac990a3c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70b09b2aac990a3c","status":"passed","time":{"start":1714501039477,"stop":1714501039478,"duration":1}},{"uid":"64f995f7523080e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/64f995f7523080e9","status":"passed","time":{"start":1714494791237,"stop":1714494791238,"duration":1}},{"uid":"d8dea7d72053786","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8dea7d72053786","status":"passed","time":{"start":1714492870703,"stop":1714492870703,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c44ceff9fd44c33e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c44ceff9fd44c33e","status":"passed","time":{"start":1714501123788,"stop":1714501123789,"duration":1}},{"uid":"b8885101d28eb551","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8885101d28eb551","status":"passed","time":{"start":1714494838845,"stop":1714494838845,"duration":0}},{"uid":"8ca7706ffa14a86d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ca7706ffa14a86d","status":"passed","time":{"start":1714492985751,"stop":1714492985761,"duration":10}}]},"8d24bda0715c164dc56a0e7c293f5ceb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"babfc81edf2a1e33","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/babfc81edf2a1e33","status":"passed","time":{"start":1714492932192,"stop":1714492932192,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af3f46f74ad81bc6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/af3f46f74ad81bc6","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"duration":0}},{"uid":"9f51c7cceee2f5fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f51c7cceee2f5fc","status":"passed","time":{"start":1714494908933,"stop":1714494908933,"duration":0}},{"uid":"6ccee31d57496f04","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6ccee31d57496f04","status":"passed","time":{"start":1714492995227,"stop":1714492995227,"duration":0}}]},"397094379339cffe7e2b904a88ff46ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7987d8f05fd6dfa9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7987d8f05fd6dfa9","status":"passed","time":{"start":1714494788145,"stop":1714494788145,"duration":0}}]},"63579ae780a62fb87d230f845bc5fb55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"8c37ea84d7664961","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8c37ea84d7664961","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036383,"stop":1714501036384,"duration":1}},{"uid":"42cc9bd873173ee2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/42cc9bd873173ee2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786057,"duration":0}},{"uid":"1458cca4660d0b31","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1458cca4660d0b31","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860588,"stop":1714492860589,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2af76a3c4dd51f30","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2af76a3c4dd51f30","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"duration":0}},{"uid":"b8bb4d7e71fcb5fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8bb4d7e71fcb5fd","status":"passed","time":{"start":1714494954443,"stop":1714494954443,"duration":0}},{"uid":"f866d5d420ca9554","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f866d5d420ca9554","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b30057967d2b242","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b30057967d2b242","status":"passed","time":{"start":1714501123813,"stop":1714501123813,"duration":0}},{"uid":"634a9636921feb40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/634a9636921feb40","status":"passed","time":{"start":1714494838853,"stop":1714494838853,"duration":0}},{"uid":"6619afd5a05ea526","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6619afd5a05ea526","status":"passed","time":{"start":1714492985771,"stop":1714492985771,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79bea2218d641a78","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/79bea2218d641a78","status":"passed","time":{"start":1714500654286,"stop":1714500654289,"duration":3}},{"uid":"a22de565772089d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a22de565772089d6","status":"passed","time":{"start":1714494402829,"stop":1714494402830,"duration":1}},{"uid":"30ab13b77c3db29a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30ab13b77c3db29a","status":"passed","time":{"start":1714492502949,"stop":1714492502952,"duration":3}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2dc1228ccbd95bd3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2dc1228ccbd95bd3","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"duration":0}},{"uid":"5dabe945239c2e7e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dabe945239c2e7e","status":"passed","time":{"start":1714494312952,"stop":1714494312953,"duration":1}},{"uid":"74fb2c6aa454cc38","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74fb2c6aa454cc38","status":"passed","time":{"start":1714492412934,"stop":1714492412934,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"220fde724662d08c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/220fde724662d08c","status":"passed","time":{"start":1714501150903,"stop":1714501150904,"duration":1}},{"uid":"b450232675b02460","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b450232675b02460","status":"passed","time":{"start":1714494883917,"stop":1714494883918,"duration":1}},{"uid":"dd6404b723417b6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dd6404b723417b6d","status":"passed","time":{"start":1714492982048,"stop":1714492982049,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a8178e72d6d27859","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a8178e72d6d27859","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0}},{"uid":"ec26643974bb33de","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec26643974bb33de","status":"passed","time":{"start":1714494876054,"stop":1714494876055,"duration":1}},{"uid":"5ba489f4a0d1d902","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5ba489f4a0d1d902","status":"passed","time":{"start":1714492961693,"stop":1714492961694,"duration":1}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"91e440635ee78ec2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/91e440635ee78ec2","status":"passed","time":{"start":1714501123780,"stop":1714501123784,"duration":4}},{"uid":"9f00abce148bdcb0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f00abce148bdcb0","status":"passed","time":{"start":1714494838842,"stop":1714494838842,"duration":0}},{"uid":"5b6de03f8deab31","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b6de03f8deab31","status":"passed","time":{"start":1714492985743,"stop":1714492985743,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fac2200691f1f400","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fac2200691f1f400","status":"passed","time":{"start":1714500744116,"stop":1714500744117,"duration":1}},{"uid":"492dabef6cb97e16","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/492dabef6cb97e16","status":"passed","time":{"start":1714494482328,"stop":1714494482329,"duration":1}},{"uid":"6d11b804e4542477","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6d11b804e4542477","status":"passed","time":{"start":1714492591349,"stop":1714492591349,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b98f5dd01270817e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b98f5dd01270817e","status":"passed","time":{"start":1714501050453,"stop":1714501050453,"duration":0}},{"uid":"4807c968c53f85f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4807c968c53f85f6","status":"passed","time":{"start":1714494785913,"stop":1714494785914,"duration":1}},{"uid":"497d6ed9224927b7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/497d6ed9224927b7","status":"passed","time":{"start":1714492898569,"stop":1714492898569,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36e2e120e3a08493","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36e2e120e3a08493","status":"passed","time":{"start":1714500538710,"stop":1714500538710,"duration":0}},{"uid":"5a83760c20cb5f69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5a83760c20cb5f69","status":"passed","time":{"start":1714494290034,"stop":1714494290034,"duration":0}},{"uid":"9c483ea948cdf1a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9c483ea948cdf1a9","status":"passed","time":{"start":1714492394074,"stop":1714492394075,"duration":1}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5f214a284de27ee4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5f214a284de27ee4","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"duration":0}},{"uid":"7d7aa05fa69e12d2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7d7aa05fa69e12d2","status":"passed","time":{"start":1714494837583,"stop":1714494837584,"duration":1}},{"uid":"bd620247c8fc7e18","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bd620247c8fc7e18","status":"passed","time":{"start":1714492927148,"stop":1714492927151,"duration":3}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f88c950a8faa4bbd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f88c950a8faa4bbd","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"duration":0}},{"uid":"3c0dec64dba2a516","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3c0dec64dba2a516","status":"passed","time":{"start":1714494954432,"stop":1714494954432,"duration":0}},{"uid":"868ea2f71e23f406","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/868ea2f71e23f406","status":"passed","time":{"start":1714493052128,"stop":1714493052128,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fc4d61790bf5e323","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fc4d61790bf5e323","status":"passed","time":{"start":1714501036167,"stop":1714501036168,"duration":1}},{"uid":"1724d5f2eba9b021","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1724d5f2eba9b021","status":"passed","time":{"start":1714494788148,"stop":1714494788149,"duration":1}},{"uid":"7f1446d99e0430b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f1446d99e0430b0","status":"passed","time":{"start":1714492860435,"stop":1714492860435,"duration":0}}]},"5fc67242f517691d0fb726154dd4a01c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e6a727e83bace85","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e6a727e83bace85","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e16eba8c4b7dbff1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e16eba8c4b7dbff1","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"duration":0}},{"uid":"e807a261bef9263f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e807a261bef9263f","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"e6d5ece9b37d6b60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e6d5ece9b37d6b60","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f7df7c543daed5b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4f7df7c543daed5b","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"duration":0}},{"uid":"bc8b76b31aa7e4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc8b76b31aa7e4e","status":"passed","time":{"start":1714494373389,"stop":1714494373390,"duration":1}},{"uid":"29be284bd58cc985","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/29be284bd58cc985","status":"passed","time":{"start":1714492481135,"stop":1714492481135,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c1684f0b90f1ca4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1c1684f0b90f1ca4","status":"passed","time":{"start":1714500559908,"stop":1714500559908,"duration":0}},{"uid":"b778d8d658261b2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b778d8d658261b2f","status":"passed","time":{"start":1714494310953,"stop":1714494310954,"duration":1}},{"uid":"f255eea1d236bb6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f255eea1d236bb6b","status":"passed","time":{"start":1714492410938,"stop":1714492410938,"duration":0}}]},"5f9fa7c5967cb31663988c9bc75557fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a0bc40b509fdc88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a0bc40b509fdc88","status":"passed","time":{"start":1714492923654,"stop":1714492923655,"duration":1}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d97f6a558d64147e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d97f6a558d64147e","status":"passed","time":{"start":1714501150904,"stop":1714501150905,"duration":1}},{"uid":"41377611e067317d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/41377611e067317d","status":"passed","time":{"start":1714494883920,"stop":1714494883920,"duration":0}},{"uid":"cef7923e2bf35af1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cef7923e2bf35af1","status":"passed","time":{"start":1714492982049,"stop":1714492982049,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e1eb131f3fa37f9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e1eb131f3fa37f9","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0}},{"uid":"1477af50074d319e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1477af50074d319e","status":"passed","time":{"start":1714494368385,"stop":1714494368385,"duration":0}},{"uid":"90ed3ec359b01808","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/90ed3ec359b01808","status":"passed","time":{"start":1714492468977,"stop":1714492468978,"duration":1}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6ee373aecb79d054","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6ee373aecb79d054","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"duration":0}},{"uid":"4d23c9237ab14766","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d23c9237ab14766","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"1d216c58a40571fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d216c58a40571fd","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"51353b9a7a7009de","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/51353b9a7a7009de","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0}},{"uid":"d3bb71e76b2aeb8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d3bb71e76b2aeb8e","status":"passed","time":{"start":1714494884065,"stop":1714494884066,"duration":1}},{"uid":"837d66d33d107b57","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/837d66d33d107b57","status":"passed","time":{"start":1714492954775,"stop":1714492954775,"duration":0}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c0124cb4c0a889b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c0124cb4c0a889b","status":"passed","time":{"start":1714500578618,"stop":1714500578628,"duration":10}},{"uid":"d544bd5f62b7b048","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d544bd5f62b7b048","status":"passed","time":{"start":1714494328716,"stop":1714494328717,"duration":1}},{"uid":"c3afefe48509ac17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c3afefe48509ac17","status":"passed","time":{"start":1714492428468,"stop":1714492428469,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7683cce30e61af5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f7683cce30e61af5","status":"passed","time":{"start":1714500560558,"stop":1714500560558,"duration":0}},{"uid":"a36ba5d706aaedc4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a36ba5d706aaedc4","status":"passed","time":{"start":1714494311521,"stop":1714494311521,"duration":0}},{"uid":"67cfa1b1ad944247","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/67cfa1b1ad944247","status":"passed","time":{"start":1714492411490,"stop":1714492411491,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6dee795eefcd37b1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6dee795eefcd37b1","status":"passed","time":{"start":1714501050429,"stop":1714501050430,"duration":1}},{"uid":"73cb1145d6eb3fcc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/73cb1145d6eb3fcc","status":"passed","time":{"start":1714494785890,"stop":1714494785890,"duration":0}},{"uid":"f06392c004a19d9d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f06392c004a19d9d","status":"passed","time":{"start":1714492898554,"stop":1714492898554,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6dea486096d42065","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6dea486096d42065","status":"passed","time":{"start":1714500744052,"stop":1714500744052,"duration":0}},{"uid":"af487b855f72e839","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af487b855f72e839","status":"passed","time":{"start":1714494482320,"stop":1714494482320,"duration":0}},{"uid":"742cae92f163e793","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/742cae92f163e793","status":"passed","time":{"start":1714492591344,"stop":1714492591344,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1a5fc38077ff3e91","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1a5fc38077ff3e91","status":"passed","time":{"start":1714501181623,"stop":1714501181624,"duration":1}},{"uid":"1e573aff63d57dd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1e573aff63d57dd8","status":"passed","time":{"start":1714494921192,"stop":1714494921192,"duration":0}},{"uid":"70a7e05c6cab3b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70a7e05c6cab3b9","status":"passed","time":{"start":1714493000281,"stop":1714493000281,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ec3acaeba821bd1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ec3acaeba821bd1","status":"passed","time":{"start":1714501123777,"stop":1714501123778,"duration":1}},{"uid":"557d2cbbf3601d6a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/557d2cbbf3601d6a","status":"passed","time":{"start":1714494838839,"stop":1714494838839,"duration":0}},{"uid":"977116743c1cd574","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/977116743c1cd574","status":"passed","time":{"start":1714492985728,"stop":1714492985729,"duration":1}}]},"c51179106a185b2970974bf8c8e95aa2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b4f02eba98a93c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8b4f02eba98a93c8","status":"passed","time":{"start":1714501089327,"stop":1714501089328,"duration":1}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4589914c2ab9a95e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4589914c2ab9a95e","status":"passed","time":{"start":1714500550519,"stop":1714500550519,"duration":0}},{"uid":"fbcb3fa7dacd1bc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbcb3fa7dacd1bc6","status":"passed","time":{"start":1714494301221,"stop":1714494301221,"duration":0}},{"uid":"d4b89afb5e034670","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4b89afb5e034670","status":"passed","time":{"start":1714492405129,"stop":1714492405129,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bcce94c700a8b634","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bcce94c700a8b634","status":"passed","time":{"start":1714500533174,"stop":1714500533174,"duration":0}},{"uid":"9bc46a813fe15a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9bc46a813fe15a1","status":"passed","time":{"start":1714494284809,"stop":1714494284809,"duration":0}},{"uid":"1f9a0bb01adb00d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f9a0bb01adb00d9","status":"passed","time":{"start":1714492388593,"stop":1714492388597,"duration":4}}]},"cbb481de5670def24b36ec0b156d8751:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e5845635fed46fef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e5845635fed46fef","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036384,"stop":1714501036385,"duration":1}},{"uid":"cdded0abfd972e04","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cdded0abfd972e04","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786058,"stop":1714494786058,"duration":0}},{"uid":"d484b3c31160ef24","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d484b3c31160ef24","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860590,"stop":1714492860590,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60d8d8ec60d45f57","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60d8d8ec60d45f57","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0}},{"uid":"b986715a814c6894","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b986715a814c6894","status":"passed","time":{"start":1714494788145,"stop":1714494788145,"duration":0}},{"uid":"a25761d37bf71f66","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a25761d37bf71f66","status":"passed","time":{"start":1714492860432,"stop":1714492860432,"duration":0}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7a7930aea84c840","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a7a7930aea84c840","status":"passed","time":{"start":1714500590508,"stop":1714500590509,"duration":1}},{"uid":"2ecc65db8887ca7e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ecc65db8887ca7e","status":"passed","time":{"start":1714494351411,"stop":1714494351411,"duration":0}},{"uid":"d6b5f0e2eafbf736","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d6b5f0e2eafbf736","status":"passed","time":{"start":1714492441817,"stop":1714492441817,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ea99d05b9c43c94f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea99d05b9c43c94f","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"duration":0}},{"uid":"24305f488e3a67c1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24305f488e3a67c1","status":"passed","time":{"start":1714494760926,"stop":1714494760927,"duration":1}},{"uid":"fa7c77d0f62d05dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa7c77d0f62d05dd","status":"passed","time":{"start":1714492834201,"stop":1714492834201,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"159db4bf47a8a2c5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/159db4bf47a8a2c5","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"duration":0}},{"uid":"9384e7f27cee627e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9384e7f27cee627e","status":"passed","time":{"start":1714494954450,"stop":1714494954450,"duration":0}},{"uid":"e54ba42d51c4780","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e54ba42d51c4780","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"17756bf75c430ec9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/17756bf75c430ec9","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"duration":0}},{"uid":"bb99590079de5211","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bb99590079de5211","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"7bb917e104caf794","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bb917e104caf794","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"47006934071c9c07","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/47006934071c9c07","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500997300,"stop":1714500997300,"duration":0}},{"uid":"a1679ba4ae6c2a00","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a1679ba4ae6c2a00","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494742981,"stop":1714494742982,"duration":1}},{"uid":"57d1c165f80118a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/57d1c165f80118a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814492,"stop":1714492814492,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b9dcf876541845c1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b9dcf876541845c1","status":"passed","time":{"start":1714500844873,"stop":1714500844873,"duration":0}},{"uid":"3912e17b50861348","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3912e17b50861348","status":"passed","time":{"start":1714494594465,"stop":1714494594465,"duration":0}},{"uid":"eaf3a501014fd9f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eaf3a501014fd9f8","status":"passed","time":{"start":1714492694598,"stop":1714492694598,"duration":0}}]},"be03473f39c2d741f546446ff3fb470d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a488a1d6ae8143d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a488a1d6ae8143d","status":"passed","time":{"start":1714492932193,"stop":1714492932196,"duration":3}}]},"8934e3f7824a40c40cd0a2d257f67bb5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe004d2b0ad6a5f3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe004d2b0ad6a5f3","status":"passed","time":{"start":1714494840027,"stop":1714494840028,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"67da93ba9ad19212","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/67da93ba9ad19212","status":"passed","time":{"start":1714501123814,"stop":1714501123814,"duration":0}},{"uid":"707134f6bbae14e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/707134f6bbae14e9","status":"passed","time":{"start":1714494838853,"stop":1714494838853,"duration":0}},{"uid":"1b27c30350811090","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1b27c30350811090","status":"passed","time":{"start":1714492985771,"stop":1714492985774,"duration":3}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52bf11b26f487d0c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/52bf11b26f487d0c","status":"passed","time":{"start":1714500533444,"stop":1714500533444,"duration":0}},{"uid":"e1d14905c5ee3043","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e1d14905c5ee3043","status":"passed","time":{"start":1714494284792,"stop":1714494284793,"duration":1}},{"uid":"6e85e5a8f3f6c9ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6e85e5a8f3f6c9ca","status":"passed","time":{"start":1714492388867,"stop":1714492388867,"duration":0}}]},"f297e9c273ec69bccc97a95c24b26a6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"580d05e23a4fcd4a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/580d05e23a4fcd4a","status":"passed","time":{"start":1714494848657,"stop":1714494848658,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5548ceb150256fc6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5548ceb150256fc6","status":"passed","time":{"start":1714500542733,"stop":1714500542734,"duration":1}},{"uid":"284e179c55b8a6b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/284e179c55b8a6b7","status":"passed","time":{"start":1714494293812,"stop":1714494293814,"duration":2}},{"uid":"423395bf3b5eb564","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/423395bf3b5eb564","status":"passed","time":{"start":1714492397605,"stop":1714492397606,"duration":1}}]},"9801ccd1329bba75325997a8856244d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b10d719592d6ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/98b10d719592d6ad","status":"passed","time":{"start":1714494840009,"stop":1714494840011,"duration":2}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c48bc4ca85c868d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c48bc4ca85c868d","status":"passed","time":{"start":1714500844876,"stop":1714500844877,"duration":1}},{"uid":"a430b2ce317a3ecd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a430b2ce317a3ecd","status":"passed","time":{"start":1714494594466,"stop":1714494594466,"duration":0}},{"uid":"86e74e6ffaa0fce0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86e74e6ffaa0fce0","status":"passed","time":{"start":1714492694600,"stop":1714492694600,"duration":0}}]},"7ae11021e2fa12b85336be9c02761e15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"faeddac9cbbeb5bc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/faeddac9cbbeb5bc","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0}},{"uid":"7a0ae5cb2f06b6dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a0ae5cb2f06b6dc","status":"passed","time":{"start":1714494276821,"stop":1714494276822,"duration":1}},{"uid":"8af90443ed18d37d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8af90443ed18d37d","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"db239623ba29f62a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/db239623ba29f62a","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0}},{"uid":"a10dec2f34732f49","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a10dec2f34732f49","status":"passed","time":{"start":1714494785909,"stop":1714494785910,"duration":1}},{"uid":"f6c29e1cdd2e584f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f6c29e1cdd2e584f","status":"passed","time":{"start":1714492898565,"stop":1714492898565,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"96f57b4b7bcce7d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/96f57b4b7bcce7d5","status":"passed","time":{"start":1714500823188,"stop":1714500823189,"duration":1}},{"uid":"4d232e434e4c656e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d232e434e4c656e","status":"passed","time":{"start":1714494571267,"stop":1714494571268,"duration":1}},{"uid":"3e3bbc8f9c8357c4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e3bbc8f9c8357c4","status":"passed","time":{"start":1714492678667,"stop":1714492678668,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3eff4c653c9a3773","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3eff4c653c9a3773","status":"passed","time":{"start":1714500850421,"stop":1714500850422,"duration":1}},{"uid":"76dd1383e4ce744e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76dd1383e4ce744e","status":"passed","time":{"start":1714494602307,"stop":1714494602307,"duration":0}},{"uid":"fb5ed634cfbeef6f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fb5ed634cfbeef6f","status":"passed","time":{"start":1714492686140,"stop":1714492686140,"duration":0}}]},"a5e959967e9759b91a61afe69e75d5c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73e0614578689b14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/73e0614578689b14","status":"passed","time":{"start":1714492932191,"stop":1714492932192,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"93014aceffb01af5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/93014aceffb01af5","status":"passed","time":{"start":1714501036173,"stop":1714501036174,"duration":1}},{"uid":"c80f29779883c0c0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c80f29779883c0c0","status":"passed","time":{"start":1714494788149,"stop":1714494788150,"duration":1}},{"uid":"f256b0e6b337e5b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f256b0e6b337e5b2","status":"passed","time":{"start":1714492860436,"stop":1714492860436,"duration":0}}]},"7883e79da2255f82ec451d5fe2a17a40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64404164caed56bc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/64404164caed56bc","status":"passed","time":{"start":1714500735366,"stop":1714500735367,"duration":1}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35f50d216a3cf5ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35f50d216a3cf5ea","status":"passed","time":{"start":1714500823173,"stop":1714500823174,"duration":1}},{"uid":"2d184f028480ccf6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2d184f028480ccf6","status":"passed","time":{"start":1714494571257,"stop":1714494571258,"duration":1}},{"uid":"475b7a6a5b074a1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/475b7a6a5b074a1","status":"passed","time":{"start":1714492678644,"stop":1714492678645,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f0fbc713ac9b3fb1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f0fbc713ac9b3fb1","status":"passed","time":{"start":1714500744140,"stop":1714500744141,"duration":1}},{"uid":"5876af9dca679859","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5876af9dca679859","status":"passed","time":{"start":1714494482346,"stop":1714494482347,"duration":1}},{"uid":"cd979ba8cbca552c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cd979ba8cbca552c","status":"passed","time":{"start":1714492591359,"stop":1714492591359,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2fc0c83f2a3aec26","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2fc0c83f2a3aec26","status":"passed","time":{"start":1714500823189,"stop":1714500823190,"duration":1}},{"uid":"b4452214b332940a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b4452214b332940a","status":"passed","time":{"start":1714494571269,"stop":1714494571269,"duration":0}},{"uid":"f4b7605e542bad07","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f4b7605e542bad07","status":"passed","time":{"start":1714492678668,"stop":1714492678669,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f69d98ea1e8e8490","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f69d98ea1e8e8490","status":"passed","time":{"start":1714500976540,"stop":1714500976542,"duration":2}},{"uid":"2ba64b51db3aa3b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ba64b51db3aa3b1","status":"passed","time":{"start":1714494735286,"stop":1714494735286,"duration":0}},{"uid":"d072b6dbcb34d13b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d072b6dbcb34d13b","status":"passed","time":{"start":1714492814949,"stop":1714492814950,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"68d1ff0556bff499","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/68d1ff0556bff499","status":"passed","time":{"start":1714500525361,"stop":1714500525361,"duration":0}},{"uid":"3551fa485ba0ecd5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3551fa485ba0ecd5","status":"passed","time":{"start":1714494277049,"stop":1714494277049,"duration":0}},{"uid":"770677a8330e27ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/770677a8330e27ca","status":"passed","time":{"start":1714492380913,"stop":1714492380914,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"713c7f0c0303482","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/713c7f0c0303482","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"duration":0}},{"uid":"b8629574509db7ab","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8629574509db7ab","status":"passed","time":{"start":1714494791245,"stop":1714494791246,"duration":1}},{"uid":"7284ec62335561b5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7284ec62335561b5","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aff5f9954bebccd4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aff5f9954bebccd4","status":"passed","time":{"start":1714500533160,"stop":1714500533163,"duration":3}},{"uid":"b37a449e46a7b41d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b37a449e46a7b41d","status":"passed","time":{"start":1714494284807,"stop":1714494284807,"duration":0}},{"uid":"75d4bdd0f84c0e69","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/75d4bdd0f84c0e69","status":"passed","time":{"start":1714492388586,"stop":1714492388589,"duration":3}}]},"b7a10f27f6c028aaf2be0ffde54159c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de583326a1ffe8f6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/de583326a1ffe8f6","status":"passed","time":{"start":1714492923653,"stop":1714492923654,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd498e3d5e152f7a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bd498e3d5e152f7a","status":"passed","time":{"start":1714500623696,"stop":1714500623697,"duration":1}},{"uid":"8ef372cc6e608c10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ef372cc6e608c10","status":"passed","time":{"start":1714494373385,"stop":1714494373386,"duration":1}},{"uid":"c5424ba1dfe0033","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c5424ba1dfe0033","status":"passed","time":{"start":1714492481133,"stop":1714492481133,"duration":0}}]},"d8b990b9ce1e0a50e5b41c0e25b656bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cda918490853df15","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cda918490853df15","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"duration":0}},{"uid":"fa30d839712d05e7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa30d839712d05e7","status":"passed","time":{"start":1714494276808,"stop":1714494276809,"duration":1}},{"uid":"b955ff1ec6663a45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b955ff1ec6663a45","status":"passed","time":{"start":1714492380862,"stop":1714492380862,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63d59698afa53fb6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63d59698afa53fb6","status":"passed","time":{"start":1714501140344,"stop":1714501140344,"duration":0}},{"uid":"865a5e35d86378ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/865a5e35d86378ad","status":"passed","time":{"start":1714494884057,"stop":1714494884058,"duration":1}},{"uid":"afaf8740df1cf86b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/afaf8740df1cf86b","status":"passed","time":{"start":1714492954774,"stop":1714492954774,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"934692a59b112705","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/934692a59b112705","status":"passed","time":{"start":1714501089332,"stop":1714501089333,"duration":1}},{"uid":"6e7e011550a19bd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e7e011550a19bd8","status":"passed","time":{"start":1714494840030,"stop":1714494840031,"duration":1}},{"uid":"797ba9116d6266da","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/797ba9116d6266da","status":"passed","time":{"start":1714492923660,"stop":1714492923660,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"19074cfdf74cf71d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/19074cfdf74cf71d","status":"passed","time":{"start":1714500539180,"stop":1714500539181,"duration":1}},{"uid":"255965e63596de6e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/255965e63596de6e","status":"passed","time":{"start":1714494290448,"stop":1714494290448,"duration":0}},{"uid":"7405d3c0d1d97bd5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7405d3c0d1d97bd5","status":"passed","time":{"start":1714492394191,"stop":1714492394191,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3f71660b5113b70","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e3f71660b5113b70","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"duration":0}},{"uid":"30f59dab865d60c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/30f59dab865d60c","status":"passed","time":{"start":1714494838841,"stop":1714494838841,"duration":0}},{"uid":"5553bef2385b00b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5553bef2385b00b0","status":"passed","time":{"start":1714492985741,"stop":1714492985742,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1be1b5d231f10a4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1be1b5d231f10a4","status":"passed","time":{"start":1714500550276,"stop":1714500550276,"duration":0}},{"uid":"335f0bf9037459bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/335f0bf9037459bf","status":"passed","time":{"start":1714494300697,"stop":1714494300697,"duration":0}},{"uid":"964f7fd4bac5765a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/964f7fd4bac5765a","status":"passed","time":{"start":1714492404704,"stop":1714492404705,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fb3b81d0ea381b5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fb3b81d0ea381b5","status":"passed","time":{"start":1714501036154,"stop":1714501036155,"duration":1}},{"uid":"268634f936260d6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/268634f936260d6b","status":"passed","time":{"start":1714494788124,"stop":1714494788124,"duration":0}},{"uid":"fe606e2ae90b3075","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fe606e2ae90b3075","status":"passed","time":{"start":1714492860426,"stop":1714492860426,"duration":0}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84d95c3080b4c614","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/84d95c3080b4c614","status":"passed","time":{"start":1714501089333,"stop":1714501089333,"duration":0}},{"uid":"22af38965744b1f5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/22af38965744b1f5","status":"passed","time":{"start":1714494840032,"stop":1714494840033,"duration":1}},{"uid":"1aab52993433bf2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1aab52993433bf2b","status":"passed","time":{"start":1714492923662,"stop":1714492923662,"duration":0}}]},"3f24dd45f4d11590decacef2e4e136cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b005014a399df2fb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b005014a399df2fb","status":"passed","time":{"start":1714501106173,"stop":1714501106174,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b9db14ff3b73ff0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b9db14ff3b73ff0","status":"passed","time":{"start":1714500823189,"stop":1714500823189,"duration":0}},{"uid":"92a0d77f8c54270e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92a0d77f8c54270e","status":"passed","time":{"start":1714494571268,"stop":1714494571268,"duration":0}},{"uid":"8db67218908eac7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8db67218908eac7","status":"passed","time":{"start":1714492678668,"stop":1714492678668,"duration":0}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a43c9c577a2c039f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a43c9c577a2c039f","status":"passed","time":{"start":1714500559906,"stop":1714500559907,"duration":1}},{"uid":"749165f14089fa21","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749165f14089fa21","status":"passed","time":{"start":1714494310952,"stop":1714494310953,"duration":1}},{"uid":"95085a3026b6fc60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/95085a3026b6fc60","status":"passed","time":{"start":1714492410937,"stop":1714492410937,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7e124888241dc95","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c7e124888241dc95","status":"passed","time":{"start":1714500533156,"stop":1714500533160,"duration":4}},{"uid":"66e2221ed387157","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66e2221ed387157","status":"passed","time":{"start":1714494284806,"stop":1714494284807,"duration":1}},{"uid":"63bab3a8713ca2eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/63bab3a8713ca2eb","status":"passed","time":{"start":1714492388572,"stop":1714492388586,"duration":14}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a56fc7aa78d15952","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a56fc7aa78d15952","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"duration":0}},{"uid":"4f8d75ef8ed0ed5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f8d75ef8ed0ed5a","status":"passed","time":{"start":1714494791249,"stop":1714494791250,"duration":1}},{"uid":"5d227c4c2509475e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d227c4c2509475e","status":"passed","time":{"start":1714492870708,"stop":1714492870708,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"10d288e7c59d7064","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/10d288e7c59d7064","status":"passed","time":{"start":1714500524938,"stop":1714500524940,"duration":2}},{"uid":"c622bc43ad95ffcd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c622bc43ad95ffcd","status":"passed","time":{"start":1714494276736,"stop":1714494276737,"duration":1}},{"uid":"7f81f2d5f92294f4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f81f2d5f92294f4","status":"passed","time":{"start":1714492380331,"stop":1714492380332,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63f7fd5584bb99a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63f7fd5584bb99a","status":"passed","time":{"start":1714500823172,"stop":1714500823173,"duration":1}},{"uid":"a2bf946246362af","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a2bf946246362af","status":"passed","time":{"start":1714494571257,"stop":1714494571257,"duration":0}},{"uid":"86e93cf90a2aadad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86e93cf90a2aadad","status":"passed","time":{"start":1714492678642,"stop":1714492678642,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9144b34b0b1e4b81","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9144b34b0b1e4b81","status":"passed","time":{"start":1714500823187,"stop":1714500823188,"duration":1}},{"uid":"10b387acc8ee029","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10b387acc8ee029","status":"passed","time":{"start":1714494571267,"stop":1714494571267,"duration":0}},{"uid":"a1acafa2f6e9b26b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a1acafa2f6e9b26b","status":"passed","time":{"start":1714492678666,"stop":1714492678666,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"708a514fa8d75f83","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/708a514fa8d75f83","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"duration":0}},{"uid":"e17e9a40532002dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e17e9a40532002dc","status":"passed","time":{"start":1714494536933,"stop":1714494536933,"duration":0}},{"uid":"94ce4a998da9047","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/94ce4a998da9047","status":"passed","time":{"start":1714492635268,"stop":1714492635268,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3599105412536b2d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3599105412536b2d","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"duration":0}},{"uid":"4c09545168db9d6a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c09545168db9d6a","status":"passed","time":{"start":1714494838850,"stop":1714494838850,"duration":0}},{"uid":"be3f519800d58ed5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/be3f519800d58ed5","status":"passed","time":{"start":1714492985767,"stop":1714492985768,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c58b044a8916fad0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c58b044a8916fad0","status":"passed","time":{"start":1714500844877,"stop":1714500844878,"duration":1}},{"uid":"968ac4518bd13994","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/968ac4518bd13994","status":"passed","time":{"start":1714494594466,"stop":1714494594467,"duration":1}},{"uid":"8c70f0ae7953f348","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8c70f0ae7953f348","status":"passed","time":{"start":1714492694600,"stop":1714492694600,"duration":0}}]},"1d98f03de688ee16b75c16b2c7c5786e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebac540b0dac7b3d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ebac540b0dac7b3d","status":"passed","time":{"start":1714494840029,"stop":1714494840030,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"da99ae35517a7a5f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/da99ae35517a7a5f","status":"passed","time":{"start":1714501123810,"stop":1714501123810,"duration":0}},{"uid":"a12d43e26837fcc8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a12d43e26837fcc8","status":"passed","time":{"start":1714494838849,"stop":1714494838850,"duration":1}},{"uid":"9f9b3663213a1fe3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9f9b3663213a1fe3","status":"passed","time":{"start":1714492985767,"stop":1714492985767,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"312c06e44afccc8a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/312c06e44afccc8a","status":"passed","time":{"start":1714500844874,"stop":1714500844875,"duration":1}},{"uid":"f3831f3056cefc66","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f3831f3056cefc66","status":"passed","time":{"start":1714494594465,"stop":1714494594466,"duration":1}},{"uid":"d83652f5eb002319","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d83652f5eb002319","status":"passed","time":{"start":1714492694599,"stop":1714492694599,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"328857f35cc61b49","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/328857f35cc61b49","status":"passed","time":{"start":1714501008011,"stop":1714501008012,"duration":1}},{"uid":"c8561c08b1737c2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8561c08b1737c2","status":"passed","time":{"start":1714494764686,"stop":1714494764686,"duration":0}},{"uid":"29a6a9ac8de99bac","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/29a6a9ac8de99bac","status":"passed","time":{"start":1714492842569,"stop":1714492842570,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"314a43bc3b6dd6b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/314a43bc3b6dd6b2","status":"passed","time":{"start":1714500735372,"stop":1714500735372,"duration":0}},{"uid":"f58aa4274d2dd059","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f58aa4274d2dd059","status":"passed","time":{"start":1714494500298,"stop":1714494500298,"duration":0}},{"uid":"d76f205e2dfdafa9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d76f205e2dfdafa9","status":"passed","time":{"start":1714492591540,"stop":1714492591540,"duration":0}}]},"7e5eedf04b84ae8937503865e2bf579a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86b5adffb5417d61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/86b5adffb5417d61","status":"passed","time":{"start":1714494785902,"stop":1714494785902,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9098ea5072321c3b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9098ea5072321c3b","status":"passed","time":{"start":1714501150905,"stop":1714501150906,"duration":1}},{"uid":"e7fe2e3f14be5d40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7fe2e3f14be5d40","status":"passed","time":{"start":1714494883921,"stop":1714494883921,"duration":0}},{"uid":"13b80f21952d4d96","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/13b80f21952d4d96","status":"passed","time":{"start":1714492982049,"stop":1714492982050,"duration":1}}]},"f0c51413d9dd73a9f8d4ca2153e389be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"313ae8ba8a855aa2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/313ae8ba8a855aa2","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0}},{"uid":"24ff83e58cd23e13","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24ff83e58cd23e13","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"d756a4ca71c82da0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d756a4ca71c82da0","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c0afa96481681c03","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c0afa96481681c03","status":"passed","time":{"start":1714500550517,"stop":1714500550517,"duration":0}},{"uid":"1ddbce8e4856906a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ddbce8e4856906a","status":"passed","time":{"start":1714494301219,"stop":1714494301219,"duration":0}},{"uid":"3dc83b870f95bc1c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3dc83b870f95bc1c","status":"passed","time":{"start":1714492405127,"stop":1714492405127,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cc2ee3278f305db7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cc2ee3278f305db7","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0}},{"uid":"4964ea278142dbef","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4964ea278142dbef","status":"passed","time":{"start":1714494305187,"stop":1714494305187,"duration":0}}]},"44fa3bd58461ba3ddc5cdb85c640faae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c174621bb8b75f63","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c174621bb8b75f63","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"duration":0}},{"uid":"454b0d55575320ca","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/454b0d55575320ca","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"a601c4d6cb8a0e24","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a601c4d6cb8a0e24","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d7b35e926981de6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d7b35e926981de6","status":"passed","time":{"start":1714500538523,"stop":1714500538525,"duration":2}},{"uid":"fa11b7f1a69362c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa11b7f1a69362c7","status":"passed","time":{"start":1714494289730,"stop":1714494289731,"duration":1}},{"uid":"89f8f53e4356cd0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89f8f53e4356cd0b","status":"passed","time":{"start":1714492393509,"stop":1714492393510,"duration":1}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e39e4277a9d4d785","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e39e4277a9d4d785","status":"passed","time":{"start":1714500550274,"stop":1714500550274,"duration":0}},{"uid":"4765f22cc07e00de","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4765f22cc07e00de","status":"passed","time":{"start":1714494300694,"stop":1714494300695,"duration":1}},{"uid":"836a697c3d0de5f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/836a697c3d0de5f8","status":"passed","time":{"start":1714492404702,"stop":1714492404702,"duration":0}}]},"8b40117c40c9f1c45aea8293d77944a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e51025656c307fe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e51025656c307fe8","status":"passed","time":{"start":1714492923650,"stop":1714492923651,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b9ea48a667b1579","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7b9ea48a667b1579","status":"passed","time":{"start":1714500550277,"stop":1714500550277,"duration":0}},{"uid":"7205bd717899236c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7205bd717899236c","status":"passed","time":{"start":1714494300698,"stop":1714494300698,"duration":0}},{"uid":"4cfca5fac2d252e7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4cfca5fac2d252e7","status":"passed","time":{"start":1714492404705,"stop":1714492404706,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"405d44695a284cee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/405d44695a284cee","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"duration":0}},{"uid":"15595215bec18c52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/15595215bec18c52","status":"passed","time":{"start":1714494954434,"stop":1714494954434,"duration":0}},{"uid":"32c54b8f9c250198","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/32c54b8f9c250198","status":"passed","time":{"start":1714493052130,"stop":1714493052130,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a37ab907af262cff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a37ab907af262cff","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"duration":0}},{"uid":"286a56fb28873c22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/286a56fb28873c22","status":"passed","time":{"start":1714494908938,"stop":1714494908938,"duration":0}},{"uid":"22da968b2e3783e5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/22da968b2e3783e5","status":"passed","time":{"start":1714492995228,"stop":1714492995228,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f1fdf4eeda47b79","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6f1fdf4eeda47b79","status":"passed","time":{"start":1714500539181,"stop":1714500539181,"duration":0}},{"uid":"c3bd21127c0ad5da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c3bd21127c0ad5da","status":"passed","time":{"start":1714494290448,"stop":1714494290449,"duration":1}},{"uid":"1bf1c9cd121e25fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1bf1c9cd121e25fc","status":"passed","time":{"start":1714492394191,"stop":1714492394192,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"93947988180f732a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/93947988180f732a","status":"passed","time":{"start":1714500735367,"stop":1714500735368,"duration":1}},{"uid":"d251fde345af9b84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d251fde345af9b84","status":"passed","time":{"start":1714494500293,"stop":1714494500293,"duration":0}},{"uid":"8a6400e48be5182e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8a6400e48be5182e","status":"passed","time":{"start":1714492591533,"stop":1714492591534,"duration":1}}]},"f1c7d88e241f8349dd0127f0d7267c00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdd496a21e61761a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fdd496a21e61761a","status":"passed","time":{"start":1714500976563,"stop":1714500976564,"duration":1}}]},"dcfc36fdb908c0b4a08224e6f9b41f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e76b8f588e099d71","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e76b8f588e099d71","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0}},{"uid":"fbec7bbda4261088","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbec7bbda4261088","status":"passed","time":{"start":1714494276806,"stop":1714494276806,"duration":0}},{"uid":"c85429ca12ef9968","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c85429ca12ef9968","status":"passed","time":{"start":1714492380860,"stop":1714492380860,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ea5fad97f129c789","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea5fad97f129c789","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"duration":0}},{"uid":"b5ee39509e4f8eb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5ee39509e4f8eb","status":"passed","time":{"start":1714494312953,"stop":1714494312953,"duration":0}},{"uid":"2cbb2a6d72b87ece","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2cbb2a6d72b87ece","status":"passed","time":{"start":1714492412934,"stop":1714492412934,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a867d1ad9633030c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a867d1ad9633030c","status":"passed","time":{"start":1714500525321,"stop":1714500525321,"duration":0}},{"uid":"8cec8a9eb5e3b01a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8cec8a9eb5e3b01a","status":"passed","time":{"start":1714494276800,"stop":1714494276801,"duration":1}},{"uid":"933d261e25588ef1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/933d261e25588ef1","status":"passed","time":{"start":1714492380855,"stop":1714492380855,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ee3c1f0c569649c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8ee3c1f0c569649c","status":"passed","time":{"start":1714501049781,"stop":1714501049782,"duration":1}},{"uid":"5bef9e37dffe95fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5bef9e37dffe95fc","status":"passed","time":{"start":1714494802220,"stop":1714494802220,"duration":0}},{"uid":"34e672482843d2a0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/34e672482843d2a0","status":"passed","time":{"start":1714492887582,"stop":1714492887582,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c9c85d861a8e104","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4c9c85d861a8e104","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"duration":0}},{"uid":"1d556dda37849855","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1d556dda37849855","status":"passed","time":{"start":1714494500294,"stop":1714494500295,"duration":1}},{"uid":"26dd916b3d554461","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/26dd916b3d554461","status":"passed","time":{"start":1714492591535,"stop":1714492591535,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d351093a3a02e8f1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d351093a3a02e8f1","status":"passed","time":{"start":1714500587026,"stop":1714500587026,"duration":0}},{"uid":"c640a453bd657339","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c640a453bd657339","status":"passed","time":{"start":1714494335559,"stop":1714494335559,"duration":0}},{"uid":"2fea1b89c3690ce5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2fea1b89c3690ce5","status":"passed","time":{"start":1714492436197,"stop":1714492436197,"duration":0}}]},"073721a1de55fc8f40b4bbcd7e60e0f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"897675e5ef50e5f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/897675e5ef50e5f0","status":"passed","time":{"start":1714494848660,"stop":1714494848661,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"ef4765b9aa30380","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef4765b9aa30380","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500590517,"stop":1714500590517,"duration":0}},{"uid":"cfc56a9ebbe7d00","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cfc56a9ebbe7d00","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351415,"duration":0}},{"uid":"888ea82e6704cc9a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/888ea82e6704cc9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441821,"stop":1714492441822,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ddd286f8b97ed619","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ddd286f8b97ed619","status":"passed","time":{"start":1714500560558,"stop":1714500560559,"duration":1}},{"uid":"f736c961eecfcccc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f736c961eecfcccc","status":"passed","time":{"start":1714494311521,"stop":1714494311522,"duration":1}},{"uid":"eaa0ba1300c4c52d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eaa0ba1300c4c52d","status":"passed","time":{"start":1714492411491,"stop":1714492411491,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2faf99ea3a794699","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2faf99ea3a794699","status":"passed","time":{"start":1714501153790,"stop":1714501153791,"duration":1}},{"uid":"fa8508878e861c28","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa8508878e861c28","status":"passed","time":{"start":1714494896481,"stop":1714494896481,"duration":0}},{"uid":"3ff889065cd73900","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3ff889065cd73900","status":"passed","time":{"start":1714492987118,"stop":1714492987119,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42199659ba02c66b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/42199659ba02c66b","status":"passed","time":{"start":1714500979199,"stop":1714500979200,"duration":1}},{"uid":"ae2224888fa1b0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ae2224888fa1b0e","status":"passed","time":{"start":1714494739119,"stop":1714494739120,"duration":1}},{"uid":"81cdadc225089c5b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/81cdadc225089c5b","status":"passed","time":{"start":1714492817320,"stop":1714492817320,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3adcab77d43932a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e3adcab77d43932a","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"duration":0}},{"uid":"56c2affe88a99214","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56c2affe88a99214","status":"passed","time":{"start":1714494482347,"stop":1714494482348,"duration":1}},{"uid":"d4432cada4bcec05","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4432cada4bcec05","status":"passed","time":{"start":1714492591360,"stop":1714492591360,"duration":0}}]},"cd14dfc1b67126624a60ac64c358c73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc3237ac1dafd6ec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fc3237ac1dafd6ec","status":"passed","time":{"start":1714494848657,"stop":1714494848657,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33273405b1f04d1a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/33273405b1f04d1a","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0}},{"uid":"e2535299aaebdea3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e2535299aaebdea3","status":"passed","time":{"start":1714494305186,"stop":1714494305186,"duration":0}}]},"f3e44dbc0166bb1fd9b9889ba11c8886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3c890611cf4dd1da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3c890611cf4dd1da","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"duration":0}},{"uid":"3ac43a0e76eb1dfe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3ac43a0e76eb1dfe","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"100ce56a676c8804","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/100ce56a676c8804","status":"passed","time":{"start":1714492380862,"stop":1714492380863,"duration":1}}]},"09b668d37ba339160cbe0adc808936ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0fdd2e852dc00f6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e0fdd2e852dc00f6","status":"passed","time":{"start":1714500525335,"stop":1714500525336,"duration":1}},{"uid":"2bd0a9dca9dfc36c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2bd0a9dca9dfc36c","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"7b957575c0025ae4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b957575c0025ae4","status":"passed","time":{"start":1714492380865,"stop":1714492380866,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"954085ad35b5e514","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/954085ad35b5e514","status":"passed","time":{"start":1714500744140,"stop":1714500744140,"duration":0}},{"uid":"a775c0a4389c4800","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a775c0a4389c4800","status":"passed","time":{"start":1714494482346,"stop":1714494482346,"duration":0}},{"uid":"cdfa6ab72c0de8cd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdfa6ab72c0de8cd","status":"passed","time":{"start":1714492591356,"stop":1714492591359,"duration":3}}]},"2ab8b1e56a505b61194b0126f566771f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ac2eb0482fc0257","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ac2eb0482fc0257","status":"passed","time":{"start":1714494788147,"stop":1714494788147,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"756aaa7921b3ce41","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/756aaa7921b3ce41","status":"passed","time":{"start":1714500554004,"stop":1714500554005,"duration":1}},{"uid":"6ce05dc74eed696","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ce05dc74eed696","status":"passed","time":{"start":1714494305185,"stop":1714494305185,"duration":0}}]},"aa667aabf6345fbe4e97a8e67952bb75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8356230aed138bcf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8356230aed138bcf","status":"passed","time":{"start":1714501089335,"stop":1714501089336,"duration":1}},{"uid":"b1ff0b9b1c292c09","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b1ff0b9b1c292c09","status":"passed","time":{"start":1714494840034,"stop":1714494840035,"duration":1}},{"uid":"5d186362847c2100","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d186362847c2100","status":"passed","time":{"start":1714492923663,"stop":1714492923664,"duration":1}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8dbdb5a4b4644f02","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8dbdb5a4b4644f02","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0}},{"uid":"f4a969c3755a6238","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4a969c3755a6238","status":"passed","time":{"start":1714494876055,"stop":1714494876056,"duration":1}},{"uid":"ae56ef1c6405ac3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ae56ef1c6405ac3","status":"passed","time":{"start":1714492961694,"stop":1714492961695,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a412bd114e09fe6a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a412bd114e09fe6a","status":"passed","time":{"start":1714500744125,"stop":1714500744126,"duration":1}},{"uid":"2ab2fe1f96241fd7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ab2fe1f96241fd7","status":"passed","time":{"start":1714494482332,"stop":1714494482332,"duration":0}},{"uid":"a1e2ba25c90750f5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a1e2ba25c90750f5","status":"passed","time":{"start":1714492591350,"stop":1714492591351,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7cb253bf4db0d975","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7cb253bf4db0d975","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"duration":0}},{"uid":"6c7fa6d9208bcd92","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c7fa6d9208bcd92","status":"passed","time":{"start":1714494791259,"stop":1714494791259,"duration":0}},{"uid":"1856b543498ad726","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1856b543498ad726","status":"passed","time":{"start":1714492870712,"stop":1714492870712,"duration":0}}]},"11979150429dab6cdfe58e2b19df299b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee8696a71f68032b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ee8696a71f68032b","status":"passed","time":{"start":1714494848658,"stop":1714494848659,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"543f4dbf0e266bda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/543f4dbf0e266bda","status":"passed","time":{"start":1714501050458,"stop":1714501050459,"duration":1}},{"uid":"c1999cb2f1d300bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c1999cb2f1d300bf","status":"passed","time":{"start":1714494785918,"stop":1714494785918,"duration":0}},{"uid":"a393e0004626c280","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a393e0004626c280","status":"passed","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef98ceae824b99a4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef98ceae824b99a4","status":"passed","time":{"start":1714500976525,"stop":1714500976526,"duration":1}},{"uid":"f66cc2f3a5d6cda6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f66cc2f3a5d6cda6","status":"passed","time":{"start":1714494735255,"stop":1714494735255,"duration":0}},{"uid":"176ad6027b3df944","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/176ad6027b3df944","status":"passed","time":{"start":1714492814921,"stop":1714492814922,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc3c4f852c806d7c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc3c4f852c806d7c","status":"passed","time":{"start":1714501050452,"stop":1714501050452,"duration":0}},{"uid":"76b4f8d5602d1b50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76b4f8d5602d1b50","status":"passed","time":{"start":1714494785913,"stop":1714494785913,"duration":0}},{"uid":"b2606950fba1af5f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2606950fba1af5f","status":"passed","time":{"start":1714492898569,"stop":1714492898569,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c5166d63c5284254","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c5166d63c5284254","status":"passed","time":{"start":1714501123789,"stop":1714501123789,"duration":0}},{"uid":"77df53d4b2dc6e60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/77df53d4b2dc6e60","status":"passed","time":{"start":1714494838845,"stop":1714494838845,"duration":0}},{"uid":"1879ceae6e82568a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1879ceae6e82568a","status":"passed","time":{"start":1714492985763,"stop":1714492985763,"duration":0}}]},"d1e899bb77cffe1b4eac08cc549c7c8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f99b7ccb56c66078","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f99b7ccb56c66078","status":"passed","time":{"start":1714500525339,"stop":1714500525340,"duration":1}},{"uid":"8453c0d2ab42aa1a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8453c0d2ab42aa1a","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"c04699933544143a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c04699933544143a","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"70a767e4b930526214fbc0ed1d3d34cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"ce90f852b9cdf7af","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ce90f852b9cdf7af","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036384,"stop":1714501036384,"duration":0}},{"uid":"f57ff0fcdc8fd9fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f57ff0fcdc8fd9fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786057,"duration":0}},{"uid":"2225250ae64fd705","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2225250ae64fd705","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860589,"stop":1714492860589,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"81ba353866870eff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/81ba353866870eff","status":"passed","time":{"start":1714500786927,"stop":1714500786928,"duration":1}},{"uid":"981cec14bb11d6ab","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/981cec14bb11d6ab","status":"passed","time":{"start":1714494536934,"stop":1714494536934,"duration":0}},{"uid":"6086cae5134c003f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6086cae5134c003f","status":"passed","time":{"start":1714492635269,"stop":1714492635270,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"77456e2ab7aabb3f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/77456e2ab7aabb3f","status":"passed","time":{"start":1714500735362,"stop":1714500735362,"duration":0}},{"uid":"14d3ca1324fb1949","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14d3ca1324fb1949","status":"passed","time":{"start":1714494500288,"stop":1714494500289,"duration":1}},{"uid":"15578ce15265f1e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/15578ce15265f1e8","status":"passed","time":{"start":1714492591446,"stop":1714492591447,"duration":1}}]},"7053434ba6ebd8643e423028b66574c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e4c4b4dba7b63e3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9e4c4b4dba7b63e3","status":"passed","time":{"start":1714492898558,"stop":1714492898558,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97fc6d65f74d086f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/97fc6d65f74d086f","status":"passed","time":{"start":1714500607828,"stop":1714500607829,"duration":1}},{"uid":"46f2b5f8ff0b0c18","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46f2b5f8ff0b0c18","status":"passed","time":{"start":1714494370501,"stop":1714494370504,"duration":3}},{"uid":"531117c3205ce0b6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/531117c3205ce0b6","status":"passed","time":{"start":1714492459794,"stop":1714492459795,"duration":1}}]},"f5de8d16284f4a682642eccfd19248cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45bdfe2b82097fa1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/45bdfe2b82097fa1","status":"passed","time":{"start":1714492932190,"stop":1714492932191,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa8e63560c064385","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fa8e63560c064385","status":"passed","time":{"start":1714500533443,"stop":1714500533444,"duration":1}},{"uid":"6b214babaeded62c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6b214babaeded62c","status":"passed","time":{"start":1714494284790,"stop":1714494284791,"duration":1}},{"uid":"30860de2400b29ee","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30860de2400b29ee","status":"passed","time":{"start":1714492388866,"stop":1714492388867,"duration":1}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"45b7d02e8c00fecd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/45b7d02e8c00fecd","status":"passed","time":{"start":1714500735364,"stop":1714500735364,"duration":0}},{"uid":"296ad272c30f1e41","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/296ad272c30f1e41","status":"passed","time":{"start":1714494500291,"stop":1714494500291,"duration":0}},{"uid":"dfa705678bb5150e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dfa705678bb5150e","status":"passed","time":{"start":1714492591473,"stop":1714492591473,"duration":0}}]},"9f5ff7901f94364426cfffb4185e6ca1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e63432a1a601ba4f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e63432a1a601ba4f","status":"passed","time":{"start":1714494785902,"stop":1714494785902,"duration":0}}]},"9b912eb17e0cc806bd9aa68887eb10b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"77b47bbc73fe30ae","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/77b47bbc73fe30ae","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0}},{"uid":"59638c11fe6db7bb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/59638c11fe6db7bb","status":"passed","time":{"start":1714494276805,"stop":1714494276805,"duration":0}},{"uid":"db85d4a553ba7921","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db85d4a553ba7921","status":"passed","time":{"start":1714492380858,"stop":1714492380858,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"729bd1e3e4eafc19","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/729bd1e3e4eafc19","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0}},{"uid":"44dfb9d9ccfcb4db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/44dfb9d9ccfcb4db","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"ec76d9a2d1e93f37","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec76d9a2d1e93f37","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"483d138e14c2b884","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/483d138e14c2b884","status":"passed","time":{"start":1714500976527,"stop":1714500976527,"duration":0}},{"uid":"9e3f87e53c9f3c37","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9e3f87e53c9f3c37","status":"passed","time":{"start":1714494735256,"stop":1714494735257,"duration":1}},{"uid":"1bfb2e5a3b02dc83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1bfb2e5a3b02dc83","status":"passed","time":{"start":1714492814923,"stop":1714492814924,"duration":1}}]},"d6d5ab4735c0181a09b96a3e17937622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67c3abba26b62808","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/67c3abba26b62808","status":"passed","time":{"start":1714494785915,"stop":1714494785915,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"66d58804071e3d7e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/66d58804071e3d7e","status":"passed","time":{"start":1714501050439,"stop":1714501050440,"duration":1}},{"uid":"ada8becba22f0c61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ada8becba22f0c61","status":"passed","time":{"start":1714494785904,"stop":1714494785905,"duration":1}},{"uid":"9a09179fb60ad069","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a09179fb60ad069","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"935d18999994090d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/935d18999994090d","status":"passed","time":{"start":1714500976536,"stop":1714500976537,"duration":1}},{"uid":"7b40887cc811bc67","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b40887cc811bc67","status":"passed","time":{"start":1714494735278,"stop":1714494735279,"duration":1}},{"uid":"6e1d569db5f01eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6e1d569db5f01eb","status":"passed","time":{"start":1714492814946,"stop":1714492814947,"duration":1}}]},"bdebce4ad2c8da506a8cff55ee55b560:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50362fc4a3cd3a09","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50362fc4a3cd3a09","status":"passed","time":{"start":1714492923651,"stop":1714492923652,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b88845097973064","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b88845097973064","status":"passed","time":{"start":1714500850493,"stop":1714500850493,"duration":0}},{"uid":"14be827386c92a11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14be827386c92a11","status":"passed","time":{"start":1714494602390,"stop":1714494602390,"duration":0}},{"uid":"f28b9ab8e5bc13ae","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f28b9ab8e5bc13ae","status":"passed","time":{"start":1714492686294,"stop":1714492686295,"duration":1}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c29eb31fdbb488d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c29eb31fdbb488d0","status":"passed","time":{"start":1714501049788,"stop":1714501049788,"duration":0}},{"uid":"51f959512ed78471","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51f959512ed78471","status":"passed","time":{"start":1714494802222,"stop":1714494802223,"duration":1}},{"uid":"dae731d5cb694b19","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dae731d5cb694b19","status":"passed","time":{"start":1714492887588,"stop":1714492887588,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5a95136362ea6f70","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5a95136362ea6f70","status":"passed","time":{"start":1714501094175,"stop":1714501094175,"duration":0}},{"uid":"2648b71097aacf10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2648b71097aacf10","status":"passed","time":{"start":1714494837579,"stop":1714494837580,"duration":1}},{"uid":"d0a4cfd18e614d9d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d0a4cfd18e614d9d","status":"passed","time":{"start":1714492927143,"stop":1714492927144,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a59a007654dbad07","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a59a007654dbad07","status":"passed","time":{"start":1714500976532,"stop":1714500976533,"duration":1}},{"uid":"a3ce307a0ec90f94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a3ce307a0ec90f94","status":"passed","time":{"start":1714494735260,"stop":1714494735261,"duration":1}},{"uid":"51ae58b8030bdb14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51ae58b8030bdb14","status":"passed","time":{"start":1714492814942,"stop":1714492814943,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dbc578989486cf21","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dbc578989486cf21","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"duration":0}},{"uid":"85d47f9ebed8b815","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85d47f9ebed8b815","status":"passed","time":{"start":1714494301220,"stop":1714494301220,"duration":0}},{"uid":"449b6c4c6bea34f9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/449b6c4c6bea34f9","status":"passed","time":{"start":1714492405128,"stop":1714492405129,"duration":1}}]},"54abfe08d33c4a35d94bfd1c2d4a82fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4765182a2281a9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b4765182a2281a9","status":"passed","time":{"start":1714500525333,"stop":1714500525333,"duration":0}},{"uid":"b0265c3fcb4876e4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0265c3fcb4876e4","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"acc28592bccb1ee9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acc28592bccb1ee9","status":"passed","time":{"start":1714492380864,"stop":1714492380864,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d8639f9da8ea9bf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d8639f9da8ea9bf","status":"passed","time":{"start":1714500823191,"stop":1714500823192,"duration":1}},{"uid":"3dfd8a52edf78b6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3dfd8a52edf78b6b","status":"passed","time":{"start":1714494571269,"stop":1714494571270,"duration":1}},{"uid":"d07c62dd0915411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d07c62dd0915411","status":"passed","time":{"start":1714492678669,"stop":1714492678670,"duration":1}}]},"464594f7e93971edcfa3af034bbc340a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52307701bd17f9e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/52307701bd17f9e","status":"passed","time":{"start":1714494840005,"stop":1714494840005,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"430d8098386df929","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/430d8098386df929","status":"passed","time":{"start":1714501174014,"stop":1714501174015,"duration":1}},{"uid":"8951785c9707dbe1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8951785c9707dbe1","status":"passed","time":{"start":1714494908939,"stop":1714494908939,"duration":0}},{"uid":"3e247a6b821d666a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e247a6b821d666a","status":"passed","time":{"start":1714492995228,"stop":1714492995229,"duration":1}}]},"cc10d7e134573a26472b3ccfb8b12e4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f85c0a96af0fdc10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f85c0a96af0fdc10","status":"passed","time":{"start":1714494840007,"stop":1714494840007,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d0b5f428474590f2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d0b5f428474590f2","status":"passed","time":{"start":1714500590512,"stop":1714500590513,"duration":1}},{"uid":"d1b5783cc7499dac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1b5783cc7499dac","status":"passed","time":{"start":1714494351413,"stop":1714494351414,"duration":1}},{"uid":"da18f6c630fce5b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da18f6c630fce5b2","status":"passed","time":{"start":1714492441818,"stop":1714492441818,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c322b9ce59930c1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c322b9ce59930c1","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0}},{"uid":"e358a4ba2b4abf9a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e358a4ba2b4abf9a","status":"passed","time":{"start":1714494285528,"stop":1714494285528,"duration":0}},{"uid":"dabfaef586a33279","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dabfaef586a33279","status":"passed","time":{"start":1714492389342,"stop":1714492389342,"duration":0}}]},"e0683c384e048734afd5c7e99cd7eb66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d9d3fa887a84f11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1d9d3fa887a84f11","status":"passed","time":{"start":1714494840005,"stop":1714494840006,"duration":1}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"39195add76e3d83","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/39195add76e3d83","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"duration":0}},{"uid":"ac804102dbd02019","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac804102dbd02019","status":"passed","time":{"start":1714494838850,"stop":1714494838850,"duration":0}},{"uid":"f52b897657548717","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f52b897657548717","status":"passed","time":{"start":1714492985768,"stop":1714492985768,"duration":0}}]},"1dd97cca9ae648eee9d1a521bc96be95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"139ba6da50f38cea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/139ba6da50f38cea","status":"passed","time":{"start":1714494848659,"stop":1714494848659,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75924f2a405a97e4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/75924f2a405a97e4","status":"passed","time":{"start":1714501123819,"stop":1714501123820,"duration":1}},{"uid":"c756a93eeef21b86","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c756a93eeef21b86","status":"passed","time":{"start":1714494838855,"stop":1714494838855,"duration":0}},{"uid":"3845de303d4486c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3845de303d4486c8","status":"passed","time":{"start":1714492985775,"stop":1714492985776,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8fac17deda9017d9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8fac17deda9017d9","status":"passed","time":{"start":1714501123807,"stop":1714501123808,"duration":1}},{"uid":"369305e052194651","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/369305e052194651","status":"passed","time":{"start":1714494838847,"stop":1714494838847,"duration":0}},{"uid":"c61c0d349b2b6e10","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c61c0d349b2b6e10","status":"passed","time":{"start":1714492985765,"stop":1714492985766,"duration":1}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"746eab0f3a9aac1a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/746eab0f3a9aac1a","status":"passed","time":{"start":1714501094175,"stop":1714501094176,"duration":1}},{"uid":"3186220334493b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3186220334493b","status":"passed","time":{"start":1714494837580,"stop":1714494837580,"duration":0}},{"uid":"bba3cb0a47e34605","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bba3cb0a47e34605","status":"passed","time":{"start":1714492927144,"stop":1714492927145,"duration":1}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d86cb0c831ab7008","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d86cb0c831ab7008","status":"passed","time":{"start":1714500744049,"stop":1714500744050,"duration":1}},{"uid":"f8a3d488d44f369e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f8a3d488d44f369e","status":"passed","time":{"start":1714494482311,"stop":1714494482311,"duration":0}},{"uid":"206a6a7b591da8a4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/206a6a7b591da8a4","status":"passed","time":{"start":1714492591341,"stop":1714492591341,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c8ed7d6f994b5ae6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c8ed7d6f994b5ae6","status":"passed","time":{"start":1714500578576,"stop":1714500578594,"duration":18}},{"uid":"d2ddfee8ad2c69c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d2ddfee8ad2c69c7","status":"passed","time":{"start":1714494328710,"stop":1714494328712,"duration":2}},{"uid":"3b94c1faae68892f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b94c1faae68892f","status":"passed","time":{"start":1714492428459,"stop":1714492428465,"duration":6}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3f82c7b1a7d730e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e3f82c7b1a7d730e","status":"passed","time":{"start":1714501220684,"stop":1714501220685,"duration":1}},{"uid":"33a04b1685cadb3a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/33a04b1685cadb3a","status":"passed","time":{"start":1714494954436,"stop":1714494954436,"duration":0}},{"uid":"dc479954826b8bc1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc479954826b8bc1","status":"passed","time":{"start":1714493052132,"stop":1714493052132,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"318e082b140390cc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/318e082b140390cc","status":"passed","time":{"start":1714500590509,"stop":1714500590510,"duration":1}},{"uid":"fcaa9c1f7ffab50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fcaa9c1f7ffab50","status":"passed","time":{"start":1714494351411,"stop":1714494351411,"duration":0}},{"uid":"99805d165c005aa9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/99805d165c005aa9","status":"passed","time":{"start":1714492441817,"stop":1714492441817,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"418694fe0d4abe93","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/418694fe0d4abe93","status":"passed","time":{"start":1714501036168,"stop":1714501036168,"duration":0}},{"uid":"2c9f0b5b946db5ce","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c9f0b5b946db5ce","status":"passed","time":{"start":1714494788149,"stop":1714494788149,"duration":0}},{"uid":"a48aa8ee34a93f85","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a48aa8ee34a93f85","status":"passed","time":{"start":1714492860435,"stop":1714492860435,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0f4ad7d304f7e27","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a0f4ad7d304f7e27","status":"passed","time":{"start":1714501050433,"stop":1714501050434,"duration":1}},{"uid":"b4dba5ed3f7f6000","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b4dba5ed3f7f6000","status":"passed","time":{"start":1714494785900,"stop":1714494785901,"duration":1}},{"uid":"1a109f6a103b38ee","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a109f6a103b38ee","status":"passed","time":{"start":1714492898557,"stop":1714492898557,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c513b1449703fe39","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c513b1449703fe39","status":"passed","time":{"start":1714500623697,"stop":1714500623698,"duration":1}},{"uid":"18717400e92744a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18717400e92744a2","status":"passed","time":{"start":1714494373386,"stop":1714494373387,"duration":1}},{"uid":"61a564ede477d417","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/61a564ede477d417","status":"passed","time":{"start":1714492481134,"stop":1714492481134,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8341124ddac85378","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8341124ddac85378","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"duration":0}},{"uid":"1f8f5932c8fa0361","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1f8f5932c8fa0361","status":"passed","time":{"start":1714494285533,"stop":1714494285533,"duration":0}},{"uid":"71690e6a95685fcf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71690e6a95685fcf","status":"passed","time":{"start":1714492389347,"stop":1714492389347,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24acb9eb84294fe0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24acb9eb84294fe0","status":"passed","time":{"start":1714500844873,"stop":1714500844874,"duration":1}},{"uid":"6ebab3a7f3f18d49","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ebab3a7f3f18d49","status":"passed","time":{"start":1714494594465,"stop":1714494594465,"duration":0}},{"uid":"ac17419f7481260a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ac17419f7481260a","status":"passed","time":{"start":1714492694598,"stop":1714492694599,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2ae5a89763a5c2d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d2ae5a89763a5c2d","status":"passed","time":{"start":1714501220683,"stop":1714501220684,"duration":1}},{"uid":"478294002ea1ea2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/478294002ea1ea2f","status":"passed","time":{"start":1714494954434,"stop":1714494954435,"duration":1}},{"uid":"b73f6e4b26fdc33e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b73f6e4b26fdc33e","status":"passed","time":{"start":1714493052131,"stop":1714493052131,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"73c350320eaa78dd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/73c350320eaa78dd","status":"passed","time":{"start":1714500549550,"stop":1714500549550,"duration":0}},{"uid":"eae1c14ce87dc041","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eae1c14ce87dc041","status":"passed","time":{"start":1714494301033,"stop":1714494301033,"duration":0}},{"uid":"e079a81a98a0aa81","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e079a81a98a0aa81","status":"passed","time":{"start":1714492404786,"stop":1714492404786,"duration":0}}]},"25ed73b38b727f2f31ccee038cd5a891:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c35bd333e79e689","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c35bd333e79e689","status":"passed","time":{"start":1714494788146,"stop":1714494788146,"duration":0}}]},"9ca7fcbe59c18c8a340098c69b31c2f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"172732ec5729e7b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/172732ec5729e7b5","status":"passed","time":{"start":1714494500292,"stop":1714494500293,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d42ef373b768fd43","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d42ef373b768fd43","status":"passed","time":{"start":1714501123800,"stop":1714501123804,"duration":4}},{"uid":"99ae4b5af65a9967","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/99ae4b5af65a9967","status":"passed","time":{"start":1714494838846,"stop":1714494838846,"duration":0}},{"uid":"6d3f9f876be998e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6d3f9f876be998e","status":"passed","time":{"start":1714492985765,"stop":1714492985765,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e114f08461385ac0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e114f08461385ac0","status":"passed","time":{"start":1714501123756,"stop":1714501123759,"duration":3}},{"uid":"1cbaab20def3a2d9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1cbaab20def3a2d9","status":"passed","time":{"start":1714494838835,"stop":1714494838835,"duration":0}},{"uid":"f54bc1aed67f039f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f54bc1aed67f039f","status":"passed","time":{"start":1714492985719,"stop":1714492985720,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"94f4e63002e9a977","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/94f4e63002e9a977","status":"passed","time":{"start":1714500559906,"stop":1714500559906,"duration":0}},{"uid":"7a937a6c6446566f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a937a6c6446566f","status":"passed","time":{"start":1714494310951,"stop":1714494310952,"duration":1}},{"uid":"c4a0d645c5f81894","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c4a0d645c5f81894","status":"passed","time":{"start":1714492410936,"stop":1714492410936,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"403940b8f048cdc2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/403940b8f048cdc2","status":"passed","time":{"start":1714501220691,"stop":1714501220692,"duration":1}},{"uid":"f960a54b23bcf955","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f960a54b23bcf955","status":"passed","time":{"start":1714494954444,"stop":1714494954444,"duration":0}},{"uid":"d3d957dfcb0c8d3b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3d957dfcb0c8d3b","status":"passed","time":{"start":1714493052140,"stop":1714493052140,"duration":0}}]},"6f9b8facd3ab33e26bd609df8f0e4b8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1190abc013506cc2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1190abc013506cc2","status":"passed","time":{"start":1714500525336,"stop":1714500525338,"duration":2}},{"uid":"a15adbd6d899de35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a15adbd6d899de35","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"ab0867274d6ef304","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab0867274d6ef304","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ae786acd448814c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ae786acd448814c8","status":"passed","time":{"start":1714501050446,"stop":1714501050448,"duration":2}},{"uid":"4e4b86c11ee8a3b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4e4b86c11ee8a3b1","status":"passed","time":{"start":1714494785911,"stop":1714494785911,"duration":0}},{"uid":"f1e7bcf7e23fa5f1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1e7bcf7e23fa5f1","status":"passed","time":{"start":1714492898567,"stop":1714492898567,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16665f93800d1fab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/16665f93800d1fab","status":"passed","time":{"start":1714500823171,"stop":1714500823171,"duration":0}},{"uid":"7e6d861d1a002aac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7e6d861d1a002aac","status":"passed","time":{"start":1714494571255,"stop":1714494571255,"duration":0}},{"uid":"66481cab1c83e768","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/66481cab1c83e768","status":"passed","time":{"start":1714492678638,"stop":1714492678639,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8774c9376bcd4183","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8774c9376bcd4183","status":"passed","time":{"start":1714501165486,"stop":1714501165486,"duration":0}},{"uid":"2f2581cea1f76f5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2f2581cea1f76f5a","status":"passed","time":{"start":1714494907381,"stop":1714494907382,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ffd525e95595e862","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ffd525e95595e862","status":"passed","time":{"start":1714501123811,"stop":1714501123812,"duration":1}},{"uid":"706fec7893d5b013","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/706fec7893d5b013","status":"passed","time":{"start":1714494838851,"stop":1714494838851,"duration":0}},{"uid":"a31214a8f687e7dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a31214a8f687e7dd","status":"passed","time":{"start":1714492985770,"stop":1714492985770,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f02dcfb6be163ab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4f02dcfb6be163ab","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0}},{"uid":"1f98f04fa317cf1b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1f98f04fa317cf1b","status":"passed","time":{"start":1714494312954,"stop":1714494312955,"duration":1}},{"uid":"f81870b7a1277e88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f81870b7a1277e88","status":"passed","time":{"start":1714492412936,"stop":1714492412936,"duration":0}}]},"a4afb713bc4434a55310e7d351c8aedf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8931e960f7563291","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8931e960f7563291","status":"passed","time":{"start":1714501106180,"stop":1714501106181,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"719ffc4d203018d2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/719ffc4d203018d2","status":"passed","time":{"start":1714501150906,"stop":1714501150907,"duration":1}},{"uid":"ef5340afa3a05047","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef5340afa3a05047","status":"passed","time":{"start":1714494883922,"stop":1714494883922,"duration":0}},{"uid":"8e550b4dcbfcfa4b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8e550b4dcbfcfa4b","status":"passed","time":{"start":1714492982050,"stop":1714492982062,"duration":12}}]},"e2faca587b68e47b33da992362cafb7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f6287e9cbb070ba","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1f6287e9cbb070ba","status":"passed","time":{"start":1714501089332,"stop":1714501089332,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"66bb1a4c55981e55","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/66bb1a4c55981e55","status":"passed","time":{"start":1714501123787,"stop":1714501123788,"duration":1}},{"uid":"45c7366400deba22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/45c7366400deba22","status":"passed","time":{"start":1714494838843,"stop":1714494838844,"duration":1}},{"uid":"f238afc74b0d2987","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f238afc74b0d2987","status":"passed","time":{"start":1714492985750,"stop":1714492985751,"duration":1}}]},"936bf90dd7f1de7084d676f9d82ec062:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a8cc9647402aee7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a8cc9647402aee7","status":"passed","time":{"start":1714492591475,"stop":1714492591475,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"15b14b8a0122da01","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/15b14b8a0122da01","status":"passed","time":{"start":1714500525360,"stop":1714500525361,"duration":1}},{"uid":"fedf5b105d31cc52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fedf5b105d31cc52","status":"passed","time":{"start":1714494277048,"stop":1714494277049,"duration":1}},{"uid":"eff520c7ba61963e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eff520c7ba61963e","status":"passed","time":{"start":1714492380913,"stop":1714492380913,"duration":0}}]},"0976bba8abd9a3d334de8c15bb26aed0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa3299b3794b8151","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fa3299b3794b8151","status":"passed","time":{"start":1714500525346,"stop":1714500525347,"duration":1}},{"uid":"72adb27cba5d7f37","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72adb27cba5d7f37","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"b48ea88d8d5cebdf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b48ea88d8d5cebdf","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34fe5a14befc31ce","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34fe5a14befc31ce","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"duration":0}},{"uid":"426eca969381a3fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/426eca969381a3fd","status":"passed","time":{"start":1714494571261,"stop":1714494571262,"duration":1}},{"uid":"98c7d3c6d267b067","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98c7d3c6d267b067","status":"passed","time":{"start":1714492678655,"stop":1714492678656,"duration":1}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e052d6df1c0addb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e052d6df1c0addb","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"duration":0}},{"uid":"c8a441dfddc90826","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8a441dfddc90826","status":"passed","time":{"start":1714494838840,"stop":1714494838840,"duration":0}},{"uid":"9012730fcd33f13f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9012730fcd33f13f","status":"passed","time":{"start":1714492985741,"stop":1714492985741,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d26daeacdc0bafc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4d26daeacdc0bafc","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"duration":0}},{"uid":"d5a50d33c0e68fc0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5a50d33c0e68fc0","status":"passed","time":{"start":1714494482341,"stop":1714494482341,"duration":0}},{"uid":"aae5d58d23e6d89b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aae5d58d23e6d89b","status":"passed","time":{"start":1714492591353,"stop":1714492591354,"duration":1}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b30e1b110e3777f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b30e1b110e3777f","status":"passed","time":{"start":1714501050432,"stop":1714501050433,"duration":1}},{"uid":"7c3a7ad2a75dd6da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7c3a7ad2a75dd6da","status":"passed","time":{"start":1714494785899,"stop":1714494785900,"duration":1}},{"uid":"bdf172923c52fc6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bdf172923c52fc6b","status":"passed","time":{"start":1714492898556,"stop":1714492898557,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35129c1ecdfae2b4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35129c1ecdfae2b4","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"duration":0}},{"uid":"fd1d4136ad5d492b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fd1d4136ad5d492b","status":"passed","time":{"start":1714494482349,"stop":1714494482349,"duration":0}},{"uid":"ec39ad6a90b7d485","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec39ad6a90b7d485","status":"passed","time":{"start":1714492591364,"stop":1714492591364,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"483097454da9057","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/483097454da9057","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"duration":0}},{"uid":"48cf08277b6e3bc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48cf08277b6e3bc","status":"passed","time":{"start":1714494785905,"stop":1714494785906,"duration":1}},{"uid":"ff959939a21ce72c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff959939a21ce72c","status":"passed","time":{"start":1714492898561,"stop":1714492898561,"duration":0}}]},"78b3a666f207572d190f4896b5a6437c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa3619308f6627e9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa3619308f6627e9","status":"passed","time":{"start":1714492985777,"stop":1714492985778,"duration":1}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2116ef517255973a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2116ef517255973a","status":"passed","time":{"start":1714500744128,"stop":1714500744129,"duration":1}},{"uid":"721703d396bed489","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/721703d396bed489","status":"passed","time":{"start":1714494482333,"stop":1714494482333,"duration":0}},{"uid":"fccb2797e18ab2e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fccb2797e18ab2e8","status":"passed","time":{"start":1714492591351,"stop":1714492591351,"duration":0}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61dd47d4872f7de2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/61dd47d4872f7de2","status":"passed","time":{"start":1714500844878,"stop":1714500844879,"duration":1}},{"uid":"6a7e28987e1115a0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6a7e28987e1115a0","status":"passed","time":{"start":1714494594467,"stop":1714494594467,"duration":0}},{"uid":"4aaef132f5e51166","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4aaef132f5e51166","status":"passed","time":{"start":1714492694601,"stop":1714492694601,"duration":0}}]},"bc6cef2c641e1f0ac9e22d625ad5ec6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e80c344c4b26a25e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e80c344c4b26a25e","status":"passed","time":{"start":1714501089327,"stop":1714501089327,"duration":0}}]},"1196664435deb299f57ceb88a3a8a78e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57331a9f05143fc2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/57331a9f05143fc2","status":"passed","time":{"start":1714500525348,"stop":1714500525349,"duration":1}},{"uid":"fe1f7d552b1a80f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe1f7d552b1a80f9","status":"passed","time":{"start":1714494276819,"stop":1714494276820,"duration":1}},{"uid":"e26d2f7c268512de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e26d2f7c268512de","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"825837c981489468","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/825837c981489468","status":"passed","time":{"start":1714500534105,"stop":1714500534106,"duration":1}},{"uid":"630dff434307c528","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/630dff434307c528","status":"passed","time":{"start":1714494285527,"stop":1714494285527,"duration":0}},{"uid":"c04f3f8ab5fd3c80","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c04f3f8ab5fd3c80","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d18ddbae5fe6c84","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d18ddbae5fe6c84","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"duration":0}},{"uid":"c142270da7244860","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c142270da7244860","status":"passed","time":{"start":1714494760925,"stop":1714494760925,"duration":0}},{"uid":"4c76cdf6cdc7bb62","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4c76cdf6cdc7bb62","status":"passed","time":{"start":1714492834199,"stop":1714492834200,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"88757c248d577011","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/88757c248d577011","status":"passed","time":{"start":1714500619507,"stop":1714500619510,"duration":3}},{"uid":"aa5f2996a8e9667b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa5f2996a8e9667b","status":"passed","time":{"start":1714494368386,"stop":1714494368386,"duration":0}},{"uid":"5f23ee545fb21416","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5f23ee545fb21416","status":"passed","time":{"start":1714492468980,"stop":1714492468989,"duration":9}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6a6a442b2714a2a3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6a6a442b2714a2a3","status":"passed","time":{"start":1714500735369,"stop":1714500735370,"duration":1}},{"uid":"fc63b90af275bafd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fc63b90af275bafd","status":"passed","time":{"start":1714494500294,"stop":1714494500294,"duration":0}},{"uid":"910ef38c6eae4312","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/910ef38c6eae4312","status":"passed","time":{"start":1714492591534,"stop":1714492591535,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9ca8cbe5eae5bf17","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9ca8cbe5eae5bf17","status":"passed","time":{"start":1714501039477,"stop":1714501039477,"duration":0}},{"uid":"10604e6d4f3bac34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10604e6d4f3bac34","status":"passed","time":{"start":1714494791236,"stop":1714494791237,"duration":1}},{"uid":"d0d5fb466af00f38","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d0d5fb466af00f38","status":"passed","time":{"start":1714492870702,"stop":1714492870703,"duration":1}}]},"8acb42b16d8cea5732b9be877d9c9731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bb3f15327a9a6788","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bb3f15327a9a6788","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0}},{"uid":"548b917ccd226e6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/548b917ccd226e6","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"b35cc82a9dc47b00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b35cc82a9dc47b00","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f30e8d0f347dc5c3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f30e8d0f347dc5c3","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0}},{"uid":"457e7964d2ecdb67","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/457e7964d2ecdb67","status":"passed","time":{"start":1714494312954,"stop":1714494312954,"duration":0}},{"uid":"4eb889ec4679e896","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eb889ec4679e896","status":"passed","time":{"start":1714492412936,"stop":1714492412936,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42d50b767e17f1c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/42d50b767e17f1c","status":"passed","time":{"start":1714501050430,"stop":1714501050430,"duration":0}},{"uid":"f6e53c5fe7a6a10b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6e53c5fe7a6a10b","status":"passed","time":{"start":1714494785893,"stop":1714494785895,"duration":2}},{"uid":"1c078d171c351106","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c078d171c351106","status":"passed","time":{"start":1714492898554,"stop":1714492898555,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a02e31852e530df","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a02e31852e530df","status":"passed","time":{"start":1714500976561,"stop":1714500976561,"duration":0}},{"uid":"12f71c02abc8ed45","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/12f71c02abc8ed45","status":"passed","time":{"start":1714494735304,"stop":1714494735305,"duration":1}},{"uid":"f00bacd4971ca426","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f00bacd4971ca426","status":"passed","time":{"start":1714492814975,"stop":1714492814992,"duration":17}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d6cbab90bdfecc87","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d6cbab90bdfecc87","status":"passed","time":{"start":1714500534098,"stop":1714500534098,"duration":0}},{"uid":"e5a19dd08f94c627","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5a19dd08f94c627","status":"passed","time":{"start":1714494285520,"stop":1714494285524,"duration":4}},{"uid":"393b375226cc68a6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/393b375226cc68a6","status":"passed","time":{"start":1714492389333,"stop":1714492389334,"duration":1}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b0c4218b922c5a6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b0c4218b922c5a6","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"duration":0}},{"uid":"66dfdfd95826a445","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66dfdfd95826a445","status":"passed","time":{"start":1714494954448,"stop":1714494954449,"duration":1}},{"uid":"cebb7470fc8485f1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cebb7470fc8485f1","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d6377ea554ccf0bd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d6377ea554ccf0bd","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0}},{"uid":"4bccbc323463f3b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4bccbc323463f3b7","status":"passed","time":{"start":1714494926190,"stop":1714494926190,"duration":0}},{"uid":"746ab31bf7407848","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/746ab31bf7407848","status":"passed","time":{"start":1714493011867,"stop":1714493011867,"duration":0}}]},"54f49c966bf033e035b43ecec02b8aa6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fd632f7edf675d6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1fd632f7edf675d6","status":"passed","time":{"start":1714501036165,"stop":1714501036166,"duration":1}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c71966a393a28cf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7c71966a393a28cf","status":"passed","time":{"start":1714500554006,"stop":1714500554007,"duration":1}},{"uid":"19b495fe1d1cdd3b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/19b495fe1d1cdd3b","status":"passed","time":{"start":1714494305187,"stop":1714494305187,"duration":0}}]},"3de2eba7a62ee9ed5cdf8a86f8718f30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aee09556798882cc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aee09556798882cc","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0}},{"uid":"f403e41aca402298","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f403e41aca402298","status":"passed","time":{"start":1714494276805,"stop":1714494276806,"duration":1}},{"uid":"842cce64fe6bf0d5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/842cce64fe6bf0d5","status":"passed","time":{"start":1714492380859,"stop":1714492380860,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"87c5949a29cd6b4f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/87c5949a29cd6b4f","status":"passed","time":{"start":1714500660503,"stop":1714500660503,"duration":0}},{"uid":"5463cb9282f21a0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5463cb9282f21a0c","status":"passed","time":{"start":1714494401270,"stop":1714494401270,"duration":0}},{"uid":"4ba7d637e711b975","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ba7d637e711b975","status":"passed","time":{"start":1714492501445,"stop":1714492501446,"duration":1}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf3f44edf094c6f4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bf3f44edf094c6f4","status":"passed","time":{"start":1714501008013,"stop":1714501008013,"duration":0}},{"uid":"611254e5724b84cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/611254e5724b84cb","status":"passed","time":{"start":1714494764687,"stop":1714494764688,"duration":1}},{"uid":"8c6329a505d95383","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8c6329a505d95383","status":"passed","time":{"start":1714492842571,"stop":1714492842572,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"26f7a6d269850d99","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/26f7a6d269850d99","status":"passed","time":{"start":1714501050438,"stop":1714501050439,"duration":1}},{"uid":"f9da306d1817acc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f9da306d1817acc6","status":"passed","time":{"start":1714494785903,"stop":1714494785904,"duration":1}},{"uid":"8e28c3af2c9d65f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8e28c3af2c9d65f8","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"39d45d4ebd2760a9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/39d45d4ebd2760a9","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"duration":0}},{"uid":"4f7ab790bd2b00b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f7ab790bd2b00b4","status":"passed","time":{"start":1714494735303,"stop":1714494735303,"duration":0}},{"uid":"d267e46066a458f6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d267e46066a458f6","status":"passed","time":{"start":1714492814973,"stop":1714492814973,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1434f90108949d62","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1434f90108949d62","status":"passed","time":{"start":1714500587023,"stop":1714500587023,"duration":0}},{"uid":"560555d924c64795","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/560555d924c64795","status":"passed","time":{"start":1714494335555,"stop":1714494335556,"duration":1}},{"uid":"40368bd4da09055b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/40368bd4da09055b","status":"passed","time":{"start":1714492436194,"stop":1714492436195,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aad3e412897a14c9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aad3e412897a14c9","status":"passed","time":{"start":1714500590504,"stop":1714500590504,"duration":0}},{"uid":"6f484abb7fe2863","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6f484abb7fe2863","status":"passed","time":{"start":1714494351409,"stop":1714494351410,"duration":1}},{"uid":"dc0873f184f4f888","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc0873f184f4f888","status":"passed","time":{"start":1714492441815,"stop":1714492441816,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ed1cd3055fd165cd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ed1cd3055fd165cd","status":"passed","time":{"start":1714500660494,"stop":1714500660495,"duration":1}},{"uid":"cd046dff9d85002b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cd046dff9d85002b","status":"passed","time":{"start":1714494401266,"stop":1714494401266,"duration":0}},{"uid":"c888ef698ecbb45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c888ef698ecbb45","status":"passed","time":{"start":1714492501440,"stop":1714492501441,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d29654a82d64d8d1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d29654a82d64d8d1","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0}},{"uid":"1ff54dcd7353a1cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ff54dcd7353a1cb","status":"passed","time":{"start":1714494785909,"stop":1714494785909,"duration":0}},{"uid":"5b93240dccd04bdb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b93240dccd04bdb","status":"passed","time":{"start":1714492898564,"stop":1714492898565,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ab0bb41673bea5f5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab0bb41673bea5f5","status":"passed","time":{"start":1714500534107,"stop":1714500534108,"duration":1}},{"uid":"5f35ff907d2b62ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5f35ff907d2b62ae","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"98aebc97e37e1a87","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98aebc97e37e1a87","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dcdff0ba2776a7da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dcdff0ba2776a7da","status":"passed","time":{"start":1714500559909,"stop":1714500559909,"duration":0}},{"uid":"3aa90c584478d5cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3aa90c584478d5cf","status":"passed","time":{"start":1714494310955,"stop":1714494310955,"duration":0}},{"uid":"3e2ebeffc112e0b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e2ebeffc112e0b9","status":"passed","time":{"start":1714492410939,"stop":1714492410939,"duration":0}}]},"34a5ad71b322e8d9f9d7e3491fd9ed30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b170c0c92e35239b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b170c0c92e35239b","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0}},{"uid":"29dfd5d292ea2f4b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/29dfd5d292ea2f4b","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"432c189161b68653","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/432c189161b68653","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"59fb5144dd93d57c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/59fb5144dd93d57c","status":"passed","time":{"start":1714500542734,"stop":1714500542735,"duration":1}},{"uid":"1951f3525cf7b29e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1951f3525cf7b29e","status":"passed","time":{"start":1714494293814,"stop":1714494293814,"duration":0}},{"uid":"f7ac4ed74ddaeb97","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f7ac4ed74ddaeb97","status":"passed","time":{"start":1714492397607,"stop":1714492397607,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b61444e77200ef9c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b61444e77200ef9c","status":"passed","time":{"start":1714500744137,"stop":1714500744137,"duration":0}},{"uid":"18c4c20aca144d3a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18c4c20aca144d3a","status":"passed","time":{"start":1714494482340,"stop":1714494482340,"duration":0}},{"uid":"9b4ba55e072b8233","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b4ba55e072b8233","status":"passed","time":{"start":1714492591353,"stop":1714492591353,"duration":0}}]},"2681a8c442cffadecc8bb1de0e600532:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d609d602f09009a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d609d602f09009a7","status":"passed","time":{"start":1714492898558,"stop":1714492898558,"duration":0}}]},"262bfb6950cf3e4e0b89ddc41ae29436:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"367c5926dde5e795","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/367c5926dde5e795","status":"passed","time":{"start":1714500525329,"stop":1714500525330,"duration":1}},{"uid":"c72acfa8e1b744cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c72acfa8e1b744cf","status":"passed","time":{"start":1714494276807,"stop":1714494276808,"duration":1}},{"uid":"6af9430dc380629c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6af9430dc380629c","status":"passed","time":{"start":1714492380861,"stop":1714492380861,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1250a64cf1ab62e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1250a64cf1ab62e","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"duration":0}},{"uid":"6e332d8f5dfed659","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e332d8f5dfed659","status":"passed","time":{"start":1714494954432,"stop":1714494954432,"duration":0}},{"uid":"c3ff4673baedd8bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c3ff4673baedd8bb","status":"passed","time":{"start":1714493052128,"stop":1714493052128,"duration":0}}]},"d8ea51ba5162ac56a42069e5b6679119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"624075f60b0db9f4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/624075f60b0db9f4","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0}},{"uid":"5500cd77812702dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5500cd77812702dc","status":"passed","time":{"start":1714494276806,"stop":1714494276807,"duration":1}},{"uid":"390282fe771555d1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/390282fe771555d1","status":"passed","time":{"start":1714492380860,"stop":1714492380860,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fd2a69bec5874979","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fd2a69bec5874979","status":"passed","time":{"start":1714500590506,"stop":1714500590507,"duration":1}},{"uid":"752ae88d5dc1ef22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/752ae88d5dc1ef22","status":"passed","time":{"start":1714494351410,"stop":1714494351411,"duration":1}},{"uid":"7417115486d78271","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7417115486d78271","status":"passed","time":{"start":1714492441816,"stop":1714492441816,"duration":0}}]},"2a7ba0e0706ad92ebdc3247da58edcee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96fbea5ce422fb6f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/96fbea5ce422fb6f","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8495143a8e45cd65","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8495143a8e45cd65","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"duration":0}},{"uid":"95a1aea87485d256","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/95a1aea87485d256","status":"passed","time":{"start":1714494788150,"stop":1714494788151,"duration":1}},{"uid":"3fbd1ebd1712d3e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3fbd1ebd1712d3e","status":"passed","time":{"start":1714492860437,"stop":1714492860437,"duration":0}}]},"c78aba39530997418f2c258c1d649bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abd545355a1adc6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/abd545355a1adc6","status":"passed","time":{"start":1714501106183,"stop":1714501106185,"duration":2}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b97b34da57d528f0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b97b34da57d528f0","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"duration":0}},{"uid":"90189f8feebbc6e3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90189f8feebbc6e3","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"7e2bc41285c328af","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e2bc41285c328af","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6adc913b2337b1b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6adc913b2337b1b","status":"passed","time":{"start":1714500872907,"stop":1714500872908,"duration":1}},{"uid":"4a79be9da57bacf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a79be9da57bacf","status":"passed","time":{"start":1714494620619,"stop":1714494620620,"duration":1}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"537c40364158fe14","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/537c40364158fe14","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"duration":0}},{"uid":"9b640441c28b9a3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9b640441c28b9a3","status":"passed","time":{"start":1714494301219,"stop":1714494301220,"duration":1}},{"uid":"3584169a241ebcb6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3584169a241ebcb6","status":"passed","time":{"start":1714492405128,"stop":1714492405128,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24088e9224eb9d80","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24088e9224eb9d80","status":"passed","time":{"start":1714500735365,"stop":1714500735366,"duration":1}},{"uid":"71def7114d8495dd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71def7114d8495dd","status":"passed","time":{"start":1714494500292,"stop":1714494500292,"duration":0}},{"uid":"4dcdbe3859d8e711","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4dcdbe3859d8e711","status":"passed","time":{"start":1714492591474,"stop":1714492591475,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87c4fe32c932d90f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/87c4fe32c932d90f","status":"passed","time":{"start":1714501319432,"stop":1714501319433,"duration":1}},{"uid":"582df6b1b11bf21f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/582df6b1b11bf21f","status":"passed","time":{"start":1714495063232,"stop":1714495063233,"duration":1}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c6f63a39ff97447f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c6f63a39ff97447f","status":"passed","time":{"start":1714500549516,"stop":1714500549517,"duration":1}},{"uid":"13b89232eabf8035","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/13b89232eabf8035","status":"passed","time":{"start":1714494299914,"stop":1714494299914,"duration":0}},{"uid":"d571003e78c7ec8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d571003e78c7ec8","status":"passed","time":{"start":1714492403645,"stop":1714492403646,"duration":1}}]},"f5b22fd29702074fba08733ff426279f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ab0a626c39973ca","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1ab0a626c39973ca","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0}},{"uid":"4232a834c03e887e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4232a834c03e887e","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"7187297e0b508659","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7187297e0b508659","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f7a41ddc6562d043","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f7a41ddc6562d043","status":"passed","time":{"start":1714501319433,"stop":1714501319433,"duration":0}},{"uid":"24fa050d915ffb1f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24fa050d915ffb1f","status":"passed","time":{"start":1714495063234,"stop":1714495063234,"duration":0}}]},"728fdc28cea25fb5463049c1c4c3bf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7afdff6f7ddb1766","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7afdff6f7ddb1766","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0}},{"uid":"51a3babdeb4b189c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51a3babdeb4b189c","status":"passed","time":{"start":1714494276822,"stop":1714494276822,"duration":0}},{"uid":"2d8c50e4ba36fd3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d8c50e4ba36fd3c","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3949523b9a038911","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3949523b9a038911","status":"passed","time":{"start":1714501050432,"stop":1714501050432,"duration":0}},{"uid":"482429defc24668d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/482429defc24668d","status":"passed","time":{"start":1714494785899,"stop":1714494785899,"duration":0}},{"uid":"e0ac7a9b8df7c5e3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0ac7a9b8df7c5e3","status":"passed","time":{"start":1714492898556,"stop":1714492898556,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dfb86f5bc8ec7ab2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dfb86f5bc8ec7ab2","status":"passed","time":{"start":1714500587026,"stop":1714500587027,"duration":1}},{"uid":"455ffe9a159f778c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/455ffe9a159f778c","status":"passed","time":{"start":1714494335559,"stop":1714494335560,"duration":1}},{"uid":"58b6da58b28b2bf1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58b6da58b28b2bf1","status":"passed","time":{"start":1714492436197,"stop":1714492436198,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"95f067ae99b4601b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/95f067ae99b4601b","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"duration":0}},{"uid":"1ecaf1f2223d6a90","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ecaf1f2223d6a90","status":"passed","time":{"start":1714494571264,"stop":1714494571264,"duration":0}},{"uid":"4982f55662999281","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4982f55662999281","status":"passed","time":{"start":1714492678657,"stop":1714492678658,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa674181df9e3b06","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aa674181df9e3b06","status":"passed","time":{"start":1714500550274,"stop":1714500550275,"duration":1}},{"uid":"7d8d5dd6201b62ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7d8d5dd6201b62ad","status":"passed","time":{"start":1714494300695,"stop":1714494300696,"duration":1}},{"uid":"a8c888b588188e2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8c888b588188e2f","status":"passed","time":{"start":1714492404702,"stop":1714492404703,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e076712b1218fa46","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e076712b1218fa46","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0}},{"uid":"96a4d7d39e8761b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/96a4d7d39e8761b","status":"passed","time":{"start":1714494785910,"stop":1714494785910,"duration":0}},{"uid":"5847ec0fc4e02d2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5847ec0fc4e02d2b","status":"passed","time":{"start":1714492898565,"stop":1714492898566,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e7400bbbcd1ade4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e7400bbbcd1ade4","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"duration":0}},{"uid":"6355033e862ba299","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6355033e862ba299","status":"passed","time":{"start":1714494594464,"stop":1714494594464,"duration":0}},{"uid":"5df713f65bed3876","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5df713f65bed3876","status":"passed","time":{"start":1714492694596,"stop":1714492694597,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa795c4056cbb54d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fa795c4056cbb54d","status":"passed","time":{"start":1714500533181,"stop":1714500533184,"duration":3}},{"uid":"3c739e9e4a88210b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3c739e9e4a88210b","status":"passed","time":{"start":1714494284818,"stop":1714494284818,"duration":0}},{"uid":"a86a5711abd72dbe","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a86a5711abd72dbe","status":"passed","time":{"start":1714492388606,"stop":1714492388606,"duration":0}}]},"416ba86a99ca566049ce9b2b1bf336c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31f21d551b7cc584","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/31f21d551b7cc584","status":"passed","time":{"start":1714492815000,"stop":1714492815001,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b55b0f6e5bab4cfe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b55b0f6e5bab4cfe","status":"passed","time":{"start":1714501123808,"stop":1714501123808,"duration":0}},{"uid":"db4526b7653a82f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db4526b7653a82f9","status":"passed","time":{"start":1714494838847,"stop":1714494838848,"duration":1}},{"uid":"d77b70cfb1b1e9ed","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d77b70cfb1b1e9ed","status":"passed","time":{"start":1714492985766,"stop":1714492985766,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eed15b9c34fb2f0a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/eed15b9c34fb2f0a","status":"passed","time":{"start":1714501123821,"stop":1714501123822,"duration":1}},{"uid":"22d2cffb749606f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/22d2cffb749606f0","status":"passed","time":{"start":1714494838856,"stop":1714494838857,"duration":1}},{"uid":"44613284012d7997","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44613284012d7997","status":"passed","time":{"start":1714492985779,"stop":1714492985779,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"12d2bc2522562e38","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/12d2bc2522562e38","status":"passed","time":{"start":1714500538712,"stop":1714500538712,"duration":0}},{"uid":"dbbceeb990eec323","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dbbceeb990eec323","status":"passed","time":{"start":1714494290036,"stop":1714494290036,"duration":0}},{"uid":"5636efe4e582bb00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5636efe4e582bb00","status":"passed","time":{"start":1714492394076,"stop":1714492394076,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7a5a722bc04c315","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c7a5a722bc04c315","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"duration":0}},{"uid":"76c7f94f5cd2ed5f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76c7f94f5cd2ed5f","status":"passed","time":{"start":1714494571517,"stop":1714494571518,"duration":1}},{"uid":"1c7a74006af4c9dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c7a74006af4c9dc","status":"passed","time":{"start":1714492678754,"stop":1714492678754,"duration":0}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbe87ff54eae932c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fbe87ff54eae932c","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"duration":0}},{"uid":"1710a605c44fa942","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1710a605c44fa942","status":"passed","time":{"start":1714494312953,"stop":1714494312954,"duration":1}},{"uid":"d4f2fdfca8b7add2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4f2fdfca8b7add2","status":"passed","time":{"start":1714492412935,"stop":1714492412935,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"d03c1a1db80cd2b7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d03c1a1db80cd2b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501050460,"stop":1714501050460,"duration":0}},{"uid":"4b7ae87b93c70371","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b7ae87b93c70371","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785919,"stop":1714494785919,"duration":0}},{"uid":"4fd461ab9a88402f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4fd461ab9a88402f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"700194d9b5602f7e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/700194d9b5602f7e","status":"passed","time":{"start":1714501123804,"stop":1714501123804,"duration":0}},{"uid":"e2640fc237924136","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e2640fc237924136","status":"passed","time":{"start":1714494838847,"stop":1714494838847,"duration":0}},{"uid":"65d903f5f9fab152","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/65d903f5f9fab152","status":"passed","time":{"start":1714492985765,"stop":1714492985765,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a9d688c74fd5bda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9a9d688c74fd5bda","status":"passed","time":{"start":1714500744053,"stop":1714500744054,"duration":1}},{"uid":"a09d96afd6391024","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a09d96afd6391024","status":"passed","time":{"start":1714494482321,"stop":1714494482321,"duration":0}},{"uid":"cc73394f7ced63e6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc73394f7ced63e6","status":"passed","time":{"start":1714492591345,"stop":1714492591345,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"476e807d182ce1b6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/476e807d182ce1b6","status":"passed","time":{"start":1714500976526,"stop":1714500976527,"duration":1}},{"uid":"fb59be9b1405dec7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fb59be9b1405dec7","status":"passed","time":{"start":1714494735256,"stop":1714494735256,"duration":0}},{"uid":"b02ceb5218ece59f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b02ceb5218ece59f","status":"passed","time":{"start":1714492814922,"stop":1714492814923,"duration":1}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e29af83e83fc5511","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e29af83e83fc5511","status":"passed","time":{"start":1714501036163,"stop":1714501036164,"duration":1}},{"uid":"cb4ec790630fe729","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cb4ec790630fe729","status":"passed","time":{"start":1714494788144,"stop":1714494788144,"duration":0}},{"uid":"82141acb12e33cbd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82141acb12e33cbd","status":"passed","time":{"start":1714492860431,"stop":1714492860431,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ccad7435a18266c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ccad7435a18266c","status":"passed","time":{"start":1714501049788,"stop":1714501049789,"duration":1}},{"uid":"85599f15a06286d5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85599f15a06286d5","status":"passed","time":{"start":1714494802223,"stop":1714494802223,"duration":0}},{"uid":"cc287ed0cd0a568b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc287ed0cd0a568b","status":"passed","time":{"start":1714492887588,"stop":1714492887589,"duration":1}}]},"93fa89f84cbcfbfb8dc1f401a5370f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e1a4158b48e298","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e1a4158b48e298","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0}},{"uid":"627537ecdd1e1a9c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/627537ecdd1e1a9c","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"2125dbdc3856a545","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2125dbdc3856a545","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef78682f707755fe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef78682f707755fe","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"duration":0}},{"uid":"e43d7f6432bf422d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e43d7f6432bf422d","status":"passed","time":{"start":1714494285532,"stop":1714494285532,"duration":0}},{"uid":"d34b800df966d89e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d34b800df966d89e","status":"passed","time":{"start":1714492389346,"stop":1714492389346,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"439e59b98e59c643","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/439e59b98e59c643","status":"passed","time":{"start":1714500534109,"stop":1714500534109,"duration":0}},{"uid":"8ad1d45c8b4cdb09","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ad1d45c8b4cdb09","status":"passed","time":{"start":1714494285530,"stop":1714494285531,"duration":1}},{"uid":"21829b7be0ebe1b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/21829b7be0ebe1b","status":"passed","time":{"start":1714492389345,"stop":1714492389345,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb7944dd29157fb5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cb7944dd29157fb5","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"duration":0}},{"uid":"2988c09bc206ce1b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2988c09bc206ce1b","status":"passed","time":{"start":1714494838839,"stop":1714494838839,"duration":0}},{"uid":"4250c065c8e1cbdc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4250c065c8e1cbdc","status":"passed","time":{"start":1714492985729,"stop":1714492985740,"duration":11}}]},"e5bf8edd0c98e330cde6b6efbf3a4690:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70a253442772ee4b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70a253442772ee4b","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0}},{"uid":"90a2e7243be0b56e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90a2e7243be0b56e","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"482e204e129bb4fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/482e204e129bb4fd","status":"passed","time":{"start":1714492380871,"stop":1714492380872,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3d7b3c7f344b0472","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3d7b3c7f344b0472","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"duration":0}},{"uid":"56ade637f64a1a91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56ade637f64a1a91","status":"passed","time":{"start":1714494312954,"stop":1714494312954,"duration":0}},{"uid":"7c24211be2c64ae8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c24211be2c64ae8","status":"passed","time":{"start":1714492412935,"stop":1714492412936,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"82f404b56e201e56","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/82f404b56e201e56","status":"passed","time":{"start":1714500976524,"stop":1714500976525,"duration":1}},{"uid":"8e82ca705de1107","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e82ca705de1107","status":"passed","time":{"start":1714494735254,"stop":1714494735254,"duration":0}},{"uid":"705874231570dc25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/705874231570dc25","status":"passed","time":{"start":1714492814920,"stop":1714492814921,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"337f3a1ccf5dd981","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/337f3a1ccf5dd981","status":"passed","time":{"start":1714500539181,"stop":1714500539182,"duration":1}},{"uid":"8b9ed116c91c8050","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b9ed116c91c8050","status":"passed","time":{"start":1714494290449,"stop":1714494290449,"duration":0}},{"uid":"bfcfa4a323e8b10","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bfcfa4a323e8b10","status":"passed","time":{"start":1714492394192,"stop":1714492394192,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13130751e5677e26","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/13130751e5677e26","status":"passed","time":{"start":1714500735357,"stop":1714500735358,"duration":1}},{"uid":"5fdc33637e0afe69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5fdc33637e0afe69","status":"passed","time":{"start":1714494500282,"stop":1714494500283,"duration":1}},{"uid":"4b88e3157b3b39bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4b88e3157b3b39bd","status":"passed","time":{"start":1714492591434,"stop":1714492591435,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e01b2b530df0d95","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e01b2b530df0d95","status":"passed","time":{"start":1714501039476,"stop":1714501039476,"duration":0}},{"uid":"9d5ef135b3ef1c40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d5ef135b3ef1c40","status":"passed","time":{"start":1714494791233,"stop":1714494791235,"duration":2}},{"uid":"5333644f8bf089fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5333644f8bf089fc","status":"passed","time":{"start":1714492870702,"stop":1714492870702,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"172d7e8c6ff9c9f5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/172d7e8c6ff9c9f5","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"duration":0}},{"uid":"94b419264603972b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94b419264603972b","status":"passed","time":{"start":1714494760923,"stop":1714494760923,"duration":0}},{"uid":"55324f520615fa23","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55324f520615fa23","status":"passed","time":{"start":1714492834196,"stop":1714492834197,"duration":1}}]},"cb047d1fae537dfc31b1921263a1d9c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"99726df6b2664506","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/99726df6b2664506","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"duration":0}},{"uid":"5964fbcd351621b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5964fbcd351621b","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"8f9e59f3a8897a13","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8f9e59f3a8897a13","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"faf570c4bc29a46e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/faf570c4bc29a46e","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"duration":0}},{"uid":"18f72f4d8c7021f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18f72f4d8c7021f9","status":"passed","time":{"start":1714494898217,"stop":1714494898217,"duration":0}},{"uid":"30d18225990e37ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30d18225990e37ab","status":"passed","time":{"start":1714492984321,"stop":1714492984322,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b141e3413d601941","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b141e3413d601941","status":"passed","time":{"start":1714500538711,"stop":1714500538711,"duration":0}},{"uid":"441d4885e540bcaa","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/441d4885e540bcaa","status":"passed","time":{"start":1714494290034,"stop":1714494290035,"duration":1}},{"uid":"c91639cd0d070dc6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c91639cd0d070dc6","status":"passed","time":{"start":1714492394075,"stop":1714492394075,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8cde78ef59e9d9c3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8cde78ef59e9d9c3","status":"passed","time":{"start":1714500533163,"stop":1714500533173,"duration":10}},{"uid":"7b731c2cdad25cbf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b731c2cdad25cbf","status":"passed","time":{"start":1714494284808,"stop":1714494284808,"duration":0}},{"uid":"762dc7f54af23c73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/762dc7f54af23c73","status":"passed","time":{"start":1714492388590,"stop":1714492388591,"duration":1}}]},"5eac47bf638f1677ce57564311aab727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf7d35f4138b572f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bf7d35f4138b572f","status":"passed","time":{"start":1714501106175,"stop":1714501106176,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d8acf8ff2efbb7b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d8acf8ff2efbb7b","status":"passed","time":{"start":1714500823179,"stop":1714500823181,"duration":2}},{"uid":"6357b4b3a4eb5a5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6357b4b3a4eb5a5","status":"passed","time":{"start":1714494571260,"stop":1714494571261,"duration":1}},{"uid":"cb814a864928b75b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cb814a864928b75b","status":"passed","time":{"start":1714492678650,"stop":1714492678655,"duration":5}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eef4704263fd5003","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/eef4704263fd5003","status":"passed","time":{"start":1714501220695,"stop":1714501220696,"duration":1}},{"uid":"a0f2e30dfc6331c6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0f2e30dfc6331c6","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"58528081816b10b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58528081816b10b4","status":"passed","time":{"start":1714493052144,"stop":1714493052144,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34811b272383dba4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34811b272383dba4","status":"passed","time":{"start":1714500823171,"stop":1714500823172,"duration":1}},{"uid":"615f33912e1c8c7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/615f33912e1c8c7c","status":"passed","time":{"start":1714494571256,"stop":1714494571256,"duration":0}},{"uid":"ec4a443516d9a1fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec4a443516d9a1fd","status":"passed","time":{"start":1714492678639,"stop":1714492678640,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"28868758c38dfe0a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/28868758c38dfe0a","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"duration":0}},{"uid":"f0fc026180a08375","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f0fc026180a08375","status":"passed","time":{"start":1714494482348,"stop":1714494482349,"duration":1}},{"uid":"68ab2221079f6e4a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68ab2221079f6e4a","status":"passed","time":{"start":1714492591362,"stop":1714492591364,"duration":2}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d5aa0ea46b861242","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d5aa0ea46b861242","status":"passed","time":{"start":1714500578607,"stop":1714500578608,"duration":1}},{"uid":"f0c4eb0278d355bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f0c4eb0278d355bf","status":"passed","time":{"start":1714494328714,"stop":1714494328715,"duration":1}},{"uid":"87835b167c15550c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/87835b167c15550c","status":"passed","time":{"start":1714492428467,"stop":1714492428468,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d511d3f21f8797f7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d511d3f21f8797f7","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"duration":0}},{"uid":"711c48b9e8a28fa9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/711c48b9e8a28fa9","status":"passed","time":{"start":1714494791258,"stop":1714494791259,"duration":1}},{"uid":"ad449a9ec74315ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ad449a9ec74315ab","status":"passed","time":{"start":1714492870712,"stop":1714492870712,"duration":0}}]},"61258855fde06048b020cddf893c5ab4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47d633b57c065e69","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/47d633b57c065e69","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"duration":0}},{"uid":"b97190198ab92186","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b97190198ab92186","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"e0d45fdba9d94a9b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0d45fdba9d94a9b","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"432d988728240036652a4b75ce6c96bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c45329e41b4cab14","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c45329e41b4cab14","status":"passed","time":{"start":1714500525342,"stop":1714500525343,"duration":1}},{"uid":"fe9089ae236a603b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe9089ae236a603b","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"c576a350d1d02e17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c576a350d1d02e17","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"5ce96987e5768457cd0c5f01fecdb694:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"570fca8e79f5e205","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/570fca8e79f5e205","status":"passed","time":{"start":1714492860433,"stop":1714492860434,"duration":1}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"900a13f21842bc6d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/900a13f21842bc6d","status":"passed","time":{"start":1714501174012,"stop":1714501174012,"duration":0}},{"uid":"ddae54c98cf5e6e0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ddae54c98cf5e6e0","status":"passed","time":{"start":1714494908931,"stop":1714494908932,"duration":1}},{"uid":"911495913097e01c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/911495913097e01c","status":"passed","time":{"start":1714492995226,"stop":1714492995227,"duration":1}}]},"b1fd453e6e005940581c6aa2c831379d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a89c5047a542c25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a89c5047a542c25","status":"passed","time":{"start":1714492932198,"stop":1714492932198,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a625391778fdc45","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a625391778fdc45","status":"passed","time":{"start":1714500664398,"stop":1714500664399,"duration":1}},{"uid":"9e12006736774911","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9e12006736774911","status":"passed","time":{"start":1714494413196,"stop":1714494413196,"duration":0}},{"uid":"58e9ed4d264abb5e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58e9ed4d264abb5e","status":"passed","time":{"start":1714492522566,"stop":1714492522567,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ffe7294be9f65dda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ffe7294be9f65dda","status":"passed","time":{"start":1714500560559,"stop":1714500560559,"duration":0}},{"uid":"4299201fe8242a41","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4299201fe8242a41","status":"passed","time":{"start":1714494311522,"stop":1714494311522,"duration":0}},{"uid":"82c7dd80973aa563","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82c7dd80973aa563","status":"passed","time":{"start":1714492411492,"stop":1714492411492,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1712d31a1489d731","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1712d31a1489d731","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"duration":0}},{"uid":"f41b1de2a6a510ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f41b1de2a6a510ad","status":"passed","time":{"start":1714494305185,"stop":1714494305185,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fb4e4faca753b2fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fb4e4faca753b2fa","status":"passed","time":{"start":1714500660501,"stop":1714500660501,"duration":0}},{"uid":"9f3223d5efd80237","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f3223d5efd80237","status":"passed","time":{"start":1714494401267,"stop":1714494401268,"duration":1}},{"uid":"25c7e3314cd9e70d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/25c7e3314cd9e70d","status":"passed","time":{"start":1714492501441,"stop":1714492501442,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8c967c3e5738a4f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e8c967c3e5738a4f","status":"passed","time":{"start":1714500533178,"stop":1714500533178,"duration":0}},{"uid":"845e305efbfd2088","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/845e305efbfd2088","status":"passed","time":{"start":1714494284812,"stop":1714494284812,"duration":0}},{"uid":"7190ded24a961001","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7190ded24a961001","status":"passed","time":{"start":1714492388603,"stop":1714492388603,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f625e60e2dbc4d6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1f625e60e2dbc4d6","status":"passed","time":{"start":1714500607829,"stop":1714500607829,"duration":0}},{"uid":"18af19724831b235","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18af19724831b235","status":"passed","time":{"start":1714494370504,"stop":1714494370507,"duration":3}},{"uid":"ed0dcf39c0d58dc8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed0dcf39c0d58dc8","status":"passed","time":{"start":1714492459795,"stop":1714492459795,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8cbf6ac8cf21b6d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8cbf6ac8cf21b6d0","status":"passed","time":{"start":1714500976557,"stop":1714500976557,"duration":0}},{"uid":"b98c73e4b6bc3e1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b98c73e4b6bc3e1","status":"passed","time":{"start":1714494735298,"stop":1714494735299,"duration":1}},{"uid":"cdefd21853f57b0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdefd21853f57b0a","status":"passed","time":{"start":1714492814968,"stop":1714492814969,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7703bebe186af16","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b7703bebe186af16","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"duration":0}},{"uid":"35dcd5f3e8874ff4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/35dcd5f3e8874ff4","status":"passed","time":{"start":1714494785905,"stop":1714494785905,"duration":0}},{"uid":"36a992475d58546b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/36a992475d58546b","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"693589b9de4a6b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/693589b9de4a6b2","status":"passed","time":{"start":1714500539179,"stop":1714500539179,"duration":0}},{"uid":"d2847e43b707883c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d2847e43b707883c","status":"passed","time":{"start":1714494290447,"stop":1714494290447,"duration":0}},{"uid":"128cdfe6f80853be","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/128cdfe6f80853be","status":"passed","time":{"start":1714492394190,"stop":1714492394190,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c9c32c65275dc390","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c9c32c65275dc390","status":"passed","time":{"start":1714500786926,"stop":1714500786926,"duration":0}},{"uid":"f82990fa6aa6b7cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f82990fa6aa6b7cb","status":"passed","time":{"start":1714494536933,"stop":1714494536933,"duration":0}},{"uid":"4a67efbc93149b2d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a67efbc93149b2d","status":"passed","time":{"start":1714492635267,"stop":1714492635267,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"616ef6435536ae9b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/616ef6435536ae9b","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"duration":0}},{"uid":"af736cb8a9ee626c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af736cb8a9ee626c","status":"passed","time":{"start":1714494954443,"stop":1714494954444,"duration":1}},{"uid":"2e2857b6b41f6e9c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e2857b6b41f6e9c","status":"passed","time":{"start":1714493052139,"stop":1714493052140,"duration":1}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6215b1e73715ddf4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6215b1e73715ddf4","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"duration":0}},{"uid":"8c051e62ee3f36ac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c051e62ee3f36ac","status":"passed","time":{"start":1714494785889,"stop":1714494785889,"duration":0}},{"uid":"281a66b00749207e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/281a66b00749207e","status":"passed","time":{"start":1714492898553,"stop":1714492898553,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e242288df4ca6949","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e242288df4ca6949","status":"passed","time":{"start":1714501220682,"stop":1714501220683,"duration":1}},{"uid":"b0b73e4e7780742f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0b73e4e7780742f","status":"passed","time":{"start":1714494954433,"stop":1714494954434,"duration":1}},{"uid":"ba31223c1c03cd0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ba31223c1c03cd0b","status":"passed","time":{"start":1714493052129,"stop":1714493052130,"duration":1}}]},"d11988e1160d3bb2f3801067c4293121:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3f50ab4fed69ed24","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3f50ab4fed69ed24","status":"passed","time":{"start":1714500525338,"stop":1714500525338,"duration":0}},{"uid":"36e372f6a922d360","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36e372f6a922d360","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"e09d01a1768d0268","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e09d01a1768d0268","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af70c32a332f4097","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/af70c32a332f4097","status":"passed","time":{"start":1714500744131,"stop":1714500744137,"duration":6}},{"uid":"ca5b7593e183e9be","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ca5b7593e183e9be","status":"passed","time":{"start":1714494482338,"stop":1714494482340,"duration":2}},{"uid":"c96d26d6dce778a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c96d26d6dce778a7","status":"passed","time":{"start":1714492591352,"stop":1714492591353,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"3a75abec7027b9c2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3a75abec7027b9c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036174,"stop":1714501036175,"duration":1}},{"uid":"587112cd9d07dc59","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/587112cd9d07dc59","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494788150,"stop":1714494788150,"duration":0}},{"uid":"386700e28e196751","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/386700e28e196751","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860437,"stop":1714492860437,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2893ad98c61dfd35","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2893ad98c61dfd35","status":"passed","time":{"start":1714500735371,"stop":1714500735372,"duration":1}},{"uid":"6fa19ca8e6d91a8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fa19ca8e6d91a8e","status":"passed","time":{"start":1714494500297,"stop":1714494500297,"duration":0}},{"uid":"da61badf498784f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da61badf498784f0","status":"passed","time":{"start":1714492591539,"stop":1714492591539,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5fbbd46b08f35ba1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5fbbd46b08f35ba1","status":"passed","time":{"start":1714500550517,"stop":1714500550518,"duration":1}},{"uid":"893a3d8d04837e6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/893a3d8d04837e6b","status":"passed","time":{"start":1714494301219,"stop":1714494301219,"duration":0}},{"uid":"b394be4aee751741","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b394be4aee751741","status":"passed","time":{"start":1714492405128,"stop":1714492405128,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4afb6369b035d8f2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4afb6369b035d8f2","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"duration":0}},{"uid":"ee28b26eb4c72971","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ee28b26eb4c72971","status":"passed","time":{"start":1714494305184,"stop":1714494305184,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c2139d7f8ec4ea03","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c2139d7f8ec4ea03","status":"passed","time":{"start":1714500976537,"stop":1714500976538,"duration":1}},{"uid":"94ef4ff3d789ed0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94ef4ff3d789ed0e","status":"passed","time":{"start":1714494735279,"stop":1714494735280,"duration":1}},{"uid":"f750649da66e8001","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f750649da66e8001","status":"passed","time":{"start":1714492814947,"stop":1714492814948,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"94450f370c03e739","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/94450f370c03e739","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"duration":0}},{"uid":"d0232418f2bed692","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d0232418f2bed692","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"c2ac8987f392ed42","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c2ac8987f392ed42","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"090e9186081c0faf37ab26aab123ad0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2726bd564b23c74d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2726bd564b23c74d","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0}},{"uid":"38bc21baa5a8dadf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/38bc21baa5a8dadf","status":"passed","time":{"start":1714494276823,"stop":1714494276824,"duration":1}},{"uid":"692b760b4c6e44f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/692b760b4c6e44f3","status":"passed","time":{"start":1714492380876,"stop":1714492380877,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35b525dfb51d33b6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35b525dfb51d33b6","status":"passed","time":{"start":1714500589619,"stop":1714500589622,"duration":3}},{"uid":"71f0d8119077ddf1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71f0d8119077ddf1","status":"passed","time":{"start":1714494341389,"stop":1714494341390,"duration":1}},{"uid":"96ff8a46b1454629","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/96ff8a46b1454629","status":"passed","time":{"start":1714492438813,"stop":1714492438813,"duration":0}}]},"ee4ed73a364fa895603621efe9faaca5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fed481b2b185e818","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fed481b2b185e818","status":"passed","time":{"start":1714492923658,"stop":1714492923658,"duration":0}}]},"0d66f3bd91c71aa2eab9681183c4bf7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"818043849ef53ca4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/818043849ef53ca4","status":"passed","time":{"start":1714500525349,"stop":1714500525350,"duration":1}},{"uid":"695b3d907487043f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/695b3d907487043f","status":"passed","time":{"start":1714494276820,"stop":1714494276820,"duration":0}},{"uid":"53ad25523dcd593b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/53ad25523dcd593b","status":"passed","time":{"start":1714492380874,"stop":1714492380874,"duration":0}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"fb20cb7049d74771","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fb20cb7049d74771","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036383,"stop":1714501036383,"duration":0}},{"uid":"3e9a49e185a652dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3e9a49e185a652dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786056,"stop":1714494786056,"duration":0}},{"uid":"a43af72a37110f6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a43af72a37110f6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860588,"stop":1714492860588,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36016dc754d81afd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36016dc754d81afd","status":"passed","time":{"start":1714500976562,"stop":1714500976563,"duration":1}},{"uid":"ebc62362890c26f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ebc62362890c26f9","status":"passed","time":{"start":1714494735305,"stop":1714494735305,"duration":0}},{"uid":"68a253f4390a6fe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68a253f4390a6fe8","status":"passed","time":{"start":1714492814992,"stop":1714492814993,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5a42fbbcea0d8a28","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5a42fbbcea0d8a28","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"duration":0}},{"uid":"69391088c24fab20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69391088c24fab20","status":"passed","time":{"start":1714494305184,"stop":1714494305184,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"86b8b618b8540cda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/86b8b618b8540cda","status":"passed","time":{"start":1714500539179,"stop":1714500539180,"duration":1}},{"uid":"b9001b2387b509fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b9001b2387b509fe","status":"passed","time":{"start":1714494290447,"stop":1714494290447,"duration":0}},{"uid":"ff364916749674a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff364916749674a7","status":"passed","time":{"start":1714492394190,"stop":1714492394190,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d83144d45085a529","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d83144d45085a529","status":"passed","time":{"start":1714501050439,"stop":1714501050439,"duration":0}},{"uid":"75214fec317b347","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/75214fec317b347","status":"passed","time":{"start":1714494785904,"stop":1714494785904,"duration":0}},{"uid":"7d96665d27d83a01","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d96665d27d83a01","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"45697dd5420b8176","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/45697dd5420b8176","status":"passed","time":{"start":1714500744183,"stop":1714500744184,"duration":1}},{"uid":"b5894f2b58f56781","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5894f2b58f56781","status":"passed","time":{"start":1714494482353,"stop":1714494482354,"duration":1}},{"uid":"24725d3f0cd51b08","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24725d3f0cd51b08","status":"passed","time":{"start":1714492591369,"stop":1714492591369,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d44ef55ec82fc0b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9d44ef55ec82fc0b","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"duration":0}},{"uid":"4d9b4f3722fa5bb6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d9b4f3722fa5bb6","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"6ed91147270dfe32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6ed91147270dfe32","status":"passed","time":{"start":1714493052144,"stop":1714493052145,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55c6ba459092109a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/55c6ba459092109a","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"duration":0}},{"uid":"a33a50f030666247","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a33a50f030666247","status":"passed","time":{"start":1714494735302,"stop":1714494735302,"duration":0}},{"uid":"be47ad2b2a6125f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/be47ad2b2a6125f","status":"passed","time":{"start":1714492814970,"stop":1714492814971,"duration":1}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1c271842dc1c205","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b1c271842dc1c205","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0}},{"uid":"da73372122b9f154","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da73372122b9f154","status":"passed","time":{"start":1714494884062,"stop":1714494884064,"duration":2}},{"uid":"3477a6e285ed01e4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3477a6e285ed01e4","status":"passed","time":{"start":1714492954774,"stop":1714492954775,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1df71eb58df95e3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1df71eb58df95e3","status":"passed","time":{"start":1714501123787,"stop":1714501123787,"duration":0}},{"uid":"8e4207c2f752fb76","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e4207c2f752fb76","status":"passed","time":{"start":1714494838843,"stop":1714494838843,"duration":0}},{"uid":"43be34534d84b476","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/43be34534d84b476","status":"passed","time":{"start":1714492985750,"stop":1714492985750,"duration":0}}]},"971837a07ce4f34053330b0ef3d79be6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b2942ec27be68f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4b2942ec27be68f","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ffd5b4772828637","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8ffd5b4772828637","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"duration":0}},{"uid":"224a78879437debb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/224a78879437debb","status":"passed","time":{"start":1714494954437,"stop":1714494954437,"duration":0}},{"uid":"509c306d58978e44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/509c306d58978e44","status":"passed","time":{"start":1714493052133,"stop":1714493052133,"duration":0}}]},"0f36e2e742b665c172929c5fc29d4747:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7dd78e90cad84fd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f7dd78e90cad84fd","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"duration":0}},{"uid":"ae982c5215a1c387","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ae982c5215a1c387","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"a81892976b90e101","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a81892976b90e101","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61dc4d87facd5a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/61dc4d87facd5a","status":"passed","time":{"start":1714501140343,"stop":1714501140343,"duration":0}},{"uid":"444aab836d1077f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/444aab836d1077f9","status":"passed","time":{"start":1714494884056,"stop":1714494884057,"duration":1}},{"uid":"740e0e75fefd4519","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/740e0e75fefd4519","status":"passed","time":{"start":1714492954773,"stop":1714492954773,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"314c9793b428021b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/314c9793b428021b","status":"passed","time":{"start":1714501050453,"stop":1714501050454,"duration":1}},{"uid":"7c4b9e52c6f496da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7c4b9e52c6f496da","status":"passed","time":{"start":1714494785914,"stop":1714494785914,"duration":0}},{"uid":"d1a75725bb530c3d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d1a75725bb530c3d","status":"passed","time":{"start":1714492898569,"stop":1714492898570,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9c73ad087cc7169d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9c73ad087cc7169d","status":"passed","time":{"start":1714501174015,"stop":1714501174016,"duration":1}},{"uid":"61dbabadfe63f1e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61dbabadfe63f1e","status":"passed","time":{"start":1714494908940,"stop":1714494908940,"duration":0}},{"uid":"895e76010693426e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/895e76010693426e","status":"passed","time":{"start":1714492995230,"stop":1714492995230,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9ba0ac5768777901","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9ba0ac5768777901","status":"passed","time":{"start":1714500744139,"stop":1714500744140,"duration":1}},{"uid":"1644b95dec349910","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1644b95dec349910","status":"passed","time":{"start":1714494482345,"stop":1714494482345,"duration":0}},{"uid":"734e319304ecb35b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/734e319304ecb35b","status":"passed","time":{"start":1714492591355,"stop":1714492591356,"duration":1}}]},"1a0fb446de2c6ef2f0f2b42935699d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"77683c7e761ed22f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/77683c7e761ed22f","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"duration":0}},{"uid":"4c513981de028fd6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c513981de028fd6","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"ff6e59ca6229fe4e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff6e59ca6229fe4e","status":"passed","time":{"start":1714492380864,"stop":1714492380865,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c893bb3465ca251","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c893bb3465ca251","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"duration":0}},{"uid":"5f671f6629adac85","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5f671f6629adac85","status":"passed","time":{"start":1714494954445,"stop":1714494954446,"duration":1}},{"uid":"280ba25e9a0ffa1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/280ba25e9a0ffa1","status":"passed","time":{"start":1714493052141,"stop":1714493052142,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22201a9737b3729","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22201a9737b3729","status":"passed","time":{"start":1714500976563,"stop":1714500976563,"duration":0}},{"uid":"4b62cb62b4aa6ffc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b62cb62b4aa6ffc","status":"passed","time":{"start":1714494735305,"stop":1714494735305,"duration":0}},{"uid":"47246a75c9079496","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/47246a75c9079496","status":"passed","time":{"start":1714492814993,"stop":1714492814994,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b136df7f5620e194","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b136df7f5620e194","status":"passed","time":{"start":1714501220692,"stop":1714501220693,"duration":1}},{"uid":"5e4ea1c4920128dd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5e4ea1c4920128dd","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"99900d409e3d0cc3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/99900d409e3d0cc3","status":"passed","time":{"start":1714493052141,"stop":1714493052141,"duration":0}}]},"ce4b1b9d6317460739b3baeb7ccb36b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d23b319a8271d2e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9d23b319a8271d2e","status":"passed","time":{"start":1714492932197,"stop":1714492932198,"duration":1}}]},"3b2113a0996b28bc7d4efcad8a586b7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e77f98bca695aeb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9e77f98bca695aeb","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79a9db78e0ec8b38","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/79a9db78e0ec8b38","status":"passed","time":{"start":1714500539182,"stop":1714500539183,"duration":1}},{"uid":"a6d544e5117c0aff","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a6d544e5117c0aff","status":"passed","time":{"start":1714494290450,"stop":1714494290450,"duration":0}},{"uid":"88c14215cc3266","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/88c14215cc3266","status":"passed","time":{"start":1714492394193,"stop":1714492394193,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b509d10595a19a5a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b509d10595a19a5a","status":"passed","time":{"start":1714500976531,"stop":1714500976532,"duration":1}},{"uid":"8b97b52e0f05621f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b97b52e0f05621f","status":"passed","time":{"start":1714494735260,"stop":1714494735260,"duration":0}},{"uid":"1eeea0e2126b185a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1eeea0e2126b185a","status":"passed","time":{"start":1714492814940,"stop":1714492814941,"duration":1}}]},"3bd2e27ce2dd1b2d201c0a79bd10e3f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c6fd81f94a01d8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/12c6fd81f94a01d8","status":"passed","time":{"start":1714492985776,"stop":1714492985776,"duration":0}}]},"30521a39f76ff5fcea72a3e40f302c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"543bba9cb2ce77","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/543bba9cb2ce77","status":"passed","time":{"start":1714492898570,"stop":1714492898571,"duration":1}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70ac01642838ea6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70ac01642838ea6","status":"passed","time":{"start":1714501123760,"stop":1714501123777,"duration":17}},{"uid":"8a9d4fa8024d766f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8a9d4fa8024d766f","status":"passed","time":{"start":1714494838838,"stop":1714494838838,"duration":0}},{"uid":"6dc92a2d9eaab48c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6dc92a2d9eaab48c","status":"passed","time":{"start":1714492985727,"stop":1714492985728,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70689ae8c5c23d5b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70689ae8c5c23d5b","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0}},{"uid":"d4981bf92b9a055b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d4981bf92b9a055b","status":"passed","time":{"start":1714494285526,"stop":1714494285526,"duration":0}},{"uid":"f329ba7ee67b31ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f329ba7ee67b31ab","status":"passed","time":{"start":1714492389340,"stop":1714492389340,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75f35d18aeebdec8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/75f35d18aeebdec8","status":"passed","time":{"start":1714500534096,"stop":1714500534096,"duration":0}},{"uid":"69a15521cb5fdc02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69a15521cb5fdc02","status":"passed","time":{"start":1714494285518,"stop":1714494285518,"duration":0}},{"uid":"1f443389928e9bb9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f443389928e9bb9","status":"passed","time":{"start":1714492389331,"stop":1714492389331,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"73cfb16460861f25","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/73cfb16460861f25","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"duration":0}},{"uid":"5dbdf52d1bc797b0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dbdf52d1bc797b0","status":"passed","time":{"start":1714494884079,"stop":1714494884080,"duration":1}},{"uid":"51c4ff6028f69ea6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51c4ff6028f69ea6","status":"passed","time":{"start":1714492954777,"stop":1714492954778,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bce8fa205d5e8719","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bce8fa205d5e8719","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"duration":0}},{"uid":"90b7869ed40d715","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90b7869ed40d715","status":"passed","time":{"start":1714494760923,"stop":1714494760923,"duration":0}},{"uid":"7eac7a0b68c83b7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7eac7a0b68c83b7c","status":"passed","time":{"start":1714492834197,"stop":1714492834198,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c888d35ee294a32d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c888d35ee294a32d","status":"passed","time":{"start":1714500550275,"stop":1714500550276,"duration":1}},{"uid":"5ffff3d9adcc28a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5ffff3d9adcc28a2","status":"passed","time":{"start":1714494300696,"stop":1714494300697,"duration":1}},{"uid":"1012531e16d45c01","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1012531e16d45c01","status":"passed","time":{"start":1714492404704,"stop":1714492404704,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1a2845d6f6784910","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1a2845d6f6784910","status":"passed","time":{"start":1714500533178,"stop":1714500533179,"duration":1}},{"uid":"939cfba19e23196b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/939cfba19e23196b","status":"passed","time":{"start":1714494284813,"stop":1714494284814,"duration":1}},{"uid":"ab6111ece672f91f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab6111ece672f91f","status":"passed","time":{"start":1714492388604,"stop":1714492388604,"duration":0}}]},"969baed3c006265a6737aeef80c177f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d4acc87cf3b5c3d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d4acc87cf3b5c3d","status":"passed","time":{"start":1714492814994,"stop":1714492814995,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d6ecc903e295416","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8d6ecc903e295416","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"duration":0}},{"uid":"10ebed8eb1f10175","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10ebed8eb1f10175","status":"passed","time":{"start":1714494954435,"stop":1714494954435,"duration":0}},{"uid":"5afcd3d0b879bfd5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5afcd3d0b879bfd5","status":"passed","time":{"start":1714493052131,"stop":1714493052132,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8b712d798894fbbf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8b712d798894fbbf","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"duration":0}},{"uid":"bfb689e97a11f14f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bfb689e97a11f14f","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"568e2757aa43686c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/568e2757aa43686c","status":"passed","time":{"start":1714493052144,"stop":1714493052144,"duration":0}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3eba77b1d8814580","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3eba77b1d8814580","status":"passed","time":{"start":1714500550276,"stop":1714500550277,"duration":1}},{"uid":"97c9c04b3c70b75f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/97c9c04b3c70b75f","status":"passed","time":{"start":1714494300697,"stop":1714494300698,"duration":1}},{"uid":"1f3b3b7df3919e14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f3b3b7df3919e14","status":"passed","time":{"start":1714492404705,"stop":1714492404705,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef34c95c3f0d4db","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef34c95c3f0d4db","status":"passed","time":{"start":1714501039480,"stop":1714501039481,"duration":1}},{"uid":"f8eaa93ffb068e1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f8eaa93ffb068e1","status":"passed","time":{"start":1714494791244,"stop":1714494791245,"duration":1}},{"uid":"549d7e695d8c1ca9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/549d7e695d8c1ca9","status":"passed","time":{"start":1714492870706,"stop":1714492870706,"duration":0}}]},"f2bd20040333f49655b9dab3c3e67c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98a783cc6876a31d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/98a783cc6876a31d","status":"passed","time":{"start":1714494838855,"stop":1714494838856,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a449e83ae1405f23","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a449e83ae1405f23","status":"passed","time":{"start":1714500735361,"stop":1714500735361,"duration":0}},{"uid":"a05b956df1fee6b9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a05b956df1fee6b9","status":"passed","time":{"start":1714494500287,"stop":1714494500288,"duration":1}},{"uid":"389590fc554db69f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/389590fc554db69f","status":"passed","time":{"start":1714492591442,"stop":1714492591445,"duration":3}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a70a826c6efb5e64","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a70a826c6efb5e64","status":"passed","time":{"start":1714500664400,"stop":1714500664400,"duration":0}},{"uid":"efa37a8e299d8977","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/efa37a8e299d8977","status":"passed","time":{"start":1714494413199,"stop":1714494413199,"duration":0}},{"uid":"50a95d354106b652","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50a95d354106b652","status":"passed","time":{"start":1714492522569,"stop":1714492522570,"duration":1}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3647711a7aabd52c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3647711a7aabd52c","status":"passed","time":{"start":1714501089324,"stop":1714501089325,"duration":1}},{"uid":"6a00397b38cebca4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6a00397b38cebca4","status":"passed","time":{"start":1714494840004,"stop":1714494840005,"duration":1}},{"uid":"ba908e7fe244642b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ba908e7fe244642b","status":"passed","time":{"start":1714492923648,"stop":1714492923649,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1787028a19ac059","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1787028a19ac059","status":"passed","time":{"start":1714500559904,"stop":1714500559906,"duration":2}},{"uid":"889575c2cb2214d3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/889575c2cb2214d3","status":"passed","time":{"start":1714494310949,"stop":1714494310950,"duration":1}},{"uid":"47d82849b34fe52f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/47d82849b34fe52f","status":"passed","time":{"start":1714492410934,"stop":1714492410936,"duration":2}}]},"136a79fa027ded7d0cecbc265f6e868f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"747b48d5bab153c3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/747b48d5bab153c3","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"duration":0}},{"uid":"c89787b25e128f15","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c89787b25e128f15","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"b9fc65013bf50500","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b9fc65013bf50500","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"962727c759bbdbb6c83b55c5ac106cba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4b1f3388e3f984b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e4b1f3388e3f984b","status":"passed","time":{"start":1714500735366,"stop":1714500735366,"duration":0}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0a2b7cd1bf9836a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b0a2b7cd1bf9836a","status":"passed","time":{"start":1714501039475,"stop":1714501039475,"duration":0}},{"uid":"884b6932e54afea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/884b6932e54afea","status":"passed","time":{"start":1714494791232,"stop":1714494791233,"duration":1}},{"uid":"3846e3fad61e24ba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3846e3fad61e24ba","status":"passed","time":{"start":1714492870701,"stop":1714492870702,"duration":1}}]},"408aeb807af4a247ef95bba895d13520:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ecdab7aaec3e2502","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ecdab7aaec3e2502","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0}},{"uid":"24545617bb1f0a2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24545617bb1f0a2c","status":"passed","time":{"start":1714494276805,"stop":1714494276805,"duration":0}},{"uid":"77c515aa80f086cb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/77c515aa80f086cb","status":"passed","time":{"start":1714492380859,"stop":1714492380859,"duration":0}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d58764ddef8aa07c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d58764ddef8aa07c","status":"passed","time":{"start":1714500744119,"stop":1714500744122,"duration":3}},{"uid":"f4e11600c94dab36","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4e11600c94dab36","status":"passed","time":{"start":1714494482329,"stop":1714494482331,"duration":2}},{"uid":"7d5ce4438ccb823","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d5ce4438ccb823","status":"passed","time":{"start":1714492591349,"stop":1714492591350,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"49bbfe62743213db","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/49bbfe62743213db","status":"passed","time":{"start":1714501181622,"stop":1714501181622,"duration":0}},{"uid":"164807d39c5a1fc5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/164807d39c5a1fc5","status":"passed","time":{"start":1714494921190,"stop":1714494921190,"duration":0}},{"uid":"af9697144399d48a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/af9697144399d48a","status":"passed","time":{"start":1714493000279,"stop":1714493000279,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"906d7e88ca47986f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/906d7e88ca47986f","status":"passed","time":{"start":1714501145473,"stop":1714501145473,"duration":0}},{"uid":"18b350b93ecccc2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18b350b93ecccc2f","status":"passed","time":{"start":1714494876053,"stop":1714494876054,"duration":1}},{"uid":"599708219710794","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/599708219710794","status":"passed","time":{"start":1714492961692,"stop":1714492961693,"duration":1}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f38c6079f9dfd2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6f38c6079f9dfd2","status":"passed","time":{"start":1714501123755,"stop":1714501123756,"duration":1}},{"uid":"ba63bed036961ef2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ba63bed036961ef2","status":"passed","time":{"start":1714494838834,"stop":1714494838835,"duration":1}},{"uid":"49e06f4d9e92f7ad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49e06f4d9e92f7ad","status":"passed","time":{"start":1714492985719,"stop":1714492985719,"duration":0}}]},"b8591904b740b9c72ffccae377882782:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"53e4295489ad8df3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/53e4295489ad8df3","status":"passed","time":{"start":1714500525353,"stop":1714500525354,"duration":1}},{"uid":"c0ecd4ef314dd2a5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c0ecd4ef314dd2a5","status":"passed","time":{"start":1714494276824,"stop":1714494276824,"duration":0}},{"uid":"5be7fa76f9eec06b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5be7fa76f9eec06b","status":"passed","time":{"start":1714492380877,"stop":1714492380877,"duration":0}}]},"8e76067a8284349d7fec8d1d99224445:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4dfcbde36e193b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a4dfcbde36e193b4","status":"passed","time":{"start":1714492923656,"stop":1714492923656,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d4ac8d6519445445","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d4ac8d6519445445","status":"passed","time":{"start":1714501094176,"stop":1714501094176,"duration":0}},{"uid":"538ae639f5a9dd9b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/538ae639f5a9dd9b","status":"passed","time":{"start":1714494837580,"stop":1714494837581,"duration":1}},{"uid":"18056c4a490f061b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/18056c4a490f061b","status":"passed","time":{"start":1714492927145,"stop":1714492927145,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e2fd4fca8cfd2cc1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e2fd4fca8cfd2cc1","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"duration":0}},{"uid":"16877645d967cd40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16877645d967cd40","status":"passed","time":{"start":1714494760922,"stop":1714494760922,"duration":0}},{"uid":"793440474d335b94","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/793440474d335b94","status":"passed","time":{"start":1714492834195,"stop":1714492834195,"duration":0}}]},"bb739baa97ece17f2fb5da4576683547:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"37f2d6b246cdb46f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/37f2d6b246cdb46f","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0}},{"uid":"3007b732271b9537","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3007b732271b9537","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"6a595f5903ad4d65","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a595f5903ad4d65","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bdf76bdbb044747","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bdf76bdbb044747","status":"passed","time":{"start":1714501153788,"stop":1714501153788,"duration":0}},{"uid":"f1580dfb84f9de52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f1580dfb84f9de52","status":"passed","time":{"start":1714494896479,"stop":1714494896479,"duration":0}},{"uid":"eac0b2c89a28d15d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eac0b2c89a28d15d","status":"passed","time":{"start":1714492987115,"stop":1714492987116,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4f84b5f913c7a4da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4f84b5f913c7a4da","status":"passed","time":{"start":1714501165485,"stop":1714501165486,"duration":1}},{"uid":"f5f6d06d6c6498d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f5f6d06d6c6498d","status":"passed","time":{"start":1714494907381,"stop":1714494907381,"duration":0}}]},"48f191ca373f7423efca6869fa3972dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44ab81e6055e3514","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/44ab81e6055e3514","status":"passed","time":{"start":1714500525344,"stop":1714500525345,"duration":1}},{"uid":"a03581bd5c10bb02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a03581bd5c10bb02","status":"passed","time":{"start":1714494276816,"stop":1714494276817,"duration":1}},{"uid":"ef55dcb455bdec61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ef55dcb455bdec61","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e6d830c3f917efa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e6d830c3f917efa","status":"passed","time":{"start":1714500976554,"stop":1714500976555,"duration":1}},{"uid":"eac2be53628c8f39","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eac2be53628c8f39","status":"passed","time":{"start":1714494735295,"stop":1714494735296,"duration":1}},{"uid":"6a88e992b31e0a19","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a88e992b31e0a19","status":"passed","time":{"start":1714492814965,"stop":1714492814966,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eb14235c12a6db05","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/eb14235c12a6db05","status":"passed","time":{"start":1714500664400,"stop":1714500664408,"duration":8}},{"uid":"f98fb57b1c50fc05","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f98fb57b1c50fc05","status":"passed","time":{"start":1714494413199,"stop":1714494413200,"duration":1}},{"uid":"2a702535df4dd5d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2a702535df4dd5d9","status":"passed","time":{"start":1714492522570,"stop":1714492522571,"duration":1}}]},"73c3a05219f3f70f1a52c3c610a77ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"730a7bc8785c1412","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/730a7bc8785c1412","status":"passed","time":{"start":1714500525351,"stop":1714500525352,"duration":1}},{"uid":"fa511be5b1a5f235","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa511be5b1a5f235","status":"passed","time":{"start":1714494276822,"stop":1714494276823,"duration":1}},{"uid":"283a1d74ba87af6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/283a1d74ba87af6d","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76ab6470d80fe609","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/76ab6470d80fe609","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"duration":0}},{"uid":"af0a0d67963c961a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af0a0d67963c961a","status":"passed","time":{"start":1714494279630,"stop":1714494279630,"duration":0}},{"uid":"7af8e60d947fc807","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7af8e60d947fc807","status":"passed","time":{"start":1714492383509,"stop":1714492383510,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fceea40c5a948074","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fceea40c5a948074","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"duration":0}},{"uid":"4375d74ad9b80432","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4375d74ad9b80432","status":"passed","time":{"start":1714494785909,"stop":1714494785909,"duration":0}},{"uid":"878cb490c2833550","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/878cb490c2833550","status":"passed","time":{"start":1714492898564,"stop":1714492898564,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84ba1f170277afeb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/84ba1f170277afeb","status":"passed","time":{"start":1714500533180,"stop":1714500533180,"duration":0}},{"uid":"49fa98c58ae4ac5d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/49fa98c58ae4ac5d","status":"passed","time":{"start":1714494284815,"stop":1714494284816,"duration":1}},{"uid":"35622cca3cf84204","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/35622cca3cf84204","status":"passed","time":{"start":1714492388605,"stop":1714492388605,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b018183b924972e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9b018183b924972e","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"duration":0}},{"uid":"e678444da248c587","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e678444da248c587","status":"passed","time":{"start":1714494482352,"stop":1714494482353,"duration":1}},{"uid":"796947b5f4e0561","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/796947b5f4e0561","status":"passed","time":{"start":1714492591368,"stop":1714492591368,"duration":0}}]},"832cc0df70bcc4326d95aac5bd3b8c45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"26c55e92eeb84d1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/26c55e92eeb84d1","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0}},{"uid":"80fe1f7dafd65583","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/80fe1f7dafd65583","status":"passed","time":{"start":1714494276821,"stop":1714494276821,"duration":0}},{"uid":"d783c80b8ee77993","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d783c80b8ee77993","status":"passed","time":{"start":1714492380874,"stop":1714492380874,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2dfced7721fa68f6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2dfced7721fa68f6","status":"passed","time":{"start":1714500976529,"stop":1714500976530,"duration":1}},{"uid":"dc283c872d5431b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dc283c872d5431b1","status":"passed","time":{"start":1714494735258,"stop":1714494735258,"duration":0}},{"uid":"9b49202a6c56d9f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b49202a6c56d9f3","status":"passed","time":{"start":1714492814936,"stop":1714492814937,"duration":1}}]},"211519b062301f4bf748758a3b535f16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69bcd21c2bb08f11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69bcd21c2bb08f11","status":"passed","time":{"start":1714494840006,"stop":1714494840006,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36051837d22a65f6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36051837d22a65f6","status":"passed","time":{"start":1714501106173,"stop":1714501106173,"duration":0}},{"uid":"495a684a414107cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/495a684a414107cf","status":"passed","time":{"start":1714494848654,"stop":1714494848654,"duration":0}},{"uid":"3ffad79ccbe5ed73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3ffad79ccbe5ed73","status":"passed","time":{"start":1714492932190,"stop":1714492932190,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d85a1061da9a7caa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d85a1061da9a7caa","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"duration":0}},{"uid":"14380e339d664162","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14380e339d664162","status":"passed","time":{"start":1714494954439,"stop":1714494954440,"duration":1}},{"uid":"70c2281c5ce9f637","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70c2281c5ce9f637","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef831bf1d9f579b8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef831bf1d9f579b8","status":"passed","time":{"start":1714501174015,"stop":1714501174015,"duration":0}},{"uid":"ec663df8b4a603a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec663df8b4a603a","status":"passed","time":{"start":1714494908939,"stop":1714494908940,"duration":1}},{"uid":"71fd39ec64bb244d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71fd39ec64bb244d","status":"passed","time":{"start":1714492995229,"stop":1714492995229,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"21f890104fb610af","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/21f890104fb610af","status":"passed","time":{"start":1714500533173,"stop":1714500533174,"duration":1}},{"uid":"2fdd009266764bec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2fdd009266764bec","status":"passed","time":{"start":1714494284808,"stop":1714494284809,"duration":1}},{"uid":"5ccdcc2ffd9779ce","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5ccdcc2ffd9779ce","status":"passed","time":{"start":1714492388591,"stop":1714492388593,"duration":2}}]},"987ff145fe6454d79585f705b2d1b097:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa77eacded28aae2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aa77eacded28aae2","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0}},{"uid":"61908c7f1e401bae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61908c7f1e401bae","status":"passed","time":{"start":1714494276807,"stop":1714494276807,"duration":0}},{"uid":"1d97d1e9924b87bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d97d1e9924b87bb","status":"passed","time":{"start":1714492380861,"stop":1714492380861,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"919f5afd9933e48c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/919f5afd9933e48c","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"duration":0}},{"uid":"72fcd8081fdef34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72fcd8081fdef34","status":"passed","time":{"start":1714494896480,"stop":1714494896481,"duration":1}},{"uid":"d95cc24620246951","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d95cc24620246951","status":"passed","time":{"start":1714492987118,"stop":1714492987118,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"90f32cf7b253b1e6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/90f32cf7b253b1e6","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"duration":0}},{"uid":"34285f429bd2a9c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34285f429bd2a9c3","status":"passed","time":{"start":1714494884066,"stop":1714494884068,"duration":2}},{"uid":"1cea9586598ef029","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1cea9586598ef029","status":"passed","time":{"start":1714492954775,"stop":1714492954775,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6661af48dc7f693","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6661af48dc7f693","status":"passed","time":{"start":1714500550518,"stop":1714500550519,"duration":1}},{"uid":"c0dadcc1fde99a57","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c0dadcc1fde99a57","status":"passed","time":{"start":1714494301220,"stop":1714494301221,"duration":1}},{"uid":"7e64ae2312dd4b25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e64ae2312dd4b25","status":"passed","time":{"start":1714492405129,"stop":1714492405129,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"7a1fd2f98d1c3286","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7a1fd2f98d1c3286","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500550520,"stop":1714500550520,"duration":0}},{"uid":"e4cc6f36efbe539b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e4cc6f36efbe539b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494301221,"stop":1714494301222,"duration":1}},{"uid":"23e32b1c51cf73bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23e32b1c51cf73bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492405130,"stop":1714492405130,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6ece1c97d179d0db","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6ece1c97d179d0db","status":"passed","time":{"start":1714500744104,"stop":1714500744109,"duration":5}},{"uid":"a6b3f44eb3a020e4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a6b3f44eb3a020e4","status":"passed","time":{"start":1714494482326,"stop":1714494482326,"duration":0}},{"uid":"b727936ba0742bef","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b727936ba0742bef","status":"passed","time":{"start":1714492591348,"stop":1714492591348,"duration":0}}]},"a13bfa267e5d7386ead3dfda05821a7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7f036af17cd5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7f036af17cd5a","status":"passed","time":{"start":1714494848660,"stop":1714494848660,"duration":0}}]},"e82437d88936056e0513c6cbda73c3db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ddbad97a319a2406","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ddbad97a319a2406","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0}}]},"1a6fb339009fd2f7d8c1cbc791b07678:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9ffbb044e6fc0174","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9ffbb044e6fc0174","status":"passed","time":{"start":1714500525357,"stop":1714500525357,"duration":0}},{"uid":"425e79b6ba25e3c5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/425e79b6ba25e3c5","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"a85ca48b64bf752b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a85ca48b64bf752b","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22ed5e441e8ac433","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22ed5e441e8ac433","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"duration":0}},{"uid":"9d1572db8a38ab03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d1572db8a38ab03","status":"passed","time":{"start":1714494954446,"stop":1714494954446,"duration":0}},{"uid":"726d6e2b5c117805","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/726d6e2b5c117805","status":"passed","time":{"start":1714493052142,"stop":1714493052142,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f9e48a288589a26","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1f9e48a288589a26","status":"passed","time":{"start":1714500589618,"stop":1714500589618,"duration":0}},{"uid":"db3c4aa4b23ddf84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db3c4aa4b23ddf84","status":"passed","time":{"start":1714494341388,"stop":1714494341389,"duration":1}},{"uid":"347547edeb1fa527","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/347547edeb1fa527","status":"passed","time":{"start":1714492438812,"stop":1714492438813,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"de839fec2d4170be","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/de839fec2d4170be","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"duration":0}},{"uid":"7308f4668a096e90","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7308f4668a096e90","status":"passed","time":{"start":1714494908936,"stop":1714494908938,"duration":2}},{"uid":"ab18f33884f7c8e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab18f33884f7c8e0","status":"passed","time":{"start":1714492995228,"stop":1714492995228,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"87ad57e86c68baf2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/87ad57e86c68baf2","status":"passed","time":{"start":1714500525320,"stop":1714500525321,"duration":1}},{"uid":"f39885aaacb610a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f39885aaacb610a","status":"passed","time":{"start":1714494276800,"stop":1714494276800,"duration":0}},{"uid":"5fe8fc2b007b63c4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5fe8fc2b007b63c4","status":"passed","time":{"start":1714492380855,"stop":1714492380855,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a2c93dea4500ee53","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a2c93dea4500ee53","status":"passed","time":{"start":1714501039481,"stop":1714501039482,"duration":1}},{"uid":"669eaca62771311e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/669eaca62771311e","status":"passed","time":{"start":1714494791247,"stop":1714494791248,"duration":1}},{"uid":"5310676c617047ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5310676c617047ab","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6672257419336cf3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6672257419336cf3","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0}},{"uid":"c07a13f5732cddac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c07a13f5732cddac","status":"passed","time":{"start":1714494368385,"stop":1714494368386,"duration":1}},{"uid":"34d044c5211aeae5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/34d044c5211aeae5","status":"passed","time":{"start":1714492468979,"stop":1714492468980,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f2099b4c91f34491","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f2099b4c91f34491","status":"passed","time":{"start":1714500872905,"stop":1714500872906,"duration":1}},{"uid":"edf59bdf2f93e2b0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/edf59bdf2f93e2b0","status":"passed","time":{"start":1714494620617,"stop":1714494620618,"duration":1}}]},"3471bc23d35fed19c157dcd012a8da01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2045b0afb2a8dd71","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2045b0afb2a8dd71","status":"passed","time":{"start":1714494735306,"stop":1714494735306,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6ec15182ea1115","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f6ec15182ea1115","status":"passed","time":{"start":1714501036155,"stop":1714501036155,"duration":0}},{"uid":"9a00078c6ec9c18a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a00078c6ec9c18a","status":"passed","time":{"start":1714494788124,"stop":1714494788125,"duration":1}},{"uid":"54d316ee7acc75e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54d316ee7acc75e0","status":"passed","time":{"start":1714492860427,"stop":1714492860427,"duration":0}}]},"fb1156fdf9f38005c9c230c46ef8084c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7c61aa6a56d8fb2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e7c61aa6a56d8fb2","status":"passed","time":{"start":1714492932196,"stop":1714492932196,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1f15aa49868ce32","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b1f15aa49868ce32","status":"passed","time":{"start":1714500534097,"stop":1714500534097,"duration":0}},{"uid":"e9adcf7d2e07df52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e9adcf7d2e07df52","status":"passed","time":{"start":1714494285519,"stop":1714494285519,"duration":0}},{"uid":"270b6d85dd3ab77c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/270b6d85dd3ab77c","status":"passed","time":{"start":1714492389332,"stop":1714492389333,"duration":1}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c2c0c0baf6115b0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c2c0c0baf6115b0","status":"passed","time":{"start":1714500525323,"stop":1714500525323,"duration":0}},{"uid":"d5877f15f531ec4d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5877f15f531ec4d","status":"passed","time":{"start":1714494276802,"stop":1714494276803,"duration":1}},{"uid":"38e76ffb70a8c834","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/38e76ffb70a8c834","status":"passed","time":{"start":1714492380856,"stop":1714492380857,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ec90407dc4c7d3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4ec90407dc4c7d3","status":"passed","time":{"start":1714501184625,"stop":1714501184626,"duration":1}},{"uid":"b2cb2bd9cd201298","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b2cb2bd9cd201298","status":"passed","time":{"start":1714494914009,"stop":1714494914009,"duration":0}},{"uid":"2b5c9b844a5f255c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2b5c9b844a5f255c","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"abe20210ae78d6f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/abe20210ae78d6f","status":"passed","time":{"start":1714500979200,"stop":1714500979200,"duration":0}},{"uid":"e0a079d7c827341e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e0a079d7c827341e","status":"passed","time":{"start":1714494739120,"stop":1714494739120,"duration":0}},{"uid":"840ee43fe476890e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/840ee43fe476890e","status":"passed","time":{"start":1714492817320,"stop":1714492817321,"duration":1}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c39e17eac3ecd96","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c39e17eac3ecd96","status":"passed","time":{"start":1714501184628,"stop":1714501184628,"duration":0}},{"uid":"ef5165c49bb9a313","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef5165c49bb9a313","status":"passed","time":{"start":1714494914011,"stop":1714494914011,"duration":0}},{"uid":"157f6c3f768c14c5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/157f6c3f768c14c5","status":"passed","time":{"start":1714493011111,"stop":1714493011111,"duration":0}}]},"5d1de467df64211b8acc18e124fdbf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fcd56cbd05e9d60","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9fcd56cbd05e9d60","status":"passed","time":{"start":1714501106185,"stop":1714501106187,"duration":2}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61ad576d352c305f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/61ad576d352c305f","status":"passed","time":{"start":1714500534098,"stop":1714500534103,"duration":5}},{"uid":"743851df7e27a09f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/743851df7e27a09f","status":"passed","time":{"start":1714494285524,"stop":1714494285525,"duration":1}},{"uid":"c50c17dfa6f5022b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c50c17dfa6f5022b","status":"passed","time":{"start":1714492389334,"stop":1714492389334,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ee0e5385b5bd61b8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ee0e5385b5bd61b8","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"duration":0}},{"uid":"bac4aeec35f2dd3c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bac4aeec35f2dd3c","status":"passed","time":{"start":1714494482353,"stop":1714494482353,"duration":0}},{"uid":"acba90c9fb4cc949","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acba90c9fb4cc949","status":"passed","time":{"start":1714492591368,"stop":1714492591369,"duration":1}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6a6065ac1073dd5f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6a6065ac1073dd5f","status":"passed","time":{"start":1714501049782,"stop":1714501049782,"duration":0}},{"uid":"b0a4921684925e25","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0a4921684925e25","status":"passed","time":{"start":1714494802220,"stop":1714494802221,"duration":1}},{"uid":"2d8026f9182d63f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d8026f9182d63f","status":"passed","time":{"start":1714492887583,"stop":1714492887583,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6d97e8e76fdc570e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6d97e8e76fdc570e","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"duration":0}},{"uid":"f96562ffaa3f8b0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f96562ffaa3f8b0c","status":"passed","time":{"start":1714494482342,"stop":1714494482342,"duration":0}},{"uid":"3bba7d9096b5593f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bba7d9096b5593f","status":"passed","time":{"start":1714492591354,"stop":1714492591354,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dd685c772c4a1c9b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dd685c772c4a1c9b","status":"passed","time":{"start":1714500533176,"stop":1714500533176,"duration":0}},{"uid":"46eb5f321f0499c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46eb5f321f0499c9","status":"passed","time":{"start":1714494284810,"stop":1714494284811,"duration":1}},{"uid":"e0952fbecf232bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0952fbecf232bb","status":"passed","time":{"start":1714492388601,"stop":1714492388601,"duration":0}}]},"6e1381ac200671b08c9707a8643fc79e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e254a4edbcc03ce0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e254a4edbcc03ce0","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0}},{"uid":"58cc9896e87f5671","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/58cc9896e87f5671","status":"passed","time":{"start":1714494276823,"stop":1714494276823,"duration":0}},{"uid":"6f472180de282c30","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6f472180de282c30","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8c09f1a921391dbd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c09f1a921391dbd","status":"passed","time":{"start":1714494279631,"stop":1714494279631,"duration":0}},{"uid":"bd132869d7cb3d9b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bd132869d7cb3d9b","status":"passed","time":{"start":1714492383510,"stop":1714492383511,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1c727e91d0c2b08","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d1c727e91d0c2b08","status":"passed","time":{"start":1714501184627,"stop":1714501184627,"duration":0}},{"uid":"a08c63af3d2a0e9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a08c63af3d2a0e9d","status":"passed","time":{"start":1714494914010,"stop":1714494914010,"duration":0}},{"uid":"54a9ed4ad59a944e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54a9ed4ad59a944e","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a1d892c5f6ecf803","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a1d892c5f6ecf803","status":"passed","time":{"start":1714501165487,"stop":1714501165487,"duration":0}},{"uid":"f2b5c65dcc7d3054","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f2b5c65dcc7d3054","status":"passed","time":{"start":1714494907382,"stop":1714494907382,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a36041b3feb02d1f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a36041b3feb02d1f","status":"passed","time":{"start":1714500619503,"stop":1714500619503,"duration":0}},{"uid":"4d5e7414c800455c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d5e7414c800455c","status":"passed","time":{"start":1714494368383,"stop":1714494368383,"duration":0}},{"uid":"41c7b1d4d8d27209","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/41c7b1d4d8d27209","status":"passed","time":{"start":1714492468973,"stop":1714492468973,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8f782096baab8a3a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8f782096baab8a3a","status":"passed","time":{"start":1714500735362,"stop":1714500735363,"duration":1}},{"uid":"3f0f5a3214502907","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3f0f5a3214502907","status":"passed","time":{"start":1714494500289,"stop":1714494500290,"duration":1}},{"uid":"7bb919d7625aa2f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bb919d7625aa2f8","status":"passed","time":{"start":1714492591447,"stop":1714492591447,"duration":0}}]},"5dee6a05148d8e4c2bc83290b638b887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8732e2ae1c2c0e2d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8732e2ae1c2c0e2d","status":"passed","time":{"start":1714501106176,"stop":1714501106178,"duration":2}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7631461a578dd523","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7631461a578dd523","status":"passed","time":{"start":1714500976552,"stop":1714500976554,"duration":2}},{"uid":"5df7530c0690179c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5df7530c0690179c","status":"passed","time":{"start":1714494735294,"stop":1714494735295,"duration":1}},{"uid":"4bf12d17fea845fe","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4bf12d17fea845fe","status":"passed","time":{"start":1714492814964,"stop":1714492814965,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd0b3981763f7bee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bd0b3981763f7bee","status":"passed","time":{"start":1714501036157,"stop":1714501036158,"duration":1}},{"uid":"5b4211a7d523712e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b4211a7d523712e","status":"passed","time":{"start":1714494788138,"stop":1714494788138,"duration":0}},{"uid":"aef65800f81c9cd1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aef65800f81c9cd1","status":"passed","time":{"start":1714492860430,"stop":1714492860430,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63587c50ea9d5ba3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63587c50ea9d5ba3","status":"passed","time":{"start":1714500976531,"stop":1714500976531,"duration":0}},{"uid":"d8f83e087497df26","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8f83e087497df26","status":"passed","time":{"start":1714494735259,"stop":1714494735259,"duration":0}},{"uid":"e41c66c0ed611c9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e41c66c0ed611c9","status":"passed","time":{"start":1714492814939,"stop":1714492814940,"duration":1}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"45772e17b92d7d3e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/45772e17b92d7d3e","status":"passed","time":{"start":1714500550278,"stop":1714500550278,"duration":0}},{"uid":"5d13cdf191fcf5b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5d13cdf191fcf5b3","status":"passed","time":{"start":1714494300699,"stop":1714494300700,"duration":1}},{"uid":"208a39edc7afbe9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/208a39edc7afbe9","status":"passed","time":{"start":1714492404706,"stop":1714492404707,"duration":1}}]},"f0c173cf4589ded29dbd416adb065246:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"492281f6b53dd9d7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/492281f6b53dd9d7","status":"passed","time":{"start":1714500976564,"stop":1714500976565,"duration":1}}]},"b20dd9586da18fb69fc0ed4da2178eb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d225e8e56886143","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d225e8e56886143","status":"passed","time":{"start":1714501106174,"stop":1714501106174,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"33371df5bbc517ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/33371df5bbc517ea","status":"passed","time":{"start":1714501049787,"stop":1714501049788,"duration":1}},{"uid":"44dcf560fe640e50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/44dcf560fe640e50","status":"passed","time":{"start":1714494802222,"stop":1714494802222,"duration":0}},{"uid":"f31a02ddd50592d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f31a02ddd50592d9","status":"passed","time":{"start":1714492887587,"stop":1714492887587,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dced34804725f45f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dced34804725f45f","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"duration":0}},{"uid":"4203cfc0877acdb5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4203cfc0877acdb5","status":"passed","time":{"start":1714494785889,"stop":1714494785889,"duration":0}},{"uid":"14b1fd44bc2064eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/14b1fd44bc2064eb","status":"passed","time":{"start":1714492898553,"stop":1714492898554,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f46af34bf814e1b0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f46af34bf814e1b0","status":"passed","time":{"start":1714500844871,"stop":1714500844871,"duration":0}},{"uid":"d6427668486c173","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d6427668486c173","status":"passed","time":{"start":1714494594463,"stop":1714494594463,"duration":0}},{"uid":"83bb2f18ad0a989e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/83bb2f18ad0a989e","status":"passed","time":{"start":1714492694595,"stop":1714492694596,"duration":1}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b5a6c604150e69c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4b5a6c604150e69c","status":"passed","time":{"start":1714500823190,"stop":1714500823191,"duration":1}},{"uid":"836831cdca489043","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/836831cdca489043","status":"passed","time":{"start":1714494571269,"stop":1714494571269,"duration":0}},{"uid":"f26ba7f5bec987b1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f26ba7f5bec987b1","status":"passed","time":{"start":1714492678669,"stop":1714492678669,"duration":0}}]},"7f486ae1e4b4fae7a109b86f9b85ea65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f68fa735169e11ff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f68fa735169e11ff","status":"passed","time":{"start":1714501089326,"stop":1714501089327,"duration":1}}]},"d14b7d3c2ba9fd8604c4d1db25b3a71c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"43d94f3a16a3baad","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/43d94f3a16a3baad","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0}},{"uid":"aba0c6cdf3145476","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aba0c6cdf3145476","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"3bc7185a3a65394e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bc7185a3a65394e","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f25ac7169ea4497e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f25ac7169ea4497e","status":"passed","time":{"start":1714501150909,"stop":1714501150909,"duration":0}},{"uid":"11b9377d361a93fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/11b9377d361a93fd","status":"passed","time":{"start":1714494883926,"stop":1714494883946,"duration":20}},{"uid":"8f380cb18e8d288","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8f380cb18e8d288","status":"passed","time":{"start":1714492982063,"stop":1714492982063,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1926af0546a62203","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1926af0546a62203","status":"passed","time":{"start":1714500525319,"stop":1714500525320,"duration":1}},{"uid":"7ea059e13cae1dcc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7ea059e13cae1dcc","status":"passed","time":{"start":1714494276799,"stop":1714494276799,"duration":0}},{"uid":"b8a7770a5640850e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b8a7770a5640850e","status":"passed","time":{"start":1714492380853,"stop":1714492380854,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e5efac5eb4e63d22","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e5efac5eb4e63d22","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0}},{"uid":"733b69e550291dc7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/733b69e550291dc7","status":"passed","time":{"start":1714494785908,"stop":1714494785908,"duration":0}},{"uid":"fe3e8b569547b391","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fe3e8b569547b391","status":"passed","time":{"start":1714492898563,"stop":1714492898563,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"89649c4324bfeb44","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/89649c4324bfeb44","status":"passed","time":{"start":1714500976538,"stop":1714500976540,"duration":2}},{"uid":"93f0cf860ffb8d89","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93f0cf860ffb8d89","status":"passed","time":{"start":1714494735280,"stop":1714494735281,"duration":1}},{"uid":"2d3546b454516093","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d3546b454516093","status":"passed","time":{"start":1714492814948,"stop":1714492814949,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e376797fae6288b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1e376797fae6288b","status":"passed","time":{"start":1714500590511,"stop":1714500590512,"duration":1}},{"uid":"85742b3f3af90682","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85742b3f3af90682","status":"passed","time":{"start":1714494351412,"stop":1714494351413,"duration":1}},{"uid":"a8fbbfc8ea9336ec","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8fbbfc8ea9336ec","status":"passed","time":{"start":1714492441818,"stop":1714492441818,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"daf01001c37247cb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/daf01001c37247cb","status":"passed","time":{"start":1714501036148,"stop":1714501036151,"duration":3}},{"uid":"f46dc0a8929abb1d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f46dc0a8929abb1d","status":"passed","time":{"start":1714494788122,"stop":1714494788122,"duration":0}},{"uid":"c7cbcf942dd7ac3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c7cbcf942dd7ac3c","status":"passed","time":{"start":1714492860423,"stop":1714492860424,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ececfe648c606130","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ececfe648c606130","status":"passed","time":{"start":1714500533179,"stop":1714500533180,"duration":1}},{"uid":"a0ef9eecd8a662a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0ef9eecd8a662a","status":"passed","time":{"start":1714494284814,"stop":1714494284815,"duration":1}},{"uid":"7ad374ff6250fdfb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7ad374ff6250fdfb","status":"passed","time":{"start":1714492388604,"stop":1714492388605,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"375d6ac4feb9d06b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/375d6ac4feb9d06b","status":"passed","time":{"start":1714500744146,"stop":1714500744178,"duration":32}},{"uid":"54150a267831ca7b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54150a267831ca7b","status":"passed","time":{"start":1714494482350,"stop":1714494482350,"duration":0}},{"uid":"334f9dd608964a99","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/334f9dd608964a99","status":"passed","time":{"start":1714492591365,"stop":1714492591365,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d9b6f035e24db36","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8d9b6f035e24db36","status":"passed","time":{"start":1714500607830,"stop":1714500607830,"duration":0}},{"uid":"58438cbbfb8c3221","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/58438cbbfb8c3221","status":"passed","time":{"start":1714494370508,"stop":1714494370510,"duration":2}},{"uid":"7a9741048ee4ae08","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7a9741048ee4ae08","status":"passed","time":{"start":1714492459795,"stop":1714492459797,"duration":2}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3c05e155370d8939","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3c05e155370d8939","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"duration":0}},{"uid":"bd0143e287b2eeb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bd0143e287b2eeb3","status":"passed","time":{"start":1714494594464,"stop":1714494594464,"duration":0}},{"uid":"a6cd7be15fb29f03","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a6cd7be15fb29f03","status":"passed","time":{"start":1714492694597,"stop":1714492694598,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d2432fe5cc5985b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d2432fe5cc5985b","status":"passed","time":{"start":1714500744122,"stop":1714500744125,"duration":3}},{"uid":"20dde7d39c19453d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/20dde7d39c19453d","status":"passed","time":{"start":1714494482331,"stop":1714494482331,"duration":0}},{"uid":"5c4adfd0a87691dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5c4adfd0a87691dc","status":"passed","time":{"start":1714492591350,"stop":1714492591350,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca33d2c243f85d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ca33d2c243f85d0","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"duration":0}},{"uid":"d3555a686c0cba92","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d3555a686c0cba92","status":"passed","time":{"start":1714494898217,"stop":1714494898217,"duration":0}},{"uid":"6f93c08fb3979c63","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6f93c08fb3979c63","status":"passed","time":{"start":1714492984321,"stop":1714492984321,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"685fe1ee6d87230a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/685fe1ee6d87230a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500976725,"stop":1714500976725,"duration":0}},{"uid":"1af50446898c012c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1af50446898c012c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735610,"stop":1714494735610,"duration":0}},{"uid":"c47991e51a16f2a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c47991e51a16f2a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814803,"stop":1714492814803,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f25a847cd8cd871","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1f25a847cd8cd871","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"duration":0}},{"uid":"f72e4afcf71876d1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f72e4afcf71876d1","status":"passed","time":{"start":1714494788151,"stop":1714494788151,"duration":0}},{"uid":"f47349af0dbbc0d8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f47349af0dbbc0d8","status":"passed","time":{"start":1714492860438,"stop":1714492860438,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7ed9ec15eb20691","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c7ed9ec15eb20691","status":"passed","time":{"start":1714500744101,"stop":1714500744104,"duration":3}},{"uid":"4b31a277fae9dc14","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b31a277fae9dc14","status":"passed","time":{"start":1714494482325,"stop":1714494482326,"duration":1}},{"uid":"70be67047a2e01c6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70be67047a2e01c6","status":"passed","time":{"start":1714492591347,"stop":1714492591348,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c93410a145e98af","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6c93410a145e98af","status":"passed","time":{"start":1714501050427,"stop":1714501050427,"duration":0}},{"uid":"41db71672297d797","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/41db71672297d797","status":"passed","time":{"start":1714494785888,"stop":1714494785888,"duration":0}},{"uid":"8675ef74f1b98411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8675ef74f1b98411","status":"passed","time":{"start":1714492898552,"stop":1714492898552,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef0d1ed0d7ce11ae","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef0d1ed0d7ce11ae","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"duration":0}},{"uid":"e6acf110980eda94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6acf110980eda94","status":"passed","time":{"start":1714494285531,"stop":1714494285532,"duration":1}},{"uid":"b31251a82f3e5b83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b31251a82f3e5b83","status":"passed","time":{"start":1714492389345,"stop":1714492389346,"duration":1}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5a905c8a99db63e7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5a905c8a99db63e7","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0}},{"uid":"b64b10470b7cadbf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b64b10470b7cadbf","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"11364d5579519e04","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/11364d5579519e04","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8cb009f87a115177","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8cb009f87a115177","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0}},{"uid":"e92d5b01ba4123b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e92d5b01ba4123b1","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"9a7911721c273e43","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a7911721c273e43","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"f22238357dfc09323fa20447b837cacf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"631fcfe71131aa94","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/631fcfe71131aa94","status":"passed","time":{"start":1714500525340,"stop":1714500525340,"duration":0}},{"uid":"663447fa1e98e80c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/663447fa1e98e80c","status":"passed","time":{"start":1714494276813,"stop":1714494276814,"duration":1}},{"uid":"c275deaae8a470b6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c275deaae8a470b6","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f23a5ecd293aa33e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f23a5ecd293aa33e","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"duration":0}},{"uid":"5bd50757f4472f43","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5bd50757f4472f43","status":"passed","time":{"start":1714494571265,"stop":1714494571265,"duration":0}},{"uid":"682414ec463e6c2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/682414ec463e6c2b","status":"passed","time":{"start":1714492678659,"stop":1714492678660,"duration":1}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd8274d9d51ad8a5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bd8274d9d51ad8a5","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"duration":0}},{"uid":"144d7b201efddf68","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/144d7b201efddf68","status":"passed","time":{"start":1714494277048,"stop":1714494277048,"duration":0}},{"uid":"a0f4b2dbb257e210","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a0f4b2dbb257e210","status":"passed","time":{"start":1714492380913,"stop":1714492380913,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"72006557d6fb9d0a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/72006557d6fb9d0a","status":"passed","time":{"start":1714500654285,"stop":1714500654286,"duration":1}},{"uid":"383b4f4adc103de6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/383b4f4adc103de6","status":"passed","time":{"start":1714494402825,"stop":1714494402828,"duration":3}},{"uid":"7ed7dba85107b2a3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7ed7dba85107b2a3","status":"passed","time":{"start":1714492502948,"stop":1714492502949,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc18ef71ae524f7d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc18ef71ae524f7d","status":"passed","time":{"start":1714501036158,"stop":1714501036163,"duration":5}},{"uid":"c28d660e3382df84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c28d660e3382df84","status":"passed","time":{"start":1714494788143,"stop":1714494788144,"duration":1}},{"uid":"406d9bb656dd3907","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/406d9bb656dd3907","status":"passed","time":{"start":1714492860430,"stop":1714492860431,"duration":1}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"206e33dbc0a28cdb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/206e33dbc0a28cdb","status":"passed","time":{"start":1714501039476,"stop":1714501039477,"duration":1}},{"uid":"9fdb64bfec4fa75b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9fdb64bfec4fa75b","status":"passed","time":{"start":1714494791235,"stop":1714494791236,"duration":1}},{"uid":"8a7845b8de3a1401","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8a7845b8de3a1401","status":"passed","time":{"start":1714492870702,"stop":1714492870702,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"105e772634b834c3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/105e772634b834c3","status":"passed","time":{"start":1714500823186,"stop":1714500823186,"duration":0}},{"uid":"946926001c8c9b8c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/946926001c8c9b8c","status":"passed","time":{"start":1714494571265,"stop":1714494571266,"duration":1}},{"uid":"10edba4e371e097b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/10edba4e371e097b","status":"passed","time":{"start":1714492678665,"stop":1714492678665,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"65f85fa7cc8af535","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/65f85fa7cc8af535","status":"passed","time":{"start":1714500550515,"stop":1714500550515,"duration":0}},{"uid":"d8f025324df00013","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8f025324df00013","status":"passed","time":{"start":1714494301217,"stop":1714494301217,"duration":0}},{"uid":"1523cd01153fbec3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1523cd01153fbec3","status":"passed","time":{"start":1714492405125,"stop":1714492405126,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c2d4d639076cd837","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c2d4d639076cd837","status":"passed","time":{"start":1714500533184,"stop":1714500533185,"duration":1}},{"uid":"e49a8c07f0f2e70c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e49a8c07f0f2e70c","status":"passed","time":{"start":1714494284818,"stop":1714494284819,"duration":1}},{"uid":"7e0edb1e3f50e05f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e0edb1e3f50e05f","status":"passed","time":{"start":1714492388607,"stop":1714492388607,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c38b7c16d16f2b6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c38b7c16d16f2b6","status":"passed","time":{"start":1714500554007,"stop":1714500554007,"duration":0}},{"uid":"ccd2d5ecb055beba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ccd2d5ecb055beba","status":"passed","time":{"start":1714494305187,"stop":1714494305188,"duration":1}}]},"6680368278335db432198aa09035b606:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17efc8d07e6de94","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17efc8d07e6de94","status":"passed","time":{"start":1714492985778,"stop":1714492985779,"duration":1}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"851455ab15caaa64","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/851455ab15caaa64","status":"passed","time":{"start":1714501013446,"stop":1714501013447,"duration":1}},{"uid":"4bd648eba2799fd2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4bd648eba2799fd2","status":"passed","time":{"start":1714494760923,"stop":1714494760924,"duration":1}},{"uid":"4f8b4bcad071095e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4f8b4bcad071095e","status":"passed","time":{"start":1714492834198,"stop":1714492834198,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5423765b5ba981b0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5423765b5ba981b0","status":"passed","time":{"start":1714500623696,"stop":1714500623696,"duration":0}},{"uid":"dea951f738007b9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dea951f738007b9d","status":"passed","time":{"start":1714494373384,"stop":1714494373385,"duration":1}},{"uid":"83ac931d6b83ba0c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/83ac931d6b83ba0c","status":"passed","time":{"start":1714492481132,"stop":1714492481133,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"31c868bfb96a0e69","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/31c868bfb96a0e69","status":"passed","time":{"start":1714501050437,"stop":1714501050438,"duration":1}},{"uid":"8e0039b47a016d89","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e0039b47a016d89","status":"passed","time":{"start":1714494785903,"stop":1714494785903,"duration":0}},{"uid":"f04360506cda9f5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f04360506cda9f5","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5feb7a6d0cd3f38f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5feb7a6d0cd3f38f","status":"passed","time":{"start":1714500549514,"stop":1714500549516,"duration":2}},{"uid":"ad97945e0b184eb1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ad97945e0b184eb1","status":"passed","time":{"start":1714494299911,"stop":1714494299913,"duration":2}},{"uid":"306d75100f7b8bcb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/306d75100f7b8bcb","status":"passed","time":{"start":1714492403643,"stop":1714492403645,"duration":2}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24e31b03e88928e8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24e31b03e88928e8","status":"passed","time":{"start":1714501123759,"stop":1714501123760,"duration":1}},{"uid":"6c4037d0b267dc0a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c4037d0b267dc0a","status":"passed","time":{"start":1714494838836,"stop":1714494838836,"duration":0}},{"uid":"a6679b2c2c73d172","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a6679b2c2c73d172","status":"passed","time":{"start":1714492985726,"stop":1714492985727,"duration":1}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7d19400836b17eef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7d19400836b17eef","status":"passed","time":{"start":1714500525322,"stop":1714500525322,"duration":0}},{"uid":"1444e62e434e6585","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1444e62e434e6585","status":"passed","time":{"start":1714494276801,"stop":1714494276801,"duration":0}},{"uid":"2545e1bde5615129","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2545e1bde5615129","status":"passed","time":{"start":1714492380855,"stop":1714492380856,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55d0024fe68deccb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/55d0024fe68deccb","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"duration":0}},{"uid":"d1502e9f191be3d1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1502e9f191be3d1","status":"passed","time":{"start":1714494402844,"stop":1714494402845,"duration":1}},{"uid":"48c825224a1c7135","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/48c825224a1c7135","status":"passed","time":{"start":1714492502970,"stop":1714492502972,"duration":2}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a815afab44610d72","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a815afab44610d72","status":"passed","time":{"start":1714501123754,"stop":1714501123754,"duration":0}},{"uid":"48d834824e4b0dfe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48d834824e4b0dfe","status":"passed","time":{"start":1714494838834,"stop":1714494838834,"duration":0}},{"uid":"2e3e27ce0ee9c29c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e3e27ce0ee9c29c","status":"passed","time":{"start":1714492985716,"stop":1714492985718,"duration":2}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f4cfc9688d1a035a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f4cfc9688d1a035a","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"duration":0}},{"uid":"f62ca522b55fae82","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f62ca522b55fae82","status":"passed","time":{"start":1714494954439,"stop":1714494954439,"duration":0}},{"uid":"3add51093f1568cb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3add51093f1568cb","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"2dc6a6757064d64bd9388261a1af2aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa247201a3fb723","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aa247201a3fb723","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0}},{"uid":"b3dc3a3984ac621d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b3dc3a3984ac621d","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"87643454c5d42c7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/87643454c5d42c7c","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bae6a1e8e9e9230e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bae6a1e8e9e9230e","status":"passed","time":{"start":1714501150908,"stop":1714501150909,"duration":1}},{"uid":"5ca5b33b76c9a723","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5ca5b33b76c9a723","status":"passed","time":{"start":1714494883925,"stop":1714494883926,"duration":1}},{"uid":"1ab60b6941d4ce32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1ab60b6941d4ce32","status":"passed","time":{"start":1714492982062,"stop":1714492982063,"duration":1}}]},"76dce5a128c1173a30ab42f795a9e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b78fe9533b350fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9b78fe9533b350fa","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0}},{"uid":"4d88fb9a968abf77","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d88fb9a968abf77","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"fa511184d222d92f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa511184d222d92f","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"baa8f630ea91459e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/baa8f630ea91459e","status":"passed","time":{"start":1714501039480,"stop":1714501039480,"duration":0}},{"uid":"4ef6576ca2f26b22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ef6576ca2f26b22","status":"passed","time":{"start":1714494791243,"stop":1714494791244,"duration":1}},{"uid":"436a6acbf6cc0e85","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/436a6acbf6cc0e85","status":"passed","time":{"start":1714492870706,"stop":1714492870706,"duration":0}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"194fd142c7be439b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/194fd142c7be439b","status":"passed","time":{"start":1714500554005,"stop":1714500554005,"duration":0}},{"uid":"80b6eaa674c3deb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/80b6eaa674c3deb3","status":"passed","time":{"start":1714494305185,"stop":1714494305186,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1507fcf30538a8c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b1507fcf30538a8c","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"duration":0}},{"uid":"af5f3210d7882d24","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af5f3210d7882d24","status":"passed","time":{"start":1714494954446,"stop":1714494954446,"duration":0}},{"uid":"79e84d40bae06640","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/79e84d40bae06640","status":"passed","time":{"start":1714493052142,"stop":1714493052142,"duration":0}}]},"3c9571fd6106b8841fad5001d4187348:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"405ec1d397d614da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/405ec1d397d614da","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca9f51ff4513bce1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ca9f51ff4513bce1","status":"passed","time":{"start":1714500589623,"stop":1714500589623,"duration":0}},{"uid":"408e2122422acf5f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/408e2122422acf5f","status":"passed","time":{"start":1714494341390,"stop":1714494341391,"duration":1}},{"uid":"8ae397b44550dd9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ae397b44550dd9","status":"passed","time":{"start":1714492438814,"stop":1714492438814,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ab2b96cd68ed2f0c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab2b96cd68ed2f0c","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"duration":0}},{"uid":"17cb2f4598e082b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17cb2f4598e082b5","status":"passed","time":{"start":1714494788147,"stop":1714494788148,"duration":1}},{"uid":"7c3241e52dd1b119","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c3241e52dd1b119","status":"passed","time":{"start":1714492860434,"stop":1714492860434,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63e6e5c9673bb3dd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63e6e5c9673bb3dd","status":"passed","time":{"start":1714500549518,"stop":1714500549518,"duration":0}},{"uid":"4b849e041bcadbb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b849e041bcadbb3","status":"passed","time":{"start":1714494299914,"stop":1714494299915,"duration":1}},{"uid":"b3888b245808b06d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b3888b245808b06d","status":"passed","time":{"start":1714492403646,"stop":1714492403646,"duration":0}}]},"73f2782b5ab4ec6e3d7f09d00ee782a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"327768c61075ae3b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/327768c61075ae3b","status":"passed","time":{"start":1714500525357,"stop":1714500525358,"duration":1}},{"uid":"d1a47d6b9aef063d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1a47d6b9aef063d","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"4553f0771ce04923","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4553f0771ce04923","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"354d86d8951aa74a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/354d86d8951aa74a","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0}},{"uid":"63b9f3dff4954851","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/63b9f3dff4954851","status":"passed","time":{"start":1714494876054,"stop":1714494876054,"duration":0}},{"uid":"2ab739bb0445888b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2ab739bb0445888b","status":"passed","time":{"start":1714492961693,"stop":1714492961693,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36e3f0cac841efe9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36e3f0cac841efe9","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"duration":0}},{"uid":"ca3cba33b5e7ed01","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ca3cba33b5e7ed01","status":"passed","time":{"start":1714494791251,"stop":1714494791252,"duration":1}},{"uid":"61dfbf8e33ebc8ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/61dfbf8e33ebc8ca","status":"passed","time":{"start":1714492870709,"stop":1714492870709,"duration":0}}]},"301873950451259b886c914449e4aecb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cafe3e38896b330b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cafe3e38896b330b","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0}},{"uid":"a92a52d367844086","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a92a52d367844086","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"301080fb8d62f3b1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/301080fb8d62f3b1","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ef13ec3e1e9017b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1ef13ec3e1e9017b","status":"passed","time":{"start":1714501123784,"stop":1714501123785,"duration":1}},{"uid":"87228d123d4cf20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87228d123d4cf20","status":"passed","time":{"start":1714494838843,"stop":1714494838843,"duration":0}},{"uid":"98baeecf39e87a84","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98baeecf39e87a84","status":"passed","time":{"start":1714492985743,"stop":1714492985746,"duration":3}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b9a48209c0d7d600","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b9a48209c0d7d600","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"duration":0}},{"uid":"8910baf377b4a254","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8910baf377b4a254","status":"passed","time":{"start":1714494482352,"stop":1714494482352,"duration":0}},{"uid":"23ec7a3ba6146d7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23ec7a3ba6146d7","status":"passed","time":{"start":1714492591367,"stop":1714492591368,"duration":1}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"168afd03de05b537","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/168afd03de05b537","status":"passed","time":{"start":1714500997299,"stop":1714500997300,"duration":1}},{"uid":"cbb442588074099","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cbb442588074099","status":"passed","time":{"start":1714494742981,"stop":1714494742981,"duration":0}},{"uid":"534816357b294de2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/534816357b294de2","status":"passed","time":{"start":1714492814487,"stop":1714492814488,"duration":1}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"b986f5e0346f596f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b986f5e0346f596f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500735372,"stop":1714500735373,"duration":1}},{"uid":"ab604db67b5b0acf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ab604db67b5b0acf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494500299,"stop":1714494500299,"duration":0}},{"uid":"d8f743e9465582de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8f743e9465582de","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492591540,"stop":1714492591540,"duration":0}}]},"709ec0fac496e27ee4fe40642aee4232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbef66225a9bc34d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bbef66225a9bc34d","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0}},{"uid":"da9dfe969045600f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da9dfe969045600f","status":"passed","time":{"start":1714494276824,"stop":1714494276825,"duration":1}},{"uid":"104cfaf345bd5674","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/104cfaf345bd5674","status":"passed","time":{"start":1714492380877,"stop":1714492380878,"duration":1}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6f0b5bc737dd17d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f6f0b5bc737dd17d","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"duration":0}},{"uid":"5cb862cf86f28bc3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5cb862cf86f28bc3","status":"passed","time":{"start":1714494954434,"stop":1714494954434,"duration":0}},{"uid":"8d9eef139c1e4ec6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8d9eef139c1e4ec6","status":"passed","time":{"start":1714493052130,"stop":1714493052130,"duration":0}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ca041a03dca16d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ca041a03dca16d0","status":"passed","time":{"start":1714500534112,"stop":1714500534112,"duration":0}},{"uid":"712c2534d3662207","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/712c2534d3662207","status":"passed","time":{"start":1714494285533,"stop":1714494285533,"duration":0}},{"uid":"8b331a56edfb49a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8b331a56edfb49a","status":"passed","time":{"start":1714492389347,"stop":1714492389348,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a52730d134cc2d2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9a52730d134cc2d2","status":"passed","time":{"start":1714500524940,"stop":1714500524941,"duration":1}},{"uid":"683aee63f1542eba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/683aee63f1542eba","status":"passed","time":{"start":1714494276738,"stop":1714494276738,"duration":0}},{"uid":"db7873ea42a48d62","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db7873ea42a48d62","status":"passed","time":{"start":1714492380333,"stop":1714492380333,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"92d660da1e7b565e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/92d660da1e7b565e","status":"passed","time":{"start":1714501106189,"stop":1714501106190,"duration":1}},{"uid":"8e26bbdd942890e8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e26bbdd942890e8","status":"passed","time":{"start":1714494848661,"stop":1714494848662,"duration":1}},{"uid":"56f8137a77beca3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/56f8137a77beca3c","status":"passed","time":{"start":1714492932199,"stop":1714492932199,"duration":0}}]},"9ab1d654e249ed953a84c2880c7429a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3dc1842cc5f126a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3dc1842cc5f126a","status":"passed","time":{"start":1714500525326,"stop":1714500525327,"duration":1}},{"uid":"94a6d5dc4cf79a02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94a6d5dc4cf79a02","status":"passed","time":{"start":1714494276804,"stop":1714494276804,"duration":0}},{"uid":"48c49e3dbb58560f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/48c49e3dbb58560f","status":"passed","time":{"start":1714492380858,"stop":1714492380858,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"c8ab29a10deac6ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c8ab29a10deac6ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500590518,"stop":1714500590518,"duration":0}},{"uid":"dd24890936a4203a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dd24890936a4203a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351416,"duration":1}},{"uid":"7f90da4cd26440f2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f90da4cd26440f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441822,"stop":1714492441822,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c2137f1b2b8b8d8a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c2137f1b2b8b8d8a","status":"passed","time":{"start":1714501050458,"stop":1714501050458,"duration":0}},{"uid":"a0ef681f9b6fccba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0ef681f9b6fccba","status":"passed","time":{"start":1714494785917,"stop":1714494785918,"duration":1}},{"uid":"df60f22c9a076e3e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/df60f22c9a076e3e","status":"passed","time":{"start":1714492898573,"stop":1714492898574,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aace5de436e4fa6e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aace5de436e4fa6e","status":"passed","time":{"start":1714500660494,"stop":1714500660494,"duration":0}},{"uid":"180f175c9553ef8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/180f175c9553ef8a","status":"passed","time":{"start":1714494401265,"stop":1714494401266,"duration":1}},{"uid":"e12aa283cf718bc2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e12aa283cf718bc2","status":"passed","time":{"start":1714492501440,"stop":1714492501440,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4a9ea201c0b5b87","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b4a9ea201c0b5b87","status":"passed","time":{"start":1714501050427,"stop":1714501050428,"duration":1}},{"uid":"16235caf8cc5db99","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16235caf8cc5db99","status":"passed","time":{"start":1714494785888,"stop":1714494785888,"duration":0}},{"uid":"6a78f47440468a03","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a78f47440468a03","status":"passed","time":{"start":1714492898552,"stop":1714492898553,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b384a9c5a1247ad3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b384a9c5a1247ad3","status":"passed","time":{"start":1714501123759,"stop":1714501123759,"duration":0}},{"uid":"5a33eee8c777ea11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5a33eee8c777ea11","status":"passed","time":{"start":1714494838835,"stop":1714494838835,"duration":0}},{"uid":"7df1b4f2a86c0a82","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7df1b4f2a86c0a82","status":"passed","time":{"start":1714492985720,"stop":1714492985726,"duration":6}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"124c0439f1ae2ae0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/124c0439f1ae2ae0","status":"passed","time":{"start":1714500976547,"stop":1714500976548,"duration":1}},{"uid":"7407d390bf8216f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7407d390bf8216f1","status":"passed","time":{"start":1714494735290,"stop":1714494735291,"duration":1}},{"uid":"30dce628dd73b934","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30dce628dd73b934","status":"passed","time":{"start":1714492814960,"stop":1714492814961,"duration":1}}]},"54229bf1cdf54d8e6362c73ea5d0745f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"de9bd2c4f93199c1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/de9bd2c4f93199c1","status":"passed","time":{"start":1714500525342,"stop":1714500525342,"duration":0}},{"uid":"56c6fe6f7b113c8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56c6fe6f7b113c8a","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"69b50506a3fe3ba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/69b50506a3fe3ba","status":"passed","time":{"start":1714492380868,"stop":1714492380869,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b06570b915e0979","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b06570b915e0979","status":"passed","time":{"start":1714501050446,"stop":1714501050446,"duration":0}},{"uid":"335c3f8ca9ea5077","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/335c3f8ca9ea5077","status":"passed","time":{"start":1714494785911,"stop":1714494785911,"duration":0}},{"uid":"a21e414e60e10b95","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a21e414e60e10b95","status":"passed","time":{"start":1714492898566,"stop":1714492898566,"duration":0}}]},"f4ff3fa2f9edc5f26c4cbfe55af10c02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc6457d2c582eaf9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc6457d2c582eaf9","status":"passed","time":{"start":1714501106192,"stop":1714501106192,"duration":0}},{"uid":"69ca530937e4980f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69ca530937e4980f","status":"passed","time":{"start":1714494848663,"stop":1714494848663,"duration":0}},{"uid":"462ac5aefa9235de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/462ac5aefa9235de","status":"passed","time":{"start":1714492932200,"stop":1714492932201,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fc0d9076c9ba746e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fc0d9076c9ba746e","status":"passed","time":{"start":1714500976542,"stop":1714500976544,"duration":2}},{"uid":"3786be2a5d523ade","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3786be2a5d523ade","status":"passed","time":{"start":1714494735286,"stop":1714494735287,"duration":1}},{"uid":"b4f2e400e48a847f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b4f2e400e48a847f","status":"passed","time":{"start":1714492814950,"stop":1714492814951,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4e9f218541f709fe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4e9f218541f709fe","status":"passed","time":{"start":1714500578599,"stop":1714500578607,"duration":8}},{"uid":"59a3d614a701fcf3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/59a3d614a701fcf3","status":"passed","time":{"start":1714494328713,"stop":1714494328714,"duration":1}},{"uid":"7246a81521c61096","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7246a81521c61096","status":"passed","time":{"start":1714492428467,"stop":1714492428467,"duration":0}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac12223de1071bb9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ac12223de1071bb9","status":"passed","time":{"start":1714501145475,"stop":1714501145476,"duration":1}},{"uid":"bc14d7c308447639","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc14d7c308447639","status":"passed","time":{"start":1714494876056,"stop":1714494876056,"duration":0}},{"uid":"ff8546d07d184010","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff8546d07d184010","status":"passed","time":{"start":1714492961695,"stop":1714492961695,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"442f1f250c8af596","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/442f1f250c8af596","status":"passed","time":{"start":1714500534103,"stop":1714500534103,"duration":0}},{"uid":"c43a046ca9ea5f84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c43a046ca9ea5f84","status":"passed","time":{"start":1714494285525,"stop":1714494285525,"duration":0}},{"uid":"1376cd8d555229df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1376cd8d555229df","status":"passed","time":{"start":1714492389335,"stop":1714492389335,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8c4eaa8298af3312","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8c4eaa8298af3312","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"duration":0}},{"uid":"372c1962aeb0c48b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/372c1962aeb0c48b","status":"passed","time":{"start":1714494620618,"stop":1714494620619,"duration":1}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b816fce3d3babef8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b816fce3d3babef8","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"duration":0}},{"uid":"df05df4cdaaf429","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/df05df4cdaaf429","status":"passed","time":{"start":1714494571263,"stop":1714494571264,"duration":1}},{"uid":"a79ffe91fdb0aa59","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a79ffe91fdb0aa59","status":"passed","time":{"start":1714492678657,"stop":1714492678657,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7298d29c5877a0eb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7298d29c5877a0eb","status":"passed","time":{"start":1714501123809,"stop":1714501123809,"duration":0}},{"uid":"6c67120cbcf9836f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c67120cbcf9836f","status":"passed","time":{"start":1714494838848,"stop":1714494838849,"duration":1}},{"uid":"5283b5f6c7f8ef81","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5283b5f6c7f8ef81","status":"passed","time":{"start":1714492985766,"stop":1714492985766,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"228d70f8231d1f97","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/228d70f8231d1f97","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"duration":0}},{"uid":"36e8abeb1d5cee7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36e8abeb1d5cee7c","status":"passed","time":{"start":1714494954440,"stop":1714494954440,"duration":0}},{"uid":"66fdf2402b937c07","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/66fdf2402b937c07","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35fabcb6e975aac","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35fabcb6e975aac","status":"passed","time":{"start":1714501094176,"stop":1714501094177,"duration":1}},{"uid":"4dc64836f060e22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4dc64836f060e22","status":"passed","time":{"start":1714494837582,"stop":1714494837582,"duration":0}},{"uid":"ed04f9fd21928fac","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed04f9fd21928fac","status":"passed","time":{"start":1714492927146,"stop":1714492927146,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2bf85143d9830d8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d2bf85143d9830d8","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"duration":0}},{"uid":"cbb7ea733b051678","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cbb7ea733b051678","status":"passed","time":{"start":1714494884076,"stop":1714494884077,"duration":1}},{"uid":"4aa4a2c00257cda8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4aa4a2c00257cda8","status":"passed","time":{"start":1714492954776,"stop":1714492954777,"duration":1}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d0e05436e2a7d8ad","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d0e05436e2a7d8ad","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"duration":0}},{"uid":"e5044d9bb8d78af3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5044d9bb8d78af3","status":"passed","time":{"start":1714494838840,"stop":1714494838840,"duration":0}},{"uid":"325f599d308e036a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/325f599d308e036a","status":"passed","time":{"start":1714492985741,"stop":1714492985741,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3574a332f56be2ab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3574a332f56be2ab","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"duration":0}},{"uid":"372dc6ba69ea5534","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/372dc6ba69ea5534","status":"passed","time":{"start":1714494760924,"stop":1714494760924,"duration":0}},{"uid":"82bd2051f974b73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82bd2051f974b73","status":"passed","time":{"start":1714492834199,"stop":1714492834199,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"613117e58195f93a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/613117e58195f93a","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"duration":0}},{"uid":"34d86496e6092a4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34d86496e6092a4e","status":"passed","time":{"start":1714494536935,"stop":1714494536935,"duration":0}},{"uid":"5a6dc35b10e6312a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a6dc35b10e6312a","status":"passed","time":{"start":1714492635270,"stop":1714492635271,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"be240068840f495","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/be240068840f495","status":"passed","time":{"start":1714500976551,"stop":1714500976552,"duration":1}},{"uid":"b24c53e38706a0c8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b24c53e38706a0c8","status":"passed","time":{"start":1714494735293,"stop":1714494735294,"duration":1}},{"uid":"c54ecf3fb1746878","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c54ecf3fb1746878","status":"passed","time":{"start":1714492814963,"stop":1714492814964,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"df3730f34370fcc5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/df3730f34370fcc5","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"duration":0}},{"uid":"cf15ee4ba640afe0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cf15ee4ba640afe0","status":"passed","time":{"start":1714494788147,"stop":1714494788147,"duration":0}},{"uid":"42382ba15626bbe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/42382ba15626bbe8","status":"passed","time":{"start":1714492860434,"stop":1714492860434,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d9e310cb23262ce","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4d9e310cb23262ce","status":"passed","time":{"start":1714501191917,"stop":1714501191917,"duration":0}},{"uid":"5b55862d8cf7088d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b55862d8cf7088d","status":"passed","time":{"start":1714494926188,"stop":1714494926189,"duration":1}},{"uid":"b049d547c6dc9eaf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b049d547c6dc9eaf","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2899a334b87e4665","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2899a334b87e4665","status":"passed","time":{"start":1714501089336,"stop":1714501089336,"duration":0}},{"uid":"5b9ab91d0010cf71","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b9ab91d0010cf71","status":"passed","time":{"start":1714494840035,"stop":1714494840037,"duration":2}},{"uid":"4eed7ccbf4886770","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eed7ccbf4886770","status":"passed","time":{"start":1714492923664,"stop":1714492923665,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75ddef2b1b9b00fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/75ddef2b1b9b00fa","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"duration":0}},{"uid":"92ac4f5994b0bd34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92ac4f5994b0bd34","status":"passed","time":{"start":1714494954442,"stop":1714494954442,"duration":0}},{"uid":"b1696c911545c5b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b1696c911545c5b4","status":"passed","time":{"start":1714493052138,"stop":1714493052138,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ad3ab5229ae517ac","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ad3ab5229ae517ac","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0}},{"uid":"b854fc6129df8d5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b854fc6129df8d5","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"326297739e2bfb71","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/326297739e2bfb71","status":"passed","time":{"start":1714492468974,"stop":1714492468975,"duration":1}}]},"9956d3730ec49a9d36285f9f37525df4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db0bd7c571d4489d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db0bd7c571d4489d","status":"passed","time":{"start":1714494838856,"stop":1714494838856,"duration":0}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc7e35590d704711","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc7e35590d704711","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"duration":0}},{"uid":"54470972ab6d2894","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54470972ab6d2894","status":"passed","time":{"start":1714494760926,"stop":1714494760926,"duration":0}},{"uid":"7d5026f362f89bd6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d5026f362f89bd6","status":"passed","time":{"start":1714492834201,"stop":1714492834201,"duration":0}}]},"48833060c7bf029fdb6b46f348895e2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9f0fbe1982accc5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f9f0fbe1982accc5","status":"passed","time":{"start":1714494735306,"stop":1714494735306,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b739fc6a9a8c30d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7b739fc6a9a8c30d","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"duration":0}},{"uid":"46ea05e67b1667bd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46ea05e67b1667bd","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"7b046a4efcb9a71c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b046a4efcb9a71c","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63904cb6bf96f70d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63904cb6bf96f70d","status":"passed","time":{"start":1714500654290,"stop":1714500654291,"duration":1}},{"uid":"6ea76d6bd49129dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ea76d6bd49129dc","status":"passed","time":{"start":1714494402835,"stop":1714494402836,"duration":1}},{"uid":"d75182b20e4b117b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d75182b20e4b117b","status":"passed","time":{"start":1714492502955,"stop":1714492502956,"duration":1}}]},"e9a7523002df446ef81ded28e2d0d547:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9cbc1a941e464a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c9cbc1a941e464a7","status":"passed","time":{"start":1714492860433,"stop":1714492860433,"duration":0}}]},"93a9c5285a6c6691694bce3dbaa8b2af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"72d00f8b5a196564","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/72d00f8b5a196564","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0}},{"uid":"cce6d59cd332a5d9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cce6d59cd332a5d9","status":"passed","time":{"start":1714494276822,"stop":1714494276822,"duration":0}},{"uid":"d4a238ba6e4bb34f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4a238ba6e4bb34f","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60953762d6747082","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60953762d6747082","status":"passed","time":{"start":1714500587632,"stop":1714500587632,"duration":0}},{"uid":"12d48dc488365b02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/12d48dc488365b02","status":"passed","time":{"start":1714494338446,"stop":1714494338446,"duration":0}},{"uid":"ee6cc334aac389b8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee6cc334aac389b8","status":"passed","time":{"start":1714492438261,"stop":1714492438261,"duration":0}}]},"58ee54bc9ca77f7f7ae03e091810412d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"835da36b224db760","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/835da36b224db760","status":"passed","time":{"start":1714492923652,"stop":1714492923653,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"299ec24544740b4b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/299ec24544740b4b","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0}},{"uid":"6df6f3902b2e63e2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6df6f3902b2e63e2","status":"passed","time":{"start":1714494926189,"stop":1714494926189,"duration":0}},{"uid":"713e672ff4791c76","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/713e672ff4791c76","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"db60fb497b24c1f0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/db60fb497b24c1f0","status":"passed","time":{"start":1714501181622,"stop":1714501181623,"duration":1}},{"uid":"ad7875e9d051cffd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ad7875e9d051cffd","status":"passed","time":{"start":1714494921191,"stop":1714494921191,"duration":0}},{"uid":"79f294d18685ab95","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/79f294d18685ab95","status":"passed","time":{"start":1714493000280,"stop":1714493000280,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"69f47515fec99dc9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/69f47515fec99dc9","status":"passed","time":{"start":1714501036155,"stop":1714501036156,"duration":1}},{"uid":"17cc5b0a25841f8b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17cc5b0a25841f8b","status":"passed","time":{"start":1714494788125,"stop":1714494788125,"duration":0}},{"uid":"30c05309587313ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30c05309587313ab","status":"passed","time":{"start":1714492860427,"stop":1714492860427,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60be6abec002b928","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60be6abec002b928","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0}},{"uid":"d1a140872450a8c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1a140872450a8c","status":"passed","time":{"start":1714494285526,"stop":1714494285527,"duration":1}},{"uid":"8665f4e1e6e43501","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8665f4e1e6e43501","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eb7089df6509e676","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/eb7089df6509e676","status":"passed","time":{"start":1714501123789,"stop":1714501123800,"duration":11}},{"uid":"afffba4e41de1ea3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/afffba4e41de1ea3","status":"passed","time":{"start":1714494838846,"stop":1714494838846,"duration":0}},{"uid":"e63fa499e362fe4a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e63fa499e362fe4a","status":"passed","time":{"start":1714492985764,"stop":1714492985764,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"25277f05c0c4c7b7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/25277f05c0c4c7b7","status":"passed","time":{"start":1714501089334,"stop":1714501089334,"duration":0}},{"uid":"92f7c29d191332da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92f7c29d191332da","status":"passed","time":{"start":1714494840033,"stop":1714494840034,"duration":1}},{"uid":"74dea52b0079d54e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74dea52b0079d54e","status":"passed","time":{"start":1714492923662,"stop":1714492923663,"duration":1}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97d4a5d462e05a84","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/97d4a5d462e05a84","status":"passed","time":{"start":1714500664408,"stop":1714500664410,"duration":2}},{"uid":"91407cd846a75e6e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/91407cd846a75e6e","status":"passed","time":{"start":1714494413200,"stop":1714494413200,"duration":0}},{"uid":"17a9a879dae3af0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17a9a879dae3af0b","status":"passed","time":{"start":1714492522572,"stop":1714492522572,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6b6dfcd08cb76","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6b6dfcd08cb76","status":"passed","time":{"start":1714501191919,"stop":1714501191920,"duration":1}},{"uid":"86a5636b78547739","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/86a5636b78547739","status":"passed","time":{"start":1714494926191,"stop":1714494926191,"duration":0}},{"uid":"293644a8a48b7ddf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/293644a8a48b7ddf","status":"passed","time":{"start":1714493011868,"stop":1714493011868,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b70b2a49ccd6a2c9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b70b2a49ccd6a2c9","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"duration":0}},{"uid":"fbdc56341e5e449d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbdc56341e5e449d","status":"passed","time":{"start":1714494954438,"stop":1714494954438,"duration":0}},{"uid":"eace379725a4157c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eace379725a4157c","status":"passed","time":{"start":1714493052134,"stop":1714493052134,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"69aa6291b48aa077","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/69aa6291b48aa077","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"duration":0}},{"uid":"345cf3caf60a360c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/345cf3caf60a360c","status":"passed","time":{"start":1714494482342,"stop":1714494482343,"duration":1}},{"uid":"769b1ca0cc9e07df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/769b1ca0cc9e07df","status":"passed","time":{"start":1714492591354,"stop":1714492591355,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5151e2d831f953e9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5151e2d831f953e9","status":"passed","time":{"start":1714500660495,"stop":1714500660500,"duration":5}},{"uid":"bc04d4a9e1906622","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc04d4a9e1906622","status":"passed","time":{"start":1714494401267,"stop":1714494401267,"duration":0}},{"uid":"f545fec31894083e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f545fec31894083e","status":"passed","time":{"start":1714492501441,"stop":1714492501441,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e61dab910ef06a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e61dab910ef06a","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"duration":0}},{"uid":"491c813bab7864e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/491c813bab7864e9","status":"passed","time":{"start":1714494791246,"stop":1714494791247,"duration":1}},{"uid":"64145e8d62beb969","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/64145e8d62beb969","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"71340255e4b1d765","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/71340255e4b1d765","status":"passed","time":{"start":1714501050431,"stop":1714501050432,"duration":1}},{"uid":"53ed2d6b9a787e06","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/53ed2d6b9a787e06","status":"passed","time":{"start":1714494785898,"stop":1714494785898,"duration":0}},{"uid":"9baed406b2bfc33c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9baed406b2bfc33c","status":"passed","time":{"start":1714492898556,"stop":1714492898556,"duration":0}}]},"3c4f58f0a5e4c0dda488665d67cc1784:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f055fef9b5359c2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5f055fef9b5359c2","status":"passed","time":{"start":1714501123820,"stop":1714501123821,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d07771fffdd3c472","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d07771fffdd3c472","status":"passed","time":{"start":1714500533175,"stop":1714500533176,"duration":1}},{"uid":"ea43f4b5db97f9f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ea43f4b5db97f9f","status":"passed","time":{"start":1714494284810,"stop":1714494284810,"duration":0}},{"uid":"c64a4ac1dc57e3a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c64a4ac1dc57e3a7","status":"passed","time":{"start":1714492388600,"stop":1714492388601,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fe3d519b3fee213a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fe3d519b3fee213a","status":"passed","time":{"start":1714500550277,"stop":1714500550278,"duration":1}},{"uid":"b57053388da37e73","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b57053388da37e73","status":"passed","time":{"start":1714494300699,"stop":1714494300699,"duration":0}},{"uid":"d3d519490a708bf5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3d519490a708bf5","status":"passed","time":{"start":1714492404706,"stop":1714492404706,"duration":0}}]},"a12b3766b6de69836fc467edf224a418:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d942f3a38fda4014","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d942f3a38fda4014","status":"passed","time":{"start":1714494838855,"stop":1714494838855,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"433a7c031e5952b9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/433a7c031e5952b9","status":"passed","time":{"start":1714500786929,"stop":1714500786930,"duration":1}},{"uid":"ea487cfb4f56f881","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ea487cfb4f56f881","status":"passed","time":{"start":1714494536936,"stop":1714494536936,"duration":0}},{"uid":"3f56590896705bad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f56590896705bad","status":"passed","time":{"start":1714492635271,"stop":1714492635272,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7eeb6565b6ca46bf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7eeb6565b6ca46bf","status":"passed","time":{"start":1714500976545,"stop":1714500976546,"duration":1}},{"uid":"39e27073391891bc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/39e27073391891bc","status":"passed","time":{"start":1714494735288,"stop":1714494735289,"duration":1}},{"uid":"c67e04efeeb76f45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c67e04efeeb76f45","status":"passed","time":{"start":1714492814952,"stop":1714492814958,"duration":6}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d8fc9a23ab169f5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d8fc9a23ab169f5","status":"passed","time":{"start":1714500533175,"stop":1714500533175,"duration":0}},{"uid":"e8fb5ce730584875","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e8fb5ce730584875","status":"passed","time":{"start":1714494284809,"stop":1714494284810,"duration":1}},{"uid":"e05d449127ae457a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e05d449127ae457a","status":"passed","time":{"start":1714492388597,"stop":1714492388600,"duration":3}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e045fcc85ee53f13","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e045fcc85ee53f13","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"duration":0}},{"uid":"8e91a7703814d5f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e91a7703814d5f1","status":"passed","time":{"start":1714494884080,"stop":1714494884081,"duration":1}},{"uid":"7c0977ff7aad726e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c0977ff7aad726e","status":"passed","time":{"start":1714492954778,"stop":1714492954778,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e71540b3239f18cb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e71540b3239f18cb","status":"passed","time":{"start":1714500654298,"stop":1714500654299,"duration":1}},{"uid":"16f94d6bfce18e12","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16f94d6bfce18e12","status":"passed","time":{"start":1714494402841,"stop":1714494402842,"duration":1}},{"uid":"1816eef34cbc72e7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1816eef34cbc72e7","status":"passed","time":{"start":1714492502961,"stop":1714492502967,"duration":6}}]},"e628a6dc9c0d7974952d6387449bc454:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c04ad7f58959a639","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c04ad7f58959a639","status":"passed","time":{"start":1714501123820,"stop":1714501123820,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52dc9700221d223a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/52dc9700221d223a","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"duration":0}},{"uid":"e6259f8008f20275","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6259f8008f20275","status":"passed","time":{"start":1714494482319,"stop":1714494482319,"duration":0}},{"uid":"ced334afabfe5efb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ced334afabfe5efb","status":"passed","time":{"start":1714492591343,"stop":1714492591343,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6839bf168cfbc981","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6839bf168cfbc981","status":"passed","time":{"start":1714501050434,"stop":1714501050435,"duration":1}},{"uid":"4ca0d00cc420cc16","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ca0d00cc420cc16","status":"passed","time":{"start":1714494785901,"stop":1714494785902,"duration":1}},{"uid":"16f44ba139205b72","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/16f44ba139205b72","status":"passed","time":{"start":1714492898557,"stop":1714492898558,"duration":1}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61470b5d604a6c6b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/61470b5d604a6c6b","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0}},{"uid":"72c505af21cd1687","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72c505af21cd1687","status":"passed","time":{"start":1714494926190,"stop":1714494926190,"duration":0}},{"uid":"3a6b4ebc3a51f986","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a6b4ebc3a51f986","status":"passed","time":{"start":1714493011867,"stop":1714493011867,"duration":0}}]},"0eb9d08219b648eb4c75d264eef8376f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e5f99268964ffe3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e5f99268964ffe3","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0}},{"uid":"25567c0761924c91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/25567c0761924c91","status":"passed","time":{"start":1714494276824,"stop":1714494276824,"duration":0}},{"uid":"c5ed55e378005d13","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c5ed55e378005d13","status":"passed","time":{"start":1714492380877,"stop":1714492380877,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e73d5a97e9b58b2f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e73d5a97e9b58b2f","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"duration":0}},{"uid":"69096a3319eadaef","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69096a3319eadaef","status":"passed","time":{"start":1714494954444,"stop":1714494954444,"duration":0}},{"uid":"d9295354953ae132","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d9295354953ae132","status":"passed","time":{"start":1714493052140,"stop":1714493052140,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"912cd151e61806e0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/912cd151e61806e0","status":"passed","time":{"start":1714501039483,"stop":1714501039484,"duration":1}},{"uid":"5c0bc20be47bc94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c0bc20be47bc94","status":"passed","time":{"start":1714494791254,"stop":1714494791255,"duration":1}},{"uid":"3c54f621183e5066","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3c54f621183e5066","status":"passed","time":{"start":1714492870710,"stop":1714492870710,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4a1011b286585d8f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4a1011b286585d8f","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"duration":0}},{"uid":"6e79603b1bfbcfe1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e79603b1bfbcfe1","status":"passed","time":{"start":1714494954446,"stop":1714494954447,"duration":1}},{"uid":"c2c361076fd8f235","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c2c361076fd8f235","status":"passed","time":{"start":1714493052142,"stop":1714493052143,"duration":1}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5796537761df1c0f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5796537761df1c0f","status":"passed","time":{"start":1714500976534,"stop":1714500976535,"duration":1}},{"uid":"f6d4365365118be9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6d4365365118be9","status":"passed","time":{"start":1714494735261,"stop":1714494735261,"duration":0}},{"uid":"d32e9c4283c54325","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d32e9c4283c54325","status":"passed","time":{"start":1714492814943,"stop":1714492814945,"duration":2}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"989843af3a29d327","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/989843af3a29d327","status":"passed","time":{"start":1714500976555,"stop":1714500976555,"duration":0}},{"uid":"2423767f91724c0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2423767f91724c0c","status":"passed","time":{"start":1714494735296,"stop":1714494735297,"duration":1}},{"uid":"1f80f2fea9cb8978","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f80f2fea9cb8978","status":"passed","time":{"start":1714492814966,"stop":1714492814967,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d66c10bb144fec9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8d66c10bb144fec9","status":"passed","time":{"start":1714501150908,"stop":1714501150908,"duration":0}},{"uid":"2835bc49c32003e5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2835bc49c32003e5","status":"passed","time":{"start":1714494883924,"stop":1714494883925,"duration":1}},{"uid":"5a77b472a394eed9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a77b472a394eed9","status":"passed","time":{"start":1714492982062,"stop":1714492982062,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5a474871b88c9eef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5a474871b88c9eef","status":"passed","time":{"start":1714500976528,"stop":1714500976529,"duration":1}},{"uid":"51b658b34d7682ba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51b658b34d7682ba","status":"passed","time":{"start":1714494735257,"stop":1714494735257,"duration":0}},{"uid":"178c6a9a8b9bff12","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/178c6a9a8b9bff12","status":"passed","time":{"start":1714492814935,"stop":1714492814936,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bdf413bdf1b592e8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bdf413bdf1b592e8","status":"passed","time":{"start":1714500976560,"stop":1714500976561,"duration":1}},{"uid":"9a4d752659d7e181","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a4d752659d7e181","status":"passed","time":{"start":1714494735304,"stop":1714494735304,"duration":0}},{"uid":"d3598e633a95bab9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3598e633a95bab9","status":"passed","time":{"start":1714492814974,"stop":1714492814974,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"deee55506b05f442","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/deee55506b05f442","status":"passed","time":{"start":1714501319434,"stop":1714501319434,"duration":0}},{"uid":"974bd91397344518","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/974bd91397344518","status":"passed","time":{"start":1714495063234,"stop":1714495063234,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e68087f64dee3d6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3e68087f64dee3d6","status":"passed","time":{"start":1714500607828,"stop":1714500607828,"duration":0}},{"uid":"f85b94dc93ba971f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f85b94dc93ba971f","status":"passed","time":{"start":1714494370499,"stop":1714494370500,"duration":1}},{"uid":"bc947377c8bf5427","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bc947377c8bf5427","status":"passed","time":{"start":1714492459794,"stop":1714492459794,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d5f602647be3b95d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d5f602647be3b95d","status":"passed","time":{"start":1714500744142,"stop":1714500744142,"duration":0}},{"uid":"8fdf2b20ce4a4ca1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8fdf2b20ce4a4ca1","status":"passed","time":{"start":1714494482348,"stop":1714494482348,"duration":0}},{"uid":"190b5c81fe081c7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/190b5c81fe081c7c","status":"passed","time":{"start":1714492591361,"stop":1714492591362,"duration":1}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22161d598f693966","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22161d598f693966","status":"passed","time":{"start":1714500660502,"stop":1714500660503,"duration":1}},{"uid":"c955addc27457768","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c955addc27457768","status":"passed","time":{"start":1714494401269,"stop":1714494401269,"duration":0}},{"uid":"f1044d99363f8eaa","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1044d99363f8eaa","status":"passed","time":{"start":1714492501444,"stop":1714492501445,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a94b859526c4edf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9a94b859526c4edf","status":"passed","time":{"start":1714500786930,"stop":1714500786930,"duration":0}},{"uid":"66da8a01c2d411c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66da8a01c2d411c3","status":"passed","time":{"start":1714494536936,"stop":1714494536937,"duration":1}},{"uid":"c731e0ad4c08de5b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c731e0ad4c08de5b","status":"passed","time":{"start":1714492635272,"stop":1714492635272,"duration":0}}]},"4ad3cffd8c2947b14efb248bba7c7ce3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25e97b649b5a1091","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/25e97b649b5a1091","status":"passed","time":{"start":1714501106182,"stop":1714501106183,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a926e61741688f6a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a926e61741688f6a","status":"passed","time":{"start":1714501220685,"stop":1714501220686,"duration":1}},{"uid":"8c0161a92122577a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c0161a92122577a","status":"passed","time":{"start":1714494954437,"stop":1714494954438,"duration":1}},{"uid":"23ece96747a98ade","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23ece96747a98ade","status":"passed","time":{"start":1714493052133,"stop":1714493052134,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f89c2848c84b1fc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6f89c2848c84b1fc","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"duration":0}},{"uid":"7750ffe5308fa92d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7750ffe5308fa92d","status":"passed","time":{"start":1714494279630,"stop":1714494279631,"duration":1}},{"uid":"24f097e19a1a1b1d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24f097e19a1a1b1d","status":"passed","time":{"start":1714492383510,"stop":1714492383510,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc5a1d974a647860","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bc5a1d974a647860","status":"passed","time":{"start":1714500872902,"stop":1714500872902,"duration":0}},{"uid":"c8351d487fa00e33","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8351d487fa00e33","status":"passed","time":{"start":1714494620617,"stop":1714494620617,"duration":0}}]},"9b38f1d028bb305d457ac67534328071:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f27e4c017f78e4ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f27e4c017f78e4ea","status":"passed","time":{"start":1714501106174,"stop":1714501106175,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ccf8b15518f1ebd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ccf8b15518f1ebd","status":"passed","time":{"start":1714500786930,"stop":1714500786931,"duration":1}},{"uid":"7a3e9454421d0878","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a3e9454421d0878","status":"passed","time":{"start":1714494536937,"stop":1714494536937,"duration":0}},{"uid":"3bc1bf91496bec90","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bc1bf91496bec90","status":"passed","time":{"start":1714492635272,"stop":1714492635273,"duration":1}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7a5cfd6e13b169","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a7a5cfd6e13b169","status":"passed","time":{"start":1714500561872,"stop":1714500561873,"duration":1}},{"uid":"c7d82acb598049f8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7d82acb598049f8","status":"passed","time":{"start":1714494312952,"stop":1714494312952,"duration":0}},{"uid":"501ffbf83f8c9aba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/501ffbf83f8c9aba","status":"passed","time":{"start":1714492412933,"stop":1714492412934,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"9dbec0d46653f765","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9dbec0d46653f765","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500735373,"stop":1714500735373,"duration":0}},{"uid":"8773012880b43d23","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8773012880b43d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494500300,"stop":1714494500300,"duration":0}},{"uid":"e42cee6592f613a2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e42cee6592f613a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492591541,"stop":1714492591541,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9afeb3d6259a34d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9afeb3d6259a34d5","status":"passed","time":{"start":1714501106190,"stop":1714501106191,"duration":1}},{"uid":"dc0bbac31d90e533","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dc0bbac31d90e533","status":"passed","time":{"start":1714494848662,"stop":1714494848662,"duration":0}},{"uid":"934ed08b3812af58","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/934ed08b3812af58","status":"passed","time":{"start":1714492932199,"stop":1714492932200,"duration":1}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d68a620babeef3f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8d68a620babeef3f","status":"passed","time":{"start":1714501050430,"stop":1714501050431,"duration":1}},{"uid":"e7aac0ca3139db0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7aac0ca3139db0c","status":"passed","time":{"start":1714494785896,"stop":1714494785896,"duration":0}},{"uid":"beebdf13fcb62fd3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/beebdf13fcb62fd3","status":"passed","time":{"start":1714492898555,"stop":1714492898555,"duration":0}}]},"faee2cc8b04a2f5cff6892e93693cc67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9cdec572f5f7e56e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9cdec572f5f7e56e","status":"passed","time":{"start":1714500525333,"stop":1714500525334,"duration":1}},{"uid":"701d531d6cfac3da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/701d531d6cfac3da","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"55cadf5b9d13ed90","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55cadf5b9d13ed90","status":"passed","time":{"start":1714492380864,"stop":1714492380864,"duration":0}}]},"ffd61c7f6507bd5c2e865694eafddba5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26105cc61a22fee8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/26105cc61a22fee8","status":"passed","time":{"start":1714501089331,"stop":1714501089331,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44c819dc3931e3f7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/44c819dc3931e3f7","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0}},{"uid":"6dada99ff89d3b50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6dada99ff89d3b50","status":"passed","time":{"start":1714494788126,"stop":1714494788126,"duration":0}},{"uid":"7b00e7f485bb28a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b00e7f485bb28a8","status":"passed","time":{"start":1714492860428,"stop":1714492860428,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"bfd3b8975bc1884e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bfd3b8975bc1884e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500590516,"stop":1714500590516,"duration":0}},{"uid":"154e0ee3c91bb53c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/154e0ee3c91bb53c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351415,"duration":0}},{"uid":"f5e6407c1184ee8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f5e6407c1184ee8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441819,"stop":1714492441821,"duration":2}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"571c92cb71c84a8f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/571c92cb71c84a8f","status":"passed","time":{"start":1714500976544,"stop":1714500976545,"duration":1}},{"uid":"84bfa37dd797069","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/84bfa37dd797069","status":"passed","time":{"start":1714494735287,"stop":1714494735288,"duration":1}},{"uid":"d6d850de9dee1228","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d6d850de9dee1228","status":"passed","time":{"start":1714492814951,"stop":1714492814952,"duration":1}}]},"9e7dd417925f0d949288c3d1bb1516c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b68e9050e9a95340","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b68e9050e9a95340","status":"passed","time":{"start":1714492932197,"stop":1714492932197,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0319fb9f063e495","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e0319fb9f063e495","status":"passed","time":{"start":1714501184624,"stop":1714501184625,"duration":1}},{"uid":"87be3e1759615b8d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87be3e1759615b8d","status":"passed","time":{"start":1714494914009,"stop":1714494914009,"duration":0}},{"uid":"2339f98e7b51427a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2339f98e7b51427a","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1885477d99ac2e06","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1885477d99ac2e06","status":"passed","time":{"start":1714500976556,"stop":1714500976556,"duration":0}},{"uid":"abace6301ed4ee04","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/abace6301ed4ee04","status":"passed","time":{"start":1714494735297,"stop":1714494735298,"duration":1}},{"uid":"184186c55526606","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/184186c55526606","status":"passed","time":{"start":1714492814967,"stop":1714492814968,"duration":1}}]},"5c474162d6f153f8cb4d0bd3a90499d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85f14636552baf44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/85f14636552baf44","status":"passed","time":{"start":1714492932191,"stop":1714492932191,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"489be5d12b754a47","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/489be5d12b754a47","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"duration":0}},{"uid":"937a22de499dd069","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/937a22de499dd069","status":"passed","time":{"start":1714494735299,"stop":1714494735300,"duration":1}},{"uid":"e2696dfcba0ff881","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e2696dfcba0ff881","status":"passed","time":{"start":1714492814969,"stop":1714492814970,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1216af38129c42b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1216af38129c42b2","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"duration":0}},{"uid":"be948661efd191a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be948661efd191a2","status":"passed","time":{"start":1714494571263,"stop":1714494571263,"duration":0}},{"uid":"7b34cadec9ef387b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b34cadec9ef387b","status":"passed","time":{"start":1714492678656,"stop":1714492678657,"duration":1}}]},"1c9dfab74576508f630dacff07044285:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e0b675900c72d57","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1e0b675900c72d57","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0}},{"uid":"f4f609b5f3475681","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4f609b5f3475681","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"d5c17fce7ffe97a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5c17fce7ffe97a9","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"b3feb5a26cc6e29ad0ae846c7e6daafd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a57fc95744d00677","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a57fc95744d00677","status":"passed","time":{"start":1714492898570,"stop":1714492898570,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2b74a2431b7a6c41","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b74a2431b7a6c41","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500976724,"stop":1714500976725,"duration":1}},{"uid":"bd9d70e158336ae1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bd9d70e158336ae1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735610,"duration":1}},{"uid":"20bed11e950cc038","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/20bed11e950cc038","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814803,"stop":1714492814803,"duration":0}}]},"a242d1f679d17baff3f4f91a56d231bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b025d9c195b284d4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b025d9c195b284d4","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0}},{"uid":"be12165a88a7a99","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be12165a88a7a99","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"bc715fc9b421fbc9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bc715fc9b421fbc9","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7acfe61bef708d00","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7acfe61bef708d00","status":"passed","time":{"start":1714501106172,"stop":1714501106173,"duration":1}},{"uid":"5fb36180854812fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5fb36180854812fe","status":"passed","time":{"start":1714494848653,"stop":1714494848654,"duration":1}},{"uid":"3cb41da28f45a3dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3cb41da28f45a3dc","status":"passed","time":{"start":1714492932190,"stop":1714492932190,"duration":0}}]},"f686c3c1c055722eb3f4d6c1b641d451:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d3f2e3a54c1989d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1d3f2e3a54c1989d","status":"passed","time":{"start":1714501050435,"stop":1714501050436,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"292919aede00e527","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/292919aede00e527","status":"passed","time":{"start":1714501184626,"stop":1714501184627,"duration":1}},{"uid":"f631b0ea49291774","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f631b0ea49291774","status":"passed","time":{"start":1714494914010,"stop":1714494914010,"duration":0}},{"uid":"da60eee274afd65c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da60eee274afd65c","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b1a6b084a03c6c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b1a6b084a03c6c8","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0}},{"uid":"2b59699121eea870","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2b59699121eea870","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"89da0b72af43d7a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89da0b72af43d7a8","status":"passed","time":{"start":1714492405126,"stop":1714492405126,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ff7f31d9d6eb8dd3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ff7f31d9d6eb8dd3","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"duration":0}},{"uid":"76c1a52eeb0c474e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76c1a52eeb0c474e","status":"passed","time":{"start":1714494482313,"stop":1714494482314,"duration":1}},{"uid":"b5a7986d96c10b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5a7986d96c10b4","status":"passed","time":{"start":1714492591342,"stop":1714492591342,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3a2671960a57437c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3a2671960a57437c","status":"passed","time":{"start":1714500823186,"stop":1714500823187,"duration":1}},{"uid":"34a4be2943103c98","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34a4be2943103c98","status":"passed","time":{"start":1714494571266,"stop":1714494571266,"duration":0}},{"uid":"dfd2628196a71fb1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dfd2628196a71fb1","status":"passed","time":{"start":1714492678665,"stop":1714492678665,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fabba7f09981c300","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fabba7f09981c300","status":"passed","time":{"start":1714500559909,"stop":1714500559910,"duration":1}},{"uid":"6041b4b7069bca35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6041b4b7069bca35","status":"passed","time":{"start":1714494310955,"stop":1714494310956,"duration":1}},{"uid":"71d2339b498582","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71d2339b498582","status":"passed","time":{"start":1714492410939,"stop":1714492410939,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d9223e7d0c1bda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9d9223e7d0c1bda","status":"passed","time":{"start":1714500744053,"stop":1714500744053,"duration":0}},{"uid":"f7faf69ab9f9c532","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f7faf69ab9f9c532","status":"passed","time":{"start":1714494482320,"stop":1714494482320,"duration":0}},{"uid":"15b8d1cf18291049","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/15b8d1cf18291049","status":"passed","time":{"start":1714492591344,"stop":1714492591344,"duration":0}}]},"60eec0d6c7ed69f7a762b7f55a57d65f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dffec130a7cff9d0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dffec130a7cff9d0","status":"passed","time":{"start":1714494840007,"stop":1714494840008,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"982661a6ca38d2c9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/982661a6ca38d2c9","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"duration":0}},{"uid":"3d6646cfb2dec8a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3d6646cfb2dec8a1","status":"passed","time":{"start":1714494785915,"stop":1714494785915,"duration":0}},{"uid":"4a1f0cb27ab2c483","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a1f0cb27ab2c483","status":"passed","time":{"start":1714492898571,"stop":1714492898571,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7b6a2afe24667c5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f7b6a2afe24667c5","status":"passed","time":{"start":1714500823174,"stop":1714500823174,"duration":0}},{"uid":"e44c6b6deab66237","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e44c6b6deab66237","status":"passed","time":{"start":1714494571258,"stop":1714494571259,"duration":1}},{"uid":"8cf0296bc054a94d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8cf0296bc054a94d","status":"passed","time":{"start":1714492678646,"stop":1714492678646,"duration":0}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"69b35fa08b282e57","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/69b35fa08b282e57","status":"passed","time":{"start":1714500549551,"stop":1714500549551,"duration":0}},{"uid":"83794259a0813dd5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/83794259a0813dd5","status":"passed","time":{"start":1714494301034,"stop":1714494301034,"duration":0}},{"uid":"7223bbdb50dbcf69","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7223bbdb50dbcf69","status":"passed","time":{"start":1714492404787,"stop":1714492404787,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a145c5770975d649","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a145c5770975d649","status":"passed","time":{"start":1714501050448,"stop":1714501050448,"duration":0}},{"uid":"3b941ecd5b082520","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3b941ecd5b082520","status":"passed","time":{"start":1714494785912,"stop":1714494785912,"duration":0}},{"uid":"36938ce8ab96237","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/36938ce8ab96237","status":"passed","time":{"start":1714492898567,"stop":1714492898567,"duration":0}}]},"2f2b3c145f81f699c8d6bfc8ee4fa1e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66fed00f48326ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a66fed00f48326ab","status":"passed","time":{"start":1714492923659,"stop":1714492923659,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"5e7851a530dcd3c5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e7851a530dcd3c5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501050459,"stop":1714501050459,"duration":0}},{"uid":"40342c36ea2c0be5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/40342c36ea2c0be5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785918,"stop":1714494785918,"duration":0}},{"uid":"28216bb54b68dc0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/28216bb54b68dc0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e79eb461af4e75a0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e79eb461af4e75a0","status":"passed","time":{"start":1714500744184,"stop":1714500744184,"duration":0}},{"uid":"b07c85f57104af5e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b07c85f57104af5e","status":"passed","time":{"start":1714494482354,"stop":1714494482354,"duration":0}},{"uid":"bba516c76fd47157","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bba516c76fd47157","status":"passed","time":{"start":1714492591369,"stop":1714492591370,"duration":1}}]},"0b01858ab19e320a01ba7b865252f82e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24d48a533b5fbaff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24d48a533b5fbaff","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0}},{"uid":"813290a4bdd09e64","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/813290a4bdd09e64","status":"passed","time":{"start":1714494276817,"stop":1714494276818,"duration":1}},{"uid":"24790b9251078ea2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24790b9251078ea2","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"9000f64e9c1a5a4d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9000f64e9c1a5a4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500997300,"stop":1714500997301,"duration":1}},{"uid":"480e2f67fc1c6ad2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/480e2f67fc1c6ad2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494742982,"stop":1714494742982,"duration":0}},{"uid":"7939ce4bdc3267b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7939ce4bdc3267b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814492,"stop":1714492814493,"duration":1}}]},"129fb665bc40d58bc17fcdadd2b5fe59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"f6528585c6a71e5f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f6528585c6a71e5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036384,"stop":1714501036384,"duration":0}},{"uid":"1bca8896b0e842f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1bca8896b0e842f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786058,"duration":1}},{"uid":"fd57428ee081479f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fd57428ee081479f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860589,"stop":1714492860589,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2fa7fc5e634ab04a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2fa7fc5e634ab04a","status":"passed","time":{"start":1714501184623,"stop":1714501184624,"duration":1}},{"uid":"ac941b520870f674","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac941b520870f674","status":"passed","time":{"start":1714494914008,"stop":1714494914009,"duration":1}},{"uid":"30168380c0582d2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30168380c0582d2","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"e0f16e6e9e5b0e2360f7dd72aa586dc5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25126c6a4e3d40f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/25126c6a4e3d40f","status":"passed","time":{"start":1714501123821,"stop":1714501123821,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4af5ac0c10abe34a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4af5ac0c10abe34a","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"duration":0}},{"uid":"79489808c10b18c6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/79489808c10b18c6","status":"passed","time":{"start":1714494954436,"stop":1714494954437,"duration":1}},{"uid":"95bd01338ee488ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/95bd01338ee488ab","status":"passed","time":{"start":1714493052132,"stop":1714493052133,"duration":1}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6d0b41e959365260","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6d0b41e959365260","status":"passed","time":{"start":1714500527926,"stop":1714500527928,"duration":2}},{"uid":"e9fa75eb06638e8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e9fa75eb06638e8e","status":"passed","time":{"start":1714494279628,"stop":1714494279629,"duration":1}},{"uid":"d8bfa7d756a8b411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8bfa7d756a8b411","status":"passed","time":{"start":1714492383507,"stop":1714492383509,"duration":2}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ad336461e3cc11ef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ad336461e3cc11ef","status":"passed","time":{"start":1714500664399,"stop":1714500664400,"duration":1}},{"uid":"aa1c521e01796b4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa1c521e01796b4e","status":"passed","time":{"start":1714494413198,"stop":1714494413198,"duration":0}},{"uid":"f67883c98795393f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f67883c98795393f","status":"passed","time":{"start":1714492522568,"stop":1714492522569,"duration":1}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"821b5c9214e4e41f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/821b5c9214e4e41f","status":"passed","time":{"start":1714500527928,"stop":1714500527928,"duration":0}},{"uid":"77c1a397665f8633","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/77c1a397665f8633","status":"passed","time":{"start":1714494279630,"stop":1714494279630,"duration":0}},{"uid":"22a418ce52cc30ad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/22a418ce52cc30ad","status":"passed","time":{"start":1714492383509,"stop":1714492383509,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"341344ca18593b56","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/341344ca18593b56","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"duration":0}},{"uid":"326dbb58c66aa2c1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/326dbb58c66aa2c1","status":"passed","time":{"start":1714494838841,"stop":1714494838842,"duration":1}},{"uid":"f71e55df1fbc2315","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f71e55df1fbc2315","status":"passed","time":{"start":1714492985742,"stop":1714492985743,"duration":1}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"935e2a5d0bf639da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/935e2a5d0bf639da","status":"passed","time":{"start":1714500735371,"stop":1714500735371,"duration":0}},{"uid":"dab413ba5287e8c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dab413ba5287e8c7","status":"passed","time":{"start":1714494500295,"stop":1714494500297,"duration":2}},{"uid":"78f620bcd53c5c8e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/78f620bcd53c5c8e","status":"passed","time":{"start":1714492591539,"stop":1714492591539,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d44f0aadd5ca0afd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d44f0aadd5ca0afd","status":"passed","time":{"start":1714501220697,"stop":1714501220698,"duration":1}},{"uid":"9c9bd270c04a2ad9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9c9bd270c04a2ad9","status":"passed","time":{"start":1714494954450,"stop":1714494954450,"duration":0}},{"uid":"dc6796367652178f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc6796367652178f","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6eeaa252d8025d03","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6eeaa252d8025d03","status":"passed","time":{"start":1714501181624,"stop":1714501181624,"duration":0}},{"uid":"d83077d12d5efd98","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d83077d12d5efd98","status":"passed","time":{"start":1714494921193,"stop":1714494921193,"duration":0}},{"uid":"5abc6315914e44d3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5abc6315914e44d3","status":"passed","time":{"start":1714493000281,"stop":1714493000281,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b6cf28547e72bfe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b6cf28547e72bfe","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"duration":0}},{"uid":"c85fc66c40b60426","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c85fc66c40b60426","status":"passed","time":{"start":1714494837583,"stop":1714494837583,"duration":0}},{"uid":"575cfa6b854ec06f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/575cfa6b854ec06f","status":"passed","time":{"start":1714492927147,"stop":1714492927147,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bda49b2c74d7808a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bda49b2c74d7808a","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"duration":0}},{"uid":"321ac4b9cf8381f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/321ac4b9cf8381f1","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"527f97132892a207","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/527f97132892a207","status":"passed","time":{"start":1714493052140,"stop":1714493052141,"duration":1}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b2108daa071755b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b2108daa071755b2","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"duration":0}},{"uid":"bc9b8b86e7e251dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc9b8b86e7e251dc","status":"passed","time":{"start":1714494536936,"stop":1714494536936,"duration":0}},{"uid":"a36aa0e7cbb706a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a36aa0e7cbb706a7","status":"passed","time":{"start":1714492635271,"stop":1714492635271,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7ab59e844d91479f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7ab59e844d91479f","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"duration":0}},{"uid":"4ce23b4d9aef3eed","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ce23b4d9aef3eed","status":"passed","time":{"start":1714494954442,"stop":1714494954443,"duration":1}},{"uid":"9adc5037fb7cd20e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9adc5037fb7cd20e","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ada59e9e79015d87","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ada59e9e79015d87","status":"passed","time":{"start":1714501036154,"stop":1714501036154,"duration":0}},{"uid":"1cbf3585099c94be","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1cbf3585099c94be","status":"passed","time":{"start":1714494788123,"stop":1714494788124,"duration":1}},{"uid":"44c0886436346274","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44c0886436346274","status":"passed","time":{"start":1714492860426,"stop":1714492860426,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d919221d22ea0792","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d919221d22ea0792","status":"passed","time":{"start":1714501181621,"stop":1714501181621,"duration":0}},{"uid":"1488ce0b05aa74ea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1488ce0b05aa74ea","status":"passed","time":{"start":1714494921189,"stop":1714494921190,"duration":1}},{"uid":"67b2870560d78f17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/67b2870560d78f17","status":"passed","time":{"start":1714493000279,"stop":1714493000279,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dacdc448c0d3ebf2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dacdc448c0d3ebf2","status":"passed","time":{"start":1714501153790,"stop":1714501153790,"duration":0}},{"uid":"2aeb950f984e2ec6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2aeb950f984e2ec6","status":"passed","time":{"start":1714494896481,"stop":1714494896481,"duration":0}},{"uid":"74723b23e92ef33c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74723b23e92ef33c","status":"passed","time":{"start":1714492987118,"stop":1714492987118,"duration":0}}]},"2fbd0347885ea48ba9a2ba436764c5cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"96e55199e0140fd4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/96e55199e0140fd4","status":"passed","time":{"start":1714500525331,"stop":1714500525332,"duration":1}},{"uid":"39a7293c7bd6a867","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/39a7293c7bd6a867","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"8152737fe56af5e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8152737fe56af5e8","status":"passed","time":{"start":1714492380863,"stop":1714492380863,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"241d8125c16400f8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/241d8125c16400f8","status":"passed","time":{"start":1714500744181,"stop":1714500744181,"duration":0}},{"uid":"4a8ed11a19e09a14","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a8ed11a19e09a14","status":"passed","time":{"start":1714494482350,"stop":1714494482351,"duration":1}},{"uid":"d7f898c663f4124d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d7f898c663f4124d","status":"passed","time":{"start":1714492591366,"stop":1714492591367,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a199ec85c544e0f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8a199ec85c544e0f","status":"passed","time":{"start":1714501013449,"stop":1714501013450,"duration":1}},{"uid":"93f8d83ce7b0ce59","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93f8d83ce7b0ce59","status":"passed","time":{"start":1714494760927,"stop":1714494760927,"duration":0}},{"uid":"5290de5b22ae7935","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5290de5b22ae7935","status":"passed","time":{"start":1714492834201,"stop":1714492834202,"duration":1}}]},"3731f37c9b4e25689c3c6de02b004918:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3a37652771e26284","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3a37652771e26284","status":"passed","time":{"start":1714500525356,"stop":1714500525357,"duration":1}},{"uid":"c5daf65b239930db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c5daf65b239930db","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"81d39fd27bfa3143","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/81d39fd27bfa3143","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1919146154a74ba0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1919146154a74ba0","status":"passed","time":{"start":1714500735363,"stop":1714500735363,"duration":0}},{"uid":"6232ebb184f6d1f7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6232ebb184f6d1f7","status":"passed","time":{"start":1714494500290,"stop":1714494500290,"duration":0}},{"uid":"ca678e0b2b660d48","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ca678e0b2b660d48","status":"passed","time":{"start":1714492591457,"stop":1714492591458,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4705cfac855f662f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4705cfac855f662f","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"duration":0}},{"uid":"3b2ff091487499e6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3b2ff091487499e6","status":"passed","time":{"start":1714494620618,"stop":1714494620618,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f664c6acb134df73","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f664c6acb134df73","status":"passed","time":{"start":1714500744131,"stop":1714500744131,"duration":0}},{"uid":"6249a0a80d62ebc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6249a0a80d62ebc6","status":"passed","time":{"start":1714494482337,"stop":1714494482338,"duration":1}},{"uid":"db742e2a43a203f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db742e2a43a203f3","status":"passed","time":{"start":1714492591352,"stop":1714492591352,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6b9b8e251fbbf9fc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6b9b8e251fbbf9fc","status":"passed","time":{"start":1714500823172,"stop":1714500823172,"duration":0}},{"uid":"af551426748bd4fa","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af551426748bd4fa","status":"passed","time":{"start":1714494571256,"stop":1714494571256,"duration":0}},{"uid":"e05ff41e58774879","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e05ff41e58774879","status":"passed","time":{"start":1714492678641,"stop":1714492678641,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1384ec0e0e10775","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d1384ec0e0e10775","status":"passed","time":{"start":1714500534109,"stop":1714500534110,"duration":1}},{"uid":"b66c02a62b368561","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b66c02a62b368561","status":"passed","time":{"start":1714494285531,"stop":1714494285531,"duration":0}},{"uid":"f3b564f298c9c238","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f3b564f298c9c238","status":"passed","time":{"start":1714492389345,"stop":1714492389345,"duration":0}}]},"2225ff025340d26ee102ed51dc06c459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6282bb824ef4ae61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6282bb824ef4ae61","status":"passed","time":{"start":1714492860433,"stop":1714492860433,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c352a8c2f2b39731","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c352a8c2f2b39731","status":"passed","time":{"start":1714501050434,"stop":1714501050434,"duration":0}},{"uid":"c7475aca3c1c0756","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7475aca3c1c0756","status":"passed","time":{"start":1714494785901,"stop":1714494785901,"duration":0}},{"uid":"2e46b69232f7d172","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e46b69232f7d172","status":"passed","time":{"start":1714492898557,"stop":1714492898557,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"c15917dc17325230","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c15917dc17325230","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500976723,"stop":1714500976724,"duration":1}},{"uid":"d078eabfa9d7e66e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d078eabfa9d7e66e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735609,"duration":0}},{"uid":"89b032ae1ba9d5c9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89b032ae1ba9d5c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814801,"stop":1714492814801,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b944cfe3af10df98","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b944cfe3af10df98","status":"passed","time":{"start":1714500744109,"stop":1714500744111,"duration":2}},{"uid":"dccc386c024a4f42","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dccc386c024a4f42","status":"passed","time":{"start":1714494482326,"stop":1714494482327,"duration":1}},{"uid":"fc5c67389cbf71df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fc5c67389cbf71df","status":"passed","time":{"start":1714492591348,"stop":1714492591349,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2294d94714fdc3c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d2294d94714fdc3c","status":"passed","time":{"start":1714501094179,"stop":1714501094179,"duration":0}},{"uid":"e60c9b6abff9146e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e60c9b6abff9146e","status":"passed","time":{"start":1714494837584,"stop":1714494837584,"duration":0}},{"uid":"5a0ce196e121b3bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a0ce196e121b3bd","status":"passed","time":{"start":1714492927151,"stop":1714492927151,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8c85820d950b3d99","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8c85820d950b3d99","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0}},{"uid":"9002683d81e97a3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9002683d81e97a3","status":"passed","time":{"start":1714494785907,"stop":1714494785907,"duration":0}},{"uid":"3387617d83f62839","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3387617d83f62839","status":"passed","time":{"start":1714492898562,"stop":1714492898562,"duration":0}}]},"861ec5e48c0c1f2a3d3259f952825483:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b55fe95395886698","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b55fe95395886698","status":"passed","time":{"start":1714492923649,"stop":1714492923650,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3af9544ae64e4663","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3af9544ae64e4663","status":"passed","time":{"start":1714500786928,"stop":1714500786928,"duration":0}},{"uid":"90770a25530da195","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90770a25530da195","status":"passed","time":{"start":1714494536934,"stop":1714494536935,"duration":1}},{"uid":"16be9c5aef892fcc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/16be9c5aef892fcc","status":"passed","time":{"start":1714492635270,"stop":1714492635270,"duration":0}}]},"83858de5e60dc445f487fd332d149fd7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0b618b9f8bcd0a1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e0b618b9f8bcd0a1","status":"passed","time":{"start":1714500525349,"stop":1714500525349,"duration":0}},{"uid":"c5a728281837ced3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c5a728281837ced3","status":"passed","time":{"start":1714494276820,"stop":1714494276820,"duration":0}},{"uid":"b6abcbc0b8d66f61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b6abcbc0b8d66f61","status":"passed","time":{"start":1714492380873,"stop":1714492380874,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e28944eeeee2dc4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e28944eeeee2dc4","status":"passed","time":{"start":1714501153788,"stop":1714501153789,"duration":1}},{"uid":"a0a95e3c1c86f6fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0a95e3c1c86f6fe","status":"passed","time":{"start":1714494896479,"stop":1714494896480,"duration":1}},{"uid":"59fa7690576af52d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/59fa7690576af52d","status":"passed","time":{"start":1714492987117,"stop":1714492987117,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f8ca8c03179b40c4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f8ca8c03179b40c4","status":"passed","time":{"start":1714500735363,"stop":1714500735364,"duration":1}},{"uid":"928c89db4b52b2b2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/928c89db4b52b2b2","status":"passed","time":{"start":1714494500290,"stop":1714494500291,"duration":1}},{"uid":"b2b9b40351a272a1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2b9b40351a272a1","status":"passed","time":{"start":1714492591458,"stop":1714492591458,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"951c4ac6dea2f518","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/951c4ac6dea2f518","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0}},{"uid":"fcaa42ab7265007e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fcaa42ab7265007e","status":"passed","time":{"start":1714494788125,"stop":1714494788126,"duration":1}},{"uid":"d5e864b4d920c1c1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5e864b4d920c1c1","status":"passed","time":{"start":1714492860427,"stop":1714492860428,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c70eaed91038199","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1c70eaed91038199","status":"passed","time":{"start":1714501220694,"stop":1714501220695,"duration":1}},{"uid":"71f60a00923926a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71f60a00923926a1","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"a8e27223b2b290c1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8e27223b2b290c1","status":"passed","time":{"start":1714493052143,"stop":1714493052143,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"893237c03bb43316","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/893237c03bb43316","status":"passed","time":{"start":1714501050429,"stop":1714501050429,"duration":0}},{"uid":"5c09c5f074a74b9c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c09c5f074a74b9c","status":"passed","time":{"start":1714494785889,"stop":1714494785890,"duration":1}},{"uid":"4eef1ad26f03e9ea","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eef1ad26f03e9ea","status":"passed","time":{"start":1714492898554,"stop":1714492898554,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"48c1397f6a615e90","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/48c1397f6a615e90","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501039479,"stop":1714501039479,"duration":0}},{"uid":"72b029079f5dcac8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72b029079f5dcac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494791242,"stop":1714494791242,"duration":0}},{"uid":"a8a058dd61acf46a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8a058dd61acf46a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492870705,"stop":1714492870705,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2734f9ec27531cd9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2734f9ec27531cd9","status":"passed","time":{"start":1714500559908,"stop":1714500559909,"duration":1}},{"uid":"9026b2175fbbfc07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9026b2175fbbfc07","status":"passed","time":{"start":1714494310954,"stop":1714494310954,"duration":0}},{"uid":"b10feb1165341093","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b10feb1165341093","status":"passed","time":{"start":1714492410938,"stop":1714492410938,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ea8bbf53fae0f218","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea8bbf53fae0f218","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0}},{"uid":"dac3fe7a9a224c9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dac3fe7a9a224c9d","status":"passed","time":{"start":1714494788126,"stop":1714494788127,"duration":1}},{"uid":"74a239dd01c5df32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74a239dd01c5df32","status":"passed","time":{"start":1714492860428,"stop":1714492860429,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dbf8dda52c6aac1d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dbf8dda52c6aac1d","status":"passed","time":{"start":1714500587024,"stop":1714500587025,"duration":1}},{"uid":"d5448eeda1c8f581","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5448eeda1c8f581","status":"passed","time":{"start":1714494335557,"stop":1714494335558,"duration":1}},{"uid":"b990d7547d015d7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b990d7547d015d7","status":"passed","time":{"start":1714492436196,"stop":1714492436197,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b477ca2c7a38dbd1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b477ca2c7a38dbd1","status":"passed","time":{"start":1714500997301,"stop":1714500997302,"duration":1}},{"uid":"6fa47acfa32fcc2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fa47acfa32fcc2","status":"passed","time":{"start":1714494742982,"stop":1714494742982,"duration":0}},{"uid":"9977ca8a79e7e84e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9977ca8a79e7e84e","status":"passed","time":{"start":1714492814493,"stop":1714492814493,"duration":0}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"71080d4a8926cb67","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/71080d4a8926cb67","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"duration":0}},{"uid":"b421f78682457fb1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b421f78682457fb1","status":"passed","time":{"start":1714494884068,"stop":1714494884075,"duration":7}},{"uid":"3b946646a763d837","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b946646a763d837","status":"passed","time":{"start":1714492954775,"stop":1714492954776,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60d702220dfa1695","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60d702220dfa1695","status":"passed","time":{"start":1714500525323,"stop":1714500525325,"duration":2}},{"uid":"31ef62db8a3629b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/31ef62db8a3629b7","status":"passed","time":{"start":1714494276803,"stop":1714494276803,"duration":0}},{"uid":"482c678dd229bc28","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/482c678dd229bc28","status":"passed","time":{"start":1714492380857,"stop":1714492380857,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"80564c96bddff692","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/80564c96bddff692","status":"passed","time":{"start":1714501184621,"stop":1714501184622,"duration":1}},{"uid":"604c2d94cfd5d898","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/604c2d94cfd5d898","status":"passed","time":{"start":1714494914007,"stop":1714494914008,"duration":1}},{"uid":"4ebcaea0d2927972","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ebcaea0d2927972","status":"passed","time":{"start":1714493011108,"stop":1714493011108,"duration":0}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7551580a7f512cd1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7551580a7f512cd1","status":"passed","time":{"start":1714500525332,"stop":1714500525333,"duration":1}},{"uid":"ec60047ca187ec4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec60047ca187ec4","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"a7b9a864b64d778f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7b9a864b64d778f","status":"passed","time":{"start":1714492380863,"stop":1714492380864,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"256489c4ced949a0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/256489c4ced949a0","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"duration":0}},{"uid":"17202caff1d674bb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17202caff1d674bb","status":"passed","time":{"start":1714494785908,"stop":1714494785908,"duration":0}},{"uid":"9958028650d66f8e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9958028650d66f8e","status":"passed","time":{"start":1714492898563,"stop":1714492898564,"duration":1}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d0501181eb67f4ce","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d0501181eb67f4ce","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"duration":0}},{"uid":"2b203615d9c4bea7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2b203615d9c4bea7","status":"passed","time":{"start":1714494791238,"stop":1714494791239,"duration":1}},{"uid":"54a0a5facaa42493","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54a0a5facaa42493","status":"passed","time":{"start":1714492870703,"stop":1714492870704,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1b947469e8d13b60","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1b947469e8d13b60","status":"passed","time":{"start":1714500654299,"stop":1714500654299,"duration":0}},{"uid":"749b1c04dd3403c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749b1c04dd3403c9","status":"passed","time":{"start":1714494402842,"stop":1714494402843,"duration":1}},{"uid":"d48444475be3be29","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d48444475be3be29","status":"passed","time":{"start":1714492502968,"stop":1714492502968,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34339b00813a1423","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34339b00813a1423","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0}},{"uid":"f719b6f1bab0b4b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f719b6f1bab0b4b3","status":"passed","time":{"start":1714494785910,"stop":1714494785911,"duration":1}},{"uid":"794ef7730a947788","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/794ef7730a947788","status":"passed","time":{"start":1714492898566,"stop":1714492898566,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e1eb8bbb7649774","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e1eb8bbb7649774","status":"passed","time":{"start":1714501050438,"stop":1714501050438,"duration":0}},{"uid":"ac1adeacb4c5eed0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac1adeacb4c5eed0","status":"passed","time":{"start":1714494785903,"stop":1714494785903,"duration":0}},{"uid":"c0d839ec7b97ceeb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c0d839ec7b97ceeb","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"fe77f8a52d115fe17e1a5c24770d6a1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"390a58bcc690708f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/390a58bcc690708f","status":"passed","time":{"start":1714494785914,"stop":1714494785915,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f2a48048c12fee7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2f2a48048c12fee7","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0}},{"uid":"d1728fa63f849ba5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1728fa63f849ba5","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"790f1e117f48e7b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/790f1e117f48e7b0","status":"passed","time":{"start":1714492468973,"stop":1714492468974,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d93d412fb5ef49c0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d93d412fb5ef49c0","status":"passed","time":{"start":1714500534103,"stop":1714500534104,"duration":1}},{"uid":"fdd99962b234ca0d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fdd99962b234ca0d","status":"passed","time":{"start":1714494285525,"stop":1714494285525,"duration":0}},{"uid":"a14bb095c735a860","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a14bb095c735a860","status":"passed","time":{"start":1714492389339,"stop":1714492389340,"duration":1}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"281d9fea1898fe54","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/281d9fea1898fe54","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0}},{"uid":"6c607f3034756d60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c607f3034756d60","status":"passed","time":{"start":1714494926190,"stop":1714494926191,"duration":1}},{"uid":"3a9b8b6b8b51c458","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a9b8b6b8b51c458","status":"passed","time":{"start":1714493011867,"stop":1714493011868,"duration":1}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dfe583506ab00534","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dfe583506ab00534","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"duration":0}},{"uid":"266129d2f466fe2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/266129d2f466fe2c","status":"passed","time":{"start":1714494838841,"stop":1714494838841,"duration":0}},{"uid":"86c5fa71fc662d7d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86c5fa71fc662d7d","status":"passed","time":{"start":1714492985742,"stop":1714492985742,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca778b44ffe7389c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ca778b44ffe7389c","status":"passed","time":{"start":1714500823174,"stop":1714500823175,"duration":1}},{"uid":"7fe7ea047f6bf22e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7fe7ea047f6bf22e","status":"passed","time":{"start":1714494571259,"stop":1714494571259,"duration":0}},{"uid":"ed75d6624e40281f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed75d6624e40281f","status":"passed","time":{"start":1714492678646,"stop":1714492678647,"duration":1}}]},"7c438a03b960c30952e90094a136f274:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"54002427390e2373","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/54002427390e2373","status":"passed","time":{"start":1714500525340,"stop":1714500525341,"duration":1}},{"uid":"a753659b0b144ffe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a753659b0b144ffe","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"b295b46f1b477d53","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b295b46f1b477d53","status":"passed","time":{"start":1714492380867,"stop":1714492380868,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4a797c9fe1999528","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4a797c9fe1999528","status":"passed","time":{"start":1714501094177,"stop":1714501094178,"duration":1}},{"uid":"6401f885253c9f3e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6401f885253c9f3e","status":"passed","time":{"start":1714494837582,"stop":1714494837583,"duration":1}},{"uid":"6df42898fbf7f5ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6df42898fbf7f5ca","status":"passed","time":{"start":1714492927147,"stop":1714492927147,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e25192eac445a59e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e25192eac445a59e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500550520,"stop":1714500550520,"duration":0}},{"uid":"25d792931c16b72d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/25d792931c16b72d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494301222,"stop":1714494301222,"duration":0}},{"uid":"f18e3403decd97e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f18e3403decd97e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492405130,"stop":1714492405131,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bebb65da22685231","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bebb65da22685231","status":"passed","time":{"start":1714500823187,"stop":1714500823187,"duration":0}},{"uid":"8ecb92d01b641f4b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ecb92d01b641f4b","status":"passed","time":{"start":1714494571266,"stop":1714494571266,"duration":0}},{"uid":"f8e452c6cdbd7e60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f8e452c6cdbd7e60","status":"passed","time":{"start":1714492678665,"stop":1714492678666,"duration":1}}]},"303e63687aedbb1bb8b7149bcf259f55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5aa3b6c2351693b6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5aa3b6c2351693b6","status":"passed","time":{"start":1714494848656,"stop":1714494848657,"duration":1}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a289e85af435d49d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a289e85af435d49d","status":"passed","time":{"start":1714501036158,"stop":1714501036158,"duration":0}},{"uid":"2c97846ef0fa0719","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c97846ef0fa0719","status":"passed","time":{"start":1714494788138,"stop":1714494788139,"duration":1}},{"uid":"7e35aac039b8c923","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e35aac039b8c923","status":"passed","time":{"start":1714492860430,"stop":1714492860430,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"10ebcb2a9da79b69","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/10ebcb2a9da79b69","status":"passed","time":{"start":1714501036151,"stop":1714501036152,"duration":1}},{"uid":"198bd343bebc3f70","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/198bd343bebc3f70","status":"passed","time":{"start":1714494788122,"stop":1714494788123,"duration":1}},{"uid":"9d0fa22309243f67","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9d0fa22309243f67","status":"passed","time":{"start":1714492860424,"stop":1714492860425,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"33194d523a108d45","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/33194d523a108d45","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036174,"stop":1714501036174,"duration":0}},{"uid":"ecf81556ed8eec85","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ecf81556ed8eec85","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494788150,"stop":1714494788150,"duration":0}},{"uid":"e339eb73ac44884","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e339eb73ac44884","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860436,"stop":1714492860437,"duration":1}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"848515c6e92a73df","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/848515c6e92a73df","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"duration":0}},{"uid":"564774c14edecbb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/564774c14edecbb3","status":"passed","time":{"start":1714494954435,"stop":1714494954435,"duration":0}},{"uid":"9ad57f1c2759389f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9ad57f1c2759389f","status":"passed","time":{"start":1714493052131,"stop":1714493052131,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9476f380a86c57fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9476f380a86c57fa","status":"passed","time":{"start":1714500525320,"stop":1714500525320,"duration":0}},{"uid":"d77424a4b35798ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d77424a4b35798ad","status":"passed","time":{"start":1714494276799,"stop":1714494276800,"duration":1}},{"uid":"b694597b15dd8939","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b694597b15dd8939","status":"passed","time":{"start":1714492380854,"stop":1714492380854,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"6d91c04f502f820e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6d91c04f502f820e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501050441,"stop":1714501050441,"duration":0}},{"uid":"52a383ec597fed55","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/52a383ec597fed55","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785906,"stop":1714494785906,"duration":0}},{"uid":"17585ca0e3146dc1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17585ca0e3146dc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898561,"stop":1714492898561,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"259cf90ebfbba03c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/259cf90ebfbba03c","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0}},{"uid":"aeb93e1e1a953e15","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aeb93e1e1a953e15","status":"passed","time":{"start":1714494285527,"stop":1714494285527,"duration":0}},{"uid":"335ae0ec69f6b81f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/335ae0ec69f6b81f","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c176a17fd9b1c733","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c176a17fd9b1c733","status":"passed","time":{"start":1714501191917,"stop":1714501191918,"duration":1}},{"uid":"cad6daf7f4b9b921","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cad6daf7f4b9b921","status":"passed","time":{"start":1714494926189,"stop":1714494926189,"duration":0}},{"uid":"68a1ae58b74bea2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68a1ae58b74bea2f","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1616c3af1c5125ef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1616c3af1c5125ef","status":"passed","time":{"start":1714501220698,"stop":1714501220699,"duration":1}},{"uid":"f6c4265892a8945e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6c4265892a8945e","status":"passed","time":{"start":1714494954452,"stop":1714494954452,"duration":0}},{"uid":"44ef26dc856df836","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44ef26dc856df836","status":"passed","time":{"start":1714493052147,"stop":1714493052147,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4e37b661dd6d17f4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4e37b661dd6d17f4","status":"passed","time":{"start":1714500533302,"stop":1714500533303,"duration":1}},{"uid":"7f6456691e76d605","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7f6456691e76d605","status":"passed","time":{"start":1714494284893,"stop":1714494284893,"duration":0}},{"uid":"a862363406009a28","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a862363406009a28","status":"passed","time":{"start":1714492388669,"stop":1714492388670,"duration":1}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3471bb9caa4dd8a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3471bb9caa4dd8a","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"duration":0}},{"uid":"a41c0d65ed77b0f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a41c0d65ed77b0f","status":"passed","time":{"start":1714494735315,"stop":1714494735316,"duration":1}},{"uid":"17fa3cb8fa20632e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17fa3cb8fa20632e","status":"passed","time":{"start":1714492815001,"stop":1714492815002,"duration":1}}]},"ac752214c5e233c723214a5333854f2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f86b7e224943a720","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f86b7e224943a720","status":"passed","time":{"start":1714500525347,"stop":1714500525348,"duration":1}},{"uid":"4a56d6ea3adf1aea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a56d6ea3adf1aea","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"9f063a79731e0145","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9f063a79731e0145","status":"passed","time":{"start":1714492380872,"stop":1714492380873,"duration":1}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e59bbeb309e7e493","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e59bbeb309e7e493","status":"passed","time":{"start":1714500744098,"stop":1714500744100,"duration":2}},{"uid":"a2d026cc264e56b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a2d026cc264e56b3","status":"passed","time":{"start":1714494482325,"stop":1714494482325,"duration":0}},{"uid":"2877758a69cc2027","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2877758a69cc2027","status":"passed","time":{"start":1714492591346,"stop":1714492591347,"duration":1}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ba237d93e36acaa1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ba237d93e36acaa1","status":"passed","time":{"start":1714500660501,"stop":1714500660502,"duration":1}},{"uid":"24f8ecadbada644b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24f8ecadbada644b","status":"passed","time":{"start":1714494401268,"stop":1714494401268,"duration":0}},{"uid":"4a853cdb1d357e0f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a853cdb1d357e0f","status":"passed","time":{"start":1714492501443,"stop":1714492501443,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"df819db558c31d9e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/df819db558c31d9e","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"duration":0}},{"uid":"b7fd64ccafd4724f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b7fd64ccafd4724f","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"69e920cea82af66f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/69e920cea82af66f","status":"passed","time":{"start":1714493052143,"stop":1714493052144,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b49b3d956905ab9b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b49b3d956905ab9b","status":"passed","time":{"start":1714500549549,"stop":1714500549549,"duration":0}},{"uid":"62af8f2cd7f01276","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/62af8f2cd7f01276","status":"passed","time":{"start":1714494301033,"stop":1714494301033,"duration":0}},{"uid":"5b0bc7af55d50849","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b0bc7af55d50849","status":"passed","time":{"start":1714492404785,"stop":1714492404785,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4055dbbf0ec20bd3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4055dbbf0ec20bd3","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"duration":0}},{"uid":"5470935b78b31c03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5470935b78b31c03","status":"passed","time":{"start":1714494791253,"stop":1714494791253,"duration":0}},{"uid":"a047bbaa77202186","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a047bbaa77202186","status":"passed","time":{"start":1714492870709,"stop":1714492870710,"duration":1}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a64562e8ab69f37","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9a64562e8ab69f37","status":"passed","time":{"start":1714500550513,"stop":1714500550514,"duration":1}},{"uid":"af993263f11b8d0b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af993263f11b8d0b","status":"passed","time":{"start":1714494301216,"stop":1714494301217,"duration":1}},{"uid":"90cee3b77f1c91af","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/90cee3b77f1c91af","status":"passed","time":{"start":1714492405124,"stop":1714492405125,"duration":1}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0299f41ee61ba2e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a0299f41ee61ba2e","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"duration":0}},{"uid":"818cd343d30ed7c4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/818cd343d30ed7c4","status":"passed","time":{"start":1714494954431,"stop":1714494954432,"duration":1}},{"uid":"edd45de538f5e07f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/edd45de538f5e07f","status":"passed","time":{"start":1714493052127,"stop":1714493052128,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f8313e000b18b0ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f8313e000b18b0ee","status":"passed","time":{"start":1714501123812,"stop":1714501123812,"duration":0}},{"uid":"712f0fd882ebbdbc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/712f0fd882ebbdbc","status":"passed","time":{"start":1714494838851,"stop":1714494838852,"duration":1}},{"uid":"193a70bbc81da4d2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/193a70bbc81da4d2","status":"passed","time":{"start":1714492985770,"stop":1714492985770,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d7b0372b27a93ba","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d7b0372b27a93ba","status":"passed","time":{"start":1714501039484,"stop":1714501039485,"duration":1}},{"uid":"d4491ae7eeb4aaf7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d4491ae7eeb4aaf7","status":"passed","time":{"start":1714494791256,"stop":1714494791257,"duration":1}},{"uid":"b5fa63cefd13a8f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5fa63cefd13a8f0","status":"passed","time":{"start":1714492870711,"stop":1714492870711,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"389c6016febc014c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/389c6016febc014c","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"duration":0}},{"uid":"1ddf3b1b30a0177e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ddf3b1b30a0177e","status":"passed","time":{"start":1714494571261,"stop":1714494571261,"duration":0}},{"uid":"60c31a36280bce00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60c31a36280bce00","status":"passed","time":{"start":1714492678655,"stop":1714492678655,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"223aeda55e365ada","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/223aeda55e365ada","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"duration":0}},{"uid":"35fb68fc92b841b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/35fb68fc92b841b5","status":"passed","time":{"start":1714494305183,"stop":1714494305184,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63810cfef2d86e46","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63810cfef2d86e46","status":"passed","time":{"start":1714500539178,"stop":1714500539179,"duration":1}},{"uid":"6d030cf65cf957b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6d030cf65cf957b","status":"passed","time":{"start":1714494290446,"stop":1714494290446,"duration":0}},{"uid":"ee1743360b80d5e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee1743360b80d5e0","status":"passed","time":{"start":1714492394189,"stop":1714492394189,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1245925b57a32d3a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1245925b57a32d3a","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"duration":0}},{"uid":"2628e66bf16c38ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2628e66bf16c38ae","status":"passed","time":{"start":1714494760922,"stop":1714494760922,"duration":0}},{"uid":"1c914d21aa26b7c3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c914d21aa26b7c3","status":"passed","time":{"start":1714492834195,"stop":1714492834196,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b75071f41d5dd4ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b75071f41d5dd4ee","status":"passed","time":{"start":1714501220680,"stop":1714501220680,"duration":0}},{"uid":"7dd5f9ad915ac0b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7dd5f9ad915ac0b7","status":"passed","time":{"start":1714494954430,"stop":1714494954431,"duration":1}},{"uid":"18707a96d9a2cbef","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/18707a96d9a2cbef","status":"passed","time":{"start":1714493052126,"stop":1714493052127,"duration":1}}]},"02b855bc22277e3fadd4a7af1649a952:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f71e1402cb19e9ef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f71e1402cb19e9ef","status":"passed","time":{"start":1714500525335,"stop":1714500525335,"duration":0}},{"uid":"e71835ca618c1506","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e71835ca618c1506","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"a8f0d4aa0b3fa500","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8f0d4aa0b3fa500","status":"passed","time":{"start":1714492380865,"stop":1714492380865,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d32b0d8e8ae688be","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d32b0d8e8ae688be","status":"passed","time":{"start":1714500735364,"stop":1714500735365,"duration":1}},{"uid":"6ffb963f41e4f163","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ffb963f41e4f163","status":"passed","time":{"start":1714494500291,"stop":1714494500291,"duration":0}},{"uid":"3f8f0fd2a7cf095f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f8f0fd2a7cf095f","status":"passed","time":{"start":1714492591474,"stop":1714492591474,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c3fd073f3c5a13f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6c3fd073f3c5a13f","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"duration":0}},{"uid":"67dbcfc01addfab4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/67dbcfc01addfab4","status":"passed","time":{"start":1714494735316,"stop":1714494735316,"duration":0}},{"uid":"1fa72d08fa29a4f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1fa72d08fa29a4f3","status":"passed","time":{"start":1714492815002,"stop":1714492815003,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13fbbf98720fa525","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/13fbbf98720fa525","status":"passed","time":{"start":1714500587024,"stop":1714500587024,"duration":0}},{"uid":"8465dde0c6bfc56c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8465dde0c6bfc56c","status":"passed","time":{"start":1714494335557,"stop":1714494335557,"duration":0}},{"uid":"d3aaf64c9a3eb333","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3aaf64c9a3eb333","status":"passed","time":{"start":1714492436196,"stop":1714492436196,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36d772e45ff41980","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36d772e45ff41980","status":"passed","time":{"start":1714500590513,"stop":1714500590514,"duration":1}},{"uid":"4928a3b7434b8337","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4928a3b7434b8337","status":"passed","time":{"start":1714494351414,"stop":1714494351414,"duration":0}},{"uid":"9c8df21e1a8de6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9c8df21e1a8de6d","status":"passed","time":{"start":1714492441819,"stop":1714492441819,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e2c9b16a914858a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e2c9b16a914858a","status":"passed","time":{"start":1714501191920,"stop":1714501191920,"duration":0}},{"uid":"8fcda0b537e8fe07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8fcda0b537e8fe07","status":"passed","time":{"start":1714494926191,"stop":1714494926191,"duration":0}},{"uid":"acc3acda375cb410","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acc3acda375cb410","status":"passed","time":{"start":1714493011868,"stop":1714493011868,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36f2ca1ed3423162","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36f2ca1ed3423162","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0}},{"uid":"f62031c462eb6b2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f62031c462eb6b2c","status":"passed","time":{"start":1714494285528,"stop":1714494285528,"duration":0}},{"uid":"554b0b375e3f00c6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/554b0b375e3f00c6","status":"passed","time":{"start":1714492389342,"stop":1714492389342,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"163abab0a324e19a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/163abab0a324e19a","status":"passed","time":{"start":1714501123814,"stop":1714501123818,"duration":4}},{"uid":"b285e10ec8f8068d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b285e10ec8f8068d","status":"passed","time":{"start":1714494838854,"stop":1714494838854,"duration":0}},{"uid":"153205755e0d1b61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/153205755e0d1b61","status":"passed","time":{"start":1714492985775,"stop":1714492985775,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af0e4f88ae4390ab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/af0e4f88ae4390ab","status":"passed","time":{"start":1714501050426,"stop":1714501050427,"duration":1}},{"uid":"da759a4589f4be9b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da759a4589f4be9b","status":"passed","time":{"start":1714494785887,"stop":1714494785887,"duration":0}},{"uid":"9a409b124854b17a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a409b124854b17a","status":"passed","time":{"start":1714492898551,"stop":1714492898552,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b43f6764e650649e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b43f6764e650649e","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"duration":0}},{"uid":"c00524eebd435ca7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c00524eebd435ca7","status":"passed","time":{"start":1714494402846,"stop":1714494402846,"duration":0}},{"uid":"d3af80f9c04eba32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3af80f9c04eba32","status":"passed","time":{"start":1714492502972,"stop":1714492502973,"duration":1}}]},"46c935c3914d3bf5cb6ad8f3f6d3a286:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a940c7d241ba9981","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a940c7d241ba9981","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0}},{"uid":"a5713afc22431bb4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5713afc22431bb4","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"6549855ebc40258a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6549855ebc40258a","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c41063f891573ebf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c41063f891573ebf","status":"passed","time":{"start":1714500735360,"stop":1714500735361,"duration":1}},{"uid":"5d3455cc641012b2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5d3455cc641012b2","status":"passed","time":{"start":1714494500286,"stop":1714494500287,"duration":1}},{"uid":"9a525ac8da38a8fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a525ac8da38a8fc","status":"passed","time":{"start":1714492591441,"stop":1714492591442,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"efe4108b623e0d52","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/efe4108b623e0d52","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501050441,"stop":1714501050441,"duration":0}},{"uid":"e848bf8c278de80","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e848bf8c278de80","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785906,"stop":1714494785906,"duration":0}},{"uid":"fa210ae30b91317e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa210ae30b91317e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898561,"stop":1714492898562,"duration":1}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1cd33270cef98ff1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1cd33270cef98ff1","status":"passed","time":{"start":1714500619502,"stop":1714500619503,"duration":1}},{"uid":"db0ff730ba7f5a8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db0ff730ba7f5a8","status":"passed","time":{"start":1714494368383,"stop":1714494368383,"duration":0}},{"uid":"bddc6f55598e163e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bddc6f55598e163e","status":"passed","time":{"start":1714492468972,"stop":1714492468972,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e92bf0800078b86","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e92bf0800078b86","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"duration":0}},{"uid":"e5e09fff4c23e3fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5e09fff4c23e3fc","status":"passed","time":{"start":1714494954440,"stop":1714494954440,"duration":0}},{"uid":"cfe883bda58ac9e4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cfe883bda58ac9e4","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"db39ecfb37e2155e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/db39ecfb37e2155e","status":"passed","time":{"start":1714500654301,"stop":1714500654302,"duration":1}},{"uid":"4631889e3326c172","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4631889e3326c172","status":"passed","time":{"start":1714494402848,"stop":1714494402849,"duration":1}},{"uid":"cdbf792ad920eeb2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdbf792ad920eeb2","status":"passed","time":{"start":1714492502973,"stop":1714492502974,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0feb0e8ac9f1143","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a0feb0e8ac9f1143","status":"passed","time":{"start":1714500744126,"stop":1714500744127,"duration":1}},{"uid":"cac36dd77d395b4c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cac36dd77d395b4c","status":"passed","time":{"start":1714494482332,"stop":1714494482332,"duration":0}},{"uid":"3941c217a5b3de65","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3941c217a5b3de65","status":"passed","time":{"start":1714492591351,"stop":1714492591351,"duration":0}}]},"f3465541c4ec3eb239fc428f28d143c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1d33c42c7d595a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d1d33c42c7d595a7","status":"passed","time":{"start":1714492591475,"stop":1714492591533,"duration":58}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8926b9a7223c8b3d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8926b9a7223c8b3d","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"duration":0}},{"uid":"23df6a5e26f7e8c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/23df6a5e26f7e8c3","status":"passed","time":{"start":1714494908934,"stop":1714494908936,"duration":2}},{"uid":"60b9bc9995c567e5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60b9bc9995c567e5","status":"passed","time":{"start":1714492995227,"stop":1714492995228,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"32077e07ffd4fb28","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/32077e07ffd4fb28","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0}},{"uid":"46d509d99c1eb955","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46d509d99c1eb955","status":"passed","time":{"start":1714494764687,"stop":1714494764687,"duration":0}},{"uid":"fa71f22729675a14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa71f22729675a14","status":"passed","time":{"start":1714492842571,"stop":1714492842571,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"deb56c81a363c485","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/deb56c81a363c485","status":"passed","time":{"start":1714500549550,"stop":1714500549551,"duration":1}},{"uid":"f525eca1d6b7c730","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f525eca1d6b7c730","status":"passed","time":{"start":1714494301034,"stop":1714494301034,"duration":0}},{"uid":"fb769b59c5cfc61e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fb769b59c5cfc61e","status":"passed","time":{"start":1714492404786,"stop":1714492404787,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"588db595cabca742","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/588db595cabca742","status":"passed","time":{"start":1714501050448,"stop":1714501050449,"duration":1}},{"uid":"15ad37b740e8123","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/15ad37b740e8123","status":"passed","time":{"start":1714494785912,"stop":1714494785912,"duration":0}},{"uid":"8ce1852c1580f09d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ce1852c1580f09d","status":"passed","time":{"start":1714492898568,"stop":1714492898568,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a2118189a7d991","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7a2118189a7d991","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"duration":0}},{"uid":"2413cec6e0889f03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2413cec6e0889f03","status":"passed","time":{"start":1714494482343,"stop":1714494482345,"duration":2}},{"uid":"564f3a76da435350","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/564f3a76da435350","status":"passed","time":{"start":1714492591355,"stop":1714492591355,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5439881a6f2420a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5439881a6f2420a","status":"passed","time":{"start":1714500744179,"stop":1714500744181,"duration":2}},{"uid":"3ad978f81914b497","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3ad978f81914b497","status":"passed","time":{"start":1714494482350,"stop":1714494482350,"duration":0}},{"uid":"45947f5b6634fa7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/45947f5b6634fa7c","status":"passed","time":{"start":1714492591365,"stop":1714492591365,"duration":0}}]},"59d21ed033ad0a8c5025488122f6be96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18de95eba6da6270","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/18de95eba6da6270","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1a0819fbf59d929c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1a0819fbf59d929c","status":"passed","time":{"start":1714500872901,"stop":1714500872902,"duration":1}},{"uid":"f77f55e7ceb85e55","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f77f55e7ceb85e55","status":"passed","time":{"start":1714494620616,"stop":1714494620617,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3d339dd0c34e969","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e3d339dd0c34e969","status":"passed","time":{"start":1714500976549,"stop":1714500976551,"duration":2}},{"uid":"9a9b7a8bbd8a0468","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a9b7a8bbd8a0468","status":"passed","time":{"start":1714494735292,"stop":1714494735293,"duration":1}},{"uid":"f4bd8ed8023d1682","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f4bd8ed8023d1682","status":"passed","time":{"start":1714492814962,"stop":1714492814963,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ad87ef4ef2d1c531","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ad87ef4ef2d1c531","status":"passed","time":{"start":1714501184627,"stop":1714501184628,"duration":1}},{"uid":"916b4bbcea53e88f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/916b4bbcea53e88f","status":"passed","time":{"start":1714494914010,"stop":1714494914011,"duration":1}},{"uid":"3077da67df1508cf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3077da67df1508cf","status":"passed","time":{"start":1714493011111,"stop":1714493011111,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a966e29e7e2400fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a966e29e7e2400fa","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"duration":0}},{"uid":"b5bc26437af8a4b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5bc26437af8a4b4","status":"passed","time":{"start":1714494482351,"stop":1714494482351,"duration":0}},{"uid":"49b8ce92de1b7bfd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49b8ce92de1b7bfd","status":"passed","time":{"start":1714492591367,"stop":1714492591367,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd2f271dbc4a827c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cd2f271dbc4a827c","status":"passed","time":{"start":1714501039482,"stop":1714501039483,"duration":1}},{"uid":"c4eb3cced549174d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c4eb3cced549174d","status":"passed","time":{"start":1714494791250,"stop":1714494791251,"duration":1}},{"uid":"2ec1207900acbf68","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2ec1207900acbf68","status":"passed","time":{"start":1714492870709,"stop":1714492870709,"duration":0}}]},"50537bb6b1f5b1c0fc716798fabfd26c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f20951279e37f8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f20951279e37f8f","status":"passed","time":{"start":1714492932193,"stop":1714492932193,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e4bc206b2420125b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e4bc206b2420125b","status":"passed","time":{"start":1714500786931,"stop":1714500786931,"duration":0}},{"uid":"9233e20ae89c427d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9233e20ae89c427d","status":"passed","time":{"start":1714494536937,"stop":1714494536938,"duration":1}},{"uid":"573acf04d95d4ed0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/573acf04d95d4ed0","status":"passed","time":{"start":1714492635273,"stop":1714492635273,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"59384701d6f3ae71","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/59384701d6f3ae71","status":"passed","time":{"start":1714500654292,"stop":1714500654295,"duration":3}},{"uid":"e68ae59c2a156002","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e68ae59c2a156002","status":"passed","time":{"start":1714494402837,"stop":1714494402838,"duration":1}},{"uid":"7f734ff63598b428","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f734ff63598b428","status":"passed","time":{"start":1714492502958,"stop":1714492502959,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd21433628e1ce91","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cd21433628e1ce91","status":"passed","time":{"start":1714501039484,"stop":1714501039484,"duration":0}},{"uid":"416bc19ff375d46","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/416bc19ff375d46","status":"passed","time":{"start":1714494791255,"stop":1714494791255,"duration":0}},{"uid":"97374c809055fa0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/97374c809055fa0a","status":"passed","time":{"start":1714492870710,"stop":1714492870711,"duration":1}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7713c2be95c66277","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7713c2be95c66277","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0}},{"uid":"672f6f334441594b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/672f6f334441594b","status":"passed","time":{"start":1714494285526,"stop":1714494285526,"duration":0}},{"uid":"6be8d253e93144f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6be8d253e93144f8","status":"passed","time":{"start":1714492389340,"stop":1714492389340,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f375ccdfeb9ce75","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2f375ccdfeb9ce75","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"duration":0}},{"uid":"150a0825670b6c0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/150a0825670b6c0c","status":"passed","time":{"start":1714494500295,"stop":1714494500295,"duration":0}},{"uid":"b860a50ff6748b88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b860a50ff6748b88","status":"passed","time":{"start":1714492591538,"stop":1714492591539,"duration":1}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ab48b86d7e2e6614","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab48b86d7e2e6614","status":"passed","time":{"start":1714500744051,"stop":1714500744052,"duration":1}},{"uid":"fbf5d6c6928c21af","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbf5d6c6928c21af","status":"passed","time":{"start":1714494482319,"stop":1714494482319,"duration":0}},{"uid":"135cbdea106068cc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/135cbdea106068cc","status":"passed","time":{"start":1714492591343,"stop":1714492591343,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ec355a077d41f59a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ec355a077d41f59a","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0}},{"uid":"7732f6f7ccba19b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7732f6f7ccba19b4","status":"passed","time":{"start":1714494788144,"stop":1714494788145,"duration":1}},{"uid":"ee87feb5bc8f9a55","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee87feb5bc8f9a55","status":"passed","time":{"start":1714492860432,"stop":1714492860432,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"509b2ec1da8456ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/509b2ec1da8456ee","status":"passed","time":{"start":1714500744089,"stop":1714500744098,"duration":9}},{"uid":"578cb05299bbe330","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/578cb05299bbe330","status":"passed","time":{"start":1714494482324,"stop":1714494482325,"duration":1}},{"uid":"54e537ca835de27f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54e537ca835de27f","status":"passed","time":{"start":1714492591346,"stop":1714492591346,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63fd09d5381959f3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63fd09d5381959f3","status":"passed","time":{"start":1714500735359,"stop":1714500735360,"duration":1}},{"uid":"2062d9191f7141cc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2062d9191f7141cc","status":"passed","time":{"start":1714494500285,"stop":1714494500285,"duration":0}},{"uid":"a12585f8b3194754","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a12585f8b3194754","status":"passed","time":{"start":1714492591441,"stop":1714492591441,"duration":0}}]},"7266d77ff19eb7258dba3cfcf9ede807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fdd18bddef224f1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3fdd18bddef224f1","status":"passed","time":{"start":1714500525355,"stop":1714500525356,"duration":1}},{"uid":"5c8e5ada84c39f53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c8e5ada84c39f53","status":"passed","time":{"start":1714494276825,"stop":1714494276826,"duration":1}},{"uid":"4f212f6b9939be6a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4f212f6b9939be6a","status":"passed","time":{"start":1714492380878,"stop":1714492380879,"duration":1}}]},"9ce0018d108b4f2f5e91881fea233724:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61505b8611edaa8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61505b8611edaa8","status":"passed","time":{"start":1714494735307,"stop":1714494735315,"duration":8}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f64a75893d0bb910","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f64a75893d0bb910","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0}},{"uid":"d8eba47930afc5ca","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8eba47930afc5ca","status":"passed","time":{"start":1714494368385,"stop":1714494368385,"duration":0}},{"uid":"19d9efde10fbf569","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/19d9efde10fbf569","status":"passed","time":{"start":1714492468978,"stop":1714492468979,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cdef8cc261513891","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cdef8cc261513891","status":"passed","time":{"start":1714500976535,"stop":1714500976536,"duration":1}},{"uid":"9cced71fbdf8f8c4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9cced71fbdf8f8c4","status":"passed","time":{"start":1714494735261,"stop":1714494735278,"duration":17}},{"uid":"5d6e1c23a9aa9fbb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d6e1c23a9aa9fbb","status":"passed","time":{"start":1714492814945,"stop":1714492814946,"duration":1}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c2c29118bd2975a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1c2c29118bd2975a","status":"passed","time":{"start":1714501159486,"stop":1714501159486,"duration":0}},{"uid":"811bb96b0526c8ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/811bb96b0526c8ae","status":"passed","time":{"start":1714494898216,"stop":1714494898217,"duration":1}},{"uid":"da38e6dc76ed0c37","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da38e6dc76ed0c37","status":"passed","time":{"start":1714492984320,"stop":1714492984321,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1bb39769b46d5146","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1bb39769b46d5146","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"duration":0}},{"uid":"f7f802420db35f12","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f7f802420db35f12","status":"passed","time":{"start":1714494536934,"stop":1714494536934,"duration":0}},{"uid":"acaef2a43abc3d80","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acaef2a43abc3d80","status":"passed","time":{"start":1714492635268,"stop":1714492635268,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60311f0330f9f0ad","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60311f0330f9f0ad","status":"passed","time":{"start":1714501049782,"stop":1714501049783,"duration":1}},{"uid":"f89631f2124cb104","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f89631f2124cb104","status":"passed","time":{"start":1714494802221,"stop":1714494802221,"duration":0}},{"uid":"859aba6b887bbce9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/859aba6b887bbce9","status":"passed","time":{"start":1714492887584,"stop":1714492887584,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3843db59d9d30cf5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3843db59d9d30cf5","status":"passed","time":{"start":1714501050457,"stop":1714501050457,"duration":0}},{"uid":"5163aebb212f9859","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5163aebb212f9859","status":"passed","time":{"start":1714494785917,"stop":1714494785917,"duration":0}},{"uid":"a7a4a1ce1f6de365","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7a4a1ce1f6de365","status":"passed","time":{"start":1714492898572,"stop":1714492898572,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8185e8778ef155f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8185e8778ef155f","status":"passed","time":{"start":1714500976528,"stop":1714500976528,"duration":0}},{"uid":"b7b1df38c6bfc91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b7b1df38c6bfc91","status":"passed","time":{"start":1714494735257,"stop":1714494735257,"duration":0}},{"uid":"c0b9928061a44c15","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c0b9928061a44c15","status":"passed","time":{"start":1714492814924,"stop":1714492814934,"duration":10}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47dfcdfc93d03c77","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/47dfcdfc93d03c77","status":"passed","time":{"start":1714500654301,"stop":1714500654301,"duration":0}},{"uid":"be1fb2412204d3ed","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be1fb2412204d3ed","status":"passed","time":{"start":1714494402847,"stop":1714494402847,"duration":0}},{"uid":"9b9eb71e922c4c06","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b9eb71e922c4c06","status":"passed","time":{"start":1714492502973,"stop":1714492502973,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac2dc0c21f8c4807","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ac2dc0c21f8c4807","status":"passed","time":{"start":1714501036153,"stop":1714501036154,"duration":1}},{"uid":"c7cbbcd81b537fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7cbbcd81b537fe","status":"passed","time":{"start":1714494788123,"stop":1714494788123,"duration":0}},{"uid":"3dae9e64a047cb6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3dae9e64a047cb6d","status":"passed","time":{"start":1714492860425,"stop":1714492860426,"duration":1}}]},"519871244511f8103b541adf791b29e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fef05503a0890f20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fef05503a0890f20","status":"passed","time":{"start":1714494848655,"stop":1714494848656,"duration":1}}]},"22d9b44fa879c7252afece8242815abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c749c9569ded2f7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1c749c9569ded2f7","status":"passed","time":{"start":1714494840011,"stop":1714494840027,"duration":16}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"86fde9f2cd1d1b62","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/86fde9f2cd1d1b62","status":"passed","time":{"start":1714501050449,"stop":1714501050450,"duration":1}},{"uid":"e6865a66ce978e5b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6865a66ce978e5b","status":"passed","time":{"start":1714494785913,"stop":1714494785913,"duration":0}},{"uid":"582de4cf06a430bc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/582de4cf06a430bc","status":"passed","time":{"start":1714492898568,"stop":1714492898568,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79668d6170f259dd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/79668d6170f259dd","status":"passed","time":{"start":1714500539182,"stop":1714500539182,"duration":0}},{"uid":"26f99f80c7f6de53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/26f99f80c7f6de53","status":"passed","time":{"start":1714494290449,"stop":1714494290450,"duration":1}},{"uid":"7bbceacdeb128225","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bbceacdeb128225","status":"passed","time":{"start":1714492394192,"stop":1714492394192,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1be19b0201c13706","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1be19b0201c13706","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0}},{"uid":"a7cda95ecf68c78e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a7cda95ecf68c78e","status":"passed","time":{"start":1714494876055,"stop":1714494876055,"duration":0}},{"uid":"97cfb2b12ab8c3c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/97cfb2b12ab8c3c8","status":"passed","time":{"start":1714492961694,"stop":1714492961694,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1b545f08163448c6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1b545f08163448c6","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0}},{"uid":"ef059c8f24209aec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef059c8f24209aec","status":"passed","time":{"start":1714494764686,"stop":1714494764687,"duration":1}},{"uid":"125dd96ed22faeb4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/125dd96ed22faeb4","status":"passed","time":{"start":1714492842570,"stop":1714492842571,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"48f05466ff324e7e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/48f05466ff324e7e","status":"passed","time":{"start":1714500538711,"stop":1714500538712,"duration":1}},{"uid":"6d91bcd1c620be69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6d91bcd1c620be69","status":"passed","time":{"start":1714494290035,"stop":1714494290035,"duration":0}},{"uid":"a3403e9906e8eb59","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a3403e9906e8eb59","status":"passed","time":{"start":1714492394075,"stop":1714492394076,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"65841b04cd3c97cc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/65841b04cd3c97cc","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"duration":0}},{"uid":"415bc3012fff92fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/415bc3012fff92fe","status":"passed","time":{"start":1714494791248,"stop":1714494791249,"duration":1}},{"uid":"5987f2a4b22a39b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5987f2a4b22a39b2","status":"passed","time":{"start":1714492870708,"stop":1714492870708,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e84f9196c640fbff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e84f9196c640fbff","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0}},{"uid":"65cc802f733ecd57","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65cc802f733ecd57","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"1e2232a56f08229a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1e2232a56f08229a","status":"passed","time":{"start":1714492468975,"stop":1714492468977,"duration":2}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1b18bd1d293126f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d1b18bd1d293126f","status":"passed","time":{"start":1714500525319,"stop":1714500525319,"duration":0}},{"uid":"fff05eeb50fce782","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fff05eeb50fce782","status":"passed","time":{"start":1714494276798,"stop":1714494276799,"duration":1}},{"uid":"62cb0253bf511f5f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/62cb0253bf511f5f","status":"passed","time":{"start":1714492380853,"stop":1714492380853,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"94896e1dc6835a7a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/94896e1dc6835a7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501039479,"stop":1714501039480,"duration":1}},{"uid":"2e4e8b8119980f63","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2e4e8b8119980f63","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494791243,"stop":1714494791243,"duration":0}},{"uid":"fc3b941cd08d862c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fc3b941cd08d862c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492870705,"stop":1714492870705,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8e6f6daeb014a1f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8e6f6daeb014a1f","status":"passed","time":{"start":1714501140344,"stop":1714501140345,"duration":1}},{"uid":"2f805585b3241ca5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2f805585b3241ca5","status":"passed","time":{"start":1714494884061,"stop":1714494884062,"duration":1}},{"uid":"4665e4c02b2acde2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4665e4c02b2acde2","status":"passed","time":{"start":1714492954774,"stop":1714492954774,"duration":0}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8b8a208507e42df0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8b8a208507e42df0","status":"passed","time":{"start":1714501159485,"stop":1714501159486,"duration":1}},{"uid":"a9e5bd7bb8255e2e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a9e5bd7bb8255e2e","status":"passed","time":{"start":1714494898216,"stop":1714494898216,"duration":0}},{"uid":"b67ea054e486dedf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b67ea054e486dedf","status":"passed","time":{"start":1714492984320,"stop":1714492984320,"duration":0}}]},"b04597be08d04dae835db318996e2378:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d7890eeace11e1c4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d7890eeace11e1c4","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"duration":0}},{"uid":"842918037fbaf3f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/842918037fbaf3f6","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"a08173b5894824fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a08173b5894824fd","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"12b5fcc99b8406fe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/12b5fcc99b8406fe","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"duration":0}},{"uid":"6ae87ab5e32c6c5b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ae87ab5e32c6c5b","status":"passed","time":{"start":1714494285532,"stop":1714494285533,"duration":1}},{"uid":"10d2962aff43d98b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/10d2962aff43d98b","status":"passed","time":{"start":1714492389346,"stop":1714492389347,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55560532763c7b0e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/55560532763c7b0e","status":"passed","time":{"start":1714500823170,"stop":1714500823171,"duration":1}},{"uid":"be7bfc954605ebf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be7bfc954605ebf","status":"passed","time":{"start":1714494571254,"stop":1714494571255,"duration":1}},{"uid":"303c7bccf063ed9c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/303c7bccf063ed9c","status":"passed","time":{"start":1714492678637,"stop":1714492678638,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5f39483d8e88730b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5f39483d8e88730b","status":"passed","time":{"start":1714501039485,"stop":1714501039485,"duration":0}},{"uid":"9a9a3187b401608","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a9a3187b401608","status":"passed","time":{"start":1714494791257,"stop":1714494791258,"duration":1}},{"uid":"8df033beddf5ae3f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8df033beddf5ae3f","status":"passed","time":{"start":1714492870711,"stop":1714492870711,"duration":0}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d7a709c435f69ae","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d7a709c435f69ae","status":"passed","time":{"start":1714500623699,"stop":1714500623699,"duration":0}},{"uid":"23b472e30d67b0c0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/23b472e30d67b0c0","status":"passed","time":{"start":1714494373391,"stop":1714494373400,"duration":9}},{"uid":"aca14411c564ba8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aca14411c564ba8","status":"passed","time":{"start":1714492481135,"stop":1714492481135,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24cc6ec01b111f37","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24cc6ec01b111f37","status":"passed","time":{"start":1714501049786,"stop":1714501049787,"duration":1}},{"uid":"e8126c2f3d400135","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e8126c2f3d400135","status":"passed","time":{"start":1714494802221,"stop":1714494802222,"duration":1}},{"uid":"b5884f873220687e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5884f873220687e","status":"passed","time":{"start":1714492887585,"stop":1714492887585,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a4e49b073e4c10f2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a4e49b073e4c10f2","status":"passed","time":{"start":1714501191916,"stop":1714501191917,"duration":1}},{"uid":"5dcf0f25b6a78323","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dcf0f25b6a78323","status":"passed","time":{"start":1714494926188,"stop":1714494926188,"duration":0}},{"uid":"60a68b02f9e4f0fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60a68b02f9e4f0fd","status":"passed","time":{"start":1714493011865,"stop":1714493011865,"duration":0}}]},"faf8b7bc8120dfec2a6508665a827bc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a47c7cab2db69ccb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a47c7cab2db69ccb","status":"passed","time":{"start":1714500525341,"stop":1714500525342,"duration":1}},{"uid":"9c93c738c35c794c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9c93c738c35c794c","status":"passed","time":{"start":1714494276814,"stop":1714494276815,"duration":1}},{"uid":"1018aa699da13391","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1018aa699da13391","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dff8f9e42e324b80","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dff8f9e42e324b80","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"duration":0}},{"uid":"18557a234a2cb004","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18557a234a2cb004","status":"passed","time":{"start":1714494785916,"stop":1714494785916,"duration":0}},{"uid":"98a9c1e56d9cc979","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98a9c1e56d9cc979","status":"passed","time":{"start":1714492898571,"stop":1714492898572,"duration":1}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c78bdb24c145189","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6c78bdb24c145189","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"duration":0}},{"uid":"4c224a6b73a01afb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c224a6b73a01afb","status":"passed","time":{"start":1714494571518,"stop":1714494571518,"duration":0}},{"uid":"6bb2f5f5049a1f4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6bb2f5f5049a1f4","status":"passed","time":{"start":1714492678755,"stop":1714492678755,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d46ca107c3c109d1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d46ca107c3c109d1","status":"passed","time":{"start":1714500823176,"stop":1714500823178,"duration":2}},{"uid":"5394915e7b4c0a72","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5394915e7b4c0a72","status":"passed","time":{"start":1714494571260,"stop":1714494571260,"duration":0}},{"uid":"3bb9b0330930bf4b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bb9b0330930bf4b","status":"passed","time":{"start":1714492678649,"stop":1714492678650,"duration":1}}]},"12d8953980525e22283037135c03ad11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85de6e1a1ef95b2f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/85de6e1a1ef95b2f","status":"passed","time":{"start":1714501089328,"stop":1714501089331,"duration":3}}]},"aa36de023b51578d22d831a2bc704668:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b6461989fe790946","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b6461989fe790946","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"duration":0}},{"uid":"4b0fd32f14362e52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b0fd32f14362e52","status":"passed","time":{"start":1714494276808,"stop":1714494276808,"duration":0}},{"uid":"da99f5a3e13ef0d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da99f5a3e13ef0d","status":"passed","time":{"start":1714492380862,"stop":1714492380862,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d45c1bdb2057c0d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1d45c1bdb2057c0d","status":"passed","time":{"start":1714500823175,"stop":1714500823176,"duration":1}},{"uid":"a14e6c58266ab62a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a14e6c58266ab62a","status":"passed","time":{"start":1714494571259,"stop":1714494571260,"duration":1}},{"uid":"d42b5d5f5ab91b44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d42b5d5f5ab91b44","status":"passed","time":{"start":1714492678647,"stop":1714492678649,"duration":2}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7d612e62df7d614","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7d612e62df7d614","status":"passed","time":{"start":1714500534097,"stop":1714500534098,"duration":1}},{"uid":"aee0357395dca853","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aee0357395dca853","status":"passed","time":{"start":1714494285519,"stop":1714494285520,"duration":1}},{"uid":"1ad35e692e6e3c05","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1ad35e692e6e3c05","status":"passed","time":{"start":1714492389333,"stop":1714492389333,"duration":0}}]},"e266d6ba355c5b32bfb272c83dffd625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"473d9d2f5437cb63","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/473d9d2f5437cb63","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0}},{"uid":"fd0a603a0afee38","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fd0a603a0afee38","status":"passed","time":{"start":1714494276823,"stop":1714494276823,"duration":0}},{"uid":"aba3149cb796ac18","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aba3149cb796ac18","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9352c9fb408f9a02","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9352c9fb408f9a02","status":"passed","time":{"start":1714501150902,"stop":1714501150902,"duration":0}},{"uid":"5cc58fd8c1038c03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5cc58fd8c1038c03","status":"passed","time":{"start":1714494883915,"stop":1714494883916,"duration":1}},{"uid":"c1becc3404c5727a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c1becc3404c5727a","status":"passed","time":{"start":1714492982047,"stop":1714492982048,"duration":1}}]},"d9cd34974e6538c379789c20f432438a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"884e411caabff7c5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/884e411caabff7c5","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"duration":0}},{"uid":"81d9ff7e1d8eef33","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/81d9ff7e1d8eef33","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"739075f3c5b02763","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/739075f3c5b02763","status":"passed","time":{"start":1714492380865,"stop":1714492380865,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57b952191d756cad","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/57b952191d756cad","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"duration":0}},{"uid":"3f1dd76a31d09535","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3f1dd76a31d09535","status":"passed","time":{"start":1714494277047,"stop":1714494277048,"duration":1}},{"uid":"2b447a14cb38610e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2b447a14cb38610e","status":"passed","time":{"start":1714492380912,"stop":1714492380913,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1aa6f3c30145c22","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1aa6f3c30145c22","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"duration":0}},{"uid":"d25b0981c27c2d7d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d25b0981c27c2d7d","status":"passed","time":{"start":1714494735303,"stop":1714494735303,"duration":0}},{"uid":"186946c4f92d6978","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/186946c4f92d6978","status":"passed","time":{"start":1714492814971,"stop":1714492814972,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47edefe8483fa6e2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/47edefe8483fa6e2","status":"passed","time":{"start":1714500664399,"stop":1714500664399,"duration":0}},{"uid":"a0b889369f8a3c35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0b889369f8a3c35","status":"passed","time":{"start":1714494413196,"stop":1714494413197,"duration":1}},{"uid":"8233dd795a1e7a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8233dd795a1e7a9","status":"passed","time":{"start":1714492522567,"stop":1714492522568,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9736c389598aeefc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9736c389598aeefc","status":"passed","time":{"start":1714500578628,"stop":1714500578629,"duration":1}},{"uid":"204c55bea27eaaa7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/204c55bea27eaaa7","status":"passed","time":{"start":1714494328717,"stop":1714494328717,"duration":0}},{"uid":"7831554236040c2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7831554236040c2f","status":"passed","time":{"start":1714492428469,"stop":1714492428470,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8370db4909db2935","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8370db4909db2935","status":"passed","time":{"start":1714501050455,"stop":1714501050456,"duration":1}},{"uid":"1b95c162ea6113f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1b95c162ea6113f","status":"passed","time":{"start":1714494785916,"stop":1714494785916,"duration":0}},{"uid":"1c02ffe1ad08b7a0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c02ffe1ad08b7a0","status":"passed","time":{"start":1714492898572,"stop":1714492898572,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"77cb948708506095","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/77cb948708506095","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"duration":0}},{"uid":"3376c77a33098795","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3376c77a33098795","status":"passed","time":{"start":1714494954433,"stop":1714494954433,"duration":0}},{"uid":"448aff7775b71d22","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/448aff7775b71d22","status":"passed","time":{"start":1714493052129,"stop":1714493052129,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"21add0e7c496b166","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/21add0e7c496b166","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"duration":0}},{"uid":"43be50812d6ace61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/43be50812d6ace61","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"9a82475f9ebc7e29","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a82475f9ebc7e29","status":"passed","time":{"start":1714493052141,"stop":1714493052141,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af3778f3cc16ccb9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/af3778f3cc16ccb9","status":"passed","time":{"start":1714500534096,"stop":1714500534097,"duration":1}},{"uid":"484159d71569ec61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/484159d71569ec61","status":"passed","time":{"start":1714494285519,"stop":1714494285519,"duration":0}},{"uid":"7899921c71819a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7899921c71819a","status":"passed","time":{"start":1714492389332,"stop":1714492389332,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"dac3684d1b78a369","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dac3684d1b78a369","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500976724,"stop":1714500976724,"duration":0}},{"uid":"de3ebab03d25447","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/de3ebab03d25447","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735609,"duration":0}},{"uid":"5e9e8e3539c21002","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5e9e8e3539c21002","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814802,"stop":1714492814802,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f2e09089261d58e9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f2e09089261d58e9","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"duration":0}},{"uid":"c4e69ba4e59bee53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c4e69ba4e59bee53","status":"passed","time":{"start":1714494954439,"stop":1714494954439,"duration":0}},{"uid":"b8a824254dfe6758","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b8a824254dfe6758","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f8c29929c51534eb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f8c29929c51534eb","status":"passed","time":{"start":1714500735360,"stop":1714500735360,"duration":0}},{"uid":"4ea941b0616ca737","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ea941b0616ca737","status":"passed","time":{"start":1714494500285,"stop":1714494500285,"duration":0}},{"uid":"bdde9724aeb5921c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bdde9724aeb5921c","status":"passed","time":{"start":1714492591441,"stop":1714492591441,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dca6059f68cd735d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dca6059f68cd735d","status":"passed","time":{"start":1714501094177,"stop":1714501094177,"duration":0}},{"uid":"7067f51b9b75df8b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7067f51b9b75df8b","status":"passed","time":{"start":1714494837582,"stop":1714494837582,"duration":0}},{"uid":"e2625dc551558d8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e2625dc551558d8f","status":"passed","time":{"start":1714492927146,"stop":1714492927146,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16c5b02d9ad578ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/16c5b02d9ad578ea","status":"passed","time":{"start":1714500735361,"stop":1714500735362,"duration":1}},{"uid":"a9b755f5ae0ae163","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a9b755f5ae0ae163","status":"passed","time":{"start":1714494500288,"stop":1714494500288,"duration":0}},{"uid":"6df406256817831b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6df406256817831b","status":"passed","time":{"start":1714492591445,"stop":1714492591446,"duration":1}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbed9a7e0273fe29","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fbed9a7e0273fe29","status":"passed","time":{"start":1714500587633,"stop":1714500587633,"duration":0}},{"uid":"eab021bc73d268ac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eab021bc73d268ac","status":"passed","time":{"start":1714494338446,"stop":1714494338447,"duration":1}},{"uid":"a46401ab52148e6e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a46401ab52148e6e","status":"passed","time":{"start":1714492438262,"stop":1714492438262,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a54260f8ae77612c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a54260f8ae77612c","status":"passed","time":{"start":1714500660502,"stop":1714500660502,"duration":0}},{"uid":"65bffb21d4d32b23","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65bffb21d4d32b23","status":"passed","time":{"start":1714494401269,"stop":1714494401269,"duration":0}},{"uid":"44db04bb164c414c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44db04bb164c414c","status":"passed","time":{"start":1714492501443,"stop":1714492501443,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b750a1b9113921d7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b750a1b9113921d7","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"duration":0}},{"uid":"735f9f14480cd5d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/735f9f14480cd5d6","status":"passed","time":{"start":1714494884078,"stop":1714494884079,"duration":1}},{"uid":"1f116e543ce55c6a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f116e543ce55c6a","status":"passed","time":{"start":1714492954777,"stop":1714492954777,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c05283ed2aca794","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4c05283ed2aca794","status":"passed","time":{"start":1714501123809,"stop":1714501123810,"duration":1}},{"uid":"50e54a735e1504ff","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/50e54a735e1504ff","status":"passed","time":{"start":1714494838849,"stop":1714494838849,"duration":0}},{"uid":"4564e9edb530de0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4564e9edb530de0a","status":"passed","time":{"start":1714492985767,"stop":1714492985767,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38b917a112f3bdcc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/38b917a112f3bdcc","status":"passed","time":{"start":1714500589622,"stop":1714500589623,"duration":1}},{"uid":"c486ab7c309514b6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c486ab7c309514b6","status":"passed","time":{"start":1714494341390,"stop":1714494341390,"duration":0}},{"uid":"eec9bf970fc643b7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eec9bf970fc643b7","status":"passed","time":{"start":1714492438813,"stop":1714492438814,"duration":1}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f75f482dbc265523","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f75f482dbc265523","status":"passed","time":{"start":1714500735365,"stop":1714500735365,"duration":0}},{"uid":"18a8e9705f4b1e0a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18a8e9705f4b1e0a","status":"passed","time":{"start":1714494500291,"stop":1714494500292,"duration":1}},{"uid":"668b89a29e55ebe0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/668b89a29e55ebe0","status":"passed","time":{"start":1714492591474,"stop":1714492591474,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84011acacb2a78fe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/84011acacb2a78fe","status":"passed","time":{"start":1714500976548,"stop":1714500976549,"duration":1}},{"uid":"8b3723964fd2a223","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b3723964fd2a223","status":"passed","time":{"start":1714494735291,"stop":1714494735292,"duration":1}},{"uid":"cc10e9a1fa2c0548","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc10e9a1fa2c0548","status":"passed","time":{"start":1714492814961,"stop":1714492814962,"duration":1}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b6770be6f45df4a1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b6770be6f45df4a1","status":"passed","time":{"start":1714500525322,"stop":1714500525323,"duration":1}},{"uid":"3da614e4e79d6360","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3da614e4e79d6360","status":"passed","time":{"start":1714494276801,"stop":1714494276802,"duration":1}},{"uid":"bee0660c1bfd1f52","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bee0660c1bfd1f52","status":"passed","time":{"start":1714492380856,"stop":1714492380856,"duration":0}}]},"3a3cb21fa197c45801352dc5a35abb45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e27031e21aec5f7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e27031e21aec5f7","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"duration":0}},{"uid":"4f6037af69300a63","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f6037af69300a63","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"d77cef34b0bb513b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d77cef34b0bb513b","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dd2d61e4a3b56f3f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dd2d61e4a3b56f3f","status":"passed","time":{"start":1714500533177,"stop":1714500533178,"duration":1}},{"uid":"c7bb348b42026274","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7bb348b42026274","status":"passed","time":{"start":1714494284811,"stop":1714494284812,"duration":1}},{"uid":"55201f50a1390c25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55201f50a1390c25","status":"passed","time":{"start":1714492388602,"stop":1714492388603,"duration":1}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"441699b664484caa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/441699b664484caa","status":"passed","time":{"start":1714501140346,"stop":1714501140347,"duration":1}},{"uid":"88abfe3f9b8e5f17","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/88abfe3f9b8e5f17","status":"passed","time":{"start":1714494884075,"stop":1714494884076,"duration":1}},{"uid":"50def09eb6ed782d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50def09eb6ed782d","status":"passed","time":{"start":1714492954776,"stop":1714492954776,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70a2ba058821325e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70a2ba058821325e","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"duration":0}},{"uid":"a5049bd3cb2baa0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5049bd3cb2baa0c","status":"passed","time":{"start":1714494571264,"stop":1714494571265,"duration":1}},{"uid":"51d806b2ed237002","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51d806b2ed237002","status":"passed","time":{"start":1714492678658,"stop":1714492678659,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc334726cd0f645d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc334726cd0f645d","status":"passed","time":{"start":1714500534108,"stop":1714500534109,"duration":1}},{"uid":"1dff38830c659754","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1dff38830c659754","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"d5cbae181fd69b36","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5cbae181fd69b36","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"debec60cb5cfda53","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/debec60cb5cfda53","status":"passed","time":{"start":1714501220690,"stop":1714501220691,"duration":1}},{"uid":"b8eef057cfec8ae0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8eef057cfec8ae0","status":"passed","time":{"start":1714494954443,"stop":1714494954443,"duration":0}},{"uid":"2352766d73db6161","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2352766d73db6161","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"67876a8d34d688e9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/67876a8d34d688e9","status":"passed","time":{"start":1714500744129,"stop":1714500744130,"duration":1}},{"uid":"440d5ac8f7e72343","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/440d5ac8f7e72343","status":"passed","time":{"start":1714494482335,"stop":1714494482336,"duration":1}},{"uid":"82ab79be29f147dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82ab79be29f147dd","status":"passed","time":{"start":1714492591352,"stop":1714492591352,"duration":0}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b8524e3c20284c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b8524e3c20284c8","status":"passed","time":{"start":1714501089324,"stop":1714501089324,"duration":0}},{"uid":"20ea9285a05196a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/20ea9285a05196a1","status":"passed","time":{"start":1714494840004,"stop":1714494840004,"duration":0}},{"uid":"e9c7c3ac769d3779","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e9c7c3ac769d3779","status":"passed","time":{"start":1714492923647,"stop":1714492923648,"duration":1}}]},"f4752f5433d0fa539afa829a31efc09b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d184097e0a5b7ef8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d184097e0a5b7ef8","status":"passed","time":{"start":1714492814996,"stop":1714492815000,"duration":4}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e939a523be0c1028","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e939a523be0c1028","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0}},{"uid":"6fab010eadbd655","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fab010eadbd655","status":"passed","time":{"start":1714494788127,"stop":1714494788127,"duration":0}},{"uid":"f383d4abf5ed10a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f383d4abf5ed10a","status":"passed","time":{"start":1714492860429,"stop":1714492860429,"duration":0}}]},"eaed94db374768bf3e5b04b88569eab3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e33ea2b97268941c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e33ea2b97268941c","status":"passed","time":{"start":1714494848658,"stop":1714494848658,"duration":0}}]},"0b0810a34a0e9f2a0267990f50ae841e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36141beda05d04b4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36141beda05d04b4","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"duration":0}},{"uid":"471f66a375680b13","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/471f66a375680b13","status":"passed","time":{"start":1714494276828,"stop":1714494276828,"duration":0}},{"uid":"ed5e4cbc753053c2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed5e4cbc753053c2","status":"passed","time":{"start":1714492380881,"stop":1714492380881,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a47d21b2bbe7caa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7a47d21b2bbe7caa","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"duration":0}},{"uid":"6ad76389416fe3e8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ad76389416fe3e8","status":"passed","time":{"start":1714494954442,"stop":1714494954442,"duration":0}},{"uid":"a45e39b13413578","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a45e39b13413578","status":"passed","time":{"start":1714493052138,"stop":1714493052138,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d180b0362c1d744","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d180b0362c1d744","status":"passed","time":{"start":1714500550516,"stop":1714500550517,"duration":1}},{"uid":"d0ac4f17557218fb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d0ac4f17557218fb","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"8cdf0a4112d4b44b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8cdf0a4112d4b44b","status":"passed","time":{"start":1714492405126,"stop":1714492405127,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b502c798988c59fd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b502c798988c59fd","status":"passed","time":{"start":1714501123819,"stop":1714501123819,"duration":0}},{"uid":"9de0e73f2c25c8a7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9de0e73f2c25c8a7","status":"passed","time":{"start":1714494838854,"stop":1714494838854,"duration":0}},{"uid":"ad2e4a94eae3f6c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ad2e4a94eae3f6c8","status":"passed","time":{"start":1714492985775,"stop":1714492985775,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b445aeb611dfbc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b445aeb611dfbc","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"duration":0}},{"uid":"510f74b33119a2bd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/510f74b33119a2bd","status":"passed","time":{"start":1714494791239,"stop":1714494791240,"duration":1}},{"uid":"3b4111233ff2d27a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b4111233ff2d27a","status":"passed","time":{"start":1714492870704,"stop":1714492870704,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"762858d80b377660","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/762858d80b377660","status":"passed","time":{"start":1714500735358,"stop":1714500735358,"duration":0}},{"uid":"4ea555127eb70167","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ea555127eb70167","status":"passed","time":{"start":1714494500283,"stop":1714494500283,"duration":0}},{"uid":"bedcd4b8e4f743b5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bedcd4b8e4f743b5","status":"passed","time":{"start":1714492591435,"stop":1714492591435,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"172e55fe3c4ebffa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/172e55fe3c4ebffa","status":"passed","time":{"start":1714501123822,"stop":1714501123822,"duration":0}},{"uid":"8bc6e7dac9dd8a07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8bc6e7dac9dd8a07","status":"passed","time":{"start":1714494838857,"stop":1714494838857,"duration":0}},{"uid":"b800cdc2548092a2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b800cdc2548092a2","status":"passed","time":{"start":1714492985780,"stop":1714492985780,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f76876e272b92c33","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f76876e272b92c33","status":"passed","time":{"start":1714500623697,"stop":1714500623697,"duration":0}},{"uid":"a5c381f3208cae95","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5c381f3208cae95","status":"passed","time":{"start":1714494373386,"stop":1714494373386,"duration":0}},{"uid":"a7dcec99f24a59de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7dcec99f24a59de","status":"passed","time":{"start":1714492481133,"stop":1714492481134,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d2ae8043949ae9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d2ae8043949ae9","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"duration":0}},{"uid":"31f25b1ed42c2a44","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/31f25b1ed42c2a44","status":"passed","time":{"start":1714494954450,"stop":1714494954451,"duration":1}},{"uid":"caf0c824a1e2510a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/caf0c824a1e2510a","status":"passed","time":{"start":1714493052147,"stop":1714493052147,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76a9596a8476161f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/76a9596a8476161f","status":"passed","time":{"start":1714501181623,"stop":1714501181623,"duration":0}},{"uid":"c8049489f9616409","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8049489f9616409","status":"passed","time":{"start":1714494921191,"stop":1714494921192,"duration":1}},{"uid":"3df2a92f0ae78d78","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3df2a92f0ae78d78","status":"passed","time":{"start":1714493000280,"stop":1714493000280,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"896391c35ab4d16a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/896391c35ab4d16a","status":"passed","time":{"start":1714500587631,"stop":1714500587632,"duration":1}},{"uid":"976b21e71c87749","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/976b21e71c87749","status":"passed","time":{"start":1714494338445,"stop":1714494338445,"duration":0}},{"uid":"7fb22c94889cc013","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7fb22c94889cc013","status":"passed","time":{"start":1714492438261,"stop":1714492438261,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ecfa184f260f670","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ecfa184f260f670","status":"passed","time":{"start":1714500550275,"stop":1714500550275,"duration":0}},{"uid":"e105800aa907e33f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e105800aa907e33f","status":"passed","time":{"start":1714494300696,"stop":1714494300696,"duration":0}},{"uid":"94d9faf9b8c2ca64","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/94d9faf9b8c2ca64","status":"passed","time":{"start":1714492404703,"stop":1714492404704,"duration":1}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ab32a9c6953d8211","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab32a9c6953d8211","status":"passed","time":{"start":1714501123788,"stop":1714501123788,"duration":0}},{"uid":"9d8b0319ed790bd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d8b0319ed790bd8","status":"passed","time":{"start":1714494838844,"stop":1714494838844,"duration":0}},{"uid":"a0ca9a82396d3a1f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a0ca9a82396d3a1f","status":"passed","time":{"start":1714492985751,"stop":1714492985751,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a47dba6337b767ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a47dba6337b767ee","status":"passed","time":{"start":1714500823188,"stop":1714500823188,"duration":0}},{"uid":"c652fd0ca858cfeb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c652fd0ca858cfeb","status":"passed","time":{"start":1714494571267,"stop":1714494571267,"duration":0}},{"uid":"ff190eaa5b1b4929","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff190eaa5b1b4929","status":"passed","time":{"start":1714492678667,"stop":1714492678667,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cc4ad5d44234c3f9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cc4ad5d44234c3f9","status":"passed","time":{"start":1714501050431,"stop":1714501050431,"duration":0}},{"uid":"97cf48d38002e765","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/97cf48d38002e765","status":"passed","time":{"start":1714494785897,"stop":1714494785897,"duration":0}},{"uid":"743fecc720236aa4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/743fecc720236aa4","status":"passed","time":{"start":1714492898555,"stop":1714492898556,"duration":1}}]},"8f257b28f439df72b238a20936a07181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6b2bba662f6d21a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c6b2bba662f6d21a","status":"passed","time":{"start":1714501106179,"stop":1714501106179,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3347e41433c617a0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3347e41433c617a0","status":"passed","time":{"start":1714501220680,"stop":1714501220681,"duration":1}},{"uid":"a87fea9f3f6c53d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a87fea9f3f6c53d6","status":"passed","time":{"start":1714494954431,"stop":1714494954431,"duration":0}},{"uid":"43cfc964ef152d76","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/43cfc964ef152d76","status":"passed","time":{"start":1714493052127,"stop":1714493052127,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ea7760ca5d6361f8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea7760ca5d6361f8","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0}},{"uid":"f3a26c9a73fb3c01","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f3a26c9a73fb3c01","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"a151f74611e202e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a151f74611e202e8","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e4d7215dc896255","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e4d7215dc896255","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"duration":0}},{"uid":"c8c7ce1d955f0427","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8c7ce1d955f0427","status":"passed","time":{"start":1714494954433,"stop":1714494954433,"duration":0}},{"uid":"6fce6296431d8ffb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6fce6296431d8ffb","status":"passed","time":{"start":1714493052129,"stop":1714493052129,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"302fb2e9af6bf426","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/302fb2e9af6bf426","status":"passed","time":{"start":1714501039479,"stop":1714501039479,"duration":0}},{"uid":"763bae8df6c3007c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/763bae8df6c3007c","status":"passed","time":{"start":1714494791240,"stop":1714494791241,"duration":1}},{"uid":"3e868cd86a36e853","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e868cd86a36e853","status":"passed","time":{"start":1714492870704,"stop":1714492870705,"duration":1}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac921774521a22d6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ac921774521a22d6","status":"passed","time":{"start":1714500578594,"stop":1714500578595,"duration":1}},{"uid":"fa63668dfccc4f6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa63668dfccc4f6b","status":"passed","time":{"start":1714494328712,"stop":1714494328713,"duration":1}},{"uid":"b2c2fad9343f2ba2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2c2fad9343f2ba2","status":"passed","time":{"start":1714492428466,"stop":1714492428466,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f1db7e12146c29c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f1db7e12146c29c8","status":"passed","time":{"start":1714501153787,"stop":1714501153787,"duration":0}},{"uid":"87b8f426ddbaf2cd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87b8f426ddbaf2cd","status":"passed","time":{"start":1714494896478,"stop":1714494896478,"duration":0}},{"uid":"172b23621e02eb72","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/172b23621e02eb72","status":"passed","time":{"start":1714492987113,"stop":1714492987113,"duration":0}}]},"3ed9b66e45c94b179dff35bf2fe88201:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fcc2648606c65fe0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fcc2648606c65fe0","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0}},{"uid":"a96dddada2f0d3c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a96dddada2f0d3c9","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"139605d4f44bbfea","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/139605d4f44bbfea","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2065fd00150ac83","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d2065fd00150ac83","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"duration":0}},{"uid":"2887cf0e58d747ec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2887cf0e58d747ec","status":"passed","time":{"start":1714494896480,"stop":1714494896480,"duration":0}},{"uid":"8fbc8955eea04f55","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8fbc8955eea04f55","status":"passed","time":{"start":1714492987117,"stop":1714492987118,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6322bbf1139eb8c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6322bbf1139eb8c","status":"passed","time":{"start":1714500786925,"stop":1714500786926,"duration":1}},{"uid":"571d521733ccc080","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/571d521733ccc080","status":"passed","time":{"start":1714494536932,"stop":1714494536932,"duration":0}},{"uid":"49f9c0671bf2b0b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49f9c0671bf2b0b9","status":"passed","time":{"start":1714492635264,"stop":1714492635267,"duration":3}}]},"7f61c223794ebed69fd67c5b499519ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"502a14212f444b45","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/502a14212f444b45","status":"passed","time":{"start":1714500976564,"stop":1714500976564,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"35f397bfd54bae3e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35f397bfd54bae3e","status":"passed","time":{"start":1714501319432,"stop":1714501319432,"duration":0}},{"uid":"749e32652d20f931","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749e32652d20f931","status":"passed","time":{"start":1714495063232,"stop":1714495063232,"duration":0}}]},"2973786701829cc88c7aa5f131d3870e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"145939cb30cd0df1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/145939cb30cd0df1","status":"passed","time":{"start":1714492923657,"stop":1714492923657,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a967679dc461476","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8a967679dc461476","status":"passed","time":{"start":1714501153792,"stop":1714501153793,"duration":1}},{"uid":"408efa53b91df213","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/408efa53b91df213","status":"passed","time":{"start":1714494896482,"stop":1714494896482,"duration":0}},{"uid":"68d60807ab96c97e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68d60807ab96c97e","status":"passed","time":{"start":1714492987119,"stop":1714492987119,"duration":0}}]},"328231dde88146aede90d375ae6a3022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1eeeb15a168b819","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d1eeeb15a168b819","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"681b8c394c846349","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/681b8c394c846349","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"duration":0}},{"uid":"c88c76ebb4281bee","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c88c76ebb4281bee","status":"passed","time":{"start":1714494571263,"stop":1714494571263,"duration":0}},{"uid":"f0f77ef9d7c3d868","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f0f77ef9d7c3d868","status":"passed","time":{"start":1714492678656,"stop":1714492678656,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5e29679fa51d859c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e29679fa51d859c","status":"passed","time":{"start":1714500554002,"stop":1714500554003,"duration":1}},{"uid":"2e115920f8a78615","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2e115920f8a78615","status":"passed","time":{"start":1714494305183,"stop":1714494305183,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a700a60771561715","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a700a60771561715","status":"passed","time":{"start":1714500735369,"stop":1714500735369,"duration":0}},{"uid":"7a1ee9b6d9af1098","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a1ee9b6d9af1098","status":"passed","time":{"start":1714494500293,"stop":1714494500294,"duration":1}},{"uid":"db95f8a4993b08e2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db95f8a4993b08e2","status":"passed","time":{"start":1714492591534,"stop":1714492591534,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34dc5e7bde001bd2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34dc5e7bde001bd2","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0}},{"uid":"54bf37c275453388","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54bf37c275453388","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"98a62b029252e34","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98a62b029252e34","status":"passed","time":{"start":1714492405126,"stop":1714492405126,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9f9b2f32efe066bd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9f9b2f32efe066bd","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"duration":0}},{"uid":"98bc976914cf793d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/98bc976914cf793d","status":"passed","time":{"start":1714494760925,"stop":1714494760925,"duration":0}},{"uid":"7d89756c0cf5938a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d89756c0cf5938a","status":"passed","time":{"start":1714492834200,"stop":1714492834201,"duration":1}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d98fc97aa4e256b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d98fc97aa4e256b","status":"passed","time":{"start":1714500654296,"stop":1714500654298,"duration":2}},{"uid":"a903de695dab03f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a903de695dab03f1","status":"passed","time":{"start":1714494402838,"stop":1714494402841,"duration":3}},{"uid":"2a6896ef3f6ebd51","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2a6896ef3f6ebd51","status":"passed","time":{"start":1714492502959,"stop":1714492502961,"duration":2}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a1e19272971531fb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a1e19272971531fb","status":"passed","time":{"start":1714500744050,"stop":1714500744050,"duration":0}},{"uid":"aa08f3129ad04b3c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa08f3129ad04b3c","status":"passed","time":{"start":1714494482312,"stop":1714494482313,"duration":1}},{"uid":"decdda90af289d96","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/decdda90af289d96","status":"passed","time":{"start":1714492591341,"stop":1714492591342,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b277c93cbf909069","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b277c93cbf909069","status":"passed","time":{"start":1714500560557,"stop":1714500560557,"duration":0}},{"uid":"65a243da7569a586","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65a243da7569a586","status":"passed","time":{"start":1714494311520,"stop":1714494311521,"duration":1}},{"uid":"aa391192991f731f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aa391192991f731f","status":"passed","time":{"start":1714492411490,"stop":1714492411490,"duration":0}}]},"a2cbaa5dd740f221be6b07d1bd5d0ce1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3d0348f5a357ae92","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3d0348f5a357ae92","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0}},{"uid":"6ec752f7104a7ae7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ec752f7104a7ae7","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"972c8d71bcd3a09e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/972c8d71bcd3a09e","status":"passed","time":{"start":1714492380870,"stop":1714492380871,"duration":1}}]}} \ No newline at end of file diff --git a/6962/history/retry-trend.json b/6962/history/retry-trend.json index b689deea782..861b3f09e21 100644 --- a/6962/history/retry-trend.json +++ b/6962/history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6961,"reportUrl":"https://waku-org.github.io/js-waku/6961/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6960,"reportUrl":"https://waku-org.github.io/js-waku/6960/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6959,"reportUrl":"https://waku-org.github.io/js-waku/6959/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6958,"reportUrl":"https://waku-org.github.io/js-waku/6958/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6957,"reportUrl":"https://waku-org.github.io/js-waku/6957/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6956,"reportUrl":"https://waku-org.github.io/js-waku/6956/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6955,"reportUrl":"https://waku-org.github.io/js-waku/6955/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6949,"reportUrl":"https://waku-org.github.io/js-waku/6949/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6954,"reportUrl":"https://waku-org.github.io/js-waku/6954/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6953,"reportUrl":"https://waku-org.github.io/js-waku/6953/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6952,"reportUrl":"https://waku-org.github.io/js-waku/6952/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6951,"reportUrl":"https://waku-org.github.io/js-waku/6951/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6950,"reportUrl":"https://waku-org.github.io/js-waku/6950/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"run":828,"retry":2}},{"buildOrder":6947,"reportUrl":"https://waku-org.github.io/js-waku/6947/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6946,"reportUrl":"https://waku-org.github.io/js-waku/6946/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6943,"reportUrl":"https://waku-org.github.io/js-waku/6943/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{"run":830,"retry":2}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"run":833,"retry":2}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"run":809,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/6962/index.html b/6962/index.html index 51411573e2c..1c2f91f1032 100644 --- a/6962/index.html +++ b/6962/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS', { 'allureVersion': 'dev', - 'reportUuid': '7e4f9906-6fec-4a25-b7e6-9656c797638a', + 'reportUuid': 'f0ebf4ba-c8e5-4001-bdc7-f3f01a3cb84a', 'single_file': false }); diff --git a/6962/widgets/categories-trend.json b/6962/widgets/categories-trend.json index fee55f6b38b..d896c4e0b37 100644 --- a/6962/widgets/categories-trend.json +++ b/6962/widgets/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6961,"reportUrl":"https://waku-org.github.io/js-waku/6961/","reportName":"Allure Report with history","data":{}},{"buildOrder":6960,"reportUrl":"https://waku-org.github.io/js-waku/6960/","reportName":"Allure Report with history","data":{}},{"buildOrder":6959,"reportUrl":"https://waku-org.github.io/js-waku/6959/","reportName":"Allure Report with history","data":{}},{"buildOrder":6958,"reportUrl":"https://waku-org.github.io/js-waku/6958/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6957,"reportUrl":"https://waku-org.github.io/js-waku/6957/","reportName":"Allure Report with history","data":{"Test defects":41}},{"buildOrder":6956,"reportUrl":"https://waku-org.github.io/js-waku/6956/","reportName":"Allure Report with history","data":{}},{"buildOrder":6955,"reportUrl":"https://waku-org.github.io/js-waku/6955/","reportName":"Allure Report with history","data":{"Test defects":41}},{"buildOrder":6949,"reportUrl":"https://waku-org.github.io/js-waku/6949/","reportName":"Allure Report with history","data":{}},{"buildOrder":6954,"reportUrl":"https://waku-org.github.io/js-waku/6954/","reportName":"Allure Report with history","data":{}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6953,"reportUrl":"https://waku-org.github.io/js-waku/6953/","reportName":"Allure Report with history","data":{}},{"buildOrder":6952,"reportUrl":"https://waku-org.github.io/js-waku/6952/","reportName":"Allure Report with history","data":{}},{"buildOrder":6951,"reportUrl":"https://waku-org.github.io/js-waku/6951/","reportName":"Allure Report with history","data":{}},{"buildOrder":6950,"reportUrl":"https://waku-org.github.io/js-waku/6950/","reportName":"Allure Report with history","data":{}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6947,"reportUrl":"https://waku-org.github.io/js-waku/6947/","reportName":"Allure Report with history","data":{}},{"buildOrder":6946,"reportUrl":"https://waku-org.github.io/js-waku/6946/","reportName":"Allure Report with history","data":{}},{"buildOrder":6943,"reportUrl":"https://waku-org.github.io/js-waku/6943/","reportName":"Allure Report with history","data":{"Test defects":200}},{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/6962/widgets/categories.json b/6962/widgets/categories.json index c4db438f048..a527ade754f 100644 --- a/6962/widgets/categories.json +++ b/6962/widgets/categories.json @@ -1 +1 @@ -{"total":1,"items":[{"uid":"bdbf199525818fae7a8651db9eafe741","name":"Test defects","statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1}}]} \ No newline at end of file +{"total":0,"items":[]} \ No newline at end of file diff --git a/6962/widgets/duration-trend.json b/6962/widgets/duration-trend.json index e6130fe66b0..3e8e88baf1d 100644 --- a/6962/widgets/duration-trend.json +++ b/6962/widgets/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"duration":1116237}},{"buildOrder":6961,"reportUrl":"https://waku-org.github.io/js-waku/6961/","reportName":"Allure Report with history","data":{"duration":785850}},{"buildOrder":6960,"reportUrl":"https://waku-org.github.io/js-waku/6960/","reportName":"Allure Report with history","data":{"duration":780821}},{"buildOrder":6959,"reportUrl":"https://waku-org.github.io/js-waku/6959/","reportName":"Allure Report with history","data":{"duration":778005}},{"buildOrder":6958,"reportUrl":"https://waku-org.github.io/js-waku/6958/","reportName":"Allure Report with history","data":{"duration":1121179}},{"buildOrder":6957,"reportUrl":"https://waku-org.github.io/js-waku/6957/","reportName":"Allure Report with history","data":{"duration":814186}},{"buildOrder":6956,"reportUrl":"https://waku-org.github.io/js-waku/6956/","reportName":"Allure Report with history","data":{"duration":861884}},{"buildOrder":6955,"reportUrl":"https://waku-org.github.io/js-waku/6955/","reportName":"Allure Report with history","data":{"duration":876802}},{"buildOrder":6949,"reportUrl":"https://waku-org.github.io/js-waku/6949/","reportName":"Allure Report with history","data":{"duration":815821}},{"buildOrder":6954,"reportUrl":"https://waku-org.github.io/js-waku/6954/","reportName":"Allure Report with history","data":{}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"duration":1119837}},{"buildOrder":6953,"reportUrl":"https://waku-org.github.io/js-waku/6953/","reportName":"Allure Report with history","data":{}},{"buildOrder":6952,"reportUrl":"https://waku-org.github.io/js-waku/6952/","reportName":"Allure Report with history","data":{}},{"buildOrder":6951,"reportUrl":"https://waku-org.github.io/js-waku/6951/","reportName":"Allure Report with history","data":{}},{"buildOrder":6950,"reportUrl":"https://waku-org.github.io/js-waku/6950/","reportName":"Allure Report with history","data":{}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"duration":744228}},{"buildOrder":6947,"reportUrl":"https://waku-org.github.io/js-waku/6947/","reportName":"Allure Report with history","data":{"duration":790750}},{"buildOrder":6946,"reportUrl":"https://waku-org.github.io/js-waku/6946/","reportName":"Allure Report with history","data":{"duration":794017}},{"buildOrder":6943,"reportUrl":"https://waku-org.github.io/js-waku/6943/","reportName":"Allure Report with history","data":{"duration":2240740}},{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{"duration":783221}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"duration":794496}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"duration":786498}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"duration":671816}},{"data":{}}] \ No newline at end of file diff --git a/6962/widgets/duration.json b/6962/widgets/duration.json index 2786269fa14..94f18d6aebb 100644 --- a/6962/widgets/duration.json +++ b/6962/widgets/duration.json @@ -1 +1 @@ -[{"uid":"d0d58013e6fd25bc","name":"Push message with content topic containing special chars","time":{"start":1714454507881,"stop":1714454507903,"duration":22},"status":"passed","severity":"normal"},{"uid":"2f20ec857c7f94a4","name":"Check publish message containing XML","time":{"start":1714454429791,"stop":1714454429791,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c87ac4700c8a6a","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1714453937810,"stop":1714453937811,"duration":1},"status":"passed","severity":"normal"},{"uid":"76a860dbc78313ed","name":"returns all values when wanted number matches available values","time":{"start":1714453947385,"stop":1714453947388,"duration":3},"status":"passed","severity":"normal"},{"uid":"d915625ee6ea5a47","name":"Subscribe to topic containing shell command and publish message","time":{"start":1714454431998,"stop":1714454431999,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4b2de468c08a38f","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714453925062,"stop":1714453925063,"duration":1},"status":"passed","severity":"normal"},{"uid":"a178a61a7b254d83","name":"should return the pubsub topic directly if a string is provided","time":{"start":1714453925073,"stop":1714453925074,"duration":1},"status":"passed","severity":"normal"},{"uid":"348242e87072cabf","name":"Subscribe and receive messages via waku relay post","time":{"start":1714454227464,"stop":1714454227464,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b05cb219f7c1485","name":"Check received message containing Chinese","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"status":"passed","severity":"normal"},{"uid":"fba972ef52316a29","name":"Push message with content topic containing unicode special characters","time":{"start":1714454365887,"stop":1714454365887,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d627556b6292be","name":"Subscribe to topic containing long and receive message","time":{"start":1714454605542,"stop":1714454605542,"duration":0},"status":"passed","severity":"normal"},{"uid":"49dc5076c9a4ab47","name":"Subscribe and receives messages on 20 topics","time":{"start":1714454605540,"stop":1714454605540,"duration":0},"status":"passed","severity":"normal"},{"uid":"57df6038c586e17e","name":"Refresh subscription","time":{"start":1714454227467,"stop":1714454227468,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc7d391cf12af8a9","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454246975,"stop":1714454246975,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b9f8eccee694fa5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714454605546,"stop":1714454605546,"duration":0},"status":"passed","severity":"normal"},{"uid":"fca7a2cd599806c4","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1714453948676,"stop":1714453948676,"duration":0},"status":"passed","severity":"normal"},{"uid":"370da373122a2277","name":"Check received message containing JSON","time":{"start":1714454133749,"stop":1714454133752,"duration":3},"status":"passed","severity":"normal"},{"uid":"13db8fb6746f84d1","name":"handles different networkShards values correctly","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0866868a2728cdc","name":"can dial TLS multiaddrs","time":{"start":1714454253971,"stop":1714454253971,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c6aea5b08dcc52","name":"should not fail to start the service if it is already started","time":{"start":1714454443271,"stop":1714454443271,"duration":0},"status":"passed","severity":"normal"},{"uid":"4801f2b3b24673c2","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1714454140480,"stop":1714454140480,"duration":0},"status":"passed","severity":"normal"},{"uid":"623b30e2668ba1c2","name":"Check message with no content topic is not received","time":{"start":1714454133785,"stop":1714454133785,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e8a5db98dc2cbab","name":"Check publish message containing Arabic","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fbbe738036c2fe8","name":"Passing an array","time":{"start":1714454568759,"stop":1714454568760,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b85ce25b512fb31","name":"receives messages sent to provided content topic through stream","time":{"start":1714454429954,"stop":1714454429955,"duration":1},"status":"skipped","severity":"normal"},{"uid":"91260ee08236c91f","name":"Publish message with custom timestamp: Wed May 10 2023 05:20:01 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429796,"stop":1714454429796,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa92a3574fa963d5","name":"Push message with JSON payload","time":{"start":1714454507876,"stop":1714454507877,"duration":1},"status":"passed","severity":"normal"},{"uid":"7746ba6cc102b180","name":"1 Relay, 1 Filter, gives up","time":{"start":1714453948531,"stop":1714453948531,"duration":0},"status":"passed","severity":"normal"},{"uid":"665b4275db649b6a","name":"Nodes with multiple pubsub topic","time":{"start":1714454407732,"stop":1714454407733,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdeafc74da58eb02","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714454048328,"stop":1714454048328,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7d9fb57ce9aff92","name":"Push message with shell command payload","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b922b93e32d905","name":"should properly compute the node id","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a7bbd1eb6121857","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bbd359325e5566f","name":"Check received message containing unicode special characters","time":{"start":1714454434306,"stop":1714454434307,"duration":1},"status":"passed","severity":"normal"},{"uid":"26385a235ac648e5","name":"random static sharding 10 - Cluster ID: 604, Shard ID: 846","time":{"start":1714454485765,"stop":1714454485765,"duration":0},"status":"passed","severity":"normal"},{"uid":"feeefb2f6cacb514","name":"Query Generator, Wrong PubsubTopic","time":{"start":1714454530128,"stop":1714454530129,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad71939287b6ef30","name":"caches peers it previously fetched","time":{"start":1714453949191,"stop":1714453949191,"duration":0},"status":"passed","severity":"normal"},{"uid":"e33a0733b1bb23cb","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1714453925069,"stop":1714453925070,"duration":1},"status":"passed","severity":"normal"},{"uid":"a486d61d1489c387","name":"random static sharding 9 - Cluster ID: 512, Shard ID: 977","time":{"start":1714454485762,"stop":1714454485764,"duration":2},"status":"passed","severity":"normal"},{"uid":"e2310273037cb329","name":"should not receive a peer event before start","time":{"start":1714453987196,"stop":1714453987198,"duration":2},"status":"passed","severity":"normal"},{"uid":"4379686570f85166","name":"listenerCount","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"status":"passed","severity":"normal"},{"uid":"126fc36daeefdc98","name":"Throws when trying to push message with empty payload","time":{"start":1714454507879,"stop":1714454507879,"duration":0},"status":"passed","severity":"normal"},{"uid":"c008dfc7cb2ca5f","name":"removeEventListener with correct event","time":{"start":1714454015966,"stop":1714454015966,"duration":0},"status":"passed","severity":"normal"},{"uid":"43895c6c4eafe50","name":"does not throw on valid cases","time":{"start":1714453925047,"stop":1714453925047,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bbb477805e7b323","name":"Fails to publish message with empty text","time":{"start":1714454429798,"stop":1714454429798,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ffdf75a21eca4a3","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2f10cf391e02f86","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"status":"passed","severity":"normal"},{"uid":"f554367a4b78af4","name":"Used by Waku Relay","time":{"start":1714454568760,"stop":1714454568761,"duration":1},"status":"passed","severity":"normal"},{"uid":"88f07c7e6a66ef20","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1714454140446,"stop":1714454140446,"duration":0},"status":"passed","severity":"normal"},{"uid":"f84e02868fe0ffa4","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454048343,"stop":1714454048344,"duration":1},"status":"passed","severity":"normal"},{"uid":"adb47ba19245ef6","name":"Check publish message containing Chinese","time":{"start":1714454429788,"stop":1714454429789,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a5508f488d65048","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714454185395,"stop":1714454185395,"duration":0},"status":"passed","severity":"normal"},{"uid":"7afabe10515d0260","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1714454563517,"stop":1714454563518,"duration":1},"status":"passed","severity":"normal"},{"uid":"8778fef67418c927","name":"unsubscribes","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf38d7efcc81a42a","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1714454563519,"stop":1714454563519,"duration":0},"status":"passed","severity":"normal"},{"uid":"396cdb0623f12452","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1714453975114,"stop":1714453975115,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c18160e58227f1f","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714454227465,"stop":1714454227465,"duration":0},"status":"passed","severity":"normal"},{"uid":"f91574c33efc4a7b","name":"Query generator for multiple messages with different content topic format","time":{"start":1714454543145,"stop":1714454543146,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fa994bdc9086411","name":"Query generator for 2000 messages","time":{"start":1714454543150,"stop":1714454543156,"duration":6},"status":"passed","severity":"normal"},{"uid":"ede29f0ec7067cfa","name":"Push message on custom pubsubTopic","time":{"start":1714454246980,"stop":1714454246980,"duration":0},"status":"passed","severity":"normal"},{"uid":"be0ec04898c9b4cd","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1714454479296,"stop":1714454479296,"duration":0},"status":"passed","severity":"normal"},{"uid":"58686c45e2f3094d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714454227463,"stop":1714454227463,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc31056d5cd1476a","name":"should be able to encode the field with only RELAY set to true","time":{"start":1714453932701,"stop":1714453932703,"duration":2},"status":"passed","severity":"normal"},{"uid":"783501477060d35c","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1714454024387,"stop":1714454024387,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a19d00a39e51cc6","name":"A test","time":{"start":1714454227628,"stop":1714454227628,"duration":0},"status":"passed","severity":"normal"},{"uid":"97b5497832cbc17d","name":"Push message with content topic containing escaped characters","time":{"start":1714454507908,"stop":1714454507908,"duration":0},"status":"passed","severity":"normal"},{"uid":"14f7e6d6ad69cc93","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app69/2/topic755/xml","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"status":"passed","severity":"normal"},{"uid":"725d8e9fe4945f41","name":"Fails to push message with empty content topic","time":{"start":1714454365887,"stop":1714454365888,"duration":1},"status":"passed","severity":"normal"},{"uid":"d001304e8bde542e","name":"Ping on subscribed peer","time":{"start":1714454053292,"stop":1714454053292,"duration":0},"status":"passed","severity":"normal"},{"uid":"62d3ead9b9aeee80","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714454185399,"stop":1714454185399,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c851e01aec3ab98","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1714454140481,"stop":1714454140482,"duration":1},"status":"passed","severity":"normal"},{"uid":"847c1ecd4e508e2","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1714453925058,"stop":1714453925058,"duration":0},"status":"passed","severity":"normal"},{"uid":"358acd15f77aeb3c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714454605538,"stop":1714454605538,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a39da6f2a4c905b","name":"Encoder throws on undefined content topic","time":{"start":1714453958107,"stop":1714453958107,"duration":0},"status":"passed","severity":"normal"},{"uid":"89d9985891e36821","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1714453952292,"stop":1714453952292,"duration":0},"status":"passed","severity":"normal"},{"uid":"baed2d319d6c77e9","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1714454546218,"stop":1714454546218,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd0428b12fec0ed","name":"Push message with content topic containing Russian","time":{"start":1714454365883,"stop":1714454365884,"duration":1},"status":"passed","severity":"normal"},{"uid":"53138ca4f3570f27","name":"Push message with Script payload","time":{"start":1714454365876,"stop":1714454365877,"duration":1},"status":"passed","severity":"normal"},{"uid":"482fab1e1b49fba3","name":"Check received message containing emoji","time":{"start":1714454133775,"stop":1714454133775,"duration":0},"status":"passed","severity":"normal"},{"uid":"a423b9ceba6af956","name":"Passing page size 3 when there are 20 messages","time":{"start":1714454561530,"stop":1714454561531,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdd7425299411ec5","name":"should throw an error for missing sharding configuration","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c3f702aa2bdd046","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1714454563518,"stop":1714454563518,"duration":0},"status":"passed","severity":"normal"},{"uid":"8645fb71d432457d","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1714454140437,"stop":1714454140438,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b7bc096570ba6ac","name":"isConnected between 2 js-waku relay nodes","time":{"start":1714454024389,"stop":1714454024389,"duration":0},"status":"passed","severity":"normal"},{"uid":"184c5fa7aa6e70ad","name":"should handle corrupted local storage data gracefully","time":{"start":1714453952292,"stop":1714453952293,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b77e3a7dfb812c1","name":"connected peers and dial","time":{"start":1714454366018,"stop":1714454366018,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b19a1613c82f16f9","name":"should emit a peer event after start","time":{"start":1714454443271,"stop":1714454443272,"duration":1},"status":"passed","severity":"normal"},{"uid":"79cc7ecb103e55c1","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"status":"passed","severity":"normal"},{"uid":"db2f09f632b54913","name":"Generator, 2 different pubsubtopics","time":{"start":1714454532109,"stop":1714454532111,"duration":2},"status":"passed","severity":"normal"},{"uid":"526c9ec7da110c2a","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app88/2/topic696/xml","time":{"start":1714454483201,"stop":1714454483202,"duration":1},"status":"passed","severity":"normal"},{"uid":"41274160cba54976","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1714454563521,"stop":1714454563521,"duration":0},"status":"passed","severity":"normal"},{"uid":"56921560f00fd5c8","name":"should configure sharding based on application and version for autosharding","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4df6d8394579107","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714454605553,"stop":1714454605554,"duration":1},"status":"passed","severity":"normal"},{"uid":"bccefa013f371888","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714454048332,"stop":1714454048333,"duration":1},"status":"passed","severity":"normal"},{"uid":"db5c9f40c9fecb1c","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714454227479,"stop":1714454227479,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ace9c8dc0835b9e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714454507906,"stop":1714454507907,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a9202d0003fbad8","name":"Round trip binary serialization","time":{"start":1714453938217,"stop":1714453938217,"duration":0},"status":"passed","severity":"normal"},{"uid":"107db3233676f4ee","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714454227469,"stop":1714454227469,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfa8149ee8ed789c","name":"Check received message containing numeric","time":{"start":1714454434320,"stop":1714454434321,"duration":1},"status":"passed","severity":"normal"},{"uid":"38493759ecafcd54","name":"Check received message with timestamp: 1714453974406 ","time":{"start":1714454434308,"stop":1714454434308,"duration":0},"status":"passed","severity":"normal"},{"uid":"4caea0356689c41b","name":"Push message with custom timestamp: 1714457733923","time":{"start":1714454507913,"stop":1714454507913,"duration":0},"status":"passed","severity":"normal"},{"uid":"3190927bc793791d","name":"Store - dialed first","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"status":"passed","severity":"normal"},{"uid":"87d9b1eba3314455","name":"Reusing cursor across nodes","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"status":"passed","severity":"normal"},{"uid":"73ef15ae25f813db","name":"Push message with content topic containing SQL Injection","time":{"start":1714454507905,"stop":1714454507905,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0656d12ecfd18d8","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1714453975116,"stop":1714453975117,"duration":1},"status":"passed","severity":"normal"},{"uid":"f56de170d5ae8ddf","name":"passes more than one ENR URLs and attempts connection","time":{"start":1714453987221,"stop":1714453987222,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e4d601f875f52637","name":"Push to array if already present","time":{"start":1714453924719,"stop":1714453924719,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3726921a28f6c51","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1714453932711,"stop":1714453932712,"duration":1},"status":"passed","severity":"normal"},{"uid":"720a5ad4e0e15e1e","name":"Check received message containing XML","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd47b74a9713ab08","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1714453958104,"stop":1714453958105,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce008fe4c8599b9b","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a034fe0e785b523","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1714454431992,"stop":1714454431993,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab461a2e4a75ae8","name":"topics with same application and version share the same shard","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"status":"passed","severity":"normal"},{"uid":"8277228402516e10","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1714454401485,"stop":1714454401486,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c0fc99b4bad4e5e","name":"Check received message with timestamp: 1714453974406000000 ","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"status":"passed","severity":"normal"},{"uid":"202e712c40e6ed6a","name":"Check received message with timestamp: 1714453974406000000 ","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"status":"passed","severity":"normal"},{"uid":"adcb3345f40b4d0","name":"Non TWN Cluster","time":{"start":1714454483200,"stop":1714454483201,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1eeae8b1b591047","name":"should throw error - no public key","time":{"start":1714453933331,"stop":1714453933332,"duration":1},"status":"passed","severity":"normal"},{"uid":"acdae15864adfb6d","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1714453947390,"stop":1714453947390,"duration":0},"status":"passed","severity":"normal"},{"uid":"495ef014f9517999","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714454605542,"stop":1714454605543,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a2ca3839c0646f9","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714454066545,"stop":1714454066545,"duration":0},"status":"passed","severity":"normal"},{"uid":"7877262849c54037","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714454185398,"stop":1714454185398,"duration":0},"status":"passed","severity":"normal"},{"uid":"5553bda8a4c66a36","name":"Check received message with timestamp: 1714453974406 ","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"status":"passed","severity":"normal"},{"uid":"82c82a0680f59272","name":"Ping on peer without subscriptions","time":{"start":1714454006712,"stop":1714454006712,"duration":0},"status":"passed","severity":"normal"},{"uid":"93961b8980769455","name":"shard 0","time":{"start":1714454485748,"stop":1714454485748,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd5ca5408b30e879","name":"Check publish message containing shell command","time":{"start":1714454429792,"stop":1714454429793,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e2600fa072d8c68","name":"Check received message containing unicode special characters","time":{"start":1714454434334,"stop":1714454434334,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb6de39c524db29a","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd4be3caab96835c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714454133777,"stop":1714454133777,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe886026f753cf8","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1714453948681,"stop":1714453948681,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7f11f099c8e8f6","name":"Fails to push message with empty content topic","time":{"start":1714454507909,"stop":1714454507911,"duration":2},"status":"passed","severity":"normal"},{"uid":"93eec2e256dcae48","name":"Push message with content topic containing shell command","time":{"start":1714454365886,"stop":1714454365886,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bdc1498c12cbfb0","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714454605555,"stop":1714454605555,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a366561f388923e","name":"Passing page size 10 when there are 10 messages","time":{"start":1714454561531,"stop":1714454561531,"duration":0},"status":"passed","severity":"normal"},{"uid":"e911eca885dcdcf2","name":"receives messages sent to provided content topic through callback","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dab3404b5da8b511","name":"it tolerates circular branch references","time":{"start":1714453949189,"stop":1714453949189,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8c85e6a5df7e2b3","name":"should emit a peer event after start","time":{"start":1714453952290,"stop":1714453952290,"duration":0},"status":"passed","severity":"normal"},{"uid":"62af1eaa8c0cf397","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1714454407734,"stop":1714454407734,"duration":0},"status":"passed","severity":"normal"},{"uid":"885004a40e588723","name":"Decoder throws on empty string content topic","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c5bf1d3fd8efcc6","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714454605552,"stop":1714454605553,"duration":1},"status":"passed","severity":"normal"},{"uid":"f340d12bc226960","name":"Encoder throws on undefined content topic","time":{"start":1714453938218,"stop":1714453938219,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f1cccf1375d2a04","name":"should correctly map a content topic to a pubsub topic","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1470b467b07695d","name":"Push message with content topic containing escaped characters","time":{"start":1714454365886,"stop":1714454365887,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd1b6f6d5cb91a83","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1714454140472,"stop":1714454140472,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e397afae7d85244","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1714453948677,"stop":1714453948677,"duration":0},"status":"passed","severity":"normal"},{"uid":"801bf757971b8236","name":"Check message received after jswaku node is restarted","time":{"start":1714454133787,"stop":1714454133787,"duration":0},"status":"skipped","severity":"normal"},{"uid":"93780d81c9f8f1ef","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714454605540,"stop":1714454605541,"duration":1},"status":"passed","severity":"normal"},{"uid":"15fe9fd73584153f","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app57/4/topic816/test.js","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cf47c3e133619b9","name":"can start and stop the service","time":{"start":1714453952288,"stop":1714453952289,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa1c71ef517914c","name":"should decode valid enr with tcp successfully","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4ef28de9cffb070","name":"Check received message containing long","time":{"start":1714454133717,"stop":1714454133734,"duration":17},"status":"passed","severity":"normal"},{"uid":"85c278eadb8addb0","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1714453925052,"stop":1714453925052,"duration":0},"status":"passed","severity":"normal"},{"uid":"448420bd4f22f484","name":"Relay - times out","time":{"start":1714454576888,"stop":1714454576889,"duration":1},"status":"passed","severity":"normal"},{"uid":"c07f8a6274673f80","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1714454227480,"stop":1714454227480,"duration":0},"status":"passed","severity":"normal"},{"uid":"34725e5fd4dee5b7","name":"Check message with invalid timestamp is not received","time":{"start":1714454434336,"stop":1714454434337,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf64358b433daf75","name":"should set field with only STORE enabled","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"status":"passed","severity":"normal"},{"uid":"50f80d8287975dd9","name":"Fails to push message with large meta","time":{"start":1714454365888,"stop":1714454365889,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ee5e40c40732883","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1714454563519,"stop":1714454563519,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec56c91814540405","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140470,"stop":1714454140471,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb6237e8cfe43f2","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714454605549,"stop":1714454605549,"duration":0},"status":"passed","severity":"normal"},{"uid":"236206fe7564f7a5","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714454434336,"stop":1714454434336,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e9c665196f60e8","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454532131,"stop":1714454532132,"duration":1},"status":"passed","severity":"normal"},{"uid":"274213a0ff78a9fc","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5fa9624633014a9","name":"Ping on subscribed peer","time":{"start":1714454053295,"stop":1714454053295,"duration":0},"status":"passed","severity":"normal"},{"uid":"22131f39d6081398","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1714454407733,"stop":1714454407734,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbd3192d891a738c","name":"can start the service","time":{"start":1714453987174,"stop":1714453987175,"duration":1},"status":"passed","severity":"normal"},{"uid":"16e508a5233d780a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1714454140441,"stop":1714454140442,"duration":1},"status":"passed","severity":"normal"},{"uid":"58d527055cf2e164","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454048338,"stop":1714454048339,"duration":1},"status":"passed","severity":"normal"},{"uid":"2887c837dc45541c","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f5931fbe953585a","name":"Using a function","time":{"start":1714454568760,"stop":1714454568760,"duration":0},"status":"passed","severity":"normal"},{"uid":"88d11e551cf3b08f","name":"Check received message containing unicode special characters","time":{"start":1714454133757,"stop":1714454133758,"duration":1},"status":"passed","severity":"normal"},{"uid":"5aa1adc76e0e8394","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1714453932706,"stop":1714453932707,"duration":1},"status":"passed","severity":"normal"},{"uid":"67c6a9e80a14fa09","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"status":"passed","severity":"normal"},{"uid":"d03213d8e857f439","name":"should get / set UDP multiaddr","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2f2ab911097bc77","name":"Query Generator, No message returned","time":{"start":1714454530131,"stop":1714454530132,"duration":1},"status":"passed","severity":"normal"},{"uid":"5550cb418fd645f8","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1714454546217,"stop":1714454546217,"duration":0},"status":"passed","severity":"normal"},{"uid":"1577a134e21deabe","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1714453983006,"stop":1714453983006,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec6b52485edc7b97","name":"Query Generator - backward","time":{"start":1714454530566,"stop":1714454530566,"duration":0},"status":"passed","severity":"normal"},{"uid":"63c8feb48d539bee","name":"Check received message containing emoji","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1cc6a3eac27677","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714454605542,"stop":1714454605542,"duration":0},"status":"passed","severity":"normal"},{"uid":"425327f5c3ddfcf8","name":"should not receive a peer event after stop","time":{"start":1714454443273,"stop":1714454443273,"duration":0},"status":"passed","severity":"normal"},{"uid":"334461603bed8848","name":"Subscribe to topic containing short and receive message","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fcb1bc994175490","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140447,"stop":1714454140449,"duration":2},"status":"passed","severity":"normal"},{"uid":"d8d86956b226a407","name":"Push message with escaped characters payload","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"status":"passed","severity":"normal"},{"uid":"a39bd8284dc3baa7","name":"Push message with XML payload","time":{"start":1714454365877,"stop":1714454365877,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a7fa1fbeaa472cb","name":"Push 30 different messages","time":{"start":1714454365880,"stop":1714454365880,"duration":0},"status":"passed","severity":"normal"},{"uid":"916667c65dd8f36b","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1714453948681,"stop":1714453948682,"duration":1},"status":"passed","severity":"normal"},{"uid":"471251607050a193","name":"Ordered Callback - backward","time":{"start":1714454530568,"stop":1714454530568,"duration":0},"status":"passed","severity":"normal"},{"uid":"500228db3e6aa166","name":"Check received message containing SQL Injection","time":{"start":1714454133736,"stop":1714454133737,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab7ce96b27b0cd01","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1714453975110,"stop":1714453975113,"duration":3},"status":"passed","severity":"normal"},{"uid":"cc677e6c19076f0b","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714454407732,"stop":1714454407732,"duration":0},"status":"passed","severity":"normal"},{"uid":"fccedd48d03b0f2d","name":"Ping on subscribed peer","time":{"start":1714454006711,"stop":1714454006712,"duration":1},"status":"passed","severity":"normal"},{"uid":"e57afcd0ab8740ac","name":"Push message with special chars payload","time":{"start":1714454507872,"stop":1714454507873,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa639e7f722ae19e","name":"1 Store, 2 fetches","time":{"start":1714453948529,"stop":1714453948530,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dc094901eed865d","name":"Js publishes, other Js receives","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"status":"passed","severity":"normal"},{"uid":"b75757847885d762","name":"Push message with content topic containing Chinese","time":{"start":1714454365883,"stop":1714454365883,"duration":0},"status":"passed","severity":"normal"},{"uid":"96c0524c73e853d5","name":"should return empty list for no shard","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"status":"passed","severity":"normal"},{"uid":"52067d21d3b9b02e","name":"Sets default value correctly","time":{"start":1714454568761,"stop":1714454568761,"duration":0},"status":"passed","severity":"normal"},{"uid":"706c8093a8b07e62","name":"Nodes with multiple pubsub topic","time":{"start":1714454407734,"stop":1714454407735,"duration":1},"status":"passed","severity":"normal"},{"uid":"18e11e911cf90622","name":"Publish without waiting for remote peer","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"status":"passed","severity":"normal"},{"uid":"8438a27c06408ef7","name":"should use DNS peer discovery with light client","time":{"start":1714453987203,"stop":1714453987203,"duration":0},"status":"skipped","severity":"normal"},{"uid":"88ea70751a6632d3","name":"Decoder throws on undefined content topic","time":{"start":1714453958108,"stop":1714453958109,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc226b5c47a82ded","name":"Push message with escaped characters payload","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d7e30b4979337c","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714454483207,"stop":1714454483208,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a9e0d2133a25055","name":"Passing page size 0 when there are 110 messages","time":{"start":1714454561529,"stop":1714454561530,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c3d6a714804c48a","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714454605553,"stop":1714454605553,"duration":0},"status":"passed","severity":"normal"},{"uid":"7546a68a60612fab","name":"Decrypt messages","time":{"start":1714454368452,"stop":1714454368452,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d0abbee0a0a6b9","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"status":"passed","severity":"normal"},{"uid":"544721888cbb5c68","name":"Check publish message containing Basic HTML tag","time":{"start":1714454429791,"stop":1714454429791,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1afd77c3b8d639","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdab4c0cb8ae6c76","name":"Check received message containing JSON","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b0f674fb69a64a0","name":"Push message with content topic containing unicode special characters","time":{"start":1714454507908,"stop":1714454507909,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7049958848ea998","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714454434309,"stop":1714454434309,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dec738be8fe8cf0","name":"should return all peers when numPeers is 0","time":{"start":1714453937810,"stop":1714453937810,"duration":0},"status":"passed","severity":"normal"},{"uid":"655884fd8b8ad3fd","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"status":"passed","severity":"normal"},{"uid":"194f6290ae9e2aa9","name":"nwaku subscribes","time":{"start":1714454394847,"stop":1714454394847,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84df16735a00a4f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"status":"passed","severity":"normal"},{"uid":"5160daf398f04b67","name":"Check received message containing special chars","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"status":"passed","severity":"normal"},{"uid":"d751093e0a8ca0b4","name":"Generator, 2 different pubsubtopics","time":{"start":1714454532131,"stop":1714454532131,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6c5c5027f8a1242","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a932b70851738f9","name":"Refresh subscription","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"status":"passed","severity":"normal"},{"uid":"f844de063955df2c","name":"Check message with no payload is not received","time":{"start":1714454434338,"stop":1714454434343,"duration":5},"status":"passed","severity":"normal"},{"uid":"76c77909e1f65c0c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cf0c6efa3a9353b","name":"Ephemeral field is preserved - encoder v0","time":{"start":1714453985197,"stop":1714453985198,"duration":1},"status":"passed","severity":"normal"},{"uid":"24f53d033f11f313","name":"should not fail to stop the service if it was not started","time":{"start":1714453952289,"stop":1714453952289,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f10808592c79f71","name":"different cluster, different shard: nodes don't connect","time":{"start":1714454140405,"stop":1714454140405,"duration":0},"status":"passed","severity":"normal"},{"uid":"4900aca55f82f272","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1714454140470,"stop":1714454140470,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ab29c6159148d7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1714453925067,"stop":1714453925068,"duration":1},"status":"passed","severity":"normal"},{"uid":"34aa7725de24f6d","name":"Push message with content topic containing long","time":{"start":1714454365882,"stop":1714454365882,"duration":0},"status":"passed","severity":"normal"},{"uid":"db7e2b5fe80db9ee","name":"Passing page size 1 when there are 4 messages","time":{"start":1714454561530,"stop":1714454561530,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae1a2ed372f5e873","name":"Ordered callback, aborts when callback returns true","time":{"start":1714454543148,"stop":1714454543149,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cc4f82d88683c68","name":"Check publish message containing unicode special characters","time":{"start":1714454429793,"stop":1714454429794,"duration":1},"status":"passed","severity":"normal"},{"uid":"857460668633a4b5","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1714454431996,"stop":1714454431997,"duration":1},"status":"passed","severity":"normal"},{"uid":"748ccf9739238cdc","name":"Ping on peer without subscriptions","time":{"start":1714454053292,"stop":1714454053294,"duration":2},"status":"passed","severity":"normal"},{"uid":"c57bd4b8d988b562","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94cd70fb1228d3e","name":"Sign & Recover","time":{"start":1714453958695,"stop":1714453958695,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab7a13e404677766","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1714454429953,"stop":1714454429953,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d8fef94c72714df6","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1714453937811,"stop":1714453937812,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3f278d43222a8fb","name":"Check message with invalid timestamp is not received","time":{"start":1714454434309,"stop":1714454434310,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdfd92e1d0a584e4","name":"Push message with Chinese payload","time":{"start":1714454365874,"stop":1714454365875,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ebb69614cbce2b4","name":"handles empty shards array correctly","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"status":"passed","severity":"normal"},{"uid":"b386dc830cff9211","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714454133776,"stop":1714454133777,"duration":1},"status":"passed","severity":"normal"},{"uid":"450b1975b20eb2f1","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1714453925053,"stop":1714453925054,"duration":1},"status":"passed","severity":"normal"},{"uid":"b804799c670fe26d","name":"Push message with content topic containing SQL Injection","time":{"start":1714454365884,"stop":1714454365884,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e90d963d77c5295","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1714454140446,"stop":1714454140447,"duration":1},"status":"passed","severity":"normal"},{"uid":"df92d0b0a879d62d","name":"isConnected return false after peer stops","time":{"start":1714454024388,"stop":1714454024389,"duration":1},"status":"passed","severity":"normal"},{"uid":"1355394a226fc052","name":"groups content topics by expected pubsub topic","time":{"start":1714453925058,"stop":1714453925058,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcdf5581f2b5090b","name":"Push message on custom pubsubTopic","time":{"start":1714454246972,"stop":1714454246973,"duration":1},"status":"passed","severity":"normal"},{"uid":"b27e1b051b4aea07","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714455040952,"stop":1714455040953,"duration":1},"status":"broken","severity":"normal"},{"uid":"2be863e591aa7720","name":"should set field with only FILTER enabled","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea6cdb28412fded","name":"random static sharding 2 - Cluster ID: 887, Shard ID: 831","time":{"start":1714454485750,"stop":1714454485751,"duration":1},"status":"passed","severity":"normal"},{"uid":"f67bd0dd7ca5b883","name":"Subscribe to topic containing Script and receive message","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"status":"passed","severity":"normal"},{"uid":"251f091b2540f221","name":"throws on empty content topic","time":{"start":1714453925048,"stop":1714453925048,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcea2ebd0247fbe8","name":"Push message with short payload","time":{"start":1714454365872,"stop":1714454365873,"duration":1},"status":"passed","severity":"normal"},{"uid":"5091c4afaea8e08","name":"Passing page size 110 when there are 120 messages","time":{"start":1714454561533,"stop":1714454561534,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cea5daf6686ff0e","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bdb555df86f17bb","name":"should not throw an error for a single configured topic","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca4d78625681bfd8","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1714454140407,"stop":1714454140407,"duration":0},"status":"passed","severity":"normal"},{"uid":"79b12bfc3d50a780","name":"Check received message containing Chinese","time":{"start":1714454133735,"stop":1714454133735,"duration":0},"status":"passed","severity":"normal"},{"uid":"9af974e884daf598","name":"Nodes with multiple pubsub topic","time":{"start":1714454407736,"stop":1714454407736,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae2e6cab1f6e11c3","name":"Check publish message containing long","time":{"start":1714454429787,"stop":1714454429787,"duration":0},"status":"passed","severity":"normal"},{"uid":"32cf2fcb2366ae9a","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic752/utf8","time":{"start":1714454483202,"stop":1714454483203,"duration":1},"status":"passed","severity":"normal"},{"uid":"a22d15c1c91f72cb","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1714453927576,"stop":1714453927578,"duration":2},"status":"passed","severity":"normal"},{"uid":"f3e8683d8c910fb","name":"should be able to decode the field with only RELAY set to true","time":{"start":1714453932708,"stop":1714453932709,"duration":1},"status":"passed","severity":"normal"},{"uid":"64930ecfacd402be","name":"Check received message containing short","time":{"start":1714454434300,"stop":1714454434300,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1fa59cd66f361ed","name":"Generator, custom pubsub topic","time":{"start":1714454532130,"stop":1714454532131,"duration":1},"status":"passed","severity":"normal"},{"uid":"11485742e92a5325","name":"Generator, custom pubsub topic","time":{"start":1714454532119,"stop":1714454532120,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c6554d6352592f5","name":"should properly create location multiaddrs - udp6","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1bc1bc5db07e9fd","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1714453925055,"stop":1714453925056,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb5353c5b8ccf62f","name":"Light Node - default protocols","time":{"start":1714454576890,"stop":1714454576891,"duration":1},"status":"passed","severity":"normal"},{"uid":"7158792a1d171752","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454246978,"stop":1714454246979,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7d1d034949e657a","name":"Promise Callback - backward","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebb1826b4abf9f65","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1714454140446,"stop":1714454140446,"duration":0},"status":"passed","severity":"normal"},{"uid":"a10685214d07a916","name":"should set field with only RELAY enabled","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"status":"passed","severity":"normal"},{"uid":"58c0bc7abfd2cb0d","name":"Check received message containing numeric","time":{"start":1714454133734,"stop":1714454133734,"duration":0},"status":"passed","severity":"normal"},{"uid":"9173833b3de9b1b3","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140468,"stop":1714454140468,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbb0d67216c4e9b6","name":"Decoder throws on empty string content topic","time":{"start":1714453958109,"stop":1714453958109,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f97fbb6fa26907","name":"Subscribe and publish message","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"status":"passed","severity":"normal"},{"uid":"695d8f01740fb80f","name":"stop","time":{"start":1714454015968,"stop":1714454015971,"duration":3},"status":"passed","severity":"normal"},{"uid":"2d4499723c47916f","name":"handles multiple messages","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f3d2c06f80823b8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714454066545,"stop":1714454066546,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2986bd955e4b154","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1714454479295,"stop":1714454479296,"duration":1},"status":"passed","severity":"normal"},{"uid":"a28d93c2ed2dcbae","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714454605553,"stop":1714454605553,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e658179da8e401","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714454365885,"stop":1714454365885,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e9974055955c41c","name":"Check received message containing Script","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"status":"passed","severity":"normal"},{"uid":"b546bbc8e797654d","name":"should handle application and version for autosharding","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"status":"passed","severity":"normal"},{"uid":"96e0b3e1e7e28fa1","name":"Push message with Basic HTML tag payload","time":{"start":1714454365877,"stop":1714454365878,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a1a3e203790ce33","name":"All","time":{"start":1714453985446,"stop":1714453985447,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3e8c9f0b15dd120","name":"Check publish message containing SQL Injection","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee533373a8271683","name":"udp ip6 address","time":{"start":1714453932857,"stop":1714453932857,"duration":0},"status":"passed","severity":"normal"},{"uid":"152f5c1f4a593388","name":"Waku message hash computation (payload length 0)","time":{"start":1714453927579,"stop":1714453927579,"duration":0},"status":"passed","severity":"normal"},{"uid":"949ad993f0999974","name":"through manual discovery","time":{"start":1714454253972,"stop":1714454253972,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fea3f6704e60d77","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","time":{"start":1714453925077,"stop":1714453925078,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ef6e3bd4d25eeaf","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140445,"stop":1714454140445,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6ad9b3c67e127f8","name":"Push message with content topic containing XML","time":{"start":1714454365885,"stop":1714454365885,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ebd24e08061e3d","name":"should be called for bootstrap peers","time":{"start":1714453983003,"stop":1714453983004,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b53ae16e9abd831","name":"addEventListener with correct event","time":{"start":1714454015964,"stop":1714454015965,"duration":1},"status":"passed","severity":"normal"},{"uid":"644bf9020a51a244","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714454605555,"stop":1714454605556,"duration":1},"status":"passed","severity":"normal"},{"uid":"553b78278a8ed105","name":"Fails to publish duplicate message","time":{"start":1714454429798,"stop":1714454429798,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46647fae114face","name":"Check publish message containing special chars","time":{"start":1714454429788,"stop":1714454429788,"duration":0},"status":"passed","severity":"normal"},{"uid":"d60c20001d591fe0","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714454605543,"stop":1714454605543,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7616af520187478","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1714453925053,"stop":1714453925053,"duration":0},"status":"passed","severity":"normal"},{"uid":"e014b23c14045743","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1714454140481,"stop":1714454140481,"duration":0},"status":"passed","severity":"normal"},{"uid":"28eca425e334553c","name":"Check received message containing escaped characters","time":{"start":1714454434306,"stop":1714454434306,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2a3a2bca3a0f955","name":"different cluster, different shard: nodes don't connect","time":{"start":1714454282973,"stop":1714454282973,"duration":0},"status":"passed","severity":"normal"},{"uid":"f18deb9e3b0bbaf","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1714453925052,"stop":1714453925053,"duration":1},"status":"passed","severity":"normal"},{"uid":"b17a27ff7b6939c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714454066546,"stop":1714454066546,"duration":0},"status":"passed","severity":"normal"},{"uid":"44c72fa50b273120","name":"same cluster, different shard: nodes connect","time":{"start":1714454282971,"stop":1714454282972,"duration":1},"status":"passed","severity":"normal"},{"uid":"14c66ff69319547e","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1714454140450,"stop":1714454140450,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c5dc8fd300e6868","name":"Push message with Russian payload","time":{"start":1714454507874,"stop":1714454507875,"duration":1},"status":"passed","severity":"normal"},{"uid":"d11c7eb94b0582e1","name":"Push message with content topic containing short","time":{"start":1714454507879,"stop":1714454507880,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c0db5554655ccb5","name":"Ephemeral field set to true","time":{"start":1714453938217,"stop":1714453938218,"duration":1},"status":"passed","severity":"normal"},{"uid":"4268fea317aefe10","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1714454140451,"stop":1714454140451,"duration":0},"status":"passed","severity":"normal"},{"uid":"d45041c72c63df9","name":"throws an error for improperly formatted content topics","time":{"start":1714453925059,"stop":1714453925060,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3edff3c3998a20e","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e71ba6bbae91ad2","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app12/2/topic99/utf8","time":{"start":1714454483204,"stop":1714454483204,"duration":0},"status":"passed","severity":"normal"},{"uid":"46c08e9d3c6655b1","name":"Waku message hash computation (meta attribute not present)","time":{"start":1714453927578,"stop":1714453927579,"duration":1},"status":"passed","severity":"normal"},{"uid":"16d2f708d2a201df","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1714453932710,"stop":1714453932710,"duration":0},"status":"passed","severity":"normal"},{"uid":"2129a5256a01352f","name":"Decoder throws on undefined content topic","time":{"start":1714453938219,"stop":1714453938220,"duration":1},"status":"passed","severity":"normal"},{"uid":"329209713ce6040b","name":"Check received message containing shell command","time":{"start":1714454133753,"stop":1714454133756,"duration":3},"status":"passed","severity":"normal"},{"uid":"d7be35af6bff9dd4","name":"more peers than existing","time":{"start":1714454366018,"stop":1714454366019,"duration":1},"status":"skipped","severity":"normal"},{"uid":"270bb73d64b6b15b","name":"Check received message containing JSON","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fdd0c9700bae2ca","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1714454140471,"stop":1714454140471,"duration":0},"status":"passed","severity":"normal"},{"uid":"4628c4e3b9455f36","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714454605546,"stop":1714454605547,"duration":1},"status":"passed","severity":"normal"},{"uid":"35a66468b19db128","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcc4888625da6a03","name":"Symmetric encrypt & Decrypt","time":{"start":1714453958694,"stop":1714453958694,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4b7867c9186a581","name":"Check received message containing Arabic","time":{"start":1714454133735,"stop":1714454133736,"duration":1},"status":"passed","severity":"normal"},{"uid":"40017be7be309895","name":"Check received message with timestamp: 1714453974781 ","time":{"start":1714454133776,"stop":1714454133776,"duration":0},"status":"passed","severity":"normal"},{"uid":"64fa5366db1f23ff","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1714453975164,"stop":1714453975166,"duration":2},"status":"passed","severity":"normal"},{"uid":"50002bb0313fa728","name":"Push message with content topic containing short","time":{"start":1714454365881,"stop":1714454365881,"duration":0},"status":"passed","severity":"normal"},{"uid":"9175e0c1df70ae2e","name":"should return valid sharding parameters for static sharding","time":{"start":1714453925075,"stop":1714453925076,"duration":1},"status":"passed","severity":"normal"},{"uid":"9210bb3f98bb49e2","name":"1 Relay, 1 fetch","time":{"start":1714453948528,"stop":1714453948529,"duration":1},"status":"passed","severity":"normal"},{"uid":"7468e6aa08025773","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1714453927578,"stop":1714453927578,"duration":0},"status":"passed","severity":"normal"},{"uid":"10de672e42011c50","name":"should encode/decode to RLP encoding","time":{"start":1714453933333,"stop":1714453933334,"duration":1},"status":"passed","severity":"normal"},{"uid":"2121bc3d4dac1fda","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1714454563520,"stop":1714454563520,"duration":0},"status":"passed","severity":"normal"},{"uid":"632faa9461f93af2","name":"should throw error - invalid id","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6d2df2ab0d656ba","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1714454431999,"stop":1714454431999,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ffd9bee8343b65","name":"Reopen subscription with peer with lost subscription","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07d2bba4bd5a39f","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1714454140468,"stop":1714454140469,"duration":1},"status":"passed","severity":"normal"},{"uid":"75e14a87ff799f1f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714454227478,"stop":1714454227478,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f741534f97503bf","name":"should throw error - no id","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0aeee07ed856dff","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714454185399,"stop":1714454185399,"duration":0},"status":"passed","severity":"normal"},{"uid":"86279c7a7ebb3efd","name":"handles different clusterIds correctly","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"status":"passed","severity":"normal"},{"uid":"38f3f028c823b6a4","name":"should not fail to stop the service if it was not started","time":{"start":1714453987176,"stop":1714453987180,"duration":4},"status":"passed","severity":"normal"},{"uid":"95ec738bcbe5908f","name":"should throw error - no id","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"status":"passed","severity":"normal"},{"uid":"a889015c43487494","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714454605556,"stop":1714454605557,"duration":1},"status":"passed","severity":"normal"},{"uid":"21f150444f2c2a0d","name":"Check message on other pubsub topic is not received","time":{"start":1714454434337,"stop":1714454434337,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2ed7094606a655e","name":"Check received message containing Basic HTML tag","time":{"start":1714454133738,"stop":1714454133749,"duration":11},"status":"passed","severity":"normal"},{"uid":"8e825648015175c8","name":"should get / set TCP multiaddr","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"status":"passed","severity":"normal"},{"uid":"601ef7664453d0a9","name":"Check received message containing long","time":{"start":1714454434300,"stop":1714454434301,"duration":1},"status":"passed","severity":"normal"},{"uid":"c295eb63f07b59a6","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714454227464,"stop":1714454227464,"duration":0},"status":"passed","severity":"normal"},{"uid":"d90f2f66f9ff72b1","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app98/8/topic585/test.js","time":{"start":1714454483201,"stop":1714454483201,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad334ba27e764f7","name":"start node with empty shard","time":{"start":1714454485767,"stop":1714454485768,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff4e45aa33a0f8cb","name":"should throw an error for an unconfigured topic","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"status":"passed","severity":"normal"},{"uid":"b38522128eff9403","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1714454140465,"stop":1714454140465,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d27815002d1a8a4","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0e5c5ac8589faff","name":"Check received message containing Russian","time":{"start":1714454434303,"stop":1714454434303,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce14cf8db4c30f17","name":"addEventListener with wrong event","time":{"start":1714454015965,"stop":1714454015965,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3a2ea0b927787e5","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714454227469,"stop":1714454227469,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d33b6931123a9e6","name":"throws on content topic with non-number generation field","time":{"start":1714453925049,"stop":1714453925049,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f734fb21cacc777","name":"Init the array if not present","time":{"start":1714453924717,"stop":1714453924718,"duration":1},"status":"passed","severity":"normal"},{"uid":"73b947c9791e2441","name":"Push message with short payload","time":{"start":1714454507870,"stop":1714454507871,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff2bc33329b55265","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1714454479294,"stop":1714454479295,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bd18019522168d9","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714454227469,"stop":1714454227470,"duration":1},"status":"passed","severity":"normal"},{"uid":"d331e42afaebe844","name":"Push message with XML payload","time":{"start":1714454507876,"stop":1714454507876,"duration":0},"status":"passed","severity":"normal"},{"uid":"c537b29e3e3509c0","name":"Ping on unsubscribed peer","time":{"start":1714454053294,"stop":1714454053294,"duration":0},"status":"passed","severity":"normal"},{"uid":"8027cf929ebba3b7","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1714454431995,"stop":1714454431995,"duration":0},"status":"passed","severity":"normal"},{"uid":"690dca5a57a257f2","name":"Ephemeral messages are not stored","time":{"start":1714453985197,"stop":1714453985197,"duration":0},"status":"passed","severity":"normal"},{"uid":"32d513c4e4365c39","name":"Check received message containing Arabic","time":{"start":1714454434321,"stop":1714454434322,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dd038a6eb40c75c","name":"Check message with non string payload is not received","time":{"start":1714454133786,"stop":1714454133787,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1e2a111fa2b3ebd","name":"Check received message containing SQL Injection","time":{"start":1714454434303,"stop":1714454434304,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b8aead8e76b74f2","name":"tcp ip4 address","time":{"start":1714453932856,"stop":1714453932857,"duration":1},"status":"passed","severity":"normal"},{"uid":"5aacec4f998f630b","name":"Push message with JSON payload","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"status":"passed","severity":"normal"},{"uid":"33e4d7e99c9d224b","name":"Push message with numeric payload","time":{"start":1714454507872,"stop":1714454507872,"duration":0},"status":"passed","severity":"normal"},{"uid":"97051404c203f14e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714454048344,"stop":1714454048345,"duration":1},"status":"passed","severity":"normal"},{"uid":"abbadf86a5f12dd6","name":"Push message with custom timestamp: 1714457740677","time":{"start":1714454365891,"stop":1714454365891,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d6cda14eb1087b5","name":"Check message received after nwaku node is restarted","time":{"start":1714454133787,"stop":1714454133790,"duration":3},"status":"skipped","severity":"normal"},{"uid":"e06c326806e47794","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1714453925071,"stop":1714453925072,"duration":1},"status":"passed","severity":"normal"},{"uid":"b47384f4ebcd3e3","name":"ignores unrecognized TXT record formats","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"status":"passed","severity":"normal"},{"uid":"740f018d93b66c09","name":"random static sharding 7 - Cluster ID: 457, Shard ID: 586","time":{"start":1714454485753,"stop":1714454485754,"duration":1},"status":"passed","severity":"normal"},{"uid":"911d0e08ce1e8bad","name":"should encodeTxt and decodeTxt","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"status":"passed","severity":"normal"},{"uid":"75c123815b343483","name":"Check message on other pubsub topic is not received","time":{"start":1714454133778,"stop":1714454133782,"duration":4},"status":"passed","severity":"normal"},{"uid":"bf0ce7cfb5745d64","name":"Push message with emoji payload","time":{"start":1714454507878,"stop":1714454507878,"duration":0},"status":"passed","severity":"normal"},{"uid":"c39cddbcef6e5a21","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1714454140467,"stop":1714454140468,"duration":1},"status":"passed","severity":"normal"},{"uid":"535754dedc17a9c7","name":"can start the service","time":{"start":1714453952288,"stop":1714453952288,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a633af914ad7cba","name":"should only return 1 node with relay capability","time":{"start":1714453949191,"stop":1714453949191,"duration":0},"status":"passed","severity":"normal"},{"uid":"b91a5877a0e65321","name":"should throw an error for insufficient data","time":{"start":1714453925096,"stop":1714453925097,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ffcb024f6ed47cc","name":"new peer added after a peer was already found","time":{"start":1714454401484,"stop":1714454401485,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4c4e44b14de62d31","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b99fc4a013d77fb","name":"Relay + Store","time":{"start":1714453933339,"stop":1714453933339,"duration":0},"status":"passed","severity":"normal"},{"uid":"70cd68626942b1d0","name":"Push message with content topic containing Script","time":{"start":1714454365884,"stop":1714454365884,"duration":0},"status":"passed","severity":"normal"},{"uid":"189065852df67ab","name":"random static sharding 3 - Cluster ID: 740, Shard ID: 883","time":{"start":1714454485751,"stop":1714454485751,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd395b0f82b2c404","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1714454429952,"stop":1714454429953,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ea27bc63ec332f7e","name":"should add and remove event listeners correctly","time":{"start":1714453952293,"stop":1714453952293,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e0f356892cfb93a","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1714454048336,"stop":1714454048336,"duration":0},"status":"passed","severity":"normal"},{"uid":"fadfa25a11028a89","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b08ba6b451966ba","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454048342,"stop":1714454048343,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e09396f8002a3a8","name":"should set field with all protocols disabled","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdfc1c2e0e5b226a","name":"Push message with content topic containing JSON","time":{"start":1714454507907,"stop":1714454507907,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94cae4d742a1da9","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6b61b1b22c1f123","name":"Push message with content topic containing Russian","time":{"start":1714454507904,"stop":1714454507905,"duration":1},"status":"passed","severity":"normal"},{"uid":"5328c19c212b7083","name":"Push message with numeric payload","time":{"start":1714454365873,"stop":1714454365874,"duration":1},"status":"passed","severity":"normal"},{"uid":"53cc4b20311d828a","name":"same cluster, same shard: nodes connect","time":{"start":1714454140403,"stop":1714454140403,"duration":0},"status":"passed","severity":"normal"},{"uid":"45d9da11f7dfebc3","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140435,"stop":1714454140436,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2a102a9c0c110d0","name":"should throw an error for missing required configuration","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"status":"passed","severity":"normal"},{"uid":"5112b462c3ee8c8b","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714454485749,"stop":1714454485749,"duration":0},"status":"passed","severity":"normal"},{"uid":"60fb6708ee3c5d8","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1714453958105,"stop":1714453958106,"duration":1},"status":"passed","severity":"normal"},{"uid":"38ee74cff7891b07","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714454066547,"stop":1714454066547,"duration":0},"status":"passed","severity":"normal"},{"uid":"f94eabf3ee2e344a","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714454485767,"stop":1714454485767,"duration":0},"status":"passed","severity":"normal"},{"uid":"b20b71879f77492f","name":"Push message with content topic containing emoji","time":{"start":1714454507909,"stop":1714454507909,"duration":0},"status":"passed","severity":"normal"},{"uid":"f15cff6392f257e3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1714454140472,"stop":1714454140472,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d6ce6e1f52ae2d1","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"status":"skipped","severity":"normal"},{"uid":"167b52438eea132c","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714454605555,"stop":1714454605555,"duration":0},"status":"passed","severity":"normal"},{"uid":"c891f1146b37df47","name":"Subscribe to topic containing short and receive message","time":{"start":1714454605541,"stop":1714454605542,"duration":1},"status":"passed","severity":"normal"},{"uid":"62f3d7d26e488cff","name":"random static sharding 8 - Cluster ID: 548, Shard ID: 998","time":{"start":1714454485754,"stop":1714454485762,"duration":8},"status":"passed","severity":"normal"},{"uid":"bf4e63e04842be2b","name":"Callback on promise, aborts when callback returns true","time":{"start":1714454543147,"stop":1714454543147,"duration":0},"status":"passed","severity":"normal"},{"uid":"953b84f7113846e1","name":"Subscribe to topic containing special chars and publish message","time":{"start":1714454431995,"stop":1714454431995,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdb3b3ead4d39dc","name":"should properly create peer info with all multiaddrs","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec1f06b9e075c5cd","name":"can start and stop the service","time":{"start":1714453987175,"stop":1714453987175,"duration":0},"status":"passed","severity":"normal"},{"uid":"88aab81e5b7a0cbf","name":"Push message with content topic containing Arabic","time":{"start":1714454365883,"stop":1714454365883,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e27df1c492fc8f5","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714454048341,"stop":1714454048342,"duration":1},"status":"passed","severity":"normal"},{"uid":"b708eb1a315f032f","name":"Overlapping topic subscription","time":{"start":1714454605541,"stop":1714454605541,"duration":0},"status":"passed","severity":"normal"},{"uid":"a599ad9bfeb412ff","name":"Push message on custom pubsubTopic","time":{"start":1714454246976,"stop":1714454246977,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2b0fe4800e9c818","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454246980,"stop":1714454246980,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfe3ee72c68f101a","name":"Check received message containing Russian","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab25e40647917517","name":"isConnected should return false after all peers disconnect","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"status":"passed","severity":"normal"},{"uid":"142da8326336c4a8","name":"configure the node with multiple pubsub topics","time":{"start":1714454485766,"stop":1714454485766,"duration":0},"status":"passed","severity":"normal"},{"uid":"93e0214dd64c40cf","name":"Store - dialed after - with timeout","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f0c94faab0b1963","name":"Push message with rate limit","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fc7ac1628ba423","name":"Check publish message containing JSON","time":{"start":1714454429792,"stop":1714454429792,"duration":0},"status":"passed","severity":"normal"},{"uid":"80ddf2de593139fd","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714454605543,"stop":1714454605543,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cfb07bfa45cf2bd","name":"Check publish message after client node is restarted","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1a3def65471817f7","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714454605543,"stop":1714454605544,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f340b4099f0ed49","name":"Refresh subscription","time":{"start":1714454605541,"stop":1714454605541,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ffbb2ec5fbf22ff","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714454227463,"stop":1714454227463,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8ebbf1eef227af2","name":"Push message with Arabic payload","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bec232bcfaf5fb9","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1714454530135,"stop":1714454530136,"duration":1},"status":"passed","severity":"normal"},{"uid":"94a6e8f1210849fa","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1714453925054,"stop":1714453925054,"duration":0},"status":"passed","severity":"normal"},{"uid":"b71d567b89d3c557","name":"same cluster, same shard: nodes connect","time":{"start":1714454282971,"stop":1714454282971,"duration":0},"status":"passed","severity":"normal"},{"uid":"849be0f2d33be703","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1714454140454,"stop":1714454140465,"duration":11},"status":"passed","severity":"normal"},{"uid":"dc77af7a324f720a","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1714454429799,"stop":1714454429799,"duration":0},"status":"passed","severity":"normal"},{"uid":"70c663d21c7fadb0","name":"should emit a peer event after start","time":{"start":1714453987195,"stop":1714453987196,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f270fc87c0055e8","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714454605556,"stop":1714454605556,"duration":0},"status":"passed","severity":"normal"},{"uid":"21017a38a9a3dbc","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"status":"passed","severity":"normal"},{"uid":"91bdebb70e439511","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714454483200,"stop":1714454483200,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c6c4e9ccace8115","name":"should not receive a peer event before start","time":{"start":1714454443272,"stop":1714454443273,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe002c4399712ba2","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"status":"passed","severity":"normal"},{"uid":"a749995bcd759a68","name":"Meta field set when metaSetter is specified","time":{"start":1714453938218,"stop":1714453938218,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc09e913abdfe17f","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1714454563520,"stop":1714454563520,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc865e4c4c2d3d5f","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714455040954,"stop":1714455040954,"duration":0},"status":"passed","severity":"normal"},{"uid":"7952cb5ecae3961","name":"Fails to push message bigger that 1MB","time":{"start":1714454365892,"stop":1714454365892,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5affd9564ff4b2","name":"Subscribe to topic containing Script and receive message","time":{"start":1714454227471,"stop":1714454227471,"duration":0},"status":"passed","severity":"normal"},{"uid":"86aa425568eb79fb","name":"Push message with emoji payload","time":{"start":1714454365879,"stop":1714454365880,"duration":1},"status":"passed","severity":"normal"},{"uid":"78a2ad174cdf22c8","name":"should not receive a peer event after stop","time":{"start":1714453952291,"stop":1714453952291,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1237131e461ba8b","name":"throws on content topic with empty topic name field","time":{"start":1714453925050,"stop":1714453925051,"duration":1},"status":"passed","severity":"normal"},{"uid":"a07e742b3bebc9aa","name":"should not receive a peer event before start","time":{"start":1714453952290,"stop":1714453952290,"duration":0},"status":"passed","severity":"normal"},{"uid":"e477d8a9ecd81e52","name":"Subscribe and receive messages via lightPush","time":{"start":1714454605548,"stop":1714454605548,"duration":0},"status":"passed","severity":"normal"},{"uid":"24097be2e48270b","name":"Does not throw an exception when node disconnects","time":{"start":1714454568758,"stop":1714454568759,"duration":1},"status":"passed","severity":"normal"},{"uid":"260f110eb8f28957","name":"Check received message containing SQL Injection","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"status":"passed","severity":"normal"},{"uid":"20f36617bdf81683","name":"Check received message containing Arabic","time":{"start":1714454434302,"stop":1714454434303,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b32203bcaed95b7","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1714453948678,"stop":1714453948678,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e45a16baec4e262","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714454185397,"stop":1714454185397,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7f4a1fc9e5353a","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"status":"skipped","severity":"normal"},{"uid":"844baa4ccc96a85e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714454227470,"stop":1714454227470,"duration":0},"status":"passed","severity":"normal"},{"uid":"b56a06462fa380ed","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1714454432000,"stop":1714454432000,"duration":0},"status":"passed","severity":"normal"},{"uid":"8270070da7be5245","name":"random static sharding 1 - Cluster ID: 196, Shard ID: 680","time":{"start":1714454485750,"stop":1714454485750,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2fa6ff8d7d2b535","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714454434336,"stop":1714454434336,"duration":0},"status":"passed","severity":"normal"},{"uid":"177075e0e50478e2","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1714453932711,"stop":1714453932711,"duration":0},"status":"passed","severity":"normal"},{"uid":"d362041d60108eee","name":"Ordered Callback - forward","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ee48248c9103084","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1714454140469,"stop":1714454140469,"duration":0},"status":"passed","severity":"normal"},{"uid":"738e6ac959f49e","name":"Default pageSize","time":{"start":1714454561534,"stop":1714454561534,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8b49760542847c","name":"Subscribe to topic containing Russian and publish message","time":{"start":1714454431996,"stop":1714454431996,"duration":0},"status":"passed","severity":"normal"},{"uid":"9046eaffdbfc122b","name":"Query with Promise Callback, No message returned","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"status":"passed","severity":"normal"},{"uid":"c025c083c5d3ea34","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f8b8b623a1f8c54","name":"LightPush","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb32a42297e3ef9","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1714453925064,"stop":1714453925065,"duration":1},"status":"passed","severity":"normal"},{"uid":"e96f2339435f0ca6","name":"should not fail to start the service if it is already started","time":{"start":1714453987181,"stop":1714453987182,"duration":1},"status":"passed","severity":"normal"},{"uid":"44ab962d18821101","name":"Check received message containing XML","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"status":"passed","severity":"normal"},{"uid":"248736087726a566","name":"ignores domain fetching errors","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c87aaa6abea2431","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429794,"stop":1714454429795,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c854944502ebe26","name":"random static sharding 5 - Cluster ID: 560, Shard ID: 511","time":{"start":1714454485752,"stop":1714454485753,"duration":1},"status":"passed","severity":"normal"},{"uid":"83a1465acc1917a7","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714454605540,"stop":1714454605540,"duration":0},"status":"passed","severity":"normal"},{"uid":"601453b951bf8882","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714454185400,"stop":1714454185401,"duration":1},"status":"passed","severity":"normal"},{"uid":"93fae3a94dd87ae7","name":"Check received message containing special chars","time":{"start":1714454133734,"stop":1714454133735,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b726e2fb17db9be","name":"Push message with unicode special characters payload","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"status":"passed","severity":"normal"},{"uid":"320819ff5bfbd74b","name":"should be able to encode the field with only STORE set to true","time":{"start":1714453932703,"stop":1714453932704,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ea2fb83e0de3f56","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1714453959966,"stop":1714453959967,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbbe7248dd4b4334","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714454185398,"stop":1714454185398,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6e6a3f076ba6a3c","name":"Check publish message containing numeric","time":{"start":1714454429787,"stop":1714454429788,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7b3f569bfd8c4f6","name":"different cluster, same shard: nodes don't connect","time":{"start":1714454282972,"stop":1714454282972,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc96fdc720d91514","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1714453937812,"stop":1714453937812,"duration":0},"status":"passed","severity":"normal"},{"uid":"a37500d3e670694c","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"status":"passed","severity":"normal"},{"uid":"3175466a28a0d37c","name":"Query generator for multiple messages","time":{"start":1714454543142,"stop":1714454543143,"duration":1},"status":"passed","severity":"normal"},{"uid":"6416ed07ce907968","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714454227464,"stop":1714454227465,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8d22242ba14c6e5","name":"Check message with non string payload is not received","time":{"start":1714454434312,"stop":1714454434312,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d78185ed2aa63","name":"Subscribe to topic containing long and receive message","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2fee9df710e76fc","name":"start node with empty content topic","time":{"start":1714454483208,"stop":1714454483209,"duration":1},"status":"passed","severity":"normal"},{"uid":"3371c8a123abc729","name":"Query with Ordered Callback, No message returned","time":{"start":1714454530135,"stop":1714454530135,"duration":0},"status":"passed","severity":"normal"},{"uid":"d88950b501cec473","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1714454140445,"stop":1714454140446,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ab6da241dea098d","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1714454431996,"stop":1714454431996,"duration":0},"status":"passed","severity":"normal"},{"uid":"27dbeb104c845fbc","name":"Check message with no content topic is not received","time":{"start":1714454434337,"stop":1714454434337,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d10c048738ce176","name":"should load peers from local storage and dispatch events","time":{"start":1714453952291,"stop":1714453952292,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5172eabcef5af28","name":"Promise Callback - forward","time":{"start":1714454530566,"stop":1714454530567,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1d7a120e82c5b90","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714455040951,"stop":1714455040952,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c3209cfa50c2406","name":"Fails to push message with large meta","time":{"start":1714454507911,"stop":1714454507912,"duration":1},"status":"passed","severity":"normal"},{"uid":"734636c2e333c2e2","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3c7e506dc51f8b","name":"Subscribe to topic containing long and publish message","time":{"start":1714454431994,"stop":1714454431994,"duration":0},"status":"passed","severity":"normal"},{"uid":"682e29e2021b61d0","name":"Generator, custom pubsub topic","time":{"start":1714454532108,"stop":1714454532109,"duration":1},"status":"passed","severity":"normal"},{"uid":"74151707d603349e","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714454227479,"stop":1714454227479,"duration":0},"status":"passed","severity":"normal"},{"uid":"1511a39543aae2da","name":"should only return 1 node with store capability","time":{"start":1714453949192,"stop":1714453949192,"duration":0},"status":"passed","severity":"normal"},{"uid":"680e45e7815e4847","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714454605547,"stop":1714454605547,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f6223c4088f1d5","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714454227473,"stop":1714454227478,"duration":5},"status":"passed","severity":"normal"},{"uid":"50408345c4a70e38","name":"Check received message containing Russian","time":{"start":1714454133736,"stop":1714454133736,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ca8fb5f560bc585","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140479,"stop":1714454140479,"duration":0},"status":"passed","severity":"normal"},{"uid":"e11b09c32e4245e3","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1714454282970,"stop":1714454282971,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5de0bca57562b2","name":"Push message with content topic containing XML","time":{"start":1714454507906,"stop":1714454507906,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f4ac4a5dbb07841","name":"Mutual subscription","time":{"start":1714454431990,"stop":1714454431990,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6bde31a36086432","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454048337,"stop":1714454048338,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8d5ffc61033009c","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1714454530133,"stop":1714454530134,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e4a510800c948f3","name":"Push message with Russian payload","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"status":"passed","severity":"normal"},{"uid":"18ac2c9ceb0ed553","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1714454140405,"stop":1714454140405,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6b9f837f97ccbdc","name":"Encoder throws on undefined content topic","time":{"start":1714453959968,"stop":1714453959968,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bc933dcda60a0a3","name":"Subscribe to topic containing XML and receive message","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"status":"passed","severity":"normal"},{"uid":"79103309655d5e9d","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"status":"passed","severity":"normal"},{"uid":"841e25efbaf31fab","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1714453932706,"stop":1714453932706,"duration":0},"status":"passed","severity":"normal"},{"uid":"2911a22315c17e0f","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"status":"passed","severity":"normal"},{"uid":"1778d82f3530d5a5","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app85/5/topic455/xml","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8a5884ec5146f6d","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714454605540,"stop":1714454605540,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c1f181afc3391c","name":"Push message with content topic containing Script","time":{"start":1714454507905,"stop":1714454507906,"duration":1},"status":"passed","severity":"normal"},{"uid":"f88416f091948627","name":"should return false","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc5b8c3f646637d","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b6be3a2944485ea","name":"throws on content topic with too few or too many fields","time":{"start":1714453925048,"stop":1714453925048,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cf49bb602f87ad8","name":"Privacy Node - default protocol","time":{"start":1714454576891,"stop":1714454576891,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba49a0f6a0fee7e0","name":"Check message with no payload is not received","time":{"start":1714454133786,"stop":1714454133786,"duration":0},"status":"passed","severity":"normal"},{"uid":"88370a19eabce987","name":"Subscribe and receive messages via lightPush","time":{"start":1714454605538,"stop":1714454605538,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d899213be6ad3d","name":"Publish message with large meta","time":{"start":1714454429801,"stop":1714454429802,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9c668e97b36eff1","name":"Check message with non string payload is not received","time":{"start":1714454434344,"stop":1714454434345,"duration":1},"status":"passed","severity":"normal"},{"uid":"69215ffe8c76cc83","name":"Fails to publish message with size larger than 1 MB","time":{"start":1714454429800,"stop":1714454429800,"duration":0},"status":"passed","severity":"normal"},{"uid":"324ebb1e0275b911","name":"Push message with special chars payload","time":{"start":1714454365874,"stop":1714454365874,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd4fe7483e0a151b","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1714453948680,"stop":1714453948680,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed2984a1ad2ff94","name":"Push message with content topic containing numeric","time":{"start":1714454507880,"stop":1714454507881,"duration":1},"status":"passed","severity":"normal"},{"uid":"63ca4d840510b808","name":"Delete observer","time":{"start":1714454368452,"stop":1714454368453,"duration":1},"status":"passed","severity":"normal"},{"uid":"39bfb46788072db1","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714454227472,"stop":1714454227472,"duration":0},"status":"passed","severity":"normal"},{"uid":"a424ce4330773987","name":"Publishes to nwaku","time":{"start":1714454394847,"stop":1714454394848,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bdb71a1f7c762c4","name":"Check meta is set [symmetric]","time":{"start":1714453958106,"stop":1714453958106,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b005b80e4fcacd","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714454227479,"stop":1714454227480,"duration":1},"status":"passed","severity":"normal"},{"uid":"a577700760d1e408","name":"Nwaku publishes","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0d72b6b4a86b312","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714454407735,"stop":1714454407735,"duration":0},"status":"passed","severity":"normal"},{"uid":"9585b5a234034e49","name":"Generator, 2 different pubsubtopics","time":{"start":1714454532120,"stop":1714454532121,"duration":1},"status":"passed","severity":"normal"},{"uid":"98a605494c1322d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714454605556,"stop":1714454605556,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dccd4db2193d7eb","name":"Subscribe to topic containing numeric and publish message","time":{"start":1714454431994,"stop":1714454431994,"duration":0},"status":"passed","severity":"normal"},{"uid":"27824d3505a5984c","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1714453948679,"stop":1714453948679,"duration":0},"status":"passed","severity":"normal"},{"uid":"9af69e385e26a129","name":"getPeersByDiscovery","time":{"start":1714454401484,"stop":1714454401484,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad29bd016a2bb619","name":"Subscribe and receive messages via lightPush","time":{"start":1714454227462,"stop":1714454227462,"duration":0},"status":"passed","severity":"normal"},{"uid":"389448522adce881","name":"pre and post cipher","time":{"start":1714453958694,"stop":1714453958695,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ee1b8e25a53b9a3","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714453932707,"stop":1714453932707,"duration":0},"status":"passed","severity":"normal"},{"uid":"552a27866dd01fc4","name":"Push message with meta","time":{"start":1714454507911,"stop":1714454507911,"duration":0},"status":"passed","severity":"normal"},{"uid":"59353287c04c7ee5","name":"Overlapping topic subscription","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab688b50a76686b","name":"recovers when dns.resolve returns empty","time":{"start":1714453949189,"stop":1714453949190,"duration":1},"status":"passed","severity":"normal"},{"uid":"6109428a37ce9ad2","name":"Ping on peer without subscriptions","time":{"start":1714454053295,"stop":1714454053296,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cb05ff20a15d150","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714454227471,"stop":1714454227471,"duration":0},"status":"passed","severity":"normal"},{"uid":"22adbb8becab1e01","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714454605548,"stop":1714454605549,"duration":1},"status":"passed","severity":"normal"},{"uid":"422c01e61af8bf7e","name":"Check received message containing short","time":{"start":1714454133717,"stop":1714454133717,"duration":0},"status":"passed","severity":"normal"},{"uid":"c515402771bd81e8","name":"should throw an error if shards are undefined for static sharding","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5412e1660a6dc56","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"status":"passed","severity":"normal"},{"uid":"484e513fd35776d3","name":"Passing page size 19 when there are 20 messages","time":{"start":1714454561533,"stop":1714454561533,"duration":0},"status":"passed","severity":"normal"},{"uid":"c26fbc04ccbd6cc8","name":"should handle a minimal index list","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e1d205d79fad5b0","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714454605555,"stop":1714454605555,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e05bedbf6bcd01b","name":"Refresh subscription","time":{"start":1714454431993,"stop":1714454431993,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a67b485fb9968d5","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d5f5e1dc6624474","name":"should properly create location multiaddrs - udp4","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"status":"passed","severity":"normal"},{"uid":"27ae06f16454653c","name":"Check publish message after service node is restarted","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5f47d6d378130518","name":"Check message received after nwaku node is restarted","time":{"start":1714454434346,"stop":1714454434346,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6ee8a999b0372610","name":"Overlapping topic subscription","time":{"start":1714454227466,"stop":1714454227467,"duration":1},"status":"passed","severity":"normal"},{"uid":"90d88435719f78c5","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714453987204,"stop":1714453987204,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4ab4180859ba99d2","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b34701fa0b19cf1","name":"Check received message containing special chars","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b84ba02c3676a3","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714455040953,"stop":1714455040953,"duration":0},"status":"passed","severity":"normal"},{"uid":"2979dc9eeb885010","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1714453975118,"stop":1714453975119,"duration":1},"status":"passed","severity":"normal"},{"uid":"c42d6cc84b13578a","name":"Query generator for multiple messages with different message text format","time":{"start":1714454543143,"stop":1714454543144,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8fd325505dd090a","name":"Relay - dialed after","time":{"start":1714454576888,"stop":1714454576888,"duration":0},"status":"passed","severity":"normal"},{"uid":"54b44fca46498582","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1714454546218,"stop":1714454546219,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e55301b5dfcc7a8","name":"Push message with meta","time":{"start":1714454365888,"stop":1714454365888,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0173304eaea3c58","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"status":"passed","severity":"normal"},{"uid":"273c614a2e9fbf79","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454532111,"stop":1714454532118,"duration":7},"status":"passed","severity":"normal"},{"uid":"f0b8ed3591934862","name":"retrieves a single peer","time":{"start":1714453949188,"stop":1714453949189,"duration":1},"status":"passed","severity":"normal"},{"uid":"36da131d15ffb329","name":"should set field with all protocols enabled","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eda9edc5693c963","name":"should properly create location multiaddrs - udp","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"62a10a3722152fa4","name":"Correctly serialized arguments","time":{"start":1714454254053,"stop":1714454254055,"duration":2},"status":"passed","severity":"normal"},{"uid":"e196c53a3df830ef","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714454605546,"stop":1714454605546,"duration":0},"status":"passed","severity":"normal"},{"uid":"82bcf922ae2ddbae","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf0dc3fb083edd8","name":"Check received message containing Chinese","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"status":"passed","severity":"normal"},{"uid":"641defe93b04859a","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454532126,"stop":1714454532128,"duration":2},"status":"passed","severity":"normal"},{"uid":"a84df6108fc7175c","name":"Register correct protocols","time":{"start":1714454431990,"stop":1714454431991,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1b22b2fcb4aa473","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1714454479294,"stop":1714454479294,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b59e339fb20b71","name":"Subscribe to topic containing emoji and publish message","time":{"start":1714454432000,"stop":1714454432000,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e0847641116460","name":"Push message with long payload","time":{"start":1714454365873,"stop":1714454365873,"duration":0},"status":"passed","severity":"normal"},{"uid":"f386ed12451212a6","name":"Push message with custom timestamp: 1714450540677","time":{"start":1714454365890,"stop":1714454365890,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5be782bb853c4d","name":"Ping on unsubscribed peer","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde8d5ea77d01645","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1714454282970,"stop":1714454282970,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b9e5ca804c5724","name":"random static sharding 4 - Cluster ID: 231, Shard ID: 992","time":{"start":1714454485751,"stop":1714454485752,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3d75be66200835","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5c5226e61f44ab9","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714454185399,"stop":1714454185400,"duration":1},"status":"passed","severity":"normal"},{"uid":"f235ce8b8ff406d","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1714453925054,"stop":1714453925055,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e03ee2bc096ebfa","name":"Decoder throws on empty string content topic","time":{"start":1714453938220,"stop":1714453938220,"duration":0},"status":"passed","severity":"normal"},{"uid":"81f3bf36253786c3","name":"should decode valid enr successfully","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dfb5d9fa6dc3879","name":"Wrong topic","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"status":"passed","severity":"normal"},{"uid":"29c46322bd4c8c1f","name":"Decoder throws on undefined content topic","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"status":"passed","severity":"normal"},{"uid":"812f81fa9e3ebbf8","name":"Push message equal or less that 1MB","time":{"start":1714454507913,"stop":1714454507915,"duration":2},"status":"passed","severity":"normal"},{"uid":"d1400ddfc844d1a7","name":"should encode/decode to text encoding","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a05758f5fcc383f","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1714454140469,"stop":1714454140470,"duration":1},"status":"passed","severity":"normal"},{"uid":"7908cd0f6bebde96","name":"Check received message containing Script","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a2b3549fc0e71d8","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1714454140440,"stop":1714454140441,"duration":1},"status":"passed","severity":"normal"},{"uid":"d80cf24564043e9e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"status":"passed","severity":"normal"},{"uid":"6132fdce66961742","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"status":"passed","severity":"normal"},{"uid":"423211a438c5838f","name":"Filter","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddadf397e724f9a4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714454407731,"stop":1714454407732,"duration":1},"status":"passed","severity":"normal"},{"uid":"c179e9116260b630","name":"Push message with content topic containing long","time":{"start":1714454507880,"stop":1714454507880,"duration":0},"status":"passed","severity":"normal"},{"uid":"d12e3bc299ff19cc","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"status":"passed","severity":"normal"},{"uid":"15177e420031cf20","name":"Push message with custom timestamp: 1714450533923","time":{"start":1714454507913,"stop":1714454507913,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0f5c50d9c8b1602","name":"Rejects garbage","time":{"start":1714453941572,"stop":1714453941573,"duration":1},"status":"passed","severity":"normal"},{"uid":"1db6e2d04e385095","name":"same cluster, different shard: nodes don't connect","time":{"start":1714454140404,"stop":1714454140404,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dd0362e2086d317","name":"Fails to push message bigger that 1MB","time":{"start":1714454507915,"stop":1714454507916,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c7e16d19bcdf01a","name":"should only return 1 node with relay and store capability","time":{"start":1714453949191,"stop":1714453949192,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ed6328ff3c93b6a","name":"throws on content topic with empty version field","time":{"start":1714453925050,"stop":1714453925050,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea69942a51369027","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"status":"passed","severity":"normal"},{"uid":"b440b652388dbb15","name":"Push message with content topic containing JSON","time":{"start":1714454365885,"stop":1714454365886,"duration":1},"status":"passed","severity":"normal"},{"uid":"99bcaacf0bc86bd5","name":"Encoder throws on empty string content topic","time":{"start":1714453959968,"stop":1714453959968,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d30717ecb68d96c","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1714453983005,"stop":1714453983005,"duration":0},"status":"passed","severity":"normal"},{"uid":"8073810db91e3b78","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1714454024386,"stop":1714454024386,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d11e2eadf9244fd","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1714453948684,"stop":1714453948686,"duration":2},"status":"passed","severity":"normal"},{"uid":"2038f3e0d2f22510","name":"Subscribe to topic containing Script and publish message","time":{"start":1714454431997,"stop":1714454431997,"duration":0},"status":"passed","severity":"normal"},{"uid":"93218fb3db6a5ca1","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714453932712,"stop":1714453932712,"duration":0},"status":"passed","severity":"normal"},{"uid":"54fe9ecbfcd4b200","name":"Check message received after nwaku node is restarted","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b08c65b77d52bba9","name":"should return unique PubsubTopics for static sharding","time":{"start":1714453925061,"stop":1714453925062,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9dd827e4d4c6d7e","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1714454546217,"stop":1714454546218,"duration":1},"status":"passed","severity":"normal"},{"uid":"83a6ef733c616c84","name":"Check message received after jswaku node is restarted","time":{"start":1714454434345,"stop":1714454434345,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e312299caf8fe964","name":"Passing cursor with wrong message digest","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"status":"passed","severity":"normal"},{"uid":"e87ef7d0fa9561b8","name":"Subscribe to topic containing XML and receive message","time":{"start":1714454227472,"stop":1714454227472,"duration":0},"status":"passed","severity":"normal"},{"uid":"5252f7a98a1e4085","name":"Check received message containing numeric","time":{"start":1714454434301,"stop":1714454434301,"duration":0},"status":"passed","severity":"normal"},{"uid":"80ea932d94737aea","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714454605553,"stop":1714454605553,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed52e6f25675fb56","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714454434308,"stop":1714454434309,"duration":1},"status":"passed","severity":"normal"},{"uid":"231b1f8a5458edb4","name":"Push message with Basic HTML tag payload","time":{"start":1714454507876,"stop":1714454507876,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d9aa07dd9d0069a","name":"Publish message with custom timestamp: Tue Apr 30 2024 04:20:01 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429796,"stop":1714454429797,"duration":1},"status":"passed","severity":"normal"},{"uid":"736b53aa5bad9e09","name":"creates an iterator","time":{"start":1714454554064,"stop":1714454554065,"duration":1},"status":"passed","severity":"normal"},{"uid":"779b4d1d3514cdc8","name":"Check received message containing XML","time":{"start":1714454434323,"stop":1714454434323,"duration":0},"status":"passed","severity":"normal"},{"uid":"495dfab5cc54205d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714454407733,"stop":1714454407733,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5116bf3ad2295c1","name":"connects to nwaku","time":{"start":1714454568758,"stop":1714454568758,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c1c020ea7f8e0e5","name":"Reopen subscription with peer with lost subscription","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b300338292455c0","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1714454140467,"stop":1714454140467,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4f0f7c95844166e","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4c29191cef4bb03","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app40/9/topic615/json","time":{"start":1714454483204,"stop":1714454483205,"duration":1},"status":"passed","severity":"normal"},{"uid":"c81bbce22cf1e82a","name":"Relay - dialed first","time":{"start":1714454576887,"stop":1714454576888,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ca436425d851713","name":"Push 30 different messages","time":{"start":1714454507878,"stop":1714454507879,"duration":1},"status":"passed","severity":"normal"},{"uid":"b41f4d5e18d7cd90","name":"Check received message containing shell command","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8231ee594c29cfa","name":"Push message with unicode special characters payload","time":{"start":1714454507878,"stop":1714454507878,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a95cd316b10809a","name":"Subscribe and receives messages on 20 topics","time":{"start":1714454605550,"stop":1714454605551,"duration":1},"status":"passed","severity":"normal"},{"uid":"f90b78a002abbfce","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1714453985200,"stop":1714453985200,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcce7888304a3191","name":"Check received message containing short","time":{"start":1714454434313,"stop":1714454434320,"duration":7},"status":"passed","severity":"normal"},{"uid":"22cf455a753cb9e8","name":"throws on content topic with generation field greater than 0","time":{"start":1714453925049,"stop":1714453925049,"duration":0},"status":"passed","severity":"normal"},{"uid":"26a7dcc5e79a725e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1714453925068,"stop":1714453925069,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7d9413f90c4386","name":"Check received message containing Script","time":{"start":1714454434323,"stop":1714454434323,"duration":0},"status":"passed","severity":"normal"},{"uid":"74d129034fce1caf","name":"Relay + Store","time":{"start":1714453985446,"stop":1714453985446,"duration":0},"status":"passed","severity":"normal"},{"uid":"eca22cc21afdf4ba","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app64/3/topic307/xml","time":{"start":1714454483203,"stop":1714454483204,"duration":1},"status":"passed","severity":"normal"},{"uid":"8858ecaca373b2e6","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1714453949194,"stop":1714453949194,"duration":0},"status":"skipped","severity":"normal"},{"uid":"98247afe3b59bc07","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454246981,"stop":1714454246981,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df129b61f360582","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714454605550,"stop":1714454605550,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd977fcef1c27b76","name":"Query Generator, Multiple PubsubTopics","time":{"start":1714454530129,"stop":1714454530130,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cbf58175e256334","name":"Fields are not dropped","time":{"start":1714453937585,"stop":1714453937587,"duration":2},"status":"passed","severity":"normal"},{"uid":"81115b534c84157c","name":"Push message with rate limit","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad601e5eab0248ce","name":"Check message on other pubsub topic is not received","time":{"start":1714454434310,"stop":1714454434311,"duration":1},"status":"passed","severity":"normal"},{"uid":"794d8ae8dde3d4e7","name":"Check publish message containing Script","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"status":"passed","severity":"normal"},{"uid":"74c1525140a0cc70","name":"Fails to publish message with wrong content topic","time":{"start":1714454429799,"stop":1714454429799,"duration":0},"status":"passed","severity":"normal"},{"uid":"769c037935a1f35a","name":"Push message with content topic containing shell command","time":{"start":1714454507907,"stop":1714454507908,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a0c8c9aa73d902d","name":"Check message with no pubsub topic is not received","time":{"start":1714454133785,"stop":1714454133785,"duration":0},"status":"passed","severity":"normal"},{"uid":"47062b73b5c138bd","name":"Check received message with timestamp: 1714453974781000000 ","time":{"start":1714454133775,"stop":1714454133776,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc672f02c0f6693d","name":"Push message equal or less that 1MB","time":{"start":1714454365891,"stop":1714454365891,"duration":0},"status":"passed","severity":"normal"},{"uid":"e92bbd9d39f969db","name":"Check message received after jswaku node is restarted","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"status":"skipped","severity":"normal"},{"uid":"345e66d32fbcd6a4","name":"Push message with SQL Injection payload","time":{"start":1714454365876,"stop":1714454365876,"duration":0},"status":"passed","severity":"normal"},{"uid":"b661498e731835b0","name":"Push message with Script payload","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"status":"passed","severity":"normal"},{"uid":"1649de1693046db8","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714454605548,"stop":1714454605548,"duration":0},"status":"passed","severity":"normal"},{"uid":"8184cf130790bd91","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"status":"passed","severity":"normal"},{"uid":"682770c0b64e5c92","name":"different cluster, same shard: nodes don't connect","time":{"start":1714454140404,"stop":1714454140404,"duration":0},"status":"passed","severity":"normal"},{"uid":"9879f1d88b61ff7e","name":"Push message with Chinese payload","time":{"start":1714454507873,"stop":1714454507873,"duration":0},"status":"passed","severity":"normal"},{"uid":"65e4dbe094e430aa","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1714453932704,"stop":1714453932705,"duration":1},"status":"passed","severity":"normal"},{"uid":"790b2d22581f4d68","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1714453949192,"stop":1714453949192,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ac3fb410d92a997","name":"Push message with custom timestamp: 1683695733923","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"status":"passed","severity":"normal"},{"uid":"633fadaf17dd5d6b","name":"throws on content topic with empty encoding field","time":{"start":1714453925051,"stop":1714453925051,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6298b5b5c546838","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1f3c0ad6c0c4972","name":"Query with Ordered Callback, No Decoder","time":{"start":1714454530134,"stop":1714454530135,"duration":1},"status":"passed","severity":"normal"},{"uid":"cae898362c003417","name":"Push message with SQL Injection payload","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"status":"passed","severity":"normal"},{"uid":"a719eb3221e49cff","name":"should not fail to start the service if it is already started","time":{"start":1714453952289,"stop":1714453952289,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d3b31a8f55795d2","name":"should properly create location multiaddrs - tcp","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d690a09d6a0f453","name":"should throw error - no public key","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d75d60f771cd52","name":"Callback on promise","time":{"start":1714454543146,"stop":1714454543146,"duration":0},"status":"passed","severity":"normal"},{"uid":"22c2e457700ce5f7","name":"should be able to encode the field with only FILTER set to true","time":{"start":1714453932704,"stop":1714453932704,"duration":0},"status":"passed","severity":"normal"},{"uid":"610eb8a6f3d1bbde","name":"Relay","time":{"start":1714453985445,"stop":1714453985445,"duration":0},"status":"passed","severity":"normal"},{"uid":"f311722b056e6909","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1714454401485,"stop":1714454401485,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4c6bf6d34efde39f","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714454185397,"stop":1714454185397,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ab9faaff7c253a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b887c14a7518f0b","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1714454530132,"stop":1714454530133,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cbebff8b3c1731b","name":"Push message with content topic containing special chars","time":{"start":1714454365882,"stop":1714454365883,"duration":1},"status":"passed","severity":"normal"},{"uid":"886b50bdae21943","name":"getPeersByDiscovery","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"status":"passed","severity":"normal"},{"uid":"94473e77ab33d81b","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714454048339,"stop":1714454048340,"duration":1},"status":"passed","severity":"normal"},{"uid":"a60632fcbd7f49b9","name":"Push message with custom timestamp: 1683695740677","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fa4b782e36258f7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"status":"passed","severity":"normal"},{"uid":"4210b61d3d5e6220","name":"Passing cursor with wrong pubsubTopic","time":{"start":1714454479297,"stop":1714454479298,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6ea6ff5a4b463fb","name":"Publish message with rate limit","time":{"start":1714454429802,"stop":1714454429802,"duration":0},"status":"passed","severity":"normal"},{"uid":"a202d63d4eb93af4","name":"Check received message containing long","time":{"start":1714454434320,"stop":1714454434320,"duration":0},"status":"passed","severity":"normal"},{"uid":"c51cea92de0a8a0f","name":"Push message with shell command payload","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f18c74bf5c2821f","name":"should properly create location multiaddrs - tcp6","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"20945e5c0ad5df93","name":"Query with Promise Callback, No Decoder","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"status":"passed","severity":"normal"},{"uid":"e366f77a739fae54","name":"should be able to decode the field with only FILTER set to true","time":{"start":1714453932709,"stop":1714453932709,"duration":0},"status":"passed","severity":"normal"},{"uid":"222f09296d0a0685","name":"can start the service","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"status":"passed","severity":"normal"},{"uid":"cca2592e92624d9a","name":"should be able to decode the field with only STORE set to true","time":{"start":1714453932709,"stop":1714453932710,"duration":1},"status":"passed","severity":"normal"},{"uid":"de88d86f83fbd656","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1714454140406,"stop":1714454140406,"duration":0},"status":"passed","severity":"normal"},{"uid":"97527631fe49b594","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"status":"passed","severity":"normal"},{"uid":"5aacc4ac67efce99","name":"Check message with no payload is not received","time":{"start":1714454434312,"stop":1714454434312,"duration":0},"status":"passed","severity":"normal"},{"uid":"23d1635548ff1b62","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aa84bf9c7572f61","name":"non connected peers","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c1d3070999fb87f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714454066547,"stop":1714454066548,"duration":1},"status":"passed","severity":"normal"},{"uid":"3715a1ce74188c8d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714454066546,"stop":1714454066547,"duration":1},"status":"passed","severity":"normal"},{"uid":"36cf5a52944417c7","name":"Check received message containing escaped characters","time":{"start":1714454434325,"stop":1714454434334,"duration":9},"status":"passed","severity":"normal"},{"uid":"d56ed5abe262dab0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714454227470,"stop":1714454227471,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2e49e93251e4cea","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1714454140479,"stop":1714454140480,"duration":1},"status":"passed","severity":"normal"},{"uid":"8477fa36e8d62ab2","name":"Push message with content topic containing emoji","time":{"start":1714454365887,"stop":1714454365887,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b49c683620b8e8","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1714453932710,"stop":1714453932711,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eb826e00b1d0eed","name":"Subscribe to topic containing short and publish message","time":{"start":1714454431993,"stop":1714454431994,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbc1f65dd042b50f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454246977,"stop":1714454246978,"duration":1},"status":"passed","severity":"normal"},{"uid":"8635295706a2da1b","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714454407735,"stop":1714454407736,"duration":1},"status":"passed","severity":"normal"},{"uid":"3729d0cebba73a7","name":"Check received message containing emoji","time":{"start":1714454434334,"stop":1714454434335,"duration":1},"status":"passed","severity":"normal"},{"uid":"a121347414f39a69","name":"Ping on unsubscribed peer","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"status":"passed","severity":"normal"},{"uid":"64b8bccdb90d6a15","name":"Check publish message containing short","time":{"start":1714454429786,"stop":1714454429787,"duration":1},"status":"passed","severity":"normal"},{"uid":"c88341182d8ab926","name":"Subscribe to topic containing long and receive message","time":{"start":1714454227468,"stop":1714454227468,"duration":0},"status":"passed","severity":"normal"},{"uid":"a995320871416e47","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1714454024387,"stop":1714454024388,"duration":1},"status":"passed","severity":"normal"},{"uid":"4df98a4e1e852160","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1714453938220,"stop":1714453938221,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0fc060167965271","name":"handles empty contentTopics array correctly","time":{"start":1714453925078,"stop":1714453925079,"duration":1},"status":"passed","severity":"normal"},{"uid":"13102f2416e8cb8b","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1714453985199,"stop":1714453985199,"duration":0},"status":"passed","severity":"normal"},{"uid":"98dcfe478c706b36","name":"Accepts a valid Waku Message","time":{"start":1714453941571,"stop":1714453941572,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ca53bb690110d14","name":"Check publish message containing emoji","time":{"start":1714454429794,"stop":1714454429794,"duration":0},"status":"passed","severity":"normal"},{"uid":"75664724777d73a6","name":"Subscribe to topic containing XML and publish message","time":{"start":1714454431997,"stop":1714454431997,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b824c1d129967f6","name":"isConnected should return true after first peer connects","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e5744d05aee5ec6","name":"Subscribe and receives messages on 20 topics","time":{"start":1714454227465,"stop":1714454227465,"duration":0},"status":"passed","severity":"normal"},{"uid":"c762a912d3437679","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa708f7264fbc5b2","name":"Check message with no content topic is not received","time":{"start":1714454434311,"stop":1714454434312,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9f915c3242b668e","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1714454563518,"stop":1714454563518,"duration":0},"status":"passed","severity":"normal"},{"uid":"4febf61c6dff6767","name":"Publish message with custom timestamp: Tue Apr 30 2024 06:20:01 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429797,"stop":1714454429797,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae3a58e3bc9a1aa7","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1714454140471,"stop":1714454140471,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce60afd6c7939703","name":"Check message with invalid timestamp is not received","time":{"start":1714454133777,"stop":1714454133778,"duration":1},"status":"passed","severity":"normal"},{"uid":"c66ae5011ba225ee","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1714454140467,"stop":1714454140467,"duration":0},"status":"passed","severity":"normal"},{"uid":"f56e9332a5b3cfed","name":"Check received message containing Basic HTML tag","time":{"start":1714454434323,"stop":1714454434324,"duration":1},"status":"passed","severity":"normal"},{"uid":"19a3714f0480676d","name":"start node with ApplicationInfo","time":{"start":1714454483208,"stop":1714454483208,"duration":0},"status":"passed","severity":"normal"},{"uid":"50846528f87440f9","name":"Check received message containing escaped characters","time":{"start":1714454133757,"stop":1714454133757,"duration":0},"status":"passed","severity":"normal"},{"uid":"78cea8e2858631b9","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1714454140440,"stop":1714454140440,"duration":0},"status":"passed","severity":"normal"},{"uid":"63166007e027e072","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714454407737,"stop":1714454407737,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3aa88a5a72d00f4","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1714454140480,"stop":1714454140481,"duration":1},"status":"passed","severity":"normal"},{"uid":"55f9b9e03bf0d166","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d0e405bc346e19b","name":"Throws when trying to push message with empty payload","time":{"start":1714454365880,"stop":1714454365881,"duration":1},"status":"passed","severity":"normal"},{"uid":"c954686625503a99","name":"returns all values when wanted number is greater than available values","time":{"start":1714453947389,"stop":1714453947389,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdc38db838ef3c19","name":"Encoder throws on empty string content topic","time":{"start":1714453938219,"stop":1714453938219,"duration":0},"status":"passed","severity":"normal"},{"uid":"f463ee7f2075060","name":"Passing page size 11 when there are 10 messages","time":{"start":1714454561532,"stop":1714454561532,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f1a1524a3c0ba7","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"status":"passed","severity":"normal"},{"uid":"3170cd6575f63649","name":"Check publish message containing Russian","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"status":"passed","severity":"normal"},{"uid":"552b4eaa39538363","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454048329,"stop":1714454048332,"duration":3},"status":"passed","severity":"normal"},{"uid":"f7f34db7d4dbcba6","name":"configure the node with multiple content topics","time":{"start":1714454483207,"stop":1714454483207,"duration":0},"status":"passed","severity":"normal"},{"uid":"db1849652f5bc06d","name":"less peers than existing","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6a6f102bfbc2dfb3","name":"Push message with Arabic payload","time":{"start":1714454507873,"stop":1714454507874,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf0d629c4ef6e89e","name":"Push message with long payload","time":{"start":1714454507871,"stop":1714454507871,"duration":0},"status":"passed","severity":"normal"},{"uid":"365784bbddcc2ab","name":"removeEventListener with wrong event","time":{"start":1714454015966,"stop":1714454015967,"duration":1},"status":"passed","severity":"normal"},{"uid":"5456f646cc0f7e5e","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714454185395,"stop":1714454185396,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4b894b1ff5fc042","name":"safeDispatchEvent","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60bf3cd0831c243","name":"Reopen subscription with peer with lost subscription","time":{"start":1714454053294,"stop":1714454053295,"duration":1},"status":"passed","severity":"normal"},{"uid":"9300e0413272eff7","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1714454530136,"stop":1714454530136,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc2420e7469c1ee","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1714454479295,"stop":1714454479295,"duration":0},"status":"passed","severity":"normal"},{"uid":"6355d150384b23bb","name":"Push message with content topic containing numeric","time":{"start":1714454365882,"stop":1714454365882,"duration":0},"status":"passed","severity":"normal"},{"uid":"10f2665a148e1890","name":"Subscribe to topic containing Script and receive message","time":{"start":1714454605544,"stop":1714454605544,"duration":0},"status":"passed","severity":"normal"},{"uid":"34f5f1819da7cc3d","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1714453983004,"stop":1714453983005,"duration":1},"status":"passed","severity":"normal"},{"uid":"e823c0e19f01a261","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ec7c9a15854a258","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1714454563519,"stop":1714454563520,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dbf053e2c4c05f","name":"should not fail to stop the service if it was not started","time":{"start":1714454443271,"stop":1714454443271,"duration":0},"status":"passed","severity":"normal"},{"uid":"5517e26426f217ec","name":"Overlapping topic subscription","time":{"start":1714454431993,"stop":1714454431993,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c05ec57f7e41d95","name":"Subscribe to topic containing short and receive message","time":{"start":1714454227468,"stop":1714454227468,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0b02c4a46b9c4b","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9092ecf976cce75","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1714454543147,"stop":1714454543148,"duration":1},"status":"passed","severity":"normal"},{"uid":"8486d7c936c16c86","name":"Round trip binary encryption [ecies, signature]","time":{"start":1714453959967,"stop":1714453959967,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1251203e83bc953","name":"Subscribe and receive messages via waku relay post","time":{"start":1714454605549,"stop":1714454605549,"duration":0},"status":"passed","severity":"normal"},{"uid":"86db4a2e7194d6de","name":"A test","time":{"start":1714454227628,"stop":1714454227629,"duration":1},"status":"passed","severity":"normal"},{"uid":"d354daf77595a7d4","name":"Subscribe to topic containing XML and receive message","time":{"start":1714454605544,"stop":1714454605545,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d60fca85892100c","name":"Asymmetric encrypt & decrypt","time":{"start":1714453958693,"stop":1714453958694,"duration":1},"status":"passed","severity":"normal"},{"uid":"69208f71730b93b8","name":"Check meta is set [ecies]","time":{"start":1714453959967,"stop":1714453959968,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed8b37c600129423","name":"Query Generator - forward","time":{"start":1714454530565,"stop":1714454530565,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f3ea35f6b6456d5","name":"isConnected should return false after all peers disconnect","time":{"start":1714453975167,"stop":1714453975168,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6086d94713e2c09","name":"Push message with content topic containing Chinese","time":{"start":1714454507904,"stop":1714454507904,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ac3839c93a0da51","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714454407736,"stop":1714454407736,"duration":0},"status":"passed","severity":"normal"},{"uid":"e305159f5283acab","name":"dispatchEvent via connectionManager","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fca1ad0b0e751c6","name":"Query Generator, No Decoder","time":{"start":1714454530130,"stop":1714454530131,"duration":1},"status":"passed","severity":"normal"},{"uid":"3edd193aadebec16","name":"should be called at least once on all `peer:discovery` events","time":{"start":1714453983002,"stop":1714453983003,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c7b4a06ed58fac0","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1714454479296,"stop":1714454479297,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc89187ee8b9f93","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454048328,"stop":1714454048329,"duration":1},"status":"passed","severity":"normal"},{"uid":"150082852497d5c","name":"should not receive a peer event after stop","time":{"start":1714453987198,"stop":1714453987200,"duration":2},"status":"passed","severity":"normal"},{"uid":"83c725b1b2bc432c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714454605544,"stop":1714454605544,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ebea972904cc90","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714454185396,"stop":1714454185397,"duration":1},"status":"passed","severity":"normal"},{"uid":"13cdc3054c2755bc","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1714454140406,"stop":1714454140407,"duration":1},"status":"passed","severity":"normal"},{"uid":"80762d6d33e53eab","name":"Check received message containing Basic HTML tag","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"status":"passed","severity":"normal"},{"uid":"254abb0ad0bf6c39","name":"Push message with content topic containing Arabic","time":{"start":1714454507904,"stop":1714454507904,"duration":0},"status":"passed","severity":"normal"},{"uid":"83a2333635d43f50","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1714453925066,"stop":1714453925067,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dfe5eee17543369","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1714453925065,"stop":1714453925066,"duration":1},"status":"passed","severity":"normal"},{"uid":"458b989a037dcd52","name":"Subscribe and receive messages via waku relay post","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c050b5c8cd2bbfe","name":"Encoder throws on empty string content topic","time":{"start":1714453958108,"stop":1714453958108,"duration":0},"status":"passed","severity":"normal"},{"uid":"2349a45d58f61b6d","name":"Sample","time":{"start":1714453932841,"stop":1714453932841,"duration":0},"status":"passed","severity":"normal"},{"uid":"b27e6837887935eb","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1714454431998,"stop":1714454431998,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c14904a2be498f8","name":"1 Store, 2 relays, 2 fetches","time":{"start":1714453948530,"stop":1714453948530,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1c9dcc1f6d8be1","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714454185396,"stop":1714454185396,"duration":0},"status":"passed","severity":"normal"},{"uid":"205a515f1503c009","name":"should use the provided clusterId for the pubsub topic","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"status":"passed","severity":"normal"},{"uid":"21c946949252089a","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/5/topic900/xml","time":{"start":1714454483202,"stop":1714454483202,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e7aeffa72cddfed","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1714453932705,"stop":1714453932705,"duration":0},"status":"passed","severity":"normal"},{"uid":"81702d5eac4343f6","name":"should set field with only LIGHTPUSH enabled","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69a0eb229744db6","name":"Subscribe to topic containing JSON and publish message","time":{"start":1714454431998,"stop":1714454431998,"duration":0},"status":"passed","severity":"normal"},{"uid":"44fde4dbf2a455cc","name":"should properly create location multiaddrs - tcp4","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"status":"passed","severity":"normal"},{"uid":"18bd6c1195d8f1fd","name":"can start and stop the service","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"status":"passed","severity":"normal"},{"uid":"50813197f18914e4","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1714453948682,"stop":1714453948684,"duration":2},"status":"passed","severity":"normal"},{"uid":"8dceb0a79abf3c83","name":"Check received message containing shell command","time":{"start":1714454434305,"stop":1714454434306,"duration":1},"status":"passed","severity":"normal"},{"uid":"a59d0b6c532b3a67","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454246973,"stop":1714454246974,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea9e44722fa7ed5f","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1714453925056,"stop":1714453925057,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a2ab5e37b98f125","name":"should throw an error for empty SingleShardInfos array","time":{"start":1714453925060,"stop":1714453925061,"duration":1},"status":"passed","severity":"normal"},{"uid":"62214ec321b1d6cc","name":"random static sharding 6 - Cluster ID: 634, Shard ID: 405","time":{"start":1714454485753,"stop":1714454485753,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2ad88fa893ae2f5","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714454227466,"stop":1714454227466,"duration":0},"status":"passed","severity":"normal"},{"uid":"458717fdec14a00d","name":"Check publish message containing escaped characters","time":{"start":1714454429793,"stop":1714454429793,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c29e5d3e267f362","name":"Query generator for multiple messages with multiple decoders","time":{"start":1714454543144,"stop":1714454543145,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d6b5811ab3f0333","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714454227472,"stop":1714454227473,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cff0f5777c113a5","name":"throws on content topic with empty application field","time":{"start":1714453925049,"stop":1714453925050,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"ba237d93e36acaa1","name":"Ping on subscribed peer","time":{"start":1714500660501,"stop":1714500660502,"duration":1},"status":"passed","severity":"normal"},{"uid":"96e55199e0140fd4","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1714500525331,"stop":1714500525332,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1b18bd1d293126f","name":"does not throw on valid cases","time":{"start":1714500525319,"stop":1714500525319,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfb86f5bc8ec7ab2","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1714500587026,"stop":1714500587027,"duration":1},"status":"passed","severity":"normal"},{"uid":"67da93ba9ad19212","name":"Fails to push message with empty content topic","time":{"start":1714501123814,"stop":1714501123814,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea99d05b9c43c94f","name":"Nodes with multiple pubsub topic","time":{"start":1714501013449,"stop":1714501013449,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7683cce30e61af5","name":"Symmetric encrypt & Decrypt","time":{"start":1714500560558,"stop":1714500560558,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f6287e9cbb070ba","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app99/4/topic406/utf8","time":{"start":1714501089332,"stop":1714501089332,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0feb0e8ac9f1143","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1714500744126,"stop":1714500744127,"duration":1},"status":"passed","severity":"normal"},{"uid":"60be6abec002b928","name":"should properly compute the node id","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"status":"passed","severity":"normal"},{"uid":"60d8d8ec60d45f57","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0b3981763f7bee","name":"Check publish message containing JSON","time":{"start":1714501036157,"stop":1714501036158,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f25a847cd8cd871","name":"Publish message with rate limit","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"status":"passed","severity":"normal"},{"uid":"989843af3a29d327","name":"Push message with content topic containing XML","time":{"start":1714500976555,"stop":1714500976555,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab48b86d7e2e6614","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1714500744051,"stop":1714500744052,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d8acf8ff2efbb7b","name":"Refresh subscription","time":{"start":1714500823179,"stop":1714500823181,"duration":2},"status":"passed","severity":"normal"},{"uid":"2c2c0c0baf6115b0","name":"throws on content topic with empty topic name field","time":{"start":1714500525323,"stop":1714500525323,"duration":0},"status":"passed","severity":"normal"},{"uid":"24acb9eb84294fe0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500844873,"stop":1714500844874,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8e6f6daeb014a1f","name":"Query Generator, No Decoder","time":{"start":1714501140344,"stop":1714501140345,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cbf6ac8cf21b6d0","name":"Push message with content topic containing JSON","time":{"start":1714500976557,"stop":1714500976557,"duration":0},"status":"passed","severity":"normal"},{"uid":"e254a4edbcc03ce0","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"status":"passed","severity":"normal"},{"uid":"e80c344c4b26a25e","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app21/3/topic297/xml","time":{"start":1714501089327,"stop":1714501089327,"duration":0},"status":"passed","severity":"normal"},{"uid":"fac2200691f1f400","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744116,"stop":1714500744117,"duration":1},"status":"passed","severity":"normal"},{"uid":"60311f0330f9f0ad","name":"should not fail to stop the service if it was not started","time":{"start":1714501049782,"stop":1714501049783,"duration":1},"status":"passed","severity":"normal"},{"uid":"60953762d6747082","name":"Relay + Store","time":{"start":1714500587632,"stop":1714500587632,"duration":0},"status":"passed","severity":"normal"},{"uid":"a59a007654dbad07","name":"Push message with Basic HTML tag payload","time":{"start":1714500976532,"stop":1714500976533,"duration":1},"status":"passed","severity":"normal"},{"uid":"52dc9700221d223a","name":"different cluster, different shard: nodes don't connect","time":{"start":1714500744051,"stop":1714500744051,"duration":0},"status":"passed","severity":"normal"},{"uid":"55560532763c7b0e","name":"Subscribe and receive messages via lightPush","time":{"start":1714500823170,"stop":1714500823171,"duration":1},"status":"passed","severity":"normal"},{"uid":"96fbea5ce422fb6f","name":"Check received message with timestamp: 1714500577468 ","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2942ec27be68f","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app50/7/topic265/proto","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d19400836b17eef","name":"throws on content topic with empty application field","time":{"start":1714500525322,"stop":1714500525322,"duration":0},"status":"passed","severity":"normal"},{"uid":"26105cc61a22fee8","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app17/3/topic587/test.js","time":{"start":1714501089331,"stop":1714501089331,"duration":0},"status":"passed","severity":"normal"},{"uid":"13fbbf98720fa525","name":"should be called for bootstrap peers","time":{"start":1714500587024,"stop":1714500587024,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d612e62df7d614","name":"should decode valid enr with tcp successfully","time":{"start":1714500534097,"stop":1714500534098,"duration":1},"status":"passed","severity":"normal"},{"uid":"b141e3413d601941","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1714500538711,"stop":1714500538711,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7400bbbcd1ade4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500844872,"stop":1714500844872,"duration":0},"status":"passed","severity":"normal"},{"uid":"747b48d5bab153c3","name":"should return empty list for no shard","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"status":"passed","severity":"normal"},{"uid":"35f397bfd54bae3e","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714501319432,"stop":1714501319432,"duration":0},"status":"passed","severity":"normal"},{"uid":"6839bf168cfbc981","name":"Check received message containing emoji","time":{"start":1714501050434,"stop":1714501050435,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5aa0ea46b861242","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1714500578607,"stop":1714500578608,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d3f2e3a54c1989d","name":"Check received message with timestamp: 1714500577468000000 ","time":{"start":1714501050435,"stop":1714501050436,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c70eaed91038199","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714501220694,"stop":1714501220695,"duration":1},"status":"passed","severity":"normal"},{"uid":"7713c2be95c66277","name":"should throw error - no public key","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"status":"passed","severity":"normal"},{"uid":"94450f370c03e739","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","severity":"normal"},{"uid":"7afdff6f7ddb1766","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4cfc9688d1a035a","name":"Subscribe to topic containing XML and receive message","time":{"start":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a2118189a7d991","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1714500744139,"stop":1714500744139,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdef8cc261513891","name":"Push message with shell command payload","time":{"start":1714500976535,"stop":1714500976536,"duration":1},"status":"passed","severity":"normal"},{"uid":"69aa6291b48aa077","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1714500744139,"stop":1714500744139,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9223e7d0c1bda","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1714500744053,"stop":1714500744053,"duration":0},"status":"passed","severity":"normal"},{"uid":"6672257419336cf3","name":"safeDispatchEvent","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"status":"passed","severity":"normal"},{"uid":"70a2ba058821325e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714500823185,"stop":1714500823185,"duration":0},"status":"passed","severity":"normal"},{"uid":"f64a75893d0bb910","name":"dispatchEvent via connectionManager","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"status":"passed","severity":"normal"},{"uid":"79668d6170f259dd","name":"Decoder throws on empty string content topic","time":{"start":1714500539182,"stop":1714500539182,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6b2bba662f6d21a","name":"random static sharding 6 - Cluster ID: 439, Shard ID: 664","time":{"start":1714501106179,"stop":1714501106179,"duration":0},"status":"passed","severity":"normal"},{"uid":"543f4dbf0e266bda","name":"Check message with non string payload is not received","time":{"start":1714501050458,"stop":1714501050459,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4a9ea201c0b5b87","name":"Check received message containing numeric","time":{"start":1714501050427,"stop":1714501050428,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad87ef4ef2d1c531","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1714501184627,"stop":1714501184628,"duration":1},"status":"passed","severity":"normal"},{"uid":"61dd47d4872f7de2","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500844878,"stop":1714500844879,"duration":1},"status":"passed","severity":"normal"},{"uid":"b43f6764e650649e","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500654300,"stop":1714500654300,"duration":0},"status":"passed","severity":"normal"},{"uid":"430d8098386df929","name":"Passing page size 19 when there are 20 messages","time":{"start":1714501174014,"stop":1714501174015,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dc1228ccbd95bd3","name":"Round trip binary encryption [ecies, signature]","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb7089df6509e676","name":"Push message with content topic containing special chars","time":{"start":1714501123789,"stop":1714501123800,"duration":11},"status":"passed","severity":"normal"},{"uid":"36051837d22a65f6","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714501106173,"stop":1714501106173,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7a5a722bc04c315","name":"A test","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd2a69bec5874979","name":"can start and stop the service","time":{"start":1714500590506,"stop":1714500590507,"duration":1},"status":"passed","severity":"normal"},{"uid":"87c4fe32c932d90f","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714501319432,"stop":1714501319433,"duration":1},"status":"passed","severity":"normal"},{"uid":"f71e1402cb19e9ef","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1714500525335,"stop":1714500525335,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6377ea554ccf0bd","name":"LightPush","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"status":"passed","severity":"normal"},{"uid":"b816fce3d3babef8","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714500823184,"stop":1714500823184,"duration":0},"status":"passed","severity":"normal"},{"uid":"33273405b1f04d1a","name":"should load peers from local storage and dispatch events","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"status":"passed","severity":"normal"},{"uid":"22201a9737b3729","name":"Push message with rate limit","time":{"start":1714500976563,"stop":1714500976563,"duration":0},"status":"passed","severity":"normal"},{"uid":"b75071f41d5dd4ee","name":"Subscribe and receive messages via lightPush","time":{"start":1714501220680,"stop":1714501220680,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e9f218541f709fe","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1714500578599,"stop":1714500578607,"duration":8},"status":"passed","severity":"normal"},{"uid":"e0fdd2e852dc00f6","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1714500525335,"stop":1714500525336,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc6457d2c582eaf9","name":"start node with empty shard","time":{"start":1714501106192,"stop":1714501106192,"duration":0},"status":"passed","severity":"normal"},{"uid":"405ec1d397d614da","name":"Publish message with custom timestamp: Tue Apr 30 2024 17:16:48 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"status":"passed","severity":"normal"},{"uid":"69b35fa08b282e57","name":"1 Relay, 1 Filter, gives up","time":{"start":1714500549551,"stop":1714500549551,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f214a284de27ee4","name":"Passing cursor with wrong message digest","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2d4d639076cd837","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714500533184,"stop":1714500533185,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2fd4fca8cfd2cc1","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714501013445,"stop":1714501013445,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd2d61e4a3b56f3f","name":"should be able to decode the field with only RELAY set to true","time":{"start":1714500533177,"stop":1714500533178,"duration":1},"status":"passed","severity":"normal"},{"uid":"367c5926dde5e795","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1714500525329,"stop":1714500525330,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc0d9076c9ba746e","name":"Throws when trying to push message with empty payload","time":{"start":1714500976542,"stop":1714500976544,"duration":2},"status":"passed","severity":"normal"},{"uid":"4c05283ed2aca794","name":"Push message with content topic containing XML","time":{"start":1714501123809,"stop":1714501123810,"duration":1},"status":"passed","severity":"normal"},{"uid":"25277f05c0c4c7b7","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714501089334,"stop":1714501089334,"duration":0},"status":"passed","severity":"normal"},{"uid":"e28944eeeee2dc4","name":"Query generator for multiple messages with different content topic format","time":{"start":1714501153788,"stop":1714501153789,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c1684f0b90f1ca4","name":"Encoder throws on undefined content topic","time":{"start":1714500559908,"stop":1714500559908,"duration":0},"status":"passed","severity":"normal"},{"uid":"66bb1a4c55981e55","name":"Throws when trying to push message with empty payload","time":{"start":1714501123787,"stop":1714501123788,"duration":1},"status":"passed","severity":"normal"},{"uid":"405d44695a284cee","name":"Overlapping topic subscription","time":{"start":1714501220683,"stop":1714501220683,"duration":0},"status":"passed","severity":"normal"},{"uid":"72006557d6fb9d0a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714500654285,"stop":1714500654286,"duration":1},"status":"passed","severity":"normal"},{"uid":"82f404b56e201e56","name":"Push message with short payload","time":{"start":1714500976524,"stop":1714500976525,"duration":1},"status":"passed","severity":"normal"},{"uid":"3599105412536b2d","name":"Push message with content topic containing JSON","time":{"start":1714501123811,"stop":1714501123811,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dfced7721fa68f6","name":"Push message with Russian payload","time":{"start":1714500976529,"stop":1714500976530,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f38c6079f9dfd2","name":"Push message with long payload","time":{"start":1714501123755,"stop":1714501123756,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d9b6f035e24db36","name":"Reopen subscription with peer with lost subscription","time":{"start":1714500607830,"stop":1714500607830,"duration":0},"status":"passed","severity":"normal"},{"uid":"328857f35cc61b49","name":"nwaku subscribes","time":{"start":1714501008011,"stop":1714501008012,"duration":1},"status":"passed","severity":"normal"},{"uid":"76ab6470d80fe609","name":"Waku message hash computation (meta attribute not present)","time":{"start":1714500527929,"stop":1714500527929,"duration":0},"status":"passed","severity":"normal"},{"uid":"eef4704263fd5003","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714501220695,"stop":1714501220696,"duration":1},"status":"passed","severity":"normal"},{"uid":"26f7a6d269850d99","name":"Check message with invalid timestamp is not received","time":{"start":1714501050438,"stop":1714501050439,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef98ceae824b99a4","name":"Push message with long payload","time":{"start":1714500976525,"stop":1714500976526,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef34c95c3f0d4db","name":"Subscribe to topic containing long and publish message","time":{"start":1714501039480,"stop":1714501039481,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf3f44edf094c6f4","name":"Js publishes, other Js receives","time":{"start":1714501008013,"stop":1714501008013,"duration":0},"status":"passed","severity":"normal"},{"uid":"d32b0d8e8ae688be","name":"Check received message containing escaped characters","time":{"start":1714500735364,"stop":1714500735365,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0afa96481681c03","name":"caches peers it previously fetched","time":{"start":1714500550517,"stop":1714500550517,"duration":0},"status":"passed","severity":"normal"},{"uid":"c174621bb8b75f63","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"status":"passed","severity":"normal"},{"uid":"72d00f8b5a196564","name":"should throw an error for an unconfigured topic","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"status":"passed","severity":"normal"},{"uid":"bebb65da22685231","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714500823187,"stop":1714500823187,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e37b661dd6d17f4","name":"Sample","time":{"start":1714500533302,"stop":1714500533303,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd498e3d5e152f7a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1714500623696,"stop":1714500623697,"duration":1},"status":"passed","severity":"normal"},{"uid":"47edefe8483fa6e2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714500664399,"stop":1714500664399,"duration":0},"status":"passed","severity":"normal"},{"uid":"e59bbeb309e7e493","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1714500744098,"stop":1714500744100,"duration":2},"status":"passed","severity":"normal"},{"uid":"8e6a727e83bace85","name":"Publish message with custom timestamp: Wed May 10 2023 18:16:48 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f7df7c543daed5b","name":"isConnected return false after peer stops","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"status":"passed","severity":"normal"},{"uid":"f75f482dbc265523","name":"Check received message containing unicode special characters","time":{"start":1714500735365,"stop":1714500735365,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a6065ac1073dd5f","name":"can start and stop the service","time":{"start":1714501049782,"stop":1714501049782,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e2c9b16a914858a","name":"Privacy Node - default protocol","time":{"start":1714501191920,"stop":1714501191920,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d97e8e76fdc570e","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1714500744138,"stop":1714500744138,"duration":0},"status":"passed","severity":"normal"},{"uid":"86fde9f2cd1d1b62","name":"Check received message containing shell command","time":{"start":1714501050449,"stop":1714501050450,"duration":1},"status":"passed","severity":"normal"},{"uid":"d93d412fb5ef49c0","name":"should throw error - invalid id","time":{"start":1714500534103,"stop":1714500534104,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b1a6b084a03c6c8","name":"recovers when dns.resolve returns empty","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"status":"passed","severity":"normal"},{"uid":"7acfe61bef708d00","name":"shard 0","time":{"start":1714501106172,"stop":1714501106173,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dee795eefcd37b1","name":"Check received message containing Russian","time":{"start":1714501050429,"stop":1714501050430,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b8524e3c20284c8","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714501089324,"stop":1714501089324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2893ad98c61dfd35","name":"Check message with no payload is not received","time":{"start":1714500735371,"stop":1714500735372,"duration":1},"status":"passed","severity":"normal"},{"uid":"af3f46f74ad81bc6","name":"Passing page size 1 when there are 4 messages","time":{"start":1714501174013,"stop":1714501174013,"duration":0},"status":"passed","severity":"normal"},{"uid":"851455ab15caaa64","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1714501013446,"stop":1714501013447,"duration":1},"status":"passed","severity":"normal"},{"uid":"76a9596a8476161f","name":"Using a function","time":{"start":1714501181623,"stop":1714501181623,"duration":0},"status":"passed","severity":"normal"},{"uid":"982661a6ca38d2c9","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714501050455,"stop":1714501050455,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce90f852b9cdf7af","name":"receives messages sent to provided content topic through callback","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e3adcab77d43932a","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1714500744141,"stop":1714500744141,"duration":0},"status":"passed","severity":"normal"},{"uid":"8926b9a7223c8b3d","name":"Passing page size 3 when there are 20 messages","time":{"start":1714501174013,"stop":1714501174013,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc18ef71ae524f7d","name":"Check publish message containing escaped characters","time":{"start":1714501036158,"stop":1714501036163,"duration":5},"status":"passed","severity":"normal"},{"uid":"4c9c85d861a8e104","name":"Check message on other pubsub topic is not received","time":{"start":1714500735370,"stop":1714500735370,"duration":0},"status":"passed","severity":"normal"},{"uid":"756aaa7921b3ce41","name":"should not receive a peer event before start","time":{"start":1714500554004,"stop":1714500554005,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6cbab90bdfecc87","name":"should throw error - no id","time":{"start":1714500534098,"stop":1714500534098,"duration":0},"status":"passed","severity":"normal"},{"uid":"f99b7ccb56c66078","name":"should handle application and version for autosharding","time":{"start":1714500525339,"stop":1714500525340,"duration":1},"status":"passed","severity":"normal"},{"uid":"3647711a7aabd52c","name":"Non TWN Cluster","time":{"start":1714501089324,"stop":1714501089325,"duration":1},"status":"passed","severity":"normal"},{"uid":"25126c6a4e3d40f","name":"Push message with custom timestamp: 1714504335785","time":{"start":1714501123821,"stop":1714501123821,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa7fc5e634ab04a","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1714501184623,"stop":1714501184624,"duration":1},"status":"passed","severity":"normal"},{"uid":"b502c798988c59fd","name":"Fails to push message with large meta","time":{"start":1714501123819,"stop":1714501123819,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b4f02eba98a93c8","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app12/9/topic224/xml","time":{"start":1714501089327,"stop":1714501089328,"duration":1},"status":"passed","severity":"normal"},{"uid":"86b8b618b8540cda","name":"Meta field set when metaSetter is specified","time":{"start":1714500539179,"stop":1714500539180,"duration":1},"status":"passed","severity":"normal"},{"uid":"a625391778fdc45","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714500664398,"stop":1714500664399,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0319fb9f063e495","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1714501184624,"stop":1714501184625,"duration":1},"status":"passed","severity":"normal"},{"uid":"b944cfe3af10df98","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1714500744109,"stop":1714500744111,"duration":2},"status":"passed","severity":"normal"},{"uid":"e76b8f588e099d71","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"status":"passed","severity":"normal"},{"uid":"35fabcb6e975aac","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1714501094176,"stop":1714501094177,"duration":1},"status":"passed","severity":"normal"},{"uid":"34fe5a14befc31ce","name":"Subscribe to topic containing long and receive message","time":{"start":1714500823182,"stop":1714500823182,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fac17deda9017d9","name":"Push message with content topic containing Russian","time":{"start":1714501123807,"stop":1714501123808,"duration":1},"status":"passed","severity":"normal"},{"uid":"483d138e14c2b884","name":"Push message with special chars payload","time":{"start":1714500976527,"stop":1714500976527,"duration":0},"status":"passed","severity":"normal"},{"uid":"a289e85af435d49d","name":"Check publish message containing shell command","time":{"start":1714501036158,"stop":1714501036158,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b445aeb611dfbc","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1714501039478,"stop":1714501039478,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c271842dc1c205","name":"Query Generator, No message returned","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"status":"passed","severity":"normal"},{"uid":"deee55506b05f442","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714501319434,"stop":1714501319434,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cdec572f5f7e56e","name":"handles different clusterIds correctly","time":{"start":1714500525333,"stop":1714500525334,"duration":1},"status":"passed","severity":"normal"},{"uid":"951c4ac6dea2f518","name":"Check publish message containing SQL Injection","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddd286f8b97ed619","name":"pre and post cipher","time":{"start":1714500560558,"stop":1714500560559,"duration":1},"status":"passed","severity":"normal"},{"uid":"9afeb3d6259a34d5","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714501106190,"stop":1714501106191,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eba77b1d8814580","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1714500550276,"stop":1714500550277,"duration":1},"status":"passed","severity":"normal"},{"uid":"1216af38129c42b2","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714500823183,"stop":1714500823183,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d68a620babeef3f","name":"Check received message containing Script","time":{"start":1714501050430,"stop":1714501050431,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec355a077d41f59a","name":"Check publish message containing emoji","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"status":"passed","severity":"normal"},{"uid":"39195add76e3d83","name":"Push message with content topic containing shell command","time":{"start":1714501123811,"stop":1714501123811,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a0819fbf59d929c","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1714500872901,"stop":1714500872902,"duration":1},"status":"passed","severity":"normal"},{"uid":"ececfe648c606130","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1714500533179,"stop":1714500533180,"duration":1},"status":"passed","severity":"normal"},{"uid":"16665f93800d1fab","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714500823171,"stop":1714500823171,"duration":0},"status":"passed","severity":"normal"},{"uid":"77683c7e761ed22f","name":"handles different networkShards values correctly","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"status":"passed","severity":"normal"},{"uid":"6215b1e73715ddf4","name":"Check received message containing special chars","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b78fe9533b350fa","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c37ea84d7664961","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1714501036383,"stop":1714501036384,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8f782096baab8a3a","name":"Check received message containing XML","time":{"start":1714500735362,"stop":1714500735363,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8185e8778ef155f","name":"Push message with Chinese payload","time":{"start":1714500976528,"stop":1714500976528,"duration":0},"status":"passed","severity":"normal"},{"uid":"105e772634b834c3","name":"Subscribe to topic containing Script and receive message","time":{"start":1714500823186,"stop":1714500823186,"duration":0},"status":"passed","severity":"normal"},{"uid":"68be6295677261bd","name":"Query generator for multiple messages with different message text format","time":{"start":1714501153787,"stop":1714501153788,"duration":1},"status":"passed","severity":"normal"},{"uid":"33194d523a108d45","name":"Check publish message after service node is restarted","time":{"start":1714501036174,"stop":1714501036174,"duration":0},"status":"skipped","severity":"normal"},{"uid":"762858d80b377660","name":"Check received message containing long","time":{"start":1714500735358,"stop":1714500735358,"duration":0},"status":"passed","severity":"normal"},{"uid":"12d2bc2522562e38","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1714500538712,"stop":1714500538712,"duration":0},"status":"passed","severity":"normal"},{"uid":"debec60cb5cfda53","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714501220690,"stop":1714501220691,"duration":1},"status":"passed","severity":"normal"},{"uid":"b30e1b110e3777f","name":"Check received message containing shell command","time":{"start":1714501050432,"stop":1714501050433,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1aa6f3c30145c22","name":"Push message with content topic containing unicode special characters","time":{"start":1714500976559,"stop":1714500976559,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec90407dc4c7d3","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1714501184625,"stop":1714501184626,"duration":1},"status":"passed","severity":"normal"},{"uid":"16c5b02d9ad578ea","name":"Check received message containing SQL Injection","time":{"start":1714500735361,"stop":1714500735362,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc7e35590d704711","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714501013449,"stop":1714501013449,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d8fc9a23ab169f5","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1714500533175,"stop":1714500533175,"duration":0},"status":"passed","severity":"normal"},{"uid":"8370db4909db2935","name":"Check message with invalid timestamp is not received","time":{"start":1714501050455,"stop":1714501050456,"duration":1},"status":"passed","severity":"normal"},{"uid":"3574a332f56be2ab","name":"Nodes with multiple pubsub topic","time":{"start":1714501013447,"stop":1714501013447,"duration":0},"status":"passed","severity":"normal"},{"uid":"13130751e5677e26","name":"Check received message containing short","time":{"start":1714500735357,"stop":1714500735358,"duration":1},"status":"passed","severity":"normal"},{"uid":"b005014a399df2fb","name":"random static sharding 1 - Cluster ID: 317, Shard ID: 21","time":{"start":1714501106173,"stop":1714501106174,"duration":1},"status":"passed","severity":"normal"},{"uid":"228d70f8231d1f97","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef78682f707755fe","name":"should set field with only RELAY enabled","time":{"start":1714500534110,"stop":1714500534110,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e376797fae6288b","name":"should emit a peer event after start","time":{"start":1714500590511,"stop":1714500590512,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ba0ac5768777901","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1714500744139,"stop":1714500744140,"duration":1},"status":"passed","severity":"normal"},{"uid":"209d3a7bf06afc1e","name":"topics with same application and version share the same shard","time":{"start":1714500525332,"stop":1714500525332,"duration":0},"status":"passed","severity":"normal"},{"uid":"934692a59b112705","name":"Wrong topic","time":{"start":1714501089332,"stop":1714501089333,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d66c10bb144fec9","name":"Generator, custom pubsub topic","time":{"start":1714501150908,"stop":1714501150908,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbef66225a9bc34d","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"status":"passed","severity":"normal"},{"uid":"a37ab907af262cff","name":"Passing page size 11 when there are 10 messages","time":{"start":1714501174014,"stop":1714501174014,"duration":0},"status":"passed","severity":"normal"},{"uid":"774f311be489f502","name":"Check received message containing numeric","time":{"start":1714500735358,"stop":1714500735359,"duration":1},"status":"passed","severity":"normal"},{"uid":"389c6016febc014c","name":"Subscribe to topic containing short and receive message","time":{"start":1714500823182,"stop":1714500823182,"duration":0},"status":"passed","severity":"normal"},{"uid":"a815afab44610d72","name":"Push message with short payload","time":{"start":1714501123754,"stop":1714501123754,"duration":0},"status":"passed","severity":"normal"},{"uid":"24e31b03e88928e8","name":"Push message with Chinese payload","time":{"start":1714501123759,"stop":1714501123760,"duration":1},"status":"passed","severity":"normal"},{"uid":"8495143a8e45cd65","name":"Publish message with large meta","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"status":"passed","severity":"normal"},{"uid":"d85a1061da9a7caa","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","severity":"normal"},{"uid":"a940c7d241ba9981","name":"should return unique PubsubTopics for static sharding","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"status":"passed","severity":"normal"},{"uid":"489be5d12b754a47","name":"Push message with content topic containing shell command","time":{"start":1714500976558,"stop":1714500976558,"duration":0},"status":"passed","severity":"normal"},{"uid":"de9bd2c4f93199c1","name":"should throw an error for missing required configuration","time":{"start":1714500525342,"stop":1714500525342,"duration":0},"status":"passed","severity":"normal"},{"uid":"aff5f9954bebccd4","name":"should be able to encode the field with only STORE set to true","time":{"start":1714500533160,"stop":1714500533163,"duration":3},"status":"passed","severity":"normal"},{"uid":"18de95eba6da6270","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app3/9/topic954/json","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a2845d6f6784910","name":"should be able to decode the field with only STORE set to true","time":{"start":1714500533178,"stop":1714500533179,"duration":1},"status":"passed","severity":"normal"},{"uid":"a412bd114e09fe6a","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1714500744125,"stop":1714500744126,"duration":1},"status":"passed","severity":"normal"},{"uid":"5796537761df1c0f","name":"Push message with JSON payload","time":{"start":1714500976534,"stop":1714500976535,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1db7e12146c29c8","name":"Query generator for multiple messages","time":{"start":1714501153787,"stop":1714501153787,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cb009f87a115177","name":"should properly create location multiaddrs - tcp6","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"status":"passed","severity":"normal"},{"uid":"17756bf75c430ec9","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","severity":"normal"},{"uid":"7298d29c5877a0eb","name":"Push message with content topic containing Script","time":{"start":1714501123809,"stop":1714501123809,"duration":0},"status":"passed","severity":"normal"},{"uid":"95f067ae99b4601b","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714500823184,"stop":1714500823184,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b545f08163448c6","name":"Publishes to nwaku","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9c32c65275dc390","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714500786926,"stop":1714500786926,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3f15327a9a6788","name":"handles empty shards array correctly","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcce94c700a8b634","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1714500533174,"stop":1714500533174,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7a41ddc6562d043","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714501319433,"stop":1714501319433,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8178e72d6d27859","name":"Promise Callback - forward","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"status":"passed","severity":"normal"},{"uid":"28868758c38dfe0a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744145,"stop":1714500744145,"duration":0},"status":"passed","severity":"normal"},{"uid":"ada59e9e79015d87","name":"Check publish message containing special chars","time":{"start":1714501036154,"stop":1714501036154,"duration":0},"status":"passed","severity":"normal"},{"uid":"61ad576d352c305f","name":"should throw error - no public key","time":{"start":1714500534098,"stop":1714500534103,"duration":5},"status":"passed","severity":"normal"},{"uid":"af3778f3cc16ccb9","name":"should decode valid enr successfully","time":{"start":1714500534096,"stop":1714500534097,"duration":1},"status":"passed","severity":"normal"},{"uid":"32077e07ffd4fb28","name":"Nwaku publishes","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"status":"passed","severity":"normal"},{"uid":"318e082b140390cc","name":"should not fail to start the service if it is already started","time":{"start":1714500590509,"stop":1714500590510,"duration":1},"status":"passed","severity":"normal"},{"uid":"94f4e63002e9a977","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1714500559906,"stop":1714500559906,"duration":0},"status":"passed","severity":"normal"},{"uid":"b477ca2c7a38dbd1","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1714500997301,"stop":1714500997302,"duration":1},"status":"passed","severity":"normal"},{"uid":"893237c03bb43316","name":"Check received message containing Arabic","time":{"start":1714501050429,"stop":1714501050429,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ed5e441e8ac433","name":"Subscribe to topic containing short and receive message","time":{"start":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","severity":"normal"},{"uid":"912cd151e61806e0","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1714501039483,"stop":1714501039484,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d8639f9da8ea9bf","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1714500823191,"stop":1714500823192,"duration":1},"status":"passed","severity":"normal"},{"uid":"42d50b767e17f1c","name":"Check received message containing SQL Injection","time":{"start":1714501050430,"stop":1714501050430,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f9e48a288589a26","name":"Ephemeral messages are not stored","time":{"start":1714500589618,"stop":1714500589618,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b9db14ff3b73ff0","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714500823189,"stop":1714500823189,"duration":0},"status":"passed","severity":"normal"},{"uid":"681b8c394c846349","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714500823183,"stop":1714500823183,"duration":0},"status":"passed","severity":"normal"},{"uid":"35b525dfb51d33b6","name":"Ephemeral field is preserved - encoder v0","time":{"start":1714500589619,"stop":1714500589622,"duration":3},"status":"passed","severity":"normal"},{"uid":"85de6e1a1ef95b2f","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app9/8/topic783/utf8","time":{"start":1714501089328,"stop":1714501089331,"duration":3},"status":"passed","severity":"normal"},{"uid":"9000f64e9c1a5a4d","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1714500997300,"stop":1714500997301,"duration":1},"status":"skipped","severity":"normal"},{"uid":"241d8125c16400f8","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1714500744181,"stop":1714500744181,"duration":0},"status":"passed","severity":"normal"},{"uid":"cafe3e38896b330b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d7eededbe4db1ec","name":"should set field with only STORE enabled","time":{"start":1714500534110,"stop":1714500534111,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2108daa071755b2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714500786929,"stop":1714500786929,"duration":0},"status":"passed","severity":"normal"},{"uid":"3af9544ae64e4663","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714500786928,"stop":1714500786928,"duration":0},"status":"passed","severity":"normal"},{"uid":"a47dba6337b767ee","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714500823188,"stop":1714500823188,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e1a4158b48e298","name":"should configure sharding based on application and version for autosharding","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"status":"passed","severity":"normal"},{"uid":"d03c1a1db80cd2b7","name":"Check message received after nwaku node is restarted","time":{"start":1714501050460,"stop":1714501050460,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d42ef373b768fd43","name":"Push message with content topic containing Chinese","time":{"start":1714501123800,"stop":1714501123804,"duration":4},"status":"passed","severity":"normal"},{"uid":"9a94b859526c4edf","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714500786930,"stop":1714500786930,"duration":0},"status":"passed","severity":"normal"},{"uid":"172e55fe3c4ebffa","name":"Fails to push message bigger that 1MB","time":{"start":1714501123822,"stop":1714501123822,"duration":0},"status":"passed","severity":"normal"},{"uid":"812ede73f802491d","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1714501184622,"stop":1714501184623,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b14b8a0122da01","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1714500525360,"stop":1714500525361,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a5fc38077ff3e91","name":"Used by Waku Relay","time":{"start":1714501181623,"stop":1714501181624,"duration":1},"status":"passed","severity":"normal"},{"uid":"75f35d18aeebdec8","name":"should encodeTxt and decodeTxt","time":{"start":1714500534096,"stop":1714500534096,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ffbb044e6fc0174","name":"should correctly map a content topic to a pubsub topic","time":{"start":1714500525357,"stop":1714500525357,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa77eacded28aae2","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"status":"passed","severity":"normal"},{"uid":"24d48a533b5fbaff","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be19b0201c13706","name":"Promise Callback - backward","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"status":"passed","severity":"normal"},{"uid":"473d9d2f5437cb63","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"status":"passed","severity":"normal"},{"uid":"36d772e45ff41980","name":"should not receive a peer event after stop","time":{"start":1714500590513,"stop":1714500590514,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a199ec85c544e0f","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714501013449,"stop":1714501013450,"duration":1},"status":"passed","severity":"normal"},{"uid":"88757c248d577011","name":"stop","time":{"start":1714500619507,"stop":1714500619510,"duration":3},"status":"passed","severity":"normal"},{"uid":"f76876e272b92c33","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1714500623697,"stop":1714500623697,"duration":0},"status":"passed","severity":"normal"},{"uid":"bda49b2c74d7808a","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714501220692,"stop":1714501220692,"duration":0},"status":"passed","severity":"normal"},{"uid":"70b09b2aac990a3c","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1714501039477,"stop":1714501039478,"duration":1},"status":"passed","severity":"normal"},{"uid":"163abab0a324e19a","name":"Push message with meta","time":{"start":1714501123814,"stop":1714501123818,"duration":4},"status":"passed","severity":"normal"},{"uid":"206e33dbc0a28cdb","name":"Publish without waiting for remote peer","time":{"start":1714501039476,"stop":1714501039477,"duration":1},"status":"passed","severity":"normal"},{"uid":"337f3a1ccf5dd981","name":"Decoder throws on undefined content topic","time":{"start":1714500539181,"stop":1714500539182,"duration":1},"status":"passed","severity":"normal"},{"uid":"b06570b915e0979","name":"Check received message containing Script","time":{"start":1714501050446,"stop":1714501050446,"duration":0},"status":"passed","severity":"normal"},{"uid":"588db595cabca742","name":"Check received message containing JSON","time":{"start":1714501050448,"stop":1714501050449,"duration":1},"status":"passed","severity":"normal"},{"uid":"73c350320eaa78dd","name":"1 Store, 2 fetches","time":{"start":1714500549550,"stop":1714500549550,"duration":0},"status":"passed","severity":"normal"},{"uid":"39d45d4ebd2760a9","name":"Push message with content topic containing emoji","time":{"start":1714500976559,"stop":1714500976559,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0501181eb67f4ce","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1714501039478,"stop":1714501039478,"duration":0},"status":"passed","severity":"normal"},{"uid":"de839fec2d4170be","name":"Passing page size 10 when there are 10 messages","time":{"start":1714501174014,"stop":1714501174014,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e2e120e3a08493","name":"should return all peers when numPeers is 0","time":{"start":1714500538710,"stop":1714500538710,"duration":0},"status":"passed","severity":"normal"},{"uid":"354d86d8951aa74a","name":"Query Generator - backward","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"status":"passed","severity":"normal"},{"uid":"314a43bc3b6dd6b2","name":"Check message with non string payload is not received","time":{"start":1714500735372,"stop":1714500735372,"duration":0},"status":"passed","severity":"normal"},{"uid":"5548ceb150256fc6","name":"Accepts a valid Waku Message","time":{"start":1714500542733,"stop":1714500542734,"duration":1},"status":"passed","severity":"normal"},{"uid":"2734f9ec27531cd9","name":"Encoder throws on empty string content topic","time":{"start":1714500559908,"stop":1714500559909,"duration":1},"status":"passed","severity":"normal"},{"uid":"f68fa735169e11ff","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app93/8/topic386/test.js","time":{"start":1714501089326,"stop":1714501089327,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb3b81d0ea381b5","name":"Check publish message containing Chinese","time":{"start":1714501036154,"stop":1714501036155,"duration":1},"status":"passed","severity":"normal"},{"uid":"292919aede00e527","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1714501184626,"stop":1714501184627,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbc578989486cf21","name":"should only return 1 node with store capability","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c05e155370d8939","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500844872,"stop":1714500844872,"duration":0},"status":"passed","severity":"normal"},{"uid":"d351093a3a02e8f1","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1714500587026,"stop":1714500587026,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb4e4faca753b2fa","name":"Reopen subscription with peer with lost subscription","time":{"start":1714500660501,"stop":1714500660501,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eeaa252d8025d03","name":"Sets default value correctly","time":{"start":1714501181624,"stop":1714501181624,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ccf8b15518f1ebd","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714500786930,"stop":1714500786931,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa674181df9e3b06","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1714500550274,"stop":1714500550275,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d18ddbae5fe6c84","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714501013448,"stop":1714501013448,"duration":0},"status":"passed","severity":"normal"},{"uid":"87ad57e86c68baf2","name":"throws on content topic with non-number generation field","time":{"start":1714500525320,"stop":1714500525321,"duration":1},"status":"passed","severity":"normal"},{"uid":"63587c50ea9d5ba3","name":"Push message with Script payload","time":{"start":1714500976531,"stop":1714500976531,"duration":0},"status":"passed","severity":"normal"},{"uid":"e29af83e83fc5511","name":"Check publish message containing unicode special characters","time":{"start":1714501036163,"stop":1714501036164,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d4a5d462e05a84","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714500664408,"stop":1714500664410,"duration":2},"status":"passed","severity":"normal"},{"uid":"24088e9224eb9d80","name":"Check received message containing emoji","time":{"start":1714500735365,"stop":1714500735366,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed1cd3055fd165cd","name":"Ping on peer without subscriptions","time":{"start":1714500660494,"stop":1714500660495,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a474871b88c9eef","name":"Push message with Arabic payload","time":{"start":1714500976528,"stop":1714500976529,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c85820d950b3d99","name":"Check received message containing short","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"status":"passed","severity":"normal"},{"uid":"159db4bf47a8a2c5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714501220698,"stop":1714501220698,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ab0a626c39973ca","name":"should throw an error for missing sharding configuration","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7703bebe186af16","name":"Check message with no payload is not received","time":{"start":1714501050440,"stop":1714501050440,"duration":0},"status":"passed","severity":"normal"},{"uid":"5439881a6f2420a","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1714500744179,"stop":1714500744181,"duration":2},"status":"passed","severity":"normal"},{"uid":"f7b6a2afe24667c5","name":"Subscribe and receives messages on 20 topics","time":{"start":1714500823174,"stop":1714500823174,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a905c8a99db63e7","name":"should properly create location multiaddrs - udp","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"status":"passed","severity":"normal"},{"uid":"746eab0f3a9aac1a","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1714501094175,"stop":1714501094176,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b8a208507e42df0","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1714501159485,"stop":1714501159486,"duration":1},"status":"passed","severity":"normal"},{"uid":"3843db59d9d30cf5","name":"Check message on other pubsub topic is not received","time":{"start":1714501050457,"stop":1714501050457,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7b35e926981de6","name":"Fields are not dropped","time":{"start":1714500538523,"stop":1714500538525,"duration":2},"status":"passed","severity":"normal"},{"uid":"c44ceff9fd44c33e","name":"Push message with content topic containing long","time":{"start":1714501123788,"stop":1714501123789,"duration":1},"status":"passed","severity":"normal"},{"uid":"4589914c2ab9a95e","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1714500550519,"stop":1714500550519,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46ca107c3c109d1","name":"Overlapping topic subscription","time":{"start":1714500823176,"stop":1714500823178,"duration":2},"status":"passed","severity":"normal"},{"uid":"708a514fa8d75f83","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714500786927,"stop":1714500786927,"duration":0},"status":"passed","severity":"normal"},{"uid":"25e97b649b5a1091","name":"random static sharding 8 - Cluster ID: 69, Shard ID: 497","time":{"start":1714501106182,"stop":1714501106183,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6461989fe790946","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c2c29118bd2975a","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1714501159486,"stop":1714501159486,"duration":0},"status":"passed","severity":"normal"},{"uid":"24cc6ec01b111f37","name":"should not fail to start the service if it is already started","time":{"start":1714501049786,"stop":1714501049787,"duration":1},"status":"passed","severity":"normal"},{"uid":"63f7fd5584bb99a","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714500823172,"stop":1714500823173,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e01b2b530df0d95","name":"Register correct protocols","time":{"start":1714501039476,"stop":1714501039476,"duration":0},"status":"passed","severity":"normal"},{"uid":"900a13f21842bc6d","name":"Passing page size 0 when there are 110 messages","time":{"start":1714501174012,"stop":1714501174012,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1e19272971531fb","name":"same cluster, different shard: nodes don't connect","time":{"start":1714500744050,"stop":1714500744050,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d44ef55ec82fc0b","name":"Subscribe to topic containing Script and receive message","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ee3c1f0c569649c","name":"can start the service","time":{"start":1714501049781,"stop":1714501049782,"duration":1},"status":"passed","severity":"normal"},{"uid":"dff8f9e42e324b80","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714501050455,"stop":1714501050455,"duration":0},"status":"passed","severity":"normal"},{"uid":"3347e41433c617a0","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714501220680,"stop":1714501220681,"duration":1},"status":"passed","severity":"normal"},{"uid":"42199659ba02c66b","name":"Decrypt messages","time":{"start":1714500979199,"stop":1714500979200,"duration":1},"status":"passed","severity":"normal"},{"uid":"45772e17b92d7d3e","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1714500550278,"stop":1714500550278,"duration":0},"status":"passed","severity":"normal"},{"uid":"d919221d22ea0792","name":"connects to nwaku","time":{"start":1714501181621,"stop":1714501181621,"duration":0},"status":"passed","severity":"normal"},{"uid":"312c06e44afccc8a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500844874,"stop":1714500844875,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fcd56cbd05e9d60","name":"random static sharding 10 - Cluster ID: 21, Shard ID: 476","time":{"start":1714501106185,"stop":1714501106187,"duration":2},"status":"passed","severity":"normal"},{"uid":"2c48bc4ca85c868d","name":"Push message on custom pubsubTopic","time":{"start":1714500844876,"stop":1714500844877,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1d892c5f6ecf803","name":"unsubscribes","time":{"start":1714501165487,"stop":1714501165487,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e6d830c3f917efa","name":"Push message with content topic containing Script","time":{"start":1714500976554,"stop":1714500976555,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ab59e844d91479f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714501220690,"stop":1714501220690,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2137f1b2b8b8d8a","name":"Check message with no payload is not received","time":{"start":1714501050458,"stop":1714501050458,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac921774521a22d6","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1714500578594,"stop":1714500578595,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f50ab4fed69ed24","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1714500525338,"stop":1714500525338,"duration":0},"status":"passed","severity":"normal"},{"uid":"daf01001c37247cb","name":"Check publish message containing short","time":{"start":1714501036148,"stop":1714501036151,"duration":3},"status":"passed","severity":"normal"},{"uid":"631fcfe71131aa94","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714500525340,"stop":1714500525340,"duration":0},"status":"passed","severity":"normal"},{"uid":"8732e2ae1c2c0e2d","name":"random static sharding 5 - Cluster ID: 746, Shard ID: 645","time":{"start":1714501106176,"stop":1714501106178,"duration":2},"status":"passed","severity":"normal"},{"uid":"3e68087f64dee3d6","name":"Ping on subscribed peer","time":{"start":1714500607828,"stop":1714500607828,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1507fcf30538a8c","name":"Subscribe to topic containing long and receive message","time":{"start":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c0124cb4c0a889b","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1714500578618,"stop":1714500578628,"duration":10},"status":"passed","severity":"normal"},{"uid":"919f5afd9933e48c","name":"Callback on promise, aborts when callback returns true","time":{"start":1714501153789,"stop":1714501153789,"duration":0},"status":"passed","severity":"normal"},{"uid":"a700a60771561715","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714500735369,"stop":1714500735369,"duration":0},"status":"passed","severity":"normal"},{"uid":"616ef6435536ae9b","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714501220691,"stop":1714501220691,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef4765b9aa30380","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714500590517,"stop":1714500590517,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c2139d7f8ec4ea03","name":"Push message with unicode special characters payload","time":{"start":1714500976537,"stop":1714500976538,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4e49b073e4c10f2","name":"Relay - dialed first","time":{"start":1714501191916,"stop":1714501191917,"duration":1},"status":"passed","severity":"normal"},{"uid":"4055dbbf0ec20bd3","name":"Subscribe to topic containing XML and publish message","time":{"start":1714501039483,"stop":1714501039483,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ba353866870eff","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714500786927,"stop":1714500786928,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6770be6f45df4a1","name":"throws on content topic with empty version field","time":{"start":1714500525322,"stop":1714500525323,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c93410a145e98af","name":"Check received message containing long","time":{"start":1714501050427,"stop":1714501050427,"duration":0},"status":"passed","severity":"normal"},{"uid":"a145c5770975d649","name":"Check received message containing Basic HTML tag","time":{"start":1714501050448,"stop":1714501050448,"duration":0},"status":"passed","severity":"normal"},{"uid":"b509d10595a19a5a","name":"Push message with XML payload","time":{"start":1714500976531,"stop":1714500976532,"duration":1},"status":"passed","severity":"normal"},{"uid":"43d94f3a16a3baad","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd8274d9d51ad8a5","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"status":"passed","severity":"normal"},{"uid":"59384701d6f3ae71","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1714500654292,"stop":1714500654295,"duration":3},"status":"passed","severity":"normal"},{"uid":"4d9e310cb23262ce","name":"Relay - dialed after","time":{"start":1714501191917,"stop":1714501191917,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffe7294be9f65dda","name":"Sign & Recover","time":{"start":1714500560559,"stop":1714500560559,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b6dfcd08cb76","name":"Light Node - default protocols","time":{"start":1714501191919,"stop":1714501191920,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dbec0d46653f765","name":"Check message received after nwaku node is restarted","time":{"start":1714500735373,"stop":1714500735373,"duration":0},"status":"skipped","severity":"normal"},{"uid":"70a253442772ee4b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b88845097973064","name":"Correctly serialized arguments","time":{"start":1714500850493,"stop":1714500850493,"duration":0},"status":"passed","severity":"normal"},{"uid":"c352a8c2f2b39731","name":"Check received message containing unicode special characters","time":{"start":1714501050434,"stop":1714501050434,"duration":0},"status":"passed","severity":"normal"},{"uid":"492281f6b53dd9d7","name":"Push message with custom timestamp: 1714504344434","time":{"start":1714500976564,"stop":1714500976565,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0e05436e2a7d8ad","name":"Push message with XML payload","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a2b7cd1bf9836a","name":"Mutual subscription","time":{"start":1714501039475,"stop":1714501039475,"duration":0},"status":"passed","severity":"normal"},{"uid":"9352c9fb408f9a02","name":"Generator, custom pubsub topic","time":{"start":1714501150902,"stop":1714501150902,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dea486096d42065","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1714500744052,"stop":1714500744052,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1fd2f98d1c3286","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"status":"skipped","severity":"normal"},{"uid":"90c1555411cb95d6","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1714500744141,"stop":1714500744141,"duration":0},"status":"passed","severity":"normal"},{"uid":"4705cfac855f662f","name":"same cluster, different shard: nodes connect","time":{"start":1714500872907,"stop":1714500872907,"duration":0},"status":"passed","severity":"normal"},{"uid":"259cf90ebfbba03c","name":"should encode/decode to RLP encoding","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"status":"passed","severity":"normal"},{"uid":"60d702220dfa1695","name":"throws on content topic with empty encoding field","time":{"start":1714500525323,"stop":1714500525325,"duration":2},"status":"passed","severity":"normal"},{"uid":"935e2a5d0bf639da","name":"Check message with no content topic is not received","time":{"start":1714500735371,"stop":1714500735371,"duration":0},"status":"passed","severity":"normal"},{"uid":"613117e58195f93a","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714500786929,"stop":1714500786929,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecfa184f260f670","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1714500550275,"stop":1714500550275,"duration":0},"status":"passed","severity":"normal"},{"uid":"63810cfef2d86e46","name":"Round trip binary serialization","time":{"start":1714500539178,"stop":1714500539179,"duration":1},"status":"passed","severity":"normal"},{"uid":"db60fb497b24c1f0","name":"Passing an array","time":{"start":1714501181622,"stop":1714501181623,"duration":1},"status":"passed","severity":"normal"},{"uid":"aee09556798882cc","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ef13ec3e1e9017b","name":"Push message with emoji payload","time":{"start":1714501123784,"stop":1714501123785,"duration":1},"status":"passed","severity":"normal"},{"uid":"c513b1449703fe39","name":"isConnected should return true after first peer connects","time":{"start":1714500623697,"stop":1714500623698,"duration":1},"status":"passed","severity":"normal"},{"uid":"87c5949a29cd6b4f","name":"Reopen subscription with peer with lost subscription","time":{"start":1714500660503,"stop":1714500660503,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfe583506ab00534","name":"Push message with shell command payload","time":{"start":1714501123780,"stop":1714501123780,"duration":0},"status":"passed","severity":"normal"},{"uid":"2726bd564b23c74d","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9dcf876541845c1","name":"Push message on custom pubsubTopic","time":{"start":1714500844873,"stop":1714500844873,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2e09089261d58e9","name":"Subscribe to topic containing Script and receive message","time":{"start":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","severity":"normal"},{"uid":"57b952191d756cad","name":"should handle a minimal index list","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"status":"passed","severity":"normal"},{"uid":"896391c35ab4d16a","name":"Relay","time":{"start":1714500587631,"stop":1714500587632,"duration":1},"status":"passed","severity":"normal"},{"uid":"73cfb16460861f25","name":"Query with Promise Callback, No Decoder","time":{"start":1714501140348,"stop":1714501140348,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fdd18bddef224f1","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","time":{"start":1714500525355,"stop":1714500525356,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fbbd46b08f35ba1","name":"should only return 1 node with relay capability","time":{"start":1714500550517,"stop":1714500550518,"duration":1},"status":"passed","severity":"normal"},{"uid":"45697dd5420b8176","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1714500744183,"stop":1714500744184,"duration":1},"status":"passed","severity":"normal"},{"uid":"63e6e5c9673bb3dd","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1714500549518,"stop":1714500549518,"duration":0},"status":"passed","severity":"normal"},{"uid":"418694fe0d4abe93","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1714501036168,"stop":1714501036168,"duration":0},"status":"passed","severity":"normal"},{"uid":"693589b9de4a6b2","name":"Ephemeral field set to true","time":{"start":1714500539179,"stop":1714500539179,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef831bf1d9f579b8","name":"Passing page size 110 when there are 120 messages","time":{"start":1714501174015,"stop":1714501174015,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc334726cd0f645d","name":"should properly create location multiaddrs - tcp","time":{"start":1714500534108,"stop":1714500534109,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e4d7215dc896255","name":"Subscribe and receives messages on 20 topics","time":{"start":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a42fbbcea0d8a28","name":"should not fail to stop the service if it was not started","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"status":"passed","severity":"normal"},{"uid":"c38b7c16d16f2b6","name":"should add and remove event listeners correctly","time":{"start":1714500554007,"stop":1714500554007,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd496a21e61761a","name":"Push message with custom timestamp: 1683742344434","time":{"start":1714500976563,"stop":1714500976564,"duration":1},"status":"passed","severity":"normal"},{"uid":"84ba1f170277afeb","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1714500533180,"stop":1714500533180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0b41e959365260","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1714500527926,"stop":1714500527928,"duration":2},"status":"passed","severity":"normal"},{"uid":"22161d598f693966","name":"Ping on unsubscribed peer","time":{"start":1714500660502,"stop":1714500660503,"duration":1},"status":"passed","severity":"normal"},{"uid":"e076712b1218fa46","name":"Check received message containing Russian","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"status":"passed","severity":"normal"},{"uid":"433a7c031e5952b9","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714500786929,"stop":1714500786930,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1384ec0e0e10775","name":"should set field with all protocols disabled","time":{"start":1714500534109,"stop":1714500534110,"duration":1},"status":"passed","severity":"normal"},{"uid":"64404164caed56bc","name":"Check received message with timestamp: 1714500578193 ","time":{"start":1714500735366,"stop":1714500735367,"duration":1},"status":"passed","severity":"normal"},{"uid":"96f57b4b7bcce7d5","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714500823188,"stop":1714500823189,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d2432fe5cc5985b","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1714500744122,"stop":1714500744125,"duration":3},"status":"passed","severity":"normal"},{"uid":"172d7e8c6ff9c9f5","name":"Nodes with multiple pubsub topic","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"status":"passed","severity":"normal"},{"uid":"80564c96bddff692","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1714501184621,"stop":1714501184622,"duration":1},"status":"passed","severity":"normal"},{"uid":"b277c93cbf909069","name":"Asymmetric encrypt & decrypt","time":{"start":1714500560557,"stop":1714500560557,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a64562e8ab69f37","name":"retrieves a single peer","time":{"start":1714500550513,"stop":1714500550514,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d45c1bdb2057c0d","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714500823175,"stop":1714500823176,"duration":1},"status":"passed","severity":"normal"},{"uid":"79bea2218d641a78","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500654286,"stop":1714500654289,"duration":3},"status":"passed","severity":"normal"},{"uid":"ad3ab5229ae517ac","name":"removeEventListener with wrong event","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ca041a03dca16d0","name":"Relay + Store","time":{"start":1714500534112,"stop":1714500534112,"duration":0},"status":"passed","severity":"normal"},{"uid":"a43c9c577a2c039f","name":"Check meta is set [symmetric]","time":{"start":1714500559906,"stop":1714500559907,"duration":1},"status":"passed","severity":"normal"},{"uid":"fceea40c5a948074","name":"Check received message containing special chars","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"status":"passed","severity":"normal"},{"uid":"10ebcb2a9da79b69","name":"Check publish message containing long","time":{"start":1714501036151,"stop":1714501036152,"duration":1},"status":"passed","severity":"normal"},{"uid":"4af5ac0c10abe34a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714501220685,"stop":1714501220685,"duration":0},"status":"passed","severity":"normal"},{"uid":"e61dab910ef06a","name":"Subscribe to topic containing special chars and publish message","time":{"start":1714501039481,"stop":1714501039481,"duration":0},"status":"passed","severity":"normal"},{"uid":"b49b3d956905ab9b","name":"1 Relay, 1 fetch","time":{"start":1714500549549,"stop":1714500549549,"duration":0},"status":"passed","severity":"normal"},{"uid":"571c92cb71c84a8f","name":"Push message with content topic containing short","time":{"start":1714500976544,"stop":1714500976545,"duration":1},"status":"passed","severity":"normal"},{"uid":"57331a9f05143fc2","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1714500525348,"stop":1714500525349,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b0c4218b922c5a6","name":"Subscribe to topic containing XML and receive message","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2294d94714fdc3c","name":"Passing cursor with wrong pubsubTopic","time":{"start":1714501094179,"stop":1714501094179,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56fc7aa78d15952","name":"Subscribe to topic containing Russian and publish message","time":{"start":1714501039482,"stop":1714501039482,"duration":0},"status":"passed","severity":"normal"},{"uid":"1434f90108949d62","name":"should be called at least once on all `peer:discovery` events","time":{"start":1714500587023,"stop":1714500587023,"duration":0},"status":"passed","severity":"normal"},{"uid":"db239623ba29f62a","name":"Check received message containing Arabic","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4765182a2281a9","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1714500525333,"stop":1714500525333,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0fbc713ac9b3fb1","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1714500744140,"stop":1714500744141,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1c727e91d0c2b08","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1714501184627,"stop":1714501184627,"duration":0},"status":"passed","severity":"normal"},{"uid":"3949523b9a038911","name":"Check received message containing JSON","time":{"start":1714501050432,"stop":1714501050432,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8c967c3e5738a4f","name":"should be able to decode the field with only FILTER set to true","time":{"start":1714500533178,"stop":1714500533178,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a7930aea84c840","name":"should not fail to stop the service if it was not started","time":{"start":1714500590508,"stop":1714500590509,"duration":1},"status":"passed","severity":"normal"},{"uid":"483097454da9057","name":"Check message with non string payload is not received","time":{"start":1714501050440,"stop":1714501050440,"duration":0},"status":"passed","severity":"normal"},{"uid":"33371df5bbc517ea","name":"should emit a peer event after start","time":{"start":1714501049787,"stop":1714501049788,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd2f271dbc4a827c","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1714501039482,"stop":1714501039483,"duration":1},"status":"passed","severity":"normal"},{"uid":"b61444e77200ef9c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1714500744137,"stop":1714500744137,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7e124888241dc95","name":"should be able to encode the field with only RELAY set to true","time":{"start":1714500533156,"stop":1714500533160,"duration":4},"status":"passed","severity":"normal"},{"uid":"7551580a7f512cd1","name":"groups content topics by expected pubsub topic","time":{"start":1714500525332,"stop":1714500525333,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fd632f7edf675d6","name":"Publish message with custom timestamp: Tue Apr 30 2024 19:16:48 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036165,"stop":1714501036166,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca33d2c243f85d0","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1714501159487,"stop":1714501159487,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e77f98bca695aeb","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app97/6/topic986/json","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f375ccdfeb9ce75","name":"Check message with no pubsub topic is not received","time":{"start":1714500735370,"stop":1714500735370,"duration":0},"status":"passed","severity":"normal"},{"uid":"36016dc754d81afd","name":"Fails to push message with large meta","time":{"start":1714500976562,"stop":1714500976563,"duration":1},"status":"passed","severity":"normal"},{"uid":"f25ac7169ea4497e","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714501150909,"stop":1714501150909,"duration":0},"status":"passed","severity":"normal"},{"uid":"b98f5dd01270817e","name":"Check received message containing unicode special characters","time":{"start":1714501050453,"stop":1714501050453,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcc2648606c65fe0","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa795c4056cbb54d","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1714500533181,"stop":1714500533184,"duration":3},"status":"passed","severity":"normal"},{"uid":"47d633b57c065e69","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b50883f3244cd1f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500654289,"stop":1714500654290,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f84b5f913c7a4da","name":"creates an iterator","time":{"start":1714501165485,"stop":1714501165486,"duration":1},"status":"passed","severity":"normal"},{"uid":"d29654a82d64d8d1","name":"Check received message containing Chinese","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"status":"passed","severity":"normal"},{"uid":"91e440635ee78ec2","name":"Push message with unicode special characters payload","time":{"start":1714501123780,"stop":1714501123784,"duration":4},"status":"passed","severity":"normal"},{"uid":"19074cfdf74cf71d","name":"Encoder throws on undefined content topic","time":{"start":1714500539180,"stop":1714500539181,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b018183b924972e","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1714500744183,"stop":1714500744183,"duration":0},"status":"passed","severity":"normal"},{"uid":"44c819dc3931e3f7","name":"Check publish message containing Script","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e659d8875c84020","name":"Check received message with timestamp: 1714500577468 ","time":{"start":1714501050437,"stop":1714501050437,"duration":0},"status":"passed","severity":"normal"},{"uid":"faf570c4bc29a46e","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1714501159487,"stop":1714501159487,"duration":0},"status":"passed","severity":"normal"},{"uid":"c176a17fd9b1c733","name":"Relay - times out","time":{"start":1714501191917,"stop":1714501191918,"duration":1},"status":"passed","severity":"normal"},{"uid":"52bf11b26f487d0c","name":"udp ip6 address","time":{"start":1714500533444,"stop":1714500533444,"duration":0},"status":"passed","severity":"normal"},{"uid":"e71540b3239f18cb","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500654298,"stop":1714500654299,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ece1c97d179d0db","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1714500744104,"stop":1714500744109,"duration":5},"status":"passed","severity":"normal"},{"uid":"8e1eb8bbb7649774","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714501050438,"stop":1714501050438,"duration":0},"status":"passed","severity":"normal"},{"uid":"e16eba8c4b7dbff1","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","severity":"normal"},{"uid":"48f05466ff324e7e","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1714500538711,"stop":1714500538712,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea5fad97f129c789","name":"Check meta is set [ecies]","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d7b0372b27a93ba","name":"Subscribe to topic containing shell command and publish message","time":{"start":1714501039484,"stop":1714501039485,"duration":1},"status":"passed","severity":"normal"},{"uid":"90f32cf7b253b1e6","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1714501140346,"stop":1714501140346,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf7d35f4138b572f","name":"random static sharding 4 - Cluster ID: 398, Shard ID: 383","time":{"start":1714501106175,"stop":1714501106176,"duration":1},"status":"passed","severity":"normal"},{"uid":"256489c4ced949a0","name":"Check received message containing numeric","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd685c772c4a1c9b","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714500533176,"stop":1714500533176,"duration":0},"status":"passed","severity":"normal"},{"uid":"c888d35ee294a32d","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1714500550275,"stop":1714500550276,"duration":1},"status":"passed","severity":"normal"},{"uid":"37f2d6b246cdb46f","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ee373aecb79d054","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b296a995253412c","name":"isConnected should return false after all peers disconnect","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd21433628e1ce91","name":"Subscribe to topic containing JSON and publish message","time":{"start":1714501039484,"stop":1714501039484,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d7b3c7f344b0472","name":"Encoder throws on empty string content topic","time":{"start":1714500561874,"stop":1714500561874,"duration":0},"status":"passed","severity":"normal"},{"uid":"935d18999994090d","name":"Push message with escaped characters payload","time":{"start":1714500976536,"stop":1714500976537,"duration":1},"status":"passed","severity":"normal"},{"uid":"e939a523be0c1028","name":"Check publish message containing Basic HTML tag","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2065fd00150ac83","name":"Callback on promise","time":{"start":1714501153789,"stop":1714501153789,"duration":0},"status":"passed","severity":"normal"},{"uid":"8341124ddac85378","name":"should set field with only LIGHTPUSH enabled","time":{"start":1714500534111,"stop":1714500534111,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d660da1e7b565e","name":"configure the node with multiple pubsub topics","time":{"start":1714501106189,"stop":1714501106190,"duration":1},"status":"passed","severity":"normal"},{"uid":"51353b9a7a7009de","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"status":"passed","severity":"normal"},{"uid":"e79eb461af4e75a0","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1714500744184,"stop":1714500744184,"duration":0},"status":"passed","severity":"normal"},{"uid":"93947988180f732a","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714500735367,"stop":1714500735368,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b74a2431b7a6c41","name":"less peers than existing","time":{"start":1714500976724,"stop":1714500976725,"duration":1},"status":"skipped","severity":"normal"},{"uid":"708fbdd20c11dd32","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714501220686,"stop":1714501220686,"duration":0},"status":"passed","severity":"normal"},{"uid":"61470b5d604a6c6b","name":"Store - dialed after - with timeout","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2b96cd68ed2f0c","name":"Fails to publish message with empty text","time":{"start":1714501036166,"stop":1714501036166,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f9b2f32efe066bd","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714501013448,"stop":1714501013448,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1787028a19ac059","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1714500559904,"stop":1714500559906,"duration":2},"status":"passed","severity":"normal"},{"uid":"75924f2a405a97e4","name":"Push message with rate limit","time":{"start":1714501123819,"stop":1714501123820,"duration":1},"status":"passed","severity":"normal"},{"uid":"9098ea5072321c3b","name":"Generator, 2 different pubsubtopics","time":{"start":1714501150905,"stop":1714501150906,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a2671960a57437c","name":"Subscribe to topic containing XML and receive message","time":{"start":1714500823186,"stop":1714500823187,"duration":1},"status":"passed","severity":"normal"},{"uid":"f27e4c017f78e4ea","name":"random static sharding 3 - Cluster ID: 439, Shard ID: 863","time":{"start":1714501106174,"stop":1714501106175,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff7f31d9d6eb8dd3","name":"different cluster, same shard: nodes don't connect","time":{"start":1714500744051,"stop":1714500744051,"duration":0},"status":"passed","severity":"normal"},{"uid":"63904cb6bf96f70d","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714500654290,"stop":1714500654291,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8ab29a10deac6ea","name":"passes more than one ENR URLs and attempts connection","time":{"start":1714500590518,"stop":1714500590518,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e4b1f3388e3f984b","name":"Check received message with timestamp: 1714500578193000000 ","time":{"start":1714500735366,"stop":1714500735366,"duration":0},"status":"passed","severity":"normal"},{"uid":"299ec24544740b4b","name":"Store - dialed first","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"status":"passed","severity":"normal"},{"uid":"2faf99ea3a794699","name":"Ordered callback, aborts when callback returns true","time":{"start":1714501153790,"stop":1714501153791,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdf76bdbb044747","name":"Query generator for multiple messages with multiple decoders","time":{"start":1714501153788,"stop":1714501153788,"duration":0},"status":"passed","severity":"normal"},{"uid":"848515c6e92a73df","name":"Subscribe to topic containing short and receive message","time":{"start":1714501220684,"stop":1714501220684,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfd3b8975bc1884e","name":"should use DNS peer discovery with light client","time":{"start":1714500590516,"stop":1714500590516,"duration":0},"status":"skipped","severity":"normal"},{"uid":"124c0439f1ae2ae0","name":"Push message with content topic containing special chars","time":{"start":1714500976547,"stop":1714500976548,"duration":1},"status":"passed","severity":"normal"},{"uid":"77b47bbc73fe30ae","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e0b675900c72d57","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"status":"passed","severity":"normal"},{"uid":"84011acacb2a78fe","name":"Push message with content topic containing Chinese","time":{"start":1714500976548,"stop":1714500976549,"duration":1},"status":"passed","severity":"normal"},{"uid":"55d0024fe68deccb","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714500654300,"stop":1714500654300,"duration":0},"status":"passed","severity":"normal"},{"uid":"6661af48dc7f693","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1714500550518,"stop":1714500550519,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c890611cf4dd1da","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1714500525331,"stop":1714500525331,"duration":0},"status":"passed","severity":"normal"},{"uid":"1885477d99ac2e06","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714500976556,"stop":1714500976556,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1250a64cf1ab62e","name":"Subscribe and receive messages via waku relay post","time":{"start":1714501220681,"stop":1714501220681,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5845635fed46fef","name":"receives messages sent to provided content topic through stream","time":{"start":1714501036384,"stop":1714501036385,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f6f0b5bc737dd17d","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714501220683,"stop":1714501220683,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a967679dc461476","name":"Query generator for 2000 messages","time":{"start":1714501153792,"stop":1714501153793,"duration":1},"status":"passed","severity":"normal"},{"uid":"59fb5144dd93d57c","name":"Rejects garbage","time":{"start":1714500542734,"stop":1714500542735,"duration":1},"status":"passed","severity":"normal"},{"uid":"10d288e7c59d7064","name":"Init the array if not present","time":{"start":1714500524938,"stop":1714500524940,"duration":2},"status":"passed","severity":"normal"},{"uid":"ec3acaeba821bd1","name":"Push message with SQL Injection payload","time":{"start":1714501123777,"stop":1714501123778,"duration":1},"status":"passed","severity":"normal"},{"uid":"825837c981489468","name":"should encode/decode to text encoding","time":{"start":1714500534105,"stop":1714500534106,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7a5cfd6e13b169","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1714500561872,"stop":1714500561873,"duration":1},"status":"passed","severity":"normal"},{"uid":"da99ae35517a7a5f","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714501123810,"stop":1714501123810,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2c93dea4500ee53","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1714501039481,"stop":1714501039482,"duration":1},"status":"passed","severity":"normal"},{"uid":"a54260f8ae77612c","name":"Ping on peer without subscriptions","time":{"start":1714500660502,"stop":1714500660502,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a75abec7027b9c2","name":"Check publish message after client node is restarted","time":{"start":1714501036174,"stop":1714501036175,"duration":1},"status":"skipped","severity":"normal"},{"uid":"eb14235c12a6db05","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714500664400,"stop":1714500664408,"duration":8},"status":"passed","severity":"normal"},{"uid":"31c868bfb96a0e69","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714501050437,"stop":1714501050438,"duration":1},"status":"passed","severity":"normal"},{"uid":"34dc5e7bde001bd2","name":"ignores domain fetching errors","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"status":"passed","severity":"normal"},{"uid":"509b2ec1da8456ee","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744089,"stop":1714500744098,"duration":9},"status":"passed","severity":"normal"},{"uid":"5e27031e21aec5f7","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea8bbf53fae0f218","name":"Check publish message containing XML","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"status":"passed","severity":"normal"},{"uid":"dac3684d1b78a369","name":"more peers than existing","time":{"start":1714500976724,"stop":1714500976724,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e73d5a97e9b58b2f","name":"Subscribe and receives messages on 20 topics","time":{"start":1714501220692,"stop":1714501220692,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0b618b9f8bcd0a1","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1714500525349,"stop":1714500525349,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cd33270cef98ff1","name":"addEventListener with correct event","time":{"start":1714500619502,"stop":1714500619503,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5f602647be3b95d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1714500744142,"stop":1714500744142,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0f4ad7d304f7e27","name":"Check received message containing escaped characters","time":{"start":1714501050433,"stop":1714501050434,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca9f51ff4513bce1","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1714500589623,"stop":1714500589623,"duration":0},"status":"passed","severity":"normal"},{"uid":"327768c61075ae3b","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1714500525357,"stop":1714500525358,"duration":1},"status":"passed","severity":"normal"},{"uid":"439e59b98e59c643","name":"should properly create peer info with all multiaddrs","time":{"start":1714500534109,"stop":1714500534109,"duration":0},"status":"passed","severity":"normal"},{"uid":"314c9793b428021b","name":"Check received message containing emoji","time":{"start":1714501050453,"stop":1714501050454,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a95136362ea6f70","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1714501094175,"stop":1714501094175,"duration":0},"status":"passed","severity":"normal"},{"uid":"e25192eac445a59e","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e8bac4d68906490b","name":"Generator, 2 different pubsubtopics","time":{"start":1714501150903,"stop":1714501150903,"duration":0},"status":"passed","severity":"normal"},{"uid":"c893bb3465ca251","name":"Refresh subscription","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f625e60e2dbc4d6","name":"Ping on unsubscribed peer","time":{"start":1714500607829,"stop":1714500607829,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d3322cd4e92ce2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1714501013447,"stop":1714501013447,"duration":0},"status":"passed","severity":"normal"},{"uid":"3471bb9caa4dd8a","name":"Push message equal or less that 1MB","time":{"start":1714500976565,"stop":1714500976565,"duration":0},"status":"passed","severity":"normal"},{"uid":"5151e2d831f953e9","name":"Ping on unsubscribed peer","time":{"start":1714500660495,"stop":1714500660500,"duration":5},"status":"passed","severity":"normal"},{"uid":"65841b04cd3c97cc","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1714501039482,"stop":1714501039482,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8c29929c51534eb","name":"Check received message containing Chinese","time":{"start":1714500735360,"stop":1714500735360,"duration":0},"status":"passed","severity":"normal"},{"uid":"a02e31852e530df","name":"Push message with meta","time":{"start":1714500976561,"stop":1714500976561,"duration":0},"status":"passed","severity":"normal"},{"uid":"21add0e7c496b166","name":"Overlapping topic subscription","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc5a1d974a647860","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1714500872902,"stop":1714500872902,"duration":0},"status":"passed","severity":"normal"},{"uid":"43cc55e4e75e674b","name":"Push message with content topic containing numeric","time":{"start":1714500976546,"stop":1714500976547,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f1fdf4eeda47b79","name":"Encoder throws on empty string content topic","time":{"start":1714500539181,"stop":1714500539181,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d91c04f502f820e","name":"Check message received after jswaku node is restarted","time":{"start":1714501050441,"stop":1714501050441,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ac2dc0c21f8c4807","name":"Check publish message containing numeric","time":{"start":1714501036153,"stop":1714501036154,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6ec15182ea1115","name":"Check publish message containing Arabic","time":{"start":1714501036155,"stop":1714501036155,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f055fef9b5359c2","name":"Push message with custom timestamp: 1714497135785","time":{"start":1714501123820,"stop":1714501123821,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca778b44ffe7389c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714500823174,"stop":1714500823175,"duration":1},"status":"passed","severity":"normal"},{"uid":"d83144d45085a529","name":"Check message on other pubsub topic is not received","time":{"start":1714501050439,"stop":1714501050439,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c39e17eac3ecd96","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1714501184628,"stop":1714501184628,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97f6a558d64147e","name":"Generator, custom pubsub topic","time":{"start":1714501150904,"stop":1714501150905,"duration":1},"status":"passed","severity":"normal"},{"uid":"a47c7cab2db69ccb","name":"should throw an error if shards are undefined for static sharding","time":{"start":1714500525341,"stop":1714500525342,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc4ad5d44234c3f9","name":"Check received message containing XML","time":{"start":1714501050431,"stop":1714501050431,"duration":0},"status":"passed","severity":"normal"},{"uid":"6322bbf1139eb8c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714500786925,"stop":1714500786926,"duration":1},"status":"passed","severity":"normal"},{"uid":"89649c4324bfeb44","name":"Push message with emoji payload","time":{"start":1714500976538,"stop":1714500976540,"duration":2},"status":"passed","severity":"normal"},{"uid":"12b5fcc99b8406fe","name":"should set field with only FILTER enabled","time":{"start":1714500534111,"stop":1714500534111,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8ed7d6f994b5ae6","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1714500578576,"stop":1714500578594,"duration":18},"status":"passed","severity":"normal"},{"uid":"a0299f41ee61ba2e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714501220681,"stop":1714501220681,"duration":0},"status":"passed","severity":"normal"},{"uid":"5feb7a6d0cd3f38f","name":"returns all values when wanted number matches available values","time":{"start":1714500549514,"stop":1714500549516,"duration":2},"status":"passed","severity":"normal"},{"uid":"f8313e000b18b0ee","name":"Push message with content topic containing unicode special characters","time":{"start":1714501123812,"stop":1714501123812,"duration":0},"status":"passed","severity":"normal"},{"uid":"1616c3af1c5125ef","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714501220698,"stop":1714501220699,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2ae5a89763a5c2d","name":"Refresh subscription","time":{"start":1714501220683,"stop":1714501220684,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7ed9ec15eb20691","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1714500744101,"stop":1714500744104,"duration":3},"status":"passed","severity":"normal"},{"uid":"63d59698afa53fb6","name":"Query Generator, Multiple PubsubTopics","time":{"start":1714501140344,"stop":1714501140344,"duration":0},"status":"passed","severity":"normal"},{"uid":"f69d98ea1e8e8490","name":"Push 30 different messages","time":{"start":1714500976540,"stop":1714500976542,"duration":2},"status":"passed","severity":"normal"},{"uid":"d7890eeace11e1c4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"status":"passed","severity":"normal"},{"uid":"2899a334b87e4665","name":"start node with empty content topic","time":{"start":1714501089336,"stop":1714501089336,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc4d61790bf5e323","name":"Fails to publish message with wrong content topic","time":{"start":1714501036167,"stop":1714501036168,"duration":1},"status":"passed","severity":"normal"},{"uid":"38b917a112f3bdcc","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1714500589622,"stop":1714500589623,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f2a48048c12fee7","name":"removeEventListener with correct event","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"status":"passed","severity":"normal"},{"uid":"a36041b3feb02d1f","name":"addEventListener with wrong event","time":{"start":1714500619503,"stop":1714500619503,"duration":0},"status":"passed","severity":"normal"},{"uid":"a449e83ae1405f23","name":"Check received message containing Russian","time":{"start":1714500735361,"stop":1714500735361,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdf413bdf1b592e8","name":"Fails to push message with empty content topic","time":{"start":1714500976560,"stop":1714500976561,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c3fd073f3c5a13f","name":"Fails to push message bigger that 1MB","time":{"start":1714500976565,"stop":1714500976565,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dbdb5a4b4644f02","name":"Ordered Callback - forward","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eff4c653c9a3773","name":"can dial TLS multiaddrs","time":{"start":1714500850421,"stop":1714500850422,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d6ecc903e295416","name":"Subscribe to topic containing long and receive message","time":{"start":1714501220684,"stop":1714501220684,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d98fc97aa4e256b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500654296,"stop":1714500654298,"duration":2},"status":"passed","severity":"normal"},{"uid":"9a52730d134cc2d2","name":"Push to array if already present","time":{"start":1714500524940,"stop":1714500524941,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b9b8e251fbbf9fc","name":"Subscribe and receive messages via waku relay post","time":{"start":1714500823172,"stop":1714500823172,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce8fa205d5e8719","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"status":"passed","severity":"normal"},{"uid":"b97b34da57d528f0","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ca8cbe5eae5bf17","name":"Subscribe and publish message","time":{"start":1714501039477,"stop":1714501039477,"duration":0},"status":"passed","severity":"normal"},{"uid":"36141beda05d04b4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1714500525358,"stop":1714500525358,"duration":0},"status":"passed","severity":"normal"},{"uid":"b55b0f6e5bab4cfe","name":"Push message with content topic containing SQL Injection","time":{"start":1714501123808,"stop":1714501123808,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef0d1ed0d7ce11ae","name":"should set field with all protocols enabled","time":{"start":1714500534110,"stop":1714500534110,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac12223de1071bb9","name":"Ordered Callback - backward","time":{"start":1714501145475,"stop":1714501145476,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dc1842cc5f126a","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1714500525326,"stop":1714500525327,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d2ae8043949ae9","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714501220698,"stop":1714501220698,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9a48209c0d7d600","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4bc206b2420125b","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714500786931,"stop":1714500786931,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cde78ef59e9d9c3","name":"should be able to encode the field with only FILTER set to true","time":{"start":1714500533163,"stop":1714500533173,"duration":10},"status":"passed","severity":"normal"},{"uid":"21f890104fb610af","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1714500533173,"stop":1714500533174,"duration":1},"status":"passed","severity":"normal"},{"uid":"44ab81e6055e3514","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1714500525344,"stop":1714500525345,"duration":1},"status":"passed","severity":"normal"},{"uid":"d86cb0c831ab7008","name":"same cluster, same shard: nodes connect","time":{"start":1714500744049,"stop":1714500744050,"duration":1},"status":"passed","severity":"normal"},{"uid":"efe4108b623e0d52","name":"Check message received after nwaku node is restarted","time":{"start":1714501050441,"stop":1714501050441,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1245925b57a32d3a","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714501013445,"stop":1714501013445,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee0e5385b5bd61b8","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1714500744183,"stop":1714500744183,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a1011b286585d8f","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae786acd448814c8","name":"Check received message containing XML","time":{"start":1714501050446,"stop":1714501050448,"duration":2},"status":"passed","severity":"normal"},{"uid":"26c55e92eeb84d1","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"status":"passed","severity":"normal"},{"uid":"f46af34bf814e1b0","name":"Push message on custom pubsubTopic","time":{"start":1714500844871,"stop":1714500844871,"duration":0},"status":"passed","severity":"normal"},{"uid":"db39ecfb37e2155e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714500654301,"stop":1714500654302,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c71966a393a28cf","name":"should handle corrupted local storage data gracefully","time":{"start":1714500554006,"stop":1714500554007,"duration":1},"status":"passed","severity":"normal"},{"uid":"68d1ff0556bff499","name":"should throw an error for insufficient data","time":{"start":1714500525361,"stop":1714500525361,"duration":0},"status":"passed","severity":"normal"},{"uid":"476e807d182ce1b6","name":"Push message with numeric payload","time":{"start":1714500976526,"stop":1714500976527,"duration":1},"status":"passed","severity":"normal"},{"uid":"1919146154a74ba0","name":"Check received message containing Basic HTML tag","time":{"start":1714500735363,"stop":1714500735363,"duration":0},"status":"passed","severity":"normal"},{"uid":"5423765b5ba981b0","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1714500623696,"stop":1714500623696,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7dd78e90cad84fd","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"status":"passed","severity":"normal"},{"uid":"99726df6b2664506","name":"should use the provided clusterId for the pubsub topic","time":{"start":1714500525358,"stop":1714500525358,"duration":0},"status":"passed","severity":"normal"},{"uid":"c41063f891573ebf","name":"Check received message containing Arabic","time":{"start":1714500735360,"stop":1714500735361,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a6a442b2714a2a3","name":"Check message with invalid timestamp is not received","time":{"start":1714500735369,"stop":1714500735370,"duration":1},"status":"passed","severity":"normal"},{"uid":"a70a826c6efb5e64","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714500664400,"stop":1714500664400,"duration":0},"status":"passed","severity":"normal"},{"uid":"194fd142c7be439b","name":"should not receive a peer event after stop","time":{"start":1714500554005,"stop":1714500554005,"duration":0},"status":"passed","severity":"normal"},{"uid":"884e411caabff7c5","name":"throws an error for improperly formatted content topics","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"status":"passed","severity":"normal"},{"uid":"be240068840f495","name":"Push message with content topic containing Russian","time":{"start":1714500976551,"stop":1714500976552,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb7944dd29157fb5","name":"Push message with Script payload","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"status":"passed","severity":"normal"},{"uid":"af0e4f88ae4390ab","name":"Check received message containing short","time":{"start":1714501050426,"stop":1714501050427,"duration":1},"status":"passed","severity":"normal"},{"uid":"b750a1b9113921d7","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa8e63560c064385","name":"tcp ip4 address","time":{"start":1714500533443,"stop":1714500533444,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eeb6565b6ca46bf","name":"Push message with content topic containing long","time":{"start":1714500976545,"stop":1714500976546,"duration":1},"status":"passed","severity":"normal"},{"uid":"63fd09d5381959f3","name":"Check received message containing special chars","time":{"start":1714500735359,"stop":1714500735360,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d225e8e56886143","name":"random static sharding 2 - Cluster ID: 372, Shard ID: 685","time":{"start":1714501106174,"stop":1714501106174,"duration":0},"status":"passed","severity":"normal"},{"uid":"45b7d02e8c00fecd","name":"Check received message containing shell command","time":{"start":1714500735364,"stop":1714500735364,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d7a709c435f69ae","name":"isConnected between 2 js-waku relay nodes","time":{"start":1714500623699,"stop":1714500623699,"duration":0},"status":"passed","severity":"normal"},{"uid":"4afb6369b035d8f2","name":"should not fail to start the service if it is already started","time":{"start":1714500554004,"stop":1714500554004,"duration":0},"status":"passed","severity":"normal"},{"uid":"70ac01642838ea6","name":"Push message with Russian payload","time":{"start":1714501123760,"stop":1714501123777,"duration":17},"status":"passed","severity":"normal"},{"uid":"713c7f0c0303482","name":"Subscribe to topic containing numeric and publish message","time":{"start":1714501039481,"stop":1714501039481,"duration":0},"status":"passed","severity":"normal"},{"uid":"34339b00813a1423","name":"Check received message containing SQL Injection","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"status":"passed","severity":"normal"},{"uid":"79a9db78e0ec8b38","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1714500539182,"stop":1714500539183,"duration":1},"status":"passed","severity":"normal"},{"uid":"168afd03de05b537","name":"getPeersByDiscovery","time":{"start":1714500997299,"stop":1714500997300,"duration":1},"status":"passed","severity":"normal"},{"uid":"98a9773d30f4c16c","name":"Push message with Arabic payload","time":{"start":1714501123760,"stop":1714501123760,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d26daeacdc0bafc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744138,"stop":1714500744138,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e3f0cac841efe9","name":"Subscribe to topic containing Script and publish message","time":{"start":1714501039483,"stop":1714501039483,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c78bdb24c145189","name":"A test","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ce5d9125f8a7b7c","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1714500533180,"stop":1714500533181,"duration":1},"status":"passed","severity":"normal"},{"uid":"1926af0546a62203","name":"throws on empty content topic","time":{"start":1714500525319,"stop":1714500525320,"duration":1},"status":"passed","severity":"normal"},{"uid":"abe20210ae78d6f","name":"Delete observer","time":{"start":1714500979200,"stop":1714500979200,"duration":0},"status":"passed","severity":"normal"},{"uid":"94896e1dc6835a7a","name":"Overlapping topic subscription","time":{"start":1714501039479,"stop":1714501039480,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3ccad7435a18266c","name":"should not receive a peer event after stop","time":{"start":1714501049788,"stop":1714501049789,"duration":1},"status":"passed","severity":"normal"},{"uid":"d511d3f21f8797f7","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1714501039486,"stop":1714501039486,"duration":0},"status":"passed","severity":"normal"},{"uid":"375d6ac4feb9d06b","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1714500744146,"stop":1714500744178,"duration":32},"status":"passed","severity":"normal"},{"uid":"c5166d63c5284254","name":"Push message with content topic containing numeric","time":{"start":1714501123789,"stop":1714501123789,"duration":0},"status":"passed","severity":"normal"},{"uid":"bae6a1e8e9e9230e","name":"Generator, 2 different pubsubtopics","time":{"start":1714501150908,"stop":1714501150909,"duration":1},"status":"passed","severity":"normal"},{"uid":"729bd1e3e4eafc19","name":"should properly create location multiaddrs - tcp4","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"status":"passed","severity":"normal"},{"uid":"e045fcc85ee53f13","name":"Query with Promise Callback, No message returned","time":{"start":1714501140348,"stop":1714501140348,"duration":0},"status":"passed","severity":"normal"},{"uid":"e114f08461385ac0","name":"Push message with numeric payload","time":{"start":1714501123756,"stop":1714501123759,"duration":3},"status":"passed","severity":"normal"},{"uid":"403940b8f048cdc2","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714501220691,"stop":1714501220692,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bb39769b46d5146","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714500786927,"stop":1714500786927,"duration":0},"status":"passed","severity":"normal"},{"uid":"aad3e412897a14c9","name":"can start the service","time":{"start":1714500590504,"stop":1714500590504,"duration":0},"status":"passed","severity":"normal"},{"uid":"67876a8d34d688e9","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1714500744129,"stop":1714500744130,"duration":1},"status":"passed","severity":"normal"},{"uid":"77cb948708506095","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3f71660b5113b70","name":"Push message with JSON payload","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"status":"passed","severity":"normal"},{"uid":"df3730f34370fcc5","name":"Fails to publish duplicate message","time":{"start":1714501036166,"stop":1714501036166,"duration":0},"status":"passed","severity":"normal"},{"uid":"730a7bc8785c1412","name":"should return the pubsub topic directly if a string is provided","time":{"start":1714500525351,"stop":1714500525352,"duration":1},"status":"passed","severity":"normal"},{"uid":"b986f5e0346f596f","name":"Check message received after jswaku node is restarted","time":{"start":1714500735372,"stop":1714500735373,"duration":1},"status":"skipped","severity":"normal"},{"uid":"55c6ba459092109a","name":"Push message with content topic containing escaped characters","time":{"start":1714500976558,"stop":1714500976558,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e052d6df1c0addb","name":"Push message with Basic HTML tag payload","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b6cf28547e72bfe","name":"Reusing cursor across nodes","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"status":"passed","severity":"normal"},{"uid":"442f1f250c8af596","name":"should throw error - no id","time":{"start":1714500534103,"stop":1714500534103,"duration":0},"status":"passed","severity":"normal"},{"uid":"a966e29e7e2400fa","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"status":"passed","severity":"normal"},{"uid":"77456e2ab7aabb3f","name":"Check received message containing Script","time":{"start":1714500735362,"stop":1714500735362,"duration":0},"status":"passed","severity":"normal"},{"uid":"b384a9c5a1247ad3","name":"Push message with special chars payload","time":{"start":1714501123759,"stop":1714501123759,"duration":0},"status":"passed","severity":"normal"},{"uid":"341344ca18593b56","name":"Push message with escaped characters payload","time":{"start":1714501123780,"stop":1714501123780,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddbad97a319a2406","name":"Check received message with timestamp: 1714500577468000000 ","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b947469e8d13b60","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714500654299,"stop":1714500654299,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6f63a39ff97447f","name":"returns all values when wanted number is greater than available values","time":{"start":1714500549516,"stop":1714500549517,"duration":1},"status":"passed","severity":"normal"},{"uid":"36f2ca1ed3423162","name":"should get / set TCP multiaddr","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"status":"passed","severity":"normal"},{"uid":"f88c950a8faa4bbd","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","severity":"normal"},{"uid":"502a14212f444b45","name":"Push message with custom timestamp: 1714497144434","time":{"start":1714500976564,"stop":1714500976564,"duration":0},"status":"passed","severity":"normal"},{"uid":"54002427390e2373","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714500525340,"stop":1714500525341,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d180b0362c1d744","name":"ignores unrecognized TXT record formats","time":{"start":1714500550516,"stop":1714500550517,"duration":1},"status":"passed","severity":"normal"},{"uid":"441699b664484caa","name":"Query with Ordered Callback, No message returned","time":{"start":1714501140346,"stop":1714501140347,"duration":1},"status":"passed","severity":"normal"},{"uid":"fabba7f09981c300","name":"Decoder throws on empty string content topic","time":{"start":1714500559909,"stop":1714500559910,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6528585c6a71e5f","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"status":"skipped","severity":"normal"},{"uid":"313ae8ba8a855aa2","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4ac8d6519445445","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1714501094176,"stop":1714501094176,"duration":0},"status":"passed","severity":"normal"},{"uid":"eed15b9c34fb2f0a","name":"Push message equal or less that 1MB","time":{"start":1714501123821,"stop":1714501123822,"duration":1},"status":"passed","severity":"normal"},{"uid":"f86b7e224943a720","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1714500525347,"stop":1714500525348,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c322b9ce59930c1","name":"should get / set UDP multiaddr","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"status":"passed","severity":"normal"},{"uid":"9144b34b0b1e4b81","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714500823187,"stop":1714500823188,"duration":1},"status":"passed","severity":"normal"},{"uid":"685fe1ee6d87230a","name":"non connected peers","time":{"start":1714500976725,"stop":1714500976725,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f23a5ecd293aa33e","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714500823185,"stop":1714500823185,"duration":0},"status":"passed","severity":"normal"},{"uid":"71340255e4b1d765","name":"Check received message containing Basic HTML tag","time":{"start":1714501050431,"stop":1714501050432,"duration":1},"status":"passed","severity":"normal"},{"uid":"9476f380a86c57fa","name":"throws on content topic with too few or too many fields","time":{"start":1714500525320,"stop":1714500525320,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbc8a50ec1ecd5d5","name":"Push message with SQL Injection payload","time":{"start":1714500976530,"stop":1714500976531,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad336461e3cc11ef","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714500664399,"stop":1714500664400,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbed9a7e0273fe29","name":"All","time":{"start":1714500587633,"stop":1714500587633,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b9ea48a667b1579","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1714500550277,"stop":1714500550277,"duration":0},"status":"passed","severity":"normal"},{"uid":"8931e960f7563291","name":"random static sharding 7 - Cluster ID: 813, Shard ID: 367","time":{"start":1714501106180,"stop":1714501106181,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b5a6c604150e69c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714500823190,"stop":1714500823191,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecdab7aaec3e2502","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"status":"passed","severity":"normal"},{"uid":"c58b044a8916fad0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500844877,"stop":1714500844878,"duration":1},"status":"passed","severity":"normal"},{"uid":"35129c1ecdfae2b4","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1714500744145,"stop":1714500744145,"duration":0},"status":"passed","severity":"normal"},{"uid":"b170c0c92e35239b","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a797c9fe1999528","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1714501094177,"stop":1714501094178,"duration":1},"status":"passed","severity":"normal"},{"uid":"baa8f630ea91459e","name":"Subscribe to topic containing short and publish message","time":{"start":1714501039480,"stop":1714501039480,"duration":0},"status":"passed","severity":"normal"},{"uid":"dced34804725f45f","name":"Check received message containing Chinese","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb20cb7049d74771","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1714501036383,"stop":1714501036383,"duration":0},"status":"skipped","severity":"normal"},{"uid":"415906f30b70ec3e","name":"through manual discovery","time":{"start":1714500850422,"stop":1714500850422,"duration":0},"status":"passed","severity":"normal"},{"uid":"954085ad35b5e514","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744140,"stop":1714500744140,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb253bf4db0d975","name":"Subscribe to topic containing emoji and publish message","time":{"start":1714501039486,"stop":1714501039486,"duration":0},"status":"passed","severity":"normal"},{"uid":"d58764ddef8aa07c","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1714500744119,"stop":1714500744122,"duration":3},"status":"passed","severity":"normal"},{"uid":"848188bfba41e624","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa3299b3794b8151","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1714500525346,"stop":1714500525347,"duration":1},"status":"passed","severity":"normal"},{"uid":"821b5c9214e4e41f","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1714500527928,"stop":1714500527928,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70b2a49ccd6a2c9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714501220686,"stop":1714501220686,"duration":0},"status":"passed","severity":"normal"},{"uid":"48c1397f6a615e90","name":"Refresh subscription","time":{"start":1714501039479,"stop":1714501039479,"duration":0},"status":"skipped","severity":"normal"},{"uid":"70689ae8c5c23d5b","name":"should return false","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"status":"passed","severity":"normal"},{"uid":"9736c389598aeefc","name":"isConnected should return false after all peers disconnect","time":{"start":1714500578628,"stop":1714500578629,"duration":1},"status":"passed","severity":"normal"},{"uid":"c29eb31fdbb488d0","name":"should not receive a peer event before start","time":{"start":1714501049788,"stop":1714501049788,"duration":0},"status":"passed","severity":"normal"},{"uid":"a867d1ad9633030c","name":"throws on content topic with generation field greater than 0","time":{"start":1714500525321,"stop":1714500525321,"duration":0},"status":"passed","severity":"normal"},{"uid":"281d9fea1898fe54","name":"Filter","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"status":"passed","severity":"normal"},{"uid":"53e4295489ad8df3","name":"should return valid sharding parameters for static sharding","time":{"start":1714500525353,"stop":1714500525354,"duration":1},"status":"passed","severity":"normal"},{"uid":"abd545355a1adc6","name":"random static sharding 9 - Cluster ID: 765, Shard ID: 617","time":{"start":1714501106183,"stop":1714501106185,"duration":2},"status":"passed","severity":"normal"},{"uid":"65f85fa7cc8af535","name":"it tolerates circular branch references","time":{"start":1714500550515,"stop":1714500550515,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa247201a3fb723","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d0348f5a357ae92","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"status":"passed","severity":"normal"},{"uid":"af70c32a332f4097","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1714500744131,"stop":1714500744137,"duration":6},"status":"passed","severity":"normal"},{"uid":"fe3d519b3fee213a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1714500550277,"stop":1714500550278,"duration":1},"status":"passed","severity":"normal"},{"uid":"2116ef517255973a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744128,"stop":1714500744129,"duration":1},"status":"passed","severity":"normal"},{"uid":"c04ad7f58959a639","name":"Push message with custom timestamp: 1683742335785","time":{"start":1714501123820,"stop":1714501123820,"duration":0},"status":"passed","severity":"normal"},{"uid":"818043849ef53ca4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1714500525349,"stop":1714500525350,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b30057967d2b242","name":"Push message with content topic containing emoji","time":{"start":1714501123813,"stop":1714501123813,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c4eaa8298af3312","name":"different cluster, same shard: nodes don't connect","time":{"start":1714500872907,"stop":1714500872907,"duration":0},"status":"passed","severity":"normal"},{"uid":"deb56c81a363c485","name":"1 Store, 2 relays, 2 fetches","time":{"start":1714500549550,"stop":1714500549551,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbe87ff54eae932c","name":"Encoder throws on undefined content topic","time":{"start":1714500561874,"stop":1714500561874,"duration":0},"status":"passed","severity":"normal"},{"uid":"e84f9196c640fbff","name":"getPeersByDiscovery","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e92bf0800078b86","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2099b4c91f34491","name":"same cluster, same shard: nodes connect","time":{"start":1714500872905,"stop":1714500872906,"duration":1},"status":"passed","severity":"normal"},{"uid":"cda918490853df15","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1714500525331,"stop":1714500525331,"duration":0},"status":"passed","severity":"normal"},{"uid":"f664c6acb134df73","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1714500744131,"stop":1714500744131,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea7760ca5d6361f8","name":"should properly create location multiaddrs - udp4","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5efac5eb4e63d22","name":"Check received message containing long","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"status":"passed","severity":"normal"},{"uid":"a93fd04356c30f1e","name":"Check message with no content topic is not received","time":{"start":1714501050457,"stop":1714501050458,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0b5f428474590f2","name":"should not receive a peer event before start","time":{"start":1714500590512,"stop":1714500590513,"duration":1},"status":"passed","severity":"normal"},{"uid":"61dc4d87facd5a","name":"Query Generator, Wrong PubsubTopic","time":{"start":1714501140343,"stop":1714501140343,"duration":0},"status":"passed","severity":"normal"},{"uid":"93014aceffb01af5","name":"Fails to publish message with size larger than 1 MB","time":{"start":1714501036173,"stop":1714501036174,"duration":1},"status":"passed","severity":"normal"},{"uid":"31a3b4ceb0c07786","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714501220695,"stop":1714501220695,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f15aa49868ce32","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1714500534097,"stop":1714500534097,"duration":0},"status":"passed","severity":"normal"},{"uid":"c45329e41b4cab14","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1714500525342,"stop":1714500525343,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3f82c7b1a7d730e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714501220684,"stop":1714501220685,"duration":1},"status":"passed","severity":"normal"},{"uid":"49bbfe62743213db","name":"Does not throw an exception when node disconnects","time":{"start":1714501181622,"stop":1714501181622,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f02dcfb6be163ab","name":"Decoder throws on empty string content topic","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"status":"passed","severity":"normal"},{"uid":"6adc913b2337b1b","name":"different cluster, different shard: nodes don't connect","time":{"start":1714500872907,"stop":1714500872908,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e1eb131f3fa37f9","name":"listenerCount","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca6059f68cd735d","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1714501094177,"stop":1714501094177,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc3c4f852c806d7c","name":"Check received message containing escaped characters","time":{"start":1714501050452,"stop":1714501050452,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a47d21b2bbe7caa","name":"Subscribe and receive messages via lightPush","time":{"start":1714501220690,"stop":1714501220690,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a9d688c74fd5bda","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1714500744053,"stop":1714500744054,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab32a9c6953d8211","name":"Push message with content topic containing short","time":{"start":1714501123788,"stop":1714501123788,"duration":0},"status":"passed","severity":"normal"},{"uid":"1190abc013506cc2","name":"should throw an error for empty SingleShardInfos array","time":{"start":1714500525336,"stop":1714500525338,"duration":2},"status":"passed","severity":"normal"},{"uid":"624075f60b0db9f4","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c73ad087cc7169d","name":"Default pageSize","time":{"start":1714501174015,"stop":1714501174016,"duration":1},"status":"passed","severity":"normal"},{"uid":"220fde724662d08c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714501150903,"stop":1714501150904,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b712d798894fbbf","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2bf85143d9830d8","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"status":"passed","severity":"normal"},{"uid":"df819db558c31d9e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714501220695,"stop":1714501220695,"duration":0},"status":"passed","severity":"normal"},{"uid":"302fb2e9af6bf426","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1714501039479,"stop":1714501039479,"duration":0},"status":"passed","severity":"normal"},{"uid":"537c40364158fe14","name":"should only return 1 node with relay and store capability","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a37652771e26284","name":"handles empty contentTopics array correctly","time":{"start":1714500525356,"stop":1714500525357,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab0bb41673bea5f5","name":"should properly create location multiaddrs - udp6","time":{"start":1714500534107,"stop":1714500534108,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fc0c83f2a3aec26","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714500823189,"stop":1714500823190,"duration":1},"status":"passed","severity":"normal"},{"uid":"700194d9b5602f7e","name":"Push message with content topic containing Arabic","time":{"start":1714501123804,"stop":1714501123804,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f39483d8e88730b","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1714501039485,"stop":1714501039485,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ddef2b1b9b00fa","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","severity":"normal"},{"uid":"84d95c3080b4c614","name":"configure the node with multiple content topics","time":{"start":1714501089333,"stop":1714501089333,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc2ee3278f305db7","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df71eb58df95e3","name":"Push 30 different messages","time":{"start":1714501123787,"stop":1714501123787,"duration":0},"status":"passed","severity":"normal"},{"uid":"35f50d216a3cf5ea","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714500823173,"stop":1714500823174,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf8dda52c6aac1d","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1714500587024,"stop":1714500587025,"duration":1},"status":"passed","severity":"normal"},{"uid":"b025d9c195b284d4","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"status":"passed","severity":"normal"},{"uid":"906d7e88ca47986f","name":"Query Generator - forward","time":{"start":1714501145473,"stop":1714501145473,"duration":0},"status":"passed","severity":"normal"},{"uid":"c15917dc17325230","name":"connected peers and dial","time":{"start":1714500976723,"stop":1714500976724,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d07771fffdd3c472","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1714500533175,"stop":1714500533176,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e29679fa51d859c","name":"can start the service","time":{"start":1714500554002,"stop":1714500554003,"duration":1},"status":"passed","severity":"normal"},{"uid":"223aeda55e365ada","name":"can start and stop the service","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3d339dd0c34e969","name":"Push message with content topic containing Arabic","time":{"start":1714500976549,"stop":1714500976551,"duration":2},"status":"passed","severity":"normal"},{"uid":"e1be1b5d231f10a4","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1714500550276,"stop":1714500550276,"duration":0},"status":"passed","severity":"normal"},{"uid":"71080d4a8926cb67","name":"Query with Ordered Callback, No Decoder","time":{"start":1714501140346,"stop":1714501140346,"duration":0},"status":"passed","severity":"normal"},{"uid":"1712d31a1489d731","name":"should emit a peer event after start","time":{"start":1714500554004,"stop":1714500554004,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ffd5b4772828637","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714501220685,"stop":1714501220685,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44f0aadd5ca0afd","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714501220697,"stop":1714501220698,"duration":1},"status":"passed","severity":"normal"},{"uid":"aace5de436e4fa6e","name":"Ping on subscribed peer","time":{"start":1714500660494,"stop":1714500660494,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e5f99268964ffe3","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"status":"passed","severity":"normal"},{"uid":"b136df7f5620e194","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714501220692,"stop":1714501220693,"duration":1},"status":"passed","severity":"normal"},{"uid":"47006934071c9c07","name":"new peer added after a peer was already found","time":{"start":1714500997300,"stop":1714500997300,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5e7851a530dcd3c5","name":"Check message received after jswaku node is restarted","time":{"start":1714501050459,"stop":1714501050459,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6f89c2848c84b1fc","name":"Waku message hash computation (payload length 0)","time":{"start":1714500527929,"stop":1714500527929,"duration":0},"status":"passed","severity":"normal"},{"uid":"8774c9376bcd4183","name":"handles multiple messages","time":{"start":1714501165486,"stop":1714501165486,"duration":0},"status":"passed","severity":"normal"},{"uid":"47dfcdfc93d03c77","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500654301,"stop":1714500654301,"duration":0},"status":"passed","severity":"normal"},{"uid":"a926e61741688f6a","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714501220685,"stop":1714501220686,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcdff0ba2776a7da","name":"Decoder throws on undefined content topic","time":{"start":1714500559909,"stop":1714500559909,"duration":0},"status":"passed","severity":"normal"},{"uid":"7631461a578dd523","name":"Push message with content topic containing SQL Injection","time":{"start":1714500976552,"stop":1714500976554,"duration":2},"status":"passed","severity":"normal"},{"uid":"2af76a3c4dd51f30","name":"Subscribe and receive messages via waku relay post","time":{"start":1714501220691,"stop":1714501220691,"duration":0},"status":"passed","severity":"normal"},{"uid":"e39e4277a9d4d785","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1714500550274,"stop":1714500550274,"duration":0},"status":"passed","severity":"normal"},{"uid":"66d58804071e3d7e","name":"Check message with no content topic is not received","time":{"start":1714501050439,"stop":1714501050440,"duration":1},"status":"passed","severity":"normal"},{"uid":"69f47515fec99dc9","name":"Check publish message containing Russian","time":{"start":1714501036155,"stop":1714501036156,"duration":1},"status":"passed","severity":"normal"},{"uid":"719ffc4d203018d2","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714501150906,"stop":1714501150907,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffd525e95595e862","name":"Push message with content topic containing escaped characters","time":{"start":1714501123811,"stop":1714501123812,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b739fc6a9a8c30d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","severity":"normal"},{"uid":"faeddac9cbbeb5bc","name":"should not throw an error for a single configured topic","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"status":"passed","severity":"normal"},{"uid":"dacdc448c0d3ebf2","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1714501153790,"stop":1714501153790,"duration":0},"status":"passed","severity":"normal"},{"uid":"e242288df4ca6949","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714501220682,"stop":1714501220683,"duration":1},"status":"passed","severity":"normal"},{"uid":"f30e8d0f347dc5c3","name":"Decoder throws on undefined content topic","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8ca8c03179b40c4","name":"Check received message containing JSON","time":{"start":1714500735363,"stop":1714500735364,"duration":1},"status":"passed","severity":"normal"},{"uid":"97fc6d65f74d086f","name":"Ping on peer without subscriptions","time":{"start":1714500607828,"stop":1714500607829,"duration":1},"status":"passed","severity":"normal"},{"uid":"34811b272383dba4","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714500823171,"stop":1714500823172,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1eeeb15a168b819","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic191/json","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"status":"passed","severity":"normal"},{"uid":"8356230aed138bcf","name":"start node with ApplicationInfo","time":{"start":1714501089335,"stop":1714501089336,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6962/widgets/history-trend.json b/6962/widgets/history-trend.json index 5cca60b2f60..31a2a8c4f56 100644 --- a/6962/widgets/history-trend.json +++ b/6962/widgets/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":26,"passed":804,"unknown":0,"total":831}},{"buildOrder":6961,"reportUrl":"https://waku-org.github.io/js-waku/6961/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6960,"reportUrl":"https://waku-org.github.io/js-waku/6960/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6959,"reportUrl":"https://waku-org.github.io/js-waku/6959/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6958,"reportUrl":"https://waku-org.github.io/js-waku/6958/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":26,"passed":804,"unknown":0,"total":831}},{"buildOrder":6957,"reportUrl":"https://waku-org.github.io/js-waku/6957/","reportName":"Allure Report with history","data":{"failed":0,"broken":41,"skipped":26,"passed":764,"unknown":0,"total":831}},{"buildOrder":6956,"reportUrl":"https://waku-org.github.io/js-waku/6956/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6955,"reportUrl":"https://waku-org.github.io/js-waku/6955/","reportName":"Allure Report with history","data":{"failed":0,"broken":41,"skipped":26,"passed":763,"unknown":0,"total":830}},{"buildOrder":6949,"reportUrl":"https://waku-org.github.io/js-waku/6949/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6954,"reportUrl":"https://waku-org.github.io/js-waku/6954/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":26,"passed":803,"unknown":0,"total":830}},{"buildOrder":6953,"reportUrl":"https://waku-org.github.io/js-waku/6953/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6952,"reportUrl":"https://waku-org.github.io/js-waku/6952/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6951,"reportUrl":"https://waku-org.github.io/js-waku/6951/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6950,"reportUrl":"https://waku-org.github.io/js-waku/6950/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":26,"passed":801,"unknown":0,"total":828}},{"buildOrder":6947,"reportUrl":"https://waku-org.github.io/js-waku/6947/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6946,"reportUrl":"https://waku-org.github.io/js-waku/6946/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}},{"buildOrder":6943,"reportUrl":"https://waku-org.github.io/js-waku/6943/","reportName":"Allure Report with history","data":{"failed":0,"broken":200,"skipped":26,"passed":604,"unknown":0,"total":830}},{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":804,"unknown":0,"total":830}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":807,"unknown":0,"total":833}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":783,"unknown":0,"total":809}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/6962/widgets/retry-trend.json b/6962/widgets/retry-trend.json index b689deea782..861b3f09e21 100644 --- a/6962/widgets/retry-trend.json +++ b/6962/widgets/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6961,"reportUrl":"https://waku-org.github.io/js-waku/6961/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6960,"reportUrl":"https://waku-org.github.io/js-waku/6960/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6959,"reportUrl":"https://waku-org.github.io/js-waku/6959/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6958,"reportUrl":"https://waku-org.github.io/js-waku/6958/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6957,"reportUrl":"https://waku-org.github.io/js-waku/6957/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6956,"reportUrl":"https://waku-org.github.io/js-waku/6956/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6955,"reportUrl":"https://waku-org.github.io/js-waku/6955/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6949,"reportUrl":"https://waku-org.github.io/js-waku/6949/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6954,"reportUrl":"https://waku-org.github.io/js-waku/6954/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6953,"reportUrl":"https://waku-org.github.io/js-waku/6953/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6952,"reportUrl":"https://waku-org.github.io/js-waku/6952/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6951,"reportUrl":"https://waku-org.github.io/js-waku/6951/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6950,"reportUrl":"https://waku-org.github.io/js-waku/6950/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6948,"reportUrl":"https://waku-org.github.io/js-waku/6948/","reportName":"Allure Report with history","data":{"run":828,"retry":2}},{"buildOrder":6947,"reportUrl":"https://waku-org.github.io/js-waku/6947/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6946,"reportUrl":"https://waku-org.github.io/js-waku/6946/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6943,"reportUrl":"https://waku-org.github.io/js-waku/6943/","reportName":"Allure Report with history","data":{"run":830,"retry":2}},{"buildOrder":6944,"reportUrl":"https://waku-org.github.io/js-waku/6944/","reportName":"Allure Report with history","data":{"run":830,"retry":2}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"run":833,"retry":2}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"run":809,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/6962/widgets/severity.json b/6962/widgets/severity.json index c557e537cf3..5b1702aa3ed 100644 --- a/6962/widgets/severity.json +++ b/6962/widgets/severity.json @@ -1 +1 @@ -[{"uid":"8cea5daf6686ff0e","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3e8c9f0b15dd120","name":"Check publish message containing SQL Injection","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"status":"passed","severity":"normal"},{"uid":"f18deb9e3b0bbaf","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1714453925052,"stop":1714453925053,"duration":1},"status":"passed","severity":"normal"},{"uid":"5553bda8a4c66a36","name":"Check received message with timestamp: 1714453974406 ","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"status":"passed","severity":"normal"},{"uid":"248736087726a566","name":"ignores domain fetching errors","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"status":"passed","severity":"normal"},{"uid":"a889015c43487494","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714454605556,"stop":1714454605557,"duration":1},"status":"passed","severity":"normal"},{"uid":"9210bb3f98bb49e2","name":"1 Relay, 1 fetch","time":{"start":1714453948528,"stop":1714453948529,"duration":1},"status":"passed","severity":"normal"},{"uid":"62a10a3722152fa4","name":"Correctly serialized arguments","time":{"start":1714454254053,"stop":1714454254055,"duration":2},"status":"passed","severity":"normal"},{"uid":"79103309655d5e9d","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"status":"passed","severity":"normal"},{"uid":"274213a0ff78a9fc","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4d601f875f52637","name":"Push to array if already present","time":{"start":1714453924719,"stop":1714453924719,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca4d78625681bfd8","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1714454140407,"stop":1714454140407,"duration":0},"status":"passed","severity":"normal"},{"uid":"202e712c40e6ed6a","name":"Check received message with timestamp: 1714453974406000000 ","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0e5c5ac8589faff","name":"Check received message containing Russian","time":{"start":1714454434303,"stop":1714454434303,"duration":0},"status":"passed","severity":"normal"},{"uid":"1355394a226fc052","name":"groups content topics by expected pubsub topic","time":{"start":1714453925058,"stop":1714453925058,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b99fc4a013d77fb","name":"Relay + Store","time":{"start":1714453933339,"stop":1714453933339,"duration":0},"status":"passed","severity":"normal"},{"uid":"8277228402516e10","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1714454401485,"stop":1714454401486,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a7fa1fbeaa472cb","name":"Push 30 different messages","time":{"start":1714454365880,"stop":1714454365880,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2ad88fa893ae2f5","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714454227466,"stop":1714454227466,"duration":0},"status":"passed","severity":"normal"},{"uid":"58c0bc7abfd2cb0d","name":"Check received message containing numeric","time":{"start":1714454133734,"stop":1714454133734,"duration":0},"status":"passed","severity":"normal"},{"uid":"13102f2416e8cb8b","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1714453985199,"stop":1714453985199,"duration":0},"status":"passed","severity":"normal"},{"uid":"5328c19c212b7083","name":"Push message with numeric payload","time":{"start":1714454365873,"stop":1714454365874,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4df6d8394579107","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714454605553,"stop":1714454605554,"duration":1},"status":"passed","severity":"normal"},{"uid":"448420bd4f22f484","name":"Relay - times out","time":{"start":1714454576888,"stop":1714454576889,"duration":1},"status":"passed","severity":"normal"},{"uid":"34f5f1819da7cc3d","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1714453983004,"stop":1714453983005,"duration":1},"status":"passed","severity":"normal"},{"uid":"c025c083c5d3ea34","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"status":"passed","severity":"normal"},{"uid":"841e25efbaf31fab","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1714453932706,"stop":1714453932706,"duration":0},"status":"passed","severity":"normal"},{"uid":"886b50bdae21943","name":"getPeersByDiscovery","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"status":"passed","severity":"normal"},{"uid":"552b4eaa39538363","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454048329,"stop":1714454048332,"duration":3},"status":"passed","severity":"normal"},{"uid":"58d527055cf2e164","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454048338,"stop":1714454048339,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0fc060167965271","name":"handles empty contentTopics array correctly","time":{"start":1714453925078,"stop":1714453925079,"duration":1},"status":"passed","severity":"normal"},{"uid":"4caea0356689c41b","name":"Push message with custom timestamp: 1714457733923","time":{"start":1714454507913,"stop":1714454507913,"duration":0},"status":"passed","severity":"normal"},{"uid":"38493759ecafcd54","name":"Check received message with timestamp: 1714453974406 ","time":{"start":1714454434308,"stop":1714454434308,"duration":0},"status":"passed","severity":"normal"},{"uid":"df92d0b0a879d62d","name":"isConnected return false after peer stops","time":{"start":1714454024388,"stop":1714454024389,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ed6328ff3c93b6a","name":"throws on content topic with empty version field","time":{"start":1714453925050,"stop":1714453925050,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d33b6931123a9e6","name":"throws on content topic with non-number generation field","time":{"start":1714453925049,"stop":1714453925049,"duration":0},"status":"passed","severity":"normal"},{"uid":"80762d6d33e53eab","name":"Check received message containing Basic HTML tag","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"status":"passed","severity":"normal"},{"uid":"62af1eaa8c0cf397","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1714454407734,"stop":1714454407734,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f3d2c06f80823b8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714454066545,"stop":1714454066546,"duration":1},"status":"passed","severity":"normal"},{"uid":"5550cb418fd645f8","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1714454546217,"stop":1714454546217,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eda9edc5693c963","name":"should properly create location multiaddrs - udp","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b05cb219f7c1485","name":"Check received message containing Chinese","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"status":"passed","severity":"normal"},{"uid":"f67bd0dd7ca5b883","name":"Subscribe to topic containing Script and receive message","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"status":"passed","severity":"normal"},{"uid":"50002bb0313fa728","name":"Push message with content topic containing short","time":{"start":1714454365881,"stop":1714454365881,"duration":0},"status":"passed","severity":"normal"},{"uid":"34725e5fd4dee5b7","name":"Check message with invalid timestamp is not received","time":{"start":1714454434336,"stop":1714454434337,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b34701fa0b19cf1","name":"Check received message containing special chars","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"status":"passed","severity":"normal"},{"uid":"15fe9fd73584153f","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app57/4/topic816/test.js","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc226b5c47a82ded","name":"Push message with escaped characters payload","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"status":"passed","severity":"normal"},{"uid":"21c946949252089a","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/5/topic900/xml","time":{"start":1714454483202,"stop":1714454483202,"duration":0},"status":"passed","severity":"normal"},{"uid":"655884fd8b8ad3fd","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46647fae114face","name":"Check publish message containing special chars","time":{"start":1714454429788,"stop":1714454429788,"duration":0},"status":"passed","severity":"normal"},{"uid":"85c278eadb8addb0","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1714453925052,"stop":1714453925052,"duration":0},"status":"passed","severity":"normal"},{"uid":"552a27866dd01fc4","name":"Push message with meta","time":{"start":1714454507911,"stop":1714454507911,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f0c94faab0b1963","name":"Push message with rate limit","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"status":"passed","severity":"normal"},{"uid":"458b989a037dcd52","name":"Subscribe and receive messages via waku relay post","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b85ce25b512fb31","name":"receives messages sent to provided content topic through stream","time":{"start":1714454429954,"stop":1714454429955,"duration":1},"status":"skipped","severity":"normal"},{"uid":"471251607050a193","name":"Ordered Callback - backward","time":{"start":1714454530568,"stop":1714454530568,"duration":0},"status":"passed","severity":"normal"},{"uid":"97b5497832cbc17d","name":"Push message with content topic containing escaped characters","time":{"start":1714454507908,"stop":1714454507908,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d3b31a8f55795d2","name":"should properly create location multiaddrs - tcp","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bdc1498c12cbfb0","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714454605555,"stop":1714454605555,"duration":0},"status":"passed","severity":"normal"},{"uid":"78cea8e2858631b9","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1714454140440,"stop":1714454140440,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf0ce7cfb5745d64","name":"Push message with emoji payload","time":{"start":1714454507878,"stop":1714454507878,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3f278d43222a8fb","name":"Check message with invalid timestamp is not received","time":{"start":1714454434309,"stop":1714454434310,"duration":1},"status":"passed","severity":"normal"},{"uid":"9175e0c1df70ae2e","name":"should return valid sharding parameters for static sharding","time":{"start":1714453925075,"stop":1714453925076,"duration":1},"status":"passed","severity":"normal"},{"uid":"70cd68626942b1d0","name":"Push message with content topic containing Script","time":{"start":1714454365884,"stop":1714454365884,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bbb477805e7b323","name":"Fails to publish message with empty text","time":{"start":1714454429798,"stop":1714454429798,"duration":0},"status":"passed","severity":"normal"},{"uid":"78a2ad174cdf22c8","name":"should not receive a peer event after stop","time":{"start":1714453952291,"stop":1714453952291,"duration":0},"status":"passed","severity":"normal"},{"uid":"13db8fb6746f84d1","name":"handles different networkShards values correctly","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"status":"passed","severity":"normal"},{"uid":"d354daf77595a7d4","name":"Subscribe to topic containing XML and receive message","time":{"start":1714454605544,"stop":1714454605545,"duration":1},"status":"passed","severity":"normal"},{"uid":"177075e0e50478e2","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1714453932711,"stop":1714453932711,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9c668e97b36eff1","name":"Check message with non string payload is not received","time":{"start":1714454434344,"stop":1714454434345,"duration":1},"status":"passed","severity":"normal"},{"uid":"90d88435719f78c5","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714453987204,"stop":1714453987204,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b1f97fbb6fa26907","name":"Subscribe and publish message","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcc4888625da6a03","name":"Symmetric encrypt & Decrypt","time":{"start":1714453958694,"stop":1714453958694,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcce7888304a3191","name":"Check received message containing short","time":{"start":1714454434313,"stop":1714454434320,"duration":7},"status":"passed","severity":"normal"},{"uid":"740f018d93b66c09","name":"random static sharding 7 - Cluster ID: 457, Shard ID: 586","time":{"start":1714454485753,"stop":1714454485754,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff1afd77c3b8d639","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"status":"passed","severity":"normal"},{"uid":"458717fdec14a00d","name":"Check publish message containing escaped characters","time":{"start":1714454429793,"stop":1714454429793,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ca8fb5f560bc585","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140479,"stop":1714454140479,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c7b4a06ed58fac0","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1714454479296,"stop":1714454479297,"duration":1},"status":"passed","severity":"normal"},{"uid":"21f150444f2c2a0d","name":"Check message on other pubsub topic is not received","time":{"start":1714454434337,"stop":1714454434337,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed52e6f25675fb56","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714454434308,"stop":1714454434309,"duration":1},"status":"passed","severity":"normal"},{"uid":"f15cff6392f257e3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1714454140472,"stop":1714454140472,"duration":0},"status":"passed","severity":"normal"},{"uid":"35a66468b19db128","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe002c4399712ba2","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"status":"passed","severity":"normal"},{"uid":"251f091b2540f221","name":"throws on empty content topic","time":{"start":1714453925048,"stop":1714453925048,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdfd92e1d0a584e4","name":"Push message with Chinese payload","time":{"start":1714454365874,"stop":1714454365875,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5fa9624633014a9","name":"Ping on subscribed peer","time":{"start":1714454053295,"stop":1714454053295,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfe3ee72c68f101a","name":"Check received message containing Russian","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4b7867c9186a581","name":"Check received message containing Arabic","time":{"start":1714454133735,"stop":1714454133736,"duration":1},"status":"passed","severity":"normal"},{"uid":"83a2333635d43f50","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1714453925066,"stop":1714453925067,"duration":1},"status":"passed","severity":"normal"},{"uid":"e96f2339435f0ca6","name":"should not fail to start the service if it is already started","time":{"start":1714453987181,"stop":1714453987182,"duration":1},"status":"passed","severity":"normal"},{"uid":"273c614a2e9fbf79","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454532111,"stop":1714454532118,"duration":7},"status":"passed","severity":"normal"},{"uid":"4b32203bcaed95b7","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1714453948678,"stop":1714453948678,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd395b0f82b2c404","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1714454429952,"stop":1714454429953,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e06c326806e47794","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1714453925071,"stop":1714453925072,"duration":1},"status":"passed","severity":"normal"},{"uid":"c66ae5011ba225ee","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1714454140467,"stop":1714454140467,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df98a4e1e852160","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1714453938220,"stop":1714453938221,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5116bf3ad2295c1","name":"connects to nwaku","time":{"start":1714454568758,"stop":1714454568758,"duration":0},"status":"passed","severity":"normal"},{"uid":"7877262849c54037","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714454185398,"stop":1714454185398,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff4e45aa33a0f8cb","name":"should throw an error for an unconfigured topic","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"status":"passed","severity":"normal"},{"uid":"365784bbddcc2ab","name":"removeEventListener with wrong event","time":{"start":1714454015966,"stop":1714454015967,"duration":1},"status":"passed","severity":"normal"},{"uid":"526c9ec7da110c2a","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app88/2/topic696/xml","time":{"start":1714454483201,"stop":1714454483202,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae1a2ed372f5e873","name":"Ordered callback, aborts when callback returns true","time":{"start":1714454543148,"stop":1714454543149,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b0f674fb69a64a0","name":"Push message with content topic containing unicode special characters","time":{"start":1714454507908,"stop":1714454507909,"duration":1},"status":"passed","severity":"normal"},{"uid":"a599ad9bfeb412ff","name":"Push message on custom pubsubTopic","time":{"start":1714454246976,"stop":1714454246977,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3d75be66200835","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"status":"passed","severity":"normal"},{"uid":"949ad993f0999974","name":"through manual discovery","time":{"start":1714454253972,"stop":1714454253972,"duration":0},"status":"passed","severity":"normal"},{"uid":"4628c4e3b9455f36","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714454605546,"stop":1714454605547,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec56c91814540405","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140470,"stop":1714454140471,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8fd325505dd090a","name":"Relay - dialed after","time":{"start":1714454576888,"stop":1714454576888,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b824c1d129967f6","name":"isConnected should return true after first peer connects","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"status":"passed","severity":"normal"},{"uid":"e87ef7d0fa9561b8","name":"Subscribe to topic containing XML and receive message","time":{"start":1714454227472,"stop":1714454227472,"duration":0},"status":"passed","severity":"normal"},{"uid":"93fae3a94dd87ae7","name":"Check received message containing special chars","time":{"start":1714454133734,"stop":1714454133735,"duration":1},"status":"passed","severity":"normal"},{"uid":"75664724777d73a6","name":"Subscribe to topic containing XML and publish message","time":{"start":1714454431997,"stop":1714454431997,"duration":0},"status":"passed","severity":"normal"},{"uid":"e305159f5283acab","name":"dispatchEvent via connectionManager","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"status":"passed","severity":"normal"},{"uid":"885004a40e588723","name":"Decoder throws on empty string content topic","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e27df1c492fc8f5","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714454048341,"stop":1714454048342,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b300338292455c0","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1714454140467,"stop":1714454140467,"duration":0},"status":"passed","severity":"normal"},{"uid":"270bb73d64b6b15b","name":"Check received message containing JSON","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"status":"passed","severity":"normal"},{"uid":"73ef15ae25f813db","name":"Push message with content topic containing SQL Injection","time":{"start":1714454507905,"stop":1714454507905,"duration":0},"status":"passed","severity":"normal"},{"uid":"c39cddbcef6e5a21","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1714454140467,"stop":1714454140468,"duration":1},"status":"passed","severity":"normal"},{"uid":"725d8e9fe4945f41","name":"Fails to push message with empty content topic","time":{"start":1714454365887,"stop":1714454365888,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f3ea35f6b6456d5","name":"isConnected should return false after all peers disconnect","time":{"start":1714453975167,"stop":1714453975168,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e55301b5dfcc7a8","name":"Push message with meta","time":{"start":1714454365888,"stop":1714454365888,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b53ae16e9abd831","name":"addEventListener with correct event","time":{"start":1714454015964,"stop":1714454015965,"duration":1},"status":"passed","severity":"normal"},{"uid":"790b2d22581f4d68","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1714453949192,"stop":1714453949192,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6b61b1b22c1f123","name":"Push message with content topic containing Russian","time":{"start":1714454507904,"stop":1714454507905,"duration":1},"status":"passed","severity":"normal"},{"uid":"93eec2e256dcae48","name":"Push message with content topic containing shell command","time":{"start":1714454365886,"stop":1714454365886,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d0e405bc346e19b","name":"Throws when trying to push message with empty payload","time":{"start":1714454365880,"stop":1714454365881,"duration":1},"status":"passed","severity":"normal"},{"uid":"22c2e457700ce5f7","name":"should be able to encode the field with only FILTER set to true","time":{"start":1714453932704,"stop":1714453932704,"duration":0},"status":"passed","severity":"normal"},{"uid":"44ab962d18821101","name":"Check received message containing XML","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7616af520187478","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1714453925053,"stop":1714453925053,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0173304eaea3c58","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"status":"passed","severity":"normal"},{"uid":"5160daf398f04b67","name":"Check received message containing special chars","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6ad9b3c67e127f8","name":"Push message with content topic containing XML","time":{"start":1714454365885,"stop":1714454365885,"duration":0},"status":"passed","severity":"normal"},{"uid":"a37500d3e670694c","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"status":"passed","severity":"normal"},{"uid":"be0ec04898c9b4cd","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1714454479296,"stop":1714454479296,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0d72b6b4a86b312","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714454407735,"stop":1714454407735,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1fa59cd66f361ed","name":"Generator, custom pubsub topic","time":{"start":1714454532130,"stop":1714454532131,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9f915c3242b668e","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1714454563518,"stop":1714454563518,"duration":0},"status":"passed","severity":"normal"},{"uid":"d915625ee6ea5a47","name":"Subscribe to topic containing shell command and publish message","time":{"start":1714454431998,"stop":1714454431999,"duration":1},"status":"passed","severity":"normal"},{"uid":"a423b9ceba6af956","name":"Passing page size 3 when there are 20 messages","time":{"start":1714454561530,"stop":1714454561531,"duration":1},"status":"passed","severity":"normal"},{"uid":"e196c53a3df830ef","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714454605546,"stop":1714454605546,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69a0eb229744db6","name":"Subscribe to topic containing JSON and publish message","time":{"start":1714454431998,"stop":1714454431998,"duration":0},"status":"passed","severity":"normal"},{"uid":"73b947c9791e2441","name":"Push message with short payload","time":{"start":1714454507870,"stop":1714454507871,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1eeae8b1b591047","name":"should throw error - no public key","time":{"start":1714453933331,"stop":1714453933332,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab25e40647917517","name":"isConnected should return false after all peers disconnect","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"status":"passed","severity":"normal"},{"uid":"52067d21d3b9b02e","name":"Sets default value correctly","time":{"start":1714454568761,"stop":1714454568761,"duration":0},"status":"passed","severity":"normal"},{"uid":"50f80d8287975dd9","name":"Fails to push message with large meta","time":{"start":1714454365888,"stop":1714454365889,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6bde31a36086432","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454048337,"stop":1714454048338,"duration":1},"status":"passed","severity":"normal"},{"uid":"231b1f8a5458edb4","name":"Push message with Basic HTML tag payload","time":{"start":1714454507876,"stop":1714454507876,"duration":0},"status":"passed","severity":"normal"},{"uid":"9300e0413272eff7","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1714454530136,"stop":1714454530136,"duration":0},"status":"passed","severity":"normal"},{"uid":"eca22cc21afdf4ba","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app64/3/topic307/xml","time":{"start":1714454483203,"stop":1714454483204,"duration":1},"status":"passed","severity":"normal"},{"uid":"748ccf9739238cdc","name":"Ping on peer without subscriptions","time":{"start":1714454053292,"stop":1714454053294,"duration":2},"status":"passed","severity":"normal"},{"uid":"99bcaacf0bc86bd5","name":"Encoder throws on empty string content topic","time":{"start":1714453959968,"stop":1714453959968,"duration":0},"status":"passed","severity":"normal"},{"uid":"54b44fca46498582","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1714454546218,"stop":1714454546219,"duration":1},"status":"passed","severity":"normal"},{"uid":"b84df16735a00a4f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7f11f099c8e8f6","name":"Fails to push message with empty content topic","time":{"start":1714454507909,"stop":1714454507911,"duration":2},"status":"passed","severity":"normal"},{"uid":"b4ef28de9cffb070","name":"Check received message containing long","time":{"start":1714454133717,"stop":1714454133734,"duration":17},"status":"passed","severity":"normal"},{"uid":"53cc4b20311d828a","name":"same cluster, same shard: nodes connect","time":{"start":1714454140403,"stop":1714454140403,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8d22242ba14c6e5","name":"Check message with non string payload is not received","time":{"start":1714454434312,"stop":1714454434312,"duration":0},"status":"passed","severity":"normal"},{"uid":"857460668633a4b5","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1714454431996,"stop":1714454431997,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea6cdb28412fded","name":"random static sharding 2 - Cluster ID: 887, Shard ID: 831","time":{"start":1714454485750,"stop":1714454485751,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b887c14a7518f0b","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1714454530132,"stop":1714454530133,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d6cda14eb1087b5","name":"Check message received after nwaku node is restarted","time":{"start":1714454133787,"stop":1714454133790,"duration":3},"status":"skipped","severity":"normal"},{"uid":"28eca425e334553c","name":"Check received message containing escaped characters","time":{"start":1714454434306,"stop":1714454434306,"duration":0},"status":"passed","severity":"normal"},{"uid":"50846528f87440f9","name":"Check received message containing escaped characters","time":{"start":1714454133757,"stop":1714454133757,"duration":0},"status":"passed","severity":"normal"},{"uid":"e477d8a9ecd81e52","name":"Subscribe and receive messages via lightPush","time":{"start":1714454605548,"stop":1714454605548,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7d9413f90c4386","name":"Check received message containing Script","time":{"start":1714454434323,"stop":1714454434323,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0656d12ecfd18d8","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1714453975116,"stop":1714453975117,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fdd0c9700bae2ca","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1714454140471,"stop":1714454140471,"duration":0},"status":"passed","severity":"normal"},{"uid":"a84df6108fc7175c","name":"Register correct protocols","time":{"start":1714454431990,"stop":1714454431991,"duration":1},"status":"passed","severity":"normal"},{"uid":"64b8bccdb90d6a15","name":"Check publish message containing short","time":{"start":1714454429786,"stop":1714454429787,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1bc1bc5db07e9fd","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1714453925055,"stop":1714453925056,"duration":1},"status":"passed","severity":"normal"},{"uid":"96c0524c73e853d5","name":"should return empty list for no shard","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc96fdc720d91514","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1714453937812,"stop":1714453937812,"duration":0},"status":"passed","severity":"normal"},{"uid":"370da373122a2277","name":"Check received message containing JSON","time":{"start":1714454133749,"stop":1714454133752,"duration":3},"status":"passed","severity":"normal"},{"uid":"3371c8a123abc729","name":"Query with Ordered Callback, No message returned","time":{"start":1714454530135,"stop":1714454530135,"duration":0},"status":"passed","severity":"normal"},{"uid":"75c123815b343483","name":"Check message on other pubsub topic is not received","time":{"start":1714454133778,"stop":1714454133782,"duration":4},"status":"passed","severity":"normal"},{"uid":"ba49a0f6a0fee7e0","name":"Check message with no payload is not received","time":{"start":1714454133786,"stop":1714454133786,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf0d629c4ef6e89e","name":"Push message with long payload","time":{"start":1714454507871,"stop":1714454507871,"duration":0},"status":"passed","severity":"normal"},{"uid":"79cc7ecb103e55c1","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a2b3549fc0e71d8","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1714454140440,"stop":1714454140441,"duration":1},"status":"passed","severity":"normal"},{"uid":"14f7e6d6ad69cc93","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app69/2/topic755/xml","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"status":"passed","severity":"normal"},{"uid":"f554367a4b78af4","name":"Used by Waku Relay","time":{"start":1714454568760,"stop":1714454568761,"duration":1},"status":"passed","severity":"normal"},{"uid":"3190927bc793791d","name":"Store - dialed first","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"status":"passed","severity":"normal"},{"uid":"95ec738bcbe5908f","name":"should throw error - no id","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"status":"passed","severity":"normal"},{"uid":"736b53aa5bad9e09","name":"creates an iterator","time":{"start":1714454554064,"stop":1714454554065,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f1cccf1375d2a04","name":"should correctly map a content topic to a pubsub topic","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"status":"passed","severity":"normal"},{"uid":"8477fa36e8d62ab2","name":"Push message with content topic containing emoji","time":{"start":1714454365887,"stop":1714454365887,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e825648015175c8","name":"should get / set TCP multiaddr","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"status":"passed","severity":"normal"},{"uid":"623b30e2668ba1c2","name":"Check message with no content topic is not received","time":{"start":1714454133785,"stop":1714454133785,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2f10cf391e02f86","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdb3b3ead4d39dc","name":"should properly create peer info with all multiaddrs","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c18160e58227f1f","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714454227465,"stop":1714454227465,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5172eabcef5af28","name":"Promise Callback - forward","time":{"start":1714454530566,"stop":1714454530567,"duration":1},"status":"passed","severity":"normal"},{"uid":"8073810db91e3b78","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1714454024386,"stop":1714454024386,"duration":0},"status":"passed","severity":"normal"},{"uid":"7908cd0f6bebde96","name":"Check received message containing Script","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"status":"passed","severity":"normal"},{"uid":"4379686570f85166","name":"listenerCount","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebb1826b4abf9f65","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1714454140446,"stop":1714454140446,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c0fc99b4bad4e5e","name":"Check received message with timestamp: 1714453974406000000 ","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"status":"passed","severity":"normal"},{"uid":"fba972ef52316a29","name":"Push message with content topic containing unicode special characters","time":{"start":1714454365887,"stop":1714454365887,"duration":0},"status":"passed","severity":"normal"},{"uid":"20945e5c0ad5df93","name":"Query with Promise Callback, No Decoder","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"status":"passed","severity":"normal"},{"uid":"e014b23c14045743","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1714454140481,"stop":1714454140481,"duration":0},"status":"passed","severity":"normal"},{"uid":"641defe93b04859a","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454532126,"stop":1714454532128,"duration":2},"status":"passed","severity":"normal"},{"uid":"8027cf929ebba3b7","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1714454431995,"stop":1714454431995,"duration":0},"status":"passed","severity":"normal"},{"uid":"a60632fcbd7f49b9","name":"Push message with custom timestamp: 1683695740677","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"status":"passed","severity":"normal"},{"uid":"27dbeb104c845fbc","name":"Check message with no content topic is not received","time":{"start":1714454434337,"stop":1714454434337,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa92a3574fa963d5","name":"Push message with JSON payload","time":{"start":1714454507876,"stop":1714454507877,"duration":1},"status":"passed","severity":"normal"},{"uid":"7158792a1d171752","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454246978,"stop":1714454246979,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb0d67216c4e9b6","name":"Decoder throws on empty string content topic","time":{"start":1714453958109,"stop":1714453958109,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd7425299411ec5","name":"should throw an error for missing sharding configuration","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3e8683d8c910fb","name":"should be able to decode the field with only RELAY set to true","time":{"start":1714453932708,"stop":1714453932709,"duration":1},"status":"passed","severity":"normal"},{"uid":"97051404c203f14e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714454048344,"stop":1714454048345,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ee48248c9103084","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1714454140469,"stop":1714454140469,"duration":0},"status":"passed","severity":"normal"},{"uid":"632faa9461f93af2","name":"should throw error - invalid id","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"status":"passed","severity":"normal"},{"uid":"44fde4dbf2a455cc","name":"should properly create location multiaddrs - tcp4","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"status":"passed","severity":"normal"},{"uid":"b17a27ff7b6939c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714454066546,"stop":1714454066546,"duration":0},"status":"passed","severity":"normal"},{"uid":"425327f5c3ddfcf8","name":"should not receive a peer event after stop","time":{"start":1714454443273,"stop":1714454443273,"duration":0},"status":"passed","severity":"normal"},{"uid":"16d2f708d2a201df","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1714453932710,"stop":1714453932710,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce008fe4c8599b9b","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1d7a120e82c5b90","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714455040951,"stop":1714455040952,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a39da6f2a4c905b","name":"Encoder throws on undefined content topic","time":{"start":1714453958107,"stop":1714453958107,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab7a13e404677766","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1714454429953,"stop":1714454429953,"duration":0},"status":"skipped","severity":"normal"},{"uid":"150082852497d5c","name":"should not receive a peer event after stop","time":{"start":1714453987198,"stop":1714453987200,"duration":2},"status":"passed","severity":"normal"},{"uid":"63c8feb48d539bee","name":"Check received message containing emoji","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a2ab5e37b98f125","name":"should throw an error for empty SingleShardInfos array","time":{"start":1714453925060,"stop":1714453925061,"duration":1},"status":"passed","severity":"normal"},{"uid":"27824d3505a5984c","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1714453948679,"stop":1714453948679,"duration":0},"status":"passed","severity":"normal"},{"uid":"88370a19eabce987","name":"Subscribe and receive messages via lightPush","time":{"start":1714454605538,"stop":1714454605538,"duration":0},"status":"passed","severity":"normal"},{"uid":"682770c0b64e5c92","name":"different cluster, same shard: nodes don't connect","time":{"start":1714454140404,"stop":1714454140404,"duration":0},"status":"passed","severity":"normal"},{"uid":"d03213d8e857f439","name":"should get / set UDP multiaddr","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b59e339fb20b71","name":"Subscribe to topic containing emoji and publish message","time":{"start":1714454432000,"stop":1714454432000,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bd18019522168d9","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714454227469,"stop":1714454227470,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cb05ff20a15d150","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714454227471,"stop":1714454227471,"duration":0},"status":"passed","severity":"normal"},{"uid":"2911a22315c17e0f","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e45a16baec4e262","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714454185397,"stop":1714454185397,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b726e2fb17db9be","name":"Push message with unicode special characters payload","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"status":"passed","severity":"normal"},{"uid":"1511a39543aae2da","name":"should only return 1 node with store capability","time":{"start":1714453949192,"stop":1714453949192,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc5b8c3f646637d","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"status":"passed","severity":"normal"},{"uid":"e366f77a739fae54","name":"should be able to decode the field with only FILTER set to true","time":{"start":1714453932709,"stop":1714453932709,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dfb5d9fa6dc3879","name":"Wrong topic","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"status":"passed","severity":"normal"},{"uid":"b440b652388dbb15","name":"Push message with content topic containing JSON","time":{"start":1714454365885,"stop":1714454365886,"duration":1},"status":"passed","severity":"normal"},{"uid":"953b84f7113846e1","name":"Subscribe to topic containing special chars and publish message","time":{"start":1714454431995,"stop":1714454431995,"duration":0},"status":"passed","severity":"normal"},{"uid":"14c66ff69319547e","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1714454140450,"stop":1714454140450,"duration":0},"status":"passed","severity":"normal"},{"uid":"236206fe7564f7a5","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714454434336,"stop":1714454434336,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d78185ed2aa63","name":"Subscribe to topic containing long and receive message","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ac3839c93a0da51","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714454407736,"stop":1714454407736,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f20ec857c7f94a4","name":"Check publish message containing XML","time":{"start":1714454429791,"stop":1714454429791,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7d9fb57ce9aff92","name":"Push message with shell command payload","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c1f181afc3391c","name":"Push message with content topic containing Script","time":{"start":1714454507905,"stop":1714454507906,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c851e01aec3ab98","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1714454140481,"stop":1714454140482,"duration":1},"status":"passed","severity":"normal"},{"uid":"7afabe10515d0260","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1714454563517,"stop":1714454563518,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f18c74bf5c2821f","name":"should properly create location multiaddrs - tcp6","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6b9f837f97ccbdc","name":"Encoder throws on undefined content topic","time":{"start":1714453959968,"stop":1714453959968,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df129b61f360582","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714454605550,"stop":1714454605550,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d4499723c47916f","name":"handles multiple messages","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"status":"passed","severity":"normal"},{"uid":"23d1635548ff1b62","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"status":"passed","severity":"normal"},{"uid":"adb47ba19245ef6","name":"Check publish message containing Chinese","time":{"start":1714454429788,"stop":1714454429789,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dd038a6eb40c75c","name":"Check message with non string payload is not received","time":{"start":1714454133786,"stop":1714454133787,"duration":1},"status":"passed","severity":"normal"},{"uid":"98a605494c1322d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714454605556,"stop":1714454605556,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc31056d5cd1476a","name":"should be able to encode the field with only RELAY set to true","time":{"start":1714453932701,"stop":1714453932703,"duration":2},"status":"passed","severity":"normal"},{"uid":"3715a1ce74188c8d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714454066546,"stop":1714454066547,"duration":1},"status":"passed","severity":"normal"},{"uid":"5456f646cc0f7e5e","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714454185395,"stop":1714454185396,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a633af914ad7cba","name":"should only return 1 node with relay capability","time":{"start":1714453949191,"stop":1714453949191,"duration":0},"status":"passed","severity":"normal"},{"uid":"b546bbc8e797654d","name":"should handle application and version for autosharding","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd1b6f6d5cb91a83","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1714454140472,"stop":1714454140472,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6d2df2ab0d656ba","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1714454431999,"stop":1714454431999,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3c7e506dc51f8b","name":"Subscribe to topic containing long and publish message","time":{"start":1714454431994,"stop":1714454431994,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ebb69614cbce2b4","name":"handles empty shards array correctly","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"status":"passed","severity":"normal"},{"uid":"f91574c33efc4a7b","name":"Query generator for multiple messages with different content topic format","time":{"start":1714454543145,"stop":1714454543146,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3e658179da8e401","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714454365885,"stop":1714454365885,"duration":0},"status":"passed","severity":"normal"},{"uid":"27ae06f16454653c","name":"Check publish message after service node is restarted","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f2fa6ff8d7d2b535","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714454434336,"stop":1714454434336,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc672f02c0f6693d","name":"Push message equal or less that 1MB","time":{"start":1714454365891,"stop":1714454365891,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcea2ebd0247fbe8","name":"Push message with short payload","time":{"start":1714454365872,"stop":1714454365873,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd977fcef1c27b76","name":"Query Generator, Multiple PubsubTopics","time":{"start":1714454530129,"stop":1714454530130,"duration":1},"status":"passed","severity":"normal"},{"uid":"83a6ef733c616c84","name":"Check message received after jswaku node is restarted","time":{"start":1714454434345,"stop":1714454434345,"duration":0},"status":"skipped","severity":"normal"},{"uid":"152f5c1f4a593388","name":"Waku message hash computation (payload length 0)","time":{"start":1714453927579,"stop":1714453927579,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e8a5db98dc2cbab","name":"Check publish message containing Arabic","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"status":"passed","severity":"normal"},{"uid":"acdae15864adfb6d","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1714453947390,"stop":1714453947390,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c854944502ebe26","name":"random static sharding 5 - Cluster ID: 560, Shard ID: 511","time":{"start":1714454485752,"stop":1714454485753,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f1a1524a3c0ba7","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"status":"passed","severity":"normal"},{"uid":"e33a0733b1bb23cb","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1714453925069,"stop":1714453925070,"duration":1},"status":"passed","severity":"normal"},{"uid":"60fb6708ee3c5d8","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1714453958105,"stop":1714453958106,"duration":1},"status":"passed","severity":"normal"},{"uid":"500228db3e6aa166","name":"Check received message containing SQL Injection","time":{"start":1714454133736,"stop":1714454133737,"duration":1},"status":"passed","severity":"normal"},{"uid":"3729d0cebba73a7","name":"Check received message containing emoji","time":{"start":1714454434334,"stop":1714454434335,"duration":1},"status":"passed","severity":"normal"},{"uid":"1649de1693046db8","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714454605548,"stop":1714454605548,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cff0f5777c113a5","name":"throws on content topic with empty application field","time":{"start":1714453925049,"stop":1714453925050,"duration":1},"status":"passed","severity":"normal"},{"uid":"c26fbc04ccbd6cc8","name":"should handle a minimal index list","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"status":"passed","severity":"normal"},{"uid":"7952cb5ecae3961","name":"Fails to push message bigger that 1MB","time":{"start":1714454365892,"stop":1714454365892,"duration":0},"status":"passed","severity":"normal"},{"uid":"f56e9332a5b3cfed","name":"Check received message containing Basic HTML tag","time":{"start":1714454434323,"stop":1714454434324,"duration":1},"status":"passed","severity":"normal"},{"uid":"73fc7ac1628ba423","name":"Check publish message containing JSON","time":{"start":1714454429792,"stop":1714454429792,"duration":0},"status":"passed","severity":"normal"},{"uid":"91bdebb70e439511","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714454483200,"stop":1714454483200,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0aeee07ed856dff","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714454185399,"stop":1714454185399,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e1d205d79fad5b0","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714454605555,"stop":1714454605555,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ebd24e08061e3d","name":"should be called for bootstrap peers","time":{"start":1714453983003,"stop":1714453983004,"duration":1},"status":"passed","severity":"normal"},{"uid":"47062b73b5c138bd","name":"Check received message with timestamp: 1714453974781000000 ","time":{"start":1714454133775,"stop":1714454133776,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a2ca3839c0646f9","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714454066545,"stop":1714454066545,"duration":0},"status":"passed","severity":"normal"},{"uid":"65e4dbe094e430aa","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1714453932704,"stop":1714453932705,"duration":1},"status":"passed","severity":"normal"},{"uid":"16e508a5233d780a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1714454140441,"stop":1714454140442,"duration":1},"status":"passed","severity":"normal"},{"uid":"a10685214d07a916","name":"should set field with only RELAY enabled","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"status":"passed","severity":"normal"},{"uid":"844baa4ccc96a85e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714454227470,"stop":1714454227470,"duration":0},"status":"passed","severity":"normal"},{"uid":"690dca5a57a257f2","name":"Ephemeral messages are not stored","time":{"start":1714453985197,"stop":1714453985197,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed2984a1ad2ff94","name":"Push message with content topic containing numeric","time":{"start":1714454507880,"stop":1714454507881,"duration":1},"status":"passed","severity":"normal"},{"uid":"53138ca4f3570f27","name":"Push message with Script payload","time":{"start":1714454365876,"stop":1714454365877,"duration":1},"status":"passed","severity":"normal"},{"uid":"f94eabf3ee2e344a","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714454485767,"stop":1714454485767,"duration":0},"status":"passed","severity":"normal"},{"uid":"26a7dcc5e79a725e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1714453925068,"stop":1714453925069,"duration":1},"status":"passed","severity":"normal"},{"uid":"126fc36daeefdc98","name":"Throws when trying to push message with empty payload","time":{"start":1714454507879,"stop":1714454507879,"duration":0},"status":"passed","severity":"normal"},{"uid":"682e29e2021b61d0","name":"Generator, custom pubsub topic","time":{"start":1714454532108,"stop":1714454532109,"duration":1},"status":"passed","severity":"normal"},{"uid":"54fe9ecbfcd4b200","name":"Check message received after nwaku node is restarted","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"status":"skipped","severity":"normal"},{"uid":"45d9da11f7dfebc3","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140435,"stop":1714454140436,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff2bc33329b55265","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1714454479294,"stop":1714454479295,"duration":1},"status":"passed","severity":"normal"},{"uid":"87b922b93e32d905","name":"should properly compute the node id","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde8d5ea77d01645","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1714454282970,"stop":1714454282970,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdc38db838ef3c19","name":"Encoder throws on empty string content topic","time":{"start":1714453938219,"stop":1714453938219,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4c29191cef4bb03","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app40/9/topic615/json","time":{"start":1714454483204,"stop":1714454483205,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d690a09d6a0f453","name":"should throw error - no public key","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e7aeffa72cddfed","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1714453932705,"stop":1714453932705,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ee5e40c40732883","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1714454563519,"stop":1714454563519,"duration":0},"status":"passed","severity":"normal"},{"uid":"c295eb63f07b59a6","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714454227464,"stop":1714454227464,"duration":0},"status":"passed","severity":"normal"},{"uid":"720a5ad4e0e15e1e","name":"Check received message containing XML","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94cae4d742a1da9","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c725b1b2bc432c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714454605544,"stop":1714454605544,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f47d6d378130518","name":"Check message received after nwaku node is restarted","time":{"start":1714454434346,"stop":1714454434346,"duration":0},"status":"skipped","severity":"normal"},{"uid":"de88d86f83fbd656","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1714454140406,"stop":1714454140406,"duration":0},"status":"passed","severity":"normal"},{"uid":"88d11e551cf3b08f","name":"Check received message containing unicode special characters","time":{"start":1714454133757,"stop":1714454133758,"duration":1},"status":"passed","severity":"normal"},{"uid":"97527631fe49b594","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc865e4c4c2d3d5f","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714455040954,"stop":1714455040954,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f8b8b623a1f8c54","name":"LightPush","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"status":"passed","severity":"normal"},{"uid":"55f9b9e03bf0d166","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b77e3a7dfb812c1","name":"connected peers and dial","time":{"start":1714454366018,"stop":1714454366018,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2cf0c6efa3a9353b","name":"Ephemeral field is preserved - encoder v0","time":{"start":1714453985197,"stop":1714453985198,"duration":1},"status":"passed","severity":"normal"},{"uid":"a67b485fb9968d5","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc09e913abdfe17f","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1714454563520,"stop":1714454563520,"duration":0},"status":"passed","severity":"normal"},{"uid":"5aacec4f998f630b","name":"Push message with JSON payload","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c3d6a714804c48a","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714454605553,"stop":1714454605553,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf4e63e04842be2b","name":"Callback on promise, aborts when callback returns true","time":{"start":1714454543147,"stop":1714454543147,"duration":0},"status":"passed","severity":"normal"},{"uid":"644bf9020a51a244","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714454605555,"stop":1714454605556,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcdf5581f2b5090b","name":"Push message on custom pubsubTopic","time":{"start":1714454246972,"stop":1714454246973,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f5affd9564ff4b2","name":"Subscribe to topic containing Script and receive message","time":{"start":1714454227471,"stop":1714454227471,"duration":0},"status":"passed","severity":"normal"},{"uid":"3edd193aadebec16","name":"should be called at least once on all `peer:discovery` events","time":{"start":1714453983002,"stop":1714453983003,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8a5884ec5146f6d","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714454605540,"stop":1714454605540,"duration":0},"status":"passed","severity":"normal"},{"uid":"3dc094901eed865d","name":"Js publishes, other Js receives","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"status":"passed","severity":"normal"},{"uid":"18ac2c9ceb0ed553","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1714454140405,"stop":1714454140405,"duration":0},"status":"passed","severity":"normal"},{"uid":"3170cd6575f63649","name":"Check publish message containing Russian","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4b894b1ff5fc042","name":"safeDispatchEvent","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"status":"passed","severity":"normal"},{"uid":"544721888cbb5c68","name":"Check publish message containing Basic HTML tag","time":{"start":1714454429791,"stop":1714454429791,"duration":0},"status":"passed","severity":"normal"},{"uid":"62214ec321b1d6cc","name":"random static sharding 6 - Cluster ID: 634, Shard ID: 405","time":{"start":1714454485753,"stop":1714454485753,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f340b4099f0ed49","name":"Refresh subscription","time":{"start":1714454605541,"stop":1714454605541,"duration":0},"status":"passed","severity":"normal"},{"uid":"c51cea92de0a8a0f","name":"Push message with shell command payload","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d7e30b4979337c","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714454483207,"stop":1714454483208,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ea2fb83e0de3f56","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1714453959966,"stop":1714453959967,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4b2de468c08a38f","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714453925062,"stop":1714453925063,"duration":1},"status":"passed","severity":"normal"},{"uid":"33e4d7e99c9d224b","name":"Push message with numeric payload","time":{"start":1714454507872,"stop":1714454507872,"duration":0},"status":"passed","severity":"normal"},{"uid":"98dcfe478c706b36","name":"Accepts a valid Waku Message","time":{"start":1714453941571,"stop":1714453941572,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6298b5b5c546838","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c0db5554655ccb5","name":"Ephemeral field set to true","time":{"start":1714453938217,"stop":1714453938218,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7049958848ea998","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714454434309,"stop":1714454434309,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c5bf1d3fd8efcc6","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714454605552,"stop":1714454605553,"duration":1},"status":"passed","severity":"normal"},{"uid":"222f09296d0a0685","name":"can start the service","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"status":"passed","severity":"normal"},{"uid":"769c037935a1f35a","name":"Push message with content topic containing shell command","time":{"start":1714454507907,"stop":1714454507908,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ac3fb410d92a997","name":"Push message with custom timestamp: 1683695733923","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"status":"passed","severity":"normal"},{"uid":"1778d82f3530d5a5","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app85/5/topic455/xml","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1cc6a3eac27677","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714454605542,"stop":1714454605542,"duration":0},"status":"passed","severity":"normal"},{"uid":"4210b61d3d5e6220","name":"Passing cursor with wrong pubsubTopic","time":{"start":1714454479297,"stop":1714454479298,"duration":1},"status":"passed","severity":"normal"},{"uid":"e60bf3cd0831c243","name":"Reopen subscription with peer with lost subscription","time":{"start":1714454053294,"stop":1714454053295,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cbf58175e256334","name":"Fields are not dropped","time":{"start":1714453937585,"stop":1714453937587,"duration":2},"status":"passed","severity":"normal"},{"uid":"8184cf130790bd91","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"status":"passed","severity":"normal"},{"uid":"89d9985891e36821","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1714453952292,"stop":1714453952292,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea9e44722fa7ed5f","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1714453925056,"stop":1714453925057,"duration":1},"status":"passed","severity":"normal"},{"uid":"75e14a87ff799f1f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714454227478,"stop":1714454227478,"duration":0},"status":"passed","severity":"normal"},{"uid":"329209713ce6040b","name":"Check received message containing shell command","time":{"start":1714454133753,"stop":1714454133756,"duration":3},"status":"passed","severity":"normal"},{"uid":"4e5744d05aee5ec6","name":"Subscribe and receives messages on 20 topics","time":{"start":1714454227465,"stop":1714454227465,"duration":0},"status":"passed","severity":"normal"},{"uid":"70c663d21c7fadb0","name":"should emit a peer event after start","time":{"start":1714453987195,"stop":1714453987196,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d5f5e1dc6624474","name":"should properly create location multiaddrs - udp4","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"status":"passed","severity":"normal"},{"uid":"4268fea317aefe10","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1714454140451,"stop":1714454140451,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc7d391cf12af8a9","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454246975,"stop":1714454246975,"duration":0},"status":"passed","severity":"normal"},{"uid":"62d3ead9b9aeee80","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714454185399,"stop":1714454185399,"duration":0},"status":"passed","severity":"normal"},{"uid":"fca7a2cd599806c4","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1714453948676,"stop":1714453948676,"duration":0},"status":"passed","severity":"normal"},{"uid":"f88416f091948627","name":"should return false","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f5931fbe953585a","name":"Using a function","time":{"start":1714454568760,"stop":1714454568760,"duration":0},"status":"passed","severity":"normal"},{"uid":"396cdb0623f12452","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1714453975114,"stop":1714453975115,"duration":1},"status":"passed","severity":"normal"},{"uid":"4febf61c6dff6767","name":"Publish message with custom timestamp: Tue Apr 30 2024 06:20:01 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429797,"stop":1714454429797,"duration":0},"status":"passed","severity":"normal"},{"uid":"32d513c4e4365c39","name":"Check received message containing Arabic","time":{"start":1714454434321,"stop":1714454434322,"duration":1},"status":"passed","severity":"normal"},{"uid":"50408345c4a70e38","name":"Check received message containing Russian","time":{"start":1714454133736,"stop":1714454133736,"duration":0},"status":"passed","severity":"normal"},{"uid":"495dfab5cc54205d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714454407733,"stop":1714454407733,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e397afae7d85244","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1714453948677,"stop":1714453948677,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ab29c6159148d7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1714453925067,"stop":1714453925068,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a6f102bfbc2dfb3","name":"Push message with Arabic payload","time":{"start":1714454507873,"stop":1714454507874,"duration":1},"status":"passed","severity":"normal"},{"uid":"2979dc9eeb885010","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1714453975118,"stop":1714453975119,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dec738be8fe8cf0","name":"should return all peers when numPeers is 0","time":{"start":1714453937810,"stop":1714453937810,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a95cd316b10809a","name":"Subscribe and receives messages on 20 topics","time":{"start":1714454605550,"stop":1714454605551,"duration":1},"status":"passed","severity":"normal"},{"uid":"7468e6aa08025773","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1714453927578,"stop":1714453927578,"duration":0},"status":"passed","severity":"normal"},{"uid":"9173833b3de9b1b3","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140468,"stop":1714454140468,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d75d60f771cd52","name":"Callback on promise","time":{"start":1714454543146,"stop":1714454543146,"duration":0},"status":"passed","severity":"normal"},{"uid":"39bfb46788072db1","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714454227472,"stop":1714454227472,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a9202d0003fbad8","name":"Round trip binary serialization","time":{"start":1714453938217,"stop":1714453938217,"duration":0},"status":"passed","severity":"normal"},{"uid":"b38522128eff9403","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1714454140465,"stop":1714454140465,"duration":0},"status":"passed","severity":"normal"},{"uid":"83a1465acc1917a7","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714454605540,"stop":1714454605540,"duration":0},"status":"passed","severity":"normal"},{"uid":"779b4d1d3514cdc8","name":"Check received message containing XML","time":{"start":1714454434323,"stop":1714454434323,"duration":0},"status":"passed","severity":"normal"},{"uid":"57df6038c586e17e","name":"Refresh subscription","time":{"start":1714454227467,"stop":1714454227468,"duration":1},"status":"passed","severity":"normal"},{"uid":"15177e420031cf20","name":"Push message with custom timestamp: 1714450533923","time":{"start":1714454507913,"stop":1714454507913,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5de0bca57562b2","name":"Push message with content topic containing XML","time":{"start":1714454507906,"stop":1714454507906,"duration":0},"status":"passed","severity":"normal"},{"uid":"22adbb8becab1e01","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714454605548,"stop":1714454605549,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c05ec57f7e41d95","name":"Subscribe to topic containing short and receive message","time":{"start":1714454227468,"stop":1714454227468,"duration":0},"status":"passed","severity":"normal"},{"uid":"db7e2b5fe80db9ee","name":"Passing page size 1 when there are 4 messages","time":{"start":1714454561530,"stop":1714454561530,"duration":0},"status":"passed","severity":"normal"},{"uid":"2349a45d58f61b6d","name":"Sample","time":{"start":1714453932841,"stop":1714453932841,"duration":0},"status":"passed","severity":"normal"},{"uid":"680e45e7815e4847","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714454605547,"stop":1714454605547,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf0dc3fb083edd8","name":"Check received message containing Chinese","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a19d00a39e51cc6","name":"A test","time":{"start":1714454227628,"stop":1714454227628,"duration":0},"status":"passed","severity":"normal"},{"uid":"feeefb2f6cacb514","name":"Query Generator, Wrong PubsubTopic","time":{"start":1714454530128,"stop":1714454530129,"duration":1},"status":"passed","severity":"normal"},{"uid":"93e0214dd64c40cf","name":"Store - dialed after - with timeout","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"status":"passed","severity":"normal"},{"uid":"495ef014f9517999","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714454605542,"stop":1714454605543,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a3def65471817f7","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714454605543,"stop":1714454605544,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec6b52485edc7b97","name":"Query Generator - backward","time":{"start":1714454530566,"stop":1714454530566,"duration":0},"status":"passed","severity":"normal"},{"uid":"a28d93c2ed2dcbae","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714454605553,"stop":1714454605553,"duration":0},"status":"passed","severity":"normal"},{"uid":"b804799c670fe26d","name":"Push message with content topic containing SQL Injection","time":{"start":1714454365884,"stop":1714454365884,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec1f06b9e075c5cd","name":"can start and stop the service","time":{"start":1714453987175,"stop":1714453987175,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb6de39c524db29a","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"status":"passed","severity":"normal"},{"uid":"cca2592e92624d9a","name":"should be able to decode the field with only STORE set to true","time":{"start":1714453932709,"stop":1714453932710,"duration":1},"status":"passed","severity":"normal"},{"uid":"8645fb71d432457d","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1714454140437,"stop":1714454140438,"duration":1},"status":"passed","severity":"normal"},{"uid":"db2f09f632b54913","name":"Generator, 2 different pubsubtopics","time":{"start":1714454532109,"stop":1714454532111,"duration":2},"status":"passed","severity":"normal"},{"uid":"5aa1adc76e0e8394","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1714453932706,"stop":1714453932707,"duration":1},"status":"passed","severity":"normal"},{"uid":"345e66d32fbcd6a4","name":"Push message with SQL Injection payload","time":{"start":1714454365876,"stop":1714454365876,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdab4c0cb8ae6c76","name":"Check received message containing JSON","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"status":"passed","severity":"normal"},{"uid":"18bd6c1195d8f1fd","name":"can start and stop the service","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"status":"passed","severity":"normal"},{"uid":"74151707d603349e","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714454227479,"stop":1714454227479,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea69942a51369027","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f6223c4088f1d5","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714454227473,"stop":1714454227478,"duration":5},"status":"passed","severity":"normal"},{"uid":"43ffd9bee8343b65","name":"Reopen subscription with peer with lost subscription","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"status":"passed","severity":"normal"},{"uid":"3175466a28a0d37c","name":"Query generator for multiple messages","time":{"start":1714454543142,"stop":1714454543143,"duration":1},"status":"passed","severity":"normal"},{"uid":"24f53d033f11f313","name":"should not fail to stop the service if it was not started","time":{"start":1714453952289,"stop":1714453952289,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce14cf8db4c30f17","name":"addEventListener with wrong event","time":{"start":1714454015965,"stop":1714454015965,"duration":0},"status":"passed","severity":"normal"},{"uid":"a121347414f39a69","name":"Ping on unsubscribed peer","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b49c683620b8e8","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1714453932710,"stop":1714453932711,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b7bc096570ba6ac","name":"isConnected between 2 js-waku relay nodes","time":{"start":1714454024389,"stop":1714454024389,"duration":0},"status":"passed","severity":"normal"},{"uid":"f844de063955df2c","name":"Check message with no payload is not received","time":{"start":1714454434338,"stop":1714454434343,"duration":5},"status":"passed","severity":"normal"},{"uid":"d362041d60108eee","name":"Ordered Callback - forward","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2a102a9c0c110d0","name":"should throw an error for missing required configuration","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"status":"passed","severity":"normal"},{"uid":"c515402771bd81e8","name":"should throw an error if shards are undefined for static sharding","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6e6a3f076ba6a3c","name":"Check publish message containing numeric","time":{"start":1714454429787,"stop":1714454429788,"duration":1},"status":"passed","severity":"normal"},{"uid":"29c46322bd4c8c1f","name":"Decoder throws on undefined content topic","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf64358b433daf75","name":"should set field with only STORE enabled","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"status":"passed","severity":"normal"},{"uid":"b71d567b89d3c557","name":"same cluster, same shard: nodes connect","time":{"start":1714454282971,"stop":1714454282971,"duration":0},"status":"passed","severity":"normal"},{"uid":"38f3f028c823b6a4","name":"should not fail to stop the service if it was not started","time":{"start":1714453987176,"stop":1714453987180,"duration":4},"status":"passed","severity":"normal"},{"uid":"74c1525140a0cc70","name":"Fails to publish message with wrong content topic","time":{"start":1714454429799,"stop":1714454429799,"duration":0},"status":"passed","severity":"normal"},{"uid":"82c82a0680f59272","name":"Ping on peer without subscriptions","time":{"start":1714454006712,"stop":1714454006712,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed8b37c600129423","name":"Query Generator - forward","time":{"start":1714454530565,"stop":1714454530565,"duration":0},"status":"passed","severity":"normal"},{"uid":"13cdc3054c2755bc","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1714454140406,"stop":1714454140407,"duration":1},"status":"passed","severity":"normal"},{"uid":"e57afcd0ab8740ac","name":"Push message with special chars payload","time":{"start":1714454507872,"stop":1714454507873,"duration":1},"status":"passed","severity":"normal"},{"uid":"4801f2b3b24673c2","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1714454140480,"stop":1714454140480,"duration":0},"status":"passed","severity":"normal"},{"uid":"76c77909e1f65c0c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d899213be6ad3d","name":"Publish message with large meta","time":{"start":1714454429801,"stop":1714454429802,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4f0f7c95844166e","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2e49e93251e4cea","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1714454140479,"stop":1714454140480,"duration":1},"status":"passed","severity":"normal"},{"uid":"107db3233676f4ee","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714454227469,"stop":1714454227469,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c29e5d3e267f362","name":"Query generator for multiple messages with multiple decoders","time":{"start":1714454543144,"stop":1714454543145,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7b3f569bfd8c4f6","name":"different cluster, same shard: nodes don't connect","time":{"start":1714454282972,"stop":1714454282972,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c7e16d19bcdf01a","name":"should only return 1 node with relay and store capability","time":{"start":1714453949191,"stop":1714453949192,"duration":1},"status":"passed","severity":"normal"},{"uid":"423211a438c5838f","name":"Filter","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"status":"passed","severity":"normal"},{"uid":"a178a61a7b254d83","name":"should return the pubsub topic directly if a string is provided","time":{"start":1714453925073,"stop":1714453925074,"duration":1},"status":"passed","severity":"normal"},{"uid":"2129a5256a01352f","name":"Decoder throws on undefined content topic","time":{"start":1714453938219,"stop":1714453938220,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6ea6ff5a4b463fb","name":"Publish message with rate limit","time":{"start":1714454429802,"stop":1714454429802,"duration":0},"status":"passed","severity":"normal"},{"uid":"320819ff5bfbd74b","name":"should be able to encode the field with only STORE set to true","time":{"start":1714453932703,"stop":1714453932704,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1237131e461ba8b","name":"throws on content topic with empty topic name field","time":{"start":1714453925050,"stop":1714453925051,"duration":1},"status":"passed","severity":"normal"},{"uid":"184c5fa7aa6e70ad","name":"should handle corrupted local storage data gracefully","time":{"start":1714453952292,"stop":1714453952293,"duration":1},"status":"passed","severity":"normal"},{"uid":"24097be2e48270b","name":"Does not throw an exception when node disconnects","time":{"start":1714454568758,"stop":1714454568759,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fea3f6704e60d77","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","time":{"start":1714453925077,"stop":1714453925078,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c4e44b14de62d31","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c87aaa6abea2431","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429794,"stop":1714454429795,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2986bd955e4b154","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1714454479295,"stop":1714454479296,"duration":1},"status":"passed","severity":"normal"},{"uid":"62f3d7d26e488cff","name":"random static sharding 8 - Cluster ID: 548, Shard ID: 998","time":{"start":1714454485754,"stop":1714454485762,"duration":8},"status":"passed","severity":"normal"},{"uid":"c0b02c4a46b9c4b","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"status":"passed","severity":"normal"},{"uid":"482fab1e1b49fba3","name":"Check received message containing emoji","time":{"start":1714454133775,"stop":1714454133775,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa639e7f722ae19e","name":"1 Store, 2 fetches","time":{"start":1714453948529,"stop":1714453948530,"duration":1},"status":"passed","severity":"normal"},{"uid":"22131f39d6081398","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1714454407733,"stop":1714454407734,"duration":1},"status":"passed","severity":"normal"},{"uid":"10de672e42011c50","name":"should encode/decode to RLP encoding","time":{"start":1714453933333,"stop":1714453933334,"duration":1},"status":"passed","severity":"normal"},{"uid":"80ddf2de593139fd","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714454605543,"stop":1714454605543,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ffbb2ec5fbf22ff","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714454227463,"stop":1714454227463,"duration":0},"status":"passed","severity":"normal"},{"uid":"a22d15c1c91f72cb","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1714453927576,"stop":1714453927578,"duration":2},"status":"passed","severity":"normal"},{"uid":"601ef7664453d0a9","name":"Check received message containing long","time":{"start":1714454434300,"stop":1714454434301,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5412e1660a6dc56","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"status":"passed","severity":"normal"},{"uid":"88ea70751a6632d3","name":"Decoder throws on undefined content topic","time":{"start":1714453958108,"stop":1714453958109,"duration":1},"status":"passed","severity":"normal"},{"uid":"849be0f2d33be703","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1714454140454,"stop":1714454140465,"duration":11},"status":"passed","severity":"normal"},{"uid":"e2310273037cb329","name":"should not receive a peer event before start","time":{"start":1714453987196,"stop":1714453987198,"duration":2},"status":"passed","severity":"normal"},{"uid":"c81bbce22cf1e82a","name":"Relay - dialed first","time":{"start":1714454576887,"stop":1714454576888,"duration":1},"status":"passed","severity":"normal"},{"uid":"f386ed12451212a6","name":"Push message with custom timestamp: 1714450540677","time":{"start":1714454365890,"stop":1714454365890,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad601e5eab0248ce","name":"Check message on other pubsub topic is not received","time":{"start":1714454434310,"stop":1714454434311,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e7f4a1fc9e5353a","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9a932b70851738f9","name":"Refresh subscription","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b9f8eccee694fa5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714454605546,"stop":1714454605546,"duration":0},"status":"passed","severity":"normal"},{"uid":"9af974e884daf598","name":"Nodes with multiple pubsub topic","time":{"start":1714454407736,"stop":1714454407736,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab461a2e4a75ae8","name":"topics with same application and version share the same shard","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"status":"passed","severity":"normal"},{"uid":"1577a134e21deabe","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1714453983006,"stop":1714453983006,"duration":0},"status":"passed","severity":"normal"},{"uid":"93780d81c9f8f1ef","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714454605540,"stop":1714454605541,"duration":1},"status":"passed","severity":"normal"},{"uid":"8270070da7be5245","name":"random static sharding 1 - Cluster ID: 196, Shard ID: 680","time":{"start":1714454485750,"stop":1714454485750,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2a3a2bca3a0f955","name":"different cluster, different shard: nodes don't connect","time":{"start":1714454282973,"stop":1714454282973,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e05bedbf6bcd01b","name":"Refresh subscription","time":{"start":1714454431993,"stop":1714454431993,"duration":0},"status":"skipped","severity":"normal"},{"uid":"167b52438eea132c","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714454605555,"stop":1714454605555,"duration":0},"status":"passed","severity":"normal"},{"uid":"76a860dbc78313ed","name":"returns all values when wanted number matches available values","time":{"start":1714453947385,"stop":1714453947388,"duration":3},"status":"passed","severity":"normal"},{"uid":"5aacc4ac67efce99","name":"Check message with no payload is not received","time":{"start":1714454434312,"stop":1714454434312,"duration":0},"status":"passed","severity":"normal"},{"uid":"1db6e2d04e385095","name":"same cluster, different shard: nodes don't connect","time":{"start":1714454140404,"stop":1714454140404,"duration":0},"status":"passed","severity":"normal"},{"uid":"c88341182d8ab926","name":"Subscribe to topic containing long and receive message","time":{"start":1714454227468,"stop":1714454227468,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbc1f65dd042b50f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454246977,"stop":1714454246978,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9092ecf976cce75","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1714454543147,"stop":1714454543148,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dd0362e2086d317","name":"Fails to push message bigger that 1MB","time":{"start":1714454507915,"stop":1714454507916,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c1c020ea7f8e0e5","name":"Reopen subscription with peer with lost subscription","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"status":"passed","severity":"normal"},{"uid":"88f07c7e6a66ef20","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1714454140446,"stop":1714454140446,"duration":0},"status":"passed","severity":"normal"},{"uid":"b08c65b77d52bba9","name":"should return unique PubsubTopics for static sharding","time":{"start":1714453925061,"stop":1714453925062,"duration":1},"status":"passed","severity":"normal"},{"uid":"64930ecfacd402be","name":"Check received message containing short","time":{"start":1714454434300,"stop":1714454434300,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d627556b6292be","name":"Subscribe to topic containing long and receive message","time":{"start":1714454605542,"stop":1714454605542,"duration":0},"status":"passed","severity":"normal"},{"uid":"ede29f0ec7067cfa","name":"Push message on custom pubsubTopic","time":{"start":1714454246980,"stop":1714454246980,"duration":0},"status":"passed","severity":"normal"},{"uid":"254abb0ad0bf6c39","name":"Push message with content topic containing Arabic","time":{"start":1714454507904,"stop":1714454507904,"duration":0},"status":"passed","severity":"normal"},{"uid":"5112b462c3ee8c8b","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714454485749,"stop":1714454485749,"duration":0},"status":"passed","severity":"normal"},{"uid":"c179e9116260b630","name":"Push message with content topic containing long","time":{"start":1714454507880,"stop":1714454507880,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d9aa07dd9d0069a","name":"Publish message with custom timestamp: Tue Apr 30 2024 04:20:01 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429796,"stop":1714454429797,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cc4f82d88683c68","name":"Check publish message containing unicode special characters","time":{"start":1714454429793,"stop":1714454429794,"duration":1},"status":"passed","severity":"normal"},{"uid":"10f2665a148e1890","name":"Subscribe to topic containing Script and receive message","time":{"start":1714454605544,"stop":1714454605544,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b6be3a2944485ea","name":"throws on content topic with too few or too many fields","time":{"start":1714453925048,"stop":1714453925048,"duration":0},"status":"passed","severity":"normal"},{"uid":"f311722b056e6909","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1714454401485,"stop":1714454401485,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7746ba6cc102b180","name":"1 Relay, 1 Filter, gives up","time":{"start":1714453948531,"stop":1714453948531,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1f3c0ad6c0c4972","name":"Query with Ordered Callback, No Decoder","time":{"start":1714454530134,"stop":1714454530135,"duration":1},"status":"passed","severity":"normal"},{"uid":"b75757847885d762","name":"Push message with content topic containing Chinese","time":{"start":1714454365883,"stop":1714454365883,"duration":0},"status":"passed","severity":"normal"},{"uid":"b19a1613c82f16f9","name":"should emit a peer event after start","time":{"start":1714454443271,"stop":1714454443272,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c3f702aa2bdd046","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1714454563518,"stop":1714454563518,"duration":0},"status":"passed","severity":"normal"},{"uid":"d11c7eb94b0582e1","name":"Push message with content topic containing short","time":{"start":1714454507879,"stop":1714454507880,"duration":1},"status":"passed","severity":"normal"},{"uid":"db1849652f5bc06d","name":"less peers than existing","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1e2600fa072d8c68","name":"Check received message containing unicode special characters","time":{"start":1714454434334,"stop":1714454434334,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fbbe738036c2fe8","name":"Passing an array","time":{"start":1714454568759,"stop":1714454568760,"duration":1},"status":"passed","severity":"normal"},{"uid":"43895c6c4eafe50","name":"does not throw on valid cases","time":{"start":1714453925047,"stop":1714453925047,"duration":0},"status":"passed","severity":"normal"},{"uid":"86db4a2e7194d6de","name":"A test","time":{"start":1714454227628,"stop":1714454227629,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ca436425d851713","name":"Push 30 different messages","time":{"start":1714454507878,"stop":1714454507879,"duration":1},"status":"passed","severity":"normal"},{"uid":"d80cf24564043e9e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f734fb21cacc777","name":"Init the array if not present","time":{"start":1714453924717,"stop":1714453924718,"duration":1},"status":"passed","severity":"normal"},{"uid":"db5c9f40c9fecb1c","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714454227479,"stop":1714454227479,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d6b5811ab3f0333","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714454227472,"stop":1714454227473,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0b8ed3591934862","name":"retrieves a single peer","time":{"start":1714453949188,"stop":1714453949189,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd47b74a9713ab08","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1714453958104,"stop":1714453958105,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae2e6cab1f6e11c3","name":"Check publish message containing long","time":{"start":1714454429787,"stop":1714454429787,"duration":0},"status":"passed","severity":"normal"},{"uid":"49dc5076c9a4ab47","name":"Subscribe and receives messages on 20 topics","time":{"start":1714454605540,"stop":1714454605540,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f10808592c79f71","name":"different cluster, different shard: nodes don't connect","time":{"start":1714454140405,"stop":1714454140405,"duration":0},"status":"passed","severity":"normal"},{"uid":"c762a912d3437679","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"status":"passed","severity":"normal"},{"uid":"fadfa25a11028a89","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8d5ffc61033009c","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1714454530133,"stop":1714454530134,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dfe5eee17543369","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1714453925065,"stop":1714453925066,"duration":1},"status":"passed","severity":"normal"},{"uid":"f340d12bc226960","name":"Encoder throws on undefined content topic","time":{"start":1714453938218,"stop":1714453938219,"duration":1},"status":"passed","severity":"normal"},{"uid":"9aa84bf9c7572f61","name":"non connected peers","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3ef6e3bd4d25eeaf","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140445,"stop":1714454140445,"duration":0},"status":"passed","severity":"normal"},{"uid":"81f3bf36253786c3","name":"should decode valid enr successfully","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbd3192d891a738c","name":"can start the service","time":{"start":1714453987174,"stop":1714453987175,"duration":1},"status":"passed","severity":"normal"},{"uid":"b56a06462fa380ed","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1714454432000,"stop":1714454432000,"duration":0},"status":"passed","severity":"normal"},{"uid":"93218fb3db6a5ca1","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714453932712,"stop":1714453932712,"duration":0},"status":"passed","severity":"normal"},{"uid":"4900aca55f82f272","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1714454140470,"stop":1714454140470,"duration":0},"status":"passed","severity":"normal"},{"uid":"d001304e8bde542e","name":"Ping on subscribed peer","time":{"start":1714454053292,"stop":1714454053292,"duration":0},"status":"passed","severity":"normal"},{"uid":"d751093e0a8ca0b4","name":"Generator, 2 different pubsubtopics","time":{"start":1714454532131,"stop":1714454532131,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b9e5ca804c5724","name":"random static sharding 4 - Cluster ID: 231, Shard ID: 992","time":{"start":1714454485751,"stop":1714454485752,"duration":1},"status":"passed","severity":"normal"},{"uid":"389448522adce881","name":"pre and post cipher","time":{"start":1714453958694,"stop":1714453958695,"duration":1},"status":"passed","severity":"normal"},{"uid":"56921560f00fd5c8","name":"should configure sharding based on application and version for autosharding","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"status":"passed","severity":"normal"},{"uid":"2121bc3d4dac1fda","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1714454563520,"stop":1714454563520,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a05758f5fcc383f","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1714454140469,"stop":1714454140470,"duration":1},"status":"passed","severity":"normal"},{"uid":"f463ee7f2075060","name":"Passing page size 11 when there are 10 messages","time":{"start":1714454561532,"stop":1714454561532,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa994bdc9086411","name":"Query generator for 2000 messages","time":{"start":1714454543150,"stop":1714454543156,"duration":6},"status":"passed","severity":"normal"},{"uid":"b91a5877a0e65321","name":"should throw an error for insufficient data","time":{"start":1714453925096,"stop":1714453925097,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d10c048738ce176","name":"should load peers from local storage and dispatch events","time":{"start":1714453952291,"stop":1714453952292,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce60afd6c7939703","name":"Check message with invalid timestamp is not received","time":{"start":1714454133777,"stop":1714454133778,"duration":1},"status":"passed","severity":"normal"},{"uid":"67c6a9e80a14fa09","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"status":"passed","severity":"normal"},{"uid":"d45041c72c63df9","name":"throws an error for improperly formatted content topics","time":{"start":1714453925059,"stop":1714453925060,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc77af7a324f720a","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1714454429799,"stop":1714454429799,"duration":0},"status":"passed","severity":"normal"},{"uid":"7546a68a60612fab","name":"Decrypt messages","time":{"start":1714454368452,"stop":1714454368452,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bdb555df86f17bb","name":"should not throw an error for a single configured topic","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b8aead8e76b74f2","name":"tcp ip4 address","time":{"start":1714453932856,"stop":1714453932857,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8231ee594c29cfa","name":"Push message with unicode special characters payload","time":{"start":1714454507878,"stop":1714454507878,"duration":0},"status":"passed","severity":"normal"},{"uid":"c954686625503a99","name":"returns all values when wanted number is greater than available values","time":{"start":1714453947389,"stop":1714453947389,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3726921a28f6c51","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1714453932711,"stop":1714453932712,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf38d7efcc81a42a","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1714454563519,"stop":1714454563519,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa708f7264fbc5b2","name":"Check message with no content topic is not received","time":{"start":1714454434311,"stop":1714454434312,"duration":1},"status":"passed","severity":"normal"},{"uid":"11485742e92a5325","name":"Generator, custom pubsub topic","time":{"start":1714454532119,"stop":1714454532120,"duration":1},"status":"passed","severity":"normal"},{"uid":"f235ce8b8ff406d","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1714453925054,"stop":1714453925055,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5c5226e61f44ab9","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714454185399,"stop":1714454185400,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d11e2eadf9244fd","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1714453948684,"stop":1714453948686,"duration":2},"status":"passed","severity":"normal"},{"uid":"80ea932d94737aea","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714454605553,"stop":1714454605553,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c6c4e9ccace8115","name":"should not receive a peer event before start","time":{"start":1714454443272,"stop":1714454443273,"duration":1},"status":"passed","severity":"normal"},{"uid":"911d0e08ce1e8bad","name":"should encodeTxt and decodeTxt","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"status":"passed","severity":"normal"},{"uid":"94a6e8f1210849fa","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1714453925054,"stop":1714453925054,"duration":0},"status":"passed","severity":"normal"},{"uid":"41274160cba54976","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1714454563521,"stop":1714454563521,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c87ac4700c8a6a","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1714453937810,"stop":1714453937811,"duration":1},"status":"passed","severity":"normal"},{"uid":"a719eb3221e49cff","name":"should not fail to start the service if it is already started","time":{"start":1714453952289,"stop":1714453952289,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ab9faaff7c253a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dbf053e2c4c05f","name":"should not fail to stop the service if it was not started","time":{"start":1714454443271,"stop":1714454443271,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8ebbf1eef227af2","name":"Push message with Arabic payload","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ab4180859ba99d2","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ffcb024f6ed47cc","name":"new peer added after a peer was already found","time":{"start":1714454401484,"stop":1714454401485,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a1b22b2fcb4aa473","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1714454479294,"stop":1714454479294,"duration":0},"status":"passed","severity":"normal"},{"uid":"21017a38a9a3dbc","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bbd359325e5566f","name":"Check received message containing unicode special characters","time":{"start":1714454434306,"stop":1714454434307,"duration":1},"status":"passed","severity":"normal"},{"uid":"86279c7a7ebb3efd","name":"handles different clusterIds correctly","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"status":"passed","severity":"normal"},{"uid":"69215ffe8c76cc83","name":"Fails to publish message with size larger than 1 MB","time":{"start":1714454429800,"stop":1714454429800,"duration":0},"status":"passed","severity":"normal"},{"uid":"6416ed07ce907968","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714454227464,"stop":1714454227465,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e4a510800c948f3","name":"Push message with Russian payload","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"status":"passed","severity":"normal"},{"uid":"baed2d319d6c77e9","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1714454546218,"stop":1714454546218,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc2420e7469c1ee","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1714454479295,"stop":1714454479295,"duration":0},"status":"passed","severity":"normal"},{"uid":"e312299caf8fe964","name":"Passing cursor with wrong message digest","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"status":"passed","severity":"normal"},{"uid":"610eb8a6f3d1bbde","name":"Relay","time":{"start":1714453985445,"stop":1714453985445,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dccd4db2193d7eb","name":"Subscribe to topic containing numeric and publish message","time":{"start":1714454431994,"stop":1714454431994,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2b0fe4800e9c818","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454246980,"stop":1714454246980,"duration":0},"status":"passed","severity":"normal"},{"uid":"a202d63d4eb93af4","name":"Check received message containing long","time":{"start":1714454434320,"stop":1714454434320,"duration":0},"status":"passed","severity":"normal"},{"uid":"8486d7c936c16c86","name":"Round trip binary encryption [ecies, signature]","time":{"start":1714453959967,"stop":1714453959967,"duration":0},"status":"passed","severity":"normal"},{"uid":"553b78278a8ed105","name":"Fails to publish duplicate message","time":{"start":1714454429798,"stop":1714454429798,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ace9c8dc0835b9e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714454507906,"stop":1714454507907,"duration":1},"status":"passed","severity":"normal"},{"uid":"734636c2e333c2e2","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e0f356892cfb93a","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1714454048336,"stop":1714454048336,"duration":0},"status":"passed","severity":"normal"},{"uid":"812f81fa9e3ebbf8","name":"Push message equal or less that 1MB","time":{"start":1714454507913,"stop":1714454507915,"duration":2},"status":"passed","severity":"normal"},{"uid":"706c8093a8b07e62","name":"Nodes with multiple pubsub topic","time":{"start":1714454407734,"stop":1714454407735,"duration":1},"status":"passed","severity":"normal"},{"uid":"d12e3bc299ff19cc","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fcb1bc994175490","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140447,"stop":1714454140449,"duration":2},"status":"passed","severity":"normal"},{"uid":"c5be782bb853c4d","name":"Ping on unsubscribed peer","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdfc1c2e0e5b226a","name":"Push message with content topic containing JSON","time":{"start":1714454507907,"stop":1714454507907,"duration":0},"status":"passed","severity":"normal"},{"uid":"c42d6cc84b13578a","name":"Query generator for multiple messages with different message text format","time":{"start":1714454543143,"stop":1714454543144,"duration":1},"status":"passed","severity":"normal"},{"uid":"e92bbd9d39f969db","name":"Check message received after jswaku node is restarted","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"status":"skipped","severity":"normal"},{"uid":"94473e77ab33d81b","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714454048339,"stop":1714454048340,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c050b5c8cd2bbfe","name":"Encoder throws on empty string content topic","time":{"start":1714453958108,"stop":1714453958108,"duration":0},"status":"passed","severity":"normal"},{"uid":"f90b78a002abbfce","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1714453985200,"stop":1714453985200,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7be35af6bff9dd4","name":"more peers than existing","time":{"start":1714454366018,"stop":1714454366019,"duration":1},"status":"skipped","severity":"normal"},{"uid":"36cf5a52944417c7","name":"Check received message containing escaped characters","time":{"start":1714454434325,"stop":1714454434334,"duration":9},"status":"passed","severity":"normal"},{"uid":"e11b09c32e4245e3","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1714454282970,"stop":1714454282971,"duration":1},"status":"passed","severity":"normal"},{"uid":"87d9b1eba3314455","name":"Reusing cursor across nodes","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"status":"passed","severity":"normal"},{"uid":"40017be7be309895","name":"Check received message with timestamp: 1714453974781 ","time":{"start":1714454133776,"stop":1714454133776,"duration":0},"status":"passed","severity":"normal"},{"uid":"50813197f18914e4","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1714453948682,"stop":1714453948684,"duration":2},"status":"passed","severity":"normal"},{"uid":"6132fdce66961742","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0866868a2728cdc","name":"can dial TLS multiaddrs","time":{"start":1714454253971,"stop":1714454253971,"duration":0},"status":"passed","severity":"normal"},{"uid":"63ca4d840510b808","name":"Delete observer","time":{"start":1714454368452,"stop":1714454368453,"duration":1},"status":"passed","severity":"normal"},{"uid":"2038f3e0d2f22510","name":"Subscribe to topic containing Script and publish message","time":{"start":1714454431997,"stop":1714454431997,"duration":0},"status":"passed","severity":"normal"},{"uid":"58686c45e2f3094d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714454227463,"stop":1714454227463,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfa8149ee8ed789c","name":"Check received message containing numeric","time":{"start":1714454434320,"stop":1714454434321,"duration":1},"status":"passed","severity":"normal"},{"uid":"fccedd48d03b0f2d","name":"Ping on subscribed peer","time":{"start":1714454006711,"stop":1714454006712,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdeafc74da58eb02","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714454048328,"stop":1714454048328,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c6bf6d34efde39f","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714454185397,"stop":1714454185397,"duration":0},"status":"passed","severity":"normal"},{"uid":"b20b71879f77492f","name":"Push message with content topic containing emoji","time":{"start":1714454507909,"stop":1714454507909,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bdb71a1f7c762c4","name":"Check meta is set [symmetric]","time":{"start":1714453958106,"stop":1714453958106,"duration":0},"status":"passed","severity":"normal"},{"uid":"9eb826e00b1d0eed","name":"Subscribe to topic containing short and publish message","time":{"start":1714454431993,"stop":1714454431994,"duration":1},"status":"passed","severity":"normal"},{"uid":"334461603bed8848","name":"Subscribe to topic containing short and receive message","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ebea972904cc90","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714454185396,"stop":1714454185397,"duration":1},"status":"passed","severity":"normal"},{"uid":"20f36617bdf81683","name":"Check received message containing Arabic","time":{"start":1714454434302,"stop":1714454434303,"duration":1},"status":"passed","severity":"normal"},{"uid":"82bcf922ae2ddbae","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07e742b3bebc9aa","name":"should not receive a peer event before start","time":{"start":1714453952290,"stop":1714453952290,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a0c8c9aa73d902d","name":"Check message with no pubsub topic is not received","time":{"start":1714454133785,"stop":1714454133785,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c6554d6352592f5","name":"should properly create location multiaddrs - udp6","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"status":"passed","severity":"normal"},{"uid":"6355d150384b23bb","name":"Push message with content topic containing numeric","time":{"start":1714454365882,"stop":1714454365882,"duration":0},"status":"passed","severity":"normal"},{"uid":"633fadaf17dd5d6b","name":"throws on content topic with empty encoding field","time":{"start":1714453925051,"stop":1714453925051,"duration":0},"status":"passed","severity":"normal"},{"uid":"b41f4d5e18d7cd90","name":"Check received message containing shell command","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"status":"passed","severity":"normal"},{"uid":"dab3404b5da8b511","name":"it tolerates circular branch references","time":{"start":1714453949189,"stop":1714453949189,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94cd70fb1228d3e","name":"Sign & Recover","time":{"start":1714453958695,"stop":1714453958695,"duration":0},"status":"passed","severity":"normal"},{"uid":"695d8f01740fb80f","name":"stop","time":{"start":1714454015968,"stop":1714454015971,"duration":3},"status":"passed","severity":"normal"},{"uid":"b47384f4ebcd3e3","name":"ignores unrecognized TXT record formats","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad334ba27e764f7","name":"start node with empty shard","time":{"start":1714454485767,"stop":1714454485768,"duration":1},"status":"passed","severity":"normal"},{"uid":"d60c20001d591fe0","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714454605543,"stop":1714454605543,"duration":0},"status":"passed","severity":"normal"},{"uid":"44c72fa50b273120","name":"same cluster, different shard: nodes connect","time":{"start":1714454282971,"stop":1714454282972,"duration":1},"status":"passed","severity":"normal"},{"uid":"d56ed5abe262dab0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714454227470,"stop":1714454227471,"duration":1},"status":"passed","severity":"normal"},{"uid":"adcb3345f40b4d0","name":"Non TWN Cluster","time":{"start":1714454483200,"stop":1714454483201,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f4ac4a5dbb07841","name":"Mutual subscription","time":{"start":1714454431990,"stop":1714454431990,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1251203e83bc953","name":"Subscribe and receive messages via waku relay post","time":{"start":1714454605549,"stop":1714454605549,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc677e6c19076f0b","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714454407732,"stop":1714454407732,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8fef94c72714df6","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1714453937811,"stop":1714453937812,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f741534f97503bf","name":"should throw error - no id","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd5ca5408b30e879","name":"Check publish message containing shell command","time":{"start":1714454429792,"stop":1714454429793,"duration":1},"status":"passed","severity":"normal"},{"uid":"a424ce4330773987","name":"Publishes to nwaku","time":{"start":1714454394847,"stop":1714454394848,"duration":1},"status":"passed","severity":"normal"},{"uid":"801bf757971b8236","name":"Check message received after jswaku node is restarted","time":{"start":1714454133787,"stop":1714454133787,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2887c837dc45541c","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc89187ee8b9f93","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454048328,"stop":1714454048329,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6086d94713e2c09","name":"Push message with content topic containing Chinese","time":{"start":1714454507904,"stop":1714454507904,"duration":0},"status":"passed","severity":"normal"},{"uid":"783501477060d35c","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1714454024387,"stop":1714454024387,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b08ba6b451966ba","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454048342,"stop":1714454048343,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e0847641116460","name":"Push message with long payload","time":{"start":1714454365873,"stop":1714454365873,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0d58013e6fd25bc","name":"Push message with content topic containing special chars","time":{"start":1714454507881,"stop":1714454507903,"duration":22},"status":"passed","severity":"normal"},{"uid":"a7d1d034949e657a","name":"Promise Callback - backward","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"status":"passed","severity":"normal"},{"uid":"d331e42afaebe844","name":"Push message with XML payload","time":{"start":1714454507876,"stop":1714454507876,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c14904a2be498f8","name":"1 Store, 2 relays, 2 fetches","time":{"start":1714453948530,"stop":1714453948530,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad29bd016a2bb619","name":"Subscribe and receive messages via lightPush","time":{"start":1714454227462,"stop":1714454227462,"duration":0},"status":"passed","severity":"normal"},{"uid":"bccefa013f371888","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714454048332,"stop":1714454048333,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb5353c5b8ccf62f","name":"Light Node - default protocols","time":{"start":1714454576890,"stop":1714454576891,"duration":1},"status":"passed","severity":"normal"},{"uid":"59353287c04c7ee5","name":"Overlapping topic subscription","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"status":"passed","severity":"normal"},{"uid":"b27e1b051b4aea07","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714455040952,"stop":1714455040953,"duration":1},"status":"broken","severity":"normal"},{"uid":"5a034fe0e785b523","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1714454431992,"stop":1714454431993,"duration":1},"status":"passed","severity":"normal"},{"uid":"535754dedc17a9c7","name":"can start the service","time":{"start":1714453952288,"stop":1714453952288,"duration":0},"status":"passed","severity":"normal"},{"uid":"69208f71730b93b8","name":"Check meta is set [ecies]","time":{"start":1714453959967,"stop":1714453959968,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e90d963d77c5295","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1714454140446,"stop":1714454140447,"duration":1},"status":"passed","severity":"normal"},{"uid":"d88950b501cec473","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1714454140445,"stop":1714454140446,"duration":1},"status":"passed","severity":"normal"},{"uid":"96e0b3e1e7e28fa1","name":"Push message with Basic HTML tag payload","time":{"start":1714454365877,"stop":1714454365878,"duration":1},"status":"passed","severity":"normal"},{"uid":"422c01e61af8bf7e","name":"Check received message containing short","time":{"start":1714454133717,"stop":1714454133717,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd4fe7483e0a151b","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1714453948680,"stop":1714453948680,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd4be3caab96835c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714454133777,"stop":1714454133777,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a366561f388923e","name":"Passing page size 10 when there are 10 messages","time":{"start":1714454561531,"stop":1714454561531,"duration":0},"status":"passed","severity":"normal"},{"uid":"e911eca885dcdcf2","name":"receives messages sent to provided content topic through callback","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6109428a37ce9ad2","name":"Ping on peer without subscriptions","time":{"start":1714454053295,"stop":1714454053296,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f1c9dcc1f6d8be1","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714454185396,"stop":1714454185396,"duration":0},"status":"passed","severity":"normal"},{"uid":"79b12bfc3d50a780","name":"Check received message containing Chinese","time":{"start":1714454133735,"stop":1714454133735,"duration":0},"status":"passed","severity":"normal"},{"uid":"18e11e911cf90622","name":"Publish without waiting for remote peer","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"status":"passed","severity":"normal"},{"uid":"847c1ecd4e508e2","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1714453925058,"stop":1714453925058,"duration":0},"status":"passed","severity":"normal"},{"uid":"8635295706a2da1b","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714454407735,"stop":1714454407736,"duration":1},"status":"passed","severity":"normal"},{"uid":"a39bd8284dc3baa7","name":"Push message with XML payload","time":{"start":1714454365877,"stop":1714454365877,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1400ddfc844d1a7","name":"should encode/decode to text encoding","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae3a58e3bc9a1aa7","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1714454140471,"stop":1714454140471,"duration":0},"status":"passed","severity":"normal"},{"uid":"f84e02868fe0ffa4","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454048343,"stop":1714454048344,"duration":1},"status":"passed","severity":"normal"},{"uid":"cae898362c003417","name":"Push message with SQL Injection payload","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dceb0a79abf3c83","name":"Check received message containing shell command","time":{"start":1714454434305,"stop":1714454434306,"duration":1},"status":"passed","severity":"normal"},{"uid":"59e9c665196f60e8","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454532131,"stop":1714454532132,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3edff3c3998a20e","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"status":"passed","severity":"normal"},{"uid":"a59d0b6c532b3a67","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454246973,"stop":1714454246974,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb6237e8cfe43f2","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714454605549,"stop":1714454605549,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bec232bcfaf5fb9","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1714454530135,"stop":1714454530136,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab7ce96b27b0cd01","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1714453975110,"stop":1714453975113,"duration":3},"status":"passed","severity":"normal"},{"uid":"c57bd4b8d988b562","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddadf397e724f9a4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714454407731,"stop":1714454407732,"duration":1},"status":"passed","severity":"normal"},{"uid":"2be863e591aa7720","name":"should set field with only FILTER enabled","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"status":"passed","severity":"normal"},{"uid":"665b4275db649b6a","name":"Nodes with multiple pubsub topic","time":{"start":1714454407732,"stop":1714454407733,"duration":1},"status":"passed","severity":"normal"},{"uid":"f56de170d5ae8ddf","name":"passes more than one ENR URLs and attempts connection","time":{"start":1714453987221,"stop":1714453987222,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4fa4b782e36258f7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"status":"passed","severity":"normal"},{"uid":"a995320871416e47","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1714454024387,"stop":1714454024388,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0f5c50d9c8b1602","name":"Rejects garbage","time":{"start":1714453941572,"stop":1714453941573,"duration":1},"status":"passed","severity":"normal"},{"uid":"d90f2f66f9ff72b1","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app98/8/topic585/test.js","time":{"start":1714454483201,"stop":1714454483201,"duration":0},"status":"passed","severity":"normal"},{"uid":"9046eaffdbfc122b","name":"Query with Promise Callback, No message returned","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"status":"passed","severity":"normal"},{"uid":"8858ecaca373b2e6","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1714453949194,"stop":1714453949194,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a486d61d1489c387","name":"random static sharding 9 - Cluster ID: 512, Shard ID: 977","time":{"start":1714454485762,"stop":1714454485764,"duration":2},"status":"passed","severity":"normal"},{"uid":"9e9974055955c41c","name":"Check received message containing Script","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"status":"passed","severity":"normal"},{"uid":"8778fef67418c927","name":"unsubscribes","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cf47c3e133619b9","name":"can start and stop the service","time":{"start":1714453952288,"stop":1714453952289,"duration":1},"status":"passed","severity":"normal"},{"uid":"348242e87072cabf","name":"Subscribe and receive messages via waku relay post","time":{"start":1714454227464,"stop":1714454227464,"duration":0},"status":"passed","severity":"normal"},{"uid":"38ee74cff7891b07","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714454066547,"stop":1714454066547,"duration":0},"status":"passed","severity":"normal"},{"uid":"64fa5366db1f23ff","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1714453975164,"stop":1714453975166,"duration":2},"status":"passed","severity":"normal"},{"uid":"3f270fc87c0055e8","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714454605556,"stop":1714454605556,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d86956b226a407","name":"Push message with escaped characters payload","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"status":"passed","severity":"normal"},{"uid":"9879f1d88b61ff7e","name":"Push message with Chinese payload","time":{"start":1714454507873,"stop":1714454507873,"duration":0},"status":"passed","severity":"normal"},{"uid":"34aa7725de24f6d","name":"Push message with content topic containing long","time":{"start":1714454365882,"stop":1714454365882,"duration":0},"status":"passed","severity":"normal"},{"uid":"e823c0e19f01a261","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2fee9df710e76fc","name":"start node with empty content topic","time":{"start":1714454483208,"stop":1714454483209,"duration":1},"status":"passed","severity":"normal"},{"uid":"a749995bcd759a68","name":"Meta field set when metaSetter is specified","time":{"start":1714453938218,"stop":1714453938218,"duration":0},"status":"passed","severity":"normal"},{"uid":"91260ee08236c91f","name":"Publish message with custom timestamp: Wed May 10 2023 05:20:01 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429796,"stop":1714454429796,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe886026f753cf8","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1714453948681,"stop":1714453948681,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8c85e6a5df7e2b3","name":"should emit a peer event after start","time":{"start":1714453952290,"stop":1714453952290,"duration":0},"status":"passed","severity":"normal"},{"uid":"36da131d15ffb329","name":"should set field with all protocols enabled","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a5508f488d65048","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714454185395,"stop":1714454185395,"duration":0},"status":"passed","severity":"normal"},{"uid":"205a515f1503c009","name":"should use the provided clusterId for the pubsub topic","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1a3e203790ce33","name":"All","time":{"start":1714453985446,"stop":1714453985447,"duration":1},"status":"passed","severity":"normal"},{"uid":"c537b29e3e3509c0","name":"Ping on unsubscribed peer","time":{"start":1714454053294,"stop":1714454053294,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3aa88a5a72d00f4","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1714454140480,"stop":1714454140481,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2ed7094606a655e","name":"Check received message containing Basic HTML tag","time":{"start":1714454133738,"stop":1714454133749,"duration":11},"status":"passed","severity":"normal"},{"uid":"67b005b80e4fcacd","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714454227479,"stop":1714454227480,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c3209cfa50c2406","name":"Fails to push message with large meta","time":{"start":1714454507911,"stop":1714454507912,"duration":1},"status":"passed","severity":"normal"},{"uid":"81702d5eac4343f6","name":"should set field with only LIGHTPUSH enabled","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9dd827e4d4c6d7e","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1714454546217,"stop":1714454546218,"duration":1},"status":"passed","severity":"normal"},{"uid":"26385a235ac648e5","name":"random static sharding 10 - Cluster ID: 604, Shard ID: 846","time":{"start":1714454485765,"stop":1714454485765,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cbebff8b3c1731b","name":"Push message with content topic containing special chars","time":{"start":1714454365882,"stop":1714454365883,"duration":1},"status":"passed","severity":"normal"},{"uid":"63166007e027e072","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714454407737,"stop":1714454407737,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a9e0d2133a25055","name":"Passing page size 0 when there are 110 messages","time":{"start":1714454561529,"stop":1714454561530,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ffdf75a21eca4a3","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"status":"passed","severity":"normal"},{"uid":"22cf455a753cb9e8","name":"throws on content topic with generation field greater than 0","time":{"start":1714453925049,"stop":1714453925049,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e03ee2bc096ebfa","name":"Decoder throws on empty string content topic","time":{"start":1714453938220,"stop":1714453938220,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d0abbee0a0a6b9","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"status":"passed","severity":"normal"},{"uid":"c07f8a6274673f80","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1714454227480,"stop":1714454227480,"duration":0},"status":"passed","severity":"normal"},{"uid":"c891f1146b37df47","name":"Subscribe to topic containing short and receive message","time":{"start":1714454605541,"stop":1714454605542,"duration":1},"status":"passed","severity":"normal"},{"uid":"abbadf86a5f12dd6","name":"Push message with custom timestamp: 1714457740677","time":{"start":1714454365891,"stop":1714454365891,"duration":0},"status":"passed","severity":"normal"},{"uid":"601453b951bf8882","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714454185400,"stop":1714454185401,"duration":1},"status":"passed","severity":"normal"},{"uid":"b708eb1a315f032f","name":"Overlapping topic subscription","time":{"start":1714454605541,"stop":1714454605541,"duration":0},"status":"passed","severity":"normal"},{"uid":"9af69e385e26a129","name":"getPeersByDiscovery","time":{"start":1714454401484,"stop":1714454401484,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d6ce6e1f52ae2d1","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"status":"skipped","severity":"normal"},{"uid":"32cf2fcb2366ae9a","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic752/utf8","time":{"start":1714454483202,"stop":1714454483203,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c6aea5b08dcc52","name":"should not fail to start the service if it is already started","time":{"start":1714454443271,"stop":1714454443271,"duration":0},"status":"passed","severity":"normal"},{"uid":"142da8326336c4a8","name":"configure the node with multiple pubsub topics","time":{"start":1714454485766,"stop":1714454485766,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8b49760542847c","name":"Subscribe to topic containing Russian and publish message","time":{"start":1714454431996,"stop":1714454431996,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ec7c9a15854a258","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1714454563519,"stop":1714454563520,"duration":1},"status":"passed","severity":"normal"},{"uid":"324ebb1e0275b911","name":"Push message with special chars payload","time":{"start":1714454365874,"stop":1714454365874,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d27815002d1a8a4","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2f2ab911097bc77","name":"Query Generator, No message returned","time":{"start":1714454530131,"stop":1714454530132,"duration":1},"status":"passed","severity":"normal"},{"uid":"5091c4afaea8e08","name":"Passing page size 110 when there are 120 messages","time":{"start":1714454561533,"stop":1714454561534,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d30717ecb68d96c","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1714453983005,"stop":1714453983005,"duration":0},"status":"passed","severity":"normal"},{"uid":"9585b5a234034e49","name":"Generator, 2 different pubsubtopics","time":{"start":1714454532120,"stop":1714454532121,"duration":1},"status":"passed","severity":"normal"},{"uid":"4cfb07bfa45cf2bd","name":"Check publish message after client node is restarted","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c1d3070999fb87f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714454066547,"stop":1714454066548,"duration":1},"status":"passed","severity":"normal"},{"uid":"8438a27c06408ef7","name":"should use DNS peer discovery with light client","time":{"start":1714453987203,"stop":1714453987203,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5517e26426f217ec","name":"Overlapping topic subscription","time":{"start":1714454431993,"stop":1714454431993,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cab688b50a76686b","name":"recovers when dns.resolve returns empty","time":{"start":1714453949189,"stop":1714453949190,"duration":1},"status":"passed","severity":"normal"},{"uid":"b27e6837887935eb","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1714454431998,"stop":1714454431998,"duration":0},"status":"passed","severity":"normal"},{"uid":"a577700760d1e408","name":"Nwaku publishes","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd0428b12fec0ed","name":"Push message with content topic containing Russian","time":{"start":1714454365883,"stop":1714454365884,"duration":1},"status":"passed","severity":"normal"},{"uid":"189065852df67ab","name":"random static sharding 3 - Cluster ID: 740, Shard ID: 883","time":{"start":1714454485751,"stop":1714454485751,"duration":0},"status":"passed","severity":"normal"},{"uid":"88aab81e5b7a0cbf","name":"Push message with content topic containing Arabic","time":{"start":1714454365883,"stop":1714454365883,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1470b467b07695d","name":"Push message with content topic containing escaped characters","time":{"start":1714454365886,"stop":1714454365887,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fca1ad0b0e751c6","name":"Query Generator, No Decoder","time":{"start":1714454530130,"stop":1714454530131,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbbe7248dd4b4334","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714454185398,"stop":1714454185398,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ca53bb690110d14","name":"Check publish message containing emoji","time":{"start":1714454429794,"stop":1714454429794,"duration":0},"status":"passed","severity":"normal"},{"uid":"19a3714f0480676d","name":"start node with ApplicationInfo","time":{"start":1714454483208,"stop":1714454483208,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee1b8e25a53b9a3","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714453932707,"stop":1714453932707,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c5dc8fd300e6868","name":"Push message with Russian payload","time":{"start":1714454507874,"stop":1714454507875,"duration":1},"status":"passed","severity":"normal"},{"uid":"b386dc830cff9211","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714454133776,"stop":1714454133777,"duration":1},"status":"passed","severity":"normal"},{"uid":"a07d2bba4bd5a39f","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1714454140468,"stop":1714454140469,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7f34db7d4dbcba6","name":"configure the node with multiple content topics","time":{"start":1714454483207,"stop":1714454483207,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6c5c5027f8a1242","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bc933dcda60a0a3","name":"Subscribe to topic containing XML and receive message","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea27bc63ec332f7e","name":"should add and remove event listeners correctly","time":{"start":1714453952293,"stop":1714453952293,"duration":0},"status":"passed","severity":"normal"},{"uid":"93961b8980769455","name":"shard 0","time":{"start":1714454485748,"stop":1714454485748,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e09396f8002a3a8","name":"should set field with all protocols disabled","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cf49bb602f87ad8","name":"Privacy Node - default protocol","time":{"start":1714454576891,"stop":1714454576891,"duration":0},"status":"passed","severity":"normal"},{"uid":"b661498e731835b0","name":"Push message with Script payload","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"status":"passed","severity":"normal"},{"uid":"74d129034fce1caf","name":"Relay + Store","time":{"start":1714453985446,"stop":1714453985446,"duration":0},"status":"passed","severity":"normal"},{"uid":"358acd15f77aeb3c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714454605538,"stop":1714454605538,"duration":0},"status":"passed","severity":"normal"},{"uid":"738e6ac959f49e","name":"Default pageSize","time":{"start":1714454561534,"stop":1714454561534,"duration":0},"status":"passed","severity":"normal"},{"uid":"c008dfc7cb2ca5f","name":"removeEventListener with correct event","time":{"start":1714454015966,"stop":1714454015966,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1e2a111fa2b3ebd","name":"Check received message containing SQL Injection","time":{"start":1714454434303,"stop":1714454434304,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ee8a999b0372610","name":"Overlapping topic subscription","time":{"start":1714454227466,"stop":1714454227467,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa1c71ef517914c","name":"should decode valid enr with tcp successfully","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"status":"passed","severity":"normal"},{"uid":"86aa425568eb79fb","name":"Push message with emoji payload","time":{"start":1714454365879,"stop":1714454365880,"duration":1},"status":"passed","severity":"normal"},{"uid":"916667c65dd8f36b","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1714453948681,"stop":1714453948682,"duration":1},"status":"passed","severity":"normal"},{"uid":"484e513fd35776d3","name":"Passing page size 19 when there are 20 messages","time":{"start":1714454561533,"stop":1714454561533,"duration":0},"status":"passed","severity":"normal"},{"uid":"98247afe3b59bc07","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454246981,"stop":1714454246981,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3a2ea0b927787e5","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714454227469,"stop":1714454227469,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d60fca85892100c","name":"Asymmetric encrypt & decrypt","time":{"start":1714453958693,"stop":1714453958694,"duration":1},"status":"passed","severity":"normal"},{"uid":"5252f7a98a1e4085","name":"Check received message containing numeric","time":{"start":1714454434301,"stop":1714454434301,"duration":0},"status":"passed","severity":"normal"},{"uid":"46c08e9d3c6655b1","name":"Waku message hash computation (meta attribute not present)","time":{"start":1714453927578,"stop":1714453927579,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee533373a8271683","name":"udp ip6 address","time":{"start":1714453932857,"stop":1714453932857,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a7bbd1eb6121857","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"status":"passed","severity":"normal"},{"uid":"450b1975b20eb2f1","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1714453925053,"stop":1714453925054,"duration":1},"status":"passed","severity":"normal"},{"uid":"260f110eb8f28957","name":"Check received message containing SQL Injection","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b84ba02c3676a3","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714455040953,"stop":1714455040953,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb32a42297e3ef9","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1714453925064,"stop":1714453925065,"duration":1},"status":"passed","severity":"normal"},{"uid":"794d8ae8dde3d4e7","name":"Check publish message containing Script","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ab6da241dea098d","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1714454431996,"stop":1714454431996,"duration":0},"status":"passed","severity":"normal"},{"uid":"81115b534c84157c","name":"Push message with rate limit","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"status":"passed","severity":"normal"},{"uid":"194f6290ae9e2aa9","name":"nwaku subscribes","time":{"start":1714454394847,"stop":1714454394847,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad71939287b6ef30","name":"caches peers it previously fetched","time":{"start":1714453949191,"stop":1714453949191,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e71ba6bbae91ad2","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app12/2/topic99/utf8","time":{"start":1714454483204,"stop":1714454483204,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"aa247201a3fb723","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1384ec0e0e10775","name":"should set field with all protocols disabled","time":{"start":1714500534109,"stop":1714500534110,"duration":1},"status":"passed","severity":"normal"},{"uid":"aace5de436e4fa6e","name":"Ping on subscribed peer","time":{"start":1714500660494,"stop":1714500660494,"duration":0},"status":"passed","severity":"normal"},{"uid":"6672257419336cf3","name":"safeDispatchEvent","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"status":"passed","severity":"normal"},{"uid":"57b952191d756cad","name":"should handle a minimal index list","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed1cd3055fd165cd","name":"Ping on peer without subscriptions","time":{"start":1714500660494,"stop":1714500660495,"duration":1},"status":"passed","severity":"normal"},{"uid":"935e2a5d0bf639da","name":"Check message with no content topic is not received","time":{"start":1714500735371,"stop":1714500735371,"duration":0},"status":"passed","severity":"normal"},{"uid":"124c0439f1ae2ae0","name":"Push message with content topic containing special chars","time":{"start":1714500976547,"stop":1714500976548,"duration":1},"status":"passed","severity":"normal"},{"uid":"97fc6d65f74d086f","name":"Ping on peer without subscriptions","time":{"start":1714500607828,"stop":1714500607829,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d68a620babeef3f","name":"Check received message containing Script","time":{"start":1714501050430,"stop":1714501050431,"duration":1},"status":"passed","severity":"normal"},{"uid":"b986f5e0346f596f","name":"Check message received after jswaku node is restarted","time":{"start":1714500735372,"stop":1714500735373,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d919221d22ea0792","name":"connects to nwaku","time":{"start":1714501181621,"stop":1714501181621,"duration":0},"status":"passed","severity":"normal"},{"uid":"299ec24544740b4b","name":"Store - dialed first","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fcd56cbd05e9d60","name":"random static sharding 10 - Cluster ID: 21, Shard ID: 476","time":{"start":1714501106185,"stop":1714501106187,"duration":2},"status":"passed","severity":"normal"},{"uid":"900a13f21842bc6d","name":"Passing page size 0 when there are 110 messages","time":{"start":1714501174012,"stop":1714501174012,"duration":0},"status":"passed","severity":"normal"},{"uid":"e76b8f588e099d71","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"status":"passed","severity":"normal"},{"uid":"c15917dc17325230","name":"connected peers and dial","time":{"start":1714500976723,"stop":1714500976724,"duration":1},"status":"skipped","severity":"normal"},{"uid":"de9bd2c4f93199c1","name":"should throw an error for missing required configuration","time":{"start":1714500525342,"stop":1714500525342,"duration":0},"status":"passed","severity":"normal"},{"uid":"415906f30b70ec3e","name":"through manual discovery","time":{"start":1714500850422,"stop":1714500850422,"duration":0},"status":"passed","severity":"normal"},{"uid":"f30e8d0f347dc5c3","name":"Decoder throws on undefined content topic","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"status":"passed","severity":"normal"},{"uid":"faeddac9cbbeb5bc","name":"should not throw an error for a single configured topic","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"status":"passed","severity":"normal"},{"uid":"8356230aed138bcf","name":"start node with ApplicationInfo","time":{"start":1714501089335,"stop":1714501089336,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ccad7435a18266c","name":"should not receive a peer event after stop","time":{"start":1714501049788,"stop":1714501049789,"duration":1},"status":"passed","severity":"normal"},{"uid":"d46ca107c3c109d1","name":"Overlapping topic subscription","time":{"start":1714500823176,"stop":1714500823178,"duration":2},"status":"passed","severity":"normal"},{"uid":"9b018183b924972e","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1714500744183,"stop":1714500744183,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdef8cc261513891","name":"Push message with shell command payload","time":{"start":1714500976535,"stop":1714500976536,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad3ab5229ae517ac","name":"removeEventListener with wrong event","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b5a6c604150e69c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714500823190,"stop":1714500823191,"duration":1},"status":"passed","severity":"normal"},{"uid":"2faf99ea3a794699","name":"Ordered callback, aborts when callback returns true","time":{"start":1714501153790,"stop":1714501153791,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cde78ef59e9d9c3","name":"should be able to encode the field with only FILTER set to true","time":{"start":1714500533163,"stop":1714500533173,"duration":10},"status":"passed","severity":"normal"},{"uid":"6322bbf1139eb8c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714500786925,"stop":1714500786926,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea5fad97f129c789","name":"Check meta is set [ecies]","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0e05436e2a7d8ad","name":"Push message with XML payload","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"status":"passed","severity":"normal"},{"uid":"47d633b57c065e69","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"status":"passed","severity":"normal"},{"uid":"84ba1f170277afeb","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1714500533180,"stop":1714500533180,"duration":0},"status":"passed","severity":"normal"},{"uid":"571c92cb71c84a8f","name":"Push message with content topic containing short","time":{"start":1714500976544,"stop":1714500976545,"duration":1},"status":"passed","severity":"normal"},{"uid":"a926e61741688f6a","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714501220685,"stop":1714501220686,"duration":1},"status":"passed","severity":"normal"},{"uid":"dac3684d1b78a369","name":"more peers than existing","time":{"start":1714500976724,"stop":1714500976724,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6c93410a145e98af","name":"Check received message containing long","time":{"start":1714501050427,"stop":1714501050427,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d660da1e7b565e","name":"configure the node with multiple pubsub topics","time":{"start":1714501106189,"stop":1714501106190,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d7a709c435f69ae","name":"isConnected between 2 js-waku relay nodes","time":{"start":1714500623699,"stop":1714500623699,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df71eb58df95e3","name":"Push 30 different messages","time":{"start":1714501123787,"stop":1714501123787,"duration":0},"status":"passed","severity":"normal"},{"uid":"12b5fcc99b8406fe","name":"should set field with only FILTER enabled","time":{"start":1714500534111,"stop":1714500534111,"duration":0},"status":"passed","severity":"normal"},{"uid":"5feb7a6d0cd3f38f","name":"returns all values when wanted number matches available values","time":{"start":1714500549514,"stop":1714500549516,"duration":2},"status":"passed","severity":"normal"},{"uid":"dc6457d2c582eaf9","name":"start node with empty shard","time":{"start":1714501106192,"stop":1714501106192,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc4ad5d44234c3f9","name":"Check received message containing XML","time":{"start":1714501050431,"stop":1714501050431,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe3d519b3fee213a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1714500550277,"stop":1714500550278,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b6dfcd08cb76","name":"Light Node - default protocols","time":{"start":1714501191919,"stop":1714501191920,"duration":1},"status":"passed","severity":"normal"},{"uid":"2899a334b87e4665","name":"start node with empty content topic","time":{"start":1714501089336,"stop":1714501089336,"duration":0},"status":"passed","severity":"normal"},{"uid":"b06570b915e0979","name":"Check received message containing Script","time":{"start":1714501050446,"stop":1714501050446,"duration":0},"status":"passed","severity":"normal"},{"uid":"60953762d6747082","name":"Relay + Store","time":{"start":1714500587632,"stop":1714500587632,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8ca8c03179b40c4","name":"Check received message containing JSON","time":{"start":1714500735363,"stop":1714500735364,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a6065ac1073dd5f","name":"can start and stop the service","time":{"start":1714501049782,"stop":1714501049782,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f89c2848c84b1fc","name":"Waku message hash computation (payload length 0)","time":{"start":1714500527929,"stop":1714500527929,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d9b6f035e24db36","name":"Reopen subscription with peer with lost subscription","time":{"start":1714500607830,"stop":1714500607830,"duration":0},"status":"passed","severity":"normal"},{"uid":"327768c61075ae3b","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1714500525357,"stop":1714500525358,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1d892c5f6ecf803","name":"unsubscribes","time":{"start":1714501165487,"stop":1714501165487,"duration":0},"status":"passed","severity":"normal"},{"uid":"341344ca18593b56","name":"Push message with escaped characters payload","time":{"start":1714501123780,"stop":1714501123780,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a94b859526c4edf","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714500786930,"stop":1714500786930,"duration":0},"status":"passed","severity":"normal"},{"uid":"16665f93800d1fab","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714500823171,"stop":1714500823171,"duration":0},"status":"passed","severity":"normal"},{"uid":"19074cfdf74cf71d","name":"Encoder throws on undefined content topic","time":{"start":1714500539180,"stop":1714500539181,"duration":1},"status":"passed","severity":"normal"},{"uid":"848515c6e92a73df","name":"Subscribe to topic containing short and receive message","time":{"start":1714501220684,"stop":1714501220684,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d19400836b17eef","name":"throws on content topic with empty application field","time":{"start":1714500525322,"stop":1714500525322,"duration":0},"status":"passed","severity":"normal"},{"uid":"509b2ec1da8456ee","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744089,"stop":1714500744098,"duration":9},"status":"passed","severity":"normal"},{"uid":"13130751e5677e26","name":"Check received message containing short","time":{"start":1714500735357,"stop":1714500735358,"duration":1},"status":"passed","severity":"normal"},{"uid":"36016dc754d81afd","name":"Fails to push message with large meta","time":{"start":1714500976562,"stop":1714500976563,"duration":1},"status":"passed","severity":"normal"},{"uid":"b141e3413d601941","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1714500538711,"stop":1714500538711,"duration":0},"status":"passed","severity":"normal"},{"uid":"9afeb3d6259a34d5","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714501106190,"stop":1714501106191,"duration":1},"status":"passed","severity":"normal"},{"uid":"624075f60b0db9f4","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a37652771e26284","name":"handles empty contentTopics array correctly","time":{"start":1714500525356,"stop":1714500525357,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dee795eefcd37b1","name":"Check received message containing Russian","time":{"start":1714501050429,"stop":1714501050430,"duration":1},"status":"passed","severity":"normal"},{"uid":"db239623ba29f62a","name":"Check received message containing Arabic","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3f82c7b1a7d730e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714501220684,"stop":1714501220685,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7a5cfd6e13b169","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1714500561872,"stop":1714500561873,"duration":1},"status":"passed","severity":"normal"},{"uid":"4055dbbf0ec20bd3","name":"Subscribe to topic containing XML and publish message","time":{"start":1714501039483,"stop":1714501039483,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e2e120e3a08493","name":"should return all peers when numPeers is 0","time":{"start":1714500538710,"stop":1714500538710,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4bc206b2420125b","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714500786931,"stop":1714500786931,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad336461e3cc11ef","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714500664399,"stop":1714500664400,"duration":1},"status":"passed","severity":"normal"},{"uid":"9098ea5072321c3b","name":"Generator, 2 different pubsubtopics","time":{"start":1714501150905,"stop":1714501150906,"duration":1},"status":"passed","severity":"normal"},{"uid":"8732e2ae1c2c0e2d","name":"random static sharding 5 - Cluster ID: 746, Shard ID: 645","time":{"start":1714501106176,"stop":1714501106178,"duration":2},"status":"passed","severity":"normal"},{"uid":"ca9f51ff4513bce1","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1714500589623,"stop":1714500589623,"duration":0},"status":"passed","severity":"normal"},{"uid":"a54260f8ae77612c","name":"Ping on peer without subscriptions","time":{"start":1714500660502,"stop":1714500660502,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3adcab77d43932a","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1714500744141,"stop":1714500744141,"duration":0},"status":"passed","severity":"normal"},{"uid":"48c1397f6a615e90","name":"Refresh subscription","time":{"start":1714501039479,"stop":1714501039479,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a700a60771561715","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714500735369,"stop":1714500735369,"duration":0},"status":"passed","severity":"normal"},{"uid":"80564c96bddff692","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1714501184621,"stop":1714501184622,"duration":1},"status":"passed","severity":"normal"},{"uid":"9476f380a86c57fa","name":"throws on content topic with too few or too many fields","time":{"start":1714500525320,"stop":1714500525320,"duration":0},"status":"passed","severity":"normal"},{"uid":"7298d29c5877a0eb","name":"Push message with content topic containing Script","time":{"start":1714501123809,"stop":1714501123809,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac921774521a22d6","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1714500578594,"stop":1714500578595,"duration":1},"status":"passed","severity":"normal"},{"uid":"a70a826c6efb5e64","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714500664400,"stop":1714500664400,"duration":0},"status":"passed","severity":"normal"},{"uid":"baa8f630ea91459e","name":"Subscribe to topic containing short and publish message","time":{"start":1714501039480,"stop":1714501039480,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dbec0d46653f765","name":"Check message received after nwaku node is restarted","time":{"start":1714500735373,"stop":1714500735373,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1a2845d6f6784910","name":"should be able to decode the field with only STORE set to true","time":{"start":1714500533178,"stop":1714500533179,"duration":1},"status":"passed","severity":"normal"},{"uid":"26c55e92eeb84d1","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce8fa205d5e8719","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b0c4218b922c5a6","name":"Subscribe to topic containing XML and receive message","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab32a9c6953d8211","name":"Push message with content topic containing short","time":{"start":1714501123788,"stop":1714501123788,"duration":0},"status":"passed","severity":"normal"},{"uid":"34339b00813a1423","name":"Check received message containing SQL Injection","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"status":"passed","severity":"normal"},{"uid":"39195add76e3d83","name":"Push message with content topic containing shell command","time":{"start":1714501123811,"stop":1714501123811,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2c93dea4500ee53","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1714501039481,"stop":1714501039482,"duration":1},"status":"passed","severity":"normal"},{"uid":"98a9773d30f4c16c","name":"Push message with Arabic payload","time":{"start":1714501123760,"stop":1714501123760,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e5f99268964ffe3","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"status":"passed","severity":"normal"},{"uid":"79668d6170f259dd","name":"Decoder throws on empty string content topic","time":{"start":1714500539182,"stop":1714500539182,"duration":0},"status":"passed","severity":"normal"},{"uid":"893237c03bb43316","name":"Check received message containing Arabic","time":{"start":1714501050429,"stop":1714501050429,"duration":0},"status":"passed","severity":"normal"},{"uid":"6adc913b2337b1b","name":"different cluster, different shard: nodes don't connect","time":{"start":1714500872907,"stop":1714500872908,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b14b8a0122da01","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1714500525360,"stop":1714500525361,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f782096baab8a3a","name":"Check received message containing XML","time":{"start":1714500735362,"stop":1714500735363,"duration":1},"status":"passed","severity":"normal"},{"uid":"a449e83ae1405f23","name":"Check received message containing Russian","time":{"start":1714500735361,"stop":1714500735361,"duration":0},"status":"passed","severity":"normal"},{"uid":"63587c50ea9d5ba3","name":"Push message with Script payload","time":{"start":1714500976531,"stop":1714500976531,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f6287e9cbb070ba","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app99/4/topic406/utf8","time":{"start":1714501089332,"stop":1714501089332,"duration":0},"status":"passed","severity":"normal"},{"uid":"24088e9224eb9d80","name":"Check received message containing emoji","time":{"start":1714500735365,"stop":1714500735366,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d8639f9da8ea9bf","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1714500823191,"stop":1714500823192,"duration":1},"status":"passed","severity":"normal"},{"uid":"8495143a8e45cd65","name":"Publish message with large meta","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0afa96481681c03","name":"caches peers it previously fetched","time":{"start":1714500550517,"stop":1714500550517,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1e19272971531fb","name":"same cluster, different shard: nodes don't connect","time":{"start":1714500744050,"stop":1714500744050,"duration":0},"status":"passed","severity":"normal"},{"uid":"47006934071c9c07","name":"new peer added after a peer was already found","time":{"start":1714500997300,"stop":1714500997300,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8c85820d950b3d99","name":"Check received message containing short","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"status":"passed","severity":"normal"},{"uid":"b005014a399df2fb","name":"random static sharding 1 - Cluster ID: 317, Shard ID: 21","time":{"start":1714501106173,"stop":1714501106174,"duration":1},"status":"passed","severity":"normal"},{"uid":"700194d9b5602f7e","name":"Push message with content topic containing Arabic","time":{"start":1714501123804,"stop":1714501123804,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3d339dd0c34e969","name":"Push message with content topic containing Arabic","time":{"start":1714500976549,"stop":1714500976551,"duration":2},"status":"passed","severity":"normal"},{"uid":"51353b9a7a7009de","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1c727e91d0c2b08","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1714501184627,"stop":1714501184627,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f375ccdfeb9ce75","name":"Check message with no pubsub topic is not received","time":{"start":1714500735370,"stop":1714500735370,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a42fbbcea0d8a28","name":"should not fail to stop the service if it was not started","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cbf6ac8cf21b6d0","name":"Push message with content topic containing JSON","time":{"start":1714500976557,"stop":1714500976557,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2942ec27be68f","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app50/7/topic265/proto","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"status":"passed","severity":"normal"},{"uid":"c893bb3465ca251","name":"Refresh subscription","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"status":"passed","severity":"normal"},{"uid":"63fd09d5381959f3","name":"Check received message containing special chars","time":{"start":1714500735359,"stop":1714500735360,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6461989fe790946","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"status":"passed","severity":"normal"},{"uid":"f64a75893d0bb910","name":"dispatchEvent via connectionManager","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"status":"passed","severity":"normal"},{"uid":"fac2200691f1f400","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744116,"stop":1714500744117,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a474871b88c9eef","name":"Push message with Arabic payload","time":{"start":1714500976528,"stop":1714500976529,"duration":1},"status":"passed","severity":"normal"},{"uid":"70ac01642838ea6","name":"Push message with Russian payload","time":{"start":1714501123760,"stop":1714501123777,"duration":17},"status":"passed","severity":"normal"},{"uid":"dacdc448c0d3ebf2","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1714501153790,"stop":1714501153790,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c1555411cb95d6","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1714500744141,"stop":1714500744141,"duration":0},"status":"passed","severity":"normal"},{"uid":"159db4bf47a8a2c5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714501220698,"stop":1714501220698,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6770be6f45df4a1","name":"throws on content topic with empty version field","time":{"start":1714500525322,"stop":1714500525323,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a0819fbf59d929c","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1714500872901,"stop":1714500872902,"duration":1},"status":"passed","severity":"normal"},{"uid":"b944cfe3af10df98","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1714500744109,"stop":1714500744111,"duration":2},"status":"passed","severity":"normal"},{"uid":"47dfcdfc93d03c77","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500654301,"stop":1714500654301,"duration":0},"status":"passed","severity":"normal"},{"uid":"a625391778fdc45","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714500664398,"stop":1714500664399,"duration":1},"status":"passed","severity":"normal"},{"uid":"194fd142c7be439b","name":"should not receive a peer event after stop","time":{"start":1714500554005,"stop":1714500554005,"duration":0},"status":"passed","severity":"normal"},{"uid":"68be6295677261bd","name":"Query generator for multiple messages with different message text format","time":{"start":1714501153787,"stop":1714501153788,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbc8a50ec1ecd5d5","name":"Push message with SQL Injection payload","time":{"start":1714500976530,"stop":1714500976531,"duration":1},"status":"passed","severity":"normal"},{"uid":"17756bf75c430ec9","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","severity":"normal"},{"uid":"730a7bc8785c1412","name":"should return the pubsub topic directly if a string is provided","time":{"start":1714500525351,"stop":1714500525352,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0fbc713ac9b3fb1","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1714500744140,"stop":1714500744141,"duration":1},"status":"passed","severity":"normal"},{"uid":"c41063f891573ebf","name":"Check received message containing Arabic","time":{"start":1714500735360,"stop":1714500735361,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d180b0362c1d744","name":"ignores unrecognized TXT record formats","time":{"start":1714500550516,"stop":1714500550517,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b88845097973064","name":"Correctly serialized arguments","time":{"start":1714500850493,"stop":1714500850493,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb7944dd29157fb5","name":"Push message with Script payload","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"status":"passed","severity":"normal"},{"uid":"105e772634b834c3","name":"Subscribe to topic containing Script and receive message","time":{"start":1714500823186,"stop":1714500823186,"duration":0},"status":"passed","severity":"normal"},{"uid":"389c6016febc014c","name":"Subscribe to topic containing short and receive message","time":{"start":1714500823182,"stop":1714500823182,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ca041a03dca16d0","name":"Relay + Store","time":{"start":1714500534112,"stop":1714500534112,"duration":0},"status":"passed","severity":"normal"},{"uid":"3843db59d9d30cf5","name":"Check message on other pubsub topic is not received","time":{"start":1714501050457,"stop":1714501050457,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e27031e21aec5f7","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2137f1b2b8b8d8a","name":"Check message with no payload is not received","time":{"start":1714501050458,"stop":1714501050458,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef0d1ed0d7ce11ae","name":"should set field with all protocols enabled","time":{"start":1714500534110,"stop":1714500534110,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee0e5385b5bd61b8","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1714500744183,"stop":1714500744183,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56fc7aa78d15952","name":"Subscribe to topic containing Russian and publish message","time":{"start":1714501039482,"stop":1714501039482,"duration":0},"status":"passed","severity":"normal"},{"uid":"63f7fd5584bb99a","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714500823172,"stop":1714500823173,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7683cce30e61af5","name":"Symmetric encrypt & Decrypt","time":{"start":1714500560558,"stop":1714500560558,"duration":0},"status":"passed","severity":"normal"},{"uid":"66d58804071e3d7e","name":"Check message with no content topic is not received","time":{"start":1714501050439,"stop":1714501050440,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6cbab90bdfecc87","name":"should throw error - no id","time":{"start":1714500534098,"stop":1714500534098,"duration":0},"status":"passed","severity":"normal"},{"uid":"489be5d12b754a47","name":"Push message with content topic containing shell command","time":{"start":1714500976558,"stop":1714500976558,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d7eededbe4db1ec","name":"should set field with only STORE enabled","time":{"start":1714500534110,"stop":1714500534111,"duration":1},"status":"passed","severity":"normal"},{"uid":"3574a332f56be2ab","name":"Nodes with multiple pubsub topic","time":{"start":1714501013447,"stop":1714501013447,"duration":0},"status":"passed","severity":"normal"},{"uid":"8341124ddac85378","name":"should set field with only LIGHTPUSH enabled","time":{"start":1714500534111,"stop":1714500534111,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ab59e844d91479f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714501220690,"stop":1714501220690,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d3f2e3a54c1989d","name":"Check received message with timestamp: 1714500577468000000 ","time":{"start":1714501050435,"stop":1714501050436,"duration":1},"status":"passed","severity":"normal"},{"uid":"729bd1e3e4eafc19","name":"should properly create location multiaddrs - tcp4","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef98ceae824b99a4","name":"Push message with long payload","time":{"start":1714500976525,"stop":1714500976526,"duration":1},"status":"passed","severity":"normal"},{"uid":"f25ac7169ea4497e","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714501150909,"stop":1714501150909,"duration":0},"status":"passed","severity":"normal"},{"uid":"94f4e63002e9a977","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1714500559906,"stop":1714500559906,"duration":0},"status":"passed","severity":"normal"},{"uid":"d86cb0c831ab7008","name":"same cluster, same shard: nodes connect","time":{"start":1714500744049,"stop":1714500744050,"duration":1},"status":"passed","severity":"normal"},{"uid":"d85a1061da9a7caa","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","severity":"normal"},{"uid":"26105cc61a22fee8","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app17/3/topic587/test.js","time":{"start":1714501089331,"stop":1714501089331,"duration":0},"status":"passed","severity":"normal"},{"uid":"faf570c4bc29a46e","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1714501159487,"stop":1714501159487,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea7760ca5d6361f8","name":"should properly create location multiaddrs - udp4","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3f15327a9a6788","name":"handles empty shards array correctly","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"status":"passed","severity":"normal"},{"uid":"61ad576d352c305f","name":"should throw error - no public key","time":{"start":1714500534098,"stop":1714500534103,"duration":5},"status":"passed","severity":"normal"},{"uid":"7afdff6f7ddb1766","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2065fd00150ac83","name":"Callback on promise","time":{"start":1714501153789,"stop":1714501153789,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d91c04f502f820e","name":"Check message received after jswaku node is restarted","time":{"start":1714501050441,"stop":1714501050441,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ec3acaeba821bd1","name":"Push message with SQL Injection payload","time":{"start":1714501123777,"stop":1714501123778,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d45c1bdb2057c0d","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714500823175,"stop":1714500823176,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a95136362ea6f70","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1714501094175,"stop":1714501094175,"duration":0},"status":"passed","severity":"normal"},{"uid":"99726df6b2664506","name":"should use the provided clusterId for the pubsub topic","time":{"start":1714500525358,"stop":1714500525358,"duration":0},"status":"passed","severity":"normal"},{"uid":"a966e29e7e2400fa","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"status":"passed","severity":"normal"},{"uid":"613117e58195f93a","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714500786929,"stop":1714500786929,"duration":0},"status":"passed","severity":"normal"},{"uid":"79bea2218d641a78","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500654286,"stop":1714500654289,"duration":3},"status":"passed","severity":"normal"},{"uid":"d4ac8d6519445445","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1714501094176,"stop":1714501094176,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b445aeb611dfbc","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1714501039478,"stop":1714501039478,"duration":0},"status":"passed","severity":"normal"},{"uid":"2893ad98c61dfd35","name":"Check message with no payload is not received","time":{"start":1714500735371,"stop":1714500735372,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd8274d9d51ad8a5","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f625e60e2dbc4d6","name":"Ping on unsubscribed peer","time":{"start":1714500607829,"stop":1714500607829,"duration":0},"status":"passed","severity":"normal"},{"uid":"934692a59b112705","name":"Wrong topic","time":{"start":1714501089332,"stop":1714501089333,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8e6f6daeb014a1f","name":"Query Generator, No Decoder","time":{"start":1714501140344,"stop":1714501140345,"duration":1},"status":"passed","severity":"normal"},{"uid":"aad3e412897a14c9","name":"can start the service","time":{"start":1714500590504,"stop":1714500590504,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6ec15182ea1115","name":"Check publish message containing Arabic","time":{"start":1714501036155,"stop":1714501036155,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbef66225a9bc34d","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e6a727e83bace85","name":"Publish message with custom timestamp: Wed May 10 2023 18:16:48 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f39483d8e88730b","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1714501039485,"stop":1714501039485,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfb86f5bc8ec7ab2","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1714500587026,"stop":1714500587027,"duration":1},"status":"passed","severity":"normal"},{"uid":"312c06e44afccc8a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500844874,"stop":1714500844875,"duration":1},"status":"passed","severity":"normal"},{"uid":"d29654a82d64d8d1","name":"Check received message containing Chinese","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"status":"passed","severity":"normal"},{"uid":"e80c344c4b26a25e","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app21/3/topic297/xml","time":{"start":1714501089327,"stop":1714501089327,"duration":0},"status":"passed","severity":"normal"},{"uid":"912cd151e61806e0","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1714501039483,"stop":1714501039484,"duration":1},"status":"passed","severity":"normal"},{"uid":"a37ab907af262cff","name":"Passing page size 11 when there are 10 messages","time":{"start":1714501174014,"stop":1714501174014,"duration":0},"status":"passed","severity":"normal"},{"uid":"9736c389598aeefc","name":"isConnected should return false after all peers disconnect","time":{"start":1714500578628,"stop":1714500578629,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0319fb9f063e495","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1714501184624,"stop":1714501184625,"duration":1},"status":"passed","severity":"normal"},{"uid":"439e59b98e59c643","name":"should properly create peer info with all multiaddrs","time":{"start":1714500534109,"stop":1714500534109,"duration":0},"status":"passed","severity":"normal"},{"uid":"79a9db78e0ec8b38","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1714500539182,"stop":1714500539183,"duration":1},"status":"passed","severity":"normal"},{"uid":"33194d523a108d45","name":"Check publish message after service node is restarted","time":{"start":1714501036174,"stop":1714501036174,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c6f63a39ff97447f","name":"returns all values when wanted number is greater than available values","time":{"start":1714500549516,"stop":1714500549517,"duration":1},"status":"passed","severity":"normal"},{"uid":"b49b3d956905ab9b","name":"1 Relay, 1 fetch","time":{"start":1714500549549,"stop":1714500549549,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea8bbf53fae0f218","name":"Check publish message containing XML","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e2c9b16a914858a","name":"Privacy Node - default protocol","time":{"start":1714501191920,"stop":1714501191920,"duration":0},"status":"passed","severity":"normal"},{"uid":"b30e1b110e3777f","name":"Check received message containing shell command","time":{"start":1714501050432,"stop":1714501050433,"duration":1},"status":"passed","severity":"normal"},{"uid":"919f5afd9933e48c","name":"Callback on promise, aborts when callback returns true","time":{"start":1714501153789,"stop":1714501153789,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f50ab4fed69ed24","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1714500525338,"stop":1714500525338,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d2ae8043949ae9","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714501220698,"stop":1714501220698,"duration":0},"status":"passed","severity":"normal"},{"uid":"93947988180f732a","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714500735367,"stop":1714500735368,"duration":1},"status":"passed","severity":"normal"},{"uid":"d93d412fb5ef49c0","name":"should throw error - invalid id","time":{"start":1714500534103,"stop":1714500534104,"duration":1},"status":"passed","severity":"normal"},{"uid":"172e55fe3c4ebffa","name":"Fails to push message bigger that 1MB","time":{"start":1714501123822,"stop":1714501123822,"duration":0},"status":"passed","severity":"normal"},{"uid":"eed15b9c34fb2f0a","name":"Push message equal or less that 1MB","time":{"start":1714501123821,"stop":1714501123822,"duration":1},"status":"passed","severity":"normal"},{"uid":"a867d1ad9633030c","name":"throws on content topic with generation field greater than 0","time":{"start":1714500525321,"stop":1714500525321,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ef13ec3e1e9017b","name":"Push message with emoji payload","time":{"start":1714501123784,"stop":1714501123785,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7890eeace11e1c4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a9d688c74fd5bda","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1714500744053,"stop":1714500744054,"duration":1},"status":"passed","severity":"normal"},{"uid":"7551580a7f512cd1","name":"groups content topics by expected pubsub topic","time":{"start":1714500525332,"stop":1714500525333,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b30057967d2b242","name":"Push message with content topic containing emoji","time":{"start":1714501123813,"stop":1714501123813,"duration":0},"status":"passed","severity":"normal"},{"uid":"d07771fffdd3c472","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1714500533175,"stop":1714500533176,"duration":1},"status":"passed","severity":"normal"},{"uid":"302fb2e9af6bf426","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1714501039479,"stop":1714501039479,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcc2648606c65fe0","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"status":"passed","severity":"normal"},{"uid":"abd545355a1adc6","name":"random static sharding 9 - Cluster ID: 765, Shard ID: 617","time":{"start":1714501106183,"stop":1714501106185,"duration":2},"status":"passed","severity":"normal"},{"uid":"d1eeeb15a168b819","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic191/json","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b9b8e251fbbf9fc","name":"Subscribe and receive messages via waku relay post","time":{"start":1714500823172,"stop":1714500823172,"duration":0},"status":"passed","severity":"normal"},{"uid":"cda918490853df15","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1714500525331,"stop":1714500525331,"duration":0},"status":"passed","severity":"normal"},{"uid":"851455ab15caaa64","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1714501013446,"stop":1714501013447,"duration":1},"status":"passed","severity":"normal"},{"uid":"cafe3e38896b330b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"status":"passed","severity":"normal"},{"uid":"43d94f3a16a3baad","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"status":"passed","severity":"normal"},{"uid":"10ebcb2a9da79b69","name":"Check publish message containing long","time":{"start":1714501036151,"stop":1714501036152,"duration":1},"status":"passed","severity":"normal"},{"uid":"71340255e4b1d765","name":"Check received message containing Basic HTML tag","time":{"start":1714501050431,"stop":1714501050432,"duration":1},"status":"passed","severity":"normal"},{"uid":"1434f90108949d62","name":"should be called at least once on all `peer:discovery` events","time":{"start":1714500587023,"stop":1714500587023,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae786acd448814c8","name":"Check received message containing XML","time":{"start":1714501050446,"stop":1714501050448,"duration":2},"status":"passed","severity":"normal"},{"uid":"ecdab7aaec3e2502","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"status":"passed","severity":"normal"},{"uid":"b477ca2c7a38dbd1","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1714500997301,"stop":1714500997302,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b712d798894fbbf","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef4765b9aa30380","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714500590517,"stop":1714500590517,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ac2dc0c21f8c4807","name":"Check publish message containing numeric","time":{"start":1714501036153,"stop":1714501036154,"duration":1},"status":"passed","severity":"normal"},{"uid":"36f2ca1ed3423162","name":"should get / set TCP multiaddr","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"status":"passed","severity":"normal"},{"uid":"71080d4a8926cb67","name":"Query with Ordered Callback, No Decoder","time":{"start":1714501140346,"stop":1714501140346,"duration":0},"status":"passed","severity":"normal"},{"uid":"fceea40c5a948074","name":"Check received message containing special chars","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"status":"passed","severity":"normal"},{"uid":"1885477d99ac2e06","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714500976556,"stop":1714500976556,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd2d61e4a3b56f3f","name":"should be able to decode the field with only RELAY set to true","time":{"start":1714500533177,"stop":1714500533178,"duration":1},"status":"passed","severity":"normal"},{"uid":"e59bbeb309e7e493","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1714500744098,"stop":1714500744100,"duration":2},"status":"passed","severity":"normal"},{"uid":"6c3fd073f3c5a13f","name":"Fails to push message bigger that 1MB","time":{"start":1714500976565,"stop":1714500976565,"duration":0},"status":"passed","severity":"normal"},{"uid":"774f311be489f502","name":"Check received message containing numeric","time":{"start":1714500735358,"stop":1714500735359,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e01b2b530df0d95","name":"Register correct protocols","time":{"start":1714501039476,"stop":1714501039476,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f2a48048c12fee7","name":"removeEventListener with correct event","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f1fdf4eeda47b79","name":"Encoder throws on empty string content topic","time":{"start":1714500539181,"stop":1714500539181,"duration":0},"status":"passed","severity":"normal"},{"uid":"a59a007654dbad07","name":"Push message with Basic HTML tag payload","time":{"start":1714500976532,"stop":1714500976533,"duration":1},"status":"passed","severity":"normal"},{"uid":"367c5926dde5e795","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1714500525329,"stop":1714500525330,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a2671960a57437c","name":"Subscribe to topic containing XML and receive message","time":{"start":1714500823186,"stop":1714500823187,"duration":1},"status":"passed","severity":"normal"},{"uid":"c58b044a8916fad0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500844877,"stop":1714500844878,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f25a847cd8cd871","name":"Publish message with rate limit","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a47d21b2bbe7caa","name":"Subscribe and receive messages via lightPush","time":{"start":1714501220690,"stop":1714501220690,"duration":0},"status":"passed","severity":"normal"},{"uid":"4705cfac855f662f","name":"same cluster, different shard: nodes connect","time":{"start":1714500872907,"stop":1714500872907,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddbad97a319a2406","name":"Check received message with timestamp: 1714500577468000000 ","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"status":"passed","severity":"normal"},{"uid":"616ef6435536ae9b","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714501220691,"stop":1714501220691,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc0d9076c9ba746e","name":"Throws when trying to push message with empty payload","time":{"start":1714500976542,"stop":1714500976544,"duration":2},"status":"passed","severity":"normal"},{"uid":"4c9c85d861a8e104","name":"Check message on other pubsub topic is not received","time":{"start":1714500735370,"stop":1714500735370,"duration":0},"status":"passed","severity":"normal"},{"uid":"313ae8ba8a855aa2","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffd525e95595e862","name":"Push message with content topic containing escaped characters","time":{"start":1714501123811,"stop":1714501123812,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b296a995253412c","name":"isConnected should return false after all peers disconnect","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"status":"passed","severity":"normal"},{"uid":"59fb5144dd93d57c","name":"Rejects garbage","time":{"start":1714500542734,"stop":1714500542735,"duration":1},"status":"passed","severity":"normal"},{"uid":"bebb65da22685231","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714500823187,"stop":1714500823187,"duration":0},"status":"passed","severity":"normal"},{"uid":"69b35fa08b282e57","name":"1 Relay, 1 Filter, gives up","time":{"start":1714500549551,"stop":1714500549551,"duration":0},"status":"passed","severity":"normal"},{"uid":"7631461a578dd523","name":"Push message with content topic containing SQL Injection","time":{"start":1714500976552,"stop":1714500976554,"duration":2},"status":"passed","severity":"normal"},{"uid":"1a5fc38077ff3e91","name":"Used by Waku Relay","time":{"start":1714501181623,"stop":1714501181624,"duration":1},"status":"passed","severity":"normal"},{"uid":"e79eb461af4e75a0","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1714500744184,"stop":1714500744184,"duration":0},"status":"passed","severity":"normal"},{"uid":"c04ad7f58959a639","name":"Push message with custom timestamp: 1683742335785","time":{"start":1714501123820,"stop":1714501123820,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecfa184f260f670","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1714500550275,"stop":1714500550275,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eba77b1d8814580","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1714500550276,"stop":1714500550277,"duration":1},"status":"passed","severity":"normal"},{"uid":"a43c9c577a2c039f","name":"Check meta is set [symmetric]","time":{"start":1714500559906,"stop":1714500559907,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dfced7721fa68f6","name":"Push message with Russian payload","time":{"start":1714500976529,"stop":1714500976530,"duration":1},"status":"passed","severity":"normal"},{"uid":"502a14212f444b45","name":"Push message with custom timestamp: 1714497144434","time":{"start":1714500976564,"stop":1714500976564,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfe583506ab00534","name":"Push message with shell command payload","time":{"start":1714501123780,"stop":1714501123780,"duration":0},"status":"passed","severity":"normal"},{"uid":"96e55199e0140fd4","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1714500525331,"stop":1714500525332,"duration":1},"status":"passed","severity":"normal"},{"uid":"228d70f8231d1f97","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","severity":"normal"},{"uid":"89649c4324bfeb44","name":"Push message with emoji payload","time":{"start":1714500976538,"stop":1714500976540,"duration":2},"status":"passed","severity":"normal"},{"uid":"38b917a112f3bdcc","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1714500589622,"stop":1714500589623,"duration":1},"status":"passed","severity":"normal"},{"uid":"a289e85af435d49d","name":"Check publish message containing shell command","time":{"start":1714501036158,"stop":1714501036158,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c05283ed2aca794","name":"Push message with content topic containing XML","time":{"start":1714501123809,"stop":1714501123810,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd498e3d5e152f7a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1714500623696,"stop":1714500623697,"duration":1},"status":"passed","severity":"normal"},{"uid":"e076712b1218fa46","name":"Check received message containing Russian","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"status":"passed","severity":"normal"},{"uid":"403940b8f048cdc2","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714501220691,"stop":1714501220692,"duration":1},"status":"passed","severity":"normal"},{"uid":"deee55506b05f442","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714501319434,"stop":1714501319434,"duration":0},"status":"passed","severity":"normal"},{"uid":"848188bfba41e624","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9c32c65275dc390","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714500786926,"stop":1714500786926,"duration":0},"status":"passed","severity":"normal"},{"uid":"430d8098386df929","name":"Passing page size 19 when there are 20 messages","time":{"start":1714501174014,"stop":1714501174015,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fa7fc5e634ab04a","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1714501184623,"stop":1714501184624,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa3299b3794b8151","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1714500525346,"stop":1714500525347,"duration":1},"status":"passed","severity":"normal"},{"uid":"328857f35cc61b49","name":"nwaku subscribes","time":{"start":1714501008011,"stop":1714501008012,"duration":1},"status":"passed","severity":"normal"},{"uid":"49bbfe62743213db","name":"Does not throw an exception when node disconnects","time":{"start":1714501181622,"stop":1714501181622,"duration":0},"status":"passed","severity":"normal"},{"uid":"896391c35ab4d16a","name":"Relay","time":{"start":1714500587631,"stop":1714500587632,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a52730d134cc2d2","name":"Push to array if already present","time":{"start":1714500524940,"stop":1714500524941,"duration":1},"status":"passed","severity":"normal"},{"uid":"94896e1dc6835a7a","name":"Overlapping topic subscription","time":{"start":1714501039479,"stop":1714501039480,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7eeb6565b6ca46bf","name":"Push message with content topic containing long","time":{"start":1714500976545,"stop":1714500976546,"duration":1},"status":"passed","severity":"normal"},{"uid":"28868758c38dfe0a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744145,"stop":1714500744145,"duration":0},"status":"passed","severity":"normal"},{"uid":"44c819dc3931e3f7","name":"Check publish message containing Script","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"status":"passed","severity":"normal"},{"uid":"e242288df4ca6949","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714501220682,"stop":1714501220683,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bb39769b46d5146","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714500786927,"stop":1714500786927,"duration":0},"status":"passed","severity":"normal"},{"uid":"b98f5dd01270817e","name":"Check received message containing unicode special characters","time":{"start":1714501050453,"stop":1714501050453,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e376797fae6288b","name":"should emit a peer event after start","time":{"start":1714500590511,"stop":1714500590512,"duration":1},"status":"passed","severity":"normal"},{"uid":"163abab0a324e19a","name":"Push message with meta","time":{"start":1714501123814,"stop":1714501123818,"duration":4},"status":"passed","severity":"normal"},{"uid":"2116ef517255973a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744128,"stop":1714500744129,"duration":1},"status":"passed","severity":"normal"},{"uid":"52dc9700221d223a","name":"different cluster, different shard: nodes don't connect","time":{"start":1714500744051,"stop":1714500744051,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9a48209c0d7d600","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"status":"passed","severity":"normal"},{"uid":"e71540b3239f18cb","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500654298,"stop":1714500654299,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8c29929c51534eb","name":"Check received message containing Chinese","time":{"start":1714500735360,"stop":1714500735360,"duration":0},"status":"passed","severity":"normal"},{"uid":"47edefe8483fa6e2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714500664399,"stop":1714500664399,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1250a64cf1ab62e","name":"Subscribe and receive messages via waku relay post","time":{"start":1714501220681,"stop":1714501220681,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd685c772c4a1c9b","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714500533176,"stop":1714500533176,"duration":0},"status":"passed","severity":"normal"},{"uid":"433a7c031e5952b9","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714500786929,"stop":1714500786930,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7400bbbcd1ade4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500844872,"stop":1714500844872,"duration":0},"status":"passed","severity":"normal"},{"uid":"55d0024fe68deccb","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714500654300,"stop":1714500654300,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d225e8e56886143","name":"random static sharding 2 - Cluster ID: 372, Shard ID: 685","time":{"start":1714501106174,"stop":1714501106174,"duration":0},"status":"passed","severity":"normal"},{"uid":"60d8d8ec60d45f57","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"status":"passed","severity":"normal"},{"uid":"e045fcc85ee53f13","name":"Query with Promise Callback, No message returned","time":{"start":1714501140348,"stop":1714501140348,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e1eb131f3fa37f9","name":"listenerCount","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"status":"passed","severity":"normal"},{"uid":"34dc5e7bde001bd2","name":"ignores domain fetching errors","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c271842dc1c205","name":"Query Generator, No message returned","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec90407dc4c7d3","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1714501184625,"stop":1714501184626,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc7e35590d704711","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714501013449,"stop":1714501013449,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf3f44edf094c6f4","name":"Js publishes, other Js receives","time":{"start":1714501008013,"stop":1714501008013,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff7f31d9d6eb8dd3","name":"different cluster, same shard: nodes don't connect","time":{"start":1714500744051,"stop":1714500744051,"duration":0},"status":"passed","severity":"normal"},{"uid":"53e4295489ad8df3","name":"should return valid sharding parameters for static sharding","time":{"start":1714500525353,"stop":1714500525354,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8c967c3e5738a4f","name":"should be able to decode the field with only FILTER set to true","time":{"start":1714500533178,"stop":1714500533178,"duration":0},"status":"passed","severity":"normal"},{"uid":"4afb6369b035d8f2","name":"should not fail to start the service if it is already started","time":{"start":1714500554004,"stop":1714500554004,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa674181df9e3b06","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1714500550274,"stop":1714500550275,"duration":1},"status":"passed","severity":"normal"},{"uid":"86fde9f2cd1d1b62","name":"Check received message containing shell command","time":{"start":1714501050449,"stop":1714501050450,"duration":1},"status":"passed","severity":"normal"},{"uid":"762858d80b377660","name":"Check received message containing long","time":{"start":1714500735358,"stop":1714500735358,"duration":0},"status":"passed","severity":"normal"},{"uid":"57331a9f05143fc2","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1714500525348,"stop":1714500525349,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d4a5d462e05a84","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714500664408,"stop":1714500664410,"duration":2},"status":"passed","severity":"normal"},{"uid":"9144b34b0b1e4b81","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714500823187,"stop":1714500823188,"duration":1},"status":"passed","severity":"normal"},{"uid":"318e082b140390cc","name":"should not fail to start the service if it is already started","time":{"start":1714500590509,"stop":1714500590510,"duration":1},"status":"passed","severity":"normal"},{"uid":"75f35d18aeebdec8","name":"should encodeTxt and decodeTxt","time":{"start":1714500534096,"stop":1714500534096,"duration":0},"status":"passed","severity":"normal"},{"uid":"5796537761df1c0f","name":"Push message with JSON payload","time":{"start":1714500976534,"stop":1714500976535,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e659d8875c84020","name":"Check received message with timestamp: 1714500577468 ","time":{"start":1714501050437,"stop":1714501050437,"duration":0},"status":"passed","severity":"normal"},{"uid":"93014aceffb01af5","name":"Fails to publish message with size larger than 1 MB","time":{"start":1714501036173,"stop":1714501036174,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3f71660b5113b70","name":"Push message with JSON payload","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"status":"passed","severity":"normal"},{"uid":"be240068840f495","name":"Push message with content topic containing Russian","time":{"start":1714500976551,"stop":1714500976552,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dc1228ccbd95bd3","name":"Round trip binary encryption [ecies, signature]","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"status":"passed","severity":"normal"},{"uid":"483d138e14c2b884","name":"Push message with special chars payload","time":{"start":1714500976527,"stop":1714500976527,"duration":0},"status":"passed","severity":"normal"},{"uid":"55c6ba459092109a","name":"Push message with content topic containing escaped characters","time":{"start":1714500976558,"stop":1714500976558,"duration":0},"status":"passed","severity":"normal"},{"uid":"989843af3a29d327","name":"Push message with content topic containing XML","time":{"start":1714500976555,"stop":1714500976555,"duration":0},"status":"passed","severity":"normal"},{"uid":"292919aede00e527","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1714501184626,"stop":1714501184627,"duration":1},"status":"passed","severity":"normal"},{"uid":"fabba7f09981c300","name":"Decoder throws on empty string content topic","time":{"start":1714500559909,"stop":1714500559910,"duration":1},"status":"passed","severity":"normal"},{"uid":"c352a8c2f2b39731","name":"Check received message containing unicode special characters","time":{"start":1714501050434,"stop":1714501050434,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1db7e12146c29c8","name":"Query generator for multiple messages","time":{"start":1714501153787,"stop":1714501153787,"duration":0},"status":"passed","severity":"normal"},{"uid":"588db595cabca742","name":"Check received message containing JSON","time":{"start":1714501050448,"stop":1714501050449,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c73ad087cc7169d","name":"Default pageSize","time":{"start":1714501174015,"stop":1714501174016,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8ed7d6f994b5ae6","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1714500578576,"stop":1714500578594,"duration":18},"status":"passed","severity":"normal"},{"uid":"e114f08461385ac0","name":"Push message with numeric payload","time":{"start":1714501123756,"stop":1714501123759,"duration":3},"status":"passed","severity":"normal"},{"uid":"d2ae5a89763a5c2d","name":"Refresh subscription","time":{"start":1714501220683,"stop":1714501220684,"duration":1},"status":"passed","severity":"normal"},{"uid":"5439881a6f2420a","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1714500744179,"stop":1714500744181,"duration":2},"status":"passed","severity":"normal"},{"uid":"c7a5a722bc04c315","name":"A test","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"status":"passed","severity":"normal"},{"uid":"a815afab44610d72","name":"Push message with short payload","time":{"start":1714501123754,"stop":1714501123754,"duration":0},"status":"passed","severity":"normal"},{"uid":"b75071f41d5dd4ee","name":"Subscribe and receive messages via lightPush","time":{"start":1714501220680,"stop":1714501220680,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e77f98bca695aeb","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app97/6/topic986/json","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e1eb8bbb7649774","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714501050438,"stop":1714501050438,"duration":0},"status":"passed","severity":"normal"},{"uid":"935d18999994090d","name":"Push message with escaped characters payload","time":{"start":1714500976536,"stop":1714500976537,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b78fe9533b350fa","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb3b81d0ea381b5","name":"Check publish message containing Chinese","time":{"start":1714501036154,"stop":1714501036155,"duration":1},"status":"passed","severity":"normal"},{"uid":"10d288e7c59d7064","name":"Init the array if not present","time":{"start":1714500524938,"stop":1714500524940,"duration":2},"status":"passed","severity":"normal"},{"uid":"b025d9c195b284d4","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"status":"passed","severity":"normal"},{"uid":"e29af83e83fc5511","name":"Check publish message containing unicode special characters","time":{"start":1714501036163,"stop":1714501036164,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8bac4d68906490b","name":"Generator, 2 different pubsubtopics","time":{"start":1714501150903,"stop":1714501150903,"duration":0},"status":"passed","severity":"normal"},{"uid":"1616c3af1c5125ef","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714501220698,"stop":1714501220699,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c1684f0b90f1ca4","name":"Encoder throws on undefined content topic","time":{"start":1714500559908,"stop":1714500559908,"duration":0},"status":"passed","severity":"normal"},{"uid":"e25192eac445a59e","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"status":"skipped","severity":"normal"},{"uid":"314a43bc3b6dd6b2","name":"Check message with non string payload is not received","time":{"start":1714500735372,"stop":1714500735372,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d8fc9a23ab169f5","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1714500533175,"stop":1714500533175,"duration":0},"status":"passed","severity":"normal"},{"uid":"e939a523be0c1028","name":"Check publish message containing Basic HTML tag","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a199ec85c544e0f","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714501013449,"stop":1714501013450,"duration":1},"status":"passed","severity":"normal"},{"uid":"8931e960f7563291","name":"random static sharding 7 - Cluster ID: 813, Shard ID: 367","time":{"start":1714501106180,"stop":1714501106181,"duration":1},"status":"passed","severity":"normal"},{"uid":"96fbea5ce422fb6f","name":"Check received message with timestamp: 1714500577468 ","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e3f0cac841efe9","name":"Subscribe to topic containing Script and publish message","time":{"start":1714501039483,"stop":1714501039483,"duration":0},"status":"passed","severity":"normal"},{"uid":"69aa6291b48aa077","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1714500744139,"stop":1714500744139,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d2432fe5cc5985b","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1714500744122,"stop":1714500744125,"duration":3},"status":"passed","severity":"normal"},{"uid":"6c78bdb24c145189","name":"A test","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"status":"passed","severity":"normal"},{"uid":"d351093a3a02e8f1","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1714500587026,"stop":1714500587026,"duration":0},"status":"passed","severity":"normal"},{"uid":"45697dd5420b8176","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1714500744183,"stop":1714500744184,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a797c9fe1999528","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1714501094177,"stop":1714501094178,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa795c4056cbb54d","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1714500533181,"stop":1714500533184,"duration":3},"status":"passed","severity":"normal"},{"uid":"ce90f852b9cdf7af","name":"receives messages sent to provided content topic through callback","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b9dcf876541845c1","name":"Push message on custom pubsubTopic","time":{"start":1714500844873,"stop":1714500844873,"duration":0},"status":"passed","severity":"normal"},{"uid":"337f3a1ccf5dd981","name":"Decoder throws on undefined content topic","time":{"start":1714500539181,"stop":1714500539182,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ee373aecb79d054","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbf8dda52c6aac1d","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1714500587024,"stop":1714500587025,"duration":1},"status":"passed","severity":"normal"},{"uid":"35129c1ecdfae2b4","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1714500744145,"stop":1714500744145,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5aa0ea46b861242","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1714500578607,"stop":1714500578608,"duration":1},"status":"passed","severity":"normal"},{"uid":"3949523b9a038911","name":"Check received message containing JSON","time":{"start":1714501050432,"stop":1714501050432,"duration":0},"status":"passed","severity":"normal"},{"uid":"76ab6470d80fe609","name":"Waku message hash computation (meta attribute not present)","time":{"start":1714500527929,"stop":1714500527929,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef78682f707755fe","name":"should set field with only RELAY enabled","time":{"start":1714500534110,"stop":1714500534110,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d66c10bb144fec9","name":"Generator, custom pubsub topic","time":{"start":1714501150908,"stop":1714501150908,"duration":0},"status":"passed","severity":"normal"},{"uid":"f664c6acb134df73","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1714500744131,"stop":1714500744131,"duration":0},"status":"passed","severity":"normal"},{"uid":"1190abc013506cc2","name":"should throw an error for empty SingleShardInfos array","time":{"start":1714500525336,"stop":1714500525338,"duration":2},"status":"passed","severity":"normal"},{"uid":"ada59e9e79015d87","name":"Check publish message containing special chars","time":{"start":1714501036154,"stop":1714501036154,"duration":0},"status":"passed","severity":"normal"},{"uid":"55560532763c7b0e","name":"Subscribe and receive messages via lightPush","time":{"start":1714500823170,"stop":1714500823171,"duration":1},"status":"passed","severity":"normal"},{"uid":"dced34804725f45f","name":"Check received message containing Chinese","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d7b0372b27a93ba","name":"Subscribe to topic containing shell command and publish message","time":{"start":1714501039484,"stop":1714501039485,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcdff0ba2776a7da","name":"Decoder throws on undefined content topic","time":{"start":1714500559909,"stop":1714500559909,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e4d7215dc896255","name":"Subscribe and receives messages on 20 topics","time":{"start":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","severity":"normal"},{"uid":"418694fe0d4abe93","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1714501036168,"stop":1714501036168,"duration":0},"status":"passed","severity":"normal"},{"uid":"32077e07ffd4fb28","name":"Nwaku publishes","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d97e8e76fdc570e","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1714500744138,"stop":1714500744138,"duration":0},"status":"passed","severity":"normal"},{"uid":"756aaa7921b3ce41","name":"should not receive a peer event before start","time":{"start":1714500554004,"stop":1714500554005,"duration":1},"status":"passed","severity":"normal"},{"uid":"b750a1b9113921d7","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"status":"passed","severity":"normal"},{"uid":"a940c7d241ba9981","name":"should return unique PubsubTopics for static sharding","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc334726cd0f645d","name":"should properly create location multiaddrs - tcp","time":{"start":1714500534108,"stop":1714500534109,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7b6a2afe24667c5","name":"Subscribe and receives messages on 20 topics","time":{"start":1714500823174,"stop":1714500823174,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ddef2b1b9b00fa","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a64562e8ab69f37","name":"retrieves a single peer","time":{"start":1714500550513,"stop":1714500550514,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6b2bba662f6d21a","name":"random static sharding 6 - Cluster ID: 439, Shard ID: 664","time":{"start":1714501106179,"stop":1714501106179,"duration":0},"status":"passed","severity":"normal"},{"uid":"45772e17b92d7d3e","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1714500550278,"stop":1714500550278,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dea486096d42065","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1714500744052,"stop":1714500744052,"duration":0},"status":"passed","severity":"normal"},{"uid":"f27e4c017f78e4ea","name":"random static sharding 3 - Cluster ID: 439, Shard ID: 863","time":{"start":1714501106174,"stop":1714501106175,"duration":1},"status":"passed","severity":"normal"},{"uid":"6839bf168cfbc981","name":"Check received message containing emoji","time":{"start":1714501050434,"stop":1714501050435,"duration":1},"status":"passed","severity":"normal"},{"uid":"21f890104fb610af","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1714500533173,"stop":1714500533174,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cdec572f5f7e56e","name":"handles different clusterIds correctly","time":{"start":1714500525333,"stop":1714500525334,"duration":1},"status":"passed","severity":"normal"},{"uid":"35f50d216a3cf5ea","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714500823173,"stop":1714500823174,"duration":1},"status":"passed","severity":"normal"},{"uid":"8774c9376bcd4183","name":"handles multiple messages","time":{"start":1714501165486,"stop":1714501165486,"duration":0},"status":"passed","severity":"normal"},{"uid":"36051837d22a65f6","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714501106173,"stop":1714501106173,"duration":0},"status":"passed","severity":"normal"},{"uid":"31a3b4ceb0c07786","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714501220695,"stop":1714501220695,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef34c95c3f0d4db","name":"Subscribe to topic containing long and publish message","time":{"start":1714501039480,"stop":1714501039481,"duration":1},"status":"passed","severity":"normal"},{"uid":"26f7a6d269850d99","name":"Check message with invalid timestamp is not received","time":{"start":1714501050438,"stop":1714501050439,"duration":1},"status":"passed","severity":"normal"},{"uid":"59384701d6f3ae71","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1714500654292,"stop":1714500654295,"duration":3},"status":"passed","severity":"normal"},{"uid":"88757c248d577011","name":"stop","time":{"start":1714500619507,"stop":1714500619510,"duration":3},"status":"passed","severity":"normal"},{"uid":"f99b7ccb56c66078","name":"should handle application and version for autosharding","time":{"start":1714500525339,"stop":1714500525340,"duration":1},"status":"passed","severity":"normal"},{"uid":"f69d98ea1e8e8490","name":"Push 30 different messages","time":{"start":1714500976540,"stop":1714500976542,"duration":2},"status":"passed","severity":"normal"},{"uid":"5e1a4158b48e298","name":"should configure sharding based on application and version for autosharding","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4b1f3388e3f984b","name":"Check received message with timestamp: 1714500578193000000 ","time":{"start":1714500735366,"stop":1714500735366,"duration":0},"status":"passed","severity":"normal"},{"uid":"241d8125c16400f8","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1714500744181,"stop":1714500744181,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be19b0201c13706","name":"Promise Callback - backward","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"status":"passed","severity":"normal"},{"uid":"12d2bc2522562e38","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1714500538712,"stop":1714500538712,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ed5e441e8ac433","name":"Subscribe to topic containing short and receive message","time":{"start":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8ab29a10deac6ea","name":"passes more than one ENR URLs and attempts connection","time":{"start":1714500590518,"stop":1714500590518,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c05e155370d8939","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500844872,"stop":1714500844872,"duration":0},"status":"passed","severity":"normal"},{"uid":"77b47bbc73fe30ae","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"status":"passed","severity":"normal"},{"uid":"982661a6ca38d2c9","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714501050455,"stop":1714501050455,"duration":0},"status":"passed","severity":"normal"},{"uid":"e61dab910ef06a","name":"Subscribe to topic containing special chars and publish message","time":{"start":1714501039481,"stop":1714501039481,"duration":0},"status":"passed","severity":"normal"},{"uid":"b97b34da57d528f0","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a7930aea84c840","name":"should not fail to stop the service if it was not started","time":{"start":1714500590508,"stop":1714500590509,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f055fef9b5359c2","name":"Push message with custom timestamp: 1714497135785","time":{"start":1714501123820,"stop":1714501123821,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc3c4f852c806d7c","name":"Check received message containing escaped characters","time":{"start":1714501050452,"stop":1714501050452,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1be1b5d231f10a4","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1714500550276,"stop":1714500550276,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f214a284de27ee4","name":"Passing cursor with wrong message digest","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7703bebe186af16","name":"Check message with no payload is not received","time":{"start":1714501050440,"stop":1714501050440,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa77eacded28aae2","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"status":"passed","severity":"normal"},{"uid":"b816fce3d3babef8","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714500823184,"stop":1714500823184,"duration":0},"status":"passed","severity":"normal"},{"uid":"36141beda05d04b4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1714500525358,"stop":1714500525358,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fac17deda9017d9","name":"Push message with content topic containing Russian","time":{"start":1714501123807,"stop":1714501123808,"duration":1},"status":"passed","severity":"normal"},{"uid":"c888d35ee294a32d","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1714500550275,"stop":1714500550276,"duration":1},"status":"passed","severity":"normal"},{"uid":"537c40364158fe14","name":"should only return 1 node with relay and store capability","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"status":"passed","severity":"normal"},{"uid":"70b09b2aac990a3c","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1714501039477,"stop":1714501039478,"duration":1},"status":"passed","severity":"normal"},{"uid":"48f05466ff324e7e","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1714500538711,"stop":1714500538712,"duration":1},"status":"passed","severity":"normal"},{"uid":"36d772e45ff41980","name":"should not receive a peer event after stop","time":{"start":1714500590513,"stop":1714500590514,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dc1842cc5f126a","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1714500525326,"stop":1714500525327,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa8e63560c064385","name":"tcp ip4 address","time":{"start":1714500533443,"stop":1714500533444,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cd33270cef98ff1","name":"addEventListener with correct event","time":{"start":1714500619502,"stop":1714500619503,"duration":1},"status":"passed","severity":"normal"},{"uid":"61dd47d4872f7de2","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500844878,"stop":1714500844879,"duration":1},"status":"passed","severity":"normal"},{"uid":"b384a9c5a1247ad3","name":"Push message with special chars payload","time":{"start":1714501123759,"stop":1714501123759,"duration":0},"status":"passed","severity":"normal"},{"uid":"168afd03de05b537","name":"getPeersByDiscovery","time":{"start":1714500997299,"stop":1714500997300,"duration":1},"status":"passed","severity":"normal"},{"uid":"42199659ba02c66b","name":"Decrypt messages","time":{"start":1714500979199,"stop":1714500979200,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b8524e3c20284c8","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714501089324,"stop":1714501089324,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfd3b8975bc1884e","name":"should use DNS peer discovery with light client","time":{"start":1714500590516,"stop":1714500590516,"duration":0},"status":"skipped","severity":"normal"},{"uid":"76a9596a8476161f","name":"Using a function","time":{"start":1714501181623,"stop":1714501181623,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdf413bdf1b592e8","name":"Fails to push message with empty content topic","time":{"start":1714500976560,"stop":1714500976561,"duration":1},"status":"passed","severity":"normal"},{"uid":"13fbbf98720fa525","name":"should be called for bootstrap peers","time":{"start":1714500587024,"stop":1714500587024,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b6cf28547e72bfe","name":"Reusing cursor across nodes","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"status":"passed","severity":"normal"},{"uid":"314c9793b428021b","name":"Check received message containing emoji","time":{"start":1714501050453,"stop":1714501050454,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dbdb5a4b4644f02","name":"Ordered Callback - forward","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"status":"passed","severity":"normal"},{"uid":"70689ae8c5c23d5b","name":"should return false","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a1011b286585d8f","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2099b4c91f34491","name":"same cluster, same shard: nodes connect","time":{"start":1714500872905,"stop":1714500872906,"duration":1},"status":"passed","severity":"normal"},{"uid":"67876a8d34d688e9","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1714500744129,"stop":1714500744130,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d6ecc903e295416","name":"Subscribe to topic containing long and receive message","time":{"start":1714501220684,"stop":1714501220684,"duration":0},"status":"passed","severity":"normal"},{"uid":"72006557d6fb9d0a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714500654285,"stop":1714500654286,"duration":1},"status":"passed","severity":"normal"},{"uid":"aff5f9954bebccd4","name":"should be able to encode the field with only STORE set to true","time":{"start":1714500533160,"stop":1714500533163,"duration":3},"status":"passed","severity":"normal"},{"uid":"d58764ddef8aa07c","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1714500744119,"stop":1714500744122,"duration":3},"status":"passed","severity":"normal"},{"uid":"66bb1a4c55981e55","name":"Throws when trying to push message with empty payload","time":{"start":1714501123787,"stop":1714501123788,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc4d61790bf5e323","name":"Fails to publish message with wrong content topic","time":{"start":1714501036167,"stop":1714501036168,"duration":1},"status":"passed","severity":"normal"},{"uid":"6661af48dc7f693","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1714500550518,"stop":1714500550519,"duration":1},"status":"passed","severity":"normal"},{"uid":"24d48a533b5fbaff","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0b618b9f8bcd0a1","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1714500525349,"stop":1714500525349,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1b18bd1d293126f","name":"does not throw on valid cases","time":{"start":1714500525319,"stop":1714500525319,"duration":0},"status":"passed","severity":"normal"},{"uid":"63d59698afa53fb6","name":"Query Generator, Multiple PubsubTopics","time":{"start":1714501140344,"stop":1714501140344,"duration":0},"status":"passed","severity":"normal"},{"uid":"8926b9a7223c8b3d","name":"Passing page size 3 when there are 20 messages","time":{"start":1714501174013,"stop":1714501174013,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2108daa071755b2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714500786929,"stop":1714500786929,"duration":0},"status":"passed","severity":"normal"},{"uid":"441699b664484caa","name":"Query with Ordered Callback, No message returned","time":{"start":1714501140346,"stop":1714501140347,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0fdd2e852dc00f6","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1714500525335,"stop":1714500525336,"duration":1},"status":"passed","severity":"normal"},{"uid":"747b48d5bab153c3","name":"should return empty list for no shard","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"status":"passed","severity":"normal"},{"uid":"aee09556798882cc","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ccf8b15518f1ebd","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714500786930,"stop":1714500786931,"duration":1},"status":"passed","severity":"normal"},{"uid":"c174621bb8b75f63","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"status":"passed","severity":"normal"},{"uid":"3599105412536b2d","name":"Push message with content topic containing JSON","time":{"start":1714501123811,"stop":1714501123811,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e37b661dd6d17f4","name":"Sample","time":{"start":1714500533302,"stop":1714500533303,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5f602647be3b95d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1714500744142,"stop":1714500744142,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c4eaa8298af3312","name":"different cluster, same shard: nodes don't connect","time":{"start":1714500872907,"stop":1714500872907,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a75abec7027b9c2","name":"Check publish message after client node is restarted","time":{"start":1714501036174,"stop":1714501036175,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7e92bf0800078b86","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddd286f8b97ed619","name":"pre and post cipher","time":{"start":1714500560558,"stop":1714500560559,"duration":1},"status":"passed","severity":"normal"},{"uid":"719ffc4d203018d2","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714501150906,"stop":1714501150907,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fbbd46b08f35ba1","name":"should only return 1 node with relay capability","time":{"start":1714500550517,"stop":1714500550518,"duration":1},"status":"passed","severity":"normal"},{"uid":"951c4ac6dea2f518","name":"Check publish message containing SQL Injection","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1787028a19ac059","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1714500559904,"stop":1714500559906,"duration":2},"status":"passed","severity":"normal"},{"uid":"fbe87ff54eae932c","name":"Encoder throws on undefined content topic","time":{"start":1714500561874,"stop":1714500561874,"duration":0},"status":"passed","severity":"normal"},{"uid":"a47c7cab2db69ccb","name":"should throw an error if shards are undefined for static sharding","time":{"start":1714500525341,"stop":1714500525342,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c0124cb4c0a889b","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1714500578618,"stop":1714500578628,"duration":10},"status":"passed","severity":"normal"},{"uid":"954085ad35b5e514","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744140,"stop":1714500744140,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc2ee3278f305db7","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c322b9ce59930c1","name":"should get / set UDP multiaddr","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7a41ddc6562d043","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714501319433,"stop":1714501319433,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0b41e959365260","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1714500527926,"stop":1714500527928,"duration":2},"status":"passed","severity":"normal"},{"uid":"63810cfef2d86e46","name":"Round trip binary serialization","time":{"start":1714500539178,"stop":1714500539179,"duration":1},"status":"passed","severity":"normal"},{"uid":"dca6059f68cd735d","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1714501094177,"stop":1714501094177,"duration":0},"status":"passed","severity":"normal"},{"uid":"818043849ef53ca4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1714500525349,"stop":1714500525350,"duration":1},"status":"passed","severity":"normal"},{"uid":"24acb9eb84294fe0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500844873,"stop":1714500844874,"duration":1},"status":"passed","severity":"normal"},{"uid":"f46af34bf814e1b0","name":"Push message on custom pubsubTopic","time":{"start":1714500844871,"stop":1714500844871,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbed9a7e0273fe29","name":"All","time":{"start":1714500587633,"stop":1714500587633,"duration":0},"status":"passed","severity":"normal"},{"uid":"220fde724662d08c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714501150903,"stop":1714501150904,"duration":1},"status":"passed","severity":"normal"},{"uid":"2734f9ec27531cd9","name":"Encoder throws on empty string content topic","time":{"start":1714500559908,"stop":1714500559909,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b739fc6a9a8c30d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ca8cbe5eae5bf17","name":"Subscribe and publish message","time":{"start":1714501039477,"stop":1714501039477,"duration":0},"status":"passed","severity":"normal"},{"uid":"b170c0c92e35239b","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba237d93e36acaa1","name":"Ping on subscribed peer","time":{"start":1714500660501,"stop":1714500660502,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f38c6079f9dfd2","name":"Push message with long payload","time":{"start":1714501123755,"stop":1714501123756,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ab0a626c39973ca","name":"should throw an error for missing sharding configuration","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9223e7d0c1bda","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1714500744053,"stop":1714500744053,"duration":0},"status":"passed","severity":"normal"},{"uid":"1926af0546a62203","name":"throws on empty content topic","time":{"start":1714500525319,"stop":1714500525320,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6528585c6a71e5f","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f2e09089261d58e9","name":"Subscribe to topic containing Script and receive message","time":{"start":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","severity":"normal"},{"uid":"85de6e1a1ef95b2f","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app9/8/topic783/utf8","time":{"start":1714501089328,"stop":1714501089331,"duration":3},"status":"passed","severity":"normal"},{"uid":"8ffd5b4772828637","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714501220685,"stop":1714501220685,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc5a1d974a647860","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1714500872902,"stop":1714500872902,"duration":0},"status":"passed","severity":"normal"},{"uid":"77456e2ab7aabb3f","name":"Check received message containing Script","time":{"start":1714500735362,"stop":1714500735362,"duration":0},"status":"passed","severity":"normal"},{"uid":"75924f2a405a97e4","name":"Push message with rate limit","time":{"start":1714501123819,"stop":1714501123820,"duration":1},"status":"passed","severity":"normal"},{"uid":"259cf90ebfbba03c","name":"should encode/decode to RLP encoding","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"status":"passed","severity":"normal"},{"uid":"f86b7e224943a720","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1714500525347,"stop":1714500525348,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb20cb7049d74771","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1714501036383,"stop":1714501036383,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dff8f9e42e324b80","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714501050455,"stop":1714501050455,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd496a21e61761a","name":"Push message with custom timestamp: 1683742344434","time":{"start":1714500976563,"stop":1714500976564,"duration":1},"status":"passed","severity":"normal"},{"uid":"483097454da9057","name":"Check message with non string payload is not received","time":{"start":1714501050440,"stop":1714501050440,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a967679dc461476","name":"Query generator for 2000 messages","time":{"start":1714501153792,"stop":1714501153793,"duration":1},"status":"passed","severity":"normal"},{"uid":"69f47515fec99dc9","name":"Check publish message containing Russian","time":{"start":1714501036155,"stop":1714501036156,"duration":1},"status":"passed","severity":"normal"},{"uid":"f88c950a8faa4bbd","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","severity":"normal"},{"uid":"22201a9737b3729","name":"Push message with rate limit","time":{"start":1714500976563,"stop":1714500976563,"duration":0},"status":"passed","severity":"normal"},{"uid":"18de95eba6da6270","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app3/9/topic954/json","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d18ddbae5fe6c84","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714501013448,"stop":1714501013448,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d9e310cb23262ce","name":"Relay - dialed after","time":{"start":1714501191917,"stop":1714501191917,"duration":0},"status":"passed","severity":"normal"},{"uid":"209d3a7bf06afc1e","name":"topics with same application and version share the same shard","time":{"start":1714500525332,"stop":1714500525332,"duration":0},"status":"passed","severity":"normal"},{"uid":"e39e4277a9d4d785","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1714500550274,"stop":1714500550274,"duration":0},"status":"passed","severity":"normal"},{"uid":"44ab81e6055e3514","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1714500525344,"stop":1714500525345,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4cfc9688d1a035a","name":"Subscribe to topic containing XML and receive message","time":{"start":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","severity":"normal"},{"uid":"e16eba8c4b7dbff1","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","severity":"normal"},{"uid":"90f32cf7b253b1e6","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1714501140346,"stop":1714501140346,"duration":0},"status":"passed","severity":"normal"},{"uid":"d32b0d8e8ae688be","name":"Check received message containing escaped characters","time":{"start":1714500735364,"stop":1714500735365,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb14235c12a6db05","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714500664400,"stop":1714500664408,"duration":8},"status":"passed","severity":"normal"},{"uid":"473d9d2f5437cb63","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d0348f5a357ae92","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"status":"passed","severity":"normal"},{"uid":"685fe1ee6d87230a","name":"non connected peers","time":{"start":1714500976725,"stop":1714500976725,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1919146154a74ba0","name":"Check received message containing Basic HTML tag","time":{"start":1714500735363,"stop":1714500735363,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4a9ea201c0b5b87","name":"Check received message containing numeric","time":{"start":1714501050427,"stop":1714501050428,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e052d6df1c0addb","name":"Push message with Basic HTML tag payload","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"status":"passed","severity":"normal"},{"uid":"746eab0f3a9aac1a","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1714501094175,"stop":1714501094176,"duration":1},"status":"passed","severity":"normal"},{"uid":"f76876e272b92c33","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1714500623697,"stop":1714500623697,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b74a2431b7a6c41","name":"less peers than existing","time":{"start":1714500976724,"stop":1714500976725,"duration":1},"status":"skipped","severity":"normal"},{"uid":"2726bd564b23c74d","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"status":"passed","severity":"normal"},{"uid":"77cb948708506095","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","severity":"normal"},{"uid":"64404164caed56bc","name":"Check received message with timestamp: 1714500578193 ","time":{"start":1714500735366,"stop":1714500735367,"duration":1},"status":"passed","severity":"normal"},{"uid":"35b525dfb51d33b6","name":"Ephemeral field is preserved - encoder v0","time":{"start":1714500589619,"stop":1714500589622,"duration":3},"status":"passed","severity":"normal"},{"uid":"1c70eaed91038199","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714501220694,"stop":1714501220695,"duration":1},"status":"passed","severity":"normal"},{"uid":"22161d598f693966","name":"Ping on unsubscribed peer","time":{"start":1714500660502,"stop":1714500660503,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2bf85143d9830d8","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0b3981763f7bee","name":"Check publish message containing JSON","time":{"start":1714501036157,"stop":1714501036158,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e29679fa51d859c","name":"can start the service","time":{"start":1714500554002,"stop":1714500554003,"duration":1},"status":"passed","severity":"normal"},{"uid":"b61444e77200ef9c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1714500744137,"stop":1714500744137,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd2a69bec5874979","name":"can start and stop the service","time":{"start":1714500590506,"stop":1714500590507,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a1fd2f98d1c3286","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b55b0f6e5bab4cfe","name":"Push message with content topic containing SQL Injection","time":{"start":1714501123808,"stop":1714501123808,"duration":0},"status":"passed","severity":"normal"},{"uid":"f68fa735169e11ff","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app93/8/topic386/test.js","time":{"start":1714501089326,"stop":1714501089327,"duration":1},"status":"passed","severity":"normal"},{"uid":"96f57b4b7bcce7d5","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714500823188,"stop":1714500823189,"duration":1},"status":"passed","severity":"normal"},{"uid":"5423765b5ba981b0","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1714500623696,"stop":1714500623696,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a6a442b2714a2a3","name":"Check message with invalid timestamp is not received","time":{"start":1714500735369,"stop":1714500735370,"duration":1},"status":"passed","severity":"normal"},{"uid":"375d6ac4feb9d06b","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1714500744146,"stop":1714500744178,"duration":32},"status":"passed","severity":"normal"},{"uid":"e2fd4fca8cfd2cc1","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714501013445,"stop":1714501013445,"duration":0},"status":"passed","severity":"normal"},{"uid":"73cfb16460861f25","name":"Query with Promise Callback, No Decoder","time":{"start":1714501140348,"stop":1714501140348,"duration":0},"status":"passed","severity":"normal"},{"uid":"35f397bfd54bae3e","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714501319432,"stop":1714501319432,"duration":0},"status":"passed","severity":"normal"},{"uid":"3647711a7aabd52c","name":"Non TWN Cluster","time":{"start":1714501089324,"stop":1714501089325,"duration":1},"status":"passed","severity":"normal"},{"uid":"db39ecfb37e2155e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714500654301,"stop":1714500654302,"duration":1},"status":"passed","severity":"normal"},{"uid":"5151e2d831f953e9","name":"Ping on unsubscribed peer","time":{"start":1714500660495,"stop":1714500660500,"duration":5},"status":"passed","severity":"normal"},{"uid":"37f2d6b246cdb46f","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad87ef4ef2d1c531","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1714501184627,"stop":1714501184628,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ee3c1f0c569649c","name":"can start the service","time":{"start":1714501049781,"stop":1714501049782,"duration":1},"status":"passed","severity":"normal"},{"uid":"c29eb31fdbb488d0","name":"should not receive a peer event before start","time":{"start":1714501049788,"stop":1714501049788,"duration":0},"status":"passed","severity":"normal"},{"uid":"73c350320eaa78dd","name":"1 Store, 2 fetches","time":{"start":1714500549550,"stop":1714500549550,"duration":0},"status":"passed","severity":"normal"},{"uid":"87c5949a29cd6b4f","name":"Reopen subscription with peer with lost subscription","time":{"start":1714500660503,"stop":1714500660503,"duration":0},"status":"passed","severity":"normal"},{"uid":"223aeda55e365ada","name":"can start and stop the service","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca33d2c243f85d0","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1714501159487,"stop":1714501159487,"duration":0},"status":"passed","severity":"normal"},{"uid":"a412bd114e09fe6a","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1714500744125,"stop":1714500744126,"duration":1},"status":"passed","severity":"normal"},{"uid":"e73d5a97e9b58b2f","name":"Subscribe and receives messages on 20 topics","time":{"start":1714501220692,"stop":1714501220692,"duration":0},"status":"passed","severity":"normal"},{"uid":"daf01001c37247cb","name":"Check publish message containing short","time":{"start":1714501036148,"stop":1714501036151,"duration":3},"status":"passed","severity":"normal"},{"uid":"af0e4f88ae4390ab","name":"Check received message containing short","time":{"start":1714501050426,"stop":1714501050427,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ce5d9125f8a7b7c","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1714500533180,"stop":1714500533181,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d8acf8ff2efbb7b","name":"Refresh subscription","time":{"start":1714500823179,"stop":1714500823181,"duration":2},"status":"passed","severity":"normal"},{"uid":"442f1f250c8af596","name":"should throw error - no id","time":{"start":1714500534103,"stop":1714500534103,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6f0b5bc737dd17d","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714501220683,"stop":1714501220683,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d612e62df7d614","name":"should decode valid enr with tcp successfully","time":{"start":1714500534097,"stop":1714500534098,"duration":1},"status":"passed","severity":"normal"},{"uid":"84d95c3080b4c614","name":"configure the node with multiple content topics","time":{"start":1714501089333,"stop":1714501089333,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ba353866870eff","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714500786927,"stop":1714500786928,"duration":1},"status":"passed","severity":"normal"},{"uid":"ececfe648c606130","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1714500533179,"stop":1714500533180,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a2118189a7d991","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1714500744139,"stop":1714500744139,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5efac5eb4e63d22","name":"Check received message containing long","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"status":"passed","severity":"normal"},{"uid":"a02e31852e530df","name":"Push message with meta","time":{"start":1714500976561,"stop":1714500976561,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2d4d639076cd837","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714500533184,"stop":1714500533185,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c48bc4ca85c868d","name":"Push message on custom pubsubTopic","time":{"start":1714500844876,"stop":1714500844877,"duration":1},"status":"passed","severity":"normal"},{"uid":"65841b04cd3c97cc","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1714501039482,"stop":1714501039482,"duration":0},"status":"passed","severity":"normal"},{"uid":"f23a5ecd293aa33e","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714500823185,"stop":1714500823185,"duration":0},"status":"passed","severity":"normal"},{"uid":"172d7e8c6ff9c9f5","name":"Nodes with multiple pubsub topic","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc18ef71ae524f7d","name":"Check publish message containing escaped characters","time":{"start":1714501036158,"stop":1714501036163,"duration":5},"status":"passed","severity":"normal"},{"uid":"c5166d63c5284254","name":"Push message with content topic containing numeric","time":{"start":1714501123789,"stop":1714501123789,"duration":0},"status":"passed","severity":"normal"},{"uid":"deb56c81a363c485","name":"1 Store, 2 relays, 2 fetches","time":{"start":1714500549550,"stop":1714500549551,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdf76bdbb044747","name":"Query generator for multiple messages with multiple decoders","time":{"start":1714501153788,"stop":1714501153788,"duration":0},"status":"passed","severity":"normal"},{"uid":"91e440635ee78ec2","name":"Push message with unicode special characters payload","time":{"start":1714501123780,"stop":1714501123784,"duration":4},"status":"passed","severity":"normal"},{"uid":"af3778f3cc16ccb9","name":"should decode valid enr successfully","time":{"start":1714500534096,"stop":1714500534097,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8185e8778ef155f","name":"Push message with Chinese payload","time":{"start":1714500976528,"stop":1714500976528,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2294d94714fdc3c","name":"Passing cursor with wrong pubsubTopic","time":{"start":1714501094179,"stop":1714501094179,"duration":0},"status":"passed","severity":"normal"},{"uid":"e84f9196c640fbff","name":"getPeersByDiscovery","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e6d830c3f917efa","name":"Push message with content topic containing Script","time":{"start":1714500976554,"stop":1714500976555,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4e49b073e4c10f2","name":"Relay - dialed first","time":{"start":1714501191916,"stop":1714501191917,"duration":1},"status":"passed","severity":"normal"},{"uid":"94450f370c03e739","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","severity":"normal"},{"uid":"825837c981489468","name":"should encode/decode to text encoding","time":{"start":1714500534105,"stop":1714500534106,"duration":1},"status":"passed","severity":"normal"},{"uid":"24e31b03e88928e8","name":"Push message with Chinese payload","time":{"start":1714501123759,"stop":1714501123760,"duration":1},"status":"passed","severity":"normal"},{"uid":"a145c5770975d649","name":"Check received message containing Basic HTML tag","time":{"start":1714501050448,"stop":1714501050448,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70b2a49ccd6a2c9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714501220686,"stop":1714501220686,"duration":0},"status":"passed","severity":"normal"},{"uid":"b277c93cbf909069","name":"Asymmetric encrypt & decrypt","time":{"start":1714500560557,"stop":1714500560557,"duration":0},"status":"passed","severity":"normal"},{"uid":"72d00f8b5a196564","name":"should throw an error for an unconfigured topic","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"status":"passed","severity":"normal"},{"uid":"db60fb497b24c1f0","name":"Passing an array","time":{"start":1714501181622,"stop":1714501181623,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d26daeacdc0bafc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744138,"stop":1714500744138,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d44ef55ec82fc0b","name":"Subscribe to topic containing Script and receive message","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","severity":"normal"},{"uid":"354d86d8951aa74a","name":"Query Generator - backward","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0feb0e8ac9f1143","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1714500744126,"stop":1714500744127,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c37ea84d7664961","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1714501036383,"stop":1714501036384,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3fdd18bddef224f1","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","time":{"start":1714500525355,"stop":1714500525356,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8178e72d6d27859","name":"Promise Callback - forward","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"status":"passed","severity":"normal"},{"uid":"65f85fa7cc8af535","name":"it tolerates circular branch references","time":{"start":1714500550515,"stop":1714500550515,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b947469e8d13b60","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714500654299,"stop":1714500654299,"duration":0},"status":"passed","severity":"normal"},{"uid":"7713c2be95c66277","name":"should throw error - no public key","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"status":"passed","severity":"normal"},{"uid":"492281f6b53dd9d7","name":"Push message with custom timestamp: 1714504344434","time":{"start":1714500976564,"stop":1714500976565,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0501181eb67f4ce","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1714501039478,"stop":1714501039478,"duration":0},"status":"passed","severity":"normal"},{"uid":"884e411caabff7c5","name":"throws an error for improperly formatted content topics","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"status":"passed","severity":"normal"},{"uid":"df819db558c31d9e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714501220695,"stop":1714501220695,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b9db14ff3b73ff0","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714500823189,"stop":1714500823189,"duration":0},"status":"passed","severity":"normal"},{"uid":"3347e41433c617a0","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714501220680,"stop":1714501220681,"duration":1},"status":"passed","severity":"normal"},{"uid":"405d44695a284cee","name":"Overlapping topic subscription","time":{"start":1714501220683,"stop":1714501220683,"duration":0},"status":"passed","severity":"normal"},{"uid":"281d9fea1898fe54","name":"Filter","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8313e000b18b0ee","name":"Push message with content topic containing unicode special characters","time":{"start":1714501123812,"stop":1714501123812,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab0bb41673bea5f5","name":"should properly create location multiaddrs - udp6","time":{"start":1714500534107,"stop":1714500534108,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca778b44ffe7389c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714500823174,"stop":1714500823175,"duration":1},"status":"passed","severity":"normal"},{"uid":"af3f46f74ad81bc6","name":"Passing page size 1 when there are 4 messages","time":{"start":1714501174013,"stop":1714501174013,"duration":0},"status":"passed","severity":"normal"},{"uid":"bda49b2c74d7808a","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714501220692,"stop":1714501220692,"duration":0},"status":"passed","severity":"normal"},{"uid":"70a2ba058821325e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714500823185,"stop":1714500823185,"duration":0},"status":"passed","severity":"normal"},{"uid":"7acfe61bef708d00","name":"shard 0","time":{"start":1714501106172,"stop":1714501106173,"duration":1},"status":"passed","severity":"normal"},{"uid":"87c4fe32c932d90f","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714501319432,"stop":1714501319433,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e0b675900c72d57","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcce94c700a8b634","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1714500533174,"stop":1714500533174,"duration":0},"status":"passed","severity":"normal"},{"uid":"efe4108b623e0d52","name":"Check message received after nwaku node is restarted","time":{"start":1714501050441,"stop":1714501050441,"duration":0},"status":"skipped","severity":"normal"},{"uid":"713c7f0c0303482","name":"Subscribe to topic containing numeric and publish message","time":{"start":1714501039481,"stop":1714501039481,"duration":0},"status":"passed","severity":"normal"},{"uid":"bae6a1e8e9e9230e","name":"Generator, 2 different pubsubtopics","time":{"start":1714501150908,"stop":1714501150909,"duration":1},"status":"passed","severity":"normal"},{"uid":"a93fd04356c30f1e","name":"Check message with no content topic is not received","time":{"start":1714501050457,"stop":1714501050458,"duration":1},"status":"passed","severity":"normal"},{"uid":"c38b7c16d16f2b6","name":"should add and remove event listeners correctly","time":{"start":1714500554007,"stop":1714500554007,"duration":0},"status":"passed","severity":"normal"},{"uid":"34fe5a14befc31ce","name":"Subscribe to topic containing long and receive message","time":{"start":1714500823182,"stop":1714500823182,"duration":0},"status":"passed","severity":"normal"},{"uid":"d42ef373b768fd43","name":"Push message with content topic containing Chinese","time":{"start":1714501123800,"stop":1714501123804,"duration":4},"status":"passed","severity":"normal"},{"uid":"95f067ae99b4601b","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714500823184,"stop":1714500823184,"duration":0},"status":"passed","severity":"normal"},{"uid":"24cc6ec01b111f37","name":"should not fail to start the service if it is already started","time":{"start":1714501049786,"stop":1714501049787,"duration":1},"status":"passed","severity":"normal"},{"uid":"4589914c2ab9a95e","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1714500550519,"stop":1714500550519,"duration":0},"status":"passed","severity":"normal"},{"uid":"debec60cb5cfda53","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714501220690,"stop":1714501220691,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a905c8a99db63e7","name":"should properly create location multiaddrs - udp","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"status":"passed","severity":"normal"},{"uid":"e254a4edbcc03ce0","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"status":"passed","severity":"normal"},{"uid":"da99ae35517a7a5f","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714501123810,"stop":1714501123810,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c2c0c0baf6115b0","name":"throws on content topic with empty topic name field","time":{"start":1714500525323,"stop":1714500525323,"duration":0},"status":"passed","severity":"normal"},{"uid":"9352c9fb408f9a02","name":"Generator, custom pubsub topic","time":{"start":1714501150902,"stop":1714501150902,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f15aa49868ce32","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1714500534097,"stop":1714500534097,"duration":0},"status":"passed","severity":"normal"},{"uid":"3471bb9caa4dd8a","name":"Push message equal or less that 1MB","time":{"start":1714500976565,"stop":1714500976565,"duration":0},"status":"passed","severity":"normal"},{"uid":"af70c32a332f4097","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1714500744131,"stop":1714500744137,"duration":6},"status":"passed","severity":"normal"},{"uid":"d83144d45085a529","name":"Check message on other pubsub topic is not received","time":{"start":1714501050439,"stop":1714501050439,"duration":0},"status":"passed","severity":"normal"},{"uid":"33371df5bbc517ea","name":"should emit a peer event after start","time":{"start":1714501049787,"stop":1714501049788,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbc578989486cf21","name":"should only return 1 node with store capability","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"status":"passed","severity":"normal"},{"uid":"405ec1d397d614da","name":"Publish message with custom timestamp: Tue Apr 30 2024 17:16:48 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2b96cd68ed2f0c","name":"Fails to publish message with empty text","time":{"start":1714501036166,"stop":1714501036166,"duration":0},"status":"passed","severity":"normal"},{"uid":"d03c1a1db80cd2b7","name":"Check message received after nwaku node is restarted","time":{"start":1714501050460,"stop":1714501050460,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e28944eeeee2dc4","name":"Query generator for multiple messages with different content topic format","time":{"start":1714501153788,"stop":1714501153789,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7e124888241dc95","name":"should be able to encode the field with only RELAY set to true","time":{"start":1714500533156,"stop":1714500533160,"duration":4},"status":"passed","severity":"normal"},{"uid":"ef831bf1d9f579b8","name":"Passing page size 110 when there are 120 messages","time":{"start":1714501174015,"stop":1714501174015,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97f6a558d64147e","name":"Generator, custom pubsub topic","time":{"start":1714501150904,"stop":1714501150905,"duration":1},"status":"passed","severity":"normal"},{"uid":"f71e1402cb19e9ef","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1714500525335,"stop":1714500525335,"duration":0},"status":"passed","severity":"normal"},{"uid":"256489c4ced949a0","name":"Check received message containing numeric","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5845635fed46fef","name":"receives messages sent to provided content topic through stream","time":{"start":1714501036384,"stop":1714501036385,"duration":1},"status":"skipped","severity":"normal"},{"uid":"1f9e48a288589a26","name":"Ephemeral messages are not stored","time":{"start":1714500589618,"stop":1714500589618,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7b35e926981de6","name":"Fields are not dropped","time":{"start":1714500538523,"stop":1714500538525,"duration":2},"status":"passed","severity":"normal"},{"uid":"31c868bfb96a0e69","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714501050437,"stop":1714501050438,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b4f02eba98a93c8","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app12/9/topic224/xml","time":{"start":1714501089327,"stop":1714501089328,"duration":1},"status":"passed","severity":"normal"},{"uid":"25126c6a4e3d40f","name":"Push message with custom timestamp: 1714504335785","time":{"start":1714501123821,"stop":1714501123821,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1aa6f3c30145c22","name":"Push message with content topic containing unicode special characters","time":{"start":1714500976559,"stop":1714500976559,"duration":0},"status":"passed","severity":"normal"},{"uid":"25e97b649b5a1091","name":"random static sharding 8 - Cluster ID: 69, Shard ID: 497","time":{"start":1714501106182,"stop":1714501106183,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ece1c97d179d0db","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1714500744104,"stop":1714500744109,"duration":5},"status":"passed","severity":"normal"},{"uid":"d6377ea554ccf0bd","name":"LightPush","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"status":"passed","severity":"normal"},{"uid":"2af76a3c4dd51f30","name":"Subscribe and receive messages via waku relay post","time":{"start":1714501220691,"stop":1714501220691,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4765182a2281a9","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1714500525333,"stop":1714500525333,"duration":0},"status":"passed","severity":"normal"},{"uid":"543f4dbf0e266bda","name":"Check message with non string payload is not received","time":{"start":1714501050458,"stop":1714501050459,"duration":1},"status":"passed","severity":"normal"},{"uid":"708fbdd20c11dd32","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714501220686,"stop":1714501220686,"duration":0},"status":"passed","severity":"normal"},{"uid":"c176a17fd9b1c733","name":"Relay - times out","time":{"start":1714501191917,"stop":1714501191918,"duration":1},"status":"passed","severity":"normal"},{"uid":"812ede73f802491d","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1714501184622,"stop":1714501184623,"duration":1},"status":"passed","severity":"normal"},{"uid":"476e807d182ce1b6","name":"Push message with numeric payload","time":{"start":1714500976526,"stop":1714500976527,"duration":1},"status":"passed","severity":"normal"},{"uid":"a0f4ad7d304f7e27","name":"Check received message containing escaped characters","time":{"start":1714501050433,"stop":1714501050434,"duration":1},"status":"passed","severity":"normal"},{"uid":"21add0e7c496b166","name":"Overlapping topic subscription","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b50883f3244cd1f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500654289,"stop":1714500654290,"duration":1},"status":"passed","severity":"normal"},{"uid":"b43f6764e650649e","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500654300,"stop":1714500654300,"duration":0},"status":"passed","severity":"normal"},{"uid":"f75f482dbc265523","name":"Check received message containing unicode special characters","time":{"start":1714500735365,"stop":1714500735365,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd21433628e1ce91","name":"Subscribe to topic containing JSON and publish message","time":{"start":1714501039484,"stop":1714501039484,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb253bf4db0d975","name":"Subscribe to topic containing emoji and publish message","time":{"start":1714501039486,"stop":1714501039486,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea99d05b9c43c94f","name":"Nodes with multiple pubsub topic","time":{"start":1714501013449,"stop":1714501013449,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7dd78e90cad84fd","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec355a077d41f59a","name":"Check publish message containing emoji","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"status":"passed","severity":"normal"},{"uid":"4af5ac0c10abe34a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714501220685,"stop":1714501220685,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c71966a393a28cf","name":"should handle corrupted local storage data gracefully","time":{"start":1714500554006,"stop":1714500554007,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b545f08163448c6","name":"Publishes to nwaku","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"status":"passed","severity":"normal"},{"uid":"821b5c9214e4e41f","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1714500527928,"stop":1714500527928,"duration":0},"status":"passed","severity":"normal"},{"uid":"43cc55e4e75e674b","name":"Push message with content topic containing numeric","time":{"start":1714500976546,"stop":1714500976547,"duration":1},"status":"passed","severity":"normal"},{"uid":"77683c7e761ed22f","name":"handles different networkShards values correctly","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"status":"passed","severity":"normal"},{"uid":"9000f64e9c1a5a4d","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1714500997300,"stop":1714500997301,"duration":1},"status":"skipped","severity":"normal"},{"uid":"60d702220dfa1695","name":"throws on content topic with empty encoding field","time":{"start":1714500525323,"stop":1714500525325,"duration":2},"status":"passed","severity":"normal"},{"uid":"b1507fcf30538a8c","name":"Subscribe to topic containing long and receive message","time":{"start":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","severity":"normal"},{"uid":"82f404b56e201e56","name":"Push message with short payload","time":{"start":1714500976524,"stop":1714500976525,"duration":1},"status":"passed","severity":"normal"},{"uid":"d511d3f21f8797f7","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1714501039486,"stop":1714501039486,"duration":0},"status":"passed","severity":"normal"},{"uid":"70a253442772ee4b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"status":"passed","severity":"normal"},{"uid":"1245925b57a32d3a","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714501013445,"stop":1714501013445,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d98fc97aa4e256b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500654296,"stop":1714500654298,"duration":2},"status":"passed","severity":"normal"},{"uid":"2fc0c83f2a3aec26","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714500823189,"stop":1714500823190,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b1a6b084a03c6c8","name":"recovers when dns.resolve returns empty","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffe7294be9f65dda","name":"Sign & Recover","time":{"start":1714500560559,"stop":1714500560559,"duration":0},"status":"passed","severity":"normal"},{"uid":"de839fec2d4170be","name":"Passing page size 10 when there are 10 messages","time":{"start":1714501174014,"stop":1714501174014,"duration":0},"status":"passed","severity":"normal"},{"uid":"63e6e5c9673bb3dd","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1714500549518,"stop":1714500549518,"duration":0},"status":"passed","severity":"normal"},{"uid":"42d50b767e17f1c","name":"Check received message containing SQL Injection","time":{"start":1714501050430,"stop":1714501050430,"duration":0},"status":"passed","severity":"normal"},{"uid":"8370db4909db2935","name":"Check message with invalid timestamp is not received","time":{"start":1714501050455,"stop":1714501050456,"duration":1},"status":"passed","severity":"normal"},{"uid":"631fcfe71131aa94","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714500525340,"stop":1714500525340,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e9f218541f709fe","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1714500578599,"stop":1714500578607,"duration":8},"status":"passed","severity":"normal"},{"uid":"33273405b1f04d1a","name":"should load peers from local storage and dispatch events","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"status":"passed","severity":"normal"},{"uid":"681b8c394c846349","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714500823183,"stop":1714500823183,"duration":0},"status":"passed","severity":"normal"},{"uid":"df3730f34370fcc5","name":"Fails to publish duplicate message","time":{"start":1714501036166,"stop":1714501036166,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a2b7cd1bf9836a","name":"Mutual subscription","time":{"start":1714501039475,"stop":1714501039475,"duration":0},"status":"passed","severity":"normal"},{"uid":"708a514fa8d75f83","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714500786927,"stop":1714500786927,"duration":0},"status":"passed","severity":"normal"},{"uid":"84011acacb2a78fe","name":"Push message with content topic containing Chinese","time":{"start":1714500976548,"stop":1714500976549,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e68087f64dee3d6","name":"Ping on subscribed peer","time":{"start":1714500607828,"stop":1714500607828,"duration":0},"status":"passed","severity":"normal"},{"uid":"1712d31a1489d731","name":"should emit a peer event after start","time":{"start":1714500554004,"stop":1714500554004,"duration":0},"status":"passed","severity":"normal"},{"uid":"63904cb6bf96f70d","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714500654290,"stop":1714500654291,"duration":1},"status":"passed","severity":"normal"},{"uid":"25277f05c0c4c7b7","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714501089334,"stop":1714501089334,"duration":0},"status":"passed","severity":"normal"},{"uid":"86b8b618b8540cda","name":"Meta field set when metaSetter is specified","time":{"start":1714500539179,"stop":1714500539180,"duration":1},"status":"passed","severity":"normal"},{"uid":"60311f0330f9f0ad","name":"should not fail to stop the service if it was not started","time":{"start":1714501049782,"stop":1714501049783,"duration":1},"status":"passed","severity":"normal"},{"uid":"a36041b3feb02d1f","name":"addEventListener with wrong event","time":{"start":1714500619503,"stop":1714500619503,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eff4c653c9a3773","name":"can dial TLS multiaddrs","time":{"start":1714500850421,"stop":1714500850422,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f9b2f32efe066bd","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714501013448,"stop":1714501013448,"duration":0},"status":"passed","severity":"normal"},{"uid":"60be6abec002b928","name":"should properly compute the node id","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d3322cd4e92ce2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1714501013447,"stop":1714501013447,"duration":0},"status":"passed","severity":"normal"},{"uid":"35fabcb6e975aac","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1714501094176,"stop":1714501094177,"duration":1},"status":"passed","severity":"normal"},{"uid":"61470b5d604a6c6b","name":"Store - dialed after - with timeout","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb4e4faca753b2fa","name":"Reopen subscription with peer with lost subscription","time":{"start":1714500660501,"stop":1714500660501,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b8a208507e42df0","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1714501159485,"stop":1714501159486,"duration":1},"status":"passed","severity":"normal"},{"uid":"45b7d02e8c00fecd","name":"Check received message containing shell command","time":{"start":1714500735364,"stop":1714500735364,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f7df7c543daed5b","name":"isConnected return false after peer stops","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"status":"passed","severity":"normal"},{"uid":"b136df7f5620e194","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714501220692,"stop":1714501220693,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c2c29118bd2975a","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1714501159486,"stop":1714501159486,"duration":0},"status":"passed","severity":"normal"},{"uid":"5548ceb150256fc6","name":"Accepts a valid Waku Message","time":{"start":1714500542733,"stop":1714500542734,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fd632f7edf675d6","name":"Publish message with custom timestamp: Tue Apr 30 2024 19:16:48 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036165,"stop":1714501036166,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7ed9ec15eb20691","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1714500744101,"stop":1714500744104,"duration":3},"status":"passed","severity":"normal"},{"uid":"8cb009f87a115177","name":"should properly create location multiaddrs - tcp6","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"status":"passed","severity":"normal"},{"uid":"1216af38129c42b2","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714500823183,"stop":1714500823183,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb7089df6509e676","name":"Push message with content topic containing special chars","time":{"start":1714501123789,"stop":1714501123800,"duration":11},"status":"passed","severity":"normal"},{"uid":"bf7d35f4138b572f","name":"random static sharding 4 - Cluster ID: 398, Shard ID: 383","time":{"start":1714501106175,"stop":1714501106176,"duration":1},"status":"passed","severity":"normal"},{"uid":"206e33dbc0a28cdb","name":"Publish without waiting for remote peer","time":{"start":1714501039476,"stop":1714501039477,"duration":1},"status":"passed","severity":"normal"},{"uid":"b509d10595a19a5a","name":"Push message with XML payload","time":{"start":1714500976531,"stop":1714500976532,"duration":1},"status":"passed","severity":"normal"},{"uid":"87ad57e86c68baf2","name":"throws on content topic with non-number generation field","time":{"start":1714500525320,"stop":1714500525321,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f02dcfb6be163ab","name":"Decoder throws on empty string content topic","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2139d7f8ec4ea03","name":"Push message with unicode special characters payload","time":{"start":1714500976537,"stop":1714500976538,"duration":1},"status":"passed","severity":"normal"},{"uid":"eef4704263fd5003","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714501220695,"stop":1714501220696,"duration":1},"status":"passed","severity":"normal"},{"uid":"34811b272383dba4","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714500823171,"stop":1714500823172,"duration":1},"status":"passed","severity":"normal"},{"uid":"16c5b02d9ad578ea","name":"Check received message containing SQL Injection","time":{"start":1714500735361,"stop":1714500735362,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd2f271dbc4a827c","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1714501039482,"stop":1714501039483,"duration":1},"status":"passed","severity":"normal"},{"uid":"54002427390e2373","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714500525340,"stop":1714500525341,"duration":1},"status":"passed","severity":"normal"},{"uid":"693589b9de4a6b2","name":"Ephemeral field set to true","time":{"start":1714500539179,"stop":1714500539179,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c890611cf4dd1da","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1714500525331,"stop":1714500525331,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b9ea48a667b1579","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1714500550277,"stop":1714500550277,"duration":0},"status":"passed","severity":"normal"},{"uid":"68d1ff0556bff499","name":"should throw an error for insufficient data","time":{"start":1714500525361,"stop":1714500525361,"duration":0},"status":"passed","severity":"normal"},{"uid":"abe20210ae78d6f","name":"Delete observer","time":{"start":1714500979200,"stop":1714500979200,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab48b86d7e2e6614","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1714500744051,"stop":1714500744052,"duration":1},"status":"passed","severity":"normal"},{"uid":"6215b1e73715ddf4","name":"Check received message containing special chars","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"status":"passed","severity":"normal"},{"uid":"906d7e88ca47986f","name":"Query Generator - forward","time":{"start":1714501145473,"stop":1714501145473,"duration":0},"status":"passed","severity":"normal"},{"uid":"a47dba6337b767ee","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714500823188,"stop":1714500823188,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44f0aadd5ca0afd","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714501220697,"stop":1714501220698,"duration":1},"status":"passed","severity":"normal"},{"uid":"67da93ba9ad19212","name":"Fails to push message with empty content topic","time":{"start":1714501123814,"stop":1714501123814,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0299f41ee61ba2e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714501220681,"stop":1714501220681,"duration":0},"status":"passed","severity":"normal"},{"uid":"3af9544ae64e4663","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714500786928,"stop":1714500786928,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac12223de1071bb9","name":"Ordered Callback - backward","time":{"start":1714501145475,"stop":1714501145476,"duration":1},"status":"passed","severity":"normal"},{"uid":"c44ceff9fd44c33e","name":"Push message with content topic containing long","time":{"start":1714501123788,"stop":1714501123789,"duration":1},"status":"passed","severity":"normal"},{"uid":"39d45d4ebd2760a9","name":"Push message with content topic containing emoji","time":{"start":1714500976559,"stop":1714500976559,"duration":0},"status":"passed","severity":"normal"},{"uid":"52bf11b26f487d0c","name":"udp ip6 address","time":{"start":1714500533444,"stop":1714500533444,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ffbb044e6fc0174","name":"should correctly map a content topic to a pubsub topic","time":{"start":1714500525357,"stop":1714500525357,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0b5f428474590f2","name":"should not receive a peer event before start","time":{"start":1714500590512,"stop":1714500590513,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ba0ac5768777901","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1714500744139,"stop":1714500744140,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e7851a530dcd3c5","name":"Check message received after jswaku node is restarted","time":{"start":1714501050459,"stop":1714501050459,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6eeaa252d8025d03","name":"Sets default value correctly","time":{"start":1714501181624,"stop":1714501181624,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c39e17eac3ecd96","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1714501184628,"stop":1714501184628,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f84b5f913c7a4da","name":"creates an iterator","time":{"start":1714501165485,"stop":1714501165486,"duration":1},"status":"passed","severity":"normal"},{"uid":"c513b1449703fe39","name":"isConnected should return true after first peer connects","time":{"start":1714500623697,"stop":1714500623698,"duration":1},"status":"passed","severity":"normal"},{"uid":"61dc4d87facd5a","name":"Query Generator, Wrong PubsubTopic","time":{"start":1714501140343,"stop":1714501140343,"duration":0},"status":"passed","severity":"normal"},{"uid":"b502c798988c59fd","name":"Fails to push message with large meta","time":{"start":1714501123819,"stop":1714501123819,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d7b3c7f344b0472","name":"Encoder throws on empty string content topic","time":{"start":1714500561874,"stop":1714500561874,"duration":0},"status":"passed","severity":"normal"},{"uid":"c45329e41b4cab14","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1714500525342,"stop":1714500525343,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6962/widgets/status-chart.json b/6962/widgets/status-chart.json index 2786269fa14..94f18d6aebb 100644 --- a/6962/widgets/status-chart.json +++ b/6962/widgets/status-chart.json @@ -1 +1 @@ -[{"uid":"d0d58013e6fd25bc","name":"Push message with content topic containing special chars","time":{"start":1714454507881,"stop":1714454507903,"duration":22},"status":"passed","severity":"normal"},{"uid":"2f20ec857c7f94a4","name":"Check publish message containing XML","time":{"start":1714454429791,"stop":1714454429791,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5c87ac4700c8a6a","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1714453937810,"stop":1714453937811,"duration":1},"status":"passed","severity":"normal"},{"uid":"76a860dbc78313ed","name":"returns all values when wanted number matches available values","time":{"start":1714453947385,"stop":1714453947388,"duration":3},"status":"passed","severity":"normal"},{"uid":"d915625ee6ea5a47","name":"Subscribe to topic containing shell command and publish message","time":{"start":1714454431998,"stop":1714454431999,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4b2de468c08a38f","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714453925062,"stop":1714453925063,"duration":1},"status":"passed","severity":"normal"},{"uid":"a178a61a7b254d83","name":"should return the pubsub topic directly if a string is provided","time":{"start":1714453925073,"stop":1714453925074,"duration":1},"status":"passed","severity":"normal"},{"uid":"348242e87072cabf","name":"Subscribe and receive messages via waku relay post","time":{"start":1714454227464,"stop":1714454227464,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b05cb219f7c1485","name":"Check received message containing Chinese","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"status":"passed","severity":"normal"},{"uid":"fba972ef52316a29","name":"Push message with content topic containing unicode special characters","time":{"start":1714454365887,"stop":1714454365887,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d627556b6292be","name":"Subscribe to topic containing long and receive message","time":{"start":1714454605542,"stop":1714454605542,"duration":0},"status":"passed","severity":"normal"},{"uid":"49dc5076c9a4ab47","name":"Subscribe and receives messages on 20 topics","time":{"start":1714454605540,"stop":1714454605540,"duration":0},"status":"passed","severity":"normal"},{"uid":"57df6038c586e17e","name":"Refresh subscription","time":{"start":1714454227467,"stop":1714454227468,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc7d391cf12af8a9","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454246975,"stop":1714454246975,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b9f8eccee694fa5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714454605546,"stop":1714454605546,"duration":0},"status":"passed","severity":"normal"},{"uid":"fca7a2cd599806c4","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1714453948676,"stop":1714453948676,"duration":0},"status":"passed","severity":"normal"},{"uid":"370da373122a2277","name":"Check received message containing JSON","time":{"start":1714454133749,"stop":1714454133752,"duration":3},"status":"passed","severity":"normal"},{"uid":"13db8fb6746f84d1","name":"handles different networkShards values correctly","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0866868a2728cdc","name":"can dial TLS multiaddrs","time":{"start":1714454253971,"stop":1714454253971,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c6aea5b08dcc52","name":"should not fail to start the service if it is already started","time":{"start":1714454443271,"stop":1714454443271,"duration":0},"status":"passed","severity":"normal"},{"uid":"4801f2b3b24673c2","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1714454140480,"stop":1714454140480,"duration":0},"status":"passed","severity":"normal"},{"uid":"623b30e2668ba1c2","name":"Check message with no content topic is not received","time":{"start":1714454133785,"stop":1714454133785,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e8a5db98dc2cbab","name":"Check publish message containing Arabic","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fbbe738036c2fe8","name":"Passing an array","time":{"start":1714454568759,"stop":1714454568760,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b85ce25b512fb31","name":"receives messages sent to provided content topic through stream","time":{"start":1714454429954,"stop":1714454429955,"duration":1},"status":"skipped","severity":"normal"},{"uid":"91260ee08236c91f","name":"Publish message with custom timestamp: Wed May 10 2023 05:20:01 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429796,"stop":1714454429796,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa92a3574fa963d5","name":"Push message with JSON payload","time":{"start":1714454507876,"stop":1714454507877,"duration":1},"status":"passed","severity":"normal"},{"uid":"7746ba6cc102b180","name":"1 Relay, 1 Filter, gives up","time":{"start":1714453948531,"stop":1714453948531,"duration":0},"status":"passed","severity":"normal"},{"uid":"665b4275db649b6a","name":"Nodes with multiple pubsub topic","time":{"start":1714454407732,"stop":1714454407733,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdeafc74da58eb02","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714454048328,"stop":1714454048328,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7d9fb57ce9aff92","name":"Push message with shell command payload","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"status":"passed","severity":"normal"},{"uid":"87b922b93e32d905","name":"should properly compute the node id","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a7bbd1eb6121857","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"status":"passed","severity":"normal"},{"uid":"9bbd359325e5566f","name":"Check received message containing unicode special characters","time":{"start":1714454434306,"stop":1714454434307,"duration":1},"status":"passed","severity":"normal"},{"uid":"26385a235ac648e5","name":"random static sharding 10 - Cluster ID: 604, Shard ID: 846","time":{"start":1714454485765,"stop":1714454485765,"duration":0},"status":"passed","severity":"normal"},{"uid":"feeefb2f6cacb514","name":"Query Generator, Wrong PubsubTopic","time":{"start":1714454530128,"stop":1714454530129,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad71939287b6ef30","name":"caches peers it previously fetched","time":{"start":1714453949191,"stop":1714453949191,"duration":0},"status":"passed","severity":"normal"},{"uid":"e33a0733b1bb23cb","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1714453925069,"stop":1714453925070,"duration":1},"status":"passed","severity":"normal"},{"uid":"a486d61d1489c387","name":"random static sharding 9 - Cluster ID: 512, Shard ID: 977","time":{"start":1714454485762,"stop":1714454485764,"duration":2},"status":"passed","severity":"normal"},{"uid":"e2310273037cb329","name":"should not receive a peer event before start","time":{"start":1714453987196,"stop":1714453987198,"duration":2},"status":"passed","severity":"normal"},{"uid":"4379686570f85166","name":"listenerCount","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"status":"passed","severity":"normal"},{"uid":"126fc36daeefdc98","name":"Throws when trying to push message with empty payload","time":{"start":1714454507879,"stop":1714454507879,"duration":0},"status":"passed","severity":"normal"},{"uid":"c008dfc7cb2ca5f","name":"removeEventListener with correct event","time":{"start":1714454015966,"stop":1714454015966,"duration":0},"status":"passed","severity":"normal"},{"uid":"43895c6c4eafe50","name":"does not throw on valid cases","time":{"start":1714453925047,"stop":1714453925047,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bbb477805e7b323","name":"Fails to publish message with empty text","time":{"start":1714454429798,"stop":1714454429798,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ffdf75a21eca4a3","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2f10cf391e02f86","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"status":"passed","severity":"normal"},{"uid":"f554367a4b78af4","name":"Used by Waku Relay","time":{"start":1714454568760,"stop":1714454568761,"duration":1},"status":"passed","severity":"normal"},{"uid":"88f07c7e6a66ef20","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1714454140446,"stop":1714454140446,"duration":0},"status":"passed","severity":"normal"},{"uid":"f84e02868fe0ffa4","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454048343,"stop":1714454048344,"duration":1},"status":"passed","severity":"normal"},{"uid":"adb47ba19245ef6","name":"Check publish message containing Chinese","time":{"start":1714454429788,"stop":1714454429789,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a5508f488d65048","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714454185395,"stop":1714454185395,"duration":0},"status":"passed","severity":"normal"},{"uid":"7afabe10515d0260","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1714454563517,"stop":1714454563518,"duration":1},"status":"passed","severity":"normal"},{"uid":"8778fef67418c927","name":"unsubscribes","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf38d7efcc81a42a","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1714454563519,"stop":1714454563519,"duration":0},"status":"passed","severity":"normal"},{"uid":"396cdb0623f12452","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1714453975114,"stop":1714453975115,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c18160e58227f1f","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714454227465,"stop":1714454227465,"duration":0},"status":"passed","severity":"normal"},{"uid":"f91574c33efc4a7b","name":"Query generator for multiple messages with different content topic format","time":{"start":1714454543145,"stop":1714454543146,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fa994bdc9086411","name":"Query generator for 2000 messages","time":{"start":1714454543150,"stop":1714454543156,"duration":6},"status":"passed","severity":"normal"},{"uid":"ede29f0ec7067cfa","name":"Push message on custom pubsubTopic","time":{"start":1714454246980,"stop":1714454246980,"duration":0},"status":"passed","severity":"normal"},{"uid":"be0ec04898c9b4cd","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1714454479296,"stop":1714454479296,"duration":0},"status":"passed","severity":"normal"},{"uid":"58686c45e2f3094d","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714454227463,"stop":1714454227463,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc31056d5cd1476a","name":"should be able to encode the field with only RELAY set to true","time":{"start":1714453932701,"stop":1714453932703,"duration":2},"status":"passed","severity":"normal"},{"uid":"783501477060d35c","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1714454024387,"stop":1714454024387,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a19d00a39e51cc6","name":"A test","time":{"start":1714454227628,"stop":1714454227628,"duration":0},"status":"passed","severity":"normal"},{"uid":"97b5497832cbc17d","name":"Push message with content topic containing escaped characters","time":{"start":1714454507908,"stop":1714454507908,"duration":0},"status":"passed","severity":"normal"},{"uid":"14f7e6d6ad69cc93","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app69/2/topic755/xml","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"status":"passed","severity":"normal"},{"uid":"725d8e9fe4945f41","name":"Fails to push message with empty content topic","time":{"start":1714454365887,"stop":1714454365888,"duration":1},"status":"passed","severity":"normal"},{"uid":"d001304e8bde542e","name":"Ping on subscribed peer","time":{"start":1714454053292,"stop":1714454053292,"duration":0},"status":"passed","severity":"normal"},{"uid":"62d3ead9b9aeee80","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714454185399,"stop":1714454185399,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c851e01aec3ab98","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1714454140481,"stop":1714454140482,"duration":1},"status":"passed","severity":"normal"},{"uid":"847c1ecd4e508e2","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1714453925058,"stop":1714453925058,"duration":0},"status":"passed","severity":"normal"},{"uid":"358acd15f77aeb3c","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714454605538,"stop":1714454605538,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a39da6f2a4c905b","name":"Encoder throws on undefined content topic","time":{"start":1714453958107,"stop":1714453958107,"duration":0},"status":"passed","severity":"normal"},{"uid":"89d9985891e36821","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1714453952292,"stop":1714453952292,"duration":0},"status":"passed","severity":"normal"},{"uid":"baed2d319d6c77e9","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1714454546218,"stop":1714454546218,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd0428b12fec0ed","name":"Push message with content topic containing Russian","time":{"start":1714454365883,"stop":1714454365884,"duration":1},"status":"passed","severity":"normal"},{"uid":"53138ca4f3570f27","name":"Push message with Script payload","time":{"start":1714454365876,"stop":1714454365877,"duration":1},"status":"passed","severity":"normal"},{"uid":"482fab1e1b49fba3","name":"Check received message containing emoji","time":{"start":1714454133775,"stop":1714454133775,"duration":0},"status":"passed","severity":"normal"},{"uid":"a423b9ceba6af956","name":"Passing page size 3 when there are 20 messages","time":{"start":1714454561530,"stop":1714454561531,"duration":1},"status":"passed","severity":"normal"},{"uid":"fdd7425299411ec5","name":"should throw an error for missing sharding configuration","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c3f702aa2bdd046","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1714454563518,"stop":1714454563518,"duration":0},"status":"passed","severity":"normal"},{"uid":"8645fb71d432457d","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1714454140437,"stop":1714454140438,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b7bc096570ba6ac","name":"isConnected between 2 js-waku relay nodes","time":{"start":1714454024389,"stop":1714454024389,"duration":0},"status":"passed","severity":"normal"},{"uid":"184c5fa7aa6e70ad","name":"should handle corrupted local storage data gracefully","time":{"start":1714453952292,"stop":1714453952293,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b77e3a7dfb812c1","name":"connected peers and dial","time":{"start":1714454366018,"stop":1714454366018,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b19a1613c82f16f9","name":"should emit a peer event after start","time":{"start":1714454443271,"stop":1714454443272,"duration":1},"status":"passed","severity":"normal"},{"uid":"79cc7ecb103e55c1","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"status":"passed","severity":"normal"},{"uid":"db2f09f632b54913","name":"Generator, 2 different pubsubtopics","time":{"start":1714454532109,"stop":1714454532111,"duration":2},"status":"passed","severity":"normal"},{"uid":"526c9ec7da110c2a","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app88/2/topic696/xml","time":{"start":1714454483201,"stop":1714454483202,"duration":1},"status":"passed","severity":"normal"},{"uid":"41274160cba54976","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1714454563521,"stop":1714454563521,"duration":0},"status":"passed","severity":"normal"},{"uid":"56921560f00fd5c8","name":"should configure sharding based on application and version for autosharding","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4df6d8394579107","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714454605553,"stop":1714454605554,"duration":1},"status":"passed","severity":"normal"},{"uid":"bccefa013f371888","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714454048332,"stop":1714454048333,"duration":1},"status":"passed","severity":"normal"},{"uid":"db5c9f40c9fecb1c","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714454227479,"stop":1714454227479,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ace9c8dc0835b9e","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714454507906,"stop":1714454507907,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a9202d0003fbad8","name":"Round trip binary serialization","time":{"start":1714453938217,"stop":1714453938217,"duration":0},"status":"passed","severity":"normal"},{"uid":"107db3233676f4ee","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714454227469,"stop":1714454227469,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfa8149ee8ed789c","name":"Check received message containing numeric","time":{"start":1714454434320,"stop":1714454434321,"duration":1},"status":"passed","severity":"normal"},{"uid":"38493759ecafcd54","name":"Check received message with timestamp: 1714453974406 ","time":{"start":1714454434308,"stop":1714454434308,"duration":0},"status":"passed","severity":"normal"},{"uid":"4caea0356689c41b","name":"Push message with custom timestamp: 1714457733923","time":{"start":1714454507913,"stop":1714454507913,"duration":0},"status":"passed","severity":"normal"},{"uid":"3190927bc793791d","name":"Store - dialed first","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"status":"passed","severity":"normal"},{"uid":"87d9b1eba3314455","name":"Reusing cursor across nodes","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"status":"passed","severity":"normal"},{"uid":"73ef15ae25f813db","name":"Push message with content topic containing SQL Injection","time":{"start":1714454507905,"stop":1714454507905,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0656d12ecfd18d8","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1714453975116,"stop":1714453975117,"duration":1},"status":"passed","severity":"normal"},{"uid":"f56de170d5ae8ddf","name":"passes more than one ENR URLs and attempts connection","time":{"start":1714453987221,"stop":1714453987222,"duration":1},"status":"skipped","severity":"normal"},{"uid":"e4d601f875f52637","name":"Push to array if already present","time":{"start":1714453924719,"stop":1714453924719,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3726921a28f6c51","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1714453932711,"stop":1714453932712,"duration":1},"status":"passed","severity":"normal"},{"uid":"720a5ad4e0e15e1e","name":"Check received message containing XML","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd47b74a9713ab08","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1714453958104,"stop":1714453958105,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce008fe4c8599b9b","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a034fe0e785b523","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1714454431992,"stop":1714454431993,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab461a2e4a75ae8","name":"topics with same application and version share the same shard","time":{"start":1714453925057,"stop":1714453925057,"duration":0},"status":"passed","severity":"normal"},{"uid":"8277228402516e10","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1714454401485,"stop":1714454401486,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c0fc99b4bad4e5e","name":"Check received message with timestamp: 1714453974406000000 ","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"status":"passed","severity":"normal"},{"uid":"202e712c40e6ed6a","name":"Check received message with timestamp: 1714453974406000000 ","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"status":"passed","severity":"normal"},{"uid":"adcb3345f40b4d0","name":"Non TWN Cluster","time":{"start":1714454483200,"stop":1714454483201,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1eeae8b1b591047","name":"should throw error - no public key","time":{"start":1714453933331,"stop":1714453933332,"duration":1},"status":"passed","severity":"normal"},{"uid":"acdae15864adfb6d","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1714453947390,"stop":1714453947390,"duration":0},"status":"passed","severity":"normal"},{"uid":"495ef014f9517999","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714454605542,"stop":1714454605543,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a2ca3839c0646f9","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714454066545,"stop":1714454066545,"duration":0},"status":"passed","severity":"normal"},{"uid":"7877262849c54037","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714454185398,"stop":1714454185398,"duration":0},"status":"passed","severity":"normal"},{"uid":"5553bda8a4c66a36","name":"Check received message with timestamp: 1714453974406 ","time":{"start":1714454434335,"stop":1714454434335,"duration":0},"status":"passed","severity":"normal"},{"uid":"82c82a0680f59272","name":"Ping on peer without subscriptions","time":{"start":1714454006712,"stop":1714454006712,"duration":0},"status":"passed","severity":"normal"},{"uid":"93961b8980769455","name":"shard 0","time":{"start":1714454485748,"stop":1714454485748,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd5ca5408b30e879","name":"Check publish message containing shell command","time":{"start":1714454429792,"stop":1714454429793,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e2600fa072d8c68","name":"Check received message containing unicode special characters","time":{"start":1714454434334,"stop":1714454434334,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb6de39c524db29a","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd4be3caab96835c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714454133777,"stop":1714454133777,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fe886026f753cf8","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1714453948681,"stop":1714453948681,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7f11f099c8e8f6","name":"Fails to push message with empty content topic","time":{"start":1714454507909,"stop":1714454507911,"duration":2},"status":"passed","severity":"normal"},{"uid":"93eec2e256dcae48","name":"Push message with content topic containing shell command","time":{"start":1714454365886,"stop":1714454365886,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bdc1498c12cbfb0","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714454605555,"stop":1714454605555,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a366561f388923e","name":"Passing page size 10 when there are 10 messages","time":{"start":1714454561531,"stop":1714454561531,"duration":0},"status":"passed","severity":"normal"},{"uid":"e911eca885dcdcf2","name":"receives messages sent to provided content topic through callback","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dab3404b5da8b511","name":"it tolerates circular branch references","time":{"start":1714453949189,"stop":1714453949189,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8c85e6a5df7e2b3","name":"should emit a peer event after start","time":{"start":1714453952290,"stop":1714453952290,"duration":0},"status":"passed","severity":"normal"},{"uid":"62af1eaa8c0cf397","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1714454407734,"stop":1714454407734,"duration":0},"status":"passed","severity":"normal"},{"uid":"885004a40e588723","name":"Decoder throws on empty string content topic","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c5bf1d3fd8efcc6","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714454605552,"stop":1714454605553,"duration":1},"status":"passed","severity":"normal"},{"uid":"f340d12bc226960","name":"Encoder throws on undefined content topic","time":{"start":1714453938218,"stop":1714453938219,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f1cccf1375d2a04","name":"should correctly map a content topic to a pubsub topic","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1470b467b07695d","name":"Push message with content topic containing escaped characters","time":{"start":1714454365886,"stop":1714454365887,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd1b6f6d5cb91a83","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1714454140472,"stop":1714454140472,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e397afae7d85244","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1714453948677,"stop":1714453948677,"duration":0},"status":"passed","severity":"normal"},{"uid":"801bf757971b8236","name":"Check message received after jswaku node is restarted","time":{"start":1714454133787,"stop":1714454133787,"duration":0},"status":"skipped","severity":"normal"},{"uid":"93780d81c9f8f1ef","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714454605540,"stop":1714454605541,"duration":1},"status":"passed","severity":"normal"},{"uid":"15fe9fd73584153f","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app57/4/topic816/test.js","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cf47c3e133619b9","name":"can start and stop the service","time":{"start":1714453952288,"stop":1714453952289,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fa1c71ef517914c","name":"should decode valid enr with tcp successfully","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4ef28de9cffb070","name":"Check received message containing long","time":{"start":1714454133717,"stop":1714454133734,"duration":17},"status":"passed","severity":"normal"},{"uid":"85c278eadb8addb0","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1714453925052,"stop":1714453925052,"duration":0},"status":"passed","severity":"normal"},{"uid":"448420bd4f22f484","name":"Relay - times out","time":{"start":1714454576888,"stop":1714454576889,"duration":1},"status":"passed","severity":"normal"},{"uid":"c07f8a6274673f80","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1714454227480,"stop":1714454227480,"duration":0},"status":"passed","severity":"normal"},{"uid":"34725e5fd4dee5b7","name":"Check message with invalid timestamp is not received","time":{"start":1714454434336,"stop":1714454434337,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf64358b433daf75","name":"should set field with only STORE enabled","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"status":"passed","severity":"normal"},{"uid":"50f80d8287975dd9","name":"Fails to push message with large meta","time":{"start":1714454365888,"stop":1714454365889,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ee5e40c40732883","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1714454563519,"stop":1714454563519,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec56c91814540405","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140470,"stop":1714454140471,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbb6237e8cfe43f2","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714454605549,"stop":1714454605549,"duration":0},"status":"passed","severity":"normal"},{"uid":"236206fe7564f7a5","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714454434336,"stop":1714454434336,"duration":0},"status":"passed","severity":"normal"},{"uid":"59e9c665196f60e8","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454532131,"stop":1714454532132,"duration":1},"status":"passed","severity":"normal"},{"uid":"274213a0ff78a9fc","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5fa9624633014a9","name":"Ping on subscribed peer","time":{"start":1714454053295,"stop":1714454053295,"duration":0},"status":"passed","severity":"normal"},{"uid":"22131f39d6081398","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1714454407733,"stop":1714454407734,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbd3192d891a738c","name":"can start the service","time":{"start":1714453987174,"stop":1714453987175,"duration":1},"status":"passed","severity":"normal"},{"uid":"16e508a5233d780a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1714454140441,"stop":1714454140442,"duration":1},"status":"passed","severity":"normal"},{"uid":"58d527055cf2e164","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454048338,"stop":1714454048339,"duration":1},"status":"passed","severity":"normal"},{"uid":"2887c837dc45541c","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1714453925079,"stop":1714453925079,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f5931fbe953585a","name":"Using a function","time":{"start":1714454568760,"stop":1714454568760,"duration":0},"status":"passed","severity":"normal"},{"uid":"88d11e551cf3b08f","name":"Check received message containing unicode special characters","time":{"start":1714454133757,"stop":1714454133758,"duration":1},"status":"passed","severity":"normal"},{"uid":"5aa1adc76e0e8394","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1714453932706,"stop":1714453932707,"duration":1},"status":"passed","severity":"normal"},{"uid":"67c6a9e80a14fa09","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"status":"passed","severity":"normal"},{"uid":"d03213d8e857f439","name":"should get / set UDP multiaddr","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2f2ab911097bc77","name":"Query Generator, No message returned","time":{"start":1714454530131,"stop":1714454530132,"duration":1},"status":"passed","severity":"normal"},{"uid":"5550cb418fd645f8","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1714454546217,"stop":1714454546217,"duration":0},"status":"passed","severity":"normal"},{"uid":"1577a134e21deabe","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1714453983006,"stop":1714453983006,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec6b52485edc7b97","name":"Query Generator - backward","time":{"start":1714454530566,"stop":1714454530566,"duration":0},"status":"passed","severity":"normal"},{"uid":"63c8feb48d539bee","name":"Check received message containing emoji","time":{"start":1714454434307,"stop":1714454434307,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1cc6a3eac27677","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714454605542,"stop":1714454605542,"duration":0},"status":"passed","severity":"normal"},{"uid":"425327f5c3ddfcf8","name":"should not receive a peer event after stop","time":{"start":1714454443273,"stop":1714454443273,"duration":0},"status":"passed","severity":"normal"},{"uid":"334461603bed8848","name":"Subscribe to topic containing short and receive message","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"status":"passed","severity":"normal"},{"uid":"5fcb1bc994175490","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140447,"stop":1714454140449,"duration":2},"status":"passed","severity":"normal"},{"uid":"d8d86956b226a407","name":"Push message with escaped characters payload","time":{"start":1714454507877,"stop":1714454507877,"duration":0},"status":"passed","severity":"normal"},{"uid":"a39bd8284dc3baa7","name":"Push message with XML payload","time":{"start":1714454365877,"stop":1714454365877,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a7fa1fbeaa472cb","name":"Push 30 different messages","time":{"start":1714454365880,"stop":1714454365880,"duration":0},"status":"passed","severity":"normal"},{"uid":"916667c65dd8f36b","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1714453948681,"stop":1714453948682,"duration":1},"status":"passed","severity":"normal"},{"uid":"471251607050a193","name":"Ordered Callback - backward","time":{"start":1714454530568,"stop":1714454530568,"duration":0},"status":"passed","severity":"normal"},{"uid":"500228db3e6aa166","name":"Check received message containing SQL Injection","time":{"start":1714454133736,"stop":1714454133737,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab7ce96b27b0cd01","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1714453975110,"stop":1714453975113,"duration":3},"status":"passed","severity":"normal"},{"uid":"cc677e6c19076f0b","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714454407732,"stop":1714454407732,"duration":0},"status":"passed","severity":"normal"},{"uid":"fccedd48d03b0f2d","name":"Ping on subscribed peer","time":{"start":1714454006711,"stop":1714454006712,"duration":1},"status":"passed","severity":"normal"},{"uid":"e57afcd0ab8740ac","name":"Push message with special chars payload","time":{"start":1714454507872,"stop":1714454507873,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa639e7f722ae19e","name":"1 Store, 2 fetches","time":{"start":1714453948529,"stop":1714453948530,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dc094901eed865d","name":"Js publishes, other Js receives","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"status":"passed","severity":"normal"},{"uid":"b75757847885d762","name":"Push message with content topic containing Chinese","time":{"start":1714454365883,"stop":1714454365883,"duration":0},"status":"passed","severity":"normal"},{"uid":"96c0524c73e853d5","name":"should return empty list for no shard","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"status":"passed","severity":"normal"},{"uid":"52067d21d3b9b02e","name":"Sets default value correctly","time":{"start":1714454568761,"stop":1714454568761,"duration":0},"status":"passed","severity":"normal"},{"uid":"706c8093a8b07e62","name":"Nodes with multiple pubsub topic","time":{"start":1714454407734,"stop":1714454407735,"duration":1},"status":"passed","severity":"normal"},{"uid":"18e11e911cf90622","name":"Publish without waiting for remote peer","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"status":"passed","severity":"normal"},{"uid":"8438a27c06408ef7","name":"should use DNS peer discovery with light client","time":{"start":1714453987203,"stop":1714453987203,"duration":0},"status":"skipped","severity":"normal"},{"uid":"88ea70751a6632d3","name":"Decoder throws on undefined content topic","time":{"start":1714453958108,"stop":1714453958109,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc226b5c47a82ded","name":"Push message with escaped characters payload","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d7e30b4979337c","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714454483207,"stop":1714454483208,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a9e0d2133a25055","name":"Passing page size 0 when there are 110 messages","time":{"start":1714454561529,"stop":1714454561530,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c3d6a714804c48a","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714454605553,"stop":1714454605553,"duration":0},"status":"passed","severity":"normal"},{"uid":"7546a68a60612fab","name":"Decrypt messages","time":{"start":1714454368452,"stop":1714454368452,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d0abbee0a0a6b9","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"status":"passed","severity":"normal"},{"uid":"544721888cbb5c68","name":"Check publish message containing Basic HTML tag","time":{"start":1714454429791,"stop":1714454429791,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1afd77c3b8d639","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdab4c0cb8ae6c76","name":"Check received message containing JSON","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b0f674fb69a64a0","name":"Push message with content topic containing unicode special characters","time":{"start":1714454507908,"stop":1714454507909,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7049958848ea998","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714454434309,"stop":1714454434309,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dec738be8fe8cf0","name":"should return all peers when numPeers is 0","time":{"start":1714453937810,"stop":1714453937810,"duration":0},"status":"passed","severity":"normal"},{"uid":"655884fd8b8ad3fd","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"status":"passed","severity":"normal"},{"uid":"194f6290ae9e2aa9","name":"nwaku subscribes","time":{"start":1714454394847,"stop":1714454394847,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84df16735a00a4f","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"status":"passed","severity":"normal"},{"uid":"5160daf398f04b67","name":"Check received message containing special chars","time":{"start":1714454434302,"stop":1714454434302,"duration":0},"status":"passed","severity":"normal"},{"uid":"d751093e0a8ca0b4","name":"Generator, 2 different pubsubtopics","time":{"start":1714454532131,"stop":1714454532131,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6c5c5027f8a1242","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a932b70851738f9","name":"Refresh subscription","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"status":"passed","severity":"normal"},{"uid":"f844de063955df2c","name":"Check message with no payload is not received","time":{"start":1714454434338,"stop":1714454434343,"duration":5},"status":"passed","severity":"normal"},{"uid":"76c77909e1f65c0c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cf0c6efa3a9353b","name":"Ephemeral field is preserved - encoder v0","time":{"start":1714453985197,"stop":1714453985198,"duration":1},"status":"passed","severity":"normal"},{"uid":"24f53d033f11f313","name":"should not fail to stop the service if it was not started","time":{"start":1714453952289,"stop":1714453952289,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f10808592c79f71","name":"different cluster, different shard: nodes don't connect","time":{"start":1714454140405,"stop":1714454140405,"duration":0},"status":"passed","severity":"normal"},{"uid":"4900aca55f82f272","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1714454140470,"stop":1714454140470,"duration":0},"status":"passed","severity":"normal"},{"uid":"37ab29c6159148d7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1714453925067,"stop":1714453925068,"duration":1},"status":"passed","severity":"normal"},{"uid":"34aa7725de24f6d","name":"Push message with content topic containing long","time":{"start":1714454365882,"stop":1714454365882,"duration":0},"status":"passed","severity":"normal"},{"uid":"db7e2b5fe80db9ee","name":"Passing page size 1 when there are 4 messages","time":{"start":1714454561530,"stop":1714454561530,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae1a2ed372f5e873","name":"Ordered callback, aborts when callback returns true","time":{"start":1714454543148,"stop":1714454543149,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cc4f82d88683c68","name":"Check publish message containing unicode special characters","time":{"start":1714454429793,"stop":1714454429794,"duration":1},"status":"passed","severity":"normal"},{"uid":"857460668633a4b5","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1714454431996,"stop":1714454431997,"duration":1},"status":"passed","severity":"normal"},{"uid":"748ccf9739238cdc","name":"Ping on peer without subscriptions","time":{"start":1714454053292,"stop":1714454053294,"duration":2},"status":"passed","severity":"normal"},{"uid":"c57bd4b8d988b562","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1714453925076,"stop":1714453925076,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94cd70fb1228d3e","name":"Sign & Recover","time":{"start":1714453958695,"stop":1714453958695,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab7a13e404677766","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1714454429953,"stop":1714454429953,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d8fef94c72714df6","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1714453937811,"stop":1714453937812,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3f278d43222a8fb","name":"Check message with invalid timestamp is not received","time":{"start":1714454434309,"stop":1714454434310,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdfd92e1d0a584e4","name":"Push message with Chinese payload","time":{"start":1714454365874,"stop":1714454365875,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ebb69614cbce2b4","name":"handles empty shards array correctly","time":{"start":1714453925078,"stop":1714453925078,"duration":0},"status":"passed","severity":"normal"},{"uid":"b386dc830cff9211","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714454133776,"stop":1714454133777,"duration":1},"status":"passed","severity":"normal"},{"uid":"450b1975b20eb2f1","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1714453925053,"stop":1714453925054,"duration":1},"status":"passed","severity":"normal"},{"uid":"b804799c670fe26d","name":"Push message with content topic containing SQL Injection","time":{"start":1714454365884,"stop":1714454365884,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e90d963d77c5295","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1714454140446,"stop":1714454140447,"duration":1},"status":"passed","severity":"normal"},{"uid":"df92d0b0a879d62d","name":"isConnected return false after peer stops","time":{"start":1714454024388,"stop":1714454024389,"duration":1},"status":"passed","severity":"normal"},{"uid":"1355394a226fc052","name":"groups content topics by expected pubsub topic","time":{"start":1714453925058,"stop":1714453925058,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcdf5581f2b5090b","name":"Push message on custom pubsubTopic","time":{"start":1714454246972,"stop":1714454246973,"duration":1},"status":"passed","severity":"normal"},{"uid":"b27e1b051b4aea07","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714455040952,"stop":1714455040953,"duration":1},"status":"broken","severity":"normal"},{"uid":"2be863e591aa7720","name":"should set field with only FILTER enabled","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea6cdb28412fded","name":"random static sharding 2 - Cluster ID: 887, Shard ID: 831","time":{"start":1714454485750,"stop":1714454485751,"duration":1},"status":"passed","severity":"normal"},{"uid":"f67bd0dd7ca5b883","name":"Subscribe to topic containing Script and receive message","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"status":"passed","severity":"normal"},{"uid":"251f091b2540f221","name":"throws on empty content topic","time":{"start":1714453925048,"stop":1714453925048,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcea2ebd0247fbe8","name":"Push message with short payload","time":{"start":1714454365872,"stop":1714454365873,"duration":1},"status":"passed","severity":"normal"},{"uid":"5091c4afaea8e08","name":"Passing page size 110 when there are 120 messages","time":{"start":1714454561533,"stop":1714454561534,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cea5daf6686ff0e","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bdb555df86f17bb","name":"should not throw an error for a single configured topic","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca4d78625681bfd8","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1714454140407,"stop":1714454140407,"duration":0},"status":"passed","severity":"normal"},{"uid":"79b12bfc3d50a780","name":"Check received message containing Chinese","time":{"start":1714454133735,"stop":1714454133735,"duration":0},"status":"passed","severity":"normal"},{"uid":"9af974e884daf598","name":"Nodes with multiple pubsub topic","time":{"start":1714454407736,"stop":1714454407736,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae2e6cab1f6e11c3","name":"Check publish message containing long","time":{"start":1714454429787,"stop":1714454429787,"duration":0},"status":"passed","severity":"normal"},{"uid":"32cf2fcb2366ae9a","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic752/utf8","time":{"start":1714454483202,"stop":1714454483203,"duration":1},"status":"passed","severity":"normal"},{"uid":"a22d15c1c91f72cb","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1714453927576,"stop":1714453927578,"duration":2},"status":"passed","severity":"normal"},{"uid":"f3e8683d8c910fb","name":"should be able to decode the field with only RELAY set to true","time":{"start":1714453932708,"stop":1714453932709,"duration":1},"status":"passed","severity":"normal"},{"uid":"64930ecfacd402be","name":"Check received message containing short","time":{"start":1714454434300,"stop":1714454434300,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1fa59cd66f361ed","name":"Generator, custom pubsub topic","time":{"start":1714454532130,"stop":1714454532131,"duration":1},"status":"passed","severity":"normal"},{"uid":"11485742e92a5325","name":"Generator, custom pubsub topic","time":{"start":1714454532119,"stop":1714454532120,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c6554d6352592f5","name":"should properly create location multiaddrs - udp6","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1bc1bc5db07e9fd","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1714453925055,"stop":1714453925056,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb5353c5b8ccf62f","name":"Light Node - default protocols","time":{"start":1714454576890,"stop":1714454576891,"duration":1},"status":"passed","severity":"normal"},{"uid":"7158792a1d171752","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454246978,"stop":1714454246979,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7d1d034949e657a","name":"Promise Callback - backward","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebb1826b4abf9f65","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1714454140446,"stop":1714454140446,"duration":0},"status":"passed","severity":"normal"},{"uid":"a10685214d07a916","name":"should set field with only RELAY enabled","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"status":"passed","severity":"normal"},{"uid":"58c0bc7abfd2cb0d","name":"Check received message containing numeric","time":{"start":1714454133734,"stop":1714454133734,"duration":0},"status":"passed","severity":"normal"},{"uid":"9173833b3de9b1b3","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140468,"stop":1714454140468,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbb0d67216c4e9b6","name":"Decoder throws on empty string content topic","time":{"start":1714453958109,"stop":1714453958109,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f97fbb6fa26907","name":"Subscribe and publish message","time":{"start":1714454431991,"stop":1714454431991,"duration":0},"status":"passed","severity":"normal"},{"uid":"695d8f01740fb80f","name":"stop","time":{"start":1714454015968,"stop":1714454015971,"duration":3},"status":"passed","severity":"normal"},{"uid":"2d4499723c47916f","name":"handles multiple messages","time":{"start":1714454554065,"stop":1714454554065,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f3d2c06f80823b8","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714454066545,"stop":1714454066546,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2986bd955e4b154","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1714454479295,"stop":1714454479296,"duration":1},"status":"passed","severity":"normal"},{"uid":"a28d93c2ed2dcbae","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714454605553,"stop":1714454605553,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3e658179da8e401","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714454365885,"stop":1714454365885,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e9974055955c41c","name":"Check received message containing Script","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"status":"passed","severity":"normal"},{"uid":"b546bbc8e797654d","name":"should handle application and version for autosharding","time":{"start":1714453925062,"stop":1714453925062,"duration":0},"status":"passed","severity":"normal"},{"uid":"96e0b3e1e7e28fa1","name":"Push message with Basic HTML tag payload","time":{"start":1714454365877,"stop":1714454365878,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a1a3e203790ce33","name":"All","time":{"start":1714453985446,"stop":1714453985447,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3e8c9f0b15dd120","name":"Check publish message containing SQL Injection","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee533373a8271683","name":"udp ip6 address","time":{"start":1714453932857,"stop":1714453932857,"duration":0},"status":"passed","severity":"normal"},{"uid":"152f5c1f4a593388","name":"Waku message hash computation (payload length 0)","time":{"start":1714453927579,"stop":1714453927579,"duration":0},"status":"passed","severity":"normal"},{"uid":"949ad993f0999974","name":"through manual discovery","time":{"start":1714454253972,"stop":1714454253972,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fea3f6704e60d77","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","time":{"start":1714453925077,"stop":1714453925078,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ef6e3bd4d25eeaf","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140445,"stop":1714454140445,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6ad9b3c67e127f8","name":"Push message with content topic containing XML","time":{"start":1714454365885,"stop":1714454365885,"duration":0},"status":"passed","severity":"normal"},{"uid":"60ebd24e08061e3d","name":"should be called for bootstrap peers","time":{"start":1714453983003,"stop":1714453983004,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b53ae16e9abd831","name":"addEventListener with correct event","time":{"start":1714454015964,"stop":1714454015965,"duration":1},"status":"passed","severity":"normal"},{"uid":"644bf9020a51a244","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714454605555,"stop":1714454605556,"duration":1},"status":"passed","severity":"normal"},{"uid":"553b78278a8ed105","name":"Fails to publish duplicate message","time":{"start":1714454429798,"stop":1714454429798,"duration":0},"status":"passed","severity":"normal"},{"uid":"e46647fae114face","name":"Check publish message containing special chars","time":{"start":1714454429788,"stop":1714454429788,"duration":0},"status":"passed","severity":"normal"},{"uid":"d60c20001d591fe0","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714454605543,"stop":1714454605543,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7616af520187478","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1714453925053,"stop":1714453925053,"duration":0},"status":"passed","severity":"normal"},{"uid":"e014b23c14045743","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1714454140481,"stop":1714454140481,"duration":0},"status":"passed","severity":"normal"},{"uid":"28eca425e334553c","name":"Check received message containing escaped characters","time":{"start":1714454434306,"stop":1714454434306,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2a3a2bca3a0f955","name":"different cluster, different shard: nodes don't connect","time":{"start":1714454282973,"stop":1714454282973,"duration":0},"status":"passed","severity":"normal"},{"uid":"f18deb9e3b0bbaf","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1714453925052,"stop":1714453925053,"duration":1},"status":"passed","severity":"normal"},{"uid":"b17a27ff7b6939c","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714454066546,"stop":1714454066546,"duration":0},"status":"passed","severity":"normal"},{"uid":"44c72fa50b273120","name":"same cluster, different shard: nodes connect","time":{"start":1714454282971,"stop":1714454282972,"duration":1},"status":"passed","severity":"normal"},{"uid":"14c66ff69319547e","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1714454140450,"stop":1714454140450,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c5dc8fd300e6868","name":"Push message with Russian payload","time":{"start":1714454507874,"stop":1714454507875,"duration":1},"status":"passed","severity":"normal"},{"uid":"d11c7eb94b0582e1","name":"Push message with content topic containing short","time":{"start":1714454507879,"stop":1714454507880,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c0db5554655ccb5","name":"Ephemeral field set to true","time":{"start":1714453938217,"stop":1714453938218,"duration":1},"status":"passed","severity":"normal"},{"uid":"4268fea317aefe10","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1714454140451,"stop":1714454140451,"duration":0},"status":"passed","severity":"normal"},{"uid":"d45041c72c63df9","name":"throws an error for improperly formatted content topics","time":{"start":1714453925059,"stop":1714453925060,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3edff3c3998a20e","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1714453925063,"stop":1714453925063,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e71ba6bbae91ad2","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app12/2/topic99/utf8","time":{"start":1714454483204,"stop":1714454483204,"duration":0},"status":"passed","severity":"normal"},{"uid":"46c08e9d3c6655b1","name":"Waku message hash computation (meta attribute not present)","time":{"start":1714453927578,"stop":1714453927579,"duration":1},"status":"passed","severity":"normal"},{"uid":"16d2f708d2a201df","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1714453932710,"stop":1714453932710,"duration":0},"status":"passed","severity":"normal"},{"uid":"2129a5256a01352f","name":"Decoder throws on undefined content topic","time":{"start":1714453938219,"stop":1714453938220,"duration":1},"status":"passed","severity":"normal"},{"uid":"329209713ce6040b","name":"Check received message containing shell command","time":{"start":1714454133753,"stop":1714454133756,"duration":3},"status":"passed","severity":"normal"},{"uid":"d7be35af6bff9dd4","name":"more peers than existing","time":{"start":1714454366018,"stop":1714454366019,"duration":1},"status":"skipped","severity":"normal"},{"uid":"270bb73d64b6b15b","name":"Check received message containing JSON","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fdd0c9700bae2ca","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1714454140471,"stop":1714454140471,"duration":0},"status":"passed","severity":"normal"},{"uid":"4628c4e3b9455f36","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714454605546,"stop":1714454605547,"duration":1},"status":"passed","severity":"normal"},{"uid":"35a66468b19db128","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1714453925056,"stop":1714453925056,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcc4888625da6a03","name":"Symmetric encrypt & Decrypt","time":{"start":1714453958694,"stop":1714453958694,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4b7867c9186a581","name":"Check received message containing Arabic","time":{"start":1714454133735,"stop":1714454133736,"duration":1},"status":"passed","severity":"normal"},{"uid":"40017be7be309895","name":"Check received message with timestamp: 1714453974781 ","time":{"start":1714454133776,"stop":1714454133776,"duration":0},"status":"passed","severity":"normal"},{"uid":"64fa5366db1f23ff","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1714453975164,"stop":1714453975166,"duration":2},"status":"passed","severity":"normal"},{"uid":"50002bb0313fa728","name":"Push message with content topic containing short","time":{"start":1714454365881,"stop":1714454365881,"duration":0},"status":"passed","severity":"normal"},{"uid":"9175e0c1df70ae2e","name":"should return valid sharding parameters for static sharding","time":{"start":1714453925075,"stop":1714453925076,"duration":1},"status":"passed","severity":"normal"},{"uid":"9210bb3f98bb49e2","name":"1 Relay, 1 fetch","time":{"start":1714453948528,"stop":1714453948529,"duration":1},"status":"passed","severity":"normal"},{"uid":"7468e6aa08025773","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1714453927578,"stop":1714453927578,"duration":0},"status":"passed","severity":"normal"},{"uid":"10de672e42011c50","name":"should encode/decode to RLP encoding","time":{"start":1714453933333,"stop":1714453933334,"duration":1},"status":"passed","severity":"normal"},{"uid":"2121bc3d4dac1fda","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1714454563520,"stop":1714454563520,"duration":0},"status":"passed","severity":"normal"},{"uid":"632faa9461f93af2","name":"should throw error - invalid id","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6d2df2ab0d656ba","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1714454431999,"stop":1714454431999,"duration":0},"status":"passed","severity":"normal"},{"uid":"43ffd9bee8343b65","name":"Reopen subscription with peer with lost subscription","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"status":"passed","severity":"normal"},{"uid":"a07d2bba4bd5a39f","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1714454140468,"stop":1714454140469,"duration":1},"status":"passed","severity":"normal"},{"uid":"75e14a87ff799f1f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714454227478,"stop":1714454227478,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f741534f97503bf","name":"should throw error - no id","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0aeee07ed856dff","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714454185399,"stop":1714454185399,"duration":0},"status":"passed","severity":"normal"},{"uid":"86279c7a7ebb3efd","name":"handles different clusterIds correctly","time":{"start":1714453925059,"stop":1714453925059,"duration":0},"status":"passed","severity":"normal"},{"uid":"38f3f028c823b6a4","name":"should not fail to stop the service if it was not started","time":{"start":1714453987176,"stop":1714453987180,"duration":4},"status":"passed","severity":"normal"},{"uid":"95ec738bcbe5908f","name":"should throw error - no id","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"status":"passed","severity":"normal"},{"uid":"a889015c43487494","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714454605556,"stop":1714454605557,"duration":1},"status":"passed","severity":"normal"},{"uid":"21f150444f2c2a0d","name":"Check message on other pubsub topic is not received","time":{"start":1714454434337,"stop":1714454434337,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2ed7094606a655e","name":"Check received message containing Basic HTML tag","time":{"start":1714454133738,"stop":1714454133749,"duration":11},"status":"passed","severity":"normal"},{"uid":"8e825648015175c8","name":"should get / set TCP multiaddr","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"status":"passed","severity":"normal"},{"uid":"601ef7664453d0a9","name":"Check received message containing long","time":{"start":1714454434300,"stop":1714454434301,"duration":1},"status":"passed","severity":"normal"},{"uid":"c295eb63f07b59a6","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714454227464,"stop":1714454227464,"duration":0},"status":"passed","severity":"normal"},{"uid":"d90f2f66f9ff72b1","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app98/8/topic585/test.js","time":{"start":1714454483201,"stop":1714454483201,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ad334ba27e764f7","name":"start node with empty shard","time":{"start":1714454485767,"stop":1714454485768,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff4e45aa33a0f8cb","name":"should throw an error for an unconfigured topic","time":{"start":1714453925073,"stop":1714453925073,"duration":0},"status":"passed","severity":"normal"},{"uid":"b38522128eff9403","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1714454140465,"stop":1714454140465,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d27815002d1a8a4","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0e5c5ac8589faff","name":"Check received message containing Russian","time":{"start":1714454434303,"stop":1714454434303,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce14cf8db4c30f17","name":"addEventListener with wrong event","time":{"start":1714454015965,"stop":1714454015965,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3a2ea0b927787e5","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714454227469,"stop":1714454227469,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d33b6931123a9e6","name":"throws on content topic with non-number generation field","time":{"start":1714453925049,"stop":1714453925049,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f734fb21cacc777","name":"Init the array if not present","time":{"start":1714453924717,"stop":1714453924718,"duration":1},"status":"passed","severity":"normal"},{"uid":"73b947c9791e2441","name":"Push message with short payload","time":{"start":1714454507870,"stop":1714454507871,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff2bc33329b55265","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1714454479294,"stop":1714454479295,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bd18019522168d9","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714454227469,"stop":1714454227470,"duration":1},"status":"passed","severity":"normal"},{"uid":"d331e42afaebe844","name":"Push message with XML payload","time":{"start":1714454507876,"stop":1714454507876,"duration":0},"status":"passed","severity":"normal"},{"uid":"c537b29e3e3509c0","name":"Ping on unsubscribed peer","time":{"start":1714454053294,"stop":1714454053294,"duration":0},"status":"passed","severity":"normal"},{"uid":"8027cf929ebba3b7","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1714454431995,"stop":1714454431995,"duration":0},"status":"passed","severity":"normal"},{"uid":"690dca5a57a257f2","name":"Ephemeral messages are not stored","time":{"start":1714453985197,"stop":1714453985197,"duration":0},"status":"passed","severity":"normal"},{"uid":"32d513c4e4365c39","name":"Check received message containing Arabic","time":{"start":1714454434321,"stop":1714454434322,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dd038a6eb40c75c","name":"Check message with non string payload is not received","time":{"start":1714454133786,"stop":1714454133787,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1e2a111fa2b3ebd","name":"Check received message containing SQL Injection","time":{"start":1714454434303,"stop":1714454434304,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b8aead8e76b74f2","name":"tcp ip4 address","time":{"start":1714453932856,"stop":1714453932857,"duration":1},"status":"passed","severity":"normal"},{"uid":"5aacec4f998f630b","name":"Push message with JSON payload","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"status":"passed","severity":"normal"},{"uid":"33e4d7e99c9d224b","name":"Push message with numeric payload","time":{"start":1714454507872,"stop":1714454507872,"duration":0},"status":"passed","severity":"normal"},{"uid":"97051404c203f14e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714454048344,"stop":1714454048345,"duration":1},"status":"passed","severity":"normal"},{"uid":"abbadf86a5f12dd6","name":"Push message with custom timestamp: 1714457740677","time":{"start":1714454365891,"stop":1714454365891,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d6cda14eb1087b5","name":"Check message received after nwaku node is restarted","time":{"start":1714454133787,"stop":1714454133790,"duration":3},"status":"skipped","severity":"normal"},{"uid":"e06c326806e47794","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1714453925071,"stop":1714453925072,"duration":1},"status":"passed","severity":"normal"},{"uid":"b47384f4ebcd3e3","name":"ignores unrecognized TXT record formats","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"status":"passed","severity":"normal"},{"uid":"740f018d93b66c09","name":"random static sharding 7 - Cluster ID: 457, Shard ID: 586","time":{"start":1714454485753,"stop":1714454485754,"duration":1},"status":"passed","severity":"normal"},{"uid":"911d0e08ce1e8bad","name":"should encodeTxt and decodeTxt","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"status":"passed","severity":"normal"},{"uid":"75c123815b343483","name":"Check message on other pubsub topic is not received","time":{"start":1714454133778,"stop":1714454133782,"duration":4},"status":"passed","severity":"normal"},{"uid":"bf0ce7cfb5745d64","name":"Push message with emoji payload","time":{"start":1714454507878,"stop":1714454507878,"duration":0},"status":"passed","severity":"normal"},{"uid":"c39cddbcef6e5a21","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1714454140467,"stop":1714454140468,"duration":1},"status":"passed","severity":"normal"},{"uid":"535754dedc17a9c7","name":"can start the service","time":{"start":1714453952288,"stop":1714453952288,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a633af914ad7cba","name":"should only return 1 node with relay capability","time":{"start":1714453949191,"stop":1714453949191,"duration":0},"status":"passed","severity":"normal"},{"uid":"b91a5877a0e65321","name":"should throw an error for insufficient data","time":{"start":1714453925096,"stop":1714453925097,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ffcb024f6ed47cc","name":"new peer added after a peer was already found","time":{"start":1714454401484,"stop":1714454401485,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4c4e44b14de62d31","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b99fc4a013d77fb","name":"Relay + Store","time":{"start":1714453933339,"stop":1714453933339,"duration":0},"status":"passed","severity":"normal"},{"uid":"70cd68626942b1d0","name":"Push message with content topic containing Script","time":{"start":1714454365884,"stop":1714454365884,"duration":0},"status":"passed","severity":"normal"},{"uid":"189065852df67ab","name":"random static sharding 3 - Cluster ID: 740, Shard ID: 883","time":{"start":1714454485751,"stop":1714454485751,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd395b0f82b2c404","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1714454429952,"stop":1714454429953,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ea27bc63ec332f7e","name":"should add and remove event listeners correctly","time":{"start":1714453952293,"stop":1714453952293,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e0f356892cfb93a","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1714454048336,"stop":1714454048336,"duration":0},"status":"passed","severity":"normal"},{"uid":"fadfa25a11028a89","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1714453925066,"stop":1714453925066,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b08ba6b451966ba","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454048342,"stop":1714454048343,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e09396f8002a3a8","name":"should set field with all protocols disabled","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdfc1c2e0e5b226a","name":"Push message with content topic containing JSON","time":{"start":1714454507907,"stop":1714454507907,"duration":0},"status":"passed","severity":"normal"},{"uid":"b94cae4d742a1da9","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6b61b1b22c1f123","name":"Push message with content topic containing Russian","time":{"start":1714454507904,"stop":1714454507905,"duration":1},"status":"passed","severity":"normal"},{"uid":"5328c19c212b7083","name":"Push message with numeric payload","time":{"start":1714454365873,"stop":1714454365874,"duration":1},"status":"passed","severity":"normal"},{"uid":"53cc4b20311d828a","name":"same cluster, same shard: nodes connect","time":{"start":1714454140403,"stop":1714454140403,"duration":0},"status":"passed","severity":"normal"},{"uid":"45d9da11f7dfebc3","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140435,"stop":1714454140436,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2a102a9c0c110d0","name":"should throw an error for missing required configuration","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"status":"passed","severity":"normal"},{"uid":"5112b462c3ee8c8b","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714454485749,"stop":1714454485749,"duration":0},"status":"passed","severity":"normal"},{"uid":"60fb6708ee3c5d8","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1714453958105,"stop":1714453958106,"duration":1},"status":"passed","severity":"normal"},{"uid":"38ee74cff7891b07","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714454066547,"stop":1714454066547,"duration":0},"status":"passed","severity":"normal"},{"uid":"f94eabf3ee2e344a","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714454485767,"stop":1714454485767,"duration":0},"status":"passed","severity":"normal"},{"uid":"b20b71879f77492f","name":"Push message with content topic containing emoji","time":{"start":1714454507909,"stop":1714454507909,"duration":0},"status":"passed","severity":"normal"},{"uid":"f15cff6392f257e3","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1714454140472,"stop":1714454140472,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d6ce6e1f52ae2d1","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"status":"skipped","severity":"normal"},{"uid":"167b52438eea132c","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714454605555,"stop":1714454605555,"duration":0},"status":"passed","severity":"normal"},{"uid":"c891f1146b37df47","name":"Subscribe to topic containing short and receive message","time":{"start":1714454605541,"stop":1714454605542,"duration":1},"status":"passed","severity":"normal"},{"uid":"62f3d7d26e488cff","name":"random static sharding 8 - Cluster ID: 548, Shard ID: 998","time":{"start":1714454485754,"stop":1714454485762,"duration":8},"status":"passed","severity":"normal"},{"uid":"bf4e63e04842be2b","name":"Callback on promise, aborts when callback returns true","time":{"start":1714454543147,"stop":1714454543147,"duration":0},"status":"passed","severity":"normal"},{"uid":"953b84f7113846e1","name":"Subscribe to topic containing special chars and publish message","time":{"start":1714454431995,"stop":1714454431995,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdb3b3ead4d39dc","name":"should properly create peer info with all multiaddrs","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec1f06b9e075c5cd","name":"can start and stop the service","time":{"start":1714453987175,"stop":1714453987175,"duration":0},"status":"passed","severity":"normal"},{"uid":"88aab81e5b7a0cbf","name":"Push message with content topic containing Arabic","time":{"start":1714454365883,"stop":1714454365883,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e27df1c492fc8f5","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714454048341,"stop":1714454048342,"duration":1},"status":"passed","severity":"normal"},{"uid":"b708eb1a315f032f","name":"Overlapping topic subscription","time":{"start":1714454605541,"stop":1714454605541,"duration":0},"status":"passed","severity":"normal"},{"uid":"a599ad9bfeb412ff","name":"Push message on custom pubsubTopic","time":{"start":1714454246976,"stop":1714454246977,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2b0fe4800e9c818","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454246980,"stop":1714454246980,"duration":0},"status":"passed","severity":"normal"},{"uid":"cfe3ee72c68f101a","name":"Check received message containing Russian","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab25e40647917517","name":"isConnected should return false after all peers disconnect","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"status":"passed","severity":"normal"},{"uid":"142da8326336c4a8","name":"configure the node with multiple pubsub topics","time":{"start":1714454485766,"stop":1714454485766,"duration":0},"status":"passed","severity":"normal"},{"uid":"93e0214dd64c40cf","name":"Store - dialed after - with timeout","time":{"start":1714454576889,"stop":1714454576889,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f0c94faab0b1963","name":"Push message with rate limit","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fc7ac1628ba423","name":"Check publish message containing JSON","time":{"start":1714454429792,"stop":1714454429792,"duration":0},"status":"passed","severity":"normal"},{"uid":"80ddf2de593139fd","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714454605543,"stop":1714454605543,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cfb07bfa45cf2bd","name":"Check publish message after client node is restarted","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1a3def65471817f7","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714454605543,"stop":1714454605544,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f340b4099f0ed49","name":"Refresh subscription","time":{"start":1714454605541,"stop":1714454605541,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ffbb2ec5fbf22ff","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714454227463,"stop":1714454227463,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8ebbf1eef227af2","name":"Push message with Arabic payload","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"status":"passed","severity":"normal"},{"uid":"6bec232bcfaf5fb9","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1714454530135,"stop":1714454530136,"duration":1},"status":"passed","severity":"normal"},{"uid":"94a6e8f1210849fa","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1714453925054,"stop":1714453925054,"duration":0},"status":"passed","severity":"normal"},{"uid":"b71d567b89d3c557","name":"same cluster, same shard: nodes connect","time":{"start":1714454282971,"stop":1714454282971,"duration":0},"status":"passed","severity":"normal"},{"uid":"849be0f2d33be703","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1714454140454,"stop":1714454140465,"duration":11},"status":"passed","severity":"normal"},{"uid":"dc77af7a324f720a","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1714454429799,"stop":1714454429799,"duration":0},"status":"passed","severity":"normal"},{"uid":"70c663d21c7fadb0","name":"should emit a peer event after start","time":{"start":1714453987195,"stop":1714453987196,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f270fc87c0055e8","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714454605556,"stop":1714454605556,"duration":0},"status":"passed","severity":"normal"},{"uid":"21017a38a9a3dbc","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1714453925067,"stop":1714453925067,"duration":0},"status":"passed","severity":"normal"},{"uid":"91bdebb70e439511","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714454483200,"stop":1714454483200,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c6c4e9ccace8115","name":"should not receive a peer event before start","time":{"start":1714454443272,"stop":1714454443273,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe002c4399712ba2","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"status":"passed","severity":"normal"},{"uid":"a749995bcd759a68","name":"Meta field set when metaSetter is specified","time":{"start":1714453938218,"stop":1714453938218,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc09e913abdfe17f","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1714454563520,"stop":1714454563520,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc865e4c4c2d3d5f","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714455040954,"stop":1714455040954,"duration":0},"status":"passed","severity":"normal"},{"uid":"7952cb5ecae3961","name":"Fails to push message bigger that 1MB","time":{"start":1714454365892,"stop":1714454365892,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f5affd9564ff4b2","name":"Subscribe to topic containing Script and receive message","time":{"start":1714454227471,"stop":1714454227471,"duration":0},"status":"passed","severity":"normal"},{"uid":"86aa425568eb79fb","name":"Push message with emoji payload","time":{"start":1714454365879,"stop":1714454365880,"duration":1},"status":"passed","severity":"normal"},{"uid":"78a2ad174cdf22c8","name":"should not receive a peer event after stop","time":{"start":1714453952291,"stop":1714453952291,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1237131e461ba8b","name":"throws on content topic with empty topic name field","time":{"start":1714453925050,"stop":1714453925051,"duration":1},"status":"passed","severity":"normal"},{"uid":"a07e742b3bebc9aa","name":"should not receive a peer event before start","time":{"start":1714453952290,"stop":1714453952290,"duration":0},"status":"passed","severity":"normal"},{"uid":"e477d8a9ecd81e52","name":"Subscribe and receive messages via lightPush","time":{"start":1714454605548,"stop":1714454605548,"duration":0},"status":"passed","severity":"normal"},{"uid":"24097be2e48270b","name":"Does not throw an exception when node disconnects","time":{"start":1714454568758,"stop":1714454568759,"duration":1},"status":"passed","severity":"normal"},{"uid":"260f110eb8f28957","name":"Check received message containing SQL Injection","time":{"start":1714454434322,"stop":1714454434322,"duration":0},"status":"passed","severity":"normal"},{"uid":"20f36617bdf81683","name":"Check received message containing Arabic","time":{"start":1714454434302,"stop":1714454434303,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b32203bcaed95b7","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1714453948678,"stop":1714453948678,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e45a16baec4e262","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714454185397,"stop":1714454185397,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e7f4a1fc9e5353a","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1714454429954,"stop":1714454429954,"duration":0},"status":"skipped","severity":"normal"},{"uid":"844baa4ccc96a85e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714454227470,"stop":1714454227470,"duration":0},"status":"passed","severity":"normal"},{"uid":"b56a06462fa380ed","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1714454432000,"stop":1714454432000,"duration":0},"status":"passed","severity":"normal"},{"uid":"8270070da7be5245","name":"random static sharding 1 - Cluster ID: 196, Shard ID: 680","time":{"start":1714454485750,"stop":1714454485750,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2fa6ff8d7d2b535","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714454434336,"stop":1714454434336,"duration":0},"status":"passed","severity":"normal"},{"uid":"177075e0e50478e2","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1714453932711,"stop":1714453932711,"duration":0},"status":"passed","severity":"normal"},{"uid":"d362041d60108eee","name":"Ordered Callback - forward","time":{"start":1714454530567,"stop":1714454530567,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ee48248c9103084","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1714454140469,"stop":1714454140469,"duration":0},"status":"passed","severity":"normal"},{"uid":"738e6ac959f49e","name":"Default pageSize","time":{"start":1714454561534,"stop":1714454561534,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc8b49760542847c","name":"Subscribe to topic containing Russian and publish message","time":{"start":1714454431996,"stop":1714454431996,"duration":0},"status":"passed","severity":"normal"},{"uid":"9046eaffdbfc122b","name":"Query with Promise Callback, No message returned","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"status":"passed","severity":"normal"},{"uid":"c025c083c5d3ea34","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f8b8b623a1f8c54","name":"LightPush","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb32a42297e3ef9","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1714453925064,"stop":1714453925065,"duration":1},"status":"passed","severity":"normal"},{"uid":"e96f2339435f0ca6","name":"should not fail to start the service if it is already started","time":{"start":1714453987181,"stop":1714453987182,"duration":1},"status":"passed","severity":"normal"},{"uid":"44ab962d18821101","name":"Check received message containing XML","time":{"start":1714454434304,"stop":1714454434304,"duration":0},"status":"passed","severity":"normal"},{"uid":"248736087726a566","name":"ignores domain fetching errors","time":{"start":1714453949190,"stop":1714453949190,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c87aaa6abea2431","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429794,"stop":1714454429795,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c854944502ebe26","name":"random static sharding 5 - Cluster ID: 560, Shard ID: 511","time":{"start":1714454485752,"stop":1714454485753,"duration":1},"status":"passed","severity":"normal"},{"uid":"83a1465acc1917a7","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714454605540,"stop":1714454605540,"duration":0},"status":"passed","severity":"normal"},{"uid":"601453b951bf8882","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714454185400,"stop":1714454185401,"duration":1},"status":"passed","severity":"normal"},{"uid":"93fae3a94dd87ae7","name":"Check received message containing special chars","time":{"start":1714454133734,"stop":1714454133735,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b726e2fb17db9be","name":"Push message with unicode special characters payload","time":{"start":1714454365879,"stop":1714454365879,"duration":0},"status":"passed","severity":"normal"},{"uid":"320819ff5bfbd74b","name":"should be able to encode the field with only STORE set to true","time":{"start":1714453932703,"stop":1714453932704,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ea2fb83e0de3f56","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1714453959966,"stop":1714453959967,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbbe7248dd4b4334","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714454185398,"stop":1714454185398,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6e6a3f076ba6a3c","name":"Check publish message containing numeric","time":{"start":1714454429787,"stop":1714454429788,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7b3f569bfd8c4f6","name":"different cluster, same shard: nodes don't connect","time":{"start":1714454282972,"stop":1714454282972,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc96fdc720d91514","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1714453937812,"stop":1714453937812,"duration":0},"status":"passed","severity":"normal"},{"uid":"a37500d3e670694c","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"status":"passed","severity":"normal"},{"uid":"3175466a28a0d37c","name":"Query generator for multiple messages","time":{"start":1714454543142,"stop":1714454543143,"duration":1},"status":"passed","severity":"normal"},{"uid":"6416ed07ce907968","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714454227464,"stop":1714454227465,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8d22242ba14c6e5","name":"Check message with non string payload is not received","time":{"start":1714454434312,"stop":1714454434312,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d78185ed2aa63","name":"Subscribe to topic containing long and receive message","time":{"start":1714454605552,"stop":1714454605552,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2fee9df710e76fc","name":"start node with empty content topic","time":{"start":1714454483208,"stop":1714454483209,"duration":1},"status":"passed","severity":"normal"},{"uid":"3371c8a123abc729","name":"Query with Ordered Callback, No message returned","time":{"start":1714454530135,"stop":1714454530135,"duration":0},"status":"passed","severity":"normal"},{"uid":"d88950b501cec473","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1714454140445,"stop":1714454140446,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ab6da241dea098d","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1714454431996,"stop":1714454431996,"duration":0},"status":"passed","severity":"normal"},{"uid":"27dbeb104c845fbc","name":"Check message with no content topic is not received","time":{"start":1714454434337,"stop":1714454434337,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d10c048738ce176","name":"should load peers from local storage and dispatch events","time":{"start":1714453952291,"stop":1714453952292,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5172eabcef5af28","name":"Promise Callback - forward","time":{"start":1714454530566,"stop":1714454530567,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1d7a120e82c5b90","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714455040951,"stop":1714455040952,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c3209cfa50c2406","name":"Fails to push message with large meta","time":{"start":1714454507911,"stop":1714454507912,"duration":1},"status":"passed","severity":"normal"},{"uid":"734636c2e333c2e2","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3c7e506dc51f8b","name":"Subscribe to topic containing long and publish message","time":{"start":1714454431994,"stop":1714454431994,"duration":0},"status":"passed","severity":"normal"},{"uid":"682e29e2021b61d0","name":"Generator, custom pubsub topic","time":{"start":1714454532108,"stop":1714454532109,"duration":1},"status":"passed","severity":"normal"},{"uid":"74151707d603349e","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714454227479,"stop":1714454227479,"duration":0},"status":"passed","severity":"normal"},{"uid":"1511a39543aae2da","name":"should only return 1 node with store capability","time":{"start":1714453949192,"stop":1714453949192,"duration":0},"status":"passed","severity":"normal"},{"uid":"680e45e7815e4847","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714454605547,"stop":1714454605547,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f6223c4088f1d5","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714454227473,"stop":1714454227478,"duration":5},"status":"passed","severity":"normal"},{"uid":"50408345c4a70e38","name":"Check received message containing Russian","time":{"start":1714454133736,"stop":1714454133736,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ca8fb5f560bc585","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140479,"stop":1714454140479,"duration":0},"status":"passed","severity":"normal"},{"uid":"e11b09c32e4245e3","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1714454282970,"stop":1714454282971,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5de0bca57562b2","name":"Push message with content topic containing XML","time":{"start":1714454507906,"stop":1714454507906,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f4ac4a5dbb07841","name":"Mutual subscription","time":{"start":1714454431990,"stop":1714454431990,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6bde31a36086432","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454048337,"stop":1714454048338,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8d5ffc61033009c","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1714454530133,"stop":1714454530134,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e4a510800c948f3","name":"Push message with Russian payload","time":{"start":1714454365875,"stop":1714454365875,"duration":0},"status":"passed","severity":"normal"},{"uid":"18ac2c9ceb0ed553","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1714454140405,"stop":1714454140405,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6b9f837f97ccbdc","name":"Encoder throws on undefined content topic","time":{"start":1714453959968,"stop":1714453959968,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bc933dcda60a0a3","name":"Subscribe to topic containing XML and receive message","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"status":"passed","severity":"normal"},{"uid":"79103309655d5e9d","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"status":"passed","severity":"normal"},{"uid":"841e25efbaf31fab","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1714453932706,"stop":1714453932706,"duration":0},"status":"passed","severity":"normal"},{"uid":"2911a22315c17e0f","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1714453925075,"stop":1714453925075,"duration":0},"status":"passed","severity":"normal"},{"uid":"1778d82f3530d5a5","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app85/5/topic455/xml","time":{"start":1714454483205,"stop":1714454483205,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8a5884ec5146f6d","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714454605540,"stop":1714454605540,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c1f181afc3391c","name":"Push message with content topic containing Script","time":{"start":1714454507905,"stop":1714454507906,"duration":1},"status":"passed","severity":"normal"},{"uid":"f88416f091948627","name":"should return false","time":{"start":1714453933333,"stop":1714453933333,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc5b8c3f646637d","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1714453933331,"stop":1714453933331,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b6be3a2944485ea","name":"throws on content topic with too few or too many fields","time":{"start":1714453925048,"stop":1714453925048,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cf49bb602f87ad8","name":"Privacy Node - default protocol","time":{"start":1714454576891,"stop":1714454576891,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba49a0f6a0fee7e0","name":"Check message with no payload is not received","time":{"start":1714454133786,"stop":1714454133786,"duration":0},"status":"passed","severity":"normal"},{"uid":"88370a19eabce987","name":"Subscribe and receive messages via lightPush","time":{"start":1714454605538,"stop":1714454605538,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4d899213be6ad3d","name":"Publish message with large meta","time":{"start":1714454429801,"stop":1714454429802,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9c668e97b36eff1","name":"Check message with non string payload is not received","time":{"start":1714454434344,"stop":1714454434345,"duration":1},"status":"passed","severity":"normal"},{"uid":"69215ffe8c76cc83","name":"Fails to publish message with size larger than 1 MB","time":{"start":1714454429800,"stop":1714454429800,"duration":0},"status":"passed","severity":"normal"},{"uid":"324ebb1e0275b911","name":"Push message with special chars payload","time":{"start":1714454365874,"stop":1714454365874,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd4fe7483e0a151b","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1714453948680,"stop":1714453948680,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ed2984a1ad2ff94","name":"Push message with content topic containing numeric","time":{"start":1714454507880,"stop":1714454507881,"duration":1},"status":"passed","severity":"normal"},{"uid":"63ca4d840510b808","name":"Delete observer","time":{"start":1714454368452,"stop":1714454368453,"duration":1},"status":"passed","severity":"normal"},{"uid":"39bfb46788072db1","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714454227472,"stop":1714454227472,"duration":0},"status":"passed","severity":"normal"},{"uid":"a424ce4330773987","name":"Publishes to nwaku","time":{"start":1714454394847,"stop":1714454394848,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bdb71a1f7c762c4","name":"Check meta is set [symmetric]","time":{"start":1714453958106,"stop":1714453958106,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b005b80e4fcacd","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714454227479,"stop":1714454227480,"duration":1},"status":"passed","severity":"normal"},{"uid":"a577700760d1e408","name":"Nwaku publishes","time":{"start":1714454394849,"stop":1714454394849,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0d72b6b4a86b312","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714454407735,"stop":1714454407735,"duration":0},"status":"passed","severity":"normal"},{"uid":"9585b5a234034e49","name":"Generator, 2 different pubsubtopics","time":{"start":1714454532120,"stop":1714454532121,"duration":1},"status":"passed","severity":"normal"},{"uid":"98a605494c1322d","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714454605556,"stop":1714454605556,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dccd4db2193d7eb","name":"Subscribe to topic containing numeric and publish message","time":{"start":1714454431994,"stop":1714454431994,"duration":0},"status":"passed","severity":"normal"},{"uid":"27824d3505a5984c","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1714453948679,"stop":1714453948679,"duration":0},"status":"passed","severity":"normal"},{"uid":"9af69e385e26a129","name":"getPeersByDiscovery","time":{"start":1714454401484,"stop":1714454401484,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad29bd016a2bb619","name":"Subscribe and receive messages via lightPush","time":{"start":1714454227462,"stop":1714454227462,"duration":0},"status":"passed","severity":"normal"},{"uid":"389448522adce881","name":"pre and post cipher","time":{"start":1714453958694,"stop":1714453958695,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ee1b8e25a53b9a3","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714453932707,"stop":1714453932707,"duration":0},"status":"passed","severity":"normal"},{"uid":"552a27866dd01fc4","name":"Push message with meta","time":{"start":1714454507911,"stop":1714454507911,"duration":0},"status":"passed","severity":"normal"},{"uid":"59353287c04c7ee5","name":"Overlapping topic subscription","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"status":"passed","severity":"normal"},{"uid":"cab688b50a76686b","name":"recovers when dns.resolve returns empty","time":{"start":1714453949189,"stop":1714453949190,"duration":1},"status":"passed","severity":"normal"},{"uid":"6109428a37ce9ad2","name":"Ping on peer without subscriptions","time":{"start":1714454053295,"stop":1714454053296,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cb05ff20a15d150","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714454227471,"stop":1714454227471,"duration":0},"status":"passed","severity":"normal"},{"uid":"22adbb8becab1e01","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714454605548,"stop":1714454605549,"duration":1},"status":"passed","severity":"normal"},{"uid":"422c01e61af8bf7e","name":"Check received message containing short","time":{"start":1714454133717,"stop":1714454133717,"duration":0},"status":"passed","severity":"normal"},{"uid":"c515402771bd81e8","name":"should throw an error if shards are undefined for static sharding","time":{"start":1714453925064,"stop":1714453925064,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5412e1660a6dc56","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1714453925072,"stop":1714453925072,"duration":0},"status":"passed","severity":"normal"},{"uid":"484e513fd35776d3","name":"Passing page size 19 when there are 20 messages","time":{"start":1714454561533,"stop":1714454561533,"duration":0},"status":"passed","severity":"normal"},{"uid":"c26fbc04ccbd6cc8","name":"should handle a minimal index list","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e1d205d79fad5b0","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714454605555,"stop":1714454605555,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e05bedbf6bcd01b","name":"Refresh subscription","time":{"start":1714454431993,"stop":1714454431993,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a67b485fb9968d5","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1714453925065,"stop":1714453925065,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d5f5e1dc6624474","name":"should properly create location multiaddrs - udp4","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"status":"passed","severity":"normal"},{"uid":"27ae06f16454653c","name":"Check publish message after service node is restarted","time":{"start":1714454429801,"stop":1714454429801,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5f47d6d378130518","name":"Check message received after nwaku node is restarted","time":{"start":1714454434346,"stop":1714454434346,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6ee8a999b0372610","name":"Overlapping topic subscription","time":{"start":1714454227466,"stop":1714454227467,"duration":1},"status":"passed","severity":"normal"},{"uid":"90d88435719f78c5","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714453987204,"stop":1714453987204,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4ab4180859ba99d2","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1714453925060,"stop":1714453925060,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b34701fa0b19cf1","name":"Check received message containing special chars","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"status":"passed","severity":"normal"},{"uid":"92b84ba02c3676a3","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714455040953,"stop":1714455040953,"duration":0},"status":"passed","severity":"normal"},{"uid":"2979dc9eeb885010","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1714453975118,"stop":1714453975119,"duration":1},"status":"passed","severity":"normal"},{"uid":"c42d6cc84b13578a","name":"Query generator for multiple messages with different message text format","time":{"start":1714454543143,"stop":1714454543144,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8fd325505dd090a","name":"Relay - dialed after","time":{"start":1714454576888,"stop":1714454576888,"duration":0},"status":"passed","severity":"normal"},{"uid":"54b44fca46498582","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1714454546218,"stop":1714454546219,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e55301b5dfcc7a8","name":"Push message with meta","time":{"start":1714454365888,"stop":1714454365888,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0173304eaea3c58","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1714453925055,"stop":1714453925055,"duration":0},"status":"passed","severity":"normal"},{"uid":"273c614a2e9fbf79","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454532111,"stop":1714454532118,"duration":7},"status":"passed","severity":"normal"},{"uid":"f0b8ed3591934862","name":"retrieves a single peer","time":{"start":1714453949188,"stop":1714453949189,"duration":1},"status":"passed","severity":"normal"},{"uid":"36da131d15ffb329","name":"should set field with all protocols enabled","time":{"start":1714453933337,"stop":1714453933337,"duration":0},"status":"passed","severity":"normal"},{"uid":"5eda9edc5693c963","name":"should properly create location multiaddrs - udp","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"62a10a3722152fa4","name":"Correctly serialized arguments","time":{"start":1714454254053,"stop":1714454254055,"duration":2},"status":"passed","severity":"normal"},{"uid":"e196c53a3df830ef","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714454605546,"stop":1714454605546,"duration":0},"status":"passed","severity":"normal"},{"uid":"82bcf922ae2ddbae","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1714453949193,"stop":1714453949193,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf0dc3fb083edd8","name":"Check received message containing Chinese","time":{"start":1714454434321,"stop":1714454434321,"duration":0},"status":"passed","severity":"normal"},{"uid":"641defe93b04859a","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454532126,"stop":1714454532128,"duration":2},"status":"passed","severity":"normal"},{"uid":"a84df6108fc7175c","name":"Register correct protocols","time":{"start":1714454431990,"stop":1714454431991,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1b22b2fcb4aa473","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1714454479294,"stop":1714454479294,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b59e339fb20b71","name":"Subscribe to topic containing emoji and publish message","time":{"start":1714454432000,"stop":1714454432000,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e0847641116460","name":"Push message with long payload","time":{"start":1714454365873,"stop":1714454365873,"duration":0},"status":"passed","severity":"normal"},{"uid":"f386ed12451212a6","name":"Push message with custom timestamp: 1714450540677","time":{"start":1714454365890,"stop":1714454365890,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5be782bb853c4d","name":"Ping on unsubscribed peer","time":{"start":1714454006713,"stop":1714454006713,"duration":0},"status":"passed","severity":"normal"},{"uid":"bde8d5ea77d01645","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1714454282970,"stop":1714454282970,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b9e5ca804c5724","name":"random static sharding 4 - Cluster ID: 231, Shard ID: 992","time":{"start":1714454485751,"stop":1714454485752,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3d75be66200835","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5c5226e61f44ab9","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714454185399,"stop":1714454185400,"duration":1},"status":"passed","severity":"normal"},{"uid":"f235ce8b8ff406d","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1714453925054,"stop":1714453925055,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e03ee2bc096ebfa","name":"Decoder throws on empty string content topic","time":{"start":1714453938220,"stop":1714453938220,"duration":0},"status":"passed","severity":"normal"},{"uid":"81f3bf36253786c3","name":"should decode valid enr successfully","time":{"start":1714453933330,"stop":1714453933330,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dfb5d9fa6dc3879","name":"Wrong topic","time":{"start":1714454483206,"stop":1714454483206,"duration":0},"status":"passed","severity":"normal"},{"uid":"29c46322bd4c8c1f","name":"Decoder throws on undefined content topic","time":{"start":1714453959969,"stop":1714453959969,"duration":0},"status":"passed","severity":"normal"},{"uid":"812f81fa9e3ebbf8","name":"Push message equal or less that 1MB","time":{"start":1714454507913,"stop":1714454507915,"duration":2},"status":"passed","severity":"normal"},{"uid":"d1400ddfc844d1a7","name":"should encode/decode to text encoding","time":{"start":1714453933334,"stop":1714453933334,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a05758f5fcc383f","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1714454140469,"stop":1714454140470,"duration":1},"status":"passed","severity":"normal"},{"uid":"7908cd0f6bebde96","name":"Check received message containing Script","time":{"start":1714454133737,"stop":1714454133737,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a2b3549fc0e71d8","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1714454140440,"stop":1714454140441,"duration":1},"status":"passed","severity":"normal"},{"uid":"d80cf24564043e9e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1714453925068,"stop":1714453925068,"duration":0},"status":"passed","severity":"normal"},{"uid":"6132fdce66961742","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714453925077,"stop":1714453925077,"duration":0},"status":"passed","severity":"normal"},{"uid":"423211a438c5838f","name":"Filter","time":{"start":1714454576890,"stop":1714454576890,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddadf397e724f9a4","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714454407731,"stop":1714454407732,"duration":1},"status":"passed","severity":"normal"},{"uid":"c179e9116260b630","name":"Push message with content topic containing long","time":{"start":1714454507880,"stop":1714454507880,"duration":0},"status":"passed","severity":"normal"},{"uid":"d12e3bc299ff19cc","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1714453925069,"stop":1714453925069,"duration":0},"status":"passed","severity":"normal"},{"uid":"15177e420031cf20","name":"Push message with custom timestamp: 1714450533923","time":{"start":1714454507913,"stop":1714454507913,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0f5c50d9c8b1602","name":"Rejects garbage","time":{"start":1714453941572,"stop":1714453941573,"duration":1},"status":"passed","severity":"normal"},{"uid":"1db6e2d04e385095","name":"same cluster, different shard: nodes don't connect","time":{"start":1714454140404,"stop":1714454140404,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dd0362e2086d317","name":"Fails to push message bigger that 1MB","time":{"start":1714454507915,"stop":1714454507916,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c7e16d19bcdf01a","name":"should only return 1 node with relay and store capability","time":{"start":1714453949191,"stop":1714453949192,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ed6328ff3c93b6a","name":"throws on content topic with empty version field","time":{"start":1714453925050,"stop":1714453925050,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea69942a51369027","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"status":"passed","severity":"normal"},{"uid":"b440b652388dbb15","name":"Push message with content topic containing JSON","time":{"start":1714454365885,"stop":1714454365886,"duration":1},"status":"passed","severity":"normal"},{"uid":"99bcaacf0bc86bd5","name":"Encoder throws on empty string content topic","time":{"start":1714453959968,"stop":1714453959968,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d30717ecb68d96c","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1714453983005,"stop":1714453983005,"duration":0},"status":"passed","severity":"normal"},{"uid":"8073810db91e3b78","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1714454024386,"stop":1714454024386,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d11e2eadf9244fd","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1714453948684,"stop":1714453948686,"duration":2},"status":"passed","severity":"normal"},{"uid":"2038f3e0d2f22510","name":"Subscribe to topic containing Script and publish message","time":{"start":1714454431997,"stop":1714454431997,"duration":0},"status":"passed","severity":"normal"},{"uid":"93218fb3db6a5ca1","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714453932712,"stop":1714453932712,"duration":0},"status":"passed","severity":"normal"},{"uid":"54fe9ecbfcd4b200","name":"Check message received after nwaku node is restarted","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b08c65b77d52bba9","name":"should return unique PubsubTopics for static sharding","time":{"start":1714453925061,"stop":1714453925062,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9dd827e4d4c6d7e","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1714454546217,"stop":1714454546218,"duration":1},"status":"passed","severity":"normal"},{"uid":"83a6ef733c616c84","name":"Check message received after jswaku node is restarted","time":{"start":1714454434345,"stop":1714454434345,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e312299caf8fe964","name":"Passing cursor with wrong message digest","time":{"start":1714454479297,"stop":1714454479297,"duration":0},"status":"passed","severity":"normal"},{"uid":"e87ef7d0fa9561b8","name":"Subscribe to topic containing XML and receive message","time":{"start":1714454227472,"stop":1714454227472,"duration":0},"status":"passed","severity":"normal"},{"uid":"5252f7a98a1e4085","name":"Check received message containing numeric","time":{"start":1714454434301,"stop":1714454434301,"duration":0},"status":"passed","severity":"normal"},{"uid":"80ea932d94737aea","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714454605553,"stop":1714454605553,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed52e6f25675fb56","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714454434308,"stop":1714454434309,"duration":1},"status":"passed","severity":"normal"},{"uid":"231b1f8a5458edb4","name":"Push message with Basic HTML tag payload","time":{"start":1714454507876,"stop":1714454507876,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d9aa07dd9d0069a","name":"Publish message with custom timestamp: Tue Apr 30 2024 04:20:01 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429796,"stop":1714454429797,"duration":1},"status":"passed","severity":"normal"},{"uid":"736b53aa5bad9e09","name":"creates an iterator","time":{"start":1714454554064,"stop":1714454554065,"duration":1},"status":"passed","severity":"normal"},{"uid":"779b4d1d3514cdc8","name":"Check received message containing XML","time":{"start":1714454434323,"stop":1714454434323,"duration":0},"status":"passed","severity":"normal"},{"uid":"495dfab5cc54205d","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714454407733,"stop":1714454407733,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5116bf3ad2295c1","name":"connects to nwaku","time":{"start":1714454568758,"stop":1714454568758,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c1c020ea7f8e0e5","name":"Reopen subscription with peer with lost subscription","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b300338292455c0","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1714454140467,"stop":1714454140467,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4f0f7c95844166e","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4c29191cef4bb03","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app40/9/topic615/json","time":{"start":1714454483204,"stop":1714454483205,"duration":1},"status":"passed","severity":"normal"},{"uid":"c81bbce22cf1e82a","name":"Relay - dialed first","time":{"start":1714454576887,"stop":1714454576888,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ca436425d851713","name":"Push 30 different messages","time":{"start":1714454507878,"stop":1714454507879,"duration":1},"status":"passed","severity":"normal"},{"uid":"b41f4d5e18d7cd90","name":"Check received message containing shell command","time":{"start":1714454434324,"stop":1714454434324,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8231ee594c29cfa","name":"Push message with unicode special characters payload","time":{"start":1714454507878,"stop":1714454507878,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a95cd316b10809a","name":"Subscribe and receives messages on 20 topics","time":{"start":1714454605550,"stop":1714454605551,"duration":1},"status":"passed","severity":"normal"},{"uid":"f90b78a002abbfce","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1714453985200,"stop":1714453985200,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcce7888304a3191","name":"Check received message containing short","time":{"start":1714454434313,"stop":1714454434320,"duration":7},"status":"passed","severity":"normal"},{"uid":"22cf455a753cb9e8","name":"throws on content topic with generation field greater than 0","time":{"start":1714453925049,"stop":1714453925049,"duration":0},"status":"passed","severity":"normal"},{"uid":"26a7dcc5e79a725e","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1714453925068,"stop":1714453925069,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7d9413f90c4386","name":"Check received message containing Script","time":{"start":1714454434323,"stop":1714454434323,"duration":0},"status":"passed","severity":"normal"},{"uid":"74d129034fce1caf","name":"Relay + Store","time":{"start":1714453985446,"stop":1714453985446,"duration":0},"status":"passed","severity":"normal"},{"uid":"eca22cc21afdf4ba","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app64/3/topic307/xml","time":{"start":1714454483203,"stop":1714454483204,"duration":1},"status":"passed","severity":"normal"},{"uid":"8858ecaca373b2e6","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1714453949194,"stop":1714453949194,"duration":0},"status":"skipped","severity":"normal"},{"uid":"98247afe3b59bc07","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454246981,"stop":1714454246981,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df129b61f360582","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714454605550,"stop":1714454605550,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd977fcef1c27b76","name":"Query Generator, Multiple PubsubTopics","time":{"start":1714454530129,"stop":1714454530130,"duration":1},"status":"passed","severity":"normal"},{"uid":"1cbf58175e256334","name":"Fields are not dropped","time":{"start":1714453937585,"stop":1714453937587,"duration":2},"status":"passed","severity":"normal"},{"uid":"81115b534c84157c","name":"Push message with rate limit","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad601e5eab0248ce","name":"Check message on other pubsub topic is not received","time":{"start":1714454434310,"stop":1714454434311,"duration":1},"status":"passed","severity":"normal"},{"uid":"794d8ae8dde3d4e7","name":"Check publish message containing Script","time":{"start":1714454429790,"stop":1714454429790,"duration":0},"status":"passed","severity":"normal"},{"uid":"74c1525140a0cc70","name":"Fails to publish message with wrong content topic","time":{"start":1714454429799,"stop":1714454429799,"duration":0},"status":"passed","severity":"normal"},{"uid":"769c037935a1f35a","name":"Push message with content topic containing shell command","time":{"start":1714454507907,"stop":1714454507908,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a0c8c9aa73d902d","name":"Check message with no pubsub topic is not received","time":{"start":1714454133785,"stop":1714454133785,"duration":0},"status":"passed","severity":"normal"},{"uid":"47062b73b5c138bd","name":"Check received message with timestamp: 1714453974781000000 ","time":{"start":1714454133775,"stop":1714454133776,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc672f02c0f6693d","name":"Push message equal or less that 1MB","time":{"start":1714454365891,"stop":1714454365891,"duration":0},"status":"passed","severity":"normal"},{"uid":"e92bbd9d39f969db","name":"Check message received after jswaku node is restarted","time":{"start":1714454434313,"stop":1714454434313,"duration":0},"status":"skipped","severity":"normal"},{"uid":"345e66d32fbcd6a4","name":"Push message with SQL Injection payload","time":{"start":1714454365876,"stop":1714454365876,"duration":0},"status":"passed","severity":"normal"},{"uid":"b661498e731835b0","name":"Push message with Script payload","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"status":"passed","severity":"normal"},{"uid":"1649de1693046db8","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714454605548,"stop":1714454605548,"duration":0},"status":"passed","severity":"normal"},{"uid":"8184cf130790bd91","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714454605545,"stop":1714454605545,"duration":0},"status":"passed","severity":"normal"},{"uid":"682770c0b64e5c92","name":"different cluster, same shard: nodes don't connect","time":{"start":1714454140404,"stop":1714454140404,"duration":0},"status":"passed","severity":"normal"},{"uid":"9879f1d88b61ff7e","name":"Push message with Chinese payload","time":{"start":1714454507873,"stop":1714454507873,"duration":0},"status":"passed","severity":"normal"},{"uid":"65e4dbe094e430aa","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1714453932704,"stop":1714453932705,"duration":1},"status":"passed","severity":"normal"},{"uid":"790b2d22581f4d68","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1714453949192,"stop":1714453949192,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ac3fb410d92a997","name":"Push message with custom timestamp: 1683695733923","time":{"start":1714454507912,"stop":1714454507912,"duration":0},"status":"passed","severity":"normal"},{"uid":"633fadaf17dd5d6b","name":"throws on content topic with empty encoding field","time":{"start":1714453925051,"stop":1714453925051,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6298b5b5c546838","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714454605551,"stop":1714454605551,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1f3c0ad6c0c4972","name":"Query with Ordered Callback, No Decoder","time":{"start":1714454530134,"stop":1714454530135,"duration":1},"status":"passed","severity":"normal"},{"uid":"cae898362c003417","name":"Push message with SQL Injection payload","time":{"start":1714454507875,"stop":1714454507875,"duration":0},"status":"passed","severity":"normal"},{"uid":"a719eb3221e49cff","name":"should not fail to start the service if it is already started","time":{"start":1714453952289,"stop":1714453952289,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d3b31a8f55795d2","name":"should properly create location multiaddrs - tcp","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d690a09d6a0f453","name":"should throw error - no public key","time":{"start":1714453933332,"stop":1714453933332,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1d75d60f771cd52","name":"Callback on promise","time":{"start":1714454543146,"stop":1714454543146,"duration":0},"status":"passed","severity":"normal"},{"uid":"22c2e457700ce5f7","name":"should be able to encode the field with only FILTER set to true","time":{"start":1714453932704,"stop":1714453932704,"duration":0},"status":"passed","severity":"normal"},{"uid":"610eb8a6f3d1bbde","name":"Relay","time":{"start":1714453985445,"stop":1714453985445,"duration":0},"status":"passed","severity":"normal"},{"uid":"f311722b056e6909","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1714454401485,"stop":1714454401485,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4c6bf6d34efde39f","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714454185397,"stop":1714454185397,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ab9faaff7c253a","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1714453925070,"stop":1714453925070,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b887c14a7518f0b","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1714454530132,"stop":1714454530133,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cbebff8b3c1731b","name":"Push message with content topic containing special chars","time":{"start":1714454365882,"stop":1714454365883,"duration":1},"status":"passed","severity":"normal"},{"uid":"886b50bdae21943","name":"getPeersByDiscovery","time":{"start":1714454015967,"stop":1714454015967,"duration":0},"status":"passed","severity":"normal"},{"uid":"94473e77ab33d81b","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714454048339,"stop":1714454048340,"duration":1},"status":"passed","severity":"normal"},{"uid":"a60632fcbd7f49b9","name":"Push message with custom timestamp: 1683695740677","time":{"start":1714454365889,"stop":1714454365889,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fa4b782e36258f7","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"status":"passed","severity":"normal"},{"uid":"4210b61d3d5e6220","name":"Passing cursor with wrong pubsubTopic","time":{"start":1714454479297,"stop":1714454479298,"duration":1},"status":"passed","severity":"normal"},{"uid":"c6ea6ff5a4b463fb","name":"Publish message with rate limit","time":{"start":1714454429802,"stop":1714454429802,"duration":0},"status":"passed","severity":"normal"},{"uid":"a202d63d4eb93af4","name":"Check received message containing long","time":{"start":1714454434320,"stop":1714454434320,"duration":0},"status":"passed","severity":"normal"},{"uid":"c51cea92de0a8a0f","name":"Push message with shell command payload","time":{"start":1714454365878,"stop":1714454365878,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f18c74bf5c2821f","name":"should properly create location multiaddrs - tcp6","time":{"start":1714453933336,"stop":1714453933336,"duration":0},"status":"passed","severity":"normal"},{"uid":"20945e5c0ad5df93","name":"Query with Promise Callback, No Decoder","time":{"start":1714454530137,"stop":1714454530137,"duration":0},"status":"passed","severity":"normal"},{"uid":"e366f77a739fae54","name":"should be able to decode the field with only FILTER set to true","time":{"start":1714453932709,"stop":1714453932709,"duration":0},"status":"passed","severity":"normal"},{"uid":"222f09296d0a0685","name":"can start the service","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"status":"passed","severity":"normal"},{"uid":"cca2592e92624d9a","name":"should be able to decode the field with only STORE set to true","time":{"start":1714453932709,"stop":1714453932710,"duration":1},"status":"passed","severity":"normal"},{"uid":"de88d86f83fbd656","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1714454140406,"stop":1714454140406,"duration":0},"status":"passed","severity":"normal"},{"uid":"97527631fe49b594","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1714453925061,"stop":1714453925061,"duration":0},"status":"passed","severity":"normal"},{"uid":"5aacc4ac67efce99","name":"Check message with no payload is not received","time":{"start":1714454434312,"stop":1714454434312,"duration":0},"status":"passed","severity":"normal"},{"uid":"23d1635548ff1b62","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1714453925071,"stop":1714453925071,"duration":0},"status":"passed","severity":"normal"},{"uid":"9aa84bf9c7572f61","name":"non connected peers","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c1d3070999fb87f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714454066547,"stop":1714454066548,"duration":1},"status":"passed","severity":"normal"},{"uid":"3715a1ce74188c8d","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714454066546,"stop":1714454066547,"duration":1},"status":"passed","severity":"normal"},{"uid":"36cf5a52944417c7","name":"Check received message containing escaped characters","time":{"start":1714454434325,"stop":1714454434334,"duration":9},"status":"passed","severity":"normal"},{"uid":"d56ed5abe262dab0","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714454227470,"stop":1714454227471,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2e49e93251e4cea","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1714454140479,"stop":1714454140480,"duration":1},"status":"passed","severity":"normal"},{"uid":"8477fa36e8d62ab2","name":"Push message with content topic containing emoji","time":{"start":1714454365887,"stop":1714454365887,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b49c683620b8e8","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1714453932710,"stop":1714453932711,"duration":1},"status":"passed","severity":"normal"},{"uid":"9eb826e00b1d0eed","name":"Subscribe to topic containing short and publish message","time":{"start":1714454431993,"stop":1714454431994,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbc1f65dd042b50f","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454246977,"stop":1714454246978,"duration":1},"status":"passed","severity":"normal"},{"uid":"8635295706a2da1b","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714454407735,"stop":1714454407736,"duration":1},"status":"passed","severity":"normal"},{"uid":"3729d0cebba73a7","name":"Check received message containing emoji","time":{"start":1714454434334,"stop":1714454434335,"duration":1},"status":"passed","severity":"normal"},{"uid":"a121347414f39a69","name":"Ping on unsubscribed peer","time":{"start":1714454053297,"stop":1714454053297,"duration":0},"status":"passed","severity":"normal"},{"uid":"64b8bccdb90d6a15","name":"Check publish message containing short","time":{"start":1714454429786,"stop":1714454429787,"duration":1},"status":"passed","severity":"normal"},{"uid":"c88341182d8ab926","name":"Subscribe to topic containing long and receive message","time":{"start":1714454227468,"stop":1714454227468,"duration":0},"status":"passed","severity":"normal"},{"uid":"a995320871416e47","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1714454024387,"stop":1714454024388,"duration":1},"status":"passed","severity":"normal"},{"uid":"4df98a4e1e852160","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1714453938220,"stop":1714453938221,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0fc060167965271","name":"handles empty contentTopics array correctly","time":{"start":1714453925078,"stop":1714453925079,"duration":1},"status":"passed","severity":"normal"},{"uid":"13102f2416e8cb8b","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1714453985199,"stop":1714453985199,"duration":0},"status":"passed","severity":"normal"},{"uid":"98dcfe478c706b36","name":"Accepts a valid Waku Message","time":{"start":1714453941571,"stop":1714453941572,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ca53bb690110d14","name":"Check publish message containing emoji","time":{"start":1714454429794,"stop":1714454429794,"duration":0},"status":"passed","severity":"normal"},{"uid":"75664724777d73a6","name":"Subscribe to topic containing XML and publish message","time":{"start":1714454431997,"stop":1714454431997,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b824c1d129967f6","name":"isConnected should return true after first peer connects","time":{"start":1714454024388,"stop":1714454024388,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e5744d05aee5ec6","name":"Subscribe and receives messages on 20 topics","time":{"start":1714454227465,"stop":1714454227465,"duration":0},"status":"passed","severity":"normal"},{"uid":"c762a912d3437679","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1714453925096,"stop":1714453925096,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa708f7264fbc5b2","name":"Check message with no content topic is not received","time":{"start":1714454434311,"stop":1714454434312,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9f915c3242b668e","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1714454563518,"stop":1714454563518,"duration":0},"status":"passed","severity":"normal"},{"uid":"4febf61c6dff6767","name":"Publish message with custom timestamp: Tue Apr 30 2024 06:20:01 GMT+0000 (Coordinated Universal Time)","time":{"start":1714454429797,"stop":1714454429797,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae3a58e3bc9a1aa7","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1714454140471,"stop":1714454140471,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce60afd6c7939703","name":"Check message with invalid timestamp is not received","time":{"start":1714454133777,"stop":1714454133778,"duration":1},"status":"passed","severity":"normal"},{"uid":"c66ae5011ba225ee","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1714454140467,"stop":1714454140467,"duration":0},"status":"passed","severity":"normal"},{"uid":"f56e9332a5b3cfed","name":"Check received message containing Basic HTML tag","time":{"start":1714454434323,"stop":1714454434324,"duration":1},"status":"passed","severity":"normal"},{"uid":"19a3714f0480676d","name":"start node with ApplicationInfo","time":{"start":1714454483208,"stop":1714454483208,"duration":0},"status":"passed","severity":"normal"},{"uid":"50846528f87440f9","name":"Check received message containing escaped characters","time":{"start":1714454133757,"stop":1714454133757,"duration":0},"status":"passed","severity":"normal"},{"uid":"78cea8e2858631b9","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1714454140440,"stop":1714454140440,"duration":0},"status":"passed","severity":"normal"},{"uid":"63166007e027e072","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714454407737,"stop":1714454407737,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3aa88a5a72d00f4","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1714454140480,"stop":1714454140481,"duration":1},"status":"passed","severity":"normal"},{"uid":"55f9b9e03bf0d166","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1714453925074,"stop":1714453925074,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d0e405bc346e19b","name":"Throws when trying to push message with empty payload","time":{"start":1714454365880,"stop":1714454365881,"duration":1},"status":"passed","severity":"normal"},{"uid":"c954686625503a99","name":"returns all values when wanted number is greater than available values","time":{"start":1714453947389,"stop":1714453947389,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdc38db838ef3c19","name":"Encoder throws on empty string content topic","time":{"start":1714453938219,"stop":1714453938219,"duration":0},"status":"passed","severity":"normal"},{"uid":"f463ee7f2075060","name":"Passing page size 11 when there are 10 messages","time":{"start":1714454561532,"stop":1714454561532,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f1a1524a3c0ba7","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714454140466,"stop":1714454140466,"duration":0},"status":"passed","severity":"normal"},{"uid":"3170cd6575f63649","name":"Check publish message containing Russian","time":{"start":1714454429789,"stop":1714454429789,"duration":0},"status":"passed","severity":"normal"},{"uid":"552b4eaa39538363","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714454048329,"stop":1714454048332,"duration":3},"status":"passed","severity":"normal"},{"uid":"f7f34db7d4dbcba6","name":"configure the node with multiple content topics","time":{"start":1714454483207,"stop":1714454483207,"duration":0},"status":"passed","severity":"normal"},{"uid":"db1849652f5bc06d","name":"less peers than existing","time":{"start":1714454366019,"stop":1714454366019,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6a6f102bfbc2dfb3","name":"Push message with Arabic payload","time":{"start":1714454507873,"stop":1714454507874,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf0d629c4ef6e89e","name":"Push message with long payload","time":{"start":1714454507871,"stop":1714454507871,"duration":0},"status":"passed","severity":"normal"},{"uid":"365784bbddcc2ab","name":"removeEventListener with wrong event","time":{"start":1714454015966,"stop":1714454015967,"duration":1},"status":"passed","severity":"normal"},{"uid":"5456f646cc0f7e5e","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714454185395,"stop":1714454185396,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4b894b1ff5fc042","name":"safeDispatchEvent","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60bf3cd0831c243","name":"Reopen subscription with peer with lost subscription","time":{"start":1714454053294,"stop":1714454053295,"duration":1},"status":"passed","severity":"normal"},{"uid":"9300e0413272eff7","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1714454530136,"stop":1714454530136,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc2420e7469c1ee","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1714454479295,"stop":1714454479295,"duration":0},"status":"passed","severity":"normal"},{"uid":"6355d150384b23bb","name":"Push message with content topic containing numeric","time":{"start":1714454365882,"stop":1714454365882,"duration":0},"status":"passed","severity":"normal"},{"uid":"10f2665a148e1890","name":"Subscribe to topic containing Script and receive message","time":{"start":1714454605544,"stop":1714454605544,"duration":0},"status":"passed","severity":"normal"},{"uid":"34f5f1819da7cc3d","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1714453983004,"stop":1714453983005,"duration":1},"status":"passed","severity":"normal"},{"uid":"e823c0e19f01a261","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714454605554,"stop":1714454605554,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ec7c9a15854a258","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1714454563519,"stop":1714454563520,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dbf053e2c4c05f","name":"should not fail to stop the service if it was not started","time":{"start":1714454443271,"stop":1714454443271,"duration":0},"status":"passed","severity":"normal"},{"uid":"5517e26426f217ec","name":"Overlapping topic subscription","time":{"start":1714454431993,"stop":1714454431993,"duration":0},"status":"skipped","severity":"normal"},{"uid":"3c05ec57f7e41d95","name":"Subscribe to topic containing short and receive message","time":{"start":1714454227468,"stop":1714454227468,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0b02c4a46b9c4b","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1714454431992,"stop":1714454431992,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9092ecf976cce75","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1714454543147,"stop":1714454543148,"duration":1},"status":"passed","severity":"normal"},{"uid":"8486d7c936c16c86","name":"Round trip binary encryption [ecies, signature]","time":{"start":1714453959967,"stop":1714453959967,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1251203e83bc953","name":"Subscribe and receive messages via waku relay post","time":{"start":1714454605549,"stop":1714454605549,"duration":0},"status":"passed","severity":"normal"},{"uid":"86db4a2e7194d6de","name":"A test","time":{"start":1714454227628,"stop":1714454227629,"duration":1},"status":"passed","severity":"normal"},{"uid":"d354daf77595a7d4","name":"Subscribe to topic containing XML and receive message","time":{"start":1714454605544,"stop":1714454605545,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d60fca85892100c","name":"Asymmetric encrypt & decrypt","time":{"start":1714453958693,"stop":1714453958694,"duration":1},"status":"passed","severity":"normal"},{"uid":"69208f71730b93b8","name":"Check meta is set [ecies]","time":{"start":1714453959967,"stop":1714453959968,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed8b37c600129423","name":"Query Generator - forward","time":{"start":1714454530565,"stop":1714454530565,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f3ea35f6b6456d5","name":"isConnected should return false after all peers disconnect","time":{"start":1714453975167,"stop":1714453975168,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6086d94713e2c09","name":"Push message with content topic containing Chinese","time":{"start":1714454507904,"stop":1714454507904,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ac3839c93a0da51","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714454407736,"stop":1714454407736,"duration":0},"status":"passed","severity":"normal"},{"uid":"e305159f5283acab","name":"dispatchEvent via connectionManager","time":{"start":1714454015968,"stop":1714454015968,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fca1ad0b0e751c6","name":"Query Generator, No Decoder","time":{"start":1714454530130,"stop":1714454530131,"duration":1},"status":"passed","severity":"normal"},{"uid":"3edd193aadebec16","name":"should be called at least once on all `peer:discovery` events","time":{"start":1714453983002,"stop":1714453983003,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c7b4a06ed58fac0","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1714454479296,"stop":1714454479297,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc89187ee8b9f93","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454048328,"stop":1714454048329,"duration":1},"status":"passed","severity":"normal"},{"uid":"150082852497d5c","name":"should not receive a peer event after stop","time":{"start":1714453987198,"stop":1714453987200,"duration":2},"status":"passed","severity":"normal"},{"uid":"83c725b1b2bc432c","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714454605544,"stop":1714454605544,"duration":0},"status":"passed","severity":"normal"},{"uid":"14ebea972904cc90","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714454185396,"stop":1714454185397,"duration":1},"status":"passed","severity":"normal"},{"uid":"13cdc3054c2755bc","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1714454140406,"stop":1714454140407,"duration":1},"status":"passed","severity":"normal"},{"uid":"80762d6d33e53eab","name":"Check received message containing Basic HTML tag","time":{"start":1714454434305,"stop":1714454434305,"duration":0},"status":"passed","severity":"normal"},{"uid":"254abb0ad0bf6c39","name":"Push message with content topic containing Arabic","time":{"start":1714454507904,"stop":1714454507904,"duration":0},"status":"passed","severity":"normal"},{"uid":"83a2333635d43f50","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1714453925066,"stop":1714453925067,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dfe5eee17543369","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1714453925065,"stop":1714453925066,"duration":1},"status":"passed","severity":"normal"},{"uid":"458b989a037dcd52","name":"Subscribe and receive messages via waku relay post","time":{"start":1714454605539,"stop":1714454605539,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c050b5c8cd2bbfe","name":"Encoder throws on empty string content topic","time":{"start":1714453958108,"stop":1714453958108,"duration":0},"status":"passed","severity":"normal"},{"uid":"2349a45d58f61b6d","name":"Sample","time":{"start":1714453932841,"stop":1714453932841,"duration":0},"status":"passed","severity":"normal"},{"uid":"b27e6837887935eb","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1714454431998,"stop":1714454431998,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c14904a2be498f8","name":"1 Store, 2 relays, 2 fetches","time":{"start":1714453948530,"stop":1714453948530,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1c9dcc1f6d8be1","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714454185396,"stop":1714454185396,"duration":0},"status":"passed","severity":"normal"},{"uid":"205a515f1503c009","name":"should use the provided clusterId for the pubsub topic","time":{"start":1714453925080,"stop":1714453925080,"duration":0},"status":"passed","severity":"normal"},{"uid":"21c946949252089a","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app37/5/topic900/xml","time":{"start":1714454483202,"stop":1714454483202,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e7aeffa72cddfed","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1714453932705,"stop":1714453932705,"duration":0},"status":"passed","severity":"normal"},{"uid":"81702d5eac4343f6","name":"should set field with only LIGHTPUSH enabled","time":{"start":1714453933338,"stop":1714453933338,"duration":0},"status":"passed","severity":"normal"},{"uid":"a69a0eb229744db6","name":"Subscribe to topic containing JSON and publish message","time":{"start":1714454431998,"stop":1714454431998,"duration":0},"status":"passed","severity":"normal"},{"uid":"44fde4dbf2a455cc","name":"should properly create location multiaddrs - tcp4","time":{"start":1714453933335,"stop":1714453933335,"duration":0},"status":"passed","severity":"normal"},{"uid":"18bd6c1195d8f1fd","name":"can start and stop the service","time":{"start":1714454443270,"stop":1714454443270,"duration":0},"status":"passed","severity":"normal"},{"uid":"50813197f18914e4","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1714453948682,"stop":1714453948684,"duration":2},"status":"passed","severity":"normal"},{"uid":"8dceb0a79abf3c83","name":"Check received message containing shell command","time":{"start":1714454434305,"stop":1714454434306,"duration":1},"status":"passed","severity":"normal"},{"uid":"a59d0b6c532b3a67","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714454246973,"stop":1714454246974,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea9e44722fa7ed5f","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1714453925056,"stop":1714453925057,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a2ab5e37b98f125","name":"should throw an error for empty SingleShardInfos array","time":{"start":1714453925060,"stop":1714453925061,"duration":1},"status":"passed","severity":"normal"},{"uid":"62214ec321b1d6cc","name":"random static sharding 6 - Cluster ID: 634, Shard ID: 405","time":{"start":1714454485753,"stop":1714454485753,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2ad88fa893ae2f5","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714454227466,"stop":1714454227466,"duration":0},"status":"passed","severity":"normal"},{"uid":"458717fdec14a00d","name":"Check publish message containing escaped characters","time":{"start":1714454429793,"stop":1714454429793,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c29e5d3e267f362","name":"Query generator for multiple messages with multiple decoders","time":{"start":1714454543144,"stop":1714454543145,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d6b5811ab3f0333","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714454227472,"stop":1714454227473,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cff0f5777c113a5","name":"throws on content topic with empty application field","time":{"start":1714453925049,"stop":1714453925050,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"ba237d93e36acaa1","name":"Ping on subscribed peer","time":{"start":1714500660501,"stop":1714500660502,"duration":1},"status":"passed","severity":"normal"},{"uid":"96e55199e0140fd4","name":"should correctly map /app/20/sometopic/someencoding to shard index 0 with networkShards 1","time":{"start":1714500525331,"stop":1714500525332,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1b18bd1d293126f","name":"does not throw on valid cases","time":{"start":1714500525319,"stop":1714500525319,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfb86f5bc8ec7ab2","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1714500587026,"stop":1714500587027,"duration":1},"status":"passed","severity":"normal"},{"uid":"67da93ba9ad19212","name":"Fails to push message with empty content topic","time":{"start":1714501123814,"stop":1714501123814,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea99d05b9c43c94f","name":"Nodes with multiple pubsub topic","time":{"start":1714501013449,"stop":1714501013449,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7683cce30e61af5","name":"Symmetric encrypt & Decrypt","time":{"start":1714500560558,"stop":1714500560558,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f6287e9cbb070ba","name":"random auto sharding 10 - Cluster ID: 10, Content Topic: /app99/4/topic406/utf8","time":{"start":1714501089332,"stop":1714501089332,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0feb0e8ac9f1143","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1714500744126,"stop":1714500744127,"duration":1},"status":"passed","severity":"normal"},{"uid":"60be6abec002b928","name":"should properly compute the node id","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"status":"passed","severity":"normal"},{"uid":"60d8d8ec60d45f57","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd0b3981763f7bee","name":"Check publish message containing JSON","time":{"start":1714501036157,"stop":1714501036158,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f25a847cd8cd871","name":"Publish message with rate limit","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"status":"passed","severity":"normal"},{"uid":"989843af3a29d327","name":"Push message with content topic containing XML","time":{"start":1714500976555,"stop":1714500976555,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab48b86d7e2e6614","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1714500744051,"stop":1714500744052,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d8acf8ff2efbb7b","name":"Refresh subscription","time":{"start":1714500823179,"stop":1714500823181,"duration":2},"status":"passed","severity":"normal"},{"uid":"2c2c0c0baf6115b0","name":"throws on content topic with empty topic name field","time":{"start":1714500525323,"stop":1714500525323,"duration":0},"status":"passed","severity":"normal"},{"uid":"24acb9eb84294fe0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500844873,"stop":1714500844874,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8e6f6daeb014a1f","name":"Query Generator, No Decoder","time":{"start":1714501140344,"stop":1714501140345,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cbf6ac8cf21b6d0","name":"Push message with content topic containing JSON","time":{"start":1714500976557,"stop":1714500976557,"duration":0},"status":"passed","severity":"normal"},{"uid":"e254a4edbcc03ce0","name":"should return a calculated topic if SingleShardInfo is provided","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"status":"passed","severity":"normal"},{"uid":"e80c344c4b26a25e","name":"random auto sharding 6 - Cluster ID: 10, Content Topic: /app21/3/topic297/xml","time":{"start":1714501089327,"stop":1714501089327,"duration":0},"status":"passed","severity":"normal"},{"uid":"fac2200691f1f400","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744116,"stop":1714500744117,"duration":1},"status":"passed","severity":"normal"},{"uid":"60311f0330f9f0ad","name":"should not fail to stop the service if it was not started","time":{"start":1714501049782,"stop":1714501049783,"duration":1},"status":"passed","severity":"normal"},{"uid":"60953762d6747082","name":"Relay + Store","time":{"start":1714500587632,"stop":1714500587632,"duration":0},"status":"passed","severity":"normal"},{"uid":"a59a007654dbad07","name":"Push message with Basic HTML tag payload","time":{"start":1714500976532,"stop":1714500976533,"duration":1},"status":"passed","severity":"normal"},{"uid":"52dc9700221d223a","name":"different cluster, different shard: nodes don't connect","time":{"start":1714500744051,"stop":1714500744051,"duration":0},"status":"passed","severity":"normal"},{"uid":"55560532763c7b0e","name":"Subscribe and receive messages via lightPush","time":{"start":1714500823170,"stop":1714500823171,"duration":1},"status":"passed","severity":"normal"},{"uid":"96fbea5ce422fb6f","name":"Check received message with timestamp: 1714500577468 ","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b2942ec27be68f","name":"random auto sharding 1 - Cluster ID: 10, Content Topic: /app50/7/topic265/proto","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d19400836b17eef","name":"throws on content topic with empty application field","time":{"start":1714500525322,"stop":1714500525322,"duration":0},"status":"passed","severity":"normal"},{"uid":"26105cc61a22fee8","name":"random auto sharding 9 - Cluster ID: 10, Content Topic: /app17/3/topic587/test.js","time":{"start":1714501089331,"stop":1714501089331,"duration":0},"status":"passed","severity":"normal"},{"uid":"13fbbf98720fa525","name":"should be called for bootstrap peers","time":{"start":1714500587024,"stop":1714500587024,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d612e62df7d614","name":"should decode valid enr with tcp successfully","time":{"start":1714500534097,"stop":1714500534098,"duration":1},"status":"passed","severity":"normal"},{"uid":"b141e3413d601941","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1714500538711,"stop":1714500538711,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7400bbbcd1ade4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500844872,"stop":1714500844872,"duration":0},"status":"passed","severity":"normal"},{"uid":"747b48d5bab153c3","name":"should return empty list for no shard","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"status":"passed","severity":"normal"},{"uid":"35f397bfd54bae3e","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714501319432,"stop":1714501319432,"duration":0},"status":"passed","severity":"normal"},{"uid":"6839bf168cfbc981","name":"Check received message containing emoji","time":{"start":1714501050434,"stop":1714501050435,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5aa0ea46b861242","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1714500578607,"stop":1714500578608,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d3f2e3a54c1989d","name":"Check received message with timestamp: 1714500577468000000 ","time":{"start":1714501050435,"stop":1714501050436,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c70eaed91038199","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714501220694,"stop":1714501220695,"duration":1},"status":"passed","severity":"normal"},{"uid":"7713c2be95c66277","name":"should throw error - no public key","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"status":"passed","severity":"normal"},{"uid":"94450f370c03e739","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","severity":"normal"},{"uid":"7afdff6f7ddb1766","name":"should not throw an error when the topic is within a list of configured topics","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4cfc9688d1a035a","name":"Subscribe to topic containing XML and receive message","time":{"start":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a2118189a7d991","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1714500744139,"stop":1714500744139,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdef8cc261513891","name":"Push message with shell command payload","time":{"start":1714500976535,"stop":1714500976536,"duration":1},"status":"passed","severity":"normal"},{"uid":"69aa6291b48aa077","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1714500744139,"stop":1714500744139,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d9223e7d0c1bda","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1714500744053,"stop":1714500744053,"duration":0},"status":"passed","severity":"normal"},{"uid":"6672257419336cf3","name":"safeDispatchEvent","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"status":"passed","severity":"normal"},{"uid":"70a2ba058821325e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714500823185,"stop":1714500823185,"duration":0},"status":"passed","severity":"normal"},{"uid":"f64a75893d0bb910","name":"dispatchEvent via connectionManager","time":{"start":1714500619506,"stop":1714500619506,"duration":0},"status":"passed","severity":"normal"},{"uid":"79668d6170f259dd","name":"Decoder throws on empty string content topic","time":{"start":1714500539182,"stop":1714500539182,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6b2bba662f6d21a","name":"random static sharding 6 - Cluster ID: 439, Shard ID: 664","time":{"start":1714501106179,"stop":1714501106179,"duration":0},"status":"passed","severity":"normal"},{"uid":"543f4dbf0e266bda","name":"Check message with non string payload is not received","time":{"start":1714501050458,"stop":1714501050459,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4a9ea201c0b5b87","name":"Check received message containing numeric","time":{"start":1714501050427,"stop":1714501050428,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad87ef4ef2d1c531","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1714501184627,"stop":1714501184628,"duration":1},"status":"passed","severity":"normal"},{"uid":"61dd47d4872f7de2","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500844878,"stop":1714500844879,"duration":1},"status":"passed","severity":"normal"},{"uid":"b43f6764e650649e","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500654300,"stop":1714500654300,"duration":0},"status":"passed","severity":"normal"},{"uid":"430d8098386df929","name":"Passing page size 19 when there are 20 messages","time":{"start":1714501174014,"stop":1714501174015,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dc1228ccbd95bd3","name":"Round trip binary encryption [ecies, signature]","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb7089df6509e676","name":"Push message with content topic containing special chars","time":{"start":1714501123789,"stop":1714501123800,"duration":11},"status":"passed","severity":"normal"},{"uid":"36051837d22a65f6","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714501106173,"stop":1714501106173,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7a5a722bc04c315","name":"A test","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd2a69bec5874979","name":"can start and stop the service","time":{"start":1714500590506,"stop":1714500590507,"duration":1},"status":"passed","severity":"normal"},{"uid":"87c4fe32c932d90f","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714501319432,"stop":1714501319433,"duration":1},"status":"passed","severity":"normal"},{"uid":"f71e1402cb19e9ef","name":"should convert a SingleShardInfo object to the correct PubsubTopic","time":{"start":1714500525335,"stop":1714500525335,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6377ea554ccf0bd","name":"LightPush","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"status":"passed","severity":"normal"},{"uid":"b816fce3d3babef8","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714500823184,"stop":1714500823184,"duration":0},"status":"passed","severity":"normal"},{"uid":"33273405b1f04d1a","name":"should load peers from local storage and dispatch events","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"status":"passed","severity":"normal"},{"uid":"22201a9737b3729","name":"Push message with rate limit","time":{"start":1714500976563,"stop":1714500976563,"duration":0},"status":"passed","severity":"normal"},{"uid":"b75071f41d5dd4ee","name":"Subscribe and receive messages via lightPush","time":{"start":1714501220680,"stop":1714501220680,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e9f218541f709fe","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1714500578599,"stop":1714500578607,"duration":8},"status":"passed","severity":"normal"},{"uid":"e0fdd2e852dc00f6","name":"should aggregate SingleShardInfos into a ShardInfo","time":{"start":1714500525335,"stop":1714500525336,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc6457d2c582eaf9","name":"start node with empty shard","time":{"start":1714501106192,"stop":1714501106192,"duration":0},"status":"passed","severity":"normal"},{"uid":"405ec1d397d614da","name":"Publish message with custom timestamp: Tue Apr 30 2024 17:16:48 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"status":"passed","severity":"normal"},{"uid":"69b35fa08b282e57","name":"1 Relay, 1 Filter, gives up","time":{"start":1714500549551,"stop":1714500549551,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f214a284de27ee4","name":"Passing cursor with wrong message digest","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2d4d639076cd837","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714500533184,"stop":1714500533185,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2fd4fca8cfd2cc1","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714501013445,"stop":1714501013445,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd2d61e4a3b56f3f","name":"should be able to decode the field with only RELAY set to true","time":{"start":1714500533177,"stop":1714500533178,"duration":1},"status":"passed","severity":"normal"},{"uid":"367c5926dde5e795","name":"should correctly map /app/27/sometopic/someencoding to shard index 5","time":{"start":1714500525329,"stop":1714500525330,"duration":1},"status":"passed","severity":"normal"},{"uid":"fc0d9076c9ba746e","name":"Throws when trying to push message with empty payload","time":{"start":1714500976542,"stop":1714500976544,"duration":2},"status":"passed","severity":"normal"},{"uid":"4c05283ed2aca794","name":"Push message with content topic containing XML","time":{"start":1714501123809,"stop":1714501123810,"duration":1},"status":"passed","severity":"normal"},{"uid":"25277f05c0c4c7b7","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714501089334,"stop":1714501089334,"duration":0},"status":"passed","severity":"normal"},{"uid":"e28944eeeee2dc4","name":"Query generator for multiple messages with different content topic format","time":{"start":1714501153788,"stop":1714501153789,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c1684f0b90f1ca4","name":"Encoder throws on undefined content topic","time":{"start":1714500559908,"stop":1714500559908,"duration":0},"status":"passed","severity":"normal"},{"uid":"66bb1a4c55981e55","name":"Throws when trying to push message with empty payload","time":{"start":1714501123787,"stop":1714501123788,"duration":1},"status":"passed","severity":"normal"},{"uid":"405d44695a284cee","name":"Overlapping topic subscription","time":{"start":1714501220683,"stop":1714501220683,"duration":0},"status":"passed","severity":"normal"},{"uid":"72006557d6fb9d0a","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714500654285,"stop":1714500654286,"duration":1},"status":"passed","severity":"normal"},{"uid":"82f404b56e201e56","name":"Push message with short payload","time":{"start":1714500976524,"stop":1714500976525,"duration":1},"status":"passed","severity":"normal"},{"uid":"3599105412536b2d","name":"Push message with content topic containing JSON","time":{"start":1714501123811,"stop":1714501123811,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dfced7721fa68f6","name":"Push message with Russian payload","time":{"start":1714500976529,"stop":1714500976530,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f38c6079f9dfd2","name":"Push message with long payload","time":{"start":1714501123755,"stop":1714501123756,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d9b6f035e24db36","name":"Reopen subscription with peer with lost subscription","time":{"start":1714500607830,"stop":1714500607830,"duration":0},"status":"passed","severity":"normal"},{"uid":"328857f35cc61b49","name":"nwaku subscribes","time":{"start":1714501008011,"stop":1714501008012,"duration":1},"status":"passed","severity":"normal"},{"uid":"76ab6470d80fe609","name":"Waku message hash computation (meta attribute not present)","time":{"start":1714500527929,"stop":1714500527929,"duration":0},"status":"passed","severity":"normal"},{"uid":"eef4704263fd5003","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714501220695,"stop":1714501220696,"duration":1},"status":"passed","severity":"normal"},{"uid":"26f7a6d269850d99","name":"Check message with invalid timestamp is not received","time":{"start":1714501050438,"stop":1714501050439,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef98ceae824b99a4","name":"Push message with long payload","time":{"start":1714500976525,"stop":1714500976526,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef34c95c3f0d4db","name":"Subscribe to topic containing long and publish message","time":{"start":1714501039480,"stop":1714501039481,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf3f44edf094c6f4","name":"Js publishes, other Js receives","time":{"start":1714501008013,"stop":1714501008013,"duration":0},"status":"passed","severity":"normal"},{"uid":"d32b0d8e8ae688be","name":"Check received message containing escaped characters","time":{"start":1714500735364,"stop":1714500735365,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0afa96481681c03","name":"caches peers it previously fetched","time":{"start":1714500550517,"stop":1714500550517,"duration":0},"status":"passed","severity":"normal"},{"uid":"c174621bb8b75f63","name":"should handle clusterId, application and version for autosharding with cluster iD 6","time":{"start":1714500525341,"stop":1714500525341,"duration":0},"status":"passed","severity":"normal"},{"uid":"72d00f8b5a196564","name":"should throw an error for an unconfigured topic","time":{"start":1714500525351,"stop":1714500525351,"duration":0},"status":"passed","severity":"normal"},{"uid":"bebb65da22685231","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714500823187,"stop":1714500823187,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e37b661dd6d17f4","name":"Sample","time":{"start":1714500533302,"stop":1714500533303,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd498e3d5e152f7a","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1714500623696,"stop":1714500623697,"duration":1},"status":"passed","severity":"normal"},{"uid":"47edefe8483fa6e2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714500664399,"stop":1714500664399,"duration":0},"status":"passed","severity":"normal"},{"uid":"e59bbeb309e7e493","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1714500744098,"stop":1714500744100,"duration":2},"status":"passed","severity":"normal"},{"uid":"8e6a727e83bace85","name":"Publish message with custom timestamp: Wed May 10 2023 18:16:48 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036165,"stop":1714501036165,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f7df7c543daed5b","name":"isConnected return false after peer stops","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"status":"passed","severity":"normal"},{"uid":"f75f482dbc265523","name":"Check received message containing unicode special characters","time":{"start":1714500735365,"stop":1714500735365,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a6065ac1073dd5f","name":"can start and stop the service","time":{"start":1714501049782,"stop":1714501049782,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e2c9b16a914858a","name":"Privacy Node - default protocol","time":{"start":1714501191920,"stop":1714501191920,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d97e8e76fdc570e","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1714500744138,"stop":1714500744138,"duration":0},"status":"passed","severity":"normal"},{"uid":"86fde9f2cd1d1b62","name":"Check received message containing shell command","time":{"start":1714501050449,"stop":1714501050450,"duration":1},"status":"passed","severity":"normal"},{"uid":"d93d412fb5ef49c0","name":"should throw error - invalid id","time":{"start":1714500534103,"stop":1714500534104,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b1a6b084a03c6c8","name":"recovers when dns.resolve returns empty","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"status":"passed","severity":"normal"},{"uid":"7acfe61bef708d00","name":"shard 0","time":{"start":1714501106172,"stop":1714501106173,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dee795eefcd37b1","name":"Check received message containing Russian","time":{"start":1714501050429,"stop":1714501050430,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b8524e3c20284c8","name":"Cluster ID 0 - Default/Global Cluster","time":{"start":1714501089324,"stop":1714501089324,"duration":0},"status":"passed","severity":"normal"},{"uid":"2893ad98c61dfd35","name":"Check message with no payload is not received","time":{"start":1714500735371,"stop":1714500735372,"duration":1},"status":"passed","severity":"normal"},{"uid":"af3f46f74ad81bc6","name":"Passing page size 1 when there are 4 messages","time":{"start":1714501174013,"stop":1714501174013,"duration":0},"status":"passed","severity":"normal"},{"uid":"851455ab15caaa64","name":"3 nodes on /waku/2/rs/7/1 topic","time":{"start":1714501013446,"stop":1714501013447,"duration":1},"status":"passed","severity":"normal"},{"uid":"76a9596a8476161f","name":"Using a function","time":{"start":1714501181623,"stop":1714501181623,"duration":0},"status":"passed","severity":"normal"},{"uid":"982661a6ca38d2c9","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714501050455,"stop":1714501050455,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce90f852b9cdf7af","name":"receives messages sent to provided content topic through callback","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e3adcab77d43932a","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1714500744141,"stop":1714500744141,"duration":0},"status":"passed","severity":"normal"},{"uid":"8926b9a7223c8b3d","name":"Passing page size 3 when there are 20 messages","time":{"start":1714501174013,"stop":1714501174013,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc18ef71ae524f7d","name":"Check publish message containing escaped characters","time":{"start":1714501036158,"stop":1714501036163,"duration":5},"status":"passed","severity":"normal"},{"uid":"4c9c85d861a8e104","name":"Check message on other pubsub topic is not received","time":{"start":1714500735370,"stop":1714500735370,"duration":0},"status":"passed","severity":"normal"},{"uid":"756aaa7921b3ce41","name":"should not receive a peer event before start","time":{"start":1714500554004,"stop":1714500554005,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6cbab90bdfecc87","name":"should throw error - no id","time":{"start":1714500534098,"stop":1714500534098,"duration":0},"status":"passed","severity":"normal"},{"uid":"f99b7ccb56c66078","name":"should handle application and version for autosharding","time":{"start":1714500525339,"stop":1714500525340,"duration":1},"status":"passed","severity":"normal"},{"uid":"3647711a7aabd52c","name":"Non TWN Cluster","time":{"start":1714501089324,"stop":1714501089325,"duration":1},"status":"passed","severity":"normal"},{"uid":"25126c6a4e3d40f","name":"Push message with custom timestamp: 1714504335785","time":{"start":1714501123821,"stop":1714501123821,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fa7fc5e634ab04a","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1714501184623,"stop":1714501184624,"duration":1},"status":"passed","severity":"normal"},{"uid":"b502c798988c59fd","name":"Fails to push message with large meta","time":{"start":1714501123819,"stop":1714501123819,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b4f02eba98a93c8","name":"random auto sharding 7 - Cluster ID: 10, Content Topic: /app12/9/topic224/xml","time":{"start":1714501089327,"stop":1714501089328,"duration":1},"status":"passed","severity":"normal"},{"uid":"86b8b618b8540cda","name":"Meta field set when metaSetter is specified","time":{"start":1714500539179,"stop":1714500539180,"duration":1},"status":"passed","severity":"normal"},{"uid":"a625391778fdc45","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714500664398,"stop":1714500664399,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0319fb9f063e495","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1714501184624,"stop":1714501184625,"duration":1},"status":"passed","severity":"normal"},{"uid":"b944cfe3af10df98","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1714500744109,"stop":1714500744111,"duration":2},"status":"passed","severity":"normal"},{"uid":"e76b8f588e099d71","name":"should correctly map /statusim/1/community/cbor to shard index 4","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"status":"passed","severity":"normal"},{"uid":"35fabcb6e975aac","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1714501094176,"stop":1714501094177,"duration":1},"status":"passed","severity":"normal"},{"uid":"34fe5a14befc31ce","name":"Subscribe to topic containing long and receive message","time":{"start":1714500823182,"stop":1714500823182,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fac17deda9017d9","name":"Push message with content topic containing Russian","time":{"start":1714501123807,"stop":1714501123808,"duration":1},"status":"passed","severity":"normal"},{"uid":"483d138e14c2b884","name":"Push message with special chars payload","time":{"start":1714500976527,"stop":1714500976527,"duration":0},"status":"passed","severity":"normal"},{"uid":"a289e85af435d49d","name":"Check publish message containing shell command","time":{"start":1714501036158,"stop":1714501036158,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b445aeb611dfbc","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1714501039478,"stop":1714501039478,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1c271842dc1c205","name":"Query Generator, No message returned","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"status":"passed","severity":"normal"},{"uid":"deee55506b05f442","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1714501319434,"stop":1714501319434,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cdec572f5f7e56e","name":"handles different clusterIds correctly","time":{"start":1714500525333,"stop":1714500525334,"duration":1},"status":"passed","severity":"normal"},{"uid":"951c4ac6dea2f518","name":"Check publish message containing SQL Injection","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddd286f8b97ed619","name":"pre and post cipher","time":{"start":1714500560558,"stop":1714500560559,"duration":1},"status":"passed","severity":"normal"},{"uid":"9afeb3d6259a34d5","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1714501106190,"stop":1714501106191,"duration":1},"status":"passed","severity":"normal"},{"uid":"3eba77b1d8814580","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1714500550276,"stop":1714500550277,"duration":1},"status":"passed","severity":"normal"},{"uid":"1216af38129c42b2","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714500823183,"stop":1714500823183,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d68a620babeef3f","name":"Check received message containing Script","time":{"start":1714501050430,"stop":1714501050431,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec355a077d41f59a","name":"Check publish message containing emoji","time":{"start":1714501036164,"stop":1714501036164,"duration":0},"status":"passed","severity":"normal"},{"uid":"39195add76e3d83","name":"Push message with content topic containing shell command","time":{"start":1714501123811,"stop":1714501123811,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a0819fbf59d929c","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1714500872901,"stop":1714500872902,"duration":1},"status":"passed","severity":"normal"},{"uid":"ececfe648c606130","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1714500533179,"stop":1714500533180,"duration":1},"status":"passed","severity":"normal"},{"uid":"16665f93800d1fab","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714500823171,"stop":1714500823171,"duration":0},"status":"passed","severity":"normal"},{"uid":"77683c7e761ed22f","name":"handles different networkShards values correctly","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"status":"passed","severity":"normal"},{"uid":"6215b1e73715ddf4","name":"Check received message containing special chars","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b78fe9533b350fa","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c37ea84d7664961","name":"given a waku node and content topic, creates a filter subscription","time":{"start":1714501036383,"stop":1714501036384,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8f782096baab8a3a","name":"Check received message containing XML","time":{"start":1714500735362,"stop":1714500735363,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8185e8778ef155f","name":"Push message with Chinese payload","time":{"start":1714500976528,"stop":1714500976528,"duration":0},"status":"passed","severity":"normal"},{"uid":"105e772634b834c3","name":"Subscribe to topic containing Script and receive message","time":{"start":1714500823186,"stop":1714500823186,"duration":0},"status":"passed","severity":"normal"},{"uid":"68be6295677261bd","name":"Query generator for multiple messages with different message text format","time":{"start":1714501153787,"stop":1714501153788,"duration":1},"status":"passed","severity":"normal"},{"uid":"33194d523a108d45","name":"Check publish message after service node is restarted","time":{"start":1714501036174,"stop":1714501036174,"duration":0},"status":"skipped","severity":"normal"},{"uid":"762858d80b377660","name":"Check received message containing long","time":{"start":1714500735358,"stop":1714500735358,"duration":0},"status":"passed","severity":"normal"},{"uid":"12d2bc2522562e38","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1714500538712,"stop":1714500538712,"duration":0},"status":"passed","severity":"normal"},{"uid":"debec60cb5cfda53","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714501220690,"stop":1714501220691,"duration":1},"status":"passed","severity":"normal"},{"uid":"b30e1b110e3777f","name":"Check received message containing shell command","time":{"start":1714501050432,"stop":1714501050433,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1aa6f3c30145c22","name":"Push message with content topic containing unicode special characters","time":{"start":1714500976559,"stop":1714500976559,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ec90407dc4c7d3","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1714501184625,"stop":1714501184626,"duration":1},"status":"passed","severity":"normal"},{"uid":"16c5b02d9ad578ea","name":"Check received message containing SQL Injection","time":{"start":1714500735361,"stop":1714500735362,"duration":1},"status":"passed","severity":"normal"},{"uid":"dc7e35590d704711","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714501013449,"stop":1714501013449,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d8fc9a23ab169f5","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1714500533175,"stop":1714500533175,"duration":0},"status":"passed","severity":"normal"},{"uid":"8370db4909db2935","name":"Check message with invalid timestamp is not received","time":{"start":1714501050455,"stop":1714501050456,"duration":1},"status":"passed","severity":"normal"},{"uid":"3574a332f56be2ab","name":"Nodes with multiple pubsub topic","time":{"start":1714501013447,"stop":1714501013447,"duration":0},"status":"passed","severity":"normal"},{"uid":"13130751e5677e26","name":"Check received message containing short","time":{"start":1714500735357,"stop":1714500735358,"duration":1},"status":"passed","severity":"normal"},{"uid":"b005014a399df2fb","name":"random static sharding 1 - Cluster ID: 317, Shard ID: 21","time":{"start":1714501106173,"stop":1714501106174,"duration":1},"status":"passed","severity":"normal"},{"uid":"228d70f8231d1f97","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef78682f707755fe","name":"should set field with only RELAY enabled","time":{"start":1714500534110,"stop":1714500534110,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e376797fae6288b","name":"should emit a peer event after start","time":{"start":1714500590511,"stop":1714500590512,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ba0ac5768777901","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1714500744139,"stop":1714500744140,"duration":1},"status":"passed","severity":"normal"},{"uid":"209d3a7bf06afc1e","name":"topics with same application and version share the same shard","time":{"start":1714500525332,"stop":1714500525332,"duration":0},"status":"passed","severity":"normal"},{"uid":"934692a59b112705","name":"Wrong topic","time":{"start":1714501089332,"stop":1714501089333,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d66c10bb144fec9","name":"Generator, custom pubsub topic","time":{"start":1714501150908,"stop":1714501150908,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbef66225a9bc34d","name":"should return valid sharding parameters for content topics autosharding","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"status":"passed","severity":"normal"},{"uid":"a37ab907af262cff","name":"Passing page size 11 when there are 10 messages","time":{"start":1714501174014,"stop":1714501174014,"duration":0},"status":"passed","severity":"normal"},{"uid":"774f311be489f502","name":"Check received message containing numeric","time":{"start":1714500735358,"stop":1714500735359,"duration":1},"status":"passed","severity":"normal"},{"uid":"389c6016febc014c","name":"Subscribe to topic containing short and receive message","time":{"start":1714500823182,"stop":1714500823182,"duration":0},"status":"passed","severity":"normal"},{"uid":"a815afab44610d72","name":"Push message with short payload","time":{"start":1714501123754,"stop":1714501123754,"duration":0},"status":"passed","severity":"normal"},{"uid":"24e31b03e88928e8","name":"Push message with Chinese payload","time":{"start":1714501123759,"stop":1714501123760,"duration":1},"status":"passed","severity":"normal"},{"uid":"8495143a8e45cd65","name":"Publish message with large meta","time":{"start":1714501036175,"stop":1714501036175,"duration":0},"status":"passed","severity":"normal"},{"uid":"d85a1061da9a7caa","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","severity":"normal"},{"uid":"a940c7d241ba9981","name":"should return unique PubsubTopics for static sharding","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"status":"passed","severity":"normal"},{"uid":"489be5d12b754a47","name":"Push message with content topic containing shell command","time":{"start":1714500976558,"stop":1714500976558,"duration":0},"status":"passed","severity":"normal"},{"uid":"de9bd2c4f93199c1","name":"should throw an error for missing required configuration","time":{"start":1714500525342,"stop":1714500525342,"duration":0},"status":"passed","severity":"normal"},{"uid":"aff5f9954bebccd4","name":"should be able to encode the field with only STORE set to true","time":{"start":1714500533160,"stop":1714500533163,"duration":3},"status":"passed","severity":"normal"},{"uid":"18de95eba6da6270","name":"random auto sharding 3 - Cluster ID: 10, Content Topic: /app3/9/topic954/json","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a2845d6f6784910","name":"should be able to decode the field with only STORE set to true","time":{"start":1714500533178,"stop":1714500533179,"duration":1},"status":"passed","severity":"normal"},{"uid":"a412bd114e09fe6a","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1714500744125,"stop":1714500744126,"duration":1},"status":"passed","severity":"normal"},{"uid":"5796537761df1c0f","name":"Push message with JSON payload","time":{"start":1714500976534,"stop":1714500976535,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1db7e12146c29c8","name":"Query generator for multiple messages","time":{"start":1714501153787,"stop":1714501153787,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cb009f87a115177","name":"should properly create location multiaddrs - tcp6","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"status":"passed","severity":"normal"},{"uid":"17756bf75c430ec9","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","severity":"normal"},{"uid":"7298d29c5877a0eb","name":"Push message with content topic containing Script","time":{"start":1714501123809,"stop":1714501123809,"duration":0},"status":"passed","severity":"normal"},{"uid":"95f067ae99b4601b","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714500823184,"stop":1714500823184,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b545f08163448c6","name":"Publishes to nwaku","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9c32c65275dc390","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714500786926,"stop":1714500786926,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3f15327a9a6788","name":"handles empty shards array correctly","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcce94c700a8b634","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1714500533174,"stop":1714500533174,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7a41ddc6562d043","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1714501319433,"stop":1714501319433,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8178e72d6d27859","name":"Promise Callback - forward","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"status":"passed","severity":"normal"},{"uid":"28868758c38dfe0a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744145,"stop":1714500744145,"duration":0},"status":"passed","severity":"normal"},{"uid":"ada59e9e79015d87","name":"Check publish message containing special chars","time":{"start":1714501036154,"stop":1714501036154,"duration":0},"status":"passed","severity":"normal"},{"uid":"61ad576d352c305f","name":"should throw error - no public key","time":{"start":1714500534098,"stop":1714500534103,"duration":5},"status":"passed","severity":"normal"},{"uid":"af3778f3cc16ccb9","name":"should decode valid enr successfully","time":{"start":1714500534096,"stop":1714500534097,"duration":1},"status":"passed","severity":"normal"},{"uid":"32077e07ffd4fb28","name":"Nwaku publishes","time":{"start":1714501008012,"stop":1714501008012,"duration":0},"status":"passed","severity":"normal"},{"uid":"318e082b140390cc","name":"should not fail to start the service if it is already started","time":{"start":1714500590509,"stop":1714500590510,"duration":1},"status":"passed","severity":"normal"},{"uid":"94f4e63002e9a977","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1714500559906,"stop":1714500559906,"duration":0},"status":"passed","severity":"normal"},{"uid":"b477ca2c7a38dbd1","name":"peerDiscovery without wakuPeerExchangeDiscovery","time":{"start":1714500997301,"stop":1714500997302,"duration":1},"status":"passed","severity":"normal"},{"uid":"893237c03bb43316","name":"Check received message containing Arabic","time":{"start":1714501050429,"stop":1714501050429,"duration":0},"status":"passed","severity":"normal"},{"uid":"22ed5e441e8ac433","name":"Subscribe to topic containing short and receive message","time":{"start":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","severity":"normal"},{"uid":"912cd151e61806e0","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1714501039483,"stop":1714501039484,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d8639f9da8ea9bf","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1714500823191,"stop":1714500823192,"duration":1},"status":"passed","severity":"normal"},{"uid":"42d50b767e17f1c","name":"Check received message containing SQL Injection","time":{"start":1714501050430,"stop":1714501050430,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f9e48a288589a26","name":"Ephemeral messages are not stored","time":{"start":1714500589618,"stop":1714500589618,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b9db14ff3b73ff0","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714500823189,"stop":1714500823189,"duration":0},"status":"passed","severity":"normal"},{"uid":"681b8c394c846349","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714500823183,"stop":1714500823183,"duration":0},"status":"passed","severity":"normal"},{"uid":"35b525dfb51d33b6","name":"Ephemeral field is preserved - encoder v0","time":{"start":1714500589619,"stop":1714500589622,"duration":3},"status":"passed","severity":"normal"},{"uid":"85de6e1a1ef95b2f","name":"random auto sharding 8 - Cluster ID: 10, Content Topic: /app9/8/topic783/utf8","time":{"start":1714501089328,"stop":1714501089331,"duration":3},"status":"passed","severity":"normal"},{"uid":"9000f64e9c1a5a4d","name":"wrong wakuPeerExchangeDiscovery pubsub topic","time":{"start":1714500997300,"stop":1714500997301,"duration":1},"status":"skipped","severity":"normal"},{"uid":"241d8125c16400f8","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1714500744181,"stop":1714500744181,"duration":0},"status":"passed","severity":"normal"},{"uid":"cafe3e38896b330b","name":"should throw an error for non-numeric clusterId: /waku/2/rs/y/1","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d7eededbe4db1ec","name":"should set field with only STORE enabled","time":{"start":1714500534110,"stop":1714500534111,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2108daa071755b2","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1714500786929,"stop":1714500786929,"duration":0},"status":"passed","severity":"normal"},{"uid":"3af9544ae64e4663","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714500786928,"stop":1714500786928,"duration":0},"status":"passed","severity":"normal"},{"uid":"a47dba6337b767ee","name":"Subscribe to topic containing shell command and receive message","time":{"start":1714500823188,"stop":1714500823188,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e1a4158b48e298","name":"should configure sharding based on application and version for autosharding","time":{"start":1714500525354,"stop":1714500525354,"duration":0},"status":"passed","severity":"normal"},{"uid":"d03c1a1db80cd2b7","name":"Check message received after nwaku node is restarted","time":{"start":1714501050460,"stop":1714501050460,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d42ef373b768fd43","name":"Push message with content topic containing Chinese","time":{"start":1714501123800,"stop":1714501123804,"duration":4},"status":"passed","severity":"normal"},{"uid":"9a94b859526c4edf","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714500786930,"stop":1714500786930,"duration":0},"status":"passed","severity":"normal"},{"uid":"172e55fe3c4ebffa","name":"Fails to push message bigger that 1MB","time":{"start":1714501123822,"stop":1714501123822,"duration":0},"status":"passed","severity":"normal"},{"uid":"812ede73f802491d","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1714501184622,"stop":1714501184623,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b14b8a0122da01","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1714500525360,"stop":1714500525361,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a5fc38077ff3e91","name":"Used by Waku Relay","time":{"start":1714501181623,"stop":1714501181624,"duration":1},"status":"passed","severity":"normal"},{"uid":"75f35d18aeebdec8","name":"should encodeTxt and decodeTxt","time":{"start":1714500534096,"stop":1714500534096,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ffbb044e6fc0174","name":"should correctly map a content topic to a pubsub topic","time":{"start":1714500525357,"stop":1714500525357,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa77eacded28aae2","name":"should correctly map /app/22/sometopic/someencoding to shard index 2","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"status":"passed","severity":"normal"},{"uid":"24d48a533b5fbaff","name":"should throw an error for non-numeric clusterId: /waku/2/rs/$/1","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"status":"passed","severity":"normal"},{"uid":"1be19b0201c13706","name":"Promise Callback - backward","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"status":"passed","severity":"normal"},{"uid":"473d9d2f5437cb63","name":"should fall back to default pubsub topic when pubsubTopicShardInfo is not provided","time":{"start":1714500525352,"stop":1714500525352,"duration":0},"status":"passed","severity":"normal"},{"uid":"36d772e45ff41980","name":"should not receive a peer event after stop","time":{"start":1714500590513,"stop":1714500590514,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a199ec85c544e0f","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714501013449,"stop":1714501013450,"duration":1},"status":"passed","severity":"normal"},{"uid":"88757c248d577011","name":"stop","time":{"start":1714500619507,"stop":1714500619510,"duration":3},"status":"passed","severity":"normal"},{"uid":"f76876e272b92c33","name":"`waku:online` between 2 js-waku relay nodes","time":{"start":1714500623697,"stop":1714500623697,"duration":0},"status":"passed","severity":"normal"},{"uid":"bda49b2c74d7808a","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714501220692,"stop":1714501220692,"duration":0},"status":"passed","severity":"normal"},{"uid":"70b09b2aac990a3c","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1714501039477,"stop":1714501039478,"duration":1},"status":"passed","severity":"normal"},{"uid":"163abab0a324e19a","name":"Push message with meta","time":{"start":1714501123814,"stop":1714501123818,"duration":4},"status":"passed","severity":"normal"},{"uid":"206e33dbc0a28cdb","name":"Publish without waiting for remote peer","time":{"start":1714501039476,"stop":1714501039477,"duration":1},"status":"passed","severity":"normal"},{"uid":"337f3a1ccf5dd981","name":"Decoder throws on undefined content topic","time":{"start":1714500539181,"stop":1714500539182,"duration":1},"status":"passed","severity":"normal"},{"uid":"b06570b915e0979","name":"Check received message containing Script","time":{"start":1714501050446,"stop":1714501050446,"duration":0},"status":"passed","severity":"normal"},{"uid":"588db595cabca742","name":"Check received message containing JSON","time":{"start":1714501050448,"stop":1714501050449,"duration":1},"status":"passed","severity":"normal"},{"uid":"73c350320eaa78dd","name":"1 Store, 2 fetches","time":{"start":1714500549550,"stop":1714500549550,"duration":0},"status":"passed","severity":"normal"},{"uid":"39d45d4ebd2760a9","name":"Push message with content topic containing emoji","time":{"start":1714500976559,"stop":1714500976559,"duration":0},"status":"passed","severity":"normal"},{"uid":"d0501181eb67f4ce","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1714501039478,"stop":1714501039478,"duration":0},"status":"passed","severity":"normal"},{"uid":"de839fec2d4170be","name":"Passing page size 10 when there are 10 messages","time":{"start":1714501174014,"stop":1714501174014,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e2e120e3a08493","name":"should return all peers when numPeers is 0","time":{"start":1714500538710,"stop":1714500538710,"duration":0},"status":"passed","severity":"normal"},{"uid":"354d86d8951aa74a","name":"Query Generator - backward","time":{"start":1714501145474,"stop":1714501145474,"duration":0},"status":"passed","severity":"normal"},{"uid":"314a43bc3b6dd6b2","name":"Check message with non string payload is not received","time":{"start":1714500735372,"stop":1714500735372,"duration":0},"status":"passed","severity":"normal"},{"uid":"5548ceb150256fc6","name":"Accepts a valid Waku Message","time":{"start":1714500542733,"stop":1714500542734,"duration":1},"status":"passed","severity":"normal"},{"uid":"2734f9ec27531cd9","name":"Encoder throws on empty string content topic","time":{"start":1714500559908,"stop":1714500559909,"duration":1},"status":"passed","severity":"normal"},{"uid":"f68fa735169e11ff","name":"random auto sharding 5 - Cluster ID: 10, Content Topic: /app93/8/topic386/test.js","time":{"start":1714501089326,"stop":1714501089327,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb3b81d0ea381b5","name":"Check publish message containing Chinese","time":{"start":1714501036154,"stop":1714501036155,"duration":1},"status":"passed","severity":"normal"},{"uid":"292919aede00e527","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1714501184626,"stop":1714501184627,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbc578989486cf21","name":"should only return 1 node with store capability","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c05e155370d8939","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500844872,"stop":1714500844872,"duration":0},"status":"passed","severity":"normal"},{"uid":"d351093a3a02e8f1","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1714500587026,"stop":1714500587026,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb4e4faca753b2fa","name":"Reopen subscription with peer with lost subscription","time":{"start":1714500660501,"stop":1714500660501,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eeaa252d8025d03","name":"Sets default value correctly","time":{"start":1714501181624,"stop":1714501181624,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ccf8b15518f1ebd","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714500786930,"stop":1714500786931,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa674181df9e3b06","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1714500550274,"stop":1714500550275,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d18ddbae5fe6c84","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714501013448,"stop":1714501013448,"duration":0},"status":"passed","severity":"normal"},{"uid":"87ad57e86c68baf2","name":"throws on content topic with non-number generation field","time":{"start":1714500525320,"stop":1714500525321,"duration":1},"status":"passed","severity":"normal"},{"uid":"63587c50ea9d5ba3","name":"Push message with Script payload","time":{"start":1714500976531,"stop":1714500976531,"duration":0},"status":"passed","severity":"normal"},{"uid":"e29af83e83fc5511","name":"Check publish message containing unicode special characters","time":{"start":1714501036163,"stop":1714501036164,"duration":1},"status":"passed","severity":"normal"},{"uid":"97d4a5d462e05a84","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714500664408,"stop":1714500664410,"duration":2},"status":"passed","severity":"normal"},{"uid":"24088e9224eb9d80","name":"Check received message containing emoji","time":{"start":1714500735365,"stop":1714500735366,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed1cd3055fd165cd","name":"Ping on peer without subscriptions","time":{"start":1714500660494,"stop":1714500660495,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a474871b88c9eef","name":"Push message with Arabic payload","time":{"start":1714500976528,"stop":1714500976529,"duration":1},"status":"passed","severity":"normal"},{"uid":"8c85820d950b3d99","name":"Check received message containing short","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"status":"passed","severity":"normal"},{"uid":"159db4bf47a8a2c5","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714501220698,"stop":1714501220698,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ab0a626c39973ca","name":"should throw an error for missing sharding configuration","time":{"start":1714500525356,"stop":1714500525356,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7703bebe186af16","name":"Check message with no payload is not received","time":{"start":1714501050440,"stop":1714501050440,"duration":0},"status":"passed","severity":"normal"},{"uid":"5439881a6f2420a","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1714500744179,"stop":1714500744181,"duration":2},"status":"passed","severity":"normal"},{"uid":"f7b6a2afe24667c5","name":"Subscribe and receives messages on 20 topics","time":{"start":1714500823174,"stop":1714500823174,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a905c8a99db63e7","name":"should properly create location multiaddrs - udp","time":{"start":1714500534108,"stop":1714500534108,"duration":0},"status":"passed","severity":"normal"},{"uid":"746eab0f3a9aac1a","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1714501094175,"stop":1714501094176,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b8a208507e42df0","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1714501159485,"stop":1714501159486,"duration":1},"status":"passed","severity":"normal"},{"uid":"3843db59d9d30cf5","name":"Check message on other pubsub topic is not received","time":{"start":1714501050457,"stop":1714501050457,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7b35e926981de6","name":"Fields are not dropped","time":{"start":1714500538523,"stop":1714500538525,"duration":2},"status":"passed","severity":"normal"},{"uid":"c44ceff9fd44c33e","name":"Push message with content topic containing long","time":{"start":1714501123788,"stop":1714501123789,"duration":1},"status":"passed","severity":"normal"},{"uid":"4589914c2ab9a95e","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1714500550519,"stop":1714500550519,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46ca107c3c109d1","name":"Overlapping topic subscription","time":{"start":1714500823176,"stop":1714500823178,"duration":2},"status":"passed","severity":"normal"},{"uid":"708a514fa8d75f83","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714500786927,"stop":1714500786927,"duration":0},"status":"passed","severity":"normal"},{"uid":"25e97b649b5a1091","name":"random static sharding 8 - Cluster ID: 69, Shard ID: 497","time":{"start":1714501106182,"stop":1714501106183,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6461989fe790946","name":"should correctly map /app/29/sometopic/someencoding to shard index 6","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c2c29118bd2975a","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1714501159486,"stop":1714501159486,"duration":0},"status":"passed","severity":"normal"},{"uid":"24cc6ec01b111f37","name":"should not fail to start the service if it is already started","time":{"start":1714501049786,"stop":1714501049787,"duration":1},"status":"passed","severity":"normal"},{"uid":"63f7fd5584bb99a","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714500823172,"stop":1714500823173,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e01b2b530df0d95","name":"Register correct protocols","time":{"start":1714501039476,"stop":1714501039476,"duration":0},"status":"passed","severity":"normal"},{"uid":"900a13f21842bc6d","name":"Passing page size 0 when there are 110 messages","time":{"start":1714501174012,"stop":1714501174012,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1e19272971531fb","name":"same cluster, different shard: nodes don't connect","time":{"start":1714500744050,"stop":1714500744050,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d44ef55ec82fc0b","name":"Subscribe to topic containing Script and receive message","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ee3c1f0c569649c","name":"can start the service","time":{"start":1714501049781,"stop":1714501049782,"duration":1},"status":"passed","severity":"normal"},{"uid":"dff8f9e42e324b80","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714501050455,"stop":1714501050455,"duration":0},"status":"passed","severity":"normal"},{"uid":"3347e41433c617a0","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714501220680,"stop":1714501220681,"duration":1},"status":"passed","severity":"normal"},{"uid":"42199659ba02c66b","name":"Decrypt messages","time":{"start":1714500979199,"stop":1714500979200,"duration":1},"status":"passed","severity":"normal"},{"uid":"45772e17b92d7d3e","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1714500550278,"stop":1714500550278,"duration":0},"status":"passed","severity":"normal"},{"uid":"d919221d22ea0792","name":"connects to nwaku","time":{"start":1714501181621,"stop":1714501181621,"duration":0},"status":"passed","severity":"normal"},{"uid":"312c06e44afccc8a","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500844874,"stop":1714500844875,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fcd56cbd05e9d60","name":"random static sharding 10 - Cluster ID: 21, Shard ID: 476","time":{"start":1714501106185,"stop":1714501106187,"duration":2},"status":"passed","severity":"normal"},{"uid":"2c48bc4ca85c868d","name":"Push message on custom pubsubTopic","time":{"start":1714500844876,"stop":1714500844877,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1d892c5f6ecf803","name":"unsubscribes","time":{"start":1714501165487,"stop":1714501165487,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e6d830c3f917efa","name":"Push message with content topic containing Script","time":{"start":1714500976554,"stop":1714500976555,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ab59e844d91479f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1714501220690,"stop":1714501220690,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2137f1b2b8b8d8a","name":"Check message with no payload is not received","time":{"start":1714501050458,"stop":1714501050458,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac921774521a22d6","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1714500578594,"stop":1714500578595,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f50ab4fed69ed24","name":"should throw an error for SingleShardInfos with different clusterIds","time":{"start":1714500525338,"stop":1714500525338,"duration":0},"status":"passed","severity":"normal"},{"uid":"daf01001c37247cb","name":"Check publish message containing short","time":{"start":1714501036148,"stop":1714501036151,"duration":3},"status":"passed","severity":"normal"},{"uid":"631fcfe71131aa94","name":"should handle clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714500525340,"stop":1714500525340,"duration":0},"status":"passed","severity":"normal"},{"uid":"8732e2ae1c2c0e2d","name":"random static sharding 5 - Cluster ID: 746, Shard ID: 645","time":{"start":1714501106176,"stop":1714501106178,"duration":2},"status":"passed","severity":"normal"},{"uid":"3e68087f64dee3d6","name":"Ping on subscribed peer","time":{"start":1714500607828,"stop":1714500607828,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1507fcf30538a8c","name":"Subscribe to topic containing long and receive message","time":{"start":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c0124cb4c0a889b","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1714500578618,"stop":1714500578628,"duration":10},"status":"passed","severity":"normal"},{"uid":"919f5afd9933e48c","name":"Callback on promise, aborts when callback returns true","time":{"start":1714501153789,"stop":1714501153789,"duration":0},"status":"passed","severity":"normal"},{"uid":"a700a60771561715","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714500735369,"stop":1714500735369,"duration":0},"status":"passed","severity":"normal"},{"uid":"616ef6435536ae9b","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714501220691,"stop":1714501220691,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef4765b9aa30380","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714500590517,"stop":1714500590517,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c2139d7f8ec4ea03","name":"Push message with unicode special characters payload","time":{"start":1714500976537,"stop":1714500976538,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4e49b073e4c10f2","name":"Relay - dialed first","time":{"start":1714501191916,"stop":1714501191917,"duration":1},"status":"passed","severity":"normal"},{"uid":"4055dbbf0ec20bd3","name":"Subscribe to topic containing XML and publish message","time":{"start":1714501039483,"stop":1714501039483,"duration":0},"status":"passed","severity":"normal"},{"uid":"81ba353866870eff","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714500786927,"stop":1714500786928,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6770be6f45df4a1","name":"throws on content topic with empty version field","time":{"start":1714500525322,"stop":1714500525323,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c93410a145e98af","name":"Check received message containing long","time":{"start":1714501050427,"stop":1714501050427,"duration":0},"status":"passed","severity":"normal"},{"uid":"a145c5770975d649","name":"Check received message containing Basic HTML tag","time":{"start":1714501050448,"stop":1714501050448,"duration":0},"status":"passed","severity":"normal"},{"uid":"b509d10595a19a5a","name":"Push message with XML payload","time":{"start":1714500976531,"stop":1714500976532,"duration":1},"status":"passed","severity":"normal"},{"uid":"43d94f3a16a3baad","name":"should throw an error for non-numeric clusterId: /waku/2/rs/\\/1","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd8274d9d51ad8a5","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"status":"passed","severity":"normal"},{"uid":"59384701d6f3ae71","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1714500654292,"stop":1714500654295,"duration":3},"status":"passed","severity":"normal"},{"uid":"4d9e310cb23262ce","name":"Relay - dialed after","time":{"start":1714501191917,"stop":1714501191917,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffe7294be9f65dda","name":"Sign & Recover","time":{"start":1714500560559,"stop":1714500560559,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b6dfcd08cb76","name":"Light Node - default protocols","time":{"start":1714501191919,"stop":1714501191920,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dbec0d46653f765","name":"Check message received after nwaku node is restarted","time":{"start":1714500735373,"stop":1714500735373,"duration":0},"status":"skipped","severity":"normal"},{"uid":"70a253442772ee4b","name":"should throw an error for non-numeric shard: /waku/2/rs/1/$","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b88845097973064","name":"Correctly serialized arguments","time":{"start":1714500850493,"stop":1714500850493,"duration":0},"status":"passed","severity":"normal"},{"uid":"c352a8c2f2b39731","name":"Check received message containing unicode special characters","time":{"start":1714501050434,"stop":1714501050434,"duration":0},"status":"passed","severity":"normal"},{"uid":"492281f6b53dd9d7","name":"Push message with custom timestamp: 1714504344434","time":{"start":1714500976564,"stop":1714500976565,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0e05436e2a7d8ad","name":"Push message with XML payload","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a2b7cd1bf9836a","name":"Mutual subscription","time":{"start":1714501039475,"stop":1714501039475,"duration":0},"status":"passed","severity":"normal"},{"uid":"9352c9fb408f9a02","name":"Generator, custom pubsub topic","time":{"start":1714501150902,"stop":1714501150902,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dea486096d42065","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1714500744052,"stop":1714500744052,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a1fd2f98d1c3286","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"status":"skipped","severity":"normal"},{"uid":"90c1555411cb95d6","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1714500744141,"stop":1714500744141,"duration":0},"status":"passed","severity":"normal"},{"uid":"4705cfac855f662f","name":"same cluster, different shard: nodes connect","time":{"start":1714500872907,"stop":1714500872907,"duration":0},"status":"passed","severity":"normal"},{"uid":"259cf90ebfbba03c","name":"should encode/decode to RLP encoding","time":{"start":1714500534105,"stop":1714500534105,"duration":0},"status":"passed","severity":"normal"},{"uid":"60d702220dfa1695","name":"throws on content topic with empty encoding field","time":{"start":1714500525323,"stop":1714500525325,"duration":2},"status":"passed","severity":"normal"},{"uid":"935e2a5d0bf639da","name":"Check message with no content topic is not received","time":{"start":1714500735371,"stop":1714500735371,"duration":0},"status":"passed","severity":"normal"},{"uid":"613117e58195f93a","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714500786929,"stop":1714500786929,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecfa184f260f670","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1714500550275,"stop":1714500550275,"duration":0},"status":"passed","severity":"normal"},{"uid":"63810cfef2d86e46","name":"Round trip binary serialization","time":{"start":1714500539178,"stop":1714500539179,"duration":1},"status":"passed","severity":"normal"},{"uid":"db60fb497b24c1f0","name":"Passing an array","time":{"start":1714501181622,"stop":1714501181623,"duration":1},"status":"passed","severity":"normal"},{"uid":"aee09556798882cc","name":"should correctly map /0/toychat/2/huilong/proto to shard index 3","time":{"start":1714500525328,"stop":1714500525328,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ef13ec3e1e9017b","name":"Push message with emoji payload","time":{"start":1714501123784,"stop":1714501123785,"duration":1},"status":"passed","severity":"normal"},{"uid":"c513b1449703fe39","name":"isConnected should return true after first peer connects","time":{"start":1714500623697,"stop":1714500623698,"duration":1},"status":"passed","severity":"normal"},{"uid":"87c5949a29cd6b4f","name":"Reopen subscription with peer with lost subscription","time":{"start":1714500660503,"stop":1714500660503,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfe583506ab00534","name":"Push message with shell command payload","time":{"start":1714501123780,"stop":1714501123780,"duration":0},"status":"passed","severity":"normal"},{"uid":"2726bd564b23c74d","name":"should process correctly when SingleShardInfo has no clusterId but has a shard","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9dcf876541845c1","name":"Push message on custom pubsubTopic","time":{"start":1714500844873,"stop":1714500844873,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2e09089261d58e9","name":"Subscribe to topic containing Script and receive message","time":{"start":1714501220687,"stop":1714501220687,"duration":0},"status":"passed","severity":"normal"},{"uid":"57b952191d756cad","name":"should handle a minimal index list","time":{"start":1714500525360,"stop":1714500525360,"duration":0},"status":"passed","severity":"normal"},{"uid":"896391c35ab4d16a","name":"Relay","time":{"start":1714500587631,"stop":1714500587632,"duration":1},"status":"passed","severity":"normal"},{"uid":"73cfb16460861f25","name":"Query with Promise Callback, No Decoder","time":{"start":1714501140348,"stop":1714501140348,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fdd18bddef224f1","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 4","time":{"start":1714500525355,"stop":1714500525356,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fbbd46b08f35ba1","name":"should only return 1 node with relay capability","time":{"start":1714500550517,"stop":1714500550518,"duration":1},"status":"passed","severity":"normal"},{"uid":"45697dd5420b8176","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1714500744183,"stop":1714500744184,"duration":1},"status":"passed","severity":"normal"},{"uid":"63e6e5c9673bb3dd","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1714500549518,"stop":1714500549518,"duration":0},"status":"passed","severity":"normal"},{"uid":"418694fe0d4abe93","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1714501036168,"stop":1714501036168,"duration":0},"status":"passed","severity":"normal"},{"uid":"693589b9de4a6b2","name":"Ephemeral field set to true","time":{"start":1714500539179,"stop":1714500539179,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef831bf1d9f579b8","name":"Passing page size 110 when there are 120 messages","time":{"start":1714501174015,"stop":1714501174015,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc334726cd0f645d","name":"should properly create location multiaddrs - tcp","time":{"start":1714500534108,"stop":1714500534109,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e4d7215dc896255","name":"Subscribe and receives messages on 20 topics","time":{"start":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a42fbbcea0d8a28","name":"should not fail to stop the service if it was not started","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"status":"passed","severity":"normal"},{"uid":"c38b7c16d16f2b6","name":"should add and remove event listeners correctly","time":{"start":1714500554007,"stop":1714500554007,"duration":0},"status":"passed","severity":"normal"},{"uid":"fdd496a21e61761a","name":"Push message with custom timestamp: 1683742344434","time":{"start":1714500976563,"stop":1714500976564,"duration":1},"status":"passed","severity":"normal"},{"uid":"84ba1f170277afeb","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1714500533180,"stop":1714500533180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d0b41e959365260","name":"Waku message hash computation (meta size of 12 bytes)","time":{"start":1714500527926,"stop":1714500527928,"duration":2},"status":"passed","severity":"normal"},{"uid":"22161d598f693966","name":"Ping on unsubscribed peer","time":{"start":1714500660502,"stop":1714500660503,"duration":1},"status":"passed","severity":"normal"},{"uid":"e076712b1218fa46","name":"Check received message containing Russian","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"status":"passed","severity":"normal"},{"uid":"433a7c031e5952b9","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714500786929,"stop":1714500786930,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1384ec0e0e10775","name":"should set field with all protocols disabled","time":{"start":1714500534109,"stop":1714500534110,"duration":1},"status":"passed","severity":"normal"},{"uid":"64404164caed56bc","name":"Check received message with timestamp: 1714500578193 ","time":{"start":1714500735366,"stop":1714500735367,"duration":1},"status":"passed","severity":"normal"},{"uid":"96f57b4b7bcce7d5","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714500823188,"stop":1714500823189,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d2432fe5cc5985b","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1714500744122,"stop":1714500744125,"duration":3},"status":"passed","severity":"normal"},{"uid":"172d7e8c6ff9c9f5","name":"Nodes with multiple pubsub topic","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"status":"passed","severity":"normal"},{"uid":"80564c96bddff692","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1714501184621,"stop":1714501184622,"duration":1},"status":"passed","severity":"normal"},{"uid":"b277c93cbf909069","name":"Asymmetric encrypt & decrypt","time":{"start":1714500560557,"stop":1714500560557,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a64562e8ab69f37","name":"retrieves a single peer","time":{"start":1714500550513,"stop":1714500550514,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d45c1bdb2057c0d","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714500823175,"stop":1714500823176,"duration":1},"status":"passed","severity":"normal"},{"uid":"79bea2218d641a78","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500654286,"stop":1714500654289,"duration":3},"status":"passed","severity":"normal"},{"uid":"ad3ab5229ae517ac","name":"removeEventListener with wrong event","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ca041a03dca16d0","name":"Relay + Store","time":{"start":1714500534112,"stop":1714500534112,"duration":0},"status":"passed","severity":"normal"},{"uid":"a43c9c577a2c039f","name":"Check meta is set [symmetric]","time":{"start":1714500559906,"stop":1714500559907,"duration":1},"status":"passed","severity":"normal"},{"uid":"fceea40c5a948074","name":"Check received message containing special chars","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"status":"passed","severity":"normal"},{"uid":"10ebcb2a9da79b69","name":"Check publish message containing long","time":{"start":1714501036151,"stop":1714501036152,"duration":1},"status":"passed","severity":"normal"},{"uid":"4af5ac0c10abe34a","name":"Subscribe to topic containing special chars and receive message","time":{"start":1714501220685,"stop":1714501220685,"duration":0},"status":"passed","severity":"normal"},{"uid":"e61dab910ef06a","name":"Subscribe to topic containing special chars and publish message","time":{"start":1714501039481,"stop":1714501039481,"duration":0},"status":"passed","severity":"normal"},{"uid":"b49b3d956905ab9b","name":"1 Relay, 1 fetch","time":{"start":1714500549549,"stop":1714500549549,"duration":0},"status":"passed","severity":"normal"},{"uid":"571c92cb71c84a8f","name":"Push message with content topic containing short","time":{"start":1714500976544,"stop":1714500976545,"duration":1},"status":"passed","severity":"normal"},{"uid":"57331a9f05143fc2","name":"should throw an error for non-numeric clusterId: /waku/2/rs//1","time":{"start":1714500525348,"stop":1714500525349,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b0c4218b922c5a6","name":"Subscribe to topic containing XML and receive message","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2294d94714fdc3c","name":"Passing cursor with wrong pubsubTopic","time":{"start":1714501094179,"stop":1714501094179,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56fc7aa78d15952","name":"Subscribe to topic containing Russian and publish message","time":{"start":1714501039482,"stop":1714501039482,"duration":0},"status":"passed","severity":"normal"},{"uid":"1434f90108949d62","name":"should be called at least once on all `peer:discovery` events","time":{"start":1714500587023,"stop":1714500587023,"duration":0},"status":"passed","severity":"normal"},{"uid":"db239623ba29f62a","name":"Check received message containing Arabic","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4765182a2281a9","name":"groups multiple content topics into the same pubsub topic when they share the same shard index","time":{"start":1714500525333,"stop":1714500525333,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0fbc713ac9b3fb1","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1714500744140,"stop":1714500744141,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1c727e91d0c2b08","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1714501184627,"stop":1714501184627,"duration":0},"status":"passed","severity":"normal"},{"uid":"3949523b9a038911","name":"Check received message containing JSON","time":{"start":1714501050432,"stop":1714501050432,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8c967c3e5738a4f","name":"should be able to decode the field with only FILTER set to true","time":{"start":1714500533178,"stop":1714500533178,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7a7930aea84c840","name":"should not fail to stop the service if it was not started","time":{"start":1714500590508,"stop":1714500590509,"duration":1},"status":"passed","severity":"normal"},{"uid":"483097454da9057","name":"Check message with non string payload is not received","time":{"start":1714501050440,"stop":1714501050440,"duration":0},"status":"passed","severity":"normal"},{"uid":"33371df5bbc517ea","name":"should emit a peer event after start","time":{"start":1714501049787,"stop":1714501049788,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd2f271dbc4a827c","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1714501039482,"stop":1714501039483,"duration":1},"status":"passed","severity":"normal"},{"uid":"b61444e77200ef9c","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1714500744137,"stop":1714500744137,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7e124888241dc95","name":"should be able to encode the field with only RELAY set to true","time":{"start":1714500533156,"stop":1714500533160,"duration":4},"status":"passed","severity":"normal"},{"uid":"7551580a7f512cd1","name":"groups content topics by expected pubsub topic","time":{"start":1714500525332,"stop":1714500525333,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fd632f7edf675d6","name":"Publish message with custom timestamp: Tue Apr 30 2024 19:16:48 GMT+0000 (Coordinated Universal Time)","time":{"start":1714501036165,"stop":1714501036166,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca33d2c243f85d0","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1714501159487,"stop":1714501159487,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e77f98bca695aeb","name":"random auto sharding 2 - Cluster ID: 10, Content Topic: /app97/6/topic986/json","time":{"start":1714501089325,"stop":1714501089325,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f375ccdfeb9ce75","name":"Check message with no pubsub topic is not received","time":{"start":1714500735370,"stop":1714500735370,"duration":0},"status":"passed","severity":"normal"},{"uid":"36016dc754d81afd","name":"Fails to push message with large meta","time":{"start":1714500976562,"stop":1714500976563,"duration":1},"status":"passed","severity":"normal"},{"uid":"f25ac7169ea4497e","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714501150909,"stop":1714501150909,"duration":0},"status":"passed","severity":"normal"},{"uid":"b98f5dd01270817e","name":"Check received message containing unicode special characters","time":{"start":1714501050453,"stop":1714501050453,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcc2648606c65fe0","name":"should throw an error for invalid PubsubTopic format: /incorrect/format","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa795c4056cbb54d","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1714500533181,"stop":1714500533184,"duration":3},"status":"passed","severity":"normal"},{"uid":"47d633b57c065e69","name":"should throw an error for non-numeric shard: /waku/2/rs/1/-","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b50883f3244cd1f","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500654289,"stop":1714500654290,"duration":1},"status":"passed","severity":"normal"},{"uid":"4f84b5f913c7a4da","name":"creates an iterator","time":{"start":1714501165485,"stop":1714501165486,"duration":1},"status":"passed","severity":"normal"},{"uid":"d29654a82d64d8d1","name":"Check received message containing Chinese","time":{"start":1714501050444,"stop":1714501050444,"duration":0},"status":"passed","severity":"normal"},{"uid":"91e440635ee78ec2","name":"Push message with unicode special characters payload","time":{"start":1714501123780,"stop":1714501123784,"duration":4},"status":"passed","severity":"normal"},{"uid":"19074cfdf74cf71d","name":"Encoder throws on undefined content topic","time":{"start":1714500539180,"stop":1714500539181,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b018183b924972e","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1714500744183,"stop":1714500744183,"duration":0},"status":"passed","severity":"normal"},{"uid":"44c819dc3931e3f7","name":"Check publish message containing Script","time":{"start":1714501036156,"stop":1714501036156,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e659d8875c84020","name":"Check received message with timestamp: 1714500577468 ","time":{"start":1714501050437,"stop":1714501050437,"duration":0},"status":"passed","severity":"normal"},{"uid":"faf570c4bc29a46e","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1714501159487,"stop":1714501159487,"duration":0},"status":"passed","severity":"normal"},{"uid":"c176a17fd9b1c733","name":"Relay - times out","time":{"start":1714501191917,"stop":1714501191918,"duration":1},"status":"passed","severity":"normal"},{"uid":"52bf11b26f487d0c","name":"udp ip6 address","time":{"start":1714500533444,"stop":1714500533444,"duration":0},"status":"passed","severity":"normal"},{"uid":"e71540b3239f18cb","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500654298,"stop":1714500654299,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ece1c97d179d0db","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1714500744104,"stop":1714500744109,"duration":5},"status":"passed","severity":"normal"},{"uid":"8e1eb8bbb7649774","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1714501050438,"stop":1714501050438,"duration":0},"status":"passed","severity":"normal"},{"uid":"e16eba8c4b7dbff1","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","severity":"normal"},{"uid":"48f05466ff324e7e","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1714500538711,"stop":1714500538712,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea5fad97f129c789","name":"Check meta is set [ecies]","time":{"start":1714500561873,"stop":1714500561873,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d7b0372b27a93ba","name":"Subscribe to topic containing shell command and publish message","time":{"start":1714501039484,"stop":1714501039485,"duration":1},"status":"passed","severity":"normal"},{"uid":"90f32cf7b253b1e6","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1714501140346,"stop":1714501140346,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf7d35f4138b572f","name":"random static sharding 4 - Cluster ID: 398, Shard ID: 383","time":{"start":1714501106175,"stop":1714501106176,"duration":1},"status":"passed","severity":"normal"},{"uid":"256489c4ced949a0","name":"Check received message containing numeric","time":{"start":1714501050443,"stop":1714501050443,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd685c772c4a1c9b","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1714500533176,"stop":1714500533176,"duration":0},"status":"passed","severity":"normal"},{"uid":"c888d35ee294a32d","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1714500550275,"stop":1714500550276,"duration":1},"status":"passed","severity":"normal"},{"uid":"37f2d6b246cdb46f","name":"should configure sharding based on clusterId, application and version for autosharding with cluster iD 0","time":{"start":1714500525355,"stop":1714500525355,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ee373aecb79d054","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b296a995253412c","name":"isConnected should return false after all peers disconnect","time":{"start":1714500623698,"stop":1714500623698,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd21433628e1ce91","name":"Subscribe to topic containing JSON and publish message","time":{"start":1714501039484,"stop":1714501039484,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d7b3c7f344b0472","name":"Encoder throws on empty string content topic","time":{"start":1714500561874,"stop":1714500561874,"duration":0},"status":"passed","severity":"normal"},{"uid":"935d18999994090d","name":"Push message with escaped characters payload","time":{"start":1714500976536,"stop":1714500976537,"duration":1},"status":"passed","severity":"normal"},{"uid":"e939a523be0c1028","name":"Check publish message containing Basic HTML tag","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2065fd00150ac83","name":"Callback on promise","time":{"start":1714501153789,"stop":1714501153789,"duration":0},"status":"passed","severity":"normal"},{"uid":"8341124ddac85378","name":"should set field with only LIGHTPUSH enabled","time":{"start":1714500534111,"stop":1714500534111,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d660da1e7b565e","name":"configure the node with multiple pubsub topics","time":{"start":1714501106189,"stop":1714501106190,"duration":1},"status":"passed","severity":"normal"},{"uid":"51353b9a7a7009de","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1714501140345,"stop":1714501140345,"duration":0},"status":"passed","severity":"normal"},{"uid":"e79eb461af4e75a0","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1714500744184,"stop":1714500744184,"duration":0},"status":"passed","severity":"normal"},{"uid":"93947988180f732a","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714500735367,"stop":1714500735368,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b74a2431b7a6c41","name":"less peers than existing","time":{"start":1714500976724,"stop":1714500976725,"duration":1},"status":"skipped","severity":"normal"},{"uid":"708fbdd20c11dd32","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714501220686,"stop":1714501220686,"duration":0},"status":"passed","severity":"normal"},{"uid":"61470b5d604a6c6b","name":"Store - dialed after - with timeout","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab2b96cd68ed2f0c","name":"Fails to publish message with empty text","time":{"start":1714501036166,"stop":1714501036166,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f9b2f32efe066bd","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1714501013448,"stop":1714501013448,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1787028a19ac059","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1714500559904,"stop":1714500559906,"duration":2},"status":"passed","severity":"normal"},{"uid":"75924f2a405a97e4","name":"Push message with rate limit","time":{"start":1714501123819,"stop":1714501123820,"duration":1},"status":"passed","severity":"normal"},{"uid":"9098ea5072321c3b","name":"Generator, 2 different pubsubtopics","time":{"start":1714501150905,"stop":1714501150906,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a2671960a57437c","name":"Subscribe to topic containing XML and receive message","time":{"start":1714500823186,"stop":1714500823187,"duration":1},"status":"passed","severity":"normal"},{"uid":"f27e4c017f78e4ea","name":"random static sharding 3 - Cluster ID: 439, Shard ID: 863","time":{"start":1714501106174,"stop":1714501106175,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff7f31d9d6eb8dd3","name":"different cluster, same shard: nodes don't connect","time":{"start":1714500744051,"stop":1714500744051,"duration":0},"status":"passed","severity":"normal"},{"uid":"63904cb6bf96f70d","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714500654290,"stop":1714500654291,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8ab29a10deac6ea","name":"passes more than one ENR URLs and attempts connection","time":{"start":1714500590518,"stop":1714500590518,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e4b1f3388e3f984b","name":"Check received message with timestamp: 1714500578193000000 ","time":{"start":1714500735366,"stop":1714500735366,"duration":0},"status":"passed","severity":"normal"},{"uid":"299ec24544740b4b","name":"Store - dialed first","time":{"start":1714501191918,"stop":1714501191918,"duration":0},"status":"passed","severity":"normal"},{"uid":"2faf99ea3a794699","name":"Ordered callback, aborts when callback returns true","time":{"start":1714501153790,"stop":1714501153791,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdf76bdbb044747","name":"Query generator for multiple messages with multiple decoders","time":{"start":1714501153788,"stop":1714501153788,"duration":0},"status":"passed","severity":"normal"},{"uid":"848515c6e92a73df","name":"Subscribe to topic containing short and receive message","time":{"start":1714501220684,"stop":1714501220684,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfd3b8975bc1884e","name":"should use DNS peer discovery with light client","time":{"start":1714500590516,"stop":1714500590516,"duration":0},"status":"skipped","severity":"normal"},{"uid":"124c0439f1ae2ae0","name":"Push message with content topic containing special chars","time":{"start":1714500976547,"stop":1714500976548,"duration":1},"status":"passed","severity":"normal"},{"uid":"77b47bbc73fe30ae","name":"should correctly map /waku/2/content/test.js to shard index 1","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e0b675900c72d57","name":"should throw an error for non-numeric shard: /waku/2/rs/1/y","time":{"start":1714500525346,"stop":1714500525346,"duration":0},"status":"passed","severity":"normal"},{"uid":"84011acacb2a78fe","name":"Push message with content topic containing Chinese","time":{"start":1714500976548,"stop":1714500976549,"duration":1},"status":"passed","severity":"normal"},{"uid":"55d0024fe68deccb","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1714500654300,"stop":1714500654300,"duration":0},"status":"passed","severity":"normal"},{"uid":"6661af48dc7f693","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1714500550518,"stop":1714500550519,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c890611cf4dd1da","name":"should correctly map /app/20/sometopic/someencoding to shard index 1 with networkShards 2","time":{"start":1714500525331,"stop":1714500525331,"duration":0},"status":"passed","severity":"normal"},{"uid":"1885477d99ac2e06","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714500976556,"stop":1714500976556,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1250a64cf1ab62e","name":"Subscribe and receive messages via waku relay post","time":{"start":1714501220681,"stop":1714501220681,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5845635fed46fef","name":"receives messages sent to provided content topic through stream","time":{"start":1714501036384,"stop":1714501036385,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f6f0b5bc737dd17d","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714501220683,"stop":1714501220683,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a967679dc461476","name":"Query generator for 2000 messages","time":{"start":1714501153792,"stop":1714501153793,"duration":1},"status":"passed","severity":"normal"},{"uid":"59fb5144dd93d57c","name":"Rejects garbage","time":{"start":1714500542734,"stop":1714500542735,"duration":1},"status":"passed","severity":"normal"},{"uid":"10d288e7c59d7064","name":"Init the array if not present","time":{"start":1714500524938,"stop":1714500524940,"duration":2},"status":"passed","severity":"normal"},{"uid":"ec3acaeba821bd1","name":"Push message with SQL Injection payload","time":{"start":1714501123777,"stop":1714501123778,"duration":1},"status":"passed","severity":"normal"},{"uid":"825837c981489468","name":"should encode/decode to text encoding","time":{"start":1714500534105,"stop":1714500534106,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7a5cfd6e13b169","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1714500561872,"stop":1714500561873,"duration":1},"status":"passed","severity":"normal"},{"uid":"da99ae35517a7a5f","name":"Push message with content topic containing Basic HTML tag","time":{"start":1714501123810,"stop":1714501123810,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2c93dea4500ee53","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1714501039481,"stop":1714501039482,"duration":1},"status":"passed","severity":"normal"},{"uid":"a54260f8ae77612c","name":"Ping on peer without subscriptions","time":{"start":1714500660502,"stop":1714500660502,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a75abec7027b9c2","name":"Check publish message after client node is restarted","time":{"start":1714501036174,"stop":1714501036175,"duration":1},"status":"skipped","severity":"normal"},{"uid":"eb14235c12a6db05","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1714500664400,"stop":1714500664408,"duration":8},"status":"passed","severity":"normal"},{"uid":"31c868bfb96a0e69","name":"Check received message with timestamp: 1649153314 ","time":{"start":1714501050437,"stop":1714501050438,"duration":1},"status":"passed","severity":"normal"},{"uid":"34dc5e7bde001bd2","name":"ignores domain fetching errors","time":{"start":1714500550516,"stop":1714500550516,"duration":0},"status":"passed","severity":"normal"},{"uid":"509b2ec1da8456ee","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744089,"stop":1714500744098,"duration":9},"status":"passed","severity":"normal"},{"uid":"5e27031e21aec5f7","name":"should throw an error for invalid PubsubTopic format: /waku/1/rs/1/2","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea8bbf53fae0f218","name":"Check publish message containing XML","time":{"start":1714501036157,"stop":1714501036157,"duration":0},"status":"passed","severity":"normal"},{"uid":"dac3684d1b78a369","name":"more peers than existing","time":{"start":1714500976724,"stop":1714500976724,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e73d5a97e9b58b2f","name":"Subscribe and receives messages on 20 topics","time":{"start":1714501220692,"stop":1714501220692,"duration":0},"status":"passed","severity":"normal"},{"uid":"e0b618b9f8bcd0a1","name":"should throw an error for non-numeric shard: /waku/2/rs/1/","time":{"start":1714500525349,"stop":1714500525349,"duration":0},"status":"passed","severity":"normal"},{"uid":"1cd33270cef98ff1","name":"addEventListener with correct event","time":{"start":1714500619502,"stop":1714500619503,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5f602647be3b95d","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1714500744142,"stop":1714500744142,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0f4ad7d304f7e27","name":"Check received message containing escaped characters","time":{"start":1714501050433,"stop":1714501050434,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca9f51ff4513bce1","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1714500589623,"stop":1714500589623,"duration":0},"status":"passed","severity":"normal"},{"uid":"327768c61075ae3b","name":"should map different content topics to different pubsub topics based on shard index","time":{"start":1714500525357,"stop":1714500525358,"duration":1},"status":"passed","severity":"normal"},{"uid":"439e59b98e59c643","name":"should properly create peer info with all multiaddrs","time":{"start":1714500534109,"stop":1714500534109,"duration":0},"status":"passed","severity":"normal"},{"uid":"314c9793b428021b","name":"Check received message containing emoji","time":{"start":1714501050453,"stop":1714501050454,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a95136362ea6f70","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1714501094175,"stop":1714501094175,"duration":0},"status":"passed","severity":"normal"},{"uid":"e25192eac445a59e","name":"should retrieve 3 multiaddrs for sandbox.waku.nodes.status.im","time":{"start":1714500550520,"stop":1714500550520,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e8bac4d68906490b","name":"Generator, 2 different pubsubtopics","time":{"start":1714501150903,"stop":1714501150903,"duration":0},"status":"passed","severity":"normal"},{"uid":"c893bb3465ca251","name":"Refresh subscription","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f625e60e2dbc4d6","name":"Ping on unsubscribed peer","time":{"start":1714500607829,"stop":1714500607829,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8d3322cd4e92ce2","name":"3 nodes on /waku/2/rs/7/0 topic","time":{"start":1714501013447,"stop":1714501013447,"duration":0},"status":"passed","severity":"normal"},{"uid":"3471bb9caa4dd8a","name":"Push message equal or less that 1MB","time":{"start":1714500976565,"stop":1714500976565,"duration":0},"status":"passed","severity":"normal"},{"uid":"5151e2d831f953e9","name":"Ping on unsubscribed peer","time":{"start":1714500660495,"stop":1714500660500,"duration":5},"status":"passed","severity":"normal"},{"uid":"65841b04cd3c97cc","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1714501039482,"stop":1714501039482,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8c29929c51534eb","name":"Check received message containing Chinese","time":{"start":1714500735360,"stop":1714500735360,"duration":0},"status":"passed","severity":"normal"},{"uid":"a02e31852e530df","name":"Push message with meta","time":{"start":1714500976561,"stop":1714500976561,"duration":0},"status":"passed","severity":"normal"},{"uid":"21add0e7c496b166","name":"Overlapping topic subscription","time":{"start":1714501220693,"stop":1714501220693,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc5a1d974a647860","name":"receiving a ping from a peer does not overwrite shard info","time":{"start":1714500872902,"stop":1714500872902,"duration":0},"status":"passed","severity":"normal"},{"uid":"43cc55e4e75e674b","name":"Push message with content topic containing numeric","time":{"start":1714500976546,"stop":1714500976547,"duration":1},"status":"passed","severity":"normal"},{"uid":"6f1fdf4eeda47b79","name":"Encoder throws on empty string content topic","time":{"start":1714500539181,"stop":1714500539181,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d91c04f502f820e","name":"Check message received after jswaku node is restarted","time":{"start":1714501050441,"stop":1714501050441,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ac2dc0c21f8c4807","name":"Check publish message containing numeric","time":{"start":1714501036153,"stop":1714501036154,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6ec15182ea1115","name":"Check publish message containing Arabic","time":{"start":1714501036155,"stop":1714501036155,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f055fef9b5359c2","name":"Push message with custom timestamp: 1714497135785","time":{"start":1714501123820,"stop":1714501123821,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca778b44ffe7389c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714500823174,"stop":1714500823175,"duration":1},"status":"passed","severity":"normal"},{"uid":"d83144d45085a529","name":"Check message on other pubsub topic is not received","time":{"start":1714501050439,"stop":1714501050439,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c39e17eac3ecd96","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1714501184628,"stop":1714501184628,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97f6a558d64147e","name":"Generator, custom pubsub topic","time":{"start":1714501150904,"stop":1714501150905,"duration":1},"status":"passed","severity":"normal"},{"uid":"a47c7cab2db69ccb","name":"should throw an error if shards are undefined for static sharding","time":{"start":1714500525341,"stop":1714500525342,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc4ad5d44234c3f9","name":"Check received message containing XML","time":{"start":1714501050431,"stop":1714501050431,"duration":0},"status":"passed","severity":"normal"},{"uid":"6322bbf1139eb8c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1714500786925,"stop":1714500786926,"duration":1},"status":"passed","severity":"normal"},{"uid":"89649c4324bfeb44","name":"Push message with emoji payload","time":{"start":1714500976538,"stop":1714500976540,"duration":2},"status":"passed","severity":"normal"},{"uid":"12b5fcc99b8406fe","name":"should set field with only FILTER enabled","time":{"start":1714500534111,"stop":1714500534111,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8ed7d6f994b5ae6","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1714500578576,"stop":1714500578594,"duration":18},"status":"passed","severity":"normal"},{"uid":"a0299f41ee61ba2e","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714501220681,"stop":1714501220681,"duration":0},"status":"passed","severity":"normal"},{"uid":"5feb7a6d0cd3f38f","name":"returns all values when wanted number matches available values","time":{"start":1714500549514,"stop":1714500549516,"duration":2},"status":"passed","severity":"normal"},{"uid":"f8313e000b18b0ee","name":"Push message with content topic containing unicode special characters","time":{"start":1714501123812,"stop":1714501123812,"duration":0},"status":"passed","severity":"normal"},{"uid":"1616c3af1c5125ef","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714501220698,"stop":1714501220699,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2ae5a89763a5c2d","name":"Refresh subscription","time":{"start":1714501220683,"stop":1714501220684,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7ed9ec15eb20691","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1714500744101,"stop":1714500744104,"duration":3},"status":"passed","severity":"normal"},{"uid":"63d59698afa53fb6","name":"Query Generator, Multiple PubsubTopics","time":{"start":1714501140344,"stop":1714501140344,"duration":0},"status":"passed","severity":"normal"},{"uid":"f69d98ea1e8e8490","name":"Push 30 different messages","time":{"start":1714500976540,"stop":1714500976542,"duration":2},"status":"passed","severity":"normal"},{"uid":"d7890eeace11e1c4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/-/1","time":{"start":1714500525348,"stop":1714500525348,"duration":0},"status":"passed","severity":"normal"},{"uid":"2899a334b87e4665","name":"start node with empty content topic","time":{"start":1714501089336,"stop":1714501089336,"duration":0},"status":"passed","severity":"normal"},{"uid":"fc4d61790bf5e323","name":"Fails to publish message with wrong content topic","time":{"start":1714501036167,"stop":1714501036168,"duration":1},"status":"passed","severity":"normal"},{"uid":"38b917a112f3bdcc","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1714500589622,"stop":1714500589623,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f2a48048c12fee7","name":"removeEventListener with correct event","time":{"start":1714500619504,"stop":1714500619504,"duration":0},"status":"passed","severity":"normal"},{"uid":"a36041b3feb02d1f","name":"addEventListener with wrong event","time":{"start":1714500619503,"stop":1714500619503,"duration":0},"status":"passed","severity":"normal"},{"uid":"a449e83ae1405f23","name":"Check received message containing Russian","time":{"start":1714500735361,"stop":1714500735361,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdf413bdf1b592e8","name":"Fails to push message with empty content topic","time":{"start":1714500976560,"stop":1714500976561,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c3fd073f3c5a13f","name":"Fails to push message bigger that 1MB","time":{"start":1714500976565,"stop":1714500976565,"duration":0},"status":"passed","severity":"normal"},{"uid":"8dbdb5a4b4644f02","name":"Ordered Callback - forward","time":{"start":1714501145475,"stop":1714501145475,"duration":0},"status":"passed","severity":"normal"},{"uid":"3eff4c653c9a3773","name":"can dial TLS multiaddrs","time":{"start":1714500850421,"stop":1714500850422,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d6ecc903e295416","name":"Subscribe to topic containing long and receive message","time":{"start":1714501220684,"stop":1714501220684,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d98fc97aa4e256b","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500654296,"stop":1714500654298,"duration":2},"status":"passed","severity":"normal"},{"uid":"9a52730d134cc2d2","name":"Push to array if already present","time":{"start":1714500524940,"stop":1714500524941,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b9b8e251fbbf9fc","name":"Subscribe and receive messages via waku relay post","time":{"start":1714500823172,"stop":1714500823172,"duration":0},"status":"passed","severity":"normal"},{"uid":"bce8fa205d5e8719","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1714501013446,"stop":1714501013446,"duration":0},"status":"passed","severity":"normal"},{"uid":"b97b34da57d528f0","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ca8cbe5eae5bf17","name":"Subscribe and publish message","time":{"start":1714501039477,"stop":1714501039477,"duration":0},"status":"passed","severity":"normal"},{"uid":"36141beda05d04b4","name":"should correctly map a content topic to a pubsub topic for different network shard sizes","time":{"start":1714500525358,"stop":1714500525358,"duration":0},"status":"passed","severity":"normal"},{"uid":"b55b0f6e5bab4cfe","name":"Push message with content topic containing SQL Injection","time":{"start":1714501123808,"stop":1714501123808,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef0d1ed0d7ce11ae","name":"should set field with all protocols enabled","time":{"start":1714500534110,"stop":1714500534110,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac12223de1071bb9","name":"Ordered Callback - backward","time":{"start":1714501145475,"stop":1714501145476,"duration":1},"status":"passed","severity":"normal"},{"uid":"3dc1842cc5f126a","name":"should correctly map /myapp/1/latest/proto to shard index 0","time":{"start":1714500525326,"stop":1714500525327,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d2ae8043949ae9","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714501220698,"stop":1714501220698,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9a48209c0d7d600","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4bc206b2420125b","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1714500786931,"stop":1714500786931,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cde78ef59e9d9c3","name":"should be able to encode the field with only FILTER set to true","time":{"start":1714500533163,"stop":1714500533173,"duration":10},"status":"passed","severity":"normal"},{"uid":"21f890104fb610af","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1714500533173,"stop":1714500533174,"duration":1},"status":"passed","severity":"normal"},{"uid":"44ab81e6055e3514","name":"should throw an error for non-numeric clusterId: /waku/2/rs/x/1","time":{"start":1714500525344,"stop":1714500525345,"duration":1},"status":"passed","severity":"normal"},{"uid":"d86cb0c831ab7008","name":"same cluster, same shard: nodes connect","time":{"start":1714500744049,"stop":1714500744050,"duration":1},"status":"passed","severity":"normal"},{"uid":"efe4108b623e0d52","name":"Check message received after nwaku node is restarted","time":{"start":1714501050441,"stop":1714501050441,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1245925b57a32d3a","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1714501013445,"stop":1714501013445,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee0e5385b5bd61b8","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1714500744183,"stop":1714500744183,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a1011b286585d8f","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714501220694,"stop":1714501220694,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae786acd448814c8","name":"Check received message containing XML","time":{"start":1714501050446,"stop":1714501050448,"duration":2},"status":"passed","severity":"normal"},{"uid":"26c55e92eeb84d1","name":"should throw an error for non-numeric shard: /waku/2/rs/1/ ","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"status":"passed","severity":"normal"},{"uid":"f46af34bf814e1b0","name":"Push message on custom pubsubTopic","time":{"start":1714500844871,"stop":1714500844871,"duration":0},"status":"passed","severity":"normal"},{"uid":"db39ecfb37e2155e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714500654301,"stop":1714500654302,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c71966a393a28cf","name":"should handle corrupted local storage data gracefully","time":{"start":1714500554006,"stop":1714500554007,"duration":1},"status":"passed","severity":"normal"},{"uid":"68d1ff0556bff499","name":"should throw an error for insufficient data","time":{"start":1714500525361,"stop":1714500525361,"duration":0},"status":"passed","severity":"normal"},{"uid":"476e807d182ce1b6","name":"Push message with numeric payload","time":{"start":1714500976526,"stop":1714500976527,"duration":1},"status":"passed","severity":"normal"},{"uid":"1919146154a74ba0","name":"Check received message containing Basic HTML tag","time":{"start":1714500735363,"stop":1714500735363,"duration":0},"status":"passed","severity":"normal"},{"uid":"5423765b5ba981b0","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1714500623696,"stop":1714500623696,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7dd78e90cad84fd","name":"should throw an error for invalid PubsubTopic format: /waku/2/r/1/2","time":{"start":1714500525343,"stop":1714500525343,"duration":0},"status":"passed","severity":"normal"},{"uid":"99726df6b2664506","name":"should use the provided clusterId for the pubsub topic","time":{"start":1714500525358,"stop":1714500525358,"duration":0},"status":"passed","severity":"normal"},{"uid":"c41063f891573ebf","name":"Check received message containing Arabic","time":{"start":1714500735360,"stop":1714500735361,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a6a442b2714a2a3","name":"Check message with invalid timestamp is not received","time":{"start":1714500735369,"stop":1714500735370,"duration":1},"status":"passed","severity":"normal"},{"uid":"a70a826c6efb5e64","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714500664400,"stop":1714500664400,"duration":0},"status":"passed","severity":"normal"},{"uid":"194fd142c7be439b","name":"should not receive a peer event after stop","time":{"start":1714500554005,"stop":1714500554005,"duration":0},"status":"passed","severity":"normal"},{"uid":"884e411caabff7c5","name":"throws an error for improperly formatted content topics","time":{"start":1714500525334,"stop":1714500525334,"duration":0},"status":"passed","severity":"normal"},{"uid":"be240068840f495","name":"Push message with content topic containing Russian","time":{"start":1714500976551,"stop":1714500976552,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb7944dd29157fb5","name":"Push message with Script payload","time":{"start":1714501123778,"stop":1714501123778,"duration":0},"status":"passed","severity":"normal"},{"uid":"af0e4f88ae4390ab","name":"Check received message containing short","time":{"start":1714501050426,"stop":1714501050427,"duration":1},"status":"passed","severity":"normal"},{"uid":"b750a1b9113921d7","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa8e63560c064385","name":"tcp ip4 address","time":{"start":1714500533443,"stop":1714500533444,"duration":1},"status":"passed","severity":"normal"},{"uid":"7eeb6565b6ca46bf","name":"Push message with content topic containing long","time":{"start":1714500976545,"stop":1714500976546,"duration":1},"status":"passed","severity":"normal"},{"uid":"63fd09d5381959f3","name":"Check received message containing special chars","time":{"start":1714500735359,"stop":1714500735360,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d225e8e56886143","name":"random static sharding 2 - Cluster ID: 372, Shard ID: 685","time":{"start":1714501106174,"stop":1714501106174,"duration":0},"status":"passed","severity":"normal"},{"uid":"45b7d02e8c00fecd","name":"Check received message containing shell command","time":{"start":1714500735364,"stop":1714500735364,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d7a709c435f69ae","name":"isConnected between 2 js-waku relay nodes","time":{"start":1714500623699,"stop":1714500623699,"duration":0},"status":"passed","severity":"normal"},{"uid":"4afb6369b035d8f2","name":"should not fail to start the service if it is already started","time":{"start":1714500554004,"stop":1714500554004,"duration":0},"status":"passed","severity":"normal"},{"uid":"70ac01642838ea6","name":"Push message with Russian payload","time":{"start":1714501123760,"stop":1714501123777,"duration":17},"status":"passed","severity":"normal"},{"uid":"713c7f0c0303482","name":"Subscribe to topic containing numeric and publish message","time":{"start":1714501039481,"stop":1714501039481,"duration":0},"status":"passed","severity":"normal"},{"uid":"34339b00813a1423","name":"Check received message containing SQL Injection","time":{"start":1714501050445,"stop":1714501050445,"duration":0},"status":"passed","severity":"normal"},{"uid":"79a9db78e0ec8b38","name":"uses static shard pubsub topic instead of autosharding when set","time":{"start":1714500539182,"stop":1714500539183,"duration":1},"status":"passed","severity":"normal"},{"uid":"168afd03de05b537","name":"getPeersByDiscovery","time":{"start":1714500997299,"stop":1714500997300,"duration":1},"status":"passed","severity":"normal"},{"uid":"98a9773d30f4c16c","name":"Push message with Arabic payload","time":{"start":1714501123760,"stop":1714501123760,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d26daeacdc0bafc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744138,"stop":1714500744138,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e3f0cac841efe9","name":"Subscribe to topic containing Script and publish message","time":{"start":1714501039483,"stop":1714501039483,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c78bdb24c145189","name":"A test","time":{"start":1714500823256,"stop":1714500823256,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ce5d9125f8a7b7c","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1714500533180,"stop":1714500533181,"duration":1},"status":"passed","severity":"normal"},{"uid":"1926af0546a62203","name":"throws on empty content topic","time":{"start":1714500525319,"stop":1714500525320,"duration":1},"status":"passed","severity":"normal"},{"uid":"abe20210ae78d6f","name":"Delete observer","time":{"start":1714500979200,"stop":1714500979200,"duration":0},"status":"passed","severity":"normal"},{"uid":"94896e1dc6835a7a","name":"Overlapping topic subscription","time":{"start":1714501039479,"stop":1714501039480,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3ccad7435a18266c","name":"should not receive a peer event after stop","time":{"start":1714501049788,"stop":1714501049789,"duration":1},"status":"passed","severity":"normal"},{"uid":"d511d3f21f8797f7","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1714501039486,"stop":1714501039486,"duration":0},"status":"passed","severity":"normal"},{"uid":"375d6ac4feb9d06b","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1714500744146,"stop":1714500744178,"duration":32},"status":"passed","severity":"normal"},{"uid":"c5166d63c5284254","name":"Push message with content topic containing numeric","time":{"start":1714501123789,"stop":1714501123789,"duration":0},"status":"passed","severity":"normal"},{"uid":"bae6a1e8e9e9230e","name":"Generator, 2 different pubsubtopics","time":{"start":1714501150908,"stop":1714501150909,"duration":1},"status":"passed","severity":"normal"},{"uid":"729bd1e3e4eafc19","name":"should properly create location multiaddrs - tcp4","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"status":"passed","severity":"normal"},{"uid":"e045fcc85ee53f13","name":"Query with Promise Callback, No message returned","time":{"start":1714501140348,"stop":1714501140348,"duration":0},"status":"passed","severity":"normal"},{"uid":"e114f08461385ac0","name":"Push message with numeric payload","time":{"start":1714501123756,"stop":1714501123759,"duration":3},"status":"passed","severity":"normal"},{"uid":"403940b8f048cdc2","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714501220691,"stop":1714501220692,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bb39769b46d5146","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1714500786927,"stop":1714500786927,"duration":0},"status":"passed","severity":"normal"},{"uid":"aad3e412897a14c9","name":"can start the service","time":{"start":1714500590504,"stop":1714500590504,"duration":0},"status":"passed","severity":"normal"},{"uid":"67876a8d34d688e9","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1714500744129,"stop":1714500744130,"duration":1},"status":"passed","severity":"normal"},{"uid":"77cb948708506095","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3f71660b5113b70","name":"Push message with JSON payload","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"status":"passed","severity":"normal"},{"uid":"df3730f34370fcc5","name":"Fails to publish duplicate message","time":{"start":1714501036166,"stop":1714501036166,"duration":0},"status":"passed","severity":"normal"},{"uid":"730a7bc8785c1412","name":"should return the pubsub topic directly if a string is provided","time":{"start":1714500525351,"stop":1714500525352,"duration":1},"status":"passed","severity":"normal"},{"uid":"b986f5e0346f596f","name":"Check message received after jswaku node is restarted","time":{"start":1714500735372,"stop":1714500735373,"duration":1},"status":"skipped","severity":"normal"},{"uid":"55c6ba459092109a","name":"Push message with content topic containing escaped characters","time":{"start":1714500976558,"stop":1714500976558,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e052d6df1c0addb","name":"Push message with Basic HTML tag payload","time":{"start":1714501123779,"stop":1714501123779,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b6cf28547e72bfe","name":"Reusing cursor across nodes","time":{"start":1714501094178,"stop":1714501094178,"duration":0},"status":"passed","severity":"normal"},{"uid":"442f1f250c8af596","name":"should throw error - no id","time":{"start":1714500534103,"stop":1714500534103,"duration":0},"status":"passed","severity":"normal"},{"uid":"a966e29e7e2400fa","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744182,"stop":1714500744182,"duration":0},"status":"passed","severity":"normal"},{"uid":"77456e2ab7aabb3f","name":"Check received message containing Script","time":{"start":1714500735362,"stop":1714500735362,"duration":0},"status":"passed","severity":"normal"},{"uid":"b384a9c5a1247ad3","name":"Push message with special chars payload","time":{"start":1714501123759,"stop":1714501123759,"duration":0},"status":"passed","severity":"normal"},{"uid":"341344ca18593b56","name":"Push message with escaped characters payload","time":{"start":1714501123780,"stop":1714501123780,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddbad97a319a2406","name":"Check received message with timestamp: 1714500577468000000 ","time":{"start":1714501050454,"stop":1714501050454,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b947469e8d13b60","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1714500654299,"stop":1714500654299,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6f63a39ff97447f","name":"returns all values when wanted number is greater than available values","time":{"start":1714500549516,"stop":1714500549517,"duration":1},"status":"passed","severity":"normal"},{"uid":"36f2ca1ed3423162","name":"should get / set TCP multiaddr","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"status":"passed","severity":"normal"},{"uid":"f88c950a8faa4bbd","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1714501220682,"stop":1714501220682,"duration":0},"status":"passed","severity":"normal"},{"uid":"502a14212f444b45","name":"Push message with custom timestamp: 1714497144434","time":{"start":1714500976564,"stop":1714500976564,"duration":0},"status":"passed","severity":"normal"},{"uid":"54002427390e2373","name":"should handle clusterId, application and version for autosharding with cluster iD 1","time":{"start":1714500525340,"stop":1714500525341,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d180b0362c1d744","name":"ignores unrecognized TXT record formats","time":{"start":1714500550516,"stop":1714500550517,"duration":1},"status":"passed","severity":"normal"},{"uid":"441699b664484caa","name":"Query with Ordered Callback, No message returned","time":{"start":1714501140346,"stop":1714501140347,"duration":1},"status":"passed","severity":"normal"},{"uid":"fabba7f09981c300","name":"Decoder throws on empty string content topic","time":{"start":1714500559909,"stop":1714500559910,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6528585c6a71e5f","name":"receives messages sent to provided content topic through callback (Waku class)","time":{"start":1714501036384,"stop":1714501036384,"duration":0},"status":"skipped","severity":"normal"},{"uid":"313ae8ba8a855aa2","name":"should convert content topics to PubsubTopics for autosharding","time":{"start":1714500525339,"stop":1714500525339,"duration":0},"status":"passed","severity":"normal"},{"uid":"d4ac8d6519445445","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1714501094176,"stop":1714501094176,"duration":0},"status":"passed","severity":"normal"},{"uid":"eed15b9c34fb2f0a","name":"Push message equal or less that 1MB","time":{"start":1714501123821,"stop":1714501123822,"duration":1},"status":"passed","severity":"normal"},{"uid":"f86b7e224943a720","name":"should throw an error for non-numeric shard: /waku/2/rs/1/\\","time":{"start":1714500525347,"stop":1714500525348,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c322b9ce59930c1","name":"should get / set UDP multiaddr","time":{"start":1714500534106,"stop":1714500534106,"duration":0},"status":"passed","severity":"normal"},{"uid":"9144b34b0b1e4b81","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714500823187,"stop":1714500823188,"duration":1},"status":"passed","severity":"normal"},{"uid":"685fe1ee6d87230a","name":"non connected peers","time":{"start":1714500976725,"stop":1714500976725,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f23a5ecd293aa33e","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714500823185,"stop":1714500823185,"duration":0},"status":"passed","severity":"normal"},{"uid":"71340255e4b1d765","name":"Check received message containing Basic HTML tag","time":{"start":1714501050431,"stop":1714501050432,"duration":1},"status":"passed","severity":"normal"},{"uid":"9476f380a86c57fa","name":"throws on content topic with too few or too many fields","time":{"start":1714500525320,"stop":1714500525320,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbc8a50ec1ecd5d5","name":"Push message with SQL Injection payload","time":{"start":1714500976530,"stop":1714500976531,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad336461e3cc11ef","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1714500664399,"stop":1714500664400,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbed9a7e0273fe29","name":"All","time":{"start":1714500587633,"stop":1714500587633,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b9ea48a667b1579","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1714500550277,"stop":1714500550277,"duration":0},"status":"passed","severity":"normal"},{"uid":"8931e960f7563291","name":"random static sharding 7 - Cluster ID: 813, Shard ID: 367","time":{"start":1714501106180,"stop":1714501106181,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b5a6c604150e69c","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714500823190,"stop":1714500823191,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecdab7aaec3e2502","name":"should correctly map /toychat/2/huilong/proto to shard index 3","time":{"start":1714500525327,"stop":1714500525327,"duration":0},"status":"passed","severity":"normal"},{"uid":"c58b044a8916fad0","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1714500844877,"stop":1714500844878,"duration":1},"status":"passed","severity":"normal"},{"uid":"35129c1ecdfae2b4","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1714500744145,"stop":1714500744145,"duration":0},"status":"passed","severity":"normal"},{"uid":"b170c0c92e35239b","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a797c9fe1999528","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1714501094177,"stop":1714501094178,"duration":1},"status":"passed","severity":"normal"},{"uid":"baa8f630ea91459e","name":"Subscribe to topic containing short and publish message","time":{"start":1714501039480,"stop":1714501039480,"duration":0},"status":"passed","severity":"normal"},{"uid":"dced34804725f45f","name":"Check received message containing Chinese","time":{"start":1714501050428,"stop":1714501050428,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb20cb7049d74771","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1714501036383,"stop":1714501036383,"duration":0},"status":"skipped","severity":"normal"},{"uid":"415906f30b70ec3e","name":"through manual discovery","time":{"start":1714500850422,"stop":1714500850422,"duration":0},"status":"passed","severity":"normal"},{"uid":"954085ad35b5e514","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744140,"stop":1714500744140,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb253bf4db0d975","name":"Subscribe to topic containing emoji and publish message","time":{"start":1714501039486,"stop":1714501039486,"duration":0},"status":"passed","severity":"normal"},{"uid":"d58764ddef8aa07c","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1714500744119,"stop":1714500744122,"duration":3},"status":"passed","severity":"normal"},{"uid":"848188bfba41e624","name":"should correctly map /app/20/sometopic/someencoding to shard index 7","time":{"start":1714500525330,"stop":1714500525330,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa3299b3794b8151","name":"should throw an error for non-numeric clusterId: /waku/2/rs/!/1","time":{"start":1714500525346,"stop":1714500525347,"duration":1},"status":"passed","severity":"normal"},{"uid":"821b5c9214e4e41f","name":"Waku message hash computation (meta size of 64 bytes)","time":{"start":1714500527928,"stop":1714500527928,"duration":0},"status":"passed","severity":"normal"},{"uid":"b70b2a49ccd6a2c9","name":"Subscribe to topic containing Russian and receive message","time":{"start":1714501220686,"stop":1714501220686,"duration":0},"status":"passed","severity":"normal"},{"uid":"48c1397f6a615e90","name":"Refresh subscription","time":{"start":1714501039479,"stop":1714501039479,"duration":0},"status":"skipped","severity":"normal"},{"uid":"70689ae8c5c23d5b","name":"should return false","time":{"start":1714500534104,"stop":1714500534104,"duration":0},"status":"passed","severity":"normal"},{"uid":"9736c389598aeefc","name":"isConnected should return false after all peers disconnect","time":{"start":1714500578628,"stop":1714500578629,"duration":1},"status":"passed","severity":"normal"},{"uid":"c29eb31fdbb488d0","name":"should not receive a peer event before start","time":{"start":1714501049788,"stop":1714501049788,"duration":0},"status":"passed","severity":"normal"},{"uid":"a867d1ad9633030c","name":"throws on content topic with generation field greater than 0","time":{"start":1714500525321,"stop":1714500525321,"duration":0},"status":"passed","severity":"normal"},{"uid":"281d9fea1898fe54","name":"Filter","time":{"start":1714501191919,"stop":1714501191919,"duration":0},"status":"passed","severity":"normal"},{"uid":"53e4295489ad8df3","name":"should return valid sharding parameters for static sharding","time":{"start":1714500525353,"stop":1714500525354,"duration":1},"status":"passed","severity":"normal"},{"uid":"abd545355a1adc6","name":"random static sharding 9 - Cluster ID: 765, Shard ID: 617","time":{"start":1714501106183,"stop":1714501106185,"duration":2},"status":"passed","severity":"normal"},{"uid":"65f85fa7cc8af535","name":"it tolerates circular branch references","time":{"start":1714500550515,"stop":1714500550515,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa247201a3fb723","name":"should throw an error for non-numeric shard: /waku/2/rs/1/!","time":{"start":1714500525347,"stop":1714500525347,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d0348f5a357ae92","name":"should throw an error for non-numeric shard: /waku/2/rs/1/x","time":{"start":1714500525345,"stop":1714500525345,"duration":0},"status":"passed","severity":"normal"},{"uid":"af70c32a332f4097","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1714500744131,"stop":1714500744137,"duration":6},"status":"passed","severity":"normal"},{"uid":"fe3d519b3fee213a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1714500550277,"stop":1714500550278,"duration":1},"status":"passed","severity":"normal"},{"uid":"2116ef517255973a","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1714500744128,"stop":1714500744129,"duration":1},"status":"passed","severity":"normal"},{"uid":"c04ad7f58959a639","name":"Push message with custom timestamp: 1683742335785","time":{"start":1714501123820,"stop":1714501123820,"duration":0},"status":"passed","severity":"normal"},{"uid":"818043849ef53ca4","name":"should throw an error for non-numeric clusterId: /waku/2/rs/ /1","time":{"start":1714500525349,"stop":1714500525350,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b30057967d2b242","name":"Push message with content topic containing emoji","time":{"start":1714501123813,"stop":1714501123813,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c4eaa8298af3312","name":"different cluster, same shard: nodes don't connect","time":{"start":1714500872907,"stop":1714500872907,"duration":0},"status":"passed","severity":"normal"},{"uid":"deb56c81a363c485","name":"1 Store, 2 relays, 2 fetches","time":{"start":1714500549550,"stop":1714500549551,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbe87ff54eae932c","name":"Encoder throws on undefined content topic","time":{"start":1714500561874,"stop":1714500561874,"duration":0},"status":"passed","severity":"normal"},{"uid":"e84f9196c640fbff","name":"getPeersByDiscovery","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e92bf0800078b86","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714501220688,"stop":1714501220688,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2099b4c91f34491","name":"same cluster, same shard: nodes connect","time":{"start":1714500872905,"stop":1714500872906,"duration":1},"status":"passed","severity":"normal"},{"uid":"cda918490853df15","name":"should correctly map /app/20/sometopic/someencoding to shard index 15 with networkShards 16","time":{"start":1714500525331,"stop":1714500525331,"duration":0},"status":"passed","severity":"normal"},{"uid":"f664c6acb134df73","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1714500744131,"stop":1714500744131,"duration":0},"status":"passed","severity":"normal"},{"uid":"ea7760ca5d6361f8","name":"should properly create location multiaddrs - udp4","time":{"start":1714500534107,"stop":1714500534107,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5efac5eb4e63d22","name":"Check received message containing long","time":{"start":1714501050442,"stop":1714501050442,"duration":0},"status":"passed","severity":"normal"},{"uid":"a93fd04356c30f1e","name":"Check message with no content topic is not received","time":{"start":1714501050457,"stop":1714501050458,"duration":1},"status":"passed","severity":"normal"},{"uid":"d0b5f428474590f2","name":"should not receive a peer event before start","time":{"start":1714500590512,"stop":1714500590513,"duration":1},"status":"passed","severity":"normal"},{"uid":"61dc4d87facd5a","name":"Query Generator, Wrong PubsubTopic","time":{"start":1714501140343,"stop":1714501140343,"duration":0},"status":"passed","severity":"normal"},{"uid":"93014aceffb01af5","name":"Fails to publish message with size larger than 1 MB","time":{"start":1714501036173,"stop":1714501036174,"duration":1},"status":"passed","severity":"normal"},{"uid":"31a3b4ceb0c07786","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714501220695,"stop":1714501220695,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1f15aa49868ce32","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1714500534097,"stop":1714500534097,"duration":0},"status":"passed","severity":"normal"},{"uid":"c45329e41b4cab14","name":"should extract SingleShardInfo from a valid PubsubTopic","time":{"start":1714500525342,"stop":1714500525343,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3f82c7b1a7d730e","name":"Subscribe to topic containing numeric and receive message","time":{"start":1714501220684,"stop":1714501220685,"duration":1},"status":"passed","severity":"normal"},{"uid":"49bbfe62743213db","name":"Does not throw an exception when node disconnects","time":{"start":1714501181622,"stop":1714501181622,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f02dcfb6be163ab","name":"Decoder throws on empty string content topic","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"status":"passed","severity":"normal"},{"uid":"6adc913b2337b1b","name":"different cluster, different shard: nodes don't connect","time":{"start":1714500872907,"stop":1714500872908,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e1eb131f3fa37f9","name":"listenerCount","time":{"start":1714500619505,"stop":1714500619505,"duration":0},"status":"passed","severity":"normal"},{"uid":"dca6059f68cd735d","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1714501094177,"stop":1714501094177,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc3c4f852c806d7c","name":"Check received message containing escaped characters","time":{"start":1714501050452,"stop":1714501050452,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a47d21b2bbe7caa","name":"Subscribe and receive messages via lightPush","time":{"start":1714501220690,"stop":1714501220690,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a9d688c74fd5bda","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1714500744053,"stop":1714500744054,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab32a9c6953d8211","name":"Push message with content topic containing short","time":{"start":1714501123788,"stop":1714501123788,"duration":0},"status":"passed","severity":"normal"},{"uid":"1190abc013506cc2","name":"should throw an error for empty SingleShardInfos array","time":{"start":1714500525336,"stop":1714500525338,"duration":2},"status":"passed","severity":"normal"},{"uid":"624075f60b0db9f4","name":"should correctly map /0/statusim/1/community/cbor to shard index 4","time":{"start":1714500525329,"stop":1714500525329,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c73ad087cc7169d","name":"Default pageSize","time":{"start":1714501174015,"stop":1714501174016,"duration":1},"status":"passed","severity":"normal"},{"uid":"220fde724662d08c","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714501150903,"stop":1714501150904,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b712d798894fbbf","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1714501220696,"stop":1714501220696,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2bf85143d9830d8","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1714501140347,"stop":1714501140347,"duration":0},"status":"passed","severity":"normal"},{"uid":"df819db558c31d9e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714501220695,"stop":1714501220695,"duration":0},"status":"passed","severity":"normal"},{"uid":"302fb2e9af6bf426","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1714501039479,"stop":1714501039479,"duration":0},"status":"passed","severity":"normal"},{"uid":"537c40364158fe14","name":"should only return 1 node with relay and store capability","time":{"start":1714500550518,"stop":1714500550518,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a37652771e26284","name":"handles empty contentTopics array correctly","time":{"start":1714500525356,"stop":1714500525357,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab0bb41673bea5f5","name":"should properly create location multiaddrs - udp6","time":{"start":1714500534107,"stop":1714500534108,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fc0c83f2a3aec26","name":"Subscribe to topic containing emoji and receive message","time":{"start":1714500823189,"stop":1714500823190,"duration":1},"status":"passed","severity":"normal"},{"uid":"700194d9b5602f7e","name":"Push message with content topic containing Arabic","time":{"start":1714501123804,"stop":1714501123804,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f39483d8e88730b","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1714501039485,"stop":1714501039485,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ddef2b1b9b00fa","name":"Add multiple subscription objects on single nwaku node","time":{"start":1714501220689,"stop":1714501220689,"duration":0},"status":"passed","severity":"normal"},{"uid":"84d95c3080b4c614","name":"configure the node with multiple content topics","time":{"start":1714501089333,"stop":1714501089333,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc2ee3278f305db7","name":"should update peers in local storage on 'peer:identify' event","time":{"start":1714500554006,"stop":1714500554006,"duration":0},"status":"passed","severity":"normal"},{"uid":"1df71eb58df95e3","name":"Push 30 different messages","time":{"start":1714501123787,"stop":1714501123787,"duration":0},"status":"passed","severity":"normal"},{"uid":"35f50d216a3cf5ea","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1714500823173,"stop":1714500823174,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbf8dda52c6aac1d","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1714500587024,"stop":1714500587025,"duration":1},"status":"passed","severity":"normal"},{"uid":"b025d9c195b284d4","name":"should throw an error for invalid PubsubTopic format: /waku/2/rs/1/2/extra","time":{"start":1714500525344,"stop":1714500525344,"duration":0},"status":"passed","severity":"normal"},{"uid":"906d7e88ca47986f","name":"Query Generator - forward","time":{"start":1714501145473,"stop":1714501145473,"duration":0},"status":"passed","severity":"normal"},{"uid":"c15917dc17325230","name":"connected peers and dial","time":{"start":1714500976723,"stop":1714500976724,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d07771fffdd3c472","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1714500533175,"stop":1714500533176,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e29679fa51d859c","name":"can start the service","time":{"start":1714500554002,"stop":1714500554003,"duration":1},"status":"passed","severity":"normal"},{"uid":"223aeda55e365ada","name":"can start and stop the service","time":{"start":1714500554003,"stop":1714500554003,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3d339dd0c34e969","name":"Push message with content topic containing Arabic","time":{"start":1714500976549,"stop":1714500976551,"duration":2},"status":"passed","severity":"normal"},{"uid":"e1be1b5d231f10a4","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1714500550276,"stop":1714500550276,"duration":0},"status":"passed","severity":"normal"},{"uid":"71080d4a8926cb67","name":"Query with Ordered Callback, No Decoder","time":{"start":1714501140346,"stop":1714501140346,"duration":0},"status":"passed","severity":"normal"},{"uid":"1712d31a1489d731","name":"should emit a peer event after start","time":{"start":1714500554004,"stop":1714500554004,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ffd5b4772828637","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1714501220685,"stop":1714501220685,"duration":0},"status":"passed","severity":"normal"},{"uid":"d44f0aadd5ca0afd","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1714501220697,"stop":1714501220698,"duration":1},"status":"passed","severity":"normal"},{"uid":"aace5de436e4fa6e","name":"Ping on subscribed peer","time":{"start":1714500660494,"stop":1714500660494,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e5f99268964ffe3","name":"should derive a pubsub topic using contentTopic when SingleShardInfo only contains clusterId","time":{"start":1714500525353,"stop":1714500525353,"duration":0},"status":"passed","severity":"normal"},{"uid":"b136df7f5620e194","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1714501220692,"stop":1714501220693,"duration":1},"status":"passed","severity":"normal"},{"uid":"47006934071c9c07","name":"new peer added after a peer was already found","time":{"start":1714500997300,"stop":1714500997300,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5e7851a530dcd3c5","name":"Check message received after jswaku node is restarted","time":{"start":1714501050459,"stop":1714501050459,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6f89c2848c84b1fc","name":"Waku message hash computation (payload length 0)","time":{"start":1714500527929,"stop":1714500527929,"duration":0},"status":"passed","severity":"normal"},{"uid":"8774c9376bcd4183","name":"handles multiple messages","time":{"start":1714501165486,"stop":1714501165486,"duration":0},"status":"passed","severity":"normal"},{"uid":"47dfcdfc93d03c77","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1714500654301,"stop":1714500654301,"duration":0},"status":"passed","severity":"normal"},{"uid":"a926e61741688f6a","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1714501220685,"stop":1714501220686,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcdff0ba2776a7da","name":"Decoder throws on undefined content topic","time":{"start":1714500559909,"stop":1714500559909,"duration":0},"status":"passed","severity":"normal"},{"uid":"7631461a578dd523","name":"Push message with content topic containing SQL Injection","time":{"start":1714500976552,"stop":1714500976554,"duration":2},"status":"passed","severity":"normal"},{"uid":"2af76a3c4dd51f30","name":"Subscribe and receive messages via waku relay post","time":{"start":1714501220691,"stop":1714501220691,"duration":0},"status":"passed","severity":"normal"},{"uid":"e39e4277a9d4d785","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1714500550274,"stop":1714500550274,"duration":0},"status":"passed","severity":"normal"},{"uid":"66d58804071e3d7e","name":"Check message with no content topic is not received","time":{"start":1714501050439,"stop":1714501050440,"duration":1},"status":"passed","severity":"normal"},{"uid":"69f47515fec99dc9","name":"Check publish message containing Russian","time":{"start":1714501036155,"stop":1714501036156,"duration":1},"status":"passed","severity":"normal"},{"uid":"719ffc4d203018d2","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1714501150906,"stop":1714501150907,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffd525e95595e862","name":"Push message with content topic containing escaped characters","time":{"start":1714501123811,"stop":1714501123812,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b739fc6a9a8c30d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1714501220697,"stop":1714501220697,"duration":0},"status":"passed","severity":"normal"},{"uid":"faeddac9cbbeb5bc","name":"should not throw an error for a single configured topic","time":{"start":1714500525350,"stop":1714500525350,"duration":0},"status":"passed","severity":"normal"},{"uid":"dacdc448c0d3ebf2","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1714501153790,"stop":1714501153790,"duration":0},"status":"passed","severity":"normal"},{"uid":"e242288df4ca6949","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1714501220682,"stop":1714501220683,"duration":1},"status":"passed","severity":"normal"},{"uid":"f30e8d0f347dc5c3","name":"Decoder throws on undefined content topic","time":{"start":1714500561875,"stop":1714500561875,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8ca8c03179b40c4","name":"Check received message containing JSON","time":{"start":1714500735363,"stop":1714500735364,"duration":1},"status":"passed","severity":"normal"},{"uid":"97fc6d65f74d086f","name":"Ping on peer without subscriptions","time":{"start":1714500607828,"stop":1714500607829,"duration":1},"status":"passed","severity":"normal"},{"uid":"34811b272383dba4","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1714500823171,"stop":1714500823172,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1eeeb15a168b819","name":"random auto sharding 4 - Cluster ID: 10, Content Topic: /app57/5/topic191/json","time":{"start":1714501089326,"stop":1714501089326,"duration":0},"status":"passed","severity":"normal"},{"uid":"8356230aed138bcf","name":"start node with ApplicationInfo","time":{"start":1714501089335,"stop":1714501089336,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6962/widgets/suites.json b/6962/widgets/suites.json index 85b9a887ffb..92c8bf9f945 100644 --- a/6962/widgets/suites.json +++ b/6962/widgets/suites.json @@ -1 +1 @@ -{"total":96,"items":[{"uid":"d7aec3c03737e36caf907314a75924df","name":"Static Sharding: Peer Management","statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2}},{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":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}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}}]} \ No newline at end of file +{"total":96,"items":[{"uid":"7df6540d157bd48a9d3bc8c3f21e93bb","name":"Waku Light Push: Single Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"f0ce4304a5c72aabff181e56ac32d839","name":"Waku Light Push: Multiple Nodes: Strict Check: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":43,"unknown":0,"total":43}},{"uid":"c3fd0a376e255f07764bc7336980757b","name":"getPeers","statistic":{"failed":0,"broken":0,"skipped":0,"passed":36,"unknown":0,"total":36}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":0,"passed":29,"unknown":0,"total":29}},{"uid":"79bc21179354d4d696ab0ed95aaefc00","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","statistic":{"failed":0,"broken":0,"skipped":0,"passed":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}},{"uid":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":26,"unknown":0,"total":28}},{"uid":"cddf321d453ccfeb1c38dfaa4bf0811f","name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","statistic":{"failed":0,"broken":0,"skipped":2,"passed":25,"unknown":0,"total":27}}]} \ No newline at end of file diff --git a/6962/widgets/summary.json b/6962/widgets/summary.json index 59f9eb02bae..84021c70c9f 100644 --- a/6962/widgets/summary.json +++ b/6962/widgets/summary.json @@ -1 +1 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":1,"skipped":26,"passed":804,"unknown":0,"total":831},"time":{"start":1714453924717,"stop":1714455040954,"duration":1116237,"minDuration":0,"maxDuration":22,"sumDuration":435}} \ No newline at end of file +{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831},"time":{"start":1714500524938,"stop":1714501319434,"duration":794496,"minDuration":0,"maxDuration":32,"sumDuration":536}} \ No newline at end of file diff --git a/index.html b/index.html index 8e02b111ffe..5f3e0a5c1a5 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 ba943662d09..d896c4e0b37 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/last-history/duration-trend.json b/last-history/duration-trend.json index 2e9cb2f8439..3e8e88baf1d 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"duration":786498}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"duration":671816}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"duration":794496}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"duration":786498}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"duration":671816}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index 2117b222649..31a2a8c4f56 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":807,"unknown":0,"total":833}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":783,"unknown":0,"total":809}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":805,"unknown":0,"total":831}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":807,"unknown":0,"total":833}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":26,"passed":783,"unknown":0,"total":809}},{"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 784c3be5cfd..b4bb6b60205 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"93ae7a6d4c64ba64","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93ae7a6d4c64ba64","status":"passed","time":{"start":1714494602308,"stop":1714494602308,"duration":0}},{"uid":"d4511c3a270d28f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4511c3a270d28f0","status":"passed","time":{"start":1714492686140,"stop":1714492686141,"duration":1}}]},"23ce82d154f37ea4f5a1b9b5294d72c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48ba88acb59c5a30","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48ba88acb59c5a30","status":"passed","time":{"start":1714494848654,"stop":1714494848655,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9fcaa302d017a029","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9fcaa302d017a029","status":"passed","time":{"start":1714494735258,"stop":1714494735258,"duration":0}},{"uid":"25455a43e10160a3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/25455a43e10160a3","status":"passed","time":{"start":1714492814937,"stop":1714492814939,"duration":2}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bceab8cf7a9f6b10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bceab8cf7a9f6b10","status":"passed","time":{"start":1714494279631,"stop":1714494279632,"duration":1}},{"uid":"d9fc45b73a4a2413","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d9fc45b73a4a2413","status":"passed","time":{"start":1714492383511,"stop":1714492383511,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d72c70cde481f105","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d72c70cde481f105","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"efd0221709627626","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/efd0221709627626","status":"passed","time":{"start":1714492380863,"stop":1714492380863,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ab49b4134e76a73c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ab49b4134e76a73c","status":"passed","time":{"start":1714494482347,"stop":1714494482347,"duration":0}},{"uid":"d3830b3f14180d9f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3830b3f14180d9f","status":"passed","time":{"start":1714492591360,"stop":1714492591360,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"36ed72b33d11493e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36ed72b33d11493e","status":"passed","time":{"start":1714494500284,"stop":1714494500285,"duration":1}},{"uid":"e1a69d9ab9956493","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e1a69d9ab9956493","status":"passed","time":{"start":1714492591436,"stop":1714492591440,"duration":4}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"489732c1923aaa60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/489732c1923aaa60","status":"passed","time":{"start":1714494285532,"stop":1714494285532,"duration":0}},{"uid":"e0f51e1f7a58697e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0f51e1f7a58697e","status":"passed","time":{"start":1714492389346,"stop":1714492389346,"duration":0}}]},"a4be64084c93e29babbcfded90bc2613:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7ac4269dd7509b8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7ac4269dd7509b8","status":"passed","time":{"start":1714494840006,"stop":1714494840006,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f01dc7aef9d64b7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f01dc7aef9d64b7c","status":"passed","time":{"start":1714494914008,"stop":1714494914008,"duration":0}},{"uid":"62c46b116683fa32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/62c46b116683fa32","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"95e0615e5338ae0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/95e0615e5338ae0e","status":"passed","time":{"start":1714494373389,"stop":1714494373389,"duration":0}},{"uid":"4ac035de3319f5dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ac035de3319f5dc","status":"passed","time":{"start":1714492481134,"stop":1714492481135,"duration":1}}]},"30e87c759a9f71b3ba0fd59501f781d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"393c11bebe4b7b79","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/393c11bebe4b7b79","status":"passed","time":{"start":1714494276808,"stop":1714494276808,"duration":0}},{"uid":"a25cf4d7fae55cb8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a25cf4d7fae55cb8","status":"passed","time":{"start":1714492380861,"stop":1714492380862,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ee06998edfd3496","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ee06998edfd3496","status":"passed","time":{"start":1714494284816,"stop":1714494284817,"duration":1}},{"uid":"73526fb0f114e6b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/73526fb0f114e6b2","status":"passed","time":{"start":1714492388605,"stop":1714492388606,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"587393bed6cd02db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/587393bed6cd02db","status":"passed","time":{"start":1714494735289,"stop":1714494735290,"duration":1}},{"uid":"954025ad227ba581","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/954025ad227ba581","status":"passed","time":{"start":1714492814958,"stop":1714492814960,"duration":2}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a6da2a671baeb3b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8a6da2a671baeb3b","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"50a623cc7f180408","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50a623cc7f180408","status":"passed","time":{"start":1714493052143,"stop":1714493052143,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9cc62506a96cd2a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9cc62506a96cd2a2","status":"passed","time":{"start":1714494896479,"stop":1714494896479,"duration":0}},{"uid":"df0507905e54450","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/df0507905e54450","status":"passed","time":{"start":1714492987115,"stop":1714492987115,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"367585a5c676661e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/367585a5c676661e","status":"passed","time":{"start":1714494785917,"stop":1714494785917,"duration":0}},{"uid":"f1978cec8032f28d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1978cec8032f28d","status":"passed","time":{"start":1714492898573,"stop":1714492898573,"duration":0}}]},"3d9d4a3dce6a244d7046e8c5717a3e31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"576eecf9c8532a81","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/576eecf9c8532a81","status":"passed","time":{"start":1714494500293,"stop":1714494500293,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"11ac4f93cf54f302","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/11ac4f93cf54f302","status":"passed","time":{"start":1714494402830,"stop":1714494402835,"duration":5}},{"uid":"4d27f88d1087de83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4d27f88d1087de83","status":"passed","time":{"start":1714492502952,"stop":1714492502955,"duration":3}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f05b04883ab193ba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f05b04883ab193ba","status":"passed","time":{"start":1714494838836,"stop":1714494838838,"duration":2}},{"uid":"aebd3b21540b5324","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aebd3b21540b5324","status":"passed","time":{"start":1714492985727,"stop":1714492985727,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e287aea21c108c8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e287aea21c108c8a","status":"passed","time":{"start":1714494760924,"stop":1714494760924,"duration":0}},{"uid":"496c600c6792fcc0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/496c600c6792fcc0","status":"passed","time":{"start":1714492834198,"stop":1714492834199,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"64425eb3b56484f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/64425eb3b56484f0","status":"passed","time":{"start":1714494954438,"stop":1714494954438,"duration":0}},{"uid":"f1e0144a6f0281b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1e0144a6f0281b0","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b29195c4b8abab0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b29195c4b8abab0","status":"passed","time":{"start":1714494883916,"stop":1714494883917,"duration":1}},{"uid":"42c75d7e6c0dfdd4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/42c75d7e6c0dfdd4","status":"passed","time":{"start":1714492982048,"stop":1714492982048,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"64f995f7523080e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/64f995f7523080e9","status":"passed","time":{"start":1714494791237,"stop":1714494791238,"duration":1}},{"uid":"d8dea7d72053786","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8dea7d72053786","status":"passed","time":{"start":1714492870703,"stop":1714492870703,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8885101d28eb551","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8885101d28eb551","status":"passed","time":{"start":1714494838845,"stop":1714494838845,"duration":0}},{"uid":"8ca7706ffa14a86d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ca7706ffa14a86d","status":"passed","time":{"start":1714492985751,"stop":1714492985761,"duration":10}}]},"8d24bda0715c164dc56a0e7c293f5ceb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"babfc81edf2a1e33","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/babfc81edf2a1e33","status":"passed","time":{"start":1714492932192,"stop":1714492932192,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9f51c7cceee2f5fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f51c7cceee2f5fc","status":"passed","time":{"start":1714494908933,"stop":1714494908933,"duration":0}},{"uid":"6ccee31d57496f04","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6ccee31d57496f04","status":"passed","time":{"start":1714492995227,"stop":1714492995227,"duration":0}}]},"397094379339cffe7e2b904a88ff46ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7987d8f05fd6dfa9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7987d8f05fd6dfa9","status":"passed","time":{"start":1714494788145,"stop":1714494788145,"duration":0}}]},"63579ae780a62fb87d230f845bc5fb55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"42cc9bd873173ee2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/42cc9bd873173ee2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786057,"duration":0}},{"uid":"1458cca4660d0b31","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1458cca4660d0b31","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860588,"stop":1714492860589,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8bb4d7e71fcb5fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8bb4d7e71fcb5fd","status":"passed","time":{"start":1714494954443,"stop":1714494954443,"duration":0}},{"uid":"f866d5d420ca9554","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f866d5d420ca9554","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"634a9636921feb40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/634a9636921feb40","status":"passed","time":{"start":1714494838853,"stop":1714494838853,"duration":0}},{"uid":"6619afd5a05ea526","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6619afd5a05ea526","status":"passed","time":{"start":1714492985771,"stop":1714492985771,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a22de565772089d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a22de565772089d6","status":"passed","time":{"start":1714494402829,"stop":1714494402830,"duration":1}},{"uid":"30ab13b77c3db29a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30ab13b77c3db29a","status":"passed","time":{"start":1714492502949,"stop":1714492502952,"duration":3}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5dabe945239c2e7e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dabe945239c2e7e","status":"passed","time":{"start":1714494312952,"stop":1714494312953,"duration":1}},{"uid":"74fb2c6aa454cc38","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74fb2c6aa454cc38","status":"passed","time":{"start":1714492412934,"stop":1714492412934,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b450232675b02460","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b450232675b02460","status":"passed","time":{"start":1714494883917,"stop":1714494883918,"duration":1}},{"uid":"dd6404b723417b6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dd6404b723417b6d","status":"passed","time":{"start":1714492982048,"stop":1714492982049,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ec26643974bb33de","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec26643974bb33de","status":"passed","time":{"start":1714494876054,"stop":1714494876055,"duration":1}},{"uid":"5ba489f4a0d1d902","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5ba489f4a0d1d902","status":"passed","time":{"start":1714492961693,"stop":1714492961694,"duration":1}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9f00abce148bdcb0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f00abce148bdcb0","status":"passed","time":{"start":1714494838842,"stop":1714494838842,"duration":0}},{"uid":"5b6de03f8deab31","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b6de03f8deab31","status":"passed","time":{"start":1714492985743,"stop":1714492985743,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"492dabef6cb97e16","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/492dabef6cb97e16","status":"passed","time":{"start":1714494482328,"stop":1714494482329,"duration":1}},{"uid":"6d11b804e4542477","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6d11b804e4542477","status":"passed","time":{"start":1714492591349,"stop":1714492591349,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4807c968c53f85f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4807c968c53f85f6","status":"passed","time":{"start":1714494785913,"stop":1714494785914,"duration":1}},{"uid":"497d6ed9224927b7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/497d6ed9224927b7","status":"passed","time":{"start":1714492898569,"stop":1714492898569,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5a83760c20cb5f69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5a83760c20cb5f69","status":"passed","time":{"start":1714494290034,"stop":1714494290034,"duration":0}},{"uid":"9c483ea948cdf1a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9c483ea948cdf1a9","status":"passed","time":{"start":1714492394074,"stop":1714492394075,"duration":1}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7d7aa05fa69e12d2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7d7aa05fa69e12d2","status":"passed","time":{"start":1714494837583,"stop":1714494837584,"duration":1}},{"uid":"bd620247c8fc7e18","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bd620247c8fc7e18","status":"passed","time":{"start":1714492927148,"stop":1714492927151,"duration":3}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c0dec64dba2a516","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3c0dec64dba2a516","status":"passed","time":{"start":1714494954432,"stop":1714494954432,"duration":0}},{"uid":"868ea2f71e23f406","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/868ea2f71e23f406","status":"passed","time":{"start":1714493052128,"stop":1714493052128,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1724d5f2eba9b021","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1724d5f2eba9b021","status":"passed","time":{"start":1714494788148,"stop":1714494788149,"duration":1}},{"uid":"7f1446d99e0430b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f1446d99e0430b0","status":"passed","time":{"start":1714492860435,"stop":1714492860435,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e807a261bef9263f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e807a261bef9263f","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"e6d5ece9b37d6b60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e6d5ece9b37d6b60","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc8b76b31aa7e4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc8b76b31aa7e4e","status":"passed","time":{"start":1714494373389,"stop":1714494373390,"duration":1}},{"uid":"29be284bd58cc985","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/29be284bd58cc985","status":"passed","time":{"start":1714492481135,"stop":1714492481135,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b778d8d658261b2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b778d8d658261b2f","status":"passed","time":{"start":1714494310953,"stop":1714494310954,"duration":1}},{"uid":"f255eea1d236bb6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f255eea1d236bb6b","status":"passed","time":{"start":1714492410938,"stop":1714492410938,"duration":0}}]},"5f9fa7c5967cb31663988c9bc75557fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a0bc40b509fdc88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a0bc40b509fdc88","status":"passed","time":{"start":1714492923654,"stop":1714492923655,"duration":1}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"41377611e067317d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/41377611e067317d","status":"passed","time":{"start":1714494883920,"stop":1714494883920,"duration":0}},{"uid":"cef7923e2bf35af1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cef7923e2bf35af1","status":"passed","time":{"start":1714492982049,"stop":1714492982049,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1477af50074d319e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1477af50074d319e","status":"passed","time":{"start":1714494368385,"stop":1714494368385,"duration":0}},{"uid":"90ed3ec359b01808","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/90ed3ec359b01808","status":"passed","time":{"start":1714492468977,"stop":1714492468978,"duration":1}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d23c9237ab14766","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d23c9237ab14766","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"1d216c58a40571fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d216c58a40571fd","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d3bb71e76b2aeb8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d3bb71e76b2aeb8e","status":"passed","time":{"start":1714494884065,"stop":1714494884066,"duration":1}},{"uid":"837d66d33d107b57","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/837d66d33d107b57","status":"passed","time":{"start":1714492954775,"stop":1714492954775,"duration":0}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d544bd5f62b7b048","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d544bd5f62b7b048","status":"passed","time":{"start":1714494328716,"stop":1714494328717,"duration":1}},{"uid":"c3afefe48509ac17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c3afefe48509ac17","status":"passed","time":{"start":1714492428468,"stop":1714492428469,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a36ba5d706aaedc4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a36ba5d706aaedc4","status":"passed","time":{"start":1714494311521,"stop":1714494311521,"duration":0}},{"uid":"67cfa1b1ad944247","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/67cfa1b1ad944247","status":"passed","time":{"start":1714492411490,"stop":1714492411491,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"73cb1145d6eb3fcc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/73cb1145d6eb3fcc","status":"passed","time":{"start":1714494785890,"stop":1714494785890,"duration":0}},{"uid":"f06392c004a19d9d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f06392c004a19d9d","status":"passed","time":{"start":1714492898554,"stop":1714492898554,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af487b855f72e839","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af487b855f72e839","status":"passed","time":{"start":1714494482320,"stop":1714494482320,"duration":0}},{"uid":"742cae92f163e793","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/742cae92f163e793","status":"passed","time":{"start":1714492591344,"stop":1714492591344,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1e573aff63d57dd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1e573aff63d57dd8","status":"passed","time":{"start":1714494921192,"stop":1714494921192,"duration":0}},{"uid":"70a7e05c6cab3b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70a7e05c6cab3b9","status":"passed","time":{"start":1714493000281,"stop":1714493000281,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"557d2cbbf3601d6a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/557d2cbbf3601d6a","status":"passed","time":{"start":1714494838839,"stop":1714494838839,"duration":0}},{"uid":"977116743c1cd574","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/977116743c1cd574","status":"passed","time":{"start":1714492985728,"stop":1714492985729,"duration":1}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fbcb3fa7dacd1bc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbcb3fa7dacd1bc6","status":"passed","time":{"start":1714494301221,"stop":1714494301221,"duration":0}},{"uid":"d4b89afb5e034670","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4b89afb5e034670","status":"passed","time":{"start":1714492405129,"stop":1714492405129,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9bc46a813fe15a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9bc46a813fe15a1","status":"passed","time":{"start":1714494284809,"stop":1714494284809,"duration":0}},{"uid":"1f9a0bb01adb00d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f9a0bb01adb00d9","status":"passed","time":{"start":1714492388593,"stop":1714492388597,"duration":4}}]},"cbb481de5670def24b36ec0b156d8751:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"cdded0abfd972e04","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cdded0abfd972e04","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786058,"stop":1714494786058,"duration":0}},{"uid":"d484b3c31160ef24","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d484b3c31160ef24","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860590,"stop":1714492860590,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b986715a814c6894","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b986715a814c6894","status":"passed","time":{"start":1714494788145,"stop":1714494788145,"duration":0}},{"uid":"a25761d37bf71f66","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a25761d37bf71f66","status":"passed","time":{"start":1714492860432,"stop":1714492860432,"duration":0}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2ecc65db8887ca7e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ecc65db8887ca7e","status":"passed","time":{"start":1714494351411,"stop":1714494351411,"duration":0}},{"uid":"d6b5f0e2eafbf736","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d6b5f0e2eafbf736","status":"passed","time":{"start":1714492441817,"stop":1714492441817,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"24305f488e3a67c1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24305f488e3a67c1","status":"passed","time":{"start":1714494760926,"stop":1714494760927,"duration":1}},{"uid":"fa7c77d0f62d05dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa7c77d0f62d05dd","status":"passed","time":{"start":1714492834201,"stop":1714492834201,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9384e7f27cee627e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9384e7f27cee627e","status":"passed","time":{"start":1714494954450,"stop":1714494954450,"duration":0}},{"uid":"e54ba42d51c4780","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e54ba42d51c4780","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bb99590079de5211","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bb99590079de5211","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"7bb917e104caf794","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bb917e104caf794","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"a1679ba4ae6c2a00","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a1679ba4ae6c2a00","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494742981,"stop":1714494742982,"duration":1}},{"uid":"57d1c165f80118a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/57d1c165f80118a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814492,"stop":1714492814492,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3912e17b50861348","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3912e17b50861348","status":"passed","time":{"start":1714494594465,"stop":1714494594465,"duration":0}},{"uid":"eaf3a501014fd9f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eaf3a501014fd9f8","status":"passed","time":{"start":1714492694598,"stop":1714492694598,"duration":0}}]},"be03473f39c2d741f546446ff3fb470d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a488a1d6ae8143d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a488a1d6ae8143d","status":"passed","time":{"start":1714492932193,"stop":1714492932196,"duration":3}}]},"8934e3f7824a40c40cd0a2d257f67bb5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe004d2b0ad6a5f3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe004d2b0ad6a5f3","status":"passed","time":{"start":1714494840027,"stop":1714494840028,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"707134f6bbae14e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/707134f6bbae14e9","status":"passed","time":{"start":1714494838853,"stop":1714494838853,"duration":0}},{"uid":"1b27c30350811090","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1b27c30350811090","status":"passed","time":{"start":1714492985771,"stop":1714492985774,"duration":3}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e1d14905c5ee3043","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e1d14905c5ee3043","status":"passed","time":{"start":1714494284792,"stop":1714494284793,"duration":1}},{"uid":"6e85e5a8f3f6c9ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6e85e5a8f3f6c9ca","status":"passed","time":{"start":1714492388867,"stop":1714492388867,"duration":0}}]},"f297e9c273ec69bccc97a95c24b26a6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"580d05e23a4fcd4a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/580d05e23a4fcd4a","status":"passed","time":{"start":1714494848657,"stop":1714494848658,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"284e179c55b8a6b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/284e179c55b8a6b7","status":"passed","time":{"start":1714494293812,"stop":1714494293814,"duration":2}},{"uid":"423395bf3b5eb564","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/423395bf3b5eb564","status":"passed","time":{"start":1714492397605,"stop":1714492397606,"duration":1}}]},"9801ccd1329bba75325997a8856244d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b10d719592d6ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/98b10d719592d6ad","status":"passed","time":{"start":1714494840009,"stop":1714494840011,"duration":2}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a430b2ce317a3ecd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a430b2ce317a3ecd","status":"passed","time":{"start":1714494594466,"stop":1714494594466,"duration":0}},{"uid":"86e74e6ffaa0fce0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86e74e6ffaa0fce0","status":"passed","time":{"start":1714492694600,"stop":1714492694600,"duration":0}}]},"7ae11021e2fa12b85336be9c02761e15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7a0ae5cb2f06b6dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a0ae5cb2f06b6dc","status":"passed","time":{"start":1714494276821,"stop":1714494276822,"duration":1}},{"uid":"8af90443ed18d37d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8af90443ed18d37d","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a10dec2f34732f49","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a10dec2f34732f49","status":"passed","time":{"start":1714494785909,"stop":1714494785910,"duration":1}},{"uid":"f6c29e1cdd2e584f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f6c29e1cdd2e584f","status":"passed","time":{"start":1714492898565,"stop":1714492898565,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d232e434e4c656e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d232e434e4c656e","status":"passed","time":{"start":1714494571267,"stop":1714494571268,"duration":1}},{"uid":"3e3bbc8f9c8357c4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e3bbc8f9c8357c4","status":"passed","time":{"start":1714492678667,"stop":1714492678668,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"76dd1383e4ce744e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76dd1383e4ce744e","status":"passed","time":{"start":1714494602307,"stop":1714494602307,"duration":0}},{"uid":"fb5ed634cfbeef6f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fb5ed634cfbeef6f","status":"passed","time":{"start":1714492686140,"stop":1714492686140,"duration":0}}]},"a5e959967e9759b91a61afe69e75d5c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73e0614578689b14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/73e0614578689b14","status":"passed","time":{"start":1714492932191,"stop":1714492932192,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c80f29779883c0c0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c80f29779883c0c0","status":"passed","time":{"start":1714494788149,"stop":1714494788150,"duration":1}},{"uid":"f256b0e6b337e5b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f256b0e6b337e5b2","status":"passed","time":{"start":1714492860436,"stop":1714492860436,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2d184f028480ccf6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2d184f028480ccf6","status":"passed","time":{"start":1714494571257,"stop":1714494571258,"duration":1}},{"uid":"475b7a6a5b074a1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/475b7a6a5b074a1","status":"passed","time":{"start":1714492678644,"stop":1714492678645,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5876af9dca679859","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5876af9dca679859","status":"passed","time":{"start":1714494482346,"stop":1714494482347,"duration":1}},{"uid":"cd979ba8cbca552c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cd979ba8cbca552c","status":"passed","time":{"start":1714492591359,"stop":1714492591359,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b4452214b332940a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b4452214b332940a","status":"passed","time":{"start":1714494571269,"stop":1714494571269,"duration":0}},{"uid":"f4b7605e542bad07","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f4b7605e542bad07","status":"passed","time":{"start":1714492678668,"stop":1714492678669,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2ba64b51db3aa3b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ba64b51db3aa3b1","status":"passed","time":{"start":1714494735286,"stop":1714494735286,"duration":0}},{"uid":"d072b6dbcb34d13b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d072b6dbcb34d13b","status":"passed","time":{"start":1714492814949,"stop":1714492814950,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3551fa485ba0ecd5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3551fa485ba0ecd5","status":"passed","time":{"start":1714494277049,"stop":1714494277049,"duration":0}},{"uid":"770677a8330e27ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/770677a8330e27ca","status":"passed","time":{"start":1714492380913,"stop":1714492380914,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8629574509db7ab","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8629574509db7ab","status":"passed","time":{"start":1714494791245,"stop":1714494791246,"duration":1}},{"uid":"7284ec62335561b5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7284ec62335561b5","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b37a449e46a7b41d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b37a449e46a7b41d","status":"passed","time":{"start":1714494284807,"stop":1714494284807,"duration":0}},{"uid":"75d4bdd0f84c0e69","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/75d4bdd0f84c0e69","status":"passed","time":{"start":1714492388586,"stop":1714492388589,"duration":3}}]},"b7a10f27f6c028aaf2be0ffde54159c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de583326a1ffe8f6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/de583326a1ffe8f6","status":"passed","time":{"start":1714492923653,"stop":1714492923654,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8ef372cc6e608c10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ef372cc6e608c10","status":"passed","time":{"start":1714494373385,"stop":1714494373386,"duration":1}},{"uid":"c5424ba1dfe0033","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c5424ba1dfe0033","status":"passed","time":{"start":1714492481133,"stop":1714492481133,"duration":0}}]},"d8b990b9ce1e0a50e5b41c0e25b656bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa30d839712d05e7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa30d839712d05e7","status":"passed","time":{"start":1714494276808,"stop":1714494276809,"duration":1}},{"uid":"b955ff1ec6663a45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b955ff1ec6663a45","status":"passed","time":{"start":1714492380862,"stop":1714492380862,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"865a5e35d86378ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/865a5e35d86378ad","status":"passed","time":{"start":1714494884057,"stop":1714494884058,"duration":1}},{"uid":"afaf8740df1cf86b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/afaf8740df1cf86b","status":"passed","time":{"start":1714492954774,"stop":1714492954774,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6e7e011550a19bd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e7e011550a19bd8","status":"passed","time":{"start":1714494840030,"stop":1714494840031,"duration":1}},{"uid":"797ba9116d6266da","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/797ba9116d6266da","status":"passed","time":{"start":1714492923660,"stop":1714492923660,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"255965e63596de6e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/255965e63596de6e","status":"passed","time":{"start":1714494290448,"stop":1714494290448,"duration":0}},{"uid":"7405d3c0d1d97bd5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7405d3c0d1d97bd5","status":"passed","time":{"start":1714492394191,"stop":1714492394191,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"30f59dab865d60c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/30f59dab865d60c","status":"passed","time":{"start":1714494838841,"stop":1714494838841,"duration":0}},{"uid":"5553bef2385b00b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5553bef2385b00b0","status":"passed","time":{"start":1714492985741,"stop":1714492985742,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"335f0bf9037459bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/335f0bf9037459bf","status":"passed","time":{"start":1714494300697,"stop":1714494300697,"duration":0}},{"uid":"964f7fd4bac5765a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/964f7fd4bac5765a","status":"passed","time":{"start":1714492404704,"stop":1714492404705,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"268634f936260d6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/268634f936260d6b","status":"passed","time":{"start":1714494788124,"stop":1714494788124,"duration":0}},{"uid":"fe606e2ae90b3075","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fe606e2ae90b3075","status":"passed","time":{"start":1714492860426,"stop":1714492860426,"duration":0}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"22af38965744b1f5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/22af38965744b1f5","status":"passed","time":{"start":1714494840032,"stop":1714494840033,"duration":1}},{"uid":"1aab52993433bf2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1aab52993433bf2b","status":"passed","time":{"start":1714492923662,"stop":1714492923662,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"92a0d77f8c54270e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92a0d77f8c54270e","status":"passed","time":{"start":1714494571268,"stop":1714494571268,"duration":0}},{"uid":"8db67218908eac7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8db67218908eac7","status":"passed","time":{"start":1714492678668,"stop":1714492678668,"duration":0}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"749165f14089fa21","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749165f14089fa21","status":"passed","time":{"start":1714494310952,"stop":1714494310953,"duration":1}},{"uid":"95085a3026b6fc60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/95085a3026b6fc60","status":"passed","time":{"start":1714492410937,"stop":1714492410937,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"66e2221ed387157","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66e2221ed387157","status":"passed","time":{"start":1714494284806,"stop":1714494284807,"duration":1}},{"uid":"63bab3a8713ca2eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/63bab3a8713ca2eb","status":"passed","time":{"start":1714492388572,"stop":1714492388586,"duration":14}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4f8d75ef8ed0ed5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f8d75ef8ed0ed5a","status":"passed","time":{"start":1714494791249,"stop":1714494791250,"duration":1}},{"uid":"5d227c4c2509475e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d227c4c2509475e","status":"passed","time":{"start":1714492870708,"stop":1714492870708,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c622bc43ad95ffcd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c622bc43ad95ffcd","status":"passed","time":{"start":1714494276736,"stop":1714494276737,"duration":1}},{"uid":"7f81f2d5f92294f4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f81f2d5f92294f4","status":"passed","time":{"start":1714492380331,"stop":1714492380332,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a2bf946246362af","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a2bf946246362af","status":"passed","time":{"start":1714494571257,"stop":1714494571257,"duration":0}},{"uid":"86e93cf90a2aadad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86e93cf90a2aadad","status":"passed","time":{"start":1714492678642,"stop":1714492678642,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"10b387acc8ee029","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10b387acc8ee029","status":"passed","time":{"start":1714494571267,"stop":1714494571267,"duration":0}},{"uid":"a1acafa2f6e9b26b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a1acafa2f6e9b26b","status":"passed","time":{"start":1714492678666,"stop":1714492678666,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e17e9a40532002dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e17e9a40532002dc","status":"passed","time":{"start":1714494536933,"stop":1714494536933,"duration":0}},{"uid":"94ce4a998da9047","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/94ce4a998da9047","status":"passed","time":{"start":1714492635268,"stop":1714492635268,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4c09545168db9d6a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c09545168db9d6a","status":"passed","time":{"start":1714494838850,"stop":1714494838850,"duration":0}},{"uid":"be3f519800d58ed5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/be3f519800d58ed5","status":"passed","time":{"start":1714492985767,"stop":1714492985768,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"968ac4518bd13994","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/968ac4518bd13994","status":"passed","time":{"start":1714494594466,"stop":1714494594467,"duration":1}},{"uid":"8c70f0ae7953f348","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8c70f0ae7953f348","status":"passed","time":{"start":1714492694600,"stop":1714492694600,"duration":0}}]},"1d98f03de688ee16b75c16b2c7c5786e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebac540b0dac7b3d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ebac540b0dac7b3d","status":"passed","time":{"start":1714494840029,"stop":1714494840030,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a12d43e26837fcc8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a12d43e26837fcc8","status":"passed","time":{"start":1714494838849,"stop":1714494838850,"duration":1}},{"uid":"9f9b3663213a1fe3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9f9b3663213a1fe3","status":"passed","time":{"start":1714492985767,"stop":1714492985767,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3831f3056cefc66","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f3831f3056cefc66","status":"passed","time":{"start":1714494594465,"stop":1714494594466,"duration":1}},{"uid":"d83652f5eb002319","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d83652f5eb002319","status":"passed","time":{"start":1714492694599,"stop":1714492694599,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c8561c08b1737c2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8561c08b1737c2","status":"passed","time":{"start":1714494764686,"stop":1714494764686,"duration":0}},{"uid":"29a6a9ac8de99bac","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/29a6a9ac8de99bac","status":"passed","time":{"start":1714492842569,"stop":1714492842570,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f58aa4274d2dd059","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f58aa4274d2dd059","status":"passed","time":{"start":1714494500298,"stop":1714494500298,"duration":0}},{"uid":"d76f205e2dfdafa9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d76f205e2dfdafa9","status":"passed","time":{"start":1714492591540,"stop":1714492591540,"duration":0}}]},"7e5eedf04b84ae8937503865e2bf579a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86b5adffb5417d61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/86b5adffb5417d61","status":"passed","time":{"start":1714494785902,"stop":1714494785902,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e7fe2e3f14be5d40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7fe2e3f14be5d40","status":"passed","time":{"start":1714494883921,"stop":1714494883921,"duration":0}},{"uid":"13b80f21952d4d96","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/13b80f21952d4d96","status":"passed","time":{"start":1714492982049,"stop":1714492982050,"duration":1}}]},"f0c51413d9dd73a9f8d4ca2153e389be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"24ff83e58cd23e13","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24ff83e58cd23e13","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"d756a4ca71c82da0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d756a4ca71c82da0","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ddbce8e4856906a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ddbce8e4856906a","status":"passed","time":{"start":1714494301219,"stop":1714494301219,"duration":0}},{"uid":"3dc83b870f95bc1c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3dc83b870f95bc1c","status":"passed","time":{"start":1714492405127,"stop":1714492405127,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4964ea278142dbef","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4964ea278142dbef","status":"passed","time":{"start":1714494305187,"stop":1714494305187,"duration":0}}]},"44fa3bd58461ba3ddc5cdb85c640faae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"454b0d55575320ca","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/454b0d55575320ca","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"a601c4d6cb8a0e24","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a601c4d6cb8a0e24","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa11b7f1a69362c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa11b7f1a69362c7","status":"passed","time":{"start":1714494289730,"stop":1714494289731,"duration":1}},{"uid":"89f8f53e4356cd0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89f8f53e4356cd0b","status":"passed","time":{"start":1714492393509,"stop":1714492393510,"duration":1}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4765f22cc07e00de","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4765f22cc07e00de","status":"passed","time":{"start":1714494300694,"stop":1714494300695,"duration":1}},{"uid":"836a697c3d0de5f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/836a697c3d0de5f8","status":"passed","time":{"start":1714492404702,"stop":1714492404702,"duration":0}}]},"8b40117c40c9f1c45aea8293d77944a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e51025656c307fe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e51025656c307fe8","status":"passed","time":{"start":1714492923650,"stop":1714492923651,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7205bd717899236c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7205bd717899236c","status":"passed","time":{"start":1714494300698,"stop":1714494300698,"duration":0}},{"uid":"4cfca5fac2d252e7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4cfca5fac2d252e7","status":"passed","time":{"start":1714492404705,"stop":1714492404706,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"15595215bec18c52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/15595215bec18c52","status":"passed","time":{"start":1714494954434,"stop":1714494954434,"duration":0}},{"uid":"32c54b8f9c250198","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/32c54b8f9c250198","status":"passed","time":{"start":1714493052130,"stop":1714493052130,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"286a56fb28873c22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/286a56fb28873c22","status":"passed","time":{"start":1714494908938,"stop":1714494908938,"duration":0}},{"uid":"22da968b2e3783e5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/22da968b2e3783e5","status":"passed","time":{"start":1714492995228,"stop":1714492995228,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c3bd21127c0ad5da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c3bd21127c0ad5da","status":"passed","time":{"start":1714494290448,"stop":1714494290449,"duration":1}},{"uid":"1bf1c9cd121e25fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1bf1c9cd121e25fc","status":"passed","time":{"start":1714492394191,"stop":1714492394192,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d251fde345af9b84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d251fde345af9b84","status":"passed","time":{"start":1714494500293,"stop":1714494500293,"duration":0}},{"uid":"8a6400e48be5182e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8a6400e48be5182e","status":"passed","time":{"start":1714492591533,"stop":1714492591534,"duration":1}}]},"dcfc36fdb908c0b4a08224e6f9b41f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fbec7bbda4261088","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbec7bbda4261088","status":"passed","time":{"start":1714494276806,"stop":1714494276806,"duration":0}},{"uid":"c85429ca12ef9968","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c85429ca12ef9968","status":"passed","time":{"start":1714492380860,"stop":1714492380860,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b5ee39509e4f8eb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5ee39509e4f8eb","status":"passed","time":{"start":1714494312953,"stop":1714494312953,"duration":0}},{"uid":"2cbb2a6d72b87ece","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2cbb2a6d72b87ece","status":"passed","time":{"start":1714492412934,"stop":1714492412934,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8cec8a9eb5e3b01a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8cec8a9eb5e3b01a","status":"passed","time":{"start":1714494276800,"stop":1714494276801,"duration":1}},{"uid":"933d261e25588ef1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/933d261e25588ef1","status":"passed","time":{"start":1714492380855,"stop":1714492380855,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5bef9e37dffe95fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5bef9e37dffe95fc","status":"passed","time":{"start":1714494802220,"stop":1714494802220,"duration":0}},{"uid":"34e672482843d2a0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/34e672482843d2a0","status":"passed","time":{"start":1714492887582,"stop":1714492887582,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1d556dda37849855","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1d556dda37849855","status":"passed","time":{"start":1714494500294,"stop":1714494500295,"duration":1}},{"uid":"26dd916b3d554461","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/26dd916b3d554461","status":"passed","time":{"start":1714492591535,"stop":1714492591535,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c640a453bd657339","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c640a453bd657339","status":"passed","time":{"start":1714494335559,"stop":1714494335559,"duration":0}},{"uid":"2fea1b89c3690ce5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2fea1b89c3690ce5","status":"passed","time":{"start":1714492436197,"stop":1714492436197,"duration":0}}]},"073721a1de55fc8f40b4bbcd7e60e0f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"897675e5ef50e5f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/897675e5ef50e5f0","status":"passed","time":{"start":1714494848660,"stop":1714494848661,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"cfc56a9ebbe7d00","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cfc56a9ebbe7d00","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351415,"duration":0}},{"uid":"888ea82e6704cc9a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/888ea82e6704cc9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441821,"stop":1714492441822,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f736c961eecfcccc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f736c961eecfcccc","status":"passed","time":{"start":1714494311521,"stop":1714494311522,"duration":1}},{"uid":"eaa0ba1300c4c52d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eaa0ba1300c4c52d","status":"passed","time":{"start":1714492411491,"stop":1714492411491,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa8508878e861c28","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa8508878e861c28","status":"passed","time":{"start":1714494896481,"stop":1714494896481,"duration":0}},{"uid":"3ff889065cd73900","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3ff889065cd73900","status":"passed","time":{"start":1714492987118,"stop":1714492987119,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ae2224888fa1b0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ae2224888fa1b0e","status":"passed","time":{"start":1714494739119,"stop":1714494739120,"duration":1}},{"uid":"81cdadc225089c5b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/81cdadc225089c5b","status":"passed","time":{"start":1714492817320,"stop":1714492817320,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"56c2affe88a99214","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56c2affe88a99214","status":"passed","time":{"start":1714494482347,"stop":1714494482348,"duration":1}},{"uid":"d4432cada4bcec05","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4432cada4bcec05","status":"passed","time":{"start":1714492591360,"stop":1714492591360,"duration":0}}]},"cd14dfc1b67126624a60ac64c358c73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc3237ac1dafd6ec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fc3237ac1dafd6ec","status":"passed","time":{"start":1714494848657,"stop":1714494848657,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e2535299aaebdea3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e2535299aaebdea3","status":"passed","time":{"start":1714494305186,"stop":1714494305186,"duration":0}}]},"f3e44dbc0166bb1fd9b9889ba11c8886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3ac43a0e76eb1dfe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3ac43a0e76eb1dfe","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"100ce56a676c8804","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/100ce56a676c8804","status":"passed","time":{"start":1714492380862,"stop":1714492380863,"duration":1}}]},"09b668d37ba339160cbe0adc808936ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2bd0a9dca9dfc36c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2bd0a9dca9dfc36c","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"7b957575c0025ae4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b957575c0025ae4","status":"passed","time":{"start":1714492380865,"stop":1714492380866,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a775c0a4389c4800","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a775c0a4389c4800","status":"passed","time":{"start":1714494482346,"stop":1714494482346,"duration":0}},{"uid":"cdfa6ab72c0de8cd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdfa6ab72c0de8cd","status":"passed","time":{"start":1714492591356,"stop":1714492591359,"duration":3}}]},"2ab8b1e56a505b61194b0126f566771f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ac2eb0482fc0257","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ac2eb0482fc0257","status":"passed","time":{"start":1714494788147,"stop":1714494788147,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6ce05dc74eed696","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ce05dc74eed696","status":"passed","time":{"start":1714494305185,"stop":1714494305185,"duration":0}}]},"aa667aabf6345fbe4e97a8e67952bb75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b1ff0b9b1c292c09","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b1ff0b9b1c292c09","status":"passed","time":{"start":1714494840034,"stop":1714494840035,"duration":1}},{"uid":"5d186362847c2100","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d186362847c2100","status":"passed","time":{"start":1714492923663,"stop":1714492923664,"duration":1}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f4a969c3755a6238","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4a969c3755a6238","status":"passed","time":{"start":1714494876055,"stop":1714494876056,"duration":1}},{"uid":"ae56ef1c6405ac3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ae56ef1c6405ac3","status":"passed","time":{"start":1714492961694,"stop":1714492961695,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2ab2fe1f96241fd7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ab2fe1f96241fd7","status":"passed","time":{"start":1714494482332,"stop":1714494482332,"duration":0}},{"uid":"a1e2ba25c90750f5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a1e2ba25c90750f5","status":"passed","time":{"start":1714492591350,"stop":1714492591351,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6c7fa6d9208bcd92","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c7fa6d9208bcd92","status":"passed","time":{"start":1714494791259,"stop":1714494791259,"duration":0}},{"uid":"1856b543498ad726","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1856b543498ad726","status":"passed","time":{"start":1714492870712,"stop":1714492870712,"duration":0}}]},"11979150429dab6cdfe58e2b19df299b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee8696a71f68032b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ee8696a71f68032b","status":"passed","time":{"start":1714494848658,"stop":1714494848659,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c1999cb2f1d300bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c1999cb2f1d300bf","status":"passed","time":{"start":1714494785918,"stop":1714494785918,"duration":0}},{"uid":"a393e0004626c280","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a393e0004626c280","status":"passed","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f66cc2f3a5d6cda6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f66cc2f3a5d6cda6","status":"passed","time":{"start":1714494735255,"stop":1714494735255,"duration":0}},{"uid":"176ad6027b3df944","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/176ad6027b3df944","status":"passed","time":{"start":1714492814921,"stop":1714492814922,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"76b4f8d5602d1b50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76b4f8d5602d1b50","status":"passed","time":{"start":1714494785913,"stop":1714494785913,"duration":0}},{"uid":"b2606950fba1af5f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2606950fba1af5f","status":"passed","time":{"start":1714492898569,"stop":1714492898569,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77df53d4b2dc6e60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/77df53d4b2dc6e60","status":"passed","time":{"start":1714494838845,"stop":1714494838845,"duration":0}},{"uid":"1879ceae6e82568a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1879ceae6e82568a","status":"passed","time":{"start":1714492985763,"stop":1714492985763,"duration":0}}]},"d1e899bb77cffe1b4eac08cc549c7c8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8453c0d2ab42aa1a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8453c0d2ab42aa1a","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"c04699933544143a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c04699933544143a","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"70a767e4b930526214fbc0ed1d3d34cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"f57ff0fcdc8fd9fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f57ff0fcdc8fd9fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786057,"duration":0}},{"uid":"2225250ae64fd705","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2225250ae64fd705","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860589,"stop":1714492860589,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"981cec14bb11d6ab","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/981cec14bb11d6ab","status":"passed","time":{"start":1714494536934,"stop":1714494536934,"duration":0}},{"uid":"6086cae5134c003f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6086cae5134c003f","status":"passed","time":{"start":1714492635269,"stop":1714492635270,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"14d3ca1324fb1949","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14d3ca1324fb1949","status":"passed","time":{"start":1714494500288,"stop":1714494500289,"duration":1}},{"uid":"15578ce15265f1e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/15578ce15265f1e8","status":"passed","time":{"start":1714492591446,"stop":1714492591447,"duration":1}}]},"7053434ba6ebd8643e423028b66574c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e4c4b4dba7b63e3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9e4c4b4dba7b63e3","status":"passed","time":{"start":1714492898558,"stop":1714492898558,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"46f2b5f8ff0b0c18","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46f2b5f8ff0b0c18","status":"passed","time":{"start":1714494370501,"stop":1714494370504,"duration":3}},{"uid":"531117c3205ce0b6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/531117c3205ce0b6","status":"passed","time":{"start":1714492459794,"stop":1714492459795,"duration":1}}]},"f5de8d16284f4a682642eccfd19248cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45bdfe2b82097fa1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/45bdfe2b82097fa1","status":"passed","time":{"start":1714492932190,"stop":1714492932191,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6b214babaeded62c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6b214babaeded62c","status":"passed","time":{"start":1714494284790,"stop":1714494284791,"duration":1}},{"uid":"30860de2400b29ee","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30860de2400b29ee","status":"passed","time":{"start":1714492388866,"stop":1714492388867,"duration":1}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"296ad272c30f1e41","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/296ad272c30f1e41","status":"passed","time":{"start":1714494500291,"stop":1714494500291,"duration":0}},{"uid":"dfa705678bb5150e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dfa705678bb5150e","status":"passed","time":{"start":1714492591473,"stop":1714492591473,"duration":0}}]},"9f5ff7901f94364426cfffb4185e6ca1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e63432a1a601ba4f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e63432a1a601ba4f","status":"passed","time":{"start":1714494785902,"stop":1714494785902,"duration":0}}]},"9b912eb17e0cc806bd9aa68887eb10b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"59638c11fe6db7bb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/59638c11fe6db7bb","status":"passed","time":{"start":1714494276805,"stop":1714494276805,"duration":0}},{"uid":"db85d4a553ba7921","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db85d4a553ba7921","status":"passed","time":{"start":1714492380858,"stop":1714492380858,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44dfb9d9ccfcb4db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/44dfb9d9ccfcb4db","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"ec76d9a2d1e93f37","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec76d9a2d1e93f37","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9e3f87e53c9f3c37","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9e3f87e53c9f3c37","status":"passed","time":{"start":1714494735256,"stop":1714494735257,"duration":1}},{"uid":"1bfb2e5a3b02dc83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1bfb2e5a3b02dc83","status":"passed","time":{"start":1714492814923,"stop":1714492814924,"duration":1}}]},"d6d5ab4735c0181a09b96a3e17937622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67c3abba26b62808","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/67c3abba26b62808","status":"passed","time":{"start":1714494785915,"stop":1714494785915,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ada8becba22f0c61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ada8becba22f0c61","status":"passed","time":{"start":1714494785904,"stop":1714494785905,"duration":1}},{"uid":"9a09179fb60ad069","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a09179fb60ad069","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b40887cc811bc67","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b40887cc811bc67","status":"passed","time":{"start":1714494735278,"stop":1714494735279,"duration":1}},{"uid":"6e1d569db5f01eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6e1d569db5f01eb","status":"passed","time":{"start":1714492814946,"stop":1714492814947,"duration":1}}]},"bdebce4ad2c8da506a8cff55ee55b560:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50362fc4a3cd3a09","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50362fc4a3cd3a09","status":"passed","time":{"start":1714492923651,"stop":1714492923652,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"14be827386c92a11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14be827386c92a11","status":"passed","time":{"start":1714494602390,"stop":1714494602390,"duration":0}},{"uid":"f28b9ab8e5bc13ae","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f28b9ab8e5bc13ae","status":"passed","time":{"start":1714492686294,"stop":1714492686295,"duration":1}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"51f959512ed78471","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51f959512ed78471","status":"passed","time":{"start":1714494802222,"stop":1714494802223,"duration":1}},{"uid":"dae731d5cb694b19","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dae731d5cb694b19","status":"passed","time":{"start":1714492887588,"stop":1714492887588,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2648b71097aacf10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2648b71097aacf10","status":"passed","time":{"start":1714494837579,"stop":1714494837580,"duration":1}},{"uid":"d0a4cfd18e614d9d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d0a4cfd18e614d9d","status":"passed","time":{"start":1714492927143,"stop":1714492927144,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a3ce307a0ec90f94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a3ce307a0ec90f94","status":"passed","time":{"start":1714494735260,"stop":1714494735261,"duration":1}},{"uid":"51ae58b8030bdb14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51ae58b8030bdb14","status":"passed","time":{"start":1714492814942,"stop":1714492814943,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"85d47f9ebed8b815","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85d47f9ebed8b815","status":"passed","time":{"start":1714494301220,"stop":1714494301220,"duration":0}},{"uid":"449b6c4c6bea34f9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/449b6c4c6bea34f9","status":"passed","time":{"start":1714492405128,"stop":1714492405129,"duration":1}}]},"54abfe08d33c4a35d94bfd1c2d4a82fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b0265c3fcb4876e4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0265c3fcb4876e4","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"acc28592bccb1ee9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acc28592bccb1ee9","status":"passed","time":{"start":1714492380864,"stop":1714492380864,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3dfd8a52edf78b6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3dfd8a52edf78b6b","status":"passed","time":{"start":1714494571269,"stop":1714494571270,"duration":1}},{"uid":"d07c62dd0915411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d07c62dd0915411","status":"passed","time":{"start":1714492678669,"stop":1714492678670,"duration":1}}]},"464594f7e93971edcfa3af034bbc340a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52307701bd17f9e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/52307701bd17f9e","status":"passed","time":{"start":1714494840005,"stop":1714494840005,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8951785c9707dbe1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8951785c9707dbe1","status":"passed","time":{"start":1714494908939,"stop":1714494908939,"duration":0}},{"uid":"3e247a6b821d666a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e247a6b821d666a","status":"passed","time":{"start":1714492995228,"stop":1714492995229,"duration":1}}]},"cc10d7e134573a26472b3ccfb8b12e4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f85c0a96af0fdc10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f85c0a96af0fdc10","status":"passed","time":{"start":1714494840007,"stop":1714494840007,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d1b5783cc7499dac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1b5783cc7499dac","status":"passed","time":{"start":1714494351413,"stop":1714494351414,"duration":1}},{"uid":"da18f6c630fce5b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da18f6c630fce5b2","status":"passed","time":{"start":1714492441818,"stop":1714492441818,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e358a4ba2b4abf9a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e358a4ba2b4abf9a","status":"passed","time":{"start":1714494285528,"stop":1714494285528,"duration":0}},{"uid":"dabfaef586a33279","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dabfaef586a33279","status":"passed","time":{"start":1714492389342,"stop":1714492389342,"duration":0}}]},"e0683c384e048734afd5c7e99cd7eb66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d9d3fa887a84f11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1d9d3fa887a84f11","status":"passed","time":{"start":1714494840005,"stop":1714494840006,"duration":1}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac804102dbd02019","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac804102dbd02019","status":"passed","time":{"start":1714494838850,"stop":1714494838850,"duration":0}},{"uid":"f52b897657548717","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f52b897657548717","status":"passed","time":{"start":1714492985768,"stop":1714492985768,"duration":0}}]},"1dd97cca9ae648eee9d1a521bc96be95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"139ba6da50f38cea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/139ba6da50f38cea","status":"passed","time":{"start":1714494848659,"stop":1714494848659,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c756a93eeef21b86","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c756a93eeef21b86","status":"passed","time":{"start":1714494838855,"stop":1714494838855,"duration":0}},{"uid":"3845de303d4486c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3845de303d4486c8","status":"passed","time":{"start":1714492985775,"stop":1714492985776,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"369305e052194651","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/369305e052194651","status":"passed","time":{"start":1714494838847,"stop":1714494838847,"duration":0}},{"uid":"c61c0d349b2b6e10","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c61c0d349b2b6e10","status":"passed","time":{"start":1714492985765,"stop":1714492985766,"duration":1}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3186220334493b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3186220334493b","status":"passed","time":{"start":1714494837580,"stop":1714494837580,"duration":0}},{"uid":"bba3cb0a47e34605","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bba3cb0a47e34605","status":"passed","time":{"start":1714492927144,"stop":1714492927145,"duration":1}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f8a3d488d44f369e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f8a3d488d44f369e","status":"passed","time":{"start":1714494482311,"stop":1714494482311,"duration":0}},{"uid":"206a6a7b591da8a4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/206a6a7b591da8a4","status":"passed","time":{"start":1714492591341,"stop":1714492591341,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d2ddfee8ad2c69c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d2ddfee8ad2c69c7","status":"passed","time":{"start":1714494328710,"stop":1714494328712,"duration":2}},{"uid":"3b94c1faae68892f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b94c1faae68892f","status":"passed","time":{"start":1714492428459,"stop":1714492428465,"duration":6}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33a04b1685cadb3a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/33a04b1685cadb3a","status":"passed","time":{"start":1714494954436,"stop":1714494954436,"duration":0}},{"uid":"dc479954826b8bc1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc479954826b8bc1","status":"passed","time":{"start":1714493052132,"stop":1714493052132,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fcaa9c1f7ffab50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fcaa9c1f7ffab50","status":"passed","time":{"start":1714494351411,"stop":1714494351411,"duration":0}},{"uid":"99805d165c005aa9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/99805d165c005aa9","status":"passed","time":{"start":1714492441817,"stop":1714492441817,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2c9f0b5b946db5ce","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c9f0b5b946db5ce","status":"passed","time":{"start":1714494788149,"stop":1714494788149,"duration":0}},{"uid":"a48aa8ee34a93f85","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a48aa8ee34a93f85","status":"passed","time":{"start":1714492860435,"stop":1714492860435,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b4dba5ed3f7f6000","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b4dba5ed3f7f6000","status":"passed","time":{"start":1714494785900,"stop":1714494785901,"duration":1}},{"uid":"1a109f6a103b38ee","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a109f6a103b38ee","status":"passed","time":{"start":1714492898557,"stop":1714492898557,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18717400e92744a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18717400e92744a2","status":"passed","time":{"start":1714494373386,"stop":1714494373387,"duration":1}},{"uid":"61a564ede477d417","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/61a564ede477d417","status":"passed","time":{"start":1714492481134,"stop":1714492481134,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f8f5932c8fa0361","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1f8f5932c8fa0361","status":"passed","time":{"start":1714494285533,"stop":1714494285533,"duration":0}},{"uid":"71690e6a95685fcf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71690e6a95685fcf","status":"passed","time":{"start":1714492389347,"stop":1714492389347,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ebab3a7f3f18d49","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ebab3a7f3f18d49","status":"passed","time":{"start":1714494594465,"stop":1714494594465,"duration":0}},{"uid":"ac17419f7481260a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ac17419f7481260a","status":"passed","time":{"start":1714492694598,"stop":1714492694599,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"478294002ea1ea2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/478294002ea1ea2f","status":"passed","time":{"start":1714494954434,"stop":1714494954435,"duration":1}},{"uid":"b73f6e4b26fdc33e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b73f6e4b26fdc33e","status":"passed","time":{"start":1714493052131,"stop":1714493052131,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eae1c14ce87dc041","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eae1c14ce87dc041","status":"passed","time":{"start":1714494301033,"stop":1714494301033,"duration":0}},{"uid":"e079a81a98a0aa81","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e079a81a98a0aa81","status":"passed","time":{"start":1714492404786,"stop":1714492404786,"duration":0}}]},"25ed73b38b727f2f31ccee038cd5a891:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c35bd333e79e689","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c35bd333e79e689","status":"passed","time":{"start":1714494788146,"stop":1714494788146,"duration":0}}]},"9ca7fcbe59c18c8a340098c69b31c2f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"172732ec5729e7b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/172732ec5729e7b5","status":"passed","time":{"start":1714494500292,"stop":1714494500293,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"99ae4b5af65a9967","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/99ae4b5af65a9967","status":"passed","time":{"start":1714494838846,"stop":1714494838846,"duration":0}},{"uid":"6d3f9f876be998e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6d3f9f876be998e","status":"passed","time":{"start":1714492985765,"stop":1714492985765,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1cbaab20def3a2d9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1cbaab20def3a2d9","status":"passed","time":{"start":1714494838835,"stop":1714494838835,"duration":0}},{"uid":"f54bc1aed67f039f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f54bc1aed67f039f","status":"passed","time":{"start":1714492985719,"stop":1714492985720,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7a937a6c6446566f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a937a6c6446566f","status":"passed","time":{"start":1714494310951,"stop":1714494310952,"duration":1}},{"uid":"c4a0d645c5f81894","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c4a0d645c5f81894","status":"passed","time":{"start":1714492410936,"stop":1714492410936,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f960a54b23bcf955","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f960a54b23bcf955","status":"passed","time":{"start":1714494954444,"stop":1714494954444,"duration":0}},{"uid":"d3d957dfcb0c8d3b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3d957dfcb0c8d3b","status":"passed","time":{"start":1714493052140,"stop":1714493052140,"duration":0}}]},"6f9b8facd3ab33e26bd609df8f0e4b8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a15adbd6d899de35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a15adbd6d899de35","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"ab0867274d6ef304","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab0867274d6ef304","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4e4b86c11ee8a3b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4e4b86c11ee8a3b1","status":"passed","time":{"start":1714494785911,"stop":1714494785911,"duration":0}},{"uid":"f1e7bcf7e23fa5f1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1e7bcf7e23fa5f1","status":"passed","time":{"start":1714492898567,"stop":1714492898567,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7e6d861d1a002aac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7e6d861d1a002aac","status":"passed","time":{"start":1714494571255,"stop":1714494571255,"duration":0}},{"uid":"66481cab1c83e768","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/66481cab1c83e768","status":"passed","time":{"start":1714492678638,"stop":1714492678639,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f2581cea1f76f5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2f2581cea1f76f5a","status":"passed","time":{"start":1714494907381,"stop":1714494907382,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"706fec7893d5b013","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/706fec7893d5b013","status":"passed","time":{"start":1714494838851,"stop":1714494838851,"duration":0}},{"uid":"a31214a8f687e7dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a31214a8f687e7dd","status":"passed","time":{"start":1714492985770,"stop":1714492985770,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1f98f04fa317cf1b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1f98f04fa317cf1b","status":"passed","time":{"start":1714494312954,"stop":1714494312955,"duration":1}},{"uid":"f81870b7a1277e88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f81870b7a1277e88","status":"passed","time":{"start":1714492412936,"stop":1714492412936,"duration":0}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef5340afa3a05047","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef5340afa3a05047","status":"passed","time":{"start":1714494883922,"stop":1714494883922,"duration":0}},{"uid":"8e550b4dcbfcfa4b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8e550b4dcbfcfa4b","status":"passed","time":{"start":1714492982050,"stop":1714492982062,"duration":12}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"45c7366400deba22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/45c7366400deba22","status":"passed","time":{"start":1714494838843,"stop":1714494838844,"duration":1}},{"uid":"f238afc74b0d2987","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f238afc74b0d2987","status":"passed","time":{"start":1714492985750,"stop":1714492985751,"duration":1}}]},"936bf90dd7f1de7084d676f9d82ec062:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a8cc9647402aee7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a8cc9647402aee7","status":"passed","time":{"start":1714492591475,"stop":1714492591475,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fedf5b105d31cc52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fedf5b105d31cc52","status":"passed","time":{"start":1714494277048,"stop":1714494277049,"duration":1}},{"uid":"eff520c7ba61963e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eff520c7ba61963e","status":"passed","time":{"start":1714492380913,"stop":1714492380913,"duration":0}}]},"0976bba8abd9a3d334de8c15bb26aed0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"72adb27cba5d7f37","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72adb27cba5d7f37","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"b48ea88d8d5cebdf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b48ea88d8d5cebdf","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"426eca969381a3fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/426eca969381a3fd","status":"passed","time":{"start":1714494571261,"stop":1714494571262,"duration":1}},{"uid":"98c7d3c6d267b067","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98c7d3c6d267b067","status":"passed","time":{"start":1714492678655,"stop":1714492678656,"duration":1}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c8a441dfddc90826","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8a441dfddc90826","status":"passed","time":{"start":1714494838840,"stop":1714494838840,"duration":0}},{"uid":"9012730fcd33f13f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9012730fcd33f13f","status":"passed","time":{"start":1714492985741,"stop":1714492985741,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d5a50d33c0e68fc0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5a50d33c0e68fc0","status":"passed","time":{"start":1714494482341,"stop":1714494482341,"duration":0}},{"uid":"aae5d58d23e6d89b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aae5d58d23e6d89b","status":"passed","time":{"start":1714492591353,"stop":1714492591354,"duration":1}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c3a7ad2a75dd6da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7c3a7ad2a75dd6da","status":"passed","time":{"start":1714494785899,"stop":1714494785900,"duration":1}},{"uid":"bdf172923c52fc6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bdf172923c52fc6b","status":"passed","time":{"start":1714492898556,"stop":1714492898557,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fd1d4136ad5d492b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fd1d4136ad5d492b","status":"passed","time":{"start":1714494482349,"stop":1714494482349,"duration":0}},{"uid":"ec39ad6a90b7d485","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec39ad6a90b7d485","status":"passed","time":{"start":1714492591364,"stop":1714492591364,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"48cf08277b6e3bc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48cf08277b6e3bc","status":"passed","time":{"start":1714494785905,"stop":1714494785906,"duration":1}},{"uid":"ff959939a21ce72c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff959939a21ce72c","status":"passed","time":{"start":1714492898561,"stop":1714492898561,"duration":0}}]},"78b3a666f207572d190f4896b5a6437c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa3619308f6627e9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa3619308f6627e9","status":"passed","time":{"start":1714492985777,"stop":1714492985778,"duration":1}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"721703d396bed489","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/721703d396bed489","status":"passed","time":{"start":1714494482333,"stop":1714494482333,"duration":0}},{"uid":"fccb2797e18ab2e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fccb2797e18ab2e8","status":"passed","time":{"start":1714492591351,"stop":1714492591351,"duration":0}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6a7e28987e1115a0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6a7e28987e1115a0","status":"passed","time":{"start":1714494594467,"stop":1714494594467,"duration":0}},{"uid":"4aaef132f5e51166","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4aaef132f5e51166","status":"passed","time":{"start":1714492694601,"stop":1714492694601,"duration":0}}]},"1196664435deb299f57ceb88a3a8a78e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fe1f7d552b1a80f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe1f7d552b1a80f9","status":"passed","time":{"start":1714494276819,"stop":1714494276820,"duration":1}},{"uid":"e26d2f7c268512de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e26d2f7c268512de","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"630dff434307c528","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/630dff434307c528","status":"passed","time":{"start":1714494285527,"stop":1714494285527,"duration":0}},{"uid":"c04f3f8ab5fd3c80","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c04f3f8ab5fd3c80","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c142270da7244860","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c142270da7244860","status":"passed","time":{"start":1714494760925,"stop":1714494760925,"duration":0}},{"uid":"4c76cdf6cdc7bb62","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4c76cdf6cdc7bb62","status":"passed","time":{"start":1714492834199,"stop":1714492834200,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aa5f2996a8e9667b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa5f2996a8e9667b","status":"passed","time":{"start":1714494368386,"stop":1714494368386,"duration":0}},{"uid":"5f23ee545fb21416","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5f23ee545fb21416","status":"passed","time":{"start":1714492468980,"stop":1714492468989,"duration":9}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fc63b90af275bafd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fc63b90af275bafd","status":"passed","time":{"start":1714494500294,"stop":1714494500294,"duration":0}},{"uid":"910ef38c6eae4312","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/910ef38c6eae4312","status":"passed","time":{"start":1714492591534,"stop":1714492591535,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"10604e6d4f3bac34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10604e6d4f3bac34","status":"passed","time":{"start":1714494791236,"stop":1714494791237,"duration":1}},{"uid":"d0d5fb466af00f38","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d0d5fb466af00f38","status":"passed","time":{"start":1714492870702,"stop":1714492870703,"duration":1}}]},"8acb42b16d8cea5732b9be877d9c9731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"548b917ccd226e6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/548b917ccd226e6","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"b35cc82a9dc47b00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b35cc82a9dc47b00","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"457e7964d2ecdb67","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/457e7964d2ecdb67","status":"passed","time":{"start":1714494312954,"stop":1714494312954,"duration":0}},{"uid":"4eb889ec4679e896","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eb889ec4679e896","status":"passed","time":{"start":1714492412936,"stop":1714492412936,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6e53c5fe7a6a10b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6e53c5fe7a6a10b","status":"passed","time":{"start":1714494785893,"stop":1714494785895,"duration":2}},{"uid":"1c078d171c351106","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c078d171c351106","status":"passed","time":{"start":1714492898554,"stop":1714492898555,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"12f71c02abc8ed45","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/12f71c02abc8ed45","status":"passed","time":{"start":1714494735304,"stop":1714494735305,"duration":1}},{"uid":"f00bacd4971ca426","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f00bacd4971ca426","status":"passed","time":{"start":1714492814975,"stop":1714492814992,"duration":17}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5a19dd08f94c627","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5a19dd08f94c627","status":"passed","time":{"start":1714494285520,"stop":1714494285524,"duration":4}},{"uid":"393b375226cc68a6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/393b375226cc68a6","status":"passed","time":{"start":1714492389333,"stop":1714492389334,"duration":1}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"66dfdfd95826a445","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66dfdfd95826a445","status":"passed","time":{"start":1714494954448,"stop":1714494954449,"duration":1}},{"uid":"cebb7470fc8485f1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cebb7470fc8485f1","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4bccbc323463f3b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4bccbc323463f3b7","status":"passed","time":{"start":1714494926190,"stop":1714494926190,"duration":0}},{"uid":"746ab31bf7407848","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/746ab31bf7407848","status":"passed","time":{"start":1714493011867,"stop":1714493011867,"duration":0}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19b495fe1d1cdd3b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/19b495fe1d1cdd3b","status":"passed","time":{"start":1714494305187,"stop":1714494305187,"duration":0}}]},"3de2eba7a62ee9ed5cdf8a86f8718f30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f403e41aca402298","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f403e41aca402298","status":"passed","time":{"start":1714494276805,"stop":1714494276806,"duration":1}},{"uid":"842cce64fe6bf0d5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/842cce64fe6bf0d5","status":"passed","time":{"start":1714492380859,"stop":1714492380860,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5463cb9282f21a0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5463cb9282f21a0c","status":"passed","time":{"start":1714494401270,"stop":1714494401270,"duration":0}},{"uid":"4ba7d637e711b975","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ba7d637e711b975","status":"passed","time":{"start":1714492501445,"stop":1714492501446,"duration":1}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"611254e5724b84cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/611254e5724b84cb","status":"passed","time":{"start":1714494764687,"stop":1714494764688,"duration":1}},{"uid":"8c6329a505d95383","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8c6329a505d95383","status":"passed","time":{"start":1714492842571,"stop":1714492842572,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f9da306d1817acc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f9da306d1817acc6","status":"passed","time":{"start":1714494785903,"stop":1714494785904,"duration":1}},{"uid":"8e28c3af2c9d65f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8e28c3af2c9d65f8","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4f7ab790bd2b00b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f7ab790bd2b00b4","status":"passed","time":{"start":1714494735303,"stop":1714494735303,"duration":0}},{"uid":"d267e46066a458f6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d267e46066a458f6","status":"passed","time":{"start":1714492814973,"stop":1714492814973,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"560555d924c64795","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/560555d924c64795","status":"passed","time":{"start":1714494335555,"stop":1714494335556,"duration":1}},{"uid":"40368bd4da09055b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/40368bd4da09055b","status":"passed","time":{"start":1714492436194,"stop":1714492436195,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6f484abb7fe2863","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6f484abb7fe2863","status":"passed","time":{"start":1714494351409,"stop":1714494351410,"duration":1}},{"uid":"dc0873f184f4f888","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc0873f184f4f888","status":"passed","time":{"start":1714492441815,"stop":1714492441816,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cd046dff9d85002b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cd046dff9d85002b","status":"passed","time":{"start":1714494401266,"stop":1714494401266,"duration":0}},{"uid":"c888ef698ecbb45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c888ef698ecbb45","status":"passed","time":{"start":1714492501440,"stop":1714492501441,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ff54dcd7353a1cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ff54dcd7353a1cb","status":"passed","time":{"start":1714494785909,"stop":1714494785909,"duration":0}},{"uid":"5b93240dccd04bdb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b93240dccd04bdb","status":"passed","time":{"start":1714492898564,"stop":1714492898565,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5f35ff907d2b62ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5f35ff907d2b62ae","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"98aebc97e37e1a87","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98aebc97e37e1a87","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3aa90c584478d5cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3aa90c584478d5cf","status":"passed","time":{"start":1714494310955,"stop":1714494310955,"duration":0}},{"uid":"3e2ebeffc112e0b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e2ebeffc112e0b9","status":"passed","time":{"start":1714492410939,"stop":1714492410939,"duration":0}}]},"34a5ad71b322e8d9f9d7e3491fd9ed30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"29dfd5d292ea2f4b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/29dfd5d292ea2f4b","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"432c189161b68653","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/432c189161b68653","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1951f3525cf7b29e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1951f3525cf7b29e","status":"passed","time":{"start":1714494293814,"stop":1714494293814,"duration":0}},{"uid":"f7ac4ed74ddaeb97","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f7ac4ed74ddaeb97","status":"passed","time":{"start":1714492397607,"stop":1714492397607,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18c4c20aca144d3a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18c4c20aca144d3a","status":"passed","time":{"start":1714494482340,"stop":1714494482340,"duration":0}},{"uid":"9b4ba55e072b8233","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b4ba55e072b8233","status":"passed","time":{"start":1714492591353,"stop":1714492591353,"duration":0}}]},"2681a8c442cffadecc8bb1de0e600532:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d609d602f09009a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d609d602f09009a7","status":"passed","time":{"start":1714492898558,"stop":1714492898558,"duration":0}}]},"262bfb6950cf3e4e0b89ddc41ae29436:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c72acfa8e1b744cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c72acfa8e1b744cf","status":"passed","time":{"start":1714494276807,"stop":1714494276808,"duration":1}},{"uid":"6af9430dc380629c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6af9430dc380629c","status":"passed","time":{"start":1714492380861,"stop":1714492380861,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6e332d8f5dfed659","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e332d8f5dfed659","status":"passed","time":{"start":1714494954432,"stop":1714494954432,"duration":0}},{"uid":"c3ff4673baedd8bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c3ff4673baedd8bb","status":"passed","time":{"start":1714493052128,"stop":1714493052128,"duration":0}}]},"d8ea51ba5162ac56a42069e5b6679119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5500cd77812702dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5500cd77812702dc","status":"passed","time":{"start":1714494276806,"stop":1714494276807,"duration":1}},{"uid":"390282fe771555d1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/390282fe771555d1","status":"passed","time":{"start":1714492380860,"stop":1714492380860,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"752ae88d5dc1ef22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/752ae88d5dc1ef22","status":"passed","time":{"start":1714494351410,"stop":1714494351411,"duration":1}},{"uid":"7417115486d78271","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7417115486d78271","status":"passed","time":{"start":1714492441816,"stop":1714492441816,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"95a1aea87485d256","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/95a1aea87485d256","status":"passed","time":{"start":1714494788150,"stop":1714494788151,"duration":1}},{"uid":"3fbd1ebd1712d3e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3fbd1ebd1712d3e","status":"passed","time":{"start":1714492860437,"stop":1714492860437,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"90189f8feebbc6e3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90189f8feebbc6e3","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"7e2bc41285c328af","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e2bc41285c328af","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4a79be9da57bacf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a79be9da57bacf","status":"passed","time":{"start":1714494620619,"stop":1714494620620,"duration":1}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9b640441c28b9a3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9b640441c28b9a3","status":"passed","time":{"start":1714494301219,"stop":1714494301220,"duration":1}},{"uid":"3584169a241ebcb6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3584169a241ebcb6","status":"passed","time":{"start":1714492405128,"stop":1714492405128,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"71def7114d8495dd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71def7114d8495dd","status":"passed","time":{"start":1714494500292,"stop":1714494500292,"duration":0}},{"uid":"4dcdbe3859d8e711","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4dcdbe3859d8e711","status":"passed","time":{"start":1714492591474,"stop":1714492591475,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"582df6b1b11bf21f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/582df6b1b11bf21f","status":"passed","time":{"start":1714495063232,"stop":1714495063233,"duration":1}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"13b89232eabf8035","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/13b89232eabf8035","status":"passed","time":{"start":1714494299914,"stop":1714494299914,"duration":0}},{"uid":"d571003e78c7ec8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d571003e78c7ec8","status":"passed","time":{"start":1714492403645,"stop":1714492403646,"duration":1}}]},"f5b22fd29702074fba08733ff426279f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4232a834c03e887e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4232a834c03e887e","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"7187297e0b508659","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7187297e0b508659","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"24fa050d915ffb1f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24fa050d915ffb1f","status":"passed","time":{"start":1714495063234,"stop":1714495063234,"duration":0}}]},"728fdc28cea25fb5463049c1c4c3bf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"51a3babdeb4b189c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51a3babdeb4b189c","status":"passed","time":{"start":1714494276822,"stop":1714494276822,"duration":0}},{"uid":"2d8c50e4ba36fd3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d8c50e4ba36fd3c","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"482429defc24668d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/482429defc24668d","status":"passed","time":{"start":1714494785899,"stop":1714494785899,"duration":0}},{"uid":"e0ac7a9b8df7c5e3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0ac7a9b8df7c5e3","status":"passed","time":{"start":1714492898556,"stop":1714492898556,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"455ffe9a159f778c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/455ffe9a159f778c","status":"passed","time":{"start":1714494335559,"stop":1714494335560,"duration":1}},{"uid":"58b6da58b28b2bf1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58b6da58b28b2bf1","status":"passed","time":{"start":1714492436197,"stop":1714492436198,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ecaf1f2223d6a90","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ecaf1f2223d6a90","status":"passed","time":{"start":1714494571264,"stop":1714494571264,"duration":0}},{"uid":"4982f55662999281","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4982f55662999281","status":"passed","time":{"start":1714492678657,"stop":1714492678658,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7d8d5dd6201b62ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7d8d5dd6201b62ad","status":"passed","time":{"start":1714494300695,"stop":1714494300696,"duration":1}},{"uid":"a8c888b588188e2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8c888b588188e2f","status":"passed","time":{"start":1714492404702,"stop":1714492404703,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"96a4d7d39e8761b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/96a4d7d39e8761b","status":"passed","time":{"start":1714494785910,"stop":1714494785910,"duration":0}},{"uid":"5847ec0fc4e02d2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5847ec0fc4e02d2b","status":"passed","time":{"start":1714492898565,"stop":1714492898566,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6355033e862ba299","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6355033e862ba299","status":"passed","time":{"start":1714494594464,"stop":1714494594464,"duration":0}},{"uid":"5df713f65bed3876","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5df713f65bed3876","status":"passed","time":{"start":1714492694596,"stop":1714492694597,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3c739e9e4a88210b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3c739e9e4a88210b","status":"passed","time":{"start":1714494284818,"stop":1714494284818,"duration":0}},{"uid":"a86a5711abd72dbe","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a86a5711abd72dbe","status":"passed","time":{"start":1714492388606,"stop":1714492388606,"duration":0}}]},"416ba86a99ca566049ce9b2b1bf336c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31f21d551b7cc584","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/31f21d551b7cc584","status":"passed","time":{"start":1714492815000,"stop":1714492815001,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"db4526b7653a82f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db4526b7653a82f9","status":"passed","time":{"start":1714494838847,"stop":1714494838848,"duration":1}},{"uid":"d77b70cfb1b1e9ed","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d77b70cfb1b1e9ed","status":"passed","time":{"start":1714492985766,"stop":1714492985766,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"22d2cffb749606f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/22d2cffb749606f0","status":"passed","time":{"start":1714494838856,"stop":1714494838857,"duration":1}},{"uid":"44613284012d7997","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44613284012d7997","status":"passed","time":{"start":1714492985779,"stop":1714492985779,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dbbceeb990eec323","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dbbceeb990eec323","status":"passed","time":{"start":1714494290036,"stop":1714494290036,"duration":0}},{"uid":"5636efe4e582bb00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5636efe4e582bb00","status":"passed","time":{"start":1714492394076,"stop":1714492394076,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"76c7f94f5cd2ed5f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76c7f94f5cd2ed5f","status":"passed","time":{"start":1714494571517,"stop":1714494571518,"duration":1}},{"uid":"1c7a74006af4c9dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c7a74006af4c9dc","status":"passed","time":{"start":1714492678754,"stop":1714492678754,"duration":0}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1710a605c44fa942","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1710a605c44fa942","status":"passed","time":{"start":1714494312953,"stop":1714494312954,"duration":1}},{"uid":"d4f2fdfca8b7add2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4f2fdfca8b7add2","status":"passed","time":{"start":1714492412935,"stop":1714492412935,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"4b7ae87b93c70371","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b7ae87b93c70371","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785919,"stop":1714494785919,"duration":0}},{"uid":"4fd461ab9a88402f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4fd461ab9a88402f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e2640fc237924136","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e2640fc237924136","status":"passed","time":{"start":1714494838847,"stop":1714494838847,"duration":0}},{"uid":"65d903f5f9fab152","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/65d903f5f9fab152","status":"passed","time":{"start":1714492985765,"stop":1714492985765,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a09d96afd6391024","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a09d96afd6391024","status":"passed","time":{"start":1714494482321,"stop":1714494482321,"duration":0}},{"uid":"cc73394f7ced63e6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc73394f7ced63e6","status":"passed","time":{"start":1714492591345,"stop":1714492591345,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fb59be9b1405dec7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fb59be9b1405dec7","status":"passed","time":{"start":1714494735256,"stop":1714494735256,"duration":0}},{"uid":"b02ceb5218ece59f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b02ceb5218ece59f","status":"passed","time":{"start":1714492814922,"stop":1714492814923,"duration":1}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cb4ec790630fe729","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cb4ec790630fe729","status":"passed","time":{"start":1714494788144,"stop":1714494788144,"duration":0}},{"uid":"82141acb12e33cbd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82141acb12e33cbd","status":"passed","time":{"start":1714492860431,"stop":1714492860431,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"85599f15a06286d5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85599f15a06286d5","status":"passed","time":{"start":1714494802223,"stop":1714494802223,"duration":0}},{"uid":"cc287ed0cd0a568b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc287ed0cd0a568b","status":"passed","time":{"start":1714492887588,"stop":1714492887589,"duration":1}}]},"93fa89f84cbcfbfb8dc1f401a5370f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"627537ecdd1e1a9c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/627537ecdd1e1a9c","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"2125dbdc3856a545","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2125dbdc3856a545","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e43d7f6432bf422d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e43d7f6432bf422d","status":"passed","time":{"start":1714494285532,"stop":1714494285532,"duration":0}},{"uid":"d34b800df966d89e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d34b800df966d89e","status":"passed","time":{"start":1714492389346,"stop":1714492389346,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8ad1d45c8b4cdb09","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ad1d45c8b4cdb09","status":"passed","time":{"start":1714494285530,"stop":1714494285531,"duration":1}},{"uid":"21829b7be0ebe1b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/21829b7be0ebe1b","status":"passed","time":{"start":1714492389345,"stop":1714492389345,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2988c09bc206ce1b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2988c09bc206ce1b","status":"passed","time":{"start":1714494838839,"stop":1714494838839,"duration":0}},{"uid":"4250c065c8e1cbdc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4250c065c8e1cbdc","status":"passed","time":{"start":1714492985729,"stop":1714492985740,"duration":11}}]},"e5bf8edd0c98e330cde6b6efbf3a4690:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"90a2e7243be0b56e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90a2e7243be0b56e","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"482e204e129bb4fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/482e204e129bb4fd","status":"passed","time":{"start":1714492380871,"stop":1714492380872,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"56ade637f64a1a91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56ade637f64a1a91","status":"passed","time":{"start":1714494312954,"stop":1714494312954,"duration":0}},{"uid":"7c24211be2c64ae8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c24211be2c64ae8","status":"passed","time":{"start":1714492412935,"stop":1714492412936,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8e82ca705de1107","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e82ca705de1107","status":"passed","time":{"start":1714494735254,"stop":1714494735254,"duration":0}},{"uid":"705874231570dc25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/705874231570dc25","status":"passed","time":{"start":1714492814920,"stop":1714492814921,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8b9ed116c91c8050","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b9ed116c91c8050","status":"passed","time":{"start":1714494290449,"stop":1714494290449,"duration":0}},{"uid":"bfcfa4a323e8b10","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bfcfa4a323e8b10","status":"passed","time":{"start":1714492394192,"stop":1714492394192,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5fdc33637e0afe69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5fdc33637e0afe69","status":"passed","time":{"start":1714494500282,"stop":1714494500283,"duration":1}},{"uid":"4b88e3157b3b39bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4b88e3157b3b39bd","status":"passed","time":{"start":1714492591434,"stop":1714492591435,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9d5ef135b3ef1c40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d5ef135b3ef1c40","status":"passed","time":{"start":1714494791233,"stop":1714494791235,"duration":2}},{"uid":"5333644f8bf089fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5333644f8bf089fc","status":"passed","time":{"start":1714492870702,"stop":1714492870702,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"94b419264603972b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94b419264603972b","status":"passed","time":{"start":1714494760923,"stop":1714494760923,"duration":0}},{"uid":"55324f520615fa23","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55324f520615fa23","status":"passed","time":{"start":1714492834196,"stop":1714492834197,"duration":1}}]},"cb047d1fae537dfc31b1921263a1d9c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5964fbcd351621b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5964fbcd351621b","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"8f9e59f3a8897a13","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8f9e59f3a8897a13","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18f72f4d8c7021f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18f72f4d8c7021f9","status":"passed","time":{"start":1714494898217,"stop":1714494898217,"duration":0}},{"uid":"30d18225990e37ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30d18225990e37ab","status":"passed","time":{"start":1714492984321,"stop":1714492984322,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"441d4885e540bcaa","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/441d4885e540bcaa","status":"passed","time":{"start":1714494290034,"stop":1714494290035,"duration":1}},{"uid":"c91639cd0d070dc6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c91639cd0d070dc6","status":"passed","time":{"start":1714492394075,"stop":1714492394075,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7b731c2cdad25cbf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b731c2cdad25cbf","status":"passed","time":{"start":1714494284808,"stop":1714494284808,"duration":0}},{"uid":"762dc7f54af23c73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/762dc7f54af23c73","status":"passed","time":{"start":1714492388590,"stop":1714492388591,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6357b4b3a4eb5a5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6357b4b3a4eb5a5","status":"passed","time":{"start":1714494571260,"stop":1714494571261,"duration":1}},{"uid":"cb814a864928b75b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cb814a864928b75b","status":"passed","time":{"start":1714492678650,"stop":1714492678655,"duration":5}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0f2e30dfc6331c6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0f2e30dfc6331c6","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"58528081816b10b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58528081816b10b4","status":"passed","time":{"start":1714493052144,"stop":1714493052144,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"615f33912e1c8c7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/615f33912e1c8c7c","status":"passed","time":{"start":1714494571256,"stop":1714494571256,"duration":0}},{"uid":"ec4a443516d9a1fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec4a443516d9a1fd","status":"passed","time":{"start":1714492678639,"stop":1714492678640,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f0fc026180a08375","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f0fc026180a08375","status":"passed","time":{"start":1714494482348,"stop":1714494482349,"duration":1}},{"uid":"68ab2221079f6e4a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68ab2221079f6e4a","status":"passed","time":{"start":1714492591362,"stop":1714492591364,"duration":2}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f0c4eb0278d355bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f0c4eb0278d355bf","status":"passed","time":{"start":1714494328714,"stop":1714494328715,"duration":1}},{"uid":"87835b167c15550c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/87835b167c15550c","status":"passed","time":{"start":1714492428467,"stop":1714492428468,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"711c48b9e8a28fa9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/711c48b9e8a28fa9","status":"passed","time":{"start":1714494791258,"stop":1714494791259,"duration":1}},{"uid":"ad449a9ec74315ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ad449a9ec74315ab","status":"passed","time":{"start":1714492870712,"stop":1714492870712,"duration":0}}]},"61258855fde06048b020cddf893c5ab4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b97190198ab92186","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b97190198ab92186","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"e0d45fdba9d94a9b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0d45fdba9d94a9b","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"432d988728240036652a4b75ce6c96bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fe9089ae236a603b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe9089ae236a603b","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"c576a350d1d02e17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c576a350d1d02e17","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"5ce96987e5768457cd0c5f01fecdb694:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"570fca8e79f5e205","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/570fca8e79f5e205","status":"passed","time":{"start":1714492860433,"stop":1714492860434,"duration":1}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ddae54c98cf5e6e0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ddae54c98cf5e6e0","status":"passed","time":{"start":1714494908931,"stop":1714494908932,"duration":1}},{"uid":"911495913097e01c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/911495913097e01c","status":"passed","time":{"start":1714492995226,"stop":1714492995227,"duration":1}}]},"b1fd453e6e005940581c6aa2c831379d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a89c5047a542c25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a89c5047a542c25","status":"passed","time":{"start":1714492932198,"stop":1714492932198,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9e12006736774911","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9e12006736774911","status":"passed","time":{"start":1714494413196,"stop":1714494413196,"duration":0}},{"uid":"58e9ed4d264abb5e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58e9ed4d264abb5e","status":"passed","time":{"start":1714492522566,"stop":1714492522567,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4299201fe8242a41","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4299201fe8242a41","status":"passed","time":{"start":1714494311522,"stop":1714494311522,"duration":0}},{"uid":"82c7dd80973aa563","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82c7dd80973aa563","status":"passed","time":{"start":1714492411492,"stop":1714492411492,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f41b1de2a6a510ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f41b1de2a6a510ad","status":"passed","time":{"start":1714494305185,"stop":1714494305185,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9f3223d5efd80237","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f3223d5efd80237","status":"passed","time":{"start":1714494401267,"stop":1714494401268,"duration":1}},{"uid":"25c7e3314cd9e70d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/25c7e3314cd9e70d","status":"passed","time":{"start":1714492501441,"stop":1714492501442,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"845e305efbfd2088","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/845e305efbfd2088","status":"passed","time":{"start":1714494284812,"stop":1714494284812,"duration":0}},{"uid":"7190ded24a961001","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7190ded24a961001","status":"passed","time":{"start":1714492388603,"stop":1714492388603,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18af19724831b235","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18af19724831b235","status":"passed","time":{"start":1714494370504,"stop":1714494370507,"duration":3}},{"uid":"ed0dcf39c0d58dc8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed0dcf39c0d58dc8","status":"passed","time":{"start":1714492459795,"stop":1714492459795,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b98c73e4b6bc3e1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b98c73e4b6bc3e1","status":"passed","time":{"start":1714494735298,"stop":1714494735299,"duration":1}},{"uid":"cdefd21853f57b0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdefd21853f57b0a","status":"passed","time":{"start":1714492814968,"stop":1714492814969,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"35dcd5f3e8874ff4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/35dcd5f3e8874ff4","status":"passed","time":{"start":1714494785905,"stop":1714494785905,"duration":0}},{"uid":"36a992475d58546b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/36a992475d58546b","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d2847e43b707883c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d2847e43b707883c","status":"passed","time":{"start":1714494290447,"stop":1714494290447,"duration":0}},{"uid":"128cdfe6f80853be","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/128cdfe6f80853be","status":"passed","time":{"start":1714492394190,"stop":1714492394190,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f82990fa6aa6b7cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f82990fa6aa6b7cb","status":"passed","time":{"start":1714494536933,"stop":1714494536933,"duration":0}},{"uid":"4a67efbc93149b2d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a67efbc93149b2d","status":"passed","time":{"start":1714492635267,"stop":1714492635267,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af736cb8a9ee626c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af736cb8a9ee626c","status":"passed","time":{"start":1714494954443,"stop":1714494954444,"duration":1}},{"uid":"2e2857b6b41f6e9c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e2857b6b41f6e9c","status":"passed","time":{"start":1714493052139,"stop":1714493052140,"duration":1}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8c051e62ee3f36ac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c051e62ee3f36ac","status":"passed","time":{"start":1714494785889,"stop":1714494785889,"duration":0}},{"uid":"281a66b00749207e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/281a66b00749207e","status":"passed","time":{"start":1714492898553,"stop":1714492898553,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b0b73e4e7780742f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0b73e4e7780742f","status":"passed","time":{"start":1714494954433,"stop":1714494954434,"duration":1}},{"uid":"ba31223c1c03cd0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ba31223c1c03cd0b","status":"passed","time":{"start":1714493052129,"stop":1714493052130,"duration":1}}]},"d11988e1160d3bb2f3801067c4293121:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"36e372f6a922d360","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36e372f6a922d360","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"e09d01a1768d0268","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e09d01a1768d0268","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ca5b7593e183e9be","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ca5b7593e183e9be","status":"passed","time":{"start":1714494482338,"stop":1714494482340,"duration":2}},{"uid":"c96d26d6dce778a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c96d26d6dce778a7","status":"passed","time":{"start":1714492591352,"stop":1714492591353,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"587112cd9d07dc59","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/587112cd9d07dc59","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494788150,"stop":1714494788150,"duration":0}},{"uid":"386700e28e196751","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/386700e28e196751","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860437,"stop":1714492860437,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6fa19ca8e6d91a8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fa19ca8e6d91a8e","status":"passed","time":{"start":1714494500297,"stop":1714494500297,"duration":0}},{"uid":"da61badf498784f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da61badf498784f0","status":"passed","time":{"start":1714492591539,"stop":1714492591539,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"893a3d8d04837e6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/893a3d8d04837e6b","status":"passed","time":{"start":1714494301219,"stop":1714494301219,"duration":0}},{"uid":"b394be4aee751741","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b394be4aee751741","status":"passed","time":{"start":1714492405128,"stop":1714492405128,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee28b26eb4c72971","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ee28b26eb4c72971","status":"passed","time":{"start":1714494305184,"stop":1714494305184,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"94ef4ff3d789ed0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94ef4ff3d789ed0e","status":"passed","time":{"start":1714494735279,"stop":1714494735280,"duration":1}},{"uid":"f750649da66e8001","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f750649da66e8001","status":"passed","time":{"start":1714492814947,"stop":1714492814948,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d0232418f2bed692","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d0232418f2bed692","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"c2ac8987f392ed42","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c2ac8987f392ed42","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"090e9186081c0faf37ab26aab123ad0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"38bc21baa5a8dadf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/38bc21baa5a8dadf","status":"passed","time":{"start":1714494276823,"stop":1714494276824,"duration":1}},{"uid":"692b760b4c6e44f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/692b760b4c6e44f3","status":"passed","time":{"start":1714492380876,"stop":1714492380877,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"71f0d8119077ddf1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71f0d8119077ddf1","status":"passed","time":{"start":1714494341389,"stop":1714494341390,"duration":1}},{"uid":"96ff8a46b1454629","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/96ff8a46b1454629","status":"passed","time":{"start":1714492438813,"stop":1714492438813,"duration":0}}]},"ee4ed73a364fa895603621efe9faaca5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fed481b2b185e818","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fed481b2b185e818","status":"passed","time":{"start":1714492923658,"stop":1714492923658,"duration":0}}]},"0d66f3bd91c71aa2eab9681183c4bf7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"695b3d907487043f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/695b3d907487043f","status":"passed","time":{"start":1714494276820,"stop":1714494276820,"duration":0}},{"uid":"53ad25523dcd593b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/53ad25523dcd593b","status":"passed","time":{"start":1714492380874,"stop":1714492380874,"duration":0}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"3e9a49e185a652dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3e9a49e185a652dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786056,"stop":1714494786056,"duration":0}},{"uid":"a43af72a37110f6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a43af72a37110f6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860588,"stop":1714492860588,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ebc62362890c26f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ebc62362890c26f9","status":"passed","time":{"start":1714494735305,"stop":1714494735305,"duration":0}},{"uid":"68a253f4390a6fe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68a253f4390a6fe8","status":"passed","time":{"start":1714492814992,"stop":1714492814993,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69391088c24fab20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69391088c24fab20","status":"passed","time":{"start":1714494305184,"stop":1714494305184,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b9001b2387b509fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b9001b2387b509fe","status":"passed","time":{"start":1714494290447,"stop":1714494290447,"duration":0}},{"uid":"ff364916749674a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff364916749674a7","status":"passed","time":{"start":1714492394190,"stop":1714492394190,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"75214fec317b347","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/75214fec317b347","status":"passed","time":{"start":1714494785904,"stop":1714494785904,"duration":0}},{"uid":"7d96665d27d83a01","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d96665d27d83a01","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b5894f2b58f56781","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5894f2b58f56781","status":"passed","time":{"start":1714494482353,"stop":1714494482354,"duration":1}},{"uid":"24725d3f0cd51b08","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24725d3f0cd51b08","status":"passed","time":{"start":1714492591369,"stop":1714492591369,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d9b4f3722fa5bb6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d9b4f3722fa5bb6","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"6ed91147270dfe32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6ed91147270dfe32","status":"passed","time":{"start":1714493052144,"stop":1714493052145,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a33a50f030666247","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a33a50f030666247","status":"passed","time":{"start":1714494735302,"stop":1714494735302,"duration":0}},{"uid":"be47ad2b2a6125f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/be47ad2b2a6125f","status":"passed","time":{"start":1714492814970,"stop":1714492814971,"duration":1}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"da73372122b9f154","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da73372122b9f154","status":"passed","time":{"start":1714494884062,"stop":1714494884064,"duration":2}},{"uid":"3477a6e285ed01e4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3477a6e285ed01e4","status":"passed","time":{"start":1714492954774,"stop":1714492954775,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8e4207c2f752fb76","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e4207c2f752fb76","status":"passed","time":{"start":1714494838843,"stop":1714494838843,"duration":0}},{"uid":"43be34534d84b476","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/43be34534d84b476","status":"passed","time":{"start":1714492985750,"stop":1714492985750,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"224a78879437debb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/224a78879437debb","status":"passed","time":{"start":1714494954437,"stop":1714494954437,"duration":0}},{"uid":"509c306d58978e44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/509c306d58978e44","status":"passed","time":{"start":1714493052133,"stop":1714493052133,"duration":0}}]},"0f36e2e742b665c172929c5fc29d4747:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ae982c5215a1c387","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ae982c5215a1c387","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"a81892976b90e101","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a81892976b90e101","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"444aab836d1077f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/444aab836d1077f9","status":"passed","time":{"start":1714494884056,"stop":1714494884057,"duration":1}},{"uid":"740e0e75fefd4519","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/740e0e75fefd4519","status":"passed","time":{"start":1714492954773,"stop":1714492954773,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c4b9e52c6f496da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7c4b9e52c6f496da","status":"passed","time":{"start":1714494785914,"stop":1714494785914,"duration":0}},{"uid":"d1a75725bb530c3d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d1a75725bb530c3d","status":"passed","time":{"start":1714492898569,"stop":1714492898570,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"61dbabadfe63f1e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61dbabadfe63f1e","status":"passed","time":{"start":1714494908940,"stop":1714494908940,"duration":0}},{"uid":"895e76010693426e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/895e76010693426e","status":"passed","time":{"start":1714492995230,"stop":1714492995230,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1644b95dec349910","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1644b95dec349910","status":"passed","time":{"start":1714494482345,"stop":1714494482345,"duration":0}},{"uid":"734e319304ecb35b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/734e319304ecb35b","status":"passed","time":{"start":1714492591355,"stop":1714492591356,"duration":1}}]},"1a0fb446de2c6ef2f0f2b42935699d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4c513981de028fd6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c513981de028fd6","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"ff6e59ca6229fe4e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff6e59ca6229fe4e","status":"passed","time":{"start":1714492380864,"stop":1714492380865,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5f671f6629adac85","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5f671f6629adac85","status":"passed","time":{"start":1714494954445,"stop":1714494954446,"duration":1}},{"uid":"280ba25e9a0ffa1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/280ba25e9a0ffa1","status":"passed","time":{"start":1714493052141,"stop":1714493052142,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4b62cb62b4aa6ffc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b62cb62b4aa6ffc","status":"passed","time":{"start":1714494735305,"stop":1714494735305,"duration":0}},{"uid":"47246a75c9079496","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/47246a75c9079496","status":"passed","time":{"start":1714492814993,"stop":1714492814994,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5e4ea1c4920128dd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5e4ea1c4920128dd","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"99900d409e3d0cc3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/99900d409e3d0cc3","status":"passed","time":{"start":1714493052141,"stop":1714493052141,"duration":0}}]},"ce4b1b9d6317460739b3baeb7ccb36b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d23b319a8271d2e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9d23b319a8271d2e","status":"passed","time":{"start":1714492932197,"stop":1714492932198,"duration":1}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a6d544e5117c0aff","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a6d544e5117c0aff","status":"passed","time":{"start":1714494290450,"stop":1714494290450,"duration":0}},{"uid":"88c14215cc3266","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/88c14215cc3266","status":"passed","time":{"start":1714492394193,"stop":1714492394193,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8b97b52e0f05621f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b97b52e0f05621f","status":"passed","time":{"start":1714494735260,"stop":1714494735260,"duration":0}},{"uid":"1eeea0e2126b185a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1eeea0e2126b185a","status":"passed","time":{"start":1714492814940,"stop":1714492814941,"duration":1}}]},"3bd2e27ce2dd1b2d201c0a79bd10e3f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c6fd81f94a01d8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/12c6fd81f94a01d8","status":"passed","time":{"start":1714492985776,"stop":1714492985776,"duration":0}}]},"30521a39f76ff5fcea72a3e40f302c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"543bba9cb2ce77","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/543bba9cb2ce77","status":"passed","time":{"start":1714492898570,"stop":1714492898571,"duration":1}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8a9d4fa8024d766f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8a9d4fa8024d766f","status":"passed","time":{"start":1714494838838,"stop":1714494838838,"duration":0}},{"uid":"6dc92a2d9eaab48c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6dc92a2d9eaab48c","status":"passed","time":{"start":1714492985727,"stop":1714492985728,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d4981bf92b9a055b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d4981bf92b9a055b","status":"passed","time":{"start":1714494285526,"stop":1714494285526,"duration":0}},{"uid":"f329ba7ee67b31ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f329ba7ee67b31ab","status":"passed","time":{"start":1714492389340,"stop":1714492389340,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"69a15521cb5fdc02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69a15521cb5fdc02","status":"passed","time":{"start":1714494285518,"stop":1714494285518,"duration":0}},{"uid":"1f443389928e9bb9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f443389928e9bb9","status":"passed","time":{"start":1714492389331,"stop":1714492389331,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5dbdf52d1bc797b0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dbdf52d1bc797b0","status":"passed","time":{"start":1714494884079,"stop":1714494884080,"duration":1}},{"uid":"51c4ff6028f69ea6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51c4ff6028f69ea6","status":"passed","time":{"start":1714492954777,"stop":1714492954778,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"90b7869ed40d715","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90b7869ed40d715","status":"passed","time":{"start":1714494760923,"stop":1714494760923,"duration":0}},{"uid":"7eac7a0b68c83b7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7eac7a0b68c83b7c","status":"passed","time":{"start":1714492834197,"stop":1714492834198,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5ffff3d9adcc28a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5ffff3d9adcc28a2","status":"passed","time":{"start":1714494300696,"stop":1714494300697,"duration":1}},{"uid":"1012531e16d45c01","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1012531e16d45c01","status":"passed","time":{"start":1714492404704,"stop":1714492404704,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"939cfba19e23196b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/939cfba19e23196b","status":"passed","time":{"start":1714494284813,"stop":1714494284814,"duration":1}},{"uid":"ab6111ece672f91f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab6111ece672f91f","status":"passed","time":{"start":1714492388604,"stop":1714492388604,"duration":0}}]},"969baed3c006265a6737aeef80c177f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d4acc87cf3b5c3d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d4acc87cf3b5c3d","status":"passed","time":{"start":1714492814994,"stop":1714492814995,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"10ebed8eb1f10175","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10ebed8eb1f10175","status":"passed","time":{"start":1714494954435,"stop":1714494954435,"duration":0}},{"uid":"5afcd3d0b879bfd5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5afcd3d0b879bfd5","status":"passed","time":{"start":1714493052131,"stop":1714493052132,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bfb689e97a11f14f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bfb689e97a11f14f","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"568e2757aa43686c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/568e2757aa43686c","status":"passed","time":{"start":1714493052144,"stop":1714493052144,"duration":0}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"97c9c04b3c70b75f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/97c9c04b3c70b75f","status":"passed","time":{"start":1714494300697,"stop":1714494300698,"duration":1}},{"uid":"1f3b3b7df3919e14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f3b3b7df3919e14","status":"passed","time":{"start":1714492404705,"stop":1714492404705,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f8eaa93ffb068e1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f8eaa93ffb068e1","status":"passed","time":{"start":1714494791244,"stop":1714494791245,"duration":1}},{"uid":"549d7e695d8c1ca9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/549d7e695d8c1ca9","status":"passed","time":{"start":1714492870706,"stop":1714492870706,"duration":0}}]},"f2bd20040333f49655b9dab3c3e67c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98a783cc6876a31d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/98a783cc6876a31d","status":"passed","time":{"start":1714494838855,"stop":1714494838856,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a05b956df1fee6b9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a05b956df1fee6b9","status":"passed","time":{"start":1714494500287,"stop":1714494500288,"duration":1}},{"uid":"389590fc554db69f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/389590fc554db69f","status":"passed","time":{"start":1714492591442,"stop":1714492591445,"duration":3}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"efa37a8e299d8977","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/efa37a8e299d8977","status":"passed","time":{"start":1714494413199,"stop":1714494413199,"duration":0}},{"uid":"50a95d354106b652","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50a95d354106b652","status":"passed","time":{"start":1714492522569,"stop":1714492522570,"duration":1}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6a00397b38cebca4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6a00397b38cebca4","status":"passed","time":{"start":1714494840004,"stop":1714494840005,"duration":1}},{"uid":"ba908e7fe244642b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ba908e7fe244642b","status":"passed","time":{"start":1714492923648,"stop":1714492923649,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"889575c2cb2214d3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/889575c2cb2214d3","status":"passed","time":{"start":1714494310949,"stop":1714494310950,"duration":1}},{"uid":"47d82849b34fe52f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/47d82849b34fe52f","status":"passed","time":{"start":1714492410934,"stop":1714492410936,"duration":2}}]},"136a79fa027ded7d0cecbc265f6e868f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c89787b25e128f15","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c89787b25e128f15","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"b9fc65013bf50500","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b9fc65013bf50500","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"884b6932e54afea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/884b6932e54afea","status":"passed","time":{"start":1714494791232,"stop":1714494791233,"duration":1}},{"uid":"3846e3fad61e24ba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3846e3fad61e24ba","status":"passed","time":{"start":1714492870701,"stop":1714492870702,"duration":1}}]},"408aeb807af4a247ef95bba895d13520:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"24545617bb1f0a2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24545617bb1f0a2c","status":"passed","time":{"start":1714494276805,"stop":1714494276805,"duration":0}},{"uid":"77c515aa80f086cb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/77c515aa80f086cb","status":"passed","time":{"start":1714492380859,"stop":1714492380859,"duration":0}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f4e11600c94dab36","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4e11600c94dab36","status":"passed","time":{"start":1714494482329,"stop":1714494482331,"duration":2}},{"uid":"7d5ce4438ccb823","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d5ce4438ccb823","status":"passed","time":{"start":1714492591349,"stop":1714492591350,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"164807d39c5a1fc5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/164807d39c5a1fc5","status":"passed","time":{"start":1714494921190,"stop":1714494921190,"duration":0}},{"uid":"af9697144399d48a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/af9697144399d48a","status":"passed","time":{"start":1714493000279,"stop":1714493000279,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18b350b93ecccc2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18b350b93ecccc2f","status":"passed","time":{"start":1714494876053,"stop":1714494876054,"duration":1}},{"uid":"599708219710794","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/599708219710794","status":"passed","time":{"start":1714492961692,"stop":1714492961693,"duration":1}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ba63bed036961ef2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ba63bed036961ef2","status":"passed","time":{"start":1714494838834,"stop":1714494838835,"duration":1}},{"uid":"49e06f4d9e92f7ad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49e06f4d9e92f7ad","status":"passed","time":{"start":1714492985719,"stop":1714492985719,"duration":0}}]},"b8591904b740b9c72ffccae377882782:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c0ecd4ef314dd2a5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c0ecd4ef314dd2a5","status":"passed","time":{"start":1714494276824,"stop":1714494276824,"duration":0}},{"uid":"5be7fa76f9eec06b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5be7fa76f9eec06b","status":"passed","time":{"start":1714492380877,"stop":1714492380877,"duration":0}}]},"8e76067a8284349d7fec8d1d99224445:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4dfcbde36e193b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a4dfcbde36e193b4","status":"passed","time":{"start":1714492923656,"stop":1714492923656,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"538ae639f5a9dd9b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/538ae639f5a9dd9b","status":"passed","time":{"start":1714494837580,"stop":1714494837581,"duration":1}},{"uid":"18056c4a490f061b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/18056c4a490f061b","status":"passed","time":{"start":1714492927145,"stop":1714492927145,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"16877645d967cd40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16877645d967cd40","status":"passed","time":{"start":1714494760922,"stop":1714494760922,"duration":0}},{"uid":"793440474d335b94","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/793440474d335b94","status":"passed","time":{"start":1714492834195,"stop":1714492834195,"duration":0}}]},"bb739baa97ece17f2fb5da4576683547:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3007b732271b9537","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3007b732271b9537","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"6a595f5903ad4d65","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a595f5903ad4d65","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f1580dfb84f9de52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f1580dfb84f9de52","status":"passed","time":{"start":1714494896479,"stop":1714494896479,"duration":0}},{"uid":"eac0b2c89a28d15d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eac0b2c89a28d15d","status":"passed","time":{"start":1714492987115,"stop":1714492987116,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f5f6d06d6c6498d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f5f6d06d6c6498d","status":"passed","time":{"start":1714494907381,"stop":1714494907381,"duration":0}}]},"48f191ca373f7423efca6869fa3972dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a03581bd5c10bb02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a03581bd5c10bb02","status":"passed","time":{"start":1714494276816,"stop":1714494276817,"duration":1}},{"uid":"ef55dcb455bdec61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ef55dcb455bdec61","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eac2be53628c8f39","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eac2be53628c8f39","status":"passed","time":{"start":1714494735295,"stop":1714494735296,"duration":1}},{"uid":"6a88e992b31e0a19","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a88e992b31e0a19","status":"passed","time":{"start":1714492814965,"stop":1714492814966,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f98fb57b1c50fc05","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f98fb57b1c50fc05","status":"passed","time":{"start":1714494413199,"stop":1714494413200,"duration":1}},{"uid":"2a702535df4dd5d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2a702535df4dd5d9","status":"passed","time":{"start":1714492522570,"stop":1714492522571,"duration":1}}]},"73c3a05219f3f70f1a52c3c610a77ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa511be5b1a5f235","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa511be5b1a5f235","status":"passed","time":{"start":1714494276822,"stop":1714494276823,"duration":1}},{"uid":"283a1d74ba87af6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/283a1d74ba87af6d","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af0a0d67963c961a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af0a0d67963c961a","status":"passed","time":{"start":1714494279630,"stop":1714494279630,"duration":0}},{"uid":"7af8e60d947fc807","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7af8e60d947fc807","status":"passed","time":{"start":1714492383509,"stop":1714492383510,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4375d74ad9b80432","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4375d74ad9b80432","status":"passed","time":{"start":1714494785909,"stop":1714494785909,"duration":0}},{"uid":"878cb490c2833550","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/878cb490c2833550","status":"passed","time":{"start":1714492898564,"stop":1714492898564,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"49fa98c58ae4ac5d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/49fa98c58ae4ac5d","status":"passed","time":{"start":1714494284815,"stop":1714494284816,"duration":1}},{"uid":"35622cca3cf84204","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/35622cca3cf84204","status":"passed","time":{"start":1714492388605,"stop":1714492388605,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e678444da248c587","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e678444da248c587","status":"passed","time":{"start":1714494482352,"stop":1714494482353,"duration":1}},{"uid":"796947b5f4e0561","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/796947b5f4e0561","status":"passed","time":{"start":1714492591368,"stop":1714492591368,"duration":0}}]},"832cc0df70bcc4326d95aac5bd3b8c45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"80fe1f7dafd65583","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/80fe1f7dafd65583","status":"passed","time":{"start":1714494276821,"stop":1714494276821,"duration":0}},{"uid":"d783c80b8ee77993","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d783c80b8ee77993","status":"passed","time":{"start":1714492380874,"stop":1714492380874,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dc283c872d5431b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dc283c872d5431b1","status":"passed","time":{"start":1714494735258,"stop":1714494735258,"duration":0}},{"uid":"9b49202a6c56d9f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b49202a6c56d9f3","status":"passed","time":{"start":1714492814936,"stop":1714492814937,"duration":1}}]},"211519b062301f4bf748758a3b535f16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69bcd21c2bb08f11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69bcd21c2bb08f11","status":"passed","time":{"start":1714494840006,"stop":1714494840006,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"495a684a414107cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/495a684a414107cf","status":"passed","time":{"start":1714494848654,"stop":1714494848654,"duration":0}},{"uid":"3ffad79ccbe5ed73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3ffad79ccbe5ed73","status":"passed","time":{"start":1714492932190,"stop":1714492932190,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"14380e339d664162","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14380e339d664162","status":"passed","time":{"start":1714494954439,"stop":1714494954440,"duration":1}},{"uid":"70c2281c5ce9f637","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70c2281c5ce9f637","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ec663df8b4a603a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec663df8b4a603a","status":"passed","time":{"start":1714494908939,"stop":1714494908940,"duration":1}},{"uid":"71fd39ec64bb244d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71fd39ec64bb244d","status":"passed","time":{"start":1714492995229,"stop":1714492995229,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2fdd009266764bec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2fdd009266764bec","status":"passed","time":{"start":1714494284808,"stop":1714494284809,"duration":1}},{"uid":"5ccdcc2ffd9779ce","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5ccdcc2ffd9779ce","status":"passed","time":{"start":1714492388591,"stop":1714492388593,"duration":2}}]},"987ff145fe6454d79585f705b2d1b097:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"61908c7f1e401bae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61908c7f1e401bae","status":"passed","time":{"start":1714494276807,"stop":1714494276807,"duration":0}},{"uid":"1d97d1e9924b87bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d97d1e9924b87bb","status":"passed","time":{"start":1714492380861,"stop":1714492380861,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"72fcd8081fdef34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72fcd8081fdef34","status":"passed","time":{"start":1714494896480,"stop":1714494896481,"duration":1}},{"uid":"d95cc24620246951","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d95cc24620246951","status":"passed","time":{"start":1714492987118,"stop":1714492987118,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"34285f429bd2a9c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34285f429bd2a9c3","status":"passed","time":{"start":1714494884066,"stop":1714494884068,"duration":2}},{"uid":"1cea9586598ef029","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1cea9586598ef029","status":"passed","time":{"start":1714492954775,"stop":1714492954775,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c0dadcc1fde99a57","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c0dadcc1fde99a57","status":"passed","time":{"start":1714494301220,"stop":1714494301221,"duration":1}},{"uid":"7e64ae2312dd4b25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e64ae2312dd4b25","status":"passed","time":{"start":1714492405129,"stop":1714492405129,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"e4cc6f36efbe539b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e4cc6f36efbe539b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494301221,"stop":1714494301222,"duration":1}},{"uid":"23e32b1c51cf73bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23e32b1c51cf73bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492405130,"stop":1714492405130,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a6b3f44eb3a020e4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a6b3f44eb3a020e4","status":"passed","time":{"start":1714494482326,"stop":1714494482326,"duration":0}},{"uid":"b727936ba0742bef","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b727936ba0742bef","status":"passed","time":{"start":1714492591348,"stop":1714492591348,"duration":0}}]},"a13bfa267e5d7386ead3dfda05821a7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7f036af17cd5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7f036af17cd5a","status":"passed","time":{"start":1714494848660,"stop":1714494848660,"duration":0}}]},"1a6fb339009fd2f7d8c1cbc791b07678:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"425e79b6ba25e3c5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/425e79b6ba25e3c5","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"a85ca48b64bf752b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a85ca48b64bf752b","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9d1572db8a38ab03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d1572db8a38ab03","status":"passed","time":{"start":1714494954446,"stop":1714494954446,"duration":0}},{"uid":"726d6e2b5c117805","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/726d6e2b5c117805","status":"passed","time":{"start":1714493052142,"stop":1714493052142,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"db3c4aa4b23ddf84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db3c4aa4b23ddf84","status":"passed","time":{"start":1714494341388,"stop":1714494341389,"duration":1}},{"uid":"347547edeb1fa527","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/347547edeb1fa527","status":"passed","time":{"start":1714492438812,"stop":1714492438813,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7308f4668a096e90","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7308f4668a096e90","status":"passed","time":{"start":1714494908936,"stop":1714494908938,"duration":2}},{"uid":"ab18f33884f7c8e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab18f33884f7c8e0","status":"passed","time":{"start":1714492995228,"stop":1714492995228,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f39885aaacb610a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f39885aaacb610a","status":"passed","time":{"start":1714494276800,"stop":1714494276800,"duration":0}},{"uid":"5fe8fc2b007b63c4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5fe8fc2b007b63c4","status":"passed","time":{"start":1714492380855,"stop":1714492380855,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"669eaca62771311e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/669eaca62771311e","status":"passed","time":{"start":1714494791247,"stop":1714494791248,"duration":1}},{"uid":"5310676c617047ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5310676c617047ab","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c07a13f5732cddac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c07a13f5732cddac","status":"passed","time":{"start":1714494368385,"stop":1714494368386,"duration":1}},{"uid":"34d044c5211aeae5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/34d044c5211aeae5","status":"passed","time":{"start":1714492468979,"stop":1714492468980,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edf59bdf2f93e2b0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/edf59bdf2f93e2b0","status":"passed","time":{"start":1714494620617,"stop":1714494620618,"duration":1}}]},"3471bc23d35fed19c157dcd012a8da01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2045b0afb2a8dd71","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2045b0afb2a8dd71","status":"passed","time":{"start":1714494735306,"stop":1714494735306,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9a00078c6ec9c18a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a00078c6ec9c18a","status":"passed","time":{"start":1714494788124,"stop":1714494788125,"duration":1}},{"uid":"54d316ee7acc75e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54d316ee7acc75e0","status":"passed","time":{"start":1714492860427,"stop":1714492860427,"duration":0}}]},"fb1156fdf9f38005c9c230c46ef8084c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7c61aa6a56d8fb2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e7c61aa6a56d8fb2","status":"passed","time":{"start":1714492932196,"stop":1714492932196,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e9adcf7d2e07df52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e9adcf7d2e07df52","status":"passed","time":{"start":1714494285519,"stop":1714494285519,"duration":0}},{"uid":"270b6d85dd3ab77c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/270b6d85dd3ab77c","status":"passed","time":{"start":1714492389332,"stop":1714492389333,"duration":1}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d5877f15f531ec4d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5877f15f531ec4d","status":"passed","time":{"start":1714494276802,"stop":1714494276803,"duration":1}},{"uid":"38e76ffb70a8c834","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/38e76ffb70a8c834","status":"passed","time":{"start":1714492380856,"stop":1714492380857,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b2cb2bd9cd201298","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b2cb2bd9cd201298","status":"passed","time":{"start":1714494914009,"stop":1714494914009,"duration":0}},{"uid":"2b5c9b844a5f255c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2b5c9b844a5f255c","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e0a079d7c827341e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e0a079d7c827341e","status":"passed","time":{"start":1714494739120,"stop":1714494739120,"duration":0}},{"uid":"840ee43fe476890e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/840ee43fe476890e","status":"passed","time":{"start":1714492817320,"stop":1714492817321,"duration":1}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef5165c49bb9a313","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef5165c49bb9a313","status":"passed","time":{"start":1714494914011,"stop":1714494914011,"duration":0}},{"uid":"157f6c3f768c14c5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/157f6c3f768c14c5","status":"passed","time":{"start":1714493011111,"stop":1714493011111,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"743851df7e27a09f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/743851df7e27a09f","status":"passed","time":{"start":1714494285524,"stop":1714494285525,"duration":1}},{"uid":"c50c17dfa6f5022b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c50c17dfa6f5022b","status":"passed","time":{"start":1714492389334,"stop":1714492389334,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bac4aeec35f2dd3c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bac4aeec35f2dd3c","status":"passed","time":{"start":1714494482353,"stop":1714494482353,"duration":0}},{"uid":"acba90c9fb4cc949","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acba90c9fb4cc949","status":"passed","time":{"start":1714492591368,"stop":1714492591369,"duration":1}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b0a4921684925e25","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0a4921684925e25","status":"passed","time":{"start":1714494802220,"stop":1714494802221,"duration":1}},{"uid":"2d8026f9182d63f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d8026f9182d63f","status":"passed","time":{"start":1714492887583,"stop":1714492887583,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f96562ffaa3f8b0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f96562ffaa3f8b0c","status":"passed","time":{"start":1714494482342,"stop":1714494482342,"duration":0}},{"uid":"3bba7d9096b5593f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bba7d9096b5593f","status":"passed","time":{"start":1714492591354,"stop":1714492591354,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"46eb5f321f0499c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46eb5f321f0499c9","status":"passed","time":{"start":1714494284810,"stop":1714494284811,"duration":1}},{"uid":"e0952fbecf232bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0952fbecf232bb","status":"passed","time":{"start":1714492388601,"stop":1714492388601,"duration":0}}]},"6e1381ac200671b08c9707a8643fc79e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"58cc9896e87f5671","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/58cc9896e87f5671","status":"passed","time":{"start":1714494276823,"stop":1714494276823,"duration":0}},{"uid":"6f472180de282c30","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6f472180de282c30","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8c09f1a921391dbd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c09f1a921391dbd","status":"passed","time":{"start":1714494279631,"stop":1714494279631,"duration":0}},{"uid":"bd132869d7cb3d9b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bd132869d7cb3d9b","status":"passed","time":{"start":1714492383510,"stop":1714492383511,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a08c63af3d2a0e9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a08c63af3d2a0e9d","status":"passed","time":{"start":1714494914010,"stop":1714494914010,"duration":0}},{"uid":"54a9ed4ad59a944e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54a9ed4ad59a944e","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f2b5c65dcc7d3054","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f2b5c65dcc7d3054","status":"passed","time":{"start":1714494907382,"stop":1714494907382,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d5e7414c800455c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d5e7414c800455c","status":"passed","time":{"start":1714494368383,"stop":1714494368383,"duration":0}},{"uid":"41c7b1d4d8d27209","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/41c7b1d4d8d27209","status":"passed","time":{"start":1714492468973,"stop":1714492468973,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3f0f5a3214502907","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3f0f5a3214502907","status":"passed","time":{"start":1714494500289,"stop":1714494500290,"duration":1}},{"uid":"7bb919d7625aa2f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bb919d7625aa2f8","status":"passed","time":{"start":1714492591447,"stop":1714492591447,"duration":0}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5df7530c0690179c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5df7530c0690179c","status":"passed","time":{"start":1714494735294,"stop":1714494735295,"duration":1}},{"uid":"4bf12d17fea845fe","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4bf12d17fea845fe","status":"passed","time":{"start":1714492814964,"stop":1714492814965,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b4211a7d523712e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b4211a7d523712e","status":"passed","time":{"start":1714494788138,"stop":1714494788138,"duration":0}},{"uid":"aef65800f81c9cd1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aef65800f81c9cd1","status":"passed","time":{"start":1714492860430,"stop":1714492860430,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d8f83e087497df26","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8f83e087497df26","status":"passed","time":{"start":1714494735259,"stop":1714494735259,"duration":0}},{"uid":"e41c66c0ed611c9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e41c66c0ed611c9","status":"passed","time":{"start":1714492814939,"stop":1714492814940,"duration":1}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5d13cdf191fcf5b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5d13cdf191fcf5b3","status":"passed","time":{"start":1714494300699,"stop":1714494300700,"duration":1}},{"uid":"208a39edc7afbe9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/208a39edc7afbe9","status":"passed","time":{"start":1714492404706,"stop":1714492404707,"duration":1}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"44dcf560fe640e50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/44dcf560fe640e50","status":"passed","time":{"start":1714494802222,"stop":1714494802222,"duration":0}},{"uid":"f31a02ddd50592d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f31a02ddd50592d9","status":"passed","time":{"start":1714492887587,"stop":1714492887587,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4203cfc0877acdb5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4203cfc0877acdb5","status":"passed","time":{"start":1714494785889,"stop":1714494785889,"duration":0}},{"uid":"14b1fd44bc2064eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/14b1fd44bc2064eb","status":"passed","time":{"start":1714492898553,"stop":1714492898554,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d6427668486c173","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d6427668486c173","status":"passed","time":{"start":1714494594463,"stop":1714494594463,"duration":0}},{"uid":"83bb2f18ad0a989e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/83bb2f18ad0a989e","status":"passed","time":{"start":1714492694595,"stop":1714492694596,"duration":1}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"836831cdca489043","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/836831cdca489043","status":"passed","time":{"start":1714494571269,"stop":1714494571269,"duration":0}},{"uid":"f26ba7f5bec987b1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f26ba7f5bec987b1","status":"passed","time":{"start":1714492678669,"stop":1714492678669,"duration":0}}]},"d14b7d3c2ba9fd8604c4d1db25b3a71c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aba0c6cdf3145476","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aba0c6cdf3145476","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"3bc7185a3a65394e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bc7185a3a65394e","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"11b9377d361a93fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/11b9377d361a93fd","status":"passed","time":{"start":1714494883926,"stop":1714494883946,"duration":20}},{"uid":"8f380cb18e8d288","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8f380cb18e8d288","status":"passed","time":{"start":1714492982063,"stop":1714492982063,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7ea059e13cae1dcc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7ea059e13cae1dcc","status":"passed","time":{"start":1714494276799,"stop":1714494276799,"duration":0}},{"uid":"b8a7770a5640850e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b8a7770a5640850e","status":"passed","time":{"start":1714492380853,"stop":1714492380854,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"733b69e550291dc7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/733b69e550291dc7","status":"passed","time":{"start":1714494785908,"stop":1714494785908,"duration":0}},{"uid":"fe3e8b569547b391","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fe3e8b569547b391","status":"passed","time":{"start":1714492898563,"stop":1714492898563,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"93f0cf860ffb8d89","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93f0cf860ffb8d89","status":"passed","time":{"start":1714494735280,"stop":1714494735281,"duration":1}},{"uid":"2d3546b454516093","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d3546b454516093","status":"passed","time":{"start":1714492814948,"stop":1714492814949,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"85742b3f3af90682","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85742b3f3af90682","status":"passed","time":{"start":1714494351412,"stop":1714494351413,"duration":1}},{"uid":"a8fbbfc8ea9336ec","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8fbbfc8ea9336ec","status":"passed","time":{"start":1714492441818,"stop":1714492441818,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f46dc0a8929abb1d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f46dc0a8929abb1d","status":"passed","time":{"start":1714494788122,"stop":1714494788122,"duration":0}},{"uid":"c7cbcf942dd7ac3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c7cbcf942dd7ac3c","status":"passed","time":{"start":1714492860423,"stop":1714492860424,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0ef9eecd8a662a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0ef9eecd8a662a","status":"passed","time":{"start":1714494284814,"stop":1714494284815,"duration":1}},{"uid":"7ad374ff6250fdfb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7ad374ff6250fdfb","status":"passed","time":{"start":1714492388604,"stop":1714492388605,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54150a267831ca7b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54150a267831ca7b","status":"passed","time":{"start":1714494482350,"stop":1714494482350,"duration":0}},{"uid":"334f9dd608964a99","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/334f9dd608964a99","status":"passed","time":{"start":1714492591365,"stop":1714492591365,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"58438cbbfb8c3221","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/58438cbbfb8c3221","status":"passed","time":{"start":1714494370508,"stop":1714494370510,"duration":2}},{"uid":"7a9741048ee4ae08","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7a9741048ee4ae08","status":"passed","time":{"start":1714492459795,"stop":1714492459797,"duration":2}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bd0143e287b2eeb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bd0143e287b2eeb3","status":"passed","time":{"start":1714494594464,"stop":1714494594464,"duration":0}},{"uid":"a6cd7be15fb29f03","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a6cd7be15fb29f03","status":"passed","time":{"start":1714492694597,"stop":1714492694598,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"20dde7d39c19453d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/20dde7d39c19453d","status":"passed","time":{"start":1714494482331,"stop":1714494482331,"duration":0}},{"uid":"5c4adfd0a87691dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5c4adfd0a87691dc","status":"passed","time":{"start":1714492591350,"stop":1714492591350,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d3555a686c0cba92","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d3555a686c0cba92","status":"passed","time":{"start":1714494898217,"stop":1714494898217,"duration":0}},{"uid":"6f93c08fb3979c63","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6f93c08fb3979c63","status":"passed","time":{"start":1714492984321,"stop":1714492984321,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"1af50446898c012c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1af50446898c012c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735610,"stop":1714494735610,"duration":0}},{"uid":"c47991e51a16f2a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c47991e51a16f2a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814803,"stop":1714492814803,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f72e4afcf71876d1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f72e4afcf71876d1","status":"passed","time":{"start":1714494788151,"stop":1714494788151,"duration":0}},{"uid":"f47349af0dbbc0d8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f47349af0dbbc0d8","status":"passed","time":{"start":1714492860438,"stop":1714492860438,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4b31a277fae9dc14","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b31a277fae9dc14","status":"passed","time":{"start":1714494482325,"stop":1714494482326,"duration":1}},{"uid":"70be67047a2e01c6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70be67047a2e01c6","status":"passed","time":{"start":1714492591347,"stop":1714492591348,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"41db71672297d797","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/41db71672297d797","status":"passed","time":{"start":1714494785888,"stop":1714494785888,"duration":0}},{"uid":"8675ef74f1b98411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8675ef74f1b98411","status":"passed","time":{"start":1714492898552,"stop":1714492898552,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e6acf110980eda94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6acf110980eda94","status":"passed","time":{"start":1714494285531,"stop":1714494285532,"duration":1}},{"uid":"b31251a82f3e5b83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b31251a82f3e5b83","status":"passed","time":{"start":1714492389345,"stop":1714492389346,"duration":1}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b64b10470b7cadbf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b64b10470b7cadbf","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"11364d5579519e04","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/11364d5579519e04","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e92d5b01ba4123b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e92d5b01ba4123b1","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"9a7911721c273e43","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a7911721c273e43","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"f22238357dfc09323fa20447b837cacf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"663447fa1e98e80c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/663447fa1e98e80c","status":"passed","time":{"start":1714494276813,"stop":1714494276814,"duration":1}},{"uid":"c275deaae8a470b6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c275deaae8a470b6","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5bd50757f4472f43","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5bd50757f4472f43","status":"passed","time":{"start":1714494571265,"stop":1714494571265,"duration":0}},{"uid":"682414ec463e6c2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/682414ec463e6c2b","status":"passed","time":{"start":1714492678659,"stop":1714492678660,"duration":1}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"144d7b201efddf68","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/144d7b201efddf68","status":"passed","time":{"start":1714494277048,"stop":1714494277048,"duration":0}},{"uid":"a0f4b2dbb257e210","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a0f4b2dbb257e210","status":"passed","time":{"start":1714492380913,"stop":1714492380913,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"383b4f4adc103de6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/383b4f4adc103de6","status":"passed","time":{"start":1714494402825,"stop":1714494402828,"duration":3}},{"uid":"7ed7dba85107b2a3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7ed7dba85107b2a3","status":"passed","time":{"start":1714492502948,"stop":1714492502949,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c28d660e3382df84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c28d660e3382df84","status":"passed","time":{"start":1714494788143,"stop":1714494788144,"duration":1}},{"uid":"406d9bb656dd3907","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/406d9bb656dd3907","status":"passed","time":{"start":1714492860430,"stop":1714492860431,"duration":1}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9fdb64bfec4fa75b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9fdb64bfec4fa75b","status":"passed","time":{"start":1714494791235,"stop":1714494791236,"duration":1}},{"uid":"8a7845b8de3a1401","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8a7845b8de3a1401","status":"passed","time":{"start":1714492870702,"stop":1714492870702,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"946926001c8c9b8c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/946926001c8c9b8c","status":"passed","time":{"start":1714494571265,"stop":1714494571266,"duration":1}},{"uid":"10edba4e371e097b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/10edba4e371e097b","status":"passed","time":{"start":1714492678665,"stop":1714492678665,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d8f025324df00013","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8f025324df00013","status":"passed","time":{"start":1714494301217,"stop":1714494301217,"duration":0}},{"uid":"1523cd01153fbec3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1523cd01153fbec3","status":"passed","time":{"start":1714492405125,"stop":1714492405126,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e49a8c07f0f2e70c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e49a8c07f0f2e70c","status":"passed","time":{"start":1714494284818,"stop":1714494284819,"duration":1}},{"uid":"7e0edb1e3f50e05f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e0edb1e3f50e05f","status":"passed","time":{"start":1714492388607,"stop":1714492388607,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ccd2d5ecb055beba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ccd2d5ecb055beba","status":"passed","time":{"start":1714494305187,"stop":1714494305188,"duration":1}}]},"6680368278335db432198aa09035b606:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17efc8d07e6de94","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17efc8d07e6de94","status":"passed","time":{"start":1714492985778,"stop":1714492985779,"duration":1}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4bd648eba2799fd2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4bd648eba2799fd2","status":"passed","time":{"start":1714494760923,"stop":1714494760924,"duration":1}},{"uid":"4f8b4bcad071095e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4f8b4bcad071095e","status":"passed","time":{"start":1714492834198,"stop":1714492834198,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dea951f738007b9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dea951f738007b9d","status":"passed","time":{"start":1714494373384,"stop":1714494373385,"duration":1}},{"uid":"83ac931d6b83ba0c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/83ac931d6b83ba0c","status":"passed","time":{"start":1714492481132,"stop":1714492481133,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8e0039b47a016d89","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e0039b47a016d89","status":"passed","time":{"start":1714494785903,"stop":1714494785903,"duration":0}},{"uid":"f04360506cda9f5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f04360506cda9f5","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ad97945e0b184eb1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ad97945e0b184eb1","status":"passed","time":{"start":1714494299911,"stop":1714494299913,"duration":2}},{"uid":"306d75100f7b8bcb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/306d75100f7b8bcb","status":"passed","time":{"start":1714492403643,"stop":1714492403645,"duration":2}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6c4037d0b267dc0a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c4037d0b267dc0a","status":"passed","time":{"start":1714494838836,"stop":1714494838836,"duration":0}},{"uid":"a6679b2c2c73d172","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a6679b2c2c73d172","status":"passed","time":{"start":1714492985726,"stop":1714492985727,"duration":1}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1444e62e434e6585","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1444e62e434e6585","status":"passed","time":{"start":1714494276801,"stop":1714494276801,"duration":0}},{"uid":"2545e1bde5615129","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2545e1bde5615129","status":"passed","time":{"start":1714492380855,"stop":1714492380856,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d1502e9f191be3d1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1502e9f191be3d1","status":"passed","time":{"start":1714494402844,"stop":1714494402845,"duration":1}},{"uid":"48c825224a1c7135","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/48c825224a1c7135","status":"passed","time":{"start":1714492502970,"stop":1714492502972,"duration":2}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"48d834824e4b0dfe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48d834824e4b0dfe","status":"passed","time":{"start":1714494838834,"stop":1714494838834,"duration":0}},{"uid":"2e3e27ce0ee9c29c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e3e27ce0ee9c29c","status":"passed","time":{"start":1714492985716,"stop":1714492985718,"duration":2}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f62ca522b55fae82","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f62ca522b55fae82","status":"passed","time":{"start":1714494954439,"stop":1714494954439,"duration":0}},{"uid":"3add51093f1568cb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3add51093f1568cb","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"2dc6a6757064d64bd9388261a1af2aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b3dc3a3984ac621d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b3dc3a3984ac621d","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"87643454c5d42c7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/87643454c5d42c7c","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5ca5b33b76c9a723","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5ca5b33b76c9a723","status":"passed","time":{"start":1714494883925,"stop":1714494883926,"duration":1}},{"uid":"1ab60b6941d4ce32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1ab60b6941d4ce32","status":"passed","time":{"start":1714492982062,"stop":1714492982063,"duration":1}}]},"76dce5a128c1173a30ab42f795a9e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4d88fb9a968abf77","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d88fb9a968abf77","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"fa511184d222d92f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa511184d222d92f","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ef6576ca2f26b22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ef6576ca2f26b22","status":"passed","time":{"start":1714494791243,"stop":1714494791244,"duration":1}},{"uid":"436a6acbf6cc0e85","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/436a6acbf6cc0e85","status":"passed","time":{"start":1714492870706,"stop":1714492870706,"duration":0}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"80b6eaa674c3deb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/80b6eaa674c3deb3","status":"passed","time":{"start":1714494305185,"stop":1714494305186,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af5f3210d7882d24","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af5f3210d7882d24","status":"passed","time":{"start":1714494954446,"stop":1714494954446,"duration":0}},{"uid":"79e84d40bae06640","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/79e84d40bae06640","status":"passed","time":{"start":1714493052142,"stop":1714493052142,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"408e2122422acf5f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/408e2122422acf5f","status":"passed","time":{"start":1714494341390,"stop":1714494341391,"duration":1}},{"uid":"8ae397b44550dd9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ae397b44550dd9","status":"passed","time":{"start":1714492438814,"stop":1714492438814,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"17cb2f4598e082b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17cb2f4598e082b5","status":"passed","time":{"start":1714494788147,"stop":1714494788148,"duration":1}},{"uid":"7c3241e52dd1b119","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c3241e52dd1b119","status":"passed","time":{"start":1714492860434,"stop":1714492860434,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4b849e041bcadbb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b849e041bcadbb3","status":"passed","time":{"start":1714494299914,"stop":1714494299915,"duration":1}},{"uid":"b3888b245808b06d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b3888b245808b06d","status":"passed","time":{"start":1714492403646,"stop":1714492403646,"duration":0}}]},"73f2782b5ab4ec6e3d7f09d00ee782a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d1a47d6b9aef063d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1a47d6b9aef063d","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"4553f0771ce04923","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4553f0771ce04923","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"63b9f3dff4954851","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/63b9f3dff4954851","status":"passed","time":{"start":1714494876054,"stop":1714494876054,"duration":0}},{"uid":"2ab739bb0445888b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2ab739bb0445888b","status":"passed","time":{"start":1714492961693,"stop":1714492961693,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ca3cba33b5e7ed01","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ca3cba33b5e7ed01","status":"passed","time":{"start":1714494791251,"stop":1714494791252,"duration":1}},{"uid":"61dfbf8e33ebc8ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/61dfbf8e33ebc8ca","status":"passed","time":{"start":1714492870709,"stop":1714492870709,"duration":0}}]},"301873950451259b886c914449e4aecb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a92a52d367844086","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a92a52d367844086","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"301080fb8d62f3b1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/301080fb8d62f3b1","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87228d123d4cf20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87228d123d4cf20","status":"passed","time":{"start":1714494838843,"stop":1714494838843,"duration":0}},{"uid":"98baeecf39e87a84","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98baeecf39e87a84","status":"passed","time":{"start":1714492985743,"stop":1714492985746,"duration":3}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8910baf377b4a254","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8910baf377b4a254","status":"passed","time":{"start":1714494482352,"stop":1714494482352,"duration":0}},{"uid":"23ec7a3ba6146d7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23ec7a3ba6146d7","status":"passed","time":{"start":1714492591367,"stop":1714492591368,"duration":1}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cbb442588074099","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cbb442588074099","status":"passed","time":{"start":1714494742981,"stop":1714494742981,"duration":0}},{"uid":"534816357b294de2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/534816357b294de2","status":"passed","time":{"start":1714492814487,"stop":1714492814488,"duration":1}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"ab604db67b5b0acf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ab604db67b5b0acf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494500299,"stop":1714494500299,"duration":0}},{"uid":"d8f743e9465582de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8f743e9465582de","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492591540,"stop":1714492591540,"duration":0}}]},"709ec0fac496e27ee4fe40642aee4232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"da9dfe969045600f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da9dfe969045600f","status":"passed","time":{"start":1714494276824,"stop":1714494276825,"duration":1}},{"uid":"104cfaf345bd5674","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/104cfaf345bd5674","status":"passed","time":{"start":1714492380877,"stop":1714492380878,"duration":1}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5cb862cf86f28bc3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5cb862cf86f28bc3","status":"passed","time":{"start":1714494954434,"stop":1714494954434,"duration":0}},{"uid":"8d9eef139c1e4ec6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8d9eef139c1e4ec6","status":"passed","time":{"start":1714493052130,"stop":1714493052130,"duration":0}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"712c2534d3662207","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/712c2534d3662207","status":"passed","time":{"start":1714494285533,"stop":1714494285533,"duration":0}},{"uid":"8b331a56edfb49a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8b331a56edfb49a","status":"passed","time":{"start":1714492389347,"stop":1714492389348,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"683aee63f1542eba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/683aee63f1542eba","status":"passed","time":{"start":1714494276738,"stop":1714494276738,"duration":0}},{"uid":"db7873ea42a48d62","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db7873ea42a48d62","status":"passed","time":{"start":1714492380333,"stop":1714492380333,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8e26bbdd942890e8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e26bbdd942890e8","status":"passed","time":{"start":1714494848661,"stop":1714494848662,"duration":1}},{"uid":"56f8137a77beca3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/56f8137a77beca3c","status":"passed","time":{"start":1714492932199,"stop":1714492932199,"duration":0}}]},"9ab1d654e249ed953a84c2880c7429a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"94a6d5dc4cf79a02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94a6d5dc4cf79a02","status":"passed","time":{"start":1714494276804,"stop":1714494276804,"duration":0}},{"uid":"48c49e3dbb58560f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/48c49e3dbb58560f","status":"passed","time":{"start":1714492380858,"stop":1714492380858,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"dd24890936a4203a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dd24890936a4203a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351416,"duration":1}},{"uid":"7f90da4cd26440f2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f90da4cd26440f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441822,"stop":1714492441822,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0ef681f9b6fccba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0ef681f9b6fccba","status":"passed","time":{"start":1714494785917,"stop":1714494785918,"duration":1}},{"uid":"df60f22c9a076e3e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/df60f22c9a076e3e","status":"passed","time":{"start":1714492898573,"stop":1714492898574,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"180f175c9553ef8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/180f175c9553ef8a","status":"passed","time":{"start":1714494401265,"stop":1714494401266,"duration":1}},{"uid":"e12aa283cf718bc2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e12aa283cf718bc2","status":"passed","time":{"start":1714492501440,"stop":1714492501440,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"16235caf8cc5db99","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16235caf8cc5db99","status":"passed","time":{"start":1714494785888,"stop":1714494785888,"duration":0}},{"uid":"6a78f47440468a03","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a78f47440468a03","status":"passed","time":{"start":1714492898552,"stop":1714492898553,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5a33eee8c777ea11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5a33eee8c777ea11","status":"passed","time":{"start":1714494838835,"stop":1714494838835,"duration":0}},{"uid":"7df1b4f2a86c0a82","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7df1b4f2a86c0a82","status":"passed","time":{"start":1714492985720,"stop":1714492985726,"duration":6}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7407d390bf8216f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7407d390bf8216f1","status":"passed","time":{"start":1714494735290,"stop":1714494735291,"duration":1}},{"uid":"30dce628dd73b934","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30dce628dd73b934","status":"passed","time":{"start":1714492814960,"stop":1714492814961,"duration":1}}]},"54229bf1cdf54d8e6362c73ea5d0745f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"56c6fe6f7b113c8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56c6fe6f7b113c8a","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"69b50506a3fe3ba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/69b50506a3fe3ba","status":"passed","time":{"start":1714492380868,"stop":1714492380869,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"335c3f8ca9ea5077","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/335c3f8ca9ea5077","status":"passed","time":{"start":1714494785911,"stop":1714494785911,"duration":0}},{"uid":"a21e414e60e10b95","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a21e414e60e10b95","status":"passed","time":{"start":1714492898566,"stop":1714492898566,"duration":0}}]},"f4ff3fa2f9edc5f26c4cbfe55af10c02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"69ca530937e4980f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69ca530937e4980f","status":"passed","time":{"start":1714494848663,"stop":1714494848663,"duration":0}},{"uid":"462ac5aefa9235de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/462ac5aefa9235de","status":"passed","time":{"start":1714492932200,"stop":1714492932201,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3786be2a5d523ade","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3786be2a5d523ade","status":"passed","time":{"start":1714494735286,"stop":1714494735287,"duration":1}},{"uid":"b4f2e400e48a847f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b4f2e400e48a847f","status":"passed","time":{"start":1714492814950,"stop":1714492814951,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"59a3d614a701fcf3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/59a3d614a701fcf3","status":"passed","time":{"start":1714494328713,"stop":1714494328714,"duration":1}},{"uid":"7246a81521c61096","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7246a81521c61096","status":"passed","time":{"start":1714492428467,"stop":1714492428467,"duration":0}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc14d7c308447639","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc14d7c308447639","status":"passed","time":{"start":1714494876056,"stop":1714494876056,"duration":0}},{"uid":"ff8546d07d184010","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff8546d07d184010","status":"passed","time":{"start":1714492961695,"stop":1714492961695,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c43a046ca9ea5f84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c43a046ca9ea5f84","status":"passed","time":{"start":1714494285525,"stop":1714494285525,"duration":0}},{"uid":"1376cd8d555229df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1376cd8d555229df","status":"passed","time":{"start":1714492389335,"stop":1714492389335,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"372c1962aeb0c48b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/372c1962aeb0c48b","status":"passed","time":{"start":1714494620618,"stop":1714494620619,"duration":1}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"df05df4cdaaf429","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/df05df4cdaaf429","status":"passed","time":{"start":1714494571263,"stop":1714494571264,"duration":1}},{"uid":"a79ffe91fdb0aa59","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a79ffe91fdb0aa59","status":"passed","time":{"start":1714492678657,"stop":1714492678657,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6c67120cbcf9836f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c67120cbcf9836f","status":"passed","time":{"start":1714494838848,"stop":1714494838849,"duration":1}},{"uid":"5283b5f6c7f8ef81","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5283b5f6c7f8ef81","status":"passed","time":{"start":1714492985766,"stop":1714492985766,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"36e8abeb1d5cee7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36e8abeb1d5cee7c","status":"passed","time":{"start":1714494954440,"stop":1714494954440,"duration":0}},{"uid":"66fdf2402b937c07","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/66fdf2402b937c07","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4dc64836f060e22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4dc64836f060e22","status":"passed","time":{"start":1714494837582,"stop":1714494837582,"duration":0}},{"uid":"ed04f9fd21928fac","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed04f9fd21928fac","status":"passed","time":{"start":1714492927146,"stop":1714492927146,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cbb7ea733b051678","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cbb7ea733b051678","status":"passed","time":{"start":1714494884076,"stop":1714494884077,"duration":1}},{"uid":"4aa4a2c00257cda8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4aa4a2c00257cda8","status":"passed","time":{"start":1714492954776,"stop":1714492954777,"duration":1}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5044d9bb8d78af3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5044d9bb8d78af3","status":"passed","time":{"start":1714494838840,"stop":1714494838840,"duration":0}},{"uid":"325f599d308e036a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/325f599d308e036a","status":"passed","time":{"start":1714492985741,"stop":1714492985741,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"372dc6ba69ea5534","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/372dc6ba69ea5534","status":"passed","time":{"start":1714494760924,"stop":1714494760924,"duration":0}},{"uid":"82bd2051f974b73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82bd2051f974b73","status":"passed","time":{"start":1714492834199,"stop":1714492834199,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"34d86496e6092a4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34d86496e6092a4e","status":"passed","time":{"start":1714494536935,"stop":1714494536935,"duration":0}},{"uid":"5a6dc35b10e6312a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a6dc35b10e6312a","status":"passed","time":{"start":1714492635270,"stop":1714492635271,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b24c53e38706a0c8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b24c53e38706a0c8","status":"passed","time":{"start":1714494735293,"stop":1714494735294,"duration":1}},{"uid":"c54ecf3fb1746878","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c54ecf3fb1746878","status":"passed","time":{"start":1714492814963,"stop":1714492814964,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cf15ee4ba640afe0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cf15ee4ba640afe0","status":"passed","time":{"start":1714494788147,"stop":1714494788147,"duration":0}},{"uid":"42382ba15626bbe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/42382ba15626bbe8","status":"passed","time":{"start":1714492860434,"stop":1714492860434,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b55862d8cf7088d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b55862d8cf7088d","status":"passed","time":{"start":1714494926188,"stop":1714494926189,"duration":1}},{"uid":"b049d547c6dc9eaf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b049d547c6dc9eaf","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5b9ab91d0010cf71","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b9ab91d0010cf71","status":"passed","time":{"start":1714494840035,"stop":1714494840037,"duration":2}},{"uid":"4eed7ccbf4886770","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eed7ccbf4886770","status":"passed","time":{"start":1714492923664,"stop":1714492923665,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"92ac4f5994b0bd34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92ac4f5994b0bd34","status":"passed","time":{"start":1714494954442,"stop":1714494954442,"duration":0}},{"uid":"b1696c911545c5b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b1696c911545c5b4","status":"passed","time":{"start":1714493052138,"stop":1714493052138,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b854fc6129df8d5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b854fc6129df8d5","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"326297739e2bfb71","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/326297739e2bfb71","status":"passed","time":{"start":1714492468974,"stop":1714492468975,"duration":1}}]},"9956d3730ec49a9d36285f9f37525df4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db0bd7c571d4489d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db0bd7c571d4489d","status":"passed","time":{"start":1714494838856,"stop":1714494838856,"duration":0}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54470972ab6d2894","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54470972ab6d2894","status":"passed","time":{"start":1714494760926,"stop":1714494760926,"duration":0}},{"uid":"7d5026f362f89bd6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d5026f362f89bd6","status":"passed","time":{"start":1714492834201,"stop":1714492834201,"duration":0}}]},"48833060c7bf029fdb6b46f348895e2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9f0fbe1982accc5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f9f0fbe1982accc5","status":"passed","time":{"start":1714494735306,"stop":1714494735306,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"46ea05e67b1667bd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46ea05e67b1667bd","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"7b046a4efcb9a71c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b046a4efcb9a71c","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ea76d6bd49129dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ea76d6bd49129dc","status":"passed","time":{"start":1714494402835,"stop":1714494402836,"duration":1}},{"uid":"d75182b20e4b117b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d75182b20e4b117b","status":"passed","time":{"start":1714492502955,"stop":1714492502956,"duration":1}}]},"e9a7523002df446ef81ded28e2d0d547:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9cbc1a941e464a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c9cbc1a941e464a7","status":"passed","time":{"start":1714492860433,"stop":1714492860433,"duration":0}}]},"93a9c5285a6c6691694bce3dbaa8b2af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cce6d59cd332a5d9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cce6d59cd332a5d9","status":"passed","time":{"start":1714494276822,"stop":1714494276822,"duration":0}},{"uid":"d4a238ba6e4bb34f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4a238ba6e4bb34f","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"12d48dc488365b02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/12d48dc488365b02","status":"passed","time":{"start":1714494338446,"stop":1714494338446,"duration":0}},{"uid":"ee6cc334aac389b8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee6cc334aac389b8","status":"passed","time":{"start":1714492438261,"stop":1714492438261,"duration":0}}]},"58ee54bc9ca77f7f7ae03e091810412d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"835da36b224db760","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/835da36b224db760","status":"passed","time":{"start":1714492923652,"stop":1714492923653,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6df6f3902b2e63e2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6df6f3902b2e63e2","status":"passed","time":{"start":1714494926189,"stop":1714494926189,"duration":0}},{"uid":"713e672ff4791c76","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/713e672ff4791c76","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ad7875e9d051cffd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ad7875e9d051cffd","status":"passed","time":{"start":1714494921191,"stop":1714494921191,"duration":0}},{"uid":"79f294d18685ab95","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/79f294d18685ab95","status":"passed","time":{"start":1714493000280,"stop":1714493000280,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"17cc5b0a25841f8b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17cc5b0a25841f8b","status":"passed","time":{"start":1714494788125,"stop":1714494788125,"duration":0}},{"uid":"30c05309587313ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30c05309587313ab","status":"passed","time":{"start":1714492860427,"stop":1714492860427,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d1a140872450a8c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1a140872450a8c","status":"passed","time":{"start":1714494285526,"stop":1714494285527,"duration":1}},{"uid":"8665f4e1e6e43501","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8665f4e1e6e43501","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"afffba4e41de1ea3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/afffba4e41de1ea3","status":"passed","time":{"start":1714494838846,"stop":1714494838846,"duration":0}},{"uid":"e63fa499e362fe4a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e63fa499e362fe4a","status":"passed","time":{"start":1714492985764,"stop":1714492985764,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"92f7c29d191332da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92f7c29d191332da","status":"passed","time":{"start":1714494840033,"stop":1714494840034,"duration":1}},{"uid":"74dea52b0079d54e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74dea52b0079d54e","status":"passed","time":{"start":1714492923662,"stop":1714492923663,"duration":1}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"91407cd846a75e6e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/91407cd846a75e6e","status":"passed","time":{"start":1714494413200,"stop":1714494413200,"duration":0}},{"uid":"17a9a879dae3af0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17a9a879dae3af0b","status":"passed","time":{"start":1714492522572,"stop":1714492522572,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"86a5636b78547739","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/86a5636b78547739","status":"passed","time":{"start":1714494926191,"stop":1714494926191,"duration":0}},{"uid":"293644a8a48b7ddf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/293644a8a48b7ddf","status":"passed","time":{"start":1714493011868,"stop":1714493011868,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fbdc56341e5e449d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbdc56341e5e449d","status":"passed","time":{"start":1714494954438,"stop":1714494954438,"duration":0}},{"uid":"eace379725a4157c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eace379725a4157c","status":"passed","time":{"start":1714493052134,"stop":1714493052134,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"345cf3caf60a360c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/345cf3caf60a360c","status":"passed","time":{"start":1714494482342,"stop":1714494482343,"duration":1}},{"uid":"769b1ca0cc9e07df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/769b1ca0cc9e07df","status":"passed","time":{"start":1714492591354,"stop":1714492591355,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc04d4a9e1906622","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc04d4a9e1906622","status":"passed","time":{"start":1714494401267,"stop":1714494401267,"duration":0}},{"uid":"f545fec31894083e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f545fec31894083e","status":"passed","time":{"start":1714492501441,"stop":1714492501441,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"491c813bab7864e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/491c813bab7864e9","status":"passed","time":{"start":1714494791246,"stop":1714494791247,"duration":1}},{"uid":"64145e8d62beb969","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/64145e8d62beb969","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"53ed2d6b9a787e06","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/53ed2d6b9a787e06","status":"passed","time":{"start":1714494785898,"stop":1714494785898,"duration":0}},{"uid":"9baed406b2bfc33c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9baed406b2bfc33c","status":"passed","time":{"start":1714492898556,"stop":1714492898556,"duration":0}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ea43f4b5db97f9f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ea43f4b5db97f9f","status":"passed","time":{"start":1714494284810,"stop":1714494284810,"duration":0}},{"uid":"c64a4ac1dc57e3a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c64a4ac1dc57e3a7","status":"passed","time":{"start":1714492388600,"stop":1714492388601,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b57053388da37e73","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b57053388da37e73","status":"passed","time":{"start":1714494300699,"stop":1714494300699,"duration":0}},{"uid":"d3d519490a708bf5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3d519490a708bf5","status":"passed","time":{"start":1714492404706,"stop":1714492404706,"duration":0}}]},"a12b3766b6de69836fc467edf224a418:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d942f3a38fda4014","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d942f3a38fda4014","status":"passed","time":{"start":1714494838855,"stop":1714494838855,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ea487cfb4f56f881","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ea487cfb4f56f881","status":"passed","time":{"start":1714494536936,"stop":1714494536936,"duration":0}},{"uid":"3f56590896705bad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f56590896705bad","status":"passed","time":{"start":1714492635271,"stop":1714492635272,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"39e27073391891bc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/39e27073391891bc","status":"passed","time":{"start":1714494735288,"stop":1714494735289,"duration":1}},{"uid":"c67e04efeeb76f45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c67e04efeeb76f45","status":"passed","time":{"start":1714492814952,"stop":1714492814958,"duration":6}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e8fb5ce730584875","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e8fb5ce730584875","status":"passed","time":{"start":1714494284809,"stop":1714494284810,"duration":1}},{"uid":"e05d449127ae457a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e05d449127ae457a","status":"passed","time":{"start":1714492388597,"stop":1714492388600,"duration":3}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8e91a7703814d5f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e91a7703814d5f1","status":"passed","time":{"start":1714494884080,"stop":1714494884081,"duration":1}},{"uid":"7c0977ff7aad726e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c0977ff7aad726e","status":"passed","time":{"start":1714492954778,"stop":1714492954778,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"16f94d6bfce18e12","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16f94d6bfce18e12","status":"passed","time":{"start":1714494402841,"stop":1714494402842,"duration":1}},{"uid":"1816eef34cbc72e7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1816eef34cbc72e7","status":"passed","time":{"start":1714492502961,"stop":1714492502967,"duration":6}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e6259f8008f20275","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6259f8008f20275","status":"passed","time":{"start":1714494482319,"stop":1714494482319,"duration":0}},{"uid":"ced334afabfe5efb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ced334afabfe5efb","status":"passed","time":{"start":1714492591343,"stop":1714492591343,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ca0d00cc420cc16","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ca0d00cc420cc16","status":"passed","time":{"start":1714494785901,"stop":1714494785902,"duration":1}},{"uid":"16f44ba139205b72","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/16f44ba139205b72","status":"passed","time":{"start":1714492898557,"stop":1714492898558,"duration":1}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"72c505af21cd1687","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72c505af21cd1687","status":"passed","time":{"start":1714494926190,"stop":1714494926190,"duration":0}},{"uid":"3a6b4ebc3a51f986","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a6b4ebc3a51f986","status":"passed","time":{"start":1714493011867,"stop":1714493011867,"duration":0}}]},"0eb9d08219b648eb4c75d264eef8376f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"25567c0761924c91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/25567c0761924c91","status":"passed","time":{"start":1714494276824,"stop":1714494276824,"duration":0}},{"uid":"c5ed55e378005d13","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c5ed55e378005d13","status":"passed","time":{"start":1714492380877,"stop":1714492380877,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"69096a3319eadaef","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69096a3319eadaef","status":"passed","time":{"start":1714494954444,"stop":1714494954444,"duration":0}},{"uid":"d9295354953ae132","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d9295354953ae132","status":"passed","time":{"start":1714493052140,"stop":1714493052140,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5c0bc20be47bc94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c0bc20be47bc94","status":"passed","time":{"start":1714494791254,"stop":1714494791255,"duration":1}},{"uid":"3c54f621183e5066","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3c54f621183e5066","status":"passed","time":{"start":1714492870710,"stop":1714492870710,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6e79603b1bfbcfe1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e79603b1bfbcfe1","status":"passed","time":{"start":1714494954446,"stop":1714494954447,"duration":1}},{"uid":"c2c361076fd8f235","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c2c361076fd8f235","status":"passed","time":{"start":1714493052142,"stop":1714493052143,"duration":1}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6d4365365118be9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6d4365365118be9","status":"passed","time":{"start":1714494735261,"stop":1714494735261,"duration":0}},{"uid":"d32e9c4283c54325","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d32e9c4283c54325","status":"passed","time":{"start":1714492814943,"stop":1714492814945,"duration":2}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2423767f91724c0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2423767f91724c0c","status":"passed","time":{"start":1714494735296,"stop":1714494735297,"duration":1}},{"uid":"1f80f2fea9cb8978","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f80f2fea9cb8978","status":"passed","time":{"start":1714492814966,"stop":1714492814967,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2835bc49c32003e5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2835bc49c32003e5","status":"passed","time":{"start":1714494883924,"stop":1714494883925,"duration":1}},{"uid":"5a77b472a394eed9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a77b472a394eed9","status":"passed","time":{"start":1714492982062,"stop":1714492982062,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"51b658b34d7682ba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51b658b34d7682ba","status":"passed","time":{"start":1714494735257,"stop":1714494735257,"duration":0}},{"uid":"178c6a9a8b9bff12","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/178c6a9a8b9bff12","status":"passed","time":{"start":1714492814935,"stop":1714492814936,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9a4d752659d7e181","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a4d752659d7e181","status":"passed","time":{"start":1714494735304,"stop":1714494735304,"duration":0}},{"uid":"d3598e633a95bab9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3598e633a95bab9","status":"passed","time":{"start":1714492814974,"stop":1714492814974,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"974bd91397344518","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/974bd91397344518","status":"passed","time":{"start":1714495063234,"stop":1714495063234,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f85b94dc93ba971f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f85b94dc93ba971f","status":"passed","time":{"start":1714494370499,"stop":1714494370500,"duration":1}},{"uid":"bc947377c8bf5427","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bc947377c8bf5427","status":"passed","time":{"start":1714492459794,"stop":1714492459794,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8fdf2b20ce4a4ca1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8fdf2b20ce4a4ca1","status":"passed","time":{"start":1714494482348,"stop":1714494482348,"duration":0}},{"uid":"190b5c81fe081c7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/190b5c81fe081c7c","status":"passed","time":{"start":1714492591361,"stop":1714492591362,"duration":1}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c955addc27457768","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c955addc27457768","status":"passed","time":{"start":1714494401269,"stop":1714494401269,"duration":0}},{"uid":"f1044d99363f8eaa","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1044d99363f8eaa","status":"passed","time":{"start":1714492501444,"stop":1714492501445,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"66da8a01c2d411c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66da8a01c2d411c3","status":"passed","time":{"start":1714494536936,"stop":1714494536937,"duration":1}},{"uid":"c731e0ad4c08de5b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c731e0ad4c08de5b","status":"passed","time":{"start":1714492635272,"stop":1714492635272,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8c0161a92122577a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c0161a92122577a","status":"passed","time":{"start":1714494954437,"stop":1714494954438,"duration":1}},{"uid":"23ece96747a98ade","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23ece96747a98ade","status":"passed","time":{"start":1714493052133,"stop":1714493052134,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7750ffe5308fa92d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7750ffe5308fa92d","status":"passed","time":{"start":1714494279630,"stop":1714494279631,"duration":1}},{"uid":"24f097e19a1a1b1d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24f097e19a1a1b1d","status":"passed","time":{"start":1714492383510,"stop":1714492383510,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c8351d487fa00e33","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8351d487fa00e33","status":"passed","time":{"start":1714494620617,"stop":1714494620617,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7a3e9454421d0878","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a3e9454421d0878","status":"passed","time":{"start":1714494536937,"stop":1714494536937,"duration":0}},{"uid":"3bc1bf91496bec90","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bc1bf91496bec90","status":"passed","time":{"start":1714492635272,"stop":1714492635273,"duration":1}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7d82acb598049f8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7d82acb598049f8","status":"passed","time":{"start":1714494312952,"stop":1714494312952,"duration":0}},{"uid":"501ffbf83f8c9aba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/501ffbf83f8c9aba","status":"passed","time":{"start":1714492412933,"stop":1714492412934,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"8773012880b43d23","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8773012880b43d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494500300,"stop":1714494500300,"duration":0}},{"uid":"e42cee6592f613a2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e42cee6592f613a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492591541,"stop":1714492591541,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dc0bbac31d90e533","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dc0bbac31d90e533","status":"passed","time":{"start":1714494848662,"stop":1714494848662,"duration":0}},{"uid":"934ed08b3812af58","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/934ed08b3812af58","status":"passed","time":{"start":1714492932199,"stop":1714492932200,"duration":1}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e7aac0ca3139db0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7aac0ca3139db0c","status":"passed","time":{"start":1714494785896,"stop":1714494785896,"duration":0}},{"uid":"beebdf13fcb62fd3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/beebdf13fcb62fd3","status":"passed","time":{"start":1714492898555,"stop":1714492898555,"duration":0}}]},"faee2cc8b04a2f5cff6892e93693cc67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"701d531d6cfac3da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/701d531d6cfac3da","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"55cadf5b9d13ed90","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55cadf5b9d13ed90","status":"passed","time":{"start":1714492380864,"stop":1714492380864,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6dada99ff89d3b50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6dada99ff89d3b50","status":"passed","time":{"start":1714494788126,"stop":1714494788126,"duration":0}},{"uid":"7b00e7f485bb28a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b00e7f485bb28a8","status":"passed","time":{"start":1714492860428,"stop":1714492860428,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"154e0ee3c91bb53c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/154e0ee3c91bb53c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351415,"duration":0}},{"uid":"f5e6407c1184ee8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f5e6407c1184ee8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441819,"stop":1714492441821,"duration":2}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"84bfa37dd797069","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/84bfa37dd797069","status":"passed","time":{"start":1714494735287,"stop":1714494735288,"duration":1}},{"uid":"d6d850de9dee1228","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d6d850de9dee1228","status":"passed","time":{"start":1714492814951,"stop":1714492814952,"duration":1}}]},"9e7dd417925f0d949288c3d1bb1516c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b68e9050e9a95340","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b68e9050e9a95340","status":"passed","time":{"start":1714492932197,"stop":1714492932197,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87be3e1759615b8d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87be3e1759615b8d","status":"passed","time":{"start":1714494914009,"stop":1714494914009,"duration":0}},{"uid":"2339f98e7b51427a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2339f98e7b51427a","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"abace6301ed4ee04","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/abace6301ed4ee04","status":"passed","time":{"start":1714494735297,"stop":1714494735298,"duration":1}},{"uid":"184186c55526606","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/184186c55526606","status":"passed","time":{"start":1714492814967,"stop":1714492814968,"duration":1}}]},"5c474162d6f153f8cb4d0bd3a90499d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85f14636552baf44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/85f14636552baf44","status":"passed","time":{"start":1714492932191,"stop":1714492932191,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"937a22de499dd069","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/937a22de499dd069","status":"passed","time":{"start":1714494735299,"stop":1714494735300,"duration":1}},{"uid":"e2696dfcba0ff881","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e2696dfcba0ff881","status":"passed","time":{"start":1714492814969,"stop":1714492814970,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be948661efd191a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be948661efd191a2","status":"passed","time":{"start":1714494571263,"stop":1714494571263,"duration":0}},{"uid":"7b34cadec9ef387b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b34cadec9ef387b","status":"passed","time":{"start":1714492678656,"stop":1714492678657,"duration":1}}]},"1c9dfab74576508f630dacff07044285:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f4f609b5f3475681","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4f609b5f3475681","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"d5c17fce7ffe97a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5c17fce7ffe97a9","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"b3feb5a26cc6e29ad0ae846c7e6daafd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a57fc95744d00677","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a57fc95744d00677","status":"passed","time":{"start":1714492898570,"stop":1714492898570,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"bd9d70e158336ae1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bd9d70e158336ae1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735610,"duration":1}},{"uid":"20bed11e950cc038","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/20bed11e950cc038","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814803,"stop":1714492814803,"duration":0}}]},"a242d1f679d17baff3f4f91a56d231bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be12165a88a7a99","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be12165a88a7a99","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"bc715fc9b421fbc9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bc715fc9b421fbc9","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5fb36180854812fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5fb36180854812fe","status":"passed","time":{"start":1714494848653,"stop":1714494848654,"duration":1}},{"uid":"3cb41da28f45a3dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3cb41da28f45a3dc","status":"passed","time":{"start":1714492932190,"stop":1714492932190,"duration":0}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f631b0ea49291774","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f631b0ea49291774","status":"passed","time":{"start":1714494914010,"stop":1714494914010,"duration":0}},{"uid":"da60eee274afd65c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da60eee274afd65c","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2b59699121eea870","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2b59699121eea870","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"89da0b72af43d7a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89da0b72af43d7a8","status":"passed","time":{"start":1714492405126,"stop":1714492405126,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"76c1a52eeb0c474e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76c1a52eeb0c474e","status":"passed","time":{"start":1714494482313,"stop":1714494482314,"duration":1}},{"uid":"b5a7986d96c10b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5a7986d96c10b4","status":"passed","time":{"start":1714492591342,"stop":1714492591342,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"34a4be2943103c98","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34a4be2943103c98","status":"passed","time":{"start":1714494571266,"stop":1714494571266,"duration":0}},{"uid":"dfd2628196a71fb1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dfd2628196a71fb1","status":"passed","time":{"start":1714492678665,"stop":1714492678665,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6041b4b7069bca35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6041b4b7069bca35","status":"passed","time":{"start":1714494310955,"stop":1714494310956,"duration":1}},{"uid":"71d2339b498582","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71d2339b498582","status":"passed","time":{"start":1714492410939,"stop":1714492410939,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f7faf69ab9f9c532","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f7faf69ab9f9c532","status":"passed","time":{"start":1714494482320,"stop":1714494482320,"duration":0}},{"uid":"15b8d1cf18291049","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/15b8d1cf18291049","status":"passed","time":{"start":1714492591344,"stop":1714492591344,"duration":0}}]},"60eec0d6c7ed69f7a762b7f55a57d65f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dffec130a7cff9d0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dffec130a7cff9d0","status":"passed","time":{"start":1714494840007,"stop":1714494840008,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3d6646cfb2dec8a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3d6646cfb2dec8a1","status":"passed","time":{"start":1714494785915,"stop":1714494785915,"duration":0}},{"uid":"4a1f0cb27ab2c483","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a1f0cb27ab2c483","status":"passed","time":{"start":1714492898571,"stop":1714492898571,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e44c6b6deab66237","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e44c6b6deab66237","status":"passed","time":{"start":1714494571258,"stop":1714494571259,"duration":1}},{"uid":"8cf0296bc054a94d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8cf0296bc054a94d","status":"passed","time":{"start":1714492678646,"stop":1714492678646,"duration":0}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"83794259a0813dd5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/83794259a0813dd5","status":"passed","time":{"start":1714494301034,"stop":1714494301034,"duration":0}},{"uid":"7223bbdb50dbcf69","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7223bbdb50dbcf69","status":"passed","time":{"start":1714492404787,"stop":1714492404787,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3b941ecd5b082520","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3b941ecd5b082520","status":"passed","time":{"start":1714494785912,"stop":1714494785912,"duration":0}},{"uid":"36938ce8ab96237","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/36938ce8ab96237","status":"passed","time":{"start":1714492898567,"stop":1714492898567,"duration":0}}]},"2f2b3c145f81f699c8d6bfc8ee4fa1e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66fed00f48326ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a66fed00f48326ab","status":"passed","time":{"start":1714492923659,"stop":1714492923659,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"40342c36ea2c0be5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/40342c36ea2c0be5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785918,"stop":1714494785918,"duration":0}},{"uid":"28216bb54b68dc0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/28216bb54b68dc0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b07c85f57104af5e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b07c85f57104af5e","status":"passed","time":{"start":1714494482354,"stop":1714494482354,"duration":0}},{"uid":"bba516c76fd47157","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bba516c76fd47157","status":"passed","time":{"start":1714492591369,"stop":1714492591370,"duration":1}}]},"0b01858ab19e320a01ba7b865252f82e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"813290a4bdd09e64","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/813290a4bdd09e64","status":"passed","time":{"start":1714494276817,"stop":1714494276818,"duration":1}},{"uid":"24790b9251078ea2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24790b9251078ea2","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"480e2f67fc1c6ad2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/480e2f67fc1c6ad2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494742982,"stop":1714494742982,"duration":0}},{"uid":"7939ce4bdc3267b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7939ce4bdc3267b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814492,"stop":1714492814493,"duration":1}}]},"129fb665bc40d58bc17fcdadd2b5fe59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"1bca8896b0e842f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1bca8896b0e842f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786058,"duration":1}},{"uid":"fd57428ee081479f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fd57428ee081479f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860589,"stop":1714492860589,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac941b520870f674","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac941b520870f674","status":"passed","time":{"start":1714494914008,"stop":1714494914009,"duration":1}},{"uid":"30168380c0582d2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30168380c0582d2","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"79489808c10b18c6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/79489808c10b18c6","status":"passed","time":{"start":1714494954436,"stop":1714494954437,"duration":1}},{"uid":"95bd01338ee488ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/95bd01338ee488ab","status":"passed","time":{"start":1714493052132,"stop":1714493052133,"duration":1}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e9fa75eb06638e8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e9fa75eb06638e8e","status":"passed","time":{"start":1714494279628,"stop":1714494279629,"duration":1}},{"uid":"d8bfa7d756a8b411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8bfa7d756a8b411","status":"passed","time":{"start":1714492383507,"stop":1714492383509,"duration":2}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aa1c521e01796b4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa1c521e01796b4e","status":"passed","time":{"start":1714494413198,"stop":1714494413198,"duration":0}},{"uid":"f67883c98795393f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f67883c98795393f","status":"passed","time":{"start":1714492522568,"stop":1714492522569,"duration":1}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"77c1a397665f8633","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/77c1a397665f8633","status":"passed","time":{"start":1714494279630,"stop":1714494279630,"duration":0}},{"uid":"22a418ce52cc30ad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/22a418ce52cc30ad","status":"passed","time":{"start":1714492383509,"stop":1714492383509,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"326dbb58c66aa2c1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/326dbb58c66aa2c1","status":"passed","time":{"start":1714494838841,"stop":1714494838842,"duration":1}},{"uid":"f71e55df1fbc2315","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f71e55df1fbc2315","status":"passed","time":{"start":1714492985742,"stop":1714492985743,"duration":1}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dab413ba5287e8c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dab413ba5287e8c7","status":"passed","time":{"start":1714494500295,"stop":1714494500297,"duration":2}},{"uid":"78f620bcd53c5c8e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/78f620bcd53c5c8e","status":"passed","time":{"start":1714492591539,"stop":1714492591539,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9c9bd270c04a2ad9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9c9bd270c04a2ad9","status":"passed","time":{"start":1714494954450,"stop":1714494954450,"duration":0}},{"uid":"dc6796367652178f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc6796367652178f","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d83077d12d5efd98","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d83077d12d5efd98","status":"passed","time":{"start":1714494921193,"stop":1714494921193,"duration":0}},{"uid":"5abc6315914e44d3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5abc6315914e44d3","status":"passed","time":{"start":1714493000281,"stop":1714493000281,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c85fc66c40b60426","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c85fc66c40b60426","status":"passed","time":{"start":1714494837583,"stop":1714494837583,"duration":0}},{"uid":"575cfa6b854ec06f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/575cfa6b854ec06f","status":"passed","time":{"start":1714492927147,"stop":1714492927147,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"321ac4b9cf8381f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/321ac4b9cf8381f1","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"527f97132892a207","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/527f97132892a207","status":"passed","time":{"start":1714493052140,"stop":1714493052141,"duration":1}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc9b8b86e7e251dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc9b8b86e7e251dc","status":"passed","time":{"start":1714494536936,"stop":1714494536936,"duration":0}},{"uid":"a36aa0e7cbb706a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a36aa0e7cbb706a7","status":"passed","time":{"start":1714492635271,"stop":1714492635271,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ce23b4d9aef3eed","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ce23b4d9aef3eed","status":"passed","time":{"start":1714494954442,"stop":1714494954443,"duration":1}},{"uid":"9adc5037fb7cd20e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9adc5037fb7cd20e","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1cbf3585099c94be","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1cbf3585099c94be","status":"passed","time":{"start":1714494788123,"stop":1714494788124,"duration":1}},{"uid":"44c0886436346274","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44c0886436346274","status":"passed","time":{"start":1714492860426,"stop":1714492860426,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1488ce0b05aa74ea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1488ce0b05aa74ea","status":"passed","time":{"start":1714494921189,"stop":1714494921190,"duration":1}},{"uid":"67b2870560d78f17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/67b2870560d78f17","status":"passed","time":{"start":1714493000279,"stop":1714493000279,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2aeb950f984e2ec6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2aeb950f984e2ec6","status":"passed","time":{"start":1714494896481,"stop":1714494896481,"duration":0}},{"uid":"74723b23e92ef33c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74723b23e92ef33c","status":"passed","time":{"start":1714492987118,"stop":1714492987118,"duration":0}}]},"2fbd0347885ea48ba9a2ba436764c5cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"39a7293c7bd6a867","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/39a7293c7bd6a867","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"8152737fe56af5e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8152737fe56af5e8","status":"passed","time":{"start":1714492380863,"stop":1714492380863,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4a8ed11a19e09a14","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a8ed11a19e09a14","status":"passed","time":{"start":1714494482350,"stop":1714494482351,"duration":1}},{"uid":"d7f898c663f4124d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d7f898c663f4124d","status":"passed","time":{"start":1714492591366,"stop":1714492591367,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"93f8d83ce7b0ce59","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93f8d83ce7b0ce59","status":"passed","time":{"start":1714494760927,"stop":1714494760927,"duration":0}},{"uid":"5290de5b22ae7935","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5290de5b22ae7935","status":"passed","time":{"start":1714492834201,"stop":1714492834202,"duration":1}}]},"3731f37c9b4e25689c3c6de02b004918:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c5daf65b239930db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c5daf65b239930db","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"81d39fd27bfa3143","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/81d39fd27bfa3143","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6232ebb184f6d1f7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6232ebb184f6d1f7","status":"passed","time":{"start":1714494500290,"stop":1714494500290,"duration":0}},{"uid":"ca678e0b2b660d48","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ca678e0b2b660d48","status":"passed","time":{"start":1714492591457,"stop":1714492591458,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b2ff091487499e6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3b2ff091487499e6","status":"passed","time":{"start":1714494620618,"stop":1714494620618,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6249a0a80d62ebc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6249a0a80d62ebc6","status":"passed","time":{"start":1714494482337,"stop":1714494482338,"duration":1}},{"uid":"db742e2a43a203f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db742e2a43a203f3","status":"passed","time":{"start":1714492591352,"stop":1714492591352,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af551426748bd4fa","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af551426748bd4fa","status":"passed","time":{"start":1714494571256,"stop":1714494571256,"duration":0}},{"uid":"e05ff41e58774879","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e05ff41e58774879","status":"passed","time":{"start":1714492678641,"stop":1714492678641,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b66c02a62b368561","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b66c02a62b368561","status":"passed","time":{"start":1714494285531,"stop":1714494285531,"duration":0}},{"uid":"f3b564f298c9c238","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f3b564f298c9c238","status":"passed","time":{"start":1714492389345,"stop":1714492389345,"duration":0}}]},"2225ff025340d26ee102ed51dc06c459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6282bb824ef4ae61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6282bb824ef4ae61","status":"passed","time":{"start":1714492860433,"stop":1714492860433,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7475aca3c1c0756","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7475aca3c1c0756","status":"passed","time":{"start":1714494785901,"stop":1714494785901,"duration":0}},{"uid":"2e46b69232f7d172","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e46b69232f7d172","status":"passed","time":{"start":1714492898557,"stop":1714492898557,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"d078eabfa9d7e66e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d078eabfa9d7e66e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735609,"duration":0}},{"uid":"89b032ae1ba9d5c9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89b032ae1ba9d5c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814801,"stop":1714492814801,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dccc386c024a4f42","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dccc386c024a4f42","status":"passed","time":{"start":1714494482326,"stop":1714494482327,"duration":1}},{"uid":"fc5c67389cbf71df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fc5c67389cbf71df","status":"passed","time":{"start":1714492591348,"stop":1714492591349,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e60c9b6abff9146e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e60c9b6abff9146e","status":"passed","time":{"start":1714494837584,"stop":1714494837584,"duration":0}},{"uid":"5a0ce196e121b3bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a0ce196e121b3bd","status":"passed","time":{"start":1714492927151,"stop":1714492927151,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9002683d81e97a3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9002683d81e97a3","status":"passed","time":{"start":1714494785907,"stop":1714494785907,"duration":0}},{"uid":"3387617d83f62839","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3387617d83f62839","status":"passed","time":{"start":1714492898562,"stop":1714492898562,"duration":0}}]},"861ec5e48c0c1f2a3d3259f952825483:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b55fe95395886698","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b55fe95395886698","status":"passed","time":{"start":1714492923649,"stop":1714492923650,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"90770a25530da195","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90770a25530da195","status":"passed","time":{"start":1714494536934,"stop":1714494536935,"duration":1}},{"uid":"16be9c5aef892fcc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/16be9c5aef892fcc","status":"passed","time":{"start":1714492635270,"stop":1714492635270,"duration":0}}]},"83858de5e60dc445f487fd332d149fd7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c5a728281837ced3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c5a728281837ced3","status":"passed","time":{"start":1714494276820,"stop":1714494276820,"duration":0}},{"uid":"b6abcbc0b8d66f61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b6abcbc0b8d66f61","status":"passed","time":{"start":1714492380873,"stop":1714492380874,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0a95e3c1c86f6fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0a95e3c1c86f6fe","status":"passed","time":{"start":1714494896479,"stop":1714494896480,"duration":1}},{"uid":"59fa7690576af52d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/59fa7690576af52d","status":"passed","time":{"start":1714492987117,"stop":1714492987117,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"928c89db4b52b2b2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/928c89db4b52b2b2","status":"passed","time":{"start":1714494500290,"stop":1714494500291,"duration":1}},{"uid":"b2b9b40351a272a1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2b9b40351a272a1","status":"passed","time":{"start":1714492591458,"stop":1714492591458,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fcaa42ab7265007e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fcaa42ab7265007e","status":"passed","time":{"start":1714494788125,"stop":1714494788126,"duration":1}},{"uid":"d5e864b4d920c1c1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5e864b4d920c1c1","status":"passed","time":{"start":1714492860427,"stop":1714492860428,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"71f60a00923926a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71f60a00923926a1","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"a8e27223b2b290c1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8e27223b2b290c1","status":"passed","time":{"start":1714493052143,"stop":1714493052143,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5c09c5f074a74b9c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c09c5f074a74b9c","status":"passed","time":{"start":1714494785889,"stop":1714494785890,"duration":1}},{"uid":"4eef1ad26f03e9ea","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eef1ad26f03e9ea","status":"passed","time":{"start":1714492898554,"stop":1714492898554,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"72b029079f5dcac8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72b029079f5dcac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494791242,"stop":1714494791242,"duration":0}},{"uid":"a8a058dd61acf46a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8a058dd61acf46a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492870705,"stop":1714492870705,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9026b2175fbbfc07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9026b2175fbbfc07","status":"passed","time":{"start":1714494310954,"stop":1714494310954,"duration":0}},{"uid":"b10feb1165341093","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b10feb1165341093","status":"passed","time":{"start":1714492410938,"stop":1714492410938,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"dac3fe7a9a224c9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dac3fe7a9a224c9d","status":"passed","time":{"start":1714494788126,"stop":1714494788127,"duration":1}},{"uid":"74a239dd01c5df32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74a239dd01c5df32","status":"passed","time":{"start":1714492860428,"stop":1714492860429,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d5448eeda1c8f581","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5448eeda1c8f581","status":"passed","time":{"start":1714494335557,"stop":1714494335558,"duration":1}},{"uid":"b990d7547d015d7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b990d7547d015d7","status":"passed","time":{"start":1714492436196,"stop":1714492436197,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6fa47acfa32fcc2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fa47acfa32fcc2","status":"passed","time":{"start":1714494742982,"stop":1714494742982,"duration":0}},{"uid":"9977ca8a79e7e84e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9977ca8a79e7e84e","status":"passed","time":{"start":1714492814493,"stop":1714492814493,"duration":0}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b421f78682457fb1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b421f78682457fb1","status":"passed","time":{"start":1714494884068,"stop":1714494884075,"duration":7}},{"uid":"3b946646a763d837","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b946646a763d837","status":"passed","time":{"start":1714492954775,"stop":1714492954776,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"31ef62db8a3629b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/31ef62db8a3629b7","status":"passed","time":{"start":1714494276803,"stop":1714494276803,"duration":0}},{"uid":"482c678dd229bc28","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/482c678dd229bc28","status":"passed","time":{"start":1714492380857,"stop":1714492380857,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"604c2d94cfd5d898","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/604c2d94cfd5d898","status":"passed","time":{"start":1714494914007,"stop":1714494914008,"duration":1}},{"uid":"4ebcaea0d2927972","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ebcaea0d2927972","status":"passed","time":{"start":1714493011108,"stop":1714493011108,"duration":0}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ec60047ca187ec4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec60047ca187ec4","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"a7b9a864b64d778f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7b9a864b64d778f","status":"passed","time":{"start":1714492380863,"stop":1714492380864,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"17202caff1d674bb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17202caff1d674bb","status":"passed","time":{"start":1714494785908,"stop":1714494785908,"duration":0}},{"uid":"9958028650d66f8e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9958028650d66f8e","status":"passed","time":{"start":1714492898563,"stop":1714492898564,"duration":1}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2b203615d9c4bea7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2b203615d9c4bea7","status":"passed","time":{"start":1714494791238,"stop":1714494791239,"duration":1}},{"uid":"54a0a5facaa42493","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54a0a5facaa42493","status":"passed","time":{"start":1714492870703,"stop":1714492870704,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"749b1c04dd3403c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749b1c04dd3403c9","status":"passed","time":{"start":1714494402842,"stop":1714494402843,"duration":1}},{"uid":"d48444475be3be29","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d48444475be3be29","status":"passed","time":{"start":1714492502968,"stop":1714492502968,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f719b6f1bab0b4b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f719b6f1bab0b4b3","status":"passed","time":{"start":1714494785910,"stop":1714494785911,"duration":1}},{"uid":"794ef7730a947788","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/794ef7730a947788","status":"passed","time":{"start":1714492898566,"stop":1714492898566,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ac1adeacb4c5eed0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac1adeacb4c5eed0","status":"passed","time":{"start":1714494785903,"stop":1714494785903,"duration":0}},{"uid":"c0d839ec7b97ceeb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c0d839ec7b97ceeb","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"fe77f8a52d115fe17e1a5c24770d6a1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"390a58bcc690708f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/390a58bcc690708f","status":"passed","time":{"start":1714494785914,"stop":1714494785915,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d1728fa63f849ba5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1728fa63f849ba5","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"790f1e117f48e7b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/790f1e117f48e7b0","status":"passed","time":{"start":1714492468973,"stop":1714492468974,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fdd99962b234ca0d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fdd99962b234ca0d","status":"passed","time":{"start":1714494285525,"stop":1714494285525,"duration":0}},{"uid":"a14bb095c735a860","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a14bb095c735a860","status":"passed","time":{"start":1714492389339,"stop":1714492389340,"duration":1}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6c607f3034756d60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c607f3034756d60","status":"passed","time":{"start":1714494926190,"stop":1714494926191,"duration":1}},{"uid":"3a9b8b6b8b51c458","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a9b8b6b8b51c458","status":"passed","time":{"start":1714493011867,"stop":1714493011868,"duration":1}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"266129d2f466fe2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/266129d2f466fe2c","status":"passed","time":{"start":1714494838841,"stop":1714494838841,"duration":0}},{"uid":"86c5fa71fc662d7d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86c5fa71fc662d7d","status":"passed","time":{"start":1714492985742,"stop":1714492985742,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7fe7ea047f6bf22e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7fe7ea047f6bf22e","status":"passed","time":{"start":1714494571259,"stop":1714494571259,"duration":0}},{"uid":"ed75d6624e40281f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed75d6624e40281f","status":"passed","time":{"start":1714492678646,"stop":1714492678647,"duration":1}}]},"7c438a03b960c30952e90094a136f274:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a753659b0b144ffe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a753659b0b144ffe","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"b295b46f1b477d53","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b295b46f1b477d53","status":"passed","time":{"start":1714492380867,"stop":1714492380868,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6401f885253c9f3e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6401f885253c9f3e","status":"passed","time":{"start":1714494837582,"stop":1714494837583,"duration":1}},{"uid":"6df42898fbf7f5ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6df42898fbf7f5ca","status":"passed","time":{"start":1714492927147,"stop":1714492927147,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"25d792931c16b72d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/25d792931c16b72d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494301222,"stop":1714494301222,"duration":0}},{"uid":"f18e3403decd97e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f18e3403decd97e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492405130,"stop":1714492405131,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8ecb92d01b641f4b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ecb92d01b641f4b","status":"passed","time":{"start":1714494571266,"stop":1714494571266,"duration":0}},{"uid":"f8e452c6cdbd7e60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f8e452c6cdbd7e60","status":"passed","time":{"start":1714492678665,"stop":1714492678666,"duration":1}}]},"303e63687aedbb1bb8b7149bcf259f55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5aa3b6c2351693b6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5aa3b6c2351693b6","status":"passed","time":{"start":1714494848656,"stop":1714494848657,"duration":1}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2c97846ef0fa0719","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c97846ef0fa0719","status":"passed","time":{"start":1714494788138,"stop":1714494788139,"duration":1}},{"uid":"7e35aac039b8c923","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e35aac039b8c923","status":"passed","time":{"start":1714492860430,"stop":1714492860430,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"198bd343bebc3f70","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/198bd343bebc3f70","status":"passed","time":{"start":1714494788122,"stop":1714494788123,"duration":1}},{"uid":"9d0fa22309243f67","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9d0fa22309243f67","status":"passed","time":{"start":1714492860424,"stop":1714492860425,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"ecf81556ed8eec85","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ecf81556ed8eec85","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494788150,"stop":1714494788150,"duration":0}},{"uid":"e339eb73ac44884","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e339eb73ac44884","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860436,"stop":1714492860437,"duration":1}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"564774c14edecbb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/564774c14edecbb3","status":"passed","time":{"start":1714494954435,"stop":1714494954435,"duration":0}},{"uid":"9ad57f1c2759389f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9ad57f1c2759389f","status":"passed","time":{"start":1714493052131,"stop":1714493052131,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d77424a4b35798ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d77424a4b35798ad","status":"passed","time":{"start":1714494276799,"stop":1714494276800,"duration":1}},{"uid":"b694597b15dd8939","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b694597b15dd8939","status":"passed","time":{"start":1714492380854,"stop":1714492380854,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"52a383ec597fed55","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/52a383ec597fed55","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785906,"stop":1714494785906,"duration":0}},{"uid":"17585ca0e3146dc1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17585ca0e3146dc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898561,"stop":1714492898561,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aeb93e1e1a953e15","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aeb93e1e1a953e15","status":"passed","time":{"start":1714494285527,"stop":1714494285527,"duration":0}},{"uid":"335ae0ec69f6b81f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/335ae0ec69f6b81f","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cad6daf7f4b9b921","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cad6daf7f4b9b921","status":"passed","time":{"start":1714494926189,"stop":1714494926189,"duration":0}},{"uid":"68a1ae58b74bea2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68a1ae58b74bea2f","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f6c4265892a8945e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6c4265892a8945e","status":"passed","time":{"start":1714494954452,"stop":1714494954452,"duration":0}},{"uid":"44ef26dc856df836","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44ef26dc856df836","status":"passed","time":{"start":1714493052147,"stop":1714493052147,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7f6456691e76d605","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7f6456691e76d605","status":"passed","time":{"start":1714494284893,"stop":1714494284893,"duration":0}},{"uid":"a862363406009a28","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a862363406009a28","status":"passed","time":{"start":1714492388669,"stop":1714492388670,"duration":1}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a41c0d65ed77b0f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a41c0d65ed77b0f","status":"passed","time":{"start":1714494735315,"stop":1714494735316,"duration":1}},{"uid":"17fa3cb8fa20632e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17fa3cb8fa20632e","status":"passed","time":{"start":1714492815001,"stop":1714492815002,"duration":1}}]},"ac752214c5e233c723214a5333854f2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4a56d6ea3adf1aea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a56d6ea3adf1aea","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"9f063a79731e0145","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9f063a79731e0145","status":"passed","time":{"start":1714492380872,"stop":1714492380873,"duration":1}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a2d026cc264e56b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a2d026cc264e56b3","status":"passed","time":{"start":1714494482325,"stop":1714494482325,"duration":0}},{"uid":"2877758a69cc2027","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2877758a69cc2027","status":"passed","time":{"start":1714492591346,"stop":1714492591347,"duration":1}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"24f8ecadbada644b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24f8ecadbada644b","status":"passed","time":{"start":1714494401268,"stop":1714494401268,"duration":0}},{"uid":"4a853cdb1d357e0f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a853cdb1d357e0f","status":"passed","time":{"start":1714492501443,"stop":1714492501443,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b7fd64ccafd4724f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b7fd64ccafd4724f","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"69e920cea82af66f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/69e920cea82af66f","status":"passed","time":{"start":1714493052143,"stop":1714493052144,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"62af8f2cd7f01276","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/62af8f2cd7f01276","status":"passed","time":{"start":1714494301033,"stop":1714494301033,"duration":0}},{"uid":"5b0bc7af55d50849","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b0bc7af55d50849","status":"passed","time":{"start":1714492404785,"stop":1714492404785,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5470935b78b31c03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5470935b78b31c03","status":"passed","time":{"start":1714494791253,"stop":1714494791253,"duration":0}},{"uid":"a047bbaa77202186","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a047bbaa77202186","status":"passed","time":{"start":1714492870709,"stop":1714492870710,"duration":1}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"af993263f11b8d0b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af993263f11b8d0b","status":"passed","time":{"start":1714494301216,"stop":1714494301217,"duration":1}},{"uid":"90cee3b77f1c91af","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/90cee3b77f1c91af","status":"passed","time":{"start":1714492405124,"stop":1714492405125,"duration":1}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"818cd343d30ed7c4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/818cd343d30ed7c4","status":"passed","time":{"start":1714494954431,"stop":1714494954432,"duration":1}},{"uid":"edd45de538f5e07f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/edd45de538f5e07f","status":"passed","time":{"start":1714493052127,"stop":1714493052128,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"712f0fd882ebbdbc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/712f0fd882ebbdbc","status":"passed","time":{"start":1714494838851,"stop":1714494838852,"duration":1}},{"uid":"193a70bbc81da4d2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/193a70bbc81da4d2","status":"passed","time":{"start":1714492985770,"stop":1714492985770,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d4491ae7eeb4aaf7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d4491ae7eeb4aaf7","status":"passed","time":{"start":1714494791256,"stop":1714494791257,"duration":1}},{"uid":"b5fa63cefd13a8f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5fa63cefd13a8f0","status":"passed","time":{"start":1714492870711,"stop":1714492870711,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1ddf3b1b30a0177e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ddf3b1b30a0177e","status":"passed","time":{"start":1714494571261,"stop":1714494571261,"duration":0}},{"uid":"60c31a36280bce00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60c31a36280bce00","status":"passed","time":{"start":1714492678655,"stop":1714492678655,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35fb68fc92b841b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/35fb68fc92b841b5","status":"passed","time":{"start":1714494305183,"stop":1714494305184,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6d030cf65cf957b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6d030cf65cf957b","status":"passed","time":{"start":1714494290446,"stop":1714494290446,"duration":0}},{"uid":"ee1743360b80d5e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee1743360b80d5e0","status":"passed","time":{"start":1714492394189,"stop":1714492394189,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2628e66bf16c38ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2628e66bf16c38ae","status":"passed","time":{"start":1714494760922,"stop":1714494760922,"duration":0}},{"uid":"1c914d21aa26b7c3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c914d21aa26b7c3","status":"passed","time":{"start":1714492834195,"stop":1714492834196,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7dd5f9ad915ac0b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7dd5f9ad915ac0b7","status":"passed","time":{"start":1714494954430,"stop":1714494954431,"duration":1}},{"uid":"18707a96d9a2cbef","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/18707a96d9a2cbef","status":"passed","time":{"start":1714493052126,"stop":1714493052127,"duration":1}}]},"02b855bc22277e3fadd4a7af1649a952:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e71835ca618c1506","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e71835ca618c1506","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"a8f0d4aa0b3fa500","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8f0d4aa0b3fa500","status":"passed","time":{"start":1714492380865,"stop":1714492380865,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ffb963f41e4f163","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ffb963f41e4f163","status":"passed","time":{"start":1714494500291,"stop":1714494500291,"duration":0}},{"uid":"3f8f0fd2a7cf095f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f8f0fd2a7cf095f","status":"passed","time":{"start":1714492591474,"stop":1714492591474,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"67dbcfc01addfab4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/67dbcfc01addfab4","status":"passed","time":{"start":1714494735316,"stop":1714494735316,"duration":0}},{"uid":"1fa72d08fa29a4f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1fa72d08fa29a4f3","status":"passed","time":{"start":1714492815002,"stop":1714492815003,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8465dde0c6bfc56c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8465dde0c6bfc56c","status":"passed","time":{"start":1714494335557,"stop":1714494335557,"duration":0}},{"uid":"d3aaf64c9a3eb333","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3aaf64c9a3eb333","status":"passed","time":{"start":1714492436196,"stop":1714492436196,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4928a3b7434b8337","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4928a3b7434b8337","status":"passed","time":{"start":1714494351414,"stop":1714494351414,"duration":0}},{"uid":"9c8df21e1a8de6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9c8df21e1a8de6d","status":"passed","time":{"start":1714492441819,"stop":1714492441819,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8fcda0b537e8fe07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8fcda0b537e8fe07","status":"passed","time":{"start":1714494926191,"stop":1714494926191,"duration":0}},{"uid":"acc3acda375cb410","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acc3acda375cb410","status":"passed","time":{"start":1714493011868,"stop":1714493011868,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f62031c462eb6b2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f62031c462eb6b2c","status":"passed","time":{"start":1714494285528,"stop":1714494285528,"duration":0}},{"uid":"554b0b375e3f00c6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/554b0b375e3f00c6","status":"passed","time":{"start":1714492389342,"stop":1714492389342,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b285e10ec8f8068d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b285e10ec8f8068d","status":"passed","time":{"start":1714494838854,"stop":1714494838854,"duration":0}},{"uid":"153205755e0d1b61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/153205755e0d1b61","status":"passed","time":{"start":1714492985775,"stop":1714492985775,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"da759a4589f4be9b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da759a4589f4be9b","status":"passed","time":{"start":1714494785887,"stop":1714494785887,"duration":0}},{"uid":"9a409b124854b17a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a409b124854b17a","status":"passed","time":{"start":1714492898551,"stop":1714492898552,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c00524eebd435ca7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c00524eebd435ca7","status":"passed","time":{"start":1714494402846,"stop":1714494402846,"duration":0}},{"uid":"d3af80f9c04eba32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3af80f9c04eba32","status":"passed","time":{"start":1714492502972,"stop":1714492502973,"duration":1}}]},"46c935c3914d3bf5cb6ad8f3f6d3a286:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a5713afc22431bb4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5713afc22431bb4","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"6549855ebc40258a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6549855ebc40258a","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5d3455cc641012b2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5d3455cc641012b2","status":"passed","time":{"start":1714494500286,"stop":1714494500287,"duration":1}},{"uid":"9a525ac8da38a8fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a525ac8da38a8fc","status":"passed","time":{"start":1714492591441,"stop":1714492591442,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"e848bf8c278de80","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e848bf8c278de80","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785906,"stop":1714494785906,"duration":0}},{"uid":"fa210ae30b91317e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa210ae30b91317e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898561,"stop":1714492898562,"duration":1}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"db0ff730ba7f5a8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db0ff730ba7f5a8","status":"passed","time":{"start":1714494368383,"stop":1714494368383,"duration":0}},{"uid":"bddc6f55598e163e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bddc6f55598e163e","status":"passed","time":{"start":1714492468972,"stop":1714492468972,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e5e09fff4c23e3fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5e09fff4c23e3fc","status":"passed","time":{"start":1714494954440,"stop":1714494954440,"duration":0}},{"uid":"cfe883bda58ac9e4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cfe883bda58ac9e4","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4631889e3326c172","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4631889e3326c172","status":"passed","time":{"start":1714494402848,"stop":1714494402849,"duration":1}},{"uid":"cdbf792ad920eeb2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdbf792ad920eeb2","status":"passed","time":{"start":1714492502973,"stop":1714492502974,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cac36dd77d395b4c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cac36dd77d395b4c","status":"passed","time":{"start":1714494482332,"stop":1714494482332,"duration":0}},{"uid":"3941c217a5b3de65","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3941c217a5b3de65","status":"passed","time":{"start":1714492591351,"stop":1714492591351,"duration":0}}]},"f3465541c4ec3eb239fc428f28d143c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1d33c42c7d595a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d1d33c42c7d595a7","status":"passed","time":{"start":1714492591475,"stop":1714492591533,"duration":58}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"23df6a5e26f7e8c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/23df6a5e26f7e8c3","status":"passed","time":{"start":1714494908934,"stop":1714494908936,"duration":2}},{"uid":"60b9bc9995c567e5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60b9bc9995c567e5","status":"passed","time":{"start":1714492995227,"stop":1714492995228,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"46d509d99c1eb955","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46d509d99c1eb955","status":"passed","time":{"start":1714494764687,"stop":1714494764687,"duration":0}},{"uid":"fa71f22729675a14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa71f22729675a14","status":"passed","time":{"start":1714492842571,"stop":1714492842571,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f525eca1d6b7c730","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f525eca1d6b7c730","status":"passed","time":{"start":1714494301034,"stop":1714494301034,"duration":0}},{"uid":"fb769b59c5cfc61e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fb769b59c5cfc61e","status":"passed","time":{"start":1714492404786,"stop":1714492404787,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"15ad37b740e8123","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/15ad37b740e8123","status":"passed","time":{"start":1714494785912,"stop":1714494785912,"duration":0}},{"uid":"8ce1852c1580f09d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ce1852c1580f09d","status":"passed","time":{"start":1714492898568,"stop":1714492898568,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2413cec6e0889f03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2413cec6e0889f03","status":"passed","time":{"start":1714494482343,"stop":1714494482345,"duration":2}},{"uid":"564f3a76da435350","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/564f3a76da435350","status":"passed","time":{"start":1714492591355,"stop":1714492591355,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3ad978f81914b497","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3ad978f81914b497","status":"passed","time":{"start":1714494482350,"stop":1714494482350,"duration":0}},{"uid":"45947f5b6634fa7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/45947f5b6634fa7c","status":"passed","time":{"start":1714492591365,"stop":1714492591365,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f77f55e7ceb85e55","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f77f55e7ceb85e55","status":"passed","time":{"start":1714494620616,"stop":1714494620617,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9a9b7a8bbd8a0468","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a9b7a8bbd8a0468","status":"passed","time":{"start":1714494735292,"stop":1714494735293,"duration":1}},{"uid":"f4bd8ed8023d1682","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f4bd8ed8023d1682","status":"passed","time":{"start":1714492814962,"stop":1714492814963,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"916b4bbcea53e88f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/916b4bbcea53e88f","status":"passed","time":{"start":1714494914010,"stop":1714494914011,"duration":1}},{"uid":"3077da67df1508cf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3077da67df1508cf","status":"passed","time":{"start":1714493011111,"stop":1714493011111,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b5bc26437af8a4b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5bc26437af8a4b4","status":"passed","time":{"start":1714494482351,"stop":1714494482351,"duration":0}},{"uid":"49b8ce92de1b7bfd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49b8ce92de1b7bfd","status":"passed","time":{"start":1714492591367,"stop":1714492591367,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c4eb3cced549174d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c4eb3cced549174d","status":"passed","time":{"start":1714494791250,"stop":1714494791251,"duration":1}},{"uid":"2ec1207900acbf68","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2ec1207900acbf68","status":"passed","time":{"start":1714492870709,"stop":1714492870709,"duration":0}}]},"50537bb6b1f5b1c0fc716798fabfd26c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f20951279e37f8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f20951279e37f8f","status":"passed","time":{"start":1714492932193,"stop":1714492932193,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9233e20ae89c427d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9233e20ae89c427d","status":"passed","time":{"start":1714494536937,"stop":1714494536938,"duration":1}},{"uid":"573acf04d95d4ed0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/573acf04d95d4ed0","status":"passed","time":{"start":1714492635273,"stop":1714492635273,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e68ae59c2a156002","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e68ae59c2a156002","status":"passed","time":{"start":1714494402837,"stop":1714494402838,"duration":1}},{"uid":"7f734ff63598b428","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f734ff63598b428","status":"passed","time":{"start":1714492502958,"stop":1714492502959,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"416bc19ff375d46","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/416bc19ff375d46","status":"passed","time":{"start":1714494791255,"stop":1714494791255,"duration":0}},{"uid":"97374c809055fa0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/97374c809055fa0a","status":"passed","time":{"start":1714492870710,"stop":1714492870711,"duration":1}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"672f6f334441594b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/672f6f334441594b","status":"passed","time":{"start":1714494285526,"stop":1714494285526,"duration":0}},{"uid":"6be8d253e93144f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6be8d253e93144f8","status":"passed","time":{"start":1714492389340,"stop":1714492389340,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"150a0825670b6c0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/150a0825670b6c0c","status":"passed","time":{"start":1714494500295,"stop":1714494500295,"duration":0}},{"uid":"b860a50ff6748b88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b860a50ff6748b88","status":"passed","time":{"start":1714492591538,"stop":1714492591539,"duration":1}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fbf5d6c6928c21af","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbf5d6c6928c21af","status":"passed","time":{"start":1714494482319,"stop":1714494482319,"duration":0}},{"uid":"135cbdea106068cc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/135cbdea106068cc","status":"passed","time":{"start":1714492591343,"stop":1714492591343,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7732f6f7ccba19b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7732f6f7ccba19b4","status":"passed","time":{"start":1714494788144,"stop":1714494788145,"duration":1}},{"uid":"ee87feb5bc8f9a55","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee87feb5bc8f9a55","status":"passed","time":{"start":1714492860432,"stop":1714492860432,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"578cb05299bbe330","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/578cb05299bbe330","status":"passed","time":{"start":1714494482324,"stop":1714494482325,"duration":1}},{"uid":"54e537ca835de27f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54e537ca835de27f","status":"passed","time":{"start":1714492591346,"stop":1714492591346,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2062d9191f7141cc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2062d9191f7141cc","status":"passed","time":{"start":1714494500285,"stop":1714494500285,"duration":0}},{"uid":"a12585f8b3194754","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a12585f8b3194754","status":"passed","time":{"start":1714492591441,"stop":1714492591441,"duration":0}}]},"7266d77ff19eb7258dba3cfcf9ede807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5c8e5ada84c39f53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c8e5ada84c39f53","status":"passed","time":{"start":1714494276825,"stop":1714494276826,"duration":1}},{"uid":"4f212f6b9939be6a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4f212f6b9939be6a","status":"passed","time":{"start":1714492380878,"stop":1714492380879,"duration":1}}]},"9ce0018d108b4f2f5e91881fea233724:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61505b8611edaa8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61505b8611edaa8","status":"passed","time":{"start":1714494735307,"stop":1714494735315,"duration":8}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d8eba47930afc5ca","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8eba47930afc5ca","status":"passed","time":{"start":1714494368385,"stop":1714494368385,"duration":0}},{"uid":"19d9efde10fbf569","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/19d9efde10fbf569","status":"passed","time":{"start":1714492468978,"stop":1714492468979,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9cced71fbdf8f8c4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9cced71fbdf8f8c4","status":"passed","time":{"start":1714494735261,"stop":1714494735278,"duration":17}},{"uid":"5d6e1c23a9aa9fbb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d6e1c23a9aa9fbb","status":"passed","time":{"start":1714492814945,"stop":1714492814946,"duration":1}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"811bb96b0526c8ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/811bb96b0526c8ae","status":"passed","time":{"start":1714494898216,"stop":1714494898217,"duration":1}},{"uid":"da38e6dc76ed0c37","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da38e6dc76ed0c37","status":"passed","time":{"start":1714492984320,"stop":1714492984321,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f7f802420db35f12","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f7f802420db35f12","status":"passed","time":{"start":1714494536934,"stop":1714494536934,"duration":0}},{"uid":"acaef2a43abc3d80","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acaef2a43abc3d80","status":"passed","time":{"start":1714492635268,"stop":1714492635268,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f89631f2124cb104","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f89631f2124cb104","status":"passed","time":{"start":1714494802221,"stop":1714494802221,"duration":0}},{"uid":"859aba6b887bbce9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/859aba6b887bbce9","status":"passed","time":{"start":1714492887584,"stop":1714492887584,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5163aebb212f9859","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5163aebb212f9859","status":"passed","time":{"start":1714494785917,"stop":1714494785917,"duration":0}},{"uid":"a7a4a1ce1f6de365","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7a4a1ce1f6de365","status":"passed","time":{"start":1714492898572,"stop":1714492898572,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b7b1df38c6bfc91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b7b1df38c6bfc91","status":"passed","time":{"start":1714494735257,"stop":1714494735257,"duration":0}},{"uid":"c0b9928061a44c15","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c0b9928061a44c15","status":"passed","time":{"start":1714492814924,"stop":1714492814934,"duration":10}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be1fb2412204d3ed","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be1fb2412204d3ed","status":"passed","time":{"start":1714494402847,"stop":1714494402847,"duration":0}},{"uid":"9b9eb71e922c4c06","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b9eb71e922c4c06","status":"passed","time":{"start":1714492502973,"stop":1714492502973,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7cbbcd81b537fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7cbbcd81b537fe","status":"passed","time":{"start":1714494788123,"stop":1714494788123,"duration":0}},{"uid":"3dae9e64a047cb6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3dae9e64a047cb6d","status":"passed","time":{"start":1714492860425,"stop":1714492860426,"duration":1}}]},"519871244511f8103b541adf791b29e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fef05503a0890f20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fef05503a0890f20","status":"passed","time":{"start":1714494848655,"stop":1714494848656,"duration":1}}]},"22d9b44fa879c7252afece8242815abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c749c9569ded2f7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1c749c9569ded2f7","status":"passed","time":{"start":1714494840011,"stop":1714494840027,"duration":16}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e6865a66ce978e5b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6865a66ce978e5b","status":"passed","time":{"start":1714494785913,"stop":1714494785913,"duration":0}},{"uid":"582de4cf06a430bc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/582de4cf06a430bc","status":"passed","time":{"start":1714492898568,"stop":1714492898568,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"26f99f80c7f6de53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/26f99f80c7f6de53","status":"passed","time":{"start":1714494290449,"stop":1714494290450,"duration":1}},{"uid":"7bbceacdeb128225","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bbceacdeb128225","status":"passed","time":{"start":1714492394192,"stop":1714492394192,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a7cda95ecf68c78e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a7cda95ecf68c78e","status":"passed","time":{"start":1714494876055,"stop":1714494876055,"duration":0}},{"uid":"97cfb2b12ab8c3c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/97cfb2b12ab8c3c8","status":"passed","time":{"start":1714492961694,"stop":1714492961694,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"ef059c8f24209aec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef059c8f24209aec","status":"passed","time":{"start":1714494764686,"stop":1714494764687,"duration":1}},{"uid":"125dd96ed22faeb4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/125dd96ed22faeb4","status":"passed","time":{"start":1714492842570,"stop":1714492842571,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6d91bcd1c620be69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6d91bcd1c620be69","status":"passed","time":{"start":1714494290035,"stop":1714494290035,"duration":0}},{"uid":"a3403e9906e8eb59","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a3403e9906e8eb59","status":"passed","time":{"start":1714492394075,"stop":1714492394076,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"415bc3012fff92fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/415bc3012fff92fe","status":"passed","time":{"start":1714494791248,"stop":1714494791249,"duration":1}},{"uid":"5987f2a4b22a39b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5987f2a4b22a39b2","status":"passed","time":{"start":1714492870708,"stop":1714492870708,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"65cc802f733ecd57","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65cc802f733ecd57","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"1e2232a56f08229a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1e2232a56f08229a","status":"passed","time":{"start":1714492468975,"stop":1714492468977,"duration":2}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fff05eeb50fce782","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fff05eeb50fce782","status":"passed","time":{"start":1714494276798,"stop":1714494276799,"duration":1}},{"uid":"62cb0253bf511f5f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/62cb0253bf511f5f","status":"passed","time":{"start":1714492380853,"stop":1714492380853,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"2e4e8b8119980f63","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2e4e8b8119980f63","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494791243,"stop":1714494791243,"duration":0}},{"uid":"fc3b941cd08d862c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fc3b941cd08d862c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492870705,"stop":1714492870705,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2f805585b3241ca5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2f805585b3241ca5","status":"passed","time":{"start":1714494884061,"stop":1714494884062,"duration":1}},{"uid":"4665e4c02b2acde2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4665e4c02b2acde2","status":"passed","time":{"start":1714492954774,"stop":1714492954774,"duration":0}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a9e5bd7bb8255e2e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a9e5bd7bb8255e2e","status":"passed","time":{"start":1714494898216,"stop":1714494898216,"duration":0}},{"uid":"b67ea054e486dedf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b67ea054e486dedf","status":"passed","time":{"start":1714492984320,"stop":1714492984320,"duration":0}}]},"b04597be08d04dae835db318996e2378:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"842918037fbaf3f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/842918037fbaf3f6","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"a08173b5894824fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a08173b5894824fd","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ae87ab5e32c6c5b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ae87ab5e32c6c5b","status":"passed","time":{"start":1714494285532,"stop":1714494285533,"duration":1}},{"uid":"10d2962aff43d98b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/10d2962aff43d98b","status":"passed","time":{"start":1714492389346,"stop":1714492389347,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"be7bfc954605ebf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be7bfc954605ebf","status":"passed","time":{"start":1714494571254,"stop":1714494571255,"duration":1}},{"uid":"303c7bccf063ed9c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/303c7bccf063ed9c","status":"passed","time":{"start":1714492678637,"stop":1714492678638,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9a9a3187b401608","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a9a3187b401608","status":"passed","time":{"start":1714494791257,"stop":1714494791258,"duration":1}},{"uid":"8df033beddf5ae3f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8df033beddf5ae3f","status":"passed","time":{"start":1714492870711,"stop":1714492870711,"duration":0}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"23b472e30d67b0c0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/23b472e30d67b0c0","status":"passed","time":{"start":1714494373391,"stop":1714494373400,"duration":9}},{"uid":"aca14411c564ba8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aca14411c564ba8","status":"passed","time":{"start":1714492481135,"stop":1714492481135,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e8126c2f3d400135","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e8126c2f3d400135","status":"passed","time":{"start":1714494802221,"stop":1714494802222,"duration":1}},{"uid":"b5884f873220687e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5884f873220687e","status":"passed","time":{"start":1714492887585,"stop":1714492887585,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5dcf0f25b6a78323","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dcf0f25b6a78323","status":"passed","time":{"start":1714494926188,"stop":1714494926188,"duration":0}},{"uid":"60a68b02f9e4f0fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60a68b02f9e4f0fd","status":"passed","time":{"start":1714493011865,"stop":1714493011865,"duration":0}}]},"faf8b7bc8120dfec2a6508665a827bc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9c93c738c35c794c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9c93c738c35c794c","status":"passed","time":{"start":1714494276814,"stop":1714494276815,"duration":1}},{"uid":"1018aa699da13391","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1018aa699da13391","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18557a234a2cb004","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18557a234a2cb004","status":"passed","time":{"start":1714494785916,"stop":1714494785916,"duration":0}},{"uid":"98a9c1e56d9cc979","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98a9c1e56d9cc979","status":"passed","time":{"start":1714492898571,"stop":1714492898572,"duration":1}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4c224a6b73a01afb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c224a6b73a01afb","status":"passed","time":{"start":1714494571518,"stop":1714494571518,"duration":0}},{"uid":"6bb2f5f5049a1f4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6bb2f5f5049a1f4","status":"passed","time":{"start":1714492678755,"stop":1714492678755,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5394915e7b4c0a72","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5394915e7b4c0a72","status":"passed","time":{"start":1714494571260,"stop":1714494571260,"duration":0}},{"uid":"3bb9b0330930bf4b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bb9b0330930bf4b","status":"passed","time":{"start":1714492678649,"stop":1714492678650,"duration":1}}]},"aa36de023b51578d22d831a2bc704668:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4b0fd32f14362e52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b0fd32f14362e52","status":"passed","time":{"start":1714494276808,"stop":1714494276808,"duration":0}},{"uid":"da99f5a3e13ef0d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da99f5a3e13ef0d","status":"passed","time":{"start":1714492380862,"stop":1714492380862,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a14e6c58266ab62a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a14e6c58266ab62a","status":"passed","time":{"start":1714494571259,"stop":1714494571260,"duration":1}},{"uid":"d42b5d5f5ab91b44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d42b5d5f5ab91b44","status":"passed","time":{"start":1714492678647,"stop":1714492678649,"duration":2}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aee0357395dca853","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aee0357395dca853","status":"passed","time":{"start":1714494285519,"stop":1714494285520,"duration":1}},{"uid":"1ad35e692e6e3c05","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1ad35e692e6e3c05","status":"passed","time":{"start":1714492389333,"stop":1714492389333,"duration":0}}]},"e266d6ba355c5b32bfb272c83dffd625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fd0a603a0afee38","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fd0a603a0afee38","status":"passed","time":{"start":1714494276823,"stop":1714494276823,"duration":0}},{"uid":"aba3149cb796ac18","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aba3149cb796ac18","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5cc58fd8c1038c03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5cc58fd8c1038c03","status":"passed","time":{"start":1714494883915,"stop":1714494883916,"duration":1}},{"uid":"c1becc3404c5727a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c1becc3404c5727a","status":"passed","time":{"start":1714492982047,"stop":1714492982048,"duration":1}}]},"d9cd34974e6538c379789c20f432438a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"81d9ff7e1d8eef33","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/81d9ff7e1d8eef33","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"739075f3c5b02763","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/739075f3c5b02763","status":"passed","time":{"start":1714492380865,"stop":1714492380865,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3f1dd76a31d09535","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3f1dd76a31d09535","status":"passed","time":{"start":1714494277047,"stop":1714494277048,"duration":1}},{"uid":"2b447a14cb38610e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2b447a14cb38610e","status":"passed","time":{"start":1714492380912,"stop":1714492380913,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d25b0981c27c2d7d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d25b0981c27c2d7d","status":"passed","time":{"start":1714494735303,"stop":1714494735303,"duration":0}},{"uid":"186946c4f92d6978","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/186946c4f92d6978","status":"passed","time":{"start":1714492814971,"stop":1714492814972,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a0b889369f8a3c35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0b889369f8a3c35","status":"passed","time":{"start":1714494413196,"stop":1714494413197,"duration":1}},{"uid":"8233dd795a1e7a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8233dd795a1e7a9","status":"passed","time":{"start":1714492522567,"stop":1714492522568,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"204c55bea27eaaa7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/204c55bea27eaaa7","status":"passed","time":{"start":1714494328717,"stop":1714494328717,"duration":0}},{"uid":"7831554236040c2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7831554236040c2f","status":"passed","time":{"start":1714492428469,"stop":1714492428470,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1b95c162ea6113f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1b95c162ea6113f","status":"passed","time":{"start":1714494785916,"stop":1714494785916,"duration":0}},{"uid":"1c02ffe1ad08b7a0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c02ffe1ad08b7a0","status":"passed","time":{"start":1714492898572,"stop":1714492898572,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3376c77a33098795","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3376c77a33098795","status":"passed","time":{"start":1714494954433,"stop":1714494954433,"duration":0}},{"uid":"448aff7775b71d22","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/448aff7775b71d22","status":"passed","time":{"start":1714493052129,"stop":1714493052129,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"43be50812d6ace61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/43be50812d6ace61","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"9a82475f9ebc7e29","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a82475f9ebc7e29","status":"passed","time":{"start":1714493052141,"stop":1714493052141,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"484159d71569ec61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/484159d71569ec61","status":"passed","time":{"start":1714494285519,"stop":1714494285519,"duration":0}},{"uid":"7899921c71819a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7899921c71819a","status":"passed","time":{"start":1714492389332,"stop":1714492389332,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":2,"passed":0,"unknown":0,"total":2},"items":[{"uid":"de3ebab03d25447","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/de3ebab03d25447","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735609,"duration":0}},{"uid":"5e9e8e3539c21002","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5e9e8e3539c21002","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814802,"stop":1714492814802,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c4e69ba4e59bee53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c4e69ba4e59bee53","status":"passed","time":{"start":1714494954439,"stop":1714494954439,"duration":0}},{"uid":"b8a824254dfe6758","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b8a824254dfe6758","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ea941b0616ca737","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ea941b0616ca737","status":"passed","time":{"start":1714494500285,"stop":1714494500285,"duration":0}},{"uid":"bdde9724aeb5921c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bdde9724aeb5921c","status":"passed","time":{"start":1714492591441,"stop":1714492591441,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7067f51b9b75df8b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7067f51b9b75df8b","status":"passed","time":{"start":1714494837582,"stop":1714494837582,"duration":0}},{"uid":"e2625dc551558d8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e2625dc551558d8f","status":"passed","time":{"start":1714492927146,"stop":1714492927146,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a9b755f5ae0ae163","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a9b755f5ae0ae163","status":"passed","time":{"start":1714494500288,"stop":1714494500288,"duration":0}},{"uid":"6df406256817831b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6df406256817831b","status":"passed","time":{"start":1714492591445,"stop":1714492591446,"duration":1}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"eab021bc73d268ac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eab021bc73d268ac","status":"passed","time":{"start":1714494338446,"stop":1714494338447,"duration":1}},{"uid":"a46401ab52148e6e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a46401ab52148e6e","status":"passed","time":{"start":1714492438262,"stop":1714492438262,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"65bffb21d4d32b23","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65bffb21d4d32b23","status":"passed","time":{"start":1714494401269,"stop":1714494401269,"duration":0}},{"uid":"44db04bb164c414c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44db04bb164c414c","status":"passed","time":{"start":1714492501443,"stop":1714492501443,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"735f9f14480cd5d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/735f9f14480cd5d6","status":"passed","time":{"start":1714494884078,"stop":1714494884079,"duration":1}},{"uid":"1f116e543ce55c6a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f116e543ce55c6a","status":"passed","time":{"start":1714492954777,"stop":1714492954777,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"50e54a735e1504ff","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/50e54a735e1504ff","status":"passed","time":{"start":1714494838849,"stop":1714494838849,"duration":0}},{"uid":"4564e9edb530de0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4564e9edb530de0a","status":"passed","time":{"start":1714492985767,"stop":1714492985767,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c486ab7c309514b6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c486ab7c309514b6","status":"passed","time":{"start":1714494341390,"stop":1714494341390,"duration":0}},{"uid":"eec9bf970fc643b7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eec9bf970fc643b7","status":"passed","time":{"start":1714492438813,"stop":1714492438814,"duration":1}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"18a8e9705f4b1e0a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18a8e9705f4b1e0a","status":"passed","time":{"start":1714494500291,"stop":1714494500292,"duration":1}},{"uid":"668b89a29e55ebe0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/668b89a29e55ebe0","status":"passed","time":{"start":1714492591474,"stop":1714492591474,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8b3723964fd2a223","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b3723964fd2a223","status":"passed","time":{"start":1714494735291,"stop":1714494735292,"duration":1}},{"uid":"cc10e9a1fa2c0548","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc10e9a1fa2c0548","status":"passed","time":{"start":1714492814961,"stop":1714492814962,"duration":1}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"3da614e4e79d6360","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3da614e4e79d6360","status":"passed","time":{"start":1714494276801,"stop":1714494276802,"duration":1}},{"uid":"bee0660c1bfd1f52","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bee0660c1bfd1f52","status":"passed","time":{"start":1714492380856,"stop":1714492380856,"duration":0}}]},"3a3cb21fa197c45801352dc5a35abb45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4f6037af69300a63","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f6037af69300a63","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"d77cef34b0bb513b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d77cef34b0bb513b","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c7bb348b42026274","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7bb348b42026274","status":"passed","time":{"start":1714494284811,"stop":1714494284812,"duration":1}},{"uid":"55201f50a1390c25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55201f50a1390c25","status":"passed","time":{"start":1714492388602,"stop":1714492388603,"duration":1}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"88abfe3f9b8e5f17","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/88abfe3f9b8e5f17","status":"passed","time":{"start":1714494884075,"stop":1714494884076,"duration":1}},{"uid":"50def09eb6ed782d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50def09eb6ed782d","status":"passed","time":{"start":1714492954776,"stop":1714492954776,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a5049bd3cb2baa0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5049bd3cb2baa0c","status":"passed","time":{"start":1714494571264,"stop":1714494571265,"duration":1}},{"uid":"51d806b2ed237002","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51d806b2ed237002","status":"passed","time":{"start":1714492678658,"stop":1714492678659,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1dff38830c659754","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1dff38830c659754","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"d5cbae181fd69b36","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5cbae181fd69b36","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"b8eef057cfec8ae0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8eef057cfec8ae0","status":"passed","time":{"start":1714494954443,"stop":1714494954443,"duration":0}},{"uid":"2352766d73db6161","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2352766d73db6161","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"440d5ac8f7e72343","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/440d5ac8f7e72343","status":"passed","time":{"start":1714494482335,"stop":1714494482336,"duration":1}},{"uid":"82ab79be29f147dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82ab79be29f147dd","status":"passed","time":{"start":1714492591352,"stop":1714492591352,"duration":0}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"20ea9285a05196a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/20ea9285a05196a1","status":"passed","time":{"start":1714494840004,"stop":1714494840004,"duration":0}},{"uid":"e9c7c3ac769d3779","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e9c7c3ac769d3779","status":"passed","time":{"start":1714492923647,"stop":1714492923648,"duration":1}}]},"f4752f5433d0fa539afa829a31efc09b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d184097e0a5b7ef8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d184097e0a5b7ef8","status":"passed","time":{"start":1714492814996,"stop":1714492815000,"duration":4}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6fab010eadbd655","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fab010eadbd655","status":"passed","time":{"start":1714494788127,"stop":1714494788127,"duration":0}},{"uid":"f383d4abf5ed10a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f383d4abf5ed10a","status":"passed","time":{"start":1714492860429,"stop":1714492860429,"duration":0}}]},"eaed94db374768bf3e5b04b88569eab3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e33ea2b97268941c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e33ea2b97268941c","status":"passed","time":{"start":1714494848658,"stop":1714494848658,"duration":0}}]},"0b0810a34a0e9f2a0267990f50ae841e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"471f66a375680b13","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/471f66a375680b13","status":"passed","time":{"start":1714494276828,"stop":1714494276828,"duration":0}},{"uid":"ed5e4cbc753053c2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed5e4cbc753053c2","status":"passed","time":{"start":1714492380881,"stop":1714492380881,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ad76389416fe3e8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ad76389416fe3e8","status":"passed","time":{"start":1714494954442,"stop":1714494954442,"duration":0}},{"uid":"a45e39b13413578","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a45e39b13413578","status":"passed","time":{"start":1714493052138,"stop":1714493052138,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"d0ac4f17557218fb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d0ac4f17557218fb","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"8cdf0a4112d4b44b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8cdf0a4112d4b44b","status":"passed","time":{"start":1714492405126,"stop":1714492405127,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9de0e73f2c25c8a7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9de0e73f2c25c8a7","status":"passed","time":{"start":1714494838854,"stop":1714494838854,"duration":0}},{"uid":"ad2e4a94eae3f6c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ad2e4a94eae3f6c8","status":"passed","time":{"start":1714492985775,"stop":1714492985775,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"510f74b33119a2bd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/510f74b33119a2bd","status":"passed","time":{"start":1714494791239,"stop":1714494791240,"duration":1}},{"uid":"3b4111233ff2d27a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b4111233ff2d27a","status":"passed","time":{"start":1714492870704,"stop":1714492870704,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4ea555127eb70167","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ea555127eb70167","status":"passed","time":{"start":1714494500283,"stop":1714494500283,"duration":0}},{"uid":"bedcd4b8e4f743b5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bedcd4b8e4f743b5","status":"passed","time":{"start":1714492591435,"stop":1714492591435,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8bc6e7dac9dd8a07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8bc6e7dac9dd8a07","status":"passed","time":{"start":1714494838857,"stop":1714494838857,"duration":0}},{"uid":"b800cdc2548092a2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b800cdc2548092a2","status":"passed","time":{"start":1714492985780,"stop":1714492985780,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a5c381f3208cae95","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5c381f3208cae95","status":"passed","time":{"start":1714494373386,"stop":1714494373386,"duration":0}},{"uid":"a7dcec99f24a59de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7dcec99f24a59de","status":"passed","time":{"start":1714492481133,"stop":1714492481134,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"31f25b1ed42c2a44","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/31f25b1ed42c2a44","status":"passed","time":{"start":1714494954450,"stop":1714494954451,"duration":1}},{"uid":"caf0c824a1e2510a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/caf0c824a1e2510a","status":"passed","time":{"start":1714493052147,"stop":1714493052147,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c8049489f9616409","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8049489f9616409","status":"passed","time":{"start":1714494921191,"stop":1714494921192,"duration":1}},{"uid":"3df2a92f0ae78d78","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3df2a92f0ae78d78","status":"passed","time":{"start":1714493000280,"stop":1714493000280,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"976b21e71c87749","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/976b21e71c87749","status":"passed","time":{"start":1714494338445,"stop":1714494338445,"duration":0}},{"uid":"7fb22c94889cc013","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7fb22c94889cc013","status":"passed","time":{"start":1714492438261,"stop":1714492438261,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"e105800aa907e33f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e105800aa907e33f","status":"passed","time":{"start":1714494300696,"stop":1714494300696,"duration":0}},{"uid":"94d9faf9b8c2ca64","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/94d9faf9b8c2ca64","status":"passed","time":{"start":1714492404703,"stop":1714492404704,"duration":1}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"9d8b0319ed790bd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d8b0319ed790bd8","status":"passed","time":{"start":1714494838844,"stop":1714494838844,"duration":0}},{"uid":"a0ca9a82396d3a1f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a0ca9a82396d3a1f","status":"passed","time":{"start":1714492985751,"stop":1714492985751,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c652fd0ca858cfeb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c652fd0ca858cfeb","status":"passed","time":{"start":1714494571267,"stop":1714494571267,"duration":0}},{"uid":"ff190eaa5b1b4929","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff190eaa5b1b4929","status":"passed","time":{"start":1714492678667,"stop":1714492678667,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"97cf48d38002e765","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/97cf48d38002e765","status":"passed","time":{"start":1714494785897,"stop":1714494785897,"duration":0}},{"uid":"743fecc720236aa4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/743fecc720236aa4","status":"passed","time":{"start":1714492898555,"stop":1714492898556,"duration":1}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a87fea9f3f6c53d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a87fea9f3f6c53d6","status":"passed","time":{"start":1714494954431,"stop":1714494954431,"duration":0}},{"uid":"43cfc964ef152d76","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/43cfc964ef152d76","status":"passed","time":{"start":1714493052127,"stop":1714493052127,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f3a26c9a73fb3c01","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f3a26c9a73fb3c01","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"a151f74611e202e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a151f74611e202e8","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c8c7ce1d955f0427","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8c7ce1d955f0427","status":"passed","time":{"start":1714494954433,"stop":1714494954433,"duration":0}},{"uid":"6fce6296431d8ffb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6fce6296431d8ffb","status":"passed","time":{"start":1714493052129,"stop":1714493052129,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"763bae8df6c3007c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/763bae8df6c3007c","status":"passed","time":{"start":1714494791240,"stop":1714494791241,"duration":1}},{"uid":"3e868cd86a36e853","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e868cd86a36e853","status":"passed","time":{"start":1714492870704,"stop":1714492870705,"duration":1}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"fa63668dfccc4f6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa63668dfccc4f6b","status":"passed","time":{"start":1714494328712,"stop":1714494328713,"duration":1}},{"uid":"b2c2fad9343f2ba2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2c2fad9343f2ba2","status":"passed","time":{"start":1714492428466,"stop":1714492428466,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87b8f426ddbaf2cd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87b8f426ddbaf2cd","status":"passed","time":{"start":1714494896478,"stop":1714494896478,"duration":0}},{"uid":"172b23621e02eb72","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/172b23621e02eb72","status":"passed","time":{"start":1714492987113,"stop":1714492987113,"duration":0}}]},"3ed9b66e45c94b179dff35bf2fe88201:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a96dddada2f0d3c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a96dddada2f0d3c9","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"139605d4f44bbfea","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/139605d4f44bbfea","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"2887cf0e58d747ec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2887cf0e58d747ec","status":"passed","time":{"start":1714494896480,"stop":1714494896480,"duration":0}},{"uid":"8fbc8955eea04f55","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8fbc8955eea04f55","status":"passed","time":{"start":1714492987117,"stop":1714492987118,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"571d521733ccc080","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/571d521733ccc080","status":"passed","time":{"start":1714494536932,"stop":1714494536932,"duration":0}},{"uid":"49f9c0671bf2b0b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49f9c0671bf2b0b9","status":"passed","time":{"start":1714492635264,"stop":1714492635267,"duration":3}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"749e32652d20f931","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749e32652d20f931","status":"passed","time":{"start":1714495063232,"stop":1714495063232,"duration":0}}]},"2973786701829cc88c7aa5f131d3870e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"145939cb30cd0df1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/145939cb30cd0df1","status":"passed","time":{"start":1714492923657,"stop":1714492923657,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"408efa53b91df213","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/408efa53b91df213","status":"passed","time":{"start":1714494896482,"stop":1714494896482,"duration":0}},{"uid":"68d60807ab96c97e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68d60807ab96c97e","status":"passed","time":{"start":1714492987119,"stop":1714492987119,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c88c76ebb4281bee","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c88c76ebb4281bee","status":"passed","time":{"start":1714494571263,"stop":1714494571263,"duration":0}},{"uid":"f0f77ef9d7c3d868","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f0f77ef9d7c3d868","status":"passed","time":{"start":1714492678656,"stop":1714492678656,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e115920f8a78615","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2e115920f8a78615","status":"passed","time":{"start":1714494305183,"stop":1714494305183,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7a1ee9b6d9af1098","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a1ee9b6d9af1098","status":"passed","time":{"start":1714494500293,"stop":1714494500294,"duration":1}},{"uid":"db95f8a4993b08e2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db95f8a4993b08e2","status":"passed","time":{"start":1714492591534,"stop":1714492591534,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"54bf37c275453388","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54bf37c275453388","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"98a62b029252e34","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98a62b029252e34","status":"passed","time":{"start":1714492405126,"stop":1714492405126,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"98bc976914cf793d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/98bc976914cf793d","status":"passed","time":{"start":1714494760925,"stop":1714494760925,"duration":0}},{"uid":"7d89756c0cf5938a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d89756c0cf5938a","status":"passed","time":{"start":1714492834200,"stop":1714492834201,"duration":1}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a903de695dab03f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a903de695dab03f1","status":"passed","time":{"start":1714494402838,"stop":1714494402841,"duration":3}},{"uid":"2a6896ef3f6ebd51","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2a6896ef3f6ebd51","status":"passed","time":{"start":1714492502959,"stop":1714492502961,"duration":2}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"aa08f3129ad04b3c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa08f3129ad04b3c","status":"passed","time":{"start":1714494482312,"stop":1714494482313,"duration":1}},{"uid":"decdda90af289d96","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/decdda90af289d96","status":"passed","time":{"start":1714492591341,"stop":1714492591342,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"65a243da7569a586","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65a243da7569a586","status":"passed","time":{"start":1714494311520,"stop":1714494311521,"duration":1}},{"uid":"aa391192991f731f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aa391192991f731f","status":"passed","time":{"start":1714492411490,"stop":1714492411490,"duration":0}}]},"a2cbaa5dd740f221be6b07d1bd5d0ce1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6ec752f7104a7ae7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ec752f7104a7ae7","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"972c8d71bcd3a09e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/972c8d71bcd3a09e","status":"passed","time":{"start":1714492380870,"stop":1714492380871,"duration":1}}]}} \ No newline at end of file +{"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"415906f30b70ec3e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/415906f30b70ec3e","status":"passed","time":{"start":1714500850422,"stop":1714500850422,"duration":0}},{"uid":"93ae7a6d4c64ba64","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93ae7a6d4c64ba64","status":"passed","time":{"start":1714494602308,"stop":1714494602308,"duration":0}},{"uid":"d4511c3a270d28f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4511c3a270d28f0","status":"passed","time":{"start":1714492686140,"stop":1714492686141,"duration":1}}]},"23ce82d154f37ea4f5a1b9b5294d72c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"48ba88acb59c5a30","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48ba88acb59c5a30","status":"passed","time":{"start":1714494848654,"stop":1714494848655,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbc8a50ec1ecd5d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fbc8a50ec1ecd5d5","status":"passed","time":{"start":1714500976530,"stop":1714500976531,"duration":1}},{"uid":"9fcaa302d017a029","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9fcaa302d017a029","status":"passed","time":{"start":1714494735258,"stop":1714494735258,"duration":0}},{"uid":"25455a43e10160a3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/25455a43e10160a3","status":"passed","time":{"start":1714492814937,"stop":1714492814939,"duration":2}}]},"39f59080b5d6fbae518c82e94593bca2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bceab8cf7a9f6b10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bceab8cf7a9f6b10","status":"passed","time":{"start":1714494279631,"stop":1714494279632,"duration":1}},{"uid":"d9fc45b73a4a2413","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d9fc45b73a4a2413","status":"passed","time":{"start":1714492383511,"stop":1714492383511,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"209d3a7bf06afc1e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/209d3a7bf06afc1e","status":"passed","time":{"start":1714500525332,"stop":1714500525332,"duration":0}},{"uid":"d72c70cde481f105","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d72c70cde481f105","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"efd0221709627626","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/efd0221709627626","status":"passed","time":{"start":1714492380863,"stop":1714492380863,"duration":0}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"90c1555411cb95d6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/90c1555411cb95d6","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"duration":0}},{"uid":"ab49b4134e76a73c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ab49b4134e76a73c","status":"passed","time":{"start":1714494482347,"stop":1714494482347,"duration":0}},{"uid":"d3830b3f14180d9f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3830b3f14180d9f","status":"passed","time":{"start":1714492591360,"stop":1714492591360,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"774f311be489f502","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/774f311be489f502","status":"passed","time":{"start":1714500735358,"stop":1714500735359,"duration":1}},{"uid":"36ed72b33d11493e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36ed72b33d11493e","status":"passed","time":{"start":1714494500284,"stop":1714494500285,"duration":1}},{"uid":"e1a69d9ab9956493","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e1a69d9ab9956493","status":"passed","time":{"start":1714492591436,"stop":1714492591440,"duration":4}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7d7eededbe4db1ec","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7d7eededbe4db1ec","status":"passed","time":{"start":1714500534110,"stop":1714500534111,"duration":1}},{"uid":"489732c1923aaa60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/489732c1923aaa60","status":"passed","time":{"start":1714494285532,"stop":1714494285532,"duration":0}},{"uid":"e0f51e1f7a58697e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0f51e1f7a58697e","status":"passed","time":{"start":1714492389346,"stop":1714492389346,"duration":0}}]},"a4be64084c93e29babbcfded90bc2613:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7ac4269dd7509b8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7ac4269dd7509b8","status":"passed","time":{"start":1714494840006,"stop":1714494840006,"duration":0}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"812ede73f802491d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/812ede73f802491d","status":"passed","time":{"start":1714501184622,"stop":1714501184623,"duration":1}},{"uid":"f01dc7aef9d64b7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f01dc7aef9d64b7c","status":"passed","time":{"start":1714494914008,"stop":1714494914008,"duration":0}},{"uid":"62c46b116683fa32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/62c46b116683fa32","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b296a995253412c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b296a995253412c","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"duration":0}},{"uid":"95e0615e5338ae0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/95e0615e5338ae0e","status":"passed","time":{"start":1714494373389,"stop":1714494373389,"duration":0}},{"uid":"4ac035de3319f5dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ac035de3319f5dc","status":"passed","time":{"start":1714492481134,"stop":1714492481135,"duration":1}}]},"30e87c759a9f71b3ba0fd59501f781d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"848188bfba41e624","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/848188bfba41e624","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"duration":0}},{"uid":"393c11bebe4b7b79","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/393c11bebe4b7b79","status":"passed","time":{"start":1714494276808,"stop":1714494276808,"duration":0}},{"uid":"a25cf4d7fae55cb8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a25cf4d7fae55cb8","status":"passed","time":{"start":1714492380861,"stop":1714492380862,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ce5d9125f8a7b7c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1ce5d9125f8a7b7c","status":"passed","time":{"start":1714500533180,"stop":1714500533181,"duration":1}},{"uid":"1ee06998edfd3496","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ee06998edfd3496","status":"passed","time":{"start":1714494284816,"stop":1714494284817,"duration":1}},{"uid":"73526fb0f114e6b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/73526fb0f114e6b2","status":"passed","time":{"start":1714492388605,"stop":1714492388606,"duration":1}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"43cc55e4e75e674b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/43cc55e4e75e674b","status":"passed","time":{"start":1714500976546,"stop":1714500976547,"duration":1}},{"uid":"587393bed6cd02db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/587393bed6cd02db","status":"passed","time":{"start":1714494735289,"stop":1714494735290,"duration":1}},{"uid":"954025ad227ba581","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/954025ad227ba581","status":"passed","time":{"start":1714492814958,"stop":1714492814960,"duration":2}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"31a3b4ceb0c07786","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/31a3b4ceb0c07786","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"duration":0}},{"uid":"8a6da2a671baeb3b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8a6da2a671baeb3b","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"50a623cc7f180408","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50a623cc7f180408","status":"passed","time":{"start":1714493052143,"stop":1714493052143,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"68be6295677261bd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/68be6295677261bd","status":"passed","time":{"start":1714501153787,"stop":1714501153788,"duration":1}},{"uid":"9cc62506a96cd2a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9cc62506a96cd2a2","status":"passed","time":{"start":1714494896479,"stop":1714494896479,"duration":0}},{"uid":"df0507905e54450","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/df0507905e54450","status":"passed","time":{"start":1714492987115,"stop":1714492987115,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a93fd04356c30f1e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a93fd04356c30f1e","status":"passed","time":{"start":1714501050457,"stop":1714501050458,"duration":1}},{"uid":"367585a5c676661e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/367585a5c676661e","status":"passed","time":{"start":1714494785917,"stop":1714494785917,"duration":0}},{"uid":"f1978cec8032f28d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1978cec8032f28d","status":"passed","time":{"start":1714492898573,"stop":1714492898573,"duration":0}}]},"3d9d4a3dce6a244d7046e8c5717a3e31:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"576eecf9c8532a81","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/576eecf9c8532a81","status":"passed","time":{"start":1714494500293,"stop":1714494500293,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b50883f3244cd1f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9b50883f3244cd1f","status":"passed","time":{"start":1714500654289,"stop":1714500654290,"duration":1}},{"uid":"11ac4f93cf54f302","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/11ac4f93cf54f302","status":"passed","time":{"start":1714494402830,"stop":1714494402835,"duration":5}},{"uid":"4d27f88d1087de83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4d27f88d1087de83","status":"passed","time":{"start":1714492502952,"stop":1714492502955,"duration":3}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"98a9773d30f4c16c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/98a9773d30f4c16c","status":"passed","time":{"start":1714501123760,"stop":1714501123760,"duration":0}},{"uid":"f05b04883ab193ba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f05b04883ab193ba","status":"passed","time":{"start":1714494838836,"stop":1714494838838,"duration":2}},{"uid":"aebd3b21540b5324","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aebd3b21540b5324","status":"passed","time":{"start":1714492985727,"stop":1714492985727,"duration":0}}]},"540e6733d3dba5f040ff38805ddd20ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5e659d8875c84020","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e659d8875c84020","status":"passed","time":{"start":1714501050437,"stop":1714501050437,"duration":0}}]},"5312f38d9e21e47e6e496177a2770df9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8d3322cd4e92ce2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8d3322cd4e92ce2","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"duration":0}},{"uid":"e287aea21c108c8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e287aea21c108c8a","status":"passed","time":{"start":1714494760924,"stop":1714494760924,"duration":0}},{"uid":"496c600c6792fcc0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/496c600c6792fcc0","status":"passed","time":{"start":1714492834198,"stop":1714492834199,"duration":1}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"708fbdd20c11dd32","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/708fbdd20c11dd32","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"duration":0}},{"uid":"64425eb3b56484f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/64425eb3b56484f0","status":"passed","time":{"start":1714494954438,"stop":1714494954438,"duration":0}},{"uid":"f1e0144a6f0281b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1e0144a6f0281b0","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8bac4d68906490b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e8bac4d68906490b","status":"passed","time":{"start":1714501150903,"stop":1714501150903,"duration":0}},{"uid":"7b29195c4b8abab0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b29195c4b8abab0","status":"passed","time":{"start":1714494883916,"stop":1714494883917,"duration":1}},{"uid":"42c75d7e6c0dfdd4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/42c75d7e6c0dfdd4","status":"passed","time":{"start":1714492982048,"stop":1714492982048,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70b09b2aac990a3c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70b09b2aac990a3c","status":"passed","time":{"start":1714501039477,"stop":1714501039478,"duration":1}},{"uid":"64f995f7523080e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/64f995f7523080e9","status":"passed","time":{"start":1714494791237,"stop":1714494791238,"duration":1}},{"uid":"d8dea7d72053786","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8dea7d72053786","status":"passed","time":{"start":1714492870703,"stop":1714492870703,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c44ceff9fd44c33e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c44ceff9fd44c33e","status":"passed","time":{"start":1714501123788,"stop":1714501123789,"duration":1}},{"uid":"b8885101d28eb551","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8885101d28eb551","status":"passed","time":{"start":1714494838845,"stop":1714494838845,"duration":0}},{"uid":"8ca7706ffa14a86d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ca7706ffa14a86d","status":"passed","time":{"start":1714492985751,"stop":1714492985761,"duration":10}}]},"8d24bda0715c164dc56a0e7c293f5ceb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"babfc81edf2a1e33","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/babfc81edf2a1e33","status":"passed","time":{"start":1714492932192,"stop":1714492932192,"duration":0}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af3f46f74ad81bc6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/af3f46f74ad81bc6","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"duration":0}},{"uid":"9f51c7cceee2f5fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f51c7cceee2f5fc","status":"passed","time":{"start":1714494908933,"stop":1714494908933,"duration":0}},{"uid":"6ccee31d57496f04","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6ccee31d57496f04","status":"passed","time":{"start":1714492995227,"stop":1714492995227,"duration":0}}]},"397094379339cffe7e2b904a88ff46ac:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7987d8f05fd6dfa9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7987d8f05fd6dfa9","status":"passed","time":{"start":1714494788145,"stop":1714494788145,"duration":0}}]},"63579ae780a62fb87d230f845bc5fb55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"8c37ea84d7664961","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8c37ea84d7664961","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036383,"stop":1714501036384,"duration":1}},{"uid":"42cc9bd873173ee2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/42cc9bd873173ee2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786057,"duration":0}},{"uid":"1458cca4660d0b31","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1458cca4660d0b31","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860588,"stop":1714492860589,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2af76a3c4dd51f30","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2af76a3c4dd51f30","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"duration":0}},{"uid":"b8bb4d7e71fcb5fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8bb4d7e71fcb5fd","status":"passed","time":{"start":1714494954443,"stop":1714494954443,"duration":0}},{"uid":"f866d5d420ca9554","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f866d5d420ca9554","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b30057967d2b242","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b30057967d2b242","status":"passed","time":{"start":1714501123813,"stop":1714501123813,"duration":0}},{"uid":"634a9636921feb40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/634a9636921feb40","status":"passed","time":{"start":1714494838853,"stop":1714494838853,"duration":0}},{"uid":"6619afd5a05ea526","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6619afd5a05ea526","status":"passed","time":{"start":1714492985771,"stop":1714492985771,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79bea2218d641a78","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/79bea2218d641a78","status":"passed","time":{"start":1714500654286,"stop":1714500654289,"duration":3}},{"uid":"a22de565772089d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a22de565772089d6","status":"passed","time":{"start":1714494402829,"stop":1714494402830,"duration":1}},{"uid":"30ab13b77c3db29a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30ab13b77c3db29a","status":"passed","time":{"start":1714492502949,"stop":1714492502952,"duration":3}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2dc1228ccbd95bd3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2dc1228ccbd95bd3","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"duration":0}},{"uid":"5dabe945239c2e7e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dabe945239c2e7e","status":"passed","time":{"start":1714494312952,"stop":1714494312953,"duration":1}},{"uid":"74fb2c6aa454cc38","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74fb2c6aa454cc38","status":"passed","time":{"start":1714492412934,"stop":1714492412934,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"220fde724662d08c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/220fde724662d08c","status":"passed","time":{"start":1714501150903,"stop":1714501150904,"duration":1}},{"uid":"b450232675b02460","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b450232675b02460","status":"passed","time":{"start":1714494883917,"stop":1714494883918,"duration":1}},{"uid":"dd6404b723417b6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dd6404b723417b6d","status":"passed","time":{"start":1714492982048,"stop":1714492982049,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a8178e72d6d27859","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a8178e72d6d27859","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0}},{"uid":"ec26643974bb33de","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec26643974bb33de","status":"passed","time":{"start":1714494876054,"stop":1714494876055,"duration":1}},{"uid":"5ba489f4a0d1d902","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5ba489f4a0d1d902","status":"passed","time":{"start":1714492961693,"stop":1714492961694,"duration":1}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"91e440635ee78ec2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/91e440635ee78ec2","status":"passed","time":{"start":1714501123780,"stop":1714501123784,"duration":4}},{"uid":"9f00abce148bdcb0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f00abce148bdcb0","status":"passed","time":{"start":1714494838842,"stop":1714494838842,"duration":0}},{"uid":"5b6de03f8deab31","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b6de03f8deab31","status":"passed","time":{"start":1714492985743,"stop":1714492985743,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fac2200691f1f400","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fac2200691f1f400","status":"passed","time":{"start":1714500744116,"stop":1714500744117,"duration":1}},{"uid":"492dabef6cb97e16","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/492dabef6cb97e16","status":"passed","time":{"start":1714494482328,"stop":1714494482329,"duration":1}},{"uid":"6d11b804e4542477","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6d11b804e4542477","status":"passed","time":{"start":1714492591349,"stop":1714492591349,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b98f5dd01270817e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b98f5dd01270817e","status":"passed","time":{"start":1714501050453,"stop":1714501050453,"duration":0}},{"uid":"4807c968c53f85f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4807c968c53f85f6","status":"passed","time":{"start":1714494785913,"stop":1714494785914,"duration":1}},{"uid":"497d6ed9224927b7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/497d6ed9224927b7","status":"passed","time":{"start":1714492898569,"stop":1714492898569,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36e2e120e3a08493","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36e2e120e3a08493","status":"passed","time":{"start":1714500538710,"stop":1714500538710,"duration":0}},{"uid":"5a83760c20cb5f69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5a83760c20cb5f69","status":"passed","time":{"start":1714494290034,"stop":1714494290034,"duration":0}},{"uid":"9c483ea948cdf1a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9c483ea948cdf1a9","status":"passed","time":{"start":1714492394074,"stop":1714492394075,"duration":1}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5f214a284de27ee4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5f214a284de27ee4","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"duration":0}},{"uid":"7d7aa05fa69e12d2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7d7aa05fa69e12d2","status":"passed","time":{"start":1714494837583,"stop":1714494837584,"duration":1}},{"uid":"bd620247c8fc7e18","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bd620247c8fc7e18","status":"passed","time":{"start":1714492927148,"stop":1714492927151,"duration":3}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f88c950a8faa4bbd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f88c950a8faa4bbd","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"duration":0}},{"uid":"3c0dec64dba2a516","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3c0dec64dba2a516","status":"passed","time":{"start":1714494954432,"stop":1714494954432,"duration":0}},{"uid":"868ea2f71e23f406","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/868ea2f71e23f406","status":"passed","time":{"start":1714493052128,"stop":1714493052128,"duration":0}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fc4d61790bf5e323","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fc4d61790bf5e323","status":"passed","time":{"start":1714501036167,"stop":1714501036168,"duration":1}},{"uid":"1724d5f2eba9b021","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1724d5f2eba9b021","status":"passed","time":{"start":1714494788148,"stop":1714494788149,"duration":1}},{"uid":"7f1446d99e0430b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f1446d99e0430b0","status":"passed","time":{"start":1714492860435,"stop":1714492860435,"duration":0}}]},"5fc67242f517691d0fb726154dd4a01c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e6a727e83bace85","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e6a727e83bace85","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e16eba8c4b7dbff1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e16eba8c4b7dbff1","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"duration":0}},{"uid":"e807a261bef9263f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e807a261bef9263f","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"e6d5ece9b37d6b60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e6d5ece9b37d6b60","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f7df7c543daed5b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4f7df7c543daed5b","status":"passed","time":{"start":1714500623698,"stop":1714500623698,"duration":0}},{"uid":"bc8b76b31aa7e4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc8b76b31aa7e4e","status":"passed","time":{"start":1714494373389,"stop":1714494373390,"duration":1}},{"uid":"29be284bd58cc985","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/29be284bd58cc985","status":"passed","time":{"start":1714492481135,"stop":1714492481135,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c1684f0b90f1ca4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1c1684f0b90f1ca4","status":"passed","time":{"start":1714500559908,"stop":1714500559908,"duration":0}},{"uid":"b778d8d658261b2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b778d8d658261b2f","status":"passed","time":{"start":1714494310953,"stop":1714494310954,"duration":1}},{"uid":"f255eea1d236bb6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f255eea1d236bb6b","status":"passed","time":{"start":1714492410938,"stop":1714492410938,"duration":0}}]},"5f9fa7c5967cb31663988c9bc75557fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a0bc40b509fdc88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a0bc40b509fdc88","status":"passed","time":{"start":1714492923654,"stop":1714492923655,"duration":1}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d97f6a558d64147e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d97f6a558d64147e","status":"passed","time":{"start":1714501150904,"stop":1714501150905,"duration":1}},{"uid":"41377611e067317d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/41377611e067317d","status":"passed","time":{"start":1714494883920,"stop":1714494883920,"duration":0}},{"uid":"cef7923e2bf35af1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cef7923e2bf35af1","status":"passed","time":{"start":1714492982049,"stop":1714492982049,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e1eb131f3fa37f9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e1eb131f3fa37f9","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0}},{"uid":"1477af50074d319e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1477af50074d319e","status":"passed","time":{"start":1714494368385,"stop":1714494368385,"duration":0}},{"uid":"90ed3ec359b01808","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/90ed3ec359b01808","status":"passed","time":{"start":1714492468977,"stop":1714492468978,"duration":1}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6ee373aecb79d054","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6ee373aecb79d054","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"duration":0}},{"uid":"4d23c9237ab14766","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d23c9237ab14766","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"1d216c58a40571fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d216c58a40571fd","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"51353b9a7a7009de","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/51353b9a7a7009de","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0}},{"uid":"d3bb71e76b2aeb8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d3bb71e76b2aeb8e","status":"passed","time":{"start":1714494884065,"stop":1714494884066,"duration":1}},{"uid":"837d66d33d107b57","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/837d66d33d107b57","status":"passed","time":{"start":1714492954775,"stop":1714492954775,"duration":0}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c0124cb4c0a889b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c0124cb4c0a889b","status":"passed","time":{"start":1714500578618,"stop":1714500578628,"duration":10}},{"uid":"d544bd5f62b7b048","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d544bd5f62b7b048","status":"passed","time":{"start":1714494328716,"stop":1714494328717,"duration":1}},{"uid":"c3afefe48509ac17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c3afefe48509ac17","status":"passed","time":{"start":1714492428468,"stop":1714492428469,"duration":1}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7683cce30e61af5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f7683cce30e61af5","status":"passed","time":{"start":1714500560558,"stop":1714500560558,"duration":0}},{"uid":"a36ba5d706aaedc4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a36ba5d706aaedc4","status":"passed","time":{"start":1714494311521,"stop":1714494311521,"duration":0}},{"uid":"67cfa1b1ad944247","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/67cfa1b1ad944247","status":"passed","time":{"start":1714492411490,"stop":1714492411491,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6dee795eefcd37b1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6dee795eefcd37b1","status":"passed","time":{"start":1714501050429,"stop":1714501050430,"duration":1}},{"uid":"73cb1145d6eb3fcc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/73cb1145d6eb3fcc","status":"passed","time":{"start":1714494785890,"stop":1714494785890,"duration":0}},{"uid":"f06392c004a19d9d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f06392c004a19d9d","status":"passed","time":{"start":1714492898554,"stop":1714492898554,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6dea486096d42065","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6dea486096d42065","status":"passed","time":{"start":1714500744052,"stop":1714500744052,"duration":0}},{"uid":"af487b855f72e839","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af487b855f72e839","status":"passed","time":{"start":1714494482320,"stop":1714494482320,"duration":0}},{"uid":"742cae92f163e793","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/742cae92f163e793","status":"passed","time":{"start":1714492591344,"stop":1714492591344,"duration":0}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1a5fc38077ff3e91","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1a5fc38077ff3e91","status":"passed","time":{"start":1714501181623,"stop":1714501181624,"duration":1}},{"uid":"1e573aff63d57dd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1e573aff63d57dd8","status":"passed","time":{"start":1714494921192,"stop":1714494921192,"duration":0}},{"uid":"70a7e05c6cab3b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70a7e05c6cab3b9","status":"passed","time":{"start":1714493000281,"stop":1714493000281,"duration":0}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ec3acaeba821bd1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ec3acaeba821bd1","status":"passed","time":{"start":1714501123777,"stop":1714501123778,"duration":1}},{"uid":"557d2cbbf3601d6a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/557d2cbbf3601d6a","status":"passed","time":{"start":1714494838839,"stop":1714494838839,"duration":0}},{"uid":"977116743c1cd574","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/977116743c1cd574","status":"passed","time":{"start":1714492985728,"stop":1714492985729,"duration":1}}]},"c51179106a185b2970974bf8c8e95aa2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b4f02eba98a93c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8b4f02eba98a93c8","status":"passed","time":{"start":1714501089327,"stop":1714501089328,"duration":1}}]},"2ad1a51e9a8a69f5e0949ab5bac91cfa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4589914c2ab9a95e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4589914c2ab9a95e","status":"passed","time":{"start":1714500550519,"stop":1714500550519,"duration":0}},{"uid":"fbcb3fa7dacd1bc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbcb3fa7dacd1bc6","status":"passed","time":{"start":1714494301221,"stop":1714494301221,"duration":0}},{"uid":"d4b89afb5e034670","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4b89afb5e034670","status":"passed","time":{"start":1714492405129,"stop":1714492405129,"duration":0}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bcce94c700a8b634","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bcce94c700a8b634","status":"passed","time":{"start":1714500533174,"stop":1714500533174,"duration":0}},{"uid":"9bc46a813fe15a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9bc46a813fe15a1","status":"passed","time":{"start":1714494284809,"stop":1714494284809,"duration":0}},{"uid":"1f9a0bb01adb00d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f9a0bb01adb00d9","status":"passed","time":{"start":1714492388593,"stop":1714492388597,"duration":4}}]},"cbb481de5670def24b36ec0b156d8751:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e5845635fed46fef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e5845635fed46fef","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036384,"stop":1714501036385,"duration":1}},{"uid":"cdded0abfd972e04","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cdded0abfd972e04","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786058,"stop":1714494786058,"duration":0}},{"uid":"d484b3c31160ef24","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d484b3c31160ef24","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860590,"stop":1714492860590,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60d8d8ec60d45f57","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60d8d8ec60d45f57","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0}},{"uid":"b986715a814c6894","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b986715a814c6894","status":"passed","time":{"start":1714494788145,"stop":1714494788145,"duration":0}},{"uid":"a25761d37bf71f66","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a25761d37bf71f66","status":"passed","time":{"start":1714492860432,"stop":1714492860432,"duration":0}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7a7930aea84c840","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a7a7930aea84c840","status":"passed","time":{"start":1714500590508,"stop":1714500590509,"duration":1}},{"uid":"2ecc65db8887ca7e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ecc65db8887ca7e","status":"passed","time":{"start":1714494351411,"stop":1714494351411,"duration":0}},{"uid":"d6b5f0e2eafbf736","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d6b5f0e2eafbf736","status":"passed","time":{"start":1714492441817,"stop":1714492441817,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ea99d05b9c43c94f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea99d05b9c43c94f","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"duration":0}},{"uid":"24305f488e3a67c1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24305f488e3a67c1","status":"passed","time":{"start":1714494760926,"stop":1714494760927,"duration":1}},{"uid":"fa7c77d0f62d05dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa7c77d0f62d05dd","status":"passed","time":{"start":1714492834201,"stop":1714492834201,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"159db4bf47a8a2c5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/159db4bf47a8a2c5","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"duration":0}},{"uid":"9384e7f27cee627e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9384e7f27cee627e","status":"passed","time":{"start":1714494954450,"stop":1714494954450,"duration":0}},{"uid":"e54ba42d51c4780","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e54ba42d51c4780","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"17756bf75c430ec9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/17756bf75c430ec9","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"duration":0}},{"uid":"bb99590079de5211","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bb99590079de5211","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"7bb917e104caf794","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bb917e104caf794","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"f33825d36f3d41773d515f293970c94d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"47006934071c9c07","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/47006934071c9c07","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500997300,"stop":1714500997300,"duration":0}},{"uid":"a1679ba4ae6c2a00","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a1679ba4ae6c2a00","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494742981,"stop":1714494742982,"duration":1}},{"uid":"57d1c165f80118a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/57d1c165f80118a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814492,"stop":1714492814492,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b9dcf876541845c1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b9dcf876541845c1","status":"passed","time":{"start":1714500844873,"stop":1714500844873,"duration":0}},{"uid":"3912e17b50861348","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3912e17b50861348","status":"passed","time":{"start":1714494594465,"stop":1714494594465,"duration":0}},{"uid":"eaf3a501014fd9f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eaf3a501014fd9f8","status":"passed","time":{"start":1714492694598,"stop":1714492694598,"duration":0}}]},"be03473f39c2d741f546446ff3fb470d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3a488a1d6ae8143d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a488a1d6ae8143d","status":"passed","time":{"start":1714492932193,"stop":1714492932196,"duration":3}}]},"8934e3f7824a40c40cd0a2d257f67bb5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fe004d2b0ad6a5f3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe004d2b0ad6a5f3","status":"passed","time":{"start":1714494840027,"stop":1714494840028,"duration":1}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"67da93ba9ad19212","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/67da93ba9ad19212","status":"passed","time":{"start":1714501123814,"stop":1714501123814,"duration":0}},{"uid":"707134f6bbae14e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/707134f6bbae14e9","status":"passed","time":{"start":1714494838853,"stop":1714494838853,"duration":0}},{"uid":"1b27c30350811090","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1b27c30350811090","status":"passed","time":{"start":1714492985771,"stop":1714492985774,"duration":3}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52bf11b26f487d0c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/52bf11b26f487d0c","status":"passed","time":{"start":1714500533444,"stop":1714500533444,"duration":0}},{"uid":"e1d14905c5ee3043","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e1d14905c5ee3043","status":"passed","time":{"start":1714494284792,"stop":1714494284793,"duration":1}},{"uid":"6e85e5a8f3f6c9ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6e85e5a8f3f6c9ca","status":"passed","time":{"start":1714492388867,"stop":1714492388867,"duration":0}}]},"f297e9c273ec69bccc97a95c24b26a6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"580d05e23a4fcd4a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/580d05e23a4fcd4a","status":"passed","time":{"start":1714494848657,"stop":1714494848658,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5548ceb150256fc6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5548ceb150256fc6","status":"passed","time":{"start":1714500542733,"stop":1714500542734,"duration":1}},{"uid":"284e179c55b8a6b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/284e179c55b8a6b7","status":"passed","time":{"start":1714494293812,"stop":1714494293814,"duration":2}},{"uid":"423395bf3b5eb564","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/423395bf3b5eb564","status":"passed","time":{"start":1714492397605,"stop":1714492397606,"duration":1}}]},"9801ccd1329bba75325997a8856244d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98b10d719592d6ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/98b10d719592d6ad","status":"passed","time":{"start":1714494840009,"stop":1714494840011,"duration":2}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c48bc4ca85c868d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c48bc4ca85c868d","status":"passed","time":{"start":1714500844876,"stop":1714500844877,"duration":1}},{"uid":"a430b2ce317a3ecd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a430b2ce317a3ecd","status":"passed","time":{"start":1714494594466,"stop":1714494594466,"duration":0}},{"uid":"86e74e6ffaa0fce0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86e74e6ffaa0fce0","status":"passed","time":{"start":1714492694600,"stop":1714492694600,"duration":0}}]},"7ae11021e2fa12b85336be9c02761e15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"faeddac9cbbeb5bc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/faeddac9cbbeb5bc","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0}},{"uid":"7a0ae5cb2f06b6dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a0ae5cb2f06b6dc","status":"passed","time":{"start":1714494276821,"stop":1714494276822,"duration":1}},{"uid":"8af90443ed18d37d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8af90443ed18d37d","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"db239623ba29f62a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/db239623ba29f62a","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0}},{"uid":"a10dec2f34732f49","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a10dec2f34732f49","status":"passed","time":{"start":1714494785909,"stop":1714494785910,"duration":1}},{"uid":"f6c29e1cdd2e584f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f6c29e1cdd2e584f","status":"passed","time":{"start":1714492898565,"stop":1714492898565,"duration":0}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"96f57b4b7bcce7d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/96f57b4b7bcce7d5","status":"passed","time":{"start":1714500823188,"stop":1714500823189,"duration":1}},{"uid":"4d232e434e4c656e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d232e434e4c656e","status":"passed","time":{"start":1714494571267,"stop":1714494571268,"duration":1}},{"uid":"3e3bbc8f9c8357c4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e3bbc8f9c8357c4","status":"passed","time":{"start":1714492678667,"stop":1714492678668,"duration":1}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3eff4c653c9a3773","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3eff4c653c9a3773","status":"passed","time":{"start":1714500850421,"stop":1714500850422,"duration":1}},{"uid":"76dd1383e4ce744e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76dd1383e4ce744e","status":"passed","time":{"start":1714494602307,"stop":1714494602307,"duration":0}},{"uid":"fb5ed634cfbeef6f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fb5ed634cfbeef6f","status":"passed","time":{"start":1714492686140,"stop":1714492686140,"duration":0}}]},"a5e959967e9759b91a61afe69e75d5c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"73e0614578689b14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/73e0614578689b14","status":"passed","time":{"start":1714492932191,"stop":1714492932192,"duration":1}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"93014aceffb01af5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/93014aceffb01af5","status":"passed","time":{"start":1714501036173,"stop":1714501036174,"duration":1}},{"uid":"c80f29779883c0c0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c80f29779883c0c0","status":"passed","time":{"start":1714494788149,"stop":1714494788150,"duration":1}},{"uid":"f256b0e6b337e5b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f256b0e6b337e5b2","status":"passed","time":{"start":1714492860436,"stop":1714492860436,"duration":0}}]},"7883e79da2255f82ec451d5fe2a17a40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64404164caed56bc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/64404164caed56bc","status":"passed","time":{"start":1714500735366,"stop":1714500735367,"duration":1}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35f50d216a3cf5ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35f50d216a3cf5ea","status":"passed","time":{"start":1714500823173,"stop":1714500823174,"duration":1}},{"uid":"2d184f028480ccf6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2d184f028480ccf6","status":"passed","time":{"start":1714494571257,"stop":1714494571258,"duration":1}},{"uid":"475b7a6a5b074a1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/475b7a6a5b074a1","status":"passed","time":{"start":1714492678644,"stop":1714492678645,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f0fbc713ac9b3fb1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f0fbc713ac9b3fb1","status":"passed","time":{"start":1714500744140,"stop":1714500744141,"duration":1}},{"uid":"5876af9dca679859","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5876af9dca679859","status":"passed","time":{"start":1714494482346,"stop":1714494482347,"duration":1}},{"uid":"cd979ba8cbca552c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cd979ba8cbca552c","status":"passed","time":{"start":1714492591359,"stop":1714492591359,"duration":0}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2fc0c83f2a3aec26","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2fc0c83f2a3aec26","status":"passed","time":{"start":1714500823189,"stop":1714500823190,"duration":1}},{"uid":"b4452214b332940a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b4452214b332940a","status":"passed","time":{"start":1714494571269,"stop":1714494571269,"duration":0}},{"uid":"f4b7605e542bad07","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f4b7605e542bad07","status":"passed","time":{"start":1714492678668,"stop":1714492678669,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f69d98ea1e8e8490","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f69d98ea1e8e8490","status":"passed","time":{"start":1714500976540,"stop":1714500976542,"duration":2}},{"uid":"2ba64b51db3aa3b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ba64b51db3aa3b1","status":"passed","time":{"start":1714494735286,"stop":1714494735286,"duration":0}},{"uid":"d072b6dbcb34d13b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d072b6dbcb34d13b","status":"passed","time":{"start":1714492814949,"stop":1714492814950,"duration":1}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"68d1ff0556bff499","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/68d1ff0556bff499","status":"passed","time":{"start":1714500525361,"stop":1714500525361,"duration":0}},{"uid":"3551fa485ba0ecd5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3551fa485ba0ecd5","status":"passed","time":{"start":1714494277049,"stop":1714494277049,"duration":0}},{"uid":"770677a8330e27ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/770677a8330e27ca","status":"passed","time":{"start":1714492380913,"stop":1714492380914,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"713c7f0c0303482","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/713c7f0c0303482","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"duration":0}},{"uid":"b8629574509db7ab","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8629574509db7ab","status":"passed","time":{"start":1714494791245,"stop":1714494791246,"duration":1}},{"uid":"7284ec62335561b5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7284ec62335561b5","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aff5f9954bebccd4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aff5f9954bebccd4","status":"passed","time":{"start":1714500533160,"stop":1714500533163,"duration":3}},{"uid":"b37a449e46a7b41d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b37a449e46a7b41d","status":"passed","time":{"start":1714494284807,"stop":1714494284807,"duration":0}},{"uid":"75d4bdd0f84c0e69","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/75d4bdd0f84c0e69","status":"passed","time":{"start":1714492388586,"stop":1714492388589,"duration":3}}]},"b7a10f27f6c028aaf2be0ffde54159c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"de583326a1ffe8f6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/de583326a1ffe8f6","status":"passed","time":{"start":1714492923653,"stop":1714492923654,"duration":1}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd498e3d5e152f7a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bd498e3d5e152f7a","status":"passed","time":{"start":1714500623696,"stop":1714500623697,"duration":1}},{"uid":"8ef372cc6e608c10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ef372cc6e608c10","status":"passed","time":{"start":1714494373385,"stop":1714494373386,"duration":1}},{"uid":"c5424ba1dfe0033","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c5424ba1dfe0033","status":"passed","time":{"start":1714492481133,"stop":1714492481133,"duration":0}}]},"d8b990b9ce1e0a50e5b41c0e25b656bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cda918490853df15","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cda918490853df15","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"duration":0}},{"uid":"fa30d839712d05e7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa30d839712d05e7","status":"passed","time":{"start":1714494276808,"stop":1714494276809,"duration":1}},{"uid":"b955ff1ec6663a45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b955ff1ec6663a45","status":"passed","time":{"start":1714492380862,"stop":1714492380862,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63d59698afa53fb6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63d59698afa53fb6","status":"passed","time":{"start":1714501140344,"stop":1714501140344,"duration":0}},{"uid":"865a5e35d86378ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/865a5e35d86378ad","status":"passed","time":{"start":1714494884057,"stop":1714494884058,"duration":1}},{"uid":"afaf8740df1cf86b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/afaf8740df1cf86b","status":"passed","time":{"start":1714492954774,"stop":1714492954774,"duration":0}}]},"964f676a46af76e5cee36f7ef2a7e3d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"934692a59b112705","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/934692a59b112705","status":"passed","time":{"start":1714501089332,"stop":1714501089333,"duration":1}},{"uid":"6e7e011550a19bd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e7e011550a19bd8","status":"passed","time":{"start":1714494840030,"stop":1714494840031,"duration":1}},{"uid":"797ba9116d6266da","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/797ba9116d6266da","status":"passed","time":{"start":1714492923660,"stop":1714492923660,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"19074cfdf74cf71d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/19074cfdf74cf71d","status":"passed","time":{"start":1714500539180,"stop":1714500539181,"duration":1}},{"uid":"255965e63596de6e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/255965e63596de6e","status":"passed","time":{"start":1714494290448,"stop":1714494290448,"duration":0}},{"uid":"7405d3c0d1d97bd5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7405d3c0d1d97bd5","status":"passed","time":{"start":1714492394191,"stop":1714492394191,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3f71660b5113b70","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e3f71660b5113b70","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"duration":0}},{"uid":"30f59dab865d60c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/30f59dab865d60c","status":"passed","time":{"start":1714494838841,"stop":1714494838841,"duration":0}},{"uid":"5553bef2385b00b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5553bef2385b00b0","status":"passed","time":{"start":1714492985741,"stop":1714492985742,"duration":1}}]},"59e93f4f314574dec24d188e875e7666:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1be1b5d231f10a4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1be1b5d231f10a4","status":"passed","time":{"start":1714500550276,"stop":1714500550276,"duration":0}},{"uid":"335f0bf9037459bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/335f0bf9037459bf","status":"passed","time":{"start":1714494300697,"stop":1714494300697,"duration":0}},{"uid":"964f7fd4bac5765a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/964f7fd4bac5765a","status":"passed","time":{"start":1714492404704,"stop":1714492404705,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fb3b81d0ea381b5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fb3b81d0ea381b5","status":"passed","time":{"start":1714501036154,"stop":1714501036155,"duration":1}},{"uid":"268634f936260d6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/268634f936260d6b","status":"passed","time":{"start":1714494788124,"stop":1714494788124,"duration":0}},{"uid":"fe606e2ae90b3075","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fe606e2ae90b3075","status":"passed","time":{"start":1714492860426,"stop":1714492860426,"duration":0}}]},"d1658f9bba61b2bab61075159e6e8bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84d95c3080b4c614","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/84d95c3080b4c614","status":"passed","time":{"start":1714501089333,"stop":1714501089333,"duration":0}},{"uid":"22af38965744b1f5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/22af38965744b1f5","status":"passed","time":{"start":1714494840032,"stop":1714494840033,"duration":1}},{"uid":"1aab52993433bf2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1aab52993433bf2b","status":"passed","time":{"start":1714492923662,"stop":1714492923662,"duration":0}}]},"3f24dd45f4d11590decacef2e4e136cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b005014a399df2fb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b005014a399df2fb","status":"passed","time":{"start":1714501106173,"stop":1714501106174,"duration":1}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b9db14ff3b73ff0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b9db14ff3b73ff0","status":"passed","time":{"start":1714500823189,"stop":1714500823189,"duration":0}},{"uid":"92a0d77f8c54270e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92a0d77f8c54270e","status":"passed","time":{"start":1714494571268,"stop":1714494571268,"duration":0}},{"uid":"8db67218908eac7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8db67218908eac7","status":"passed","time":{"start":1714492678668,"stop":1714492678668,"duration":0}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a43c9c577a2c039f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a43c9c577a2c039f","status":"passed","time":{"start":1714500559906,"stop":1714500559907,"duration":1}},{"uid":"749165f14089fa21","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749165f14089fa21","status":"passed","time":{"start":1714494310952,"stop":1714494310953,"duration":1}},{"uid":"95085a3026b6fc60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/95085a3026b6fc60","status":"passed","time":{"start":1714492410937,"stop":1714492410937,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7e124888241dc95","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c7e124888241dc95","status":"passed","time":{"start":1714500533156,"stop":1714500533160,"duration":4}},{"uid":"66e2221ed387157","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66e2221ed387157","status":"passed","time":{"start":1714494284806,"stop":1714494284807,"duration":1}},{"uid":"63bab3a8713ca2eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/63bab3a8713ca2eb","status":"passed","time":{"start":1714492388572,"stop":1714492388586,"duration":14}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a56fc7aa78d15952","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a56fc7aa78d15952","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"duration":0}},{"uid":"4f8d75ef8ed0ed5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f8d75ef8ed0ed5a","status":"passed","time":{"start":1714494791249,"stop":1714494791250,"duration":1}},{"uid":"5d227c4c2509475e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d227c4c2509475e","status":"passed","time":{"start":1714492870708,"stop":1714492870708,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"10d288e7c59d7064","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/10d288e7c59d7064","status":"passed","time":{"start":1714500524938,"stop":1714500524940,"duration":2}},{"uid":"c622bc43ad95ffcd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c622bc43ad95ffcd","status":"passed","time":{"start":1714494276736,"stop":1714494276737,"duration":1}},{"uid":"7f81f2d5f92294f4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f81f2d5f92294f4","status":"passed","time":{"start":1714492380331,"stop":1714492380332,"duration":1}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63f7fd5584bb99a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63f7fd5584bb99a","status":"passed","time":{"start":1714500823172,"stop":1714500823173,"duration":1}},{"uid":"a2bf946246362af","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a2bf946246362af","status":"passed","time":{"start":1714494571257,"stop":1714494571257,"duration":0}},{"uid":"86e93cf90a2aadad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86e93cf90a2aadad","status":"passed","time":{"start":1714492678642,"stop":1714492678642,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9144b34b0b1e4b81","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9144b34b0b1e4b81","status":"passed","time":{"start":1714500823187,"stop":1714500823188,"duration":1}},{"uid":"10b387acc8ee029","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10b387acc8ee029","status":"passed","time":{"start":1714494571267,"stop":1714494571267,"duration":0}},{"uid":"a1acafa2f6e9b26b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a1acafa2f6e9b26b","status":"passed","time":{"start":1714492678666,"stop":1714492678666,"duration":0}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"708a514fa8d75f83","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/708a514fa8d75f83","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"duration":0}},{"uid":"e17e9a40532002dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e17e9a40532002dc","status":"passed","time":{"start":1714494536933,"stop":1714494536933,"duration":0}},{"uid":"94ce4a998da9047","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/94ce4a998da9047","status":"passed","time":{"start":1714492635268,"stop":1714492635268,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3599105412536b2d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3599105412536b2d","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"duration":0}},{"uid":"4c09545168db9d6a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c09545168db9d6a","status":"passed","time":{"start":1714494838850,"stop":1714494838850,"duration":0}},{"uid":"be3f519800d58ed5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/be3f519800d58ed5","status":"passed","time":{"start":1714492985767,"stop":1714492985768,"duration":1}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c58b044a8916fad0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c58b044a8916fad0","status":"passed","time":{"start":1714500844877,"stop":1714500844878,"duration":1}},{"uid":"968ac4518bd13994","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/968ac4518bd13994","status":"passed","time":{"start":1714494594466,"stop":1714494594467,"duration":1}},{"uid":"8c70f0ae7953f348","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8c70f0ae7953f348","status":"passed","time":{"start":1714492694600,"stop":1714492694600,"duration":0}}]},"1d98f03de688ee16b75c16b2c7c5786e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ebac540b0dac7b3d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ebac540b0dac7b3d","status":"passed","time":{"start":1714494840029,"stop":1714494840030,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"da99ae35517a7a5f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/da99ae35517a7a5f","status":"passed","time":{"start":1714501123810,"stop":1714501123810,"duration":0}},{"uid":"a12d43e26837fcc8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a12d43e26837fcc8","status":"passed","time":{"start":1714494838849,"stop":1714494838850,"duration":1}},{"uid":"9f9b3663213a1fe3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9f9b3663213a1fe3","status":"passed","time":{"start":1714492985767,"stop":1714492985767,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"312c06e44afccc8a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/312c06e44afccc8a","status":"passed","time":{"start":1714500844874,"stop":1714500844875,"duration":1}},{"uid":"f3831f3056cefc66","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f3831f3056cefc66","status":"passed","time":{"start":1714494594465,"stop":1714494594466,"duration":1}},{"uid":"d83652f5eb002319","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d83652f5eb002319","status":"passed","time":{"start":1714492694599,"stop":1714492694599,"duration":0}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"328857f35cc61b49","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/328857f35cc61b49","status":"passed","time":{"start":1714501008011,"stop":1714501008012,"duration":1}},{"uid":"c8561c08b1737c2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8561c08b1737c2","status":"passed","time":{"start":1714494764686,"stop":1714494764686,"duration":0}},{"uid":"29a6a9ac8de99bac","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/29a6a9ac8de99bac","status":"passed","time":{"start":1714492842569,"stop":1714492842570,"duration":1}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"314a43bc3b6dd6b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/314a43bc3b6dd6b2","status":"passed","time":{"start":1714500735372,"stop":1714500735372,"duration":0}},{"uid":"f58aa4274d2dd059","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f58aa4274d2dd059","status":"passed","time":{"start":1714494500298,"stop":1714494500298,"duration":0}},{"uid":"d76f205e2dfdafa9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d76f205e2dfdafa9","status":"passed","time":{"start":1714492591540,"stop":1714492591540,"duration":0}}]},"7e5eedf04b84ae8937503865e2bf579a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"86b5adffb5417d61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/86b5adffb5417d61","status":"passed","time":{"start":1714494785902,"stop":1714494785902,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9098ea5072321c3b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9098ea5072321c3b","status":"passed","time":{"start":1714501150905,"stop":1714501150906,"duration":1}},{"uid":"e7fe2e3f14be5d40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7fe2e3f14be5d40","status":"passed","time":{"start":1714494883921,"stop":1714494883921,"duration":0}},{"uid":"13b80f21952d4d96","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/13b80f21952d4d96","status":"passed","time":{"start":1714492982049,"stop":1714492982050,"duration":1}}]},"f0c51413d9dd73a9f8d4ca2153e389be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"313ae8ba8a855aa2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/313ae8ba8a855aa2","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0}},{"uid":"24ff83e58cd23e13","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24ff83e58cd23e13","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"d756a4ca71c82da0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d756a4ca71c82da0","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"e3b69bfe29c8cce11e2ce861d526bc15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c0afa96481681c03","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c0afa96481681c03","status":"passed","time":{"start":1714500550517,"stop":1714500550517,"duration":0}},{"uid":"1ddbce8e4856906a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ddbce8e4856906a","status":"passed","time":{"start":1714494301219,"stop":1714494301219,"duration":0}},{"uid":"3dc83b870f95bc1c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3dc83b870f95bc1c","status":"passed","time":{"start":1714492405127,"stop":1714492405127,"duration":0}}]},"23f43346a3753894fd67050a47de7ad3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"cc2ee3278f305db7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cc2ee3278f305db7","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0}},{"uid":"4964ea278142dbef","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4964ea278142dbef","status":"passed","time":{"start":1714494305187,"stop":1714494305187,"duration":0}}]},"44fa3bd58461ba3ddc5cdb85c640faae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c174621bb8b75f63","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c174621bb8b75f63","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"duration":0}},{"uid":"454b0d55575320ca","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/454b0d55575320ca","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"a601c4d6cb8a0e24","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a601c4d6cb8a0e24","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d7b35e926981de6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d7b35e926981de6","status":"passed","time":{"start":1714500538523,"stop":1714500538525,"duration":2}},{"uid":"fa11b7f1a69362c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa11b7f1a69362c7","status":"passed","time":{"start":1714494289730,"stop":1714494289731,"duration":1}},{"uid":"89f8f53e4356cd0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89f8f53e4356cd0b","status":"passed","time":{"start":1714492393509,"stop":1714492393510,"duration":1}}]},"8a3d8424423eaa0f59b5279e5085f83d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e39e4277a9d4d785","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e39e4277a9d4d785","status":"passed","time":{"start":1714500550274,"stop":1714500550274,"duration":0}},{"uid":"4765f22cc07e00de","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4765f22cc07e00de","status":"passed","time":{"start":1714494300694,"stop":1714494300695,"duration":1}},{"uid":"836a697c3d0de5f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/836a697c3d0de5f8","status":"passed","time":{"start":1714492404702,"stop":1714492404702,"duration":0}}]},"8b40117c40c9f1c45aea8293d77944a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e51025656c307fe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e51025656c307fe8","status":"passed","time":{"start":1714492923650,"stop":1714492923651,"duration":1}}]},"621f2942de2d10dc49dd6c311921015b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b9ea48a667b1579","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7b9ea48a667b1579","status":"passed","time":{"start":1714500550277,"stop":1714500550277,"duration":0}},{"uid":"7205bd717899236c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7205bd717899236c","status":"passed","time":{"start":1714494300698,"stop":1714494300698,"duration":0}},{"uid":"4cfca5fac2d252e7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4cfca5fac2d252e7","status":"passed","time":{"start":1714492404705,"stop":1714492404706,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"405d44695a284cee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/405d44695a284cee","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"duration":0}},{"uid":"15595215bec18c52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/15595215bec18c52","status":"passed","time":{"start":1714494954434,"stop":1714494954434,"duration":0}},{"uid":"32c54b8f9c250198","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/32c54b8f9c250198","status":"passed","time":{"start":1714493052130,"stop":1714493052130,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a37ab907af262cff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a37ab907af262cff","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"duration":0}},{"uid":"286a56fb28873c22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/286a56fb28873c22","status":"passed","time":{"start":1714494908938,"stop":1714494908938,"duration":0}},{"uid":"22da968b2e3783e5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/22da968b2e3783e5","status":"passed","time":{"start":1714492995228,"stop":1714492995228,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f1fdf4eeda47b79","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6f1fdf4eeda47b79","status":"passed","time":{"start":1714500539181,"stop":1714500539181,"duration":0}},{"uid":"c3bd21127c0ad5da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c3bd21127c0ad5da","status":"passed","time":{"start":1714494290448,"stop":1714494290449,"duration":1}},{"uid":"1bf1c9cd121e25fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1bf1c9cd121e25fc","status":"passed","time":{"start":1714492394191,"stop":1714492394192,"duration":1}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"93947988180f732a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/93947988180f732a","status":"passed","time":{"start":1714500735367,"stop":1714500735368,"duration":1}},{"uid":"d251fde345af9b84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d251fde345af9b84","status":"passed","time":{"start":1714494500293,"stop":1714494500293,"duration":0}},{"uid":"8a6400e48be5182e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8a6400e48be5182e","status":"passed","time":{"start":1714492591533,"stop":1714492591534,"duration":1}}]},"f1c7d88e241f8349dd0127f0d7267c00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fdd496a21e61761a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fdd496a21e61761a","status":"passed","time":{"start":1714500976563,"stop":1714500976564,"duration":1}}]},"dcfc36fdb908c0b4a08224e6f9b41f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e76b8f588e099d71","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e76b8f588e099d71","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0}},{"uid":"fbec7bbda4261088","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbec7bbda4261088","status":"passed","time":{"start":1714494276806,"stop":1714494276806,"duration":0}},{"uid":"c85429ca12ef9968","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c85429ca12ef9968","status":"passed","time":{"start":1714492380860,"stop":1714492380860,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ea5fad97f129c789","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea5fad97f129c789","status":"passed","time":{"start":1714500561873,"stop":1714500561873,"duration":0}},{"uid":"b5ee39509e4f8eb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5ee39509e4f8eb","status":"passed","time":{"start":1714494312953,"stop":1714494312953,"duration":0}},{"uid":"2cbb2a6d72b87ece","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2cbb2a6d72b87ece","status":"passed","time":{"start":1714492412934,"stop":1714492412934,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a867d1ad9633030c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a867d1ad9633030c","status":"passed","time":{"start":1714500525321,"stop":1714500525321,"duration":0}},{"uid":"8cec8a9eb5e3b01a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8cec8a9eb5e3b01a","status":"passed","time":{"start":1714494276800,"stop":1714494276801,"duration":1}},{"uid":"933d261e25588ef1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/933d261e25588ef1","status":"passed","time":{"start":1714492380855,"stop":1714492380855,"duration":0}}]},"42ec0fbfbeab3977e7de35c8c22845ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ee3c1f0c569649c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8ee3c1f0c569649c","status":"passed","time":{"start":1714501049781,"stop":1714501049782,"duration":1}},{"uid":"5bef9e37dffe95fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5bef9e37dffe95fc","status":"passed","time":{"start":1714494802220,"stop":1714494802220,"duration":0}},{"uid":"34e672482843d2a0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/34e672482843d2a0","status":"passed","time":{"start":1714492887582,"stop":1714492887582,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c9c85d861a8e104","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4c9c85d861a8e104","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"duration":0}},{"uid":"1d556dda37849855","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1d556dda37849855","status":"passed","time":{"start":1714494500294,"stop":1714494500295,"duration":1}},{"uid":"26dd916b3d554461","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/26dd916b3d554461","status":"passed","time":{"start":1714492591535,"stop":1714492591535,"duration":0}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d351093a3a02e8f1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d351093a3a02e8f1","status":"passed","time":{"start":1714500587026,"stop":1714500587026,"duration":0}},{"uid":"c640a453bd657339","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c640a453bd657339","status":"passed","time":{"start":1714494335559,"stop":1714494335559,"duration":0}},{"uid":"2fea1b89c3690ce5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2fea1b89c3690ce5","status":"passed","time":{"start":1714492436197,"stop":1714492436197,"duration":0}}]},"073721a1de55fc8f40b4bbcd7e60e0f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"897675e5ef50e5f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/897675e5ef50e5f0","status":"passed","time":{"start":1714494848660,"stop":1714494848661,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"ef4765b9aa30380","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef4765b9aa30380","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500590517,"stop":1714500590517,"duration":0}},{"uid":"cfc56a9ebbe7d00","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cfc56a9ebbe7d00","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351415,"duration":0}},{"uid":"888ea82e6704cc9a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/888ea82e6704cc9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441821,"stop":1714492441822,"duration":1}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ddd286f8b97ed619","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ddd286f8b97ed619","status":"passed","time":{"start":1714500560558,"stop":1714500560559,"duration":1}},{"uid":"f736c961eecfcccc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f736c961eecfcccc","status":"passed","time":{"start":1714494311521,"stop":1714494311522,"duration":1}},{"uid":"eaa0ba1300c4c52d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eaa0ba1300c4c52d","status":"passed","time":{"start":1714492411491,"stop":1714492411491,"duration":0}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2faf99ea3a794699","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2faf99ea3a794699","status":"passed","time":{"start":1714501153790,"stop":1714501153791,"duration":1}},{"uid":"fa8508878e861c28","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa8508878e861c28","status":"passed","time":{"start":1714494896481,"stop":1714494896481,"duration":0}},{"uid":"3ff889065cd73900","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3ff889065cd73900","status":"passed","time":{"start":1714492987118,"stop":1714492987119,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42199659ba02c66b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/42199659ba02c66b","status":"passed","time":{"start":1714500979199,"stop":1714500979200,"duration":1}},{"uid":"ae2224888fa1b0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ae2224888fa1b0e","status":"passed","time":{"start":1714494739119,"stop":1714494739120,"duration":1}},{"uid":"81cdadc225089c5b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/81cdadc225089c5b","status":"passed","time":{"start":1714492817320,"stop":1714492817320,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3adcab77d43932a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e3adcab77d43932a","status":"passed","time":{"start":1714500744141,"stop":1714500744141,"duration":0}},{"uid":"56c2affe88a99214","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56c2affe88a99214","status":"passed","time":{"start":1714494482347,"stop":1714494482348,"duration":1}},{"uid":"d4432cada4bcec05","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4432cada4bcec05","status":"passed","time":{"start":1714492591360,"stop":1714492591360,"duration":0}}]},"cd14dfc1b67126624a60ac64c358c73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fc3237ac1dafd6ec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fc3237ac1dafd6ec","status":"passed","time":{"start":1714494848657,"stop":1714494848657,"duration":0}}]},"ed419898172e7eee423d0f0dfaf35256:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"33273405b1f04d1a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/33273405b1f04d1a","status":"passed","time":{"start":1714500554006,"stop":1714500554006,"duration":0}},{"uid":"e2535299aaebdea3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e2535299aaebdea3","status":"passed","time":{"start":1714494305186,"stop":1714494305186,"duration":0}}]},"f3e44dbc0166bb1fd9b9889ba11c8886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3c890611cf4dd1da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3c890611cf4dd1da","status":"passed","time":{"start":1714500525331,"stop":1714500525331,"duration":0}},{"uid":"3ac43a0e76eb1dfe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3ac43a0e76eb1dfe","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"100ce56a676c8804","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/100ce56a676c8804","status":"passed","time":{"start":1714492380862,"stop":1714492380863,"duration":1}}]},"09b668d37ba339160cbe0adc808936ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0fdd2e852dc00f6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e0fdd2e852dc00f6","status":"passed","time":{"start":1714500525335,"stop":1714500525336,"duration":1}},{"uid":"2bd0a9dca9dfc36c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2bd0a9dca9dfc36c","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"7b957575c0025ae4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b957575c0025ae4","status":"passed","time":{"start":1714492380865,"stop":1714492380866,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"954085ad35b5e514","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/954085ad35b5e514","status":"passed","time":{"start":1714500744140,"stop":1714500744140,"duration":0}},{"uid":"a775c0a4389c4800","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a775c0a4389c4800","status":"passed","time":{"start":1714494482346,"stop":1714494482346,"duration":0}},{"uid":"cdfa6ab72c0de8cd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdfa6ab72c0de8cd","status":"passed","time":{"start":1714492591356,"stop":1714492591359,"duration":3}}]},"2ab8b1e56a505b61194b0126f566771f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4ac2eb0482fc0257","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ac2eb0482fc0257","status":"passed","time":{"start":1714494788147,"stop":1714494788147,"duration":0}}]},"dd71c6b4b796463767b152e4336624c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"756aaa7921b3ce41","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/756aaa7921b3ce41","status":"passed","time":{"start":1714500554004,"stop":1714500554005,"duration":1}},{"uid":"6ce05dc74eed696","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ce05dc74eed696","status":"passed","time":{"start":1714494305185,"stop":1714494305185,"duration":0}}]},"aa667aabf6345fbe4e97a8e67952bb75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8356230aed138bcf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8356230aed138bcf","status":"passed","time":{"start":1714501089335,"stop":1714501089336,"duration":1}},{"uid":"b1ff0b9b1c292c09","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b1ff0b9b1c292c09","status":"passed","time":{"start":1714494840034,"stop":1714494840035,"duration":1}},{"uid":"5d186362847c2100","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d186362847c2100","status":"passed","time":{"start":1714492923663,"stop":1714492923664,"duration":1}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8dbdb5a4b4644f02","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8dbdb5a4b4644f02","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0}},{"uid":"f4a969c3755a6238","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4a969c3755a6238","status":"passed","time":{"start":1714494876055,"stop":1714494876056,"duration":1}},{"uid":"ae56ef1c6405ac3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ae56ef1c6405ac3","status":"passed","time":{"start":1714492961694,"stop":1714492961695,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a412bd114e09fe6a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a412bd114e09fe6a","status":"passed","time":{"start":1714500744125,"stop":1714500744126,"duration":1}},{"uid":"2ab2fe1f96241fd7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2ab2fe1f96241fd7","status":"passed","time":{"start":1714494482332,"stop":1714494482332,"duration":0}},{"uid":"a1e2ba25c90750f5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a1e2ba25c90750f5","status":"passed","time":{"start":1714492591350,"stop":1714492591351,"duration":1}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7cb253bf4db0d975","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7cb253bf4db0d975","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"duration":0}},{"uid":"6c7fa6d9208bcd92","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c7fa6d9208bcd92","status":"passed","time":{"start":1714494791259,"stop":1714494791259,"duration":0}},{"uid":"1856b543498ad726","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1856b543498ad726","status":"passed","time":{"start":1714492870712,"stop":1714492870712,"duration":0}}]},"11979150429dab6cdfe58e2b19df299b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee8696a71f68032b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ee8696a71f68032b","status":"passed","time":{"start":1714494848658,"stop":1714494848659,"duration":1}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"543f4dbf0e266bda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/543f4dbf0e266bda","status":"passed","time":{"start":1714501050458,"stop":1714501050459,"duration":1}},{"uid":"c1999cb2f1d300bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c1999cb2f1d300bf","status":"passed","time":{"start":1714494785918,"stop":1714494785918,"duration":0}},{"uid":"a393e0004626c280","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a393e0004626c280","status":"passed","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef98ceae824b99a4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef98ceae824b99a4","status":"passed","time":{"start":1714500976525,"stop":1714500976526,"duration":1}},{"uid":"f66cc2f3a5d6cda6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f66cc2f3a5d6cda6","status":"passed","time":{"start":1714494735255,"stop":1714494735255,"duration":0}},{"uid":"176ad6027b3df944","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/176ad6027b3df944","status":"passed","time":{"start":1714492814921,"stop":1714492814922,"duration":1}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc3c4f852c806d7c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc3c4f852c806d7c","status":"passed","time":{"start":1714501050452,"stop":1714501050452,"duration":0}},{"uid":"76b4f8d5602d1b50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76b4f8d5602d1b50","status":"passed","time":{"start":1714494785913,"stop":1714494785913,"duration":0}},{"uid":"b2606950fba1af5f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2606950fba1af5f","status":"passed","time":{"start":1714492898569,"stop":1714492898569,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c5166d63c5284254","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c5166d63c5284254","status":"passed","time":{"start":1714501123789,"stop":1714501123789,"duration":0}},{"uid":"77df53d4b2dc6e60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/77df53d4b2dc6e60","status":"passed","time":{"start":1714494838845,"stop":1714494838845,"duration":0}},{"uid":"1879ceae6e82568a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1879ceae6e82568a","status":"passed","time":{"start":1714492985763,"stop":1714492985763,"duration":0}}]},"d1e899bb77cffe1b4eac08cc549c7c8c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f99b7ccb56c66078","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f99b7ccb56c66078","status":"passed","time":{"start":1714500525339,"stop":1714500525340,"duration":1}},{"uid":"8453c0d2ab42aa1a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8453c0d2ab42aa1a","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"c04699933544143a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c04699933544143a","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"70a767e4b930526214fbc0ed1d3d34cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"ce90f852b9cdf7af","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ce90f852b9cdf7af","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036384,"stop":1714501036384,"duration":0}},{"uid":"f57ff0fcdc8fd9fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f57ff0fcdc8fd9fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786057,"duration":0}},{"uid":"2225250ae64fd705","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2225250ae64fd705","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860589,"stop":1714492860589,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"81ba353866870eff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/81ba353866870eff","status":"passed","time":{"start":1714500786927,"stop":1714500786928,"duration":1}},{"uid":"981cec14bb11d6ab","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/981cec14bb11d6ab","status":"passed","time":{"start":1714494536934,"stop":1714494536934,"duration":0}},{"uid":"6086cae5134c003f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6086cae5134c003f","status":"passed","time":{"start":1714492635269,"stop":1714492635270,"duration":1}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"77456e2ab7aabb3f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/77456e2ab7aabb3f","status":"passed","time":{"start":1714500735362,"stop":1714500735362,"duration":0}},{"uid":"14d3ca1324fb1949","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14d3ca1324fb1949","status":"passed","time":{"start":1714494500288,"stop":1714494500289,"duration":1}},{"uid":"15578ce15265f1e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/15578ce15265f1e8","status":"passed","time":{"start":1714492591446,"stop":1714492591447,"duration":1}}]},"7053434ba6ebd8643e423028b66574c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e4c4b4dba7b63e3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9e4c4b4dba7b63e3","status":"passed","time":{"start":1714492898558,"stop":1714492898558,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97fc6d65f74d086f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/97fc6d65f74d086f","status":"passed","time":{"start":1714500607828,"stop":1714500607829,"duration":1}},{"uid":"46f2b5f8ff0b0c18","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46f2b5f8ff0b0c18","status":"passed","time":{"start":1714494370501,"stop":1714494370504,"duration":3}},{"uid":"531117c3205ce0b6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/531117c3205ce0b6","status":"passed","time":{"start":1714492459794,"stop":1714492459795,"duration":1}}]},"f5de8d16284f4a682642eccfd19248cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45bdfe2b82097fa1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/45bdfe2b82097fa1","status":"passed","time":{"start":1714492932190,"stop":1714492932191,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa8e63560c064385","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fa8e63560c064385","status":"passed","time":{"start":1714500533443,"stop":1714500533444,"duration":1}},{"uid":"6b214babaeded62c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6b214babaeded62c","status":"passed","time":{"start":1714494284790,"stop":1714494284791,"duration":1}},{"uid":"30860de2400b29ee","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30860de2400b29ee","status":"passed","time":{"start":1714492388866,"stop":1714492388867,"duration":1}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"45b7d02e8c00fecd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/45b7d02e8c00fecd","status":"passed","time":{"start":1714500735364,"stop":1714500735364,"duration":0}},{"uid":"296ad272c30f1e41","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/296ad272c30f1e41","status":"passed","time":{"start":1714494500291,"stop":1714494500291,"duration":0}},{"uid":"dfa705678bb5150e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dfa705678bb5150e","status":"passed","time":{"start":1714492591473,"stop":1714492591473,"duration":0}}]},"9f5ff7901f94364426cfffb4185e6ca1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e63432a1a601ba4f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e63432a1a601ba4f","status":"passed","time":{"start":1714494785902,"stop":1714494785902,"duration":0}}]},"9b912eb17e0cc806bd9aa68887eb10b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"77b47bbc73fe30ae","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/77b47bbc73fe30ae","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0}},{"uid":"59638c11fe6db7bb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/59638c11fe6db7bb","status":"passed","time":{"start":1714494276805,"stop":1714494276805,"duration":0}},{"uid":"db85d4a553ba7921","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db85d4a553ba7921","status":"passed","time":{"start":1714492380858,"stop":1714492380858,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"729bd1e3e4eafc19","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/729bd1e3e4eafc19","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0}},{"uid":"44dfb9d9ccfcb4db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/44dfb9d9ccfcb4db","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"ec76d9a2d1e93f37","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec76d9a2d1e93f37","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"483d138e14c2b884","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/483d138e14c2b884","status":"passed","time":{"start":1714500976527,"stop":1714500976527,"duration":0}},{"uid":"9e3f87e53c9f3c37","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9e3f87e53c9f3c37","status":"passed","time":{"start":1714494735256,"stop":1714494735257,"duration":1}},{"uid":"1bfb2e5a3b02dc83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1bfb2e5a3b02dc83","status":"passed","time":{"start":1714492814923,"stop":1714492814924,"duration":1}}]},"d6d5ab4735c0181a09b96a3e17937622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67c3abba26b62808","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/67c3abba26b62808","status":"passed","time":{"start":1714494785915,"stop":1714494785915,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"66d58804071e3d7e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/66d58804071e3d7e","status":"passed","time":{"start":1714501050439,"stop":1714501050440,"duration":1}},{"uid":"ada8becba22f0c61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ada8becba22f0c61","status":"passed","time":{"start":1714494785904,"stop":1714494785905,"duration":1}},{"uid":"9a09179fb60ad069","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a09179fb60ad069","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"935d18999994090d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/935d18999994090d","status":"passed","time":{"start":1714500976536,"stop":1714500976537,"duration":1}},{"uid":"7b40887cc811bc67","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b40887cc811bc67","status":"passed","time":{"start":1714494735278,"stop":1714494735279,"duration":1}},{"uid":"6e1d569db5f01eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6e1d569db5f01eb","status":"passed","time":{"start":1714492814946,"stop":1714492814947,"duration":1}}]},"bdebce4ad2c8da506a8cff55ee55b560:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50362fc4a3cd3a09","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50362fc4a3cd3a09","status":"passed","time":{"start":1714492923651,"stop":1714492923652,"duration":1}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b88845097973064","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b88845097973064","status":"passed","time":{"start":1714500850493,"stop":1714500850493,"duration":0}},{"uid":"14be827386c92a11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14be827386c92a11","status":"passed","time":{"start":1714494602390,"stop":1714494602390,"duration":0}},{"uid":"f28b9ab8e5bc13ae","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f28b9ab8e5bc13ae","status":"passed","time":{"start":1714492686294,"stop":1714492686295,"duration":1}}]},"f92447acc0e891a00e4fbc889af18e5d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c29eb31fdbb488d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c29eb31fdbb488d0","status":"passed","time":{"start":1714501049788,"stop":1714501049788,"duration":0}},{"uid":"51f959512ed78471","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51f959512ed78471","status":"passed","time":{"start":1714494802222,"stop":1714494802223,"duration":1}},{"uid":"dae731d5cb694b19","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dae731d5cb694b19","status":"passed","time":{"start":1714492887588,"stop":1714492887588,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5a95136362ea6f70","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5a95136362ea6f70","status":"passed","time":{"start":1714501094175,"stop":1714501094175,"duration":0}},{"uid":"2648b71097aacf10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2648b71097aacf10","status":"passed","time":{"start":1714494837579,"stop":1714494837580,"duration":1}},{"uid":"d0a4cfd18e614d9d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d0a4cfd18e614d9d","status":"passed","time":{"start":1714492927143,"stop":1714492927144,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a59a007654dbad07","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a59a007654dbad07","status":"passed","time":{"start":1714500976532,"stop":1714500976533,"duration":1}},{"uid":"a3ce307a0ec90f94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a3ce307a0ec90f94","status":"passed","time":{"start":1714494735260,"stop":1714494735261,"duration":1}},{"uid":"51ae58b8030bdb14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51ae58b8030bdb14","status":"passed","time":{"start":1714492814942,"stop":1714492814943,"duration":1}}]},"2619b2541fa9c8572be6acdd5b14ee72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dbc578989486cf21","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dbc578989486cf21","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"duration":0}},{"uid":"85d47f9ebed8b815","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85d47f9ebed8b815","status":"passed","time":{"start":1714494301220,"stop":1714494301220,"duration":0}},{"uid":"449b6c4c6bea34f9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/449b6c4c6bea34f9","status":"passed","time":{"start":1714492405128,"stop":1714492405129,"duration":1}}]},"54abfe08d33c4a35d94bfd1c2d4a82fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4765182a2281a9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b4765182a2281a9","status":"passed","time":{"start":1714500525333,"stop":1714500525333,"duration":0}},{"uid":"b0265c3fcb4876e4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0265c3fcb4876e4","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"acc28592bccb1ee9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acc28592bccb1ee9","status":"passed","time":{"start":1714492380864,"stop":1714492380864,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d8639f9da8ea9bf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d8639f9da8ea9bf","status":"passed","time":{"start":1714500823191,"stop":1714500823192,"duration":1}},{"uid":"3dfd8a52edf78b6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3dfd8a52edf78b6b","status":"passed","time":{"start":1714494571269,"stop":1714494571270,"duration":1}},{"uid":"d07c62dd0915411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d07c62dd0915411","status":"passed","time":{"start":1714492678669,"stop":1714492678670,"duration":1}}]},"464594f7e93971edcfa3af034bbc340a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"52307701bd17f9e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/52307701bd17f9e","status":"passed","time":{"start":1714494840005,"stop":1714494840005,"duration":0}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"430d8098386df929","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/430d8098386df929","status":"passed","time":{"start":1714501174014,"stop":1714501174015,"duration":1}},{"uid":"8951785c9707dbe1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8951785c9707dbe1","status":"passed","time":{"start":1714494908939,"stop":1714494908939,"duration":0}},{"uid":"3e247a6b821d666a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e247a6b821d666a","status":"passed","time":{"start":1714492995228,"stop":1714492995229,"duration":1}}]},"cc10d7e134573a26472b3ccfb8b12e4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f85c0a96af0fdc10","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f85c0a96af0fdc10","status":"passed","time":{"start":1714494840007,"stop":1714494840007,"duration":0}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d0b5f428474590f2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d0b5f428474590f2","status":"passed","time":{"start":1714500590512,"stop":1714500590513,"duration":1}},{"uid":"d1b5783cc7499dac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1b5783cc7499dac","status":"passed","time":{"start":1714494351413,"stop":1714494351414,"duration":1}},{"uid":"da18f6c630fce5b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da18f6c630fce5b2","status":"passed","time":{"start":1714492441818,"stop":1714492441818,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c322b9ce59930c1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c322b9ce59930c1","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0}},{"uid":"e358a4ba2b4abf9a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e358a4ba2b4abf9a","status":"passed","time":{"start":1714494285528,"stop":1714494285528,"duration":0}},{"uid":"dabfaef586a33279","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dabfaef586a33279","status":"passed","time":{"start":1714492389342,"stop":1714492389342,"duration":0}}]},"e0683c384e048734afd5c7e99cd7eb66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d9d3fa887a84f11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1d9d3fa887a84f11","status":"passed","time":{"start":1714494840005,"stop":1714494840006,"duration":1}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"39195add76e3d83","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/39195add76e3d83","status":"passed","time":{"start":1714501123811,"stop":1714501123811,"duration":0}},{"uid":"ac804102dbd02019","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac804102dbd02019","status":"passed","time":{"start":1714494838850,"stop":1714494838850,"duration":0}},{"uid":"f52b897657548717","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f52b897657548717","status":"passed","time":{"start":1714492985768,"stop":1714492985768,"duration":0}}]},"1dd97cca9ae648eee9d1a521bc96be95:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"139ba6da50f38cea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/139ba6da50f38cea","status":"passed","time":{"start":1714494848659,"stop":1714494848659,"duration":0}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75924f2a405a97e4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/75924f2a405a97e4","status":"passed","time":{"start":1714501123819,"stop":1714501123820,"duration":1}},{"uid":"c756a93eeef21b86","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c756a93eeef21b86","status":"passed","time":{"start":1714494838855,"stop":1714494838855,"duration":0}},{"uid":"3845de303d4486c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3845de303d4486c8","status":"passed","time":{"start":1714492985775,"stop":1714492985776,"duration":1}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8fac17deda9017d9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8fac17deda9017d9","status":"passed","time":{"start":1714501123807,"stop":1714501123808,"duration":1}},{"uid":"369305e052194651","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/369305e052194651","status":"passed","time":{"start":1714494838847,"stop":1714494838847,"duration":0}},{"uid":"c61c0d349b2b6e10","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c61c0d349b2b6e10","status":"passed","time":{"start":1714492985765,"stop":1714492985766,"duration":1}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"746eab0f3a9aac1a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/746eab0f3a9aac1a","status":"passed","time":{"start":1714501094175,"stop":1714501094176,"duration":1}},{"uid":"3186220334493b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3186220334493b","status":"passed","time":{"start":1714494837580,"stop":1714494837580,"duration":0}},{"uid":"bba3cb0a47e34605","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bba3cb0a47e34605","status":"passed","time":{"start":1714492927144,"stop":1714492927145,"duration":1}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d86cb0c831ab7008","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d86cb0c831ab7008","status":"passed","time":{"start":1714500744049,"stop":1714500744050,"duration":1}},{"uid":"f8a3d488d44f369e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f8a3d488d44f369e","status":"passed","time":{"start":1714494482311,"stop":1714494482311,"duration":0}},{"uid":"206a6a7b591da8a4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/206a6a7b591da8a4","status":"passed","time":{"start":1714492591341,"stop":1714492591341,"duration":0}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c8ed7d6f994b5ae6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c8ed7d6f994b5ae6","status":"passed","time":{"start":1714500578576,"stop":1714500578594,"duration":18}},{"uid":"d2ddfee8ad2c69c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d2ddfee8ad2c69c7","status":"passed","time":{"start":1714494328710,"stop":1714494328712,"duration":2}},{"uid":"3b94c1faae68892f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b94c1faae68892f","status":"passed","time":{"start":1714492428459,"stop":1714492428465,"duration":6}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3f82c7b1a7d730e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e3f82c7b1a7d730e","status":"passed","time":{"start":1714501220684,"stop":1714501220685,"duration":1}},{"uid":"33a04b1685cadb3a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/33a04b1685cadb3a","status":"passed","time":{"start":1714494954436,"stop":1714494954436,"duration":0}},{"uid":"dc479954826b8bc1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc479954826b8bc1","status":"passed","time":{"start":1714493052132,"stop":1714493052132,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"318e082b140390cc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/318e082b140390cc","status":"passed","time":{"start":1714500590509,"stop":1714500590510,"duration":1}},{"uid":"fcaa9c1f7ffab50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fcaa9c1f7ffab50","status":"passed","time":{"start":1714494351411,"stop":1714494351411,"duration":0}},{"uid":"99805d165c005aa9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/99805d165c005aa9","status":"passed","time":{"start":1714492441817,"stop":1714492441817,"duration":0}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"418694fe0d4abe93","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/418694fe0d4abe93","status":"passed","time":{"start":1714501036168,"stop":1714501036168,"duration":0}},{"uid":"2c9f0b5b946db5ce","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c9f0b5b946db5ce","status":"passed","time":{"start":1714494788149,"stop":1714494788149,"duration":0}},{"uid":"a48aa8ee34a93f85","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a48aa8ee34a93f85","status":"passed","time":{"start":1714492860435,"stop":1714492860435,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0f4ad7d304f7e27","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a0f4ad7d304f7e27","status":"passed","time":{"start":1714501050433,"stop":1714501050434,"duration":1}},{"uid":"b4dba5ed3f7f6000","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b4dba5ed3f7f6000","status":"passed","time":{"start":1714494785900,"stop":1714494785901,"duration":1}},{"uid":"1a109f6a103b38ee","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a109f6a103b38ee","status":"passed","time":{"start":1714492898557,"stop":1714492898557,"duration":0}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c513b1449703fe39","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c513b1449703fe39","status":"passed","time":{"start":1714500623697,"stop":1714500623698,"duration":1}},{"uid":"18717400e92744a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18717400e92744a2","status":"passed","time":{"start":1714494373386,"stop":1714494373387,"duration":1}},{"uid":"61a564ede477d417","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/61a564ede477d417","status":"passed","time":{"start":1714492481134,"stop":1714492481134,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8341124ddac85378","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8341124ddac85378","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"duration":0}},{"uid":"1f8f5932c8fa0361","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1f8f5932c8fa0361","status":"passed","time":{"start":1714494285533,"stop":1714494285533,"duration":0}},{"uid":"71690e6a95685fcf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71690e6a95685fcf","status":"passed","time":{"start":1714492389347,"stop":1714492389347,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24acb9eb84294fe0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24acb9eb84294fe0","status":"passed","time":{"start":1714500844873,"stop":1714500844874,"duration":1}},{"uid":"6ebab3a7f3f18d49","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ebab3a7f3f18d49","status":"passed","time":{"start":1714494594465,"stop":1714494594465,"duration":0}},{"uid":"ac17419f7481260a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ac17419f7481260a","status":"passed","time":{"start":1714492694598,"stop":1714492694599,"duration":1}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2ae5a89763a5c2d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d2ae5a89763a5c2d","status":"passed","time":{"start":1714501220683,"stop":1714501220684,"duration":1}},{"uid":"478294002ea1ea2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/478294002ea1ea2f","status":"passed","time":{"start":1714494954434,"stop":1714494954435,"duration":1}},{"uid":"b73f6e4b26fdc33e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b73f6e4b26fdc33e","status":"passed","time":{"start":1714493052131,"stop":1714493052131,"duration":0}}]},"9d6b2d6a9af243784bdf5b08e105b7a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"73c350320eaa78dd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/73c350320eaa78dd","status":"passed","time":{"start":1714500549550,"stop":1714500549550,"duration":0}},{"uid":"eae1c14ce87dc041","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eae1c14ce87dc041","status":"passed","time":{"start":1714494301033,"stop":1714494301033,"duration":0}},{"uid":"e079a81a98a0aa81","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e079a81a98a0aa81","status":"passed","time":{"start":1714492404786,"stop":1714492404786,"duration":0}}]},"25ed73b38b727f2f31ccee038cd5a891:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2c35bd333e79e689","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c35bd333e79e689","status":"passed","time":{"start":1714494788146,"stop":1714494788146,"duration":0}}]},"9ca7fcbe59c18c8a340098c69b31c2f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"172732ec5729e7b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/172732ec5729e7b5","status":"passed","time":{"start":1714494500292,"stop":1714494500293,"duration":1}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d42ef373b768fd43","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d42ef373b768fd43","status":"passed","time":{"start":1714501123800,"stop":1714501123804,"duration":4}},{"uid":"99ae4b5af65a9967","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/99ae4b5af65a9967","status":"passed","time":{"start":1714494838846,"stop":1714494838846,"duration":0}},{"uid":"6d3f9f876be998e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6d3f9f876be998e","status":"passed","time":{"start":1714492985765,"stop":1714492985765,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e114f08461385ac0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e114f08461385ac0","status":"passed","time":{"start":1714501123756,"stop":1714501123759,"duration":3}},{"uid":"1cbaab20def3a2d9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1cbaab20def3a2d9","status":"passed","time":{"start":1714494838835,"stop":1714494838835,"duration":0}},{"uid":"f54bc1aed67f039f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f54bc1aed67f039f","status":"passed","time":{"start":1714492985719,"stop":1714492985720,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"94f4e63002e9a977","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/94f4e63002e9a977","status":"passed","time":{"start":1714500559906,"stop":1714500559906,"duration":0}},{"uid":"7a937a6c6446566f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a937a6c6446566f","status":"passed","time":{"start":1714494310951,"stop":1714494310952,"duration":1}},{"uid":"c4a0d645c5f81894","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c4a0d645c5f81894","status":"passed","time":{"start":1714492410936,"stop":1714492410936,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"403940b8f048cdc2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/403940b8f048cdc2","status":"passed","time":{"start":1714501220691,"stop":1714501220692,"duration":1}},{"uid":"f960a54b23bcf955","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f960a54b23bcf955","status":"passed","time":{"start":1714494954444,"stop":1714494954444,"duration":0}},{"uid":"d3d957dfcb0c8d3b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3d957dfcb0c8d3b","status":"passed","time":{"start":1714493052140,"stop":1714493052140,"duration":0}}]},"6f9b8facd3ab33e26bd609df8f0e4b8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1190abc013506cc2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1190abc013506cc2","status":"passed","time":{"start":1714500525336,"stop":1714500525338,"duration":2}},{"uid":"a15adbd6d899de35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a15adbd6d899de35","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"ab0867274d6ef304","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab0867274d6ef304","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ae786acd448814c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ae786acd448814c8","status":"passed","time":{"start":1714501050446,"stop":1714501050448,"duration":2}},{"uid":"4e4b86c11ee8a3b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4e4b86c11ee8a3b1","status":"passed","time":{"start":1714494785911,"stop":1714494785911,"duration":0}},{"uid":"f1e7bcf7e23fa5f1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1e7bcf7e23fa5f1","status":"passed","time":{"start":1714492898567,"stop":1714492898567,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16665f93800d1fab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/16665f93800d1fab","status":"passed","time":{"start":1714500823171,"stop":1714500823171,"duration":0}},{"uid":"7e6d861d1a002aac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7e6d861d1a002aac","status":"passed","time":{"start":1714494571255,"stop":1714494571255,"duration":0}},{"uid":"66481cab1c83e768","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/66481cab1c83e768","status":"passed","time":{"start":1714492678638,"stop":1714492678639,"duration":1}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8774c9376bcd4183","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8774c9376bcd4183","status":"passed","time":{"start":1714501165486,"stop":1714501165486,"duration":0}},{"uid":"2f2581cea1f76f5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2f2581cea1f76f5a","status":"passed","time":{"start":1714494907381,"stop":1714494907382,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ffd525e95595e862","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ffd525e95595e862","status":"passed","time":{"start":1714501123811,"stop":1714501123812,"duration":1}},{"uid":"706fec7893d5b013","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/706fec7893d5b013","status":"passed","time":{"start":1714494838851,"stop":1714494838851,"duration":0}},{"uid":"a31214a8f687e7dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a31214a8f687e7dd","status":"passed","time":{"start":1714492985770,"stop":1714492985770,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4f02dcfb6be163ab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4f02dcfb6be163ab","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0}},{"uid":"1f98f04fa317cf1b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1f98f04fa317cf1b","status":"passed","time":{"start":1714494312954,"stop":1714494312955,"duration":1}},{"uid":"f81870b7a1277e88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f81870b7a1277e88","status":"passed","time":{"start":1714492412936,"stop":1714492412936,"duration":0}}]},"a4afb713bc4434a55310e7d351c8aedf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8931e960f7563291","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8931e960f7563291","status":"passed","time":{"start":1714501106180,"stop":1714501106181,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"719ffc4d203018d2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/719ffc4d203018d2","status":"passed","time":{"start":1714501150906,"stop":1714501150907,"duration":1}},{"uid":"ef5340afa3a05047","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef5340afa3a05047","status":"passed","time":{"start":1714494883922,"stop":1714494883922,"duration":0}},{"uid":"8e550b4dcbfcfa4b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8e550b4dcbfcfa4b","status":"passed","time":{"start":1714492982050,"stop":1714492982062,"duration":12}}]},"e2faca587b68e47b33da992362cafb7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1f6287e9cbb070ba","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1f6287e9cbb070ba","status":"passed","time":{"start":1714501089332,"stop":1714501089332,"duration":0}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"66bb1a4c55981e55","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/66bb1a4c55981e55","status":"passed","time":{"start":1714501123787,"stop":1714501123788,"duration":1}},{"uid":"45c7366400deba22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/45c7366400deba22","status":"passed","time":{"start":1714494838843,"stop":1714494838844,"duration":1}},{"uid":"f238afc74b0d2987","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f238afc74b0d2987","status":"passed","time":{"start":1714492985750,"stop":1714492985751,"duration":1}}]},"936bf90dd7f1de7084d676f9d82ec062:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a8cc9647402aee7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a8cc9647402aee7","status":"passed","time":{"start":1714492591475,"stop":1714492591475,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"15b14b8a0122da01","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/15b14b8a0122da01","status":"passed","time":{"start":1714500525360,"stop":1714500525361,"duration":1}},{"uid":"fedf5b105d31cc52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fedf5b105d31cc52","status":"passed","time":{"start":1714494277048,"stop":1714494277049,"duration":1}},{"uid":"eff520c7ba61963e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eff520c7ba61963e","status":"passed","time":{"start":1714492380913,"stop":1714492380913,"duration":0}}]},"0976bba8abd9a3d334de8c15bb26aed0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa3299b3794b8151","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fa3299b3794b8151","status":"passed","time":{"start":1714500525346,"stop":1714500525347,"duration":1}},{"uid":"72adb27cba5d7f37","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72adb27cba5d7f37","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"b48ea88d8d5cebdf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b48ea88d8d5cebdf","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34fe5a14befc31ce","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34fe5a14befc31ce","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"duration":0}},{"uid":"426eca969381a3fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/426eca969381a3fd","status":"passed","time":{"start":1714494571261,"stop":1714494571262,"duration":1}},{"uid":"98c7d3c6d267b067","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98c7d3c6d267b067","status":"passed","time":{"start":1714492678655,"stop":1714492678656,"duration":1}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e052d6df1c0addb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e052d6df1c0addb","status":"passed","time":{"start":1714501123779,"stop":1714501123779,"duration":0}},{"uid":"c8a441dfddc90826","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8a441dfddc90826","status":"passed","time":{"start":1714494838840,"stop":1714494838840,"duration":0}},{"uid":"9012730fcd33f13f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9012730fcd33f13f","status":"passed","time":{"start":1714492985741,"stop":1714492985741,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d26daeacdc0bafc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4d26daeacdc0bafc","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"duration":0}},{"uid":"d5a50d33c0e68fc0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5a50d33c0e68fc0","status":"passed","time":{"start":1714494482341,"stop":1714494482341,"duration":0}},{"uid":"aae5d58d23e6d89b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aae5d58d23e6d89b","status":"passed","time":{"start":1714492591353,"stop":1714492591354,"duration":1}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b30e1b110e3777f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b30e1b110e3777f","status":"passed","time":{"start":1714501050432,"stop":1714501050433,"duration":1}},{"uid":"7c3a7ad2a75dd6da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7c3a7ad2a75dd6da","status":"passed","time":{"start":1714494785899,"stop":1714494785900,"duration":1}},{"uid":"bdf172923c52fc6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bdf172923c52fc6b","status":"passed","time":{"start":1714492898556,"stop":1714492898557,"duration":1}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35129c1ecdfae2b4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35129c1ecdfae2b4","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"duration":0}},{"uid":"fd1d4136ad5d492b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fd1d4136ad5d492b","status":"passed","time":{"start":1714494482349,"stop":1714494482349,"duration":0}},{"uid":"ec39ad6a90b7d485","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec39ad6a90b7d485","status":"passed","time":{"start":1714492591364,"stop":1714492591364,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"483097454da9057","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/483097454da9057","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"duration":0}},{"uid":"48cf08277b6e3bc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48cf08277b6e3bc","status":"passed","time":{"start":1714494785905,"stop":1714494785906,"duration":1}},{"uid":"ff959939a21ce72c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff959939a21ce72c","status":"passed","time":{"start":1714492898561,"stop":1714492898561,"duration":0}}]},"78b3a666f207572d190f4896b5a6437c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fa3619308f6627e9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa3619308f6627e9","status":"passed","time":{"start":1714492985777,"stop":1714492985778,"duration":1}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2116ef517255973a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2116ef517255973a","status":"passed","time":{"start":1714500744128,"stop":1714500744129,"duration":1}},{"uid":"721703d396bed489","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/721703d396bed489","status":"passed","time":{"start":1714494482333,"stop":1714494482333,"duration":0}},{"uid":"fccb2797e18ab2e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fccb2797e18ab2e8","status":"passed","time":{"start":1714492591351,"stop":1714492591351,"duration":0}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61dd47d4872f7de2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/61dd47d4872f7de2","status":"passed","time":{"start":1714500844878,"stop":1714500844879,"duration":1}},{"uid":"6a7e28987e1115a0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6a7e28987e1115a0","status":"passed","time":{"start":1714494594467,"stop":1714494594467,"duration":0}},{"uid":"4aaef132f5e51166","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4aaef132f5e51166","status":"passed","time":{"start":1714492694601,"stop":1714492694601,"duration":0}}]},"bc6cef2c641e1f0ac9e22d625ad5ec6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e80c344c4b26a25e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e80c344c4b26a25e","status":"passed","time":{"start":1714501089327,"stop":1714501089327,"duration":0}}]},"1196664435deb299f57ceb88a3a8a78e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57331a9f05143fc2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/57331a9f05143fc2","status":"passed","time":{"start":1714500525348,"stop":1714500525349,"duration":1}},{"uid":"fe1f7d552b1a80f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe1f7d552b1a80f9","status":"passed","time":{"start":1714494276819,"stop":1714494276820,"duration":1}},{"uid":"e26d2f7c268512de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e26d2f7c268512de","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"825837c981489468","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/825837c981489468","status":"passed","time":{"start":1714500534105,"stop":1714500534106,"duration":1}},{"uid":"630dff434307c528","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/630dff434307c528","status":"passed","time":{"start":1714494285527,"stop":1714494285527,"duration":0}},{"uid":"c04f3f8ab5fd3c80","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c04f3f8ab5fd3c80","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d18ddbae5fe6c84","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d18ddbae5fe6c84","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"duration":0}},{"uid":"c142270da7244860","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c142270da7244860","status":"passed","time":{"start":1714494760925,"stop":1714494760925,"duration":0}},{"uid":"4c76cdf6cdc7bb62","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4c76cdf6cdc7bb62","status":"passed","time":{"start":1714492834199,"stop":1714492834200,"duration":1}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"88757c248d577011","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/88757c248d577011","status":"passed","time":{"start":1714500619507,"stop":1714500619510,"duration":3}},{"uid":"aa5f2996a8e9667b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa5f2996a8e9667b","status":"passed","time":{"start":1714494368386,"stop":1714494368386,"duration":0}},{"uid":"5f23ee545fb21416","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5f23ee545fb21416","status":"passed","time":{"start":1714492468980,"stop":1714492468989,"duration":9}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6a6a442b2714a2a3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6a6a442b2714a2a3","status":"passed","time":{"start":1714500735369,"stop":1714500735370,"duration":1}},{"uid":"fc63b90af275bafd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fc63b90af275bafd","status":"passed","time":{"start":1714494500294,"stop":1714494500294,"duration":0}},{"uid":"910ef38c6eae4312","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/910ef38c6eae4312","status":"passed","time":{"start":1714492591534,"stop":1714492591535,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9ca8cbe5eae5bf17","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9ca8cbe5eae5bf17","status":"passed","time":{"start":1714501039477,"stop":1714501039477,"duration":0}},{"uid":"10604e6d4f3bac34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10604e6d4f3bac34","status":"passed","time":{"start":1714494791236,"stop":1714494791237,"duration":1}},{"uid":"d0d5fb466af00f38","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d0d5fb466af00f38","status":"passed","time":{"start":1714492870702,"stop":1714492870703,"duration":1}}]},"8acb42b16d8cea5732b9be877d9c9731:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bb3f15327a9a6788","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bb3f15327a9a6788","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0}},{"uid":"548b917ccd226e6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/548b917ccd226e6","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"b35cc82a9dc47b00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b35cc82a9dc47b00","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f30e8d0f347dc5c3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f30e8d0f347dc5c3","status":"passed","time":{"start":1714500561875,"stop":1714500561875,"duration":0}},{"uid":"457e7964d2ecdb67","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/457e7964d2ecdb67","status":"passed","time":{"start":1714494312954,"stop":1714494312954,"duration":0}},{"uid":"4eb889ec4679e896","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eb889ec4679e896","status":"passed","time":{"start":1714492412936,"stop":1714492412936,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"42d50b767e17f1c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/42d50b767e17f1c","status":"passed","time":{"start":1714501050430,"stop":1714501050430,"duration":0}},{"uid":"f6e53c5fe7a6a10b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6e53c5fe7a6a10b","status":"passed","time":{"start":1714494785893,"stop":1714494785895,"duration":2}},{"uid":"1c078d171c351106","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c078d171c351106","status":"passed","time":{"start":1714492898554,"stop":1714492898555,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a02e31852e530df","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a02e31852e530df","status":"passed","time":{"start":1714500976561,"stop":1714500976561,"duration":0}},{"uid":"12f71c02abc8ed45","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/12f71c02abc8ed45","status":"passed","time":{"start":1714494735304,"stop":1714494735305,"duration":1}},{"uid":"f00bacd4971ca426","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f00bacd4971ca426","status":"passed","time":{"start":1714492814975,"stop":1714492814992,"duration":17}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d6cbab90bdfecc87","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d6cbab90bdfecc87","status":"passed","time":{"start":1714500534098,"stop":1714500534098,"duration":0}},{"uid":"e5a19dd08f94c627","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5a19dd08f94c627","status":"passed","time":{"start":1714494285520,"stop":1714494285524,"duration":4}},{"uid":"393b375226cc68a6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/393b375226cc68a6","status":"passed","time":{"start":1714492389333,"stop":1714492389334,"duration":1}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b0c4218b922c5a6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b0c4218b922c5a6","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"duration":0}},{"uid":"66dfdfd95826a445","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66dfdfd95826a445","status":"passed","time":{"start":1714494954448,"stop":1714494954449,"duration":1}},{"uid":"cebb7470fc8485f1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cebb7470fc8485f1","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d6377ea554ccf0bd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d6377ea554ccf0bd","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0}},{"uid":"4bccbc323463f3b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4bccbc323463f3b7","status":"passed","time":{"start":1714494926190,"stop":1714494926190,"duration":0}},{"uid":"746ab31bf7407848","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/746ab31bf7407848","status":"passed","time":{"start":1714493011867,"stop":1714493011867,"duration":0}}]},"54f49c966bf033e035b43ecec02b8aa6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1fd632f7edf675d6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1fd632f7edf675d6","status":"passed","time":{"start":1714501036165,"stop":1714501036166,"duration":1}}]},"1cddc29ad92fa891fca15970b2e9627a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"7c71966a393a28cf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7c71966a393a28cf","status":"passed","time":{"start":1714500554006,"stop":1714500554007,"duration":1}},{"uid":"19b495fe1d1cdd3b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/19b495fe1d1cdd3b","status":"passed","time":{"start":1714494305187,"stop":1714494305187,"duration":0}}]},"3de2eba7a62ee9ed5cdf8a86f8718f30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aee09556798882cc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aee09556798882cc","status":"passed","time":{"start":1714500525328,"stop":1714500525328,"duration":0}},{"uid":"f403e41aca402298","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f403e41aca402298","status":"passed","time":{"start":1714494276805,"stop":1714494276806,"duration":1}},{"uid":"842cce64fe6bf0d5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/842cce64fe6bf0d5","status":"passed","time":{"start":1714492380859,"stop":1714492380860,"duration":1}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"87c5949a29cd6b4f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/87c5949a29cd6b4f","status":"passed","time":{"start":1714500660503,"stop":1714500660503,"duration":0}},{"uid":"5463cb9282f21a0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5463cb9282f21a0c","status":"passed","time":{"start":1714494401270,"stop":1714494401270,"duration":0}},{"uid":"4ba7d637e711b975","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ba7d637e711b975","status":"passed","time":{"start":1714492501445,"stop":1714492501446,"duration":1}}]},"966b9cb609ee7abd84faeb390db3de37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bf3f44edf094c6f4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bf3f44edf094c6f4","status":"passed","time":{"start":1714501008013,"stop":1714501008013,"duration":0}},{"uid":"611254e5724b84cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/611254e5724b84cb","status":"passed","time":{"start":1714494764687,"stop":1714494764688,"duration":1}},{"uid":"8c6329a505d95383","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8c6329a505d95383","status":"passed","time":{"start":1714492842571,"stop":1714492842572,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"26f7a6d269850d99","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/26f7a6d269850d99","status":"passed","time":{"start":1714501050438,"stop":1714501050439,"duration":1}},{"uid":"f9da306d1817acc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f9da306d1817acc6","status":"passed","time":{"start":1714494785903,"stop":1714494785904,"duration":1}},{"uid":"8e28c3af2c9d65f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8e28c3af2c9d65f8","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"39d45d4ebd2760a9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/39d45d4ebd2760a9","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"duration":0}},{"uid":"4f7ab790bd2b00b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f7ab790bd2b00b4","status":"passed","time":{"start":1714494735303,"stop":1714494735303,"duration":0}},{"uid":"d267e46066a458f6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d267e46066a458f6","status":"passed","time":{"start":1714492814973,"stop":1714492814973,"duration":0}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1434f90108949d62","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1434f90108949d62","status":"passed","time":{"start":1714500587023,"stop":1714500587023,"duration":0}},{"uid":"560555d924c64795","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/560555d924c64795","status":"passed","time":{"start":1714494335555,"stop":1714494335556,"duration":1}},{"uid":"40368bd4da09055b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/40368bd4da09055b","status":"passed","time":{"start":1714492436194,"stop":1714492436195,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aad3e412897a14c9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aad3e412897a14c9","status":"passed","time":{"start":1714500590504,"stop":1714500590504,"duration":0}},{"uid":"6f484abb7fe2863","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6f484abb7fe2863","status":"passed","time":{"start":1714494351409,"stop":1714494351410,"duration":1}},{"uid":"dc0873f184f4f888","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc0873f184f4f888","status":"passed","time":{"start":1714492441815,"stop":1714492441816,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ed1cd3055fd165cd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ed1cd3055fd165cd","status":"passed","time":{"start":1714500660494,"stop":1714500660495,"duration":1}},{"uid":"cd046dff9d85002b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cd046dff9d85002b","status":"passed","time":{"start":1714494401266,"stop":1714494401266,"duration":0}},{"uid":"c888ef698ecbb45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c888ef698ecbb45","status":"passed","time":{"start":1714492501440,"stop":1714492501441,"duration":1}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d29654a82d64d8d1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d29654a82d64d8d1","status":"passed","time":{"start":1714501050444,"stop":1714501050444,"duration":0}},{"uid":"1ff54dcd7353a1cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ff54dcd7353a1cb","status":"passed","time":{"start":1714494785909,"stop":1714494785909,"duration":0}},{"uid":"5b93240dccd04bdb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b93240dccd04bdb","status":"passed","time":{"start":1714492898564,"stop":1714492898565,"duration":1}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ab0bb41673bea5f5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab0bb41673bea5f5","status":"passed","time":{"start":1714500534107,"stop":1714500534108,"duration":1}},{"uid":"5f35ff907d2b62ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5f35ff907d2b62ae","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"98aebc97e37e1a87","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98aebc97e37e1a87","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dcdff0ba2776a7da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dcdff0ba2776a7da","status":"passed","time":{"start":1714500559909,"stop":1714500559909,"duration":0}},{"uid":"3aa90c584478d5cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3aa90c584478d5cf","status":"passed","time":{"start":1714494310955,"stop":1714494310955,"duration":0}},{"uid":"3e2ebeffc112e0b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e2ebeffc112e0b9","status":"passed","time":{"start":1714492410939,"stop":1714492410939,"duration":0}}]},"34a5ad71b322e8d9f9d7e3491fd9ed30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b170c0c92e35239b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b170c0c92e35239b","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0}},{"uid":"29dfd5d292ea2f4b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/29dfd5d292ea2f4b","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"432c189161b68653","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/432c189161b68653","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"59fb5144dd93d57c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/59fb5144dd93d57c","status":"passed","time":{"start":1714500542734,"stop":1714500542735,"duration":1}},{"uid":"1951f3525cf7b29e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1951f3525cf7b29e","status":"passed","time":{"start":1714494293814,"stop":1714494293814,"duration":0}},{"uid":"f7ac4ed74ddaeb97","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f7ac4ed74ddaeb97","status":"passed","time":{"start":1714492397607,"stop":1714492397607,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b61444e77200ef9c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b61444e77200ef9c","status":"passed","time":{"start":1714500744137,"stop":1714500744137,"duration":0}},{"uid":"18c4c20aca144d3a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18c4c20aca144d3a","status":"passed","time":{"start":1714494482340,"stop":1714494482340,"duration":0}},{"uid":"9b4ba55e072b8233","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b4ba55e072b8233","status":"passed","time":{"start":1714492591353,"stop":1714492591353,"duration":0}}]},"2681a8c442cffadecc8bb1de0e600532:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d609d602f09009a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d609d602f09009a7","status":"passed","time":{"start":1714492898558,"stop":1714492898558,"duration":0}}]},"262bfb6950cf3e4e0b89ddc41ae29436:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"367c5926dde5e795","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/367c5926dde5e795","status":"passed","time":{"start":1714500525329,"stop":1714500525330,"duration":1}},{"uid":"c72acfa8e1b744cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c72acfa8e1b744cf","status":"passed","time":{"start":1714494276807,"stop":1714494276808,"duration":1}},{"uid":"6af9430dc380629c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6af9430dc380629c","status":"passed","time":{"start":1714492380861,"stop":1714492380861,"duration":0}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1250a64cf1ab62e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1250a64cf1ab62e","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"duration":0}},{"uid":"6e332d8f5dfed659","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e332d8f5dfed659","status":"passed","time":{"start":1714494954432,"stop":1714494954432,"duration":0}},{"uid":"c3ff4673baedd8bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c3ff4673baedd8bb","status":"passed","time":{"start":1714493052128,"stop":1714493052128,"duration":0}}]},"d8ea51ba5162ac56a42069e5b6679119:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"624075f60b0db9f4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/624075f60b0db9f4","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0}},{"uid":"5500cd77812702dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5500cd77812702dc","status":"passed","time":{"start":1714494276806,"stop":1714494276807,"duration":1}},{"uid":"390282fe771555d1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/390282fe771555d1","status":"passed","time":{"start":1714492380860,"stop":1714492380860,"duration":0}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fd2a69bec5874979","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fd2a69bec5874979","status":"passed","time":{"start":1714500590506,"stop":1714500590507,"duration":1}},{"uid":"752ae88d5dc1ef22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/752ae88d5dc1ef22","status":"passed","time":{"start":1714494351410,"stop":1714494351411,"duration":1}},{"uid":"7417115486d78271","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7417115486d78271","status":"passed","time":{"start":1714492441816,"stop":1714492441816,"duration":0}}]},"2a7ba0e0706ad92ebdc3247da58edcee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96fbea5ce422fb6f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/96fbea5ce422fb6f","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8495143a8e45cd65","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8495143a8e45cd65","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"duration":0}},{"uid":"95a1aea87485d256","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/95a1aea87485d256","status":"passed","time":{"start":1714494788150,"stop":1714494788151,"duration":1}},{"uid":"3fbd1ebd1712d3e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3fbd1ebd1712d3e","status":"passed","time":{"start":1714492860437,"stop":1714492860437,"duration":0}}]},"c78aba39530997418f2c258c1d649bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abd545355a1adc6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/abd545355a1adc6","status":"passed","time":{"start":1714501106183,"stop":1714501106185,"duration":2}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b97b34da57d528f0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b97b34da57d528f0","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"duration":0}},{"uid":"90189f8feebbc6e3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90189f8feebbc6e3","status":"passed","time":{"start":1714494954441,"stop":1714494954441,"duration":0}},{"uid":"7e2bc41285c328af","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e2bc41285c328af","status":"passed","time":{"start":1714493052137,"stop":1714493052137,"duration":0}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"6adc913b2337b1b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6adc913b2337b1b","status":"passed","time":{"start":1714500872907,"stop":1714500872908,"duration":1}},{"uid":"4a79be9da57bacf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a79be9da57bacf","status":"passed","time":{"start":1714494620619,"stop":1714494620620,"duration":1}}]},"25bae3ce20211a03aa0dc3a74620c86a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"537c40364158fe14","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/537c40364158fe14","status":"passed","time":{"start":1714500550518,"stop":1714500550518,"duration":0}},{"uid":"9b640441c28b9a3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9b640441c28b9a3","status":"passed","time":{"start":1714494301219,"stop":1714494301220,"duration":1}},{"uid":"3584169a241ebcb6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3584169a241ebcb6","status":"passed","time":{"start":1714492405128,"stop":1714492405128,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24088e9224eb9d80","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24088e9224eb9d80","status":"passed","time":{"start":1714500735365,"stop":1714500735366,"duration":1}},{"uid":"71def7114d8495dd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71def7114d8495dd","status":"passed","time":{"start":1714494500292,"stop":1714494500292,"duration":0}},{"uid":"4dcdbe3859d8e711","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4dcdbe3859d8e711","status":"passed","time":{"start":1714492591474,"stop":1714492591475,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"87c4fe32c932d90f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/87c4fe32c932d90f","status":"passed","time":{"start":1714501319432,"stop":1714501319433,"duration":1}},{"uid":"582df6b1b11bf21f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/582df6b1b11bf21f","status":"passed","time":{"start":1714495063232,"stop":1714495063233,"duration":1}}]},"be13cdad2252f909af7f9ce004d11798:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c6f63a39ff97447f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c6f63a39ff97447f","status":"passed","time":{"start":1714500549516,"stop":1714500549517,"duration":1}},{"uid":"13b89232eabf8035","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/13b89232eabf8035","status":"passed","time":{"start":1714494299914,"stop":1714494299914,"duration":0}},{"uid":"d571003e78c7ec8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d571003e78c7ec8","status":"passed","time":{"start":1714492403645,"stop":1714492403646,"duration":1}}]},"f5b22fd29702074fba08733ff426279f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ab0a626c39973ca","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1ab0a626c39973ca","status":"passed","time":{"start":1714500525356,"stop":1714500525356,"duration":0}},{"uid":"4232a834c03e887e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4232a834c03e887e","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"7187297e0b508659","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7187297e0b508659","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f7a41ddc6562d043","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f7a41ddc6562d043","status":"passed","time":{"start":1714501319433,"stop":1714501319433,"duration":0}},{"uid":"24fa050d915ffb1f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24fa050d915ffb1f","status":"passed","time":{"start":1714495063234,"stop":1714495063234,"duration":0}}]},"728fdc28cea25fb5463049c1c4c3bf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7afdff6f7ddb1766","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7afdff6f7ddb1766","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0}},{"uid":"51a3babdeb4b189c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51a3babdeb4b189c","status":"passed","time":{"start":1714494276822,"stop":1714494276822,"duration":0}},{"uid":"2d8c50e4ba36fd3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d8c50e4ba36fd3c","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3949523b9a038911","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3949523b9a038911","status":"passed","time":{"start":1714501050432,"stop":1714501050432,"duration":0}},{"uid":"482429defc24668d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/482429defc24668d","status":"passed","time":{"start":1714494785899,"stop":1714494785899,"duration":0}},{"uid":"e0ac7a9b8df7c5e3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0ac7a9b8df7c5e3","status":"passed","time":{"start":1714492898556,"stop":1714492898556,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dfb86f5bc8ec7ab2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dfb86f5bc8ec7ab2","status":"passed","time":{"start":1714500587026,"stop":1714500587027,"duration":1}},{"uid":"455ffe9a159f778c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/455ffe9a159f778c","status":"passed","time":{"start":1714494335559,"stop":1714494335560,"duration":1}},{"uid":"58b6da58b28b2bf1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58b6da58b28b2bf1","status":"passed","time":{"start":1714492436197,"stop":1714492436198,"duration":1}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"95f067ae99b4601b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/95f067ae99b4601b","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"duration":0}},{"uid":"1ecaf1f2223d6a90","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ecaf1f2223d6a90","status":"passed","time":{"start":1714494571264,"stop":1714494571264,"duration":0}},{"uid":"4982f55662999281","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4982f55662999281","status":"passed","time":{"start":1714492678657,"stop":1714492678658,"duration":1}}]},"551afebddbc721f042f5398e566d904f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa674181df9e3b06","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aa674181df9e3b06","status":"passed","time":{"start":1714500550274,"stop":1714500550275,"duration":1}},{"uid":"7d8d5dd6201b62ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7d8d5dd6201b62ad","status":"passed","time":{"start":1714494300695,"stop":1714494300696,"duration":1}},{"uid":"a8c888b588188e2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8c888b588188e2f","status":"passed","time":{"start":1714492404702,"stop":1714492404703,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e076712b1218fa46","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e076712b1218fa46","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0}},{"uid":"96a4d7d39e8761b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/96a4d7d39e8761b","status":"passed","time":{"start":1714494785910,"stop":1714494785910,"duration":0}},{"uid":"5847ec0fc4e02d2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5847ec0fc4e02d2b","status":"passed","time":{"start":1714492898565,"stop":1714492898566,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e7400bbbcd1ade4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e7400bbbcd1ade4","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"duration":0}},{"uid":"6355033e862ba299","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6355033e862ba299","status":"passed","time":{"start":1714494594464,"stop":1714494594464,"duration":0}},{"uid":"5df713f65bed3876","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5df713f65bed3876","status":"passed","time":{"start":1714492694596,"stop":1714492694597,"duration":1}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fa795c4056cbb54d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fa795c4056cbb54d","status":"passed","time":{"start":1714500533181,"stop":1714500533184,"duration":3}},{"uid":"3c739e9e4a88210b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3c739e9e4a88210b","status":"passed","time":{"start":1714494284818,"stop":1714494284818,"duration":0}},{"uid":"a86a5711abd72dbe","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a86a5711abd72dbe","status":"passed","time":{"start":1714492388606,"stop":1714492388606,"duration":0}}]},"416ba86a99ca566049ce9b2b1bf336c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"31f21d551b7cc584","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/31f21d551b7cc584","status":"passed","time":{"start":1714492815000,"stop":1714492815001,"duration":1}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b55b0f6e5bab4cfe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b55b0f6e5bab4cfe","status":"passed","time":{"start":1714501123808,"stop":1714501123808,"duration":0}},{"uid":"db4526b7653a82f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db4526b7653a82f9","status":"passed","time":{"start":1714494838847,"stop":1714494838848,"duration":1}},{"uid":"d77b70cfb1b1e9ed","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d77b70cfb1b1e9ed","status":"passed","time":{"start":1714492985766,"stop":1714492985766,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eed15b9c34fb2f0a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/eed15b9c34fb2f0a","status":"passed","time":{"start":1714501123821,"stop":1714501123822,"duration":1}},{"uid":"22d2cffb749606f0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/22d2cffb749606f0","status":"passed","time":{"start":1714494838856,"stop":1714494838857,"duration":1}},{"uid":"44613284012d7997","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44613284012d7997","status":"passed","time":{"start":1714492985779,"stop":1714492985779,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"12d2bc2522562e38","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/12d2bc2522562e38","status":"passed","time":{"start":1714500538712,"stop":1714500538712,"duration":0}},{"uid":"dbbceeb990eec323","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dbbceeb990eec323","status":"passed","time":{"start":1714494290036,"stop":1714494290036,"duration":0}},{"uid":"5636efe4e582bb00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5636efe4e582bb00","status":"passed","time":{"start":1714492394076,"stop":1714492394076,"duration":0}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7a5a722bc04c315","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c7a5a722bc04c315","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"duration":0}},{"uid":"76c7f94f5cd2ed5f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76c7f94f5cd2ed5f","status":"passed","time":{"start":1714494571517,"stop":1714494571518,"duration":1}},{"uid":"1c7a74006af4c9dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c7a74006af4c9dc","status":"passed","time":{"start":1714492678754,"stop":1714492678754,"duration":0}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbe87ff54eae932c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fbe87ff54eae932c","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"duration":0}},{"uid":"1710a605c44fa942","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1710a605c44fa942","status":"passed","time":{"start":1714494312953,"stop":1714494312954,"duration":1}},{"uid":"d4f2fdfca8b7add2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4f2fdfca8b7add2","status":"passed","time":{"start":1714492412935,"stop":1714492412935,"duration":0}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"d03c1a1db80cd2b7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d03c1a1db80cd2b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501050460,"stop":1714501050460,"duration":0}},{"uid":"4b7ae87b93c70371","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b7ae87b93c70371","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785919,"stop":1714494785919,"duration":0}},{"uid":"4fd461ab9a88402f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4fd461ab9a88402f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"700194d9b5602f7e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/700194d9b5602f7e","status":"passed","time":{"start":1714501123804,"stop":1714501123804,"duration":0}},{"uid":"e2640fc237924136","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e2640fc237924136","status":"passed","time":{"start":1714494838847,"stop":1714494838847,"duration":0}},{"uid":"65d903f5f9fab152","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/65d903f5f9fab152","status":"passed","time":{"start":1714492985765,"stop":1714492985765,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a9d688c74fd5bda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9a9d688c74fd5bda","status":"passed","time":{"start":1714500744053,"stop":1714500744054,"duration":1}},{"uid":"a09d96afd6391024","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a09d96afd6391024","status":"passed","time":{"start":1714494482321,"stop":1714494482321,"duration":0}},{"uid":"cc73394f7ced63e6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc73394f7ced63e6","status":"passed","time":{"start":1714492591345,"stop":1714492591345,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"476e807d182ce1b6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/476e807d182ce1b6","status":"passed","time":{"start":1714500976526,"stop":1714500976527,"duration":1}},{"uid":"fb59be9b1405dec7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fb59be9b1405dec7","status":"passed","time":{"start":1714494735256,"stop":1714494735256,"duration":0}},{"uid":"b02ceb5218ece59f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b02ceb5218ece59f","status":"passed","time":{"start":1714492814922,"stop":1714492814923,"duration":1}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e29af83e83fc5511","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e29af83e83fc5511","status":"passed","time":{"start":1714501036163,"stop":1714501036164,"duration":1}},{"uid":"cb4ec790630fe729","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cb4ec790630fe729","status":"passed","time":{"start":1714494788144,"stop":1714494788144,"duration":0}},{"uid":"82141acb12e33cbd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82141acb12e33cbd","status":"passed","time":{"start":1714492860431,"stop":1714492860431,"duration":0}}]},"721c584e70c971f42d658c80c0885df1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ccad7435a18266c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ccad7435a18266c","status":"passed","time":{"start":1714501049788,"stop":1714501049789,"duration":1}},{"uid":"85599f15a06286d5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85599f15a06286d5","status":"passed","time":{"start":1714494802223,"stop":1714494802223,"duration":0}},{"uid":"cc287ed0cd0a568b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc287ed0cd0a568b","status":"passed","time":{"start":1714492887588,"stop":1714492887589,"duration":1}}]},"93fa89f84cbcfbfb8dc1f401a5370f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e1a4158b48e298","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e1a4158b48e298","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0}},{"uid":"627537ecdd1e1a9c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/627537ecdd1e1a9c","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"2125dbdc3856a545","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2125dbdc3856a545","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef78682f707755fe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef78682f707755fe","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"duration":0}},{"uid":"e43d7f6432bf422d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e43d7f6432bf422d","status":"passed","time":{"start":1714494285532,"stop":1714494285532,"duration":0}},{"uid":"d34b800df966d89e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d34b800df966d89e","status":"passed","time":{"start":1714492389346,"stop":1714492389346,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"439e59b98e59c643","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/439e59b98e59c643","status":"passed","time":{"start":1714500534109,"stop":1714500534109,"duration":0}},{"uid":"8ad1d45c8b4cdb09","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ad1d45c8b4cdb09","status":"passed","time":{"start":1714494285530,"stop":1714494285531,"duration":1}},{"uid":"21829b7be0ebe1b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/21829b7be0ebe1b","status":"passed","time":{"start":1714492389345,"stop":1714492389345,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cb7944dd29157fb5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cb7944dd29157fb5","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"duration":0}},{"uid":"2988c09bc206ce1b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2988c09bc206ce1b","status":"passed","time":{"start":1714494838839,"stop":1714494838839,"duration":0}},{"uid":"4250c065c8e1cbdc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4250c065c8e1cbdc","status":"passed","time":{"start":1714492985729,"stop":1714492985740,"duration":11}}]},"e5bf8edd0c98e330cde6b6efbf3a4690:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70a253442772ee4b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70a253442772ee4b","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0}},{"uid":"90a2e7243be0b56e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90a2e7243be0b56e","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"482e204e129bb4fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/482e204e129bb4fd","status":"passed","time":{"start":1714492380871,"stop":1714492380872,"duration":1}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3d7b3c7f344b0472","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3d7b3c7f344b0472","status":"passed","time":{"start":1714500561874,"stop":1714500561874,"duration":0}},{"uid":"56ade637f64a1a91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56ade637f64a1a91","status":"passed","time":{"start":1714494312954,"stop":1714494312954,"duration":0}},{"uid":"7c24211be2c64ae8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c24211be2c64ae8","status":"passed","time":{"start":1714492412935,"stop":1714492412936,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"82f404b56e201e56","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/82f404b56e201e56","status":"passed","time":{"start":1714500976524,"stop":1714500976525,"duration":1}},{"uid":"8e82ca705de1107","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e82ca705de1107","status":"passed","time":{"start":1714494735254,"stop":1714494735254,"duration":0}},{"uid":"705874231570dc25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/705874231570dc25","status":"passed","time":{"start":1714492814920,"stop":1714492814921,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"337f3a1ccf5dd981","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/337f3a1ccf5dd981","status":"passed","time":{"start":1714500539181,"stop":1714500539182,"duration":1}},{"uid":"8b9ed116c91c8050","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b9ed116c91c8050","status":"passed","time":{"start":1714494290449,"stop":1714494290449,"duration":0}},{"uid":"bfcfa4a323e8b10","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bfcfa4a323e8b10","status":"passed","time":{"start":1714492394192,"stop":1714492394192,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13130751e5677e26","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/13130751e5677e26","status":"passed","time":{"start":1714500735357,"stop":1714500735358,"duration":1}},{"uid":"5fdc33637e0afe69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5fdc33637e0afe69","status":"passed","time":{"start":1714494500282,"stop":1714494500283,"duration":1}},{"uid":"4b88e3157b3b39bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4b88e3157b3b39bd","status":"passed","time":{"start":1714492591434,"stop":1714492591435,"duration":1}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e01b2b530df0d95","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e01b2b530df0d95","status":"passed","time":{"start":1714501039476,"stop":1714501039476,"duration":0}},{"uid":"9d5ef135b3ef1c40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d5ef135b3ef1c40","status":"passed","time":{"start":1714494791233,"stop":1714494791235,"duration":2}},{"uid":"5333644f8bf089fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5333644f8bf089fc","status":"passed","time":{"start":1714492870702,"stop":1714492870702,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"172d7e8c6ff9c9f5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/172d7e8c6ff9c9f5","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"duration":0}},{"uid":"94b419264603972b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94b419264603972b","status":"passed","time":{"start":1714494760923,"stop":1714494760923,"duration":0}},{"uid":"55324f520615fa23","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55324f520615fa23","status":"passed","time":{"start":1714492834196,"stop":1714492834197,"duration":1}}]},"cb047d1fae537dfc31b1921263a1d9c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"99726df6b2664506","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/99726df6b2664506","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"duration":0}},{"uid":"5964fbcd351621b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5964fbcd351621b","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"8f9e59f3a8897a13","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8f9e59f3a8897a13","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"faf570c4bc29a46e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/faf570c4bc29a46e","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"duration":0}},{"uid":"18f72f4d8c7021f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18f72f4d8c7021f9","status":"passed","time":{"start":1714494898217,"stop":1714494898217,"duration":0}},{"uid":"30d18225990e37ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30d18225990e37ab","status":"passed","time":{"start":1714492984321,"stop":1714492984322,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b141e3413d601941","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b141e3413d601941","status":"passed","time":{"start":1714500538711,"stop":1714500538711,"duration":0}},{"uid":"441d4885e540bcaa","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/441d4885e540bcaa","status":"passed","time":{"start":1714494290034,"stop":1714494290035,"duration":1}},{"uid":"c91639cd0d070dc6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c91639cd0d070dc6","status":"passed","time":{"start":1714492394075,"stop":1714492394075,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8cde78ef59e9d9c3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8cde78ef59e9d9c3","status":"passed","time":{"start":1714500533163,"stop":1714500533173,"duration":10}},{"uid":"7b731c2cdad25cbf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7b731c2cdad25cbf","status":"passed","time":{"start":1714494284808,"stop":1714494284808,"duration":0}},{"uid":"762dc7f54af23c73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/762dc7f54af23c73","status":"passed","time":{"start":1714492388590,"stop":1714492388591,"duration":1}}]},"5eac47bf638f1677ce57564311aab727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf7d35f4138b572f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bf7d35f4138b572f","status":"passed","time":{"start":1714501106175,"stop":1714501106176,"duration":1}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d8acf8ff2efbb7b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d8acf8ff2efbb7b","status":"passed","time":{"start":1714500823179,"stop":1714500823181,"duration":2}},{"uid":"6357b4b3a4eb5a5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6357b4b3a4eb5a5","status":"passed","time":{"start":1714494571260,"stop":1714494571261,"duration":1}},{"uid":"cb814a864928b75b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cb814a864928b75b","status":"passed","time":{"start":1714492678650,"stop":1714492678655,"duration":5}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eef4704263fd5003","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/eef4704263fd5003","status":"passed","time":{"start":1714501220695,"stop":1714501220696,"duration":1}},{"uid":"a0f2e30dfc6331c6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0f2e30dfc6331c6","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"58528081816b10b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58528081816b10b4","status":"passed","time":{"start":1714493052144,"stop":1714493052144,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34811b272383dba4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34811b272383dba4","status":"passed","time":{"start":1714500823171,"stop":1714500823172,"duration":1}},{"uid":"615f33912e1c8c7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/615f33912e1c8c7c","status":"passed","time":{"start":1714494571256,"stop":1714494571256,"duration":0}},{"uid":"ec4a443516d9a1fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ec4a443516d9a1fd","status":"passed","time":{"start":1714492678639,"stop":1714492678640,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"28868758c38dfe0a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/28868758c38dfe0a","status":"passed","time":{"start":1714500744145,"stop":1714500744145,"duration":0}},{"uid":"f0fc026180a08375","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f0fc026180a08375","status":"passed","time":{"start":1714494482348,"stop":1714494482349,"duration":1}},{"uid":"68ab2221079f6e4a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68ab2221079f6e4a","status":"passed","time":{"start":1714492591362,"stop":1714492591364,"duration":2}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d5aa0ea46b861242","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d5aa0ea46b861242","status":"passed","time":{"start":1714500578607,"stop":1714500578608,"duration":1}},{"uid":"f0c4eb0278d355bf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f0c4eb0278d355bf","status":"passed","time":{"start":1714494328714,"stop":1714494328715,"duration":1}},{"uid":"87835b167c15550c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/87835b167c15550c","status":"passed","time":{"start":1714492428467,"stop":1714492428468,"duration":1}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d511d3f21f8797f7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d511d3f21f8797f7","status":"passed","time":{"start":1714501039486,"stop":1714501039486,"duration":0}},{"uid":"711c48b9e8a28fa9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/711c48b9e8a28fa9","status":"passed","time":{"start":1714494791258,"stop":1714494791259,"duration":1}},{"uid":"ad449a9ec74315ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ad449a9ec74315ab","status":"passed","time":{"start":1714492870712,"stop":1714492870712,"duration":0}}]},"61258855fde06048b020cddf893c5ab4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47d633b57c065e69","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/47d633b57c065e69","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"duration":0}},{"uid":"b97190198ab92186","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b97190198ab92186","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"e0d45fdba9d94a9b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0d45fdba9d94a9b","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"432d988728240036652a4b75ce6c96bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c45329e41b4cab14","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c45329e41b4cab14","status":"passed","time":{"start":1714500525342,"stop":1714500525343,"duration":1}},{"uid":"fe9089ae236a603b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fe9089ae236a603b","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"c576a350d1d02e17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c576a350d1d02e17","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"5ce96987e5768457cd0c5f01fecdb694:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"570fca8e79f5e205","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/570fca8e79f5e205","status":"passed","time":{"start":1714492860433,"stop":1714492860434,"duration":1}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"900a13f21842bc6d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/900a13f21842bc6d","status":"passed","time":{"start":1714501174012,"stop":1714501174012,"duration":0}},{"uid":"ddae54c98cf5e6e0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ddae54c98cf5e6e0","status":"passed","time":{"start":1714494908931,"stop":1714494908932,"duration":1}},{"uid":"911495913097e01c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/911495913097e01c","status":"passed","time":{"start":1714492995226,"stop":1714492995227,"duration":1}}]},"b1fd453e6e005940581c6aa2c831379d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a89c5047a542c25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1a89c5047a542c25","status":"passed","time":{"start":1714492932198,"stop":1714492932198,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a625391778fdc45","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a625391778fdc45","status":"passed","time":{"start":1714500664398,"stop":1714500664399,"duration":1}},{"uid":"9e12006736774911","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9e12006736774911","status":"passed","time":{"start":1714494413196,"stop":1714494413196,"duration":0}},{"uid":"58e9ed4d264abb5e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/58e9ed4d264abb5e","status":"passed","time":{"start":1714492522566,"stop":1714492522567,"duration":1}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ffe7294be9f65dda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ffe7294be9f65dda","status":"passed","time":{"start":1714500560559,"stop":1714500560559,"duration":0}},{"uid":"4299201fe8242a41","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4299201fe8242a41","status":"passed","time":{"start":1714494311522,"stop":1714494311522,"duration":0}},{"uid":"82c7dd80973aa563","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82c7dd80973aa563","status":"passed","time":{"start":1714492411492,"stop":1714492411492,"duration":0}}]},"f60c3f2656a76e265fc3813fc4df424d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1712d31a1489d731","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1712d31a1489d731","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"duration":0}},{"uid":"f41b1de2a6a510ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f41b1de2a6a510ad","status":"passed","time":{"start":1714494305185,"stop":1714494305185,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fb4e4faca753b2fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fb4e4faca753b2fa","status":"passed","time":{"start":1714500660501,"stop":1714500660501,"duration":0}},{"uid":"9f3223d5efd80237","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9f3223d5efd80237","status":"passed","time":{"start":1714494401267,"stop":1714494401268,"duration":1}},{"uid":"25c7e3314cd9e70d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/25c7e3314cd9e70d","status":"passed","time":{"start":1714492501441,"stop":1714492501442,"duration":1}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e8c967c3e5738a4f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e8c967c3e5738a4f","status":"passed","time":{"start":1714500533178,"stop":1714500533178,"duration":0}},{"uid":"845e305efbfd2088","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/845e305efbfd2088","status":"passed","time":{"start":1714494284812,"stop":1714494284812,"duration":0}},{"uid":"7190ded24a961001","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7190ded24a961001","status":"passed","time":{"start":1714492388603,"stop":1714492388603,"duration":0}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f625e60e2dbc4d6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1f625e60e2dbc4d6","status":"passed","time":{"start":1714500607829,"stop":1714500607829,"duration":0}},{"uid":"18af19724831b235","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18af19724831b235","status":"passed","time":{"start":1714494370504,"stop":1714494370507,"duration":3}},{"uid":"ed0dcf39c0d58dc8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed0dcf39c0d58dc8","status":"passed","time":{"start":1714492459795,"stop":1714492459795,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8cbf6ac8cf21b6d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8cbf6ac8cf21b6d0","status":"passed","time":{"start":1714500976557,"stop":1714500976557,"duration":0}},{"uid":"b98c73e4b6bc3e1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b98c73e4b6bc3e1","status":"passed","time":{"start":1714494735298,"stop":1714494735299,"duration":1}},{"uid":"cdefd21853f57b0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdefd21853f57b0a","status":"passed","time":{"start":1714492814968,"stop":1714492814969,"duration":1}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b7703bebe186af16","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b7703bebe186af16","status":"passed","time":{"start":1714501050440,"stop":1714501050440,"duration":0}},{"uid":"35dcd5f3e8874ff4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/35dcd5f3e8874ff4","status":"passed","time":{"start":1714494785905,"stop":1714494785905,"duration":0}},{"uid":"36a992475d58546b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/36a992475d58546b","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"693589b9de4a6b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/693589b9de4a6b2","status":"passed","time":{"start":1714500539179,"stop":1714500539179,"duration":0}},{"uid":"d2847e43b707883c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d2847e43b707883c","status":"passed","time":{"start":1714494290447,"stop":1714494290447,"duration":0}},{"uid":"128cdfe6f80853be","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/128cdfe6f80853be","status":"passed","time":{"start":1714492394190,"stop":1714492394190,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c9c32c65275dc390","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c9c32c65275dc390","status":"passed","time":{"start":1714500786926,"stop":1714500786926,"duration":0}},{"uid":"f82990fa6aa6b7cb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f82990fa6aa6b7cb","status":"passed","time":{"start":1714494536933,"stop":1714494536933,"duration":0}},{"uid":"4a67efbc93149b2d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a67efbc93149b2d","status":"passed","time":{"start":1714492635267,"stop":1714492635267,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"616ef6435536ae9b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/616ef6435536ae9b","status":"passed","time":{"start":1714501220691,"stop":1714501220691,"duration":0}},{"uid":"af736cb8a9ee626c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af736cb8a9ee626c","status":"passed","time":{"start":1714494954443,"stop":1714494954444,"duration":1}},{"uid":"2e2857b6b41f6e9c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e2857b6b41f6e9c","status":"passed","time":{"start":1714493052139,"stop":1714493052140,"duration":1}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6215b1e73715ddf4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6215b1e73715ddf4","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"duration":0}},{"uid":"8c051e62ee3f36ac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c051e62ee3f36ac","status":"passed","time":{"start":1714494785889,"stop":1714494785889,"duration":0}},{"uid":"281a66b00749207e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/281a66b00749207e","status":"passed","time":{"start":1714492898553,"stop":1714492898553,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e242288df4ca6949","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e242288df4ca6949","status":"passed","time":{"start":1714501220682,"stop":1714501220683,"duration":1}},{"uid":"b0b73e4e7780742f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0b73e4e7780742f","status":"passed","time":{"start":1714494954433,"stop":1714494954434,"duration":1}},{"uid":"ba31223c1c03cd0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ba31223c1c03cd0b","status":"passed","time":{"start":1714493052129,"stop":1714493052130,"duration":1}}]},"d11988e1160d3bb2f3801067c4293121:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3f50ab4fed69ed24","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3f50ab4fed69ed24","status":"passed","time":{"start":1714500525338,"stop":1714500525338,"duration":0}},{"uid":"36e372f6a922d360","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36e372f6a922d360","status":"passed","time":{"start":1714494276812,"stop":1714494276812,"duration":0}},{"uid":"e09d01a1768d0268","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e09d01a1768d0268","status":"passed","time":{"start":1714492380866,"stop":1714492380866,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af70c32a332f4097","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/af70c32a332f4097","status":"passed","time":{"start":1714500744131,"stop":1714500744137,"duration":6}},{"uid":"ca5b7593e183e9be","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ca5b7593e183e9be","status":"passed","time":{"start":1714494482338,"stop":1714494482340,"duration":2}},{"uid":"c96d26d6dce778a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c96d26d6dce778a7","status":"passed","time":{"start":1714492591352,"stop":1714492591353,"duration":1}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"3a75abec7027b9c2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3a75abec7027b9c2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036174,"stop":1714501036175,"duration":1}},{"uid":"587112cd9d07dc59","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/587112cd9d07dc59","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494788150,"stop":1714494788150,"duration":0}},{"uid":"386700e28e196751","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/386700e28e196751","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860437,"stop":1714492860437,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2893ad98c61dfd35","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2893ad98c61dfd35","status":"passed","time":{"start":1714500735371,"stop":1714500735372,"duration":1}},{"uid":"6fa19ca8e6d91a8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fa19ca8e6d91a8e","status":"passed","time":{"start":1714494500297,"stop":1714494500297,"duration":0}},{"uid":"da61badf498784f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da61badf498784f0","status":"passed","time":{"start":1714492591539,"stop":1714492591539,"duration":0}}]},"e53f43f60baf671eddde255c84a4f120:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5fbbd46b08f35ba1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5fbbd46b08f35ba1","status":"passed","time":{"start":1714500550517,"stop":1714500550518,"duration":1}},{"uid":"893a3d8d04837e6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/893a3d8d04837e6b","status":"passed","time":{"start":1714494301219,"stop":1714494301219,"duration":0}},{"uid":"b394be4aee751741","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b394be4aee751741","status":"passed","time":{"start":1714492405128,"stop":1714492405128,"duration":0}}]},"c27743d50e7283fa2200db62d4ec5db5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4afb6369b035d8f2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4afb6369b035d8f2","status":"passed","time":{"start":1714500554004,"stop":1714500554004,"duration":0}},{"uid":"ee28b26eb4c72971","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ee28b26eb4c72971","status":"passed","time":{"start":1714494305184,"stop":1714494305184,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c2139d7f8ec4ea03","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c2139d7f8ec4ea03","status":"passed","time":{"start":1714500976537,"stop":1714500976538,"duration":1}},{"uid":"94ef4ff3d789ed0e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94ef4ff3d789ed0e","status":"passed","time":{"start":1714494735279,"stop":1714494735280,"duration":1}},{"uid":"f750649da66e8001","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f750649da66e8001","status":"passed","time":{"start":1714492814947,"stop":1714492814948,"duration":1}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"94450f370c03e739","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/94450f370c03e739","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"duration":0}},{"uid":"d0232418f2bed692","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d0232418f2bed692","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"c2ac8987f392ed42","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c2ac8987f392ed42","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"090e9186081c0faf37ab26aab123ad0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2726bd564b23c74d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2726bd564b23c74d","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0}},{"uid":"38bc21baa5a8dadf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/38bc21baa5a8dadf","status":"passed","time":{"start":1714494276823,"stop":1714494276824,"duration":1}},{"uid":"692b760b4c6e44f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/692b760b4c6e44f3","status":"passed","time":{"start":1714492380876,"stop":1714492380877,"duration":1}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35b525dfb51d33b6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35b525dfb51d33b6","status":"passed","time":{"start":1714500589619,"stop":1714500589622,"duration":3}},{"uid":"71f0d8119077ddf1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71f0d8119077ddf1","status":"passed","time":{"start":1714494341389,"stop":1714494341390,"duration":1}},{"uid":"96ff8a46b1454629","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/96ff8a46b1454629","status":"passed","time":{"start":1714492438813,"stop":1714492438813,"duration":0}}]},"ee4ed73a364fa895603621efe9faaca5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fed481b2b185e818","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fed481b2b185e818","status":"passed","time":{"start":1714492923658,"stop":1714492923658,"duration":0}}]},"0d66f3bd91c71aa2eab9681183c4bf7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"818043849ef53ca4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/818043849ef53ca4","status":"passed","time":{"start":1714500525349,"stop":1714500525350,"duration":1}},{"uid":"695b3d907487043f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/695b3d907487043f","status":"passed","time":{"start":1714494276820,"stop":1714494276820,"duration":0}},{"uid":"53ad25523dcd593b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/53ad25523dcd593b","status":"passed","time":{"start":1714492380874,"stop":1714492380874,"duration":0}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"fb20cb7049d74771","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fb20cb7049d74771","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036383,"stop":1714501036383,"duration":0}},{"uid":"3e9a49e185a652dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3e9a49e185a652dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786056,"stop":1714494786056,"duration":0}},{"uid":"a43af72a37110f6b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a43af72a37110f6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860588,"stop":1714492860588,"duration":0}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36016dc754d81afd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36016dc754d81afd","status":"passed","time":{"start":1714500976562,"stop":1714500976563,"duration":1}},{"uid":"ebc62362890c26f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ebc62362890c26f9","status":"passed","time":{"start":1714494735305,"stop":1714494735305,"duration":0}},{"uid":"68a253f4390a6fe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68a253f4390a6fe8","status":"passed","time":{"start":1714492814992,"stop":1714492814993,"duration":1}}]},"2406e5fbebb614882355928923a7091d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5a42fbbcea0d8a28","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5a42fbbcea0d8a28","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"duration":0}},{"uid":"69391088c24fab20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69391088c24fab20","status":"passed","time":{"start":1714494305184,"stop":1714494305184,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"86b8b618b8540cda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/86b8b618b8540cda","status":"passed","time":{"start":1714500539179,"stop":1714500539180,"duration":1}},{"uid":"b9001b2387b509fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b9001b2387b509fe","status":"passed","time":{"start":1714494290447,"stop":1714494290447,"duration":0}},{"uid":"ff364916749674a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff364916749674a7","status":"passed","time":{"start":1714492394190,"stop":1714492394190,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d83144d45085a529","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d83144d45085a529","status":"passed","time":{"start":1714501050439,"stop":1714501050439,"duration":0}},{"uid":"75214fec317b347","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/75214fec317b347","status":"passed","time":{"start":1714494785904,"stop":1714494785904,"duration":0}},{"uid":"7d96665d27d83a01","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d96665d27d83a01","status":"passed","time":{"start":1714492898560,"stop":1714492898560,"duration":0}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"45697dd5420b8176","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/45697dd5420b8176","status":"passed","time":{"start":1714500744183,"stop":1714500744184,"duration":1}},{"uid":"b5894f2b58f56781","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5894f2b58f56781","status":"passed","time":{"start":1714494482353,"stop":1714494482354,"duration":1}},{"uid":"24725d3f0cd51b08","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24725d3f0cd51b08","status":"passed","time":{"start":1714492591369,"stop":1714492591369,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d44ef55ec82fc0b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9d44ef55ec82fc0b","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"duration":0}},{"uid":"4d9b4f3722fa5bb6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d9b4f3722fa5bb6","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"6ed91147270dfe32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6ed91147270dfe32","status":"passed","time":{"start":1714493052144,"stop":1714493052145,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55c6ba459092109a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/55c6ba459092109a","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"duration":0}},{"uid":"a33a50f030666247","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a33a50f030666247","status":"passed","time":{"start":1714494735302,"stop":1714494735302,"duration":0}},{"uid":"be47ad2b2a6125f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/be47ad2b2a6125f","status":"passed","time":{"start":1714492814970,"stop":1714492814971,"duration":1}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1c271842dc1c205","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b1c271842dc1c205","status":"passed","time":{"start":1714501140345,"stop":1714501140345,"duration":0}},{"uid":"da73372122b9f154","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da73372122b9f154","status":"passed","time":{"start":1714494884062,"stop":1714494884064,"duration":2}},{"uid":"3477a6e285ed01e4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3477a6e285ed01e4","status":"passed","time":{"start":1714492954774,"stop":1714492954775,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1df71eb58df95e3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1df71eb58df95e3","status":"passed","time":{"start":1714501123787,"stop":1714501123787,"duration":0}},{"uid":"8e4207c2f752fb76","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e4207c2f752fb76","status":"passed","time":{"start":1714494838843,"stop":1714494838843,"duration":0}},{"uid":"43be34534d84b476","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/43be34534d84b476","status":"passed","time":{"start":1714492985750,"stop":1714492985750,"duration":0}}]},"971837a07ce4f34053330b0ef3d79be6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4b2942ec27be68f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4b2942ec27be68f","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8ffd5b4772828637","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8ffd5b4772828637","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"duration":0}},{"uid":"224a78879437debb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/224a78879437debb","status":"passed","time":{"start":1714494954437,"stop":1714494954437,"duration":0}},{"uid":"509c306d58978e44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/509c306d58978e44","status":"passed","time":{"start":1714493052133,"stop":1714493052133,"duration":0}}]},"0f36e2e742b665c172929c5fc29d4747:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7dd78e90cad84fd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f7dd78e90cad84fd","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"duration":0}},{"uid":"ae982c5215a1c387","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ae982c5215a1c387","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"a81892976b90e101","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a81892976b90e101","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61dc4d87facd5a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/61dc4d87facd5a","status":"passed","time":{"start":1714501140343,"stop":1714501140343,"duration":0}},{"uid":"444aab836d1077f9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/444aab836d1077f9","status":"passed","time":{"start":1714494884056,"stop":1714494884057,"duration":1}},{"uid":"740e0e75fefd4519","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/740e0e75fefd4519","status":"passed","time":{"start":1714492954773,"stop":1714492954773,"duration":0}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"314c9793b428021b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/314c9793b428021b","status":"passed","time":{"start":1714501050453,"stop":1714501050454,"duration":1}},{"uid":"7c4b9e52c6f496da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7c4b9e52c6f496da","status":"passed","time":{"start":1714494785914,"stop":1714494785914,"duration":0}},{"uid":"d1a75725bb530c3d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d1a75725bb530c3d","status":"passed","time":{"start":1714492898569,"stop":1714492898570,"duration":1}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9c73ad087cc7169d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9c73ad087cc7169d","status":"passed","time":{"start":1714501174015,"stop":1714501174016,"duration":1}},{"uid":"61dbabadfe63f1e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61dbabadfe63f1e","status":"passed","time":{"start":1714494908940,"stop":1714494908940,"duration":0}},{"uid":"895e76010693426e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/895e76010693426e","status":"passed","time":{"start":1714492995230,"stop":1714492995230,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9ba0ac5768777901","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9ba0ac5768777901","status":"passed","time":{"start":1714500744139,"stop":1714500744140,"duration":1}},{"uid":"1644b95dec349910","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1644b95dec349910","status":"passed","time":{"start":1714494482345,"stop":1714494482345,"duration":0}},{"uid":"734e319304ecb35b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/734e319304ecb35b","status":"passed","time":{"start":1714492591355,"stop":1714492591356,"duration":1}}]},"1a0fb446de2c6ef2f0f2b42935699d1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"77683c7e761ed22f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/77683c7e761ed22f","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"duration":0}},{"uid":"4c513981de028fd6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c513981de028fd6","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"ff6e59ca6229fe4e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff6e59ca6229fe4e","status":"passed","time":{"start":1714492380864,"stop":1714492380865,"duration":1}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c893bb3465ca251","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c893bb3465ca251","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"duration":0}},{"uid":"5f671f6629adac85","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5f671f6629adac85","status":"passed","time":{"start":1714494954445,"stop":1714494954446,"duration":1}},{"uid":"280ba25e9a0ffa1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/280ba25e9a0ffa1","status":"passed","time":{"start":1714493052141,"stop":1714493052142,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22201a9737b3729","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22201a9737b3729","status":"passed","time":{"start":1714500976563,"stop":1714500976563,"duration":0}},{"uid":"4b62cb62b4aa6ffc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b62cb62b4aa6ffc","status":"passed","time":{"start":1714494735305,"stop":1714494735305,"duration":0}},{"uid":"47246a75c9079496","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/47246a75c9079496","status":"passed","time":{"start":1714492814993,"stop":1714492814994,"duration":1}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b136df7f5620e194","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b136df7f5620e194","status":"passed","time":{"start":1714501220692,"stop":1714501220693,"duration":1}},{"uid":"5e4ea1c4920128dd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5e4ea1c4920128dd","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"99900d409e3d0cc3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/99900d409e3d0cc3","status":"passed","time":{"start":1714493052141,"stop":1714493052141,"duration":0}}]},"ce4b1b9d6317460739b3baeb7ccb36b7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9d23b319a8271d2e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9d23b319a8271d2e","status":"passed","time":{"start":1714492932197,"stop":1714492932198,"duration":1}}]},"3b2113a0996b28bc7d4efcad8a586b7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e77f98bca695aeb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9e77f98bca695aeb","status":"passed","time":{"start":1714501089325,"stop":1714501089325,"duration":0}}]},"facb714c9438193f9c8a2c8b122a8c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79a9db78e0ec8b38","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/79a9db78e0ec8b38","status":"passed","time":{"start":1714500539182,"stop":1714500539183,"duration":1}},{"uid":"a6d544e5117c0aff","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a6d544e5117c0aff","status":"passed","time":{"start":1714494290450,"stop":1714494290450,"duration":0}},{"uid":"88c14215cc3266","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/88c14215cc3266","status":"passed","time":{"start":1714492394193,"stop":1714492394193,"duration":0}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b509d10595a19a5a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b509d10595a19a5a","status":"passed","time":{"start":1714500976531,"stop":1714500976532,"duration":1}},{"uid":"8b97b52e0f05621f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b97b52e0f05621f","status":"passed","time":{"start":1714494735260,"stop":1714494735260,"duration":0}},{"uid":"1eeea0e2126b185a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1eeea0e2126b185a","status":"passed","time":{"start":1714492814940,"stop":1714492814941,"duration":1}}]},"3bd2e27ce2dd1b2d201c0a79bd10e3f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"12c6fd81f94a01d8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/12c6fd81f94a01d8","status":"passed","time":{"start":1714492985776,"stop":1714492985776,"duration":0}}]},"30521a39f76ff5fcea72a3e40f302c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"543bba9cb2ce77","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/543bba9cb2ce77","status":"passed","time":{"start":1714492898570,"stop":1714492898571,"duration":1}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70ac01642838ea6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70ac01642838ea6","status":"passed","time":{"start":1714501123760,"stop":1714501123777,"duration":17}},{"uid":"8a9d4fa8024d766f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8a9d4fa8024d766f","status":"passed","time":{"start":1714494838838,"stop":1714494838838,"duration":0}},{"uid":"6dc92a2d9eaab48c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6dc92a2d9eaab48c","status":"passed","time":{"start":1714492985727,"stop":1714492985728,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70689ae8c5c23d5b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70689ae8c5c23d5b","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0}},{"uid":"d4981bf92b9a055b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d4981bf92b9a055b","status":"passed","time":{"start":1714494285526,"stop":1714494285526,"duration":0}},{"uid":"f329ba7ee67b31ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f329ba7ee67b31ab","status":"passed","time":{"start":1714492389340,"stop":1714492389340,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75f35d18aeebdec8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/75f35d18aeebdec8","status":"passed","time":{"start":1714500534096,"stop":1714500534096,"duration":0}},{"uid":"69a15521cb5fdc02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69a15521cb5fdc02","status":"passed","time":{"start":1714494285518,"stop":1714494285518,"duration":0}},{"uid":"1f443389928e9bb9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f443389928e9bb9","status":"passed","time":{"start":1714492389331,"stop":1714492389331,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"73cfb16460861f25","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/73cfb16460861f25","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"duration":0}},{"uid":"5dbdf52d1bc797b0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dbdf52d1bc797b0","status":"passed","time":{"start":1714494884079,"stop":1714494884080,"duration":1}},{"uid":"51c4ff6028f69ea6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51c4ff6028f69ea6","status":"passed","time":{"start":1714492954777,"stop":1714492954778,"duration":1}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bce8fa205d5e8719","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bce8fa205d5e8719","status":"passed","time":{"start":1714501013446,"stop":1714501013446,"duration":0}},{"uid":"90b7869ed40d715","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90b7869ed40d715","status":"passed","time":{"start":1714494760923,"stop":1714494760923,"duration":0}},{"uid":"7eac7a0b68c83b7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7eac7a0b68c83b7c","status":"passed","time":{"start":1714492834197,"stop":1714492834198,"duration":1}}]},"76eb06a4a37982ef1a6b79bb45485c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c888d35ee294a32d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c888d35ee294a32d","status":"passed","time":{"start":1714500550275,"stop":1714500550276,"duration":1}},{"uid":"5ffff3d9adcc28a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5ffff3d9adcc28a2","status":"passed","time":{"start":1714494300696,"stop":1714494300697,"duration":1}},{"uid":"1012531e16d45c01","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1012531e16d45c01","status":"passed","time":{"start":1714492404704,"stop":1714492404704,"duration":0}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1a2845d6f6784910","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1a2845d6f6784910","status":"passed","time":{"start":1714500533178,"stop":1714500533179,"duration":1}},{"uid":"939cfba19e23196b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/939cfba19e23196b","status":"passed","time":{"start":1714494284813,"stop":1714494284814,"duration":1}},{"uid":"ab6111ece672f91f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab6111ece672f91f","status":"passed","time":{"start":1714492388604,"stop":1714492388604,"duration":0}}]},"969baed3c006265a6737aeef80c177f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d4acc87cf3b5c3d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d4acc87cf3b5c3d","status":"passed","time":{"start":1714492814994,"stop":1714492814995,"duration":1}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d6ecc903e295416","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8d6ecc903e295416","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"duration":0}},{"uid":"10ebed8eb1f10175","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/10ebed8eb1f10175","status":"passed","time":{"start":1714494954435,"stop":1714494954435,"duration":0}},{"uid":"5afcd3d0b879bfd5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5afcd3d0b879bfd5","status":"passed","time":{"start":1714493052131,"stop":1714493052132,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8b712d798894fbbf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8b712d798894fbbf","status":"passed","time":{"start":1714501220696,"stop":1714501220696,"duration":0}},{"uid":"bfb689e97a11f14f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bfb689e97a11f14f","status":"passed","time":{"start":1714494954448,"stop":1714494954448,"duration":0}},{"uid":"568e2757aa43686c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/568e2757aa43686c","status":"passed","time":{"start":1714493052144,"stop":1714493052144,"duration":0}}]},"97349d040397fa5c6f0b0f5f59281a9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3eba77b1d8814580","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3eba77b1d8814580","status":"passed","time":{"start":1714500550276,"stop":1714500550277,"duration":1}},{"uid":"97c9c04b3c70b75f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/97c9c04b3c70b75f","status":"passed","time":{"start":1714494300697,"stop":1714494300698,"duration":1}},{"uid":"1f3b3b7df3919e14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f3b3b7df3919e14","status":"passed","time":{"start":1714492404705,"stop":1714492404705,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef34c95c3f0d4db","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef34c95c3f0d4db","status":"passed","time":{"start":1714501039480,"stop":1714501039481,"duration":1}},{"uid":"f8eaa93ffb068e1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f8eaa93ffb068e1","status":"passed","time":{"start":1714494791244,"stop":1714494791245,"duration":1}},{"uid":"549d7e695d8c1ca9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/549d7e695d8c1ca9","status":"passed","time":{"start":1714492870706,"stop":1714492870706,"duration":0}}]},"f2bd20040333f49655b9dab3c3e67c03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98a783cc6876a31d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/98a783cc6876a31d","status":"passed","time":{"start":1714494838855,"stop":1714494838856,"duration":1}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a449e83ae1405f23","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a449e83ae1405f23","status":"passed","time":{"start":1714500735361,"stop":1714500735361,"duration":0}},{"uid":"a05b956df1fee6b9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a05b956df1fee6b9","status":"passed","time":{"start":1714494500287,"stop":1714494500288,"duration":1}},{"uid":"389590fc554db69f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/389590fc554db69f","status":"passed","time":{"start":1714492591442,"stop":1714492591445,"duration":3}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a70a826c6efb5e64","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a70a826c6efb5e64","status":"passed","time":{"start":1714500664400,"stop":1714500664400,"duration":0}},{"uid":"efa37a8e299d8977","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/efa37a8e299d8977","status":"passed","time":{"start":1714494413199,"stop":1714494413199,"duration":0}},{"uid":"50a95d354106b652","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50a95d354106b652","status":"passed","time":{"start":1714492522569,"stop":1714492522570,"duration":1}}]},"d3c01df5744db08bfa1405bc083ff2d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3647711a7aabd52c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3647711a7aabd52c","status":"passed","time":{"start":1714501089324,"stop":1714501089325,"duration":1}},{"uid":"6a00397b38cebca4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6a00397b38cebca4","status":"passed","time":{"start":1714494840004,"stop":1714494840005,"duration":1}},{"uid":"ba908e7fe244642b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ba908e7fe244642b","status":"passed","time":{"start":1714492923648,"stop":1714492923649,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1787028a19ac059","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1787028a19ac059","status":"passed","time":{"start":1714500559904,"stop":1714500559906,"duration":2}},{"uid":"889575c2cb2214d3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/889575c2cb2214d3","status":"passed","time":{"start":1714494310949,"stop":1714494310950,"duration":1}},{"uid":"47d82849b34fe52f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/47d82849b34fe52f","status":"passed","time":{"start":1714492410934,"stop":1714492410936,"duration":2}}]},"136a79fa027ded7d0cecbc265f6e868f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"747b48d5bab153c3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/747b48d5bab153c3","status":"passed","time":{"start":1714500525341,"stop":1714500525341,"duration":0}},{"uid":"c89787b25e128f15","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c89787b25e128f15","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"b9fc65013bf50500","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b9fc65013bf50500","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"962727c759bbdbb6c83b55c5ac106cba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4b1f3388e3f984b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e4b1f3388e3f984b","status":"passed","time":{"start":1714500735366,"stop":1714500735366,"duration":0}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b0a2b7cd1bf9836a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b0a2b7cd1bf9836a","status":"passed","time":{"start":1714501039475,"stop":1714501039475,"duration":0}},{"uid":"884b6932e54afea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/884b6932e54afea","status":"passed","time":{"start":1714494791232,"stop":1714494791233,"duration":1}},{"uid":"3846e3fad61e24ba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3846e3fad61e24ba","status":"passed","time":{"start":1714492870701,"stop":1714492870702,"duration":1}}]},"408aeb807af4a247ef95bba895d13520:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ecdab7aaec3e2502","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ecdab7aaec3e2502","status":"passed","time":{"start":1714500525327,"stop":1714500525327,"duration":0}},{"uid":"24545617bb1f0a2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24545617bb1f0a2c","status":"passed","time":{"start":1714494276805,"stop":1714494276805,"duration":0}},{"uid":"77c515aa80f086cb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/77c515aa80f086cb","status":"passed","time":{"start":1714492380859,"stop":1714492380859,"duration":0}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d58764ddef8aa07c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d58764ddef8aa07c","status":"passed","time":{"start":1714500744119,"stop":1714500744122,"duration":3}},{"uid":"f4e11600c94dab36","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4e11600c94dab36","status":"passed","time":{"start":1714494482329,"stop":1714494482331,"duration":2}},{"uid":"7d5ce4438ccb823","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d5ce4438ccb823","status":"passed","time":{"start":1714492591349,"stop":1714492591350,"duration":1}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"49bbfe62743213db","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/49bbfe62743213db","status":"passed","time":{"start":1714501181622,"stop":1714501181622,"duration":0}},{"uid":"164807d39c5a1fc5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/164807d39c5a1fc5","status":"passed","time":{"start":1714494921190,"stop":1714494921190,"duration":0}},{"uid":"af9697144399d48a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/af9697144399d48a","status":"passed","time":{"start":1714493000279,"stop":1714493000279,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"906d7e88ca47986f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/906d7e88ca47986f","status":"passed","time":{"start":1714501145473,"stop":1714501145473,"duration":0}},{"uid":"18b350b93ecccc2f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18b350b93ecccc2f","status":"passed","time":{"start":1714494876053,"stop":1714494876054,"duration":1}},{"uid":"599708219710794","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/599708219710794","status":"passed","time":{"start":1714492961692,"stop":1714492961693,"duration":1}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f38c6079f9dfd2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6f38c6079f9dfd2","status":"passed","time":{"start":1714501123755,"stop":1714501123756,"duration":1}},{"uid":"ba63bed036961ef2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ba63bed036961ef2","status":"passed","time":{"start":1714494838834,"stop":1714494838835,"duration":1}},{"uid":"49e06f4d9e92f7ad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49e06f4d9e92f7ad","status":"passed","time":{"start":1714492985719,"stop":1714492985719,"duration":0}}]},"b8591904b740b9c72ffccae377882782:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"53e4295489ad8df3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/53e4295489ad8df3","status":"passed","time":{"start":1714500525353,"stop":1714500525354,"duration":1}},{"uid":"c0ecd4ef314dd2a5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c0ecd4ef314dd2a5","status":"passed","time":{"start":1714494276824,"stop":1714494276824,"duration":0}},{"uid":"5be7fa76f9eec06b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5be7fa76f9eec06b","status":"passed","time":{"start":1714492380877,"stop":1714492380877,"duration":0}}]},"8e76067a8284349d7fec8d1d99224445:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a4dfcbde36e193b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a4dfcbde36e193b4","status":"passed","time":{"start":1714492923656,"stop":1714492923656,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d4ac8d6519445445","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d4ac8d6519445445","status":"passed","time":{"start":1714501094176,"stop":1714501094176,"duration":0}},{"uid":"538ae639f5a9dd9b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/538ae639f5a9dd9b","status":"passed","time":{"start":1714494837580,"stop":1714494837581,"duration":1}},{"uid":"18056c4a490f061b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/18056c4a490f061b","status":"passed","time":{"start":1714492927145,"stop":1714492927145,"duration":0}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e2fd4fca8cfd2cc1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e2fd4fca8cfd2cc1","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"duration":0}},{"uid":"16877645d967cd40","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16877645d967cd40","status":"passed","time":{"start":1714494760922,"stop":1714494760922,"duration":0}},{"uid":"793440474d335b94","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/793440474d335b94","status":"passed","time":{"start":1714492834195,"stop":1714492834195,"duration":0}}]},"bb739baa97ece17f2fb5da4576683547:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"37f2d6b246cdb46f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/37f2d6b246cdb46f","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0}},{"uid":"3007b732271b9537","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3007b732271b9537","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"6a595f5903ad4d65","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a595f5903ad4d65","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bdf76bdbb044747","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bdf76bdbb044747","status":"passed","time":{"start":1714501153788,"stop":1714501153788,"duration":0}},{"uid":"f1580dfb84f9de52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f1580dfb84f9de52","status":"passed","time":{"start":1714494896479,"stop":1714494896479,"duration":0}},{"uid":"eac0b2c89a28d15d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eac0b2c89a28d15d","status":"passed","time":{"start":1714492987115,"stop":1714492987116,"duration":1}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4f84b5f913c7a4da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4f84b5f913c7a4da","status":"passed","time":{"start":1714501165485,"stop":1714501165486,"duration":1}},{"uid":"f5f6d06d6c6498d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f5f6d06d6c6498d","status":"passed","time":{"start":1714494907381,"stop":1714494907381,"duration":0}}]},"48f191ca373f7423efca6869fa3972dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44ab81e6055e3514","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/44ab81e6055e3514","status":"passed","time":{"start":1714500525344,"stop":1714500525345,"duration":1}},{"uid":"a03581bd5c10bb02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a03581bd5c10bb02","status":"passed","time":{"start":1714494276816,"stop":1714494276817,"duration":1}},{"uid":"ef55dcb455bdec61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ef55dcb455bdec61","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e6d830c3f917efa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e6d830c3f917efa","status":"passed","time":{"start":1714500976554,"stop":1714500976555,"duration":1}},{"uid":"eac2be53628c8f39","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eac2be53628c8f39","status":"passed","time":{"start":1714494735295,"stop":1714494735296,"duration":1}},{"uid":"6a88e992b31e0a19","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a88e992b31e0a19","status":"passed","time":{"start":1714492814965,"stop":1714492814966,"duration":1}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eb14235c12a6db05","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/eb14235c12a6db05","status":"passed","time":{"start":1714500664400,"stop":1714500664408,"duration":8}},{"uid":"f98fb57b1c50fc05","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f98fb57b1c50fc05","status":"passed","time":{"start":1714494413199,"stop":1714494413200,"duration":1}},{"uid":"2a702535df4dd5d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2a702535df4dd5d9","status":"passed","time":{"start":1714492522570,"stop":1714492522571,"duration":1}}]},"73c3a05219f3f70f1a52c3c610a77ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"730a7bc8785c1412","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/730a7bc8785c1412","status":"passed","time":{"start":1714500525351,"stop":1714500525352,"duration":1}},{"uid":"fa511be5b1a5f235","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa511be5b1a5f235","status":"passed","time":{"start":1714494276822,"stop":1714494276823,"duration":1}},{"uid":"283a1d74ba87af6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/283a1d74ba87af6d","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76ab6470d80fe609","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/76ab6470d80fe609","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"duration":0}},{"uid":"af0a0d67963c961a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af0a0d67963c961a","status":"passed","time":{"start":1714494279630,"stop":1714494279630,"duration":0}},{"uid":"7af8e60d947fc807","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7af8e60d947fc807","status":"passed","time":{"start":1714492383509,"stop":1714492383510,"duration":1}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fceea40c5a948074","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fceea40c5a948074","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"duration":0}},{"uid":"4375d74ad9b80432","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4375d74ad9b80432","status":"passed","time":{"start":1714494785909,"stop":1714494785909,"duration":0}},{"uid":"878cb490c2833550","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/878cb490c2833550","status":"passed","time":{"start":1714492898564,"stop":1714492898564,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84ba1f170277afeb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/84ba1f170277afeb","status":"passed","time":{"start":1714500533180,"stop":1714500533180,"duration":0}},{"uid":"49fa98c58ae4ac5d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/49fa98c58ae4ac5d","status":"passed","time":{"start":1714494284815,"stop":1714494284816,"duration":1}},{"uid":"35622cca3cf84204","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/35622cca3cf84204","status":"passed","time":{"start":1714492388605,"stop":1714492388605,"duration":0}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b018183b924972e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9b018183b924972e","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"duration":0}},{"uid":"e678444da248c587","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e678444da248c587","status":"passed","time":{"start":1714494482352,"stop":1714494482353,"duration":1}},{"uid":"796947b5f4e0561","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/796947b5f4e0561","status":"passed","time":{"start":1714492591368,"stop":1714492591368,"duration":0}}]},"832cc0df70bcc4326d95aac5bd3b8c45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"26c55e92eeb84d1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/26c55e92eeb84d1","status":"passed","time":{"start":1714500525350,"stop":1714500525350,"duration":0}},{"uid":"80fe1f7dafd65583","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/80fe1f7dafd65583","status":"passed","time":{"start":1714494276821,"stop":1714494276821,"duration":0}},{"uid":"d783c80b8ee77993","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d783c80b8ee77993","status":"passed","time":{"start":1714492380874,"stop":1714492380874,"duration":0}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2dfced7721fa68f6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2dfced7721fa68f6","status":"passed","time":{"start":1714500976529,"stop":1714500976530,"duration":1}},{"uid":"dc283c872d5431b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dc283c872d5431b1","status":"passed","time":{"start":1714494735258,"stop":1714494735258,"duration":0}},{"uid":"9b49202a6c56d9f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b49202a6c56d9f3","status":"passed","time":{"start":1714492814936,"stop":1714492814937,"duration":1}}]},"211519b062301f4bf748758a3b535f16:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"69bcd21c2bb08f11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69bcd21c2bb08f11","status":"passed","time":{"start":1714494840006,"stop":1714494840006,"duration":0}}]},"3fb18a885665865913cabe795f9cd3e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36051837d22a65f6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36051837d22a65f6","status":"passed","time":{"start":1714501106173,"stop":1714501106173,"duration":0}},{"uid":"495a684a414107cf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/495a684a414107cf","status":"passed","time":{"start":1714494848654,"stop":1714494848654,"duration":0}},{"uid":"3ffad79ccbe5ed73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3ffad79ccbe5ed73","status":"passed","time":{"start":1714492932190,"stop":1714492932190,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d85a1061da9a7caa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d85a1061da9a7caa","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"duration":0}},{"uid":"14380e339d664162","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/14380e339d664162","status":"passed","time":{"start":1714494954439,"stop":1714494954440,"duration":1}},{"uid":"70c2281c5ce9f637","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70c2281c5ce9f637","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef831bf1d9f579b8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef831bf1d9f579b8","status":"passed","time":{"start":1714501174015,"stop":1714501174015,"duration":0}},{"uid":"ec663df8b4a603a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec663df8b4a603a","status":"passed","time":{"start":1714494908939,"stop":1714494908940,"duration":1}},{"uid":"71fd39ec64bb244d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71fd39ec64bb244d","status":"passed","time":{"start":1714492995229,"stop":1714492995229,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"21f890104fb610af","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/21f890104fb610af","status":"passed","time":{"start":1714500533173,"stop":1714500533174,"duration":1}},{"uid":"2fdd009266764bec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2fdd009266764bec","status":"passed","time":{"start":1714494284808,"stop":1714494284809,"duration":1}},{"uid":"5ccdcc2ffd9779ce","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5ccdcc2ffd9779ce","status":"passed","time":{"start":1714492388591,"stop":1714492388593,"duration":2}}]},"987ff145fe6454d79585f705b2d1b097:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa77eacded28aae2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aa77eacded28aae2","status":"passed","time":{"start":1714500525329,"stop":1714500525329,"duration":0}},{"uid":"61908c7f1e401bae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61908c7f1e401bae","status":"passed","time":{"start":1714494276807,"stop":1714494276807,"duration":0}},{"uid":"1d97d1e9924b87bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1d97d1e9924b87bb","status":"passed","time":{"start":1714492380861,"stop":1714492380861,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"919f5afd9933e48c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/919f5afd9933e48c","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"duration":0}},{"uid":"72fcd8081fdef34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72fcd8081fdef34","status":"passed","time":{"start":1714494896480,"stop":1714494896481,"duration":1}},{"uid":"d95cc24620246951","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d95cc24620246951","status":"passed","time":{"start":1714492987118,"stop":1714492987118,"duration":0}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"90f32cf7b253b1e6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/90f32cf7b253b1e6","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"duration":0}},{"uid":"34285f429bd2a9c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34285f429bd2a9c3","status":"passed","time":{"start":1714494884066,"stop":1714494884068,"duration":2}},{"uid":"1cea9586598ef029","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1cea9586598ef029","status":"passed","time":{"start":1714492954775,"stop":1714492954775,"duration":0}}]},"78dee9d2eab88e4069b60fdad7f7b811:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6661af48dc7f693","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6661af48dc7f693","status":"passed","time":{"start":1714500550518,"stop":1714500550519,"duration":1}},{"uid":"c0dadcc1fde99a57","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c0dadcc1fde99a57","status":"passed","time":{"start":1714494301220,"stop":1714494301221,"duration":1}},{"uid":"7e64ae2312dd4b25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e64ae2312dd4b25","status":"passed","time":{"start":1714492405129,"stop":1714492405129,"duration":0}}]},"a8499fa5c580960b643d9a194424dc96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"7a1fd2f98d1c3286","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7a1fd2f98d1c3286","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500550520,"stop":1714500550520,"duration":0}},{"uid":"e4cc6f36efbe539b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e4cc6f36efbe539b","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494301221,"stop":1714494301222,"duration":1}},{"uid":"23e32b1c51cf73bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23e32b1c51cf73bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492405130,"stop":1714492405130,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6ece1c97d179d0db","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6ece1c97d179d0db","status":"passed","time":{"start":1714500744104,"stop":1714500744109,"duration":5}},{"uid":"a6b3f44eb3a020e4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a6b3f44eb3a020e4","status":"passed","time":{"start":1714494482326,"stop":1714494482326,"duration":0}},{"uid":"b727936ba0742bef","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b727936ba0742bef","status":"passed","time":{"start":1714492591348,"stop":1714492591348,"duration":0}}]},"a13bfa267e5d7386ead3dfda05821a7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7f036af17cd5a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7f036af17cd5a","status":"passed","time":{"start":1714494848660,"stop":1714494848660,"duration":0}}]},"e82437d88936056e0513c6cbda73c3db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ddbad97a319a2406","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ddbad97a319a2406","status":"passed","time":{"start":1714501050454,"stop":1714501050454,"duration":0}}]},"1a6fb339009fd2f7d8c1cbc791b07678:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9ffbb044e6fc0174","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9ffbb044e6fc0174","status":"passed","time":{"start":1714500525357,"stop":1714500525357,"duration":0}},{"uid":"425e79b6ba25e3c5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/425e79b6ba25e3c5","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"a85ca48b64bf752b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a85ca48b64bf752b","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22ed5e441e8ac433","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22ed5e441e8ac433","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"duration":0}},{"uid":"9d1572db8a38ab03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d1572db8a38ab03","status":"passed","time":{"start":1714494954446,"stop":1714494954446,"duration":0}},{"uid":"726d6e2b5c117805","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/726d6e2b5c117805","status":"passed","time":{"start":1714493052142,"stop":1714493052142,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f9e48a288589a26","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1f9e48a288589a26","status":"passed","time":{"start":1714500589618,"stop":1714500589618,"duration":0}},{"uid":"db3c4aa4b23ddf84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db3c4aa4b23ddf84","status":"passed","time":{"start":1714494341388,"stop":1714494341389,"duration":1}},{"uid":"347547edeb1fa527","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/347547edeb1fa527","status":"passed","time":{"start":1714492438812,"stop":1714492438813,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"de839fec2d4170be","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/de839fec2d4170be","status":"passed","time":{"start":1714501174014,"stop":1714501174014,"duration":0}},{"uid":"7308f4668a096e90","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7308f4668a096e90","status":"passed","time":{"start":1714494908936,"stop":1714494908938,"duration":2}},{"uid":"ab18f33884f7c8e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ab18f33884f7c8e0","status":"passed","time":{"start":1714492995228,"stop":1714492995228,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"87ad57e86c68baf2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/87ad57e86c68baf2","status":"passed","time":{"start":1714500525320,"stop":1714500525321,"duration":1}},{"uid":"f39885aaacb610a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f39885aaacb610a","status":"passed","time":{"start":1714494276800,"stop":1714494276800,"duration":0}},{"uid":"5fe8fc2b007b63c4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5fe8fc2b007b63c4","status":"passed","time":{"start":1714492380855,"stop":1714492380855,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a2c93dea4500ee53","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a2c93dea4500ee53","status":"passed","time":{"start":1714501039481,"stop":1714501039482,"duration":1}},{"uid":"669eaca62771311e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/669eaca62771311e","status":"passed","time":{"start":1714494791247,"stop":1714494791248,"duration":1}},{"uid":"5310676c617047ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5310676c617047ab","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6672257419336cf3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6672257419336cf3","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0}},{"uid":"c07a13f5732cddac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c07a13f5732cddac","status":"passed","time":{"start":1714494368385,"stop":1714494368386,"duration":1}},{"uid":"34d044c5211aeae5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/34d044c5211aeae5","status":"passed","time":{"start":1714492468979,"stop":1714492468980,"duration":1}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"f2099b4c91f34491","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f2099b4c91f34491","status":"passed","time":{"start":1714500872905,"stop":1714500872906,"duration":1}},{"uid":"edf59bdf2f93e2b0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/edf59bdf2f93e2b0","status":"passed","time":{"start":1714494620617,"stop":1714494620618,"duration":1}}]},"3471bc23d35fed19c157dcd012a8da01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2045b0afb2a8dd71","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2045b0afb2a8dd71","status":"passed","time":{"start":1714494735306,"stop":1714494735306,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6ec15182ea1115","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f6ec15182ea1115","status":"passed","time":{"start":1714501036155,"stop":1714501036155,"duration":0}},{"uid":"9a00078c6ec9c18a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a00078c6ec9c18a","status":"passed","time":{"start":1714494788124,"stop":1714494788125,"duration":1}},{"uid":"54d316ee7acc75e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54d316ee7acc75e0","status":"passed","time":{"start":1714492860427,"stop":1714492860427,"duration":0}}]},"fb1156fdf9f38005c9c230c46ef8084c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7c61aa6a56d8fb2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e7c61aa6a56d8fb2","status":"passed","time":{"start":1714492932196,"stop":1714492932196,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1f15aa49868ce32","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b1f15aa49868ce32","status":"passed","time":{"start":1714500534097,"stop":1714500534097,"duration":0}},{"uid":"e9adcf7d2e07df52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e9adcf7d2e07df52","status":"passed","time":{"start":1714494285519,"stop":1714494285519,"duration":0}},{"uid":"270b6d85dd3ab77c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/270b6d85dd3ab77c","status":"passed","time":{"start":1714492389332,"stop":1714492389333,"duration":1}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c2c0c0baf6115b0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c2c0c0baf6115b0","status":"passed","time":{"start":1714500525323,"stop":1714500525323,"duration":0}},{"uid":"d5877f15f531ec4d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5877f15f531ec4d","status":"passed","time":{"start":1714494276802,"stop":1714494276803,"duration":1}},{"uid":"38e76ffb70a8c834","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/38e76ffb70a8c834","status":"passed","time":{"start":1714492380856,"stop":1714492380857,"duration":1}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4ec90407dc4c7d3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4ec90407dc4c7d3","status":"passed","time":{"start":1714501184625,"stop":1714501184626,"duration":1}},{"uid":"b2cb2bd9cd201298","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b2cb2bd9cd201298","status":"passed","time":{"start":1714494914009,"stop":1714494914009,"duration":0}},{"uid":"2b5c9b844a5f255c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2b5c9b844a5f255c","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"abe20210ae78d6f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/abe20210ae78d6f","status":"passed","time":{"start":1714500979200,"stop":1714500979200,"duration":0}},{"uid":"e0a079d7c827341e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e0a079d7c827341e","status":"passed","time":{"start":1714494739120,"stop":1714494739120,"duration":0}},{"uid":"840ee43fe476890e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/840ee43fe476890e","status":"passed","time":{"start":1714492817320,"stop":1714492817321,"duration":1}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2c39e17eac3ecd96","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2c39e17eac3ecd96","status":"passed","time":{"start":1714501184628,"stop":1714501184628,"duration":0}},{"uid":"ef5165c49bb9a313","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef5165c49bb9a313","status":"passed","time":{"start":1714494914011,"stop":1714494914011,"duration":0}},{"uid":"157f6c3f768c14c5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/157f6c3f768c14c5","status":"passed","time":{"start":1714493011111,"stop":1714493011111,"duration":0}}]},"5d1de467df64211b8acc18e124fdbf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9fcd56cbd05e9d60","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9fcd56cbd05e9d60","status":"passed","time":{"start":1714501106185,"stop":1714501106187,"duration":2}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61ad576d352c305f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/61ad576d352c305f","status":"passed","time":{"start":1714500534098,"stop":1714500534103,"duration":5}},{"uid":"743851df7e27a09f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/743851df7e27a09f","status":"passed","time":{"start":1714494285524,"stop":1714494285525,"duration":1}},{"uid":"c50c17dfa6f5022b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c50c17dfa6f5022b","status":"passed","time":{"start":1714492389334,"stop":1714492389334,"duration":0}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ee0e5385b5bd61b8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ee0e5385b5bd61b8","status":"passed","time":{"start":1714500744183,"stop":1714500744183,"duration":0}},{"uid":"bac4aeec35f2dd3c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bac4aeec35f2dd3c","status":"passed","time":{"start":1714494482353,"stop":1714494482353,"duration":0}},{"uid":"acba90c9fb4cc949","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acba90c9fb4cc949","status":"passed","time":{"start":1714492591368,"stop":1714492591369,"duration":1}}]},"cf5cf7e895ed5125094a7934913534a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6a6065ac1073dd5f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6a6065ac1073dd5f","status":"passed","time":{"start":1714501049782,"stop":1714501049782,"duration":0}},{"uid":"b0a4921684925e25","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b0a4921684925e25","status":"passed","time":{"start":1714494802220,"stop":1714494802221,"duration":1}},{"uid":"2d8026f9182d63f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d8026f9182d63f","status":"passed","time":{"start":1714492887583,"stop":1714492887583,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6d97e8e76fdc570e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6d97e8e76fdc570e","status":"passed","time":{"start":1714500744138,"stop":1714500744138,"duration":0}},{"uid":"f96562ffaa3f8b0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f96562ffaa3f8b0c","status":"passed","time":{"start":1714494482342,"stop":1714494482342,"duration":0}},{"uid":"3bba7d9096b5593f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bba7d9096b5593f","status":"passed","time":{"start":1714492591354,"stop":1714492591354,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dd685c772c4a1c9b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dd685c772c4a1c9b","status":"passed","time":{"start":1714500533176,"stop":1714500533176,"duration":0}},{"uid":"46eb5f321f0499c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46eb5f321f0499c9","status":"passed","time":{"start":1714494284810,"stop":1714494284811,"duration":1}},{"uid":"e0952fbecf232bb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e0952fbecf232bb","status":"passed","time":{"start":1714492388601,"stop":1714492388601,"duration":0}}]},"6e1381ac200671b08c9707a8643fc79e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e254a4edbcc03ce0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e254a4edbcc03ce0","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0}},{"uid":"58cc9896e87f5671","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/58cc9896e87f5671","status":"passed","time":{"start":1714494276823,"stop":1714494276823,"duration":0}},{"uid":"6f472180de282c30","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6f472180de282c30","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"c864c0bac1eca550589e8408da11aebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8c09f1a921391dbd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c09f1a921391dbd","status":"passed","time":{"start":1714494279631,"stop":1714494279631,"duration":0}},{"uid":"bd132869d7cb3d9b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bd132869d7cb3d9b","status":"passed","time":{"start":1714492383510,"stop":1714492383511,"duration":1}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1c727e91d0c2b08","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d1c727e91d0c2b08","status":"passed","time":{"start":1714501184627,"stop":1714501184627,"duration":0}},{"uid":"a08c63af3d2a0e9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a08c63af3d2a0e9d","status":"passed","time":{"start":1714494914010,"stop":1714494914010,"duration":0}},{"uid":"54a9ed4ad59a944e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54a9ed4ad59a944e","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"a1d892c5f6ecf803","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a1d892c5f6ecf803","status":"passed","time":{"start":1714501165487,"stop":1714501165487,"duration":0}},{"uid":"f2b5c65dcc7d3054","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f2b5c65dcc7d3054","status":"passed","time":{"start":1714494907382,"stop":1714494907382,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a36041b3feb02d1f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a36041b3feb02d1f","status":"passed","time":{"start":1714500619503,"stop":1714500619503,"duration":0}},{"uid":"4d5e7414c800455c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d5e7414c800455c","status":"passed","time":{"start":1714494368383,"stop":1714494368383,"duration":0}},{"uid":"41c7b1d4d8d27209","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/41c7b1d4d8d27209","status":"passed","time":{"start":1714492468973,"stop":1714492468973,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8f782096baab8a3a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8f782096baab8a3a","status":"passed","time":{"start":1714500735362,"stop":1714500735363,"duration":1}},{"uid":"3f0f5a3214502907","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3f0f5a3214502907","status":"passed","time":{"start":1714494500289,"stop":1714494500290,"duration":1}},{"uid":"7bb919d7625aa2f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bb919d7625aa2f8","status":"passed","time":{"start":1714492591447,"stop":1714492591447,"duration":0}}]},"5dee6a05148d8e4c2bc83290b638b887:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8732e2ae1c2c0e2d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8732e2ae1c2c0e2d","status":"passed","time":{"start":1714501106176,"stop":1714501106178,"duration":2}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7631461a578dd523","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7631461a578dd523","status":"passed","time":{"start":1714500976552,"stop":1714500976554,"duration":2}},{"uid":"5df7530c0690179c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5df7530c0690179c","status":"passed","time":{"start":1714494735294,"stop":1714494735295,"duration":1}},{"uid":"4bf12d17fea845fe","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4bf12d17fea845fe","status":"passed","time":{"start":1714492814964,"stop":1714492814965,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd0b3981763f7bee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bd0b3981763f7bee","status":"passed","time":{"start":1714501036157,"stop":1714501036158,"duration":1}},{"uid":"5b4211a7d523712e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b4211a7d523712e","status":"passed","time":{"start":1714494788138,"stop":1714494788138,"duration":0}},{"uid":"aef65800f81c9cd1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aef65800f81c9cd1","status":"passed","time":{"start":1714492860430,"stop":1714492860430,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63587c50ea9d5ba3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63587c50ea9d5ba3","status":"passed","time":{"start":1714500976531,"stop":1714500976531,"duration":0}},{"uid":"d8f83e087497df26","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8f83e087497df26","status":"passed","time":{"start":1714494735259,"stop":1714494735259,"duration":0}},{"uid":"e41c66c0ed611c9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e41c66c0ed611c9","status":"passed","time":{"start":1714492814939,"stop":1714492814940,"duration":1}}]},"66156d56cfb39dcc2b16657c92e763c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"45772e17b92d7d3e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/45772e17b92d7d3e","status":"passed","time":{"start":1714500550278,"stop":1714500550278,"duration":0}},{"uid":"5d13cdf191fcf5b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5d13cdf191fcf5b3","status":"passed","time":{"start":1714494300699,"stop":1714494300700,"duration":1}},{"uid":"208a39edc7afbe9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/208a39edc7afbe9","status":"passed","time":{"start":1714492404706,"stop":1714492404707,"duration":1}}]},"f0c173cf4589ded29dbd416adb065246:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"492281f6b53dd9d7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/492281f6b53dd9d7","status":"passed","time":{"start":1714500976564,"stop":1714500976565,"duration":1}}]},"b20dd9586da18fb69fc0ed4da2178eb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2d225e8e56886143","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d225e8e56886143","status":"passed","time":{"start":1714501106174,"stop":1714501106174,"duration":0}}]},"bb18bf6ef78593032d369a24fcc31239:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"33371df5bbc517ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/33371df5bbc517ea","status":"passed","time":{"start":1714501049787,"stop":1714501049788,"duration":1}},{"uid":"44dcf560fe640e50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/44dcf560fe640e50","status":"passed","time":{"start":1714494802222,"stop":1714494802222,"duration":0}},{"uid":"f31a02ddd50592d9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f31a02ddd50592d9","status":"passed","time":{"start":1714492887587,"stop":1714492887587,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dced34804725f45f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dced34804725f45f","status":"passed","time":{"start":1714501050428,"stop":1714501050428,"duration":0}},{"uid":"4203cfc0877acdb5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4203cfc0877acdb5","status":"passed","time":{"start":1714494785889,"stop":1714494785889,"duration":0}},{"uid":"14b1fd44bc2064eb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/14b1fd44bc2064eb","status":"passed","time":{"start":1714492898553,"stop":1714492898554,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f46af34bf814e1b0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f46af34bf814e1b0","status":"passed","time":{"start":1714500844871,"stop":1714500844871,"duration":0}},{"uid":"d6427668486c173","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d6427668486c173","status":"passed","time":{"start":1714494594463,"stop":1714494594463,"duration":0}},{"uid":"83bb2f18ad0a989e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/83bb2f18ad0a989e","status":"passed","time":{"start":1714492694595,"stop":1714492694596,"duration":1}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4b5a6c604150e69c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4b5a6c604150e69c","status":"passed","time":{"start":1714500823190,"stop":1714500823191,"duration":1}},{"uid":"836831cdca489043","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/836831cdca489043","status":"passed","time":{"start":1714494571269,"stop":1714494571269,"duration":0}},{"uid":"f26ba7f5bec987b1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f26ba7f5bec987b1","status":"passed","time":{"start":1714492678669,"stop":1714492678669,"duration":0}}]},"7f486ae1e4b4fae7a109b86f9b85ea65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f68fa735169e11ff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f68fa735169e11ff","status":"passed","time":{"start":1714501089326,"stop":1714501089327,"duration":1}}]},"d14b7d3c2ba9fd8604c4d1db25b3a71c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"43d94f3a16a3baad","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/43d94f3a16a3baad","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0}},{"uid":"aba0c6cdf3145476","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aba0c6cdf3145476","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"3bc7185a3a65394e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bc7185a3a65394e","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f25ac7169ea4497e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f25ac7169ea4497e","status":"passed","time":{"start":1714501150909,"stop":1714501150909,"duration":0}},{"uid":"11b9377d361a93fd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/11b9377d361a93fd","status":"passed","time":{"start":1714494883926,"stop":1714494883946,"duration":20}},{"uid":"8f380cb18e8d288","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8f380cb18e8d288","status":"passed","time":{"start":1714492982063,"stop":1714492982063,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1926af0546a62203","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1926af0546a62203","status":"passed","time":{"start":1714500525319,"stop":1714500525320,"duration":1}},{"uid":"7ea059e13cae1dcc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7ea059e13cae1dcc","status":"passed","time":{"start":1714494276799,"stop":1714494276799,"duration":0}},{"uid":"b8a7770a5640850e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b8a7770a5640850e","status":"passed","time":{"start":1714492380853,"stop":1714492380854,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e5efac5eb4e63d22","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e5efac5eb4e63d22","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0}},{"uid":"733b69e550291dc7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/733b69e550291dc7","status":"passed","time":{"start":1714494785908,"stop":1714494785908,"duration":0}},{"uid":"fe3e8b569547b391","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fe3e8b569547b391","status":"passed","time":{"start":1714492898563,"stop":1714492898563,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"89649c4324bfeb44","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/89649c4324bfeb44","status":"passed","time":{"start":1714500976538,"stop":1714500976540,"duration":2}},{"uid":"93f0cf860ffb8d89","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93f0cf860ffb8d89","status":"passed","time":{"start":1714494735280,"stop":1714494735281,"duration":1}},{"uid":"2d3546b454516093","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2d3546b454516093","status":"passed","time":{"start":1714492814948,"stop":1714492814949,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e376797fae6288b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1e376797fae6288b","status":"passed","time":{"start":1714500590511,"stop":1714500590512,"duration":1}},{"uid":"85742b3f3af90682","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/85742b3f3af90682","status":"passed","time":{"start":1714494351412,"stop":1714494351413,"duration":1}},{"uid":"a8fbbfc8ea9336ec","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8fbbfc8ea9336ec","status":"passed","time":{"start":1714492441818,"stop":1714492441818,"duration":0}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"daf01001c37247cb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/daf01001c37247cb","status":"passed","time":{"start":1714501036148,"stop":1714501036151,"duration":3}},{"uid":"f46dc0a8929abb1d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f46dc0a8929abb1d","status":"passed","time":{"start":1714494788122,"stop":1714494788122,"duration":0}},{"uid":"c7cbcf942dd7ac3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c7cbcf942dd7ac3c","status":"passed","time":{"start":1714492860423,"stop":1714492860424,"duration":1}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ececfe648c606130","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ececfe648c606130","status":"passed","time":{"start":1714500533179,"stop":1714500533180,"duration":1}},{"uid":"a0ef9eecd8a662a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0ef9eecd8a662a","status":"passed","time":{"start":1714494284814,"stop":1714494284815,"duration":1}},{"uid":"7ad374ff6250fdfb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7ad374ff6250fdfb","status":"passed","time":{"start":1714492388604,"stop":1714492388605,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"375d6ac4feb9d06b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/375d6ac4feb9d06b","status":"passed","time":{"start":1714500744146,"stop":1714500744178,"duration":32}},{"uid":"54150a267831ca7b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54150a267831ca7b","status":"passed","time":{"start":1714494482350,"stop":1714494482350,"duration":0}},{"uid":"334f9dd608964a99","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/334f9dd608964a99","status":"passed","time":{"start":1714492591365,"stop":1714492591365,"duration":0}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d9b6f035e24db36","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8d9b6f035e24db36","status":"passed","time":{"start":1714500607830,"stop":1714500607830,"duration":0}},{"uid":"58438cbbfb8c3221","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/58438cbbfb8c3221","status":"passed","time":{"start":1714494370508,"stop":1714494370510,"duration":2}},{"uid":"7a9741048ee4ae08","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7a9741048ee4ae08","status":"passed","time":{"start":1714492459795,"stop":1714492459797,"duration":2}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3c05e155370d8939","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3c05e155370d8939","status":"passed","time":{"start":1714500844872,"stop":1714500844872,"duration":0}},{"uid":"bd0143e287b2eeb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bd0143e287b2eeb3","status":"passed","time":{"start":1714494594464,"stop":1714494594464,"duration":0}},{"uid":"a6cd7be15fb29f03","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a6cd7be15fb29f03","status":"passed","time":{"start":1714492694597,"stop":1714492694598,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d2432fe5cc5985b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d2432fe5cc5985b","status":"passed","time":{"start":1714500744122,"stop":1714500744125,"duration":3}},{"uid":"20dde7d39c19453d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/20dde7d39c19453d","status":"passed","time":{"start":1714494482331,"stop":1714494482331,"duration":0}},{"uid":"5c4adfd0a87691dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5c4adfd0a87691dc","status":"passed","time":{"start":1714492591350,"stop":1714492591350,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca33d2c243f85d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ca33d2c243f85d0","status":"passed","time":{"start":1714501159487,"stop":1714501159487,"duration":0}},{"uid":"d3555a686c0cba92","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d3555a686c0cba92","status":"passed","time":{"start":1714494898217,"stop":1714494898217,"duration":0}},{"uid":"6f93c08fb3979c63","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6f93c08fb3979c63","status":"passed","time":{"start":1714492984321,"stop":1714492984321,"duration":0}}]},"af008c8101368fe05b63db223cb65e09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"685fe1ee6d87230a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/685fe1ee6d87230a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500976725,"stop":1714500976725,"duration":0}},{"uid":"1af50446898c012c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1af50446898c012c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735610,"stop":1714494735610,"duration":0}},{"uid":"c47991e51a16f2a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c47991e51a16f2a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814803,"stop":1714492814803,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1f25a847cd8cd871","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1f25a847cd8cd871","status":"passed","time":{"start":1714501036175,"stop":1714501036175,"duration":0}},{"uid":"f72e4afcf71876d1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f72e4afcf71876d1","status":"passed","time":{"start":1714494788151,"stop":1714494788151,"duration":0}},{"uid":"f47349af0dbbc0d8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f47349af0dbbc0d8","status":"passed","time":{"start":1714492860438,"stop":1714492860438,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c7ed9ec15eb20691","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c7ed9ec15eb20691","status":"passed","time":{"start":1714500744101,"stop":1714500744104,"duration":3}},{"uid":"4b31a277fae9dc14","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b31a277fae9dc14","status":"passed","time":{"start":1714494482325,"stop":1714494482326,"duration":1}},{"uid":"70be67047a2e01c6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/70be67047a2e01c6","status":"passed","time":{"start":1714492591347,"stop":1714492591348,"duration":1}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c93410a145e98af","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6c93410a145e98af","status":"passed","time":{"start":1714501050427,"stop":1714501050427,"duration":0}},{"uid":"41db71672297d797","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/41db71672297d797","status":"passed","time":{"start":1714494785888,"stop":1714494785888,"duration":0}},{"uid":"8675ef74f1b98411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8675ef74f1b98411","status":"passed","time":{"start":1714492898552,"stop":1714492898552,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ef0d1ed0d7ce11ae","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ef0d1ed0d7ce11ae","status":"passed","time":{"start":1714500534110,"stop":1714500534110,"duration":0}},{"uid":"e6acf110980eda94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6acf110980eda94","status":"passed","time":{"start":1714494285531,"stop":1714494285532,"duration":1}},{"uid":"b31251a82f3e5b83","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b31251a82f3e5b83","status":"passed","time":{"start":1714492389345,"stop":1714492389346,"duration":1}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5a905c8a99db63e7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5a905c8a99db63e7","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0}},{"uid":"b64b10470b7cadbf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b64b10470b7cadbf","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"11364d5579519e04","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/11364d5579519e04","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8cb009f87a115177","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8cb009f87a115177","status":"passed","time":{"start":1714500534108,"stop":1714500534108,"duration":0}},{"uid":"e92d5b01ba4123b1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e92d5b01ba4123b1","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"9a7911721c273e43","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a7911721c273e43","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"f22238357dfc09323fa20447b837cacf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"631fcfe71131aa94","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/631fcfe71131aa94","status":"passed","time":{"start":1714500525340,"stop":1714500525340,"duration":0}},{"uid":"663447fa1e98e80c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/663447fa1e98e80c","status":"passed","time":{"start":1714494276813,"stop":1714494276814,"duration":1}},{"uid":"c275deaae8a470b6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c275deaae8a470b6","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f23a5ecd293aa33e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f23a5ecd293aa33e","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"duration":0}},{"uid":"5bd50757f4472f43","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5bd50757f4472f43","status":"passed","time":{"start":1714494571265,"stop":1714494571265,"duration":0}},{"uid":"682414ec463e6c2b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/682414ec463e6c2b","status":"passed","time":{"start":1714492678659,"stop":1714492678660,"duration":1}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bd8274d9d51ad8a5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bd8274d9d51ad8a5","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"duration":0}},{"uid":"144d7b201efddf68","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/144d7b201efddf68","status":"passed","time":{"start":1714494277048,"stop":1714494277048,"duration":0}},{"uid":"a0f4b2dbb257e210","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a0f4b2dbb257e210","status":"passed","time":{"start":1714492380913,"stop":1714492380913,"duration":0}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"72006557d6fb9d0a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/72006557d6fb9d0a","status":"passed","time":{"start":1714500654285,"stop":1714500654286,"duration":1}},{"uid":"383b4f4adc103de6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/383b4f4adc103de6","status":"passed","time":{"start":1714494402825,"stop":1714494402828,"duration":3}},{"uid":"7ed7dba85107b2a3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7ed7dba85107b2a3","status":"passed","time":{"start":1714492502948,"stop":1714492502949,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc18ef71ae524f7d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc18ef71ae524f7d","status":"passed","time":{"start":1714501036158,"stop":1714501036163,"duration":5}},{"uid":"c28d660e3382df84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c28d660e3382df84","status":"passed","time":{"start":1714494788143,"stop":1714494788144,"duration":1}},{"uid":"406d9bb656dd3907","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/406d9bb656dd3907","status":"passed","time":{"start":1714492860430,"stop":1714492860431,"duration":1}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"206e33dbc0a28cdb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/206e33dbc0a28cdb","status":"passed","time":{"start":1714501039476,"stop":1714501039477,"duration":1}},{"uid":"9fdb64bfec4fa75b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9fdb64bfec4fa75b","status":"passed","time":{"start":1714494791235,"stop":1714494791236,"duration":1}},{"uid":"8a7845b8de3a1401","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8a7845b8de3a1401","status":"passed","time":{"start":1714492870702,"stop":1714492870702,"duration":0}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"105e772634b834c3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/105e772634b834c3","status":"passed","time":{"start":1714500823186,"stop":1714500823186,"duration":0}},{"uid":"946926001c8c9b8c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/946926001c8c9b8c","status":"passed","time":{"start":1714494571265,"stop":1714494571266,"duration":1}},{"uid":"10edba4e371e097b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/10edba4e371e097b","status":"passed","time":{"start":1714492678665,"stop":1714492678665,"duration":0}}]},"4d08742a9a6550ffb74e30d13ffb500b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"65f85fa7cc8af535","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/65f85fa7cc8af535","status":"passed","time":{"start":1714500550515,"stop":1714500550515,"duration":0}},{"uid":"d8f025324df00013","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8f025324df00013","status":"passed","time":{"start":1714494301217,"stop":1714494301217,"duration":0}},{"uid":"1523cd01153fbec3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1523cd01153fbec3","status":"passed","time":{"start":1714492405125,"stop":1714492405126,"duration":1}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c2d4d639076cd837","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c2d4d639076cd837","status":"passed","time":{"start":1714500533184,"stop":1714500533185,"duration":1}},{"uid":"e49a8c07f0f2e70c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e49a8c07f0f2e70c","status":"passed","time":{"start":1714494284818,"stop":1714494284819,"duration":1}},{"uid":"7e0edb1e3f50e05f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e0edb1e3f50e05f","status":"passed","time":{"start":1714492388607,"stop":1714492388607,"duration":0}}]},"79e83a61f76f6493d19aaa28660bf3a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"c38b7c16d16f2b6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c38b7c16d16f2b6","status":"passed","time":{"start":1714500554007,"stop":1714500554007,"duration":0}},{"uid":"ccd2d5ecb055beba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ccd2d5ecb055beba","status":"passed","time":{"start":1714494305187,"stop":1714494305188,"duration":1}}]},"6680368278335db432198aa09035b606:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"17efc8d07e6de94","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17efc8d07e6de94","status":"passed","time":{"start":1714492985778,"stop":1714492985779,"duration":1}}]},"75ec24b15bb3240a614544d215c22697:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"851455ab15caaa64","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/851455ab15caaa64","status":"passed","time":{"start":1714501013446,"stop":1714501013447,"duration":1}},{"uid":"4bd648eba2799fd2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4bd648eba2799fd2","status":"passed","time":{"start":1714494760923,"stop":1714494760924,"duration":1}},{"uid":"4f8b4bcad071095e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4f8b4bcad071095e","status":"passed","time":{"start":1714492834198,"stop":1714492834198,"duration":0}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5423765b5ba981b0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5423765b5ba981b0","status":"passed","time":{"start":1714500623696,"stop":1714500623696,"duration":0}},{"uid":"dea951f738007b9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dea951f738007b9d","status":"passed","time":{"start":1714494373384,"stop":1714494373385,"duration":1}},{"uid":"83ac931d6b83ba0c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/83ac931d6b83ba0c","status":"passed","time":{"start":1714492481132,"stop":1714492481133,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"31c868bfb96a0e69","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/31c868bfb96a0e69","status":"passed","time":{"start":1714501050437,"stop":1714501050438,"duration":1}},{"uid":"8e0039b47a016d89","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e0039b47a016d89","status":"passed","time":{"start":1714494785903,"stop":1714494785903,"duration":0}},{"uid":"f04360506cda9f5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f04360506cda9f5","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"4bd629284899aa9f04697aa32117b416:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5feb7a6d0cd3f38f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5feb7a6d0cd3f38f","status":"passed","time":{"start":1714500549514,"stop":1714500549516,"duration":2}},{"uid":"ad97945e0b184eb1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ad97945e0b184eb1","status":"passed","time":{"start":1714494299911,"stop":1714494299913,"duration":2}},{"uid":"306d75100f7b8bcb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/306d75100f7b8bcb","status":"passed","time":{"start":1714492403643,"stop":1714492403645,"duration":2}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24e31b03e88928e8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24e31b03e88928e8","status":"passed","time":{"start":1714501123759,"stop":1714501123760,"duration":1}},{"uid":"6c4037d0b267dc0a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c4037d0b267dc0a","status":"passed","time":{"start":1714494838836,"stop":1714494838836,"duration":0}},{"uid":"a6679b2c2c73d172","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a6679b2c2c73d172","status":"passed","time":{"start":1714492985726,"stop":1714492985727,"duration":1}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7d19400836b17eef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7d19400836b17eef","status":"passed","time":{"start":1714500525322,"stop":1714500525322,"duration":0}},{"uid":"1444e62e434e6585","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1444e62e434e6585","status":"passed","time":{"start":1714494276801,"stop":1714494276801,"duration":0}},{"uid":"2545e1bde5615129","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2545e1bde5615129","status":"passed","time":{"start":1714492380855,"stop":1714492380856,"duration":1}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55d0024fe68deccb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/55d0024fe68deccb","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"duration":0}},{"uid":"d1502e9f191be3d1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1502e9f191be3d1","status":"passed","time":{"start":1714494402844,"stop":1714494402845,"duration":1}},{"uid":"48c825224a1c7135","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/48c825224a1c7135","status":"passed","time":{"start":1714492502970,"stop":1714492502972,"duration":2}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a815afab44610d72","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a815afab44610d72","status":"passed","time":{"start":1714501123754,"stop":1714501123754,"duration":0}},{"uid":"48d834824e4b0dfe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/48d834824e4b0dfe","status":"passed","time":{"start":1714494838834,"stop":1714494838834,"duration":0}},{"uid":"2e3e27ce0ee9c29c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e3e27ce0ee9c29c","status":"passed","time":{"start":1714492985716,"stop":1714492985718,"duration":2}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f4cfc9688d1a035a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f4cfc9688d1a035a","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"duration":0}},{"uid":"f62ca522b55fae82","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f62ca522b55fae82","status":"passed","time":{"start":1714494954439,"stop":1714494954439,"duration":0}},{"uid":"3add51093f1568cb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3add51093f1568cb","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"2dc6a6757064d64bd9388261a1af2aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aa247201a3fb723","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aa247201a3fb723","status":"passed","time":{"start":1714500525347,"stop":1714500525347,"duration":0}},{"uid":"b3dc3a3984ac621d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b3dc3a3984ac621d","status":"passed","time":{"start":1714494276818,"stop":1714494276818,"duration":0}},{"uid":"87643454c5d42c7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/87643454c5d42c7c","status":"passed","time":{"start":1714492380872,"stop":1714492380872,"duration":0}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bae6a1e8e9e9230e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bae6a1e8e9e9230e","status":"passed","time":{"start":1714501150908,"stop":1714501150909,"duration":1}},{"uid":"5ca5b33b76c9a723","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5ca5b33b76c9a723","status":"passed","time":{"start":1714494883925,"stop":1714494883926,"duration":1}},{"uid":"1ab60b6941d4ce32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1ab60b6941d4ce32","status":"passed","time":{"start":1714492982062,"stop":1714492982063,"duration":1}}]},"76dce5a128c1173a30ab42f795a9e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9b78fe9533b350fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9b78fe9533b350fa","status":"passed","time":{"start":1714500525355,"stop":1714500525355,"duration":0}},{"uid":"4d88fb9a968abf77","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4d88fb9a968abf77","status":"passed","time":{"start":1714494276825,"stop":1714494276825,"duration":0}},{"uid":"fa511184d222d92f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa511184d222d92f","status":"passed","time":{"start":1714492380878,"stop":1714492380878,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"baa8f630ea91459e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/baa8f630ea91459e","status":"passed","time":{"start":1714501039480,"stop":1714501039480,"duration":0}},{"uid":"4ef6576ca2f26b22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ef6576ca2f26b22","status":"passed","time":{"start":1714494791243,"stop":1714494791244,"duration":1}},{"uid":"436a6acbf6cc0e85","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/436a6acbf6cc0e85","status":"passed","time":{"start":1714492870706,"stop":1714492870706,"duration":0}}]},"5baf079275f2bf6f911ab52e553b722e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"194fd142c7be439b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/194fd142c7be439b","status":"passed","time":{"start":1714500554005,"stop":1714500554005,"duration":0}},{"uid":"80b6eaa674c3deb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/80b6eaa674c3deb3","status":"passed","time":{"start":1714494305185,"stop":1714494305186,"duration":1}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b1507fcf30538a8c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b1507fcf30538a8c","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"duration":0}},{"uid":"af5f3210d7882d24","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af5f3210d7882d24","status":"passed","time":{"start":1714494954446,"stop":1714494954446,"duration":0}},{"uid":"79e84d40bae06640","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/79e84d40bae06640","status":"passed","time":{"start":1714493052142,"stop":1714493052142,"duration":0}}]},"3c9571fd6106b8841fad5001d4187348:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"405ec1d397d614da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/405ec1d397d614da","status":"passed","time":{"start":1714501036165,"stop":1714501036165,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca9f51ff4513bce1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ca9f51ff4513bce1","status":"passed","time":{"start":1714500589623,"stop":1714500589623,"duration":0}},{"uid":"408e2122422acf5f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/408e2122422acf5f","status":"passed","time":{"start":1714494341390,"stop":1714494341391,"duration":1}},{"uid":"8ae397b44550dd9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ae397b44550dd9","status":"passed","time":{"start":1714492438814,"stop":1714492438814,"duration":0}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ab2b96cd68ed2f0c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab2b96cd68ed2f0c","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"duration":0}},{"uid":"17cb2f4598e082b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17cb2f4598e082b5","status":"passed","time":{"start":1714494788147,"stop":1714494788148,"duration":1}},{"uid":"7c3241e52dd1b119","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c3241e52dd1b119","status":"passed","time":{"start":1714492860434,"stop":1714492860434,"duration":0}}]},"4ac139d7d1050443229269b0c0744970:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63e6e5c9673bb3dd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63e6e5c9673bb3dd","status":"passed","time":{"start":1714500549518,"stop":1714500549518,"duration":0}},{"uid":"4b849e041bcadbb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b849e041bcadbb3","status":"passed","time":{"start":1714494299914,"stop":1714494299915,"duration":1}},{"uid":"b3888b245808b06d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b3888b245808b06d","status":"passed","time":{"start":1714492403646,"stop":1714492403646,"duration":0}}]},"73f2782b5ab4ec6e3d7f09d00ee782a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"327768c61075ae3b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/327768c61075ae3b","status":"passed","time":{"start":1714500525357,"stop":1714500525358,"duration":1}},{"uid":"d1a47d6b9aef063d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1a47d6b9aef063d","status":"passed","time":{"start":1714494276827,"stop":1714494276827,"duration":0}},{"uid":"4553f0771ce04923","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4553f0771ce04923","status":"passed","time":{"start":1714492380880,"stop":1714492380880,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"354d86d8951aa74a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/354d86d8951aa74a","status":"passed","time":{"start":1714501145474,"stop":1714501145474,"duration":0}},{"uid":"63b9f3dff4954851","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/63b9f3dff4954851","status":"passed","time":{"start":1714494876054,"stop":1714494876054,"duration":0}},{"uid":"2ab739bb0445888b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2ab739bb0445888b","status":"passed","time":{"start":1714492961693,"stop":1714492961693,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36e3f0cac841efe9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36e3f0cac841efe9","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"duration":0}},{"uid":"ca3cba33b5e7ed01","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ca3cba33b5e7ed01","status":"passed","time":{"start":1714494791251,"stop":1714494791252,"duration":1}},{"uid":"61dfbf8e33ebc8ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/61dfbf8e33ebc8ca","status":"passed","time":{"start":1714492870709,"stop":1714492870709,"duration":0}}]},"301873950451259b886c914449e4aecb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cafe3e38896b330b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cafe3e38896b330b","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0}},{"uid":"a92a52d367844086","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a92a52d367844086","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"301080fb8d62f3b1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/301080fb8d62f3b1","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1ef13ec3e1e9017b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1ef13ec3e1e9017b","status":"passed","time":{"start":1714501123784,"stop":1714501123785,"duration":1}},{"uid":"87228d123d4cf20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87228d123d4cf20","status":"passed","time":{"start":1714494838843,"stop":1714494838843,"duration":0}},{"uid":"98baeecf39e87a84","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98baeecf39e87a84","status":"passed","time":{"start":1714492985743,"stop":1714492985746,"duration":3}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b9a48209c0d7d600","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b9a48209c0d7d600","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"duration":0}},{"uid":"8910baf377b4a254","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8910baf377b4a254","status":"passed","time":{"start":1714494482352,"stop":1714494482352,"duration":0}},{"uid":"23ec7a3ba6146d7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23ec7a3ba6146d7","status":"passed","time":{"start":1714492591367,"stop":1714492591368,"duration":1}}]},"61e0bc5eb99c345d7e23841af7aef6cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"168afd03de05b537","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/168afd03de05b537","status":"passed","time":{"start":1714500997299,"stop":1714500997300,"duration":1}},{"uid":"cbb442588074099","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cbb442588074099","status":"passed","time":{"start":1714494742981,"stop":1714494742981,"duration":0}},{"uid":"534816357b294de2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/534816357b294de2","status":"passed","time":{"start":1714492814487,"stop":1714492814488,"duration":1}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"b986f5e0346f596f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b986f5e0346f596f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500735372,"stop":1714500735373,"duration":1}},{"uid":"ab604db67b5b0acf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ab604db67b5b0acf","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494500299,"stop":1714494500299,"duration":0}},{"uid":"d8f743e9465582de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8f743e9465582de","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492591540,"stop":1714492591540,"duration":0}}]},"709ec0fac496e27ee4fe40642aee4232:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bbef66225a9bc34d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bbef66225a9bc34d","status":"passed","time":{"start":1714500525354,"stop":1714500525354,"duration":0}},{"uid":"da9dfe969045600f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da9dfe969045600f","status":"passed","time":{"start":1714494276824,"stop":1714494276825,"duration":1}},{"uid":"104cfaf345bd5674","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/104cfaf345bd5674","status":"passed","time":{"start":1714492380877,"stop":1714492380878,"duration":1}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f6f0b5bc737dd17d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f6f0b5bc737dd17d","status":"passed","time":{"start":1714501220683,"stop":1714501220683,"duration":0}},{"uid":"5cb862cf86f28bc3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5cb862cf86f28bc3","status":"passed","time":{"start":1714494954434,"stop":1714494954434,"duration":0}},{"uid":"8d9eef139c1e4ec6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8d9eef139c1e4ec6","status":"passed","time":{"start":1714493052130,"stop":1714493052130,"duration":0}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ca041a03dca16d0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ca041a03dca16d0","status":"passed","time":{"start":1714500534112,"stop":1714500534112,"duration":0}},{"uid":"712c2534d3662207","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/712c2534d3662207","status":"passed","time":{"start":1714494285533,"stop":1714494285533,"duration":0}},{"uid":"8b331a56edfb49a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8b331a56edfb49a","status":"passed","time":{"start":1714492389347,"stop":1714492389348,"duration":1}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a52730d134cc2d2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9a52730d134cc2d2","status":"passed","time":{"start":1714500524940,"stop":1714500524941,"duration":1}},{"uid":"683aee63f1542eba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/683aee63f1542eba","status":"passed","time":{"start":1714494276738,"stop":1714494276738,"duration":0}},{"uid":"db7873ea42a48d62","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db7873ea42a48d62","status":"passed","time":{"start":1714492380333,"stop":1714492380333,"duration":0}}]},"cdea5a495f7cc7dc4da8979e4672c3cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"92d660da1e7b565e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/92d660da1e7b565e","status":"passed","time":{"start":1714501106189,"stop":1714501106190,"duration":1}},{"uid":"8e26bbdd942890e8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e26bbdd942890e8","status":"passed","time":{"start":1714494848661,"stop":1714494848662,"duration":1}},{"uid":"56f8137a77beca3c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/56f8137a77beca3c","status":"passed","time":{"start":1714492932199,"stop":1714492932199,"duration":0}}]},"9ab1d654e249ed953a84c2880c7429a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3dc1842cc5f126a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3dc1842cc5f126a","status":"passed","time":{"start":1714500525326,"stop":1714500525327,"duration":1}},{"uid":"94a6d5dc4cf79a02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/94a6d5dc4cf79a02","status":"passed","time":{"start":1714494276804,"stop":1714494276804,"duration":0}},{"uid":"48c49e3dbb58560f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/48c49e3dbb58560f","status":"passed","time":{"start":1714492380858,"stop":1714492380858,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"c8ab29a10deac6ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c8ab29a10deac6ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500590518,"stop":1714500590518,"duration":0}},{"uid":"dd24890936a4203a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dd24890936a4203a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351416,"duration":1}},{"uid":"7f90da4cd26440f2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f90da4cd26440f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441822,"stop":1714492441822,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c2137f1b2b8b8d8a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c2137f1b2b8b8d8a","status":"passed","time":{"start":1714501050458,"stop":1714501050458,"duration":0}},{"uid":"a0ef681f9b6fccba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0ef681f9b6fccba","status":"passed","time":{"start":1714494785917,"stop":1714494785918,"duration":1}},{"uid":"df60f22c9a076e3e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/df60f22c9a076e3e","status":"passed","time":{"start":1714492898573,"stop":1714492898574,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"aace5de436e4fa6e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/aace5de436e4fa6e","status":"passed","time":{"start":1714500660494,"stop":1714500660494,"duration":0}},{"uid":"180f175c9553ef8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/180f175c9553ef8a","status":"passed","time":{"start":1714494401265,"stop":1714494401266,"duration":1}},{"uid":"e12aa283cf718bc2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e12aa283cf718bc2","status":"passed","time":{"start":1714492501440,"stop":1714492501440,"duration":0}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b4a9ea201c0b5b87","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b4a9ea201c0b5b87","status":"passed","time":{"start":1714501050427,"stop":1714501050428,"duration":1}},{"uid":"16235caf8cc5db99","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16235caf8cc5db99","status":"passed","time":{"start":1714494785888,"stop":1714494785888,"duration":0}},{"uid":"6a78f47440468a03","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6a78f47440468a03","status":"passed","time":{"start":1714492898552,"stop":1714492898553,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b384a9c5a1247ad3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b384a9c5a1247ad3","status":"passed","time":{"start":1714501123759,"stop":1714501123759,"duration":0}},{"uid":"5a33eee8c777ea11","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5a33eee8c777ea11","status":"passed","time":{"start":1714494838835,"stop":1714494838835,"duration":0}},{"uid":"7df1b4f2a86c0a82","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7df1b4f2a86c0a82","status":"passed","time":{"start":1714492985720,"stop":1714492985726,"duration":6}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"124c0439f1ae2ae0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/124c0439f1ae2ae0","status":"passed","time":{"start":1714500976547,"stop":1714500976548,"duration":1}},{"uid":"7407d390bf8216f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7407d390bf8216f1","status":"passed","time":{"start":1714494735290,"stop":1714494735291,"duration":1}},{"uid":"30dce628dd73b934","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30dce628dd73b934","status":"passed","time":{"start":1714492814960,"stop":1714492814961,"duration":1}}]},"54229bf1cdf54d8e6362c73ea5d0745f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"de9bd2c4f93199c1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/de9bd2c4f93199c1","status":"passed","time":{"start":1714500525342,"stop":1714500525342,"duration":0}},{"uid":"56c6fe6f7b113c8a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/56c6fe6f7b113c8a","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"69b50506a3fe3ba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/69b50506a3fe3ba","status":"passed","time":{"start":1714492380868,"stop":1714492380869,"duration":1}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b06570b915e0979","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b06570b915e0979","status":"passed","time":{"start":1714501050446,"stop":1714501050446,"duration":0}},{"uid":"335c3f8ca9ea5077","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/335c3f8ca9ea5077","status":"passed","time":{"start":1714494785911,"stop":1714494785911,"duration":0}},{"uid":"a21e414e60e10b95","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a21e414e60e10b95","status":"passed","time":{"start":1714492898566,"stop":1714492898566,"duration":0}}]},"f4ff3fa2f9edc5f26c4cbfe55af10c02:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc6457d2c582eaf9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc6457d2c582eaf9","status":"passed","time":{"start":1714501106192,"stop":1714501106192,"duration":0}},{"uid":"69ca530937e4980f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69ca530937e4980f","status":"passed","time":{"start":1714494848663,"stop":1714494848663,"duration":0}},{"uid":"462ac5aefa9235de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/462ac5aefa9235de","status":"passed","time":{"start":1714492932200,"stop":1714492932201,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fc0d9076c9ba746e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fc0d9076c9ba746e","status":"passed","time":{"start":1714500976542,"stop":1714500976544,"duration":2}},{"uid":"3786be2a5d523ade","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3786be2a5d523ade","status":"passed","time":{"start":1714494735286,"stop":1714494735287,"duration":1}},{"uid":"b4f2e400e48a847f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b4f2e400e48a847f","status":"passed","time":{"start":1714492814950,"stop":1714492814951,"duration":1}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4e9f218541f709fe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4e9f218541f709fe","status":"passed","time":{"start":1714500578599,"stop":1714500578607,"duration":8}},{"uid":"59a3d614a701fcf3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/59a3d614a701fcf3","status":"passed","time":{"start":1714494328713,"stop":1714494328714,"duration":1}},{"uid":"7246a81521c61096","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7246a81521c61096","status":"passed","time":{"start":1714492428467,"stop":1714492428467,"duration":0}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac12223de1071bb9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ac12223de1071bb9","status":"passed","time":{"start":1714501145475,"stop":1714501145476,"duration":1}},{"uid":"bc14d7c308447639","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc14d7c308447639","status":"passed","time":{"start":1714494876056,"stop":1714494876056,"duration":0}},{"uid":"ff8546d07d184010","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff8546d07d184010","status":"passed","time":{"start":1714492961695,"stop":1714492961695,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"442f1f250c8af596","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/442f1f250c8af596","status":"passed","time":{"start":1714500534103,"stop":1714500534103,"duration":0}},{"uid":"c43a046ca9ea5f84","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c43a046ca9ea5f84","status":"passed","time":{"start":1714494285525,"stop":1714494285525,"duration":0}},{"uid":"1376cd8d555229df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1376cd8d555229df","status":"passed","time":{"start":1714492389335,"stop":1714492389335,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"8c4eaa8298af3312","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8c4eaa8298af3312","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"duration":0}},{"uid":"372c1962aeb0c48b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/372c1962aeb0c48b","status":"passed","time":{"start":1714494620618,"stop":1714494620619,"duration":1}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b816fce3d3babef8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b816fce3d3babef8","status":"passed","time":{"start":1714500823184,"stop":1714500823184,"duration":0}},{"uid":"df05df4cdaaf429","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/df05df4cdaaf429","status":"passed","time":{"start":1714494571263,"stop":1714494571264,"duration":1}},{"uid":"a79ffe91fdb0aa59","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a79ffe91fdb0aa59","status":"passed","time":{"start":1714492678657,"stop":1714492678657,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7298d29c5877a0eb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7298d29c5877a0eb","status":"passed","time":{"start":1714501123809,"stop":1714501123809,"duration":0}},{"uid":"6c67120cbcf9836f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c67120cbcf9836f","status":"passed","time":{"start":1714494838848,"stop":1714494838849,"duration":1}},{"uid":"5283b5f6c7f8ef81","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5283b5f6c7f8ef81","status":"passed","time":{"start":1714492985766,"stop":1714492985766,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"228d70f8231d1f97","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/228d70f8231d1f97","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"duration":0}},{"uid":"36e8abeb1d5cee7c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/36e8abeb1d5cee7c","status":"passed","time":{"start":1714494954440,"stop":1714494954440,"duration":0}},{"uid":"66fdf2402b937c07","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/66fdf2402b937c07","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"35fabcb6e975aac","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35fabcb6e975aac","status":"passed","time":{"start":1714501094176,"stop":1714501094177,"duration":1}},{"uid":"4dc64836f060e22","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4dc64836f060e22","status":"passed","time":{"start":1714494837582,"stop":1714494837582,"duration":0}},{"uid":"ed04f9fd21928fac","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed04f9fd21928fac","status":"passed","time":{"start":1714492927146,"stop":1714492927146,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2bf85143d9830d8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d2bf85143d9830d8","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"duration":0}},{"uid":"cbb7ea733b051678","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cbb7ea733b051678","status":"passed","time":{"start":1714494884076,"stop":1714494884077,"duration":1}},{"uid":"4aa4a2c00257cda8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4aa4a2c00257cda8","status":"passed","time":{"start":1714492954776,"stop":1714492954777,"duration":1}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d0e05436e2a7d8ad","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d0e05436e2a7d8ad","status":"passed","time":{"start":1714501123778,"stop":1714501123778,"duration":0}},{"uid":"e5044d9bb8d78af3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5044d9bb8d78af3","status":"passed","time":{"start":1714494838840,"stop":1714494838840,"duration":0}},{"uid":"325f599d308e036a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/325f599d308e036a","status":"passed","time":{"start":1714492985741,"stop":1714492985741,"duration":0}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3574a332f56be2ab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3574a332f56be2ab","status":"passed","time":{"start":1714501013447,"stop":1714501013447,"duration":0}},{"uid":"372dc6ba69ea5534","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/372dc6ba69ea5534","status":"passed","time":{"start":1714494760924,"stop":1714494760924,"duration":0}},{"uid":"82bd2051f974b73","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82bd2051f974b73","status":"passed","time":{"start":1714492834199,"stop":1714492834199,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"613117e58195f93a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/613117e58195f93a","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"duration":0}},{"uid":"34d86496e6092a4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34d86496e6092a4e","status":"passed","time":{"start":1714494536935,"stop":1714494536935,"duration":0}},{"uid":"5a6dc35b10e6312a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a6dc35b10e6312a","status":"passed","time":{"start":1714492635270,"stop":1714492635271,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"be240068840f495","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/be240068840f495","status":"passed","time":{"start":1714500976551,"stop":1714500976552,"duration":1}},{"uid":"b24c53e38706a0c8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b24c53e38706a0c8","status":"passed","time":{"start":1714494735293,"stop":1714494735294,"duration":1}},{"uid":"c54ecf3fb1746878","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c54ecf3fb1746878","status":"passed","time":{"start":1714492814963,"stop":1714492814964,"duration":1}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"df3730f34370fcc5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/df3730f34370fcc5","status":"passed","time":{"start":1714501036166,"stop":1714501036166,"duration":0}},{"uid":"cf15ee4ba640afe0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cf15ee4ba640afe0","status":"passed","time":{"start":1714494788147,"stop":1714494788147,"duration":0}},{"uid":"42382ba15626bbe8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/42382ba15626bbe8","status":"passed","time":{"start":1714492860434,"stop":1714492860434,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4d9e310cb23262ce","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4d9e310cb23262ce","status":"passed","time":{"start":1714501191917,"stop":1714501191917,"duration":0}},{"uid":"5b55862d8cf7088d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b55862d8cf7088d","status":"passed","time":{"start":1714494926188,"stop":1714494926189,"duration":1}},{"uid":"b049d547c6dc9eaf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b049d547c6dc9eaf","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"5ee818477d792a65a5231c70850aa746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2899a334b87e4665","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2899a334b87e4665","status":"passed","time":{"start":1714501089336,"stop":1714501089336,"duration":0}},{"uid":"5b9ab91d0010cf71","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5b9ab91d0010cf71","status":"passed","time":{"start":1714494840035,"stop":1714494840037,"duration":2}},{"uid":"4eed7ccbf4886770","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eed7ccbf4886770","status":"passed","time":{"start":1714492923664,"stop":1714492923665,"duration":1}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"75ddef2b1b9b00fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/75ddef2b1b9b00fa","status":"passed","time":{"start":1714501220689,"stop":1714501220689,"duration":0}},{"uid":"92ac4f5994b0bd34","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92ac4f5994b0bd34","status":"passed","time":{"start":1714494954442,"stop":1714494954442,"duration":0}},{"uid":"b1696c911545c5b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b1696c911545c5b4","status":"passed","time":{"start":1714493052138,"stop":1714493052138,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ad3ab5229ae517ac","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ad3ab5229ae517ac","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0}},{"uid":"b854fc6129df8d5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b854fc6129df8d5","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"326297739e2bfb71","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/326297739e2bfb71","status":"passed","time":{"start":1714492468974,"stop":1714492468975,"duration":1}}]},"9956d3730ec49a9d36285f9f37525df4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"db0bd7c571d4489d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db0bd7c571d4489d","status":"passed","time":{"start":1714494838856,"stop":1714494838856,"duration":0}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc7e35590d704711","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc7e35590d704711","status":"passed","time":{"start":1714501013449,"stop":1714501013449,"duration":0}},{"uid":"54470972ab6d2894","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54470972ab6d2894","status":"passed","time":{"start":1714494760926,"stop":1714494760926,"duration":0}},{"uid":"7d5026f362f89bd6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d5026f362f89bd6","status":"passed","time":{"start":1714492834201,"stop":1714492834201,"duration":0}}]},"48833060c7bf029fdb6b46f348895e2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9f0fbe1982accc5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f9f0fbe1982accc5","status":"passed","time":{"start":1714494735306,"stop":1714494735306,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7b739fc6a9a8c30d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7b739fc6a9a8c30d","status":"passed","time":{"start":1714501220697,"stop":1714501220697,"duration":0}},{"uid":"46ea05e67b1667bd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46ea05e67b1667bd","status":"passed","time":{"start":1714494954449,"stop":1714494954449,"duration":0}},{"uid":"7b046a4efcb9a71c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b046a4efcb9a71c","status":"passed","time":{"start":1714493052145,"stop":1714493052145,"duration":0}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63904cb6bf96f70d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63904cb6bf96f70d","status":"passed","time":{"start":1714500654290,"stop":1714500654291,"duration":1}},{"uid":"6ea76d6bd49129dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ea76d6bd49129dc","status":"passed","time":{"start":1714494402835,"stop":1714494402836,"duration":1}},{"uid":"d75182b20e4b117b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d75182b20e4b117b","status":"passed","time":{"start":1714492502955,"stop":1714492502956,"duration":1}}]},"e9a7523002df446ef81ded28e2d0d547:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9cbc1a941e464a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c9cbc1a941e464a7","status":"passed","time":{"start":1714492860433,"stop":1714492860433,"duration":0}}]},"93a9c5285a6c6691694bce3dbaa8b2af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"72d00f8b5a196564","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/72d00f8b5a196564","status":"passed","time":{"start":1714500525351,"stop":1714500525351,"duration":0}},{"uid":"cce6d59cd332a5d9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cce6d59cd332a5d9","status":"passed","time":{"start":1714494276822,"stop":1714494276822,"duration":0}},{"uid":"d4a238ba6e4bb34f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d4a238ba6e4bb34f","status":"passed","time":{"start":1714492380875,"stop":1714492380875,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60953762d6747082","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60953762d6747082","status":"passed","time":{"start":1714500587632,"stop":1714500587632,"duration":0}},{"uid":"12d48dc488365b02","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/12d48dc488365b02","status":"passed","time":{"start":1714494338446,"stop":1714494338446,"duration":0}},{"uid":"ee6cc334aac389b8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee6cc334aac389b8","status":"passed","time":{"start":1714492438261,"stop":1714492438261,"duration":0}}]},"58ee54bc9ca77f7f7ae03e091810412d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"835da36b224db760","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/835da36b224db760","status":"passed","time":{"start":1714492923652,"stop":1714492923653,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"299ec24544740b4b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/299ec24544740b4b","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0}},{"uid":"6df6f3902b2e63e2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6df6f3902b2e63e2","status":"passed","time":{"start":1714494926189,"stop":1714494926189,"duration":0}},{"uid":"713e672ff4791c76","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/713e672ff4791c76","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"db60fb497b24c1f0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/db60fb497b24c1f0","status":"passed","time":{"start":1714501181622,"stop":1714501181623,"duration":1}},{"uid":"ad7875e9d051cffd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ad7875e9d051cffd","status":"passed","time":{"start":1714494921191,"stop":1714494921191,"duration":0}},{"uid":"79f294d18685ab95","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/79f294d18685ab95","status":"passed","time":{"start":1714493000280,"stop":1714493000280,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"69f47515fec99dc9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/69f47515fec99dc9","status":"passed","time":{"start":1714501036155,"stop":1714501036156,"duration":1}},{"uid":"17cc5b0a25841f8b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17cc5b0a25841f8b","status":"passed","time":{"start":1714494788125,"stop":1714494788125,"duration":0}},{"uid":"30c05309587313ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30c05309587313ab","status":"passed","time":{"start":1714492860427,"stop":1714492860427,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60be6abec002b928","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60be6abec002b928","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0}},{"uid":"d1a140872450a8c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1a140872450a8c","status":"passed","time":{"start":1714494285526,"stop":1714494285527,"duration":1}},{"uid":"8665f4e1e6e43501","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8665f4e1e6e43501","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"eb7089df6509e676","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/eb7089df6509e676","status":"passed","time":{"start":1714501123789,"stop":1714501123800,"duration":11}},{"uid":"afffba4e41de1ea3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/afffba4e41de1ea3","status":"passed","time":{"start":1714494838846,"stop":1714494838846,"duration":0}},{"uid":"e63fa499e362fe4a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e63fa499e362fe4a","status":"passed","time":{"start":1714492985764,"stop":1714492985764,"duration":0}}]},"061e73009d3612296cbd5940eb183495:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"25277f05c0c4c7b7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/25277f05c0c4c7b7","status":"passed","time":{"start":1714501089334,"stop":1714501089334,"duration":0}},{"uid":"92f7c29d191332da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/92f7c29d191332da","status":"passed","time":{"start":1714494840033,"stop":1714494840034,"duration":1}},{"uid":"74dea52b0079d54e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74dea52b0079d54e","status":"passed","time":{"start":1714492923662,"stop":1714492923663,"duration":1}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"97d4a5d462e05a84","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/97d4a5d462e05a84","status":"passed","time":{"start":1714500664408,"stop":1714500664410,"duration":2}},{"uid":"91407cd846a75e6e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/91407cd846a75e6e","status":"passed","time":{"start":1714494413200,"stop":1714494413200,"duration":0}},{"uid":"17a9a879dae3af0b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17a9a879dae3af0b","status":"passed","time":{"start":1714492522572,"stop":1714492522572,"duration":0}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6b6dfcd08cb76","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6b6dfcd08cb76","status":"passed","time":{"start":1714501191919,"stop":1714501191920,"duration":1}},{"uid":"86a5636b78547739","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/86a5636b78547739","status":"passed","time":{"start":1714494926191,"stop":1714494926191,"duration":0}},{"uid":"293644a8a48b7ddf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/293644a8a48b7ddf","status":"passed","time":{"start":1714493011868,"stop":1714493011868,"duration":0}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b70b2a49ccd6a2c9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b70b2a49ccd6a2c9","status":"passed","time":{"start":1714501220686,"stop":1714501220686,"duration":0}},{"uid":"fbdc56341e5e449d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbdc56341e5e449d","status":"passed","time":{"start":1714494954438,"stop":1714494954438,"duration":0}},{"uid":"eace379725a4157c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eace379725a4157c","status":"passed","time":{"start":1714493052134,"stop":1714493052134,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"69aa6291b48aa077","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/69aa6291b48aa077","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"duration":0}},{"uid":"345cf3caf60a360c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/345cf3caf60a360c","status":"passed","time":{"start":1714494482342,"stop":1714494482343,"duration":1}},{"uid":"769b1ca0cc9e07df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/769b1ca0cc9e07df","status":"passed","time":{"start":1714492591354,"stop":1714492591355,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5151e2d831f953e9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5151e2d831f953e9","status":"passed","time":{"start":1714500660495,"stop":1714500660500,"duration":5}},{"uid":"bc04d4a9e1906622","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc04d4a9e1906622","status":"passed","time":{"start":1714494401267,"stop":1714494401267,"duration":0}},{"uid":"f545fec31894083e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f545fec31894083e","status":"passed","time":{"start":1714492501441,"stop":1714492501441,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e61dab910ef06a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e61dab910ef06a","status":"passed","time":{"start":1714501039481,"stop":1714501039481,"duration":0}},{"uid":"491c813bab7864e9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/491c813bab7864e9","status":"passed","time":{"start":1714494791246,"stop":1714494791247,"duration":1}},{"uid":"64145e8d62beb969","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/64145e8d62beb969","status":"passed","time":{"start":1714492870707,"stop":1714492870707,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"71340255e4b1d765","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/71340255e4b1d765","status":"passed","time":{"start":1714501050431,"stop":1714501050432,"duration":1}},{"uid":"53ed2d6b9a787e06","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/53ed2d6b9a787e06","status":"passed","time":{"start":1714494785898,"stop":1714494785898,"duration":0}},{"uid":"9baed406b2bfc33c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9baed406b2bfc33c","status":"passed","time":{"start":1714492898556,"stop":1714492898556,"duration":0}}]},"3c4f58f0a5e4c0dda488665d67cc1784:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f055fef9b5359c2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5f055fef9b5359c2","status":"passed","time":{"start":1714501123820,"stop":1714501123821,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d07771fffdd3c472","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d07771fffdd3c472","status":"passed","time":{"start":1714500533175,"stop":1714500533176,"duration":1}},{"uid":"ea43f4b5db97f9f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ea43f4b5db97f9f","status":"passed","time":{"start":1714494284810,"stop":1714494284810,"duration":0}},{"uid":"c64a4ac1dc57e3a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c64a4ac1dc57e3a7","status":"passed","time":{"start":1714492388600,"stop":1714492388601,"duration":1}}]},"9ac45c4e34b80f7576b6c8d505bfedd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fe3d519b3fee213a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fe3d519b3fee213a","status":"passed","time":{"start":1714500550277,"stop":1714500550278,"duration":1}},{"uid":"b57053388da37e73","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b57053388da37e73","status":"passed","time":{"start":1714494300699,"stop":1714494300699,"duration":0}},{"uid":"d3d519490a708bf5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3d519490a708bf5","status":"passed","time":{"start":1714492404706,"stop":1714492404706,"duration":0}}]},"a12b3766b6de69836fc467edf224a418:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d942f3a38fda4014","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d942f3a38fda4014","status":"passed","time":{"start":1714494838855,"stop":1714494838855,"duration":0}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"433a7c031e5952b9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/433a7c031e5952b9","status":"passed","time":{"start":1714500786929,"stop":1714500786930,"duration":1}},{"uid":"ea487cfb4f56f881","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ea487cfb4f56f881","status":"passed","time":{"start":1714494536936,"stop":1714494536936,"duration":0}},{"uid":"3f56590896705bad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f56590896705bad","status":"passed","time":{"start":1714492635271,"stop":1714492635272,"duration":1}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7eeb6565b6ca46bf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7eeb6565b6ca46bf","status":"passed","time":{"start":1714500976545,"stop":1714500976546,"duration":1}},{"uid":"39e27073391891bc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/39e27073391891bc","status":"passed","time":{"start":1714494735288,"stop":1714494735289,"duration":1}},{"uid":"c67e04efeeb76f45","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c67e04efeeb76f45","status":"passed","time":{"start":1714492814952,"stop":1714492814958,"duration":6}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d8fc9a23ab169f5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d8fc9a23ab169f5","status":"passed","time":{"start":1714500533175,"stop":1714500533175,"duration":0}},{"uid":"e8fb5ce730584875","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e8fb5ce730584875","status":"passed","time":{"start":1714494284809,"stop":1714494284810,"duration":1}},{"uid":"e05d449127ae457a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e05d449127ae457a","status":"passed","time":{"start":1714492388597,"stop":1714492388600,"duration":3}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e045fcc85ee53f13","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e045fcc85ee53f13","status":"passed","time":{"start":1714501140348,"stop":1714501140348,"duration":0}},{"uid":"8e91a7703814d5f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8e91a7703814d5f1","status":"passed","time":{"start":1714494884080,"stop":1714494884081,"duration":1}},{"uid":"7c0977ff7aad726e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7c0977ff7aad726e","status":"passed","time":{"start":1714492954778,"stop":1714492954778,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e71540b3239f18cb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e71540b3239f18cb","status":"passed","time":{"start":1714500654298,"stop":1714500654299,"duration":1}},{"uid":"16f94d6bfce18e12","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/16f94d6bfce18e12","status":"passed","time":{"start":1714494402841,"stop":1714494402842,"duration":1}},{"uid":"1816eef34cbc72e7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1816eef34cbc72e7","status":"passed","time":{"start":1714492502961,"stop":1714492502967,"duration":6}}]},"e628a6dc9c0d7974952d6387449bc454:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c04ad7f58959a639","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c04ad7f58959a639","status":"passed","time":{"start":1714501123820,"stop":1714501123820,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"52dc9700221d223a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/52dc9700221d223a","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"duration":0}},{"uid":"e6259f8008f20275","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6259f8008f20275","status":"passed","time":{"start":1714494482319,"stop":1714494482319,"duration":0}},{"uid":"ced334afabfe5efb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ced334afabfe5efb","status":"passed","time":{"start":1714492591343,"stop":1714492591343,"duration":0}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6839bf168cfbc981","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6839bf168cfbc981","status":"passed","time":{"start":1714501050434,"stop":1714501050435,"duration":1}},{"uid":"4ca0d00cc420cc16","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ca0d00cc420cc16","status":"passed","time":{"start":1714494785901,"stop":1714494785902,"duration":1}},{"uid":"16f44ba139205b72","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/16f44ba139205b72","status":"passed","time":{"start":1714492898557,"stop":1714492898558,"duration":1}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"61470b5d604a6c6b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/61470b5d604a6c6b","status":"passed","time":{"start":1714501191918,"stop":1714501191918,"duration":0}},{"uid":"72c505af21cd1687","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72c505af21cd1687","status":"passed","time":{"start":1714494926190,"stop":1714494926190,"duration":0}},{"uid":"3a6b4ebc3a51f986","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a6b4ebc3a51f986","status":"passed","time":{"start":1714493011867,"stop":1714493011867,"duration":0}}]},"0eb9d08219b648eb4c75d264eef8376f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e5f99268964ffe3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e5f99268964ffe3","status":"passed","time":{"start":1714500525353,"stop":1714500525353,"duration":0}},{"uid":"25567c0761924c91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/25567c0761924c91","status":"passed","time":{"start":1714494276824,"stop":1714494276824,"duration":0}},{"uid":"c5ed55e378005d13","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c5ed55e378005d13","status":"passed","time":{"start":1714492380877,"stop":1714492380877,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e73d5a97e9b58b2f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e73d5a97e9b58b2f","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"duration":0}},{"uid":"69096a3319eadaef","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/69096a3319eadaef","status":"passed","time":{"start":1714494954444,"stop":1714494954444,"duration":0}},{"uid":"d9295354953ae132","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d9295354953ae132","status":"passed","time":{"start":1714493052140,"stop":1714493052140,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"912cd151e61806e0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/912cd151e61806e0","status":"passed","time":{"start":1714501039483,"stop":1714501039484,"duration":1}},{"uid":"5c0bc20be47bc94","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c0bc20be47bc94","status":"passed","time":{"start":1714494791254,"stop":1714494791255,"duration":1}},{"uid":"3c54f621183e5066","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3c54f621183e5066","status":"passed","time":{"start":1714492870710,"stop":1714492870710,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4a1011b286585d8f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4a1011b286585d8f","status":"passed","time":{"start":1714501220694,"stop":1714501220694,"duration":0}},{"uid":"6e79603b1bfbcfe1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6e79603b1bfbcfe1","status":"passed","time":{"start":1714494954446,"stop":1714494954447,"duration":1}},{"uid":"c2c361076fd8f235","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c2c361076fd8f235","status":"passed","time":{"start":1714493052142,"stop":1714493052143,"duration":1}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5796537761df1c0f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5796537761df1c0f","status":"passed","time":{"start":1714500976534,"stop":1714500976535,"duration":1}},{"uid":"f6d4365365118be9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6d4365365118be9","status":"passed","time":{"start":1714494735261,"stop":1714494735261,"duration":0}},{"uid":"d32e9c4283c54325","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d32e9c4283c54325","status":"passed","time":{"start":1714492814943,"stop":1714492814945,"duration":2}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"989843af3a29d327","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/989843af3a29d327","status":"passed","time":{"start":1714500976555,"stop":1714500976555,"duration":0}},{"uid":"2423767f91724c0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2423767f91724c0c","status":"passed","time":{"start":1714494735296,"stop":1714494735297,"duration":1}},{"uid":"1f80f2fea9cb8978","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f80f2fea9cb8978","status":"passed","time":{"start":1714492814966,"stop":1714492814967,"duration":1}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d66c10bb144fec9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8d66c10bb144fec9","status":"passed","time":{"start":1714501150908,"stop":1714501150908,"duration":0}},{"uid":"2835bc49c32003e5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2835bc49c32003e5","status":"passed","time":{"start":1714494883924,"stop":1714494883925,"duration":1}},{"uid":"5a77b472a394eed9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a77b472a394eed9","status":"passed","time":{"start":1714492982062,"stop":1714492982062,"duration":0}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5a474871b88c9eef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5a474871b88c9eef","status":"passed","time":{"start":1714500976528,"stop":1714500976529,"duration":1}},{"uid":"51b658b34d7682ba","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/51b658b34d7682ba","status":"passed","time":{"start":1714494735257,"stop":1714494735257,"duration":0}},{"uid":"178c6a9a8b9bff12","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/178c6a9a8b9bff12","status":"passed","time":{"start":1714492814935,"stop":1714492814936,"duration":1}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bdf413bdf1b592e8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bdf413bdf1b592e8","status":"passed","time":{"start":1714500976560,"stop":1714500976561,"duration":1}},{"uid":"9a4d752659d7e181","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a4d752659d7e181","status":"passed","time":{"start":1714494735304,"stop":1714494735304,"duration":0}},{"uid":"d3598e633a95bab9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3598e633a95bab9","status":"passed","time":{"start":1714492814974,"stop":1714492814974,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"deee55506b05f442","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/deee55506b05f442","status":"passed","time":{"start":1714501319434,"stop":1714501319434,"duration":0}},{"uid":"974bd91397344518","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/974bd91397344518","status":"passed","time":{"start":1714495063234,"stop":1714495063234,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3e68087f64dee3d6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3e68087f64dee3d6","status":"passed","time":{"start":1714500607828,"stop":1714500607828,"duration":0}},{"uid":"f85b94dc93ba971f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f85b94dc93ba971f","status":"passed","time":{"start":1714494370499,"stop":1714494370500,"duration":1}},{"uid":"bc947377c8bf5427","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bc947377c8bf5427","status":"passed","time":{"start":1714492459794,"stop":1714492459794,"duration":0}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d5f602647be3b95d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d5f602647be3b95d","status":"passed","time":{"start":1714500744142,"stop":1714500744142,"duration":0}},{"uid":"8fdf2b20ce4a4ca1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8fdf2b20ce4a4ca1","status":"passed","time":{"start":1714494482348,"stop":1714494482348,"duration":0}},{"uid":"190b5c81fe081c7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/190b5c81fe081c7c","status":"passed","time":{"start":1714492591361,"stop":1714492591362,"duration":1}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"22161d598f693966","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/22161d598f693966","status":"passed","time":{"start":1714500660502,"stop":1714500660503,"duration":1}},{"uid":"c955addc27457768","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c955addc27457768","status":"passed","time":{"start":1714494401269,"stop":1714494401269,"duration":0}},{"uid":"f1044d99363f8eaa","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f1044d99363f8eaa","status":"passed","time":{"start":1714492501444,"stop":1714492501445,"duration":1}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a94b859526c4edf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9a94b859526c4edf","status":"passed","time":{"start":1714500786930,"stop":1714500786930,"duration":0}},{"uid":"66da8a01c2d411c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/66da8a01c2d411c3","status":"passed","time":{"start":1714494536936,"stop":1714494536937,"duration":1}},{"uid":"c731e0ad4c08de5b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c731e0ad4c08de5b","status":"passed","time":{"start":1714492635272,"stop":1714492635272,"duration":0}}]},"4ad3cffd8c2947b14efb248bba7c7ce3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25e97b649b5a1091","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/25e97b649b5a1091","status":"passed","time":{"start":1714501106182,"stop":1714501106183,"duration":1}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a926e61741688f6a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a926e61741688f6a","status":"passed","time":{"start":1714501220685,"stop":1714501220686,"duration":1}},{"uid":"8c0161a92122577a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8c0161a92122577a","status":"passed","time":{"start":1714494954437,"stop":1714494954438,"duration":1}},{"uid":"23ece96747a98ade","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/23ece96747a98ade","status":"passed","time":{"start":1714493052133,"stop":1714493052134,"duration":1}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6f89c2848c84b1fc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6f89c2848c84b1fc","status":"passed","time":{"start":1714500527929,"stop":1714500527929,"duration":0}},{"uid":"7750ffe5308fa92d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7750ffe5308fa92d","status":"passed","time":{"start":1714494279630,"stop":1714494279631,"duration":1}},{"uid":"24f097e19a1a1b1d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24f097e19a1a1b1d","status":"passed","time":{"start":1714492383510,"stop":1714492383510,"duration":0}}]},"38636f95d7be29393e20abf420c9a43b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"bc5a1d974a647860","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bc5a1d974a647860","status":"passed","time":{"start":1714500872902,"stop":1714500872902,"duration":0}},{"uid":"c8351d487fa00e33","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8351d487fa00e33","status":"passed","time":{"start":1714494620617,"stop":1714494620617,"duration":0}}]},"9b38f1d028bb305d457ac67534328071:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f27e4c017f78e4ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f27e4c017f78e4ea","status":"passed","time":{"start":1714501106174,"stop":1714501106175,"duration":1}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3ccf8b15518f1ebd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3ccf8b15518f1ebd","status":"passed","time":{"start":1714500786930,"stop":1714500786931,"duration":1}},{"uid":"7a3e9454421d0878","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a3e9454421d0878","status":"passed","time":{"start":1714494536937,"stop":1714494536937,"duration":0}},{"uid":"3bc1bf91496bec90","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bc1bf91496bec90","status":"passed","time":{"start":1714492635272,"stop":1714492635273,"duration":1}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a7a5cfd6e13b169","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a7a5cfd6e13b169","status":"passed","time":{"start":1714500561872,"stop":1714500561873,"duration":1}},{"uid":"c7d82acb598049f8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7d82acb598049f8","status":"passed","time":{"start":1714494312952,"stop":1714494312952,"duration":0}},{"uid":"501ffbf83f8c9aba","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/501ffbf83f8c9aba","status":"passed","time":{"start":1714492412933,"stop":1714492412934,"duration":1}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"9dbec0d46653f765","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9dbec0d46653f765","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500735373,"stop":1714500735373,"duration":0}},{"uid":"8773012880b43d23","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8773012880b43d23","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494500300,"stop":1714494500300,"duration":0}},{"uid":"e42cee6592f613a2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e42cee6592f613a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492591541,"stop":1714492591541,"duration":0}}]},"d85fbeae647ce4b3f21bbf10e628eac8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9afeb3d6259a34d5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9afeb3d6259a34d5","status":"passed","time":{"start":1714501106190,"stop":1714501106191,"duration":1}},{"uid":"dc0bbac31d90e533","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dc0bbac31d90e533","status":"passed","time":{"start":1714494848662,"stop":1714494848662,"duration":0}},{"uid":"934ed08b3812af58","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/934ed08b3812af58","status":"passed","time":{"start":1714492932199,"stop":1714492932200,"duration":1}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8d68a620babeef3f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8d68a620babeef3f","status":"passed","time":{"start":1714501050430,"stop":1714501050431,"duration":1}},{"uid":"e7aac0ca3139db0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e7aac0ca3139db0c","status":"passed","time":{"start":1714494785896,"stop":1714494785896,"duration":0}},{"uid":"beebdf13fcb62fd3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/beebdf13fcb62fd3","status":"passed","time":{"start":1714492898555,"stop":1714492898555,"duration":0}}]},"faee2cc8b04a2f5cff6892e93693cc67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9cdec572f5f7e56e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9cdec572f5f7e56e","status":"passed","time":{"start":1714500525333,"stop":1714500525334,"duration":1}},{"uid":"701d531d6cfac3da","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/701d531d6cfac3da","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"55cadf5b9d13ed90","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55cadf5b9d13ed90","status":"passed","time":{"start":1714492380864,"stop":1714492380864,"duration":0}}]},"ffd61c7f6507bd5c2e865694eafddba5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26105cc61a22fee8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/26105cc61a22fee8","status":"passed","time":{"start":1714501089331,"stop":1714501089331,"duration":0}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"44c819dc3931e3f7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/44c819dc3931e3f7","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0}},{"uid":"6dada99ff89d3b50","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6dada99ff89d3b50","status":"passed","time":{"start":1714494788126,"stop":1714494788126,"duration":0}},{"uid":"7b00e7f485bb28a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b00e7f485bb28a8","status":"passed","time":{"start":1714492860428,"stop":1714492860428,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"bfd3b8975bc1884e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bfd3b8975bc1884e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500590516,"stop":1714500590516,"duration":0}},{"uid":"154e0ee3c91bb53c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/154e0ee3c91bb53c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494351415,"stop":1714494351415,"duration":0}},{"uid":"f5e6407c1184ee8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f5e6407c1184ee8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492441819,"stop":1714492441821,"duration":2}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"571c92cb71c84a8f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/571c92cb71c84a8f","status":"passed","time":{"start":1714500976544,"stop":1714500976545,"duration":1}},{"uid":"84bfa37dd797069","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/84bfa37dd797069","status":"passed","time":{"start":1714494735287,"stop":1714494735288,"duration":1}},{"uid":"d6d850de9dee1228","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d6d850de9dee1228","status":"passed","time":{"start":1714492814951,"stop":1714492814952,"duration":1}}]},"9e7dd417925f0d949288c3d1bb1516c0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b68e9050e9a95340","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b68e9050e9a95340","status":"passed","time":{"start":1714492932197,"stop":1714492932197,"duration":0}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0319fb9f063e495","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e0319fb9f063e495","status":"passed","time":{"start":1714501184624,"stop":1714501184625,"duration":1}},{"uid":"87be3e1759615b8d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87be3e1759615b8d","status":"passed","time":{"start":1714494914009,"stop":1714494914009,"duration":0}},{"uid":"2339f98e7b51427a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2339f98e7b51427a","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1885477d99ac2e06","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1885477d99ac2e06","status":"passed","time":{"start":1714500976556,"stop":1714500976556,"duration":0}},{"uid":"abace6301ed4ee04","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/abace6301ed4ee04","status":"passed","time":{"start":1714494735297,"stop":1714494735298,"duration":1}},{"uid":"184186c55526606","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/184186c55526606","status":"passed","time":{"start":1714492814967,"stop":1714492814968,"duration":1}}]},"5c474162d6f153f8cb4d0bd3a90499d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85f14636552baf44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/85f14636552baf44","status":"passed","time":{"start":1714492932191,"stop":1714492932191,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"489be5d12b754a47","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/489be5d12b754a47","status":"passed","time":{"start":1714500976558,"stop":1714500976558,"duration":0}},{"uid":"937a22de499dd069","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/937a22de499dd069","status":"passed","time":{"start":1714494735299,"stop":1714494735300,"duration":1}},{"uid":"e2696dfcba0ff881","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e2696dfcba0ff881","status":"passed","time":{"start":1714492814969,"stop":1714492814970,"duration":1}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1216af38129c42b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1216af38129c42b2","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"duration":0}},{"uid":"be948661efd191a2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be948661efd191a2","status":"passed","time":{"start":1714494571263,"stop":1714494571263,"duration":0}},{"uid":"7b34cadec9ef387b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7b34cadec9ef387b","status":"passed","time":{"start":1714492678656,"stop":1714492678657,"duration":1}}]},"1c9dfab74576508f630dacff07044285:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1e0b675900c72d57","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1e0b675900c72d57","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0}},{"uid":"f4f609b5f3475681","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f4f609b5f3475681","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"d5c17fce7ffe97a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5c17fce7ffe97a9","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"b3feb5a26cc6e29ad0ae846c7e6daafd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a57fc95744d00677","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a57fc95744d00677","status":"passed","time":{"start":1714492898570,"stop":1714492898570,"duration":0}}]},"f67f5a755a1617ca55c0d1291fa4cebf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"2b74a2431b7a6c41","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b74a2431b7a6c41","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500976724,"stop":1714500976725,"duration":1}},{"uid":"bd9d70e158336ae1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bd9d70e158336ae1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735610,"duration":1}},{"uid":"20bed11e950cc038","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/20bed11e950cc038","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814803,"stop":1714492814803,"duration":0}}]},"a242d1f679d17baff3f4f91a56d231bf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b025d9c195b284d4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b025d9c195b284d4","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0}},{"uid":"be12165a88a7a99","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be12165a88a7a99","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"bc715fc9b421fbc9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bc715fc9b421fbc9","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"a53ee030c747605e1ab4c0eb36b58658:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7acfe61bef708d00","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7acfe61bef708d00","status":"passed","time":{"start":1714501106172,"stop":1714501106173,"duration":1}},{"uid":"5fb36180854812fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5fb36180854812fe","status":"passed","time":{"start":1714494848653,"stop":1714494848654,"duration":1}},{"uid":"3cb41da28f45a3dc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3cb41da28f45a3dc","status":"passed","time":{"start":1714492932190,"stop":1714492932190,"duration":0}}]},"f686c3c1c055722eb3f4d6c1b641d451:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1d3f2e3a54c1989d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1d3f2e3a54c1989d","status":"passed","time":{"start":1714501050435,"stop":1714501050436,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"292919aede00e527","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/292919aede00e527","status":"passed","time":{"start":1714501184626,"stop":1714501184627,"duration":1}},{"uid":"f631b0ea49291774","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f631b0ea49291774","status":"passed","time":{"start":1714494914010,"stop":1714494914010,"duration":0}},{"uid":"da60eee274afd65c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da60eee274afd65c","status":"passed","time":{"start":1714493011110,"stop":1714493011110,"duration":0}}]},"25967dcae89c0b081b803c8930ce3335:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b1a6b084a03c6c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b1a6b084a03c6c8","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0}},{"uid":"2b59699121eea870","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2b59699121eea870","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"89da0b72af43d7a8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89da0b72af43d7a8","status":"passed","time":{"start":1714492405126,"stop":1714492405126,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ff7f31d9d6eb8dd3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ff7f31d9d6eb8dd3","status":"passed","time":{"start":1714500744051,"stop":1714500744051,"duration":0}},{"uid":"76c1a52eeb0c474e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/76c1a52eeb0c474e","status":"passed","time":{"start":1714494482313,"stop":1714494482314,"duration":1}},{"uid":"b5a7986d96c10b4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5a7986d96c10b4","status":"passed","time":{"start":1714492591342,"stop":1714492591342,"duration":0}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3a2671960a57437c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3a2671960a57437c","status":"passed","time":{"start":1714500823186,"stop":1714500823187,"duration":1}},{"uid":"34a4be2943103c98","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/34a4be2943103c98","status":"passed","time":{"start":1714494571266,"stop":1714494571266,"duration":0}},{"uid":"dfd2628196a71fb1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dfd2628196a71fb1","status":"passed","time":{"start":1714492678665,"stop":1714492678665,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fabba7f09981c300","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fabba7f09981c300","status":"passed","time":{"start":1714500559909,"stop":1714500559910,"duration":1}},{"uid":"6041b4b7069bca35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6041b4b7069bca35","status":"passed","time":{"start":1714494310955,"stop":1714494310956,"duration":1}},{"uid":"71d2339b498582","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/71d2339b498582","status":"passed","time":{"start":1714492410939,"stop":1714492410939,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9d9223e7d0c1bda","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9d9223e7d0c1bda","status":"passed","time":{"start":1714500744053,"stop":1714500744053,"duration":0}},{"uid":"f7faf69ab9f9c532","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f7faf69ab9f9c532","status":"passed","time":{"start":1714494482320,"stop":1714494482320,"duration":0}},{"uid":"15b8d1cf18291049","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/15b8d1cf18291049","status":"passed","time":{"start":1714492591344,"stop":1714492591344,"duration":0}}]},"60eec0d6c7ed69f7a762b7f55a57d65f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dffec130a7cff9d0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dffec130a7cff9d0","status":"passed","time":{"start":1714494840007,"stop":1714494840008,"duration":1}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"982661a6ca38d2c9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/982661a6ca38d2c9","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"duration":0}},{"uid":"3d6646cfb2dec8a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3d6646cfb2dec8a1","status":"passed","time":{"start":1714494785915,"stop":1714494785915,"duration":0}},{"uid":"4a1f0cb27ab2c483","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a1f0cb27ab2c483","status":"passed","time":{"start":1714492898571,"stop":1714492898571,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f7b6a2afe24667c5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f7b6a2afe24667c5","status":"passed","time":{"start":1714500823174,"stop":1714500823174,"duration":0}},{"uid":"e44c6b6deab66237","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e44c6b6deab66237","status":"passed","time":{"start":1714494571258,"stop":1714494571259,"duration":1}},{"uid":"8cf0296bc054a94d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8cf0296bc054a94d","status":"passed","time":{"start":1714492678646,"stop":1714492678646,"duration":0}}]},"ba322ba153570f18fb0b429530f13b68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"69b35fa08b282e57","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/69b35fa08b282e57","status":"passed","time":{"start":1714500549551,"stop":1714500549551,"duration":0}},{"uid":"83794259a0813dd5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/83794259a0813dd5","status":"passed","time":{"start":1714494301034,"stop":1714494301034,"duration":0}},{"uid":"7223bbdb50dbcf69","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7223bbdb50dbcf69","status":"passed","time":{"start":1714492404787,"stop":1714492404787,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a145c5770975d649","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a145c5770975d649","status":"passed","time":{"start":1714501050448,"stop":1714501050448,"duration":0}},{"uid":"3b941ecd5b082520","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3b941ecd5b082520","status":"passed","time":{"start":1714494785912,"stop":1714494785912,"duration":0}},{"uid":"36938ce8ab96237","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/36938ce8ab96237","status":"passed","time":{"start":1714492898567,"stop":1714492898567,"duration":0}}]},"2f2b3c145f81f699c8d6bfc8ee4fa1e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a66fed00f48326ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a66fed00f48326ab","status":"passed","time":{"start":1714492923659,"stop":1714492923659,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"5e7851a530dcd3c5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e7851a530dcd3c5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501050459,"stop":1714501050459,"duration":0}},{"uid":"40342c36ea2c0be5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/40342c36ea2c0be5","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785918,"stop":1714494785918,"duration":0}},{"uid":"28216bb54b68dc0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/28216bb54b68dc0","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898574,"stop":1714492898574,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e79eb461af4e75a0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e79eb461af4e75a0","status":"passed","time":{"start":1714500744184,"stop":1714500744184,"duration":0}},{"uid":"b07c85f57104af5e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b07c85f57104af5e","status":"passed","time":{"start":1714494482354,"stop":1714494482354,"duration":0}},{"uid":"bba516c76fd47157","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bba516c76fd47157","status":"passed","time":{"start":1714492591369,"stop":1714492591370,"duration":1}}]},"0b01858ab19e320a01ba7b865252f82e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24d48a533b5fbaff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24d48a533b5fbaff","status":"passed","time":{"start":1714500525346,"stop":1714500525346,"duration":0}},{"uid":"813290a4bdd09e64","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/813290a4bdd09e64","status":"passed","time":{"start":1714494276817,"stop":1714494276818,"duration":1}},{"uid":"24790b9251078ea2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/24790b9251078ea2","status":"passed","time":{"start":1714492380871,"stop":1714492380871,"duration":0}}]},"0685c3573281e9f6734365d26d220c25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"9000f64e9c1a5a4d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9000f64e9c1a5a4d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500997300,"stop":1714500997301,"duration":1}},{"uid":"480e2f67fc1c6ad2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/480e2f67fc1c6ad2","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494742982,"stop":1714494742982,"duration":0}},{"uid":"7939ce4bdc3267b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7939ce4bdc3267b9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814492,"stop":1714492814493,"duration":1}}]},"129fb665bc40d58bc17fcdadd2b5fe59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"f6528585c6a71e5f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f6528585c6a71e5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036384,"stop":1714501036384,"duration":0}},{"uid":"1bca8896b0e842f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1bca8896b0e842f6","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494786057,"stop":1714494786058,"duration":1}},{"uid":"fd57428ee081479f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fd57428ee081479f","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860589,"stop":1714492860589,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2fa7fc5e634ab04a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2fa7fc5e634ab04a","status":"passed","time":{"start":1714501184623,"stop":1714501184624,"duration":1}},{"uid":"ac941b520870f674","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac941b520870f674","status":"passed","time":{"start":1714494914008,"stop":1714494914009,"duration":1}},{"uid":"30168380c0582d2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/30168380c0582d2","status":"passed","time":{"start":1714493011109,"stop":1714493011109,"duration":0}}]},"e0f16e6e9e5b0e2360f7dd72aa586dc5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25126c6a4e3d40f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/25126c6a4e3d40f","status":"passed","time":{"start":1714501123821,"stop":1714501123821,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4af5ac0c10abe34a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4af5ac0c10abe34a","status":"passed","time":{"start":1714501220685,"stop":1714501220685,"duration":0}},{"uid":"79489808c10b18c6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/79489808c10b18c6","status":"passed","time":{"start":1714494954436,"stop":1714494954437,"duration":1}},{"uid":"95bd01338ee488ab","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/95bd01338ee488ab","status":"passed","time":{"start":1714493052132,"stop":1714493052133,"duration":1}}]},"bb5eea5e98b2b1076d381d1ed36dfdcd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6d0b41e959365260","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6d0b41e959365260","status":"passed","time":{"start":1714500527926,"stop":1714500527928,"duration":2}},{"uid":"e9fa75eb06638e8e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e9fa75eb06638e8e","status":"passed","time":{"start":1714494279628,"stop":1714494279629,"duration":1}},{"uid":"d8bfa7d756a8b411","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d8bfa7d756a8b411","status":"passed","time":{"start":1714492383507,"stop":1714492383509,"duration":2}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ad336461e3cc11ef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ad336461e3cc11ef","status":"passed","time":{"start":1714500664399,"stop":1714500664400,"duration":1}},{"uid":"aa1c521e01796b4e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa1c521e01796b4e","status":"passed","time":{"start":1714494413198,"stop":1714494413198,"duration":0}},{"uid":"f67883c98795393f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f67883c98795393f","status":"passed","time":{"start":1714492522568,"stop":1714492522569,"duration":1}}]},"538a93fa0970e79a10a30417bc0b0687:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"821b5c9214e4e41f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/821b5c9214e4e41f","status":"passed","time":{"start":1714500527928,"stop":1714500527928,"duration":0}},{"uid":"77c1a397665f8633","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/77c1a397665f8633","status":"passed","time":{"start":1714494279630,"stop":1714494279630,"duration":0}},{"uid":"22a418ce52cc30ad","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/22a418ce52cc30ad","status":"passed","time":{"start":1714492383509,"stop":1714492383509,"duration":0}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"341344ca18593b56","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/341344ca18593b56","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"duration":0}},{"uid":"326dbb58c66aa2c1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/326dbb58c66aa2c1","status":"passed","time":{"start":1714494838841,"stop":1714494838842,"duration":1}},{"uid":"f71e55df1fbc2315","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f71e55df1fbc2315","status":"passed","time":{"start":1714492985742,"stop":1714492985743,"duration":1}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"935e2a5d0bf639da","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/935e2a5d0bf639da","status":"passed","time":{"start":1714500735371,"stop":1714500735371,"duration":0}},{"uid":"dab413ba5287e8c7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dab413ba5287e8c7","status":"passed","time":{"start":1714494500295,"stop":1714494500297,"duration":2}},{"uid":"78f620bcd53c5c8e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/78f620bcd53c5c8e","status":"passed","time":{"start":1714492591539,"stop":1714492591539,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d44f0aadd5ca0afd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d44f0aadd5ca0afd","status":"passed","time":{"start":1714501220697,"stop":1714501220698,"duration":1}},{"uid":"9c9bd270c04a2ad9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9c9bd270c04a2ad9","status":"passed","time":{"start":1714494954450,"stop":1714494954450,"duration":0}},{"uid":"dc6796367652178f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/dc6796367652178f","status":"passed","time":{"start":1714493052146,"stop":1714493052146,"duration":0}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6eeaa252d8025d03","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6eeaa252d8025d03","status":"passed","time":{"start":1714501181624,"stop":1714501181624,"duration":0}},{"uid":"d83077d12d5efd98","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d83077d12d5efd98","status":"passed","time":{"start":1714494921193,"stop":1714494921193,"duration":0}},{"uid":"5abc6315914e44d3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5abc6315914e44d3","status":"passed","time":{"start":1714493000281,"stop":1714493000281,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b6cf28547e72bfe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b6cf28547e72bfe","status":"passed","time":{"start":1714501094178,"stop":1714501094178,"duration":0}},{"uid":"c85fc66c40b60426","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c85fc66c40b60426","status":"passed","time":{"start":1714494837583,"stop":1714494837583,"duration":0}},{"uid":"575cfa6b854ec06f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/575cfa6b854ec06f","status":"passed","time":{"start":1714492927147,"stop":1714492927147,"duration":0}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bda49b2c74d7808a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bda49b2c74d7808a","status":"passed","time":{"start":1714501220692,"stop":1714501220692,"duration":0}},{"uid":"321ac4b9cf8381f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/321ac4b9cf8381f1","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"527f97132892a207","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/527f97132892a207","status":"passed","time":{"start":1714493052140,"stop":1714493052141,"duration":1}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b2108daa071755b2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b2108daa071755b2","status":"passed","time":{"start":1714500786929,"stop":1714500786929,"duration":0}},{"uid":"bc9b8b86e7e251dc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/bc9b8b86e7e251dc","status":"passed","time":{"start":1714494536936,"stop":1714494536936,"duration":0}},{"uid":"a36aa0e7cbb706a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a36aa0e7cbb706a7","status":"passed","time":{"start":1714492635271,"stop":1714492635271,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7ab59e844d91479f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7ab59e844d91479f","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"duration":0}},{"uid":"4ce23b4d9aef3eed","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ce23b4d9aef3eed","status":"passed","time":{"start":1714494954442,"stop":1714494954443,"duration":1}},{"uid":"9adc5037fb7cd20e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9adc5037fb7cd20e","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ada59e9e79015d87","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ada59e9e79015d87","status":"passed","time":{"start":1714501036154,"stop":1714501036154,"duration":0}},{"uid":"1cbf3585099c94be","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1cbf3585099c94be","status":"passed","time":{"start":1714494788123,"stop":1714494788124,"duration":1}},{"uid":"44c0886436346274","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44c0886436346274","status":"passed","time":{"start":1714492860426,"stop":1714492860426,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d919221d22ea0792","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d919221d22ea0792","status":"passed","time":{"start":1714501181621,"stop":1714501181621,"duration":0}},{"uid":"1488ce0b05aa74ea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1488ce0b05aa74ea","status":"passed","time":{"start":1714494921189,"stop":1714494921190,"duration":1}},{"uid":"67b2870560d78f17","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/67b2870560d78f17","status":"passed","time":{"start":1714493000279,"stop":1714493000279,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dacdc448c0d3ebf2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dacdc448c0d3ebf2","status":"passed","time":{"start":1714501153790,"stop":1714501153790,"duration":0}},{"uid":"2aeb950f984e2ec6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2aeb950f984e2ec6","status":"passed","time":{"start":1714494896481,"stop":1714494896481,"duration":0}},{"uid":"74723b23e92ef33c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74723b23e92ef33c","status":"passed","time":{"start":1714492987118,"stop":1714492987118,"duration":0}}]},"2fbd0347885ea48ba9a2ba436764c5cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"96e55199e0140fd4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/96e55199e0140fd4","status":"passed","time":{"start":1714500525331,"stop":1714500525332,"duration":1}},{"uid":"39a7293c7bd6a867","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/39a7293c7bd6a867","status":"passed","time":{"start":1714494276809,"stop":1714494276809,"duration":0}},{"uid":"8152737fe56af5e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8152737fe56af5e8","status":"passed","time":{"start":1714492380863,"stop":1714492380863,"duration":0}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"241d8125c16400f8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/241d8125c16400f8","status":"passed","time":{"start":1714500744181,"stop":1714500744181,"duration":0}},{"uid":"4a8ed11a19e09a14","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a8ed11a19e09a14","status":"passed","time":{"start":1714494482350,"stop":1714494482351,"duration":1}},{"uid":"d7f898c663f4124d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d7f898c663f4124d","status":"passed","time":{"start":1714492591366,"stop":1714492591367,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a199ec85c544e0f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8a199ec85c544e0f","status":"passed","time":{"start":1714501013449,"stop":1714501013450,"duration":1}},{"uid":"93f8d83ce7b0ce59","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/93f8d83ce7b0ce59","status":"passed","time":{"start":1714494760927,"stop":1714494760927,"duration":0}},{"uid":"5290de5b22ae7935","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5290de5b22ae7935","status":"passed","time":{"start":1714492834201,"stop":1714492834202,"duration":1}}]},"3731f37c9b4e25689c3c6de02b004918:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3a37652771e26284","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3a37652771e26284","status":"passed","time":{"start":1714500525356,"stop":1714500525357,"duration":1}},{"uid":"c5daf65b239930db","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c5daf65b239930db","status":"passed","time":{"start":1714494276826,"stop":1714494276826,"duration":0}},{"uid":"81d39fd27bfa3143","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/81d39fd27bfa3143","status":"passed","time":{"start":1714492380879,"stop":1714492380879,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1919146154a74ba0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1919146154a74ba0","status":"passed","time":{"start":1714500735363,"stop":1714500735363,"duration":0}},{"uid":"6232ebb184f6d1f7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6232ebb184f6d1f7","status":"passed","time":{"start":1714494500290,"stop":1714494500290,"duration":0}},{"uid":"ca678e0b2b660d48","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ca678e0b2b660d48","status":"passed","time":{"start":1714492591457,"stop":1714492591458,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"4705cfac855f662f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4705cfac855f662f","status":"passed","time":{"start":1714500872907,"stop":1714500872907,"duration":0}},{"uid":"3b2ff091487499e6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3b2ff091487499e6","status":"passed","time":{"start":1714494620618,"stop":1714494620618,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f664c6acb134df73","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f664c6acb134df73","status":"passed","time":{"start":1714500744131,"stop":1714500744131,"duration":0}},{"uid":"6249a0a80d62ebc6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6249a0a80d62ebc6","status":"passed","time":{"start":1714494482337,"stop":1714494482338,"duration":1}},{"uid":"db742e2a43a203f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db742e2a43a203f3","status":"passed","time":{"start":1714492591352,"stop":1714492591352,"duration":0}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6b9b8e251fbbf9fc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6b9b8e251fbbf9fc","status":"passed","time":{"start":1714500823172,"stop":1714500823172,"duration":0}},{"uid":"af551426748bd4fa","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af551426748bd4fa","status":"passed","time":{"start":1714494571256,"stop":1714494571256,"duration":0}},{"uid":"e05ff41e58774879","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e05ff41e58774879","status":"passed","time":{"start":1714492678641,"stop":1714492678641,"duration":0}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1384ec0e0e10775","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d1384ec0e0e10775","status":"passed","time":{"start":1714500534109,"stop":1714500534110,"duration":1}},{"uid":"b66c02a62b368561","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b66c02a62b368561","status":"passed","time":{"start":1714494285531,"stop":1714494285531,"duration":0}},{"uid":"f3b564f298c9c238","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f3b564f298c9c238","status":"passed","time":{"start":1714492389345,"stop":1714492389345,"duration":0}}]},"2225ff025340d26ee102ed51dc06c459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6282bb824ef4ae61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6282bb824ef4ae61","status":"passed","time":{"start":1714492860433,"stop":1714492860433,"duration":0}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c352a8c2f2b39731","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c352a8c2f2b39731","status":"passed","time":{"start":1714501050434,"stop":1714501050434,"duration":0}},{"uid":"c7475aca3c1c0756","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7475aca3c1c0756","status":"passed","time":{"start":1714494785901,"stop":1714494785901,"duration":0}},{"uid":"2e46b69232f7d172","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2e46b69232f7d172","status":"passed","time":{"start":1714492898557,"stop":1714492898557,"duration":0}}]},"22b802e90f2e2e56045d48d1dd7a3e3f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"c15917dc17325230","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c15917dc17325230","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500976723,"stop":1714500976724,"duration":1}},{"uid":"d078eabfa9d7e66e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d078eabfa9d7e66e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735609,"duration":0}},{"uid":"89b032ae1ba9d5c9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/89b032ae1ba9d5c9","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814801,"stop":1714492814801,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b944cfe3af10df98","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b944cfe3af10df98","status":"passed","time":{"start":1714500744109,"stop":1714500744111,"duration":2}},{"uid":"dccc386c024a4f42","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dccc386c024a4f42","status":"passed","time":{"start":1714494482326,"stop":1714494482327,"duration":1}},{"uid":"fc5c67389cbf71df","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fc5c67389cbf71df","status":"passed","time":{"start":1714492591348,"stop":1714492591349,"duration":1}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2294d94714fdc3c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d2294d94714fdc3c","status":"passed","time":{"start":1714501094179,"stop":1714501094179,"duration":0}},{"uid":"e60c9b6abff9146e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e60c9b6abff9146e","status":"passed","time":{"start":1714494837584,"stop":1714494837584,"duration":0}},{"uid":"5a0ce196e121b3bd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5a0ce196e121b3bd","status":"passed","time":{"start":1714492927151,"stop":1714492927151,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8c85820d950b3d99","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8c85820d950b3d99","status":"passed","time":{"start":1714501050442,"stop":1714501050442,"duration":0}},{"uid":"9002683d81e97a3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9002683d81e97a3","status":"passed","time":{"start":1714494785907,"stop":1714494785907,"duration":0}},{"uid":"3387617d83f62839","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3387617d83f62839","status":"passed","time":{"start":1714492898562,"stop":1714492898562,"duration":0}}]},"861ec5e48c0c1f2a3d3259f952825483:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b55fe95395886698","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b55fe95395886698","status":"passed","time":{"start":1714492923649,"stop":1714492923650,"duration":1}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3af9544ae64e4663","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3af9544ae64e4663","status":"passed","time":{"start":1714500786928,"stop":1714500786928,"duration":0}},{"uid":"90770a25530da195","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/90770a25530da195","status":"passed","time":{"start":1714494536934,"stop":1714494536935,"duration":1}},{"uid":"16be9c5aef892fcc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/16be9c5aef892fcc","status":"passed","time":{"start":1714492635270,"stop":1714492635270,"duration":0}}]},"83858de5e60dc445f487fd332d149fd7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e0b618b9f8bcd0a1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e0b618b9f8bcd0a1","status":"passed","time":{"start":1714500525349,"stop":1714500525349,"duration":0}},{"uid":"c5a728281837ced3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c5a728281837ced3","status":"passed","time":{"start":1714494276820,"stop":1714494276820,"duration":0}},{"uid":"b6abcbc0b8d66f61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b6abcbc0b8d66f61","status":"passed","time":{"start":1714492380873,"stop":1714492380874,"duration":1}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e28944eeeee2dc4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e28944eeeee2dc4","status":"passed","time":{"start":1714501153788,"stop":1714501153789,"duration":1}},{"uid":"a0a95e3c1c86f6fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0a95e3c1c86f6fe","status":"passed","time":{"start":1714494896479,"stop":1714494896480,"duration":1}},{"uid":"59fa7690576af52d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/59fa7690576af52d","status":"passed","time":{"start":1714492987117,"stop":1714492987117,"duration":0}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f8ca8c03179b40c4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f8ca8c03179b40c4","status":"passed","time":{"start":1714500735363,"stop":1714500735364,"duration":1}},{"uid":"928c89db4b52b2b2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/928c89db4b52b2b2","status":"passed","time":{"start":1714494500290,"stop":1714494500291,"duration":1}},{"uid":"b2b9b40351a272a1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2b9b40351a272a1","status":"passed","time":{"start":1714492591458,"stop":1714492591458,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"951c4ac6dea2f518","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/951c4ac6dea2f518","status":"passed","time":{"start":1714501036156,"stop":1714501036156,"duration":0}},{"uid":"fcaa42ab7265007e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fcaa42ab7265007e","status":"passed","time":{"start":1714494788125,"stop":1714494788126,"duration":1}},{"uid":"d5e864b4d920c1c1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5e864b4d920c1c1","status":"passed","time":{"start":1714492860427,"stop":1714492860428,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c70eaed91038199","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1c70eaed91038199","status":"passed","time":{"start":1714501220694,"stop":1714501220695,"duration":1}},{"uid":"71f60a00923926a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/71f60a00923926a1","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"a8e27223b2b290c1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8e27223b2b290c1","status":"passed","time":{"start":1714493052143,"stop":1714493052143,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"893237c03bb43316","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/893237c03bb43316","status":"passed","time":{"start":1714501050429,"stop":1714501050429,"duration":0}},{"uid":"5c09c5f074a74b9c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c09c5f074a74b9c","status":"passed","time":{"start":1714494785889,"stop":1714494785890,"duration":1}},{"uid":"4eef1ad26f03e9ea","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4eef1ad26f03e9ea","status":"passed","time":{"start":1714492898554,"stop":1714492898554,"duration":0}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"48c1397f6a615e90","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/48c1397f6a615e90","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501039479,"stop":1714501039479,"duration":0}},{"uid":"72b029079f5dcac8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/72b029079f5dcac8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494791242,"stop":1714494791242,"duration":0}},{"uid":"a8a058dd61acf46a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8a058dd61acf46a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492870705,"stop":1714492870705,"duration":0}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2734f9ec27531cd9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2734f9ec27531cd9","status":"passed","time":{"start":1714500559908,"stop":1714500559909,"duration":1}},{"uid":"9026b2175fbbfc07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9026b2175fbbfc07","status":"passed","time":{"start":1714494310954,"stop":1714494310954,"duration":0}},{"uid":"b10feb1165341093","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b10feb1165341093","status":"passed","time":{"start":1714492410938,"stop":1714492410938,"duration":0}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ea8bbf53fae0f218","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea8bbf53fae0f218","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0}},{"uid":"dac3fe7a9a224c9d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/dac3fe7a9a224c9d","status":"passed","time":{"start":1714494788126,"stop":1714494788127,"duration":1}},{"uid":"74a239dd01c5df32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/74a239dd01c5df32","status":"passed","time":{"start":1714492860428,"stop":1714492860429,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dbf8dda52c6aac1d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dbf8dda52c6aac1d","status":"passed","time":{"start":1714500587024,"stop":1714500587025,"duration":1}},{"uid":"d5448eeda1c8f581","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d5448eeda1c8f581","status":"passed","time":{"start":1714494335557,"stop":1714494335558,"duration":1}},{"uid":"b990d7547d015d7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b990d7547d015d7","status":"passed","time":{"start":1714492436196,"stop":1714492436197,"duration":1}}]},"6a3416af63f8f5a3850513a8e9883262:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b477ca2c7a38dbd1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b477ca2c7a38dbd1","status":"passed","time":{"start":1714500997301,"stop":1714500997302,"duration":1}},{"uid":"6fa47acfa32fcc2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fa47acfa32fcc2","status":"passed","time":{"start":1714494742982,"stop":1714494742982,"duration":0}},{"uid":"9977ca8a79e7e84e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9977ca8a79e7e84e","status":"passed","time":{"start":1714492814493,"stop":1714492814493,"duration":0}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"71080d4a8926cb67","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/71080d4a8926cb67","status":"passed","time":{"start":1714501140346,"stop":1714501140346,"duration":0}},{"uid":"b421f78682457fb1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b421f78682457fb1","status":"passed","time":{"start":1714494884068,"stop":1714494884075,"duration":7}},{"uid":"3b946646a763d837","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b946646a763d837","status":"passed","time":{"start":1714492954775,"stop":1714492954776,"duration":1}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60d702220dfa1695","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60d702220dfa1695","status":"passed","time":{"start":1714500525323,"stop":1714500525325,"duration":2}},{"uid":"31ef62db8a3629b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/31ef62db8a3629b7","status":"passed","time":{"start":1714494276803,"stop":1714494276803,"duration":0}},{"uid":"482c678dd229bc28","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/482c678dd229bc28","status":"passed","time":{"start":1714492380857,"stop":1714492380857,"duration":0}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"80564c96bddff692","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/80564c96bddff692","status":"passed","time":{"start":1714501184621,"stop":1714501184622,"duration":1}},{"uid":"604c2d94cfd5d898","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/604c2d94cfd5d898","status":"passed","time":{"start":1714494914007,"stop":1714494914008,"duration":1}},{"uid":"4ebcaea0d2927972","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4ebcaea0d2927972","status":"passed","time":{"start":1714493011108,"stop":1714493011108,"duration":0}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7551580a7f512cd1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7551580a7f512cd1","status":"passed","time":{"start":1714500525332,"stop":1714500525333,"duration":1}},{"uid":"ec60047ca187ec4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ec60047ca187ec4","status":"passed","time":{"start":1714494276810,"stop":1714494276810,"duration":0}},{"uid":"a7b9a864b64d778f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7b9a864b64d778f","status":"passed","time":{"start":1714492380863,"stop":1714492380864,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"256489c4ced949a0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/256489c4ced949a0","status":"passed","time":{"start":1714501050443,"stop":1714501050443,"duration":0}},{"uid":"17202caff1d674bb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/17202caff1d674bb","status":"passed","time":{"start":1714494785908,"stop":1714494785908,"duration":0}},{"uid":"9958028650d66f8e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9958028650d66f8e","status":"passed","time":{"start":1714492898563,"stop":1714492898564,"duration":1}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d0501181eb67f4ce","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d0501181eb67f4ce","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"duration":0}},{"uid":"2b203615d9c4bea7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2b203615d9c4bea7","status":"passed","time":{"start":1714494791238,"stop":1714494791239,"duration":1}},{"uid":"54a0a5facaa42493","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54a0a5facaa42493","status":"passed","time":{"start":1714492870703,"stop":1714492870704,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1b947469e8d13b60","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1b947469e8d13b60","status":"passed","time":{"start":1714500654299,"stop":1714500654299,"duration":0}},{"uid":"749b1c04dd3403c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749b1c04dd3403c9","status":"passed","time":{"start":1714494402842,"stop":1714494402843,"duration":1}},{"uid":"d48444475be3be29","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d48444475be3be29","status":"passed","time":{"start":1714492502968,"stop":1714492502968,"duration":0}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34339b00813a1423","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34339b00813a1423","status":"passed","time":{"start":1714501050445,"stop":1714501050445,"duration":0}},{"uid":"f719b6f1bab0b4b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f719b6f1bab0b4b3","status":"passed","time":{"start":1714494785910,"stop":1714494785911,"duration":1}},{"uid":"794ef7730a947788","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/794ef7730a947788","status":"passed","time":{"start":1714492898566,"stop":1714492898566,"duration":0}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8e1eb8bbb7649774","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8e1eb8bbb7649774","status":"passed","time":{"start":1714501050438,"stop":1714501050438,"duration":0}},{"uid":"ac1adeacb4c5eed0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ac1adeacb4c5eed0","status":"passed","time":{"start":1714494785903,"stop":1714494785903,"duration":0}},{"uid":"c0d839ec7b97ceeb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c0d839ec7b97ceeb","status":"passed","time":{"start":1714492898559,"stop":1714492898559,"duration":0}}]},"fe77f8a52d115fe17e1a5c24770d6a1d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"390a58bcc690708f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/390a58bcc690708f","status":"passed","time":{"start":1714494785914,"stop":1714494785915,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f2a48048c12fee7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2f2a48048c12fee7","status":"passed","time":{"start":1714500619504,"stop":1714500619504,"duration":0}},{"uid":"d1728fa63f849ba5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d1728fa63f849ba5","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"790f1e117f48e7b0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/790f1e117f48e7b0","status":"passed","time":{"start":1714492468973,"stop":1714492468974,"duration":1}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d93d412fb5ef49c0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d93d412fb5ef49c0","status":"passed","time":{"start":1714500534103,"stop":1714500534104,"duration":1}},{"uid":"fdd99962b234ca0d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fdd99962b234ca0d","status":"passed","time":{"start":1714494285525,"stop":1714494285525,"duration":0}},{"uid":"a14bb095c735a860","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a14bb095c735a860","status":"passed","time":{"start":1714492389339,"stop":1714492389340,"duration":1}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"281d9fea1898fe54","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/281d9fea1898fe54","status":"passed","time":{"start":1714501191919,"stop":1714501191919,"duration":0}},{"uid":"6c607f3034756d60","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6c607f3034756d60","status":"passed","time":{"start":1714494926190,"stop":1714494926191,"duration":1}},{"uid":"3a9b8b6b8b51c458","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3a9b8b6b8b51c458","status":"passed","time":{"start":1714493011867,"stop":1714493011868,"duration":1}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dfe583506ab00534","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dfe583506ab00534","status":"passed","time":{"start":1714501123780,"stop":1714501123780,"duration":0}},{"uid":"266129d2f466fe2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/266129d2f466fe2c","status":"passed","time":{"start":1714494838841,"stop":1714494838841,"duration":0}},{"uid":"86c5fa71fc662d7d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/86c5fa71fc662d7d","status":"passed","time":{"start":1714492985742,"stop":1714492985742,"duration":0}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ca778b44ffe7389c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ca778b44ffe7389c","status":"passed","time":{"start":1714500823174,"stop":1714500823175,"duration":1}},{"uid":"7fe7ea047f6bf22e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7fe7ea047f6bf22e","status":"passed","time":{"start":1714494571259,"stop":1714494571259,"duration":0}},{"uid":"ed75d6624e40281f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed75d6624e40281f","status":"passed","time":{"start":1714492678646,"stop":1714492678647,"duration":1}}]},"7c438a03b960c30952e90094a136f274:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"54002427390e2373","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/54002427390e2373","status":"passed","time":{"start":1714500525340,"stop":1714500525341,"duration":1}},{"uid":"a753659b0b144ffe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a753659b0b144ffe","status":"passed","time":{"start":1714494276814,"stop":1714494276814,"duration":0}},{"uid":"b295b46f1b477d53","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b295b46f1b477d53","status":"passed","time":{"start":1714492380867,"stop":1714492380868,"duration":1}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4a797c9fe1999528","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4a797c9fe1999528","status":"passed","time":{"start":1714501094177,"stop":1714501094178,"duration":1}},{"uid":"6401f885253c9f3e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6401f885253c9f3e","status":"passed","time":{"start":1714494837582,"stop":1714494837583,"duration":1}},{"uid":"6df42898fbf7f5ca","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6df42898fbf7f5ca","status":"passed","time":{"start":1714492927147,"stop":1714492927147,"duration":0}}]},"58b2a9d0b0c8ca427266321407e4700e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"e25192eac445a59e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e25192eac445a59e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500550520,"stop":1714500550520,"duration":0}},{"uid":"25d792931c16b72d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/25d792931c16b72d","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494301222,"stop":1714494301222,"duration":0}},{"uid":"f18e3403decd97e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f18e3403decd97e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492405130,"stop":1714492405131,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"bebb65da22685231","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/bebb65da22685231","status":"passed","time":{"start":1714500823187,"stop":1714500823187,"duration":0}},{"uid":"8ecb92d01b641f4b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8ecb92d01b641f4b","status":"passed","time":{"start":1714494571266,"stop":1714494571266,"duration":0}},{"uid":"f8e452c6cdbd7e60","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f8e452c6cdbd7e60","status":"passed","time":{"start":1714492678665,"stop":1714492678666,"duration":1}}]},"303e63687aedbb1bb8b7149bcf259f55:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5aa3b6c2351693b6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5aa3b6c2351693b6","status":"passed","time":{"start":1714494848656,"stop":1714494848657,"duration":1}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a289e85af435d49d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a289e85af435d49d","status":"passed","time":{"start":1714501036158,"stop":1714501036158,"duration":0}},{"uid":"2c97846ef0fa0719","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2c97846ef0fa0719","status":"passed","time":{"start":1714494788138,"stop":1714494788139,"duration":1}},{"uid":"7e35aac039b8c923","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7e35aac039b8c923","status":"passed","time":{"start":1714492860430,"stop":1714492860430,"duration":0}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"10ebcb2a9da79b69","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/10ebcb2a9da79b69","status":"passed","time":{"start":1714501036151,"stop":1714501036152,"duration":1}},{"uid":"198bd343bebc3f70","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/198bd343bebc3f70","status":"passed","time":{"start":1714494788122,"stop":1714494788123,"duration":1}},{"uid":"9d0fa22309243f67","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9d0fa22309243f67","status":"passed","time":{"start":1714492860424,"stop":1714492860425,"duration":1}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"33194d523a108d45","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/33194d523a108d45","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501036174,"stop":1714501036174,"duration":0}},{"uid":"ecf81556ed8eec85","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ecf81556ed8eec85","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494788150,"stop":1714494788150,"duration":0}},{"uid":"e339eb73ac44884","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e339eb73ac44884","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492860436,"stop":1714492860437,"duration":1}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"848515c6e92a73df","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/848515c6e92a73df","status":"passed","time":{"start":1714501220684,"stop":1714501220684,"duration":0}},{"uid":"564774c14edecbb3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/564774c14edecbb3","status":"passed","time":{"start":1714494954435,"stop":1714494954435,"duration":0}},{"uid":"9ad57f1c2759389f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9ad57f1c2759389f","status":"passed","time":{"start":1714493052131,"stop":1714493052131,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9476f380a86c57fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9476f380a86c57fa","status":"passed","time":{"start":1714500525320,"stop":1714500525320,"duration":0}},{"uid":"d77424a4b35798ad","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d77424a4b35798ad","status":"passed","time":{"start":1714494276799,"stop":1714494276800,"duration":1}},{"uid":"b694597b15dd8939","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b694597b15dd8939","status":"passed","time":{"start":1714492380854,"stop":1714492380854,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"6d91c04f502f820e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6d91c04f502f820e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501050441,"stop":1714501050441,"duration":0}},{"uid":"52a383ec597fed55","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/52a383ec597fed55","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785906,"stop":1714494785906,"duration":0}},{"uid":"17585ca0e3146dc1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17585ca0e3146dc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898561,"stop":1714492898561,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"259cf90ebfbba03c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/259cf90ebfbba03c","status":"passed","time":{"start":1714500534105,"stop":1714500534105,"duration":0}},{"uid":"aeb93e1e1a953e15","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aeb93e1e1a953e15","status":"passed","time":{"start":1714494285527,"stop":1714494285527,"duration":0}},{"uid":"335ae0ec69f6b81f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/335ae0ec69f6b81f","status":"passed","time":{"start":1714492389341,"stop":1714492389341,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c176a17fd9b1c733","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c176a17fd9b1c733","status":"passed","time":{"start":1714501191917,"stop":1714501191918,"duration":1}},{"uid":"cad6daf7f4b9b921","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cad6daf7f4b9b921","status":"passed","time":{"start":1714494926189,"stop":1714494926189,"duration":0}},{"uid":"68a1ae58b74bea2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68a1ae58b74bea2f","status":"passed","time":{"start":1714493011866,"stop":1714493011866,"duration":0}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1616c3af1c5125ef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1616c3af1c5125ef","status":"passed","time":{"start":1714501220698,"stop":1714501220699,"duration":1}},{"uid":"f6c4265892a8945e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f6c4265892a8945e","status":"passed","time":{"start":1714494954452,"stop":1714494954452,"duration":0}},{"uid":"44ef26dc856df836","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44ef26dc856df836","status":"passed","time":{"start":1714493052147,"stop":1714493052147,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4e37b661dd6d17f4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4e37b661dd6d17f4","status":"passed","time":{"start":1714500533302,"stop":1714500533303,"duration":1}},{"uid":"7f6456691e76d605","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7f6456691e76d605","status":"passed","time":{"start":1714494284893,"stop":1714494284893,"duration":0}},{"uid":"a862363406009a28","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a862363406009a28","status":"passed","time":{"start":1714492388669,"stop":1714492388670,"duration":1}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3471bb9caa4dd8a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3471bb9caa4dd8a","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"duration":0}},{"uid":"a41c0d65ed77b0f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a41c0d65ed77b0f","status":"passed","time":{"start":1714494735315,"stop":1714494735316,"duration":1}},{"uid":"17fa3cb8fa20632e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/17fa3cb8fa20632e","status":"passed","time":{"start":1714492815001,"stop":1714492815002,"duration":1}}]},"ac752214c5e233c723214a5333854f2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f86b7e224943a720","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f86b7e224943a720","status":"passed","time":{"start":1714500525347,"stop":1714500525348,"duration":1}},{"uid":"4a56d6ea3adf1aea","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4a56d6ea3adf1aea","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"9f063a79731e0145","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9f063a79731e0145","status":"passed","time":{"start":1714492380872,"stop":1714492380873,"duration":1}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e59bbeb309e7e493","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e59bbeb309e7e493","status":"passed","time":{"start":1714500744098,"stop":1714500744100,"duration":2}},{"uid":"a2d026cc264e56b3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a2d026cc264e56b3","status":"passed","time":{"start":1714494482325,"stop":1714494482325,"duration":0}},{"uid":"2877758a69cc2027","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2877758a69cc2027","status":"passed","time":{"start":1714492591346,"stop":1714492591347,"duration":1}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ba237d93e36acaa1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ba237d93e36acaa1","status":"passed","time":{"start":1714500660501,"stop":1714500660502,"duration":1}},{"uid":"24f8ecadbada644b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/24f8ecadbada644b","status":"passed","time":{"start":1714494401268,"stop":1714494401268,"duration":0}},{"uid":"4a853cdb1d357e0f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4a853cdb1d357e0f","status":"passed","time":{"start":1714492501443,"stop":1714492501443,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"df819db558c31d9e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/df819db558c31d9e","status":"passed","time":{"start":1714501220695,"stop":1714501220695,"duration":0}},{"uid":"b7fd64ccafd4724f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b7fd64ccafd4724f","status":"passed","time":{"start":1714494954447,"stop":1714494954447,"duration":0}},{"uid":"69e920cea82af66f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/69e920cea82af66f","status":"passed","time":{"start":1714493052143,"stop":1714493052144,"duration":1}}]},"2374a8c38bcd8cbcba77c3f21d70d9d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b49b3d956905ab9b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b49b3d956905ab9b","status":"passed","time":{"start":1714500549549,"stop":1714500549549,"duration":0}},{"uid":"62af8f2cd7f01276","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/62af8f2cd7f01276","status":"passed","time":{"start":1714494301033,"stop":1714494301033,"duration":0}},{"uid":"5b0bc7af55d50849","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5b0bc7af55d50849","status":"passed","time":{"start":1714492404785,"stop":1714492404785,"duration":0}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4055dbbf0ec20bd3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4055dbbf0ec20bd3","status":"passed","time":{"start":1714501039483,"stop":1714501039483,"duration":0}},{"uid":"5470935b78b31c03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5470935b78b31c03","status":"passed","time":{"start":1714494791253,"stop":1714494791253,"duration":0}},{"uid":"a047bbaa77202186","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a047bbaa77202186","status":"passed","time":{"start":1714492870709,"stop":1714492870710,"duration":1}}]},"34840103faf2ca88c7371ea9d706be8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9a64562e8ab69f37","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9a64562e8ab69f37","status":"passed","time":{"start":1714500550513,"stop":1714500550514,"duration":1}},{"uid":"af993263f11b8d0b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/af993263f11b8d0b","status":"passed","time":{"start":1714494301216,"stop":1714494301217,"duration":1}},{"uid":"90cee3b77f1c91af","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/90cee3b77f1c91af","status":"passed","time":{"start":1714492405124,"stop":1714492405125,"duration":1}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0299f41ee61ba2e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a0299f41ee61ba2e","status":"passed","time":{"start":1714501220681,"stop":1714501220681,"duration":0}},{"uid":"818cd343d30ed7c4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/818cd343d30ed7c4","status":"passed","time":{"start":1714494954431,"stop":1714494954432,"duration":1}},{"uid":"edd45de538f5e07f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/edd45de538f5e07f","status":"passed","time":{"start":1714493052127,"stop":1714493052128,"duration":1}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f8313e000b18b0ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f8313e000b18b0ee","status":"passed","time":{"start":1714501123812,"stop":1714501123812,"duration":0}},{"uid":"712f0fd882ebbdbc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/712f0fd882ebbdbc","status":"passed","time":{"start":1714494838851,"stop":1714494838852,"duration":1}},{"uid":"193a70bbc81da4d2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/193a70bbc81da4d2","status":"passed","time":{"start":1714492985770,"stop":1714492985770,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d7b0372b27a93ba","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d7b0372b27a93ba","status":"passed","time":{"start":1714501039484,"stop":1714501039485,"duration":1}},{"uid":"d4491ae7eeb4aaf7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d4491ae7eeb4aaf7","status":"passed","time":{"start":1714494791256,"stop":1714494791257,"duration":1}},{"uid":"b5fa63cefd13a8f0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5fa63cefd13a8f0","status":"passed","time":{"start":1714492870711,"stop":1714492870711,"duration":0}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"389c6016febc014c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/389c6016febc014c","status":"passed","time":{"start":1714500823182,"stop":1714500823182,"duration":0}},{"uid":"1ddf3b1b30a0177e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1ddf3b1b30a0177e","status":"passed","time":{"start":1714494571261,"stop":1714494571261,"duration":0}},{"uid":"60c31a36280bce00","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60c31a36280bce00","status":"passed","time":{"start":1714492678655,"stop":1714492678655,"duration":0}}]},"f930708d4007d85860719455465959ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"223aeda55e365ada","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/223aeda55e365ada","status":"passed","time":{"start":1714500554003,"stop":1714500554003,"duration":0}},{"uid":"35fb68fc92b841b5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/35fb68fc92b841b5","status":"passed","time":{"start":1714494305183,"stop":1714494305184,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63810cfef2d86e46","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63810cfef2d86e46","status":"passed","time":{"start":1714500539178,"stop":1714500539179,"duration":1}},{"uid":"6d030cf65cf957b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6d030cf65cf957b","status":"passed","time":{"start":1714494290446,"stop":1714494290446,"duration":0}},{"uid":"ee1743360b80d5e0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee1743360b80d5e0","status":"passed","time":{"start":1714492394189,"stop":1714492394189,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1245925b57a32d3a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1245925b57a32d3a","status":"passed","time":{"start":1714501013445,"stop":1714501013445,"duration":0}},{"uid":"2628e66bf16c38ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2628e66bf16c38ae","status":"passed","time":{"start":1714494760922,"stop":1714494760922,"duration":0}},{"uid":"1c914d21aa26b7c3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c914d21aa26b7c3","status":"passed","time":{"start":1714492834195,"stop":1714492834196,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b75071f41d5dd4ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b75071f41d5dd4ee","status":"passed","time":{"start":1714501220680,"stop":1714501220680,"duration":0}},{"uid":"7dd5f9ad915ac0b7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7dd5f9ad915ac0b7","status":"passed","time":{"start":1714494954430,"stop":1714494954431,"duration":1}},{"uid":"18707a96d9a2cbef","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/18707a96d9a2cbef","status":"passed","time":{"start":1714493052126,"stop":1714493052127,"duration":1}}]},"02b855bc22277e3fadd4a7af1649a952:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f71e1402cb19e9ef","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f71e1402cb19e9ef","status":"passed","time":{"start":1714500525335,"stop":1714500525335,"duration":0}},{"uid":"e71835ca618c1506","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e71835ca618c1506","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"a8f0d4aa0b3fa500","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a8f0d4aa0b3fa500","status":"passed","time":{"start":1714492380865,"stop":1714492380865,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d32b0d8e8ae688be","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d32b0d8e8ae688be","status":"passed","time":{"start":1714500735364,"stop":1714500735365,"duration":1}},{"uid":"6ffb963f41e4f163","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ffb963f41e4f163","status":"passed","time":{"start":1714494500291,"stop":1714494500291,"duration":0}},{"uid":"3f8f0fd2a7cf095f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f8f0fd2a7cf095f","status":"passed","time":{"start":1714492591474,"stop":1714492591474,"duration":0}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c3fd073f3c5a13f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6c3fd073f3c5a13f","status":"passed","time":{"start":1714500976565,"stop":1714500976565,"duration":0}},{"uid":"67dbcfc01addfab4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/67dbcfc01addfab4","status":"passed","time":{"start":1714494735316,"stop":1714494735316,"duration":0}},{"uid":"1fa72d08fa29a4f3","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1fa72d08fa29a4f3","status":"passed","time":{"start":1714492815002,"stop":1714492815003,"duration":1}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"13fbbf98720fa525","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/13fbbf98720fa525","status":"passed","time":{"start":1714500587024,"stop":1714500587024,"duration":0}},{"uid":"8465dde0c6bfc56c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8465dde0c6bfc56c","status":"passed","time":{"start":1714494335557,"stop":1714494335557,"duration":0}},{"uid":"d3aaf64c9a3eb333","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3aaf64c9a3eb333","status":"passed","time":{"start":1714492436196,"stop":1714492436196,"duration":0}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36d772e45ff41980","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36d772e45ff41980","status":"passed","time":{"start":1714500590513,"stop":1714500590514,"duration":1}},{"uid":"4928a3b7434b8337","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4928a3b7434b8337","status":"passed","time":{"start":1714494351414,"stop":1714494351414,"duration":0}},{"uid":"9c8df21e1a8de6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9c8df21e1a8de6d","status":"passed","time":{"start":1714492441819,"stop":1714492441819,"duration":0}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e2c9b16a914858a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e2c9b16a914858a","status":"passed","time":{"start":1714501191920,"stop":1714501191920,"duration":0}},{"uid":"8fcda0b537e8fe07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8fcda0b537e8fe07","status":"passed","time":{"start":1714494926191,"stop":1714494926191,"duration":0}},{"uid":"acc3acda375cb410","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acc3acda375cb410","status":"passed","time":{"start":1714493011868,"stop":1714493011868,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36f2ca1ed3423162","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36f2ca1ed3423162","status":"passed","time":{"start":1714500534106,"stop":1714500534106,"duration":0}},{"uid":"f62031c462eb6b2c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f62031c462eb6b2c","status":"passed","time":{"start":1714494285528,"stop":1714494285528,"duration":0}},{"uid":"554b0b375e3f00c6","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/554b0b375e3f00c6","status":"passed","time":{"start":1714492389342,"stop":1714492389342,"duration":0}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"163abab0a324e19a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/163abab0a324e19a","status":"passed","time":{"start":1714501123814,"stop":1714501123818,"duration":4}},{"uid":"b285e10ec8f8068d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b285e10ec8f8068d","status":"passed","time":{"start":1714494838854,"stop":1714494838854,"duration":0}},{"uid":"153205755e0d1b61","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/153205755e0d1b61","status":"passed","time":{"start":1714492985775,"stop":1714492985775,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af0e4f88ae4390ab","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/af0e4f88ae4390ab","status":"passed","time":{"start":1714501050426,"stop":1714501050427,"duration":1}},{"uid":"da759a4589f4be9b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/da759a4589f4be9b","status":"passed","time":{"start":1714494785887,"stop":1714494785887,"duration":0}},{"uid":"9a409b124854b17a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a409b124854b17a","status":"passed","time":{"start":1714492898551,"stop":1714492898552,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b43f6764e650649e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b43f6764e650649e","status":"passed","time":{"start":1714500654300,"stop":1714500654300,"duration":0}},{"uid":"c00524eebd435ca7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c00524eebd435ca7","status":"passed","time":{"start":1714494402846,"stop":1714494402846,"duration":0}},{"uid":"d3af80f9c04eba32","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d3af80f9c04eba32","status":"passed","time":{"start":1714492502972,"stop":1714492502973,"duration":1}}]},"46c935c3914d3bf5cb6ad8f3f6d3a286:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a940c7d241ba9981","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a940c7d241ba9981","status":"passed","time":{"start":1714500525339,"stop":1714500525339,"duration":0}},{"uid":"a5713afc22431bb4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5713afc22431bb4","status":"passed","time":{"start":1714494276813,"stop":1714494276813,"duration":0}},{"uid":"6549855ebc40258a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6549855ebc40258a","status":"passed","time":{"start":1714492380867,"stop":1714492380867,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"c41063f891573ebf","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c41063f891573ebf","status":"passed","time":{"start":1714500735360,"stop":1714500735361,"duration":1}},{"uid":"5d3455cc641012b2","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5d3455cc641012b2","status":"passed","time":{"start":1714494500286,"stop":1714494500287,"duration":1}},{"uid":"9a525ac8da38a8fc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a525ac8da38a8fc","status":"passed","time":{"start":1714492591441,"stop":1714492591442,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"efe4108b623e0d52","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/efe4108b623e0d52","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501050441,"stop":1714501050441,"duration":0}},{"uid":"e848bf8c278de80","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e848bf8c278de80","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494785906,"stop":1714494785906,"duration":0}},{"uid":"fa210ae30b91317e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa210ae30b91317e","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492898561,"stop":1714492898562,"duration":1}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1cd33270cef98ff1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1cd33270cef98ff1","status":"passed","time":{"start":1714500619502,"stop":1714500619503,"duration":1}},{"uid":"db0ff730ba7f5a8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/db0ff730ba7f5a8","status":"passed","time":{"start":1714494368383,"stop":1714494368383,"duration":0}},{"uid":"bddc6f55598e163e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bddc6f55598e163e","status":"passed","time":{"start":1714492468972,"stop":1714492468972,"duration":0}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7e92bf0800078b86","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7e92bf0800078b86","status":"passed","time":{"start":1714501220688,"stop":1714501220688,"duration":0}},{"uid":"e5e09fff4c23e3fc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e5e09fff4c23e3fc","status":"passed","time":{"start":1714494954440,"stop":1714494954440,"duration":0}},{"uid":"cfe883bda58ac9e4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cfe883bda58ac9e4","status":"passed","time":{"start":1714493052136,"stop":1714493052136,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"db39ecfb37e2155e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/db39ecfb37e2155e","status":"passed","time":{"start":1714500654301,"stop":1714500654302,"duration":1}},{"uid":"4631889e3326c172","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4631889e3326c172","status":"passed","time":{"start":1714494402848,"stop":1714494402849,"duration":1}},{"uid":"cdbf792ad920eeb2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cdbf792ad920eeb2","status":"passed","time":{"start":1714492502973,"stop":1714492502974,"duration":1}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a0feb0e8ac9f1143","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a0feb0e8ac9f1143","status":"passed","time":{"start":1714500744126,"stop":1714500744127,"duration":1}},{"uid":"cac36dd77d395b4c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/cac36dd77d395b4c","status":"passed","time":{"start":1714494482332,"stop":1714494482332,"duration":0}},{"uid":"3941c217a5b3de65","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3941c217a5b3de65","status":"passed","time":{"start":1714492591351,"stop":1714492591351,"duration":0}}]},"f3465541c4ec3eb239fc428f28d143c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1d33c42c7d595a7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d1d33c42c7d595a7","status":"passed","time":{"start":1714492591475,"stop":1714492591533,"duration":58}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8926b9a7223c8b3d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8926b9a7223c8b3d","status":"passed","time":{"start":1714501174013,"stop":1714501174013,"duration":0}},{"uid":"23df6a5e26f7e8c3","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/23df6a5e26f7e8c3","status":"passed","time":{"start":1714494908934,"stop":1714494908936,"duration":2}},{"uid":"60b9bc9995c567e5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60b9bc9995c567e5","status":"passed","time":{"start":1714492995227,"stop":1714492995228,"duration":1}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"32077e07ffd4fb28","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/32077e07ffd4fb28","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0}},{"uid":"46d509d99c1eb955","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/46d509d99c1eb955","status":"passed","time":{"start":1714494764687,"stop":1714494764687,"duration":0}},{"uid":"fa71f22729675a14","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fa71f22729675a14","status":"passed","time":{"start":1714492842571,"stop":1714492842571,"duration":0}}]},"7f23ef8153da8b57c261f8e4c8ed376b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"deb56c81a363c485","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/deb56c81a363c485","status":"passed","time":{"start":1714500549550,"stop":1714500549551,"duration":1}},{"uid":"f525eca1d6b7c730","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f525eca1d6b7c730","status":"passed","time":{"start":1714494301034,"stop":1714494301034,"duration":0}},{"uid":"fb769b59c5cfc61e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fb769b59c5cfc61e","status":"passed","time":{"start":1714492404786,"stop":1714492404787,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"588db595cabca742","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/588db595cabca742","status":"passed","time":{"start":1714501050448,"stop":1714501050449,"duration":1}},{"uid":"15ad37b740e8123","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/15ad37b740e8123","status":"passed","time":{"start":1714494785912,"stop":1714494785912,"duration":0}},{"uid":"8ce1852c1580f09d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8ce1852c1580f09d","status":"passed","time":{"start":1714492898568,"stop":1714492898568,"duration":0}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a2118189a7d991","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7a2118189a7d991","status":"passed","time":{"start":1714500744139,"stop":1714500744139,"duration":0}},{"uid":"2413cec6e0889f03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2413cec6e0889f03","status":"passed","time":{"start":1714494482343,"stop":1714494482345,"duration":2}},{"uid":"564f3a76da435350","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/564f3a76da435350","status":"passed","time":{"start":1714492591355,"stop":1714492591355,"duration":0}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5439881a6f2420a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5439881a6f2420a","status":"passed","time":{"start":1714500744179,"stop":1714500744181,"duration":2}},{"uid":"3ad978f81914b497","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3ad978f81914b497","status":"passed","time":{"start":1714494482350,"stop":1714494482350,"duration":0}},{"uid":"45947f5b6634fa7c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/45947f5b6634fa7c","status":"passed","time":{"start":1714492591365,"stop":1714492591365,"duration":0}}]},"59d21ed033ad0a8c5025488122f6be96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18de95eba6da6270","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/18de95eba6da6270","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"1a0819fbf59d929c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1a0819fbf59d929c","status":"passed","time":{"start":1714500872901,"stop":1714500872902,"duration":1}},{"uid":"f77f55e7ceb85e55","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f77f55e7ceb85e55","status":"passed","time":{"start":1714494620616,"stop":1714494620617,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e3d339dd0c34e969","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e3d339dd0c34e969","status":"passed","time":{"start":1714500976549,"stop":1714500976551,"duration":2}},{"uid":"9a9b7a8bbd8a0468","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a9b7a8bbd8a0468","status":"passed","time":{"start":1714494735292,"stop":1714494735293,"duration":1}},{"uid":"f4bd8ed8023d1682","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f4bd8ed8023d1682","status":"passed","time":{"start":1714492814962,"stop":1714492814963,"duration":1}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ad87ef4ef2d1c531","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ad87ef4ef2d1c531","status":"passed","time":{"start":1714501184627,"stop":1714501184628,"duration":1}},{"uid":"916b4bbcea53e88f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/916b4bbcea53e88f","status":"passed","time":{"start":1714494914010,"stop":1714494914011,"duration":1}},{"uid":"3077da67df1508cf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3077da67df1508cf","status":"passed","time":{"start":1714493011111,"stop":1714493011111,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a966e29e7e2400fa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a966e29e7e2400fa","status":"passed","time":{"start":1714500744182,"stop":1714500744182,"duration":0}},{"uid":"b5bc26437af8a4b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b5bc26437af8a4b4","status":"passed","time":{"start":1714494482351,"stop":1714494482351,"duration":0}},{"uid":"49b8ce92de1b7bfd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49b8ce92de1b7bfd","status":"passed","time":{"start":1714492591367,"stop":1714492591367,"duration":0}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd2f271dbc4a827c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cd2f271dbc4a827c","status":"passed","time":{"start":1714501039482,"stop":1714501039483,"duration":1}},{"uid":"c4eb3cced549174d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c4eb3cced549174d","status":"passed","time":{"start":1714494791250,"stop":1714494791251,"duration":1}},{"uid":"2ec1207900acbf68","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2ec1207900acbf68","status":"passed","time":{"start":1714492870709,"stop":1714492870709,"duration":0}}]},"50537bb6b1f5b1c0fc716798fabfd26c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f20951279e37f8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3f20951279e37f8f","status":"passed","time":{"start":1714492932193,"stop":1714492932193,"duration":0}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e4bc206b2420125b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e4bc206b2420125b","status":"passed","time":{"start":1714500786931,"stop":1714500786931,"duration":0}},{"uid":"9233e20ae89c427d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9233e20ae89c427d","status":"passed","time":{"start":1714494536937,"stop":1714494536938,"duration":1}},{"uid":"573acf04d95d4ed0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/573acf04d95d4ed0","status":"passed","time":{"start":1714492635273,"stop":1714492635273,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"59384701d6f3ae71","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/59384701d6f3ae71","status":"passed","time":{"start":1714500654292,"stop":1714500654295,"duration":3}},{"uid":"e68ae59c2a156002","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e68ae59c2a156002","status":"passed","time":{"start":1714494402837,"stop":1714494402838,"duration":1}},{"uid":"7f734ff63598b428","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7f734ff63598b428","status":"passed","time":{"start":1714492502958,"stop":1714492502959,"duration":1}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cd21433628e1ce91","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cd21433628e1ce91","status":"passed","time":{"start":1714501039484,"stop":1714501039484,"duration":0}},{"uid":"416bc19ff375d46","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/416bc19ff375d46","status":"passed","time":{"start":1714494791255,"stop":1714494791255,"duration":0}},{"uid":"97374c809055fa0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/97374c809055fa0a","status":"passed","time":{"start":1714492870710,"stop":1714492870711,"duration":1}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7713c2be95c66277","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7713c2be95c66277","status":"passed","time":{"start":1714500534104,"stop":1714500534104,"duration":0}},{"uid":"672f6f334441594b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/672f6f334441594b","status":"passed","time":{"start":1714494285526,"stop":1714494285526,"duration":0}},{"uid":"6be8d253e93144f8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6be8d253e93144f8","status":"passed","time":{"start":1714492389340,"stop":1714492389340,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2f375ccdfeb9ce75","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2f375ccdfeb9ce75","status":"passed","time":{"start":1714500735370,"stop":1714500735370,"duration":0}},{"uid":"150a0825670b6c0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/150a0825670b6c0c","status":"passed","time":{"start":1714494500295,"stop":1714494500295,"duration":0}},{"uid":"b860a50ff6748b88","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b860a50ff6748b88","status":"passed","time":{"start":1714492591538,"stop":1714492591539,"duration":1}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ab48b86d7e2e6614","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab48b86d7e2e6614","status":"passed","time":{"start":1714500744051,"stop":1714500744052,"duration":1}},{"uid":"fbf5d6c6928c21af","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fbf5d6c6928c21af","status":"passed","time":{"start":1714494482319,"stop":1714494482319,"duration":0}},{"uid":"135cbdea106068cc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/135cbdea106068cc","status":"passed","time":{"start":1714492591343,"stop":1714492591343,"duration":0}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ec355a077d41f59a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ec355a077d41f59a","status":"passed","time":{"start":1714501036164,"stop":1714501036164,"duration":0}},{"uid":"7732f6f7ccba19b4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7732f6f7ccba19b4","status":"passed","time":{"start":1714494788144,"stop":1714494788145,"duration":1}},{"uid":"ee87feb5bc8f9a55","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ee87feb5bc8f9a55","status":"passed","time":{"start":1714492860432,"stop":1714492860432,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"509b2ec1da8456ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/509b2ec1da8456ee","status":"passed","time":{"start":1714500744089,"stop":1714500744098,"duration":9}},{"uid":"578cb05299bbe330","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/578cb05299bbe330","status":"passed","time":{"start":1714494482324,"stop":1714494482325,"duration":1}},{"uid":"54e537ca835de27f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/54e537ca835de27f","status":"passed","time":{"start":1714492591346,"stop":1714492591346,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"63fd09d5381959f3","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/63fd09d5381959f3","status":"passed","time":{"start":1714500735359,"stop":1714500735360,"duration":1}},{"uid":"2062d9191f7141cc","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2062d9191f7141cc","status":"passed","time":{"start":1714494500285,"stop":1714494500285,"duration":0}},{"uid":"a12585f8b3194754","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a12585f8b3194754","status":"passed","time":{"start":1714492591441,"stop":1714492591441,"duration":0}}]},"7266d77ff19eb7258dba3cfcf9ede807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3fdd18bddef224f1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3fdd18bddef224f1","status":"passed","time":{"start":1714500525355,"stop":1714500525356,"duration":1}},{"uid":"5c8e5ada84c39f53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5c8e5ada84c39f53","status":"passed","time":{"start":1714494276825,"stop":1714494276826,"duration":1}},{"uid":"4f212f6b9939be6a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4f212f6b9939be6a","status":"passed","time":{"start":1714492380878,"stop":1714492380879,"duration":1}}]},"9ce0018d108b4f2f5e91881fea233724:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"61505b8611edaa8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/61505b8611edaa8","status":"passed","time":{"start":1714494735307,"stop":1714494735315,"duration":8}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f64a75893d0bb910","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f64a75893d0bb910","status":"passed","time":{"start":1714500619506,"stop":1714500619506,"duration":0}},{"uid":"d8eba47930afc5ca","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d8eba47930afc5ca","status":"passed","time":{"start":1714494368385,"stop":1714494368385,"duration":0}},{"uid":"19d9efde10fbf569","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/19d9efde10fbf569","status":"passed","time":{"start":1714492468978,"stop":1714492468979,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cdef8cc261513891","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cdef8cc261513891","status":"passed","time":{"start":1714500976535,"stop":1714500976536,"duration":1}},{"uid":"9cced71fbdf8f8c4","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9cced71fbdf8f8c4","status":"passed","time":{"start":1714494735261,"stop":1714494735278,"duration":17}},{"uid":"5d6e1c23a9aa9fbb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5d6e1c23a9aa9fbb","status":"passed","time":{"start":1714492814945,"stop":1714492814946,"duration":1}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1c2c29118bd2975a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1c2c29118bd2975a","status":"passed","time":{"start":1714501159486,"stop":1714501159486,"duration":0}},{"uid":"811bb96b0526c8ae","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/811bb96b0526c8ae","status":"passed","time":{"start":1714494898216,"stop":1714494898217,"duration":1}},{"uid":"da38e6dc76ed0c37","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da38e6dc76ed0c37","status":"passed","time":{"start":1714492984320,"stop":1714492984321,"duration":1}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1bb39769b46d5146","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1bb39769b46d5146","status":"passed","time":{"start":1714500786927,"stop":1714500786927,"duration":0}},{"uid":"f7f802420db35f12","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f7f802420db35f12","status":"passed","time":{"start":1714494536934,"stop":1714494536934,"duration":0}},{"uid":"acaef2a43abc3d80","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/acaef2a43abc3d80","status":"passed","time":{"start":1714492635268,"stop":1714492635268,"duration":0}}]},"5b40cbb9bc1bfc84ffb33f4f79ed5f5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"60311f0330f9f0ad","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/60311f0330f9f0ad","status":"passed","time":{"start":1714501049782,"stop":1714501049783,"duration":1}},{"uid":"f89631f2124cb104","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f89631f2124cb104","status":"passed","time":{"start":1714494802221,"stop":1714494802221,"duration":0}},{"uid":"859aba6b887bbce9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/859aba6b887bbce9","status":"passed","time":{"start":1714492887584,"stop":1714492887584,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3843db59d9d30cf5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3843db59d9d30cf5","status":"passed","time":{"start":1714501050457,"stop":1714501050457,"duration":0}},{"uid":"5163aebb212f9859","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5163aebb212f9859","status":"passed","time":{"start":1714494785917,"stop":1714494785917,"duration":0}},{"uid":"a7a4a1ce1f6de365","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7a4a1ce1f6de365","status":"passed","time":{"start":1714492898572,"stop":1714492898572,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8185e8778ef155f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8185e8778ef155f","status":"passed","time":{"start":1714500976528,"stop":1714500976528,"duration":0}},{"uid":"b7b1df38c6bfc91","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b7b1df38c6bfc91","status":"passed","time":{"start":1714494735257,"stop":1714494735257,"duration":0}},{"uid":"c0b9928061a44c15","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c0b9928061a44c15","status":"passed","time":{"start":1714492814924,"stop":1714492814934,"duration":10}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47dfcdfc93d03c77","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/47dfcdfc93d03c77","status":"passed","time":{"start":1714500654301,"stop":1714500654301,"duration":0}},{"uid":"be1fb2412204d3ed","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be1fb2412204d3ed","status":"passed","time":{"start":1714494402847,"stop":1714494402847,"duration":0}},{"uid":"9b9eb71e922c4c06","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9b9eb71e922c4c06","status":"passed","time":{"start":1714492502973,"stop":1714492502973,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac2dc0c21f8c4807","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ac2dc0c21f8c4807","status":"passed","time":{"start":1714501036153,"stop":1714501036154,"duration":1}},{"uid":"c7cbbcd81b537fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7cbbcd81b537fe","status":"passed","time":{"start":1714494788123,"stop":1714494788123,"duration":0}},{"uid":"3dae9e64a047cb6d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3dae9e64a047cb6d","status":"passed","time":{"start":1714492860425,"stop":1714492860426,"duration":1}}]},"519871244511f8103b541adf791b29e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fef05503a0890f20","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fef05503a0890f20","status":"passed","time":{"start":1714494848655,"stop":1714494848656,"duration":1}}]},"22d9b44fa879c7252afece8242815abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1c749c9569ded2f7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1c749c9569ded2f7","status":"passed","time":{"start":1714494840011,"stop":1714494840027,"duration":16}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"86fde9f2cd1d1b62","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/86fde9f2cd1d1b62","status":"passed","time":{"start":1714501050449,"stop":1714501050450,"duration":1}},{"uid":"e6865a66ce978e5b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e6865a66ce978e5b","status":"passed","time":{"start":1714494785913,"stop":1714494785913,"duration":0}},{"uid":"582de4cf06a430bc","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/582de4cf06a430bc","status":"passed","time":{"start":1714492898568,"stop":1714492898568,"duration":0}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"79668d6170f259dd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/79668d6170f259dd","status":"passed","time":{"start":1714500539182,"stop":1714500539182,"duration":0}},{"uid":"26f99f80c7f6de53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/26f99f80c7f6de53","status":"passed","time":{"start":1714494290449,"stop":1714494290450,"duration":1}},{"uid":"7bbceacdeb128225","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7bbceacdeb128225","status":"passed","time":{"start":1714492394192,"stop":1714492394192,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1be19b0201c13706","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1be19b0201c13706","status":"passed","time":{"start":1714501145475,"stop":1714501145475,"duration":0}},{"uid":"a7cda95ecf68c78e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a7cda95ecf68c78e","status":"passed","time":{"start":1714494876055,"stop":1714494876055,"duration":0}},{"uid":"97cfb2b12ab8c3c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/97cfb2b12ab8c3c8","status":"passed","time":{"start":1714492961694,"stop":1714492961694,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1b545f08163448c6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1b545f08163448c6","status":"passed","time":{"start":1714501008012,"stop":1714501008012,"duration":0}},{"uid":"ef059c8f24209aec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/ef059c8f24209aec","status":"passed","time":{"start":1714494764686,"stop":1714494764687,"duration":1}},{"uid":"125dd96ed22faeb4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/125dd96ed22faeb4","status":"passed","time":{"start":1714492842570,"stop":1714492842571,"duration":1}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"48f05466ff324e7e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/48f05466ff324e7e","status":"passed","time":{"start":1714500538711,"stop":1714500538712,"duration":1}},{"uid":"6d91bcd1c620be69","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6d91bcd1c620be69","status":"passed","time":{"start":1714494290035,"stop":1714494290035,"duration":0}},{"uid":"a3403e9906e8eb59","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a3403e9906e8eb59","status":"passed","time":{"start":1714492394075,"stop":1714492394076,"duration":1}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"65841b04cd3c97cc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/65841b04cd3c97cc","status":"passed","time":{"start":1714501039482,"stop":1714501039482,"duration":0}},{"uid":"415bc3012fff92fe","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/415bc3012fff92fe","status":"passed","time":{"start":1714494791248,"stop":1714494791249,"duration":1}},{"uid":"5987f2a4b22a39b2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5987f2a4b22a39b2","status":"passed","time":{"start":1714492870708,"stop":1714492870708,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e84f9196c640fbff","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e84f9196c640fbff","status":"passed","time":{"start":1714500619505,"stop":1714500619505,"duration":0}},{"uid":"65cc802f733ecd57","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65cc802f733ecd57","status":"passed","time":{"start":1714494368384,"stop":1714494368384,"duration":0}},{"uid":"1e2232a56f08229a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1e2232a56f08229a","status":"passed","time":{"start":1714492468975,"stop":1714492468977,"duration":2}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d1b18bd1d293126f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d1b18bd1d293126f","status":"passed","time":{"start":1714500525319,"stop":1714500525319,"duration":0}},{"uid":"fff05eeb50fce782","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fff05eeb50fce782","status":"passed","time":{"start":1714494276798,"stop":1714494276799,"duration":1}},{"uid":"62cb0253bf511f5f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/62cb0253bf511f5f","status":"passed","time":{"start":1714492380853,"stop":1714492380853,"duration":0}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"94896e1dc6835a7a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/94896e1dc6835a7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1714501039479,"stop":1714501039480,"duration":1}},{"uid":"2e4e8b8119980f63","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2e4e8b8119980f63","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494791243,"stop":1714494791243,"duration":0}},{"uid":"fc3b941cd08d862c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/fc3b941cd08d862c","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492870705,"stop":1714492870705,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d8e6f6daeb014a1f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d8e6f6daeb014a1f","status":"passed","time":{"start":1714501140344,"stop":1714501140345,"duration":1}},{"uid":"2f805585b3241ca5","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2f805585b3241ca5","status":"passed","time":{"start":1714494884061,"stop":1714494884062,"duration":1}},{"uid":"4665e4c02b2acde2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4665e4c02b2acde2","status":"passed","time":{"start":1714492954774,"stop":1714492954774,"duration":0}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8b8a208507e42df0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8b8a208507e42df0","status":"passed","time":{"start":1714501159485,"stop":1714501159486,"duration":1}},{"uid":"a9e5bd7bb8255e2e","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a9e5bd7bb8255e2e","status":"passed","time":{"start":1714494898216,"stop":1714494898216,"duration":0}},{"uid":"b67ea054e486dedf","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b67ea054e486dedf","status":"passed","time":{"start":1714492984320,"stop":1714492984320,"duration":0}}]},"b04597be08d04dae835db318996e2378:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d7890eeace11e1c4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d7890eeace11e1c4","status":"passed","time":{"start":1714500525348,"stop":1714500525348,"duration":0}},{"uid":"842918037fbaf3f6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/842918037fbaf3f6","status":"passed","time":{"start":1714494276819,"stop":1714494276819,"duration":0}},{"uid":"a08173b5894824fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a08173b5894824fd","status":"passed","time":{"start":1714492380873,"stop":1714492380873,"duration":0}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"12b5fcc99b8406fe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/12b5fcc99b8406fe","status":"passed","time":{"start":1714500534111,"stop":1714500534111,"duration":0}},{"uid":"6ae87ab5e32c6c5b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ae87ab5e32c6c5b","status":"passed","time":{"start":1714494285532,"stop":1714494285533,"duration":1}},{"uid":"10d2962aff43d98b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/10d2962aff43d98b","status":"passed","time":{"start":1714492389346,"stop":1714492389347,"duration":1}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"55560532763c7b0e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/55560532763c7b0e","status":"passed","time":{"start":1714500823170,"stop":1714500823171,"duration":1}},{"uid":"be7bfc954605ebf","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/be7bfc954605ebf","status":"passed","time":{"start":1714494571254,"stop":1714494571255,"duration":1}},{"uid":"303c7bccf063ed9c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/303c7bccf063ed9c","status":"passed","time":{"start":1714492678637,"stop":1714492678638,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5f39483d8e88730b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5f39483d8e88730b","status":"passed","time":{"start":1714501039485,"stop":1714501039485,"duration":0}},{"uid":"9a9a3187b401608","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9a9a3187b401608","status":"passed","time":{"start":1714494791257,"stop":1714494791258,"duration":1}},{"uid":"8df033beddf5ae3f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8df033beddf5ae3f","status":"passed","time":{"start":1714492870711,"stop":1714492870711,"duration":0}}]},"dce212676074993bd1eed253a481b8c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d7a709c435f69ae","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d7a709c435f69ae","status":"passed","time":{"start":1714500623699,"stop":1714500623699,"duration":0}},{"uid":"23b472e30d67b0c0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/23b472e30d67b0c0","status":"passed","time":{"start":1714494373391,"stop":1714494373400,"duration":9}},{"uid":"aca14411c564ba8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aca14411c564ba8","status":"passed","time":{"start":1714492481135,"stop":1714492481135,"duration":0}}]},"0f8a5e66758783bae9ebeada2fa70883:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"24cc6ec01b111f37","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/24cc6ec01b111f37","status":"passed","time":{"start":1714501049786,"stop":1714501049787,"duration":1}},{"uid":"e8126c2f3d400135","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e8126c2f3d400135","status":"passed","time":{"start":1714494802221,"stop":1714494802222,"duration":1}},{"uid":"b5884f873220687e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b5884f873220687e","status":"passed","time":{"start":1714492887585,"stop":1714492887585,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a4e49b073e4c10f2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a4e49b073e4c10f2","status":"passed","time":{"start":1714501191916,"stop":1714501191917,"duration":1}},{"uid":"5dcf0f25b6a78323","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5dcf0f25b6a78323","status":"passed","time":{"start":1714494926188,"stop":1714494926188,"duration":0}},{"uid":"60a68b02f9e4f0fd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/60a68b02f9e4f0fd","status":"passed","time":{"start":1714493011865,"stop":1714493011865,"duration":0}}]},"faf8b7bc8120dfec2a6508665a827bc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a47c7cab2db69ccb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a47c7cab2db69ccb","status":"passed","time":{"start":1714500525341,"stop":1714500525342,"duration":1}},{"uid":"9c93c738c35c794c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9c93c738c35c794c","status":"passed","time":{"start":1714494276814,"stop":1714494276815,"duration":1}},{"uid":"1018aa699da13391","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1018aa699da13391","status":"passed","time":{"start":1714492380868,"stop":1714492380868,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dff8f9e42e324b80","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dff8f9e42e324b80","status":"passed","time":{"start":1714501050455,"stop":1714501050455,"duration":0}},{"uid":"18557a234a2cb004","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18557a234a2cb004","status":"passed","time":{"start":1714494785916,"stop":1714494785916,"duration":0}},{"uid":"98a9c1e56d9cc979","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98a9c1e56d9cc979","status":"passed","time":{"start":1714492898571,"stop":1714492898572,"duration":1}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6c78bdb24c145189","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6c78bdb24c145189","status":"passed","time":{"start":1714500823256,"stop":1714500823256,"duration":0}},{"uid":"4c224a6b73a01afb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4c224a6b73a01afb","status":"passed","time":{"start":1714494571518,"stop":1714494571518,"duration":0}},{"uid":"6bb2f5f5049a1f4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6bb2f5f5049a1f4","status":"passed","time":{"start":1714492678755,"stop":1714492678755,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d46ca107c3c109d1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d46ca107c3c109d1","status":"passed","time":{"start":1714500823176,"stop":1714500823178,"duration":2}},{"uid":"5394915e7b4c0a72","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5394915e7b4c0a72","status":"passed","time":{"start":1714494571260,"stop":1714494571260,"duration":0}},{"uid":"3bb9b0330930bf4b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3bb9b0330930bf4b","status":"passed","time":{"start":1714492678649,"stop":1714492678650,"duration":1}}]},"12d8953980525e22283037135c03ad11:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85de6e1a1ef95b2f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/85de6e1a1ef95b2f","status":"passed","time":{"start":1714501089328,"stop":1714501089331,"duration":3}}]},"aa36de023b51578d22d831a2bc704668:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b6461989fe790946","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b6461989fe790946","status":"passed","time":{"start":1714500525330,"stop":1714500525330,"duration":0}},{"uid":"4b0fd32f14362e52","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4b0fd32f14362e52","status":"passed","time":{"start":1714494276808,"stop":1714494276808,"duration":0}},{"uid":"da99f5a3e13ef0d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/da99f5a3e13ef0d","status":"passed","time":{"start":1714492380862,"stop":1714492380862,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"1d45c1bdb2057c0d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/1d45c1bdb2057c0d","status":"passed","time":{"start":1714500823175,"stop":1714500823176,"duration":1}},{"uid":"a14e6c58266ab62a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a14e6c58266ab62a","status":"passed","time":{"start":1714494571259,"stop":1714494571260,"duration":1}},{"uid":"d42b5d5f5ab91b44","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d42b5d5f5ab91b44","status":"passed","time":{"start":1714492678647,"stop":1714492678649,"duration":2}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7d612e62df7d614","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7d612e62df7d614","status":"passed","time":{"start":1714500534097,"stop":1714500534098,"duration":1}},{"uid":"aee0357395dca853","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aee0357395dca853","status":"passed","time":{"start":1714494285519,"stop":1714494285520,"duration":1}},{"uid":"1ad35e692e6e3c05","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1ad35e692e6e3c05","status":"passed","time":{"start":1714492389333,"stop":1714492389333,"duration":0}}]},"e266d6ba355c5b32bfb272c83dffd625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"473d9d2f5437cb63","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/473d9d2f5437cb63","status":"passed","time":{"start":1714500525352,"stop":1714500525352,"duration":0}},{"uid":"fd0a603a0afee38","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fd0a603a0afee38","status":"passed","time":{"start":1714494276823,"stop":1714494276823,"duration":0}},{"uid":"aba3149cb796ac18","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aba3149cb796ac18","status":"passed","time":{"start":1714492380876,"stop":1714492380876,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9352c9fb408f9a02","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9352c9fb408f9a02","status":"passed","time":{"start":1714501150902,"stop":1714501150902,"duration":0}},{"uid":"5cc58fd8c1038c03","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/5cc58fd8c1038c03","status":"passed","time":{"start":1714494883915,"stop":1714494883916,"duration":1}},{"uid":"c1becc3404c5727a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/c1becc3404c5727a","status":"passed","time":{"start":1714492982047,"stop":1714492982048,"duration":1}}]},"d9cd34974e6538c379789c20f432438a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"884e411caabff7c5","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/884e411caabff7c5","status":"passed","time":{"start":1714500525334,"stop":1714500525334,"duration":0}},{"uid":"81d9ff7e1d8eef33","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/81d9ff7e1d8eef33","status":"passed","time":{"start":1714494276811,"stop":1714494276811,"duration":0}},{"uid":"739075f3c5b02763","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/739075f3c5b02763","status":"passed","time":{"start":1714492380865,"stop":1714492380865,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"57b952191d756cad","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/57b952191d756cad","status":"passed","time":{"start":1714500525360,"stop":1714500525360,"duration":0}},{"uid":"3f1dd76a31d09535","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3f1dd76a31d09535","status":"passed","time":{"start":1714494277047,"stop":1714494277048,"duration":1}},{"uid":"2b447a14cb38610e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2b447a14cb38610e","status":"passed","time":{"start":1714492380912,"stop":1714492380913,"duration":1}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e1aa6f3c30145c22","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e1aa6f3c30145c22","status":"passed","time":{"start":1714500976559,"stop":1714500976559,"duration":0}},{"uid":"d25b0981c27c2d7d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d25b0981c27c2d7d","status":"passed","time":{"start":1714494735303,"stop":1714494735303,"duration":0}},{"uid":"186946c4f92d6978","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/186946c4f92d6978","status":"passed","time":{"start":1714492814971,"stop":1714492814972,"duration":1}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"47edefe8483fa6e2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/47edefe8483fa6e2","status":"passed","time":{"start":1714500664399,"stop":1714500664399,"duration":0}},{"uid":"a0b889369f8a3c35","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a0b889369f8a3c35","status":"passed","time":{"start":1714494413196,"stop":1714494413197,"duration":1}},{"uid":"8233dd795a1e7a9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8233dd795a1e7a9","status":"passed","time":{"start":1714492522567,"stop":1714492522568,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9736c389598aeefc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9736c389598aeefc","status":"passed","time":{"start":1714500578628,"stop":1714500578629,"duration":1}},{"uid":"204c55bea27eaaa7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/204c55bea27eaaa7","status":"passed","time":{"start":1714494328717,"stop":1714494328717,"duration":0}},{"uid":"7831554236040c2f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7831554236040c2f","status":"passed","time":{"start":1714492428469,"stop":1714492428470,"duration":1}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8370db4909db2935","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8370db4909db2935","status":"passed","time":{"start":1714501050455,"stop":1714501050456,"duration":1}},{"uid":"1b95c162ea6113f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1b95c162ea6113f","status":"passed","time":{"start":1714494785916,"stop":1714494785916,"duration":0}},{"uid":"1c02ffe1ad08b7a0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1c02ffe1ad08b7a0","status":"passed","time":{"start":1714492898572,"stop":1714492898572,"duration":0}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"77cb948708506095","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/77cb948708506095","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"duration":0}},{"uid":"3376c77a33098795","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3376c77a33098795","status":"passed","time":{"start":1714494954433,"stop":1714494954433,"duration":0}},{"uid":"448aff7775b71d22","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/448aff7775b71d22","status":"passed","time":{"start":1714493052129,"stop":1714493052129,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"21add0e7c496b166","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/21add0e7c496b166","status":"passed","time":{"start":1714501220693,"stop":1714501220693,"duration":0}},{"uid":"43be50812d6ace61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/43be50812d6ace61","status":"passed","time":{"start":1714494954445,"stop":1714494954445,"duration":0}},{"uid":"9a82475f9ebc7e29","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/9a82475f9ebc7e29","status":"passed","time":{"start":1714493052141,"stop":1714493052141,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"af3778f3cc16ccb9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/af3778f3cc16ccb9","status":"passed","time":{"start":1714500534096,"stop":1714500534097,"duration":1}},{"uid":"484159d71569ec61","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/484159d71569ec61","status":"passed","time":{"start":1714494285519,"stop":1714494285519,"duration":0}},{"uid":"7899921c71819a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7899921c71819a","status":"passed","time":{"start":1714492389332,"stop":1714492389332,"duration":0}}]},"d91fa8ece94d3f5c565851ab76d4517b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":3,"passed":0,"unknown":0,"total":3},"items":[{"uid":"dac3684d1b78a369","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dac3684d1b78a369","status":"skipped","statusDetails":"Test ignored","time":{"start":1714500976724,"stop":1714500976724,"duration":0}},{"uid":"de3ebab03d25447","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/de3ebab03d25447","status":"skipped","statusDetails":"Test ignored","time":{"start":1714494735609,"stop":1714494735609,"duration":0}},{"uid":"5e9e8e3539c21002","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/5e9e8e3539c21002","status":"skipped","statusDetails":"Test ignored","time":{"start":1714492814802,"stop":1714492814802,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f2e09089261d58e9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f2e09089261d58e9","status":"passed","time":{"start":1714501220687,"stop":1714501220687,"duration":0}},{"uid":"c4e69ba4e59bee53","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c4e69ba4e59bee53","status":"passed","time":{"start":1714494954439,"stop":1714494954439,"duration":0}},{"uid":"b8a824254dfe6758","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b8a824254dfe6758","status":"passed","time":{"start":1714493052135,"stop":1714493052135,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f8c29929c51534eb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f8c29929c51534eb","status":"passed","time":{"start":1714500735360,"stop":1714500735360,"duration":0}},{"uid":"4ea941b0616ca737","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ea941b0616ca737","status":"passed","time":{"start":1714494500285,"stop":1714494500285,"duration":0}},{"uid":"bdde9724aeb5921c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bdde9724aeb5921c","status":"passed","time":{"start":1714492591441,"stop":1714492591441,"duration":0}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dca6059f68cd735d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dca6059f68cd735d","status":"passed","time":{"start":1714501094177,"stop":1714501094177,"duration":0}},{"uid":"7067f51b9b75df8b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7067f51b9b75df8b","status":"passed","time":{"start":1714494837582,"stop":1714494837582,"duration":0}},{"uid":"e2625dc551558d8f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e2625dc551558d8f","status":"passed","time":{"start":1714492927146,"stop":1714492927146,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"16c5b02d9ad578ea","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/16c5b02d9ad578ea","status":"passed","time":{"start":1714500735361,"stop":1714500735362,"duration":1}},{"uid":"a9b755f5ae0ae163","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a9b755f5ae0ae163","status":"passed","time":{"start":1714494500288,"stop":1714494500288,"duration":0}},{"uid":"6df406256817831b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6df406256817831b","status":"passed","time":{"start":1714492591445,"stop":1714492591446,"duration":1}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fbed9a7e0273fe29","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fbed9a7e0273fe29","status":"passed","time":{"start":1714500587633,"stop":1714500587633,"duration":0}},{"uid":"eab021bc73d268ac","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/eab021bc73d268ac","status":"passed","time":{"start":1714494338446,"stop":1714494338447,"duration":1}},{"uid":"a46401ab52148e6e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a46401ab52148e6e","status":"passed","time":{"start":1714492438262,"stop":1714492438262,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a54260f8ae77612c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a54260f8ae77612c","status":"passed","time":{"start":1714500660502,"stop":1714500660502,"duration":0}},{"uid":"65bffb21d4d32b23","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65bffb21d4d32b23","status":"passed","time":{"start":1714494401269,"stop":1714494401269,"duration":0}},{"uid":"44db04bb164c414c","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/44db04bb164c414c","status":"passed","time":{"start":1714492501443,"stop":1714492501443,"duration":0}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b750a1b9113921d7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b750a1b9113921d7","status":"passed","time":{"start":1714501140347,"stop":1714501140347,"duration":0}},{"uid":"735f9f14480cd5d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/735f9f14480cd5d6","status":"passed","time":{"start":1714494884078,"stop":1714494884079,"duration":1}},{"uid":"1f116e543ce55c6a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/1f116e543ce55c6a","status":"passed","time":{"start":1714492954777,"stop":1714492954777,"duration":0}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"4c05283ed2aca794","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/4c05283ed2aca794","status":"passed","time":{"start":1714501123809,"stop":1714501123810,"duration":1}},{"uid":"50e54a735e1504ff","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/50e54a735e1504ff","status":"passed","time":{"start":1714494838849,"stop":1714494838849,"duration":0}},{"uid":"4564e9edb530de0a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/4564e9edb530de0a","status":"passed","time":{"start":1714492985767,"stop":1714492985767,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"38b917a112f3bdcc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/38b917a112f3bdcc","status":"passed","time":{"start":1714500589622,"stop":1714500589623,"duration":1}},{"uid":"c486ab7c309514b6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c486ab7c309514b6","status":"passed","time":{"start":1714494341390,"stop":1714494341390,"duration":0}},{"uid":"eec9bf970fc643b7","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/eec9bf970fc643b7","status":"passed","time":{"start":1714492438813,"stop":1714492438814,"duration":1}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f75f482dbc265523","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f75f482dbc265523","status":"passed","time":{"start":1714500735365,"stop":1714500735365,"duration":0}},{"uid":"18a8e9705f4b1e0a","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/18a8e9705f4b1e0a","status":"passed","time":{"start":1714494500291,"stop":1714494500292,"duration":1}},{"uid":"668b89a29e55ebe0","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/668b89a29e55ebe0","status":"passed","time":{"start":1714492591474,"stop":1714492591474,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"84011acacb2a78fe","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/84011acacb2a78fe","status":"passed","time":{"start":1714500976548,"stop":1714500976549,"duration":1}},{"uid":"8b3723964fd2a223","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8b3723964fd2a223","status":"passed","time":{"start":1714494735291,"stop":1714494735292,"duration":1}},{"uid":"cc10e9a1fa2c0548","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/cc10e9a1fa2c0548","status":"passed","time":{"start":1714492814961,"stop":1714492814962,"duration":1}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b6770be6f45df4a1","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b6770be6f45df4a1","status":"passed","time":{"start":1714500525322,"stop":1714500525323,"duration":1}},{"uid":"3da614e4e79d6360","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/3da614e4e79d6360","status":"passed","time":{"start":1714494276801,"stop":1714494276802,"duration":1}},{"uid":"bee0660c1bfd1f52","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bee0660c1bfd1f52","status":"passed","time":{"start":1714492380856,"stop":1714492380856,"duration":0}}]},"3a3cb21fa197c45801352dc5a35abb45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e27031e21aec5f7","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e27031e21aec5f7","status":"passed","time":{"start":1714500525343,"stop":1714500525343,"duration":0}},{"uid":"4f6037af69300a63","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4f6037af69300a63","status":"passed","time":{"start":1714494276815,"stop":1714494276815,"duration":0}},{"uid":"d77cef34b0bb513b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d77cef34b0bb513b","status":"passed","time":{"start":1714492380869,"stop":1714492380869,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dd2d61e4a3b56f3f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dd2d61e4a3b56f3f","status":"passed","time":{"start":1714500533177,"stop":1714500533178,"duration":1}},{"uid":"c7bb348b42026274","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c7bb348b42026274","status":"passed","time":{"start":1714494284811,"stop":1714494284812,"duration":1}},{"uid":"55201f50a1390c25","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/55201f50a1390c25","status":"passed","time":{"start":1714492388602,"stop":1714492388603,"duration":1}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"441699b664484caa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/441699b664484caa","status":"passed","time":{"start":1714501140346,"stop":1714501140347,"duration":1}},{"uid":"88abfe3f9b8e5f17","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/88abfe3f9b8e5f17","status":"passed","time":{"start":1714494884075,"stop":1714494884076,"duration":1}},{"uid":"50def09eb6ed782d","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/50def09eb6ed782d","status":"passed","time":{"start":1714492954776,"stop":1714492954776,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"70a2ba058821325e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/70a2ba058821325e","status":"passed","time":{"start":1714500823185,"stop":1714500823185,"duration":0}},{"uid":"a5049bd3cb2baa0c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5049bd3cb2baa0c","status":"passed","time":{"start":1714494571264,"stop":1714494571265,"duration":1}},{"uid":"51d806b2ed237002","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/51d806b2ed237002","status":"passed","time":{"start":1714492678658,"stop":1714492678659,"duration":1}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"dc334726cd0f645d","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/dc334726cd0f645d","status":"passed","time":{"start":1714500534108,"stop":1714500534109,"duration":1}},{"uid":"1dff38830c659754","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/1dff38830c659754","status":"passed","time":{"start":1714494285530,"stop":1714494285530,"duration":0}},{"uid":"d5cbae181fd69b36","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d5cbae181fd69b36","status":"passed","time":{"start":1714492389344,"stop":1714492389344,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"debec60cb5cfda53","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/debec60cb5cfda53","status":"passed","time":{"start":1714501220690,"stop":1714501220691,"duration":1}},{"uid":"b8eef057cfec8ae0","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/b8eef057cfec8ae0","status":"passed","time":{"start":1714494954443,"stop":1714494954443,"duration":0}},{"uid":"2352766d73db6161","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2352766d73db6161","status":"passed","time":{"start":1714493052139,"stop":1714493052139,"duration":0}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"67876a8d34d688e9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/67876a8d34d688e9","status":"passed","time":{"start":1714500744129,"stop":1714500744130,"duration":1}},{"uid":"440d5ac8f7e72343","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/440d5ac8f7e72343","status":"passed","time":{"start":1714494482335,"stop":1714494482336,"duration":1}},{"uid":"82ab79be29f147dd","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/82ab79be29f147dd","status":"passed","time":{"start":1714492591352,"stop":1714492591352,"duration":0}}]},"ecc9af41136670f23a102557bbbaf1c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3b8524e3c20284c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3b8524e3c20284c8","status":"passed","time":{"start":1714501089324,"stop":1714501089324,"duration":0}},{"uid":"20ea9285a05196a1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/20ea9285a05196a1","status":"passed","time":{"start":1714494840004,"stop":1714494840004,"duration":0}},{"uid":"e9c7c3ac769d3779","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/e9c7c3ac769d3779","status":"passed","time":{"start":1714492923647,"stop":1714492923648,"duration":1}}]},"f4752f5433d0fa539afa829a31efc09b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d184097e0a5b7ef8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/d184097e0a5b7ef8","status":"passed","time":{"start":1714492814996,"stop":1714492815000,"duration":4}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"e939a523be0c1028","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/e939a523be0c1028","status":"passed","time":{"start":1714501036157,"stop":1714501036157,"duration":0}},{"uid":"6fab010eadbd655","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6fab010eadbd655","status":"passed","time":{"start":1714494788127,"stop":1714494788127,"duration":0}},{"uid":"f383d4abf5ed10a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f383d4abf5ed10a","status":"passed","time":{"start":1714492860429,"stop":1714492860429,"duration":0}}]},"eaed94db374768bf3e5b04b88569eab3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e33ea2b97268941c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e33ea2b97268941c","status":"passed","time":{"start":1714494848658,"stop":1714494848658,"duration":0}}]},"0b0810a34a0e9f2a0267990f50ae841e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"36141beda05d04b4","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/36141beda05d04b4","status":"passed","time":{"start":1714500525358,"stop":1714500525358,"duration":0}},{"uid":"471f66a375680b13","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/471f66a375680b13","status":"passed","time":{"start":1714494276828,"stop":1714494276828,"duration":0}},{"uid":"ed5e4cbc753053c2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ed5e4cbc753053c2","status":"passed","time":{"start":1714492380881,"stop":1714492380881,"duration":0}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"7a47d21b2bbe7caa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/7a47d21b2bbe7caa","status":"passed","time":{"start":1714501220690,"stop":1714501220690,"duration":0}},{"uid":"6ad76389416fe3e8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ad76389416fe3e8","status":"passed","time":{"start":1714494954442,"stop":1714494954442,"duration":0}},{"uid":"a45e39b13413578","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a45e39b13413578","status":"passed","time":{"start":1714493052138,"stop":1714493052138,"duration":0}}]},"9380f45eefc69936a30b8f51f6d0d0af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5d180b0362c1d744","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5d180b0362c1d744","status":"passed","time":{"start":1714500550516,"stop":1714500550517,"duration":1}},{"uid":"d0ac4f17557218fb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/d0ac4f17557218fb","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"8cdf0a4112d4b44b","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8cdf0a4112d4b44b","status":"passed","time":{"start":1714492405126,"stop":1714492405127,"duration":1}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b502c798988c59fd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b502c798988c59fd","status":"passed","time":{"start":1714501123819,"stop":1714501123819,"duration":0}},{"uid":"9de0e73f2c25c8a7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9de0e73f2c25c8a7","status":"passed","time":{"start":1714494838854,"stop":1714494838854,"duration":0}},{"uid":"ad2e4a94eae3f6c8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ad2e4a94eae3f6c8","status":"passed","time":{"start":1714492985775,"stop":1714492985775,"duration":0}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2b445aeb611dfbc","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2b445aeb611dfbc","status":"passed","time":{"start":1714501039478,"stop":1714501039478,"duration":0}},{"uid":"510f74b33119a2bd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/510f74b33119a2bd","status":"passed","time":{"start":1714494791239,"stop":1714494791240,"duration":1}},{"uid":"3b4111233ff2d27a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3b4111233ff2d27a","status":"passed","time":{"start":1714492870704,"stop":1714492870704,"duration":0}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"762858d80b377660","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/762858d80b377660","status":"passed","time":{"start":1714500735358,"stop":1714500735358,"duration":0}},{"uid":"4ea555127eb70167","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/4ea555127eb70167","status":"passed","time":{"start":1714494500283,"stop":1714494500283,"duration":0}},{"uid":"bedcd4b8e4f743b5","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/bedcd4b8e4f743b5","status":"passed","time":{"start":1714492591435,"stop":1714492591435,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"172e55fe3c4ebffa","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/172e55fe3c4ebffa","status":"passed","time":{"start":1714501123822,"stop":1714501123822,"duration":0}},{"uid":"8bc6e7dac9dd8a07","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/8bc6e7dac9dd8a07","status":"passed","time":{"start":1714494838857,"stop":1714494838857,"duration":0}},{"uid":"b800cdc2548092a2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b800cdc2548092a2","status":"passed","time":{"start":1714492985780,"stop":1714492985780,"duration":0}}]},"d7122f70e913ae26a9b31816dd3cf131:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f76876e272b92c33","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f76876e272b92c33","status":"passed","time":{"start":1714500623697,"stop":1714500623697,"duration":0}},{"uid":"a5c381f3208cae95","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a5c381f3208cae95","status":"passed","time":{"start":1714494373386,"stop":1714494373386,"duration":0}},{"uid":"a7dcec99f24a59de","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a7dcec99f24a59de","status":"passed","time":{"start":1714492481133,"stop":1714492481134,"duration":1}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d2ae8043949ae9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d2ae8043949ae9","status":"passed","time":{"start":1714501220698,"stop":1714501220698,"duration":0}},{"uid":"31f25b1ed42c2a44","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/31f25b1ed42c2a44","status":"passed","time":{"start":1714494954450,"stop":1714494954451,"duration":1}},{"uid":"caf0c824a1e2510a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/caf0c824a1e2510a","status":"passed","time":{"start":1714493052147,"stop":1714493052147,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"76a9596a8476161f","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/76a9596a8476161f","status":"passed","time":{"start":1714501181623,"stop":1714501181623,"duration":0}},{"uid":"c8049489f9616409","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8049489f9616409","status":"passed","time":{"start":1714494921191,"stop":1714494921192,"duration":1}},{"uid":"3df2a92f0ae78d78","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3df2a92f0ae78d78","status":"passed","time":{"start":1714493000280,"stop":1714493000280,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"896391c35ab4d16a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/896391c35ab4d16a","status":"passed","time":{"start":1714500587631,"stop":1714500587632,"duration":1}},{"uid":"976b21e71c87749","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/976b21e71c87749","status":"passed","time":{"start":1714494338445,"stop":1714494338445,"duration":0}},{"uid":"7fb22c94889cc013","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7fb22c94889cc013","status":"passed","time":{"start":1714492438261,"stop":1714492438261,"duration":0}}]},"7dae8bb55d6428cb3b2106bc904f3565:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ecfa184f260f670","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ecfa184f260f670","status":"passed","time":{"start":1714500550275,"stop":1714500550275,"duration":0}},{"uid":"e105800aa907e33f","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/e105800aa907e33f","status":"passed","time":{"start":1714494300696,"stop":1714494300696,"duration":0}},{"uid":"94d9faf9b8c2ca64","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/94d9faf9b8c2ca64","status":"passed","time":{"start":1714492404703,"stop":1714492404704,"duration":1}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ab32a9c6953d8211","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ab32a9c6953d8211","status":"passed","time":{"start":1714501123788,"stop":1714501123788,"duration":0}},{"uid":"9d8b0319ed790bd8","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/9d8b0319ed790bd8","status":"passed","time":{"start":1714494838844,"stop":1714494838844,"duration":0}},{"uid":"a0ca9a82396d3a1f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a0ca9a82396d3a1f","status":"passed","time":{"start":1714492985751,"stop":1714492985751,"duration":0}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a47dba6337b767ee","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a47dba6337b767ee","status":"passed","time":{"start":1714500823188,"stop":1714500823188,"duration":0}},{"uid":"c652fd0ca858cfeb","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c652fd0ca858cfeb","status":"passed","time":{"start":1714494571267,"stop":1714494571267,"duration":0}},{"uid":"ff190eaa5b1b4929","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/ff190eaa5b1b4929","status":"passed","time":{"start":1714492678667,"stop":1714492678667,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"cc4ad5d44234c3f9","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/cc4ad5d44234c3f9","status":"passed","time":{"start":1714501050431,"stop":1714501050431,"duration":0}},{"uid":"97cf48d38002e765","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/97cf48d38002e765","status":"passed","time":{"start":1714494785897,"stop":1714494785897,"duration":0}},{"uid":"743fecc720236aa4","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/743fecc720236aa4","status":"passed","time":{"start":1714492898555,"stop":1714492898556,"duration":1}}]},"8f257b28f439df72b238a20936a07181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6b2bba662f6d21a","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/c6b2bba662f6d21a","status":"passed","time":{"start":1714501106179,"stop":1714501106179,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3347e41433c617a0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3347e41433c617a0","status":"passed","time":{"start":1714501220680,"stop":1714501220681,"duration":1}},{"uid":"a87fea9f3f6c53d6","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a87fea9f3f6c53d6","status":"passed","time":{"start":1714494954431,"stop":1714494954431,"duration":0}},{"uid":"43cfc964ef152d76","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/43cfc964ef152d76","status":"passed","time":{"start":1714493052127,"stop":1714493052127,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ea7760ca5d6361f8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ea7760ca5d6361f8","status":"passed","time":{"start":1714500534107,"stop":1714500534107,"duration":0}},{"uid":"f3a26c9a73fb3c01","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/f3a26c9a73fb3c01","status":"passed","time":{"start":1714494285529,"stop":1714494285529,"duration":0}},{"uid":"a151f74611e202e8","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/a151f74611e202e8","status":"passed","time":{"start":1714492389343,"stop":1714492389343,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"5e4d7215dc896255","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e4d7215dc896255","status":"passed","time":{"start":1714501220682,"stop":1714501220682,"duration":0}},{"uid":"c8c7ce1d955f0427","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c8c7ce1d955f0427","status":"passed","time":{"start":1714494954433,"stop":1714494954433,"duration":0}},{"uid":"6fce6296431d8ffb","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/6fce6296431d8ffb","status":"passed","time":{"start":1714493052129,"stop":1714493052129,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"302fb2e9af6bf426","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/302fb2e9af6bf426","status":"passed","time":{"start":1714501039479,"stop":1714501039479,"duration":0}},{"uid":"763bae8df6c3007c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/763bae8df6c3007c","status":"passed","time":{"start":1714494791240,"stop":1714494791241,"duration":1}},{"uid":"3e868cd86a36e853","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/3e868cd86a36e853","status":"passed","time":{"start":1714492870704,"stop":1714492870705,"duration":1}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ac921774521a22d6","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/ac921774521a22d6","status":"passed","time":{"start":1714500578594,"stop":1714500578595,"duration":1}},{"uid":"fa63668dfccc4f6b","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/fa63668dfccc4f6b","status":"passed","time":{"start":1714494328712,"stop":1714494328713,"duration":1}},{"uid":"b2c2fad9343f2ba2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/b2c2fad9343f2ba2","status":"passed","time":{"start":1714492428466,"stop":1714492428466,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"f1db7e12146c29c8","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/f1db7e12146c29c8","status":"passed","time":{"start":1714501153787,"stop":1714501153787,"duration":0}},{"uid":"87b8f426ddbaf2cd","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/87b8f426ddbaf2cd","status":"passed","time":{"start":1714494896478,"stop":1714494896478,"duration":0}},{"uid":"172b23621e02eb72","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/172b23621e02eb72","status":"passed","time":{"start":1714492987113,"stop":1714492987113,"duration":0}}]},"3ed9b66e45c94b179dff35bf2fe88201:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"fcc2648606c65fe0","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/fcc2648606c65fe0","status":"passed","time":{"start":1714500525344,"stop":1714500525344,"duration":0}},{"uid":"a96dddada2f0d3c9","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a96dddada2f0d3c9","status":"passed","time":{"start":1714494276816,"stop":1714494276816,"duration":0}},{"uid":"139605d4f44bbfea","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/139605d4f44bbfea","status":"passed","time":{"start":1714492380870,"stop":1714492380870,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"d2065fd00150ac83","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d2065fd00150ac83","status":"passed","time":{"start":1714501153789,"stop":1714501153789,"duration":0}},{"uid":"2887cf0e58d747ec","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2887cf0e58d747ec","status":"passed","time":{"start":1714494896480,"stop":1714494896480,"duration":0}},{"uid":"8fbc8955eea04f55","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/8fbc8955eea04f55","status":"passed","time":{"start":1714492987117,"stop":1714492987118,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"6322bbf1139eb8c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/6322bbf1139eb8c","status":"passed","time":{"start":1714500786925,"stop":1714500786926,"duration":1}},{"uid":"571d521733ccc080","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/571d521733ccc080","status":"passed","time":{"start":1714494536932,"stop":1714494536932,"duration":0}},{"uid":"49f9c0671bf2b0b9","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/49f9c0671bf2b0b9","status":"passed","time":{"start":1714492635264,"stop":1714492635267,"duration":3}}]},"7f61c223794ebed69fd67c5b499519ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"502a14212f444b45","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/502a14212f444b45","status":"passed","time":{"start":1714500976564,"stop":1714500976564,"duration":0}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"35f397bfd54bae3e","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/35f397bfd54bae3e","status":"passed","time":{"start":1714501319432,"stop":1714501319432,"duration":0}},{"uid":"749e32652d20f931","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/749e32652d20f931","status":"passed","time":{"start":1714495063232,"stop":1714495063232,"duration":0}}]},"2973786701829cc88c7aa5f131d3870e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"145939cb30cd0df1","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/145939cb30cd0df1","status":"passed","time":{"start":1714492923657,"stop":1714492923657,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"8a967679dc461476","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/8a967679dc461476","status":"passed","time":{"start":1714501153792,"stop":1714501153793,"duration":1}},{"uid":"408efa53b91df213","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/408efa53b91df213","status":"passed","time":{"start":1714494896482,"stop":1714494896482,"duration":0}},{"uid":"68d60807ab96c97e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/68d60807ab96c97e","status":"passed","time":{"start":1714492987119,"stop":1714492987119,"duration":0}}]},"328231dde88146aede90d375ae6a3022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d1eeeb15a168b819","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/d1eeeb15a168b819","status":"passed","time":{"start":1714501089326,"stop":1714501089326,"duration":0}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"681b8c394c846349","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/681b8c394c846349","status":"passed","time":{"start":1714500823183,"stop":1714500823183,"duration":0}},{"uid":"c88c76ebb4281bee","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/c88c76ebb4281bee","status":"passed","time":{"start":1714494571263,"stop":1714494571263,"duration":0}},{"uid":"f0f77ef9d7c3d868","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/f0f77ef9d7c3d868","status":"passed","time":{"start":1714492678656,"stop":1714492678656,"duration":0}}]},"faf5c97a47e44194b2bede086cc64fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"items":[{"uid":"5e29679fa51d859c","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/5e29679fa51d859c","status":"passed","time":{"start":1714500554002,"stop":1714500554003,"duration":1}},{"uid":"2e115920f8a78615","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/2e115920f8a78615","status":"passed","time":{"start":1714494305183,"stop":1714494305183,"duration":0}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a700a60771561715","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a700a60771561715","status":"passed","time":{"start":1714500735369,"stop":1714500735369,"duration":0}},{"uid":"7a1ee9b6d9af1098","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/7a1ee9b6d9af1098","status":"passed","time":{"start":1714494500293,"stop":1714494500294,"duration":1}},{"uid":"db95f8a4993b08e2","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/db95f8a4993b08e2","status":"passed","time":{"start":1714492591534,"stop":1714492591534,"duration":0}}]},"6dac1bbcf3f5742bc63df1508df2c90d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"34dc5e7bde001bd2","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/34dc5e7bde001bd2","status":"passed","time":{"start":1714500550516,"stop":1714500550516,"duration":0}},{"uid":"54bf37c275453388","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/54bf37c275453388","status":"passed","time":{"start":1714494301218,"stop":1714494301218,"duration":0}},{"uid":"98a62b029252e34","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/98a62b029252e34","status":"passed","time":{"start":1714492405126,"stop":1714492405126,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9f9b2f32efe066bd","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/9f9b2f32efe066bd","status":"passed","time":{"start":1714501013448,"stop":1714501013448,"duration":0}},{"uid":"98bc976914cf793d","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/98bc976914cf793d","status":"passed","time":{"start":1714494760925,"stop":1714494760925,"duration":0}},{"uid":"7d89756c0cf5938a","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/7d89756c0cf5938a","status":"passed","time":{"start":1714492834200,"stop":1714492834201,"duration":1}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"2d98fc97aa4e256b","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/2d98fc97aa4e256b","status":"passed","time":{"start":1714500654296,"stop":1714500654298,"duration":2}},{"uid":"a903de695dab03f1","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/a903de695dab03f1","status":"passed","time":{"start":1714494402838,"stop":1714494402841,"duration":3}},{"uid":"2a6896ef3f6ebd51","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/2a6896ef3f6ebd51","status":"passed","time":{"start":1714492502959,"stop":1714492502961,"duration":2}}]},"df829ffb0c1f37dedf0d1e6cbd3994a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"a1e19272971531fb","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/a1e19272971531fb","status":"passed","time":{"start":1714500744050,"stop":1714500744050,"duration":0}},{"uid":"aa08f3129ad04b3c","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/aa08f3129ad04b3c","status":"passed","time":{"start":1714494482312,"stop":1714494482313,"duration":1}},{"uid":"decdda90af289d96","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/decdda90af289d96","status":"passed","time":{"start":1714492591341,"stop":1714492591342,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"b277c93cbf909069","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/b277c93cbf909069","status":"passed","time":{"start":1714500560557,"stop":1714500560557,"duration":0}},{"uid":"65a243da7569a586","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/65a243da7569a586","status":"passed","time":{"start":1714494311520,"stop":1714494311521,"duration":1}},{"uid":"aa391192991f731f","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/aa391192991f731f","status":"passed","time":{"start":1714492411490,"stop":1714492411490,"duration":0}}]},"a2cbaa5dd740f221be6b07d1bd5d0ce1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"3d0348f5a357ae92","reportUrl":"https://waku-org.github.io/js-waku/6962//#testresult/3d0348f5a357ae92","status":"passed","time":{"start":1714500525345,"stop":1714500525345,"duration":0}},{"uid":"6ec752f7104a7ae7","reportUrl":"https://waku-org.github.io/js-waku/6972//#testresult/6ec752f7104a7ae7","status":"passed","time":{"start":1714494276817,"stop":1714494276817,"duration":0}},{"uid":"972c8d71bcd3a09e","reportUrl":"https://waku-org.github.io/js-waku/6973//#testresult/972c8d71bcd3a09e","status":"passed","time":{"start":1714492380870,"stop":1714492380871,"duration":1}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index d5790a56964..861b3f09e21 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"run":833,"retry":2}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"run":809,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":6962,"reportUrl":"https://waku-org.github.io/js-waku/6962/","reportName":"Allure Report with history","data":{"run":831,"retry":2}},{"buildOrder":6972,"reportUrl":"https://waku-org.github.io/js-waku/6972/","reportName":"Allure Report with history","data":{"run":833,"retry":2}},{"buildOrder":6973,"reportUrl":"https://waku-org.github.io/js-waku/6973/","reportName":"Allure Report with history","data":{"run":809,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file